2006-10-16 [colin] 2.5.5cvs8
[claws.git] / ChangeLog
1 2006-10-16 [colin]      2.5.5cvs8
2
3         * src/textview.c
4                 Fix problem with quote-folding when emails
5                 don't convert cleanly to UTF-8
6
7 2006-10-14 [colin]      2.5.5cvs7
8
9         * src/prefs_template.c
10                 Reset fields when reopening
11                 the window
12
13 2006-10-13 [paul]       2.5.5cvs6
14
15         * manual/advanced.xml
16         * src/prefs_message.c
17                 make 'respect_flowed_format' a hidden
18                 option, and add a manual entry for it
19                 Thanks to Colin
20
21 2006-10-12 [colin]      2.5.5cvs5
22
23         * src/codeconv.c
24                 Revert part of 2.5.2cvs21:
25                 Don't optimise by reusing the 
26                 last iconv converter if possible:
27                 it seems slightly broken in a 
28                 very hard way to reproduce
29
30 2006-10-12 [colin]      2.5.5cvs4
31
32         * src/prefs_common.c
33         * src/prefs_common.h
34         * src/prefs_message.c
35         * src/procmime.c
36                 Fix bug 1035, 'Incorrect handling 
37                 of flowed lines'. We now optionnaly
38                 handle this format (preference is in
39                 Message View/Text options section)
40
41 2006-10-12 [colin]      2.5.5cvs3
42
43         * po/POTFILES.in
44                 Add new file
45         * src/plugins/pgpcore/pgp_viewer.c
46         * src/plugins/pgpcore/sgpgme.c
47                 Don't try to import without asking
48
49 2006-10-12 [colin]      2.5.5cvs2
50
51         * src/compose.c
52                 Fix bug 1036, 'Forwarding a mutlipart
53                 mail with a "text/html" block to ms
54                 outlook users leeds to freeze of
55                 outlook'. Poor outlook users...
56
57 2006-10-12 [paul]       2.5.5cvs1
58
59         * NEWS
60         * README
61         * configure.ac
62                 Update version number following
63                 stable release
64
65 2006-10-11 [paul]       2.5.4cvs1
66
67         * NEWS
68         * README
69         * configure.ac
70                 Update version number following
71                 stable release
72
73 2006-10-11 [paul]       2.5.3cvs32
74
75         * src/textview.c
76                 fix bug 1032, 'Segmentation fault when showing
77                 message' (bug in quote folding)
78                 Thanks to Colin
79
80 2006-10-10 [colin]      2.5.3cvs31
81
82         * src/quote_fmt.c
83                 Rephrase english a bit
84
85 2006-10-10 [colin]      2.5.3cvs30
86
87         * src/prefs_compose_writing.c
88                 Stop making the page larger than the window
89
90 2006-10-10 [wwp]        2.5.3cvs29
91
92         * src/compose.c
93         * src/prefs_template.c
94         * src/quote_fmt.c
95         * src/quote_fmt.h
96         * src/quote_fmt_lex.l
97         * src/quote_fmt_parse.y
98                 Extend the quote parser a bit: allow to get access to
99                 basic (composing) account info.
100
101 2006-10-10 [colin]      2.5.3cvs28
102
103         * src/procheader.c
104                 Fix this \t problem in subject
105
106 2006-10-09 [colin]      2.5.3cvs27
107
108         * src/main.c
109         * src/prefs_gtk.c
110                 Prepare cache a bit later
111                 If section already exists, skip the new one 
112                 (as previously); avoid writing the same block
113                 twice - if we find a second block with the 
114                 same id, skip it.
115         * src/plugins/pgpcore/pgp_viewer.c
116                 Set cursor to busy when retrieving a key
117         * src/plugins/pgpcore/sgpgme.c
118                 allow 5 seconds for gpg to export the key
119                 
120
121 2006-10-09 [colin]      2.5.3cvs26
122
123         * configure.ac
124         * src/msgcache.c
125         * src/prefs_gtk.c
126                 Check for existence of fgets_unlocked
127                 and fwrite_unlocked
128
129 2006-10-09 [paul]       2.5.3cvs25
130
131         * src/prefs_summaries.c
132                 replace strftime() with fast_strftime() and in
133                 the consequence fix the bug in the display of
134                 AM/PM in the 'Example' string
135
136 2006-10-09 [ticho]      2.5.3cvs24
137
138         * po/sk.po
139                 Updated (and fixed up somewhat) Slovak translation.
140
141 2006-10-08 [colin]      2.5.3cvs23
142
143         * src/prefs_folder_item.c
144                 Explain why prefs in the top-level folder
145                 aren't retained, but are still useful
146
147 2006-10-08 [colin]      2.5.3cvs22
148
149         * src/prefs_gtk.c
150                 Don't cache anything if caching fails
151
152 2006-10-08 [colin]      2.5.3cvs21
153
154         * src/common/utils.c
155                 always include gi18n.h
156
157 2006-10-07 [colin]      2.5.3cvs20
158
159         * src/plugins/pgpcore/pgp_viewer.c
160                 Kill gpg after 5 seconds wait
161
162 2006-10-07 [colin]      2.5.3cvs19
163
164         * src/plugins/pgpcore/pgp_viewer.c
165         * src/plugins/pgpcore/pgp_viewer.h
166                 Fix copyright
167
168 2006-10-07 [colin]      2.5.3cvs18
169
170         * src/plugins/pgpcore/pgp_viewer.c
171         * src/plugins/pgpcore/pgp_viewer.h
172                 Actually add the files to CVS
173
174 2006-10-07 [colin]      2.5.3cvs17
175
176         * src/plugins/pgpcore/sgpgme.c
177                 Be sure not to crash on 'application/pgp-signature' that
178                 are not application/pgp-signatures
179
180 2006-10-07 [colin]      2.5.3cvs16
181
182         * src/textview.c
183         * src/textview.h
184                 Make a bit more of the API available
185         * src/plugins/pgpcore/Makefile.am
186         * src/plugins/pgpcore/plugin.c
187         * src/plugins/pgpcore/sgpgme.c
188                 Add basic key import/export
189
190 2006-10-07 [colin]      2.5.3cvs15
191
192         * src/folderview.c
193         * src/imap.c
194         * src/prefs_account.c
195         * src/wizard.c
196                 Warn users *everywhere* if libetpan's not
197                 linked in
198
199 2006-10-06 [mones]      2.5.3cvs14
200
201         * po/de.po
202         * po/es.po
203                 updated by Stephan Sachse and me
204
205 2006-10-06 [colin]      2.5.3cvs13
206
207         * src/main.c
208         * src/common/sylpheed.c
209                 Don't load common plugins if --exit is passed
210         * src/prefs_gtk.c
211         * src/prefs_gtk.h
212                 Implement a cache to avoid reading the same
213                 files over and over again at startup
214
215 2006-10-06 [colin]      2.5.3cvs12
216
217         * src/summaryview.c
218         * src/gtk/quicksearch.c
219                 Update display every 5k mails on fast searches
220
221 2006-10-06 [colin]      2.5.3cvs11
222
223         * src/textview.c
224                 Don't do quote folding on HTML or ERTF.
225                 May fix the Cygwin issues if they were
226                 happening with HTML mails?
227
228 2006-10-05 [colin]      2.5.3cvs10
229
230         * src/prefs_gtk.c
231                 Oops, forgot one
232
233 2006-10-05 [colin]      2.5.3cvs9
234
235         * src/prefs_gtk.c
236                 Use unlocked_stdio here too
237
238 2006-10-05 [colin]      2.5.3cvs8
239
240         * src/folderview.c
241                 Fix go to next * after preferences apply
242         * src/msgcache.c
243                 Do the fd lock/unlock ourselves instead of
244                 letting the libc do it at each write 
245
246 2006-10-05 [colin]      2.5.3cvs7
247
248         * src/common/utils.c
249                 Faster division, thanks to Jean Diraison
250
251 2006-10-05 [paul]       2.5.3cvs6
252
253         * src/common/utils.c
254                 fix building with --disable-nls
255
256 2006-10-04 [colin]      2.5.3cvs5
257
258         * src/folder.c
259                 Maybe fix a segfault
260
261 2006-10-04 [wwp]        2.5.3cvs4
262
263         * src/prefs_folder_item.c
264                 Fine-tune layouts in folder item prefs. Suggested by
265                 Fabien Vantard <fzzzzz@gmail.com>.
266
267 2006-10-04 [wwp]        2.5.3cvs3
268
269         * src/prefs_folder_item.c
270                 Kill the clandestine passengers. You didn't see anything.
271
272 2006-10-04 [wwp]        2.5.3cvs2
273
274         * src/prefs_folder_item.c
275                 Add a way to test the subject simplify regexp in
276                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
277                 w/ few layout changes.
278
279 2006-20-04 [paul]       2.5.3cvs1
280
281         * NEWS
282         * README
283         * configure.ac
284                 Update version number following
285                 stable release
286
287 2006-10-04 [colin]      2.5.2cvs42
288
289         * src/folder.c
290         * src/folder.h
291         * src/summaryview.c
292                 Provide a way for folder classes to set their sort
293                 type and key
294
295 2006-10-03 [colin]      2.5.2cvs41
296
297         * src/mh.c
298                 Don't use strlen() to know if the
299                 string's empty
300
301 2006-10-03 [colin]      2.5.2cvs40
302
303         * src/mh.c
304                 Fix "check for new folders" with accentued folders
305
306 2006-10-03 [ticho]      2.5.2cvs39
307
308         * src/filtering.c
309         * src/folder.c
310         * src/inc.c
311         * src/mbox.c
312                 Colin's fix for "copy" filtering rules.
313
314 2006-10-02 [colin]      2.5.2cvs38
315
316         * src/folderview.c
317                 Fix for double-click too
318
319 2006-10-02 [colin]      2.5.2cvs37
320
321         * src/folderview.c
322                 correct fix for cvs36
323
324 2006-10-02 [colin]      2.5.2cvs36
325
326         * src/folderview.c
327                 Fix 'goto next unread' after collapsing/expanding 
328                 a node.
329
330 2006-10-02 [colin]      2.5.2cvs35
331
332         * src/summaryview.c
333                 Fix double freeze/thaw
334         * src/common/utils.c
335         * src/common/utils.h
336                 Reimplement strftime
337         * src/procheader.c
338                 Use it
339
340
341 2006-10-02 [colin]      2.5.2cvs34
342
343         * src/mh.c
344                 Time mh_write_sequences() - it's fast
345         * src/summaryview.c
346                 Init a variable to shut up gcc
347
348 2006-10-01 [colin]      2.5.2cvs33
349
350         * src/folder.c
351         * src/mh.c
352         * src/mh.h
353         * src/msgcache.c
354                 Add helper mh_set_mtime(), and set mtime to stat()'s result
355                 Add fsync but disable it, it's slow as hell
356
357 2006-10-01 [colin]      2.5.2cvs32
358
359         * src/mh.c
360         * src/msgcache.c
361                 fflush() caches and mh_sequences before
362                 fclose()ing
363
364 2006-10-01 [colin]      2.5.2cvs31
365
366         * src/msgcache.c
367                 Don't ftruncate when not using mmap
368
369 2006-09-30 [colin]      2.5.2cvs30
370
371         * src/main.c
372                 Write folder list *after* saving caches
373
374 2006-09-30 [colin]      2.5.2cvs29
375
376         * src/folder.c
377         * src/mh.c
378                 Debug forced mtime changes
379
380 2006-09-30 [colin]      2.5.2cvs28
381
382         * src/folder.c
383         * src/main.c
384                 Remove useless debug_print()s (code
385                 well-tested)
386
387 2006-09-30 [colin]      2.5.2cvs27
388
389         * src/mh.c
390                 Do stuff faster when writing mh_sequences
391
392 2006-09-30 [colin]      2.5.2cvs26
393
394         * src/mh.c
395                 Don't let the writing of .mh_sequences, which
396                 can change the folder's mtime, let us think
397                 we need to scan.
398
399 2006-09-30 [colin]      2.5.2cvs25
400
401         * src/folder.c
402                 Move a debug_print where it belongs 
403                 (processing)
404         * src/summaryview.c
405                 Don't mess with a huge slow subject
406                 table if we're not threading by
407                 subject
408
409 2006-09-30 [colin]      2.5.2cvs24
410
411         * src/msgcache.c
412                 Reenable mmaped reads (*not* writes!)
413         * src/procmsg.c
414                 Don't destroy and recreate hashtables just
415                 for fun
416         * src/common/utils.c
417                 Remove useless reply prefixes (it's case
418                 unsensitive)
419
420 2006-09-30 [wwp]        2.5.2cvs23
421
422         * tools/fix_date.sh
423                 Fixed a minor bug in date value extraction, added a switch
424                 to replace non RFC-compliant Date: value, added a switch
425                 to use strict RFC matching patterns for dates.
426
427 2006-09-29 [colin]      2.5.2cvs22
428
429         * src/matcher_parser.h
430         * src/matcher_parser_parse.y
431         * src/prefs_filtering.c
432         * src/statusbar.c
433         * src/summary_search.c
434         * src/summaryview.c
435         * src/gtk/quicksearch.c
436         * src/gtk/quicksearch.h
437                 Optimise searches by setting different
438                 refresh intervals (depending if the 
439                 search is fast or not)
440
441 2006-09-29 [colin]      2.5.2cvs21
442
443         * src/codeconv.c
444                 Optimise by reusing the last iconv converter
445                 if possible
446         * src/textview.c
447                 Optimise a bit (the foldable quotes feature
448                 still has an awful O(n^2) algo
449
450 2006-09-29 [colin]      2.5.2cvs20
451
452         * src/gtk/gtksctree.c
453         * src/gtk/gtksctree.h
454                 Optimise de-selection via up/down or
455                 another key
456
457 2006-09-28 [colin]      2.5.2cvs19
458
459         * src/action.c
460         * src/compose.c
461         * src/folderview.c
462         * src/mainwindow.c
463         * src/messageview.c
464         * src/summary_search.c
465         * src/toolbar.c
466                 Avoid using summaryview->ctree directly
467
468 2006-09-28 [colin]      2.5.2cvs18
469
470         * src/summaryview.c
471         * src/summaryview.h
472                 Add helpers to freeze/thaw/grab_focus
473                 Factorize calls to freeze/thaw/grab_focus
474                 
475
476 2006-09-28 [colin]      2.5.2cvs17
477
478         * src/main.c
479                 More guards for the session management
480
481 2006-09-28 [colin]      2.5.2cvs16
482
483         * src/folderview.c
484         * src/gtk/gtksctree.c
485         * src/gtk/gtksctree.h
486                 Make expanding not recursive in folderview
487
488 2006-09-28 [colin]      2.5.2cvs15
489
490         * src/addressbook.c
491                 If nothing is selected in the list (right part)
492                 and a group is selected in the tree (left part),
493                 mail this group.
494
495 2006-09-28 [colin]      2.5.2cvs14
496
497         * src/Makefile.am
498                 Actually use SM_LIBS
499
500 2006-09-28 [ticho]      2.5.2cvs13
501
502         * src/export.c
503         * src/messageview.c
504         * src/mimeview.c
505         * src/news.c
506         * src/pop.c
507         * src/prefs_themes.c
508         * src/procmsg.c
509                 Small i18n string optimization.
510         * src/send_message.c
511         * src/summaryview.c
512         * src/common/session.c
513         * src/common/smtp.c
514         * src/common/ssl_certificate.c
515         * src/common/utils.c
516                 Use "Couldn't" instead of "Can't" in UI messages,
517                 where appropriate.
518
519 2006-09-28 [colin]      2.5.2cvs12
520
521         * configure.ac
522                 Possibly fix link errors
523
524 2006-09-27 [wwp]        2.5.2cvs11
525
526         * src/gtk/authors.h
527         * doc/man/sylpheed-claws.1
528         * manual/ack.xml
529         * manual/es/ack.xml
530         * manual/fr/ack.xml
531         * manual/pl/ack.xml
532                 Updated authors info (me, myself and I).
533
534 2006-09-27 [colin]      2.5.2cvs10
535
536         * src/addressbook.c
537                 Remove useless printf
538
539 2006-09-27 [wwp]        2.5.2cvs9
540
541         * src/editgroup.c
542         * src/send_message.c
543         * src/inc.c
544         * src/prefs_common.c
545         * src/prefs_common.h
546         * src/gtk/progressdialog.c
547                 remember more windows' sizes (send dialog, received dialog,
548                 edit group in addressbook).
549
550 2006-09-27 [colin]      2.5.2cvs8
551
552         * configure.ac
553         * src/main.c
554         * src/mainwindow.h
555                 Use libSM to communicate with the session
556                 manager, so that we can know when the 
557                 session ends, save our caches, and draft
558                 our compose windows.
559
560 2006-09-27 [colin]      2.5.2cvs7
561
562         * src/addressbook.c
563                 Fix issues:
564                 o Allow Book and Group creation from the tree's
565                   contextual menu
566                 o Do not actually delete the contacts when 
567                   deleting groups from the tree (duh!)
568
569 2006-09-27 [colin]      2.5.2cvs6
570
571         * src/compose.c
572         * src/compose.h
573         * src/mainwindow.c
574         * src/textview.c
575         * src/toolbar.c
576                 o Allow passing an email address to 
577                   compose_new_with_folderitem
578                 o Update callers
579                 o Use current folderitem when clicking
580                   on a TextView mailto: link
581                 o Fix a possible leak in TextView
582
583 2006-09-27 [colin]      2.5.2cvs5
584
585         * src/html.c
586                 Use UTF-8 chars to replace HTML entities
587
588 2006-09-27 [colin]      2.5.2cvs4
589
590         * AUTHORS
591         * src/prefs_account.c
592         * src/gtk/authors.h
593                 Fix bug #1024 (Array index out of
594                 range in sylpheed-claws-2.5.2)
595                 Patch by Ales Nosek <anosek@suse.cz>
596
597 2006-09-27 [colin]      2.5.2cvs3
598
599         * src/addr_compl.c
600                 Actually do the test
601
602 2006-09-27 [colin]      2.5.2cvs2
603
604         * src/addr_compl.c
605         * src/addr_compl.h
606                 Allow completing with comma (in certain cases: vCalendar
607                 for example doesn't support that)
608                 Patch by Fabien Vantard
609
610 2006-09-26 [colin]      2.5.2cvs1
611
612         * src/Makefile.am
613         * src/addr_compl.c
614         * src/addr_compl.h
615         * src/addrbook.c
616         * src/addrbook.h
617         * src/addressbook.c
618         * src/addrindex.c
619         * src/addrindex.h
620         * src/compose.c
621         * src/prefs_common.c
622         * src/prefs_filtering_action.c
623         * src/prefs_folder_item.c
624         * src/prefs_template.c
625         * src/stock_pixmap.c
626         * src/stock_pixmap.h
627         * src/pixmaps/addr_one.xpm
628         * src/pixmaps/addr_two.xpm
629                 Add auto-completion on groups
630
631 2006-09-26 [colin]      2.5.2
632
633         * NEWS
634         * README
635         * RELEASE_NOTES
636                 2.5.2 released
637
638 2006-09-26 [colin]      2.5.1cvs5
639
640         * src/matcher.c
641                 Fix condition
642
643 2006-09-26 [colin]      2.5.1cvs4
644
645         * src/mbox.c
646                 Revert cvs1 (useless as the message is printed 
647                 every 500 mails)
648
649 2006-09-26 [colin]      2.5.1cvs3
650
651         * src/partial_download.c
652                 Fix crasher found by Alexsandar Urosevic
653
654 2006-09-26 [colin]      2.5.1cvs2
655
656         * src/summaryview.c
657                 Fix bug #1023 (Sylpheed deletes too much messages)
658
659 2006-09-26 [ticho]      2.5.1cvs1
660
661         * src/mbox.c
662                 Make use of gettext's multiple plurals for statusbar
663                 progress message.
664
665 2006-09-25 [paul]       2.5.1
666
667         * NEWS
668         * README
669         * RELEASE_NOTES
670                 2.5.1 released
671
672 2006-09-25 [colin]      2.5.0cvs3
673
674         * src/plugins/bogofilter/bogofilter.c
675         * src/plugins/clamav/clamav_plugin.c
676         * src/plugins/spamassassin/spamassassin.c
677                 BogoFilter, Spamassassin: Fix double hook registering after
678                 visiting preferences
679                 Spamassassin, Clamav: Just set the mails to move instead of
680                 doing the move - caller will move the things at once.
681
682 2006-09-25 [colin]      2.5.0cvs2
683
684         * src/imap.c
685         * src/etpan/imap-thread.c
686                 Use UID SEARCH ALL instead of UID 1:*
687                 (braindead servers can't figure out that's
688                 the same...)
689
690 2006-09-25 [wwp]        2.5.0cvs1
691
692         * src/message_search.c
693                 Added the ability to stop a running search (in message body).
694
695 2006-09-25 [paul]       2.5.0
696
697         * NEWS
698         * README
699         * RELEASE_NOTES
700                 2.5.0 released
701
702 2006-09-25 [paul]       2.4.0cvs214
703
704         * po/cs.po
705         * po/de.po
706         * po/fi.po
707         * po/fr.po
708         * po/nl.po
709         * po/pt_BR.po
710         * po/sk.po
711         * po/sr.po
712         * po/zh_CN.po
713                 updated by Tim, Stephan Sachse, Flammie Pirinen,
714                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
715                 Ticho, Aleksander Urosevic, Ralgh Young
716
717 2006-09-24 [mones]      2.4.0cvs213
718
719         * po/es.po
720                 Updated for release
721
722 2006-09-23 [colin]      2.4.0cvs212
723
724         * src/gtk/inputdialog.c
725                 Fix [ ] remember this appearing in normal
726                 input dialogs after it's been used by
727                 mimeview.
728         * src/folder.c
729         * src/folderview.c
730         * src/msgcache.c
731         * src/procmsg.c
732         * src/summaryview.c
733         * src/textview.c
734         * src/common/timing.h
735                 Enable timings in debug mode and make it
736                 look prettier.
737
738 2006-09-22 [colin]      2.4.0cvs211
739
740         * README
741                 Revert test change
742         * commitHelper
743                 ping the correct URI
744
745 2006-09-22 [colin]      2.4.0cvs210
746
747         * README
748                 Let's see if bug #1022 is fixed
749
750 2006-09-21 [colin]      2.4.0cvs209
751
752         * src/wizard.c
753         * src/common/plugin.c
754                 Prepare infra to load predefined plugins when
755                 no configuration existed. Don't actually load
756                 anything yet (feat. freeze)
757
758 2006-09-21 [wwp]        2.4.0cvs208
759
760         * manual/fr/faq.xml
761                 Partial sync w/ 2.4.0cvs72:
762                 wrap file and minor updates.
763
764 2006-09-21 [wwp]        2.4.0cvs207
765
766         * tools/fix_date.sh
767                 several fixes and enhancements. A new --force switch has been
768                 added to prevent overriding by default Date: header when
769                 already existing.
770
771 2006-09-21 [paul]       2.4.0cvs206
772
773         * src/common/utils.c
774                 add Chinese UTF8 Re prefix
775
776 2006-09-21 [wwp]        2.4.0cvs205
777
778         * tools/Makefile.am
779                 Fics alfabettical order.
780
781 2006-09-21 [wwp]        2.4.0cvs204
782
783         * tools/fix_date.sh
784         * tools/Makefile.am
785                 Added an action tool to fix missing Date field in emails.
786                 Updated Makefile.am to reflect those last two additions.
787
788 2006-09-21 [wwp]        2.4.0cvs203
789
790         * tools/uuooffice
791                 Added a action tool to open uuencoded docs w/
792                 OpenOffice (based on uudec method).
793
794 2006-09-21 [colin]      2.4.0cvs202
795
796         * src/compose.c
797         * src/textview.c
798                 Workaround possible GTK crash: remove selection 
799                 clipboard before destroying widget, or GTK+-2.10
800                 dies. Thanks to Hiro.
801
802 2006-09-20 [colin]      2.4.0cvs201
803
804         * src/compose.c
805                 Fix free-after-use in some cases (when 
806                 procmime_encode_content() frees mimeinfo->data.mem
807                 and turns it to a temp file)
808
809 2006-09-20 [colin]      2.4.0cvs200
810
811         * src/folderview.c
812         * src/summaryview.c
813         * src/gtk/gtksctree.c
814         * src/gtk/gtksctree.h
815                 Add tooltips in the folderview and summaryview
816                 (Doesn't break string freeze as they already
817                 exist)
818         * src/toolbar.c
819                 Put the spam button in the default configuration
820                 if compiled with bogo plugin too
821
822 2006-09-19 [colin]      2.4.0cvs199
823
824         * src/summaryview.c
825         * src/summaryview.h
826                 Update folder name label on folder rename
827         * src/prefs_matcher.c
828         * src/gtk/logwindow.h
829                 Fix warnings
830                 Patches by Fabien
831
832 2006-09-19 [wwp]        2.4.0cvs198
833
834         * src/summary_search.c
835                 fix can't click forward/backward buttons in the
836                 search messages.
837
838 2006-09-18 [paul]       2.4.0cvs197
839
840         * src/wizard.c
841                 add missing bracket, capitalise the A of
842                 'SpamAssassin'
843
844 2006-09-18 [paul]       2.4.0cvs196
845
846         * src/compose.c
847                 fix bug 1012 'crashed upon sending mail
848                 from compose window'
849                 Thanks to Colin
850
851 2006-09-16 [colin]      2.4.0cvs195
852
853         * src/folderview.c
854                 Fix "real-time" sorting by freezing/thawing
855
856 2006-09-16 [colin]      2.4.0cvs194
857
858         * manual/faq.xml
859                 Fix the anti-spam entry a bit
860
861 2006-09-16 [colin]      2.4.0cvs193
862
863         * src/wizard.c
864                 Make sure reviewers have no excuse when stating
865                 Sylpheed-Claws doesn't have antispam capabilities.
866
867 2006-09-16 [colin]      2.4.0cvs192
868
869         * src/main.c
870                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
871                 as if the SIGPIPE comes from etpan's thread we could
872                 trigger a GUI update from this thread.
873
874 2006-09-16 [colin]      2.4.0cvs191
875
876         * src/summaryview.c
877                 Init all members of the struct
878
879 2006-09-16 [paul]       2.4.0cvs190
880
881         * src/account.c
882                 improvements to the English
883
884 2006-09-15 [colin]      2.4.0cvs189
885
886         * src/summaryview.c
887                 HIG order on dialog
888
889 2006-09-14 [colin]      2.4.0cvs188
890
891         * src/common/socket.c
892         * src/common/socket.h
893         * src/common/ssl.c
894         * src/common/ssl_certificate.c
895         * src/common/ssl_certificate.h
896         * src/etpan/imap-thread.c
897                 the get_fqdn() call done to get canonical name when
898                 checking an SSL certificate is blocking, which is
899                 sad as we just did a non-blocking lookup to connect.
900                 Fix that by letting the fqdn available to the SockInfo,
901                 and use that in ssl_certificate_check(). For IMAP,
902                 we don't do it as the lookup's done by libetpan, but
903                 it's less annoying as IMAP connections as much more
904                 rare than POP3 connections.
905
906 2006-09-14 [paul]       2.4.0cvs187
907
908         * manual/advanced.xml
909                 improvements to the English,
910                 properly place the new hidden options
911                 within the alphabetical order
912         * src/gtk/pluginwindow.c
913                 improvements to the English
914
915 2006-09-14 [colin]      2.4.0cvs186
916
917         * src/prefs_common.c
918         * src/prefs_common.h
919         * src/gtk/gtksctree.c
920         * manual/advanced.xml
921                 New hidden pref, stripes_color_offset, to change
922                 the value added/substracted to normal bgcolor to
923                 create the stripes in summaries
924
925 2006-09-13 [colin]      2.4.0cvs185
926
927         * src/gedit-print.c
928         * src/messageview.c
929         * src/messageview.h
930         * src/summaryview.c
931         * src/textview.c
932                 Fix misc. printing issues: 
933                 - Bad font for linkified headers
934                 - Different font if the mail was displayed or not
935                 - Factorize the thing
936
937 2006-09-13 [colin]      2.4.0cvs184
938
939         * src/common/ssl_certificate.c
940                 Only get FQDN once when checking certificate
941
942 2006-09-13 [colin]      2.4.0cvs183
943
944         * src/account.c
945         * src/gtk/pluginwindow.c
946                 Misc. GUI fixes by Fabien
947
948 2006-09-13 [wwp]        2.4.0cvs182
949
950         * configure.ac
951         * src/common/utils.h
952         * src/common/utils.c
953                 get rid of unused wide-char functions.
954
955 2006-09-13 [wwp]        2.4.0cvs181
956
957         * src/plugins/pgpinline/sylpheed.def
958         * src/textview.c
959                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
960                 add privacy_reset_error to the .def file,
961                 do not fork for an external textviewer.
962
963 2006-09-13 [wwp]        2.4.0cvs180
964
965         * src/prefs_common.c
966                 fix broken font entry in prefs (patch issued by the gpg4win team,
967                 probably by Marcus Brinkmann <marcus@g10code.de>).
968
969 2006-09-13 [colin]      2.4.0cvs179
970
971         * src/folder.h
972                 Fix a warning in summaryview.c
973         * src/mainwindow.c
974         * src/summaryview.c
975         * src/summaryview.h
976                 Add missing Mark/* elements in the
977                 main menu
978
979 2006-09-12 [colin]      2.4.0cvs178
980
981         * src/prefs_actions.c
982         * src/prefs_filtering_action.c
983         * src/prefs_matcher.c
984                 Use (New) instead of New everywhere
985
986 2006-09-12 [wwp]        2.4.0cvs177
987
988         * manual/fr/addrbook.xml
989         * manual/fr/handling.xml
990                 updated some quotes in the fr manual to match the fr translation.
991
992 2006-09-12 [wwp]        2.4.0cvs176
993
994         * src/prefs_matcher.c
995                 don't store translated string elements in matcher expressions.
996                 Also fixed a misused of Q_().
997
998 2006-09-11 [wwp]        2.4.0cvs175
999
1000         * src/plugins//bogofilter/bogofilter.c
1001         * src/plugins//clamav/clamav_plugin.c
1002         * src/plugins//demo/demo.c
1003         * src/plugins//dillo_viewer/dillo_viewer.c
1004         * src/plugins//pgpcore/plugin.c
1005         * src/plugins//pgpinline/plugin.c
1006         * src/plugins//pgpmime/plugin.c
1007         * src/plugins//spamassassin/spamassassin.c
1008                 gettext-ize more strings (mostly plugin error messages).
1009
1010 2006-09-11 [colin]      2.4.0cvs174
1011
1012         * src/alertpanel.c
1013                 Make maximum buffer size bigger to avoid
1014                 truncating translated messages. Patch by
1015                 Fabien
1016
1017 2006-09-11 [colin]      2.4.0cvs173
1018
1019         * src/etpan/imap-thread.c
1020                 Fix compilation on OpenBSD, thanks to 
1021                 Landry
1022
1023 2006-09-10 [wwp]        2.4.0cvs172
1024
1025         * manual/account.xml
1026         * manual/addrbook.xml
1027         * manual/handling.xml
1028         * manual/es/handling.xml
1029         * manual/fr/account.xml
1030         * manual/fr/addrbook.xml
1031         * manual/fr/handling.xml
1032                 documented addressbook matching (condition configuration):
1033                   addrbook.xml, en fr
1034                 documented per-account filtering rules (handling/filtering
1035                   section, account section):
1036                   account.xml, handling.xml, en fr
1037                 slightly updated the handling/searching section to tell few
1038                   words about the extended search ability:
1039                   handling.xml, en fr
1040                 added missing <quote></quotes> to Quick Search:
1041                   handling.xml, en fr es
1042                 fixed a typo (auomatically):
1043                   handling.xml, en
1044                 changes revisited by Paul.
1045
1046 2006-09-10 [paul]       2.4.0cvs171
1047
1048         * src/prefs_actions.c
1049         * src/prefs_filtering.c
1050         * src/prefs_template.c
1051                 adjustments to the gui
1052                 Patch by Fabien Vantard (slightly modified)
1053
1054 2006-09-10 [colin]      2.4.0cvs170
1055
1056         * src/summaryview.c
1057                 Check folderitem/summaryview consistency
1058                 (basically automates Update summary). Fixes
1059                 #1011 (wrong (negative) count on unread 
1060                 messages)
1061
1062 2006-09-10 [colin]      2.4.0cvs169
1063
1064         * src/gtk/gtksctree.c
1065                 Fix recursive expansion via mouse
1066         * src/plugins/bogofilter/bogofilter.c
1067                 Use normal filtering way of moving
1068                 messages (batching), possibly fixing
1069                 bug #1015 (Bogofilter plugin doubles 
1070                 new messages)
1071
1072 2006-09-09 [wwp]        2.4.0cvs168
1073
1074         * src/prefs_filtering.c
1075                 better place for this fix.
1076
1077 2006-09-09 [wwp]        2.4.0cvs167
1078
1079         * src/prefs_filtering.c
1080                 fix a minor bug when the enabled status of a filtering/processing
1081                 rule always got set to TRUE when replacing this rule. That still
1082                 make sense when adding a new rule, but now when replacing, we
1083                 don't override the value of 'enabled'.
1084                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1085                 to prefs_filtering_list_view_get_info() as this function not only
1086                 returns the name, but also the account_id and the enabled status.
1087
1088 2006-09-09 [mones]      2.4.0cvs166
1089
1090         * manual/glossary.xml
1091         * manual/plugins.xml
1092                 Minor format corrections
1093         * manual/gpl.xml
1094                 Fix misplaced NO WARRANTY section
1095         * manual/es/advanced.xml
1096         * manual/es/faq.xml
1097         * manual/es/glossary.xml
1098         * manual/es/gpl.xml
1099         * manual/es/handling.xml
1100         * manual/es/plugins.xml
1101         * manual/es/starting.xml
1102                 Incorporate changes from English version
1103         * manual/fr/ack.xml
1104         * manual/pl/ack.xml
1105         * manual/es/ack.xml
1106                 Fix address, (add translation credits in es version)
1107         * po/es.po
1108                 Updated translation
1109
1110 2006-09-09 [wwp]        2.4.0cvs165
1111
1112         * src/prefs_filtering.c
1113                 fix a crash when opening filtering prefs, if matcherrc file contains
1114                 broken data (non-existing account id, which is theoretically not
1115                 possible).
1116
1117 2006-09-08 [colin]      2.4.0cvs164
1118
1119         * src/folder.c
1120                 Wrong assert, make it an if()
1121         * src/gtk/gtksctree.c
1122                 Fix bug #1013 (expand selected thread 
1123                 tree) - expanding is now recursive
1124
1125 2006-09-07 [wwp]        2.4.0cvs163
1126
1127         * src/prefs_matcher.c
1128                 make better sentences about addressbook matching in the
1129                 matcher prefs. This should make translators' work easier
1130                 too.
1131
1132 2006-09-07 [wwp]        2.4.0cvs162
1133
1134         * src/prefs_filtering.c
1135                 code simplification (get rid of dup var. assignment).
1136
1137 2006-09-07 [wwp]        2.4.0cvs161
1138
1139         * src/summaryview.c
1140                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1141                 <fzzzzz@gmail.com>.
1142
1143 2006-09-07 [paul]       2.4.0cvs160
1144
1145         * src/mimeview.c
1146                 fix compilation warnings
1147                 Thanks to Colin
1148
1149 2006-09-07 [paul]       2.4.0cvs159
1150
1151         * src/mimeview.c
1152                 select the mimepart icon when
1153                 displaying as text
1154                 Thanks to Colin
1155
1156 2006-09-06 [paul]       2.4.0cvs158
1157
1158         * src/prefs_filtering.c
1159                 fix labels and table element spacing
1160                 Patch by Fabien Vantard
1161
1162 2006-09-06 [paul]
1163
1164         2.5.0-rc3 released
1165
1166 2006-09-06 [paul]       2.4.0cvs157
1167
1168         * manual/es/advanced.xml
1169                 fix typo
1170
1171 2006-09-06 [wwp]        2.4.0cvs156
1172
1173         * src/mainwindow.c
1174                 fix an dup launch issue when iconified, thanks to Colin.
1175
1176 2006-09-06 [wwp]        2.4.0cvs155
1177
1178         * src/gtk//gtksctree.h
1179                 oops, forgot that one!
1180
1181 2006-09-06 [wwp]        2.4.0cvs154
1182
1183         * manual/pl/advanced.xml
1184         * manual/advanced.xml
1185         * manual/es/advanced.xml
1186         * manual/fr/advanced.xml
1187         * src/prefs_customheader.c
1188         * src/prefs_filtering_action.c
1189         * src/foldersel.c
1190         * src/prefs_summaries.c
1191         * src/prefs_filtering.c
1192         * src/account.c
1193         * src/compose.c
1194         * src/prefs_summary_column.c
1195         * src/addr_compl.c
1196         * src/prefs_actions.c
1197         * src/prefs_folder_column.c
1198         * src/ssl_manager.c
1199         * src/prefs_template.c
1200         * src/prefs_display_header.c
1201         * src/prefs_common.h
1202         * src/prefs_matcher.c
1203         * src/prefs_common.c
1204         * src/prefs_toolbar.c
1205         * src/summaryview.c
1206         * src/folderview.c
1207         * src/gtk/gtksctree.c
1208         * src/gtk/pluginwindow.c
1209         * src/gtk/progressdialog.c
1210         * src/gtk/prefswindow.c
1211                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1212                 to make its meaning more obvious (all versions of the manual reflect
1213                 the change).
1214                 added an extra hidden option use_stripes_in_summary to allow
1215                 discarding these stripes in mainwindow's folder and message lists;
1216                 en and fr manuals only are OK towards this.
1217
1218 2006-09-06 [colin]      2.4.0cvs153
1219
1220         * src/textview.c
1221                 Hide Sylpheed-Claws' internal queue headers
1222                 when showing all headers. They'll be present
1223                 only in Source window.
1224
1225 2006-09-05 [colin]      2.4.0cvs152
1226
1227         * src/plugins/trayicon/trayicon.c
1228                 Fix crash at exit - we have to disconnect
1229                 our handlers
1230         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1231                 Update eggtrayicon - patch adapted from a
1232                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1233                 on Sylpheed's ML
1234
1235 2006-09-05 [colin]      2.4.0cvs151
1236
1237         * src/mainwindow.c
1238         * src/gtk/logwindow.c
1239                 Fix race condition when something writes
1240                 to the log too soon during init. Thanks
1241                 to Fabien Vantard
1242
1243 2006-09-05 [colin]      2.4.0cvs150
1244
1245         * src/mimeview.c
1246                 Don't select part on right-click either
1247
1248 2006-09-05 [paul]       2.4.0cvs149
1249
1250         * src/mimeview.c
1251                 completion of previous commit
1252                 Thanks to Colin
1253
1254 2006-09-05 [colin]      2.4.0cvs148
1255
1256         * src/mimeview.c
1257                 Don't force selection on middle-click, just open
1258
1259 2006-09-04 [colin]      2.4.0cvs147
1260
1261         * src/mimeview.c
1262                 Looks like gtk_notebook_set_current_page()
1263                 sometimes steals focus, and this annoys us
1264                 in MimeViewers as it renders navigation
1265                 keys useless. Take back focus after switching
1266                 pages.
1267
1268 2006-09-04 [colin]      2.4.0cvs146
1269
1270         * src/messageview.c
1271                 Set stop_loading when clicking on Next
1272                 during load. Don't add a callback to 
1273                 avoid over-complicating things.
1274
1275 2006-09-04 [colin]      2.4.0cvs145
1276
1277         * src/mimeview.c
1278         * src/messageview.c
1279                 Fix multiple loads in separate messageview
1280
1281 2006-09-04 [colin]      2.4.0cvs144
1282
1283         * src/summaryview.c
1284                 Let navigation keys be handled during 
1285                 load
1286
1287 2006-09-04 [colin]      2.4.0cvs143
1288
1289         * src/messageview.c
1290         * src/summaryview.c
1291         * src/textview.c
1292         * src/textview.h
1293                 Make loading of huge mails (lots of text and/or
1294                 images) cancellable, so the GUI doesn't block 
1295
1296 2006-09-04 [colin]      2.4.0cvs142
1297
1298         * src/plugins/trayicon/trayicon.c
1299                 Fix annoyance when removing a folder with 
1300                 unread mails: trayicon didn't update
1301
1302 2006-09-04 [paul]       2.4.0cvs141
1303
1304         * src/gtk/icon_legend.c
1305                 straighten up columns
1306                 Patch by Fabien Vantard
1307
1308 2006-09-04 [wwp]        2.4.0cvs140
1309
1310         * src/prefs_filtering.c
1311                 fix new line's account name in filtering prefs:
1312                 was "All", is now "(New)".
1313
1314 2006-09-04 [paul]       2.4.0cvs139
1315
1316         * tools/make.themes.project
1317                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1318                 instead of homebrewed "make release"
1319
1320 2006-09-03 [colin]      2.4.0cvs138
1321
1322         * src/folderview.c
1323                 Fix bug #1007 (Wrong folder highlighted)
1324
1325 2006-09-03 [colin]      2.4.0cvs137
1326
1327         * src/compose.c
1328                 Don't set Newsgroup: header to a mail folder
1329                 path
1330
1331 2006-09-03 [paul]       2.4.0cvs136
1332
1333         * src/prefs_other.c
1334         * src/prefs_spelling.c
1335                 unify the gui
1336
1337 2006-09-03 [paul]       2.4.0cvs135
1338
1339         * src/prefs_summaries.c
1340                 correct menu item text in prefs_keybind_apply_clicked()
1341
1342 2006-09-03 [paul]       2.4.0cvs134
1343
1344         * manual/advanced.xml
1345                 some improvements to the descriptions
1346         * src/mainwindow.c
1347         * src/messageview.c
1348         * src/summaryview.c
1349         * src/gtk/menu.c
1350                 fix menu sensitivity issues
1351         * src/prefs_message.c
1352                 drop the useless word 'short'
1353         * src/prefs_other.c
1354                 add the word 'lines' indicating log length
1355                 is a measure of lines
1356         * src/textview.c
1357                 fix compilation warnings
1358
1359 2006-09-02 [colin]      2.4.0cvs133
1360
1361         * src/messageview.c
1362                 Display a special return-receipt message
1363                 if the message is from the user
1364         * src/summaryview.c
1365                 Fix missing freeze of the list when marking
1366                 all read and unthreading for exec. Thanks
1367                 to Stephan Sachse.
1368
1369 2006-09-02 [paul]       2.4.0cvs132
1370
1371         * src/mainwindow.c
1372         * src/prefs_message.c
1373         * src/summaryview.c
1374                 fix some english
1375
1376 2006-09-02 [wwp]        2.4.0cvs131
1377
1378         * src/prefs_filtering.c
1379                 added an account name column to the filtering rules
1380                 dialog.
1381
1382 2006-09-02 [colin]      2.4.0cvs130
1383
1384         * src/gtk/logwindow.c
1385         * src/gtk/logwindow.h
1386                 Block scrolling if we're not at the end
1387                 of the log
1388
1389 2006-09-02 [colin]      2.4.0cvs129
1390
1391         * src/folder.c
1392                 Make sure account-specific rules can't
1393                 be used in {pre-,post-,}processing
1394         * src/mainwindow.c
1395         * src/gtk/logwindow.c
1396         * src/gtk/logwindow.h
1397                 Jump to last error when clicking on the
1398                 warning icon
1399
1400 2006-09-02 [colin]      2.4.0cvs128
1401
1402         * src/imap.c
1403         * src/import.c
1404         * src/mainwindow.c
1405         * src/mainwindow.h
1406                 Fix warning icon
1407         * src/inc.c
1408         * src/mbox.c
1409         * src/mbox.h
1410                 Let proc_mbox know its account, for
1411                 account-specific rules
1412
1413 2006-09-01 [colin]      2.4.0cvs127
1414
1415         * src/codeconv.c
1416                 Don't uselessly use iconv to convert from
1417                 us-ascii
1418         * src/alertpanel.c
1419         * src/mainwindow.c
1420         * src/mainwindow.h
1421         * src/inc.c
1422                 Fix certain log cases, disable warning icon
1423                 for now, the correct way to display it when
1424                 necessary and only when necessary is probably
1425                 to do it manually rather than use error logs
1426         * src/etpan/imap-thread.c
1427                 Clean up UID logging a bit
1428         * src/gtk/logwindow.c
1429         * src/gtk/logwindow.h
1430                 Make logging faster when the window's closed
1431
1432 2006-09-01 [wwp]        2.4.0cvs126
1433
1434         * manual/fr/account.xml
1435                 reflect changes to the ref. manual (parts of cvs72):
1436                 fix tabnames and quotes.
1437
1438 2006-09-01 [wwp]        2.4.0cvs125
1439
1440         * manual/fr/plugins.xml
1441                 reflect changes to the reference manual (cvs42):
1442                 update IRC channel info.
1443
1444 2006-09-01 [wwp]        2.4.0cvs124
1445
1446         * commitHelper
1447                 use CVSEDITOR env. var. if set, according to `man cvs`.
1448
1449 2006-09-01 [wwp]        2.4.0cvs123
1450
1451         * manual/advanced.xml
1452                 better sentence again (thanks to Paul).
1453
1454 2006-09-01 [wwp]        2.4.0cvs122
1455
1456         * manual/advanced.xml
1457         fix definition of toolbar_detachable and rework a bit the one of
1458         enable_dotted_lines.
1459
1460 2006-09-01 [mones]      2.4.0cvs121
1461
1462         * manual/advanced.xml
1463                 Document enable_dotted_lines
1464
1465 2006-09-01 [paul]       2.4.0cvs120
1466
1467         * src/folderview.c
1468         * src/folderview.h
1469         * src/imap.c
1470         * src/mainwindow.c
1471         * src/summaryview.c
1472                 obey the 'When entering folder...' option
1473                 when using the /View/Go to/... menu items
1474                 Thanks to Colin
1475
1476 2006-08-31 [colin]      2.4.0cvs119
1477
1478         * src/folderview.c
1479                 Revert 2.4.0cvs116, wrong fix.
1480
1481 2006-08-31 [colin]      2.4.0cvs118
1482
1483         * src/gtk/gtksctree.c
1484                 Better state the various copyrights
1485
1486 2006-08-31 [colin]      2.4.0cvs117
1487
1488         * src/prefs_common.c
1489                 fix enable_dotted_lines
1490
1491 2006-08-31 [colin]      2.4.0cvs116
1492
1493         * src/folderview.c
1494                 Use pref "Always open on select" when going
1495                 to next unread folder
1496         * src/gtk/gtksctree.c
1497                 Fix link failure to _gtk_clist_create_cell_layout
1498                 on certain computers. (Why not mine, I wonder)
1499
1500 2006-08-31 [colin]      2.4.0cvs115
1501
1502         * src/procmsg.c
1503         * src/textview.c
1504         * src/plugins/bogofilter/bogofilter.c
1505         * src/plugins/spamassassin/spamassassin.c
1506                 Requalify some "errors" to warnings
1507         * src/mainwindow.c
1508         * src/mainwindow.h
1509         * src/statusbar.c
1510                 Add an icon in the statusbar to notify
1511                 of errors
1512         * src/gtk/gtksctree.c
1513         * src/folderview.c
1514         * src/summaryview.c
1515                 Make the GtkSCTree look more modern by
1516                 alternating background lines
1517         * src/prefs_common.c
1518         * src/prefs_common.h
1519                 Add a pref to let people have the old
1520                 way if they prefer
1521
1522
1523 2006-08-30 [colin]      2.4.0cvs114
1524
1525         * src/procmsg.c
1526         * src/procmsg.h
1527                 Provide a way to filter a list of
1528                 messages in an optimised manner, and
1529                 add a list-filtering hook
1530         * src/folder.c
1531         * src/inc.c
1532         * src/mbox.c
1533                 Use the list filtering
1534         * src/plugins/bogofilter/bogofilter.c
1535                 Use the list-filtering hook
1536                 Use -b (bulk) mode for more speed
1537                 when learning and filtering
1538         * src/etpan/imap-thread.c
1539                 Make log output shorter in UID SEARCH
1540
1541
1542 2006-08-30 [colin]      2.4.0cvs113
1543
1544         * src/plugins/bogofilter/bogofilter.c
1545                 Really fast mass learning - thanks to David
1546                 Relson for the options explanations :)
1547
1548 2006-08-30 [colin]      2.4.0cvs112
1549
1550         * src/msgcache.c
1551                 Fix compilation on FreeBSD. Thanks
1552                 to Michael Hugues
1553
1554 2006-08-29 [colin]      2.4.0cvs111
1555
1556         * src/folderview.c
1557                 Handle "popup_menu" signal (for popping the 
1558                 menu via the keyboard)
1559         * src/mimeview.c
1560         * src/mimeview.h
1561         * src/summaryview.c
1562         * src/textview.c
1563         * src/gtk/gtkutils.c
1564         * src/gtk/gtkutils.h
1565                 Factorize scrolling code, and add an API 
1566                 for MimeViewers to handle scroll orders
1567
1568 2006-08-29 [wwp]        2.4.0cvs110
1569
1570         * src/plugins//bogofilter/bogofilter.c
1571         * src/plugins//spamassassin/spamassassin.c
1572                 make the bogofilter/spamassassin filtering error dialogs at
1573         incorporation obey to the "don't popup error dialog on
1574         receive error" option. If disabled, feed the log window w/
1575         the error message.
1576
1577 2006-08-29 [paul]
1578
1579         2.5.0-rc2 released
1580
1581 2006-08-29 [paul]       2.4.0cvs109
1582
1583         * Makefile.am
1584                 remove 'make release', it's not needed
1585                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1586
1587 2006-08-29 [paul]       2.4.0cvs108
1588
1589         * src/foldersel.c
1590         * src/summary_search.c
1591         * src/gtk/progressdialog.c
1592         * src/plugins/pgpcore/passphrase.c
1593                 replace deprecated gtk_window_set_policy()
1594
1595 2006-08-29 [colin]      2.4.0cvs107
1596
1597         * src/folder.c
1598                 Fix data loss when copy fails during a move:
1599                 only use fast remove_msgs if everything was
1600                 copied OK; else use slow remove_msg on the
1601                 mails that got copied only.
1602
1603 2006-08-28 [paul]       2.4.0cvs106
1604
1605         * src/mh.c
1606                 revert change in 2.4.0cvs104, it breaks
1607                 stuff
1608
1609 2006-08-28 [paul]       2.4.0cvs105
1610
1611         * src/plugins/spamassassin/spamassassin.c
1612                 english fix
1613
1614 2006-08-28 [paul]       2.4.0cvs104
1615
1616         * src/mh.c
1617                 fix data loss when moving to another
1618                 mailbox fails
1619         * src/prefs_spelling.c
1620                 improve the english
1621         * src/gtk/pluginwindow.c
1622                 improve the layout of the dialog text
1623         All thanks to Colin
1624
1625 2006-08-28 [paul]       2.4.0cvs103
1626
1627         * src/plugins/bogofilter/bogofilter.c
1628         * src/plugins/bogofilter/bogofilter_gtk.c
1629                 fix english up a bit, innit
1630
1631 2006-08-28 [paul]       2.4.0cvs102
1632
1633         * configure.ac
1634         * po/Makefile.in.in
1635         * po/Makevars
1636                 require autoconf 2.60, enabling building
1637                 with gettext 0.15 (gettext 0.14.x build still
1638                 possible). Replace Makefiles with versions
1639                 from gettext 0.15.
1640                 Remove configure options --with-localedir and
1641                 --with-mandir. The options that are provided
1642                 directly by autoconf 2.60 can be used instead:
1643                 --mandir --localedir
1644
1645 2006-08-27 [colin]      2.4.0cvs101
1646
1647         * src/plugins/bogofilter/Makefile.am
1648                 Fix make dist (no README)
1649
1650 2006-08-27 [colin]      2.4.0cvs100
1651
1652         * src/folder.c
1653                 Don't use F_UNKNOWN folders for any default
1654                 outbox/trash/etc
1655         * src/plugins/bogofilter/bogofilter.c
1656         * src/plugins/bogofilter/bogofilter.h
1657         * src/plugins/bogofilter/bogofilter_gtk.c
1658                 Add an option to specify the path to bogofilter
1659                 Use single-quotes to be able to learn in folders
1660                 with spaces in their names
1661                 Verify learning status
1662
1663 2006-08-27 [colin]      2.4.0cvs99
1664
1665         * manual/faq.xml
1666         * manual/plugins.xml
1667                 Document Bogofilter plugin
1668
1669 2006-08-27 [colin]      2.4.0cvs98
1670
1671         * src/compose.c
1672         * src/messageview.c
1673         * src/procmsg.c
1674         * src/procmsg.h
1675                 When possible, copy the queued mail to sent folder
1676                 instead of re-adding. Much faster on IMAP.
1677
1678 2006-08-27 [colin]      2.4.0cvs97
1679
1680         * src/msgcache.c
1681                 Disable mmaped caches - huge metadata loss
1682                 here after a power failure.
1683         * src/summaryview.c
1684                 Add quicksearch timing
1685         * src/common/plugin.c
1686         * src/common/plugin.h
1687                 Implement an interface to tell what plugins
1688                 provide. Prevent loading of similar plugins.
1689         * src/plugins/clamav/clamav_plugin.c
1690         * src/plugins/demo/demo.c
1691         * src/plugins/dillo_viewer/dillo_viewer.c
1692         * src/plugins/pgpcore/plugin.c
1693         * src/plugins/pgpinline/pgpinline.c
1694         * src/plugins/pgpmime/pgpmime.c
1695         * src/plugins/spamassassin/spamassassin.c
1696         * src/plugins/trayicon/trayicon.c
1697                 Implement plugin_provides()
1698
1699 2006-08-27 [colin]      2.4.0cvs96
1700
1701         * configure.ac
1702         * src/plugins/Makefile.am
1703         * src/plugins/bogofilter/.cvsignore
1704         * src/plugins/bogofilter/Makefile.am
1705         * src/plugins/bogofilter/bogofilter.c
1706         * src/plugins/bogofilter/bogofilter.h
1707         * src/plugins/bogofilter/bogofilter_gtk.c
1708                 New Bogofilter plugin, provides filtering and
1709                 learning. Spamassassin will go to extra plugins.
1710
1711 2006-08-26 [mones]      2.4.0cvs95
1712
1713         * manual/handling.xml
1714                 Fix subfolder path in the example (thanks to Paul) 
1715
1716 2006-08-26 [mones]      2.4.0cvs94
1717
1718         * manual/glossary.xml
1719                 2.2. + add ISP to the glossary
1720                 7.5. + Add UIDL to glossary
1721                 7.7. + Add TCP to glossary
1722         * manual/handling.xml
1723                 7.1. + Mentions GNU/Linux distribution, what about the non...
1724                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1725                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1726                 7.4. = Use appropriate quotation for commands
1727                 7.6. = change "" to <quote></quote>
1728         * manual/plugins.xml
1729                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1730         * manual/starting.xml
1731                 2.1. + local mbox file: some examples of mbox file locations...
1732                 Also reformatted files requiring it
1733
1734 2006-08-26 [wwp]        2.4.0cvs93
1735
1736         * src/summary_search.c
1737                 disable find buttons while summary search is running.
1738
1739 2006-08-25 [colin]      2.4.0cvs92
1740
1741         * src/folder.c
1742         * src/folderutils.c
1743         * src/mh.c
1744         * src/procmsg.h
1745         * src/summaryview.c
1746                 Speed up MH moving, and add progressbar
1747                 for MH deletion
1748         * src/msgcache.c
1749                 Write cache files using mmap() too
1750
1751 2006-08-25 [wwp]        2.4.0cvs91
1752
1753         * src/summaryview.c
1754                 switch spam<->ham button when a message has been marked as spam or ham
1755                 and is still selected. Thanks to Colin.
1756
1757 2006-08-25 [paul]       2.4.0cvs90
1758
1759         * src/Makefile.am
1760         * src/stock_pixmap.c
1761         * src/stock_pixmap.h
1762         * src/summaryview.c
1763         * src/gtk/icon_legend.c
1764         * src/pixmaps/copied.xpm
1765         * src/pixmaps/moved.xpm
1766                 add icons for delayed execution marked for
1767                 copying, marked for moving
1768
1769 2006-08-25 [mones]      2.4.0cvs89
1770
1771         * manual/glossary.xml
1772                 Fix the other glossary items:
1773                 5.1. = Inmmediate execution -> <quote>immediate execution...
1774                 5.2. = Fix MBOX capitalization -> Mbox
1775                 5.3. + Improve Plugins def. w/ tech. ref.
1776                 5.4. = Quotation -> replace '>' by <quote>></quote>
1777                 5.5. - SMTP Server. -> remove dot
1778         * po/es.po
1779                 Updated translation
1780
1781 2006-08-25 [mones]      2.4.0cvs88
1782
1783         * manual/ack.xml
1784                 Reformatted, changed email address
1785         * manual/glossary.xml
1786                 Reformatted, fixed MANUAL-TODO items:
1787                 8.2. + add ROT-13 to glossary
1788                 8.4. + add URL to glossary
1789         * manual/es/advanced.xml
1790                 Fixed <literal>s
1791
1792 2006-08-25 [paul]       2.4.0cvs87
1793
1794         * src/gtk/icon_legend.c
1795                 add 'marked for deletion' icon
1796                 arrange icons by containing column
1797                 wrap long label text
1798
1799 2006-08-25 [colin]      2.4.0cvs86
1800
1801         * src/common/utils.c
1802         * src/common/utils.h
1803                 Add the sc_g_*list_bigger functions in
1804                 a place everyone can use it
1805         * src/summaryview.c
1806                 Only freeze/thaw the list when working
1807                 on the selection, if it's bigger than 1
1808         * src/gtk/gtksctree.c
1809                 Only freeze/thaw the list when unselec-
1810                 ting 'all' if ('all' != 1)
1811                 This avoids some flickering
1812
1813 2006-08-24 [colin]      2.4.0cvs85
1814
1815         * src/addressbook.c
1816                 Fix strange list selection
1817                 Fix random seg (Invalid read of freed memory)
1818
1819 2006-08-24 [colin]      2.4.0cvs84
1820
1821         * src/alertpanel.c
1822         * src/gtk/inputdialog.c
1823         * src/plugins/pgpcore/passphrase.c
1824                 Revert minimal width patch of 2.4.0cvs67,
1825                 as it is also a maximal width. Use 
1826                 gtk_window_set_default_size instead.
1827
1828 2006-08-24 [colin]      2.4.0cvs83
1829
1830         * src/msgcache.c
1831                 Write cache/mark to temp files before
1832                 overwriting old ones (avoids metadata
1833                 loss if writing the new files fail).
1834                 Use mmap() to read cache/mark file, as
1835                 this makes cache reading faster. Dis-
1836                 abled for big-endian machines until it
1837                 can be tested. (Big-endian users: set
1838                 msgcache_use_mmap = TRUE in the relevant
1839                 #if).
1840         * src/procmsg.h
1841                 Move rarely used fields of MsgInfo in 
1842                 another structure, which will only be
1843                 allocated if needed. Face, X-Face,
1844                 Return receipt headers and List-*
1845                 headers are moved. Mails having none
1846                 of these occupy 52 bytes less with
1847                 this patch, which makes 2.5MB of RAM
1848                 saved on a 50k folder).
1849         * src/headerview.c
1850         * src/mainwindow.c
1851         * src/messageview.c
1852         * src/partial_download.c
1853         * src/procheader.c
1854         * src/procmsg.c
1855         * src/textview.c
1856                 Follow this structure change.
1857
1858 2006-08-24 [wwp]        2.4.0cvs82
1859
1860         * manual/es/.cvsignore
1861         * manual/es/dist/.cvsignore
1862         * manual/es/dist/html/.cvsignore
1863         * manual/es/dist/pdf/.cvsignore
1864         * manual/es/dist/ps/.cvsignore
1865         * manual/es/dist/txt/.cvsignore
1866                 more (generated) files to ignore.
1867
1868 2006-08-24 [colin]      2.4.0cvs81
1869
1870         * src/folder.c
1871         * src/mh.c
1872                 Fix possible problems with local delivery. Check the folder doesn't
1873                 need scan before setting its mtime when saving cache (which can be
1874                 done long after the folder's been modified by an external process);
1875                 Check that the stored item's mtime didn't change in mh functions.
1876
1877 2006-08-24 [mones]      2.4.0cvs80
1878
1879         * manual/advanced.xml
1880                 Rewrapping, some fixes and MANUAL-TODO items:
1881                 8.1. = change "" to <quote></quote>
1882                 8.3. = quote menu items
1883                 8.5. - deploying -> new user ... ideally a new user (redundant)
1884
1885 2006-08-23 [colin]      2.4.0cvs79
1886
1887         * src/gtk/gtksctree.c
1888                 When selecting or deselecting range, only
1889                 freeze/thaw when selection is bigger than 10
1890
1891 2006-08-23 [colin]      2.4.0cvs78
1892
1893         * src/messageview.c
1894         * src/mimeview.c
1895         * src/mimeview.h
1896         * src/plugins/dillo_viewer/dillo_viewer.c
1897                 Provide an API for MimeViewer plugins to
1898                 return a text selection for replying
1899
1900 2006-08-23 [colin]      2.4.0cvs77
1901
1902         * src/image_viewer.c
1903         * src/textview.c
1904                 Use gtk_pixbuf_new_from_file_at_scale(), which
1905                 is faster than getting the pixbuf then resizing
1906                 it.
1907
1908 2006-08-23 [colin]      2.4.0cvs76
1909
1910         * src/procmime.c
1911                 UTF-8 should be sent Quoted-printable
1912
1913 2006-08-22 [colin]      2.4.0cvs75
1914
1915         * src/mh.c
1916                 Check if scan is required before touching
1917                 the folder (or it'll be required every time)
1918
1919 2006-08-22 [colin]      2.4.0cvs74
1920
1921         * configure.ac
1922                 Require libetpan 0.46 (crasher fix when built
1923                 against gnutls)
1924
1925 2006-08-22 [colin]      2.4.0cvs73
1926
1927         * src/folder.c
1928                 Set folder's mtime after writing its
1929                 cache
1930         * src/folderview.c
1931                 Add some timing
1932         * src/procmsg.c
1933                 Don't do useless stuff if we don't 
1934                 thread by subject
1935         * src/summaryview.c
1936                 Add some timing, don't deselect prior
1937                 to selecting (gtksctree does it itself),
1938                 remove crash avoidance hacks as it's been
1939                 properly fixed since a while
1940         * src/common/utils.c
1941                 Optimize to_human_readable(): _() is slow,
1942                 do it only once, and avoid %f format for KB
1943                 (the most common in a summaryview)
1944         * src/gtk/gtksctree.c
1945                 Don't uselessly freeze/thaw (fixes flicker
1946                 on next unread and friends), reduce number
1947                 of g_list_nth/g_list_position where possible
1948         * src/gtk/gtkutils.c
1949         * src/gtk/gtkutils.h
1950                 Reduce number of g_list_nth/g_list_position
1951                 where possible.
1952                 All of this makes loading as 70k folder 2.1
1953                 seconds instead of 3.2 (with hot FS caches).
1954                 (1.3 seconds without Date and Size columns...)
1955
1956 2006-08-22 [paul]       2.4.0cvs72
1957
1958         wrap documents and do some items from mones' MANUAL-TODO:
1959
1960         * manual/account.xml
1961                 4.1. = fix tabname references to <quote>tabname</quote>
1962                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1963         * manual/faq.xml
1964                 1.1. = mentioned options don't match UI
1965                 Add information about the 'Never send Return Receipts'
1966                 option
1967         * manual/handling.xml
1968                 6.2. = Mentions Extended symbols button, but now is
1969                 named Information
1970                 6.3. = Mentions ... button, which is now Edit
1971
1972 2006-08-22 [colin]      2.4.0cvs71
1973
1974         * src/gtk/pluginwindow.c
1975                 Fix layout in verbose translations (such
1976                 as french)
1977
1978 2006-08-22 [paul]       2.4.0cvs70
1979
1980         * manual/Makefile.am
1981                 build manuals in alphabetical order
1982         * src/addressbook.c
1983         * src/prefs_themes.c
1984                 replace/remove deprecated symbols
1985         * src/gtk/gtkutils.c
1986                 fix a warning
1987         * src/gtk/pluginwindow.c
1988                 replace deprecated symbol
1989                 replace label text and move it
1990         * src/plugins/pgpcore/prefs_gpg.c
1991                 move the 'Generate...' button out of the
1992                 Sign Key frame, replace the English used
1993         * src/plugins/pgpcore/sgpgme.c
1994                 fixes to the English
1995
1996 2006-08-21 [colin]      2.4.0cvs69
1997
1998         * src/plugins/trayicon/trayicon.c
1999                 Add more strings for translation; patch
2000                 by Pawel
2001
2002 2006-08-21 [colin]      2.4.0cvs68
2003
2004         * src/compose.c
2005                 fix replied flag not set after drafting
2006         * src/matcher.c
2007                 fix body quicksearch in non-encoded bodies
2008                 containing '='
2009         * src/msgcache.c
2010                 Get rid of the g_malloc workaround for
2011                 corrupted caches, use g_try_malloc
2012
2013 2006-08-21 [colin]      2.4.0cvs67
2014
2015         * src/alertpanel.c
2016         * src/gtk/inputdialog.c
2017         * src/plugins/pgpcore/passphrase.c
2018                 Set minimal width to 375
2019         * src/mainwindow.c
2020                 Fix switching to offline, asking if it 
2021                 should be overriden for synchronising
2022         * src/mimeview.c
2023                 Don't offer to remember command on Open 
2024                 with for text parts, as the browser or 
2025                 text editor command isn't changed from 
2026                 there
2027
2028 2006-08-20 [paul]       2.4.0cvs66
2029
2030         * po/ko.po
2031         * po/zh_CN.po
2032                 fix plural form errors. revealed by stricter
2033                 checking of gettext 0.15
2034
2035 2006-08-18 [paul]       2.4.0cvs65
2036
2037         * src/stock_pixmap.c
2038                 fix the fix of 2.4.0cvs64
2039                 Thanks to Colin
2040
2041 2006-08-18 [paul]       2.4.0cvs64
2042
2043         * src/stock_pixmap.c
2044                 fix leaks
2045                 Thanks to Colin
2046
2047 2006-08-18 [paul]       2.4.0cvs63
2048
2049         * src/compose.c
2050         * src/procmsg.c
2051                 fix occasional IMAP bug where large msgs
2052                 were left in the queue folder after sending
2053                 Thanks to Colin
2054
2055 2006-08-18 [paul]       2.4.0cvs62
2056
2057         * src/folderview.c
2058                 freeze the summaryview while quicksearch results
2059                 are displayed
2060                 (fixes bug 456 'current message is hidden when the
2061                 view is refreshed and extended search is "unread 
2062                 messages"')
2063                 Thanks to Colin
2064         * src/textview.c
2065                 add missing #include "inputdialog.h"
2066         * src/common/utils.h
2067                 add missing mailcap_update_default() and improve
2068                 readability
2069
2070 2006-08-17 [colin]      2.4.0cvs61
2071
2072         * src/plugins/pgpcore/select-keys.c
2073                 Fix warnings :)
2074
2075 2006-08-17 [colin]      2.4.0cvs60
2076
2077         * src/compose.c
2078                 Don't continue queuing if Cancel is clicked
2079                 in select-keys
2080
2081 2006-08-17 [colin]      2.4.0cvs59
2082
2083         * src/plugins/pgpcore/select-keys.c
2084                 When encrypting, if only one key matches and it 
2085                 matches exactly, automatically use it.
2086
2087 2006-08-17 [colin]      2.4.0cvs58
2088
2089         * src/mimeview.c
2090         * src/prefs_common.c
2091         * src/prefs_common.h
2092         * src/prefs_ext_prog.c
2093         * src/textview.c
2094                 Fix issues with previous patch (text/html)
2095                 Remove outdated prefs
2096
2097 2006-08-17 [colin]      2.4.0cvs57
2098
2099         * src/imap.c
2100                 Add View Log button on auth error
2101         * src/procmsg.c
2102                 Fix encrypted mail marked as new when
2103                 saved in normal folders
2104         * src/plugins/pgpinline/pgpinline.c
2105                 Fix encrypt bug on IMAP
2106         * src/mimeview.c
2107         * src/common/utils.c
2108         * src/common/utils.h
2109         * src/gtk/inputdialog.c
2110         * src/gtk/inputdialog.h
2111                 Get rid of metamail stuff, simplify
2112                 opening, and allow remembering of user's
2113                 choices (by updating ~/.mailcap). There's
2114                 still to drop "Audio player" and "Image
2115                 viewer" preferences.
2116
2117 2006-08-17 [mones]      2.4.0cvs56
2118
2119         * manual/es/sylpheed-claws-manual.xml
2120                 fix DTD path
2121
2122 2006-08-17 [mones]      2.4.0cvs55
2123
2124         * configure.ac
2125         * manual/Makefile.am
2126         * manual/es/Makefile.am
2127         * manual/es/account.xml
2128         * manual/es/ack.xml
2129         * manual/es/addrbook.xml
2130         * manual/es/advanced.xml
2131         * manual/es/faq.xml
2132         * manual/es/glossary.xml
2133         * manual/es/gpl.xml
2134         * manual/es/handling.xml
2135         * manual/es/intro.xml
2136         * manual/es/keyboard.xml
2137         * manual/es/plugins.xml
2138         * manual/es/starting.xml
2139         * manual/es/sylpheed-claws-manual.xml
2140         * manual/es/dist/Makefile.am
2141         * manual/es/dist/html/Makefile.am
2142         * manual/es/dist/pdf/Makefile.am
2143         * manual/es/dist/ps/Makefile.am
2144         * manual/es/dist/txt/Makefile.am
2145                 Spanish translation for the manual
2146
2147 2006-08-16 [colin]      2.4.0cvs54
2148
2149         * src/compose.c
2150         * src/main.c
2151         * src/mainwindow.c
2152                 Fix send button sensitivity at startup
2153                 Set send menu sensitivity (patch by Fabien)
2154         * src/ssl_manager.c
2155                 Enable closing with esc (patch by Fabien)
2156         * src/gtk/foldersort.c
2157                 Enable closing with esc (patch by Fabien)
2158         * src/procmime.c
2159                 Optimisation (no need to copy to tempfile to
2160                 "decode" 7bit and 8bit)
2161         * src/summaryview.c
2162                 Fix cruft in swap_from case
2163         * src/textview.c
2164                 Fix missing last line in some mail cases 
2165                 (Fixes debian #381872)
2166         * src/plugins/pgpcore/prefs_gpg.c
2167         * src/plugins/pgpcore/sgpgme.c
2168         * src/plugins/pgpcore/sgpgme.h
2169                 Don't show "no key found" when user explicitely
2170                 wants to create a key
2171
2172 2006-08-16 [paul]       2.4.0cvs53
2173
2174         * configure.ac
2175         * src/account.c
2176         * src/addressbook.c
2177         * src/headerview.c
2178         * src/prefs_account.c
2179         * src/prefs_message.c
2180         * src/gtk/gtkutils.c
2181                 bump up minimum required versions of GTK+ and
2182                 GLIB to 2.6.0
2183
2184 2006-08-16 [paul]       2.4.0cvs52
2185
2186         * src/toolbar.c
2187                 workaround GTK+ Bug 351600 - 'Can't re-click
2188                 on button after sensitivity update'
2189                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2190                 Thanks to Colin
2191
2192 2006-08-15 [colin]      2.4.0cvs51
2193
2194         * src/plugins/pgpcore/prefs_gpg.c
2195                 Set options sensitivity according to
2196                 key existence
2197         * src/plugins/pgpcore/sgpgme.c
2198                 Allow to create key with no passphrase
2199
2200 2006-08-14 [cleroy]     2.4.0cvs50
2201
2202         * src/gtk/pluginwindow.c
2203                 New layout (maybe to be changed?)
2204         * src/gtk/gtkutils.c
2205                 Fix a bit label_window
2206         * src/plugins/pgpcore/passphrase.c
2207         * src/plugins/pgpcore/passphrase.h
2208         * src/plugins/pgpcore/plugin.c
2209         * src/plugins/pgpcore/prefs_gpg.c
2210         * src/plugins/pgpcore/prefs_gpg.h
2211         * src/plugins/pgpcore/sgpgme.c
2212         * src/plugins/pgpcore/sgpgme.h
2213                 Allow to create a PGP private key via the GUI
2214
2215 2006-08-14 [wwp]        2.4.0cvs49
2216
2217         * src/addressbook_foldersel.c
2218                 fix strict ISO C90 compliance.
2219
2220 2006-08-14 [paul]       2.4.0cvs48
2221
2222         * src/gtk/prefswindow.c
2223                 re-set scrolled window on opening
2224                 Patch by Ticho
2225
2226 2006-08-14 [paul]
2227
2228         2.5.0-rc1 released
2229
2230 2006-08-14 [paul]       2.4.0cvs47
2231
2232         * src/prefs_display_header.c
2233                 re-enable user-defined Displayed Headers
2234
2235 2006-08-14 [paul]       2.4.0cvs46
2236
2237         * src/prefs_account.c
2238                 use GTK_STOCK_EDIT
2239
2240 2006-08-13 [colin]      2.4.0cvs45
2241
2242         * src/common/utils.c
2243                 Fix "a" in quote when the original message is empty,
2244                 by using \0 instead of 'a' to test writability of
2245                 temp files.
2246
2247 2006-08-13 [wwp]        2.4.0cvs44
2248
2249         * src/plugins/spamassassin/spamassassin.c
2250                 fix capitalization of "SpamAssassin" in some debug, log and
2251                 dialog messages.
2252
2253 2006-08-13 [paul]       2.4.0cvs43
2254
2255         * src/editldap.c
2256                 fix overlapping widgets
2257         * src/prefs_account.c
2258                 fix translation of protocol_names[]
2259                 fix label disappearing off the edge of the
2260                 visible area
2261
2262 2006-08-12 [paul]       2.4.0cvs42
2263
2264         * manual/plugins.xml
2265                 update IRC channel info before it gets forgotten
2266                 about
2267
2268 2006-08-11 [colin]      2.4.0cvs41
2269
2270         * src/compose.c
2271         * src/mainwindow.c
2272         * src/mainwindow.h
2273         * src/procmsg.c
2274         * src/procmsg.h
2275         * src/summaryview.c
2276         * src/toolbar.c
2277                 Grey out the Send button if
2278                 - Queue folders are empty, or
2279                 - We're sending already
2280
2281 2006-08-11 [wwp]        2.4.0cvs40
2282
2283         * src/main.c
2284                 fix a logic issue when quitting while a compose window is
2285                 still open, thanks to Colin.
2286
2287 2006-08-10 [colin]      2.4.0cvs39
2288
2289         * src/main.c
2290                 Fix default font size setting after wizard run
2291         * src/imap.c
2292         * src/etpan/imap-thread.c
2293         * src/etpan/imap-thread.h
2294                 Fix bug #999 (Timing out on TSL cert validation 
2295                 dialog makes ugly things happen). Also, STARTTLS
2296                 unconditionnaly if initial capabilities contain
2297                 LOGINDISABLED and STARTTLS.
2298
2299 2006-08-09 [colin]      2.4.0cvs38
2300
2301         * src/mainwindow.c
2302         * src/mainwindow.h
2303                 Fix Tools/Actions sensitivity when there are
2304                 no actions
2305
2306 2006-08-09 [colin]      2.4.0cvs37
2307
2308         * src/prefs_filtering.c
2309                 Warning fix, patch by Paul
2310         * src/messageview.c
2311         * src/prefs_actions.c
2312         * src/prefs_filtering_action.c
2313         * src/prefs_matcher.c
2314                 Uniformisation of "Info ..." to "Info..." (for
2315                 old gtk), patch by Fabien
2316         * src/plugins/clamav/clamav_plugin_gtk.c
2317                 Sensitivity fix by Fabien
2318
2319 2006-08-09 [colin]      2.4.0cvs36
2320
2321         * src/main.c
2322         * src/main.h
2323                 Add a function to know whether we're exiting
2324         * src/plugins/trayicon/trayicon.c
2325                 If exiting, don't do anything. Faster, and
2326                 avoids gtk_main_iteration reentracy causing
2327                 segfaults at exit
2328
2329 2006-08-09 [colin]      2.4.0cvs35
2330
2331         * src/messageview.c
2332         * src/mimeview.c
2333         * src/mimeview.h
2334                 Fix lack of part selection when automatically 
2335                 jumping to a specific part
2336         * src/msgcache.c
2337                 Little optimisation in cache reading
2338
2339 2006-08-09 [colin]      2.4.0cvs34
2340
2341         * src/compose.c
2342                 Fix crash setting the priority on reedit
2343                 (Accessing compose before creating it!)
2344
2345 2006-08-08 [colin]      2.4.0cvs33
2346
2347         * src/procmime.c
2348                 Fix bug #998 (last attachment is not accessible)
2349                 Bad RFC interpretation on multipart close-delimiters
2350         * src/mimeview.c
2351         * src/mimeview.h
2352         * src/gtk/gtkvscrollbutton.c
2353         * src/gtk/gtkvscrollbutton.h
2354                 Make attachments list wheel-scrollable
2355
2356 2006-08-07 [colin]      2.4.0cvs32
2357
2358         * src/gtk/gtkaspell.c
2359                 Fix bug #973 (Unicode punctation characters 
2360                 are not recognized as separators by the
2361                 spell checker); fix unsigned stuff
2362
2363 2006-08-07 [colin]      2.4.0cvs31
2364
2365         * src/compose.c
2366                 Fix bug #956 (DnD text with accents in compose 
2367                 text entry); fix gccc's signed/unsigned fuss
2368
2369 2006-08-06 [colin]      2.4.0cvs30
2370
2371         * src/main.c
2372                 Fix bug #979 (Plugin crashes when exiting 
2373                 sylpheed-claws) : handle exit request only 
2374                 once
2375
2376 2006-08-05 [colin]      2.4.0cvs29
2377
2378         * src/news.c
2379                 Just make sure we have a msgid.
2380
2381 2006-08-05 [colin]      2.4.0cvs28
2382
2383         * src/news.c
2384         * src/summaryview.c
2385                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2386                 by reimplementing it
2387         * src/textview.c
2388                 Fix bug when hiding quotes with level > 3 and quote
2389                 colors are recycled
2390
2391 2006-08-04 [colin]      2.4.0cvs27
2392
2393         * src/compose.c
2394         * src/undo.c
2395         * src/undo.h
2396                 Fix a bit replace-by-pasting undo
2397         * src/mainwindow.c
2398         * src/messageview.c
2399                 Fix Fold quotes menu synchro in
2400                 mainwindow when it changes in 
2401                 messageview
2402         * src/textview.c
2403                 Fix right-click on quotes blocks
2404         * src/common/utils.c
2405                 Verify that the file created by
2406                 my_tmpfile() is writable. Fixes
2407                 bug #988 (very specific filesystem
2408                 issue)
2409         * src/plugins/pgpcore/sgpgme.c
2410                 Fix file descriptor leak
2411         * src/plugins/spamassassin/spamassassin.c
2412                 Warn once if spamd isn't reachable
2413
2414 2006-08-04 [colin]      2.4.0cvs26
2415
2416         * src/toolbar.c
2417                 i18n context patch by Fabien
2418
2419 2006-08-03 [colin]      2.4.0cvs25
2420
2421         * src/mainwindow.c
2422         * src/messageview.c
2423                 Rename "Hide quotes" to "Fold quotes"
2424         * src/textview.c
2425                 Don't use hand cursor on quotes. "all 
2426                 the bonuses of the feature and none of 
2427                 unwelcome side-effects"
2428
2429 2006-08-03 [colin]      2.4.0cvs24
2430
2431         * AUTHORS
2432         * sylpheed-claws.desktop
2433         * src/gtk/authors.h
2434                 Bring the desktop file to XDG compliance
2435                 Patch by Charles A. Edwards
2436
2437 2006-08-03 [colin]      2.4.0cvs23
2438
2439         * src/textview.c
2440                 Fix links offset when they are preceded
2441                 by accentued chars (g_utf8_strlen!)
2442         * src/mainwindow.c
2443                 Fix wrong status when starting offline
2444
2445
2446 2006-08-03 [wwp]        2.4.0cvs22
2447
2448         * src/prefs_common.h
2449                 ask what to do w/ filtering rules that belong to an account when
2450                 applying filtering rules manually from the main window (skip,
2451                 apply regardless of the account, use current account). This dialog
2452                 can be skipped and the last reply used.
2453                 (forgot that file)
2454
2455 2006-08-03 [wwp]        2.4.0cvs21
2456
2457         * src/filtering.c
2458         * src/filtering.h
2459         * src/prefs_common.c
2460         * src/summaryview.c
2461         * src/alertpanel.c
2462         * src/alertpanel.h
2463         * src/messageview.c
2464                 ask what to do w/ filtering rules that belong to an account when
2465                 applying filtering rules manually from the main window (skip,
2466                 apply regardless of the account, use current account). This dialog
2467                 can be skipped and the last reply used.
2468
2469
2470 2006-08-03 [colin]      2.4.0cvs20
2471
2472         * src/textview.c
2473                 Optimize previous patch
2474
2475 2006-08-03 [cleroy]     2.4.0cvs19
2476
2477         * src/textview.c
2478                 Fix quotes getting toggled back when the
2479                 mail has an even number of text parts
2480
2481 2006-08-02 [colin]      2.4.0cvs18
2482
2483         * src/messageview.c
2484                 Add Hide quotes menu
2485
2486 2006-08-02 [colin]      2.4.0cvs17
2487
2488         * src/mainwindow.c
2489         * src/prefs_common.c
2490         * src/textview.c
2491         * src/textview.h
2492         * src/gtk/about.c
2493                 Allow per-level quote hiding,
2494                 Allow toggling quotes by double-clicking them
2495                 Rename RemoteURI to ClickableText to reflect
2496                 the fact it's used for a variety of things
2497
2498 2006-08-02 [wwp]        2.4.0cvs16
2499
2500         * src/mainwindow.c
2501                 fix "View/Hide quotes" menu item status initialization.
2502
2503 2006-08-02 [wwp]        2.4.0cvs15
2504
2505         * src/matcher_parser_parse.y
2506                 remove a debug trace.
2507
2508 2006-08-02 [paul]       2.4.0cvs14
2509
2510         * src/plugins/pgpcore/passphrase.c
2511                 don't set initial dialog size
2512                 make it resizable
2513
2514 2006-08-02 [paul]       2.4.0cvs13
2515
2516         * src/noticeview.c
2517                 remove the rogue '/' character
2518
2519 2006-08-02 [paul]       2.4.0cvs12
2520
2521         * src/noticeview.c
2522                 allow buttons to resize as necessary
2523
2524 2006-08-01 [wwp]        2.4.0cvs11
2525
2526         * src/mbox.c
2527                 fix strict ISO C90 compliance.
2528
2529 2006-08-01 [wwp]        2.4.0cvs10
2530
2531         * tools/update-po
2532                 updated update-po tool to work w/ context-dependent translations.
2533                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2534
2535 2006-08-01 [wwp]        2.4.0cvs9
2536
2537         * src/matcher.c
2538         * src/prefs_filtering.c
2539         * src/prefs_matcher.c
2540                 allow context-dependent translations for "All",
2541                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2542
2543 2006-07-31 [colin]      2.4.0cvs8
2544
2545         * AUTHORS
2546         * src/gtk/authors.h
2547                 Add Rafal to authors
2548
2549 2006-07-31 [colin]      2.4.0cvs7
2550
2551         * src/compose.c
2552         * src/mainwindow.c
2553         * src/messageview.h
2554         * src/prefs_common.c
2555         * src/prefs_common.h
2556         * src/textview.c
2557                 Add 'View/Hide quotes'. Patch based on a patch
2558                 by Rafal Weglarz
2559
2560 2006-07-31 [colin]      2.4.0cvs6
2561
2562         * src/action.c
2563                 Fix problem with "> stuff >" actions
2564
2565 2006-07-31 [paul]       2.4.0cvs5
2566
2567         * po/nb.po
2568                 updated by Geir Helland
2569
2570 2006-07-31 [wwp]        2.4.0cvs4
2571
2572         * src/mainwindow.c
2573         * src/summaryview.c
2574         * src/summaryview.h
2575                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2576                 thanks to Colin.
2577
2578 2006-07-31 [wwp]        2.4.0cvs3
2579
2580         * src/Makefile.am
2581         * src/addr_compl.c
2582         * src/addr_compl.h
2583         * src/addressbook.c
2584         * src/addressbook.h
2585         * src/addressbook_foldersel.c
2586         * src/addressbook_foldersel.h
2587         * src/addrindex.c
2588         * src/addrindex.h
2589         * src/matcher.c
2590         * src/matcher.h
2591         * src/matcher_parser_lex.l
2592         * src/matcher_parser_parse.y
2593         * src/prefs_common.c
2594         * src/prefs_common.h
2595         * src/prefs_filtering.c
2596         * src/prefs_matcher.c
2597         * src/prefs_matcher.h
2598         * src/summaryview.c
2599                 introduce filtering against the address book. It's now possible to add
2600                 matched conditions to determine if any email address in a message matches
2601                 or doesn't match any or all books or folders in the address book.
2602
2603 2006-07-31 [wwp]        2.4.0cvs2
2604
2605         * src/account.c
2606         * src/filtering.c
2607         * src/filtering.h
2608         * src/folder.c
2609         * src/folderview.c
2610         * src/inc.c
2611         * src/mainwindow.c
2612         * src/matcher.c
2613         * src/matcher_parser_lex.l
2614         * src/matcher_parser_parse.y
2615         * src/mbox.c
2616         * src/prefs_filtering.c
2617         * src/prefs_filtering.h
2618         * src/procmsg.c
2619         * src/procmsg.h
2620         * src/summaryview.c
2621                 introduce per-account filtering rules. Each filtering rule can now be assigned
2622                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2623                 when applying filtering rules manually, as all rules will apply - even the ones
2624                 assigned to an account. This issue will be addressed soon.
2625  
2626
2627
2628 2006-07-31 [wwp]        2.4.0cvs1
2629
2630         * src/quote_fmt.c
2631                 make more strings translatable.
2632
2633 2006-07-31 [paul]       2.4.0
2634
2635         2.4.0 released
2636
2637 2006-07-31 [paul]       2.3.1cvs91
2638
2639         * po/ca.po
2640                 updated by Miquel Oliete
2641
2642 2006-07-31 [paul]       2.3.1cvs90
2643
2644         * po/de.po
2645         * po/el.po
2646         * po/fr.po
2647         * po/it.po
2648         * po/pl.po
2649         * po/pt_BR.po
2650         * po/sr.po
2651         * po/zh_CN.po
2652                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2653                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2654                 Aleksandar Urosevic, and Ralgh Young
2655
2656 2006-07-31 [paul]       2.3.1cvs89
2657
2658         * src/account.c
2659         * src/main.c
2660         * src/mainwindow.c
2661         * src/mainwindow.h
2662                 Fix a race condition when, after an SC crash, rescanning
2663                 folders took more than 0.5 seconds
2664                 Thanks to Colin
2665
2666 2006-07-31 [paul]       2.3.1cvs88
2667
2668         * src/folderview.c
2669                 don't translate separator strings
2670
2671 2006-07-30 [mones]      2.3.1cvs87
2672
2673         * doc/man/sylpheed-claws.1
2674                 Fixed non-ASCII chars in Hoa's name
2675         * po/es.po
2676                 Updated for release
2677
2678 2006-07-27 [colin]      2.3.1cvs86
2679
2680         * src/textview.c
2681                 Don't include the leading \n in links
2682                 Patch by Fabien
2683
2684 2006-07-25 [colin]      2.3.1cvs85
2685
2686         * src/mainwindow.c
2687         * src/common/socket.h
2688         * src/etpan/imap-thread.c
2689                 Refresh resolvers before connecting
2690                 to IMAP servers, and after switching
2691                 to online. Thanks to Paul.
2692
2693 2006-07-18 [colin]
2694
2695         * 2.4.0-rc4 released
2696
2697 2006-07-17 [colin]      2.3.1cvs84
2698
2699         * src/inc.c
2700                 Show connection attempt in statusbar before
2701                 connecting (previously first message was
2702                 "Retrieving messages from ..." after the
2703                 connection succeeded.
2704
2705 2006-07-16 [wwp]        2.3.1cvs83
2706
2707         * sylpheed-claws.ico
2708                 Added .ico file (windows multi-size icon file, generated).
2709
2710 2006-07-12 [wwp]        2.3.1cvs82
2711
2712         * src/messageview.c
2713                 remove Message/Re-edit menu entry from messageview window,
2714                 as sent/draft/queued messages are opened in compose window when
2715                 re-edited and it's not possible to re-edit other msgs.
2716
2717 2006-07-12 [paul]       2.3.1cvs81
2718
2719         * AUTHORS
2720         * src/mainwindow.c
2721         * src/gtk/authors.h
2722                 check online state before resetting
2723                 mailcheck timer. Useful if some program
2724                 verifies connection state and updates
2725                 Claws.
2726                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2727
2728 2006-07-12 [paul]       2.3.1cvs80
2729
2730         * sylpheed-claws-128x128.png
2731         * sylpheed-claws-64x64.png
2732         * sylpheed-claws.png
2733         * src/Makefile.am
2734         * src/main.c
2735         * src/prefs_toolbar.c
2736         * src/stock_pixmap.c
2737         * src/stock_pixmap.h
2738         * src/wizard.c
2739         * src/gtk/about.c
2740         * src/gtk/gtkutils.c
2741         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2742         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2743         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2744         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2745         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2746         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2747                 updated and renamed logo/icon files and related
2748                 logo by Jesper Schultz
2749
2750 2006-07-11 [paul]       2.3.1cvs79
2751
2752         * src/main.c
2753                 fix the labels a smidgin
2754
2755 2006-07-09 [colin]      2.3.1cvs78
2756
2757         * src/textview.c
2758                 Show errors in textviewer's command
2759                 Patch by H. Merijn Brand
2760
2761 2006-07-09 [colin]      2.3.1cvs77
2762
2763         * src/compose.c
2764                 Save FMID in drafts too
2765
2766 2006-07-08 [colin]      2.3.1cvs76
2767
2768         * src/compose.c
2769                 Svae RMID in drafted mails too
2770                 Save quote_fmt vars for whole mails,
2771                 don't reset at each quote_fmt_init:
2772                 allows to use the same |i{var} in
2773                 various template fields
2774         * src/prefs_template.c
2775         * src/quote_fmt.h
2776         * src/quote_fmt_parse.y
2777                 Same
2778
2779 2006-07-08 [colin]      2.3.1cvs75
2780
2781         * src/textview.c
2782                 Fix highlighting of attached parts URIs
2783
2784 2006-07-08 [colin]      2.3.1cvs74
2785
2786         * src/main.c
2787                 Prevent bug #981 (sc 2.3.1 segfaults with 
2788                 gtk+ 2.10) from being reported again:
2789                 if Sylpheed-Claws has been compiled against
2790                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2791                 of if Sylpheed-Claws has been compiled against
2792                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2793                 error out.
2794
2795 2006-07-07 [colin]      2.3.1cvs73
2796
2797         * src/prefs_actions.c
2798                 Fix label
2799
2800 2006-07-07 [colin]      2.3.1cvs72
2801
2802         * src/prefs_actions.c
2803                 Fix compile on gtk < 2.8. argh :)
2804
2805 2006-07-07 [paul]       2.3.1cvs71
2806
2807         * src/common/defs.h
2808                 update DONATE_URI
2809
2810 2006-07-07 [colin]      2.3.1cvs70
2811
2812         * po/POTFILES.in
2813         * src/quote_fmt.c
2814         * src/quote_fmt_lex.l
2815         * src/quote_fmt_parse.y
2816                 Add |i{var}, a way to insert user-entered
2817                 text in a template
2818
2819 2006-07-07 [colin]
2820
2821         * 2.4.0-rc3 released
2822
2823 2006-07-07 [colin]      2.3.1cvs69
2824
2825         * src/folder.c
2826                 Don't consider inboxes of UNKNOWN folder 
2827                 classes to be useable as default inboxes
2828
2829 2006-07-07 [paul]       2.3.1cvs68
2830
2831         * src/textview.c
2832                 add missing #include <errno.h>
2833                 Thanks to René J. Blokland
2834
2835 2006-07-07 [paul]       2.3.1cvs67
2836
2837         * src/action.c
2838                 Return now Closes dialog
2839         * src/mimeview.c
2840         * src/mimeview.h
2841         * src/textview.c
2842                 add contextual menu to mime parts listed
2843                 in the textview
2844                 Thanks to Colin
2845         * src/common/utils.c
2846                 reversal: ' is a valid character in URLs
2847
2848 2006-07-06 [colin]      2.3.1cvs66
2849
2850         * src/remotefolder.h
2851                 Forgotten in previous commit
2852
2853 2006-07-06 [colin]      2.3.1cvs65
2854
2855         * src/folder.c
2856                 Set summary update flag whenever
2857                 totals changed
2858         * src/imap.c
2859         * src/prefs_account.c
2860         * src/common/utils.h
2861         * src/etpan/imap-thread.c
2862                 Fix warnings, thanks to Fabien and
2863                 Ricardo
2864
2865 2006-07-06 [wwp]        2.3.1cvs64
2866
2867         * src/gtk/gtkutils.c
2868                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2869
2870 2006-07-06 [wwp]        2.3.1cvs63
2871
2872         * src/account.c
2873         * src/addressbook.c
2874         * src/addressitem.h
2875         * src/folderview.c
2876         * src/mainwindow.c
2877         * src/manual.c
2878         * src/manual.h
2879         * src/message_search.c
2880         * src/prefs_actions.c
2881         * src/prefs_filtering.c
2882         * src/prefs_filtering.h
2883         * src/prefs_template.c
2884         * src/summary_search.c
2885         * src/summaryview.c
2886         * src/gtk/gtkutils.c
2887         * src/gtk/gtkutils.h
2888         * src/gtk/pluginwindow.c
2889                 add help buttons to some dialogs. Clicking such buttons opens a
2890                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2891
2892 2006-07-06 [paul]       2.3.1cvs62
2893
2894         * src/textview.c
2895                 fix attachments contextual menu
2896                 Thanks to Colin
2897
2898 2006-07-05 [colin]      2.3.1cvs61
2899
2900         * src/textview.c
2901         * src/compose.c
2902                 Handle sftp:// links
2903
2904 2006-07-05 [paul]       2.3.1cvs60
2905
2906         * src/gtk/filesel.c
2907                 grab save button by default
2908                 Thanks to Colin
2909
2910 2006-07-05 [wwp]        2.3.1cvs59
2911
2912         * manual/xml2pdf
2913                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2914
2915 2006-07-04 [colin]      2.3.1cvs58
2916
2917         * src/mimeview.c
2918         * src/textview.c
2919                 Use left click to select, middle click to open
2920                 on mimeparts links
2921         * src/common/utils.c
2922                 Fix segfault
2923
2924 2006-07-04 [colin]      2.3.1cvs57
2925
2926         * src/mainwindow.c
2927         * src/news.c
2928                 Warning fixes, thanks to Fabien
2929
2930 2006-07-04 [colin]      2.3.1cvs56
2931
2932         * src/mimeview.c
2933         * src/mimeview.h
2934         * src/textview.c
2935                 Allow parts to be selected via their text label
2936                 in textview
2937
2938 2006-07-04 [colin]      2.3.1cvs55
2939
2940         * src/folderview.c
2941                 Feedback when closing (for big folders)
2942         * src/prefs_actions.c
2943         * src/prefs_filtering.c
2944         * src/prefs_matcher.c
2945         * src/prefs_template.c
2946                 Fix default button when closing without
2947                 having saved
2948
2949 2006-07-04 [colin]      2.3.1cvs54
2950
2951         * src/news.c
2952                 Delete local file on deletion
2953
2954 2006-07-03 [colin]      2.3.1cvs53
2955
2956         * src/folderview.c
2957         * src/main.c
2958                 Don't freeze when rescanning after crash
2959
2960 2006-07-03 [wwp]        2.3.1cvs52
2961
2962         * src/compose.c
2963         * src/privacy.c
2964         * src/privacy.h
2965         * src/plugins/pgpinline/pgpinline.c
2966         * src/plugins/pgpmime/pgpmime.c
2967                 don't report an error when the user cancels the passphrase dialog.
2968
2969 2006-07-02 [colin]      2.3.1cvs51
2970
2971         * src/folderview.c
2972                 Open message when crossing folders with Space,
2973                 goto next unread and friends
2974
2975 2006-07-01 [colin]      2.3.1cvs50
2976
2977         * src/prefs_account.c
2978                 Typographic rules varying from language
2979                 to language (in french "Protocole :"),
2980                 we have to do that :)
2981
2982 2006-07-01 [ticho]      2.3.1cvs49
2983
2984         * src/prefs_account.c
2985                 Only use one temporary gchar* variable in
2986                 prefs_account_protocol_set_optmenu().
2987
2988 2006-07-01 [ticho]      2.3.1cvs48
2989
2990         * src/prefs_account.c
2991         * src/prefs_account.h
2992                 Use GtkLabel for existing account protocol name.
2993                 Created an array for protocol names and populate the
2994                 combobox from it in a for() cycle.
2995
2996 2006-06-30 [colin]      2.3.1cvs47
2997
2998         * src/compose.c
2999                 Block undo when changing signature (by changing
3000                 account)
3001
3002 2006-06-30 [paul]       2.3.1cvs46
3003
3004         * src/send_message.c
3005                 when editing From in the Compose window, use that address
3006                 in the Return-Path: header
3007                 Thanks to Colin
3008
3009 2006-06-30 [colin]      2.3.1cvs45
3010
3011         * src/compose.c
3012                 Fix signature replacement:
3013                 - when no newline before separator
3014                 - when reediting
3015
3016 2006-06-29 [colin]      2.3.1cvs44
3017
3018         * src/folderview.c
3019         * src/folderview.h
3020         * src/mainwindow.c
3021         * src/summaryview.c
3022                 Let 'View/Go to/Next marked' work like
3023                 Next new & Next unread: across folders
3024                 Change the select_on_entry pref to do
3025                 what we want when changing folder
3026         * src/common/utils.c
3027                 Fix single-quoted links 
3028
3029 2006-06-29 [colin]      2.3.1cvs43
3030
3031         * src/gtk/gtkaspell.c
3032                 "Sylpheed" and "Sylpheed-Claws" do exist !
3033
3034 2006-06-29 [colin]      2.3.1cvs42
3035
3036         * src/imap.c
3037                 Forgot to remove debug
3038
3039 2006-06-29 [colin]      2.3.1cvs41
3040
3041         * src/imap.c
3042         * src/imap.h
3043         * src/mainwindow.c
3044                 Disconnect from IMAP servers when going
3045                 offline. Fixes bug #978 (going to offline-mode 
3046                 won't close connections)
3047
3048 2006-06-29 [colin]      2.3.1cvs40
3049
3050         * src/main.c
3051                 Fix transient setting on failing plugins
3052                 Patch by Fabien
3053         * src/plugins/pgpcore/sgpgme.c
3054                 Only warn for OpenPGP. Most people don't
3055                 have CMS available.
3056
3057 2006-06-29 [colin]      2.3.1cvs39
3058
3059         * src/compose.c
3060                 Fix Spelling menu (discrepancy between context menu
3061                 and top menu when folder's dictionary isn't the 
3062                 default one)
3063         * src/plugins/pgpcore/sgpgme.c
3064                 More error reporting about why gpgme can fail
3065
3066 2006-06-29 [wwp]        2.3.1cvs38
3067
3068         * src/mainwindow.c
3069                 honor the display-header-pane setting even when the message view
3070                 is a separate window.
3071
3072 2006-06-29 [wwp]        2.3.1cvs37
3073
3074         * src/prefs_actions.c
3075                 forgot to commit that one (use of GTK_STOCK_INFO).
3076
3077 2006-06-29 [colin]      2.3.1cvs36
3078
3079         * src/imap.c
3080                 Better handling of login errors (ask the password
3081                 again once), alert in case of error. Fix three
3082                 signedness warnings.
3083
3084 2006-06-28 [wwp]        2.3.1cvs35
3085
3086         * src/prefs_template.c
3087         * src/prefs_matcher.c
3088         * src/prefs_filtering_action.c
3089         * src/prefs_quote.c
3090                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3091                 patch by Fabien Vantard, slightly modified.
3092
3093 2006-06-28 [paul]
3094
3095         2.4.0-rc2 released
3096
3097 2006-06-28 [colin]      2.3.1cvs34
3098
3099         * src/prefs_account.c
3100                 Fix bug #977 (Can't add or edit imap accounts)
3101
3102 2006-06-28 [colin]      2.3.1cvs33
3103
3104         * src/mimeview.c
3105                 Fix previous
3106
3107 2006-06-28 [colin]      2.3.1cvs32
3108
3109         * src/mimeview.c
3110                 Save named inlined attachments with "Save all"
3111         * src/main.c
3112         * src/mbox.c
3113         * src/common/plugin.c
3114         * src/common/plugin.h
3115         * src/common/sylpheed.c
3116         * src/common/utils.c
3117         * src/plugins/pgpcore/sylpheed.def
3118         * src/plugins/pgpinline/sylpheed.def
3119         * src/plugins/pgpmime/sylpheed.def
3120                 Win32 compatibility patch, by
3121                 Werner Koch
3122
3123 2006-06-28 [wwp]        2.3.1cvs31
3124
3125         * src/imap.c
3126         * src/prefs_folder_item.c
3127                 less compilation warnings (thanks to Fabien Vantard), less typos.
3128
3129 2006-06-28 [paul]       2.3.1cvs30
3130
3131         * src/gtk/gtkutils.c
3132                 gtk_combo_box_set_focus_on_click() is only
3133                 available since gtk 2.6.0
3134
3135 2006-06-28 [paul]       2.3.1cvs29
3136
3137         * src/prefs_ext_prog.c
3138                 fix engrish and add a tooltip for the
3139                 'command for 'Display as text' option
3140
3141 2006-06-28 [paul]
3142
3143         2.4.0-rc1 released
3144
3145 2006-06-28 [paul]       2.3.1cvs28
3146
3147         * ChangeLog
3148         * tools/Makefile.am
3149                 include textviewer.pl in releases
3150
3151 2006-06-28 [paul]       2.3.1cvs27
3152
3153         * src/prefs_ext_prog.c
3154                 hide Print command option if libgnomeprint
3155                 support is present
3156
3157 2006-06-27 [colin]      2.3.1cvs26
3158
3159         * src/compose.c
3160                 Fix Esc handling in insert/attach dialog
3161                 Don't show this dialog if dragging something
3162                 else than text/uri-list
3163                 Thanks to Fabien Vantard
3164         * tools/textviewer.pl
3165                 Filter script to display stuff as text
3166                 by H. Merijn Brand
3167
3168 2006-06-27 [wwp]        2.3.1cvs25
3169
3170         * src/messageview.c
3171                 use the exact product name (message view title), patch
3172                 by Fabien Vantard.
3173
3174 2006-06-27 [ticho]      2.3.1cvs24
3175
3176         * src/prefs_account.c
3177         * src/prefs_common.c
3178         * src/prefs_common.h
3179         * src/prefs_ext_prog.c
3180         * src/textview.c
3181                 Add a preference (Preferences/External programs)
3182                 to allow "Display as text" to be done via a script
3183                 (patch by H.Merijn Brand).
3184                 Use GtkComboBox for protocol selection in account
3185                 preferences.
3186                 Only include current choice for existing accounts, and
3187                 insensitivize the combobox.
3188
3189 2006-06-27 [paul]       2.3.1cvs23
3190
3191         * src/mbox.c
3192                 fix crasher introduced in cvs21.
3193                 Thanks to Colin
3194
3195 2006-06-26 [colin]      2.3.1cvs22
3196
3197         * src/mbox.c
3198                 Fix double-frees when leaving folders
3199                 after exporting to mbox
3200
3201 2006-06-26 [colin]      2.3.1cvs21
3202
3203         * src/mbox.c
3204                 More feedback (and optimisation)
3205                 on import/export
3206         * src/common/utils.c
3207                 Fix case when looking for mail addresses
3208         * src/gtk/gtkutils.c
3209                 Extra check for (X-)Face
3210
3211 2006-06-25 [ticho]      2.3.1cvs20
3212
3213         * src/compose.c
3214         * src/exphtmldlg.c
3215         * src/gtk/gtkutils.c
3216         * src/gtk/gtkutils.h
3217                 Added second argument to gtkut_sc_combobox_create() to
3218                 control focus-on-click for the widget.
3219                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3220
3221 2006-06-25 [ticho]      2.3.1cvs19
3222
3223         * src/compose.c
3224         * src/gtk/Makefile.am
3225         * src/gtk/combobox.c
3226         * src/gtk/combobox.h
3227         * src/gtk/gtkutils.c
3228         * src/gtk/gtkutils.h
3229                 Use GtkComboBox instead of deprecated GtkOptionMenu
3230                 for account selector in compose window and for encoding
3231                 selector in attachment properties.
3232                 Also factorise working with the new GtkComboBox somewhat.
3233
3234 2006-06-24 [paul]       2.3.1cvs18
3235
3236         * src/prefs_common.c
3237                 use the correct default value
3238
3239 2006-06-24 [paul]       2.3.1cvs17
3240
3241         * src/compose.c
3242         * src/prefs_common.c
3243         * src/prefs_common.h
3244         * src/prefs_compose_writing.c
3245                 enable setting of default action when
3246                 dnd'ing files in the compose window.
3247                 (Collaborative effort with wwp)
3248
3249 2006-06-23 [wwp]        2.3.1cvs16
3250
3251         * src/compose.c
3252                 i18n fix (thanks to Fabien Vantard)
3253
3254 2006-06-22 [colin]      2.3.1cvs15
3255
3256         * src/prefs_customheader.c
3257                 Don't use filters in custom headers' file 
3258                 selector. Remember, extensions mean nothing :)
3259
3260 2006-06-22 [paul]       2.3.1cvs14
3261
3262         * configure.ac
3263                 allow setting of man directory location
3264
3265 2006-06-22 [colin]      2.3.1cvs13
3266
3267         * src/mainwindow.c
3268                 Add 'View/Go to/Next unread folder'.
3269                 I missed that :)
3270
3271 2006-06-22 [colin]      2.3.1cvs12
3272
3273         * src/common/utils.c
3274                 Add some subject prefixes
3275                 Patch by Bjorn T Johansen <btj@havleik.no>
3276
3277 2006-06-22 [colin]      2.3.1cvs11
3278
3279         * manual/advanced.xml
3280                 Forgotten hidden pref
3281
3282 2006-06-21 [paul]       2.3.1cvs10
3283
3284         * src/prefs_account.c
3285                 complete the removal of 'Add date header' option
3286
3287 2006-06-21 [paul]       2.3.1cvs9
3288
3289         * src/account.c
3290         * src/compose.c
3291         * src/prefs_account.c
3292         * src/prefs_account.h
3293                 remove option to add date header - always
3294                 add date header
3295         * src/etpan/imap-thread.c
3296                 fix warnings (Thanks to Colin)
3297
3298 2006-06-21 [wwp]        2.3.1cvs8
3299
3300         * src/folder.c
3301                 set the attachment flag when inline text part are (file)named. This is more convenient
3302                 when receiving (for instance) inline source files or patches sent using thunderbird.
3303
3304 2006-06-21 [paul]       2.3.1cvs7
3305
3306         * src/inc.c
3307                 fix off-by-one count of current msg in
3308                 statusbar filtering progressbar
3309
3310 2006-06-21 [paul]       2.3.1cvs6
3311
3312         * src/folder.c
3313                 Show attachment icon even if the part is 'inline'
3314                 if the following conditions are met:
3315                 - content-type != 'text/plain'
3316                 - content-type != '*/pgp-signature'
3317                 - either 'name' or 'filename' parameter is not NULL
3318                 
3319                 Thanks to Colin
3320
3321 2006-06-21 [paul]       2.3.1cvs5
3322
3323         * src/messageview.c
3324         * src/prefs_common.c
3325         * src/prefs_common.h
3326         * src/prefs_other.c
3327                 add an option to 'Never send Return
3328                 Receipts'
3329                 Thanks to Colin
3330
3331 2006-06-20 [mones]      2.3.1cvs4
3332
3333         * po/es.po
3334                 updated
3335         * src/compose.c
3336                 typo fixed (space after comma)
3337         * tools/make.themes.project
3338                 remove exec mode from tarball files
3339
3340 2006-06-20 [colin]      2.3.1cvs3
3341
3342         * src/news.c
3343         * src/procheader.c
3344         * src/unmime.c
3345                 Better fix for \n's in headers (don't 
3346                 break Received: and others)
3347
3348 2006-06-20 [paul]       2.3.1cvs2
3349
3350         * src/alertpanel.c
3351         * src/textview.c
3352                 improve legibility of phishing attempt
3353                 dialog
3354
3355 2006-06-20 [paul]       2.3.1cvs1
3356
3357         * NEWS
3358         * README
3359         * configure.ac
3360                 Update version number following
3361                 stable release
3362
3363 2006-06-20 [colin]      2.3.0cvs26
3364
3365         * src/compose.c
3366                 When dragging a file to the text of the compose
3367                 window, ask whether we want to insert or attach
3368                 (I know lots of people who do that to attach)
3369
3370 2006-06-20 [colin]      2.3.0cvs25
3371
3372         * src/etpan/imap-thread.c
3373                 Fix threshold (the append command is often > 32 bytes)
3374
3375 2006-06-19 [colin]      2.3.0cvs24
3376
3377         * src/imap.c
3378         * src/etpan/imap-thread.c
3379                 Workaround Rockliffe IMAP server bug: replace
3380                 "x UID SEARCH (ANSWERED UID 1:*)" with
3381                 "x UID SEARCH ANSWERED"
3382                 (Rockliffe doesn't handle the parenthesis)
3383
3384 2006-06-19 [colin]      2.3.0cvs23
3385
3386         * src/compose.c
3387         * src/imap.c
3388         * src/etpan/imap-thread.c
3389                 Probably fix bug #972 (Freezes when adding 
3390                 an attachment to the message)
3391         * src/common/defs.h
3392                 Modernize Firefox cmd
3393
3394
3395 2006-06-18 [colin]      2.3.0cvs22
3396
3397         * src/prefs_customheader.c
3398                 Only allow correct filenames for various
3399                 custom headers
3400
3401 2006-06-18 [colin]      2.3.0cvs21
3402
3403         * src/prefs_customheader.c
3404                 Add a 'From File...' button in custom headers prefs, which
3405                 try to do the right thing: 
3406                 for normal headers, use file as plaintext,
3407                 for X-Face, calls compface,
3408                 for Face, encode to b64.
3409
3410 2006-06-17 [colin]      2.3.0cvs20
3411
3412         * src/mh.c
3413                 Warning fix
3414
3415 2006-06-16 [colin]      2.3.0cvs19
3416
3417         * src/summaryview.c
3418                 Recursive quicksearch: show message list
3419                 in current folder, *then* search children
3420                 in the background.
3421
3422 2006-06-16 [colin]      2.3.0cvs18
3423
3424         * src/main.c
3425                 Instead of ignoring SIGPIPE, save caches
3426                 when getting one. Will fix the fact that
3427                 hot caches are out-of-date when logging 
3428                 out of Xorg.
3429         * src/compose.c
3430         * src/prefs_compose_writing.c
3431                 Only save text (not attachments) when 
3432                 auto-saving to drafts
3433         * src/unmime.c
3434                 Always replace \n, \r and \t with spaces
3435                 in headers
3436         * manual/dist/html/Makefile.am
3437         * manual/dist/pdf/Makefile.am
3438         * manual/dist/ps/Makefile.am
3439         * manual/dist/txt/Makefile.am
3440         * manual/fr/dist/html/Makefile.am
3441         * manual/fr/dist/pdf/Makefile.am
3442         * manual/fr/dist/ps/Makefile.am
3443         * manual/fr/dist/txt/Makefile.am
3444         * manual/pl/dist/html/Makefile.am
3445         * manual/pl/dist/pdf/Makefile.am
3446         * manual/pl/dist/ps/Makefile.am
3447         * manual/pl/dist/txt/Makefile.am
3448                 Fix make clean removing pregenerated manuals
3449
3450
3451 2006-06-16 [colin]      2.3.0cvs17
3452
3453         * src/plugins/pgpcore/sgpgme.c
3454         * src/plugins/pgpmime/pgpmime.c
3455         * src/plugins/pgpinline/pgpinline.c
3456                 Better error reporting in setup_signers.
3457                 Don't fallback to default key if specified
3458                 key isn't found.
3459                 Don't allow signing if more than one secret
3460                 key matches the one specified in prefs.
3461
3462 2006-06-15 [colin]      2.3.0cvs16
3463
3464         * src/folderview.c
3465                 Add "Send queue" in the folder's contextual
3466                 menu
3467         * src/compose.c
3468         * src/messageview.c
3469         * src/privacy.c
3470         * src/privacy.h
3471         * src/procmime.c
3472         * src/procmsg.c
3473         * src/plugins/pgpcore/passphrase.c
3474         * src/plugins/pgpcore/sgpgme.c
3475         * src/plugins/pgpinline/pgpinline.c
3476         * src/plugins/pgpmime/pgpmime.c
3477                 Better error reporting
3478         * src/mbox.c
3479                 Probably fix bug #971 (2.2.3 cannot read mail 
3480                 from local mbox)
3481
3482
3483 2006-06-15 [mones]      2.3.0cvs15
3484
3485         * tools/make.themes.project
3486                 creates the themes project from the web page
3487
3488 2006-06-15 [colin]      2.3.0cvs14
3489
3490         * src/folder.c
3491                 Better fix (avoid losing the folder if scan_tree 
3492                 fails)
3493
3494 2006-06-15 [cleroy]     2.3.0cvs13
3495
3496         * src/folder.c
3497                 Probably fix Bug #969 (crash on rebuilding 
3498                 imap folder)
3499
3500 2006-06-14 [colin]      2.3.0cvs12
3501
3502         * manual/dtd/manual.xsl
3503         * manual/sylpheed-claws-manual.xml
3504         * manual/fr/sylpheed-claws-manual.xml
3505         * manual/pl/sylpheed-claws-manual.xml
3506                 Insert pagebreaks between sections
3507
3508 2006-06-14 [paul]       2.3.0cvs11
3509
3510         * configure.ac
3511                 better fix than 2.3.0cvs10
3512
3513 2006-06-14 [paul]       2.3.0cvs10
3514
3515         * configure.ac
3516                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3517                 (backwards compatible)
3518
3519 2006-06-13 [colin]      2.3.0cvs9
3520
3521         * src/messageview.c
3522                 Fix sending of return receipt with the new queue folders
3523
3524 2006-06-13 [wwp]        2.3.0cvs8
3525
3526         * src/quote_fmt_lex.l
3527                 fix wrong tokens returned in quote_fmt lexer, query not().
3528
3529 2006-06-13 [wwp]        2.3.0cvs7
3530
3531         * src/folder.c
3532         * src/prefs_folder_item.c
3533                 allow changing folder type even when folder is not a top-level one,
3534                 thanks to Colin.
3535
3536 2006-06-12 [colin]      2.3.0cvs6
3537
3538         * src/folderview.c
3539                 Fix double-ask of "Do you want to mark all
3540                 as read"
3541
3542 2006-06-12 [colin]      2.3.0cvs5
3543
3544         * src/compose.c
3545         * src/compose.h
3546         * src/folder.c
3547         * src/folder.h
3548         * src/imap.c
3549         * src/inc.c
3550         * src/main.c
3551         * src/messageview.c
3552         * src/mh.c
3553         * src/prefs_folder_item.c
3554         * src/procheader.c
3555         * src/procmime.c
3556         * src/procmsg.c
3557         * src/procmsg.h
3558         * src/send_message.c
3559         * src/summaryview.c
3560         * src/toolbar.c
3561                 Apply bug #964's patch (Queue and drafts aren't normal)
3562                 The Drafts and Queue folder now contain RFC-822 files,
3563                 allowing to move and copy mails from and to these 
3564                 folders. Moving from Drafts to Queue will prepare the
3565                 mail for sending (PGP signature, encryption, etc).
3566                 This patch also rework sending errors handling to try
3567                 to be more helpful.
3568                 Also, allow redefining folder types via the GUI 
3569                 (Folder type in its Properties)
3570
3571 2006-06-12 [colin]      2.3.0cvs4
3572
3573         * src/summaryview.c
3574         * src/prefs_common.c
3575         * src/prefs_common.h
3576         * src/gedit-print.c
3577                 Allow to define a specific print font - patch
3578                 by Bernhard Walle <bernhard.walle@gmx.de>
3579         * src/prefs_fonts.c
3580         * manual/advanced.xml
3581         * manual/fr/advanced.xml
3582                 Add a hidden pref to allow deletion without
3583                 confirmation
3584
3585 2006-06-12 [wwp]        2.3.0cvs3
3586
3587         * .cvsignore
3588                 more files to ignore.
3589
3590 2006-06-12 [wwp]        2.3.0cvs2
3591
3592         * src/quote_fmt.c
3593         * src/quote_fmt_lex.l
3594         * src/quote_fmt_parse.y
3595                 extend the quote_fmt parser (templates and quotes):
3596                 - allow limited sub-expressions in |p{} and |f{} expressions,
3597                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3598                 - implemented/fixed missing implementation of query_references and show_references,
3599                 - completed, fixed contents and format of the symbols help dialog,
3600                 - fix some compilation warnings.
3601
3602 2006-06-12 [wwp]        2.3.0cvs1
3603
3604         * manual/advanced.xml
3605         * manual/fr/advanced.xml
3606                 updates in the "templates" section of the manual (eng/fr):
3607                  - be more precise (both versions)
3608                  - completed to match the english reference (fr version)
3609                  - touchups (both versions)
3610
3611 2006-06-12 [paul]       2.3.0
3612
3613         2.3.0 released
3614
3615 2006-06-12 [paul]       2.2.3cvs14
3616
3617         * po/ca.po
3618         * po/cs.po
3619         * po/de.po
3620         * po/el.po
3621         * po/fr.po
3622         * po/it.po
3623         * po/pt_BR.po
3624         * po/sr.po
3625         * po/zh_CN.po
3626                 updated by Miquel Oliete, Tim, Stephan Sachse,
3627                 Stavros Giannouris, Fabien Vantard, Andrea
3628                 Spadaccini, Frederico Goncalves Guimaraes,
3629                 Aleksandar Urosevic, and Ralgh Young
3630
3631 2006-06-12 [colin]      2.2.3cvs13
3632
3633         * src/mbox.c
3634                 Add missing header
3635
3636 2006-06-11 [colin]      2.2.3cvs12
3637
3638         * src/msgcache.c
3639                 Verify that g_malloc() succeeded
3640
3641 2006-06-11 [colin]      2.2.3cvs11
3642
3643         * src/wizard.c
3644                 Add Face header to welcome mail
3645
3646 2006-06-10 [colin]      2.2.3cvs10
3647
3648         * src/textview.c
3649                 Revert previous (Forgot it changes the
3650                 margin on the whole mail)
3651
3652 2006-06-10 [colin]      2.2.3cvs9
3653
3654         * src/textview.c
3655                 Don't overlap long headers under (X-)Face
3656
3657 2006-06-10 [mones]      2.2.3cvs8
3658
3659         * manual/xml2pdf
3660                 allow generation of manual on systems lacking saxon binary
3661                 but with java and the saxon library installed
3662
3663         * po/es.po
3664                 updated for release
3665
3666 2006-06-09 [colin]      2.2.3cvs7
3667
3668         * src/summaryview.c
3669                 Fix leak when using Display Sender using Addressbook
3670
3671 2006-06-09 [colin]      2.2.3cvs6
3672
3673         * src/compose.c
3674         * src/folder.c
3675         * src/folderview.c
3676         * src/mimeview.c
3677         * src/summaryview.c
3678                 More leaks fixes
3679
3680 2006-06-09 [paul]       2.2.3cvs5
3681
3682         * AUTHORS
3683         * src/gtk/authors.h
3684         * tools/claws.i18n.status.pl
3685                 updated with new info
3686
3687 2006-06-09 [paul]       2.2.3cvs4
3688
3689         * README
3690                 updated
3691         * manual/ack.xml
3692                 add wwp to authors list
3693         * src/gtk/authors.h
3694                 update mine and Colin's addresses
3695
3696 2006-06-08 [colin]      2.2.3cvs3
3697
3698         * src/etpan/imap-thread.c
3699                 Fix leak on SSL cert check
3700
3701 2006-06-08 [colin]      2.2.3cvs2
3702
3703         * src/common/utils.c
3704                 Fix leak
3705
3706 2006-06-08 [paul]       2.2.3cvs1
3707
3708         * configure.ac
3709                 Update version number following
3710                 stable release
3711
3712 2006-06-07 [colin]      2.2.2cvs3
3713
3714         * src/msgcache.c
3715                 Fix catching cache read errors (guint instead of gint)
3716                 Prevent malloc'ing more than 8MB (means cache corruption)
3717
3718 2006-06-07 [paul]       2.2.2cvs2
3719
3720         * src/exporthtml.c
3721         * src/exportldif.c
3722         * src/mh.c
3723         * src/mutt.c
3724         * src/pine.c
3725         * src/common/utils.c
3726                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3727                 obey $HOME'
3728                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3729                 Thanks to Colin
3730
3731 2006-06-06 [paul]       2.2.2cvs1
3732
3733         * configure.ac
3734                 Update version number following
3735                 stable release
3736
3737 2006-06-06 [paul]       2.2.1cvs6
3738
3739         * src/matcher.c
3740                 fix  implicit declaration of
3741                 sylpheed_do_idle()
3742                 Patch by Fabien Vantard
3743
3744 2006-06-06 [paul]       2.2.1cvs5
3745
3746         * src/matcher.c
3747                 fix age_greater and age_lower so that they
3748                 mean what say and not '...or equal to'
3749                 Thanks to Colin
3750
3751 2006-06-06 [paul]       2.2.1cvs4
3752
3753         * src/textview.c
3754         * src/common/utils.c
3755                 fix URI check
3756                 Thanks to Colin
3757
3758 2006-06-05 [wwp]        2.2.1cvs3
3759
3760         * manual/fr/account.xml
3761                 minor language fixes (thanks to Fabien Vantard).
3762
3763 2006-06-05 [colin]      2.2.1cvs2
3764
3765         * src/prefs_folder_item.c
3766         * src/folderview.c
3767                 Allow recursive setting of properties 
3768                 for whole mailboxes
3769         * src/matcher.c
3770                 Don't freeze on 'test' filtering rule
3771
3772 2006-06-05 [colin]      2.2.1cvs1
3773
3774         * configure.ac
3775                 Update version number following
3776                 stable release
3777
3778 2006-06-04 [wwp]        2.2.0cvs82
3779
3780         * manual/glossary.xml
3781         * manual/account.xml
3782         * manual/fr/glossary.xml
3783         * manual/fr/account.xml
3784                 added glossary section and references/links related to the Face custom header.
3785
3786 2006-06-04 [colin]      2.2.0cvs81
3787
3788         * src/summaryview.c
3789                 Skip to next message on move with no
3790                 immediate execution
3791
3792 2006-06-04 [wwp]        2.2.0cvs80
3793
3794         * manual/xml2pdf
3795                 added sanity checks, exit when needed.
3796
3797 2006-06-03 [paul]       2.2.0cvs79
3798
3799         * src/prefs_receive.c
3800                 page name is now 'Receiving'
3801         * src/prefs_send.c
3802                 page name is now 'Sending'
3803
3804 2006-06-03 [colin]      2.2.0cvs78
3805
3806         * src/plugins/spamassassin/spamassassin_gtk.c
3807                 Autoswitch to Localhost if transport was previously
3808                 disabled. Else people had to check [] Enable, then
3809                 *reselect* transport.
3810
3811 2006-06-03 [colin]      2.2.0cvs77
3812
3813         * src/plugins/pgpinline/pgpinline.c
3814         * src/plugins/pgpmime/pgpmime.c
3815                 Check that gpg_data_release_and_get_mem 
3816                 didn't fail (now, why this happens...)
3817
3818 2006-06-03 [colin]      2.2.0cvs76
3819
3820         * src/mbox.c
3821                 Fix bug #962 (Manual and/or UI should 
3822                 warn about incompatible locking 
3823                 causing dataloss)
3824
3825 2006-06-02 [cleroy]     2.2.0cvs75
3826
3827         * src/filtering.c
3828         * src/folder.c
3829         * src/procmsg.c
3830         * src/summaryview.c
3831                 Fix a few leaks
3832
3833 2006-06-02 [colin]      2.2.0cvs74
3834
3835         * src/main.c
3836                 On exit, free caches after writing them
3837                 Shuts up some valgrind false positives
3838         * src/procmsg.c
3839         * src/send_message.c
3840                 Fix races when reusing existing SMTP connections
3841                 Fix inexistant session timeout
3842         * src/toolbar.c
3843                 Display alertpanel after all queues have
3844                 been processed, not after each
3845
3846 2006-06-02 [wwp]        2.2.0cvs73
3847
3848         * manual/fr/glossary.xml
3849         * manual/fr/ack.xml
3850         * manual/ack.xml
3851                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3852
3853 2006-06-02 [wwp]        2.2.0cvs72
3854
3855         * manual/xml2pdf
3856         * manual/dist/pdf/Makefile.am
3857         * manual/dtd/manual.xsl
3858         * manual/fr/dist/pdf/Makefile.am
3859         * manual/pl/dist/pdf/Makefile.am
3860                 we changed the procedure to generate the .pdf version of the manual.
3861                 The procedure is more modern and the .pdf we get now has a valid index.
3862                 Here are the new pre-requisites:
3863
3864                 - JRE 1.x (1.4 here): there must be one from your distro
3865                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3866                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3867                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3868
3869                 See my posts for further info about the installation of this toolchain:
3870
3871                 Date: Fri, 19 May 2006 19:40:06 +0200
3872                 From: wwp <subscript@free.fr>
3873                 To: sylpheed-claws-devel@lists.sourceforge.net
3874                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3875
3876                 and
3877
3878                 Date: Wed, 24 May 2006 12:58:49 +0200
3879                 From: wwp <subscript@free.fr>
3880                 To: sylpheed-claws-devel@lists.sourceforge.net
3881                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3882
3883 2006-06-01 [colin]      2.2.0cvs71
3884
3885         * src/compose.c
3886                 Better guards against IMAP races
3887         * src/main.c
3888         * src/prefs_common.c
3889         * src/prefs_common.h
3890         * src/common/ssl_certificate.c
3891         * src/etpan/imap-thread.c
3892         * src/etpan/imap-thread.h
3893         * src/gtk/sslcertwindow.c
3894                 New hidden option ssl_skip_cert_check to 
3895                 avoid dups of bug #959 (libetpan linked
3896                 against gnutls and gnutls buggy on 64bit)
3897                 Present expired warning only once per
3898                 session/server.
3899         * manual/advanced.xml
3900         * manual/fr/advanced.xml
3901                 Document new option
3902
3903 2006-06-01 [wwp]        2.2.0cvs70
3904
3905         * src/messageview.c
3906                 fix for bug #961 (return receipt dialog 
3907                 complains incorrectly about return-path 
3908                 email adress being different), thanks 
3909                 to Colin.
3910
3911 2006-05-31 [cleroy]     2.2.0cvs69
3912
3913         * src/common/ssl.c
3914                 Guard against NULLs, although this
3915                 should never be an issue
3916
3917 2006-05-31 [colin]      2.2.0cvs68
3918
3919         * src/filtering.c
3920                 Use g_slist_prepend
3921         * src/imap.c
3922                 Don't remove caches when destroying folder, it
3923                 could (should) be done at exit
3924         * src/inc.c
3925                 free processing cache after incorporation
3926         * src/etpan/imap-thread.c
3927                 Maybe fix bug #959 (Crash on moving to emails 
3928                 to a imap account per ssl with a expired 
3929                 certificate.)
3930
3931 2006-05-30 [colin]      2.2.0cvs67
3932
3933         * src/summaryview.c
3934                 Put back event flush when displaying message
3935                 It avoids reading a bunch of messages just
3936                 by hitting shift-n for too long ;)
3937
3938 2006-05-29 [colin]      2.2.0cvs66
3939
3940         * src/summaryview.c
3941                 Remove useless g_warnings
3942
3943 2006-05-29 [colin]      2.2.0cvs65
3944
3945         * src/imap.c
3946                 Fix g_slist_append()s for performance
3947
3948 2006-05-29 [colin]      2.2.0cvs64
3949
3950         * src/compose.c
3951         * src/common/utils.c
3952                 Fix extraneous tab at start of addresses
3953         * src/mainwindow.c
3954                 Fix warnings (thanks to Fabien)
3955                 Fix crash at exit when composing messages 
3956                 exist
3957         * src/pop.c
3958                 Fix progress bar when deleting expired mails
3959                 Thanks to Hiro
3960         * src/summaryview.c
3961         * src/gtk/gtksctree.c
3962                 Fix re-sorting slowness
3963
3964 2006-05-29 [paul]       2.2.0cvs63
3965
3966         * src/mh.c
3967                 fetch full message when moving mails
3968                 from another mailbox, (fixed data loss
3969                 when filtering from IMAP to MH, introduced
3970                 in 2.2.0cvs57).
3971                 Thanks to Colin
3972
3973 2006-05-29 [mones]      2.2.0cvs62
3974
3975         * src/gtk/gtksctree.c
3976                 Unselect faster (patch by Colin)        
3977
3978 2006-05-26 [colin]      2.2.0cvs61
3979
3980         * src/summaryview.c
3981                 Unplug MSGINFO_UPDATE callback on delete too.
3982
3983 2006-05-26 [colin]      2.2.0cvs60
3984
3985         * src/foldersel.c
3986                 Fix bold in folder selection window with glib2.10
3987                 thanks Hiro
3988
3989 2006-05-26 [colin]      2.2.0cvs59
3990
3991         * src/procheader.c
3992                 Convert date only if necessary (and don't
3993                 try to convert from utf8 to utf8, too)
3994         * src/summaryview.c
3995                 Only set column's text if the column's 
3996                 displayed
3997
3998 2006-05-26 [colin]      2.2.0cvs58
3999
4000         * src/summaryview.c
4001         * src/gtk/gtkutils.c
4002                 Fix useless warning
4003
4004 2006-05-26 [colin]      2.2.0cvs57
4005
4006         * src/mainwindow.c
4007                 Make summaryview selectable as long as 
4008                 no message has focus
4009         * src/mh.c
4010                 Faster deletion (by implementing mh_remove_msgs)
4011                 Faster copy (avoid using mh_fetch_msg just to get
4012                 the filename)
4013                 Faster move (using move_file instead of copy_file
4014                 if MSG_IS_MOVE)
4015                 No progressbar if total number of mails to cp/mv 
4016                 is less than 100
4017         * src/summaryview.c
4018                 Fix removal from subject_table when mail gets moved
4019                 Faster deletion (g_slist_prepend instead of append)
4020         * src/gtk/gtksctree.c
4021                 Remove useless code
4022
4023 2006-05-25 [colin]      2.2.0cvs56
4024
4025         * src/common/ssl_certificate.c
4026                 Fix leak in expired cert check
4027
4028 2006-05-25 [colin]      2.2.0cvs55
4029
4030         * src/mh.c
4031                 Disable flags syncing on .mh_sequences - it
4032                 is buggy and marks mails read under unknown
4033                 conditions.
4034
4035 2006-05-25 [paul]
4036
4037         * 2.3.0-rc4 released
4038
4039 2006-05-24 [colin]      2.2.0cvs54
4040
4041         attention cvs users: if you manage to crash
4042         Sylpheed-Claws while moving, copying or deleting
4043         mails, we *are* interested in stack traces and
4044         valgrind logs. It looks stable, but one never
4045         knows...
4046
4047         * src/folder.c
4048                 Add progressbar for cache updates
4049         * src/folderutils.c
4050                 Optimize Mark all read in the current
4051                 folder
4052         * src/mh.c
4053                 Add progressbar for copy/move
4054         * src/procmsg.c
4055                 Optimize O(n^2) in copy/move
4056         * src/summaryview.c
4057         * src/gtk/gtksctree.c
4058                 Optimize O(n^2) algos
4059         * src/common/timing.h
4060                 Display ms instead of us
4061
4062 2006-05-24 [wwp]        2.2.0cvs53
4063
4064         * manual/fr/advanced.xml
4065                 updates to the French manual.
4066
4067 2006-05-24 [wwp]        2.2.0cvs52
4068
4069         * src/common/utils.c
4070                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4071
4072 2006-05-24 [wwp]        2.2.0cvs51
4073
4074         * src/folderutils.c
4075                 fixed "mark all read" in MH folders (thanks to Colin).
4076
4077 2006-05-24 [paul]       2.2.0cvs50
4078
4079         * doc/man/sylpheed-claws.1
4080                 updated the man page
4081
4082 2006-05-23 [colin]      2.2.0cvs49
4083
4084         * src/folderview.c
4085         * src/imap.c
4086         * src/inc.c
4087         * src/mbox.c
4088         * src/messageview.c
4089         * src/news.c
4090         * src/send_message.c
4091         * src/summaryview.c
4092         * src/gtk/sslcertwindow.c
4093                 alertpanel fixes, by Fabien
4094
4095 2006-05-23 [colin]      2.2.0cvs48
4096
4097         * src/folder.c
4098         * src/folderview.c
4099         * src/msgcache.c
4100         * src/summaryview.c
4101         * src/gtk/gtksctree.c
4102         * src/gtk/gtksctree.h
4103                 More timings
4104                 Fix slow loading problem, which was caused by the
4105                 use of some gtk_ctree funcs and their use of
4106                 g_list_position while gtk_ctree_(un)link'ing.
4107                 Reap more functions from gtkctree.c to be sure we
4108                 use our (fast) version instead of theirs.
4109         * src/mh.c
4110                 Fix copy of unread mails
4111
4112
4113 2006-05-22 [wwp]        2.2.0cvs47
4114
4115         * manual/fr/advanced.xml
4116                 updated.
4117
4118 2006-05-22 [colin]      2.2.0cvs46
4119
4120         * src/filtering.c
4121                 Fix possible infinite loop. 'copy' is not a 
4122                 final action, so when encountering a 'copy',
4123                 we have to check if a previous one was set
4124                 and do it. In the same way, if we encounter
4125                 a 'move' we have to perform a possibly 
4126                 pending 'copy'. This will slow down filtering
4127                 on IMAP if move+copy or multiple copy actions
4128                 are to be done, but handling it via the batch
4129                 would be really too convoluted.
4130
4131 2006-05-22 [wwp]        2.2.0cvs45
4132
4133         * manual/fr/advanced.xml
4134         * manual/fr/faq.xml
4135         * manual/fr/glossary.xml
4136         * manual/fr/handling.xml
4137         * manual/fr/intro.xml
4138         * manual/fr/plugins.xml
4139         * manual/fr/sylpheed-claws-manual.xml
4140                 sync w/ the english manual: updates URIs, documented mailing-list
4141                 support, better explanation about the enabled/disabled feature
4142                 in filtering/processing rules by Paul.
4143
4144 2006-05-21 [colin]      2.2.0cvs44
4145
4146         * src/summaryview.c
4147                 Don't expand after building threads, but during
4148
4149 2006-05-21 [colin]      2.2.0cvs43
4150
4151         * src/procmsg.c
4152         * src/summaryview.c
4153                 More timing possibilities... For next time I have 
4154                 to find out how the hell some 3GHz computer takes
4155                 one minute to open a 30k folder...
4156
4157 2006-05-21 [colin]      2.2.0cvs42
4158
4159         * manual/pl/advanced.xml
4160         * manual/pl/faq.xml
4161         * manual/pl/glossary.xml
4162         * manual/pl/handling.xml
4163         * manual/pl/intro.xml
4164         * manual/pl/plugins.xml
4165         * manual/pl/sylpheed-claws-manual.xml
4166                 Polish manual updated by Pawel
4167
4168 2006-05-20 [colin]
4169
4170         * 2.3.0-rc3 released
4171
4172 2006-05-20 [colin]      2.2.0cvs41
4173
4174         * src/imap.c
4175                 Fix -rc2 problems:
4176                 - remove cache of moved messages from original folder
4177                 - apply new flags to messages even if they aren't appliable
4178                   via IMAP.
4179
4180 2006-05-20 [colin]
4181
4182         * 2.3.0-rc2 released
4183
4184 2006-05-19 [colin]      2.2.0cvs40
4185
4186         * src/imap.c
4187                 Don't issue SELECT in imap_change_flags
4188                 before having checked that we indeed have
4189                 some flags to change. MSG_POSTFILTERED for
4190                 example can't be used on IMAP.
4191                 Fixes bug #955 (copying messages between 
4192                 imap folders is extremely slow), which was
4193                 a regression.
4194
4195 2006-05-19 [colin]      2.2.0cvs39
4196
4197         * src/folder.c
4198         * src/folder.h
4199         * src/folderview.c
4200                 Try to fix bug #830 (Some unread messages 
4201                 get marked read in IMAP inbox):
4202                 - Prevent scanning a folder if it's being 
4203                   opened via the GUI
4204                 - Postpone opening via the GUI of a folder
4205                   currently scanned.
4206
4207
4208 2006-05-19 [wwp]        2.2.0cvs38
4209
4210         * manual/advanced.xml
4211                 fix English+typo (thanks to Paul).
4212
4213 2006-05-19 [wwp]        2.2.0cvs37
4214
4215         * manual/advanced.xml
4216         * manual/fr/advanced.xml
4217         * src/gtk/logwindow.c
4218         * src/prefs_common.c
4219         * src/prefs_common.h
4220                 added hidden prefs to allow customization of colors used in
4221                 protocol log window (useful for dark gtk+ themes).
4222
4223 2006-05-19 [wwp]        2.2.0cvs36
4224
4225         * ChangeLog
4226                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4227
4228 2006-05-19 [paul]       2.2.0cvs35
4229
4230         * src/textview.c
4231                 make Reply-To fully clickable
4232         * src/gtk/logwindow.c
4233                 more colouring (SMTP ESMTP)
4234         Both patches by Pawel Pekala
4235
4236 2006-05-19 [cleroy]     2.2.0cvs34
4237
4238         * src/mh.c
4239                 Don't update flags from current folder
4240                 Probably fixes bug #935 (Read Messages 
4241                 Revert to Being Marked as Unread)
4242
4243 2006-05-18 [colin]      2.2.0cvs33
4244
4245         * src/imap.c
4246                 Warning fix
4247         * src/compose.c
4248         * src/mainwindow.c
4249         * src/summaryview.c
4250         * src/toolbar.c
4251                 Allow replying to multiple emails
4252                 in multiple windows
4253         * src/mimeview.c
4254         * src/etpan/imap-thread.c
4255                 Leak fixes
4256
4257 2006-05-18 [paul]       2.2.0cvs32
4258
4259         * src/summaryview.c
4260                 keep Mailing-List menu refreshed
4261                 Thanks to Colin
4262
4263 2006-05-18 [paul]       2.2.0cvs31
4264
4265         * manual/advanced.xml
4266         * manual/faq.xml
4267         * manual/glossary.xml
4268         * manual/handling.xml
4269         * manual/intro.xml
4270         * manual/plugins.xml
4271         * manual/sylpheed-claws-manual.xml
4272                 update URLs
4273                 add info about mailing-list support
4274                 edit filtering info
4275         * src/wizard.c
4276         * src/common/defs.h
4277         * src/gtk/about.c
4278         * src/plugins/dillo_viewer/README
4279                 update URLs
4280
4281 2006-05-17 [wwp]        2.2.0cvs30
4282
4283         * manual/handling.xml
4284         * manual/fr/handling.xml
4285                 documented the ability to enabled/disable filtering/processing rules.
4286
4287 2006-05-17 [colin]      2.2.0cvs29
4288
4289         * src/main.c
4290                 Don't initialize g_thread subsystem if it's 
4291                 already done (thanks to Hiro)
4292         * src/mimeview.c
4293                 Fix saving of parts when there name can't be
4294                 converted from UTF-8.
4295
4296 2006-05-17 [paul]       2.2.0cvs28
4297
4298         * po/Makefile.in.in
4299                 fix config.status warning with autoconf 2.60
4300
4301 2006-05-17 [paul]       2.2.0cvs27
4302
4303         * po/POTFILES.in
4304                 add src/mbox.c
4305
4306 2006-05-17 [wwp]        2.2.0cvs26
4307
4308         * src/mainwindow.c
4309                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4310
4311 2006-05-17 [wwp]        2.2.0cvs25
4312
4313         * src/plugins/demo/demo.c
4314                 updated product name in plugin demo (many plugins need to be
4315                 sync'ed w/ that change).
4316
4317 2006-05-17 [colin]      2.2.0cvs24
4318
4319         * src/mh.c
4320                 Fix leak
4321
4322 2006-05-16 [colin]      2.2.0cvs23
4323
4324         * src/mainwindow.c
4325                 Stupid me hit again. Fix cvs22.
4326
4327 2006-05-16 [colin]      2.2.0cvs22
4328
4329         * src/mainwindow.c
4330                 Fix bug #922 (sylpheed-claws crashed after 
4331                 pushing on Inbox folder)
4332
4333 2006-05-16 [colin]      2.2.0cvs21
4334
4335         * src/compose.c
4336                 Make From header be copy/paste/select-able
4337
4338 2006-05-16 [wwp]        2.2.0cvs20
4339
4340         * src/export.c
4341         * src/matcher.c
4342         * src/summaryview.c
4343         * src/etpan/imap-thread.c
4344                 fix some compiler warnings (thanks to Colin).
4345
4346 2006-05-16 [wwp]        2.2.0cvs19
4347
4348         * src/action.c
4349         * src/gedit-print.c
4350         * src/inc.c
4351         * src/mainwindow.c
4352         * src/mh.c
4353         * src/statusbar.c
4354         * src/send_message.c
4355         * src/summaryview.c
4356                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4357
4358 2006-05-15 [colin]      2.2.0cvs18
4359
4360         * src/procmsg.c
4361                 Fix automatic rule creation with List-Post
4362
4363 2006-05-15 [paul]       2.2.0cvs17
4364
4365         * tools/filter_conv_new.pl
4366                 updated for rule enabling/disabling
4367                 claws version >= 2.3.x required
4368
4369 2006-05-15 [cleroy]     2.2.0cvs16
4370
4371         * src/main.c
4372                 Revert test
4373
4374 2006-05-15 [cleroy]     2.2.0cvs15
4375
4376         * src/main.c
4377                 test
4378
4379 2006-05-15 [wwp]        2.2.0cvs14
4380
4381         * manual/pl/.cvsignore
4382                 ignore generated files.
4383
4384 2006-05-14 [wwp]        2.3.0-rc1
4385
4386         * 2.3.0-rc1 released
4387
4388 2006-05-13 [wwp]        2.2.0cvs13
4389
4390         * src/filtering.c
4391         * src/filtering.h
4392         * src/matcher.c
4393         * src/matcher_parser_lex.l
4394         * src/matcher_parser_parse.y
4395         * src/prefs_filtering.c
4396                 new feature: provide the ability to disable filtering and processing
4397                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4398                 adaptations.
4399
4400 2006-05-13 [colin]      2.2.0cvs12
4401
4402         * src/compose.c
4403                 Remove useless if (a) b; else b;
4404                 Thanks to wwp
4405
4406 2006-05-13 [wwp]        2.2.0cvs11
4407
4408         * src/export.c
4409         * src/import.c
4410         * src/mainwindow.c
4411         * src/mbox.c
4412         * src/summaryview.c
4413         * src/summaryview.h
4414                 no more silent failures (or at least less ones) when importing
4415                 or exporting from/to mbox. Also start importing/exporting if
4416                 the necessary info is set.
4417
4418 2006-05-13 [wwp]        2.2.0cvs10
4419
4420         * RELEASE_NOTES
4421                 restored up-to-date release notes.
4422
4423 2006-05-13 [paul]       2.2.0cvs9
4424
4425         * po/nl.po
4426         * po/ru.po
4427                 updated by Tim Dijkstra and Pavlo Bohmat
4428
4429 2006-05-12 [colin]      2.2.0cvs8
4430
4431         * src/gtk/quicksearch.c
4432                 Add "k" as shortcut for "colorlabel". Patch
4433                 by ath42@users.sf.net.
4434
4435 2006-05-12 [paul]       2.2.0cvs7
4436
4437         * src/prefs_common.h
4438         * src/prefs_summaries.c
4439         * src/summaryview.c
4440                 when entering a folder also allow
4441                 going directly to first Marked message
4442
4443 2006-05-12 [paul]       2.2.0cvs6
4444
4445         * src/summaryview.c
4446                 always obey 'confirm before marking all
4447                 mails read' option
4448
4449 2006-05-12 [paul]       2.2.0cvs5
4450
4451         * src/textview.c
4452                 make Sender fully clickable
4453
4454 2006-05-12 [colin]      2.2.0cvs4
4455
4456         * src/compose.c
4457         * src/compose.h
4458                 Let From be editable
4459         * src/main.c
4460         * src/mh.c
4461                 Full support of .mh_sequences' Unseen seq
4462
4463 2006-05-12 [colin]      2.2.0cvs3
4464
4465         * src/folder.c
4466         * src/mainwindow.c
4467         * src/mainwindow.h
4468         * src/messageview.c
4469         * src/prefs_spelling.c
4470         * src/procheader.c
4471         * src/procmsg.c
4472         * src/procmsg.h
4473         * src/summaryview.c
4474         * src/toolbar.c
4475         * src/toolbar.h
4476                 Add contextual menu on Compose toolbar
4477                 button. Fixes bug #944 (Automatic
4478                 addresses not applied when changing account
4479                 from compose window)
4480                 add Mailing List support
4481                 based on the old 0.6.5claws25 patch by
4482                 Melvin Hadasht, with finishing touches
4483                 by Colin
4484                 Fix "ignore thread" when mails are threaded by
4485                 subject (and weren't ignored although appearing
4486                 in the thread).
4487                 GUI rework.
4488                 Both patches by Pawel.
4489
4490 2006-05-08 [paul]       2.2.0cvs2
4491
4492         * src/mainwindow.c
4493         * src/mainwindow.h
4494         * src/messageview.c
4495         * src/procheader.c
4496         * src/procmsg.c
4497         * src/procmsg.h
4498         * src/summaryview.c
4499                 add Mailing List support
4500                 based on the old 0.6.5claws25 patch by 
4501                 Melvin Hadasht, with finishing touches
4502                 by Colin
4503
4504 2006-05-08 [colin]      2.2.0cvs1
4505
4506         * src/mainwindow.c
4507         * src/toolbar.c
4508         * src/toolbar.h
4509                 Add contextual menu on Compose toolbar 
4510                 button. Fixes bug #944 (Automatic 
4511                 addresses not applied when changing account 
4512                 from compose window)
4513
4514 2006-05-08 [paul]       2.2.0
4515
4516         2.2.0 released
4517
4518 2006-05-08 [paul]       2.1.1cvs51
4519
4520         * po/cs.po
4521         * po/de.po
4522         * po/en_GB.po
4523         * po/fi.po
4524         * po/fr.po
4525         * po/pt_BR.po
4526         * po/sr.po
4527         * po/zh_CN.po
4528                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4529                 Fabien Vantard, Frederico Goncalves Guimaraes,
4530                 Aleksandar Urosevic, and Ralgh Young
4531
4532 2006-05-12 [colin]      2.1.1cvs50
4533
4534         * po/cs.po
4535         * po/de.po
4536         * po/en_GB.po
4537         * po/es.po
4538         * po/fi.po
4539         * po/fr.po
4540         * po/pt_BR.po
4541         * po/sr.po
4542         * po/zh_CN.po
4543                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4544                 Fabien Vantard, Frederico Goncalves Guimaraes,
4545                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4546
4547 2006-05-05 [colin]      2.1.1cvs49
4548
4549         * manual/Makefile.am
4550         * manual/pl/Makefile.am
4551         * manual/pl/account.xml
4552         * manual/pl/ack.xml
4553         * manual/pl/addrbook.xml
4554         * manual/pl/advanced.xml
4555         * manual/pl/faq.xml
4556         * manual/pl/glossary.xml
4557         * manual/pl/gpl.xml
4558         * manual/pl/handling.xml
4559         * manual/pl/intro.xml
4560         * manual/pl/keyboard.xml
4561         * manual/pl/plugins.xml
4562         * manual/pl/starting.xml
4563         * manual/pl/sylpheed-claws-manual.xml
4564         * manual/pl/dist/.cvsignore
4565         * manual/pl/dist/Makefile.am
4566         * manual/pl/dist/html/.cvsignore
4567         * manual/pl/dist/html/Makefile.am
4568         * manual/pl/dist/pdf/.cvsignore
4569         * manual/pl/dist/pdf/Makefile.am
4570         * manual/pl/dist/ps/.cvsignore
4571         * manual/pl/dist/ps/Makefile.am
4572         * manual/pl/dist/txt/.cvsignore
4573         * manual/pl/dist/txt/Makefile.am
4574                 Add the polish translation of the manual,
4575                 Authored by Pawel Pekala.
4576
4577 2006-05-05 [cleroy]     2.1.1cvs48
4578
4579         * src/main.c
4580                 Re-read matcherrc after loading plugins 
4581                 if some of them add folders.
4582
4583 2006-05-03 [colin]      2.1.1cvs47
4584
4585         * src/imap.c
4586                 I'm idiot
4587
4588 2006-05-03 [colin]      2.1.1cvs46
4589
4590         * src/imap.c
4591                 Be sure to have a session when
4592                 getting separator
4593
4594 2006-05-03 [colin]      2.1.1cvs45
4595
4596         * src/imap.c
4597         * src/imap.h
4598         * src/imap_gtk.c
4599                 Fix preventing renaming with namespace 
4600                 separator.
4601
4602 2006-05-01 [colin]      2.1.1cvs44
4603
4604         * src/action.c
4605                 Don't reload messageview when result of
4606                 action is piped.
4607
4608 2006-04-29 [colin]      2.1.1cvs43
4609
4610         * src/prefs_receive.c
4611         * src/plugins/spamassassin/spamassassin_gtk.c
4612         * src/plugins/clamav/clamav_plugin_gtk.c
4613                 GUI fixes by Pawel
4614
4615 2006-04-29 [colin]      2.1.1cvs42
4616
4617         * src/prefs_compose_writing.c
4618         * src/prefs_quote.c
4619                 Cleanups. Patch by Pawel
4620
4621 2006-04-28 [paul]       2.1.1cvs41
4622
4623         * src/matcher.c
4624                 fix returned quick search results when search
4625                 term contains an underscore.
4626                 Thanks to Colin
4627
4628 2006-04-28 [paul]       2.1.1cvs40
4629
4630         * src/prefs_message.c
4631         * src/prefs_receive.c
4632                 GUI cleanups
4633                 Patches by Pawel Pekala
4634
4635 2006-04-27 [colin]      2.1.1cvs39
4636
4637         * src/wizard.c
4638                 Differentiate subject Welcome from
4639                 window's title Welcome
4640
4641 2006-04-27 [paul]
4642
4643         2.2.0-rc1 released
4644
4645 2006-04-27 [paul]       2.1.1cvs38
4646
4647         * manual/advanced.xml
4648         * manual/fr/advanced.xml
4649                 add info about compose_no_markup hidden pref
4650
4651 2006-04-27 [paul]       2.1.1cvs37
4652
4653         * src/prefs_account.c
4654                 improve privacy labels
4655         * src/prefs_msg_colors.c
4656                 change some strings for translators' convenience
4657         * src/gtk/gtkutils.c
4658                 don't underline the link button text
4659
4660 2006-04-25 [colin]      2.1.1cvs36
4661
4662         * src/folder.c
4663                 Complete 2.1.1cvs33 (once more ;)
4664
4665 2006-04-25 [colin]      2.1.1cvs35
4666
4667         * src/editldap.c
4668                 Fix tooltip
4669
4670 2006-04-25 [cleroy]     2.1.1cvs34
4671
4672         * src/compose.c
4673         * src/gtk/gtkaspell.c
4674                 Fix crash on redirect (related to the return 
4675                 of the aspell menu in compose's toolbar)
4676         * src/prefs_msg_colors.c
4677                 Fix sensitivity widgets
4678         * src/image_viewer.c
4679         * src/gtk/pluginwindow.c
4680         * src/gtk/prefswindow.c
4681                 Change released signals to clicked (Fabien)
4682         * po/POTFILES.in
4683         * src/common/socket.c
4684         * src/plugins/spamassassin/spamassassin.c
4685                 Translate strings (Fabien)
4686
4687 2006-04-25 [paul]       2.1.1cvs33
4688
4689         * src/folder.c
4690         * src/folder.h
4691         * src/folderview.c
4692                 complete the fix of bug #912
4693                 Thanks to Colin
4694
4695 2006-04-25 [colin]      2.1.1cvs32
4696
4697         * src/news.c
4698                 Better progress bar
4699         * src/mimeview.c
4700         * src/summaryview.c
4701         * src/summaryview.h
4702                 Fix focus chain
4703                 Patches by Pawel Pekala
4704
4705 2006-04-24 [colin]      2.1.1cvs31
4706
4707         * src/compose.c
4708                 Fix compilation warnings (Fabien)
4709
4710 2006-04-24 [colin]      2.1.1cvs30
4711
4712         * src/addrindex.c
4713         * src/editldap.c
4714         * src/editldap_basedn.c
4715         * src/editldap_basedn.h
4716         * src/ldapctrl.c
4717         * src/ldapctrl.h
4718         * src/ldapquery.c
4719         * src/ldaputil.c
4720         * src/ldaputil.h
4721                 Fix bug #901 (LDAPS support)
4722
4723 2006-04-24 [colin]      2.1.1cvs29
4724
4725         * src/compose.c
4726                 Fix logic on error with send dialog on
4727         * src/imap.c
4728                 Fix compilation without libetpan, thanks
4729                 to Fabien
4730         * src/summaryview.c
4731                 Fix 'context-menu' key
4732
4733 2006-04-23 [colin]      2.1.1cvs28
4734
4735         * src/folder.c
4736                 Never free current's cache to free up 
4737                 memory. Fixes bug #912 (new count 
4738                 randomly set to message count)
4739
4740 2006-04-23 [colin]      2.1.1cvs27
4741
4742         * src/gtk/quicksearch.c
4743                 And remove printf...
4744
4745 2006-04-23 [colin]      2.1.1cvs26
4746
4747         * src/gtk/quicksearch.c
4748                 Fix replacing in quicksearch, and fix inserting
4749                 in the middle of the string. (introduced at 2.1.0cvs22)
4750
4751 2006-04-23 [colin]      2.1.1cvs25
4752
4753         * src/imap.c
4754                 Make sure uidnext is initialized in get_num_list
4755                 (not for stable, related to 2.1.1cvs8 and friends)
4756
4757 2006-04-23 [colin]      2.1.1cvs24
4758
4759         * src/imap.c
4760                 Output something when login is successful
4761                 too
4762
4763 2006-04-23 [colin]      2.1.1cvs23
4764
4765         * src/etpan/imap-thread.c
4766                 Better logging (line-per-line, hide data in fetch)
4767                 Fix a const warning
4768         * src/gtk/logwindow.c
4769         * src/gtk/logwindow.h
4770                 Better logging (color for input/output)
4771
4772 2006-04-21 [colin]      2.1.1cvs22
4773
4774         * src/gtk/quicksearch.c
4775                 On gtk+-2.8, use stock buttons in quicksearch
4776                 Based on a patch by Fabien and a design by Paul
4777
4778 2006-04-21 [colin]      2.1.1cvs21
4779
4780         * src/folderview.c
4781         * src/mainwindow.c
4782                 Fix occasional flicker in folderview
4783         * src/common/utils.c
4784                 Fix bug #943 (Incorrectly parsed email address 
4785                 list in short headers on message view and in 
4786                 printouts)
4787
4788 2006-04-20 [colin]      2.1.1cvs20
4789
4790         * src/imap.c
4791         * src/imap.h
4792         * src/prefs_account.c
4793                 Add ANONYMOUS auth for IMAP
4794
4795 2006-04-20 [paul]       2.1.1cvs19
4796
4797         * src/main.c
4798                 proper fix for 2.1.1cvs18
4799                 Thanks to Colin
4800
4801 2006-04-20 [paul]       2.1.1cvs18
4802
4803         * src/main.c
4804                 fix build warnings
4805
4806 2006-04-20 [paul]       2.1.1cvs17
4807
4808         * src/gtk/quicksearch.c
4809                 fix standard, non-extended Quick search,
4810                 was broken in 2.1.1cvs15.
4811                 Thanks to Colin.
4812
4813 2006-04-20 [colin]      2.1.1cvs16
4814
4815         * src/prefs_matcher.c
4816                 Fix values when reselecting a ~test
4817                 rule
4818
4819 2006-04-19 [colin]      2.1.1cvs15
4820
4821         * src/compose.c
4822         * src/compose.h
4823         * src/gtk/gtkaspell.c
4824         * src/gtk/gtkaspell.h
4825                 Put back Options menu in Spelling/
4826         * src/gtk/quicksearch.c
4827                 Don't search, and show error, if the
4828                 advanced search has a syntax error
4829
4830 2006-04-18 [colin]      2.1.1cvs14
4831
4832         * src/textview.c
4833                 Fix gdk warnings on set_cursor when textview
4834                 isn't visible
4835
4836 2006-04-18 [colin]      2.1.1cvs13
4837
4838         * src/gtk/gtksctree.c
4839                 Remove seemingly useless refresh that causes
4840                 flicker - watch this commit in case of 
4841                 problems before planned backport to stable
4842
4843 2006-04-18 [colin]      2.1.1cvs12
4844
4845         * src/imap.c
4846                 Factorize get/set_xml code
4847         * src/compose.c
4848         * src/prefs_account.c
4849         * src/prefs_account.h
4850         * src/procmsg.c
4851                 Add Encrypt to self option
4852
4853 2006-04-17 [colin]      2.1.1cvs11
4854
4855         * configure.ac
4856                 Fix search on encrpyt function on dragonfly
4857                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4858
4859 2006-04-17 [colin]      2.1.1cvs10
4860
4861         * src/prefs_account.c
4862                 Be safe by default: remove mails from POP3
4863                 after 7 days, not immediately
4864
4865 2006-04-17 [colin]      2.1.1cvs9
4866
4867         * src/etpan/imap-thread.c
4868                 Fix build on DragonFly - patch by 
4869                 Jonathan Buschmann <jonthn@agmact.com>
4870
4871 2006-04-17 [colin]      2.1.1cvs8
4872
4873         * src/imap.c
4874                 Save uidnext between sessions
4875
4876 2006-04-17 [colin]      2.1.1cvs7
4877
4878         * src/imap.c
4879                 scan is required when uid validity changes
4880
4881 2006-04-17 [colin]      2.1.1cvs6
4882
4883         * src/folderview.c
4884                 Don't scan if not necessary, apart in current
4885                 folder and INBOX to fetch flags.
4886         * src/imap.c
4887                 Scan is necessary if unread count changes
4888
4889 2006-04-17 [colin]      2.1.1cvs5
4890
4891         * src/imap.c
4892                 ...But always fetch ANSWERED and DELETED flags for
4893                 INBOX, as filtering can happen on these flags.
4894
4895 2006-04-17 [colin]      2.1.1cvs4
4896
4897         * src/imap.c
4898                 Don't fetch REPLIED and DELETED flags when synchronising
4899                 flags with a closed folder. We only need UNSEEN and FLAGGED
4900                 to update the folderview.
4901
4902 2006-04-17 [colin]      2.1.1cvs3
4903
4904         * src/imap.c
4905                 Faster flag search when there are new mails 
4906                 in a folder. We can do a full search if the 
4907                 folder contains less messages than the new
4908                 list.
4909
4910 2006-04-17 [colin]      2.1.1cvs2
4911
4912         * po/cs.po
4913         * po/de.po
4914         * po/fr.po
4915         * po/nl.po
4916         * po/pt_BR.po
4917                 Update translations from stable branch
4918
4919 2006-04-17 [colin]      2.1.1cvs1
4920
4921         * configure.ac
4922                 Bump version to follow stable release
4923
4924 2006-04-16 [mones]      2.1.0cvs50
4925
4926         * po/es.po
4927                 Updated for release
4928
4929 2006-04-16 [colin]      2.1.0cvs49
4930
4931         * src/textview.c
4932                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4933                 with gtk < 2.8. Thanks to Fabien Vantard.
4934
4935 2006-04-15 [colin]      2.1.0cvs48
4936
4937         * src/etpan/imap-thread.c
4938                 Fix bug #919 (libetpan: SEGV when connecting 
4939                 using command)
4940
4941 2006-04-14 [colin]      2.1.0cvs47
4942
4943         * src/main.c
4944                 Fix race on --select (should be done better)
4945
4946 2006-04-14 [wwp]        2.1.0cvs46
4947
4948         * src/send_message.c
4949                 enforce a check for domain in account prefs (a sending
4950                 error could be faced if domain was checked but no value set),
4951                 thanks to Colin.
4952
4953 2006-04-14 [colin]      2.1.0cvs45
4954
4955         * src/codeconv.c
4956                 when converting from unknown to unknown, if the
4957                 string is UTF8, don't convert it to the locale
4958                 (which breaks it)
4959
4960 2006-04-14 [colin]      2.1.0cvs44
4961
4962         * src/compose.c
4963                 Don't try to use ASCII for converting headers
4964                 (as done in body)
4965
4966 2006-04-14 [paul]       2.1.0cvs43
4967
4968         * src/crash.c
4969                 add locale/charset info to crash report
4970         * src/gtk/about.c
4971                 add wwp to doc team
4972                 replace 'e-mail' with preferred 'email'
4973         * src/gtk/authors.h
4974                 ensure contributors list is in alphabetical
4975                 order
4976
4977 2006-04-13 [colin]      2.1.0cvs42
4978
4979         * src/textview.c
4980                 Prevent gdk warnings
4981
4982 2006-04-13 [colin]      2.1.0cvs41
4983
4984         * src/common/ssl_certificate.c
4985         * src/common/ssl_certificate.h
4986         * src/gtk/sslcertwindow.c
4987                 Warn on expired certs, and display the expiration date
4988
4989 2006-04-13 [colin]      2.1.0cvs40
4990
4991         * src/plugins/spamassassin/spamassassin_gtk.c
4992                 Fix missing set_text on unix socket
4993
4994 2006-04-13 [wwp]        2.1.0cvs39
4995
4996         * manual/fr/advanced.xml
4997         * manual/fr/glossary.xml
4998                 applied new spam/ham/email lexicon (pourriel, courriel)
4999
5000 2006-04-13 [paul]       2.1.0cvs38
5001
5002         * src/plugins/pgpmime/plugin.c
5003                 remove the mention of S/MIME from the
5004                 description. This is now handled by the
5005                 S/MIME plugin.
5006
5007 2006-04-13 [paul]       2.1.0cvs37
5008
5009         * src/prefs_msg_colors.c
5010                 rework dialog
5011         * src/prefs_folder_item.c
5012         * src/prefs_spelling.c
5013                 add a tooltip to the colour selector buttons
5014
5015 2006-04-13 [wwp]        2.1.0cvs36
5016
5017         * manual/advanced.xml
5018         * manual/glossary.xml
5019         * manual/handling.xml
5020         * manual/keyboard.xml
5021         * manual/plugins.xml
5022         * manual/starting.xml
5023         * manual/fr/account.xml
5024         * manual/fr/ack.xml
5025         * manual/fr/addrbook.xml
5026         * manual/fr/advanced.xml
5027         * manual/fr/faq.xml
5028         * manual/fr/glossary.xml
5029         * manual/fr/gpl.xml
5030         * manual/fr/handling.xml
5031         * manual/fr/intro.xml
5032         * manual/fr/keyboard.xml
5033         * manual/fr/plugins.xml
5034         * manual/fr/starting.xml
5035         * manual/fr/sylpheed-claws-manual.xml
5036                 fixes to the manuals:
5037                  - summaryview -> Message List (same in French)
5038                  - translate key names
5039                  - fix French punctuation, use non-breakable spaces when
5040                    necessary, don't use &thinsp; which is not portable
5041                  - tell what maildir and mbox formats we support
5042
5043 2006-04-12 [wwp]        2.1.0cvs35
5044
5045         * src/prefs_toolbar.c
5046                 unified a replace button more,
5047                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5048
5049 2006-04-12 [wwp]        2.1.0cvs34
5050
5051         * src/prefs_common.c
5052         * src/prefs_msg_colors.c
5053                 make default color labels translatable,
5054                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5055                 thanks to Tim <timbrain@post.cz> for reporting.
5056
5057 2006-04-12 [wwp]        2.1.0cvs33
5058
5059         * manual/glossary.xml
5060         * manual/intro.xml
5061         * manual/plugins.xml
5062         * manual/starting.xml
5063         * manual/sylpheed-claws-manual.xml
5064         * manual/fr/.cvsignore
5065         * manual/fr/account.xml
5066         * manual/fr/ack.xml
5067         * manual/fr/addrbook.xml
5068         * manual/fr/advanced.xml
5069         * manual/fr/faq.xml
5070         * manual/fr/glossary.xml
5071         * manual/fr/handling.xml
5072         * manual/fr/intro.xml
5073         * manual/fr/keyboard.xml
5074         * manual/fr/plugins.xml
5075         * manual/fr/starting.xml
5076         * manual/fr/sylpheed-claws-manual.xml
5077                 various fixes: typos, missing .fr translations, punctuation,
5078                 capitalization, links, accents and some bad French more.
5079
5080 2006-04-12 [wwp]        2.1.0cvs32
5081
5082         * src/prefs_gtk.c
5083                 fix for bug #935: always store prefs files in UTF-8 (thanks
5084                 to Colin).
5085
5086 2006-04-11 [colin]      2.1.0cvs31
5087
5088         * src/compose.c
5089                 Fix inserting files not in utf8 when locale is utf8
5090
5091 2006-04-11 [colin]      2.1.0cvs30
5092
5093         * src/inc.c
5094                 Don't show error dialog when cancelling connection
5095                 Patch by Pawel
5096
5097 2006-04-11 [cleroy]     2.1.0cvs29
5098
5099         * src/compose.c
5100                 Implement multiple quote levels
5101         * src/prefs_common.c
5102                 Change a little bit the quote bgcolor for 2nd level
5103
5104 2006-04-11 [colin]      2.1.0cvs28
5105
5106         * src/gtk/about.c
5107                 Add locale and charset in the label
5108
5109 2006-04-10 [colin]      2.1.0cvs27
5110
5111         * src/compose.c
5112         * src/prefs_common.c
5113         * src/prefs_common.h
5114         * src/prefs_msg_colors.c
5115         * src/textview.c
5116                 Allow optional background color in quotes
5117                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5118                 GTK+-2.8.x feature
5119
5120 2006-04-10 [colin]      2.1.0cvs26
5121
5122         * src/main.c
5123         * src/mainwindow.c
5124         * src/mainwindow.h
5125                 Implement --select
5126
5127 2006-04-10 [colin]      2.1.0cvs25
5128
5129         * manual/plugins.xml
5130         * manual/fr/plugins.xml
5131                 Document libcurl's proxy variables
5132
5133 2006-04-09 [colin]      2.1.0cvs24
5134
5135         * src/prefs_common.c
5136                 gettext() returns statically allocated stuff. We have
5137                 to strdup it in order to be able to free it.
5138
5139 2006-04-09 [colin]      2.1.0cvs23
5140
5141         * AUTHORS
5142         * src/gtk/authors.h
5143                 Add Alexei
5144
5145 2006-04-09 [colin]      2.1.0cvs22
5146
5147         * src/mainwindow.c
5148         * src/gtk/quicksearch.c
5149                 Fix bug #859 (problems with cyrilic input in 
5150                 search panel) - Patch by Alexey Illarionov 
5151                 <littlesavage@rambler.ru>
5152
5153 2006-04-09 [colin]      2.1.0cvs21
5154
5155         * src/prefs_customheader.c
5156                 I prefer removing then freeing rather than the contrary
5157                 (even if it doesn't change anything ;-)
5158         * src/prefs_account.c
5159                 Fix bug #933 (Crash re-entering the custom headers list 
5160                 dialog in accounts prefs)
5161                 The problem happened when cancelling the Account 
5162                 Preferences' dialogs - in which case we didn't do 
5163                 anything to the PrefsAccount * struct. In case of applying,
5164                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5165                 working with in this dialog. The problem is that 
5166                 prefs_customheader.c, working on this tmp_ac_prefs, always
5167                 changes the ->customhdr_list pointer, even when cancelled. 
5168                 So in case of cancelling the prefs_account dialog, we still
5169                 have to update ->customhdr_list in the real account.
5170
5171 2006-04-08 [colin]      2.1.0cvs20
5172
5173         * manual/fr/glossary.xml
5174         * manual/fr/keyboard.xml
5175                 Forgot some headers :)
5176
5177 2006-04-08 [colin]      2.1.0cvs19
5178
5179         * manual/Makefile.am
5180         * manual/fr/Makefile.am
5181         * manual/fr/account.xml
5182         * manual/fr/ack.xml
5183         * manual/fr/addrbook.xml
5184         * manual/fr/advanced.xml
5185         * manual/fr/faq.xml
5186         * manual/fr/glossary.xml
5187         * manual/fr/gpl.xml
5188         * manual/fr/handling.xml
5189         * manual/fr/intro.xml
5190         * manual/fr/keyboard.xml
5191         * manual/fr/plugins.xml
5192         * manual/fr/starting.xml
5193         * manual/fr/sylpheed-claws-manual.xml
5194         * manual/fr/dist/.cvsignore
5195         * manual/fr/dist/Makefile.am
5196         * manual/fr/dist/html/.cvsignore
5197         * manual/fr/dist/html/Makefile.am
5198         * manual/fr/dist/pdf/.cvsignore
5199         * manual/fr/dist/pdf/Makefile.am
5200         * manual/fr/dist/ps/.cvsignore
5201         * manual/fr/dist/ps/Makefile.am
5202         * manual/fr/dist/txt/.cvsignore
5203         * manual/fr/dist/txt/Makefile.am
5204                 Add the french translation of the manual. Thanks to
5205                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5206                 account.xml, ack.xml, addrbook.xml and advanced.xml
5207
5208 2006-04-08 [colin]      2.1.0cvs18
5209
5210         * manual/plugins.xml
5211         * manual/starting.xml
5212                 More fixes
5213
5214 2006-04-07 [colin]      2.1.0cvs17
5215
5216         * manual/faq.xml
5217         * manual/intro.xml
5218         * manual/keyboard.xml
5219                 Little fixes
5220
5221 2006-04-07 [colin]      2.1.0cvs16
5222
5223         * README
5224         * src/compose.c
5225         * src/prefs_common.c
5226         * src/prefs_common.h
5227                 Add hidden compose_no_markup pref
5228
5229 2006-04-07 [wwp]        2.1.0cvs15
5230
5231         * src/summary_search.c
5232         * .cvsignore
5233                 Bugfix: stop button was sticky when searching in an empty folder.
5234                 Applied curly brackets code style to the whole file (summary_search.c).
5235                 More files to ignore.
5236
5237 2006-04-07 [wwp]        2.1.0cvs14
5238
5239         * src/message_search.c
5240         * src/summary_search.c
5241                 changed default button when search bumps at file/folder
5242                 beginning or end, for convenience (thanks to Colin).
5243
5244 2006-04-07 [paul]       2.1.0cvs13
5245
5246         * src/plugins/dillo_viewer/dillo_prefs.c
5247                 avoid future potential for namespace collision
5248                 Patch by Colin
5249
5250 2006-04-06 [wwp]        2.1.0cvs12
5251
5252         * src/summary_search.c
5253                 Unify extended/advanced searches names (and thus factorize labels),
5254                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5255
5256 2006-04-06 [wwp]        2.1.0cvs11
5257
5258         * src/folderview.c
5259         * src/prefs_themes.c
5260         * src/summaryview.c
5261                 Fixed some compilation warnings.
5262
5263 2006-04-06 [colin]      2.1.0cvs10
5264
5265         * manual/advanced.xml
5266                 Document the wizard template and how to deploy
5267                 Sylpheed-Claws effectively
5268
5269 2006-04-06 [colin]      2.1.0cvs9
5270
5271         * src/folderview.c
5272                 gettext patch to tell translators about _("#"),
5273                 by Maxim Britov
5274
5275 2006-04-06 [colin]      2.1.0cvs8
5276
5277         * src/textview.c
5278                 Fix invalid GtkTextBIter after clicking "Display as text"
5279
5280 2006-04-06 [mones]      2.1.0cvs7
5281
5282         * src/addr_compl.c
5283         * src/addrindex.c
5284         * src/addritem.c
5285         * src/codeconv.c
5286         * src/compose.c
5287         * src/filtering.c
5288         * src/folder.c
5289         * src/folder_item_prefs.c
5290         * src/folderview.c
5291         * src/localfolder.c
5292         * src/matcher.c
5293         * src/mimeview.c
5294         * src/prefs_msg_colors.c
5295         * src/prefs_spelling.c
5296         * src/prefs_themes.c
5297         * src/procmime.c
5298         * src/procmsg.c
5299         * src/stock_pixmap.c
5300         * src/summaryview.c
5301         * src/textview.c
5302         * src/toolbar.c
5303         * src/common/mgutils.c
5304         * src/common/prefs.c
5305         * src/common/ssl_certificate.c
5306         * src/gtk/colorlabel.c
5307         * src/gtk/quicksearch.c
5308         * src/plugins/pgpmime/pgpmime.c
5309         * src/plugins/spamassassin/spamassassin.c
5310                 Removed redundant NULL checks for g_free() calls.
5311                 Patch by Pawel Pekala.
5312
5313 2006-04-06 [mones]      2.1.0cvs6
5314
5315         * src/prefs_actions.c
5316         * src/prefs_filtering.c
5317         * src/prefs_filtering_action.c
5318         * src/prefs_matcher.c
5319         * src/prefs_template.c
5320         * src/gtk/gtkutils.c
5321         * src/gtk/gtkutils.h
5322                 Have a nice replace button. Patch by Pawel Pekala
5323
5324 2006-04-06 [colin]      2.1.0cvs5
5325
5326         * src/addressbook.c
5327                 Fix crash with empty columns
5328
5329 2006-04-05 [colin]      2.1.0cvs4
5330
5331         * src/wizard.c
5332         * src/prefs_gtk.c
5333                 Allow wizard customization with pre-filled values
5334
5335 2006-04-05 [colin]      2.1.0cvs3
5336
5337         * src/textview.c
5338         * src/mimeview.c
5339         * src/mimeview.h
5340                 Nicer messages in mimeview
5341
5342 2006-04-05 [colin]      2.1.0cvs2
5343
5344         * src/addressbook.c
5345         * src/prefs_summaries.c
5346                 i18n fix
5347
5348 2006-04-05 [colin]      2.1.0cvs1
5349
5350         * src/plugins/pgpcore/plugin.c
5351         * src/plugins/pgpcore/select-keys.c
5352         * src/plugins/pgpcore/select-keys.h
5353         * src/plugins/pgpcore/sgpgme.c
5354         * src/plugins/pgpcore/sgpgme.h
5355         * src/plugins/pgpinline/pgpinline.c
5356         * src/plugins/pgpinline/plugin.c
5357         * src/plugins/pgpmime/pgpmime.c
5358         * src/plugins/pgpmime/plugin.c
5359                 Factorize and generalize a bit 
5360                 Drop S/MIME signature verification from PGP/MIME
5361                 (adding it as another, more complete plugin)
5362
5363 2006-04-05 [paul]       2.1.0
5364
5365         2.1.0 released
5366
5367 2006-04-05 [paul]       2.0.0cvs186
5368
5369         * manual/advanced.xml
5370                 add info on colour labels
5371
5372 2006-04-05 [paul]       2.0.0cvs185
5373
5374         * po/bg.po
5375         * po/cs.po
5376         * po/de.po
5377         * po/el.po
5378         * po/en_GB.po
5379         * po/fi.po
5380         * po/fr.po
5381         * po/it.po
5382         * po/nl.po
5383         * po/pl.po
5384         * po/pt_BR.po
5385         * po/sr.po
5386         * po/zh_CN.po
5387                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5388                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5389                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5390                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5391         * src/gtk/authors.h
5392         * tools/claws.i18n.status.pl
5393                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5394                 and new Czech translator, Tim <timbrain@post.cz>
5395
5396 2006-04-05 [mones]      2.0.0cvs184
5397
5398         * po/es.po
5399                 Updated translation
5400
5401 2006-04-05 [colin]      2.0.0cvs183
5402
5403         * src/gtk/quicksearch.c
5404                 Fix bug #929 (unnecessary reload in quick search bar)
5405
5406 2006-04-05 [colin]      2.0.0cvs182
5407
5408         * src/compose.c
5409                 Fix crash on Reply with no From:
5410                 Show signature and conversion error on queuing 
5411                 (but not sending)
5412         * src/mainwindow.c
5413         * src/summaryview.c
5414         * src/summaryview.h
5415                 Factorize threading code and make sure msginfo 
5416                 is not null when it comes from a GtkCTreeRow's 
5417                 data
5418         * src/gtk/gtkaspell.c
5419                 Check for necessary things
5420         * src/gtk/gtksctree.c
5421         * src/gtk/gtksctree.h
5422                 Reset anchor if necessary when removing node
5423
5424 2006-03-29 [colin]      2.0.0cvs181
5425
5426         * src/folderview.c
5427                 Warn for disabled IMAP accounts (due to lack of
5428                 libetpan). Breaks string-freeze - sorry - but it
5429                 is kind of important ;)
5430
5431 2006-03-28 [colin]      2.0.0cvs180
5432
5433         * src/gtk/gtkutils.c
5434         * src/gtk/gtkutils.h
5435                 Add a gtkut_get_link_btn() function that
5436                 creates a button which acts like an URI
5437         * src/prefs_themes.c
5438         * src/gtk/about.c
5439                 Use this function (factorizes codes)
5440         * src/common/defs.h
5441         * src/gtk/pluginwindow.c
5442                 Add a "Get more..." in the plugins window
5443
5444 2006-03-28 [colin]      2.0.0cvs179
5445
5446         * src/common/smtp.c
5447         * src/common/passcrypt.c
5448         * src/undo.c
5449                 Warning fixes. Patch by Pawel Pekala
5450
5451 2006-03-27 [colin]      2.0.0cvs178
5452
5453         * src/undo.c
5454                 Fix undoing by blocks with spaces
5455
5456 2006-03-27 [colin]      2.0.0cvs177
5457
5458         * src/textview.c
5459                 Set margin to 3px for headers
5460
5461 2006-03-27 [paul]
5462
5463         2.1.0-rc2 released
5464
5465 2006-03-27 [wwp]        2.0.0cvs176
5466
5467         * src/summaryview.c
5468                 don't reset quicksearch when updating the message list.
5469                 Thanks to Colin.
5470
5471 2006-03-26 [wwp]        2.0.0cvs175
5472
5473         * src/compose.c
5474                 use a unified border width ('other' tab in the compose window,
5475                 patch by Pawel Pekala).
5476
5477
5478 2006-03-26 [wwp]        2.0.0cvs174
5479
5480         * src/common/quoted-printable.c
5481         * src/addressbook.c
5482                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5483
5484 2006-03-26 [colin]      2.0.0cvs173
5485
5486         * src/quote_fmt_parse.y
5487                 Fix non-UTF8 date formats messing up the whole quote a 
5488                 little bit
5489
5490 2006-03-26 [colin]      2.0.0cvs172
5491
5492         * src/procheader.c
5493                 Make sure the date is UTF8 valid, or try to make it
5494                 so. IncrediMail is really IncrediStupid.
5495         * src/compose.c
5496                 Fix possible conversions. 
5497                 
5498
5499 2006-03-26 [colin]      2.0.0cvs171
5500
5501         * src/matcher.c
5502                 Fix corner cases in body search. This is still a
5503                 hack... It seems impossible to make it good and 
5504                 reasonably fast at the same time.
5505
5506 2006-03-26 [colin]      2.0.0cvs170
5507
5508         * src/summaryview.c
5509                 I think I killed the twilight zone bug!
5510                 summary_select_node() flushes GTK events in order
5511                 to be able to center the view. But this also 
5512                 flushes keypresses like Ctrl-Alt-U, so this can
5513                 call summary_show from summary_select_node (itself
5514                 called from summary_show, etc.). And the summaryview
5515                 has to be unlocked in this function. So just locking
5516                 while processing GTK events, and bailing if locked, 
5517                 should fix it.
5518                 Fixes bug #927 (SIGSEGV during Update Summary)
5519
5520 2006-03-25 [colin]      2.0.0cvs169
5521
5522         * src/matcher.c
5523                 Fix search in QP-encoded bodies
5524                 Fix utf-8 searches in bodies encoded in the
5525                 locale's encoding
5526         * src/common/quoted-printable.c
5527         * src/common/quoted-printable.h
5528                 Add a decode function that doesn't overwrite
5529                 the original pointer
5530                 
5531
5532 2006-03-24 [colin]      2.0.0cvs168
5533
5534         * src/action.c
5535         * src/summaryview.c
5536         * src/summaryview.h
5537                 Update message cache after action
5538                 Patch by H. Merijn Brand
5539         * src/prefs_msg_colors.c
5540                 Factorize label 
5541                 Patch by Fabien Vantard
5542         * src/plugins/spamassassin/spamassassin_gtk.c
5543                 Remove useless translation
5544                 Patch by Fabien Vantard
5545
5546 2006-03-23 [colin]      2.0.0cvs167
5547
5548         * src/common/ssl.c
5549                 Let 30 seconds to SSL_connect
5550
5551 2006-03-23 [wwp]        2.0.0cvs166
5552
5553         * src/summaryview.c
5554         * src/gtk/description_window.c
5555                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5556                 and headers are translated; adjust description windows' width to fit their
5557                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5558
5559 2006-03-23 [paul]       2.0.0cvs165
5560
5561         * src/common/utils.c
5562                 fix highlighting of URIs containing "()"
5563                 (2.0.0cvs164's reversal fixed)
5564                 Thanks to Colin.
5565
5566 2006-03-23 [paul]       2.0.0cvs164
5567
5568         * src/common/utils.c
5569                 revert patch, (postponing a fix), at 2.0.0cvs120
5570                 as it breaks more URIs than it fixes.
5571                 Allow '-' to be a terminating character in a URI
5572
5573 2006-03-22 [colin]      2.0.0cvs163
5574
5575         * configure.ac
5576                 Require libetpan 0.45
5577                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5578
5579 2006-03-22 [paul]       2.0.0cvs162
5580
5581         * src/editgroup.c
5582                 replace '<-' and '->' buttons with GTK_STOCK graphical
5583                 buttons
5584         * src/summary_search.c
5585                 don't offer '...' for translation
5586                 add a tooltip to advanced search '...' button
5587         * src/gtk/quicksearch.c
5588                 don't offer '...' for translation
5589
5590 2006-03-21 [colin]      2.0.0cvs161
5591
5592         * src/compose.c
5593                 Fix middle-click pasting (insert at click
5594                 position instead of cursor position, don't
5595                 remove existing selection and allow pasting
5596                 our own selection)
5597         * src/addressbook.c
5598                 "LDAP Server" -> "LDAP servers"
5599
5600 2006-03-21 [wwp]        2.0.0cvs160
5601
5602         * src/etpan/imap-thread.c
5603                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5604
5605 2006-03-20 [colin]      2.0.0cvs159
5606
5607         * src/summaryview.c
5608                 Don't reload summaryview after an execute with no
5609                 move action
5610
5611 2006-03-19 [colin]      2.0.0cvs158
5612
5613         * src/addressbook.c
5614                 and put groups at the top, always
5615
5616 2006-03-19 [colin]      2.0.0cvs157
5617
5618         * src/addressbook.c
5619                 Order groups before names, as previously
5620
5621 2006-03-19 [colin]      2.0.0cvs156
5622
5623         * src/addressbook.c
5624                 - Sort case-unsensitive
5625                 - Put the sort arrow at opening too
5626
5627 2006-03-19 [wwp]        2.0.0cvs155
5628
5629         * src/addressbook.c
5630                 allow sorting by name/email/remarks, ensure that right-pane's contents
5631                 matches the left-pane selection (cleared when appropriate).
5632                 Patch by Pawel Pekala <c0rn@o2.pl>.
5633
5634 2006-03-18 [colin]      2.0.0cvs154
5635
5636         * src/textview.c
5637                 Fix text cursor ;)
5638
5639 2006-03-18 [colin]      2.0.0cvs153
5640
5641         * src/gtk/filesel.c
5642                 Make sure we hide the preview if we didn't get
5643                 a filename
5644
5645 2006-03-18 [colin]      2.0.0cvs152
5646
5647         * src/summaryview.c
5648                 Set cursor to watch for execution (fixes lack
5649                 of watch-cursor when dnd'ing hundreds of mails)
5650         * src/gtk/filesel.c
5651                 Check that mime type is 'image/*' before updating
5652                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5653
5654 2006-03-18 [colin]      2.0.0cvs151
5655
5656         * src/mainwindow.c
5657         * src/textview.c
5658         * src/textview.h
5659                 Put a watch cursor in textview too when the mainwindow's
5660                 cursor in a watch
5661
5662 2006-03-18 [colin]      2.0.0cvs150
5663
5664         * src/folder.c
5665                 Change wrong asserts to simple tests
5666
5667 2006-03-17 [colin]      2.0.0cvs149
5668
5669         * src/mainwindow.c
5670         * src/mainwindow.h
5671         * src/prefs_msg_colors.c
5672         * src/summaryview.c
5673         * src/summaryview.h
5674         * src/gtk/colorlabel.c
5675         * src/gtk/colorlabel.h
5676                 Add a color label menu in the main menubar
5677                 Add (fixed) accels Ctrl-{0-7} to change the color
5678                 They have to be fixed because the menu's dynamic,
5679                 the items are complex widgets, hence we can't use
5680                 a GtkItemFactory.
5681
5682
5683 2006-03-17 [wwp]        2.0.0cvs148
5684
5685         * src/compose.c
5686                 rollback few lines from my previous commit (those lines come from
5687                 a pending patch, accidentally commited, even if neutral as they are
5688                 commented out).
5689
5690 2006-03-17 [wwp]        2.0.0cvs147
5691
5692         * src/compose.c
5693                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5694                 applied code style/indentation to the modified function.
5695
5696 2006-03-17 [wwp]        2.0.0cvs146
5697
5698         * src/procmsg.c
5699         * src/compose.c
5700                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5701
5702 2006-03-17 [paul]
5703
5704         2.1.0-rc1 released
5705
5706 2006-03-17 [paul]       2.0.0cvs145
5707
5708         * src/main.c
5709                 addressbook_read_file() was called twice
5710         * src/textview.c
5711                 X-Mailer highlighting
5712
5713 2006-03-16 [colin]      2.0.0cvs144
5714
5715         * src/sourcewindow.c
5716         * src/sourcewindow.h
5717                 And the last one, in source window.
5718
5719 2006-03-16 [colin]      2.0.0cvs143
5720
5721         * src/compose.c
5722         * src/compose.h
5723                 Fix the same stuff in compose
5724
5725 2006-03-16 [colin]      2.0.0cvs142
5726
5727         * src/messageview.c
5728                 Complete the previous messageview crash fix
5729
5730 2006-03-16 [colin]      2.0.0cvs141
5731
5732         * src/procmsg.h
5733         * src/procmsg.c
5734         * src/folder.c
5735                 Fix POSTPROCESSING hook
5736                 Patch by H. Merijn Brand
5737
5738         * src/procmime.c
5739         * src/procmime.h
5740                 Parse Content-Location
5741
5742         * src/toolbar.c
5743         * src/messageview.c
5744         * src/messageview.h
5745                 Don't crash when a top-level MessageView has
5746                 been closed on us. Same problematic than
5747                 yesterday's quicksearch issue.
5748
5749 2006-03-15 [colin]      2.0.0cvs140
5750
5751         * src/gtk/quicksearch.c
5752                 Fix a bitchy race we didn't think about when we
5753                 added quicksearch cancellation:
5754                 If the search is not on cached fields, for example
5755                 body_part matchcase "stuff"
5756                 the matcher code has to get the whole message. If
5757                 we're on IMAP, that can be slow, and in order to
5758                 be non-blocking, the IMAP code idle loop processes
5759                 gtk events too. So it is possible to cancel a
5760                 quicksearch while the matcher is getting the mail's
5761                 body. After matcher got its body, it will start to
5762                 iterate over the matcher list that the Quicksearch's
5763                 clear_search_cb() just freed via prepare_matcher().
5764                 SIGSEGV ensues.
5765                 The fix consists of guarding the matcherlist_match()
5766                 call with a boolean 'matching'. If we reset the
5767                 quicksearch while matching is TRUE, we don't free
5768                 the matcherlist anymore like we did, but we set
5769                 another new flag, deferred_free, to TRUE. Then,
5770                 in quicksearch_match(), just after returning from
5771                 matcherlist_match() and unsetting the matching flag,
5772                 we check the deferred_free flag and do the
5773                 prepare_matcher() (which does the matcherlist_free)
5774                 for real, so we free the matcherlist once it's not
5775                 used anymore.
5776                 As all of this runs via the glib main loop, we
5777                 luckily don't need a mutex.
5778         * src/summaryview.c
5779                 Also, show progress while searching.
5780
5781
5782 2006-03-14 [colin]      2.0.0cvs139
5783
5784         * src/alertpanel.c
5785                 Make alertpanel_is_open non-static
5786
5787 2006-03-14 [colin]      2.0.0cvs138
5788
5789         * src/prefs_spelling.c
5790                 Cleanups - Fabien Vantard
5791
5792 2006-03-14 [wwp]        2.0.0cvs137
5793
5794         * src/main.c
5795                 code style normalization (curly braces, indentation).
5796
5797 2006-03-14 [wwp]        2.0.0cvs137
5798
5799         * src/main.c
5800                 code style (braces, indentation)
5801
5802 2006-03-12 [paul]       2.0.0cvs136
5803
5804         * src/prefs_common.c
5805                 trans_hdr defaults to FALSE to be RFC-savvy
5806         * src/prefs_summaries.c
5807                 add a tooltip to the trans_hdr option
5808                 
5809
5810 2006-03-12 [paul]       2.0.0cvs135
5811
5812         * src/prefs_matcher.c
5813                 give a little more width to the combos
5814         * src/prefs_display_header.c
5815         * src/textview.c
5816                 translate headers if prefs_common.trans_hdr
5817                 is TRUE
5818
5819         Patches by Pawel Pekala
5820
5821 2006-03-12 [paul]       2.0.0cvs134
5822
5823         * src/plugins/clamav/clamav_plugin.c
5824         * src/plugins/dillo_viewer/dillo_viewer.c
5825         * src/plugins/pgpcore/plugin.c
5826         * src/plugins/pgpinline/plugin.c
5827         * src/plugins/pgpmime/plugin.c
5828         * src/plugins/spamassassin/spamassassin.c
5829                 update/add to descriptions
5830         * src/plugins/spamassassin/spamassassin_gtk.c
5831                 fixes to the english, remove superfluous
5832                 tooltips, clean up a little
5833
5834 2006-03-12 [paul]       2.0.0cvs133
5835
5836         * src/compose.c
5837                 fix Bug 924, 'Account combo box shows up wrong 
5838                 if & is in account name'
5839
5840 2006-03-11 [colin]      2.0.0cvs132
5841
5842         * src/summaryview.c
5843                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5844                 messed up shift-selection because is slows down
5845                 moving around summaryview. thanks -users
5846
5847 2006-03-10 [colin]      2.0.0cvs131
5848
5849         * src/plugins/spamassassin/spamassassin_gtk.c
5850                 Put back Paul's engrish fixes
5851
5852 2006-03-10 [colin]      2.0.0cvs130
5853
5854         * src/plugins/spamassassin/spamassassin.c
5855         * src/plugins/spamassassin/spamassassin.h
5856         * src/plugins/spamassassin/spamassassin_gtk.c
5857                 Cleanup SA prefs page (more)
5858                 Patch by Fabien Vantard
5859
5860 2006-03-10 [paul]       2.0.0cvs129
5861
5862         * src/prefs_msg_colors.c
5863         * src/prefs_spelling.c
5864                 widget sensitivity
5865
5866 2006-03-09 [mones]      2.0.0cvs128
5867
5868         * po/es.po
5869                 Update for next RC
5870
5871 2006-03-09 [wwp]        2.0.0cvs127
5872
5873         * configure.ac
5874                 revert accidental commit (requirement for libetpan 0.43), this time
5875                 not in HEAD.
5876
5877 2006-03-09 [wwp]        2.0.0cvs125
5878
5879         * configure.ac
5880                 revert accidental commit (requirement for libetpan 0.43)
5881
5882 2006-03-09 [paul]       2.0.0cvs126
5883
5884         * src/prefs_receive.c
5885                 remove useless frame
5886                 replace 'incorporation' with 'receiving'
5887         * src/plugins/clamav/clamav_plugin_gtk.c
5888         * src/plugins/spamassassin/spamassassin_gtk.c
5889                 improve widget sensitivity
5890                 fix a bit his engrish
5891
5892 2006-03-09 [wwp]        2.0.0cvs125
5893
5894         * src/addressadd.c
5895         * src/foldersel.c
5896         * src/prefs_common.c
5897         * src/prefs_common.h
5898                 remember some more windows' sizes (add to addressbook and
5899                 select folder).
5900
5901 2006-03-09 [paul]       2.0.0cvs124
5902
5903         * src/plugins/pgpcore/prefs_gpg.c
5904                 normalise construction of dialogue
5905
5906 2006-03-09 [paul]       2.0.0cvs123
5907
5908         * src/plugins/trayicon/Makefile.am
5909                 add missing slash
5910
5911 2006-03-08 [colin]      2.0.0cvs122
5912
5913         * src/plugins/trayicon/Makefile.am
5914                 Fix build in separate dir 
5915                 Patch by Bamanzi <bamanzi@gmail.com>
5916
5917 2006-03-08 [colin]      2.0.0cvs121
5918
5919         * src/procmsg.c
5920                 Batch move and copies from summaryview with delayed execution
5921                 too
5922
5923 2006-03-07 [paul]       2.0.0cvs120
5924
5925         * src/common/utils.c
5926                 fix highlighting of URIs containing "()"
5927                 Patch by Pawel Pekala
5928
5929 2006-03-07 [paul]       2.0.0cvs119
5930
5931         * src/folder.c
5932         * src/folder.h
5933         * src/folderview.c
5934                 immediately do alphabetical resort when
5935                 changing a folder's name
5936                 Patch by Pawel Pekala
5937
5938 2006-03-07 [paul]       2.0.0cvs118
5939
5940         * src/news.c
5941         * src/news_gtk.c
5942                 when unsubscribing a newsgroup, remove the
5943                 folder and msgs in .sylpheed-claws/newscache
5944                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5945
5946 2006-03-07 [paul]       2.0.0cvs117
5947
5948         * src/textview.c
5949                 fix wrong Fake URL Warning
5950                 Thanks to Hiro
5951
5952 2006-03-07 [colin]      2.0.0cvs116
5953
5954         * src/imap.c
5955                 Return immediately when password dialog was
5956                 cancelled
5957         * src/gtk/inputdialog.c
5958                 Allow empty strings for passwords
5959
5960
5961 2006-03-06 [colin]      2.0.0cvs115
5962
5963         * src/imap.c
5964                 Prevent double-timeouts when connection fails
5965
5966 2006-03-06 [colin]
5967
5968         2.0.1-rc1 released
5969
5970 2006-03-06 [colin]      2.0.0cvs114
5971
5972         * src/imap.c
5973                 Refresh session during potentially long
5974                 operations
5975
5976 2006-03-06 [wwp]        2.0.0cvs113
5977
5978         * src/prefs_msg_colors.h
5979                 forgot that one (custom color labels).
5980
5981 2006-03-06 [wwp]        2.0.0cvs112
5982
5983         * src/prefs_common.c
5984         * src/prefs_common.h
5985         * src/prefs_msg_colors.c
5986         * src/summaryview.c
5987         * src/summaryview.h
5988         * src/gtk/colorlabel.c
5989         * src/gtk/colorlabel.h
5990                 colors in messages list are now customizable. Color values and names can
5991                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5992                 Thanks to Paul and Colin for their help with this longstanding patch!
5993
5994 2006-03-06 [wwp]        2.0.0cvs111
5995
5996         * src/textview.c
5997                 don't crash if (x)face is bad.
5998
5999 2006-03-05 [paul]       2.0.0cvs110
6000
6001         * AUTHORS
6002         * configure.ac
6003         * src/Makefile.am
6004         * src/common/Makefile.am
6005         * src/common/utils.h
6006         * src/etpan/imap-thread.c
6007         * src/gtk/authors.h
6008         * src/plugins/clamav/Makefile.am
6009         * src/plugins/demo/Makefile.am
6010         * src/plugins/dillo_viewer/Makefile.am
6011         * src/plugins/pgpcore/Makefile.am
6012         * src/plugins/pgpcore/passphrase.c
6013         * src/plugins/pgpinline/Makefile.am
6014         * src/plugins/pgpmime/Makefile.am
6015         * src/plugins/spamassassin/Makefile.am
6016         * src/plugins/trayicon/Makefile.am
6017                 fix builiding on cygwin
6018                 Patch by Ralgh Young <bamanzi@gmail.com>
6019
6020 2006-03-04 [wwp]        2.0.0cvs109
6021
6022         * manual/keyboard.xml
6023                 fix mixed up/down keys.
6024
6025 2006-03-04 [wwp]        2.0.0cvs108
6026
6027         * README
6028         * INSTALL
6029                 updated links to SpamAssassin.
6030
6031 2006-03-04 [wwp]        2.0.0cvs107
6032
6033         * manual/plugins.xml
6034         * src/plugins/spamassassin/README
6035                 updated SpamAssassin plugin docs to reflect new functional additions
6036                 (also fix/update/documents few technical stuff more, see the README).
6037
6038 2006-03-04 [wwp]        2.0.0cvs106
6039
6040         * src/prefs_message.c
6041                 normalized capitalization of message-prefs paths.
6042
6043 2006-03-04 [wwp]        2.0.0cvs105
6044
6045         * manual/advanced.xml
6046                 typo.
6047
6048 2006-03-03 [colin]      2.0.0cvs104
6049
6050         * src/plugins/clamav/clamav_plugin_gtk.c
6051                 Rework prefs page, patch by Fabien 
6052
6053 2006-03-03 [colin]      2.0.0cvs103
6054
6055         * src/plugins/clamav/clamav_plugin.c
6056                 Set error on all errors
6057
6058 2006-03-03 [colin]      2.0.0cvs102
6059
6060         * src/common/plugin.c
6061                 Initialize error to avoid crashing when a plugin fails
6062                 without setting error
6063
6064 2006-03-02 [wwp]        2.0.0cvs101
6065
6066         * configure.ac
6067                 fixed linker flags for libetpan support on Cygwin
6068                 (thanks to H.Merijn Brand).
6069
6070 2006-03-02 [wwp]        2.0.0cvs100
6071
6072         * src/addressbook.c
6073                 fix some AB error messages: one for punctuation and
6074                 one wrongly duplicate (thanks, maxbritov).
6075
6076 2006-03-02 [wwp]        2.0.0cvs99
6077
6078         * src/plugins/spamassassin/spamassassin.c
6079                 make sync calls to sa-learn/spamc to prevent
6080                 system (whatever local or client/server) overload.
6081
6082 2006-03-02 [colin]      2.0.0cvs98
6083
6084         * src/summaryview.c
6085                 Put the spam icon in the status column instead of the
6086                 mark one
6087
6088 2006-03-01 [colin]      2.0.0cvs97
6089
6090         * src/plugins/spamassassin/spamassassin.c
6091                 Fix segfault (g_file_set_contents fails for some 
6092                 reason and err==0x2f. Can't find out why with
6093                 valgrind, using working function :-)
6094
6095 2006-03-01 [colin]      2.0.0cvs96
6096
6097         * src/inc.c
6098                 Offline overriding: let 'No' be cached only 3 seconds
6099
6100 2006-03-01 [colin]      2.0.0cvs95
6101
6102         * src/addr_compl.c
6103         * src/addrbook.c
6104         * src/addressbook.c
6105         * src/addrindex.c
6106         * src/folder_item_prefs.c
6107         * src/headerview.c
6108         * src/imap.c
6109         * src/inc.c
6110         * src/ldif.c
6111         * src/mainwindow.c
6112         * src/mh.c
6113         * src/msgcache.c
6114         * src/prefs_common.h
6115         * src/prefs_msg_colors.c
6116         * src/procheader.c
6117         * src/procheader.h
6118         * src/procmime.c
6119         * src/procmsg.c
6120         * src/procmsg.h
6121         * src/send_message.h
6122         * src/simple-gettext.c
6123         * src/summaryview.c
6124         * src/summaryview.h
6125         * src/syldap.c
6126         * src/textview.c
6127         * src/undo.c
6128         * src/common/ssl_certificate.c
6129         * src/common/utils.c
6130         * src/gtk/colorsel.c
6131         * src/gtk/gtksctree.c
6132         * src/gtk/gtkshruler.c
6133         * src/plugins/trayicon/trayicon.c
6134                 #if 0 goes to /dev/null
6135
6136 2006-03-01 [colin]      2.0.0cvs94
6137
6138         * src/compose.c
6139         * src/imap.c
6140         * src/inc.c
6141         * src/inc.h
6142         * src/messageview.c
6143         * src/news.c
6144         * src/plugins/spamassassin/spamassassin.c
6145                 Allow to add information in the "working offline"
6146                 window
6147
6148 2006-03-01 [wwp]        2.0.0cvs93
6149
6150         * src/plugins/spamassassin/spamassassin.c
6151                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6152                 'cause it seems that calling `spamc ... < inputfile` with
6153                 g_spawn_(a)sync simply.. erm doesn't work :-).
6154
6155 2006-03-01 [wwp]        2.0.0cvs92
6156
6157         * src/toolbar.c
6158         * src/toolbar.h
6159                 simplify the adding of spam/ham button to the messageview toolbar
6160                 (it gets more clear now that the same button will be "Mark as spam"
6161                 or "Mark as ham" according to the current message status,
6162                 thanks to Colin).
6163
6164 2006-03-01 [wwp]        2.0.0cvs91
6165
6166         * src/messageview.c
6167         * src/procmsg.c
6168         * src/procmsg.h
6169         * src/summaryview.c
6170         * src/plugins/spamassassin/spamassassin.c
6171         * src/plugins/spamassassin/spamassassin.h
6172                 make learner callbacks return a status (0 for ok),
6173                 handle it in main code to avoid setting flags when learning failed,
6174                 don't learn on TCP if offline in spamassassin,
6175                 thanks to Colin.
6176
6177                 
6178
6179 2006-03-01 [wwp]        2.0.0cvs90
6180
6181         * src/compose.c
6182                 some work around the compose window's account menu,
6183                 patch by Fabien Vantard.
6184
6185 2006-03-01 [wwp]        2.0.0cvs89
6186
6187         * src/plugins/spamassassin/spamassassin.c
6188                 fixed bad logics, was using spamc in local mode and sa-learn
6189                 in remote mode (thanks, Colin).
6190
6191 2006-03-01 [wwp]        2.0.0cvs88
6192
6193         * src/plugins/spamassassin/spamassassin.c
6194         * src/plugins/spamassassin/spamassassin.h
6195         * src/plugins/spamassassin/spamassassin_gtk.c
6196                 made processing of emails w/ sa-plugin an option (default is TRUE),
6197                 fixed Engrish some tooltips, capitalization of some debug messages
6198                 and warnings. The spamassassin plugin now provides two separate
6199                 services: process emails upon incorporation and spamd training.
6200                 Both services (un)register independently but use some common
6201                 plugin settings (transport settings, spam storage location).
6202
6203 2006-02-28 [wwp]        2.0.0cvs87
6204
6205         * src/plugins/spamassassin/spamassassin.c
6206                 fix async flag to spamc cmdline execution (batch exec should
6207                 be asynchronous).
6208
6209 2006-02-27 [wwp]        2.0.0cvs86
6210
6211         * src/plugins/spamassassin/spamassassin.c
6212         * src/plugins/spamassassin/spamassassin.h
6213         * src/plugins/spamassassin/spamassassin_gtk.c
6214                 - added the ability to learn a remote spamassassin server (spamd),
6215                 using spamc.
6216                 - added the spamassassin option 'username', that applies to all
6217                 spamassassin operations (filtering, learning, local or remote).
6218                 The default username is the current unix user (if left blank
6219                 from gtk prefs or config file).
6220                 - commented out some unused code (notebook widget), removed unused
6221                 layout (hbox1).
6222                 - make more widgets sensitive to the transport type.
6223
6224 2006-02-27 [colin]      2.0.0cvs85
6225
6226         * src/plugins/spamassassin/spamassassin.c
6227                 Fix sa-learn call when offline
6228
6229 2006-02-27 [colin]      2.0.0cvs84
6230
6231         * configure.ac
6232         * src/Makefile.am
6233         * src/mainwindow.c
6234         * src/mainwindow.h
6235         * src/messageview.c
6236         * src/messageview.h
6237         * src/prefs_toolbar.c
6238         * src/procmsg.c
6239         * src/stock_pixmap.c
6240         * src/stock_pixmap.h
6241         * src/summaryview.c
6242         * src/toolbar.c
6243         * src/toolbar.h
6244         * src/pixmaps/ham_btn.xpm
6245         * src/pixmaps/spam.xpm
6246         * src/pixmaps/spam_btn.xpm
6247         * src/plugins/spamassassin/spamassassin.c
6248                 Add button in toolbar for spam learning
6249                 Fix a few bugs from the last related commit
6250                 Revert 1.9.6cvs23 which messed up shift-selection
6251
6252 2006-02-24 [colin]      2.0.0cvs83
6253
6254         * src/procmsg.c
6255         * src/summaryview.c
6256         * src/summaryview.h
6257         * src/plugins/spamassassin/spamassassin.c
6258         * src/plugins/spamassassin/spamassassin.h
6259         * src/plugins/spamassassin/spamassassin_gtk.c
6260                 Unregister learner when spamassassin is either
6261                 disabled or over tcp
6262
6263 2006-02-24 [colin]      2.0.0cvs82
6264
6265         * src/Makefile.am
6266         * src/mainwindow.c
6267         * src/mainwindow.h
6268         * src/procmsg.c
6269         * src/procmsg.h
6270         * src/stock_pixmap.c
6271         * src/stock_pixmap.h
6272         * src/summaryview.c
6273         * src/summaryview.h
6274         * src/gtk/icon_legend.c
6275         * src/pixmaps/spam.xpm  ** NEW FILE **
6276         * src/plugins/spamassassin/spamassassin.c
6277         * src/plugins/spamassassin/spamassassin_gtk.c
6278                 Add spam learning interface (Mark/Mark as 
6279                 (spam|ham) menus)
6280
6281 2006-02-24 [wwp]        2.0.0cvs81
6282
6283         * src/compose.c
6284         * src/compose.h
6285         * src/filtering.c
6286                 hide compose window when sending message in batch mode
6287                 (filtering: forward and redirect). Also fixed a wrong
6288                 value returned when sending failed, neutral anyway.
6289                 (Colin, me) 
6290
6291 2006-02-24 [wwp]        2.0.0cvs80
6292
6293         * src/mainwindow.c
6294                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6295
6296 2006-02-24 [paul]       2.0.0cvs79
6297
6298         * src/news.c
6299         * src/news.h
6300         * src/news_gtk.c
6301                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6302                 Thanks to Colin
6303
6304 2006-02-23 [colin]      2.0.0cvs78
6305
6306         * src/alertpanel.c
6307                 Change OK to Close in alertpanel with View log
6308                 button; add accel to View log. Patch by Fabien
6309                 Vantard
6310
6311 2006-02-23 [wwp]        2.0.0cvs77
6312
6313         * src/compose.c
6314                 silly me, there were much more tests to perform, since toolbars can
6315                 really have down to 1 element only.
6316
6317 2006-02-23 [wwp]        2.0.0cvs76
6318
6319         * commitHelper
6320                 fixed indentation from my previous commit. Fallback to VISUAL if
6321                 EDITOR is not set (and to vi, at last resort).
6322
6323 2006-02-23 [wwp]        2.0.0cvs75
6324
6325         * commitHelper
6326                 improved error detection (Colin, me).
6327
6328 2006-02-23 [wwp]        2.0.0cvs74
6329
6330         * src/prefs_toolbar.c
6331                 simplify and fix prefs/toolbars layouting. Combos' contents can
6332                 now be really displayed.
6333
6334 2006-02-23 [wwp]        2.0.0cvs73
6335         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6336         be really displayed.
6337
6338 2006-02-22 [wwp]        2.0.0cvs72
6339
6340         * src/compose.c
6341                 fix a typo in my previous commit (sorry!).
6342
6343 2006-02-22 [wwp]        2.0.0cvs71
6344
6345         * src/prefs_toolbar.c
6346                 fix a crash when adding separators to toolbars,
6347                 also fix some separator item information.
6348
6349 2006-02-22 [wwp]        2.0.0cvs70
6350
6351         * src/compose.c
6352                 fix a crash when redirecting (for instance) when compose window's
6353                 toolbar contents has been customized (when some buttons have been
6354                 removed in fact).
6355
6356 2006-02-21 [wwp]        2.0.0cvs69
6357
6358         * src/summaryview.c
6359         * src/gtk/pluginwindow.c
6360         * src/plugins/pgpcore/prefs_gpg.c
6361                 fix some compilation warnings (feat. remains of removed code).
6362
6363 2006-02-21 [wwp]        2.0.0cvs68
6364
6365         * src/gtk/gtkutils.c
6366                 fix two compilation issues, thanks to Stephan Sachse.
6367
6368 2006-02-20 [colin]      2.0.0cvs67
6369
6370         * src/mainwindow.c
6371                 Don't reselect displayed mail on refocus
6372                 This fixes actions misbehaving 
6373
6374 2006-02-20 [wwp]        2.0.0cvs66
6375
6376         * src/summaryview.c
6377         * src/gtk/gtksctree.c
6378         * src/gtk/gtkshruler.c
6379                 changed more runtime typecast checks.
6380
6381 2006-02-20 [wwp]        2.0.0cvs65
6382
6383         * src/summary_search.c
6384                 find all - summaryview refresh issue fixed, thanks to Colin.
6385
6386 2006-02-20 [wwp]        2.0.0cvs64
6387
6388         * src/gtk/gtkutils.c
6389                 better runtime typecast checks.
6390
6391 2006-02-20 [wwp]        2.0.0cvs63
6392
6393         * src/summary_search.c
6394                 enhancements to the summary search:
6395                         - add the ability to stop the running search
6396                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6397                         - don't search if no criteria (From/To/Subject/Body) is set
6398                         - ensure that a busy mouse pointer is always shown when searching,
6399                           show it even a bit earlier
6400
6401 2006-02-19 [colin]      2.0.0cvs62
6402
6403         * src/compose.c
6404         * src/imap.c
6405         * src/etpan/imap-thread.c
6406         * src/etpan/imap-thread.h
6407                 (Future) IMAP speed improvement on sending
6408                 Will require a libetpan update
6409         * src/summaryview.c
6410         * src/gtk/quicksearch.c
6411                 Make quicksearch clearable while running.
6412
6413 2006-02-17 [colin]      2.0.0cvs61
6414
6415         * src/imap.c
6416         * src/etpan/imap-thread.c
6417         * src/etpan/imap-thread.h
6418                 Check for IMAP certificates
6419                 ** Requires libetpan-0.42-cvs4 
6420                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6421
6422 2006-02-17 [colin]      2.0.0cvs60
6423
6424         * src/messageview.c
6425         * src/prefs_common.c
6426         * src/prefs_common.h
6427         * src/prefs_message.c
6428                 Add pref to display HTML-only mails with plugin, 
6429                 if possible (defaulting to FALSE of course).
6430
6431 2006-02-16 [colin]      2.0.0cvs59
6432
6433         * src/main.c
6434         * src/common/plugin.c
6435         * src/common/plugin.h
6436         * src/gtk/pluginwindow.c
6437                 Keep track of requested (but unloaded) plugins
6438                 in some error cases.
6439
6440 2006-02-16 [wwp]        2.0.0cvs58
6441
6442         * src/gtk/gtkaspell.c
6443         * src/gtk/gtkaspell.h
6444         * src/prefs_spelling.c
6445         * src/compose.c
6446         * src/prefs_common.c
6447         * src/prefs_common.h
6448                 implemented new optional spellchecker behaviour: re-check message when
6449                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6450
6451 2006-02-16 [wwp]        2.0.0cvs57
6452
6453         * src/quote_fmt_parse.y
6454                 pclose popen'ed pipe.
6455
6456 2006-02-15 [colin]      2.0.0cvs56
6457
6458         * src/mimeview.c
6459         * src/mimeview.h
6460                 Let MimeViewers know which MimeView they
6461                 depend of.
6462         * src/summaryview.c
6463                 Swap From/To columns in Sent/Queue/Drafts
6464                 folders
6465         * src/etpan/imap-thread.c
6466                 Use mailstream_low_tls_open() for STARTTLS
6467                 instead of mailstream_low_ssl_open()
6468                 ** REQUIRES libetpan 0.42cvs3 **
6469
6470 2006-02-15 [wwp]        2.0.0cvs55
6471
6472         * src/compose.c
6473         * src/compose.h
6474         * src/message_search.c
6475         * src/message_search.h
6476         * src/textview.c
6477         * src/gtk/gtkutils.c
6478         * src/gtk/gtkutils.h
6479                 added the ability to Find text in the compose window (and a bit
6480                 of code factorization).
6481
6482 2006-02-15 [wwp]        2.0.0cvs54
6483
6484         * src/prefs_gtk.c
6485                 yet another one file was missing (fix for some widgets' sensitivity).
6486                 Thanks Colin!
6487
6488 2006-02-15 [wwp]        2.0.0cvs53
6489
6490         * src/prefs_gtk.h
6491                 oops forgot that file (fix for some widgets' sensitivity).
6492
6493 2006-02-15 [wwp]        2.0.0cvs52
6494
6495         * src/summary_search.c
6496                 implemented advanced summary search options (added the ability
6497                 to use matcher conditions in an advanced search mode).
6498
6499 2006-02-15 [wwp]        2.0.0cvs51
6500
6501         * src/plugins/pgpcore/prefs_gpg.c
6502         * src/prefs_account.c
6503                 fix some widget sensitivity, mostly around some labels in
6504                 account prefs.
6505
6506 2006-02-15 [paul]       2.0.0cvs50
6507
6508         * manual/advanced.xml
6509                 improve Templates info
6510                 written by wwp
6511
6512 2006-02-14 [colin]      2.0.0cvs49
6513
6514         * src/pixmaps/address_book.xpm
6515         * src/pixmaps/preferences.xpm
6516         * src/pixmaps/properties.xpm
6517                 Fix pixmap size - patch by Fabien Vantard
6518
6519 2006-02-13 [colin]      2.0.0cvs48
6520
6521         * src/procmime.c
6522                 Add missing fclose()s on error
6523         * src/textview.c
6524                 Remove unused code
6525         * src/common/utils.c
6526                 Fix temp files not being deleted on windows
6527         Patches by Thomas Gilgin
6528
6529 2006-02-13 [colin]      2.0.0cvs47
6530
6531         * src/mainwindow.c
6532                 Fix exit crash
6533
6534 2006-02-13 [wwp]        2.0.0cvs46
6535
6536         * src/plugins/pgpcore/prefs_gpg.c
6537                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6538
6539 2006-02-12 [colin]      2.0.0cvs45
6540
6541         * src/folderview.c
6542         * src/main.c
6543         * src/mainwindow.c
6544                 Fix "stuff" when quitting
6545
6546 2006-02-12 [wwp]        2.0.0cvs44
6547
6548         * src/prefs_themes.c
6549                 fix typos in debug messages.
6550
6551 2006-02-11 [colin]      2.0.0cvs43
6552
6553         * src/summaryview.c
6554                 don't allow drag/drop from ourself
6555
6556 2006-02-10 [wwp]        2.0.0cvs42
6557
6558         * src/exporthtml.c
6559         * src/html.c
6560         * src/html.h
6561         * src/procmime.c
6562         * src/textview.c
6563                 renamed html_ prefixed functions and data structures to avoid
6564                 namespace clashes w/ other software (gtkhtml2 for instance).
6565                 Closes bug #907.
6566
6567
6568 2006-02-09 [colin]      2.0.0cvs41
6569
6570         * src/summaryview.c
6571                 Fix shitty logic messed up. Thanks Ticho for the hint!
6572
6573 2006-02-09 [wwp]        2.0.0cvs40
6574
6575         * src/gtk/about.c
6576         * src/compose.c
6577         * src/prefs_account.c
6578         * src/prefs_gtk.h
6579         * src/editaddress.c
6580                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6581                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6582                 Browse buttons in accounts prefs.
6583
6584 2006-02-09 [colin]      2.0.0cvs39
6585
6586         * src/matcher.c
6587                 Check for pointer before using its members
6588         * src/gtk/gtksourceprintjob.c
6589                 Fix a wrong warning
6590
6591 2006-02-09 [wwp]        2.0.0cvs38
6592
6593         * src/gtk/filesel.c
6594                 fix few compiler warnings (type mismatch).
6595
6596 2006-02-09 [paul]       2.0.0cvs37
6597
6598         * po/fr.po
6599                 updated by Fabien Vantard
6600
6601 2006-02-08 [colin]      2.0.0cvs36
6602
6603         * src/prefs_common.c
6604         * src/common/defs.h
6605         * src/common/plugin.c
6606                 allow windows and linux configurations to coexist
6607                 patch by Thomas Gilgin
6608
6609 2006-02-08 [colin]      2.0.0cvs35
6610
6611         * src/filtering.c
6612         * src/matcher.c
6613         * src/matcher.h
6614         * src/matcher_parser_parse.y
6615         * src/prefs_filtering_action.c
6616         * src/prefs_matcher.c
6617                 Add the "Ignore thread" filtering
6618                 action
6619
6620 2006-02-08 [colin]      2.0.0cvs34
6621
6622         * src/compose.c
6623         * src/procmime.c
6624         * src/procmime.h
6625                 Fix bug #905 (damaged attachment)
6626                 text files with raw \0's aren't really text files
6627         FOR_STABLE
6628
6629 2006-02-08 [colin]      2.0.0cvs33
6630
6631         * src/summaryview.c
6632                 Fix crasher introduced yesterday
6633
6634 2006-02-08 [wwp]        2.0.0cvs32
6635
6636         * src/compose.c
6637         * src/compose.h
6638                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6639
6640 2006-02-08 [wwp]        2.0.0cvs31
6641
6642         * src/prefs_template.c
6643                 templates enhancement: allow address completion for Cc and Bcc fields
6644                 (it was currently possible for the To field only)
6645
6646 2006-02-08 [colin]      2.0.0cvs30
6647
6648         * src/compose.c
6649                 Don't unblock if not blocked
6650         FOR_STABLE
6651
6652 2006-02-07 [colin]      2.0.0cvs29
6653
6654         * src/action.c
6655                 Forgot to refresh summaryview
6656
6657 2006-02-07 [colin]      2.0.0cvs28
6658
6659         * src/action.c
6660                 Freeze/thaw message list and folder list while
6661                 processing %as{} actions 
6662         * src/compose.c
6663                 Fix auto-wrap disabling after a middle-click
6664                 paste - FOR_STABLE
6665
6666 2006-02-07 [paul]       2.0.0cvs27
6667
6668         * src/folder.c
6669                 fix freeing of uninitialised pointers
6670                 Thanks to Colin
6671
6672 2006-02-06 [colin]      2.0.0cvs26
6673
6674         * src/folder.c
6675                 Use g_slist_prepend in potentially big list
6676
6677 2006-02-06 [colin]      2.0.0cvs25
6678
6679         * src/folder.c
6680                 Completely skip processing if it doesn't 
6681                 exist (faster!)
6682
6683 2006-02-06 [colin]      2.0.0cvs24
6684
6685         * src/folder.c
6686         * src/summaryview.c
6687                 Batch filtering in summaryview (from Tools menu)
6688                 and pre/post//-processing too
6689
6690 2006-02-06 [colin]      2.0.0cvs23
6691
6692         * src/procmsg.h
6693         * src/filtering.c
6694                 Use a special field for batch filtering instead
6695                 of stepping on deferred execution's toes
6696
6697 2006-02-06 [colin]      2.0.0cvs22
6698
6699         * src/action.c
6700         * src/filtering.c
6701         * src/filtering.h
6702         * src/folder.c
6703         * src/summaryview.c
6704                 Fix filtering via menus and actions
6705
6706 2006-02-06 [colin]      2.0.0cvs21
6707
6708         * src/imap.c
6709                 Put the added file directly to cache if possible (will work
6710                 with next libetpan)
6711         * src/filtering.c
6712         * src/filtering.h
6713         * src/inc.c
6714         * src/folder.c
6715         * src/mbox.c
6716         * src/procmsg.h
6717                 Move and copy filtered messages by batches instead of one
6718                 by one - faster on IMAP
6719         * src/procmsg.c
6720                 Add a function that'll possibly be useful later
6721
6722 2006-02-06 [colin]      2.0.0cvs20
6723
6724         * src/addressbook.c
6725                 Use internal mime-type instead of text/plain for d'n'd
6726         * src/compose.c
6727                 Allow attaching files from mimeview's icon list via d'n'd
6728         * src/folderview.c
6729         * src/folderview.h
6730                 Use internal mime-type instead of text/plain for d'n'd
6731                 Don't try to selected opened folder if none is
6732                 Factorize d'n'd from other apps code
6733         * src/headerview.c
6734         * src/textview.c
6735         * src/gtk/gtkutils.c
6736         * src/gtk/gtkutils.h
6737                 Factorize Face/X-Face stuff
6738         * src/mimeview.c
6739                 Fix d'n'd to other apps
6740         * src/prefs_message.c
6741                 Let the XFace pref be usable without libcompface as it also
6742                 applies to Face
6743         * src/summaryview.c
6744                 Fix d'n'd to other apps
6745                 Factorize d'n'd from other apps code
6746
6747 2006-02-06 [wwp]        2.0.0cvs19
6748
6749         * po/it.po
6750                 Italian translation fixes by Andrea Spadaccini (no more confusion
6751                 between filtering and processing, and few changes in the About
6752                 dialog).
6753
6754
6755 2006-02-06 [mones]      2.0.0cvs18
6756
6757         * src/gtk/icon_legend.c
6758                 Improved descriptions allowing better translations
6759
6760 2006-02-05 [colin]      2.0.0cvs17
6761
6762         * src/imap.c
6763                 Add the f*cking missing expunge that caused imap_fetch_env
6764                 to fail after an add_msgs ! :-///
6765         * src/etpan/imap-thread.c
6766                 Add a bit of debug
6767         FOR_STABLE
6768
6769 2006-02-05 [colin]      2.0.0cvs16
6770
6771         * src/common/utils.c
6772                 Don't check for return-path (or we can't put
6773                 back non-sent mails)
6774
6775 2006-02-05 [colin]      2.0.0cvs15
6776
6777         * src/textview.c
6778                 Don't try to display Face header in textview
6779                 when teh headerview's active
6780
6781 2006-02-05 [colin]      2.0.0cvs14
6782
6783         * tools/tbird2syl.py
6784         * tools/Makefile.am
6785                 Add script to import Thunderbird mails
6786
6787 2006-02-05 [colin]      2.0.0cvs13
6788
6789         * src/headerview.c
6790         * src/procheader.c
6791         * src/procmsg.c
6792         * src/procmsg.h
6793         * src/textview.c
6794                 Show Face headers - patch partially by Klaus Flittner
6795
6796 2006-02-05 [colin]      2.0.0cvs12
6797
6798         * src/folderview.c
6799         * src/summaryview.c
6800         * src/common/utils.c
6801         * src/common/utils.h
6802                 Let dnd work from mime icons to summaryview
6803                 and to folderview too
6804                 Add a crude test to avoid trying to add files
6805                 drag'n'dropped when they're not mails
6806
6807 2006-02-04 [colin]      2.0.0cvs11
6808
6809         * src/summaryview.c
6810         * src/mimeview.c
6811                 Fix utf8 conversion
6812
6813 2006-02-04 [colin]      2.0.0cvs10
6814
6815         * src/compose.c
6816         * src/folderview.c
6817         * src/mimeview.c
6818         * src/summaryview.c
6819         * src/summaryview.h
6820                 Added various drag and drop capas:
6821                 From                    To
6822                 summaryview             other apps
6823                 mimeview icons          other apps
6824                 other apps              summaryview
6825                 other apps              folderview
6826
6827                 This shouldn't have broken the existing:
6828                 From                    To
6829                 summaryview             folderview
6830                 folderview              folderview
6831                 summaryview             compose's attachments
6832
6833         Tests welcomed.
6834
6835 2006-02-02 [paul]       2.0.0cvs9
6836
6837         * src/mainwindow.c
6838                 move global option 'Set displayed columns...' out
6839                 of folder option grouping.
6840                 fix sensitivity of 'harvest addresses'
6841         FOR_STABLE
6842
6843 2006-02-01 [colin]      2.0.0cvs8
6844
6845         * src/mimeview.c
6846                 Revert the alertpanel patch, it sucks (intrusive
6847                 and gets in the way of "open")
6848
6849 2006-02-01 [colin]      2.0.0cvs7
6850
6851         * src/compose.c
6852         * src/prefs_account.c
6853         * src/prefs_common.c
6854         * src/common/defs.h
6855         * src/common/utils.c
6856         * src/common/utils.h
6857                 Add ability to edit the signature file
6858                 from the account preferences, and use
6859                 a default for the text editor.
6860                 Patch by Fabien Vantard
6861
6862 2006-02-01 [colin]      2.0.0cvs6
6863
6864         * src/mimeview.c
6865                 Try to get mime type by extension if it is
6866                 application/octet-stream
6867                 Display a window with possible choices when
6868                 encountering unknown mime types
6869         * src/gtk/filesel.c
6870         * src/gtk/filesel.h
6871                 Add preview
6872                 Allow multiple selection in filtered filesel
6873                 (patch by Fabien Vantard)
6874         * src/gtk/pluginwindow.c
6875                 Use it (patch by Fabien Vantard)
6876
6877 2006-02-01 [paul]       2.0.0cvs5
6878
6879         * src/jpilot.c
6880                 fix crash on creating jpilot address book
6881                 Thanks to Colin - FOR_STABLE
6882         * src/prefs_summaries.c
6883         * src/prefs_wrapping.c
6884         * src/gtk/icon_legend.c
6885         * src/gtk/quicksearch.c
6886                 string fixes and additions
6887
6888 2006-02-01 [paul]       2.0.0cvs4
6889
6890         * src/compose.c
6891         * src/mainwindow.c
6892         * src/messageview.c
6893         * src/prefs_send.c
6894                 add Arabic encoding option
6895                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6896
6897 2006-01-31 [colin]      2.0.0cvs3
6898
6899         * src/plugins/pgpcore/passphrase.c
6900                 Convert passphrase to locale encoding
6901         * src/compose.c
6902                 Fix drafting on IMAP. Crappy bug sneaked in
6903                 the release :-/
6904         FOR_STABLE
6905
6906 2006-01-30 [paul]       2.0.0cvs2
6907
6908         * src/gtk/icon_legend.c
6909                 show the new entries
6910
6911 2006-01-30 [colin]      2.0.0cvs1
6912
6913         * src/manual.c
6914                 Check for the file to be present before 
6915                 enabling the menu - FOR_STABLE
6916         * src/gtk/icon_legend.c
6917                 Add folders icons (not all of them, there
6918                 are too much, but the most intriguing ones)
6919
6920 2006-01-30 [paul]       2.0.0
6921
6922         version 2.0.0 released
6923
6924 2006-01-30 [paul]       1.9.100cvs200
6925
6926         * manual/faq.xml
6927         * manual/gpl.xml
6928         * manual/intro.xml
6929         * manual/starting.xml
6930         * manual/sylpheed-claws-manual.xml
6931                 fixes, additions
6932
6933 2006-01-29 [mones]      1.9.100cvs199
6934
6935         * manual/account.xml
6936         * manual/advanced.xml
6937         * manual/glossary.xml
6938                 Some typos fixed, added LDIF term to glossary
6939         * po/es.po
6940                 Fixed leading plus symbol
6941
6942 2006-01-29 [paul]       1.9.100cvs198
6943
6944         * po/fi.po
6945         * po/sk.po
6946                 updated by Tommi Pirinen and Andrej Kacian
6947
6948 2006-01-29 [paul]       1.9.100cvs197
6949
6950         * src/gtk/authors.h
6951                 remove duplicates
6952
6953 2006-01-29 [paul]       1.9.100cvs196
6954
6955         * AUTHORS
6956         * po/nl.po
6957         * src/gtk/authors.h
6958         * tools/claws.i18n.status.pl
6959                 nl translation updated by Tim Dijkstra
6960
6961 2006-01-29 [paul]       1.9.100cvs195
6962
6963         * po/sr.po
6964         * po/sv.po
6965                 updated by Aleksandar Urosevic and Anders Troback
6966
6967 2006-01-28 [colin]      1.9.100cvs194
6968
6969         * src/gtk/gtksourceprintjob.c
6970                 Don't fiddle with PangoLayout when we
6971                 have an image
6972
6973 2006-01-28 [paul]       1.9.100cvs193
6974
6975         * AUTHORS
6976         * po/el.po
6977         * po/zh_CN.po
6978         * src/gtk/authors.h
6979         * tools/claws.i18n.status.pl
6980                 updated translations submitted by Stavros Giannouris
6981                 and Ralgh Young
6982
6983 2006-01-27 [colin]      1.9.100cvs192
6984
6985         * src/summaryview.c
6986         * src/gtk/gtksourceprintjob.c
6987                 Add image printing 
6988                 (libgnomeprint only, of course)
6989
6990 2006-01-27 [paul]       1.9.100cvs191
6991
6992         * po/fr.po
6993         * po/it.po
6994                 updated by Fabien Vantard and Andrea Spadaccini
6995
6996 2006-01-26 [colin]      1.9.100cvs190
6997
6998         * manual/Makefile.am
6999         * configure.ac
7000                 Make building the manual optional 
7001                 (--disable-manual)
7002
7003 2006-01-26 [paul]       1.9.100cvs189
7004
7005         * manual/glossary.xml
7006         * manual/plugins.xml
7007                 edited
7008         * po/en_GB.po
7009                 updated
7010
7011 2006-01-26 [paul]       1.9.100cvs188
7012
7013         * src/prefs_display_header.c
7014         * src/prefs_folder_column.c
7015         * src/prefs_msg_colors.c
7016         * src/prefs_summaries.c
7017         * src/prefs_summary_column.c
7018                 HIGify
7019
7020 2006-01-25 [colin]      1.9.100cvs187
7021
7022         * src/imap.c
7023                 Don't allow moving/copying mails between
7024                 queue/drafts and non-queue/drafts folders
7025                 Fixes bug #897 (message header is resetted 
7026                 if one is copied to Drafts)
7027
7028 2006-01-25 [colin]      1.9.100cvs186
7029
7030         * src/folder.c
7031         * src/mainwindow.c
7032                 Fix subscribed folders not found
7033         * src/compose.c
7034                 Don't try to encode as original mail's charset
7035                 if it's ascii 
7036
7037 2006-01-25 [paul]       1.9.100cvs185
7038
7039         * AUTHORS
7040         * po/Makevars
7041                 updated
7042         * po/de.po
7043         * po/pl.po
7044         * po/pt_BR.po
7045         * po/sr.po
7046                 updates submitted by Stephan Sachse, Emilian Nowak
7047                 and Quar, Frederico Goncalves Guimaraes, and
7048                 Aleksandar Urosevic
7049                 Fix Bug 896, 'PT_BR locale broken'.
7050         * src/gtk/authors.h
7051                 updated
7052
7053 2006-01-24 [mones]      1.9.100cvs184
7054
7055         * manual/glossary.xml
7056                 All current terms finished. Reviewers welcome ;-)
7057         * manual/keyboard.xml
7058                 Fixed column width for pdf output.
7059         * po/es.po
7060                 Updated
7061
7062 2006-01-24 [paul]       1.9.100cvs183
7063
7064         * manual/glossary.xml
7065                 fix id name
7066         * manual/dist/html/Makefile.am
7067         * manual/dist/pdf/Makefile.am
7068         * manual/dist/ps/Makefile.am
7069         * manual/dist/txt/Makefile.am
7070                 fix make deps
7071                 Thanks to Colin
7072
7073 2006-01-24 [mones]      1.9.100cvs182
7074
7075         * manual/glossary.xml
7076                 Nearly finished, some terms missing.
7077
7078 2006-01-23 [paul]       1.9.100cvs181
7079
7080         * manual/dist/html/Makefile.am
7081         * manual/dist/pdf/Makefile.am
7082         * manual/dist/ps/Makefile.am
7083         * manual/dist/txt/Makefile.am
7084         * src/mainwindow.c
7085                 re-enable manual
7086                 Thanks to Colin
7087
7088 2006-01-22 [colin]      1.9.100cvs180
7089
7090         * src/compose.c
7091         * src/gtk/gtkaspell.c
7092                 Don't deselect stuff before right-clicking, with aspell.
7093                 (This prevented right-click Copy, for example).
7094                 Thanks to Clo!
7095
7096 2006-01-22 [paul]       1.9.100cvs179
7097
7098         * src/summary_search.c
7099                 don't fix the widget size as it causes problems
7100                 under localisation.
7101                 Thanks to Emilian Nowak
7102
7103 2006-01-21 [paul]       1.9.100cvs178
7104
7105         * src/prefs_themes.c
7106                 fix broken underlining of label text
7107                 with some translations
7108
7109 2006-01-21 [colin]      1.9.100cvs177
7110
7111         * po/fr.po
7112                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7113
7114 2006-01-20 [colin]      1.9.100cvs176
7115
7116         * configure.ac
7117         * Makefile.am
7118         * manual/Makefile
7119         * manual/dist/html/.cvsignore
7120         * manual/dist/html/Makefile.am
7121         * manual/dist/pdf/.cvsignore
7122         * manual/dist/pdf/Makefile.am
7123         * manual/dist/ps/.cvsignore
7124         * manual/dist/ps/Makefile.am
7125         * manual/dist/txt/.cvsignore
7126         * manual/dist/txt/Makefile.am
7127                 Autotool-ize manual
7128
7129 2006-01-20 [paul]       1.9.100cvs175
7130
7131         * manual/handling.xml
7132                 make Filtering and Searching entries easier to find
7133         * manual/keyboard.xml
7134                 add the remaining default keybinds
7135         * src/prefs_summaries.c
7136                 update the default keybinds
7137
7138 2006-01-20 [paul]       1.9.100cvs174
7139
7140         * src/addressbook.c
7141         * src/addrgather.c
7142         * src/addrharvest.c
7143         * src/editaddress.c
7144         * src/editgroup.c
7145         * src/exphtmldlg.c
7146         * src/expldifdlg.c
7147         * src/exporthtml.c
7148         * src/exportldif.c
7149         * src/ldif.c
7150                 replace 'e-mail' with 'email'
7151         * src/summary_search.c
7152                 add mnemonic to "Find all" button
7153
7154 2006-01-20 [wwp]        1.9.100cvs173
7155
7156         * src/export.c
7157         * src/import.c
7158                 touched mbox import/export buttons for HIG-compliance
7159
7160 2006-01-19 [paul]       1.9.100cvs172
7161
7162         * manual/account.xml
7163         * manual/addrbook.xml
7164         * manual/advanced.xml
7165         * manual/faq.xml
7166         * manual/handling.xml
7167         * manual/intro.xml
7168         * manual/plugins.xml
7169         * manual/starting.xml
7170                 more editing
7171
7172 2006-01-19 [paul]       1.9.100cvs171
7173
7174         * src/toolbar.c
7175                 allow use of trash button while receiving
7176                 Thanks to Colin
7177
7178 2006-01-19 [wwp]        1.9.100cvs170
7179
7180         * src/gtk/quicksearch.c
7181         * src/compose.c
7182                 force text color to black when yellow background is set
7183
7184 2006-01-19 [colin]      1.9.100cvs169
7185
7186         * src/plugins/trayicon/trayicon.c
7187                 Gray out Get Mail when already getting mail
7188
7189 2006-01-18 [paul]       1.9.100cvs168
7190
7191         * src/compose.c
7192                 give widget yellow background was To is
7193                 set via folder prefs
7194         * src/gtk/quicksearch.c
7195                 give widget yellow background when quick
7196                 search is active.
7197                 Thanks to Colin
7198
7199 2006-01-18 [paul]       1.9.100cvs167
7200
7201         * doc/man/sylpheed-claws.1
7202                 add --subscribe option
7203
7204 2006-01-18 [paul]       1.9.100cvs166
7205
7206         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7207         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7208                 use %U instead of %F (%F is broken for user installed
7209                 files in kde 3.5)
7210
7211 2006-01-18 [colin]      1.9.100cvs165
7212
7213         * src/summaryview.c
7214                 Default to Yes in "No more * messages" dialogs
7215
7216 2006-01-17 [colin]      1.9.100cvs164
7217
7218         * src/compose.c
7219                 Possibly fix an invalid iterator causing
7220                 crash
7221
7222 2006-01-17 [colin]      1.9.100cvs163
7223
7224         * src/mimeview.c
7225                 Fix crash when the image disappears under the
7226                 image viewer
7227
7228 2006-01-16 [colin]      1.9.100cvs162
7229
7230         * src/compose.c
7231                 Fix reenabling autowrap
7232
7233 2006-01-16 [colin]      1.9.100cvs161
7234
7235         * src/compose.c
7236                 reset quote_len before getting quote_str
7237
7238 2006-01-16 [colin]      1.9.100cvs160
7239
7240         * src/account.c
7241         * src/account.h
7242         * src/folder.c
7243         * src/imap_gtk.c
7244         * src/mh_gtk.c
7245                 Fix bug #883 (default inbox does not track folder move)
7246
7247 2006-01-16 [colin]      1.9.100cvs159
7248
7249         * src/compose.c
7250         * src/plugins/pgpcore/passphrase.c
7251                 More buttons fixes
7252
7253 2006-01-16 [paul]       1.9.100cvs158
7254
7255         * src/prefs_actions.c
7256         * src/prefs_filtering_action.c
7257         * src/prefs_matcher.c
7258         * src/quote_fmt.c
7259         * src/gtk/description_window.c
7260         * src/gtk/description_window.h
7261         * src/gtk/quicksearch.c
7262                 description window cleanups
7263
7264 2006-01-15 [colin]      1.9.100cvs157
7265
7266         * src/addressbook.c
7267         * src/prefs_filtering.c
7268                 Same here
7269
7270 2006-01-15 [colin]      1.9.100cvs156
7271
7272         * src/folderview.c
7273         * src/mainwindow.c
7274                 Same for "Empty trash"
7275
7276 2006-01-15 [colin]      1.9.100cvs155
7277
7278         * src/inc.c
7279                 Override offline dialog had Yes by default
7280
7281 2006-01-15 [colin]      1.9.100cvs154
7282
7283         * src/summaryview.c
7284                 Delete selected messages? previously had Yes the default
7285
7286 2006-01-15 [colin]      1.9.100cvs153
7287
7288         * src/folder.c
7289         * src/folder.h
7290         * src/main.c
7291                 Check if a mailbox is loaded after all
7292                 plugins are loaded.
7293
7294 2006-01-15 [colin]      1.9.100cvs152
7295
7296         * src/folder.c
7297                 Don't start wizard when there are unloaded folders (will help
7298                 people with only mbox or maildir mailboxes)
7299
7300 2006-01-14 [colin]      1.9.100cvs151
7301
7302         * src/addressbook.c
7303         * src/expldifdlg.c
7304         * src/importldif.c
7305         * src/importmutt.c
7306         * src/importpine.c
7307         * src/mh_gtk.c
7308                 More HIG compliance and fixes
7309
7310 2006-01-14 [colin]      1.9.100cvs150
7311
7312         * src/prefs_filtering_action.c
7313         * src/foldersel.c
7314                 Two forgotten button order changes
7315
7316 2006-01-14 [colin]      1.9.100cvs149
7317
7318         * src/account.c
7319         * src/addressbook.c
7320         * src/compose.c
7321         * src/folderview.c
7322         * src/imap_gtk.c
7323         * src/mainwindow.c
7324         * src/mh_gtk.c
7325         * src/news_gtk.c
7326         * src/prefs_actions.c
7327         * src/prefs_customheader.c
7328         * src/prefs_filtering.c
7329         * src/prefs_matcher.c
7330         * src/prefs_template.c
7331         * src/ssl_manager.c
7332         * src/summaryview.c
7333         * src/textview.c
7334         * src/toolbar.c
7335                 All deletion confirmations are now "Cancel, Delete" 
7336                 instead of "No, Yes"
7337                 Clarified most of the other "No, Yes" to 
7338                 "Cancel, Descriptive_action"
7339                 Rechanged the "Entry not saved" alerts to have 
7340                 "Close, Continue editing"
7341
7342
7343 2006-01-14 [paul]
7344
7345         * 2.0.0-rc4 released
7346
7347 2006-01-14 [paul]       1.9.100cvs148
7348
7349         * src/account.c
7350         * src/addressadd.c
7351         * src/addressbook.c
7352         * src/compose.c
7353         * src/editaddress.c
7354         * src/editbook.c
7355         * src/editgroup.c
7356         * src/editjpilot.c
7357         * src/editldap.c
7358         * src/editvcard.c
7359         * src/exphtmldlg.c
7360         * src/expldifdlg.c
7361         * src/folderview.c
7362         * src/grouplistdialog.c
7363         * src/imap_gtk.c
7364         * src/importmutt.c
7365         * src/importpine.c
7366         * src/inc.c
7367         * src/main.c
7368         * src/mainwindow.c
7369         * src/message_search.c
7370         * src/messageview.c
7371         * src/mh_gtk.c
7372         * src/mimeview.c
7373         * src/news_gtk.c
7374         * src/prefs_actions.c
7375         * src/prefs_customheader.c
7376         * src/prefs_filtering.c
7377         * src/prefs_matcher.c
7378         * src/prefs_template.c
7379         * src/prefs_themes.c
7380         * src/ssl_manager.c
7381         * src/summary_search.c
7382         * src/summaryview.c
7383         * src/textview.c
7384         * src/toolbar.c
7385         * src/gtk/foldersort.c
7386         * src/gtk/gtkaspell.c
7387         * src/gtk/inputdialog.c
7388         * src/gtk/prefswindow.c
7389         * src/plugins/pgpcore/select-keys.c
7390         * src/plugins/trayicon/trayicon.c
7391                 HIG compliant button order
7392
7393 2006-01-14 [mones]      1.9.100cvs147
7394
7395         * po/es.po
7396                 Updated translation
7397
7398 2006-01-13 [paul]       1.9.100cvs146
7399
7400         * AUTHORS
7401         * ChangeLog
7402         * src/gtk/authors.h
7403                 add Joshua M. Kwan to contributors list
7404
7405 2006-01-13 [colin]      1.9.100cvs145
7406
7407         * src/gtk/quicksearch.c
7408                 Don't refocus quick search after executing (Esc or Enter)
7409                 Allows to '/'search something then move up/down in 
7410                 summaryview, and to Esc a search and be back in the 
7411                 summaryview
7412
7413 2006-01-13 [paul]       1.9.100cvs144
7414
7415         * src/plugins/pgpinline/pgpinline.c
7416                 support Content-Type 'application/pgp'
7417                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7418
7419 2006-01-13 [paul]       1.9.100cvs143
7420
7421         * manual/account.xml
7422                 make mention of partial retrieval
7423                 thanks to Colin
7424
7425 2006-01-13 [paul]       1.9.100cvs142
7426
7427         * src/account.c
7428         * src/account.h
7429         * src/action.c
7430         * src/action.h
7431         * src/adbookbase.h
7432         * src/addr_compl.c
7433         * src/addr_compl.h
7434         * src/addrbook.c
7435         * src/addrcache.c
7436         * src/addrcache.h
7437         * src/addrcindex.c
7438         * src/addrcindex.h
7439         * src/addrclip.c
7440         * src/addrclip.h
7441         * src/addrdefs.h
7442         * src/addressadd.c
7443         * src/addressadd.h
7444         * src/addressbook.c
7445         * src/addressbook.h
7446         * src/addrgather.c
7447         * src/addrgather.h
7448         * src/addrharvest.c
7449         * src/addrharvest.h
7450         * src/addrindex.c
7451         * src/addrindex.h
7452         * src/addritem.c
7453         * src/addritem.h
7454         * src/addrquery.c
7455         * src/addrquery.h
7456         * src/addrselect.c
7457         * src/addrselect.h
7458         * src/alertpanel.c
7459         * src/alertpanel.h
7460         * src/browseldap.c
7461         * src/browseldap.h
7462         * src/codeconv.c
7463         * src/codeconv.h
7464         * src/compose.c
7465         * src/compose.h
7466         * src/customheader.c
7467         * src/customheader.h
7468         * src/displayheader.c
7469         * src/displayheader.h
7470         * src/editaddress.c
7471         * src/editaddress.h
7472         * src/editbook.c
7473         * src/editbook.h
7474         * src/editgroup.c
7475         * src/editgroup.h
7476         * src/editjpilot.c
7477         * src/editjpilot.h
7478         * src/editldap.c
7479         * src/editldap.h
7480         * src/editldap_basedn.c
7481         * src/editldap_basedn.h
7482         * src/editvcard.c
7483         * src/editvcard.h
7484         * src/exphtmldlg.c
7485         * src/exphtmldlg.h
7486         * src/expldifdlg.c
7487         * src/expldifdlg.h
7488         * src/export.h
7489         * src/exporthtml.c
7490         * src/exporthtml.h
7491         * src/exportldif.c
7492         * src/exportldif.h
7493         * src/filtering.c
7494         * src/filtering.h
7495         * src/folder.c
7496         * src/folder.h
7497         * src/folder_item_prefs.c
7498         * src/folder_item_prefs.h
7499         * src/foldersel.c
7500         * src/foldersel.h
7501         * src/folderutils.c
7502         * src/folderutils.h
7503         * src/folderview.c
7504         * src/folderview.h
7505         * src/grouplistdialog.c
7506         * src/grouplistdialog.h
7507         * src/headerview.c
7508         * src/html.c
7509         * src/html.h
7510         * src/image_viewer.c
7511         * src/image_viewer.h
7512         * src/imap.c
7513         * src/imap.h
7514         * src/imap_gtk.c
7515         * src/imap_gtk.h
7516         * src/import.h
7517         * src/importldif.c
7518         * src/importldif.h
7519         * src/importmutt.c
7520         * src/importmutt.h
7521         * src/importpine.c
7522         * src/importpine.h
7523         * src/inc.c
7524         * src/inc.h
7525         * src/jpilot.c
7526         * src/jpilot.h
7527         * src/ldapctrl.c
7528         * src/ldapctrl.h
7529         * src/ldaplocate.c
7530         * src/ldaplocate.h
7531         * src/ldapquery.c
7532         * src/ldapquery.h
7533         * src/ldapserver.c
7534         * src/ldapserver.h
7535         * src/ldaputil.c
7536         * src/ldaputil.h
7537         * src/ldif.c
7538         * src/ldif.h
7539         * src/main.c
7540         * src/main.h
7541         * src/mainwindow.c
7542         * src/mainwindow.h
7543         * src/manual.c
7544         * src/manual.h
7545         * src/mbox.c
7546         * src/mbox.h
7547         * src/message_search.c
7548         * src/message_search.h
7549         * src/messageview.c
7550         * src/messageview.h
7551         * src/mh.c
7552         * src/mh.h
7553         * src/mh_gtk.c
7554         * src/mh_gtk.h
7555         * src/mimeview.c
7556         * src/mimeview.h
7557         * src/msgcache.c
7558         * src/msgcache.h
7559         * src/mutt.c
7560         * src/mutt.h
7561         * src/news.c
7562         * src/news.h
7563         * src/news_gtk.c
7564         * src/news_gtk.h
7565         * src/partial_download.c
7566         * src/partial_download.h
7567         * src/pine.c
7568         * src/pine.h
7569         * src/pop.c
7570         * src/pop.h
7571         * src/prefs_account.c
7572         * src/prefs_account.h
7573         * src/prefs_actions.c
7574         * src/prefs_actions.h
7575         * src/prefs_common.c
7576         * src/prefs_common.h
7577         * src/prefs_compose_writing.c
7578         * src/prefs_compose_writing.h
7579         * src/prefs_customheader.c
7580         * src/prefs_customheader.h
7581         * src/prefs_display_header.c
7582         * src/prefs_display_header.h
7583         * src/prefs_filtering.c
7584         * src/prefs_filtering.h
7585         * src/prefs_filtering_action.c
7586         * src/prefs_filtering_action.h
7587         * src/prefs_folder_column.c
7588         * src/prefs_folder_column.h
7589         * src/prefs_folder_item.c
7590         * src/prefs_folder_item.h
7591         * src/prefs_fonts.c
7592         * src/prefs_fonts.h
7593         * src/prefs_gtk.c
7594         * src/prefs_gtk.h
7595         * src/prefs_image_viewer.c
7596         * src/prefs_image_viewer.h
7597         * src/prefs_matcher.c
7598         * src/prefs_matcher.h
7599         * src/prefs_message.c
7600         * src/prefs_msg_colors.c
7601         * src/prefs_msg_colors.h
7602         * src/prefs_other.c
7603         * src/prefs_quote.c
7604         * src/prefs_receive.c
7605         * src/prefs_send.c
7606         * src/prefs_spelling.c
7607         * src/prefs_spelling.h
7608         * src/prefs_summaries.c
7609         * src/prefs_summaries.h
7610         * src/prefs_summary_column.c
7611         * src/prefs_summary_column.h
7612         * src/prefs_template.c
7613         * src/prefs_template.h
7614         * src/prefs_themes.c
7615         * src/prefs_themes.h
7616         * src/prefs_toolbar.c
7617         * src/prefs_toolbar.h
7618         * src/prefs_wrapping.c
7619         * src/prefs_wrapping.h
7620         * src/privacy.c
7621         * src/privacy.h
7622         * src/procheader.c
7623         * src/procheader.h
7624         * src/procmime.c
7625         * src/procmime.h
7626         * src/procmsg.c
7627         * src/procmsg.h
7628         * src/quote_fmt.c
7629         * src/quote_fmt_parse.y
7630         * src/recv.c
7631         * src/recv.h
7632         * src/remotefolder.c
7633         * src/remotefolder.h
7634         * src/send_message.c
7635         * src/send_message.h
7636         * src/setup.c
7637         * src/setup.h
7638         * src/sourcewindow.c
7639         * src/sourcewindow.h
7640         * src/ssl_manager.c
7641         * src/ssl_manager.h
7642         * src/statusbar.c
7643         * src/statusbar.h
7644         * src/stock_pixmap.c
7645         * src/stock_pixmap.h
7646         * src/summary_search.c
7647         * src/summary_search.h
7648         * src/summaryview.c
7649         * src/summaryview.h
7650         * src/syldap.c
7651         * src/syldap.h
7652         * src/textview.c
7653         * src/textview.h
7654         * src/toolbar.c
7655         * src/toolbar.h
7656         * src/undo.c
7657         * src/undo.h
7658         * src/unmime.c
7659         * src/unmime.h
7660         * src/vcard.c
7661         * src/vcard.h
7662         * src/wizard.c
7663         * src/wizard.h
7664         * src/common/base64.c
7665         * src/common/base64.h
7666         * src/common/defs.h
7667         * src/common/hooks.c
7668         * src/common/hooks.h
7669         * src/common/log.c
7670         * src/common/log.h
7671         * src/common/mgutils.c
7672         * src/common/mgutils.h
7673         * src/common/nntp.c
7674         * src/common/nntp.h
7675         * src/common/passcrypt.c
7676         * src/common/passcrypt.h.in
7677         * src/common/plugin.c
7678         * src/common/plugin.h
7679         * src/common/prefs.c
7680         * src/common/prefs.h
7681         * src/common/progressindicator.c
7682         * src/common/progressindicator.h
7683         * src/common/quoted-printable.c
7684         * src/common/quoted-printable.h
7685         * src/common/session.c
7686         * src/common/session.h
7687         * src/common/smtp.c
7688         * src/common/smtp.h
7689         * src/common/socket.c
7690         * src/common/socket.h
7691         * src/common/ssl.c
7692         * src/common/ssl.h
7693         * src/common/ssl_certificate.c
7694         * src/common/ssl_certificate.h
7695         * src/common/stringtable.c
7696         * src/common/stringtable.h
7697         * src/common/sylpheed.c
7698         * src/common/sylpheed.h
7699         * src/common/template.c
7700         * src/common/template.h
7701         * src/common/timing.h
7702         * src/common/utils.c
7703         * src/common/utils.h
7704         * src/common/version.h.in
7705         * src/common/xml.c
7706         * src/common/xml.h
7707         * src/common/xmlprops.c
7708         * src/common/xmlprops.h
7709         * src/gtk/colorlabel.c
7710         * src/gtk/colorsel.c
7711         * src/gtk/colorsel.h
7712         * src/gtk/description_window.c
7713         * src/gtk/description_window.h
7714         * src/gtk/filesel.c
7715         * src/gtk/filesel.h
7716         * src/gtk/foldersort.c
7717         * src/gtk/foldersort.h
7718         * src/gtk/gtkutils.c
7719         * src/gtk/gtkutils.h
7720         * src/gtk/inputdialog.c
7721         * src/gtk/inputdialog.h
7722         * src/gtk/logwindow.c
7723         * src/gtk/logwindow.h
7724         * src/gtk/manage_window.c
7725         * src/gtk/manage_window.h
7726         * src/gtk/menu.c
7727         * src/gtk/menu.h
7728         * src/gtk/pluginwindow.c
7729         * src/gtk/pluginwindow.h
7730         * src/gtk/prefswindow.c
7731         * src/gtk/prefswindow.h
7732         * src/gtk/progressdialog.c
7733         * src/gtk/progressdialog.h
7734         * src/gtk/sslcertwindow.c
7735         * src/gtk/sslcertwindow.h
7736         * src/plugins/clamav/clamav_plugin.c
7737         * src/plugins/clamav/clamav_plugin.h
7738         * src/plugins/clamav/clamav_plugin_gtk.c
7739         * src/plugins/demo/demo.c
7740         * src/plugins/dillo_viewer/dillo_prefs.c
7741         * src/plugins/dillo_viewer/dillo_prefs.h
7742         * src/plugins/dillo_viewer/dillo_viewer.c
7743         * src/plugins/pgpcore/passphrase.c
7744         * src/plugins/pgpcore/passphrase.h
7745         * src/plugins/pgpcore/plugin.c
7746         * src/plugins/pgpcore/select-keys.c
7747         * src/plugins/pgpcore/select-keys.h
7748         * src/plugins/pgpcore/sgpgme.c
7749         * src/plugins/pgpcore/sgpgme.h
7750         * src/plugins/pgpinline/pgpinline.c
7751         * src/plugins/pgpinline/pgpinline.h
7752         * src/plugins/pgpinline/plugin.c
7753         * src/plugins/pgpmime/pgpmime.c
7754         * src/plugins/pgpmime/pgpmime.h
7755         * src/plugins/pgpmime/plugin.c
7756         * src/plugins/spamassassin/spamassassin.c
7757         * src/plugins/spamassassin/spamassassin.h
7758         * src/plugins/spamassassin/spamassassin_gtk.c
7759         * src/plugins/trayicon/trayicon.c
7760                 update copyright header
7761
7762 2006-01-13 [paul]       1.9.100cvs141
7763
7764         * src/account.c
7765         * src/export.c
7766         * src/import.c
7767         * src/mainwindow.c
7768         * src/prefs_account.c
7769         * src/prefs_display_header.c
7770         * src/prefs_receive.c
7771         * src/prefs_send.c
7772         * src/prefs_summaries.c
7773         * src/prefs_themes.c
7774         * src/prefs_toolbar.c
7775         * src/gtk/about.c
7776                 various cleanups
7777
7778 2006-01-12 [colin]      1.9.100cvs140
7779
7780         * src/folder.c
7781         * src/folder.h
7782         * src/main.c
7783                 Add --subscribe option
7784                 Let sylpheed-claws email@domain.com equivalent to --compose
7785                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7786
7787 2006-01-12 [paul]       1.9.100cvs139
7788
7789         * src/mainwindow.c
7790                 append 'Change folder order' label with '...'
7791         * src/prefs_actions.c
7792                 allow reordering of actions list by dnd
7793         * src/gtk/foldersort.c
7794                 make the dialog nicer
7795
7796 2006-01-11 [colin]      1.9.100cvs138
7797
7798         * src/compose.c
7799                 Allow templates without text
7800
7801 2006-01-11 [paul]       1.9.100cvs137
7802
7803         * tools/README
7804         * tools/filter_conv_new.pl
7805                 add info to README
7806                 also check .sylpheed for filter.xml
7807                 be a bit informative to the user
7808
7809 2006-01-11 [colin]      1.9.100cvs136
7810
7811         * src/textview.c
7812                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7813
7814 2006-01-10 [paul]       1.9.100cvs135
7815
7816         * tools/Makefile.am
7817         * tools/filter_conv_new.pl
7818                 add script to convert new style Sylpheed
7819                 filter rules (Sylpheed >= 0.9.99) to
7820                 Claws filtering rules
7821
7822 2006-01-10 [colin]      1.9.100cvs134
7823
7824         * src/compose.c
7825                 Fix broken line joins in certain conditions
7826                 (between two quoted lines: <enter><enter><up>
7827                  <type a wrapped sentence><go in the first line>
7828                  <insert more text><watch as line joining failed>)
7829
7830 2006-01-10 [paul]       1.9.100cvs133
7831
7832         * src/compose.c
7833                 don't report success in error dialog
7834                 thanks to Colin
7835         * src/common/utils.c
7836                 include some trailing punctuations as URI
7837                 thanks to Hiro
7838
7839 2006-01-10 [paul]       1.9.100cvs132
7840
7841         * src/mimeview.c
7842                 fix incompatible pointer type
7843                 warning
7844
7845 2006-01-10 [paul]       1.9.100cvs131
7846
7847         * src/compose.c
7848                 change Subject in window title
7849                 instantaneously
7850
7851 2006-01-09 [colin]      1.9.100cvs130
7852
7853         * src/addressbook.c
7854         * src/headerview.c
7855         * src/mainwindow.c
7856         * src/messageview.c
7857         * src/mimeview.c
7858         * src/noticeview.c
7859         * src/summaryview.c
7860                 Fix possible crashes on exit and in addressbook
7861
7862 2006-01-09 [paul]       1.9.100cvs129
7863
7864         * src/prefs_msg_colors.c
7865                 some cleanups that I forgot last time
7866
7867 2006-01-09 [paul]       1.9.100cvs128
7868
7869         * README
7870         * src/folderview.c
7871         * src/prefs_msg_colors.c
7872                 add previously hidden option, color_new, to
7873                 the gui
7874                 move the page to Display/
7875                 rework the gui
7876
7877 2006-01-09 [wwp]        1.9.100cvs127
7878
7879         * src/prefs_themes.c
7880                 made the prefs/display/themes layouts spacing less condensed
7881                 (and so they match other prefs/pages' look).
7882
7883 2006-01-09 [paul]       1.9.100cvs126
7884
7885         * src/compose.c
7886         * src/prefs_common.c
7887         * src/prefs_common.h
7888         * src/prefs_wrapping.c
7889                 remove 'wrap at send' option
7890
7891 2006-01-06 [colin]      1.9.100cvs125
7892
7893         * src/compose.c
7894                 Just make completely sure we don't insert "manual line breaks" 
7895                 when wrapping... 
7896
7897 2006-01-04 [paul]
7898
7899         * 2.0.0-rc3 released
7900
7901 2006-01-04 [paul]       1.9.100cvs124
7902
7903         * src/folderview.c
7904                 fix bug 882, 'quick scroll in folder list
7905                 displays wrong folder contents'
7906
7907 2006-01-04 [paul]       1.9.100cvs123
7908
7909         * src/plugins/pgpmime/pgpmime.c
7910                 better debug information when signing
7911                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7912
7913 2006-01-03 [colin]      1.9.100cvs122
7914
7915         * configure.ac
7916                 We need to recheck for gpgme 1.0.0 after checking
7917                 for 1.1.1, because if 1.1.1 isn't available, 
7918                 GPGME_LIBS and friends are blanked out by the 
7919                 second check.
7920
7921 2006-01-03 [colin]      1.9.100cvs121
7922
7923         * src/common/prefs.c
7924                 Windows unlink-before rename fix
7925         * src/plugins/pgpcore/sgpgme.c
7926                 Add support for PKA info if available
7927                 Both patches by Werner Koch
7928
7929 2006-01-03 [paul]       1.9.100cvs120
7930
7931         * src/messageview.c
7932                 fix bug 884, 'Send receipt' button visible in queue
7933                 Thanks to Colin
7934
7935 2006-01-02 [colin]      1.9.100cvs119
7936
7937         * src/compose.c
7938         * src/imap.c
7939                 Fix autosave on IMAP and more generally try to
7940                 return the correct ID on a newly added IMAP message
7941
7942 2006-01-02 [paul]       1.9.100cvs118
7943
7944         * manual/keyboard.xml
7945                 edited
7946
7947 2006-01-01 [paul]       1.9.100cvs117
7948
7949         * src/gtk/authors.h
7950                 alphabetical order
7951
7952 2005-12-30 [colin]      1.9.100cvs116
7953
7954         * manual/advanced.xml
7955                 Explain Pre/Post-processing differences.
7956
7957 2005-12-30 [colin]      1.9.100cvs115
7958
7959         * src/mh.c
7960                 Implement copy_msgs for a little optimization
7961         * src/imap.c
7962                 Finish yesterday's fix
7963
7964 2005-12-29 [colin]      1.9.100cvs114
7965
7966         * src/imap.c
7967                 Fix occasional failure in fetching a mail over
7968                 IMAP
7969
7970 2005-12-29 [colin]      1.9.100cvs113
7971
7972         * src/compose.c
7973                 Don't remove a draft when sending it, if it is 
7974                 locked.
7975
7976 2005-12-28 [colin]      1.9.100cvs112
7977
7978         * src/summaryview.c
7979                 Fix leak for real
7980
7981 2005-12-28 [wwp]        1.9.100cvs111
7982
7983         * doc/faq/.cvsignore
7984         * doc/faq/de/.cvsignore
7985         * doc/faq/en/.cvsignore
7986         * doc/faq/es/.cvsignore
7987         * doc/faq/fr/.cvsignore
7988         * doc/faq/it/.cvsignore
7989         * doc/manual/.cvsignore
7990         * doc/manual/de/.cvsignore
7991         * doc/manual/en/.cvsignore
7992         * doc/manual/es/.cvsignore
7993         * doc/manual/fr/.cvsignore
7994         * doc/manual/ja/.cvsignore
7995         * src/plugins/mathml_viewer/.cvsignore
7996                 rollback revival of those files (my bad, sorry for the noise).
7997
7998 2005-12-28 [wwp]        1.9.100cvs110
7999
8000         * src/compose.c
8001                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8002
8003 2005-12-28 [wwp]        1.9.100cvs109
8004
8005         * doc/faq/.cvsignore
8006         * doc/faq/de/.cvsignore
8007         * doc/faq/en/.cvsignore
8008         * doc/faq/es/.cvsignore
8009         * doc/faq/fr/.cvsignore
8010         * doc/faq/it/.cvsignore
8011         * doc/manual/.cvsignore
8012         * doc/manual/de/.cvsignore
8013         * doc/manual/en/.cvsignore
8014         * doc/manual/es/.cvsignore
8015         * doc/manual/fr/.cvsignore
8016         * doc/manual/ja/.cvsignore
8017         * src/plugins/mathml_viewer/.cvsignore
8018         * po/.cvsignore
8019                 more files to ignore.
8020
8021 2005-12-24 [colin]      1.9.100cvs108
8022
8023         * AUTHORS
8024         * src/gtk/authors.h
8025                 Update for Werner
8026
8027 2005-12-24 [colin]      1.9.100cvs107
8028
8029         * src/procmsg.c
8030                 Allow NULL src_msginfo in 
8031                 procmsg_msginfo_new_from_mimeinfo
8032
8033 2005-12-23 [paul]       1.9.100cvs106
8034
8035         * src/plugins/pgpinline/mypgpcore.def
8036                 add this forgotten file
8037
8038 2005-12-23 [colin]      1.9.100cvs105
8039
8040         * src/mainwindow.c
8041                 Fix missing break
8042
8043 2005-12-23 [colin]      1.9.100cvs104
8044
8045         * autogen.sh
8046         * src/folder.c
8047         * src/mh.c
8048         * src/common/plugin.c
8049         * src/common/socket.c
8050         * src/common/socket.h
8051         * src/common/utils.c
8052         * src/common/utils.h
8053         * src/gtk/pluginwindow.c
8054         * src/plugins/pgpcore/plugin.def
8055         * src/plugins/pgpcore/sylpheed.def
8056         * src/plugins/pgpinline/Makefile.am
8057         * src/plugins/pgpinline/plugin.def
8058         * src/plugins/pgpinline/sylpheed.def
8059         * src/plugins/pgpmime/plugin.def
8060         * src/plugins/pgpmime/sylpheed.def
8061                 Various w32 fixes by Werner Koch
8062
8063 2005-12-22 [paul]       1.9.100cvs103
8064
8065         * src/wizard.c
8066                 don't offer IMAP as 'server type' if
8067                 libetpan isn't built in
8068
8069 2005-12-22 [paul]       1.9.100cvs102
8070
8071         * AUTHORS
8072         * src/mainwindow.c
8073         * src/mainwindow.h
8074         * src/toolbar.c
8075         * src/gtk/authors.h
8076                 support GTK_TOOLBAR_BOTH_HORIZ (text
8077                 next to icon) Patch by Marien Zwart
8078                 marienz@users.sf.net
8079                 Also reword the text
8080
8081 2005-12-21 [colin]      1.9.100cvs101
8082
8083         * configure.ac
8084                 Fix DATADIRNAME
8085         * COPYING
8086                 Fix missing section and explicit the exception better
8087         * src/compose.c
8088                 Prevent mail from being lost without notice when an
8089                 SMTP error happens on trying to send an unmodified
8090                 drafted mail.
8091         * src/send_message.c
8092         * src/common/smtp.c
8093                 Fix password remembering when wrong, and add return
8094                 value checks where they should have been
8095         * src/plugins/pgpcore/sylpheed.def
8096         * src/plugins/pgpinline/sylpheed.def
8097         * src/plugins/pgpmime/sylpheed.def
8098                 Add a few symbols needed
8099
8100 2005-12-21 [paul]       1.9.100cvs100
8101
8102         * m4/codeset.m4
8103         * m4/glibc21.m4
8104         * m4/intdiv0.m4
8105         * m4/inttypes-pri.m4
8106         * m4/inttypes.m4
8107         * m4/inttypes_h.m4
8108         * m4/isc-posix.m4
8109         * m4/lcmessage.m4
8110         * m4/stdint_h.m4
8111         * m4/uintmax_t.m4
8112                 gettextization
8113                 thanks to Colin
8114
8115 2005-12-21 [paul]       1.9.100cvs99
8116
8117         * po/sv.po
8118                 fixed by Colin
8119
8120 2005-12-20 [paul]       1.9.100cvs98
8121
8122         * po/sv.po
8123                 updated by Anders Trobäck
8124
8125 2005-12-20 [colin]      1.9.100cvs97
8126
8127         * ABOUT-NLS
8128         * Makefile.am
8129         * autogen.sh
8130         * configure.ac
8131         * config/config.rpath
8132         * config/mkinstalldirs
8133         * m4/Makefile.am
8134         * m4/glibc2.m4
8135         * m4/gnupg.m4
8136         * m4/gpgme.m4
8137         * m4/intmax.m4
8138         * m4/longdouble.m4
8139         * m4/longlong.m4
8140         * m4/printf-posix.m4
8141         * m4/signed.m4
8142         * m4/size_max.m4
8143         * m4/ulonglong.m4
8144         * m4/wchar_t.m4
8145         * m4/wint_t.m4
8146         * m4/xsize.m4
8147         * po/Makefile.in.in
8148         * po/Makevars
8149         * po/bg.po
8150         * po/ca.po
8151         * po/cs.po
8152         * po/de.po
8153         * po/el.po
8154         * po/en_GB.po
8155         * po/es.po
8156         * po/fi.po
8157         * po/fr.po
8158         * po/hr.po
8159         * po/hu.po
8160         * po/it.po
8161         * po/ja.po
8162         * po/ko.po
8163         * po/nb.po
8164         * po/nl.po
8165         * po/pl.po
8166         * po/pt_BR.po
8167         * po/ru.po
8168         * po/sk.po
8169         * po/sr.po
8170         * po/stamp-po
8171         * po/sv.po
8172         * po/zh_CN.po
8173         * po/zh_TW.po
8174         * src/Makefile.am
8175         * src/codeconv.c
8176         * src/compose.c
8177         * src/exporthtml.c
8178         * src/exportldif.c
8179         * src/folder.c
8180         * src/main.c
8181         * src/manual.c
8182         * src/mh.c
8183         * src/mimeview.c
8184         * src/send_message.c
8185         * src/common/Makefile.am
8186         * src/common/fnmatch.c
8187         * src/common/fnmatch.h
8188         * src/common/fnmatch_loop.c
8189         * src/common/nntp.c
8190         * src/common/plugin.c
8191         * src/common/smtp.c
8192         * src/common/socket.c
8193         * src/common/string_match.c
8194         * src/common/sylpheed.c
8195         * src/common/utils.c
8196         * src/common/utils.h
8197         * src/common/w32_dirent.c
8198         * src/common/w32_reg.c
8199         * src/common/w32_signal.c
8200         * src/common/w32_stat.c
8201         * src/common/w32_stdio.c
8202         * src/common/w32_stdlib.c
8203         * src/common/w32_string.c
8204         * src/common/w32_time.c
8205         * src/common/w32_unistd.c
8206         * src/common/w32_wait.c
8207         * src/common/w32lib.h
8208         * src/etpan/Makefile.am
8209         * src/gtk/Makefile.am
8210         * src/plugins/clamav/Makefile.am
8211         * src/plugins/demo/Makefile.am
8212         * src/plugins/dillo_viewer/Makefile.am
8213         * src/plugins/pgpcore/Makefile.am
8214         * src/plugins/pgpcore/passphrase.c
8215         * src/plugins/pgpcore/plugin.def
8216         * src/plugins/pgpcore/sgpgme.c
8217         * src/plugins/pgpcore/sylpheed.def
8218         * src/plugins/pgpcore/version.rc
8219         * src/plugins/pgpinline/Makefile.am
8220         * src/plugins/pgpinline/plugin.def
8221         * src/plugins/pgpinline/sylpheed.def
8222         * src/plugins/pgpinline/version.rc
8223         * src/plugins/pgpmime/Makefile.am
8224         * src/plugins/pgpmime/mypgpcore.def
8225         * src/plugins/pgpmime/plugin.def
8226         * src/plugins/pgpmime/sylpheed.def
8227         * src/plugins/pgpmime/version.rc
8228         * src/plugins/spamassassin/Makefile.am
8229                 Very little ;-) patch from Werner Koch, providing
8230                 infrastructure for cross-compiling to Win32
8231
8232 2005-12-20 [paul]       1.9.100cvs96
8233
8234         * src/account.c
8235         * src/account.h
8236         * src/mainwindow.c
8237         * src/mainwindow.h
8238         * src/toolbar.c
8239         * src/toolbar.h
8240                 add a combo to the Get All button, allowing
8241                 quick retrieval from any account
8242                 Patch by Fabien Vantard, slightly modified
8243                 by Colin
8244         * src/gtk/about.c
8245                 i18n fix. Patch by Fabien Vantard
8246
8247 2005-12-19 [colin]      1.9.100cvs95
8248
8249         * src/compose.c
8250         * src/compose.h
8251                 Don't automatically join lines when they've 
8252                 been separated by the user and not automatically
8253
8254 2005-12-19 [paul]       1.9.100cvs94
8255
8256         * src/gtk/pluginwindow.c
8257                 i18n fix.
8258                 Patch by Fabien Vantard
8259
8260 2005-12-15 [paul]       1.9.100cvs93
8261
8262         * src/common/plugin.c
8263         * src/common/plugin.h
8264         * src/gtk/pluginwindow.c
8265         * src/plugins/clamav/clamav_plugin.c
8266         * src/plugins/demo/demo.c
8267         * src/plugins/dillo_viewer/dillo_viewer.c
8268         * src/plugins/pgpcore/plugin.c
8269         * src/plugins/pgpinline/plugin.c
8270         * src/plugins/pgpmime/plugin.c
8271         * src/plugins/spamassassin/spamassassin.c
8272         * src/plugins/trayicon/trayicon.c
8273                 add plugin_version()
8274
8275 2005-12-15 [colin]      1.9.100cvs92
8276
8277         * src/compose.c
8278                 Further fix bug #875
8279
8280 2005-12-15 [paul]       1.9.100cvs91
8281
8282         * src/gtk/filesel.c
8283                 fix attach_load_dir getting set to
8284                 PLUGINDIR on plugin load
8285
8286 2005-12-14 [mones]      1.9.100cvs90
8287
8288         * manual/ack.xml
8289         * manual/keyboard.xml
8290                 Initial draft and some shortcuts added
8291                 
8292         * po/es.po
8293                 Updated translation
8294
8295 2005-12-14 [colin]      1.9.100cvs89
8296
8297         * src/compose.c
8298         * src/imap.c
8299         * src/summaryview.c
8300         * src/gtk/gtkaspell.c
8301                 More leaks fixed
8302         * src/prefs_folder_item.c
8303                 Fix recursive prefs apply
8304
8305
8306 2005-12-14 [colin]      1.9.100cvs88
8307
8308         * src/compose.c
8309                 Fix bug #875 (Freeze On Inline Forward of 
8310                 Large Message)
8311
8312 2005-12-13 [colin]      1.9.100cvs87
8313
8314         * src/compose.c
8315                 Uniq-ify and sort the mimetypes list
8316                 Patch by Fabien Vantard
8317
8318 2005-12-13 [colin]      1.9.100cvs86
8319
8320         * src/imap.c
8321         * src/etpan/imap-thread.c
8322                 Fix leaks (patch by Hoa)
8323         * src/news.c
8324         * src/common/plugin.c
8325                 Fix leaks
8326
8327 2005-12-12 [colin]
8328
8329         * 2.0.0-rc2 released
8330
8331 2005-12-12 [colin]      1.9.100cvs85
8332
8333         * src/matcher.c
8334                 Fix a leak
8335
8336 2005-12-12 [wwp]        1.9.100cvs84
8337
8338         * src/gtk/icon_legend.c
8339                 fix misbehaviour and crash when closing the legend window
8340         using the Esc key (patch by Fabien Vantard).
8341
8342 2005-12-12 [paul]       1.9.100cvs83
8343
8344         * src/browseldap.c
8345         * src/foldersel.c
8346         * src/prefs_actions.c
8347         * src/prefs_filtering.c
8348         * src/prefs_matcher.c
8349         * src/prefs_spelling.glade      ** REMOVED **
8350         * src/prefs_template.c
8351         * src/gtk/foldersort.glade      ** REMOVED **
8352         * src/gtk/pluginwindow.c
8353         * src/gtk/pluginwindow.glade    ** REMOVED **
8354         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8355                 cleanups
8356
8357 2005-12-11 [paul]       1.9.100cvs82
8358
8359         * src/gtk/filesel.c
8360                 fix attach_load_dir crasher (double free)
8361
8362 2005-12-09 [paul]       1.9.100cvs81
8363
8364         * po/POTFILES.in
8365         * src/mainwindow.c
8366         * src/gtk/Makefile.am
8367         * src/gtk/icon_legend.c
8368         * src/gtk/icon_legend.h
8369                 add icon legend
8370         * src/manual.c
8371                 cleanup
8372
8373 2005-12-09 [paul]       1.9.100cvs80
8374
8375         * src/plugins/pgpcore/passphrase.c
8376                 wrap the label in the dialog
8377
8378 2005-12-09 [colin]      1.9.100cvs79
8379
8380         * src/plugins/pgpcore/sgpgme.c
8381                 Display (untrusted) on not trusted signatures
8382                 Patch by Michal Èihaø <michal@cihar.com>
8383                 Closes bug #867 (Report also key trust)
8384
8385 2005-12-09 [colin]      1.9.100cvs78
8386
8387         * src/common/plugin.c
8388                 Update licence check, following Eben Moglen's advice
8389
8390 2005-12-08 [colin]      1.9.100cvs77
8391
8392         * src/folder.c
8393                 Fix the occasionnal item->cache != NULL 
8394                 assertion failure. 
8395
8396 2005-12-08 [colin]      1.9.100cvs76
8397
8398         * src/mimeview.c
8399         * src/plugins/pgpcore/sgpgme.c
8400                 Print key id when unable to check it
8401                 Closes bug #866 (Show key id when missing)
8402
8403 2005-12-08 [paul]       1.9.100cvs75
8404
8405         * src/prefs_common.c
8406         * src/prefs_common.h
8407         * src/gtk/filesel.c
8408                 remember load attachment dir
8409
8410 2005-12-07 [colin]      1.9.100cvs74
8411
8412         * src/prefs_toolbar.c
8413                 Gtk fixes, patch by Fabien Vantard
8414
8415 2005-12-07 [colin]      1.9.100cvs73
8416
8417         * src/action.c
8418         * src/compose.c
8419         * src/compose.h
8420                 Fix bug #839 (Quoted text isn't colored after 
8421                 executing an action)
8422         * src/common/plugin.c
8423                 Require plugins to declare their licence in plugin_licence()
8424                 Refuse to load non-GPL plugins as they'd be illegal (as 
8425                 derived works of Sylpheed-Claws, they must be GPL).
8426         * src/plugins/clamav/clamav_plugin.c
8427         * src/plugins/demo/demo.c
8428         * src/plugins/dillo_viewer/dillo_viewer.c
8429         * src/plugins/pgpcore/plugin.c
8430         * src/plugins/pgpinline/plugin.c
8431         * src/plugins/pgpmime/plugin.c
8432         * src/plugins/spamassassin/spamassassin.c
8433         * src/plugins/trayicon/trayicon.c
8434                 Add plugin_licence()
8435
8436 2005-12-07 [paul]       1.9.100cvs72
8437
8438         * configure.ac
8439         * src/mainwindow.c
8440         * src/manual.c
8441         * src/manual.h
8442         * src/common/defs.h
8443                 clean up after local FAQ removal and
8444                 temporary manual removal
8445
8446 2005-12-06 [colin]      1.9.100cvs71
8447
8448         * configure.ac
8449         * doc/Makefile.am
8450         * doc/faq/.cvsignore
8451         * doc/faq/Makefile.am
8452         * doc/faq/de/.cvsignore
8453         * doc/faq/de/Makefile.am
8454         * doc/faq/de/sylpheed-faq-1.html
8455         * doc/faq/de/sylpheed-faq-2.html
8456         * doc/faq/de/sylpheed-faq-3.html
8457         * doc/faq/de/sylpheed-faq.html
8458         * doc/faq/en/.cvsignore
8459         * doc/faq/en/Makefile.am
8460         * doc/faq/en/sylpheed-faq-1.html
8461         * doc/faq/en/sylpheed-faq-2.html
8462         * doc/faq/en/sylpheed-faq-3.html
8463         * doc/faq/en/sylpheed-faq-4.html
8464         * doc/faq/en/sylpheed-faq.html
8465         * doc/faq/es/.cvsignore
8466         * doc/faq/es/Makefile.am
8467         * doc/faq/es/sylpheed-faq-1.html
8468         * doc/faq/es/sylpheed-faq-2.html
8469         * doc/faq/es/sylpheed-faq-3.html
8470         * doc/faq/es/sylpheed-faq-4.html
8471         * doc/faq/es/sylpheed-faq.html
8472         * doc/faq/fr/.cvsignore
8473         * doc/faq/fr/Makefile.am
8474         * doc/faq/fr/sylpheed-faq-1.html
8475         * doc/faq/fr/sylpheed-faq-2.html
8476         * doc/faq/fr/sylpheed-faq-3.html
8477         * doc/faq/fr/sylpheed-faq.html
8478         * doc/faq/it/.cvsignore
8479         * doc/faq/it/Makefile.am
8480         * doc/faq/it/sylpheed-faq-1.html
8481         * doc/faq/it/sylpheed-faq-2.html
8482         * doc/faq/it/sylpheed-faq-3.html
8483         * doc/faq/it/sylpheed-faq.html
8484         * doc/manual/.cvsignore
8485         * doc/manual/Makefile.am
8486         * doc/manual/de/.cvsignore
8487         * doc/manual/de/Makefile.am
8488         * doc/manual/de/sylpheed-1.html
8489         * doc/manual/de/sylpheed-10.html
8490         * doc/manual/de/sylpheed-11.html
8491         * doc/manual/de/sylpheed-12.html
8492         * doc/manual/de/sylpheed-13.html
8493         * doc/manual/de/sylpheed-14.html
8494         * doc/manual/de/sylpheed-15.html
8495         * doc/manual/de/sylpheed-16.html
8496         * doc/manual/de/sylpheed-17.html
8497         * doc/manual/de/sylpheed-18.html
8498         * doc/manual/de/sylpheed-19.html
8499         * doc/manual/de/sylpheed-2.html
8500         * doc/manual/de/sylpheed-20.html
8501         * doc/manual/de/sylpheed-3.html
8502         * doc/manual/de/sylpheed-4.html
8503         * doc/manual/de/sylpheed-5.html
8504         * doc/manual/de/sylpheed-6.html
8505         * doc/manual/de/sylpheed-7.html
8506         * doc/manual/de/sylpheed-8.html
8507         * doc/manual/de/sylpheed-9.html
8508         * doc/manual/de/sylpheed.html
8509         * doc/manual/en/.cvsignore
8510         * doc/manual/en/Makefile.am
8511         * doc/manual/en/sylpheed-1.html
8512         * doc/manual/en/sylpheed-10.html
8513         * doc/manual/en/sylpheed-11.html
8514         * doc/manual/en/sylpheed-12.html
8515         * doc/manual/en/sylpheed-13.html
8516         * doc/manual/en/sylpheed-14.html
8517         * doc/manual/en/sylpheed-15.html
8518         * doc/manual/en/sylpheed-16.html
8519         * doc/manual/en/sylpheed-17.html
8520         * doc/manual/en/sylpheed-18.html
8521         * doc/manual/en/sylpheed-19.html
8522         * doc/manual/en/sylpheed-2.html
8523         * doc/manual/en/sylpheed-20.html
8524         * doc/manual/en/sylpheed-21.html
8525         * doc/manual/en/sylpheed-22.html
8526         * doc/manual/en/sylpheed-3.html
8527         * doc/manual/en/sylpheed-4.html
8528         * doc/manual/en/sylpheed-5.html
8529         * doc/manual/en/sylpheed-6.html
8530         * doc/manual/en/sylpheed-7.html
8531         * doc/manual/en/sylpheed-8.html
8532         * doc/manual/en/sylpheed-9.html
8533         * doc/manual/en/sylpheed.html
8534         * doc/manual/es/.cvsignore
8535         * doc/manual/es/Makefile.am
8536         * doc/manual/es/sylpheed-1.html
8537         * doc/manual/es/sylpheed-10.html
8538         * doc/manual/es/sylpheed-11.html
8539         * doc/manual/es/sylpheed-12.html
8540         * doc/manual/es/sylpheed-13.html
8541         * doc/manual/es/sylpheed-14.html
8542         * doc/manual/es/sylpheed-15.html
8543         * doc/manual/es/sylpheed-16.html
8544         * doc/manual/es/sylpheed-17.html
8545         * doc/manual/es/sylpheed-18.html
8546         * doc/manual/es/sylpheed-19.html
8547         * doc/manual/es/sylpheed-2.html
8548         * doc/manual/es/sylpheed-20.html
8549         * doc/manual/es/sylpheed-3.html
8550         * doc/manual/es/sylpheed-4.html
8551         * doc/manual/es/sylpheed-5.html
8552         * doc/manual/es/sylpheed-6.html
8553         * doc/manual/es/sylpheed-7.html
8554         * doc/manual/es/sylpheed-8.html
8555         * doc/manual/es/sylpheed-9.html
8556         * doc/manual/es/sylpheed.html
8557         * doc/manual/fr/.cvsignore
8558         * doc/manual/fr/Makefile.am
8559         * doc/manual/fr/sylpheed-1.html
8560         * doc/manual/fr/sylpheed-10.html
8561         * doc/manual/fr/sylpheed-11.html
8562         * doc/manual/fr/sylpheed-12.html
8563         * doc/manual/fr/sylpheed-13.html
8564         * doc/manual/fr/sylpheed-14.html
8565         * doc/manual/fr/sylpheed-15.html
8566         * doc/manual/fr/sylpheed-16.html
8567         * doc/manual/fr/sylpheed-17.html
8568         * doc/manual/fr/sylpheed-18.html
8569         * doc/manual/fr/sylpheed-19.html
8570         * doc/manual/fr/sylpheed-2.html
8571         * doc/manual/fr/sylpheed-20.html
8572         * doc/manual/fr/sylpheed-3.html
8573         * doc/manual/fr/sylpheed-4.html
8574         * doc/manual/fr/sylpheed-5.html
8575         * doc/manual/fr/sylpheed-6.html
8576         * doc/manual/fr/sylpheed-7.html
8577         * doc/manual/fr/sylpheed-8.html
8578         * doc/manual/fr/sylpheed-9.html
8579         * doc/manual/fr/sylpheed.html
8580         * doc/manual/ja/.cvsignore
8581         * doc/manual/ja/Makefile.am
8582         * doc/manual/ja/sylpheed-1.html
8583         * doc/manual/ja/sylpheed-10.html
8584         * doc/manual/ja/sylpheed-11.html
8585         * doc/manual/ja/sylpheed-12.html
8586         * doc/manual/ja/sylpheed-13.html
8587         * doc/manual/ja/sylpheed-14.html
8588         * doc/manual/ja/sylpheed-15.html
8589         * doc/manual/ja/sylpheed-16.html
8590         * doc/manual/ja/sylpheed-17.html
8591         * doc/manual/ja/sylpheed-18.html
8592         * doc/manual/ja/sylpheed-19.html
8593         * doc/manual/ja/sylpheed-2.html
8594         * doc/manual/ja/sylpheed-20.html
8595         * doc/manual/ja/sylpheed-3.html
8596         * doc/manual/ja/sylpheed-4.html
8597         * doc/manual/ja/sylpheed-5.html
8598         * doc/manual/ja/sylpheed-6.html
8599         * doc/manual/ja/sylpheed-7.html
8600         * doc/manual/ja/sylpheed-8.html
8601         * doc/manual/ja/sylpheed-9.html
8602         * doc/manual/ja/sylpheed.html
8603         * doc/manual/ja/sylpheed.sgml
8604         * src/mainwindow.c
8605                 Remove outdated manual and faq. Noisy, eh?
8606
8607 2005-12-06 [colin]      1.9.100cvs70
8608
8609         * src/compose.c
8610         * src/quote_fmt_parse.y
8611         * src/undo.c
8612         * src/undo.h
8613                 Allow %X to position cursor at 0 
8614                 (no %X = before signature)
8615                 Fix paste as quotation putting the cursor at 0
8616                 Fix undo offsets when pasting
8617                 Insert the quote_fmt at once instead of line 
8618                 by line
8619                 Fix [Edited] when starting to reply/forward
8620
8621 2005-12-06 [paul]       1.9.100cvs69
8622
8623         * src/plugins/clamav/clamav_plugin_gtk.c
8624                 add another tooltip
8625         * src/plugins/spamassassin/spamassassin_gtk.c
8626                 rework spamassassin_create_widget_func()
8627
8628 2005-12-05 [colin]      1.9.100cvs68
8629
8630         * po/POTFILES.in
8631                 Fix make release ;-)
8632
8633 2005-12-05 [colin]      1.9.100cvs67
8634
8635         * src/compose.c
8636         * src/compose.h
8637                 Fix cursor positioning (not obeying %X)
8638
8639 2005-12-05 [paul]       1.9.100cvs66
8640
8641         * src/plugins/dillo_viewer/dillo_prefs.c
8642                 fix compilation warning
8643
8644 2005-12-05 [paul]       1.9.100cvs65
8645
8646         * src/prefs_spelling.c
8647         * src/plugins/trayicon/trayicon.c
8648                 cleanups - remove unused stuff
8649
8650 2005-12-05 [paul]       1.9.100cvs64
8651
8652         * README
8653         * manual/plugins.xml
8654                 remove info about removed mathml_viewer plugin
8655
8656 2005-12-05 [paul]       1.9.100cvs63
8657
8658         * configure.ac
8659         * src/plugins/Makefile.am
8660         * src/plugins/mathml_viewer/.cvsignore
8661         * src/plugins/mathml_viewer/Makefile.am
8662         * src/plugins/mathml_viewer/mathml_viewer.c
8663                 remove unmaintained mathml_viewer plugin
8664
8665 2005-12-05 [paul]       1.9.100cvs62
8666
8667         * src/summaryview.c
8668                 obey prefs_common.always_show_msg when
8669                 moving a msg
8670                 Thanks to Colin
8671
8672 2005-12-05 [paul]       1.9.100cvs61
8673
8674         * src/compose.c
8675         * src/prefs_account.c
8676         * src/prefs_filtering.c
8677         * src/prefs_quote.c
8678         * src/prefs_spelling.c
8679         * src/prefs_toolbar.c
8680         * src/summaryview.c
8681         * src/gtk/gtkutils.c
8682         * src/gtk/quicksearch.c
8683         * src/plugins/dillo_viewer/dillo_prefs.c
8684                 dialog cleanups
8685
8686 2005-12-04 [paul]       1.9.100cvs60
8687
8688         * src/inc.c
8689         * src/prefs_account.c
8690         * src/prefs_account.h
8691                 allow a Local account to specify a
8692                 default inbox
8693                 (closes bug 843 'Inbox cannot be changed for local
8694                  mailboxes')
8695
8696 2005-12-04 [colin]      1.9.100cvs59
8697
8698         * src/plugins/trayicon/trayicon.c
8699                 Remove Get, rename Get All to Get Mail in order to
8700                 be consistent with the default main toolbar
8701
8702 2005-12-03 [colin]      1.9.100cvs58
8703
8704         * manual/gpl.xml
8705         * manual/sylpheed-claws-manual.xml
8706                 Add GPL appendix
8707
8708 2005-12-03 [paul]       1.9.100cvs57
8709
8710         * AUTHORS
8711         * po/sv.po
8712         * src/gtk/authors.h
8713                 new (partially complete) Swedish translation
8714                 by Anders Troback <sylpheed@troback.com>
8715
8716 2005-12-02 [paul]       1.9.100cvs56
8717
8718         * configure.ac
8719                 libetpan 0.41 required
8720
8721 2005-12-02 [paul]       1.9.100cvs55
8722
8723         * src/plugins/clamav/clamav_plugin.c
8724         * src/plugins/clamav/clamav_plugin.h
8725         * src/plugins/clamav/clamav_plugin_gtk.c
8726         * src/plugins/spamassassin/spamassassin.c
8727         * src/plugins/spamassassin/spamassassin.h
8728         * src/plugins/spamassassin/spamassassin_gtk.c
8729                 unregister prefs pages on unloading, thus
8730                 preventing a crash
8731                 (thanks to Colin for the hint)
8732
8733 2005-12-02 [wwp]        1.9.100cvs54
8734
8735         * src/quote_fmt.h
8736         * src/quote_fmt_parse.y
8737                 fix misuse of gboolean*, use gboolean instead
8738                 (thanks to Paul, Colin, for pointing out that scaring one)
8739
8740 2005-12-02 [paul]       1.9.100cvs53
8741
8742         * src/plugins/clamav/clamav_plugin.c
8743                 int no --> unsigned int no
8744         * src/plugins/clamav/clamav_plugin_gtk.c
8745                 rework config page
8746
8747 2005-12-02 [wwp]        1.9.100cvs52
8748
8749         * src/compose.c
8750         * src/prefs_template.c
8751         * src/quote_fmt.h
8752         * src/quote_fmt_parse.y
8753                 prevent from executing |f and |p templates commands when
8754                 adding or replacing templates in prefs (avoids annoying and
8755                 potentially dangerous behaviours)
8756
8757 2005-12-02 [paul]       1.9.100cvs51
8758
8759         * src/prefs_common.c
8760                 allow translation of some default values
8761                 Patch by Fabien Vantard
8762
8763 2005-12-02 [paul]       1.9.100cvs50
8764
8765         * src/codeconv.c
8766         * src/codeconv.h
8767         * src/prefs_common.c
8768         * src/prefs_common.h
8769         * src/prefs_message.c
8770         * src/textview.c
8771                 remove obsolete 'convert_mb_alnum' option
8772                 and related stuff
8773         * src/gtk/about.c
8774                 remove unused 'about_textview_visibility_notify'
8775
8776 2005-12-02 [paul]       1.9.100cvs49
8777
8778         * src/prefs_account.c
8779         * src/prefs_compose_writing.c
8780         * src/prefs_fonts.c
8781         * src/prefs_gtk.h
8782         * src/prefs_image_viewer.c
8783         * src/prefs_message.c
8784         * src/prefs_other.c
8785         * src/prefs_receive.c
8786         * src/prefs_send.c
8787         * src/prefs_spelling.c
8788         * src/prefs_summaries.c
8789         * src/prefs_wrapping.c
8790         * src/plugins/dillo_viewer/dillo_prefs.c
8791         * src/plugins/pgpcore/prefs_gpg.c
8792                 several cleanups to the prefs dialogs
8793                 (slightly modified) patch by Fabien Vantard
8794
8795 2005-12-02 [paul]       1.9.100cvs48
8796
8797         * src/main.c
8798                 --exit means exit
8799         * src/send_message.c
8800                 fix crash on send when connection fails
8801
8802         Thanks to Colin
8803
8804 2005-12-01 [colin]      1.9.100cvs47
8805
8806         * src/html.c
8807                 Translate &hellip; to "..."
8808
8809 2005-11-30 [colin]      1.9.100cvs46
8810
8811         * src/matcher.c
8812         * src/matcher.h
8813                 Optimize back yesterday's fix.
8814
8815 2005-11-30 [paul]       1.9.100cvs45
8816
8817         * manual/faq.xml
8818                 standardised
8819         * manual/intro.xml
8820                 written by Colin, edited by me
8821
8822 2005-11-29 [colin]      1.9.100cvs44
8823
8824         * src/matcher.c
8825                 Skip headers unconditionnaly in match_body if the
8826                 rule is not message or ~message
8827
8828 2005-11-29 [colin]      1.9.100cvs43
8829
8830         * src/matcher.c
8831                 Fix body_part and such, not skipping headers 
8832                 if the matchcriteria wasn't the first in the rule
8833
8834 2005-11-29 [colin]      1.9.100cvs42
8835
8836         * src/compose.c
8837                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8838                 option missing from message view window)
8839                 Fix double text D'n'D with gtk-2.8
8840         * src/matcher.c
8841                 Fix ~message, ~headers_part, ~body_part rules
8842         * src/messageview.c
8843                 Add Windows-1252 (Closes bug #863)
8844                 Fix accels
8845         * src/gtk/gtkaspell.c
8846                 Properly destroy accels in all menus
8847
8848 2005-11-29 [mones]      1.9.100cvs41
8849
8850         * po/es.po
8851                 Updated.
8852
8853 2005-11-27 [colin]      1.9.100cvs40
8854
8855         * src/mh_gtk.c
8856                 "/Remove mailbox" -> "/Remove mailbox..."
8857
8858 2005-11-27 [paul]       1.9.100cvs39
8859
8860         * AUTHORS
8861         * po/de.po
8862         * src/gtk/authors.h
8863                 updated by new maintainer, Stephan Sachse
8864
8865 2005-11-27 [paul]       1.9.100cvs38
8866
8867         * manual/faq.xml
8868                 written by Colin, edited by me
8869
8870 2005-11-27 [paul]       1.9.100cvs37
8871
8872         * src/prefs_common.c
8873         * src/prefs_common.h
8874         * src/prefs_receive.c
8875         * src/prefs_summaries.c
8876                 move 'go to inbox after receiving new mail'
8877                 option from display/sumamaries to mail
8878                 handling/receive, and rework prefs_summaries
8879                 dialog a little
8880
8881 2005-11-25 [martin]     1.9.100cvs36
8882
8883         * po/de.po
8884             fixed windows-1252 translation;
8885             translated some new and fuzzy strings
8886
8887 2005-11-25 [paul]       1.9.100cvs35
8888
8889         * src/plugins/clamav/clamav_plugin.c
8890                 complete the update done in cvs34
8891
8892 2005-11-25 [paul]       1.9.100cvs34
8893
8894         * src/plugins/clamav/clamav_plugin.c
8895                 reflect upstream changes
8896
8897 2005-11-25 [paul]       1.9.100cvs33
8898
8899         * manual/ack.xml
8900         * manual/plugins.xml
8901         * manual/sylpheed-claws-manual.xml
8902                 written/updated by Colin, edited by me
8903         * tools/acroread2sylpheed.pl
8904                 update binary name
8905
8906 2005-11-24 [colin]      1.9.100cvs32
8907
8908         * src/compose.c
8909                 Fix bug #856 (reediting messages forgets Request
8910                 Return Receipt)
8911
8912 2005-11-24 [paul]       1.9.100cvs31
8913
8914         * manual/addrbook.xml
8915         * manual/starting.xml
8916                 written by Colin, proofread, edited, adapted by me
8917         * manual/advanced.xml
8918                 add some Actions examples
8919         * src/importldif.c
8920                 use a Save button instead of a Close button
8921         * src/wizard.c
8922                 indicate mandatory fields
8923                 fix page display
8924                 Thanks to Colin
8925
8926 2005-11-23 [colin]      1.9.100cvs30
8927
8928         * src/addressbook.c
8929                 Rename menu item, fix possible crash after
8930                 deletion of books
8931         * src/addrindex.c
8932                 Allow searching for '*' in ldap
8933         * src/browseldap.c
8934                 Fix "Browse Entry" (did anyone use it?)
8935         * src/wizard.c
8936                 Add guards for mandatory information
8937
8938 2005-11-23 [paul]       1.9.100cvs29
8939
8940         * manual/advanced.xml
8941                 corrections to the English
8942
8943 2005-11-23 [colin]      1.9.100cvs28
8944
8945         * src/mimeview.c
8946                 Fix possible crash at exit. After the call to
8947                 gtk_container_remove(), the Viewer's widget has no
8948                 more parent so gtk+ automatically frees it and its
8949                 sons. If destroy_viewer() then try to access it,
8950                 problems ensue.
8951
8952 2005-11-22 [colin]      1.9.100cvs27
8953
8954         * src/compose.c
8955         * src/gtk/gtkaspell.c
8956                 Fix right-clicking on a misspelled word
8957                 Fix More... in suggestions menu
8958
8959 2005-11-22 [wwp]        1.9.100cvs26
8960
8961         * src/prefs_template.c
8962                 templates works: re-sort templates list when adding or replacing,
8963                 prevent from adding or replacing when the template name is empty
8964
8965 2005-11-21 [colin]      1.9.100cvs25
8966
8967         * src/addressbook.c
8968                 Fix some addressbook suckage (dnd, select all)
8969         * src/compose.c
8970         * src/gtk/gtkaspell.c
8971         * src/gtk/gtkaspell.h
8972                 Make the spellchecker menu work with the 
8973                 GtkTextView one instead of overriding it
8974
8975 2005-11-20 [paul]       1.9.100cvs24
8976
8977         * manual/handling.xml
8978                 proofread and corrected
8979
8980 2005-11-20 [paul]       1.9.100cvs23
8981
8982         * manual/Makefile
8983                 generate html as one file
8984         * manual/advanced.xml
8985                 fix output generation
8986                 reformat hidden options list
8987         * manual/manual.xml     ** REMOVED **
8988         * manual/sylpheed-claws-manual.xml      ** ADDED **
8989                 renamed
8990
8991 2005-11-18 [colin]      1.9.100cvs22
8992
8993         * src/prefs_account.c
8994                 Fix layout in news and mbox accounts
8995         * manual/account.xml
8996         * manual/advanced.xml
8997                 New contents for Paul to check :)
8998
8999 2005-11-18 [wwp]        1.9.100cvs21
9000
9001         * src/gtk/quicksearch.c
9002                 don't update extended quicksearch buttons twice
9003
9004 2005-11-18 [paul]       1.9.100cvs20
9005
9006         * src/textview.c
9007                 complete 1.9.100cvs19
9008
9009 2005-11-18 [paul]       1.9.100cvs19
9010
9011         * src/compose.c
9012                 cosmetic improvements
9013         * src/textview.c
9014                 also list text/* attachments
9015
9016 2005-11-18 [colin]      1.9.100cvs18
9017
9018         * src/summaryview.c
9019                 Use column 0 instead of -1 in 
9020                 gtk_ctree_node_moveto, in a naive
9021                 hope it'll fix the gtk-related crashes
9022
9023 2005-11-18 [colin]      1.9.100cvs17
9024
9025         * src/gtk/inputdialog.c
9026                 Fix icon staying the first one
9027
9028 2005-11-17 [wwp]        1.9.100cvs16
9029                 fix possible problem showing some quicksearch buttons, and a bad
9030                 call to g_return_if_fail in a function that returns a value (both
9031                 fixes by Fabien Vantard)
9032
9033 2005-11-15 [wwp]        1.9.100cvs15
9034
9035         * src/gtk/quicksearch.c
9036                 added a tooltip to that obscure ... quicksearch button
9037
9038 2005-11-15 [wwp]        1.9.100cvs14
9039
9040         * src/gtk/quicksearch.c
9041                 add a quicksearch helper to filtering expression users: the ... button
9042                 raises the condition expr window. condition expressions set up w/ this
9043                 window are used by the quicksearch if the user closes it pressing OK.
9044
9045 2005-11-14 [paul]       1.9.100cvs13
9046
9047         * src/plugins/clamav/clamav_plugin.c
9048         * src/plugins/spamassassin/spamassassin.c
9049                 change plugin type following recent merging
9050
9051 2005-11-14 [wwp]        1.9.100cvs12
9052
9053         * src/folder.c
9054                 prevent from crashing when copying/moving message(s) from and
9055                 to the same folder
9056
9057 2005-11-14 [paul]       1.9.100cvs11
9058
9059         * src/plugins/clamav/Makefile.am
9060         * src/plugins/clamav/clamav_plugin.c
9061         * src/plugins/clamav/clamav_plugin.h
9062         * src/plugins/clamav/clamav_plugin_gtk.c
9063                 also merge clamav and clamav_gtk plugins
9064
9065 2005-11-13 [colin]      1.9.100cvs10
9066
9067         * configure.ac
9068         * src/plugins/spamassassin/Makefile.am
9069         * src/plugins/spamassassin/spamassassin.c
9070         * src/plugins/spamassassin/spamassassin.h
9071         * src/plugins/spamassassin/spamassassin_gtk.c
9072                 Merge spamassassin and spamassassin_gtk plugins,
9073                 and build it by default.
9074
9075 2005-11-12 [colin]      1.9.100cvs9
9076
9077         * src/etpan/imap-thread.c
9078                 Fix gcc warning
9079
9080 2005-11-12 [colin]      1.9.100cvs8
9081
9082         * src/procmime.c
9083                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9084
9085 2005-11-10 [colin]      1.9.100cvs7
9086
9087         * src/main.c
9088                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9089                 minimised state)
9090
9091 2005-11-10 [wwp]        1.9.100cvs6
9092
9093         * src/gtk/description_window.c
9094                 fix a crash when closing description windows using the WM's [X] button
9095
9096 2005-11-09 [colin]      1.9.100cvs5
9097
9098         * src/common/ssl.c
9099                 Update libetpan call to follow upstream
9100                 (yes, this requires libetpan-0.40cvs3)
9101
9102 2005-11-08 [colin]      1.9.100cvs4
9103
9104         * src/compose.c
9105         * src/textview.c
9106         * src/common/utils.c
9107         * src/common/utils.h
9108                 Enhance the email parser
9109
9110 2005-11-08 [colin]      1.9.100cvs3
9111
9112         * src/procmime.c
9113                 Fix what looks like an off-by-one (fixes 
9114                 attachments from the Bat)
9115
9116 2005-11-08 [wwp]        1.9.100cvs2
9117
9118         * src/main.c
9119                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9120
9121 2005-11-08 [wwp]        1.9.100cvs1
9122
9123         * src/main.c
9124                 allow exiting Sylpheed-Claws from command-line
9125
9126 2005-11-08 [paul]       1.9.100
9127
9128         1.9.100 released
9129
9130 2005-11-07 [colin]      1.9.99cvs17
9131
9132         * src/addritem.c
9133         * src/ldif.c
9134                 Fix import of base-64 encoded items
9135
9136 2005-11-07 [colin]      1.9.99cvs16
9137
9138         * src/send_message.c
9139                 Fix bug #314 (Queue does not empty under certain 
9140                 circumstances)
9141
9142 2005-11-07 [paul]       1.9.99cvs15
9143
9144         * src/mutt.c
9145         * src/pine.c
9146                 fix buffer overflows
9147                 Thanks to Colin
9148
9149 2005-11-07 [paul]       1.9.99cvs14
9150
9151         * doc/man/Makefile.am
9152         * doc/man/sylpheed-claws.1      ** ADDED **
9153         * doc/man/sylpheed.1            ** DELETED **
9154                 rename and update the man file
9155
9156 2005-11-06 [colin]      1.9.99cvs13
9157
9158         * src/ldif.c
9159                 Fix ldif_get_line() that returned empty strings
9160                 (Didn't understand why). Also fix a possible
9161                 buffer overflow.
9162
9163 2005-11-06 [wwp]        1.9.99cvs12
9164
9165         * src/textview.c
9166         * src/gtk/about.c
9167         * src/gtk/gtkutils.c
9168         * src/gtk/gtkutils.h
9169                 fix a compilation warning,
9170                 make links sensitive in the about dialog
9171
9172 2005-11-04 [wwp]        1.9.99cvs11
9173
9174         * src/gtk/about.c
9175                 don't wrap or translate URIs, and a bit text format cleanup
9176
9177 2005-11-04 [wwp]        1.9.99cvs10
9178
9179         * src/gtk/about.c
9180                 better textview tagging implementation (no more use of marks for
9181                 postponed tagging)
9182
9183 2005-11-02 [colin]      1.9.99cvs9
9184
9185         * src/common/ssl.c
9186                 Forgot an ifdef
9187
9188 2005-11-02 [colin]      1.9.99cvs8
9189
9190         * configure.ac
9191                 Require libetpan-0.40 due to upstream fix
9192         * src/common/ssl.c
9193                 Tell libetpan not to call SSL_Library_Init,
9194                 as we do it ourselves.
9195
9196 2005-11-02 [colin]      1.9.99cvs7
9197
9198         * po/POTFILES.in
9199                 Add missing files (thanks to Fabien Vantard)
9200
9201 2005-11-02 [colin]      1.9.99cvs6
9202
9203         * src/summaryview.c
9204                 Fix totals when read messages are hidden or quicksearch
9205                 is on
9206         * src/ssl_manager.c
9207         * src/ssl_manager.h
9208         * src/common/ssl_certificate.c
9209         * src/common/ssl_certificate.h
9210         * src/gtk/sslcertwindow.c
9211         * src/gtk/sslcertwindow.h
9212                 Fix copyright on my stuff
9213
9214 2005-11-02 [wwp]        1.9.99cvs5
9215
9216         * src/prefs_themes.c
9217                 fix directory name checking (theme installation/removal),
9218                 made related error a bit more verbose
9219
9220 2005-11-02 [colin]      1.9.99cvs4
9221
9222         * src/summaryview.c
9223                 Fix typo (probably fixes bug #841 (Sort by the From 
9224                 field doesn't work)
9225
9226 2005-11-02 [paul]       1.9.99cvs3
9227
9228         * po/ko.po
9229         * po/nb.po
9230                 updated by SungHyun Nam, Geir Helland
9231         * src/wizard.c
9232                 fix typo in welcome message. spotted by
9233                 Andrea Spadaccini
9234
9235 2005-11-01 [colin]      1.9.99cvs2
9236
9237         * src/compose.c
9238                 Fix replying to ml wen confirming subscription
9239         * src/messageview.c
9240         * src/mimeview.c
9241         * src/mimeview.h
9242         * src/privacy.h
9243         * src/summaryview.c
9244                 Make key check non blocking
9245
9246 2005-10-31 [paul]       1.9.99cvs1
9247
9248         * tools/claws.i18n.status.pl
9249                 updated for ChangeLog
9250
9251 2005-10-31 [paul]       1.9.99
9252
9253         1.9.99 released
9254
9255 2005-10-31 [paul]       1.9.15cvs131
9256
9257         * .cvsignore
9258         * ChangeLog
9259         * ChangeLog.claws       ** REMOVED **
9260         * ChangeLog-gtk2.claws  ** REMOVED **
9261         * ChangeLog.gtk1        ** ADDED **
9262         * INSTALL
9263         * Makefile.am
9264         * NEWS
9265         * README
9266         * README.claws          ** REMOVED **
9267         * README.jp             ** REMOVED **
9268         * RELEASE_NOTES         ** ADDED **
9269         * RELEASE_NOTES.claws   ** REMOVED **
9270         * commitHelper
9271         * configure.ac
9272         * sylpheed.spec.in      ** REMOVED **
9273                 tidy up and update the default docs:
9274                 ChangeLog.claws is renamed ChangeLog.gtk1
9275                 ChangeLog-gtk2.claws is renamed ChangeLog
9276                 README.claws is renamed README
9277                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9278
9279 2005-10-31 [paul]       1.9.15cvs130
9280
9281         * po/it.po
9282                 fix errors
9283
9284 2005-10-31 [paul]       1.9.15cvs129
9285
9286         * po/ca.po
9287         * po/de.po
9288         * po/en_GB.po
9289         * po/fr.po
9290         * po/it.po
9291         * po/pt_BR.po
9292         * po/sk.po
9293         * po/sr.po
9294         * po/zh_CN.po
9295                 updated by Miquel Oliete, Stephan Sachse and
9296                 Thomas Gilgin, me, Fabien Vantard, Andrea
9297                 Spadaccini, Frederico Goncalves Guimaraes,
9298                 Andrej Kacian, Aleksandar Urosevic, and
9299                 Ralgh Young.
9300
9301 2005-10-31 [mones]      1.9.15cvs128
9302
9303         * manual/faq.xml
9304                 More questions.
9305         
9306         * po/es.po
9307                 Updated for release.
9308
9309 2005-10-30 [colin]      1.9.15cvs127
9310
9311         * src/compose.c
9312                 Place cursor before rewrapping (fixes cursor
9313                 pos if quotation gets rewrapped)
9314
9315 2005-10-29 [paul]       1.9.15cvs126
9316
9317         * src/crash.c
9318         * src/foldersel.c
9319         * src/main.c
9320         * src/messageview.c
9321         * src/toolbar.c
9322         * src/gtk/authors.h
9323                 corrections to text items
9324
9325 2005-10-28 [colin]      1.9.15cvs125
9326
9327         * src/messageview.c
9328                 Make "hit 'C' to check sig" work from extern 
9329                 messageviews
9330
9331 2005-10-27 [colin]      1.9.15cvs124
9332
9333         * src/summaryview.c
9334                 Add a hack to avoid segfaulting when hammering 
9335                 on gtk's events
9336
9337 2005-10-27 [wwp]        1.9.15cvs123
9338
9339         * src/prefs_themes.c
9340                 sort list of themes names in themes prefs
9341
9342 2005-10-27 [paul]       1.9.15cvs122
9343
9344         * src/folder.c
9345         * src/prefs_account.c
9346                 fix building on Solaris
9347                 Patch by Alex Moore
9348
9349 2005-10-27 [wwp]        1.9.15cvs121
9350
9351         * src/summaryview.c
9352         * src/gtk/gtksctree.c
9353                 speed up unselecting messages in summary view (thanks to Colin)
9354
9355 2005-10-27 [paul]       1.9.15cvs120
9356
9357         * src/mainwindow.c
9358                 fix a compilation warning
9359         * src/summaryview.c
9360                 fix updating of 'n items selected' count
9361                 when deselecting
9362
9363 2005-10-27 [martin]     1.9.15cvs119
9364
9365         * src/action.c
9366                 ignore actions with a leading '/' in the action menu name
9367                 fixes a crash on menu creation
9368         * src/prefs_actions.c
9369                 do not allow a leading '/' in the action menu name
9370
9371 2005-10-27 [paul]       1.9.15cvs118
9372
9373         * src/main.c
9374                 fix compilation warning
9375
9376 2005-10-27 [paul]       1.9.15cvs117
9377
9378         * src/procmime.c
9379                 add #if HAVE_LOCALE_H
9380
9381 2005-10-27 [paul]       1.9.15cvs116
9382
9383         * src/plugins/clamav/clamav_plugin.c
9384         * src/plugins/dillo_viewer/dillo_viewer.c
9385         * src/plugins/mathml_viewer/mathml_viewer.c
9386         * src/plugins/pgpcore/plugin.c
9387         * src/plugins/pgpinline/plugin.c
9388         * src/plugins/pgpmime/plugin.c
9389         * src/plugins/spamassassin/spamassassin.c
9390         * src/plugins/trayicon/trayicon.c
9391                 plugin_init() : make error messages more
9392                 informative
9393
9394 2005-10-26 [wwp]        1.9.15cvs115
9395
9396         * src/prefs_matcher.c
9397                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9398
9399 2005-10-26 [wwp]        1.9.15cvs114
9400
9401         * src/procmime.c
9402         * src/gtk/gtksctree.c
9403         * src/plugins/spamassassin/libspamc.c
9404         * src/plugins/spamassassin/spamassassin.c
9405                 fix some compilation warnings more
9406
9407 2005-10-26 [mones]      1.9.15cvs113
9408
9409         * po/es.po
9410                 Updated translation
9411
9412 2005-10-26 [paul]       1.9.15cvs112
9413
9414         * src/prefs_message.c
9415                 give all display_xface stuff the
9416                 #if HAVE_LIBCOMPFACE treatment, thus
9417                 preventing a crash
9418                 (Thanks to Wolfgang Enderlein)
9419
9420 2005-10-26 [colin]      1.9.15cvs111
9421
9422         * src/gedit-print.c
9423                 Fix date format
9424         * src/imap_gtk.c
9425         * src/news_gtk.c
9426                 Remove context menu items that should not be there
9427         * src/jpilot.c
9428                 Fix encoding
9429         * src/main.c
9430         * src/mainwindow.c
9431                 Don't show the mainwindow too soon
9432
9433 2005-10-26 [wwp]        1.9.15cvs110
9434
9435         * src/folder.c
9436         * src/manual.c
9437         * src/summaryview.c
9438                 fix uninitialized pointers in the folder updating hook
9439                 (thanks to Colin)
9440
9441 2005-10-25 [mones]      1.9.15cvs109
9442
9443         * manual/faq.xml
9444                 General information subsection completed. 
9445                 Removed archaic references.
9446                 
9447         * manual/Makefile
9448         * manual/dtd/manual.dsl
9449                 Added customization stylesheet for getting paragraphs
9450                 fully justified in PDF output (as suggested by Colin).
9451
9452 2005-10-25 [colin]      1.9.15cvs108
9453
9454         * src/compose.c
9455                 Fix a second leak
9456
9457 2005-10-25 [colin]      1.9.15cvs107
9458
9459         * src/addrbook.c
9460         * src/addrindex.c
9461                 Fix leak (xml_get_element() allocates memory)
9462         * src/compose.c
9463                 Fix leak + dead code (shame!)
9464         * src/procmime.c
9465                 Fix leak
9466
9467 2005-10-25 [colin]      1.9.15cvs106
9468
9469         * src/mimeview.c
9470                 Fix encoding issue in Save all and in 
9471                 overwrite-confirmation alertpanel
9472
9473 2005-10-25 [colin]      1.9.15cvs105
9474
9475         * src/common/socket.c
9476                 Fix a leak - Thanks to Christopher Aillon
9477                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9478
9479 2005-10-25 [paul]       1.9.15cvs104
9480
9481         * src/wizard.c
9482                 Always guess servers from the right-hand
9483                 email part and guess username from the
9484                 left-hand part. (Thanks to Colin)
9485                 add an X-Face to the welcome message
9486
9487 2005-10-25 [paul]       1.9.15cvs103
9488
9489         * manual/handling.xml
9490                 written by Colin, edited by me
9491
9492 2005-10-25 [wwp]        1.9.15cvs102
9493
9494         * src/folderview.c
9495         * src/grouplistdialog.c
9496         * src/imap.c
9497         * src/noticeview.c
9498                 fix some compilation warnings
9499
9500 2005-10-24 [paul]
9501
9502         1.9.99-rc3 released
9503
9504 2005-10-24 [paul]       1.9.15cvs101
9505
9506         * src/gtk/about.c
9507                 fix window sizing
9508
9509 2005-10-24 [paul]       1.9.15cvs100
9510
9511         * src/pixmaps/offline.xpm
9512         * src/pixmaps/online.xpm
9513                 replace with last default versions
9514
9515 2005-10-24 [colin]      1.9.15cvs99
9516
9517         * src/imap.c
9518                 Fix bug when moving a folder
9519         * src/imap_gtk.c
9520         * src/mh_gtk.c
9521                 "Delete folder" pops up a window, so it 
9522                 should be suffixed with "..."
9523         * src/plugins/pgpcore/sgpgme.c
9524                 Include locale.h
9525
9526 2005-10-24 [mones]      1.9.15cvs98
9527
9528         * manual/Makefile
9529         * manual/account.xml
9530         * manual/ack.xml
9531         * manual/addrbook.xml
9532         * manual/advanced.xml
9533         * manual/faq.xml
9534         * manual/glossary.xml
9535         * manual/gpl.xml
9536         * manual/handling.xml
9537         * manual/intro.xml
9538         * manual/keyboard.xml
9539         * manual/manual.xml
9540         * manual/plugins.xml
9541         * manual/starting.xml
9542         * manual/dtd/sdocbook.dtd
9543                 Initial manual structure and some content.
9544
9545 2005-10-23 [wwp]        1.9.15cvs97
9546
9547         * src/gtk/about.c
9548                 fix a typo
9549
9550 2005-10-23 [wwp]        1.9.15cvs96
9551
9552         * src/gtk/about.c
9553         * src/gtk/authors.h
9554                 rework of the about window (main work by Paul), also featuring a few
9555                 fixes for typos and duplicate names
9556
9557 2005-10-23 [wwp]        1.9.15cvs95
9558
9559         * src/.cvsignore
9560                 Ignore the right binary name (sylpheed-claws now)
9561
9562 2005-10-23 [paul]       1.9.15cvs94
9563
9564         * src/compose.c
9565                 when using Folder Pref 'Default To for
9566                 replies' make the entry in the Compose
9567                 window bold
9568                 Patch by Fabien Vantard
9569
9570 2005-10-22 [colin]      1.9.15cvs93
9571
9572         * src/codeconv.c
9573                 Fix leak
9574
9575 2005-10-22 [colin]      1.9.15cvs92
9576
9577         * src/codeconv.c
9578                 try to convert using locale (apart utf8) if necessary
9579
9580 2005-10-22 [colin]      1.9.15cvs91
9581
9582         * src/pixmaps/new.xpm
9583         * src/pixmaps/unread.xpm
9584                 Make the unread envelope blue again and
9585                 saturate the new one a bit more.
9586
9587 2005-10-22 [colin]      1.9.15cvs90
9588
9589         * src/compose.c
9590                 When replying to a mail sent by one of our accounts,
9591                 use the original list of recipients. Let 'Reply All'
9592                 and 'Reply to sender' work like previously.
9593
9594 2005-10-21 [colin]      1.9.15cvs89
9595
9596         * src/prefs_filtering.c
9597                 Clear fields after add and replace
9598         * src/textview.c
9599                 Display xface differently (better)
9600         * src/plugins/pgpinline/pgpinline.c
9601                 Fix crappy encodings/recodings
9602
9603 2005-10-21 [paul]       1.9.15cvs88
9604
9605         * src/compose.c
9606         * src/prefs_folder_item.c
9607         * src/toolbar.c
9608                 fix news folder Folder Properties
9609                 (thanks to Colin)
9610         * src/folderview.c
9611                 update folderview after Themes change
9612                 keep selected folder selected
9613                 (thanks to Colin)
9614
9615 2005-10-21 [paul]       1.9.15cvs87
9616
9617         * tools/Makefile.am
9618         * tools/OOo2sylpheed.pl
9619         * tools/README
9620         * tools/README.sylprint
9621         * tools/asus_mailled.sh         ** REMOVED **
9622         * tools/filter_conv.pl
9623         * tools/freshmeat_search.pl
9624         * tools/google_search.pl
9625         * tools/gpg-sign-syl            ** REMOVED **
9626         * tools/kmail2sylpheed.pl
9627         * tools/kmail2sylpheed_v2.pl
9628         * tools/multiwebsearch.pl
9629         * tools/nautilus2sylpheed.sh
9630         * tools/newscache_clean.pl
9631         * tools/outlook2sylpheed.pl
9632         * tools/sylpheed-switcher       ** REMOVED **
9633         * tools/sylprint.pl
9634         * tools/sylprint.rc
9635         * tools/tb2sylpheed
9636         * tools/vcard2xml.py
9637         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9638                 update default config dir
9639                 update binary name (thanks to Fabien Vantard)
9640                 remove obsolete scripts
9641
9642 2005-10-21 [colin]      1.9.15cvs86
9643
9644         * src/inc.c
9645                 Fix possible leak and units. Based on a patch by
9646                 Fabien Vantard.
9647
9648 2005-10-20 [colin]      1.9.15cvs85
9649
9650         * src/textview.c
9651                 Clear xface when clearing textview
9652
9653 2005-10-20 [colin]      1.9.15cvs84
9654
9655         * configure.ac
9656         * src/folderview.c
9657         * src/headerview.c
9658         * src/main.c
9659         * src/prefs_common.c
9660         * src/prefs_common.h
9661         * src/prefs_message.c
9662         * src/textview.c
9663         * src/textview.h
9664         * src/common/defs.h
9665         * src/common/utils.c
9666         * src/common/utils.h
9667         * src/gtk/gtkutils.c
9668         * src/gtk/gtkutils.h
9669                 Migrate config to .sylpheed-claws (Automatically)
9670                 Add a way to get the Xface in the TextView
9671
9672 2005-10-20 [colin]      1.9.15cvs83
9673
9674         * src/gtk/Makefile.am
9675         * src/gtk/about.c
9676         * src/gtk/authors.h
9677                 Make the about dialog *grooovy*
9678
9679 2005-10-20 [colin]      1.9.15cvs82
9680
9681         * src/mimeview.c
9682                 Use "Open with" on double click if no command
9683                 was found
9684
9685 2005-10-20 [colin]      1.9.15cvs81
9686
9687         * src/imap.c
9688         * src/etpan/imap-thread.c
9689                 Fix possible crash.
9690
9691 2005-10-20 [paul]       1.9.15cvs80
9692
9693         * src/folder.c
9694                 don't show clipkey icon if the only
9695                 attachment is the signature
9696                 Patch by Colin
9697
9698 2005-10-20 [paul]       1.9.15cvs79
9699
9700         * AUTHORS
9701         * src/plugins/pgpmime/pgpmime.c
9702                 name the PGP/MIME signature 'signature.asc'
9703                 Patch by Andrew Nelson <freeandy@gmail.com>
9704
9705 2005-10-19 [colin]      1.9.15cvs78
9706
9707         * src/plugins/pgpmime/pgpmime.c
9708                 Oops, no need to double-check though
9709
9710 2005-10-19 [colin]      1.9.15cvs77
9711
9712         * src/plugins/pgpinline/pgpinline.c
9713         * src/plugins/pgpmime/pgpmime.c
9714                 Check that my_tmpfile() doesn't 
9715                 return NULL
9716
9717 2005-10-19 [colin]      1.9.15cvs76
9718
9719         * src/common/utils.c
9720                 Use shorter mime boundaries to avoid having
9721                 MTAs rewrapping our headers, breaking the
9722                 PGP signature in the process 
9723         * src/compose.c
9724         * src/plugins/pgpmime/pgpmime.c
9725                 Check for boundary uniqueness to be sure
9726                 it won't happen, instead of hoping for the
9727                 best
9728
9729 2005-10-19 [colin]      1.9.15cvs75
9730
9731         * sylpheed-claws.desktop
9732         * src/Makefile.am
9733         * src/main.c
9734                 Ship a sylpheed-claws binary instead
9735                 of a sylpheed one. Change the socket
9736                 name, too
9737         * src/folderview.c
9738                 Update folder only if it changed
9739         * src/wizard.c
9740                 Fix i18n in welcome mail, patch by
9741                 Fabien Vantard
9742
9743 2005-10-19 [paul]
9744
9745         1.9.99-rc2 released
9746
9747 2005-10-19 [paul]       1.9.15cvs74
9748
9749         * src/folder.c
9750         * src/folderview.c
9751                 fix summaryview update
9752                 Patch by Colin
9753
9754 2005-10-18 [colin]      1.9.15cvs73
9755
9756         * src/plugins/pgpcore/passphrase.c
9757                 Don't XGrabServer, and try a bit more to 
9758                 sync everything before grabbing mouse/keyboard
9759
9760 2005-10-18 [colin]      1.9.15cvs72
9761
9762         * src/Makefile.am
9763         * src/addressadd.c
9764         * src/addressbook.c
9765         * src/folderview.c
9766         * src/grouplistdialog.c
9767         * src/mimeview.c
9768         * src/stock_pixmap.c
9769         * src/stock_pixmap.h
9770         * src/summaryview.c
9771         * src/gtk/gtksctree.c
9772         * src/gtk/gtksctree.h
9773         * src/pixmaps/empty.xpm
9774                 Implement a wrapper call for gtk_ctree_set_node_info
9775                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9776                 pixmap instead of a NULL one. This works around some
9777                 memory problems deep inside gtk, revealed by valgrind,
9778                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9779                 as locked crashes sylpheed.), as well as, probably, 
9780                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9781
9782 2005-10-17 [colin]      1.9.15cvs71
9783
9784         * src/mimeview.c
9785                 Provide visual feedback when checking
9786                 signature
9787
9788 2005-10-17 [colin]      1.9.15cvs70
9789
9790         * src/main.c
9791                 Keep the folder list frozen while checking caches...
9792
9793 2005-10-17 [colin]      1.9.15cvs69
9794
9795         * src/addr_compl.c
9796                 Fi bug #833 (Autocompleting from addressbook 
9797                 fails with extended chars)
9798         * src/imap.c
9799                 Fix 'adding messages' staying in statusbar
9800                 after an error
9801
9802 2005-10-17 [wwp]        1.9.15cvs68
9803
9804         * src/ssl_manager.c
9805                 Fix buttons' layout resizing when window size changes
9806
9807 2005-10-17 [wwp]        1.9.15cvs67
9808
9809         * src/account.c
9810         * src/prefs_account.c
9811         * src/prefs_common.c
9812         * src/prefs_common.h
9813         * src/prefs_folder_item.c
9814         * src/prefs_gtk.c
9815         * src/gtk/logwindow.c
9816         * src/gtk/pluginwindow.c
9817         * src/gtk/prefswindow.c
9818         * src/gtk/prefswindow.h
9819                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9820
9821 2005-10-17 [paul]       1.9.15cvs66
9822
9823         * configure.ac
9824                 fix missing libetpan message
9825         * po/en_GB.po
9826                 updated
9827         * src/crash.c
9828         * src/manual.c
9829         * src/prefs_themes.c
9830         * src/common/defs.h
9831                 add some new URI defines, change some
9832                 others
9833         * src/wizard.c
9834                 make welcome message translatable
9835                 small improvements to english
9836                 other tweaks
9837         * src/gtk/menu.c
9838                 fix warnings
9839
9840 2005-10-17 [paul]       1.9.15cvs65
9841
9842         * src/summaryview.c
9843                 fix column titles
9844
9845 2005-10-16 [mones]      1.9.15cvs64
9846
9847         * po/es.po
9848                 Updated translation
9849
9850 2005-10-16 [colin]
9851
9852         1.9.99-rc1 released
9853
9854 2005-10-16 [colin]      1.9.15cvs63
9855
9856         * src/wizard.c
9857                 Fix whitespace
9858
9859 2005-10-16 [colin]      1.9.15cvs62
9860
9861         * src/toolbar.c
9862                 s/Get All/Get Mail/
9863         * src/wizard.c
9864                 Real welcome mail text, thanks Paul
9865
9866 2005-10-16 [colin]      1.9.15cvs61
9867
9868         * src/editldap.c
9869         * src/exporthtml.c
9870         * src/main.c
9871         * src/mainwindow.c
9872         * src/prefs_themes.c
9873         * src/prefs_toolbar.c
9874         * src/plugins/demo/demo.c
9875         * src/plugins/trayicon/trayicon.c
9876                 s/Sylpheed/Sylpheed-Claws/
9877
9878 2005-10-16 [colin]      1.9.15cvs60
9879
9880         * src/wizard.c
9881                 Add a welcome email in the first empty mailbox
9882         * src/prefs_common.c
9883                 Change one more default
9884
9885 2005-10-16 [colin]      1.9.15cvs59
9886
9887         * src/wizard.c
9888                 Remove printf
9889
9890 2005-10-16 [colin]      1.9.15cvs58
9891
9892         * src/toolbar.c
9893         * src/prefs_common.c
9894                 Change some defaults
9895
9896 2005-10-16 [colin]      1.9.15cvs57
9897
9898         * src/toolbar.c
9899         * src/prefs_common.c
9900                 Change some defaults
9901
9902 2005-10-16 [colin]      1.9.15cvs56
9903
9904         * src/wizard.c
9905                 By default, initialize fonts to have
9906                 the same size as normal GtkWidgets
9907
9908 2005-10-16 [colin]      1.9.15cvs55
9909
9910         * src/mimeview.c
9911                 Fix message a bit more
9912
9913 2005-10-16 [colin]      1.9.15cvs54
9914
9915         * src/addressbook.c
9916                 Second attempt at flicker fixing
9917
9918 2005-10-16 [colin]      1.9.15cvs53
9919
9920         * src/addressbook.c
9921                 Fix flicker
9922
9923 2005-10-16 [wwp]        1.9.15cvs52
9924
9925         * src/addressbook.c
9926         * src/editaddress.c
9927         * src/prefs_common.c
9928         * src/prefs_common.h
9929                 Remember window sizes (address book)
9930
9931 2005-10-16 [wwp]        1.9.15cvs51
9932
9933         * src/plugins/clamav/clamav_plugin_gtk.c
9934         * src/plugins/spamassassin/spamassassin_gtk.c
9935                 Fix compilation warnings (missing #include).
9936
9937 2005-10-16 [colin]      1.9.15cvs50
9938
9939         * src/mimeview.c
9940         * src/summaryview.c
9941         * src/textview.c
9942                 Make 'c' check signature, and forward
9943                 c, l, y, t from summaryview to mimeview
9944
9945 2005-10-16 [colin]      1.9.15cvs49
9946
9947         * src/addressbook.c
9948                 Put border around buttons
9949         * src/mainwindow.c
9950         * src/summaryview.c
9951                 Rework menus (Patch based on a patch
9952                 by Paul)
9953
9954 2005-10-15 [wwp]        1.9.15cvs48
9955
9956         * src/editjpilot.c
9957         * src/editldap.c
9958         * src/editvcard.c
9959         * src/exphtmldlg.c
9960         * src/expldifdlg.c
9961         * src/export.c
9962         * src/import.c
9963         * src/importldif.c
9964         * src/importmutt.c
9965         * src/importpine.c
9966         * src/prefs_account.c
9967         * src/prefs_spelling.c
9968         * src/gtk/gtkutils.c
9969         * src/gtk/gtkutils.h
9970         * src/plugins/clamav/clamav_plugin_gtk.c
9971         * src/plugins/spamassassin/spamassassin_gtk.c
9972                 use nicer browse-for-file/dir buttons than the "..." ones,
9973                 code factorizing more.
9974
9975 2005-10-14 [colin]      1.9.15cvs47
9976
9977         * src/mainwindow.c
9978                 set relief on the account switcher so that people see it
9979                 grey out Create processing rules when no message is selected
9980         * src/prefs_filtering.c
9981                 ask before closing if the rule has not been modified, even if
9982                 it's not valid
9983         * src/prefs_matcher.c
9984                 fix sensitivity when entering the dialog
9985         * src/gtk/inputdialog.c
9986                 display a better icon on password ask
9987         * src/plugins/pgpcore/passphrase.c
9988                 make the dialog look better
9989
9990 2005-10-14 [paul]       1.9.15cvs46
9991
9992         * src/folderview.c
9993                 indicate presense of marked msgs in
9994                 unexpanded subfolders
9995
9996 2005-10-14 [paul]       1.9.15cvs45
9997
9998         * src/prefs_actions.c
9999         * src/prefs_common.c
10000         * src/prefs_common.h
10001         * src/prefs_filtering_action.c
10002         * src/prefs_matcher.c
10003         * src/prefs_template.c
10004                 remember window sizes
10005                 fix Info button size
10006
10007         Patches by wwp
10008
10009 2005-10-13 [colin]      1.9.15cvs44
10010
10011         * src/mimeview.c
10012         * src/noticeview.c
10013         * src/noticeview.h
10014                 Add a tooltip on the icon (optional) 
10015                 Get rid of the signature buttons and only
10016                 use the icon+tooltip
10017
10018 2005-10-13 [colin]      1.9.15cvs43
10019
10020         * src/noticeview.c
10021         * src/noticeview.h
10022                 Add hand cursor for hovering over icon
10023
10024 2005-10-13 [colin]      1.9.15cvs42
10025
10026         * src/summaryview.c
10027                 Fix crash when quicksearch's hidden 
10028                 at startup
10029
10030 2005-10-13 [colin]      1.9.15cvs41
10031
10032         * src/compose.c
10033                 Set subject when forwarding multiple mails
10034                 Check that other recipient than the default Cc or Bcc
10035                 have been set before sending.
10036
10037 2005-10-13 [colin]      1.9.15cvs40
10038
10039         * src/imap.c
10040                 Batch per-folder
10041                 Introduce locking, but don't use it yet
10042
10043 2005-10-13 [colin]      1.9.15cvs39
10044
10045         * src/gtk/quicksearch.c
10046                 Reset quicksearch when hiding it
10047                 Make sticky a real pref
10048
10049 2005-10-13 [colin]      1.9.15cvs38
10050
10051         * src/summaryview.c
10052                 Faster prefs apply
10053
10054 2005-10-13 [colin]      1.9.15cvs37
10055
10056         * src/mimeview.c
10057         * src/noticeview.c
10058         * src/noticeview.h
10059         * src/plugins/pgpcore/sgpgme.c
10060                 Make privacy icon clickable
10061                 Move Trust field in Full info
10062                 When trust is less than full, don't display
10063                 a warning icon
10064
10065 2005-10-13 [colin]      1.9.15cvs36
10066
10067         * src/folder.c
10068                 Batch on flags sync
10069         * src/folderview.c
10070                 Revert speed hack which is dangerous in fact
10071                 Apply prefs faster
10072
10073 2005-10-13 [colin]      1.9.15cvs35
10074
10075         * src/folder_item_prefs.c
10076                 Fix pref corruption on folder move. Patch
10077                 by wwp
10078
10079 2005-10-13 [paul]       1.9.15cvs34
10080
10081         * src/export.c
10082         * src/import.c
10083                 fix typos in g_warnings
10084         * src/prefs_account.c
10085                 add a file selector for Signature file
10086
10087         Patches by wwp
10088
10089 2005-10-12 [colin]      1.9.15cvs33
10090
10091         * src/mimeview.c
10092                 Provide a quick way to go back from a
10093                 signature's full info to the email part
10094
10095 2005-10-12 [colin]      1.9.15cvs32
10096
10097         * src/compose.c
10098                 Remove old hack of encoding signed mails with base64.
10099                 QP works equally well.
10100
10101 2005-10-12 [colin]      1.9.15cvs31
10102
10103         * src/crash.c
10104                 Replace deprecated GtkText with GtkTextView
10105         * src/imap.c
10106                 Fix a logic bug about counts in imap_select
10107                 (previously un-triggered)
10108         * src/mainwindow.c
10109         * src/summaryview.c
10110         * src/news.c
10111                 Allow local deletion of news posts
10112         * src/mimeview.c
10113                 Show GPG noticeview on the message/rfc822 part
10114                 in addition to the text/plain one
10115         * src/prefs_image_viewer.c
10116           src/plugins/pgpcore/prefs_gpg.c
10117                 Polish (set the label as part of the checkbox)
10118         * src/wizard.c
10119                 Don't sit there doing nothing after destroying
10120                 the window - return err
10121
10122 2005-10-11 [colin]      1.9.15cvs30
10123
10124         * src/folderview.c
10125                 Apply processing rules before showing folders.
10126                 Early folder show (before flags sync) will only
10127                 be done when there are no processing rules (nor
10128                 pre- or post- ones)
10129         * src/imap.c
10130                 Fix stuff related to mail subdir, creation and 
10131                 deletion of folders 
10132         * src/imap_gtk.c
10133                 Don't allow creation of folders in NoInferior
10134                 folders, as it won't work
10135
10136 2005-10-10 [colin]      1.9.15cvs29
10137
10138         * src/compose.c
10139                 Reselect "None" Privacy system when selecting an
10140                 account with no privacy system defined
10141
10142 2005-10-10 [colin]      1.9.15cvs28
10143
10144         * src/mainwindow.c
10145                 Add Windows-1252 encoding
10146         * src/prefs_common.c
10147                 Rework some defaults:
10148                 - autosave to draft by default
10149                 - don't show header pane (it's already in the textview)
10150                 - Select first new or unread mail on entry
10151                 - Assume 'Yes' to change folder when there's no more
10152                   unread message
10153         * src/prefs_matcher.c
10154                 Fix a gtk assertion failure
10155         * src/gtk/colorlabel.c
10156                 Workaround bad repainting on selection
10157         * src/main.c
10158                 Freeze/thaw (a bit faster on ssh -X)
10159         * src/msgcache.c
10160                 Get rid of StrdupConverter that just adds an
10161                 extra strdup/free 
10162         * src/etpan/imap_thread.c
10163                 memset buf to 0
10164
10165 2005-10-10 [colin]      1.9.15cvs27
10166
10167         * src/export.c
10168         * src/import.c
10169                 Fix compile on gtk 2.4. Patch by wwp
10170
10171 2005-10-09 [colin]      1.9.15cvs26
10172
10173         * src/mainwindow.c
10174         * src/messageview.c
10175         * src/summaryview.c
10176                 Clarify forward menus. Patch by wwp
10177
10178 2005-10-09 [colin]      1.9.15cvs25
10179
10180         * src/compose.c
10181         * src/compose.h
10182                 Fix bug #829 (Non-working "Encrypt message by 
10183                 default when replying to an encrypted message")
10184
10185 2005-10-08 [colin]      1.9.15cvs24
10186
10187         * src/wizard.c
10188                 Fix bug #827 ("Welcome" setup wizard after a 
10189                 permission error gives up & forgets itself.)
10190
10191 2005-10-08 [colin]      1.9.15cvs23
10192
10193         * src/procmime.c
10194                 Fix bug #828 (Ignoring headers with spaces around = sign)
10195
10196 2005-10-08 [colin]      1.9.15cvs22
10197
10198         * src/export.c
10199                 Warning fix by wwp
10200
10201 2005-10-08 [colin]      1.9.15cvs21
10202
10203         * src/folder.c
10204         * src/folder.h
10205                 Add a processing_pending indicator, set on 
10206                 folder_item_open and cleared after 
10207                 folder_item_process_open
10208         * src/folderview.c
10209         * src/summaryview.c
10210                 wrap procmsg_msginfo_*_flags, and in the
10211                 wrapper check that there's no folder processing 
10212                 pending. If there is, defer the flags change until 
10213                 processing is done to avoid stepping over each
10214                 other's toes.
10215                 Freeze during processing, but not during scanning.
10216
10217 2005-10-07 [colin]      1.9.15cvs20
10218
10219         * src/plugins/pgpcore/passphrase.c
10220                 Fix bug #826 (X-Server hangs when 
10221                 right-clicking a PGP encrypted message)
10222
10223 2005-10-07 [paul]       1.9.15cvs19
10224
10225         * src/compose.c
10226                 fix compose_entries[]
10227                 patch by Fabien Vantard
10228
10229 2005-10-06 [colin]      1.9.15cvs18
10230
10231         * src/pixmaps/address.xpm
10232         * src/pixmaps/address_book.xpm
10233         * src/pixmaps/book.xpm
10234         * src/pixmaps/check_spelling.xpm
10235         * src/pixmaps/checkbox_off.xpm
10236         * src/pixmaps/checkbox_on.xpm
10237         * src/pixmaps/close.xpm
10238         * src/pixmaps/complete.xpm
10239         * src/pixmaps/continue.xpm
10240         * src/pixmaps/deleted.xpm
10241         * src/pixmaps/down_arrow.xpm
10242         * src/pixmaps/exec.xpm
10243         * src/pixmaps/forwarded.xpm
10244         * src/pixmaps/group.xpm
10245         * src/pixmaps/ignorethread.xpm
10246         * src/pixmaps/interface.xpm
10247         * src/pixmaps/jpilot.xpm
10248         * src/pixmaps/ldap.xpm
10249         * src/pixmaps/linewrap.xpm
10250         * src/pixmaps/linewrapcurrent.xpm
10251         * src/pixmaps/mail.xpm
10252         * src/pixmaps/mail_attach.xpm
10253         * src/pixmaps/mail_compose.xpm
10254         * src/pixmaps/mail_forward.xpm
10255         * src/pixmaps/mail_receive.xpm
10256         * src/pixmaps/mail_receive_all.xpm
10257         * src/pixmaps/mail_reply.xpm
10258         * src/pixmaps/mail_reply_to_all.xpm
10259         * src/pixmaps/mail_reply_to_author.xpm
10260         * src/pixmaps/mail_send.xpm
10261         * src/pixmaps/mail_send_queue.xpm
10262         * src/pixmaps/mime_application.xpm
10263         * src/pixmaps/mime_audio.xpm
10264         * src/pixmaps/mime_image.xpm
10265         * src/pixmaps/mime_message.xpm
10266         * src/pixmaps/mime_text_enriched.xpm
10267         * src/pixmaps/mime_text_html.xpm
10268         * src/pixmaps/mime_text_plain.xpm
10269         * src/pixmaps/mime_unknown.xpm
10270         * src/pixmaps/new.xpm
10271         * src/pixmaps/news_compose.xpm
10272         * src/pixmaps/offline.xpm
10273         * src/pixmaps/online.xpm
10274         * src/pixmaps/paste.xpm
10275         * src/pixmaps/preferences.xpm
10276         * src/pixmaps/privacy_emblem_encrypted.xpm
10277         * src/pixmaps/privacy_expired.xpm
10278         * src/pixmaps/privacy_failed.xpm
10279         * src/pixmaps/privacy_passed.xpm
10280         * src/pixmaps/privacy_signed.xpm
10281         * src/pixmaps/privacy_unknown.xpm
10282         * src/pixmaps/privacy_warn.xpm
10283         * src/pixmaps/properties.xpm
10284         * src/pixmaps/replied.xpm
10285         * src/pixmaps/search.xpm
10286         * src/pixmaps/unread.xpm
10287         * src/pixmaps/up_arrow.xpm
10288         * src/pixmaps/vcard.xpm
10289                 Modernize internal theme, with icons from the 
10290                 Gnomaws theme. Keep some of the old ones where
10291                 they were better.
10292
10293 2005-10-06 [colin]      1.9.15cvs17
10294
10295         * src/summaryview.c
10296                 Little optimisations + bugfix
10297         * src/toolbar.c
10298                 Remove default useless items - useless being defined
10299                 by the default relevant prefs
10300         * src/wizard.c
10301                 include config.h to make gettext work
10302         * src/prefs_themes.c
10303                 Fix selection of current theme in prefs
10304
10305 2005-10-06 [colin]      1.9.15cvs16
10306
10307         * src/prefs_common.c
10308         * src/prefs_common.h
10309         * src/prefs_summaries.c
10310         * src/folderview.c
10311                 Add a warning dialog on Mark all read 
10312                 (with pref to get rid of it)
10313
10314 2005-10-06 [paul]       1.9.15cvs15
10315
10316         * po/nb.po
10317         * po/pt_BR.po
10318                 updated by Geir Helland and Frederico
10319                 Goncalves Guimaraes
10320
10321 2005-10-05 [colin]      1.9.15cvs14
10322
10323         * src/folder.c
10324         * src/folder.h
10325         * src/folderview.c
10326         * src/folderview.h
10327         * src/imap_gtk.c
10328         * src/mh_gtk.c
10329         * src/mainwindow.c
10330         * src/setup.c
10331                 add a way to rescan without rebuilding
10332                 make moving a bit faster (less folders changes)
10333                 don't lock the tree on Get 
10334         * src/imap.c
10335                 Don't re-delete deleted messages before expunging
10336         * src/summaryview.c
10337                 Set batch mode when deleting mails
10338
10339 2005-10-05 [paul]       1.9.15cvs13
10340
10341         * src/mainwindow.c
10342         * src/mainwindow.h
10343                 fix disabled Execute menu item
10344         * src/toolbar.c
10345                 match the change in 1.9.15cvs10: use Compose
10346                 instead of News by default
10347
10348 2005-10-04 [colin]      1.9.15cvs12
10349
10350         * src/compose.c
10351                 When replying to an ML post with Reply-To set
10352                 to the poster's email, honor it (as before),
10353                 but also honor our user's request to reply to
10354                 the mailing list: set the ML address in the To
10355                 field and the Reply-To address in the Cc: 
10356                 field.
10357
10358 2005-10-04 [colin]      1.9.15cvs11
10359
10360         * src/plugins/trayicon/trayicon.c
10361                 Finish cosmetic change - thanks to wwp
10362
10363 2005-10-04 [colin]      1.9.15cvs10
10364
10365         * src/toolbar.c
10366                 Use Compose instead of Email by default.
10367                 Spotted by wwp.
10368
10369 2005-10-04 [colin]      1.9.15cvs9
10370
10371         * src/folder.c
10372         * src/folder.h
10373         * src/folderview.c
10374         * src/imap.c
10375         * src/etpan/imap-thread.c
10376         * src/etpan/imap-thread.h
10377                 Try to make IMAP faster, by simplifying SEARCH
10378                 commands, avoiding sending two STATUS in a row,
10379                 and deferring flags sync and processing just
10380                 after displaying the folder. 
10381                 This will update the SummaryView in certain
10382                 cases (new mails not already fetched, flags
10383                 changed from another client) but in a non-
10384                 blocking manner.
10385
10386 2005-10-04 [colin]      1.9.15cvs8
10387
10388         * src/plugins/trayicon/trayicon.c
10389                 Relabel "Offline" to "Work offline"
10390
10391 2005-10-04 [colin]      1.9.15cvs7
10392
10393         * src/export.c
10394         * src/import.c
10395         * src/mbox.c
10396                 Fix mbox import/export buglets
10397                 Patch by wwp
10398         * src/plugins/trayicon/trayicon.c
10399                 Add offline swithc
10400                 Patch by wwp
10401
10402 2005-10-04 [colin]      1.9.15cvs6
10403
10404         * src/folder.c
10405         * src/folderview.c
10406         * src/summaryview.c
10407                 Better fix (don't break mark all read) for cvs2
10408
10409 2005-10-03 [colin]      1.9.15cvs5
10410
10411         * src/folder.c
10412                 Use a sane sort by default
10413
10414 2005-10-03 [colin]      1.9.15cvs4
10415
10416         * src/inc.c
10417                 Add a 'Only once' button for overriding offline mode
10418         * src/prefs_account.c
10419         * src/wizard.c
10420                 Add Local mbox to the wizard
10421                 Add IMAP subdir to the wizard (or the wizard is useless
10422                 for such accounts, or even worse than useless)
10423                 Move IMAP subdir from Advanced to Receive tab, as it's
10424                 not that uncommon
10425
10426 2005-10-03 [colin]      1.9.15cvs3
10427
10428         * src/send_message.c
10429                 Forgot this one in cvs1
10430
10431 2005-10-03 [colin]      1.9.15cvs2
10432
10433         * src/folder.c
10434                 Faster close when leaving a folder with lots
10435                 of new mails. Idea by David Relson.
10436
10437 2005-10-03 [colin]      1.9.15cvs1
10438
10439         * src/compose.c
10440         * src/imap.c
10441         * src/inc.c
10442         * src/main.c
10443         * src/messageview.c
10444         * src/news.c
10445         * src/summaryview.c
10446         * src/gtk/sslcertwindow.c
10447         * src/plugins/trayicon/trayicon.c
10448                 Add accels to every AlertPanel. Patch by Fabien 
10449                 Vantard
10450
10451 2005-10-03 [paul]       1.9.15
10452
10453         1.9.15 released
10454
10455 2005-10-03 [paul]       1.9.14cvs68
10456
10457         * po/ca.po
10458         * po/de.po
10459         * po/es.po
10460         * po/fi.po
10461         * po/fr.po
10462         * po/sk.po
10463         * po/sr.po
10464         * po/zh_CN.po
10465                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10466                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10467                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10468
10469 2005-10-03 [paul]       1.9.14cvs67
10470
10471         * src/send_message.c
10472                 prevent hang on Cancel
10473                 patch by Colin
10474
10475 2005-10-03 [paul]       1.9.14cvs66
10476
10477         * src/main.c
10478                 fix crash in IMAP caused by discrepancy
10479                 between check_at_startup and offline mode
10480                 Patch by Colin
10481
10482 2005-10-01 [paul]       1.9.14cvs65
10483
10484         * src/inc.c
10485                 fix engrish
10486
10487 2005-10-01 [paul]       1.9.14cvs64
10488         * src/export.c
10489         * src/import.c
10490                 synchronise import_mbox() and export_mbox()
10491         * src/mbox.c
10492                 proc_mbox(): add alert if file cannot be opened
10493                 export_list_to_mbox(): test if dest file exists,
10494                 prompt user to overwrite if it does. add alert
10495                 if file cannot be created
10496                                                                 
10497         Patch by wwp
10498                                                                                                                 
10499
10500 2005-09-30 [paul]       1.9.14cvs63
10501
10502         * src/addressbook.c
10503                 Fix sensitivity of a menu
10504         * src/codeconv.c
10505                 Respect hidden pref for mails with no encoding
10506         * src/common/xml.c
10507                 Fix memory corruption
10508         * src/plugins/pgpcore/sgpgme.c
10509                 Fix segfault on incomplete sigs, and display
10510                 of S/Mime UIDs
10511
10512         Patches by Colin
10513
10514 2005-09-30 [colin]      1.9.14cvs62
10515
10516         * src/partial_download.c
10517                 Little logic fix in almost-dead code
10518         * src/pop.c
10519                 Fix partial download when there's no new mail
10520
10521 2005-09-29 [paul]       1.9.14cvs61
10522
10523         * src/plugins/pgpinline/pgpinline.c
10524                 fix bug 819, 'crash accessing sign message'
10525                 Patch by Colin
10526
10527 2005-09-28 [martin]     1.9.14cvs60
10528
10529         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10530                 fix bug #790 (Crash when restarting window manager (fluxbox))
10531
10532 2005-09-28 [paul]       1.9.14cvs59
10533
10534         * src/gtk/gtkaspell.c
10535                 fix off-by-one typo
10536
10537 2005-09-27 [colin]      1.9.14cvs58
10538
10539         * src/plugins/pgpcore/sgpgme.c
10540                 Report error when there's one, instead of
10541                 "Signature unchecked" 
10542
10543 2005-09-27 [colin]      1.9.14cvs57
10544
10545         * src/prefs_quote.c
10546                 Fix bug #816 (Weird quotation with spaces)
10547
10548 2005-09-27 [colin]      1.9.14cvs56
10549
10550         * src/codeconv.c
10551         * src/compose.c
10552         * src/compose.h
10553                 Put subject in compose's title
10554                 Fix Automatic encoding so that it's really automatic:
10555                 first try default locale's charset, then charset of the replied mail, 
10556                 then utf-8
10557                 Fix encoding of headers (must be in strict mode too)
10558
10559 2005-09-26 [colin]      1.9.14cvs55
10560
10561         * src/gtk/gtkaspell.c
10562                 Fix previous patch - don't color the space,
10563                 just uncolor it :)
10564
10565 2005-09-26 [colin]      1.9.14cvs54
10566
10567         * src/gtk/gtkaspell.c
10568                 Unmark space if possible
10569
10570 2005-09-26 [colin]      1.9.14cvs53
10571
10572         * src/imap.c
10573                 log_error instead of alertpanel according to the pref
10574         * src/etpan/imap-thread.c
10575                 Print connect status, copy only necessary size to 
10576                 logger
10577         * src/plugins/pgpmime/pgpmime.c
10578                 Handle S/Mime signatures (verification only). Patch based
10579                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10580
10581 2005-09-26 [paul]       1.9.14cvs52
10582
10583         * src/common/passcrypt.c
10584                 this 'workaround' not necessary on NetBSD.
10585                 Thanks to Daniel Gustafson
10586
10587 2005-09-26 [paul]
10588
10589         1.9.15-rc4 released
10590
10591 2005-09-26 [paul]       1.9.14cvs51
10592
10593         * src/summaryview.c
10594                 Skip currently selected message when
10595                 looking for next new or unread message
10596                 in current folder. Patch by Colin
10597         * src/common/passcrypt.c
10598                 eliminate warnings on *BSD. Patch by
10599                 Daniel Gustafson
10600
10601 2005-09-26 [colin]      1.9.14cvs50
10602
10603         * src/procmsg.c
10604                 Call postfiltering hook anyway
10605
10606 2005-09-22 [colin]      1.9.14cvs49
10607
10608         * src/codeconv.c
10609         * src/codeconv.h
10610                 Add a strict mode that doesn't replace with _
10611         * src/compose.c
10612         * src/compose.h
10613                 Use strict conversion while sending
10614                 Fix race when drafting while sending (happens
10615                 on IMAP)
10616                 Fix d'n'd of messages from summaryview
10617         * src/prefs_common.c
10618         * src/prefs_common.h
10619                 add hidden utf8_instead_of_locale_for_broken_mail 
10620                 pref for people that preferred the default charset 
10621                 to be utf8 for broken mails
10622         * src/quote_fmt_parse.y
10623                 fix bug #815 (No quote insert if "From:" fied 
10624                 contained Russian letters)
10625         * src/summaryview.c
10626                 Fix d'n'd of messages to compose
10627
10628 2005-09-22 [paul]       1.9.14cvs48
10629
10630         * src/compose.c
10631                 fix bug where attachments Name entry
10632                 would display Path instead
10633
10634 2005-09-21 [paul]       1.9.14cvs47
10635
10636         * README
10637         * README.jp
10638         * configure.ac
10639         * config/config.rpath
10640         * doc/manual/en/sylpheed-20.html
10641         * doc/manual/es/sylpheed-20.html
10642         * po/bg.po
10643         * po/ca.po
10644         * po/de.po
10645         * po/es.po
10646         * po/fr.po
10647         * po/it.po
10648         * po/pt_BR.po
10649         * po/sk.po
10650         * po/zh_TW.po
10651         * src/account.c
10652         * src/account.h
10653         * src/action.c
10654         * src/action.h
10655         * src/adbookbase.h
10656         * src/addr_compl.c
10657         * src/addr_compl.h
10658         * src/addrbook.c
10659         * src/addrbook.h
10660         * src/addrcache.c
10661         * src/addrcache.h
10662         * src/addrcindex.c
10663         * src/addrcindex.h
10664         * src/addrclip.c
10665         * src/addrclip.h
10666         * src/addrdefs.h
10667         * src/addressadd.c
10668         * src/addressadd.h
10669         * src/addressbook.c
10670         * src/addressbook.h
10671         * src/addressitem.h
10672         * src/addrgather.c
10673         * src/addrgather.h
10674         * src/addrharvest.c
10675         * src/addrharvest.h
10676         * src/addrindex.c
10677         * src/addrindex.h
10678         * src/addritem.c
10679         * src/addritem.h
10680         * src/addrquery.c
10681         * src/addrquery.h
10682         * src/addrselect.c
10683         * src/addrselect.h
10684         * src/alertpanel.c
10685         * src/alertpanel.h
10686         * src/browseldap.c
10687         * src/browseldap.h
10688         * src/codeconv.c
10689         * src/codeconv.h
10690         * src/compose.c
10691         * src/compose.h
10692         * src/crash.c
10693         * src/crash.h
10694         * src/customheader.c
10695         * src/customheader.h
10696         * src/displayheader.c
10697         * src/displayheader.h
10698         * src/editaddress.c
10699         * src/editaddress.h
10700         * src/editbook.c
10701         * src/editbook.h
10702         * src/editgroup.c
10703         * src/editgroup.h
10704         * src/editjpilot.c
10705         * src/editjpilot.h
10706         * src/editldap.c
10707         * src/editldap.h
10708         * src/editldap_basedn.c
10709         * src/editldap_basedn.h
10710         * src/editvcard.c
10711         * src/editvcard.h
10712         * src/enriched.c
10713         * src/enriched.h
10714         * src/exphtmldlg.c
10715         * src/exphtmldlg.h
10716         * src/expldifdlg.c
10717         * src/expldifdlg.h
10718         * src/export.c
10719         * src/export.h
10720         * src/exporthtml.c
10721         * src/exporthtml.h
10722         * src/exportldif.c
10723         * src/exportldif.h
10724         * src/filtering.c
10725         * src/filtering.h
10726         * src/folder.c
10727         * src/folder.h
10728         * src/folder_item_prefs.c
10729         * src/folder_item_prefs.h
10730         * src/foldersel.c
10731         * src/foldersel.h
10732         * src/folderutils.c
10733         * src/folderutils.h
10734         * src/folderview.c
10735         * src/folderview.h
10736         * src/grouplistdialog.c
10737         * src/grouplistdialog.h
10738         * src/headerview.c
10739         * src/headerview.h
10740         * src/html.c
10741         * src/html.h
10742         * src/image_viewer.c
10743         * src/image_viewer.h
10744         * src/imap.c
10745         * src/imap.h
10746         * src/imap_gtk.c
10747         * src/imap_gtk.h
10748         * src/import.c
10749         * src/import.h
10750         * src/importldif.c
10751         * src/importldif.h
10752         * src/importmutt.c
10753         * src/importmutt.h
10754         * src/importpine.c
10755         * src/importpine.h
10756         * src/inc.c
10757         * src/inc.h
10758         * src/jpilot.c
10759         * src/jpilot.h
10760         * src/ldapctrl.c
10761         * src/ldapctrl.h
10762         * src/ldaplocate.c
10763         * src/ldaplocate.h
10764         * src/ldapquery.c
10765         * src/ldapquery.h
10766         * src/ldapserver.c
10767         * src/ldapserver.h
10768         * src/ldaputil.c
10769         * src/ldaputil.h
10770         * src/ldif.c
10771         * src/ldif.h
10772         * src/localfolder.c
10773         * src/localfolder.h
10774         * src/main.c
10775         * src/main.h
10776         * src/mainwindow.c
10777         * src/mainwindow.h
10778         * src/manual.c
10779         * src/manual.h
10780         * src/matcher.c
10781         * src/matcher.h
10782         * src/matcher_parser.h
10783         * src/matcher_parser_lex.l
10784         * src/matcher_parser_parse.y
10785         * src/mbox.c
10786         * src/mbox.h
10787         * src/message_search.c
10788         * src/message_search.h
10789         * src/messageview.c
10790         * src/messageview.h
10791         * src/mh.c
10792         * src/mh.h
10793         * src/mh_gtk.c
10794         * src/mh_gtk.h
10795         * src/mimeview.c
10796         * src/mimeview.h
10797         * src/msgcache.c
10798         * src/msgcache.h
10799         * src/mutt.c
10800         * src/mutt.h
10801         * src/news.c
10802         * src/news.h
10803         * src/news_gtk.c
10804         * src/news_gtk.h
10805         * src/noticeview.c
10806         * src/noticeview.h
10807         * src/partial_download.c
10808         * src/partial_download.h
10809         * src/pine.c
10810         * src/pine.h
10811         * src/pop.c
10812         * src/pop.h
10813         * src/prefs_account.c
10814         * src/prefs_account.h
10815         * src/prefs_actions.c
10816         * src/prefs_actions.h
10817         * src/prefs_common.c
10818         * src/prefs_common.h
10819         * src/prefs_compose_writing.c
10820         * src/prefs_compose_writing.h
10821         * src/prefs_customheader.c
10822         * src/prefs_customheader.h
10823         * src/prefs_display_header.c
10824         * src/prefs_display_header.h
10825         * src/prefs_ext_prog.c
10826         * src/prefs_ext_prog.h
10827         * src/prefs_filtering.c
10828         * src/prefs_filtering.h
10829         * src/prefs_filtering_action.c
10830         * src/prefs_filtering_action.h
10831         * src/prefs_folder_column.c
10832         * src/prefs_folder_column.h
10833         * src/prefs_folder_item.c
10834         * src/prefs_folder_item.h
10835         * src/prefs_fonts.c
10836         * src/prefs_fonts.h
10837         * src/prefs_gtk.c
10838         * src/prefs_gtk.h
10839         * src/prefs_image_viewer.c
10840         * src/prefs_image_viewer.h
10841         * src/prefs_matcher.c
10842         * src/prefs_matcher.h
10843         * src/prefs_message.c
10844         * src/prefs_message.h
10845         * src/prefs_msg_colors.c
10846         * src/prefs_msg_colors.h
10847         * src/prefs_other.c
10848         * src/prefs_other.h
10849         * src/prefs_quote.c
10850         * src/prefs_quote.h
10851         * src/prefs_receive.c
10852         * src/prefs_receive.h
10853         * src/prefs_send.c
10854         * src/prefs_send.h
10855         * src/prefs_spelling.c
10856         * src/prefs_spelling.h
10857         * src/prefs_summaries.c
10858         * src/prefs_summaries.h
10859         * src/prefs_summary_column.c
10860         * src/prefs_summary_column.h
10861         * src/prefs_template.c
10862         * src/prefs_template.h
10863         * src/prefs_themes.c
10864         * src/prefs_themes.h
10865         * src/prefs_toolbar.c
10866         * src/prefs_toolbar.h
10867         * src/prefs_wrapping.c
10868         * src/prefs_wrapping.h
10869         * src/privacy.c
10870         * src/privacy.h
10871         * src/procheader.c
10872         * src/procheader.h
10873         * src/procmime.c
10874         * src/procmime.h
10875         * src/procmsg.c
10876         * src/procmsg.h
10877         * src/quote_fmt.c
10878         * src/quote_fmt_parse.y
10879         * src/recv.c
10880         * src/recv.h
10881         * src/remotefolder.c
10882         * src/remotefolder.h
10883         * src/send_message.c
10884         * src/send_message.h
10885         * src/setup.c
10886         * src/setup.h
10887         * src/simple-gettext.c
10888         * src/sourcewindow.c
10889         * src/sourcewindow.h
10890         * src/ssl_manager.c
10891         * src/ssl_manager.h
10892         * src/statusbar.c
10893         * src/statusbar.h
10894         * src/stock_pixmap.c
10895         * src/stock_pixmap.h
10896         * src/summary_search.c
10897         * src/summary_search.h
10898         * src/summaryview.c
10899         * src/summaryview.h
10900         * src/syldap.c
10901         * src/syldap.h
10902         * src/textview.c
10903         * src/textview.h
10904         * src/toolbar.c
10905         * src/toolbar.h
10906         * src/undo.c
10907         * src/undo.h
10908         * src/unmime.c
10909         * src/unmime.h
10910         * src/vcard.c
10911         * src/vcard.h
10912         * src/wizard.c
10913         * src/wizard.h
10914         * src/common/base64.c
10915         * src/common/base64.h
10916         * src/common/defs.h
10917         * src/common/hooks.c
10918         * src/common/hooks.h
10919         * src/common/log.c
10920         * src/common/log.h
10921         * src/common/md5.c
10922         * src/common/md5.h
10923         * src/common/mgutils.c
10924         * src/common/mgutils.h
10925         * src/common/nntp.c
10926         * src/common/nntp.h
10927         * src/common/passcrypt.c
10928         * src/common/passcrypt.h.in
10929         * src/common/plugin.c
10930         * src/common/plugin.h
10931         * src/common/prefs.c
10932         * src/common/prefs.h
10933         * src/common/progressindicator.c
10934         * src/common/progressindicator.h
10935         * src/common/quoted-printable.c
10936         * src/common/quoted-printable.h
10937         * src/common/session.c
10938         * src/common/session.h
10939         * src/common/smtp.c
10940         * src/common/smtp.h
10941         * src/common/socket.c
10942         * src/common/socket.h
10943         * src/common/ssl.c
10944         * src/common/ssl.h
10945         * src/common/ssl_certificate.c
10946         * src/common/ssl_certificate.h
10947         * src/common/string_match.c
10948         * src/common/string_match.h
10949         * src/common/stringtable.c
10950         * src/common/sylpheed.c
10951         * src/common/sylpheed.h
10952         * src/common/template.c
10953         * src/common/template.h
10954         * src/common/timing.h
10955         * src/common/utils.c
10956         * src/common/utils.h
10957         * src/common/uuencode.c
10958         * src/common/uuencode.h
10959         * src/common/version.h.in
10960         * src/common/xml.c
10961         * src/common/xml.h
10962         * src/common/xmlprops.c
10963         * src/common/xmlprops.h
10964         * src/gtk/about.c
10965         * src/gtk/about.h
10966         * src/gtk/colorlabel.c
10967         * src/gtk/colorlabel.h
10968         * src/gtk/colorsel.c
10969         * src/gtk/colorsel.h
10970         * src/gtk/description_window.c
10971         * src/gtk/description_window.h
10972         * src/gtk/filesel.c
10973         * src/gtk/filesel.h
10974         * src/gtk/foldersort.c
10975         * src/gtk/foldersort.h
10976         * src/gtk/gtkutils.c
10977         * src/gtk/gtkutils.h
10978         * src/gtk/inputdialog.c
10979         * src/gtk/inputdialog.h
10980         * src/gtk/logwindow.c
10981         * src/gtk/logwindow.h
10982         * src/gtk/manage_window.c
10983         * src/gtk/manage_window.h
10984         * src/gtk/menu.c
10985         * src/gtk/menu.h
10986         * src/gtk/pluginwindow.c
10987         * src/gtk/pluginwindow.h
10988         * src/gtk/prefswindow.c
10989         * src/gtk/prefswindow.h
10990         * src/gtk/progressdialog.c
10991         * src/gtk/progressdialog.h
10992         * src/gtk/quicksearch.c
10993         * src/gtk/quicksearch.h
10994         * src/gtk/sslcertwindow.c
10995         * src/gtk/sslcertwindow.h
10996         * src/plugins/clamav/clamav_plugin.c
10997         * src/plugins/clamav/clamav_plugin.h
10998         * src/plugins/clamav/clamav_plugin_gtk.c
10999         * src/plugins/demo/demo.c
11000         * src/plugins/dillo_viewer/dillo_prefs.c
11001         * src/plugins/dillo_viewer/dillo_prefs.h
11002         * src/plugins/dillo_viewer/dillo_viewer.c
11003         * src/plugins/mathml_viewer/mathml_viewer.c
11004         * src/plugins/pgpcore/passphrase.c
11005         * src/plugins/pgpcore/passphrase.h
11006         * src/plugins/pgpcore/plugin.c
11007         * src/plugins/pgpcore/prefs_gpg.c
11008         * src/plugins/pgpcore/prefs_gpg.h
11009         * src/plugins/pgpcore/select-keys.c
11010         * src/plugins/pgpcore/select-keys.h
11011         * src/plugins/pgpcore/sgpgme.c
11012         * src/plugins/pgpcore/sgpgme.h
11013         * src/plugins/pgpinline/pgpinline.c
11014         * src/plugins/pgpinline/pgpinline.h
11015         * src/plugins/pgpinline/plugin.c
11016         * src/plugins/pgpmime/pgpmime.c
11017         * src/plugins/pgpmime/pgpmime.h
11018         * src/plugins/pgpmime/plugin.c
11019         * src/plugins/spamassassin/spamassassin.c
11020         * src/plugins/spamassassin/spamassassin.h
11021         * src/plugins/spamassassin/spamassassin_gtk.c
11022         * src/plugins/trayicon/trayicon.c
11023         * tools/OOo2sylpheed.pl
11024         * tools/acroread2sylpheed.pl
11025         * tools/asus_mailled.sh
11026         * tools/filter_conv.pl
11027         * tools/freshmeat_search.pl
11028         * tools/google_search.pl
11029         * tools/kmail2sylpheed.pl
11030         * tools/kmail2sylpheed_v2.pl
11031         * tools/maildir2sylpheed.pl
11032         * tools/multiwebsearch.pl
11033         * tools/newscache_clean.pl
11034         * tools/outlook2sylpheed.pl
11035         * tools/sylpheed-switcher
11036         * tools/update-po
11037         * tools/vcard2xml.py
11038         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11039                 update FSF address
11040
11041 2005-09-21 [colin]      1.9.14cvs46
11042
11043         * src/gedit-print.c
11044         * src/procmsg.c
11045         * src/procmsg.h
11046         * src/textview.c
11047         * src/summaryview.c
11048                 Remove some printing hacks (deselection/reselection),
11049                 which by the way fix printing the currently 
11050                 displayed mime part (still only text)
11051                 Plus a little optimisation of summary_show
11052
11053
11054 2005-09-20 [colin]      1.9.14cvs45
11055
11056         * src/mainwindow.c
11057         * src/messageview.c
11058                 GUI fixups: add accels, set message
11059                 view title to displayed mail's subject
11060         * src/prefs_spelling.c
11061         * src/gtk/gtkaspell.c
11062                 GUI fixups: allow underlining misspelled
11063                 words instead of coloring them (a11y!)
11064
11065 2005-09-19 [colin]
11066
11067         1.9.15rc3 released
11068
11069 2005-09-19 [colin]      1.9.14cvs44
11070
11071         * src/compose.c
11072                 Fix draft message
11073         * src/gtk/gtkaspell.c
11074                 Fix wrong test ;-)
11075
11076 2005-09-19 [colin]      1.9.14cvs43
11077
11078         * src/addressbook.c
11079                 Fix sensitivity of Delete button
11080         * src/compose.c
11081                 Warn if the requested Privacy system
11082                 is not available
11083         * src/exphtmldlg.c
11084         * src/expldifdlg.c
11085         * src/importldif.c
11086         * src/importmutt.c
11087         * src/importpine.c
11088                 Fix crappy UI
11089         * src/
11090         * src/ssl.h
11091         * src/prefs_account.h
11092         * src/prefs_account.c
11093                 Save SSL prefs even in builds that have
11094                 SSL support disable
11095         * src/imap.c
11096         * src/inc.c
11097         * src/news.c
11098         * src/send_message.c
11099                 Warn if connection should be secure, but
11100                 SSL support isn't compiled in
11101         * src/gtkaspell.c
11102                 Fix word separation on UTF-8 systems
11103                 Fixes bug #812 (Strange inline spellchecking)
11104         * src/compose.c
11105                 Warn if the requested Privacy system
11106                 is not available
11107                 Factorize offline warning
11108         * src/imap.c
11109         * src/imap_gtk.c
11110         * src/imap_gtk.h
11111         * src/inc.h
11112         * src/news_gtk.c
11113         * src/news_gtk.h
11114         * src/messageview.c
11115                 Factorize offline warning
11116
11117 2005-09-19 [paul]
11118
11119         1.9.15-rc2 released
11120
11121 2005-09-18 [colin]      1.9.14cvs42
11122
11123         * src/codeconv.c
11124         * src/codeconv.h
11125         * src/procmime.c
11126                 Add a way to get locale's charset ignoring utf-8,
11127                 and use that as default encoding for broken mails
11128
11129 2005-09-18 [colin]      1.9.14cvs41
11130
11131         * src/gtk/logwindow.c
11132                 Translate string. Patch by Fabien Vantard
11133
11134 2005-09-18 [colin]      1.9.14cvs40
11135
11136         * configure.ac
11137                 Fix bug #803 (IMAP/SSL support breaks with 
11138                 GnuTLS libetpan 0.38)
11139
11140 2005-09-18 [colin]      1.9.14cvs39
11141
11142         * src/codeconv.c
11143         * src/compose.c
11144         * src/procmime.c
11145                 More charsets fixes. Fixes bug #806 (non
11146                 ascii characters in subject line)
11147
11148 2005-09-17 [paul]       1.9.14cvs38
11149
11150         * src/folderview.c
11151         * src/mainwindow.c
11152                 fix gcc-2.95 issues
11153                 Patch by Pawel Pekala
11154
11155 2005-09-17 [colin]      1.9.14cvs37
11156
11157         * src/addrindex.c
11158                 bugfix for NO-USE LDAP compilation, patch 
11159                 by Fabien Vantard
11160
11161 2005-09-17 [colin]      1.9.14cvs36
11162
11163         * src/prefs_actions.c
11164         * src/prefs_customheader.c
11165         * src/prefs_display_header.c
11166         * src/prefs_filtering_action.c
11167         * src/prefs_matcher.c
11168         * src/prefs_toolbar.c
11169                 Fix strange casts (less elegant but
11170                 works better)
11171
11172 2005-09-16 [colin]      1.9.14cvs35
11173
11174         * src/jpilot.c
11175                 Missed that one
11176
11177 2005-09-16 [colin]      1.9.14cvs34
11178
11179         * configure.ac
11180         * src/Makefile.am
11181         * src/addr_compl.c
11182         * src/addrindex.c
11183         * src/browseldap.c
11184         * src/editldap.c
11185         * src/ldaplocate.c
11186         * src/ldapquery.c
11187         * src/ldapquery.h
11188         * src/ldapserver.c
11189         * src/ldapserver.h
11190         * src/main.c
11191         * src/matcher_parser_parse.y
11192         * src/prefs_themes.c
11193         * src/etpan/Makefile.am
11194         * src/gtk/description_window.c
11195         * src/plugins/clamav/Makefile.am
11196         * src/plugins/clamav/clamav_plugin.c
11197         * src/plugins/dillo_viewer/Makefile.am
11198         * src/plugins/pgpcore/Makefile.am
11199         * src/plugins/pgpinline/Makefile.am
11200         * src/plugins/pgpmime/Makefile.am
11201         * src/plugins/trayicon/Makefile.am
11202                 Fix 100% cpu usage in address completion list
11203                 Fix little bugs (return with no values etc)
11204                 Fix all warnings (with common CFLAGS)
11205
11206 2005-09-15 [colin]      1.9.14cvs33
11207
11208         * src/addressbook.c
11209                 Fix bug where sometimes a group's email list is empty,
11210                 force its refresh (probably fixes "Re: how to create a 
11211                 distribution list")
11212         * src/ldapquery.c
11213                 Don't return to the callback in the main thread from the
11214                 fetch thread (or face segs!)
11215
11216 2005-09-15 [paul]       1.9.14cvs32
11217
11218         * src/prefs_matcher.c
11219                 forgotten in last commit
11220
11221 2005-09-15 [paul]       1.9.14cvs31
11222
11223         * src/prefs_actions.c
11224         * src/prefs_filtering_action.c
11225         * src/prefs_quote.c
11226         * src/quote_fmt.c
11227         * src/summaryview.c
11228         * src/gtk/description_window.c
11229         * src/gtk/description_window.h
11230         * src/gtk/quicksearch.c
11231                 allow interaction with the called
11232                 description window
11233                 Patch by Anders Hammar
11234
11235 2005-09-14 [paul]       1.9.14cvs30
11236
11237         * src/compose.c
11238                 fix a little annoyance when pasting with 3rd button 
11239                 with wrap_pastes=0 and wrap_input=1
11240                 Patch by Colin
11241
11242 2005-09-14 [paul]       1.9.14cvs29
11243
11244         * src/prefs_account.c
11245                 disable 'Filter messages on receiving' for
11246                 SMTP-only accounts
11247                 Patch  by Anders Hammar
11248
11249 2005-09-14 [paul]       1.9.14cvs28
11250
11251         * po/sk.po
11252                 fix crash
11253                 updated by Andrej Kacian
11254
11255 2005-09-14 [paul]
11256
11257         1.9.15-rc1 released
11258
11259 2005-09-14 [paul]       1.9.14cvs27
11260
11261         * po/es.po
11262                 updated by Ricardo Mones Lastra
11263         * src/compose.c
11264         * src/compose.h
11265                 associate no_wrap_tags to Compose windows
11266                 instead of using a static one
11267                 Patch by Colin
11268         * src/mbox.c
11269                 fix proc_mbox()
11270                 Patch by wwp
11271         * src/textview.c
11272                 remove unneeded printf()
11273
11274 2005-09-14 [paul]       1.9.14cvs26
11275
11276         * src/addrcache.c
11277         * src/codeconv.h
11278         * src/folder.h
11279         * src/mainwindow.h
11280         * src/mh.c
11281         * src/mimeview.h
11282         * src/partial_download.c
11283         * src/pop.c
11284         * src/prefs_account.c
11285         * src/prefs_account.h
11286         * src/prefs_actions.c
11287         * src/prefs_customheader.c
11288         * src/prefs_display_header.c
11289         * src/prefs_filtering_action.c
11290         * src/prefs_matcher.c
11291         * src/prefs_toolbar.c
11292         * src/privacy.h
11293         * src/procmime.c
11294         * src/procmime.h
11295         * src/procmsg.h
11296         * src/textview.c
11297         * src/undo.h
11298         * src/common/plugin.c
11299         * src/common/session.h
11300         * src/common/socket.c
11301         * src/common/socket.h
11302         * src/common/template.c
11303         * src/gtk/gtkaspell.c
11304         * src/gtk/quicksearch.h
11305         * src/plugins/pgpcore/passphrase.c
11306         * src/plugins/pgpcore/prefs_gpg.h
11307         * src/plugins/pgpcore/select-keys.c
11308         * src/plugins/pgpcore/select-keys.h
11309         * src/plugins/pgpcore/sgpgme.c
11310         * src/plugins/pgpinline/pgpinline.c
11311         * src/plugins/pgpmime/pgpmime.c
11312         * src/plugins/trayicon/trayicon.c
11313                 fix compilation warnings
11314                 Patch by Daniel Gustafson
11315
11316 2005-09-14 [paul]       1.9.14cvs25
11317
11318         * src/addressbook.c
11319                 add missing column header, and other small
11320                 bug fixes
11321                 Patch by Anders Hammar
11322
11323 2005-09-13 [colin]      1.9.14cvs24
11324
11325         * src/gtk/gtkaspell.c
11326                 Fix non-utf8 in menu
11327                 Fix little leaks
11328                 Nullify struct members after free()s
11329
11330 2005-09-13 [colin]      1.9.14cvs23
11331
11332         * src/compose.c
11333                 Test utf8 compliance before inserting to 
11334                 buffer, and try to convert if necessary
11335         * src/procmime.c
11336                 If no charset is present, use the locale 
11337                 one instead of us-ascii
11338         * src/procmsg.c
11339                 Add Sender, List-Post and To in the checked 
11340                 headers for automatic rules creation 
11341                 (thanks to wwp)
11342         * src/prefs_themes.c
11343         * src/gtk/gtkaspell.c
11344                 Remove deprecated functions. 
11345                 patch by Daniel Gustafson
11346
11347 2005-09-12 [colin]      1.9.14cvs22
11348
11349         * src/compose.c
11350                 Fix bug #448 (Scrolling/Redraw issue with 
11351                 address-fields in Header)
11352         * src/mainwindow.c
11353         * src/summaryview.c
11354         * src/summaryview.h
11355                 Fix loss of MSG_MARKED on move/copy
11356                 Fix bug #804 (Quicksearch togglebutton doesn't 
11357                 get depressed after '/' key is pressed)
11358
11359 2005-09-12 [paul]       1.9.14cvs21
11360
11361         * AUTHORS
11362         * src/gtk/logwindow.c
11363                 add 'Clear Log' to popup menu
11364                 Patch by Anders Hammar <anders.hammar@telia.com>
11365
11366 2005-09-12 [paul]       1.9.14cvs20
11367
11368         * src/compose.c
11369                 set correct sensitivity on attachments
11370                 popup menu
11371         * src/folder.c
11372                 fix typo
11373         * src/prefs_spelling.c
11374                 fix crash when no LANG env is set
11375         * src/common/xml.c
11376                 fix crash in wizard
11377                 don't use memeory after free
11378
11379         All patches by Daniel Gustafson
11380
11381 2005-09-12 [paul]       1.9.14cvs19
11382
11383         * src/prefs_themes.c
11384                 make theme info selectable
11385         * src/gtk/description_window.c
11386                 make window non-modal
11387         * tools/README
11388                 add details of asus_mailed.sh
11389         * tools/claws.i18n.status.pl
11390                 update for new zh_TW translator
11391                 widen the output
11392                 create alternate coloured lines
11393                 improve readability
11394
11395 2005-09-10 [colin]      1.9.14cvs18
11396
11397         * src/plugins/pgpcore/select-keys.c
11398                 Better order for the buttons
11399
11400 2005-09-10 [colin]      1.9.14cvs17
11401
11402         * src/compose.c
11403         * src/plugins/pgpcore/select-keys.c
11404         * src/plugins/pgpcore/select-keys.h
11405         * src/plugins/pgpcore/sgpgme.c
11406                 Add a "Don't encrypt" button to the key
11407                 selection dialog. Fixes bug #177 (There should be a 
11408                 'Don't encrypt button in the Select Keys dialog)
11409
11410 2005-09-10 [colin]      1.9.14cvs16
11411
11412         * src/compose.c
11413                 Fix bug #572 (%X option does not work with templates)
11414
11415 2005-09-10 [colin]      1.9.14cvs15
11416
11417         * src/toolbar.c 
11418                 Remove g_print
11419
11420 2005-09-10 [colin]      1.9.14cvs14
11421
11422         * src/imap.c
11423                 Fix a possible crash
11424
11425 2005-09-09 [colin]      1.9.14cvs13
11426
11427         * src/imap.c
11428         * src/etpan/imap-thread.c
11429         * src/etpan/imap-thread.h
11430                 Fix moving from queue or drafts to normal folders
11431                 Fix bug #794 (No way to delete without expunging)
11432                 Take flags unset by other mailers into account
11433                 Take deleted flag set by other mailers into account
11434                 Fix unsetting REPLIED flag
11435                 Fix crash when capabilities can't be retrieved
11436         * src/mainwindow.c
11437         * src/mainwindow.h
11438                 Add M_DELAYED_FLAGS condition, and let the user use
11439                 Execute in order to be able to expunge deleted mails,
11440                 even if he's not in delayed execute mode
11441         * src/prefs_spelling.c
11442                 Use 'en' dictionary by default if LANG is POSIX or C
11443         * src/gtk/prefswindow.c
11444                 Fix bug #767 (Preferences windows expanding) by making
11445                 the window a bit larger when the resolution is greater
11446                 than 640x480, and by putting the prefs in a
11447                 GtkScrolledWindow.
11448
11449 2005-09-09 [paul]       1.9.14cvs12
11450
11451         * AUTHORS
11452         * configure.ac
11453         * po/zh_TW.Big5.po      ** REMOVED **
11454         * po/zh_TW.po           ** ADDED **
11455                 updated by Wei-Lun Chao
11456
11457 2005-09-09 [paul]       1.9.14cvs11
11458
11459         * src/mainwindow.c
11460                 fix asserts
11461         * src/common/xml.c
11462                 delay memory allocation until file is
11463                 opened successfully
11464                 Patch by Daniel Gustafson
11465
11466 2005-09-09 [colin]      1.9.14cvs10
11467
11468         * src/imap.c
11469                 Add guards
11470
11471 2005-09-08 [colin]      1.9.14cvs9
11472
11473         * src/compose.c
11474                 Alert when we can't save draft
11475                 Fix various wrap/color issues
11476                 Add mid-click pasting respecting wrap_paste option
11477         * src/folder.c
11478         * src/folder.h
11479         * src/folder_item_prefs.c
11480         * src/folder_item_prefs.h
11481         * src/imap.c
11482         * src/imap_gtk.c
11483         * src/imap_gtk.h
11484         * src/main.c
11485         * src/mainwindow.c
11486         * src/mainwindow.h
11487         * src/news.c
11488         * src/news_gtk.c
11489         * src/news_gtk.h
11490         * src/prefs_folder_item.c
11491                 Fix the impossibility to synchronise folders for
11492                 offline use (IMAP and NNTP are concerned)
11493
11494 2005-09-08 [colin]      1.9.14cvs8
11495
11496         * configure.ac
11497                 Build LDAP and JPilot by default if available
11498         * src/textview.c
11499                 Fix use after free
11500
11501 2005-09-08 [paul]       1.9.14cvs7
11502
11503         * doc/manual/en/sylpheed-1.html
11504         * doc/manual/en/sylpheed-18.html
11505         * doc/manual/en/sylpheed-19.html
11506         * doc/manual/en/sylpheed-4.html
11507         * doc/manual/en/sylpheed-6.html
11508         * doc/manual/en/sylpheed.html
11509                 a few minor updates, plus include some
11510                 details about plugins and their requirements
11511         * src/mainwindow.c
11512                 minor changes to English in /View/Sort
11513
11514 2005-09-07 [colin]      1.9.14cvs6
11515
11516         * doc/manual/en/sylpheed-1.html
11517         * doc/manual/en/sylpheed-10.html
11518         * doc/manual/en/sylpheed-11.html
11519         * doc/manual/en/sylpheed-12.html
11520         * doc/manual/en/sylpheed-13.html
11521         * doc/manual/en/sylpheed-14.html
11522         * doc/manual/en/sylpheed-15.html
11523         * doc/manual/en/sylpheed-16.html
11524         * doc/manual/en/sylpheed-17.html
11525         * doc/manual/en/sylpheed-18.html
11526         * doc/manual/en/sylpheed-19.html
11527         * doc/manual/en/sylpheed-2.html
11528         * doc/manual/en/sylpheed-20.html
11529         * doc/manual/en/sylpheed-21.html
11530         * doc/manual/en/sylpheed-22.html
11531         * doc/manual/en/sylpheed-3.html
11532         * doc/manual/en/sylpheed-4.html
11533         * doc/manual/en/sylpheed-5.html
11534         * doc/manual/en/sylpheed-6.html
11535         * doc/manual/en/sylpheed-7.html
11536         * doc/manual/en/sylpheed-8.html
11537         * doc/manual/en/sylpheed-9.html
11538         * doc/manual/en/sylpheed.html
11539                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11540
11541 2005-09-07 [colin]      1.9.14cvs5
11542
11543         * src/mainwindow.c
11544                 Make labels more to-the-point
11545
11546 2005-09-07 [colin]      1.9.14cvs4
11547
11548         * doc/manual/en/sylpheed-1.html
11549         * doc/manual/en/sylpheed-12.html
11550         * doc/manual/en/sylpheed-13.html
11551         * doc/manual/en/sylpheed-14.html
11552         * doc/manual/en/sylpheed-15.html
11553         * doc/manual/en/sylpheed-16.html
11554         * doc/manual/en/sylpheed-17.html
11555         * doc/manual/en/sylpheed-18.html
11556         * doc/manual/en/sylpheed-19.html
11557         * doc/manual/en/sylpheed-2.html
11558         * doc/manual/en/sylpheed-20.html
11559         * doc/manual/en/sylpheed-21.html
11560         * doc/manual/en/sylpheed-22.html
11561         * doc/manual/en/sylpheed-4.html
11562         * doc/manual/en/sylpheed-5.html
11563         * doc/manual/en/sylpheed-6.html
11564         * doc/manual/en/sylpheed-7.html
11565         * doc/manual/en/sylpheed-8.html
11566         * doc/manual/en/sylpheed-9.html
11567         * doc/manual/en/sylpheed.html
11568                 Update manual
11569
11570 2005-09-07 [colin]      1.9.14cvs3
11571
11572         * doc/faq/en/sylpheed-faq-1.html
11573         * doc/faq/en/sylpheed-faq-2.html
11574         * doc/faq/en/sylpheed-faq-3.html
11575         * doc/faq/en/sylpheed-faq.html
11576                 Update FAQ
11577
11578 2005-09-07 [colin]      1.9.14cvs2
11579
11580         * src/folderview.c
11581         * src/procmsg.c
11582         * src/summaryview.c
11583         * src/toolbar.c
11584                 Fix special subfolders:
11585                 - Inherit parent's icon
11586                 - sent contents of queues subfolders
11587                 - empty subfolders of trashes
11588         * src/mainwindow.c
11589                 Remove outdated manual and faq entries
11590         * src/common/utils.c
11591                 Add quotes around %s coming from mailcap
11592
11593 2005-09-07 [colin]      1.9.14cvs1
11594
11595         * src/compose.c
11596                 After saving draft, set modified to FALSE
11597         * src/mimeview.c
11598         * src/common/utils.c
11599         * src/common/utils.h
11600                 Try to open mime parts using what is 
11601                 indicated in ~/.mailcap or /etc/mailcap,
11602                 if possible.
11603
11604 2005-09-05 [paul]       1.9.14
11605
11606         1.9.14 released
11607
11608         * po/sk.po
11609                 updated by Andrej Kacian
11610
11611 2005-09-05 [paul]       1.9.13cvs83
11612
11613         * po/de.po
11614         * po/es.po
11615         * po/fi.po
11616         * po/fr.po
11617         * po/nb.po
11618         * po/pt_BR.po
11619         * po/sr.po
11620                 updated translations by Thomas Gilgin, Ricardo Mones
11621                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11622                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11623
11624 2005-09-04 [paul]       1.9.13cvs82
11625
11626         * src/compose.c
11627                 only warn about exceeded line length limit
11628                 on send
11629
11630 2005-09-04 [paul]       1.9.13cvs81
11631
11632         * src/compose.c
11633                 fix crash in 'line length exceeded' dialogue
11634
11635 2005-09-02 [paul]       1.9.13cvs80
11636
11637         * src/imap.c
11638                 fix bug 795, 'Connection lost IMAP'
11639                 and add statusbar prints
11640                 Patch by Colin
11641
11642 2005-09-02 [paul]       1.9.13cvs79
11643
11644         * src/compose.c
11645                 compose_wrap_paragraph() becomes
11646                 compose_beautify_paragraph()
11647                 Patch by Colin
11648
11649 2005-09-02 [colin]      1.9.13cvs78
11650
11651         * src/folderview.c
11652                 Micro-fix
11653
11654 2005-09-01 [colin]      1.9.13cvs77
11655
11656         * src/imap.c
11657                 Maybe fix bug #795 (Connection lost IMAP)
11658                 Don't try to send logout when we're disconnected.
11659         * src/summaryview.c
11660                 Include locked and marked emails in HRM
11661                 view. Fixes bug #800 (Locked messages no longer 
11662                 show up when hide read messages is used)
11663
11664 2005-09-01 [paul]       1.9.13cvs76
11665
11666         * src/prefs_common.c
11667                 fix bad cutting
11668
11669 2005-08-31 [colin]      1.9.13cvs75
11670
11671         * src/folderview.c
11672         * src/folderview.h
11673         * src/prefs_summaries.c
11674         * src/summaryview.c
11675                 Fix "go to next new", fix preference
11676                 (Open unread/next swapped)
11677
11678 2005-08-31 [paul]       1.9.13cvs74
11679
11680         * src/compose.c
11681         * src/folderview.c
11682         * src/headerview.c
11683         * src/headerview.h
11684         * src/mainwindow.c
11685         * src/prefs_common.c
11686         * src/prefs_common.h
11687         * src/prefs_fonts.c
11688         * src/summaryview.c
11689         * src/textview.c
11690         * src/common/defs.h
11691                 remove obsolete BOLD_FONT setting
11692                 fix font update in headerview and textview
11693                 headers after prefs change
11694                 Patch By Colin
11695
11696 2005-08-31 [paul]
11697
11698         1.9.14-rc4 released
11699
11700 2005-08-30 [colin]      1.9.13cvs73
11701
11702         * src/summaryview.c
11703                 When Hide read messages is selected and we
11704                 refresh the summaryview, don't remove the 
11705                 currently displayed message. Fixes bug #797
11706                 (Summary view reloads when new mail is 
11707                 downloaded in 1.9.14 rc)
11708
11709 2005-08-30 [colin]      1.9.13cvs72
11710
11711         * src/folderview.c
11712                 Fix flickering
11713         * src/mainwindow.c
11714                 Remove useless callback
11715         * src/mimeview.c
11716         * src/gtk/filesel.c
11717         * src/gtk/filesel.h
11718                 Add a filesel_select_file_save_folder() - used by Save All
11719
11720 2005-08-29 [paul]       1.9.13cvs71
11721
11722         * AUTHORS
11723         * src/matcher_parser_parse.y
11724         * src/etpan/imap-thread.c
11725                 fix building on FreeBSD
11726                 Patch by Daniel Gustafson <daniel@hobbit.se>
11727
11728 2005-08-29 [paul]       1.9.13cvs70
11729
11730         * src/plugins/pgpinline/pgpinline.c
11731                 only initialise sig result if it's been handled
11732                 Patch by Colin
11733
11734 2005-08-29 [paul]       1.9.13cvs69
11735         
11736         Patches by Colin:
11737
11738         * src/imap.c
11739         * src/common.utils.c
11740         * src/common/utils.h
11741                 optimisation
11742         * src/stock_pixmap.h
11743                 fix wrong icon reference
11744         * src/pixmaps/trash_btn.xpm
11745                 replace with nicer image
11746
11747 2005-08-28 [colin]      1.9.13cvs68
11748
11749         * src/Makefile.am
11750         * src/stock_pixmap.c
11751         * src/stock_pixmap.h
11752         * src/toolbar.c
11753         * src/pixmaps/trash_btn.xpm
11754                 Add a specific trash xpm for the button
11755
11756 2005-08-28 [colin]      1.9.13cvs67
11757
11758         * src/imap.c
11759                 Fix leak
11760
11761 2005-08-27 [colin]      1.9.13cvs66
11762
11763         * src/imap.c
11764         * src/procmime.c
11765                 Correctly fix "Problem with replies", fixes
11766                 pgpmime encryption too. 
11767
11768 2005-08-27 [colin]      1.9.13cvs65
11769
11770         * src/folder.c
11771         * src/procmsg.c
11772         * src/procmsg.h
11773         * src/summaryview.c
11774                 Fix bug #517 (messages removed from summaryview 
11775                 when moving fails)
11776
11777 2005-08-27 [colin]      1.9.13cvs64
11778
11779         * tools/Makefile.am
11780         * tools/asus_mailled.sh
11781                 Add a script to blink ASUS laptops' mail LED where there
11782                 is unread mail.
11783
11784 2005-08-27 [colin]      1.9.13cvs63
11785
11786         * src/imap.c
11787         * src/etpan/imap-thread.c
11788         * src/etpan/imap-thread.h
11789                 Implement automatic choosing of login method
11790                 Fixes bug #791
11791         * src/gtk/.cvsignore
11792                 Add sylpheed-marshal.[ch]
11793
11794 2005-08-27 [colin]      1.9.13cvs62
11795
11796         * src/common/utils.c
11797                 Fix confusing perror
11798
11799 2005-08-27 [colin]      1.9.13cvs61
11800
11801         * src/toolbar.c
11802         * src/toolbar.h
11803                 Remove A_DELETE, replace it with 
11804                 A_TRASH and A_DELETE_REAL. Automatically
11805                 rewrite config files to replace A_DELETE
11806                 with A_TRASH (no functionality change).
11807                 Fixes half of #794
11808
11809 2005-08-26 [colin]      1.9.13cvs60
11810
11811         * src/procmime.c
11812                 Previous "Problem with replies" fix brought other
11813                 problems, fixing them
11814
11815 2005-08-26 [colin]      1.9.13cvs59
11816
11817         * src/procmime.c
11818                 Fix "Problem with replies". This happened only
11819                 on IMAP...
11820         * src/procmsg.c
11821                 Factorize code a bit
11822         * src/compose.c
11823                 Speed improvement on very long messages (wrapping)
11824                 Fix signature color on Reedit and Redirect
11825                 On Reedit, don't attach pgp-signatures parts, but
11826                 set signing to On.
11827
11828 2005-08-24 [paul]       1.9.13cvs58
11829
11830         * src/compose.c
11831                 don't claim success when clicking
11832                 Cancel on the passphrase box.
11833                 Patch by Colin
11834
11835 2005-08-24 [paul]       1.9.13cvs57
11836
11837         * src/main.c
11838                 fix misplaced sylpheed.log
11839         * src/common/defs.h
11840                 define UIDL_DIR
11841
11842 2005-08-24 [paul]       1.9.13cvs56
11843
11844         * src/imap.c
11845         * src/etpan/imap-thread.c
11846         * src/etpan/imap-thread.h
11847                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11848                 Patch by Colin
11849         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11850         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11851                 remove autogenerated files
11852         * tools/kdeservicemenu/README
11853         * tools/kdeservicemenu/install.sh
11854         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11855         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11856                 use Claws icon, use 'Sylpheed-Claws' in menu,
11857                 use kdialog, and other cleanups
11858
11859 2005-08-23 [paul]       1.9.13cvs55
11860
11861         * src/compose.c
11862                 fix paste/wrap crash
11863                 Patch by Colin
11864
11865 2005-08-23 [paul]       1.9.13cvs54
11866
11867         * src/main.c
11868                 fix crash recovery
11869                 Patch by Colin
11870
11871 2005-08-23 [paul]       1.9.13cvs53
11872
11873         * src/addressbook.c
11874         * src/editaddress.c
11875                 view all data of LDAP contacts
11876                 Patch by Colin
11877
11878 2005-08-23 [paul]       1.9.13cvs52
11879
11880         * src/addressbook.c
11881                 fix issues with the Search field
11882                 Patch by Colin
11883
11884 2005-08-22 [paul]       1.9.13cvs51
11885
11886         * src/folderview.c
11887                 put name of folder in processing dialog
11888                 title
11889         * src/prefs_folder_item.c
11890                 improve english usage
11891
11892 2005-08-22 [paul]       1.9.13cvs50
11893
11894         * src/filtering.c
11895         * src/filtering.h
11896         * src/matcher.c
11897         * src/matcher_parser_lex.l
11898         * src/matcher_parser_parse.y
11899         * src/prefs_filtering.c
11900                 add Filtering/Processing rule names feature.
11901                 (the incompatible old matcherrc is saved as
11902                 matcherrc.pre_names).
11903                 Patch by Colin
11904
11905 2005-08-22 [paul]       1.9.13cvs49
11906
11907         * src/procmsg.c
11908                 fix colour labelling
11909                 Patch by Colin
11910
11911 2005-08-22 [paul]       1.9.13cvs48
11912
11913         * src/textview.c
11914                 fix open_image_cb()
11915
11916 2005-08-22 [paul]       1.9.13cvs47
11917
11918         * src/imap.c
11919                 fix bug 789, 'SC crashes with imap (CVS ver)'
11920                 Patch by Colin
11921
11922 2005-08-22 [paul]       1.9.13cvs46
11923
11924         * src/mimeview.c
11925         * src/prefs_common.c
11926         * src/common/defs.h
11927                 define reused defaults in defs.h
11928         * src/textview.c
11929                 add 'Open image' to image popup menu
11930
11931 2005-08-21 [colin]      1.9.13cvs45
11932
11933         * src/summaryview.c
11934                 Fix bug #788 (Bogus "From" address displayed)
11935
11936 2005-08-20 [colin]      1.9.13cvs44
11937
11938         * src/folder.c
11939                 Fix buf #787 (multilevel delete causes SIGSEGV)
11940
11941 2005-08-19 [colin]      1.9.13cvs43
11942
11943         * src/inc.c
11944         * src/prefs_common.c
11945         * src/prefs_common.h
11946                 Add an hidden pref to allow modifying the
11947                 update stepping in incorporation.
11948                 Patch by wwp.
11949
11950 2005-08-19 [colin]      1.9.13cvs42
11951
11952         * src/compose.c
11953         * src/procmime.c
11954                 Workaround for broken MUAs: encode 
11955                 Content-type: name: as ASCII and 
11956                 Content-Disposition: filename: as
11957                 per rfc2231
11958         * src/prefs_account.c
11959                 Fix invisible-ness of SMTP SSL prefs
11960                 in NNTP accounts
11961
11962 2005-08-19 [paul]       1.9.13cvs41
11963
11964         * src/compose.c
11965         * src/prefs_common.c
11966         * src/prefs_common.h
11967         * src/prefs_wrapping.c
11968                 paste with or without wrapping.
11969                 patch by Colin
11970
11971 2005-08-19 [paul]       1.9.13cvs40
11972
11973         * src/prefs_common.c
11974         * src/prefs_common.h
11975         * src/summaryview.c
11976                 reintroduce enable_swap_from as a
11977                 hidden pref. patch by Colin
11978         * src/quote_fmt_parse.y
11979         * src/plugins/clamav/clamav_plugin.c
11980         * src/plugins/dillo_viewer/dillo_viewer.c
11981         * src/plugins/mathml_viewer/mathml_viewer.c
11982         * src/plugins/pgpcore/sgpgme.c
11983         * src/plugins/pgpinline/pgpinline.c
11984         * src/plugins/pgpmime/pgpmime.c
11985                 tidy up. patch by Colin
11986
11987 2005-08-19 [paul]       1.9.13cvs39
11988
11989         * configure.ac
11990                 complete cvs38's sync
11991         * src/editaddress.c
11992         * src/gedit-print.c
11993         * src/mutt.c
11994         * src/etpan/etpan-log.c
11995         * src/etpan/imap-thread.c
11996         * src/gtk/gtksourceprintjob.c
11997                 fix compilation warnings
11998                 (patch by Colin)
11999
12000 2005-08-19 [paul]       1.9.13cvs38
12001
12002         sync with main:
12003
12004         * src/account.c
12005         * src/action.c
12006         * src/addrbook.c
12007         * src/addrcache.c
12008         * src/addrharvest.c
12009         * src/addrindex.c
12010         * src/codeconv.c
12011         * src/compose.c
12012         * src/crash.c
12013         * src/exporthtml.c
12014         * src/exportldif.c
12015         * src/folder.c
12016         * src/image_viewer.c
12017         * src/inc.c
12018         * src/inc.h
12019         * src/jpilot.c
12020         * src/ldif.c
12021         * src/main.c
12022         * src/matcher.c
12023         * src/mbox.c
12024         * src/messageview.c
12025         * src/mh.c
12026         * src/mimeview.c
12027         * src/msgcache.c
12028         * src/mutt.c
12029         * src/news.c
12030         * src/partial_download.c
12031         * src/pine.c
12032         * src/pop.c
12033         * src/prefs_actions.c
12034         * src/prefs_common.c
12035         * src/prefs_customheader.c
12036         * src/prefs_display_header.c
12037         * src/prefs_gtk.c
12038         * src/prefs_themes.c
12039         * src/procheader.c
12040         * src/procmime.c
12041         * src/procmsg.c
12042         * src/recv.c
12043         * src/send_message.c
12044         * src/simple-gettext.c
12045         * src/sourcewindow.c
12046         * src/textview.c
12047         * src/vcard.c
12048         * src/common/defs.h
12049         * src/common/log.c
12050         * src/common/plugin.c
12051         * src/common/prefs.c
12052         * src/common/session.c
12053         * src/common/session.h
12054         * src/common/socket.c
12055         * src/common/socket.h
12056         * src/common/ssl_certificate.c
12057         * src/common/template.c
12058         * src/common/utils.c
12059         * src/common/utils.h
12060         * src/common/xml.c
12061         * src/gtk/about.c
12062         added wrappers for C library function that
12063                 take pathname arguments.
12064                 enabled compilation with MinGW.
12065                 use GDir instead of directly using opendir().
12066                 added rename_force().
12067
12068 2005-08-19 [paul]       1.9.13cvs37
12069         
12070         patches by Colin:
12071         * src/compose.c
12072                 fix privacy settings on re-editing
12073                 a sent message
12074         * src/jpilot.c
12075                 fix encoding bug
12076         * src/folder.c
12077         * src/procmsg.c
12078         * src/procmsg.h
12079         * src/summaryview.c
12080                 flag changing optimisation
12081
12082 2005-08-18 [martin]     1.9.13cvs36
12083
12084         * commitHelper
12085             added my login
12086         * src/addrcache.c
12087         * src/addrharvest.c
12088         * src/addrindex.c
12089         * src/compose.c
12090         * src/grouplistdialog.c
12091         * src/main.c
12092         * src/mainwindow.c
12093         * src/msgcache.c
12094         * src/mutt.c
12095         * src/pine.c
12096         * src/prefs_account.c
12097         * src/prefs_themes.c
12098         * src/stock_pixmap.c
12099         * src/summaryview.c
12100         * src/gtk/about.c
12101         * src/gtk/logwindow.c
12102             removed deprecated glib and gdk stuff
12103         * src/plugins/pgpcore/select-keys.c
12104             convert attributes from locale to utf8
12105
12106 2005-08-17 [paul]       1.9.13cvs35
12107
12108         * src/account.c
12109         * src/addressbook.c
12110                 use new GTK_STOCK_ icons if available
12111         * src/summaryview.c
12112         * src/gtk/gtksctree.c
12113         * src/gtk/gtksctree.h
12114                 faster range select. patch by Colin
12115
12116 2005-08-17 [paul]       1.9.13cvs34
12117
12118         patches by colin:
12119         * src/addressbook.c
12120         * src/addressitem.h
12121                 Add an edit button for contacts, fix selections
12122                 of gtksctree items
12123         * src/editaddress.c
12124                 Change labels, let Save be always possible in the
12125                 email and user atributes tabs
12126         * src/folderview.c
12127                 fix sort issues
12128         * src/summaryview.c
12129                 select next item instead of the displayed one
12130                 after deletion
12131
12132         * src/gtk/progressdialog.c
12133                 use prefs_common.enable_rules_hint
12134
12135 2005-08-13 [hoa]        1.9.13cvs33
12136
12137         * src/etpan/imap-thread.c
12138                 fixed build on Solaris.
12139
12140 2005-08-10 [colin]      1.9.13cvs32
12141
12142         * src/procmsg.c
12143                 Fix cvs31 (missing fclose before reading
12144                 the file)
12145
12146 2005-08-10 [colin]      1.9.13cvs31
12147
12148         * src/procmsg.c
12149                 Fix procmsg_msginfo_new_from_mimeinfo() when
12150                 the MimeInfo isn't stored in memory. This fixes
12151                 replying to an attached message.
12152
12153 2005-08-10 [colin]      1.9.13cvs30
12154
12155         * src/mainwindow.c
12156                 Fix slowness in account changing
12157
12158 2005-08-10 [colin]      1.9.13cvs29
12159
12160         * src/folder.c
12161         * src/folderutils.c
12162         * src/folderview.c
12163         * src/imap_gtk.c
12164         * src/mainwindow.c
12165         * src/mh_gtk.c
12166         * src/procmsg.c
12167         * src/summaryview.c
12168                 Optimize folder_has_parent_of_type
12169                 Prevent moving special sub-folders from contextual menus
12170                 Rework message a bit ("Empty all messages" -> "Delete all
12171                 messages")
12172                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12173                 and "Deleted Items" folders)
12174
12175 2005-08-08 [colin]      1.9.13cvs28
12176
12177         * src/summaryview.c
12178         * src/prefs_summaries.c
12179                 Make "Select first unread|new" more flexible
12180                 (just prioritize new or unread)
12181
12182 2005-08-08 [colin]      1.9.13cvs27
12183
12184         * src/summaryview.c
12185                 If "select first new" is selected and there only
12186                 are unread messages, fallback to "select first
12187                 unread".
12188
12189 2005-08-08 [colin]      1.9.13cvs26
12190
12191         * src/folder.c
12192                 Fix shameful bugs (and bug #779)
12193
12194 2005-08-08 [colin]      1.9.13cvs25
12195
12196         * src/folder.c
12197         * src/folder.h
12198                 Cache parents' type to make folder_has_parent_of_type
12199                 faster
12200         * src/folderview.c
12201                 Forbid DnD of special sub-folders
12202         * src/procmsg.c
12203         * src/procmsg.h
12204                 Add MAIL_POSTFILTERING_HOOK
12205         * src/summaryview.c
12206                 Revert over-zealous deletion of the use_addr_book 
12207                 code
12208
12209 2005-08-07 [colin]      1.9.13cvs24
12210
12211         * src/folder.c
12212                 Fix big mistake (passing MsgInfo instead 
12213                 of FolderItem)
12214
12215 2005-08-07 [colin]      1.9.13cvs23
12216
12217         * src/compose.c
12218         * src/folder.c
12219         * src/folder.h
12220         * src/foldersel.c
12221         * src/folderutils.c
12222         * src/folderview.c
12223         * src/imap.c
12224         * src/mainwindow.c
12225         * src/messageview.c
12226         * src/mh.c
12227         * src/msgcache.c
12228         * src/procmime.c
12229         * src/summaryview.c
12230                 Make subfolders of Drafts, Queue, Outbox, Trash
12231                 work like their parents. 
12232                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12233
12234 2005-08-07 [colin]      1.9.13cvs22
12235
12236         * src/addressbook.c
12237                 Fix bug #771 (Dragged contacts not saved)
12238
12239 2005-08-07 [paul]       1.9.13cvs21
12240
12241         * src/summaryview.c
12242                 fix bug 32 'Search Doesn't display results
12243                 if "Hide Read Messages" is chosen'
12244                 be more literal in interpreting 'Hide read
12245                 messages'
12246
12247 2005-08-07 [colin]      1.9.13cvs20
12248
12249         * src/folderview.c
12250                 Add debug
12251         * src/summaryview.c
12252                 Faster 'unthread_for_execution'
12253
12254 2005-08-06 [paul]       1.9.13cvs19
12255
12256         * src/mainwindow.c
12257                 add mnemonics to Set displayed columns
12258                 fix bug where msgview_visible option was
12259                 overwritten as TRUE on startup
12260
12261 2005-08-06 [paul]       1.9.13cvs18
12262
12263         * src/mainwindow.c
12264                 refer to 'displayed columns in folder/message
12265                 list' not 'displayed items in summary/message view'
12266         * src/prefs_display_header.c
12267                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12268                 be consistent with similar dialogues
12269         * src/prefs_folder_column.c
12270         * src/prefs_summary_column.c
12271                 'columns' not 'items', and folder and message lists,
12272                 instead of folder and summary views;
12273                 Use 'Hidden columns' as list heading not 'Available
12274                 items';
12275                 move the 'Remove' button to the right hand side;
12276                 top-align the buttons;
12277                 remove unneeded vbox
12278         * src/prefs_summaries.c
12279                 put the 2 column prefs buttons in a frame to reduce
12280                 overall width; refer to columns not items &c.
12281
12282 2005-08-05 [colin]      1.9.13cvs17
12283
12284         * src/prefs_common.c
12285         * src/prefs_common.h
12286         * src/mainwindow.c
12287         * src/compose.c
12288         * src/messageview.c
12289                 Add an hidden toolbar_detachable pref, so
12290                 that I can get rid of these painful handles
12291                 in the toolbars. Defaults to TRUE to avoid
12292                 changing the GUI on unsuspecting people...
12293
12294 2005-08-05 [colin]      1.9.13cvs16
12295
12296         * src/Makefile.am
12297         * src/prefs_folder_column.c
12298         * src/prefs_folder_column.h
12299                 Add prefs for folder columns
12300         * src/folderview.c
12301         * src/folderview.h
12302         * src/mainwindow.c
12303         * src/mainwindow.h
12304         * src/prefs_common.c
12305         * src/prefs_common.h
12306         * src/prefs_summaries.c
12307                 Use them
12308         * src/prefs_summary_column.c
12309         * src/summaryview.c
12310         * src/summaryview.h
12311                 Add a To column
12312         * src/textview.c
12313         * src/common/utils.c
12314         * src/common/utils.h
12315                 Move uri colourisation functions
12316                 to utils
12317         * src/compose.c
12318                 Colourise URIs
12319         * src/imap.c
12320                 Fix bug with LIST where we'd try
12321                 to get Folder//////[...]/// 
12322
12323 2005-08-05 [paul]       1.9.13cvs15
12324
12325         * src/prefs_summaries.c
12326                 improve the English usage
12327         * src/summaryview.c
12328                 set font on column change
12329                 thanks to Colin
12330
12331 2005-08-05 [paul]       1.9.13cvs14
12332
12333         * src/prefs_common.c
12334         * src/prefs_common.h
12335         * src/prefs_summaries.c
12336         * src/summaryview.c
12337                 replace 'open_unread_on_enter' option with
12338                 'select_on_entry' option. opening/not opening
12339                 is now exclusively controlled by 'always_show_msg'
12340
12341 2005-08-04 [colin]      1.9.13cvs13
12342
12343         * src/compose.c
12344                 Remove dead code
12345                 Add colourisation of quotes and signatures
12346         * src/folderview.c
12347                 Fix possible crashes
12348         * src/messageview.c
12349                 Change an assert that is no problem
12350         * src/news.c
12351         * src/news_gtk.c
12352         * src/news_gtk.h
12353                 Fix offline mode
12354         * src/gtk/quicksearch.c
12355                 Fix a possible crash
12356
12357 2005-08-03 [colin]      1.9.13cvs12
12358
12359         * src/prefs_account.c
12360                 Fix bug #777 (Sylpheed crash in account configuration)
12361
12362 2005-08-03 [colin]      1.9.13cvs11
12363
12364         * src/addressbook.c
12365         * src/editaddress.c
12366         * src/editgroup.c
12367                 Fixing addressbook, round 2
12368         * src/textview.c
12369                 Fix emphasis color on rechecking 'Colorize messages'
12370
12371 2005-08-03 [paul]       1.9.13cvs10
12372
12373         sync with main
12374
12375         * src/addr_compl.c
12376         * src/compose.c
12377         * src/main.c
12378         * src/pop.c
12379         * src/prefs_account.c
12380         * src/procmime.c
12381         * src/procmsg.c
12382         * src/quote_fmt_parse.y
12383         * src/textview.c
12384         * src/common/quoted-printable.c
12385         * src/common/utils.c
12386         * src/common/utils.h
12387         * src/common/xml.c
12388                 replaced incorrect locale-independent
12389                 ctype functions with GLib's. Corrected
12390                 signedness mismatch.
12391         * src/headerview.c
12392                 headerview_create(): added spacing for vbox.
12393         * src/gtk/about.c
12394                 set focus to the OK button.
12395
12396 2005-08-03 [colin]      1.9.13cvs9
12397
12398         * src/folderview.c
12399                 Fix possible crash
12400
12401 2005-08-02 [colin]      1.9.13cvs8
12402
12403         * src/mainwindow.c
12404                 Fix cast
12405         * src/addressbook.c
12406         * src/addressitem.h
12407                 Fix a cast and more generally, try to make the
12408                 GUI more intuitive and consistent (round 1)
12409
12410 2005-08-02 [paul]       1.9.13cvs7
12411
12412         * src/folder.h
12413                 missing in 1.9.13cvs6
12414
12415 2005-08-02 [colin]      1.9.13cvs6
12416
12417         * src/folder.c
12418                 Fix one more leak
12419
12420 2005-08-02 [colin]      1.9.13cvs5
12421
12422         * src/folder.c
12423         * src/folderview.c
12424         * src/imap.c
12425         * src/main.c
12426         * src/mbox.c
12427         * src/procmsg.c
12428         * src/summaryview.c
12429                 Fix a number of folder_item_get_msg_list()-related
12430                 leaks (missing procmsg_msginfo_free()s)
12431
12432 2005-08-01 [colin]      1.9.13cvs4
12433
12434         * src/folderview.c
12435         * src/folderview.h
12436         * src/mainwindow.c
12437         * src/prefs_fonts.c
12438         * src/prefs_summaries.c
12439         * src/prefs_themes.c
12440         * src/summaryview.c
12441         * src/summaryview.h
12442         * src/textview.c
12443         * src/textview.h
12444                 Fix instant-apply of summary and folderview-related prefs
12445                 Fix erroneous g_free and alertpanels in prefs_theme
12446                 Add instant-apply for fonts
12447                 Defer applying of prefs a little bit so it's done only
12448                 once even if requested by multiples prefs pages
12449
12450 2005-08-01 [paul]       1.9.13cvs3
12451
12452         * src/main.c
12453                 fix bug 776 'S.C. crashes on close'
12454                 thanks to Colin
12455         * src/etpan/etpan-thread-manager-types.h
12456                 add missing include
12457                 thanks to Hoa
12458
12459 2005-07-25 [paul]       1.9.13cvs2
12460
12461         * src/summaryview.c
12462                 fix typos. spotted by Fabien Vantard
12463
12464 2005-07-24 [paul]       1.9.13cvs1
12465
12466         * doc/man/sylpheed.1
12467                 update man page, incorporating fix of
12468                 bug 769 'Typo in manpage'
12469         * src/etpan/imap-thread.c
12470                 fix NetBSD openssl dependencies. patch by
12471                 George Michaelson <ggm@apnic.net>
12472         * po/pt_BR.po
12473                 updated by Frederico Goncalves Guimaraes
12474
12475 2005-07-22 [paul]       1.9.13
12476
12477         1.9.13 release
12478
12479 2005-07-22 [paul]       1.9.12cvs91
12480
12481         * AUTHORS
12482         * INSTALL
12483         * README.claws
12484         * RELEASE_NOTES.claws
12485                 updated for release
12486         * configure.ac
12487         * po/nb.po
12488         * tools/claws.i18n.status.pl
12489                 add Norwegian translation. submiited by
12490                 Geir Helland <pjallabais@users.sourceforge.net>
12491         * po/ca.po
12492         * po/de.po
12493         * po/es.po
12494         * po/fi.po
12495         * po/fr.po
12496         * po/it.po
12497         * po/sk.po
12498         * po/sr.po
12499         * po/zh_CN.po
12500                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12501                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12502                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12503                 Yang Guilong
12504         * src/plugins/clamav/clamav_plugin_gtk.c
12505         * src/plugins/spamassassin/spamassassin_gtk.c
12506                 replace outdated description strings
12507
12508 2005-07-21 [colin]      1.9.12cvs90
12509
12510         * src/folder.c
12511                 Set folder to batch mode when scanning it. Makes deletion
12512                 of unread mails on IMAP much faster (due to the UNREAD 
12513                 flag unsetting)
12514
12515 2005-07-21 [darko]      1.9.12cvs89
12516
12517         * configure.ac
12518                 link against libresolv if necessary (patch by Paul)
12519         * src/msgcache.c
12520                 use glib's portable macros to determine endianness
12521
12522 2005-07-21 [paul]       1.9.12cvs88
12523
12524         * src/crash.c
12525         * src/gtk/about.c
12526                 update compiled-in features list
12527
12528 2005-07-20 [colin]      1.9.12cvs87
12529
12530         * src/folder.c
12531         * src/textview.c
12532                 Gcc 2.9x compilation fixes, thanks to Darko
12533         * src/plugins/clamav/clamav_plugin.c
12534                 Little optimisation: load virus database only once
12535         * src/plugins/spamassassin/spamassassin.c
12536                 Big optimisation: filtering one mail took at least 1 second,
12537                 now it takes at least 50ms. Doesn't speed up spamassassin 
12538                 itself, but should already be much more tolerable.
12539
12540 2005-07-20 [colin]      1.9.12cvs86
12541
12542         * src/summaryview.c
12543                 Fix performance issue
12544
12545 2005-07-19 [colin]      1.9.12cvs85
12546
12547         * src/plugins/pgpinline/plugin.c
12548                 Fix warning
12549
12550 2005-07-19 [colin]      1.9.12cvs84
12551
12552         * configure.ac
12553         * src/plugins/Makefile.am
12554         * src/plugins/pgpinline/.cvsignore
12555         * src/plugins/pgpinline/Makefile.am
12556         * src/plugins/pgpinline/pgpinline.c
12557         * src/plugins/pgpinline/pgpinline.deps
12558         * src/plugins/pgpinline/pgpinline.h
12559         * src/plugins/pgpinline/plugin.c
12560                 Put pgpinline in the main tree
12561
12562 2005-07-19 [paul]       1.9.12cvs83
12563
12564         * src/prefs_actions.c
12565                 prevent '//' in menu names, which cause a crash
12566                 thanks to Colin
12567
12568 2005-07-19 [paul]       1.9.12cvs82
12569
12570         * configure.ac
12571                 be generally more informative in configure output.
12572                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12573                 '[ --disable-openssl ...', as --enable-openssl is default
12574                 PGP/MIME: don't check for GPGME again, check for
12575                 pgpcore instead. Therefore prevent the possibility of
12576                 attempting to build pgpmime if pgpcore dependencies are
12577                 not met
12578                 ClamAV: use pkgconfig to check for lib
12579                 libgnomeprint: revert logic on inner test to match
12580                 everything else
12581         * src/plugins/pgpcore/sgpgme.c
12582                 add missing include
12583
12584 2005-07-19 [colin]      1.9.12cvs81
12585
12586         * src/summaryview.c
12587                 Fix slow thread rebuilding in particular
12588                 cases
12589
12590 2005-07-19 [paul]       1.9.12cvs80
12591
12592         * sylpheed-claws.desktop
12593                 fix typo, spotted by Stephan Sachse
12594         * src/account.c
12595                 replace GTK_STOCK_ADD with
12596                 GTK_STOCK_NEW button
12597
12598 2005-07-18 [colin]      1.9.12cvs79
12599
12600         * src/etpan/imap-thread.c
12601                 Fix return value (Thanks Hoa)
12602
12603 2005-07-18 [colin]      1.9.12cvs78
12604
12605         * src/imap.c
12606                 Allow empty passwords
12607                 Create drafts/queue/outbox if necessary
12608         * src/summaryview.c
12609                 Remove old code
12610         * src/etpan/imap-thread.c
12611                 Fix STARTTLS (Thanks to Hoa)
12612
12613 2005-07-18 [paul]       1.9.12cvs77
12614
12615         * ChangeLog-gtk2.jp
12616         * ChangeLog.jp
12617                 removed
12618         * Makefile.am
12619                 updated to reflect additions and removals
12620         * TODO
12621                 updated to be claws-specific
12622         * TODO-gtk2
12623         * TODO-gtk2.jp
12624         * TODO.jp
12625         * sylpheed-128x128.png
12626         * sylpheed-64x64.png
12627                 removed
12628         * sylpheed-claws-128x128.png
12629         * sylpheed-claws-64x64.png
12630         * sylpheed-claws.desktop
12631         * sylpheed-claws.png
12632                 added
12633         * sylpheed.desktop
12634         * sylpheed.png
12635                 removed
12636
12637 2005-07-17 [paul]       1.9.12cvs76
12638
12639         * src/account.c
12640         * src/addressbook.c
12641         * src/alertpanel.c
12642         * src/alertpanel.h
12643         * src/compose.c
12644         * src/exphtmldlg.c
12645         * src/expldifdlg.c
12646         * src/folderview.c
12647         * src/imap_gtk.c
12648         * src/inc.c
12649         * src/message_search.c
12650         * src/messageview.c
12651         * src/mh_gtk.c
12652         * src/news_gtk.c
12653         * src/prefs_actions.c
12654         * src/prefs_filtering.c
12655         * src/prefs_matcher.c
12656         * src/prefs_template.c
12657         * src/prefs_themes.c
12658         * src/ssl_manager.c
12659         * src/summary_search.c
12660         * src/textview.c
12661         * src/toolbar.c
12662         * src/gtk/sslcertwindow.c
12663         * src/plugins/pgpcore/sgpgme.c
12664                 rework alertpanels
12665
12666 2005-07-17 [colin]      1.9.12cvs75
12667
12668         * src/privacy.c
12669                 add a PrivacySystem accessor that checks that
12670                 the system cached in a MimeInfo's privacydata
12671                 is still registered. Use this accessor instead
12672                 of directly using data->system. Fixes crashes
12673                 after unloading pgp plugins.
12674
12675 2005-07-17 [colin]      1.9.12cvs74
12676
12677         * src/alertpanel.c
12678                 Change geometry hints to a simple default size.
12679                 Fixes the certs dialogs.
12680
12681 2005-07-17 [colin]      1.9.12cvs73
12682
12683         * src/gtk/sslcertwindow.c
12684                 Use a gtkExpander
12685
12686 2005-07-17 [colin]      1.9.12cvs72
12687
12688         * src/plugins/pgpcore/Makefile.am
12689         * src/plugins/pgpmime/Makefile.am
12690                 Add gpgme libs
12691
12692 2005-07-17 [paul]       1.9.12cvs71
12693
12694         * configure.ac
12695                 add --disable-gnomeprint option
12696                 modified version of patch by Marius Mauch
12697
12698 2005-07-17 [paul]       1.9.12cvs70
12699
12700         * src/common/defs.h
12701                 update urls
12702         * src/account.c
12703         * src/action.c
12704         * src/addressbook.c
12705         * src/compose.c
12706         * src/foldersel.c
12707         * src/folderview.c
12708         * src/html.c
12709         * src/imap_gtk.c
12710         * src/main.c
12711         * src/mainwindow.c
12712         * src/messageview.c
12713         * src/mh_gtk.c
12714         * src/mimeview.c
12715         * src/news_gtk.c
12716         * src/prefs_account.c
12717         * src/prefs_send.c
12718         * src/prefs_summaries.c
12719         * src/procmsg.c
12720         * src/summaryview.c
12721         * src/common/utils.c
12722         * src/common/xml.c
12723         * src/plugins/pgpcore/passphrase.c
12724         * src/plugins/pgpcore/select-keys.c
12725                 replace inappropriately used backticks
12726                 with single quotes
12727
12728 2005-07-16 [colin]      1.9.12cvs69
12729
12730         * src/image_viewer.c
12731                 Add extra paranoid checks
12732
12733 2005-07-16 [colin]      1.9.12cvs68
12734
12735         * src/plugins/pgpcore/prefs_gpg.c
12736                 Don't auto-check sigs by default, as it
12737                 can be really slow.
12738
12739 2005-07-16 [colin]      1.9.12cvs67
12740
12741         * src/plugins/pgpcore/sgpgme.c
12742                 Make messages a bit better.
12743
12744 2005-07-16 [colin]      1.9.12cvs66
12745
12746         * src/imap.c
12747                 Remove pseudo-log
12748         * src/etpan/imap-thread.c
12749                 Add real log
12750
12751 2005-07-16 [colin]      1.9.12cvs65
12752
12753         * src/main.c
12754         * src/prefs_other.c
12755                 And now, fix build with libetpan :-/
12756
12757 2005-07-15 [colin]      1.9.12cvs64
12758
12759         * src/prefs_other.c
12760                 Continue fixing build without libetpan.
12761
12762 2005-07-15 [colin]      1.9.12cvs63
12763
12764         * src/main.c
12765                 Fix build with --disable-libetpan
12766
12767 2005-07-15 [colin]      1.9.12cvs62
12768
12769         * configure.ac
12770                 Bump libetpan's version
12771
12772 2005-07-15 [colin]      1.9.12cvs61
12773
12774         * src/etpan/imap-thread.c
12775                 Actually stop logging :)
12776
12777 2005-07-15 [colin]      1.9.12cvs60
12778
12779         * src/addressbook.c
12780                 Fix dnd of multiple addresses.
12781
12782 2005-07-15 [hoa]        1.9.12cvs59
12783
12784         * src/etpan/imap-thread.c
12785             disable login of IMAP password in libetpan log file.
12786
12787 2005-07-15 [paul]       1.9.12cvs58
12788
12789         * src/account.c
12790                 don't automatically sort
12791                 do allow drag n drop
12792
12793 2005-07-15 [paul]       1.9.12cvs57
12794
12795         * src/account.c
12796         * src/ssl_manager.c
12797                 alphabetical listing
12798
12799 2005-07-15 [paul]       1.9.12cvs56
12800
12801         * src/gtk/pluginwindow.c
12802                 sort plugin list alphabetically
12803
12804 2005-07-15 [paul]       1.9.12cvs55
12805
12806         * src/prefs_spelling.c
12807         * src/prefs_wrapping.c
12808                 unify English usage
12809
12810 2005-07-15 [colin]      1.9.12cvs54
12811
12812         * src/wizard.c
12813                 Typo fix
12814
12815 2005-07-15 [paul]       1.9.12cvs53
12816
12817         * src/prefs_message.c
12818                 make 'show cursor' a hidden option
12819
12820 2005-07-14 [colin]      1.9.12cvs52
12821
12822         * src/plugins/spamassassin/Makefile.am
12823         * src/plugins/clamav/Makefile.am
12824                 Fix double EXTRA_DISTs
12825
12826 2005-07-14 [colin]      1.9.12cvs51
12827
12828         * src/plugins/clamav/Makefile.am
12829         * src/plugins/clamav/clamav_plugin_gtk.deps
12830         * src/plugins/spamassassin/Makefile.am
12831         * src/plugins/spamassassin/spamassassin_gtk.deps
12832                 Make $plugin_gtk depend on $plugin
12833
12834 2005-07-14 [hoa]        1.9.12cvs50
12835
12836         * src/etpan/imap-thread.c
12837                 enable debug log of libetpan when running with --debug
12838
12839 2005-07-14 [colin]      1.9.12cvs49
12840
12841         * configure.ac
12842         * src/common/Makefile.am
12843         * src/common/plugin.c
12844         * src/common/plugin.h
12845                 Add a little plugin dependancy system.
12846                 Plugins can ship a $plugin_name.deps file
12847                 (near them in PLUGINDIR) so that their
12848                 dependancies are loaded if possible.
12849         * src/plugins/Makefile.am
12850         * src/plugins/pgpcore/Makefile.am
12851         * src/plugins/pgpcore/passphrase.c
12852         * src/plugins/pgpcore/passphrase.h
12853         * src/plugins/pgpcore/plugin.c
12854         * src/plugins/pgpcore/prefs_gpg.c
12855         * src/plugins/pgpcore/prefs_gpg.h
12856         * src/plugins/pgpcore/select-keys.c
12857         * src/plugins/pgpcore/select-keys.h
12858         * src/plugins/pgpcore/sgpgme.c
12859         * src/plugins/pgpcore/sgpgme.h
12860                 Introduce pgpcore, used by pgpmime and
12861                 pgpinline
12862         * src/plugins/pgpmime/Makefile.am
12863         * src/plugins/pgpmime/passphrase.c
12864         * src/plugins/pgpmime/passphrase.h
12865         * src/plugins/pgpmime/pgpmime.c
12866         * src/plugins/pgpmime/pgpmime.deps
12867         * src/plugins/pgpmime/plugin.c
12868         * src/plugins/pgpmime/prefs_gpg.c
12869         * src/plugins/pgpmime/prefs_gpg.h
12870         * src/plugins/pgpmime/select-keys.c
12871         * src/plugins/pgpmime/select-keys.h
12872         * src/plugins/pgpmime/sgpgme.c
12873         * src/plugins/pgpmime/sgpgme.h
12874                 Remove the core from pgpmime and add the
12875                 dependancy to pgpcore.
12876
12877 2005-07-14 [paul]       1.9.12cvs48
12878
12879         * src/stock_pixmap.c
12880                 forgot this in last commit
12881
12882 2005-07-14 [paul]       1.9.12cvs47
12883
12884         * src/account.c
12885         * src/addressbook.c
12886                 add accelerators for the buttons (sync with main)
12887         * src/compose.c
12888         * src/compose.h
12889                 add accelerators for the buttons.
12890                 fix editing with external editor.
12891                 replace gdk_input_*() with GIOChannel;
12892                 (sync with main)
12893         * src/foldersel.c
12894                 display folder names with new/unread
12895                 representation (sync with main)
12896         * src/main.c
12897                 specify default window icon (sync with main)
12898         * src/prefs_common.c
12899                 use_addr_book default to FALSE
12900         * src/summaryview.c
12901         * src/textview.c
12902                 add accelerators for the buttons (sync with main)
12903         * src/gtk/menu.c
12904                 fix typos
12905         * src/pixmaps/sylpheed_icon.xpm
12906                 updated
12907
12908 2005-07-13 [paul]       1.9.12cvs46
12909
12910         * src/plugins/pgpmime/pgpmime.c
12911         * src/plugins/pgpmime/sgpgme.c
12912                 (temporarily) use deprecated gpgme_data_rewind()
12913                 while largefile support is not present
12914                 (as suggested by Colin)
12915
12916 2005-07-13 [paul]       1.9.12cvs45
12917
12918         * configure.ac
12919                 remove large file support (for now):
12920                 it breaks too many things
12921
12922 2005-07-13 [paul]       1.9.12cvs44
12923
12924         * configure.ac
12925                 add large file support
12926         * src/html.c
12927                 fix bug #763 where href attribute was not
12928                 the very first attribute of a link
12929                 patch by Thomas Gilgin
12930
12931 2005-07-13 [colin]      1.9.12cvs43
12932
12933         * src/gtk/pluginwindow.c
12934                 Little portability fix
12935
12936 2005-07-13 [colin]      1.9.12cvs42
12937
12938         * src/plugins/pgpmime/sgpgme.c
12939                 Fix crasher.
12940
12941 2005-07-13 [colin]      1.9.12cvs41
12942
12943         * src/plugins/pgpmime/pgpmime.c
12944         * src/plugins/pgpmime/sgpgme.c
12945                 Use gpgme_data_release_and_get_mem instead
12946                 of gpgme_data_read.
12947
12948 2005-07-13 [colin]      1.9.12cvs40
12949
12950         * configure.ac
12951         * src/plugins/pgpmime/passphrase.c
12952         * src/plugins/pgpmime/passphrase.h
12953         * src/plugins/pgpmime/pgpmime.c
12954         * src/plugins/pgpmime/plugin.c
12955         * src/plugins/pgpmime/select-keys.c
12956         * src/plugins/pgpmime/select-keys.h
12957         * src/plugins/pgpmime/sgpgme.c
12958         * src/plugins/pgpmime/sgpgme.h
12959                 Port pgpmime to gpgme-1.0.
12960
12961 2005-07-12 [paul]       1.9.12cvs39
12962
12963         * AUTHORS
12964         * src/toolbar.c
12965         * src/toolbar.h
12966                 add a 'Go to Prev' button to the toolbar.
12967                 correct tooltip text of go to buttons.
12968                 based on patch by Yang Guilong <bamanzi@gmail.com>
12969
12970 2005-07-12 [colin]      1.9.12cvs38
12971
12972         * src/statusbar.c
12973                 Fix progress bar showing stuff at startup.
12974
12975 2005-07-12 [paul]       1.9.12cvs37
12976
12977         * src/editjpilot.c
12978                 fix building with jpilot support
12979
12980 2005-07-11 [colin]      1.9.12cvs36
12981
12982         * src/inc.c
12983                 Add visual indication that filtering is running
12984         * src/textview.c
12985                 Make {}[] uri delimiters
12986         * src/summaryview.c
12987                 Remove useless (and slow) calls
12988
12989 2005-07-11 [paul]       1.9.12cvs35
12990
12991         * src/plugins/clamav/clamav_plugin_gtk.c
12992         * src/plugins/dillo_viewer/dillo_prefs.c
12993         * src/plugins/pgpmime/prefs_gpg.c
12994         * src/plugins/spamassassin/spamassassin_gtk.c
12995                 gather plugins prefs together under their
12996                 own 'Plugins' heading
12997
12998 2005-07-11 [paul]       1.9.12cvs34
12999
13000         sync with main
13001
13002         * src/account.c
13003                 account_delete(): modified alert dialog
13004         * src/editjpilot.c
13005         * src/editvcard.c
13006                 fixed a crash when cancelling file selection
13007                 dialog by Escape key. Made non-ascii filename
13008                 selectable.
13009         * src/prefs_template.c
13010                 prefs_template_window_create(): make scrolled
13011                 window policy AUTOMATIC
13012
13013 2005-07-10 [hoa]        1.9.12cvs33
13014
13015         * src/etpan/imap-thread.c
13016                 workaround for old Courier IMAP servers.
13017
13018 2005-07-10 [colin]      1.9.12cvs32
13019
13020         * src/folder.c
13021         * src/statusbar.c
13022         * src/statusbar.h
13023                 Add visual progress indicator on filtering/processing
13024                 Factorize the progress bar code
13025         * src/imap.c
13026         * src/imap.h
13027         * src/etpan/imap-thread.c
13028                 Add a reference counter to avoid destroying the Folder
13029                 while it's in use by another callback.
13030
13031 2005-07-09 [hoa]        1.9.12cvs31
13032
13033         * src/imap.c
13034         * src/etpan/imap-thread.c
13035                 fixed deadlock when removing IMAP account.
13036
13037 2005-07-08 [colin]      1.9.12cvs30
13038
13039         * src/textview.c
13040         * src/unmime.c
13041                 Fix again problems decoding broken headers
13042         * src/gtk/inputdialog.c
13043                 Fix local variable shadowing a global one
13044
13045 2005-07-08 [colin]      1.9.12cvs29
13046
13047         * src/msgcache.c
13048                 Make the cache/mark files platform-agnostic by writing
13049                 them in little-endian format. Reading them is also done
13050                 in little-endian format, of course; however, in order
13051                 to avoid trashing mark data on big-endian machines, the
13052                 files are, at first, read from the native format if the
13053                 little-endian one doesn't exist. This is easy to deter-
13054                 mine by trying to open a file with a swapped data_ver
13055                 and seeing if it's the wanted version.
13056                 Little-endian using users should see absolutely no
13057                 difference, Big-endian users may get a very little
13058                 performance drop due to byte-swapping.
13059                 Tested on i386 and ppc32. 
13060                 Fixes bug #159 (The index file, in the mailboxes, is 
13061                 hardware depending).
13062
13063                 To have the cache/mark files updated to the new little-
13064                 endian format, "Check for new messages" or even
13065                 "Rebuild folder tree" aren't enough. Files will be
13066                 updated as soon as a folder has been opened/closed.
13067                 To update everything, just select all folders by
13068                 selecting them one by one.
13069
13070 2005-07-07 [colin]      1.9.12cvs28
13071
13072         * src/imap.c
13073                 Remember the folder separator per IMAPFolder
13074                 instead of globally.
13075                 Revive the Session on noop; fixes bug #761
13076                 (mark a bunch of unread messages as read takes 
13077                 forever)
13078
13079 2005-07-07 [darko]      1.9.12cvs27
13080
13081         * src/common/template.c
13082                 Sort templates alphabetically
13083
13084 2005-07-06 [colin]      1.9.12cvs26
13085
13086         * src/imap.c
13087                 Try to use the correct separator in
13088                 most cases. Possibly fixes bug #759
13089                 (only creates the INBOX folder when 
13090                 setting up new IMAP account) and 
13091                 bug #760 (Can't retrieve messages)
13092
13093 2005-07-06 [colin]      1.9.12cvs25
13094
13095         * src/imap.c
13096                 Use real_path in status command. This will
13097                 help later, when namespaces will be used.
13098
13099 2005-07-06 [colin]      1.9.12cvs24
13100
13101         * configure.ac
13102         * src/account.c
13103         * src/folder.c
13104         * src/imap.c
13105         * src/etpan/etpan-log.c
13106         * src/etpan/etpan-thread-manager.c
13107         * src/etpan/imap-thread.c
13108                 Add a --disable-libetpan parameter. With this,
13109                 users that don't want IMAP4 support can avoid
13110                 the new dependancy (and have no IMAP support).
13111                 Users that have IMAP4 accounts and use this
13112                 parameter won't lose their configuration, their
13113                 IMAP accounts will just be invisible and not
13114                 used.
13115         * src/textview.c
13116                 Make the "Copy ..." contextual menu items 
13117                 copy to both the X clipboard and the gtk 
13118                 clipboard - as most other apps do.
13119         * src/gtk/about.c
13120                 Add a notice about OpenSSL usage, in order to
13121                 comply with OpenSSL's license (point 6):
13122                 http://www.openssl.org/source/license.html
13123
13124 2005-07-06 [colin]      1.9.12cvs23
13125
13126         * src/alertpanel.c
13127                 Fix a minimum size for alertpanels
13128         * src/compose.c
13129                 Show 'No space left on device' type errors
13130                 when queuing/sending
13131         * src/imap_gtk.c
13132         * src/mh_gtk.c
13133                 Rework folder's deletion message (remove 
13134                 extra \n)
13135
13136 2005-07-05 [colin]      1.9.12cvs22
13137
13138         * src/imap.c
13139                 Add an alertpanel on auth error
13140                 Add pseudo-log
13141                 Remove pthread-related stuff
13142
13143 2005-07-05 [colin]      1.9.12cvs21
13144
13145         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13146                 Fix crash on plugin reloading (with a hack)
13147
13148 2005-07-05 [colin]      1.9.12cvs20
13149
13150         * src/prefs_account.c
13151         * src/prefs_account.h
13152                 Fix typo
13153         * src/gtk/filesel.c
13154         * src/gtk/filesel.h
13155                 Add a way to filter the view
13156         * src/gtk/pluginwindow.c
13157                 Filter loadable stuff
13158         * src/plugins/pgpmime/prefs_gpg.c
13159                 Fix missing unregistration
13160         * .cvsignore
13161         * src/etpan/.cvsignore
13162         * src/plugins/spamassassin/.cvsignore
13163                 Add more stuff to cvs ignored files
13164
13165 2005-07-04 [colin]      1.9.12cvs19
13166
13167         * src/imap.c
13168                 Fix scan_required returning FALSE when it
13169                 shouldn't. Maybe fix #760 (Can't retrieve
13170                 messages)
13171
13172 2005-07-04 [colin]      1.9.12cvs18
13173
13174         * src/summaryview.c
13175                 Fix always_show_msg pref
13176
13177 2005-07-04 [paul]       1.9.12cvs17
13178
13179         sync with main (forgotten in last commit)
13180         
13181         * src/common/utils.c
13182         * src/common/utils.h
13183                 check_line_length(): new.
13184                 is_dir_exist()
13185                 is_file_entry_exist()
13186                 dirent_is_regular_file()
13187                 dirent_is_directory(): use g_file_test() instead of stat().
13188
13189 2005-07-04 [paul]       1.9.12cvs16
13190
13191         sync with main:
13192
13193         * src/compose.c
13194                 compose_write_to_file(): check for line
13195                 length limit and display warning if exceeds
13196         * src/jpilot.c
13197                 use get_home_dir() instead of g_get_home_dir()
13198         * src/procheader.c
13199                 removed warning about invalid date
13200         * src/vcard.c
13201                 use get_home_dir() instead of g_get_home_dir()
13202
13203 2005-07-04 [paul]       1.9.12cvs15
13204
13205         * src/stock_pixmap.c
13206                 fix new pixmap naming errors
13207                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13208
13209 2005-07-04 [colin]      1.9.12cvs14
13210
13211         * src/imap.c
13212                 Fix debugging string with a warning
13213
13214 2005-07-04 [colin]      1.9.12cvs13
13215
13216         * configure.ac
13217                 Add a check for libetpan's version (>= 0.37)
13218
13219 2005-07-04 [hoa]        1.9.12cvs12
13220
13221         * commitHelper
13222         * src/imap.c
13223         * src/etpan/imap-thread.c
13224         * src/etpan/imap-thread.h
13225                 fixed IMAP implementation of check of mails.
13226
13227 2005-07-03 [hoa]        1.9.12cvs11
13228
13229         * src/etpan/Makefile.am
13230         * src/etpan/etpan-errors.h
13231         * src/etpan/etpan-log.[ch]
13232         * src/etpan/etpan-thread-manager-types.h
13233         * src/etpan/etpan-thread-manager.[ch]
13234         * src/etpan/imap-thread.[ch]
13235         * src/Makefile.am
13236         * src/imap.c
13237         * src/main.c
13238         * src/prefs_other.c
13239         * configure.ac
13240             merged imap branch.
13241             dependency on libetpan 0.37 is now added.
13242
13243 2005-07-01 [colin]      1.9.12cvs10
13244
13245         * src/Makefile.am
13246         * src/folder.c
13247         * src/folder.h
13248         * src/folderview.c
13249         * src/stock_pixmap.c
13250         * src/stock_pixmap.h
13251         * src/plugins/trayicon/trayicon.c
13252                 Add marked symbol on folders containing
13253                 marked messages
13254         * src/procmsg.c
13255         * src/procmsg.h
13256         * src/toolbar.c
13257         * src/prefs_common.c
13258         * src/prefs_common.h
13259         * src/prefs_send.c
13260                 Add an optional confirmation dialog on queue
13261                 sending. Patch by wwp.
13262         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13263         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13264         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13265         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13266         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13267         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13268         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13269         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13270         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13271         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13272         * src/pixmaps/trash_mark.xpm            ** ADDED **
13273                 New pixmaps
13274
13275 2005-07-01 [colin]      1.9.12cvs9
13276
13277         * src/summaryview.c
13278                 Fix a little threading bug
13279         * src/addrgather.c
13280         * src/mainwindow.c
13281                 A little bit of HIG normality never hurts
13282
13283 2005-07-01 [colin]      1.9.12cvs8
13284
13285         * src/compose.c
13286         * src/msgcache.c
13287         * src/pop.c
13288         * src/procmime.c
13289         * src/recv.c
13290         * src/common/log.c
13291         * src/common/template.c
13292         * src/common/utils.c
13293         * src/common/utils.h
13294                 Reverted the fwrite_atomic stuff. In fact
13295                 it is already atomic.
13296
13297 2005-06-30 [colin]      1.9.12cvs7
13298
13299         * src/common/utils.c
13300         * src/common/utils.h
13301                 Add an fwrite_atomic() function to make
13302                 sure we write everything: fwrite can make
13303                 short writes.
13304         * src/compose.c
13305         * src/msgcache.c
13306         * src/pop.c
13307         * src/procmime.c
13308         * src/recv.c
13309         * src/common/log.c
13310         * src/common/template.c
13311                 Use that (and fix swapping of size and nmemb).
13312                 Thanks to Rich Coe for the heads up.
13313
13314 2005-06-30 [colin]      1.9.12cvs6
13315
13316         * src/addressbook.c
13317                 Optimize addressbook opening 
13318
13319 2005-06-30 [colin]      1.9.12cvs5
13320
13321         * src/summaryview.c
13322                 Remove calls to summary_step after move/copy
13323
13324 2005-06-28 [paul]       1.9.12cvs4
13325
13326         * src/alertpanel.c
13327                 wrap and make the error msg selectable
13328
13329 2005-06-28 [paul]       1.9.12cvs3
13330
13331         * src/ssl_manager.c
13332                 replace the OK button with a Close button
13333         * src/gtk/foldersort.c
13334                 use GTK_STOCK_ icons/buttons
13335
13336 2005-06-28 [colin]      1.9.12cvs2
13337
13338         * src/gedit-print.c             ** ADDED **
13339         * src/gedit-print.h             ** ADDED **
13340         * src/gtk/gtksourceprintjob.c   ** ADDED **
13341         * src/gtk/gtksourceprintjob.h   ** ADDED **
13342                 I can't believe no one had enough time to tell
13343                 me I forgot the `cvs add`
13344
13345 2005-06-27 [colin]      1.9.12cvs1
13346
13347         * src/Makefile.am
13348         * src/gtk/Makefile.am
13349         * src/messageview.c
13350         * src/procmsg.c
13351         * src/summaryview.c
13352         * configure.ac
13353                 Add optional libgnomeprint-based printing
13354         * src/mainwindow.c
13355         * src/gtk/quicksearch.c
13356                 Add an Edit/Quick search menu item to show
13357                 and focus the quicksearch
13358
13359 2005-06-27 [paul]       1.9.12
13360
13361         1.9.12 release
13362
13363         * po/ca.po
13364         * po/de.po
13365         * po/es.po
13366         * po/fr.po
13367         * po/it.po
13368         * po/ko.po
13369         * po/pt_BR.po
13370         * po/sk.po
13371         * po/zh_CN.po
13372                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13373                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13374                 SungHyun Nam, Frederico Goncalves Guimaraes,
13375                 Andrej Kacian, and Yang Guilong
13376 2005-06-26 [colin]      1.9.11cvs106
13377
13378         * src/imap_gtk.c
13379                 Forgot one file for previous fix
13380
13381 2005-06-26 [colin]      1.9.11cvs105
13382
13383         * src/folder.c
13384         * src/imap.c
13385                 Fix problems with folder operations in no_select
13386                 imap folders. it applies only to mails, and 
13387                 creation/deletion/move/renaming of folders 
13388                 should be possible
13389
13390 2005-06-26 [paul]       1.9.11cvs104
13391
13392         * src/prefs_filtering.c
13393                 replace one more GTK_STOCK_REMOVE
13394                 with GTK_STOCK_DELETE
13395
13396 2005-06-25 [colin]      1.9.11cvs103
13397
13398         * src/imap.c
13399                 Optimize get_seq_set_from_seq_list
13400                 (Patch by Ricardo) 
13401
13402 2005-06-25 [colin]      1.9.11cvs102
13403
13404         * src/mh.c
13405                 If the directory exists, but not in the
13406                 correct encoding, rename it. This should
13407                 handle old-versions-induced bugs.
13408
13409 2005-06-25 [colin]      1.9.11cvs101
13410
13411         * src/mh.c
13412                 Fix path access with extended dir names
13413                 Fixes bug #589 (SC segfaults with wrong locale
13414                 settings)
13415
13416 2005-06-25 [colin]      1.9.11cvs100
13417
13418         * src/prefs_account.c
13419         * src/prefs_account.h
13420         * src/compose.c
13421                 Add an option to encrypt replies to
13422                 encrypted messages
13423
13424 2005-06-25 [colin]      1.9.11cvs99
13425
13426         * src/compose.c
13427         * src/quote_fmt_parse.y
13428                 ... And make it work with pgpinline.
13429
13430 2005-06-25 [colin]      1.9.11cvs98
13431
13432         * src/compose.c
13433         * src/procmime.c
13434         * src/procmime.h
13435         * src/quote_fmt_parse.y
13436                 o Make reedition of encrypted messages possible
13437                   (as long as it is encrypted to self too, no
13438                    magic there)
13439                 o Make replying with quote (and without selecting
13440                   text) possible for encrypted messages.
13441                 Closes bug #550 (Not possible to "reply with quote"
13442                 to gnupg encrypted messages)
13443
13444 2005-06-24 [paul]       1.9.11cvs97
13445
13446         * src/imap.c
13447                 add missing include
13448
13449 2005-06-24 [paul]       1.9.11cvs96
13450
13451         * src/editldap.c
13452                 made bind password entry invisible
13453                 (sync with main)
13454         * src/send_message.c
13455                 send_message_local(): check exit status
13456                 to detect errors (sync with main)
13457         * src/textview.c
13458                 use main's less ambiguous popup menu
13459                 wording
13460
13461 2005-06-24 [paul]       1.9.11cvs95
13462
13463         * src/prefs_actions.c
13464         * src/prefs_customheader.c
13465         * src/prefs_display_header.c
13466         * src/prefs_filtering_action.c
13467         * src/prefs_matcher.c
13468         * src/prefs_template.c
13469         * src/prefs_toolbar.c
13470                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13471         * src/gtk/description_window.c
13472                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13473
13474 2005-06-23 [colin]      1.9.11cvs94
13475
13476         * src/summaryview.c
13477                 Fix rough edges (be sure to call status_show whenever
13478                 necessary).
13479
13480 2005-06-23 [colin]      1.9.11cvs93
13481
13482         * src/summaryview.c
13483                 Optimize Select All
13484                 Before, in a 5K mails folder: 11s
13485                 After, in the same folder: 58000µs
13486                 The joys of locking... gtk_clist_select_all() fires a 
13487                 tree-select-row event for each selected row, which in 
13488                 summaryview, callbacks summary_selected which in turn,
13489                 calls summary_status_show, which walks the selected
13490                 rows. Hence, calling gtk_clist_select_all was 
13491                 exponential. Locking the summaryview makes 
13492                 summary_selected return early.
13493
13494 2005-06-23 [colin]      1.9.11cvs92
13495
13496         * src/imap.c
13497                 Move mutex at the important place to avoid
13498                 deadlocks
13499         * src/summaryview.c
13500                 Fix Del key deleting directly instead of
13501                 moving to trash
13502
13503 2005-06-22 [colin]      1.9.11cvs91
13504
13505         * src/plugins/spamassassin/libspamc.c
13506                 As we do spagetti code with assignations in multiple
13507                 places (see _message_read_raw where out = msg = raw),
13508                 let's be sure we don't free the same pointer twice.
13509                 Should fix bug #683 (Crash in libpam at 
13510                 message_cleanup).
13511
13512 2005-06-22 [colin]      1.9.11cvs90
13513
13514         * src/compose.c
13515         * src/messageview.c
13516         * src/toolbar.c
13517                 Make toolbar's delete use the move to trash stuff;
13518                 Add gtk_widget_realize to be sure pixmaps can get
13519                 created (that may fix an old worksforme bug which
13520                 I can't find back...)
13521
13522 2005-06-22 [colin]      1.9.11cvs89
13523
13524         * src/summaryview.c
13525         * src/summaryview.h
13526         * src/mainwindow.c
13527                 Rename "Message/Delete" to "Message/Move to trash"
13528                 Add "Message/Delete..." that directly destroys the
13529                 selected messages after asking for a confirmation.
13530
13531 2005-06-22 [colin]      1.9.11cvs88
13532
13533         * src/imap.c
13534                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13535                 o Fix a deadlock (thanks Darko)
13536
13537 2005-06-22 [colin]      1.9.11cvs87
13538
13539         * src/gtk/foldersort.c
13540                 Add missing include for the i18n;
13541                 patch by Fabien Vantard
13542
13543 2005-06-21 [colin]      1.9.11cvs86
13544
13545         * src/folder.c
13546         * src/folderview.c
13547                 Respect the no_select flag
13548         * src/imap.c
13549                 Fix recursive deletion
13550         * src/imap_gtk.c
13551         * src/mh_gtk.c
13552                 Make the folder deletion's warning
13553                 more explicit
13554
13555 2005-06-21 [colin]      1.9.11cvs85
13556
13557         * src/textview.c
13558                 Prevent email addresses from spanning accross
13559                 lines - fixes bug # 646 (newline-chars in 
13560                 email addresses)
13561
13562 2005-06-20 [colin]      1.9.11cvs84
13563
13564         * src/folder.c
13565                 Be sure not to remove source if copy failed
13566
13567 2005-06-20 [colin]      1.9.11cvs83
13568
13569         * src/folderview.c
13570         * src/imap_gtk.c
13571                 remove summaryview's lock
13572         * src/imap.c
13573                 introduce threads to avoid problems when foreground tasks
13574                 interfere with background tasks
13575         * src/mh.c
13576                 prevent moving to drafts/queue
13577         * src/mimeview.c
13578                 fix leak
13579
13580 2005-06-19 [colin]      1.9.11cvs82
13581
13582         * src/imap_gtk.c
13583                 Remember that the user doesn't want to override
13584                 offline mode, for 3 seconds. It avoid presenting
13585                 him with N popups in a really short time.
13586
13587 2005-06-17 [colin]      1.9.11cvs81
13588
13589         * src/imap.c
13590                 Fix IMAP breaking on folders containing '('
13591                 (Probably won't be enough)
13592
13593 2005-06-17 [colin]      1.9.11cvs80
13594
13595         Forgotten files on 1.9.11cvs79
13596         * src/summaryview.c
13597                 Fix stepping when not immediately executing
13598         * src/imap.c
13599                 Really prevent UID FETCH 0
13600         * src/codeconv.c
13601                 Fix outgoing charset never set to utf-8
13602         * src/mh.c
13603                 Fix leak
13604
13605 2005-06-16 [colin]      1.9.11cvs79
13606
13607         * src/compose.c
13608                 Fix bug #707 (Dash splits rows)
13609                 Only wrap if we're on a line break position and
13610                 the previous one was a "white" (space) char.
13611                 Pango stuff is weird.
13612
13613 2005-06-16 [colin]      1.9.11cvs78
13614
13615         * src/imap_gtk.c
13616                 Lock summaryview while downloading messages
13617                 on user demand
13618         * src/procheader.c
13619         * src/unmime.c
13620         * src/common/utils.c
13621         * src/common/utils.h
13622                 Replace \r and \n with spaces in From and
13623                 Subject headers
13624
13625 2005-06-16 [paul]       1.9.11cvs77
13626
13627         * src/procmime.c
13628                 liberalise the mime parser
13629         * src/gtk/about.c
13630                 add text wrapping
13631
13632 2005-06-16 [paul]       1.9.11cvs76
13633
13634         * src/gtk/about.c
13635                 reworked
13636
13637 2005-06-15 [colin]      1.9.11cvs75
13638
13639         * src/compose.c
13640                 Finish header encoding fix
13641         * src/summaryview.c
13642                 Fix segfault
13643         * src/headerview.c
13644                 Fix compilation (Thanks Stephan
13645                 Sachse)
13646
13647 2005-06-15 [colin]      1.9.11cvs74
13648
13649         * Makefile.am
13650                 Install gnome2 stuff rather than gnome1, 
13651                 if both are present
13652         * src/codeconv.c
13653         * src/codeconv.h
13654         * src/compose.c
13655                 Fix headers encoding
13656         * src/folder.c
13657                 Visual progress when fetching all messages
13658         * src/folderview.c
13659         * src/summaryview.c
13660         * src/summaryview.h
13661                 Prevent changing current message while
13662                 incorporating
13663
13664 2005-06-15 [paul]       1.9.11cvs73
13665
13666         * src/gtk/gtkaspell.c
13667         * src/gtk/gtkaspell.h
13668                 fix build warnings
13669
13670 2005-06-15 [paul]       1.9.11cvs72
13671
13672         * src/prefs_filtering.c
13673                 allow reordering of filter rules by
13674                 drag n drop
13675
13676 2005-06-15 [paul]       1.9.11cvs71
13677
13678         * COPYING
13679                 updated
13680         * src/codeconv.c
13681                 replace deprecated function
13682         * src/inc.c
13683         * src/send_message.c
13684         * src/gtk/progressdialog.c
13685         * src/gtk/progressdialog.h
13686                 salvage and reuse parts of reverted sync
13687
13688 2005-06-15 [paul]       1.9.11cvs70
13689
13690         * src/inc.c
13691         * src/send_message.c
13692         * src/gtk/progressdialog.c
13693         * src/gtk/progressdialog.h
13694                 revert yesterday's sync with main
13695                 it contains deprecated functions
13696
13697 2005-06-15 [colin]      1.9.11cvs69
13698
13699         * src/headerview.c
13700                 Fix bug #670 (multi user to: will corrupt message 
13701                 headers display)
13702
13703 2005-06-15 [colin]      1.9.11cvs68
13704
13705         * src/compose.c
13706                 Fix bug #421 (Fix undo on wrapping)
13707
13708 2005-06-15 [colin]      1.9.11cvs67
13709
13710         * src/folder.c
13711                 Provide visual feedback while processing
13712                 folder's rules.
13713         * src/imap.c
13714                 Provide visual feedback while getting
13715                 short headers (for uncached messages)
13716
13717
13718 2005-06-14 [paul]       1.9.11cvs66
13719
13720         * src/account.c
13721                 change a couple stock icons
13722         * src/inc.c
13723         * src/send_message.c
13724         * src/gtk/progressdialog.c
13725         * src/gtk/progressdialog.h
13726                 sync main's GtkTreeView implementation
13727
13728 2005-06-14 [colin]      1.9.11cvs65
13729
13730         * src/imap.c
13731                 Various little fixes, mainly on error paths
13732
13733 2005-06-13 [colin]      1.9.11cvs64
13734
13735         * matcher.c
13736         * procmsg.c
13737         * procmsg.h
13738                 Add a way to fetch only headers. This speeds
13739                 up filtering on headers for IMAP. Fixes:
13740                 bug #481 extraneous imap commands slow down 
13741                         imap filtering
13742                 bug #522 Sylpheed downloads all messages 
13743                         when opening mailbox (IMAP)
13744                 bug #677 IMAP fetch is soooooooooooooo slow
13745         * src/folder.c
13746         * src/folder.h
13747                 Add a folder set_batch method so that
13748                 implementations can speed up flags changes
13749         * src/folderutils.c
13750         * src/summaryview.c
13751                 Use that in mark as (un)read and mark all read
13752                 Refix bug #679
13753         * src/imap.c
13754                 Implement set_batch - brings back deferred
13755                 flags in a less buggy manner. Fixes:
13756                 bug #729 IMAP immediate expunge of deleted messages
13757                 bug #191 remove list of messages with one command
13758                 Fix login with strange chars
13759                 Implement fetch_msg_full
13760                 Fix copy (wrong counts)
13761
13762 2005-06-12 [colin]      1.9.11cvs63
13763
13764         * src/folder.c
13765                 lock incorporation during long operations.
13766                 Avoids fucking up the IMAP socket.
13767
13768 2005-06-12 [colin]      1.9.11cvs62
13769
13770         * src/imap.c
13771                 Fix harmful typo
13772                 Factorize remove_all_msg
13773                 Thread-ize expunge
13774         * src/summaryview.c
13775                 Don't update partial-download status if unnecessary
13776         * src/folder.c
13777                 Use remove_msgs everywhere possible
13778
13779 2005-06-12 [colin]      1.9.11cvs61
13780
13781         * src/folder.c
13782         * src/folder.h
13783                 Add a remove_msgs function to remove a 
13784                 list of messages
13785         * src/imap.c
13786                 Implement that.
13787
13788 2005-06-12 [colin]      1.9.11cvs60
13789
13790         * src/imap.c
13791                 Remove flags-processing deferring... Too hard
13792                 to get it to work in all cases.
13793
13794 2005-06-11 [colin]      1.9.11cvs59
13795
13796         * src/imap.c
13797                 printf -> debug_print
13798
13799 2005-06-11 [colin]      1.9.11cvs58
13800
13801         * src/imap.c
13802                 o Fix build without USE_PTHREAD
13803                 o Factorize imap_open
13804                 o Alertpanel in case of impossible connection
13805                 o Alertpanel in case of impossible login
13806                 o Fix deferred flags processing to force a 
13807                   flush before adding some more flags to process,
13808                   but in another folder.
13809
13810 2005-06-10 [colin]      1.9.11cvs57
13811
13812         * src/imap.c
13813                 o Fix a format string error
13814                 o init ssl socket outside of the thread 
13815                   (it possibly invokes gtk calls)
13816         * src/procmime.c
13817                 o Put back the buffer to its necessary size
13818                 o Fix changing a file pointer without keeping
13819                   track of it (thanks Valgrind)
13820         * src/common/smtp.c
13821                 o Fix automatic STARTTLS if login should be done
13822                   and the server only allows it after starting TLS
13823         * src/gtk/gtkinputdialog.c
13824                 o Eat GDK_Return so that the combo popup doesn't 
13825                   appear when we press Enter to validate the combo
13826                   input dialog (as seen in the Open with... dialog)
13827
13828 2005-06-10 [colin]      1.9.11cvs56
13829
13830         * src/imap.c
13831                 o A bit less debug
13832                 o Fix a crash on deletion
13833                 o Threadize imap_select (it's called outside of 
13834                   threads)
13835                 o Defer treatment of DELETED flags
13836
13837
13838 2005-06-09 [colin]      1.9.11cvs55
13839
13840         * src/imap.c
13841                 Make sure we check imap_gtk_should_override(), which
13842                 potentially calls gtk stuff, before creating thread.
13843                 That way it should't be called via imap_get_session()
13844                 inside a thread.
13845
13846 2005-06-09 [colin]      1.9.11cvs54
13847
13848         * src/imap.c
13849                 o add a bit of status output
13850                 o remove some dead code
13851                 o threadize get_list_of_uids
13852                 o threadize imap_get_flags
13853                 o defer flag changing by 500ms so that they
13854                   can be batched
13855
13856
13857 2005-06-08 [colin]      1.9.11cvs53
13858
13859         * src/imap.c
13860                 Thread-ize imap_cmd_fetch
13861
13862 2005-06-08 [colin]      1.9.11cvs52
13863
13864         * src/main.c
13865                 Mmh, that broke POP3...
13866
13867 2005-06-08 [colin]      1.9.11cvs51
13868
13869         * src/main.c
13870                 Stabilize IMAP patch (thanks to Hoa)
13871
13872 2005-06-08 [colin]      1.9.11cvs50
13873
13874         * src/imap.c
13875                 Test patch to speed up imap. 
13876
13877 2005-06-08 [colin]      1.9.11cvs49
13878
13879         * src/imap_gtk.c
13880                 Warning fix
13881         * src/procmime.c
13882                 Apply patch from gentoo to use /usr/share/mime/globs if 
13883                 available, after un-breaking it
13884         * src/common/log.c
13885         * src/common/log.h
13886                 Use g_timeout for invoking hooks that possibly use gtk
13887                 calls. This should leave gtk calls in the main thread.
13888
13889 2005-06-08 [paul]       1.9.11cvs48
13890
13891         * src/codeconv.c
13892                 conv_get_outgoing_charset_str(): don't
13893                 use prefs_common setting
13894         * src/compose.c
13895         * src/compose.h
13896                 add /Options/Character encoding/... to
13897                 temporarily change the outgoing encoding
13898
13899         (belated sync with main)
13900
13901 2005-06-08 [paul]       1.9.11cvs47
13902
13903         * src/compose.c
13904                 correction to/completion of last
13905                 sync with main
13906
13907 2005-06-08 [paul]       1.9.11cvs46
13908
13909         sync with main:
13910         
13911         * src/codeconv.c
13912         * src/codeconv.h
13913                 always enabled Japanese auto-detection
13914                 if the first letters of locale string
13915                 is "ja"
13916         * src/compose.c
13917                 don't use "destroy" signal to destroy
13918                 Compose object (fix rare crashes on discard?)
13919         * src/mainwindow.c
13920         * src/messageview.c
13921         * src/prefs_send.c
13922                 added Hebrew encodings
13923         * src/sourcewindow.c
13924                 don't use "destroy" signal to destroy
13925                 objects
13926
13927 2005-06-07 [colin]      1.9.11cvs45
13928
13929         * src/summaryview.c
13930                 Add missing unlocks/locks
13931
13932 2005-06-07 [paul]       1.9.11cvs44
13933
13934         * src/summaryview.c
13935                 restore bug #749 fix
13936
13937 2005-06-06 [colin]      1.9.11cvs43
13938
13939         * src/summaryview.c
13940                 Fix selection bug when prefs_common.open_unread 
13941                 is FALSE
13942
13943 2005-06-06 [colin]      1.9.11cvs42
13944
13945         * src/common/md5.c
13946                 Fix a warning
13947         * src/summaryview.c
13948         * src/folderview.c
13949                 Factorize long operations beginning and end
13950                 (locking, freezing/thawing, cursor, ...)
13951                 Check selection->data member in selection-
13952                 related loops; this avoids dying an awful
13953                 death if the selection changes on us while
13954                 we're marking a whole IMAP folder unread, 
13955                 for example.
13956
13957 2005-06-06 [paul]       1.9.11cvs41
13958
13959         * src/textview.c
13960                 don't g_free() a static gchar buffer
13961
13962 2005-06-05 [colin]      1.9.11cvs40
13963
13964         * src/mainwindow.c
13965         * src/messageview.c
13966         * src/summaryview.c
13967                 Fix bug #749 (Show all headers should be
13968                 sticky as the GUI suggests)
13969
13970 2005-06-03 [paul]       1.9.11cvs39
13971
13972         * src/compose.c
13973                 don't allow editing of mail while sending.
13974                 patch by Colin
13975
13976 2005-06-03 [paul]       1.9.11cvs38
13977
13978         * src/folderview.c
13979                 add a freeze/thaw to speed up 'mark all read'
13980
13981 2005-06-03 [paul]       1.9.11cvs37
13982
13983         * src/prefs_message.c
13984                 reflect changes immediately
13985
13986 2005-06-02 [colin]      1.9.11cvs36
13987
13988         * po/POTFILES.in
13989                 Patch by Fabien Vantard.
13990
13991 2005-06-02 [colin]      1.9.11cvs35
13992
13993         * src/imap.c
13994                 Use a non-blocking imap_getline() if possible.
13995                 This should completely prevent the interface
13996                 from freezin on imap operations, although it
13997                 may do strange stuff in case of folder switching
13998                 while a big imap operation is taking place...
13999
14000                 In addition, fix a leak in the case thread
14001                 creation fails on connection.
14002
14003 2005-06-02 [colin]      1.9.11cvs34
14004
14005         * src/crash.c
14006         * src/prefs_common.h
14007                 Fix build (prefs_common_init() doesn't exist
14008                 anymore)
14009
14010 2005-06-02 [colin]      1.9.11cvs33
14011
14012         * src/prefs_account.c
14013                 Fix bug #245 (filtering rules broken when
14014                 renaming a remote account (imap4 or nntp)
14015
14016 2005-06-02 [colin]      1.9.11cvs32
14017
14018         * src/imap.c
14019                 Try to fix IMAP shortcomings: 
14020                 o Multithread imap_open()
14021                 o allow offline-mode overriding instead of
14022                   just returning NULL
14023         * src/imap_gtk.c
14024         * src/imap_gtk.h
14025                 Add a function to ask whether we want to
14026                 override offline-mode for 10 minutes (one-shot
14027                 asking was painful)
14028         * src/procheader.c
14029                 Fix segfault when imap parser isn't happy about
14030                 a missing {
14031
14032 2005-06-01 [colin]      1.9.11cvs31
14033
14034         * src/addrharvest.c
14035         * src/compose.c
14036         * src/mbox.c
14037         * src/mbox.h
14038         * src/mh.c
14039         * src/msgcache.c
14040         * src/send_message.c
14041         * src/setup.c
14042         * src/undo.c
14043         * src/common/hooks.c
14044         * src/common/prefs.c
14045         * src/common/template.c
14046         * src/common/utils.c
14047         * src/gtk/gtkutils.c
14048         * src/gtk/inputdialog.c
14049         * src/gtk/menu.c
14050         * src/gtk/pluginwindow.c
14051         * src/gtk/prefswindow.c
14052         * src/plugins/pgpmime/passphrase.c
14053         * src/plugins/pgpmime/prefs_gpg.c
14054                 More -Wall fixes
14055
14056         * src/common/Makefile.am
14057         * src/common/timing.h
14058                 Add basic timing code
14059
14060         * src/summaryview.c
14061                 Fix a bug with unread messages when 
14062                 re-sorting folders, and by the way
14063                 fix a big performance hit when 
14064                 re-sorting (10k mails: before 5s,
14065                 after .5s)
14066
14067         * src/prefs_compose_writing.c
14068         * src/prefs_compose_writing.h
14069         * src/prefs_message.c
14070         * src/prefs_message.h
14071         * src/prefs_other.c
14072         * src/prefs_other.h
14073         * src/prefs_quote.c
14074         * src/prefs_quote.h
14075         * src/prefs_receive.c
14076         * src/prefs_receive.h
14077         * src/prefs_send.c
14078         * src/prefs_send.h
14079         * src/prefs_summaries.c
14080         * src/prefs_summaries.h
14081                 Fix copyright banner
14082
14083 2005-06-01 [paul]       1.9.11cvs30
14084
14085         * po/fi.po
14086                 updated by Flammie Pirinen
14087         * src/procmime.c
14088                 fix 'Bad BASE64 content' output
14089
14090 2005-05-31 [colin]      1.9.11cvs29
14091
14092         * src/procmime.c
14093                 Oops, where did my hunk go.
14094
14095 2005-05-31 [colin]      1.9.11cvs28
14096
14097         * src/Makefile.am
14098         * src/account.c
14099         * src/action.c
14100         * src/addr_compl.c
14101         * src/addressbook.c
14102         * src/codeconv.c
14103         * src/compose.c
14104         * src/export.c
14105         * src/folder.c
14106         * src/folderview.c
14107         * src/image_viewer.c
14108         * src/main.c
14109         * src/mainwindow.c
14110         * src/messageview.c
14111         * src/mimeview.c
14112         * src/msgcache.c
14113         * src/prefs_account.c
14114         * src/prefs_actions.c
14115         * src/prefs_common.c
14116         * src/prefs_compose_writing.c
14117         * src/prefs_customheader.c
14118         * src/prefs_ext_prog.c
14119         * src/prefs_filtering.c
14120         * src/prefs_filtering_action.c
14121         * src/prefs_fonts.c
14122         * src/prefs_image_viewer.c
14123         * src/prefs_message.c
14124         * src/prefs_message.h
14125         * src/prefs_msg_colors.c
14126         * src/prefs_other.c
14127         * src/prefs_other.h
14128         * src/prefs_quote.c
14129         * src/prefs_receive.c
14130         * src/prefs_receive.h
14131         * src/prefs_send.c
14132         * src/prefs_send.h
14133         * src/prefs_spelling.c
14134         * src/prefs_summaries.c
14135         * src/prefs_summary_column.c
14136         * src/prefs_template.c
14137         * src/prefs_themes.c
14138         * src/prefs_toolbar.c
14139         * src/prefs_wrapping.c
14140         * src/procmime.c
14141         * src/procmsg.c
14142         * src/send_message.h
14143         * src/ssl_manager.c
14144         * src/summary_search.c
14145         * src/summaryview.c
14146         * src/textview.c
14147         * src/wizard.c
14148         * src/common/smtp.c
14149         * src/common/smtp.h
14150         * src/gtk/gtkutils.h
14151                 o Move the rest of Common prefs to new style
14152                 o Lots of -Wall warning fixes
14153                 o fix FIXME in cache memusage calculation
14154                 o Let return receipts be sent from any account
14155                 o Little cache optimisation (read)
14156                 o Fix bug #746 (don't treat commas as separators
14157                   when inside a quoted string)
14158
14159 2005-05-31 [paul]       1.9.11cvs27
14160
14161         * src/prefs_common.c
14162                 fix 'off-by-one' typo
14163
14164 2005-05-31 [paul]       1.9.11cvs26
14165
14166         * src/account.c
14167         * src/addr_compl.c
14168         * src/compose.c
14169         * src/foldersel.c
14170         * src/prefs_actions.c
14171         * src/prefs_common.c
14172         * src/prefs_common.h
14173         * src/prefs_customheader.c
14174         * src/prefs_display_header.c
14175         * src/prefs_filtering.c
14176         * src/prefs_filtering_action.c
14177         * src/prefs_matcher.c
14178         * src/prefs_summaries.c
14179         * src/prefs_summary_column.c
14180         * src/prefs_template.c
14181         * src/prefs_toolbar.c
14182         * src/ssl_manager.c
14183         * src/gtk/pluginwindow.c
14184         * src/gtk/prefswindow.c
14185         * src/gtk/progressdialog.c
14186                 add hidden prefs 'enable_rules_hint'
14187                 for gtk_tree_view_set_rules_hint()
14188                 (sync with main)
14189                 
14190
14191 2005-05-31 [colin]      1.9.11cvs25
14192
14193         * src/Makefile.am
14194         * src/main.c
14195         * src/prefs_common.c
14196         * src/prefs_summaries.c ** ADDED **
14197         * src/prefs_summaries.h ** ADDED **
14198                 Common/Display -> Display/Summaries
14199
14200 2005-05-31 [colin]      1.9.11cvs24
14201
14202         * src/Makefile.am
14203         * src/main.c
14204         * src/prefs_quote.c ** ADDED **
14205         * src/prefs_quote.h ** ADDED **
14206                 Move Common/Quote to Compose/Quoting
14207         * src/prefs_common.c
14208         * src/prefs_common.h
14209                 Remove old quote stuff, add
14210                 convenience functions for GtkTextView prefs
14211         * src/gtk/prefswindow.c
14212                 Set default height higher
14213
14214 2005-05-30 [colin]      1.9.11cvs23
14215
14216         * src/Makefile.am
14217         * src/main.c
14218         * src/prefs_common.c
14219         * src/prefs_compose_writing.c ** ADDED **
14220         * src/prefs_compose_writing.h ** ADDED **
14221                 Move Common/Compose prefs to Compose/Writing
14222
14223 2005-05-30 [colin]      1.9.11cvs22
14224
14225         * src/common/utils.c
14226                 Fix bug #651 (Confused Attract by Subject)
14227                 Patch by M. Benkmann <haferfrost@web.de>
14228         * AUTHORS
14229
14230 2005-05-30 [colin]      1.9.11cvs21
14231
14232         * src/compose.c
14233                 Fix concatenation of different headers of
14234                 the same type (bug #645)
14235         * src/prefs_folder_item.c
14236                 Fix bug #699 (setting color to black doesn't
14237                 work immediately)
14238         * src/procmime.c
14239                 Print out decoding error only once per
14240                 block
14241
14242 2005-05-30 [paul]       1.9.11cvs20
14243
14244         * src/common/template.c
14245                 fix Bcc
14246
14247 2005-05-30 [paul]       1.9.11cvs19
14248
14249         * doc/src/rfc2368.txt   **NEW FILE**
14250         * src/compose.c
14251                 compose_entries_set(): don't interpret Bcc
14252                 header field (conform to RFC 2368)
14253                 (sync with main)
14254
14255 2005-05-29 [colin]      1.9.11cvs18
14256
14257         * src/prefs_common.c
14258                 Let the default reply format respect
14259                 netiquette by cutting the signature.
14260
14261 2005-05-29 [colin]      1.9.11cvs17
14262
14263         * src/summaryview.c
14264                 Don't let always_show_msg override
14265                 open_unread_on_enter when opening a new
14266                 directory.
14267
14268 2005-05-27 [paul]       1.9.11cvs16
14269
14270         sync with main:
14271
14272         * src/main.c
14273                 app_will_exit(): cleanup tmp directory when exit
14274         * src/message_search.c
14275                 improved the interface and made code cleanup.
14276                 removed Clear button
14277         * src/send_message.c
14278                 send_message_local(): use GSpawn, and detect errors
14279         * src/summary_search.c
14280                 improved the interface and made code cleanup
14281         * src/textview.c
14282                 textview_write_link(): also skip non-ascii space
14283                  at the head of link strings (phishing check
14284                  didn't work at the case)
14285         * src/common/utils.c
14286                 get_command_output(): use g_spawn_command_line_sync()
14287                 instead of popen()
14288
14289 2005-05-26 [colin]      1.9.11cvs15
14290
14291         * src/folder.c
14292                 remove printf
14293
14294 2005-05-26 [colin]      1.9.11cvs14
14295
14296         * src/common/nntp.c
14297                 Fix nntp mode reader (bug #611)
14298                 Patch by Florian Mickler <florian@mickler.org>
14299
14300 2005-05-26 [colin]      1.9.11cvs13
14301
14302         * src/plugins/pgpmime/passphrase.c
14303                 Fix mouse grabbing (bug #557)
14304
14305 2005-05-26 [colin]      1.9.11cvs12
14306
14307         * src/prefs_themes.c
14308                 Fix g_warning (bug #541)
14309
14310 2005-05-26 [colin]      1.9.11cvs11
14311
14312         * src/prefs_actions.c
14313         * src/prefs_template.c
14314                 Fix bug #506 (no warning if action/template
14315                 is not saved)
14316         * src/common/template.c
14317                 Fix a possible crash
14318
14319 2005-05-26 [colin]      1.9.11cvs10
14320
14321         * src/folder.c
14322         * src/folderview.c
14323         * src/procmsg.c
14324         * src/summaryview.c
14325                 Forbid locked messages to be moved or
14326                 deleted. Locked messages in trashes 
14327                 still get deleted, for performance
14328                 reason (mh.c::mh_remove_all_msgs)
14329
14330 2005-05-25 [colin]      1.9.11cvs9
14331
14332         * src/procmime.c
14333                 Use correct encoding when sending mails
14334                 with attachments that have accentued 
14335                 chars in their name
14336
14337 2005-05-24 [colin]      1.9.11cvs8
14338
14339         * src/summaryview.c
14340                 Fix bug #688 f) read/unread marker not
14341                 changed on first click
14342                 Also, optimize summary_status_show()
14343                 calls
14344         * src/folder.c
14345         * src/inc.c
14346         * src/procmime.c
14347                 Fix bug #688 b) and c) wrt message
14348                 attachments and signature
14349         * src/stock_pixmap.c
14350         * src/stock_pixmap.h
14351         * src/stock_pixmap.c
14352         * src/stock_pixmap.h
14353         * src/Makefile.am
14354         * src/pixmaps/clip_gpg_signed.xpm
14355                 Add clip/signed icon
14356
14357 2005-05-24 [colin]      1.9.11cvs7
14358
14359         * src/folder_item_prefs.c
14360                 whitespace fix
14361
14362 2005-05-24 [colin]      1.9.11cvs6
14363
14364         * src/folderview.c
14365         * src/prefs_common.c
14366         * src/prefs_common.h
14367                 Add a confirmation to folder drag and drop
14368                 fixes bug #156
14369         * src/alertpanel.c
14370         * src/alertpanel.h
14371                 fix _with_disable parameters so that
14372                 the buttons labels are specifiable too
14373         * src/plugins/pgpmime/sgpgme.c
14374                 reflect said change
14375                 
14376
14377 2005-05-24 [colin]      1.9.11cvs5
14378
14379         * src/folderview.c
14380                 Uncollapse/collapse folders on double-click
14381                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14382                 closes bug #108
14383
14384 2005-05-23 [colin]      1.9.11cvs4
14385
14386         * src/common/socket.c
14387                 Check another special SSL_peek() error.
14388                 Should help wrt bug #728
14389
14390 2005-05-23 [colin]      1.9.11cvs3
14391
14392         * src/plugins/pgpmime/pgpmime.c
14393                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14394                 breaking menu accelerators and stuff. Users will have to
14395                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14396                 account's privacy preferences if needed.
14397
14398 2005-05-22 [paul]
14399
14400         * tools/kdeservicemenu/install.sh
14401                 use kdesu to prompt for root password if doing
14402                 global install/uninstall
14403
14404 2005-05-20 [colin]      1.9.11cvs2
14405
14406         * src/procmsg.c
14407                 Fix another compilation error with gcc-2.9x
14408                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14409         * src/send_message.c
14410                 Don't send QUIT if we aren't connected
14411
14412 2005-05-19 [colin]      1.9.11cvs1
14413
14414         * src/procmsg.c
14415                 Fix compilation with gcc 2.9x
14416
14417 2005-05-19 [paul]       1.9.11
14418
14419         1.9.11 released
14420
14421 2005-05-19 [paul]       1.9.9cvs14
14422
14423         * src/gtk/inputdialog.c
14424                 prevent gettext warning
14425
14426 2005-05-19 [paul]       1.9.9cvs13
14427
14428         * src/mainwindow.c
14429         * src/prefs_common.c
14430         * src/prefs_common.h
14431         * src/textview.c
14432         * src/textview.h
14433                 add an option to toggle cursor in message
14434                 view (sync with main)
14435
14436 2005-05-18 [colin]      1.9.9cvs12
14437
14438         * src/compose.c
14439                 Dereference freed pointer
14440         * src/gtk/gtkaspell.c
14441                 Fix duplication of dictionaries (is it an aspell issue?)
14442
14443 2005-05-18 [colin]      1.9.9cvs11
14444
14445         * src/gtk/inputdialog.c
14446         * src/gtk/gtkaspell.c
14447                 HIGuify dialogs
14448         * src/alertpanel.c
14449                 Remove a double call
14450
14451 2005-05-17 [colin]      1.9.9cvs10
14452
14453         * src/gtk/gtkaspell.c
14454                 Fix dialogs, Ctrl-Enter accel
14455
14456 2005-05-17 [colin]      1.9.9cvs9
14457
14458         * src/gtk/gtkaspell.c
14459                 Fix some accelerators, escape in replace-window
14460
14461 2005-05-16 [colin]      1.9.9cvs8
14462
14463         * src/gtk/gtkaspell.c
14464                 Revert last commit, it was a mistake.
14465
14466 2005-05-16 [colin]      1.9.9cvs7
14467
14468         * src/gtk/gtkaspell.c
14469                 Remove buggy code while we're at it. It's a 
14470                 dead code path anyway.
14471
14472 2005-05-16 [colin]      1.9.9cvs6
14473
14474         * src/gtk/gtkaspell.c
14475                 Missed some gtk_menu_popup where deactivate
14476                 signal should be handled. Should fix bug
14477                 #629 a bit more.
14478
14479 2005-05-16 [colin]      1.9.9cvs5
14480
14481         * src/gtk/gtkaspell.c
14482                 Remove debug printf()s
14483
14484 2005-05-16 [colin]      1.9.9cvs4
14485
14486         * src/gtk/gtkaspell.c
14487                 Fix a bit aspell problems
14488                 (see bug #629)
14489
14490 2005-05-13 [colin]      1.9.9cvs3
14491
14492         * src/folderview.c
14493                 Fix the + appearing even when no subfolders
14494                 have unread messages. Thanks to wwp for the
14495                 bug report.
14496
14497 2005-05-11 [paul]       1.9.9cvs2
14498
14499         * src/folderview.c
14500                 correction to 1.9.9cvs1, only colour folders that
14501                 have new msgs (not unread msgs)
14502
14503 2005-05-10 [colin]      1.9.9cvs1
14504
14505         * src/folderview.c
14506         * src/summaryview.c
14507                 Try to fix bolding bugs again.
14508
14509 2005-05-09 [paul]
14510
14511         * tools/claws.i18n.status.pl
14512                 add Ricardo Mones Lastra's script that has been providing
14513                 the i18n status page for many months
14514
14515 2005-05-09 [paul]       1.9.9
14516
14517         1.9.9 release
14518
14519 2005-05-09 [paul]       1.9.6cvs58
14520
14521         * AUTHORS
14522         * INSTALL
14523         * README.claws
14524                 updated
14525         * Makefile.am 
14526         * RELEASE_NOTES.claws
14527                 add release notes to cvs to simplify release
14528                 procedure
14529         * configure.ac
14530                 add ca and fi to ALL_LINGUAS
14531         * po/Makefile.in.in
14532                 workaround for missing Makevars
14533         * po/ca.po
14534         * po/fi.po
14535                 add new Catalan and Finnish translations
14536                 submitted by Miquel Oliete and Flammie Pirinen
14537         * po/de.po
14538         * po/es.po
14539         * po/fr.po
14540         * po/it.po
14541         * po/pl.po
14542         * po/ru.po
14543         * po/sk.po
14544         * po/sr.po
14545         * po/zh_CN.po
14546                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14547                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14548                 Urke MMI, and Hansom Young
14549         * src/main.c
14550                 Fix drafting when quitting. compose_draft() closes the
14551                 compose windows, which modifies the compose_list GSList.
14552                 We have to refresh this list after echo drafting to avoid a
14553                 segfault
14554         * src/partial_download.c
14555                 fix segfault on exit
14556
14557 2005-05-06 [paul]       1.9.6cvs57
14558
14559         * src/grouplistdialog.c
14560                 quick fix/workaround for unresizeable newsgroup
14561                 name column 
14562
14563 2005-05-06 [paul]       1.9.6cvs56
14564
14565         * src/inc.c
14566         * src/mainwindow.c
14567                 use gettext plural forms
14568         * src/imap_gtk.c
14569         * src/mh_gtk.c
14570         * src/toolbar.c
14571                 small improvement to english usage
14572
14573 2005-05-05 [thorsten]   1.9.6cvs55
14574
14575         * src/folder.c
14576                 fix possible crash
14577
14578 2005-05-05 [paul]       1.9.6cvs54
14579         
14580         sync with HEAD
14581
14582         * AUTHORS
14583         * src/compose.c
14584                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14585                 patch by Tim Mann
14586
14587 2005-05-05 [paul]       1.9.6cvs53
14588
14589         * src/mainwindow.c
14590                 fix resizing of separate message and
14591                 folder views
14592
14593 2005-05-05 [paul]       1.9.6cvs52
14594
14595         * src/account.c
14596         * src/addrgather.c
14597         * src/browseldap.c
14598         * src/exphtmldlg.c
14599         * src/expldifdlg.c
14600         * src/importmutt.c
14601         * src/importpine.c
14602         * src/main.c
14603         * src/mainwindow.c
14604         * src/noticeview.c
14605         * src/prefs_filtering.c
14606         * src/prefs_filtering_action.c
14607         * src/prefs_matcher.c
14608         * src/prefs_spelling.c
14609         * src/prefs_toolbar.c
14610         * src/toolbar.c
14611         * src/wizard.c
14612         * src/gtk/description_window.c
14613         * src/gtk/gtkvscrollbutton.c
14614         * src/gtk/progressdialog.c
14615         * src/gtk/quicksearch.c
14616         * src/plugins/pgpmime/prefs_gpg.c
14617         * src/plugins/spamassassin/spamassassin_gtk.c
14618                 replace deprecated gtk_widget_set_usize
14619
14620 2005-05-04 [colin]      1.9.6cvs51
14621
14622         * src/common/utils.c
14623                 Fix crash when subst_for_filename is called
14624                 with a NULL parameter
14625
14626 2005-05-04 [colin]      1.9.6cvs50
14627
14628         * src/partial_download.c
14629         * src/pop.c
14630                 Escape login when writing uidl file
14631                 fixes bug #736
14632
14633 2005-05-03 [colin]      1.9.6cvs49
14634
14635         * src/procmime.c
14636                 Fix possible DOS in mime parser
14637                 (see bug #634)
14638
14639 2005-05-02 [colin]      1.9.6cvs48
14640
14641         * src/compose.c
14642                 Try to fix the copy/paste mess once again.
14643
14644
14645 2005-04-30 [colin]      1.9.6cvs47
14646
14647         * src/prefs_account.h
14648         * src/procmsg.c
14649         * src/send_message.c
14650         * src/common/smtp.c
14651         * src/common/smtp.h
14652                 Try to batch sending mails (per account) instead of
14653                 reconnecting to server every time.
14654
14655 2005-04-29 [colin]      1.9.6cvs46
14656
14657         * src/messageview.c
14658                 Fix window resizing that refused to size down
14659         * src/prefs_common.c
14660         * src/prefs_common.h
14661         * src/prefs_filtering.c
14662                 Save Filtering's window size
14663
14664 2005-04-21 [paul]       1.9.6cvs45
14665
14666         * ChangeLog-gtk2.claws
14667         * src/setup.c
14668                 correction to sync
14669
14670 2005-04-21 [paul]       1.9.6cvs44
14671
14672         sync with main:
14673
14674         * src/setup.c
14675         * src/statusbar.c
14676         * src/statusbar.h
14677                 use gtkut_widget_draw_now(). Improved performance
14678                 of the update of statusbar
14679         * src/textview.c
14680                 textview_smooth_scroll_do(): redraw it after scroll
14681                 is done (fixed incorrect display when a part of the
14682                 view is hidden).
14683         * src/gtk/gtkutils.c
14684         * src/gtk/gtkutils.h
14685                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14686                 to force update of widgets.
14687                 Removed gtkut_widget_wait_for_draw() which had a big
14688                 overhead  because of waiting for all events processed 
14689
14690 2005-04-20 [paul]       1.9.6cvs43
14691
14692         * src/codeconv.c
14693                 complete 1.9.6cvs42's sync:
14694                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14695
14696 2005-04-19 [paul]       1.9.6cvs42
14697
14698         sync with main:
14699
14700         * src/action.c
14701                 catch_output(): correctly select the insert text
14702                 (fix invalid iterator warnings).
14703         * src/codeconv.c
14704         * src/codeconv.h
14705         * src/mainwindow.c
14706         * src/messageview.c
14707         * src/prefs_common.c
14708                 support GBK encoding.
14709         * src/common/session.c
14710         * src/common/session.h
14711                 use separate buffer for large data to be sent,
14712                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14713
14714 2005-04-18 [paul]       1.9.6cvs41
14715
14716         * src/jpilot.c
14717                 convert unsigned long into guint32
14718                 patch by Paul LeoNerd Evans 
14719
14720 2005-04-17 [colin]      1.9.6cvs40
14721
14722         * src/compose.c
14723                 Fix 'Request return receipt' from folder
14724                 properties (bug #708)
14725
14726 2005-04-17 [colin]      1.9.6cvs39
14727
14728         * src/mainwindow.c
14729                 Fix duplicate hotkeys in Mainwindow's menu
14730
14731 2005-04-17 [colin]      1.9.6cvs38
14732
14733         * src/folderview.c
14734                 Fix duplicate hotkeys in Folderview's contextual
14735                 menu
14736
14737 2005-04-15 [colin]      1.9.6cvs37
14738
14739         * src/summaryview.c
14740                 Fix 'Save as...' with non-ascii filenames
14741
14742 2005-04-15 [colin]      1.9.6cvs36
14743
14744         * src/plugins/pgpmime/pgpmime.c
14745                 Fix bus error on 64bit. Spotted by 
14746                 macallan1888@gmail.com
14747
14748 2005-04-15 [colin]      1.9.6cvs35
14749
14750         * src/prefs_account.c
14751                 Fix cvs34.
14752
14753 2005-04-12 [colin]      1.9.6cvs34
14754
14755         * src/prefs_account.c
14756                 Fix smtp auth type off-by-one. We forgot to
14757                 add PLAIN in the prefs-to-gui setter func and
14758                 as a result, the selected auth when opening
14759                 account prefs was not the correct one.
14760
14761 2005-04-12 [paul]       1.9.6cvs33
14762
14763         * src/inc.c
14764                 if the recv dialog is visible, Cancel only
14765                 cancels the current account
14766
14767
14768 2005-04-10 [colin]      1.9.6cvs32
14769
14770         * src/filtering.c
14771                 Copy score when copying FilteringActions
14772                 Fix bug #674
14773
14774 2005-04-10 [colin]      1.9.6cvs31
14775
14776         * src/inc.c
14777                 Make Message -> Receive -> Cancel cancel 
14778                 incorporation on all accounts. Fixes
14779                 bug #693
14780
14781 2005-04-10 [colin]      1.9.6cvs30
14782
14783         * src/prefs_account.c
14784                 Update Privacy checkbuttons status based
14785                 on the selected privacy system
14786         * src/compose.c
14787                 Always connect the "None" privacy system; the
14788                 static boolean was probably there to avoid
14789                 reconnecting twice in the same compose window,
14790                 but as the parent function is only called once
14791                 per compose, it's only a bug - as a static is
14792                 initialized once per application instance.
14793                 Also, don't uncheck Sign and Encrypt when
14794                 selecting None as privacy system; just ignore
14795                 them when sending/queuing.
14796                 Should fix bug #695
14797
14798 2005-04-08 [colin]      1.9.6cvs29
14799
14800         * src/account.c
14801         * src/prefs_account.c
14802         * src/prefs_account.h
14803                 Add account preference to queue message in a certain
14804                 folder.
14805
14806 2005-04-06 [colin]      1.9.6cvs28
14807
14808         * src/prefs_account.c
14809                 Update old inbox path syntax
14810
14811 2005-04-06 [paul]       1.9.6cvs27
14812
14813         sync with main:
14814
14815         * configure.ac
14816                 changed -traditional-cpp to -no-cpp-precomp for newer
14817                 Mac OS X support
14818         * src/foldersel.c
14819                 made column resize automatically
14820         * src/send_message.c
14821                 send_message_smtp(): consider EOF right after QUIT
14822                 successful (workaround for Gmail SMTP server)
14823         * src/common/socket.c
14824                 ssl_read(), ssl_peek(): check EOF which violates the
14825                 SSL protocol
14826         * src/gtk/colorlabel.c
14827                 removed warnings when displaying colorlabel menu
14828                 (don't use GtkAlignment)
14829
14830 2005-04-05 [paul]       1.9.6cvs26
14831
14832         * src/plugins/trayicon/trayicon.c
14833                 fix clipping of icon under KDE3 
14834
14835 2005-04-05 [paul]       1.9.6cvs25
14836
14837         * src/summaryview.c
14838                 hide display of threading
14839                 patch by Alfons
14840
14841 2005-04-04 [thorsten]   1.9.6cvs24
14842
14843         * src/mh.c
14844                 marks lost on filesystems with different stat() results on
14845                 summer-/wintertime
14846
14847 2005-04-03 [colin]      1.9.6cvs23
14848
14849         * src/summaryview.c
14850                 Don't handle up/down. Patch by Alfons
14851
14852 2005-04-02 [colin]      1.9.6cvs22
14853
14854         * src/summaryview.c
14855                 Make scrolling faster. Patch by Alfons.
14856
14857 2005-04-01 [colin]      1.9.6cvs21
14858
14859         * src/Makefile.am
14860         * src/stock_pixmap.c
14861         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14862         * src/pixmaps/dir_noselect.xpm ** ADDED **
14863                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14864
14865 2005-04-01 [colin]      1.9.6cvs20
14866
14867         * src/image_viewer.c
14868         * src/image_viewer.h
14869         * src/procmime.c
14870         * src/procmime.h
14871         * src/textview.c
14872         * src/textview.h
14873                 Implement inline image resizing and right-clicking
14874
14875 2005-04-01 [paul]       1.9.6cvs19
14876
14877         * AUTHORS
14878         * Makefile.am
14879         * configure.ac
14880                 check for gnome2
14881                 patch by Luca Cavalli <loopback<AT>slackit.org>
14882         * po/ru.po
14883                 updated by Pavlo Bohmat
14884
14885 2005-03-31 [colin]      1.9.6cvs18
14886
14887         * src/news.c
14888                 Fix parsing references
14889         * src/msgcache.c
14890                 don't put nulls in the references list
14891         * src/procheader.c
14892                 commit that forgotten file in 1.9.6cvs14
14893
14894 2005-03-31 [colin]      1.9.6cvs17
14895
14896         * src/compose.c
14897                 Fix joining of signature separator again. 
14898                 Maybe Hiro could put it in main too...
14899
14900 2005-03-31 [colin]      1.9.6cvs16
14901
14902         * src/Makefile.am
14903         * src/foldersel.c
14904         * src/stock_pixmap.c
14905         * src/stock_pixmap.h
14906         * src/pixmaps/dir-noselect.xpm
14907                 Update foldersel.c (sync from main, patch by Alfons)
14908
14909 2005-03-30 [colin]      1.9.6cvs15
14910
14911         * src/imap.c
14912                 Fix handling of imap folders containing [] in 
14913                 their name. Thanks to Nahuel Angelinetti for
14914                 the detailed bugreport.
14915
14916 2005-03-30 [colin]      1.9.6cvs14
14917
14918         * src/common/utils.h
14919         * src/common/utils.c
14920         * src/common/defs.h
14921         * src/matcher.c
14922         * src/msgcache.c
14923         * src/news.c
14924         * src/procmsg.c
14925         * src/procmsg.h
14926         * src/quote_fmt_parse.y
14927         * src/summaryview.c
14928                 Update references system. Patch by Alfons
14929
14930 2005-03-30 [colin]      1.9.6cvs13
14931
14932         * src/common/socket.c
14933                 Force the glibc to read resolv.conf again when 
14934                 it has changed. Should fix issues when changing
14935                 networks on a laptop and not restarting sylpheed. 
14936
14937 2005-03-30 [paul]       1.9.6cvs12
14938
14939         partial sync with main:
14940
14941         * src/action.c
14942                 create_io_dialog(): use user-defined text font
14943                 (thanks to Alfons), and modified its appearance.
14944         * src/addrgather.c
14945         * src/addrharvest.c
14946         * src/browseldap.c
14947                 replace old code
14948         * src/compose.c
14949                 don't join (presumably) itemized lines on line-wrapping
14950                 fixed wrapping of quote when auto-wrapping is enabled
14951                 compose_destroy(): destroy paned only if it's not
14952                 attached to window. Fixed memory leak of popup menu.
14953         * src/exphtmldlg.c
14954         * src/expldifdlg.c
14955                 replace old code
14956         * src/html.c
14957         * src/html.h
14958         * src/importmutt.c
14959         * src/importpine.c
14960                 replace old code
14961         * src/main.c
14962                 removed redundant code
14963         * src/mainwindow.c
14964                 changed 'Code set' (which is rather incorrect)
14965                 in the menu to 'Character encoding'
14966                 main_window_set_widgets(): request size first
14967                 to prevent window size becoming wrong
14968                 fixed remembering of the state of the visibility
14969                 of MessageView
14970         * src/messageview.c
14971                 changed 'Code set' (which is rather incorrect)
14972                 in the menu to 'Character encoding'
14973         * src/prefs_common.c
14974         * src/prefs_common.h
14975                 added an option whether to render HTML as text or not
14976                 added separators to outgoing encoding menu
14977         * src/procheader.c
14978                 procheader_scan_date_string(): support header
14979                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14980         * src/summaryview.c
14981         * src/summaryview.h
14982                 minor code cleanup
14983         * src/textview.c
14984                 textview_show_html(): force output of newline
14985                 added an option whether to render HTML as text or not
14986         * src/common/utils.c
14987                 strncpy2(): optimized based on Alfons' code
14988         * src/gtk/gtkutils.c
14989         * src/gtk/gtkutils.h
14990                 removed non-used code
14991         * src/plugins/pgpmime/passphrase.c
14992                 partially fixed grab input of passphrase dialog
14993                 Confine pointer to window
14994
14995 2005-03-30 [colin]      1.9.6cvs11
14996
14997         * src/msgcache.c
14998         * src/msgcache.h
14999                 Read/write 32bit ints from cache & marks
15000                 From main.
15001
15002 2005-03-29 [paul]       1.9.6cvs10
15003
15004         * AUTHORS
15005         * ChangeLog.claws
15006         * src/compose.c
15007         * src/gtk/gtkaspell.c
15008                 sync with HEAD (don't pass NULL pointers) 
15009
15010 2005-03-24 [paul]
15011
15012         * tools/Makefile.am
15013         * tools/README
15014         * tools/acroread2sylpheed.pl
15015                 sync with HEAD (add script to send pdfs as
15016                 attachments from Adobe Reader 7)
15017
15018 2005-03-21 [paul]       1.9.6cvs9
15019
15020         * configure.ac
15021         * po/POTFILES.in
15022         * src/Makefile.am
15023         * src/crash.c
15024         * src/image_viewer.c ** ADDED **
15025         * src/image_viewer.h ** ADDED **
15026         * src/main.c
15027         * src/prefs_common.c
15028         * src/prefs_common.h
15029         * src/prefs_image_viewer.c ** ADDED **
15030         * src/prefs_image_viewer.h ** ADDED **
15031         * src/textview.c
15032         * src/gtk/about.c
15033         * src/pixmaps/sylpheed_logo.xpm
15034         * src/plugins/Makefile.am
15035         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15036         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15037         * src/plugins/image_viewer/plugin.c ** REMOVED **
15038         * src/plugins/image_viewer/viewer.c ** REMOVED **
15039         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15040         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15041         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15042         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15043         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15044                 as gdk-pixbuf is now built-in
15045                 remove image_viewer plugin and put code back into
15046                 main codebase
15047                 implement inline image display (sync with main)
15048
15049                 replace logo with newer, nicer, larger version  
15050
15051 2005-03-21 [paul]       1.9.6cvs8
15052
15053         * src/gtk/about.c
15054                 cosmetic improvement
15055
15056 2005-03-21 [holger]     1.9.6cvs7
15057
15058         * src/plugins/spamassassin/spamassassin.c
15059                 Sync with HEAD
15060                 (unregister hook on failed plugin init)
15061
15062 2005-03-20 [colin]      1.9.6cvs6
15063
15064         * src/common/plugin.c
15065                 Check that plugin isn't already loaded
15066                 Patch by Alfons
15067
15068 2005-03-20 [thorsten]   1.9.6cvs5
15069
15070         * src/compose.c
15071                 use a more compatible syntax
15072
15073 2005-03-20 [thorsten]   1.9.6cvs4
15074
15075         * src/prefs_toolbar.c
15076                 fix crash when selecting toolbar item (uninitialized pointer)
15077
15078 2005-03-20 [thorsten]   1.9.6cvs3
15079
15080         * src/procmime.c
15081                 fix mimetype detection (referenced free()d string)
15082
15083 2005-03-20 [paul]       1.9.6cvs2
15084
15085         * src/compose.c
15086                 sync with HEAD (1.0.3cvs5)
15087                 neglect Reply-To header if empty
15088                 Patch by Alfons 
15089
15090 2005-03-19 [holger]     1.9.6cvs1
15091
15092         * src/summaryview.c
15093         * src/summaryview.h
15094                 Sync with HEAD
15095
15096 2005-03-18 [paul]       1.9.6
15097
15098         initial GTK2 release
15099
15100 2005-03-18 [paul]       1.0.3cvs3.1
15101
15102         * AUTHORS
15103         * ChangeLog.claws
15104         * configure.ac
15105         * src/gtk/about.c
15106         * src/pixmaps/sylpheed_logo.xpm
15107                 sync with HEAD
15108
15109 2005-03-18 [colin]      1.0.3cvs2.6
15110
15111         * src/summaryview.c
15112                 Remove call to summary_step in summary_copy_selected_to
15113                 Can't see its purpose, and this causes bug when copying
15114                 a message if the next one is unread: it reads it.
15115
15116 2005-03-18 [paul]       1.0.3cvs2.5
15117
15118         * src/foldersel.c
15119                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15120
15121 2005-03-18 [paul]       1.0.3cvs2.4
15122
15123         * src/addrharvest.c
15124         * src/codeconv.c
15125         * src/codeconv.h
15126         * src/compose.c
15127         * src/news.c
15128         * src/procheader.c
15129         * src/procmime.c
15130         * src/unmime.c
15131         * src/unmime.h
15132                 fix buffer overflow, CAN-2005-0667, see
15133                 http://secunia.com/advisories/14491/
15134                 Patch by Alfons
15135
15136 2005-03-17 [colin]      1.0.3cvs2.3
15137
15138         * src/prefs_fonts.c
15139         * src/summaryview.c
15140                 Fix font bugs (both lists now officialy share 
15141                 the same font)
15142                 
15143
15144 2005-03-17 [paul]       1.0.3cvs2.2
15145
15146         * src/gtk/pluginwindow.c
15147                 make plugin descriptions uneditable
15148
15149 2005-03-11 [paul]       1.0.3cvs2.1
15150
15151         * ChangeLog.claws
15152         * configure.ac
15153         * po/POTFILES.in
15154         * src/plugins/trayicon/trayicon.c
15155                 sync with HEAD
15156                 add src/wizard.c to POTFILES.in
15157
15158 2005-03-11 [paul]       1.0.3cvs1.1
15159
15160         * ChangeLog
15161         * ChangeLog.claws
15162         * configure.ac
15163         * po/de.po
15164         * po/es.po
15165         * po/fr.po
15166         * po/it.po
15167         * po/pt_BR.po
15168         * po/ru.po
15169         * po/sk.po
15170         * po/sr.po
15171         * po/zh_CN.po
15172                 sync with HEAD
15173
15174 2005-03-04 [colin]      1.0.1cvs22.2
15175
15176         * src/compose.c
15177                 Fix signatures with accentued chars in it
15178
15179 2005-03-04 [colin]      1.0.1cvs22.1
15180
15181         * src/common/smtp.c
15182         * src/common/smtp.h
15183                 Don't use SIZE param in MAIL FROM: if server 
15184                 doesn't support it. Patch by Eugen Freiter
15185                 <eugen_f@users.sf.net>
15186
15187 2005-02-27 [paul]       1.0.1cvs20.1
15188
15189         * ChangeLog.claws
15190         * configure.ac
15191         * src/messageview.c
15192                 sync with HEAD
15193
15194 2005-02-27 [colin]      1.0.1cvs19.4
15195
15196         * src/procheader.c
15197         * src/procheader.h
15198                 Fix prototypes. Patch by Alfons
15199
15200 2005-02-27 [colin]      1.0.1cvs19.3
15201
15202         * src/compose.c
15203                 Don't auto-join the signature separator.
15204
15205 2005-02-26 [colin]      1.0.1cvs19.2
15206
15207         * src/summaryview.c
15208                 Fix 'mark all read' with collapsed threads.
15209                 Patch by Alfons.
15210
15211 2005-02-25 [paul]       1.0.1cvs19.1
15212
15213         * ChangeLog.claws
15214         * configure.ac
15215         * src/prefs_account.c
15216         * src/prefs_folder_item.c
15217         * src/gtk/prefswindow.c
15218         * src/gtk/prefswindow.h
15219                 sync with HEAD
15220
15221 2005-02-25 [paul]       1.0.1cvs15.12
15222
15223         * src/alertpanel.c
15224         * src/codeconv.c
15225         * src/compose.c
15226         * src/textview.c
15227         * src/gtk/gtkutils.c
15228         * src/gtk/gtkutils.h
15229         * src/gtk/logwindow.c
15230         * src/gtk/progressdialog.c
15231                 sync with main (revision 127)
15232                 and fix logwindow clipping
15233
15234 2005-02-24 [colin]      1.0.1cvs15.11
15235
15236         * src/plugins/pgpmime/passphrase.c
15237                 Disable input grabbing; it doesn't work yet.
15238
15239 2005-02-24 [colin]      1.0.1cvs15.10
15240
15241         * src/messageview.c
15242                 Don't send out receipts if offline. Ask.
15243
15244 2005-02-23 [colin]      1.0.1cvs15.9
15245
15246         * src/summaryview.c     
15247                 Fix expanding
15248
15249 2005-02-23 [colin]      1.0.1cvs15.8
15250
15251         * src/summaryview.c
15252                 Really fix Bug 568 by removing useless
15253                 calls. summary_thread_init() now called
15254                 in summary_sort(). This should please
15255                 Alfons as it should be faster than 
15256                 previously.
15257
15258 2005-02-23 [colin]      1.0.1cvs15.7
15259
15260         * src/compose.c
15261                 Encode parts as QP or B64 if signing
15262
15263 2005-02-23 [colin]      1.0.1cvs15.6
15264
15265         * src/compose.c
15266                 Fix Mimeinfo leakage (including tmp files)
15267         * src/procmsg.c
15268                 Fix tmp file leakage (spotted by Ivan Rayner)
15269
15270 2005-02-22 [colin]      1.0.1cvs15.5
15271
15272         * src/expldifdlg.c
15273                 Fix keyboard input. Patch by Alfons.
15274
15275 2005-02-21 [colin]      1.0.1cvs15.4
15276
15277         * src/compose.c
15278                 Fix Sign/Encrypt when unselecting privacy
15279                 system
15280         * src/prefs_common.c
15281                 Change default message font to Monospace
15282         * src/summaryview.c
15283                 More freezing during potentially large operations
15284
15285 2005-02-21 [paul]       1.0.1cvs15.3
15286
15287         * src/main.c
15288                 fix --help output
15289
15290 2005-02-21 [paul]       1.0.1cvs15.2
15291
15292         * po/Makefile.in.in
15293         * src/compose.c
15294         * src/summaryview.c
15295         * src/textview.c
15296         * src/common/utils.c
15297         * src/common/utils.h
15298                 sync with main (revision 117)
15299
15300 2005-02-20 [colin]      1.0.1cvs15.1
15301
15302         * src/common/defs.h
15303                 Change cache file to .sylpheed_claws_cache, as
15304                 suggested by Alfons. Allows people to switch
15305                 between Sylpheed and Sylpheed-Claws. it is
15306                 a good idea to "Check for new messages" at next
15307                 startup.
15308
15309
15310 2005-02-18 [colin]      1.0.1cvs14.1
15311
15312         * src/quote_fmt_lex.l
15313         * src/quote_fmt_parse.y
15314                 Fix parser initialisation. Patch by Ivan.
15315
15316 2005-02-18 [colin]      1.0.1cvs11.6
15317
15318         * src/folderview.c
15319                 Fix scrolldown (bug 662)
15320
15321 2005-02-17 [colin]      1.0.1cvs11.5
15322
15323         * src/codeconv.c
15324                 conv_filename_to_utf8: return clean 7bit instead
15325                 of broken utf8 if needed
15326         * src/mimeview.c
15327                 Fix display of parts with unclean 8bit names
15328
15329 2005-02-17 [paul]       1.0.1cvs11.4
15330
15331         * src/compose.c
15332         * src/exportldif.c
15333         * src/matcher_parser_parse.y
15334         * src/procmime.c
15335         * src/sourcewindow.c
15336         * src/common/Makefile.am
15337         * src/common/intl.h             ** REMOVED **
15338         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15339                 sync with main (revision 109)
15340                 and clean up
15341
15342 2005-02-16 [colin]      1.0.1cvs11.3
15343
15344         * src/summaryview.c
15345                 Fix collapsed thread not highlighting when new
15346                 messages in it (Bug 568) Patch by Stephan Sachse.
15347                 Fix messed up selection when reaching bounds (Bug 632)
15348         * src/prefs_themes.c
15349                 Fix theme installing (Bug 684)
15350
15351 2005-02-16 [colin]      1.0.1cvs11.2
15352
15353         * src/messageview.c
15354                 Fix messageview_select_all
15355
15356 2005-02-16 [colin]      1.0.1cvs11.1
15357
15358         * src/mh.c
15359                 Sync with HEAD (MH scan required function)
15360
15361 2005-02-15 [colin]      1.0.1cvs8.1
15362
15363         * src/mimeview.c
15364         * src/common/utils.c
15365                 Sync with HEAD (filename chars substitution)
15366
15367 2005-02-15 [colin]      1.0.1cvs7.3
15368
15369         * src/gtk/pluginwindow.c
15370                 Fix button spacing
15371
15372 2005-02-15 [colin]      1.0.1cvs7.2
15373
15374         * src/mimeview.c
15375                 Fix mime icons not reset across message when
15376                 scrolled down
15377
15378 2005-02-15 [colin]      1.0.1cvs7.1
15379
15380         * src/compose.c
15381         * src/procmime.c
15382                 Sync with HEAD (optimisation of cvs6)
15383
15384 2005-02-14 [colin]      1.0.1cvs6.1
15385
15386         * src/compose.c
15387         * src/procmime.c
15388                 Sync with HEAD (encode "From " at line beginning)
15389
15390 2005-02-14 [colin]      1.0.1cvs5.3
15391
15392         * src/compose.c
15393                 Fix wrapping with accentued chars.
15394
15395 2005-02-13 [colin]      1.0.1cvs5.2
15396
15397         * src/textview.c
15398                 Fix email informative part parsing with
15399                 accentued chars in it. ispunct() returns
15400                 true for them in utf8...
15401
15402 2005-02-12 [colin]      1.0.1cvs5.1
15403
15404         * src/filtering.c
15405                 Sync with HEAD (remove wrong use of compose after send)
15406
15407 2005-02-12 [paul]       1.0.1cvs4.5
15408
15409         * src/textview.c
15410                 remove unnecessary code (thanks to Alfons)
15411
15412 2005-02-12 [paul]       1.0.1cvs4.4
15413
15414         * src/textview.c
15415                 add 'Copy' to contextual menu on emails
15416
15417 2005-02-11 [colin]      1.0.1cvs4.3
15418
15419         * src/compose.c
15420                 revert 1.0.0cvs28.2, it doesn't work that well.
15421
15422 2005-02-11 [paul]       1.0.1cvs4.2
15423
15424         * po/Makefile.in.in
15425                 fix 'make release'
15426
15427 2005-02-10 [paul]       1.0.1cvs4.1
15428
15429         * ChangeLog
15430         * ChangeLog.claws
15431         * ChangeLog.jp
15432         * configure.ac
15433         * src/compose.c
15434                 sync with HEAD (sync with main)
15435
15436 2005-02-10 [paul]       1.0.1cvs3.2
15437
15438         * AUTHORS
15439         * Makefile.am
15440         * autogen.sh
15441         * configure.ac
15442         * config/mkinstalldirs
15443         * intl/.cvsignore
15444         * intl/ChangeLog
15445         * intl/VERSION
15446         * intl/bindtextdom.c
15447         * intl/config.charset
15448         * intl/dcgettext.c
15449         * intl/dcigettext.c
15450         * intl/dcngettext.c
15451         * intl/dgettext.c
15452         * intl/dngettext.c
15453         * intl/eval-plural.h
15454         * intl/explodename.c
15455         * intl/finddomain.c
15456         * intl/gettext.c
15457         * intl/gettextP.h
15458         * intl/gmo.h
15459         * intl/hash-string.h
15460         * intl/intl-compat.c
15461         * intl/l10nflist.c
15462         * intl/libgnuintl.h.in
15463         * intl/loadinfo.h
15464         * intl/loadmsgcat.c
15465         * intl/localcharset.c
15466         * intl/localcharset.h
15467         * intl/locale.alias
15468         * intl/localealias.c
15469         * intl/localename.c
15470         * intl/log.c
15471         * intl/ngettext.c
15472         * intl/os2compat.c
15473         * intl/os2compat.h
15474         * intl/osdep.c
15475         * intl/plural-exp.c
15476         * intl/plural-exp.h
15477         * intl/plural.c
15478         * intl/plural.y
15479         * intl/ref-add.sin
15480         * intl/ref-del.sin
15481         * intl/relocatable.c
15482         * intl/relocatable.h
15483         * intl/textdomain.c
15484         * m4/Makefile.am
15485         * po/Makefile.in.in
15486         * src/Makefile.am
15487         * src/account.c
15488         * src/action.c
15489         * src/addr_compl.c
15490         * src/addressadd.c
15491         * src/addressbook.c
15492         * src/addrgather.c
15493         * src/addrindex.c
15494         * src/alertpanel.c
15495         * src/browseldap.c
15496         * src/codeconv.c
15497         * src/codeconv.h
15498         * src/compose.c
15499         * src/compose.h
15500         * src/crash.c
15501         * src/editaddress.c
15502         * src/editbook.c
15503         * src/editgroup.c
15504         * src/editjpilot.c
15505         * src/editldap.c
15506         * src/editldap_basedn.c
15507         * src/editvcard.c
15508         * src/exphtmldlg.c
15509         * src/expldifdlg.c
15510         * src/export.c
15511         * src/exporthtml.c
15512         * src/filtering.c
15513         * src/folder.c
15514         * src/folder_item_prefs.c
15515         * src/foldersel.c
15516         * src/folderview.c
15517         * src/grouplistdialog.c
15518         * src/headerview.c
15519         * src/imap.c
15520         * src/imap_gtk.c
15521         * src/import.c
15522         * src/importldif.c
15523         * src/importmutt.c
15524         * src/importpine.c
15525         * src/inc.c
15526         * src/ldif.c
15527         * src/main.c
15528         * src/mainwindow.c
15529         * src/matcher.c
15530         * src/mbox.c
15531         * src/message_search.c
15532         * src/messageview.c
15533         * src/mh.c
15534         * src/mh_gtk.c
15535         * src/mimeview.c
15536         * src/msgcache.c
15537         * src/news.c
15538         * src/news_gtk.c
15539         * src/noticeview.c
15540         * src/partial_download.c
15541         * src/pop.c
15542         * src/prefs_account.c
15543         * src/prefs_actions.c
15544         * src/prefs_common.c
15545         * src/prefs_customheader.c
15546         * src/prefs_display_header.c
15547         * src/prefs_ext_prog.c
15548         * src/prefs_filtering.c
15549         * src/prefs_filtering_action.c
15550         * src/prefs_folder_item.c
15551         * src/prefs_fonts.c
15552         * src/prefs_gtk.c
15553         * src/prefs_matcher.c
15554         * src/prefs_msg_colors.c
15555         * src/prefs_spelling.c
15556         * src/prefs_summary_column.c
15557         * src/prefs_template.c
15558         * src/prefs_themes.c
15559         * src/prefs_toolbar.c
15560         * src/prefs_wrapping.c
15561         * src/privacy.c
15562         * src/procheader.c
15563         * src/procmime.c
15564         * src/procmsg.c
15565         * src/quote_fmt.c
15566         * src/recv.c
15567         * src/send_message.c
15568         * src/setup.c
15569         * src/sourcewindow.c
15570         * src/ssl_manager.c
15571         * src/statusbar.c
15572         * src/summary_search.c
15573         * src/summaryview.c
15574         * src/textview.c
15575         * src/toolbar.c
15576         * src/wizard.c
15577         * src/common/nntp.c
15578         * src/common/plugin.c
15579         * src/common/smtp.c
15580         * src/common/ssl.c
15581         * src/common/ssl_certificate.c
15582         * src/common/string_match.c
15583         * src/common/sylpheed.c
15584         * src/common/template.c
15585         * src/common/utils.c
15586         * src/gtk/about.c
15587         * src/gtk/colorlabel.c
15588         * src/gtk/description_window.c
15589         * src/gtk/filesel.c
15590         * src/gtk/foldersort.c
15591         * src/gtk/gtkaspell.c
15592         * src/gtk/gtkutils.c
15593         * src/gtk/inputdialog.c
15594         * src/gtk/logwindow.c
15595         * src/gtk/menu.c
15596         * src/gtk/pluginwindow.c
15597         * src/gtk/prefswindow.c
15598         * src/gtk/progressdialog.c
15599         * src/gtk/quicksearch.c
15600         * src/gtk/sslcertwindow.c
15601         * src/plugins/clamav/clamav_plugin.c
15602         * src/plugins/clamav/clamav_plugin_gtk.c
15603         * src/plugins/demo/demo.c
15604         * src/plugins/dillo_viewer/dillo_prefs.c
15605         * src/plugins/dillo_viewer/dillo_viewer.c
15606         * src/plugins/image_viewer/plugin.c
15607         * src/plugins/image_viewer/viewer.c
15608         * src/plugins/image_viewer/viewerprefs.c
15609         * src/plugins/mathml_viewer/mathml_viewer.c
15610         * src/plugins/pgpmime/passphrase.c
15611         * src/plugins/pgpmime/plugin.c
15612         * src/plugins/pgpmime/prefs_gpg.c
15613         * src/plugins/pgpmime/select-keys.c
15614         * src/plugins/pgpmime/sgpgme.c
15615         * src/plugins/spamassassin/spamassassin.c
15616         * src/plugins/spamassassin/spamassassin_gtk.c
15617         * src/plugins/trayicon/trayicon.c
15618                 sync with main (revision 104)
15619
15620 2005-02-10 [colin]      1.0.1cvs3.1
15621
15622         * src/mainwindow.c
15623                 Sync with HEAD (fix occasional crasher)
15624
15625 2005-02-10 [colin]      1.0.1cvs2.1
15626
15627         * src/messageview.c
15628                 Synw with HEAD (don't automatically display html)
15629
15630 2005-02-09 [colin]      1.0.1cvs1.3
15631
15632         * src/textview.c
15633         * src/textview.h
15634                 Add contextual menu on emails
15635
15636 2005-02-09 [colin]      1.0.1cvs1.2
15637
15638         * src/codeconv.c
15639                 Fix converting from broken headers and 
15640                 put back the _ in missing places
15641                 (feature broke with cvs24.2 sync, main 
15642                  possibly affected?)
15643
15644 2005-02-09 [colin]      1.0.1cvs1.1
15645
15646         * src/messageview.c
15647         * src/mimeview.c
15648         * src/mimeview.h
15649                 Sync with HEAD (display non text/plain mails with plugin)
15650
15651 2005-02-08 [colin]      1.0.1.1
15652
15653         * ChangeLog.claws
15654         * po/pt_BR.po
15655                 Sync with HEAD
15656         * configure.ac
15657                 Make default configuration directory 
15658                 be .sylpheed-gtk2
15659
15660 2005-02-08 [colin]      1.0.0cvs29.1
15661
15662         * po/de.po
15663         * po/es.po
15664         * po/fr.po
15665         * po/it.po
15666         * po/sk.po
15667         * po/sr.po
15668                 Sync translations with HEAD
15669
15670 2005-02-06 [colin]      1.0.0cvs28.3
15671
15672         * src/compose.c
15673                 Make compose a bit faster - patch by Alfons.
15674
15675 2005-02-06 [colin]      1.0.0cvs28.2
15676
15677         * src/compose.c
15678                 Make pasting via middle-click more reliable
15679
15680 2005-02-05 [paul]       1.0.0cvs28.1
15681
15682         * ChangeLog
15683         * ChangeLog.claws
15684         * ChangeLog.jp
15685         * configure.ac
15686         * src/compose.c
15687                 sync with HEAD
15688                 (fix bug 682 'redirect is broken'
15689
15690 2005-02-05 [torte]      1.0.0cvs27.1
15691
15692         * ChangeLog.claws
15693         * configure.ac
15694         * src/partial_download.c
15695                 Sync with HEAD (fix buf overflow)
15696
15697 2005-02-03 [colin]      1.0.0cvs26.1
15698
15699         * src/common/plugin.c
15700                 Sync with HEAD (avoid plugin mismatches)
15701
15702 2005-02-03 [paul]       1.0.0cvs25.3
15703
15704         * src/folderview.c
15705         * src/headerview.c
15706         * src/summaryview.c
15707         * src/textview.c
15708         * src/gtk/colorlabel.c
15709                 third and final part of initial sync with main-gtk2
15710
15711 2005-02-03 [paul]       1.0.0cvs25.2
15712
15713         * src/jpilot.c
15714                 fix building with jpilot support
15715
15716 2005-02-02 [colin]      1.0.0cvs25.1
15717
15718         * src/messageview.c
15719                 Sync with HEAD (fix dangerous typo)
15720
15721 2005-02-01 [colin]      1.0.0cvs24.3
15722
15723         * src/common/xml.c
15724                 Write file as advertised (UTF-8)
15725
15726 2005-02-01 [paul]       1.0.0cvs24.2
15727
15728         * src/addrbook.c
15729         * src/addrindex.c
15730         * src/alertpanel.h
15731         * src/codeconv.c
15732         * src/codeconv.h
15733         * src/compose.c
15734         * src/export.c
15735         * src/folder_item_prefs.c
15736         * src/html.c
15737         * src/imap.c
15738         * src/import.c
15739         * src/jpilot.c
15740         * src/mainwindow.c
15741         * src/matcher_parser_lex.l
15742         * src/messageview.c
15743         * src/mh.c
15744         * src/prefs_account.c
15745         * src/prefs_actions.c
15746         * src/prefs_common.c
15747         * src/prefs_gtk.c
15748         * src/prefs_gtk.h
15749         * src/prefs_themes.c
15750         * src/procheader.c
15751         * src/procmime.c
15752         * src/sourcewindow.c
15753         * src/statusbar.c
15754         * src/summaryview.c
15755         * src/textview.c
15756         * src/toolbar.c
15757         * src/unmime.c
15758         * src/common/template.c
15759         * src/common/utils.c
15760         * src/common/xml.c
15761         * src/common/xml.h
15762         * src/gtk/gtkaspell.c
15763         * src/plugins/clamav/clamav_plugin.c
15764         * src/plugins/dillo_viewer/dillo_prefs.c
15765         * src/plugins/image_viewer/viewerprefs.c
15766         * src/plugins/pgpmime/passphrase.c
15767         * src/plugins/pgpmime/prefs_gpg.c
15768         * src/plugins/pgpmime/select-keys.c
15769         * src/plugins/spamassassin/spamassassin.c
15770                 second part of initial sync with main-gtk2
15771                 (more to follow)
15772
15773 2005-01-31 [colin]      1.0.0cvs24.1
15774
15775         * src/compose.c
15776                 Sync with HEAD
15777
15778 2005-01-29 [paul]       1.0.0cvs23.2
15779
15780         * src/account.c
15781         * src/action.c
15782         * src/addressadd.c
15783         * src/addressbook.c
15784         * src/alertpanel.c
15785         * src/compose.c
15786         * src/editaddress.c
15787         * src/editbook.c
15788         * src/editgroup.c
15789         * src/editjpilot.c
15790         * src/editldap.c
15791         * src/editldap_basedn.c
15792         * src/editvcard.c
15793         * src/export.c
15794         * src/foldersel.c
15795         * src/grouplistdialog.c
15796         * src/import.c
15797         * src/importldif.c
15798         * src/inc.c
15799         * src/main.c
15800         * src/mainwindow.c
15801         * src/message_search.c
15802         * src/messageview.c
15803         * src/mimeview.c
15804         * src/prefs_actions.c
15805         * src/prefs_common.c
15806         * src/prefs_common.h
15807         * src/prefs_customheader.c
15808         * src/prefs_display_header.c
15809         * src/prefs_filtering.c
15810         * src/prefs_filtering_action.c
15811         * src/prefs_gtk.c
15812         * src/prefs_matcher.c
15813         * src/prefs_summary_column.c
15814         * src/prefs_template.c
15815         * src/sourcewindow.c
15816         * src/summary_search.c
15817         * src/summaryview.c
15818         * src/textview.c
15819         * src/gtk/about.c
15820         * src/gtk/description_window.c
15821         * src/gtk/gtkshruler.c
15822         * src/gtk/gtkutils.c
15823         * src/gtk/gtkutils.h
15824         * src/gtk/inputdialog.c
15825         * src/gtk/logwindow.c
15826         * src/gtk/prefswindow.c
15827         * src/gtk/progressdialog.c
15828         * src/gtk/progressdialog.h
15829                 first part of initial sync with main-gtk2
15830                 (more to follow)
15831
15832 2005-01-28 [colin]      1.0.0cvs23.1
15833
15834         * src/folderview.c
15835                 Sync with HEAD
15836
15837 2005-01-27 [colin]      1.0.0cvs21.1
15838
15839         * src/folder.c
15840         * src/folderview.c
15841                 Sync with HEAD
15842
15843 2005-01-27 [colin]      1.0.0cvs19.1
15844
15845         * src/procmime.c
15846                 Sync with HEAD
15847
15848 2005-01-27 [colin]      1.0.0cvs18.1
15849
15850         * src/messageview.c
15851         * src/summaryview.c
15852         * src/mainwindow.c
15853         * src/compose.c
15854         * src/compose.h
15855         * src/procmsg.c
15856         * src/procmsg.h
15857         * src/toolbar.c
15858                 Sync with HEAD
15859
15860 2005-01-26 [paul]       1.0.0cvs15.2
15861
15862         * src/compose.c
15863                 compose_entries_set(): convert subject and body to
15864                 utf8 if necessary. patch by Felix Eckhofer
15865
15866 2005-01-26 [paul]       1.0.0cvs15.1
15867
15868         * configure.ac
15869         * src/common/template.c
15870                 sync with HEAD (fix memory leak)
15871
15872 2005-01-25 [paul]       1.0.0cvs14.1
15873
15874         * configure.ac
15875         * src/compose.c
15876                 sync with HEAD
15877
15878 2005-01-24 [colin]      1.0.0cvs13.1
15879
15880         * src/summaryview.c
15881                 Sync with HEAD
15882
15883 2005-01-24 [paul]       1.0.0cvs12.1
15884
15885         * configure.ac
15886         * src/messageview.c
15887         * src/mh.c
15888         * src/common/utils.c
15889                 sync with HEAD
15890
15891 2005-01-24 [colin]      1.0.0cvs11.1
15892
15893         * src/procheader.c
15894                 Sync with HEAD
15895
15896 2005-01-24 [colin]      1.0.0cvs10.1
15897
15898         * src/folderview.c
15899                 Sync with HEAD
15900
15901 2005-01-23 [colin]      1.0.0cvs9.1
15902
15903         * src/crash.c
15904                 Sync with HEAD
15905
15906 2005-01-22 [colin]      1.0.0cvs8.1
15907
15908         * src/summaryview.c
15909         * src/gtk/quicksearch.c
15910                 Sync with HEAD
15911
15912 2005-01-21 [colin]      1.0.0cvs7.1
15913
15914         * src/summaryview.c
15915                 Sync with HEAD
15916
15917 2005-01-21 [colin]      1.0.0cvs6.1
15918
15919         * src/summaryview.c
15920                 Sync with HEAD
15921
15922 2005-01-21 [colin]      1.0.0cvs5.1
15923
15924         * src/gtk/quicksearch.c
15925         * src/prefs_common.c
15926         * src/prefs_common.h
15927                 Sync with HEAD (recurse option)
15928
15929 2005-01-21 [colin]      1.0.0cvs4.1
15930
15931         * src/folder.h
15932         * src/folderview.c
15933         * src/folderview.h
15934         * src/summaryview.c
15935         * src/gtk/quicksearch.c
15936         * src/gtk/quicksearch.h
15937                 Sync with HEAD (recursive quicksearch)
15938
15939 2005-01-20 [colin]      1.0.0cvs3.4
15940
15941         * src/ssl_manager.c
15942                 Remove useless code
15943
15944 2005-01-20 [colin]      1.0.0cvs3.3
15945
15946         * src/ssl_manager.c
15947                 Fix leak, thanks to Alfons.
15948
15949 2005-01-20 [colin]      1.0.0cvs3.2
15950
15951         * src/ssl_manager.c
15952                 Port SSL certificate window to GTK2.
15953
15954 2005-01-20 [paul]       1.0.0cvs3.1
15955
15956         * ChangeLog.claws
15957         * configure.ac
15958         * src/addrindex.c
15959         * src/addrindex.h
15960                 sync with HEAD
15961
15962 2005-01-19 [colin]      1.0.0cvs2.2
15963
15964         * src/plugins/trayicon/trayicon.c
15965                 Fix freeze with gtk-2.6, the easy way
15966                 (signal blocking helpless there...)
15967                 Closes bug #668.
15968
15969 2005-01-19 [colin]      1.0.0cvs2.1
15970
15971         * src/mbox.c
15972         * src/mbox.h
15973         * src/mainwindow.c
15974         * src/summaryview.c
15975         * src/summaryview.h
15976                 Sync with HEAD
15977
15978 2005-01-19 [paul]       1.0.0cvs1.1
15979
15980         * configure.ac
15981         * po/de.po
15982         * po/es.po
15983         * po/fr.po
15984         * po/hr.po
15985         * po/it.po
15986         * po/ja.po
15987         * po/ko.po
15988         * po/pt_BR.po
15989         * po/ru.po
15990         * po/sk.po
15991         * po/sr.po
15992                 sync with HEAD (update translations)
15993
15994 2005-01-18 [colin]      1.0.0cvs0.1
15995
15996         * src/foldersel.c
15997                 Specify search column - patch by Alfons
15998
15999 2005-01-18 [colin]      0.9.13cvs36.3
16000
16001         * src/prefs_toolbar.c
16002                 Change Delete to Remove
16003         * src/prefs_fonts.c
16004                 GTK2 version and leak fixes
16005         * src/prefs_actions.c
16006                 Add stock buttons.
16007                 All patches by Alfons
16008
16009 2005-01-17 [colin]      0.9.13cvs36.2
16010
16011         * src/compose.c
16012                 Fix DnD inserting twice. While at it,
16013                 add DnD support for text/plain in the
16014                 body, and add support in the headers.
16015
16016 2005-01-16 [colin]      0.9.13cvs36.1
16017
16018         * ChangeLog
16019         * ChangeLog.jp
16020         * ChangeLog.claws
16021                 Sync with HEAD (nothing applicable)
16022
16023 2005-01-16 [colin]      0.9.13cvs33.2
16024
16025         * src/prefs_toolbar.c
16026                 GTK2ize prefs_toolbar, by Alfons.
16027
16028 2005-01-14 [colin]      0.9.13cvs33.1
16029
16030         * src/html.c
16031         * src/msgcache.c
16032                 Sync with HEAD
16033
16034 2005-01-14 [colin]      0.9.13cvs32.1
16035
16036         * src/html.c
16037         * src/html.h
16038         * src/msgcache.c
16039         * AUTHORS
16040         * tools/calypso_convert.pl
16041                 Sync with HEAD
16042
16043 2005-01-08 [colin]      0.9.13cvs29.2
16044
16045         * src/prefs_filtering_action.c
16046         * src/prefs_filtering.c
16047                 2 more gtk2 patches by Alfons
16048
16049 2005-01-07 [paul]       0.9.13cvs29.1
16050
16051         * ChangeLog
16052         * ChangeLog.claws
16053         * ChangeLog.jp
16054         * configure.ac
16055         * src/pop.c
16056         * src/pop.h
16057                 sync with HEAD
16058
16059 2005-01-07 [colin]      0.9.13cvs28.3
16060
16061         * src/gtk/progressdialog.c
16062         * src/gtk/progressdialog.h
16063         * src/inc.c
16064         * src/send_message.c
16065                 GTK2 for the incorporation dialog. The CList isn't dead
16066                 yet, for a more smooth migration. Patch by Alfons.
16067
16068 2005-01-06 [colin]      0.9.13cvs28.2
16069
16070         * src/prefs_display_header.c
16071                 GTK2 conversion by Alfons
16072         * src/prefs_actions.c
16073         * src/prefs_matcher.c
16074                 Fix 2 leaks - patch by Alfons
16075
16076 2005-01-06 [colin]      0.9.13cvs28.1
16077
16078         * src/prefs_matcher.c
16079                 Sync with HEAD
16080
16081 2005-01-06 [colin]      0.9.13cvs27.4
16082
16083         * src/prefs_matcher.c
16084                 Fix double-free. Patch by Alfons
16085
16086 2005-01-06 [colin]      0.9.13cvs27.3
16087
16088         * src/prefs_matcher.c
16089                 GTK2 widgets + memleak
16090                 Patch by Alfons
16091
16092 2005-01-05 [colin]      0.9.13cvs27.2
16093
16094         * src/account.c
16095         * src/addr_compl.c
16096         * src/foldersel.c
16097         * src/stock_pixmap.c
16098         * src/stock_pixmap.h
16099                 3 more GTK2 patches by Alfons.
16100
16101 2005-01-04 [colin]      0.9.13cvs27.1
16102
16103         * src/folderview.c
16104         * src/imap_gtk.c
16105         * src/news_gtk.c
16106                 Sync with HEAD
16107
16108 2005-01-04 [colin]      0.9.13cvs25.9
16109
16110         * src/compose.c
16111                 Fix Show Ruler menuitem
16112         * src/prefs_template.c
16113                 Convert to GTK2
16114         * src/common/utils.c
16115                 Make auto pointer stuff handles NULLs
16116                 Patches by Alfons.
16117
16118 2005-01-04 [colin]      0.9.13cvs25.8
16119
16120         * src/compose.c
16121                 Move the attachment list to gtk2
16122                 Patch by Alfons.
16123
16124 2005-01-04 [colin]      0.9.13cvs25.7
16125
16126         * src/textview.c
16127                 Make some keys work again
16128                 Patch by SungHyun Nam <namsh@kldp.org>
16129
16130 2005-01-04 [colin]      0.9.13cvs25.6
16131
16132         * src/gtk/gtkshruler.c
16133                 Move the ruler to GTK2
16134                 Patch by Alfons
16135
16136 2005-01-03 [colin]      0.9.13cvs25.5
16137
16138         * src/compose.c
16139                 Fix my broken patch apply 
16140
16141 2005-01-03 [colin]      0.9.13cvs25.4
16142
16143         * src/common/utils.c
16144         * src/common/utils.h
16145         * src/gtk/prefswindow.c
16146                 Move auto pointer stuff to utils.c
16147                 Patch by Alfons again :)
16148
16149 2005-01-03 [colin]      0.9.13cvs25.3
16150
16151         * src/compose.c
16152         * src/prefs_gtk.c
16153         * src/prefs_template.c
16154         * src/textview.c
16155                 Empty text widgets with empty strings, not NULL char
16156                 Patch by SungHyun Nam <namsh@kldp_org>
16157
16158 2005-01-03 [colin]      0.9.13cvs25.2
16159
16160         * src/main.c
16161         * AUTHORS
16162                 Sync with HEAD
16163
16164 2005-01-03 [colin]      0.9.13cvs25.1
16165
16166         * src/pop.c
16167         * src/pop.h
16168                 Sync with HEAD
16169
16170 2005-01-03 [colin]      0.9.13cvs24.3
16171
16172         * src/account.c
16173                 Two patches from Alfons and Alex S Moore:
16174                 fix images, fix return value.
16175
16176 2005-01-01 [colin]      0.9.13cvs24.2
16177
16178         * src/prefs_actions.c
16179                 Fix over-zealous assertion. Patch by Alfons
16180
16181 2005-01-01 [colin]      0.9.13cvs24.1
16182
16183         * src/procmime.c
16184                 Sync with HEAD (leak fix)
16185
16186 2004-12-31 [colin]      0.9.13cvs23.2
16187
16188         * src/prefs_common.c
16189                 GTK2 widgets + stock buttons - patch by Alfons
16190
16191 2004-12-31 [paul]       0.9.13cvs23.1
16192
16193         * configure.ac
16194                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16195         * src/gtk/pluginwindow.c
16196                 use GTK2 widgets and plug memory leaks,
16197                 patches by Alfons
16198
16199 2004-12-30 [colin]      0.9.13cvs22.4
16200
16201         * src/account.c
16202         * src/action.c
16203         * src/export.c
16204         * src/foldersel.c
16205         * src/import.c
16206         * src/message_search.c
16207         * src/prefs_actions.c
16208         * src/prefs_common.c
16209         * src/prefs_customheader.c
16210         * src/prefs_filtering.c
16211         * src/prefs_summary_column.c
16212         * src/summary_search.c
16213         * src/gtk/about.c
16214         * src/gtk/description_window.c
16215         * src/gtk/gtkutils.c
16216         * src/gtk/gtkutils.h
16217         * src/gtk/inputdialog.c
16218         * src/gtk/prefswindow.c
16219                 Use GTK2 stock buttons. Patches by Alfons.
16220
16221 2004-12-30 [colin]      0.9.13cvs22.3
16222
16223         * src/account.c
16224                 Sync with HEAD
16225         * src/prefs_actions.c
16226         * src/prefs_customheader.c
16227         * src/prefs_filtering.c
16228         * src/prefs_msg_colors.c
16229         * src/prefs_summary_column.c
16230         * src/gtk/prefswindow.c
16231                 Use GtkTreeView instead of deprecated 
16232                 widgets. Patches by Alfons.
16233
16234 2004-12-30 [paul]       0.9.13cvs22.2
16235
16236         * src/foldersel.c
16237                 use GTK 2 Tree View
16238                 patch by Alfons, with root folder sorting fix
16239                 by Stephan Sachse
16240
16241 2004-12-30 [paul]       0.9.13cvs22.1
16242
16243         * ChangeLog
16244         * ChangeLog.claws
16245         * ChangeLog.jp
16246         * NEWS
16247         * configure.ac
16248         * src/account.c
16249                 sync with HEAD
16250
16251 2004-12-22 [martin]     0.9.13cvs21.2
16252
16253         * src/action.c
16254                 free the command line after its use
16255
16256 2004-12-18 [paul]       0.9.13cvs21.1
16257
16258         * AUTHORS
16259         * ChangeLog
16260         * ChangeLog.claws
16261         * ChangeLog.jp
16262         * NEWS
16263         * configure.ac
16264         * src/action.c
16265         * src/compose.c
16266         * src/syldap.c
16267                 sync with HEAD
16268
16269 2004-12-17 [martin]     0.9.13cvs17.2
16270
16271         * src/action.c
16272                 convert actions input to locale
16273         * src/inc.c
16274                 convert notification command to locale
16275         * src/plugins/pgpmime/select-keys.c
16276                 convert attributes to utf8
16277
16278 2004-12-14 [colin]      0.9.13cvs17.1
16279
16280         * ChangeLog
16281         * ChangeLog.jp
16282         * ChangeLog.claws
16283         * src/action.c
16284         * src/common/utils.c
16285         * src/gtk/prefswindow.c
16286         * src/gtk/gtkutils.c
16287         * src/gtk/gtkutils.h
16288         * src/plugins/spamassassin/libspamc.c
16289                 Sync with HEAD
16290
16291 2004-12-13 [colin]      0.9.13cvs14.1
16292
16293         * src/quote_fmt_parse.y
16294                 Sync with HEAD
16295
16296 2004-12-10 [colin]      0.9.13cvs12.1
16297
16298         * src/prefs_themes.c
16299         * src/mainwindow.c
16300         * src/messageview.c
16301                 Sync with HEAD
16302
16303 2004-12-09 [colin]      0.9.13cvs10.1
16304
16305         * src/procmime.c
16306                 Sync with HEAD (fix B64 encoding from memory)
16307
16308 2004-12-08 [colin]      0.9.13cvs9.1
16309
16310         * src/gtk/colorlabel.c
16311                 Sync with HEAD
16312
16313 2004-12-08 [paul]       0.9.13cvs8.2
16314
16315         * src/gtk/pluginwindow.c
16316                 fix window resizing oddities
16317
16318 2004-12-08 [colin]      0.9.13cvs8.1
16319
16320         * src/quote_fmt_parse.y
16321                 Sync with HEAD
16322
16323 2004-12-08 [colin]      0.9.13cvs7.1
16324
16325         * src/matcher_parser_parse.y
16326         * src/msgcache.c
16327         * src/prefs_matcher.c
16328         * src/procheader.c
16329         * src/matcher.c
16330         * src/common/defs.h
16331         * po/sr.po
16332                 Sync with HEAD
16333
16334 2004-12-08 [colin]      0.9.13cvs6.1
16335
16336         * src/quote_fmt_parse.y
16337         * src/textview.c
16338                 Sync with HEAD
16339         * src/gtk/prefswindow.c
16340         * src/gtk/pluginwindow.c
16341                 Fix G_CALLBACKS protos (thanks to Alfons)
16342
16343 2004-12-07 [torte]      0.9.13cvs2.2
16344
16345         * src/procmime.c
16346                 [Bug 650] reply button causes crash
16347                 Thanks to David Relson and Christoph
16348
16349 2004-12-07 [colin]      0.9.13cvs2.1
16350
16351         * ChangeLog.claws
16352         * AUTHORS
16353         * po/sk.po
16354         * src/procmime.c
16355         * src/prefs_account.c
16356         * src/common/smtp.c
16357         * src/common/smtp.h
16358                 Sync with HEAD
16359
16360 2004-12-06 [colin]      0.9.12cvs187.1
16361
16362         * ChangeLog.claws
16363         * INSTALL
16364         * Makefile.am
16365         * README.claws
16366         * TODO.claws
16367         * configure.ac
16368         * po/bg.po
16369         * po/cs.po
16370         * po/el.po
16371         * po/en_GB.po
16372         * po/es.po
16373         * po/fr.po
16374         * po/hr.po
16375         * po/hu.po
16376         * po/it.po
16377         * po/ja.po
16378         * po/ko.po
16379         * po/nl.po
16380         * po/pl.po
16381         * po/pt_BR.po
16382         * po/ru.po
16383         * po/sk.po
16384         * po/sr.po
16385         * po/sv.po
16386         * po/zh_CN.po
16387         * po/zh_TW.Big5.po
16388         * src/compose.c
16389         * tools/Makefile.am
16390         * tools/README
16391         * tools/filter_conv.pl
16392         * tools/kdeservicemenu/README
16393         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16394         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16395                 Sync with HEAD
16396
16397 2004-12-04 [colin]      0.9.12cvs183.1
16398
16399         * src/compose.c
16400                 Sync with HEAD (compose window position saving)
16401
16402 2004-12-04 [paul]       0.9.12cvs182.3
16403
16404         * src/messageview.c
16405         * src/mimeview.c
16406         * src/prefs_customheader.c
16407         * src/gtk/quicksearch.c
16408                 replace some forgotten GTK_SIGNAL_FUNCs
16409
16410 2004-12-04 [paul]       0.9.12cvs182.2
16411
16412         * src/Makefile.am
16413                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16414                 committed in error      
16415
16416 2004-12-04 [paul]       0.9.12cvs182.1
16417
16418         * ChangeLog
16419         * ChangeLog.claws
16420         * ChangeLog.jp
16421         * INSTALL
16422         * NEWS
16423         * README
16424         * README.jp
16425         * configure.ac
16426         * doc/manual/ja/Makefile.am
16427         * doc/manual/ja/sylpheed-1.html
16428         * doc/manual/ja/sylpheed-10.html
16429         * doc/manual/ja/sylpheed-11.html
16430         * doc/manual/ja/sylpheed-12.html
16431         * doc/manual/ja/sylpheed-13.html
16432         * doc/manual/ja/sylpheed-14.html
16433         * doc/manual/ja/sylpheed-15.html
16434         * doc/manual/ja/sylpheed-16.html
16435         * doc/manual/ja/sylpheed-17.html
16436         * doc/manual/ja/sylpheed-18.html
16437         * doc/manual/ja/sylpheed-19.html
16438         * doc/manual/ja/sylpheed-2.html
16439         * doc/manual/ja/sylpheed-20.html
16440         * doc/manual/ja/sylpheed-3.html
16441         * doc/manual/ja/sylpheed-4.html
16442         * doc/manual/ja/sylpheed-5.html
16443         * doc/manual/ja/sylpheed-6.html
16444         * doc/manual/ja/sylpheed-7.html
16445         * doc/manual/ja/sylpheed-8.html
16446         * doc/manual/ja/sylpheed-9.html
16447         * doc/manual/ja/sylpheed.html
16448         * doc/manual/ja/sylpheed.sgml
16449         * po/de.po
16450         * src/Makefile.am
16451         * src/compose.c
16452         * src/procmime.c
16453         * src/pixmaps/regular.xpm **REMOVED**
16454         * src/plugins/pgpmime/pgpmime.c
16455         * src/plugins/pgpmime/plugin.c
16456         * src/plugins/pgpmime/prefs_gpg.c
16457                 sync with HEAD
16458
16459 2004-12-03 [paul]       0.9.12cvs180.1
16460
16461         * ChangeLog
16462         * ChangeLog.claws
16463         * ChangeLog.jp
16464         * configure.ac
16465         * src/Makefile.am
16466         * src/pop.c
16467         * src/common/utils.c
16468         * src/common/utils.h
16469         * src/pixmaps/continue.xpm
16470         * src/pixmaps/dir_close.xpm
16471         * src/pixmaps/dir_open.xpm
16472         * src/pixmaps/drafts_close.xpm
16473         * src/pixmaps/drafts_open.xpm
16474         * src/pixmaps/folder.xpm **REMOVED**
16475         * src/pixmaps/group.xpm
16476         * src/pixmaps/unread.xpm
16477                 sync with HEAD
16478
16479 2004-12-02 [colin]      0.9.12cvs179.1
16480
16481         * src/compose.c
16482                 Sync with HEAD (non-duplicated reedition)
16483
16484 2004-12-02 [colin]      0.9.12cvs178.1
16485
16486         * src/compose.c
16487                 Sync with HEAD (linewrap_quote fix)
16488
16489 2004-12-01 [colin]      0.9.12cvs177.3
16490
16491         * src/addrharvest.c
16492                 Replace sizeof with strlen
16493
16494 2004-12-01 [paul]       0.9.12cvs177.2
16495
16496         * src/addrharvest.c
16497                 fix 'harvest addresses'
16498
16499 2004-11-30 [colin]      0.9.12cvs177.1
16500
16501         * src/gtk/prefswindow.c
16502         * src/gtk/pluginwindow.c
16503                 Sync with HEAD
16504
16505 2004-11-29 [colin]      0.9.12cvs176.1
16506
16507         * src/folderview.c
16508                 sync with HEAD (Fix disappearing separators in folderview's popup)
16509
16510 2004-11-29 [colin]      0.9.12cvs175.1
16511
16512         * src/procmime.c
16513                 Sync with head (another format fix)
16514
16515 2004-11-29 [colin]      0.9.12cvs174.1
16516
16517         * src/pop.c
16518                 Sync with HEAD (format string fix)
16519
16520 2004-11-26 [colin]      0.9.12cvs173.1
16521
16522         * src/common/smtp.c
16523         * src/common/smtp.h
16524                 Sync with HEAD
16525
16526 2004-11-24 [colin]      0.9.12cvs172.1
16527
16528         * src/plugins/pgpmime/pgpmime.c
16529                 Sync with HEAD
16530
16531 2004-11-24 [colin]      0.9.12cvs171.1
16532
16533         * src/plugins/pgpmime/pgpmime.c
16534                 Sync with head (gpgmectx leaks)
16535
16536 2004-11-24 [colin]      0.9.12cvs169.1
16537
16538         * src/plugins/pgpmime/plugin.c
16539         * src/plugins/trayicon/Makefile.am
16540         * src/plugins/trayicon/newmarkedmail.xpm
16541         * src/plugins/trayicon/trayicon.c
16542         * src/plugins/trayicon/unreadmarkedmail.xpm
16543                 Sync with HEAD
16544
16545 2004-11-23 [colin]      0.9.12cvs168.1
16546
16547         * src/partial_download.c
16548         * src/partial_download.h
16549         * src/plugins/pgpmime/plugin.c
16550                 Sync with HEAD
16551
16552 2004-11-23 [colin]      0.9.12cvs166.1
16553
16554         * src/Makefile.am
16555         * src/codeconv.c
16556         * src/compose.c
16557         * src/folderview.c
16558         * src/main.c
16559         * src/partial_download.c
16560         * src/partial_download.h
16561         * src/prefs_account.c
16562         * src/prefs_account.h
16563         * src/privacy.c
16564         * src/privacy.h
16565         * src/procmime.c
16566         * src/common/Makefile.am
16567         * src/common/base64.h
16568         * src/common/partial_download.c
16569         * src/common/partial_download.h
16570         * src/gtk/prefswindow.c
16571         * src/gtk/prefswindow.h
16572         * src/plugins/pgpmime/pgpmime.c
16573         * src/plugins/pgpmime/prefs_gpg.c
16574         * src/plugins/pgpmime/prefs_gpg.h
16575         * src/plugins/pgpmime/sgpgme.c
16576         * src/plugins/pgpmime/sgpgme.h
16577                 Sync with HEAD
16578
16579 2004-11-23 [colin]      0.9.12cvs163.1
16580
16581         * src/main.c
16582                 Sync with HEAD (cursor optimization)
16583
16584 2004-11-23 [colin]      0.9.12cvs162.1
16585
16586         * src/prefs_common.c
16587         * src/prefs_themes.c
16588         * src/procmsg.c
16589                 Sync with HEAD
16590
16591 2004-11-23 [colin]      0.9.12cvs158.9
16592
16593         * src/compose.c
16594                 Fix double-free when forwarding
16595         * src/msgcache.c
16596                 Fix leak on error path
16597                 
16598
16599 2004-11-23 [colin]      0.9.12cvs158.8
16600
16601         * src/compose.c
16602                 Fix possible double-free
16603                 Spotted by Alfons
16604
16605 2004-11-23 [colin]      0.9.12cvs158.7
16606
16607         * src/compose.c
16608                 Fix some signal handlers' prototypes
16609                 Spotted by Alfons
16610
16611 2004-11-22 [colin]      0.9.12cvs158.6
16612
16613         * src/compose.c
16614                 Remove unneeded code and duplicated
16615                 wrapping - patch by Alfons
16616
16617 2004-11-22 [colin]      0.9.12cvs158.5
16618
16619         * src/prefs_themes.c
16620                 Fix oversized selector
16621
16622 2004-11-22 [colin]      0.9.12cvs158.4
16623
16624         * src/compose.c
16625                 fix dump_text()
16626                 patch by Alfons
16627
16628 2004-11-19 [colin]      0.9.12cvs158.3
16629
16630         * src/textview.c
16631                 Add a context menu on links (open, copy)
16632
16633 2004-11-18 [paul]       0.9.12cvs158.2
16634
16635         * src/addrgather.c
16636         * src/exphtmldlg.c
16637         * src/expldifdlg.c
16638         * src/mimeview.c
16639         * src/prefs_common.c
16640         * src/plugins/image_viewer/viewer.c
16641         * src/plugins/spamassassin/spamassassin_gtk.c
16642                 replace deprecated gtk_notebook_set_page
16643                 and gtk_notebook_current_page
16644
16645 2004-11-18 [paul]       0.9.12cvs158.1
16646
16647         * configure.ac
16648         * src/compose.c
16649         * src/mainwindow.c
16650         * src/messageview.c
16651         * src/prefs_common.c
16652         * src/common/utils.c
16653         * src/common/utils.h
16654                 sync with HEAD
16655
16656 2004-11-17 [colin]      0.9.12cvs156.1
16657
16658         * src/prefs_account.c
16659         * src/prefs_account.h
16660         * src/procmsg.c
16661                 Sync with HEAD (add pref to store encrypted mails encrypted)
16662
16663 2004-11-17 [paul]       0.9.12cvs155.1
16664
16665         * ChangeLog
16666         * ChangeLog.claws
16667         * ChangeLog.jp
16668         * NEWS
16669         * configure.ac
16670         * src/compose.c
16671         * src/jpilot.c
16672         * src/privacy.c
16673         * src/procmime.c
16674         * src/procmime.h
16675         * src/procmsg.c
16676         * src/toolbar.c
16677         * src/pixmaps/error.xpm
16678                 sync with HEAD
16679
16680 2004-11-17 [colin]      0.9.12cvs151.1
16681
16682         * src/plugins/pgpmime/pgpmime.c
16683                 Sync with HEAD (remove debug printf)
16684
16685 2004-11-17 [colin]      0.9.12cvs150.1
16686
16687         * src/plugins/pgpmime/pgpmime.c
16688                 Sync with HEAD (off-by-one fix)
16689
16690 2004-11-17 [colin]      0.9.12cvs149.1
16691
16692         * src/procmsg.c
16693                 Sync with HEAD (coding style fixes)
16694
16695 2004-11-16 [colin]      0.9.12cvs148.1
16696
16697         * src/procmsg.c
16698                 Sync with head (Fix the fix)
16699
16700 2004-11-16 [colin]      0.9.12cvs147.1
16701
16702         * src/procmsg.c
16703                 Sync with Main (leak fix)
16704
16705 2004-11-16 [colin]      0.9.12cvs146.14
16706
16707         * src/compose.c
16708                 Remove useless chunk of code
16709                 Patch by Alfons
16710
16711 2004-11-15 [colin]      0.9.12cvs146.13
16712
16713         * src/compose.c
16714                 Fix drafting after insertion
16715                 Patch by Alfons
16716
16717 2004-11-15 [colin]      0.9.12cvs146.12
16718
16719         * src/compose.c
16720         * src/prefs_filtering.c
16721         * src/prefs_filtering_action.c
16722         * src/prefs_toolbar.c
16723                 Fix some const-correctness
16724
16725 2004-11-15 [colin]      0.9.12cvs146.11
16726
16727         * src/summaryview.c
16728         * src/prefs_themes.c
16729         * src/messageview.c
16730                 Fix some leaks
16731
16732 2004-11-15 [colin]      0.9.12cvs146.10
16733
16734         * src/codeconv.c
16735                 More unreadable locale fixes
16736
16737 2004-11-14 [colin]      0.9.12cvs146.9
16738
16739         * src/textview.c
16740                 Fix uri_security_check
16741                 Patch by Alfons
16742
16743 2004-11-13 [paul]       0.9.12cvs146.8
16744
16745         * src/folder.c
16746         * src/procmime.c
16747                 fix 2 bugs introduced in last commit
16748
16749 2004-11-13 [paul]       0.9.12cvs146.7
16750
16751         * src/compose.c
16752         * src/exporthtml.c
16753         * src/exportldif.c
16754         * src/folder.c
16755         * src/imap.c
16756         * src/imap_gtk.c
16757         * src/main.c
16758         * src/mainwindow.c
16759         * src/messageview.c
16760         * src/mh_gtk.c
16761         * src/prefs_themes.c
16762         * src/procmime.c
16763         * src/setup.c
16764         * src/summaryview.c
16765                 replace deprecated g_basename
16766
16767 2004-11-13 [paul]       0.9.12cvs146.6
16768
16769         * src/compose.c
16770         * src/imap.c
16771         * src/matcher_parser.h
16772         * src/matcher_parser_parse.y
16773         * src/prefs_filtering.c
16774         * src/prefs_filtering_action.c
16775         * src/prefs_themes.c
16776         * src/prefs_toolbar.c
16777         * src/common/utils.c
16778                 various small fixes/cleanups
16779
16780 2004-11-12 [colin]      0.9.12cvs146.5
16781
16782         * src/textview.c
16783                 Validate event's origin on visibility notify
16784                 Patch by Alfons.
16785
16786 2004-11-12 [paul]       0.9.12cvs146.4
16787
16788         * src/exporthtml.c
16789         * src/exportldif.c
16790         * src/imap.c
16791         * src/mh.c
16792         * src/mimeview.c
16793         * src/prefs_spelling.c
16794         * src/prefs_themes.c
16795                 replace deprecated g_dirname    
16796
16797 2004-11-12 [colin]      0.9.12cvs146.3
16798
16799         * src/textview.c
16800                 Some coding style fixes
16801
16802 2004-11-12 [colin]      0.9.12cvs146.2
16803
16804         * src/codeconv.c
16805                 We want to replace _all_ extended chars in
16806                 conv_unreadable_*, because any string containing
16807                 extended chars not parsing as UTF8 is 
16808                 undisplayed on gtk2.
16809
16810 2004-11-12 [paul]       0.9.12cvs146.1
16811
16812         * ChangeLog
16813         * ChangeLog.claws
16814         * ChangeLog.jp
16815         * NEWS
16816         * configure.ac
16817         * src/account.c
16818         * src/folderview.c
16819         * src/folderview.h
16820         * src/imap.c
16821         * src/imap_gtk.c
16822         * src/inc.c
16823         * src/mainwindow.c
16824         * src/mh_gtk.c
16825         * src/news_gtk.c
16826         * src/pop.c
16827         * src/prefs_account.c
16828         * src/prefs_account.h
16829         * src/prefs_ext_prog.c
16830         * src/procmime.c
16831         * src/procmime.h
16832         * src/procmsg.c
16833         * src/procmsg.h
16834         * src/summary_search.c
16835         * src/summaryview.c
16836         * src/textview.c
16837         * src/common/defs.h
16838         * src/common/utils.c
16839         * src/common/utils.h
16840         * src/gtk/menu.c
16841         * src/gtk/menu.h
16842                 sync with HEAD
16843
16844 2004-11-11 [colin]      0.9.12cvs144.2
16845
16846         * src/textview.c
16847                 Fix URI range selection (patch by Alfons)
16848
16849 2004-11-09 [colin]      0.9.12cvs144.1
16850
16851         * ChangeLog.claws
16852         * src/compose.c
16853         * src/folder.c
16854         * src/folder_item_prefs.c
16855         * src/prefs_account.c
16856         * src/prefs_account.h
16857         * src/plugins/pgpmime/pgpmime.c
16858                 Sync with HEAD
16859
16860 2004-11-08 [colin]      0.9.12cvs143.1
16861
16862         * src/summaryview.c
16863                 Sync with HEAD (optimize quicksearch)
16864
16865 2004-11-08 [colin]      0.9.12cvs142.2
16866
16867         * src/compose.c
16868                 Don't wrap when Edit/Auto wrapping is disabled
16869
16870 2004-11-08 [colin]      0.9.12cvs142.1
16871
16872         * src/textview.c
16873                 Sync with HEAD
16874
16875 2004-11-08 [colin]      0.9.12cvs141.1
16876
16877         * src/textview.c
16878                 Sync with HEAD (fix some mail URIs)
16879
16880 2004-11-08 [colin]      0.9.12cvs140.3
16881
16882         * src/textview.c
16883                 o Use text cursor instead of arrow when
16884                   not on a link
16885                 o Fix handling of contiguous links (as in
16886                   "colin@colino.net" <colin@colino.net>)
16887                   This one unveils a bug in get_email_part()
16888
16889 2004-11-07 [colin]      0.9.12cvs140.2
16890
16891         * src/textview.c
16892                 Fix memleak. Patch by Alfons.
16893
16894 2004-11-06 [colin]      0.9.12cvs140.1
16895
16896         * src/compose.c
16897                 Sync with HEAD (don't ask passphrase
16898                 when drafting)
16899
16900 2004-11-06 [paul]       0.9.12cvs139.2
16901
16902         * AUTHORS
16903         * src/textview.c
16904         * src/textview.h
16905                 textview URI handling. hovering over a 
16906                 link displays it in the status bar,
16907                 and changes the mouse pointer to a hand 
16908                 cursor. a link is activated with a single 
16909                 click. (Modified from the) patch by Jean-Yves 
16910                 Lefort <jylefort@users.sourceforge.net>
16911                 
16912
16913 2004-11-05 [colin]      0.9.12cvs139.1
16914
16915         * src/compose.c
16916         * src/procmime.c
16917                 Sync with HEAD again ^^
16918
16919 2004-11-05 [colin]      0.9.12cvs139.1
16920
16921         * src/compose.c
16922         * src/procmime.c
16923                 Sync with HEAD
16924
16925 2004-11-03 [paul]       0.9.12cvs138.1
16926
16927         * ChangeLog.claws
16928         * configure.ac
16929         * po/POTFILES.in
16930         * src/prefs_ext_prog.c
16931         * src/procmime.c
16932         * tools/kdeservicemenu/README
16933         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16934         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16935                 sync with HEAD
16936
16937 2004-11-01 [christoph]  0.9.12cvs136.2
16938
16939         * src/procmime.c
16940                 convert MIME parameters to UTF-8
16941
16942 2004-10-29 [colin]      0.9.12cvs136.1
16943
16944         * src/common/utils.c
16945                 Sync with HEAD (don't use '=' in mime boundary)
16946
16947 2004-10-29 [paul]       0.9.12cvs135.1
16948
16949         * configure.ac
16950         * doc/src/rfc2231.txt
16951         * src/procmime.c
16952         * src/common/quoted-printable.c
16953         * src/common/utils.c
16954         * src/common/utils.h
16955                 sync with HEAD
16956
16957 2004-10-27 [paul]       0.9.12cvs134.1
16958
16959         * configure.ac
16960         * src/main.c
16961         * src/procmime.c
16962         * src/plugins/pgpmime/pgpmime.c
16963                 sync with HEAD
16964
16965 2004-10-26 [paul]       0.9.12cvs132.3
16966
16967         * src/account.c
16968         * src/addressbook.c
16969         * src/addrgather.c
16970         * src/addrharvest.c
16971         * src/codeconv.c
16972         * src/compose.c
16973         * src/customheader.c
16974         * src/editaddress.c
16975         * src/editgroup.c
16976         * src/enriched.c
16977         * src/expldifdlg.c
16978         * src/exporthtml.c
16979         * src/exportldif.c
16980         * src/folder.c
16981         * src/foldersel.c
16982         * src/folderview.c
16983         * src/grouplistdialog.c
16984         * src/html.c
16985         * src/imap.c
16986         * src/jpilot.c
16987         * src/ldapserver.c
16988         * src/ldif.c
16989         * src/mimeview.c
16990         * src/news.c
16991         * src/news_gtk.c
16992         * src/pop.c
16993         * src/prefs_display_header.c
16994         * src/prefs_gtk.c
16995         * src/prefs_msg_colors.c
16996         * src/prefs_toolbar.c
16997         * src/procheader.c
16998         * src/procmime.c
16999         * src/summaryview.c
17000         * src/textview.c
17001         * src/toolbar.c
17002         * src/vcard.c
17003         * src/common/mgutils.c
17004         * src/common/nntp.c
17005         * src/common/smtp.c
17006         * src/common/template.c
17007         * src/common/utils.c
17008         * src/common/xmlprops.c
17009         * src/plugins/pgpmime/pgpmime.c
17010         * src/plugins/pgpmime/select-keys.c
17011         * src/plugins/pgpmime/sgpgme.c
17012                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17013                 g_string_sprintfa(), gtk_notebook_current_page()
17014
17015 2004-10-26 [colin]      0.9.12cvs132.2
17016
17017         * src/prefs_folder_item.c
17018                 Fix default-account selection
17019
17020 2004-10-21 [colin]      0.9.12cvs133
17021
17022         * src/compose.c
17023                 Sync with HEAD (Remove extra separator in compose's Options)
17024         * src/textview.c
17025                 Set wrapping to char
17026
17027 2004-10-21 [paul]       0.9.12cvs131.2
17028
17029         * src/compose.c
17030         * src/sourcewindow.c
17031                 fix wrapping
17032                 fix window shrinking 
17033
17034 2004-10-21 [colin]      0.9.12cvs131.1
17035
17036         * ChangeLog.claws
17037         * src/compose.c
17038                 Sync with HEAD
17039
17040 2004-10-21 [paul]       0.9.12cvs130.2
17041
17042         * src/prefs_folder_item.c
17043                 sync with HEAD (Apply to subfolders)
17044
17045 2004-10-19 [colin]      0.9.12cvs130.1
17046
17047         * ChangeLog.claws
17048         * src/compose.c
17049         * src/common/utils.c
17050         * src/gtk/menu.c
17051                 Sync with HEAD
17052
17053 2004-10-19 [colin]      0.9.12cvs128.1
17054
17055         * src/addrbook.c
17056         * src/addrcache.c
17057         * src/addressbook.c
17058         * src/codeconv.c
17059         * src/compose.c
17060         * src/customheader.c
17061         * src/editaddress.c
17062         * src/editgroup.c
17063         * src/exporthtml.c
17064         * src/folder.c
17065         * src/folderview.c
17066         * src/imap.c
17067         * src/jpilot.c
17068         * src/main.c
17069         * src/matcher_parser_parse.y
17070         * src/mbox.c
17071         * src/pop.c
17072         * src/prefs_account.c
17073         * src/prefs_gtk.c
17074         * src/prefs_msg_colors.c
17075         * src/procheader.c
17076         * src/procmime.c
17077         * src/procmime.h
17078         * src/procmsg.c
17079         * src/summaryview.c
17080         * src/textview.c
17081         * src/common/base64.c
17082         * src/common/partial_download.c
17083         * src/common/socket.c
17084         * src/common/sylpheed.c
17085         * src/common/utils.c
17086         * src/common/utils.h
17087         * src/gtk/pluginwindow.c
17088         * src/gtk/quicksearch.c
17089         * src/plugins/clamav/clamav_plugin.c
17090         * src/plugins/clamav/clamav_plugin.h
17091         * src/plugins/clamav/clamav_plugin_gtk.c
17092         * src/plugins/pgpmime/passphrase.c
17093         * src/plugins/pgpmime/pgpmime.c
17094         * src/plugins/pgpmime/plugin.c
17095         * src/plugins/pgpmime/prefs_gpg.c
17096         * src/plugins/pgpmime/prefs_gpg.h
17097         * src/plugins/pgpmime/select-keys.c
17098         * src/plugins/pgpmime/sgpgme.c
17099         * src/plugins/spamassassin/libspamc.c
17100         * src/plugins/spamassassin/spamassassin.c
17101         * src/plugins/spamassassin/spamassassin.h
17102         * src/plugins/spamassassin/spamassassin_gtk.c
17103         * src/plugins/trayicon/trayicon.c
17104         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17105                 Sync with HEAD
17106
17107 2004-10-14 [colin]      0.9.12cvs126.2
17108
17109         * src/codeconv.c
17110         * src/textview.c
17111                 Fix conv_unreadable_locale
17112
17113 2004-10-13 [colin]      0.9.12cvs126.1
17114
17115         * src/compose.c
17116                 Sync with HEAD (don't convert charset for 
17117                 drafted messages, minor cleanup)
17118
17119 2004-10-13 [colin]      0.9.12cvs125.1
17120
17121         * po/POTFILES.in
17122                 Sync with HEAD (POTFILES fix)
17123
17124 2004-10-12 [colin]      0.9.12cvs124.3
17125
17126         * src/compose.c
17127                 Fix encoding bug from latest sync
17128
17129 2004-10-12 [paul]       0.9.12cvs124.2
17130
17131         * src/plugins/pgpmime/prefs_gpg.c
17132         * src/plugins/pgpmime/prefs_gpg.h
17133                 forgotten in last commit        
17134
17135 2004-10-12 [paul]       0.9.12cvs124.1
17136
17137         * ChangeLog.claws
17138         * configure.ac
17139         * m4/spamassassin.m4
17140         * src/Makefile.am
17141         * src/account.c
17142         * src/compose.c
17143         * src/compose.h
17144         * src/crash.c
17145         * src/main.c
17146         * src/mimeview.c
17147         * src/passphrase.c
17148         * src/passphrase.h
17149         * src/prefs_account.c
17150         * src/prefs_account.h
17151         * src/prefs_common.c
17152         * src/privacy.c
17153         * src/privacy.h
17154         * src/procmime.c
17155         * src/procmime.h
17156         * src/procmsg.c
17157         * src/rfc2015.c
17158         * src/rfc2015.h
17159         * src/select-keys.c
17160         * src/select-keys.h
17161         * src/textview.c
17162         * src/common/utils.c
17163         * src/common/utils.h
17164         * src/gtk/about.c
17165         * src/plugins/pgpmime/Makefile.am
17166         * src/plugins/pgpmime/passphrase.c
17167         * src/plugins/pgpmime/passphrase.h
17168         * src/plugins/pgpmime/pgpmime.c
17169         * src/plugins/pgpmime/plugin.c
17170         * src/plugins/pgpmime/select-keys.c
17171         * src/plugins/pgpmime/select-keys.h
17172         * src/plugins/pgpmime/sgpgme.c
17173         * src/plugins/pgpmime/sgpgme.h
17174                 sync with HEAD
17175
17176 2004-10-04 [colin]      0.9.12cvs122.1
17177
17178         * src/mainwindow.c
17179         * src/messageview.c
17180         * src/messageview.h
17181         * src/textview.c
17182                 Sync with HEAD
17183
17184 2004-10-04 [colin]      0.9.12cvs121.1
17185
17186         * src/summaryview.c
17187                 Sync with HEAD
17188
17189 2004-10-04 [paul]       0.9.12cvs120.1
17190
17191         * configure.ac
17192                 sync with HEAD [don't try to build 
17193                 pgpmime plugin when gpgme is disabled]
17194
17195 2004-10-03 [colin]      0.9.12cvs119.3
17196
17197         * src/gtk/gtksctree.c
17198                 Lots of side effects. Put back as before 117.2.
17199         * src/summaryview.c
17200                 Fix bug #602
17201
17202 2004-10-03 [colin]      0.9.12cvs119.2
17203
17204         * src/gtk/gtksctree.c
17205                 Revert 608 fix that doesn't work that good
17206
17207 2004-10-02 [colin]      0.9.12cvs119.1
17208
17209         * src/mainwindow.c
17210         * src/messageview.c
17211         * src/prefs_common.h
17212         * src/procmime.c
17213         * src/procmime.h
17214         * src/textview.c
17215                 Sync with HEAD
17216         * src/gtk/gtksctree.c
17217                 Close bug #608
17218
17219 2004-10-01 [colin]      0.9.12cvs118.1
17220
17221         * src/mimeview.c
17222                 Sync with HEAD (better Save All fix)
17223
17224 2004-10-01 [colin]      0.9.12cvs117.2
17225
17226         * src/gtk/gtksctree.c
17227                 Faster on selection
17228
17229 2004-10-01 [colin]      0.9.12cvs117.1
17230
17231         * src/mimeview.c
17232                 Sync with HEAD (Save All: only attachments)
17233
17234 2004-10-01 [paul]       0.9.12cvs116.1
17235
17236         * ChangeLog.claws
17237         * configure.ac
17238         * src/account.c
17239         * src/prefs_common.c
17240         * src/gtk/colorlabel.c
17241                 sync with HEAD
17242
17243 2004-09-30 [colin]      0.9.12cvs115.1
17244
17245         * src/stock_pixmap.c
17246         * src/stock_pixmap.h
17247         * src/folderview.c
17248         * src/Makefile.am
17249         * src/pixmaps/read.xpm
17250                 Sync with HEAD (new pixmap)
17251
17252 2004-09-29 [colin]      0.9.12cvs114.1
17253
17254         * src/compose.c
17255                 Sync with HEAD
17256                 Fix focus handling in headers
17257
17258 2004-09-29 [paul]       0.9.12cvs113.1
17259
17260         * src/quote_fmt_parse.y
17261                 sync with HEAD
17262  
17263
17264 2004-09-28 [colin]      0.9.12cvs112.1
17265
17266         * src/folderview.c
17267         * src/mainwindow.c
17268                 Sync with HEAD
17269
17270 2004-09-28 [colin]      0.9.12cvs110.1
17271
17272         * src/folderview.c
17273                 Sync with HEAD (Contextual Empty trash menu)
17274
17275 2004-09-28 [colin]      0.9.12cvs108.1
17276
17277         * src/addressbook.c
17278                 Sync with HEAD (addressbook edit on double-click)
17279
17280 2004-09-28 [colin]      0.9.12cvs106.1
17281
17282         * src/inc.c
17283                 Sync with HEAD (folder_item freeze on inc)
17284
17285 2004-09-27 [colin]      0.9.12cvs105.1
17286
17287         * src/folderview.c
17288                 Sync with HEAD (right-align new and unread column)
17289
17290 2004-09-27 [colin]      0.9.12cvs104.1
17291
17292         * src/main.c
17293                 Sync with HEAD (revert 0.9.12cvs101)
17294
17295 2004-09-24 [colin]      0.9.12cvs103.2
17296
17297         * src/wizard.c
17298                 Fix gtk warnings and use domain part of the email address 
17299                 when domain detection fails (no dot in domain name)
17300
17301 2004-09-23 [colin]      0.9.12cvs103.1
17302
17303         * src/plugins/spamassassin/libspamc.c
17304         * src/plugins/spamassassin/libspamc.h
17305         * src/plugins/spamassassin/utils.c
17306         * src/plugins/spamassassin/utils.h
17307                 Sync with HEAD (Update spamassassin to 3.0)
17308
17309 2004-09-21 [colin]      0.9.12cvs102.3
17310
17311         * src/action.c
17312                 Add horizontal scrollbar in action io dialog as needed
17313                 Patch by Alfons.
17314
17315 2004-09-20 [colin]      0.9.12cvs102.2
17316
17317         * src/plugins/image_viewer/viewer.c
17318                 Remove imlib stuff
17319                 use gtk_pixmap_set when clearing
17320                 (would be better to use gtkImages, but causes size-allocate 
17321                 signals storm)
17322
17323 2004-09-17 [paul]       0.9.12cvs102.1
17324
17325         * ChangeLog
17326         * ChangeLog.claws
17327         * ChangeLog.jp
17328         * configure.ac
17329         * src/inc.c
17330                 sync with HEAD
17331
17332
17333 2004-09-17 [colin]      0.9.12cvs101.1
17334
17335         * ChangeLog.claws
17336         * src/main.c
17337                 Sync with HEAD (fix segs at exit)
17338
17339 2004-09-14 [colin]      0.9.12cvs99.5
17340
17341         * src/common/socket.c
17342         * AUTHORS
17343                 Fix send error on 64bit platforms
17344                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17345
17346 2004-09-14 [colin]      0.9.12cvs99.4
17347
17348         * src/action.c
17349                 Fix action output with utf8 
17350                 Patch by Alfons.
17351
17352 2004-09-14 [colin]      0.9.12cvs99.3
17353
17354         * ChangeLog.claws
17355         * src/folder.c
17356                 Sync with HEAD
17357
17358 2004-09-09 [colin]      0.9.12cvs99.2
17359
17360         * src/action.c
17361                 Fix progress bar (displaying "Completed %v/%u")
17362                 Patch by Alfons.
17363
17364 2004-09-08 [colin]      0.9.12cvs99.1
17365
17366         * src/account.c
17367         * src/folder.c
17368         * src/procmsg.c
17369         * src/procmsg.h
17370         * src/plugins/pgpmime/pgpmime.c
17371                 Sync with HEAD
17372
17373 2004-09-08 [colin]      0.9.12cvs97.2
17374
17375         * src/summaryview.c
17376                 Don't select mails in collapsed threads 
17377                 when navigating with up/down
17378
17379 2004-09-07 [colin]      0.9.12cvs97.1
17380
17381         * src/inc.c
17382                 Sync with HEAD (meaningful error messages)
17383
17384 2004-09-06 [colin]      0.9.12cvs96.1
17385
17386         * src/toolbar.c
17387                 Sync with HEAD (fix Redirect graying out)
17388
17389 2004-09-06 [colin]      0.9.12cvs95.1
17390
17391         * src/summaryview.c
17392         * src/mimeview.c
17393                 Sync with HEAD (fix dropped URIs)
17394
17395 2004-09-06 [colin]      0.9.12cvs94.1
17396
17397         * src/addressbook.c
17398         * src/addressitem.h
17399         * src/addritem.c
17400         * src/addritem.h
17401                 Sync with HEAD (addressbook DnD)
17402
17403 2004-09-03 [colin]      0.9.12cvs93.1
17404
17405         * src/summaryview.c
17406                 Sync with HEAD (next/prev unread)
17407
17408 2004-09-03 [colin]      0.9.12cvs92.1
17409
17410         * src/prefs_common.c
17411         * src/prefs_common.h
17412         * src/summaryview.c
17413                 Sync with HEAD ('mark_as_read_delay' pref)
17414
17415 2004-09-02 [colin]      0.9.12cvs91.2
17416
17417         * src/common/xml.c
17418                 Fix leak
17419
17420 2004-09-02 [colin]      0.9.12cvs91.1
17421
17422         * src/gtk/menu.c
17423                 Sync with HEAD (menu accel don't work, but whatever)
17424
17425 2004-09-02 [colin]      0.9.12cvs90.1
17426
17427         * src/account.c
17428                 Sync with HEAD (fix bug 582)
17429
17430 2004-09-02 [colin]      0.9.12cvs89.1
17431
17432         * src/addrindex.c
17433                 Sync with HEAD (free deleted queries)
17434
17435 2004-09-02 [colin]      0.9.12cvs88.1
17436
17437         * src/ldapquery.c
17438                 Sync with HEAD (fix LDAP freezes)
17439
17440 2004-09-02 [colin]      0.9.12cvs87.1
17441
17442         * src/prefs_spelling.c
17443                 Sync with HEAD (add default dictionary)
17444
17445 2004-09-01 [colin]      0.9.12cvs86.1
17446
17447         * src/filtering.c
17448         * src/folderview.c
17449         * src/imap.c
17450         * src/prefs_matcher.c
17451         * src/stock_pixmap.c
17452         * src/summary_search.c
17453         * src/summaryview.c
17454         * src/wizard.c
17455         * src/wizard.h
17456                 Sync with HEAD (uninitialized vars fixes)
17457                 + gtk2 specific warning fixes
17458
17459 2004-08-31 [colin]      0.9.12cvs85.1
17460
17461         * src/folder.c
17462                 Sync with HEAD (Fix memory corruption due to 
17463                 uninitialized var)
17464
17465 2004-08-31 [colin]      0.9.12cvs84.4
17466
17467         * src/summary_search.c
17468                 Fix segfaults when searching in folders with broken headers
17469
17470 2004-08-31 [colin]      0.9.12cvs84.3
17471
17472         * src/compose.c
17473         * src/textview.c
17474                 Fix some more encoding/decoding issues
17475
17476 2004-08-30 [colin]      0.9.12cvs84.2
17477
17478         * src/mimeview.c
17479         * src/prefs_themes.c
17480         * src/gtk/filesel.c
17481         * src/gtk/filesel.h
17482                 Add a folder-mode selection (fixes mimeview's "Save all")
17483
17484 2004-08-29 [colin]      0.9.12cvs84.1
17485
17486         * src/mimeview.c
17487                 Sync with HEAD (don't escape saved filenames)
17488
17489 2004-08-27 [colin]      0.9.12cvs83.1
17490
17491         * ChangeLog
17492         * ChangeLog.claws
17493         * ChangeLog.jp
17494         * src/mh.c
17495         * src/procheader.c
17496         * src/procmsg.c
17497         * src/procmsg.h
17498         * src/common/utils.c
17499         * src/gtk/menu.h
17500         * po/
17501                 Sync with HEAD 0.9.12cvs83 (sync with main)
17502
17503 2004-08-26 [colin]      0.9.12cvs82.4
17504
17505         * src/codeconv.c
17506                 Fix strange stack corruption
17507                 Convert to utf8 after unmime, not before
17508
17509 2004-08-26 [colin]      0.9.12cvs82.3
17510
17511         * src/main.c
17512         * src/wizard.c
17513                 Fix account folders duplication
17514
17515 2004-08-25 [colin]      0.9.12cvs82.2
17516
17517         * src/wizard.c
17518                 Remove ports
17519                 Add SSL selection
17520                 Use login@server as account name
17521
17522 2004-08-25 [colin]      0.9.12cvs82.1
17523
17524         * src/plugins/pgpmime/pgpmime.c
17525                 Sync with HEAD (leak fix).
17526
17527 2004-08-25 [colin]      0.9.12cvs81.1
17528
17529         * src/plugins/pgpmime/pgpmime.c
17530         * src/plugins/pgpmime/sgpgme.c
17531         * src/plugins/pgpmime/sgpgme.h
17532                 Sync with HEAD (Handle combined messages).
17533
17534 2004-08-24 [colin]      0.9.12cvs80.3
17535
17536         * src/wizard.c
17537                 Fix full name, ports, and imap
17538
17539 2004-08-24 [colin]      0.9.12cvs80.2
17540
17541         * src/Makefile.am
17542         * src/main.c
17543         * src/setup.c
17544         * src/setup.h
17545         * src/stock_pixmap.c
17546         * src/stock_pixmap.h
17547         * src/wizard.c ** ADDED **
17548         * src/wizard.h ** ADDED ** 
17549         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17550                 Add a setup wizard 
17551
17552 2004-08-24 [colin]      0.9.12cvs80.1
17553
17554         * src/folder.c
17555                 Sync with HEAD (set mimeflags on all messages)
17556
17557 2004-08-24 [colin]      0.9.12cvs79.3
17558
17559         * src/matcher_parser_lex.l
17560                 Fix 8bits strings not in utf8
17561
17562 2004-08-24 [colin]      0.9.12cvs79.2
17563
17564         * src/compose.c
17565                 Check conversion result before replacing buffer
17566
17567 2004-08-23 [colin]      0.9.12cvs79.1
17568
17569         * src/compose.c
17570                 Sync with HEAD (create message header in memory)
17571
17572 2004-08-23 [colin]      0.9.12cvs78.1
17573
17574         * src/rfc2015.c
17575         * src/rfc2015.h
17576                 Sync with HEAD (fix bug 197 again)
17577
17578 2004-08-23 [colin]      0.9.12cvs77.3
17579
17580         * src/compose.c
17581                 Fix again inline gpg signing (which outputs utf8
17582                 in gtk2). Not syncing this fix to HEAD as this 
17583                 code is meant to die.
17584
17585 2004-08-23 [colin]      0.9.12cvs77.2
17586
17587         * src/prefs_account.h
17588                 Remove useless include
17589
17590 2004-08-23 [colin]      0.9.12cvs77.1
17591
17592         * src/imap.c
17593         * po/es.po
17594         * po/fr.po
17595         * po/it.po
17596         * po/pl.po
17597         * po/pt_BR.po
17598         * po/sk.po
17599         * po/sr.po
17600                 Sync with HEAD (fix bug 577)
17601
17602 2004-08-22 [colin]      0.9.12cvs76.1
17603
17604         * src/plugins/trayicon/trayicon.c
17605                 Sync with HEAD (fix formatting bug)
17606
17607 2004-08-21 [colin]      0.9.12cvs74.2
17608
17609         * src/gtk/colorsel.c
17610                 Fix bug 564 (Folder color selection window exits on any
17611                 keypress)
17612
17613 2004-08-21 [colin]      0.9.12cvs74.1
17614
17615         * ChangeLog.claws
17616         * src/compose.c
17617         * src/summaryview.c
17618         * src/toolbar.c
17619                 Sync with HEAD (fix bug 576)
17620
17621 2004-08-21 [colin]      0.9.12cvs70.1
17622
17623         * src/compose.c
17624         * src/mainwindow.c
17625                 Sync with HEAD
17626                 
17627
17628 2004-08-21 [paul]       0.9.12cvs66.4
17629
17630         * src/mainwindow.c
17631         * src/messageview.c
17632         * src/gtk/menu.c
17633         * src/plugins/spamassassin/spamassassin_gtk.c
17634                 remove some deprecated gtk1 functions
17635
17636
17637 2004-08-21 [colin]      0.9.12cvs66.3
17638
17639         * src/compose.c
17640         * src/codeconv.c
17641                 Fix warnings
17642                 Remove encoding hacks
17643                 Fix bug 575 (Strange character messes up message)
17644                 Don't display conversion error when drafting
17645
17646 2004-08-21 [paul]       0.9.12cvs66.2
17647
17648         * src/prefs_account.c
17649                 fix GnuPG mode bugs
17650
17651
17652 2004-08-20 [colin]      0.9.12cvs66.1
17653
17654         * src/codeconv.c
17655                 Sync with HEAD 0.9.12cvs66
17656
17657 2004-08-20 [paul]
17658
17659         * src/plugins/pgpmime/plugin.c
17660                 modify PGP/MIME plugin's description
17661
17662 2004-08-17 [colin]      0.9.12cvs65.1
17663
17664         * src/common/ssl.c
17665         * src/plugins/pgpmime/plugin.c
17666                 Sync with HEAD
17667
17668 2004-08-14 [colin]      0.9.12cvs60.3
17669
17670         * src/plugins/trayicon/trayicon.c
17671                 Put back resize callback, on size-request signal
17672                 rather than size-allocate to avoid infinite 
17673                 callback loop
17674
17675 2004-08-13 [colin]      0.9.12cvs60.2
17676
17677         * src/common/defs.h
17678                 Cache versions have been fixed
17679
17680 2004-08-13 [colin]      0.9.12cvs60.1
17681
17682         * src/folderutils.c
17683                 Sync with HEAD
17684
17685 2004-08-12 [colin]      0.9.12cvs59.1
17686
17687         * src/plugins/trayicon/trayicon.c
17688                 Sync with HEAD
17689
17690 2004-08-12 [colin]      0.9.12cvs57.5
17691
17692         * sylpheed.desktop
17693         * configure.ac
17694         * src/Makefile.am
17695         * src/main.c
17696                 Add support for Freedesktop.org's startup notification
17697
17698 2004-08-11 [colin]      0.9.12cvs57.4
17699
17700         * src/textview.c
17701                 Fix off-by-one
17702
17703 2004-08-11 [colin]      0.9.12cvs57.3
17704
17705         * src/message_search.c
17706         * src/summary_search.c
17707                 Make searches case insensitive by default
17708         * src/textview.c
17709                 Fix case-insensitive search in message
17710
17711 2004-08-11 [colin]      0.9.12cvs57.2
17712
17713         * src/summary_search.c
17714                 Let case-sensitive be specified
17715
17716 2004-08-10 [colin]      0.9.12cvs55.4
17717
17718         * src/common/socket.c
17719                 Fix the possible race condition
17720
17721 2004-08-09 [paul]       0.9.12cvs55.3
17722
17723         * configure.ac
17724         * src/Makefile.am
17725         * src/common/Makefile.am
17726                 sync with HEAD
17727
17728
17729 2004-08-09 [paul]       0.9.12cvs55.2
17730
17731         * autogen.sh
17732         * po/poconv.sh
17733                 remove unneeded script
17734
17735         * configure.ac
17736                 add forgotten USE_LDAP_TLS (sync with HEAD)
17737
17738
17739 2004-08-09 [colin]      0.9.12cvs55.1
17740
17741         * src/main.c
17742         * src/common/ssl.c
17743         * src/common/sylpheed.c
17744         * src/common/sylpheed.h
17745                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17746
17747 2004-08-09 [paul]       0.9.12cvs54.1
17748
17749         * ChangeLog
17750         * ChangeLog.claws
17751         * ChangeLog.jp
17752         * configure.ac
17753         * po/POTFILES.in
17754         * src/Makefile.am
17755         * src/folderutils.c
17756         * src/main.c
17757         * src/pgpmime.c
17758         * src/pgpmime.h
17759         * src/sgpgme.c
17760         * src/sgpgme.h
17761         * src/plugins/Makefile.am
17762         * src/plugins/pgpmime/.cvsignore
17763         * src/plugins/pgpmime/Makefile.am
17764         * src/plugins/pgpmime/pgpmime.c
17765         * src/plugins/pgpmime/pgpmime.h
17766         * src/plugins/pgpmime/plugin.c
17767         * src/plugins/pgpmime/sgpgme.c
17768         * src/plugins/pgpmime/sgpgme.h
17769                 sync with HEAD
17770
17771 2004-08-08 [paul]       0.9.12cvs51.1
17772
17773         * configure.ac
17774         * src/folder.c
17775                 sync with HEAD
17776
17777 2004-08-07 [colin]      0.9.12cvs50.1
17778
17779         * src/pop.c
17780         * src/common/partial_download.c
17781                 fix warnings (sync from HEAD)
17782
17783 2004-08-07 [colin]      0.9.12cvs48.1
17784
17785         * src/prefs_folder_item.c
17786                 sync with HEAD 0.9.12cvs48
17787
17788 2004-08-06 [colin]      0.9.12cvs47.1
17789
17790         * src/compose.c
17791                 Sync with HEAD
17792
17793 2004-08-06 [christoph]  0.9.12cvs46.2
17794
17795         * src/main.c
17796         * src/plugins/clamav/clamav_plugin_gtk.c
17797         * src/plugins/dillo_viewer/dillo_viewer.c
17798         * src/plugins/image_viewer/plugin.c
17799         * src/plugins/mathml_viewer/mathml_viewer.c
17800         * src/plugins/spamassassin/spamassassin_gtk.c
17801         * src/plugins/trayicon/trayicon.c
17802                 don't mix GTK1.2 plugin with GTK2 plugins
17803
17804 2004-08-06 [colin]      0.9.12cvs46.1
17805
17806         * ChangeLog
17807         * ChangeLog.claws
17808         * ChangeLog.jp
17809         * configure.ac
17810         * sylpheed-claws.pc.in
17811         * src/folder.c
17812         * src/imap.c
17813         * src/localfolder.c
17814         * src/messageview.c
17815         * src/mimeview.c
17816         * src/mimeview.h
17817         * src/msgcache.c
17818         * src/news.c
17819         * src/prefs_ext_prog.c
17820         * src/prefs_folder_item.c
17821         * src/prefs_fonts.c
17822         * src/prefs_msg_colors.c
17823         * src/prefs_spelling.c
17824         * src/prefs_themes.c
17825         * src/prefs_toolbar.c
17826         * src/prefs_wrapping.c
17827         * src/procmime.h
17828         * src/common/defs.h
17829         * src/common/nntp.c
17830         * src/common/session.c
17831         * src/common/session.h
17832         * src/common/socket.c
17833         * src/common/utils.h
17834         * src/common/xml.c
17835         * src/common/xml.h
17836         * src/gtk/prefswindow.c
17837         * src/gtk/prefswindow.h
17838         * src/plugins/clamav/clamav_plugin_gtk.c
17839         * src/plugins/dillo_viewer/dillo_prefs.c
17840         * src/plugins/image_viewer/viewerprefs.c
17841         * src/plugins/spamassassin/spamassassin_gtk.c
17842         * m4/openssl.m4 *** REMOVED ***
17843                 Sync with HEAD 0.9.12cvs46
17844
17845 2004-08-03 [paul]       0.9.12cvs40.2
17846
17847         * src/action.c
17848         * src/addressadd.c
17849         * src/addressbook.c
17850         * src/addrgather.c
17851         * src/browseldap.c
17852         * src/compose.c
17853         * src/crash.c
17854         * src/editaddress.c
17855         * src/editgroup.c
17856         * src/editldap_basedn.c
17857         * src/foldersel.c
17858         * src/importldif.c
17859         * src/mimeview.c
17860         * src/prefs_common.c
17861         * src/prefs_template.c
17862         * src/sourcewindow.c
17863         * src/summaryview.c
17864         * src/gtk/about.c
17865         * src/gtk/foldersort.c
17866         * src/gtk/logwindow.c
17867         * src/gtk/pluginwindow.c
17868         * src/gtk/prefswindow.c
17869                 change all gtk_scrolled_window_set_policy from 
17870                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17871
17872 2004-08-02 [paul]       0.9.12cvs40.1
17873
17874         * AUTHORS
17875                 update translation team section
17876         * po/pt_BR.po
17877                 updated by Frederico Goncalves Guimaraes
17878                 <fggdebian@yahoo.com.br>
17879
17880 2004-07-31 [colin]      0.9.12cvs39.9
17881
17882         * src/exphtmldlg.c
17883                 Fix compilation
17884
17885 2004-07-31 [colin]      0.9.12cvs39.8
17886
17887         * src/exphtmldlg.c
17888                 Fix an alertpanel type
17889
17890 2004-07-30 [colin]      0.9.12cvs39.7
17891
17892         * src/alertpanel.c
17893                 Fix alertpanel_error_log's icon
17894
17895 2004-07-30 [colin]      0.9.12cvs39.6
17896
17897         * src/pop.c
17898                 Two of them should still be warnings
17899
17900 2004-07-30 [colin]      0.9.12cvs39.5
17901
17902         * src/pop.c
17903                 More warning -> error
17904 2004-07-29 [colin]      0.9.12cvs39.4
17905
17906         * src/pop.c
17907                 Warning -> error
17908
17909 2004-07-29 [colin]      0.9.12cvs39.3
17910
17911         * src/prefs_matcher.c
17912                 Fix segfault
17913
17914 2004-07-29 [colin]      0.9.12cvs39.2
17915
17916         * src/alertpanel.c
17917                 More nice-looking alertpanels
17918
17919 2004-07-29 [colin]      0.9.12cvs39.1
17920
17921         * src/messageview.c
17922                 sync with head
17923                 (inform user when partial mail is deleted on server)
17924
17925 2004-07-29 [colin]      0.9.12cvs38.1
17926
17927         * src/messageview.c
17928                 sync with head
17929
17930 2004-07-28 [paul]       0.9.12cvs37.7
17931
17932         * src/mainwindow.c
17933                 complete the replacement of deprecated gtk_progress_*
17934
17935 2004-07-28 [paul]       0.9.12cvs37.6
17936
17937         * src/action.c
17938         * src/inc.c
17939         * src/mainwindow.c
17940         * src/send_message.c
17941         * src/gtk/progressdialog.c
17942         * src/gtk/progressdialog.h
17943                 replace deprecated gtk_progress_*
17944
17945 2004-07-28 [paul]       0.9.12cvs37.5
17946
17947         * src/gtk/filesel.c
17948                 remove gtk_window_set_wmclass()
17949 2004-07-28 [paul]       0.9.12cvs37.4
17950
17951         * src/addressbook.c
17952         * src/compose.c
17953         * src/foldersel.c
17954         * src/mainwindow.c
17955         * src/messageview.c
17956         * src/sourcewindow.c
17957         * src/gtk/logwindow.c
17958                 remove gtk_window_set_wmclass()
17959                 
17960         * src/prefs_filtering.c
17961         * src/prefs_filtering_action.c
17962         * src/prefs_fonts.c
17963         * src/prefs_gtk.c
17964         * src/prefs_matcher.c
17965         * src/ssl_manager.c
17966         * src/gtk/prefswindow.c
17967                 replace gtk_window_position()
17968
17969 2004-07-28 [colin]      0.9.12cvs37.3
17970
17971         * src/alertpanel.c
17972         * src/alertpanel.h
17973                 Add a way to specify panel type for specific
17974                 panels (alertpanel())
17975         * src/account.c
17976         * src/addressbook.c
17977         * src/compose.c
17978         * src/expldifdlg.c
17979         * src/main.c
17980         * src/messageview.c
17981         * src/summaryview.c
17982         * src/textview.c
17983         * src/gtk/sslcertwindow.c
17984                 Fix alertpanel()s so that their icon match
17985                 their real type
17986
17987 2004-07-28 [paul]       0.9.12cvs37.2
17988
17989         * src/addr_compl.c
17990         * src/addressbook.c
17991         * src/alertpanel.c
17992         * src/compose.c
17993         * src/export.c
17994         * src/foldersel.c
17995         * src/folderview.c
17996         * src/grouplistdialog.c
17997         * src/import.c
17998         * src/mainwindow.c
17999         * src/message_search.c
18000         * src/messageview.c
18001         * src/passphrase.c
18002         * src/prefs_actions.c
18003         * src/prefs_common.c
18004         * src/prefs_customheader.c
18005         * src/prefs_display_header.c
18006         * src/prefs_filtering.c
18007         * src/prefs_filtering_action.c
18008         * src/prefs_gtk.c
18009         * src/prefs_matcher.c
18010         * src/prefs_msg_colors.c
18011         * src/prefs_summary_column.c
18012         * src/prefs_template.c
18013         * src/sourcewindow.c
18014         * src/ssl_manager.c
18015         * src/summary_search.c
18016         * src/gtk/colorsel.c
18017         * src/gtk/description_window.c
18018         * src/gtk/gtkaspell.c
18019         * src/gtk/inputdialog.c
18020         * src/gtk/logwindow.c
18021         * src/gtk/prefswindow.c
18022         * src/gtk/progressdialog.c
18023                 replace deprecated gtk_window_set_policy
18024
18025 2004-07-27 [colin]      0.9.12cvs37.1
18026
18027         * src/msgcache.c
18028                 More fixes (synced for head again)
18029
18030 2004-07-27 [colin]      0.9.12cvs35.3
18031
18032         * src/msgcache.c
18033                 Fix wrong test
18034
18035 2004-07-27 [colin]      0.9.12cvs35.2
18036
18037         * src/mimeview.c
18038                 Fix width a bit (by Paul)
18039         * src/alertpanel.c
18040         * src/alertpanel.h
18041                 Specialize icons, make alertpanel_message()
18042                 private
18043         * src/message_search.c
18044         * src/sgpgme.c
18045         * src/summary_search.c
18046                 Suit alertpanel changes
18047
18048 2004-07-27 [colin]      0.9.12cvs35.1
18049
18050         * src/alertpanel.c
18051                 Add an icon
18052         * src/passphrase.c
18053                 Add debug output - maybe someone will
18054                 want to look at the problem with Grab
18055                 Input :)
18056         Bump version as we're synced with HEAD
18057
18058 2004-07-26 [colin]      0.9.12cvs33.26
18059
18060         * src/pop.c
18061                 Fix uidl-file parsing when not in new
18062                 format
18063
18064 2004-07-26 [colin]      0.9.12cvs33.25
18065
18066         * src/gtk/menu.c
18067                 Move popup menu up if necessary (fixes 
18068                 account selector)
18069         * src/mainwindow.c
18070                 Set account selector's button height to
18071                 minimum
18072
18073 2004-07-26 [colin]      0.9.12cvs33.24
18074
18075         * src/alertpanel.c
18076                 Maybe fix 551 (Truncated font in alert window)
18077
18078 2004-07-26 [colin]      0.9.12cvs33.23
18079
18080         * po/de.po
18081         * po/es.po
18082         * po/fr.po
18083         * po/it.po
18084         * po/ja.po
18085         * po/pl.po
18086         * po/ru.po
18087         * po/sk.po
18088         * po/sr.po
18089         * po/zh_CN.po
18090                 Sync po files with HEAD
18091
18092 2004-07-26 [paul]       0.9.12cvs33.22
18093
18094         * src/compose.c
18095                 fix Bug 556 'Organisation-header is sent even if empty'
18096
18097 2004-07-24 [colin]      0.9.12cvs33.21
18098
18099         * src/compose.c
18100         * src/gtk/gtkaspell.c
18101         * src/gtk/gtkaspell.h
18102                 Fix speller accelerators (require hack)
18103
18104 2004-07-24 [colin]      0.9.12cvs33.20
18105
18106         * src/gtk/gtkaspell.c
18107                 Fix over-eager code deletion breaking
18108                 Check while typing
18109
18110 2004-07-24 [colin]      0.9.12cvs33.19
18111
18112         * src/browseldap.c
18113         * src/ldapctrl.c
18114         * src/ldapctrl.h
18115         * src/ldapserver.h
18116                 Sync ldap with HEAD
18117         (Fixes 546 LDAP completely broken)
18118
18119 2004-07-24 [colin]      0.9.12cvs33.18
18120
18121         * src/prefs_msg_colors.c
18122                 Fix prototype mismatch
18123         (Fixes 547 void function cannot return value)
18124
18125 2004-07-24 [colin]      0.9.12cvs33.17
18126
18127         * src/mainwindow.c
18128                 Fix sort going back to previous sort key
18129                 when changing sort direction
18130
18131 2004-07-24 [colin]      0.9.12cvs33.16
18132
18133         * src/compose.c
18134                 Fix space insertion when re-wrapping at 
18135                 cursor point
18136
18137 2004-07-24 [colin]      0.9.12cvs33.15
18138
18139         * src/gtk/gtkaspell.c
18140                 Don't change cursor position in insert-text
18141                 callback
18142         (Fixes 539 Word wrapping on input transposes letters)
18143
18144 2004-07-24 [colin]      0.9.12cvs33.14
18145
18146         * src/gtk/gtkaspell.c
18147                 Reencode non-ascii chars to dictionary's
18148                 encoding
18149         (Fixes 544 Spell check broken non english locale)
18150
18151 2004-07-24 [colin]      0.9.12cvs33.13
18152
18153         * src/summaryview.c
18154                 Fix Shift+Down, add Home/End/PgUp/PgDown
18155
18156 2004-07-21 [colin]      0.9.12cvs33.12
18157
18158         * src/prefs_common.c
18159                 Fix a gtk warning (Patch by Andrej Kacian)
18160
18161 2004-07-21 [colin]      0.9.12cvs33.11
18162
18163         * src/gtk/filesel.c
18164                 More check
18165
18166 2004-07-21 [colin]      0.9.12cvs33.10
18167
18168         * src/compose.c
18169         * src/crash.c
18170         * src/export.c
18171         * src/import.c
18172         * src/messageview.c
18173         * src/mimeview.c
18174         * src/prefs_spelling.c
18175         * src/prefs_themes.c
18176         * src/summaryview.c
18177         * src/gtk/filesel.c
18178         * src/gtk/filesel.h
18179         * src/gtk/pluginwindow.c
18180                 Untwist open/save mode guessing logic, make
18181                 it explicit
18182
18183 2004-07-20 [colin]      0.9.12cvs33.9
18184
18185         * src/codeconv.c
18186                 conv_encode_header: src_charset is UTF-8 on
18187                 gtk2
18188         * src/compose.c
18189                 Remove double encoding of the headers
18190
18191 2004-07-20 [colin]      0.9.12cvs33.8
18192
18193         * src/codeconv.c
18194                 Fix typo
18195
18196 2004-07-20 [colin]      0.9.12cvs33.7
18197
18198         * src/mainwindow.c
18199                 Set the separated messageview to the saved
18200                 size of Claws' messageview (Patch by Alfons)
18201                 Fix a callback prototype (me)
18202
18203 2004-07-20 [colin]      0.9.12cvs33.6
18204
18205         * src/codeconv.h
18206                 Forgot one hunk in 0.9.12cvs33.4
18207
18208 2004-07-19 [colin]      0.9.12cvs33.5
18209
18210         * src/action.c
18211                 Action output fix
18212                 Patch by Alfons
18213
18214 2004-07-19 [colin]      0.9.12cvs33.4
18215
18216         * src/compose.c
18217                 Fix outgoing charset bug in headers
18218         * src/codeconv.c
18219                 Clean for glib2 - Patch by Alfons
18220
18221 2004-07-19 [colin]      0.9.12cvs33.3
18222
18223         * src/statusbar.c
18224                 Remove grip from the statusbar
18225                 Patch by Alfons
18226
18227 2004-07-19 [colin]      0.9.12cvs33.2
18228
18229         * src/messageview.c
18230         * src/textview.c
18231                 Fix messageview remembering the previous
18232                 scroll position when loading a new message
18233                 Patch by Alfons
18234
18235 2004-07-19 [colin]      0.9.12cvs33.1
18236
18237         * src/folder.h
18238         * src/folderview.c
18239         * src/summaryview.c
18240                 Sync with HEAD
18241
18242 2004-07-18 [colin]      0.9.12cvs32.7
18243
18244         * configure.ac
18245                 Remove useless check for XIM - noticed
18246                 by Alfons
18247
18248 2004-07-18 [colin]      0.9.12cvs32.6
18249
18250         * src/summaryview.c
18251                 Remove non-modified and shift-modified
18252                 accelerators in summaryview's popup
18253                 menu, as that doesn't get catched by
18254                 the accel-activate signal catcher...
18255
18256 2004-07-18 [colin]      0.9.12cvs32.5
18257
18258         * src/prefs_common.c
18259                 Define sensible default prefs for 
18260                 wrapping
18261
18262 2004-07-18 [colin]      0.9.12cvs32.4
18263
18264         * src/compose.c
18265         * src/prefs_common.c
18266         * src/prefs_common.h
18267         * src/prefs_wrapping.c
18268                 Remove Smart Wrapping pref, which does
18269                 nothing on gtk2 branch
18270
18271 2004-07-18 [colin]      0.9.12cvs32.3
18272
18273         * src/sourcewindow.c
18274                 Proper utf8
18275
18276 2004-07-18 [colin]      0.9.12cvs32.2
18277
18278         * src/compose.c
18279                 Save attachment status when drafting
18280
18281 2004-07-18 [colin]      0.9.12cvs32.1
18282
18283         * src/gtk/filesel.c
18284                 Fix erratic folder selection in open mode
18285
18286 2004-07-18 [colin]      0.9.12cvs31.11
18287
18288         * src/pop.c
18289                 Don't let partial messages get deleted
18290                 even with "dowload all"
18291                 (0.9.12cvs31.8 fix extension)
18292 2004-07-18 [colin]      0.9.12cvs31.10
18293
18294         * src/gtk/logwindow.c
18295                 Fix log scrolling
18296
18297 2004-07-18 [colin]      0.9.12cvs31.9
18298
18299         * src/common/utils.c
18300                 Fix non-utf8 strings coming from commands
18301                 and files
18302
18303 2004-07-18 [colin]      0.9.12cvs31.8
18304
18305         * src/pop.c
18306                 Fix partial download bug with Download all
18307                 messages option
18308
18309 2004-07-18 [colin]      0.9.12cvs31.7
18310
18311         * src/textview.c
18312                 Fix bug introduced in 0.9.12cvs31.2
18313                 (blocked in select mode after double click)
18314
18315 2004-07-18 [colin]      0.9.12cvs31.6
18316
18317         * src/compose.c
18318         * src/gtk/menu.c
18319                 More glib-warning fixes
18320
18321 2004-07-18 [colin]      0.9.12cvs31.5
18322
18323         * src/compose.c
18324                 Fix trashing the primary clipboard when moving 
18325                 around with tab
18326         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18327
18328 2004-07-18 [colin]      0.9.12cvs31.4
18329
18330         * src/codeconv.c
18331                 convert unencoded iso headers to utf8
18332         (Fix Bug 538 Unencoded local characters in subject make it 
18333          disappear)
18334
18335 2004-07-18 [colin]      0.9.12cvs31.3
18336
18337         * src/compose.c
18338                 Fix tab char handling in wrapping
18339         (Fix Bug 537 Line wrap problem - TAB character treated as 
18340          one character instead of 8)
18341
18342 2004-07-18 [colin]      0.9.12cvs31.2
18343
18344         * src/textview.c
18345                 return FALSE on GDK_MOTION_NOTIFY
18346         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18347          (unable to highlight))
18348
18349 2004-07-18 [colin]      0.9.12cvs31.1
18350
18351         * src/folderview.c
18352                 Sync with 0.9.12cvs31
18353
18354 2004-07-18 [colin]      0.9.12cvs30.4
18355
18356         * src/compose.c
18357                 Also block text_inserted when inserting a file
18358
18359 2004-07-18 [colin]      0.9.12cvs30.3
18360
18361         * src/compose.c
18362                 Fix smart wrapping (block text_inserted handler
18363                 while putting quotation to avoid wrap on input,
18364                 don't join lines if next is sig separator)
18365
18366 2004-07-17 [colin]      0.9.12cvs30.2
18367
18368         * src/folderview.c
18369         * src/mainwindow.c
18370         * src/mimeview.c
18371         * src/summaryview.c
18372         * src/gtk/quicksearch.c
18373         * src/gtk/quicksearch.h
18374                 Block key events handlers *and* accels while
18375                 quicksearch is focused
18376         (Fixes Bug 534 quick-search bar not accepting certain letters)
18377
18378 2004-07-17 [colin]      0.9.12cvs30.1
18379
18380         * src/folder.h
18381         * src/folderview.c
18382         * src/summaryview.c
18383                 Sync with 0.9.12cvs30
18384
18385 2004-07-17 [colin]      0.9.12cvs28.2
18386
18387         * src/mimeview.c
18388         * src/procmime.c
18389         * src/summaryview.c
18390         * src/gtk/menu.c
18391                 Squash some compile and glib warnings
18392
18393 2004-07-17 [paul]       0.9.12cvs28.1
18394
18395         * src/mimeview.c
18396                 sync with 0.9.12cvs28 HEAD
18397
18398 2004-07-16 [paul]       0.9.12cvs26.1
18399         
18400         * src/gtk/quicksearch.c
18401         * src/account.c
18402         * src/account.h
18403         * src/compose.c
18404         * src/customheader.c
18405         * src/folder_item_prefs.c
18406         * src/main.c
18407         * src/mainwindow.c
18408         * src/messageview.c
18409         * src/mimeview.c
18410         * src/news.c
18411         * src/pgpmime.c
18412         * src/pop.c
18413         * src/pop.h
18414         * src/prefs_account.c
18415         * src/prefs_account.h
18416         * src/prefs_common.c
18417         * src/prefs_common.h
18418         * src/prefs_display_header.c
18419         * src/prefs_gtk.c
18420         * src/prefs_gtk.h
18421         * src/procheader.c
18422         * src/procmime.c
18423                 sync with 0.9.12cvs26 HEAD      
18424
18425 2004-07-15 [colin]      0.9.12cvs18.14
18426
18427         * src/folder.c
18428                 Disable GPG signature check during
18429                 folder move and scan
18430         (Closes Bug 521 Signature checking slows down Folder-Move)
18431
18432 2004-07-14 [colin]      0.9.12cvs18.13
18433
18434         * src/common/partial_download.c
18435                 update includes
18436
18437 2004-07-14 [colin]      0.9.12cvs18.12
18438
18439         * src/common/partial_download.c
18440         * src/common/partial_download.h
18441                 Move doc at top, add correct copyright
18442
18443 2004-07-14 [colin]      0.9.12cvs18.11
18444
18445         * src/folder.c
18446         * src/messageview.c
18447         * src/pop.c
18448         * src/pop.h
18449         * src/procmsg.c
18450         * src/summaryview.c
18451         * src/common/Makefile.am
18452         * src/common/partial_download.c ** NEW FILES **
18453         * src/common/partial_download.h ** NEW FILES **
18454                 Move partial-download related stuff to its
18455                 own file
18456
18457 2004-07-14 [colin]      0.9.12cvs18.10
18458
18459         * src/send_message.c
18460                 Fix smtp auth when user is null or empty
18461
18462 2004-07-13 [colin]      0.9.12cvs18.9
18463
18464         * src/gtk/quicksearch.c
18465                 Use alphabetic order
18466
18467 2004-07-13 [colin]      0.9.12cvs18.8
18468
18469         * src/pop.c
18470                 Be paranoid on the checks
18471
18472 2004-07-13 [colin]      0.9.12cvs18.7
18473
18474         * src/gtk/quicksearch.c
18475                 Fix Engrish once again
18476
18477 2004-07-13 [colin]      0.9.12cvs18.6
18478
18479         * src/procmsg.c
18480         * src/summaryview.c
18481                 Mark messages for deletion when they are about to
18482                 be removed from trash
18483
18484 2004-07-13 [colin]      0.9.12cvs18.5
18485
18486         * src/matcher.c
18487         * src/matcher.h
18488         * src/matcher_parser_parse.y
18489         * src/prefs_matcher.c
18490         * src/gtk/quicksearch.c
18491                 Add 'partial' ('p') match string to find partially
18492                 downloaded messages
18493
18494 2004-07-13 [colin]      0.9.12cvs18.4
18495
18496         * src/pop.c
18497                 Fix misplaced block
18498
18499 2004-07-13 [colin]      0.9.12cvs18.3
18500
18501         * src/pop.c
18502         * src/pop.h
18503         * src/messageview.c
18504                 Refactor API (to avoid passing 5+ params and code
18505                 duplication)
18506         * src/folder.c
18507         * src/msgcache.c
18508         * src/procheader.c
18509         * src/common/defs.h
18510                 Add planned_download to cache
18511                 Don't mess uidl file when moving partially downloaded
18512                 mails (they change folder, we should change it in the
18513                 uidl list too or we'll remove an incorrect message)
18514                 (this also helps removing hacks when changing 
18515                 planned_download in messageview.c)
18516
18517 2004-07-12 [colin]      0.9.12cvs18.2
18518
18519         * src/gtk/quicksearch.c
18520                 Fix missing status update in quicksearch
18521
18522 2004-07-12 [paul]       0.9.12cvs18.1
18523
18524         * po/POTFILES.in
18525         * src/Makefile.am
18526         * src/account.c
18527         * src/codeconv.c
18528         * src/compose.c
18529         * src/inc.c
18530         * src/main.c
18531         * src/prefs_common.c
18532         * src/procmsg.h
18533         * src/toolbar.c
18534         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18535         * src/prefs_wrapping.[ch]       ** NEW FILES **
18536         * src/common/intl.h
18537         * src/common/utils.[ch]
18538         * src/gtk/quicksearch.[ch]
18539                 sync with 0.9.12cvs18 HEAD
18540
18541 2004-07-12 [colin]      0.9.11cvs17.25
18542
18543         * src/folder.c
18544         * src/folder.h
18545                 Remove unused function added by me in 0.9.11cvs17.10
18546
18547 2004-07-11 [colin]      0.9.11cvs17.24
18548
18549         * src/inc.c
18550         * src/messageview.c
18551         * src/pop.c
18552         * src/pop.h
18553                 Use folderitem and msgnum instead of filename to
18554                 know which mail to delete
18555                 Move old partial mail deletion to pop.c
18556
18557 2004-07-10 [colin]      0.9.11cvs17.23
18558
18559         * src/inc.c
18560                 Add debug
18561         * src/pop.c
18562         * src/pop.h
18563                 Don't re-use same enums for unrelated stuff: it's 
18564                 completely misleading !
18565                 Document a bit
18566
18567 2004-07-09 [colin]      0.9.11cvs17.22
18568
18569         * src/inc.c
18570                 Remove folder-type check and do
18571                 more tests to be sure everything's
18572                 ok
18573         * src/messageview.c
18574                 Punctuation update, remove useless
18575                 code, fix two warnings
18576         * src/noticeview.c
18577                 Layout cleaning, reset 2nd button
18578                 when specifying one
18579
18580 2004-07-09 [colin]      0.9.11cvs17.21
18581
18582         * src/messageview.c
18583         * src/pop.c
18584         * src/pop.h
18585                 Allow user to change his mind
18586                 and postpone decision (by
18587                 unmarking the mail)
18588
18589 2004-07-09 [colin]      0.9.11cvs17.20
18590
18591         * src/messageview.c
18592                 Fix bug with delete state
18593         * src/pop.c
18594         * src/pop.h
18595                 Fix buffer leak (fread doesn't 
18596                 terminate buffers with \0)
18597                 Refactoring (remove magic 
18598                 numbers)
18599
18600 2004-07-09 [colin]      0.9.11cvs17.19
18601
18602         * src/pop.c
18603                 Don't log "Skipping message" if 
18604                 we're going to TOP it two lines
18605                 later
18606
18607 2004-07-09 [colin]      0.9.11cvs17.18
18608
18609         * src/messageview.c
18610                 Fix Engrish
18611
18612 2004-07-09 [colin]      0.9.11cvs17.17
18613
18614         * src/pop.c
18615                 strlen checking...
18616         * src/messageview.c
18617                 refactoring a bit
18618
18619 2004-07-08 [colin]      0.9.11cvs17.16
18620
18621         * src/noticeview.c
18622         * src/noticeview.h
18623                 Add an optional second button
18624         * src/messageview.c
18625         * src/pop.c
18626         * src/pop.h
18627                 Don't delete partially received mails after a certain
18628                 time; rather, let the user decide.
18629
18630 2004-07-08 [colin]      0.9.11cvs17.15
18631
18632         * src/common/smtp.h
18633                 Sync with HEAD
18634
18635 2004-07-08 [colin]      0.9.11cvs17.14
18636
18637         * src/messageview.c
18638         * src/common/smtp.c
18639                 Use to_human_readable() for sizes
18640
18641 2004-07-08 [colin]      0.9.11cvs17.13
18642
18643         * src/inc.c
18644         * src/messageview.c
18645         * src/pop.c
18646         * src/pop.h
18647         * src/procmsg.c
18648                 Fix partial-downloading issues:
18649                         catch unsupported TOP
18650                         don't delete partially downloaded mails before 5 days
18651                         don't update existing with non-MH folders; that'll
18652                         make dups, but it's better than trashing the folder
18653                         free new msginfo parts
18654                 Fix indentation ;-)
18655
18656 2004-07-08 [colin]      0.9.11cvs17.12
18657
18658         * src/common/smtp.c
18659         * src/common/smtp.h
18660                 Sync smtp size verification with HEAD
18661
18662 2004-07-08 [colin]      0.9.11cvs17.11
18663
18664         * src/summaryview.c
18665         * src/prefs_common.c
18666         * src/prefs_common.h
18667         * src/gtk/quicksearch.c
18668         * src/gtk/quicksearch.h
18669                 Sync sticky pref with HEAD
18670
18671 2004-07-08 [colin]      0.9.11cvs17.10
18672
18673         * src/folder.c [1.213.2.6]
18674         * src/folder.h [1.87.2.6]
18675         * src/inc.c [1.149.2.7]
18676         * src/messageview.c [1.94.2.8]
18677         * src/procheader.c [1.47.2.6]
18678         * src/procmsg.c [1.150.2.4]
18679         * src/procmsg.h [1.60.2.5]
18680         * src/pop.c [1.56.2.4]
18681         * src/pop.h [1.17.2.3]
18682                 Let too big messages get downloaded, but truncated
18683                 Add a button to download them completely
18684                 
18685 2004-07-06 [colin]      0.9.11cvs17.9
18686
18687         * src/gtk/quicksearch.c [1.1.2.3]
18688                 Add a Clear button
18689         * commitHelper
18690         * PATCHSETS
18691                 Add a script to help with cvs
18692
18693 2004-07-03 [colin]      0.9.11cvs17.8
18694
18695         * src/plugins/imageviewer/viewer.c
18696                 fix imageviewer (which was staying on the first
18697                 displayed image)
18698
18699 2004-07-03 [colin]      0.9.11cvs17.7
18700
18701         Removed FIXME_GTK2 warnings
18702         * src/gtk/gtkutils.c
18703                 useless #warnings
18704         * src/gtk/menu.c
18705                 useless #warnings (no need to mess with menu rc)
18706         * src/gtk/menu.h
18707                 unused functions
18708         
18709
18710 2004-07-03 [colin]      0.9.11cvs17.6
18711
18712         Removed FIXME_GTK2 warnings
18713         * src/codeconv.c
18714                 useless #warnings (rewrite needed)
18715         * src/compose.c
18716                 useless #warnings (rewrite needed)
18717                 useless #warnings (gtk2 is like that)
18718                 useless #warnings (previously fixed)
18719         * src/main.c
18720                 useless #warnings (previously fixed)
18721         * src/message_search.c
18722                 useless #warnings (gtk2 is like that)
18723                 Made apparent that search is case-sensitive
18724         * src/mimeview.c
18725                 useless #warnings (rewrite needed)
18726                 useless #warnings (gtk2 is like that)
18727                 reimplemented real warnings
18728         * src/prefs_common.c
18729                 Removed block cursor option (not it gtk2)
18730         * src/prefs_gtk.c
18731                 useless #warnings (rewrite needed)
18732         * src/procheader.c
18733                 useless #warnings (rewrite needed)
18734         * src/sourcewindow.c
18735                 useless #warnings (incorrect placing)
18736         * src/summary_search.c
18737                 useless #warnings (gtk2 is like that)
18738                 Made apparent that search is case-sensitive
18739         * src/action.c
18740                 useless #warnings (gtk2 is like that)
18741         * src/textview.c
18742                 useless #warnings (rewrite needed)
18743         * src/toolbar.c
18744                 useless #warnings (rewrite needed)
18745
18746 2004-07-03 [colin]      0.9.11cvs17.5
18747
18748         * src/textview.c
18749                 Fix mismerge which broke URI opening
18750                 
18751 2004-07-01 [colin]      0.9.11cvs17.4
18752
18753         * src/gtk/filesel.c
18754                 Fill filename when saving
18755                 
18756 2004-06-27 [colin]      0.9.11cvs17.3
18757
18758         * src/gtk/filesel.[ch]
18759                 Use the new GTK file selector
18760                 Update prototype to match the reality: multiple file
18761                 selection is open-only          
18762         * src/compose.c
18763                 Match the new prototypes        
18764         * configure.ac
18765                 Match the new requirements (gtk 2.4.0)
18766                         
18767 2004-06-26 [colin]      0.9.11cvs17.2
18768
18769         * src/plugins/trayicon/trayicon.c
18770                 Remove useless signal handler on resize, which causes
18771                 an infinite "loop"
18772         
18773 2004-06-26 [colin]      0.9.11cvs17.1
18774         
18775         * tools/Makefile.am
18776                 remove launch_firebird and add nautilus2sylpheed.sh
18777         * src/quicksearch.c
18778           src/summaryview.c
18779                 Fix show/hide "Extended symbols" button problem
18780                 Fix apparition at startup
18781                 Fix const warnings
18782         * src/plugins/image_viewer/Makefile.am
18783                 Fix configure 
18784         * common/ssl.c
18785                 Re-enable certificate check, as it doesn't seem to
18786                 cause Xlib errors anymore
18787
18788 2004-06-25 [paul]       0.9.11cvs17
18789
18790         * sync with 0.9.11cvs17 HEAD
18791         
18792         NOTE: QuickSearch is broken
18793
18794 2004-06-07 [colin]      0.9.10claws67.10
18795         * src/plugins/trayicon/trayicon.c
18796           src/plugins/trayicon/libeggtrayicon/Makefile.am
18797           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18798                 Fix gettextization in trayicon plugin
18799
18800 2004-06-07 [colin]      0.9.10claws67.9
18801         
18802         * src/summaryview.c
18803           src/gtk/gtksctree.[ch]
18804                 Let Shift+{Up,Down} work in summaryview
18805                 (well, Down "works" and Up works)
18806                 Let the list scroll when using these keys
18807
18808 2004-06-06 [colin]      0.9.10claws67.8
18809
18810         * src/plugins/trayicon/trayicon.c
18811                 Fix pixmap update
18812
18813 2004-06-06 [colin]      0.9.10claws67.7
18814
18815         * src/addressbook.c
18816                 Fix signal handling causing system-wide focus grab
18817
18818 2004-05-25 [paul]       0.9.10claws67.6
18819
18820         * Makefile.am
18821           src/Makefile.am
18822                 clean up
18823
18824 2004-05-25 [paul]       0.9.10claws67.5
18825
18826         * replace deprecated gtk_signal... functions
18827
18828 2004-05-23 [colin]      0.9.10claws67.4
18829
18830         * src/compose.c
18831                 Fix wrapping
18832
18833 2004-05-22 [colin]      0.9.10claws67.3
18834
18835         * src/compose.c
18836                 Re-fix [Edited] in compose.c::compose_reedit()
18837
18838 2004-05-22 [colin]      0.9.10claws67.2
18839
18840         * src/procmime.c
18841                 Fix parsing of multiparts mails
18842
18843 2004-05-22 [colin]      0.9.10claws67.1
18844
18845         * src/summaryview.c
18846                 Fix quicksearch
18847
18848 2004-05-22 [paul]       0.9.10claws67
18849
18850         * sync with 0.9.10claws67 HEAD
18851
18852 2004-05-14 [alfons]
18853
18854         * src/procmime.h
18855                 add forgotton prototype
18856
18857 2004-05-10 [paul]       0.9.10claws57
18858
18859         * sync with 0.9.10claws57 HEAD
18860
18861 2004-05-05 [paul]       0.9.9.claws1
18862
18863         * ChangeLog-gtk2        ** REMOVED **
18864           ChangeLog-gtk2.claws  ** ADDED **
18865                 rename and adopt the normal claws format
18866                 
18867         * configure.ac
18868                 require gtkmathview >= 0.5
18869
18870         * ac/*                          ** REMOVED **
18871           ac/                           ** REMOVED **
18872           intl/Makefile.in              ** REMOVED **
18873           m4/                           ** ADDED **
18874           m4/missing                    ** ADDED **
18875           m4/missing/gdk-pixbuf.m4      ** ADDED **
18876           m4/missing/gettext.m4         ** ADDED **
18877           m4/missing/gpgme.m4           ** ADDED **
18878           m4/missing/imlib.m4           ** ADDED **
18879           m4/.cvsignore                 ** ADDED **
18880           m4/Makefile.am                ** ADDED **
18881           m4/README                     ** ADDED **
18882           m4/aclocal-include.m4         ** ADDED **
18883           m4/aspell.m4                  ** ADDED **
18884           m4/check-type.m4              ** ADDED **
18885           m4/gnupg-check-typedef.m4     ** ADDED **
18886           m4/openssl.m4                 ** ADDED **
18887           m4/spamassassin.m4            ** ADDED **
18888           po/ChangeLog                  ** REMOVED **
18889           po/Makefile.in.in             ** REMOVED **
18890           po/Rules-quot                 ** REMOVED **
18891           po/boldquot.sed               ** REMOVED **
18892           po/en@boldquot.header         ** REMOVED **
18893           po/en@quot.header             ** REMOVED **
18894           po/insert-header.sin          ** REMOVED **
18895           po/quot.sed                   ** REMOVED **
18896           po/remove-potcdate.sed        ** REMOVED **
18897           po/remove-potcdate.sin        ** REMOVED **
18898           po/stamp-po                   ** REMOVED **
18899           Makefile.am
18900           autogen.sh
18901           configure.ac
18902                 enable building with automake 1.8.x
18903                 add 'autopoint --force' to autogen.sh and remove all
18904                 auto-generated files, remove ac/ directory and use
18905                 m4/ directory instead
18906                 
18907         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18908                 fix gettextization
18909
18910 2004-02-28 Colin Leroy <colin@colino.net>
18911         * src/prefs_matcher.c
18912           src/prefs_filtering.c
18913           src/prefs_filtering_action.c
18914                 Fix non-editable GtkEntries
18915
18916 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18917         * src/prefs_themes.c
18918                 utf8 conversion for theme info
18919
18920 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18921         * sync 0.9.9claws
18922
18923 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18924         * src/grouplistdialog.c
18925                 allow multiple selections without ctrl key
18926
18927 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18928         * src/main.c
18929                 enable customizable accelerators
18930
18931 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18932         * src/prefs_common.c
18933                 re-enable different font settings for gtk1/2
18934         * src/prefs_folder_item.c
18935                 fix folder prefs displayed wrong
18936         * src/textview.c
18937                 set 'sunken' shadow type
18938
18939 2004-02-07 Colin Leroy <colin@colino.net>
18940         * src/compose.c
18941                 Fix message being always [Edited]
18942                 Encode headers correctly (utf8 buf)
18943
18944 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18945         * src/socket.c
18946                 remove double g_source_attach()
18947                 (Thanks to Colin Leroy)
18948
18949 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18950         * src/gtk/gtksctree.c
18951                 Fix SSL certificate list not shown
18952         * src/mimeview.c
18953                 Fix clicks in mime tree
18954
18955 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18956         * src/common/socket.c
18957                 Fix SSL receive
18958         * src/compose.c
18959                 Fix clipboard menu hotkeys
18960
18961 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18962         * src/gtk/gtkaspell.[ch]
18963           src/compose.c
18964                 reimplement spellchecker
18965
18966 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18967         * src/gtk/filesel.c
18968                 crash when inserting file in compose window
18969                 (TODO: keep old selection on clicks)
18970         * src/main.c
18971                 use gtkrc-2.0 instead of gtkrc
18972
18973 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18974         * src/messageview.c
18975                 remove orphaned mimeview unref()
18976
18977 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18978         * src/grouplistdialog.c
18979                 expand nodes containing subscribed groups
18980
18981 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18982         * src/textview.c
18983                 textview: hide cursor, restore old click behaviour
18984
18985 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18986         * src/textview.c
18987                 variable names messed up
18988
18989 2004-01-17 Colin Leroy <colin@colino.net>
18990         * src/addr_compl.c
18991                 Fix completion address too thin
18992         * src/compose.c
18993                 Fix tab-to-subject behaviour
18994         * src/summaryview.c
18995                 Implement key up & down in summaryview
18996
18997 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18998
18999         * sync 098claws
19000
19001 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19002         * configure.ac
19003           Makefile.am
19004           doc/.cvsignore
19005           doc/Makefile.am
19006                 faq, man, manual moved to doc/
19007         * ac/aspell.m4
19008           ac/check-type.m4
19009           ac/gnupg-check-typedef.m4
19010           ac/openssl.m4
19011           ac/spamassassin.m4
19012           ac/missing/gdk-pixbuf.m4
19013           ac/missing/gpgme.m4
19014           ac/missing/imlib.m4
19015                 fix automake warnings
19016
19017 2003-12-06 Colin Leroy <colin@colino.net>
19018         * src/summaryview.c
19019                 Fix quicksearch
19020
19021 2003-12-05 Colin Leroy <colin@colino.net>
19022         * src/summaryview.c
19023                 Fix going to next unread folder
19024
19025 2003-12-05 Colin Leroy <colin@colino.net>
19026         * src/crash.c
19027                 Fix gtk2 compilation
19028         * src/session.c
19029                 Remove iotag source handler at disconnection
19030         * src/socket.[ch] 
19031                 Remove source handler when closing socket 
19032                 (fixes another seg)
19033
19034 2003-12-04 Colin Leroy <colin@colino.net>
19035         * src/compose.c
19036           src/prefs_account.c
19037           src/prefs_common.c
19038                 Fix some dropdown menus
19039
19040 2003-12-04 Colin Leroy <colin@colino.net>
19041         * src/compose.c
19042                 Fix event handlers on header fields
19043         * src/common/socket.c
19044           src/common/session.c
19045                 Fix segfault with callback (SSL)
19046                 Fix end of session 
19047
19048 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19049
19050         * Fix compile bug in src/compose.c
19051         * removed src/gtk/gtkstext.[ch]
19052
19053 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19054
19055         * Convert character set and escape "text" attributes in toolbar setting
19056         files.
19057         * Fixed bug in button-press-event handling.
19058
19059 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19060
19061         * Fixed bug in key-press-event handling.
19062
19063 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19064
19065         * Enabled to compile tray-icon plugin (Ad-hoc).
19066         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19067
19068 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19069
19070         * Enabled to compile on sylpheed-claws.
19071         (tray-icon plugin still cannot compile yet.)
19072
19073 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19074
19075         * Updated to 0.9.5.
19076
19077 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19078
19079         * Updated to 0.9.4.
19080         * Ported monitoring SSL mechanism to GSource of GLib2
19081         (I don't confirm it)
19082         * Added _gtk2 suffix to key name of font preference to avoid
19083         ovverwriting preference of Gtk+-1.2 version.
19084
19085 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19086
19087         * Updated to 0.9.2.
19088
19089 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19090
19091         * Updated to 0.9.1.
19092         * Translate po files into UTF-8 when execute autogen.sh.
19093
19094 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19095
19096         * Updated to 0.9.0.
19097
19098 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19099
19100         * Plugged GError related memory leaks.
19101
19102 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19103
19104         * Changed default size of fonts.
19105         * Enabled to set titile font size of warning dialog.
19106
19107 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19108
19109         * Embed a sylpheed icon into executable binary on Windows.
19110
19111 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19112
19113         * I forgot to traslate character set of element string in src/xml.c.
19114
19115 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19116
19117         * Fixed detecting bind_textdomain_codeset in configure.in.
19118         * The bug in which "Example" of "Date fromat" preference isn't displayed
19119         correctly has been fixed.
19120
19121 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19122
19123         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19124           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19125           glib-gettextize
19126           Removed intl directory.
19127           Translated po files into UTF-8.
19128           (Thanks! Ryuji Abe)
19129
19130 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19131
19132         * The bug which doesn't unscape string in xml.c has been fixed.
19133
19134 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19135
19136         * The bug which is failed to translate encoding of file name thorough
19137         file dialog has been fixed.
19138
19139 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19140
19141         * Modified to translate file names which is used in inporting/expoting
19142         mbox feature and "Save as" feature into locale encoding.
19143         * Translate file names into locale encoding when "Attache file" and
19144         "Insert file".
19145         * Force set G_BROKEN_FILENAMES environment variable.
19146         * Other minor fixes.
19147
19148 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19149
19150         * Modified to treat MH folder's name as locale encoding.
19151
19152 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19153
19154         * The bug which clash on switching candidates of auto completion of
19155         addresses, cannot use auto completion in Japanesse is fixed
19156         (Thanks! Tokunaga-san)¡¥
19157
19158 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19159
19160         * The bug which cannot switch key accelerator preference has been fixed
19161         (Thanks! smbd-san)¡¥
19162
19163 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19164
19165         * version 0.8.11-gtk2-20030314
19166
19167 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19168
19169         * The bug in which character set conversion of filtering messages has
19170         been fixed.(Thanks! COCOA-san).
19171
19172 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19173
19174         * Revived "Leave space on head" preference in "Message" category.
19175         * A bug which clash when put the cursor to end of buffer and execute
19176         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19177
19178 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19179
19180         * version 0.8.11-gtk2-20030312
19181
19182 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19183
19184         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19185         * Modified to use Pango's API directly for font preference.
19186         * Integrated GtkTextView of textview to one widget.
19187         * Set fonts of header title in textview by "header_title" tag.
19188         * Removed some deprecated codes.
19189
19190 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19191
19192         * Updated to 0.8.11.
19193         * Merged cygwin patch(Thanks! Sakai-san).
19194
19195 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19196
19197         * version 0.8.10-gtk2-20030309