db112bf92cad998ce38a38086945405e46e80839
[claws.git] / ChangeLog
1 2006-10-17 [colin]      2.5.5cvs10
2
3         * src/plugins/pgpcore/pgp_viewer.c
4                 Fix return status
5
6 2006-10-17 [colin]      2.5.5cvs9
7
8         * src/quote_fmt.c
9                 Fix a typo (thanks to Fabien)
10
11 2006-10-16 [colin]      2.5.5cvs8
12
13         * src/textview.c
14                 Fix problem with quote-folding when emails
15                 don't convert cleanly to UTF-8
16
17 2006-10-14 [colin]      2.5.5cvs7
18
19         * src/prefs_template.c
20                 Reset fields when reopening
21                 the window
22
23 2006-10-13 [paul]       2.5.5cvs6
24
25         * manual/advanced.xml
26         * src/prefs_message.c
27                 make 'respect_flowed_format' a hidden
28                 option, and add a manual entry for it
29                 Thanks to Colin
30
31 2006-10-12 [colin]      2.5.5cvs5
32
33         * src/codeconv.c
34                 Revert part of 2.5.2cvs21:
35                 Don't optimise by reusing the 
36                 last iconv converter if possible:
37                 it seems slightly broken in a 
38                 very hard way to reproduce
39
40 2006-10-12 [colin]      2.5.5cvs4
41
42         * src/prefs_common.c
43         * src/prefs_common.h
44         * src/prefs_message.c
45         * src/procmime.c
46                 Fix bug 1035, 'Incorrect handling 
47                 of flowed lines'. We now optionnaly
48                 handle this format (preference is in
49                 Message View/Text options section)
50
51 2006-10-12 [colin]      2.5.5cvs3
52
53         * po/POTFILES.in
54                 Add new file
55         * src/plugins/pgpcore/pgp_viewer.c
56         * src/plugins/pgpcore/sgpgme.c
57                 Don't try to import without asking
58
59 2006-10-12 [colin]      2.5.5cvs2
60
61         * src/compose.c
62                 Fix bug 1036, 'Forwarding a mutlipart
63                 mail with a "text/html" block to ms
64                 outlook users leeds to freeze of
65                 outlook'. Poor outlook users...
66
67 2006-10-12 [paul]       2.5.5cvs1
68
69         * NEWS
70         * README
71         * configure.ac
72                 Update version number following
73                 stable release
74
75 2006-10-11 [paul]       2.5.4cvs1
76
77         * NEWS
78         * README
79         * configure.ac
80                 Update version number following
81                 stable release
82
83 2006-10-11 [paul]       2.5.3cvs32
84
85         * src/textview.c
86                 fix bug 1032, 'Segmentation fault when showing
87                 message' (bug in quote folding)
88                 Thanks to Colin
89
90 2006-10-10 [colin]      2.5.3cvs31
91
92         * src/quote_fmt.c
93                 Rephrase english a bit
94
95 2006-10-10 [colin]      2.5.3cvs30
96
97         * src/prefs_compose_writing.c
98                 Stop making the page larger than the window
99
100 2006-10-10 [wwp]        2.5.3cvs29
101
102         * src/compose.c
103         * src/prefs_template.c
104         * src/quote_fmt.c
105         * src/quote_fmt.h
106         * src/quote_fmt_lex.l
107         * src/quote_fmt_parse.y
108                 Extend the quote parser a bit: allow to get access to
109                 basic (composing) account info.
110
111 2006-10-10 [colin]      2.5.3cvs28
112
113         * src/procheader.c
114                 Fix this \t problem in subject
115
116 2006-10-09 [colin]      2.5.3cvs27
117
118         * src/main.c
119         * src/prefs_gtk.c
120                 Prepare cache a bit later
121                 If section already exists, skip the new one 
122                 (as previously); avoid writing the same block
123                 twice - if we find a second block with the 
124                 same id, skip it.
125         * src/plugins/pgpcore/pgp_viewer.c
126                 Set cursor to busy when retrieving a key
127         * src/plugins/pgpcore/sgpgme.c
128                 allow 5 seconds for gpg to export the key
129                 
130
131 2006-10-09 [colin]      2.5.3cvs26
132
133         * configure.ac
134         * src/msgcache.c
135         * src/prefs_gtk.c
136                 Check for existence of fgets_unlocked
137                 and fwrite_unlocked
138
139 2006-10-09 [paul]       2.5.3cvs25
140
141         * src/prefs_summaries.c
142                 replace strftime() with fast_strftime() and in
143                 the consequence fix the bug in the display of
144                 AM/PM in the 'Example' string
145
146 2006-10-09 [ticho]      2.5.3cvs24
147
148         * po/sk.po
149                 Updated (and fixed up somewhat) Slovak translation.
150
151 2006-10-08 [colin]      2.5.3cvs23
152
153         * src/prefs_folder_item.c
154                 Explain why prefs in the top-level folder
155                 aren't retained, but are still useful
156
157 2006-10-08 [colin]      2.5.3cvs22
158
159         * src/prefs_gtk.c
160                 Don't cache anything if caching fails
161
162 2006-10-08 [colin]      2.5.3cvs21
163
164         * src/common/utils.c
165                 always include gi18n.h
166
167 2006-10-07 [colin]      2.5.3cvs20
168
169         * src/plugins/pgpcore/pgp_viewer.c
170                 Kill gpg after 5 seconds wait
171
172 2006-10-07 [colin]      2.5.3cvs19
173
174         * src/plugins/pgpcore/pgp_viewer.c
175         * src/plugins/pgpcore/pgp_viewer.h
176                 Fix copyright
177
178 2006-10-07 [colin]      2.5.3cvs18
179
180         * src/plugins/pgpcore/pgp_viewer.c
181         * src/plugins/pgpcore/pgp_viewer.h
182                 Actually add the files to CVS
183
184 2006-10-07 [colin]      2.5.3cvs17
185
186         * src/plugins/pgpcore/sgpgme.c
187                 Be sure not to crash on 'application/pgp-signature' that
188                 are not application/pgp-signatures
189
190 2006-10-07 [colin]      2.5.3cvs16
191
192         * src/textview.c
193         * src/textview.h
194                 Make a bit more of the API available
195         * src/plugins/pgpcore/Makefile.am
196         * src/plugins/pgpcore/plugin.c
197         * src/plugins/pgpcore/sgpgme.c
198                 Add basic key import/export
199
200 2006-10-07 [colin]      2.5.3cvs15
201
202         * src/folderview.c
203         * src/imap.c
204         * src/prefs_account.c
205         * src/wizard.c
206                 Warn users *everywhere* if libetpan's not
207                 linked in
208
209 2006-10-06 [mones]      2.5.3cvs14
210
211         * po/de.po
212         * po/es.po
213                 updated by Stephan Sachse and me
214
215 2006-10-06 [colin]      2.5.3cvs13
216
217         * src/main.c
218         * src/common/sylpheed.c
219                 Don't load common plugins if --exit is passed
220         * src/prefs_gtk.c
221         * src/prefs_gtk.h
222                 Implement a cache to avoid reading the same
223                 files over and over again at startup
224
225 2006-10-06 [colin]      2.5.3cvs12
226
227         * src/summaryview.c
228         * src/gtk/quicksearch.c
229                 Update display every 5k mails on fast searches
230
231 2006-10-06 [colin]      2.5.3cvs11
232
233         * src/textview.c
234                 Don't do quote folding on HTML or ERTF.
235                 May fix the Cygwin issues if they were
236                 happening with HTML mails?
237
238 2006-10-05 [colin]      2.5.3cvs10
239
240         * src/prefs_gtk.c
241                 Oops, forgot one
242
243 2006-10-05 [colin]      2.5.3cvs9
244
245         * src/prefs_gtk.c
246                 Use unlocked_stdio here too
247
248 2006-10-05 [colin]      2.5.3cvs8
249
250         * src/folderview.c
251                 Fix go to next * after preferences apply
252         * src/msgcache.c
253                 Do the fd lock/unlock ourselves instead of
254                 letting the libc do it at each write 
255
256 2006-10-05 [colin]      2.5.3cvs7
257
258         * src/common/utils.c
259                 Faster division, thanks to Jean Diraison
260
261 2006-10-05 [paul]       2.5.3cvs6
262
263         * src/common/utils.c
264                 fix building with --disable-nls
265
266 2006-10-04 [colin]      2.5.3cvs5
267
268         * src/folder.c
269                 Maybe fix a segfault
270
271 2006-10-04 [wwp]        2.5.3cvs4
272
273         * src/prefs_folder_item.c
274                 Fine-tune layouts in folder item prefs. Suggested by
275                 Fabien Vantard <fzzzzz@gmail.com>.
276
277 2006-10-04 [wwp]        2.5.3cvs3
278
279         * src/prefs_folder_item.c
280                 Kill the clandestine passengers. You didn't see anything.
281
282 2006-10-04 [wwp]        2.5.3cvs2
283
284         * src/prefs_folder_item.c
285                 Add a way to test the subject simplify regexp in
286                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
287                 w/ few layout changes.
288
289 2006-20-04 [paul]       2.5.3cvs1
290
291         * NEWS
292         * README
293         * configure.ac
294                 Update version number following
295                 stable release
296
297 2006-10-04 [colin]      2.5.2cvs42
298
299         * src/folder.c
300         * src/folder.h
301         * src/summaryview.c
302                 Provide a way for folder classes to set their sort
303                 type and key
304
305 2006-10-03 [colin]      2.5.2cvs41
306
307         * src/mh.c
308                 Don't use strlen() to know if the
309                 string's empty
310
311 2006-10-03 [colin]      2.5.2cvs40
312
313         * src/mh.c
314                 Fix "check for new folders" with accentued folders
315
316 2006-10-03 [ticho]      2.5.2cvs39
317
318         * src/filtering.c
319         * src/folder.c
320         * src/inc.c
321         * src/mbox.c
322                 Colin's fix for "copy" filtering rules.
323
324 2006-10-02 [colin]      2.5.2cvs38
325
326         * src/folderview.c
327                 Fix for double-click too
328
329 2006-10-02 [colin]      2.5.2cvs37
330
331         * src/folderview.c
332                 correct fix for cvs36
333
334 2006-10-02 [colin]      2.5.2cvs36
335
336         * src/folderview.c
337                 Fix 'goto next unread' after collapsing/expanding 
338                 a node.
339
340 2006-10-02 [colin]      2.5.2cvs35
341
342         * src/summaryview.c
343                 Fix double freeze/thaw
344         * src/common/utils.c
345         * src/common/utils.h
346                 Reimplement strftime
347         * src/procheader.c
348                 Use it
349
350
351 2006-10-02 [colin]      2.5.2cvs34
352
353         * src/mh.c
354                 Time mh_write_sequences() - it's fast
355         * src/summaryview.c
356                 Init a variable to shut up gcc
357
358 2006-10-01 [colin]      2.5.2cvs33
359
360         * src/folder.c
361         * src/mh.c
362         * src/mh.h
363         * src/msgcache.c
364                 Add helper mh_set_mtime(), and set mtime to stat()'s result
365                 Add fsync but disable it, it's slow as hell
366
367 2006-10-01 [colin]      2.5.2cvs32
368
369         * src/mh.c
370         * src/msgcache.c
371                 fflush() caches and mh_sequences before
372                 fclose()ing
373
374 2006-10-01 [colin]      2.5.2cvs31
375
376         * src/msgcache.c
377                 Don't ftruncate when not using mmap
378
379 2006-09-30 [colin]      2.5.2cvs30
380
381         * src/main.c
382                 Write folder list *after* saving caches
383
384 2006-09-30 [colin]      2.5.2cvs29
385
386         * src/folder.c
387         * src/mh.c
388                 Debug forced mtime changes
389
390 2006-09-30 [colin]      2.5.2cvs28
391
392         * src/folder.c
393         * src/main.c
394                 Remove useless debug_print()s (code
395                 well-tested)
396
397 2006-09-30 [colin]      2.5.2cvs27
398
399         * src/mh.c
400                 Do stuff faster when writing mh_sequences
401
402 2006-09-30 [colin]      2.5.2cvs26
403
404         * src/mh.c
405                 Don't let the writing of .mh_sequences, which
406                 can change the folder's mtime, let us think
407                 we need to scan.
408
409 2006-09-30 [colin]      2.5.2cvs25
410
411         * src/folder.c
412                 Move a debug_print where it belongs 
413                 (processing)
414         * src/summaryview.c
415                 Don't mess with a huge slow subject
416                 table if we're not threading by
417                 subject
418
419 2006-09-30 [colin]      2.5.2cvs24
420
421         * src/msgcache.c
422                 Reenable mmaped reads (*not* writes!)
423         * src/procmsg.c
424                 Don't destroy and recreate hashtables just
425                 for fun
426         * src/common/utils.c
427                 Remove useless reply prefixes (it's case
428                 unsensitive)
429
430 2006-09-30 [wwp]        2.5.2cvs23
431
432         * tools/fix_date.sh
433                 Fixed a minor bug in date value extraction, added a switch
434                 to replace non RFC-compliant Date: value, added a switch
435                 to use strict RFC matching patterns for dates.
436
437 2006-09-29 [colin]      2.5.2cvs22
438
439         * src/matcher_parser.h
440         * src/matcher_parser_parse.y
441         * src/prefs_filtering.c
442         * src/statusbar.c
443         * src/summary_search.c
444         * src/summaryview.c
445         * src/gtk/quicksearch.c
446         * src/gtk/quicksearch.h
447                 Optimise searches by setting different
448                 refresh intervals (depending if the 
449                 search is fast or not)
450
451 2006-09-29 [colin]      2.5.2cvs21
452
453         * src/codeconv.c
454                 Optimise by reusing the last iconv converter
455                 if possible
456         * src/textview.c
457                 Optimise a bit (the foldable quotes feature
458                 still has an awful O(n^2) algo
459
460 2006-09-29 [colin]      2.5.2cvs20
461
462         * src/gtk/gtksctree.c
463         * src/gtk/gtksctree.h
464                 Optimise de-selection via up/down or
465                 another key
466
467 2006-09-28 [colin]      2.5.2cvs19
468
469         * src/action.c
470         * src/compose.c
471         * src/folderview.c
472         * src/mainwindow.c
473         * src/messageview.c
474         * src/summary_search.c
475         * src/toolbar.c
476                 Avoid using summaryview->ctree directly
477
478 2006-09-28 [colin]      2.5.2cvs18
479
480         * src/summaryview.c
481         * src/summaryview.h
482                 Add helpers to freeze/thaw/grab_focus
483                 Factorize calls to freeze/thaw/grab_focus
484                 
485
486 2006-09-28 [colin]      2.5.2cvs17
487
488         * src/main.c
489                 More guards for the session management
490
491 2006-09-28 [colin]      2.5.2cvs16
492
493         * src/folderview.c
494         * src/gtk/gtksctree.c
495         * src/gtk/gtksctree.h
496                 Make expanding not recursive in folderview
497
498 2006-09-28 [colin]      2.5.2cvs15
499
500         * src/addressbook.c
501                 If nothing is selected in the list (right part)
502                 and a group is selected in the tree (left part),
503                 mail this group.
504
505 2006-09-28 [colin]      2.5.2cvs14
506
507         * src/Makefile.am
508                 Actually use SM_LIBS
509
510 2006-09-28 [ticho]      2.5.2cvs13
511
512         * src/export.c
513         * src/messageview.c
514         * src/mimeview.c
515         * src/news.c
516         * src/pop.c
517         * src/prefs_themes.c
518         * src/procmsg.c
519                 Small i18n string optimization.
520         * src/send_message.c
521         * src/summaryview.c
522         * src/common/session.c
523         * src/common/smtp.c
524         * src/common/ssl_certificate.c
525         * src/common/utils.c
526                 Use "Couldn't" instead of "Can't" in UI messages,
527                 where appropriate.
528
529 2006-09-28 [colin]      2.5.2cvs12
530
531         * configure.ac
532                 Possibly fix link errors
533
534 2006-09-27 [wwp]        2.5.2cvs11
535
536         * src/gtk/authors.h
537         * doc/man/sylpheed-claws.1
538         * manual/ack.xml
539         * manual/es/ack.xml
540         * manual/fr/ack.xml
541         * manual/pl/ack.xml
542                 Updated authors info (me, myself and I).
543
544 2006-09-27 [colin]      2.5.2cvs10
545
546         * src/addressbook.c
547                 Remove useless printf
548
549 2006-09-27 [wwp]        2.5.2cvs9
550
551         * src/editgroup.c
552         * src/send_message.c
553         * src/inc.c
554         * src/prefs_common.c
555         * src/prefs_common.h
556         * src/gtk/progressdialog.c
557                 remember more windows' sizes (send dialog, received dialog,
558                 edit group in addressbook).
559
560 2006-09-27 [colin]      2.5.2cvs8
561
562         * configure.ac
563         * src/main.c
564         * src/mainwindow.h
565                 Use libSM to communicate with the session
566                 manager, so that we can know when the 
567                 session ends, save our caches, and draft
568                 our compose windows.
569
570 2006-09-27 [colin]      2.5.2cvs7
571
572         * src/addressbook.c
573                 Fix issues:
574                 o Allow Book and Group creation from the tree's
575                   contextual menu
576                 o Do not actually delete the contacts when 
577                   deleting groups from the tree (duh!)
578
579 2006-09-27 [colin]      2.5.2cvs6
580
581         * src/compose.c
582         * src/compose.h
583         * src/mainwindow.c
584         * src/textview.c
585         * src/toolbar.c
586                 o Allow passing an email address to 
587                   compose_new_with_folderitem
588                 o Update callers
589                 o Use current folderitem when clicking
590                   on a TextView mailto: link
591                 o Fix a possible leak in TextView
592
593 2006-09-27 [colin]      2.5.2cvs5
594
595         * src/html.c
596                 Use UTF-8 chars to replace HTML entities
597
598 2006-09-27 [colin]      2.5.2cvs4
599
600         * AUTHORS
601         * src/prefs_account.c
602         * src/gtk/authors.h
603                 Fix bug #1024 (Array index out of
604                 range in sylpheed-claws-2.5.2)
605                 Patch by Ales Nosek <anosek@suse.cz>
606
607 2006-09-27 [colin]      2.5.2cvs3
608
609         * src/addr_compl.c
610                 Actually do the test
611
612 2006-09-27 [colin]      2.5.2cvs2
613
614         * src/addr_compl.c
615         * src/addr_compl.h
616                 Allow completing with comma (in certain cases: vCalendar
617                 for example doesn't support that)
618                 Patch by Fabien Vantard
619
620 2006-09-26 [colin]      2.5.2cvs1
621
622         * src/Makefile.am
623         * src/addr_compl.c
624         * src/addr_compl.h
625         * src/addrbook.c
626         * src/addrbook.h
627         * src/addressbook.c
628         * src/addrindex.c
629         * src/addrindex.h
630         * src/compose.c
631         * src/prefs_common.c
632         * src/prefs_filtering_action.c
633         * src/prefs_folder_item.c
634         * src/prefs_template.c
635         * src/stock_pixmap.c
636         * src/stock_pixmap.h
637         * src/pixmaps/addr_one.xpm
638         * src/pixmaps/addr_two.xpm
639                 Add auto-completion on groups
640
641 2006-09-26 [colin]      2.5.2
642
643         * NEWS
644         * README
645         * RELEASE_NOTES
646                 2.5.2 released
647
648 2006-09-26 [colin]      2.5.1cvs5
649
650         * src/matcher.c
651                 Fix condition
652
653 2006-09-26 [colin]      2.5.1cvs4
654
655         * src/mbox.c
656                 Revert cvs1 (useless as the message is printed 
657                 every 500 mails)
658
659 2006-09-26 [colin]      2.5.1cvs3
660
661         * src/partial_download.c
662                 Fix crasher found by Alexsandar Urosevic
663
664 2006-09-26 [colin]      2.5.1cvs2
665
666         * src/summaryview.c
667                 Fix bug #1023 (Sylpheed deletes too much messages)
668
669 2006-09-26 [ticho]      2.5.1cvs1
670
671         * src/mbox.c
672                 Make use of gettext's multiple plurals for statusbar
673                 progress message.
674
675 2006-09-25 [paul]       2.5.1
676
677         * NEWS
678         * README
679         * RELEASE_NOTES
680                 2.5.1 released
681
682 2006-09-25 [colin]      2.5.0cvs3
683
684         * src/plugins/bogofilter/bogofilter.c
685         * src/plugins/clamav/clamav_plugin.c
686         * src/plugins/spamassassin/spamassassin.c
687                 BogoFilter, Spamassassin: Fix double hook registering after
688                 visiting preferences
689                 Spamassassin, Clamav: Just set the mails to move instead of
690                 doing the move - caller will move the things at once.
691
692 2006-09-25 [colin]      2.5.0cvs2
693
694         * src/imap.c
695         * src/etpan/imap-thread.c
696                 Use UID SEARCH ALL instead of UID 1:*
697                 (braindead servers can't figure out that's
698                 the same...)
699
700 2006-09-25 [wwp]        2.5.0cvs1
701
702         * src/message_search.c
703                 Added the ability to stop a running search (in message body).
704
705 2006-09-25 [paul]       2.5.0
706
707         * NEWS
708         * README
709         * RELEASE_NOTES
710                 2.5.0 released
711
712 2006-09-25 [paul]       2.4.0cvs214
713
714         * po/cs.po
715         * po/de.po
716         * po/fi.po
717         * po/fr.po
718         * po/nl.po
719         * po/pt_BR.po
720         * po/sk.po
721         * po/sr.po
722         * po/zh_CN.po
723                 updated by Tim, Stephan Sachse, Flammie Pirinen,
724                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
725                 Ticho, Aleksander Urosevic, Ralgh Young
726
727 2006-09-24 [mones]      2.4.0cvs213
728
729         * po/es.po
730                 Updated for release
731
732 2006-09-23 [colin]      2.4.0cvs212
733
734         * src/gtk/inputdialog.c
735                 Fix [ ] remember this appearing in normal
736                 input dialogs after it's been used by
737                 mimeview.
738         * src/folder.c
739         * src/folderview.c
740         * src/msgcache.c
741         * src/procmsg.c
742         * src/summaryview.c
743         * src/textview.c
744         * src/common/timing.h
745                 Enable timings in debug mode and make it
746                 look prettier.
747
748 2006-09-22 [colin]      2.4.0cvs211
749
750         * README
751                 Revert test change
752         * commitHelper
753                 ping the correct URI
754
755 2006-09-22 [colin]      2.4.0cvs210
756
757         * README
758                 Let's see if bug #1022 is fixed
759
760 2006-09-21 [colin]      2.4.0cvs209
761
762         * src/wizard.c
763         * src/common/plugin.c
764                 Prepare infra to load predefined plugins when
765                 no configuration existed. Don't actually load
766                 anything yet (feat. freeze)
767
768 2006-09-21 [wwp]        2.4.0cvs208
769
770         * manual/fr/faq.xml
771                 Partial sync w/ 2.4.0cvs72:
772                 wrap file and minor updates.
773
774 2006-09-21 [wwp]        2.4.0cvs207
775
776         * tools/fix_date.sh
777                 several fixes and enhancements. A new --force switch has been
778                 added to prevent overriding by default Date: header when
779                 already existing.
780
781 2006-09-21 [paul]       2.4.0cvs206
782
783         * src/common/utils.c
784                 add Chinese UTF8 Re prefix
785
786 2006-09-21 [wwp]        2.4.0cvs205
787
788         * tools/Makefile.am
789                 Fics alfabettical order.
790
791 2006-09-21 [wwp]        2.4.0cvs204
792
793         * tools/fix_date.sh
794         * tools/Makefile.am
795                 Added an action tool to fix missing Date field in emails.
796                 Updated Makefile.am to reflect those last two additions.
797
798 2006-09-21 [wwp]        2.4.0cvs203
799
800         * tools/uuooffice
801                 Added a action tool to open uuencoded docs w/
802                 OpenOffice (based on uudec method).
803
804 2006-09-21 [colin]      2.4.0cvs202
805
806         * src/compose.c
807         * src/textview.c
808                 Workaround possible GTK crash: remove selection 
809                 clipboard before destroying widget, or GTK+-2.10
810                 dies. Thanks to Hiro.
811
812 2006-09-20 [colin]      2.4.0cvs201
813
814         * src/compose.c
815                 Fix free-after-use in some cases (when 
816                 procmime_encode_content() frees mimeinfo->data.mem
817                 and turns it to a temp file)
818
819 2006-09-20 [colin]      2.4.0cvs200
820
821         * src/folderview.c
822         * src/summaryview.c
823         * src/gtk/gtksctree.c
824         * src/gtk/gtksctree.h
825                 Add tooltips in the folderview and summaryview
826                 (Doesn't break string freeze as they already
827                 exist)
828         * src/toolbar.c
829                 Put the spam button in the default configuration
830                 if compiled with bogo plugin too
831
832 2006-09-19 [colin]      2.4.0cvs199
833
834         * src/summaryview.c
835         * src/summaryview.h
836                 Update folder name label on folder rename
837         * src/prefs_matcher.c
838         * src/gtk/logwindow.h
839                 Fix warnings
840                 Patches by Fabien
841
842 2006-09-19 [wwp]        2.4.0cvs198
843
844         * src/summary_search.c
845                 fix can't click forward/backward buttons in the
846                 search messages.
847
848 2006-09-18 [paul]       2.4.0cvs197
849
850         * src/wizard.c
851                 add missing bracket, capitalise the A of
852                 'SpamAssassin'
853
854 2006-09-18 [paul]       2.4.0cvs196
855
856         * src/compose.c
857                 fix bug 1012 'crashed upon sending mail
858                 from compose window'
859                 Thanks to Colin
860
861 2006-09-16 [colin]      2.4.0cvs195
862
863         * src/folderview.c
864                 Fix "real-time" sorting by freezing/thawing
865
866 2006-09-16 [colin]      2.4.0cvs194
867
868         * manual/faq.xml
869                 Fix the anti-spam entry a bit
870
871 2006-09-16 [colin]      2.4.0cvs193
872
873         * src/wizard.c
874                 Make sure reviewers have no excuse when stating
875                 Sylpheed-Claws doesn't have antispam capabilities.
876
877 2006-09-16 [colin]      2.4.0cvs192
878
879         * src/main.c
880                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
881                 as if the SIGPIPE comes from etpan's thread we could
882                 trigger a GUI update from this thread.
883
884 2006-09-16 [colin]      2.4.0cvs191
885
886         * src/summaryview.c
887                 Init all members of the struct
888
889 2006-09-16 [paul]       2.4.0cvs190
890
891         * src/account.c
892                 improvements to the English
893
894 2006-09-15 [colin]      2.4.0cvs189
895
896         * src/summaryview.c
897                 HIG order on dialog
898
899 2006-09-14 [colin]      2.4.0cvs188
900
901         * src/common/socket.c
902         * src/common/socket.h
903         * src/common/ssl.c
904         * src/common/ssl_certificate.c
905         * src/common/ssl_certificate.h
906         * src/etpan/imap-thread.c
907                 the get_fqdn() call done to get canonical name when
908                 checking an SSL certificate is blocking, which is
909                 sad as we just did a non-blocking lookup to connect.
910                 Fix that by letting the fqdn available to the SockInfo,
911                 and use that in ssl_certificate_check(). For IMAP,
912                 we don't do it as the lookup's done by libetpan, but
913                 it's less annoying as IMAP connections as much more
914                 rare than POP3 connections.
915
916 2006-09-14 [paul]       2.4.0cvs187
917
918         * manual/advanced.xml
919                 improvements to the English,
920                 properly place the new hidden options
921                 within the alphabetical order
922         * src/gtk/pluginwindow.c
923                 improvements to the English
924
925 2006-09-14 [colin]      2.4.0cvs186
926
927         * src/prefs_common.c
928         * src/prefs_common.h
929         * src/gtk/gtksctree.c
930         * manual/advanced.xml
931                 New hidden pref, stripes_color_offset, to change
932                 the value added/substracted to normal bgcolor to
933                 create the stripes in summaries
934
935 2006-09-13 [colin]      2.4.0cvs185
936
937         * src/gedit-print.c
938         * src/messageview.c
939         * src/messageview.h
940         * src/summaryview.c
941         * src/textview.c
942                 Fix misc. printing issues: 
943                 - Bad font for linkified headers
944                 - Different font if the mail was displayed or not
945                 - Factorize the thing
946
947 2006-09-13 [colin]      2.4.0cvs184
948
949         * src/common/ssl_certificate.c
950                 Only get FQDN once when checking certificate
951
952 2006-09-13 [colin]      2.4.0cvs183
953
954         * src/account.c
955         * src/gtk/pluginwindow.c
956                 Misc. GUI fixes by Fabien
957
958 2006-09-13 [wwp]        2.4.0cvs182
959
960         * configure.ac
961         * src/common/utils.h
962         * src/common/utils.c
963                 get rid of unused wide-char functions.
964
965 2006-09-13 [wwp]        2.4.0cvs181
966
967         * src/plugins/pgpinline/sylpheed.def
968         * src/textview.c
969                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
970                 add privacy_reset_error to the .def file,
971                 do not fork for an external textviewer.
972
973 2006-09-13 [wwp]        2.4.0cvs180
974
975         * src/prefs_common.c
976                 fix broken font entry in prefs (patch issued by the gpg4win team,
977                 probably by Marcus Brinkmann <marcus@g10code.de>).
978
979 2006-09-13 [colin]      2.4.0cvs179
980
981         * src/folder.h
982                 Fix a warning in summaryview.c
983         * src/mainwindow.c
984         * src/summaryview.c
985         * src/summaryview.h
986                 Add missing Mark/* elements in the
987                 main menu
988
989 2006-09-12 [colin]      2.4.0cvs178
990
991         * src/prefs_actions.c
992         * src/prefs_filtering_action.c
993         * src/prefs_matcher.c
994                 Use (New) instead of New everywhere
995
996 2006-09-12 [wwp]        2.4.0cvs177
997
998         * manual/fr/addrbook.xml
999         * manual/fr/handling.xml
1000                 updated some quotes in the fr manual to match the fr translation.
1001
1002 2006-09-12 [wwp]        2.4.0cvs176
1003
1004         * src/prefs_matcher.c
1005                 don't store translated string elements in matcher expressions.
1006                 Also fixed a misused of Q_().
1007
1008 2006-09-11 [wwp]        2.4.0cvs175
1009
1010         * src/plugins//bogofilter/bogofilter.c
1011         * src/plugins//clamav/clamav_plugin.c
1012         * src/plugins//demo/demo.c
1013         * src/plugins//dillo_viewer/dillo_viewer.c
1014         * src/plugins//pgpcore/plugin.c
1015         * src/plugins//pgpinline/plugin.c
1016         * src/plugins//pgpmime/plugin.c
1017         * src/plugins//spamassassin/spamassassin.c
1018                 gettext-ize more strings (mostly plugin error messages).
1019
1020 2006-09-11 [colin]      2.4.0cvs174
1021
1022         * src/alertpanel.c
1023                 Make maximum buffer size bigger to avoid
1024                 truncating translated messages. Patch by
1025                 Fabien
1026
1027 2006-09-11 [colin]      2.4.0cvs173
1028
1029         * src/etpan/imap-thread.c
1030                 Fix compilation on OpenBSD, thanks to 
1031                 Landry
1032
1033 2006-09-10 [wwp]        2.4.0cvs172
1034
1035         * manual/account.xml
1036         * manual/addrbook.xml
1037         * manual/handling.xml
1038         * manual/es/handling.xml
1039         * manual/fr/account.xml
1040         * manual/fr/addrbook.xml
1041         * manual/fr/handling.xml
1042                 documented addressbook matching (condition configuration):
1043                   addrbook.xml, en fr
1044                 documented per-account filtering rules (handling/filtering
1045                   section, account section):
1046                   account.xml, handling.xml, en fr
1047                 slightly updated the handling/searching section to tell few
1048                   words about the extended search ability:
1049                   handling.xml, en fr
1050                 added missing <quote></quotes> to Quick Search:
1051                   handling.xml, en fr es
1052                 fixed a typo (auomatically):
1053                   handling.xml, en
1054                 changes revisited by Paul.
1055
1056 2006-09-10 [paul]       2.4.0cvs171
1057
1058         * src/prefs_actions.c
1059         * src/prefs_filtering.c
1060         * src/prefs_template.c
1061                 adjustments to the gui
1062                 Patch by Fabien Vantard (slightly modified)
1063
1064 2006-09-10 [colin]      2.4.0cvs170
1065
1066         * src/summaryview.c
1067                 Check folderitem/summaryview consistency
1068                 (basically automates Update summary). Fixes
1069                 #1011 (wrong (negative) count on unread 
1070                 messages)
1071
1072 2006-09-10 [colin]      2.4.0cvs169
1073
1074         * src/gtk/gtksctree.c
1075                 Fix recursive expansion via mouse
1076         * src/plugins/bogofilter/bogofilter.c
1077                 Use normal filtering way of moving
1078                 messages (batching), possibly fixing
1079                 bug #1015 (Bogofilter plugin doubles 
1080                 new messages)
1081
1082 2006-09-09 [wwp]        2.4.0cvs168
1083
1084         * src/prefs_filtering.c
1085                 better place for this fix.
1086
1087 2006-09-09 [wwp]        2.4.0cvs167
1088
1089         * src/prefs_filtering.c
1090                 fix a minor bug when the enabled status of a filtering/processing
1091                 rule always got set to TRUE when replacing this rule. That still
1092                 make sense when adding a new rule, but now when replacing, we
1093                 don't override the value of 'enabled'.
1094                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1095                 to prefs_filtering_list_view_get_info() as this function not only
1096                 returns the name, but also the account_id and the enabled status.
1097
1098 2006-09-09 [mones]      2.4.0cvs166
1099
1100         * manual/glossary.xml
1101         * manual/plugins.xml
1102                 Minor format corrections
1103         * manual/gpl.xml
1104                 Fix misplaced NO WARRANTY section
1105         * manual/es/advanced.xml
1106         * manual/es/faq.xml
1107         * manual/es/glossary.xml
1108         * manual/es/gpl.xml
1109         * manual/es/handling.xml
1110         * manual/es/plugins.xml
1111         * manual/es/starting.xml
1112                 Incorporate changes from English version
1113         * manual/fr/ack.xml
1114         * manual/pl/ack.xml
1115         * manual/es/ack.xml
1116                 Fix address, (add translation credits in es version)
1117         * po/es.po
1118                 Updated translation
1119
1120 2006-09-09 [wwp]        2.4.0cvs165
1121
1122         * src/prefs_filtering.c
1123                 fix a crash when opening filtering prefs, if matcherrc file contains
1124                 broken data (non-existing account id, which is theoretically not
1125                 possible).
1126
1127 2006-09-08 [colin]      2.4.0cvs164
1128
1129         * src/folder.c
1130                 Wrong assert, make it an if()
1131         * src/gtk/gtksctree.c
1132                 Fix bug #1013 (expand selected thread 
1133                 tree) - expanding is now recursive
1134
1135 2006-09-07 [wwp]        2.4.0cvs163
1136
1137         * src/prefs_matcher.c
1138                 make better sentences about addressbook matching in the
1139                 matcher prefs. This should make translators' work easier
1140                 too.
1141
1142 2006-09-07 [wwp]        2.4.0cvs162
1143
1144         * src/prefs_filtering.c
1145                 code simplification (get rid of dup var. assignment).
1146
1147 2006-09-07 [wwp]        2.4.0cvs161
1148
1149         * src/summaryview.c
1150                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1151                 <fzzzzz@gmail.com>.
1152
1153 2006-09-07 [paul]       2.4.0cvs160
1154
1155         * src/mimeview.c
1156                 fix compilation warnings
1157                 Thanks to Colin
1158
1159 2006-09-07 [paul]       2.4.0cvs159
1160
1161         * src/mimeview.c
1162                 select the mimepart icon when
1163                 displaying as text
1164                 Thanks to Colin
1165
1166 2006-09-06 [paul]       2.4.0cvs158
1167
1168         * src/prefs_filtering.c
1169                 fix labels and table element spacing
1170                 Patch by Fabien Vantard
1171
1172 2006-09-06 [paul]
1173
1174         2.5.0-rc3 released
1175
1176 2006-09-06 [paul]       2.4.0cvs157
1177
1178         * manual/es/advanced.xml
1179                 fix typo
1180
1181 2006-09-06 [wwp]        2.4.0cvs156
1182
1183         * src/mainwindow.c
1184                 fix an dup launch issue when iconified, thanks to Colin.
1185
1186 2006-09-06 [wwp]        2.4.0cvs155
1187
1188         * src/gtk//gtksctree.h
1189                 oops, forgot that one!
1190
1191 2006-09-06 [wwp]        2.4.0cvs154
1192
1193         * manual/pl/advanced.xml
1194         * manual/advanced.xml
1195         * manual/es/advanced.xml
1196         * manual/fr/advanced.xml
1197         * src/prefs_customheader.c
1198         * src/prefs_filtering_action.c
1199         * src/foldersel.c
1200         * src/prefs_summaries.c
1201         * src/prefs_filtering.c
1202         * src/account.c
1203         * src/compose.c
1204         * src/prefs_summary_column.c
1205         * src/addr_compl.c
1206         * src/prefs_actions.c
1207         * src/prefs_folder_column.c
1208         * src/ssl_manager.c
1209         * src/prefs_template.c
1210         * src/prefs_display_header.c
1211         * src/prefs_common.h
1212         * src/prefs_matcher.c
1213         * src/prefs_common.c
1214         * src/prefs_toolbar.c
1215         * src/summaryview.c
1216         * src/folderview.c
1217         * src/gtk/gtksctree.c
1218         * src/gtk/pluginwindow.c
1219         * src/gtk/progressdialog.c
1220         * src/gtk/prefswindow.c
1221                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1222                 to make its meaning more obvious (all versions of the manual reflect
1223                 the change).
1224                 added an extra hidden option use_stripes_in_summary to allow
1225                 discarding these stripes in mainwindow's folder and message lists;
1226                 en and fr manuals only are OK towards this.
1227
1228 2006-09-06 [colin]      2.4.0cvs153
1229
1230         * src/textview.c
1231                 Hide Sylpheed-Claws' internal queue headers
1232                 when showing all headers. They'll be present
1233                 only in Source window.
1234
1235 2006-09-05 [colin]      2.4.0cvs152
1236
1237         * src/plugins/trayicon/trayicon.c
1238                 Fix crash at exit - we have to disconnect
1239                 our handlers
1240         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1241                 Update eggtrayicon - patch adapted from a
1242                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1243                 on Sylpheed's ML
1244
1245 2006-09-05 [colin]      2.4.0cvs151
1246
1247         * src/mainwindow.c
1248         * src/gtk/logwindow.c
1249                 Fix race condition when something writes
1250                 to the log too soon during init. Thanks
1251                 to Fabien Vantard
1252
1253 2006-09-05 [colin]      2.4.0cvs150
1254
1255         * src/mimeview.c
1256                 Don't select part on right-click either
1257
1258 2006-09-05 [paul]       2.4.0cvs149
1259
1260         * src/mimeview.c
1261                 completion of previous commit
1262                 Thanks to Colin
1263
1264 2006-09-05 [colin]      2.4.0cvs148
1265
1266         * src/mimeview.c
1267                 Don't force selection on middle-click, just open
1268
1269 2006-09-04 [colin]      2.4.0cvs147
1270
1271         * src/mimeview.c
1272                 Looks like gtk_notebook_set_current_page()
1273                 sometimes steals focus, and this annoys us
1274                 in MimeViewers as it renders navigation
1275                 keys useless. Take back focus after switching
1276                 pages.
1277
1278 2006-09-04 [colin]      2.4.0cvs146
1279
1280         * src/messageview.c
1281                 Set stop_loading when clicking on Next
1282                 during load. Don't add a callback to 
1283                 avoid over-complicating things.
1284
1285 2006-09-04 [colin]      2.4.0cvs145
1286
1287         * src/mimeview.c
1288         * src/messageview.c
1289                 Fix multiple loads in separate messageview
1290
1291 2006-09-04 [colin]      2.4.0cvs144
1292
1293         * src/summaryview.c
1294                 Let navigation keys be handled during 
1295                 load
1296
1297 2006-09-04 [colin]      2.4.0cvs143
1298
1299         * src/messageview.c
1300         * src/summaryview.c
1301         * src/textview.c
1302         * src/textview.h
1303                 Make loading of huge mails (lots of text and/or
1304                 images) cancellable, so the GUI doesn't block 
1305
1306 2006-09-04 [colin]      2.4.0cvs142
1307
1308         * src/plugins/trayicon/trayicon.c
1309                 Fix annoyance when removing a folder with 
1310                 unread mails: trayicon didn't update
1311
1312 2006-09-04 [paul]       2.4.0cvs141
1313
1314         * src/gtk/icon_legend.c
1315                 straighten up columns
1316                 Patch by Fabien Vantard
1317
1318 2006-09-04 [wwp]        2.4.0cvs140
1319
1320         * src/prefs_filtering.c
1321                 fix new line's account name in filtering prefs:
1322                 was "All", is now "(New)".
1323
1324 2006-09-04 [paul]       2.4.0cvs139
1325
1326         * tools/make.themes.project
1327                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1328                 instead of homebrewed "make release"
1329
1330 2006-09-03 [colin]      2.4.0cvs138
1331
1332         * src/folderview.c
1333                 Fix bug #1007 (Wrong folder highlighted)
1334
1335 2006-09-03 [colin]      2.4.0cvs137
1336
1337         * src/compose.c
1338                 Don't set Newsgroup: header to a mail folder
1339                 path
1340
1341 2006-09-03 [paul]       2.4.0cvs136
1342
1343         * src/prefs_other.c
1344         * src/prefs_spelling.c
1345                 unify the gui
1346
1347 2006-09-03 [paul]       2.4.0cvs135
1348
1349         * src/prefs_summaries.c
1350                 correct menu item text in prefs_keybind_apply_clicked()
1351
1352 2006-09-03 [paul]       2.4.0cvs134
1353
1354         * manual/advanced.xml
1355                 some improvements to the descriptions
1356         * src/mainwindow.c
1357         * src/messageview.c
1358         * src/summaryview.c
1359         * src/gtk/menu.c
1360                 fix menu sensitivity issues
1361         * src/prefs_message.c
1362                 drop the useless word 'short'
1363         * src/prefs_other.c
1364                 add the word 'lines' indicating log length
1365                 is a measure of lines
1366         * src/textview.c
1367                 fix compilation warnings
1368
1369 2006-09-02 [colin]      2.4.0cvs133
1370
1371         * src/messageview.c
1372                 Display a special return-receipt message
1373                 if the message is from the user
1374         * src/summaryview.c
1375                 Fix missing freeze of the list when marking
1376                 all read and unthreading for exec. Thanks
1377                 to Stephan Sachse.
1378
1379 2006-09-02 [paul]       2.4.0cvs132
1380
1381         * src/mainwindow.c
1382         * src/prefs_message.c
1383         * src/summaryview.c
1384                 fix some english
1385
1386 2006-09-02 [wwp]        2.4.0cvs131
1387
1388         * src/prefs_filtering.c
1389                 added an account name column to the filtering rules
1390                 dialog.
1391
1392 2006-09-02 [colin]      2.4.0cvs130
1393
1394         * src/gtk/logwindow.c
1395         * src/gtk/logwindow.h
1396                 Block scrolling if we're not at the end
1397                 of the log
1398
1399 2006-09-02 [colin]      2.4.0cvs129
1400
1401         * src/folder.c
1402                 Make sure account-specific rules can't
1403                 be used in {pre-,post-,}processing
1404         * src/mainwindow.c
1405         * src/gtk/logwindow.c
1406         * src/gtk/logwindow.h
1407                 Jump to last error when clicking on the
1408                 warning icon
1409
1410 2006-09-02 [colin]      2.4.0cvs128
1411
1412         * src/imap.c
1413         * src/import.c
1414         * src/mainwindow.c
1415         * src/mainwindow.h
1416                 Fix warning icon
1417         * src/inc.c
1418         * src/mbox.c
1419         * src/mbox.h
1420                 Let proc_mbox know its account, for
1421                 account-specific rules
1422
1423 2006-09-01 [colin]      2.4.0cvs127
1424
1425         * src/codeconv.c
1426                 Don't uselessly use iconv to convert from
1427                 us-ascii
1428         * src/alertpanel.c
1429         * src/mainwindow.c
1430         * src/mainwindow.h
1431         * src/inc.c
1432                 Fix certain log cases, disable warning icon
1433                 for now, the correct way to display it when
1434                 necessary and only when necessary is probably
1435                 to do it manually rather than use error logs
1436         * src/etpan/imap-thread.c
1437                 Clean up UID logging a bit
1438         * src/gtk/logwindow.c
1439         * src/gtk/logwindow.h
1440                 Make logging faster when the window's closed
1441
1442 2006-09-01 [wwp]        2.4.0cvs126
1443
1444         * manual/fr/account.xml
1445                 reflect changes to the ref. manual (parts of cvs72):
1446                 fix tabnames and quotes.
1447
1448 2006-09-01 [wwp]        2.4.0cvs125
1449
1450         * manual/fr/plugins.xml
1451                 reflect changes to the reference manual (cvs42):
1452                 update IRC channel info.
1453
1454 2006-09-01 [wwp]        2.4.0cvs124
1455
1456         * commitHelper
1457                 use CVSEDITOR env. var. if set, according to `man cvs`.
1458
1459 2006-09-01 [wwp]        2.4.0cvs123
1460
1461         * manual/advanced.xml
1462                 better sentence again (thanks to Paul).
1463
1464 2006-09-01 [wwp]        2.4.0cvs122
1465
1466         * manual/advanced.xml
1467         fix definition of toolbar_detachable and rework a bit the one of
1468         enable_dotted_lines.
1469
1470 2006-09-01 [mones]      2.4.0cvs121
1471
1472         * manual/advanced.xml
1473                 Document enable_dotted_lines
1474
1475 2006-09-01 [paul]       2.4.0cvs120
1476
1477         * src/folderview.c
1478         * src/folderview.h
1479         * src/imap.c
1480         * src/mainwindow.c
1481         * src/summaryview.c
1482                 obey the 'When entering folder...' option
1483                 when using the /View/Go to/... menu items
1484                 Thanks to Colin
1485
1486 2006-08-31 [colin]      2.4.0cvs119
1487
1488         * src/folderview.c
1489                 Revert 2.4.0cvs116, wrong fix.
1490
1491 2006-08-31 [colin]      2.4.0cvs118
1492
1493         * src/gtk/gtksctree.c
1494                 Better state the various copyrights
1495
1496 2006-08-31 [colin]      2.4.0cvs117
1497
1498         * src/prefs_common.c
1499                 fix enable_dotted_lines
1500
1501 2006-08-31 [colin]      2.4.0cvs116
1502
1503         * src/folderview.c
1504                 Use pref "Always open on select" when going
1505                 to next unread folder
1506         * src/gtk/gtksctree.c
1507                 Fix link failure to _gtk_clist_create_cell_layout
1508                 on certain computers. (Why not mine, I wonder)
1509
1510 2006-08-31 [colin]      2.4.0cvs115
1511
1512         * src/procmsg.c
1513         * src/textview.c
1514         * src/plugins/bogofilter/bogofilter.c
1515         * src/plugins/spamassassin/spamassassin.c
1516                 Requalify some "errors" to warnings
1517         * src/mainwindow.c
1518         * src/mainwindow.h
1519         * src/statusbar.c
1520                 Add an icon in the statusbar to notify
1521                 of errors
1522         * src/gtk/gtksctree.c
1523         * src/folderview.c
1524         * src/summaryview.c
1525                 Make the GtkSCTree look more modern by
1526                 alternating background lines
1527         * src/prefs_common.c
1528         * src/prefs_common.h
1529                 Add a pref to let people have the old
1530                 way if they prefer
1531
1532
1533 2006-08-30 [colin]      2.4.0cvs114
1534
1535         * src/procmsg.c
1536         * src/procmsg.h
1537                 Provide a way to filter a list of
1538                 messages in an optimised manner, and
1539                 add a list-filtering hook
1540         * src/folder.c
1541         * src/inc.c
1542         * src/mbox.c
1543                 Use the list filtering
1544         * src/plugins/bogofilter/bogofilter.c
1545                 Use the list-filtering hook
1546                 Use -b (bulk) mode for more speed
1547                 when learning and filtering
1548         * src/etpan/imap-thread.c
1549                 Make log output shorter in UID SEARCH
1550
1551
1552 2006-08-30 [colin]      2.4.0cvs113
1553
1554         * src/plugins/bogofilter/bogofilter.c
1555                 Really fast mass learning - thanks to David
1556                 Relson for the options explanations :)
1557
1558 2006-08-30 [colin]      2.4.0cvs112
1559
1560         * src/msgcache.c
1561                 Fix compilation on FreeBSD. Thanks
1562                 to Michael Hugues
1563
1564 2006-08-29 [colin]      2.4.0cvs111
1565
1566         * src/folderview.c
1567                 Handle "popup_menu" signal (for popping the 
1568                 menu via the keyboard)
1569         * src/mimeview.c
1570         * src/mimeview.h
1571         * src/summaryview.c
1572         * src/textview.c
1573         * src/gtk/gtkutils.c
1574         * src/gtk/gtkutils.h
1575                 Factorize scrolling code, and add an API 
1576                 for MimeViewers to handle scroll orders
1577
1578 2006-08-29 [wwp]        2.4.0cvs110
1579
1580         * src/plugins//bogofilter/bogofilter.c
1581         * src/plugins//spamassassin/spamassassin.c
1582                 make the bogofilter/spamassassin filtering error dialogs at
1583         incorporation obey to the "don't popup error dialog on
1584         receive error" option. If disabled, feed the log window w/
1585         the error message.
1586
1587 2006-08-29 [paul]
1588
1589         2.5.0-rc2 released
1590
1591 2006-08-29 [paul]       2.4.0cvs109
1592
1593         * Makefile.am
1594                 remove 'make release', it's not needed
1595                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1596
1597 2006-08-29 [paul]       2.4.0cvs108
1598
1599         * src/foldersel.c
1600         * src/summary_search.c
1601         * src/gtk/progressdialog.c
1602         * src/plugins/pgpcore/passphrase.c
1603                 replace deprecated gtk_window_set_policy()
1604
1605 2006-08-29 [colin]      2.4.0cvs107
1606
1607         * src/folder.c
1608                 Fix data loss when copy fails during a move:
1609                 only use fast remove_msgs if everything was
1610                 copied OK; else use slow remove_msg on the
1611                 mails that got copied only.
1612
1613 2006-08-28 [paul]       2.4.0cvs106
1614
1615         * src/mh.c
1616                 revert change in 2.4.0cvs104, it breaks
1617                 stuff
1618
1619 2006-08-28 [paul]       2.4.0cvs105
1620
1621         * src/plugins/spamassassin/spamassassin.c
1622                 english fix
1623
1624 2006-08-28 [paul]       2.4.0cvs104
1625
1626         * src/mh.c
1627                 fix data loss when moving to another
1628                 mailbox fails
1629         * src/prefs_spelling.c
1630                 improve the english
1631         * src/gtk/pluginwindow.c
1632                 improve the layout of the dialog text
1633         All thanks to Colin
1634
1635 2006-08-28 [paul]       2.4.0cvs103
1636
1637         * src/plugins/bogofilter/bogofilter.c
1638         * src/plugins/bogofilter/bogofilter_gtk.c
1639                 fix english up a bit, innit
1640
1641 2006-08-28 [paul]       2.4.0cvs102
1642
1643         * configure.ac
1644         * po/Makefile.in.in
1645         * po/Makevars
1646                 require autoconf 2.60, enabling building
1647                 with gettext 0.15 (gettext 0.14.x build still
1648                 possible). Replace Makefiles with versions
1649                 from gettext 0.15.
1650                 Remove configure options --with-localedir and
1651                 --with-mandir. The options that are provided
1652                 directly by autoconf 2.60 can be used instead:
1653                 --mandir --localedir
1654
1655 2006-08-27 [colin]      2.4.0cvs101
1656
1657         * src/plugins/bogofilter/Makefile.am
1658                 Fix make dist (no README)
1659
1660 2006-08-27 [colin]      2.4.0cvs100
1661
1662         * src/folder.c
1663                 Don't use F_UNKNOWN folders for any default
1664                 outbox/trash/etc
1665         * src/plugins/bogofilter/bogofilter.c
1666         * src/plugins/bogofilter/bogofilter.h
1667         * src/plugins/bogofilter/bogofilter_gtk.c
1668                 Add an option to specify the path to bogofilter
1669                 Use single-quotes to be able to learn in folders
1670                 with spaces in their names
1671                 Verify learning status
1672
1673 2006-08-27 [colin]      2.4.0cvs99
1674
1675         * manual/faq.xml
1676         * manual/plugins.xml
1677                 Document Bogofilter plugin
1678
1679 2006-08-27 [colin]      2.4.0cvs98
1680
1681         * src/compose.c
1682         * src/messageview.c
1683         * src/procmsg.c
1684         * src/procmsg.h
1685                 When possible, copy the queued mail to sent folder
1686                 instead of re-adding. Much faster on IMAP.
1687
1688 2006-08-27 [colin]      2.4.0cvs97
1689
1690         * src/msgcache.c
1691                 Disable mmaped caches - huge metadata loss
1692                 here after a power failure.
1693         * src/summaryview.c
1694                 Add quicksearch timing
1695         * src/common/plugin.c
1696         * src/common/plugin.h
1697                 Implement an interface to tell what plugins
1698                 provide. Prevent loading of similar plugins.
1699         * src/plugins/clamav/clamav_plugin.c
1700         * src/plugins/demo/demo.c
1701         * src/plugins/dillo_viewer/dillo_viewer.c
1702         * src/plugins/pgpcore/plugin.c
1703         * src/plugins/pgpinline/pgpinline.c
1704         * src/plugins/pgpmime/pgpmime.c
1705         * src/plugins/spamassassin/spamassassin.c
1706         * src/plugins/trayicon/trayicon.c
1707                 Implement plugin_provides()
1708
1709 2006-08-27 [colin]      2.4.0cvs96
1710
1711         * configure.ac
1712         * src/plugins/Makefile.am
1713         * src/plugins/bogofilter/.cvsignore
1714         * src/plugins/bogofilter/Makefile.am
1715         * src/plugins/bogofilter/bogofilter.c
1716         * src/plugins/bogofilter/bogofilter.h
1717         * src/plugins/bogofilter/bogofilter_gtk.c
1718                 New Bogofilter plugin, provides filtering and
1719                 learning. Spamassassin will go to extra plugins.
1720
1721 2006-08-26 [mones]      2.4.0cvs95
1722
1723         * manual/handling.xml
1724                 Fix subfolder path in the example (thanks to Paul) 
1725
1726 2006-08-26 [mones]      2.4.0cvs94
1727
1728         * manual/glossary.xml
1729                 2.2. + add ISP to the glossary
1730                 7.5. + Add UIDL to glossary
1731                 7.7. + Add TCP to glossary
1732         * manual/handling.xml
1733                 7.1. + Mentions GNU/Linux distribution, what about the non...
1734                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1735                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1736                 7.4. = Use appropriate quotation for commands
1737                 7.6. = change "" to <quote></quote>
1738         * manual/plugins.xml
1739                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1740         * manual/starting.xml
1741                 2.1. + local mbox file: some examples of mbox file locations...
1742                 Also reformatted files requiring it
1743
1744 2006-08-26 [wwp]        2.4.0cvs93
1745
1746         * src/summary_search.c
1747                 disable find buttons while summary search is running.
1748
1749 2006-08-25 [colin]      2.4.0cvs92
1750
1751         * src/folder.c
1752         * src/folderutils.c
1753         * src/mh.c
1754         * src/procmsg.h
1755         * src/summaryview.c
1756                 Speed up MH moving, and add progressbar
1757                 for MH deletion
1758         * src/msgcache.c
1759                 Write cache files using mmap() too
1760
1761 2006-08-25 [wwp]        2.4.0cvs91
1762
1763         * src/summaryview.c
1764                 switch spam<->ham button when a message has been marked as spam or ham
1765                 and is still selected. Thanks to Colin.
1766
1767 2006-08-25 [paul]       2.4.0cvs90
1768
1769         * src/Makefile.am
1770         * src/stock_pixmap.c
1771         * src/stock_pixmap.h
1772         * src/summaryview.c
1773         * src/gtk/icon_legend.c
1774         * src/pixmaps/copied.xpm
1775         * src/pixmaps/moved.xpm
1776                 add icons for delayed execution marked for
1777                 copying, marked for moving
1778
1779 2006-08-25 [mones]      2.4.0cvs89
1780
1781         * manual/glossary.xml
1782                 Fix the other glossary items:
1783                 5.1. = Inmmediate execution -> <quote>immediate execution...
1784                 5.2. = Fix MBOX capitalization -> Mbox
1785                 5.3. + Improve Plugins def. w/ tech. ref.
1786                 5.4. = Quotation -> replace '>' by <quote>></quote>
1787                 5.5. - SMTP Server. -> remove dot
1788         * po/es.po
1789                 Updated translation
1790
1791 2006-08-25 [mones]      2.4.0cvs88
1792
1793         * manual/ack.xml
1794                 Reformatted, changed email address
1795         * manual/glossary.xml
1796                 Reformatted, fixed MANUAL-TODO items:
1797                 8.2. + add ROT-13 to glossary
1798                 8.4. + add URL to glossary
1799         * manual/es/advanced.xml
1800                 Fixed <literal>s
1801
1802 2006-08-25 [paul]       2.4.0cvs87
1803
1804         * src/gtk/icon_legend.c
1805                 add 'marked for deletion' icon
1806                 arrange icons by containing column
1807                 wrap long label text
1808
1809 2006-08-25 [colin]      2.4.0cvs86
1810
1811         * src/common/utils.c
1812         * src/common/utils.h
1813                 Add the sc_g_*list_bigger functions in
1814                 a place everyone can use it
1815         * src/summaryview.c
1816                 Only freeze/thaw the list when working
1817                 on the selection, if it's bigger than 1
1818         * src/gtk/gtksctree.c
1819                 Only freeze/thaw the list when unselec-
1820                 ting 'all' if ('all' != 1)
1821                 This avoids some flickering
1822
1823 2006-08-24 [colin]      2.4.0cvs85
1824
1825         * src/addressbook.c
1826                 Fix strange list selection
1827                 Fix random seg (Invalid read of freed memory)
1828
1829 2006-08-24 [colin]      2.4.0cvs84
1830
1831         * src/alertpanel.c
1832         * src/gtk/inputdialog.c
1833         * src/plugins/pgpcore/passphrase.c
1834                 Revert minimal width patch of 2.4.0cvs67,
1835                 as it is also a maximal width. Use 
1836                 gtk_window_set_default_size instead.
1837
1838 2006-08-24 [colin]      2.4.0cvs83
1839
1840         * src/msgcache.c
1841                 Write cache/mark to temp files before
1842                 overwriting old ones (avoids metadata
1843                 loss if writing the new files fail).
1844                 Use mmap() to read cache/mark file, as
1845                 this makes cache reading faster. Dis-
1846                 abled for big-endian machines until it
1847                 can be tested. (Big-endian users: set
1848                 msgcache_use_mmap = TRUE in the relevant
1849                 #if).
1850         * src/procmsg.h
1851                 Move rarely used fields of MsgInfo in 
1852                 another structure, which will only be
1853                 allocated if needed. Face, X-Face,
1854                 Return receipt headers and List-*
1855                 headers are moved. Mails having none
1856                 of these occupy 52 bytes less with
1857                 this patch, which makes 2.5MB of RAM
1858                 saved on a 50k folder).
1859         * src/headerview.c
1860         * src/mainwindow.c
1861         * src/messageview.c
1862         * src/partial_download.c
1863         * src/procheader.c
1864         * src/procmsg.c
1865         * src/textview.c
1866                 Follow this structure change.
1867
1868 2006-08-24 [wwp]        2.4.0cvs82
1869
1870         * manual/es/.cvsignore
1871         * manual/es/dist/.cvsignore
1872         * manual/es/dist/html/.cvsignore
1873         * manual/es/dist/pdf/.cvsignore
1874         * manual/es/dist/ps/.cvsignore
1875         * manual/es/dist/txt/.cvsignore
1876                 more (generated) files to ignore.
1877
1878 2006-08-24 [colin]      2.4.0cvs81
1879
1880         * src/folder.c
1881         * src/mh.c
1882                 Fix possible problems with local delivery. Check the folder doesn't
1883                 need scan before setting its mtime when saving cache (which can be
1884                 done long after the folder's been modified by an external process);
1885                 Check that the stored item's mtime didn't change in mh functions.
1886
1887 2006-08-24 [mones]      2.4.0cvs80
1888
1889         * manual/advanced.xml
1890                 Rewrapping, some fixes and MANUAL-TODO items:
1891                 8.1. = change "" to <quote></quote>
1892                 8.3. = quote menu items
1893                 8.5. - deploying -> new user ... ideally a new user (redundant)
1894
1895 2006-08-23 [colin]      2.4.0cvs79
1896
1897         * src/gtk/gtksctree.c
1898                 When selecting or deselecting range, only
1899                 freeze/thaw when selection is bigger than 10
1900
1901 2006-08-23 [colin]      2.4.0cvs78
1902
1903         * src/messageview.c
1904         * src/mimeview.c
1905         * src/mimeview.h
1906         * src/plugins/dillo_viewer/dillo_viewer.c
1907                 Provide an API for MimeViewer plugins to
1908                 return a text selection for replying
1909
1910 2006-08-23 [colin]      2.4.0cvs77
1911
1912         * src/image_viewer.c
1913         * src/textview.c
1914                 Use gtk_pixbuf_new_from_file_at_scale(), which
1915                 is faster than getting the pixbuf then resizing
1916                 it.
1917
1918 2006-08-23 [colin]      2.4.0cvs76
1919
1920         * src/procmime.c
1921                 UTF-8 should be sent Quoted-printable
1922
1923 2006-08-22 [colin]      2.4.0cvs75
1924
1925         * src/mh.c
1926                 Check if scan is required before touching
1927                 the folder (or it'll be required every time)
1928
1929 2006-08-22 [colin]      2.4.0cvs74
1930
1931         * configure.ac
1932                 Require libetpan 0.46 (crasher fix when built
1933                 against gnutls)
1934
1935 2006-08-22 [colin]      2.4.0cvs73
1936
1937         * src/folder.c
1938                 Set folder's mtime after writing its
1939                 cache
1940         * src/folderview.c
1941                 Add some timing
1942         * src/procmsg.c
1943                 Don't do useless stuff if we don't 
1944                 thread by subject
1945         * src/summaryview.c
1946                 Add some timing, don't deselect prior
1947                 to selecting (gtksctree does it itself),
1948                 remove crash avoidance hacks as it's been
1949                 properly fixed since a while
1950         * src/common/utils.c
1951                 Optimize to_human_readable(): _() is slow,
1952                 do it only once, and avoid %f format for KB
1953                 (the most common in a summaryview)
1954         * src/gtk/gtksctree.c
1955                 Don't uselessly freeze/thaw (fixes flicker
1956                 on next unread and friends), reduce number
1957                 of g_list_nth/g_list_position where possible
1958         * src/gtk/gtkutils.c
1959         * src/gtk/gtkutils.h
1960                 Reduce number of g_list_nth/g_list_position
1961                 where possible.
1962                 All of this makes loading as 70k folder 2.1
1963                 seconds instead of 3.2 (with hot FS caches).
1964                 (1.3 seconds without Date and Size columns...)
1965
1966 2006-08-22 [paul]       2.4.0cvs72
1967
1968         wrap documents and do some items from mones' MANUAL-TODO:
1969
1970         * manual/account.xml
1971                 4.1. = fix tabname references to <quote>tabname</quote>
1972                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1973         * manual/faq.xml
1974                 1.1. = mentioned options don't match UI
1975                 Add information about the 'Never send Return Receipts'
1976                 option
1977         * manual/handling.xml
1978                 6.2. = Mentions Extended symbols button, but now is
1979                 named Information
1980                 6.3. = Mentions ... button, which is now Edit
1981
1982 2006-08-22 [colin]      2.4.0cvs71
1983
1984         * src/gtk/pluginwindow.c
1985                 Fix layout in verbose translations (such
1986                 as french)
1987
1988 2006-08-22 [paul]       2.4.0cvs70
1989
1990         * manual/Makefile.am
1991                 build manuals in alphabetical order
1992         * src/addressbook.c
1993         * src/prefs_themes.c
1994                 replace/remove deprecated symbols
1995         * src/gtk/gtkutils.c
1996                 fix a warning
1997         * src/gtk/pluginwindow.c
1998                 replace deprecated symbol
1999                 replace label text and move it
2000         * src/plugins/pgpcore/prefs_gpg.c
2001                 move the 'Generate...' button out of the
2002                 Sign Key frame, replace the English used
2003         * src/plugins/pgpcore/sgpgme.c
2004                 fixes to the English
2005
2006 2006-08-21 [colin]      2.4.0cvs69
2007
2008         * src/plugins/trayicon/trayicon.c
2009                 Add more strings for translation; patch
2010                 by Pawel
2011
2012 2006-08-21 [colin]      2.4.0cvs68
2013
2014         * src/compose.c
2015                 fix replied flag not set after drafting
2016         * src/matcher.c
2017                 fix body quicksearch in non-encoded bodies
2018                 containing '='
2019         * src/msgcache.c
2020                 Get rid of the g_malloc workaround for
2021                 corrupted caches, use g_try_malloc
2022
2023 2006-08-21 [colin]      2.4.0cvs67
2024
2025         * src/alertpanel.c
2026         * src/gtk/inputdialog.c
2027         * src/plugins/pgpcore/passphrase.c
2028                 Set minimal width to 375
2029         * src/mainwindow.c
2030                 Fix switching to offline, asking if it 
2031                 should be overriden for synchronising
2032         * src/mimeview.c
2033                 Don't offer to remember command on Open 
2034                 with for text parts, as the browser or 
2035                 text editor command isn't changed from 
2036                 there
2037
2038 2006-08-20 [paul]       2.4.0cvs66
2039
2040         * po/ko.po
2041         * po/zh_CN.po
2042                 fix plural form errors. revealed by stricter
2043                 checking of gettext 0.15
2044
2045 2006-08-18 [paul]       2.4.0cvs65
2046
2047         * src/stock_pixmap.c
2048                 fix the fix of 2.4.0cvs64
2049                 Thanks to Colin
2050
2051 2006-08-18 [paul]       2.4.0cvs64
2052
2053         * src/stock_pixmap.c
2054                 fix leaks
2055                 Thanks to Colin
2056
2057 2006-08-18 [paul]       2.4.0cvs63
2058
2059         * src/compose.c
2060         * src/procmsg.c
2061                 fix occasional IMAP bug where large msgs
2062                 were left in the queue folder after sending
2063                 Thanks to Colin
2064
2065 2006-08-18 [paul]       2.4.0cvs62
2066
2067         * src/folderview.c
2068                 freeze the summaryview while quicksearch results
2069                 are displayed
2070                 (fixes bug 456 'current message is hidden when the
2071                 view is refreshed and extended search is "unread 
2072                 messages"')
2073                 Thanks to Colin
2074         * src/textview.c
2075                 add missing #include "inputdialog.h"
2076         * src/common/utils.h
2077                 add missing mailcap_update_default() and improve
2078                 readability
2079
2080 2006-08-17 [colin]      2.4.0cvs61
2081
2082         * src/plugins/pgpcore/select-keys.c
2083                 Fix warnings :)
2084
2085 2006-08-17 [colin]      2.4.0cvs60
2086
2087         * src/compose.c
2088                 Don't continue queuing if Cancel is clicked
2089                 in select-keys
2090
2091 2006-08-17 [colin]      2.4.0cvs59
2092
2093         * src/plugins/pgpcore/select-keys.c
2094                 When encrypting, if only one key matches and it 
2095                 matches exactly, automatically use it.
2096
2097 2006-08-17 [colin]      2.4.0cvs58
2098
2099         * src/mimeview.c
2100         * src/prefs_common.c
2101         * src/prefs_common.h
2102         * src/prefs_ext_prog.c
2103         * src/textview.c
2104                 Fix issues with previous patch (text/html)
2105                 Remove outdated prefs
2106
2107 2006-08-17 [colin]      2.4.0cvs57
2108
2109         * src/imap.c
2110                 Add View Log button on auth error
2111         * src/procmsg.c
2112                 Fix encrypted mail marked as new when
2113                 saved in normal folders
2114         * src/plugins/pgpinline/pgpinline.c
2115                 Fix encrypt bug on IMAP
2116         * src/mimeview.c
2117         * src/common/utils.c
2118         * src/common/utils.h
2119         * src/gtk/inputdialog.c
2120         * src/gtk/inputdialog.h
2121                 Get rid of metamail stuff, simplify
2122                 opening, and allow remembering of user's
2123                 choices (by updating ~/.mailcap). There's
2124                 still to drop "Audio player" and "Image
2125                 viewer" preferences.
2126
2127 2006-08-17 [mones]      2.4.0cvs56
2128
2129         * manual/es/sylpheed-claws-manual.xml
2130                 fix DTD path
2131
2132 2006-08-17 [mones]      2.4.0cvs55
2133
2134         * configure.ac
2135         * manual/Makefile.am
2136         * manual/es/Makefile.am
2137         * manual/es/account.xml
2138         * manual/es/ack.xml
2139         * manual/es/addrbook.xml
2140         * manual/es/advanced.xml
2141         * manual/es/faq.xml
2142         * manual/es/glossary.xml
2143         * manual/es/gpl.xml
2144         * manual/es/handling.xml
2145         * manual/es/intro.xml
2146         * manual/es/keyboard.xml
2147         * manual/es/plugins.xml
2148         * manual/es/starting.xml
2149         * manual/es/sylpheed-claws-manual.xml
2150         * manual/es/dist/Makefile.am
2151         * manual/es/dist/html/Makefile.am
2152         * manual/es/dist/pdf/Makefile.am
2153         * manual/es/dist/ps/Makefile.am
2154         * manual/es/dist/txt/Makefile.am
2155                 Spanish translation for the manual
2156
2157 2006-08-16 [colin]      2.4.0cvs54
2158
2159         * src/compose.c
2160         * src/main.c
2161         * src/mainwindow.c
2162                 Fix send button sensitivity at startup
2163                 Set send menu sensitivity (patch by Fabien)
2164         * src/ssl_manager.c
2165                 Enable closing with esc (patch by Fabien)
2166         * src/gtk/foldersort.c
2167                 Enable closing with esc (patch by Fabien)
2168         * src/procmime.c
2169                 Optimisation (no need to copy to tempfile to
2170                 "decode" 7bit and 8bit)
2171         * src/summaryview.c
2172                 Fix cruft in swap_from case
2173         * src/textview.c
2174                 Fix missing last line in some mail cases 
2175                 (Fixes debian #381872)
2176         * src/plugins/pgpcore/prefs_gpg.c
2177         * src/plugins/pgpcore/sgpgme.c
2178         * src/plugins/pgpcore/sgpgme.h
2179                 Don't show "no key found" when user explicitely
2180                 wants to create a key
2181
2182 2006-08-16 [paul]       2.4.0cvs53
2183
2184         * configure.ac
2185         * src/account.c
2186         * src/addressbook.c
2187         * src/headerview.c
2188         * src/prefs_account.c
2189         * src/prefs_message.c
2190         * src/gtk/gtkutils.c
2191                 bump up minimum required versions of GTK+ and
2192                 GLIB to 2.6.0
2193
2194 2006-08-16 [paul]       2.4.0cvs52
2195
2196         * src/toolbar.c
2197                 workaround GTK+ Bug 351600 - 'Can't re-click
2198                 on button after sensitivity update'
2199                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2200                 Thanks to Colin
2201
2202 2006-08-15 [colin]      2.4.0cvs51
2203
2204         * src/plugins/pgpcore/prefs_gpg.c
2205                 Set options sensitivity according to
2206                 key existence
2207         * src/plugins/pgpcore/sgpgme.c
2208                 Allow to create key with no passphrase
2209
2210 2006-08-14 [cleroy]     2.4.0cvs50
2211
2212         * src/gtk/pluginwindow.c
2213                 New layout (maybe to be changed?)
2214         * src/gtk/gtkutils.c
2215                 Fix a bit label_window
2216         * src/plugins/pgpcore/passphrase.c
2217         * src/plugins/pgpcore/passphrase.h
2218         * src/plugins/pgpcore/plugin.c
2219         * src/plugins/pgpcore/prefs_gpg.c
2220         * src/plugins/pgpcore/prefs_gpg.h
2221         * src/plugins/pgpcore/sgpgme.c
2222         * src/plugins/pgpcore/sgpgme.h
2223                 Allow to create a PGP private key via the GUI
2224
2225 2006-08-14 [wwp]        2.4.0cvs49
2226
2227         * src/addressbook_foldersel.c
2228                 fix strict ISO C90 compliance.
2229
2230 2006-08-14 [paul]       2.4.0cvs48
2231
2232         * src/gtk/prefswindow.c
2233                 re-set scrolled window on opening
2234                 Patch by Ticho
2235
2236 2006-08-14 [paul]
2237
2238         2.5.0-rc1 released
2239
2240 2006-08-14 [paul]       2.4.0cvs47
2241
2242         * src/prefs_display_header.c
2243                 re-enable user-defined Displayed Headers
2244
2245 2006-08-14 [paul]       2.4.0cvs46
2246
2247         * src/prefs_account.c
2248                 use GTK_STOCK_EDIT
2249
2250 2006-08-13 [colin]      2.4.0cvs45
2251
2252         * src/common/utils.c
2253                 Fix "a" in quote when the original message is empty,
2254                 by using \0 instead of 'a' to test writability of
2255                 temp files.
2256
2257 2006-08-13 [wwp]        2.4.0cvs44
2258
2259         * src/plugins/spamassassin/spamassassin.c
2260                 fix capitalization of "SpamAssassin" in some debug, log and
2261                 dialog messages.
2262
2263 2006-08-13 [paul]       2.4.0cvs43
2264
2265         * src/editldap.c
2266                 fix overlapping widgets
2267         * src/prefs_account.c
2268                 fix translation of protocol_names[]
2269                 fix label disappearing off the edge of the
2270                 visible area
2271
2272 2006-08-12 [paul]       2.4.0cvs42
2273
2274         * manual/plugins.xml
2275                 update IRC channel info before it gets forgotten
2276                 about
2277
2278 2006-08-11 [colin]      2.4.0cvs41
2279
2280         * src/compose.c
2281         * src/mainwindow.c
2282         * src/mainwindow.h
2283         * src/procmsg.c
2284         * src/procmsg.h
2285         * src/summaryview.c
2286         * src/toolbar.c
2287                 Grey out the Send button if
2288                 - Queue folders are empty, or
2289                 - We're sending already
2290
2291 2006-08-11 [wwp]        2.4.0cvs40
2292
2293         * src/main.c
2294                 fix a logic issue when quitting while a compose window is
2295                 still open, thanks to Colin.
2296
2297 2006-08-10 [colin]      2.4.0cvs39
2298
2299         * src/main.c
2300                 Fix default font size setting after wizard run
2301         * src/imap.c
2302         * src/etpan/imap-thread.c
2303         * src/etpan/imap-thread.h
2304                 Fix bug #999 (Timing out on TSL cert validation 
2305                 dialog makes ugly things happen). Also, STARTTLS
2306                 unconditionnaly if initial capabilities contain
2307                 LOGINDISABLED and STARTTLS.
2308
2309 2006-08-09 [colin]      2.4.0cvs38
2310
2311         * src/mainwindow.c
2312         * src/mainwindow.h
2313                 Fix Tools/Actions sensitivity when there are
2314                 no actions
2315
2316 2006-08-09 [colin]      2.4.0cvs37
2317
2318         * src/prefs_filtering.c
2319                 Warning fix, patch by Paul
2320         * src/messageview.c
2321         * src/prefs_actions.c
2322         * src/prefs_filtering_action.c
2323         * src/prefs_matcher.c
2324                 Uniformisation of "Info ..." to "Info..." (for
2325                 old gtk), patch by Fabien
2326         * src/plugins/clamav/clamav_plugin_gtk.c
2327                 Sensitivity fix by Fabien
2328
2329 2006-08-09 [colin]      2.4.0cvs36
2330
2331         * src/main.c
2332         * src/main.h
2333                 Add a function to know whether we're exiting
2334         * src/plugins/trayicon/trayicon.c
2335                 If exiting, don't do anything. Faster, and
2336                 avoids gtk_main_iteration reentracy causing
2337                 segfaults at exit
2338
2339 2006-08-09 [colin]      2.4.0cvs35
2340
2341         * src/messageview.c
2342         * src/mimeview.c
2343         * src/mimeview.h
2344                 Fix lack of part selection when automatically 
2345                 jumping to a specific part
2346         * src/msgcache.c
2347                 Little optimisation in cache reading
2348
2349 2006-08-09 [colin]      2.4.0cvs34
2350
2351         * src/compose.c
2352                 Fix crash setting the priority on reedit
2353                 (Accessing compose before creating it!)
2354
2355 2006-08-08 [colin]      2.4.0cvs33
2356
2357         * src/procmime.c
2358                 Fix bug #998 (last attachment is not accessible)
2359                 Bad RFC interpretation on multipart close-delimiters
2360         * src/mimeview.c
2361         * src/mimeview.h
2362         * src/gtk/gtkvscrollbutton.c
2363         * src/gtk/gtkvscrollbutton.h
2364                 Make attachments list wheel-scrollable
2365
2366 2006-08-07 [colin]      2.4.0cvs32
2367
2368         * src/gtk/gtkaspell.c
2369                 Fix bug #973 (Unicode punctation characters 
2370                 are not recognized as separators by the
2371                 spell checker); fix unsigned stuff
2372
2373 2006-08-07 [colin]      2.4.0cvs31
2374
2375         * src/compose.c
2376                 Fix bug #956 (DnD text with accents in compose 
2377                 text entry); fix gccc's signed/unsigned fuss
2378
2379 2006-08-06 [colin]      2.4.0cvs30
2380
2381         * src/main.c
2382                 Fix bug #979 (Plugin crashes when exiting 
2383                 sylpheed-claws) : handle exit request only 
2384                 once
2385
2386 2006-08-05 [colin]      2.4.0cvs29
2387
2388         * src/news.c
2389                 Just make sure we have a msgid.
2390
2391 2006-08-05 [colin]      2.4.0cvs28
2392
2393         * src/news.c
2394         * src/summaryview.c
2395                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2396                 by reimplementing it
2397         * src/textview.c
2398                 Fix bug when hiding quotes with level > 3 and quote
2399                 colors are recycled
2400
2401 2006-08-04 [colin]      2.4.0cvs27
2402
2403         * src/compose.c
2404         * src/undo.c
2405         * src/undo.h
2406                 Fix a bit replace-by-pasting undo
2407         * src/mainwindow.c
2408         * src/messageview.c
2409                 Fix Fold quotes menu synchro in
2410                 mainwindow when it changes in 
2411                 messageview
2412         * src/textview.c
2413                 Fix right-click on quotes blocks
2414         * src/common/utils.c
2415                 Verify that the file created by
2416                 my_tmpfile() is writable. Fixes
2417                 bug #988 (very specific filesystem
2418                 issue)
2419         * src/plugins/pgpcore/sgpgme.c
2420                 Fix file descriptor leak
2421         * src/plugins/spamassassin/spamassassin.c
2422                 Warn once if spamd isn't reachable
2423
2424 2006-08-04 [colin]      2.4.0cvs26
2425
2426         * src/toolbar.c
2427                 i18n context patch by Fabien
2428
2429 2006-08-03 [colin]      2.4.0cvs25
2430
2431         * src/mainwindow.c
2432         * src/messageview.c
2433                 Rename "Hide quotes" to "Fold quotes"
2434         * src/textview.c
2435                 Don't use hand cursor on quotes. "all 
2436                 the bonuses of the feature and none of 
2437                 unwelcome side-effects"
2438
2439 2006-08-03 [colin]      2.4.0cvs24
2440
2441         * AUTHORS
2442         * sylpheed-claws.desktop
2443         * src/gtk/authors.h
2444                 Bring the desktop file to XDG compliance
2445                 Patch by Charles A. Edwards
2446
2447 2006-08-03 [colin]      2.4.0cvs23
2448
2449         * src/textview.c
2450                 Fix links offset when they are preceded
2451                 by accentued chars (g_utf8_strlen!)
2452         * src/mainwindow.c
2453                 Fix wrong status when starting offline
2454
2455
2456 2006-08-03 [wwp]        2.4.0cvs22
2457
2458         * src/prefs_common.h
2459                 ask what to do w/ filtering rules that belong to an account when
2460                 applying filtering rules manually from the main window (skip,
2461                 apply regardless of the account, use current account). This dialog
2462                 can be skipped and the last reply used.
2463                 (forgot that file)
2464
2465 2006-08-03 [wwp]        2.4.0cvs21
2466
2467         * src/filtering.c
2468         * src/filtering.h
2469         * src/prefs_common.c
2470         * src/summaryview.c
2471         * src/alertpanel.c
2472         * src/alertpanel.h
2473         * src/messageview.c
2474                 ask what to do w/ filtering rules that belong to an account when
2475                 applying filtering rules manually from the main window (skip,
2476                 apply regardless of the account, use current account). This dialog
2477                 can be skipped and the last reply used.
2478
2479
2480 2006-08-03 [colin]      2.4.0cvs20
2481
2482         * src/textview.c
2483                 Optimize previous patch
2484
2485 2006-08-03 [cleroy]     2.4.0cvs19
2486
2487         * src/textview.c
2488                 Fix quotes getting toggled back when the
2489                 mail has an even number of text parts
2490
2491 2006-08-02 [colin]      2.4.0cvs18
2492
2493         * src/messageview.c
2494                 Add Hide quotes menu
2495
2496 2006-08-02 [colin]      2.4.0cvs17
2497
2498         * src/mainwindow.c
2499         * src/prefs_common.c
2500         * src/textview.c
2501         * src/textview.h
2502         * src/gtk/about.c
2503                 Allow per-level quote hiding,
2504                 Allow toggling quotes by double-clicking them
2505                 Rename RemoteURI to ClickableText to reflect
2506                 the fact it's used for a variety of things
2507
2508 2006-08-02 [wwp]        2.4.0cvs16
2509
2510         * src/mainwindow.c
2511                 fix "View/Hide quotes" menu item status initialization.
2512
2513 2006-08-02 [wwp]        2.4.0cvs15
2514
2515         * src/matcher_parser_parse.y
2516                 remove a debug trace.
2517
2518 2006-08-02 [paul]       2.4.0cvs14
2519
2520         * src/plugins/pgpcore/passphrase.c
2521                 don't set initial dialog size
2522                 make it resizable
2523
2524 2006-08-02 [paul]       2.4.0cvs13
2525
2526         * src/noticeview.c
2527                 remove the rogue '/' character
2528
2529 2006-08-02 [paul]       2.4.0cvs12
2530
2531         * src/noticeview.c
2532                 allow buttons to resize as necessary
2533
2534 2006-08-01 [wwp]        2.4.0cvs11
2535
2536         * src/mbox.c
2537                 fix strict ISO C90 compliance.
2538
2539 2006-08-01 [wwp]        2.4.0cvs10
2540
2541         * tools/update-po
2542                 updated update-po tool to work w/ context-dependent translations.
2543                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2544
2545 2006-08-01 [wwp]        2.4.0cvs9
2546
2547         * src/matcher.c
2548         * src/prefs_filtering.c
2549         * src/prefs_matcher.c
2550                 allow context-dependent translations for "All",
2551                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2552
2553 2006-07-31 [colin]      2.4.0cvs8
2554
2555         * AUTHORS
2556         * src/gtk/authors.h
2557                 Add Rafal to authors
2558
2559 2006-07-31 [colin]      2.4.0cvs7
2560
2561         * src/compose.c
2562         * src/mainwindow.c
2563         * src/messageview.h
2564         * src/prefs_common.c
2565         * src/prefs_common.h
2566         * src/textview.c
2567                 Add 'View/Hide quotes'. Patch based on a patch
2568                 by Rafal Weglarz
2569
2570 2006-07-31 [colin]      2.4.0cvs6
2571
2572         * src/action.c
2573                 Fix problem with "> stuff >" actions
2574
2575 2006-07-31 [paul]       2.4.0cvs5
2576
2577         * po/nb.po
2578                 updated by Geir Helland
2579
2580 2006-07-31 [wwp]        2.4.0cvs4
2581
2582         * src/mainwindow.c
2583         * src/summaryview.c
2584         * src/summaryview.h
2585                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2586                 thanks to Colin.
2587
2588 2006-07-31 [wwp]        2.4.0cvs3
2589
2590         * src/Makefile.am
2591         * src/addr_compl.c
2592         * src/addr_compl.h
2593         * src/addressbook.c
2594         * src/addressbook.h
2595         * src/addressbook_foldersel.c
2596         * src/addressbook_foldersel.h
2597         * src/addrindex.c
2598         * src/addrindex.h
2599         * src/matcher.c
2600         * src/matcher.h
2601         * src/matcher_parser_lex.l
2602         * src/matcher_parser_parse.y
2603         * src/prefs_common.c
2604         * src/prefs_common.h
2605         * src/prefs_filtering.c
2606         * src/prefs_matcher.c
2607         * src/prefs_matcher.h
2608         * src/summaryview.c
2609                 introduce filtering against the address book. It's now possible to add
2610                 matched conditions to determine if any email address in a message matches
2611                 or doesn't match any or all books or folders in the address book.
2612
2613 2006-07-31 [wwp]        2.4.0cvs2
2614
2615         * src/account.c
2616         * src/filtering.c
2617         * src/filtering.h
2618         * src/folder.c
2619         * src/folderview.c
2620         * src/inc.c
2621         * src/mainwindow.c
2622         * src/matcher.c
2623         * src/matcher_parser_lex.l
2624         * src/matcher_parser_parse.y
2625         * src/mbox.c
2626         * src/prefs_filtering.c
2627         * src/prefs_filtering.h
2628         * src/procmsg.c
2629         * src/procmsg.h
2630         * src/summaryview.c
2631                 introduce per-account filtering rules. Each filtering rule can now be assigned
2632                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2633                 when applying filtering rules manually, as all rules will apply - even the ones
2634                 assigned to an account. This issue will be addressed soon.
2635  
2636
2637
2638 2006-07-31 [wwp]        2.4.0cvs1
2639
2640         * src/quote_fmt.c
2641                 make more strings translatable.
2642
2643 2006-07-31 [paul]       2.4.0
2644
2645         2.4.0 released
2646
2647 2006-07-31 [paul]       2.3.1cvs91
2648
2649         * po/ca.po
2650                 updated by Miquel Oliete
2651
2652 2006-07-31 [paul]       2.3.1cvs90
2653
2654         * po/de.po
2655         * po/el.po
2656         * po/fr.po
2657         * po/it.po
2658         * po/pl.po
2659         * po/pt_BR.po
2660         * po/sr.po
2661         * po/zh_CN.po
2662                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2663                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2664                 Aleksandar Urosevic, and Ralgh Young
2665
2666 2006-07-31 [paul]       2.3.1cvs89
2667
2668         * src/account.c
2669         * src/main.c
2670         * src/mainwindow.c
2671         * src/mainwindow.h
2672                 Fix a race condition when, after an SC crash, rescanning
2673                 folders took more than 0.5 seconds
2674                 Thanks to Colin
2675
2676 2006-07-31 [paul]       2.3.1cvs88
2677
2678         * src/folderview.c
2679                 don't translate separator strings
2680
2681 2006-07-30 [mones]      2.3.1cvs87
2682
2683         * doc/man/sylpheed-claws.1
2684                 Fixed non-ASCII chars in Hoa's name
2685         * po/es.po
2686                 Updated for release
2687
2688 2006-07-27 [colin]      2.3.1cvs86
2689
2690         * src/textview.c
2691                 Don't include the leading \n in links
2692                 Patch by Fabien
2693
2694 2006-07-25 [colin]      2.3.1cvs85
2695
2696         * src/mainwindow.c
2697         * src/common/socket.h
2698         * src/etpan/imap-thread.c
2699                 Refresh resolvers before connecting
2700                 to IMAP servers, and after switching
2701                 to online. Thanks to Paul.
2702
2703 2006-07-18 [colin]
2704
2705         * 2.4.0-rc4 released
2706
2707 2006-07-17 [colin]      2.3.1cvs84
2708
2709         * src/inc.c
2710                 Show connection attempt in statusbar before
2711                 connecting (previously first message was
2712                 "Retrieving messages from ..." after the
2713                 connection succeeded.
2714
2715 2006-07-16 [wwp]        2.3.1cvs83
2716
2717         * sylpheed-claws.ico
2718                 Added .ico file (windows multi-size icon file, generated).
2719
2720 2006-07-12 [wwp]        2.3.1cvs82
2721
2722         * src/messageview.c
2723                 remove Message/Re-edit menu entry from messageview window,
2724                 as sent/draft/queued messages are opened in compose window when
2725                 re-edited and it's not possible to re-edit other msgs.
2726
2727 2006-07-12 [paul]       2.3.1cvs81
2728
2729         * AUTHORS
2730         * src/mainwindow.c
2731         * src/gtk/authors.h
2732                 check online state before resetting
2733                 mailcheck timer. Useful if some program
2734                 verifies connection state and updates
2735                 Claws.
2736                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2737
2738 2006-07-12 [paul]       2.3.1cvs80
2739
2740         * sylpheed-claws-128x128.png
2741         * sylpheed-claws-64x64.png
2742         * sylpheed-claws.png
2743         * src/Makefile.am
2744         * src/main.c
2745         * src/prefs_toolbar.c
2746         * src/stock_pixmap.c
2747         * src/stock_pixmap.h
2748         * src/wizard.c
2749         * src/gtk/about.c
2750         * src/gtk/gtkutils.c
2751         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2752         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2753         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2754         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2755         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2756         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2757                 updated and renamed logo/icon files and related
2758                 logo by Jesper Schultz
2759
2760 2006-07-11 [paul]       2.3.1cvs79
2761
2762         * src/main.c
2763                 fix the labels a smidgin
2764
2765 2006-07-09 [colin]      2.3.1cvs78
2766
2767         * src/textview.c
2768                 Show errors in textviewer's command
2769                 Patch by H. Merijn Brand
2770
2771 2006-07-09 [colin]      2.3.1cvs77
2772
2773         * src/compose.c
2774                 Save FMID in drafts too
2775
2776 2006-07-08 [colin]      2.3.1cvs76
2777
2778         * src/compose.c
2779                 Svae RMID in drafted mails too
2780                 Save quote_fmt vars for whole mails,
2781                 don't reset at each quote_fmt_init:
2782                 allows to use the same |i{var} in
2783                 various template fields
2784         * src/prefs_template.c
2785         * src/quote_fmt.h
2786         * src/quote_fmt_parse.y
2787                 Same
2788
2789 2006-07-08 [colin]      2.3.1cvs75
2790
2791         * src/textview.c
2792                 Fix highlighting of attached parts URIs
2793
2794 2006-07-08 [colin]      2.3.1cvs74
2795
2796         * src/main.c
2797                 Prevent bug #981 (sc 2.3.1 segfaults with 
2798                 gtk+ 2.10) from being reported again:
2799                 if Sylpheed-Claws has been compiled against
2800                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2801                 of if Sylpheed-Claws has been compiled against
2802                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2803                 error out.
2804
2805 2006-07-07 [colin]      2.3.1cvs73
2806
2807         * src/prefs_actions.c
2808                 Fix label
2809
2810 2006-07-07 [colin]      2.3.1cvs72
2811
2812         * src/prefs_actions.c
2813                 Fix compile on gtk < 2.8. argh :)
2814
2815 2006-07-07 [paul]       2.3.1cvs71
2816
2817         * src/common/defs.h
2818                 update DONATE_URI
2819
2820 2006-07-07 [colin]      2.3.1cvs70
2821
2822         * po/POTFILES.in
2823         * src/quote_fmt.c
2824         * src/quote_fmt_lex.l
2825         * src/quote_fmt_parse.y
2826                 Add |i{var}, a way to insert user-entered
2827                 text in a template
2828
2829 2006-07-07 [colin]
2830
2831         * 2.4.0-rc3 released
2832
2833 2006-07-07 [colin]      2.3.1cvs69
2834
2835         * src/folder.c
2836                 Don't consider inboxes of UNKNOWN folder 
2837                 classes to be useable as default inboxes
2838
2839 2006-07-07 [paul]       2.3.1cvs68
2840
2841         * src/textview.c
2842                 add missing #include <errno.h>
2843                 Thanks to René J. Blokland
2844
2845 2006-07-07 [paul]       2.3.1cvs67
2846
2847         * src/action.c
2848                 Return now Closes dialog
2849         * src/mimeview.c
2850         * src/mimeview.h
2851         * src/textview.c
2852                 add contextual menu to mime parts listed
2853                 in the textview
2854                 Thanks to Colin
2855         * src/common/utils.c
2856                 reversal: ' is a valid character in URLs
2857
2858 2006-07-06 [colin]      2.3.1cvs66
2859
2860         * src/remotefolder.h
2861                 Forgotten in previous commit
2862
2863 2006-07-06 [colin]      2.3.1cvs65
2864
2865         * src/folder.c
2866                 Set summary update flag whenever
2867                 totals changed
2868         * src/imap.c
2869         * src/prefs_account.c
2870         * src/common/utils.h
2871         * src/etpan/imap-thread.c
2872                 Fix warnings, thanks to Fabien and
2873                 Ricardo
2874
2875 2006-07-06 [wwp]        2.3.1cvs64
2876
2877         * src/gtk/gtkutils.c
2878                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2879
2880 2006-07-06 [wwp]        2.3.1cvs63
2881
2882         * src/account.c
2883         * src/addressbook.c
2884         * src/addressitem.h
2885         * src/folderview.c
2886         * src/mainwindow.c
2887         * src/manual.c
2888         * src/manual.h
2889         * src/message_search.c
2890         * src/prefs_actions.c
2891         * src/prefs_filtering.c
2892         * src/prefs_filtering.h
2893         * src/prefs_template.c
2894         * src/summary_search.c
2895         * src/summaryview.c
2896         * src/gtk/gtkutils.c
2897         * src/gtk/gtkutils.h
2898         * src/gtk/pluginwindow.c
2899                 add help buttons to some dialogs. Clicking such buttons opens a
2900                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2901
2902 2006-07-06 [paul]       2.3.1cvs62
2903
2904         * src/textview.c
2905                 fix attachments contextual menu
2906                 Thanks to Colin
2907
2908 2006-07-05 [colin]      2.3.1cvs61
2909
2910         * src/textview.c
2911         * src/compose.c
2912                 Handle sftp:// links
2913
2914 2006-07-05 [paul]       2.3.1cvs60
2915
2916         * src/gtk/filesel.c
2917                 grab save button by default
2918                 Thanks to Colin
2919
2920 2006-07-05 [wwp]        2.3.1cvs59
2921
2922         * manual/xml2pdf
2923                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2924
2925 2006-07-04 [colin]      2.3.1cvs58
2926
2927         * src/mimeview.c
2928         * src/textview.c
2929                 Use left click to select, middle click to open
2930                 on mimeparts links
2931         * src/common/utils.c
2932                 Fix segfault
2933
2934 2006-07-04 [colin]      2.3.1cvs57
2935
2936         * src/mainwindow.c
2937         * src/news.c
2938                 Warning fixes, thanks to Fabien
2939
2940 2006-07-04 [colin]      2.3.1cvs56
2941
2942         * src/mimeview.c
2943         * src/mimeview.h
2944         * src/textview.c
2945                 Allow parts to be selected via their text label
2946                 in textview
2947
2948 2006-07-04 [colin]      2.3.1cvs55
2949
2950         * src/folderview.c
2951                 Feedback when closing (for big folders)
2952         * src/prefs_actions.c
2953         * src/prefs_filtering.c
2954         * src/prefs_matcher.c
2955         * src/prefs_template.c
2956                 Fix default button when closing without
2957                 having saved
2958
2959 2006-07-04 [colin]      2.3.1cvs54
2960
2961         * src/news.c
2962                 Delete local file on deletion
2963
2964 2006-07-03 [colin]      2.3.1cvs53
2965
2966         * src/folderview.c
2967         * src/main.c
2968                 Don't freeze when rescanning after crash
2969
2970 2006-07-03 [wwp]        2.3.1cvs52
2971
2972         * src/compose.c
2973         * src/privacy.c
2974         * src/privacy.h
2975         * src/plugins/pgpinline/pgpinline.c
2976         * src/plugins/pgpmime/pgpmime.c
2977                 don't report an error when the user cancels the passphrase dialog.
2978
2979 2006-07-02 [colin]      2.3.1cvs51
2980
2981         * src/folderview.c
2982                 Open message when crossing folders with Space,
2983                 goto next unread and friends
2984
2985 2006-07-01 [colin]      2.3.1cvs50
2986
2987         * src/prefs_account.c
2988                 Typographic rules varying from language
2989                 to language (in french "Protocole :"),
2990                 we have to do that :)
2991
2992 2006-07-01 [ticho]      2.3.1cvs49
2993
2994         * src/prefs_account.c
2995                 Only use one temporary gchar* variable in
2996                 prefs_account_protocol_set_optmenu().
2997
2998 2006-07-01 [ticho]      2.3.1cvs48
2999
3000         * src/prefs_account.c
3001         * src/prefs_account.h
3002                 Use GtkLabel for existing account protocol name.
3003                 Created an array for protocol names and populate the
3004                 combobox from it in a for() cycle.
3005
3006 2006-06-30 [colin]      2.3.1cvs47
3007
3008         * src/compose.c
3009                 Block undo when changing signature (by changing
3010                 account)
3011
3012 2006-06-30 [paul]       2.3.1cvs46
3013
3014         * src/send_message.c
3015                 when editing From in the Compose window, use that address
3016                 in the Return-Path: header
3017                 Thanks to Colin
3018
3019 2006-06-30 [colin]      2.3.1cvs45
3020
3021         * src/compose.c
3022                 Fix signature replacement:
3023                 - when no newline before separator
3024                 - when reediting
3025
3026 2006-06-29 [colin]      2.3.1cvs44
3027
3028         * src/folderview.c
3029         * src/folderview.h
3030         * src/mainwindow.c
3031         * src/summaryview.c
3032                 Let 'View/Go to/Next marked' work like
3033                 Next new & Next unread: across folders
3034                 Change the select_on_entry pref to do
3035                 what we want when changing folder
3036         * src/common/utils.c
3037                 Fix single-quoted links 
3038
3039 2006-06-29 [colin]      2.3.1cvs43
3040
3041         * src/gtk/gtkaspell.c
3042                 "Sylpheed" and "Sylpheed-Claws" do exist !
3043
3044 2006-06-29 [colin]      2.3.1cvs42
3045
3046         * src/imap.c
3047                 Forgot to remove debug
3048
3049 2006-06-29 [colin]      2.3.1cvs41
3050
3051         * src/imap.c
3052         * src/imap.h
3053         * src/mainwindow.c
3054                 Disconnect from IMAP servers when going
3055                 offline. Fixes bug #978 (going to offline-mode 
3056                 won't close connections)
3057
3058 2006-06-29 [colin]      2.3.1cvs40
3059
3060         * src/main.c
3061                 Fix transient setting on failing plugins
3062                 Patch by Fabien
3063         * src/plugins/pgpcore/sgpgme.c
3064                 Only warn for OpenPGP. Most people don't
3065                 have CMS available.
3066
3067 2006-06-29 [colin]      2.3.1cvs39
3068
3069         * src/compose.c
3070                 Fix Spelling menu (discrepancy between context menu
3071                 and top menu when folder's dictionary isn't the 
3072                 default one)
3073         * src/plugins/pgpcore/sgpgme.c
3074                 More error reporting about why gpgme can fail
3075
3076 2006-06-29 [wwp]        2.3.1cvs38
3077
3078         * src/mainwindow.c
3079                 honor the display-header-pane setting even when the message view
3080                 is a separate window.
3081
3082 2006-06-29 [wwp]        2.3.1cvs37
3083
3084         * src/prefs_actions.c
3085                 forgot to commit that one (use of GTK_STOCK_INFO).
3086
3087 2006-06-29 [colin]      2.3.1cvs36
3088
3089         * src/imap.c
3090                 Better handling of login errors (ask the password
3091                 again once), alert in case of error. Fix three
3092                 signedness warnings.
3093
3094 2006-06-28 [wwp]        2.3.1cvs35
3095
3096         * src/prefs_template.c
3097         * src/prefs_matcher.c
3098         * src/prefs_filtering_action.c
3099         * src/prefs_quote.c
3100                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3101                 patch by Fabien Vantard, slightly modified.
3102
3103 2006-06-28 [paul]
3104
3105         2.4.0-rc2 released
3106
3107 2006-06-28 [colin]      2.3.1cvs34
3108
3109         * src/prefs_account.c
3110                 Fix bug #977 (Can't add or edit imap accounts)
3111
3112 2006-06-28 [colin]      2.3.1cvs33
3113
3114         * src/mimeview.c
3115                 Fix previous
3116
3117 2006-06-28 [colin]      2.3.1cvs32
3118
3119         * src/mimeview.c
3120                 Save named inlined attachments with "Save all"
3121         * src/main.c
3122         * src/mbox.c
3123         * src/common/plugin.c
3124         * src/common/plugin.h
3125         * src/common/sylpheed.c
3126         * src/common/utils.c
3127         * src/plugins/pgpcore/sylpheed.def
3128         * src/plugins/pgpinline/sylpheed.def
3129         * src/plugins/pgpmime/sylpheed.def
3130                 Win32 compatibility patch, by
3131                 Werner Koch
3132
3133 2006-06-28 [wwp]        2.3.1cvs31
3134
3135         * src/imap.c
3136         * src/prefs_folder_item.c
3137                 less compilation warnings (thanks to Fabien Vantard), less typos.
3138
3139 2006-06-28 [paul]       2.3.1cvs30
3140
3141         * src/gtk/gtkutils.c
3142                 gtk_combo_box_set_focus_on_click() is only
3143                 available since gtk 2.6.0
3144
3145 2006-06-28 [paul]       2.3.1cvs29
3146
3147         * src/prefs_ext_prog.c
3148                 fix engrish and add a tooltip for the
3149                 'command for 'Display as text' option
3150
3151 2006-06-28 [paul]
3152
3153         2.4.0-rc1 released
3154
3155 2006-06-28 [paul]       2.3.1cvs28
3156
3157         * ChangeLog
3158         * tools/Makefile.am
3159                 include textviewer.pl in releases
3160
3161 2006-06-28 [paul]       2.3.1cvs27
3162
3163         * src/prefs_ext_prog.c
3164                 hide Print command option if libgnomeprint
3165                 support is present
3166
3167 2006-06-27 [colin]      2.3.1cvs26
3168
3169         * src/compose.c
3170                 Fix Esc handling in insert/attach dialog
3171                 Don't show this dialog if dragging something
3172                 else than text/uri-list
3173                 Thanks to Fabien Vantard
3174         * tools/textviewer.pl
3175                 Filter script to display stuff as text
3176                 by H. Merijn Brand
3177
3178 2006-06-27 [wwp]        2.3.1cvs25
3179
3180         * src/messageview.c
3181                 use the exact product name (message view title), patch
3182                 by Fabien Vantard.
3183
3184 2006-06-27 [ticho]      2.3.1cvs24
3185
3186         * src/prefs_account.c
3187         * src/prefs_common.c
3188         * src/prefs_common.h
3189         * src/prefs_ext_prog.c
3190         * src/textview.c
3191                 Add a preference (Preferences/External programs)
3192                 to allow "Display as text" to be done via a script
3193                 (patch by H.Merijn Brand).
3194                 Use GtkComboBox for protocol selection in account
3195                 preferences.
3196                 Only include current choice for existing accounts, and
3197                 insensitivize the combobox.
3198
3199 2006-06-27 [paul]       2.3.1cvs23
3200
3201         * src/mbox.c
3202                 fix crasher introduced in cvs21.
3203                 Thanks to Colin
3204
3205 2006-06-26 [colin]      2.3.1cvs22
3206
3207         * src/mbox.c
3208                 Fix double-frees when leaving folders
3209                 after exporting to mbox
3210
3211 2006-06-26 [colin]      2.3.1cvs21
3212
3213         * src/mbox.c
3214                 More feedback (and optimisation)
3215                 on import/export
3216         * src/common/utils.c
3217                 Fix case when looking for mail addresses
3218         * src/gtk/gtkutils.c
3219                 Extra check for (X-)Face
3220
3221 2006-06-25 [ticho]      2.3.1cvs20
3222
3223         * src/compose.c
3224         * src/exphtmldlg.c
3225         * src/gtk/gtkutils.c
3226         * src/gtk/gtkutils.h
3227                 Added second argument to gtkut_sc_combobox_create() to
3228                 control focus-on-click for the widget.
3229                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3230
3231 2006-06-25 [ticho]      2.3.1cvs19
3232
3233         * src/compose.c
3234         * src/gtk/Makefile.am
3235         * src/gtk/combobox.c
3236         * src/gtk/combobox.h
3237         * src/gtk/gtkutils.c
3238         * src/gtk/gtkutils.h
3239                 Use GtkComboBox instead of deprecated GtkOptionMenu
3240                 for account selector in compose window and for encoding
3241                 selector in attachment properties.
3242                 Also factorise working with the new GtkComboBox somewhat.
3243
3244 2006-06-24 [paul]       2.3.1cvs18
3245
3246         * src/prefs_common.c
3247                 use the correct default value
3248
3249 2006-06-24 [paul]       2.3.1cvs17
3250
3251         * src/compose.c
3252         * src/prefs_common.c
3253         * src/prefs_common.h
3254         * src/prefs_compose_writing.c
3255                 enable setting of default action when
3256                 dnd'ing files in the compose window.
3257                 (Collaborative effort with wwp)
3258
3259 2006-06-23 [wwp]        2.3.1cvs16
3260
3261         * src/compose.c
3262                 i18n fix (thanks to Fabien Vantard)
3263
3264 2006-06-22 [colin]      2.3.1cvs15
3265
3266         * src/prefs_customheader.c
3267                 Don't use filters in custom headers' file 
3268                 selector. Remember, extensions mean nothing :)
3269
3270 2006-06-22 [paul]       2.3.1cvs14
3271
3272         * configure.ac
3273                 allow setting of man directory location
3274
3275 2006-06-22 [colin]      2.3.1cvs13
3276
3277         * src/mainwindow.c
3278                 Add 'View/Go to/Next unread folder'.
3279                 I missed that :)
3280
3281 2006-06-22 [colin]      2.3.1cvs12
3282
3283         * src/common/utils.c
3284                 Add some subject prefixes
3285                 Patch by Bjorn T Johansen <btj@havleik.no>
3286
3287 2006-06-22 [colin]      2.3.1cvs11
3288
3289         * manual/advanced.xml
3290                 Forgotten hidden pref
3291
3292 2006-06-21 [paul]       2.3.1cvs10
3293
3294         * src/prefs_account.c
3295                 complete the removal of 'Add date header' option
3296
3297 2006-06-21 [paul]       2.3.1cvs9
3298
3299         * src/account.c
3300         * src/compose.c
3301         * src/prefs_account.c
3302         * src/prefs_account.h
3303                 remove option to add date header - always
3304                 add date header
3305         * src/etpan/imap-thread.c
3306                 fix warnings (Thanks to Colin)
3307
3308 2006-06-21 [wwp]        2.3.1cvs8
3309
3310         * src/folder.c
3311                 set the attachment flag when inline text part are (file)named. This is more convenient
3312                 when receiving (for instance) inline source files or patches sent using thunderbird.
3313
3314 2006-06-21 [paul]       2.3.1cvs7
3315
3316         * src/inc.c
3317                 fix off-by-one count of current msg in
3318                 statusbar filtering progressbar
3319
3320 2006-06-21 [paul]       2.3.1cvs6
3321
3322         * src/folder.c
3323                 Show attachment icon even if the part is 'inline'
3324                 if the following conditions are met:
3325                 - content-type != 'text/plain'
3326                 - content-type != '*/pgp-signature'
3327                 - either 'name' or 'filename' parameter is not NULL
3328                 
3329                 Thanks to Colin
3330
3331 2006-06-21 [paul]       2.3.1cvs5
3332
3333         * src/messageview.c
3334         * src/prefs_common.c
3335         * src/prefs_common.h
3336         * src/prefs_other.c
3337                 add an option to 'Never send Return
3338                 Receipts'
3339                 Thanks to Colin
3340
3341 2006-06-20 [mones]      2.3.1cvs4
3342
3343         * po/es.po
3344                 updated
3345         * src/compose.c
3346                 typo fixed (space after comma)
3347         * tools/make.themes.project
3348                 remove exec mode from tarball files
3349
3350 2006-06-20 [colin]      2.3.1cvs3
3351
3352         * src/news.c
3353         * src/procheader.c
3354         * src/unmime.c
3355                 Better fix for \n's in headers (don't 
3356                 break Received: and others)
3357
3358 2006-06-20 [paul]       2.3.1cvs2
3359
3360         * src/alertpanel.c
3361         * src/textview.c
3362                 improve legibility of phishing attempt
3363                 dialog
3364
3365 2006-06-20 [paul]       2.3.1cvs1
3366
3367         * NEWS
3368         * README
3369         * configure.ac
3370                 Update version number following
3371                 stable release
3372
3373 2006-06-20 [colin]      2.3.0cvs26
3374
3375         * src/compose.c
3376                 When dragging a file to the text of the compose
3377                 window, ask whether we want to insert or attach
3378                 (I know lots of people who do that to attach)
3379
3380 2006-06-20 [colin]      2.3.0cvs25
3381
3382         * src/etpan/imap-thread.c
3383                 Fix threshold (the append command is often > 32 bytes)
3384
3385 2006-06-19 [colin]      2.3.0cvs24
3386
3387         * src/imap.c
3388         * src/etpan/imap-thread.c
3389                 Workaround Rockliffe IMAP server bug: replace
3390                 "x UID SEARCH (ANSWERED UID 1:*)" with
3391                 "x UID SEARCH ANSWERED"
3392                 (Rockliffe doesn't handle the parenthesis)
3393
3394 2006-06-19 [colin]      2.3.0cvs23
3395
3396         * src/compose.c
3397         * src/imap.c
3398         * src/etpan/imap-thread.c
3399                 Probably fix bug #972 (Freezes when adding 
3400                 an attachment to the message)
3401         * src/common/defs.h
3402                 Modernize Firefox cmd
3403
3404
3405 2006-06-18 [colin]      2.3.0cvs22
3406
3407         * src/prefs_customheader.c
3408                 Only allow correct filenames for various
3409                 custom headers
3410
3411 2006-06-18 [colin]      2.3.0cvs21
3412
3413         * src/prefs_customheader.c
3414                 Add a 'From File...' button in custom headers prefs, which
3415                 try to do the right thing: 
3416                 for normal headers, use file as plaintext,
3417                 for X-Face, calls compface,
3418                 for Face, encode to b64.
3419
3420 2006-06-17 [colin]      2.3.0cvs20
3421
3422         * src/mh.c
3423                 Warning fix
3424
3425 2006-06-16 [colin]      2.3.0cvs19
3426
3427         * src/summaryview.c
3428                 Recursive quicksearch: show message list
3429                 in current folder, *then* search children
3430                 in the background.
3431
3432 2006-06-16 [colin]      2.3.0cvs18
3433
3434         * src/main.c
3435                 Instead of ignoring SIGPIPE, save caches
3436                 when getting one. Will fix the fact that
3437                 hot caches are out-of-date when logging 
3438                 out of Xorg.
3439         * src/compose.c
3440         * src/prefs_compose_writing.c
3441                 Only save text (not attachments) when 
3442                 auto-saving to drafts
3443         * src/unmime.c
3444                 Always replace \n, \r and \t with spaces
3445                 in headers
3446         * manual/dist/html/Makefile.am
3447         * manual/dist/pdf/Makefile.am
3448         * manual/dist/ps/Makefile.am
3449         * manual/dist/txt/Makefile.am
3450         * manual/fr/dist/html/Makefile.am
3451         * manual/fr/dist/pdf/Makefile.am
3452         * manual/fr/dist/ps/Makefile.am
3453         * manual/fr/dist/txt/Makefile.am
3454         * manual/pl/dist/html/Makefile.am
3455         * manual/pl/dist/pdf/Makefile.am
3456         * manual/pl/dist/ps/Makefile.am
3457         * manual/pl/dist/txt/Makefile.am
3458                 Fix make clean removing pregenerated manuals
3459
3460
3461 2006-06-16 [colin]      2.3.0cvs17
3462
3463         * src/plugins/pgpcore/sgpgme.c
3464         * src/plugins/pgpmime/pgpmime.c
3465         * src/plugins/pgpinline/pgpinline.c
3466                 Better error reporting in setup_signers.
3467                 Don't fallback to default key if specified
3468                 key isn't found.
3469                 Don't allow signing if more than one secret
3470                 key matches the one specified in prefs.
3471
3472 2006-06-15 [colin]      2.3.0cvs16
3473
3474         * src/folderview.c
3475                 Add "Send queue" in the folder's contextual
3476                 menu
3477         * src/compose.c
3478         * src/messageview.c
3479         * src/privacy.c
3480         * src/privacy.h
3481         * src/procmime.c
3482         * src/procmsg.c
3483         * src/plugins/pgpcore/passphrase.c
3484         * src/plugins/pgpcore/sgpgme.c
3485         * src/plugins/pgpinline/pgpinline.c
3486         * src/plugins/pgpmime/pgpmime.c
3487                 Better error reporting
3488         * src/mbox.c
3489                 Probably fix bug #971 (2.2.3 cannot read mail 
3490                 from local mbox)
3491
3492
3493 2006-06-15 [mones]      2.3.0cvs15
3494
3495         * tools/make.themes.project
3496                 creates the themes project from the web page
3497
3498 2006-06-15 [colin]      2.3.0cvs14
3499
3500         * src/folder.c
3501                 Better fix (avoid losing the folder if scan_tree 
3502                 fails)
3503
3504 2006-06-15 [cleroy]     2.3.0cvs13
3505
3506         * src/folder.c
3507                 Probably fix Bug #969 (crash on rebuilding 
3508                 imap folder)
3509
3510 2006-06-14 [colin]      2.3.0cvs12
3511
3512         * manual/dtd/manual.xsl
3513         * manual/sylpheed-claws-manual.xml
3514         * manual/fr/sylpheed-claws-manual.xml
3515         * manual/pl/sylpheed-claws-manual.xml
3516                 Insert pagebreaks between sections
3517
3518 2006-06-14 [paul]       2.3.0cvs11
3519
3520         * configure.ac
3521                 better fix than 2.3.0cvs10
3522
3523 2006-06-14 [paul]       2.3.0cvs10
3524
3525         * configure.ac
3526                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3527                 (backwards compatible)
3528
3529 2006-06-13 [colin]      2.3.0cvs9
3530
3531         * src/messageview.c
3532                 Fix sending of return receipt with the new queue folders
3533
3534 2006-06-13 [wwp]        2.3.0cvs8
3535
3536         * src/quote_fmt_lex.l
3537                 fix wrong tokens returned in quote_fmt lexer, query not().
3538
3539 2006-06-13 [wwp]        2.3.0cvs7
3540
3541         * src/folder.c
3542         * src/prefs_folder_item.c
3543                 allow changing folder type even when folder is not a top-level one,
3544                 thanks to Colin.
3545
3546 2006-06-12 [colin]      2.3.0cvs6
3547
3548         * src/folderview.c
3549                 Fix double-ask of "Do you want to mark all
3550                 as read"
3551
3552 2006-06-12 [colin]      2.3.0cvs5
3553
3554         * src/compose.c
3555         * src/compose.h
3556         * src/folder.c
3557         * src/folder.h
3558         * src/imap.c
3559         * src/inc.c
3560         * src/main.c
3561         * src/messageview.c
3562         * src/mh.c
3563         * src/prefs_folder_item.c
3564         * src/procheader.c
3565         * src/procmime.c
3566         * src/procmsg.c
3567         * src/procmsg.h
3568         * src/send_message.c
3569         * src/summaryview.c
3570         * src/toolbar.c
3571                 Apply bug #964's patch (Queue and drafts aren't normal)
3572                 The Drafts and Queue folder now contain RFC-822 files,
3573                 allowing to move and copy mails from and to these 
3574                 folders. Moving from Drafts to Queue will prepare the
3575                 mail for sending (PGP signature, encryption, etc).
3576                 This patch also rework sending errors handling to try
3577                 to be more helpful.
3578                 Also, allow redefining folder types via the GUI 
3579                 (Folder type in its Properties)
3580
3581 2006-06-12 [colin]      2.3.0cvs4
3582
3583         * src/summaryview.c
3584         * src/prefs_common.c
3585         * src/prefs_common.h
3586         * src/gedit-print.c
3587                 Allow to define a specific print font - patch
3588                 by Bernhard Walle <bernhard.walle@gmx.de>
3589         * src/prefs_fonts.c
3590         * manual/advanced.xml
3591         * manual/fr/advanced.xml
3592                 Add a hidden pref to allow deletion without
3593                 confirmation
3594
3595 2006-06-12 [wwp]        2.3.0cvs3
3596
3597         * .cvsignore
3598                 more files to ignore.
3599
3600 2006-06-12 [wwp]        2.3.0cvs2
3601
3602         * src/quote_fmt.c
3603         * src/quote_fmt_lex.l
3604         * src/quote_fmt_parse.y
3605                 extend the quote_fmt parser (templates and quotes):
3606                 - allow limited sub-expressions in |p{} and |f{} expressions,
3607                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3608                 - implemented/fixed missing implementation of query_references and show_references,
3609                 - completed, fixed contents and format of the symbols help dialog,
3610                 - fix some compilation warnings.
3611
3612 2006-06-12 [wwp]        2.3.0cvs1
3613
3614         * manual/advanced.xml
3615         * manual/fr/advanced.xml
3616                 updates in the "templates" section of the manual (eng/fr):
3617                  - be more precise (both versions)
3618                  - completed to match the english reference (fr version)
3619                  - touchups (both versions)
3620
3621 2006-06-12 [paul]       2.3.0
3622
3623         2.3.0 released
3624
3625 2006-06-12 [paul]       2.2.3cvs14
3626
3627         * po/ca.po
3628         * po/cs.po
3629         * po/de.po
3630         * po/el.po
3631         * po/fr.po
3632         * po/it.po
3633         * po/pt_BR.po
3634         * po/sr.po
3635         * po/zh_CN.po
3636                 updated by Miquel Oliete, Tim, Stephan Sachse,
3637                 Stavros Giannouris, Fabien Vantard, Andrea
3638                 Spadaccini, Frederico Goncalves Guimaraes,
3639                 Aleksandar Urosevic, and Ralgh Young
3640
3641 2006-06-12 [colin]      2.2.3cvs13
3642
3643         * src/mbox.c
3644                 Add missing header
3645
3646 2006-06-11 [colin]      2.2.3cvs12
3647
3648         * src/msgcache.c
3649                 Verify that g_malloc() succeeded
3650
3651 2006-06-11 [colin]      2.2.3cvs11
3652
3653         * src/wizard.c
3654                 Add Face header to welcome mail
3655
3656 2006-06-10 [colin]      2.2.3cvs10
3657
3658         * src/textview.c
3659                 Revert previous (Forgot it changes the
3660                 margin on the whole mail)
3661
3662 2006-06-10 [colin]      2.2.3cvs9
3663
3664         * src/textview.c
3665                 Don't overlap long headers under (X-)Face
3666
3667 2006-06-10 [mones]      2.2.3cvs8
3668
3669         * manual/xml2pdf
3670                 allow generation of manual on systems lacking saxon binary
3671                 but with java and the saxon library installed
3672
3673         * po/es.po
3674                 updated for release
3675
3676 2006-06-09 [colin]      2.2.3cvs7
3677
3678         * src/summaryview.c
3679                 Fix leak when using Display Sender using Addressbook
3680
3681 2006-06-09 [colin]      2.2.3cvs6
3682
3683         * src/compose.c
3684         * src/folder.c
3685         * src/folderview.c
3686         * src/mimeview.c
3687         * src/summaryview.c
3688                 More leaks fixes
3689
3690 2006-06-09 [paul]       2.2.3cvs5
3691
3692         * AUTHORS
3693         * src/gtk/authors.h
3694         * tools/claws.i18n.status.pl
3695                 updated with new info
3696
3697 2006-06-09 [paul]       2.2.3cvs4
3698
3699         * README
3700                 updated
3701         * manual/ack.xml
3702                 add wwp to authors list
3703         * src/gtk/authors.h
3704                 update mine and Colin's addresses
3705
3706 2006-06-08 [colin]      2.2.3cvs3
3707
3708         * src/etpan/imap-thread.c
3709                 Fix leak on SSL cert check
3710
3711 2006-06-08 [colin]      2.2.3cvs2
3712
3713         * src/common/utils.c
3714                 Fix leak
3715
3716 2006-06-08 [paul]       2.2.3cvs1
3717
3718         * configure.ac
3719                 Update version number following
3720                 stable release
3721
3722 2006-06-07 [colin]      2.2.2cvs3
3723
3724         * src/msgcache.c
3725                 Fix catching cache read errors (guint instead of gint)
3726                 Prevent malloc'ing more than 8MB (means cache corruption)
3727
3728 2006-06-07 [paul]       2.2.2cvs2
3729
3730         * src/exporthtml.c
3731         * src/exportldif.c
3732         * src/mh.c
3733         * src/mutt.c
3734         * src/pine.c
3735         * src/common/utils.c
3736                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3737                 obey $HOME'
3738                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3739                 Thanks to Colin
3740
3741 2006-06-06 [paul]       2.2.2cvs1
3742
3743         * configure.ac
3744                 Update version number following
3745                 stable release
3746
3747 2006-06-06 [paul]       2.2.1cvs6
3748
3749         * src/matcher.c
3750                 fix  implicit declaration of
3751                 sylpheed_do_idle()
3752                 Patch by Fabien Vantard
3753
3754 2006-06-06 [paul]       2.2.1cvs5
3755
3756         * src/matcher.c
3757                 fix age_greater and age_lower so that they
3758                 mean what say and not '...or equal to'
3759                 Thanks to Colin
3760
3761 2006-06-06 [paul]       2.2.1cvs4
3762
3763         * src/textview.c
3764         * src/common/utils.c
3765                 fix URI check
3766                 Thanks to Colin
3767
3768 2006-06-05 [wwp]        2.2.1cvs3
3769
3770         * manual/fr/account.xml
3771                 minor language fixes (thanks to Fabien Vantard).
3772
3773 2006-06-05 [colin]      2.2.1cvs2
3774
3775         * src/prefs_folder_item.c
3776         * src/folderview.c
3777                 Allow recursive setting of properties 
3778                 for whole mailboxes
3779         * src/matcher.c
3780                 Don't freeze on 'test' filtering rule
3781
3782 2006-06-05 [colin]      2.2.1cvs1
3783
3784         * configure.ac
3785                 Update version number following
3786                 stable release
3787
3788 2006-06-04 [wwp]        2.2.0cvs82
3789
3790         * manual/glossary.xml
3791         * manual/account.xml
3792         * manual/fr/glossary.xml
3793         * manual/fr/account.xml
3794                 added glossary section and references/links related to the Face custom header.
3795
3796 2006-06-04 [colin]      2.2.0cvs81
3797
3798         * src/summaryview.c
3799                 Skip to next message on move with no
3800                 immediate execution
3801
3802 2006-06-04 [wwp]        2.2.0cvs80
3803
3804         * manual/xml2pdf
3805                 added sanity checks, exit when needed.
3806
3807 2006-06-03 [paul]       2.2.0cvs79
3808
3809         * src/prefs_receive.c
3810                 page name is now 'Receiving'
3811         * src/prefs_send.c
3812                 page name is now 'Sending'
3813
3814 2006-06-03 [colin]      2.2.0cvs78
3815
3816         * src/plugins/spamassassin/spamassassin_gtk.c
3817                 Autoswitch to Localhost if transport was previously
3818                 disabled. Else people had to check [] Enable, then
3819                 *reselect* transport.
3820
3821 2006-06-03 [colin]      2.2.0cvs77
3822
3823         * src/plugins/pgpinline/pgpinline.c
3824         * src/plugins/pgpmime/pgpmime.c
3825                 Check that gpg_data_release_and_get_mem 
3826                 didn't fail (now, why this happens...)
3827
3828 2006-06-03 [colin]      2.2.0cvs76
3829
3830         * src/mbox.c
3831                 Fix bug #962 (Manual and/or UI should 
3832                 warn about incompatible locking 
3833                 causing dataloss)
3834
3835 2006-06-02 [cleroy]     2.2.0cvs75
3836
3837         * src/filtering.c
3838         * src/folder.c
3839         * src/procmsg.c
3840         * src/summaryview.c
3841                 Fix a few leaks
3842
3843 2006-06-02 [colin]      2.2.0cvs74
3844
3845         * src/main.c
3846                 On exit, free caches after writing them
3847                 Shuts up some valgrind false positives
3848         * src/procmsg.c
3849         * src/send_message.c
3850                 Fix races when reusing existing SMTP connections
3851                 Fix inexistant session timeout
3852         * src/toolbar.c
3853                 Display alertpanel after all queues have
3854                 been processed, not after each
3855
3856 2006-06-02 [wwp]        2.2.0cvs73
3857
3858         * manual/fr/glossary.xml
3859         * manual/fr/ack.xml
3860         * manual/ack.xml
3861                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3862
3863 2006-06-02 [wwp]        2.2.0cvs72
3864
3865         * manual/xml2pdf
3866         * manual/dist/pdf/Makefile.am
3867         * manual/dtd/manual.xsl
3868         * manual/fr/dist/pdf/Makefile.am
3869         * manual/pl/dist/pdf/Makefile.am
3870                 we changed the procedure to generate the .pdf version of the manual.
3871                 The procedure is more modern and the .pdf we get now has a valid index.
3872                 Here are the new pre-requisites:
3873
3874                 - JRE 1.x (1.4 here): there must be one from your distro
3875                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3876                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3877                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3878
3879                 See my posts for further info about the installation of this toolchain:
3880
3881                 Date: Fri, 19 May 2006 19:40:06 +0200
3882                 From: wwp <subscript@free.fr>
3883                 To: sylpheed-claws-devel@lists.sourceforge.net
3884                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3885
3886                 and
3887
3888                 Date: Wed, 24 May 2006 12:58:49 +0200
3889                 From: wwp <subscript@free.fr>
3890                 To: sylpheed-claws-devel@lists.sourceforge.net
3891                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3892
3893 2006-06-01 [colin]      2.2.0cvs71
3894
3895         * src/compose.c
3896                 Better guards against IMAP races
3897         * src/main.c
3898         * src/prefs_common.c
3899         * src/prefs_common.h
3900         * src/common/ssl_certificate.c
3901         * src/etpan/imap-thread.c
3902         * src/etpan/imap-thread.h
3903         * src/gtk/sslcertwindow.c
3904                 New hidden option ssl_skip_cert_check to 
3905                 avoid dups of bug #959 (libetpan linked
3906                 against gnutls and gnutls buggy on 64bit)
3907                 Present expired warning only once per
3908                 session/server.
3909         * manual/advanced.xml
3910         * manual/fr/advanced.xml
3911                 Document new option
3912
3913 2006-06-01 [wwp]        2.2.0cvs70
3914
3915         * src/messageview.c
3916                 fix for bug #961 (return receipt dialog 
3917                 complains incorrectly about return-path 
3918                 email adress being different), thanks 
3919                 to Colin.
3920
3921 2006-05-31 [cleroy]     2.2.0cvs69
3922
3923         * src/common/ssl.c
3924                 Guard against NULLs, although this
3925                 should never be an issue
3926
3927 2006-05-31 [colin]      2.2.0cvs68
3928
3929         * src/filtering.c
3930                 Use g_slist_prepend
3931         * src/imap.c
3932                 Don't remove caches when destroying folder, it
3933                 could (should) be done at exit
3934         * src/inc.c
3935                 free processing cache after incorporation
3936         * src/etpan/imap-thread.c
3937                 Maybe fix bug #959 (Crash on moving to emails 
3938                 to a imap account per ssl with a expired 
3939                 certificate.)
3940
3941 2006-05-30 [colin]      2.2.0cvs67
3942
3943         * src/summaryview.c
3944                 Put back event flush when displaying message
3945                 It avoids reading a bunch of messages just
3946                 by hitting shift-n for too long ;)
3947
3948 2006-05-29 [colin]      2.2.0cvs66
3949
3950         * src/summaryview.c
3951                 Remove useless g_warnings
3952
3953 2006-05-29 [colin]      2.2.0cvs65
3954
3955         * src/imap.c
3956                 Fix g_slist_append()s for performance
3957
3958 2006-05-29 [colin]      2.2.0cvs64
3959
3960         * src/compose.c
3961         * src/common/utils.c
3962                 Fix extraneous tab at start of addresses
3963         * src/mainwindow.c
3964                 Fix warnings (thanks to Fabien)
3965                 Fix crash at exit when composing messages 
3966                 exist
3967         * src/pop.c
3968                 Fix progress bar when deleting expired mails
3969                 Thanks to Hiro
3970         * src/summaryview.c
3971         * src/gtk/gtksctree.c
3972                 Fix re-sorting slowness
3973
3974 2006-05-29 [paul]       2.2.0cvs63
3975
3976         * src/mh.c
3977                 fetch full message when moving mails
3978                 from another mailbox, (fixed data loss
3979                 when filtering from IMAP to MH, introduced
3980                 in 2.2.0cvs57).
3981                 Thanks to Colin
3982
3983 2006-05-29 [mones]      2.2.0cvs62
3984
3985         * src/gtk/gtksctree.c
3986                 Unselect faster (patch by Colin)        
3987
3988 2006-05-26 [colin]      2.2.0cvs61
3989
3990         * src/summaryview.c
3991                 Unplug MSGINFO_UPDATE callback on delete too.
3992
3993 2006-05-26 [colin]      2.2.0cvs60
3994
3995         * src/foldersel.c
3996                 Fix bold in folder selection window with glib2.10
3997                 thanks Hiro
3998
3999 2006-05-26 [colin]      2.2.0cvs59
4000
4001         * src/procheader.c
4002                 Convert date only if necessary (and don't
4003                 try to convert from utf8 to utf8, too)
4004         * src/summaryview.c
4005                 Only set column's text if the column's 
4006                 displayed
4007
4008 2006-05-26 [colin]      2.2.0cvs58
4009
4010         * src/summaryview.c
4011         * src/gtk/gtkutils.c
4012                 Fix useless warning
4013
4014 2006-05-26 [colin]      2.2.0cvs57
4015
4016         * src/mainwindow.c
4017                 Make summaryview selectable as long as 
4018                 no message has focus
4019         * src/mh.c
4020                 Faster deletion (by implementing mh_remove_msgs)
4021                 Faster copy (avoid using mh_fetch_msg just to get
4022                 the filename)
4023                 Faster move (using move_file instead of copy_file
4024                 if MSG_IS_MOVE)
4025                 No progressbar if total number of mails to cp/mv 
4026                 is less than 100
4027         * src/summaryview.c
4028                 Fix removal from subject_table when mail gets moved
4029                 Faster deletion (g_slist_prepend instead of append)
4030         * src/gtk/gtksctree.c
4031                 Remove useless code
4032
4033 2006-05-25 [colin]      2.2.0cvs56
4034
4035         * src/common/ssl_certificate.c
4036                 Fix leak in expired cert check
4037
4038 2006-05-25 [colin]      2.2.0cvs55
4039
4040         * src/mh.c
4041                 Disable flags syncing on .mh_sequences - it
4042                 is buggy and marks mails read under unknown
4043                 conditions.
4044
4045 2006-05-25 [paul]
4046
4047         * 2.3.0-rc4 released
4048
4049 2006-05-24 [colin]      2.2.0cvs54
4050
4051         attention cvs users: if you manage to crash
4052         Sylpheed-Claws while moving, copying or deleting
4053         mails, we *are* interested in stack traces and
4054         valgrind logs. It looks stable, but one never
4055         knows...
4056
4057         * src/folder.c
4058                 Add progressbar for cache updates
4059         * src/folderutils.c
4060                 Optimize Mark all read in the current
4061                 folder
4062         * src/mh.c
4063                 Add progressbar for copy/move
4064         * src/procmsg.c
4065                 Optimize O(n^2) in copy/move
4066         * src/summaryview.c
4067         * src/gtk/gtksctree.c
4068                 Optimize O(n^2) algos
4069         * src/common/timing.h
4070                 Display ms instead of us
4071
4072 2006-05-24 [wwp]        2.2.0cvs53
4073
4074         * manual/fr/advanced.xml
4075                 updates to the French manual.
4076
4077 2006-05-24 [wwp]        2.2.0cvs52
4078
4079         * src/common/utils.c
4080                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4081
4082 2006-05-24 [wwp]        2.2.0cvs51
4083
4084         * src/folderutils.c
4085                 fixed "mark all read" in MH folders (thanks to Colin).
4086
4087 2006-05-24 [paul]       2.2.0cvs50
4088
4089         * doc/man/sylpheed-claws.1
4090                 updated the man page
4091
4092 2006-05-23 [colin]      2.2.0cvs49
4093
4094         * src/folderview.c
4095         * src/imap.c
4096         * src/inc.c
4097         * src/mbox.c
4098         * src/messageview.c
4099         * src/news.c
4100         * src/send_message.c
4101         * src/summaryview.c
4102         * src/gtk/sslcertwindow.c
4103                 alertpanel fixes, by Fabien
4104
4105 2006-05-23 [colin]      2.2.0cvs48
4106
4107         * src/folder.c
4108         * src/folderview.c
4109         * src/msgcache.c
4110         * src/summaryview.c
4111         * src/gtk/gtksctree.c
4112         * src/gtk/gtksctree.h
4113                 More timings
4114                 Fix slow loading problem, which was caused by the
4115                 use of some gtk_ctree funcs and their use of
4116                 g_list_position while gtk_ctree_(un)link'ing.
4117                 Reap more functions from gtkctree.c to be sure we
4118                 use our (fast) version instead of theirs.
4119         * src/mh.c
4120                 Fix copy of unread mails
4121
4122
4123 2006-05-22 [wwp]        2.2.0cvs47
4124
4125         * manual/fr/advanced.xml
4126                 updated.
4127
4128 2006-05-22 [colin]      2.2.0cvs46
4129
4130         * src/filtering.c
4131                 Fix possible infinite loop. 'copy' is not a 
4132                 final action, so when encountering a 'copy',
4133                 we have to check if a previous one was set
4134                 and do it. In the same way, if we encounter
4135                 a 'move' we have to perform a possibly 
4136                 pending 'copy'. This will slow down filtering
4137                 on IMAP if move+copy or multiple copy actions
4138                 are to be done, but handling it via the batch
4139                 would be really too convoluted.
4140
4141 2006-05-22 [wwp]        2.2.0cvs45
4142
4143         * manual/fr/advanced.xml
4144         * manual/fr/faq.xml
4145         * manual/fr/glossary.xml
4146         * manual/fr/handling.xml
4147         * manual/fr/intro.xml
4148         * manual/fr/plugins.xml
4149         * manual/fr/sylpheed-claws-manual.xml
4150                 sync w/ the english manual: updates URIs, documented mailing-list
4151                 support, better explanation about the enabled/disabled feature
4152                 in filtering/processing rules by Paul.
4153
4154 2006-05-21 [colin]      2.2.0cvs44
4155
4156         * src/summaryview.c
4157                 Don't expand after building threads, but during
4158
4159 2006-05-21 [colin]      2.2.0cvs43
4160
4161         * src/procmsg.c
4162         * src/summaryview.c
4163                 More timing possibilities... For next time I have 
4164                 to find out how the hell some 3GHz computer takes
4165                 one minute to open a 30k folder...
4166
4167 2006-05-21 [colin]      2.2.0cvs42
4168
4169         * manual/pl/advanced.xml
4170         * manual/pl/faq.xml
4171         * manual/pl/glossary.xml
4172         * manual/pl/handling.xml
4173         * manual/pl/intro.xml
4174         * manual/pl/plugins.xml
4175         * manual/pl/sylpheed-claws-manual.xml
4176                 Polish manual updated by Pawel
4177
4178 2006-05-20 [colin]
4179
4180         * 2.3.0-rc3 released
4181
4182 2006-05-20 [colin]      2.2.0cvs41
4183
4184         * src/imap.c
4185                 Fix -rc2 problems:
4186                 - remove cache of moved messages from original folder
4187                 - apply new flags to messages even if they aren't appliable
4188                   via IMAP.
4189
4190 2006-05-20 [colin]
4191
4192         * 2.3.0-rc2 released
4193
4194 2006-05-19 [colin]      2.2.0cvs40
4195
4196         * src/imap.c
4197                 Don't issue SELECT in imap_change_flags
4198                 before having checked that we indeed have
4199                 some flags to change. MSG_POSTFILTERED for
4200                 example can't be used on IMAP.
4201                 Fixes bug #955 (copying messages between 
4202                 imap folders is extremely slow), which was
4203                 a regression.
4204
4205 2006-05-19 [colin]      2.2.0cvs39
4206
4207         * src/folder.c
4208         * src/folder.h
4209         * src/folderview.c
4210                 Try to fix bug #830 (Some unread messages 
4211                 get marked read in IMAP inbox):
4212                 - Prevent scanning a folder if it's being 
4213                   opened via the GUI
4214                 - Postpone opening via the GUI of a folder
4215                   currently scanned.
4216
4217
4218 2006-05-19 [wwp]        2.2.0cvs38
4219
4220         * manual/advanced.xml
4221                 fix English+typo (thanks to Paul).
4222
4223 2006-05-19 [wwp]        2.2.0cvs37
4224
4225         * manual/advanced.xml
4226         * manual/fr/advanced.xml
4227         * src/gtk/logwindow.c
4228         * src/prefs_common.c
4229         * src/prefs_common.h
4230                 added hidden prefs to allow customization of colors used in
4231                 protocol log window (useful for dark gtk+ themes).
4232
4233 2006-05-19 [wwp]        2.2.0cvs36
4234
4235         * ChangeLog
4236                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4237
4238 2006-05-19 [paul]       2.2.0cvs35
4239
4240         * src/textview.c
4241                 make Reply-To fully clickable
4242         * src/gtk/logwindow.c
4243                 more colouring (SMTP ESMTP)
4244         Both patches by Pawel Pekala
4245
4246 2006-05-19 [cleroy]     2.2.0cvs34
4247
4248         * src/mh.c
4249                 Don't update flags from current folder
4250                 Probably fixes bug #935 (Read Messages 
4251                 Revert to Being Marked as Unread)
4252
4253 2006-05-18 [colin]      2.2.0cvs33
4254
4255         * src/imap.c
4256                 Warning fix
4257         * src/compose.c
4258         * src/mainwindow.c
4259         * src/summaryview.c
4260         * src/toolbar.c
4261                 Allow replying to multiple emails
4262                 in multiple windows
4263         * src/mimeview.c
4264         * src/etpan/imap-thread.c
4265                 Leak fixes
4266
4267 2006-05-18 [paul]       2.2.0cvs32
4268
4269         * src/summaryview.c
4270                 keep Mailing-List menu refreshed
4271                 Thanks to Colin
4272
4273 2006-05-18 [paul]       2.2.0cvs31
4274
4275         * manual/advanced.xml
4276         * manual/faq.xml
4277         * manual/glossary.xml
4278         * manual/handling.xml
4279         * manual/intro.xml
4280         * manual/plugins.xml
4281         * manual/sylpheed-claws-manual.xml
4282                 update URLs
4283                 add info about mailing-list support
4284                 edit filtering info
4285         * src/wizard.c
4286         * src/common/defs.h
4287         * src/gtk/about.c
4288         * src/plugins/dillo_viewer/README
4289                 update URLs
4290
4291 2006-05-17 [wwp]        2.2.0cvs30
4292
4293         * manual/handling.xml
4294         * manual/fr/handling.xml
4295                 documented the ability to enabled/disable filtering/processing rules.
4296
4297 2006-05-17 [colin]      2.2.0cvs29
4298
4299         * src/main.c
4300                 Don't initialize g_thread subsystem if it's 
4301                 already done (thanks to Hiro)
4302         * src/mimeview.c
4303                 Fix saving of parts when there name can't be
4304                 converted from UTF-8.
4305
4306 2006-05-17 [paul]       2.2.0cvs28
4307
4308         * po/Makefile.in.in
4309                 fix config.status warning with autoconf 2.60
4310
4311 2006-05-17 [paul]       2.2.0cvs27
4312
4313         * po/POTFILES.in
4314                 add src/mbox.c
4315
4316 2006-05-17 [wwp]        2.2.0cvs26
4317
4318         * src/mainwindow.c
4319                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4320
4321 2006-05-17 [wwp]        2.2.0cvs25
4322
4323         * src/plugins/demo/demo.c
4324                 updated product name in plugin demo (many plugins need to be
4325                 sync'ed w/ that change).
4326
4327 2006-05-17 [colin]      2.2.0cvs24
4328
4329         * src/mh.c
4330                 Fix leak
4331
4332 2006-05-16 [colin]      2.2.0cvs23
4333
4334         * src/mainwindow.c
4335                 Stupid me hit again. Fix cvs22.
4336
4337 2006-05-16 [colin]      2.2.0cvs22
4338
4339         * src/mainwindow.c
4340                 Fix bug #922 (sylpheed-claws crashed after 
4341                 pushing on Inbox folder)
4342
4343 2006-05-16 [colin]      2.2.0cvs21
4344
4345         * src/compose.c
4346                 Make From header be copy/paste/select-able
4347
4348 2006-05-16 [wwp]        2.2.0cvs20
4349
4350         * src/export.c
4351         * src/matcher.c
4352         * src/summaryview.c
4353         * src/etpan/imap-thread.c
4354                 fix some compiler warnings (thanks to Colin).
4355
4356 2006-05-16 [wwp]        2.2.0cvs19
4357
4358         * src/action.c
4359         * src/gedit-print.c
4360         * src/inc.c
4361         * src/mainwindow.c
4362         * src/mh.c
4363         * src/statusbar.c
4364         * src/send_message.c
4365         * src/summaryview.c
4366                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4367
4368 2006-05-15 [colin]      2.2.0cvs18
4369
4370         * src/procmsg.c
4371                 Fix automatic rule creation with List-Post
4372
4373 2006-05-15 [paul]       2.2.0cvs17
4374
4375         * tools/filter_conv_new.pl
4376                 updated for rule enabling/disabling
4377                 claws version >= 2.3.x required
4378
4379 2006-05-15 [cleroy]     2.2.0cvs16
4380
4381         * src/main.c
4382                 Revert test
4383
4384 2006-05-15 [cleroy]     2.2.0cvs15
4385
4386         * src/main.c
4387                 test
4388
4389 2006-05-15 [wwp]        2.2.0cvs14
4390
4391         * manual/pl/.cvsignore
4392                 ignore generated files.
4393
4394 2006-05-14 [wwp]        2.3.0-rc1
4395
4396         * 2.3.0-rc1 released
4397
4398 2006-05-13 [wwp]        2.2.0cvs13
4399
4400         * src/filtering.c
4401         * src/filtering.h
4402         * src/matcher.c
4403         * src/matcher_parser_lex.l
4404         * src/matcher_parser_parse.y
4405         * src/prefs_filtering.c
4406                 new feature: provide the ability to disable filtering and processing
4407                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4408                 adaptations.
4409
4410 2006-05-13 [colin]      2.2.0cvs12
4411
4412         * src/compose.c
4413                 Remove useless if (a) b; else b;
4414                 Thanks to wwp
4415
4416 2006-05-13 [wwp]        2.2.0cvs11
4417
4418         * src/export.c
4419         * src/import.c
4420         * src/mainwindow.c
4421         * src/mbox.c
4422         * src/summaryview.c
4423         * src/summaryview.h
4424                 no more silent failures (or at least less ones) when importing
4425                 or exporting from/to mbox. Also start importing/exporting if
4426                 the necessary info is set.
4427
4428 2006-05-13 [wwp]        2.2.0cvs10
4429
4430         * RELEASE_NOTES
4431                 restored up-to-date release notes.
4432
4433 2006-05-13 [paul]       2.2.0cvs9
4434
4435         * po/nl.po
4436         * po/ru.po
4437                 updated by Tim Dijkstra and Pavlo Bohmat
4438
4439 2006-05-12 [colin]      2.2.0cvs8
4440
4441         * src/gtk/quicksearch.c
4442                 Add "k" as shortcut for "colorlabel". Patch
4443                 by ath42@users.sf.net.
4444
4445 2006-05-12 [paul]       2.2.0cvs7
4446
4447         * src/prefs_common.h
4448         * src/prefs_summaries.c
4449         * src/summaryview.c
4450                 when entering a folder also allow
4451                 going directly to first Marked message
4452
4453 2006-05-12 [paul]       2.2.0cvs6
4454
4455         * src/summaryview.c
4456                 always obey 'confirm before marking all
4457                 mails read' option
4458
4459 2006-05-12 [paul]       2.2.0cvs5
4460
4461         * src/textview.c
4462                 make Sender fully clickable
4463
4464 2006-05-12 [colin]      2.2.0cvs4
4465
4466         * src/compose.c
4467         * src/compose.h
4468                 Let From be editable
4469         * src/main.c
4470         * src/mh.c
4471                 Full support of .mh_sequences' Unseen seq
4472
4473 2006-05-12 [colin]      2.2.0cvs3
4474
4475         * src/folder.c
4476         * src/mainwindow.c
4477         * src/mainwindow.h
4478         * src/messageview.c
4479         * src/prefs_spelling.c
4480         * src/procheader.c
4481         * src/procmsg.c
4482         * src/procmsg.h
4483         * src/summaryview.c
4484         * src/toolbar.c
4485         * src/toolbar.h
4486                 Add contextual menu on Compose toolbar
4487                 button. Fixes bug #944 (Automatic
4488                 addresses not applied when changing account
4489                 from compose window)
4490                 add Mailing List support
4491                 based on the old 0.6.5claws25 patch by
4492                 Melvin Hadasht, with finishing touches
4493                 by Colin
4494                 Fix "ignore thread" when mails are threaded by
4495                 subject (and weren't ignored although appearing
4496                 in the thread).
4497                 GUI rework.
4498                 Both patches by Pawel.
4499
4500 2006-05-08 [paul]       2.2.0cvs2
4501
4502         * src/mainwindow.c
4503         * src/mainwindow.h
4504         * src/messageview.c
4505         * src/procheader.c
4506         * src/procmsg.c
4507         * src/procmsg.h
4508         * src/summaryview.c
4509                 add Mailing List support
4510                 based on the old 0.6.5claws25 patch by 
4511                 Melvin Hadasht, with finishing touches
4512                 by Colin
4513
4514 2006-05-08 [colin]      2.2.0cvs1
4515
4516         * src/mainwindow.c
4517         * src/toolbar.c
4518         * src/toolbar.h
4519                 Add contextual menu on Compose toolbar 
4520                 button. Fixes bug #944 (Automatic 
4521                 addresses not applied when changing account 
4522                 from compose window)
4523
4524 2006-05-08 [paul]       2.2.0
4525
4526         2.2.0 released
4527
4528 2006-05-08 [paul]       2.1.1cvs51
4529
4530         * po/cs.po
4531         * po/de.po
4532         * po/en_GB.po
4533         * po/fi.po
4534         * po/fr.po
4535         * po/pt_BR.po
4536         * po/sr.po
4537         * po/zh_CN.po
4538                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4539                 Fabien Vantard, Frederico Goncalves Guimaraes,
4540                 Aleksandar Urosevic, and Ralgh Young
4541
4542 2006-05-12 [colin]      2.1.1cvs50
4543
4544         * po/cs.po
4545         * po/de.po
4546         * po/en_GB.po
4547         * po/es.po
4548         * po/fi.po
4549         * po/fr.po
4550         * po/pt_BR.po
4551         * po/sr.po
4552         * po/zh_CN.po
4553                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4554                 Fabien Vantard, Frederico Goncalves Guimaraes,
4555                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4556
4557 2006-05-05 [colin]      2.1.1cvs49
4558
4559         * manual/Makefile.am
4560         * manual/pl/Makefile.am
4561         * manual/pl/account.xml
4562         * manual/pl/ack.xml
4563         * manual/pl/addrbook.xml
4564         * manual/pl/advanced.xml
4565         * manual/pl/faq.xml
4566         * manual/pl/glossary.xml
4567         * manual/pl/gpl.xml
4568         * manual/pl/handling.xml
4569         * manual/pl/intro.xml
4570         * manual/pl/keyboard.xml
4571         * manual/pl/plugins.xml
4572         * manual/pl/starting.xml
4573         * manual/pl/sylpheed-claws-manual.xml
4574         * manual/pl/dist/.cvsignore
4575         * manual/pl/dist/Makefile.am
4576         * manual/pl/dist/html/.cvsignore
4577         * manual/pl/dist/html/Makefile.am
4578         * manual/pl/dist/pdf/.cvsignore
4579         * manual/pl/dist/pdf/Makefile.am
4580         * manual/pl/dist/ps/.cvsignore
4581         * manual/pl/dist/ps/Makefile.am
4582         * manual/pl/dist/txt/.cvsignore
4583         * manual/pl/dist/txt/Makefile.am
4584                 Add the polish translation of the manual,
4585                 Authored by Pawel Pekala.
4586
4587 2006-05-05 [cleroy]     2.1.1cvs48
4588
4589         * src/main.c
4590                 Re-read matcherrc after loading plugins 
4591                 if some of them add folders.
4592
4593 2006-05-03 [colin]      2.1.1cvs47
4594
4595         * src/imap.c
4596                 I'm idiot
4597
4598 2006-05-03 [colin]      2.1.1cvs46
4599
4600         * src/imap.c
4601                 Be sure to have a session when
4602                 getting separator
4603
4604 2006-05-03 [colin]      2.1.1cvs45
4605
4606         * src/imap.c
4607         * src/imap.h
4608         * src/imap_gtk.c
4609                 Fix preventing renaming with namespace 
4610                 separator.
4611
4612 2006-05-01 [colin]      2.1.1cvs44
4613
4614         * src/action.c
4615                 Don't reload messageview when result of
4616                 action is piped.
4617
4618 2006-04-29 [colin]      2.1.1cvs43
4619
4620         * src/prefs_receive.c
4621         * src/plugins/spamassassin/spamassassin_gtk.c
4622         * src/plugins/clamav/clamav_plugin_gtk.c
4623                 GUI fixes by Pawel
4624
4625 2006-04-29 [colin]      2.1.1cvs42
4626
4627         * src/prefs_compose_writing.c
4628         * src/prefs_quote.c
4629                 Cleanups. Patch by Pawel
4630
4631 2006-04-28 [paul]       2.1.1cvs41
4632
4633         * src/matcher.c
4634                 fix returned quick search results when search
4635                 term contains an underscore.
4636                 Thanks to Colin
4637
4638 2006-04-28 [paul]       2.1.1cvs40
4639
4640         * src/prefs_message.c
4641         * src/prefs_receive.c
4642                 GUI cleanups
4643                 Patches by Pawel Pekala
4644
4645 2006-04-27 [colin]      2.1.1cvs39
4646
4647         * src/wizard.c
4648                 Differentiate subject Welcome from
4649                 window's title Welcome
4650
4651 2006-04-27 [paul]
4652
4653         2.2.0-rc1 released
4654
4655 2006-04-27 [paul]       2.1.1cvs38
4656
4657         * manual/advanced.xml
4658         * manual/fr/advanced.xml
4659                 add info about compose_no_markup hidden pref
4660
4661 2006-04-27 [paul]       2.1.1cvs37
4662
4663         * src/prefs_account.c
4664                 improve privacy labels
4665         * src/prefs_msg_colors.c
4666                 change some strings for translators' convenience
4667         * src/gtk/gtkutils.c
4668                 don't underline the link button text
4669
4670 2006-04-25 [colin]      2.1.1cvs36
4671
4672         * src/folder.c
4673                 Complete 2.1.1cvs33 (once more ;)
4674
4675 2006-04-25 [colin]      2.1.1cvs35
4676
4677         * src/editldap.c
4678                 Fix tooltip
4679
4680 2006-04-25 [cleroy]     2.1.1cvs34
4681
4682         * src/compose.c
4683         * src/gtk/gtkaspell.c
4684                 Fix crash on redirect (related to the return 
4685                 of the aspell menu in compose's toolbar)
4686         * src/prefs_msg_colors.c
4687                 Fix sensitivity widgets
4688         * src/image_viewer.c
4689         * src/gtk/pluginwindow.c
4690         * src/gtk/prefswindow.c
4691                 Change released signals to clicked (Fabien)
4692         * po/POTFILES.in
4693         * src/common/socket.c
4694         * src/plugins/spamassassin/spamassassin.c
4695                 Translate strings (Fabien)
4696
4697 2006-04-25 [paul]       2.1.1cvs33
4698
4699         * src/folder.c
4700         * src/folder.h
4701         * src/folderview.c
4702                 complete the fix of bug #912
4703                 Thanks to Colin
4704
4705 2006-04-25 [colin]      2.1.1cvs32
4706
4707         * src/news.c
4708                 Better progress bar
4709         * src/mimeview.c
4710         * src/summaryview.c
4711         * src/summaryview.h
4712                 Fix focus chain
4713                 Patches by Pawel Pekala
4714
4715 2006-04-24 [colin]      2.1.1cvs31
4716
4717         * src/compose.c
4718                 Fix compilation warnings (Fabien)
4719
4720 2006-04-24 [colin]      2.1.1cvs30
4721
4722         * src/addrindex.c
4723         * src/editldap.c
4724         * src/editldap_basedn.c
4725         * src/editldap_basedn.h
4726         * src/ldapctrl.c
4727         * src/ldapctrl.h
4728         * src/ldapquery.c
4729         * src/ldaputil.c
4730         * src/ldaputil.h
4731                 Fix bug #901 (LDAPS support)
4732
4733 2006-04-24 [colin]      2.1.1cvs29
4734
4735         * src/compose.c
4736                 Fix logic on error with send dialog on
4737         * src/imap.c
4738                 Fix compilation without libetpan, thanks
4739                 to Fabien
4740         * src/summaryview.c
4741                 Fix 'context-menu' key
4742
4743 2006-04-23 [colin]      2.1.1cvs28
4744
4745         * src/folder.c
4746                 Never free current's cache to free up 
4747                 memory. Fixes bug #912 (new count 
4748                 randomly set to message count)
4749
4750 2006-04-23 [colin]      2.1.1cvs27
4751
4752         * src/gtk/quicksearch.c
4753                 And remove printf...
4754
4755 2006-04-23 [colin]      2.1.1cvs26
4756
4757         * src/gtk/quicksearch.c
4758                 Fix replacing in quicksearch, and fix inserting
4759                 in the middle of the string. (introduced at 2.1.0cvs22)
4760
4761 2006-04-23 [colin]      2.1.1cvs25
4762
4763         * src/imap.c
4764                 Make sure uidnext is initialized in get_num_list
4765                 (not for stable, related to 2.1.1cvs8 and friends)
4766
4767 2006-04-23 [colin]      2.1.1cvs24
4768
4769         * src/imap.c
4770                 Output something when login is successful
4771                 too
4772
4773 2006-04-23 [colin]      2.1.1cvs23
4774
4775         * src/etpan/imap-thread.c
4776                 Better logging (line-per-line, hide data in fetch)
4777                 Fix a const warning
4778         * src/gtk/logwindow.c
4779         * src/gtk/logwindow.h
4780                 Better logging (color for input/output)
4781
4782 2006-04-21 [colin]      2.1.1cvs22
4783
4784         * src/gtk/quicksearch.c
4785                 On gtk+-2.8, use stock buttons in quicksearch
4786                 Based on a patch by Fabien and a design by Paul
4787
4788 2006-04-21 [colin]      2.1.1cvs21
4789
4790         * src/folderview.c
4791         * src/mainwindow.c
4792                 Fix occasional flicker in folderview
4793         * src/common/utils.c
4794                 Fix bug #943 (Incorrectly parsed email address 
4795                 list in short headers on message view and in 
4796                 printouts)
4797
4798 2006-04-20 [colin]      2.1.1cvs20
4799
4800         * src/imap.c
4801         * src/imap.h
4802         * src/prefs_account.c
4803                 Add ANONYMOUS auth for IMAP
4804
4805 2006-04-20 [paul]       2.1.1cvs19
4806
4807         * src/main.c
4808                 proper fix for 2.1.1cvs18
4809                 Thanks to Colin
4810
4811 2006-04-20 [paul]       2.1.1cvs18
4812
4813         * src/main.c
4814                 fix build warnings
4815
4816 2006-04-20 [paul]       2.1.1cvs17
4817
4818         * src/gtk/quicksearch.c
4819                 fix standard, non-extended Quick search,
4820                 was broken in 2.1.1cvs15.
4821                 Thanks to Colin.
4822
4823 2006-04-20 [colin]      2.1.1cvs16
4824
4825         * src/prefs_matcher.c
4826                 Fix values when reselecting a ~test
4827                 rule
4828
4829 2006-04-19 [colin]      2.1.1cvs15
4830
4831         * src/compose.c
4832         * src/compose.h
4833         * src/gtk/gtkaspell.c
4834         * src/gtk/gtkaspell.h
4835                 Put back Options menu in Spelling/
4836         * src/gtk/quicksearch.c
4837                 Don't search, and show error, if the
4838                 advanced search has a syntax error
4839
4840 2006-04-18 [colin]      2.1.1cvs14
4841
4842         * src/textview.c
4843                 Fix gdk warnings on set_cursor when textview
4844                 isn't visible
4845
4846 2006-04-18 [colin]      2.1.1cvs13
4847
4848         * src/gtk/gtksctree.c
4849                 Remove seemingly useless refresh that causes
4850                 flicker - watch this commit in case of 
4851                 problems before planned backport to stable
4852
4853 2006-04-18 [colin]      2.1.1cvs12
4854
4855         * src/imap.c
4856                 Factorize get/set_xml code
4857         * src/compose.c
4858         * src/prefs_account.c
4859         * src/prefs_account.h
4860         * src/procmsg.c
4861                 Add Encrypt to self option
4862
4863 2006-04-17 [colin]      2.1.1cvs11
4864
4865         * configure.ac
4866                 Fix search on encrpyt function on dragonfly
4867                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4868
4869 2006-04-17 [colin]      2.1.1cvs10
4870
4871         * src/prefs_account.c
4872                 Be safe by default: remove mails from POP3
4873                 after 7 days, not immediately
4874
4875 2006-04-17 [colin]      2.1.1cvs9
4876
4877         * src/etpan/imap-thread.c
4878                 Fix build on DragonFly - patch by 
4879                 Jonathan Buschmann <jonthn@agmact.com>
4880
4881 2006-04-17 [colin]      2.1.1cvs8
4882
4883         * src/imap.c
4884                 Save uidnext between sessions
4885
4886 2006-04-17 [colin]      2.1.1cvs7
4887
4888         * src/imap.c
4889                 scan is required when uid validity changes
4890
4891 2006-04-17 [colin]      2.1.1cvs6
4892
4893         * src/folderview.c
4894                 Don't scan if not necessary, apart in current
4895                 folder and INBOX to fetch flags.
4896         * src/imap.c
4897                 Scan is necessary if unread count changes
4898
4899 2006-04-17 [colin]      2.1.1cvs5
4900
4901         * src/imap.c
4902                 ...But always fetch ANSWERED and DELETED flags for
4903                 INBOX, as filtering can happen on these flags.
4904
4905 2006-04-17 [colin]      2.1.1cvs4
4906
4907         * src/imap.c
4908                 Don't fetch REPLIED and DELETED flags when synchronising
4909                 flags with a closed folder. We only need UNSEEN and FLAGGED
4910                 to update the folderview.
4911
4912 2006-04-17 [colin]      2.1.1cvs3
4913
4914         * src/imap.c
4915                 Faster flag search when there are new mails 
4916                 in a folder. We can do a full search if the 
4917                 folder contains less messages than the new
4918                 list.
4919
4920 2006-04-17 [colin]      2.1.1cvs2
4921
4922         * po/cs.po
4923         * po/de.po
4924         * po/fr.po
4925         * po/nl.po
4926         * po/pt_BR.po
4927                 Update translations from stable branch
4928
4929 2006-04-17 [colin]      2.1.1cvs1
4930
4931         * configure.ac
4932                 Bump version to follow stable release
4933
4934 2006-04-16 [mones]      2.1.0cvs50
4935
4936         * po/es.po
4937                 Updated for release
4938
4939 2006-04-16 [colin]      2.1.0cvs49
4940
4941         * src/textview.c
4942                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4943                 with gtk < 2.8. Thanks to Fabien Vantard.
4944
4945 2006-04-15 [colin]      2.1.0cvs48
4946
4947         * src/etpan/imap-thread.c
4948                 Fix bug #919 (libetpan: SEGV when connecting 
4949                 using command)
4950
4951 2006-04-14 [colin]      2.1.0cvs47
4952
4953         * src/main.c
4954                 Fix race on --select (should be done better)
4955
4956 2006-04-14 [wwp]        2.1.0cvs46
4957
4958         * src/send_message.c
4959                 enforce a check for domain in account prefs (a sending
4960                 error could be faced if domain was checked but no value set),
4961                 thanks to Colin.
4962
4963 2006-04-14 [colin]      2.1.0cvs45
4964
4965         * src/codeconv.c
4966                 when converting from unknown to unknown, if the
4967                 string is UTF8, don't convert it to the locale
4968                 (which breaks it)
4969
4970 2006-04-14 [colin]      2.1.0cvs44
4971
4972         * src/compose.c
4973                 Don't try to use ASCII for converting headers
4974                 (as done in body)
4975
4976 2006-04-14 [paul]       2.1.0cvs43
4977
4978         * src/crash.c
4979                 add locale/charset info to crash report
4980         * src/gtk/about.c
4981                 add wwp to doc team
4982                 replace 'e-mail' with preferred 'email'
4983         * src/gtk/authors.h
4984                 ensure contributors list is in alphabetical
4985                 order
4986
4987 2006-04-13 [colin]      2.1.0cvs42
4988
4989         * src/textview.c
4990                 Prevent gdk warnings
4991
4992 2006-04-13 [colin]      2.1.0cvs41
4993
4994         * src/common/ssl_certificate.c
4995         * src/common/ssl_certificate.h
4996         * src/gtk/sslcertwindow.c
4997                 Warn on expired certs, and display the expiration date
4998
4999 2006-04-13 [colin]      2.1.0cvs40
5000
5001         * src/plugins/spamassassin/spamassassin_gtk.c
5002                 Fix missing set_text on unix socket
5003
5004 2006-04-13 [wwp]        2.1.0cvs39
5005
5006         * manual/fr/advanced.xml
5007         * manual/fr/glossary.xml
5008                 applied new spam/ham/email lexicon (pourriel, courriel)
5009
5010 2006-04-13 [paul]       2.1.0cvs38
5011
5012         * src/plugins/pgpmime/plugin.c
5013                 remove the mention of S/MIME from the
5014                 description. This is now handled by the
5015                 S/MIME plugin.
5016
5017 2006-04-13 [paul]       2.1.0cvs37
5018
5019         * src/prefs_msg_colors.c
5020                 rework dialog
5021         * src/prefs_folder_item.c
5022         * src/prefs_spelling.c
5023                 add a tooltip to the colour selector buttons
5024
5025 2006-04-13 [wwp]        2.1.0cvs36
5026
5027         * manual/advanced.xml
5028         * manual/glossary.xml
5029         * manual/handling.xml
5030         * manual/keyboard.xml
5031         * manual/plugins.xml
5032         * manual/starting.xml
5033         * manual/fr/account.xml
5034         * manual/fr/ack.xml
5035         * manual/fr/addrbook.xml
5036         * manual/fr/advanced.xml
5037         * manual/fr/faq.xml
5038         * manual/fr/glossary.xml
5039         * manual/fr/gpl.xml
5040         * manual/fr/handling.xml
5041         * manual/fr/intro.xml
5042         * manual/fr/keyboard.xml
5043         * manual/fr/plugins.xml
5044         * manual/fr/starting.xml
5045         * manual/fr/sylpheed-claws-manual.xml
5046                 fixes to the manuals:
5047                  - summaryview -> Message List (same in French)
5048                  - translate key names
5049                  - fix French punctuation, use non-breakable spaces when
5050                    necessary, don't use &thinsp; which is not portable
5051                  - tell what maildir and mbox formats we support
5052
5053 2006-04-12 [wwp]        2.1.0cvs35
5054
5055         * src/prefs_toolbar.c
5056                 unified a replace button more,
5057                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5058
5059 2006-04-12 [wwp]        2.1.0cvs34
5060
5061         * src/prefs_common.c
5062         * src/prefs_msg_colors.c
5063                 make default color labels translatable,
5064                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5065                 thanks to Tim <timbrain@post.cz> for reporting.
5066
5067 2006-04-12 [wwp]        2.1.0cvs33
5068
5069         * manual/glossary.xml
5070         * manual/intro.xml
5071         * manual/plugins.xml
5072         * manual/starting.xml
5073         * manual/sylpheed-claws-manual.xml
5074         * manual/fr/.cvsignore
5075         * manual/fr/account.xml
5076         * manual/fr/ack.xml
5077         * manual/fr/addrbook.xml
5078         * manual/fr/advanced.xml
5079         * manual/fr/faq.xml
5080         * manual/fr/glossary.xml
5081         * manual/fr/handling.xml
5082         * manual/fr/intro.xml
5083         * manual/fr/keyboard.xml
5084         * manual/fr/plugins.xml
5085         * manual/fr/starting.xml
5086         * manual/fr/sylpheed-claws-manual.xml
5087                 various fixes: typos, missing .fr translations, punctuation,
5088                 capitalization, links, accents and some bad French more.
5089
5090 2006-04-12 [wwp]        2.1.0cvs32
5091
5092         * src/prefs_gtk.c
5093                 fix for bug #935: always store prefs files in UTF-8 (thanks
5094                 to Colin).
5095
5096 2006-04-11 [colin]      2.1.0cvs31
5097
5098         * src/compose.c
5099                 Fix inserting files not in utf8 when locale is utf8
5100
5101 2006-04-11 [colin]      2.1.0cvs30
5102
5103         * src/inc.c
5104                 Don't show error dialog when cancelling connection
5105                 Patch by Pawel
5106
5107 2006-04-11 [cleroy]     2.1.0cvs29
5108
5109         * src/compose.c
5110                 Implement multiple quote levels
5111         * src/prefs_common.c
5112                 Change a little bit the quote bgcolor for 2nd level
5113
5114 2006-04-11 [colin]      2.1.0cvs28
5115
5116         * src/gtk/about.c
5117                 Add locale and charset in the label
5118
5119 2006-04-10 [colin]      2.1.0cvs27
5120
5121         * src/compose.c
5122         * src/prefs_common.c
5123         * src/prefs_common.h
5124         * src/prefs_msg_colors.c
5125         * src/textview.c
5126                 Allow optional background color in quotes
5127                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5128                 GTK+-2.8.x feature
5129
5130 2006-04-10 [colin]      2.1.0cvs26
5131
5132         * src/main.c
5133         * src/mainwindow.c
5134         * src/mainwindow.h
5135                 Implement --select
5136
5137 2006-04-10 [colin]      2.1.0cvs25
5138
5139         * manual/plugins.xml
5140         * manual/fr/plugins.xml
5141                 Document libcurl's proxy variables
5142
5143 2006-04-09 [colin]      2.1.0cvs24
5144
5145         * src/prefs_common.c
5146                 gettext() returns statically allocated stuff. We have
5147                 to strdup it in order to be able to free it.
5148
5149 2006-04-09 [colin]      2.1.0cvs23
5150
5151         * AUTHORS
5152         * src/gtk/authors.h
5153                 Add Alexei
5154
5155 2006-04-09 [colin]      2.1.0cvs22
5156
5157         * src/mainwindow.c
5158         * src/gtk/quicksearch.c
5159                 Fix bug #859 (problems with cyrilic input in 
5160                 search panel) - Patch by Alexey Illarionov 
5161                 <littlesavage@rambler.ru>
5162
5163 2006-04-09 [colin]      2.1.0cvs21
5164
5165         * src/prefs_customheader.c
5166                 I prefer removing then freeing rather than the contrary
5167                 (even if it doesn't change anything ;-)
5168         * src/prefs_account.c
5169                 Fix bug #933 (Crash re-entering the custom headers list 
5170                 dialog in accounts prefs)
5171                 The problem happened when cancelling the Account 
5172                 Preferences' dialogs - in which case we didn't do 
5173                 anything to the PrefsAccount * struct. In case of applying,
5174                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5175                 working with in this dialog. The problem is that 
5176                 prefs_customheader.c, working on this tmp_ac_prefs, always
5177                 changes the ->customhdr_list pointer, even when cancelled. 
5178                 So in case of cancelling the prefs_account dialog, we still
5179                 have to update ->customhdr_list in the real account.
5180
5181 2006-04-08 [colin]      2.1.0cvs20
5182
5183         * manual/fr/glossary.xml
5184         * manual/fr/keyboard.xml
5185                 Forgot some headers :)
5186
5187 2006-04-08 [colin]      2.1.0cvs19
5188
5189         * manual/Makefile.am
5190         * manual/fr/Makefile.am
5191         * manual/fr/account.xml
5192         * manual/fr/ack.xml
5193         * manual/fr/addrbook.xml
5194         * manual/fr/advanced.xml
5195         * manual/fr/faq.xml
5196         * manual/fr/glossary.xml
5197         * manual/fr/gpl.xml
5198         * manual/fr/handling.xml
5199         * manual/fr/intro.xml
5200         * manual/fr/keyboard.xml
5201         * manual/fr/plugins.xml
5202         * manual/fr/starting.xml
5203         * manual/fr/sylpheed-claws-manual.xml
5204         * manual/fr/dist/.cvsignore
5205         * manual/fr/dist/Makefile.am
5206         * manual/fr/dist/html/.cvsignore
5207         * manual/fr/dist/html/Makefile.am
5208         * manual/fr/dist/pdf/.cvsignore
5209         * manual/fr/dist/pdf/Makefile.am
5210         * manual/fr/dist/ps/.cvsignore
5211         * manual/fr/dist/ps/Makefile.am
5212         * manual/fr/dist/txt/.cvsignore
5213         * manual/fr/dist/txt/Makefile.am
5214                 Add the french translation of the manual. Thanks to
5215                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5216                 account.xml, ack.xml, addrbook.xml and advanced.xml
5217
5218 2006-04-08 [colin]      2.1.0cvs18
5219
5220         * manual/plugins.xml
5221         * manual/starting.xml
5222                 More fixes
5223
5224 2006-04-07 [colin]      2.1.0cvs17
5225
5226         * manual/faq.xml
5227         * manual/intro.xml
5228         * manual/keyboard.xml
5229                 Little fixes
5230
5231 2006-04-07 [colin]      2.1.0cvs16
5232
5233         * README
5234         * src/compose.c
5235         * src/prefs_common.c
5236         * src/prefs_common.h
5237                 Add hidden compose_no_markup pref
5238
5239 2006-04-07 [wwp]        2.1.0cvs15
5240
5241         * src/summary_search.c
5242         * .cvsignore
5243                 Bugfix: stop button was sticky when searching in an empty folder.
5244                 Applied curly brackets code style to the whole file (summary_search.c).
5245                 More files to ignore.
5246
5247 2006-04-07 [wwp]        2.1.0cvs14
5248
5249         * src/message_search.c
5250         * src/summary_search.c
5251                 changed default button when search bumps at file/folder
5252                 beginning or end, for convenience (thanks to Colin).
5253
5254 2006-04-07 [paul]       2.1.0cvs13
5255
5256         * src/plugins/dillo_viewer/dillo_prefs.c
5257                 avoid future potential for namespace collision
5258                 Patch by Colin
5259
5260 2006-04-06 [wwp]        2.1.0cvs12
5261
5262         * src/summary_search.c
5263                 Unify extended/advanced searches names (and thus factorize labels),
5264                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5265
5266 2006-04-06 [wwp]        2.1.0cvs11
5267
5268         * src/folderview.c
5269         * src/prefs_themes.c
5270         * src/summaryview.c
5271                 Fixed some compilation warnings.
5272
5273 2006-04-06 [colin]      2.1.0cvs10
5274
5275         * manual/advanced.xml
5276                 Document the wizard template and how to deploy
5277                 Sylpheed-Claws effectively
5278
5279 2006-04-06 [colin]      2.1.0cvs9
5280
5281         * src/folderview.c
5282                 gettext patch to tell translators about _("#"),
5283                 by Maxim Britov
5284
5285 2006-04-06 [colin]      2.1.0cvs8
5286
5287         * src/textview.c
5288                 Fix invalid GtkTextBIter after clicking "Display as text"
5289
5290 2006-04-06 [mones]      2.1.0cvs7
5291
5292         * src/addr_compl.c
5293         * src/addrindex.c
5294         * src/addritem.c
5295         * src/codeconv.c
5296         * src/compose.c
5297         * src/filtering.c
5298         * src/folder.c
5299         * src/folder_item_prefs.c
5300         * src/folderview.c
5301         * src/localfolder.c
5302         * src/matcher.c
5303         * src/mimeview.c
5304         * src/prefs_msg_colors.c
5305         * src/prefs_spelling.c
5306         * src/prefs_themes.c
5307         * src/procmime.c
5308         * src/procmsg.c
5309         * src/stock_pixmap.c
5310         * src/summaryview.c
5311         * src/textview.c
5312         * src/toolbar.c
5313         * src/common/mgutils.c
5314         * src/common/prefs.c
5315         * src/common/ssl_certificate.c
5316         * src/gtk/colorlabel.c
5317         * src/gtk/quicksearch.c
5318         * src/plugins/pgpmime/pgpmime.c
5319         * src/plugins/spamassassin/spamassassin.c
5320                 Removed redundant NULL checks for g_free() calls.
5321                 Patch by Pawel Pekala.
5322
5323 2006-04-06 [mones]      2.1.0cvs6
5324
5325         * src/prefs_actions.c
5326         * src/prefs_filtering.c
5327         * src/prefs_filtering_action.c
5328         * src/prefs_matcher.c
5329         * src/prefs_template.c
5330         * src/gtk/gtkutils.c
5331         * src/gtk/gtkutils.h
5332                 Have a nice replace button. Patch by Pawel Pekala
5333
5334 2006-04-06 [colin]      2.1.0cvs5
5335
5336         * src/addressbook.c
5337                 Fix crash with empty columns
5338
5339 2006-04-05 [colin]      2.1.0cvs4
5340
5341         * src/wizard.c
5342         * src/prefs_gtk.c
5343                 Allow wizard customization with pre-filled values
5344
5345 2006-04-05 [colin]      2.1.0cvs3
5346
5347         * src/textview.c
5348         * src/mimeview.c
5349         * src/mimeview.h
5350                 Nicer messages in mimeview
5351
5352 2006-04-05 [colin]      2.1.0cvs2
5353
5354         * src/addressbook.c
5355         * src/prefs_summaries.c
5356                 i18n fix
5357
5358 2006-04-05 [colin]      2.1.0cvs1
5359
5360         * src/plugins/pgpcore/plugin.c
5361         * src/plugins/pgpcore/select-keys.c
5362         * src/plugins/pgpcore/select-keys.h
5363         * src/plugins/pgpcore/sgpgme.c
5364         * src/plugins/pgpcore/sgpgme.h
5365         * src/plugins/pgpinline/pgpinline.c
5366         * src/plugins/pgpinline/plugin.c
5367         * src/plugins/pgpmime/pgpmime.c
5368         * src/plugins/pgpmime/plugin.c
5369                 Factorize and generalize a bit 
5370                 Drop S/MIME signature verification from PGP/MIME
5371                 (adding it as another, more complete plugin)
5372
5373 2006-04-05 [paul]       2.1.0
5374
5375         2.1.0 released
5376
5377 2006-04-05 [paul]       2.0.0cvs186
5378
5379         * manual/advanced.xml
5380                 add info on colour labels
5381
5382 2006-04-05 [paul]       2.0.0cvs185
5383
5384         * po/bg.po
5385         * po/cs.po
5386         * po/de.po
5387         * po/el.po
5388         * po/en_GB.po
5389         * po/fi.po
5390         * po/fr.po
5391         * po/it.po
5392         * po/nl.po
5393         * po/pl.po
5394         * po/pt_BR.po
5395         * po/sr.po
5396         * po/zh_CN.po
5397                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5398                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5399                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5400                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5401         * src/gtk/authors.h
5402         * tools/claws.i18n.status.pl
5403                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5404                 and new Czech translator, Tim <timbrain@post.cz>
5405
5406 2006-04-05 [mones]      2.0.0cvs184
5407
5408         * po/es.po
5409                 Updated translation
5410
5411 2006-04-05 [colin]      2.0.0cvs183
5412
5413         * src/gtk/quicksearch.c
5414                 Fix bug #929 (unnecessary reload in quick search bar)
5415
5416 2006-04-05 [colin]      2.0.0cvs182
5417
5418         * src/compose.c
5419                 Fix crash on Reply with no From:
5420                 Show signature and conversion error on queuing 
5421                 (but not sending)
5422         * src/mainwindow.c
5423         * src/summaryview.c
5424         * src/summaryview.h
5425                 Factorize threading code and make sure msginfo 
5426                 is not null when it comes from a GtkCTreeRow's 
5427                 data
5428         * src/gtk/gtkaspell.c
5429                 Check for necessary things
5430         * src/gtk/gtksctree.c
5431         * src/gtk/gtksctree.h
5432                 Reset anchor if necessary when removing node
5433
5434 2006-03-29 [colin]      2.0.0cvs181
5435
5436         * src/folderview.c
5437                 Warn for disabled IMAP accounts (due to lack of
5438                 libetpan). Breaks string-freeze - sorry - but it
5439                 is kind of important ;)
5440
5441 2006-03-28 [colin]      2.0.0cvs180
5442
5443         * src/gtk/gtkutils.c
5444         * src/gtk/gtkutils.h
5445                 Add a gtkut_get_link_btn() function that
5446                 creates a button which acts like an URI
5447         * src/prefs_themes.c
5448         * src/gtk/about.c
5449                 Use this function (factorizes codes)
5450         * src/common/defs.h
5451         * src/gtk/pluginwindow.c
5452                 Add a "Get more..." in the plugins window
5453
5454 2006-03-28 [colin]      2.0.0cvs179
5455
5456         * src/common/smtp.c
5457         * src/common/passcrypt.c
5458         * src/undo.c
5459                 Warning fixes. Patch by Pawel Pekala
5460
5461 2006-03-27 [colin]      2.0.0cvs178
5462
5463         * src/undo.c
5464                 Fix undoing by blocks with spaces
5465
5466 2006-03-27 [colin]      2.0.0cvs177
5467
5468         * src/textview.c
5469                 Set margin to 3px for headers
5470
5471 2006-03-27 [paul]
5472
5473         2.1.0-rc2 released
5474
5475 2006-03-27 [wwp]        2.0.0cvs176
5476
5477         * src/summaryview.c
5478                 don't reset quicksearch when updating the message list.
5479                 Thanks to Colin.
5480
5481 2006-03-26 [wwp]        2.0.0cvs175
5482
5483         * src/compose.c
5484                 use a unified border width ('other' tab in the compose window,
5485                 patch by Pawel Pekala).
5486
5487
5488 2006-03-26 [wwp]        2.0.0cvs174
5489
5490         * src/common/quoted-printable.c
5491         * src/addressbook.c
5492                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5493
5494 2006-03-26 [colin]      2.0.0cvs173
5495
5496         * src/quote_fmt_parse.y
5497                 Fix non-UTF8 date formats messing up the whole quote a 
5498                 little bit
5499
5500 2006-03-26 [colin]      2.0.0cvs172
5501
5502         * src/procheader.c
5503                 Make sure the date is UTF8 valid, or try to make it
5504                 so. IncrediMail is really IncrediStupid.
5505         * src/compose.c
5506                 Fix possible conversions. 
5507                 
5508
5509 2006-03-26 [colin]      2.0.0cvs171
5510
5511         * src/matcher.c
5512                 Fix corner cases in body search. This is still a
5513                 hack... It seems impossible to make it good and 
5514                 reasonably fast at the same time.
5515
5516 2006-03-26 [colin]      2.0.0cvs170
5517
5518         * src/summaryview.c
5519                 I think I killed the twilight zone bug!
5520                 summary_select_node() flushes GTK events in order
5521                 to be able to center the view. But this also 
5522                 flushes keypresses like Ctrl-Alt-U, so this can
5523                 call summary_show from summary_select_node (itself
5524                 called from summary_show, etc.). And the summaryview
5525                 has to be unlocked in this function. So just locking
5526                 while processing GTK events, and bailing if locked, 
5527                 should fix it.
5528                 Fixes bug #927 (SIGSEGV during Update Summary)
5529
5530 2006-03-25 [colin]      2.0.0cvs169
5531
5532         * src/matcher.c
5533                 Fix search in QP-encoded bodies
5534                 Fix utf-8 searches in bodies encoded in the
5535                 locale's encoding
5536         * src/common/quoted-printable.c
5537         * src/common/quoted-printable.h
5538                 Add a decode function that doesn't overwrite
5539                 the original pointer
5540                 
5541
5542 2006-03-24 [colin]      2.0.0cvs168
5543
5544         * src/action.c
5545         * src/summaryview.c
5546         * src/summaryview.h
5547                 Update message cache after action
5548                 Patch by H. Merijn Brand
5549         * src/prefs_msg_colors.c
5550                 Factorize label 
5551                 Patch by Fabien Vantard
5552         * src/plugins/spamassassin/spamassassin_gtk.c
5553                 Remove useless translation
5554                 Patch by Fabien Vantard
5555
5556 2006-03-23 [colin]      2.0.0cvs167
5557
5558         * src/common/ssl.c
5559                 Let 30 seconds to SSL_connect
5560
5561 2006-03-23 [wwp]        2.0.0cvs166
5562
5563         * src/summaryview.c
5564         * src/gtk/description_window.c
5565                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5566                 and headers are translated; adjust description windows' width to fit their
5567                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5568
5569 2006-03-23 [paul]       2.0.0cvs165
5570
5571         * src/common/utils.c
5572                 fix highlighting of URIs containing "()"
5573                 (2.0.0cvs164's reversal fixed)
5574                 Thanks to Colin.
5575
5576 2006-03-23 [paul]       2.0.0cvs164
5577
5578         * src/common/utils.c
5579                 revert patch, (postponing a fix), at 2.0.0cvs120
5580                 as it breaks more URIs than it fixes.
5581                 Allow '-' to be a terminating character in a URI
5582
5583 2006-03-22 [colin]      2.0.0cvs163
5584
5585         * configure.ac
5586                 Require libetpan 0.45
5587                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5588
5589 2006-03-22 [paul]       2.0.0cvs162
5590
5591         * src/editgroup.c
5592                 replace '<-' and '->' buttons with GTK_STOCK graphical
5593                 buttons
5594         * src/summary_search.c
5595                 don't offer '...' for translation
5596                 add a tooltip to advanced search '...' button
5597         * src/gtk/quicksearch.c
5598                 don't offer '...' for translation
5599
5600 2006-03-21 [colin]      2.0.0cvs161
5601
5602         * src/compose.c
5603                 Fix middle-click pasting (insert at click
5604                 position instead of cursor position, don't
5605                 remove existing selection and allow pasting
5606                 our own selection)
5607         * src/addressbook.c
5608                 "LDAP Server" -> "LDAP servers"
5609
5610 2006-03-21 [wwp]        2.0.0cvs160
5611
5612         * src/etpan/imap-thread.c
5613                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5614
5615 2006-03-20 [colin]      2.0.0cvs159
5616
5617         * src/summaryview.c
5618                 Don't reload summaryview after an execute with no
5619                 move action
5620
5621 2006-03-19 [colin]      2.0.0cvs158
5622
5623         * src/addressbook.c
5624                 and put groups at the top, always
5625
5626 2006-03-19 [colin]      2.0.0cvs157
5627
5628         * src/addressbook.c
5629                 Order groups before names, as previously
5630
5631 2006-03-19 [colin]      2.0.0cvs156
5632
5633         * src/addressbook.c
5634                 - Sort case-unsensitive
5635                 - Put the sort arrow at opening too
5636
5637 2006-03-19 [wwp]        2.0.0cvs155
5638
5639         * src/addressbook.c
5640                 allow sorting by name/email/remarks, ensure that right-pane's contents
5641                 matches the left-pane selection (cleared when appropriate).
5642                 Patch by Pawel Pekala <c0rn@o2.pl>.
5643
5644 2006-03-18 [colin]      2.0.0cvs154
5645
5646         * src/textview.c
5647                 Fix text cursor ;)
5648
5649 2006-03-18 [colin]      2.0.0cvs153
5650
5651         * src/gtk/filesel.c
5652                 Make sure we hide the preview if we didn't get
5653                 a filename
5654
5655 2006-03-18 [colin]      2.0.0cvs152
5656
5657         * src/summaryview.c
5658                 Set cursor to watch for execution (fixes lack
5659                 of watch-cursor when dnd'ing hundreds of mails)
5660         * src/gtk/filesel.c
5661                 Check that mime type is 'image/*' before updating
5662                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5663
5664 2006-03-18 [colin]      2.0.0cvs151
5665
5666         * src/mainwindow.c
5667         * src/textview.c
5668         * src/textview.h
5669                 Put a watch cursor in textview too when the mainwindow's
5670                 cursor in a watch
5671
5672 2006-03-18 [colin]      2.0.0cvs150
5673
5674         * src/folder.c
5675                 Change wrong asserts to simple tests
5676
5677 2006-03-17 [colin]      2.0.0cvs149
5678
5679         * src/mainwindow.c
5680         * src/mainwindow.h
5681         * src/prefs_msg_colors.c
5682         * src/summaryview.c
5683         * src/summaryview.h
5684         * src/gtk/colorlabel.c
5685         * src/gtk/colorlabel.h
5686                 Add a color label menu in the main menubar
5687                 Add (fixed) accels Ctrl-{0-7} to change the color
5688                 They have to be fixed because the menu's dynamic,
5689                 the items are complex widgets, hence we can't use
5690                 a GtkItemFactory.
5691
5692
5693 2006-03-17 [wwp]        2.0.0cvs148
5694
5695         * src/compose.c
5696                 rollback few lines from my previous commit (those lines come from
5697                 a pending patch, accidentally commited, even if neutral as they are
5698                 commented out).
5699
5700 2006-03-17 [wwp]        2.0.0cvs147
5701
5702         * src/compose.c
5703                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5704                 applied code style/indentation to the modified function.
5705
5706 2006-03-17 [wwp]        2.0.0cvs146
5707
5708         * src/procmsg.c
5709         * src/compose.c
5710                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5711
5712 2006-03-17 [paul]
5713
5714         2.1.0-rc1 released
5715
5716 2006-03-17 [paul]       2.0.0cvs145
5717
5718         * src/main.c
5719                 addressbook_read_file() was called twice
5720         * src/textview.c
5721                 X-Mailer highlighting
5722
5723 2006-03-16 [colin]      2.0.0cvs144
5724
5725         * src/sourcewindow.c
5726         * src/sourcewindow.h
5727                 And the last one, in source window.
5728
5729 2006-03-16 [colin]      2.0.0cvs143
5730
5731         * src/compose.c
5732         * src/compose.h
5733                 Fix the same stuff in compose
5734
5735 2006-03-16 [colin]      2.0.0cvs142
5736
5737         * src/messageview.c
5738                 Complete the previous messageview crash fix
5739
5740 2006-03-16 [colin]      2.0.0cvs141
5741
5742         * src/procmsg.h
5743         * src/procmsg.c
5744         * src/folder.c
5745                 Fix POSTPROCESSING hook
5746                 Patch by H. Merijn Brand
5747
5748         * src/procmime.c
5749         * src/procmime.h
5750                 Parse Content-Location
5751
5752         * src/toolbar.c
5753         * src/messageview.c
5754         * src/messageview.h
5755                 Don't crash when a top-level MessageView has
5756                 been closed on us. Same problematic than
5757                 yesterday's quicksearch issue.
5758
5759 2006-03-15 [colin]      2.0.0cvs140
5760
5761         * src/gtk/quicksearch.c
5762                 Fix a bitchy race we didn't think about when we
5763                 added quicksearch cancellation:
5764                 If the search is not on cached fields, for example
5765                 body_part matchcase "stuff"
5766                 the matcher code has to get the whole message. If
5767                 we're on IMAP, that can be slow, and in order to
5768                 be non-blocking, the IMAP code idle loop processes
5769                 gtk events too. So it is possible to cancel a
5770                 quicksearch while the matcher is getting the mail's
5771                 body. After matcher got its body, it will start to
5772                 iterate over the matcher list that the Quicksearch's
5773                 clear_search_cb() just freed via prepare_matcher().
5774                 SIGSEGV ensues.
5775                 The fix consists of guarding the matcherlist_match()
5776                 call with a boolean 'matching'. If we reset the
5777                 quicksearch while matching is TRUE, we don't free
5778                 the matcherlist anymore like we did, but we set
5779                 another new flag, deferred_free, to TRUE. Then,
5780                 in quicksearch_match(), just after returning from
5781                 matcherlist_match() and unsetting the matching flag,
5782                 we check the deferred_free flag and do the
5783                 prepare_matcher() (which does the matcherlist_free)
5784                 for real, so we free the matcherlist once it's not
5785                 used anymore.
5786                 As all of this runs via the glib main loop, we
5787                 luckily don't need a mutex.
5788         * src/summaryview.c
5789                 Also, show progress while searching.
5790
5791
5792 2006-03-14 [colin]      2.0.0cvs139
5793
5794         * src/alertpanel.c
5795                 Make alertpanel_is_open non-static
5796
5797 2006-03-14 [colin]      2.0.0cvs138
5798
5799         * src/prefs_spelling.c
5800                 Cleanups - Fabien Vantard
5801
5802 2006-03-14 [wwp]        2.0.0cvs137
5803
5804         * src/main.c
5805                 code style normalization (curly braces, indentation).
5806
5807 2006-03-14 [wwp]        2.0.0cvs137
5808
5809         * src/main.c
5810                 code style (braces, indentation)
5811
5812 2006-03-12 [paul]       2.0.0cvs136
5813
5814         * src/prefs_common.c
5815                 trans_hdr defaults to FALSE to be RFC-savvy
5816         * src/prefs_summaries.c
5817                 add a tooltip to the trans_hdr option
5818                 
5819
5820 2006-03-12 [paul]       2.0.0cvs135
5821
5822         * src/prefs_matcher.c
5823                 give a little more width to the combos
5824         * src/prefs_display_header.c
5825         * src/textview.c
5826                 translate headers if prefs_common.trans_hdr
5827                 is TRUE
5828
5829         Patches by Pawel Pekala
5830
5831 2006-03-12 [paul]       2.0.0cvs134
5832
5833         * src/plugins/clamav/clamav_plugin.c
5834         * src/plugins/dillo_viewer/dillo_viewer.c
5835         * src/plugins/pgpcore/plugin.c
5836         * src/plugins/pgpinline/plugin.c
5837         * src/plugins/pgpmime/plugin.c
5838         * src/plugins/spamassassin/spamassassin.c
5839                 update/add to descriptions
5840         * src/plugins/spamassassin/spamassassin_gtk.c
5841                 fixes to the english, remove superfluous
5842                 tooltips, clean up a little
5843
5844 2006-03-12 [paul]       2.0.0cvs133
5845
5846         * src/compose.c
5847                 fix Bug 924, 'Account combo box shows up wrong 
5848                 if & is in account name'
5849
5850 2006-03-11 [colin]      2.0.0cvs132
5851
5852         * src/summaryview.c
5853                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5854                 messed up shift-selection because is slows down
5855                 moving around summaryview. thanks -users
5856
5857 2006-03-10 [colin]      2.0.0cvs131
5858
5859         * src/plugins/spamassassin/spamassassin_gtk.c
5860                 Put back Paul's engrish fixes
5861
5862 2006-03-10 [colin]      2.0.0cvs130
5863
5864         * src/plugins/spamassassin/spamassassin.c
5865         * src/plugins/spamassassin/spamassassin.h
5866         * src/plugins/spamassassin/spamassassin_gtk.c
5867                 Cleanup SA prefs page (more)
5868                 Patch by Fabien Vantard
5869
5870 2006-03-10 [paul]       2.0.0cvs129
5871
5872         * src/prefs_msg_colors.c
5873         * src/prefs_spelling.c
5874                 widget sensitivity
5875
5876 2006-03-09 [mones]      2.0.0cvs128
5877
5878         * po/es.po
5879                 Update for next RC
5880
5881 2006-03-09 [wwp]        2.0.0cvs127
5882
5883         * configure.ac
5884                 revert accidental commit (requirement for libetpan 0.43), this time
5885                 not in HEAD.
5886
5887 2006-03-09 [wwp]        2.0.0cvs125
5888
5889         * configure.ac
5890                 revert accidental commit (requirement for libetpan 0.43)
5891
5892 2006-03-09 [paul]       2.0.0cvs126
5893
5894         * src/prefs_receive.c
5895                 remove useless frame
5896                 replace 'incorporation' with 'receiving'
5897         * src/plugins/clamav/clamav_plugin_gtk.c
5898         * src/plugins/spamassassin/spamassassin_gtk.c
5899                 improve widget sensitivity
5900                 fix a bit his engrish
5901
5902 2006-03-09 [wwp]        2.0.0cvs125
5903
5904         * src/addressadd.c
5905         * src/foldersel.c
5906         * src/prefs_common.c
5907         * src/prefs_common.h
5908                 remember some more windows' sizes (add to addressbook and
5909                 select folder).
5910
5911 2006-03-09 [paul]       2.0.0cvs124
5912
5913         * src/plugins/pgpcore/prefs_gpg.c
5914                 normalise construction of dialogue
5915
5916 2006-03-09 [paul]       2.0.0cvs123
5917
5918         * src/plugins/trayicon/Makefile.am
5919                 add missing slash
5920
5921 2006-03-08 [colin]      2.0.0cvs122
5922
5923         * src/plugins/trayicon/Makefile.am
5924                 Fix build in separate dir 
5925                 Patch by Bamanzi <bamanzi@gmail.com>
5926
5927 2006-03-08 [colin]      2.0.0cvs121
5928
5929         * src/procmsg.c
5930                 Batch move and copies from summaryview with delayed execution
5931                 too
5932
5933 2006-03-07 [paul]       2.0.0cvs120
5934
5935         * src/common/utils.c
5936                 fix highlighting of URIs containing "()"
5937                 Patch by Pawel Pekala
5938
5939 2006-03-07 [paul]       2.0.0cvs119
5940
5941         * src/folder.c
5942         * src/folder.h
5943         * src/folderview.c
5944                 immediately do alphabetical resort when
5945                 changing a folder's name
5946                 Patch by Pawel Pekala
5947
5948 2006-03-07 [paul]       2.0.0cvs118
5949
5950         * src/news.c
5951         * src/news_gtk.c
5952                 when unsubscribing a newsgroup, remove the
5953                 folder and msgs in .sylpheed-claws/newscache
5954                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5955
5956 2006-03-07 [paul]       2.0.0cvs117
5957
5958         * src/textview.c
5959                 fix wrong Fake URL Warning
5960                 Thanks to Hiro
5961
5962 2006-03-07 [colin]      2.0.0cvs116
5963
5964         * src/imap.c
5965                 Return immediately when password dialog was
5966                 cancelled
5967         * src/gtk/inputdialog.c
5968                 Allow empty strings for passwords
5969
5970
5971 2006-03-06 [colin]      2.0.0cvs115
5972
5973         * src/imap.c
5974                 Prevent double-timeouts when connection fails
5975
5976 2006-03-06 [colin]
5977
5978         2.0.1-rc1 released
5979
5980 2006-03-06 [colin]      2.0.0cvs114
5981
5982         * src/imap.c
5983                 Refresh session during potentially long
5984                 operations
5985
5986 2006-03-06 [wwp]        2.0.0cvs113
5987
5988         * src/prefs_msg_colors.h
5989                 forgot that one (custom color labels).
5990
5991 2006-03-06 [wwp]        2.0.0cvs112
5992
5993         * src/prefs_common.c
5994         * src/prefs_common.h
5995         * src/prefs_msg_colors.c
5996         * src/summaryview.c
5997         * src/summaryview.h
5998         * src/gtk/colorlabel.c
5999         * src/gtk/colorlabel.h
6000                 colors in messages list are now customizable. Color values and names can
6001                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
6002                 Thanks to Paul and Colin for their help with this longstanding patch!
6003
6004 2006-03-06 [wwp]        2.0.0cvs111
6005
6006         * src/textview.c
6007                 don't crash if (x)face is bad.
6008
6009 2006-03-05 [paul]       2.0.0cvs110
6010
6011         * AUTHORS
6012         * configure.ac
6013         * src/Makefile.am
6014         * src/common/Makefile.am
6015         * src/common/utils.h
6016         * src/etpan/imap-thread.c
6017         * src/gtk/authors.h
6018         * src/plugins/clamav/Makefile.am
6019         * src/plugins/demo/Makefile.am
6020         * src/plugins/dillo_viewer/Makefile.am
6021         * src/plugins/pgpcore/Makefile.am
6022         * src/plugins/pgpcore/passphrase.c
6023         * src/plugins/pgpinline/Makefile.am
6024         * src/plugins/pgpmime/Makefile.am
6025         * src/plugins/spamassassin/Makefile.am
6026         * src/plugins/trayicon/Makefile.am
6027                 fix builiding on cygwin
6028                 Patch by Ralgh Young <bamanzi@gmail.com>
6029
6030 2006-03-04 [wwp]        2.0.0cvs109
6031
6032         * manual/keyboard.xml
6033                 fix mixed up/down keys.
6034
6035 2006-03-04 [wwp]        2.0.0cvs108
6036
6037         * README
6038         * INSTALL
6039                 updated links to SpamAssassin.
6040
6041 2006-03-04 [wwp]        2.0.0cvs107
6042
6043         * manual/plugins.xml
6044         * src/plugins/spamassassin/README
6045                 updated SpamAssassin plugin docs to reflect new functional additions
6046                 (also fix/update/documents few technical stuff more, see the README).
6047
6048 2006-03-04 [wwp]        2.0.0cvs106
6049
6050         * src/prefs_message.c
6051                 normalized capitalization of message-prefs paths.
6052
6053 2006-03-04 [wwp]        2.0.0cvs105
6054
6055         * manual/advanced.xml
6056                 typo.
6057
6058 2006-03-03 [colin]      2.0.0cvs104
6059
6060         * src/plugins/clamav/clamav_plugin_gtk.c
6061                 Rework prefs page, patch by Fabien 
6062
6063 2006-03-03 [colin]      2.0.0cvs103
6064
6065         * src/plugins/clamav/clamav_plugin.c
6066                 Set error on all errors
6067
6068 2006-03-03 [colin]      2.0.0cvs102
6069
6070         * src/common/plugin.c
6071                 Initialize error to avoid crashing when a plugin fails
6072                 without setting error
6073
6074 2006-03-02 [wwp]        2.0.0cvs101
6075
6076         * configure.ac
6077                 fixed linker flags for libetpan support on Cygwin
6078                 (thanks to H.Merijn Brand).
6079
6080 2006-03-02 [wwp]        2.0.0cvs100
6081
6082         * src/addressbook.c
6083                 fix some AB error messages: one for punctuation and
6084                 one wrongly duplicate (thanks, maxbritov).
6085
6086 2006-03-02 [wwp]        2.0.0cvs99
6087
6088         * src/plugins/spamassassin/spamassassin.c
6089                 make sync calls to sa-learn/spamc to prevent
6090                 system (whatever local or client/server) overload.
6091
6092 2006-03-02 [colin]      2.0.0cvs98
6093
6094         * src/summaryview.c
6095                 Put the spam icon in the status column instead of the
6096                 mark one
6097
6098 2006-03-01 [colin]      2.0.0cvs97
6099
6100         * src/plugins/spamassassin/spamassassin.c
6101                 Fix segfault (g_file_set_contents fails for some 
6102                 reason and err==0x2f. Can't find out why with
6103                 valgrind, using working function :-)
6104
6105 2006-03-01 [colin]      2.0.0cvs96
6106
6107         * src/inc.c
6108                 Offline overriding: let 'No' be cached only 3 seconds
6109
6110 2006-03-01 [colin]      2.0.0cvs95
6111
6112         * src/addr_compl.c
6113         * src/addrbook.c
6114         * src/addressbook.c
6115         * src/addrindex.c
6116         * src/folder_item_prefs.c
6117         * src/headerview.c
6118         * src/imap.c
6119         * src/inc.c
6120         * src/ldif.c
6121         * src/mainwindow.c
6122         * src/mh.c
6123         * src/msgcache.c
6124         * src/prefs_common.h
6125         * src/prefs_msg_colors.c
6126         * src/procheader.c
6127         * src/procheader.h
6128         * src/procmime.c
6129         * src/procmsg.c
6130         * src/procmsg.h
6131         * src/send_message.h
6132         * src/simple-gettext.c
6133         * src/summaryview.c
6134         * src/summaryview.h
6135         * src/syldap.c
6136         * src/textview.c
6137         * src/undo.c
6138         * src/common/ssl_certificate.c
6139         * src/common/utils.c
6140         * src/gtk/colorsel.c
6141         * src/gtk/gtksctree.c
6142         * src/gtk/gtkshruler.c
6143         * src/plugins/trayicon/trayicon.c
6144                 #if 0 goes to /dev/null
6145
6146 2006-03-01 [colin]      2.0.0cvs94
6147
6148         * src/compose.c
6149         * src/imap.c
6150         * src/inc.c
6151         * src/inc.h
6152         * src/messageview.c
6153         * src/news.c
6154         * src/plugins/spamassassin/spamassassin.c
6155                 Allow to add information in the "working offline"
6156                 window
6157
6158 2006-03-01 [wwp]        2.0.0cvs93
6159
6160         * src/plugins/spamassassin/spamassassin.c
6161                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6162                 'cause it seems that calling `spamc ... < inputfile` with
6163                 g_spawn_(a)sync simply.. erm doesn't work :-).
6164
6165 2006-03-01 [wwp]        2.0.0cvs92
6166
6167         * src/toolbar.c
6168         * src/toolbar.h
6169                 simplify the adding of spam/ham button to the messageview toolbar
6170                 (it gets more clear now that the same button will be "Mark as spam"
6171                 or "Mark as ham" according to the current message status,
6172                 thanks to Colin).
6173
6174 2006-03-01 [wwp]        2.0.0cvs91
6175
6176         * src/messageview.c
6177         * src/procmsg.c
6178         * src/procmsg.h
6179         * src/summaryview.c
6180         * src/plugins/spamassassin/spamassassin.c
6181         * src/plugins/spamassassin/spamassassin.h
6182                 make learner callbacks return a status (0 for ok),
6183                 handle it in main code to avoid setting flags when learning failed,
6184                 don't learn on TCP if offline in spamassassin,
6185                 thanks to Colin.
6186
6187                 
6188
6189 2006-03-01 [wwp]        2.0.0cvs90
6190
6191         * src/compose.c
6192                 some work around the compose window's account menu,
6193                 patch by Fabien Vantard.
6194
6195 2006-03-01 [wwp]        2.0.0cvs89
6196
6197         * src/plugins/spamassassin/spamassassin.c
6198                 fixed bad logics, was using spamc in local mode and sa-learn
6199                 in remote mode (thanks, Colin).
6200
6201 2006-03-01 [wwp]        2.0.0cvs88
6202
6203         * src/plugins/spamassassin/spamassassin.c
6204         * src/plugins/spamassassin/spamassassin.h
6205         * src/plugins/spamassassin/spamassassin_gtk.c
6206                 made processing of emails w/ sa-plugin an option (default is TRUE),
6207                 fixed Engrish some tooltips, capitalization of some debug messages
6208                 and warnings. The spamassassin plugin now provides two separate
6209                 services: process emails upon incorporation and spamd training.
6210                 Both services (un)register independently but use some common
6211                 plugin settings (transport settings, spam storage location).
6212
6213 2006-02-28 [wwp]        2.0.0cvs87
6214
6215         * src/plugins/spamassassin/spamassassin.c
6216                 fix async flag to spamc cmdline execution (batch exec should
6217                 be asynchronous).
6218
6219 2006-02-27 [wwp]        2.0.0cvs86
6220
6221         * src/plugins/spamassassin/spamassassin.c
6222         * src/plugins/spamassassin/spamassassin.h
6223         * src/plugins/spamassassin/spamassassin_gtk.c
6224                 - added the ability to learn a remote spamassassin server (spamd),
6225                 using spamc.
6226                 - added the spamassassin option 'username', that applies to all
6227                 spamassassin operations (filtering, learning, local or remote).
6228                 The default username is the current unix user (if left blank
6229                 from gtk prefs or config file).
6230                 - commented out some unused code (notebook widget), removed unused
6231                 layout (hbox1).
6232                 - make more widgets sensitive to the transport type.
6233
6234 2006-02-27 [colin]      2.0.0cvs85
6235
6236         * src/plugins/spamassassin/spamassassin.c
6237                 Fix sa-learn call when offline
6238
6239 2006-02-27 [colin]      2.0.0cvs84
6240
6241         * configure.ac
6242         * src/Makefile.am
6243         * src/mainwindow.c
6244         * src/mainwindow.h
6245         * src/messageview.c
6246         * src/messageview.h
6247         * src/prefs_toolbar.c
6248         * src/procmsg.c
6249         * src/stock_pixmap.c
6250         * src/stock_pixmap.h
6251         * src/summaryview.c
6252         * src/toolbar.c
6253         * src/toolbar.h
6254         * src/pixmaps/ham_btn.xpm
6255         * src/pixmaps/spam.xpm
6256         * src/pixmaps/spam_btn.xpm
6257         * src/plugins/spamassassin/spamassassin.c
6258                 Add button in toolbar for spam learning
6259                 Fix a few bugs from the last related commit
6260                 Revert 1.9.6cvs23 which messed up shift-selection
6261
6262 2006-02-24 [colin]      2.0.0cvs83
6263
6264         * src/procmsg.c
6265         * src/summaryview.c
6266         * src/summaryview.h
6267         * src/plugins/spamassassin/spamassassin.c
6268         * src/plugins/spamassassin/spamassassin.h
6269         * src/plugins/spamassassin/spamassassin_gtk.c
6270                 Unregister learner when spamassassin is either
6271                 disabled or over tcp
6272
6273 2006-02-24 [colin]      2.0.0cvs82
6274
6275         * src/Makefile.am
6276         * src/mainwindow.c
6277         * src/mainwindow.h
6278         * src/procmsg.c
6279         * src/procmsg.h
6280         * src/stock_pixmap.c
6281         * src/stock_pixmap.h
6282         * src/summaryview.c
6283         * src/summaryview.h
6284         * src/gtk/icon_legend.c
6285         * src/pixmaps/spam.xpm  ** NEW FILE **
6286         * src/plugins/spamassassin/spamassassin.c
6287         * src/plugins/spamassassin/spamassassin_gtk.c
6288                 Add spam learning interface (Mark/Mark as 
6289                 (spam|ham) menus)
6290
6291 2006-02-24 [wwp]        2.0.0cvs81
6292
6293         * src/compose.c
6294         * src/compose.h
6295         * src/filtering.c
6296                 hide compose window when sending message in batch mode
6297                 (filtering: forward and redirect). Also fixed a wrong
6298                 value returned when sending failed, neutral anyway.
6299                 (Colin, me) 
6300
6301 2006-02-24 [wwp]        2.0.0cvs80
6302
6303         * src/mainwindow.c
6304                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6305
6306 2006-02-24 [paul]       2.0.0cvs79
6307
6308         * src/news.c
6309         * src/news.h
6310         * src/news_gtk.c
6311                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6312                 Thanks to Colin
6313
6314 2006-02-23 [colin]      2.0.0cvs78
6315
6316         * src/alertpanel.c
6317                 Change OK to Close in alertpanel with View log
6318                 button; add accel to View log. Patch by Fabien
6319                 Vantard
6320
6321 2006-02-23 [wwp]        2.0.0cvs77
6322
6323         * src/compose.c
6324                 silly me, there were much more tests to perform, since toolbars can
6325                 really have down to 1 element only.
6326
6327 2006-02-23 [wwp]        2.0.0cvs76
6328
6329         * commitHelper
6330                 fixed indentation from my previous commit. Fallback to VISUAL if
6331                 EDITOR is not set (and to vi, at last resort).
6332
6333 2006-02-23 [wwp]        2.0.0cvs75
6334
6335         * commitHelper
6336                 improved error detection (Colin, me).
6337
6338 2006-02-23 [wwp]        2.0.0cvs74
6339
6340         * src/prefs_toolbar.c
6341                 simplify and fix prefs/toolbars layouting. Combos' contents can
6342                 now be really displayed.
6343
6344 2006-02-23 [wwp]        2.0.0cvs73
6345         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6346         be really displayed.
6347
6348 2006-02-22 [wwp]        2.0.0cvs72
6349
6350         * src/compose.c
6351                 fix a typo in my previous commit (sorry!).
6352
6353 2006-02-22 [wwp]        2.0.0cvs71
6354
6355         * src/prefs_toolbar.c
6356                 fix a crash when adding separators to toolbars,
6357                 also fix some separator item information.
6358
6359 2006-02-22 [wwp]        2.0.0cvs70
6360
6361         * src/compose.c
6362                 fix a crash when redirecting (for instance) when compose window's
6363                 toolbar contents has been customized (when some buttons have been
6364                 removed in fact).
6365
6366 2006-02-21 [wwp]        2.0.0cvs69
6367
6368         * src/summaryview.c
6369         * src/gtk/pluginwindow.c
6370         * src/plugins/pgpcore/prefs_gpg.c
6371                 fix some compilation warnings (feat. remains of removed code).
6372
6373 2006-02-21 [wwp]        2.0.0cvs68
6374
6375         * src/gtk/gtkutils.c
6376                 fix two compilation issues, thanks to Stephan Sachse.
6377
6378 2006-02-20 [colin]      2.0.0cvs67
6379
6380         * src/mainwindow.c
6381                 Don't reselect displayed mail on refocus
6382                 This fixes actions misbehaving 
6383
6384 2006-02-20 [wwp]        2.0.0cvs66
6385
6386         * src/summaryview.c
6387         * src/gtk/gtksctree.c
6388         * src/gtk/gtkshruler.c
6389                 changed more runtime typecast checks.
6390
6391 2006-02-20 [wwp]        2.0.0cvs65
6392
6393         * src/summary_search.c
6394                 find all - summaryview refresh issue fixed, thanks to Colin.
6395
6396 2006-02-20 [wwp]        2.0.0cvs64
6397
6398         * src/gtk/gtkutils.c
6399                 better runtime typecast checks.
6400
6401 2006-02-20 [wwp]        2.0.0cvs63
6402
6403         * src/summary_search.c
6404                 enhancements to the summary search:
6405                         - add the ability to stop the running search
6406                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6407                         - don't search if no criteria (From/To/Subject/Body) is set
6408                         - ensure that a busy mouse pointer is always shown when searching,
6409                           show it even a bit earlier
6410
6411 2006-02-19 [colin]      2.0.0cvs62
6412
6413         * src/compose.c
6414         * src/imap.c
6415         * src/etpan/imap-thread.c
6416         * src/etpan/imap-thread.h
6417                 (Future) IMAP speed improvement on sending
6418                 Will require a libetpan update
6419         * src/summaryview.c
6420         * src/gtk/quicksearch.c
6421                 Make quicksearch clearable while running.
6422
6423 2006-02-17 [colin]      2.0.0cvs61
6424
6425         * src/imap.c
6426         * src/etpan/imap-thread.c
6427         * src/etpan/imap-thread.h
6428                 Check for IMAP certificates
6429                 ** Requires libetpan-0.42-cvs4 
6430                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6431
6432 2006-02-17 [colin]      2.0.0cvs60
6433
6434         * src/messageview.c
6435         * src/prefs_common.c
6436         * src/prefs_common.h
6437         * src/prefs_message.c
6438                 Add pref to display HTML-only mails with plugin, 
6439                 if possible (defaulting to FALSE of course).
6440
6441 2006-02-16 [colin]      2.0.0cvs59
6442
6443         * src/main.c
6444         * src/common/plugin.c
6445         * src/common/plugin.h
6446         * src/gtk/pluginwindow.c
6447                 Keep track of requested (but unloaded) plugins
6448                 in some error cases.
6449
6450 2006-02-16 [wwp]        2.0.0cvs58
6451
6452         * src/gtk/gtkaspell.c
6453         * src/gtk/gtkaspell.h
6454         * src/prefs_spelling.c
6455         * src/compose.c
6456         * src/prefs_common.c
6457         * src/prefs_common.h
6458                 implemented new optional spellchecker behaviour: re-check message when
6459                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6460
6461 2006-02-16 [wwp]        2.0.0cvs57
6462
6463         * src/quote_fmt_parse.y
6464                 pclose popen'ed pipe.
6465
6466 2006-02-15 [colin]      2.0.0cvs56
6467
6468         * src/mimeview.c
6469         * src/mimeview.h
6470                 Let MimeViewers know which MimeView they
6471                 depend of.
6472         * src/summaryview.c
6473                 Swap From/To columns in Sent/Queue/Drafts
6474                 folders
6475         * src/etpan/imap-thread.c
6476                 Use mailstream_low_tls_open() for STARTTLS
6477                 instead of mailstream_low_ssl_open()
6478                 ** REQUIRES libetpan 0.42cvs3 **
6479
6480 2006-02-15 [wwp]        2.0.0cvs55
6481
6482         * src/compose.c
6483         * src/compose.h
6484         * src/message_search.c
6485         * src/message_search.h
6486         * src/textview.c
6487         * src/gtk/gtkutils.c
6488         * src/gtk/gtkutils.h
6489                 added the ability to Find text in the compose window (and a bit
6490                 of code factorization).
6491
6492 2006-02-15 [wwp]        2.0.0cvs54
6493
6494         * src/prefs_gtk.c
6495                 yet another one file was missing (fix for some widgets' sensitivity).
6496                 Thanks Colin!
6497
6498 2006-02-15 [wwp]        2.0.0cvs53
6499
6500         * src/prefs_gtk.h
6501                 oops forgot that file (fix for some widgets' sensitivity).
6502
6503 2006-02-15 [wwp]        2.0.0cvs52
6504
6505         * src/summary_search.c
6506                 implemented advanced summary search options (added the ability
6507                 to use matcher conditions in an advanced search mode).
6508
6509 2006-02-15 [wwp]        2.0.0cvs51
6510
6511         * src/plugins/pgpcore/prefs_gpg.c
6512         * src/prefs_account.c
6513                 fix some widget sensitivity, mostly around some labels in
6514                 account prefs.
6515
6516 2006-02-15 [paul]       2.0.0cvs50
6517
6518         * manual/advanced.xml
6519                 improve Templates info
6520                 written by wwp
6521
6522 2006-02-14 [colin]      2.0.0cvs49
6523
6524         * src/pixmaps/address_book.xpm
6525         * src/pixmaps/preferences.xpm
6526         * src/pixmaps/properties.xpm
6527                 Fix pixmap size - patch by Fabien Vantard
6528
6529 2006-02-13 [colin]      2.0.0cvs48
6530
6531         * src/procmime.c
6532                 Add missing fclose()s on error
6533         * src/textview.c
6534                 Remove unused code
6535         * src/common/utils.c
6536                 Fix temp files not being deleted on windows
6537         Patches by Thomas Gilgin
6538
6539 2006-02-13 [colin]      2.0.0cvs47
6540
6541         * src/mainwindow.c
6542                 Fix exit crash
6543
6544 2006-02-13 [wwp]        2.0.0cvs46
6545
6546         * src/plugins/pgpcore/prefs_gpg.c
6547                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6548
6549 2006-02-12 [colin]      2.0.0cvs45
6550
6551         * src/folderview.c
6552         * src/main.c
6553         * src/mainwindow.c
6554                 Fix "stuff" when quitting
6555
6556 2006-02-12 [wwp]        2.0.0cvs44
6557
6558         * src/prefs_themes.c
6559                 fix typos in debug messages.
6560
6561 2006-02-11 [colin]      2.0.0cvs43
6562
6563         * src/summaryview.c
6564                 don't allow drag/drop from ourself
6565
6566 2006-02-10 [wwp]        2.0.0cvs42
6567
6568         * src/exporthtml.c
6569         * src/html.c
6570         * src/html.h
6571         * src/procmime.c
6572         * src/textview.c
6573                 renamed html_ prefixed functions and data structures to avoid
6574                 namespace clashes w/ other software (gtkhtml2 for instance).
6575                 Closes bug #907.
6576
6577
6578 2006-02-09 [colin]      2.0.0cvs41
6579
6580         * src/summaryview.c
6581                 Fix shitty logic messed up. Thanks Ticho for the hint!
6582
6583 2006-02-09 [wwp]        2.0.0cvs40
6584
6585         * src/gtk/about.c
6586         * src/compose.c
6587         * src/prefs_account.c
6588         * src/prefs_gtk.h
6589         * src/editaddress.c
6590                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6591                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6592                 Browse buttons in accounts prefs.
6593
6594 2006-02-09 [colin]      2.0.0cvs39
6595
6596         * src/matcher.c
6597                 Check for pointer before using its members
6598         * src/gtk/gtksourceprintjob.c
6599                 Fix a wrong warning
6600
6601 2006-02-09 [wwp]        2.0.0cvs38
6602
6603         * src/gtk/filesel.c
6604                 fix few compiler warnings (type mismatch).
6605
6606 2006-02-09 [paul]       2.0.0cvs37
6607
6608         * po/fr.po
6609                 updated by Fabien Vantard
6610
6611 2006-02-08 [colin]      2.0.0cvs36
6612
6613         * src/prefs_common.c
6614         * src/common/defs.h
6615         * src/common/plugin.c
6616                 allow windows and linux configurations to coexist
6617                 patch by Thomas Gilgin
6618
6619 2006-02-08 [colin]      2.0.0cvs35
6620
6621         * src/filtering.c
6622         * src/matcher.c
6623         * src/matcher.h
6624         * src/matcher_parser_parse.y
6625         * src/prefs_filtering_action.c
6626         * src/prefs_matcher.c
6627                 Add the "Ignore thread" filtering
6628                 action
6629
6630 2006-02-08 [colin]      2.0.0cvs34
6631
6632         * src/compose.c
6633         * src/procmime.c
6634         * src/procmime.h
6635                 Fix bug #905 (damaged attachment)
6636                 text files with raw \0's aren't really text files
6637         FOR_STABLE
6638
6639 2006-02-08 [colin]      2.0.0cvs33
6640
6641         * src/summaryview.c
6642                 Fix crasher introduced yesterday
6643
6644 2006-02-08 [wwp]        2.0.0cvs32
6645
6646         * src/compose.c
6647         * src/compose.h
6648                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6649
6650 2006-02-08 [wwp]        2.0.0cvs31
6651
6652         * src/prefs_template.c
6653                 templates enhancement: allow address completion for Cc and Bcc fields
6654                 (it was currently possible for the To field only)
6655
6656 2006-02-08 [colin]      2.0.0cvs30
6657
6658         * src/compose.c
6659                 Don't unblock if not blocked
6660         FOR_STABLE
6661
6662 2006-02-07 [colin]      2.0.0cvs29
6663
6664         * src/action.c
6665                 Forgot to refresh summaryview
6666
6667 2006-02-07 [colin]      2.0.0cvs28
6668
6669         * src/action.c
6670                 Freeze/thaw message list and folder list while
6671                 processing %as{} actions 
6672         * src/compose.c
6673                 Fix auto-wrap disabling after a middle-click
6674                 paste - FOR_STABLE
6675
6676 2006-02-07 [paul]       2.0.0cvs27
6677
6678         * src/folder.c
6679                 fix freeing of uninitialised pointers
6680                 Thanks to Colin
6681
6682 2006-02-06 [colin]      2.0.0cvs26
6683
6684         * src/folder.c
6685                 Use g_slist_prepend in potentially big list
6686
6687 2006-02-06 [colin]      2.0.0cvs25
6688
6689         * src/folder.c
6690                 Completely skip processing if it doesn't 
6691                 exist (faster!)
6692
6693 2006-02-06 [colin]      2.0.0cvs24
6694
6695         * src/folder.c
6696         * src/summaryview.c
6697                 Batch filtering in summaryview (from Tools menu)
6698                 and pre/post//-processing too
6699
6700 2006-02-06 [colin]      2.0.0cvs23
6701
6702         * src/procmsg.h
6703         * src/filtering.c
6704                 Use a special field for batch filtering instead
6705                 of stepping on deferred execution's toes
6706
6707 2006-02-06 [colin]      2.0.0cvs22
6708
6709         * src/action.c
6710         * src/filtering.c
6711         * src/filtering.h
6712         * src/folder.c
6713         * src/summaryview.c
6714                 Fix filtering via menus and actions
6715
6716 2006-02-06 [colin]      2.0.0cvs21
6717
6718         * src/imap.c
6719                 Put the added file directly to cache if possible (will work
6720                 with next libetpan)
6721         * src/filtering.c
6722         * src/filtering.h
6723         * src/inc.c
6724         * src/folder.c
6725         * src/mbox.c
6726         * src/procmsg.h
6727                 Move and copy filtered messages by batches instead of one
6728                 by one - faster on IMAP
6729         * src/procmsg.c
6730                 Add a function that'll possibly be useful later
6731
6732 2006-02-06 [colin]      2.0.0cvs20
6733
6734         * src/addressbook.c
6735                 Use internal mime-type instead of text/plain for d'n'd
6736         * src/compose.c
6737                 Allow attaching files from mimeview's icon list via d'n'd
6738         * src/folderview.c
6739         * src/folderview.h
6740                 Use internal mime-type instead of text/plain for d'n'd
6741                 Don't try to selected opened folder if none is
6742                 Factorize d'n'd from other apps code
6743         * src/headerview.c
6744         * src/textview.c
6745         * src/gtk/gtkutils.c
6746         * src/gtk/gtkutils.h
6747                 Factorize Face/X-Face stuff
6748         * src/mimeview.c
6749                 Fix d'n'd to other apps
6750         * src/prefs_message.c
6751                 Let the XFace pref be usable without libcompface as it also
6752                 applies to Face
6753         * src/summaryview.c
6754                 Fix d'n'd to other apps
6755                 Factorize d'n'd from other apps code
6756
6757 2006-02-06 [wwp]        2.0.0cvs19
6758
6759         * po/it.po
6760                 Italian translation fixes by Andrea Spadaccini (no more confusion
6761                 between filtering and processing, and few changes in the About
6762                 dialog).
6763
6764
6765 2006-02-06 [mones]      2.0.0cvs18
6766
6767         * src/gtk/icon_legend.c
6768                 Improved descriptions allowing better translations
6769
6770 2006-02-05 [colin]      2.0.0cvs17
6771
6772         * src/imap.c
6773                 Add the f*cking missing expunge that caused imap_fetch_env
6774                 to fail after an add_msgs ! :-///
6775         * src/etpan/imap-thread.c
6776                 Add a bit of debug
6777         FOR_STABLE
6778
6779 2006-02-05 [colin]      2.0.0cvs16
6780
6781         * src/common/utils.c
6782                 Don't check for return-path (or we can't put
6783                 back non-sent mails)
6784
6785 2006-02-05 [colin]      2.0.0cvs15
6786
6787         * src/textview.c
6788                 Don't try to display Face header in textview
6789                 when teh headerview's active
6790
6791 2006-02-05 [colin]      2.0.0cvs14
6792
6793         * tools/tbird2syl.py
6794         * tools/Makefile.am
6795                 Add script to import Thunderbird mails
6796
6797 2006-02-05 [colin]      2.0.0cvs13
6798
6799         * src/headerview.c
6800         * src/procheader.c
6801         * src/procmsg.c
6802         * src/procmsg.h
6803         * src/textview.c
6804                 Show Face headers - patch partially by Klaus Flittner
6805
6806 2006-02-05 [colin]      2.0.0cvs12
6807
6808         * src/folderview.c
6809         * src/summaryview.c
6810         * src/common/utils.c
6811         * src/common/utils.h
6812                 Let dnd work from mime icons to summaryview
6813                 and to folderview too
6814                 Add a crude test to avoid trying to add files
6815                 drag'n'dropped when they're not mails
6816
6817 2006-02-04 [colin]      2.0.0cvs11
6818
6819         * src/summaryview.c
6820         * src/mimeview.c
6821                 Fix utf8 conversion
6822
6823 2006-02-04 [colin]      2.0.0cvs10
6824
6825         * src/compose.c
6826         * src/folderview.c
6827         * src/mimeview.c
6828         * src/summaryview.c
6829         * src/summaryview.h
6830                 Added various drag and drop capas:
6831                 From                    To
6832                 summaryview             other apps
6833                 mimeview icons          other apps
6834                 other apps              summaryview
6835                 other apps              folderview
6836
6837                 This shouldn't have broken the existing:
6838                 From                    To
6839                 summaryview             folderview
6840                 folderview              folderview
6841                 summaryview             compose's attachments
6842
6843         Tests welcomed.
6844
6845 2006-02-02 [paul]       2.0.0cvs9
6846
6847         * src/mainwindow.c
6848                 move global option 'Set displayed columns...' out
6849                 of folder option grouping.
6850                 fix sensitivity of 'harvest addresses'
6851         FOR_STABLE
6852
6853 2006-02-01 [colin]      2.0.0cvs8
6854
6855         * src/mimeview.c
6856                 Revert the alertpanel patch, it sucks (intrusive
6857                 and gets in the way of "open")
6858
6859 2006-02-01 [colin]      2.0.0cvs7
6860
6861         * src/compose.c
6862         * src/prefs_account.c
6863         * src/prefs_common.c
6864         * src/common/defs.h
6865         * src/common/utils.c
6866         * src/common/utils.h
6867                 Add ability to edit the signature file
6868                 from the account preferences, and use
6869                 a default for the text editor.
6870                 Patch by Fabien Vantard
6871
6872 2006-02-01 [colin]      2.0.0cvs6
6873
6874         * src/mimeview.c
6875                 Try to get mime type by extension if it is
6876                 application/octet-stream
6877                 Display a window with possible choices when
6878                 encountering unknown mime types
6879         * src/gtk/filesel.c
6880         * src/gtk/filesel.h
6881                 Add preview
6882                 Allow multiple selection in filtered filesel
6883                 (patch by Fabien Vantard)
6884         * src/gtk/pluginwindow.c
6885                 Use it (patch by Fabien Vantard)
6886
6887 2006-02-01 [paul]       2.0.0cvs5
6888
6889         * src/jpilot.c
6890                 fix crash on creating jpilot address book
6891                 Thanks to Colin - FOR_STABLE
6892         * src/prefs_summaries.c
6893         * src/prefs_wrapping.c
6894         * src/gtk/icon_legend.c
6895         * src/gtk/quicksearch.c
6896                 string fixes and additions
6897
6898 2006-02-01 [paul]       2.0.0cvs4
6899
6900         * src/compose.c
6901         * src/mainwindow.c
6902         * src/messageview.c
6903         * src/prefs_send.c
6904                 add Arabic encoding option
6905                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6906
6907 2006-01-31 [colin]      2.0.0cvs3
6908
6909         * src/plugins/pgpcore/passphrase.c
6910                 Convert passphrase to locale encoding
6911         * src/compose.c
6912                 Fix drafting on IMAP. Crappy bug sneaked in
6913                 the release :-/
6914         FOR_STABLE
6915
6916 2006-01-30 [paul]       2.0.0cvs2
6917
6918         * src/gtk/icon_legend.c
6919                 show the new entries
6920
6921 2006-01-30 [colin]      2.0.0cvs1
6922
6923         * src/manual.c
6924                 Check for the file to be present before 
6925                 enabling the menu - FOR_STABLE
6926         * src/gtk/icon_legend.c
6927                 Add folders icons (not all of them, there
6928                 are too much, but the most intriguing ones)
6929
6930 2006-01-30 [paul]       2.0.0
6931
6932         version 2.0.0 released
6933
6934 2006-01-30 [paul]       1.9.100cvs200
6935
6936         * manual/faq.xml
6937         * manual/gpl.xml
6938         * manual/intro.xml
6939         * manual/starting.xml
6940         * manual/sylpheed-claws-manual.xml
6941                 fixes, additions
6942
6943 2006-01-29 [mones]      1.9.100cvs199
6944
6945         * manual/account.xml
6946         * manual/advanced.xml
6947         * manual/glossary.xml
6948                 Some typos fixed, added LDIF term to glossary
6949         * po/es.po
6950                 Fixed leading plus symbol
6951
6952 2006-01-29 [paul]       1.9.100cvs198
6953
6954         * po/fi.po
6955         * po/sk.po
6956                 updated by Tommi Pirinen and Andrej Kacian
6957
6958 2006-01-29 [paul]       1.9.100cvs197
6959
6960         * src/gtk/authors.h
6961                 remove duplicates
6962
6963 2006-01-29 [paul]       1.9.100cvs196
6964
6965         * AUTHORS
6966         * po/nl.po
6967         * src/gtk/authors.h
6968         * tools/claws.i18n.status.pl
6969                 nl translation updated by Tim Dijkstra
6970
6971 2006-01-29 [paul]       1.9.100cvs195
6972
6973         * po/sr.po
6974         * po/sv.po
6975                 updated by Aleksandar Urosevic and Anders Troback
6976
6977 2006-01-28 [colin]      1.9.100cvs194
6978
6979         * src/gtk/gtksourceprintjob.c
6980                 Don't fiddle with PangoLayout when we
6981                 have an image
6982
6983 2006-01-28 [paul]       1.9.100cvs193
6984
6985         * AUTHORS
6986         * po/el.po
6987         * po/zh_CN.po
6988         * src/gtk/authors.h
6989         * tools/claws.i18n.status.pl
6990                 updated translations submitted by Stavros Giannouris
6991                 and Ralgh Young
6992
6993 2006-01-27 [colin]      1.9.100cvs192
6994
6995         * src/summaryview.c
6996         * src/gtk/gtksourceprintjob.c
6997                 Add image printing 
6998                 (libgnomeprint only, of course)
6999
7000 2006-01-27 [paul]       1.9.100cvs191
7001
7002         * po/fr.po
7003         * po/it.po
7004                 updated by Fabien Vantard and Andrea Spadaccini
7005
7006 2006-01-26 [colin]      1.9.100cvs190
7007
7008         * manual/Makefile.am
7009         * configure.ac
7010                 Make building the manual optional 
7011                 (--disable-manual)
7012
7013 2006-01-26 [paul]       1.9.100cvs189
7014
7015         * manual/glossary.xml
7016         * manual/plugins.xml
7017                 edited
7018         * po/en_GB.po
7019                 updated
7020
7021 2006-01-26 [paul]       1.9.100cvs188
7022
7023         * src/prefs_display_header.c
7024         * src/prefs_folder_column.c
7025         * src/prefs_msg_colors.c
7026         * src/prefs_summaries.c
7027         * src/prefs_summary_column.c
7028                 HIGify
7029
7030 2006-01-25 [colin]      1.9.100cvs187
7031
7032         * src/imap.c
7033                 Don't allow moving/copying mails between
7034                 queue/drafts and non-queue/drafts folders
7035                 Fixes bug #897 (message header is resetted 
7036                 if one is copied to Drafts)
7037
7038 2006-01-25 [colin]      1.9.100cvs186
7039
7040         * src/folder.c
7041         * src/mainwindow.c
7042                 Fix subscribed folders not found
7043         * src/compose.c
7044                 Don't try to encode as original mail's charset
7045                 if it's ascii 
7046
7047 2006-01-25 [paul]       1.9.100cvs185
7048
7049         * AUTHORS
7050         * po/Makevars
7051                 updated
7052         * po/de.po
7053         * po/pl.po
7054         * po/pt_BR.po
7055         * po/sr.po
7056                 updates submitted by Stephan Sachse, Emilian Nowak
7057                 and Quar, Frederico Goncalves Guimaraes, and
7058                 Aleksandar Urosevic
7059                 Fix Bug 896, 'PT_BR locale broken'.
7060         * src/gtk/authors.h
7061                 updated
7062
7063 2006-01-24 [mones]      1.9.100cvs184
7064
7065         * manual/glossary.xml
7066                 All current terms finished. Reviewers welcome ;-)
7067         * manual/keyboard.xml
7068                 Fixed column width for pdf output.
7069         * po/es.po
7070                 Updated
7071
7072 2006-01-24 [paul]       1.9.100cvs183
7073
7074         * manual/glossary.xml
7075                 fix id name
7076         * manual/dist/html/Makefile.am
7077         * manual/dist/pdf/Makefile.am
7078         * manual/dist/ps/Makefile.am
7079         * manual/dist/txt/Makefile.am
7080                 fix make deps
7081                 Thanks to Colin
7082
7083 2006-01-24 [mones]      1.9.100cvs182
7084
7085         * manual/glossary.xml
7086                 Nearly finished, some terms missing.
7087
7088 2006-01-23 [paul]       1.9.100cvs181
7089
7090         * manual/dist/html/Makefile.am
7091         * manual/dist/pdf/Makefile.am
7092         * manual/dist/ps/Makefile.am
7093         * manual/dist/txt/Makefile.am
7094         * src/mainwindow.c
7095                 re-enable manual
7096                 Thanks to Colin
7097
7098 2006-01-22 [colin]      1.9.100cvs180
7099
7100         * src/compose.c
7101         * src/gtk/gtkaspell.c
7102                 Don't deselect stuff before right-clicking, with aspell.
7103                 (This prevented right-click Copy, for example).
7104                 Thanks to Clo!
7105
7106 2006-01-22 [paul]       1.9.100cvs179
7107
7108         * src/summary_search.c
7109                 don't fix the widget size as it causes problems
7110                 under localisation.
7111                 Thanks to Emilian Nowak
7112
7113 2006-01-21 [paul]       1.9.100cvs178
7114
7115         * src/prefs_themes.c
7116                 fix broken underlining of label text
7117                 with some translations
7118
7119 2006-01-21 [colin]      1.9.100cvs177
7120
7121         * po/fr.po
7122                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7123
7124 2006-01-20 [colin]      1.9.100cvs176
7125
7126         * configure.ac
7127         * Makefile.am
7128         * manual/Makefile
7129         * manual/dist/html/.cvsignore
7130         * manual/dist/html/Makefile.am
7131         * manual/dist/pdf/.cvsignore
7132         * manual/dist/pdf/Makefile.am
7133         * manual/dist/ps/.cvsignore
7134         * manual/dist/ps/Makefile.am
7135         * manual/dist/txt/.cvsignore
7136         * manual/dist/txt/Makefile.am
7137                 Autotool-ize manual
7138
7139 2006-01-20 [paul]       1.9.100cvs175
7140
7141         * manual/handling.xml
7142                 make Filtering and Searching entries easier to find
7143         * manual/keyboard.xml
7144                 add the remaining default keybinds
7145         * src/prefs_summaries.c
7146                 update the default keybinds
7147
7148 2006-01-20 [paul]       1.9.100cvs174
7149
7150         * src/addressbook.c
7151         * src/addrgather.c
7152         * src/addrharvest.c
7153         * src/editaddress.c
7154         * src/editgroup.c
7155         * src/exphtmldlg.c
7156         * src/expldifdlg.c
7157         * src/exporthtml.c
7158         * src/exportldif.c
7159         * src/ldif.c
7160                 replace 'e-mail' with 'email'
7161         * src/summary_search.c
7162                 add mnemonic to "Find all" button
7163
7164 2006-01-20 [wwp]        1.9.100cvs173
7165
7166         * src/export.c
7167         * src/import.c
7168                 touched mbox import/export buttons for HIG-compliance
7169
7170 2006-01-19 [paul]       1.9.100cvs172
7171
7172         * manual/account.xml
7173         * manual/addrbook.xml
7174         * manual/advanced.xml
7175         * manual/faq.xml
7176         * manual/handling.xml
7177         * manual/intro.xml
7178         * manual/plugins.xml
7179         * manual/starting.xml
7180                 more editing
7181
7182 2006-01-19 [paul]       1.9.100cvs171
7183
7184         * src/toolbar.c
7185                 allow use of trash button while receiving
7186                 Thanks to Colin
7187
7188 2006-01-19 [wwp]        1.9.100cvs170
7189
7190         * src/gtk/quicksearch.c
7191         * src/compose.c
7192                 force text color to black when yellow background is set
7193
7194 2006-01-19 [colin]      1.9.100cvs169
7195
7196         * src/plugins/trayicon/trayicon.c
7197                 Gray out Get Mail when already getting mail
7198
7199 2006-01-18 [paul]       1.9.100cvs168
7200
7201         * src/compose.c
7202                 give widget yellow background was To is
7203                 set via folder prefs
7204         * src/gtk/quicksearch.c
7205                 give widget yellow background when quick
7206                 search is active.
7207                 Thanks to Colin
7208
7209 2006-01-18 [paul]       1.9.100cvs167
7210
7211         * doc/man/sylpheed-claws.1
7212                 add --subscribe option
7213
7214 2006-01-18 [paul]       1.9.100cvs166
7215
7216         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7217         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7218                 use %U instead of %F (%F is broken for user installed
7219                 files in kde 3.5)
7220
7221 2006-01-18 [colin]      1.9.100cvs165
7222
7223         * src/summaryview.c
7224                 Default to Yes in "No more * messages" dialogs
7225
7226 2006-01-17 [colin]      1.9.100cvs164
7227
7228         * src/compose.c
7229                 Possibly fix an invalid iterator causing
7230                 crash
7231
7232 2006-01-17 [colin]      1.9.100cvs163
7233
7234         * src/mimeview.c
7235                 Fix crash when the image disappears under the
7236                 image viewer
7237
7238 2006-01-16 [colin]      1.9.100cvs162
7239
7240         * src/compose.c
7241                 Fix reenabling autowrap
7242
7243 2006-01-16 [colin]      1.9.100cvs161
7244
7245         * src/compose.c
7246                 reset quote_len before getting quote_str
7247
7248 2006-01-16 [colin]      1.9.100cvs160
7249
7250         * src/account.c
7251         * src/account.h
7252         * src/folder.c
7253         * src/imap_gtk.c
7254         * src/mh_gtk.c
7255                 Fix bug #883 (default inbox does not track folder move)
7256
7257 2006-01-16 [colin]      1.9.100cvs159
7258
7259         * src/compose.c
7260         * src/plugins/pgpcore/passphrase.c
7261                 More buttons fixes
7262
7263 2006-01-16 [paul]       1.9.100cvs158
7264
7265         * src/prefs_actions.c
7266         * src/prefs_filtering_action.c
7267         * src/prefs_matcher.c
7268         * src/quote_fmt.c
7269         * src/gtk/description_window.c
7270         * src/gtk/description_window.h
7271         * src/gtk/quicksearch.c
7272                 description window cleanups
7273
7274 2006-01-15 [colin]      1.9.100cvs157
7275
7276         * src/addressbook.c
7277         * src/prefs_filtering.c
7278                 Same here
7279
7280 2006-01-15 [colin]      1.9.100cvs156
7281
7282         * src/folderview.c
7283         * src/mainwindow.c
7284                 Same for "Empty trash"
7285
7286 2006-01-15 [colin]      1.9.100cvs155
7287
7288         * src/inc.c
7289                 Override offline dialog had Yes by default
7290
7291 2006-01-15 [colin]      1.9.100cvs154
7292
7293         * src/summaryview.c
7294                 Delete selected messages? previously had Yes the default
7295
7296 2006-01-15 [colin]      1.9.100cvs153
7297
7298         * src/folder.c
7299         * src/folder.h
7300         * src/main.c
7301                 Check if a mailbox is loaded after all
7302                 plugins are loaded.
7303
7304 2006-01-15 [colin]      1.9.100cvs152
7305
7306         * src/folder.c
7307                 Don't start wizard when there are unloaded folders (will help
7308                 people with only mbox or maildir mailboxes)
7309
7310 2006-01-14 [colin]      1.9.100cvs151
7311
7312         * src/addressbook.c
7313         * src/expldifdlg.c
7314         * src/importldif.c
7315         * src/importmutt.c
7316         * src/importpine.c
7317         * src/mh_gtk.c
7318                 More HIG compliance and fixes
7319
7320 2006-01-14 [colin]      1.9.100cvs150
7321
7322         * src/prefs_filtering_action.c
7323         * src/foldersel.c
7324                 Two forgotten button order changes
7325
7326 2006-01-14 [colin]      1.9.100cvs149
7327
7328         * src/account.c
7329         * src/addressbook.c
7330         * src/compose.c
7331         * src/folderview.c
7332         * src/imap_gtk.c
7333         * src/mainwindow.c
7334         * src/mh_gtk.c
7335         * src/news_gtk.c
7336         * src/prefs_actions.c
7337         * src/prefs_customheader.c
7338         * src/prefs_filtering.c
7339         * src/prefs_matcher.c
7340         * src/prefs_template.c
7341         * src/ssl_manager.c
7342         * src/summaryview.c
7343         * src/textview.c
7344         * src/toolbar.c
7345                 All deletion confirmations are now "Cancel, Delete" 
7346                 instead of "No, Yes"
7347                 Clarified most of the other "No, Yes" to 
7348                 "Cancel, Descriptive_action"
7349                 Rechanged the "Entry not saved" alerts to have 
7350                 "Close, Continue editing"
7351
7352
7353 2006-01-14 [paul]
7354
7355         * 2.0.0-rc4 released
7356
7357 2006-01-14 [paul]       1.9.100cvs148
7358
7359         * src/account.c
7360         * src/addressadd.c
7361         * src/addressbook.c
7362         * src/compose.c
7363         * src/editaddress.c
7364         * src/editbook.c
7365         * src/editgroup.c
7366         * src/editjpilot.c
7367         * src/editldap.c
7368         * src/editvcard.c
7369         * src/exphtmldlg.c
7370         * src/expldifdlg.c
7371         * src/folderview.c
7372         * src/grouplistdialog.c
7373         * src/imap_gtk.c
7374         * src/importmutt.c
7375         * src/importpine.c
7376         * src/inc.c
7377         * src/main.c
7378         * src/mainwindow.c
7379         * src/message_search.c
7380         * src/messageview.c
7381         * src/mh_gtk.c
7382         * src/mimeview.c
7383         * src/news_gtk.c
7384         * src/prefs_actions.c
7385         * src/prefs_customheader.c
7386         * src/prefs_filtering.c
7387         * src/prefs_matcher.c
7388         * src/prefs_template.c
7389         * src/prefs_themes.c
7390         * src/ssl_manager.c
7391         * src/summary_search.c
7392         * src/summaryview.c
7393         * src/textview.c
7394         * src/toolbar.c
7395         * src/gtk/foldersort.c
7396         * src/gtk/gtkaspell.c
7397         * src/gtk/inputdialog.c
7398         * src/gtk/prefswindow.c
7399         * src/plugins/pgpcore/select-keys.c
7400         * src/plugins/trayicon/trayicon.c
7401                 HIG compliant button order
7402
7403 2006-01-14 [mones]      1.9.100cvs147
7404
7405         * po/es.po
7406                 Updated translation
7407
7408 2006-01-13 [paul]       1.9.100cvs146
7409
7410         * AUTHORS
7411         * ChangeLog
7412         * src/gtk/authors.h
7413                 add Joshua M. Kwan to contributors list
7414
7415 2006-01-13 [colin]      1.9.100cvs145
7416
7417         * src/gtk/quicksearch.c
7418                 Don't refocus quick search after executing (Esc or Enter)
7419                 Allows to '/'search something then move up/down in 
7420                 summaryview, and to Esc a search and be back in the 
7421                 summaryview
7422
7423 2006-01-13 [paul]       1.9.100cvs144
7424
7425         * src/plugins/pgpinline/pgpinline.c
7426                 support Content-Type 'application/pgp'
7427                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7428
7429 2006-01-13 [paul]       1.9.100cvs143
7430
7431         * manual/account.xml
7432                 make mention of partial retrieval
7433                 thanks to Colin
7434
7435 2006-01-13 [paul]       1.9.100cvs142
7436
7437         * src/account.c
7438         * src/account.h
7439         * src/action.c
7440         * src/action.h
7441         * src/adbookbase.h
7442         * src/addr_compl.c
7443         * src/addr_compl.h
7444         * src/addrbook.c
7445         * src/addrcache.c
7446         * src/addrcache.h
7447         * src/addrcindex.c
7448         * src/addrcindex.h
7449         * src/addrclip.c
7450         * src/addrclip.h
7451         * src/addrdefs.h
7452         * src/addressadd.c
7453         * src/addressadd.h
7454         * src/addressbook.c
7455         * src/addressbook.h
7456         * src/addrgather.c
7457         * src/addrgather.h
7458         * src/addrharvest.c
7459         * src/addrharvest.h
7460         * src/addrindex.c
7461         * src/addrindex.h
7462         * src/addritem.c
7463         * src/addritem.h
7464         * src/addrquery.c
7465         * src/addrquery.h
7466         * src/addrselect.c
7467         * src/addrselect.h
7468         * src/alertpanel.c
7469         * src/alertpanel.h
7470         * src/browseldap.c
7471         * src/browseldap.h
7472         * src/codeconv.c
7473         * src/codeconv.h
7474         * src/compose.c
7475         * src/compose.h
7476         * src/customheader.c
7477         * src/customheader.h
7478         * src/displayheader.c
7479         * src/displayheader.h
7480         * src/editaddress.c
7481         * src/editaddress.h
7482         * src/editbook.c
7483         * src/editbook.h
7484         * src/editgroup.c
7485         * src/editgroup.h
7486         * src/editjpilot.c
7487         * src/editjpilot.h
7488         * src/editldap.c
7489         * src/editldap.h
7490         * src/editldap_basedn.c
7491         * src/editldap_basedn.h
7492         * src/editvcard.c
7493         * src/editvcard.h
7494         * src/exphtmldlg.c
7495         * src/exphtmldlg.h
7496         * src/expldifdlg.c
7497         * src/expldifdlg.h
7498         * src/export.h
7499         * src/exporthtml.c
7500         * src/exporthtml.h
7501         * src/exportldif.c
7502         * src/exportldif.h
7503         * src/filtering.c
7504         * src/filtering.h
7505         * src/folder.c
7506         * src/folder.h
7507         * src/folder_item_prefs.c
7508         * src/folder_item_prefs.h
7509         * src/foldersel.c
7510         * src/foldersel.h
7511         * src/folderutils.c
7512         * src/folderutils.h
7513         * src/folderview.c
7514         * src/folderview.h
7515         * src/grouplistdialog.c
7516         * src/grouplistdialog.h
7517         * src/headerview.c
7518         * src/html.c
7519         * src/html.h
7520         * src/image_viewer.c
7521         * src/image_viewer.h
7522         * src/imap.c
7523         * src/imap.h
7524         * src/imap_gtk.c
7525         * src/imap_gtk.h
7526         * src/import.h
7527         * src/importldif.c
7528         * src/importldif.h
7529         * src/importmutt.c
7530         * src/importmutt.h
7531         * src/importpine.c
7532         * src/importpine.h
7533         * src/inc.c
7534         * src/inc.h
7535         * src/jpilot.c
7536         * src/jpilot.h
7537         * src/ldapctrl.c
7538         * src/ldapctrl.h
7539         * src/ldaplocate.c
7540         * src/ldaplocate.h
7541         * src/ldapquery.c
7542         * src/ldapquery.h
7543         * src/ldapserver.c
7544         * src/ldapserver.h
7545         * src/ldaputil.c
7546         * src/ldaputil.h
7547         * src/ldif.c
7548         * src/ldif.h
7549         * src/main.c
7550         * src/main.h
7551         * src/mainwindow.c
7552         * src/mainwindow.h
7553         * src/manual.c
7554         * src/manual.h
7555         * src/mbox.c
7556         * src/mbox.h
7557         * src/message_search.c
7558         * src/message_search.h
7559         * src/messageview.c
7560         * src/messageview.h
7561         * src/mh.c
7562         * src/mh.h
7563         * src/mh_gtk.c
7564         * src/mh_gtk.h
7565         * src/mimeview.c
7566         * src/mimeview.h
7567         * src/msgcache.c
7568         * src/msgcache.h
7569         * src/mutt.c
7570         * src/mutt.h
7571         * src/news.c
7572         * src/news.h
7573         * src/news_gtk.c
7574         * src/news_gtk.h
7575         * src/partial_download.c
7576         * src/partial_download.h
7577         * src/pine.c
7578         * src/pine.h
7579         * src/pop.c
7580         * src/pop.h
7581         * src/prefs_account.c
7582         * src/prefs_account.h
7583         * src/prefs_actions.c
7584         * src/prefs_actions.h
7585         * src/prefs_common.c
7586         * src/prefs_common.h
7587         * src/prefs_compose_writing.c
7588         * src/prefs_compose_writing.h
7589         * src/prefs_customheader.c
7590         * src/prefs_customheader.h
7591         * src/prefs_display_header.c
7592         * src/prefs_display_header.h
7593         * src/prefs_filtering.c
7594         * src/prefs_filtering.h
7595         * src/prefs_filtering_action.c
7596         * src/prefs_filtering_action.h
7597         * src/prefs_folder_column.c
7598         * src/prefs_folder_column.h
7599         * src/prefs_folder_item.c
7600         * src/prefs_folder_item.h
7601         * src/prefs_fonts.c
7602         * src/prefs_fonts.h
7603         * src/prefs_gtk.c
7604         * src/prefs_gtk.h
7605         * src/prefs_image_viewer.c
7606         * src/prefs_image_viewer.h
7607         * src/prefs_matcher.c
7608         * src/prefs_matcher.h
7609         * src/prefs_message.c
7610         * src/prefs_msg_colors.c
7611         * src/prefs_msg_colors.h
7612         * src/prefs_other.c
7613         * src/prefs_quote.c
7614         * src/prefs_receive.c
7615         * src/prefs_send.c
7616         * src/prefs_spelling.c
7617         * src/prefs_spelling.h
7618         * src/prefs_summaries.c
7619         * src/prefs_summaries.h
7620         * src/prefs_summary_column.c
7621         * src/prefs_summary_column.h
7622         * src/prefs_template.c
7623         * src/prefs_template.h
7624         * src/prefs_themes.c
7625         * src/prefs_themes.h
7626         * src/prefs_toolbar.c
7627         * src/prefs_toolbar.h
7628         * src/prefs_wrapping.c
7629         * src/prefs_wrapping.h
7630         * src/privacy.c
7631         * src/privacy.h
7632         * src/procheader.c
7633         * src/procheader.h
7634         * src/procmime.c
7635         * src/procmime.h
7636         * src/procmsg.c
7637         * src/procmsg.h
7638         * src/quote_fmt.c
7639         * src/quote_fmt_parse.y
7640         * src/recv.c
7641         * src/recv.h
7642         * src/remotefolder.c
7643         * src/remotefolder.h
7644         * src/send_message.c
7645         * src/send_message.h
7646         * src/setup.c
7647         * src/setup.h
7648         * src/sourcewindow.c
7649         * src/sourcewindow.h
7650         * src/ssl_manager.c
7651         * src/ssl_manager.h
7652         * src/statusbar.c
7653         * src/statusbar.h
7654         * src/stock_pixmap.c
7655         * src/stock_pixmap.h
7656         * src/summary_search.c
7657         * src/summary_search.h
7658         * src/summaryview.c
7659         * src/summaryview.h
7660         * src/syldap.c
7661         * src/syldap.h
7662         * src/textview.c
7663         * src/textview.h
7664         * src/toolbar.c
7665         * src/toolbar.h
7666         * src/undo.c
7667         * src/undo.h
7668         * src/unmime.c
7669         * src/unmime.h
7670         * src/vcard.c
7671         * src/vcard.h
7672         * src/wizard.c
7673         * src/wizard.h
7674         * src/common/base64.c
7675         * src/common/base64.h
7676         * src/common/defs.h
7677         * src/common/hooks.c
7678         * src/common/hooks.h
7679         * src/common/log.c
7680         * src/common/log.h
7681         * src/common/mgutils.c
7682         * src/common/mgutils.h
7683         * src/common/nntp.c
7684         * src/common/nntp.h
7685         * src/common/passcrypt.c
7686         * src/common/passcrypt.h.in
7687         * src/common/plugin.c
7688         * src/common/plugin.h
7689         * src/common/prefs.c
7690         * src/common/prefs.h
7691         * src/common/progressindicator.c
7692         * src/common/progressindicator.h
7693         * src/common/quoted-printable.c
7694         * src/common/quoted-printable.h
7695         * src/common/session.c
7696         * src/common/session.h
7697         * src/common/smtp.c
7698         * src/common/smtp.h
7699         * src/common/socket.c
7700         * src/common/socket.h
7701         * src/common/ssl.c
7702         * src/common/ssl.h
7703         * src/common/ssl_certificate.c
7704         * src/common/ssl_certificate.h
7705         * src/common/stringtable.c
7706         * src/common/stringtable.h
7707         * src/common/sylpheed.c
7708         * src/common/sylpheed.h
7709         * src/common/template.c
7710         * src/common/template.h
7711         * src/common/timing.h
7712         * src/common/utils.c
7713         * src/common/utils.h
7714         * src/common/version.h.in
7715         * src/common/xml.c
7716         * src/common/xml.h
7717         * src/common/xmlprops.c
7718         * src/common/xmlprops.h
7719         * src/gtk/colorlabel.c
7720         * src/gtk/colorsel.c
7721         * src/gtk/colorsel.h
7722         * src/gtk/description_window.c
7723         * src/gtk/description_window.h
7724         * src/gtk/filesel.c
7725         * src/gtk/filesel.h
7726         * src/gtk/foldersort.c
7727         * src/gtk/foldersort.h
7728         * src/gtk/gtkutils.c
7729         * src/gtk/gtkutils.h
7730         * src/gtk/inputdialog.c
7731         * src/gtk/inputdialog.h
7732         * src/gtk/logwindow.c
7733         * src/gtk/logwindow.h
7734         * src/gtk/manage_window.c
7735         * src/gtk/manage_window.h
7736         * src/gtk/menu.c
7737         * src/gtk/menu.h
7738         * src/gtk/pluginwindow.c
7739         * src/gtk/pluginwindow.h
7740         * src/gtk/prefswindow.c
7741         * src/gtk/prefswindow.h
7742         * src/gtk/progressdialog.c
7743         * src/gtk/progressdialog.h
7744         * src/gtk/sslcertwindow.c
7745         * src/gtk/sslcertwindow.h
7746         * src/plugins/clamav/clamav_plugin.c
7747         * src/plugins/clamav/clamav_plugin.h
7748         * src/plugins/clamav/clamav_plugin_gtk.c
7749         * src/plugins/demo/demo.c
7750         * src/plugins/dillo_viewer/dillo_prefs.c
7751         * src/plugins/dillo_viewer/dillo_prefs.h
7752         * src/plugins/dillo_viewer/dillo_viewer.c
7753         * src/plugins/pgpcore/passphrase.c
7754         * src/plugins/pgpcore/passphrase.h
7755         * src/plugins/pgpcore/plugin.c
7756         * src/plugins/pgpcore/select-keys.c
7757         * src/plugins/pgpcore/select-keys.h
7758         * src/plugins/pgpcore/sgpgme.c
7759         * src/plugins/pgpcore/sgpgme.h
7760         * src/plugins/pgpinline/pgpinline.c
7761         * src/plugins/pgpinline/pgpinline.h
7762         * src/plugins/pgpinline/plugin.c
7763         * src/plugins/pgpmime/pgpmime.c
7764         * src/plugins/pgpmime/pgpmime.h
7765         * src/plugins/pgpmime/plugin.c
7766         * src/plugins/spamassassin/spamassassin.c
7767         * src/plugins/spamassassin/spamassassin.h
7768         * src/plugins/spamassassin/spamassassin_gtk.c
7769         * src/plugins/trayicon/trayicon.c
7770                 update copyright header
7771
7772 2006-01-13 [paul]       1.9.100cvs141
7773
7774         * src/account.c
7775         * src/export.c
7776         * src/import.c
7777         * src/mainwindow.c
7778         * src/prefs_account.c
7779         * src/prefs_display_header.c
7780         * src/prefs_receive.c
7781         * src/prefs_send.c
7782         * src/prefs_summaries.c
7783         * src/prefs_themes.c
7784         * src/prefs_toolbar.c
7785         * src/gtk/about.c
7786                 various cleanups
7787
7788 2006-01-12 [colin]      1.9.100cvs140
7789
7790         * src/folder.c
7791         * src/folder.h
7792         * src/main.c
7793                 Add --subscribe option
7794                 Let sylpheed-claws email@domain.com equivalent to --compose
7795                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7796
7797 2006-01-12 [paul]       1.9.100cvs139
7798
7799         * src/mainwindow.c
7800                 append 'Change folder order' label with '...'
7801         * src/prefs_actions.c
7802                 allow reordering of actions list by dnd
7803         * src/gtk/foldersort.c
7804                 make the dialog nicer
7805
7806 2006-01-11 [colin]      1.9.100cvs138
7807
7808         * src/compose.c
7809                 Allow templates without text
7810
7811 2006-01-11 [paul]       1.9.100cvs137
7812
7813         * tools/README
7814         * tools/filter_conv_new.pl
7815                 add info to README
7816                 also check .sylpheed for filter.xml
7817                 be a bit informative to the user
7818
7819 2006-01-11 [colin]      1.9.100cvs136
7820
7821         * src/textview.c
7822                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7823
7824 2006-01-10 [paul]       1.9.100cvs135
7825
7826         * tools/Makefile.am
7827         * tools/filter_conv_new.pl
7828                 add script to convert new style Sylpheed
7829                 filter rules (Sylpheed >= 0.9.99) to
7830                 Claws filtering rules
7831
7832 2006-01-10 [colin]      1.9.100cvs134
7833
7834         * src/compose.c
7835                 Fix broken line joins in certain conditions
7836                 (between two quoted lines: <enter><enter><up>
7837                  <type a wrapped sentence><go in the first line>
7838                  <insert more text><watch as line joining failed>)
7839
7840 2006-01-10 [paul]       1.9.100cvs133
7841
7842         * src/compose.c
7843                 don't report success in error dialog
7844                 thanks to Colin
7845         * src/common/utils.c
7846                 include some trailing punctuations as URI
7847                 thanks to Hiro
7848
7849 2006-01-10 [paul]       1.9.100cvs132
7850
7851         * src/mimeview.c
7852                 fix incompatible pointer type
7853                 warning
7854
7855 2006-01-10 [paul]       1.9.100cvs131
7856
7857         * src/compose.c
7858                 change Subject in window title
7859                 instantaneously
7860
7861 2006-01-09 [colin]      1.9.100cvs130
7862
7863         * src/addressbook.c
7864         * src/headerview.c
7865         * src/mainwindow.c
7866         * src/messageview.c
7867         * src/mimeview.c
7868         * src/noticeview.c
7869         * src/summaryview.c
7870                 Fix possible crashes on exit and in addressbook
7871
7872 2006-01-09 [paul]       1.9.100cvs129
7873
7874         * src/prefs_msg_colors.c
7875                 some cleanups that I forgot last time
7876
7877 2006-01-09 [paul]       1.9.100cvs128
7878
7879         * README
7880         * src/folderview.c
7881         * src/prefs_msg_colors.c
7882                 add previously hidden option, color_new, to
7883                 the gui
7884                 move the page to Display/
7885                 rework the gui
7886
7887 2006-01-09 [wwp]        1.9.100cvs127
7888
7889         * src/prefs_themes.c
7890                 made the prefs/display/themes layouts spacing less condensed
7891                 (and so they match other prefs/pages' look).
7892
7893 2006-01-09 [paul]       1.9.100cvs126
7894
7895         * src/compose.c
7896         * src/prefs_common.c
7897         * src/prefs_common.h
7898         * src/prefs_wrapping.c
7899                 remove 'wrap at send' option
7900
7901 2006-01-06 [colin]      1.9.100cvs125
7902
7903         * src/compose.c
7904                 Just make completely sure we don't insert "manual line breaks" 
7905                 when wrapping... 
7906
7907 2006-01-04 [paul]
7908
7909         * 2.0.0-rc3 released
7910
7911 2006-01-04 [paul]       1.9.100cvs124
7912
7913         * src/folderview.c
7914                 fix bug 882, 'quick scroll in folder list
7915                 displays wrong folder contents'
7916
7917 2006-01-04 [paul]       1.9.100cvs123
7918
7919         * src/plugins/pgpmime/pgpmime.c
7920                 better debug information when signing
7921                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7922
7923 2006-01-03 [colin]      1.9.100cvs122
7924
7925         * configure.ac
7926                 We need to recheck for gpgme 1.0.0 after checking
7927                 for 1.1.1, because if 1.1.1 isn't available, 
7928                 GPGME_LIBS and friends are blanked out by the 
7929                 second check.
7930
7931 2006-01-03 [colin]      1.9.100cvs121
7932
7933         * src/common/prefs.c
7934                 Windows unlink-before rename fix
7935         * src/plugins/pgpcore/sgpgme.c
7936                 Add support for PKA info if available
7937                 Both patches by Werner Koch
7938
7939 2006-01-03 [paul]       1.9.100cvs120
7940
7941         * src/messageview.c
7942                 fix bug 884, 'Send receipt' button visible in queue
7943                 Thanks to Colin
7944
7945 2006-01-02 [colin]      1.9.100cvs119
7946
7947         * src/compose.c
7948         * src/imap.c
7949                 Fix autosave on IMAP and more generally try to
7950                 return the correct ID on a newly added IMAP message
7951
7952 2006-01-02 [paul]       1.9.100cvs118
7953
7954         * manual/keyboard.xml
7955                 edited
7956
7957 2006-01-01 [paul]       1.9.100cvs117
7958
7959         * src/gtk/authors.h
7960                 alphabetical order
7961
7962 2005-12-30 [colin]      1.9.100cvs116
7963
7964         * manual/advanced.xml
7965                 Explain Pre/Post-processing differences.
7966
7967 2005-12-30 [colin]      1.9.100cvs115
7968
7969         * src/mh.c
7970                 Implement copy_msgs for a little optimization
7971         * src/imap.c
7972                 Finish yesterday's fix
7973
7974 2005-12-29 [colin]      1.9.100cvs114
7975
7976         * src/imap.c
7977                 Fix occasional failure in fetching a mail over
7978                 IMAP
7979
7980 2005-12-29 [colin]      1.9.100cvs113
7981
7982         * src/compose.c
7983                 Don't remove a draft when sending it, if it is 
7984                 locked.
7985
7986 2005-12-28 [colin]      1.9.100cvs112
7987
7988         * src/summaryview.c
7989                 Fix leak for real
7990
7991 2005-12-28 [wwp]        1.9.100cvs111
7992
7993         * doc/faq/.cvsignore
7994         * doc/faq/de/.cvsignore
7995         * doc/faq/en/.cvsignore
7996         * doc/faq/es/.cvsignore
7997         * doc/faq/fr/.cvsignore
7998         * doc/faq/it/.cvsignore
7999         * doc/manual/.cvsignore
8000         * doc/manual/de/.cvsignore
8001         * doc/manual/en/.cvsignore
8002         * doc/manual/es/.cvsignore
8003         * doc/manual/fr/.cvsignore
8004         * doc/manual/ja/.cvsignore
8005         * src/plugins/mathml_viewer/.cvsignore
8006                 rollback revival of those files (my bad, sorry for the noise).
8007
8008 2005-12-28 [wwp]        1.9.100cvs110
8009
8010         * src/compose.c
8011                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8012
8013 2005-12-28 [wwp]        1.9.100cvs109
8014
8015         * doc/faq/.cvsignore
8016         * doc/faq/de/.cvsignore
8017         * doc/faq/en/.cvsignore
8018         * doc/faq/es/.cvsignore
8019         * doc/faq/fr/.cvsignore
8020         * doc/faq/it/.cvsignore
8021         * doc/manual/.cvsignore
8022         * doc/manual/de/.cvsignore
8023         * doc/manual/en/.cvsignore
8024         * doc/manual/es/.cvsignore
8025         * doc/manual/fr/.cvsignore
8026         * doc/manual/ja/.cvsignore
8027         * src/plugins/mathml_viewer/.cvsignore
8028         * po/.cvsignore
8029                 more files to ignore.
8030
8031 2005-12-24 [colin]      1.9.100cvs108
8032
8033         * AUTHORS
8034         * src/gtk/authors.h
8035                 Update for Werner
8036
8037 2005-12-24 [colin]      1.9.100cvs107
8038
8039         * src/procmsg.c
8040                 Allow NULL src_msginfo in 
8041                 procmsg_msginfo_new_from_mimeinfo
8042
8043 2005-12-23 [paul]       1.9.100cvs106
8044
8045         * src/plugins/pgpinline/mypgpcore.def
8046                 add this forgotten file
8047
8048 2005-12-23 [colin]      1.9.100cvs105
8049
8050         * src/mainwindow.c
8051                 Fix missing break
8052
8053 2005-12-23 [colin]      1.9.100cvs104
8054
8055         * autogen.sh
8056         * src/folder.c
8057         * src/mh.c
8058         * src/common/plugin.c
8059         * src/common/socket.c
8060         * src/common/socket.h
8061         * src/common/utils.c
8062         * src/common/utils.h
8063         * src/gtk/pluginwindow.c
8064         * src/plugins/pgpcore/plugin.def
8065         * src/plugins/pgpcore/sylpheed.def
8066         * src/plugins/pgpinline/Makefile.am
8067         * src/plugins/pgpinline/plugin.def
8068         * src/plugins/pgpinline/sylpheed.def
8069         * src/plugins/pgpmime/plugin.def
8070         * src/plugins/pgpmime/sylpheed.def
8071                 Various w32 fixes by Werner Koch
8072
8073 2005-12-22 [paul]       1.9.100cvs103
8074
8075         * src/wizard.c
8076                 don't offer IMAP as 'server type' if
8077                 libetpan isn't built in
8078
8079 2005-12-22 [paul]       1.9.100cvs102
8080
8081         * AUTHORS
8082         * src/mainwindow.c
8083         * src/mainwindow.h
8084         * src/toolbar.c
8085         * src/gtk/authors.h
8086                 support GTK_TOOLBAR_BOTH_HORIZ (text
8087                 next to icon) Patch by Marien Zwart
8088                 marienz@users.sf.net
8089                 Also reword the text
8090
8091 2005-12-21 [colin]      1.9.100cvs101
8092
8093         * configure.ac
8094                 Fix DATADIRNAME
8095         * COPYING
8096                 Fix missing section and explicit the exception better
8097         * src/compose.c
8098                 Prevent mail from being lost without notice when an
8099                 SMTP error happens on trying to send an unmodified
8100                 drafted mail.
8101         * src/send_message.c
8102         * src/common/smtp.c
8103                 Fix password remembering when wrong, and add return
8104                 value checks where they should have been
8105         * src/plugins/pgpcore/sylpheed.def
8106         * src/plugins/pgpinline/sylpheed.def
8107         * src/plugins/pgpmime/sylpheed.def
8108                 Add a few symbols needed
8109
8110 2005-12-21 [paul]       1.9.100cvs100
8111
8112         * m4/codeset.m4
8113         * m4/glibc21.m4
8114         * m4/intdiv0.m4
8115         * m4/inttypes-pri.m4
8116         * m4/inttypes.m4
8117         * m4/inttypes_h.m4
8118         * m4/isc-posix.m4
8119         * m4/lcmessage.m4
8120         * m4/stdint_h.m4
8121         * m4/uintmax_t.m4
8122                 gettextization
8123                 thanks to Colin
8124
8125 2005-12-21 [paul]       1.9.100cvs99
8126
8127         * po/sv.po
8128                 fixed by Colin
8129
8130 2005-12-20 [paul]       1.9.100cvs98
8131
8132         * po/sv.po
8133                 updated by Anders Trobäck
8134
8135 2005-12-20 [colin]      1.9.100cvs97
8136
8137         * ABOUT-NLS
8138         * Makefile.am
8139         * autogen.sh
8140         * configure.ac
8141         * config/config.rpath
8142         * config/mkinstalldirs
8143         * m4/Makefile.am
8144         * m4/glibc2.m4
8145         * m4/gnupg.m4
8146         * m4/gpgme.m4
8147         * m4/intmax.m4
8148         * m4/longdouble.m4
8149         * m4/longlong.m4
8150         * m4/printf-posix.m4
8151         * m4/signed.m4
8152         * m4/size_max.m4
8153         * m4/ulonglong.m4
8154         * m4/wchar_t.m4
8155         * m4/wint_t.m4
8156         * m4/xsize.m4
8157         * po/Makefile.in.in
8158         * po/Makevars
8159         * po/bg.po
8160         * po/ca.po
8161         * po/cs.po
8162         * po/de.po
8163         * po/el.po
8164         * po/en_GB.po
8165         * po/es.po
8166         * po/fi.po
8167         * po/fr.po
8168         * po/hr.po
8169         * po/hu.po
8170         * po/it.po
8171         * po/ja.po
8172         * po/ko.po
8173         * po/nb.po
8174         * po/nl.po
8175         * po/pl.po
8176         * po/pt_BR.po
8177         * po/ru.po
8178         * po/sk.po
8179         * po/sr.po
8180         * po/stamp-po
8181         * po/sv.po
8182         * po/zh_CN.po
8183         * po/zh_TW.po
8184         * src/Makefile.am
8185         * src/codeconv.c
8186         * src/compose.c
8187         * src/exporthtml.c
8188         * src/exportldif.c
8189         * src/folder.c
8190         * src/main.c
8191         * src/manual.c
8192         * src/mh.c
8193         * src/mimeview.c
8194         * src/send_message.c
8195         * src/common/Makefile.am
8196         * src/common/fnmatch.c
8197         * src/common/fnmatch.h
8198         * src/common/fnmatch_loop.c
8199         * src/common/nntp.c
8200         * src/common/plugin.c
8201         * src/common/smtp.c
8202         * src/common/socket.c
8203         * src/common/string_match.c
8204         * src/common/sylpheed.c
8205         * src/common/utils.c
8206         * src/common/utils.h
8207         * src/common/w32_dirent.c
8208         * src/common/w32_reg.c
8209         * src/common/w32_signal.c
8210         * src/common/w32_stat.c
8211         * src/common/w32_stdio.c
8212         * src/common/w32_stdlib.c
8213         * src/common/w32_string.c
8214         * src/common/w32_time.c
8215         * src/common/w32_unistd.c
8216         * src/common/w32_wait.c
8217         * src/common/w32lib.h
8218         * src/etpan/Makefile.am
8219         * src/gtk/Makefile.am
8220         * src/plugins/clamav/Makefile.am
8221         * src/plugins/demo/Makefile.am
8222         * src/plugins/dillo_viewer/Makefile.am
8223         * src/plugins/pgpcore/Makefile.am
8224         * src/plugins/pgpcore/passphrase.c
8225         * src/plugins/pgpcore/plugin.def
8226         * src/plugins/pgpcore/sgpgme.c
8227         * src/plugins/pgpcore/sylpheed.def
8228         * src/plugins/pgpcore/version.rc
8229         * src/plugins/pgpinline/Makefile.am
8230         * src/plugins/pgpinline/plugin.def
8231         * src/plugins/pgpinline/sylpheed.def
8232         * src/plugins/pgpinline/version.rc
8233         * src/plugins/pgpmime/Makefile.am
8234         * src/plugins/pgpmime/mypgpcore.def
8235         * src/plugins/pgpmime/plugin.def
8236         * src/plugins/pgpmime/sylpheed.def
8237         * src/plugins/pgpmime/version.rc
8238         * src/plugins/spamassassin/Makefile.am
8239                 Very little ;-) patch from Werner Koch, providing
8240                 infrastructure for cross-compiling to Win32
8241
8242 2005-12-20 [paul]       1.9.100cvs96
8243
8244         * src/account.c
8245         * src/account.h
8246         * src/mainwindow.c
8247         * src/mainwindow.h
8248         * src/toolbar.c
8249         * src/toolbar.h
8250                 add a combo to the Get All button, allowing
8251                 quick retrieval from any account
8252                 Patch by Fabien Vantard, slightly modified
8253                 by Colin
8254         * src/gtk/about.c
8255                 i18n fix. Patch by Fabien Vantard
8256
8257 2005-12-19 [colin]      1.9.100cvs95
8258
8259         * src/compose.c
8260         * src/compose.h
8261                 Don't automatically join lines when they've 
8262                 been separated by the user and not automatically
8263
8264 2005-12-19 [paul]       1.9.100cvs94
8265
8266         * src/gtk/pluginwindow.c
8267                 i18n fix.
8268                 Patch by Fabien Vantard
8269
8270 2005-12-15 [paul]       1.9.100cvs93
8271
8272         * src/common/plugin.c
8273         * src/common/plugin.h
8274         * src/gtk/pluginwindow.c
8275         * src/plugins/clamav/clamav_plugin.c
8276         * src/plugins/demo/demo.c
8277         * src/plugins/dillo_viewer/dillo_viewer.c
8278         * src/plugins/pgpcore/plugin.c
8279         * src/plugins/pgpinline/plugin.c
8280         * src/plugins/pgpmime/plugin.c
8281         * src/plugins/spamassassin/spamassassin.c
8282         * src/plugins/trayicon/trayicon.c
8283                 add plugin_version()
8284
8285 2005-12-15 [colin]      1.9.100cvs92
8286
8287         * src/compose.c
8288                 Further fix bug #875
8289
8290 2005-12-15 [paul]       1.9.100cvs91
8291
8292         * src/gtk/filesel.c
8293                 fix attach_load_dir getting set to
8294                 PLUGINDIR on plugin load
8295
8296 2005-12-14 [mones]      1.9.100cvs90
8297
8298         * manual/ack.xml
8299         * manual/keyboard.xml
8300                 Initial draft and some shortcuts added
8301                 
8302         * po/es.po
8303                 Updated translation
8304
8305 2005-12-14 [colin]      1.9.100cvs89
8306
8307         * src/compose.c
8308         * src/imap.c
8309         * src/summaryview.c
8310         * src/gtk/gtkaspell.c
8311                 More leaks fixed
8312         * src/prefs_folder_item.c
8313                 Fix recursive prefs apply
8314
8315
8316 2005-12-14 [colin]      1.9.100cvs88
8317
8318         * src/compose.c
8319                 Fix bug #875 (Freeze On Inline Forward of 
8320                 Large Message)
8321
8322 2005-12-13 [colin]      1.9.100cvs87
8323
8324         * src/compose.c
8325                 Uniq-ify and sort the mimetypes list
8326                 Patch by Fabien Vantard
8327
8328 2005-12-13 [colin]      1.9.100cvs86
8329
8330         * src/imap.c
8331         * src/etpan/imap-thread.c
8332                 Fix leaks (patch by Hoa)
8333         * src/news.c
8334         * src/common/plugin.c
8335                 Fix leaks
8336
8337 2005-12-12 [colin]
8338
8339         * 2.0.0-rc2 released
8340
8341 2005-12-12 [colin]      1.9.100cvs85
8342
8343         * src/matcher.c
8344                 Fix a leak
8345
8346 2005-12-12 [wwp]        1.9.100cvs84
8347
8348         * src/gtk/icon_legend.c
8349                 fix misbehaviour and crash when closing the legend window
8350         using the Esc key (patch by Fabien Vantard).
8351
8352 2005-12-12 [paul]       1.9.100cvs83
8353
8354         * src/browseldap.c
8355         * src/foldersel.c
8356         * src/prefs_actions.c
8357         * src/prefs_filtering.c
8358         * src/prefs_matcher.c
8359         * src/prefs_spelling.glade      ** REMOVED **
8360         * src/prefs_template.c
8361         * src/gtk/foldersort.glade      ** REMOVED **
8362         * src/gtk/pluginwindow.c
8363         * src/gtk/pluginwindow.glade    ** REMOVED **
8364         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8365                 cleanups
8366
8367 2005-12-11 [paul]       1.9.100cvs82
8368
8369         * src/gtk/filesel.c
8370                 fix attach_load_dir crasher (double free)
8371
8372 2005-12-09 [paul]       1.9.100cvs81
8373
8374         * po/POTFILES.in
8375         * src/mainwindow.c
8376         * src/gtk/Makefile.am
8377         * src/gtk/icon_legend.c
8378         * src/gtk/icon_legend.h
8379                 add icon legend
8380         * src/manual.c
8381                 cleanup
8382
8383 2005-12-09 [paul]       1.9.100cvs80
8384
8385         * src/plugins/pgpcore/passphrase.c
8386                 wrap the label in the dialog
8387
8388 2005-12-09 [colin]      1.9.100cvs79
8389
8390         * src/plugins/pgpcore/sgpgme.c
8391                 Display (untrusted) on not trusted signatures
8392                 Patch by Michal Èihaø <michal@cihar.com>
8393                 Closes bug #867 (Report also key trust)
8394
8395 2005-12-09 [colin]      1.9.100cvs78
8396
8397         * src/common/plugin.c
8398                 Update licence check, following Eben Moglen's advice
8399
8400 2005-12-08 [colin]      1.9.100cvs77
8401
8402         * src/folder.c
8403                 Fix the occasionnal item->cache != NULL 
8404                 assertion failure. 
8405
8406 2005-12-08 [colin]      1.9.100cvs76
8407
8408         * src/mimeview.c
8409         * src/plugins/pgpcore/sgpgme.c
8410                 Print key id when unable to check it
8411                 Closes bug #866 (Show key id when missing)
8412
8413 2005-12-08 [paul]       1.9.100cvs75
8414
8415         * src/prefs_common.c
8416         * src/prefs_common.h
8417         * src/gtk/filesel.c
8418                 remember load attachment dir
8419
8420 2005-12-07 [colin]      1.9.100cvs74
8421
8422         * src/prefs_toolbar.c
8423                 Gtk fixes, patch by Fabien Vantard
8424
8425 2005-12-07 [colin]      1.9.100cvs73
8426
8427         * src/action.c
8428         * src/compose.c
8429         * src/compose.h
8430                 Fix bug #839 (Quoted text isn't colored after 
8431                 executing an action)
8432         * src/common/plugin.c
8433                 Require plugins to declare their licence in plugin_licence()
8434                 Refuse to load non-GPL plugins as they'd be illegal (as 
8435                 derived works of Sylpheed-Claws, they must be GPL).
8436         * src/plugins/clamav/clamav_plugin.c
8437         * src/plugins/demo/demo.c
8438         * src/plugins/dillo_viewer/dillo_viewer.c
8439         * src/plugins/pgpcore/plugin.c
8440         * src/plugins/pgpinline/plugin.c
8441         * src/plugins/pgpmime/plugin.c
8442         * src/plugins/spamassassin/spamassassin.c
8443         * src/plugins/trayicon/trayicon.c
8444                 Add plugin_licence()
8445
8446 2005-12-07 [paul]       1.9.100cvs72
8447
8448         * configure.ac
8449         * src/mainwindow.c
8450         * src/manual.c
8451         * src/manual.h
8452         * src/common/defs.h
8453                 clean up after local FAQ removal and
8454                 temporary manual removal
8455
8456 2005-12-06 [colin]      1.9.100cvs71
8457
8458         * configure.ac
8459         * doc/Makefile.am
8460         * doc/faq/.cvsignore
8461         * doc/faq/Makefile.am
8462         * doc/faq/de/.cvsignore
8463         * doc/faq/de/Makefile.am
8464         * doc/faq/de/sylpheed-faq-1.html
8465         * doc/faq/de/sylpheed-faq-2.html
8466         * doc/faq/de/sylpheed-faq-3.html
8467         * doc/faq/de/sylpheed-faq.html
8468         * doc/faq/en/.cvsignore
8469         * doc/faq/en/Makefile.am
8470         * doc/faq/en/sylpheed-faq-1.html
8471         * doc/faq/en/sylpheed-faq-2.html
8472         * doc/faq/en/sylpheed-faq-3.html
8473         * doc/faq/en/sylpheed-faq-4.html
8474         * doc/faq/en/sylpheed-faq.html
8475         * doc/faq/es/.cvsignore
8476         * doc/faq/es/Makefile.am
8477         * doc/faq/es/sylpheed-faq-1.html
8478         * doc/faq/es/sylpheed-faq-2.html
8479         * doc/faq/es/sylpheed-faq-3.html
8480         * doc/faq/es/sylpheed-faq-4.html
8481         * doc/faq/es/sylpheed-faq.html
8482         * doc/faq/fr/.cvsignore
8483         * doc/faq/fr/Makefile.am
8484         * doc/faq/fr/sylpheed-faq-1.html
8485         * doc/faq/fr/sylpheed-faq-2.html
8486         * doc/faq/fr/sylpheed-faq-3.html
8487         * doc/faq/fr/sylpheed-faq.html
8488         * doc/faq/it/.cvsignore
8489         * doc/faq/it/Makefile.am
8490         * doc/faq/it/sylpheed-faq-1.html
8491         * doc/faq/it/sylpheed-faq-2.html
8492         * doc/faq/it/sylpheed-faq-3.html
8493         * doc/faq/it/sylpheed-faq.html
8494         * doc/manual/.cvsignore
8495         * doc/manual/Makefile.am
8496         * doc/manual/de/.cvsignore
8497         * doc/manual/de/Makefile.am
8498         * doc/manual/de/sylpheed-1.html
8499         * doc/manual/de/sylpheed-10.html
8500         * doc/manual/de/sylpheed-11.html
8501         * doc/manual/de/sylpheed-12.html
8502         * doc/manual/de/sylpheed-13.html
8503         * doc/manual/de/sylpheed-14.html
8504         * doc/manual/de/sylpheed-15.html
8505         * doc/manual/de/sylpheed-16.html
8506         * doc/manual/de/sylpheed-17.html
8507         * doc/manual/de/sylpheed-18.html
8508         * doc/manual/de/sylpheed-19.html
8509         * doc/manual/de/sylpheed-2.html
8510         * doc/manual/de/sylpheed-20.html
8511         * doc/manual/de/sylpheed-3.html
8512         * doc/manual/de/sylpheed-4.html
8513         * doc/manual/de/sylpheed-5.html
8514         * doc/manual/de/sylpheed-6.html
8515         * doc/manual/de/sylpheed-7.html
8516         * doc/manual/de/sylpheed-8.html
8517         * doc/manual/de/sylpheed-9.html
8518         * doc/manual/de/sylpheed.html
8519         * doc/manual/en/.cvsignore
8520         * doc/manual/en/Makefile.am
8521         * doc/manual/en/sylpheed-1.html
8522         * doc/manual/en/sylpheed-10.html
8523         * doc/manual/en/sylpheed-11.html
8524         * doc/manual/en/sylpheed-12.html
8525         * doc/manual/en/sylpheed-13.html
8526         * doc/manual/en/sylpheed-14.html
8527         * doc/manual/en/sylpheed-15.html
8528         * doc/manual/en/sylpheed-16.html
8529         * doc/manual/en/sylpheed-17.html
8530         * doc/manual/en/sylpheed-18.html
8531         * doc/manual/en/sylpheed-19.html
8532         * doc/manual/en/sylpheed-2.html
8533         * doc/manual/en/sylpheed-20.html
8534         * doc/manual/en/sylpheed-21.html
8535         * doc/manual/en/sylpheed-22.html
8536         * doc/manual/en/sylpheed-3.html
8537         * doc/manual/en/sylpheed-4.html
8538         * doc/manual/en/sylpheed-5.html
8539         * doc/manual/en/sylpheed-6.html
8540         * doc/manual/en/sylpheed-7.html
8541         * doc/manual/en/sylpheed-8.html
8542         * doc/manual/en/sylpheed-9.html
8543         * doc/manual/en/sylpheed.html
8544         * doc/manual/es/.cvsignore
8545         * doc/manual/es/Makefile.am
8546         * doc/manual/es/sylpheed-1.html
8547         * doc/manual/es/sylpheed-10.html
8548         * doc/manual/es/sylpheed-11.html
8549         * doc/manual/es/sylpheed-12.html
8550         * doc/manual/es/sylpheed-13.html
8551         * doc/manual/es/sylpheed-14.html
8552         * doc/manual/es/sylpheed-15.html
8553         * doc/manual/es/sylpheed-16.html
8554         * doc/manual/es/sylpheed-17.html
8555         * doc/manual/es/sylpheed-18.html
8556         * doc/manual/es/sylpheed-19.html
8557         * doc/manual/es/sylpheed-2.html
8558         * doc/manual/es/sylpheed-20.html
8559         * doc/manual/es/sylpheed-3.html
8560         * doc/manual/es/sylpheed-4.html
8561         * doc/manual/es/sylpheed-5.html
8562         * doc/manual/es/sylpheed-6.html
8563         * doc/manual/es/sylpheed-7.html
8564         * doc/manual/es/sylpheed-8.html
8565         * doc/manual/es/sylpheed-9.html
8566         * doc/manual/es/sylpheed.html
8567         * doc/manual/fr/.cvsignore
8568         * doc/manual/fr/Makefile.am
8569         * doc/manual/fr/sylpheed-1.html
8570         * doc/manual/fr/sylpheed-10.html
8571         * doc/manual/fr/sylpheed-11.html
8572         * doc/manual/fr/sylpheed-12.html
8573         * doc/manual/fr/sylpheed-13.html
8574         * doc/manual/fr/sylpheed-14.html
8575         * doc/manual/fr/sylpheed-15.html
8576         * doc/manual/fr/sylpheed-16.html
8577         * doc/manual/fr/sylpheed-17.html
8578         * doc/manual/fr/sylpheed-18.html
8579         * doc/manual/fr/sylpheed-19.html
8580         * doc/manual/fr/sylpheed-2.html
8581         * doc/manual/fr/sylpheed-20.html
8582         * doc/manual/fr/sylpheed-3.html
8583         * doc/manual/fr/sylpheed-4.html
8584         * doc/manual/fr/sylpheed-5.html
8585         * doc/manual/fr/sylpheed-6.html
8586         * doc/manual/fr/sylpheed-7.html
8587         * doc/manual/fr/sylpheed-8.html
8588         * doc/manual/fr/sylpheed-9.html
8589         * doc/manual/fr/sylpheed.html
8590         * doc/manual/ja/.cvsignore
8591         * doc/manual/ja/Makefile.am
8592         * doc/manual/ja/sylpheed-1.html
8593         * doc/manual/ja/sylpheed-10.html
8594         * doc/manual/ja/sylpheed-11.html
8595         * doc/manual/ja/sylpheed-12.html
8596         * doc/manual/ja/sylpheed-13.html
8597         * doc/manual/ja/sylpheed-14.html
8598         * doc/manual/ja/sylpheed-15.html
8599         * doc/manual/ja/sylpheed-16.html
8600         * doc/manual/ja/sylpheed-17.html
8601         * doc/manual/ja/sylpheed-18.html
8602         * doc/manual/ja/sylpheed-19.html
8603         * doc/manual/ja/sylpheed-2.html
8604         * doc/manual/ja/sylpheed-20.html
8605         * doc/manual/ja/sylpheed-3.html
8606         * doc/manual/ja/sylpheed-4.html
8607         * doc/manual/ja/sylpheed-5.html
8608         * doc/manual/ja/sylpheed-6.html
8609         * doc/manual/ja/sylpheed-7.html
8610         * doc/manual/ja/sylpheed-8.html
8611         * doc/manual/ja/sylpheed-9.html
8612         * doc/manual/ja/sylpheed.html
8613         * doc/manual/ja/sylpheed.sgml
8614         * src/mainwindow.c
8615                 Remove outdated manual and faq. Noisy, eh?
8616
8617 2005-12-06 [colin]      1.9.100cvs70
8618
8619         * src/compose.c
8620         * src/quote_fmt_parse.y
8621         * src/undo.c
8622         * src/undo.h
8623                 Allow %X to position cursor at 0 
8624                 (no %X = before signature)
8625                 Fix paste as quotation putting the cursor at 0
8626                 Fix undo offsets when pasting
8627                 Insert the quote_fmt at once instead of line 
8628                 by line
8629                 Fix [Edited] when starting to reply/forward
8630
8631 2005-12-06 [paul]       1.9.100cvs69
8632
8633         * src/plugins/clamav/clamav_plugin_gtk.c
8634                 add another tooltip
8635         * src/plugins/spamassassin/spamassassin_gtk.c
8636                 rework spamassassin_create_widget_func()
8637
8638 2005-12-05 [colin]      1.9.100cvs68
8639
8640         * po/POTFILES.in
8641                 Fix make release ;-)
8642
8643 2005-12-05 [colin]      1.9.100cvs67
8644
8645         * src/compose.c
8646         * src/compose.h
8647                 Fix cursor positioning (not obeying %X)
8648
8649 2005-12-05 [paul]       1.9.100cvs66
8650
8651         * src/plugins/dillo_viewer/dillo_prefs.c
8652                 fix compilation warning
8653
8654 2005-12-05 [paul]       1.9.100cvs65
8655
8656         * src/prefs_spelling.c
8657         * src/plugins/trayicon/trayicon.c
8658                 cleanups - remove unused stuff
8659
8660 2005-12-05 [paul]       1.9.100cvs64
8661
8662         * README
8663         * manual/plugins.xml
8664                 remove info about removed mathml_viewer plugin
8665
8666 2005-12-05 [paul]       1.9.100cvs63
8667
8668         * configure.ac
8669         * src/plugins/Makefile.am
8670         * src/plugins/mathml_viewer/.cvsignore
8671         * src/plugins/mathml_viewer/Makefile.am
8672         * src/plugins/mathml_viewer/mathml_viewer.c
8673                 remove unmaintained mathml_viewer plugin
8674
8675 2005-12-05 [paul]       1.9.100cvs62
8676
8677         * src/summaryview.c
8678                 obey prefs_common.always_show_msg when
8679                 moving a msg
8680                 Thanks to Colin
8681
8682 2005-12-05 [paul]       1.9.100cvs61
8683
8684         * src/compose.c
8685         * src/prefs_account.c
8686         * src/prefs_filtering.c
8687         * src/prefs_quote.c
8688         * src/prefs_spelling.c
8689         * src/prefs_toolbar.c
8690         * src/summaryview.c
8691         * src/gtk/gtkutils.c
8692         * src/gtk/quicksearch.c
8693         * src/plugins/dillo_viewer/dillo_prefs.c
8694                 dialog cleanups
8695
8696 2005-12-04 [paul]       1.9.100cvs60
8697
8698         * src/inc.c
8699         * src/prefs_account.c
8700         * src/prefs_account.h
8701                 allow a Local account to specify a
8702                 default inbox
8703                 (closes bug 843 'Inbox cannot be changed for local
8704                  mailboxes')
8705
8706 2005-12-04 [colin]      1.9.100cvs59
8707
8708         * src/plugins/trayicon/trayicon.c
8709                 Remove Get, rename Get All to Get Mail in order to
8710                 be consistent with the default main toolbar
8711
8712 2005-12-03 [colin]      1.9.100cvs58
8713
8714         * manual/gpl.xml
8715         * manual/sylpheed-claws-manual.xml
8716                 Add GPL appendix
8717
8718 2005-12-03 [paul]       1.9.100cvs57
8719
8720         * AUTHORS
8721         * po/sv.po
8722         * src/gtk/authors.h
8723                 new (partially complete) Swedish translation
8724                 by Anders Troback <sylpheed@troback.com>
8725
8726 2005-12-02 [paul]       1.9.100cvs56
8727
8728         * configure.ac
8729                 libetpan 0.41 required
8730
8731 2005-12-02 [paul]       1.9.100cvs55
8732
8733         * src/plugins/clamav/clamav_plugin.c
8734         * src/plugins/clamav/clamav_plugin.h
8735         * src/plugins/clamav/clamav_plugin_gtk.c
8736         * src/plugins/spamassassin/spamassassin.c
8737         * src/plugins/spamassassin/spamassassin.h
8738         * src/plugins/spamassassin/spamassassin_gtk.c
8739                 unregister prefs pages on unloading, thus
8740                 preventing a crash
8741                 (thanks to Colin for the hint)
8742
8743 2005-12-02 [wwp]        1.9.100cvs54
8744
8745         * src/quote_fmt.h
8746         * src/quote_fmt_parse.y
8747                 fix misuse of gboolean*, use gboolean instead
8748                 (thanks to Paul, Colin, for pointing out that scaring one)
8749
8750 2005-12-02 [paul]       1.9.100cvs53
8751
8752         * src/plugins/clamav/clamav_plugin.c
8753                 int no --> unsigned int no
8754         * src/plugins/clamav/clamav_plugin_gtk.c
8755                 rework config page
8756
8757 2005-12-02 [wwp]        1.9.100cvs52
8758
8759         * src/compose.c
8760         * src/prefs_template.c
8761         * src/quote_fmt.h
8762         * src/quote_fmt_parse.y
8763                 prevent from executing |f and |p templates commands when
8764                 adding or replacing templates in prefs (avoids annoying and
8765                 potentially dangerous behaviours)
8766
8767 2005-12-02 [paul]       1.9.100cvs51
8768
8769         * src/prefs_common.c
8770                 allow translation of some default values
8771                 Patch by Fabien Vantard
8772
8773 2005-12-02 [paul]       1.9.100cvs50
8774
8775         * src/codeconv.c
8776         * src/codeconv.h
8777         * src/prefs_common.c
8778         * src/prefs_common.h
8779         * src/prefs_message.c
8780         * src/textview.c
8781                 remove obsolete 'convert_mb_alnum' option
8782                 and related stuff
8783         * src/gtk/about.c
8784                 remove unused 'about_textview_visibility_notify'
8785
8786 2005-12-02 [paul]       1.9.100cvs49
8787
8788         * src/prefs_account.c
8789         * src/prefs_compose_writing.c
8790         * src/prefs_fonts.c
8791         * src/prefs_gtk.h
8792         * src/prefs_image_viewer.c
8793         * src/prefs_message.c
8794         * src/prefs_other.c
8795         * src/prefs_receive.c
8796         * src/prefs_send.c
8797         * src/prefs_spelling.c
8798         * src/prefs_summaries.c
8799         * src/prefs_wrapping.c
8800         * src/plugins/dillo_viewer/dillo_prefs.c
8801         * src/plugins/pgpcore/prefs_gpg.c
8802                 several cleanups to the prefs dialogs
8803                 (slightly modified) patch by Fabien Vantard
8804
8805 2005-12-02 [paul]       1.9.100cvs48
8806
8807         * src/main.c
8808                 --exit means exit
8809         * src/send_message.c
8810                 fix crash on send when connection fails
8811
8812         Thanks to Colin
8813
8814 2005-12-01 [colin]      1.9.100cvs47
8815
8816         * src/html.c
8817                 Translate &hellip; to "..."
8818
8819 2005-11-30 [colin]      1.9.100cvs46
8820
8821         * src/matcher.c
8822         * src/matcher.h
8823                 Optimize back yesterday's fix.
8824
8825 2005-11-30 [paul]       1.9.100cvs45
8826
8827         * manual/faq.xml
8828                 standardised
8829         * manual/intro.xml
8830                 written by Colin, edited by me
8831
8832 2005-11-29 [colin]      1.9.100cvs44
8833
8834         * src/matcher.c
8835                 Skip headers unconditionnaly in match_body if the
8836                 rule is not message or ~message
8837
8838 2005-11-29 [colin]      1.9.100cvs43
8839
8840         * src/matcher.c
8841                 Fix body_part and such, not skipping headers 
8842                 if the matchcriteria wasn't the first in the rule
8843
8844 2005-11-29 [colin]      1.9.100cvs42
8845
8846         * src/compose.c
8847                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8848                 option missing from message view window)
8849                 Fix double text D'n'D with gtk-2.8
8850         * src/matcher.c
8851                 Fix ~message, ~headers_part, ~body_part rules
8852         * src/messageview.c
8853                 Add Windows-1252 (Closes bug #863)
8854                 Fix accels
8855         * src/gtk/gtkaspell.c
8856                 Properly destroy accels in all menus
8857
8858 2005-11-29 [mones]      1.9.100cvs41
8859
8860         * po/es.po
8861                 Updated.
8862
8863 2005-11-27 [colin]      1.9.100cvs40
8864
8865         * src/mh_gtk.c
8866                 "/Remove mailbox" -> "/Remove mailbox..."
8867
8868 2005-11-27 [paul]       1.9.100cvs39
8869
8870         * AUTHORS
8871         * po/de.po
8872         * src/gtk/authors.h
8873                 updated by new maintainer, Stephan Sachse
8874
8875 2005-11-27 [paul]       1.9.100cvs38
8876
8877         * manual/faq.xml
8878                 written by Colin, edited by me
8879
8880 2005-11-27 [paul]       1.9.100cvs37
8881
8882         * src/prefs_common.c
8883         * src/prefs_common.h
8884         * src/prefs_receive.c
8885         * src/prefs_summaries.c
8886                 move 'go to inbox after receiving new mail'
8887                 option from display/sumamaries to mail
8888                 handling/receive, and rework prefs_summaries
8889                 dialog a little
8890
8891 2005-11-25 [martin]     1.9.100cvs36
8892
8893         * po/de.po
8894             fixed windows-1252 translation;
8895             translated some new and fuzzy strings
8896
8897 2005-11-25 [paul]       1.9.100cvs35
8898
8899         * src/plugins/clamav/clamav_plugin.c
8900                 complete the update done in cvs34
8901
8902 2005-11-25 [paul]       1.9.100cvs34
8903
8904         * src/plugins/clamav/clamav_plugin.c
8905                 reflect upstream changes
8906
8907 2005-11-25 [paul]       1.9.100cvs33
8908
8909         * manual/ack.xml
8910         * manual/plugins.xml
8911         * manual/sylpheed-claws-manual.xml
8912                 written/updated by Colin, edited by me
8913         * tools/acroread2sylpheed.pl
8914                 update binary name
8915
8916 2005-11-24 [colin]      1.9.100cvs32
8917
8918         * src/compose.c
8919                 Fix bug #856 (reediting messages forgets Request
8920                 Return Receipt)
8921
8922 2005-11-24 [paul]       1.9.100cvs31
8923
8924         * manual/addrbook.xml
8925         * manual/starting.xml
8926                 written by Colin, proofread, edited, adapted by me
8927         * manual/advanced.xml
8928                 add some Actions examples
8929         * src/importldif.c
8930                 use a Save button instead of a Close button
8931         * src/wizard.c
8932                 indicate mandatory fields
8933                 fix page display
8934                 Thanks to Colin
8935
8936 2005-11-23 [colin]      1.9.100cvs30
8937
8938         * src/addressbook.c
8939                 Rename menu item, fix possible crash after
8940                 deletion of books
8941         * src/addrindex.c
8942                 Allow searching for '*' in ldap
8943         * src/browseldap.c
8944                 Fix "Browse Entry" (did anyone use it?)
8945         * src/wizard.c
8946                 Add guards for mandatory information
8947
8948 2005-11-23 [paul]       1.9.100cvs29
8949
8950         * manual/advanced.xml
8951                 corrections to the English
8952
8953 2005-11-23 [colin]      1.9.100cvs28
8954
8955         * src/mimeview.c
8956                 Fix possible crash at exit. After the call to
8957                 gtk_container_remove(), the Viewer's widget has no
8958                 more parent so gtk+ automatically frees it and its
8959                 sons. If destroy_viewer() then try to access it,
8960                 problems ensue.
8961
8962 2005-11-22 [colin]      1.9.100cvs27
8963
8964         * src/compose.c
8965         * src/gtk/gtkaspell.c
8966                 Fix right-clicking on a misspelled word
8967                 Fix More... in suggestions menu
8968
8969 2005-11-22 [wwp]        1.9.100cvs26
8970
8971         * src/prefs_template.c
8972                 templates works: re-sort templates list when adding or replacing,
8973                 prevent from adding or replacing when the template name is empty
8974
8975 2005-11-21 [colin]      1.9.100cvs25
8976
8977         * src/addressbook.c
8978                 Fix some addressbook suckage (dnd, select all)
8979         * src/compose.c
8980         * src/gtk/gtkaspell.c
8981         * src/gtk/gtkaspell.h
8982                 Make the spellchecker menu work with the 
8983                 GtkTextView one instead of overriding it
8984
8985 2005-11-20 [paul]       1.9.100cvs24
8986
8987         * manual/handling.xml
8988                 proofread and corrected
8989
8990 2005-11-20 [paul]       1.9.100cvs23
8991
8992         * manual/Makefile
8993                 generate html as one file
8994         * manual/advanced.xml
8995                 fix output generation
8996                 reformat hidden options list
8997         * manual/manual.xml     ** REMOVED **
8998         * manual/sylpheed-claws-manual.xml      ** ADDED **
8999                 renamed
9000
9001 2005-11-18 [colin]      1.9.100cvs22
9002
9003         * src/prefs_account.c
9004                 Fix layout in news and mbox accounts
9005         * manual/account.xml
9006         * manual/advanced.xml
9007                 New contents for Paul to check :)
9008
9009 2005-11-18 [wwp]        1.9.100cvs21
9010
9011         * src/gtk/quicksearch.c
9012                 don't update extended quicksearch buttons twice
9013
9014 2005-11-18 [paul]       1.9.100cvs20
9015
9016         * src/textview.c
9017                 complete 1.9.100cvs19
9018
9019 2005-11-18 [paul]       1.9.100cvs19
9020
9021         * src/compose.c
9022                 cosmetic improvements
9023         * src/textview.c
9024                 also list text/* attachments
9025
9026 2005-11-18 [colin]      1.9.100cvs18
9027
9028         * src/summaryview.c
9029                 Use column 0 instead of -1 in 
9030                 gtk_ctree_node_moveto, in a naive
9031                 hope it'll fix the gtk-related crashes
9032
9033 2005-11-18 [colin]      1.9.100cvs17
9034
9035         * src/gtk/inputdialog.c
9036                 Fix icon staying the first one
9037
9038 2005-11-17 [wwp]        1.9.100cvs16
9039                 fix possible problem showing some quicksearch buttons, and a bad
9040                 call to g_return_if_fail in a function that returns a value (both
9041                 fixes by Fabien Vantard)
9042
9043 2005-11-15 [wwp]        1.9.100cvs15
9044
9045         * src/gtk/quicksearch.c
9046                 added a tooltip to that obscure ... quicksearch button
9047
9048 2005-11-15 [wwp]        1.9.100cvs14
9049
9050         * src/gtk/quicksearch.c
9051                 add a quicksearch helper to filtering expression users: the ... button
9052                 raises the condition expr window. condition expressions set up w/ this
9053                 window are used by the quicksearch if the user closes it pressing OK.
9054
9055 2005-11-14 [paul]       1.9.100cvs13
9056
9057         * src/plugins/clamav/clamav_plugin.c
9058         * src/plugins/spamassassin/spamassassin.c
9059                 change plugin type following recent merging
9060
9061 2005-11-14 [wwp]        1.9.100cvs12
9062
9063         * src/folder.c
9064                 prevent from crashing when copying/moving message(s) from and
9065                 to the same folder
9066
9067 2005-11-14 [paul]       1.9.100cvs11
9068
9069         * src/plugins/clamav/Makefile.am
9070         * src/plugins/clamav/clamav_plugin.c
9071         * src/plugins/clamav/clamav_plugin.h
9072         * src/plugins/clamav/clamav_plugin_gtk.c
9073                 also merge clamav and clamav_gtk plugins
9074
9075 2005-11-13 [colin]      1.9.100cvs10
9076
9077         * configure.ac
9078         * src/plugins/spamassassin/Makefile.am
9079         * src/plugins/spamassassin/spamassassin.c
9080         * src/plugins/spamassassin/spamassassin.h
9081         * src/plugins/spamassassin/spamassassin_gtk.c
9082                 Merge spamassassin and spamassassin_gtk plugins,
9083                 and build it by default.
9084
9085 2005-11-12 [colin]      1.9.100cvs9
9086
9087         * src/etpan/imap-thread.c
9088                 Fix gcc warning
9089
9090 2005-11-12 [colin]      1.9.100cvs8
9091
9092         * src/procmime.c
9093                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9094
9095 2005-11-10 [colin]      1.9.100cvs7
9096
9097         * src/main.c
9098                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9099                 minimised state)
9100
9101 2005-11-10 [wwp]        1.9.100cvs6
9102
9103         * src/gtk/description_window.c
9104                 fix a crash when closing description windows using the WM's [X] button
9105
9106 2005-11-09 [colin]      1.9.100cvs5
9107
9108         * src/common/ssl.c
9109                 Update libetpan call to follow upstream
9110                 (yes, this requires libetpan-0.40cvs3)
9111
9112 2005-11-08 [colin]      1.9.100cvs4
9113
9114         * src/compose.c
9115         * src/textview.c
9116         * src/common/utils.c
9117         * src/common/utils.h
9118                 Enhance the email parser
9119
9120 2005-11-08 [colin]      1.9.100cvs3
9121
9122         * src/procmime.c
9123                 Fix what looks like an off-by-one (fixes 
9124                 attachments from the Bat)
9125
9126 2005-11-08 [wwp]        1.9.100cvs2
9127
9128         * src/main.c
9129                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9130
9131 2005-11-08 [wwp]        1.9.100cvs1
9132
9133         * src/main.c
9134                 allow exiting Sylpheed-Claws from command-line
9135
9136 2005-11-08 [paul]       1.9.100
9137
9138         1.9.100 released
9139
9140 2005-11-07 [colin]      1.9.99cvs17
9141
9142         * src/addritem.c
9143         * src/ldif.c
9144                 Fix import of base-64 encoded items
9145
9146 2005-11-07 [colin]      1.9.99cvs16
9147
9148         * src/send_message.c
9149                 Fix bug #314 (Queue does not empty under certain 
9150                 circumstances)
9151
9152 2005-11-07 [paul]       1.9.99cvs15
9153
9154         * src/mutt.c
9155         * src/pine.c
9156                 fix buffer overflows
9157                 Thanks to Colin
9158
9159 2005-11-07 [paul]       1.9.99cvs14
9160
9161         * doc/man/Makefile.am
9162         * doc/man/sylpheed-claws.1      ** ADDED **
9163         * doc/man/sylpheed.1            ** DELETED **
9164                 rename and update the man file
9165
9166 2005-11-06 [colin]      1.9.99cvs13
9167
9168         * src/ldif.c
9169                 Fix ldif_get_line() that returned empty strings
9170                 (Didn't understand why). Also fix a possible
9171                 buffer overflow.
9172
9173 2005-11-06 [wwp]        1.9.99cvs12
9174
9175         * src/textview.c
9176         * src/gtk/about.c
9177         * src/gtk/gtkutils.c
9178         * src/gtk/gtkutils.h
9179                 fix a compilation warning,
9180                 make links sensitive in the about dialog
9181
9182 2005-11-04 [wwp]        1.9.99cvs11
9183
9184         * src/gtk/about.c
9185                 don't wrap or translate URIs, and a bit text format cleanup
9186
9187 2005-11-04 [wwp]        1.9.99cvs10
9188
9189         * src/gtk/about.c
9190                 better textview tagging implementation (no more use of marks for
9191                 postponed tagging)
9192
9193 2005-11-02 [colin]      1.9.99cvs9
9194
9195         * src/common/ssl.c
9196                 Forgot an ifdef
9197
9198 2005-11-02 [colin]      1.9.99cvs8
9199
9200         * configure.ac
9201                 Require libetpan-0.40 due to upstream fix
9202         * src/common/ssl.c
9203                 Tell libetpan not to call SSL_Library_Init,
9204                 as we do it ourselves.
9205
9206 2005-11-02 [colin]      1.9.99cvs7
9207
9208         * po/POTFILES.in
9209                 Add missing files (thanks to Fabien Vantard)
9210
9211 2005-11-02 [colin]      1.9.99cvs6
9212
9213         * src/summaryview.c
9214                 Fix totals when read messages are hidden or quicksearch
9215                 is on
9216         * src/ssl_manager.c
9217         * src/ssl_manager.h
9218         * src/common/ssl_certificate.c
9219         * src/common/ssl_certificate.h
9220         * src/gtk/sslcertwindow.c
9221         * src/gtk/sslcertwindow.h
9222                 Fix copyright on my stuff
9223
9224 2005-11-02 [wwp]        1.9.99cvs5
9225
9226         * src/prefs_themes.c
9227                 fix directory name checking (theme installation/removal),
9228                 made related error a bit more verbose
9229
9230 2005-11-02 [colin]      1.9.99cvs4
9231
9232         * src/summaryview.c
9233                 Fix typo (probably fixes bug #841 (Sort by the From 
9234                 field doesn't work)
9235
9236 2005-11-02 [paul]       1.9.99cvs3
9237
9238         * po/ko.po
9239         * po/nb.po
9240                 updated by SungHyun Nam, Geir Helland
9241         * src/wizard.c
9242                 fix typo in welcome message. spotted by
9243                 Andrea Spadaccini
9244
9245 2005-11-01 [colin]      1.9.99cvs2
9246
9247         * src/compose.c
9248                 Fix replying to ml wen confirming subscription
9249         * src/messageview.c
9250         * src/mimeview.c
9251         * src/mimeview.h
9252         * src/privacy.h
9253         * src/summaryview.c
9254                 Make key check non blocking
9255
9256 2005-10-31 [paul]       1.9.99cvs1
9257
9258         * tools/claws.i18n.status.pl
9259                 updated for ChangeLog
9260
9261 2005-10-31 [paul]       1.9.99
9262
9263         1.9.99 released
9264
9265 2005-10-31 [paul]       1.9.15cvs131
9266
9267         * .cvsignore
9268         * ChangeLog
9269         * ChangeLog.claws       ** REMOVED **
9270         * ChangeLog-gtk2.claws  ** REMOVED **
9271         * ChangeLog.gtk1        ** ADDED **
9272         * INSTALL
9273         * Makefile.am
9274         * NEWS
9275         * README
9276         * README.claws          ** REMOVED **
9277         * README.jp             ** REMOVED **
9278         * RELEASE_NOTES         ** ADDED **
9279         * RELEASE_NOTES.claws   ** REMOVED **
9280         * commitHelper
9281         * configure.ac
9282         * sylpheed.spec.in      ** REMOVED **
9283                 tidy up and update the default docs:
9284                 ChangeLog.claws is renamed ChangeLog.gtk1
9285                 ChangeLog-gtk2.claws is renamed ChangeLog
9286                 README.claws is renamed README
9287                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9288
9289 2005-10-31 [paul]       1.9.15cvs130
9290
9291         * po/it.po
9292                 fix errors
9293
9294 2005-10-31 [paul]       1.9.15cvs129
9295
9296         * po/ca.po
9297         * po/de.po
9298         * po/en_GB.po
9299         * po/fr.po
9300         * po/it.po
9301         * po/pt_BR.po
9302         * po/sk.po
9303         * po/sr.po
9304         * po/zh_CN.po
9305                 updated by Miquel Oliete, Stephan Sachse and
9306                 Thomas Gilgin, me, Fabien Vantard, Andrea
9307                 Spadaccini, Frederico Goncalves Guimaraes,
9308                 Andrej Kacian, Aleksandar Urosevic, and
9309                 Ralgh Young.
9310
9311 2005-10-31 [mones]      1.9.15cvs128
9312
9313         * manual/faq.xml
9314                 More questions.
9315         
9316         * po/es.po
9317                 Updated for release.
9318
9319 2005-10-30 [colin]      1.9.15cvs127
9320
9321         * src/compose.c
9322                 Place cursor before rewrapping (fixes cursor
9323                 pos if quotation gets rewrapped)
9324
9325 2005-10-29 [paul]       1.9.15cvs126
9326
9327         * src/crash.c
9328         * src/foldersel.c
9329         * src/main.c
9330         * src/messageview.c
9331         * src/toolbar.c
9332         * src/gtk/authors.h
9333                 corrections to text items
9334
9335 2005-10-28 [colin]      1.9.15cvs125
9336
9337         * src/messageview.c
9338                 Make "hit 'C' to check sig" work from extern 
9339                 messageviews
9340
9341 2005-10-27 [colin]      1.9.15cvs124
9342
9343         * src/summaryview.c
9344                 Add a hack to avoid segfaulting when hammering 
9345                 on gtk's events
9346
9347 2005-10-27 [wwp]        1.9.15cvs123
9348
9349         * src/prefs_themes.c
9350                 sort list of themes names in themes prefs
9351
9352 2005-10-27 [paul]       1.9.15cvs122
9353
9354         * src/folder.c
9355         * src/prefs_account.c
9356                 fix building on Solaris
9357                 Patch by Alex Moore
9358
9359 2005-10-27 [wwp]        1.9.15cvs121
9360
9361         * src/summaryview.c
9362         * src/gtk/gtksctree.c
9363                 speed up unselecting messages in summary view (thanks to Colin)
9364
9365 2005-10-27 [paul]       1.9.15cvs120
9366
9367         * src/mainwindow.c
9368                 fix a compilation warning
9369         * src/summaryview.c
9370                 fix updating of 'n items selected' count
9371                 when deselecting
9372
9373 2005-10-27 [martin]     1.9.15cvs119
9374
9375         * src/action.c
9376                 ignore actions with a leading '/' in the action menu name
9377                 fixes a crash on menu creation
9378         * src/prefs_actions.c
9379                 do not allow a leading '/' in the action menu name
9380
9381 2005-10-27 [paul]       1.9.15cvs118
9382
9383         * src/main.c
9384                 fix compilation warning
9385
9386 2005-10-27 [paul]       1.9.15cvs117
9387
9388         * src/procmime.c
9389                 add #if HAVE_LOCALE_H
9390
9391 2005-10-27 [paul]       1.9.15cvs116
9392
9393         * src/plugins/clamav/clamav_plugin.c
9394         * src/plugins/dillo_viewer/dillo_viewer.c
9395         * src/plugins/mathml_viewer/mathml_viewer.c
9396         * src/plugins/pgpcore/plugin.c
9397         * src/plugins/pgpinline/plugin.c
9398         * src/plugins/pgpmime/plugin.c
9399         * src/plugins/spamassassin/spamassassin.c
9400         * src/plugins/trayicon/trayicon.c
9401                 plugin_init() : make error messages more
9402                 informative
9403
9404 2005-10-26 [wwp]        1.9.15cvs115
9405
9406         * src/prefs_matcher.c
9407                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9408
9409 2005-10-26 [wwp]        1.9.15cvs114
9410
9411         * src/procmime.c
9412         * src/gtk/gtksctree.c
9413         * src/plugins/spamassassin/libspamc.c
9414         * src/plugins/spamassassin/spamassassin.c
9415                 fix some compilation warnings more
9416
9417 2005-10-26 [mones]      1.9.15cvs113
9418
9419         * po/es.po
9420                 Updated translation
9421
9422 2005-10-26 [paul]       1.9.15cvs112
9423
9424         * src/prefs_message.c
9425                 give all display_xface stuff the
9426                 #if HAVE_LIBCOMPFACE treatment, thus
9427                 preventing a crash
9428                 (Thanks to Wolfgang Enderlein)
9429
9430 2005-10-26 [colin]      1.9.15cvs111
9431
9432         * src/gedit-print.c
9433                 Fix date format
9434         * src/imap_gtk.c
9435         * src/news_gtk.c
9436                 Remove context menu items that should not be there
9437         * src/jpilot.c
9438                 Fix encoding
9439         * src/main.c
9440         * src/mainwindow.c
9441                 Don't show the mainwindow too soon
9442
9443 2005-10-26 [wwp]        1.9.15cvs110
9444
9445         * src/folder.c
9446         * src/manual.c
9447         * src/summaryview.c
9448                 fix uninitialized pointers in the folder updating hook
9449                 (thanks to Colin)
9450
9451 2005-10-25 [mones]      1.9.15cvs109
9452
9453         * manual/faq.xml
9454                 General information subsection completed. 
9455                 Removed archaic references.
9456                 
9457         * manual/Makefile
9458         * manual/dtd/manual.dsl
9459                 Added customization stylesheet for getting paragraphs
9460                 fully justified in PDF output (as suggested by Colin).
9461
9462 2005-10-25 [colin]      1.9.15cvs108
9463
9464         * src/compose.c
9465                 Fix a second leak
9466
9467 2005-10-25 [colin]      1.9.15cvs107
9468
9469         * src/addrbook.c
9470         * src/addrindex.c
9471                 Fix leak (xml_get_element() allocates memory)
9472         * src/compose.c
9473                 Fix leak + dead code (shame!)
9474         * src/procmime.c
9475                 Fix leak
9476
9477 2005-10-25 [colin]      1.9.15cvs106
9478
9479         * src/mimeview.c
9480                 Fix encoding issue in Save all and in 
9481                 overwrite-confirmation alertpanel
9482
9483 2005-10-25 [colin]      1.9.15cvs105
9484
9485         * src/common/socket.c
9486                 Fix a leak - Thanks to Christopher Aillon
9487                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9488
9489 2005-10-25 [paul]       1.9.15cvs104
9490
9491         * src/wizard.c
9492                 Always guess servers from the right-hand
9493                 email part and guess username from the
9494                 left-hand part. (Thanks to Colin)
9495                 add an X-Face to the welcome message
9496
9497 2005-10-25 [paul]       1.9.15cvs103
9498
9499         * manual/handling.xml
9500                 written by Colin, edited by me
9501
9502 2005-10-25 [wwp]        1.9.15cvs102
9503
9504         * src/folderview.c
9505         * src/grouplistdialog.c
9506         * src/imap.c
9507         * src/noticeview.c
9508                 fix some compilation warnings
9509
9510 2005-10-24 [paul]
9511
9512         1.9.99-rc3 released
9513
9514 2005-10-24 [paul]       1.9.15cvs101
9515
9516         * src/gtk/about.c
9517                 fix window sizing
9518
9519 2005-10-24 [paul]       1.9.15cvs100
9520
9521         * src/pixmaps/offline.xpm
9522         * src/pixmaps/online.xpm
9523                 replace with last default versions
9524
9525 2005-10-24 [colin]      1.9.15cvs99
9526
9527         * src/imap.c
9528                 Fix bug when moving a folder
9529         * src/imap_gtk.c
9530         * src/mh_gtk.c
9531                 "Delete folder" pops up a window, so it 
9532                 should be suffixed with "..."
9533         * src/plugins/pgpcore/sgpgme.c
9534                 Include locale.h
9535
9536 2005-10-24 [mones]      1.9.15cvs98
9537
9538         * manual/Makefile
9539         * manual/account.xml
9540         * manual/ack.xml
9541         * manual/addrbook.xml
9542         * manual/advanced.xml
9543         * manual/faq.xml
9544         * manual/glossary.xml
9545         * manual/gpl.xml
9546         * manual/handling.xml
9547         * manual/intro.xml
9548         * manual/keyboard.xml
9549         * manual/manual.xml
9550         * manual/plugins.xml
9551         * manual/starting.xml
9552         * manual/dtd/sdocbook.dtd
9553                 Initial manual structure and some content.
9554
9555 2005-10-23 [wwp]        1.9.15cvs97
9556
9557         * src/gtk/about.c
9558                 fix a typo
9559
9560 2005-10-23 [wwp]        1.9.15cvs96
9561
9562         * src/gtk/about.c
9563         * src/gtk/authors.h
9564                 rework of the about window (main work by Paul), also featuring a few
9565                 fixes for typos and duplicate names
9566
9567 2005-10-23 [wwp]        1.9.15cvs95
9568
9569         * src/.cvsignore
9570                 Ignore the right binary name (sylpheed-claws now)
9571
9572 2005-10-23 [paul]       1.9.15cvs94
9573
9574         * src/compose.c
9575                 when using Folder Pref 'Default To for
9576                 replies' make the entry in the Compose
9577                 window bold
9578                 Patch by Fabien Vantard
9579
9580 2005-10-22 [colin]      1.9.15cvs93
9581
9582         * src/codeconv.c
9583                 Fix leak
9584
9585 2005-10-22 [colin]      1.9.15cvs92
9586
9587         * src/codeconv.c
9588                 try to convert using locale (apart utf8) if necessary
9589
9590 2005-10-22 [colin]      1.9.15cvs91
9591
9592         * src/pixmaps/new.xpm
9593         * src/pixmaps/unread.xpm
9594                 Make the unread envelope blue again and
9595                 saturate the new one a bit more.
9596
9597 2005-10-22 [colin]      1.9.15cvs90
9598
9599         * src/compose.c
9600                 When replying to a mail sent by one of our accounts,
9601                 use the original list of recipients. Let 'Reply All'
9602                 and 'Reply to sender' work like previously.
9603
9604 2005-10-21 [colin]      1.9.15cvs89
9605
9606         * src/prefs_filtering.c
9607                 Clear fields after add and replace
9608         * src/textview.c
9609                 Display xface differently (better)
9610         * src/plugins/pgpinline/pgpinline.c
9611                 Fix crappy encodings/recodings
9612
9613 2005-10-21 [paul]       1.9.15cvs88
9614
9615         * src/compose.c
9616         * src/prefs_folder_item.c
9617         * src/toolbar.c
9618                 fix news folder Folder Properties
9619                 (thanks to Colin)
9620         * src/folderview.c
9621                 update folderview after Themes change
9622                 keep selected folder selected
9623                 (thanks to Colin)
9624
9625 2005-10-21 [paul]       1.9.15cvs87
9626
9627         * tools/Makefile.am
9628         * tools/OOo2sylpheed.pl
9629         * tools/README
9630         * tools/README.sylprint
9631         * tools/asus_mailled.sh         ** REMOVED **
9632         * tools/filter_conv.pl
9633         * tools/freshmeat_search.pl
9634         * tools/google_search.pl
9635         * tools/gpg-sign-syl            ** REMOVED **
9636         * tools/kmail2sylpheed.pl
9637         * tools/kmail2sylpheed_v2.pl
9638         * tools/multiwebsearch.pl
9639         * tools/nautilus2sylpheed.sh
9640         * tools/newscache_clean.pl
9641         * tools/outlook2sylpheed.pl
9642         * tools/sylpheed-switcher       ** REMOVED **
9643         * tools/sylprint.pl
9644         * tools/sylprint.rc
9645         * tools/tb2sylpheed
9646         * tools/vcard2xml.py
9647         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9648                 update default config dir
9649                 update binary name (thanks to Fabien Vantard)
9650                 remove obsolete scripts
9651
9652 2005-10-21 [colin]      1.9.15cvs86
9653
9654         * src/inc.c
9655                 Fix possible leak and units. Based on a patch by
9656                 Fabien Vantard.
9657
9658 2005-10-20 [colin]      1.9.15cvs85
9659
9660         * src/textview.c
9661                 Clear xface when clearing textview
9662
9663 2005-10-20 [colin]      1.9.15cvs84
9664
9665         * configure.ac
9666         * src/folderview.c
9667         * src/headerview.c
9668         * src/main.c
9669         * src/prefs_common.c
9670         * src/prefs_common.h
9671         * src/prefs_message.c
9672         * src/textview.c
9673         * src/textview.h
9674         * src/common/defs.h
9675         * src/common/utils.c
9676         * src/common/utils.h
9677         * src/gtk/gtkutils.c
9678         * src/gtk/gtkutils.h
9679                 Migrate config to .sylpheed-claws (Automatically)
9680                 Add a way to get the Xface in the TextView
9681
9682 2005-10-20 [colin]      1.9.15cvs83
9683
9684         * src/gtk/Makefile.am
9685         * src/gtk/about.c
9686         * src/gtk/authors.h
9687                 Make the about dialog *grooovy*
9688
9689 2005-10-20 [colin]      1.9.15cvs82
9690
9691         * src/mimeview.c
9692                 Use "Open with" on double click if no command
9693                 was found
9694
9695 2005-10-20 [colin]      1.9.15cvs81
9696
9697         * src/imap.c
9698         * src/etpan/imap-thread.c
9699                 Fix possible crash.
9700
9701 2005-10-20 [paul]       1.9.15cvs80
9702
9703         * src/folder.c
9704                 don't show clipkey icon if the only
9705                 attachment is the signature
9706                 Patch by Colin
9707
9708 2005-10-20 [paul]       1.9.15cvs79
9709
9710         * AUTHORS
9711         * src/plugins/pgpmime/pgpmime.c
9712                 name the PGP/MIME signature 'signature.asc'
9713                 Patch by Andrew Nelson <freeandy@gmail.com>
9714
9715 2005-10-19 [colin]      1.9.15cvs78
9716
9717         * src/plugins/pgpmime/pgpmime.c
9718                 Oops, no need to double-check though
9719
9720 2005-10-19 [colin]      1.9.15cvs77
9721
9722         * src/plugins/pgpinline/pgpinline.c
9723         * src/plugins/pgpmime/pgpmime.c
9724                 Check that my_tmpfile() doesn't 
9725                 return NULL
9726
9727 2005-10-19 [colin]      1.9.15cvs76
9728
9729         * src/common/utils.c
9730                 Use shorter mime boundaries to avoid having
9731                 MTAs rewrapping our headers, breaking the
9732                 PGP signature in the process 
9733         * src/compose.c
9734         * src/plugins/pgpmime/pgpmime.c
9735                 Check for boundary uniqueness to be sure
9736                 it won't happen, instead of hoping for the
9737                 best
9738
9739 2005-10-19 [colin]      1.9.15cvs75
9740
9741         * sylpheed-claws.desktop
9742         * src/Makefile.am
9743         * src/main.c
9744                 Ship a sylpheed-claws binary instead
9745                 of a sylpheed one. Change the socket
9746                 name, too
9747         * src/folderview.c
9748                 Update folder only if it changed
9749         * src/wizard.c
9750                 Fix i18n in welcome mail, patch by
9751                 Fabien Vantard
9752
9753 2005-10-19 [paul]
9754
9755         1.9.99-rc2 released
9756
9757 2005-10-19 [paul]       1.9.15cvs74
9758
9759         * src/folder.c
9760         * src/folderview.c
9761                 fix summaryview update
9762                 Patch by Colin
9763
9764 2005-10-18 [colin]      1.9.15cvs73
9765
9766         * src/plugins/pgpcore/passphrase.c
9767                 Don't XGrabServer, and try a bit more to 
9768                 sync everything before grabbing mouse/keyboard
9769
9770 2005-10-18 [colin]      1.9.15cvs72
9771
9772         * src/Makefile.am
9773         * src/addressadd.c
9774         * src/addressbook.c
9775         * src/folderview.c
9776         * src/grouplistdialog.c
9777         * src/mimeview.c
9778         * src/stock_pixmap.c
9779         * src/stock_pixmap.h
9780         * src/summaryview.c
9781         * src/gtk/gtksctree.c
9782         * src/gtk/gtksctree.h
9783         * src/pixmaps/empty.xpm
9784                 Implement a wrapper call for gtk_ctree_set_node_info
9785                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9786                 pixmap instead of a NULL one. This works around some
9787                 memory problems deep inside gtk, revealed by valgrind,
9788                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9789                 as locked crashes sylpheed.), as well as, probably, 
9790                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9791
9792 2005-10-17 [colin]      1.9.15cvs71
9793
9794         * src/mimeview.c
9795                 Provide visual feedback when checking
9796                 signature
9797
9798 2005-10-17 [colin]      1.9.15cvs70
9799
9800         * src/main.c
9801                 Keep the folder list frozen while checking caches...
9802
9803 2005-10-17 [colin]      1.9.15cvs69
9804
9805         * src/addr_compl.c
9806                 Fi bug #833 (Autocompleting from addressbook 
9807                 fails with extended chars)
9808         * src/imap.c
9809                 Fix 'adding messages' staying in statusbar
9810                 after an error
9811
9812 2005-10-17 [wwp]        1.9.15cvs68
9813
9814         * src/ssl_manager.c
9815                 Fix buttons' layout resizing when window size changes
9816
9817 2005-10-17 [wwp]        1.9.15cvs67
9818
9819         * src/account.c
9820         * src/prefs_account.c
9821         * src/prefs_common.c
9822         * src/prefs_common.h
9823         * src/prefs_folder_item.c
9824         * src/prefs_gtk.c
9825         * src/gtk/logwindow.c
9826         * src/gtk/pluginwindow.c
9827         * src/gtk/prefswindow.c
9828         * src/gtk/prefswindow.h
9829                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9830
9831 2005-10-17 [paul]       1.9.15cvs66
9832
9833         * configure.ac
9834                 fix missing libetpan message
9835         * po/en_GB.po
9836                 updated
9837         * src/crash.c
9838         * src/manual.c
9839         * src/prefs_themes.c
9840         * src/common/defs.h
9841                 add some new URI defines, change some
9842                 others
9843         * src/wizard.c
9844                 make welcome message translatable
9845                 small improvements to english
9846                 other tweaks
9847         * src/gtk/menu.c
9848                 fix warnings
9849
9850 2005-10-17 [paul]       1.9.15cvs65
9851
9852         * src/summaryview.c
9853                 fix column titles
9854
9855 2005-10-16 [mones]      1.9.15cvs64
9856
9857         * po/es.po
9858                 Updated translation
9859
9860 2005-10-16 [colin]
9861
9862         1.9.99-rc1 released
9863
9864 2005-10-16 [colin]      1.9.15cvs63
9865
9866         * src/wizard.c
9867                 Fix whitespace
9868
9869 2005-10-16 [colin]      1.9.15cvs62
9870
9871         * src/toolbar.c
9872                 s/Get All/Get Mail/
9873         * src/wizard.c
9874                 Real welcome mail text, thanks Paul
9875
9876 2005-10-16 [colin]      1.9.15cvs61
9877
9878         * src/editldap.c
9879         * src/exporthtml.c
9880         * src/main.c
9881         * src/mainwindow.c
9882         * src/prefs_themes.c
9883         * src/prefs_toolbar.c
9884         * src/plugins/demo/demo.c
9885         * src/plugins/trayicon/trayicon.c
9886                 s/Sylpheed/Sylpheed-Claws/
9887
9888 2005-10-16 [colin]      1.9.15cvs60
9889
9890         * src/wizard.c
9891                 Add a welcome email in the first empty mailbox
9892         * src/prefs_common.c
9893                 Change one more default
9894
9895 2005-10-16 [colin]      1.9.15cvs59
9896
9897         * src/wizard.c
9898                 Remove printf
9899
9900 2005-10-16 [colin]      1.9.15cvs58
9901
9902         * src/toolbar.c
9903         * src/prefs_common.c
9904                 Change some defaults
9905
9906 2005-10-16 [colin]      1.9.15cvs57
9907
9908         * src/toolbar.c
9909         * src/prefs_common.c
9910                 Change some defaults
9911
9912 2005-10-16 [colin]      1.9.15cvs56
9913
9914         * src/wizard.c
9915                 By default, initialize fonts to have
9916                 the same size as normal GtkWidgets
9917
9918 2005-10-16 [colin]      1.9.15cvs55
9919
9920         * src/mimeview.c
9921                 Fix message a bit more
9922
9923 2005-10-16 [colin]      1.9.15cvs54
9924
9925         * src/addressbook.c
9926                 Second attempt at flicker fixing
9927
9928 2005-10-16 [colin]      1.9.15cvs53
9929
9930         * src/addressbook.c
9931                 Fix flicker
9932
9933 2005-10-16 [wwp]        1.9.15cvs52
9934
9935         * src/addressbook.c
9936         * src/editaddress.c
9937         * src/prefs_common.c
9938         * src/prefs_common.h
9939                 Remember window sizes (address book)
9940
9941 2005-10-16 [wwp]        1.9.15cvs51
9942
9943         * src/plugins/clamav/clamav_plugin_gtk.c
9944         * src/plugins/spamassassin/spamassassin_gtk.c
9945                 Fix compilation warnings (missing #include).
9946
9947 2005-10-16 [colin]      1.9.15cvs50
9948
9949         * src/mimeview.c
9950         * src/summaryview.c
9951         * src/textview.c
9952                 Make 'c' check signature, and forward
9953                 c, l, y, t from summaryview to mimeview
9954
9955 2005-10-16 [colin]      1.9.15cvs49
9956
9957         * src/addressbook.c
9958                 Put border around buttons
9959         * src/mainwindow.c
9960         * src/summaryview.c
9961                 Rework menus (Patch based on a patch
9962                 by Paul)
9963
9964 2005-10-15 [wwp]        1.9.15cvs48
9965
9966         * src/editjpilot.c
9967         * src/editldap.c
9968         * src/editvcard.c
9969         * src/exphtmldlg.c
9970         * src/expldifdlg.c
9971         * src/export.c
9972         * src/import.c
9973         * src/importldif.c
9974         * src/importmutt.c
9975         * src/importpine.c
9976         * src/prefs_account.c
9977         * src/prefs_spelling.c
9978         * src/gtk/gtkutils.c
9979         * src/gtk/gtkutils.h
9980         * src/plugins/clamav/clamav_plugin_gtk.c
9981         * src/plugins/spamassassin/spamassassin_gtk.c
9982                 use nicer browse-for-file/dir buttons than the "..." ones,
9983                 code factorizing more.
9984
9985 2005-10-14 [colin]      1.9.15cvs47
9986
9987         * src/mainwindow.c
9988                 set relief on the account switcher so that people see it
9989                 grey out Create processing rules when no message is selected
9990         * src/prefs_filtering.c
9991                 ask before closing if the rule has not been modified, even if
9992                 it's not valid
9993         * src/prefs_matcher.c
9994                 fix sensitivity when entering the dialog
9995         * src/gtk/inputdialog.c
9996                 display a better icon on password ask
9997         * src/plugins/pgpcore/passphrase.c
9998                 make the dialog look better
9999
10000 2005-10-14 [paul]       1.9.15cvs46
10001
10002         * src/folderview.c
10003                 indicate presense of marked msgs in
10004                 unexpanded subfolders
10005
10006 2005-10-14 [paul]       1.9.15cvs45
10007
10008         * src/prefs_actions.c
10009         * src/prefs_common.c
10010         * src/prefs_common.h
10011         * src/prefs_filtering_action.c
10012         * src/prefs_matcher.c
10013         * src/prefs_template.c
10014                 remember window sizes
10015                 fix Info button size
10016
10017         Patches by wwp
10018
10019 2005-10-13 [colin]      1.9.15cvs44
10020
10021         * src/mimeview.c
10022         * src/noticeview.c
10023         * src/noticeview.h
10024                 Add a tooltip on the icon (optional) 
10025                 Get rid of the signature buttons and only
10026                 use the icon+tooltip
10027
10028 2005-10-13 [colin]      1.9.15cvs43
10029
10030         * src/noticeview.c
10031         * src/noticeview.h
10032                 Add hand cursor for hovering over icon
10033
10034 2005-10-13 [colin]      1.9.15cvs42
10035
10036         * src/summaryview.c
10037                 Fix crash when quicksearch's hidden 
10038                 at startup
10039
10040 2005-10-13 [colin]      1.9.15cvs41
10041
10042         * src/compose.c
10043                 Set subject when forwarding multiple mails
10044                 Check that other recipient than the default Cc or Bcc
10045                 have been set before sending.
10046
10047 2005-10-13 [colin]      1.9.15cvs40
10048
10049         * src/imap.c
10050                 Batch per-folder
10051                 Introduce locking, but don't use it yet
10052
10053 2005-10-13 [colin]      1.9.15cvs39
10054
10055         * src/gtk/quicksearch.c
10056                 Reset quicksearch when hiding it
10057                 Make sticky a real pref
10058
10059 2005-10-13 [colin]      1.9.15cvs38
10060
10061         * src/summaryview.c
10062                 Faster prefs apply
10063
10064 2005-10-13 [colin]      1.9.15cvs37
10065
10066         * src/mimeview.c
10067         * src/noticeview.c
10068         * src/noticeview.h
10069         * src/plugins/pgpcore/sgpgme.c
10070                 Make privacy icon clickable
10071                 Move Trust field in Full info
10072                 When trust is less than full, don't display
10073                 a warning icon
10074
10075 2005-10-13 [colin]      1.9.15cvs36
10076
10077         * src/folder.c
10078                 Batch on flags sync
10079         * src/folderview.c
10080                 Revert speed hack which is dangerous in fact
10081                 Apply prefs faster
10082
10083 2005-10-13 [colin]      1.9.15cvs35
10084
10085         * src/folder_item_prefs.c
10086                 Fix pref corruption on folder move. Patch
10087                 by wwp
10088
10089 2005-10-13 [paul]       1.9.15cvs34
10090
10091         * src/export.c
10092         * src/import.c
10093                 fix typos in g_warnings
10094         * src/prefs_account.c
10095                 add a file selector for Signature file
10096
10097         Patches by wwp
10098
10099 2005-10-12 [colin]      1.9.15cvs33
10100
10101         * src/mimeview.c
10102                 Provide a quick way to go back from a
10103                 signature's full info to the email part
10104
10105 2005-10-12 [colin]      1.9.15cvs32
10106
10107         * src/compose.c
10108                 Remove old hack of encoding signed mails with base64.
10109                 QP works equally well.
10110
10111 2005-10-12 [colin]      1.9.15cvs31
10112
10113         * src/crash.c
10114                 Replace deprecated GtkText with GtkTextView
10115         * src/imap.c
10116                 Fix a logic bug about counts in imap_select
10117                 (previously un-triggered)
10118         * src/mainwindow.c
10119         * src/summaryview.c
10120         * src/news.c
10121                 Allow local deletion of news posts
10122         * src/mimeview.c
10123                 Show GPG noticeview on the message/rfc822 part
10124                 in addition to the text/plain one
10125         * src/prefs_image_viewer.c
10126           src/plugins/pgpcore/prefs_gpg.c
10127                 Polish (set the label as part of the checkbox)
10128         * src/wizard.c
10129                 Don't sit there doing nothing after destroying
10130                 the window - return err
10131
10132 2005-10-11 [colin]      1.9.15cvs30
10133
10134         * src/folderview.c
10135                 Apply processing rules before showing folders.
10136                 Early folder show (before flags sync) will only
10137                 be done when there are no processing rules (nor
10138                 pre- or post- ones)
10139         * src/imap.c
10140                 Fix stuff related to mail subdir, creation and 
10141                 deletion of folders 
10142         * src/imap_gtk.c
10143                 Don't allow creation of folders in NoInferior
10144                 folders, as it won't work
10145
10146 2005-10-10 [colin]      1.9.15cvs29
10147
10148         * src/compose.c
10149                 Reselect "None" Privacy system when selecting an
10150                 account with no privacy system defined
10151
10152 2005-10-10 [colin]      1.9.15cvs28
10153
10154         * src/mainwindow.c
10155                 Add Windows-1252 encoding
10156         * src/prefs_common.c
10157                 Rework some defaults:
10158                 - autosave to draft by default
10159                 - don't show header pane (it's already in the textview)
10160                 - Select first new or unread mail on entry
10161                 - Assume 'Yes' to change folder when there's no more
10162                   unread message
10163         * src/prefs_matcher.c
10164                 Fix a gtk assertion failure
10165         * src/gtk/colorlabel.c
10166                 Workaround bad repainting on selection
10167         * src/main.c
10168                 Freeze/thaw (a bit faster on ssh -X)
10169         * src/msgcache.c
10170                 Get rid of StrdupConverter that just adds an
10171                 extra strdup/free 
10172         * src/etpan/imap_thread.c
10173                 memset buf to 0
10174
10175 2005-10-10 [colin]      1.9.15cvs27
10176
10177         * src/export.c
10178         * src/import.c
10179                 Fix compile on gtk 2.4. Patch by wwp
10180
10181 2005-10-09 [colin]      1.9.15cvs26
10182
10183         * src/mainwindow.c
10184         * src/messageview.c
10185         * src/summaryview.c
10186                 Clarify forward menus. Patch by wwp
10187
10188 2005-10-09 [colin]      1.9.15cvs25
10189
10190         * src/compose.c
10191         * src/compose.h
10192                 Fix bug #829 (Non-working "Encrypt message by 
10193                 default when replying to an encrypted message")
10194
10195 2005-10-08 [colin]      1.9.15cvs24
10196
10197         * src/wizard.c
10198                 Fix bug #827 ("Welcome" setup wizard after a 
10199                 permission error gives up & forgets itself.)
10200
10201 2005-10-08 [colin]      1.9.15cvs23
10202
10203         * src/procmime.c
10204                 Fix bug #828 (Ignoring headers with spaces around = sign)
10205
10206 2005-10-08 [colin]      1.9.15cvs22
10207
10208         * src/export.c
10209                 Warning fix by wwp
10210
10211 2005-10-08 [colin]      1.9.15cvs21
10212
10213         * src/folder.c
10214         * src/folder.h
10215                 Add a processing_pending indicator, set on 
10216                 folder_item_open and cleared after 
10217                 folder_item_process_open
10218         * src/folderview.c
10219         * src/summaryview.c
10220                 wrap procmsg_msginfo_*_flags, and in the
10221                 wrapper check that there's no folder processing 
10222                 pending. If there is, defer the flags change until 
10223                 processing is done to avoid stepping over each
10224                 other's toes.
10225                 Freeze during processing, but not during scanning.
10226
10227 2005-10-07 [colin]      1.9.15cvs20
10228
10229         * src/plugins/pgpcore/passphrase.c
10230                 Fix bug #826 (X-Server hangs when 
10231                 right-clicking a PGP encrypted message)
10232
10233 2005-10-07 [paul]       1.9.15cvs19
10234
10235         * src/compose.c
10236                 fix compose_entries[]
10237                 patch by Fabien Vantard
10238
10239 2005-10-06 [colin]      1.9.15cvs18
10240
10241         * src/pixmaps/address.xpm
10242         * src/pixmaps/address_book.xpm
10243         * src/pixmaps/book.xpm
10244         * src/pixmaps/check_spelling.xpm
10245         * src/pixmaps/checkbox_off.xpm
10246         * src/pixmaps/checkbox_on.xpm
10247         * src/pixmaps/close.xpm
10248         * src/pixmaps/complete.xpm
10249         * src/pixmaps/continue.xpm
10250         * src/pixmaps/deleted.xpm
10251         * src/pixmaps/down_arrow.xpm
10252         * src/pixmaps/exec.xpm
10253         * src/pixmaps/forwarded.xpm
10254         * src/pixmaps/group.xpm
10255         * src/pixmaps/ignorethread.xpm
10256         * src/pixmaps/interface.xpm
10257         * src/pixmaps/jpilot.xpm
10258         * src/pixmaps/ldap.xpm
10259         * src/pixmaps/linewrap.xpm
10260         * src/pixmaps/linewrapcurrent.xpm
10261         * src/pixmaps/mail.xpm
10262         * src/pixmaps/mail_attach.xpm
10263         * src/pixmaps/mail_compose.xpm
10264         * src/pixmaps/mail_forward.xpm
10265         * src/pixmaps/mail_receive.xpm
10266         * src/pixmaps/mail_receive_all.xpm
10267         * src/pixmaps/mail_reply.xpm
10268         * src/pixmaps/mail_reply_to_all.xpm
10269         * src/pixmaps/mail_reply_to_author.xpm
10270         * src/pixmaps/mail_send.xpm
10271         * src/pixmaps/mail_send_queue.xpm
10272         * src/pixmaps/mime_application.xpm
10273         * src/pixmaps/mime_audio.xpm
10274         * src/pixmaps/mime_image.xpm
10275         * src/pixmaps/mime_message.xpm
10276         * src/pixmaps/mime_text_enriched.xpm
10277         * src/pixmaps/mime_text_html.xpm
10278         * src/pixmaps/mime_text_plain.xpm
10279         * src/pixmaps/mime_unknown.xpm
10280         * src/pixmaps/new.xpm
10281         * src/pixmaps/news_compose.xpm
10282         * src/pixmaps/offline.xpm
10283         * src/pixmaps/online.xpm
10284         * src/pixmaps/paste.xpm
10285         * src/pixmaps/preferences.xpm
10286         * src/pixmaps/privacy_emblem_encrypted.xpm
10287         * src/pixmaps/privacy_expired.xpm
10288         * src/pixmaps/privacy_failed.xpm
10289         * src/pixmaps/privacy_passed.xpm
10290         * src/pixmaps/privacy_signed.xpm
10291         * src/pixmaps/privacy_unknown.xpm
10292         * src/pixmaps/privacy_warn.xpm
10293         * src/pixmaps/properties.xpm
10294         * src/pixmaps/replied.xpm
10295         * src/pixmaps/search.xpm
10296         * src/pixmaps/unread.xpm
10297         * src/pixmaps/up_arrow.xpm
10298         * src/pixmaps/vcard.xpm
10299                 Modernize internal theme, with icons from the 
10300                 Gnomaws theme. Keep some of the old ones where
10301                 they were better.
10302
10303 2005-10-06 [colin]      1.9.15cvs17
10304
10305         * src/summaryview.c
10306                 Little optimisations + bugfix
10307         * src/toolbar.c
10308                 Remove default useless items - useless being defined
10309                 by the default relevant prefs
10310         * src/wizard.c
10311                 include config.h to make gettext work
10312         * src/prefs_themes.c
10313                 Fix selection of current theme in prefs
10314
10315 2005-10-06 [colin]      1.9.15cvs16
10316
10317         * src/prefs_common.c
10318         * src/prefs_common.h
10319         * src/prefs_summaries.c
10320         * src/folderview.c
10321                 Add a warning dialog on Mark all read 
10322                 (with pref to get rid of it)
10323
10324 2005-10-06 [paul]       1.9.15cvs15
10325
10326         * po/nb.po
10327         * po/pt_BR.po
10328                 updated by Geir Helland and Frederico
10329                 Goncalves Guimaraes
10330
10331 2005-10-05 [colin]      1.9.15cvs14
10332
10333         * src/folder.c
10334         * src/folder.h
10335         * src/folderview.c
10336         * src/folderview.h
10337         * src/imap_gtk.c
10338         * src/mh_gtk.c
10339         * src/mainwindow.c
10340         * src/setup.c
10341                 add a way to rescan without rebuilding
10342                 make moving a bit faster (less folders changes)
10343                 don't lock the tree on Get 
10344         * src/imap.c
10345                 Don't re-delete deleted messages before expunging
10346         * src/summaryview.c
10347                 Set batch mode when deleting mails
10348
10349 2005-10-05 [paul]       1.9.15cvs13
10350
10351         * src/mainwindow.c
10352         * src/mainwindow.h
10353                 fix disabled Execute menu item
10354         * src/toolbar.c
10355                 match the change in 1.9.15cvs10: use Compose
10356                 instead of News by default
10357
10358 2005-10-04 [colin]      1.9.15cvs12
10359
10360         * src/compose.c
10361                 When replying to an ML post with Reply-To set
10362                 to the poster's email, honor it (as before),
10363                 but also honor our user's request to reply to
10364                 the mailing list: set the ML address in the To
10365                 field and the Reply-To address in the Cc: 
10366                 field.
10367
10368 2005-10-04 [colin]      1.9.15cvs11
10369
10370         * src/plugins/trayicon/trayicon.c
10371                 Finish cosmetic change - thanks to wwp
10372
10373 2005-10-04 [colin]      1.9.15cvs10
10374
10375         * src/toolbar.c
10376                 Use Compose instead of Email by default.
10377                 Spotted by wwp.
10378
10379 2005-10-04 [colin]      1.9.15cvs9
10380
10381         * src/folder.c
10382         * src/folder.h
10383         * src/folderview.c
10384         * src/imap.c
10385         * src/etpan/imap-thread.c
10386         * src/etpan/imap-thread.h
10387                 Try to make IMAP faster, by simplifying SEARCH
10388                 commands, avoiding sending two STATUS in a row,
10389                 and deferring flags sync and processing just
10390                 after displaying the folder. 
10391                 This will update the SummaryView in certain
10392                 cases (new mails not already fetched, flags
10393                 changed from another client) but in a non-
10394                 blocking manner.
10395
10396 2005-10-04 [colin]      1.9.15cvs8
10397
10398         * src/plugins/trayicon/trayicon.c
10399                 Relabel "Offline" to "Work offline"
10400
10401 2005-10-04 [colin]      1.9.15cvs7
10402
10403         * src/export.c
10404         * src/import.c
10405         * src/mbox.c
10406                 Fix mbox import/export buglets
10407                 Patch by wwp
10408         * src/plugins/trayicon/trayicon.c
10409                 Add offline swithc
10410                 Patch by wwp
10411
10412 2005-10-04 [colin]      1.9.15cvs6
10413
10414         * src/folder.c
10415         * src/folderview.c
10416         * src/summaryview.c
10417                 Better fix (don't break mark all read) for cvs2
10418
10419 2005-10-03 [colin]      1.9.15cvs5
10420
10421         * src/folder.c
10422                 Use a sane sort by default
10423
10424 2005-10-03 [colin]      1.9.15cvs4
10425
10426         * src/inc.c
10427                 Add a 'Only once' button for overriding offline mode
10428         * src/prefs_account.c
10429         * src/wizard.c
10430                 Add Local mbox to the wizard
10431                 Add IMAP subdir to the wizard (or the wizard is useless
10432                 for such accounts, or even worse than useless)
10433                 Move IMAP subdir from Advanced to Receive tab, as it's
10434                 not that uncommon
10435
10436 2005-10-03 [colin]      1.9.15cvs3
10437
10438         * src/send_message.c
10439                 Forgot this one in cvs1
10440
10441 2005-10-03 [colin]      1.9.15cvs2
10442
10443         * src/folder.c
10444                 Faster close when leaving a folder with lots
10445                 of new mails. Idea by David Relson.
10446
10447 2005-10-03 [colin]      1.9.15cvs1
10448
10449         * src/compose.c
10450         * src/imap.c
10451         * src/inc.c
10452         * src/main.c
10453         * src/messageview.c
10454         * src/news.c
10455         * src/summaryview.c
10456         * src/gtk/sslcertwindow.c
10457         * src/plugins/trayicon/trayicon.c
10458                 Add accels to every AlertPanel. Patch by Fabien 
10459                 Vantard
10460
10461 2005-10-03 [paul]       1.9.15
10462
10463         1.9.15 released
10464
10465 2005-10-03 [paul]       1.9.14cvs68
10466
10467         * po/ca.po
10468         * po/de.po
10469         * po/es.po
10470         * po/fi.po
10471         * po/fr.po
10472         * po/sk.po
10473         * po/sr.po
10474         * po/zh_CN.po
10475                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10476                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10477                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10478
10479 2005-10-03 [paul]       1.9.14cvs67
10480
10481         * src/send_message.c
10482                 prevent hang on Cancel
10483                 patch by Colin
10484
10485 2005-10-03 [paul]       1.9.14cvs66
10486
10487         * src/main.c
10488                 fix crash in IMAP caused by discrepancy
10489                 between check_at_startup and offline mode
10490                 Patch by Colin
10491
10492 2005-10-01 [paul]       1.9.14cvs65
10493
10494         * src/inc.c
10495                 fix engrish
10496
10497 2005-10-01 [paul]       1.9.14cvs64
10498         * src/export.c
10499         * src/import.c
10500                 synchronise import_mbox() and export_mbox()
10501         * src/mbox.c
10502                 proc_mbox(): add alert if file cannot be opened
10503                 export_list_to_mbox(): test if dest file exists,
10504                 prompt user to overwrite if it does. add alert
10505                 if file cannot be created
10506                                                                 
10507         Patch by wwp
10508                                                                                                                 
10509
10510 2005-09-30 [paul]       1.9.14cvs63
10511
10512         * src/addressbook.c
10513                 Fix sensitivity of a menu
10514         * src/codeconv.c
10515                 Respect hidden pref for mails with no encoding
10516         * src/common/xml.c
10517                 Fix memory corruption
10518         * src/plugins/pgpcore/sgpgme.c
10519                 Fix segfault on incomplete sigs, and display
10520                 of S/Mime UIDs
10521
10522         Patches by Colin
10523
10524 2005-09-30 [colin]      1.9.14cvs62
10525
10526         * src/partial_download.c
10527                 Little logic fix in almost-dead code
10528         * src/pop.c
10529                 Fix partial download when there's no new mail
10530
10531 2005-09-29 [paul]       1.9.14cvs61
10532
10533         * src/plugins/pgpinline/pgpinline.c
10534                 fix bug 819, 'crash accessing sign message'
10535                 Patch by Colin
10536
10537 2005-09-28 [martin]     1.9.14cvs60
10538
10539         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10540                 fix bug #790 (Crash when restarting window manager (fluxbox))
10541
10542 2005-09-28 [paul]       1.9.14cvs59
10543
10544         * src/gtk/gtkaspell.c
10545                 fix off-by-one typo
10546
10547 2005-09-27 [colin]      1.9.14cvs58
10548
10549         * src/plugins/pgpcore/sgpgme.c
10550                 Report error when there's one, instead of
10551                 "Signature unchecked" 
10552
10553 2005-09-27 [colin]      1.9.14cvs57
10554
10555         * src/prefs_quote.c
10556                 Fix bug #816 (Weird quotation with spaces)
10557
10558 2005-09-27 [colin]      1.9.14cvs56
10559
10560         * src/codeconv.c
10561         * src/compose.c
10562         * src/compose.h
10563                 Put subject in compose's title
10564                 Fix Automatic encoding so that it's really automatic:
10565                 first try default locale's charset, then charset of the replied mail, 
10566                 then utf-8
10567                 Fix encoding of headers (must be in strict mode too)
10568
10569 2005-09-26 [colin]      1.9.14cvs55
10570
10571         * src/gtk/gtkaspell.c
10572                 Fix previous patch - don't color the space,
10573                 just uncolor it :)
10574
10575 2005-09-26 [colin]      1.9.14cvs54
10576
10577         * src/gtk/gtkaspell.c
10578                 Unmark space if possible
10579
10580 2005-09-26 [colin]      1.9.14cvs53
10581
10582         * src/imap.c
10583                 log_error instead of alertpanel according to the pref
10584         * src/etpan/imap-thread.c
10585                 Print connect status, copy only necessary size to 
10586                 logger
10587         * src/plugins/pgpmime/pgpmime.c
10588                 Handle S/Mime signatures (verification only). Patch based
10589                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10590
10591 2005-09-26 [paul]       1.9.14cvs52
10592
10593         * src/common/passcrypt.c
10594                 this 'workaround' not necessary on NetBSD.
10595                 Thanks to Daniel Gustafson
10596
10597 2005-09-26 [paul]
10598
10599         1.9.15-rc4 released
10600
10601 2005-09-26 [paul]       1.9.14cvs51
10602
10603         * src/summaryview.c
10604                 Skip currently selected message when
10605                 looking for next new or unread message
10606                 in current folder. Patch by Colin
10607         * src/common/passcrypt.c
10608                 eliminate warnings on *BSD. Patch by
10609                 Daniel Gustafson
10610
10611 2005-09-26 [colin]      1.9.14cvs50
10612
10613         * src/procmsg.c
10614                 Call postfiltering hook anyway
10615
10616 2005-09-22 [colin]      1.9.14cvs49
10617
10618         * src/codeconv.c
10619         * src/codeconv.h
10620                 Add a strict mode that doesn't replace with _
10621         * src/compose.c
10622         * src/compose.h
10623                 Use strict conversion while sending
10624                 Fix race when drafting while sending (happens
10625                 on IMAP)
10626                 Fix d'n'd of messages from summaryview
10627         * src/prefs_common.c
10628         * src/prefs_common.h
10629                 add hidden utf8_instead_of_locale_for_broken_mail 
10630                 pref for people that preferred the default charset 
10631                 to be utf8 for broken mails
10632         * src/quote_fmt_parse.y
10633                 fix bug #815 (No quote insert if "From:" fied 
10634                 contained Russian letters)
10635         * src/summaryview.c
10636                 Fix d'n'd of messages to compose
10637
10638 2005-09-22 [paul]       1.9.14cvs48
10639
10640         * src/compose.c
10641                 fix bug where attachments Name entry
10642                 would display Path instead
10643
10644 2005-09-21 [paul]       1.9.14cvs47
10645
10646         * README
10647         * README.jp
10648         * configure.ac
10649         * config/config.rpath
10650         * doc/manual/en/sylpheed-20.html
10651         * doc/manual/es/sylpheed-20.html
10652         * po/bg.po
10653         * po/ca.po
10654         * po/de.po
10655         * po/es.po
10656         * po/fr.po
10657         * po/it.po
10658         * po/pt_BR.po
10659         * po/sk.po
10660         * po/zh_TW.po
10661         * src/account.c
10662         * src/account.h
10663         * src/action.c
10664         * src/action.h
10665         * src/adbookbase.h
10666         * src/addr_compl.c
10667         * src/addr_compl.h
10668         * src/addrbook.c
10669         * src/addrbook.h
10670         * src/addrcache.c
10671         * src/addrcache.h
10672         * src/addrcindex.c
10673         * src/addrcindex.h
10674         * src/addrclip.c
10675         * src/addrclip.h
10676         * src/addrdefs.h
10677         * src/addressadd.c
10678         * src/addressadd.h
10679         * src/addressbook.c
10680         * src/addressbook.h
10681         * src/addressitem.h
10682         * src/addrgather.c
10683         * src/addrgather.h
10684         * src/addrharvest.c
10685         * src/addrharvest.h
10686         * src/addrindex.c
10687         * src/addrindex.h
10688         * src/addritem.c
10689         * src/addritem.h
10690         * src/addrquery.c
10691         * src/addrquery.h
10692         * src/addrselect.c
10693         * src/addrselect.h
10694         * src/alertpanel.c
10695         * src/alertpanel.h
10696         * src/browseldap.c
10697         * src/browseldap.h
10698         * src/codeconv.c
10699         * src/codeconv.h
10700         * src/compose.c
10701         * src/compose.h
10702         * src/crash.c
10703         * src/crash.h
10704         * src/customheader.c
10705         * src/customheader.h
10706         * src/displayheader.c
10707         * src/displayheader.h
10708         * src/editaddress.c
10709         * src/editaddress.h
10710         * src/editbook.c
10711         * src/editbook.h
10712         * src/editgroup.c
10713         * src/editgroup.h
10714         * src/editjpilot.c
10715         * src/editjpilot.h
10716         * src/editldap.c
10717         * src/editldap.h
10718         * src/editldap_basedn.c
10719         * src/editldap_basedn.h
10720         * src/editvcard.c
10721         * src/editvcard.h
10722         * src/enriched.c
10723         * src/enriched.h
10724         * src/exphtmldlg.c
10725         * src/exphtmldlg.h
10726         * src/expldifdlg.c
10727         * src/expldifdlg.h
10728         * src/export.c
10729         * src/export.h
10730         * src/exporthtml.c
10731         * src/exporthtml.h
10732         * src/exportldif.c
10733         * src/exportldif.h
10734         * src/filtering.c
10735         * src/filtering.h
10736         * src/folder.c
10737         * src/folder.h
10738         * src/folder_item_prefs.c
10739         * src/folder_item_prefs.h
10740         * src/foldersel.c
10741         * src/foldersel.h
10742         * src/folderutils.c
10743         * src/folderutils.h
10744         * src/folderview.c
10745         * src/folderview.h
10746         * src/grouplistdialog.c
10747         * src/grouplistdialog.h
10748         * src/headerview.c
10749         * src/headerview.h
10750         * src/html.c
10751         * src/html.h
10752         * src/image_viewer.c
10753         * src/image_viewer.h
10754         * src/imap.c
10755         * src/imap.h
10756         * src/imap_gtk.c
10757         * src/imap_gtk.h
10758         * src/import.c
10759         * src/import.h
10760         * src/importldif.c
10761         * src/importldif.h
10762         * src/importmutt.c
10763         * src/importmutt.h
10764         * src/importpine.c
10765         * src/importpine.h
10766         * src/inc.c
10767         * src/inc.h
10768         * src/jpilot.c
10769         * src/jpilot.h
10770         * src/ldapctrl.c
10771         * src/ldapctrl.h
10772         * src/ldaplocate.c
10773         * src/ldaplocate.h
10774         * src/ldapquery.c
10775         * src/ldapquery.h
10776         * src/ldapserver.c
10777         * src/ldapserver.h
10778         * src/ldaputil.c
10779         * src/ldaputil.h
10780         * src/ldif.c
10781         * src/ldif.h
10782         * src/localfolder.c
10783         * src/localfolder.h
10784         * src/main.c
10785         * src/main.h
10786         * src/mainwindow.c
10787         * src/mainwindow.h
10788         * src/manual.c
10789         * src/manual.h
10790         * src/matcher.c
10791         * src/matcher.h
10792         * src/matcher_parser.h
10793         * src/matcher_parser_lex.l
10794         * src/matcher_parser_parse.y
10795         * src/mbox.c
10796         * src/mbox.h
10797         * src/message_search.c
10798         * src/message_search.h
10799         * src/messageview.c
10800         * src/messageview.h
10801         * src/mh.c
10802         * src/mh.h
10803         * src/mh_gtk.c
10804         * src/mh_gtk.h
10805         * src/mimeview.c
10806         * src/mimeview.h
10807         * src/msgcache.c
10808         * src/msgcache.h
10809         * src/mutt.c
10810         * src/mutt.h
10811         * src/news.c
10812         * src/news.h
10813         * src/news_gtk.c
10814         * src/news_gtk.h
10815         * src/noticeview.c
10816         * src/noticeview.h
10817         * src/partial_download.c
10818         * src/partial_download.h
10819         * src/pine.c
10820         * src/pine.h
10821         * src/pop.c
10822         * src/pop.h
10823         * src/prefs_account.c
10824         * src/prefs_account.h
10825         * src/prefs_actions.c
10826         * src/prefs_actions.h
10827         * src/prefs_common.c
10828         * src/prefs_common.h
10829         * src/prefs_compose_writing.c
10830         * src/prefs_compose_writing.h
10831         * src/prefs_customheader.c
10832         * src/prefs_customheader.h
10833         * src/prefs_display_header.c
10834         * src/prefs_display_header.h
10835         * src/prefs_ext_prog.c
10836         * src/prefs_ext_prog.h
10837         * src/prefs_filtering.c
10838         * src/prefs_filtering.h
10839         * src/prefs_filtering_action.c
10840         * src/prefs_filtering_action.h
10841         * src/prefs_folder_column.c
10842         * src/prefs_folder_column.h
10843         * src/prefs_folder_item.c
10844         * src/prefs_folder_item.h
10845         * src/prefs_fonts.c
10846         * src/prefs_fonts.h
10847         * src/prefs_gtk.c
10848         * src/prefs_gtk.h
10849         * src/prefs_image_viewer.c
10850         * src/prefs_image_viewer.h
10851         * src/prefs_matcher.c
10852         * src/prefs_matcher.h
10853         * src/prefs_message.c
10854         * src/prefs_message.h
10855         * src/prefs_msg_colors.c
10856         * src/prefs_msg_colors.h
10857         * src/prefs_other.c
10858         * src/prefs_other.h
10859         * src/prefs_quote.c
10860         * src/prefs_quote.h
10861         * src/prefs_receive.c
10862         * src/prefs_receive.h
10863         * src/prefs_send.c
10864         * src/prefs_send.h
10865         * src/prefs_spelling.c
10866         * src/prefs_spelling.h
10867         * src/prefs_summaries.c
10868         * src/prefs_summaries.h
10869         * src/prefs_summary_column.c
10870         * src/prefs_summary_column.h
10871         * src/prefs_template.c
10872         * src/prefs_template.h
10873         * src/prefs_themes.c
10874         * src/prefs_themes.h
10875         * src/prefs_toolbar.c
10876         * src/prefs_toolbar.h
10877         * src/prefs_wrapping.c
10878         * src/prefs_wrapping.h
10879         * src/privacy.c
10880         * src/privacy.h
10881         * src/procheader.c
10882         * src/procheader.h
10883         * src/procmime.c
10884         * src/procmime.h
10885         * src/procmsg.c
10886         * src/procmsg.h
10887         * src/quote_fmt.c
10888         * src/quote_fmt_parse.y
10889         * src/recv.c
10890         * src/recv.h
10891         * src/remotefolder.c
10892         * src/remotefolder.h
10893         * src/send_message.c
10894         * src/send_message.h
10895         * src/setup.c
10896         * src/setup.h
10897         * src/simple-gettext.c
10898         * src/sourcewindow.c
10899         * src/sourcewindow.h
10900         * src/ssl_manager.c
10901         * src/ssl_manager.h
10902         * src/statusbar.c
10903         * src/statusbar.h
10904         * src/stock_pixmap.c
10905         * src/stock_pixmap.h
10906         * src/summary_search.c
10907         * src/summary_search.h
10908         * src/summaryview.c
10909         * src/summaryview.h
10910         * src/syldap.c
10911         * src/syldap.h
10912         * src/textview.c
10913         * src/textview.h
10914         * src/toolbar.c
10915         * src/toolbar.h
10916         * src/undo.c
10917         * src/undo.h
10918         * src/unmime.c
10919         * src/unmime.h
10920         * src/vcard.c
10921         * src/vcard.h
10922         * src/wizard.c
10923         * src/wizard.h
10924         * src/common/base64.c
10925         * src/common/base64.h
10926         * src/common/defs.h
10927         * src/common/hooks.c
10928         * src/common/hooks.h
10929         * src/common/log.c
10930         * src/common/log.h
10931         * src/common/md5.c
10932         * src/common/md5.h
10933         * src/common/mgutils.c
10934         * src/common/mgutils.h
10935         * src/common/nntp.c
10936         * src/common/nntp.h
10937         * src/common/passcrypt.c
10938         * src/common/passcrypt.h.in
10939         * src/common/plugin.c
10940         * src/common/plugin.h
10941         * src/common/prefs.c
10942         * src/common/prefs.h
10943         * src/common/progressindicator.c
10944         * src/common/progressindicator.h
10945         * src/common/quoted-printable.c
10946         * src/common/quoted-printable.h
10947         * src/common/session.c
10948         * src/common/session.h
10949         * src/common/smtp.c
10950         * src/common/smtp.h
10951         * src/common/socket.c
10952         * src/common/socket.h
10953         * src/common/ssl.c
10954         * src/common/ssl.h
10955         * src/common/ssl_certificate.c
10956         * src/common/ssl_certificate.h
10957         * src/common/string_match.c
10958         * src/common/string_match.h
10959         * src/common/stringtable.c
10960         * src/common/sylpheed.c
10961         * src/common/sylpheed.h
10962         * src/common/template.c
10963         * src/common/template.h
10964         * src/common/timing.h
10965         * src/common/utils.c
10966         * src/common/utils.h
10967         * src/common/uuencode.c
10968         * src/common/uuencode.h
10969         * src/common/version.h.in
10970         * src/common/xml.c
10971         * src/common/xml.h
10972         * src/common/xmlprops.c
10973         * src/common/xmlprops.h
10974         * src/gtk/about.c
10975         * src/gtk/about.h
10976         * src/gtk/colorlabel.c
10977         * src/gtk/colorlabel.h
10978         * src/gtk/colorsel.c
10979         * src/gtk/colorsel.h
10980         * src/gtk/description_window.c
10981         * src/gtk/description_window.h
10982         * src/gtk/filesel.c
10983         * src/gtk/filesel.h
10984         * src/gtk/foldersort.c
10985         * src/gtk/foldersort.h
10986         * src/gtk/gtkutils.c
10987         * src/gtk/gtkutils.h
10988         * src/gtk/inputdialog.c
10989         * src/gtk/inputdialog.h
10990         * src/gtk/logwindow.c
10991         * src/gtk/logwindow.h
10992         * src/gtk/manage_window.c
10993         * src/gtk/manage_window.h
10994         * src/gtk/menu.c
10995         * src/gtk/menu.h
10996         * src/gtk/pluginwindow.c
10997         * src/gtk/pluginwindow.h
10998         * src/gtk/prefswindow.c
10999         * src/gtk/prefswindow.h
11000         * src/gtk/progressdialog.c
11001         * src/gtk/progressdialog.h
11002         * src/gtk/quicksearch.c
11003         * src/gtk/quicksearch.h
11004         * src/gtk/sslcertwindow.c
11005         * src/gtk/sslcertwindow.h
11006         * src/plugins/clamav/clamav_plugin.c
11007         * src/plugins/clamav/clamav_plugin.h
11008         * src/plugins/clamav/clamav_plugin_gtk.c
11009         * src/plugins/demo/demo.c
11010         * src/plugins/dillo_viewer/dillo_prefs.c
11011         * src/plugins/dillo_viewer/dillo_prefs.h
11012         * src/plugins/dillo_viewer/dillo_viewer.c
11013         * src/plugins/mathml_viewer/mathml_viewer.c
11014         * src/plugins/pgpcore/passphrase.c
11015         * src/plugins/pgpcore/passphrase.h
11016         * src/plugins/pgpcore/plugin.c
11017         * src/plugins/pgpcore/prefs_gpg.c
11018         * src/plugins/pgpcore/prefs_gpg.h
11019         * src/plugins/pgpcore/select-keys.c
11020         * src/plugins/pgpcore/select-keys.h
11021         * src/plugins/pgpcore/sgpgme.c
11022         * src/plugins/pgpcore/sgpgme.h
11023         * src/plugins/pgpinline/pgpinline.c
11024         * src/plugins/pgpinline/pgpinline.h
11025         * src/plugins/pgpinline/plugin.c
11026         * src/plugins/pgpmime/pgpmime.c
11027         * src/plugins/pgpmime/pgpmime.h
11028         * src/plugins/pgpmime/plugin.c
11029         * src/plugins/spamassassin/spamassassin.c
11030         * src/plugins/spamassassin/spamassassin.h
11031         * src/plugins/spamassassin/spamassassin_gtk.c
11032         * src/plugins/trayicon/trayicon.c
11033         * tools/OOo2sylpheed.pl
11034         * tools/acroread2sylpheed.pl
11035         * tools/asus_mailled.sh
11036         * tools/filter_conv.pl
11037         * tools/freshmeat_search.pl
11038         * tools/google_search.pl
11039         * tools/kmail2sylpheed.pl
11040         * tools/kmail2sylpheed_v2.pl
11041         * tools/maildir2sylpheed.pl
11042         * tools/multiwebsearch.pl
11043         * tools/newscache_clean.pl
11044         * tools/outlook2sylpheed.pl
11045         * tools/sylpheed-switcher
11046         * tools/update-po
11047         * tools/vcard2xml.py
11048         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11049                 update FSF address
11050
11051 2005-09-21 [colin]      1.9.14cvs46
11052
11053         * src/gedit-print.c
11054         * src/procmsg.c
11055         * src/procmsg.h
11056         * src/textview.c
11057         * src/summaryview.c
11058                 Remove some printing hacks (deselection/reselection),
11059                 which by the way fix printing the currently 
11060                 displayed mime part (still only text)
11061                 Plus a little optimisation of summary_show
11062
11063
11064 2005-09-20 [colin]      1.9.14cvs45
11065
11066         * src/mainwindow.c
11067         * src/messageview.c
11068                 GUI fixups: add accels, set message
11069                 view title to displayed mail's subject
11070         * src/prefs_spelling.c
11071         * src/gtk/gtkaspell.c
11072                 GUI fixups: allow underlining misspelled
11073                 words instead of coloring them (a11y!)
11074
11075 2005-09-19 [colin]
11076
11077         1.9.15rc3 released
11078
11079 2005-09-19 [colin]      1.9.14cvs44
11080
11081         * src/compose.c
11082                 Fix draft message
11083         * src/gtk/gtkaspell.c
11084                 Fix wrong test ;-)
11085
11086 2005-09-19 [colin]      1.9.14cvs43
11087
11088         * src/addressbook.c
11089                 Fix sensitivity of Delete button
11090         * src/compose.c
11091                 Warn if the requested Privacy system
11092                 is not available
11093         * src/exphtmldlg.c
11094         * src/expldifdlg.c
11095         * src/importldif.c
11096         * src/importmutt.c
11097         * src/importpine.c
11098                 Fix crappy UI
11099         * src/
11100         * src/ssl.h
11101         * src/prefs_account.h
11102         * src/prefs_account.c
11103                 Save SSL prefs even in builds that have
11104                 SSL support disable
11105         * src/imap.c
11106         * src/inc.c
11107         * src/news.c
11108         * src/send_message.c
11109                 Warn if connection should be secure, but
11110                 SSL support isn't compiled in
11111         * src/gtkaspell.c
11112                 Fix word separation on UTF-8 systems
11113                 Fixes bug #812 (Strange inline spellchecking)
11114         * src/compose.c
11115                 Warn if the requested Privacy system
11116                 is not available
11117                 Factorize offline warning
11118         * src/imap.c
11119         * src/imap_gtk.c
11120         * src/imap_gtk.h
11121         * src/inc.h
11122         * src/news_gtk.c
11123         * src/news_gtk.h
11124         * src/messageview.c
11125                 Factorize offline warning
11126
11127 2005-09-19 [paul]
11128
11129         1.9.15-rc2 released
11130
11131 2005-09-18 [colin]      1.9.14cvs42
11132
11133         * src/codeconv.c
11134         * src/codeconv.h
11135         * src/procmime.c
11136                 Add a way to get locale's charset ignoring utf-8,
11137                 and use that as default encoding for broken mails
11138
11139 2005-09-18 [colin]      1.9.14cvs41
11140
11141         * src/gtk/logwindow.c
11142                 Translate string. Patch by Fabien Vantard
11143
11144 2005-09-18 [colin]      1.9.14cvs40
11145
11146         * configure.ac
11147                 Fix bug #803 (IMAP/SSL support breaks with 
11148                 GnuTLS libetpan 0.38)
11149
11150 2005-09-18 [colin]      1.9.14cvs39
11151
11152         * src/codeconv.c
11153         * src/compose.c
11154         * src/procmime.c
11155                 More charsets fixes. Fixes bug #806 (non
11156                 ascii characters in subject line)
11157
11158 2005-09-17 [paul]       1.9.14cvs38
11159
11160         * src/folderview.c
11161         * src/mainwindow.c
11162                 fix gcc-2.95 issues
11163                 Patch by Pawel Pekala
11164
11165 2005-09-17 [colin]      1.9.14cvs37
11166
11167         * src/addrindex.c
11168                 bugfix for NO-USE LDAP compilation, patch 
11169                 by Fabien Vantard
11170
11171 2005-09-17 [colin]      1.9.14cvs36
11172
11173         * src/prefs_actions.c
11174         * src/prefs_customheader.c
11175         * src/prefs_display_header.c
11176         * src/prefs_filtering_action.c
11177         * src/prefs_matcher.c
11178         * src/prefs_toolbar.c
11179                 Fix strange casts (less elegant but
11180                 works better)
11181
11182 2005-09-16 [colin]      1.9.14cvs35
11183
11184         * src/jpilot.c
11185                 Missed that one
11186
11187 2005-09-16 [colin]      1.9.14cvs34
11188
11189         * configure.ac
11190         * src/Makefile.am
11191         * src/addr_compl.c
11192         * src/addrindex.c
11193         * src/browseldap.c
11194         * src/editldap.c
11195         * src/ldaplocate.c
11196         * src/ldapquery.c
11197         * src/ldapquery.h
11198         * src/ldapserver.c
11199         * src/ldapserver.h
11200         * src/main.c
11201         * src/matcher_parser_parse.y
11202         * src/prefs_themes.c
11203         * src/etpan/Makefile.am
11204         * src/gtk/description_window.c
11205         * src/plugins/clamav/Makefile.am
11206         * src/plugins/clamav/clamav_plugin.c
11207         * src/plugins/dillo_viewer/Makefile.am
11208         * src/plugins/pgpcore/Makefile.am
11209         * src/plugins/pgpinline/Makefile.am
11210         * src/plugins/pgpmime/Makefile.am
11211         * src/plugins/trayicon/Makefile.am
11212                 Fix 100% cpu usage in address completion list
11213                 Fix little bugs (return with no values etc)
11214                 Fix all warnings (with common CFLAGS)
11215
11216 2005-09-15 [colin]      1.9.14cvs33
11217
11218         * src/addressbook.c
11219                 Fix bug where sometimes a group's email list is empty,
11220                 force its refresh (probably fixes "Re: how to create a 
11221                 distribution list")
11222         * src/ldapquery.c
11223                 Don't return to the callback in the main thread from the
11224                 fetch thread (or face segs!)
11225
11226 2005-09-15 [paul]       1.9.14cvs32
11227
11228         * src/prefs_matcher.c
11229                 forgotten in last commit
11230
11231 2005-09-15 [paul]       1.9.14cvs31
11232
11233         * src/prefs_actions.c
11234         * src/prefs_filtering_action.c
11235         * src/prefs_quote.c
11236         * src/quote_fmt.c
11237         * src/summaryview.c
11238         * src/gtk/description_window.c
11239         * src/gtk/description_window.h
11240         * src/gtk/quicksearch.c
11241                 allow interaction with the called
11242                 description window
11243                 Patch by Anders Hammar
11244
11245 2005-09-14 [paul]       1.9.14cvs30
11246
11247         * src/compose.c
11248                 fix a little annoyance when pasting with 3rd button 
11249                 with wrap_pastes=0 and wrap_input=1
11250                 Patch by Colin
11251
11252 2005-09-14 [paul]       1.9.14cvs29
11253
11254         * src/prefs_account.c
11255                 disable 'Filter messages on receiving' for
11256                 SMTP-only accounts
11257                 Patch  by Anders Hammar
11258
11259 2005-09-14 [paul]       1.9.14cvs28
11260
11261         * po/sk.po
11262                 fix crash
11263                 updated by Andrej Kacian
11264
11265 2005-09-14 [paul]
11266
11267         1.9.15-rc1 released
11268
11269 2005-09-14 [paul]       1.9.14cvs27
11270
11271         * po/es.po
11272                 updated by Ricardo Mones Lastra
11273         * src/compose.c
11274         * src/compose.h
11275                 associate no_wrap_tags to Compose windows
11276                 instead of using a static one
11277                 Patch by Colin
11278         * src/mbox.c
11279                 fix proc_mbox()
11280                 Patch by wwp
11281         * src/textview.c
11282                 remove unneeded printf()
11283
11284 2005-09-14 [paul]       1.9.14cvs26
11285
11286         * src/addrcache.c
11287         * src/codeconv.h
11288         * src/folder.h
11289         * src/mainwindow.h
11290         * src/mh.c
11291         * src/mimeview.h
11292         * src/partial_download.c
11293         * src/pop.c
11294         * src/prefs_account.c
11295         * src/prefs_account.h
11296         * src/prefs_actions.c
11297         * src/prefs_customheader.c
11298         * src/prefs_display_header.c
11299         * src/prefs_filtering_action.c
11300         * src/prefs_matcher.c
11301         * src/prefs_toolbar.c
11302         * src/privacy.h
11303         * src/procmime.c
11304         * src/procmime.h
11305         * src/procmsg.h
11306         * src/textview.c
11307         * src/undo.h
11308         * src/common/plugin.c
11309         * src/common/session.h
11310         * src/common/socket.c
11311         * src/common/socket.h
11312         * src/common/template.c
11313         * src/gtk/gtkaspell.c
11314         * src/gtk/quicksearch.h
11315         * src/plugins/pgpcore/passphrase.c
11316         * src/plugins/pgpcore/prefs_gpg.h
11317         * src/plugins/pgpcore/select-keys.c
11318         * src/plugins/pgpcore/select-keys.h
11319         * src/plugins/pgpcore/sgpgme.c
11320         * src/plugins/pgpinline/pgpinline.c
11321         * src/plugins/pgpmime/pgpmime.c
11322         * src/plugins/trayicon/trayicon.c
11323                 fix compilation warnings
11324                 Patch by Daniel Gustafson
11325
11326 2005-09-14 [paul]       1.9.14cvs25
11327
11328         * src/addressbook.c
11329                 add missing column header, and other small
11330                 bug fixes
11331                 Patch by Anders Hammar
11332
11333 2005-09-13 [colin]      1.9.14cvs24
11334
11335         * src/gtk/gtkaspell.c
11336                 Fix non-utf8 in menu
11337                 Fix little leaks
11338                 Nullify struct members after free()s
11339
11340 2005-09-13 [colin]      1.9.14cvs23
11341
11342         * src/compose.c
11343                 Test utf8 compliance before inserting to 
11344                 buffer, and try to convert if necessary
11345         * src/procmime.c
11346                 If no charset is present, use the locale 
11347                 one instead of us-ascii
11348         * src/procmsg.c
11349                 Add Sender, List-Post and To in the checked 
11350                 headers for automatic rules creation 
11351                 (thanks to wwp)
11352         * src/prefs_themes.c
11353         * src/gtk/gtkaspell.c
11354                 Remove deprecated functions. 
11355                 patch by Daniel Gustafson
11356
11357 2005-09-12 [colin]      1.9.14cvs22
11358
11359         * src/compose.c
11360                 Fix bug #448 (Scrolling/Redraw issue with 
11361                 address-fields in Header)
11362         * src/mainwindow.c
11363         * src/summaryview.c
11364         * src/summaryview.h
11365                 Fix loss of MSG_MARKED on move/copy
11366                 Fix bug #804 (Quicksearch togglebutton doesn't 
11367                 get depressed after '/' key is pressed)
11368
11369 2005-09-12 [paul]       1.9.14cvs21
11370
11371         * AUTHORS
11372         * src/gtk/logwindow.c
11373                 add 'Clear Log' to popup menu
11374                 Patch by Anders Hammar <anders.hammar@telia.com>
11375
11376 2005-09-12 [paul]       1.9.14cvs20
11377
11378         * src/compose.c
11379                 set correct sensitivity on attachments
11380                 popup menu
11381         * src/folder.c
11382                 fix typo
11383         * src/prefs_spelling.c
11384                 fix crash when no LANG env is set
11385         * src/common/xml.c
11386                 fix crash in wizard
11387                 don't use memeory after free
11388
11389         All patches by Daniel Gustafson
11390
11391 2005-09-12 [paul]       1.9.14cvs19
11392
11393         * src/prefs_themes.c
11394                 make theme info selectable
11395         * src/gtk/description_window.c
11396                 make window non-modal
11397         * tools/README
11398                 add details of asus_mailed.sh
11399         * tools/claws.i18n.status.pl
11400                 update for new zh_TW translator
11401                 widen the output
11402                 create alternate coloured lines
11403                 improve readability
11404
11405 2005-09-10 [colin]      1.9.14cvs18
11406
11407         * src/plugins/pgpcore/select-keys.c
11408                 Better order for the buttons
11409
11410 2005-09-10 [colin]      1.9.14cvs17
11411
11412         * src/compose.c
11413         * src/plugins/pgpcore/select-keys.c
11414         * src/plugins/pgpcore/select-keys.h
11415         * src/plugins/pgpcore/sgpgme.c
11416                 Add a "Don't encrypt" button to the key
11417                 selection dialog. Fixes bug #177 (There should be a 
11418                 'Don't encrypt button in the Select Keys dialog)
11419
11420 2005-09-10 [colin]      1.9.14cvs16
11421
11422         * src/compose.c
11423                 Fix bug #572 (%X option does not work with templates)
11424
11425 2005-09-10 [colin]      1.9.14cvs15
11426
11427         * src/toolbar.c 
11428                 Remove g_print
11429
11430 2005-09-10 [colin]      1.9.14cvs14
11431
11432         * src/imap.c
11433                 Fix a possible crash
11434
11435 2005-09-09 [colin]      1.9.14cvs13
11436
11437         * src/imap.c
11438         * src/etpan/imap-thread.c
11439         * src/etpan/imap-thread.h
11440                 Fix moving from queue or drafts to normal folders
11441                 Fix bug #794 (No way to delete without expunging)
11442                 Take flags unset by other mailers into account
11443                 Take deleted flag set by other mailers into account
11444                 Fix unsetting REPLIED flag
11445                 Fix crash when capabilities can't be retrieved
11446         * src/mainwindow.c
11447         * src/mainwindow.h
11448                 Add M_DELAYED_FLAGS condition, and let the user use
11449                 Execute in order to be able to expunge deleted mails,
11450                 even if he's not in delayed execute mode
11451         * src/prefs_spelling.c
11452                 Use 'en' dictionary by default if LANG is POSIX or C
11453         * src/gtk/prefswindow.c
11454                 Fix bug #767 (Preferences windows expanding) by making
11455                 the window a bit larger when the resolution is greater
11456                 than 640x480, and by putting the prefs in a
11457                 GtkScrolledWindow.
11458
11459 2005-09-09 [paul]       1.9.14cvs12
11460
11461         * AUTHORS
11462         * configure.ac
11463         * po/zh_TW.Big5.po      ** REMOVED **
11464         * po/zh_TW.po           ** ADDED **
11465                 updated by Wei-Lun Chao
11466
11467 2005-09-09 [paul]       1.9.14cvs11
11468
11469         * src/mainwindow.c
11470                 fix asserts
11471         * src/common/xml.c
11472                 delay memory allocation until file is
11473                 opened successfully
11474                 Patch by Daniel Gustafson
11475
11476 2005-09-09 [colin]      1.9.14cvs10
11477
11478         * src/imap.c
11479                 Add guards
11480
11481 2005-09-08 [colin]      1.9.14cvs9
11482
11483         * src/compose.c
11484                 Alert when we can't save draft
11485                 Fix various wrap/color issues
11486                 Add mid-click pasting respecting wrap_paste option
11487         * src/folder.c
11488         * src/folder.h
11489         * src/folder_item_prefs.c
11490         * src/folder_item_prefs.h
11491         * src/imap.c
11492         * src/imap_gtk.c
11493         * src/imap_gtk.h
11494         * src/main.c
11495         * src/mainwindow.c
11496         * src/mainwindow.h
11497         * src/news.c
11498         * src/news_gtk.c
11499         * src/news_gtk.h
11500         * src/prefs_folder_item.c
11501                 Fix the impossibility to synchronise folders for
11502                 offline use (IMAP and NNTP are concerned)
11503
11504 2005-09-08 [colin]      1.9.14cvs8
11505
11506         * configure.ac
11507                 Build LDAP and JPilot by default if available
11508         * src/textview.c
11509                 Fix use after free
11510
11511 2005-09-08 [paul]       1.9.14cvs7
11512
11513         * doc/manual/en/sylpheed-1.html
11514         * doc/manual/en/sylpheed-18.html
11515         * doc/manual/en/sylpheed-19.html
11516         * doc/manual/en/sylpheed-4.html
11517         * doc/manual/en/sylpheed-6.html
11518         * doc/manual/en/sylpheed.html
11519                 a few minor updates, plus include some
11520                 details about plugins and their requirements
11521         * src/mainwindow.c
11522                 minor changes to English in /View/Sort
11523
11524 2005-09-07 [colin]      1.9.14cvs6
11525
11526         * doc/manual/en/sylpheed-1.html
11527         * doc/manual/en/sylpheed-10.html
11528         * doc/manual/en/sylpheed-11.html
11529         * doc/manual/en/sylpheed-12.html
11530         * doc/manual/en/sylpheed-13.html
11531         * doc/manual/en/sylpheed-14.html
11532         * doc/manual/en/sylpheed-15.html
11533         * doc/manual/en/sylpheed-16.html
11534         * doc/manual/en/sylpheed-17.html
11535         * doc/manual/en/sylpheed-18.html
11536         * doc/manual/en/sylpheed-19.html
11537         * doc/manual/en/sylpheed-2.html
11538         * doc/manual/en/sylpheed-20.html
11539         * doc/manual/en/sylpheed-21.html
11540         * doc/manual/en/sylpheed-22.html
11541         * doc/manual/en/sylpheed-3.html
11542         * doc/manual/en/sylpheed-4.html
11543         * doc/manual/en/sylpheed-5.html
11544         * doc/manual/en/sylpheed-6.html
11545         * doc/manual/en/sylpheed-7.html
11546         * doc/manual/en/sylpheed-8.html
11547         * doc/manual/en/sylpheed-9.html
11548         * doc/manual/en/sylpheed.html
11549                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11550
11551 2005-09-07 [colin]      1.9.14cvs5
11552
11553         * src/mainwindow.c
11554                 Make labels more to-the-point
11555
11556 2005-09-07 [colin]      1.9.14cvs4
11557
11558         * doc/manual/en/sylpheed-1.html
11559         * doc/manual/en/sylpheed-12.html
11560         * doc/manual/en/sylpheed-13.html
11561         * doc/manual/en/sylpheed-14.html
11562         * doc/manual/en/sylpheed-15.html
11563         * doc/manual/en/sylpheed-16.html
11564         * doc/manual/en/sylpheed-17.html
11565         * doc/manual/en/sylpheed-18.html
11566         * doc/manual/en/sylpheed-19.html
11567         * doc/manual/en/sylpheed-2.html
11568         * doc/manual/en/sylpheed-20.html
11569         * doc/manual/en/sylpheed-21.html
11570         * doc/manual/en/sylpheed-22.html
11571         * doc/manual/en/sylpheed-4.html
11572         * doc/manual/en/sylpheed-5.html
11573         * doc/manual/en/sylpheed-6.html
11574         * doc/manual/en/sylpheed-7.html
11575         * doc/manual/en/sylpheed-8.html
11576         * doc/manual/en/sylpheed-9.html
11577         * doc/manual/en/sylpheed.html
11578                 Update manual
11579
11580 2005-09-07 [colin]      1.9.14cvs3
11581
11582         * doc/faq/en/sylpheed-faq-1.html
11583         * doc/faq/en/sylpheed-faq-2.html
11584         * doc/faq/en/sylpheed-faq-3.html
11585         * doc/faq/en/sylpheed-faq.html
11586                 Update FAQ
11587
11588 2005-09-07 [colin]      1.9.14cvs2
11589
11590         * src/folderview.c
11591         * src/procmsg.c
11592         * src/summaryview.c
11593         * src/toolbar.c
11594                 Fix special subfolders:
11595                 - Inherit parent's icon
11596                 - sent contents of queues subfolders
11597                 - empty subfolders of trashes
11598         * src/mainwindow.c
11599                 Remove outdated manual and faq entries
11600         * src/common/utils.c
11601                 Add quotes around %s coming from mailcap
11602
11603 2005-09-07 [colin]      1.9.14cvs1
11604
11605         * src/compose.c
11606                 After saving draft, set modified to FALSE
11607         * src/mimeview.c
11608         * src/common/utils.c
11609         * src/common/utils.h
11610                 Try to open mime parts using what is 
11611                 indicated in ~/.mailcap or /etc/mailcap,
11612                 if possible.
11613
11614 2005-09-05 [paul]       1.9.14
11615
11616         1.9.14 released
11617
11618         * po/sk.po
11619                 updated by Andrej Kacian
11620
11621 2005-09-05 [paul]       1.9.13cvs83
11622
11623         * po/de.po
11624         * po/es.po
11625         * po/fi.po
11626         * po/fr.po
11627         * po/nb.po
11628         * po/pt_BR.po
11629         * po/sr.po
11630                 updated translations by Thomas Gilgin, Ricardo Mones
11631                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11632                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11633
11634 2005-09-04 [paul]       1.9.13cvs82
11635
11636         * src/compose.c
11637                 only warn about exceeded line length limit
11638                 on send
11639
11640 2005-09-04 [paul]       1.9.13cvs81
11641
11642         * src/compose.c
11643                 fix crash in 'line length exceeded' dialogue
11644
11645 2005-09-02 [paul]       1.9.13cvs80
11646
11647         * src/imap.c
11648                 fix bug 795, 'Connection lost IMAP'
11649                 and add statusbar prints
11650                 Patch by Colin
11651
11652 2005-09-02 [paul]       1.9.13cvs79
11653
11654         * src/compose.c
11655                 compose_wrap_paragraph() becomes
11656                 compose_beautify_paragraph()
11657                 Patch by Colin
11658
11659 2005-09-02 [colin]      1.9.13cvs78
11660
11661         * src/folderview.c
11662                 Micro-fix
11663
11664 2005-09-01 [colin]      1.9.13cvs77
11665
11666         * src/imap.c
11667                 Maybe fix bug #795 (Connection lost IMAP)
11668                 Don't try to send logout when we're disconnected.
11669         * src/summaryview.c
11670                 Include locked and marked emails in HRM
11671                 view. Fixes bug #800 (Locked messages no longer 
11672                 show up when hide read messages is used)
11673
11674 2005-09-01 [paul]       1.9.13cvs76
11675
11676         * src/prefs_common.c
11677                 fix bad cutting
11678
11679 2005-08-31 [colin]      1.9.13cvs75
11680
11681         * src/folderview.c
11682         * src/folderview.h
11683         * src/prefs_summaries.c
11684         * src/summaryview.c
11685                 Fix "go to next new", fix preference
11686                 (Open unread/next swapped)
11687
11688 2005-08-31 [paul]       1.9.13cvs74
11689
11690         * src/compose.c
11691         * src/folderview.c
11692         * src/headerview.c
11693         * src/headerview.h
11694         * src/mainwindow.c
11695         * src/prefs_common.c
11696         * src/prefs_common.h
11697         * src/prefs_fonts.c
11698         * src/summaryview.c
11699         * src/textview.c
11700         * src/common/defs.h
11701                 remove obsolete BOLD_FONT setting
11702                 fix font update in headerview and textview
11703                 headers after prefs change
11704                 Patch By Colin
11705
11706 2005-08-31 [paul]
11707
11708         1.9.14-rc4 released
11709
11710 2005-08-30 [colin]      1.9.13cvs73
11711
11712         * src/summaryview.c
11713                 When Hide read messages is selected and we
11714                 refresh the summaryview, don't remove the 
11715                 currently displayed message. Fixes bug #797
11716                 (Summary view reloads when new mail is 
11717                 downloaded in 1.9.14 rc)
11718
11719 2005-08-30 [colin]      1.9.13cvs72
11720
11721         * src/folderview.c
11722                 Fix flickering
11723         * src/mainwindow.c
11724                 Remove useless callback
11725         * src/mimeview.c
11726         * src/gtk/filesel.c
11727         * src/gtk/filesel.h
11728                 Add a filesel_select_file_save_folder() - used by Save All
11729
11730 2005-08-29 [paul]       1.9.13cvs71
11731
11732         * AUTHORS
11733         * src/matcher_parser_parse.y
11734         * src/etpan/imap-thread.c
11735                 fix building on FreeBSD
11736                 Patch by Daniel Gustafson <daniel@hobbit.se>
11737
11738 2005-08-29 [paul]       1.9.13cvs70
11739
11740         * src/plugins/pgpinline/pgpinline.c
11741                 only initialise sig result if it's been handled
11742                 Patch by Colin
11743
11744 2005-08-29 [paul]       1.9.13cvs69
11745         
11746         Patches by Colin:
11747
11748         * src/imap.c
11749         * src/common.utils.c
11750         * src/common/utils.h
11751                 optimisation
11752         * src/stock_pixmap.h
11753                 fix wrong icon reference
11754         * src/pixmaps/trash_btn.xpm
11755                 replace with nicer image
11756
11757 2005-08-28 [colin]      1.9.13cvs68
11758
11759         * src/Makefile.am
11760         * src/stock_pixmap.c
11761         * src/stock_pixmap.h
11762         * src/toolbar.c
11763         * src/pixmaps/trash_btn.xpm
11764                 Add a specific trash xpm for the button
11765
11766 2005-08-28 [colin]      1.9.13cvs67
11767
11768         * src/imap.c
11769                 Fix leak
11770
11771 2005-08-27 [colin]      1.9.13cvs66
11772
11773         * src/imap.c
11774         * src/procmime.c
11775                 Correctly fix "Problem with replies", fixes
11776                 pgpmime encryption too. 
11777
11778 2005-08-27 [colin]      1.9.13cvs65
11779
11780         * src/folder.c
11781         * src/procmsg.c
11782         * src/procmsg.h
11783         * src/summaryview.c
11784                 Fix bug #517 (messages removed from summaryview 
11785                 when moving fails)
11786
11787 2005-08-27 [colin]      1.9.13cvs64
11788
11789         * tools/Makefile.am
11790         * tools/asus_mailled.sh
11791                 Add a script to blink ASUS laptops' mail LED where there
11792                 is unread mail.
11793
11794 2005-08-27 [colin]      1.9.13cvs63
11795
11796         * src/imap.c
11797         * src/etpan/imap-thread.c
11798         * src/etpan/imap-thread.h
11799                 Implement automatic choosing of login method
11800                 Fixes bug #791
11801         * src/gtk/.cvsignore
11802                 Add sylpheed-marshal.[ch]
11803
11804 2005-08-27 [colin]      1.9.13cvs62
11805
11806         * src/common/utils.c
11807                 Fix confusing perror
11808
11809 2005-08-27 [colin]      1.9.13cvs61
11810
11811         * src/toolbar.c
11812         * src/toolbar.h
11813                 Remove A_DELETE, replace it with 
11814                 A_TRASH and A_DELETE_REAL. Automatically
11815                 rewrite config files to replace A_DELETE
11816                 with A_TRASH (no functionality change).
11817                 Fixes half of #794
11818
11819 2005-08-26 [colin]      1.9.13cvs60
11820
11821         * src/procmime.c
11822                 Previous "Problem with replies" fix brought other
11823                 problems, fixing them
11824
11825 2005-08-26 [colin]      1.9.13cvs59
11826
11827         * src/procmime.c
11828                 Fix "Problem with replies". This happened only
11829                 on IMAP...
11830         * src/procmsg.c
11831                 Factorize code a bit
11832         * src/compose.c
11833                 Speed improvement on very long messages (wrapping)
11834                 Fix signature color on Reedit and Redirect
11835                 On Reedit, don't attach pgp-signatures parts, but
11836                 set signing to On.
11837
11838 2005-08-24 [paul]       1.9.13cvs58
11839
11840         * src/compose.c
11841                 don't claim success when clicking
11842                 Cancel on the passphrase box.
11843                 Patch by Colin
11844
11845 2005-08-24 [paul]       1.9.13cvs57
11846
11847         * src/main.c
11848                 fix misplaced sylpheed.log
11849         * src/common/defs.h
11850                 define UIDL_DIR
11851
11852 2005-08-24 [paul]       1.9.13cvs56
11853
11854         * src/imap.c
11855         * src/etpan/imap-thread.c
11856         * src/etpan/imap-thread.h
11857                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11858                 Patch by Colin
11859         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11860         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11861                 remove autogenerated files
11862         * tools/kdeservicemenu/README
11863         * tools/kdeservicemenu/install.sh
11864         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11865         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11866                 use Claws icon, use 'Sylpheed-Claws' in menu,
11867                 use kdialog, and other cleanups
11868
11869 2005-08-23 [paul]       1.9.13cvs55
11870
11871         * src/compose.c
11872                 fix paste/wrap crash
11873                 Patch by Colin
11874
11875 2005-08-23 [paul]       1.9.13cvs54
11876
11877         * src/main.c
11878                 fix crash recovery
11879                 Patch by Colin
11880
11881 2005-08-23 [paul]       1.9.13cvs53
11882
11883         * src/addressbook.c
11884         * src/editaddress.c
11885                 view all data of LDAP contacts
11886                 Patch by Colin
11887
11888 2005-08-23 [paul]       1.9.13cvs52
11889
11890         * src/addressbook.c
11891                 fix issues with the Search field
11892                 Patch by Colin
11893
11894 2005-08-22 [paul]       1.9.13cvs51
11895
11896         * src/folderview.c
11897                 put name of folder in processing dialog
11898                 title
11899         * src/prefs_folder_item.c
11900                 improve english usage
11901
11902 2005-08-22 [paul]       1.9.13cvs50
11903
11904         * src/filtering.c
11905         * src/filtering.h
11906         * src/matcher.c
11907         * src/matcher_parser_lex.l
11908         * src/matcher_parser_parse.y
11909         * src/prefs_filtering.c
11910                 add Filtering/Processing rule names feature.
11911                 (the incompatible old matcherrc is saved as
11912                 matcherrc.pre_names).
11913                 Patch by Colin
11914
11915 2005-08-22 [paul]       1.9.13cvs49
11916
11917         * src/procmsg.c
11918                 fix colour labelling
11919                 Patch by Colin
11920
11921 2005-08-22 [paul]       1.9.13cvs48
11922
11923         * src/textview.c
11924                 fix open_image_cb()
11925
11926 2005-08-22 [paul]       1.9.13cvs47
11927
11928         * src/imap.c
11929                 fix bug 789, 'SC crashes with imap (CVS ver)'
11930                 Patch by Colin
11931
11932 2005-08-22 [paul]       1.9.13cvs46
11933
11934         * src/mimeview.c
11935         * src/prefs_common.c
11936         * src/common/defs.h
11937                 define reused defaults in defs.h
11938         * src/textview.c
11939                 add 'Open image' to image popup menu
11940
11941 2005-08-21 [colin]      1.9.13cvs45
11942
11943         * src/summaryview.c
11944                 Fix bug #788 (Bogus "From" address displayed)
11945
11946 2005-08-20 [colin]      1.9.13cvs44
11947
11948         * src/folder.c
11949                 Fix buf #787 (multilevel delete causes SIGSEGV)
11950
11951 2005-08-19 [colin]      1.9.13cvs43
11952
11953         * src/inc.c
11954         * src/prefs_common.c
11955         * src/prefs_common.h
11956                 Add an hidden pref to allow modifying the
11957                 update stepping in incorporation.
11958                 Patch by wwp.
11959
11960 2005-08-19 [colin]      1.9.13cvs42
11961
11962         * src/compose.c
11963         * src/procmime.c
11964                 Workaround for broken MUAs: encode 
11965                 Content-type: name: as ASCII and 
11966                 Content-Disposition: filename: as
11967                 per rfc2231
11968         * src/prefs_account.c
11969                 Fix invisible-ness of SMTP SSL prefs
11970                 in NNTP accounts
11971
11972 2005-08-19 [paul]       1.9.13cvs41
11973
11974         * src/compose.c
11975         * src/prefs_common.c
11976         * src/prefs_common.h
11977         * src/prefs_wrapping.c
11978                 paste with or without wrapping.
11979                 patch by Colin
11980
11981 2005-08-19 [paul]       1.9.13cvs40
11982
11983         * src/prefs_common.c
11984         * src/prefs_common.h
11985         * src/summaryview.c
11986                 reintroduce enable_swap_from as a
11987                 hidden pref. patch by Colin
11988         * src/quote_fmt_parse.y
11989         * src/plugins/clamav/clamav_plugin.c
11990         * src/plugins/dillo_viewer/dillo_viewer.c
11991         * src/plugins/mathml_viewer/mathml_viewer.c
11992         * src/plugins/pgpcore/sgpgme.c
11993         * src/plugins/pgpinline/pgpinline.c
11994         * src/plugins/pgpmime/pgpmime.c
11995                 tidy up. patch by Colin
11996
11997 2005-08-19 [paul]       1.9.13cvs39
11998
11999         * configure.ac
12000                 complete cvs38's sync
12001         * src/editaddress.c
12002         * src/gedit-print.c
12003         * src/mutt.c
12004         * src/etpan/etpan-log.c
12005         * src/etpan/imap-thread.c
12006         * src/gtk/gtksourceprintjob.c
12007                 fix compilation warnings
12008                 (patch by Colin)
12009
12010 2005-08-19 [paul]       1.9.13cvs38
12011
12012         sync with main:
12013
12014         * src/account.c
12015         * src/action.c
12016         * src/addrbook.c
12017         * src/addrcache.c
12018         * src/addrharvest.c
12019         * src/addrindex.c
12020         * src/codeconv.c
12021         * src/compose.c
12022         * src/crash.c
12023         * src/exporthtml.c
12024         * src/exportldif.c
12025         * src/folder.c
12026         * src/image_viewer.c
12027         * src/inc.c
12028         * src/inc.h
12029         * src/jpilot.c
12030         * src/ldif.c
12031         * src/main.c
12032         * src/matcher.c
12033         * src/mbox.c
12034         * src/messageview.c
12035         * src/mh.c
12036         * src/mimeview.c
12037         * src/msgcache.c
12038         * src/mutt.c
12039         * src/news.c
12040         * src/partial_download.c
12041         * src/pine.c
12042         * src/pop.c
12043         * src/prefs_actions.c
12044         * src/prefs_common.c
12045         * src/prefs_customheader.c
12046         * src/prefs_display_header.c
12047         * src/prefs_gtk.c
12048         * src/prefs_themes.c
12049         * src/procheader.c
12050         * src/procmime.c
12051         * src/procmsg.c
12052         * src/recv.c
12053         * src/send_message.c
12054         * src/simple-gettext.c
12055         * src/sourcewindow.c
12056         * src/textview.c
12057         * src/vcard.c
12058         * src/common/defs.h
12059         * src/common/log.c
12060         * src/common/plugin.c
12061         * src/common/prefs.c
12062         * src/common/session.c
12063         * src/common/session.h
12064         * src/common/socket.c
12065         * src/common/socket.h
12066         * src/common/ssl_certificate.c
12067         * src/common/template.c
12068         * src/common/utils.c
12069         * src/common/utils.h
12070         * src/common/xml.c
12071         * src/gtk/about.c
12072         added wrappers for C library function that
12073                 take pathname arguments.
12074                 enabled compilation with MinGW.
12075                 use GDir instead of directly using opendir().
12076                 added rename_force().
12077
12078 2005-08-19 [paul]       1.9.13cvs37
12079         
12080         patches by Colin:
12081         * src/compose.c
12082                 fix privacy settings on re-editing
12083                 a sent message
12084         * src/jpilot.c
12085                 fix encoding bug
12086         * src/folder.c
12087         * src/procmsg.c
12088         * src/procmsg.h
12089         * src/summaryview.c
12090                 flag changing optimisation
12091
12092 2005-08-18 [martin]     1.9.13cvs36
12093
12094         * commitHelper
12095             added my login
12096         * src/addrcache.c
12097         * src/addrharvest.c
12098         * src/addrindex.c
12099         * src/compose.c
12100         * src/grouplistdialog.c
12101         * src/main.c
12102         * src/mainwindow.c
12103         * src/msgcache.c
12104         * src/mutt.c
12105         * src/pine.c
12106         * src/prefs_account.c
12107         * src/prefs_themes.c
12108         * src/stock_pixmap.c
12109         * src/summaryview.c
12110         * src/gtk/about.c
12111         * src/gtk/logwindow.c
12112             removed deprecated glib and gdk stuff
12113         * src/plugins/pgpcore/select-keys.c
12114             convert attributes from locale to utf8
12115
12116 2005-08-17 [paul]       1.9.13cvs35
12117
12118         * src/account.c
12119         * src/addressbook.c
12120                 use new GTK_STOCK_ icons if available
12121         * src/summaryview.c
12122         * src/gtk/gtksctree.c
12123         * src/gtk/gtksctree.h
12124                 faster range select. patch by Colin
12125
12126 2005-08-17 [paul]       1.9.13cvs34
12127
12128         patches by colin:
12129         * src/addressbook.c
12130         * src/addressitem.h
12131                 Add an edit button for contacts, fix selections
12132                 of gtksctree items
12133         * src/editaddress.c
12134                 Change labels, let Save be always possible in the
12135                 email and user atributes tabs
12136         * src/folderview.c
12137                 fix sort issues
12138         * src/summaryview.c
12139                 select next item instead of the displayed one
12140                 after deletion
12141
12142         * src/gtk/progressdialog.c
12143                 use prefs_common.enable_rules_hint
12144
12145 2005-08-13 [hoa]        1.9.13cvs33
12146
12147         * src/etpan/imap-thread.c
12148                 fixed build on Solaris.
12149
12150 2005-08-10 [colin]      1.9.13cvs32
12151
12152         * src/procmsg.c
12153                 Fix cvs31 (missing fclose before reading
12154                 the file)
12155
12156 2005-08-10 [colin]      1.9.13cvs31
12157
12158         * src/procmsg.c
12159                 Fix procmsg_msginfo_new_from_mimeinfo() when
12160                 the MimeInfo isn't stored in memory. This fixes
12161                 replying to an attached message.
12162
12163 2005-08-10 [colin]      1.9.13cvs30
12164
12165         * src/mainwindow.c
12166                 Fix slowness in account changing
12167
12168 2005-08-10 [colin]      1.9.13cvs29
12169
12170         * src/folder.c
12171         * src/folderutils.c
12172         * src/folderview.c
12173         * src/imap_gtk.c
12174         * src/mainwindow.c
12175         * src/mh_gtk.c
12176         * src/procmsg.c
12177         * src/summaryview.c
12178                 Optimize folder_has_parent_of_type
12179                 Prevent moving special sub-folders from contextual menus
12180                 Rework message a bit ("Empty all messages" -> "Delete all
12181                 messages")
12182                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12183                 and "Deleted Items" folders)
12184
12185 2005-08-08 [colin]      1.9.13cvs28
12186
12187         * src/summaryview.c
12188         * src/prefs_summaries.c
12189                 Make "Select first unread|new" more flexible
12190                 (just prioritize new or unread)
12191
12192 2005-08-08 [colin]      1.9.13cvs27
12193
12194         * src/summaryview.c
12195                 If "select first new" is selected and there only
12196                 are unread messages, fallback to "select first
12197                 unread".
12198
12199 2005-08-08 [colin]      1.9.13cvs26
12200
12201         * src/folder.c
12202                 Fix shameful bugs (and bug #779)
12203
12204 2005-08-08 [colin]      1.9.13cvs25
12205
12206         * src/folder.c
12207         * src/folder.h
12208                 Cache parents' type to make folder_has_parent_of_type
12209                 faster
12210         * src/folderview.c
12211                 Forbid DnD of special sub-folders
12212         * src/procmsg.c
12213         * src/procmsg.h
12214                 Add MAIL_POSTFILTERING_HOOK
12215         * src/summaryview.c
12216                 Revert over-zealous deletion of the use_addr_book 
12217                 code
12218
12219 2005-08-07 [colin]      1.9.13cvs24
12220
12221         * src/folder.c
12222                 Fix big mistake (passing MsgInfo instead 
12223                 of FolderItem)
12224
12225 2005-08-07 [colin]      1.9.13cvs23
12226
12227         * src/compose.c
12228         * src/folder.c
12229         * src/folder.h
12230         * src/foldersel.c
12231         * src/folderutils.c
12232         * src/folderview.c
12233         * src/imap.c
12234         * src/mainwindow.c
12235         * src/messageview.c
12236         * src/mh.c
12237         * src/msgcache.c
12238         * src/procmime.c
12239         * src/summaryview.c
12240                 Make subfolders of Drafts, Queue, Outbox, Trash
12241                 work like their parents. 
12242                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12243
12244 2005-08-07 [colin]      1.9.13cvs22
12245
12246         * src/addressbook.c
12247                 Fix bug #771 (Dragged contacts not saved)
12248
12249 2005-08-07 [paul]       1.9.13cvs21
12250
12251         * src/summaryview.c
12252                 fix bug 32 'Search Doesn't display results
12253                 if "Hide Read Messages" is chosen'
12254                 be more literal in interpreting 'Hide read
12255                 messages'
12256
12257 2005-08-07 [colin]      1.9.13cvs20
12258
12259         * src/folderview.c
12260                 Add debug
12261         * src/summaryview.c
12262                 Faster 'unthread_for_execution'
12263
12264 2005-08-06 [paul]       1.9.13cvs19
12265
12266         * src/mainwindow.c
12267                 add mnemonics to Set displayed columns
12268                 fix bug where msgview_visible option was
12269                 overwritten as TRUE on startup
12270
12271 2005-08-06 [paul]       1.9.13cvs18
12272
12273         * src/mainwindow.c
12274                 refer to 'displayed columns in folder/message
12275                 list' not 'displayed items in summary/message view'
12276         * src/prefs_display_header.c
12277                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12278                 be consistent with similar dialogues
12279         * src/prefs_folder_column.c
12280         * src/prefs_summary_column.c
12281                 'columns' not 'items', and folder and message lists,
12282                 instead of folder and summary views;
12283                 Use 'Hidden columns' as list heading not 'Available
12284                 items';
12285                 move the 'Remove' button to the right hand side;
12286                 top-align the buttons;
12287                 remove unneeded vbox
12288         * src/prefs_summaries.c
12289                 put the 2 column prefs buttons in a frame to reduce
12290                 overall width; refer to columns not items &c.
12291
12292 2005-08-05 [colin]      1.9.13cvs17
12293
12294         * src/prefs_common.c
12295         * src/prefs_common.h
12296         * src/mainwindow.c
12297         * src/compose.c
12298         * src/messageview.c
12299                 Add an hidden toolbar_detachable pref, so
12300                 that I can get rid of these painful handles
12301                 in the toolbars. Defaults to TRUE to avoid
12302                 changing the GUI on unsuspecting people...
12303
12304 2005-08-05 [colin]      1.9.13cvs16
12305
12306         * src/Makefile.am
12307         * src/prefs_folder_column.c
12308         * src/prefs_folder_column.h
12309                 Add prefs for folder columns
12310         * src/folderview.c
12311         * src/folderview.h
12312         * src/mainwindow.c
12313         * src/mainwindow.h
12314         * src/prefs_common.c
12315         * src/prefs_common.h
12316         * src/prefs_summaries.c
12317                 Use them
12318         * src/prefs_summary_column.c
12319         * src/summaryview.c
12320         * src/summaryview.h
12321                 Add a To column
12322         * src/textview.c
12323         * src/common/utils.c
12324         * src/common/utils.h
12325                 Move uri colourisation functions
12326                 to utils
12327         * src/compose.c
12328                 Colourise URIs
12329         * src/imap.c
12330                 Fix bug with LIST where we'd try
12331                 to get Folder//////[...]/// 
12332
12333 2005-08-05 [paul]       1.9.13cvs15
12334
12335         * src/prefs_summaries.c
12336                 improve the English usage
12337         * src/summaryview.c
12338                 set font on column change
12339                 thanks to Colin
12340
12341 2005-08-05 [paul]       1.9.13cvs14
12342
12343         * src/prefs_common.c
12344         * src/prefs_common.h
12345         * src/prefs_summaries.c
12346         * src/summaryview.c
12347                 replace 'open_unread_on_enter' option with
12348                 'select_on_entry' option. opening/not opening
12349                 is now exclusively controlled by 'always_show_msg'
12350
12351 2005-08-04 [colin]      1.9.13cvs13
12352
12353         * src/compose.c
12354                 Remove dead code
12355                 Add colourisation of quotes and signatures
12356         * src/folderview.c
12357                 Fix possible crashes
12358         * src/messageview.c
12359                 Change an assert that is no problem
12360         * src/news.c
12361         * src/news_gtk.c
12362         * src/news_gtk.h
12363                 Fix offline mode
12364         * src/gtk/quicksearch.c
12365                 Fix a possible crash
12366
12367 2005-08-03 [colin]      1.9.13cvs12
12368
12369         * src/prefs_account.c
12370                 Fix bug #777 (Sylpheed crash in account configuration)
12371
12372 2005-08-03 [colin]      1.9.13cvs11
12373
12374         * src/addressbook.c
12375         * src/editaddress.c
12376         * src/editgroup.c
12377                 Fixing addressbook, round 2
12378         * src/textview.c
12379                 Fix emphasis color on rechecking 'Colorize messages'
12380
12381 2005-08-03 [paul]       1.9.13cvs10
12382
12383         sync with main
12384
12385         * src/addr_compl.c
12386         * src/compose.c
12387         * src/main.c
12388         * src/pop.c
12389         * src/prefs_account.c
12390         * src/procmime.c
12391         * src/procmsg.c
12392         * src/quote_fmt_parse.y
12393         * src/textview.c
12394         * src/common/quoted-printable.c
12395         * src/common/utils.c
12396         * src/common/utils.h
12397         * src/common/xml.c
12398                 replaced incorrect locale-independent
12399                 ctype functions with GLib's. Corrected
12400                 signedness mismatch.
12401         * src/headerview.c
12402                 headerview_create(): added spacing for vbox.
12403         * src/gtk/about.c
12404                 set focus to the OK button.
12405
12406 2005-08-03 [colin]      1.9.13cvs9
12407
12408         * src/folderview.c
12409                 Fix possible crash
12410
12411 2005-08-02 [colin]      1.9.13cvs8
12412
12413         * src/mainwindow.c
12414                 Fix cast
12415         * src/addressbook.c
12416         * src/addressitem.h
12417                 Fix a cast and more generally, try to make the
12418                 GUI more intuitive and consistent (round 1)
12419
12420 2005-08-02 [paul]       1.9.13cvs7
12421
12422         * src/folder.h
12423                 missing in 1.9.13cvs6
12424
12425 2005-08-02 [colin]      1.9.13cvs6
12426
12427         * src/folder.c
12428                 Fix one more leak
12429
12430 2005-08-02 [colin]      1.9.13cvs5
12431
12432         * src/folder.c
12433         * src/folderview.c
12434         * src/imap.c
12435         * src/main.c
12436         * src/mbox.c
12437         * src/procmsg.c
12438         * src/summaryview.c
12439                 Fix a number of folder_item_get_msg_list()-related
12440                 leaks (missing procmsg_msginfo_free()s)
12441
12442 2005-08-01 [colin]      1.9.13cvs4
12443
12444         * src/folderview.c
12445         * src/folderview.h
12446         * src/mainwindow.c
12447         * src/prefs_fonts.c
12448         * src/prefs_summaries.c
12449         * src/prefs_themes.c
12450         * src/summaryview.c
12451         * src/summaryview.h
12452         * src/textview.c
12453         * src/textview.h
12454                 Fix instant-apply of summary and folderview-related prefs
12455                 Fix erroneous g_free and alertpanels in prefs_theme
12456                 Add instant-apply for fonts
12457                 Defer applying of prefs a little bit so it's done only
12458                 once even if requested by multiples prefs pages
12459
12460 2005-08-01 [paul]       1.9.13cvs3
12461
12462         * src/main.c
12463                 fix bug 776 'S.C. crashes on close'
12464                 thanks to Colin
12465         * src/etpan/etpan-thread-manager-types.h
12466                 add missing include
12467                 thanks to Hoa
12468
12469 2005-07-25 [paul]       1.9.13cvs2
12470
12471         * src/summaryview.c
12472                 fix typos. spotted by Fabien Vantard
12473
12474 2005-07-24 [paul]       1.9.13cvs1
12475
12476         * doc/man/sylpheed.1
12477                 update man page, incorporating fix of
12478                 bug 769 'Typo in manpage'
12479         * src/etpan/imap-thread.c
12480                 fix NetBSD openssl dependencies. patch by
12481                 George Michaelson <ggm@apnic.net>
12482         * po/pt_BR.po
12483                 updated by Frederico Goncalves Guimaraes
12484
12485 2005-07-22 [paul]       1.9.13
12486
12487         1.9.13 release
12488
12489 2005-07-22 [paul]       1.9.12cvs91
12490
12491         * AUTHORS
12492         * INSTALL
12493         * README.claws
12494         * RELEASE_NOTES.claws
12495                 updated for release
12496         * configure.ac
12497         * po/nb.po
12498         * tools/claws.i18n.status.pl
12499                 add Norwegian translation. submiited by
12500                 Geir Helland <pjallabais@users.sourceforge.net>
12501         * po/ca.po
12502         * po/de.po
12503         * po/es.po
12504         * po/fi.po
12505         * po/fr.po
12506         * po/it.po
12507         * po/sk.po
12508         * po/sr.po
12509         * po/zh_CN.po
12510                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12511                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12512                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12513                 Yang Guilong
12514         * src/plugins/clamav/clamav_plugin_gtk.c
12515         * src/plugins/spamassassin/spamassassin_gtk.c
12516                 replace outdated description strings
12517
12518 2005-07-21 [colin]      1.9.12cvs90
12519
12520         * src/folder.c
12521                 Set folder to batch mode when scanning it. Makes deletion
12522                 of unread mails on IMAP much faster (due to the UNREAD 
12523                 flag unsetting)
12524
12525 2005-07-21 [darko]      1.9.12cvs89
12526
12527         * configure.ac
12528                 link against libresolv if necessary (patch by Paul)
12529         * src/msgcache.c
12530                 use glib's portable macros to determine endianness
12531
12532 2005-07-21 [paul]       1.9.12cvs88
12533
12534         * src/crash.c
12535         * src/gtk/about.c
12536                 update compiled-in features list
12537
12538 2005-07-20 [colin]      1.9.12cvs87
12539
12540         * src/folder.c
12541         * src/textview.c
12542                 Gcc 2.9x compilation fixes, thanks to Darko
12543         * src/plugins/clamav/clamav_plugin.c
12544                 Little optimisation: load virus database only once
12545         * src/plugins/spamassassin/spamassassin.c
12546                 Big optimisation: filtering one mail took at least 1 second,
12547                 now it takes at least 50ms. Doesn't speed up spamassassin 
12548                 itself, but should already be much more tolerable.
12549
12550 2005-07-20 [colin]      1.9.12cvs86
12551
12552         * src/summaryview.c
12553                 Fix performance issue
12554
12555 2005-07-19 [colin]      1.9.12cvs85
12556
12557         * src/plugins/pgpinline/plugin.c
12558                 Fix warning
12559
12560 2005-07-19 [colin]      1.9.12cvs84
12561
12562         * configure.ac
12563         * src/plugins/Makefile.am
12564         * src/plugins/pgpinline/.cvsignore
12565         * src/plugins/pgpinline/Makefile.am
12566         * src/plugins/pgpinline/pgpinline.c
12567         * src/plugins/pgpinline/pgpinline.deps
12568         * src/plugins/pgpinline/pgpinline.h
12569         * src/plugins/pgpinline/plugin.c
12570                 Put pgpinline in the main tree
12571
12572 2005-07-19 [paul]       1.9.12cvs83
12573
12574         * src/prefs_actions.c
12575                 prevent '//' in menu names, which cause a crash
12576                 thanks to Colin
12577
12578 2005-07-19 [paul]       1.9.12cvs82
12579
12580         * configure.ac
12581                 be generally more informative in configure output.
12582                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12583                 '[ --disable-openssl ...', as --enable-openssl is default
12584                 PGP/MIME: don't check for GPGME again, check for
12585                 pgpcore instead. Therefore prevent the possibility of
12586                 attempting to build pgpmime if pgpcore dependencies are
12587                 not met
12588                 ClamAV: use pkgconfig to check for lib
12589                 libgnomeprint: revert logic on inner test to match
12590                 everything else
12591         * src/plugins/pgpcore/sgpgme.c
12592                 add missing include
12593
12594 2005-07-19 [colin]      1.9.12cvs81
12595
12596         * src/summaryview.c
12597                 Fix slow thread rebuilding in particular
12598                 cases
12599
12600 2005-07-19 [paul]       1.9.12cvs80
12601
12602         * sylpheed-claws.desktop
12603                 fix typo, spotted by Stephan Sachse
12604         * src/account.c
12605                 replace GTK_STOCK_ADD with
12606                 GTK_STOCK_NEW button
12607
12608 2005-07-18 [colin]      1.9.12cvs79
12609
12610         * src/etpan/imap-thread.c
12611                 Fix return value (Thanks Hoa)
12612
12613 2005-07-18 [colin]      1.9.12cvs78
12614
12615         * src/imap.c
12616                 Allow empty passwords
12617                 Create drafts/queue/outbox if necessary
12618         * src/summaryview.c
12619                 Remove old code
12620         * src/etpan/imap-thread.c
12621                 Fix STARTTLS (Thanks to Hoa)
12622
12623 2005-07-18 [paul]       1.9.12cvs77
12624
12625         * ChangeLog-gtk2.jp
12626         * ChangeLog.jp
12627                 removed
12628         * Makefile.am
12629                 updated to reflect additions and removals
12630         * TODO
12631                 updated to be claws-specific
12632         * TODO-gtk2
12633         * TODO-gtk2.jp
12634         * TODO.jp
12635         * sylpheed-128x128.png
12636         * sylpheed-64x64.png
12637                 removed
12638         * sylpheed-claws-128x128.png
12639         * sylpheed-claws-64x64.png
12640         * sylpheed-claws.desktop
12641         * sylpheed-claws.png
12642                 added
12643         * sylpheed.desktop
12644         * sylpheed.png
12645                 removed
12646
12647 2005-07-17 [paul]       1.9.12cvs76
12648
12649         * src/account.c
12650         * src/addressbook.c
12651         * src/alertpanel.c
12652         * src/alertpanel.h
12653         * src/compose.c
12654         * src/exphtmldlg.c
12655         * src/expldifdlg.c
12656         * src/folderview.c
12657         * src/imap_gtk.c
12658         * src/inc.c
12659         * src/message_search.c
12660         * src/messageview.c
12661         * src/mh_gtk.c
12662         * src/news_gtk.c
12663         * src/prefs_actions.c
12664         * src/prefs_filtering.c
12665         * src/prefs_matcher.c
12666         * src/prefs_template.c
12667         * src/prefs_themes.c
12668         * src/ssl_manager.c
12669         * src/summary_search.c
12670         * src/textview.c
12671         * src/toolbar.c
12672         * src/gtk/sslcertwindow.c
12673         * src/plugins/pgpcore/sgpgme.c
12674                 rework alertpanels
12675
12676 2005-07-17 [colin]      1.9.12cvs75
12677
12678         * src/privacy.c
12679                 add a PrivacySystem accessor that checks that
12680                 the system cached in a MimeInfo's privacydata
12681                 is still registered. Use this accessor instead
12682                 of directly using data->system. Fixes crashes
12683                 after unloading pgp plugins.
12684
12685 2005-07-17 [colin]      1.9.12cvs74
12686
12687         * src/alertpanel.c
12688                 Change geometry hints to a simple default size.
12689                 Fixes the certs dialogs.
12690
12691 2005-07-17 [colin]      1.9.12cvs73
12692
12693         * src/gtk/sslcertwindow.c
12694                 Use a gtkExpander
12695
12696 2005-07-17 [colin]      1.9.12cvs72
12697
12698         * src/plugins/pgpcore/Makefile.am
12699         * src/plugins/pgpmime/Makefile.am
12700                 Add gpgme libs
12701
12702 2005-07-17 [paul]       1.9.12cvs71
12703
12704         * configure.ac
12705                 add --disable-gnomeprint option
12706                 modified version of patch by Marius Mauch
12707
12708 2005-07-17 [paul]       1.9.12cvs70
12709
12710         * src/common/defs.h
12711                 update urls
12712         * src/account.c
12713         * src/action.c
12714         * src/addressbook.c
12715         * src/compose.c
12716         * src/foldersel.c
12717         * src/folderview.c
12718         * src/html.c
12719         * src/imap_gtk.c
12720         * src/main.c
12721         * src/mainwindow.c
12722         * src/messageview.c
12723         * src/mh_gtk.c
12724         * src/mimeview.c
12725         * src/news_gtk.c
12726         * src/prefs_account.c
12727         * src/prefs_send.c
12728         * src/prefs_summaries.c
12729         * src/procmsg.c
12730         * src/summaryview.c
12731         * src/common/utils.c
12732         * src/common/xml.c
12733         * src/plugins/pgpcore/passphrase.c
12734         * src/plugins/pgpcore/select-keys.c
12735                 replace inappropriately used backticks
12736                 with single quotes
12737
12738 2005-07-16 [colin]      1.9.12cvs69
12739
12740         * src/image_viewer.c
12741                 Add extra paranoid checks
12742
12743 2005-07-16 [colin]      1.9.12cvs68
12744
12745         * src/plugins/pgpcore/prefs_gpg.c
12746                 Don't auto-check sigs by default, as it
12747                 can be really slow.
12748
12749 2005-07-16 [colin]      1.9.12cvs67
12750
12751         * src/plugins/pgpcore/sgpgme.c
12752                 Make messages a bit better.
12753
12754 2005-07-16 [colin]      1.9.12cvs66
12755
12756         * src/imap.c
12757                 Remove pseudo-log
12758         * src/etpan/imap-thread.c
12759                 Add real log
12760
12761 2005-07-16 [colin]      1.9.12cvs65
12762
12763         * src/main.c
12764         * src/prefs_other.c
12765                 And now, fix build with libetpan :-/
12766
12767 2005-07-15 [colin]      1.9.12cvs64
12768
12769         * src/prefs_other.c
12770                 Continue fixing build without libetpan.
12771
12772 2005-07-15 [colin]      1.9.12cvs63
12773
12774         * src/main.c
12775                 Fix build with --disable-libetpan
12776
12777 2005-07-15 [colin]      1.9.12cvs62
12778
12779         * configure.ac
12780                 Bump libetpan's version
12781
12782 2005-07-15 [colin]      1.9.12cvs61
12783
12784         * src/etpan/imap-thread.c
12785                 Actually stop logging :)
12786
12787 2005-07-15 [colin]      1.9.12cvs60
12788
12789         * src/addressbook.c
12790                 Fix dnd of multiple addresses.
12791
12792 2005-07-15 [hoa]        1.9.12cvs59
12793
12794         * src/etpan/imap-thread.c
12795             disable login of IMAP password in libetpan log file.
12796
12797 2005-07-15 [paul]       1.9.12cvs58
12798
12799         * src/account.c
12800                 don't automatically sort
12801                 do allow drag n drop
12802
12803 2005-07-15 [paul]       1.9.12cvs57
12804
12805         * src/account.c
12806         * src/ssl_manager.c
12807                 alphabetical listing
12808
12809 2005-07-15 [paul]       1.9.12cvs56
12810
12811         * src/gtk/pluginwindow.c
12812                 sort plugin list alphabetically
12813
12814 2005-07-15 [paul]       1.9.12cvs55
12815
12816         * src/prefs_spelling.c
12817         * src/prefs_wrapping.c
12818                 unify English usage
12819
12820 2005-07-15 [colin]      1.9.12cvs54
12821
12822         * src/wizard.c
12823                 Typo fix
12824
12825 2005-07-15 [paul]       1.9.12cvs53
12826
12827         * src/prefs_message.c
12828                 make 'show cursor' a hidden option
12829
12830 2005-07-14 [colin]      1.9.12cvs52
12831
12832         * src/plugins/spamassassin/Makefile.am
12833         * src/plugins/clamav/Makefile.am
12834                 Fix double EXTRA_DISTs
12835
12836 2005-07-14 [colin]      1.9.12cvs51
12837
12838         * src/plugins/clamav/Makefile.am
12839         * src/plugins/clamav/clamav_plugin_gtk.deps
12840         * src/plugins/spamassassin/Makefile.am
12841         * src/plugins/spamassassin/spamassassin_gtk.deps
12842                 Make $plugin_gtk depend on $plugin
12843
12844 2005-07-14 [hoa]        1.9.12cvs50
12845
12846         * src/etpan/imap-thread.c
12847                 enable debug log of libetpan when running with --debug
12848
12849 2005-07-14 [colin]      1.9.12cvs49
12850
12851         * configure.ac
12852         * src/common/Makefile.am
12853         * src/common/plugin.c
12854         * src/common/plugin.h
12855                 Add a little plugin dependancy system.
12856                 Plugins can ship a $plugin_name.deps file
12857                 (near them in PLUGINDIR) so that their
12858                 dependancies are loaded if possible.
12859         * src/plugins/Makefile.am
12860         * src/plugins/pgpcore/Makefile.am
12861         * src/plugins/pgpcore/passphrase.c
12862         * src/plugins/pgpcore/passphrase.h
12863         * src/plugins/pgpcore/plugin.c
12864         * src/plugins/pgpcore/prefs_gpg.c
12865         * src/plugins/pgpcore/prefs_gpg.h
12866         * src/plugins/pgpcore/select-keys.c
12867         * src/plugins/pgpcore/select-keys.h
12868         * src/plugins/pgpcore/sgpgme.c
12869         * src/plugins/pgpcore/sgpgme.h
12870                 Introduce pgpcore, used by pgpmime and
12871                 pgpinline
12872         * src/plugins/pgpmime/Makefile.am
12873         * src/plugins/pgpmime/passphrase.c
12874         * src/plugins/pgpmime/passphrase.h
12875         * src/plugins/pgpmime/pgpmime.c
12876         * src/plugins/pgpmime/pgpmime.deps
12877         * src/plugins/pgpmime/plugin.c
12878         * src/plugins/pgpmime/prefs_gpg.c
12879         * src/plugins/pgpmime/prefs_gpg.h
12880         * src/plugins/pgpmime/select-keys.c
12881         * src/plugins/pgpmime/select-keys.h
12882         * src/plugins/pgpmime/sgpgme.c
12883         * src/plugins/pgpmime/sgpgme.h
12884                 Remove the core from pgpmime and add the
12885                 dependancy to pgpcore.
12886
12887 2005-07-14 [paul]       1.9.12cvs48
12888
12889         * src/stock_pixmap.c
12890                 forgot this in last commit
12891
12892 2005-07-14 [paul]       1.9.12cvs47
12893
12894         * src/account.c
12895         * src/addressbook.c
12896                 add accelerators for the buttons (sync with main)
12897         * src/compose.c
12898         * src/compose.h
12899                 add accelerators for the buttons.
12900                 fix editing with external editor.
12901                 replace gdk_input_*() with GIOChannel;
12902                 (sync with main)
12903         * src/foldersel.c
12904                 display folder names with new/unread
12905                 representation (sync with main)
12906         * src/main.c
12907                 specify default window icon (sync with main)
12908         * src/prefs_common.c
12909                 use_addr_book default to FALSE
12910         * src/summaryview.c
12911         * src/textview.c
12912                 add accelerators for the buttons (sync with main)
12913         * src/gtk/menu.c
12914                 fix typos
12915         * src/pixmaps/sylpheed_icon.xpm
12916                 updated
12917
12918 2005-07-13 [paul]       1.9.12cvs46
12919
12920         * src/plugins/pgpmime/pgpmime.c
12921         * src/plugins/pgpmime/sgpgme.c
12922                 (temporarily) use deprecated gpgme_data_rewind()
12923                 while largefile support is not present
12924                 (as suggested by Colin)
12925
12926 2005-07-13 [paul]       1.9.12cvs45
12927
12928         * configure.ac
12929                 remove large file support (for now):
12930                 it breaks too many things
12931
12932 2005-07-13 [paul]       1.9.12cvs44
12933
12934         * configure.ac
12935                 add large file support
12936         * src/html.c
12937                 fix bug #763 where href attribute was not
12938                 the very first attribute of a link
12939                 patch by Thomas Gilgin
12940
12941 2005-07-13 [colin]      1.9.12cvs43
12942
12943         * src/gtk/pluginwindow.c
12944                 Little portability fix
12945
12946 2005-07-13 [colin]      1.9.12cvs42
12947
12948         * src/plugins/pgpmime/sgpgme.c
12949                 Fix crasher.
12950
12951 2005-07-13 [colin]      1.9.12cvs41
12952
12953         * src/plugins/pgpmime/pgpmime.c
12954         * src/plugins/pgpmime/sgpgme.c
12955                 Use gpgme_data_release_and_get_mem instead
12956                 of gpgme_data_read.
12957
12958 2005-07-13 [colin]      1.9.12cvs40
12959
12960         * configure.ac
12961         * src/plugins/pgpmime/passphrase.c
12962         * src/plugins/pgpmime/passphrase.h
12963         * src/plugins/pgpmime/pgpmime.c
12964         * src/plugins/pgpmime/plugin.c
12965         * src/plugins/pgpmime/select-keys.c
12966         * src/plugins/pgpmime/select-keys.h
12967         * src/plugins/pgpmime/sgpgme.c
12968         * src/plugins/pgpmime/sgpgme.h
12969                 Port pgpmime to gpgme-1.0.
12970
12971 2005-07-12 [paul]       1.9.12cvs39
12972
12973         * AUTHORS
12974         * src/toolbar.c
12975         * src/toolbar.h
12976                 add a 'Go to Prev' button to the toolbar.
12977                 correct tooltip text of go to buttons.
12978                 based on patch by Yang Guilong <bamanzi@gmail.com>
12979
12980 2005-07-12 [colin]      1.9.12cvs38
12981
12982         * src/statusbar.c
12983                 Fix progress bar showing stuff at startup.
12984
12985 2005-07-12 [paul]       1.9.12cvs37
12986
12987         * src/editjpilot.c
12988                 fix building with jpilot support
12989
12990 2005-07-11 [colin]      1.9.12cvs36
12991
12992         * src/inc.c
12993                 Add visual indication that filtering is running
12994         * src/textview.c
12995                 Make {}[] uri delimiters
12996         * src/summaryview.c
12997                 Remove useless (and slow) calls
12998
12999 2005-07-11 [paul]       1.9.12cvs35
13000
13001         * src/plugins/clamav/clamav_plugin_gtk.c
13002         * src/plugins/dillo_viewer/dillo_prefs.c
13003         * src/plugins/pgpmime/prefs_gpg.c
13004         * src/plugins/spamassassin/spamassassin_gtk.c
13005                 gather plugins prefs together under their
13006                 own 'Plugins' heading
13007
13008 2005-07-11 [paul]       1.9.12cvs34
13009
13010         sync with main
13011
13012         * src/account.c
13013                 account_delete(): modified alert dialog
13014         * src/editjpilot.c
13015         * src/editvcard.c
13016                 fixed a crash when cancelling file selection
13017                 dialog by Escape key. Made non-ascii filename
13018                 selectable.
13019         * src/prefs_template.c
13020                 prefs_template_window_create(): make scrolled
13021                 window policy AUTOMATIC
13022
13023 2005-07-10 [hoa]        1.9.12cvs33
13024
13025         * src/etpan/imap-thread.c
13026                 workaround for old Courier IMAP servers.
13027
13028 2005-07-10 [colin]      1.9.12cvs32
13029
13030         * src/folder.c
13031         * src/statusbar.c
13032         * src/statusbar.h
13033                 Add visual progress indicator on filtering/processing
13034                 Factorize the progress bar code
13035         * src/imap.c
13036         * src/imap.h
13037         * src/etpan/imap-thread.c
13038                 Add a reference counter to avoid destroying the Folder
13039                 while it's in use by another callback.
13040
13041 2005-07-09 [hoa]        1.9.12cvs31
13042
13043         * src/imap.c
13044         * src/etpan/imap-thread.c
13045                 fixed deadlock when removing IMAP account.
13046
13047 2005-07-08 [colin]      1.9.12cvs30
13048
13049         * src/textview.c
13050         * src/unmime.c
13051                 Fix again problems decoding broken headers
13052         * src/gtk/inputdialog.c
13053                 Fix local variable shadowing a global one
13054
13055 2005-07-08 [colin]      1.9.12cvs29
13056
13057         * src/msgcache.c
13058                 Make the cache/mark files platform-agnostic by writing
13059                 them in little-endian format. Reading them is also done
13060                 in little-endian format, of course; however, in order
13061                 to avoid trashing mark data on big-endian machines, the
13062                 files are, at first, read from the native format if the
13063                 little-endian one doesn't exist. This is easy to deter-
13064                 mine by trying to open a file with a swapped data_ver
13065                 and seeing if it's the wanted version.
13066                 Little-endian using users should see absolutely no
13067                 difference, Big-endian users may get a very little
13068                 performance drop due to byte-swapping.
13069                 Tested on i386 and ppc32. 
13070                 Fixes bug #159 (The index file, in the mailboxes, is 
13071                 hardware depending).
13072
13073                 To have the cache/mark files updated to the new little-
13074                 endian format, "Check for new messages" or even
13075                 "Rebuild folder tree" aren't enough. Files will be
13076                 updated as soon as a folder has been opened/closed.
13077                 To update everything, just select all folders by
13078                 selecting them one by one.
13079
13080 2005-07-07 [colin]      1.9.12cvs28
13081
13082         * src/imap.c
13083                 Remember the folder separator per IMAPFolder
13084                 instead of globally.
13085                 Revive the Session on noop; fixes bug #761
13086                 (mark a bunch of unread messages as read takes 
13087                 forever)
13088
13089 2005-07-07 [darko]      1.9.12cvs27
13090
13091         * src/common/template.c
13092                 Sort templates alphabetically
13093
13094 2005-07-06 [colin]      1.9.12cvs26
13095
13096         * src/imap.c
13097                 Try to use the correct separator in
13098                 most cases. Possibly fixes bug #759
13099                 (only creates the INBOX folder when 
13100                 setting up new IMAP account) and 
13101                 bug #760 (Can't retrieve messages)
13102
13103 2005-07-06 [colin]      1.9.12cvs25
13104
13105         * src/imap.c
13106                 Use real_path in status command. This will
13107                 help later, when namespaces will be used.
13108
13109 2005-07-06 [colin]      1.9.12cvs24
13110
13111         * configure.ac
13112         * src/account.c
13113         * src/folder.c
13114         * src/imap.c
13115         * src/etpan/etpan-log.c
13116         * src/etpan/etpan-thread-manager.c
13117         * src/etpan/imap-thread.c
13118                 Add a --disable-libetpan parameter. With this,
13119                 users that don't want IMAP4 support can avoid
13120                 the new dependancy (and have no IMAP support).
13121                 Users that have IMAP4 accounts and use this
13122                 parameter won't lose their configuration, their
13123                 IMAP accounts will just be invisible and not
13124                 used.
13125         * src/textview.c
13126                 Make the "Copy ..." contextual menu items 
13127                 copy to both the X clipboard and the gtk 
13128                 clipboard - as most other apps do.
13129         * src/gtk/about.c
13130                 Add a notice about OpenSSL usage, in order to
13131                 comply with OpenSSL's license (point 6):
13132                 http://www.openssl.org/source/license.html
13133
13134 2005-07-06 [colin]      1.9.12cvs23
13135
13136         * src/alertpanel.c
13137                 Fix a minimum size for alertpanels
13138         * src/compose.c
13139                 Show 'No space left on device' type errors
13140                 when queuing/sending
13141         * src/imap_gtk.c
13142         * src/mh_gtk.c
13143                 Rework folder's deletion message (remove 
13144                 extra \n)
13145
13146 2005-07-05 [colin]      1.9.12cvs22
13147
13148         * src/imap.c
13149                 Add an alertpanel on auth error
13150                 Add pseudo-log
13151                 Remove pthread-related stuff
13152
13153 2005-07-05 [colin]      1.9.12cvs21
13154
13155         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13156                 Fix crash on plugin reloading (with a hack)
13157
13158 2005-07-05 [colin]      1.9.12cvs20
13159
13160         * src/prefs_account.c
13161         * src/prefs_account.h
13162                 Fix typo
13163         * src/gtk/filesel.c
13164         * src/gtk/filesel.h
13165                 Add a way to filter the view
13166         * src/gtk/pluginwindow.c
13167                 Filter loadable stuff
13168         * src/plugins/pgpmime/prefs_gpg.c
13169                 Fix missing unregistration
13170         * .cvsignore
13171         * src/etpan/.cvsignore
13172         * src/plugins/spamassassin/.cvsignore
13173                 Add more stuff to cvs ignored files
13174
13175 2005-07-04 [colin]      1.9.12cvs19
13176
13177         * src/imap.c
13178                 Fix scan_required returning FALSE when it
13179                 shouldn't. Maybe fix #760 (Can't retrieve
13180                 messages)
13181
13182 2005-07-04 [colin]      1.9.12cvs18
13183
13184         * src/summaryview.c
13185                 Fix always_show_msg pref
13186
13187 2005-07-04 [paul]       1.9.12cvs17
13188
13189         sync with main (forgotten in last commit)
13190         
13191         * src/common/utils.c
13192         * src/common/utils.h
13193                 check_line_length(): new.
13194                 is_dir_exist()
13195                 is_file_entry_exist()
13196                 dirent_is_regular_file()
13197                 dirent_is_directory(): use g_file_test() instead of stat().
13198
13199 2005-07-04 [paul]       1.9.12cvs16
13200
13201         sync with main:
13202
13203         * src/compose.c
13204                 compose_write_to_file(): check for line
13205                 length limit and display warning if exceeds
13206         * src/jpilot.c
13207                 use get_home_dir() instead of g_get_home_dir()
13208         * src/procheader.c
13209                 removed warning about invalid date
13210         * src/vcard.c
13211                 use get_home_dir() instead of g_get_home_dir()
13212
13213 2005-07-04 [paul]       1.9.12cvs15
13214
13215         * src/stock_pixmap.c
13216                 fix new pixmap naming errors
13217                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13218
13219 2005-07-04 [colin]      1.9.12cvs14
13220
13221         * src/imap.c
13222                 Fix debugging string with a warning
13223
13224 2005-07-04 [colin]      1.9.12cvs13
13225
13226         * configure.ac
13227                 Add a check for libetpan's version (>= 0.37)
13228
13229 2005-07-04 [hoa]        1.9.12cvs12
13230
13231         * commitHelper
13232         * src/imap.c
13233         * src/etpan/imap-thread.c
13234         * src/etpan/imap-thread.h
13235                 fixed IMAP implementation of check of mails.
13236
13237 2005-07-03 [hoa]        1.9.12cvs11
13238
13239         * src/etpan/Makefile.am
13240         * src/etpan/etpan-errors.h
13241         * src/etpan/etpan-log.[ch]
13242         * src/etpan/etpan-thread-manager-types.h
13243         * src/etpan/etpan-thread-manager.[ch]
13244         * src/etpan/imap-thread.[ch]
13245         * src/Makefile.am
13246         * src/imap.c
13247         * src/main.c
13248         * src/prefs_other.c
13249         * configure.ac
13250             merged imap branch.
13251             dependency on libetpan 0.37 is now added.
13252
13253 2005-07-01 [colin]      1.9.12cvs10
13254
13255         * src/Makefile.am
13256         * src/folder.c
13257         * src/folder.h
13258         * src/folderview.c
13259         * src/stock_pixmap.c
13260         * src/stock_pixmap.h
13261         * src/plugins/trayicon/trayicon.c
13262                 Add marked symbol on folders containing
13263                 marked messages
13264         * src/procmsg.c
13265         * src/procmsg.h
13266         * src/toolbar.c
13267         * src/prefs_common.c
13268         * src/prefs_common.h
13269         * src/prefs_send.c
13270                 Add an optional confirmation dialog on queue
13271                 sending. Patch by wwp.
13272         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13273         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13274         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13275         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13276         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13277         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13278         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13279         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13280         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13281         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13282         * src/pixmaps/trash_mark.xpm            ** ADDED **
13283                 New pixmaps
13284
13285 2005-07-01 [colin]      1.9.12cvs9
13286
13287         * src/summaryview.c
13288                 Fix a little threading bug
13289         * src/addrgather.c
13290         * src/mainwindow.c
13291                 A little bit of HIG normality never hurts
13292
13293 2005-07-01 [colin]      1.9.12cvs8
13294
13295         * src/compose.c
13296         * src/msgcache.c
13297         * src/pop.c
13298         * src/procmime.c
13299         * src/recv.c
13300         * src/common/log.c
13301         * src/common/template.c
13302         * src/common/utils.c
13303         * src/common/utils.h
13304                 Reverted the fwrite_atomic stuff. In fact
13305                 it is already atomic.
13306
13307 2005-06-30 [colin]      1.9.12cvs7
13308
13309         * src/common/utils.c
13310         * src/common/utils.h
13311                 Add an fwrite_atomic() function to make
13312                 sure we write everything: fwrite can make
13313                 short writes.
13314         * src/compose.c
13315         * src/msgcache.c
13316         * src/pop.c
13317         * src/procmime.c
13318         * src/recv.c
13319         * src/common/log.c
13320         * src/common/template.c
13321                 Use that (and fix swapping of size and nmemb).
13322                 Thanks to Rich Coe for the heads up.
13323
13324 2005-06-30 [colin]      1.9.12cvs6
13325
13326         * src/addressbook.c
13327                 Optimize addressbook opening 
13328
13329 2005-06-30 [colin]      1.9.12cvs5
13330
13331         * src/summaryview.c
13332                 Remove calls to summary_step after move/copy
13333
13334 2005-06-28 [paul]       1.9.12cvs4
13335
13336         * src/alertpanel.c
13337                 wrap and make the error msg selectable
13338
13339 2005-06-28 [paul]       1.9.12cvs3
13340
13341         * src/ssl_manager.c
13342                 replace the OK button with a Close button
13343         * src/gtk/foldersort.c
13344                 use GTK_STOCK_ icons/buttons
13345
13346 2005-06-28 [colin]      1.9.12cvs2
13347
13348         * src/gedit-print.c             ** ADDED **
13349         * src/gedit-print.h             ** ADDED **
13350         * src/gtk/gtksourceprintjob.c   ** ADDED **
13351         * src/gtk/gtksourceprintjob.h   ** ADDED **
13352                 I can't believe no one had enough time to tell
13353                 me I forgot the `cvs add`
13354
13355 2005-06-27 [colin]      1.9.12cvs1
13356
13357         * src/Makefile.am
13358         * src/gtk/Makefile.am
13359         * src/messageview.c
13360         * src/procmsg.c
13361         * src/summaryview.c
13362         * configure.ac
13363                 Add optional libgnomeprint-based printing
13364         * src/mainwindow.c
13365         * src/gtk/quicksearch.c
13366                 Add an Edit/Quick search menu item to show
13367                 and focus the quicksearch
13368
13369 2005-06-27 [paul]       1.9.12
13370
13371         1.9.12 release
13372
13373         * po/ca.po
13374         * po/de.po
13375         * po/es.po
13376         * po/fr.po
13377         * po/it.po
13378         * po/ko.po
13379         * po/pt_BR.po
13380         * po/sk.po
13381         * po/zh_CN.po
13382                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13383                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13384                 SungHyun Nam, Frederico Goncalves Guimaraes,
13385                 Andrej Kacian, and Yang Guilong
13386 2005-06-26 [colin]      1.9.11cvs106
13387
13388         * src/imap_gtk.c
13389                 Forgot one file for previous fix
13390
13391 2005-06-26 [colin]      1.9.11cvs105
13392
13393         * src/folder.c
13394         * src/imap.c
13395                 Fix problems with folder operations in no_select
13396                 imap folders. it applies only to mails, and 
13397                 creation/deletion/move/renaming of folders 
13398                 should be possible
13399
13400 2005-06-26 [paul]       1.9.11cvs104
13401
13402         * src/prefs_filtering.c
13403                 replace one more GTK_STOCK_REMOVE
13404                 with GTK_STOCK_DELETE
13405
13406 2005-06-25 [colin]      1.9.11cvs103
13407
13408         * src/imap.c
13409                 Optimize get_seq_set_from_seq_list
13410                 (Patch by Ricardo) 
13411
13412 2005-06-25 [colin]      1.9.11cvs102
13413
13414         * src/mh.c
13415                 If the directory exists, but not in the
13416                 correct encoding, rename it. This should
13417                 handle old-versions-induced bugs.
13418
13419 2005-06-25 [colin]      1.9.11cvs101
13420
13421         * src/mh.c
13422                 Fix path access with extended dir names
13423                 Fixes bug #589 (SC segfaults with wrong locale
13424                 settings)
13425
13426 2005-06-25 [colin]      1.9.11cvs100
13427
13428         * src/prefs_account.c
13429         * src/prefs_account.h
13430         * src/compose.c
13431                 Add an option to encrypt replies to
13432                 encrypted messages
13433
13434 2005-06-25 [colin]      1.9.11cvs99
13435
13436         * src/compose.c
13437         * src/quote_fmt_parse.y
13438                 ... And make it work with pgpinline.
13439
13440 2005-06-25 [colin]      1.9.11cvs98
13441
13442         * src/compose.c
13443         * src/procmime.c
13444         * src/procmime.h
13445         * src/quote_fmt_parse.y
13446                 o Make reedition of encrypted messages possible
13447                   (as long as it is encrypted to self too, no
13448                    magic there)
13449                 o Make replying with quote (and without selecting
13450                   text) possible for encrypted messages.
13451                 Closes bug #550 (Not possible to "reply with quote"
13452                 to gnupg encrypted messages)
13453
13454 2005-06-24 [paul]       1.9.11cvs97
13455
13456         * src/imap.c
13457                 add missing include
13458
13459 2005-06-24 [paul]       1.9.11cvs96
13460
13461         * src/editldap.c
13462                 made bind password entry invisible
13463                 (sync with main)
13464         * src/send_message.c
13465                 send_message_local(): check exit status
13466                 to detect errors (sync with main)
13467         * src/textview.c
13468                 use main's less ambiguous popup menu
13469                 wording
13470
13471 2005-06-24 [paul]       1.9.11cvs95
13472
13473         * src/prefs_actions.c
13474         * src/prefs_customheader.c
13475         * src/prefs_display_header.c
13476         * src/prefs_filtering_action.c
13477         * src/prefs_matcher.c
13478         * src/prefs_template.c
13479         * src/prefs_toolbar.c
13480                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13481         * src/gtk/description_window.c
13482                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13483
13484 2005-06-23 [colin]      1.9.11cvs94
13485
13486         * src/summaryview.c
13487                 Fix rough edges (be sure to call status_show whenever
13488                 necessary).
13489
13490 2005-06-23 [colin]      1.9.11cvs93
13491
13492         * src/summaryview.c
13493                 Optimize Select All
13494                 Before, in a 5K mails folder: 11s
13495                 After, in the same folder: 58000µs
13496                 The joys of locking... gtk_clist_select_all() fires a 
13497                 tree-select-row event for each selected row, which in 
13498                 summaryview, callbacks summary_selected which in turn,
13499                 calls summary_status_show, which walks the selected
13500                 rows. Hence, calling gtk_clist_select_all was 
13501                 exponential. Locking the summaryview makes 
13502                 summary_selected return early.
13503
13504 2005-06-23 [colin]      1.9.11cvs92
13505
13506         * src/imap.c
13507                 Move mutex at the important place to avoid
13508                 deadlocks
13509         * src/summaryview.c
13510                 Fix Del key deleting directly instead of
13511                 moving to trash
13512
13513 2005-06-22 [colin]      1.9.11cvs91
13514
13515         * src/plugins/spamassassin/libspamc.c
13516                 As we do spagetti code with assignations in multiple
13517                 places (see _message_read_raw where out = msg = raw),
13518                 let's be sure we don't free the same pointer twice.
13519                 Should fix bug #683 (Crash in libpam at 
13520                 message_cleanup).
13521
13522 2005-06-22 [colin]      1.9.11cvs90
13523
13524         * src/compose.c
13525         * src/messageview.c
13526         * src/toolbar.c
13527                 Make toolbar's delete use the move to trash stuff;
13528                 Add gtk_widget_realize to be sure pixmaps can get
13529                 created (that may fix an old worksforme bug which
13530                 I can't find back...)
13531
13532 2005-06-22 [colin]      1.9.11cvs89
13533
13534         * src/summaryview.c
13535         * src/summaryview.h
13536         * src/mainwindow.c
13537                 Rename "Message/Delete" to "Message/Move to trash"
13538                 Add "Message/Delete..." that directly destroys the
13539                 selected messages after asking for a confirmation.
13540
13541 2005-06-22 [colin]      1.9.11cvs88
13542
13543         * src/imap.c
13544                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13545                 o Fix a deadlock (thanks Darko)
13546
13547 2005-06-22 [colin]      1.9.11cvs87
13548
13549         * src/gtk/foldersort.c
13550                 Add missing include for the i18n;
13551                 patch by Fabien Vantard
13552
13553 2005-06-21 [colin]      1.9.11cvs86
13554
13555         * src/folder.c
13556         * src/folderview.c
13557                 Respect the no_select flag
13558         * src/imap.c
13559                 Fix recursive deletion
13560         * src/imap_gtk.c
13561         * src/mh_gtk.c
13562                 Make the folder deletion's warning
13563                 more explicit
13564
13565 2005-06-21 [colin]      1.9.11cvs85
13566
13567         * src/textview.c
13568                 Prevent email addresses from spanning accross
13569                 lines - fixes bug # 646 (newline-chars in 
13570                 email addresses)
13571
13572 2005-06-20 [colin]      1.9.11cvs84
13573
13574         * src/folder.c
13575                 Be sure not to remove source if copy failed
13576
13577 2005-06-20 [colin]      1.9.11cvs83
13578
13579         * src/folderview.c
13580         * src/imap_gtk.c
13581                 remove summaryview's lock
13582         * src/imap.c
13583                 introduce threads to avoid problems when foreground tasks
13584                 interfere with background tasks
13585         * src/mh.c
13586                 prevent moving to drafts/queue
13587         * src/mimeview.c
13588                 fix leak
13589
13590 2005-06-19 [colin]      1.9.11cvs82
13591
13592         * src/imap_gtk.c
13593                 Remember that the user doesn't want to override
13594                 offline mode, for 3 seconds. It avoid presenting
13595                 him with N popups in a really short time.
13596
13597 2005-06-17 [colin]      1.9.11cvs81
13598
13599         * src/imap.c
13600                 Fix IMAP breaking on folders containing '('
13601                 (Probably won't be enough)
13602
13603 2005-06-17 [colin]      1.9.11cvs80
13604
13605         Forgotten files on 1.9.11cvs79
13606         * src/summaryview.c
13607                 Fix stepping when not immediately executing
13608         * src/imap.c
13609                 Really prevent UID FETCH 0
13610         * src/codeconv.c
13611                 Fix outgoing charset never set to utf-8
13612         * src/mh.c
13613                 Fix leak
13614
13615 2005-06-16 [colin]      1.9.11cvs79
13616
13617         * src/compose.c
13618                 Fix bug #707 (Dash splits rows)
13619                 Only wrap if we're on a line break position and
13620                 the previous one was a "white" (space) char.
13621                 Pango stuff is weird.
13622
13623 2005-06-16 [colin]      1.9.11cvs78
13624
13625         * src/imap_gtk.c
13626                 Lock summaryview while downloading messages
13627                 on user demand
13628         * src/procheader.c
13629         * src/unmime.c
13630         * src/common/utils.c
13631         * src/common/utils.h
13632                 Replace \r and \n with spaces in From and
13633                 Subject headers
13634
13635 2005-06-16 [paul]       1.9.11cvs77
13636
13637         * src/procmime.c
13638                 liberalise the mime parser
13639         * src/gtk/about.c
13640                 add text wrapping
13641
13642 2005-06-16 [paul]       1.9.11cvs76
13643
13644         * src/gtk/about.c
13645                 reworked
13646
13647 2005-06-15 [colin]      1.9.11cvs75
13648
13649         * src/compose.c
13650                 Finish header encoding fix
13651         * src/summaryview.c
13652                 Fix segfault
13653         * src/headerview.c
13654                 Fix compilation (Thanks Stephan
13655                 Sachse)
13656
13657 2005-06-15 [colin]      1.9.11cvs74
13658
13659         * Makefile.am
13660                 Install gnome2 stuff rather than gnome1, 
13661                 if both are present
13662         * src/codeconv.c
13663         * src/codeconv.h
13664         * src/compose.c
13665                 Fix headers encoding
13666         * src/folder.c
13667                 Visual progress when fetching all messages
13668         * src/folderview.c
13669         * src/summaryview.c
13670         * src/summaryview.h
13671                 Prevent changing current message while
13672                 incorporating
13673
13674 2005-06-15 [paul]       1.9.11cvs73
13675
13676         * src/gtk/gtkaspell.c
13677         * src/gtk/gtkaspell.h
13678                 fix build warnings
13679
13680 2005-06-15 [paul]       1.9.11cvs72
13681
13682         * src/prefs_filtering.c
13683                 allow reordering of filter rules by
13684                 drag n drop
13685
13686 2005-06-15 [paul]       1.9.11cvs71
13687
13688         * COPYING
13689                 updated
13690         * src/codeconv.c
13691                 replace deprecated function
13692         * src/inc.c
13693         * src/send_message.c
13694         * src/gtk/progressdialog.c
13695         * src/gtk/progressdialog.h
13696                 salvage and reuse parts of reverted sync
13697
13698 2005-06-15 [paul]       1.9.11cvs70
13699
13700         * src/inc.c
13701         * src/send_message.c
13702         * src/gtk/progressdialog.c
13703         * src/gtk/progressdialog.h
13704                 revert yesterday's sync with main
13705                 it contains deprecated functions
13706
13707 2005-06-15 [colin]      1.9.11cvs69
13708
13709         * src/headerview.c
13710                 Fix bug #670 (multi user to: will corrupt message 
13711                 headers display)
13712
13713 2005-06-15 [colin]      1.9.11cvs68
13714
13715         * src/compose.c
13716                 Fix bug #421 (Fix undo on wrapping)
13717
13718 2005-06-15 [colin]      1.9.11cvs67
13719
13720         * src/folder.c
13721                 Provide visual feedback while processing
13722                 folder's rules.
13723         * src/imap.c
13724                 Provide visual feedback while getting
13725                 short headers (for uncached messages)
13726
13727
13728 2005-06-14 [paul]       1.9.11cvs66
13729
13730         * src/account.c
13731                 change a couple stock icons
13732         * src/inc.c
13733         * src/send_message.c
13734         * src/gtk/progressdialog.c
13735         * src/gtk/progressdialog.h
13736                 sync main's GtkTreeView implementation
13737
13738 2005-06-14 [colin]      1.9.11cvs65
13739
13740         * src/imap.c
13741                 Various little fixes, mainly on error paths
13742
13743 2005-06-13 [colin]      1.9.11cvs64
13744
13745         * matcher.c
13746         * procmsg.c
13747         * procmsg.h
13748                 Add a way to fetch only headers. This speeds
13749                 up filtering on headers for IMAP. Fixes:
13750                 bug #481 extraneous imap commands slow down 
13751                         imap filtering
13752                 bug #522 Sylpheed downloads all messages 
13753                         when opening mailbox (IMAP)
13754                 bug #677 IMAP fetch is soooooooooooooo slow
13755         * src/folder.c
13756         * src/folder.h
13757                 Add a folder set_batch method so that
13758                 implementations can speed up flags changes
13759         * src/folderutils.c
13760         * src/summaryview.c
13761                 Use that in mark as (un)read and mark all read
13762                 Refix bug #679
13763         * src/imap.c
13764                 Implement set_batch - brings back deferred
13765                 flags in a less buggy manner. Fixes:
13766                 bug #729 IMAP immediate expunge of deleted messages
13767                 bug #191 remove list of messages with one command
13768                 Fix login with strange chars
13769                 Implement fetch_msg_full
13770                 Fix copy (wrong counts)
13771
13772 2005-06-12 [colin]      1.9.11cvs63
13773
13774         * src/folder.c
13775                 lock incorporation during long operations.
13776                 Avoids fucking up the IMAP socket.
13777
13778 2005-06-12 [colin]      1.9.11cvs62
13779
13780         * src/imap.c
13781                 Fix harmful typo
13782                 Factorize remove_all_msg
13783                 Thread-ize expunge
13784         * src/summaryview.c
13785                 Don't update partial-download status if unnecessary
13786         * src/folder.c
13787                 Use remove_msgs everywhere possible
13788
13789 2005-06-12 [colin]      1.9.11cvs61
13790
13791         * src/folder.c
13792         * src/folder.h
13793                 Add a remove_msgs function to remove a 
13794                 list of messages
13795         * src/imap.c
13796                 Implement that.
13797
13798 2005-06-12 [colin]      1.9.11cvs60
13799
13800         * src/imap.c
13801                 Remove flags-processing deferring... Too hard
13802                 to get it to work in all cases.
13803
13804 2005-06-11 [colin]      1.9.11cvs59
13805
13806         * src/imap.c
13807                 printf -> debug_print
13808
13809 2005-06-11 [colin]      1.9.11cvs58
13810
13811         * src/imap.c
13812                 o Fix build without USE_PTHREAD
13813                 o Factorize imap_open
13814                 o Alertpanel in case of impossible connection
13815                 o Alertpanel in case of impossible login
13816                 o Fix deferred flags processing to force a 
13817                   flush before adding some more flags to process,
13818                   but in another folder.
13819
13820 2005-06-10 [colin]      1.9.11cvs57
13821
13822         * src/imap.c
13823                 o Fix a format string error
13824                 o init ssl socket outside of the thread 
13825                   (it possibly invokes gtk calls)
13826         * src/procmime.c
13827                 o Put back the buffer to its necessary size
13828                 o Fix changing a file pointer without keeping
13829                   track of it (thanks Valgrind)
13830         * src/common/smtp.c
13831                 o Fix automatic STARTTLS if login should be done
13832                   and the server only allows it after starting TLS
13833         * src/gtk/gtkinputdialog.c
13834                 o Eat GDK_Return so that the combo popup doesn't 
13835                   appear when we press Enter to validate the combo
13836                   input dialog (as seen in the Open with... dialog)
13837
13838 2005-06-10 [colin]      1.9.11cvs56
13839
13840         * src/imap.c
13841                 o A bit less debug
13842                 o Fix a crash on deletion
13843                 o Threadize imap_select (it's called outside of 
13844                   threads)
13845                 o Defer treatment of DELETED flags
13846
13847
13848 2005-06-09 [colin]      1.9.11cvs55
13849
13850         * src/imap.c
13851                 Make sure we check imap_gtk_should_override(), which
13852                 potentially calls gtk stuff, before creating thread.
13853                 That way it should't be called via imap_get_session()
13854                 inside a thread.
13855
13856 2005-06-09 [colin]      1.9.11cvs54
13857
13858         * src/imap.c
13859                 o add a bit of status output
13860                 o remove some dead code
13861                 o threadize get_list_of_uids
13862                 o threadize imap_get_flags
13863                 o defer flag changing by 500ms so that they
13864                   can be batched
13865
13866
13867 2005-06-08 [colin]      1.9.11cvs53
13868
13869         * src/imap.c
13870                 Thread-ize imap_cmd_fetch
13871
13872 2005-06-08 [colin]      1.9.11cvs52
13873
13874         * src/main.c
13875                 Mmh, that broke POP3...
13876
13877 2005-06-08 [colin]      1.9.11cvs51
13878
13879         * src/main.c
13880                 Stabilize IMAP patch (thanks to Hoa)
13881
13882 2005-06-08 [colin]      1.9.11cvs50
13883
13884         * src/imap.c
13885                 Test patch to speed up imap. 
13886
13887 2005-06-08 [colin]      1.9.11cvs49
13888
13889         * src/imap_gtk.c
13890                 Warning fix
13891         * src/procmime.c
13892                 Apply patch from gentoo to use /usr/share/mime/globs if 
13893                 available, after un-breaking it
13894         * src/common/log.c
13895         * src/common/log.h
13896                 Use g_timeout for invoking hooks that possibly use gtk
13897                 calls. This should leave gtk calls in the main thread.
13898
13899 2005-06-08 [paul]       1.9.11cvs48
13900
13901         * src/codeconv.c
13902                 conv_get_outgoing_charset_str(): don't
13903                 use prefs_common setting
13904         * src/compose.c
13905         * src/compose.h
13906                 add /Options/Character encoding/... to
13907                 temporarily change the outgoing encoding
13908
13909         (belated sync with main)
13910
13911 2005-06-08 [paul]       1.9.11cvs47
13912
13913         * src/compose.c
13914                 correction to/completion of last
13915                 sync with main
13916
13917 2005-06-08 [paul]       1.9.11cvs46
13918
13919         sync with main:
13920         
13921         * src/codeconv.c
13922         * src/codeconv.h
13923                 always enabled Japanese auto-detection
13924                 if the first letters of locale string
13925                 is "ja"
13926         * src/compose.c
13927                 don't use "destroy" signal to destroy
13928                 Compose object (fix rare crashes on discard?)
13929         * src/mainwindow.c
13930         * src/messageview.c
13931         * src/prefs_send.c
13932                 added Hebrew encodings
13933         * src/sourcewindow.c
13934                 don't use "destroy" signal to destroy
13935                 objects
13936
13937 2005-06-07 [colin]      1.9.11cvs45
13938
13939         * src/summaryview.c
13940                 Add missing unlocks/locks
13941
13942 2005-06-07 [paul]       1.9.11cvs44
13943
13944         * src/summaryview.c
13945                 restore bug #749 fix
13946
13947 2005-06-06 [colin]      1.9.11cvs43
13948
13949         * src/summaryview.c
13950                 Fix selection bug when prefs_common.open_unread 
13951                 is FALSE
13952
13953 2005-06-06 [colin]      1.9.11cvs42
13954
13955         * src/common/md5.c
13956                 Fix a warning
13957         * src/summaryview.c
13958         * src/folderview.c
13959                 Factorize long operations beginning and end
13960                 (locking, freezing/thawing, cursor, ...)
13961                 Check selection->data member in selection-
13962                 related loops; this avoids dying an awful
13963                 death if the selection changes on us while
13964                 we're marking a whole IMAP folder unread, 
13965                 for example.
13966
13967 2005-06-06 [paul]       1.9.11cvs41
13968
13969         * src/textview.c
13970                 don't g_free() a static gchar buffer
13971
13972 2005-06-05 [colin]      1.9.11cvs40
13973
13974         * src/mainwindow.c
13975         * src/messageview.c
13976         * src/summaryview.c
13977                 Fix bug #749 (Show all headers should be
13978                 sticky as the GUI suggests)
13979
13980 2005-06-03 [paul]       1.9.11cvs39
13981
13982         * src/compose.c
13983                 don't allow editing of mail while sending.
13984                 patch by Colin
13985
13986 2005-06-03 [paul]       1.9.11cvs38
13987
13988         * src/folderview.c
13989                 add a freeze/thaw to speed up 'mark all read'
13990
13991 2005-06-03 [paul]       1.9.11cvs37
13992
13993         * src/prefs_message.c
13994                 reflect changes immediately
13995
13996 2005-06-02 [colin]      1.9.11cvs36
13997
13998         * po/POTFILES.in
13999                 Patch by Fabien Vantard.
14000
14001 2005-06-02 [colin]      1.9.11cvs35
14002
14003         * src/imap.c
14004                 Use a non-blocking imap_getline() if possible.
14005                 This should completely prevent the interface
14006                 from freezin on imap operations, although it
14007                 may do strange stuff in case of folder switching
14008                 while a big imap operation is taking place...
14009
14010                 In addition, fix a leak in the case thread
14011                 creation fails on connection.
14012
14013 2005-06-02 [colin]      1.9.11cvs34
14014
14015         * src/crash.c
14016         * src/prefs_common.h
14017                 Fix build (prefs_common_init() doesn't exist
14018                 anymore)
14019
14020 2005-06-02 [colin]      1.9.11cvs33
14021
14022         * src/prefs_account.c
14023                 Fix bug #245 (filtering rules broken when
14024                 renaming a remote account (imap4 or nntp)
14025
14026 2005-06-02 [colin]      1.9.11cvs32
14027
14028         * src/imap.c
14029                 Try to fix IMAP shortcomings: 
14030                 o Multithread imap_open()
14031                 o allow offline-mode overriding instead of
14032                   just returning NULL
14033         * src/imap_gtk.c
14034         * src/imap_gtk.h
14035                 Add a function to ask whether we want to
14036                 override offline-mode for 10 minutes (one-shot
14037                 asking was painful)
14038         * src/procheader.c
14039                 Fix segfault when imap parser isn't happy about
14040                 a missing {
14041
14042 2005-06-01 [colin]      1.9.11cvs31
14043
14044         * src/addrharvest.c
14045         * src/compose.c
14046         * src/mbox.c
14047         * src/mbox.h
14048         * src/mh.c
14049         * src/msgcache.c
14050         * src/send_message.c
14051         * src/setup.c
14052         * src/undo.c
14053         * src/common/hooks.c
14054         * src/common/prefs.c
14055         * src/common/template.c
14056         * src/common/utils.c
14057         * src/gtk/gtkutils.c
14058         * src/gtk/inputdialog.c
14059         * src/gtk/menu.c
14060         * src/gtk/pluginwindow.c
14061         * src/gtk/prefswindow.c
14062         * src/plugins/pgpmime/passphrase.c
14063         * src/plugins/pgpmime/prefs_gpg.c
14064                 More -Wall fixes
14065
14066         * src/common/Makefile.am
14067         * src/common/timing.h
14068                 Add basic timing code
14069
14070         * src/summaryview.c
14071                 Fix a bug with unread messages when 
14072                 re-sorting folders, and by the way
14073                 fix a big performance hit when 
14074                 re-sorting (10k mails: before 5s,
14075                 after .5s)
14076
14077         * src/prefs_compose_writing.c
14078         * src/prefs_compose_writing.h
14079         * src/prefs_message.c
14080         * src/prefs_message.h
14081         * src/prefs_other.c
14082         * src/prefs_other.h
14083         * src/prefs_quote.c
14084         * src/prefs_quote.h
14085         * src/prefs_receive.c
14086         * src/prefs_receive.h
14087         * src/prefs_send.c
14088         * src/prefs_send.h
14089         * src/prefs_summaries.c
14090         * src/prefs_summaries.h
14091                 Fix copyright banner
14092
14093 2005-06-01 [paul]       1.9.11cvs30
14094
14095         * po/fi.po
14096                 updated by Flammie Pirinen
14097         * src/procmime.c
14098                 fix 'Bad BASE64 content' output
14099
14100 2005-05-31 [colin]      1.9.11cvs29
14101
14102         * src/procmime.c
14103                 Oops, where did my hunk go.
14104
14105 2005-05-31 [colin]      1.9.11cvs28
14106
14107         * src/Makefile.am
14108         * src/account.c
14109         * src/action.c
14110         * src/addr_compl.c
14111         * src/addressbook.c
14112         * src/codeconv.c
14113         * src/compose.c
14114         * src/export.c
14115         * src/folder.c
14116         * src/folderview.c
14117         * src/image_viewer.c
14118         * src/main.c
14119         * src/mainwindow.c
14120         * src/messageview.c
14121         * src/mimeview.c
14122         * src/msgcache.c
14123         * src/prefs_account.c
14124         * src/prefs_actions.c
14125         * src/prefs_common.c
14126         * src/prefs_compose_writing.c
14127         * src/prefs_customheader.c
14128         * src/prefs_ext_prog.c
14129         * src/prefs_filtering.c
14130         * src/prefs_filtering_action.c
14131         * src/prefs_fonts.c
14132         * src/prefs_image_viewer.c
14133         * src/prefs_message.c
14134         * src/prefs_message.h
14135         * src/prefs_msg_colors.c
14136         * src/prefs_other.c
14137         * src/prefs_other.h
14138         * src/prefs_quote.c
14139         * src/prefs_receive.c
14140         * src/prefs_receive.h
14141         * src/prefs_send.c
14142         * src/prefs_send.h
14143         * src/prefs_spelling.c
14144         * src/prefs_summaries.c
14145         * src/prefs_summary_column.c
14146         * src/prefs_template.c
14147         * src/prefs_themes.c
14148         * src/prefs_toolbar.c
14149         * src/prefs_wrapping.c
14150         * src/procmime.c
14151         * src/procmsg.c
14152         * src/send_message.h
14153         * src/ssl_manager.c
14154         * src/summary_search.c
14155         * src/summaryview.c
14156         * src/textview.c
14157         * src/wizard.c
14158         * src/common/smtp.c
14159         * src/common/smtp.h
14160         * src/gtk/gtkutils.h
14161                 o Move the rest of Common prefs to new style
14162                 o Lots of -Wall warning fixes
14163                 o fix FIXME in cache memusage calculation
14164                 o Let return receipts be sent from any account
14165                 o Little cache optimisation (read)
14166                 o Fix bug #746 (don't treat commas as separators
14167                   when inside a quoted string)
14168
14169 2005-05-31 [paul]       1.9.11cvs27
14170
14171         * src/prefs_common.c
14172                 fix 'off-by-one' typo
14173
14174 2005-05-31 [paul]       1.9.11cvs26
14175
14176         * src/account.c
14177         * src/addr_compl.c
14178         * src/compose.c
14179         * src/foldersel.c
14180         * src/prefs_actions.c
14181         * src/prefs_common.c
14182         * src/prefs_common.h
14183         * src/prefs_customheader.c
14184         * src/prefs_display_header.c
14185         * src/prefs_filtering.c
14186         * src/prefs_filtering_action.c
14187         * src/prefs_matcher.c
14188         * src/prefs_summaries.c
14189         * src/prefs_summary_column.c
14190         * src/prefs_template.c
14191         * src/prefs_toolbar.c
14192         * src/ssl_manager.c
14193         * src/gtk/pluginwindow.c
14194         * src/gtk/prefswindow.c
14195         * src/gtk/progressdialog.c
14196                 add hidden prefs 'enable_rules_hint'
14197                 for gtk_tree_view_set_rules_hint()
14198                 (sync with main)
14199                 
14200
14201 2005-05-31 [colin]      1.9.11cvs25
14202
14203         * src/Makefile.am
14204         * src/main.c
14205         * src/prefs_common.c
14206         * src/prefs_summaries.c ** ADDED **
14207         * src/prefs_summaries.h ** ADDED **
14208                 Common/Display -> Display/Summaries
14209
14210 2005-05-31 [colin]      1.9.11cvs24
14211
14212         * src/Makefile.am
14213         * src/main.c
14214         * src/prefs_quote.c ** ADDED **
14215         * src/prefs_quote.h ** ADDED **
14216                 Move Common/Quote to Compose/Quoting
14217         * src/prefs_common.c
14218         * src/prefs_common.h
14219                 Remove old quote stuff, add
14220                 convenience functions for GtkTextView prefs
14221         * src/gtk/prefswindow.c
14222                 Set default height higher
14223
14224 2005-05-30 [colin]      1.9.11cvs23
14225
14226         * src/Makefile.am
14227         * src/main.c
14228         * src/prefs_common.c
14229         * src/prefs_compose_writing.c ** ADDED **
14230         * src/prefs_compose_writing.h ** ADDED **
14231                 Move Common/Compose prefs to Compose/Writing
14232
14233 2005-05-30 [colin]      1.9.11cvs22
14234
14235         * src/common/utils.c
14236                 Fix bug #651 (Confused Attract by Subject)
14237                 Patch by M. Benkmann <haferfrost@web.de>
14238         * AUTHORS
14239
14240 2005-05-30 [colin]      1.9.11cvs21
14241
14242         * src/compose.c
14243                 Fix concatenation of different headers of
14244                 the same type (bug #645)
14245         * src/prefs_folder_item.c
14246                 Fix bug #699 (setting color to black doesn't
14247                 work immediately)
14248         * src/procmime.c
14249                 Print out decoding error only once per
14250                 block
14251
14252 2005-05-30 [paul]       1.9.11cvs20
14253
14254         * src/common/template.c
14255                 fix Bcc
14256
14257 2005-05-30 [paul]       1.9.11cvs19
14258
14259         * doc/src/rfc2368.txt   **NEW FILE**
14260         * src/compose.c
14261                 compose_entries_set(): don't interpret Bcc
14262                 header field (conform to RFC 2368)
14263                 (sync with main)
14264
14265 2005-05-29 [colin]      1.9.11cvs18
14266
14267         * src/prefs_common.c
14268                 Let the default reply format respect
14269                 netiquette by cutting the signature.
14270
14271 2005-05-29 [colin]      1.9.11cvs17
14272
14273         * src/summaryview.c
14274                 Don't let always_show_msg override
14275                 open_unread_on_enter when opening a new
14276                 directory.
14277
14278 2005-05-27 [paul]       1.9.11cvs16
14279
14280         sync with main:
14281
14282         * src/main.c
14283                 app_will_exit(): cleanup tmp directory when exit
14284         * src/message_search.c
14285                 improved the interface and made code cleanup.
14286                 removed Clear button
14287         * src/send_message.c
14288                 send_message_local(): use GSpawn, and detect errors
14289         * src/summary_search.c
14290                 improved the interface and made code cleanup
14291         * src/textview.c
14292                 textview_write_link(): also skip non-ascii space
14293                  at the head of link strings (phishing check
14294                  didn't work at the case)
14295         * src/common/utils.c
14296                 get_command_output(): use g_spawn_command_line_sync()
14297                 instead of popen()
14298
14299 2005-05-26 [colin]      1.9.11cvs15
14300
14301         * src/folder.c
14302                 remove printf
14303
14304 2005-05-26 [colin]      1.9.11cvs14
14305
14306         * src/common/nntp.c
14307                 Fix nntp mode reader (bug #611)
14308                 Patch by Florian Mickler <florian@mickler.org>
14309
14310 2005-05-26 [colin]      1.9.11cvs13
14311
14312         * src/plugins/pgpmime/passphrase.c
14313                 Fix mouse grabbing (bug #557)
14314
14315 2005-05-26 [colin]      1.9.11cvs12
14316
14317         * src/prefs_themes.c
14318                 Fix g_warning (bug #541)
14319
14320 2005-05-26 [colin]      1.9.11cvs11
14321
14322         * src/prefs_actions.c
14323         * src/prefs_template.c
14324                 Fix bug #506 (no warning if action/template
14325                 is not saved)
14326         * src/common/template.c
14327                 Fix a possible crash
14328
14329 2005-05-26 [colin]      1.9.11cvs10
14330
14331         * src/folder.c
14332         * src/folderview.c
14333         * src/procmsg.c
14334         * src/summaryview.c
14335                 Forbid locked messages to be moved or
14336                 deleted. Locked messages in trashes 
14337                 still get deleted, for performance
14338                 reason (mh.c::mh_remove_all_msgs)
14339
14340 2005-05-25 [colin]      1.9.11cvs9
14341
14342         * src/procmime.c
14343                 Use correct encoding when sending mails
14344                 with attachments that have accentued 
14345                 chars in their name
14346
14347 2005-05-24 [colin]      1.9.11cvs8
14348
14349         * src/summaryview.c
14350                 Fix bug #688 f) read/unread marker not
14351                 changed on first click
14352                 Also, optimize summary_status_show()
14353                 calls
14354         * src/folder.c
14355         * src/inc.c
14356         * src/procmime.c
14357                 Fix bug #688 b) and c) wrt message
14358                 attachments and signature
14359         * src/stock_pixmap.c
14360         * src/stock_pixmap.h
14361         * src/stock_pixmap.c
14362         * src/stock_pixmap.h
14363         * src/Makefile.am
14364         * src/pixmaps/clip_gpg_signed.xpm
14365                 Add clip/signed icon
14366
14367 2005-05-24 [colin]      1.9.11cvs7
14368
14369         * src/folder_item_prefs.c
14370                 whitespace fix
14371
14372 2005-05-24 [colin]      1.9.11cvs6
14373
14374         * src/folderview.c
14375         * src/prefs_common.c
14376         * src/prefs_common.h
14377                 Add a confirmation to folder drag and drop
14378                 fixes bug #156
14379         * src/alertpanel.c
14380         * src/alertpanel.h
14381                 fix _with_disable parameters so that
14382                 the buttons labels are specifiable too
14383         * src/plugins/pgpmime/sgpgme.c
14384                 reflect said change
14385                 
14386
14387 2005-05-24 [colin]      1.9.11cvs5
14388
14389         * src/folderview.c
14390                 Uncollapse/collapse folders on double-click
14391                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14392                 closes bug #108
14393
14394 2005-05-23 [colin]      1.9.11cvs4
14395
14396         * src/common/socket.c
14397                 Check another special SSL_peek() error.
14398                 Should help wrt bug #728
14399
14400 2005-05-23 [colin]      1.9.11cvs3
14401
14402         * src/plugins/pgpmime/pgpmime.c
14403                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14404                 breaking menu accelerators and stuff. Users will have to
14405                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14406                 account's privacy preferences if needed.
14407
14408 2005-05-22 [paul]
14409
14410         * tools/kdeservicemenu/install.sh
14411                 use kdesu to prompt for root password if doing
14412                 global install/uninstall
14413
14414 2005-05-20 [colin]      1.9.11cvs2
14415
14416         * src/procmsg.c
14417                 Fix another compilation error with gcc-2.9x
14418                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14419         * src/send_message.c
14420                 Don't send QUIT if we aren't connected
14421
14422 2005-05-19 [colin]      1.9.11cvs1
14423
14424         * src/procmsg.c
14425                 Fix compilation with gcc 2.9x
14426
14427 2005-05-19 [paul]       1.9.11
14428
14429         1.9.11 released
14430
14431 2005-05-19 [paul]       1.9.9cvs14
14432
14433         * src/gtk/inputdialog.c
14434                 prevent gettext warning
14435
14436 2005-05-19 [paul]       1.9.9cvs13
14437
14438         * src/mainwindow.c
14439         * src/prefs_common.c
14440         * src/prefs_common.h
14441         * src/textview.c
14442         * src/textview.h
14443                 add an option to toggle cursor in message
14444                 view (sync with main)
14445
14446 2005-05-18 [colin]      1.9.9cvs12
14447
14448         * src/compose.c
14449                 Dereference freed pointer
14450         * src/gtk/gtkaspell.c
14451                 Fix duplication of dictionaries (is it an aspell issue?)
14452
14453 2005-05-18 [colin]      1.9.9cvs11
14454
14455         * src/gtk/inputdialog.c
14456         * src/gtk/gtkaspell.c
14457                 HIGuify dialogs
14458         * src/alertpanel.c
14459                 Remove a double call
14460
14461 2005-05-17 [colin]      1.9.9cvs10
14462
14463         * src/gtk/gtkaspell.c
14464                 Fix dialogs, Ctrl-Enter accel
14465
14466 2005-05-17 [colin]      1.9.9cvs9
14467
14468         * src/gtk/gtkaspell.c
14469                 Fix some accelerators, escape in replace-window
14470
14471 2005-05-16 [colin]      1.9.9cvs8
14472
14473         * src/gtk/gtkaspell.c
14474                 Revert last commit, it was a mistake.
14475
14476 2005-05-16 [colin]      1.9.9cvs7
14477
14478         * src/gtk/gtkaspell.c
14479                 Remove buggy code while we're at it. It's a 
14480                 dead code path anyway.
14481
14482 2005-05-16 [colin]      1.9.9cvs6
14483
14484         * src/gtk/gtkaspell.c
14485                 Missed some gtk_menu_popup where deactivate
14486                 signal should be handled. Should fix bug
14487                 #629 a bit more.
14488
14489 2005-05-16 [colin]      1.9.9cvs5
14490
14491         * src/gtk/gtkaspell.c
14492                 Remove debug printf()s
14493
14494 2005-05-16 [colin]      1.9.9cvs4
14495
14496         * src/gtk/gtkaspell.c
14497                 Fix a bit aspell problems
14498                 (see bug #629)
14499
14500 2005-05-13 [colin]      1.9.9cvs3
14501
14502         * src/folderview.c
14503                 Fix the + appearing even when no subfolders
14504                 have unread messages. Thanks to wwp for the
14505                 bug report.
14506
14507 2005-05-11 [paul]       1.9.9cvs2
14508
14509         * src/folderview.c
14510                 correction to 1.9.9cvs1, only colour folders that
14511                 have new msgs (not unread msgs)
14512
14513 2005-05-10 [colin]      1.9.9cvs1
14514
14515         * src/folderview.c
14516         * src/summaryview.c
14517                 Try to fix bolding bugs again.
14518
14519 2005-05-09 [paul]
14520
14521         * tools/claws.i18n.status.pl
14522                 add Ricardo Mones Lastra's script that has been providing
14523                 the i18n status page for many months
14524
14525 2005-05-09 [paul]       1.9.9
14526
14527         1.9.9 release
14528
14529 2005-05-09 [paul]       1.9.6cvs58
14530
14531         * AUTHORS
14532         * INSTALL
14533         * README.claws
14534                 updated
14535         * Makefile.am 
14536         * RELEASE_NOTES.claws
14537                 add release notes to cvs to simplify release
14538                 procedure
14539         * configure.ac
14540                 add ca and fi to ALL_LINGUAS
14541         * po/Makefile.in.in
14542                 workaround for missing Makevars
14543         * po/ca.po
14544         * po/fi.po
14545                 add new Catalan and Finnish translations
14546                 submitted by Miquel Oliete and Flammie Pirinen
14547         * po/de.po
14548         * po/es.po
14549         * po/fr.po
14550         * po/it.po
14551         * po/pl.po
14552         * po/ru.po
14553         * po/sk.po
14554         * po/sr.po
14555         * po/zh_CN.po
14556                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14557                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14558                 Urke MMI, and Hansom Young
14559         * src/main.c
14560                 Fix drafting when quitting. compose_draft() closes the
14561                 compose windows, which modifies the compose_list GSList.
14562                 We have to refresh this list after echo drafting to avoid a
14563                 segfault
14564         * src/partial_download.c
14565                 fix segfault on exit
14566
14567 2005-05-06 [paul]       1.9.6cvs57
14568
14569         * src/grouplistdialog.c
14570                 quick fix/workaround for unresizeable newsgroup
14571                 name column 
14572
14573 2005-05-06 [paul]       1.9.6cvs56
14574
14575         * src/inc.c
14576         * src/mainwindow.c
14577                 use gettext plural forms
14578         * src/imap_gtk.c
14579         * src/mh_gtk.c
14580         * src/toolbar.c
14581                 small improvement to english usage
14582
14583 2005-05-05 [thorsten]   1.9.6cvs55
14584
14585         * src/folder.c
14586                 fix possible crash
14587
14588 2005-05-05 [paul]       1.9.6cvs54
14589         
14590         sync with HEAD
14591
14592         * AUTHORS
14593         * src/compose.c
14594                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14595                 patch by Tim Mann
14596
14597 2005-05-05 [paul]       1.9.6cvs53
14598
14599         * src/mainwindow.c
14600                 fix resizing of separate message and
14601                 folder views
14602
14603 2005-05-05 [paul]       1.9.6cvs52
14604
14605         * src/account.c
14606         * src/addrgather.c
14607         * src/browseldap.c
14608         * src/exphtmldlg.c
14609         * src/expldifdlg.c
14610         * src/importmutt.c
14611         * src/importpine.c
14612         * src/main.c
14613         * src/mainwindow.c
14614         * src/noticeview.c
14615         * src/prefs_filtering.c
14616         * src/prefs_filtering_action.c
14617         * src/prefs_matcher.c
14618         * src/prefs_spelling.c
14619         * src/prefs_toolbar.c
14620         * src/toolbar.c
14621         * src/wizard.c
14622         * src/gtk/description_window.c
14623         * src/gtk/gtkvscrollbutton.c
14624         * src/gtk/progressdialog.c
14625         * src/gtk/quicksearch.c
14626         * src/plugins/pgpmime/prefs_gpg.c
14627         * src/plugins/spamassassin/spamassassin_gtk.c
14628                 replace deprecated gtk_widget_set_usize
14629
14630 2005-05-04 [colin]      1.9.6cvs51
14631
14632         * src/common/utils.c
14633                 Fix crash when subst_for_filename is called
14634                 with a NULL parameter
14635
14636 2005-05-04 [colin]      1.9.6cvs50
14637
14638         * src/partial_download.c
14639         * src/pop.c
14640                 Escape login when writing uidl file
14641                 fixes bug #736
14642
14643 2005-05-03 [colin]      1.9.6cvs49
14644
14645         * src/procmime.c
14646                 Fix possible DOS in mime parser
14647                 (see bug #634)
14648
14649 2005-05-02 [colin]      1.9.6cvs48
14650
14651         * src/compose.c
14652                 Try to fix the copy/paste mess once again.
14653
14654
14655 2005-04-30 [colin]      1.9.6cvs47
14656
14657         * src/prefs_account.h
14658         * src/procmsg.c
14659         * src/send_message.c
14660         * src/common/smtp.c
14661         * src/common/smtp.h
14662                 Try to batch sending mails (per account) instead of
14663                 reconnecting to server every time.
14664
14665 2005-04-29 [colin]      1.9.6cvs46
14666
14667         * src/messageview.c
14668                 Fix window resizing that refused to size down
14669         * src/prefs_common.c
14670         * src/prefs_common.h
14671         * src/prefs_filtering.c
14672                 Save Filtering's window size
14673
14674 2005-04-21 [paul]       1.9.6cvs45
14675
14676         * ChangeLog-gtk2.claws
14677         * src/setup.c
14678                 correction to sync
14679
14680 2005-04-21 [paul]       1.9.6cvs44
14681
14682         sync with main:
14683
14684         * src/setup.c
14685         * src/statusbar.c
14686         * src/statusbar.h
14687                 use gtkut_widget_draw_now(). Improved performance
14688                 of the update of statusbar
14689         * src/textview.c
14690                 textview_smooth_scroll_do(): redraw it after scroll
14691                 is done (fixed incorrect display when a part of the
14692                 view is hidden).
14693         * src/gtk/gtkutils.c
14694         * src/gtk/gtkutils.h
14695                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14696                 to force update of widgets.
14697                 Removed gtkut_widget_wait_for_draw() which had a big
14698                 overhead  because of waiting for all events processed 
14699
14700 2005-04-20 [paul]       1.9.6cvs43
14701
14702         * src/codeconv.c
14703                 complete 1.9.6cvs42's sync:
14704                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14705
14706 2005-04-19 [paul]       1.9.6cvs42
14707
14708         sync with main:
14709
14710         * src/action.c
14711                 catch_output(): correctly select the insert text
14712                 (fix invalid iterator warnings).
14713         * src/codeconv.c
14714         * src/codeconv.h
14715         * src/mainwindow.c
14716         * src/messageview.c
14717         * src/prefs_common.c
14718                 support GBK encoding.
14719         * src/common/session.c
14720         * src/common/session.h
14721                 use separate buffer for large data to be sent,
14722                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14723
14724 2005-04-18 [paul]       1.9.6cvs41
14725
14726         * src/jpilot.c
14727                 convert unsigned long into guint32
14728                 patch by Paul LeoNerd Evans 
14729
14730 2005-04-17 [colin]      1.9.6cvs40
14731
14732         * src/compose.c
14733                 Fix 'Request return receipt' from folder
14734                 properties (bug #708)
14735
14736 2005-04-17 [colin]      1.9.6cvs39
14737
14738         * src/mainwindow.c
14739                 Fix duplicate hotkeys in Mainwindow's menu
14740
14741 2005-04-17 [colin]      1.9.6cvs38
14742
14743         * src/folderview.c
14744                 Fix duplicate hotkeys in Folderview's contextual
14745                 menu
14746
14747 2005-04-15 [colin]      1.9.6cvs37
14748
14749         * src/summaryview.c
14750                 Fix 'Save as...' with non-ascii filenames
14751
14752 2005-04-15 [colin]      1.9.6cvs36
14753
14754         * src/plugins/pgpmime/pgpmime.c
14755                 Fix bus error on 64bit. Spotted by 
14756                 macallan1888@gmail.com
14757
14758 2005-04-15 [colin]      1.9.6cvs35
14759
14760         * src/prefs_account.c
14761                 Fix cvs34.
14762
14763 2005-04-12 [colin]      1.9.6cvs34
14764
14765         * src/prefs_account.c
14766                 Fix smtp auth type off-by-one. We forgot to
14767                 add PLAIN in the prefs-to-gui setter func and
14768                 as a result, the selected auth when opening
14769                 account prefs was not the correct one.
14770
14771 2005-04-12 [paul]       1.9.6cvs33
14772
14773         * src/inc.c
14774                 if the recv dialog is visible, Cancel only
14775                 cancels the current account
14776
14777
14778 2005-04-10 [colin]      1.9.6cvs32
14779
14780         * src/filtering.c
14781                 Copy score when copying FilteringActions
14782                 Fix bug #674
14783
14784 2005-04-10 [colin]      1.9.6cvs31
14785
14786         * src/inc.c
14787                 Make Message -> Receive -> Cancel cancel 
14788                 incorporation on all accounts. Fixes
14789                 bug #693
14790
14791 2005-04-10 [colin]      1.9.6cvs30
14792
14793         * src/prefs_account.c
14794                 Update Privacy checkbuttons status based
14795                 on the selected privacy system
14796         * src/compose.c
14797                 Always connect the "None" privacy system; the
14798                 static boolean was probably there to avoid
14799                 reconnecting twice in the same compose window,
14800                 but as the parent function is only called once
14801                 per compose, it's only a bug - as a static is
14802                 initialized once per application instance.
14803                 Also, don't uncheck Sign and Encrypt when
14804                 selecting None as privacy system; just ignore
14805                 them when sending/queuing.
14806                 Should fix bug #695
14807
14808 2005-04-08 [colin]      1.9.6cvs29
14809
14810         * src/account.c
14811         * src/prefs_account.c
14812         * src/prefs_account.h
14813                 Add account preference to queue message in a certain
14814                 folder.
14815
14816 2005-04-06 [colin]      1.9.6cvs28
14817
14818         * src/prefs_account.c
14819                 Update old inbox path syntax
14820
14821 2005-04-06 [paul]       1.9.6cvs27
14822
14823         sync with main:
14824
14825         * configure.ac
14826                 changed -traditional-cpp to -no-cpp-precomp for newer
14827                 Mac OS X support
14828         * src/foldersel.c
14829                 made column resize automatically
14830         * src/send_message.c
14831                 send_message_smtp(): consider EOF right after QUIT
14832                 successful (workaround for Gmail SMTP server)
14833         * src/common/socket.c
14834                 ssl_read(), ssl_peek(): check EOF which violates the
14835                 SSL protocol
14836         * src/gtk/colorlabel.c
14837                 removed warnings when displaying colorlabel menu
14838                 (don't use GtkAlignment)
14839
14840 2005-04-05 [paul]       1.9.6cvs26
14841
14842         * src/plugins/trayicon/trayicon.c
14843                 fix clipping of icon under KDE3 
14844
14845 2005-04-05 [paul]       1.9.6cvs25
14846
14847         * src/summaryview.c
14848                 hide display of threading
14849                 patch by Alfons
14850
14851 2005-04-04 [thorsten]   1.9.6cvs24
14852
14853         * src/mh.c
14854                 marks lost on filesystems with different stat() results on
14855                 summer-/wintertime
14856
14857 2005-04-03 [colin]      1.9.6cvs23
14858
14859         * src/summaryview.c
14860                 Don't handle up/down. Patch by Alfons
14861
14862 2005-04-02 [colin]      1.9.6cvs22
14863
14864         * src/summaryview.c
14865                 Make scrolling faster. Patch by Alfons.
14866
14867 2005-04-01 [colin]      1.9.6cvs21
14868
14869         * src/Makefile.am
14870         * src/stock_pixmap.c
14871         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14872         * src/pixmaps/dir_noselect.xpm ** ADDED **
14873                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14874
14875 2005-04-01 [colin]      1.9.6cvs20
14876
14877         * src/image_viewer.c
14878         * src/image_viewer.h
14879         * src/procmime.c
14880         * src/procmime.h
14881         * src/textview.c
14882         * src/textview.h
14883                 Implement inline image resizing and right-clicking
14884
14885 2005-04-01 [paul]       1.9.6cvs19
14886
14887         * AUTHORS
14888         * Makefile.am
14889         * configure.ac
14890                 check for gnome2
14891                 patch by Luca Cavalli <loopback<AT>slackit.org>
14892         * po/ru.po
14893                 updated by Pavlo Bohmat
14894
14895 2005-03-31 [colin]      1.9.6cvs18
14896
14897         * src/news.c
14898                 Fix parsing references
14899         * src/msgcache.c
14900                 don't put nulls in the references list
14901         * src/procheader.c
14902                 commit that forgotten file in 1.9.6cvs14
14903
14904 2005-03-31 [colin]      1.9.6cvs17
14905
14906         * src/compose.c
14907                 Fix joining of signature separator again. 
14908                 Maybe Hiro could put it in main too...
14909
14910 2005-03-31 [colin]      1.9.6cvs16
14911
14912         * src/Makefile.am
14913         * src/foldersel.c
14914         * src/stock_pixmap.c
14915         * src/stock_pixmap.h
14916         * src/pixmaps/dir-noselect.xpm
14917                 Update foldersel.c (sync from main, patch by Alfons)
14918
14919 2005-03-30 [colin]      1.9.6cvs15
14920
14921         * src/imap.c
14922                 Fix handling of imap folders containing [] in 
14923                 their name. Thanks to Nahuel Angelinetti for
14924                 the detailed bugreport.
14925
14926 2005-03-30 [colin]      1.9.6cvs14
14927
14928         * src/common/utils.h
14929         * src/common/utils.c
14930         * src/common/defs.h
14931         * src/matcher.c
14932         * src/msgcache.c
14933         * src/news.c
14934         * src/procmsg.c
14935         * src/procmsg.h
14936         * src/quote_fmt_parse.y
14937         * src/summaryview.c
14938                 Update references system. Patch by Alfons
14939
14940 2005-03-30 [colin]      1.9.6cvs13
14941
14942         * src/common/socket.c
14943                 Force the glibc to read resolv.conf again when 
14944                 it has changed. Should fix issues when changing
14945                 networks on a laptop and not restarting sylpheed. 
14946
14947 2005-03-30 [paul]       1.9.6cvs12
14948
14949         partial sync with main:
14950
14951         * src/action.c
14952                 create_io_dialog(): use user-defined text font
14953                 (thanks to Alfons), and modified its appearance.
14954         * src/addrgather.c
14955         * src/addrharvest.c
14956         * src/browseldap.c
14957                 replace old code
14958         * src/compose.c
14959                 don't join (presumably) itemized lines on line-wrapping
14960                 fixed wrapping of quote when auto-wrapping is enabled
14961                 compose_destroy(): destroy paned only if it's not
14962                 attached to window. Fixed memory leak of popup menu.
14963         * src/exphtmldlg.c
14964         * src/expldifdlg.c
14965                 replace old code
14966         * src/html.c
14967         * src/html.h
14968         * src/importmutt.c
14969         * src/importpine.c
14970                 replace old code
14971         * src/main.c
14972                 removed redundant code
14973         * src/mainwindow.c
14974                 changed 'Code set' (which is rather incorrect)
14975                 in the menu to 'Character encoding'
14976                 main_window_set_widgets(): request size first
14977                 to prevent window size becoming wrong
14978                 fixed remembering of the state of the visibility
14979                 of MessageView
14980         * src/messageview.c
14981                 changed 'Code set' (which is rather incorrect)
14982                 in the menu to 'Character encoding'
14983         * src/prefs_common.c
14984         * src/prefs_common.h
14985                 added an option whether to render HTML as text or not
14986                 added separators to outgoing encoding menu
14987         * src/procheader.c
14988                 procheader_scan_date_string(): support header
14989                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14990         * src/summaryview.c
14991         * src/summaryview.h
14992                 minor code cleanup
14993         * src/textview.c
14994                 textview_show_html(): force output of newline
14995                 added an option whether to render HTML as text or not
14996         * src/common/utils.c
14997                 strncpy2(): optimized based on Alfons' code
14998         * src/gtk/gtkutils.c
14999         * src/gtk/gtkutils.h
15000                 removed non-used code
15001         * src/plugins/pgpmime/passphrase.c
15002                 partially fixed grab input of passphrase dialog
15003                 Confine pointer to window
15004
15005 2005-03-30 [colin]      1.9.6cvs11
15006
15007         * src/msgcache.c
15008         * src/msgcache.h
15009                 Read/write 32bit ints from cache & marks
15010                 From main.
15011
15012 2005-03-29 [paul]       1.9.6cvs10
15013
15014         * AUTHORS
15015         * ChangeLog.claws
15016         * src/compose.c
15017         * src/gtk/gtkaspell.c
15018                 sync with HEAD (don't pass NULL pointers) 
15019
15020 2005-03-24 [paul]
15021
15022         * tools/Makefile.am
15023         * tools/README
15024         * tools/acroread2sylpheed.pl
15025                 sync with HEAD (add script to send pdfs as
15026                 attachments from Adobe Reader 7)
15027
15028 2005-03-21 [paul]       1.9.6cvs9
15029
15030         * configure.ac
15031         * po/POTFILES.in
15032         * src/Makefile.am
15033         * src/crash.c
15034         * src/image_viewer.c ** ADDED **
15035         * src/image_viewer.h ** ADDED **
15036         * src/main.c
15037         * src/prefs_common.c
15038         * src/prefs_common.h
15039         * src/prefs_image_viewer.c ** ADDED **
15040         * src/prefs_image_viewer.h ** ADDED **
15041         * src/textview.c
15042         * src/gtk/about.c
15043         * src/pixmaps/sylpheed_logo.xpm
15044         * src/plugins/Makefile.am
15045         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15046         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15047         * src/plugins/image_viewer/plugin.c ** REMOVED **
15048         * src/plugins/image_viewer/viewer.c ** REMOVED **
15049         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15050         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15051         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15052         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15053         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15054                 as gdk-pixbuf is now built-in
15055                 remove image_viewer plugin and put code back into
15056                 main codebase
15057                 implement inline image display (sync with main)
15058
15059                 replace logo with newer, nicer, larger version  
15060
15061 2005-03-21 [paul]       1.9.6cvs8
15062
15063         * src/gtk/about.c
15064                 cosmetic improvement
15065
15066 2005-03-21 [holger]     1.9.6cvs7
15067
15068         * src/plugins/spamassassin/spamassassin.c
15069                 Sync with HEAD
15070                 (unregister hook on failed plugin init)
15071
15072 2005-03-20 [colin]      1.9.6cvs6
15073
15074         * src/common/plugin.c
15075                 Check that plugin isn't already loaded
15076                 Patch by Alfons
15077
15078 2005-03-20 [thorsten]   1.9.6cvs5
15079
15080         * src/compose.c
15081                 use a more compatible syntax
15082
15083 2005-03-20 [thorsten]   1.9.6cvs4
15084
15085         * src/prefs_toolbar.c
15086                 fix crash when selecting toolbar item (uninitialized pointer)
15087
15088 2005-03-20 [thorsten]   1.9.6cvs3
15089
15090         * src/procmime.c
15091                 fix mimetype detection (referenced free()d string)
15092
15093 2005-03-20 [paul]       1.9.6cvs2
15094
15095         * src/compose.c
15096                 sync with HEAD (1.0.3cvs5)
15097                 neglect Reply-To header if empty
15098                 Patch by Alfons 
15099
15100 2005-03-19 [holger]     1.9.6cvs1
15101
15102         * src/summaryview.c
15103         * src/summaryview.h
15104                 Sync with HEAD
15105
15106 2005-03-18 [paul]       1.9.6
15107
15108         initial GTK2 release
15109
15110 2005-03-18 [paul]       1.0.3cvs3.1
15111
15112         * AUTHORS
15113         * ChangeLog.claws
15114         * configure.ac
15115         * src/gtk/about.c
15116         * src/pixmaps/sylpheed_logo.xpm
15117                 sync with HEAD
15118
15119 2005-03-18 [colin]      1.0.3cvs2.6
15120
15121         * src/summaryview.c
15122                 Remove call to summary_step in summary_copy_selected_to
15123                 Can't see its purpose, and this causes bug when copying
15124                 a message if the next one is unread: it reads it.
15125
15126 2005-03-18 [paul]       1.0.3cvs2.5
15127
15128         * src/foldersel.c
15129                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15130
15131 2005-03-18 [paul]       1.0.3cvs2.4
15132
15133         * src/addrharvest.c
15134         * src/codeconv.c
15135         * src/codeconv.h
15136         * src/compose.c
15137         * src/news.c
15138         * src/procheader.c
15139         * src/procmime.c
15140         * src/unmime.c
15141         * src/unmime.h
15142                 fix buffer overflow, CAN-2005-0667, see
15143                 http://secunia.com/advisories/14491/
15144                 Patch by Alfons
15145
15146 2005-03-17 [colin]      1.0.3cvs2.3
15147
15148         * src/prefs_fonts.c
15149         * src/summaryview.c
15150                 Fix font bugs (both lists now officialy share 
15151                 the same font)
15152                 
15153
15154 2005-03-17 [paul]       1.0.3cvs2.2
15155
15156         * src/gtk/pluginwindow.c
15157                 make plugin descriptions uneditable
15158
15159 2005-03-11 [paul]       1.0.3cvs2.1
15160
15161         * ChangeLog.claws
15162         * configure.ac
15163         * po/POTFILES.in
15164         * src/plugins/trayicon/trayicon.c
15165                 sync with HEAD
15166                 add src/wizard.c to POTFILES.in
15167
15168 2005-03-11 [paul]       1.0.3cvs1.1
15169
15170         * ChangeLog
15171         * ChangeLog.claws
15172         * configure.ac
15173         * po/de.po
15174         * po/es.po
15175         * po/fr.po
15176         * po/it.po
15177         * po/pt_BR.po
15178         * po/ru.po
15179         * po/sk.po
15180         * po/sr.po
15181         * po/zh_CN.po
15182                 sync with HEAD
15183
15184 2005-03-04 [colin]      1.0.1cvs22.2
15185
15186         * src/compose.c
15187                 Fix signatures with accentued chars in it
15188
15189 2005-03-04 [colin]      1.0.1cvs22.1
15190
15191         * src/common/smtp.c
15192         * src/common/smtp.h
15193                 Don't use SIZE param in MAIL FROM: if server 
15194                 doesn't support it. Patch by Eugen Freiter
15195                 <eugen_f@users.sf.net>
15196
15197 2005-02-27 [paul]       1.0.1cvs20.1
15198
15199         * ChangeLog.claws
15200         * configure.ac
15201         * src/messageview.c
15202                 sync with HEAD
15203
15204 2005-02-27 [colin]      1.0.1cvs19.4
15205
15206         * src/procheader.c
15207         * src/procheader.h
15208                 Fix prototypes. Patch by Alfons
15209
15210 2005-02-27 [colin]      1.0.1cvs19.3
15211
15212         * src/compose.c
15213                 Don't auto-join the signature separator.
15214
15215 2005-02-26 [colin]      1.0.1cvs19.2
15216
15217         * src/summaryview.c
15218                 Fix 'mark all read' with collapsed threads.
15219                 Patch by Alfons.
15220
15221 2005-02-25 [paul]       1.0.1cvs19.1
15222
15223         * ChangeLog.claws
15224         * configure.ac
15225         * src/prefs_account.c
15226         * src/prefs_folder_item.c
15227         * src/gtk/prefswindow.c
15228         * src/gtk/prefswindow.h
15229                 sync with HEAD
15230
15231 2005-02-25 [paul]       1.0.1cvs15.12
15232
15233         * src/alertpanel.c
15234         * src/codeconv.c
15235         * src/compose.c
15236         * src/textview.c
15237         * src/gtk/gtkutils.c
15238         * src/gtk/gtkutils.h
15239         * src/gtk/logwindow.c
15240         * src/gtk/progressdialog.c
15241                 sync with main (revision 127)
15242                 and fix logwindow clipping
15243
15244 2005-02-24 [colin]      1.0.1cvs15.11
15245
15246         * src/plugins/pgpmime/passphrase.c
15247                 Disable input grabbing; it doesn't work yet.
15248
15249 2005-02-24 [colin]      1.0.1cvs15.10
15250
15251         * src/messageview.c
15252                 Don't send out receipts if offline. Ask.
15253
15254 2005-02-23 [colin]      1.0.1cvs15.9
15255
15256         * src/summaryview.c     
15257                 Fix expanding
15258
15259 2005-02-23 [colin]      1.0.1cvs15.8
15260
15261         * src/summaryview.c
15262                 Really fix Bug 568 by removing useless
15263                 calls. summary_thread_init() now called
15264                 in summary_sort(). This should please
15265                 Alfons as it should be faster than 
15266                 previously.
15267
15268 2005-02-23 [colin]      1.0.1cvs15.7
15269
15270         * src/compose.c
15271                 Encode parts as QP or B64 if signing
15272
15273 2005-02-23 [colin]      1.0.1cvs15.6
15274
15275         * src/compose.c
15276                 Fix Mimeinfo leakage (including tmp files)
15277         * src/procmsg.c
15278                 Fix tmp file leakage (spotted by Ivan Rayner)
15279
15280 2005-02-22 [colin]      1.0.1cvs15.5
15281
15282         * src/expldifdlg.c
15283                 Fix keyboard input. Patch by Alfons.
15284
15285 2005-02-21 [colin]      1.0.1cvs15.4
15286
15287         * src/compose.c
15288                 Fix Sign/Encrypt when unselecting privacy
15289                 system
15290         * src/prefs_common.c
15291                 Change default message font to Monospace
15292         * src/summaryview.c
15293                 More freezing during potentially large operations
15294
15295 2005-02-21 [paul]       1.0.1cvs15.3
15296
15297         * src/main.c
15298                 fix --help output
15299
15300 2005-02-21 [paul]       1.0.1cvs15.2
15301
15302         * po/Makefile.in.in
15303         * src/compose.c
15304         * src/summaryview.c
15305         * src/textview.c
15306         * src/common/utils.c
15307         * src/common/utils.h
15308                 sync with main (revision 117)
15309
15310 2005-02-20 [colin]      1.0.1cvs15.1
15311
15312         * src/common/defs.h
15313                 Change cache file to .sylpheed_claws_cache, as
15314                 suggested by Alfons. Allows people to switch
15315                 between Sylpheed and Sylpheed-Claws. it is
15316                 a good idea to "Check for new messages" at next
15317                 startup.
15318
15319
15320 2005-02-18 [colin]      1.0.1cvs14.1
15321
15322         * src/quote_fmt_lex.l
15323         * src/quote_fmt_parse.y
15324                 Fix parser initialisation. Patch by Ivan.
15325
15326 2005-02-18 [colin]      1.0.1cvs11.6
15327
15328         * src/folderview.c
15329                 Fix scrolldown (bug 662)
15330
15331 2005-02-17 [colin]      1.0.1cvs11.5
15332
15333         * src/codeconv.c
15334                 conv_filename_to_utf8: return clean 7bit instead
15335                 of broken utf8 if needed
15336         * src/mimeview.c
15337                 Fix display of parts with unclean 8bit names
15338
15339 2005-02-17 [paul]       1.0.1cvs11.4
15340
15341         * src/compose.c
15342         * src/exportldif.c
15343         * src/matcher_parser_parse.y
15344         * src/procmime.c
15345         * src/sourcewindow.c
15346         * src/common/Makefile.am
15347         * src/common/intl.h             ** REMOVED **
15348         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15349                 sync with main (revision 109)
15350                 and clean up
15351
15352 2005-02-16 [colin]      1.0.1cvs11.3
15353
15354         * src/summaryview.c
15355                 Fix collapsed thread not highlighting when new
15356                 messages in it (Bug 568) Patch by Stephan Sachse.
15357                 Fix messed up selection when reaching bounds (Bug 632)
15358         * src/prefs_themes.c
15359                 Fix theme installing (Bug 684)
15360
15361 2005-02-16 [colin]      1.0.1cvs11.2
15362
15363         * src/messageview.c
15364                 Fix messageview_select_all
15365
15366 2005-02-16 [colin]      1.0.1cvs11.1
15367
15368         * src/mh.c
15369                 Sync with HEAD (MH scan required function)
15370
15371 2005-02-15 [colin]      1.0.1cvs8.1
15372
15373         * src/mimeview.c
15374         * src/common/utils.c
15375                 Sync with HEAD (filename chars substitution)
15376
15377 2005-02-15 [colin]      1.0.1cvs7.3
15378
15379         * src/gtk/pluginwindow.c
15380                 Fix button spacing
15381
15382 2005-02-15 [colin]      1.0.1cvs7.2
15383
15384         * src/mimeview.c
15385                 Fix mime icons not reset across message when
15386                 scrolled down
15387
15388 2005-02-15 [colin]      1.0.1cvs7.1
15389
15390         * src/compose.c
15391         * src/procmime.c
15392                 Sync with HEAD (optimisation of cvs6)
15393
15394 2005-02-14 [colin]      1.0.1cvs6.1
15395
15396         * src/compose.c
15397         * src/procmime.c
15398                 Sync with HEAD (encode "From " at line beginning)
15399
15400 2005-02-14 [colin]      1.0.1cvs5.3
15401
15402         * src/compose.c
15403                 Fix wrapping with accentued chars.
15404
15405 2005-02-13 [colin]      1.0.1cvs5.2
15406
15407         * src/textview.c
15408                 Fix email informative part parsing with
15409                 accentued chars in it. ispunct() returns
15410                 true for them in utf8...
15411
15412 2005-02-12 [colin]      1.0.1cvs5.1
15413
15414         * src/filtering.c
15415                 Sync with HEAD (remove wrong use of compose after send)
15416
15417 2005-02-12 [paul]       1.0.1cvs4.5
15418
15419         * src/textview.c
15420                 remove unnecessary code (thanks to Alfons)
15421
15422 2005-02-12 [paul]       1.0.1cvs4.4
15423
15424         * src/textview.c
15425                 add 'Copy' to contextual menu on emails
15426
15427 2005-02-11 [colin]      1.0.1cvs4.3
15428
15429         * src/compose.c
15430                 revert 1.0.0cvs28.2, it doesn't work that well.
15431
15432 2005-02-11 [paul]       1.0.1cvs4.2
15433
15434         * po/Makefile.in.in
15435                 fix 'make release'
15436
15437 2005-02-10 [paul]       1.0.1cvs4.1
15438
15439         * ChangeLog
15440         * ChangeLog.claws
15441         * ChangeLog.jp
15442         * configure.ac
15443         * src/compose.c
15444                 sync with HEAD (sync with main)
15445
15446 2005-02-10 [paul]       1.0.1cvs3.2
15447
15448         * AUTHORS
15449         * Makefile.am
15450         * autogen.sh
15451         * configure.ac
15452         * config/mkinstalldirs
15453         * intl/.cvsignore
15454         * intl/ChangeLog
15455         * intl/VERSION
15456         * intl/bindtextdom.c
15457         * intl/config.charset
15458         * intl/dcgettext.c
15459         * intl/dcigettext.c
15460         * intl/dcngettext.c
15461         * intl/dgettext.c
15462         * intl/dngettext.c
15463         * intl/eval-plural.h
15464         * intl/explodename.c
15465         * intl/finddomain.c
15466         * intl/gettext.c
15467         * intl/gettextP.h
15468         * intl/gmo.h
15469         * intl/hash-string.h
15470         * intl/intl-compat.c
15471         * intl/l10nflist.c
15472         * intl/libgnuintl.h.in
15473         * intl/loadinfo.h
15474         * intl/loadmsgcat.c
15475         * intl/localcharset.c
15476         * intl/localcharset.h
15477         * intl/locale.alias
15478         * intl/localealias.c
15479         * intl/localename.c
15480         * intl/log.c
15481         * intl/ngettext.c
15482         * intl/os2compat.c
15483         * intl/os2compat.h
15484         * intl/osdep.c
15485         * intl/plural-exp.c
15486         * intl/plural-exp.h
15487         * intl/plural.c
15488         * intl/plural.y
15489         * intl/ref-add.sin
15490         * intl/ref-del.sin
15491         * intl/relocatable.c
15492         * intl/relocatable.h
15493         * intl/textdomain.c
15494         * m4/Makefile.am
15495         * po/Makefile.in.in
15496         * src/Makefile.am
15497         * src/account.c
15498         * src/action.c
15499         * src/addr_compl.c
15500         * src/addressadd.c
15501         * src/addressbook.c
15502         * src/addrgather.c
15503         * src/addrindex.c
15504         * src/alertpanel.c
15505         * src/browseldap.c
15506         * src/codeconv.c
15507         * src/codeconv.h
15508         * src/compose.c
15509         * src/compose.h
15510         * src/crash.c
15511         * src/editaddress.c
15512         * src/editbook.c
15513         * src/editgroup.c
15514         * src/editjpilot.c
15515         * src/editldap.c
15516         * src/editldap_basedn.c
15517         * src/editvcard.c
15518         * src/exphtmldlg.c
15519         * src/expldifdlg.c
15520         * src/export.c
15521         * src/exporthtml.c
15522         * src/filtering.c
15523         * src/folder.c
15524         * src/folder_item_prefs.c
15525         * src/foldersel.c
15526         * src/folderview.c
15527         * src/grouplistdialog.c
15528         * src/headerview.c
15529         * src/imap.c
15530         * src/imap_gtk.c
15531         * src/import.c
15532         * src/importldif.c
15533         * src/importmutt.c
15534         * src/importpine.c
15535         * src/inc.c
15536         * src/ldif.c
15537         * src/main.c
15538         * src/mainwindow.c
15539         * src/matcher.c
15540         * src/mbox.c
15541         * src/message_search.c
15542         * src/messageview.c
15543         * src/mh.c
15544         * src/mh_gtk.c
15545         * src/mimeview.c
15546         * src/msgcache.c
15547         * src/news.c
15548         * src/news_gtk.c
15549         * src/noticeview.c
15550         * src/partial_download.c
15551         * src/pop.c
15552         * src/prefs_account.c
15553         * src/prefs_actions.c
15554         * src/prefs_common.c
15555         * src/prefs_customheader.c
15556         * src/prefs_display_header.c
15557         * src/prefs_ext_prog.c
15558         * src/prefs_filtering.c
15559         * src/prefs_filtering_action.c
15560         * src/prefs_folder_item.c
15561         * src/prefs_fonts.c
15562         * src/prefs_gtk.c
15563         * src/prefs_matcher.c
15564         * src/prefs_msg_colors.c
15565         * src/prefs_spelling.c
15566         * src/prefs_summary_column.c
15567         * src/prefs_template.c
15568         * src/prefs_themes.c
15569         * src/prefs_toolbar.c
15570         * src/prefs_wrapping.c
15571         * src/privacy.c
15572         * src/procheader.c
15573         * src/procmime.c
15574         * src/procmsg.c
15575         * src/quote_fmt.c
15576         * src/recv.c
15577         * src/send_message.c
15578         * src/setup.c
15579         * src/sourcewindow.c
15580         * src/ssl_manager.c
15581         * src/statusbar.c
15582         * src/summary_search.c
15583         * src/summaryview.c
15584         * src/textview.c
15585         * src/toolbar.c
15586         * src/wizard.c
15587         * src/common/nntp.c
15588         * src/common/plugin.c
15589         * src/common/smtp.c
15590         * src/common/ssl.c
15591         * src/common/ssl_certificate.c
15592         * src/common/string_match.c
15593         * src/common/sylpheed.c
15594         * src/common/template.c
15595         * src/common/utils.c
15596         * src/gtk/about.c
15597         * src/gtk/colorlabel.c
15598         * src/gtk/description_window.c
15599         * src/gtk/filesel.c
15600         * src/gtk/foldersort.c
15601         * src/gtk/gtkaspell.c
15602         * src/gtk/gtkutils.c
15603         * src/gtk/inputdialog.c
15604         * src/gtk/logwindow.c
15605         * src/gtk/menu.c
15606         * src/gtk/pluginwindow.c
15607         * src/gtk/prefswindow.c
15608         * src/gtk/progressdialog.c
15609         * src/gtk/quicksearch.c
15610         * src/gtk/sslcertwindow.c
15611         * src/plugins/clamav/clamav_plugin.c
15612         * src/plugins/clamav/clamav_plugin_gtk.c
15613         * src/plugins/demo/demo.c
15614         * src/plugins/dillo_viewer/dillo_prefs.c
15615         * src/plugins/dillo_viewer/dillo_viewer.c
15616         * src/plugins/image_viewer/plugin.c
15617         * src/plugins/image_viewer/viewer.c
15618         * src/plugins/image_viewer/viewerprefs.c
15619         * src/plugins/mathml_viewer/mathml_viewer.c
15620         * src/plugins/pgpmime/passphrase.c
15621         * src/plugins/pgpmime/plugin.c
15622         * src/plugins/pgpmime/prefs_gpg.c
15623         * src/plugins/pgpmime/select-keys.c
15624         * src/plugins/pgpmime/sgpgme.c
15625         * src/plugins/spamassassin/spamassassin.c
15626         * src/plugins/spamassassin/spamassassin_gtk.c
15627         * src/plugins/trayicon/trayicon.c
15628                 sync with main (revision 104)
15629
15630 2005-02-10 [colin]      1.0.1cvs3.1
15631
15632         * src/mainwindow.c
15633                 Sync with HEAD (fix occasional crasher)
15634
15635 2005-02-10 [colin]      1.0.1cvs2.1
15636
15637         * src/messageview.c
15638                 Synw with HEAD (don't automatically display html)
15639
15640 2005-02-09 [colin]      1.0.1cvs1.3
15641
15642         * src/textview.c
15643         * src/textview.h
15644                 Add contextual menu on emails
15645
15646 2005-02-09 [colin]      1.0.1cvs1.2
15647
15648         * src/codeconv.c
15649                 Fix converting from broken headers and 
15650                 put back the _ in missing places
15651                 (feature broke with cvs24.2 sync, main 
15652                  possibly affected?)
15653
15654 2005-02-09 [colin]      1.0.1cvs1.1
15655
15656         * src/messageview.c
15657         * src/mimeview.c
15658         * src/mimeview.h
15659                 Sync with HEAD (display non text/plain mails with plugin)
15660
15661 2005-02-08 [colin]      1.0.1.1
15662
15663         * ChangeLog.claws
15664         * po/pt_BR.po
15665                 Sync with HEAD
15666         * configure.ac
15667                 Make default configuration directory 
15668                 be .sylpheed-gtk2
15669
15670 2005-02-08 [colin]      1.0.0cvs29.1
15671
15672         * po/de.po
15673         * po/es.po
15674         * po/fr.po
15675         * po/it.po
15676         * po/sk.po
15677         * po/sr.po
15678                 Sync translations with HEAD
15679
15680 2005-02-06 [colin]      1.0.0cvs28.3
15681
15682         * src/compose.c
15683                 Make compose a bit faster - patch by Alfons.
15684
15685 2005-02-06 [colin]      1.0.0cvs28.2
15686
15687         * src/compose.c
15688                 Make pasting via middle-click more reliable
15689
15690 2005-02-05 [paul]       1.0.0cvs28.1
15691
15692         * ChangeLog
15693         * ChangeLog.claws
15694         * ChangeLog.jp
15695         * configure.ac
15696         * src/compose.c
15697                 sync with HEAD
15698                 (fix bug 682 'redirect is broken'
15699
15700 2005-02-05 [torte]      1.0.0cvs27.1
15701
15702         * ChangeLog.claws
15703         * configure.ac
15704         * src/partial_download.c
15705                 Sync with HEAD (fix buf overflow)
15706
15707 2005-02-03 [colin]      1.0.0cvs26.1
15708
15709         * src/common/plugin.c
15710                 Sync with HEAD (avoid plugin mismatches)
15711
15712 2005-02-03 [paul]       1.0.0cvs25.3
15713
15714         * src/folderview.c
15715         * src/headerview.c
15716         * src/summaryview.c
15717         * src/textview.c
15718         * src/gtk/colorlabel.c
15719                 third and final part of initial sync with main-gtk2
15720
15721 2005-02-03 [paul]       1.0.0cvs25.2
15722
15723         * src/jpilot.c
15724                 fix building with jpilot support
15725
15726 2005-02-02 [colin]      1.0.0cvs25.1
15727
15728         * src/messageview.c
15729                 Sync with HEAD (fix dangerous typo)
15730
15731 2005-02-01 [colin]      1.0.0cvs24.3
15732
15733         * src/common/xml.c
15734                 Write file as advertised (UTF-8)
15735
15736 2005-02-01 [paul]       1.0.0cvs24.2
15737
15738         * src/addrbook.c
15739         * src/addrindex.c
15740         * src/alertpanel.h
15741         * src/codeconv.c
15742         * src/codeconv.h
15743         * src/compose.c
15744         * src/export.c
15745         * src/folder_item_prefs.c
15746         * src/html.c
15747         * src/imap.c
15748         * src/import.c
15749         * src/jpilot.c
15750         * src/mainwindow.c
15751         * src/matcher_parser_lex.l
15752         * src/messageview.c
15753         * src/mh.c
15754         * src/prefs_account.c
15755         * src/prefs_actions.c
15756         * src/prefs_common.c
15757         * src/prefs_gtk.c
15758         * src/prefs_gtk.h
15759         * src/prefs_themes.c
15760         * src/procheader.c
15761         * src/procmime.c
15762         * src/sourcewindow.c
15763         * src/statusbar.c
15764         * src/summaryview.c
15765         * src/textview.c
15766         * src/toolbar.c
15767         * src/unmime.c
15768         * src/common/template.c
15769         * src/common/utils.c
15770         * src/common/xml.c
15771         * src/common/xml.h
15772         * src/gtk/gtkaspell.c
15773         * src/plugins/clamav/clamav_plugin.c
15774         * src/plugins/dillo_viewer/dillo_prefs.c
15775         * src/plugins/image_viewer/viewerprefs.c
15776         * src/plugins/pgpmime/passphrase.c
15777         * src/plugins/pgpmime/prefs_gpg.c
15778         * src/plugins/pgpmime/select-keys.c
15779         * src/plugins/spamassassin/spamassassin.c
15780                 second part of initial sync with main-gtk2
15781                 (more to follow)
15782
15783 2005-01-31 [colin]      1.0.0cvs24.1
15784
15785         * src/compose.c
15786                 Sync with HEAD
15787
15788 2005-01-29 [paul]       1.0.0cvs23.2
15789
15790         * src/account.c
15791         * src/action.c
15792         * src/addressadd.c
15793         * src/addressbook.c
15794         * src/alertpanel.c
15795         * src/compose.c
15796         * src/editaddress.c
15797         * src/editbook.c
15798         * src/editgroup.c
15799         * src/editjpilot.c
15800         * src/editldap.c
15801         * src/editldap_basedn.c
15802         * src/editvcard.c
15803         * src/export.c
15804         * src/foldersel.c
15805         * src/grouplistdialog.c
15806         * src/import.c
15807         * src/importldif.c
15808         * src/inc.c
15809         * src/main.c
15810         * src/mainwindow.c
15811         * src/message_search.c
15812         * src/messageview.c
15813         * src/mimeview.c
15814         * src/prefs_actions.c
15815         * src/prefs_common.c
15816         * src/prefs_common.h
15817         * src/prefs_customheader.c
15818         * src/prefs_display_header.c
15819         * src/prefs_filtering.c
15820         * src/prefs_filtering_action.c
15821         * src/prefs_gtk.c
15822         * src/prefs_matcher.c
15823         * src/prefs_summary_column.c
15824         * src/prefs_template.c
15825         * src/sourcewindow.c
15826         * src/summary_search.c
15827         * src/summaryview.c
15828         * src/textview.c
15829         * src/gtk/about.c
15830         * src/gtk/description_window.c
15831         * src/gtk/gtkshruler.c
15832         * src/gtk/gtkutils.c
15833         * src/gtk/gtkutils.h
15834         * src/gtk/inputdialog.c
15835         * src/gtk/logwindow.c
15836         * src/gtk/prefswindow.c
15837         * src/gtk/progressdialog.c
15838         * src/gtk/progressdialog.h
15839                 first part of initial sync with main-gtk2
15840                 (more to follow)
15841
15842 2005-01-28 [colin]      1.0.0cvs23.1
15843
15844         * src/folderview.c
15845                 Sync with HEAD
15846
15847 2005-01-27 [colin]      1.0.0cvs21.1
15848
15849         * src/folder.c
15850         * src/folderview.c
15851                 Sync with HEAD
15852
15853 2005-01-27 [colin]      1.0.0cvs19.1
15854
15855         * src/procmime.c
15856                 Sync with HEAD
15857
15858 2005-01-27 [colin]      1.0.0cvs18.1
15859
15860         * src/messageview.c
15861         * src/summaryview.c
15862         * src/mainwindow.c
15863         * src/compose.c
15864         * src/compose.h
15865         * src/procmsg.c
15866         * src/procmsg.h
15867         * src/toolbar.c
15868                 Sync with HEAD
15869
15870 2005-01-26 [paul]       1.0.0cvs15.2
15871
15872         * src/compose.c
15873                 compose_entries_set(): convert subject and body to
15874                 utf8 if necessary. patch by Felix Eckhofer
15875
15876 2005-01-26 [paul]       1.0.0cvs15.1
15877
15878         * configure.ac
15879         * src/common/template.c
15880                 sync with HEAD (fix memory leak)
15881
15882 2005-01-25 [paul]       1.0.0cvs14.1
15883
15884         * configure.ac
15885         * src/compose.c
15886                 sync with HEAD
15887
15888 2005-01-24 [colin]      1.0.0cvs13.1
15889
15890         * src/summaryview.c
15891                 Sync with HEAD
15892
15893 2005-01-24 [paul]       1.0.0cvs12.1
15894
15895         * configure.ac
15896         * src/messageview.c
15897         * src/mh.c
15898         * src/common/utils.c
15899                 sync with HEAD
15900
15901 2005-01-24 [colin]      1.0.0cvs11.1
15902
15903         * src/procheader.c
15904                 Sync with HEAD
15905
15906 2005-01-24 [colin]      1.0.0cvs10.1
15907
15908         * src/folderview.c
15909                 Sync with HEAD
15910
15911 2005-01-23 [colin]      1.0.0cvs9.1
15912
15913         * src/crash.c
15914                 Sync with HEAD
15915
15916 2005-01-22 [colin]      1.0.0cvs8.1
15917
15918         * src/summaryview.c
15919         * src/gtk/quicksearch.c
15920                 Sync with HEAD
15921
15922 2005-01-21 [colin]      1.0.0cvs7.1
15923
15924         * src/summaryview.c
15925                 Sync with HEAD
15926
15927 2005-01-21 [colin]      1.0.0cvs6.1
15928
15929         * src/summaryview.c
15930                 Sync with HEAD
15931
15932 2005-01-21 [colin]      1.0.0cvs5.1
15933
15934         * src/gtk/quicksearch.c
15935         * src/prefs_common.c
15936         * src/prefs_common.h
15937                 Sync with HEAD (recurse option)
15938
15939 2005-01-21 [colin]      1.0.0cvs4.1
15940
15941         * src/folder.h
15942         * src/folderview.c
15943         * src/folderview.h
15944         * src/summaryview.c
15945         * src/gtk/quicksearch.c
15946         * src/gtk/quicksearch.h
15947                 Sync with HEAD (recursive quicksearch)
15948
15949 2005-01-20 [colin]      1.0.0cvs3.4
15950
15951         * src/ssl_manager.c
15952                 Remove useless code
15953
15954 2005-01-20 [colin]      1.0.0cvs3.3
15955
15956         * src/ssl_manager.c
15957                 Fix leak, thanks to Alfons.
15958
15959 2005-01-20 [colin]      1.0.0cvs3.2
15960
15961         * src/ssl_manager.c
15962                 Port SSL certificate window to GTK2.
15963
15964 2005-01-20 [paul]       1.0.0cvs3.1
15965
15966         * ChangeLog.claws
15967         * configure.ac
15968         * src/addrindex.c
15969         * src/addrindex.h
15970                 sync with HEAD
15971
15972 2005-01-19 [colin]      1.0.0cvs2.2
15973
15974         * src/plugins/trayicon/trayicon.c
15975                 Fix freeze with gtk-2.6, the easy way
15976                 (signal blocking helpless there...)
15977                 Closes bug #668.
15978
15979 2005-01-19 [colin]      1.0.0cvs2.1
15980
15981         * src/mbox.c
15982         * src/mbox.h
15983         * src/mainwindow.c
15984         * src/summaryview.c
15985         * src/summaryview.h
15986                 Sync with HEAD
15987
15988 2005-01-19 [paul]       1.0.0cvs1.1
15989
15990         * configure.ac
15991         * po/de.po
15992         * po/es.po
15993         * po/fr.po
15994         * po/hr.po
15995         * po/it.po
15996         * po/ja.po
15997         * po/ko.po
15998         * po/pt_BR.po
15999         * po/ru.po
16000         * po/sk.po
16001         * po/sr.po
16002                 sync with HEAD (update translations)
16003
16004 2005-01-18 [colin]      1.0.0cvs0.1
16005
16006         * src/foldersel.c
16007                 Specify search column - patch by Alfons
16008
16009 2005-01-18 [colin]      0.9.13cvs36.3
16010
16011         * src/prefs_toolbar.c
16012                 Change Delete to Remove
16013         * src/prefs_fonts.c
16014                 GTK2 version and leak fixes
16015         * src/prefs_actions.c
16016                 Add stock buttons.
16017                 All patches by Alfons
16018
16019 2005-01-17 [colin]      0.9.13cvs36.2
16020
16021         * src/compose.c
16022                 Fix DnD inserting twice. While at it,
16023                 add DnD support for text/plain in the
16024                 body, and add support in the headers.
16025
16026 2005-01-16 [colin]      0.9.13cvs36.1
16027
16028         * ChangeLog
16029         * ChangeLog.jp
16030         * ChangeLog.claws
16031                 Sync with HEAD (nothing applicable)
16032
16033 2005-01-16 [colin]      0.9.13cvs33.2
16034
16035         * src/prefs_toolbar.c
16036                 GTK2ize prefs_toolbar, by Alfons.
16037
16038 2005-01-14 [colin]      0.9.13cvs33.1
16039
16040         * src/html.c
16041         * src/msgcache.c
16042                 Sync with HEAD
16043
16044 2005-01-14 [colin]      0.9.13cvs32.1
16045
16046         * src/html.c
16047         * src/html.h
16048         * src/msgcache.c
16049         * AUTHORS
16050         * tools/calypso_convert.pl
16051                 Sync with HEAD
16052
16053 2005-01-08 [colin]      0.9.13cvs29.2
16054
16055         * src/prefs_filtering_action.c
16056         * src/prefs_filtering.c
16057                 2 more gtk2 patches by Alfons
16058
16059 2005-01-07 [paul]       0.9.13cvs29.1
16060
16061         * ChangeLog
16062         * ChangeLog.claws
16063         * ChangeLog.jp
16064         * configure.ac
16065         * src/pop.c
16066         * src/pop.h
16067                 sync with HEAD
16068
16069 2005-01-07 [colin]      0.9.13cvs28.3
16070
16071         * src/gtk/progressdialog.c
16072         * src/gtk/progressdialog.h
16073         * src/inc.c
16074         * src/send_message.c
16075                 GTK2 for the incorporation dialog. The CList isn't dead
16076                 yet, for a more smooth migration. Patch by Alfons.
16077
16078 2005-01-06 [colin]      0.9.13cvs28.2
16079
16080         * src/prefs_display_header.c
16081                 GTK2 conversion by Alfons
16082         * src/prefs_actions.c
16083         * src/prefs_matcher.c
16084                 Fix 2 leaks - patch by Alfons
16085
16086 2005-01-06 [colin]      0.9.13cvs28.1
16087
16088         * src/prefs_matcher.c
16089                 Sync with HEAD
16090
16091 2005-01-06 [colin]      0.9.13cvs27.4
16092
16093         * src/prefs_matcher.c
16094                 Fix double-free. Patch by Alfons
16095
16096 2005-01-06 [colin]      0.9.13cvs27.3
16097
16098         * src/prefs_matcher.c
16099                 GTK2 widgets + memleak
16100                 Patch by Alfons
16101
16102 2005-01-05 [colin]      0.9.13cvs27.2
16103
16104         * src/account.c
16105         * src/addr_compl.c
16106         * src/foldersel.c
16107         * src/stock_pixmap.c
16108         * src/stock_pixmap.h
16109                 3 more GTK2 patches by Alfons.
16110
16111 2005-01-04 [colin]      0.9.13cvs27.1
16112
16113         * src/folderview.c
16114         * src/imap_gtk.c
16115         * src/news_gtk.c
16116                 Sync with HEAD
16117
16118 2005-01-04 [colin]      0.9.13cvs25.9
16119
16120         * src/compose.c
16121                 Fix Show Ruler menuitem
16122         * src/prefs_template.c
16123                 Convert to GTK2
16124         * src/common/utils.c
16125                 Make auto pointer stuff handles NULLs
16126                 Patches by Alfons.
16127
16128 2005-01-04 [colin]      0.9.13cvs25.8
16129
16130         * src/compose.c
16131                 Move the attachment list to gtk2
16132                 Patch by Alfons.
16133
16134 2005-01-04 [colin]      0.9.13cvs25.7
16135
16136         * src/textview.c
16137                 Make some keys work again
16138                 Patch by SungHyun Nam <namsh@kldp.org>
16139
16140 2005-01-04 [colin]      0.9.13cvs25.6
16141
16142         * src/gtk/gtkshruler.c
16143                 Move the ruler to GTK2
16144                 Patch by Alfons
16145
16146 2005-01-03 [colin]      0.9.13cvs25.5
16147
16148         * src/compose.c
16149                 Fix my broken patch apply 
16150
16151 2005-01-03 [colin]      0.9.13cvs25.4
16152
16153         * src/common/utils.c
16154         * src/common/utils.h
16155         * src/gtk/prefswindow.c
16156                 Move auto pointer stuff to utils.c
16157                 Patch by Alfons again :)
16158
16159 2005-01-03 [colin]      0.9.13cvs25.3
16160
16161         * src/compose.c
16162         * src/prefs_gtk.c
16163         * src/prefs_template.c
16164         * src/textview.c
16165                 Empty text widgets with empty strings, not NULL char
16166                 Patch by SungHyun Nam <namsh@kldp_org>
16167
16168 2005-01-03 [colin]      0.9.13cvs25.2
16169
16170         * src/main.c
16171         * AUTHORS
16172                 Sync with HEAD
16173
16174 2005-01-03 [colin]      0.9.13cvs25.1
16175
16176         * src/pop.c
16177         * src/pop.h
16178                 Sync with HEAD
16179
16180 2005-01-03 [colin]      0.9.13cvs24.3
16181
16182         * src/account.c
16183                 Two patches from Alfons and Alex S Moore:
16184                 fix images, fix return value.
16185
16186 2005-01-01 [colin]      0.9.13cvs24.2
16187
16188         * src/prefs_actions.c
16189                 Fix over-zealous assertion. Patch by Alfons
16190
16191 2005-01-01 [colin]      0.9.13cvs24.1
16192
16193         * src/procmime.c
16194                 Sync with HEAD (leak fix)
16195
16196 2004-12-31 [colin]      0.9.13cvs23.2
16197
16198         * src/prefs_common.c
16199                 GTK2 widgets + stock buttons - patch by Alfons
16200
16201 2004-12-31 [paul]       0.9.13cvs23.1
16202
16203         * configure.ac
16204                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16205         * src/gtk/pluginwindow.c
16206                 use GTK2 widgets and plug memory leaks,
16207                 patches by Alfons
16208
16209 2004-12-30 [colin]      0.9.13cvs22.4
16210
16211         * src/account.c
16212         * src/action.c
16213         * src/export.c
16214         * src/foldersel.c
16215         * src/import.c
16216         * src/message_search.c
16217         * src/prefs_actions.c
16218         * src/prefs_common.c
16219         * src/prefs_customheader.c
16220         * src/prefs_filtering.c
16221         * src/prefs_summary_column.c
16222         * src/summary_search.c
16223         * src/gtk/about.c
16224         * src/gtk/description_window.c
16225         * src/gtk/gtkutils.c
16226         * src/gtk/gtkutils.h
16227         * src/gtk/inputdialog.c
16228         * src/gtk/prefswindow.c
16229                 Use GTK2 stock buttons. Patches by Alfons.
16230
16231 2004-12-30 [colin]      0.9.13cvs22.3
16232
16233         * src/account.c
16234                 Sync with HEAD
16235         * src/prefs_actions.c
16236         * src/prefs_customheader.c
16237         * src/prefs_filtering.c
16238         * src/prefs_msg_colors.c
16239         * src/prefs_summary_column.c
16240         * src/gtk/prefswindow.c
16241                 Use GtkTreeView instead of deprecated 
16242                 widgets. Patches by Alfons.
16243
16244 2004-12-30 [paul]       0.9.13cvs22.2
16245
16246         * src/foldersel.c
16247                 use GTK 2 Tree View
16248                 patch by Alfons, with root folder sorting fix
16249                 by Stephan Sachse
16250
16251 2004-12-30 [paul]       0.9.13cvs22.1
16252
16253         * ChangeLog
16254         * ChangeLog.claws
16255         * ChangeLog.jp
16256         * NEWS
16257         * configure.ac
16258         * src/account.c
16259                 sync with HEAD
16260
16261 2004-12-22 [martin]     0.9.13cvs21.2
16262
16263         * src/action.c
16264                 free the command line after its use
16265
16266 2004-12-18 [paul]       0.9.13cvs21.1
16267
16268         * AUTHORS
16269         * ChangeLog
16270         * ChangeLog.claws
16271         * ChangeLog.jp
16272         * NEWS
16273         * configure.ac
16274         * src/action.c
16275         * src/compose.c
16276         * src/syldap.c
16277                 sync with HEAD
16278
16279 2004-12-17 [martin]     0.9.13cvs17.2
16280
16281         * src/action.c
16282                 convert actions input to locale
16283         * src/inc.c
16284                 convert notification command to locale
16285         * src/plugins/pgpmime/select-keys.c
16286                 convert attributes to utf8
16287
16288 2004-12-14 [colin]      0.9.13cvs17.1
16289
16290         * ChangeLog
16291         * ChangeLog.jp
16292         * ChangeLog.claws
16293         * src/action.c
16294         * src/common/utils.c
16295         * src/gtk/prefswindow.c
16296         * src/gtk/gtkutils.c
16297         * src/gtk/gtkutils.h
16298         * src/plugins/spamassassin/libspamc.c
16299                 Sync with HEAD
16300
16301 2004-12-13 [colin]      0.9.13cvs14.1
16302
16303         * src/quote_fmt_parse.y
16304                 Sync with HEAD
16305
16306 2004-12-10 [colin]      0.9.13cvs12.1
16307
16308         * src/prefs_themes.c
16309         * src/mainwindow.c
16310         * src/messageview.c
16311                 Sync with HEAD
16312
16313 2004-12-09 [colin]      0.9.13cvs10.1
16314
16315         * src/procmime.c
16316                 Sync with HEAD (fix B64 encoding from memory)
16317
16318 2004-12-08 [colin]      0.9.13cvs9.1
16319
16320         * src/gtk/colorlabel.c
16321                 Sync with HEAD
16322
16323 2004-12-08 [paul]       0.9.13cvs8.2
16324
16325         * src/gtk/pluginwindow.c
16326                 fix window resizing oddities
16327
16328 2004-12-08 [colin]      0.9.13cvs8.1
16329
16330         * src/quote_fmt_parse.y
16331                 Sync with HEAD
16332
16333 2004-12-08 [colin]      0.9.13cvs7.1
16334
16335         * src/matcher_parser_parse.y
16336         * src/msgcache.c
16337         * src/prefs_matcher.c
16338         * src/procheader.c
16339         * src/matcher.c
16340         * src/common/defs.h
16341         * po/sr.po
16342                 Sync with HEAD
16343
16344 2004-12-08 [colin]      0.9.13cvs6.1
16345
16346         * src/quote_fmt_parse.y
16347         * src/textview.c
16348                 Sync with HEAD
16349         * src/gtk/prefswindow.c
16350         * src/gtk/pluginwindow.c
16351                 Fix G_CALLBACKS protos (thanks to Alfons)
16352
16353 2004-12-07 [torte]      0.9.13cvs2.2
16354
16355         * src/procmime.c
16356                 [Bug 650] reply button causes crash
16357                 Thanks to David Relson and Christoph
16358
16359 2004-12-07 [colin]      0.9.13cvs2.1
16360
16361         * ChangeLog.claws
16362         * AUTHORS
16363         * po/sk.po
16364         * src/procmime.c
16365         * src/prefs_account.c
16366         * src/common/smtp.c
16367         * src/common/smtp.h
16368                 Sync with HEAD
16369
16370 2004-12-06 [colin]      0.9.12cvs187.1
16371
16372         * ChangeLog.claws
16373         * INSTALL
16374         * Makefile.am
16375         * README.claws
16376         * TODO.claws
16377         * configure.ac
16378         * po/bg.po
16379         * po/cs.po
16380         * po/el.po
16381         * po/en_GB.po
16382         * po/es.po
16383         * po/fr.po
16384         * po/hr.po
16385         * po/hu.po
16386         * po/it.po
16387         * po/ja.po
16388         * po/ko.po
16389         * po/nl.po
16390         * po/pl.po
16391         * po/pt_BR.po
16392         * po/ru.po
16393         * po/sk.po
16394         * po/sr.po
16395         * po/sv.po
16396         * po/zh_CN.po
16397         * po/zh_TW.Big5.po
16398         * src/compose.c
16399         * tools/Makefile.am
16400         * tools/README
16401         * tools/filter_conv.pl
16402         * tools/kdeservicemenu/README
16403         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16404         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16405                 Sync with HEAD
16406
16407 2004-12-04 [colin]      0.9.12cvs183.1
16408
16409         * src/compose.c
16410                 Sync with HEAD (compose window position saving)
16411
16412 2004-12-04 [paul]       0.9.12cvs182.3
16413
16414         * src/messageview.c
16415         * src/mimeview.c
16416         * src/prefs_customheader.c
16417         * src/gtk/quicksearch.c
16418                 replace some forgotten GTK_SIGNAL_FUNCs
16419
16420 2004-12-04 [paul]       0.9.12cvs182.2
16421
16422         * src/Makefile.am
16423                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16424                 committed in error      
16425
16426 2004-12-04 [paul]       0.9.12cvs182.1
16427
16428         * ChangeLog
16429         * ChangeLog.claws
16430         * ChangeLog.jp
16431         * INSTALL
16432         * NEWS
16433         * README
16434         * README.jp
16435         * configure.ac
16436         * doc/manual/ja/Makefile.am
16437         * doc/manual/ja/sylpheed-1.html
16438         * doc/manual/ja/sylpheed-10.html
16439         * doc/manual/ja/sylpheed-11.html
16440         * doc/manual/ja/sylpheed-12.html
16441         * doc/manual/ja/sylpheed-13.html
16442         * doc/manual/ja/sylpheed-14.html
16443         * doc/manual/ja/sylpheed-15.html
16444         * doc/manual/ja/sylpheed-16.html
16445         * doc/manual/ja/sylpheed-17.html
16446         * doc/manual/ja/sylpheed-18.html
16447         * doc/manual/ja/sylpheed-19.html
16448         * doc/manual/ja/sylpheed-2.html
16449         * doc/manual/ja/sylpheed-20.html
16450         * doc/manual/ja/sylpheed-3.html
16451         * doc/manual/ja/sylpheed-4.html
16452         * doc/manual/ja/sylpheed-5.html
16453         * doc/manual/ja/sylpheed-6.html
16454         * doc/manual/ja/sylpheed-7.html
16455         * doc/manual/ja/sylpheed-8.html
16456         * doc/manual/ja/sylpheed-9.html
16457         * doc/manual/ja/sylpheed.html
16458         * doc/manual/ja/sylpheed.sgml
16459         * po/de.po
16460         * src/Makefile.am
16461         * src/compose.c
16462         * src/procmime.c
16463         * src/pixmaps/regular.xpm **REMOVED**
16464         * src/plugins/pgpmime/pgpmime.c
16465         * src/plugins/pgpmime/plugin.c
16466         * src/plugins/pgpmime/prefs_gpg.c
16467                 sync with HEAD
16468
16469 2004-12-03 [paul]       0.9.12cvs180.1
16470
16471         * ChangeLog
16472         * ChangeLog.claws
16473         * ChangeLog.jp
16474         * configure.ac
16475         * src/Makefile.am
16476         * src/pop.c
16477         * src/common/utils.c
16478         * src/common/utils.h
16479         * src/pixmaps/continue.xpm
16480         * src/pixmaps/dir_close.xpm
16481         * src/pixmaps/dir_open.xpm
16482         * src/pixmaps/drafts_close.xpm
16483         * src/pixmaps/drafts_open.xpm
16484         * src/pixmaps/folder.xpm **REMOVED**
16485         * src/pixmaps/group.xpm
16486         * src/pixmaps/unread.xpm
16487                 sync with HEAD
16488
16489 2004-12-02 [colin]      0.9.12cvs179.1
16490
16491         * src/compose.c
16492                 Sync with HEAD (non-duplicated reedition)
16493
16494 2004-12-02 [colin]      0.9.12cvs178.1
16495
16496         * src/compose.c
16497                 Sync with HEAD (linewrap_quote fix)
16498
16499 2004-12-01 [colin]      0.9.12cvs177.3
16500
16501         * src/addrharvest.c
16502                 Replace sizeof with strlen
16503
16504 2004-12-01 [paul]       0.9.12cvs177.2
16505
16506         * src/addrharvest.c
16507                 fix 'harvest addresses'
16508
16509 2004-11-30 [colin]      0.9.12cvs177.1
16510
16511         * src/gtk/prefswindow.c
16512         * src/gtk/pluginwindow.c
16513                 Sync with HEAD
16514
16515 2004-11-29 [colin]      0.9.12cvs176.1
16516
16517         * src/folderview.c
16518                 sync with HEAD (Fix disappearing separators in folderview's popup)
16519
16520 2004-11-29 [colin]      0.9.12cvs175.1
16521
16522         * src/procmime.c
16523                 Sync with head (another format fix)
16524
16525 2004-11-29 [colin]      0.9.12cvs174.1
16526
16527         * src/pop.c
16528                 Sync with HEAD (format string fix)
16529
16530 2004-11-26 [colin]      0.9.12cvs173.1
16531
16532         * src/common/smtp.c
16533         * src/common/smtp.h
16534                 Sync with HEAD
16535
16536 2004-11-24 [colin]      0.9.12cvs172.1
16537
16538         * src/plugins/pgpmime/pgpmime.c
16539                 Sync with HEAD
16540
16541 2004-11-24 [colin]      0.9.12cvs171.1
16542
16543         * src/plugins/pgpmime/pgpmime.c
16544                 Sync with head (gpgmectx leaks)
16545
16546 2004-11-24 [colin]      0.9.12cvs169.1
16547
16548         * src/plugins/pgpmime/plugin.c
16549         * src/plugins/trayicon/Makefile.am
16550         * src/plugins/trayicon/newmarkedmail.xpm
16551         * src/plugins/trayicon/trayicon.c
16552         * src/plugins/trayicon/unreadmarkedmail.xpm
16553                 Sync with HEAD
16554
16555 2004-11-23 [colin]      0.9.12cvs168.1
16556
16557         * src/partial_download.c
16558         * src/partial_download.h
16559         * src/plugins/pgpmime/plugin.c
16560                 Sync with HEAD
16561
16562 2004-11-23 [colin]      0.9.12cvs166.1
16563
16564         * src/Makefile.am
16565         * src/codeconv.c
16566         * src/compose.c
16567         * src/folderview.c
16568         * src/main.c
16569         * src/partial_download.c
16570         * src/partial_download.h
16571         * src/prefs_account.c
16572         * src/prefs_account.h
16573         * src/privacy.c
16574         * src/privacy.h
16575         * src/procmime.c
16576         * src/common/Makefile.am
16577         * src/common/base64.h
16578         * src/common/partial_download.c
16579         * src/common/partial_download.h
16580         * src/gtk/prefswindow.c
16581         * src/gtk/prefswindow.h
16582         * src/plugins/pgpmime/pgpmime.c
16583         * src/plugins/pgpmime/prefs_gpg.c
16584         * src/plugins/pgpmime/prefs_gpg.h
16585         * src/plugins/pgpmime/sgpgme.c
16586         * src/plugins/pgpmime/sgpgme.h
16587                 Sync with HEAD
16588
16589 2004-11-23 [colin]      0.9.12cvs163.1
16590
16591         * src/main.c
16592                 Sync with HEAD (cursor optimization)
16593
16594 2004-11-23 [colin]      0.9.12cvs162.1
16595
16596         * src/prefs_common.c
16597         * src/prefs_themes.c
16598         * src/procmsg.c
16599                 Sync with HEAD
16600
16601 2004-11-23 [colin]      0.9.12cvs158.9
16602
16603         * src/compose.c
16604                 Fix double-free when forwarding
16605         * src/msgcache.c
16606                 Fix leak on error path
16607                 
16608
16609 2004-11-23 [colin]      0.9.12cvs158.8
16610
16611         * src/compose.c
16612                 Fix possible double-free
16613                 Spotted by Alfons
16614
16615 2004-11-23 [colin]      0.9.12cvs158.7
16616
16617         * src/compose.c
16618                 Fix some signal handlers' prototypes
16619                 Spotted by Alfons
16620
16621 2004-11-22 [colin]      0.9.12cvs158.6
16622
16623         * src/compose.c
16624                 Remove unneeded code and duplicated
16625                 wrapping - patch by Alfons
16626
16627 2004-11-22 [colin]      0.9.12cvs158.5
16628
16629         * src/prefs_themes.c
16630                 Fix oversized selector
16631
16632 2004-11-22 [colin]      0.9.12cvs158.4
16633
16634         * src/compose.c
16635                 fix dump_text()
16636                 patch by Alfons
16637
16638 2004-11-19 [colin]      0.9.12cvs158.3
16639
16640         * src/textview.c
16641                 Add a context menu on links (open, copy)
16642
16643 2004-11-18 [paul]       0.9.12cvs158.2
16644
16645         * src/addrgather.c
16646         * src/exphtmldlg.c
16647         * src/expldifdlg.c
16648         * src/mimeview.c
16649         * src/prefs_common.c
16650         * src/plugins/image_viewer/viewer.c
16651         * src/plugins/spamassassin/spamassassin_gtk.c
16652                 replace deprecated gtk_notebook_set_page
16653                 and gtk_notebook_current_page
16654
16655 2004-11-18 [paul]       0.9.12cvs158.1
16656
16657         * configure.ac
16658         * src/compose.c
16659         * src/mainwindow.c
16660         * src/messageview.c
16661         * src/prefs_common.c
16662         * src/common/utils.c
16663         * src/common/utils.h
16664                 sync with HEAD
16665
16666 2004-11-17 [colin]      0.9.12cvs156.1
16667
16668         * src/prefs_account.c
16669         * src/prefs_account.h
16670         * src/procmsg.c
16671                 Sync with HEAD (add pref to store encrypted mails encrypted)
16672
16673 2004-11-17 [paul]       0.9.12cvs155.1
16674
16675         * ChangeLog
16676         * ChangeLog.claws
16677         * ChangeLog.jp
16678         * NEWS
16679         * configure.ac
16680         * src/compose.c
16681         * src/jpilot.c
16682         * src/privacy.c
16683         * src/procmime.c
16684         * src/procmime.h
16685         * src/procmsg.c
16686         * src/toolbar.c
16687         * src/pixmaps/error.xpm
16688                 sync with HEAD
16689
16690 2004-11-17 [colin]      0.9.12cvs151.1
16691
16692         * src/plugins/pgpmime/pgpmime.c
16693                 Sync with HEAD (remove debug printf)
16694
16695 2004-11-17 [colin]      0.9.12cvs150.1
16696
16697         * src/plugins/pgpmime/pgpmime.c
16698                 Sync with HEAD (off-by-one fix)
16699
16700 2004-11-17 [colin]      0.9.12cvs149.1
16701
16702         * src/procmsg.c
16703                 Sync with HEAD (coding style fixes)
16704
16705 2004-11-16 [colin]      0.9.12cvs148.1
16706
16707         * src/procmsg.c
16708                 Sync with head (Fix the fix)
16709
16710 2004-11-16 [colin]      0.9.12cvs147.1
16711
16712         * src/procmsg.c
16713                 Sync with Main (leak fix)
16714
16715 2004-11-16 [colin]      0.9.12cvs146.14
16716
16717         * src/compose.c
16718                 Remove useless chunk of code
16719                 Patch by Alfons
16720
16721 2004-11-15 [colin]      0.9.12cvs146.13
16722
16723         * src/compose.c
16724                 Fix drafting after insertion
16725                 Patch by Alfons
16726
16727 2004-11-15 [colin]      0.9.12cvs146.12
16728
16729         * src/compose.c
16730         * src/prefs_filtering.c
16731         * src/prefs_filtering_action.c
16732         * src/prefs_toolbar.c
16733                 Fix some const-correctness
16734
16735 2004-11-15 [colin]      0.9.12cvs146.11
16736
16737         * src/summaryview.c
16738         * src/prefs_themes.c
16739         * src/messageview.c
16740                 Fix some leaks
16741
16742 2004-11-15 [colin]      0.9.12cvs146.10
16743
16744         * src/codeconv.c
16745                 More unreadable locale fixes
16746
16747 2004-11-14 [colin]      0.9.12cvs146.9
16748
16749         * src/textview.c
16750                 Fix uri_security_check
16751                 Patch by Alfons
16752
16753 2004-11-13 [paul]       0.9.12cvs146.8
16754
16755         * src/folder.c
16756         * src/procmime.c
16757                 fix 2 bugs introduced in last commit
16758
16759 2004-11-13 [paul]       0.9.12cvs146.7
16760
16761         * src/compose.c
16762         * src/exporthtml.c
16763         * src/exportldif.c
16764         * src/folder.c
16765         * src/imap.c
16766         * src/imap_gtk.c
16767         * src/main.c
16768         * src/mainwindow.c
16769         * src/messageview.c
16770         * src/mh_gtk.c
16771         * src/prefs_themes.c
16772         * src/procmime.c
16773         * src/setup.c
16774         * src/summaryview.c
16775                 replace deprecated g_basename
16776
16777 2004-11-13 [paul]       0.9.12cvs146.6
16778
16779         * src/compose.c
16780         * src/imap.c
16781         * src/matcher_parser.h
16782         * src/matcher_parser_parse.y
16783         * src/prefs_filtering.c
16784         * src/prefs_filtering_action.c
16785         * src/prefs_themes.c
16786         * src/prefs_toolbar.c
16787         * src/common/utils.c
16788                 various small fixes/cleanups
16789
16790 2004-11-12 [colin]      0.9.12cvs146.5
16791
16792         * src/textview.c
16793                 Validate event's origin on visibility notify
16794                 Patch by Alfons.
16795
16796 2004-11-12 [paul]       0.9.12cvs146.4
16797
16798         * src/exporthtml.c
16799         * src/exportldif.c
16800         * src/imap.c
16801         * src/mh.c
16802         * src/mimeview.c
16803         * src/prefs_spelling.c
16804         * src/prefs_themes.c
16805                 replace deprecated g_dirname    
16806
16807 2004-11-12 [colin]      0.9.12cvs146.3
16808
16809         * src/textview.c
16810                 Some coding style fixes
16811
16812 2004-11-12 [colin]      0.9.12cvs146.2
16813
16814         * src/codeconv.c
16815                 We want to replace _all_ extended chars in
16816                 conv_unreadable_*, because any string containing
16817                 extended chars not parsing as UTF8 is 
16818                 undisplayed on gtk2.
16819
16820 2004-11-12 [paul]       0.9.12cvs146.1
16821
16822         * ChangeLog
16823         * ChangeLog.claws
16824         * ChangeLog.jp
16825         * NEWS
16826         * configure.ac
16827         * src/account.c
16828         * src/folderview.c
16829         * src/folderview.h
16830         * src/imap.c
16831         * src/imap_gtk.c
16832         * src/inc.c
16833         * src/mainwindow.c
16834         * src/mh_gtk.c
16835         * src/news_gtk.c
16836         * src/pop.c
16837         * src/prefs_account.c
16838         * src/prefs_account.h
16839         * src/prefs_ext_prog.c
16840         * src/procmime.c
16841         * src/procmime.h
16842         * src/procmsg.c
16843         * src/procmsg.h
16844         * src/summary_search.c
16845         * src/summaryview.c
16846         * src/textview.c
16847         * src/common/defs.h
16848         * src/common/utils.c
16849         * src/common/utils.h
16850         * src/gtk/menu.c
16851         * src/gtk/menu.h
16852                 sync with HEAD
16853
16854 2004-11-11 [colin]      0.9.12cvs144.2
16855
16856         * src/textview.c
16857                 Fix URI range selection (patch by Alfons)
16858
16859 2004-11-09 [colin]      0.9.12cvs144.1
16860
16861         * ChangeLog.claws
16862         * src/compose.c
16863         * src/folder.c
16864         * src/folder_item_prefs.c
16865         * src/prefs_account.c
16866         * src/prefs_account.h
16867         * src/plugins/pgpmime/pgpmime.c
16868                 Sync with HEAD
16869
16870 2004-11-08 [colin]      0.9.12cvs143.1
16871
16872         * src/summaryview.c
16873                 Sync with HEAD (optimize quicksearch)
16874
16875 2004-11-08 [colin]      0.9.12cvs142.2
16876
16877         * src/compose.c
16878                 Don't wrap when Edit/Auto wrapping is disabled
16879
16880 2004-11-08 [colin]      0.9.12cvs142.1
16881
16882         * src/textview.c
16883                 Sync with HEAD
16884
16885 2004-11-08 [colin]      0.9.12cvs141.1
16886
16887         * src/textview.c
16888                 Sync with HEAD (fix some mail URIs)
16889
16890 2004-11-08 [colin]      0.9.12cvs140.3
16891
16892         * src/textview.c
16893                 o Use text cursor instead of arrow when
16894                   not on a link
16895                 o Fix handling of contiguous links (as in
16896                   "colin@colino.net" <colin@colino.net>)
16897                   This one unveils a bug in get_email_part()
16898
16899 2004-11-07 [colin]      0.9.12cvs140.2
16900
16901         * src/textview.c
16902                 Fix memleak. Patch by Alfons.
16903
16904 2004-11-06 [colin]      0.9.12cvs140.1
16905
16906         * src/compose.c
16907                 Sync with HEAD (don't ask passphrase
16908                 when drafting)
16909
16910 2004-11-06 [paul]       0.9.12cvs139.2
16911
16912         * AUTHORS
16913         * src/textview.c
16914         * src/textview.h
16915                 textview URI handling. hovering over a 
16916                 link displays it in the status bar,
16917                 and changes the mouse pointer to a hand 
16918                 cursor. a link is activated with a single 
16919                 click. (Modified from the) patch by Jean-Yves 
16920                 Lefort <jylefort@users.sourceforge.net>
16921                 
16922
16923 2004-11-05 [colin]      0.9.12cvs139.1
16924
16925         * src/compose.c
16926         * src/procmime.c
16927                 Sync with HEAD again ^^
16928
16929 2004-11-05 [colin]      0.9.12cvs139.1
16930
16931         * src/compose.c
16932         * src/procmime.c
16933                 Sync with HEAD
16934
16935 2004-11-03 [paul]       0.9.12cvs138.1
16936
16937         * ChangeLog.claws
16938         * configure.ac
16939         * po/POTFILES.in
16940         * src/prefs_ext_prog.c
16941         * src/procmime.c
16942         * tools/kdeservicemenu/README
16943         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16944         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16945                 sync with HEAD
16946
16947 2004-11-01 [christoph]  0.9.12cvs136.2
16948
16949         * src/procmime.c
16950                 convert MIME parameters to UTF-8
16951
16952 2004-10-29 [colin]      0.9.12cvs136.1
16953
16954         * src/common/utils.c
16955                 Sync with HEAD (don't use '=' in mime boundary)
16956
16957 2004-10-29 [paul]       0.9.12cvs135.1
16958
16959         * configure.ac
16960         * doc/src/rfc2231.txt
16961         * src/procmime.c
16962         * src/common/quoted-printable.c
16963         * src/common/utils.c
16964         * src/common/utils.h
16965                 sync with HEAD
16966
16967 2004-10-27 [paul]       0.9.12cvs134.1
16968
16969         * configure.ac
16970         * src/main.c
16971         * src/procmime.c
16972         * src/plugins/pgpmime/pgpmime.c
16973                 sync with HEAD
16974
16975 2004-10-26 [paul]       0.9.12cvs132.3
16976
16977         * src/account.c
16978         * src/addressbook.c
16979         * src/addrgather.c
16980         * src/addrharvest.c
16981         * src/codeconv.c
16982         * src/compose.c
16983         * src/customheader.c
16984         * src/editaddress.c
16985         * src/editgroup.c
16986         * src/enriched.c
16987         * src/expldifdlg.c
16988         * src/exporthtml.c
16989         * src/exportldif.c
16990         * src/folder.c
16991         * src/foldersel.c
16992         * src/folderview.c
16993         * src/grouplistdialog.c
16994         * src/html.c
16995         * src/imap.c
16996         * src/jpilot.c
16997         * src/ldapserver.c
16998         * src/ldif.c
16999         * src/mimeview.c
17000         * src/news.c
17001         * src/news_gtk.c
17002         * src/pop.c
17003         * src/prefs_display_header.c
17004         * src/prefs_gtk.c
17005         * src/prefs_msg_colors.c
17006         * src/prefs_toolbar.c
17007         * src/procheader.c
17008         * src/procmime.c
17009         * src/summaryview.c
17010         * src/textview.c
17011         * src/toolbar.c
17012         * src/vcard.c
17013         * src/common/mgutils.c
17014         * src/common/nntp.c
17015         * src/common/smtp.c
17016         * src/common/template.c
17017         * src/common/utils.c
17018         * src/common/xmlprops.c
17019         * src/plugins/pgpmime/pgpmime.c
17020         * src/plugins/pgpmime/select-keys.c
17021         * src/plugins/pgpmime/sgpgme.c
17022                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17023                 g_string_sprintfa(), gtk_notebook_current_page()
17024
17025 2004-10-26 [colin]      0.9.12cvs132.2
17026
17027         * src/prefs_folder_item.c
17028                 Fix default-account selection
17029
17030 2004-10-21 [colin]      0.9.12cvs133
17031
17032         * src/compose.c
17033                 Sync with HEAD (Remove extra separator in compose's Options)
17034         * src/textview.c
17035                 Set wrapping to char
17036
17037 2004-10-21 [paul]       0.9.12cvs131.2
17038
17039         * src/compose.c
17040         * src/sourcewindow.c
17041                 fix wrapping
17042                 fix window shrinking 
17043
17044 2004-10-21 [colin]      0.9.12cvs131.1
17045
17046         * ChangeLog.claws
17047         * src/compose.c
17048                 Sync with HEAD
17049
17050 2004-10-21 [paul]       0.9.12cvs130.2
17051
17052         * src/prefs_folder_item.c
17053                 sync with HEAD (Apply to subfolders)
17054
17055 2004-10-19 [colin]      0.9.12cvs130.1
17056
17057         * ChangeLog.claws
17058         * src/compose.c
17059         * src/common/utils.c
17060         * src/gtk/menu.c
17061                 Sync with HEAD
17062
17063 2004-10-19 [colin]      0.9.12cvs128.1
17064
17065         * src/addrbook.c
17066         * src/addrcache.c
17067         * src/addressbook.c
17068         * src/codeconv.c
17069         * src/compose.c
17070         * src/customheader.c
17071         * src/editaddress.c
17072         * src/editgroup.c
17073         * src/exporthtml.c
17074         * src/folder.c
17075         * src/folderview.c
17076         * src/imap.c
17077         * src/jpilot.c
17078         * src/main.c
17079         * src/matcher_parser_parse.y
17080         * src/mbox.c
17081         * src/pop.c
17082         * src/prefs_account.c
17083         * src/prefs_gtk.c
17084         * src/prefs_msg_colors.c
17085         * src/procheader.c
17086         * src/procmime.c
17087         * src/procmime.h
17088         * src/procmsg.c
17089         * src/summaryview.c
17090         * src/textview.c
17091         * src/common/base64.c
17092         * src/common/partial_download.c
17093         * src/common/socket.c
17094         * src/common/sylpheed.c
17095         * src/common/utils.c
17096         * src/common/utils.h
17097         * src/gtk/pluginwindow.c
17098         * src/gtk/quicksearch.c
17099         * src/plugins/clamav/clamav_plugin.c
17100         * src/plugins/clamav/clamav_plugin.h
17101         * src/plugins/clamav/clamav_plugin_gtk.c
17102         * src/plugins/pgpmime/passphrase.c
17103         * src/plugins/pgpmime/pgpmime.c
17104         * src/plugins/pgpmime/plugin.c
17105         * src/plugins/pgpmime/prefs_gpg.c
17106         * src/plugins/pgpmime/prefs_gpg.h
17107         * src/plugins/pgpmime/select-keys.c
17108         * src/plugins/pgpmime/sgpgme.c
17109         * src/plugins/spamassassin/libspamc.c
17110         * src/plugins/spamassassin/spamassassin.c
17111         * src/plugins/spamassassin/spamassassin.h
17112         * src/plugins/spamassassin/spamassassin_gtk.c
17113         * src/plugins/trayicon/trayicon.c
17114         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17115                 Sync with HEAD
17116
17117 2004-10-14 [colin]      0.9.12cvs126.2
17118
17119         * src/codeconv.c
17120         * src/textview.c
17121                 Fix conv_unreadable_locale
17122
17123 2004-10-13 [colin]      0.9.12cvs126.1
17124
17125         * src/compose.c
17126                 Sync with HEAD (don't convert charset for 
17127                 drafted messages, minor cleanup)
17128
17129 2004-10-13 [colin]      0.9.12cvs125.1
17130
17131         * po/POTFILES.in
17132                 Sync with HEAD (POTFILES fix)
17133
17134 2004-10-12 [colin]      0.9.12cvs124.3
17135
17136         * src/compose.c
17137                 Fix encoding bug from latest sync
17138
17139 2004-10-12 [paul]       0.9.12cvs124.2
17140
17141         * src/plugins/pgpmime/prefs_gpg.c
17142         * src/plugins/pgpmime/prefs_gpg.h
17143                 forgotten in last commit        
17144
17145 2004-10-12 [paul]       0.9.12cvs124.1
17146
17147         * ChangeLog.claws
17148         * configure.ac
17149         * m4/spamassassin.m4
17150         * src/Makefile.am
17151         * src/account.c
17152         * src/compose.c
17153         * src/compose.h
17154         * src/crash.c
17155         * src/main.c
17156         * src/mimeview.c
17157         * src/passphrase.c
17158         * src/passphrase.h
17159         * src/prefs_account.c
17160         * src/prefs_account.h
17161         * src/prefs_common.c
17162         * src/privacy.c
17163         * src/privacy.h
17164         * src/procmime.c
17165         * src/procmime.h
17166         * src/procmsg.c
17167         * src/rfc2015.c
17168         * src/rfc2015.h
17169         * src/select-keys.c
17170         * src/select-keys.h
17171         * src/textview.c
17172         * src/common/utils.c
17173         * src/common/utils.h
17174         * src/gtk/about.c
17175         * src/plugins/pgpmime/Makefile.am
17176         * src/plugins/pgpmime/passphrase.c
17177         * src/plugins/pgpmime/passphrase.h
17178         * src/plugins/pgpmime/pgpmime.c
17179         * src/plugins/pgpmime/plugin.c
17180         * src/plugins/pgpmime/select-keys.c
17181         * src/plugins/pgpmime/select-keys.h
17182         * src/plugins/pgpmime/sgpgme.c
17183         * src/plugins/pgpmime/sgpgme.h
17184                 sync with HEAD
17185
17186 2004-10-04 [colin]      0.9.12cvs122.1
17187
17188         * src/mainwindow.c
17189         * src/messageview.c
17190         * src/messageview.h
17191         * src/textview.c
17192                 Sync with HEAD
17193
17194 2004-10-04 [colin]      0.9.12cvs121.1
17195
17196         * src/summaryview.c
17197                 Sync with HEAD
17198
17199 2004-10-04 [paul]       0.9.12cvs120.1
17200
17201         * configure.ac
17202                 sync with HEAD [don't try to build 
17203                 pgpmime plugin when gpgme is disabled]
17204
17205 2004-10-03 [colin]      0.9.12cvs119.3
17206
17207         * src/gtk/gtksctree.c
17208                 Lots of side effects. Put back as before 117.2.
17209         * src/summaryview.c
17210                 Fix bug #602
17211
17212 2004-10-03 [colin]      0.9.12cvs119.2
17213
17214         * src/gtk/gtksctree.c
17215                 Revert 608 fix that doesn't work that good
17216
17217 2004-10-02 [colin]      0.9.12cvs119.1
17218
17219         * src/mainwindow.c
17220         * src/messageview.c
17221         * src/prefs_common.h
17222         * src/procmime.c
17223         * src/procmime.h
17224         * src/textview.c
17225                 Sync with HEAD
17226         * src/gtk/gtksctree.c
17227                 Close bug #608
17228
17229 2004-10-01 [colin]      0.9.12cvs118.1
17230
17231         * src/mimeview.c
17232                 Sync with HEAD (better Save All fix)
17233
17234 2004-10-01 [colin]      0.9.12cvs117.2
17235
17236         * src/gtk/gtksctree.c
17237                 Faster on selection
17238
17239 2004-10-01 [colin]      0.9.12cvs117.1
17240
17241         * src/mimeview.c
17242                 Sync with HEAD (Save All: only attachments)
17243
17244 2004-10-01 [paul]       0.9.12cvs116.1
17245
17246         * ChangeLog.claws
17247         * configure.ac
17248         * src/account.c
17249         * src/prefs_common.c
17250         * src/gtk/colorlabel.c
17251                 sync with HEAD
17252
17253 2004-09-30 [colin]      0.9.12cvs115.1
17254
17255         * src/stock_pixmap.c
17256         * src/stock_pixmap.h
17257         * src/folderview.c
17258         * src/Makefile.am
17259         * src/pixmaps/read.xpm
17260                 Sync with HEAD (new pixmap)
17261
17262 2004-09-29 [colin]      0.9.12cvs114.1
17263
17264         * src/compose.c
17265                 Sync with HEAD
17266                 Fix focus handling in headers
17267
17268 2004-09-29 [paul]       0.9.12cvs113.1
17269
17270         * src/quote_fmt_parse.y
17271                 sync with HEAD
17272  
17273
17274 2004-09-28 [colin]      0.9.12cvs112.1
17275
17276         * src/folderview.c
17277         * src/mainwindow.c
17278                 Sync with HEAD
17279
17280 2004-09-28 [colin]      0.9.12cvs110.1
17281
17282         * src/folderview.c
17283                 Sync with HEAD (Contextual Empty trash menu)
17284
17285 2004-09-28 [colin]      0.9.12cvs108.1
17286
17287         * src/addressbook.c
17288                 Sync with HEAD (addressbook edit on double-click)
17289
17290 2004-09-28 [colin]      0.9.12cvs106.1
17291
17292         * src/inc.c
17293                 Sync with HEAD (folder_item freeze on inc)
17294
17295 2004-09-27 [colin]      0.9.12cvs105.1
17296
17297         * src/folderview.c
17298                 Sync with HEAD (right-align new and unread column)
17299
17300 2004-09-27 [colin]      0.9.12cvs104.1
17301
17302         * src/main.c
17303                 Sync with HEAD (revert 0.9.12cvs101)
17304
17305 2004-09-24 [colin]      0.9.12cvs103.2
17306
17307         * src/wizard.c
17308                 Fix gtk warnings and use domain part of the email address 
17309                 when domain detection fails (no dot in domain name)
17310
17311 2004-09-23 [colin]      0.9.12cvs103.1
17312
17313         * src/plugins/spamassassin/libspamc.c
17314         * src/plugins/spamassassin/libspamc.h
17315         * src/plugins/spamassassin/utils.c
17316         * src/plugins/spamassassin/utils.h
17317                 Sync with HEAD (Update spamassassin to 3.0)
17318
17319 2004-09-21 [colin]      0.9.12cvs102.3
17320
17321         * src/action.c
17322                 Add horizontal scrollbar in action io dialog as needed
17323                 Patch by Alfons.
17324
17325 2004-09-20 [colin]      0.9.12cvs102.2
17326
17327         * src/plugins/image_viewer/viewer.c
17328                 Remove imlib stuff
17329                 use gtk_pixmap_set when clearing
17330                 (would be better to use gtkImages, but causes size-allocate 
17331                 signals storm)
17332
17333 2004-09-17 [paul]       0.9.12cvs102.1
17334
17335         * ChangeLog
17336         * ChangeLog.claws
17337         * ChangeLog.jp
17338         * configure.ac
17339         * src/inc.c
17340                 sync with HEAD
17341
17342
17343 2004-09-17 [colin]      0.9.12cvs101.1
17344
17345         * ChangeLog.claws
17346         * src/main.c
17347                 Sync with HEAD (fix segs at exit)
17348
17349 2004-09-14 [colin]      0.9.12cvs99.5
17350
17351         * src/common/socket.c
17352         * AUTHORS
17353                 Fix send error on 64bit platforms
17354                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17355
17356 2004-09-14 [colin]      0.9.12cvs99.4
17357
17358         * src/action.c
17359                 Fix action output with utf8 
17360                 Patch by Alfons.
17361
17362 2004-09-14 [colin]      0.9.12cvs99.3
17363
17364         * ChangeLog.claws
17365         * src/folder.c
17366                 Sync with HEAD
17367
17368 2004-09-09 [colin]      0.9.12cvs99.2
17369
17370         * src/action.c
17371                 Fix progress bar (displaying "Completed %v/%u")
17372                 Patch by Alfons.
17373
17374 2004-09-08 [colin]      0.9.12cvs99.1
17375
17376         * src/account.c
17377         * src/folder.c
17378         * src/procmsg.c
17379         * src/procmsg.h
17380         * src/plugins/pgpmime/pgpmime.c
17381                 Sync with HEAD
17382
17383 2004-09-08 [colin]      0.9.12cvs97.2
17384
17385         * src/summaryview.c
17386                 Don't select mails in collapsed threads 
17387                 when navigating with up/down
17388
17389 2004-09-07 [colin]      0.9.12cvs97.1
17390
17391         * src/inc.c
17392                 Sync with HEAD (meaningful error messages)
17393
17394 2004-09-06 [colin]      0.9.12cvs96.1
17395
17396         * src/toolbar.c
17397                 Sync with HEAD (fix Redirect graying out)
17398
17399 2004-09-06 [colin]      0.9.12cvs95.1
17400
17401         * src/summaryview.c
17402         * src/mimeview.c
17403                 Sync with HEAD (fix dropped URIs)
17404
17405 2004-09-06 [colin]      0.9.12cvs94.1
17406
17407         * src/addressbook.c
17408         * src/addressitem.h
17409         * src/addritem.c
17410         * src/addritem.h
17411                 Sync with HEAD (addressbook DnD)
17412
17413 2004-09-03 [colin]      0.9.12cvs93.1
17414
17415         * src/summaryview.c
17416                 Sync with HEAD (next/prev unread)
17417
17418 2004-09-03 [colin]      0.9.12cvs92.1
17419
17420         * src/prefs_common.c
17421         * src/prefs_common.h
17422         * src/summaryview.c
17423                 Sync with HEAD ('mark_as_read_delay' pref)
17424
17425 2004-09-02 [colin]      0.9.12cvs91.2
17426
17427         * src/common/xml.c
17428                 Fix leak
17429
17430 2004-09-02 [colin]      0.9.12cvs91.1
17431
17432         * src/gtk/menu.c
17433                 Sync with HEAD (menu accel don't work, but whatever)
17434
17435 2004-09-02 [colin]      0.9.12cvs90.1
17436
17437         * src/account.c
17438                 Sync with HEAD (fix bug 582)
17439
17440 2004-09-02 [colin]      0.9.12cvs89.1
17441
17442         * src/addrindex.c
17443                 Sync with HEAD (free deleted queries)
17444
17445 2004-09-02 [colin]      0.9.12cvs88.1
17446
17447         * src/ldapquery.c
17448                 Sync with HEAD (fix LDAP freezes)
17449
17450 2004-09-02 [colin]      0.9.12cvs87.1
17451
17452         * src/prefs_spelling.c
17453                 Sync with HEAD (add default dictionary)
17454
17455 2004-09-01 [colin]      0.9.12cvs86.1
17456
17457         * src/filtering.c
17458         * src/folderview.c
17459         * src/imap.c
17460         * src/prefs_matcher.c
17461         * src/stock_pixmap.c
17462         * src/summary_search.c
17463         * src/summaryview.c
17464         * src/wizard.c
17465         * src/wizard.h
17466                 Sync with HEAD (uninitialized vars fixes)
17467                 + gtk2 specific warning fixes
17468
17469 2004-08-31 [colin]      0.9.12cvs85.1
17470
17471         * src/folder.c
17472                 Sync with HEAD (Fix memory corruption due to 
17473                 uninitialized var)
17474
17475 2004-08-31 [colin]      0.9.12cvs84.4
17476
17477         * src/summary_search.c
17478                 Fix segfaults when searching in folders with broken headers
17479
17480 2004-08-31 [colin]      0.9.12cvs84.3
17481
17482         * src/compose.c
17483         * src/textview.c
17484                 Fix some more encoding/decoding issues
17485
17486 2004-08-30 [colin]      0.9.12cvs84.2
17487
17488         * src/mimeview.c
17489         * src/prefs_themes.c
17490         * src/gtk/filesel.c
17491         * src/gtk/filesel.h
17492                 Add a folder-mode selection (fixes mimeview's "Save all")
17493
17494 2004-08-29 [colin]      0.9.12cvs84.1
17495
17496         * src/mimeview.c
17497                 Sync with HEAD (don't escape saved filenames)
17498
17499 2004-08-27 [colin]      0.9.12cvs83.1
17500
17501         * ChangeLog
17502         * ChangeLog.claws
17503         * ChangeLog.jp
17504         * src/mh.c
17505         * src/procheader.c
17506         * src/procmsg.c
17507         * src/procmsg.h
17508         * src/common/utils.c
17509         * src/gtk/menu.h
17510         * po/
17511                 Sync with HEAD 0.9.12cvs83 (sync with main)
17512
17513 2004-08-26 [colin]      0.9.12cvs82.4
17514
17515         * src/codeconv.c
17516                 Fix strange stack corruption
17517                 Convert to utf8 after unmime, not before
17518
17519 2004-08-26 [colin]      0.9.12cvs82.3
17520
17521         * src/main.c
17522         * src/wizard.c
17523                 Fix account folders duplication
17524
17525 2004-08-25 [colin]      0.9.12cvs82.2
17526
17527         * src/wizard.c
17528                 Remove ports
17529                 Add SSL selection
17530                 Use login@server as account name
17531
17532 2004-08-25 [colin]      0.9.12cvs82.1
17533
17534         * src/plugins/pgpmime/pgpmime.c
17535                 Sync with HEAD (leak fix).
17536
17537 2004-08-25 [colin]      0.9.12cvs81.1
17538
17539         * src/plugins/pgpmime/pgpmime.c
17540         * src/plugins/pgpmime/sgpgme.c
17541         * src/plugins/pgpmime/sgpgme.h
17542                 Sync with HEAD (Handle combined messages).
17543
17544 2004-08-24 [colin]      0.9.12cvs80.3
17545
17546         * src/wizard.c
17547                 Fix full name, ports, and imap
17548
17549 2004-08-24 [colin]      0.9.12cvs80.2
17550
17551         * src/Makefile.am
17552         * src/main.c
17553         * src/setup.c
17554         * src/setup.h
17555         * src/stock_pixmap.c
17556         * src/stock_pixmap.h
17557         * src/wizard.c ** ADDED **
17558         * src/wizard.h ** ADDED ** 
17559         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17560                 Add a setup wizard 
17561
17562 2004-08-24 [colin]      0.9.12cvs80.1
17563
17564         * src/folder.c
17565                 Sync with HEAD (set mimeflags on all messages)
17566
17567 2004-08-24 [colin]      0.9.12cvs79.3
17568
17569         * src/matcher_parser_lex.l
17570                 Fix 8bits strings not in utf8
17571
17572 2004-08-24 [colin]      0.9.12cvs79.2
17573
17574         * src/compose.c
17575                 Check conversion result before replacing buffer
17576
17577 2004-08-23 [colin]      0.9.12cvs79.1
17578
17579         * src/compose.c
17580                 Sync with HEAD (create message header in memory)
17581
17582 2004-08-23 [colin]      0.9.12cvs78.1
17583
17584         * src/rfc2015.c
17585         * src/rfc2015.h
17586                 Sync with HEAD (fix bug 197 again)
17587
17588 2004-08-23 [colin]      0.9.12cvs77.3
17589
17590         * src/compose.c
17591                 Fix again inline gpg signing (which outputs utf8
17592                 in gtk2). Not syncing this fix to HEAD as this 
17593                 code is meant to die.
17594
17595 2004-08-23 [colin]      0.9.12cvs77.2
17596
17597         * src/prefs_account.h
17598                 Remove useless include
17599
17600 2004-08-23 [colin]      0.9.12cvs77.1
17601
17602         * src/imap.c
17603         * po/es.po
17604         * po/fr.po
17605         * po/it.po
17606         * po/pl.po
17607         * po/pt_BR.po
17608         * po/sk.po
17609         * po/sr.po
17610                 Sync with HEAD (fix bug 577)
17611
17612 2004-08-22 [colin]      0.9.12cvs76.1
17613
17614         * src/plugins/trayicon/trayicon.c
17615                 Sync with HEAD (fix formatting bug)
17616
17617 2004-08-21 [colin]      0.9.12cvs74.2
17618
17619         * src/gtk/colorsel.c
17620                 Fix bug 564 (Folder color selection window exits on any
17621                 keypress)
17622
17623 2004-08-21 [colin]      0.9.12cvs74.1
17624
17625         * ChangeLog.claws
17626         * src/compose.c
17627         * src/summaryview.c
17628         * src/toolbar.c
17629                 Sync with HEAD (fix bug 576)
17630
17631 2004-08-21 [colin]      0.9.12cvs70.1
17632
17633         * src/compose.c
17634         * src/mainwindow.c
17635                 Sync with HEAD
17636                 
17637
17638 2004-08-21 [paul]       0.9.12cvs66.4
17639
17640         * src/mainwindow.c
17641         * src/messageview.c
17642         * src/gtk/menu.c
17643         * src/plugins/spamassassin/spamassassin_gtk.c
17644                 remove some deprecated gtk1 functions
17645
17646
17647 2004-08-21 [colin]      0.9.12cvs66.3
17648
17649         * src/compose.c
17650         * src/codeconv.c
17651                 Fix warnings
17652                 Remove encoding hacks
17653                 Fix bug 575 (Strange character messes up message)
17654                 Don't display conversion error when drafting
17655
17656 2004-08-21 [paul]       0.9.12cvs66.2
17657
17658         * src/prefs_account.c
17659                 fix GnuPG mode bugs
17660
17661
17662 2004-08-20 [colin]      0.9.12cvs66.1
17663
17664         * src/codeconv.c
17665                 Sync with HEAD 0.9.12cvs66
17666
17667 2004-08-20 [paul]
17668
17669         * src/plugins/pgpmime/plugin.c
17670                 modify PGP/MIME plugin's description
17671
17672 2004-08-17 [colin]      0.9.12cvs65.1
17673
17674         * src/common/ssl.c
17675         * src/plugins/pgpmime/plugin.c
17676                 Sync with HEAD
17677
17678 2004-08-14 [colin]      0.9.12cvs60.3
17679
17680         * src/plugins/trayicon/trayicon.c
17681                 Put back resize callback, on size-request signal
17682                 rather than size-allocate to avoid infinite 
17683                 callback loop
17684
17685 2004-08-13 [colin]      0.9.12cvs60.2
17686
17687         * src/common/defs.h
17688                 Cache versions have been fixed
17689
17690 2004-08-13 [colin]      0.9.12cvs60.1
17691
17692         * src/folderutils.c
17693                 Sync with HEAD
17694
17695 2004-08-12 [colin]      0.9.12cvs59.1
17696
17697         * src/plugins/trayicon/trayicon.c
17698                 Sync with HEAD
17699
17700 2004-08-12 [colin]      0.9.12cvs57.5
17701
17702         * sylpheed.desktop
17703         * configure.ac
17704         * src/Makefile.am
17705         * src/main.c
17706                 Add support for Freedesktop.org's startup notification
17707
17708 2004-08-11 [colin]      0.9.12cvs57.4
17709
17710         * src/textview.c
17711                 Fix off-by-one
17712
17713 2004-08-11 [colin]      0.9.12cvs57.3
17714
17715         * src/message_search.c
17716         * src/summary_search.c
17717                 Make searches case insensitive by default
17718         * src/textview.c
17719                 Fix case-insensitive search in message
17720
17721 2004-08-11 [colin]      0.9.12cvs57.2
17722
17723         * src/summary_search.c
17724                 Let case-sensitive be specified
17725
17726 2004-08-10 [colin]      0.9.12cvs55.4
17727
17728         * src/common/socket.c
17729                 Fix the possible race condition
17730
17731 2004-08-09 [paul]       0.9.12cvs55.3
17732
17733         * configure.ac
17734         * src/Makefile.am
17735         * src/common/Makefile.am
17736                 sync with HEAD
17737
17738
17739 2004-08-09 [paul]       0.9.12cvs55.2
17740
17741         * autogen.sh
17742         * po/poconv.sh
17743                 remove unneeded script
17744
17745         * configure.ac
17746                 add forgotten USE_LDAP_TLS (sync with HEAD)
17747
17748
17749 2004-08-09 [colin]      0.9.12cvs55.1
17750
17751         * src/main.c
17752         * src/common/ssl.c
17753         * src/common/sylpheed.c
17754         * src/common/sylpheed.h
17755                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17756
17757 2004-08-09 [paul]       0.9.12cvs54.1
17758
17759         * ChangeLog
17760         * ChangeLog.claws
17761         * ChangeLog.jp
17762         * configure.ac
17763         * po/POTFILES.in
17764         * src/Makefile.am
17765         * src/folderutils.c
17766         * src/main.c
17767         * src/pgpmime.c
17768         * src/pgpmime.h
17769         * src/sgpgme.c
17770         * src/sgpgme.h
17771         * src/plugins/Makefile.am
17772         * src/plugins/pgpmime/.cvsignore
17773         * src/plugins/pgpmime/Makefile.am
17774         * src/plugins/pgpmime/pgpmime.c
17775         * src/plugins/pgpmime/pgpmime.h
17776         * src/plugins/pgpmime/plugin.c
17777         * src/plugins/pgpmime/sgpgme.c
17778         * src/plugins/pgpmime/sgpgme.h
17779                 sync with HEAD
17780
17781 2004-08-08 [paul]       0.9.12cvs51.1
17782
17783         * configure.ac
17784         * src/folder.c
17785                 sync with HEAD
17786
17787 2004-08-07 [colin]      0.9.12cvs50.1
17788
17789         * src/pop.c
17790         * src/common/partial_download.c
17791                 fix warnings (sync from HEAD)
17792
17793 2004-08-07 [colin]      0.9.12cvs48.1
17794
17795         * src/prefs_folder_item.c
17796                 sync with HEAD 0.9.12cvs48
17797
17798 2004-08-06 [colin]      0.9.12cvs47.1
17799
17800         * src/compose.c
17801                 Sync with HEAD
17802
17803 2004-08-06 [christoph]  0.9.12cvs46.2
17804
17805         * src/main.c
17806         * src/plugins/clamav/clamav_plugin_gtk.c
17807         * src/plugins/dillo_viewer/dillo_viewer.c
17808         * src/plugins/image_viewer/plugin.c
17809         * src/plugins/mathml_viewer/mathml_viewer.c
17810         * src/plugins/spamassassin/spamassassin_gtk.c
17811         * src/plugins/trayicon/trayicon.c
17812                 don't mix GTK1.2 plugin with GTK2 plugins
17813
17814 2004-08-06 [colin]      0.9.12cvs46.1
17815
17816         * ChangeLog
17817         * ChangeLog.claws
17818         * ChangeLog.jp
17819         * configure.ac
17820         * sylpheed-claws.pc.in
17821         * src/folder.c
17822         * src/imap.c
17823         * src/localfolder.c
17824         * src/messageview.c
17825         * src/mimeview.c
17826         * src/mimeview.h
17827         * src/msgcache.c
17828         * src/news.c
17829         * src/prefs_ext_prog.c
17830         * src/prefs_folder_item.c
17831         * src/prefs_fonts.c
17832         * src/prefs_msg_colors.c
17833         * src/prefs_spelling.c
17834         * src/prefs_themes.c
17835         * src/prefs_toolbar.c
17836         * src/prefs_wrapping.c
17837         * src/procmime.h
17838         * src/common/defs.h
17839         * src/common/nntp.c
17840         * src/common/session.c
17841         * src/common/session.h
17842         * src/common/socket.c
17843         * src/common/utils.h
17844         * src/common/xml.c
17845         * src/common/xml.h
17846         * src/gtk/prefswindow.c
17847         * src/gtk/prefswindow.h
17848         * src/plugins/clamav/clamav_plugin_gtk.c
17849         * src/plugins/dillo_viewer/dillo_prefs.c
17850         * src/plugins/image_viewer/viewerprefs.c
17851         * src/plugins/spamassassin/spamassassin_gtk.c
17852         * m4/openssl.m4 *** REMOVED ***
17853                 Sync with HEAD 0.9.12cvs46
17854
17855 2004-08-03 [paul]       0.9.12cvs40.2
17856
17857         * src/action.c
17858         * src/addressadd.c
17859         * src/addressbook.c
17860         * src/addrgather.c
17861         * src/browseldap.c
17862         * src/compose.c
17863         * src/crash.c
17864         * src/editaddress.c
17865         * src/editgroup.c
17866         * src/editldap_basedn.c
17867         * src/foldersel.c
17868         * src/importldif.c
17869         * src/mimeview.c
17870         * src/prefs_common.c
17871         * src/prefs_template.c
17872         * src/sourcewindow.c
17873         * src/summaryview.c
17874         * src/gtk/about.c
17875         * src/gtk/foldersort.c
17876         * src/gtk/logwindow.c
17877         * src/gtk/pluginwindow.c
17878         * src/gtk/prefswindow.c
17879                 change all gtk_scrolled_window_set_policy from 
17880                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17881
17882 2004-08-02 [paul]       0.9.12cvs40.1
17883
17884         * AUTHORS
17885                 update translation team section
17886         * po/pt_BR.po
17887                 updated by Frederico Goncalves Guimaraes
17888                 <fggdebian@yahoo.com.br>
17889
17890 2004-07-31 [colin]      0.9.12cvs39.9
17891
17892         * src/exphtmldlg.c
17893                 Fix compilation
17894
17895 2004-07-31 [colin]      0.9.12cvs39.8
17896
17897         * src/exphtmldlg.c
17898                 Fix an alertpanel type
17899
17900 2004-07-30 [colin]      0.9.12cvs39.7
17901
17902         * src/alertpanel.c
17903                 Fix alertpanel_error_log's icon
17904
17905 2004-07-30 [colin]      0.9.12cvs39.6
17906
17907         * src/pop.c
17908                 Two of them should still be warnings
17909
17910 2004-07-30 [colin]      0.9.12cvs39.5
17911
17912         * src/pop.c
17913                 More warning -> error
17914 2004-07-29 [colin]      0.9.12cvs39.4
17915
17916         * src/pop.c
17917                 Warning -> error
17918
17919 2004-07-29 [colin]      0.9.12cvs39.3
17920
17921         * src/prefs_matcher.c
17922                 Fix segfault
17923
17924 2004-07-29 [colin]      0.9.12cvs39.2
17925
17926         * src/alertpanel.c
17927                 More nice-looking alertpanels
17928
17929 2004-07-29 [colin]      0.9.12cvs39.1
17930
17931         * src/messageview.c
17932                 sync with head
17933                 (inform user when partial mail is deleted on server)
17934
17935 2004-07-29 [colin]      0.9.12cvs38.1
17936
17937         * src/messageview.c
17938                 sync with head
17939
17940 2004-07-28 [paul]       0.9.12cvs37.7
17941
17942         * src/mainwindow.c
17943                 complete the replacement of deprecated gtk_progress_*
17944
17945 2004-07-28 [paul]       0.9.12cvs37.6
17946
17947         * src/action.c
17948         * src/inc.c
17949         * src/mainwindow.c
17950         * src/send_message.c
17951         * src/gtk/progressdialog.c
17952         * src/gtk/progressdialog.h
17953                 replace deprecated gtk_progress_*
17954
17955 2004-07-28 [paul]       0.9.12cvs37.5
17956
17957         * src/gtk/filesel.c
17958                 remove gtk_window_set_wmclass()
17959 2004-07-28 [paul]       0.9.12cvs37.4
17960
17961         * src/addressbook.c
17962         * src/compose.c
17963         * src/foldersel.c
17964         * src/mainwindow.c
17965         * src/messageview.c
17966         * src/sourcewindow.c
17967         * src/gtk/logwindow.c
17968                 remove gtk_window_set_wmclass()
17969                 
17970         * src/prefs_filtering.c
17971         * src/prefs_filtering_action.c
17972         * src/prefs_fonts.c
17973         * src/prefs_gtk.c
17974         * src/prefs_matcher.c
17975         * src/ssl_manager.c
17976         * src/gtk/prefswindow.c
17977                 replace gtk_window_position()
17978
17979 2004-07-28 [colin]      0.9.12cvs37.3
17980
17981         * src/alertpanel.c
17982         * src/alertpanel.h
17983                 Add a way to specify panel type for specific
17984                 panels (alertpanel())
17985         * src/account.c
17986         * src/addressbook.c
17987         * src/compose.c
17988         * src/expldifdlg.c
17989         * src/main.c
17990         * src/messageview.c
17991         * src/summaryview.c
17992         * src/textview.c
17993         * src/gtk/sslcertwindow.c
17994                 Fix alertpanel()s so that their icon match
17995                 their real type
17996
17997 2004-07-28 [paul]       0.9.12cvs37.2
17998
17999         * src/addr_compl.c
18000         * src/addressbook.c
18001         * src/alertpanel.c
18002         * src/compose.c
18003         * src/export.c
18004         * src/foldersel.c
18005         * src/folderview.c
18006         * src/grouplistdialog.c
18007         * src/import.c
18008         * src/mainwindow.c
18009         * src/message_search.c
18010         * src/messageview.c
18011         * src/passphrase.c
18012         * src/prefs_actions.c
18013         * src/prefs_common.c
18014         * src/prefs_customheader.c
18015         * src/prefs_display_header.c
18016         * src/prefs_filtering.c
18017         * src/prefs_filtering_action.c
18018         * src/prefs_gtk.c
18019         * src/prefs_matcher.c
18020         * src/prefs_msg_colors.c
18021         * src/prefs_summary_column.c
18022         * src/prefs_template.c
18023         * src/sourcewindow.c
18024         * src/ssl_manager.c
18025         * src/summary_search.c
18026         * src/gtk/colorsel.c
18027         * src/gtk/description_window.c
18028         * src/gtk/gtkaspell.c
18029         * src/gtk/inputdialog.c
18030         * src/gtk/logwindow.c
18031         * src/gtk/prefswindow.c
18032         * src/gtk/progressdialog.c
18033                 replace deprecated gtk_window_set_policy
18034
18035 2004-07-27 [colin]      0.9.12cvs37.1
18036
18037         * src/msgcache.c
18038                 More fixes (synced for head again)
18039
18040 2004-07-27 [colin]      0.9.12cvs35.3
18041
18042         * src/msgcache.c
18043                 Fix wrong test
18044
18045 2004-07-27 [colin]      0.9.12cvs35.2
18046
18047         * src/mimeview.c
18048                 Fix width a bit (by Paul)
18049         * src/alertpanel.c
18050         * src/alertpanel.h
18051                 Specialize icons, make alertpanel_message()
18052                 private
18053         * src/message_search.c
18054         * src/sgpgme.c
18055         * src/summary_search.c
18056                 Suit alertpanel changes
18057
18058 2004-07-27 [colin]      0.9.12cvs35.1
18059
18060         * src/alertpanel.c
18061                 Add an icon
18062         * src/passphrase.c
18063                 Add debug output - maybe someone will
18064                 want to look at the problem with Grab
18065                 Input :)
18066         Bump version as we're synced with HEAD
18067
18068 2004-07-26 [colin]      0.9.12cvs33.26
18069
18070         * src/pop.c
18071                 Fix uidl-file parsing when not in new
18072                 format
18073
18074 2004-07-26 [colin]      0.9.12cvs33.25
18075
18076         * src/gtk/menu.c
18077                 Move popup menu up if necessary (fixes 
18078                 account selector)
18079         * src/mainwindow.c
18080                 Set account selector's button height to
18081                 minimum
18082
18083 2004-07-26 [colin]      0.9.12cvs33.24
18084
18085         * src/alertpanel.c
18086                 Maybe fix 551 (Truncated font in alert window)
18087
18088 2004-07-26 [colin]      0.9.12cvs33.23
18089
18090         * po/de.po
18091         * po/es.po
18092         * po/fr.po
18093         * po/it.po
18094         * po/ja.po
18095         * po/pl.po
18096         * po/ru.po
18097         * po/sk.po
18098         * po/sr.po
18099         * po/zh_CN.po
18100                 Sync po files with HEAD
18101
18102 2004-07-26 [paul]       0.9.12cvs33.22
18103
18104         * src/compose.c
18105                 fix Bug 556 'Organisation-header is sent even if empty'
18106
18107 2004-07-24 [colin]      0.9.12cvs33.21
18108
18109         * src/compose.c
18110         * src/gtk/gtkaspell.c
18111         * src/gtk/gtkaspell.h
18112                 Fix speller accelerators (require hack)
18113
18114 2004-07-24 [colin]      0.9.12cvs33.20
18115
18116         * src/gtk/gtkaspell.c
18117                 Fix over-eager code deletion breaking
18118                 Check while typing
18119
18120 2004-07-24 [colin]      0.9.12cvs33.19
18121
18122         * src/browseldap.c
18123         * src/ldapctrl.c
18124         * src/ldapctrl.h
18125         * src/ldapserver.h
18126                 Sync ldap with HEAD
18127         (Fixes 546 LDAP completely broken)
18128
18129 2004-07-24 [colin]      0.9.12cvs33.18
18130
18131         * src/prefs_msg_colors.c
18132                 Fix prototype mismatch
18133         (Fixes 547 void function cannot return value)
18134
18135 2004-07-24 [colin]      0.9.12cvs33.17
18136
18137         * src/mainwindow.c
18138                 Fix sort going back to previous sort key
18139                 when changing sort direction
18140
18141 2004-07-24 [colin]      0.9.12cvs33.16
18142
18143         * src/compose.c
18144                 Fix space insertion when re-wrapping at 
18145                 cursor point
18146
18147 2004-07-24 [colin]      0.9.12cvs33.15
18148
18149         * src/gtk/gtkaspell.c
18150                 Don't change cursor position in insert-text
18151                 callback
18152         (Fixes 539 Word wrapping on input transposes letters)
18153
18154 2004-07-24 [colin]      0.9.12cvs33.14
18155
18156         * src/gtk/gtkaspell.c
18157                 Reencode non-ascii chars to dictionary's
18158                 encoding
18159         (Fixes 544 Spell check broken non english locale)
18160
18161 2004-07-24 [colin]      0.9.12cvs33.13
18162
18163         * src/summaryview.c
18164                 Fix Shift+Down, add Home/End/PgUp/PgDown
18165
18166 2004-07-21 [colin]      0.9.12cvs33.12
18167
18168         * src/prefs_common.c
18169                 Fix a gtk warning (Patch by Andrej Kacian)
18170
18171 2004-07-21 [colin]      0.9.12cvs33.11
18172
18173         * src/gtk/filesel.c
18174                 More check
18175
18176 2004-07-21 [colin]      0.9.12cvs33.10
18177
18178         * src/compose.c
18179         * src/crash.c
18180         * src/export.c
18181         * src/import.c
18182         * src/messageview.c
18183         * src/mimeview.c
18184         * src/prefs_spelling.c
18185         * src/prefs_themes.c
18186         * src/summaryview.c
18187         * src/gtk/filesel.c
18188         * src/gtk/filesel.h
18189         * src/gtk/pluginwindow.c
18190                 Untwist open/save mode guessing logic, make
18191                 it explicit
18192
18193 2004-07-20 [colin]      0.9.12cvs33.9
18194
18195         * src/codeconv.c
18196                 conv_encode_header: src_charset is UTF-8 on
18197                 gtk2
18198         * src/compose.c
18199                 Remove double encoding of the headers
18200
18201 2004-07-20 [colin]      0.9.12cvs33.8
18202
18203         * src/codeconv.c
18204                 Fix typo
18205
18206 2004-07-20 [colin]      0.9.12cvs33.7
18207
18208         * src/mainwindow.c
18209                 Set the separated messageview to the saved
18210                 size of Claws' messageview (Patch by Alfons)
18211                 Fix a callback prototype (me)
18212
18213 2004-07-20 [colin]      0.9.12cvs33.6
18214
18215         * src/codeconv.h
18216                 Forgot one hunk in 0.9.12cvs33.4
18217
18218 2004-07-19 [colin]      0.9.12cvs33.5
18219
18220         * src/action.c
18221                 Action output fix
18222                 Patch by Alfons
18223
18224 2004-07-19 [colin]      0.9.12cvs33.4
18225
18226         * src/compose.c
18227                 Fix outgoing charset bug in headers
18228         * src/codeconv.c
18229                 Clean for glib2 - Patch by Alfons
18230
18231 2004-07-19 [colin]      0.9.12cvs33.3
18232
18233         * src/statusbar.c
18234                 Remove grip from the statusbar
18235                 Patch by Alfons
18236
18237 2004-07-19 [colin]      0.9.12cvs33.2
18238
18239         * src/messageview.c
18240         * src/textview.c
18241                 Fix messageview remembering the previous
18242                 scroll position when loading a new message
18243                 Patch by Alfons
18244
18245 2004-07-19 [colin]      0.9.12cvs33.1
18246
18247         * src/folder.h
18248         * src/folderview.c
18249         * src/summaryview.c
18250                 Sync with HEAD
18251
18252 2004-07-18 [colin]      0.9.12cvs32.7
18253
18254         * configure.ac
18255                 Remove useless check for XIM - noticed
18256                 by Alfons
18257
18258 2004-07-18 [colin]      0.9.12cvs32.6
18259
18260         * src/summaryview.c
18261                 Remove non-modified and shift-modified
18262                 accelerators in summaryview's popup
18263                 menu, as that doesn't get catched by
18264                 the accel-activate signal catcher...
18265
18266 2004-07-18 [colin]      0.9.12cvs32.5
18267
18268         * src/prefs_common.c
18269                 Define sensible default prefs for 
18270                 wrapping
18271
18272 2004-07-18 [colin]      0.9.12cvs32.4
18273
18274         * src/compose.c
18275         * src/prefs_common.c
18276         * src/prefs_common.h
18277         * src/prefs_wrapping.c
18278                 Remove Smart Wrapping pref, which does
18279                 nothing on gtk2 branch
18280
18281 2004-07-18 [colin]      0.9.12cvs32.3
18282
18283         * src/sourcewindow.c
18284                 Proper utf8
18285
18286 2004-07-18 [colin]      0.9.12cvs32.2
18287
18288         * src/compose.c
18289                 Save attachment status when drafting
18290
18291 2004-07-18 [colin]      0.9.12cvs32.1
18292
18293         * src/gtk/filesel.c
18294                 Fix erratic folder selection in open mode
18295
18296 2004-07-18 [colin]      0.9.12cvs31.11
18297
18298         * src/pop.c
18299                 Don't let partial messages get deleted
18300                 even with "dowload all"
18301                 (0.9.12cvs31.8 fix extension)
18302 2004-07-18 [colin]      0.9.12cvs31.10
18303
18304         * src/gtk/logwindow.c
18305                 Fix log scrolling
18306
18307 2004-07-18 [colin]      0.9.12cvs31.9
18308
18309         * src/common/utils.c
18310                 Fix non-utf8 strings coming from commands
18311                 and files
18312
18313 2004-07-18 [colin]      0.9.12cvs31.8
18314
18315         * src/pop.c
18316                 Fix partial download bug with Download all
18317                 messages option
18318
18319 2004-07-18 [colin]      0.9.12cvs31.7
18320
18321         * src/textview.c
18322                 Fix bug introduced in 0.9.12cvs31.2
18323                 (blocked in select mode after double click)
18324
18325 2004-07-18 [colin]      0.9.12cvs31.6
18326
18327         * src/compose.c
18328         * src/gtk/menu.c
18329                 More glib-warning fixes
18330
18331 2004-07-18 [colin]      0.9.12cvs31.5
18332
18333         * src/compose.c
18334                 Fix trashing the primary clipboard when moving 
18335                 around with tab
18336         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18337
18338 2004-07-18 [colin]      0.9.12cvs31.4
18339
18340         * src/codeconv.c
18341                 convert unencoded iso headers to utf8
18342         (Fix Bug 538 Unencoded local characters in subject make it 
18343          disappear)
18344
18345 2004-07-18 [colin]      0.9.12cvs31.3
18346
18347         * src/compose.c
18348                 Fix tab char handling in wrapping
18349         (Fix Bug 537 Line wrap problem - TAB character treated as 
18350          one character instead of 8)
18351
18352 2004-07-18 [colin]      0.9.12cvs31.2
18353
18354         * src/textview.c
18355                 return FALSE on GDK_MOTION_NOTIFY
18356         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18357          (unable to highlight))
18358
18359 2004-07-18 [colin]      0.9.12cvs31.1
18360
18361         * src/folderview.c
18362                 Sync with 0.9.12cvs31
18363
18364 2004-07-18 [colin]      0.9.12cvs30.4
18365
18366         * src/compose.c
18367                 Also block text_inserted when inserting a file
18368
18369 2004-07-18 [colin]      0.9.12cvs30.3
18370
18371         * src/compose.c
18372                 Fix smart wrapping (block text_inserted handler
18373                 while putting quotation to avoid wrap on input,
18374                 don't join lines if next is sig separator)
18375
18376 2004-07-17 [colin]      0.9.12cvs30.2
18377
18378         * src/folderview.c
18379         * src/mainwindow.c
18380         * src/mimeview.c
18381         * src/summaryview.c
18382         * src/gtk/quicksearch.c
18383         * src/gtk/quicksearch.h
18384                 Block key events handlers *and* accels while
18385                 quicksearch is focused
18386         (Fixes Bug 534 quick-search bar not accepting certain letters)
18387
18388 2004-07-17 [colin]      0.9.12cvs30.1
18389
18390         * src/folder.h
18391         * src/folderview.c
18392         * src/summaryview.c
18393                 Sync with 0.9.12cvs30
18394
18395 2004-07-17 [colin]      0.9.12cvs28.2
18396
18397         * src/mimeview.c
18398         * src/procmime.c
18399         * src/summaryview.c
18400         * src/gtk/menu.c
18401                 Squash some compile and glib warnings
18402
18403 2004-07-17 [paul]       0.9.12cvs28.1
18404
18405         * src/mimeview.c
18406                 sync with 0.9.12cvs28 HEAD
18407
18408 2004-07-16 [paul]       0.9.12cvs26.1
18409         
18410         * src/gtk/quicksearch.c
18411         * src/account.c
18412         * src/account.h
18413         * src/compose.c
18414         * src/customheader.c
18415         * src/folder_item_prefs.c
18416         * src/main.c
18417         * src/mainwindow.c
18418         * src/messageview.c
18419         * src/mimeview.c
18420         * src/news.c
18421         * src/pgpmime.c
18422         * src/pop.c
18423         * src/pop.h
18424         * src/prefs_account.c
18425         * src/prefs_account.h
18426         * src/prefs_common.c
18427         * src/prefs_common.h
18428         * src/prefs_display_header.c
18429         * src/prefs_gtk.c
18430         * src/prefs_gtk.h
18431         * src/procheader.c
18432         * src/procmime.c
18433                 sync with 0.9.12cvs26 HEAD      
18434
18435 2004-07-15 [colin]      0.9.12cvs18.14
18436
18437         * src/folder.c
18438                 Disable GPG signature check during
18439                 folder move and scan
18440         (Closes Bug 521 Signature checking slows down Folder-Move)
18441
18442 2004-07-14 [colin]      0.9.12cvs18.13
18443
18444         * src/common/partial_download.c
18445                 update includes
18446
18447 2004-07-14 [colin]      0.9.12cvs18.12
18448
18449         * src/common/partial_download.c
18450         * src/common/partial_download.h
18451                 Move doc at top, add correct copyright
18452
18453 2004-07-14 [colin]      0.9.12cvs18.11
18454
18455         * src/folder.c
18456         * src/messageview.c
18457         * src/pop.c
18458         * src/pop.h
18459         * src/procmsg.c
18460         * src/summaryview.c
18461         * src/common/Makefile.am
18462         * src/common/partial_download.c ** NEW FILES **
18463         * src/common/partial_download.h ** NEW FILES **
18464                 Move partial-download related stuff to its
18465                 own file
18466
18467 2004-07-14 [colin]      0.9.12cvs18.10
18468
18469         * src/send_message.c
18470                 Fix smtp auth when user is null or empty
18471
18472 2004-07-13 [colin]      0.9.12cvs18.9
18473
18474         * src/gtk/quicksearch.c
18475                 Use alphabetic order
18476
18477 2004-07-13 [colin]      0.9.12cvs18.8
18478
18479         * src/pop.c
18480                 Be paranoid on the checks
18481
18482 2004-07-13 [colin]      0.9.12cvs18.7
18483
18484         * src/gtk/quicksearch.c
18485                 Fix Engrish once again
18486
18487 2004-07-13 [colin]      0.9.12cvs18.6
18488
18489         * src/procmsg.c
18490         * src/summaryview.c
18491                 Mark messages for deletion when they are about to
18492                 be removed from trash
18493
18494 2004-07-13 [colin]      0.9.12cvs18.5
18495
18496         * src/matcher.c
18497         * src/matcher.h
18498         * src/matcher_parser_parse.y
18499         * src/prefs_matcher.c
18500         * src/gtk/quicksearch.c
18501                 Add 'partial' ('p') match string to find partially
18502                 downloaded messages
18503
18504 2004-07-13 [colin]      0.9.12cvs18.4
18505
18506         * src/pop.c
18507                 Fix misplaced block
18508
18509 2004-07-13 [colin]      0.9.12cvs18.3
18510
18511         * src/pop.c
18512         * src/pop.h
18513         * src/messageview.c
18514                 Refactor API (to avoid passing 5+ params and code
18515                 duplication)
18516         * src/folder.c
18517         * src/msgcache.c
18518         * src/procheader.c
18519         * src/common/defs.h
18520                 Add planned_download to cache
18521                 Don't mess uidl file when moving partially downloaded
18522                 mails (they change folder, we should change it in the
18523                 uidl list too or we'll remove an incorrect message)
18524                 (this also helps removing hacks when changing 
18525                 planned_download in messageview.c)
18526
18527 2004-07-12 [colin]      0.9.12cvs18.2
18528
18529         * src/gtk/quicksearch.c
18530                 Fix missing status update in quicksearch
18531
18532 2004-07-12 [paul]       0.9.12cvs18.1
18533
18534         * po/POTFILES.in
18535         * src/Makefile.am
18536         * src/account.c
18537         * src/codeconv.c
18538         * src/compose.c
18539         * src/inc.c
18540         * src/main.c
18541         * src/prefs_common.c
18542         * src/procmsg.h
18543         * src/toolbar.c
18544         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18545         * src/prefs_wrapping.[ch]       ** NEW FILES **
18546         * src/common/intl.h
18547         * src/common/utils.[ch]
18548         * src/gtk/quicksearch.[ch]
18549                 sync with 0.9.12cvs18 HEAD
18550
18551 2004-07-12 [colin]      0.9.11cvs17.25
18552
18553         * src/folder.c
18554         * src/folder.h
18555                 Remove unused function added by me in 0.9.11cvs17.10
18556
18557 2004-07-11 [colin]      0.9.11cvs17.24
18558
18559         * src/inc.c
18560         * src/messageview.c
18561         * src/pop.c
18562         * src/pop.h
18563                 Use folderitem and msgnum instead of filename to
18564                 know which mail to delete
18565                 Move old partial mail deletion to pop.c
18566
18567 2004-07-10 [colin]      0.9.11cvs17.23
18568
18569         * src/inc.c
18570                 Add debug
18571         * src/pop.c
18572         * src/pop.h
18573                 Don't re-use same enums for unrelated stuff: it's 
18574                 completely misleading !
18575                 Document a bit
18576
18577 2004-07-09 [colin]      0.9.11cvs17.22
18578
18579         * src/inc.c
18580                 Remove folder-type check and do
18581                 more tests to be sure everything's
18582                 ok
18583         * src/messageview.c
18584                 Punctuation update, remove useless
18585                 code, fix two warnings
18586         * src/noticeview.c
18587                 Layout cleaning, reset 2nd button
18588                 when specifying one
18589
18590 2004-07-09 [colin]      0.9.11cvs17.21
18591
18592         * src/messageview.c
18593         * src/pop.c
18594         * src/pop.h
18595                 Allow user to change his mind
18596                 and postpone decision (by
18597                 unmarking the mail)
18598
18599 2004-07-09 [colin]      0.9.11cvs17.20
18600
18601         * src/messageview.c
18602                 Fix bug with delete state
18603         * src/pop.c
18604         * src/pop.h
18605                 Fix buffer leak (fread doesn't 
18606                 terminate buffers with \0)
18607                 Refactoring (remove magic 
18608                 numbers)
18609
18610 2004-07-09 [colin]      0.9.11cvs17.19
18611
18612         * src/pop.c
18613                 Don't log "Skipping message" if 
18614                 we're going to TOP it two lines
18615                 later
18616
18617 2004-07-09 [colin]      0.9.11cvs17.18
18618
18619         * src/messageview.c
18620                 Fix Engrish
18621
18622 2004-07-09 [colin]      0.9.11cvs17.17
18623
18624         * src/pop.c
18625                 strlen checking...
18626         * src/messageview.c
18627                 refactoring a bit
18628
18629 2004-07-08 [colin]      0.9.11cvs17.16
18630
18631         * src/noticeview.c
18632         * src/noticeview.h
18633                 Add an optional second button
18634         * src/messageview.c
18635         * src/pop.c
18636         * src/pop.h
18637                 Don't delete partially received mails after a certain
18638                 time; rather, let the user decide.
18639
18640 2004-07-08 [colin]      0.9.11cvs17.15
18641
18642         * src/common/smtp.h
18643                 Sync with HEAD
18644
18645 2004-07-08 [colin]      0.9.11cvs17.14
18646
18647         * src/messageview.c
18648         * src/common/smtp.c
18649                 Use to_human_readable() for sizes
18650
18651 2004-07-08 [colin]      0.9.11cvs17.13
18652
18653         * src/inc.c
18654         * src/messageview.c
18655         * src/pop.c
18656         * src/pop.h
18657         * src/procmsg.c
18658                 Fix partial-downloading issues:
18659                         catch unsupported TOP
18660                         don't delete partially downloaded mails before 5 days
18661                         don't update existing with non-MH folders; that'll
18662                         make dups, but it's better than trashing the folder
18663                         free new msginfo parts
18664                 Fix indentation ;-)
18665
18666 2004-07-08 [colin]      0.9.11cvs17.12
18667
18668         * src/common/smtp.c
18669         * src/common/smtp.h
18670                 Sync smtp size verification with HEAD
18671
18672 2004-07-08 [colin]      0.9.11cvs17.11
18673
18674         * src/summaryview.c
18675         * src/prefs_common.c
18676         * src/prefs_common.h
18677         * src/gtk/quicksearch.c
18678         * src/gtk/quicksearch.h
18679                 Sync sticky pref with HEAD
18680
18681 2004-07-08 [colin]      0.9.11cvs17.10
18682
18683         * src/folder.c [1.213.2.6]
18684         * src/folder.h [1.87.2.6]
18685         * src/inc.c [1.149.2.7]
18686         * src/messageview.c [1.94.2.8]
18687         * src/procheader.c [1.47.2.6]
18688         * src/procmsg.c [1.150.2.4]
18689         * src/procmsg.h [1.60.2.5]
18690         * src/pop.c [1.56.2.4]
18691         * src/pop.h [1.17.2.3]
18692                 Let too big messages get downloaded, but truncated
18693                 Add a button to download them completely
18694                 
18695 2004-07-06 [colin]      0.9.11cvs17.9
18696
18697         * src/gtk/quicksearch.c [1.1.2.3]
18698                 Add a Clear button
18699         * commitHelper
18700         * PATCHSETS
18701                 Add a script to help with cvs
18702
18703 2004-07-03 [colin]      0.9.11cvs17.8
18704
18705         * src/plugins/imageviewer/viewer.c
18706                 fix imageviewer (which was staying on the first
18707                 displayed image)
18708
18709 2004-07-03 [colin]      0.9.11cvs17.7
18710
18711         Removed FIXME_GTK2 warnings
18712         * src/gtk/gtkutils.c
18713                 useless #warnings
18714         * src/gtk/menu.c
18715                 useless #warnings (no need to mess with menu rc)
18716         * src/gtk/menu.h
18717                 unused functions
18718         
18719
18720 2004-07-03 [colin]      0.9.11cvs17.6
18721
18722         Removed FIXME_GTK2 warnings
18723         * src/codeconv.c
18724                 useless #warnings (rewrite needed)
18725         * src/compose.c
18726                 useless #warnings (rewrite needed)
18727                 useless #warnings (gtk2 is like that)
18728                 useless #warnings (previously fixed)
18729         * src/main.c
18730                 useless #warnings (previously fixed)
18731         * src/message_search.c
18732                 useless #warnings (gtk2 is like that)
18733                 Made apparent that search is case-sensitive
18734         * src/mimeview.c
18735                 useless #warnings (rewrite needed)
18736                 useless #warnings (gtk2 is like that)
18737                 reimplemented real warnings
18738         * src/prefs_common.c
18739                 Removed block cursor option (not it gtk2)
18740         * src/prefs_gtk.c
18741                 useless #warnings (rewrite needed)
18742         * src/procheader.c
18743                 useless #warnings (rewrite needed)
18744         * src/sourcewindow.c
18745                 useless #warnings (incorrect placing)
18746         * src/summary_search.c
18747                 useless #warnings (gtk2 is like that)
18748                 Made apparent that search is case-sensitive
18749         * src/action.c
18750                 useless #warnings (gtk2 is like that)
18751         * src/textview.c
18752                 useless #warnings (rewrite needed)
18753         * src/toolbar.c
18754                 useless #warnings (rewrite needed)
18755
18756 2004-07-03 [colin]      0.9.11cvs17.5
18757
18758         * src/textview.c
18759                 Fix mismerge which broke URI opening
18760                 
18761 2004-07-01 [colin]      0.9.11cvs17.4
18762
18763         * src/gtk/filesel.c
18764                 Fill filename when saving
18765                 
18766 2004-06-27 [colin]      0.9.11cvs17.3
18767
18768         * src/gtk/filesel.[ch]
18769                 Use the new GTK file selector
18770                 Update prototype to match the reality: multiple file
18771                 selection is open-only          
18772         * src/compose.c
18773                 Match the new prototypes        
18774         * configure.ac
18775                 Match the new requirements (gtk 2.4.0)
18776                         
18777 2004-06-26 [colin]      0.9.11cvs17.2
18778
18779         * src/plugins/trayicon/trayicon.c
18780                 Remove useless signal handler on resize, which causes
18781                 an infinite "loop"
18782         
18783 2004-06-26 [colin]      0.9.11cvs17.1
18784         
18785         * tools/Makefile.am
18786                 remove launch_firebird and add nautilus2sylpheed.sh
18787         * src/quicksearch.c
18788           src/summaryview.c
18789                 Fix show/hide "Extended symbols" button problem
18790                 Fix apparition at startup
18791                 Fix const warnings
18792         * src/plugins/image_viewer/Makefile.am
18793                 Fix configure 
18794         * common/ssl.c
18795                 Re-enable certificate check, as it doesn't seem to
18796                 cause Xlib errors anymore
18797
18798 2004-06-25 [paul]       0.9.11cvs17
18799
18800         * sync with 0.9.11cvs17 HEAD
18801         
18802         NOTE: QuickSearch is broken
18803
18804 2004-06-07 [colin]      0.9.10claws67.10
18805         * src/plugins/trayicon/trayicon.c
18806           src/plugins/trayicon/libeggtrayicon/Makefile.am
18807           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18808                 Fix gettextization in trayicon plugin
18809
18810 2004-06-07 [colin]      0.9.10claws67.9
18811         
18812         * src/summaryview.c
18813           src/gtk/gtksctree.[ch]
18814                 Let Shift+{Up,Down} work in summaryview
18815                 (well, Down "works" and Up works)
18816                 Let the list scroll when using these keys
18817
18818 2004-06-06 [colin]      0.9.10claws67.8
18819
18820         * src/plugins/trayicon/trayicon.c
18821                 Fix pixmap update
18822
18823 2004-06-06 [colin]      0.9.10claws67.7
18824
18825         * src/addressbook.c
18826                 Fix signal handling causing system-wide focus grab
18827
18828 2004-05-25 [paul]       0.9.10claws67.6
18829
18830         * Makefile.am
18831           src/Makefile.am
18832                 clean up
18833
18834 2004-05-25 [paul]       0.9.10claws67.5
18835
18836         * replace deprecated gtk_signal... functions
18837
18838 2004-05-23 [colin]      0.9.10claws67.4
18839
18840         * src/compose.c
18841                 Fix wrapping
18842
18843 2004-05-22 [colin]      0.9.10claws67.3
18844
18845         * src/compose.c
18846                 Re-fix [Edited] in compose.c::compose_reedit()
18847
18848 2004-05-22 [colin]      0.9.10claws67.2
18849
18850         * src/procmime.c
18851                 Fix parsing of multiparts mails
18852
18853 2004-05-22 [colin]      0.9.10claws67.1
18854
18855         * src/summaryview.c
18856                 Fix quicksearch
18857
18858 2004-05-22 [paul]       0.9.10claws67
18859
18860         * sync with 0.9.10claws67 HEAD
18861
18862 2004-05-14 [alfons]
18863
18864         * src/procmime.h
18865                 add forgotton prototype
18866
18867 2004-05-10 [paul]       0.9.10claws57
18868
18869         * sync with 0.9.10claws57 HEAD
18870
18871 2004-05-05 [paul]       0.9.9.claws1
18872
18873         * ChangeLog-gtk2        ** REMOVED **
18874           ChangeLog-gtk2.claws  ** ADDED **
18875                 rename and adopt the normal claws format
18876                 
18877         * configure.ac
18878                 require gtkmathview >= 0.5
18879
18880         * ac/*                          ** REMOVED **
18881           ac/                           ** REMOVED **
18882           intl/Makefile.in              ** REMOVED **
18883           m4/                           ** ADDED **
18884           m4/missing                    ** ADDED **
18885           m4/missing/gdk-pixbuf.m4      ** ADDED **
18886           m4/missing/gettext.m4         ** ADDED **
18887           m4/missing/gpgme.m4           ** ADDED **
18888           m4/missing/imlib.m4           ** ADDED **
18889           m4/.cvsignore                 ** ADDED **
18890           m4/Makefile.am                ** ADDED **
18891           m4/README                     ** ADDED **
18892           m4/aclocal-include.m4         ** ADDED **
18893           m4/aspell.m4                  ** ADDED **
18894           m4/check-type.m4              ** ADDED **
18895           m4/gnupg-check-typedef.m4     ** ADDED **
18896           m4/openssl.m4                 ** ADDED **
18897           m4/spamassassin.m4            ** ADDED **
18898           po/ChangeLog                  ** REMOVED **
18899           po/Makefile.in.in             ** REMOVED **
18900           po/Rules-quot                 ** REMOVED **
18901           po/boldquot.sed               ** REMOVED **
18902           po/en@boldquot.header         ** REMOVED **
18903           po/en@quot.header             ** REMOVED **
18904           po/insert-header.sin          ** REMOVED **
18905           po/quot.sed                   ** REMOVED **
18906           po/remove-potcdate.sed        ** REMOVED **
18907           po/remove-potcdate.sin        ** REMOVED **
18908           po/stamp-po                   ** REMOVED **
18909           Makefile.am
18910           autogen.sh
18911           configure.ac
18912                 enable building with automake 1.8.x
18913                 add 'autopoint --force' to autogen.sh and remove all
18914                 auto-generated files, remove ac/ directory and use
18915                 m4/ directory instead
18916                 
18917         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18918                 fix gettextization
18919
18920 2004-02-28 Colin Leroy <colin@colino.net>
18921         * src/prefs_matcher.c
18922           src/prefs_filtering.c
18923           src/prefs_filtering_action.c
18924                 Fix non-editable GtkEntries
18925
18926 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18927         * src/prefs_themes.c
18928                 utf8 conversion for theme info
18929
18930 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18931         * sync 0.9.9claws
18932
18933 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18934         * src/grouplistdialog.c
18935                 allow multiple selections without ctrl key
18936
18937 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18938         * src/main.c
18939                 enable customizable accelerators
18940
18941 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18942         * src/prefs_common.c
18943                 re-enable different font settings for gtk1/2
18944         * src/prefs_folder_item.c
18945                 fix folder prefs displayed wrong
18946         * src/textview.c
18947                 set 'sunken' shadow type
18948
18949 2004-02-07 Colin Leroy <colin@colino.net>
18950         * src/compose.c
18951                 Fix message being always [Edited]
18952                 Encode headers correctly (utf8 buf)
18953
18954 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18955         * src/socket.c
18956                 remove double g_source_attach()
18957                 (Thanks to Colin Leroy)
18958
18959 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18960         * src/gtk/gtksctree.c
18961                 Fix SSL certificate list not shown
18962         * src/mimeview.c
18963                 Fix clicks in mime tree
18964
18965 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18966         * src/common/socket.c
18967                 Fix SSL receive
18968         * src/compose.c
18969                 Fix clipboard menu hotkeys
18970
18971 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18972         * src/gtk/gtkaspell.[ch]
18973           src/compose.c
18974                 reimplement spellchecker
18975
18976 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18977         * src/gtk/filesel.c
18978                 crash when inserting file in compose window
18979                 (TODO: keep old selection on clicks)
18980         * src/main.c
18981                 use gtkrc-2.0 instead of gtkrc
18982
18983 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18984         * src/messageview.c
18985                 remove orphaned mimeview unref()
18986
18987 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18988         * src/grouplistdialog.c
18989                 expand nodes containing subscribed groups
18990
18991 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18992         * src/textview.c
18993                 textview: hide cursor, restore old click behaviour
18994
18995 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18996         * src/textview.c
18997                 variable names messed up
18998
18999 2004-01-17 Colin Leroy <colin@colino.net>
19000         * src/addr_compl.c
19001                 Fix completion address too thin
19002         * src/compose.c
19003                 Fix tab-to-subject behaviour
19004         * src/summaryview.c
19005                 Implement key up & down in summaryview
19006
19007 2004-01-12 Thorsten Maerz <torte@netztorte.de>
19008
19009         * sync 098claws
19010
19011 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19012         * configure.ac
19013           Makefile.am
19014           doc/.cvsignore
19015           doc/Makefile.am
19016                 faq, man, manual moved to doc/
19017         * ac/aspell.m4
19018           ac/check-type.m4
19019           ac/gnupg-check-typedef.m4
19020           ac/openssl.m4
19021           ac/spamassassin.m4
19022           ac/missing/gdk-pixbuf.m4
19023           ac/missing/gpgme.m4
19024           ac/missing/imlib.m4
19025                 fix automake warnings
19026
19027 2003-12-06 Colin Leroy <colin@colino.net>
19028         * src/summaryview.c
19029                 Fix quicksearch
19030
19031 2003-12-05 Colin Leroy <colin@colino.net>
19032         * src/summaryview.c
19033                 Fix going to next unread folder
19034
19035 2003-12-05 Colin Leroy <colin@colino.net>
19036         * src/crash.c
19037                 Fix gtk2 compilation
19038         * src/session.c
19039                 Remove iotag source handler at disconnection
19040         * src/socket.[ch] 
19041                 Remove source handler when closing socket 
19042                 (fixes another seg)
19043
19044 2003-12-04 Colin Leroy <colin@colino.net>
19045         * src/compose.c
19046           src/prefs_account.c
19047           src/prefs_common.c
19048                 Fix some dropdown menus
19049
19050 2003-12-04 Colin Leroy <colin@colino.net>
19051         * src/compose.c
19052                 Fix event handlers on header fields
19053         * src/common/socket.c
19054           src/common/session.c
19055                 Fix segfault with callback (SSL)
19056                 Fix end of session 
19057
19058 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19059
19060         * Fix compile bug in src/compose.c
19061         * removed src/gtk/gtkstext.[ch]
19062
19063 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19064
19065         * Convert character set and escape "text" attributes in toolbar setting
19066         files.
19067         * Fixed bug in button-press-event handling.
19068
19069 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19070
19071         * Fixed bug in key-press-event handling.
19072
19073 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19074
19075         * Enabled to compile tray-icon plugin (Ad-hoc).
19076         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19077
19078 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19079
19080         * Enabled to compile on sylpheed-claws.
19081         (tray-icon plugin still cannot compile yet.)
19082
19083 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19084
19085         * Updated to 0.9.5.
19086
19087 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19088
19089         * Updated to 0.9.4.
19090         * Ported monitoring SSL mechanism to GSource of GLib2
19091         (I don't confirm it)
19092         * Added _gtk2 suffix to key name of font preference to avoid
19093         ovverwriting preference of Gtk+-1.2 version.
19094
19095 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19096
19097         * Updated to 0.9.2.
19098
19099 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19100
19101         * Updated to 0.9.1.
19102         * Translate po files into UTF-8 when execute autogen.sh.
19103
19104 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19105
19106         * Updated to 0.9.0.
19107
19108 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19109
19110         * Plugged GError related memory leaks.
19111
19112 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19113
19114         * Changed default size of fonts.
19115         * Enabled to set titile font size of warning dialog.
19116
19117 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19118
19119         * Embed a sylpheed icon into executable binary on Windows.
19120
19121 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19122
19123         * I forgot to traslate character set of element string in src/xml.c.
19124
19125 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19126
19127         * Fixed detecting bind_textdomain_codeset in configure.in.
19128         * The bug in which "Example" of "Date fromat" preference isn't displayed
19129         correctly has been fixed.
19130
19131 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19132
19133         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19134           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19135           glib-gettextize
19136           Removed intl directory.
19137           Translated po files into UTF-8.
19138           (Thanks! Ryuji Abe)
19139
19140 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19141
19142         * The bug which doesn't unscape string in xml.c has been fixed.
19143
19144 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19145
19146         * The bug which is failed to translate encoding of file name thorough
19147         file dialog has been fixed.
19148
19149 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19150
19151         * Modified to translate file names which is used in inporting/expoting
19152         mbox feature and "Save as" feature into locale encoding.
19153         * Translate file names into locale encoding when "Attache file" and
19154         "Insert file".
19155         * Force set G_BROKEN_FILENAMES environment variable.
19156         * Other minor fixes.
19157
19158 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19159
19160         * Modified to treat MH folder's name as locale encoding.
19161
19162 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19163
19164         * The bug which clash on switching candidates of auto completion of
19165         addresses, cannot use auto completion in Japanesse is fixed
19166         (Thanks! Tokunaga-san)¡¥
19167
19168 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19169
19170         * The bug which cannot switch key accelerator preference has been fixed
19171         (Thanks! smbd-san)¡¥
19172
19173 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19174
19175         * version 0.8.11-gtk2-20030314
19176
19177 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19178
19179         * The bug in which character set conversion of filtering messages has
19180         been fixed.(Thanks! COCOA-san).
19181
19182 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19183
19184         * Revived "Leave space on head" preference in "Message" category.
19185         * A bug which clash when put the cursor to end of buffer and execute
19186         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19187
19188 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19189
19190         * version 0.8.11-gtk2-20030312
19191
19192 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19193
19194         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19195         * Modified to use Pango's API directly for font preference.
19196         * Integrated GtkTextView of textview to one widget.
19197         * Set fonts of header title in textview by "header_title" tag.
19198         * Removed some deprecated codes.
19199
19200 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19201
19202         * Updated to 0.8.11.
19203         * Merged cygwin patch(Thanks! Sakai-san).
19204
19205 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19206
19207         * version 0.8.10-gtk2-20030309