2006-10-27 [colin] 2.5.6cvs9
[claws.git] / ChangeLog
1 2006-10-27 [colin]      2.5.6cvs9
2
3         * configure.ac
4                 Require libetpan-0.48. I'm so annoying,
5                 I know ;-)
6
7 2006-10-27 [colin]      2.5.6cvs8
8
9         * src/folder.c
10         * src/imap.c
11                 Probably fix bug 1044, 'sylpheed-claws 
12                 segfaults while moving mails' - Fix relation
13                 usage when moving to an IMAP mailbox from another
14                 mailbox
15
16 2006-10-26 [paul]       2.5.6cvs7
17
18         * src/gtk/about.c
19                 add libSM to compiled-in features
20                 list
21
22 2006-10-24 [colin]      2.5.6cvs6
23
24         * src/textview.c
25         * src/gtk/gtkutils.c
26                 Fix crash when printing emails with an
27                 xface
28
29 2006-10-24 [mones]      2.5.6cvs5
30
31         * manual/es/advanced.xml
32                 Synchronize hidden option respect_flowed_format
33         * po/es.po
34                 Updated translation
35
36 2006-10-21 [paul]       2.5.6cvs4
37
38         * src/gtk/authors.h
39         * src/plugins/pgpcore/pgp_viewer.c
40         * src/plugins/pgpcore/sgpgme.c
41                 fix building on BSDs
42                 Thanks to Michael Hughes
43                 <Sylpheed-Claws_user@thehugheslogcabin.net>
44
45 2006-10-20 [colin]      2.5.6cvs3
46
47         * configure.ac
48                 Bump up libetpan requirement
49                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
50         * src/common/utils.c
51         * src/common/utils.h
52                 Add convenience get_file_mtime()
53         * src/imap.c
54         * src/etpan/imap-thread.c
55         * src/etpan/imap-thread.h
56                 Implement UIDPLUS support if the server
57                 supports it - faster sending in this case
58
59 2006-10-19 [colin]      2.5.6cvs2
60
61         * src/gtk/quicksearch.c
62                 Fix emptying in type-ahead+extended mode
63         * src/mainwindow.c
64         * src/mainwindow.h
65                 Add a hook for offline state change
66         * src/plugins/trayicon/trayicon.c
67                 Use it to display offline icons
68         * src/plugins/trayicon/Makefile.am
69         * src/plugins/trayicon/newmail.offline.xpm
70         * src/plugins/trayicon/newmarkedmail.offline.xpm
71         * src/plugins/trayicon/nomail.offline.xpm
72         * src/plugins/trayicon/unreadmail.offline.xpm
73         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
74                 Add the icons
75
76 2006-10-12 [paul]       2.5.6cvs1
77
78         * NEWS
79         * README
80         * configure.ac
81                 Update version number following
82                 stable release
83
84 2006-10-19 [colin]      2.5.5cvs18
85
86         * manual/handling.xml
87                 Add type-ahead search
88
89 2006-10-18 [colin]      2.5.5cvs17
90
91         * src/gtk/quicksearch.c
92                 Remove "save to history only if there's
93                 no syntax error", it breaks for some 
94                 reason which I'll investigate later.
95
96 2006-10-18 [colin]      2.5.5cvs16
97
98         * src/prefs_common.c
99         * src/prefs_common.h
100         * src/summaryview.c
101         * src/gtk/quicksearch.c
102         * src/gtk/quicksearch.h
103                 Add a type-ahead option for fast searches
104                 Patch by Fabien Vantard
105
106 2006-10-18 [colin]      2.5.5cvs15
107
108         * src/compose.c
109         * src/compose.h
110                 Add Options/Reply mode/ menu to be able to
111                 change the recipients of a reply on the fly
112
113 2006-10-18 [colin]      2.5.5cvs14
114
115         * src/compose.c
116                 Fix redirecting of our own sent mails
117
118 2006-10-17 [wwp]        2.5.5cvs13
119
120         * src/send_message.c
121                 Fix duplicate error messages when sending, and missing
122                 newline in such error messages.
123
124 2006-10-17 [colin]      2.5.5cvs12
125
126         * src/compose.c
127                 Compare addresses case-insensitive
128
129 2006-10-17 [colin]      2.5.5cvs11
130
131         * src/plugins/pgpcore/sgpgme.c
132                 Fix return status
133
134 2006-10-17 [colin]      2.5.5cvs10
135
136         * src/plugins/pgpcore/pgp_viewer.c
137                 Fix return status
138
139 2006-10-17 [colin]      2.5.5cvs9
140
141         * src/quote_fmt.c
142                 Fix a typo (thanks to Fabien)
143
144 2006-10-16 [colin]      2.5.5cvs8
145
146         * src/textview.c
147                 Fix problem with quote-folding when emails
148                 don't convert cleanly to UTF-8
149
150 2006-10-14 [colin]      2.5.5cvs7
151
152         * src/prefs_template.c
153                 Reset fields when reopening
154                 the window
155
156 2006-10-13 [paul]       2.5.5cvs6
157
158         * manual/advanced.xml
159         * src/prefs_message.c
160                 make 'respect_flowed_format' a hidden
161                 option, and add a manual entry for it
162                 Thanks to Colin
163
164 2006-10-12 [colin]      2.5.5cvs5
165
166         * src/codeconv.c
167                 Revert part of 2.5.2cvs21:
168                 Don't optimise by reusing the 
169                 last iconv converter if possible:
170                 it seems slightly broken in a 
171                 very hard way to reproduce
172
173 2006-10-12 [colin]      2.5.5cvs4
174
175         * src/prefs_common.c
176         * src/prefs_common.h
177         * src/prefs_message.c
178         * src/procmime.c
179                 Fix bug 1035, 'Incorrect handling 
180                 of flowed lines'. We now optionnaly
181                 handle this format (preference is in
182                 Message View/Text options section)
183
184 2006-10-12 [colin]      2.5.5cvs3
185
186         * po/POTFILES.in
187                 Add new file
188         * src/plugins/pgpcore/pgp_viewer.c
189         * src/plugins/pgpcore/sgpgme.c
190                 Don't try to import without asking
191
192 2006-10-12 [colin]      2.5.5cvs2
193
194         * src/compose.c
195                 Fix bug 1036, 'Forwarding a mutlipart
196                 mail with a "text/html" block to ms
197                 outlook users leeds to freeze of
198                 outlook'. Poor outlook users...
199
200 2006-10-12 [paul]       2.5.5cvs1
201
202         * NEWS
203         * README
204         * configure.ac
205                 Update version number following
206                 stable release
207
208 2006-10-11 [paul]       2.5.4cvs1
209
210         * NEWS
211         * README
212         * configure.ac
213                 Update version number following
214                 stable release
215
216 2006-10-11 [paul]       2.5.3cvs32
217
218         * src/textview.c
219                 fix bug 1032, 'Segmentation fault when showing
220                 message' (bug in quote folding)
221                 Thanks to Colin
222
223 2006-10-10 [colin]      2.5.3cvs31
224
225         * src/quote_fmt.c
226                 Rephrase english a bit
227
228 2006-10-10 [colin]      2.5.3cvs30
229
230         * src/prefs_compose_writing.c
231                 Stop making the page larger than the window
232
233 2006-10-10 [wwp]        2.5.3cvs29
234
235         * src/compose.c
236         * src/prefs_template.c
237         * src/quote_fmt.c
238         * src/quote_fmt.h
239         * src/quote_fmt_lex.l
240         * src/quote_fmt_parse.y
241                 Extend the quote parser a bit: allow to get access to
242                 basic (composing) account info.
243
244 2006-10-10 [colin]      2.5.3cvs28
245
246         * src/procheader.c
247                 Fix this \t problem in subject
248
249 2006-10-09 [colin]      2.5.3cvs27
250
251         * src/main.c
252         * src/prefs_gtk.c
253                 Prepare cache a bit later
254                 If section already exists, skip the new one 
255                 (as previously); avoid writing the same block
256                 twice - if we find a second block with the 
257                 same id, skip it.
258         * src/plugins/pgpcore/pgp_viewer.c
259                 Set cursor to busy when retrieving a key
260         * src/plugins/pgpcore/sgpgme.c
261                 allow 5 seconds for gpg to export the key
262                 
263
264 2006-10-09 [colin]      2.5.3cvs26
265
266         * configure.ac
267         * src/msgcache.c
268         * src/prefs_gtk.c
269                 Check for existence of fgets_unlocked
270                 and fwrite_unlocked
271
272 2006-10-09 [paul]       2.5.3cvs25
273
274         * src/prefs_summaries.c
275                 replace strftime() with fast_strftime() and in
276                 the consequence fix the bug in the display of
277                 AM/PM in the 'Example' string
278
279 2006-10-09 [ticho]      2.5.3cvs24
280
281         * po/sk.po
282                 Updated (and fixed up somewhat) Slovak translation.
283
284 2006-10-08 [colin]      2.5.3cvs23
285
286         * src/prefs_folder_item.c
287                 Explain why prefs in the top-level folder
288                 aren't retained, but are still useful
289
290 2006-10-08 [colin]      2.5.3cvs22
291
292         * src/prefs_gtk.c
293                 Don't cache anything if caching fails
294
295 2006-10-08 [colin]      2.5.3cvs21
296
297         * src/common/utils.c
298                 always include gi18n.h
299
300 2006-10-07 [colin]      2.5.3cvs20
301
302         * src/plugins/pgpcore/pgp_viewer.c
303                 Kill gpg after 5 seconds wait
304
305 2006-10-07 [colin]      2.5.3cvs19
306
307         * src/plugins/pgpcore/pgp_viewer.c
308         * src/plugins/pgpcore/pgp_viewer.h
309                 Fix copyright
310
311 2006-10-07 [colin]      2.5.3cvs18
312
313         * src/plugins/pgpcore/pgp_viewer.c
314         * src/plugins/pgpcore/pgp_viewer.h
315                 Actually add the files to CVS
316
317 2006-10-07 [colin]      2.5.3cvs17
318
319         * src/plugins/pgpcore/sgpgme.c
320                 Be sure not to crash on 'application/pgp-signature' that
321                 are not application/pgp-signatures
322
323 2006-10-07 [colin]      2.5.3cvs16
324
325         * src/textview.c
326         * src/textview.h
327                 Make a bit more of the API available
328         * src/plugins/pgpcore/Makefile.am
329         * src/plugins/pgpcore/plugin.c
330         * src/plugins/pgpcore/sgpgme.c
331                 Add basic key import/export
332
333 2006-10-07 [colin]      2.5.3cvs15
334
335         * src/folderview.c
336         * src/imap.c
337         * src/prefs_account.c
338         * src/wizard.c
339                 Warn users *everywhere* if libetpan's not
340                 linked in
341
342 2006-10-06 [mones]      2.5.3cvs14
343
344         * po/de.po
345         * po/es.po
346                 updated by Stephan Sachse and me
347
348 2006-10-06 [colin]      2.5.3cvs13
349
350         * src/main.c
351         * src/common/sylpheed.c
352                 Don't load common plugins if --exit is passed
353         * src/prefs_gtk.c
354         * src/prefs_gtk.h
355                 Implement a cache to avoid reading the same
356                 files over and over again at startup
357
358 2006-10-06 [colin]      2.5.3cvs12
359
360         * src/summaryview.c
361         * src/gtk/quicksearch.c
362                 Update display every 5k mails on fast searches
363
364 2006-10-06 [colin]      2.5.3cvs11
365
366         * src/textview.c
367                 Don't do quote folding on HTML or ERTF.
368                 May fix the Cygwin issues if they were
369                 happening with HTML mails?
370
371 2006-10-05 [colin]      2.5.3cvs10
372
373         * src/prefs_gtk.c
374                 Oops, forgot one
375
376 2006-10-05 [colin]      2.5.3cvs9
377
378         * src/prefs_gtk.c
379                 Use unlocked_stdio here too
380
381 2006-10-05 [colin]      2.5.3cvs8
382
383         * src/folderview.c
384                 Fix go to next * after preferences apply
385         * src/msgcache.c
386                 Do the fd lock/unlock ourselves instead of
387                 letting the libc do it at each write 
388
389 2006-10-05 [colin]      2.5.3cvs7
390
391         * src/common/utils.c
392                 Faster division, thanks to Jean Diraison
393
394 2006-10-05 [paul]       2.5.3cvs6
395
396         * src/common/utils.c
397                 fix building with --disable-nls
398
399 2006-10-04 [colin]      2.5.3cvs5
400
401         * src/folder.c
402                 Maybe fix a segfault
403
404 2006-10-04 [wwp]        2.5.3cvs4
405
406         * src/prefs_folder_item.c
407                 Fine-tune layouts in folder item prefs. Suggested by
408                 Fabien Vantard <fzzzzz@gmail.com>.
409
410 2006-10-04 [wwp]        2.5.3cvs3
411
412         * src/prefs_folder_item.c
413                 Kill the clandestine passengers. You didn't see anything.
414
415 2006-10-04 [wwp]        2.5.3cvs2
416
417         * src/prefs_folder_item.c
418                 Add a way to test the subject simplify regexp in
419                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
420                 w/ few layout changes.
421
422 2006-20-04 [paul]       2.5.3cvs1
423
424         * NEWS
425         * README
426         * configure.ac
427                 Update version number following
428                 stable release
429
430 2006-10-04 [colin]      2.5.2cvs42
431
432         * src/folder.c
433         * src/folder.h
434         * src/summaryview.c
435                 Provide a way for folder classes to set their sort
436                 type and key
437
438 2006-10-03 [colin]      2.5.2cvs41
439
440         * src/mh.c
441                 Don't use strlen() to know if the
442                 string's empty
443
444 2006-10-03 [colin]      2.5.2cvs40
445
446         * src/mh.c
447                 Fix "check for new folders" with accentued folders
448
449 2006-10-03 [ticho]      2.5.2cvs39
450
451         * src/filtering.c
452         * src/folder.c
453         * src/inc.c
454         * src/mbox.c
455                 Colin's fix for "copy" filtering rules.
456
457 2006-10-02 [colin]      2.5.2cvs38
458
459         * src/folderview.c
460                 Fix for double-click too
461
462 2006-10-02 [colin]      2.5.2cvs37
463
464         * src/folderview.c
465                 correct fix for cvs36
466
467 2006-10-02 [colin]      2.5.2cvs36
468
469         * src/folderview.c
470                 Fix 'goto next unread' after collapsing/expanding 
471                 a node.
472
473 2006-10-02 [colin]      2.5.2cvs35
474
475         * src/summaryview.c
476                 Fix double freeze/thaw
477         * src/common/utils.c
478         * src/common/utils.h
479                 Reimplement strftime
480         * src/procheader.c
481                 Use it
482
483
484 2006-10-02 [colin]      2.5.2cvs34
485
486         * src/mh.c
487                 Time mh_write_sequences() - it's fast
488         * src/summaryview.c
489                 Init a variable to shut up gcc
490
491 2006-10-01 [colin]      2.5.2cvs33
492
493         * src/folder.c
494         * src/mh.c
495         * src/mh.h
496         * src/msgcache.c
497                 Add helper mh_set_mtime(), and set mtime to stat()'s result
498                 Add fsync but disable it, it's slow as hell
499
500 2006-10-01 [colin]      2.5.2cvs32
501
502         * src/mh.c
503         * src/msgcache.c
504                 fflush() caches and mh_sequences before
505                 fclose()ing
506
507 2006-10-01 [colin]      2.5.2cvs31
508
509         * src/msgcache.c
510                 Don't ftruncate when not using mmap
511
512 2006-09-30 [colin]      2.5.2cvs30
513
514         * src/main.c
515                 Write folder list *after* saving caches
516
517 2006-09-30 [colin]      2.5.2cvs29
518
519         * src/folder.c
520         * src/mh.c
521                 Debug forced mtime changes
522
523 2006-09-30 [colin]      2.5.2cvs28
524
525         * src/folder.c
526         * src/main.c
527                 Remove useless debug_print()s (code
528                 well-tested)
529
530 2006-09-30 [colin]      2.5.2cvs27
531
532         * src/mh.c
533                 Do stuff faster when writing mh_sequences
534
535 2006-09-30 [colin]      2.5.2cvs26
536
537         * src/mh.c
538                 Don't let the writing of .mh_sequences, which
539                 can change the folder's mtime, let us think
540                 we need to scan.
541
542 2006-09-30 [colin]      2.5.2cvs25
543
544         * src/folder.c
545                 Move a debug_print where it belongs 
546                 (processing)
547         * src/summaryview.c
548                 Don't mess with a huge slow subject
549                 table if we're not threading by
550                 subject
551
552 2006-09-30 [colin]      2.5.2cvs24
553
554         * src/msgcache.c
555                 Reenable mmaped reads (*not* writes!)
556         * src/procmsg.c
557                 Don't destroy and recreate hashtables just
558                 for fun
559         * src/common/utils.c
560                 Remove useless reply prefixes (it's case
561                 unsensitive)
562
563 2006-09-30 [wwp]        2.5.2cvs23
564
565         * tools/fix_date.sh
566                 Fixed a minor bug in date value extraction, added a switch
567                 to replace non RFC-compliant Date: value, added a switch
568                 to use strict RFC matching patterns for dates.
569
570 2006-09-29 [colin]      2.5.2cvs22
571
572         * src/matcher_parser.h
573         * src/matcher_parser_parse.y
574         * src/prefs_filtering.c
575         * src/statusbar.c
576         * src/summary_search.c
577         * src/summaryview.c
578         * src/gtk/quicksearch.c
579         * src/gtk/quicksearch.h
580                 Optimise searches by setting different
581                 refresh intervals (depending if the 
582                 search is fast or not)
583
584 2006-09-29 [colin]      2.5.2cvs21
585
586         * src/codeconv.c
587                 Optimise by reusing the last iconv converter
588                 if possible
589         * src/textview.c
590                 Optimise a bit (the foldable quotes feature
591                 still has an awful O(n^2) algo
592
593 2006-09-29 [colin]      2.5.2cvs20
594
595         * src/gtk/gtksctree.c
596         * src/gtk/gtksctree.h
597                 Optimise de-selection via up/down or
598                 another key
599
600 2006-09-28 [colin]      2.5.2cvs19
601
602         * src/action.c
603         * src/compose.c
604         * src/folderview.c
605         * src/mainwindow.c
606         * src/messageview.c
607         * src/summary_search.c
608         * src/toolbar.c
609                 Avoid using summaryview->ctree directly
610
611 2006-09-28 [colin]      2.5.2cvs18
612
613         * src/summaryview.c
614         * src/summaryview.h
615                 Add helpers to freeze/thaw/grab_focus
616                 Factorize calls to freeze/thaw/grab_focus
617                 
618
619 2006-09-28 [colin]      2.5.2cvs17
620
621         * src/main.c
622                 More guards for the session management
623
624 2006-09-28 [colin]      2.5.2cvs16
625
626         * src/folderview.c
627         * src/gtk/gtksctree.c
628         * src/gtk/gtksctree.h
629                 Make expanding not recursive in folderview
630
631 2006-09-28 [colin]      2.5.2cvs15
632
633         * src/addressbook.c
634                 If nothing is selected in the list (right part)
635                 and a group is selected in the tree (left part),
636                 mail this group.
637
638 2006-09-28 [colin]      2.5.2cvs14
639
640         * src/Makefile.am
641                 Actually use SM_LIBS
642
643 2006-09-28 [ticho]      2.5.2cvs13
644
645         * src/export.c
646         * src/messageview.c
647         * src/mimeview.c
648         * src/news.c
649         * src/pop.c
650         * src/prefs_themes.c
651         * src/procmsg.c
652                 Small i18n string optimization.
653         * src/send_message.c
654         * src/summaryview.c
655         * src/common/session.c
656         * src/common/smtp.c
657         * src/common/ssl_certificate.c
658         * src/common/utils.c
659                 Use "Couldn't" instead of "Can't" in UI messages,
660                 where appropriate.
661
662 2006-09-28 [colin]      2.5.2cvs12
663
664         * configure.ac
665                 Possibly fix link errors
666
667 2006-09-27 [wwp]        2.5.2cvs11
668
669         * src/gtk/authors.h
670         * doc/man/sylpheed-claws.1
671         * manual/ack.xml
672         * manual/es/ack.xml
673         * manual/fr/ack.xml
674         * manual/pl/ack.xml
675                 Updated authors info (me, myself and I).
676
677 2006-09-27 [colin]      2.5.2cvs10
678
679         * src/addressbook.c
680                 Remove useless printf
681
682 2006-09-27 [wwp]        2.5.2cvs9
683
684         * src/editgroup.c
685         * src/send_message.c
686         * src/inc.c
687         * src/prefs_common.c
688         * src/prefs_common.h
689         * src/gtk/progressdialog.c
690                 remember more windows' sizes (send dialog, received dialog,
691                 edit group in addressbook).
692
693 2006-09-27 [colin]      2.5.2cvs8
694
695         * configure.ac
696         * src/main.c
697         * src/mainwindow.h
698                 Use libSM to communicate with the session
699                 manager, so that we can know when the 
700                 session ends, save our caches, and draft
701                 our compose windows.
702
703 2006-09-27 [colin]      2.5.2cvs7
704
705         * src/addressbook.c
706                 Fix issues:
707                 o Allow Book and Group creation from the tree's
708                   contextual menu
709                 o Do not actually delete the contacts when 
710                   deleting groups from the tree (duh!)
711
712 2006-09-27 [colin]      2.5.2cvs6
713
714         * src/compose.c
715         * src/compose.h
716         * src/mainwindow.c
717         * src/textview.c
718         * src/toolbar.c
719                 o Allow passing an email address to 
720                   compose_new_with_folderitem
721                 o Update callers
722                 o Use current folderitem when clicking
723                   on a TextView mailto: link
724                 o Fix a possible leak in TextView
725
726 2006-09-27 [colin]      2.5.2cvs5
727
728         * src/html.c
729                 Use UTF-8 chars to replace HTML entities
730
731 2006-09-27 [colin]      2.5.2cvs4
732
733         * AUTHORS
734         * src/prefs_account.c
735         * src/gtk/authors.h
736                 Fix bug #1024 (Array index out of
737                 range in sylpheed-claws-2.5.2)
738                 Patch by Ales Nosek <anosek@suse.cz>
739
740 2006-09-27 [colin]      2.5.2cvs3
741
742         * src/addr_compl.c
743                 Actually do the test
744
745 2006-09-27 [colin]      2.5.2cvs2
746
747         * src/addr_compl.c
748         * src/addr_compl.h
749                 Allow completing with comma (in certain cases: vCalendar
750                 for example doesn't support that)
751                 Patch by Fabien Vantard
752
753 2006-09-26 [colin]      2.5.2cvs1
754
755         * src/Makefile.am
756         * src/addr_compl.c
757         * src/addr_compl.h
758         * src/addrbook.c
759         * src/addrbook.h
760         * src/addressbook.c
761         * src/addrindex.c
762         * src/addrindex.h
763         * src/compose.c
764         * src/prefs_common.c
765         * src/prefs_filtering_action.c
766         * src/prefs_folder_item.c
767         * src/prefs_template.c
768         * src/stock_pixmap.c
769         * src/stock_pixmap.h
770         * src/pixmaps/addr_one.xpm
771         * src/pixmaps/addr_two.xpm
772                 Add auto-completion on groups
773
774 2006-09-26 [colin]      2.5.2
775
776         * NEWS
777         * README
778         * RELEASE_NOTES
779                 2.5.2 released
780
781 2006-09-26 [colin]      2.5.1cvs5
782
783         * src/matcher.c
784                 Fix condition
785
786 2006-09-26 [colin]      2.5.1cvs4
787
788         * src/mbox.c
789                 Revert cvs1 (useless as the message is printed 
790                 every 500 mails)
791
792 2006-09-26 [colin]      2.5.1cvs3
793
794         * src/partial_download.c
795                 Fix crasher found by Alexsandar Urosevic
796
797 2006-09-26 [colin]      2.5.1cvs2
798
799         * src/summaryview.c
800                 Fix bug #1023 (Sylpheed deletes too much messages)
801
802 2006-09-26 [ticho]      2.5.1cvs1
803
804         * src/mbox.c
805                 Make use of gettext's multiple plurals for statusbar
806                 progress message.
807
808 2006-09-25 [paul]       2.5.1
809
810         * NEWS
811         * README
812         * RELEASE_NOTES
813                 2.5.1 released
814
815 2006-09-25 [colin]      2.5.0cvs3
816
817         * src/plugins/bogofilter/bogofilter.c
818         * src/plugins/clamav/clamav_plugin.c
819         * src/plugins/spamassassin/spamassassin.c
820                 BogoFilter, Spamassassin: Fix double hook registering after
821                 visiting preferences
822                 Spamassassin, Clamav: Just set the mails to move instead of
823                 doing the move - caller will move the things at once.
824
825 2006-09-25 [colin]      2.5.0cvs2
826
827         * src/imap.c
828         * src/etpan/imap-thread.c
829                 Use UID SEARCH ALL instead of UID 1:*
830                 (braindead servers can't figure out that's
831                 the same...)
832
833 2006-09-25 [wwp]        2.5.0cvs1
834
835         * src/message_search.c
836                 Added the ability to stop a running search (in message body).
837
838 2006-09-25 [paul]       2.5.0
839
840         * NEWS
841         * README
842         * RELEASE_NOTES
843                 2.5.0 released
844
845 2006-09-25 [paul]       2.4.0cvs214
846
847         * po/cs.po
848         * po/de.po
849         * po/fi.po
850         * po/fr.po
851         * po/nl.po
852         * po/pt_BR.po
853         * po/sk.po
854         * po/sr.po
855         * po/zh_CN.po
856                 updated by Tim, Stephan Sachse, Flammie Pirinen,
857                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
858                 Ticho, Aleksander Urosevic, Ralgh Young
859
860 2006-09-24 [mones]      2.4.0cvs213
861
862         * po/es.po
863                 Updated for release
864
865 2006-09-23 [colin]      2.4.0cvs212
866
867         * src/gtk/inputdialog.c
868                 Fix [ ] remember this appearing in normal
869                 input dialogs after it's been used by
870                 mimeview.
871         * src/folder.c
872         * src/folderview.c
873         * src/msgcache.c
874         * src/procmsg.c
875         * src/summaryview.c
876         * src/textview.c
877         * src/common/timing.h
878                 Enable timings in debug mode and make it
879                 look prettier.
880
881 2006-09-22 [colin]      2.4.0cvs211
882
883         * README
884                 Revert test change
885         * commitHelper
886                 ping the correct URI
887
888 2006-09-22 [colin]      2.4.0cvs210
889
890         * README
891                 Let's see if bug #1022 is fixed
892
893 2006-09-21 [colin]      2.4.0cvs209
894
895         * src/wizard.c
896         * src/common/plugin.c
897                 Prepare infra to load predefined plugins when
898                 no configuration existed. Don't actually load
899                 anything yet (feat. freeze)
900
901 2006-09-21 [wwp]        2.4.0cvs208
902
903         * manual/fr/faq.xml
904                 Partial sync w/ 2.4.0cvs72:
905                 wrap file and minor updates.
906
907 2006-09-21 [wwp]        2.4.0cvs207
908
909         * tools/fix_date.sh
910                 several fixes and enhancements. A new --force switch has been
911                 added to prevent overriding by default Date: header when
912                 already existing.
913
914 2006-09-21 [paul]       2.4.0cvs206
915
916         * src/common/utils.c
917                 add Chinese UTF8 Re prefix
918
919 2006-09-21 [wwp]        2.4.0cvs205
920
921         * tools/Makefile.am
922                 Fics alfabettical order.
923
924 2006-09-21 [wwp]        2.4.0cvs204
925
926         * tools/fix_date.sh
927         * tools/Makefile.am
928                 Added an action tool to fix missing Date field in emails.
929                 Updated Makefile.am to reflect those last two additions.
930
931 2006-09-21 [wwp]        2.4.0cvs203
932
933         * tools/uuooffice
934                 Added a action tool to open uuencoded docs w/
935                 OpenOffice (based on uudec method).
936
937 2006-09-21 [colin]      2.4.0cvs202
938
939         * src/compose.c
940         * src/textview.c
941                 Workaround possible GTK crash: remove selection 
942                 clipboard before destroying widget, or GTK+-2.10
943                 dies. Thanks to Hiro.
944
945 2006-09-20 [colin]      2.4.0cvs201
946
947         * src/compose.c
948                 Fix free-after-use in some cases (when 
949                 procmime_encode_content() frees mimeinfo->data.mem
950                 and turns it to a temp file)
951
952 2006-09-20 [colin]      2.4.0cvs200
953
954         * src/folderview.c
955         * src/summaryview.c
956         * src/gtk/gtksctree.c
957         * src/gtk/gtksctree.h
958                 Add tooltips in the folderview and summaryview
959                 (Doesn't break string freeze as they already
960                 exist)
961         * src/toolbar.c
962                 Put the spam button in the default configuration
963                 if compiled with bogo plugin too
964
965 2006-09-19 [colin]      2.4.0cvs199
966
967         * src/summaryview.c
968         * src/summaryview.h
969                 Update folder name label on folder rename
970         * src/prefs_matcher.c
971         * src/gtk/logwindow.h
972                 Fix warnings
973                 Patches by Fabien
974
975 2006-09-19 [wwp]        2.4.0cvs198
976
977         * src/summary_search.c
978                 fix can't click forward/backward buttons in the
979                 search messages.
980
981 2006-09-18 [paul]       2.4.0cvs197
982
983         * src/wizard.c
984                 add missing bracket, capitalise the A of
985                 'SpamAssassin'
986
987 2006-09-18 [paul]       2.4.0cvs196
988
989         * src/compose.c
990                 fix bug 1012 'crashed upon sending mail
991                 from compose window'
992                 Thanks to Colin
993
994 2006-09-16 [colin]      2.4.0cvs195
995
996         * src/folderview.c
997                 Fix "real-time" sorting by freezing/thawing
998
999 2006-09-16 [colin]      2.4.0cvs194
1000
1001         * manual/faq.xml
1002                 Fix the anti-spam entry a bit
1003
1004 2006-09-16 [colin]      2.4.0cvs193
1005
1006         * src/wizard.c
1007                 Make sure reviewers have no excuse when stating
1008                 Sylpheed-Claws doesn't have antispam capabilities.
1009
1010 2006-09-16 [colin]      2.4.0cvs192
1011
1012         * src/main.c
1013                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
1014                 as if the SIGPIPE comes from etpan's thread we could
1015                 trigger a GUI update from this thread.
1016
1017 2006-09-16 [colin]      2.4.0cvs191
1018
1019         * src/summaryview.c
1020                 Init all members of the struct
1021
1022 2006-09-16 [paul]       2.4.0cvs190
1023
1024         * src/account.c
1025                 improvements to the English
1026
1027 2006-09-15 [colin]      2.4.0cvs189
1028
1029         * src/summaryview.c
1030                 HIG order on dialog
1031
1032 2006-09-14 [colin]      2.4.0cvs188
1033
1034         * src/common/socket.c
1035         * src/common/socket.h
1036         * src/common/ssl.c
1037         * src/common/ssl_certificate.c
1038         * src/common/ssl_certificate.h
1039         * src/etpan/imap-thread.c
1040                 the get_fqdn() call done to get canonical name when
1041                 checking an SSL certificate is blocking, which is
1042                 sad as we just did a non-blocking lookup to connect.
1043                 Fix that by letting the fqdn available to the SockInfo,
1044                 and use that in ssl_certificate_check(). For IMAP,
1045                 we don't do it as the lookup's done by libetpan, but
1046                 it's less annoying as IMAP connections as much more
1047                 rare than POP3 connections.
1048
1049 2006-09-14 [paul]       2.4.0cvs187
1050
1051         * manual/advanced.xml
1052                 improvements to the English,
1053                 properly place the new hidden options
1054                 within the alphabetical order
1055         * src/gtk/pluginwindow.c
1056                 improvements to the English
1057
1058 2006-09-14 [colin]      2.4.0cvs186
1059
1060         * src/prefs_common.c
1061         * src/prefs_common.h
1062         * src/gtk/gtksctree.c
1063         * manual/advanced.xml
1064                 New hidden pref, stripes_color_offset, to change
1065                 the value added/substracted to normal bgcolor to
1066                 create the stripes in summaries
1067
1068 2006-09-13 [colin]      2.4.0cvs185
1069
1070         * src/gedit-print.c
1071         * src/messageview.c
1072         * src/messageview.h
1073         * src/summaryview.c
1074         * src/textview.c
1075                 Fix misc. printing issues: 
1076                 - Bad font for linkified headers
1077                 - Different font if the mail was displayed or not
1078                 - Factorize the thing
1079
1080 2006-09-13 [colin]      2.4.0cvs184
1081
1082         * src/common/ssl_certificate.c
1083                 Only get FQDN once when checking certificate
1084
1085 2006-09-13 [colin]      2.4.0cvs183
1086
1087         * src/account.c
1088         * src/gtk/pluginwindow.c
1089                 Misc. GUI fixes by Fabien
1090
1091 2006-09-13 [wwp]        2.4.0cvs182
1092
1093         * configure.ac
1094         * src/common/utils.h
1095         * src/common/utils.c
1096                 get rid of unused wide-char functions.
1097
1098 2006-09-13 [wwp]        2.4.0cvs181
1099
1100         * src/plugins/pgpinline/sylpheed.def
1101         * src/textview.c
1102                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
1103                 add privacy_reset_error to the .def file,
1104                 do not fork for an external textviewer.
1105
1106 2006-09-13 [wwp]        2.4.0cvs180
1107
1108         * src/prefs_common.c
1109                 fix broken font entry in prefs (patch issued by the gpg4win team,
1110                 probably by Marcus Brinkmann <marcus@g10code.de>).
1111
1112 2006-09-13 [colin]      2.4.0cvs179
1113
1114         * src/folder.h
1115                 Fix a warning in summaryview.c
1116         * src/mainwindow.c
1117         * src/summaryview.c
1118         * src/summaryview.h
1119                 Add missing Mark/* elements in the
1120                 main menu
1121
1122 2006-09-12 [colin]      2.4.0cvs178
1123
1124         * src/prefs_actions.c
1125         * src/prefs_filtering_action.c
1126         * src/prefs_matcher.c
1127                 Use (New) instead of New everywhere
1128
1129 2006-09-12 [wwp]        2.4.0cvs177
1130
1131         * manual/fr/addrbook.xml
1132         * manual/fr/handling.xml
1133                 updated some quotes in the fr manual to match the fr translation.
1134
1135 2006-09-12 [wwp]        2.4.0cvs176
1136
1137         * src/prefs_matcher.c
1138                 don't store translated string elements in matcher expressions.
1139                 Also fixed a misused of Q_().
1140
1141 2006-09-11 [wwp]        2.4.0cvs175
1142
1143         * src/plugins//bogofilter/bogofilter.c
1144         * src/plugins//clamav/clamav_plugin.c
1145         * src/plugins//demo/demo.c
1146         * src/plugins//dillo_viewer/dillo_viewer.c
1147         * src/plugins//pgpcore/plugin.c
1148         * src/plugins//pgpinline/plugin.c
1149         * src/plugins//pgpmime/plugin.c
1150         * src/plugins//spamassassin/spamassassin.c
1151                 gettext-ize more strings (mostly plugin error messages).
1152
1153 2006-09-11 [colin]      2.4.0cvs174
1154
1155         * src/alertpanel.c
1156                 Make maximum buffer size bigger to avoid
1157                 truncating translated messages. Patch by
1158                 Fabien
1159
1160 2006-09-11 [colin]      2.4.0cvs173
1161
1162         * src/etpan/imap-thread.c
1163                 Fix compilation on OpenBSD, thanks to 
1164                 Landry
1165
1166 2006-09-10 [wwp]        2.4.0cvs172
1167
1168         * manual/account.xml
1169         * manual/addrbook.xml
1170         * manual/handling.xml
1171         * manual/es/handling.xml
1172         * manual/fr/account.xml
1173         * manual/fr/addrbook.xml
1174         * manual/fr/handling.xml
1175                 documented addressbook matching (condition configuration):
1176                   addrbook.xml, en fr
1177                 documented per-account filtering rules (handling/filtering
1178                   section, account section):
1179                   account.xml, handling.xml, en fr
1180                 slightly updated the handling/searching section to tell few
1181                   words about the extended search ability:
1182                   handling.xml, en fr
1183                 added missing <quote></quotes> to Quick Search:
1184                   handling.xml, en fr es
1185                 fixed a typo (auomatically):
1186                   handling.xml, en
1187                 changes revisited by Paul.
1188
1189 2006-09-10 [paul]       2.4.0cvs171
1190
1191         * src/prefs_actions.c
1192         * src/prefs_filtering.c
1193         * src/prefs_template.c
1194                 adjustments to the gui
1195                 Patch by Fabien Vantard (slightly modified)
1196
1197 2006-09-10 [colin]      2.4.0cvs170
1198
1199         * src/summaryview.c
1200                 Check folderitem/summaryview consistency
1201                 (basically automates Update summary). Fixes
1202                 #1011 (wrong (negative) count on unread 
1203                 messages)
1204
1205 2006-09-10 [colin]      2.4.0cvs169
1206
1207         * src/gtk/gtksctree.c
1208                 Fix recursive expansion via mouse
1209         * src/plugins/bogofilter/bogofilter.c
1210                 Use normal filtering way of moving
1211                 messages (batching), possibly fixing
1212                 bug #1015 (Bogofilter plugin doubles 
1213                 new messages)
1214
1215 2006-09-09 [wwp]        2.4.0cvs168
1216
1217         * src/prefs_filtering.c
1218                 better place for this fix.
1219
1220 2006-09-09 [wwp]        2.4.0cvs167
1221
1222         * src/prefs_filtering.c
1223                 fix a minor bug when the enabled status of a filtering/processing
1224                 rule always got set to TRUE when replacing this rule. That still
1225                 make sense when adding a new rule, but now when replacing, we
1226                 don't override the value of 'enabled'.
1227                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1228                 to prefs_filtering_list_view_get_info() as this function not only
1229                 returns the name, but also the account_id and the enabled status.
1230
1231 2006-09-09 [mones]      2.4.0cvs166
1232
1233         * manual/glossary.xml
1234         * manual/plugins.xml
1235                 Minor format corrections
1236         * manual/gpl.xml
1237                 Fix misplaced NO WARRANTY section
1238         * manual/es/advanced.xml
1239         * manual/es/faq.xml
1240         * manual/es/glossary.xml
1241         * manual/es/gpl.xml
1242         * manual/es/handling.xml
1243         * manual/es/plugins.xml
1244         * manual/es/starting.xml
1245                 Incorporate changes from English version
1246         * manual/fr/ack.xml
1247         * manual/pl/ack.xml
1248         * manual/es/ack.xml
1249                 Fix address, (add translation credits in es version)
1250         * po/es.po
1251                 Updated translation
1252
1253 2006-09-09 [wwp]        2.4.0cvs165
1254
1255         * src/prefs_filtering.c
1256                 fix a crash when opening filtering prefs, if matcherrc file contains
1257                 broken data (non-existing account id, which is theoretically not
1258                 possible).
1259
1260 2006-09-08 [colin]      2.4.0cvs164
1261
1262         * src/folder.c
1263                 Wrong assert, make it an if()
1264         * src/gtk/gtksctree.c
1265                 Fix bug #1013 (expand selected thread 
1266                 tree) - expanding is now recursive
1267
1268 2006-09-07 [wwp]        2.4.0cvs163
1269
1270         * src/prefs_matcher.c
1271                 make better sentences about addressbook matching in the
1272                 matcher prefs. This should make translators' work easier
1273                 too.
1274
1275 2006-09-07 [wwp]        2.4.0cvs162
1276
1277         * src/prefs_filtering.c
1278                 code simplification (get rid of dup var. assignment).
1279
1280 2006-09-07 [wwp]        2.4.0cvs161
1281
1282         * src/summaryview.c
1283                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1284                 <fzzzzz@gmail.com>.
1285
1286 2006-09-07 [paul]       2.4.0cvs160
1287
1288         * src/mimeview.c
1289                 fix compilation warnings
1290                 Thanks to Colin
1291
1292 2006-09-07 [paul]       2.4.0cvs159
1293
1294         * src/mimeview.c
1295                 select the mimepart icon when
1296                 displaying as text
1297                 Thanks to Colin
1298
1299 2006-09-06 [paul]       2.4.0cvs158
1300
1301         * src/prefs_filtering.c
1302                 fix labels and table element spacing
1303                 Patch by Fabien Vantard
1304
1305 2006-09-06 [paul]
1306
1307         2.5.0-rc3 released
1308
1309 2006-09-06 [paul]       2.4.0cvs157
1310
1311         * manual/es/advanced.xml
1312                 fix typo
1313
1314 2006-09-06 [wwp]        2.4.0cvs156
1315
1316         * src/mainwindow.c
1317                 fix an dup launch issue when iconified, thanks to Colin.
1318
1319 2006-09-06 [wwp]        2.4.0cvs155
1320
1321         * src/gtk//gtksctree.h
1322                 oops, forgot that one!
1323
1324 2006-09-06 [wwp]        2.4.0cvs154
1325
1326         * manual/pl/advanced.xml
1327         * manual/advanced.xml
1328         * manual/es/advanced.xml
1329         * manual/fr/advanced.xml
1330         * src/prefs_customheader.c
1331         * src/prefs_filtering_action.c
1332         * src/foldersel.c
1333         * src/prefs_summaries.c
1334         * src/prefs_filtering.c
1335         * src/account.c
1336         * src/compose.c
1337         * src/prefs_summary_column.c
1338         * src/addr_compl.c
1339         * src/prefs_actions.c
1340         * src/prefs_folder_column.c
1341         * src/ssl_manager.c
1342         * src/prefs_template.c
1343         * src/prefs_display_header.c
1344         * src/prefs_common.h
1345         * src/prefs_matcher.c
1346         * src/prefs_common.c
1347         * src/prefs_toolbar.c
1348         * src/summaryview.c
1349         * src/folderview.c
1350         * src/gtk/gtksctree.c
1351         * src/gtk/pluginwindow.c
1352         * src/gtk/progressdialog.c
1353         * src/gtk/prefswindow.c
1354                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1355                 to make its meaning more obvious (all versions of the manual reflect
1356                 the change).
1357                 added an extra hidden option use_stripes_in_summary to allow
1358                 discarding these stripes in mainwindow's folder and message lists;
1359                 en and fr manuals only are OK towards this.
1360
1361 2006-09-06 [colin]      2.4.0cvs153
1362
1363         * src/textview.c
1364                 Hide Sylpheed-Claws' internal queue headers
1365                 when showing all headers. They'll be present
1366                 only in Source window.
1367
1368 2006-09-05 [colin]      2.4.0cvs152
1369
1370         * src/plugins/trayicon/trayicon.c
1371                 Fix crash at exit - we have to disconnect
1372                 our handlers
1373         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1374                 Update eggtrayicon - patch adapted from a
1375                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1376                 on Sylpheed's ML
1377
1378 2006-09-05 [colin]      2.4.0cvs151
1379
1380         * src/mainwindow.c
1381         * src/gtk/logwindow.c
1382                 Fix race condition when something writes
1383                 to the log too soon during init. Thanks
1384                 to Fabien Vantard
1385
1386 2006-09-05 [colin]      2.4.0cvs150
1387
1388         * src/mimeview.c
1389                 Don't select part on right-click either
1390
1391 2006-09-05 [paul]       2.4.0cvs149
1392
1393         * src/mimeview.c
1394                 completion of previous commit
1395                 Thanks to Colin
1396
1397 2006-09-05 [colin]      2.4.0cvs148
1398
1399         * src/mimeview.c
1400                 Don't force selection on middle-click, just open
1401
1402 2006-09-04 [colin]      2.4.0cvs147
1403
1404         * src/mimeview.c
1405                 Looks like gtk_notebook_set_current_page()
1406                 sometimes steals focus, and this annoys us
1407                 in MimeViewers as it renders navigation
1408                 keys useless. Take back focus after switching
1409                 pages.
1410
1411 2006-09-04 [colin]      2.4.0cvs146
1412
1413         * src/messageview.c
1414                 Set stop_loading when clicking on Next
1415                 during load. Don't add a callback to 
1416                 avoid over-complicating things.
1417
1418 2006-09-04 [colin]      2.4.0cvs145
1419
1420         * src/mimeview.c
1421         * src/messageview.c
1422                 Fix multiple loads in separate messageview
1423
1424 2006-09-04 [colin]      2.4.0cvs144
1425
1426         * src/summaryview.c
1427                 Let navigation keys be handled during 
1428                 load
1429
1430 2006-09-04 [colin]      2.4.0cvs143
1431
1432         * src/messageview.c
1433         * src/summaryview.c
1434         * src/textview.c
1435         * src/textview.h
1436                 Make loading of huge mails (lots of text and/or
1437                 images) cancellable, so the GUI doesn't block 
1438
1439 2006-09-04 [colin]      2.4.0cvs142
1440
1441         * src/plugins/trayicon/trayicon.c
1442                 Fix annoyance when removing a folder with 
1443                 unread mails: trayicon didn't update
1444
1445 2006-09-04 [paul]       2.4.0cvs141
1446
1447         * src/gtk/icon_legend.c
1448                 straighten up columns
1449                 Patch by Fabien Vantard
1450
1451 2006-09-04 [wwp]        2.4.0cvs140
1452
1453         * src/prefs_filtering.c
1454                 fix new line's account name in filtering prefs:
1455                 was "All", is now "(New)".
1456
1457 2006-09-04 [paul]       2.4.0cvs139
1458
1459         * tools/make.themes.project
1460                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1461                 instead of homebrewed "make release"
1462
1463 2006-09-03 [colin]      2.4.0cvs138
1464
1465         * src/folderview.c
1466                 Fix bug #1007 (Wrong folder highlighted)
1467
1468 2006-09-03 [colin]      2.4.0cvs137
1469
1470         * src/compose.c
1471                 Don't set Newsgroup: header to a mail folder
1472                 path
1473
1474 2006-09-03 [paul]       2.4.0cvs136
1475
1476         * src/prefs_other.c
1477         * src/prefs_spelling.c
1478                 unify the gui
1479
1480 2006-09-03 [paul]       2.4.0cvs135
1481
1482         * src/prefs_summaries.c
1483                 correct menu item text in prefs_keybind_apply_clicked()
1484
1485 2006-09-03 [paul]       2.4.0cvs134
1486
1487         * manual/advanced.xml
1488                 some improvements to the descriptions
1489         * src/mainwindow.c
1490         * src/messageview.c
1491         * src/summaryview.c
1492         * src/gtk/menu.c
1493                 fix menu sensitivity issues
1494         * src/prefs_message.c
1495                 drop the useless word 'short'
1496         * src/prefs_other.c
1497                 add the word 'lines' indicating log length
1498                 is a measure of lines
1499         * src/textview.c
1500                 fix compilation warnings
1501
1502 2006-09-02 [colin]      2.4.0cvs133
1503
1504         * src/messageview.c
1505                 Display a special return-receipt message
1506                 if the message is from the user
1507         * src/summaryview.c
1508                 Fix missing freeze of the list when marking
1509                 all read and unthreading for exec. Thanks
1510                 to Stephan Sachse.
1511
1512 2006-09-02 [paul]       2.4.0cvs132
1513
1514         * src/mainwindow.c
1515         * src/prefs_message.c
1516         * src/summaryview.c
1517                 fix some english
1518
1519 2006-09-02 [wwp]        2.4.0cvs131
1520
1521         * src/prefs_filtering.c
1522                 added an account name column to the filtering rules
1523                 dialog.
1524
1525 2006-09-02 [colin]      2.4.0cvs130
1526
1527         * src/gtk/logwindow.c
1528         * src/gtk/logwindow.h
1529                 Block scrolling if we're not at the end
1530                 of the log
1531
1532 2006-09-02 [colin]      2.4.0cvs129
1533
1534         * src/folder.c
1535                 Make sure account-specific rules can't
1536                 be used in {pre-,post-,}processing
1537         * src/mainwindow.c
1538         * src/gtk/logwindow.c
1539         * src/gtk/logwindow.h
1540                 Jump to last error when clicking on the
1541                 warning icon
1542
1543 2006-09-02 [colin]      2.4.0cvs128
1544
1545         * src/imap.c
1546         * src/import.c
1547         * src/mainwindow.c
1548         * src/mainwindow.h
1549                 Fix warning icon
1550         * src/inc.c
1551         * src/mbox.c
1552         * src/mbox.h
1553                 Let proc_mbox know its account, for
1554                 account-specific rules
1555
1556 2006-09-01 [colin]      2.4.0cvs127
1557
1558         * src/codeconv.c
1559                 Don't uselessly use iconv to convert from
1560                 us-ascii
1561         * src/alertpanel.c
1562         * src/mainwindow.c
1563         * src/mainwindow.h
1564         * src/inc.c
1565                 Fix certain log cases, disable warning icon
1566                 for now, the correct way to display it when
1567                 necessary and only when necessary is probably
1568                 to do it manually rather than use error logs
1569         * src/etpan/imap-thread.c
1570                 Clean up UID logging a bit
1571         * src/gtk/logwindow.c
1572         * src/gtk/logwindow.h
1573                 Make logging faster when the window's closed
1574
1575 2006-09-01 [wwp]        2.4.0cvs126
1576
1577         * manual/fr/account.xml
1578                 reflect changes to the ref. manual (parts of cvs72):
1579                 fix tabnames and quotes.
1580
1581 2006-09-01 [wwp]        2.4.0cvs125
1582
1583         * manual/fr/plugins.xml
1584                 reflect changes to the reference manual (cvs42):
1585                 update IRC channel info.
1586
1587 2006-09-01 [wwp]        2.4.0cvs124
1588
1589         * commitHelper
1590                 use CVSEDITOR env. var. if set, according to `man cvs`.
1591
1592 2006-09-01 [wwp]        2.4.0cvs123
1593
1594         * manual/advanced.xml
1595                 better sentence again (thanks to Paul).
1596
1597 2006-09-01 [wwp]        2.4.0cvs122
1598
1599         * manual/advanced.xml
1600         fix definition of toolbar_detachable and rework a bit the one of
1601         enable_dotted_lines.
1602
1603 2006-09-01 [mones]      2.4.0cvs121
1604
1605         * manual/advanced.xml
1606                 Document enable_dotted_lines
1607
1608 2006-09-01 [paul]       2.4.0cvs120
1609
1610         * src/folderview.c
1611         * src/folderview.h
1612         * src/imap.c
1613         * src/mainwindow.c
1614         * src/summaryview.c
1615                 obey the 'When entering folder...' option
1616                 when using the /View/Go to/... menu items
1617                 Thanks to Colin
1618
1619 2006-08-31 [colin]      2.4.0cvs119
1620
1621         * src/folderview.c
1622                 Revert 2.4.0cvs116, wrong fix.
1623
1624 2006-08-31 [colin]      2.4.0cvs118
1625
1626         * src/gtk/gtksctree.c
1627                 Better state the various copyrights
1628
1629 2006-08-31 [colin]      2.4.0cvs117
1630
1631         * src/prefs_common.c
1632                 fix enable_dotted_lines
1633
1634 2006-08-31 [colin]      2.4.0cvs116
1635
1636         * src/folderview.c
1637                 Use pref "Always open on select" when going
1638                 to next unread folder
1639         * src/gtk/gtksctree.c
1640                 Fix link failure to _gtk_clist_create_cell_layout
1641                 on certain computers. (Why not mine, I wonder)
1642
1643 2006-08-31 [colin]      2.4.0cvs115
1644
1645         * src/procmsg.c
1646         * src/textview.c
1647         * src/plugins/bogofilter/bogofilter.c
1648         * src/plugins/spamassassin/spamassassin.c
1649                 Requalify some "errors" to warnings
1650         * src/mainwindow.c
1651         * src/mainwindow.h
1652         * src/statusbar.c
1653                 Add an icon in the statusbar to notify
1654                 of errors
1655         * src/gtk/gtksctree.c
1656         * src/folderview.c
1657         * src/summaryview.c
1658                 Make the GtkSCTree look more modern by
1659                 alternating background lines
1660         * src/prefs_common.c
1661         * src/prefs_common.h
1662                 Add a pref to let people have the old
1663                 way if they prefer
1664
1665
1666 2006-08-30 [colin]      2.4.0cvs114
1667
1668         * src/procmsg.c
1669         * src/procmsg.h
1670                 Provide a way to filter a list of
1671                 messages in an optimised manner, and
1672                 add a list-filtering hook
1673         * src/folder.c
1674         * src/inc.c
1675         * src/mbox.c
1676                 Use the list filtering
1677         * src/plugins/bogofilter/bogofilter.c
1678                 Use the list-filtering hook
1679                 Use -b (bulk) mode for more speed
1680                 when learning and filtering
1681         * src/etpan/imap-thread.c
1682                 Make log output shorter in UID SEARCH
1683
1684
1685 2006-08-30 [colin]      2.4.0cvs113
1686
1687         * src/plugins/bogofilter/bogofilter.c
1688                 Really fast mass learning - thanks to David
1689                 Relson for the options explanations :)
1690
1691 2006-08-30 [colin]      2.4.0cvs112
1692
1693         * src/msgcache.c
1694                 Fix compilation on FreeBSD. Thanks
1695                 to Michael Hugues
1696
1697 2006-08-29 [colin]      2.4.0cvs111
1698
1699         * src/folderview.c
1700                 Handle "popup_menu" signal (for popping the 
1701                 menu via the keyboard)
1702         * src/mimeview.c
1703         * src/mimeview.h
1704         * src/summaryview.c
1705         * src/textview.c
1706         * src/gtk/gtkutils.c
1707         * src/gtk/gtkutils.h
1708                 Factorize scrolling code, and add an API 
1709                 for MimeViewers to handle scroll orders
1710
1711 2006-08-29 [wwp]        2.4.0cvs110
1712
1713         * src/plugins//bogofilter/bogofilter.c
1714         * src/plugins//spamassassin/spamassassin.c
1715                 make the bogofilter/spamassassin filtering error dialogs at
1716         incorporation obey to the "don't popup error dialog on
1717         receive error" option. If disabled, feed the log window w/
1718         the error message.
1719
1720 2006-08-29 [paul]
1721
1722         2.5.0-rc2 released
1723
1724 2006-08-29 [paul]       2.4.0cvs109
1725
1726         * Makefile.am
1727                 remove 'make release', it's not needed
1728                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1729
1730 2006-08-29 [paul]       2.4.0cvs108
1731
1732         * src/foldersel.c
1733         * src/summary_search.c
1734         * src/gtk/progressdialog.c
1735         * src/plugins/pgpcore/passphrase.c
1736                 replace deprecated gtk_window_set_policy()
1737
1738 2006-08-29 [colin]      2.4.0cvs107
1739
1740         * src/folder.c
1741                 Fix data loss when copy fails during a move:
1742                 only use fast remove_msgs if everything was
1743                 copied OK; else use slow remove_msg on the
1744                 mails that got copied only.
1745
1746 2006-08-28 [paul]       2.4.0cvs106
1747
1748         * src/mh.c
1749                 revert change in 2.4.0cvs104, it breaks
1750                 stuff
1751
1752 2006-08-28 [paul]       2.4.0cvs105
1753
1754         * src/plugins/spamassassin/spamassassin.c
1755                 english fix
1756
1757 2006-08-28 [paul]       2.4.0cvs104
1758
1759         * src/mh.c
1760                 fix data loss when moving to another
1761                 mailbox fails
1762         * src/prefs_spelling.c
1763                 improve the english
1764         * src/gtk/pluginwindow.c
1765                 improve the layout of the dialog text
1766         All thanks to Colin
1767
1768 2006-08-28 [paul]       2.4.0cvs103
1769
1770         * src/plugins/bogofilter/bogofilter.c
1771         * src/plugins/bogofilter/bogofilter_gtk.c
1772                 fix english up a bit, innit
1773
1774 2006-08-28 [paul]       2.4.0cvs102
1775
1776         * configure.ac
1777         * po/Makefile.in.in
1778         * po/Makevars
1779                 require autoconf 2.60, enabling building
1780                 with gettext 0.15 (gettext 0.14.x build still
1781                 possible). Replace Makefiles with versions
1782                 from gettext 0.15.
1783                 Remove configure options --with-localedir and
1784                 --with-mandir. The options that are provided
1785                 directly by autoconf 2.60 can be used instead:
1786                 --mandir --localedir
1787
1788 2006-08-27 [colin]      2.4.0cvs101
1789
1790         * src/plugins/bogofilter/Makefile.am
1791                 Fix make dist (no README)
1792
1793 2006-08-27 [colin]      2.4.0cvs100
1794
1795         * src/folder.c
1796                 Don't use F_UNKNOWN folders for any default
1797                 outbox/trash/etc
1798         * src/plugins/bogofilter/bogofilter.c
1799         * src/plugins/bogofilter/bogofilter.h
1800         * src/plugins/bogofilter/bogofilter_gtk.c
1801                 Add an option to specify the path to bogofilter
1802                 Use single-quotes to be able to learn in folders
1803                 with spaces in their names
1804                 Verify learning status
1805
1806 2006-08-27 [colin]      2.4.0cvs99
1807
1808         * manual/faq.xml
1809         * manual/plugins.xml
1810                 Document Bogofilter plugin
1811
1812 2006-08-27 [colin]      2.4.0cvs98
1813
1814         * src/compose.c
1815         * src/messageview.c
1816         * src/procmsg.c
1817         * src/procmsg.h
1818                 When possible, copy the queued mail to sent folder
1819                 instead of re-adding. Much faster on IMAP.
1820
1821 2006-08-27 [colin]      2.4.0cvs97
1822
1823         * src/msgcache.c
1824                 Disable mmaped caches - huge metadata loss
1825                 here after a power failure.
1826         * src/summaryview.c
1827                 Add quicksearch timing
1828         * src/common/plugin.c
1829         * src/common/plugin.h
1830                 Implement an interface to tell what plugins
1831                 provide. Prevent loading of similar plugins.
1832         * src/plugins/clamav/clamav_plugin.c
1833         * src/plugins/demo/demo.c
1834         * src/plugins/dillo_viewer/dillo_viewer.c
1835         * src/plugins/pgpcore/plugin.c
1836         * src/plugins/pgpinline/pgpinline.c
1837         * src/plugins/pgpmime/pgpmime.c
1838         * src/plugins/spamassassin/spamassassin.c
1839         * src/plugins/trayicon/trayicon.c
1840                 Implement plugin_provides()
1841
1842 2006-08-27 [colin]      2.4.0cvs96
1843
1844         * configure.ac
1845         * src/plugins/Makefile.am
1846         * src/plugins/bogofilter/.cvsignore
1847         * src/plugins/bogofilter/Makefile.am
1848         * src/plugins/bogofilter/bogofilter.c
1849         * src/plugins/bogofilter/bogofilter.h
1850         * src/plugins/bogofilter/bogofilter_gtk.c
1851                 New Bogofilter plugin, provides filtering and
1852                 learning. Spamassassin will go to extra plugins.
1853
1854 2006-08-26 [mones]      2.4.0cvs95
1855
1856         * manual/handling.xml
1857                 Fix subfolder path in the example (thanks to Paul) 
1858
1859 2006-08-26 [mones]      2.4.0cvs94
1860
1861         * manual/glossary.xml
1862                 2.2. + add ISP to the glossary
1863                 7.5. + Add UIDL to glossary
1864                 7.7. + Add TCP to glossary
1865         * manual/handling.xml
1866                 7.1. + Mentions GNU/Linux distribution, what about the non...
1867                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1868                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1869                 7.4. = Use appropriate quotation for commands
1870                 7.6. = change "" to <quote></quote>
1871         * manual/plugins.xml
1872                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1873         * manual/starting.xml
1874                 2.1. + local mbox file: some examples of mbox file locations...
1875                 Also reformatted files requiring it
1876
1877 2006-08-26 [wwp]        2.4.0cvs93
1878
1879         * src/summary_search.c
1880                 disable find buttons while summary search is running.
1881
1882 2006-08-25 [colin]      2.4.0cvs92
1883
1884         * src/folder.c
1885         * src/folderutils.c
1886         * src/mh.c
1887         * src/procmsg.h
1888         * src/summaryview.c
1889                 Speed up MH moving, and add progressbar
1890                 for MH deletion
1891         * src/msgcache.c
1892                 Write cache files using mmap() too
1893
1894 2006-08-25 [wwp]        2.4.0cvs91
1895
1896         * src/summaryview.c
1897                 switch spam<->ham button when a message has been marked as spam or ham
1898                 and is still selected. Thanks to Colin.
1899
1900 2006-08-25 [paul]       2.4.0cvs90
1901
1902         * src/Makefile.am
1903         * src/stock_pixmap.c
1904         * src/stock_pixmap.h
1905         * src/summaryview.c
1906         * src/gtk/icon_legend.c
1907         * src/pixmaps/copied.xpm
1908         * src/pixmaps/moved.xpm
1909                 add icons for delayed execution marked for
1910                 copying, marked for moving
1911
1912 2006-08-25 [mones]      2.4.0cvs89
1913
1914         * manual/glossary.xml
1915                 Fix the other glossary items:
1916                 5.1. = Inmmediate execution -> <quote>immediate execution...
1917                 5.2. = Fix MBOX capitalization -> Mbox
1918                 5.3. + Improve Plugins def. w/ tech. ref.
1919                 5.4. = Quotation -> replace '>' by <quote>></quote>
1920                 5.5. - SMTP Server. -> remove dot
1921         * po/es.po
1922                 Updated translation
1923
1924 2006-08-25 [mones]      2.4.0cvs88
1925
1926         * manual/ack.xml
1927                 Reformatted, changed email address
1928         * manual/glossary.xml
1929                 Reformatted, fixed MANUAL-TODO items:
1930                 8.2. + add ROT-13 to glossary
1931                 8.4. + add URL to glossary
1932         * manual/es/advanced.xml
1933                 Fixed <literal>s
1934
1935 2006-08-25 [paul]       2.4.0cvs87
1936
1937         * src/gtk/icon_legend.c
1938                 add 'marked for deletion' icon
1939                 arrange icons by containing column
1940                 wrap long label text
1941
1942 2006-08-25 [colin]      2.4.0cvs86
1943
1944         * src/common/utils.c
1945         * src/common/utils.h
1946                 Add the sc_g_*list_bigger functions in
1947                 a place everyone can use it
1948         * src/summaryview.c
1949                 Only freeze/thaw the list when working
1950                 on the selection, if it's bigger than 1
1951         * src/gtk/gtksctree.c
1952                 Only freeze/thaw the list when unselec-
1953                 ting 'all' if ('all' != 1)
1954                 This avoids some flickering
1955
1956 2006-08-24 [colin]      2.4.0cvs85
1957
1958         * src/addressbook.c
1959                 Fix strange list selection
1960                 Fix random seg (Invalid read of freed memory)
1961
1962 2006-08-24 [colin]      2.4.0cvs84
1963
1964         * src/alertpanel.c
1965         * src/gtk/inputdialog.c
1966         * src/plugins/pgpcore/passphrase.c
1967                 Revert minimal width patch of 2.4.0cvs67,
1968                 as it is also a maximal width. Use 
1969                 gtk_window_set_default_size instead.
1970
1971 2006-08-24 [colin]      2.4.0cvs83
1972
1973         * src/msgcache.c
1974                 Write cache/mark to temp files before
1975                 overwriting old ones (avoids metadata
1976                 loss if writing the new files fail).
1977                 Use mmap() to read cache/mark file, as
1978                 this makes cache reading faster. Dis-
1979                 abled for big-endian machines until it
1980                 can be tested. (Big-endian users: set
1981                 msgcache_use_mmap = TRUE in the relevant
1982                 #if).
1983         * src/procmsg.h
1984                 Move rarely used fields of MsgInfo in 
1985                 another structure, which will only be
1986                 allocated if needed. Face, X-Face,
1987                 Return receipt headers and List-*
1988                 headers are moved. Mails having none
1989                 of these occupy 52 bytes less with
1990                 this patch, which makes 2.5MB of RAM
1991                 saved on a 50k folder).
1992         * src/headerview.c
1993         * src/mainwindow.c
1994         * src/messageview.c
1995         * src/partial_download.c
1996         * src/procheader.c
1997         * src/procmsg.c
1998         * src/textview.c
1999                 Follow this structure change.
2000
2001 2006-08-24 [wwp]        2.4.0cvs82
2002
2003         * manual/es/.cvsignore
2004         * manual/es/dist/.cvsignore
2005         * manual/es/dist/html/.cvsignore
2006         * manual/es/dist/pdf/.cvsignore
2007         * manual/es/dist/ps/.cvsignore
2008         * manual/es/dist/txt/.cvsignore
2009                 more (generated) files to ignore.
2010
2011 2006-08-24 [colin]      2.4.0cvs81
2012
2013         * src/folder.c
2014         * src/mh.c
2015                 Fix possible problems with local delivery. Check the folder doesn't
2016                 need scan before setting its mtime when saving cache (which can be
2017                 done long after the folder's been modified by an external process);
2018                 Check that the stored item's mtime didn't change in mh functions.
2019
2020 2006-08-24 [mones]      2.4.0cvs80
2021
2022         * manual/advanced.xml
2023                 Rewrapping, some fixes and MANUAL-TODO items:
2024                 8.1. = change "" to <quote></quote>
2025                 8.3. = quote menu items
2026                 8.5. - deploying -> new user ... ideally a new user (redundant)
2027
2028 2006-08-23 [colin]      2.4.0cvs79
2029
2030         * src/gtk/gtksctree.c
2031                 When selecting or deselecting range, only
2032                 freeze/thaw when selection is bigger than 10
2033
2034 2006-08-23 [colin]      2.4.0cvs78
2035
2036         * src/messageview.c
2037         * src/mimeview.c
2038         * src/mimeview.h
2039         * src/plugins/dillo_viewer/dillo_viewer.c
2040                 Provide an API for MimeViewer plugins to
2041                 return a text selection for replying
2042
2043 2006-08-23 [colin]      2.4.0cvs77
2044
2045         * src/image_viewer.c
2046         * src/textview.c
2047                 Use gtk_pixbuf_new_from_file_at_scale(), which
2048                 is faster than getting the pixbuf then resizing
2049                 it.
2050
2051 2006-08-23 [colin]      2.4.0cvs76
2052
2053         * src/procmime.c
2054                 UTF-8 should be sent Quoted-printable
2055
2056 2006-08-22 [colin]      2.4.0cvs75
2057
2058         * src/mh.c
2059                 Check if scan is required before touching
2060                 the folder (or it'll be required every time)
2061
2062 2006-08-22 [colin]      2.4.0cvs74
2063
2064         * configure.ac
2065                 Require libetpan 0.46 (crasher fix when built
2066                 against gnutls)
2067
2068 2006-08-22 [colin]      2.4.0cvs73
2069
2070         * src/folder.c
2071                 Set folder's mtime after writing its
2072                 cache
2073         * src/folderview.c
2074                 Add some timing
2075         * src/procmsg.c
2076                 Don't do useless stuff if we don't 
2077                 thread by subject
2078         * src/summaryview.c
2079                 Add some timing, don't deselect prior
2080                 to selecting (gtksctree does it itself),
2081                 remove crash avoidance hacks as it's been
2082                 properly fixed since a while
2083         * src/common/utils.c
2084                 Optimize to_human_readable(): _() is slow,
2085                 do it only once, and avoid %f format for KB
2086                 (the most common in a summaryview)
2087         * src/gtk/gtksctree.c
2088                 Don't uselessly freeze/thaw (fixes flicker
2089                 on next unread and friends), reduce number
2090                 of g_list_nth/g_list_position where possible
2091         * src/gtk/gtkutils.c
2092         * src/gtk/gtkutils.h
2093                 Reduce number of g_list_nth/g_list_position
2094                 where possible.
2095                 All of this makes loading as 70k folder 2.1
2096                 seconds instead of 3.2 (with hot FS caches).
2097                 (1.3 seconds without Date and Size columns...)
2098
2099 2006-08-22 [paul]       2.4.0cvs72
2100
2101         wrap documents and do some items from mones' MANUAL-TODO:
2102
2103         * manual/account.xml
2104                 4.1. = fix tabname references to <quote>tabname</quote>
2105                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
2106         * manual/faq.xml
2107                 1.1. = mentioned options don't match UI
2108                 Add information about the 'Never send Return Receipts'
2109                 option
2110         * manual/handling.xml
2111                 6.2. = Mentions Extended symbols button, but now is
2112                 named Information
2113                 6.3. = Mentions ... button, which is now Edit
2114
2115 2006-08-22 [colin]      2.4.0cvs71
2116
2117         * src/gtk/pluginwindow.c
2118                 Fix layout in verbose translations (such
2119                 as french)
2120
2121 2006-08-22 [paul]       2.4.0cvs70
2122
2123         * manual/Makefile.am
2124                 build manuals in alphabetical order
2125         * src/addressbook.c
2126         * src/prefs_themes.c
2127                 replace/remove deprecated symbols
2128         * src/gtk/gtkutils.c
2129                 fix a warning
2130         * src/gtk/pluginwindow.c
2131                 replace deprecated symbol
2132                 replace label text and move it
2133         * src/plugins/pgpcore/prefs_gpg.c
2134                 move the 'Generate...' button out of the
2135                 Sign Key frame, replace the English used
2136         * src/plugins/pgpcore/sgpgme.c
2137                 fixes to the English
2138
2139 2006-08-21 [colin]      2.4.0cvs69
2140
2141         * src/plugins/trayicon/trayicon.c
2142                 Add more strings for translation; patch
2143                 by Pawel
2144
2145 2006-08-21 [colin]      2.4.0cvs68
2146
2147         * src/compose.c
2148                 fix replied flag not set after drafting
2149         * src/matcher.c
2150                 fix body quicksearch in non-encoded bodies
2151                 containing '='
2152         * src/msgcache.c
2153                 Get rid of the g_malloc workaround for
2154                 corrupted caches, use g_try_malloc
2155
2156 2006-08-21 [colin]      2.4.0cvs67
2157
2158         * src/alertpanel.c
2159         * src/gtk/inputdialog.c
2160         * src/plugins/pgpcore/passphrase.c
2161                 Set minimal width to 375
2162         * src/mainwindow.c
2163                 Fix switching to offline, asking if it 
2164                 should be overriden for synchronising
2165         * src/mimeview.c
2166                 Don't offer to remember command on Open 
2167                 with for text parts, as the browser or 
2168                 text editor command isn't changed from 
2169                 there
2170
2171 2006-08-20 [paul]       2.4.0cvs66
2172
2173         * po/ko.po
2174         * po/zh_CN.po
2175                 fix plural form errors. revealed by stricter
2176                 checking of gettext 0.15
2177
2178 2006-08-18 [paul]       2.4.0cvs65
2179
2180         * src/stock_pixmap.c
2181                 fix the fix of 2.4.0cvs64
2182                 Thanks to Colin
2183
2184 2006-08-18 [paul]       2.4.0cvs64
2185
2186         * src/stock_pixmap.c
2187                 fix leaks
2188                 Thanks to Colin
2189
2190 2006-08-18 [paul]       2.4.0cvs63
2191
2192         * src/compose.c
2193         * src/procmsg.c
2194                 fix occasional IMAP bug where large msgs
2195                 were left in the queue folder after sending
2196                 Thanks to Colin
2197
2198 2006-08-18 [paul]       2.4.0cvs62
2199
2200         * src/folderview.c
2201                 freeze the summaryview while quicksearch results
2202                 are displayed
2203                 (fixes bug 456 'current message is hidden when the
2204                 view is refreshed and extended search is "unread 
2205                 messages"')
2206                 Thanks to Colin
2207         * src/textview.c
2208                 add missing #include "inputdialog.h"
2209         * src/common/utils.h
2210                 add missing mailcap_update_default() and improve
2211                 readability
2212
2213 2006-08-17 [colin]      2.4.0cvs61
2214
2215         * src/plugins/pgpcore/select-keys.c
2216                 Fix warnings :)
2217
2218 2006-08-17 [colin]      2.4.0cvs60
2219
2220         * src/compose.c
2221                 Don't continue queuing if Cancel is clicked
2222                 in select-keys
2223
2224 2006-08-17 [colin]      2.4.0cvs59
2225
2226         * src/plugins/pgpcore/select-keys.c
2227                 When encrypting, if only one key matches and it 
2228                 matches exactly, automatically use it.
2229
2230 2006-08-17 [colin]      2.4.0cvs58
2231
2232         * src/mimeview.c
2233         * src/prefs_common.c
2234         * src/prefs_common.h
2235         * src/prefs_ext_prog.c
2236         * src/textview.c
2237                 Fix issues with previous patch (text/html)
2238                 Remove outdated prefs
2239
2240 2006-08-17 [colin]      2.4.0cvs57
2241
2242         * src/imap.c
2243                 Add View Log button on auth error
2244         * src/procmsg.c
2245                 Fix encrypted mail marked as new when
2246                 saved in normal folders
2247         * src/plugins/pgpinline/pgpinline.c
2248                 Fix encrypt bug on IMAP
2249         * src/mimeview.c
2250         * src/common/utils.c
2251         * src/common/utils.h
2252         * src/gtk/inputdialog.c
2253         * src/gtk/inputdialog.h
2254                 Get rid of metamail stuff, simplify
2255                 opening, and allow remembering of user's
2256                 choices (by updating ~/.mailcap). There's
2257                 still to drop "Audio player" and "Image
2258                 viewer" preferences.
2259
2260 2006-08-17 [mones]      2.4.0cvs56
2261
2262         * manual/es/sylpheed-claws-manual.xml
2263                 fix DTD path
2264
2265 2006-08-17 [mones]      2.4.0cvs55
2266
2267         * configure.ac
2268         * manual/Makefile.am
2269         * manual/es/Makefile.am
2270         * manual/es/account.xml
2271         * manual/es/ack.xml
2272         * manual/es/addrbook.xml
2273         * manual/es/advanced.xml
2274         * manual/es/faq.xml
2275         * manual/es/glossary.xml
2276         * manual/es/gpl.xml
2277         * manual/es/handling.xml
2278         * manual/es/intro.xml
2279         * manual/es/keyboard.xml
2280         * manual/es/plugins.xml
2281         * manual/es/starting.xml
2282         * manual/es/sylpheed-claws-manual.xml
2283         * manual/es/dist/Makefile.am
2284         * manual/es/dist/html/Makefile.am
2285         * manual/es/dist/pdf/Makefile.am
2286         * manual/es/dist/ps/Makefile.am
2287         * manual/es/dist/txt/Makefile.am
2288                 Spanish translation for the manual
2289
2290 2006-08-16 [colin]      2.4.0cvs54
2291
2292         * src/compose.c
2293         * src/main.c
2294         * src/mainwindow.c
2295                 Fix send button sensitivity at startup
2296                 Set send menu sensitivity (patch by Fabien)
2297         * src/ssl_manager.c
2298                 Enable closing with esc (patch by Fabien)
2299         * src/gtk/foldersort.c
2300                 Enable closing with esc (patch by Fabien)
2301         * src/procmime.c
2302                 Optimisation (no need to copy to tempfile to
2303                 "decode" 7bit and 8bit)
2304         * src/summaryview.c
2305                 Fix cruft in swap_from case
2306         * src/textview.c
2307                 Fix missing last line in some mail cases 
2308                 (Fixes debian #381872)
2309         * src/plugins/pgpcore/prefs_gpg.c
2310         * src/plugins/pgpcore/sgpgme.c
2311         * src/plugins/pgpcore/sgpgme.h
2312                 Don't show "no key found" when user explicitely
2313                 wants to create a key
2314
2315 2006-08-16 [paul]       2.4.0cvs53
2316
2317         * configure.ac
2318         * src/account.c
2319         * src/addressbook.c
2320         * src/headerview.c
2321         * src/prefs_account.c
2322         * src/prefs_message.c
2323         * src/gtk/gtkutils.c
2324                 bump up minimum required versions of GTK+ and
2325                 GLIB to 2.6.0
2326
2327 2006-08-16 [paul]       2.4.0cvs52
2328
2329         * src/toolbar.c
2330                 workaround GTK+ Bug 351600 - 'Can't re-click
2331                 on button after sensitivity update'
2332                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2333                 Thanks to Colin
2334
2335 2006-08-15 [colin]      2.4.0cvs51
2336
2337         * src/plugins/pgpcore/prefs_gpg.c
2338                 Set options sensitivity according to
2339                 key existence
2340         * src/plugins/pgpcore/sgpgme.c
2341                 Allow to create key with no passphrase
2342
2343 2006-08-14 [cleroy]     2.4.0cvs50
2344
2345         * src/gtk/pluginwindow.c
2346                 New layout (maybe to be changed?)
2347         * src/gtk/gtkutils.c
2348                 Fix a bit label_window
2349         * src/plugins/pgpcore/passphrase.c
2350         * src/plugins/pgpcore/passphrase.h
2351         * src/plugins/pgpcore/plugin.c
2352         * src/plugins/pgpcore/prefs_gpg.c
2353         * src/plugins/pgpcore/prefs_gpg.h
2354         * src/plugins/pgpcore/sgpgme.c
2355         * src/plugins/pgpcore/sgpgme.h
2356                 Allow to create a PGP private key via the GUI
2357
2358 2006-08-14 [wwp]        2.4.0cvs49
2359
2360         * src/addressbook_foldersel.c
2361                 fix strict ISO C90 compliance.
2362
2363 2006-08-14 [paul]       2.4.0cvs48
2364
2365         * src/gtk/prefswindow.c
2366                 re-set scrolled window on opening
2367                 Patch by Ticho
2368
2369 2006-08-14 [paul]
2370
2371         2.5.0-rc1 released
2372
2373 2006-08-14 [paul]       2.4.0cvs47
2374
2375         * src/prefs_display_header.c
2376                 re-enable user-defined Displayed Headers
2377
2378 2006-08-14 [paul]       2.4.0cvs46
2379
2380         * src/prefs_account.c
2381                 use GTK_STOCK_EDIT
2382
2383 2006-08-13 [colin]      2.4.0cvs45
2384
2385         * src/common/utils.c
2386                 Fix "a" in quote when the original message is empty,
2387                 by using \0 instead of 'a' to test writability of
2388                 temp files.
2389
2390 2006-08-13 [wwp]        2.4.0cvs44
2391
2392         * src/plugins/spamassassin/spamassassin.c
2393                 fix capitalization of "SpamAssassin" in some debug, log and
2394                 dialog messages.
2395
2396 2006-08-13 [paul]       2.4.0cvs43
2397
2398         * src/editldap.c
2399                 fix overlapping widgets
2400         * src/prefs_account.c
2401                 fix translation of protocol_names[]
2402                 fix label disappearing off the edge of the
2403                 visible area
2404
2405 2006-08-12 [paul]       2.4.0cvs42
2406
2407         * manual/plugins.xml
2408                 update IRC channel info before it gets forgotten
2409                 about
2410
2411 2006-08-11 [colin]      2.4.0cvs41
2412
2413         * src/compose.c
2414         * src/mainwindow.c
2415         * src/mainwindow.h
2416         * src/procmsg.c
2417         * src/procmsg.h
2418         * src/summaryview.c
2419         * src/toolbar.c
2420                 Grey out the Send button if
2421                 - Queue folders are empty, or
2422                 - We're sending already
2423
2424 2006-08-11 [wwp]        2.4.0cvs40
2425
2426         * src/main.c
2427                 fix a logic issue when quitting while a compose window is
2428                 still open, thanks to Colin.
2429
2430 2006-08-10 [colin]      2.4.0cvs39
2431
2432         * src/main.c
2433                 Fix default font size setting after wizard run
2434         * src/imap.c
2435         * src/etpan/imap-thread.c
2436         * src/etpan/imap-thread.h
2437                 Fix bug #999 (Timing out on TSL cert validation 
2438                 dialog makes ugly things happen). Also, STARTTLS
2439                 unconditionnaly if initial capabilities contain
2440                 LOGINDISABLED and STARTTLS.
2441
2442 2006-08-09 [colin]      2.4.0cvs38
2443
2444         * src/mainwindow.c
2445         * src/mainwindow.h
2446                 Fix Tools/Actions sensitivity when there are
2447                 no actions
2448
2449 2006-08-09 [colin]      2.4.0cvs37
2450
2451         * src/prefs_filtering.c
2452                 Warning fix, patch by Paul
2453         * src/messageview.c
2454         * src/prefs_actions.c
2455         * src/prefs_filtering_action.c
2456         * src/prefs_matcher.c
2457                 Uniformisation of "Info ..." to "Info..." (for
2458                 old gtk), patch by Fabien
2459         * src/plugins/clamav/clamav_plugin_gtk.c
2460                 Sensitivity fix by Fabien
2461
2462 2006-08-09 [colin]      2.4.0cvs36
2463
2464         * src/main.c
2465         * src/main.h
2466                 Add a function to know whether we're exiting
2467         * src/plugins/trayicon/trayicon.c
2468                 If exiting, don't do anything. Faster, and
2469                 avoids gtk_main_iteration reentracy causing
2470                 segfaults at exit
2471
2472 2006-08-09 [colin]      2.4.0cvs35
2473
2474         * src/messageview.c
2475         * src/mimeview.c
2476         * src/mimeview.h
2477                 Fix lack of part selection when automatically 
2478                 jumping to a specific part
2479         * src/msgcache.c
2480                 Little optimisation in cache reading
2481
2482 2006-08-09 [colin]      2.4.0cvs34
2483
2484         * src/compose.c
2485                 Fix crash setting the priority on reedit
2486                 (Accessing compose before creating it!)
2487
2488 2006-08-08 [colin]      2.4.0cvs33
2489
2490         * src/procmime.c
2491                 Fix bug #998 (last attachment is not accessible)
2492                 Bad RFC interpretation on multipart close-delimiters
2493         * src/mimeview.c
2494         * src/mimeview.h
2495         * src/gtk/gtkvscrollbutton.c
2496         * src/gtk/gtkvscrollbutton.h
2497                 Make attachments list wheel-scrollable
2498
2499 2006-08-07 [colin]      2.4.0cvs32
2500
2501         * src/gtk/gtkaspell.c
2502                 Fix bug #973 (Unicode punctation characters 
2503                 are not recognized as separators by the
2504                 spell checker); fix unsigned stuff
2505
2506 2006-08-07 [colin]      2.4.0cvs31
2507
2508         * src/compose.c
2509                 Fix bug #956 (DnD text with accents in compose 
2510                 text entry); fix gccc's signed/unsigned fuss
2511
2512 2006-08-06 [colin]      2.4.0cvs30
2513
2514         * src/main.c
2515                 Fix bug #979 (Plugin crashes when exiting 
2516                 sylpheed-claws) : handle exit request only 
2517                 once
2518
2519 2006-08-05 [colin]      2.4.0cvs29
2520
2521         * src/news.c
2522                 Just make sure we have a msgid.
2523
2524 2006-08-05 [colin]      2.4.0cvs28
2525
2526         * src/news.c
2527         * src/summaryview.c
2528                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2529                 by reimplementing it
2530         * src/textview.c
2531                 Fix bug when hiding quotes with level > 3 and quote
2532                 colors are recycled
2533
2534 2006-08-04 [colin]      2.4.0cvs27
2535
2536         * src/compose.c
2537         * src/undo.c
2538         * src/undo.h
2539                 Fix a bit replace-by-pasting undo
2540         * src/mainwindow.c
2541         * src/messageview.c
2542                 Fix Fold quotes menu synchro in
2543                 mainwindow when it changes in 
2544                 messageview
2545         * src/textview.c
2546                 Fix right-click on quotes blocks
2547         * src/common/utils.c
2548                 Verify that the file created by
2549                 my_tmpfile() is writable. Fixes
2550                 bug #988 (very specific filesystem
2551                 issue)
2552         * src/plugins/pgpcore/sgpgme.c
2553                 Fix file descriptor leak
2554         * src/plugins/spamassassin/spamassassin.c
2555                 Warn once if spamd isn't reachable
2556
2557 2006-08-04 [colin]      2.4.0cvs26
2558
2559         * src/toolbar.c
2560                 i18n context patch by Fabien
2561
2562 2006-08-03 [colin]      2.4.0cvs25
2563
2564         * src/mainwindow.c
2565         * src/messageview.c
2566                 Rename "Hide quotes" to "Fold quotes"
2567         * src/textview.c
2568                 Don't use hand cursor on quotes. "all 
2569                 the bonuses of the feature and none of 
2570                 unwelcome side-effects"
2571
2572 2006-08-03 [colin]      2.4.0cvs24
2573
2574         * AUTHORS
2575         * sylpheed-claws.desktop
2576         * src/gtk/authors.h
2577                 Bring the desktop file to XDG compliance
2578                 Patch by Charles A. Edwards
2579
2580 2006-08-03 [colin]      2.4.0cvs23
2581
2582         * src/textview.c
2583                 Fix links offset when they are preceded
2584                 by accentued chars (g_utf8_strlen!)
2585         * src/mainwindow.c
2586                 Fix wrong status when starting offline
2587
2588
2589 2006-08-03 [wwp]        2.4.0cvs22
2590
2591         * src/prefs_common.h
2592                 ask what to do w/ filtering rules that belong to an account when
2593                 applying filtering rules manually from the main window (skip,
2594                 apply regardless of the account, use current account). This dialog
2595                 can be skipped and the last reply used.
2596                 (forgot that file)
2597
2598 2006-08-03 [wwp]        2.4.0cvs21
2599
2600         * src/filtering.c
2601         * src/filtering.h
2602         * src/prefs_common.c
2603         * src/summaryview.c
2604         * src/alertpanel.c
2605         * src/alertpanel.h
2606         * src/messageview.c
2607                 ask what to do w/ filtering rules that belong to an account when
2608                 applying filtering rules manually from the main window (skip,
2609                 apply regardless of the account, use current account). This dialog
2610                 can be skipped and the last reply used.
2611
2612
2613 2006-08-03 [colin]      2.4.0cvs20
2614
2615         * src/textview.c
2616                 Optimize previous patch
2617
2618 2006-08-03 [cleroy]     2.4.0cvs19
2619
2620         * src/textview.c
2621                 Fix quotes getting toggled back when the
2622                 mail has an even number of text parts
2623
2624 2006-08-02 [colin]      2.4.0cvs18
2625
2626         * src/messageview.c
2627                 Add Hide quotes menu
2628
2629 2006-08-02 [colin]      2.4.0cvs17
2630
2631         * src/mainwindow.c
2632         * src/prefs_common.c
2633         * src/textview.c
2634         * src/textview.h
2635         * src/gtk/about.c
2636                 Allow per-level quote hiding,
2637                 Allow toggling quotes by double-clicking them
2638                 Rename RemoteURI to ClickableText to reflect
2639                 the fact it's used for a variety of things
2640
2641 2006-08-02 [wwp]        2.4.0cvs16
2642
2643         * src/mainwindow.c
2644                 fix "View/Hide quotes" menu item status initialization.
2645
2646 2006-08-02 [wwp]        2.4.0cvs15
2647
2648         * src/matcher_parser_parse.y
2649                 remove a debug trace.
2650
2651 2006-08-02 [paul]       2.4.0cvs14
2652
2653         * src/plugins/pgpcore/passphrase.c
2654                 don't set initial dialog size
2655                 make it resizable
2656
2657 2006-08-02 [paul]       2.4.0cvs13
2658
2659         * src/noticeview.c
2660                 remove the rogue '/' character
2661
2662 2006-08-02 [paul]       2.4.0cvs12
2663
2664         * src/noticeview.c
2665                 allow buttons to resize as necessary
2666
2667 2006-08-01 [wwp]        2.4.0cvs11
2668
2669         * src/mbox.c
2670                 fix strict ISO C90 compliance.
2671
2672 2006-08-01 [wwp]        2.4.0cvs10
2673
2674         * tools/update-po
2675                 updated update-po tool to work w/ context-dependent translations.
2676                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2677
2678 2006-08-01 [wwp]        2.4.0cvs9
2679
2680         * src/matcher.c
2681         * src/prefs_filtering.c
2682         * src/prefs_matcher.c
2683                 allow context-dependent translations for "All",
2684                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2685
2686 2006-07-31 [colin]      2.4.0cvs8
2687
2688         * AUTHORS
2689         * src/gtk/authors.h
2690                 Add Rafal to authors
2691
2692 2006-07-31 [colin]      2.4.0cvs7
2693
2694         * src/compose.c
2695         * src/mainwindow.c
2696         * src/messageview.h
2697         * src/prefs_common.c
2698         * src/prefs_common.h
2699         * src/textview.c
2700                 Add 'View/Hide quotes'. Patch based on a patch
2701                 by Rafal Weglarz
2702
2703 2006-07-31 [colin]      2.4.0cvs6
2704
2705         * src/action.c
2706                 Fix problem with "> stuff >" actions
2707
2708 2006-07-31 [paul]       2.4.0cvs5
2709
2710         * po/nb.po
2711                 updated by Geir Helland
2712
2713 2006-07-31 [wwp]        2.4.0cvs4
2714
2715         * src/mainwindow.c
2716         * src/summaryview.c
2717         * src/summaryview.h
2718                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2719                 thanks to Colin.
2720
2721 2006-07-31 [wwp]        2.4.0cvs3
2722
2723         * src/Makefile.am
2724         * src/addr_compl.c
2725         * src/addr_compl.h
2726         * src/addressbook.c
2727         * src/addressbook.h
2728         * src/addressbook_foldersel.c
2729         * src/addressbook_foldersel.h
2730         * src/addrindex.c
2731         * src/addrindex.h
2732         * src/matcher.c
2733         * src/matcher.h
2734         * src/matcher_parser_lex.l
2735         * src/matcher_parser_parse.y
2736         * src/prefs_common.c
2737         * src/prefs_common.h
2738         * src/prefs_filtering.c
2739         * src/prefs_matcher.c
2740         * src/prefs_matcher.h
2741         * src/summaryview.c
2742                 introduce filtering against the address book. It's now possible to add
2743                 matched conditions to determine if any email address in a message matches
2744                 or doesn't match any or all books or folders in the address book.
2745
2746 2006-07-31 [wwp]        2.4.0cvs2
2747
2748         * src/account.c
2749         * src/filtering.c
2750         * src/filtering.h
2751         * src/folder.c
2752         * src/folderview.c
2753         * src/inc.c
2754         * src/mainwindow.c
2755         * src/matcher.c
2756         * src/matcher_parser_lex.l
2757         * src/matcher_parser_parse.y
2758         * src/mbox.c
2759         * src/prefs_filtering.c
2760         * src/prefs_filtering.h
2761         * src/procmsg.c
2762         * src/procmsg.h
2763         * src/summaryview.c
2764                 introduce per-account filtering rules. Each filtering rule can now be assigned
2765                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2766                 when applying filtering rules manually, as all rules will apply - even the ones
2767                 assigned to an account. This issue will be addressed soon.
2768  
2769
2770
2771 2006-07-31 [wwp]        2.4.0cvs1
2772
2773         * src/quote_fmt.c
2774                 make more strings translatable.
2775
2776 2006-07-31 [paul]       2.4.0
2777
2778         2.4.0 released
2779
2780 2006-07-31 [paul]       2.3.1cvs91
2781
2782         * po/ca.po
2783                 updated by Miquel Oliete
2784
2785 2006-07-31 [paul]       2.3.1cvs90
2786
2787         * po/de.po
2788         * po/el.po
2789         * po/fr.po
2790         * po/it.po
2791         * po/pl.po
2792         * po/pt_BR.po
2793         * po/sr.po
2794         * po/zh_CN.po
2795                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2796                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2797                 Aleksandar Urosevic, and Ralgh Young
2798
2799 2006-07-31 [paul]       2.3.1cvs89
2800
2801         * src/account.c
2802         * src/main.c
2803         * src/mainwindow.c
2804         * src/mainwindow.h
2805                 Fix a race condition when, after an SC crash, rescanning
2806                 folders took more than 0.5 seconds
2807                 Thanks to Colin
2808
2809 2006-07-31 [paul]       2.3.1cvs88
2810
2811         * src/folderview.c
2812                 don't translate separator strings
2813
2814 2006-07-30 [mones]      2.3.1cvs87
2815
2816         * doc/man/sylpheed-claws.1
2817                 Fixed non-ASCII chars in Hoa's name
2818         * po/es.po
2819                 Updated for release
2820
2821 2006-07-27 [colin]      2.3.1cvs86
2822
2823         * src/textview.c
2824                 Don't include the leading \n in links
2825                 Patch by Fabien
2826
2827 2006-07-25 [colin]      2.3.1cvs85
2828
2829         * src/mainwindow.c
2830         * src/common/socket.h
2831         * src/etpan/imap-thread.c
2832                 Refresh resolvers before connecting
2833                 to IMAP servers, and after switching
2834                 to online. Thanks to Paul.
2835
2836 2006-07-18 [colin]
2837
2838         * 2.4.0-rc4 released
2839
2840 2006-07-17 [colin]      2.3.1cvs84
2841
2842         * src/inc.c
2843                 Show connection attempt in statusbar before
2844                 connecting (previously first message was
2845                 "Retrieving messages from ..." after the
2846                 connection succeeded.
2847
2848 2006-07-16 [wwp]        2.3.1cvs83
2849
2850         * sylpheed-claws.ico
2851                 Added .ico file (windows multi-size icon file, generated).
2852
2853 2006-07-12 [wwp]        2.3.1cvs82
2854
2855         * src/messageview.c
2856                 remove Message/Re-edit menu entry from messageview window,
2857                 as sent/draft/queued messages are opened in compose window when
2858                 re-edited and it's not possible to re-edit other msgs.
2859
2860 2006-07-12 [paul]       2.3.1cvs81
2861
2862         * AUTHORS
2863         * src/mainwindow.c
2864         * src/gtk/authors.h
2865                 check online state before resetting
2866                 mailcheck timer. Useful if some program
2867                 verifies connection state and updates
2868                 Claws.
2869                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2870
2871 2006-07-12 [paul]       2.3.1cvs80
2872
2873         * sylpheed-claws-128x128.png
2874         * sylpheed-claws-64x64.png
2875         * sylpheed-claws.png
2876         * src/Makefile.am
2877         * src/main.c
2878         * src/prefs_toolbar.c
2879         * src/stock_pixmap.c
2880         * src/stock_pixmap.h
2881         * src/wizard.c
2882         * src/gtk/about.c
2883         * src/gtk/gtkutils.c
2884         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2885         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2886         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2887         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2888         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2889         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2890                 updated and renamed logo/icon files and related
2891                 logo by Jesper Schultz
2892
2893 2006-07-11 [paul]       2.3.1cvs79
2894
2895         * src/main.c
2896                 fix the labels a smidgin
2897
2898 2006-07-09 [colin]      2.3.1cvs78
2899
2900         * src/textview.c
2901                 Show errors in textviewer's command
2902                 Patch by H. Merijn Brand
2903
2904 2006-07-09 [colin]      2.3.1cvs77
2905
2906         * src/compose.c
2907                 Save FMID in drafts too
2908
2909 2006-07-08 [colin]      2.3.1cvs76
2910
2911         * src/compose.c
2912                 Svae RMID in drafted mails too
2913                 Save quote_fmt vars for whole mails,
2914                 don't reset at each quote_fmt_init:
2915                 allows to use the same |i{var} in
2916                 various template fields
2917         * src/prefs_template.c
2918         * src/quote_fmt.h
2919         * src/quote_fmt_parse.y
2920                 Same
2921
2922 2006-07-08 [colin]      2.3.1cvs75
2923
2924         * src/textview.c
2925                 Fix highlighting of attached parts URIs
2926
2927 2006-07-08 [colin]      2.3.1cvs74
2928
2929         * src/main.c
2930                 Prevent bug #981 (sc 2.3.1 segfaults with 
2931                 gtk+ 2.10) from being reported again:
2932                 if Sylpheed-Claws has been compiled against
2933                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2934                 of if Sylpheed-Claws has been compiled against
2935                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2936                 error out.
2937
2938 2006-07-07 [colin]      2.3.1cvs73
2939
2940         * src/prefs_actions.c
2941                 Fix label
2942
2943 2006-07-07 [colin]      2.3.1cvs72
2944
2945         * src/prefs_actions.c
2946                 Fix compile on gtk < 2.8. argh :)
2947
2948 2006-07-07 [paul]       2.3.1cvs71
2949
2950         * src/common/defs.h
2951                 update DONATE_URI
2952
2953 2006-07-07 [colin]      2.3.1cvs70
2954
2955         * po/POTFILES.in
2956         * src/quote_fmt.c
2957         * src/quote_fmt_lex.l
2958         * src/quote_fmt_parse.y
2959                 Add |i{var}, a way to insert user-entered
2960                 text in a template
2961
2962 2006-07-07 [colin]
2963
2964         * 2.4.0-rc3 released
2965
2966 2006-07-07 [colin]      2.3.1cvs69
2967
2968         * src/folder.c
2969                 Don't consider inboxes of UNKNOWN folder 
2970                 classes to be useable as default inboxes
2971
2972 2006-07-07 [paul]       2.3.1cvs68
2973
2974         * src/textview.c
2975                 add missing #include <errno.h>
2976                 Thanks to René J. Blokland
2977
2978 2006-07-07 [paul]       2.3.1cvs67
2979
2980         * src/action.c
2981                 Return now Closes dialog
2982         * src/mimeview.c
2983         * src/mimeview.h
2984         * src/textview.c
2985                 add contextual menu to mime parts listed
2986                 in the textview
2987                 Thanks to Colin
2988         * src/common/utils.c
2989                 reversal: ' is a valid character in URLs
2990
2991 2006-07-06 [colin]      2.3.1cvs66
2992
2993         * src/remotefolder.h
2994                 Forgotten in previous commit
2995
2996 2006-07-06 [colin]      2.3.1cvs65
2997
2998         * src/folder.c
2999                 Set summary update flag whenever
3000                 totals changed
3001         * src/imap.c
3002         * src/prefs_account.c
3003         * src/common/utils.h
3004         * src/etpan/imap-thread.c
3005                 Fix warnings, thanks to Fabien and
3006                 Ricardo
3007
3008 2006-07-06 [wwp]        2.3.1cvs64
3009
3010         * src/gtk/gtkutils.c
3011                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
3012
3013 2006-07-06 [wwp]        2.3.1cvs63
3014
3015         * src/account.c
3016         * src/addressbook.c
3017         * src/addressitem.h
3018         * src/folderview.c
3019         * src/mainwindow.c
3020         * src/manual.c
3021         * src/manual.h
3022         * src/message_search.c
3023         * src/prefs_actions.c
3024         * src/prefs_filtering.c
3025         * src/prefs_filtering.h
3026         * src/prefs_template.c
3027         * src/summary_search.c
3028         * src/summaryview.c
3029         * src/gtk/gtkutils.c
3030         * src/gtk/gtkutils.h
3031         * src/gtk/pluginwindow.c
3032                 add help buttons to some dialogs. Clicking such buttons opens a
3033                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
3034
3035 2006-07-06 [paul]       2.3.1cvs62
3036
3037         * src/textview.c
3038                 fix attachments contextual menu
3039                 Thanks to Colin
3040
3041 2006-07-05 [colin]      2.3.1cvs61
3042
3043         * src/textview.c
3044         * src/compose.c
3045                 Handle sftp:// links
3046
3047 2006-07-05 [paul]       2.3.1cvs60
3048
3049         * src/gtk/filesel.c
3050                 grab save button by default
3051                 Thanks to Colin
3052
3053 2006-07-05 [wwp]        2.3.1cvs59
3054
3055         * manual/xml2pdf
3056                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
3057
3058 2006-07-04 [colin]      2.3.1cvs58
3059
3060         * src/mimeview.c
3061         * src/textview.c
3062                 Use left click to select, middle click to open
3063                 on mimeparts links
3064         * src/common/utils.c
3065                 Fix segfault
3066
3067 2006-07-04 [colin]      2.3.1cvs57
3068
3069         * src/mainwindow.c
3070         * src/news.c
3071                 Warning fixes, thanks to Fabien
3072
3073 2006-07-04 [colin]      2.3.1cvs56
3074
3075         * src/mimeview.c
3076         * src/mimeview.h
3077         * src/textview.c
3078                 Allow parts to be selected via their text label
3079                 in textview
3080
3081 2006-07-04 [colin]      2.3.1cvs55
3082
3083         * src/folderview.c
3084                 Feedback when closing (for big folders)
3085         * src/prefs_actions.c
3086         * src/prefs_filtering.c
3087         * src/prefs_matcher.c
3088         * src/prefs_template.c
3089                 Fix default button when closing without
3090                 having saved
3091
3092 2006-07-04 [colin]      2.3.1cvs54
3093
3094         * src/news.c
3095                 Delete local file on deletion
3096
3097 2006-07-03 [colin]      2.3.1cvs53
3098
3099         * src/folderview.c
3100         * src/main.c
3101                 Don't freeze when rescanning after crash
3102
3103 2006-07-03 [wwp]        2.3.1cvs52
3104
3105         * src/compose.c
3106         * src/privacy.c
3107         * src/privacy.h
3108         * src/plugins/pgpinline/pgpinline.c
3109         * src/plugins/pgpmime/pgpmime.c
3110                 don't report an error when the user cancels the passphrase dialog.
3111
3112 2006-07-02 [colin]      2.3.1cvs51
3113
3114         * src/folderview.c
3115                 Open message when crossing folders with Space,
3116                 goto next unread and friends
3117
3118 2006-07-01 [colin]      2.3.1cvs50
3119
3120         * src/prefs_account.c
3121                 Typographic rules varying from language
3122                 to language (in french "Protocole :"),
3123                 we have to do that :)
3124
3125 2006-07-01 [ticho]      2.3.1cvs49
3126
3127         * src/prefs_account.c
3128                 Only use one temporary gchar* variable in
3129                 prefs_account_protocol_set_optmenu().
3130
3131 2006-07-01 [ticho]      2.3.1cvs48
3132
3133         * src/prefs_account.c
3134         * src/prefs_account.h
3135                 Use GtkLabel for existing account protocol name.
3136                 Created an array for protocol names and populate the
3137                 combobox from it in a for() cycle.
3138
3139 2006-06-30 [colin]      2.3.1cvs47
3140
3141         * src/compose.c
3142                 Block undo when changing signature (by changing
3143                 account)
3144
3145 2006-06-30 [paul]       2.3.1cvs46
3146
3147         * src/send_message.c
3148                 when editing From in the Compose window, use that address
3149                 in the Return-Path: header
3150                 Thanks to Colin
3151
3152 2006-06-30 [colin]      2.3.1cvs45
3153
3154         * src/compose.c
3155                 Fix signature replacement:
3156                 - when no newline before separator
3157                 - when reediting
3158
3159 2006-06-29 [colin]      2.3.1cvs44
3160
3161         * src/folderview.c
3162         * src/folderview.h
3163         * src/mainwindow.c
3164         * src/summaryview.c
3165                 Let 'View/Go to/Next marked' work like
3166                 Next new & Next unread: across folders
3167                 Change the select_on_entry pref to do
3168                 what we want when changing folder
3169         * src/common/utils.c
3170                 Fix single-quoted links 
3171
3172 2006-06-29 [colin]      2.3.1cvs43
3173
3174         * src/gtk/gtkaspell.c
3175                 "Sylpheed" and "Sylpheed-Claws" do exist !
3176
3177 2006-06-29 [colin]      2.3.1cvs42
3178
3179         * src/imap.c
3180                 Forgot to remove debug
3181
3182 2006-06-29 [colin]      2.3.1cvs41
3183
3184         * src/imap.c
3185         * src/imap.h
3186         * src/mainwindow.c
3187                 Disconnect from IMAP servers when going
3188                 offline. Fixes bug #978 (going to offline-mode 
3189                 won't close connections)
3190
3191 2006-06-29 [colin]      2.3.1cvs40
3192
3193         * src/main.c
3194                 Fix transient setting on failing plugins
3195                 Patch by Fabien
3196         * src/plugins/pgpcore/sgpgme.c
3197                 Only warn for OpenPGP. Most people don't
3198                 have CMS available.
3199
3200 2006-06-29 [colin]      2.3.1cvs39
3201
3202         * src/compose.c
3203                 Fix Spelling menu (discrepancy between context menu
3204                 and top menu when folder's dictionary isn't the 
3205                 default one)
3206         * src/plugins/pgpcore/sgpgme.c
3207                 More error reporting about why gpgme can fail
3208
3209 2006-06-29 [wwp]        2.3.1cvs38
3210
3211         * src/mainwindow.c
3212                 honor the display-header-pane setting even when the message view
3213                 is a separate window.
3214
3215 2006-06-29 [wwp]        2.3.1cvs37
3216
3217         * src/prefs_actions.c
3218                 forgot to commit that one (use of GTK_STOCK_INFO).
3219
3220 2006-06-29 [colin]      2.3.1cvs36
3221
3222         * src/imap.c
3223                 Better handling of login errors (ask the password
3224                 again once), alert in case of error. Fix three
3225                 signedness warnings.
3226
3227 2006-06-28 [wwp]        2.3.1cvs35
3228
3229         * src/prefs_template.c
3230         * src/prefs_matcher.c
3231         * src/prefs_filtering_action.c
3232         * src/prefs_quote.c
3233                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3234                 patch by Fabien Vantard, slightly modified.
3235
3236 2006-06-28 [paul]
3237
3238         2.4.0-rc2 released
3239
3240 2006-06-28 [colin]      2.3.1cvs34
3241
3242         * src/prefs_account.c
3243                 Fix bug #977 (Can't add or edit imap accounts)
3244
3245 2006-06-28 [colin]      2.3.1cvs33
3246
3247         * src/mimeview.c
3248                 Fix previous
3249
3250 2006-06-28 [colin]      2.3.1cvs32
3251
3252         * src/mimeview.c
3253                 Save named inlined attachments with "Save all"
3254         * src/main.c
3255         * src/mbox.c
3256         * src/common/plugin.c
3257         * src/common/plugin.h
3258         * src/common/sylpheed.c
3259         * src/common/utils.c
3260         * src/plugins/pgpcore/sylpheed.def
3261         * src/plugins/pgpinline/sylpheed.def
3262         * src/plugins/pgpmime/sylpheed.def
3263                 Win32 compatibility patch, by
3264                 Werner Koch
3265
3266 2006-06-28 [wwp]        2.3.1cvs31
3267
3268         * src/imap.c
3269         * src/prefs_folder_item.c
3270                 less compilation warnings (thanks to Fabien Vantard), less typos.
3271
3272 2006-06-28 [paul]       2.3.1cvs30
3273
3274         * src/gtk/gtkutils.c
3275                 gtk_combo_box_set_focus_on_click() is only
3276                 available since gtk 2.6.0
3277
3278 2006-06-28 [paul]       2.3.1cvs29
3279
3280         * src/prefs_ext_prog.c
3281                 fix engrish and add a tooltip for the
3282                 'command for 'Display as text' option
3283
3284 2006-06-28 [paul]
3285
3286         2.4.0-rc1 released
3287
3288 2006-06-28 [paul]       2.3.1cvs28
3289
3290         * ChangeLog
3291         * tools/Makefile.am
3292                 include textviewer.pl in releases
3293
3294 2006-06-28 [paul]       2.3.1cvs27
3295
3296         * src/prefs_ext_prog.c
3297                 hide Print command option if libgnomeprint
3298                 support is present
3299
3300 2006-06-27 [colin]      2.3.1cvs26
3301
3302         * src/compose.c
3303                 Fix Esc handling in insert/attach dialog
3304                 Don't show this dialog if dragging something
3305                 else than text/uri-list
3306                 Thanks to Fabien Vantard
3307         * tools/textviewer.pl
3308                 Filter script to display stuff as text
3309                 by H. Merijn Brand
3310
3311 2006-06-27 [wwp]        2.3.1cvs25
3312
3313         * src/messageview.c
3314                 use the exact product name (message view title), patch
3315                 by Fabien Vantard.
3316
3317 2006-06-27 [ticho]      2.3.1cvs24
3318
3319         * src/prefs_account.c
3320         * src/prefs_common.c
3321         * src/prefs_common.h
3322         * src/prefs_ext_prog.c
3323         * src/textview.c
3324                 Add a preference (Preferences/External programs)
3325                 to allow "Display as text" to be done via a script
3326                 (patch by H.Merijn Brand).
3327                 Use GtkComboBox for protocol selection in account
3328                 preferences.
3329                 Only include current choice for existing accounts, and
3330                 insensitivize the combobox.
3331
3332 2006-06-27 [paul]       2.3.1cvs23
3333
3334         * src/mbox.c
3335                 fix crasher introduced in cvs21.
3336                 Thanks to Colin
3337
3338 2006-06-26 [colin]      2.3.1cvs22
3339
3340         * src/mbox.c
3341                 Fix double-frees when leaving folders
3342                 after exporting to mbox
3343
3344 2006-06-26 [colin]      2.3.1cvs21
3345
3346         * src/mbox.c
3347                 More feedback (and optimisation)
3348                 on import/export
3349         * src/common/utils.c
3350                 Fix case when looking for mail addresses
3351         * src/gtk/gtkutils.c
3352                 Extra check for (X-)Face
3353
3354 2006-06-25 [ticho]      2.3.1cvs20
3355
3356         * src/compose.c
3357         * src/exphtmldlg.c
3358         * src/gtk/gtkutils.c
3359         * src/gtk/gtkutils.h
3360                 Added second argument to gtkut_sc_combobox_create() to
3361                 control focus-on-click for the widget.
3362                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3363
3364 2006-06-25 [ticho]      2.3.1cvs19
3365
3366         * src/compose.c
3367         * src/gtk/Makefile.am
3368         * src/gtk/combobox.c
3369         * src/gtk/combobox.h
3370         * src/gtk/gtkutils.c
3371         * src/gtk/gtkutils.h
3372                 Use GtkComboBox instead of deprecated GtkOptionMenu
3373                 for account selector in compose window and for encoding
3374                 selector in attachment properties.
3375                 Also factorise working with the new GtkComboBox somewhat.
3376
3377 2006-06-24 [paul]       2.3.1cvs18
3378
3379         * src/prefs_common.c
3380                 use the correct default value
3381
3382 2006-06-24 [paul]       2.3.1cvs17
3383
3384         * src/compose.c
3385         * src/prefs_common.c
3386         * src/prefs_common.h
3387         * src/prefs_compose_writing.c
3388                 enable setting of default action when
3389                 dnd'ing files in the compose window.
3390                 (Collaborative effort with wwp)
3391
3392 2006-06-23 [wwp]        2.3.1cvs16
3393
3394         * src/compose.c
3395                 i18n fix (thanks to Fabien Vantard)
3396
3397 2006-06-22 [colin]      2.3.1cvs15
3398
3399         * src/prefs_customheader.c
3400                 Don't use filters in custom headers' file 
3401                 selector. Remember, extensions mean nothing :)
3402
3403 2006-06-22 [paul]       2.3.1cvs14
3404
3405         * configure.ac
3406                 allow setting of man directory location
3407
3408 2006-06-22 [colin]      2.3.1cvs13
3409
3410         * src/mainwindow.c
3411                 Add 'View/Go to/Next unread folder'.
3412                 I missed that :)
3413
3414 2006-06-22 [colin]      2.3.1cvs12
3415
3416         * src/common/utils.c
3417                 Add some subject prefixes
3418                 Patch by Bjorn T Johansen <btj@havleik.no>
3419
3420 2006-06-22 [colin]      2.3.1cvs11
3421
3422         * manual/advanced.xml
3423                 Forgotten hidden pref
3424
3425 2006-06-21 [paul]       2.3.1cvs10
3426
3427         * src/prefs_account.c
3428                 complete the removal of 'Add date header' option
3429
3430 2006-06-21 [paul]       2.3.1cvs9
3431
3432         * src/account.c
3433         * src/compose.c
3434         * src/prefs_account.c
3435         * src/prefs_account.h
3436                 remove option to add date header - always
3437                 add date header
3438         * src/etpan/imap-thread.c
3439                 fix warnings (Thanks to Colin)
3440
3441 2006-06-21 [wwp]        2.3.1cvs8
3442
3443         * src/folder.c
3444                 set the attachment flag when inline text part are (file)named. This is more convenient
3445                 when receiving (for instance) inline source files or patches sent using thunderbird.
3446
3447 2006-06-21 [paul]       2.3.1cvs7
3448
3449         * src/inc.c
3450                 fix off-by-one count of current msg in
3451                 statusbar filtering progressbar
3452
3453 2006-06-21 [paul]       2.3.1cvs6
3454
3455         * src/folder.c
3456                 Show attachment icon even if the part is 'inline'
3457                 if the following conditions are met:
3458                 - content-type != 'text/plain'
3459                 - content-type != '*/pgp-signature'
3460                 - either 'name' or 'filename' parameter is not NULL
3461                 
3462                 Thanks to Colin
3463
3464 2006-06-21 [paul]       2.3.1cvs5
3465
3466         * src/messageview.c
3467         * src/prefs_common.c
3468         * src/prefs_common.h
3469         * src/prefs_other.c
3470                 add an option to 'Never send Return
3471                 Receipts'
3472                 Thanks to Colin
3473
3474 2006-06-20 [mones]      2.3.1cvs4
3475
3476         * po/es.po
3477                 updated
3478         * src/compose.c
3479                 typo fixed (space after comma)
3480         * tools/make.themes.project
3481                 remove exec mode from tarball files
3482
3483 2006-06-20 [colin]      2.3.1cvs3
3484
3485         * src/news.c
3486         * src/procheader.c
3487         * src/unmime.c
3488                 Better fix for \n's in headers (don't 
3489                 break Received: and others)
3490
3491 2006-06-20 [paul]       2.3.1cvs2
3492
3493         * src/alertpanel.c
3494         * src/textview.c
3495                 improve legibility of phishing attempt
3496                 dialog
3497
3498 2006-06-20 [paul]       2.3.1cvs1
3499
3500         * NEWS
3501         * README
3502         * configure.ac
3503                 Update version number following
3504                 stable release
3505
3506 2006-06-20 [colin]      2.3.0cvs26
3507
3508         * src/compose.c
3509                 When dragging a file to the text of the compose
3510                 window, ask whether we want to insert or attach
3511                 (I know lots of people who do that to attach)
3512
3513 2006-06-20 [colin]      2.3.0cvs25
3514
3515         * src/etpan/imap-thread.c
3516                 Fix threshold (the append command is often > 32 bytes)
3517
3518 2006-06-19 [colin]      2.3.0cvs24
3519
3520         * src/imap.c
3521         * src/etpan/imap-thread.c
3522                 Workaround Rockliffe IMAP server bug: replace
3523                 "x UID SEARCH (ANSWERED UID 1:*)" with
3524                 "x UID SEARCH ANSWERED"
3525                 (Rockliffe doesn't handle the parenthesis)
3526
3527 2006-06-19 [colin]      2.3.0cvs23
3528
3529         * src/compose.c
3530         * src/imap.c
3531         * src/etpan/imap-thread.c
3532                 Probably fix bug #972 (Freezes when adding 
3533                 an attachment to the message)
3534         * src/common/defs.h
3535                 Modernize Firefox cmd
3536
3537
3538 2006-06-18 [colin]      2.3.0cvs22
3539
3540         * src/prefs_customheader.c
3541                 Only allow correct filenames for various
3542                 custom headers
3543
3544 2006-06-18 [colin]      2.3.0cvs21
3545
3546         * src/prefs_customheader.c
3547                 Add a 'From File...' button in custom headers prefs, which
3548                 try to do the right thing: 
3549                 for normal headers, use file as plaintext,
3550                 for X-Face, calls compface,
3551                 for Face, encode to b64.
3552
3553 2006-06-17 [colin]      2.3.0cvs20
3554
3555         * src/mh.c
3556                 Warning fix
3557
3558 2006-06-16 [colin]      2.3.0cvs19
3559
3560         * src/summaryview.c
3561                 Recursive quicksearch: show message list
3562                 in current folder, *then* search children
3563                 in the background.
3564
3565 2006-06-16 [colin]      2.3.0cvs18
3566
3567         * src/main.c
3568                 Instead of ignoring SIGPIPE, save caches
3569                 when getting one. Will fix the fact that
3570                 hot caches are out-of-date when logging 
3571                 out of Xorg.
3572         * src/compose.c
3573         * src/prefs_compose_writing.c
3574                 Only save text (not attachments) when 
3575                 auto-saving to drafts
3576         * src/unmime.c
3577                 Always replace \n, \r and \t with spaces
3578                 in headers
3579         * manual/dist/html/Makefile.am
3580         * manual/dist/pdf/Makefile.am
3581         * manual/dist/ps/Makefile.am
3582         * manual/dist/txt/Makefile.am
3583         * manual/fr/dist/html/Makefile.am
3584         * manual/fr/dist/pdf/Makefile.am
3585         * manual/fr/dist/ps/Makefile.am
3586         * manual/fr/dist/txt/Makefile.am
3587         * manual/pl/dist/html/Makefile.am
3588         * manual/pl/dist/pdf/Makefile.am
3589         * manual/pl/dist/ps/Makefile.am
3590         * manual/pl/dist/txt/Makefile.am
3591                 Fix make clean removing pregenerated manuals
3592
3593
3594 2006-06-16 [colin]      2.3.0cvs17
3595
3596         * src/plugins/pgpcore/sgpgme.c
3597         * src/plugins/pgpmime/pgpmime.c
3598         * src/plugins/pgpinline/pgpinline.c
3599                 Better error reporting in setup_signers.
3600                 Don't fallback to default key if specified
3601                 key isn't found.
3602                 Don't allow signing if more than one secret
3603                 key matches the one specified in prefs.
3604
3605 2006-06-15 [colin]      2.3.0cvs16
3606
3607         * src/folderview.c
3608                 Add "Send queue" in the folder's contextual
3609                 menu
3610         * src/compose.c
3611         * src/messageview.c
3612         * src/privacy.c
3613         * src/privacy.h
3614         * src/procmime.c
3615         * src/procmsg.c
3616         * src/plugins/pgpcore/passphrase.c
3617         * src/plugins/pgpcore/sgpgme.c
3618         * src/plugins/pgpinline/pgpinline.c
3619         * src/plugins/pgpmime/pgpmime.c
3620                 Better error reporting
3621         * src/mbox.c
3622                 Probably fix bug #971 (2.2.3 cannot read mail 
3623                 from local mbox)
3624
3625
3626 2006-06-15 [mones]      2.3.0cvs15
3627
3628         * tools/make.themes.project
3629                 creates the themes project from the web page
3630
3631 2006-06-15 [colin]      2.3.0cvs14
3632
3633         * src/folder.c
3634                 Better fix (avoid losing the folder if scan_tree 
3635                 fails)
3636
3637 2006-06-15 [cleroy]     2.3.0cvs13
3638
3639         * src/folder.c
3640                 Probably fix Bug #969 (crash on rebuilding 
3641                 imap folder)
3642
3643 2006-06-14 [colin]      2.3.0cvs12
3644
3645         * manual/dtd/manual.xsl
3646         * manual/sylpheed-claws-manual.xml
3647         * manual/fr/sylpheed-claws-manual.xml
3648         * manual/pl/sylpheed-claws-manual.xml
3649                 Insert pagebreaks between sections
3650
3651 2006-06-14 [paul]       2.3.0cvs11
3652
3653         * configure.ac
3654                 better fix than 2.3.0cvs10
3655
3656 2006-06-14 [paul]       2.3.0cvs10
3657
3658         * configure.ac
3659                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3660                 (backwards compatible)
3661
3662 2006-06-13 [colin]      2.3.0cvs9
3663
3664         * src/messageview.c
3665                 Fix sending of return receipt with the new queue folders
3666
3667 2006-06-13 [wwp]        2.3.0cvs8
3668
3669         * src/quote_fmt_lex.l
3670                 fix wrong tokens returned in quote_fmt lexer, query not().
3671
3672 2006-06-13 [wwp]        2.3.0cvs7
3673
3674         * src/folder.c
3675         * src/prefs_folder_item.c
3676                 allow changing folder type even when folder is not a top-level one,
3677                 thanks to Colin.
3678
3679 2006-06-12 [colin]      2.3.0cvs6
3680
3681         * src/folderview.c
3682                 Fix double-ask of "Do you want to mark all
3683                 as read"
3684
3685 2006-06-12 [colin]      2.3.0cvs5
3686
3687         * src/compose.c
3688         * src/compose.h
3689         * src/folder.c
3690         * src/folder.h
3691         * src/imap.c
3692         * src/inc.c
3693         * src/main.c
3694         * src/messageview.c
3695         * src/mh.c
3696         * src/prefs_folder_item.c
3697         * src/procheader.c
3698         * src/procmime.c
3699         * src/procmsg.c
3700         * src/procmsg.h
3701         * src/send_message.c
3702         * src/summaryview.c
3703         * src/toolbar.c
3704                 Apply bug #964's patch (Queue and drafts aren't normal)
3705                 The Drafts and Queue folder now contain RFC-822 files,
3706                 allowing to move and copy mails from and to these 
3707                 folders. Moving from Drafts to Queue will prepare the
3708                 mail for sending (PGP signature, encryption, etc).
3709                 This patch also rework sending errors handling to try
3710                 to be more helpful.
3711                 Also, allow redefining folder types via the GUI 
3712                 (Folder type in its Properties)
3713
3714 2006-06-12 [colin]      2.3.0cvs4
3715
3716         * src/summaryview.c
3717         * src/prefs_common.c
3718         * src/prefs_common.h
3719         * src/gedit-print.c
3720                 Allow to define a specific print font - patch
3721                 by Bernhard Walle <bernhard.walle@gmx.de>
3722         * src/prefs_fonts.c
3723         * manual/advanced.xml
3724         * manual/fr/advanced.xml
3725                 Add a hidden pref to allow deletion without
3726                 confirmation
3727
3728 2006-06-12 [wwp]        2.3.0cvs3
3729
3730         * .cvsignore
3731                 more files to ignore.
3732
3733 2006-06-12 [wwp]        2.3.0cvs2
3734
3735         * src/quote_fmt.c
3736         * src/quote_fmt_lex.l
3737         * src/quote_fmt_parse.y
3738                 extend the quote_fmt parser (templates and quotes):
3739                 - allow limited sub-expressions in |p{} and |f{} expressions,
3740                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3741                 - implemented/fixed missing implementation of query_references and show_references,
3742                 - completed, fixed contents and format of the symbols help dialog,
3743                 - fix some compilation warnings.
3744
3745 2006-06-12 [wwp]        2.3.0cvs1
3746
3747         * manual/advanced.xml
3748         * manual/fr/advanced.xml
3749                 updates in the "templates" section of the manual (eng/fr):
3750                  - be more precise (both versions)
3751                  - completed to match the english reference (fr version)
3752                  - touchups (both versions)
3753
3754 2006-06-12 [paul]       2.3.0
3755
3756         2.3.0 released
3757
3758 2006-06-12 [paul]       2.2.3cvs14
3759
3760         * po/ca.po
3761         * po/cs.po
3762         * po/de.po
3763         * po/el.po
3764         * po/fr.po
3765         * po/it.po
3766         * po/pt_BR.po
3767         * po/sr.po
3768         * po/zh_CN.po
3769                 updated by Miquel Oliete, Tim, Stephan Sachse,
3770                 Stavros Giannouris, Fabien Vantard, Andrea
3771                 Spadaccini, Frederico Goncalves Guimaraes,
3772                 Aleksandar Urosevic, and Ralgh Young
3773
3774 2006-06-12 [colin]      2.2.3cvs13
3775
3776         * src/mbox.c
3777                 Add missing header
3778
3779 2006-06-11 [colin]      2.2.3cvs12
3780
3781         * src/msgcache.c
3782                 Verify that g_malloc() succeeded
3783
3784 2006-06-11 [colin]      2.2.3cvs11
3785
3786         * src/wizard.c
3787                 Add Face header to welcome mail
3788
3789 2006-06-10 [colin]      2.2.3cvs10
3790
3791         * src/textview.c
3792                 Revert previous (Forgot it changes the
3793                 margin on the whole mail)
3794
3795 2006-06-10 [colin]      2.2.3cvs9
3796
3797         * src/textview.c
3798                 Don't overlap long headers under (X-)Face
3799
3800 2006-06-10 [mones]      2.2.3cvs8
3801
3802         * manual/xml2pdf
3803                 allow generation of manual on systems lacking saxon binary
3804                 but with java and the saxon library installed
3805
3806         * po/es.po
3807                 updated for release
3808
3809 2006-06-09 [colin]      2.2.3cvs7
3810
3811         * src/summaryview.c
3812                 Fix leak when using Display Sender using Addressbook
3813
3814 2006-06-09 [colin]      2.2.3cvs6
3815
3816         * src/compose.c
3817         * src/folder.c
3818         * src/folderview.c
3819         * src/mimeview.c
3820         * src/summaryview.c
3821                 More leaks fixes
3822
3823 2006-06-09 [paul]       2.2.3cvs5
3824
3825         * AUTHORS
3826         * src/gtk/authors.h
3827         * tools/claws.i18n.status.pl
3828                 updated with new info
3829
3830 2006-06-09 [paul]       2.2.3cvs4
3831
3832         * README
3833                 updated
3834         * manual/ack.xml
3835                 add wwp to authors list
3836         * src/gtk/authors.h
3837                 update mine and Colin's addresses
3838
3839 2006-06-08 [colin]      2.2.3cvs3
3840
3841         * src/etpan/imap-thread.c
3842                 Fix leak on SSL cert check
3843
3844 2006-06-08 [colin]      2.2.3cvs2
3845
3846         * src/common/utils.c
3847                 Fix leak
3848
3849 2006-06-08 [paul]       2.2.3cvs1
3850
3851         * configure.ac
3852                 Update version number following
3853                 stable release
3854
3855 2006-06-07 [colin]      2.2.2cvs3
3856
3857         * src/msgcache.c
3858                 Fix catching cache read errors (guint instead of gint)
3859                 Prevent malloc'ing more than 8MB (means cache corruption)
3860
3861 2006-06-07 [paul]       2.2.2cvs2
3862
3863         * src/exporthtml.c
3864         * src/exportldif.c
3865         * src/mh.c
3866         * src/mutt.c
3867         * src/pine.c
3868         * src/common/utils.c
3869                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3870                 obey $HOME'
3871                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3872                 Thanks to Colin
3873
3874 2006-06-06 [paul]       2.2.2cvs1
3875
3876         * configure.ac
3877                 Update version number following
3878                 stable release
3879
3880 2006-06-06 [paul]       2.2.1cvs6
3881
3882         * src/matcher.c
3883                 fix  implicit declaration of
3884                 sylpheed_do_idle()
3885                 Patch by Fabien Vantard
3886
3887 2006-06-06 [paul]       2.2.1cvs5
3888
3889         * src/matcher.c
3890                 fix age_greater and age_lower so that they
3891                 mean what say and not '...or equal to'
3892                 Thanks to Colin
3893
3894 2006-06-06 [paul]       2.2.1cvs4
3895
3896         * src/textview.c
3897         * src/common/utils.c
3898                 fix URI check
3899                 Thanks to Colin
3900
3901 2006-06-05 [wwp]        2.2.1cvs3
3902
3903         * manual/fr/account.xml
3904                 minor language fixes (thanks to Fabien Vantard).
3905
3906 2006-06-05 [colin]      2.2.1cvs2
3907
3908         * src/prefs_folder_item.c
3909         * src/folderview.c
3910                 Allow recursive setting of properties 
3911                 for whole mailboxes
3912         * src/matcher.c
3913                 Don't freeze on 'test' filtering rule
3914
3915 2006-06-05 [colin]      2.2.1cvs1
3916
3917         * configure.ac
3918                 Update version number following
3919                 stable release
3920
3921 2006-06-04 [wwp]        2.2.0cvs82
3922
3923         * manual/glossary.xml
3924         * manual/account.xml
3925         * manual/fr/glossary.xml
3926         * manual/fr/account.xml
3927                 added glossary section and references/links related to the Face custom header.
3928
3929 2006-06-04 [colin]      2.2.0cvs81
3930
3931         * src/summaryview.c
3932                 Skip to next message on move with no
3933                 immediate execution
3934
3935 2006-06-04 [wwp]        2.2.0cvs80
3936
3937         * manual/xml2pdf
3938                 added sanity checks, exit when needed.
3939
3940 2006-06-03 [paul]       2.2.0cvs79
3941
3942         * src/prefs_receive.c
3943                 page name is now 'Receiving'
3944         * src/prefs_send.c
3945                 page name is now 'Sending'
3946
3947 2006-06-03 [colin]      2.2.0cvs78
3948
3949         * src/plugins/spamassassin/spamassassin_gtk.c
3950                 Autoswitch to Localhost if transport was previously
3951                 disabled. Else people had to check [] Enable, then
3952                 *reselect* transport.
3953
3954 2006-06-03 [colin]      2.2.0cvs77
3955
3956         * src/plugins/pgpinline/pgpinline.c
3957         * src/plugins/pgpmime/pgpmime.c
3958                 Check that gpg_data_release_and_get_mem 
3959                 didn't fail (now, why this happens...)
3960
3961 2006-06-03 [colin]      2.2.0cvs76
3962
3963         * src/mbox.c
3964                 Fix bug #962 (Manual and/or UI should 
3965                 warn about incompatible locking 
3966                 causing dataloss)
3967
3968 2006-06-02 [cleroy]     2.2.0cvs75
3969
3970         * src/filtering.c
3971         * src/folder.c
3972         * src/procmsg.c
3973         * src/summaryview.c
3974                 Fix a few leaks
3975
3976 2006-06-02 [colin]      2.2.0cvs74
3977
3978         * src/main.c
3979                 On exit, free caches after writing them
3980                 Shuts up some valgrind false positives
3981         * src/procmsg.c
3982         * src/send_message.c
3983                 Fix races when reusing existing SMTP connections
3984                 Fix inexistant session timeout
3985         * src/toolbar.c
3986                 Display alertpanel after all queues have
3987                 been processed, not after each
3988
3989 2006-06-02 [wwp]        2.2.0cvs73
3990
3991         * manual/fr/glossary.xml
3992         * manual/fr/ack.xml
3993         * manual/ack.xml
3994                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3995
3996 2006-06-02 [wwp]        2.2.0cvs72
3997
3998         * manual/xml2pdf
3999         * manual/dist/pdf/Makefile.am
4000         * manual/dtd/manual.xsl
4001         * manual/fr/dist/pdf/Makefile.am
4002         * manual/pl/dist/pdf/Makefile.am
4003                 we changed the procedure to generate the .pdf version of the manual.
4004                 The procedure is more modern and the .pdf we get now has a valid index.
4005                 Here are the new pre-requisites:
4006
4007                 - JRE 1.x (1.4 here): there must be one from your distro
4008                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
4009                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
4010                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
4011
4012                 See my posts for further info about the installation of this toolchain:
4013
4014                 Date: Fri, 19 May 2006 19:40:06 +0200
4015                 From: wwp <subscript@free.fr>
4016                 To: sylpheed-claws-devel@lists.sourceforge.net
4017                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
4018
4019                 and
4020
4021                 Date: Wed, 24 May 2006 12:58:49 +0200
4022                 From: wwp <subscript@free.fr>
4023                 To: sylpheed-claws-devel@lists.sourceforge.net
4024                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
4025
4026 2006-06-01 [colin]      2.2.0cvs71
4027
4028         * src/compose.c
4029                 Better guards against IMAP races
4030         * src/main.c
4031         * src/prefs_common.c
4032         * src/prefs_common.h
4033         * src/common/ssl_certificate.c
4034         * src/etpan/imap-thread.c
4035         * src/etpan/imap-thread.h
4036         * src/gtk/sslcertwindow.c
4037                 New hidden option ssl_skip_cert_check to 
4038                 avoid dups of bug #959 (libetpan linked
4039                 against gnutls and gnutls buggy on 64bit)
4040                 Present expired warning only once per
4041                 session/server.
4042         * manual/advanced.xml
4043         * manual/fr/advanced.xml
4044                 Document new option
4045
4046 2006-06-01 [wwp]        2.2.0cvs70
4047
4048         * src/messageview.c
4049                 fix for bug #961 (return receipt dialog 
4050                 complains incorrectly about return-path 
4051                 email adress being different), thanks 
4052                 to Colin.
4053
4054 2006-05-31 [cleroy]     2.2.0cvs69
4055
4056         * src/common/ssl.c
4057                 Guard against NULLs, although this
4058                 should never be an issue
4059
4060 2006-05-31 [colin]      2.2.0cvs68
4061
4062         * src/filtering.c
4063                 Use g_slist_prepend
4064         * src/imap.c
4065                 Don't remove caches when destroying folder, it
4066                 could (should) be done at exit
4067         * src/inc.c
4068                 free processing cache after incorporation
4069         * src/etpan/imap-thread.c
4070                 Maybe fix bug #959 (Crash on moving to emails 
4071                 to a imap account per ssl with a expired 
4072                 certificate.)
4073
4074 2006-05-30 [colin]      2.2.0cvs67
4075
4076         * src/summaryview.c
4077                 Put back event flush when displaying message
4078                 It avoids reading a bunch of messages just
4079                 by hitting shift-n for too long ;)
4080
4081 2006-05-29 [colin]      2.2.0cvs66
4082
4083         * src/summaryview.c
4084                 Remove useless g_warnings
4085
4086 2006-05-29 [colin]      2.2.0cvs65
4087
4088         * src/imap.c
4089                 Fix g_slist_append()s for performance
4090
4091 2006-05-29 [colin]      2.2.0cvs64
4092
4093         * src/compose.c
4094         * src/common/utils.c
4095                 Fix extraneous tab at start of addresses
4096         * src/mainwindow.c
4097                 Fix warnings (thanks to Fabien)
4098                 Fix crash at exit when composing messages 
4099                 exist
4100         * src/pop.c
4101                 Fix progress bar when deleting expired mails
4102                 Thanks to Hiro
4103         * src/summaryview.c
4104         * src/gtk/gtksctree.c
4105                 Fix re-sorting slowness
4106
4107 2006-05-29 [paul]       2.2.0cvs63
4108
4109         * src/mh.c
4110                 fetch full message when moving mails
4111                 from another mailbox, (fixed data loss
4112                 when filtering from IMAP to MH, introduced
4113                 in 2.2.0cvs57).
4114                 Thanks to Colin
4115
4116 2006-05-29 [mones]      2.2.0cvs62
4117
4118         * src/gtk/gtksctree.c
4119                 Unselect faster (patch by Colin)        
4120
4121 2006-05-26 [colin]      2.2.0cvs61
4122
4123         * src/summaryview.c
4124                 Unplug MSGINFO_UPDATE callback on delete too.
4125
4126 2006-05-26 [colin]      2.2.0cvs60
4127
4128         * src/foldersel.c
4129                 Fix bold in folder selection window with glib2.10
4130                 thanks Hiro
4131
4132 2006-05-26 [colin]      2.2.0cvs59
4133
4134         * src/procheader.c
4135                 Convert date only if necessary (and don't
4136                 try to convert from utf8 to utf8, too)
4137         * src/summaryview.c
4138                 Only set column's text if the column's 
4139                 displayed
4140
4141 2006-05-26 [colin]      2.2.0cvs58
4142
4143         * src/summaryview.c
4144         * src/gtk/gtkutils.c
4145                 Fix useless warning
4146
4147 2006-05-26 [colin]      2.2.0cvs57
4148
4149         * src/mainwindow.c
4150                 Make summaryview selectable as long as 
4151                 no message has focus
4152         * src/mh.c
4153                 Faster deletion (by implementing mh_remove_msgs)
4154                 Faster copy (avoid using mh_fetch_msg just to get
4155                 the filename)
4156                 Faster move (using move_file instead of copy_file
4157                 if MSG_IS_MOVE)
4158                 No progressbar if total number of mails to cp/mv 
4159                 is less than 100
4160         * src/summaryview.c
4161                 Fix removal from subject_table when mail gets moved
4162                 Faster deletion (g_slist_prepend instead of append)
4163         * src/gtk/gtksctree.c
4164                 Remove useless code
4165
4166 2006-05-25 [colin]      2.2.0cvs56
4167
4168         * src/common/ssl_certificate.c
4169                 Fix leak in expired cert check
4170
4171 2006-05-25 [colin]      2.2.0cvs55
4172
4173         * src/mh.c
4174                 Disable flags syncing on .mh_sequences - it
4175                 is buggy and marks mails read under unknown
4176                 conditions.
4177
4178 2006-05-25 [paul]
4179
4180         * 2.3.0-rc4 released
4181
4182 2006-05-24 [colin]      2.2.0cvs54
4183
4184         attention cvs users: if you manage to crash
4185         Sylpheed-Claws while moving, copying or deleting
4186         mails, we *are* interested in stack traces and
4187         valgrind logs. It looks stable, but one never
4188         knows...
4189
4190         * src/folder.c
4191                 Add progressbar for cache updates
4192         * src/folderutils.c
4193                 Optimize Mark all read in the current
4194                 folder
4195         * src/mh.c
4196                 Add progressbar for copy/move
4197         * src/procmsg.c
4198                 Optimize O(n^2) in copy/move
4199         * src/summaryview.c
4200         * src/gtk/gtksctree.c
4201                 Optimize O(n^2) algos
4202         * src/common/timing.h
4203                 Display ms instead of us
4204
4205 2006-05-24 [wwp]        2.2.0cvs53
4206
4207         * manual/fr/advanced.xml
4208                 updates to the French manual.
4209
4210 2006-05-24 [wwp]        2.2.0cvs52
4211
4212         * src/common/utils.c
4213                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4214
4215 2006-05-24 [wwp]        2.2.0cvs51
4216
4217         * src/folderutils.c
4218                 fixed "mark all read" in MH folders (thanks to Colin).
4219
4220 2006-05-24 [paul]       2.2.0cvs50
4221
4222         * doc/man/sylpheed-claws.1
4223                 updated the man page
4224
4225 2006-05-23 [colin]      2.2.0cvs49
4226
4227         * src/folderview.c
4228         * src/imap.c
4229         * src/inc.c
4230         * src/mbox.c
4231         * src/messageview.c
4232         * src/news.c
4233         * src/send_message.c
4234         * src/summaryview.c
4235         * src/gtk/sslcertwindow.c
4236                 alertpanel fixes, by Fabien
4237
4238 2006-05-23 [colin]      2.2.0cvs48
4239
4240         * src/folder.c
4241         * src/folderview.c
4242         * src/msgcache.c
4243         * src/summaryview.c
4244         * src/gtk/gtksctree.c
4245         * src/gtk/gtksctree.h
4246                 More timings
4247                 Fix slow loading problem, which was caused by the
4248                 use of some gtk_ctree funcs and their use of
4249                 g_list_position while gtk_ctree_(un)link'ing.
4250                 Reap more functions from gtkctree.c to be sure we
4251                 use our (fast) version instead of theirs.
4252         * src/mh.c
4253                 Fix copy of unread mails
4254
4255
4256 2006-05-22 [wwp]        2.2.0cvs47
4257
4258         * manual/fr/advanced.xml
4259                 updated.
4260
4261 2006-05-22 [colin]      2.2.0cvs46
4262
4263         * src/filtering.c
4264                 Fix possible infinite loop. 'copy' is not a 
4265                 final action, so when encountering a 'copy',
4266                 we have to check if a previous one was set
4267                 and do it. In the same way, if we encounter
4268                 a 'move' we have to perform a possibly 
4269                 pending 'copy'. This will slow down filtering
4270                 on IMAP if move+copy or multiple copy actions
4271                 are to be done, but handling it via the batch
4272                 would be really too convoluted.
4273
4274 2006-05-22 [wwp]        2.2.0cvs45
4275
4276         * manual/fr/advanced.xml
4277         * manual/fr/faq.xml
4278         * manual/fr/glossary.xml
4279         * manual/fr/handling.xml
4280         * manual/fr/intro.xml
4281         * manual/fr/plugins.xml
4282         * manual/fr/sylpheed-claws-manual.xml
4283                 sync w/ the english manual: updates URIs, documented mailing-list
4284                 support, better explanation about the enabled/disabled feature
4285                 in filtering/processing rules by Paul.
4286
4287 2006-05-21 [colin]      2.2.0cvs44
4288
4289         * src/summaryview.c
4290                 Don't expand after building threads, but during
4291
4292 2006-05-21 [colin]      2.2.0cvs43
4293
4294         * src/procmsg.c
4295         * src/summaryview.c
4296                 More timing possibilities... For next time I have 
4297                 to find out how the hell some 3GHz computer takes
4298                 one minute to open a 30k folder...
4299
4300 2006-05-21 [colin]      2.2.0cvs42
4301
4302         * manual/pl/advanced.xml
4303         * manual/pl/faq.xml
4304         * manual/pl/glossary.xml
4305         * manual/pl/handling.xml
4306         * manual/pl/intro.xml
4307         * manual/pl/plugins.xml
4308         * manual/pl/sylpheed-claws-manual.xml
4309                 Polish manual updated by Pawel
4310
4311 2006-05-20 [colin]
4312
4313         * 2.3.0-rc3 released
4314
4315 2006-05-20 [colin]      2.2.0cvs41
4316
4317         * src/imap.c
4318                 Fix -rc2 problems:
4319                 - remove cache of moved messages from original folder
4320                 - apply new flags to messages even if they aren't appliable
4321                   via IMAP.
4322
4323 2006-05-20 [colin]
4324
4325         * 2.3.0-rc2 released
4326
4327 2006-05-19 [colin]      2.2.0cvs40
4328
4329         * src/imap.c
4330                 Don't issue SELECT in imap_change_flags
4331                 before having checked that we indeed have
4332                 some flags to change. MSG_POSTFILTERED for
4333                 example can't be used on IMAP.
4334                 Fixes bug #955 (copying messages between 
4335                 imap folders is extremely slow), which was
4336                 a regression.
4337
4338 2006-05-19 [colin]      2.2.0cvs39
4339
4340         * src/folder.c
4341         * src/folder.h
4342         * src/folderview.c
4343                 Try to fix bug #830 (Some unread messages 
4344                 get marked read in IMAP inbox):
4345                 - Prevent scanning a folder if it's being 
4346                   opened via the GUI
4347                 - Postpone opening via the GUI of a folder
4348                   currently scanned.
4349
4350
4351 2006-05-19 [wwp]        2.2.0cvs38
4352
4353         * manual/advanced.xml
4354                 fix English+typo (thanks to Paul).
4355
4356 2006-05-19 [wwp]        2.2.0cvs37
4357
4358         * manual/advanced.xml
4359         * manual/fr/advanced.xml
4360         * src/gtk/logwindow.c
4361         * src/prefs_common.c
4362         * src/prefs_common.h
4363                 added hidden prefs to allow customization of colors used in
4364                 protocol log window (useful for dark gtk+ themes).
4365
4366 2006-05-19 [wwp]        2.2.0cvs36
4367
4368         * ChangeLog
4369                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4370
4371 2006-05-19 [paul]       2.2.0cvs35
4372
4373         * src/textview.c
4374                 make Reply-To fully clickable
4375         * src/gtk/logwindow.c
4376                 more colouring (SMTP ESMTP)
4377         Both patches by Pawel Pekala
4378
4379 2006-05-19 [cleroy]     2.2.0cvs34
4380
4381         * src/mh.c
4382                 Don't update flags from current folder
4383                 Probably fixes bug #935 (Read Messages 
4384                 Revert to Being Marked as Unread)
4385
4386 2006-05-18 [colin]      2.2.0cvs33
4387
4388         * src/imap.c
4389                 Warning fix
4390         * src/compose.c
4391         * src/mainwindow.c
4392         * src/summaryview.c
4393         * src/toolbar.c
4394                 Allow replying to multiple emails
4395                 in multiple windows
4396         * src/mimeview.c
4397         * src/etpan/imap-thread.c
4398                 Leak fixes
4399
4400 2006-05-18 [paul]       2.2.0cvs32
4401
4402         * src/summaryview.c
4403                 keep Mailing-List menu refreshed
4404                 Thanks to Colin
4405
4406 2006-05-18 [paul]       2.2.0cvs31
4407
4408         * manual/advanced.xml
4409         * manual/faq.xml
4410         * manual/glossary.xml
4411         * manual/handling.xml
4412         * manual/intro.xml
4413         * manual/plugins.xml
4414         * manual/sylpheed-claws-manual.xml
4415                 update URLs
4416                 add info about mailing-list support
4417                 edit filtering info
4418         * src/wizard.c
4419         * src/common/defs.h
4420         * src/gtk/about.c
4421         * src/plugins/dillo_viewer/README
4422                 update URLs
4423
4424 2006-05-17 [wwp]        2.2.0cvs30
4425
4426         * manual/handling.xml
4427         * manual/fr/handling.xml
4428                 documented the ability to enabled/disable filtering/processing rules.
4429
4430 2006-05-17 [colin]      2.2.0cvs29
4431
4432         * src/main.c
4433                 Don't initialize g_thread subsystem if it's 
4434                 already done (thanks to Hiro)
4435         * src/mimeview.c
4436                 Fix saving of parts when there name can't be
4437                 converted from UTF-8.
4438
4439 2006-05-17 [paul]       2.2.0cvs28
4440
4441         * po/Makefile.in.in
4442                 fix config.status warning with autoconf 2.60
4443
4444 2006-05-17 [paul]       2.2.0cvs27
4445
4446         * po/POTFILES.in
4447                 add src/mbox.c
4448
4449 2006-05-17 [wwp]        2.2.0cvs26
4450
4451         * src/mainwindow.c
4452                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4453
4454 2006-05-17 [wwp]        2.2.0cvs25
4455
4456         * src/plugins/demo/demo.c
4457                 updated product name in plugin demo (many plugins need to be
4458                 sync'ed w/ that change).
4459
4460 2006-05-17 [colin]      2.2.0cvs24
4461
4462         * src/mh.c
4463                 Fix leak
4464
4465 2006-05-16 [colin]      2.2.0cvs23
4466
4467         * src/mainwindow.c
4468                 Stupid me hit again. Fix cvs22.
4469
4470 2006-05-16 [colin]      2.2.0cvs22
4471
4472         * src/mainwindow.c
4473                 Fix bug #922 (sylpheed-claws crashed after 
4474                 pushing on Inbox folder)
4475
4476 2006-05-16 [colin]      2.2.0cvs21
4477
4478         * src/compose.c
4479                 Make From header be copy/paste/select-able
4480
4481 2006-05-16 [wwp]        2.2.0cvs20
4482
4483         * src/export.c
4484         * src/matcher.c
4485         * src/summaryview.c
4486         * src/etpan/imap-thread.c
4487                 fix some compiler warnings (thanks to Colin).
4488
4489 2006-05-16 [wwp]        2.2.0cvs19
4490
4491         * src/action.c
4492         * src/gedit-print.c
4493         * src/inc.c
4494         * src/mainwindow.c
4495         * src/mh.c
4496         * src/statusbar.c
4497         * src/send_message.c
4498         * src/summaryview.c
4499                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4500
4501 2006-05-15 [colin]      2.2.0cvs18
4502
4503         * src/procmsg.c
4504                 Fix automatic rule creation with List-Post
4505
4506 2006-05-15 [paul]       2.2.0cvs17
4507
4508         * tools/filter_conv_new.pl
4509                 updated for rule enabling/disabling
4510                 claws version >= 2.3.x required
4511
4512 2006-05-15 [cleroy]     2.2.0cvs16
4513
4514         * src/main.c
4515                 Revert test
4516
4517 2006-05-15 [cleroy]     2.2.0cvs15
4518
4519         * src/main.c
4520                 test
4521
4522 2006-05-15 [wwp]        2.2.0cvs14
4523
4524         * manual/pl/.cvsignore
4525                 ignore generated files.
4526
4527 2006-05-14 [wwp]        2.3.0-rc1
4528
4529         * 2.3.0-rc1 released
4530
4531 2006-05-13 [wwp]        2.2.0cvs13
4532
4533         * src/filtering.c
4534         * src/filtering.h
4535         * src/matcher.c
4536         * src/matcher_parser_lex.l
4537         * src/matcher_parser_parse.y
4538         * src/prefs_filtering.c
4539                 new feature: provide the ability to disable filtering and processing
4540                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4541                 adaptations.
4542
4543 2006-05-13 [colin]      2.2.0cvs12
4544
4545         * src/compose.c
4546                 Remove useless if (a) b; else b;
4547                 Thanks to wwp
4548
4549 2006-05-13 [wwp]        2.2.0cvs11
4550
4551         * src/export.c
4552         * src/import.c
4553         * src/mainwindow.c
4554         * src/mbox.c
4555         * src/summaryview.c
4556         * src/summaryview.h
4557                 no more silent failures (or at least less ones) when importing
4558                 or exporting from/to mbox. Also start importing/exporting if
4559                 the necessary info is set.
4560
4561 2006-05-13 [wwp]        2.2.0cvs10
4562
4563         * RELEASE_NOTES
4564                 restored up-to-date release notes.
4565
4566 2006-05-13 [paul]       2.2.0cvs9
4567
4568         * po/nl.po
4569         * po/ru.po
4570                 updated by Tim Dijkstra and Pavlo Bohmat
4571
4572 2006-05-12 [colin]      2.2.0cvs8
4573
4574         * src/gtk/quicksearch.c
4575                 Add "k" as shortcut for "colorlabel". Patch
4576                 by ath42@users.sf.net.
4577
4578 2006-05-12 [paul]       2.2.0cvs7
4579
4580         * src/prefs_common.h
4581         * src/prefs_summaries.c
4582         * src/summaryview.c
4583                 when entering a folder also allow
4584                 going directly to first Marked message
4585
4586 2006-05-12 [paul]       2.2.0cvs6
4587
4588         * src/summaryview.c
4589                 always obey 'confirm before marking all
4590                 mails read' option
4591
4592 2006-05-12 [paul]       2.2.0cvs5
4593
4594         * src/textview.c
4595                 make Sender fully clickable
4596
4597 2006-05-12 [colin]      2.2.0cvs4
4598
4599         * src/compose.c
4600         * src/compose.h
4601                 Let From be editable
4602         * src/main.c
4603         * src/mh.c
4604                 Full support of .mh_sequences' Unseen seq
4605
4606 2006-05-12 [colin]      2.2.0cvs3
4607
4608         * src/folder.c
4609         * src/mainwindow.c
4610         * src/mainwindow.h
4611         * src/messageview.c
4612         * src/prefs_spelling.c
4613         * src/procheader.c
4614         * src/procmsg.c
4615         * src/procmsg.h
4616         * src/summaryview.c
4617         * src/toolbar.c
4618         * src/toolbar.h
4619                 Add contextual menu on Compose toolbar
4620                 button. Fixes bug #944 (Automatic
4621                 addresses not applied when changing account
4622                 from compose window)
4623                 add Mailing List support
4624                 based on the old 0.6.5claws25 patch by
4625                 Melvin Hadasht, with finishing touches
4626                 by Colin
4627                 Fix "ignore thread" when mails are threaded by
4628                 subject (and weren't ignored although appearing
4629                 in the thread).
4630                 GUI rework.
4631                 Both patches by Pawel.
4632
4633 2006-05-08 [paul]       2.2.0cvs2
4634
4635         * src/mainwindow.c
4636         * src/mainwindow.h
4637         * src/messageview.c
4638         * src/procheader.c
4639         * src/procmsg.c
4640         * src/procmsg.h
4641         * src/summaryview.c
4642                 add Mailing List support
4643                 based on the old 0.6.5claws25 patch by 
4644                 Melvin Hadasht, with finishing touches
4645                 by Colin
4646
4647 2006-05-08 [colin]      2.2.0cvs1
4648
4649         * src/mainwindow.c
4650         * src/toolbar.c
4651         * src/toolbar.h
4652                 Add contextual menu on Compose toolbar 
4653                 button. Fixes bug #944 (Automatic 
4654                 addresses not applied when changing account 
4655                 from compose window)
4656
4657 2006-05-08 [paul]       2.2.0
4658
4659         2.2.0 released
4660
4661 2006-05-08 [paul]       2.1.1cvs51
4662
4663         * po/cs.po
4664         * po/de.po
4665         * po/en_GB.po
4666         * po/fi.po
4667         * po/fr.po
4668         * po/pt_BR.po
4669         * po/sr.po
4670         * po/zh_CN.po
4671                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4672                 Fabien Vantard, Frederico Goncalves Guimaraes,
4673                 Aleksandar Urosevic, and Ralgh Young
4674
4675 2006-05-12 [colin]      2.1.1cvs50
4676
4677         * po/cs.po
4678         * po/de.po
4679         * po/en_GB.po
4680         * po/es.po
4681         * po/fi.po
4682         * po/fr.po
4683         * po/pt_BR.po
4684         * po/sr.po
4685         * po/zh_CN.po
4686                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4687                 Fabien Vantard, Frederico Goncalves Guimaraes,
4688                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4689
4690 2006-05-05 [colin]      2.1.1cvs49
4691
4692         * manual/Makefile.am
4693         * manual/pl/Makefile.am
4694         * manual/pl/account.xml
4695         * manual/pl/ack.xml
4696         * manual/pl/addrbook.xml
4697         * manual/pl/advanced.xml
4698         * manual/pl/faq.xml
4699         * manual/pl/glossary.xml
4700         * manual/pl/gpl.xml
4701         * manual/pl/handling.xml
4702         * manual/pl/intro.xml
4703         * manual/pl/keyboard.xml
4704         * manual/pl/plugins.xml
4705         * manual/pl/starting.xml
4706         * manual/pl/sylpheed-claws-manual.xml
4707         * manual/pl/dist/.cvsignore
4708         * manual/pl/dist/Makefile.am
4709         * manual/pl/dist/html/.cvsignore
4710         * manual/pl/dist/html/Makefile.am
4711         * manual/pl/dist/pdf/.cvsignore
4712         * manual/pl/dist/pdf/Makefile.am
4713         * manual/pl/dist/ps/.cvsignore
4714         * manual/pl/dist/ps/Makefile.am
4715         * manual/pl/dist/txt/.cvsignore
4716         * manual/pl/dist/txt/Makefile.am
4717                 Add the polish translation of the manual,
4718                 Authored by Pawel Pekala.
4719
4720 2006-05-05 [cleroy]     2.1.1cvs48
4721
4722         * src/main.c
4723                 Re-read matcherrc after loading plugins 
4724                 if some of them add folders.
4725
4726 2006-05-03 [colin]      2.1.1cvs47
4727
4728         * src/imap.c
4729                 I'm idiot
4730
4731 2006-05-03 [colin]      2.1.1cvs46
4732
4733         * src/imap.c
4734                 Be sure to have a session when
4735                 getting separator
4736
4737 2006-05-03 [colin]      2.1.1cvs45
4738
4739         * src/imap.c
4740         * src/imap.h
4741         * src/imap_gtk.c
4742                 Fix preventing renaming with namespace 
4743                 separator.
4744
4745 2006-05-01 [colin]      2.1.1cvs44
4746
4747         * src/action.c
4748                 Don't reload messageview when result of
4749                 action is piped.
4750
4751 2006-04-29 [colin]      2.1.1cvs43
4752
4753         * src/prefs_receive.c
4754         * src/plugins/spamassassin/spamassassin_gtk.c
4755         * src/plugins/clamav/clamav_plugin_gtk.c
4756                 GUI fixes by Pawel
4757
4758 2006-04-29 [colin]      2.1.1cvs42
4759
4760         * src/prefs_compose_writing.c
4761         * src/prefs_quote.c
4762                 Cleanups. Patch by Pawel
4763
4764 2006-04-28 [paul]       2.1.1cvs41
4765
4766         * src/matcher.c
4767                 fix returned quick search results when search
4768                 term contains an underscore.
4769                 Thanks to Colin
4770
4771 2006-04-28 [paul]       2.1.1cvs40
4772
4773         * src/prefs_message.c
4774         * src/prefs_receive.c
4775                 GUI cleanups
4776                 Patches by Pawel Pekala
4777
4778 2006-04-27 [colin]      2.1.1cvs39
4779
4780         * src/wizard.c
4781                 Differentiate subject Welcome from
4782                 window's title Welcome
4783
4784 2006-04-27 [paul]
4785
4786         2.2.0-rc1 released
4787
4788 2006-04-27 [paul]       2.1.1cvs38
4789
4790         * manual/advanced.xml
4791         * manual/fr/advanced.xml
4792                 add info about compose_no_markup hidden pref
4793
4794 2006-04-27 [paul]       2.1.1cvs37
4795
4796         * src/prefs_account.c
4797                 improve privacy labels
4798         * src/prefs_msg_colors.c
4799                 change some strings for translators' convenience
4800         * src/gtk/gtkutils.c
4801                 don't underline the link button text
4802
4803 2006-04-25 [colin]      2.1.1cvs36
4804
4805         * src/folder.c
4806                 Complete 2.1.1cvs33 (once more ;)
4807
4808 2006-04-25 [colin]      2.1.1cvs35
4809
4810         * src/editldap.c
4811                 Fix tooltip
4812
4813 2006-04-25 [cleroy]     2.1.1cvs34
4814
4815         * src/compose.c
4816         * src/gtk/gtkaspell.c
4817                 Fix crash on redirect (related to the return 
4818                 of the aspell menu in compose's toolbar)
4819         * src/prefs_msg_colors.c
4820                 Fix sensitivity widgets
4821         * src/image_viewer.c
4822         * src/gtk/pluginwindow.c
4823         * src/gtk/prefswindow.c
4824                 Change released signals to clicked (Fabien)
4825         * po/POTFILES.in
4826         * src/common/socket.c
4827         * src/plugins/spamassassin/spamassassin.c
4828                 Translate strings (Fabien)
4829
4830 2006-04-25 [paul]       2.1.1cvs33
4831
4832         * src/folder.c
4833         * src/folder.h
4834         * src/folderview.c
4835                 complete the fix of bug #912
4836                 Thanks to Colin
4837
4838 2006-04-25 [colin]      2.1.1cvs32
4839
4840         * src/news.c
4841                 Better progress bar
4842         * src/mimeview.c
4843         * src/summaryview.c
4844         * src/summaryview.h
4845                 Fix focus chain
4846                 Patches by Pawel Pekala
4847
4848 2006-04-24 [colin]      2.1.1cvs31
4849
4850         * src/compose.c
4851                 Fix compilation warnings (Fabien)
4852
4853 2006-04-24 [colin]      2.1.1cvs30
4854
4855         * src/addrindex.c
4856         * src/editldap.c
4857         * src/editldap_basedn.c
4858         * src/editldap_basedn.h
4859         * src/ldapctrl.c
4860         * src/ldapctrl.h
4861         * src/ldapquery.c
4862         * src/ldaputil.c
4863         * src/ldaputil.h
4864                 Fix bug #901 (LDAPS support)
4865
4866 2006-04-24 [colin]      2.1.1cvs29
4867
4868         * src/compose.c
4869                 Fix logic on error with send dialog on
4870         * src/imap.c
4871                 Fix compilation without libetpan, thanks
4872                 to Fabien
4873         * src/summaryview.c
4874                 Fix 'context-menu' key
4875
4876 2006-04-23 [colin]      2.1.1cvs28
4877
4878         * src/folder.c
4879                 Never free current's cache to free up 
4880                 memory. Fixes bug #912 (new count 
4881                 randomly set to message count)
4882
4883 2006-04-23 [colin]      2.1.1cvs27
4884
4885         * src/gtk/quicksearch.c
4886                 And remove printf...
4887
4888 2006-04-23 [colin]      2.1.1cvs26
4889
4890         * src/gtk/quicksearch.c
4891                 Fix replacing in quicksearch, and fix inserting
4892                 in the middle of the string. (introduced at 2.1.0cvs22)
4893
4894 2006-04-23 [colin]      2.1.1cvs25
4895
4896         * src/imap.c
4897                 Make sure uidnext is initialized in get_num_list
4898                 (not for stable, related to 2.1.1cvs8 and friends)
4899
4900 2006-04-23 [colin]      2.1.1cvs24
4901
4902         * src/imap.c
4903                 Output something when login is successful
4904                 too
4905
4906 2006-04-23 [colin]      2.1.1cvs23
4907
4908         * src/etpan/imap-thread.c
4909                 Better logging (line-per-line, hide data in fetch)
4910                 Fix a const warning
4911         * src/gtk/logwindow.c
4912         * src/gtk/logwindow.h
4913                 Better logging (color for input/output)
4914
4915 2006-04-21 [colin]      2.1.1cvs22
4916
4917         * src/gtk/quicksearch.c
4918                 On gtk+-2.8, use stock buttons in quicksearch
4919                 Based on a patch by Fabien and a design by Paul
4920
4921 2006-04-21 [colin]      2.1.1cvs21
4922
4923         * src/folderview.c
4924         * src/mainwindow.c
4925                 Fix occasional flicker in folderview
4926         * src/common/utils.c
4927                 Fix bug #943 (Incorrectly parsed email address 
4928                 list in short headers on message view and in 
4929                 printouts)
4930
4931 2006-04-20 [colin]      2.1.1cvs20
4932
4933         * src/imap.c
4934         * src/imap.h
4935         * src/prefs_account.c
4936                 Add ANONYMOUS auth for IMAP
4937
4938 2006-04-20 [paul]       2.1.1cvs19
4939
4940         * src/main.c
4941                 proper fix for 2.1.1cvs18
4942                 Thanks to Colin
4943
4944 2006-04-20 [paul]       2.1.1cvs18
4945
4946         * src/main.c
4947                 fix build warnings
4948
4949 2006-04-20 [paul]       2.1.1cvs17
4950
4951         * src/gtk/quicksearch.c
4952                 fix standard, non-extended Quick search,
4953                 was broken in 2.1.1cvs15.
4954                 Thanks to Colin.
4955
4956 2006-04-20 [colin]      2.1.1cvs16
4957
4958         * src/prefs_matcher.c
4959                 Fix values when reselecting a ~test
4960                 rule
4961
4962 2006-04-19 [colin]      2.1.1cvs15
4963
4964         * src/compose.c
4965         * src/compose.h
4966         * src/gtk/gtkaspell.c
4967         * src/gtk/gtkaspell.h
4968                 Put back Options menu in Spelling/
4969         * src/gtk/quicksearch.c
4970                 Don't search, and show error, if the
4971                 advanced search has a syntax error
4972
4973 2006-04-18 [colin]      2.1.1cvs14
4974
4975         * src/textview.c
4976                 Fix gdk warnings on set_cursor when textview
4977                 isn't visible
4978
4979 2006-04-18 [colin]      2.1.1cvs13
4980
4981         * src/gtk/gtksctree.c
4982                 Remove seemingly useless refresh that causes
4983                 flicker - watch this commit in case of 
4984                 problems before planned backport to stable
4985
4986 2006-04-18 [colin]      2.1.1cvs12
4987
4988         * src/imap.c
4989                 Factorize get/set_xml code
4990         * src/compose.c
4991         * src/prefs_account.c
4992         * src/prefs_account.h
4993         * src/procmsg.c
4994                 Add Encrypt to self option
4995
4996 2006-04-17 [colin]      2.1.1cvs11
4997
4998         * configure.ac
4999                 Fix search on encrpyt function on dragonfly
5000                 Patch by Jonathan Buschmann <jonthn@agmact.com>
5001
5002 2006-04-17 [colin]      2.1.1cvs10
5003
5004         * src/prefs_account.c
5005                 Be safe by default: remove mails from POP3
5006                 after 7 days, not immediately
5007
5008 2006-04-17 [colin]      2.1.1cvs9
5009
5010         * src/etpan/imap-thread.c
5011                 Fix build on DragonFly - patch by 
5012                 Jonathan Buschmann <jonthn@agmact.com>
5013
5014 2006-04-17 [colin]      2.1.1cvs8
5015
5016         * src/imap.c
5017                 Save uidnext between sessions
5018
5019 2006-04-17 [colin]      2.1.1cvs7
5020
5021         * src/imap.c
5022                 scan is required when uid validity changes
5023
5024 2006-04-17 [colin]      2.1.1cvs6
5025
5026         * src/folderview.c
5027                 Don't scan if not necessary, apart in current
5028                 folder and INBOX to fetch flags.
5029         * src/imap.c
5030                 Scan is necessary if unread count changes
5031
5032 2006-04-17 [colin]      2.1.1cvs5
5033
5034         * src/imap.c
5035                 ...But always fetch ANSWERED and DELETED flags for
5036                 INBOX, as filtering can happen on these flags.
5037
5038 2006-04-17 [colin]      2.1.1cvs4
5039
5040         * src/imap.c
5041                 Don't fetch REPLIED and DELETED flags when synchronising
5042                 flags with a closed folder. We only need UNSEEN and FLAGGED
5043                 to update the folderview.
5044
5045 2006-04-17 [colin]      2.1.1cvs3
5046
5047         * src/imap.c
5048                 Faster flag search when there are new mails 
5049                 in a folder. We can do a full search if the 
5050                 folder contains less messages than the new
5051                 list.
5052
5053 2006-04-17 [colin]      2.1.1cvs2
5054
5055         * po/cs.po
5056         * po/de.po
5057         * po/fr.po
5058         * po/nl.po
5059         * po/pt_BR.po
5060                 Update translations from stable branch
5061
5062 2006-04-17 [colin]      2.1.1cvs1
5063
5064         * configure.ac
5065                 Bump version to follow stable release
5066
5067 2006-04-16 [mones]      2.1.0cvs50
5068
5069         * po/es.po
5070                 Updated for release
5071
5072 2006-04-16 [colin]      2.1.0cvs49
5073
5074         * src/textview.c
5075                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
5076                 with gtk < 2.8. Thanks to Fabien Vantard.
5077
5078 2006-04-15 [colin]      2.1.0cvs48
5079
5080         * src/etpan/imap-thread.c
5081                 Fix bug #919 (libetpan: SEGV when connecting 
5082                 using command)
5083
5084 2006-04-14 [colin]      2.1.0cvs47
5085
5086         * src/main.c
5087                 Fix race on --select (should be done better)
5088
5089 2006-04-14 [wwp]        2.1.0cvs46
5090
5091         * src/send_message.c
5092                 enforce a check for domain in account prefs (a sending
5093                 error could be faced if domain was checked but no value set),
5094                 thanks to Colin.
5095
5096 2006-04-14 [colin]      2.1.0cvs45
5097
5098         * src/codeconv.c
5099                 when converting from unknown to unknown, if the
5100                 string is UTF8, don't convert it to the locale
5101                 (which breaks it)
5102
5103 2006-04-14 [colin]      2.1.0cvs44
5104
5105         * src/compose.c
5106                 Don't try to use ASCII for converting headers
5107                 (as done in body)
5108
5109 2006-04-14 [paul]       2.1.0cvs43
5110
5111         * src/crash.c
5112                 add locale/charset info to crash report
5113         * src/gtk/about.c
5114                 add wwp to doc team
5115                 replace 'e-mail' with preferred 'email'
5116         * src/gtk/authors.h
5117                 ensure contributors list is in alphabetical
5118                 order
5119
5120 2006-04-13 [colin]      2.1.0cvs42
5121
5122         * src/textview.c
5123                 Prevent gdk warnings
5124
5125 2006-04-13 [colin]      2.1.0cvs41
5126
5127         * src/common/ssl_certificate.c
5128         * src/common/ssl_certificate.h
5129         * src/gtk/sslcertwindow.c
5130                 Warn on expired certs, and display the expiration date
5131
5132 2006-04-13 [colin]      2.1.0cvs40
5133
5134         * src/plugins/spamassassin/spamassassin_gtk.c
5135                 Fix missing set_text on unix socket
5136
5137 2006-04-13 [wwp]        2.1.0cvs39
5138
5139         * manual/fr/advanced.xml
5140         * manual/fr/glossary.xml
5141                 applied new spam/ham/email lexicon (pourriel, courriel)
5142
5143 2006-04-13 [paul]       2.1.0cvs38
5144
5145         * src/plugins/pgpmime/plugin.c
5146                 remove the mention of S/MIME from the
5147                 description. This is now handled by the
5148                 S/MIME plugin.
5149
5150 2006-04-13 [paul]       2.1.0cvs37
5151
5152         * src/prefs_msg_colors.c
5153                 rework dialog
5154         * src/prefs_folder_item.c
5155         * src/prefs_spelling.c
5156                 add a tooltip to the colour selector buttons
5157
5158 2006-04-13 [wwp]        2.1.0cvs36
5159
5160         * manual/advanced.xml
5161         * manual/glossary.xml
5162         * manual/handling.xml
5163         * manual/keyboard.xml
5164         * manual/plugins.xml
5165         * manual/starting.xml
5166         * manual/fr/account.xml
5167         * manual/fr/ack.xml
5168         * manual/fr/addrbook.xml
5169         * manual/fr/advanced.xml
5170         * manual/fr/faq.xml
5171         * manual/fr/glossary.xml
5172         * manual/fr/gpl.xml
5173         * manual/fr/handling.xml
5174         * manual/fr/intro.xml
5175         * manual/fr/keyboard.xml
5176         * manual/fr/plugins.xml
5177         * manual/fr/starting.xml
5178         * manual/fr/sylpheed-claws-manual.xml
5179                 fixes to the manuals:
5180                  - summaryview -> Message List (same in French)
5181                  - translate key names
5182                  - fix French punctuation, use non-breakable spaces when
5183                    necessary, don't use &thinsp; which is not portable
5184                  - tell what maildir and mbox formats we support
5185
5186 2006-04-12 [wwp]        2.1.0cvs35
5187
5188         * src/prefs_toolbar.c
5189                 unified a replace button more,
5190                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5191
5192 2006-04-12 [wwp]        2.1.0cvs34
5193
5194         * src/prefs_common.c
5195         * src/prefs_msg_colors.c
5196                 make default color labels translatable,
5197                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5198                 thanks to Tim <timbrain@post.cz> for reporting.
5199
5200 2006-04-12 [wwp]        2.1.0cvs33
5201
5202         * manual/glossary.xml
5203         * manual/intro.xml
5204         * manual/plugins.xml
5205         * manual/starting.xml
5206         * manual/sylpheed-claws-manual.xml
5207         * manual/fr/.cvsignore
5208         * manual/fr/account.xml
5209         * manual/fr/ack.xml
5210         * manual/fr/addrbook.xml
5211         * manual/fr/advanced.xml
5212         * manual/fr/faq.xml
5213         * manual/fr/glossary.xml
5214         * manual/fr/handling.xml
5215         * manual/fr/intro.xml
5216         * manual/fr/keyboard.xml
5217         * manual/fr/plugins.xml
5218         * manual/fr/starting.xml
5219         * manual/fr/sylpheed-claws-manual.xml
5220                 various fixes: typos, missing .fr translations, punctuation,
5221                 capitalization, links, accents and some bad French more.
5222
5223 2006-04-12 [wwp]        2.1.0cvs32
5224
5225         * src/prefs_gtk.c
5226                 fix for bug #935: always store prefs files in UTF-8 (thanks
5227                 to Colin).
5228
5229 2006-04-11 [colin]      2.1.0cvs31
5230
5231         * src/compose.c
5232                 Fix inserting files not in utf8 when locale is utf8
5233
5234 2006-04-11 [colin]      2.1.0cvs30
5235
5236         * src/inc.c
5237                 Don't show error dialog when cancelling connection
5238                 Patch by Pawel
5239
5240 2006-04-11 [cleroy]     2.1.0cvs29
5241
5242         * src/compose.c
5243                 Implement multiple quote levels
5244         * src/prefs_common.c
5245                 Change a little bit the quote bgcolor for 2nd level
5246
5247 2006-04-11 [colin]      2.1.0cvs28
5248
5249         * src/gtk/about.c
5250                 Add locale and charset in the label
5251
5252 2006-04-10 [colin]      2.1.0cvs27
5253
5254         * src/compose.c
5255         * src/prefs_common.c
5256         * src/prefs_common.h
5257         * src/prefs_msg_colors.c
5258         * src/textview.c
5259                 Allow optional background color in quotes
5260                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5261                 GTK+-2.8.x feature
5262
5263 2006-04-10 [colin]      2.1.0cvs26
5264
5265         * src/main.c
5266         * src/mainwindow.c
5267         * src/mainwindow.h
5268                 Implement --select
5269
5270 2006-04-10 [colin]      2.1.0cvs25
5271
5272         * manual/plugins.xml
5273         * manual/fr/plugins.xml
5274                 Document libcurl's proxy variables
5275
5276 2006-04-09 [colin]      2.1.0cvs24
5277
5278         * src/prefs_common.c
5279                 gettext() returns statically allocated stuff. We have
5280                 to strdup it in order to be able to free it.
5281
5282 2006-04-09 [colin]      2.1.0cvs23
5283
5284         * AUTHORS
5285         * src/gtk/authors.h
5286                 Add Alexei
5287
5288 2006-04-09 [colin]      2.1.0cvs22
5289
5290         * src/mainwindow.c
5291         * src/gtk/quicksearch.c
5292                 Fix bug #859 (problems with cyrilic input in 
5293                 search panel) - Patch by Alexey Illarionov 
5294                 <littlesavage@rambler.ru>
5295
5296 2006-04-09 [colin]      2.1.0cvs21
5297
5298         * src/prefs_customheader.c
5299                 I prefer removing then freeing rather than the contrary
5300                 (even if it doesn't change anything ;-)
5301         * src/prefs_account.c
5302                 Fix bug #933 (Crash re-entering the custom headers list 
5303                 dialog in accounts prefs)
5304                 The problem happened when cancelling the Account 
5305                 Preferences' dialogs - in which case we didn't do 
5306                 anything to the PrefsAccount * struct. In case of applying,
5307                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5308                 working with in this dialog. The problem is that 
5309                 prefs_customheader.c, working on this tmp_ac_prefs, always
5310                 changes the ->customhdr_list pointer, even when cancelled. 
5311                 So in case of cancelling the prefs_account dialog, we still
5312                 have to update ->customhdr_list in the real account.
5313
5314 2006-04-08 [colin]      2.1.0cvs20
5315
5316         * manual/fr/glossary.xml
5317         * manual/fr/keyboard.xml
5318                 Forgot some headers :)
5319
5320 2006-04-08 [colin]      2.1.0cvs19
5321
5322         * manual/Makefile.am
5323         * manual/fr/Makefile.am
5324         * manual/fr/account.xml
5325         * manual/fr/ack.xml
5326         * manual/fr/addrbook.xml
5327         * manual/fr/advanced.xml
5328         * manual/fr/faq.xml
5329         * manual/fr/glossary.xml
5330         * manual/fr/gpl.xml
5331         * manual/fr/handling.xml
5332         * manual/fr/intro.xml
5333         * manual/fr/keyboard.xml
5334         * manual/fr/plugins.xml
5335         * manual/fr/starting.xml
5336         * manual/fr/sylpheed-claws-manual.xml
5337         * manual/fr/dist/.cvsignore
5338         * manual/fr/dist/Makefile.am
5339         * manual/fr/dist/html/.cvsignore
5340         * manual/fr/dist/html/Makefile.am
5341         * manual/fr/dist/pdf/.cvsignore
5342         * manual/fr/dist/pdf/Makefile.am
5343         * manual/fr/dist/ps/.cvsignore
5344         * manual/fr/dist/ps/Makefile.am
5345         * manual/fr/dist/txt/.cvsignore
5346         * manual/fr/dist/txt/Makefile.am
5347                 Add the french translation of the manual. Thanks to
5348                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5349                 account.xml, ack.xml, addrbook.xml and advanced.xml
5350
5351 2006-04-08 [colin]      2.1.0cvs18
5352
5353         * manual/plugins.xml
5354         * manual/starting.xml
5355                 More fixes
5356
5357 2006-04-07 [colin]      2.1.0cvs17
5358
5359         * manual/faq.xml
5360         * manual/intro.xml
5361         * manual/keyboard.xml
5362                 Little fixes
5363
5364 2006-04-07 [colin]      2.1.0cvs16
5365
5366         * README
5367         * src/compose.c
5368         * src/prefs_common.c
5369         * src/prefs_common.h
5370                 Add hidden compose_no_markup pref
5371
5372 2006-04-07 [wwp]        2.1.0cvs15
5373
5374         * src/summary_search.c
5375         * .cvsignore
5376                 Bugfix: stop button was sticky when searching in an empty folder.
5377                 Applied curly brackets code style to the whole file (summary_search.c).
5378                 More files to ignore.
5379
5380 2006-04-07 [wwp]        2.1.0cvs14
5381
5382         * src/message_search.c
5383         * src/summary_search.c
5384                 changed default button when search bumps at file/folder
5385                 beginning or end, for convenience (thanks to Colin).
5386
5387 2006-04-07 [paul]       2.1.0cvs13
5388
5389         * src/plugins/dillo_viewer/dillo_prefs.c
5390                 avoid future potential for namespace collision
5391                 Patch by Colin
5392
5393 2006-04-06 [wwp]        2.1.0cvs12
5394
5395         * src/summary_search.c
5396                 Unify extended/advanced searches names (and thus factorize labels),
5397                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5398
5399 2006-04-06 [wwp]        2.1.0cvs11
5400
5401         * src/folderview.c
5402         * src/prefs_themes.c
5403         * src/summaryview.c
5404                 Fixed some compilation warnings.
5405
5406 2006-04-06 [colin]      2.1.0cvs10
5407
5408         * manual/advanced.xml
5409                 Document the wizard template and how to deploy
5410                 Sylpheed-Claws effectively
5411
5412 2006-04-06 [colin]      2.1.0cvs9
5413
5414         * src/folderview.c
5415                 gettext patch to tell translators about _("#"),
5416                 by Maxim Britov
5417
5418 2006-04-06 [colin]      2.1.0cvs8
5419
5420         * src/textview.c
5421                 Fix invalid GtkTextBIter after clicking "Display as text"
5422
5423 2006-04-06 [mones]      2.1.0cvs7
5424
5425         * src/addr_compl.c
5426         * src/addrindex.c
5427         * src/addritem.c
5428         * src/codeconv.c
5429         * src/compose.c
5430         * src/filtering.c
5431         * src/folder.c
5432         * src/folder_item_prefs.c
5433         * src/folderview.c
5434         * src/localfolder.c
5435         * src/matcher.c
5436         * src/mimeview.c
5437         * src/prefs_msg_colors.c
5438         * src/prefs_spelling.c
5439         * src/prefs_themes.c
5440         * src/procmime.c
5441         * src/procmsg.c
5442         * src/stock_pixmap.c
5443         * src/summaryview.c
5444         * src/textview.c
5445         * src/toolbar.c
5446         * src/common/mgutils.c
5447         * src/common/prefs.c
5448         * src/common/ssl_certificate.c
5449         * src/gtk/colorlabel.c
5450         * src/gtk/quicksearch.c
5451         * src/plugins/pgpmime/pgpmime.c
5452         * src/plugins/spamassassin/spamassassin.c
5453                 Removed redundant NULL checks for g_free() calls.
5454                 Patch by Pawel Pekala.
5455
5456 2006-04-06 [mones]      2.1.0cvs6
5457
5458         * src/prefs_actions.c
5459         * src/prefs_filtering.c
5460         * src/prefs_filtering_action.c
5461         * src/prefs_matcher.c
5462         * src/prefs_template.c
5463         * src/gtk/gtkutils.c
5464         * src/gtk/gtkutils.h
5465                 Have a nice replace button. Patch by Pawel Pekala
5466
5467 2006-04-06 [colin]      2.1.0cvs5
5468
5469         * src/addressbook.c
5470                 Fix crash with empty columns
5471
5472 2006-04-05 [colin]      2.1.0cvs4
5473
5474         * src/wizard.c
5475         * src/prefs_gtk.c
5476                 Allow wizard customization with pre-filled values
5477
5478 2006-04-05 [colin]      2.1.0cvs3
5479
5480         * src/textview.c
5481         * src/mimeview.c
5482         * src/mimeview.h
5483                 Nicer messages in mimeview
5484
5485 2006-04-05 [colin]      2.1.0cvs2
5486
5487         * src/addressbook.c
5488         * src/prefs_summaries.c
5489                 i18n fix
5490
5491 2006-04-05 [colin]      2.1.0cvs1
5492
5493         * src/plugins/pgpcore/plugin.c
5494         * src/plugins/pgpcore/select-keys.c
5495         * src/plugins/pgpcore/select-keys.h
5496         * src/plugins/pgpcore/sgpgme.c
5497         * src/plugins/pgpcore/sgpgme.h
5498         * src/plugins/pgpinline/pgpinline.c
5499         * src/plugins/pgpinline/plugin.c
5500         * src/plugins/pgpmime/pgpmime.c
5501         * src/plugins/pgpmime/plugin.c
5502                 Factorize and generalize a bit 
5503                 Drop S/MIME signature verification from PGP/MIME
5504                 (adding it as another, more complete plugin)
5505
5506 2006-04-05 [paul]       2.1.0
5507
5508         2.1.0 released
5509
5510 2006-04-05 [paul]       2.0.0cvs186
5511
5512         * manual/advanced.xml
5513                 add info on colour labels
5514
5515 2006-04-05 [paul]       2.0.0cvs185
5516
5517         * po/bg.po
5518         * po/cs.po
5519         * po/de.po
5520         * po/el.po
5521         * po/en_GB.po
5522         * po/fi.po
5523         * po/fr.po
5524         * po/it.po
5525         * po/nl.po
5526         * po/pl.po
5527         * po/pt_BR.po
5528         * po/sr.po
5529         * po/zh_CN.po
5530                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5531                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5532                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5533                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5534         * src/gtk/authors.h
5535         * tools/claws.i18n.status.pl
5536                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5537                 and new Czech translator, Tim <timbrain@post.cz>
5538
5539 2006-04-05 [mones]      2.0.0cvs184
5540
5541         * po/es.po
5542                 Updated translation
5543
5544 2006-04-05 [colin]      2.0.0cvs183
5545
5546         * src/gtk/quicksearch.c
5547                 Fix bug #929 (unnecessary reload in quick search bar)
5548
5549 2006-04-05 [colin]      2.0.0cvs182
5550
5551         * src/compose.c
5552                 Fix crash on Reply with no From:
5553                 Show signature and conversion error on queuing 
5554                 (but not sending)
5555         * src/mainwindow.c
5556         * src/summaryview.c
5557         * src/summaryview.h
5558                 Factorize threading code and make sure msginfo 
5559                 is not null when it comes from a GtkCTreeRow's 
5560                 data
5561         * src/gtk/gtkaspell.c
5562                 Check for necessary things
5563         * src/gtk/gtksctree.c
5564         * src/gtk/gtksctree.h
5565                 Reset anchor if necessary when removing node
5566
5567 2006-03-29 [colin]      2.0.0cvs181
5568
5569         * src/folderview.c
5570                 Warn for disabled IMAP accounts (due to lack of
5571                 libetpan). Breaks string-freeze - sorry - but it
5572                 is kind of important ;)
5573
5574 2006-03-28 [colin]      2.0.0cvs180
5575
5576         * src/gtk/gtkutils.c
5577         * src/gtk/gtkutils.h
5578                 Add a gtkut_get_link_btn() function that
5579                 creates a button which acts like an URI
5580         * src/prefs_themes.c
5581         * src/gtk/about.c
5582                 Use this function (factorizes codes)
5583         * src/common/defs.h
5584         * src/gtk/pluginwindow.c
5585                 Add a "Get more..." in the plugins window
5586
5587 2006-03-28 [colin]      2.0.0cvs179
5588
5589         * src/common/smtp.c
5590         * src/common/passcrypt.c
5591         * src/undo.c
5592                 Warning fixes. Patch by Pawel Pekala
5593
5594 2006-03-27 [colin]      2.0.0cvs178
5595
5596         * src/undo.c
5597                 Fix undoing by blocks with spaces
5598
5599 2006-03-27 [colin]      2.0.0cvs177
5600
5601         * src/textview.c
5602                 Set margin to 3px for headers
5603
5604 2006-03-27 [paul]
5605
5606         2.1.0-rc2 released
5607
5608 2006-03-27 [wwp]        2.0.0cvs176
5609
5610         * src/summaryview.c
5611                 don't reset quicksearch when updating the message list.
5612                 Thanks to Colin.
5613
5614 2006-03-26 [wwp]        2.0.0cvs175
5615
5616         * src/compose.c
5617                 use a unified border width ('other' tab in the compose window,
5618                 patch by Pawel Pekala).
5619
5620
5621 2006-03-26 [wwp]        2.0.0cvs174
5622
5623         * src/common/quoted-printable.c
5624         * src/addressbook.c
5625                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5626
5627 2006-03-26 [colin]      2.0.0cvs173
5628
5629         * src/quote_fmt_parse.y
5630                 Fix non-UTF8 date formats messing up the whole quote a 
5631                 little bit
5632
5633 2006-03-26 [colin]      2.0.0cvs172
5634
5635         * src/procheader.c
5636                 Make sure the date is UTF8 valid, or try to make it
5637                 so. IncrediMail is really IncrediStupid.
5638         * src/compose.c
5639                 Fix possible conversions. 
5640                 
5641
5642 2006-03-26 [colin]      2.0.0cvs171
5643
5644         * src/matcher.c
5645                 Fix corner cases in body search. This is still a
5646                 hack... It seems impossible to make it good and 
5647                 reasonably fast at the same time.
5648
5649 2006-03-26 [colin]      2.0.0cvs170
5650
5651         * src/summaryview.c
5652                 I think I killed the twilight zone bug!
5653                 summary_select_node() flushes GTK events in order
5654                 to be able to center the view. But this also 
5655                 flushes keypresses like Ctrl-Alt-U, so this can
5656                 call summary_show from summary_select_node (itself
5657                 called from summary_show, etc.). And the summaryview
5658                 has to be unlocked in this function. So just locking
5659                 while processing GTK events, and bailing if locked, 
5660                 should fix it.
5661                 Fixes bug #927 (SIGSEGV during Update Summary)
5662
5663 2006-03-25 [colin]      2.0.0cvs169
5664
5665         * src/matcher.c
5666                 Fix search in QP-encoded bodies
5667                 Fix utf-8 searches in bodies encoded in the
5668                 locale's encoding
5669         * src/common/quoted-printable.c
5670         * src/common/quoted-printable.h
5671                 Add a decode function that doesn't overwrite
5672                 the original pointer
5673                 
5674
5675 2006-03-24 [colin]      2.0.0cvs168
5676
5677         * src/action.c
5678         * src/summaryview.c
5679         * src/summaryview.h
5680                 Update message cache after action
5681                 Patch by H. Merijn Brand
5682         * src/prefs_msg_colors.c
5683                 Factorize label 
5684                 Patch by Fabien Vantard
5685         * src/plugins/spamassassin/spamassassin_gtk.c
5686                 Remove useless translation
5687                 Patch by Fabien Vantard
5688
5689 2006-03-23 [colin]      2.0.0cvs167
5690
5691         * src/common/ssl.c
5692                 Let 30 seconds to SSL_connect
5693
5694 2006-03-23 [wwp]        2.0.0cvs166
5695
5696         * src/summaryview.c
5697         * src/gtk/description_window.c
5698                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5699                 and headers are translated; adjust description windows' width to fit their
5700                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5701
5702 2006-03-23 [paul]       2.0.0cvs165
5703
5704         * src/common/utils.c
5705                 fix highlighting of URIs containing "()"
5706                 (2.0.0cvs164's reversal fixed)
5707                 Thanks to Colin.
5708
5709 2006-03-23 [paul]       2.0.0cvs164
5710
5711         * src/common/utils.c
5712                 revert patch, (postponing a fix), at 2.0.0cvs120
5713                 as it breaks more URIs than it fixes.
5714                 Allow '-' to be a terminating character in a URI
5715
5716 2006-03-22 [colin]      2.0.0cvs163
5717
5718         * configure.ac
5719                 Require libetpan 0.45
5720                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5721
5722 2006-03-22 [paul]       2.0.0cvs162
5723
5724         * src/editgroup.c
5725                 replace '<-' and '->' buttons with GTK_STOCK graphical
5726                 buttons
5727         * src/summary_search.c
5728                 don't offer '...' for translation
5729                 add a tooltip to advanced search '...' button
5730         * src/gtk/quicksearch.c
5731                 don't offer '...' for translation
5732
5733 2006-03-21 [colin]      2.0.0cvs161
5734
5735         * src/compose.c
5736                 Fix middle-click pasting (insert at click
5737                 position instead of cursor position, don't
5738                 remove existing selection and allow pasting
5739                 our own selection)
5740         * src/addressbook.c
5741                 "LDAP Server" -> "LDAP servers"
5742
5743 2006-03-21 [wwp]        2.0.0cvs160
5744
5745         * src/etpan/imap-thread.c
5746                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5747
5748 2006-03-20 [colin]      2.0.0cvs159
5749
5750         * src/summaryview.c
5751                 Don't reload summaryview after an execute with no
5752                 move action
5753
5754 2006-03-19 [colin]      2.0.0cvs158
5755
5756         * src/addressbook.c
5757                 and put groups at the top, always
5758
5759 2006-03-19 [colin]      2.0.0cvs157
5760
5761         * src/addressbook.c
5762                 Order groups before names, as previously
5763
5764 2006-03-19 [colin]      2.0.0cvs156
5765
5766         * src/addressbook.c
5767                 - Sort case-unsensitive
5768                 - Put the sort arrow at opening too
5769
5770 2006-03-19 [wwp]        2.0.0cvs155
5771
5772         * src/addressbook.c
5773                 allow sorting by name/email/remarks, ensure that right-pane's contents
5774                 matches the left-pane selection (cleared when appropriate).
5775                 Patch by Pawel Pekala <c0rn@o2.pl>.
5776
5777 2006-03-18 [colin]      2.0.0cvs154
5778
5779         * src/textview.c
5780                 Fix text cursor ;)
5781
5782 2006-03-18 [colin]      2.0.0cvs153
5783
5784         * src/gtk/filesel.c
5785                 Make sure we hide the preview if we didn't get
5786                 a filename
5787
5788 2006-03-18 [colin]      2.0.0cvs152
5789
5790         * src/summaryview.c
5791                 Set cursor to watch for execution (fixes lack
5792                 of watch-cursor when dnd'ing hundreds of mails)
5793         * src/gtk/filesel.c
5794                 Check that mime type is 'image/*' before updating
5795                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5796
5797 2006-03-18 [colin]      2.0.0cvs151
5798
5799         * src/mainwindow.c
5800         * src/textview.c
5801         * src/textview.h
5802                 Put a watch cursor in textview too when the mainwindow's
5803                 cursor in a watch
5804
5805 2006-03-18 [colin]      2.0.0cvs150
5806
5807         * src/folder.c
5808                 Change wrong asserts to simple tests
5809
5810 2006-03-17 [colin]      2.0.0cvs149
5811
5812         * src/mainwindow.c
5813         * src/mainwindow.h
5814         * src/prefs_msg_colors.c
5815         * src/summaryview.c
5816         * src/summaryview.h
5817         * src/gtk/colorlabel.c
5818         * src/gtk/colorlabel.h
5819                 Add a color label menu in the main menubar
5820                 Add (fixed) accels Ctrl-{0-7} to change the color
5821                 They have to be fixed because the menu's dynamic,
5822                 the items are complex widgets, hence we can't use
5823                 a GtkItemFactory.
5824
5825
5826 2006-03-17 [wwp]        2.0.0cvs148
5827
5828         * src/compose.c
5829                 rollback few lines from my previous commit (those lines come from
5830                 a pending patch, accidentally commited, even if neutral as they are
5831                 commented out).
5832
5833 2006-03-17 [wwp]        2.0.0cvs147
5834
5835         * src/compose.c
5836                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5837                 applied code style/indentation to the modified function.
5838
5839 2006-03-17 [wwp]        2.0.0cvs146
5840
5841         * src/procmsg.c
5842         * src/compose.c
5843                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5844
5845 2006-03-17 [paul]
5846
5847         2.1.0-rc1 released
5848
5849 2006-03-17 [paul]       2.0.0cvs145
5850
5851         * src/main.c
5852                 addressbook_read_file() was called twice
5853         * src/textview.c
5854                 X-Mailer highlighting
5855
5856 2006-03-16 [colin]      2.0.0cvs144
5857
5858         * src/sourcewindow.c
5859         * src/sourcewindow.h
5860                 And the last one, in source window.
5861
5862 2006-03-16 [colin]      2.0.0cvs143
5863
5864         * src/compose.c
5865         * src/compose.h
5866                 Fix the same stuff in compose
5867
5868 2006-03-16 [colin]      2.0.0cvs142
5869
5870         * src/messageview.c
5871                 Complete the previous messageview crash fix
5872
5873 2006-03-16 [colin]      2.0.0cvs141
5874
5875         * src/procmsg.h
5876         * src/procmsg.c
5877         * src/folder.c
5878                 Fix POSTPROCESSING hook
5879                 Patch by H. Merijn Brand
5880
5881         * src/procmime.c
5882         * src/procmime.h
5883                 Parse Content-Location
5884
5885         * src/toolbar.c
5886         * src/messageview.c
5887         * src/messageview.h
5888                 Don't crash when a top-level MessageView has
5889                 been closed on us. Same problematic than
5890                 yesterday's quicksearch issue.
5891
5892 2006-03-15 [colin]      2.0.0cvs140
5893
5894         * src/gtk/quicksearch.c
5895                 Fix a bitchy race we didn't think about when we
5896                 added quicksearch cancellation:
5897                 If the search is not on cached fields, for example
5898                 body_part matchcase "stuff"
5899                 the matcher code has to get the whole message. If
5900                 we're on IMAP, that can be slow, and in order to
5901                 be non-blocking, the IMAP code idle loop processes
5902                 gtk events too. So it is possible to cancel a
5903                 quicksearch while the matcher is getting the mail's
5904                 body. After matcher got its body, it will start to
5905                 iterate over the matcher list that the Quicksearch's
5906                 clear_search_cb() just freed via prepare_matcher().
5907                 SIGSEGV ensues.
5908                 The fix consists of guarding the matcherlist_match()
5909                 call with a boolean 'matching'. If we reset the
5910                 quicksearch while matching is TRUE, we don't free
5911                 the matcherlist anymore like we did, but we set
5912                 another new flag, deferred_free, to TRUE. Then,
5913                 in quicksearch_match(), just after returning from
5914                 matcherlist_match() and unsetting the matching flag,
5915                 we check the deferred_free flag and do the
5916                 prepare_matcher() (which does the matcherlist_free)
5917                 for real, so we free the matcherlist once it's not
5918                 used anymore.
5919                 As all of this runs via the glib main loop, we
5920                 luckily don't need a mutex.
5921         * src/summaryview.c
5922                 Also, show progress while searching.
5923
5924
5925 2006-03-14 [colin]      2.0.0cvs139
5926
5927         * src/alertpanel.c
5928                 Make alertpanel_is_open non-static
5929
5930 2006-03-14 [colin]      2.0.0cvs138
5931
5932         * src/prefs_spelling.c
5933                 Cleanups - Fabien Vantard
5934
5935 2006-03-14 [wwp]        2.0.0cvs137
5936
5937         * src/main.c
5938                 code style normalization (curly braces, indentation).
5939
5940 2006-03-14 [wwp]        2.0.0cvs137
5941
5942         * src/main.c
5943                 code style (braces, indentation)
5944
5945 2006-03-12 [paul]       2.0.0cvs136
5946
5947         * src/prefs_common.c
5948                 trans_hdr defaults to FALSE to be RFC-savvy
5949         * src/prefs_summaries.c
5950                 add a tooltip to the trans_hdr option
5951                 
5952
5953 2006-03-12 [paul]       2.0.0cvs135
5954
5955         * src/prefs_matcher.c
5956                 give a little more width to the combos
5957         * src/prefs_display_header.c
5958         * src/textview.c
5959                 translate headers if prefs_common.trans_hdr
5960                 is TRUE
5961
5962         Patches by Pawel Pekala
5963
5964 2006-03-12 [paul]       2.0.0cvs134
5965
5966         * src/plugins/clamav/clamav_plugin.c
5967         * src/plugins/dillo_viewer/dillo_viewer.c
5968         * src/plugins/pgpcore/plugin.c
5969         * src/plugins/pgpinline/plugin.c
5970         * src/plugins/pgpmime/plugin.c
5971         * src/plugins/spamassassin/spamassassin.c
5972                 update/add to descriptions
5973         * src/plugins/spamassassin/spamassassin_gtk.c
5974                 fixes to the english, remove superfluous
5975                 tooltips, clean up a little
5976
5977 2006-03-12 [paul]       2.0.0cvs133
5978
5979         * src/compose.c
5980                 fix Bug 924, 'Account combo box shows up wrong 
5981                 if & is in account name'
5982
5983 2006-03-11 [colin]      2.0.0cvs132
5984
5985         * src/summaryview.c
5986                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5987                 messed up shift-selection because is slows down
5988                 moving around summaryview. thanks -users
5989
5990 2006-03-10 [colin]      2.0.0cvs131
5991
5992         * src/plugins/spamassassin/spamassassin_gtk.c
5993                 Put back Paul's engrish fixes
5994
5995 2006-03-10 [colin]      2.0.0cvs130
5996
5997         * src/plugins/spamassassin/spamassassin.c
5998         * src/plugins/spamassassin/spamassassin.h
5999         * src/plugins/spamassassin/spamassassin_gtk.c
6000                 Cleanup SA prefs page (more)
6001                 Patch by Fabien Vantard
6002
6003 2006-03-10 [paul]       2.0.0cvs129
6004
6005         * src/prefs_msg_colors.c
6006         * src/prefs_spelling.c
6007                 widget sensitivity
6008
6009 2006-03-09 [mones]      2.0.0cvs128
6010
6011         * po/es.po
6012                 Update for next RC
6013
6014 2006-03-09 [wwp]        2.0.0cvs127
6015
6016         * configure.ac
6017                 revert accidental commit (requirement for libetpan 0.43), this time
6018                 not in HEAD.
6019
6020 2006-03-09 [wwp]        2.0.0cvs125
6021
6022         * configure.ac
6023                 revert accidental commit (requirement for libetpan 0.43)
6024
6025 2006-03-09 [paul]       2.0.0cvs126
6026
6027         * src/prefs_receive.c
6028                 remove useless frame
6029                 replace 'incorporation' with 'receiving'
6030         * src/plugins/clamav/clamav_plugin_gtk.c
6031         * src/plugins/spamassassin/spamassassin_gtk.c
6032                 improve widget sensitivity
6033                 fix a bit his engrish
6034
6035 2006-03-09 [wwp]        2.0.0cvs125
6036
6037         * src/addressadd.c
6038         * src/foldersel.c
6039         * src/prefs_common.c
6040         * src/prefs_common.h
6041                 remember some more windows' sizes (add to addressbook and
6042                 select folder).
6043
6044 2006-03-09 [paul]       2.0.0cvs124
6045
6046         * src/plugins/pgpcore/prefs_gpg.c
6047                 normalise construction of dialogue
6048
6049 2006-03-09 [paul]       2.0.0cvs123
6050
6051         * src/plugins/trayicon/Makefile.am
6052                 add missing slash
6053
6054 2006-03-08 [colin]      2.0.0cvs122
6055
6056         * src/plugins/trayicon/Makefile.am
6057                 Fix build in separate dir 
6058                 Patch by Bamanzi <bamanzi@gmail.com>
6059
6060 2006-03-08 [colin]      2.0.0cvs121
6061
6062         * src/procmsg.c
6063                 Batch move and copies from summaryview with delayed execution
6064                 too
6065
6066 2006-03-07 [paul]       2.0.0cvs120
6067
6068         * src/common/utils.c
6069                 fix highlighting of URIs containing "()"
6070                 Patch by Pawel Pekala
6071
6072 2006-03-07 [paul]       2.0.0cvs119
6073
6074         * src/folder.c
6075         * src/folder.h
6076         * src/folderview.c
6077                 immediately do alphabetical resort when
6078                 changing a folder's name
6079                 Patch by Pawel Pekala
6080
6081 2006-03-07 [paul]       2.0.0cvs118
6082
6083         * src/news.c
6084         * src/news_gtk.c
6085                 when unsubscribing a newsgroup, remove the
6086                 folder and msgs in .sylpheed-claws/newscache
6087                 Patch by Pawel Pekala <c0rn@gazeta.pl>
6088
6089 2006-03-07 [paul]       2.0.0cvs117
6090
6091         * src/textview.c
6092                 fix wrong Fake URL Warning
6093                 Thanks to Hiro
6094
6095 2006-03-07 [colin]      2.0.0cvs116
6096
6097         * src/imap.c
6098                 Return immediately when password dialog was
6099                 cancelled
6100         * src/gtk/inputdialog.c
6101                 Allow empty strings for passwords
6102
6103
6104 2006-03-06 [colin]      2.0.0cvs115
6105
6106         * src/imap.c
6107                 Prevent double-timeouts when connection fails
6108
6109 2006-03-06 [colin]
6110
6111         2.0.1-rc1 released
6112
6113 2006-03-06 [colin]      2.0.0cvs114
6114
6115         * src/imap.c
6116                 Refresh session during potentially long
6117                 operations
6118
6119 2006-03-06 [wwp]        2.0.0cvs113
6120
6121         * src/prefs_msg_colors.h
6122                 forgot that one (custom color labels).
6123
6124 2006-03-06 [wwp]        2.0.0cvs112
6125
6126         * src/prefs_common.c
6127         * src/prefs_common.h
6128         * src/prefs_msg_colors.c
6129         * src/summaryview.c
6130         * src/summaryview.h
6131         * src/gtk/colorlabel.c
6132         * src/gtk/colorlabel.h
6133                 colors in messages list are now customizable. Color values and names can
6134                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
6135                 Thanks to Paul and Colin for their help with this longstanding patch!
6136
6137 2006-03-06 [wwp]        2.0.0cvs111
6138
6139         * src/textview.c
6140                 don't crash if (x)face is bad.
6141
6142 2006-03-05 [paul]       2.0.0cvs110
6143
6144         * AUTHORS
6145         * configure.ac
6146         * src/Makefile.am
6147         * src/common/Makefile.am
6148         * src/common/utils.h
6149         * src/etpan/imap-thread.c
6150         * src/gtk/authors.h
6151         * src/plugins/clamav/Makefile.am
6152         * src/plugins/demo/Makefile.am
6153         * src/plugins/dillo_viewer/Makefile.am
6154         * src/plugins/pgpcore/Makefile.am
6155         * src/plugins/pgpcore/passphrase.c
6156         * src/plugins/pgpinline/Makefile.am
6157         * src/plugins/pgpmime/Makefile.am
6158         * src/plugins/spamassassin/Makefile.am
6159         * src/plugins/trayicon/Makefile.am
6160                 fix builiding on cygwin
6161                 Patch by Ralgh Young <bamanzi@gmail.com>
6162
6163 2006-03-04 [wwp]        2.0.0cvs109
6164
6165         * manual/keyboard.xml
6166                 fix mixed up/down keys.
6167
6168 2006-03-04 [wwp]        2.0.0cvs108
6169
6170         * README
6171         * INSTALL
6172                 updated links to SpamAssassin.
6173
6174 2006-03-04 [wwp]        2.0.0cvs107
6175
6176         * manual/plugins.xml
6177         * src/plugins/spamassassin/README
6178                 updated SpamAssassin plugin docs to reflect new functional additions
6179                 (also fix/update/documents few technical stuff more, see the README).
6180
6181 2006-03-04 [wwp]        2.0.0cvs106
6182
6183         * src/prefs_message.c
6184                 normalized capitalization of message-prefs paths.
6185
6186 2006-03-04 [wwp]        2.0.0cvs105
6187
6188         * manual/advanced.xml
6189                 typo.
6190
6191 2006-03-03 [colin]      2.0.0cvs104
6192
6193         * src/plugins/clamav/clamav_plugin_gtk.c
6194                 Rework prefs page, patch by Fabien 
6195
6196 2006-03-03 [colin]      2.0.0cvs103
6197
6198         * src/plugins/clamav/clamav_plugin.c
6199                 Set error on all errors
6200
6201 2006-03-03 [colin]      2.0.0cvs102
6202
6203         * src/common/plugin.c
6204                 Initialize error to avoid crashing when a plugin fails
6205                 without setting error
6206
6207 2006-03-02 [wwp]        2.0.0cvs101
6208
6209         * configure.ac
6210                 fixed linker flags for libetpan support on Cygwin
6211                 (thanks to H.Merijn Brand).
6212
6213 2006-03-02 [wwp]        2.0.0cvs100
6214
6215         * src/addressbook.c
6216                 fix some AB error messages: one for punctuation and
6217                 one wrongly duplicate (thanks, maxbritov).
6218
6219 2006-03-02 [wwp]        2.0.0cvs99
6220
6221         * src/plugins/spamassassin/spamassassin.c
6222                 make sync calls to sa-learn/spamc to prevent
6223                 system (whatever local or client/server) overload.
6224
6225 2006-03-02 [colin]      2.0.0cvs98
6226
6227         * src/summaryview.c
6228                 Put the spam icon in the status column instead of the
6229                 mark one
6230
6231 2006-03-01 [colin]      2.0.0cvs97
6232
6233         * src/plugins/spamassassin/spamassassin.c
6234                 Fix segfault (g_file_set_contents fails for some 
6235                 reason and err==0x2f. Can't find out why with
6236                 valgrind, using working function :-)
6237
6238 2006-03-01 [colin]      2.0.0cvs96
6239
6240         * src/inc.c
6241                 Offline overriding: let 'No' be cached only 3 seconds
6242
6243 2006-03-01 [colin]      2.0.0cvs95
6244
6245         * src/addr_compl.c
6246         * src/addrbook.c
6247         * src/addressbook.c
6248         * src/addrindex.c
6249         * src/folder_item_prefs.c
6250         * src/headerview.c
6251         * src/imap.c
6252         * src/inc.c
6253         * src/ldif.c
6254         * src/mainwindow.c
6255         * src/mh.c
6256         * src/msgcache.c
6257         * src/prefs_common.h
6258         * src/prefs_msg_colors.c
6259         * src/procheader.c
6260         * src/procheader.h
6261         * src/procmime.c
6262         * src/procmsg.c
6263         * src/procmsg.h
6264         * src/send_message.h
6265         * src/simple-gettext.c
6266         * src/summaryview.c
6267         * src/summaryview.h
6268         * src/syldap.c
6269         * src/textview.c
6270         * src/undo.c
6271         * src/common/ssl_certificate.c
6272         * src/common/utils.c
6273         * src/gtk/colorsel.c
6274         * src/gtk/gtksctree.c
6275         * src/gtk/gtkshruler.c
6276         * src/plugins/trayicon/trayicon.c
6277                 #if 0 goes to /dev/null
6278
6279 2006-03-01 [colin]      2.0.0cvs94
6280
6281         * src/compose.c
6282         * src/imap.c
6283         * src/inc.c
6284         * src/inc.h
6285         * src/messageview.c
6286         * src/news.c
6287         * src/plugins/spamassassin/spamassassin.c
6288                 Allow to add information in the "working offline"
6289                 window
6290
6291 2006-03-01 [wwp]        2.0.0cvs93
6292
6293         * src/plugins/spamassassin/spamassassin.c
6294                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6295                 'cause it seems that calling `spamc ... < inputfile` with
6296                 g_spawn_(a)sync simply.. erm doesn't work :-).
6297
6298 2006-03-01 [wwp]        2.0.0cvs92
6299
6300         * src/toolbar.c
6301         * src/toolbar.h
6302                 simplify the adding of spam/ham button to the messageview toolbar
6303                 (it gets more clear now that the same button will be "Mark as spam"
6304                 or "Mark as ham" according to the current message status,
6305                 thanks to Colin).
6306
6307 2006-03-01 [wwp]        2.0.0cvs91
6308
6309         * src/messageview.c
6310         * src/procmsg.c
6311         * src/procmsg.h
6312         * src/summaryview.c
6313         * src/plugins/spamassassin/spamassassin.c
6314         * src/plugins/spamassassin/spamassassin.h
6315                 make learner callbacks return a status (0 for ok),
6316                 handle it in main code to avoid setting flags when learning failed,
6317                 don't learn on TCP if offline in spamassassin,
6318                 thanks to Colin.
6319
6320                 
6321
6322 2006-03-01 [wwp]        2.0.0cvs90
6323
6324         * src/compose.c
6325                 some work around the compose window's account menu,
6326                 patch by Fabien Vantard.
6327
6328 2006-03-01 [wwp]        2.0.0cvs89
6329
6330         * src/plugins/spamassassin/spamassassin.c
6331                 fixed bad logics, was using spamc in local mode and sa-learn
6332                 in remote mode (thanks, Colin).
6333
6334 2006-03-01 [wwp]        2.0.0cvs88
6335
6336         * src/plugins/spamassassin/spamassassin.c
6337         * src/plugins/spamassassin/spamassassin.h
6338         * src/plugins/spamassassin/spamassassin_gtk.c
6339                 made processing of emails w/ sa-plugin an option (default is TRUE),
6340                 fixed Engrish some tooltips, capitalization of some debug messages
6341                 and warnings. The spamassassin plugin now provides two separate
6342                 services: process emails upon incorporation and spamd training.
6343                 Both services (un)register independently but use some common
6344                 plugin settings (transport settings, spam storage location).
6345
6346 2006-02-28 [wwp]        2.0.0cvs87
6347
6348         * src/plugins/spamassassin/spamassassin.c
6349                 fix async flag to spamc cmdline execution (batch exec should
6350                 be asynchronous).
6351
6352 2006-02-27 [wwp]        2.0.0cvs86
6353
6354         * src/plugins/spamassassin/spamassassin.c
6355         * src/plugins/spamassassin/spamassassin.h
6356         * src/plugins/spamassassin/spamassassin_gtk.c
6357                 - added the ability to learn a remote spamassassin server (spamd),
6358                 using spamc.
6359                 - added the spamassassin option 'username', that applies to all
6360                 spamassassin operations (filtering, learning, local or remote).
6361                 The default username is the current unix user (if left blank
6362                 from gtk prefs or config file).
6363                 - commented out some unused code (notebook widget), removed unused
6364                 layout (hbox1).
6365                 - make more widgets sensitive to the transport type.
6366
6367 2006-02-27 [colin]      2.0.0cvs85
6368
6369         * src/plugins/spamassassin/spamassassin.c
6370                 Fix sa-learn call when offline
6371
6372 2006-02-27 [colin]      2.0.0cvs84
6373
6374         * configure.ac
6375         * src/Makefile.am
6376         * src/mainwindow.c
6377         * src/mainwindow.h
6378         * src/messageview.c
6379         * src/messageview.h
6380         * src/prefs_toolbar.c
6381         * src/procmsg.c
6382         * src/stock_pixmap.c
6383         * src/stock_pixmap.h
6384         * src/summaryview.c
6385         * src/toolbar.c
6386         * src/toolbar.h
6387         * src/pixmaps/ham_btn.xpm
6388         * src/pixmaps/spam.xpm
6389         * src/pixmaps/spam_btn.xpm
6390         * src/plugins/spamassassin/spamassassin.c
6391                 Add button in toolbar for spam learning
6392                 Fix a few bugs from the last related commit
6393                 Revert 1.9.6cvs23 which messed up shift-selection
6394
6395 2006-02-24 [colin]      2.0.0cvs83
6396
6397         * src/procmsg.c
6398         * src/summaryview.c
6399         * src/summaryview.h
6400         * src/plugins/spamassassin/spamassassin.c
6401         * src/plugins/spamassassin/spamassassin.h
6402         * src/plugins/spamassassin/spamassassin_gtk.c
6403                 Unregister learner when spamassassin is either
6404                 disabled or over tcp
6405
6406 2006-02-24 [colin]      2.0.0cvs82
6407
6408         * src/Makefile.am
6409         * src/mainwindow.c
6410         * src/mainwindow.h
6411         * src/procmsg.c
6412         * src/procmsg.h
6413         * src/stock_pixmap.c
6414         * src/stock_pixmap.h
6415         * src/summaryview.c
6416         * src/summaryview.h
6417         * src/gtk/icon_legend.c
6418         * src/pixmaps/spam.xpm  ** NEW FILE **
6419         * src/plugins/spamassassin/spamassassin.c
6420         * src/plugins/spamassassin/spamassassin_gtk.c
6421                 Add spam learning interface (Mark/Mark as 
6422                 (spam|ham) menus)
6423
6424 2006-02-24 [wwp]        2.0.0cvs81
6425
6426         * src/compose.c
6427         * src/compose.h
6428         * src/filtering.c
6429                 hide compose window when sending message in batch mode
6430                 (filtering: forward and redirect). Also fixed a wrong
6431                 value returned when sending failed, neutral anyway.
6432                 (Colin, me) 
6433
6434 2006-02-24 [wwp]        2.0.0cvs80
6435
6436         * src/mainwindow.c
6437                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6438
6439 2006-02-24 [paul]       2.0.0cvs79
6440
6441         * src/news.c
6442         * src/news.h
6443         * src/news_gtk.c
6444                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6445                 Thanks to Colin
6446
6447 2006-02-23 [colin]      2.0.0cvs78
6448
6449         * src/alertpanel.c
6450                 Change OK to Close in alertpanel with View log
6451                 button; add accel to View log. Patch by Fabien
6452                 Vantard
6453
6454 2006-02-23 [wwp]        2.0.0cvs77
6455
6456         * src/compose.c
6457                 silly me, there were much more tests to perform, since toolbars can
6458                 really have down to 1 element only.
6459
6460 2006-02-23 [wwp]        2.0.0cvs76
6461
6462         * commitHelper
6463                 fixed indentation from my previous commit. Fallback to VISUAL if
6464                 EDITOR is not set (and to vi, at last resort).
6465
6466 2006-02-23 [wwp]        2.0.0cvs75
6467
6468         * commitHelper
6469                 improved error detection (Colin, me).
6470
6471 2006-02-23 [wwp]        2.0.0cvs74
6472
6473         * src/prefs_toolbar.c
6474                 simplify and fix prefs/toolbars layouting. Combos' contents can
6475                 now be really displayed.
6476
6477 2006-02-23 [wwp]        2.0.0cvs73
6478         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6479         be really displayed.
6480
6481 2006-02-22 [wwp]        2.0.0cvs72
6482
6483         * src/compose.c
6484                 fix a typo in my previous commit (sorry!).
6485
6486 2006-02-22 [wwp]        2.0.0cvs71
6487
6488         * src/prefs_toolbar.c
6489                 fix a crash when adding separators to toolbars,
6490                 also fix some separator item information.
6491
6492 2006-02-22 [wwp]        2.0.0cvs70
6493
6494         * src/compose.c
6495                 fix a crash when redirecting (for instance) when compose window's
6496                 toolbar contents has been customized (when some buttons have been
6497                 removed in fact).
6498
6499 2006-02-21 [wwp]        2.0.0cvs69
6500
6501         * src/summaryview.c
6502         * src/gtk/pluginwindow.c
6503         * src/plugins/pgpcore/prefs_gpg.c
6504                 fix some compilation warnings (feat. remains of removed code).
6505
6506 2006-02-21 [wwp]        2.0.0cvs68
6507
6508         * src/gtk/gtkutils.c
6509                 fix two compilation issues, thanks to Stephan Sachse.
6510
6511 2006-02-20 [colin]      2.0.0cvs67
6512
6513         * src/mainwindow.c
6514                 Don't reselect displayed mail on refocus
6515                 This fixes actions misbehaving 
6516
6517 2006-02-20 [wwp]        2.0.0cvs66
6518
6519         * src/summaryview.c
6520         * src/gtk/gtksctree.c
6521         * src/gtk/gtkshruler.c
6522                 changed more runtime typecast checks.
6523
6524 2006-02-20 [wwp]        2.0.0cvs65
6525
6526         * src/summary_search.c
6527                 find all - summaryview refresh issue fixed, thanks to Colin.
6528
6529 2006-02-20 [wwp]        2.0.0cvs64
6530
6531         * src/gtk/gtkutils.c
6532                 better runtime typecast checks.
6533
6534 2006-02-20 [wwp]        2.0.0cvs63
6535
6536         * src/summary_search.c
6537                 enhancements to the summary search:
6538                         - add the ability to stop the running search
6539                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6540                         - don't search if no criteria (From/To/Subject/Body) is set
6541                         - ensure that a busy mouse pointer is always shown when searching,
6542                           show it even a bit earlier
6543
6544 2006-02-19 [colin]      2.0.0cvs62
6545
6546         * src/compose.c
6547         * src/imap.c
6548         * src/etpan/imap-thread.c
6549         * src/etpan/imap-thread.h
6550                 (Future) IMAP speed improvement on sending
6551                 Will require a libetpan update
6552         * src/summaryview.c
6553         * src/gtk/quicksearch.c
6554                 Make quicksearch clearable while running.
6555
6556 2006-02-17 [colin]      2.0.0cvs61
6557
6558         * src/imap.c
6559         * src/etpan/imap-thread.c
6560         * src/etpan/imap-thread.h
6561                 Check for IMAP certificates
6562                 ** Requires libetpan-0.42-cvs4 
6563                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6564
6565 2006-02-17 [colin]      2.0.0cvs60
6566
6567         * src/messageview.c
6568         * src/prefs_common.c
6569         * src/prefs_common.h
6570         * src/prefs_message.c
6571                 Add pref to display HTML-only mails with plugin, 
6572                 if possible (defaulting to FALSE of course).
6573
6574 2006-02-16 [colin]      2.0.0cvs59
6575
6576         * src/main.c
6577         * src/common/plugin.c
6578         * src/common/plugin.h
6579         * src/gtk/pluginwindow.c
6580                 Keep track of requested (but unloaded) plugins
6581                 in some error cases.
6582
6583 2006-02-16 [wwp]        2.0.0cvs58
6584
6585         * src/gtk/gtkaspell.c
6586         * src/gtk/gtkaspell.h
6587         * src/prefs_spelling.c
6588         * src/compose.c
6589         * src/prefs_common.c
6590         * src/prefs_common.h
6591                 implemented new optional spellchecker behaviour: re-check message when
6592                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6593
6594 2006-02-16 [wwp]        2.0.0cvs57
6595
6596         * src/quote_fmt_parse.y
6597                 pclose popen'ed pipe.
6598
6599 2006-02-15 [colin]      2.0.0cvs56
6600
6601         * src/mimeview.c
6602         * src/mimeview.h
6603                 Let MimeViewers know which MimeView they
6604                 depend of.
6605         * src/summaryview.c
6606                 Swap From/To columns in Sent/Queue/Drafts
6607                 folders
6608         * src/etpan/imap-thread.c
6609                 Use mailstream_low_tls_open() for STARTTLS
6610                 instead of mailstream_low_ssl_open()
6611                 ** REQUIRES libetpan 0.42cvs3 **
6612
6613 2006-02-15 [wwp]        2.0.0cvs55
6614
6615         * src/compose.c
6616         * src/compose.h
6617         * src/message_search.c
6618         * src/message_search.h
6619         * src/textview.c
6620         * src/gtk/gtkutils.c
6621         * src/gtk/gtkutils.h
6622                 added the ability to Find text in the compose window (and a bit
6623                 of code factorization).
6624
6625 2006-02-15 [wwp]        2.0.0cvs54
6626
6627         * src/prefs_gtk.c
6628                 yet another one file was missing (fix for some widgets' sensitivity).
6629                 Thanks Colin!
6630
6631 2006-02-15 [wwp]        2.0.0cvs53
6632
6633         * src/prefs_gtk.h
6634                 oops forgot that file (fix for some widgets' sensitivity).
6635
6636 2006-02-15 [wwp]        2.0.0cvs52
6637
6638         * src/summary_search.c
6639                 implemented advanced summary search options (added the ability
6640                 to use matcher conditions in an advanced search mode).
6641
6642 2006-02-15 [wwp]        2.0.0cvs51
6643
6644         * src/plugins/pgpcore/prefs_gpg.c
6645         * src/prefs_account.c
6646                 fix some widget sensitivity, mostly around some labels in
6647                 account prefs.
6648
6649 2006-02-15 [paul]       2.0.0cvs50
6650
6651         * manual/advanced.xml
6652                 improve Templates info
6653                 written by wwp
6654
6655 2006-02-14 [colin]      2.0.0cvs49
6656
6657         * src/pixmaps/address_book.xpm
6658         * src/pixmaps/preferences.xpm
6659         * src/pixmaps/properties.xpm
6660                 Fix pixmap size - patch by Fabien Vantard
6661
6662 2006-02-13 [colin]      2.0.0cvs48
6663
6664         * src/procmime.c
6665                 Add missing fclose()s on error
6666         * src/textview.c
6667                 Remove unused code
6668         * src/common/utils.c
6669                 Fix temp files not being deleted on windows
6670         Patches by Thomas Gilgin
6671
6672 2006-02-13 [colin]      2.0.0cvs47
6673
6674         * src/mainwindow.c
6675                 Fix exit crash
6676
6677 2006-02-13 [wwp]        2.0.0cvs46
6678
6679         * src/plugins/pgpcore/prefs_gpg.c
6680                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6681
6682 2006-02-12 [colin]      2.0.0cvs45
6683
6684         * src/folderview.c
6685         * src/main.c
6686         * src/mainwindow.c
6687                 Fix "stuff" when quitting
6688
6689 2006-02-12 [wwp]        2.0.0cvs44
6690
6691         * src/prefs_themes.c
6692                 fix typos in debug messages.
6693
6694 2006-02-11 [colin]      2.0.0cvs43
6695
6696         * src/summaryview.c
6697                 don't allow drag/drop from ourself
6698
6699 2006-02-10 [wwp]        2.0.0cvs42
6700
6701         * src/exporthtml.c
6702         * src/html.c
6703         * src/html.h
6704         * src/procmime.c
6705         * src/textview.c
6706                 renamed html_ prefixed functions and data structures to avoid
6707                 namespace clashes w/ other software (gtkhtml2 for instance).
6708                 Closes bug #907.
6709
6710
6711 2006-02-09 [colin]      2.0.0cvs41
6712
6713         * src/summaryview.c
6714                 Fix shitty logic messed up. Thanks Ticho for the hint!
6715
6716 2006-02-09 [wwp]        2.0.0cvs40
6717
6718         * src/gtk/about.c
6719         * src/compose.c
6720         * src/prefs_account.c
6721         * src/prefs_gtk.h
6722         * src/editaddress.c
6723                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6724                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6725                 Browse buttons in accounts prefs.
6726
6727 2006-02-09 [colin]      2.0.0cvs39
6728
6729         * src/matcher.c
6730                 Check for pointer before using its members
6731         * src/gtk/gtksourceprintjob.c
6732                 Fix a wrong warning
6733
6734 2006-02-09 [wwp]        2.0.0cvs38
6735
6736         * src/gtk/filesel.c
6737                 fix few compiler warnings (type mismatch).
6738
6739 2006-02-09 [paul]       2.0.0cvs37
6740
6741         * po/fr.po
6742                 updated by Fabien Vantard
6743
6744 2006-02-08 [colin]      2.0.0cvs36
6745
6746         * src/prefs_common.c
6747         * src/common/defs.h
6748         * src/common/plugin.c
6749                 allow windows and linux configurations to coexist
6750                 patch by Thomas Gilgin
6751
6752 2006-02-08 [colin]      2.0.0cvs35
6753
6754         * src/filtering.c
6755         * src/matcher.c
6756         * src/matcher.h
6757         * src/matcher_parser_parse.y
6758         * src/prefs_filtering_action.c
6759         * src/prefs_matcher.c
6760                 Add the "Ignore thread" filtering
6761                 action
6762
6763 2006-02-08 [colin]      2.0.0cvs34
6764
6765         * src/compose.c
6766         * src/procmime.c
6767         * src/procmime.h
6768                 Fix bug #905 (damaged attachment)
6769                 text files with raw \0's aren't really text files
6770         FOR_STABLE
6771
6772 2006-02-08 [colin]      2.0.0cvs33
6773
6774         * src/summaryview.c
6775                 Fix crasher introduced yesterday
6776
6777 2006-02-08 [wwp]        2.0.0cvs32
6778
6779         * src/compose.c
6780         * src/compose.h
6781                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6782
6783 2006-02-08 [wwp]        2.0.0cvs31
6784
6785         * src/prefs_template.c
6786                 templates enhancement: allow address completion for Cc and Bcc fields
6787                 (it was currently possible for the To field only)
6788
6789 2006-02-08 [colin]      2.0.0cvs30
6790
6791         * src/compose.c
6792                 Don't unblock if not blocked
6793         FOR_STABLE
6794
6795 2006-02-07 [colin]      2.0.0cvs29
6796
6797         * src/action.c
6798                 Forgot to refresh summaryview
6799
6800 2006-02-07 [colin]      2.0.0cvs28
6801
6802         * src/action.c
6803                 Freeze/thaw message list and folder list while
6804                 processing %as{} actions 
6805         * src/compose.c
6806                 Fix auto-wrap disabling after a middle-click
6807                 paste - FOR_STABLE
6808
6809 2006-02-07 [paul]       2.0.0cvs27
6810
6811         * src/folder.c
6812                 fix freeing of uninitialised pointers
6813                 Thanks to Colin
6814
6815 2006-02-06 [colin]      2.0.0cvs26
6816
6817         * src/folder.c
6818                 Use g_slist_prepend in potentially big list
6819
6820 2006-02-06 [colin]      2.0.0cvs25
6821
6822         * src/folder.c
6823                 Completely skip processing if it doesn't 
6824                 exist (faster!)
6825
6826 2006-02-06 [colin]      2.0.0cvs24
6827
6828         * src/folder.c
6829         * src/summaryview.c
6830                 Batch filtering in summaryview (from Tools menu)
6831                 and pre/post//-processing too
6832
6833 2006-02-06 [colin]      2.0.0cvs23
6834
6835         * src/procmsg.h
6836         * src/filtering.c
6837                 Use a special field for batch filtering instead
6838                 of stepping on deferred execution's toes
6839
6840 2006-02-06 [colin]      2.0.0cvs22
6841
6842         * src/action.c
6843         * src/filtering.c
6844         * src/filtering.h
6845         * src/folder.c
6846         * src/summaryview.c
6847                 Fix filtering via menus and actions
6848
6849 2006-02-06 [colin]      2.0.0cvs21
6850
6851         * src/imap.c
6852                 Put the added file directly to cache if possible (will work
6853                 with next libetpan)
6854         * src/filtering.c
6855         * src/filtering.h
6856         * src/inc.c
6857         * src/folder.c
6858         * src/mbox.c
6859         * src/procmsg.h
6860                 Move and copy filtered messages by batches instead of one
6861                 by one - faster on IMAP
6862         * src/procmsg.c
6863                 Add a function that'll possibly be useful later
6864
6865 2006-02-06 [colin]      2.0.0cvs20
6866
6867         * src/addressbook.c
6868                 Use internal mime-type instead of text/plain for d'n'd
6869         * src/compose.c
6870                 Allow attaching files from mimeview's icon list via d'n'd
6871         * src/folderview.c
6872         * src/folderview.h
6873                 Use internal mime-type instead of text/plain for d'n'd
6874                 Don't try to selected opened folder if none is
6875                 Factorize d'n'd from other apps code
6876         * src/headerview.c
6877         * src/textview.c
6878         * src/gtk/gtkutils.c
6879         * src/gtk/gtkutils.h
6880                 Factorize Face/X-Face stuff
6881         * src/mimeview.c
6882                 Fix d'n'd to other apps
6883         * src/prefs_message.c
6884                 Let the XFace pref be usable without libcompface as it also
6885                 applies to Face
6886         * src/summaryview.c
6887                 Fix d'n'd to other apps
6888                 Factorize d'n'd from other apps code
6889
6890 2006-02-06 [wwp]        2.0.0cvs19
6891
6892         * po/it.po
6893                 Italian translation fixes by Andrea Spadaccini (no more confusion
6894                 between filtering and processing, and few changes in the About
6895                 dialog).
6896
6897
6898 2006-02-06 [mones]      2.0.0cvs18
6899
6900         * src/gtk/icon_legend.c
6901                 Improved descriptions allowing better translations
6902
6903 2006-02-05 [colin]      2.0.0cvs17
6904
6905         * src/imap.c
6906                 Add the f*cking missing expunge that caused imap_fetch_env
6907                 to fail after an add_msgs ! :-///
6908         * src/etpan/imap-thread.c
6909                 Add a bit of debug
6910         FOR_STABLE
6911
6912 2006-02-05 [colin]      2.0.0cvs16
6913
6914         * src/common/utils.c
6915                 Don't check for return-path (or we can't put
6916                 back non-sent mails)
6917
6918 2006-02-05 [colin]      2.0.0cvs15
6919
6920         * src/textview.c
6921                 Don't try to display Face header in textview
6922                 when teh headerview's active
6923
6924 2006-02-05 [colin]      2.0.0cvs14
6925
6926         * tools/tbird2syl.py
6927         * tools/Makefile.am
6928                 Add script to import Thunderbird mails
6929
6930 2006-02-05 [colin]      2.0.0cvs13
6931
6932         * src/headerview.c
6933         * src/procheader.c
6934         * src/procmsg.c
6935         * src/procmsg.h
6936         * src/textview.c
6937                 Show Face headers - patch partially by Klaus Flittner
6938
6939 2006-02-05 [colin]      2.0.0cvs12
6940
6941         * src/folderview.c
6942         * src/summaryview.c
6943         * src/common/utils.c
6944         * src/common/utils.h
6945                 Let dnd work from mime icons to summaryview
6946                 and to folderview too
6947                 Add a crude test to avoid trying to add files
6948                 drag'n'dropped when they're not mails
6949
6950 2006-02-04 [colin]      2.0.0cvs11
6951
6952         * src/summaryview.c
6953         * src/mimeview.c
6954                 Fix utf8 conversion
6955
6956 2006-02-04 [colin]      2.0.0cvs10
6957
6958         * src/compose.c
6959         * src/folderview.c
6960         * src/mimeview.c
6961         * src/summaryview.c
6962         * src/summaryview.h
6963                 Added various drag and drop capas:
6964                 From                    To
6965                 summaryview             other apps
6966                 mimeview icons          other apps
6967                 other apps              summaryview
6968                 other apps              folderview
6969
6970                 This shouldn't have broken the existing:
6971                 From                    To
6972                 summaryview             folderview
6973                 folderview              folderview
6974                 summaryview             compose's attachments
6975
6976         Tests welcomed.
6977
6978 2006-02-02 [paul]       2.0.0cvs9
6979
6980         * src/mainwindow.c
6981                 move global option 'Set displayed columns...' out
6982                 of folder option grouping.
6983                 fix sensitivity of 'harvest addresses'
6984         FOR_STABLE
6985
6986 2006-02-01 [colin]      2.0.0cvs8
6987
6988         * src/mimeview.c
6989                 Revert the alertpanel patch, it sucks (intrusive
6990                 and gets in the way of "open")
6991
6992 2006-02-01 [colin]      2.0.0cvs7
6993
6994         * src/compose.c
6995         * src/prefs_account.c
6996         * src/prefs_common.c
6997         * src/common/defs.h
6998         * src/common/utils.c
6999         * src/common/utils.h
7000                 Add ability to edit the signature file
7001                 from the account preferences, and use
7002                 a default for the text editor.
7003                 Patch by Fabien Vantard
7004
7005 2006-02-01 [colin]      2.0.0cvs6
7006
7007         * src/mimeview.c
7008                 Try to get mime type by extension if it is
7009                 application/octet-stream
7010                 Display a window with possible choices when
7011                 encountering unknown mime types
7012         * src/gtk/filesel.c
7013         * src/gtk/filesel.h
7014                 Add preview
7015                 Allow multiple selection in filtered filesel
7016                 (patch by Fabien Vantard)
7017         * src/gtk/pluginwindow.c
7018                 Use it (patch by Fabien Vantard)
7019
7020 2006-02-01 [paul]       2.0.0cvs5
7021
7022         * src/jpilot.c
7023                 fix crash on creating jpilot address book
7024                 Thanks to Colin - FOR_STABLE
7025         * src/prefs_summaries.c
7026         * src/prefs_wrapping.c
7027         * src/gtk/icon_legend.c
7028         * src/gtk/quicksearch.c
7029                 string fixes and additions
7030
7031 2006-02-01 [paul]       2.0.0cvs4
7032
7033         * src/compose.c
7034         * src/mainwindow.c
7035         * src/messageview.c
7036         * src/prefs_send.c
7037                 add Arabic encoding option
7038                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
7039
7040 2006-01-31 [colin]      2.0.0cvs3
7041
7042         * src/plugins/pgpcore/passphrase.c
7043                 Convert passphrase to locale encoding
7044         * src/compose.c
7045                 Fix drafting on IMAP. Crappy bug sneaked in
7046                 the release :-/
7047         FOR_STABLE
7048
7049 2006-01-30 [paul]       2.0.0cvs2
7050
7051         * src/gtk/icon_legend.c
7052                 show the new entries
7053
7054 2006-01-30 [colin]      2.0.0cvs1
7055
7056         * src/manual.c
7057                 Check for the file to be present before 
7058                 enabling the menu - FOR_STABLE
7059         * src/gtk/icon_legend.c
7060                 Add folders icons (not all of them, there
7061                 are too much, but the most intriguing ones)
7062
7063 2006-01-30 [paul]       2.0.0
7064
7065         version 2.0.0 released
7066
7067 2006-01-30 [paul]       1.9.100cvs200
7068
7069         * manual/faq.xml
7070         * manual/gpl.xml
7071         * manual/intro.xml
7072         * manual/starting.xml
7073         * manual/sylpheed-claws-manual.xml
7074                 fixes, additions
7075
7076 2006-01-29 [mones]      1.9.100cvs199
7077
7078         * manual/account.xml
7079         * manual/advanced.xml
7080         * manual/glossary.xml
7081                 Some typos fixed, added LDIF term to glossary
7082         * po/es.po
7083                 Fixed leading plus symbol
7084
7085 2006-01-29 [paul]       1.9.100cvs198
7086
7087         * po/fi.po
7088         * po/sk.po
7089                 updated by Tommi Pirinen and Andrej Kacian
7090
7091 2006-01-29 [paul]       1.9.100cvs197
7092
7093         * src/gtk/authors.h
7094                 remove duplicates
7095
7096 2006-01-29 [paul]       1.9.100cvs196
7097
7098         * AUTHORS
7099         * po/nl.po
7100         * src/gtk/authors.h
7101         * tools/claws.i18n.status.pl
7102                 nl translation updated by Tim Dijkstra
7103
7104 2006-01-29 [paul]       1.9.100cvs195
7105
7106         * po/sr.po
7107         * po/sv.po
7108                 updated by Aleksandar Urosevic and Anders Troback
7109
7110 2006-01-28 [colin]      1.9.100cvs194
7111
7112         * src/gtk/gtksourceprintjob.c
7113                 Don't fiddle with PangoLayout when we
7114                 have an image
7115
7116 2006-01-28 [paul]       1.9.100cvs193
7117
7118         * AUTHORS
7119         * po/el.po
7120         * po/zh_CN.po
7121         * src/gtk/authors.h
7122         * tools/claws.i18n.status.pl
7123                 updated translations submitted by Stavros Giannouris
7124                 and Ralgh Young
7125
7126 2006-01-27 [colin]      1.9.100cvs192
7127
7128         * src/summaryview.c
7129         * src/gtk/gtksourceprintjob.c
7130                 Add image printing 
7131                 (libgnomeprint only, of course)
7132
7133 2006-01-27 [paul]       1.9.100cvs191
7134
7135         * po/fr.po
7136         * po/it.po
7137                 updated by Fabien Vantard and Andrea Spadaccini
7138
7139 2006-01-26 [colin]      1.9.100cvs190
7140
7141         * manual/Makefile.am
7142         * configure.ac
7143                 Make building the manual optional 
7144                 (--disable-manual)
7145
7146 2006-01-26 [paul]       1.9.100cvs189
7147
7148         * manual/glossary.xml
7149         * manual/plugins.xml
7150                 edited
7151         * po/en_GB.po
7152                 updated
7153
7154 2006-01-26 [paul]       1.9.100cvs188
7155
7156         * src/prefs_display_header.c
7157         * src/prefs_folder_column.c
7158         * src/prefs_msg_colors.c
7159         * src/prefs_summaries.c
7160         * src/prefs_summary_column.c
7161                 HIGify
7162
7163 2006-01-25 [colin]      1.9.100cvs187
7164
7165         * src/imap.c
7166                 Don't allow moving/copying mails between
7167                 queue/drafts and non-queue/drafts folders
7168                 Fixes bug #897 (message header is resetted 
7169                 if one is copied to Drafts)
7170
7171 2006-01-25 [colin]      1.9.100cvs186
7172
7173         * src/folder.c
7174         * src/mainwindow.c
7175                 Fix subscribed folders not found
7176         * src/compose.c
7177                 Don't try to encode as original mail's charset
7178                 if it's ascii 
7179
7180 2006-01-25 [paul]       1.9.100cvs185
7181
7182         * AUTHORS
7183         * po/Makevars
7184                 updated
7185         * po/de.po
7186         * po/pl.po
7187         * po/pt_BR.po
7188         * po/sr.po
7189                 updates submitted by Stephan Sachse, Emilian Nowak
7190                 and Quar, Frederico Goncalves Guimaraes, and
7191                 Aleksandar Urosevic
7192                 Fix Bug 896, 'PT_BR locale broken'.
7193         * src/gtk/authors.h
7194                 updated
7195
7196 2006-01-24 [mones]      1.9.100cvs184
7197
7198         * manual/glossary.xml
7199                 All current terms finished. Reviewers welcome ;-)
7200         * manual/keyboard.xml
7201                 Fixed column width for pdf output.
7202         * po/es.po
7203                 Updated
7204
7205 2006-01-24 [paul]       1.9.100cvs183
7206
7207         * manual/glossary.xml
7208                 fix id name
7209         * manual/dist/html/Makefile.am
7210         * manual/dist/pdf/Makefile.am
7211         * manual/dist/ps/Makefile.am
7212         * manual/dist/txt/Makefile.am
7213                 fix make deps
7214                 Thanks to Colin
7215
7216 2006-01-24 [mones]      1.9.100cvs182
7217
7218         * manual/glossary.xml
7219                 Nearly finished, some terms missing.
7220
7221 2006-01-23 [paul]       1.9.100cvs181
7222
7223         * manual/dist/html/Makefile.am
7224         * manual/dist/pdf/Makefile.am
7225         * manual/dist/ps/Makefile.am
7226         * manual/dist/txt/Makefile.am
7227         * src/mainwindow.c
7228                 re-enable manual
7229                 Thanks to Colin
7230
7231 2006-01-22 [colin]      1.9.100cvs180
7232
7233         * src/compose.c
7234         * src/gtk/gtkaspell.c
7235                 Don't deselect stuff before right-clicking, with aspell.
7236                 (This prevented right-click Copy, for example).
7237                 Thanks to Clo!
7238
7239 2006-01-22 [paul]       1.9.100cvs179
7240
7241         * src/summary_search.c
7242                 don't fix the widget size as it causes problems
7243                 under localisation.
7244                 Thanks to Emilian Nowak
7245
7246 2006-01-21 [paul]       1.9.100cvs178
7247
7248         * src/prefs_themes.c
7249                 fix broken underlining of label text
7250                 with some translations
7251
7252 2006-01-21 [colin]      1.9.100cvs177
7253
7254         * po/fr.po
7255                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7256
7257 2006-01-20 [colin]      1.9.100cvs176
7258
7259         * configure.ac
7260         * Makefile.am
7261         * manual/Makefile
7262         * manual/dist/html/.cvsignore
7263         * manual/dist/html/Makefile.am
7264         * manual/dist/pdf/.cvsignore
7265         * manual/dist/pdf/Makefile.am
7266         * manual/dist/ps/.cvsignore
7267         * manual/dist/ps/Makefile.am
7268         * manual/dist/txt/.cvsignore
7269         * manual/dist/txt/Makefile.am
7270                 Autotool-ize manual
7271
7272 2006-01-20 [paul]       1.9.100cvs175
7273
7274         * manual/handling.xml
7275                 make Filtering and Searching entries easier to find
7276         * manual/keyboard.xml
7277                 add the remaining default keybinds
7278         * src/prefs_summaries.c
7279                 update the default keybinds
7280
7281 2006-01-20 [paul]       1.9.100cvs174
7282
7283         * src/addressbook.c
7284         * src/addrgather.c
7285         * src/addrharvest.c
7286         * src/editaddress.c
7287         * src/editgroup.c
7288         * src/exphtmldlg.c
7289         * src/expldifdlg.c
7290         * src/exporthtml.c
7291         * src/exportldif.c
7292         * src/ldif.c
7293                 replace 'e-mail' with 'email'
7294         * src/summary_search.c
7295                 add mnemonic to "Find all" button
7296
7297 2006-01-20 [wwp]        1.9.100cvs173
7298
7299         * src/export.c
7300         * src/import.c
7301                 touched mbox import/export buttons for HIG-compliance
7302
7303 2006-01-19 [paul]       1.9.100cvs172
7304
7305         * manual/account.xml
7306         * manual/addrbook.xml
7307         * manual/advanced.xml
7308         * manual/faq.xml
7309         * manual/handling.xml
7310         * manual/intro.xml
7311         * manual/plugins.xml
7312         * manual/starting.xml
7313                 more editing
7314
7315 2006-01-19 [paul]       1.9.100cvs171
7316
7317         * src/toolbar.c
7318                 allow use of trash button while receiving
7319                 Thanks to Colin
7320
7321 2006-01-19 [wwp]        1.9.100cvs170
7322
7323         * src/gtk/quicksearch.c
7324         * src/compose.c
7325                 force text color to black when yellow background is set
7326
7327 2006-01-19 [colin]      1.9.100cvs169
7328
7329         * src/plugins/trayicon/trayicon.c
7330                 Gray out Get Mail when already getting mail
7331
7332 2006-01-18 [paul]       1.9.100cvs168
7333
7334         * src/compose.c
7335                 give widget yellow background was To is
7336                 set via folder prefs
7337         * src/gtk/quicksearch.c
7338                 give widget yellow background when quick
7339                 search is active.
7340                 Thanks to Colin
7341
7342 2006-01-18 [paul]       1.9.100cvs167
7343
7344         * doc/man/sylpheed-claws.1
7345                 add --subscribe option
7346
7347 2006-01-18 [paul]       1.9.100cvs166
7348
7349         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7350         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7351                 use %U instead of %F (%F is broken for user installed
7352                 files in kde 3.5)
7353
7354 2006-01-18 [colin]      1.9.100cvs165
7355
7356         * src/summaryview.c
7357                 Default to Yes in "No more * messages" dialogs
7358
7359 2006-01-17 [colin]      1.9.100cvs164
7360
7361         * src/compose.c
7362                 Possibly fix an invalid iterator causing
7363                 crash
7364
7365 2006-01-17 [colin]      1.9.100cvs163
7366
7367         * src/mimeview.c
7368                 Fix crash when the image disappears under the
7369                 image viewer
7370
7371 2006-01-16 [colin]      1.9.100cvs162
7372
7373         * src/compose.c
7374                 Fix reenabling autowrap
7375
7376 2006-01-16 [colin]      1.9.100cvs161
7377
7378         * src/compose.c
7379                 reset quote_len before getting quote_str
7380
7381 2006-01-16 [colin]      1.9.100cvs160
7382
7383         * src/account.c
7384         * src/account.h
7385         * src/folder.c
7386         * src/imap_gtk.c
7387         * src/mh_gtk.c
7388                 Fix bug #883 (default inbox does not track folder move)
7389
7390 2006-01-16 [colin]      1.9.100cvs159
7391
7392         * src/compose.c
7393         * src/plugins/pgpcore/passphrase.c
7394                 More buttons fixes
7395
7396 2006-01-16 [paul]       1.9.100cvs158
7397
7398         * src/prefs_actions.c
7399         * src/prefs_filtering_action.c
7400         * src/prefs_matcher.c
7401         * src/quote_fmt.c
7402         * src/gtk/description_window.c
7403         * src/gtk/description_window.h
7404         * src/gtk/quicksearch.c
7405                 description window cleanups
7406
7407 2006-01-15 [colin]      1.9.100cvs157
7408
7409         * src/addressbook.c
7410         * src/prefs_filtering.c
7411                 Same here
7412
7413 2006-01-15 [colin]      1.9.100cvs156
7414
7415         * src/folderview.c
7416         * src/mainwindow.c
7417                 Same for "Empty trash"
7418
7419 2006-01-15 [colin]      1.9.100cvs155
7420
7421         * src/inc.c
7422                 Override offline dialog had Yes by default
7423
7424 2006-01-15 [colin]      1.9.100cvs154
7425
7426         * src/summaryview.c
7427                 Delete selected messages? previously had Yes the default
7428
7429 2006-01-15 [colin]      1.9.100cvs153
7430
7431         * src/folder.c
7432         * src/folder.h
7433         * src/main.c
7434                 Check if a mailbox is loaded after all
7435                 plugins are loaded.
7436
7437 2006-01-15 [colin]      1.9.100cvs152
7438
7439         * src/folder.c
7440                 Don't start wizard when there are unloaded folders (will help
7441                 people with only mbox or maildir mailboxes)
7442
7443 2006-01-14 [colin]      1.9.100cvs151
7444
7445         * src/addressbook.c
7446         * src/expldifdlg.c
7447         * src/importldif.c
7448         * src/importmutt.c
7449         * src/importpine.c
7450         * src/mh_gtk.c
7451                 More HIG compliance and fixes
7452
7453 2006-01-14 [colin]      1.9.100cvs150
7454
7455         * src/prefs_filtering_action.c
7456         * src/foldersel.c
7457                 Two forgotten button order changes
7458
7459 2006-01-14 [colin]      1.9.100cvs149
7460
7461         * src/account.c
7462         * src/addressbook.c
7463         * src/compose.c
7464         * src/folderview.c
7465         * src/imap_gtk.c
7466         * src/mainwindow.c
7467         * src/mh_gtk.c
7468         * src/news_gtk.c
7469         * src/prefs_actions.c
7470         * src/prefs_customheader.c
7471         * src/prefs_filtering.c
7472         * src/prefs_matcher.c
7473         * src/prefs_template.c
7474         * src/ssl_manager.c
7475         * src/summaryview.c
7476         * src/textview.c
7477         * src/toolbar.c
7478                 All deletion confirmations are now "Cancel, Delete" 
7479                 instead of "No, Yes"
7480                 Clarified most of the other "No, Yes" to 
7481                 "Cancel, Descriptive_action"
7482                 Rechanged the "Entry not saved" alerts to have 
7483                 "Close, Continue editing"
7484
7485
7486 2006-01-14 [paul]
7487
7488         * 2.0.0-rc4 released
7489
7490 2006-01-14 [paul]       1.9.100cvs148
7491
7492         * src/account.c
7493         * src/addressadd.c
7494         * src/addressbook.c
7495         * src/compose.c
7496         * src/editaddress.c
7497         * src/editbook.c
7498         * src/editgroup.c
7499         * src/editjpilot.c
7500         * src/editldap.c
7501         * src/editvcard.c
7502         * src/exphtmldlg.c
7503         * src/expldifdlg.c
7504         * src/folderview.c
7505         * src/grouplistdialog.c
7506         * src/imap_gtk.c
7507         * src/importmutt.c
7508         * src/importpine.c
7509         * src/inc.c
7510         * src/main.c
7511         * src/mainwindow.c
7512         * src/message_search.c
7513         * src/messageview.c
7514         * src/mh_gtk.c
7515         * src/mimeview.c
7516         * src/news_gtk.c
7517         * src/prefs_actions.c
7518         * src/prefs_customheader.c
7519         * src/prefs_filtering.c
7520         * src/prefs_matcher.c
7521         * src/prefs_template.c
7522         * src/prefs_themes.c
7523         * src/ssl_manager.c
7524         * src/summary_search.c
7525         * src/summaryview.c
7526         * src/textview.c
7527         * src/toolbar.c
7528         * src/gtk/foldersort.c
7529         * src/gtk/gtkaspell.c
7530         * src/gtk/inputdialog.c
7531         * src/gtk/prefswindow.c
7532         * src/plugins/pgpcore/select-keys.c
7533         * src/plugins/trayicon/trayicon.c
7534                 HIG compliant button order
7535
7536 2006-01-14 [mones]      1.9.100cvs147
7537
7538         * po/es.po
7539                 Updated translation
7540
7541 2006-01-13 [paul]       1.9.100cvs146
7542
7543         * AUTHORS
7544         * ChangeLog
7545         * src/gtk/authors.h
7546                 add Joshua M. Kwan to contributors list
7547
7548 2006-01-13 [colin]      1.9.100cvs145
7549
7550         * src/gtk/quicksearch.c
7551                 Don't refocus quick search after executing (Esc or Enter)
7552                 Allows to '/'search something then move up/down in 
7553                 summaryview, and to Esc a search and be back in the 
7554                 summaryview
7555
7556 2006-01-13 [paul]       1.9.100cvs144
7557
7558         * src/plugins/pgpinline/pgpinline.c
7559                 support Content-Type 'application/pgp'
7560                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7561
7562 2006-01-13 [paul]       1.9.100cvs143
7563
7564         * manual/account.xml
7565                 make mention of partial retrieval
7566                 thanks to Colin
7567
7568 2006-01-13 [paul]       1.9.100cvs142
7569
7570         * src/account.c
7571         * src/account.h
7572         * src/action.c
7573         * src/action.h
7574         * src/adbookbase.h
7575         * src/addr_compl.c
7576         * src/addr_compl.h
7577         * src/addrbook.c
7578         * src/addrcache.c
7579         * src/addrcache.h
7580         * src/addrcindex.c
7581         * src/addrcindex.h
7582         * src/addrclip.c
7583         * src/addrclip.h
7584         * src/addrdefs.h
7585         * src/addressadd.c
7586         * src/addressadd.h
7587         * src/addressbook.c
7588         * src/addressbook.h
7589         * src/addrgather.c
7590         * src/addrgather.h
7591         * src/addrharvest.c
7592         * src/addrharvest.h
7593         * src/addrindex.c
7594         * src/addrindex.h
7595         * src/addritem.c
7596         * src/addritem.h
7597         * src/addrquery.c
7598         * src/addrquery.h
7599         * src/addrselect.c
7600         * src/addrselect.h
7601         * src/alertpanel.c
7602         * src/alertpanel.h
7603         * src/browseldap.c
7604         * src/browseldap.h
7605         * src/codeconv.c
7606         * src/codeconv.h
7607         * src/compose.c
7608         * src/compose.h
7609         * src/customheader.c
7610         * src/customheader.h
7611         * src/displayheader.c
7612         * src/displayheader.h
7613         * src/editaddress.c
7614         * src/editaddress.h
7615         * src/editbook.c
7616         * src/editbook.h
7617         * src/editgroup.c
7618         * src/editgroup.h
7619         * src/editjpilot.c
7620         * src/editjpilot.h
7621         * src/editldap.c
7622         * src/editldap.h
7623         * src/editldap_basedn.c
7624         * src/editldap_basedn.h
7625         * src/editvcard.c
7626         * src/editvcard.h
7627         * src/exphtmldlg.c
7628         * src/exphtmldlg.h
7629         * src/expldifdlg.c
7630         * src/expldifdlg.h
7631         * src/export.h
7632         * src/exporthtml.c
7633         * src/exporthtml.h
7634         * src/exportldif.c
7635         * src/exportldif.h
7636         * src/filtering.c
7637         * src/filtering.h
7638         * src/folder.c
7639         * src/folder.h
7640         * src/folder_item_prefs.c
7641         * src/folder_item_prefs.h
7642         * src/foldersel.c
7643         * src/foldersel.h
7644         * src/folderutils.c
7645         * src/folderutils.h
7646         * src/folderview.c
7647         * src/folderview.h
7648         * src/grouplistdialog.c
7649         * src/grouplistdialog.h
7650         * src/headerview.c
7651         * src/html.c
7652         * src/html.h
7653         * src/image_viewer.c
7654         * src/image_viewer.h
7655         * src/imap.c
7656         * src/imap.h
7657         * src/imap_gtk.c
7658         * src/imap_gtk.h
7659         * src/import.h
7660         * src/importldif.c
7661         * src/importldif.h
7662         * src/importmutt.c
7663         * src/importmutt.h
7664         * src/importpine.c
7665         * src/importpine.h
7666         * src/inc.c
7667         * src/inc.h
7668         * src/jpilot.c
7669         * src/jpilot.h
7670         * src/ldapctrl.c
7671         * src/ldapctrl.h
7672         * src/ldaplocate.c
7673         * src/ldaplocate.h
7674         * src/ldapquery.c
7675         * src/ldapquery.h
7676         * src/ldapserver.c
7677         * src/ldapserver.h
7678         * src/ldaputil.c
7679         * src/ldaputil.h
7680         * src/ldif.c
7681         * src/ldif.h
7682         * src/main.c
7683         * src/main.h
7684         * src/mainwindow.c
7685         * src/mainwindow.h
7686         * src/manual.c
7687         * src/manual.h
7688         * src/mbox.c
7689         * src/mbox.h
7690         * src/message_search.c
7691         * src/message_search.h
7692         * src/messageview.c
7693         * src/messageview.h
7694         * src/mh.c
7695         * src/mh.h
7696         * src/mh_gtk.c
7697         * src/mh_gtk.h
7698         * src/mimeview.c
7699         * src/mimeview.h
7700         * src/msgcache.c
7701         * src/msgcache.h
7702         * src/mutt.c
7703         * src/mutt.h
7704         * src/news.c
7705         * src/news.h
7706         * src/news_gtk.c
7707         * src/news_gtk.h
7708         * src/partial_download.c
7709         * src/partial_download.h
7710         * src/pine.c
7711         * src/pine.h
7712         * src/pop.c
7713         * src/pop.h
7714         * src/prefs_account.c
7715         * src/prefs_account.h
7716         * src/prefs_actions.c
7717         * src/prefs_actions.h
7718         * src/prefs_common.c
7719         * src/prefs_common.h
7720         * src/prefs_compose_writing.c
7721         * src/prefs_compose_writing.h
7722         * src/prefs_customheader.c
7723         * src/prefs_customheader.h
7724         * src/prefs_display_header.c
7725         * src/prefs_display_header.h
7726         * src/prefs_filtering.c
7727         * src/prefs_filtering.h
7728         * src/prefs_filtering_action.c
7729         * src/prefs_filtering_action.h
7730         * src/prefs_folder_column.c
7731         * src/prefs_folder_column.h
7732         * src/prefs_folder_item.c
7733         * src/prefs_folder_item.h
7734         * src/prefs_fonts.c
7735         * src/prefs_fonts.h
7736         * src/prefs_gtk.c
7737         * src/prefs_gtk.h
7738         * src/prefs_image_viewer.c
7739         * src/prefs_image_viewer.h
7740         * src/prefs_matcher.c
7741         * src/prefs_matcher.h
7742         * src/prefs_message.c
7743         * src/prefs_msg_colors.c
7744         * src/prefs_msg_colors.h
7745         * src/prefs_other.c
7746         * src/prefs_quote.c
7747         * src/prefs_receive.c
7748         * src/prefs_send.c
7749         * src/prefs_spelling.c
7750         * src/prefs_spelling.h
7751         * src/prefs_summaries.c
7752         * src/prefs_summaries.h
7753         * src/prefs_summary_column.c
7754         * src/prefs_summary_column.h
7755         * src/prefs_template.c
7756         * src/prefs_template.h
7757         * src/prefs_themes.c
7758         * src/prefs_themes.h
7759         * src/prefs_toolbar.c
7760         * src/prefs_toolbar.h
7761         * src/prefs_wrapping.c
7762         * src/prefs_wrapping.h
7763         * src/privacy.c
7764         * src/privacy.h
7765         * src/procheader.c
7766         * src/procheader.h
7767         * src/procmime.c
7768         * src/procmime.h
7769         * src/procmsg.c
7770         * src/procmsg.h
7771         * src/quote_fmt.c
7772         * src/quote_fmt_parse.y
7773         * src/recv.c
7774         * src/recv.h
7775         * src/remotefolder.c
7776         * src/remotefolder.h
7777         * src/send_message.c
7778         * src/send_message.h
7779         * src/setup.c
7780         * src/setup.h
7781         * src/sourcewindow.c
7782         * src/sourcewindow.h
7783         * src/ssl_manager.c
7784         * src/ssl_manager.h
7785         * src/statusbar.c
7786         * src/statusbar.h
7787         * src/stock_pixmap.c
7788         * src/stock_pixmap.h
7789         * src/summary_search.c
7790         * src/summary_search.h
7791         * src/summaryview.c
7792         * src/summaryview.h
7793         * src/syldap.c
7794         * src/syldap.h
7795         * src/textview.c
7796         * src/textview.h
7797         * src/toolbar.c
7798         * src/toolbar.h
7799         * src/undo.c
7800         * src/undo.h
7801         * src/unmime.c
7802         * src/unmime.h
7803         * src/vcard.c
7804         * src/vcard.h
7805         * src/wizard.c
7806         * src/wizard.h
7807         * src/common/base64.c
7808         * src/common/base64.h
7809         * src/common/defs.h
7810         * src/common/hooks.c
7811         * src/common/hooks.h
7812         * src/common/log.c
7813         * src/common/log.h
7814         * src/common/mgutils.c
7815         * src/common/mgutils.h
7816         * src/common/nntp.c
7817         * src/common/nntp.h
7818         * src/common/passcrypt.c
7819         * src/common/passcrypt.h.in
7820         * src/common/plugin.c
7821         * src/common/plugin.h
7822         * src/common/prefs.c
7823         * src/common/prefs.h
7824         * src/common/progressindicator.c
7825         * src/common/progressindicator.h
7826         * src/common/quoted-printable.c
7827         * src/common/quoted-printable.h
7828         * src/common/session.c
7829         * src/common/session.h
7830         * src/common/smtp.c
7831         * src/common/smtp.h
7832         * src/common/socket.c
7833         * src/common/socket.h
7834         * src/common/ssl.c
7835         * src/common/ssl.h
7836         * src/common/ssl_certificate.c
7837         * src/common/ssl_certificate.h
7838         * src/common/stringtable.c
7839         * src/common/stringtable.h
7840         * src/common/sylpheed.c
7841         * src/common/sylpheed.h
7842         * src/common/template.c
7843         * src/common/template.h
7844         * src/common/timing.h
7845         * src/common/utils.c
7846         * src/common/utils.h
7847         * src/common/version.h.in
7848         * src/common/xml.c
7849         * src/common/xml.h
7850         * src/common/xmlprops.c
7851         * src/common/xmlprops.h
7852         * src/gtk/colorlabel.c
7853         * src/gtk/colorsel.c
7854         * src/gtk/colorsel.h
7855         * src/gtk/description_window.c
7856         * src/gtk/description_window.h
7857         * src/gtk/filesel.c
7858         * src/gtk/filesel.h
7859         * src/gtk/foldersort.c
7860         * src/gtk/foldersort.h
7861         * src/gtk/gtkutils.c
7862         * src/gtk/gtkutils.h
7863         * src/gtk/inputdialog.c
7864         * src/gtk/inputdialog.h
7865         * src/gtk/logwindow.c
7866         * src/gtk/logwindow.h
7867         * src/gtk/manage_window.c
7868         * src/gtk/manage_window.h
7869         * src/gtk/menu.c
7870         * src/gtk/menu.h
7871         * src/gtk/pluginwindow.c
7872         * src/gtk/pluginwindow.h
7873         * src/gtk/prefswindow.c
7874         * src/gtk/prefswindow.h
7875         * src/gtk/progressdialog.c
7876         * src/gtk/progressdialog.h
7877         * src/gtk/sslcertwindow.c
7878         * src/gtk/sslcertwindow.h
7879         * src/plugins/clamav/clamav_plugin.c
7880         * src/plugins/clamav/clamav_plugin.h
7881         * src/plugins/clamav/clamav_plugin_gtk.c
7882         * src/plugins/demo/demo.c
7883         * src/plugins/dillo_viewer/dillo_prefs.c
7884         * src/plugins/dillo_viewer/dillo_prefs.h
7885         * src/plugins/dillo_viewer/dillo_viewer.c
7886         * src/plugins/pgpcore/passphrase.c
7887         * src/plugins/pgpcore/passphrase.h
7888         * src/plugins/pgpcore/plugin.c
7889         * src/plugins/pgpcore/select-keys.c
7890         * src/plugins/pgpcore/select-keys.h
7891         * src/plugins/pgpcore/sgpgme.c
7892         * src/plugins/pgpcore/sgpgme.h
7893         * src/plugins/pgpinline/pgpinline.c
7894         * src/plugins/pgpinline/pgpinline.h
7895         * src/plugins/pgpinline/plugin.c
7896         * src/plugins/pgpmime/pgpmime.c
7897         * src/plugins/pgpmime/pgpmime.h
7898         * src/plugins/pgpmime/plugin.c
7899         * src/plugins/spamassassin/spamassassin.c
7900         * src/plugins/spamassassin/spamassassin.h
7901         * src/plugins/spamassassin/spamassassin_gtk.c
7902         * src/plugins/trayicon/trayicon.c
7903                 update copyright header
7904
7905 2006-01-13 [paul]       1.9.100cvs141
7906
7907         * src/account.c
7908         * src/export.c
7909         * src/import.c
7910         * src/mainwindow.c
7911         * src/prefs_account.c
7912         * src/prefs_display_header.c
7913         * src/prefs_receive.c
7914         * src/prefs_send.c
7915         * src/prefs_summaries.c
7916         * src/prefs_themes.c
7917         * src/prefs_toolbar.c
7918         * src/gtk/about.c
7919                 various cleanups
7920
7921 2006-01-12 [colin]      1.9.100cvs140
7922
7923         * src/folder.c
7924         * src/folder.h
7925         * src/main.c
7926                 Add --subscribe option
7927                 Let sylpheed-claws email@domain.com equivalent to --compose
7928                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7929
7930 2006-01-12 [paul]       1.9.100cvs139
7931
7932         * src/mainwindow.c
7933                 append 'Change folder order' label with '...'
7934         * src/prefs_actions.c
7935                 allow reordering of actions list by dnd
7936         * src/gtk/foldersort.c
7937                 make the dialog nicer
7938
7939 2006-01-11 [colin]      1.9.100cvs138
7940
7941         * src/compose.c
7942                 Allow templates without text
7943
7944 2006-01-11 [paul]       1.9.100cvs137
7945
7946         * tools/README
7947         * tools/filter_conv_new.pl
7948                 add info to README
7949                 also check .sylpheed for filter.xml
7950                 be a bit informative to the user
7951
7952 2006-01-11 [colin]      1.9.100cvs136
7953
7954         * src/textview.c
7955                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7956
7957 2006-01-10 [paul]       1.9.100cvs135
7958
7959         * tools/Makefile.am
7960         * tools/filter_conv_new.pl
7961                 add script to convert new style Sylpheed
7962                 filter rules (Sylpheed >= 0.9.99) to
7963                 Claws filtering rules
7964
7965 2006-01-10 [colin]      1.9.100cvs134
7966
7967         * src/compose.c
7968                 Fix broken line joins in certain conditions
7969                 (between two quoted lines: <enter><enter><up>
7970                  <type a wrapped sentence><go in the first line>
7971                  <insert more text><watch as line joining failed>)
7972
7973 2006-01-10 [paul]       1.9.100cvs133
7974
7975         * src/compose.c
7976                 don't report success in error dialog
7977                 thanks to Colin
7978         * src/common/utils.c
7979                 include some trailing punctuations as URI
7980                 thanks to Hiro
7981
7982 2006-01-10 [paul]       1.9.100cvs132
7983
7984         * src/mimeview.c
7985                 fix incompatible pointer type
7986                 warning
7987
7988 2006-01-10 [paul]       1.9.100cvs131
7989
7990         * src/compose.c
7991                 change Subject in window title
7992                 instantaneously
7993
7994 2006-01-09 [colin]      1.9.100cvs130
7995
7996         * src/addressbook.c
7997         * src/headerview.c
7998         * src/mainwindow.c
7999         * src/messageview.c
8000         * src/mimeview.c
8001         * src/noticeview.c
8002         * src/summaryview.c
8003                 Fix possible crashes on exit and in addressbook
8004
8005 2006-01-09 [paul]       1.9.100cvs129
8006
8007         * src/prefs_msg_colors.c
8008                 some cleanups that I forgot last time
8009
8010 2006-01-09 [paul]       1.9.100cvs128
8011
8012         * README
8013         * src/folderview.c
8014         * src/prefs_msg_colors.c
8015                 add previously hidden option, color_new, to
8016                 the gui
8017                 move the page to Display/
8018                 rework the gui
8019
8020 2006-01-09 [wwp]        1.9.100cvs127
8021
8022         * src/prefs_themes.c
8023                 made the prefs/display/themes layouts spacing less condensed
8024                 (and so they match other prefs/pages' look).
8025
8026 2006-01-09 [paul]       1.9.100cvs126
8027
8028         * src/compose.c
8029         * src/prefs_common.c
8030         * src/prefs_common.h
8031         * src/prefs_wrapping.c
8032                 remove 'wrap at send' option
8033
8034 2006-01-06 [colin]      1.9.100cvs125
8035
8036         * src/compose.c
8037                 Just make completely sure we don't insert "manual line breaks" 
8038                 when wrapping... 
8039
8040 2006-01-04 [paul]
8041
8042         * 2.0.0-rc3 released
8043
8044 2006-01-04 [paul]       1.9.100cvs124
8045
8046         * src/folderview.c
8047                 fix bug 882, 'quick scroll in folder list
8048                 displays wrong folder contents'
8049
8050 2006-01-04 [paul]       1.9.100cvs123
8051
8052         * src/plugins/pgpmime/pgpmime.c
8053                 better debug information when signing
8054                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
8055
8056 2006-01-03 [colin]      1.9.100cvs122
8057
8058         * configure.ac
8059                 We need to recheck for gpgme 1.0.0 after checking
8060                 for 1.1.1, because if 1.1.1 isn't available, 
8061                 GPGME_LIBS and friends are blanked out by the 
8062                 second check.
8063
8064 2006-01-03 [colin]      1.9.100cvs121
8065
8066         * src/common/prefs.c
8067                 Windows unlink-before rename fix
8068         * src/plugins/pgpcore/sgpgme.c
8069                 Add support for PKA info if available
8070                 Both patches by Werner Koch
8071
8072 2006-01-03 [paul]       1.9.100cvs120
8073
8074         * src/messageview.c
8075                 fix bug 884, 'Send receipt' button visible in queue
8076                 Thanks to Colin
8077
8078 2006-01-02 [colin]      1.9.100cvs119
8079
8080         * src/compose.c
8081         * src/imap.c
8082                 Fix autosave on IMAP and more generally try to
8083                 return the correct ID on a newly added IMAP message
8084
8085 2006-01-02 [paul]       1.9.100cvs118
8086
8087         * manual/keyboard.xml
8088                 edited
8089
8090 2006-01-01 [paul]       1.9.100cvs117
8091
8092         * src/gtk/authors.h
8093                 alphabetical order
8094
8095 2005-12-30 [colin]      1.9.100cvs116
8096
8097         * manual/advanced.xml
8098                 Explain Pre/Post-processing differences.
8099
8100 2005-12-30 [colin]      1.9.100cvs115
8101
8102         * src/mh.c
8103                 Implement copy_msgs for a little optimization
8104         * src/imap.c
8105                 Finish yesterday's fix
8106
8107 2005-12-29 [colin]      1.9.100cvs114
8108
8109         * src/imap.c
8110                 Fix occasional failure in fetching a mail over
8111                 IMAP
8112
8113 2005-12-29 [colin]      1.9.100cvs113
8114
8115         * src/compose.c
8116                 Don't remove a draft when sending it, if it is 
8117                 locked.
8118
8119 2005-12-28 [colin]      1.9.100cvs112
8120
8121         * src/summaryview.c
8122                 Fix leak for real
8123
8124 2005-12-28 [wwp]        1.9.100cvs111
8125
8126         * doc/faq/.cvsignore
8127         * doc/faq/de/.cvsignore
8128         * doc/faq/en/.cvsignore
8129         * doc/faq/es/.cvsignore
8130         * doc/faq/fr/.cvsignore
8131         * doc/faq/it/.cvsignore
8132         * doc/manual/.cvsignore
8133         * doc/manual/de/.cvsignore
8134         * doc/manual/en/.cvsignore
8135         * doc/manual/es/.cvsignore
8136         * doc/manual/fr/.cvsignore
8137         * doc/manual/ja/.cvsignore
8138         * src/plugins/mathml_viewer/.cvsignore
8139                 rollback revival of those files (my bad, sorry for the noise).
8140
8141 2005-12-28 [wwp]        1.9.100cvs110
8142
8143         * src/compose.c
8144                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8145
8146 2005-12-28 [wwp]        1.9.100cvs109
8147
8148         * doc/faq/.cvsignore
8149         * doc/faq/de/.cvsignore
8150         * doc/faq/en/.cvsignore
8151         * doc/faq/es/.cvsignore
8152         * doc/faq/fr/.cvsignore
8153         * doc/faq/it/.cvsignore
8154         * doc/manual/.cvsignore
8155         * doc/manual/de/.cvsignore
8156         * doc/manual/en/.cvsignore
8157         * doc/manual/es/.cvsignore
8158         * doc/manual/fr/.cvsignore
8159         * doc/manual/ja/.cvsignore
8160         * src/plugins/mathml_viewer/.cvsignore
8161         * po/.cvsignore
8162                 more files to ignore.
8163
8164 2005-12-24 [colin]      1.9.100cvs108
8165
8166         * AUTHORS
8167         * src/gtk/authors.h
8168                 Update for Werner
8169
8170 2005-12-24 [colin]      1.9.100cvs107
8171
8172         * src/procmsg.c
8173                 Allow NULL src_msginfo in 
8174                 procmsg_msginfo_new_from_mimeinfo
8175
8176 2005-12-23 [paul]       1.9.100cvs106
8177
8178         * src/plugins/pgpinline/mypgpcore.def
8179                 add this forgotten file
8180
8181 2005-12-23 [colin]      1.9.100cvs105
8182
8183         * src/mainwindow.c
8184                 Fix missing break
8185
8186 2005-12-23 [colin]      1.9.100cvs104
8187
8188         * autogen.sh
8189         * src/folder.c
8190         * src/mh.c
8191         * src/common/plugin.c
8192         * src/common/socket.c
8193         * src/common/socket.h
8194         * src/common/utils.c
8195         * src/common/utils.h
8196         * src/gtk/pluginwindow.c
8197         * src/plugins/pgpcore/plugin.def
8198         * src/plugins/pgpcore/sylpheed.def
8199         * src/plugins/pgpinline/Makefile.am
8200         * src/plugins/pgpinline/plugin.def
8201         * src/plugins/pgpinline/sylpheed.def
8202         * src/plugins/pgpmime/plugin.def
8203         * src/plugins/pgpmime/sylpheed.def
8204                 Various w32 fixes by Werner Koch
8205
8206 2005-12-22 [paul]       1.9.100cvs103
8207
8208         * src/wizard.c
8209                 don't offer IMAP as 'server type' if
8210                 libetpan isn't built in
8211
8212 2005-12-22 [paul]       1.9.100cvs102
8213
8214         * AUTHORS
8215         * src/mainwindow.c
8216         * src/mainwindow.h
8217         * src/toolbar.c
8218         * src/gtk/authors.h
8219                 support GTK_TOOLBAR_BOTH_HORIZ (text
8220                 next to icon) Patch by Marien Zwart
8221                 marienz@users.sf.net
8222                 Also reword the text
8223
8224 2005-12-21 [colin]      1.9.100cvs101
8225
8226         * configure.ac
8227                 Fix DATADIRNAME
8228         * COPYING
8229                 Fix missing section and explicit the exception better
8230         * src/compose.c
8231                 Prevent mail from being lost without notice when an
8232                 SMTP error happens on trying to send an unmodified
8233                 drafted mail.
8234         * src/send_message.c
8235         * src/common/smtp.c
8236                 Fix password remembering when wrong, and add return
8237                 value checks where they should have been
8238         * src/plugins/pgpcore/sylpheed.def
8239         * src/plugins/pgpinline/sylpheed.def
8240         * src/plugins/pgpmime/sylpheed.def
8241                 Add a few symbols needed
8242
8243 2005-12-21 [paul]       1.9.100cvs100
8244
8245         * m4/codeset.m4
8246         * m4/glibc21.m4
8247         * m4/intdiv0.m4
8248         * m4/inttypes-pri.m4
8249         * m4/inttypes.m4
8250         * m4/inttypes_h.m4
8251         * m4/isc-posix.m4
8252         * m4/lcmessage.m4
8253         * m4/stdint_h.m4
8254         * m4/uintmax_t.m4
8255                 gettextization
8256                 thanks to Colin
8257
8258 2005-12-21 [paul]       1.9.100cvs99
8259
8260         * po/sv.po
8261                 fixed by Colin
8262
8263 2005-12-20 [paul]       1.9.100cvs98
8264
8265         * po/sv.po
8266                 updated by Anders Trobäck
8267
8268 2005-12-20 [colin]      1.9.100cvs97
8269
8270         * ABOUT-NLS
8271         * Makefile.am
8272         * autogen.sh
8273         * configure.ac
8274         * config/config.rpath
8275         * config/mkinstalldirs
8276         * m4/Makefile.am
8277         * m4/glibc2.m4
8278         * m4/gnupg.m4
8279         * m4/gpgme.m4
8280         * m4/intmax.m4
8281         * m4/longdouble.m4
8282         * m4/longlong.m4
8283         * m4/printf-posix.m4
8284         * m4/signed.m4
8285         * m4/size_max.m4
8286         * m4/ulonglong.m4
8287         * m4/wchar_t.m4
8288         * m4/wint_t.m4
8289         * m4/xsize.m4
8290         * po/Makefile.in.in
8291         * po/Makevars
8292         * po/bg.po
8293         * po/ca.po
8294         * po/cs.po
8295         * po/de.po
8296         * po/el.po
8297         * po/en_GB.po
8298         * po/es.po
8299         * po/fi.po
8300         * po/fr.po
8301         * po/hr.po
8302         * po/hu.po
8303         * po/it.po
8304         * po/ja.po
8305         * po/ko.po
8306         * po/nb.po
8307         * po/nl.po
8308         * po/pl.po
8309         * po/pt_BR.po
8310         * po/ru.po
8311         * po/sk.po
8312         * po/sr.po
8313         * po/stamp-po
8314         * po/sv.po
8315         * po/zh_CN.po
8316         * po/zh_TW.po
8317         * src/Makefile.am
8318         * src/codeconv.c
8319         * src/compose.c
8320         * src/exporthtml.c
8321         * src/exportldif.c
8322         * src/folder.c
8323         * src/main.c
8324         * src/manual.c
8325         * src/mh.c
8326         * src/mimeview.c
8327         * src/send_message.c
8328         * src/common/Makefile.am
8329         * src/common/fnmatch.c
8330         * src/common/fnmatch.h
8331         * src/common/fnmatch_loop.c
8332         * src/common/nntp.c
8333         * src/common/plugin.c
8334         * src/common/smtp.c
8335         * src/common/socket.c
8336         * src/common/string_match.c
8337         * src/common/sylpheed.c
8338         * src/common/utils.c
8339         * src/common/utils.h
8340         * src/common/w32_dirent.c
8341         * src/common/w32_reg.c
8342         * src/common/w32_signal.c
8343         * src/common/w32_stat.c
8344         * src/common/w32_stdio.c
8345         * src/common/w32_stdlib.c
8346         * src/common/w32_string.c
8347         * src/common/w32_time.c
8348         * src/common/w32_unistd.c
8349         * src/common/w32_wait.c
8350         * src/common/w32lib.h
8351         * src/etpan/Makefile.am
8352         * src/gtk/Makefile.am
8353         * src/plugins/clamav/Makefile.am
8354         * src/plugins/demo/Makefile.am
8355         * src/plugins/dillo_viewer/Makefile.am
8356         * src/plugins/pgpcore/Makefile.am
8357         * src/plugins/pgpcore/passphrase.c
8358         * src/plugins/pgpcore/plugin.def
8359         * src/plugins/pgpcore/sgpgme.c
8360         * src/plugins/pgpcore/sylpheed.def
8361         * src/plugins/pgpcore/version.rc
8362         * src/plugins/pgpinline/Makefile.am
8363         * src/plugins/pgpinline/plugin.def
8364         * src/plugins/pgpinline/sylpheed.def
8365         * src/plugins/pgpinline/version.rc
8366         * src/plugins/pgpmime/Makefile.am
8367         * src/plugins/pgpmime/mypgpcore.def
8368         * src/plugins/pgpmime/plugin.def
8369         * src/plugins/pgpmime/sylpheed.def
8370         * src/plugins/pgpmime/version.rc
8371         * src/plugins/spamassassin/Makefile.am
8372                 Very little ;-) patch from Werner Koch, providing
8373                 infrastructure for cross-compiling to Win32
8374
8375 2005-12-20 [paul]       1.9.100cvs96
8376
8377         * src/account.c
8378         * src/account.h
8379         * src/mainwindow.c
8380         * src/mainwindow.h
8381         * src/toolbar.c
8382         * src/toolbar.h
8383                 add a combo to the Get All button, allowing
8384                 quick retrieval from any account
8385                 Patch by Fabien Vantard, slightly modified
8386                 by Colin
8387         * src/gtk/about.c
8388                 i18n fix. Patch by Fabien Vantard
8389
8390 2005-12-19 [colin]      1.9.100cvs95
8391
8392         * src/compose.c
8393         * src/compose.h
8394                 Don't automatically join lines when they've 
8395                 been separated by the user and not automatically
8396
8397 2005-12-19 [paul]       1.9.100cvs94
8398
8399         * src/gtk/pluginwindow.c
8400                 i18n fix.
8401                 Patch by Fabien Vantard
8402
8403 2005-12-15 [paul]       1.9.100cvs93
8404
8405         * src/common/plugin.c
8406         * src/common/plugin.h
8407         * src/gtk/pluginwindow.c
8408         * src/plugins/clamav/clamav_plugin.c
8409         * src/plugins/demo/demo.c
8410         * src/plugins/dillo_viewer/dillo_viewer.c
8411         * src/plugins/pgpcore/plugin.c
8412         * src/plugins/pgpinline/plugin.c
8413         * src/plugins/pgpmime/plugin.c
8414         * src/plugins/spamassassin/spamassassin.c
8415         * src/plugins/trayicon/trayicon.c
8416                 add plugin_version()
8417
8418 2005-12-15 [colin]      1.9.100cvs92
8419
8420         * src/compose.c
8421                 Further fix bug #875
8422
8423 2005-12-15 [paul]       1.9.100cvs91
8424
8425         * src/gtk/filesel.c
8426                 fix attach_load_dir getting set to
8427                 PLUGINDIR on plugin load
8428
8429 2005-12-14 [mones]      1.9.100cvs90
8430
8431         * manual/ack.xml
8432         * manual/keyboard.xml
8433                 Initial draft and some shortcuts added
8434                 
8435         * po/es.po
8436                 Updated translation
8437
8438 2005-12-14 [colin]      1.9.100cvs89
8439
8440         * src/compose.c
8441         * src/imap.c
8442         * src/summaryview.c
8443         * src/gtk/gtkaspell.c
8444                 More leaks fixed
8445         * src/prefs_folder_item.c
8446                 Fix recursive prefs apply
8447
8448
8449 2005-12-14 [colin]      1.9.100cvs88
8450
8451         * src/compose.c
8452                 Fix bug #875 (Freeze On Inline Forward of 
8453                 Large Message)
8454
8455 2005-12-13 [colin]      1.9.100cvs87
8456
8457         * src/compose.c
8458                 Uniq-ify and sort the mimetypes list
8459                 Patch by Fabien Vantard
8460
8461 2005-12-13 [colin]      1.9.100cvs86
8462
8463         * src/imap.c
8464         * src/etpan/imap-thread.c
8465                 Fix leaks (patch by Hoa)
8466         * src/news.c
8467         * src/common/plugin.c
8468                 Fix leaks
8469
8470 2005-12-12 [colin]
8471
8472         * 2.0.0-rc2 released
8473
8474 2005-12-12 [colin]      1.9.100cvs85
8475
8476         * src/matcher.c
8477                 Fix a leak
8478
8479 2005-12-12 [wwp]        1.9.100cvs84
8480
8481         * src/gtk/icon_legend.c
8482                 fix misbehaviour and crash when closing the legend window
8483         using the Esc key (patch by Fabien Vantard).
8484
8485 2005-12-12 [paul]       1.9.100cvs83
8486
8487         * src/browseldap.c
8488         * src/foldersel.c
8489         * src/prefs_actions.c
8490         * src/prefs_filtering.c
8491         * src/prefs_matcher.c
8492         * src/prefs_spelling.glade      ** REMOVED **
8493         * src/prefs_template.c
8494         * src/gtk/foldersort.glade      ** REMOVED **
8495         * src/gtk/pluginwindow.c
8496         * src/gtk/pluginwindow.glade    ** REMOVED **
8497         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8498                 cleanups
8499
8500 2005-12-11 [paul]       1.9.100cvs82
8501
8502         * src/gtk/filesel.c
8503                 fix attach_load_dir crasher (double free)
8504
8505 2005-12-09 [paul]       1.9.100cvs81
8506
8507         * po/POTFILES.in
8508         * src/mainwindow.c
8509         * src/gtk/Makefile.am
8510         * src/gtk/icon_legend.c
8511         * src/gtk/icon_legend.h
8512                 add icon legend
8513         * src/manual.c
8514                 cleanup
8515
8516 2005-12-09 [paul]       1.9.100cvs80
8517
8518         * src/plugins/pgpcore/passphrase.c
8519                 wrap the label in the dialog
8520
8521 2005-12-09 [colin]      1.9.100cvs79
8522
8523         * src/plugins/pgpcore/sgpgme.c
8524                 Display (untrusted) on not trusted signatures
8525                 Patch by Michal Èihaø <michal@cihar.com>
8526                 Closes bug #867 (Report also key trust)
8527
8528 2005-12-09 [colin]      1.9.100cvs78
8529
8530         * src/common/plugin.c
8531                 Update licence check, following Eben Moglen's advice
8532
8533 2005-12-08 [colin]      1.9.100cvs77
8534
8535         * src/folder.c
8536                 Fix the occasionnal item->cache != NULL 
8537                 assertion failure. 
8538
8539 2005-12-08 [colin]      1.9.100cvs76
8540
8541         * src/mimeview.c
8542         * src/plugins/pgpcore/sgpgme.c
8543                 Print key id when unable to check it
8544                 Closes bug #866 (Show key id when missing)
8545
8546 2005-12-08 [paul]       1.9.100cvs75
8547
8548         * src/prefs_common.c
8549         * src/prefs_common.h
8550         * src/gtk/filesel.c
8551                 remember load attachment dir
8552
8553 2005-12-07 [colin]      1.9.100cvs74
8554
8555         * src/prefs_toolbar.c
8556                 Gtk fixes, patch by Fabien Vantard
8557
8558 2005-12-07 [colin]      1.9.100cvs73
8559
8560         * src/action.c
8561         * src/compose.c
8562         * src/compose.h
8563                 Fix bug #839 (Quoted text isn't colored after 
8564                 executing an action)
8565         * src/common/plugin.c
8566                 Require plugins to declare their licence in plugin_licence()
8567                 Refuse to load non-GPL plugins as they'd be illegal (as 
8568                 derived works of Sylpheed-Claws, they must be GPL).
8569         * src/plugins/clamav/clamav_plugin.c
8570         * src/plugins/demo/demo.c
8571         * src/plugins/dillo_viewer/dillo_viewer.c
8572         * src/plugins/pgpcore/plugin.c
8573         * src/plugins/pgpinline/plugin.c
8574         * src/plugins/pgpmime/plugin.c
8575         * src/plugins/spamassassin/spamassassin.c
8576         * src/plugins/trayicon/trayicon.c
8577                 Add plugin_licence()
8578
8579 2005-12-07 [paul]       1.9.100cvs72
8580
8581         * configure.ac
8582         * src/mainwindow.c
8583         * src/manual.c
8584         * src/manual.h
8585         * src/common/defs.h
8586                 clean up after local FAQ removal and
8587                 temporary manual removal
8588
8589 2005-12-06 [colin]      1.9.100cvs71
8590
8591         * configure.ac
8592         * doc/Makefile.am
8593         * doc/faq/.cvsignore
8594         * doc/faq/Makefile.am
8595         * doc/faq/de/.cvsignore
8596         * doc/faq/de/Makefile.am
8597         * doc/faq/de/sylpheed-faq-1.html
8598         * doc/faq/de/sylpheed-faq-2.html
8599         * doc/faq/de/sylpheed-faq-3.html
8600         * doc/faq/de/sylpheed-faq.html
8601         * doc/faq/en/.cvsignore
8602         * doc/faq/en/Makefile.am
8603         * doc/faq/en/sylpheed-faq-1.html
8604         * doc/faq/en/sylpheed-faq-2.html
8605         * doc/faq/en/sylpheed-faq-3.html
8606         * doc/faq/en/sylpheed-faq-4.html
8607         * doc/faq/en/sylpheed-faq.html
8608         * doc/faq/es/.cvsignore
8609         * doc/faq/es/Makefile.am
8610         * doc/faq/es/sylpheed-faq-1.html
8611         * doc/faq/es/sylpheed-faq-2.html
8612         * doc/faq/es/sylpheed-faq-3.html
8613         * doc/faq/es/sylpheed-faq-4.html
8614         * doc/faq/es/sylpheed-faq.html
8615         * doc/faq/fr/.cvsignore
8616         * doc/faq/fr/Makefile.am
8617         * doc/faq/fr/sylpheed-faq-1.html
8618         * doc/faq/fr/sylpheed-faq-2.html
8619         * doc/faq/fr/sylpheed-faq-3.html
8620         * doc/faq/fr/sylpheed-faq.html
8621         * doc/faq/it/.cvsignore
8622         * doc/faq/it/Makefile.am
8623         * doc/faq/it/sylpheed-faq-1.html
8624         * doc/faq/it/sylpheed-faq-2.html
8625         * doc/faq/it/sylpheed-faq-3.html
8626         * doc/faq/it/sylpheed-faq.html
8627         * doc/manual/.cvsignore
8628         * doc/manual/Makefile.am
8629         * doc/manual/de/.cvsignore
8630         * doc/manual/de/Makefile.am
8631         * doc/manual/de/sylpheed-1.html
8632         * doc/manual/de/sylpheed-10.html
8633         * doc/manual/de/sylpheed-11.html
8634         * doc/manual/de/sylpheed-12.html
8635         * doc/manual/de/sylpheed-13.html
8636         * doc/manual/de/sylpheed-14.html
8637         * doc/manual/de/sylpheed-15.html
8638         * doc/manual/de/sylpheed-16.html
8639         * doc/manual/de/sylpheed-17.html
8640         * doc/manual/de/sylpheed-18.html
8641         * doc/manual/de/sylpheed-19.html
8642         * doc/manual/de/sylpheed-2.html
8643         * doc/manual/de/sylpheed-20.html
8644         * doc/manual/de/sylpheed-3.html
8645         * doc/manual/de/sylpheed-4.html
8646         * doc/manual/de/sylpheed-5.html
8647         * doc/manual/de/sylpheed-6.html
8648         * doc/manual/de/sylpheed-7.html
8649         * doc/manual/de/sylpheed-8.html
8650         * doc/manual/de/sylpheed-9.html
8651         * doc/manual/de/sylpheed.html
8652         * doc/manual/en/.cvsignore
8653         * doc/manual/en/Makefile.am
8654         * doc/manual/en/sylpheed-1.html
8655         * doc/manual/en/sylpheed-10.html
8656         * doc/manual/en/sylpheed-11.html
8657         * doc/manual/en/sylpheed-12.html
8658         * doc/manual/en/sylpheed-13.html
8659         * doc/manual/en/sylpheed-14.html
8660         * doc/manual/en/sylpheed-15.html
8661         * doc/manual/en/sylpheed-16.html
8662         * doc/manual/en/sylpheed-17.html
8663         * doc/manual/en/sylpheed-18.html
8664         * doc/manual/en/sylpheed-19.html
8665         * doc/manual/en/sylpheed-2.html
8666         * doc/manual/en/sylpheed-20.html
8667         * doc/manual/en/sylpheed-21.html
8668         * doc/manual/en/sylpheed-22.html
8669         * doc/manual/en/sylpheed-3.html
8670         * doc/manual/en/sylpheed-4.html
8671         * doc/manual/en/sylpheed-5.html
8672         * doc/manual/en/sylpheed-6.html
8673         * doc/manual/en/sylpheed-7.html
8674         * doc/manual/en/sylpheed-8.html
8675         * doc/manual/en/sylpheed-9.html
8676         * doc/manual/en/sylpheed.html
8677         * doc/manual/es/.cvsignore
8678         * doc/manual/es/Makefile.am
8679         * doc/manual/es/sylpheed-1.html
8680         * doc/manual/es/sylpheed-10.html
8681         * doc/manual/es/sylpheed-11.html
8682         * doc/manual/es/sylpheed-12.html
8683         * doc/manual/es/sylpheed-13.html
8684         * doc/manual/es/sylpheed-14.html
8685         * doc/manual/es/sylpheed-15.html
8686         * doc/manual/es/sylpheed-16.html
8687         * doc/manual/es/sylpheed-17.html
8688         * doc/manual/es/sylpheed-18.html
8689         * doc/manual/es/sylpheed-19.html
8690         * doc/manual/es/sylpheed-2.html
8691         * doc/manual/es/sylpheed-20.html
8692         * doc/manual/es/sylpheed-3.html
8693         * doc/manual/es/sylpheed-4.html
8694         * doc/manual/es/sylpheed-5.html
8695         * doc/manual/es/sylpheed-6.html
8696         * doc/manual/es/sylpheed-7.html
8697         * doc/manual/es/sylpheed-8.html
8698         * doc/manual/es/sylpheed-9.html
8699         * doc/manual/es/sylpheed.html
8700         * doc/manual/fr/.cvsignore
8701         * doc/manual/fr/Makefile.am
8702         * doc/manual/fr/sylpheed-1.html
8703         * doc/manual/fr/sylpheed-10.html
8704         * doc/manual/fr/sylpheed-11.html
8705         * doc/manual/fr/sylpheed-12.html
8706         * doc/manual/fr/sylpheed-13.html
8707         * doc/manual/fr/sylpheed-14.html
8708         * doc/manual/fr/sylpheed-15.html
8709         * doc/manual/fr/sylpheed-16.html
8710         * doc/manual/fr/sylpheed-17.html
8711         * doc/manual/fr/sylpheed-18.html
8712         * doc/manual/fr/sylpheed-19.html
8713         * doc/manual/fr/sylpheed-2.html
8714         * doc/manual/fr/sylpheed-20.html
8715         * doc/manual/fr/sylpheed-3.html
8716         * doc/manual/fr/sylpheed-4.html
8717         * doc/manual/fr/sylpheed-5.html
8718         * doc/manual/fr/sylpheed-6.html
8719         * doc/manual/fr/sylpheed-7.html
8720         * doc/manual/fr/sylpheed-8.html
8721         * doc/manual/fr/sylpheed-9.html
8722         * doc/manual/fr/sylpheed.html
8723         * doc/manual/ja/.cvsignore
8724         * doc/manual/ja/Makefile.am
8725         * doc/manual/ja/sylpheed-1.html
8726         * doc/manual/ja/sylpheed-10.html
8727         * doc/manual/ja/sylpheed-11.html
8728         * doc/manual/ja/sylpheed-12.html
8729         * doc/manual/ja/sylpheed-13.html
8730         * doc/manual/ja/sylpheed-14.html
8731         * doc/manual/ja/sylpheed-15.html
8732         * doc/manual/ja/sylpheed-16.html
8733         * doc/manual/ja/sylpheed-17.html
8734         * doc/manual/ja/sylpheed-18.html
8735         * doc/manual/ja/sylpheed-19.html
8736         * doc/manual/ja/sylpheed-2.html
8737         * doc/manual/ja/sylpheed-20.html
8738         * doc/manual/ja/sylpheed-3.html
8739         * doc/manual/ja/sylpheed-4.html
8740         * doc/manual/ja/sylpheed-5.html
8741         * doc/manual/ja/sylpheed-6.html
8742         * doc/manual/ja/sylpheed-7.html
8743         * doc/manual/ja/sylpheed-8.html
8744         * doc/manual/ja/sylpheed-9.html
8745         * doc/manual/ja/sylpheed.html
8746         * doc/manual/ja/sylpheed.sgml
8747         * src/mainwindow.c
8748                 Remove outdated manual and faq. Noisy, eh?
8749
8750 2005-12-06 [colin]      1.9.100cvs70
8751
8752         * src/compose.c
8753         * src/quote_fmt_parse.y
8754         * src/undo.c
8755         * src/undo.h
8756                 Allow %X to position cursor at 0 
8757                 (no %X = before signature)
8758                 Fix paste as quotation putting the cursor at 0
8759                 Fix undo offsets when pasting
8760                 Insert the quote_fmt at once instead of line 
8761                 by line
8762                 Fix [Edited] when starting to reply/forward
8763
8764 2005-12-06 [paul]       1.9.100cvs69
8765
8766         * src/plugins/clamav/clamav_plugin_gtk.c
8767                 add another tooltip
8768         * src/plugins/spamassassin/spamassassin_gtk.c
8769                 rework spamassassin_create_widget_func()
8770
8771 2005-12-05 [colin]      1.9.100cvs68
8772
8773         * po/POTFILES.in
8774                 Fix make release ;-)
8775
8776 2005-12-05 [colin]      1.9.100cvs67
8777
8778         * src/compose.c
8779         * src/compose.h
8780                 Fix cursor positioning (not obeying %X)
8781
8782 2005-12-05 [paul]       1.9.100cvs66
8783
8784         * src/plugins/dillo_viewer/dillo_prefs.c
8785                 fix compilation warning
8786
8787 2005-12-05 [paul]       1.9.100cvs65
8788
8789         * src/prefs_spelling.c
8790         * src/plugins/trayicon/trayicon.c
8791                 cleanups - remove unused stuff
8792
8793 2005-12-05 [paul]       1.9.100cvs64
8794
8795         * README
8796         * manual/plugins.xml
8797                 remove info about removed mathml_viewer plugin
8798
8799 2005-12-05 [paul]       1.9.100cvs63
8800
8801         * configure.ac
8802         * src/plugins/Makefile.am
8803         * src/plugins/mathml_viewer/.cvsignore
8804         * src/plugins/mathml_viewer/Makefile.am
8805         * src/plugins/mathml_viewer/mathml_viewer.c
8806                 remove unmaintained mathml_viewer plugin
8807
8808 2005-12-05 [paul]       1.9.100cvs62
8809
8810         * src/summaryview.c
8811                 obey prefs_common.always_show_msg when
8812                 moving a msg
8813                 Thanks to Colin
8814
8815 2005-12-05 [paul]       1.9.100cvs61
8816
8817         * src/compose.c
8818         * src/prefs_account.c
8819         * src/prefs_filtering.c
8820         * src/prefs_quote.c
8821         * src/prefs_spelling.c
8822         * src/prefs_toolbar.c
8823         * src/summaryview.c
8824         * src/gtk/gtkutils.c
8825         * src/gtk/quicksearch.c
8826         * src/plugins/dillo_viewer/dillo_prefs.c
8827                 dialog cleanups
8828
8829 2005-12-04 [paul]       1.9.100cvs60
8830
8831         * src/inc.c
8832         * src/prefs_account.c
8833         * src/prefs_account.h
8834                 allow a Local account to specify a
8835                 default inbox
8836                 (closes bug 843 'Inbox cannot be changed for local
8837                  mailboxes')
8838
8839 2005-12-04 [colin]      1.9.100cvs59
8840
8841         * src/plugins/trayicon/trayicon.c
8842                 Remove Get, rename Get All to Get Mail in order to
8843                 be consistent with the default main toolbar
8844
8845 2005-12-03 [colin]      1.9.100cvs58
8846
8847         * manual/gpl.xml
8848         * manual/sylpheed-claws-manual.xml
8849                 Add GPL appendix
8850
8851 2005-12-03 [paul]       1.9.100cvs57
8852
8853         * AUTHORS
8854         * po/sv.po
8855         * src/gtk/authors.h
8856                 new (partially complete) Swedish translation
8857                 by Anders Troback <sylpheed@troback.com>
8858
8859 2005-12-02 [paul]       1.9.100cvs56
8860
8861         * configure.ac
8862                 libetpan 0.41 required
8863
8864 2005-12-02 [paul]       1.9.100cvs55
8865
8866         * src/plugins/clamav/clamav_plugin.c
8867         * src/plugins/clamav/clamav_plugin.h
8868         * src/plugins/clamav/clamav_plugin_gtk.c
8869         * src/plugins/spamassassin/spamassassin.c
8870         * src/plugins/spamassassin/spamassassin.h
8871         * src/plugins/spamassassin/spamassassin_gtk.c
8872                 unregister prefs pages on unloading, thus
8873                 preventing a crash
8874                 (thanks to Colin for the hint)
8875
8876 2005-12-02 [wwp]        1.9.100cvs54
8877
8878         * src/quote_fmt.h
8879         * src/quote_fmt_parse.y
8880                 fix misuse of gboolean*, use gboolean instead
8881                 (thanks to Paul, Colin, for pointing out that scaring one)
8882
8883 2005-12-02 [paul]       1.9.100cvs53
8884
8885         * src/plugins/clamav/clamav_plugin.c
8886                 int no --> unsigned int no
8887         * src/plugins/clamav/clamav_plugin_gtk.c
8888                 rework config page
8889
8890 2005-12-02 [wwp]        1.9.100cvs52
8891
8892         * src/compose.c
8893         * src/prefs_template.c
8894         * src/quote_fmt.h
8895         * src/quote_fmt_parse.y
8896                 prevent from executing |f and |p templates commands when
8897                 adding or replacing templates in prefs (avoids annoying and
8898                 potentially dangerous behaviours)
8899
8900 2005-12-02 [paul]       1.9.100cvs51
8901
8902         * src/prefs_common.c
8903                 allow translation of some default values
8904                 Patch by Fabien Vantard
8905
8906 2005-12-02 [paul]       1.9.100cvs50
8907
8908         * src/codeconv.c
8909         * src/codeconv.h
8910         * src/prefs_common.c
8911         * src/prefs_common.h
8912         * src/prefs_message.c
8913         * src/textview.c
8914                 remove obsolete 'convert_mb_alnum' option
8915                 and related stuff
8916         * src/gtk/about.c
8917                 remove unused 'about_textview_visibility_notify'
8918
8919 2005-12-02 [paul]       1.9.100cvs49
8920
8921         * src/prefs_account.c
8922         * src/prefs_compose_writing.c
8923         * src/prefs_fonts.c
8924         * src/prefs_gtk.h
8925         * src/prefs_image_viewer.c
8926         * src/prefs_message.c
8927         * src/prefs_other.c
8928         * src/prefs_receive.c
8929         * src/prefs_send.c
8930         * src/prefs_spelling.c
8931         * src/prefs_summaries.c
8932         * src/prefs_wrapping.c
8933         * src/plugins/dillo_viewer/dillo_prefs.c
8934         * src/plugins/pgpcore/prefs_gpg.c
8935                 several cleanups to the prefs dialogs
8936                 (slightly modified) patch by Fabien Vantard
8937
8938 2005-12-02 [paul]       1.9.100cvs48
8939
8940         * src/main.c
8941                 --exit means exit
8942         * src/send_message.c
8943                 fix crash on send when connection fails
8944
8945         Thanks to Colin
8946
8947 2005-12-01 [colin]      1.9.100cvs47
8948
8949         * src/html.c
8950                 Translate &hellip; to "..."
8951
8952 2005-11-30 [colin]      1.9.100cvs46
8953
8954         * src/matcher.c
8955         * src/matcher.h
8956                 Optimize back yesterday's fix.
8957
8958 2005-11-30 [paul]       1.9.100cvs45
8959
8960         * manual/faq.xml
8961                 standardised
8962         * manual/intro.xml
8963                 written by Colin, edited by me
8964
8965 2005-11-29 [colin]      1.9.100cvs44
8966
8967         * src/matcher.c
8968                 Skip headers unconditionnaly in match_body if the
8969                 rule is not message or ~message
8970
8971 2005-11-29 [colin]      1.9.100cvs43
8972
8973         * src/matcher.c
8974                 Fix body_part and such, not skipping headers 
8975                 if the matchcriteria wasn't the first in the rule
8976
8977 2005-11-29 [colin]      1.9.100cvs42
8978
8979         * src/compose.c
8980                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8981                 option missing from message view window)
8982                 Fix double text D'n'D with gtk-2.8
8983         * src/matcher.c
8984                 Fix ~message, ~headers_part, ~body_part rules
8985         * src/messageview.c
8986                 Add Windows-1252 (Closes bug #863)
8987                 Fix accels
8988         * src/gtk/gtkaspell.c
8989                 Properly destroy accels in all menus
8990
8991 2005-11-29 [mones]      1.9.100cvs41
8992
8993         * po/es.po
8994                 Updated.
8995
8996 2005-11-27 [colin]      1.9.100cvs40
8997
8998         * src/mh_gtk.c
8999                 "/Remove mailbox" -> "/Remove mailbox..."
9000
9001 2005-11-27 [paul]       1.9.100cvs39
9002
9003         * AUTHORS
9004         * po/de.po
9005         * src/gtk/authors.h
9006                 updated by new maintainer, Stephan Sachse
9007
9008 2005-11-27 [paul]       1.9.100cvs38
9009
9010         * manual/faq.xml
9011                 written by Colin, edited by me
9012
9013 2005-11-27 [paul]       1.9.100cvs37
9014
9015         * src/prefs_common.c
9016         * src/prefs_common.h
9017         * src/prefs_receive.c
9018         * src/prefs_summaries.c
9019                 move 'go to inbox after receiving new mail'
9020                 option from display/sumamaries to mail
9021                 handling/receive, and rework prefs_summaries
9022                 dialog a little
9023
9024 2005-11-25 [martin]     1.9.100cvs36
9025
9026         * po/de.po
9027             fixed windows-1252 translation;
9028             translated some new and fuzzy strings
9029
9030 2005-11-25 [paul]       1.9.100cvs35
9031
9032         * src/plugins/clamav/clamav_plugin.c
9033                 complete the update done in cvs34
9034
9035 2005-11-25 [paul]       1.9.100cvs34
9036
9037         * src/plugins/clamav/clamav_plugin.c
9038                 reflect upstream changes
9039
9040 2005-11-25 [paul]       1.9.100cvs33
9041
9042         * manual/ack.xml
9043         * manual/plugins.xml
9044         * manual/sylpheed-claws-manual.xml
9045                 written/updated by Colin, edited by me
9046         * tools/acroread2sylpheed.pl
9047                 update binary name
9048
9049 2005-11-24 [colin]      1.9.100cvs32
9050
9051         * src/compose.c
9052                 Fix bug #856 (reediting messages forgets Request
9053                 Return Receipt)
9054
9055 2005-11-24 [paul]       1.9.100cvs31
9056
9057         * manual/addrbook.xml
9058         * manual/starting.xml
9059                 written by Colin, proofread, edited, adapted by me
9060         * manual/advanced.xml
9061                 add some Actions examples
9062         * src/importldif.c
9063                 use a Save button instead of a Close button
9064         * src/wizard.c
9065                 indicate mandatory fields
9066                 fix page display
9067                 Thanks to Colin
9068
9069 2005-11-23 [colin]      1.9.100cvs30
9070
9071         * src/addressbook.c
9072                 Rename menu item, fix possible crash after
9073                 deletion of books
9074         * src/addrindex.c
9075                 Allow searching for '*' in ldap
9076         * src/browseldap.c
9077                 Fix "Browse Entry" (did anyone use it?)
9078         * src/wizard.c
9079                 Add guards for mandatory information
9080
9081 2005-11-23 [paul]       1.9.100cvs29
9082
9083         * manual/advanced.xml
9084                 corrections to the English
9085
9086 2005-11-23 [colin]      1.9.100cvs28
9087
9088         * src/mimeview.c
9089                 Fix possible crash at exit. After the call to
9090                 gtk_container_remove(), the Viewer's widget has no
9091                 more parent so gtk+ automatically frees it and its
9092                 sons. If destroy_viewer() then try to access it,
9093                 problems ensue.
9094
9095 2005-11-22 [colin]      1.9.100cvs27
9096
9097         * src/compose.c
9098         * src/gtk/gtkaspell.c
9099                 Fix right-clicking on a misspelled word
9100                 Fix More... in suggestions menu
9101
9102 2005-11-22 [wwp]        1.9.100cvs26
9103
9104         * src/prefs_template.c
9105                 templates works: re-sort templates list when adding or replacing,
9106                 prevent from adding or replacing when the template name is empty
9107
9108 2005-11-21 [colin]      1.9.100cvs25
9109
9110         * src/addressbook.c
9111                 Fix some addressbook suckage (dnd, select all)
9112         * src/compose.c
9113         * src/gtk/gtkaspell.c
9114         * src/gtk/gtkaspell.h
9115                 Make the spellchecker menu work with the 
9116                 GtkTextView one instead of overriding it
9117
9118 2005-11-20 [paul]       1.9.100cvs24
9119
9120         * manual/handling.xml
9121                 proofread and corrected
9122
9123 2005-11-20 [paul]       1.9.100cvs23
9124
9125         * manual/Makefile
9126                 generate html as one file
9127         * manual/advanced.xml
9128                 fix output generation
9129                 reformat hidden options list
9130         * manual/manual.xml     ** REMOVED **
9131         * manual/sylpheed-claws-manual.xml      ** ADDED **
9132                 renamed
9133
9134 2005-11-18 [colin]      1.9.100cvs22
9135
9136         * src/prefs_account.c
9137                 Fix layout in news and mbox accounts
9138         * manual/account.xml
9139         * manual/advanced.xml
9140                 New contents for Paul to check :)
9141
9142 2005-11-18 [wwp]        1.9.100cvs21
9143
9144         * src/gtk/quicksearch.c
9145                 don't update extended quicksearch buttons twice
9146
9147 2005-11-18 [paul]       1.9.100cvs20
9148
9149         * src/textview.c
9150                 complete 1.9.100cvs19
9151
9152 2005-11-18 [paul]       1.9.100cvs19
9153
9154         * src/compose.c
9155                 cosmetic improvements
9156         * src/textview.c
9157                 also list text/* attachments
9158
9159 2005-11-18 [colin]      1.9.100cvs18
9160
9161         * src/summaryview.c
9162                 Use column 0 instead of -1 in 
9163                 gtk_ctree_node_moveto, in a naive
9164                 hope it'll fix the gtk-related crashes
9165
9166 2005-11-18 [colin]      1.9.100cvs17
9167
9168         * src/gtk/inputdialog.c
9169                 Fix icon staying the first one
9170
9171 2005-11-17 [wwp]        1.9.100cvs16
9172                 fix possible problem showing some quicksearch buttons, and a bad
9173                 call to g_return_if_fail in a function that returns a value (both
9174                 fixes by Fabien Vantard)
9175
9176 2005-11-15 [wwp]        1.9.100cvs15
9177
9178         * src/gtk/quicksearch.c
9179                 added a tooltip to that obscure ... quicksearch button
9180
9181 2005-11-15 [wwp]        1.9.100cvs14
9182
9183         * src/gtk/quicksearch.c
9184                 add a quicksearch helper to filtering expression users: the ... button
9185                 raises the condition expr window. condition expressions set up w/ this
9186                 window are used by the quicksearch if the user closes it pressing OK.
9187
9188 2005-11-14 [paul]       1.9.100cvs13
9189
9190         * src/plugins/clamav/clamav_plugin.c
9191         * src/plugins/spamassassin/spamassassin.c
9192                 change plugin type following recent merging
9193
9194 2005-11-14 [wwp]        1.9.100cvs12
9195
9196         * src/folder.c
9197                 prevent from crashing when copying/moving message(s) from and
9198                 to the same folder
9199
9200 2005-11-14 [paul]       1.9.100cvs11
9201
9202         * src/plugins/clamav/Makefile.am
9203         * src/plugins/clamav/clamav_plugin.c
9204         * src/plugins/clamav/clamav_plugin.h
9205         * src/plugins/clamav/clamav_plugin_gtk.c
9206                 also merge clamav and clamav_gtk plugins
9207
9208 2005-11-13 [colin]      1.9.100cvs10
9209
9210         * configure.ac
9211         * src/plugins/spamassassin/Makefile.am
9212         * src/plugins/spamassassin/spamassassin.c
9213         * src/plugins/spamassassin/spamassassin.h
9214         * src/plugins/spamassassin/spamassassin_gtk.c
9215                 Merge spamassassin and spamassassin_gtk plugins,
9216                 and build it by default.
9217
9218 2005-11-12 [colin]      1.9.100cvs9
9219
9220         * src/etpan/imap-thread.c
9221                 Fix gcc warning
9222
9223 2005-11-12 [colin]      1.9.100cvs8
9224
9225         * src/procmime.c
9226                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9227
9228 2005-11-10 [colin]      1.9.100cvs7
9229
9230         * src/main.c
9231                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9232                 minimised state)
9233
9234 2005-11-10 [wwp]        1.9.100cvs6
9235
9236         * src/gtk/description_window.c
9237                 fix a crash when closing description windows using the WM's [X] button
9238
9239 2005-11-09 [colin]      1.9.100cvs5
9240
9241         * src/common/ssl.c
9242                 Update libetpan call to follow upstream
9243                 (yes, this requires libetpan-0.40cvs3)
9244
9245 2005-11-08 [colin]      1.9.100cvs4
9246
9247         * src/compose.c
9248         * src/textview.c
9249         * src/common/utils.c
9250         * src/common/utils.h
9251                 Enhance the email parser
9252
9253 2005-11-08 [colin]      1.9.100cvs3
9254
9255         * src/procmime.c
9256                 Fix what looks like an off-by-one (fixes 
9257                 attachments from the Bat)
9258
9259 2005-11-08 [wwp]        1.9.100cvs2
9260
9261         * src/main.c
9262                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9263
9264 2005-11-08 [wwp]        1.9.100cvs1
9265
9266         * src/main.c
9267                 allow exiting Sylpheed-Claws from command-line
9268
9269 2005-11-08 [paul]       1.9.100
9270
9271         1.9.100 released
9272
9273 2005-11-07 [colin]      1.9.99cvs17
9274
9275         * src/addritem.c
9276         * src/ldif.c
9277                 Fix import of base-64 encoded items
9278
9279 2005-11-07 [colin]      1.9.99cvs16
9280
9281         * src/send_message.c
9282                 Fix bug #314 (Queue does not empty under certain 
9283                 circumstances)
9284
9285 2005-11-07 [paul]       1.9.99cvs15
9286
9287         * src/mutt.c
9288         * src/pine.c
9289                 fix buffer overflows
9290                 Thanks to Colin
9291
9292 2005-11-07 [paul]       1.9.99cvs14
9293
9294         * doc/man/Makefile.am
9295         * doc/man/sylpheed-claws.1      ** ADDED **
9296         * doc/man/sylpheed.1            ** DELETED **
9297                 rename and update the man file
9298
9299 2005-11-06 [colin]      1.9.99cvs13
9300
9301         * src/ldif.c
9302                 Fix ldif_get_line() that returned empty strings
9303                 (Didn't understand why). Also fix a possible
9304                 buffer overflow.
9305
9306 2005-11-06 [wwp]        1.9.99cvs12
9307
9308         * src/textview.c
9309         * src/gtk/about.c
9310         * src/gtk/gtkutils.c
9311         * src/gtk/gtkutils.h
9312                 fix a compilation warning,
9313                 make links sensitive in the about dialog
9314
9315 2005-11-04 [wwp]        1.9.99cvs11
9316
9317         * src/gtk/about.c
9318                 don't wrap or translate URIs, and a bit text format cleanup
9319
9320 2005-11-04 [wwp]        1.9.99cvs10
9321
9322         * src/gtk/about.c
9323                 better textview tagging implementation (no more use of marks for
9324                 postponed tagging)
9325
9326 2005-11-02 [colin]      1.9.99cvs9
9327
9328         * src/common/ssl.c
9329                 Forgot an ifdef
9330
9331 2005-11-02 [colin]      1.9.99cvs8
9332
9333         * configure.ac
9334                 Require libetpan-0.40 due to upstream fix
9335         * src/common/ssl.c
9336                 Tell libetpan not to call SSL_Library_Init,
9337                 as we do it ourselves.
9338
9339 2005-11-02 [colin]      1.9.99cvs7
9340
9341         * po/POTFILES.in
9342                 Add missing files (thanks to Fabien Vantard)
9343
9344 2005-11-02 [colin]      1.9.99cvs6
9345
9346         * src/summaryview.c
9347                 Fix totals when read messages are hidden or quicksearch
9348                 is on
9349         * src/ssl_manager.c
9350         * src/ssl_manager.h
9351         * src/common/ssl_certificate.c
9352         * src/common/ssl_certificate.h
9353         * src/gtk/sslcertwindow.c
9354         * src/gtk/sslcertwindow.h
9355                 Fix copyright on my stuff
9356
9357 2005-11-02 [wwp]        1.9.99cvs5
9358
9359         * src/prefs_themes.c
9360                 fix directory name checking (theme installation/removal),
9361                 made related error a bit more verbose
9362
9363 2005-11-02 [colin]      1.9.99cvs4
9364
9365         * src/summaryview.c
9366                 Fix typo (probably fixes bug #841 (Sort by the From 
9367                 field doesn't work)
9368
9369 2005-11-02 [paul]       1.9.99cvs3
9370
9371         * po/ko.po
9372         * po/nb.po
9373                 updated by SungHyun Nam, Geir Helland
9374         * src/wizard.c
9375                 fix typo in welcome message. spotted by
9376                 Andrea Spadaccini
9377
9378 2005-11-01 [colin]      1.9.99cvs2
9379
9380         * src/compose.c
9381                 Fix replying to ml wen confirming subscription
9382         * src/messageview.c
9383         * src/mimeview.c
9384         * src/mimeview.h
9385         * src/privacy.h
9386         * src/summaryview.c
9387                 Make key check non blocking
9388
9389 2005-10-31 [paul]       1.9.99cvs1
9390
9391         * tools/claws.i18n.status.pl
9392                 updated for ChangeLog
9393
9394 2005-10-31 [paul]       1.9.99
9395
9396         1.9.99 released
9397
9398 2005-10-31 [paul]       1.9.15cvs131
9399
9400         * .cvsignore
9401         * ChangeLog
9402         * ChangeLog.claws       ** REMOVED **
9403         * ChangeLog-gtk2.claws  ** REMOVED **
9404         * ChangeLog.gtk1        ** ADDED **
9405         * INSTALL
9406         * Makefile.am
9407         * NEWS
9408         * README
9409         * README.claws          ** REMOVED **
9410         * README.jp             ** REMOVED **
9411         * RELEASE_NOTES         ** ADDED **
9412         * RELEASE_NOTES.claws   ** REMOVED **
9413         * commitHelper
9414         * configure.ac
9415         * sylpheed.spec.in      ** REMOVED **
9416                 tidy up and update the default docs:
9417                 ChangeLog.claws is renamed ChangeLog.gtk1
9418                 ChangeLog-gtk2.claws is renamed ChangeLog
9419                 README.claws is renamed README
9420                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9421
9422 2005-10-31 [paul]       1.9.15cvs130
9423
9424         * po/it.po
9425                 fix errors
9426
9427 2005-10-31 [paul]       1.9.15cvs129
9428
9429         * po/ca.po
9430         * po/de.po
9431         * po/en_GB.po
9432         * po/fr.po
9433         * po/it.po
9434         * po/pt_BR.po
9435         * po/sk.po
9436         * po/sr.po
9437         * po/zh_CN.po
9438                 updated by Miquel Oliete, Stephan Sachse and
9439                 Thomas Gilgin, me, Fabien Vantard, Andrea
9440                 Spadaccini, Frederico Goncalves Guimaraes,
9441                 Andrej Kacian, Aleksandar Urosevic, and
9442                 Ralgh Young.
9443
9444 2005-10-31 [mones]      1.9.15cvs128
9445
9446         * manual/faq.xml
9447                 More questions.
9448         
9449         * po/es.po
9450                 Updated for release.
9451
9452 2005-10-30 [colin]      1.9.15cvs127
9453
9454         * src/compose.c
9455                 Place cursor before rewrapping (fixes cursor
9456                 pos if quotation gets rewrapped)
9457
9458 2005-10-29 [paul]       1.9.15cvs126
9459
9460         * src/crash.c
9461         * src/foldersel.c
9462         * src/main.c
9463         * src/messageview.c
9464         * src/toolbar.c
9465         * src/gtk/authors.h
9466                 corrections to text items
9467
9468 2005-10-28 [colin]      1.9.15cvs125
9469
9470         * src/messageview.c
9471                 Make "hit 'C' to check sig" work from extern 
9472                 messageviews
9473
9474 2005-10-27 [colin]      1.9.15cvs124
9475
9476         * src/summaryview.c
9477                 Add a hack to avoid segfaulting when hammering 
9478                 on gtk's events
9479
9480 2005-10-27 [wwp]        1.9.15cvs123
9481
9482         * src/prefs_themes.c
9483                 sort list of themes names in themes prefs
9484
9485 2005-10-27 [paul]       1.9.15cvs122
9486
9487         * src/folder.c
9488         * src/prefs_account.c
9489                 fix building on Solaris
9490                 Patch by Alex Moore
9491
9492 2005-10-27 [wwp]        1.9.15cvs121
9493
9494         * src/summaryview.c
9495         * src/gtk/gtksctree.c
9496                 speed up unselecting messages in summary view (thanks to Colin)
9497
9498 2005-10-27 [paul]       1.9.15cvs120
9499
9500         * src/mainwindow.c
9501                 fix a compilation warning
9502         * src/summaryview.c
9503                 fix updating of 'n items selected' count
9504                 when deselecting
9505
9506 2005-10-27 [martin]     1.9.15cvs119
9507
9508         * src/action.c
9509                 ignore actions with a leading '/' in the action menu name
9510                 fixes a crash on menu creation
9511         * src/prefs_actions.c
9512                 do not allow a leading '/' in the action menu name
9513
9514 2005-10-27 [paul]       1.9.15cvs118
9515
9516         * src/main.c
9517                 fix compilation warning
9518
9519 2005-10-27 [paul]       1.9.15cvs117
9520
9521         * src/procmime.c
9522                 add #if HAVE_LOCALE_H
9523
9524 2005-10-27 [paul]       1.9.15cvs116
9525
9526         * src/plugins/clamav/clamav_plugin.c
9527         * src/plugins/dillo_viewer/dillo_viewer.c
9528         * src/plugins/mathml_viewer/mathml_viewer.c
9529         * src/plugins/pgpcore/plugin.c
9530         * src/plugins/pgpinline/plugin.c
9531         * src/plugins/pgpmime/plugin.c
9532         * src/plugins/spamassassin/spamassassin.c
9533         * src/plugins/trayicon/trayicon.c
9534                 plugin_init() : make error messages more
9535                 informative
9536
9537 2005-10-26 [wwp]        1.9.15cvs115
9538
9539         * src/prefs_matcher.c
9540                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9541
9542 2005-10-26 [wwp]        1.9.15cvs114
9543
9544         * src/procmime.c
9545         * src/gtk/gtksctree.c
9546         * src/plugins/spamassassin/libspamc.c
9547         * src/plugins/spamassassin/spamassassin.c
9548                 fix some compilation warnings more
9549
9550 2005-10-26 [mones]      1.9.15cvs113
9551
9552         * po/es.po
9553                 Updated translation
9554
9555 2005-10-26 [paul]       1.9.15cvs112
9556
9557         * src/prefs_message.c
9558                 give all display_xface stuff the
9559                 #if HAVE_LIBCOMPFACE treatment, thus
9560                 preventing a crash
9561                 (Thanks to Wolfgang Enderlein)
9562
9563 2005-10-26 [colin]      1.9.15cvs111
9564
9565         * src/gedit-print.c
9566                 Fix date format
9567         * src/imap_gtk.c
9568         * src/news_gtk.c
9569                 Remove context menu items that should not be there
9570         * src/jpilot.c
9571                 Fix encoding
9572         * src/main.c
9573         * src/mainwindow.c
9574                 Don't show the mainwindow too soon
9575
9576 2005-10-26 [wwp]        1.9.15cvs110
9577
9578         * src/folder.c
9579         * src/manual.c
9580         * src/summaryview.c
9581                 fix uninitialized pointers in the folder updating hook
9582                 (thanks to Colin)
9583
9584 2005-10-25 [mones]      1.9.15cvs109
9585
9586         * manual/faq.xml
9587                 General information subsection completed. 
9588                 Removed archaic references.
9589                 
9590         * manual/Makefile
9591         * manual/dtd/manual.dsl
9592                 Added customization stylesheet for getting paragraphs
9593                 fully justified in PDF output (as suggested by Colin).
9594
9595 2005-10-25 [colin]      1.9.15cvs108
9596
9597         * src/compose.c
9598                 Fix a second leak
9599
9600 2005-10-25 [colin]      1.9.15cvs107
9601
9602         * src/addrbook.c
9603         * src/addrindex.c
9604                 Fix leak (xml_get_element() allocates memory)
9605         * src/compose.c
9606                 Fix leak + dead code (shame!)
9607         * src/procmime.c
9608                 Fix leak
9609
9610 2005-10-25 [colin]      1.9.15cvs106
9611
9612         * src/mimeview.c
9613                 Fix encoding issue in Save all and in 
9614                 overwrite-confirmation alertpanel
9615
9616 2005-10-25 [colin]      1.9.15cvs105
9617
9618         * src/common/socket.c
9619                 Fix a leak - Thanks to Christopher Aillon
9620                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9621
9622 2005-10-25 [paul]       1.9.15cvs104
9623
9624         * src/wizard.c
9625                 Always guess servers from the right-hand
9626                 email part and guess username from the
9627                 left-hand part. (Thanks to Colin)
9628                 add an X-Face to the welcome message
9629
9630 2005-10-25 [paul]       1.9.15cvs103
9631
9632         * manual/handling.xml
9633                 written by Colin, edited by me
9634
9635 2005-10-25 [wwp]        1.9.15cvs102
9636
9637         * src/folderview.c
9638         * src/grouplistdialog.c
9639         * src/imap.c
9640         * src/noticeview.c
9641                 fix some compilation warnings
9642
9643 2005-10-24 [paul]
9644
9645         1.9.99-rc3 released
9646
9647 2005-10-24 [paul]       1.9.15cvs101
9648
9649         * src/gtk/about.c
9650                 fix window sizing
9651
9652 2005-10-24 [paul]       1.9.15cvs100
9653
9654         * src/pixmaps/offline.xpm
9655         * src/pixmaps/online.xpm
9656                 replace with last default versions
9657
9658 2005-10-24 [colin]      1.9.15cvs99
9659
9660         * src/imap.c
9661                 Fix bug when moving a folder
9662         * src/imap_gtk.c
9663         * src/mh_gtk.c
9664                 "Delete folder" pops up a window, so it 
9665                 should be suffixed with "..."
9666         * src/plugins/pgpcore/sgpgme.c
9667                 Include locale.h
9668
9669 2005-10-24 [mones]      1.9.15cvs98
9670
9671         * manual/Makefile
9672         * manual/account.xml
9673         * manual/ack.xml
9674         * manual/addrbook.xml
9675         * manual/advanced.xml
9676         * manual/faq.xml
9677         * manual/glossary.xml
9678         * manual/gpl.xml
9679         * manual/handling.xml
9680         * manual/intro.xml
9681         * manual/keyboard.xml
9682         * manual/manual.xml
9683         * manual/plugins.xml
9684         * manual/starting.xml
9685         * manual/dtd/sdocbook.dtd
9686                 Initial manual structure and some content.
9687
9688 2005-10-23 [wwp]        1.9.15cvs97
9689
9690         * src/gtk/about.c
9691                 fix a typo
9692
9693 2005-10-23 [wwp]        1.9.15cvs96
9694
9695         * src/gtk/about.c
9696         * src/gtk/authors.h
9697                 rework of the about window (main work by Paul), also featuring a few
9698                 fixes for typos and duplicate names
9699
9700 2005-10-23 [wwp]        1.9.15cvs95
9701
9702         * src/.cvsignore
9703                 Ignore the right binary name (sylpheed-claws now)
9704
9705 2005-10-23 [paul]       1.9.15cvs94
9706
9707         * src/compose.c
9708                 when using Folder Pref 'Default To for
9709                 replies' make the entry in the Compose
9710                 window bold
9711                 Patch by Fabien Vantard
9712
9713 2005-10-22 [colin]      1.9.15cvs93
9714
9715         * src/codeconv.c
9716                 Fix leak
9717
9718 2005-10-22 [colin]      1.9.15cvs92
9719
9720         * src/codeconv.c
9721                 try to convert using locale (apart utf8) if necessary
9722
9723 2005-10-22 [colin]      1.9.15cvs91
9724
9725         * src/pixmaps/new.xpm
9726         * src/pixmaps/unread.xpm
9727                 Make the unread envelope blue again and
9728                 saturate the new one a bit more.
9729
9730 2005-10-22 [colin]      1.9.15cvs90
9731
9732         * src/compose.c
9733                 When replying to a mail sent by one of our accounts,
9734                 use the original list of recipients. Let 'Reply All'
9735                 and 'Reply to sender' work like previously.
9736
9737 2005-10-21 [colin]      1.9.15cvs89
9738
9739         * src/prefs_filtering.c
9740                 Clear fields after add and replace
9741         * src/textview.c
9742                 Display xface differently (better)
9743         * src/plugins/pgpinline/pgpinline.c
9744                 Fix crappy encodings/recodings
9745
9746 2005-10-21 [paul]       1.9.15cvs88
9747
9748         * src/compose.c
9749         * src/prefs_folder_item.c
9750         * src/toolbar.c
9751                 fix news folder Folder Properties
9752                 (thanks to Colin)
9753         * src/folderview.c
9754                 update folderview after Themes change
9755                 keep selected folder selected
9756                 (thanks to Colin)
9757
9758 2005-10-21 [paul]       1.9.15cvs87
9759
9760         * tools/Makefile.am
9761         * tools/OOo2sylpheed.pl
9762         * tools/README
9763         * tools/README.sylprint
9764         * tools/asus_mailled.sh         ** REMOVED **
9765         * tools/filter_conv.pl
9766         * tools/freshmeat_search.pl
9767         * tools/google_search.pl
9768         * tools/gpg-sign-syl            ** REMOVED **
9769         * tools/kmail2sylpheed.pl
9770         * tools/kmail2sylpheed_v2.pl
9771         * tools/multiwebsearch.pl
9772         * tools/nautilus2sylpheed.sh
9773         * tools/newscache_clean.pl
9774         * tools/outlook2sylpheed.pl
9775         * tools/sylpheed-switcher       ** REMOVED **
9776         * tools/sylprint.pl
9777         * tools/sylprint.rc
9778         * tools/tb2sylpheed
9779         * tools/vcard2xml.py
9780         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9781                 update default config dir
9782                 update binary name (thanks to Fabien Vantard)
9783                 remove obsolete scripts
9784
9785 2005-10-21 [colin]      1.9.15cvs86
9786
9787         * src/inc.c
9788                 Fix possible leak and units. Based on a patch by
9789                 Fabien Vantard.
9790
9791 2005-10-20 [colin]      1.9.15cvs85
9792
9793         * src/textview.c
9794                 Clear xface when clearing textview
9795
9796 2005-10-20 [colin]      1.9.15cvs84
9797
9798         * configure.ac
9799         * src/folderview.c
9800         * src/headerview.c
9801         * src/main.c
9802         * src/prefs_common.c
9803         * src/prefs_common.h
9804         * src/prefs_message.c
9805         * src/textview.c
9806         * src/textview.h
9807         * src/common/defs.h
9808         * src/common/utils.c
9809         * src/common/utils.h
9810         * src/gtk/gtkutils.c
9811         * src/gtk/gtkutils.h
9812                 Migrate config to .sylpheed-claws (Automatically)
9813                 Add a way to get the Xface in the TextView
9814
9815 2005-10-20 [colin]      1.9.15cvs83
9816
9817         * src/gtk/Makefile.am
9818         * src/gtk/about.c
9819         * src/gtk/authors.h
9820                 Make the about dialog *grooovy*
9821
9822 2005-10-20 [colin]      1.9.15cvs82
9823
9824         * src/mimeview.c
9825                 Use "Open with" on double click if no command
9826                 was found
9827
9828 2005-10-20 [colin]      1.9.15cvs81
9829
9830         * src/imap.c
9831         * src/etpan/imap-thread.c
9832                 Fix possible crash.
9833
9834 2005-10-20 [paul]       1.9.15cvs80
9835
9836         * src/folder.c
9837                 don't show clipkey icon if the only
9838                 attachment is the signature
9839                 Patch by Colin
9840
9841 2005-10-20 [paul]       1.9.15cvs79
9842
9843         * AUTHORS
9844         * src/plugins/pgpmime/pgpmime.c
9845                 name the PGP/MIME signature 'signature.asc'
9846                 Patch by Andrew Nelson <freeandy@gmail.com>
9847
9848 2005-10-19 [colin]      1.9.15cvs78
9849
9850         * src/plugins/pgpmime/pgpmime.c
9851                 Oops, no need to double-check though
9852
9853 2005-10-19 [colin]      1.9.15cvs77
9854
9855         * src/plugins/pgpinline/pgpinline.c
9856         * src/plugins/pgpmime/pgpmime.c
9857                 Check that my_tmpfile() doesn't 
9858                 return NULL
9859
9860 2005-10-19 [colin]      1.9.15cvs76
9861
9862         * src/common/utils.c
9863                 Use shorter mime boundaries to avoid having
9864                 MTAs rewrapping our headers, breaking the
9865                 PGP signature in the process 
9866         * src/compose.c
9867         * src/plugins/pgpmime/pgpmime.c
9868                 Check for boundary uniqueness to be sure
9869                 it won't happen, instead of hoping for the
9870                 best
9871
9872 2005-10-19 [colin]      1.9.15cvs75
9873
9874         * sylpheed-claws.desktop
9875         * src/Makefile.am
9876         * src/main.c
9877                 Ship a sylpheed-claws binary instead
9878                 of a sylpheed one. Change the socket
9879                 name, too
9880         * src/folderview.c
9881                 Update folder only if it changed
9882         * src/wizard.c
9883                 Fix i18n in welcome mail, patch by
9884                 Fabien Vantard
9885
9886 2005-10-19 [paul]
9887
9888         1.9.99-rc2 released
9889
9890 2005-10-19 [paul]       1.9.15cvs74
9891
9892         * src/folder.c
9893         * src/folderview.c
9894                 fix summaryview update
9895                 Patch by Colin
9896
9897 2005-10-18 [colin]      1.9.15cvs73
9898
9899         * src/plugins/pgpcore/passphrase.c
9900                 Don't XGrabServer, and try a bit more to 
9901                 sync everything before grabbing mouse/keyboard
9902
9903 2005-10-18 [colin]      1.9.15cvs72
9904
9905         * src/Makefile.am
9906         * src/addressadd.c
9907         * src/addressbook.c
9908         * src/folderview.c
9909         * src/grouplistdialog.c
9910         * src/mimeview.c
9911         * src/stock_pixmap.c
9912         * src/stock_pixmap.h
9913         * src/summaryview.c
9914         * src/gtk/gtksctree.c
9915         * src/gtk/gtksctree.h
9916         * src/pixmaps/empty.xpm
9917                 Implement a wrapper call for gtk_ctree_set_node_info
9918                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9919                 pixmap instead of a NULL one. This works around some
9920                 memory problems deep inside gtk, revealed by valgrind,
9921                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9922                 as locked crashes sylpheed.), as well as, probably, 
9923                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9924
9925 2005-10-17 [colin]      1.9.15cvs71
9926
9927         * src/mimeview.c
9928                 Provide visual feedback when checking
9929                 signature
9930
9931 2005-10-17 [colin]      1.9.15cvs70
9932
9933         * src/main.c
9934                 Keep the folder list frozen while checking caches...
9935
9936 2005-10-17 [colin]      1.9.15cvs69
9937
9938         * src/addr_compl.c
9939                 Fi bug #833 (Autocompleting from addressbook 
9940                 fails with extended chars)
9941         * src/imap.c
9942                 Fix 'adding messages' staying in statusbar
9943                 after an error
9944
9945 2005-10-17 [wwp]        1.9.15cvs68
9946
9947         * src/ssl_manager.c
9948                 Fix buttons' layout resizing when window size changes
9949
9950 2005-10-17 [wwp]        1.9.15cvs67
9951
9952         * src/account.c
9953         * src/prefs_account.c
9954         * src/prefs_common.c
9955         * src/prefs_common.h
9956         * src/prefs_folder_item.c
9957         * src/prefs_gtk.c
9958         * src/gtk/logwindow.c
9959         * src/gtk/pluginwindow.c
9960         * src/gtk/prefswindow.c
9961         * src/gtk/prefswindow.h
9962                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9963
9964 2005-10-17 [paul]       1.9.15cvs66
9965
9966         * configure.ac
9967                 fix missing libetpan message
9968         * po/en_GB.po
9969                 updated
9970         * src/crash.c
9971         * src/manual.c
9972         * src/prefs_themes.c
9973         * src/common/defs.h
9974                 add some new URI defines, change some
9975                 others
9976         * src/wizard.c
9977                 make welcome message translatable
9978                 small improvements to english
9979                 other tweaks
9980         * src/gtk/menu.c
9981                 fix warnings
9982
9983 2005-10-17 [paul]       1.9.15cvs65
9984
9985         * src/summaryview.c
9986                 fix column titles
9987
9988 2005-10-16 [mones]      1.9.15cvs64
9989
9990         * po/es.po
9991                 Updated translation
9992
9993 2005-10-16 [colin]
9994
9995         1.9.99-rc1 released
9996
9997 2005-10-16 [colin]      1.9.15cvs63
9998
9999         * src/wizard.c
10000                 Fix whitespace
10001
10002 2005-10-16 [colin]      1.9.15cvs62
10003
10004         * src/toolbar.c
10005                 s/Get All/Get Mail/
10006         * src/wizard.c
10007                 Real welcome mail text, thanks Paul
10008
10009 2005-10-16 [colin]      1.9.15cvs61
10010
10011         * src/editldap.c
10012         * src/exporthtml.c
10013         * src/main.c
10014         * src/mainwindow.c
10015         * src/prefs_themes.c
10016         * src/prefs_toolbar.c
10017         * src/plugins/demo/demo.c
10018         * src/plugins/trayicon/trayicon.c
10019                 s/Sylpheed/Sylpheed-Claws/
10020
10021 2005-10-16 [colin]      1.9.15cvs60
10022
10023         * src/wizard.c
10024                 Add a welcome email in the first empty mailbox
10025         * src/prefs_common.c
10026                 Change one more default
10027
10028 2005-10-16 [colin]      1.9.15cvs59
10029
10030         * src/wizard.c
10031                 Remove printf
10032
10033 2005-10-16 [colin]      1.9.15cvs58
10034
10035         * src/toolbar.c
10036         * src/prefs_common.c
10037                 Change some defaults
10038
10039 2005-10-16 [colin]      1.9.15cvs57
10040
10041         * src/toolbar.c
10042         * src/prefs_common.c
10043                 Change some defaults
10044
10045 2005-10-16 [colin]      1.9.15cvs56
10046
10047         * src/wizard.c
10048                 By default, initialize fonts to have
10049                 the same size as normal GtkWidgets
10050
10051 2005-10-16 [colin]      1.9.15cvs55
10052
10053         * src/mimeview.c
10054                 Fix message a bit more
10055
10056 2005-10-16 [colin]      1.9.15cvs54
10057
10058         * src/addressbook.c
10059                 Second attempt at flicker fixing
10060
10061 2005-10-16 [colin]      1.9.15cvs53
10062
10063         * src/addressbook.c
10064                 Fix flicker
10065
10066 2005-10-16 [wwp]        1.9.15cvs52
10067
10068         * src/addressbook.c
10069         * src/editaddress.c
10070         * src/prefs_common.c
10071         * src/prefs_common.h
10072                 Remember window sizes (address book)
10073
10074 2005-10-16 [wwp]        1.9.15cvs51
10075
10076         * src/plugins/clamav/clamav_plugin_gtk.c
10077         * src/plugins/spamassassin/spamassassin_gtk.c
10078                 Fix compilation warnings (missing #include).
10079
10080 2005-10-16 [colin]      1.9.15cvs50
10081
10082         * src/mimeview.c
10083         * src/summaryview.c
10084         * src/textview.c
10085                 Make 'c' check signature, and forward
10086                 c, l, y, t from summaryview to mimeview
10087
10088 2005-10-16 [colin]      1.9.15cvs49
10089
10090         * src/addressbook.c
10091                 Put border around buttons
10092         * src/mainwindow.c
10093         * src/summaryview.c
10094                 Rework menus (Patch based on a patch
10095                 by Paul)
10096
10097 2005-10-15 [wwp]        1.9.15cvs48
10098
10099         * src/editjpilot.c
10100         * src/editldap.c
10101         * src/editvcard.c
10102         * src/exphtmldlg.c
10103         * src/expldifdlg.c
10104         * src/export.c
10105         * src/import.c
10106         * src/importldif.c
10107         * src/importmutt.c
10108         * src/importpine.c
10109         * src/prefs_account.c
10110         * src/prefs_spelling.c
10111         * src/gtk/gtkutils.c
10112         * src/gtk/gtkutils.h
10113         * src/plugins/clamav/clamav_plugin_gtk.c
10114         * src/plugins/spamassassin/spamassassin_gtk.c
10115                 use nicer browse-for-file/dir buttons than the "..." ones,
10116                 code factorizing more.
10117
10118 2005-10-14 [colin]      1.9.15cvs47
10119
10120         * src/mainwindow.c
10121                 set relief on the account switcher so that people see it
10122                 grey out Create processing rules when no message is selected
10123         * src/prefs_filtering.c
10124                 ask before closing if the rule has not been modified, even if
10125                 it's not valid
10126         * src/prefs_matcher.c
10127                 fix sensitivity when entering the dialog
10128         * src/gtk/inputdialog.c
10129                 display a better icon on password ask
10130         * src/plugins/pgpcore/passphrase.c
10131                 make the dialog look better
10132
10133 2005-10-14 [paul]       1.9.15cvs46
10134
10135         * src/folderview.c
10136                 indicate presense of marked msgs in
10137                 unexpanded subfolders
10138
10139 2005-10-14 [paul]       1.9.15cvs45
10140
10141         * src/prefs_actions.c
10142         * src/prefs_common.c
10143         * src/prefs_common.h
10144         * src/prefs_filtering_action.c
10145         * src/prefs_matcher.c
10146         * src/prefs_template.c
10147                 remember window sizes
10148                 fix Info button size
10149
10150         Patches by wwp
10151
10152 2005-10-13 [colin]      1.9.15cvs44
10153
10154         * src/mimeview.c
10155         * src/noticeview.c
10156         * src/noticeview.h
10157                 Add a tooltip on the icon (optional) 
10158                 Get rid of the signature buttons and only
10159                 use the icon+tooltip
10160
10161 2005-10-13 [colin]      1.9.15cvs43
10162
10163         * src/noticeview.c
10164         * src/noticeview.h
10165                 Add hand cursor for hovering over icon
10166
10167 2005-10-13 [colin]      1.9.15cvs42
10168
10169         * src/summaryview.c
10170                 Fix crash when quicksearch's hidden 
10171                 at startup
10172
10173 2005-10-13 [colin]      1.9.15cvs41
10174
10175         * src/compose.c
10176                 Set subject when forwarding multiple mails
10177                 Check that other recipient than the default Cc or Bcc
10178                 have been set before sending.
10179
10180 2005-10-13 [colin]      1.9.15cvs40
10181
10182         * src/imap.c
10183                 Batch per-folder
10184                 Introduce locking, but don't use it yet
10185
10186 2005-10-13 [colin]      1.9.15cvs39
10187
10188         * src/gtk/quicksearch.c
10189                 Reset quicksearch when hiding it
10190                 Make sticky a real pref
10191
10192 2005-10-13 [colin]      1.9.15cvs38
10193
10194         * src/summaryview.c
10195                 Faster prefs apply
10196
10197 2005-10-13 [colin]      1.9.15cvs37
10198
10199         * src/mimeview.c
10200         * src/noticeview.c
10201         * src/noticeview.h
10202         * src/plugins/pgpcore/sgpgme.c
10203                 Make privacy icon clickable
10204                 Move Trust field in Full info
10205                 When trust is less than full, don't display
10206                 a warning icon
10207
10208 2005-10-13 [colin]      1.9.15cvs36
10209
10210         * src/folder.c
10211                 Batch on flags sync
10212         * src/folderview.c
10213                 Revert speed hack which is dangerous in fact
10214                 Apply prefs faster
10215
10216 2005-10-13 [colin]      1.9.15cvs35
10217
10218         * src/folder_item_prefs.c
10219                 Fix pref corruption on folder move. Patch
10220                 by wwp
10221
10222 2005-10-13 [paul]       1.9.15cvs34
10223
10224         * src/export.c
10225         * src/import.c
10226                 fix typos in g_warnings
10227         * src/prefs_account.c
10228                 add a file selector for Signature file
10229
10230         Patches by wwp
10231
10232 2005-10-12 [colin]      1.9.15cvs33
10233
10234         * src/mimeview.c
10235                 Provide a quick way to go back from a
10236                 signature's full info to the email part
10237
10238 2005-10-12 [colin]      1.9.15cvs32
10239
10240         * src/compose.c
10241                 Remove old hack of encoding signed mails with base64.
10242                 QP works equally well.
10243
10244 2005-10-12 [colin]      1.9.15cvs31
10245
10246         * src/crash.c
10247                 Replace deprecated GtkText with GtkTextView
10248         * src/imap.c
10249                 Fix a logic bug about counts in imap_select
10250                 (previously un-triggered)
10251         * src/mainwindow.c
10252         * src/summaryview.c
10253         * src/news.c
10254                 Allow local deletion of news posts
10255         * src/mimeview.c
10256                 Show GPG noticeview on the message/rfc822 part
10257                 in addition to the text/plain one
10258         * src/prefs_image_viewer.c
10259           src/plugins/pgpcore/prefs_gpg.c
10260                 Polish (set the label as part of the checkbox)
10261         * src/wizard.c
10262                 Don't sit there doing nothing after destroying
10263                 the window - return err
10264
10265 2005-10-11 [colin]      1.9.15cvs30
10266
10267         * src/folderview.c
10268                 Apply processing rules before showing folders.
10269                 Early folder show (before flags sync) will only
10270                 be done when there are no processing rules (nor
10271                 pre- or post- ones)
10272         * src/imap.c
10273                 Fix stuff related to mail subdir, creation and 
10274                 deletion of folders 
10275         * src/imap_gtk.c
10276                 Don't allow creation of folders in NoInferior
10277                 folders, as it won't work
10278
10279 2005-10-10 [colin]      1.9.15cvs29
10280
10281         * src/compose.c
10282                 Reselect "None" Privacy system when selecting an
10283                 account with no privacy system defined
10284
10285 2005-10-10 [colin]      1.9.15cvs28
10286
10287         * src/mainwindow.c
10288                 Add Windows-1252 encoding
10289         * src/prefs_common.c
10290                 Rework some defaults:
10291                 - autosave to draft by default
10292                 - don't show header pane (it's already in the textview)
10293                 - Select first new or unread mail on entry
10294                 - Assume 'Yes' to change folder when there's no more
10295                   unread message
10296         * src/prefs_matcher.c
10297                 Fix a gtk assertion failure
10298         * src/gtk/colorlabel.c
10299                 Workaround bad repainting on selection
10300         * src/main.c
10301                 Freeze/thaw (a bit faster on ssh -X)
10302         * src/msgcache.c
10303                 Get rid of StrdupConverter that just adds an
10304                 extra strdup/free 
10305         * src/etpan/imap_thread.c
10306                 memset buf to 0
10307
10308 2005-10-10 [colin]      1.9.15cvs27
10309
10310         * src/export.c
10311         * src/import.c
10312                 Fix compile on gtk 2.4. Patch by wwp
10313
10314 2005-10-09 [colin]      1.9.15cvs26
10315
10316         * src/mainwindow.c
10317         * src/messageview.c
10318         * src/summaryview.c
10319                 Clarify forward menus. Patch by wwp
10320
10321 2005-10-09 [colin]      1.9.15cvs25
10322
10323         * src/compose.c
10324         * src/compose.h
10325                 Fix bug #829 (Non-working "Encrypt message by 
10326                 default when replying to an encrypted message")
10327
10328 2005-10-08 [colin]      1.9.15cvs24
10329
10330         * src/wizard.c
10331                 Fix bug #827 ("Welcome" setup wizard after a 
10332                 permission error gives up & forgets itself.)
10333
10334 2005-10-08 [colin]      1.9.15cvs23
10335
10336         * src/procmime.c
10337                 Fix bug #828 (Ignoring headers with spaces around = sign)
10338
10339 2005-10-08 [colin]      1.9.15cvs22
10340
10341         * src/export.c
10342                 Warning fix by wwp
10343
10344 2005-10-08 [colin]      1.9.15cvs21
10345
10346         * src/folder.c
10347         * src/folder.h
10348                 Add a processing_pending indicator, set on 
10349                 folder_item_open and cleared after 
10350                 folder_item_process_open
10351         * src/folderview.c
10352         * src/summaryview.c
10353                 wrap procmsg_msginfo_*_flags, and in the
10354                 wrapper check that there's no folder processing 
10355                 pending. If there is, defer the flags change until 
10356                 processing is done to avoid stepping over each
10357                 other's toes.
10358                 Freeze during processing, but not during scanning.
10359
10360 2005-10-07 [colin]      1.9.15cvs20
10361
10362         * src/plugins/pgpcore/passphrase.c
10363                 Fix bug #826 (X-Server hangs when 
10364                 right-clicking a PGP encrypted message)
10365
10366 2005-10-07 [paul]       1.9.15cvs19
10367
10368         * src/compose.c
10369                 fix compose_entries[]
10370                 patch by Fabien Vantard
10371
10372 2005-10-06 [colin]      1.9.15cvs18
10373
10374         * src/pixmaps/address.xpm
10375         * src/pixmaps/address_book.xpm
10376         * src/pixmaps/book.xpm
10377         * src/pixmaps/check_spelling.xpm
10378         * src/pixmaps/checkbox_off.xpm
10379         * src/pixmaps/checkbox_on.xpm
10380         * src/pixmaps/close.xpm
10381         * src/pixmaps/complete.xpm
10382         * src/pixmaps/continue.xpm
10383         * src/pixmaps/deleted.xpm
10384         * src/pixmaps/down_arrow.xpm
10385         * src/pixmaps/exec.xpm
10386         * src/pixmaps/forwarded.xpm
10387         * src/pixmaps/group.xpm
10388         * src/pixmaps/ignorethread.xpm
10389         * src/pixmaps/interface.xpm
10390         * src/pixmaps/jpilot.xpm
10391         * src/pixmaps/ldap.xpm
10392         * src/pixmaps/linewrap.xpm
10393         * src/pixmaps/linewrapcurrent.xpm
10394         * src/pixmaps/mail.xpm
10395         * src/pixmaps/mail_attach.xpm
10396         * src/pixmaps/mail_compose.xpm
10397         * src/pixmaps/mail_forward.xpm
10398         * src/pixmaps/mail_receive.xpm
10399         * src/pixmaps/mail_receive_all.xpm
10400         * src/pixmaps/mail_reply.xpm
10401         * src/pixmaps/mail_reply_to_all.xpm
10402         * src/pixmaps/mail_reply_to_author.xpm
10403         * src/pixmaps/mail_send.xpm
10404         * src/pixmaps/mail_send_queue.xpm
10405         * src/pixmaps/mime_application.xpm
10406         * src/pixmaps/mime_audio.xpm
10407         * src/pixmaps/mime_image.xpm
10408         * src/pixmaps/mime_message.xpm
10409         * src/pixmaps/mime_text_enriched.xpm
10410         * src/pixmaps/mime_text_html.xpm
10411         * src/pixmaps/mime_text_plain.xpm
10412         * src/pixmaps/mime_unknown.xpm
10413         * src/pixmaps/new.xpm
10414         * src/pixmaps/news_compose.xpm
10415         * src/pixmaps/offline.xpm
10416         * src/pixmaps/online.xpm
10417         * src/pixmaps/paste.xpm
10418         * src/pixmaps/preferences.xpm
10419         * src/pixmaps/privacy_emblem_encrypted.xpm
10420         * src/pixmaps/privacy_expired.xpm
10421         * src/pixmaps/privacy_failed.xpm
10422         * src/pixmaps/privacy_passed.xpm
10423         * src/pixmaps/privacy_signed.xpm
10424         * src/pixmaps/privacy_unknown.xpm
10425         * src/pixmaps/privacy_warn.xpm
10426         * src/pixmaps/properties.xpm
10427         * src/pixmaps/replied.xpm
10428         * src/pixmaps/search.xpm
10429         * src/pixmaps/unread.xpm
10430         * src/pixmaps/up_arrow.xpm
10431         * src/pixmaps/vcard.xpm
10432                 Modernize internal theme, with icons from the 
10433                 Gnomaws theme. Keep some of the old ones where
10434                 they were better.
10435
10436 2005-10-06 [colin]      1.9.15cvs17
10437
10438         * src/summaryview.c
10439                 Little optimisations + bugfix
10440         * src/toolbar.c
10441                 Remove default useless items - useless being defined
10442                 by the default relevant prefs
10443         * src/wizard.c
10444                 include config.h to make gettext work
10445         * src/prefs_themes.c
10446                 Fix selection of current theme in prefs
10447
10448 2005-10-06 [colin]      1.9.15cvs16
10449
10450         * src/prefs_common.c
10451         * src/prefs_common.h
10452         * src/prefs_summaries.c
10453         * src/folderview.c
10454                 Add a warning dialog on Mark all read 
10455                 (with pref to get rid of it)
10456
10457 2005-10-06 [paul]       1.9.15cvs15
10458
10459         * po/nb.po
10460         * po/pt_BR.po
10461                 updated by Geir Helland and Frederico
10462                 Goncalves Guimaraes
10463
10464 2005-10-05 [colin]      1.9.15cvs14
10465
10466         * src/folder.c
10467         * src/folder.h
10468         * src/folderview.c
10469         * src/folderview.h
10470         * src/imap_gtk.c
10471         * src/mh_gtk.c
10472         * src/mainwindow.c
10473         * src/setup.c
10474                 add a way to rescan without rebuilding
10475                 make moving a bit faster (less folders changes)
10476                 don't lock the tree on Get 
10477         * src/imap.c
10478                 Don't re-delete deleted messages before expunging
10479         * src/summaryview.c
10480                 Set batch mode when deleting mails
10481
10482 2005-10-05 [paul]       1.9.15cvs13
10483
10484         * src/mainwindow.c
10485         * src/mainwindow.h
10486                 fix disabled Execute menu item
10487         * src/toolbar.c
10488                 match the change in 1.9.15cvs10: use Compose
10489                 instead of News by default
10490
10491 2005-10-04 [colin]      1.9.15cvs12
10492
10493         * src/compose.c
10494                 When replying to an ML post with Reply-To set
10495                 to the poster's email, honor it (as before),
10496                 but also honor our user's request to reply to
10497                 the mailing list: set the ML address in the To
10498                 field and the Reply-To address in the Cc: 
10499                 field.
10500
10501 2005-10-04 [colin]      1.9.15cvs11
10502
10503         * src/plugins/trayicon/trayicon.c
10504                 Finish cosmetic change - thanks to wwp
10505
10506 2005-10-04 [colin]      1.9.15cvs10
10507
10508         * src/toolbar.c
10509                 Use Compose instead of Email by default.
10510                 Spotted by wwp.
10511
10512 2005-10-04 [colin]      1.9.15cvs9
10513
10514         * src/folder.c
10515         * src/folder.h
10516         * src/folderview.c
10517         * src/imap.c
10518         * src/etpan/imap-thread.c
10519         * src/etpan/imap-thread.h
10520                 Try to make IMAP faster, by simplifying SEARCH
10521                 commands, avoiding sending two STATUS in a row,
10522                 and deferring flags sync and processing just
10523                 after displaying the folder. 
10524                 This will update the SummaryView in certain
10525                 cases (new mails not already fetched, flags
10526                 changed from another client) but in a non-
10527                 blocking manner.
10528
10529 2005-10-04 [colin]      1.9.15cvs8
10530
10531         * src/plugins/trayicon/trayicon.c
10532                 Relabel "Offline" to "Work offline"
10533
10534 2005-10-04 [colin]      1.9.15cvs7
10535
10536         * src/export.c
10537         * src/import.c
10538         * src/mbox.c
10539                 Fix mbox import/export buglets
10540                 Patch by wwp
10541         * src/plugins/trayicon/trayicon.c
10542                 Add offline swithc
10543                 Patch by wwp
10544
10545 2005-10-04 [colin]      1.9.15cvs6
10546
10547         * src/folder.c
10548         * src/folderview.c
10549         * src/summaryview.c
10550                 Better fix (don't break mark all read) for cvs2
10551
10552 2005-10-03 [colin]      1.9.15cvs5
10553
10554         * src/folder.c
10555                 Use a sane sort by default
10556
10557 2005-10-03 [colin]      1.9.15cvs4
10558
10559         * src/inc.c
10560                 Add a 'Only once' button for overriding offline mode
10561         * src/prefs_account.c
10562         * src/wizard.c
10563                 Add Local mbox to the wizard
10564                 Add IMAP subdir to the wizard (or the wizard is useless
10565                 for such accounts, or even worse than useless)
10566                 Move IMAP subdir from Advanced to Receive tab, as it's
10567                 not that uncommon
10568
10569 2005-10-03 [colin]      1.9.15cvs3
10570
10571         * src/send_message.c
10572                 Forgot this one in cvs1
10573
10574 2005-10-03 [colin]      1.9.15cvs2
10575
10576         * src/folder.c
10577                 Faster close when leaving a folder with lots
10578                 of new mails. Idea by David Relson.
10579
10580 2005-10-03 [colin]      1.9.15cvs1
10581
10582         * src/compose.c
10583         * src/imap.c
10584         * src/inc.c
10585         * src/main.c
10586         * src/messageview.c
10587         * src/news.c
10588         * src/summaryview.c
10589         * src/gtk/sslcertwindow.c
10590         * src/plugins/trayicon/trayicon.c
10591                 Add accels to every AlertPanel. Patch by Fabien 
10592                 Vantard
10593
10594 2005-10-03 [paul]       1.9.15
10595
10596         1.9.15 released
10597
10598 2005-10-03 [paul]       1.9.14cvs68
10599
10600         * po/ca.po
10601         * po/de.po
10602         * po/es.po
10603         * po/fi.po
10604         * po/fr.po
10605         * po/sk.po
10606         * po/sr.po
10607         * po/zh_CN.po
10608                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10609                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10610                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10611
10612 2005-10-03 [paul]       1.9.14cvs67
10613
10614         * src/send_message.c
10615                 prevent hang on Cancel
10616                 patch by Colin
10617
10618 2005-10-03 [paul]       1.9.14cvs66
10619
10620         * src/main.c
10621                 fix crash in IMAP caused by discrepancy
10622                 between check_at_startup and offline mode
10623                 Patch by Colin
10624
10625 2005-10-01 [paul]       1.9.14cvs65
10626
10627         * src/inc.c
10628                 fix engrish
10629
10630 2005-10-01 [paul]       1.9.14cvs64
10631         * src/export.c
10632         * src/import.c
10633                 synchronise import_mbox() and export_mbox()
10634         * src/mbox.c
10635                 proc_mbox(): add alert if file cannot be opened
10636                 export_list_to_mbox(): test if dest file exists,
10637                 prompt user to overwrite if it does. add alert
10638                 if file cannot be created
10639                                                                 
10640         Patch by wwp
10641                                                                                                                 
10642
10643 2005-09-30 [paul]       1.9.14cvs63
10644
10645         * src/addressbook.c
10646                 Fix sensitivity of a menu
10647         * src/codeconv.c
10648                 Respect hidden pref for mails with no encoding
10649         * src/common/xml.c
10650                 Fix memory corruption
10651         * src/plugins/pgpcore/sgpgme.c
10652                 Fix segfault on incomplete sigs, and display
10653                 of S/Mime UIDs
10654
10655         Patches by Colin
10656
10657 2005-09-30 [colin]      1.9.14cvs62
10658
10659         * src/partial_download.c
10660                 Little logic fix in almost-dead code
10661         * src/pop.c
10662                 Fix partial download when there's no new mail
10663
10664 2005-09-29 [paul]       1.9.14cvs61
10665
10666         * src/plugins/pgpinline/pgpinline.c
10667                 fix bug 819, 'crash accessing sign message'
10668                 Patch by Colin
10669
10670 2005-09-28 [martin]     1.9.14cvs60
10671
10672         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10673                 fix bug #790 (Crash when restarting window manager (fluxbox))
10674
10675 2005-09-28 [paul]       1.9.14cvs59
10676
10677         * src/gtk/gtkaspell.c
10678                 fix off-by-one typo
10679
10680 2005-09-27 [colin]      1.9.14cvs58
10681
10682         * src/plugins/pgpcore/sgpgme.c
10683                 Report error when there's one, instead of
10684                 "Signature unchecked" 
10685
10686 2005-09-27 [colin]      1.9.14cvs57
10687
10688         * src/prefs_quote.c
10689                 Fix bug #816 (Weird quotation with spaces)
10690
10691 2005-09-27 [colin]      1.9.14cvs56
10692
10693         * src/codeconv.c
10694         * src/compose.c
10695         * src/compose.h
10696                 Put subject in compose's title
10697                 Fix Automatic encoding so that it's really automatic:
10698                 first try default locale's charset, then charset of the replied mail, 
10699                 then utf-8
10700                 Fix encoding of headers (must be in strict mode too)
10701
10702 2005-09-26 [colin]      1.9.14cvs55
10703
10704         * src/gtk/gtkaspell.c
10705                 Fix previous patch - don't color the space,
10706                 just uncolor it :)
10707
10708 2005-09-26 [colin]      1.9.14cvs54
10709
10710         * src/gtk/gtkaspell.c
10711                 Unmark space if possible
10712
10713 2005-09-26 [colin]      1.9.14cvs53
10714
10715         * src/imap.c
10716                 log_error instead of alertpanel according to the pref
10717         * src/etpan/imap-thread.c
10718                 Print connect status, copy only necessary size to 
10719                 logger
10720         * src/plugins/pgpmime/pgpmime.c
10721                 Handle S/Mime signatures (verification only). Patch based
10722                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10723
10724 2005-09-26 [paul]       1.9.14cvs52
10725
10726         * src/common/passcrypt.c
10727                 this 'workaround' not necessary on NetBSD.
10728                 Thanks to Daniel Gustafson
10729
10730 2005-09-26 [paul]
10731
10732         1.9.15-rc4 released
10733
10734 2005-09-26 [paul]       1.9.14cvs51
10735
10736         * src/summaryview.c
10737                 Skip currently selected message when
10738                 looking for next new or unread message
10739                 in current folder. Patch by Colin
10740         * src/common/passcrypt.c
10741                 eliminate warnings on *BSD. Patch by
10742                 Daniel Gustafson
10743
10744 2005-09-26 [colin]      1.9.14cvs50
10745
10746         * src/procmsg.c
10747                 Call postfiltering hook anyway
10748
10749 2005-09-22 [colin]      1.9.14cvs49
10750
10751         * src/codeconv.c
10752         * src/codeconv.h
10753                 Add a strict mode that doesn't replace with _
10754         * src/compose.c
10755         * src/compose.h
10756                 Use strict conversion while sending
10757                 Fix race when drafting while sending (happens
10758                 on IMAP)
10759                 Fix d'n'd of messages from summaryview
10760         * src/prefs_common.c
10761         * src/prefs_common.h
10762                 add hidden utf8_instead_of_locale_for_broken_mail 
10763                 pref for people that preferred the default charset 
10764                 to be utf8 for broken mails
10765         * src/quote_fmt_parse.y
10766                 fix bug #815 (No quote insert if "From:" fied 
10767                 contained Russian letters)
10768         * src/summaryview.c
10769                 Fix d'n'd of messages to compose
10770
10771 2005-09-22 [paul]       1.9.14cvs48
10772
10773         * src/compose.c
10774                 fix bug where attachments Name entry
10775                 would display Path instead
10776
10777 2005-09-21 [paul]       1.9.14cvs47
10778
10779         * README
10780         * README.jp
10781         * configure.ac
10782         * config/config.rpath
10783         * doc/manual/en/sylpheed-20.html
10784         * doc/manual/es/sylpheed-20.html
10785         * po/bg.po
10786         * po/ca.po
10787         * po/de.po
10788         * po/es.po
10789         * po/fr.po
10790         * po/it.po
10791         * po/pt_BR.po
10792         * po/sk.po
10793         * po/zh_TW.po
10794         * src/account.c
10795         * src/account.h
10796         * src/action.c
10797         * src/action.h
10798         * src/adbookbase.h
10799         * src/addr_compl.c
10800         * src/addr_compl.h
10801         * src/addrbook.c
10802         * src/addrbook.h
10803         * src/addrcache.c
10804         * src/addrcache.h
10805         * src/addrcindex.c
10806         * src/addrcindex.h
10807         * src/addrclip.c
10808         * src/addrclip.h
10809         * src/addrdefs.h
10810         * src/addressadd.c
10811         * src/addressadd.h
10812         * src/addressbook.c
10813         * src/addressbook.h
10814         * src/addressitem.h
10815         * src/addrgather.c
10816         * src/addrgather.h
10817         * src/addrharvest.c
10818         * src/addrharvest.h
10819         * src/addrindex.c
10820         * src/addrindex.h
10821         * src/addritem.c
10822         * src/addritem.h
10823         * src/addrquery.c
10824         * src/addrquery.h
10825         * src/addrselect.c
10826         * src/addrselect.h
10827         * src/alertpanel.c
10828         * src/alertpanel.h
10829         * src/browseldap.c
10830         * src/browseldap.h
10831         * src/codeconv.c
10832         * src/codeconv.h
10833         * src/compose.c
10834         * src/compose.h
10835         * src/crash.c
10836         * src/crash.h
10837         * src/customheader.c
10838         * src/customheader.h
10839         * src/displayheader.c
10840         * src/displayheader.h
10841         * src/editaddress.c
10842         * src/editaddress.h
10843         * src/editbook.c
10844         * src/editbook.h
10845         * src/editgroup.c
10846         * src/editgroup.h
10847         * src/editjpilot.c
10848         * src/editjpilot.h
10849         * src/editldap.c
10850         * src/editldap.h
10851         * src/editldap_basedn.c
10852         * src/editldap_basedn.h
10853         * src/editvcard.c
10854         * src/editvcard.h
10855         * src/enriched.c
10856         * src/enriched.h
10857         * src/exphtmldlg.c
10858         * src/exphtmldlg.h
10859         * src/expldifdlg.c
10860         * src/expldifdlg.h
10861         * src/export.c
10862         * src/export.h
10863         * src/exporthtml.c
10864         * src/exporthtml.h
10865         * src/exportldif.c
10866         * src/exportldif.h
10867         * src/filtering.c
10868         * src/filtering.h
10869         * src/folder.c
10870         * src/folder.h
10871         * src/folder_item_prefs.c
10872         * src/folder_item_prefs.h
10873         * src/foldersel.c
10874         * src/foldersel.h
10875         * src/folderutils.c
10876         * src/folderutils.h
10877         * src/folderview.c
10878         * src/folderview.h
10879         * src/grouplistdialog.c
10880         * src/grouplistdialog.h
10881         * src/headerview.c
10882         * src/headerview.h
10883         * src/html.c
10884         * src/html.h
10885         * src/image_viewer.c
10886         * src/image_viewer.h
10887         * src/imap.c
10888         * src/imap.h
10889         * src/imap_gtk.c
10890         * src/imap_gtk.h
10891         * src/import.c
10892         * src/import.h
10893         * src/importldif.c
10894         * src/importldif.h
10895         * src/importmutt.c
10896         * src/importmutt.h
10897         * src/importpine.c
10898         * src/importpine.h
10899         * src/inc.c
10900         * src/inc.h
10901         * src/jpilot.c
10902         * src/jpilot.h
10903         * src/ldapctrl.c
10904         * src/ldapctrl.h
10905         * src/ldaplocate.c
10906         * src/ldaplocate.h
10907         * src/ldapquery.c
10908         * src/ldapquery.h
10909         * src/ldapserver.c
10910         * src/ldapserver.h
10911         * src/ldaputil.c
10912         * src/ldaputil.h
10913         * src/ldif.c
10914         * src/ldif.h
10915         * src/localfolder.c
10916         * src/localfolder.h
10917         * src/main.c
10918         * src/main.h
10919         * src/mainwindow.c
10920         * src/mainwindow.h
10921         * src/manual.c
10922         * src/manual.h
10923         * src/matcher.c
10924         * src/matcher.h
10925         * src/matcher_parser.h
10926         * src/matcher_parser_lex.l
10927         * src/matcher_parser_parse.y
10928         * src/mbox.c
10929         * src/mbox.h
10930         * src/message_search.c
10931         * src/message_search.h
10932         * src/messageview.c
10933         * src/messageview.h
10934         * src/mh.c
10935         * src/mh.h
10936         * src/mh_gtk.c
10937         * src/mh_gtk.h
10938         * src/mimeview.c
10939         * src/mimeview.h
10940         * src/msgcache.c
10941         * src/msgcache.h
10942         * src/mutt.c
10943         * src/mutt.h
10944         * src/news.c
10945         * src/news.h
10946         * src/news_gtk.c
10947         * src/news_gtk.h
10948         * src/noticeview.c
10949         * src/noticeview.h
10950         * src/partial_download.c
10951         * src/partial_download.h
10952         * src/pine.c
10953         * src/pine.h
10954         * src/pop.c
10955         * src/pop.h
10956         * src/prefs_account.c
10957         * src/prefs_account.h
10958         * src/prefs_actions.c
10959         * src/prefs_actions.h
10960         * src/prefs_common.c
10961         * src/prefs_common.h
10962         * src/prefs_compose_writing.c
10963         * src/prefs_compose_writing.h
10964         * src/prefs_customheader.c
10965         * src/prefs_customheader.h
10966         * src/prefs_display_header.c
10967         * src/prefs_display_header.h
10968         * src/prefs_ext_prog.c
10969         * src/prefs_ext_prog.h
10970         * src/prefs_filtering.c
10971         * src/prefs_filtering.h
10972         * src/prefs_filtering_action.c
10973         * src/prefs_filtering_action.h
10974         * src/prefs_folder_column.c
10975         * src/prefs_folder_column.h
10976         * src/prefs_folder_item.c
10977         * src/prefs_folder_item.h
10978         * src/prefs_fonts.c
10979         * src/prefs_fonts.h
10980         * src/prefs_gtk.c
10981         * src/prefs_gtk.h
10982         * src/prefs_image_viewer.c
10983         * src/prefs_image_viewer.h
10984         * src/prefs_matcher.c
10985         * src/prefs_matcher.h
10986         * src/prefs_message.c
10987         * src/prefs_message.h
10988         * src/prefs_msg_colors.c
10989         * src/prefs_msg_colors.h
10990         * src/prefs_other.c
10991         * src/prefs_other.h
10992         * src/prefs_quote.c
10993         * src/prefs_quote.h
10994         * src/prefs_receive.c
10995         * src/prefs_receive.h
10996         * src/prefs_send.c
10997         * src/prefs_send.h
10998         * src/prefs_spelling.c
10999         * src/prefs_spelling.h
11000         * src/prefs_summaries.c
11001         * src/prefs_summaries.h
11002         * src/prefs_summary_column.c
11003         * src/prefs_summary_column.h
11004         * src/prefs_template.c
11005         * src/prefs_template.h
11006         * src/prefs_themes.c
11007         * src/prefs_themes.h
11008         * src/prefs_toolbar.c
11009         * src/prefs_toolbar.h
11010         * src/prefs_wrapping.c
11011         * src/prefs_wrapping.h
11012         * src/privacy.c
11013         * src/privacy.h
11014         * src/procheader.c
11015         * src/procheader.h
11016         * src/procmime.c
11017         * src/procmime.h
11018         * src/procmsg.c
11019         * src/procmsg.h
11020         * src/quote_fmt.c
11021         * src/quote_fmt_parse.y
11022         * src/recv.c
11023         * src/recv.h
11024         * src/remotefolder.c
11025         * src/remotefolder.h
11026         * src/send_message.c
11027         * src/send_message.h
11028         * src/setup.c
11029         * src/setup.h
11030         * src/simple-gettext.c
11031         * src/sourcewindow.c
11032         * src/sourcewindow.h
11033         * src/ssl_manager.c
11034         * src/ssl_manager.h
11035         * src/statusbar.c
11036         * src/statusbar.h
11037         * src/stock_pixmap.c
11038         * src/stock_pixmap.h
11039         * src/summary_search.c
11040         * src/summary_search.h
11041         * src/summaryview.c
11042         * src/summaryview.h
11043         * src/syldap.c
11044         * src/syldap.h
11045         * src/textview.c
11046         * src/textview.h
11047         * src/toolbar.c
11048         * src/toolbar.h
11049         * src/undo.c
11050         * src/undo.h
11051         * src/unmime.c
11052         * src/unmime.h
11053         * src/vcard.c
11054         * src/vcard.h
11055         * src/wizard.c
11056         * src/wizard.h
11057         * src/common/base64.c
11058         * src/common/base64.h
11059         * src/common/defs.h
11060         * src/common/hooks.c
11061         * src/common/hooks.h
11062         * src/common/log.c
11063         * src/common/log.h
11064         * src/common/md5.c
11065         * src/common/md5.h
11066         * src/common/mgutils.c
11067         * src/common/mgutils.h
11068         * src/common/nntp.c
11069         * src/common/nntp.h
11070         * src/common/passcrypt.c
11071         * src/common/passcrypt.h.in
11072         * src/common/plugin.c
11073         * src/common/plugin.h
11074         * src/common/prefs.c
11075         * src/common/prefs.h
11076         * src/common/progressindicator.c
11077         * src/common/progressindicator.h
11078         * src/common/quoted-printable.c
11079         * src/common/quoted-printable.h
11080         * src/common/session.c
11081         * src/common/session.h
11082         * src/common/smtp.c
11083         * src/common/smtp.h
11084         * src/common/socket.c
11085         * src/common/socket.h
11086         * src/common/ssl.c
11087         * src/common/ssl.h
11088         * src/common/ssl_certificate.c
11089         * src/common/ssl_certificate.h
11090         * src/common/string_match.c
11091         * src/common/string_match.h
11092         * src/common/stringtable.c
11093         * src/common/sylpheed.c
11094         * src/common/sylpheed.h
11095         * src/common/template.c
11096         * src/common/template.h
11097         * src/common/timing.h
11098         * src/common/utils.c
11099         * src/common/utils.h
11100         * src/common/uuencode.c
11101         * src/common/uuencode.h
11102         * src/common/version.h.in
11103         * src/common/xml.c
11104         * src/common/xml.h
11105         * src/common/xmlprops.c
11106         * src/common/xmlprops.h
11107         * src/gtk/about.c
11108         * src/gtk/about.h
11109         * src/gtk/colorlabel.c
11110         * src/gtk/colorlabel.h
11111         * src/gtk/colorsel.c
11112         * src/gtk/colorsel.h
11113         * src/gtk/description_window.c
11114         * src/gtk/description_window.h
11115         * src/gtk/filesel.c
11116         * src/gtk/filesel.h
11117         * src/gtk/foldersort.c
11118         * src/gtk/foldersort.h
11119         * src/gtk/gtkutils.c
11120         * src/gtk/gtkutils.h
11121         * src/gtk/inputdialog.c
11122         * src/gtk/inputdialog.h
11123         * src/gtk/logwindow.c
11124         * src/gtk/logwindow.h
11125         * src/gtk/manage_window.c
11126         * src/gtk/manage_window.h
11127         * src/gtk/menu.c
11128         * src/gtk/menu.h
11129         * src/gtk/pluginwindow.c
11130         * src/gtk/pluginwindow.h
11131         * src/gtk/prefswindow.c
11132         * src/gtk/prefswindow.h
11133         * src/gtk/progressdialog.c
11134         * src/gtk/progressdialog.h
11135         * src/gtk/quicksearch.c
11136         * src/gtk/quicksearch.h
11137         * src/gtk/sslcertwindow.c
11138         * src/gtk/sslcertwindow.h
11139         * src/plugins/clamav/clamav_plugin.c
11140         * src/plugins/clamav/clamav_plugin.h
11141         * src/plugins/clamav/clamav_plugin_gtk.c
11142         * src/plugins/demo/demo.c
11143         * src/plugins/dillo_viewer/dillo_prefs.c
11144         * src/plugins/dillo_viewer/dillo_prefs.h
11145         * src/plugins/dillo_viewer/dillo_viewer.c
11146         * src/plugins/mathml_viewer/mathml_viewer.c
11147         * src/plugins/pgpcore/passphrase.c
11148         * src/plugins/pgpcore/passphrase.h
11149         * src/plugins/pgpcore/plugin.c
11150         * src/plugins/pgpcore/prefs_gpg.c
11151         * src/plugins/pgpcore/prefs_gpg.h
11152         * src/plugins/pgpcore/select-keys.c
11153         * src/plugins/pgpcore/select-keys.h
11154         * src/plugins/pgpcore/sgpgme.c
11155         * src/plugins/pgpcore/sgpgme.h
11156         * src/plugins/pgpinline/pgpinline.c
11157         * src/plugins/pgpinline/pgpinline.h
11158         * src/plugins/pgpinline/plugin.c
11159         * src/plugins/pgpmime/pgpmime.c
11160         * src/plugins/pgpmime/pgpmime.h
11161         * src/plugins/pgpmime/plugin.c
11162         * src/plugins/spamassassin/spamassassin.c
11163         * src/plugins/spamassassin/spamassassin.h
11164         * src/plugins/spamassassin/spamassassin_gtk.c
11165         * src/plugins/trayicon/trayicon.c
11166         * tools/OOo2sylpheed.pl
11167         * tools/acroread2sylpheed.pl
11168         * tools/asus_mailled.sh
11169         * tools/filter_conv.pl
11170         * tools/freshmeat_search.pl
11171         * tools/google_search.pl
11172         * tools/kmail2sylpheed.pl
11173         * tools/kmail2sylpheed_v2.pl
11174         * tools/maildir2sylpheed.pl
11175         * tools/multiwebsearch.pl
11176         * tools/newscache_clean.pl
11177         * tools/outlook2sylpheed.pl
11178         * tools/sylpheed-switcher
11179         * tools/update-po
11180         * tools/vcard2xml.py
11181         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11182                 update FSF address
11183
11184 2005-09-21 [colin]      1.9.14cvs46
11185
11186         * src/gedit-print.c
11187         * src/procmsg.c
11188         * src/procmsg.h
11189         * src/textview.c
11190         * src/summaryview.c
11191                 Remove some printing hacks (deselection/reselection),
11192                 which by the way fix printing the currently 
11193                 displayed mime part (still only text)
11194                 Plus a little optimisation of summary_show
11195
11196
11197 2005-09-20 [colin]      1.9.14cvs45
11198
11199         * src/mainwindow.c
11200         * src/messageview.c
11201                 GUI fixups: add accels, set message
11202                 view title to displayed mail's subject
11203         * src/prefs_spelling.c
11204         * src/gtk/gtkaspell.c
11205                 GUI fixups: allow underlining misspelled
11206                 words instead of coloring them (a11y!)
11207
11208 2005-09-19 [colin]
11209
11210         1.9.15rc3 released
11211
11212 2005-09-19 [colin]      1.9.14cvs44
11213
11214         * src/compose.c
11215                 Fix draft message
11216         * src/gtk/gtkaspell.c
11217                 Fix wrong test ;-)
11218
11219 2005-09-19 [colin]      1.9.14cvs43
11220
11221         * src/addressbook.c
11222                 Fix sensitivity of Delete button
11223         * src/compose.c
11224                 Warn if the requested Privacy system
11225                 is not available
11226         * src/exphtmldlg.c
11227         * src/expldifdlg.c
11228         * src/importldif.c
11229         * src/importmutt.c
11230         * src/importpine.c
11231                 Fix crappy UI
11232         * src/
11233         * src/ssl.h
11234         * src/prefs_account.h
11235         * src/prefs_account.c
11236                 Save SSL prefs even in builds that have
11237                 SSL support disable
11238         * src/imap.c
11239         * src/inc.c
11240         * src/news.c
11241         * src/send_message.c
11242                 Warn if connection should be secure, but
11243                 SSL support isn't compiled in
11244         * src/gtkaspell.c
11245                 Fix word separation on UTF-8 systems
11246                 Fixes bug #812 (Strange inline spellchecking)
11247         * src/compose.c
11248                 Warn if the requested Privacy system
11249                 is not available
11250                 Factorize offline warning
11251         * src/imap.c
11252         * src/imap_gtk.c
11253         * src/imap_gtk.h
11254         * src/inc.h
11255         * src/news_gtk.c
11256         * src/news_gtk.h
11257         * src/messageview.c
11258                 Factorize offline warning
11259
11260 2005-09-19 [paul]
11261
11262         1.9.15-rc2 released
11263
11264 2005-09-18 [colin]      1.9.14cvs42
11265
11266         * src/codeconv.c
11267         * src/codeconv.h
11268         * src/procmime.c
11269                 Add a way to get locale's charset ignoring utf-8,
11270                 and use that as default encoding for broken mails
11271
11272 2005-09-18 [colin]      1.9.14cvs41
11273
11274         * src/gtk/logwindow.c
11275                 Translate string. Patch by Fabien Vantard
11276
11277 2005-09-18 [colin]      1.9.14cvs40
11278
11279         * configure.ac
11280                 Fix bug #803 (IMAP/SSL support breaks with 
11281                 GnuTLS libetpan 0.38)
11282
11283 2005-09-18 [colin]      1.9.14cvs39
11284
11285         * src/codeconv.c
11286         * src/compose.c
11287         * src/procmime.c
11288                 More charsets fixes. Fixes bug #806 (non
11289                 ascii characters in subject line)
11290
11291 2005-09-17 [paul]       1.9.14cvs38
11292
11293         * src/folderview.c
11294         * src/mainwindow.c
11295                 fix gcc-2.95 issues
11296                 Patch by Pawel Pekala
11297
11298 2005-09-17 [colin]      1.9.14cvs37
11299
11300         * src/addrindex.c
11301                 bugfix for NO-USE LDAP compilation, patch 
11302                 by Fabien Vantard
11303
11304 2005-09-17 [colin]      1.9.14cvs36
11305
11306         * src/prefs_actions.c
11307         * src/prefs_customheader.c
11308         * src/prefs_display_header.c
11309         * src/prefs_filtering_action.c
11310         * src/prefs_matcher.c
11311         * src/prefs_toolbar.c
11312                 Fix strange casts (less elegant but
11313                 works better)
11314
11315 2005-09-16 [colin]      1.9.14cvs35
11316
11317         * src/jpilot.c
11318                 Missed that one
11319
11320 2005-09-16 [colin]      1.9.14cvs34
11321
11322         * configure.ac
11323         * src/Makefile.am
11324         * src/addr_compl.c
11325         * src/addrindex.c
11326         * src/browseldap.c
11327         * src/editldap.c
11328         * src/ldaplocate.c
11329         * src/ldapquery.c
11330         * src/ldapquery.h
11331         * src/ldapserver.c
11332         * src/ldapserver.h
11333         * src/main.c
11334         * src/matcher_parser_parse.y
11335         * src/prefs_themes.c
11336         * src/etpan/Makefile.am
11337         * src/gtk/description_window.c
11338         * src/plugins/clamav/Makefile.am
11339         * src/plugins/clamav/clamav_plugin.c
11340         * src/plugins/dillo_viewer/Makefile.am
11341         * src/plugins/pgpcore/Makefile.am
11342         * src/plugins/pgpinline/Makefile.am
11343         * src/plugins/pgpmime/Makefile.am
11344         * src/plugins/trayicon/Makefile.am
11345                 Fix 100% cpu usage in address completion list
11346                 Fix little bugs (return with no values etc)
11347                 Fix all warnings (with common CFLAGS)
11348
11349 2005-09-15 [colin]      1.9.14cvs33
11350
11351         * src/addressbook.c
11352                 Fix bug where sometimes a group's email list is empty,
11353                 force its refresh (probably fixes "Re: how to create a 
11354                 distribution list")
11355         * src/ldapquery.c
11356                 Don't return to the callback in the main thread from the
11357                 fetch thread (or face segs!)
11358
11359 2005-09-15 [paul]       1.9.14cvs32
11360
11361         * src/prefs_matcher.c
11362                 forgotten in last commit
11363
11364 2005-09-15 [paul]       1.9.14cvs31
11365
11366         * src/prefs_actions.c
11367         * src/prefs_filtering_action.c
11368         * src/prefs_quote.c
11369         * src/quote_fmt.c
11370         * src/summaryview.c
11371         * src/gtk/description_window.c
11372         * src/gtk/description_window.h
11373         * src/gtk/quicksearch.c
11374                 allow interaction with the called
11375                 description window
11376                 Patch by Anders Hammar
11377
11378 2005-09-14 [paul]       1.9.14cvs30
11379
11380         * src/compose.c
11381                 fix a little annoyance when pasting with 3rd button 
11382                 with wrap_pastes=0 and wrap_input=1
11383                 Patch by Colin
11384
11385 2005-09-14 [paul]       1.9.14cvs29
11386
11387         * src/prefs_account.c
11388                 disable 'Filter messages on receiving' for
11389                 SMTP-only accounts
11390                 Patch  by Anders Hammar
11391
11392 2005-09-14 [paul]       1.9.14cvs28
11393
11394         * po/sk.po
11395                 fix crash
11396                 updated by Andrej Kacian
11397
11398 2005-09-14 [paul]
11399
11400         1.9.15-rc1 released
11401
11402 2005-09-14 [paul]       1.9.14cvs27
11403
11404         * po/es.po
11405                 updated by Ricardo Mones Lastra
11406         * src/compose.c
11407         * src/compose.h
11408                 associate no_wrap_tags to Compose windows
11409                 instead of using a static one
11410                 Patch by Colin
11411         * src/mbox.c
11412                 fix proc_mbox()
11413                 Patch by wwp
11414         * src/textview.c
11415                 remove unneeded printf()
11416
11417 2005-09-14 [paul]       1.9.14cvs26
11418
11419         * src/addrcache.c
11420         * src/codeconv.h
11421         * src/folder.h
11422         * src/mainwindow.h
11423         * src/mh.c
11424         * src/mimeview.h
11425         * src/partial_download.c
11426         * src/pop.c
11427         * src/prefs_account.c
11428         * src/prefs_account.h
11429         * src/prefs_actions.c
11430         * src/prefs_customheader.c
11431         * src/prefs_display_header.c
11432         * src/prefs_filtering_action.c
11433         * src/prefs_matcher.c
11434         * src/prefs_toolbar.c
11435         * src/privacy.h
11436         * src/procmime.c
11437         * src/procmime.h
11438         * src/procmsg.h
11439         * src/textview.c
11440         * src/undo.h
11441         * src/common/plugin.c
11442         * src/common/session.h
11443         * src/common/socket.c
11444         * src/common/socket.h
11445         * src/common/template.c
11446         * src/gtk/gtkaspell.c
11447         * src/gtk/quicksearch.h
11448         * src/plugins/pgpcore/passphrase.c
11449         * src/plugins/pgpcore/prefs_gpg.h
11450         * src/plugins/pgpcore/select-keys.c
11451         * src/plugins/pgpcore/select-keys.h
11452         * src/plugins/pgpcore/sgpgme.c
11453         * src/plugins/pgpinline/pgpinline.c
11454         * src/plugins/pgpmime/pgpmime.c
11455         * src/plugins/trayicon/trayicon.c
11456                 fix compilation warnings
11457                 Patch by Daniel Gustafson
11458
11459 2005-09-14 [paul]       1.9.14cvs25
11460
11461         * src/addressbook.c
11462                 add missing column header, and other small
11463                 bug fixes
11464                 Patch by Anders Hammar
11465
11466 2005-09-13 [colin]      1.9.14cvs24
11467
11468         * src/gtk/gtkaspell.c
11469                 Fix non-utf8 in menu
11470                 Fix little leaks
11471                 Nullify struct members after free()s
11472
11473 2005-09-13 [colin]      1.9.14cvs23
11474
11475         * src/compose.c
11476                 Test utf8 compliance before inserting to 
11477                 buffer, and try to convert if necessary
11478         * src/procmime.c
11479                 If no charset is present, use the locale 
11480                 one instead of us-ascii
11481         * src/procmsg.c
11482                 Add Sender, List-Post and To in the checked 
11483                 headers for automatic rules creation 
11484                 (thanks to wwp)
11485         * src/prefs_themes.c
11486         * src/gtk/gtkaspell.c
11487                 Remove deprecated functions. 
11488                 patch by Daniel Gustafson
11489
11490 2005-09-12 [colin]      1.9.14cvs22
11491
11492         * src/compose.c
11493                 Fix bug #448 (Scrolling/Redraw issue with 
11494                 address-fields in Header)
11495         * src/mainwindow.c
11496         * src/summaryview.c
11497         * src/summaryview.h
11498                 Fix loss of MSG_MARKED on move/copy
11499                 Fix bug #804 (Quicksearch togglebutton doesn't 
11500                 get depressed after '/' key is pressed)
11501
11502 2005-09-12 [paul]       1.9.14cvs21
11503
11504         * AUTHORS
11505         * src/gtk/logwindow.c
11506                 add 'Clear Log' to popup menu
11507                 Patch by Anders Hammar <anders.hammar@telia.com>
11508
11509 2005-09-12 [paul]       1.9.14cvs20
11510
11511         * src/compose.c
11512                 set correct sensitivity on attachments
11513                 popup menu
11514         * src/folder.c
11515                 fix typo
11516         * src/prefs_spelling.c
11517                 fix crash when no LANG env is set
11518         * src/common/xml.c
11519                 fix crash in wizard
11520                 don't use memeory after free
11521
11522         All patches by Daniel Gustafson
11523
11524 2005-09-12 [paul]       1.9.14cvs19
11525
11526         * src/prefs_themes.c
11527                 make theme info selectable
11528         * src/gtk/description_window.c
11529                 make window non-modal
11530         * tools/README
11531                 add details of asus_mailed.sh
11532         * tools/claws.i18n.status.pl
11533                 update for new zh_TW translator
11534                 widen the output
11535                 create alternate coloured lines
11536                 improve readability
11537
11538 2005-09-10 [colin]      1.9.14cvs18
11539
11540         * src/plugins/pgpcore/select-keys.c
11541                 Better order for the buttons
11542
11543 2005-09-10 [colin]      1.9.14cvs17
11544
11545         * src/compose.c
11546         * src/plugins/pgpcore/select-keys.c
11547         * src/plugins/pgpcore/select-keys.h
11548         * src/plugins/pgpcore/sgpgme.c
11549                 Add a "Don't encrypt" button to the key
11550                 selection dialog. Fixes bug #177 (There should be a 
11551                 'Don't encrypt button in the Select Keys dialog)
11552
11553 2005-09-10 [colin]      1.9.14cvs16
11554
11555         * src/compose.c
11556                 Fix bug #572 (%X option does not work with templates)
11557
11558 2005-09-10 [colin]      1.9.14cvs15
11559
11560         * src/toolbar.c 
11561                 Remove g_print
11562
11563 2005-09-10 [colin]      1.9.14cvs14
11564
11565         * src/imap.c
11566                 Fix a possible crash
11567
11568 2005-09-09 [colin]      1.9.14cvs13
11569
11570         * src/imap.c
11571         * src/etpan/imap-thread.c
11572         * src/etpan/imap-thread.h
11573                 Fix moving from queue or drafts to normal folders
11574                 Fix bug #794 (No way to delete without expunging)
11575                 Take flags unset by other mailers into account
11576                 Take deleted flag set by other mailers into account
11577                 Fix unsetting REPLIED flag
11578                 Fix crash when capabilities can't be retrieved
11579         * src/mainwindow.c
11580         * src/mainwindow.h
11581                 Add M_DELAYED_FLAGS condition, and let the user use
11582                 Execute in order to be able to expunge deleted mails,
11583                 even if he's not in delayed execute mode
11584         * src/prefs_spelling.c
11585                 Use 'en' dictionary by default if LANG is POSIX or C
11586         * src/gtk/prefswindow.c
11587                 Fix bug #767 (Preferences windows expanding) by making
11588                 the window a bit larger when the resolution is greater
11589                 than 640x480, and by putting the prefs in a
11590                 GtkScrolledWindow.
11591
11592 2005-09-09 [paul]       1.9.14cvs12
11593
11594         * AUTHORS
11595         * configure.ac
11596         * po/zh_TW.Big5.po      ** REMOVED **
11597         * po/zh_TW.po           ** ADDED **
11598                 updated by Wei-Lun Chao
11599
11600 2005-09-09 [paul]       1.9.14cvs11
11601
11602         * src/mainwindow.c
11603                 fix asserts
11604         * src/common/xml.c
11605                 delay memory allocation until file is
11606                 opened successfully
11607                 Patch by Daniel Gustafson
11608
11609 2005-09-09 [colin]      1.9.14cvs10
11610
11611         * src/imap.c
11612                 Add guards
11613
11614 2005-09-08 [colin]      1.9.14cvs9
11615
11616         * src/compose.c
11617                 Alert when we can't save draft
11618                 Fix various wrap/color issues
11619                 Add mid-click pasting respecting wrap_paste option
11620         * src/folder.c
11621         * src/folder.h
11622         * src/folder_item_prefs.c
11623         * src/folder_item_prefs.h
11624         * src/imap.c
11625         * src/imap_gtk.c
11626         * src/imap_gtk.h
11627         * src/main.c
11628         * src/mainwindow.c
11629         * src/mainwindow.h
11630         * src/news.c
11631         * src/news_gtk.c
11632         * src/news_gtk.h
11633         * src/prefs_folder_item.c
11634                 Fix the impossibility to synchronise folders for
11635                 offline use (IMAP and NNTP are concerned)
11636
11637 2005-09-08 [colin]      1.9.14cvs8
11638
11639         * configure.ac
11640                 Build LDAP and JPilot by default if available
11641         * src/textview.c
11642                 Fix use after free
11643
11644 2005-09-08 [paul]       1.9.14cvs7
11645
11646         * doc/manual/en/sylpheed-1.html
11647         * doc/manual/en/sylpheed-18.html
11648         * doc/manual/en/sylpheed-19.html
11649         * doc/manual/en/sylpheed-4.html
11650         * doc/manual/en/sylpheed-6.html
11651         * doc/manual/en/sylpheed.html
11652                 a few minor updates, plus include some
11653                 details about plugins and their requirements
11654         * src/mainwindow.c
11655                 minor changes to English in /View/Sort
11656
11657 2005-09-07 [colin]      1.9.14cvs6
11658
11659         * doc/manual/en/sylpheed-1.html
11660         * doc/manual/en/sylpheed-10.html
11661         * doc/manual/en/sylpheed-11.html
11662         * doc/manual/en/sylpheed-12.html
11663         * doc/manual/en/sylpheed-13.html
11664         * doc/manual/en/sylpheed-14.html
11665         * doc/manual/en/sylpheed-15.html
11666         * doc/manual/en/sylpheed-16.html
11667         * doc/manual/en/sylpheed-17.html
11668         * doc/manual/en/sylpheed-18.html
11669         * doc/manual/en/sylpheed-19.html
11670         * doc/manual/en/sylpheed-2.html
11671         * doc/manual/en/sylpheed-20.html
11672         * doc/manual/en/sylpheed-21.html
11673         * doc/manual/en/sylpheed-22.html
11674         * doc/manual/en/sylpheed-3.html
11675         * doc/manual/en/sylpheed-4.html
11676         * doc/manual/en/sylpheed-5.html
11677         * doc/manual/en/sylpheed-6.html
11678         * doc/manual/en/sylpheed-7.html
11679         * doc/manual/en/sylpheed-8.html
11680         * doc/manual/en/sylpheed-9.html
11681         * doc/manual/en/sylpheed.html
11682                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11683
11684 2005-09-07 [colin]      1.9.14cvs5
11685
11686         * src/mainwindow.c
11687                 Make labels more to-the-point
11688
11689 2005-09-07 [colin]      1.9.14cvs4
11690
11691         * doc/manual/en/sylpheed-1.html
11692         * doc/manual/en/sylpheed-12.html
11693         * doc/manual/en/sylpheed-13.html
11694         * doc/manual/en/sylpheed-14.html
11695         * doc/manual/en/sylpheed-15.html
11696         * doc/manual/en/sylpheed-16.html
11697         * doc/manual/en/sylpheed-17.html
11698         * doc/manual/en/sylpheed-18.html
11699         * doc/manual/en/sylpheed-19.html
11700         * doc/manual/en/sylpheed-2.html
11701         * doc/manual/en/sylpheed-20.html
11702         * doc/manual/en/sylpheed-21.html
11703         * doc/manual/en/sylpheed-22.html
11704         * doc/manual/en/sylpheed-4.html
11705         * doc/manual/en/sylpheed-5.html
11706         * doc/manual/en/sylpheed-6.html
11707         * doc/manual/en/sylpheed-7.html
11708         * doc/manual/en/sylpheed-8.html
11709         * doc/manual/en/sylpheed-9.html
11710         * doc/manual/en/sylpheed.html
11711                 Update manual
11712
11713 2005-09-07 [colin]      1.9.14cvs3
11714
11715         * doc/faq/en/sylpheed-faq-1.html
11716         * doc/faq/en/sylpheed-faq-2.html
11717         * doc/faq/en/sylpheed-faq-3.html
11718         * doc/faq/en/sylpheed-faq.html
11719                 Update FAQ
11720
11721 2005-09-07 [colin]      1.9.14cvs2
11722
11723         * src/folderview.c
11724         * src/procmsg.c
11725         * src/summaryview.c
11726         * src/toolbar.c
11727                 Fix special subfolders:
11728                 - Inherit parent's icon
11729                 - sent contents of queues subfolders
11730                 - empty subfolders of trashes
11731         * src/mainwindow.c
11732                 Remove outdated manual and faq entries
11733         * src/common/utils.c
11734                 Add quotes around %s coming from mailcap
11735
11736 2005-09-07 [colin]      1.9.14cvs1
11737
11738         * src/compose.c
11739                 After saving draft, set modified to FALSE
11740         * src/mimeview.c
11741         * src/common/utils.c
11742         * src/common/utils.h
11743                 Try to open mime parts using what is 
11744                 indicated in ~/.mailcap or /etc/mailcap,
11745                 if possible.
11746
11747 2005-09-05 [paul]       1.9.14
11748
11749         1.9.14 released
11750
11751         * po/sk.po
11752                 updated by Andrej Kacian
11753
11754 2005-09-05 [paul]       1.9.13cvs83
11755
11756         * po/de.po
11757         * po/es.po
11758         * po/fi.po
11759         * po/fr.po
11760         * po/nb.po
11761         * po/pt_BR.po
11762         * po/sr.po
11763                 updated translations by Thomas Gilgin, Ricardo Mones
11764                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11765                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11766
11767 2005-09-04 [paul]       1.9.13cvs82
11768
11769         * src/compose.c
11770                 only warn about exceeded line length limit
11771                 on send
11772
11773 2005-09-04 [paul]       1.9.13cvs81
11774
11775         * src/compose.c
11776                 fix crash in 'line length exceeded' dialogue
11777
11778 2005-09-02 [paul]       1.9.13cvs80
11779
11780         * src/imap.c
11781                 fix bug 795, 'Connection lost IMAP'
11782                 and add statusbar prints
11783                 Patch by Colin
11784
11785 2005-09-02 [paul]       1.9.13cvs79
11786
11787         * src/compose.c
11788                 compose_wrap_paragraph() becomes
11789                 compose_beautify_paragraph()
11790                 Patch by Colin
11791
11792 2005-09-02 [colin]      1.9.13cvs78
11793
11794         * src/folderview.c
11795                 Micro-fix
11796
11797 2005-09-01 [colin]      1.9.13cvs77
11798
11799         * src/imap.c
11800                 Maybe fix bug #795 (Connection lost IMAP)
11801                 Don't try to send logout when we're disconnected.
11802         * src/summaryview.c
11803                 Include locked and marked emails in HRM
11804                 view. Fixes bug #800 (Locked messages no longer 
11805                 show up when hide read messages is used)
11806
11807 2005-09-01 [paul]       1.9.13cvs76
11808
11809         * src/prefs_common.c
11810                 fix bad cutting
11811
11812 2005-08-31 [colin]      1.9.13cvs75
11813
11814         * src/folderview.c
11815         * src/folderview.h
11816         * src/prefs_summaries.c
11817         * src/summaryview.c
11818                 Fix "go to next new", fix preference
11819                 (Open unread/next swapped)
11820
11821 2005-08-31 [paul]       1.9.13cvs74
11822
11823         * src/compose.c
11824         * src/folderview.c
11825         * src/headerview.c
11826         * src/headerview.h
11827         * src/mainwindow.c
11828         * src/prefs_common.c
11829         * src/prefs_common.h
11830         * src/prefs_fonts.c
11831         * src/summaryview.c
11832         * src/textview.c
11833         * src/common/defs.h
11834                 remove obsolete BOLD_FONT setting
11835                 fix font update in headerview and textview
11836                 headers after prefs change
11837                 Patch By Colin
11838
11839 2005-08-31 [paul]
11840
11841         1.9.14-rc4 released
11842
11843 2005-08-30 [colin]      1.9.13cvs73
11844
11845         * src/summaryview.c
11846                 When Hide read messages is selected and we
11847                 refresh the summaryview, don't remove the 
11848                 currently displayed message. Fixes bug #797
11849                 (Summary view reloads when new mail is 
11850                 downloaded in 1.9.14 rc)
11851
11852 2005-08-30 [colin]      1.9.13cvs72
11853
11854         * src/folderview.c
11855                 Fix flickering
11856         * src/mainwindow.c
11857                 Remove useless callback
11858         * src/mimeview.c
11859         * src/gtk/filesel.c
11860         * src/gtk/filesel.h
11861                 Add a filesel_select_file_save_folder() - used by Save All
11862
11863 2005-08-29 [paul]       1.9.13cvs71
11864
11865         * AUTHORS
11866         * src/matcher_parser_parse.y
11867         * src/etpan/imap-thread.c
11868                 fix building on FreeBSD
11869                 Patch by Daniel Gustafson <daniel@hobbit.se>
11870
11871 2005-08-29 [paul]       1.9.13cvs70
11872
11873         * src/plugins/pgpinline/pgpinline.c
11874                 only initialise sig result if it's been handled
11875                 Patch by Colin
11876
11877 2005-08-29 [paul]       1.9.13cvs69
11878         
11879         Patches by Colin:
11880
11881         * src/imap.c
11882         * src/common.utils.c
11883         * src/common/utils.h
11884                 optimisation
11885         * src/stock_pixmap.h
11886                 fix wrong icon reference
11887         * src/pixmaps/trash_btn.xpm
11888                 replace with nicer image
11889
11890 2005-08-28 [colin]      1.9.13cvs68
11891
11892         * src/Makefile.am
11893         * src/stock_pixmap.c
11894         * src/stock_pixmap.h
11895         * src/toolbar.c
11896         * src/pixmaps/trash_btn.xpm
11897                 Add a specific trash xpm for the button
11898
11899 2005-08-28 [colin]      1.9.13cvs67
11900
11901         * src/imap.c
11902                 Fix leak
11903
11904 2005-08-27 [colin]      1.9.13cvs66
11905
11906         * src/imap.c
11907         * src/procmime.c
11908                 Correctly fix "Problem with replies", fixes
11909                 pgpmime encryption too. 
11910
11911 2005-08-27 [colin]      1.9.13cvs65
11912
11913         * src/folder.c
11914         * src/procmsg.c
11915         * src/procmsg.h
11916         * src/summaryview.c
11917                 Fix bug #517 (messages removed from summaryview 
11918                 when moving fails)
11919
11920 2005-08-27 [colin]      1.9.13cvs64
11921
11922         * tools/Makefile.am
11923         * tools/asus_mailled.sh
11924                 Add a script to blink ASUS laptops' mail LED where there
11925                 is unread mail.
11926
11927 2005-08-27 [colin]      1.9.13cvs63
11928
11929         * src/imap.c
11930         * src/etpan/imap-thread.c
11931         * src/etpan/imap-thread.h
11932                 Implement automatic choosing of login method
11933                 Fixes bug #791
11934         * src/gtk/.cvsignore
11935                 Add sylpheed-marshal.[ch]
11936
11937 2005-08-27 [colin]      1.9.13cvs62
11938
11939         * src/common/utils.c
11940                 Fix confusing perror
11941
11942 2005-08-27 [colin]      1.9.13cvs61
11943
11944         * src/toolbar.c
11945         * src/toolbar.h
11946                 Remove A_DELETE, replace it with 
11947                 A_TRASH and A_DELETE_REAL. Automatically
11948                 rewrite config files to replace A_DELETE
11949                 with A_TRASH (no functionality change).
11950                 Fixes half of #794
11951
11952 2005-08-26 [colin]      1.9.13cvs60
11953
11954         * src/procmime.c
11955                 Previous "Problem with replies" fix brought other
11956                 problems, fixing them
11957
11958 2005-08-26 [colin]      1.9.13cvs59
11959
11960         * src/procmime.c
11961                 Fix "Problem with replies". This happened only
11962                 on IMAP...
11963         * src/procmsg.c
11964                 Factorize code a bit
11965         * src/compose.c
11966                 Speed improvement on very long messages (wrapping)
11967                 Fix signature color on Reedit and Redirect
11968                 On Reedit, don't attach pgp-signatures parts, but
11969                 set signing to On.
11970
11971 2005-08-24 [paul]       1.9.13cvs58
11972
11973         * src/compose.c
11974                 don't claim success when clicking
11975                 Cancel on the passphrase box.
11976                 Patch by Colin
11977
11978 2005-08-24 [paul]       1.9.13cvs57
11979
11980         * src/main.c
11981                 fix misplaced sylpheed.log
11982         * src/common/defs.h
11983                 define UIDL_DIR
11984
11985 2005-08-24 [paul]       1.9.13cvs56
11986
11987         * src/imap.c
11988         * src/etpan/imap-thread.c
11989         * src/etpan/imap-thread.h
11990                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11991                 Patch by Colin
11992         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11993         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11994                 remove autogenerated files
11995         * tools/kdeservicemenu/README
11996         * tools/kdeservicemenu/install.sh
11997         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11998         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11999                 use Claws icon, use 'Sylpheed-Claws' in menu,
12000                 use kdialog, and other cleanups
12001
12002 2005-08-23 [paul]       1.9.13cvs55
12003
12004         * src/compose.c
12005                 fix paste/wrap crash
12006                 Patch by Colin
12007
12008 2005-08-23 [paul]       1.9.13cvs54
12009
12010         * src/main.c
12011                 fix crash recovery
12012                 Patch by Colin
12013
12014 2005-08-23 [paul]       1.9.13cvs53
12015
12016         * src/addressbook.c
12017         * src/editaddress.c
12018                 view all data of LDAP contacts
12019                 Patch by Colin
12020
12021 2005-08-23 [paul]       1.9.13cvs52
12022
12023         * src/addressbook.c
12024                 fix issues with the Search field
12025                 Patch by Colin
12026
12027 2005-08-22 [paul]       1.9.13cvs51
12028
12029         * src/folderview.c
12030                 put name of folder in processing dialog
12031                 title
12032         * src/prefs_folder_item.c
12033                 improve english usage
12034
12035 2005-08-22 [paul]       1.9.13cvs50
12036
12037         * src/filtering.c
12038         * src/filtering.h
12039         * src/matcher.c
12040         * src/matcher_parser_lex.l
12041         * src/matcher_parser_parse.y
12042         * src/prefs_filtering.c
12043                 add Filtering/Processing rule names feature.
12044                 (the incompatible old matcherrc is saved as
12045                 matcherrc.pre_names).
12046                 Patch by Colin
12047
12048 2005-08-22 [paul]       1.9.13cvs49
12049
12050         * src/procmsg.c
12051                 fix colour labelling
12052                 Patch by Colin
12053
12054 2005-08-22 [paul]       1.9.13cvs48
12055
12056         * src/textview.c
12057                 fix open_image_cb()
12058
12059 2005-08-22 [paul]       1.9.13cvs47
12060
12061         * src/imap.c
12062                 fix bug 789, 'SC crashes with imap (CVS ver)'
12063                 Patch by Colin
12064
12065 2005-08-22 [paul]       1.9.13cvs46
12066
12067         * src/mimeview.c
12068         * src/prefs_common.c
12069         * src/common/defs.h
12070                 define reused defaults in defs.h
12071         * src/textview.c
12072                 add 'Open image' to image popup menu
12073
12074 2005-08-21 [colin]      1.9.13cvs45
12075
12076         * src/summaryview.c
12077                 Fix bug #788 (Bogus "From" address displayed)
12078
12079 2005-08-20 [colin]      1.9.13cvs44
12080
12081         * src/folder.c
12082                 Fix buf #787 (multilevel delete causes SIGSEGV)
12083
12084 2005-08-19 [colin]      1.9.13cvs43
12085
12086         * src/inc.c
12087         * src/prefs_common.c
12088         * src/prefs_common.h
12089                 Add an hidden pref to allow modifying the
12090                 update stepping in incorporation.
12091                 Patch by wwp.
12092
12093 2005-08-19 [colin]      1.9.13cvs42
12094
12095         * src/compose.c
12096         * src/procmime.c
12097                 Workaround for broken MUAs: encode 
12098                 Content-type: name: as ASCII and 
12099                 Content-Disposition: filename: as
12100                 per rfc2231
12101         * src/prefs_account.c
12102                 Fix invisible-ness of SMTP SSL prefs
12103                 in NNTP accounts
12104
12105 2005-08-19 [paul]       1.9.13cvs41
12106
12107         * src/compose.c
12108         * src/prefs_common.c
12109         * src/prefs_common.h
12110         * src/prefs_wrapping.c
12111                 paste with or without wrapping.
12112                 patch by Colin
12113
12114 2005-08-19 [paul]       1.9.13cvs40
12115
12116         * src/prefs_common.c
12117         * src/prefs_common.h
12118         * src/summaryview.c
12119                 reintroduce enable_swap_from as a
12120                 hidden pref. patch by Colin
12121         * src/quote_fmt_parse.y
12122         * src/plugins/clamav/clamav_plugin.c
12123         * src/plugins/dillo_viewer/dillo_viewer.c
12124         * src/plugins/mathml_viewer/mathml_viewer.c
12125         * src/plugins/pgpcore/sgpgme.c
12126         * src/plugins/pgpinline/pgpinline.c
12127         * src/plugins/pgpmime/pgpmime.c
12128                 tidy up. patch by Colin
12129
12130 2005-08-19 [paul]       1.9.13cvs39
12131
12132         * configure.ac
12133                 complete cvs38's sync
12134         * src/editaddress.c
12135         * src/gedit-print.c
12136         * src/mutt.c
12137         * src/etpan/etpan-log.c
12138         * src/etpan/imap-thread.c
12139         * src/gtk/gtksourceprintjob.c
12140                 fix compilation warnings
12141                 (patch by Colin)
12142
12143 2005-08-19 [paul]       1.9.13cvs38
12144
12145         sync with main:
12146
12147         * src/account.c
12148         * src/action.c
12149         * src/addrbook.c
12150         * src/addrcache.c
12151         * src/addrharvest.c
12152         * src/addrindex.c
12153         * src/codeconv.c
12154         * src/compose.c
12155         * src/crash.c
12156         * src/exporthtml.c
12157         * src/exportldif.c
12158         * src/folder.c
12159         * src/image_viewer.c
12160         * src/inc.c
12161         * src/inc.h
12162         * src/jpilot.c
12163         * src/ldif.c
12164         * src/main.c
12165         * src/matcher.c
12166         * src/mbox.c
12167         * src/messageview.c
12168         * src/mh.c
12169         * src/mimeview.c
12170         * src/msgcache.c
12171         * src/mutt.c
12172         * src/news.c
12173         * src/partial_download.c
12174         * src/pine.c
12175         * src/pop.c
12176         * src/prefs_actions.c
12177         * src/prefs_common.c
12178         * src/prefs_customheader.c
12179         * src/prefs_display_header.c
12180         * src/prefs_gtk.c
12181         * src/prefs_themes.c
12182         * src/procheader.c
12183         * src/procmime.c
12184         * src/procmsg.c
12185         * src/recv.c
12186         * src/send_message.c
12187         * src/simple-gettext.c
12188         * src/sourcewindow.c
12189         * src/textview.c
12190         * src/vcard.c
12191         * src/common/defs.h
12192         * src/common/log.c
12193         * src/common/plugin.c
12194         * src/common/prefs.c
12195         * src/common/session.c
12196         * src/common/session.h
12197         * src/common/socket.c
12198         * src/common/socket.h
12199         * src/common/ssl_certificate.c
12200         * src/common/template.c
12201         * src/common/utils.c
12202         * src/common/utils.h
12203         * src/common/xml.c
12204         * src/gtk/about.c
12205         added wrappers for C library function that
12206                 take pathname arguments.
12207                 enabled compilation with MinGW.
12208                 use GDir instead of directly using opendir().
12209                 added rename_force().
12210
12211 2005-08-19 [paul]       1.9.13cvs37
12212         
12213         patches by Colin:
12214         * src/compose.c
12215                 fix privacy settings on re-editing
12216                 a sent message
12217         * src/jpilot.c
12218                 fix encoding bug
12219         * src/folder.c
12220         * src/procmsg.c
12221         * src/procmsg.h
12222         * src/summaryview.c
12223                 flag changing optimisation
12224
12225 2005-08-18 [martin]     1.9.13cvs36
12226
12227         * commitHelper
12228             added my login
12229         * src/addrcache.c
12230         * src/addrharvest.c
12231         * src/addrindex.c
12232         * src/compose.c
12233         * src/grouplistdialog.c
12234         * src/main.c
12235         * src/mainwindow.c
12236         * src/msgcache.c
12237         * src/mutt.c
12238         * src/pine.c
12239         * src/prefs_account.c
12240         * src/prefs_themes.c
12241         * src/stock_pixmap.c
12242         * src/summaryview.c
12243         * src/gtk/about.c
12244         * src/gtk/logwindow.c
12245             removed deprecated glib and gdk stuff
12246         * src/plugins/pgpcore/select-keys.c
12247             convert attributes from locale to utf8
12248
12249 2005-08-17 [paul]       1.9.13cvs35
12250
12251         * src/account.c
12252         * src/addressbook.c
12253                 use new GTK_STOCK_ icons if available
12254         * src/summaryview.c
12255         * src/gtk/gtksctree.c
12256         * src/gtk/gtksctree.h
12257                 faster range select. patch by Colin
12258
12259 2005-08-17 [paul]       1.9.13cvs34
12260
12261         patches by colin:
12262         * src/addressbook.c
12263         * src/addressitem.h
12264                 Add an edit button for contacts, fix selections
12265                 of gtksctree items
12266         * src/editaddress.c
12267                 Change labels, let Save be always possible in the
12268                 email and user atributes tabs
12269         * src/folderview.c
12270                 fix sort issues
12271         * src/summaryview.c
12272                 select next item instead of the displayed one
12273                 after deletion
12274
12275         * src/gtk/progressdialog.c
12276                 use prefs_common.enable_rules_hint
12277
12278 2005-08-13 [hoa]        1.9.13cvs33
12279
12280         * src/etpan/imap-thread.c
12281                 fixed build on Solaris.
12282
12283 2005-08-10 [colin]      1.9.13cvs32
12284
12285         * src/procmsg.c
12286                 Fix cvs31 (missing fclose before reading
12287                 the file)
12288
12289 2005-08-10 [colin]      1.9.13cvs31
12290
12291         * src/procmsg.c
12292                 Fix procmsg_msginfo_new_from_mimeinfo() when
12293                 the MimeInfo isn't stored in memory. This fixes
12294                 replying to an attached message.
12295
12296 2005-08-10 [colin]      1.9.13cvs30
12297
12298         * src/mainwindow.c
12299                 Fix slowness in account changing
12300
12301 2005-08-10 [colin]      1.9.13cvs29
12302
12303         * src/folder.c
12304         * src/folderutils.c
12305         * src/folderview.c
12306         * src/imap_gtk.c
12307         * src/mainwindow.c
12308         * src/mh_gtk.c
12309         * src/procmsg.c
12310         * src/summaryview.c
12311                 Optimize folder_has_parent_of_type
12312                 Prevent moving special sub-folders from contextual menus
12313                 Rework message a bit ("Empty all messages" -> "Delete all
12314                 messages")
12315                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12316                 and "Deleted Items" folders)
12317
12318 2005-08-08 [colin]      1.9.13cvs28
12319
12320         * src/summaryview.c
12321         * src/prefs_summaries.c
12322                 Make "Select first unread|new" more flexible
12323                 (just prioritize new or unread)
12324
12325 2005-08-08 [colin]      1.9.13cvs27
12326
12327         * src/summaryview.c
12328                 If "select first new" is selected and there only
12329                 are unread messages, fallback to "select first
12330                 unread".
12331
12332 2005-08-08 [colin]      1.9.13cvs26
12333
12334         * src/folder.c
12335                 Fix shameful bugs (and bug #779)
12336
12337 2005-08-08 [colin]      1.9.13cvs25
12338
12339         * src/folder.c
12340         * src/folder.h
12341                 Cache parents' type to make folder_has_parent_of_type
12342                 faster
12343         * src/folderview.c
12344                 Forbid DnD of special sub-folders
12345         * src/procmsg.c
12346         * src/procmsg.h
12347                 Add MAIL_POSTFILTERING_HOOK
12348         * src/summaryview.c
12349                 Revert over-zealous deletion of the use_addr_book 
12350                 code
12351
12352 2005-08-07 [colin]      1.9.13cvs24
12353
12354         * src/folder.c
12355                 Fix big mistake (passing MsgInfo instead 
12356                 of FolderItem)
12357
12358 2005-08-07 [colin]      1.9.13cvs23
12359
12360         * src/compose.c
12361         * src/folder.c
12362         * src/folder.h
12363         * src/foldersel.c
12364         * src/folderutils.c
12365         * src/folderview.c
12366         * src/imap.c
12367         * src/mainwindow.c
12368         * src/messageview.c
12369         * src/mh.c
12370         * src/msgcache.c
12371         * src/procmime.c
12372         * src/summaryview.c
12373                 Make subfolders of Drafts, Queue, Outbox, Trash
12374                 work like their parents. 
12375                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12376
12377 2005-08-07 [colin]      1.9.13cvs22
12378
12379         * src/addressbook.c
12380                 Fix bug #771 (Dragged contacts not saved)
12381
12382 2005-08-07 [paul]       1.9.13cvs21
12383
12384         * src/summaryview.c
12385                 fix bug 32 'Search Doesn't display results
12386                 if "Hide Read Messages" is chosen'
12387                 be more literal in interpreting 'Hide read
12388                 messages'
12389
12390 2005-08-07 [colin]      1.9.13cvs20
12391
12392         * src/folderview.c
12393                 Add debug
12394         * src/summaryview.c
12395                 Faster 'unthread_for_execution'
12396
12397 2005-08-06 [paul]       1.9.13cvs19
12398
12399         * src/mainwindow.c
12400                 add mnemonics to Set displayed columns
12401                 fix bug where msgview_visible option was
12402                 overwritten as TRUE on startup
12403
12404 2005-08-06 [paul]       1.9.13cvs18
12405
12406         * src/mainwindow.c
12407                 refer to 'displayed columns in folder/message
12408                 list' not 'displayed items in summary/message view'
12409         * src/prefs_display_header.c
12410                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12411                 be consistent with similar dialogues
12412         * src/prefs_folder_column.c
12413         * src/prefs_summary_column.c
12414                 'columns' not 'items', and folder and message lists,
12415                 instead of folder and summary views;
12416                 Use 'Hidden columns' as list heading not 'Available
12417                 items';
12418                 move the 'Remove' button to the right hand side;
12419                 top-align the buttons;
12420                 remove unneeded vbox
12421         * src/prefs_summaries.c
12422                 put the 2 column prefs buttons in a frame to reduce
12423                 overall width; refer to columns not items &c.
12424
12425 2005-08-05 [colin]      1.9.13cvs17
12426
12427         * src/prefs_common.c
12428         * src/prefs_common.h
12429         * src/mainwindow.c
12430         * src/compose.c
12431         * src/messageview.c
12432                 Add an hidden toolbar_detachable pref, so
12433                 that I can get rid of these painful handles
12434                 in the toolbars. Defaults to TRUE to avoid
12435                 changing the GUI on unsuspecting people...
12436
12437 2005-08-05 [colin]      1.9.13cvs16
12438
12439         * src/Makefile.am
12440         * src/prefs_folder_column.c
12441         * src/prefs_folder_column.h
12442                 Add prefs for folder columns
12443         * src/folderview.c
12444         * src/folderview.h
12445         * src/mainwindow.c
12446         * src/mainwindow.h
12447         * src/prefs_common.c
12448         * src/prefs_common.h
12449         * src/prefs_summaries.c
12450                 Use them
12451         * src/prefs_summary_column.c
12452         * src/summaryview.c
12453         * src/summaryview.h
12454                 Add a To column
12455         * src/textview.c
12456         * src/common/utils.c
12457         * src/common/utils.h
12458                 Move uri colourisation functions
12459                 to utils
12460         * src/compose.c
12461                 Colourise URIs
12462         * src/imap.c
12463                 Fix bug with LIST where we'd try
12464                 to get Folder//////[...]/// 
12465
12466 2005-08-05 [paul]       1.9.13cvs15
12467
12468         * src/prefs_summaries.c
12469                 improve the English usage
12470         * src/summaryview.c
12471                 set font on column change
12472                 thanks to Colin
12473
12474 2005-08-05 [paul]       1.9.13cvs14
12475
12476         * src/prefs_common.c
12477         * src/prefs_common.h
12478         * src/prefs_summaries.c
12479         * src/summaryview.c
12480                 replace 'open_unread_on_enter' option with
12481                 'select_on_entry' option. opening/not opening
12482                 is now exclusively controlled by 'always_show_msg'
12483
12484 2005-08-04 [colin]      1.9.13cvs13
12485
12486         * src/compose.c
12487                 Remove dead code
12488                 Add colourisation of quotes and signatures
12489         * src/folderview.c
12490                 Fix possible crashes
12491         * src/messageview.c
12492                 Change an assert that is no problem
12493         * src/news.c
12494         * src/news_gtk.c
12495         * src/news_gtk.h
12496                 Fix offline mode
12497         * src/gtk/quicksearch.c
12498                 Fix a possible crash
12499
12500 2005-08-03 [colin]      1.9.13cvs12
12501
12502         * src/prefs_account.c
12503                 Fix bug #777 (Sylpheed crash in account configuration)
12504
12505 2005-08-03 [colin]      1.9.13cvs11
12506
12507         * src/addressbook.c
12508         * src/editaddress.c
12509         * src/editgroup.c
12510                 Fixing addressbook, round 2
12511         * src/textview.c
12512                 Fix emphasis color on rechecking 'Colorize messages'
12513
12514 2005-08-03 [paul]       1.9.13cvs10
12515
12516         sync with main
12517
12518         * src/addr_compl.c
12519         * src/compose.c
12520         * src/main.c
12521         * src/pop.c
12522         * src/prefs_account.c
12523         * src/procmime.c
12524         * src/procmsg.c
12525         * src/quote_fmt_parse.y
12526         * src/textview.c
12527         * src/common/quoted-printable.c
12528         * src/common/utils.c
12529         * src/common/utils.h
12530         * src/common/xml.c
12531                 replaced incorrect locale-independent
12532                 ctype functions with GLib's. Corrected
12533                 signedness mismatch.
12534         * src/headerview.c
12535                 headerview_create(): added spacing for vbox.
12536         * src/gtk/about.c
12537                 set focus to the OK button.
12538
12539 2005-08-03 [colin]      1.9.13cvs9
12540
12541         * src/folderview.c
12542                 Fix possible crash
12543
12544 2005-08-02 [colin]      1.9.13cvs8
12545
12546         * src/mainwindow.c
12547                 Fix cast
12548         * src/addressbook.c
12549         * src/addressitem.h
12550                 Fix a cast and more generally, try to make the
12551                 GUI more intuitive and consistent (round 1)
12552
12553 2005-08-02 [paul]       1.9.13cvs7
12554
12555         * src/folder.h
12556                 missing in 1.9.13cvs6
12557
12558 2005-08-02 [colin]      1.9.13cvs6
12559
12560         * src/folder.c
12561                 Fix one more leak
12562
12563 2005-08-02 [colin]      1.9.13cvs5
12564
12565         * src/folder.c
12566         * src/folderview.c
12567         * src/imap.c
12568         * src/main.c
12569         * src/mbox.c
12570         * src/procmsg.c
12571         * src/summaryview.c
12572                 Fix a number of folder_item_get_msg_list()-related
12573                 leaks (missing procmsg_msginfo_free()s)
12574
12575 2005-08-01 [colin]      1.9.13cvs4
12576
12577         * src/folderview.c
12578         * src/folderview.h
12579         * src/mainwindow.c
12580         * src/prefs_fonts.c
12581         * src/prefs_summaries.c
12582         * src/prefs_themes.c
12583         * src/summaryview.c
12584         * src/summaryview.h
12585         * src/textview.c
12586         * src/textview.h
12587                 Fix instant-apply of summary and folderview-related prefs
12588                 Fix erroneous g_free and alertpanels in prefs_theme
12589                 Add instant-apply for fonts
12590                 Defer applying of prefs a little bit so it's done only
12591                 once even if requested by multiples prefs pages
12592
12593 2005-08-01 [paul]       1.9.13cvs3
12594
12595         * src/main.c
12596                 fix bug 776 'S.C. crashes on close'
12597                 thanks to Colin
12598         * src/etpan/etpan-thread-manager-types.h
12599                 add missing include
12600                 thanks to Hoa
12601
12602 2005-07-25 [paul]       1.9.13cvs2
12603
12604         * src/summaryview.c
12605                 fix typos. spotted by Fabien Vantard
12606
12607 2005-07-24 [paul]       1.9.13cvs1
12608
12609         * doc/man/sylpheed.1
12610                 update man page, incorporating fix of
12611                 bug 769 'Typo in manpage'
12612         * src/etpan/imap-thread.c
12613                 fix NetBSD openssl dependencies. patch by
12614                 George Michaelson <ggm@apnic.net>
12615         * po/pt_BR.po
12616                 updated by Frederico Goncalves Guimaraes
12617
12618 2005-07-22 [paul]       1.9.13
12619
12620         1.9.13 release
12621
12622 2005-07-22 [paul]       1.9.12cvs91
12623
12624         * AUTHORS
12625         * INSTALL
12626         * README.claws
12627         * RELEASE_NOTES.claws
12628                 updated for release
12629         * configure.ac
12630         * po/nb.po
12631         * tools/claws.i18n.status.pl
12632                 add Norwegian translation. submiited by
12633                 Geir Helland <pjallabais@users.sourceforge.net>
12634         * po/ca.po
12635         * po/de.po
12636         * po/es.po
12637         * po/fi.po
12638         * po/fr.po
12639         * po/it.po
12640         * po/sk.po
12641         * po/sr.po
12642         * po/zh_CN.po
12643                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12644                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12645                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12646                 Yang Guilong
12647         * src/plugins/clamav/clamav_plugin_gtk.c
12648         * src/plugins/spamassassin/spamassassin_gtk.c
12649                 replace outdated description strings
12650
12651 2005-07-21 [colin]      1.9.12cvs90
12652
12653         * src/folder.c
12654                 Set folder to batch mode when scanning it. Makes deletion
12655                 of unread mails on IMAP much faster (due to the UNREAD 
12656                 flag unsetting)
12657
12658 2005-07-21 [darko]      1.9.12cvs89
12659
12660         * configure.ac
12661                 link against libresolv if necessary (patch by Paul)
12662         * src/msgcache.c
12663                 use glib's portable macros to determine endianness
12664
12665 2005-07-21 [paul]       1.9.12cvs88
12666
12667         * src/crash.c
12668         * src/gtk/about.c
12669                 update compiled-in features list
12670
12671 2005-07-20 [colin]      1.9.12cvs87
12672
12673         * src/folder.c
12674         * src/textview.c
12675                 Gcc 2.9x compilation fixes, thanks to Darko
12676         * src/plugins/clamav/clamav_plugin.c
12677                 Little optimisation: load virus database only once
12678         * src/plugins/spamassassin/spamassassin.c
12679                 Big optimisation: filtering one mail took at least 1 second,
12680                 now it takes at least 50ms. Doesn't speed up spamassassin 
12681                 itself, but should already be much more tolerable.
12682
12683 2005-07-20 [colin]      1.9.12cvs86
12684
12685         * src/summaryview.c
12686                 Fix performance issue
12687
12688 2005-07-19 [colin]      1.9.12cvs85
12689
12690         * src/plugins/pgpinline/plugin.c
12691                 Fix warning
12692
12693 2005-07-19 [colin]      1.9.12cvs84
12694
12695         * configure.ac
12696         * src/plugins/Makefile.am
12697         * src/plugins/pgpinline/.cvsignore
12698         * src/plugins/pgpinline/Makefile.am
12699         * src/plugins/pgpinline/pgpinline.c
12700         * src/plugins/pgpinline/pgpinline.deps
12701         * src/plugins/pgpinline/pgpinline.h
12702         * src/plugins/pgpinline/plugin.c
12703                 Put pgpinline in the main tree
12704
12705 2005-07-19 [paul]       1.9.12cvs83
12706
12707         * src/prefs_actions.c
12708                 prevent '//' in menu names, which cause a crash
12709                 thanks to Colin
12710
12711 2005-07-19 [paul]       1.9.12cvs82
12712
12713         * configure.ac
12714                 be generally more informative in configure output.
12715                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12716                 '[ --disable-openssl ...', as --enable-openssl is default
12717                 PGP/MIME: don't check for GPGME again, check for
12718                 pgpcore instead. Therefore prevent the possibility of
12719                 attempting to build pgpmime if pgpcore dependencies are
12720                 not met
12721                 ClamAV: use pkgconfig to check for lib
12722                 libgnomeprint: revert logic on inner test to match
12723                 everything else
12724         * src/plugins/pgpcore/sgpgme.c
12725                 add missing include
12726
12727 2005-07-19 [colin]      1.9.12cvs81
12728
12729         * src/summaryview.c
12730                 Fix slow thread rebuilding in particular
12731                 cases
12732
12733 2005-07-19 [paul]       1.9.12cvs80
12734
12735         * sylpheed-claws.desktop
12736                 fix typo, spotted by Stephan Sachse
12737         * src/account.c
12738                 replace GTK_STOCK_ADD with
12739                 GTK_STOCK_NEW button
12740
12741 2005-07-18 [colin]      1.9.12cvs79
12742
12743         * src/etpan/imap-thread.c
12744                 Fix return value (Thanks Hoa)
12745
12746 2005-07-18 [colin]      1.9.12cvs78
12747
12748         * src/imap.c
12749                 Allow empty passwords
12750                 Create drafts/queue/outbox if necessary
12751         * src/summaryview.c
12752                 Remove old code
12753         * src/etpan/imap-thread.c
12754                 Fix STARTTLS (Thanks to Hoa)
12755
12756 2005-07-18 [paul]       1.9.12cvs77
12757
12758         * ChangeLog-gtk2.jp
12759         * ChangeLog.jp
12760                 removed
12761         * Makefile.am
12762                 updated to reflect additions and removals
12763         * TODO
12764                 updated to be claws-specific
12765         * TODO-gtk2
12766         * TODO-gtk2.jp
12767         * TODO.jp
12768         * sylpheed-128x128.png
12769         * sylpheed-64x64.png
12770                 removed
12771         * sylpheed-claws-128x128.png
12772         * sylpheed-claws-64x64.png
12773         * sylpheed-claws.desktop
12774         * sylpheed-claws.png
12775                 added
12776         * sylpheed.desktop
12777         * sylpheed.png
12778                 removed
12779
12780 2005-07-17 [paul]       1.9.12cvs76
12781
12782         * src/account.c
12783         * src/addressbook.c
12784         * src/alertpanel.c
12785         * src/alertpanel.h
12786         * src/compose.c
12787         * src/exphtmldlg.c
12788         * src/expldifdlg.c
12789         * src/folderview.c
12790         * src/imap_gtk.c
12791         * src/inc.c
12792         * src/message_search.c
12793         * src/messageview.c
12794         * src/mh_gtk.c
12795         * src/news_gtk.c
12796         * src/prefs_actions.c
12797         * src/prefs_filtering.c
12798         * src/prefs_matcher.c
12799         * src/prefs_template.c
12800         * src/prefs_themes.c
12801         * src/ssl_manager.c
12802         * src/summary_search.c
12803         * src/textview.c
12804         * src/toolbar.c
12805         * src/gtk/sslcertwindow.c
12806         * src/plugins/pgpcore/sgpgme.c
12807                 rework alertpanels
12808
12809 2005-07-17 [colin]      1.9.12cvs75
12810
12811         * src/privacy.c
12812                 add a PrivacySystem accessor that checks that
12813                 the system cached in a MimeInfo's privacydata
12814                 is still registered. Use this accessor instead
12815                 of directly using data->system. Fixes crashes
12816                 after unloading pgp plugins.
12817
12818 2005-07-17 [colin]      1.9.12cvs74
12819
12820         * src/alertpanel.c
12821                 Change geometry hints to a simple default size.
12822                 Fixes the certs dialogs.
12823
12824 2005-07-17 [colin]      1.9.12cvs73
12825
12826         * src/gtk/sslcertwindow.c
12827                 Use a gtkExpander
12828
12829 2005-07-17 [colin]      1.9.12cvs72
12830
12831         * src/plugins/pgpcore/Makefile.am
12832         * src/plugins/pgpmime/Makefile.am
12833                 Add gpgme libs
12834
12835 2005-07-17 [paul]       1.9.12cvs71
12836
12837         * configure.ac
12838                 add --disable-gnomeprint option
12839                 modified version of patch by Marius Mauch
12840
12841 2005-07-17 [paul]       1.9.12cvs70
12842
12843         * src/common/defs.h
12844                 update urls
12845         * src/account.c
12846         * src/action.c
12847         * src/addressbook.c
12848         * src/compose.c
12849         * src/foldersel.c
12850         * src/folderview.c
12851         * src/html.c
12852         * src/imap_gtk.c
12853         * src/main.c
12854         * src/mainwindow.c
12855         * src/messageview.c
12856         * src/mh_gtk.c
12857         * src/mimeview.c
12858         * src/news_gtk.c
12859         * src/prefs_account.c
12860         * src/prefs_send.c
12861         * src/prefs_summaries.c
12862         * src/procmsg.c
12863         * src/summaryview.c
12864         * src/common/utils.c
12865         * src/common/xml.c
12866         * src/plugins/pgpcore/passphrase.c
12867         * src/plugins/pgpcore/select-keys.c
12868                 replace inappropriately used backticks
12869                 with single quotes
12870
12871 2005-07-16 [colin]      1.9.12cvs69
12872
12873         * src/image_viewer.c
12874                 Add extra paranoid checks
12875
12876 2005-07-16 [colin]      1.9.12cvs68
12877
12878         * src/plugins/pgpcore/prefs_gpg.c
12879                 Don't auto-check sigs by default, as it
12880                 can be really slow.
12881
12882 2005-07-16 [colin]      1.9.12cvs67
12883
12884         * src/plugins/pgpcore/sgpgme.c
12885                 Make messages a bit better.
12886
12887 2005-07-16 [colin]      1.9.12cvs66
12888
12889         * src/imap.c
12890                 Remove pseudo-log
12891         * src/etpan/imap-thread.c
12892                 Add real log
12893
12894 2005-07-16 [colin]      1.9.12cvs65
12895
12896         * src/main.c
12897         * src/prefs_other.c
12898                 And now, fix build with libetpan :-/
12899
12900 2005-07-15 [colin]      1.9.12cvs64
12901
12902         * src/prefs_other.c
12903                 Continue fixing build without libetpan.
12904
12905 2005-07-15 [colin]      1.9.12cvs63
12906
12907         * src/main.c
12908                 Fix build with --disable-libetpan
12909
12910 2005-07-15 [colin]      1.9.12cvs62
12911
12912         * configure.ac
12913                 Bump libetpan's version
12914
12915 2005-07-15 [colin]      1.9.12cvs61
12916
12917         * src/etpan/imap-thread.c
12918                 Actually stop logging :)
12919
12920 2005-07-15 [colin]      1.9.12cvs60
12921
12922         * src/addressbook.c
12923                 Fix dnd of multiple addresses.
12924
12925 2005-07-15 [hoa]        1.9.12cvs59
12926
12927         * src/etpan/imap-thread.c
12928             disable login of IMAP password in libetpan log file.
12929
12930 2005-07-15 [paul]       1.9.12cvs58
12931
12932         * src/account.c
12933                 don't automatically sort
12934                 do allow drag n drop
12935
12936 2005-07-15 [paul]       1.9.12cvs57
12937
12938         * src/account.c
12939         * src/ssl_manager.c
12940                 alphabetical listing
12941
12942 2005-07-15 [paul]       1.9.12cvs56
12943
12944         * src/gtk/pluginwindow.c
12945                 sort plugin list alphabetically
12946
12947 2005-07-15 [paul]       1.9.12cvs55
12948
12949         * src/prefs_spelling.c
12950         * src/prefs_wrapping.c
12951                 unify English usage
12952
12953 2005-07-15 [colin]      1.9.12cvs54
12954
12955         * src/wizard.c
12956                 Typo fix
12957
12958 2005-07-15 [paul]       1.9.12cvs53
12959
12960         * src/prefs_message.c
12961                 make 'show cursor' a hidden option
12962
12963 2005-07-14 [colin]      1.9.12cvs52
12964
12965         * src/plugins/spamassassin/Makefile.am
12966         * src/plugins/clamav/Makefile.am
12967                 Fix double EXTRA_DISTs
12968
12969 2005-07-14 [colin]      1.9.12cvs51
12970
12971         * src/plugins/clamav/Makefile.am
12972         * src/plugins/clamav/clamav_plugin_gtk.deps
12973         * src/plugins/spamassassin/Makefile.am
12974         * src/plugins/spamassassin/spamassassin_gtk.deps
12975                 Make $plugin_gtk depend on $plugin
12976
12977 2005-07-14 [hoa]        1.9.12cvs50
12978
12979         * src/etpan/imap-thread.c
12980                 enable debug log of libetpan when running with --debug
12981
12982 2005-07-14 [colin]      1.9.12cvs49
12983
12984         * configure.ac
12985         * src/common/Makefile.am
12986         * src/common/plugin.c
12987         * src/common/plugin.h
12988                 Add a little plugin dependancy system.
12989                 Plugins can ship a $plugin_name.deps file
12990                 (near them in PLUGINDIR) so that their
12991                 dependancies are loaded if possible.
12992         * src/plugins/Makefile.am
12993         * src/plugins/pgpcore/Makefile.am
12994         * src/plugins/pgpcore/passphrase.c
12995         * src/plugins/pgpcore/passphrase.h
12996         * src/plugins/pgpcore/plugin.c
12997         * src/plugins/pgpcore/prefs_gpg.c
12998         * src/plugins/pgpcore/prefs_gpg.h
12999         * src/plugins/pgpcore/select-keys.c
13000         * src/plugins/pgpcore/select-keys.h
13001         * src/plugins/pgpcore/sgpgme.c
13002         * src/plugins/pgpcore/sgpgme.h
13003                 Introduce pgpcore, used by pgpmime and
13004                 pgpinline
13005         * src/plugins/pgpmime/Makefile.am
13006         * src/plugins/pgpmime/passphrase.c
13007         * src/plugins/pgpmime/passphrase.h
13008         * src/plugins/pgpmime/pgpmime.c
13009         * src/plugins/pgpmime/pgpmime.deps
13010         * src/plugins/pgpmime/plugin.c
13011         * src/plugins/pgpmime/prefs_gpg.c
13012         * src/plugins/pgpmime/prefs_gpg.h
13013         * src/plugins/pgpmime/select-keys.c
13014         * src/plugins/pgpmime/select-keys.h
13015         * src/plugins/pgpmime/sgpgme.c
13016         * src/plugins/pgpmime/sgpgme.h
13017                 Remove the core from pgpmime and add the
13018                 dependancy to pgpcore.
13019
13020 2005-07-14 [paul]       1.9.12cvs48
13021
13022         * src/stock_pixmap.c
13023                 forgot this in last commit
13024
13025 2005-07-14 [paul]       1.9.12cvs47
13026
13027         * src/account.c
13028         * src/addressbook.c
13029                 add accelerators for the buttons (sync with main)
13030         * src/compose.c
13031         * src/compose.h
13032                 add accelerators for the buttons.
13033                 fix editing with external editor.
13034                 replace gdk_input_*() with GIOChannel;
13035                 (sync with main)
13036         * src/foldersel.c
13037                 display folder names with new/unread
13038                 representation (sync with main)
13039         * src/main.c
13040                 specify default window icon (sync with main)
13041         * src/prefs_common.c
13042                 use_addr_book default to FALSE
13043         * src/summaryview.c
13044         * src/textview.c
13045                 add accelerators for the buttons (sync with main)
13046         * src/gtk/menu.c
13047                 fix typos
13048         * src/pixmaps/sylpheed_icon.xpm
13049                 updated
13050
13051 2005-07-13 [paul]       1.9.12cvs46
13052
13053         * src/plugins/pgpmime/pgpmime.c
13054         * src/plugins/pgpmime/sgpgme.c
13055                 (temporarily) use deprecated gpgme_data_rewind()
13056                 while largefile support is not present
13057                 (as suggested by Colin)
13058
13059 2005-07-13 [paul]       1.9.12cvs45
13060
13061         * configure.ac
13062                 remove large file support (for now):
13063                 it breaks too many things
13064
13065 2005-07-13 [paul]       1.9.12cvs44
13066
13067         * configure.ac
13068                 add large file support
13069         * src/html.c
13070                 fix bug #763 where href attribute was not
13071                 the very first attribute of a link
13072                 patch by Thomas Gilgin
13073
13074 2005-07-13 [colin]      1.9.12cvs43
13075
13076         * src/gtk/pluginwindow.c
13077                 Little portability fix
13078
13079 2005-07-13 [colin]      1.9.12cvs42
13080
13081         * src/plugins/pgpmime/sgpgme.c
13082                 Fix crasher.
13083
13084 2005-07-13 [colin]      1.9.12cvs41
13085
13086         * src/plugins/pgpmime/pgpmime.c
13087         * src/plugins/pgpmime/sgpgme.c
13088                 Use gpgme_data_release_and_get_mem instead
13089                 of gpgme_data_read.
13090
13091 2005-07-13 [colin]      1.9.12cvs40
13092
13093         * configure.ac
13094         * src/plugins/pgpmime/passphrase.c
13095         * src/plugins/pgpmime/passphrase.h
13096         * src/plugins/pgpmime/pgpmime.c
13097         * src/plugins/pgpmime/plugin.c
13098         * src/plugins/pgpmime/select-keys.c
13099         * src/plugins/pgpmime/select-keys.h
13100         * src/plugins/pgpmime/sgpgme.c
13101         * src/plugins/pgpmime/sgpgme.h
13102                 Port pgpmime to gpgme-1.0.
13103
13104 2005-07-12 [paul]       1.9.12cvs39
13105
13106         * AUTHORS
13107         * src/toolbar.c
13108         * src/toolbar.h
13109                 add a 'Go to Prev' button to the toolbar.
13110                 correct tooltip text of go to buttons.
13111                 based on patch by Yang Guilong <bamanzi@gmail.com>
13112
13113 2005-07-12 [colin]      1.9.12cvs38
13114
13115         * src/statusbar.c
13116                 Fix progress bar showing stuff at startup.
13117
13118 2005-07-12 [paul]       1.9.12cvs37
13119
13120         * src/editjpilot.c
13121                 fix building with jpilot support
13122
13123 2005-07-11 [colin]      1.9.12cvs36
13124
13125         * src/inc.c
13126                 Add visual indication that filtering is running
13127         * src/textview.c
13128                 Make {}[] uri delimiters
13129         * src/summaryview.c
13130                 Remove useless (and slow) calls
13131
13132 2005-07-11 [paul]       1.9.12cvs35
13133
13134         * src/plugins/clamav/clamav_plugin_gtk.c
13135         * src/plugins/dillo_viewer/dillo_prefs.c
13136         * src/plugins/pgpmime/prefs_gpg.c
13137         * src/plugins/spamassassin/spamassassin_gtk.c
13138                 gather plugins prefs together under their
13139                 own 'Plugins' heading
13140
13141 2005-07-11 [paul]       1.9.12cvs34
13142
13143         sync with main
13144
13145         * src/account.c
13146                 account_delete(): modified alert dialog
13147         * src/editjpilot.c
13148         * src/editvcard.c
13149                 fixed a crash when cancelling file selection
13150                 dialog by Escape key. Made non-ascii filename
13151                 selectable.
13152         * src/prefs_template.c
13153                 prefs_template_window_create(): make scrolled
13154                 window policy AUTOMATIC
13155
13156 2005-07-10 [hoa]        1.9.12cvs33
13157
13158         * src/etpan/imap-thread.c
13159                 workaround for old Courier IMAP servers.
13160
13161 2005-07-10 [colin]      1.9.12cvs32
13162
13163         * src/folder.c
13164         * src/statusbar.c
13165         * src/statusbar.h
13166                 Add visual progress indicator on filtering/processing
13167                 Factorize the progress bar code
13168         * src/imap.c
13169         * src/imap.h
13170         * src/etpan/imap-thread.c
13171                 Add a reference counter to avoid destroying the Folder
13172                 while it's in use by another callback.
13173
13174 2005-07-09 [hoa]        1.9.12cvs31
13175
13176         * src/imap.c
13177         * src/etpan/imap-thread.c
13178                 fixed deadlock when removing IMAP account.
13179
13180 2005-07-08 [colin]      1.9.12cvs30
13181
13182         * src/textview.c
13183         * src/unmime.c
13184                 Fix again problems decoding broken headers
13185         * src/gtk/inputdialog.c
13186                 Fix local variable shadowing a global one
13187
13188 2005-07-08 [colin]      1.9.12cvs29
13189
13190         * src/msgcache.c
13191                 Make the cache/mark files platform-agnostic by writing
13192                 them in little-endian format. Reading them is also done
13193                 in little-endian format, of course; however, in order
13194                 to avoid trashing mark data on big-endian machines, the
13195                 files are, at first, read from the native format if the
13196                 little-endian one doesn't exist. This is easy to deter-
13197                 mine by trying to open a file with a swapped data_ver
13198                 and seeing if it's the wanted version.
13199                 Little-endian using users should see absolutely no
13200                 difference, Big-endian users may get a very little
13201                 performance drop due to byte-swapping.
13202                 Tested on i386 and ppc32. 
13203                 Fixes bug #159 (The index file, in the mailboxes, is 
13204                 hardware depending).
13205
13206                 To have the cache/mark files updated to the new little-
13207                 endian format, "Check for new messages" or even
13208                 "Rebuild folder tree" aren't enough. Files will be
13209                 updated as soon as a folder has been opened/closed.
13210                 To update everything, just select all folders by
13211                 selecting them one by one.
13212
13213 2005-07-07 [colin]      1.9.12cvs28
13214
13215         * src/imap.c
13216                 Remember the folder separator per IMAPFolder
13217                 instead of globally.
13218                 Revive the Session on noop; fixes bug #761
13219                 (mark a bunch of unread messages as read takes 
13220                 forever)
13221
13222 2005-07-07 [darko]      1.9.12cvs27
13223
13224         * src/common/template.c
13225                 Sort templates alphabetically
13226
13227 2005-07-06 [colin]      1.9.12cvs26
13228
13229         * src/imap.c
13230                 Try to use the correct separator in
13231                 most cases. Possibly fixes bug #759
13232                 (only creates the INBOX folder when 
13233                 setting up new IMAP account) and 
13234                 bug #760 (Can't retrieve messages)
13235
13236 2005-07-06 [colin]      1.9.12cvs25
13237
13238         * src/imap.c
13239                 Use real_path in status command. This will
13240                 help later, when namespaces will be used.
13241
13242 2005-07-06 [colin]      1.9.12cvs24
13243
13244         * configure.ac
13245         * src/account.c
13246         * src/folder.c
13247         * src/imap.c
13248         * src/etpan/etpan-log.c
13249         * src/etpan/etpan-thread-manager.c
13250         * src/etpan/imap-thread.c
13251                 Add a --disable-libetpan parameter. With this,
13252                 users that don't want IMAP4 support can avoid
13253                 the new dependancy (and have no IMAP support).
13254                 Users that have IMAP4 accounts and use this
13255                 parameter won't lose their configuration, their
13256                 IMAP accounts will just be invisible and not
13257                 used.
13258         * src/textview.c
13259                 Make the "Copy ..." contextual menu items 
13260                 copy to both the X clipboard and the gtk 
13261                 clipboard - as most other apps do.
13262         * src/gtk/about.c
13263                 Add a notice about OpenSSL usage, in order to
13264                 comply with OpenSSL's license (point 6):
13265                 http://www.openssl.org/source/license.html
13266
13267 2005-07-06 [colin]      1.9.12cvs23
13268
13269         * src/alertpanel.c
13270                 Fix a minimum size for alertpanels
13271         * src/compose.c
13272                 Show 'No space left on device' type errors
13273                 when queuing/sending
13274         * src/imap_gtk.c
13275         * src/mh_gtk.c
13276                 Rework folder's deletion message (remove 
13277                 extra \n)
13278
13279 2005-07-05 [colin]      1.9.12cvs22
13280
13281         * src/imap.c
13282                 Add an alertpanel on auth error
13283                 Add pseudo-log
13284                 Remove pthread-related stuff
13285
13286 2005-07-05 [colin]      1.9.12cvs21
13287
13288         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13289                 Fix crash on plugin reloading (with a hack)
13290
13291 2005-07-05 [colin]      1.9.12cvs20
13292
13293         * src/prefs_account.c
13294         * src/prefs_account.h
13295                 Fix typo
13296         * src/gtk/filesel.c
13297         * src/gtk/filesel.h
13298                 Add a way to filter the view
13299         * src/gtk/pluginwindow.c
13300                 Filter loadable stuff
13301         * src/plugins/pgpmime/prefs_gpg.c
13302                 Fix missing unregistration
13303         * .cvsignore
13304         * src/etpan/.cvsignore
13305         * src/plugins/spamassassin/.cvsignore
13306                 Add more stuff to cvs ignored files
13307
13308 2005-07-04 [colin]      1.9.12cvs19
13309
13310         * src/imap.c
13311                 Fix scan_required returning FALSE when it
13312                 shouldn't. Maybe fix #760 (Can't retrieve
13313                 messages)
13314
13315 2005-07-04 [colin]      1.9.12cvs18
13316
13317         * src/summaryview.c
13318                 Fix always_show_msg pref
13319
13320 2005-07-04 [paul]       1.9.12cvs17
13321
13322         sync with main (forgotten in last commit)
13323         
13324         * src/common/utils.c
13325         * src/common/utils.h
13326                 check_line_length(): new.
13327                 is_dir_exist()
13328                 is_file_entry_exist()
13329                 dirent_is_regular_file()
13330                 dirent_is_directory(): use g_file_test() instead of stat().
13331
13332 2005-07-04 [paul]       1.9.12cvs16
13333
13334         sync with main:
13335
13336         * src/compose.c
13337                 compose_write_to_file(): check for line
13338                 length limit and display warning if exceeds
13339         * src/jpilot.c
13340                 use get_home_dir() instead of g_get_home_dir()
13341         * src/procheader.c
13342                 removed warning about invalid date
13343         * src/vcard.c
13344                 use get_home_dir() instead of g_get_home_dir()
13345
13346 2005-07-04 [paul]       1.9.12cvs15
13347
13348         * src/stock_pixmap.c
13349                 fix new pixmap naming errors
13350                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13351
13352 2005-07-04 [colin]      1.9.12cvs14
13353
13354         * src/imap.c
13355                 Fix debugging string with a warning
13356
13357 2005-07-04 [colin]      1.9.12cvs13
13358
13359         * configure.ac
13360                 Add a check for libetpan's version (>= 0.37)
13361
13362 2005-07-04 [hoa]        1.9.12cvs12
13363
13364         * commitHelper
13365         * src/imap.c
13366         * src/etpan/imap-thread.c
13367         * src/etpan/imap-thread.h
13368                 fixed IMAP implementation of check of mails.
13369
13370 2005-07-03 [hoa]        1.9.12cvs11
13371
13372         * src/etpan/Makefile.am
13373         * src/etpan/etpan-errors.h
13374         * src/etpan/etpan-log.[ch]
13375         * src/etpan/etpan-thread-manager-types.h
13376         * src/etpan/etpan-thread-manager.[ch]
13377         * src/etpan/imap-thread.[ch]
13378         * src/Makefile.am
13379         * src/imap.c
13380         * src/main.c
13381         * src/prefs_other.c
13382         * configure.ac
13383             merged imap branch.
13384             dependency on libetpan 0.37 is now added.
13385
13386 2005-07-01 [colin]      1.9.12cvs10
13387
13388         * src/Makefile.am
13389         * src/folder.c
13390         * src/folder.h
13391         * src/folderview.c
13392         * src/stock_pixmap.c
13393         * src/stock_pixmap.h
13394         * src/plugins/trayicon/trayicon.c
13395                 Add marked symbol on folders containing
13396                 marked messages
13397         * src/procmsg.c
13398         * src/procmsg.h
13399         * src/toolbar.c
13400         * src/prefs_common.c
13401         * src/prefs_common.h
13402         * src/prefs_send.c
13403                 Add an optional confirmation dialog on queue
13404                 sending. Patch by wwp.
13405         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13406         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13407         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13408         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13409         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13410         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13411         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13412         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13413         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13414         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13415         * src/pixmaps/trash_mark.xpm            ** ADDED **
13416                 New pixmaps
13417
13418 2005-07-01 [colin]      1.9.12cvs9
13419
13420         * src/summaryview.c
13421                 Fix a little threading bug
13422         * src/addrgather.c
13423         * src/mainwindow.c
13424                 A little bit of HIG normality never hurts
13425
13426 2005-07-01 [colin]      1.9.12cvs8
13427
13428         * src/compose.c
13429         * src/msgcache.c
13430         * src/pop.c
13431         * src/procmime.c
13432         * src/recv.c
13433         * src/common/log.c
13434         * src/common/template.c
13435         * src/common/utils.c
13436         * src/common/utils.h
13437                 Reverted the fwrite_atomic stuff. In fact
13438                 it is already atomic.
13439
13440 2005-06-30 [colin]      1.9.12cvs7
13441
13442         * src/common/utils.c
13443         * src/common/utils.h
13444                 Add an fwrite_atomic() function to make
13445                 sure we write everything: fwrite can make
13446                 short writes.
13447         * src/compose.c
13448         * src/msgcache.c
13449         * src/pop.c
13450         * src/procmime.c
13451         * src/recv.c
13452         * src/common/log.c
13453         * src/common/template.c
13454                 Use that (and fix swapping of size and nmemb).
13455                 Thanks to Rich Coe for the heads up.
13456
13457 2005-06-30 [colin]      1.9.12cvs6
13458
13459         * src/addressbook.c
13460                 Optimize addressbook opening 
13461
13462 2005-06-30 [colin]      1.9.12cvs5
13463
13464         * src/summaryview.c
13465                 Remove calls to summary_step after move/copy
13466
13467 2005-06-28 [paul]       1.9.12cvs4
13468
13469         * src/alertpanel.c
13470                 wrap and make the error msg selectable
13471
13472 2005-06-28 [paul]       1.9.12cvs3
13473
13474         * src/ssl_manager.c
13475                 replace the OK button with a Close button
13476         * src/gtk/foldersort.c
13477                 use GTK_STOCK_ icons/buttons
13478
13479 2005-06-28 [colin]      1.9.12cvs2
13480
13481         * src/gedit-print.c             ** ADDED **
13482         * src/gedit-print.h             ** ADDED **
13483         * src/gtk/gtksourceprintjob.c   ** ADDED **
13484         * src/gtk/gtksourceprintjob.h   ** ADDED **
13485                 I can't believe no one had enough time to tell
13486                 me I forgot the `cvs add`
13487
13488 2005-06-27 [colin]      1.9.12cvs1
13489
13490         * src/Makefile.am
13491         * src/gtk/Makefile.am
13492         * src/messageview.c
13493         * src/procmsg.c
13494         * src/summaryview.c
13495         * configure.ac
13496                 Add optional libgnomeprint-based printing
13497         * src/mainwindow.c
13498         * src/gtk/quicksearch.c
13499                 Add an Edit/Quick search menu item to show
13500                 and focus the quicksearch
13501
13502 2005-06-27 [paul]       1.9.12
13503
13504         1.9.12 release
13505
13506         * po/ca.po
13507         * po/de.po
13508         * po/es.po
13509         * po/fr.po
13510         * po/it.po
13511         * po/ko.po
13512         * po/pt_BR.po
13513         * po/sk.po
13514         * po/zh_CN.po
13515                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13516                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13517                 SungHyun Nam, Frederico Goncalves Guimaraes,
13518                 Andrej Kacian, and Yang Guilong
13519 2005-06-26 [colin]      1.9.11cvs106
13520
13521         * src/imap_gtk.c
13522                 Forgot one file for previous fix
13523
13524 2005-06-26 [colin]      1.9.11cvs105
13525
13526         * src/folder.c
13527         * src/imap.c
13528                 Fix problems with folder operations in no_select
13529                 imap folders. it applies only to mails, and 
13530                 creation/deletion/move/renaming of folders 
13531                 should be possible
13532
13533 2005-06-26 [paul]       1.9.11cvs104
13534
13535         * src/prefs_filtering.c
13536                 replace one more GTK_STOCK_REMOVE
13537                 with GTK_STOCK_DELETE
13538
13539 2005-06-25 [colin]      1.9.11cvs103
13540
13541         * src/imap.c
13542                 Optimize get_seq_set_from_seq_list
13543                 (Patch by Ricardo) 
13544
13545 2005-06-25 [colin]      1.9.11cvs102
13546
13547         * src/mh.c
13548                 If the directory exists, but not in the
13549                 correct encoding, rename it. This should
13550                 handle old-versions-induced bugs.
13551
13552 2005-06-25 [colin]      1.9.11cvs101
13553
13554         * src/mh.c
13555                 Fix path access with extended dir names
13556                 Fixes bug #589 (SC segfaults with wrong locale
13557                 settings)
13558
13559 2005-06-25 [colin]      1.9.11cvs100
13560
13561         * src/prefs_account.c
13562         * src/prefs_account.h
13563         * src/compose.c
13564                 Add an option to encrypt replies to
13565                 encrypted messages
13566
13567 2005-06-25 [colin]      1.9.11cvs99
13568
13569         * src/compose.c
13570         * src/quote_fmt_parse.y
13571                 ... And make it work with pgpinline.
13572
13573 2005-06-25 [colin]      1.9.11cvs98
13574
13575         * src/compose.c
13576         * src/procmime.c
13577         * src/procmime.h
13578         * src/quote_fmt_parse.y
13579                 o Make reedition of encrypted messages possible
13580                   (as long as it is encrypted to self too, no
13581                    magic there)
13582                 o Make replying with quote (and without selecting
13583                   text) possible for encrypted messages.
13584                 Closes bug #550 (Not possible to "reply with quote"
13585                 to gnupg encrypted messages)
13586
13587 2005-06-24 [paul]       1.9.11cvs97
13588
13589         * src/imap.c
13590                 add missing include
13591
13592 2005-06-24 [paul]       1.9.11cvs96
13593
13594         * src/editldap.c
13595                 made bind password entry invisible
13596                 (sync with main)
13597         * src/send_message.c
13598                 send_message_local(): check exit status
13599                 to detect errors (sync with main)
13600         * src/textview.c
13601                 use main's less ambiguous popup menu
13602                 wording
13603
13604 2005-06-24 [paul]       1.9.11cvs95
13605
13606         * src/prefs_actions.c
13607         * src/prefs_customheader.c
13608         * src/prefs_display_header.c
13609         * src/prefs_filtering_action.c
13610         * src/prefs_matcher.c
13611         * src/prefs_template.c
13612         * src/prefs_toolbar.c
13613                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13614         * src/gtk/description_window.c
13615                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13616
13617 2005-06-23 [colin]      1.9.11cvs94
13618
13619         * src/summaryview.c
13620                 Fix rough edges (be sure to call status_show whenever
13621                 necessary).
13622
13623 2005-06-23 [colin]      1.9.11cvs93
13624
13625         * src/summaryview.c
13626                 Optimize Select All
13627                 Before, in a 5K mails folder: 11s
13628                 After, in the same folder: 58000µs
13629                 The joys of locking... gtk_clist_select_all() fires a 
13630                 tree-select-row event for each selected row, which in 
13631                 summaryview, callbacks summary_selected which in turn,
13632                 calls summary_status_show, which walks the selected
13633                 rows. Hence, calling gtk_clist_select_all was 
13634                 exponential. Locking the summaryview makes 
13635                 summary_selected return early.
13636
13637 2005-06-23 [colin]      1.9.11cvs92
13638
13639         * src/imap.c
13640                 Move mutex at the important place to avoid
13641                 deadlocks
13642         * src/summaryview.c
13643                 Fix Del key deleting directly instead of
13644                 moving to trash
13645
13646 2005-06-22 [colin]      1.9.11cvs91
13647
13648         * src/plugins/spamassassin/libspamc.c
13649                 As we do spagetti code with assignations in multiple
13650                 places (see _message_read_raw where out = msg = raw),
13651                 let's be sure we don't free the same pointer twice.
13652                 Should fix bug #683 (Crash in libpam at 
13653                 message_cleanup).
13654
13655 2005-06-22 [colin]      1.9.11cvs90
13656
13657         * src/compose.c
13658         * src/messageview.c
13659         * src/toolbar.c
13660                 Make toolbar's delete use the move to trash stuff;
13661                 Add gtk_widget_realize to be sure pixmaps can get
13662                 created (that may fix an old worksforme bug which
13663                 I can't find back...)
13664
13665 2005-06-22 [colin]      1.9.11cvs89
13666
13667         * src/summaryview.c
13668         * src/summaryview.h
13669         * src/mainwindow.c
13670                 Rename "Message/Delete" to "Message/Move to trash"
13671                 Add "Message/Delete..." that directly destroys the
13672                 selected messages after asking for a confirmation.
13673
13674 2005-06-22 [colin]      1.9.11cvs88
13675
13676         * src/imap.c
13677                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13678                 o Fix a deadlock (thanks Darko)
13679
13680 2005-06-22 [colin]      1.9.11cvs87
13681
13682         * src/gtk/foldersort.c
13683                 Add missing include for the i18n;
13684                 patch by Fabien Vantard
13685
13686 2005-06-21 [colin]      1.9.11cvs86
13687
13688         * src/folder.c
13689         * src/folderview.c
13690                 Respect the no_select flag
13691         * src/imap.c
13692                 Fix recursive deletion
13693         * src/imap_gtk.c
13694         * src/mh_gtk.c
13695                 Make the folder deletion's warning
13696                 more explicit
13697
13698 2005-06-21 [colin]      1.9.11cvs85
13699
13700         * src/textview.c
13701                 Prevent email addresses from spanning accross
13702                 lines - fixes bug # 646 (newline-chars in 
13703                 email addresses)
13704
13705 2005-06-20 [colin]      1.9.11cvs84
13706
13707         * src/folder.c
13708                 Be sure not to remove source if copy failed
13709
13710 2005-06-20 [colin]      1.9.11cvs83
13711
13712         * src/folderview.c
13713         * src/imap_gtk.c
13714                 remove summaryview's lock
13715         * src/imap.c
13716                 introduce threads to avoid problems when foreground tasks
13717                 interfere with background tasks
13718         * src/mh.c
13719                 prevent moving to drafts/queue
13720         * src/mimeview.c
13721                 fix leak
13722
13723 2005-06-19 [colin]      1.9.11cvs82
13724
13725         * src/imap_gtk.c
13726                 Remember that the user doesn't want to override
13727                 offline mode, for 3 seconds. It avoid presenting
13728                 him with N popups in a really short time.
13729
13730 2005-06-17 [colin]      1.9.11cvs81
13731
13732         * src/imap.c
13733                 Fix IMAP breaking on folders containing '('
13734                 (Probably won't be enough)
13735
13736 2005-06-17 [colin]      1.9.11cvs80
13737
13738         Forgotten files on 1.9.11cvs79
13739         * src/summaryview.c
13740                 Fix stepping when not immediately executing
13741         * src/imap.c
13742                 Really prevent UID FETCH 0
13743         * src/codeconv.c
13744                 Fix outgoing charset never set to utf-8
13745         * src/mh.c
13746                 Fix leak
13747
13748 2005-06-16 [colin]      1.9.11cvs79
13749
13750         * src/compose.c
13751                 Fix bug #707 (Dash splits rows)
13752                 Only wrap if we're on a line break position and
13753                 the previous one was a "white" (space) char.
13754                 Pango stuff is weird.
13755
13756 2005-06-16 [colin]      1.9.11cvs78
13757
13758         * src/imap_gtk.c
13759                 Lock summaryview while downloading messages
13760                 on user demand
13761         * src/procheader.c
13762         * src/unmime.c
13763         * src/common/utils.c
13764         * src/common/utils.h
13765                 Replace \r and \n with spaces in From and
13766                 Subject headers
13767
13768 2005-06-16 [paul]       1.9.11cvs77
13769
13770         * src/procmime.c
13771                 liberalise the mime parser
13772         * src/gtk/about.c
13773                 add text wrapping
13774
13775 2005-06-16 [paul]       1.9.11cvs76
13776
13777         * src/gtk/about.c
13778                 reworked
13779
13780 2005-06-15 [colin]      1.9.11cvs75
13781
13782         * src/compose.c
13783                 Finish header encoding fix
13784         * src/summaryview.c
13785                 Fix segfault
13786         * src/headerview.c
13787                 Fix compilation (Thanks Stephan
13788                 Sachse)
13789
13790 2005-06-15 [colin]      1.9.11cvs74
13791
13792         * Makefile.am
13793                 Install gnome2 stuff rather than gnome1, 
13794                 if both are present
13795         * src/codeconv.c
13796         * src/codeconv.h
13797         * src/compose.c
13798                 Fix headers encoding
13799         * src/folder.c
13800                 Visual progress when fetching all messages
13801         * src/folderview.c
13802         * src/summaryview.c
13803         * src/summaryview.h
13804                 Prevent changing current message while
13805                 incorporating
13806
13807 2005-06-15 [paul]       1.9.11cvs73
13808
13809         * src/gtk/gtkaspell.c
13810         * src/gtk/gtkaspell.h
13811                 fix build warnings
13812
13813 2005-06-15 [paul]       1.9.11cvs72
13814
13815         * src/prefs_filtering.c
13816                 allow reordering of filter rules by
13817                 drag n drop
13818
13819 2005-06-15 [paul]       1.9.11cvs71
13820
13821         * COPYING
13822                 updated
13823         * src/codeconv.c
13824                 replace deprecated function
13825         * src/inc.c
13826         * src/send_message.c
13827         * src/gtk/progressdialog.c
13828         * src/gtk/progressdialog.h
13829                 salvage and reuse parts of reverted sync
13830
13831 2005-06-15 [paul]       1.9.11cvs70
13832
13833         * src/inc.c
13834         * src/send_message.c
13835         * src/gtk/progressdialog.c
13836         * src/gtk/progressdialog.h
13837                 revert yesterday's sync with main
13838                 it contains deprecated functions
13839
13840 2005-06-15 [colin]      1.9.11cvs69
13841
13842         * src/headerview.c
13843                 Fix bug #670 (multi user to: will corrupt message 
13844                 headers display)
13845
13846 2005-06-15 [colin]      1.9.11cvs68
13847
13848         * src/compose.c
13849                 Fix bug #421 (Fix undo on wrapping)
13850
13851 2005-06-15 [colin]      1.9.11cvs67
13852
13853         * src/folder.c
13854                 Provide visual feedback while processing
13855                 folder's rules.
13856         * src/imap.c
13857                 Provide visual feedback while getting
13858                 short headers (for uncached messages)
13859
13860
13861 2005-06-14 [paul]       1.9.11cvs66
13862
13863         * src/account.c
13864                 change a couple stock icons
13865         * src/inc.c
13866         * src/send_message.c
13867         * src/gtk/progressdialog.c
13868         * src/gtk/progressdialog.h
13869                 sync main's GtkTreeView implementation
13870
13871 2005-06-14 [colin]      1.9.11cvs65
13872
13873         * src/imap.c
13874                 Various little fixes, mainly on error paths
13875
13876 2005-06-13 [colin]      1.9.11cvs64
13877
13878         * matcher.c
13879         * procmsg.c
13880         * procmsg.h
13881                 Add a way to fetch only headers. This speeds
13882                 up filtering on headers for IMAP. Fixes:
13883                 bug #481 extraneous imap commands slow down 
13884                         imap filtering
13885                 bug #522 Sylpheed downloads all messages 
13886                         when opening mailbox (IMAP)
13887                 bug #677 IMAP fetch is soooooooooooooo slow
13888         * src/folder.c
13889         * src/folder.h
13890                 Add a folder set_batch method so that
13891                 implementations can speed up flags changes
13892         * src/folderutils.c
13893         * src/summaryview.c
13894                 Use that in mark as (un)read and mark all read
13895                 Refix bug #679
13896         * src/imap.c
13897                 Implement set_batch - brings back deferred
13898                 flags in a less buggy manner. Fixes:
13899                 bug #729 IMAP immediate expunge of deleted messages
13900                 bug #191 remove list of messages with one command
13901                 Fix login with strange chars
13902                 Implement fetch_msg_full
13903                 Fix copy (wrong counts)
13904
13905 2005-06-12 [colin]      1.9.11cvs63
13906
13907         * src/folder.c
13908                 lock incorporation during long operations.
13909                 Avoids fucking up the IMAP socket.
13910
13911 2005-06-12 [colin]      1.9.11cvs62
13912
13913         * src/imap.c
13914                 Fix harmful typo
13915                 Factorize remove_all_msg
13916                 Thread-ize expunge
13917         * src/summaryview.c
13918                 Don't update partial-download status if unnecessary
13919         * src/folder.c
13920                 Use remove_msgs everywhere possible
13921
13922 2005-06-12 [colin]      1.9.11cvs61
13923
13924         * src/folder.c
13925         * src/folder.h
13926                 Add a remove_msgs function to remove a 
13927                 list of messages
13928         * src/imap.c
13929                 Implement that.
13930
13931 2005-06-12 [colin]      1.9.11cvs60
13932
13933         * src/imap.c
13934                 Remove flags-processing deferring... Too hard
13935                 to get it to work in all cases.
13936
13937 2005-06-11 [colin]      1.9.11cvs59
13938
13939         * src/imap.c
13940                 printf -> debug_print
13941
13942 2005-06-11 [colin]      1.9.11cvs58
13943
13944         * src/imap.c
13945                 o Fix build without USE_PTHREAD
13946                 o Factorize imap_open
13947                 o Alertpanel in case of impossible connection
13948                 o Alertpanel in case of impossible login
13949                 o Fix deferred flags processing to force a 
13950                   flush before adding some more flags to process,
13951                   but in another folder.
13952
13953 2005-06-10 [colin]      1.9.11cvs57
13954
13955         * src/imap.c
13956                 o Fix a format string error
13957                 o init ssl socket outside of the thread 
13958                   (it possibly invokes gtk calls)
13959         * src/procmime.c
13960                 o Put back the buffer to its necessary size
13961                 o Fix changing a file pointer without keeping
13962                   track of it (thanks Valgrind)
13963         * src/common/smtp.c
13964                 o Fix automatic STARTTLS if login should be done
13965                   and the server only allows it after starting TLS
13966         * src/gtk/gtkinputdialog.c
13967                 o Eat GDK_Return so that the combo popup doesn't 
13968                   appear when we press Enter to validate the combo
13969                   input dialog (as seen in the Open with... dialog)
13970
13971 2005-06-10 [colin]      1.9.11cvs56
13972
13973         * src/imap.c
13974                 o A bit less debug
13975                 o Fix a crash on deletion
13976                 o Threadize imap_select (it's called outside of 
13977                   threads)
13978                 o Defer treatment of DELETED flags
13979
13980
13981 2005-06-09 [colin]      1.9.11cvs55
13982
13983         * src/imap.c
13984                 Make sure we check imap_gtk_should_override(), which
13985                 potentially calls gtk stuff, before creating thread.
13986                 That way it should't be called via imap_get_session()
13987                 inside a thread.
13988
13989 2005-06-09 [colin]      1.9.11cvs54
13990
13991         * src/imap.c
13992                 o add a bit of status output
13993                 o remove some dead code
13994                 o threadize get_list_of_uids
13995                 o threadize imap_get_flags
13996                 o defer flag changing by 500ms so that they
13997                   can be batched
13998
13999
14000 2005-06-08 [colin]      1.9.11cvs53
14001
14002         * src/imap.c
14003                 Thread-ize imap_cmd_fetch
14004
14005 2005-06-08 [colin]      1.9.11cvs52
14006
14007         * src/main.c
14008                 Mmh, that broke POP3...
14009
14010 2005-06-08 [colin]      1.9.11cvs51
14011
14012         * src/main.c
14013                 Stabilize IMAP patch (thanks to Hoa)
14014
14015 2005-06-08 [colin]      1.9.11cvs50
14016
14017         * src/imap.c
14018                 Test patch to speed up imap. 
14019
14020 2005-06-08 [colin]      1.9.11cvs49
14021
14022         * src/imap_gtk.c
14023                 Warning fix
14024         * src/procmime.c
14025                 Apply patch from gentoo to use /usr/share/mime/globs if 
14026                 available, after un-breaking it
14027         * src/common/log.c
14028         * src/common/log.h
14029                 Use g_timeout for invoking hooks that possibly use gtk
14030                 calls. This should leave gtk calls in the main thread.
14031
14032 2005-06-08 [paul]       1.9.11cvs48
14033
14034         * src/codeconv.c
14035                 conv_get_outgoing_charset_str(): don't
14036                 use prefs_common setting
14037         * src/compose.c
14038         * src/compose.h
14039                 add /Options/Character encoding/... to
14040                 temporarily change the outgoing encoding
14041
14042         (belated sync with main)
14043
14044 2005-06-08 [paul]       1.9.11cvs47
14045
14046         * src/compose.c
14047                 correction to/completion of last
14048                 sync with main
14049
14050 2005-06-08 [paul]       1.9.11cvs46
14051
14052         sync with main:
14053         
14054         * src/codeconv.c
14055         * src/codeconv.h
14056                 always enabled Japanese auto-detection
14057                 if the first letters of locale string
14058                 is "ja"
14059         * src/compose.c
14060                 don't use "destroy" signal to destroy
14061                 Compose object (fix rare crashes on discard?)
14062         * src/mainwindow.c
14063         * src/messageview.c
14064         * src/prefs_send.c
14065                 added Hebrew encodings
14066         * src/sourcewindow.c
14067                 don't use "destroy" signal to destroy
14068                 objects
14069
14070 2005-06-07 [colin]      1.9.11cvs45
14071
14072         * src/summaryview.c
14073                 Add missing unlocks/locks
14074
14075 2005-06-07 [paul]       1.9.11cvs44
14076
14077         * src/summaryview.c
14078                 restore bug #749 fix
14079
14080 2005-06-06 [colin]      1.9.11cvs43
14081
14082         * src/summaryview.c
14083                 Fix selection bug when prefs_common.open_unread 
14084                 is FALSE
14085
14086 2005-06-06 [colin]      1.9.11cvs42
14087
14088         * src/common/md5.c
14089                 Fix a warning
14090         * src/summaryview.c
14091         * src/folderview.c
14092                 Factorize long operations beginning and end
14093                 (locking, freezing/thawing, cursor, ...)
14094                 Check selection->data member in selection-
14095                 related loops; this avoids dying an awful
14096                 death if the selection changes on us while
14097                 we're marking a whole IMAP folder unread, 
14098                 for example.
14099
14100 2005-06-06 [paul]       1.9.11cvs41
14101
14102         * src/textview.c
14103                 don't g_free() a static gchar buffer
14104
14105 2005-06-05 [colin]      1.9.11cvs40
14106
14107         * src/mainwindow.c
14108         * src/messageview.c
14109         * src/summaryview.c
14110                 Fix bug #749 (Show all headers should be
14111                 sticky as the GUI suggests)
14112
14113 2005-06-03 [paul]       1.9.11cvs39
14114
14115         * src/compose.c
14116                 don't allow editing of mail while sending.
14117                 patch by Colin
14118
14119 2005-06-03 [paul]       1.9.11cvs38
14120
14121         * src/folderview.c
14122                 add a freeze/thaw to speed up 'mark all read'
14123
14124 2005-06-03 [paul]       1.9.11cvs37
14125
14126         * src/prefs_message.c
14127                 reflect changes immediately
14128
14129 2005-06-02 [colin]      1.9.11cvs36
14130
14131         * po/POTFILES.in
14132                 Patch by Fabien Vantard.
14133
14134 2005-06-02 [colin]      1.9.11cvs35
14135
14136         * src/imap.c
14137                 Use a non-blocking imap_getline() if possible.
14138                 This should completely prevent the interface
14139                 from freezin on imap operations, although it
14140                 may do strange stuff in case of folder switching
14141                 while a big imap operation is taking place...
14142
14143                 In addition, fix a leak in the case thread
14144                 creation fails on connection.
14145
14146 2005-06-02 [colin]      1.9.11cvs34
14147
14148         * src/crash.c
14149         * src/prefs_common.h
14150                 Fix build (prefs_common_init() doesn't exist
14151                 anymore)
14152
14153 2005-06-02 [colin]      1.9.11cvs33
14154
14155         * src/prefs_account.c
14156                 Fix bug #245 (filtering rules broken when
14157                 renaming a remote account (imap4 or nntp)
14158
14159 2005-06-02 [colin]      1.9.11cvs32
14160
14161         * src/imap.c
14162                 Try to fix IMAP shortcomings: 
14163                 o Multithread imap_open()
14164                 o allow offline-mode overriding instead of
14165                   just returning NULL
14166         * src/imap_gtk.c
14167         * src/imap_gtk.h
14168                 Add a function to ask whether we want to
14169                 override offline-mode for 10 minutes (one-shot
14170                 asking was painful)
14171         * src/procheader.c
14172                 Fix segfault when imap parser isn't happy about
14173                 a missing {
14174
14175 2005-06-01 [colin]      1.9.11cvs31
14176
14177         * src/addrharvest.c
14178         * src/compose.c
14179         * src/mbox.c
14180         * src/mbox.h
14181         * src/mh.c
14182         * src/msgcache.c
14183         * src/send_message.c
14184         * src/setup.c
14185         * src/undo.c
14186         * src/common/hooks.c
14187         * src/common/prefs.c
14188         * src/common/template.c
14189         * src/common/utils.c
14190         * src/gtk/gtkutils.c
14191         * src/gtk/inputdialog.c
14192         * src/gtk/menu.c
14193         * src/gtk/pluginwindow.c
14194         * src/gtk/prefswindow.c
14195         * src/plugins/pgpmime/passphrase.c
14196         * src/plugins/pgpmime/prefs_gpg.c
14197                 More -Wall fixes
14198
14199         * src/common/Makefile.am
14200         * src/common/timing.h
14201                 Add basic timing code
14202
14203         * src/summaryview.c
14204                 Fix a bug with unread messages when 
14205                 re-sorting folders, and by the way
14206                 fix a big performance hit when 
14207                 re-sorting (10k mails: before 5s,
14208                 after .5s)
14209
14210         * src/prefs_compose_writing.c
14211         * src/prefs_compose_writing.h
14212         * src/prefs_message.c
14213         * src/prefs_message.h
14214         * src/prefs_other.c
14215         * src/prefs_other.h
14216         * src/prefs_quote.c
14217         * src/prefs_quote.h
14218         * src/prefs_receive.c
14219         * src/prefs_receive.h
14220         * src/prefs_send.c
14221         * src/prefs_send.h
14222         * src/prefs_summaries.c
14223         * src/prefs_summaries.h
14224                 Fix copyright banner
14225
14226 2005-06-01 [paul]       1.9.11cvs30
14227
14228         * po/fi.po
14229                 updated by Flammie Pirinen
14230         * src/procmime.c
14231                 fix 'Bad BASE64 content' output
14232
14233 2005-05-31 [colin]      1.9.11cvs29
14234
14235         * src/procmime.c
14236                 Oops, where did my hunk go.
14237
14238 2005-05-31 [colin]      1.9.11cvs28
14239
14240         * src/Makefile.am
14241         * src/account.c
14242         * src/action.c
14243         * src/addr_compl.c
14244         * src/addressbook.c
14245         * src/codeconv.c
14246         * src/compose.c
14247         * src/export.c
14248         * src/folder.c
14249         * src/folderview.c
14250         * src/image_viewer.c
14251         * src/main.c
14252         * src/mainwindow.c
14253         * src/messageview.c
14254         * src/mimeview.c
14255         * src/msgcache.c
14256         * src/prefs_account.c
14257         * src/prefs_actions.c
14258         * src/prefs_common.c
14259         * src/prefs_compose_writing.c
14260         * src/prefs_customheader.c
14261         * src/prefs_ext_prog.c
14262         * src/prefs_filtering.c
14263         * src/prefs_filtering_action.c
14264         * src/prefs_fonts.c
14265         * src/prefs_image_viewer.c
14266         * src/prefs_message.c
14267         * src/prefs_message.h
14268         * src/prefs_msg_colors.c
14269         * src/prefs_other.c
14270         * src/prefs_other.h
14271         * src/prefs_quote.c
14272         * src/prefs_receive.c
14273         * src/prefs_receive.h
14274         * src/prefs_send.c
14275         * src/prefs_send.h
14276         * src/prefs_spelling.c
14277         * src/prefs_summaries.c
14278         * src/prefs_summary_column.c
14279         * src/prefs_template.c
14280         * src/prefs_themes.c
14281         * src/prefs_toolbar.c
14282         * src/prefs_wrapping.c
14283         * src/procmime.c
14284         * src/procmsg.c
14285         * src/send_message.h
14286         * src/ssl_manager.c
14287         * src/summary_search.c
14288         * src/summaryview.c
14289         * src/textview.c
14290         * src/wizard.c
14291         * src/common/smtp.c
14292         * src/common/smtp.h
14293         * src/gtk/gtkutils.h
14294                 o Move the rest of Common prefs to new style
14295                 o Lots of -Wall warning fixes
14296                 o fix FIXME in cache memusage calculation
14297                 o Let return receipts be sent from any account
14298                 o Little cache optimisation (read)
14299                 o Fix bug #746 (don't treat commas as separators
14300                   when inside a quoted string)
14301
14302 2005-05-31 [paul]       1.9.11cvs27
14303
14304         * src/prefs_common.c
14305                 fix 'off-by-one' typo
14306
14307 2005-05-31 [paul]       1.9.11cvs26
14308
14309         * src/account.c
14310         * src/addr_compl.c
14311         * src/compose.c
14312         * src/foldersel.c
14313         * src/prefs_actions.c
14314         * src/prefs_common.c
14315         * src/prefs_common.h
14316         * src/prefs_customheader.c
14317         * src/prefs_display_header.c
14318         * src/prefs_filtering.c
14319         * src/prefs_filtering_action.c
14320         * src/prefs_matcher.c
14321         * src/prefs_summaries.c
14322         * src/prefs_summary_column.c
14323         * src/prefs_template.c
14324         * src/prefs_toolbar.c
14325         * src/ssl_manager.c
14326         * src/gtk/pluginwindow.c
14327         * src/gtk/prefswindow.c
14328         * src/gtk/progressdialog.c
14329                 add hidden prefs 'enable_rules_hint'
14330                 for gtk_tree_view_set_rules_hint()
14331                 (sync with main)
14332                 
14333
14334 2005-05-31 [colin]      1.9.11cvs25
14335
14336         * src/Makefile.am
14337         * src/main.c
14338         * src/prefs_common.c
14339         * src/prefs_summaries.c ** ADDED **
14340         * src/prefs_summaries.h ** ADDED **
14341                 Common/Display -> Display/Summaries
14342
14343 2005-05-31 [colin]      1.9.11cvs24
14344
14345         * src/Makefile.am
14346         * src/main.c
14347         * src/prefs_quote.c ** ADDED **
14348         * src/prefs_quote.h ** ADDED **
14349                 Move Common/Quote to Compose/Quoting
14350         * src/prefs_common.c
14351         * src/prefs_common.h
14352                 Remove old quote stuff, add
14353                 convenience functions for GtkTextView prefs
14354         * src/gtk/prefswindow.c
14355                 Set default height higher
14356
14357 2005-05-30 [colin]      1.9.11cvs23
14358
14359         * src/Makefile.am
14360         * src/main.c
14361         * src/prefs_common.c
14362         * src/prefs_compose_writing.c ** ADDED **
14363         * src/prefs_compose_writing.h ** ADDED **
14364                 Move Common/Compose prefs to Compose/Writing
14365
14366 2005-05-30 [colin]      1.9.11cvs22
14367
14368         * src/common/utils.c
14369                 Fix bug #651 (Confused Attract by Subject)
14370                 Patch by M. Benkmann <haferfrost@web.de>
14371         * AUTHORS
14372
14373 2005-05-30 [colin]      1.9.11cvs21
14374
14375         * src/compose.c
14376                 Fix concatenation of different headers of
14377                 the same type (bug #645)
14378         * src/prefs_folder_item.c
14379                 Fix bug #699 (setting color to black doesn't
14380                 work immediately)
14381         * src/procmime.c
14382                 Print out decoding error only once per
14383                 block
14384
14385 2005-05-30 [paul]       1.9.11cvs20
14386
14387         * src/common/template.c
14388                 fix Bcc
14389
14390 2005-05-30 [paul]       1.9.11cvs19
14391
14392         * doc/src/rfc2368.txt   **NEW FILE**
14393         * src/compose.c
14394                 compose_entries_set(): don't interpret Bcc
14395                 header field (conform to RFC 2368)
14396                 (sync with main)
14397
14398 2005-05-29 [colin]      1.9.11cvs18
14399
14400         * src/prefs_common.c
14401                 Let the default reply format respect
14402                 netiquette by cutting the signature.
14403
14404 2005-05-29 [colin]      1.9.11cvs17
14405
14406         * src/summaryview.c
14407                 Don't let always_show_msg override
14408                 open_unread_on_enter when opening a new
14409                 directory.
14410
14411 2005-05-27 [paul]       1.9.11cvs16
14412
14413         sync with main:
14414
14415         * src/main.c
14416                 app_will_exit(): cleanup tmp directory when exit
14417         * src/message_search.c
14418                 improved the interface and made code cleanup.
14419                 removed Clear button
14420         * src/send_message.c
14421                 send_message_local(): use GSpawn, and detect errors
14422         * src/summary_search.c
14423                 improved the interface and made code cleanup
14424         * src/textview.c
14425                 textview_write_link(): also skip non-ascii space
14426                  at the head of link strings (phishing check
14427                  didn't work at the case)
14428         * src/common/utils.c
14429                 get_command_output(): use g_spawn_command_line_sync()
14430                 instead of popen()
14431
14432 2005-05-26 [colin]      1.9.11cvs15
14433
14434         * src/folder.c
14435                 remove printf
14436
14437 2005-05-26 [colin]      1.9.11cvs14
14438
14439         * src/common/nntp.c
14440                 Fix nntp mode reader (bug #611)
14441                 Patch by Florian Mickler <florian@mickler.org>
14442
14443 2005-05-26 [colin]      1.9.11cvs13
14444
14445         * src/plugins/pgpmime/passphrase.c
14446                 Fix mouse grabbing (bug #557)
14447
14448 2005-05-26 [colin]      1.9.11cvs12
14449
14450         * src/prefs_themes.c
14451                 Fix g_warning (bug #541)
14452
14453 2005-05-26 [colin]      1.9.11cvs11
14454
14455         * src/prefs_actions.c
14456         * src/prefs_template.c
14457                 Fix bug #506 (no warning if action/template
14458                 is not saved)
14459         * src/common/template.c
14460                 Fix a possible crash
14461
14462 2005-05-26 [colin]      1.9.11cvs10
14463
14464         * src/folder.c
14465         * src/folderview.c
14466         * src/procmsg.c
14467         * src/summaryview.c
14468                 Forbid locked messages to be moved or
14469                 deleted. Locked messages in trashes 
14470                 still get deleted, for performance
14471                 reason (mh.c::mh_remove_all_msgs)
14472
14473 2005-05-25 [colin]      1.9.11cvs9
14474
14475         * src/procmime.c
14476                 Use correct encoding when sending mails
14477                 with attachments that have accentued 
14478                 chars in their name
14479
14480 2005-05-24 [colin]      1.9.11cvs8
14481
14482         * src/summaryview.c
14483                 Fix bug #688 f) read/unread marker not
14484                 changed on first click
14485                 Also, optimize summary_status_show()
14486                 calls
14487         * src/folder.c
14488         * src/inc.c
14489         * src/procmime.c
14490                 Fix bug #688 b) and c) wrt message
14491                 attachments and signature
14492         * src/stock_pixmap.c
14493         * src/stock_pixmap.h
14494         * src/stock_pixmap.c
14495         * src/stock_pixmap.h
14496         * src/Makefile.am
14497         * src/pixmaps/clip_gpg_signed.xpm
14498                 Add clip/signed icon
14499
14500 2005-05-24 [colin]      1.9.11cvs7
14501
14502         * src/folder_item_prefs.c
14503                 whitespace fix
14504
14505 2005-05-24 [colin]      1.9.11cvs6
14506
14507         * src/folderview.c
14508         * src/prefs_common.c
14509         * src/prefs_common.h
14510                 Add a confirmation to folder drag and drop
14511                 fixes bug #156
14512         * src/alertpanel.c
14513         * src/alertpanel.h
14514                 fix _with_disable parameters so that
14515                 the buttons labels are specifiable too
14516         * src/plugins/pgpmime/sgpgme.c
14517                 reflect said change
14518                 
14519
14520 2005-05-24 [colin]      1.9.11cvs5
14521
14522         * src/folderview.c
14523                 Uncollapse/collapse folders on double-click
14524                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14525                 closes bug #108
14526
14527 2005-05-23 [colin]      1.9.11cvs4
14528
14529         * src/common/socket.c
14530                 Check another special SSL_peek() error.
14531                 Should help wrt bug #728
14532
14533 2005-05-23 [colin]      1.9.11cvs3
14534
14535         * src/plugins/pgpmime/pgpmime.c
14536                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14537                 breaking menu accelerators and stuff. Users will have to
14538                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14539                 account's privacy preferences if needed.
14540
14541 2005-05-22 [paul]
14542
14543         * tools/kdeservicemenu/install.sh
14544                 use kdesu to prompt for root password if doing
14545                 global install/uninstall
14546
14547 2005-05-20 [colin]      1.9.11cvs2
14548
14549         * src/procmsg.c
14550                 Fix another compilation error with gcc-2.9x
14551                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14552         * src/send_message.c
14553                 Don't send QUIT if we aren't connected
14554
14555 2005-05-19 [colin]      1.9.11cvs1
14556
14557         * src/procmsg.c
14558                 Fix compilation with gcc 2.9x
14559
14560 2005-05-19 [paul]       1.9.11
14561
14562         1.9.11 released
14563
14564 2005-05-19 [paul]       1.9.9cvs14
14565
14566         * src/gtk/inputdialog.c
14567                 prevent gettext warning
14568
14569 2005-05-19 [paul]       1.9.9cvs13
14570
14571         * src/mainwindow.c
14572         * src/prefs_common.c
14573         * src/prefs_common.h
14574         * src/textview.c
14575         * src/textview.h
14576                 add an option to toggle cursor in message
14577                 view (sync with main)
14578
14579 2005-05-18 [colin]      1.9.9cvs12
14580
14581         * src/compose.c
14582                 Dereference freed pointer
14583         * src/gtk/gtkaspell.c
14584                 Fix duplication of dictionaries (is it an aspell issue?)
14585
14586 2005-05-18 [colin]      1.9.9cvs11
14587
14588         * src/gtk/inputdialog.c
14589         * src/gtk/gtkaspell.c
14590                 HIGuify dialogs
14591         * src/alertpanel.c
14592                 Remove a double call
14593
14594 2005-05-17 [colin]      1.9.9cvs10
14595
14596         * src/gtk/gtkaspell.c
14597                 Fix dialogs, Ctrl-Enter accel
14598
14599 2005-05-17 [colin]      1.9.9cvs9
14600
14601         * src/gtk/gtkaspell.c
14602                 Fix some accelerators, escape in replace-window
14603
14604 2005-05-16 [colin]      1.9.9cvs8
14605
14606         * src/gtk/gtkaspell.c
14607                 Revert last commit, it was a mistake.
14608
14609 2005-05-16 [colin]      1.9.9cvs7
14610
14611         * src/gtk/gtkaspell.c
14612                 Remove buggy code while we're at it. It's a 
14613                 dead code path anyway.
14614
14615 2005-05-16 [colin]      1.9.9cvs6
14616
14617         * src/gtk/gtkaspell.c
14618                 Missed some gtk_menu_popup where deactivate
14619                 signal should be handled. Should fix bug
14620                 #629 a bit more.
14621
14622 2005-05-16 [colin]      1.9.9cvs5
14623
14624         * src/gtk/gtkaspell.c
14625                 Remove debug printf()s
14626
14627 2005-05-16 [colin]      1.9.9cvs4
14628
14629         * src/gtk/gtkaspell.c
14630                 Fix a bit aspell problems
14631                 (see bug #629)
14632
14633 2005-05-13 [colin]      1.9.9cvs3
14634
14635         * src/folderview.c
14636                 Fix the + appearing even when no subfolders
14637                 have unread messages. Thanks to wwp for the
14638                 bug report.
14639
14640 2005-05-11 [paul]       1.9.9cvs2
14641
14642         * src/folderview.c
14643                 correction to 1.9.9cvs1, only colour folders that
14644                 have new msgs (not unread msgs)
14645
14646 2005-05-10 [colin]      1.9.9cvs1
14647
14648         * src/folderview.c
14649         * src/summaryview.c
14650                 Try to fix bolding bugs again.
14651
14652 2005-05-09 [paul]
14653
14654         * tools/claws.i18n.status.pl
14655                 add Ricardo Mones Lastra's script that has been providing
14656                 the i18n status page for many months
14657
14658 2005-05-09 [paul]       1.9.9
14659
14660         1.9.9 release
14661
14662 2005-05-09 [paul]       1.9.6cvs58
14663
14664         * AUTHORS
14665         * INSTALL
14666         * README.claws
14667                 updated
14668         * Makefile.am 
14669         * RELEASE_NOTES.claws
14670                 add release notes to cvs to simplify release
14671                 procedure
14672         * configure.ac
14673                 add ca and fi to ALL_LINGUAS
14674         * po/Makefile.in.in
14675                 workaround for missing Makevars
14676         * po/ca.po
14677         * po/fi.po
14678                 add new Catalan and Finnish translations
14679                 submitted by Miquel Oliete and Flammie Pirinen
14680         * po/de.po
14681         * po/es.po
14682         * po/fr.po
14683         * po/it.po
14684         * po/pl.po
14685         * po/ru.po
14686         * po/sk.po
14687         * po/sr.po
14688         * po/zh_CN.po
14689                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14690                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14691                 Urke MMI, and Hansom Young
14692         * src/main.c
14693                 Fix drafting when quitting. compose_draft() closes the
14694                 compose windows, which modifies the compose_list GSList.
14695                 We have to refresh this list after echo drafting to avoid a
14696                 segfault
14697         * src/partial_download.c
14698                 fix segfault on exit
14699
14700 2005-05-06 [paul]       1.9.6cvs57
14701
14702         * src/grouplistdialog.c
14703                 quick fix/workaround for unresizeable newsgroup
14704                 name column 
14705
14706 2005-05-06 [paul]       1.9.6cvs56
14707
14708         * src/inc.c
14709         * src/mainwindow.c
14710                 use gettext plural forms
14711         * src/imap_gtk.c
14712         * src/mh_gtk.c
14713         * src/toolbar.c
14714                 small improvement to english usage
14715
14716 2005-05-05 [thorsten]   1.9.6cvs55
14717
14718         * src/folder.c
14719                 fix possible crash
14720
14721 2005-05-05 [paul]       1.9.6cvs54
14722         
14723         sync with HEAD
14724
14725         * AUTHORS
14726         * src/compose.c
14727                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14728                 patch by Tim Mann
14729
14730 2005-05-05 [paul]       1.9.6cvs53
14731
14732         * src/mainwindow.c
14733                 fix resizing of separate message and
14734                 folder views
14735
14736 2005-05-05 [paul]       1.9.6cvs52
14737
14738         * src/account.c
14739         * src/addrgather.c
14740         * src/browseldap.c
14741         * src/exphtmldlg.c
14742         * src/expldifdlg.c
14743         * src/importmutt.c
14744         * src/importpine.c
14745         * src/main.c
14746         * src/mainwindow.c
14747         * src/noticeview.c
14748         * src/prefs_filtering.c
14749         * src/prefs_filtering_action.c
14750         * src/prefs_matcher.c
14751         * src/prefs_spelling.c
14752         * src/prefs_toolbar.c
14753         * src/toolbar.c
14754         * src/wizard.c
14755         * src/gtk/description_window.c
14756         * src/gtk/gtkvscrollbutton.c
14757         * src/gtk/progressdialog.c
14758         * src/gtk/quicksearch.c
14759         * src/plugins/pgpmime/prefs_gpg.c
14760         * src/plugins/spamassassin/spamassassin_gtk.c
14761                 replace deprecated gtk_widget_set_usize
14762
14763 2005-05-04 [colin]      1.9.6cvs51
14764
14765         * src/common/utils.c
14766                 Fix crash when subst_for_filename is called
14767                 with a NULL parameter
14768
14769 2005-05-04 [colin]      1.9.6cvs50
14770
14771         * src/partial_download.c
14772         * src/pop.c
14773                 Escape login when writing uidl file
14774                 fixes bug #736
14775
14776 2005-05-03 [colin]      1.9.6cvs49
14777
14778         * src/procmime.c
14779                 Fix possible DOS in mime parser
14780                 (see bug #634)
14781
14782 2005-05-02 [colin]      1.9.6cvs48
14783
14784         * src/compose.c
14785                 Try to fix the copy/paste mess once again.
14786
14787
14788 2005-04-30 [colin]      1.9.6cvs47
14789
14790         * src/prefs_account.h
14791         * src/procmsg.c
14792         * src/send_message.c
14793         * src/common/smtp.c
14794         * src/common/smtp.h
14795                 Try to batch sending mails (per account) instead of
14796                 reconnecting to server every time.
14797
14798 2005-04-29 [colin]      1.9.6cvs46
14799
14800         * src/messageview.c
14801                 Fix window resizing that refused to size down
14802         * src/prefs_common.c
14803         * src/prefs_common.h
14804         * src/prefs_filtering.c
14805                 Save Filtering's window size
14806
14807 2005-04-21 [paul]       1.9.6cvs45
14808
14809         * ChangeLog-gtk2.claws
14810         * src/setup.c
14811                 correction to sync
14812
14813 2005-04-21 [paul]       1.9.6cvs44
14814
14815         sync with main:
14816
14817         * src/setup.c
14818         * src/statusbar.c
14819         * src/statusbar.h
14820                 use gtkut_widget_draw_now(). Improved performance
14821                 of the update of statusbar
14822         * src/textview.c
14823                 textview_smooth_scroll_do(): redraw it after scroll
14824                 is done (fixed incorrect display when a part of the
14825                 view is hidden).
14826         * src/gtk/gtkutils.c
14827         * src/gtk/gtkutils.h
14828                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14829                 to force update of widgets.
14830                 Removed gtkut_widget_wait_for_draw() which had a big
14831                 overhead  because of waiting for all events processed 
14832
14833 2005-04-20 [paul]       1.9.6cvs43
14834
14835         * src/codeconv.c
14836                 complete 1.9.6cvs42's sync:
14837                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14838
14839 2005-04-19 [paul]       1.9.6cvs42
14840
14841         sync with main:
14842
14843         * src/action.c
14844                 catch_output(): correctly select the insert text
14845                 (fix invalid iterator warnings).
14846         * src/codeconv.c
14847         * src/codeconv.h
14848         * src/mainwindow.c
14849         * src/messageview.c
14850         * src/prefs_common.c
14851                 support GBK encoding.
14852         * src/common/session.c
14853         * src/common/session.h
14854                 use separate buffer for large data to be sent,
14855                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14856
14857 2005-04-18 [paul]       1.9.6cvs41
14858
14859         * src/jpilot.c
14860                 convert unsigned long into guint32
14861                 patch by Paul LeoNerd Evans 
14862
14863 2005-04-17 [colin]      1.9.6cvs40
14864
14865         * src/compose.c
14866                 Fix 'Request return receipt' from folder
14867                 properties (bug #708)
14868
14869 2005-04-17 [colin]      1.9.6cvs39
14870
14871         * src/mainwindow.c
14872                 Fix duplicate hotkeys in Mainwindow's menu
14873
14874 2005-04-17 [colin]      1.9.6cvs38
14875
14876         * src/folderview.c
14877                 Fix duplicate hotkeys in Folderview's contextual
14878                 menu
14879
14880 2005-04-15 [colin]      1.9.6cvs37
14881
14882         * src/summaryview.c
14883                 Fix 'Save as...' with non-ascii filenames
14884
14885 2005-04-15 [colin]      1.9.6cvs36
14886
14887         * src/plugins/pgpmime/pgpmime.c
14888                 Fix bus error on 64bit. Spotted by 
14889                 macallan1888@gmail.com
14890
14891 2005-04-15 [colin]      1.9.6cvs35
14892
14893         * src/prefs_account.c
14894                 Fix cvs34.
14895
14896 2005-04-12 [colin]      1.9.6cvs34
14897
14898         * src/prefs_account.c
14899                 Fix smtp auth type off-by-one. We forgot to
14900                 add PLAIN in the prefs-to-gui setter func and
14901                 as a result, the selected auth when opening
14902                 account prefs was not the correct one.
14903
14904 2005-04-12 [paul]       1.9.6cvs33
14905
14906         * src/inc.c
14907                 if the recv dialog is visible, Cancel only
14908                 cancels the current account
14909
14910
14911 2005-04-10 [colin]      1.9.6cvs32
14912
14913         * src/filtering.c
14914                 Copy score when copying FilteringActions
14915                 Fix bug #674
14916
14917 2005-04-10 [colin]      1.9.6cvs31
14918
14919         * src/inc.c
14920                 Make Message -> Receive -> Cancel cancel 
14921                 incorporation on all accounts. Fixes
14922                 bug #693
14923
14924 2005-04-10 [colin]      1.9.6cvs30
14925
14926         * src/prefs_account.c
14927                 Update Privacy checkbuttons status based
14928                 on the selected privacy system
14929         * src/compose.c
14930                 Always connect the "None" privacy system; the
14931                 static boolean was probably there to avoid
14932                 reconnecting twice in the same compose window,
14933                 but as the parent function is only called once
14934                 per compose, it's only a bug - as a static is
14935                 initialized once per application instance.
14936                 Also, don't uncheck Sign and Encrypt when
14937                 selecting None as privacy system; just ignore
14938                 them when sending/queuing.
14939                 Should fix bug #695
14940
14941 2005-04-08 [colin]      1.9.6cvs29
14942
14943         * src/account.c
14944         * src/prefs_account.c
14945         * src/prefs_account.h
14946                 Add account preference to queue message in a certain
14947                 folder.
14948
14949 2005-04-06 [colin]      1.9.6cvs28
14950
14951         * src/prefs_account.c
14952                 Update old inbox path syntax
14953
14954 2005-04-06 [paul]       1.9.6cvs27
14955
14956         sync with main:
14957
14958         * configure.ac
14959                 changed -traditional-cpp to -no-cpp-precomp for newer
14960                 Mac OS X support
14961         * src/foldersel.c
14962                 made column resize automatically
14963         * src/send_message.c
14964                 send_message_smtp(): consider EOF right after QUIT
14965                 successful (workaround for Gmail SMTP server)
14966         * src/common/socket.c
14967                 ssl_read(), ssl_peek(): check EOF which violates the
14968                 SSL protocol
14969         * src/gtk/colorlabel.c
14970                 removed warnings when displaying colorlabel menu
14971                 (don't use GtkAlignment)
14972
14973 2005-04-05 [paul]       1.9.6cvs26
14974
14975         * src/plugins/trayicon/trayicon.c
14976                 fix clipping of icon under KDE3 
14977
14978 2005-04-05 [paul]       1.9.6cvs25
14979
14980         * src/summaryview.c
14981                 hide display of threading
14982                 patch by Alfons
14983
14984 2005-04-04 [thorsten]   1.9.6cvs24
14985
14986         * src/mh.c
14987                 marks lost on filesystems with different stat() results on
14988                 summer-/wintertime
14989
14990 2005-04-03 [colin]      1.9.6cvs23
14991
14992         * src/summaryview.c
14993                 Don't handle up/down. Patch by Alfons
14994
14995 2005-04-02 [colin]      1.9.6cvs22
14996
14997         * src/summaryview.c
14998                 Make scrolling faster. Patch by Alfons.
14999
15000 2005-04-01 [colin]      1.9.6cvs21
15001
15002         * src/Makefile.am
15003         * src/stock_pixmap.c
15004         * src/pixmaps/dir-noselect.xpm ** REMOVED **
15005         * src/pixmaps/dir_noselect.xpm ** ADDED **
15006                 Fix pixmap name mismatch (Thanks Stephan Sachse)
15007
15008 2005-04-01 [colin]      1.9.6cvs20
15009
15010         * src/image_viewer.c
15011         * src/image_viewer.h
15012         * src/procmime.c
15013         * src/procmime.h
15014         * src/textview.c
15015         * src/textview.h
15016                 Implement inline image resizing and right-clicking
15017
15018 2005-04-01 [paul]       1.9.6cvs19
15019
15020         * AUTHORS
15021         * Makefile.am
15022         * configure.ac
15023                 check for gnome2
15024                 patch by Luca Cavalli <loopback<AT>slackit.org>
15025         * po/ru.po
15026                 updated by Pavlo Bohmat
15027
15028 2005-03-31 [colin]      1.9.6cvs18
15029
15030         * src/news.c
15031                 Fix parsing references
15032         * src/msgcache.c
15033                 don't put nulls in the references list
15034         * src/procheader.c
15035                 commit that forgotten file in 1.9.6cvs14
15036
15037 2005-03-31 [colin]      1.9.6cvs17
15038
15039         * src/compose.c
15040                 Fix joining of signature separator again. 
15041                 Maybe Hiro could put it in main too...
15042
15043 2005-03-31 [colin]      1.9.6cvs16
15044
15045         * src/Makefile.am
15046         * src/foldersel.c
15047         * src/stock_pixmap.c
15048         * src/stock_pixmap.h
15049         * src/pixmaps/dir-noselect.xpm
15050                 Update foldersel.c (sync from main, patch by Alfons)
15051
15052 2005-03-30 [colin]      1.9.6cvs15
15053
15054         * src/imap.c
15055                 Fix handling of imap folders containing [] in 
15056                 their name. Thanks to Nahuel Angelinetti for
15057                 the detailed bugreport.
15058
15059 2005-03-30 [colin]      1.9.6cvs14
15060
15061         * src/common/utils.h
15062         * src/common/utils.c
15063         * src/common/defs.h
15064         * src/matcher.c
15065         * src/msgcache.c
15066         * src/news.c
15067         * src/procmsg.c
15068         * src/procmsg.h
15069         * src/quote_fmt_parse.y
15070         * src/summaryview.c
15071                 Update references system. Patch by Alfons
15072
15073 2005-03-30 [colin]      1.9.6cvs13
15074
15075         * src/common/socket.c
15076                 Force the glibc to read resolv.conf again when 
15077                 it has changed. Should fix issues when changing
15078                 networks on a laptop and not restarting sylpheed. 
15079
15080 2005-03-30 [paul]       1.9.6cvs12
15081
15082         partial sync with main:
15083
15084         * src/action.c
15085                 create_io_dialog(): use user-defined text font
15086                 (thanks to Alfons), and modified its appearance.
15087         * src/addrgather.c
15088         * src/addrharvest.c
15089         * src/browseldap.c
15090                 replace old code
15091         * src/compose.c
15092                 don't join (presumably) itemized lines on line-wrapping
15093                 fixed wrapping of quote when auto-wrapping is enabled
15094                 compose_destroy(): destroy paned only if it's not
15095                 attached to window. Fixed memory leak of popup menu.
15096         * src/exphtmldlg.c
15097         * src/expldifdlg.c
15098                 replace old code
15099         * src/html.c
15100         * src/html.h
15101         * src/importmutt.c
15102         * src/importpine.c
15103                 replace old code
15104         * src/main.c
15105                 removed redundant code
15106         * src/mainwindow.c
15107                 changed 'Code set' (which is rather incorrect)
15108                 in the menu to 'Character encoding'
15109                 main_window_set_widgets(): request size first
15110                 to prevent window size becoming wrong
15111                 fixed remembering of the state of the visibility
15112                 of MessageView
15113         * src/messageview.c
15114                 changed 'Code set' (which is rather incorrect)
15115                 in the menu to 'Character encoding'
15116         * src/prefs_common.c
15117         * src/prefs_common.h
15118                 added an option whether to render HTML as text or not
15119                 added separators to outgoing encoding menu
15120         * src/procheader.c
15121                 procheader_scan_date_string(): support header
15122                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
15123         * src/summaryview.c
15124         * src/summaryview.h
15125                 minor code cleanup
15126         * src/textview.c
15127                 textview_show_html(): force output of newline
15128                 added an option whether to render HTML as text or not
15129         * src/common/utils.c
15130                 strncpy2(): optimized based on Alfons' code
15131         * src/gtk/gtkutils.c
15132         * src/gtk/gtkutils.h
15133                 removed non-used code
15134         * src/plugins/pgpmime/passphrase.c
15135                 partially fixed grab input of passphrase dialog
15136                 Confine pointer to window
15137
15138 2005-03-30 [colin]      1.9.6cvs11
15139
15140         * src/msgcache.c
15141         * src/msgcache.h
15142                 Read/write 32bit ints from cache & marks
15143                 From main.
15144
15145 2005-03-29 [paul]       1.9.6cvs10
15146
15147         * AUTHORS
15148         * ChangeLog.claws
15149         * src/compose.c
15150         * src/gtk/gtkaspell.c
15151                 sync with HEAD (don't pass NULL pointers) 
15152
15153 2005-03-24 [paul]
15154
15155         * tools/Makefile.am
15156         * tools/README
15157         * tools/acroread2sylpheed.pl
15158                 sync with HEAD (add script to send pdfs as
15159                 attachments from Adobe Reader 7)
15160
15161 2005-03-21 [paul]       1.9.6cvs9
15162
15163         * configure.ac
15164         * po/POTFILES.in
15165         * src/Makefile.am
15166         * src/crash.c
15167         * src/image_viewer.c ** ADDED **
15168         * src/image_viewer.h ** ADDED **
15169         * src/main.c
15170         * src/prefs_common.c
15171         * src/prefs_common.h
15172         * src/prefs_image_viewer.c ** ADDED **
15173         * src/prefs_image_viewer.h ** ADDED **
15174         * src/textview.c
15175         * src/gtk/about.c
15176         * src/pixmaps/sylpheed_logo.xpm
15177         * src/plugins/Makefile.am
15178         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15179         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15180         * src/plugins/image_viewer/plugin.c ** REMOVED **
15181         * src/plugins/image_viewer/viewer.c ** REMOVED **
15182         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15183         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15184         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15185         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15186         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15187                 as gdk-pixbuf is now built-in
15188                 remove image_viewer plugin and put code back into
15189                 main codebase
15190                 implement inline image display (sync with main)
15191
15192                 replace logo with newer, nicer, larger version  
15193
15194 2005-03-21 [paul]       1.9.6cvs8
15195
15196         * src/gtk/about.c
15197                 cosmetic improvement
15198
15199 2005-03-21 [holger]     1.9.6cvs7
15200
15201         * src/plugins/spamassassin/spamassassin.c
15202                 Sync with HEAD
15203                 (unregister hook on failed plugin init)
15204
15205 2005-03-20 [colin]      1.9.6cvs6
15206
15207         * src/common/plugin.c
15208                 Check that plugin isn't already loaded
15209                 Patch by Alfons
15210
15211 2005-03-20 [thorsten]   1.9.6cvs5
15212
15213         * src/compose.c
15214                 use a more compatible syntax
15215
15216 2005-03-20 [thorsten]   1.9.6cvs4
15217
15218         * src/prefs_toolbar.c
15219                 fix crash when selecting toolbar item (uninitialized pointer)
15220
15221 2005-03-20 [thorsten]   1.9.6cvs3
15222
15223         * src/procmime.c
15224                 fix mimetype detection (referenced free()d string)
15225
15226 2005-03-20 [paul]       1.9.6cvs2
15227
15228         * src/compose.c
15229                 sync with HEAD (1.0.3cvs5)
15230                 neglect Reply-To header if empty
15231                 Patch by Alfons 
15232
15233 2005-03-19 [holger]     1.9.6cvs1
15234
15235         * src/summaryview.c
15236         * src/summaryview.h
15237                 Sync with HEAD
15238
15239 2005-03-18 [paul]       1.9.6
15240
15241         initial GTK2 release
15242
15243 2005-03-18 [paul]       1.0.3cvs3.1
15244
15245         * AUTHORS
15246         * ChangeLog.claws
15247         * configure.ac
15248         * src/gtk/about.c
15249         * src/pixmaps/sylpheed_logo.xpm
15250                 sync with HEAD
15251
15252 2005-03-18 [colin]      1.0.3cvs2.6
15253
15254         * src/summaryview.c
15255                 Remove call to summary_step in summary_copy_selected_to
15256                 Can't see its purpose, and this causes bug when copying
15257                 a message if the next one is unread: it reads it.
15258
15259 2005-03-18 [paul]       1.0.3cvs2.5
15260
15261         * src/foldersel.c
15262                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15263
15264 2005-03-18 [paul]       1.0.3cvs2.4
15265
15266         * src/addrharvest.c
15267         * src/codeconv.c
15268         * src/codeconv.h
15269         * src/compose.c
15270         * src/news.c
15271         * src/procheader.c
15272         * src/procmime.c
15273         * src/unmime.c
15274         * src/unmime.h
15275                 fix buffer overflow, CAN-2005-0667, see
15276                 http://secunia.com/advisories/14491/
15277                 Patch by Alfons
15278
15279 2005-03-17 [colin]      1.0.3cvs2.3
15280
15281         * src/prefs_fonts.c
15282         * src/summaryview.c
15283                 Fix font bugs (both lists now officialy share 
15284                 the same font)
15285                 
15286
15287 2005-03-17 [paul]       1.0.3cvs2.2
15288
15289         * src/gtk/pluginwindow.c
15290                 make plugin descriptions uneditable
15291
15292 2005-03-11 [paul]       1.0.3cvs2.1
15293
15294         * ChangeLog.claws
15295         * configure.ac
15296         * po/POTFILES.in
15297         * src/plugins/trayicon/trayicon.c
15298                 sync with HEAD
15299                 add src/wizard.c to POTFILES.in
15300
15301 2005-03-11 [paul]       1.0.3cvs1.1
15302
15303         * ChangeLog
15304         * ChangeLog.claws
15305         * configure.ac
15306         * po/de.po
15307         * po/es.po
15308         * po/fr.po
15309         * po/it.po
15310         * po/pt_BR.po
15311         * po/ru.po
15312         * po/sk.po
15313         * po/sr.po
15314         * po/zh_CN.po
15315                 sync with HEAD
15316
15317 2005-03-04 [colin]      1.0.1cvs22.2
15318
15319         * src/compose.c
15320                 Fix signatures with accentued chars in it
15321
15322 2005-03-04 [colin]      1.0.1cvs22.1
15323
15324         * src/common/smtp.c
15325         * src/common/smtp.h
15326                 Don't use SIZE param in MAIL FROM: if server 
15327                 doesn't support it. Patch by Eugen Freiter
15328                 <eugen_f@users.sf.net>
15329
15330 2005-02-27 [paul]       1.0.1cvs20.1
15331
15332         * ChangeLog.claws
15333         * configure.ac
15334         * src/messageview.c
15335                 sync with HEAD
15336
15337 2005-02-27 [colin]      1.0.1cvs19.4
15338
15339         * src/procheader.c
15340         * src/procheader.h
15341                 Fix prototypes. Patch by Alfons
15342
15343 2005-02-27 [colin]      1.0.1cvs19.3
15344
15345         * src/compose.c
15346                 Don't auto-join the signature separator.
15347
15348 2005-02-26 [colin]      1.0.1cvs19.2
15349
15350         * src/summaryview.c
15351                 Fix 'mark all read' with collapsed threads.
15352                 Patch by Alfons.
15353
15354 2005-02-25 [paul]       1.0.1cvs19.1
15355
15356         * ChangeLog.claws
15357         * configure.ac
15358         * src/prefs_account.c
15359         * src/prefs_folder_item.c
15360         * src/gtk/prefswindow.c
15361         * src/gtk/prefswindow.h
15362                 sync with HEAD
15363
15364 2005-02-25 [paul]       1.0.1cvs15.12
15365
15366         * src/alertpanel.c
15367         * src/codeconv.c
15368         * src/compose.c
15369         * src/textview.c
15370         * src/gtk/gtkutils.c
15371         * src/gtk/gtkutils.h
15372         * src/gtk/logwindow.c
15373         * src/gtk/progressdialog.c
15374                 sync with main (revision 127)
15375                 and fix logwindow clipping
15376
15377 2005-02-24 [colin]      1.0.1cvs15.11
15378
15379         * src/plugins/pgpmime/passphrase.c
15380                 Disable input grabbing; it doesn't work yet.
15381
15382 2005-02-24 [colin]      1.0.1cvs15.10
15383
15384         * src/messageview.c
15385                 Don't send out receipts if offline. Ask.
15386
15387 2005-02-23 [colin]      1.0.1cvs15.9
15388
15389         * src/summaryview.c     
15390                 Fix expanding
15391
15392 2005-02-23 [colin]      1.0.1cvs15.8
15393
15394         * src/summaryview.c
15395                 Really fix Bug 568 by removing useless
15396                 calls. summary_thread_init() now called
15397                 in summary_sort(). This should please
15398                 Alfons as it should be faster than 
15399                 previously.
15400
15401 2005-02-23 [colin]      1.0.1cvs15.7
15402
15403         * src/compose.c
15404                 Encode parts as QP or B64 if signing
15405
15406 2005-02-23 [colin]      1.0.1cvs15.6
15407
15408         * src/compose.c
15409                 Fix Mimeinfo leakage (including tmp files)
15410         * src/procmsg.c
15411                 Fix tmp file leakage (spotted by Ivan Rayner)
15412
15413 2005-02-22 [colin]      1.0.1cvs15.5
15414
15415         * src/expldifdlg.c
15416                 Fix keyboard input. Patch by Alfons.
15417
15418 2005-02-21 [colin]      1.0.1cvs15.4
15419
15420         * src/compose.c
15421                 Fix Sign/Encrypt when unselecting privacy
15422                 system
15423         * src/prefs_common.c
15424                 Change default message font to Monospace
15425         * src/summaryview.c
15426                 More freezing during potentially large operations
15427
15428 2005-02-21 [paul]       1.0.1cvs15.3
15429
15430         * src/main.c
15431                 fix --help output
15432
15433 2005-02-21 [paul]       1.0.1cvs15.2
15434
15435         * po/Makefile.in.in
15436         * src/compose.c
15437         * src/summaryview.c
15438         * src/textview.c
15439         * src/common/utils.c
15440         * src/common/utils.h
15441                 sync with main (revision 117)
15442
15443 2005-02-20 [colin]      1.0.1cvs15.1
15444
15445         * src/common/defs.h
15446                 Change cache file to .sylpheed_claws_cache, as
15447                 suggested by Alfons. Allows people to switch
15448                 between Sylpheed and Sylpheed-Claws. it is
15449                 a good idea to "Check for new messages" at next
15450                 startup.
15451
15452
15453 2005-02-18 [colin]      1.0.1cvs14.1
15454
15455         * src/quote_fmt_lex.l
15456         * src/quote_fmt_parse.y
15457                 Fix parser initialisation. Patch by Ivan.
15458
15459 2005-02-18 [colin]      1.0.1cvs11.6
15460
15461         * src/folderview.c
15462                 Fix scrolldown (bug 662)
15463
15464 2005-02-17 [colin]      1.0.1cvs11.5
15465
15466         * src/codeconv.c
15467                 conv_filename_to_utf8: return clean 7bit instead
15468                 of broken utf8 if needed
15469         * src/mimeview.c
15470                 Fix display of parts with unclean 8bit names
15471
15472 2005-02-17 [paul]       1.0.1cvs11.4
15473
15474         * src/compose.c
15475         * src/exportldif.c
15476         * src/matcher_parser_parse.y
15477         * src/procmime.c
15478         * src/sourcewindow.c
15479         * src/common/Makefile.am
15480         * src/common/intl.h             ** REMOVED **
15481         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15482                 sync with main (revision 109)
15483                 and clean up
15484
15485 2005-02-16 [colin]      1.0.1cvs11.3
15486
15487         * src/summaryview.c
15488                 Fix collapsed thread not highlighting when new
15489                 messages in it (Bug 568) Patch by Stephan Sachse.
15490                 Fix messed up selection when reaching bounds (Bug 632)
15491         * src/prefs_themes.c
15492                 Fix theme installing (Bug 684)
15493
15494 2005-02-16 [colin]      1.0.1cvs11.2
15495
15496         * src/messageview.c
15497                 Fix messageview_select_all
15498
15499 2005-02-16 [colin]      1.0.1cvs11.1
15500
15501         * src/mh.c
15502                 Sync with HEAD (MH scan required function)
15503
15504 2005-02-15 [colin]      1.0.1cvs8.1
15505
15506         * src/mimeview.c
15507         * src/common/utils.c
15508                 Sync with HEAD (filename chars substitution)
15509
15510 2005-02-15 [colin]      1.0.1cvs7.3
15511
15512         * src/gtk/pluginwindow.c
15513                 Fix button spacing
15514
15515 2005-02-15 [colin]      1.0.1cvs7.2
15516
15517         * src/mimeview.c
15518                 Fix mime icons not reset across message when
15519                 scrolled down
15520
15521 2005-02-15 [colin]      1.0.1cvs7.1
15522
15523         * src/compose.c
15524         * src/procmime.c
15525                 Sync with HEAD (optimisation of cvs6)
15526
15527 2005-02-14 [colin]      1.0.1cvs6.1
15528
15529         * src/compose.c
15530         * src/procmime.c
15531                 Sync with HEAD (encode "From " at line beginning)
15532
15533 2005-02-14 [colin]      1.0.1cvs5.3
15534
15535         * src/compose.c
15536                 Fix wrapping with accentued chars.
15537
15538 2005-02-13 [colin]      1.0.1cvs5.2
15539
15540         * src/textview.c
15541                 Fix email informative part parsing with
15542                 accentued chars in it. ispunct() returns
15543                 true for them in utf8...
15544
15545 2005-02-12 [colin]      1.0.1cvs5.1
15546
15547         * src/filtering.c
15548                 Sync with HEAD (remove wrong use of compose after send)
15549
15550 2005-02-12 [paul]       1.0.1cvs4.5
15551
15552         * src/textview.c
15553                 remove unnecessary code (thanks to Alfons)
15554
15555 2005-02-12 [paul]       1.0.1cvs4.4
15556
15557         * src/textview.c
15558                 add 'Copy' to contextual menu on emails
15559
15560 2005-02-11 [colin]      1.0.1cvs4.3
15561
15562         * src/compose.c
15563                 revert 1.0.0cvs28.2, it doesn't work that well.
15564
15565 2005-02-11 [paul]       1.0.1cvs4.2
15566
15567         * po/Makefile.in.in
15568                 fix 'make release'
15569
15570 2005-02-10 [paul]       1.0.1cvs4.1
15571
15572         * ChangeLog
15573         * ChangeLog.claws
15574         * ChangeLog.jp
15575         * configure.ac
15576         * src/compose.c
15577                 sync with HEAD (sync with main)
15578
15579 2005-02-10 [paul]       1.0.1cvs3.2
15580
15581         * AUTHORS
15582         * Makefile.am
15583         * autogen.sh
15584         * configure.ac
15585         * config/mkinstalldirs
15586         * intl/.cvsignore
15587         * intl/ChangeLog
15588         * intl/VERSION
15589         * intl/bindtextdom.c
15590         * intl/config.charset
15591         * intl/dcgettext.c
15592         * intl/dcigettext.c
15593         * intl/dcngettext.c
15594         * intl/dgettext.c
15595         * intl/dngettext.c
15596         * intl/eval-plural.h
15597         * intl/explodename.c
15598         * intl/finddomain.c
15599         * intl/gettext.c
15600         * intl/gettextP.h
15601         * intl/gmo.h
15602         * intl/hash-string.h
15603         * intl/intl-compat.c
15604         * intl/l10nflist.c
15605         * intl/libgnuintl.h.in
15606         * intl/loadinfo.h
15607         * intl/loadmsgcat.c
15608         * intl/localcharset.c
15609         * intl/localcharset.h
15610         * intl/locale.alias
15611         * intl/localealias.c
15612         * intl/localename.c
15613         * intl/log.c
15614         * intl/ngettext.c
15615         * intl/os2compat.c
15616         * intl/os2compat.h
15617         * intl/osdep.c
15618         * intl/plural-exp.c
15619         * intl/plural-exp.h
15620         * intl/plural.c
15621         * intl/plural.y
15622         * intl/ref-add.sin
15623         * intl/ref-del.sin
15624         * intl/relocatable.c
15625         * intl/relocatable.h
15626         * intl/textdomain.c
15627         * m4/Makefile.am
15628         * po/Makefile.in.in
15629         * src/Makefile.am
15630         * src/account.c
15631         * src/action.c
15632         * src/addr_compl.c
15633         * src/addressadd.c
15634         * src/addressbook.c
15635         * src/addrgather.c
15636         * src/addrindex.c
15637         * src/alertpanel.c
15638         * src/browseldap.c
15639         * src/codeconv.c
15640         * src/codeconv.h
15641         * src/compose.c
15642         * src/compose.h
15643         * src/crash.c
15644         * src/editaddress.c
15645         * src/editbook.c
15646         * src/editgroup.c
15647         * src/editjpilot.c
15648         * src/editldap.c
15649         * src/editldap_basedn.c
15650         * src/editvcard.c
15651         * src/exphtmldlg.c
15652         * src/expldifdlg.c
15653         * src/export.c
15654         * src/exporthtml.c
15655         * src/filtering.c
15656         * src/folder.c
15657         * src/folder_item_prefs.c
15658         * src/foldersel.c
15659         * src/folderview.c
15660         * src/grouplistdialog.c
15661         * src/headerview.c
15662         * src/imap.c
15663         * src/imap_gtk.c
15664         * src/import.c
15665         * src/importldif.c
15666         * src/importmutt.c
15667         * src/importpine.c
15668         * src/inc.c
15669         * src/ldif.c
15670         * src/main.c
15671         * src/mainwindow.c
15672         * src/matcher.c
15673         * src/mbox.c
15674         * src/message_search.c
15675         * src/messageview.c
15676         * src/mh.c
15677         * src/mh_gtk.c
15678         * src/mimeview.c
15679         * src/msgcache.c
15680         * src/news.c
15681         * src/news_gtk.c
15682         * src/noticeview.c
15683         * src/partial_download.c
15684         * src/pop.c
15685         * src/prefs_account.c
15686         * src/prefs_actions.c
15687         * src/prefs_common.c
15688         * src/prefs_customheader.c
15689         * src/prefs_display_header.c
15690         * src/prefs_ext_prog.c
15691         * src/prefs_filtering.c
15692         * src/prefs_filtering_action.c
15693         * src/prefs_folder_item.c
15694         * src/prefs_fonts.c
15695         * src/prefs_gtk.c
15696         * src/prefs_matcher.c
15697         * src/prefs_msg_colors.c
15698         * src/prefs_spelling.c
15699         * src/prefs_summary_column.c
15700         * src/prefs_template.c
15701         * src/prefs_themes.c
15702         * src/prefs_toolbar.c
15703         * src/prefs_wrapping.c
15704         * src/privacy.c
15705         * src/procheader.c
15706         * src/procmime.c
15707         * src/procmsg.c
15708         * src/quote_fmt.c
15709         * src/recv.c
15710         * src/send_message.c
15711         * src/setup.c
15712         * src/sourcewindow.c
15713         * src/ssl_manager.c
15714         * src/statusbar.c
15715         * src/summary_search.c
15716         * src/summaryview.c
15717         * src/textview.c
15718         * src/toolbar.c
15719         * src/wizard.c
15720         * src/common/nntp.c
15721         * src/common/plugin.c
15722         * src/common/smtp.c
15723         * src/common/ssl.c
15724         * src/common/ssl_certificate.c
15725         * src/common/string_match.c
15726         * src/common/sylpheed.c
15727         * src/common/template.c
15728         * src/common/utils.c
15729         * src/gtk/about.c
15730         * src/gtk/colorlabel.c
15731         * src/gtk/description_window.c
15732         * src/gtk/filesel.c
15733         * src/gtk/foldersort.c
15734         * src/gtk/gtkaspell.c
15735         * src/gtk/gtkutils.c
15736         * src/gtk/inputdialog.c
15737         * src/gtk/logwindow.c
15738         * src/gtk/menu.c
15739         * src/gtk/pluginwindow.c
15740         * src/gtk/prefswindow.c
15741         * src/gtk/progressdialog.c
15742         * src/gtk/quicksearch.c
15743         * src/gtk/sslcertwindow.c
15744         * src/plugins/clamav/clamav_plugin.c
15745         * src/plugins/clamav/clamav_plugin_gtk.c
15746         * src/plugins/demo/demo.c
15747         * src/plugins/dillo_viewer/dillo_prefs.c
15748         * src/plugins/dillo_viewer/dillo_viewer.c
15749         * src/plugins/image_viewer/plugin.c
15750         * src/plugins/image_viewer/viewer.c
15751         * src/plugins/image_viewer/viewerprefs.c
15752         * src/plugins/mathml_viewer/mathml_viewer.c
15753         * src/plugins/pgpmime/passphrase.c
15754         * src/plugins/pgpmime/plugin.c
15755         * src/plugins/pgpmime/prefs_gpg.c
15756         * src/plugins/pgpmime/select-keys.c
15757         * src/plugins/pgpmime/sgpgme.c
15758         * src/plugins/spamassassin/spamassassin.c
15759         * src/plugins/spamassassin/spamassassin_gtk.c
15760         * src/plugins/trayicon/trayicon.c
15761                 sync with main (revision 104)
15762
15763 2005-02-10 [colin]      1.0.1cvs3.1
15764
15765         * src/mainwindow.c
15766                 Sync with HEAD (fix occasional crasher)
15767
15768 2005-02-10 [colin]      1.0.1cvs2.1
15769
15770         * src/messageview.c
15771                 Synw with HEAD (don't automatically display html)
15772
15773 2005-02-09 [colin]      1.0.1cvs1.3
15774
15775         * src/textview.c
15776         * src/textview.h
15777                 Add contextual menu on emails
15778
15779 2005-02-09 [colin]      1.0.1cvs1.2
15780
15781         * src/codeconv.c
15782                 Fix converting from broken headers and 
15783                 put back the _ in missing places
15784                 (feature broke with cvs24.2 sync, main 
15785                  possibly affected?)
15786
15787 2005-02-09 [colin]      1.0.1cvs1.1
15788
15789         * src/messageview.c
15790         * src/mimeview.c
15791         * src/mimeview.h
15792                 Sync with HEAD (display non text/plain mails with plugin)
15793
15794 2005-02-08 [colin]      1.0.1.1
15795
15796         * ChangeLog.claws
15797         * po/pt_BR.po
15798                 Sync with HEAD
15799         * configure.ac
15800                 Make default configuration directory 
15801                 be .sylpheed-gtk2
15802
15803 2005-02-08 [colin]      1.0.0cvs29.1
15804
15805         * po/de.po
15806         * po/es.po
15807         * po/fr.po
15808         * po/it.po
15809         * po/sk.po
15810         * po/sr.po
15811                 Sync translations with HEAD
15812
15813 2005-02-06 [colin]      1.0.0cvs28.3
15814
15815         * src/compose.c
15816                 Make compose a bit faster - patch by Alfons.
15817
15818 2005-02-06 [colin]      1.0.0cvs28.2
15819
15820         * src/compose.c
15821                 Make pasting via middle-click more reliable
15822
15823 2005-02-05 [paul]       1.0.0cvs28.1
15824
15825         * ChangeLog
15826         * ChangeLog.claws
15827         * ChangeLog.jp
15828         * configure.ac
15829         * src/compose.c
15830                 sync with HEAD
15831                 (fix bug 682 'redirect is broken'
15832
15833 2005-02-05 [torte]      1.0.0cvs27.1
15834
15835         * ChangeLog.claws
15836         * configure.ac
15837         * src/partial_download.c
15838                 Sync with HEAD (fix buf overflow)
15839
15840 2005-02-03 [colin]      1.0.0cvs26.1
15841
15842         * src/common/plugin.c
15843                 Sync with HEAD (avoid plugin mismatches)
15844
15845 2005-02-03 [paul]       1.0.0cvs25.3
15846
15847         * src/folderview.c
15848         * src/headerview.c
15849         * src/summaryview.c
15850         * src/textview.c
15851         * src/gtk/colorlabel.c
15852                 third and final part of initial sync with main-gtk2
15853
15854 2005-02-03 [paul]       1.0.0cvs25.2
15855
15856         * src/jpilot.c
15857                 fix building with jpilot support
15858
15859 2005-02-02 [colin]      1.0.0cvs25.1
15860
15861         * src/messageview.c
15862                 Sync with HEAD (fix dangerous typo)
15863
15864 2005-02-01 [colin]      1.0.0cvs24.3
15865
15866         * src/common/xml.c
15867                 Write file as advertised (UTF-8)
15868
15869 2005-02-01 [paul]       1.0.0cvs24.2
15870
15871         * src/addrbook.c
15872         * src/addrindex.c
15873         * src/alertpanel.h
15874         * src/codeconv.c
15875         * src/codeconv.h
15876         * src/compose.c
15877         * src/export.c
15878         * src/folder_item_prefs.c
15879         * src/html.c
15880         * src/imap.c
15881         * src/import.c
15882         * src/jpilot.c
15883         * src/mainwindow.c
15884         * src/matcher_parser_lex.l
15885         * src/messageview.c
15886         * src/mh.c
15887         * src/prefs_account.c
15888         * src/prefs_actions.c
15889         * src/prefs_common.c
15890         * src/prefs_gtk.c
15891         * src/prefs_gtk.h
15892         * src/prefs_themes.c
15893         * src/procheader.c
15894         * src/procmime.c
15895         * src/sourcewindow.c
15896         * src/statusbar.c
15897         * src/summaryview.c
15898         * src/textview.c
15899         * src/toolbar.c
15900         * src/unmime.c
15901         * src/common/template.c
15902         * src/common/utils.c
15903         * src/common/xml.c
15904         * src/common/xml.h
15905         * src/gtk/gtkaspell.c
15906         * src/plugins/clamav/clamav_plugin.c
15907         * src/plugins/dillo_viewer/dillo_prefs.c
15908         * src/plugins/image_viewer/viewerprefs.c
15909         * src/plugins/pgpmime/passphrase.c
15910         * src/plugins/pgpmime/prefs_gpg.c
15911         * src/plugins/pgpmime/select-keys.c
15912         * src/plugins/spamassassin/spamassassin.c
15913                 second part of initial sync with main-gtk2
15914                 (more to follow)
15915
15916 2005-01-31 [colin]      1.0.0cvs24.1
15917
15918         * src/compose.c
15919                 Sync with HEAD
15920
15921 2005-01-29 [paul]       1.0.0cvs23.2
15922
15923         * src/account.c
15924         * src/action.c
15925         * src/addressadd.c
15926         * src/addressbook.c
15927         * src/alertpanel.c
15928         * src/compose.c
15929         * src/editaddress.c
15930         * src/editbook.c
15931         * src/editgroup.c
15932         * src/editjpilot.c
15933         * src/editldap.c
15934         * src/editldap_basedn.c
15935         * src/editvcard.c
15936         * src/export.c
15937         * src/foldersel.c
15938         * src/grouplistdialog.c
15939         * src/import.c
15940         * src/importldif.c
15941         * src/inc.c
15942         * src/main.c
15943         * src/mainwindow.c
15944         * src/message_search.c
15945         * src/messageview.c
15946         * src/mimeview.c
15947         * src/prefs_actions.c
15948         * src/prefs_common.c
15949         * src/prefs_common.h
15950         * src/prefs_customheader.c
15951         * src/prefs_display_header.c
15952         * src/prefs_filtering.c
15953         * src/prefs_filtering_action.c
15954         * src/prefs_gtk.c
15955         * src/prefs_matcher.c
15956         * src/prefs_summary_column.c
15957         * src/prefs_template.c
15958         * src/sourcewindow.c
15959         * src/summary_search.c
15960         * src/summaryview.c
15961         * src/textview.c
15962         * src/gtk/about.c
15963         * src/gtk/description_window.c
15964         * src/gtk/gtkshruler.c
15965         * src/gtk/gtkutils.c
15966         * src/gtk/gtkutils.h
15967         * src/gtk/inputdialog.c
15968         * src/gtk/logwindow.c
15969         * src/gtk/prefswindow.c
15970         * src/gtk/progressdialog.c
15971         * src/gtk/progressdialog.h
15972                 first part of initial sync with main-gtk2
15973                 (more to follow)
15974
15975 2005-01-28 [colin]      1.0.0cvs23.1
15976
15977         * src/folderview.c
15978                 Sync with HEAD
15979
15980 2005-01-27 [colin]      1.0.0cvs21.1
15981
15982         * src/folder.c
15983         * src/folderview.c
15984                 Sync with HEAD
15985
15986 2005-01-27 [colin]      1.0.0cvs19.1
15987
15988         * src/procmime.c
15989                 Sync with HEAD
15990
15991 2005-01-27 [colin]      1.0.0cvs18.1
15992
15993         * src/messageview.c
15994         * src/summaryview.c
15995         * src/mainwindow.c
15996         * src/compose.c
15997         * src/compose.h
15998         * src/procmsg.c
15999         * src/procmsg.h
16000         * src/toolbar.c
16001                 Sync with HEAD
16002
16003 2005-01-26 [paul]       1.0.0cvs15.2
16004
16005         * src/compose.c
16006                 compose_entries_set(): convert subject and body to
16007                 utf8 if necessary. patch by Felix Eckhofer
16008
16009 2005-01-26 [paul]       1.0.0cvs15.1
16010
16011         * configure.ac
16012         * src/common/template.c
16013                 sync with HEAD (fix memory leak)
16014
16015 2005-01-25 [paul]       1.0.0cvs14.1
16016
16017         * configure.ac
16018         * src/compose.c
16019                 sync with HEAD
16020
16021 2005-01-24 [colin]      1.0.0cvs13.1
16022
16023         * src/summaryview.c
16024                 Sync with HEAD
16025
16026 2005-01-24 [paul]       1.0.0cvs12.1
16027
16028         * configure.ac
16029         * src/messageview.c
16030         * src/mh.c
16031         * src/common/utils.c
16032                 sync with HEAD
16033
16034 2005-01-24 [colin]      1.0.0cvs11.1
16035
16036         * src/procheader.c
16037                 Sync with HEAD
16038
16039 2005-01-24 [colin]      1.0.0cvs10.1
16040
16041         * src/folderview.c
16042                 Sync with HEAD
16043
16044 2005-01-23 [colin]      1.0.0cvs9.1
16045
16046         * src/crash.c
16047                 Sync with HEAD
16048
16049 2005-01-22 [colin]      1.0.0cvs8.1
16050
16051         * src/summaryview.c
16052         * src/gtk/quicksearch.c
16053                 Sync with HEAD
16054
16055 2005-01-21 [colin]      1.0.0cvs7.1
16056
16057         * src/summaryview.c
16058                 Sync with HEAD
16059
16060 2005-01-21 [colin]      1.0.0cvs6.1
16061
16062         * src/summaryview.c
16063                 Sync with HEAD
16064
16065 2005-01-21 [colin]      1.0.0cvs5.1
16066
16067         * src/gtk/quicksearch.c
16068         * src/prefs_common.c
16069         * src/prefs_common.h
16070                 Sync with HEAD (recurse option)
16071
16072 2005-01-21 [colin]      1.0.0cvs4.1
16073
16074         * src/folder.h
16075         * src/folderview.c
16076         * src/folderview.h
16077         * src/summaryview.c
16078         * src/gtk/quicksearch.c
16079         * src/gtk/quicksearch.h
16080                 Sync with HEAD (recursive quicksearch)
16081
16082 2005-01-20 [colin]      1.0.0cvs3.4
16083
16084         * src/ssl_manager.c
16085                 Remove useless code
16086
16087 2005-01-20 [colin]      1.0.0cvs3.3
16088
16089         * src/ssl_manager.c
16090                 Fix leak, thanks to Alfons.
16091
16092 2005-01-20 [colin]      1.0.0cvs3.2
16093
16094         * src/ssl_manager.c
16095                 Port SSL certificate window to GTK2.
16096
16097 2005-01-20 [paul]       1.0.0cvs3.1
16098
16099         * ChangeLog.claws
16100         * configure.ac
16101         * src/addrindex.c
16102         * src/addrindex.h
16103                 sync with HEAD
16104
16105 2005-01-19 [colin]      1.0.0cvs2.2
16106
16107         * src/plugins/trayicon/trayicon.c
16108                 Fix freeze with gtk-2.6, the easy way
16109                 (signal blocking helpless there...)
16110                 Closes bug #668.
16111
16112 2005-01-19 [colin]      1.0.0cvs2.1
16113
16114         * src/mbox.c
16115         * src/mbox.h
16116         * src/mainwindow.c
16117         * src/summaryview.c
16118         * src/summaryview.h
16119                 Sync with HEAD
16120
16121 2005-01-19 [paul]       1.0.0cvs1.1
16122
16123         * configure.ac
16124         * po/de.po
16125         * po/es.po
16126         * po/fr.po
16127         * po/hr.po
16128         * po/it.po
16129         * po/ja.po
16130         * po/ko.po
16131         * po/pt_BR.po
16132         * po/ru.po
16133         * po/sk.po
16134         * po/sr.po
16135                 sync with HEAD (update translations)
16136
16137 2005-01-18 [colin]      1.0.0cvs0.1
16138
16139         * src/foldersel.c
16140                 Specify search column - patch by Alfons
16141
16142 2005-01-18 [colin]      0.9.13cvs36.3
16143
16144         * src/prefs_toolbar.c
16145                 Change Delete to Remove
16146         * src/prefs_fonts.c
16147                 GTK2 version and leak fixes
16148         * src/prefs_actions.c
16149                 Add stock buttons.
16150                 All patches by Alfons
16151
16152 2005-01-17 [colin]      0.9.13cvs36.2
16153
16154         * src/compose.c
16155                 Fix DnD inserting twice. While at it,
16156                 add DnD support for text/plain in the
16157                 body, and add support in the headers.
16158
16159 2005-01-16 [colin]      0.9.13cvs36.1
16160
16161         * ChangeLog
16162         * ChangeLog.jp
16163         * ChangeLog.claws
16164                 Sync with HEAD (nothing applicable)
16165
16166 2005-01-16 [colin]      0.9.13cvs33.2
16167
16168         * src/prefs_toolbar.c
16169                 GTK2ize prefs_toolbar, by Alfons.
16170
16171 2005-01-14 [colin]      0.9.13cvs33.1
16172
16173         * src/html.c
16174         * src/msgcache.c
16175                 Sync with HEAD
16176
16177 2005-01-14 [colin]      0.9.13cvs32.1
16178
16179         * src/html.c
16180         * src/html.h
16181         * src/msgcache.c
16182         * AUTHORS
16183         * tools/calypso_convert.pl
16184                 Sync with HEAD
16185
16186 2005-01-08 [colin]      0.9.13cvs29.2
16187
16188         * src/prefs_filtering_action.c
16189         * src/prefs_filtering.c
16190                 2 more gtk2 patches by Alfons
16191
16192 2005-01-07 [paul]       0.9.13cvs29.1
16193
16194         * ChangeLog
16195         * ChangeLog.claws
16196         * ChangeLog.jp
16197         * configure.ac
16198         * src/pop.c
16199         * src/pop.h
16200                 sync with HEAD
16201
16202 2005-01-07 [colin]      0.9.13cvs28.3
16203
16204         * src/gtk/progressdialog.c
16205         * src/gtk/progressdialog.h
16206         * src/inc.c
16207         * src/send_message.c
16208                 GTK2 for the incorporation dialog. The CList isn't dead
16209                 yet, for a more smooth migration. Patch by Alfons.
16210
16211 2005-01-06 [colin]      0.9.13cvs28.2
16212
16213         * src/prefs_display_header.c
16214                 GTK2 conversion by Alfons
16215         * src/prefs_actions.c
16216         * src/prefs_matcher.c
16217                 Fix 2 leaks - patch by Alfons
16218
16219 2005-01-06 [colin]      0.9.13cvs28.1
16220
16221         * src/prefs_matcher.c
16222                 Sync with HEAD
16223
16224 2005-01-06 [colin]      0.9.13cvs27.4
16225
16226         * src/prefs_matcher.c
16227                 Fix double-free. Patch by Alfons
16228
16229 2005-01-06 [colin]      0.9.13cvs27.3
16230
16231         * src/prefs_matcher.c
16232                 GTK2 widgets + memleak
16233                 Patch by Alfons
16234
16235 2005-01-05 [colin]      0.9.13cvs27.2
16236
16237         * src/account.c
16238         * src/addr_compl.c
16239         * src/foldersel.c
16240         * src/stock_pixmap.c
16241         * src/stock_pixmap.h
16242                 3 more GTK2 patches by Alfons.
16243
16244 2005-01-04 [colin]      0.9.13cvs27.1
16245
16246         * src/folderview.c
16247         * src/imap_gtk.c
16248         * src/news_gtk.c
16249                 Sync with HEAD
16250
16251 2005-01-04 [colin]      0.9.13cvs25.9
16252
16253         * src/compose.c
16254                 Fix Show Ruler menuitem
16255         * src/prefs_template.c
16256                 Convert to GTK2
16257         * src/common/utils.c
16258                 Make auto pointer stuff handles NULLs
16259                 Patches by Alfons.
16260
16261 2005-01-04 [colin]      0.9.13cvs25.8
16262
16263         * src/compose.c
16264                 Move the attachment list to gtk2
16265                 Patch by Alfons.
16266
16267 2005-01-04 [colin]      0.9.13cvs25.7
16268
16269         * src/textview.c
16270                 Make some keys work again
16271                 Patch by SungHyun Nam <namsh@kldp.org>
16272
16273 2005-01-04 [colin]      0.9.13cvs25.6
16274
16275         * src/gtk/gtkshruler.c
16276                 Move the ruler to GTK2
16277                 Patch by Alfons
16278
16279 2005-01-03 [colin]      0.9.13cvs25.5
16280
16281         * src/compose.c
16282                 Fix my broken patch apply 
16283
16284 2005-01-03 [colin]      0.9.13cvs25.4
16285
16286         * src/common/utils.c
16287         * src/common/utils.h
16288         * src/gtk/prefswindow.c
16289                 Move auto pointer stuff to utils.c
16290                 Patch by Alfons again :)
16291
16292 2005-01-03 [colin]      0.9.13cvs25.3
16293
16294         * src/compose.c
16295         * src/prefs_gtk.c
16296         * src/prefs_template.c
16297         * src/textview.c
16298                 Empty text widgets with empty strings, not NULL char
16299                 Patch by SungHyun Nam <namsh@kldp_org>
16300
16301 2005-01-03 [colin]      0.9.13cvs25.2
16302
16303         * src/main.c
16304         * AUTHORS
16305                 Sync with HEAD
16306
16307 2005-01-03 [colin]      0.9.13cvs25.1
16308
16309         * src/pop.c
16310         * src/pop.h
16311                 Sync with HEAD
16312
16313 2005-01-03 [colin]      0.9.13cvs24.3
16314
16315         * src/account.c
16316                 Two patches from Alfons and Alex S Moore:
16317                 fix images, fix return value.
16318
16319 2005-01-01 [colin]      0.9.13cvs24.2
16320
16321         * src/prefs_actions.c
16322                 Fix over-zealous assertion. Patch by Alfons
16323
16324 2005-01-01 [colin]      0.9.13cvs24.1
16325
16326         * src/procmime.c
16327                 Sync with HEAD (leak fix)
16328
16329 2004-12-31 [colin]      0.9.13cvs23.2
16330
16331         * src/prefs_common.c
16332                 GTK2 widgets + stock buttons - patch by Alfons
16333
16334 2004-12-31 [paul]       0.9.13cvs23.1
16335
16336         * configure.ac
16337                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16338         * src/gtk/pluginwindow.c
16339                 use GTK2 widgets and plug memory leaks,
16340                 patches by Alfons
16341
16342 2004-12-30 [colin]      0.9.13cvs22.4
16343
16344         * src/account.c
16345         * src/action.c
16346         * src/export.c
16347         * src/foldersel.c
16348         * src/import.c
16349         * src/message_search.c
16350         * src/prefs_actions.c
16351         * src/prefs_common.c
16352         * src/prefs_customheader.c
16353         * src/prefs_filtering.c
16354         * src/prefs_summary_column.c
16355         * src/summary_search.c
16356         * src/gtk/about.c
16357         * src/gtk/description_window.c
16358         * src/gtk/gtkutils.c
16359         * src/gtk/gtkutils.h
16360         * src/gtk/inputdialog.c
16361         * src/gtk/prefswindow.c
16362                 Use GTK2 stock buttons. Patches by Alfons.
16363
16364 2004-12-30 [colin]      0.9.13cvs22.3
16365
16366         * src/account.c
16367                 Sync with HEAD
16368         * src/prefs_actions.c
16369         * src/prefs_customheader.c
16370         * src/prefs_filtering.c
16371         * src/prefs_msg_colors.c
16372         * src/prefs_summary_column.c
16373         * src/gtk/prefswindow.c
16374                 Use GtkTreeView instead of deprecated 
16375                 widgets. Patches by Alfons.
16376
16377 2004-12-30 [paul]       0.9.13cvs22.2
16378
16379         * src/foldersel.c
16380                 use GTK 2 Tree View
16381                 patch by Alfons, with root folder sorting fix
16382                 by Stephan Sachse
16383
16384 2004-12-30 [paul]       0.9.13cvs22.1
16385
16386         * ChangeLog
16387         * ChangeLog.claws
16388         * ChangeLog.jp
16389         * NEWS
16390         * configure.ac
16391         * src/account.c
16392                 sync with HEAD
16393
16394 2004-12-22 [martin]     0.9.13cvs21.2
16395
16396         * src/action.c
16397                 free the command line after its use
16398
16399 2004-12-18 [paul]       0.9.13cvs21.1
16400
16401         * AUTHORS
16402         * ChangeLog
16403         * ChangeLog.claws
16404         * ChangeLog.jp
16405         * NEWS
16406         * configure.ac
16407         * src/action.c
16408         * src/compose.c
16409         * src/syldap.c
16410                 sync with HEAD
16411
16412 2004-12-17 [martin]     0.9.13cvs17.2
16413
16414         * src/action.c
16415                 convert actions input to locale
16416         * src/inc.c
16417                 convert notification command to locale
16418         * src/plugins/pgpmime/select-keys.c
16419                 convert attributes to utf8
16420
16421 2004-12-14 [colin]      0.9.13cvs17.1
16422
16423         * ChangeLog
16424         * ChangeLog.jp
16425         * ChangeLog.claws
16426         * src/action.c
16427         * src/common/utils.c
16428         * src/gtk/prefswindow.c
16429         * src/gtk/gtkutils.c
16430         * src/gtk/gtkutils.h
16431         * src/plugins/spamassassin/libspamc.c
16432                 Sync with HEAD
16433
16434 2004-12-13 [colin]      0.9.13cvs14.1
16435
16436         * src/quote_fmt_parse.y
16437                 Sync with HEAD
16438
16439 2004-12-10 [colin]      0.9.13cvs12.1
16440
16441         * src/prefs_themes.c
16442         * src/mainwindow.c
16443         * src/messageview.c
16444                 Sync with HEAD
16445
16446 2004-12-09 [colin]      0.9.13cvs10.1
16447
16448         * src/procmime.c
16449                 Sync with HEAD (fix B64 encoding from memory)
16450
16451 2004-12-08 [colin]      0.9.13cvs9.1
16452
16453         * src/gtk/colorlabel.c
16454                 Sync with HEAD
16455
16456 2004-12-08 [paul]       0.9.13cvs8.2
16457
16458         * src/gtk/pluginwindow.c
16459                 fix window resizing oddities
16460
16461 2004-12-08 [colin]      0.9.13cvs8.1
16462
16463         * src/quote_fmt_parse.y
16464                 Sync with HEAD
16465
16466 2004-12-08 [colin]      0.9.13cvs7.1
16467
16468         * src/matcher_parser_parse.y
16469         * src/msgcache.c
16470         * src/prefs_matcher.c
16471         * src/procheader.c
16472         * src/matcher.c
16473         * src/common/defs.h
16474         * po/sr.po
16475                 Sync with HEAD
16476
16477 2004-12-08 [colin]      0.9.13cvs6.1
16478
16479         * src/quote_fmt_parse.y
16480         * src/textview.c
16481                 Sync with HEAD
16482         * src/gtk/prefswindow.c
16483         * src/gtk/pluginwindow.c
16484                 Fix G_CALLBACKS protos (thanks to Alfons)
16485
16486 2004-12-07 [torte]      0.9.13cvs2.2
16487
16488         * src/procmime.c
16489                 [Bug 650] reply button causes crash
16490                 Thanks to David Relson and Christoph
16491
16492 2004-12-07 [colin]      0.9.13cvs2.1
16493
16494         * ChangeLog.claws
16495         * AUTHORS
16496         * po/sk.po
16497         * src/procmime.c
16498         * src/prefs_account.c
16499         * src/common/smtp.c
16500         * src/common/smtp.h
16501                 Sync with HEAD
16502
16503 2004-12-06 [colin]      0.9.12cvs187.1
16504
16505         * ChangeLog.claws
16506         * INSTALL
16507         * Makefile.am
16508         * README.claws
16509         * TODO.claws
16510         * configure.ac
16511         * po/bg.po
16512         * po/cs.po
16513         * po/el.po
16514         * po/en_GB.po
16515         * po/es.po
16516         * po/fr.po
16517         * po/hr.po
16518         * po/hu.po
16519         * po/it.po
16520         * po/ja.po
16521         * po/ko.po
16522         * po/nl.po
16523         * po/pl.po
16524         * po/pt_BR.po
16525         * po/ru.po
16526         * po/sk.po
16527         * po/sr.po
16528         * po/sv.po
16529         * po/zh_CN.po
16530         * po/zh_TW.Big5.po
16531         * src/compose.c
16532         * tools/Makefile.am
16533         * tools/README
16534         * tools/filter_conv.pl
16535         * tools/kdeservicemenu/README
16536         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16537         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16538                 Sync with HEAD
16539
16540 2004-12-04 [colin]      0.9.12cvs183.1
16541
16542         * src/compose.c
16543                 Sync with HEAD (compose window position saving)
16544
16545 2004-12-04 [paul]       0.9.12cvs182.3
16546
16547         * src/messageview.c
16548         * src/mimeview.c
16549         * src/prefs_customheader.c
16550         * src/gtk/quicksearch.c
16551                 replace some forgotten GTK_SIGNAL_FUNCs
16552
16553 2004-12-04 [paul]       0.9.12cvs182.2
16554
16555         * src/Makefile.am
16556                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16557                 committed in error      
16558
16559 2004-12-04 [paul]       0.9.12cvs182.1
16560
16561         * ChangeLog
16562         * ChangeLog.claws
16563         * ChangeLog.jp
16564         * INSTALL
16565         * NEWS
16566         * README
16567         * README.jp
16568         * configure.ac
16569         * doc/manual/ja/Makefile.am
16570         * doc/manual/ja/sylpheed-1.html
16571         * doc/manual/ja/sylpheed-10.html
16572         * doc/manual/ja/sylpheed-11.html
16573         * doc/manual/ja/sylpheed-12.html
16574         * doc/manual/ja/sylpheed-13.html
16575         * doc/manual/ja/sylpheed-14.html
16576         * doc/manual/ja/sylpheed-15.html
16577         * doc/manual/ja/sylpheed-16.html
16578         * doc/manual/ja/sylpheed-17.html
16579         * doc/manual/ja/sylpheed-18.html
16580         * doc/manual/ja/sylpheed-19.html
16581         * doc/manual/ja/sylpheed-2.html
16582         * doc/manual/ja/sylpheed-20.html
16583         * doc/manual/ja/sylpheed-3.html
16584         * doc/manual/ja/sylpheed-4.html
16585         * doc/manual/ja/sylpheed-5.html
16586         * doc/manual/ja/sylpheed-6.html
16587         * doc/manual/ja/sylpheed-7.html
16588         * doc/manual/ja/sylpheed-8.html
16589         * doc/manual/ja/sylpheed-9.html
16590         * doc/manual/ja/sylpheed.html
16591         * doc/manual/ja/sylpheed.sgml
16592         * po/de.po
16593         * src/Makefile.am
16594         * src/compose.c
16595         * src/procmime.c
16596         * src/pixmaps/regular.xpm **REMOVED**
16597         * src/plugins/pgpmime/pgpmime.c
16598         * src/plugins/pgpmime/plugin.c
16599         * src/plugins/pgpmime/prefs_gpg.c
16600                 sync with HEAD
16601
16602 2004-12-03 [paul]       0.9.12cvs180.1
16603
16604         * ChangeLog
16605         * ChangeLog.claws
16606         * ChangeLog.jp
16607         * configure.ac
16608         * src/Makefile.am
16609         * src/pop.c
16610         * src/common/utils.c
16611         * src/common/utils.h
16612         * src/pixmaps/continue.xpm
16613         * src/pixmaps/dir_close.xpm
16614         * src/pixmaps/dir_open.xpm
16615         * src/pixmaps/drafts_close.xpm
16616         * src/pixmaps/drafts_open.xpm
16617         * src/pixmaps/folder.xpm **REMOVED**
16618         * src/pixmaps/group.xpm
16619         * src/pixmaps/unread.xpm
16620                 sync with HEAD
16621
16622 2004-12-02 [colin]      0.9.12cvs179.1
16623
16624         * src/compose.c
16625                 Sync with HEAD (non-duplicated reedition)
16626
16627 2004-12-02 [colin]      0.9.12cvs178.1
16628
16629         * src/compose.c
16630                 Sync with HEAD (linewrap_quote fix)
16631
16632 2004-12-01 [colin]      0.9.12cvs177.3
16633
16634         * src/addrharvest.c
16635                 Replace sizeof with strlen
16636
16637 2004-12-01 [paul]       0.9.12cvs177.2
16638
16639         * src/addrharvest.c
16640                 fix 'harvest addresses'
16641
16642 2004-11-30 [colin]      0.9.12cvs177.1
16643
16644         * src/gtk/prefswindow.c
16645         * src/gtk/pluginwindow.c
16646                 Sync with HEAD
16647
16648 2004-11-29 [colin]      0.9.12cvs176.1
16649
16650         * src/folderview.c
16651                 sync with HEAD (Fix disappearing separators in folderview's popup)
16652
16653 2004-11-29 [colin]      0.9.12cvs175.1
16654
16655         * src/procmime.c
16656                 Sync with head (another format fix)
16657
16658 2004-11-29 [colin]      0.9.12cvs174.1
16659
16660         * src/pop.c
16661                 Sync with HEAD (format string fix)
16662
16663 2004-11-26 [colin]      0.9.12cvs173.1
16664
16665         * src/common/smtp.c
16666         * src/common/smtp.h
16667                 Sync with HEAD
16668
16669 2004-11-24 [colin]      0.9.12cvs172.1
16670
16671         * src/plugins/pgpmime/pgpmime.c
16672                 Sync with HEAD
16673
16674 2004-11-24 [colin]      0.9.12cvs171.1
16675
16676         * src/plugins/pgpmime/pgpmime.c
16677                 Sync with head (gpgmectx leaks)
16678
16679 2004-11-24 [colin]      0.9.12cvs169.1
16680
16681         * src/plugins/pgpmime/plugin.c
16682         * src/plugins/trayicon/Makefile.am
16683         * src/plugins/trayicon/newmarkedmail.xpm
16684         * src/plugins/trayicon/trayicon.c
16685         * src/plugins/trayicon/unreadmarkedmail.xpm
16686                 Sync with HEAD
16687
16688 2004-11-23 [colin]      0.9.12cvs168.1
16689
16690         * src/partial_download.c
16691         * src/partial_download.h
16692         * src/plugins/pgpmime/plugin.c
16693                 Sync with HEAD
16694
16695 2004-11-23 [colin]      0.9.12cvs166.1
16696
16697         * src/Makefile.am
16698         * src/codeconv.c
16699         * src/compose.c
16700         * src/folderview.c
16701         * src/main.c
16702         * src/partial_download.c
16703         * src/partial_download.h
16704         * src/prefs_account.c
16705         * src/prefs_account.h
16706         * src/privacy.c
16707         * src/privacy.h
16708         * src/procmime.c
16709         * src/common/Makefile.am
16710         * src/common/base64.h
16711         * src/common/partial_download.c
16712         * src/common/partial_download.h
16713         * src/gtk/prefswindow.c
16714         * src/gtk/prefswindow.h
16715         * src/plugins/pgpmime/pgpmime.c
16716         * src/plugins/pgpmime/prefs_gpg.c
16717         * src/plugins/pgpmime/prefs_gpg.h
16718         * src/plugins/pgpmime/sgpgme.c
16719         * src/plugins/pgpmime/sgpgme.h
16720                 Sync with HEAD
16721
16722 2004-11-23 [colin]      0.9.12cvs163.1
16723
16724         * src/main.c
16725                 Sync with HEAD (cursor optimization)
16726
16727 2004-11-23 [colin]      0.9.12cvs162.1
16728
16729         * src/prefs_common.c
16730         * src/prefs_themes.c
16731         * src/procmsg.c
16732                 Sync with HEAD
16733
16734 2004-11-23 [colin]      0.9.12cvs158.9
16735
16736         * src/compose.c
16737                 Fix double-free when forwarding
16738         * src/msgcache.c
16739                 Fix leak on error path
16740                 
16741
16742 2004-11-23 [colin]      0.9.12cvs158.8
16743
16744         * src/compose.c
16745                 Fix possible double-free
16746                 Spotted by Alfons
16747
16748 2004-11-23 [colin]      0.9.12cvs158.7
16749
16750         * src/compose.c
16751                 Fix some signal handlers' prototypes
16752                 Spotted by Alfons
16753
16754 2004-11-22 [colin]      0.9.12cvs158.6
16755
16756         * src/compose.c
16757                 Remove unneeded code and duplicated
16758                 wrapping - patch by Alfons
16759
16760 2004-11-22 [colin]      0.9.12cvs158.5
16761
16762         * src/prefs_themes.c
16763                 Fix oversized selector
16764
16765 2004-11-22 [colin]      0.9.12cvs158.4
16766
16767         * src/compose.c
16768                 fix dump_text()
16769                 patch by Alfons
16770
16771 2004-11-19 [colin]      0.9.12cvs158.3
16772
16773         * src/textview.c
16774                 Add a context menu on links (open, copy)
16775
16776 2004-11-18 [paul]       0.9.12cvs158.2
16777
16778         * src/addrgather.c
16779         * src/exphtmldlg.c
16780         * src/expldifdlg.c
16781         * src/mimeview.c
16782         * src/prefs_common.c
16783         * src/plugins/image_viewer/viewer.c
16784         * src/plugins/spamassassin/spamassassin_gtk.c
16785                 replace deprecated gtk_notebook_set_page
16786                 and gtk_notebook_current_page
16787
16788 2004-11-18 [paul]       0.9.12cvs158.1
16789
16790         * configure.ac
16791         * src/compose.c
16792         * src/mainwindow.c
16793         * src/messageview.c
16794         * src/prefs_common.c
16795         * src/common/utils.c
16796         * src/common/utils.h
16797                 sync with HEAD
16798
16799 2004-11-17 [colin]      0.9.12cvs156.1
16800
16801         * src/prefs_account.c
16802         * src/prefs_account.h
16803         * src/procmsg.c
16804                 Sync with HEAD (add pref to store encrypted mails encrypted)
16805
16806 2004-11-17 [paul]       0.9.12cvs155.1
16807
16808         * ChangeLog
16809         * ChangeLog.claws
16810         * ChangeLog.jp
16811         * NEWS
16812         * configure.ac
16813         * src/compose.c
16814         * src/jpilot.c
16815         * src/privacy.c
16816         * src/procmime.c
16817         * src/procmime.h
16818         * src/procmsg.c
16819         * src/toolbar.c
16820         * src/pixmaps/error.xpm
16821                 sync with HEAD
16822
16823 2004-11-17 [colin]      0.9.12cvs151.1
16824
16825         * src/plugins/pgpmime/pgpmime.c
16826                 Sync with HEAD (remove debug printf)
16827
16828 2004-11-17 [colin]      0.9.12cvs150.1
16829
16830         * src/plugins/pgpmime/pgpmime.c
16831                 Sync with HEAD (off-by-one fix)
16832
16833 2004-11-17 [colin]      0.9.12cvs149.1
16834
16835         * src/procmsg.c
16836                 Sync with HEAD (coding style fixes)
16837
16838 2004-11-16 [colin]      0.9.12cvs148.1
16839
16840         * src/procmsg.c
16841                 Sync with head (Fix the fix)
16842
16843 2004-11-16 [colin]      0.9.12cvs147.1
16844
16845         * src/procmsg.c
16846                 Sync with Main (leak fix)
16847
16848 2004-11-16 [colin]      0.9.12cvs146.14
16849
16850         * src/compose.c
16851                 Remove useless chunk of code
16852                 Patch by Alfons
16853
16854 2004-11-15 [colin]      0.9.12cvs146.13
16855
16856         * src/compose.c
16857                 Fix drafting after insertion
16858                 Patch by Alfons
16859
16860 2004-11-15 [colin]      0.9.12cvs146.12
16861
16862         * src/compose.c
16863         * src/prefs_filtering.c
16864         * src/prefs_filtering_action.c
16865         * src/prefs_toolbar.c
16866                 Fix some const-correctness
16867
16868 2004-11-15 [colin]      0.9.12cvs146.11
16869
16870         * src/summaryview.c
16871         * src/prefs_themes.c
16872         * src/messageview.c
16873                 Fix some leaks
16874
16875 2004-11-15 [colin]      0.9.12cvs146.10
16876
16877         * src/codeconv.c
16878                 More unreadable locale fixes
16879
16880 2004-11-14 [colin]      0.9.12cvs146.9
16881
16882         * src/textview.c
16883                 Fix uri_security_check
16884                 Patch by Alfons
16885
16886 2004-11-13 [paul]       0.9.12cvs146.8
16887
16888         * src/folder.c
16889         * src/procmime.c
16890                 fix 2 bugs introduced in last commit
16891
16892 2004-11-13 [paul]       0.9.12cvs146.7
16893
16894         * src/compose.c
16895         * src/exporthtml.c
16896         * src/exportldif.c
16897         * src/folder.c
16898         * src/imap.c
16899         * src/imap_gtk.c
16900         * src/main.c
16901         * src/mainwindow.c
16902         * src/messageview.c
16903         * src/mh_gtk.c
16904         * src/prefs_themes.c
16905         * src/procmime.c
16906         * src/setup.c
16907         * src/summaryview.c
16908                 replace deprecated g_basename
16909
16910 2004-11-13 [paul]       0.9.12cvs146.6
16911
16912         * src/compose.c
16913         * src/imap.c
16914         * src/matcher_parser.h
16915         * src/matcher_parser_parse.y
16916         * src/prefs_filtering.c
16917         * src/prefs_filtering_action.c
16918         * src/prefs_themes.c
16919         * src/prefs_toolbar.c
16920         * src/common/utils.c
16921                 various small fixes/cleanups
16922
16923 2004-11-12 [colin]      0.9.12cvs146.5
16924
16925         * src/textview.c
16926                 Validate event's origin on visibility notify
16927                 Patch by Alfons.
16928
16929 2004-11-12 [paul]       0.9.12cvs146.4
16930
16931         * src/exporthtml.c
16932         * src/exportldif.c
16933         * src/imap.c
16934         * src/mh.c
16935         * src/mimeview.c
16936         * src/prefs_spelling.c
16937         * src/prefs_themes.c
16938                 replace deprecated g_dirname    
16939
16940 2004-11-12 [colin]      0.9.12cvs146.3
16941
16942         * src/textview.c
16943                 Some coding style fixes
16944
16945 2004-11-12 [colin]      0.9.12cvs146.2
16946
16947         * src/codeconv.c
16948                 We want to replace _all_ extended chars in
16949                 conv_unreadable_*, because any string containing
16950                 extended chars not parsing as UTF8 is 
16951                 undisplayed on gtk2.
16952
16953 2004-11-12 [paul]       0.9.12cvs146.1
16954
16955         * ChangeLog
16956         * ChangeLog.claws
16957         * ChangeLog.jp
16958         * NEWS
16959         * configure.ac
16960         * src/account.c
16961         * src/folderview.c
16962         * src/folderview.h
16963         * src/imap.c
16964         * src/imap_gtk.c
16965         * src/inc.c
16966         * src/mainwindow.c
16967         * src/mh_gtk.c
16968         * src/news_gtk.c
16969         * src/pop.c
16970         * src/prefs_account.c
16971         * src/prefs_account.h
16972         * src/prefs_ext_prog.c
16973         * src/procmime.c
16974         * src/procmime.h
16975         * src/procmsg.c
16976         * src/procmsg.h
16977         * src/summary_search.c
16978         * src/summaryview.c
16979         * src/textview.c
16980         * src/common/defs.h
16981         * src/common/utils.c
16982         * src/common/utils.h
16983         * src/gtk/menu.c
16984         * src/gtk/menu.h
16985                 sync with HEAD
16986
16987 2004-11-11 [colin]      0.9.12cvs144.2
16988
16989         * src/textview.c
16990                 Fix URI range selection (patch by Alfons)
16991
16992 2004-11-09 [colin]      0.9.12cvs144.1
16993
16994         * ChangeLog.claws
16995         * src/compose.c
16996         * src/folder.c
16997         * src/folder_item_prefs.c
16998         * src/prefs_account.c
16999         * src/prefs_account.h
17000         * src/plugins/pgpmime/pgpmime.c
17001                 Sync with HEAD
17002
17003 2004-11-08 [colin]      0.9.12cvs143.1
17004
17005         * src/summaryview.c
17006                 Sync with HEAD (optimize quicksearch)
17007
17008 2004-11-08 [colin]      0.9.12cvs142.2
17009
17010         * src/compose.c
17011                 Don't wrap when Edit/Auto wrapping is disabled
17012
17013 2004-11-08 [colin]      0.9.12cvs142.1
17014
17015         * src/textview.c
17016                 Sync with HEAD
17017
17018 2004-11-08 [colin]      0.9.12cvs141.1
17019
17020         * src/textview.c
17021                 Sync with HEAD (fix some mail URIs)
17022
17023 2004-11-08 [colin]      0.9.12cvs140.3
17024
17025         * src/textview.c
17026                 o Use text cursor instead of arrow when
17027                   not on a link
17028                 o Fix handling of contiguous links (as in
17029                   "colin@colino.net" <colin@colino.net>)
17030                   This one unveils a bug in get_email_part()
17031
17032 2004-11-07 [colin]      0.9.12cvs140.2
17033
17034         * src/textview.c
17035                 Fix memleak. Patch by Alfons.
17036
17037 2004-11-06 [colin]      0.9.12cvs140.1
17038
17039         * src/compose.c
17040                 Sync with HEAD (don't ask passphrase
17041                 when drafting)
17042
17043 2004-11-06 [paul]       0.9.12cvs139.2
17044
17045         * AUTHORS
17046         * src/textview.c
17047         * src/textview.h
17048                 textview URI handling. hovering over a 
17049                 link displays it in the status bar,
17050                 and changes the mouse pointer to a hand 
17051                 cursor. a link is activated with a single 
17052                 click. (Modified from the) patch by Jean-Yves 
17053                 Lefort <jylefort@users.sourceforge.net>
17054                 
17055
17056 2004-11-05 [colin]      0.9.12cvs139.1
17057
17058         * src/compose.c
17059         * src/procmime.c
17060                 Sync with HEAD again ^^
17061
17062 2004-11-05 [colin]      0.9.12cvs139.1
17063
17064         * src/compose.c
17065         * src/procmime.c
17066                 Sync with HEAD
17067
17068 2004-11-03 [paul]       0.9.12cvs138.1
17069
17070         * ChangeLog.claws
17071         * configure.ac
17072         * po/POTFILES.in
17073         * src/prefs_ext_prog.c
17074         * src/procmime.c
17075         * tools/kdeservicemenu/README
17076         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17077         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17078                 sync with HEAD
17079
17080 2004-11-01 [christoph]  0.9.12cvs136.2
17081
17082         * src/procmime.c
17083                 convert MIME parameters to UTF-8
17084
17085 2004-10-29 [colin]      0.9.12cvs136.1
17086
17087         * src/common/utils.c
17088                 Sync with HEAD (don't use '=' in mime boundary)
17089
17090 2004-10-29 [paul]       0.9.12cvs135.1
17091
17092         * configure.ac
17093         * doc/src/rfc2231.txt
17094         * src/procmime.c
17095         * src/common/quoted-printable.c
17096         * src/common/utils.c
17097         * src/common/utils.h
17098                 sync with HEAD
17099
17100 2004-10-27 [paul]       0.9.12cvs134.1
17101
17102         * configure.ac
17103         * src/main.c
17104         * src/procmime.c
17105         * src/plugins/pgpmime/pgpmime.c
17106                 sync with HEAD
17107
17108 2004-10-26 [paul]       0.9.12cvs132.3
17109
17110         * src/account.c
17111         * src/addressbook.c
17112         * src/addrgather.c
17113         * src/addrharvest.c
17114         * src/codeconv.c
17115         * src/compose.c
17116         * src/customheader.c
17117         * src/editaddress.c
17118         * src/editgroup.c
17119         * src/enriched.c
17120         * src/expldifdlg.c
17121         * src/exporthtml.c
17122         * src/exportldif.c
17123         * src/folder.c
17124         * src/foldersel.c
17125         * src/folderview.c
17126         * src/grouplistdialog.c
17127         * src/html.c
17128         * src/imap.c
17129         * src/jpilot.c
17130         * src/ldapserver.c
17131         * src/ldif.c
17132         * src/mimeview.c
17133         * src/news.c
17134         * src/news_gtk.c
17135         * src/pop.c
17136         * src/prefs_display_header.c
17137         * src/prefs_gtk.c
17138         * src/prefs_msg_colors.c
17139         * src/prefs_toolbar.c
17140         * src/procheader.c
17141         * src/procmime.c
17142         * src/summaryview.c
17143         * src/textview.c
17144         * src/toolbar.c
17145         * src/vcard.c
17146         * src/common/mgutils.c
17147         * src/common/nntp.c
17148         * src/common/smtp.c
17149         * src/common/template.c
17150         * src/common/utils.c
17151         * src/common/xmlprops.c
17152         * src/plugins/pgpmime/pgpmime.c
17153         * src/plugins/pgpmime/select-keys.c
17154         * src/plugins/pgpmime/sgpgme.c
17155                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17156                 g_string_sprintfa(), gtk_notebook_current_page()
17157
17158 2004-10-26 [colin]      0.9.12cvs132.2
17159
17160         * src/prefs_folder_item.c
17161                 Fix default-account selection
17162
17163 2004-10-21 [colin]      0.9.12cvs133
17164
17165         * src/compose.c
17166                 Sync with HEAD (Remove extra separator in compose's Options)
17167         * src/textview.c
17168                 Set wrapping to char
17169
17170 2004-10-21 [paul]       0.9.12cvs131.2
17171
17172         * src/compose.c
17173         * src/sourcewindow.c
17174                 fix wrapping
17175                 fix window shrinking 
17176
17177 2004-10-21 [colin]      0.9.12cvs131.1
17178
17179         * ChangeLog.claws
17180         * src/compose.c
17181                 Sync with HEAD
17182
17183 2004-10-21 [paul]       0.9.12cvs130.2
17184
17185         * src/prefs_folder_item.c
17186                 sync with HEAD (Apply to subfolders)
17187
17188 2004-10-19 [colin]      0.9.12cvs130.1
17189
17190         * ChangeLog.claws
17191         * src/compose.c
17192         * src/common/utils.c
17193         * src/gtk/menu.c
17194                 Sync with HEAD
17195
17196 2004-10-19 [colin]      0.9.12cvs128.1
17197
17198         * src/addrbook.c
17199         * src/addrcache.c
17200         * src/addressbook.c
17201         * src/codeconv.c
17202         * src/compose.c
17203         * src/customheader.c
17204         * src/editaddress.c
17205         * src/editgroup.c
17206         * src/exporthtml.c
17207         * src/folder.c
17208         * src/folderview.c
17209         * src/imap.c
17210         * src/jpilot.c
17211         * src/main.c
17212         * src/matcher_parser_parse.y
17213         * src/mbox.c
17214         * src/pop.c
17215         * src/prefs_account.c
17216         * src/prefs_gtk.c
17217         * src/prefs_msg_colors.c
17218         * src/procheader.c
17219         * src/procmime.c
17220         * src/procmime.h
17221         * src/procmsg.c
17222         * src/summaryview.c
17223         * src/textview.c
17224         * src/common/base64.c
17225         * src/common/partial_download.c
17226         * src/common/socket.c
17227         * src/common/sylpheed.c
17228         * src/common/utils.c
17229         * src/common/utils.h
17230         * src/gtk/pluginwindow.c
17231         * src/gtk/quicksearch.c
17232         * src/plugins/clamav/clamav_plugin.c
17233         * src/plugins/clamav/clamav_plugin.h
17234         * src/plugins/clamav/clamav_plugin_gtk.c
17235         * src/plugins/pgpmime/passphrase.c
17236         * src/plugins/pgpmime/pgpmime.c
17237         * src/plugins/pgpmime/plugin.c
17238         * src/plugins/pgpmime/prefs_gpg.c
17239         * src/plugins/pgpmime/prefs_gpg.h
17240         * src/plugins/pgpmime/select-keys.c
17241         * src/plugins/pgpmime/sgpgme.c
17242         * src/plugins/spamassassin/libspamc.c
17243         * src/plugins/spamassassin/spamassassin.c
17244         * src/plugins/spamassassin/spamassassin.h
17245         * src/plugins/spamassassin/spamassassin_gtk.c
17246         * src/plugins/trayicon/trayicon.c
17247         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17248                 Sync with HEAD
17249
17250 2004-10-14 [colin]      0.9.12cvs126.2
17251
17252         * src/codeconv.c
17253         * src/textview.c
17254                 Fix conv_unreadable_locale
17255
17256 2004-10-13 [colin]      0.9.12cvs126.1
17257
17258         * src/compose.c
17259                 Sync with HEAD (don't convert charset for 
17260                 drafted messages, minor cleanup)
17261
17262 2004-10-13 [colin]      0.9.12cvs125.1
17263
17264         * po/POTFILES.in
17265                 Sync with HEAD (POTFILES fix)
17266
17267 2004-10-12 [colin]      0.9.12cvs124.3
17268
17269         * src/compose.c
17270                 Fix encoding bug from latest sync
17271
17272 2004-10-12 [paul]       0.9.12cvs124.2
17273
17274         * src/plugins/pgpmime/prefs_gpg.c
17275         * src/plugins/pgpmime/prefs_gpg.h
17276                 forgotten in last commit        
17277
17278 2004-10-12 [paul]       0.9.12cvs124.1
17279
17280         * ChangeLog.claws
17281         * configure.ac
17282         * m4/spamassassin.m4
17283         * src/Makefile.am
17284         * src/account.c
17285         * src/compose.c
17286         * src/compose.h
17287         * src/crash.c
17288         * src/main.c
17289         * src/mimeview.c
17290         * src/passphrase.c
17291         * src/passphrase.h
17292         * src/prefs_account.c
17293         * src/prefs_account.h
17294         * src/prefs_common.c
17295         * src/privacy.c
17296         * src/privacy.h
17297         * src/procmime.c
17298         * src/procmime.h
17299         * src/procmsg.c
17300         * src/rfc2015.c
17301         * src/rfc2015.h
17302         * src/select-keys.c
17303         * src/select-keys.h
17304         * src/textview.c
17305         * src/common/utils.c
17306         * src/common/utils.h
17307         * src/gtk/about.c
17308         * src/plugins/pgpmime/Makefile.am
17309         * src/plugins/pgpmime/passphrase.c
17310         * src/plugins/pgpmime/passphrase.h
17311         * src/plugins/pgpmime/pgpmime.c
17312         * src/plugins/pgpmime/plugin.c
17313         * src/plugins/pgpmime/select-keys.c
17314         * src/plugins/pgpmime/select-keys.h
17315         * src/plugins/pgpmime/sgpgme.c
17316         * src/plugins/pgpmime/sgpgme.h
17317                 sync with HEAD
17318
17319 2004-10-04 [colin]      0.9.12cvs122.1
17320
17321         * src/mainwindow.c
17322         * src/messageview.c
17323         * src/messageview.h
17324         * src/textview.c
17325                 Sync with HEAD
17326
17327 2004-10-04 [colin]      0.9.12cvs121.1
17328
17329         * src/summaryview.c
17330                 Sync with HEAD
17331
17332 2004-10-04 [paul]       0.9.12cvs120.1
17333
17334         * configure.ac
17335                 sync with HEAD [don't try to build 
17336                 pgpmime plugin when gpgme is disabled]
17337
17338 2004-10-03 [colin]      0.9.12cvs119.3
17339
17340         * src/gtk/gtksctree.c
17341                 Lots of side effects. Put back as before 117.2.
17342         * src/summaryview.c
17343                 Fix bug #602
17344
17345 2004-10-03 [colin]      0.9.12cvs119.2
17346
17347         * src/gtk/gtksctree.c
17348                 Revert 608 fix that doesn't work that good
17349
17350 2004-10-02 [colin]      0.9.12cvs119.1
17351
17352         * src/mainwindow.c
17353         * src/messageview.c
17354         * src/prefs_common.h
17355         * src/procmime.c
17356         * src/procmime.h
17357         * src/textview.c
17358                 Sync with HEAD
17359         * src/gtk/gtksctree.c
17360                 Close bug #608
17361
17362 2004-10-01 [colin]      0.9.12cvs118.1
17363
17364         * src/mimeview.c
17365                 Sync with HEAD (better Save All fix)
17366
17367 2004-10-01 [colin]      0.9.12cvs117.2
17368
17369         * src/gtk/gtksctree.c
17370                 Faster on selection
17371
17372 2004-10-01 [colin]      0.9.12cvs117.1
17373
17374         * src/mimeview.c
17375                 Sync with HEAD (Save All: only attachments)
17376
17377 2004-10-01 [paul]       0.9.12cvs116.1
17378
17379         * ChangeLog.claws
17380         * configure.ac
17381         * src/account.c
17382         * src/prefs_common.c
17383         * src/gtk/colorlabel.c
17384                 sync with HEAD
17385
17386 2004-09-30 [colin]      0.9.12cvs115.1
17387
17388         * src/stock_pixmap.c
17389         * src/stock_pixmap.h
17390         * src/folderview.c
17391         * src/Makefile.am
17392         * src/pixmaps/read.xpm
17393                 Sync with HEAD (new pixmap)
17394
17395 2004-09-29 [colin]      0.9.12cvs114.1
17396
17397         * src/compose.c
17398                 Sync with HEAD
17399                 Fix focus handling in headers
17400
17401 2004-09-29 [paul]       0.9.12cvs113.1
17402
17403         * src/quote_fmt_parse.y
17404                 sync with HEAD
17405  
17406
17407 2004-09-28 [colin]      0.9.12cvs112.1
17408
17409         * src/folderview.c
17410         * src/mainwindow.c
17411                 Sync with HEAD
17412
17413 2004-09-28 [colin]      0.9.12cvs110.1
17414
17415         * src/folderview.c
17416                 Sync with HEAD (Contextual Empty trash menu)
17417
17418 2004-09-28 [colin]      0.9.12cvs108.1
17419
17420         * src/addressbook.c
17421                 Sync with HEAD (addressbook edit on double-click)
17422
17423 2004-09-28 [colin]      0.9.12cvs106.1
17424
17425         * src/inc.c
17426                 Sync with HEAD (folder_item freeze on inc)
17427
17428 2004-09-27 [colin]      0.9.12cvs105.1
17429
17430         * src/folderview.c
17431                 Sync with HEAD (right-align new and unread column)
17432
17433 2004-09-27 [colin]      0.9.12cvs104.1
17434
17435         * src/main.c
17436                 Sync with HEAD (revert 0.9.12cvs101)
17437
17438 2004-09-24 [colin]      0.9.12cvs103.2
17439
17440         * src/wizard.c
17441                 Fix gtk warnings and use domain part of the email address 
17442                 when domain detection fails (no dot in domain name)
17443
17444 2004-09-23 [colin]      0.9.12cvs103.1
17445
17446         * src/plugins/spamassassin/libspamc.c
17447         * src/plugins/spamassassin/libspamc.h
17448         * src/plugins/spamassassin/utils.c
17449         * src/plugins/spamassassin/utils.h
17450                 Sync with HEAD (Update spamassassin to 3.0)
17451
17452 2004-09-21 [colin]      0.9.12cvs102.3
17453
17454         * src/action.c
17455                 Add horizontal scrollbar in action io dialog as needed
17456                 Patch by Alfons.
17457
17458 2004-09-20 [colin]      0.9.12cvs102.2
17459
17460         * src/plugins/image_viewer/viewer.c
17461                 Remove imlib stuff
17462                 use gtk_pixmap_set when clearing
17463                 (would be better to use gtkImages, but causes size-allocate 
17464                 signals storm)
17465
17466 2004-09-17 [paul]       0.9.12cvs102.1
17467
17468         * ChangeLog
17469         * ChangeLog.claws
17470         * ChangeLog.jp
17471         * configure.ac
17472         * src/inc.c
17473                 sync with HEAD
17474
17475
17476 2004-09-17 [colin]      0.9.12cvs101.1
17477
17478         * ChangeLog.claws
17479         * src/main.c
17480                 Sync with HEAD (fix segs at exit)
17481
17482 2004-09-14 [colin]      0.9.12cvs99.5
17483
17484         * src/common/socket.c
17485         * AUTHORS
17486                 Fix send error on 64bit platforms
17487                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17488
17489 2004-09-14 [colin]      0.9.12cvs99.4
17490
17491         * src/action.c
17492                 Fix action output with utf8 
17493                 Patch by Alfons.
17494
17495 2004-09-14 [colin]      0.9.12cvs99.3
17496
17497         * ChangeLog.claws
17498         * src/folder.c
17499                 Sync with HEAD
17500
17501 2004-09-09 [colin]      0.9.12cvs99.2
17502
17503         * src/action.c
17504                 Fix progress bar (displaying "Completed %v/%u")
17505                 Patch by Alfons.
17506
17507 2004-09-08 [colin]      0.9.12cvs99.1
17508
17509         * src/account.c
17510         * src/folder.c
17511         * src/procmsg.c
17512         * src/procmsg.h
17513         * src/plugins/pgpmime/pgpmime.c
17514                 Sync with HEAD
17515
17516 2004-09-08 [colin]      0.9.12cvs97.2
17517
17518         * src/summaryview.c
17519                 Don't select mails in collapsed threads 
17520                 when navigating with up/down
17521
17522 2004-09-07 [colin]      0.9.12cvs97.1
17523
17524         * src/inc.c
17525                 Sync with HEAD (meaningful error messages)
17526
17527 2004-09-06 [colin]      0.9.12cvs96.1
17528
17529         * src/toolbar.c
17530                 Sync with HEAD (fix Redirect graying out)
17531
17532 2004-09-06 [colin]      0.9.12cvs95.1
17533
17534         * src/summaryview.c
17535         * src/mimeview.c
17536                 Sync with HEAD (fix dropped URIs)
17537
17538 2004-09-06 [colin]      0.9.12cvs94.1
17539
17540         * src/addressbook.c
17541         * src/addressitem.h
17542         * src/addritem.c
17543         * src/addritem.h
17544                 Sync with HEAD (addressbook DnD)
17545
17546 2004-09-03 [colin]      0.9.12cvs93.1
17547
17548         * src/summaryview.c
17549                 Sync with HEAD (next/prev unread)
17550
17551 2004-09-03 [colin]      0.9.12cvs92.1
17552
17553         * src/prefs_common.c
17554         * src/prefs_common.h
17555         * src/summaryview.c
17556                 Sync with HEAD ('mark_as_read_delay' pref)
17557
17558 2004-09-02 [colin]      0.9.12cvs91.2
17559
17560         * src/common/xml.c
17561                 Fix leak
17562
17563 2004-09-02 [colin]      0.9.12cvs91.1
17564
17565         * src/gtk/menu.c
17566                 Sync with HEAD (menu accel don't work, but whatever)
17567
17568 2004-09-02 [colin]      0.9.12cvs90.1
17569
17570         * src/account.c
17571                 Sync with HEAD (fix bug 582)
17572
17573 2004-09-02 [colin]      0.9.12cvs89.1
17574
17575         * src/addrindex.c
17576                 Sync with HEAD (free deleted queries)
17577
17578 2004-09-02 [colin]      0.9.12cvs88.1
17579
17580         * src/ldapquery.c
17581                 Sync with HEAD (fix LDAP freezes)
17582
17583 2004-09-02 [colin]      0.9.12cvs87.1
17584
17585         * src/prefs_spelling.c
17586                 Sync with HEAD (add default dictionary)
17587
17588 2004-09-01 [colin]      0.9.12cvs86.1
17589
17590         * src/filtering.c
17591         * src/folderview.c
17592         * src/imap.c
17593         * src/prefs_matcher.c
17594         * src/stock_pixmap.c
17595         * src/summary_search.c
17596         * src/summaryview.c
17597         * src/wizard.c
17598         * src/wizard.h
17599                 Sync with HEAD (uninitialized vars fixes)
17600                 + gtk2 specific warning fixes
17601
17602 2004-08-31 [colin]      0.9.12cvs85.1
17603
17604         * src/folder.c
17605                 Sync with HEAD (Fix memory corruption due to 
17606                 uninitialized var)
17607
17608 2004-08-31 [colin]      0.9.12cvs84.4
17609
17610         * src/summary_search.c
17611                 Fix segfaults when searching in folders with broken headers
17612
17613 2004-08-31 [colin]      0.9.12cvs84.3
17614
17615         * src/compose.c
17616         * src/textview.c
17617                 Fix some more encoding/decoding issues
17618
17619 2004-08-30 [colin]      0.9.12cvs84.2
17620
17621         * src/mimeview.c
17622         * src/prefs_themes.c
17623         * src/gtk/filesel.c
17624         * src/gtk/filesel.h
17625                 Add a folder-mode selection (fixes mimeview's "Save all")
17626
17627 2004-08-29 [colin]      0.9.12cvs84.1
17628
17629         * src/mimeview.c
17630                 Sync with HEAD (don't escape saved filenames)
17631
17632 2004-08-27 [colin]      0.9.12cvs83.1
17633
17634         * ChangeLog
17635         * ChangeLog.claws
17636         * ChangeLog.jp
17637         * src/mh.c
17638         * src/procheader.c
17639         * src/procmsg.c
17640         * src/procmsg.h
17641         * src/common/utils.c
17642         * src/gtk/menu.h
17643         * po/
17644                 Sync with HEAD 0.9.12cvs83 (sync with main)
17645
17646 2004-08-26 [colin]      0.9.12cvs82.4
17647
17648         * src/codeconv.c
17649                 Fix strange stack corruption
17650                 Convert to utf8 after unmime, not before
17651
17652 2004-08-26 [colin]      0.9.12cvs82.3
17653
17654         * src/main.c
17655         * src/wizard.c
17656                 Fix account folders duplication
17657
17658 2004-08-25 [colin]      0.9.12cvs82.2
17659
17660         * src/wizard.c
17661                 Remove ports
17662                 Add SSL selection
17663                 Use login@server as account name
17664
17665 2004-08-25 [colin]      0.9.12cvs82.1
17666
17667         * src/plugins/pgpmime/pgpmime.c
17668                 Sync with HEAD (leak fix).
17669
17670 2004-08-25 [colin]      0.9.12cvs81.1
17671
17672         * src/plugins/pgpmime/pgpmime.c
17673         * src/plugins/pgpmime/sgpgme.c
17674         * src/plugins/pgpmime/sgpgme.h
17675                 Sync with HEAD (Handle combined messages).
17676
17677 2004-08-24 [colin]      0.9.12cvs80.3
17678
17679         * src/wizard.c
17680                 Fix full name, ports, and imap
17681
17682 2004-08-24 [colin]      0.9.12cvs80.2
17683
17684         * src/Makefile.am
17685         * src/main.c
17686         * src/setup.c
17687         * src/setup.h
17688         * src/stock_pixmap.c
17689         * src/stock_pixmap.h
17690         * src/wizard.c ** ADDED **
17691         * src/wizard.h ** ADDED ** 
17692         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17693                 Add a setup wizard 
17694
17695 2004-08-24 [colin]      0.9.12cvs80.1
17696
17697         * src/folder.c
17698                 Sync with HEAD (set mimeflags on all messages)
17699
17700 2004-08-24 [colin]      0.9.12cvs79.3
17701
17702         * src/matcher_parser_lex.l
17703                 Fix 8bits strings not in utf8
17704
17705 2004-08-24 [colin]      0.9.12cvs79.2
17706
17707         * src/compose.c
17708                 Check conversion result before replacing buffer
17709
17710 2004-08-23 [colin]      0.9.12cvs79.1
17711
17712         * src/compose.c
17713                 Sync with HEAD (create message header in memory)
17714
17715 2004-08-23 [colin]      0.9.12cvs78.1
17716
17717         * src/rfc2015.c
17718         * src/rfc2015.h
17719                 Sync with HEAD (fix bug 197 again)
17720
17721 2004-08-23 [colin]      0.9.12cvs77.3
17722
17723         * src/compose.c
17724                 Fix again inline gpg signing (which outputs utf8
17725                 in gtk2). Not syncing this fix to HEAD as this 
17726                 code is meant to die.
17727
17728 2004-08-23 [colin]      0.9.12cvs77.2
17729
17730         * src/prefs_account.h
17731                 Remove useless include
17732
17733 2004-08-23 [colin]      0.9.12cvs77.1
17734
17735         * src/imap.c
17736         * po/es.po
17737         * po/fr.po
17738         * po/it.po
17739         * po/pl.po
17740         * po/pt_BR.po
17741         * po/sk.po
17742         * po/sr.po
17743                 Sync with HEAD (fix bug 577)
17744
17745 2004-08-22 [colin]      0.9.12cvs76.1
17746
17747         * src/plugins/trayicon/trayicon.c
17748                 Sync with HEAD (fix formatting bug)
17749
17750 2004-08-21 [colin]      0.9.12cvs74.2
17751
17752         * src/gtk/colorsel.c
17753                 Fix bug 564 (Folder color selection window exits on any
17754                 keypress)
17755
17756 2004-08-21 [colin]      0.9.12cvs74.1
17757
17758         * ChangeLog.claws
17759         * src/compose.c
17760         * src/summaryview.c
17761         * src/toolbar.c
17762                 Sync with HEAD (fix bug 576)
17763
17764 2004-08-21 [colin]      0.9.12cvs70.1
17765
17766         * src/compose.c
17767         * src/mainwindow.c
17768                 Sync with HEAD
17769                 
17770
17771 2004-08-21 [paul]       0.9.12cvs66.4
17772
17773         * src/mainwindow.c
17774         * src/messageview.c
17775         * src/gtk/menu.c
17776         * src/plugins/spamassassin/spamassassin_gtk.c
17777                 remove some deprecated gtk1 functions
17778
17779
17780 2004-08-21 [colin]      0.9.12cvs66.3
17781
17782         * src/compose.c
17783         * src/codeconv.c
17784                 Fix warnings
17785                 Remove encoding hacks
17786                 Fix bug 575 (Strange character messes up message)
17787                 Don't display conversion error when drafting
17788
17789 2004-08-21 [paul]       0.9.12cvs66.2
17790
17791         * src/prefs_account.c
17792                 fix GnuPG mode bugs
17793
17794
17795 2004-08-20 [colin]      0.9.12cvs66.1
17796
17797         * src/codeconv.c
17798                 Sync with HEAD 0.9.12cvs66
17799
17800 2004-08-20 [paul]
17801
17802         * src/plugins/pgpmime/plugin.c
17803                 modify PGP/MIME plugin's description
17804
17805 2004-08-17 [colin]      0.9.12cvs65.1
17806
17807         * src/common/ssl.c
17808         * src/plugins/pgpmime/plugin.c
17809                 Sync with HEAD
17810
17811 2004-08-14 [colin]      0.9.12cvs60.3
17812
17813         * src/plugins/trayicon/trayicon.c
17814                 Put back resize callback, on size-request signal
17815                 rather than size-allocate to avoid infinite 
17816                 callback loop
17817
17818 2004-08-13 [colin]      0.9.12cvs60.2
17819
17820         * src/common/defs.h
17821                 Cache versions have been fixed
17822
17823 2004-08-13 [colin]      0.9.12cvs60.1
17824
17825         * src/folderutils.c
17826                 Sync with HEAD
17827
17828 2004-08-12 [colin]      0.9.12cvs59.1
17829
17830         * src/plugins/trayicon/trayicon.c
17831                 Sync with HEAD
17832
17833 2004-08-12 [colin]      0.9.12cvs57.5
17834
17835         * sylpheed.desktop
17836         * configure.ac
17837         * src/Makefile.am
17838         * src/main.c
17839                 Add support for Freedesktop.org's startup notification
17840
17841 2004-08-11 [colin]      0.9.12cvs57.4
17842
17843         * src/textview.c
17844                 Fix off-by-one
17845
17846 2004-08-11 [colin]      0.9.12cvs57.3
17847
17848         * src/message_search.c
17849         * src/summary_search.c
17850                 Make searches case insensitive by default
17851         * src/textview.c
17852                 Fix case-insensitive search in message
17853
17854 2004-08-11 [colin]      0.9.12cvs57.2
17855
17856         * src/summary_search.c
17857                 Let case-sensitive be specified
17858
17859 2004-08-10 [colin]      0.9.12cvs55.4
17860
17861         * src/common/socket.c
17862                 Fix the possible race condition
17863
17864 2004-08-09 [paul]       0.9.12cvs55.3
17865
17866         * configure.ac
17867         * src/Makefile.am
17868         * src/common/Makefile.am
17869                 sync with HEAD
17870
17871
17872 2004-08-09 [paul]       0.9.12cvs55.2
17873
17874         * autogen.sh
17875         * po/poconv.sh
17876                 remove unneeded script
17877
17878         * configure.ac
17879                 add forgotten USE_LDAP_TLS (sync with HEAD)
17880
17881
17882 2004-08-09 [colin]      0.9.12cvs55.1
17883
17884         * src/main.c
17885         * src/common/ssl.c
17886         * src/common/sylpheed.c
17887         * src/common/sylpheed.h
17888                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17889
17890 2004-08-09 [paul]       0.9.12cvs54.1
17891
17892         * ChangeLog
17893         * ChangeLog.claws
17894         * ChangeLog.jp
17895         * configure.ac
17896         * po/POTFILES.in
17897         * src/Makefile.am
17898         * src/folderutils.c
17899         * src/main.c
17900         * src/pgpmime.c
17901         * src/pgpmime.h
17902         * src/sgpgme.c
17903         * src/sgpgme.h
17904         * src/plugins/Makefile.am
17905         * src/plugins/pgpmime/.cvsignore
17906         * src/plugins/pgpmime/Makefile.am
17907         * src/plugins/pgpmime/pgpmime.c
17908         * src/plugins/pgpmime/pgpmime.h
17909         * src/plugins/pgpmime/plugin.c
17910         * src/plugins/pgpmime/sgpgme.c
17911         * src/plugins/pgpmime/sgpgme.h
17912                 sync with HEAD
17913
17914 2004-08-08 [paul]       0.9.12cvs51.1
17915
17916         * configure.ac
17917         * src/folder.c
17918                 sync with HEAD
17919
17920 2004-08-07 [colin]      0.9.12cvs50.1
17921
17922         * src/pop.c
17923         * src/common/partial_download.c
17924                 fix warnings (sync from HEAD)
17925
17926 2004-08-07 [colin]      0.9.12cvs48.1
17927
17928         * src/prefs_folder_item.c
17929                 sync with HEAD 0.9.12cvs48
17930
17931 2004-08-06 [colin]      0.9.12cvs47.1
17932
17933         * src/compose.c
17934                 Sync with HEAD
17935
17936 2004-08-06 [christoph]  0.9.12cvs46.2
17937
17938         * src/main.c
17939         * src/plugins/clamav/clamav_plugin_gtk.c
17940         * src/plugins/dillo_viewer/dillo_viewer.c
17941         * src/plugins/image_viewer/plugin.c
17942         * src/plugins/mathml_viewer/mathml_viewer.c
17943         * src/plugins/spamassassin/spamassassin_gtk.c
17944         * src/plugins/trayicon/trayicon.c
17945                 don't mix GTK1.2 plugin with GTK2 plugins
17946
17947 2004-08-06 [colin]      0.9.12cvs46.1
17948
17949         * ChangeLog
17950         * ChangeLog.claws
17951         * ChangeLog.jp
17952         * configure.ac
17953         * sylpheed-claws.pc.in
17954         * src/folder.c
17955         * src/imap.c
17956         * src/localfolder.c
17957         * src/messageview.c
17958         * src/mimeview.c
17959         * src/mimeview.h
17960         * src/msgcache.c
17961         * src/news.c
17962         * src/prefs_ext_prog.c
17963         * src/prefs_folder_item.c
17964         * src/prefs_fonts.c
17965         * src/prefs_msg_colors.c
17966         * src/prefs_spelling.c
17967         * src/prefs_themes.c
17968         * src/prefs_toolbar.c
17969         * src/prefs_wrapping.c
17970         * src/procmime.h
17971         * src/common/defs.h
17972         * src/common/nntp.c
17973         * src/common/session.c
17974         * src/common/session.h
17975         * src/common/socket.c
17976         * src/common/utils.h
17977         * src/common/xml.c
17978         * src/common/xml.h
17979         * src/gtk/prefswindow.c
17980         * src/gtk/prefswindow.h
17981         * src/plugins/clamav/clamav_plugin_gtk.c
17982         * src/plugins/dillo_viewer/dillo_prefs.c
17983         * src/plugins/image_viewer/viewerprefs.c
17984         * src/plugins/spamassassin/spamassassin_gtk.c
17985         * m4/openssl.m4 *** REMOVED ***
17986                 Sync with HEAD 0.9.12cvs46
17987
17988 2004-08-03 [paul]       0.9.12cvs40.2
17989
17990         * src/action.c
17991         * src/addressadd.c
17992         * src/addressbook.c
17993         * src/addrgather.c
17994         * src/browseldap.c
17995         * src/compose.c
17996         * src/crash.c
17997         * src/editaddress.c
17998         * src/editgroup.c
17999         * src/editldap_basedn.c
18000         * src/foldersel.c
18001         * src/importldif.c
18002         * src/mimeview.c
18003         * src/prefs_common.c
18004         * src/prefs_template.c
18005         * src/sourcewindow.c
18006         * src/summaryview.c
18007         * src/gtk/about.c
18008         * src/gtk/foldersort.c
18009         * src/gtk/logwindow.c
18010         * src/gtk/pluginwindow.c
18011         * src/gtk/prefswindow.c
18012                 change all gtk_scrolled_window_set_policy from 
18013                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
18014
18015 2004-08-02 [paul]       0.9.12cvs40.1
18016
18017         * AUTHORS
18018                 update translation team section
18019         * po/pt_BR.po
18020                 updated by Frederico Goncalves Guimaraes
18021                 <fggdebian@yahoo.com.br>
18022
18023 2004-07-31 [colin]      0.9.12cvs39.9
18024
18025         * src/exphtmldlg.c
18026                 Fix compilation
18027
18028 2004-07-31 [colin]      0.9.12cvs39.8
18029
18030         * src/exphtmldlg.c
18031                 Fix an alertpanel type
18032
18033 2004-07-30 [colin]      0.9.12cvs39.7
18034
18035         * src/alertpanel.c
18036                 Fix alertpanel_error_log's icon
18037
18038 2004-07-30 [colin]      0.9.12cvs39.6
18039
18040         * src/pop.c
18041                 Two of them should still be warnings
18042
18043 2004-07-30 [colin]      0.9.12cvs39.5
18044
18045         * src/pop.c
18046                 More warning -> error
18047 2004-07-29 [colin]      0.9.12cvs39.4
18048
18049         * src/pop.c
18050                 Warning -> error
18051
18052 2004-07-29 [colin]      0.9.12cvs39.3
18053
18054         * src/prefs_matcher.c
18055                 Fix segfault
18056
18057 2004-07-29 [colin]      0.9.12cvs39.2
18058
18059         * src/alertpanel.c
18060                 More nice-looking alertpanels
18061
18062 2004-07-29 [colin]      0.9.12cvs39.1
18063
18064         * src/messageview.c
18065                 sync with head
18066                 (inform user when partial mail is deleted on server)
18067
18068 2004-07-29 [colin]      0.9.12cvs38.1
18069
18070         * src/messageview.c
18071                 sync with head
18072
18073 2004-07-28 [paul]       0.9.12cvs37.7
18074
18075         * src/mainwindow.c
18076                 complete the replacement of deprecated gtk_progress_*
18077
18078 2004-07-28 [paul]       0.9.12cvs37.6
18079
18080         * src/action.c
18081         * src/inc.c
18082         * src/mainwindow.c
18083         * src/send_message.c
18084         * src/gtk/progressdialog.c
18085         * src/gtk/progressdialog.h
18086                 replace deprecated gtk_progress_*
18087
18088 2004-07-28 [paul]       0.9.12cvs37.5
18089
18090         * src/gtk/filesel.c
18091                 remove gtk_window_set_wmclass()
18092 2004-07-28 [paul]       0.9.12cvs37.4
18093
18094         * src/addressbook.c
18095         * src/compose.c
18096         * src/foldersel.c
18097         * src/mainwindow.c
18098         * src/messageview.c
18099         * src/sourcewindow.c
18100         * src/gtk/logwindow.c
18101                 remove gtk_window_set_wmclass()
18102                 
18103         * src/prefs_filtering.c
18104         * src/prefs_filtering_action.c
18105         * src/prefs_fonts.c
18106         * src/prefs_gtk.c
18107         * src/prefs_matcher.c
18108         * src/ssl_manager.c
18109         * src/gtk/prefswindow.c
18110                 replace gtk_window_position()
18111
18112 2004-07-28 [colin]      0.9.12cvs37.3
18113
18114         * src/alertpanel.c
18115         * src/alertpanel.h
18116                 Add a way to specify panel type for specific
18117                 panels (alertpanel())
18118         * src/account.c
18119         * src/addressbook.c
18120         * src/compose.c
18121         * src/expldifdlg.c
18122         * src/main.c
18123         * src/messageview.c
18124         * src/summaryview.c
18125         * src/textview.c
18126         * src/gtk/sslcertwindow.c
18127                 Fix alertpanel()s so that their icon match
18128                 their real type
18129
18130 2004-07-28 [paul]       0.9.12cvs37.2
18131
18132         * src/addr_compl.c
18133         * src/addressbook.c
18134         * src/alertpanel.c
18135         * src/compose.c
18136         * src/export.c
18137         * src/foldersel.c
18138         * src/folderview.c
18139         * src/grouplistdialog.c
18140         * src/import.c
18141         * src/mainwindow.c
18142         * src/message_search.c
18143         * src/messageview.c
18144         * src/passphrase.c
18145         * src/prefs_actions.c
18146         * src/prefs_common.c
18147         * src/prefs_customheader.c
18148         * src/prefs_display_header.c
18149         * src/prefs_filtering.c
18150         * src/prefs_filtering_action.c
18151         * src/prefs_gtk.c
18152         * src/prefs_matcher.c
18153         * src/prefs_msg_colors.c
18154         * src/prefs_summary_column.c
18155         * src/prefs_template.c
18156         * src/sourcewindow.c
18157         * src/ssl_manager.c
18158         * src/summary_search.c
18159         * src/gtk/colorsel.c
18160         * src/gtk/description_window.c
18161         * src/gtk/gtkaspell.c
18162         * src/gtk/inputdialog.c
18163         * src/gtk/logwindow.c
18164         * src/gtk/prefswindow.c
18165         * src/gtk/progressdialog.c
18166                 replace deprecated gtk_window_set_policy
18167
18168 2004-07-27 [colin]      0.9.12cvs37.1
18169
18170         * src/msgcache.c
18171                 More fixes (synced for head again)
18172
18173 2004-07-27 [colin]      0.9.12cvs35.3
18174
18175         * src/msgcache.c
18176                 Fix wrong test
18177
18178 2004-07-27 [colin]      0.9.12cvs35.2
18179
18180         * src/mimeview.c
18181                 Fix width a bit (by Paul)
18182         * src/alertpanel.c
18183         * src/alertpanel.h
18184                 Specialize icons, make alertpanel_message()
18185                 private
18186         * src/message_search.c
18187         * src/sgpgme.c
18188         * src/summary_search.c
18189                 Suit alertpanel changes
18190
18191 2004-07-27 [colin]      0.9.12cvs35.1
18192
18193         * src/alertpanel.c
18194                 Add an icon
18195         * src/passphrase.c
18196                 Add debug output - maybe someone will
18197                 want to look at the problem with Grab
18198                 Input :)
18199         Bump version as we're synced with HEAD
18200
18201 2004-07-26 [colin]      0.9.12cvs33.26
18202
18203         * src/pop.c
18204                 Fix uidl-file parsing when not in new
18205                 format
18206
18207 2004-07-26 [colin]      0.9.12cvs33.25
18208
18209         * src/gtk/menu.c
18210                 Move popup menu up if necessary (fixes 
18211                 account selector)
18212         * src/mainwindow.c
18213                 Set account selector's button height to
18214                 minimum
18215
18216 2004-07-26 [colin]      0.9.12cvs33.24
18217
18218         * src/alertpanel.c
18219                 Maybe fix 551 (Truncated font in alert window)
18220
18221 2004-07-26 [colin]      0.9.12cvs33.23
18222
18223         * po/de.po
18224         * po/es.po
18225         * po/fr.po
18226         * po/it.po
18227         * po/ja.po
18228         * po/pl.po
18229         * po/ru.po
18230         * po/sk.po
18231         * po/sr.po
18232         * po/zh_CN.po
18233                 Sync po files with HEAD
18234
18235 2004-07-26 [paul]       0.9.12cvs33.22
18236
18237         * src/compose.c
18238                 fix Bug 556 'Organisation-header is sent even if empty'
18239
18240 2004-07-24 [colin]      0.9.12cvs33.21
18241
18242         * src/compose.c
18243         * src/gtk/gtkaspell.c
18244         * src/gtk/gtkaspell.h
18245                 Fix speller accelerators (require hack)
18246
18247 2004-07-24 [colin]      0.9.12cvs33.20
18248
18249         * src/gtk/gtkaspell.c
18250                 Fix over-eager code deletion breaking
18251                 Check while typing
18252
18253 2004-07-24 [colin]      0.9.12cvs33.19
18254
18255         * src/browseldap.c
18256         * src/ldapctrl.c
18257         * src/ldapctrl.h
18258         * src/ldapserver.h
18259                 Sync ldap with HEAD
18260         (Fixes 546 LDAP completely broken)
18261
18262 2004-07-24 [colin]      0.9.12cvs33.18
18263
18264         * src/prefs_msg_colors.c
18265                 Fix prototype mismatch
18266         (Fixes 547 void function cannot return value)
18267
18268 2004-07-24 [colin]      0.9.12cvs33.17
18269
18270         * src/mainwindow.c
18271                 Fix sort going back to previous sort key
18272                 when changing sort direction
18273
18274 2004-07-24 [colin]      0.9.12cvs33.16
18275
18276         * src/compose.c
18277                 Fix space insertion when re-wrapping at 
18278                 cursor point
18279
18280 2004-07-24 [colin]      0.9.12cvs33.15
18281
18282         * src/gtk/gtkaspell.c
18283                 Don't change cursor position in insert-text
18284                 callback
18285         (Fixes 539 Word wrapping on input transposes letters)
18286
18287 2004-07-24 [colin]      0.9.12cvs33.14
18288
18289         * src/gtk/gtkaspell.c
18290                 Reencode non-ascii chars to dictionary's
18291                 encoding
18292         (Fixes 544 Spell check broken non english locale)
18293
18294 2004-07-24 [colin]      0.9.12cvs33.13
18295
18296         * src/summaryview.c
18297                 Fix Shift+Down, add Home/End/PgUp/PgDown
18298
18299 2004-07-21 [colin]      0.9.12cvs33.12
18300
18301         * src/prefs_common.c
18302                 Fix a gtk warning (Patch by Andrej Kacian)
18303
18304 2004-07-21 [colin]      0.9.12cvs33.11
18305
18306         * src/gtk/filesel.c
18307                 More check
18308
18309 2004-07-21 [colin]      0.9.12cvs33.10
18310
18311         * src/compose.c
18312         * src/crash.c
18313         * src/export.c
18314         * src/import.c
18315         * src/messageview.c
18316         * src/mimeview.c
18317         * src/prefs_spelling.c
18318         * src/prefs_themes.c
18319         * src/summaryview.c
18320         * src/gtk/filesel.c
18321         * src/gtk/filesel.h
18322         * src/gtk/pluginwindow.c
18323                 Untwist open/save mode guessing logic, make
18324                 it explicit
18325
18326 2004-07-20 [colin]      0.9.12cvs33.9
18327
18328         * src/codeconv.c
18329                 conv_encode_header: src_charset is UTF-8 on
18330                 gtk2
18331         * src/compose.c
18332                 Remove double encoding of the headers
18333
18334 2004-07-20 [colin]      0.9.12cvs33.8
18335
18336         * src/codeconv.c
18337                 Fix typo
18338
18339 2004-07-20 [colin]      0.9.12cvs33.7
18340
18341         * src/mainwindow.c
18342                 Set the separated messageview to the saved
18343                 size of Claws' messageview (Patch by Alfons)
18344                 Fix a callback prototype (me)
18345
18346 2004-07-20 [colin]      0.9.12cvs33.6
18347
18348         * src/codeconv.h
18349                 Forgot one hunk in 0.9.12cvs33.4
18350
18351 2004-07-19 [colin]      0.9.12cvs33.5
18352
18353         * src/action.c
18354                 Action output fix
18355                 Patch by Alfons
18356
18357 2004-07-19 [colin]      0.9.12cvs33.4
18358
18359         * src/compose.c
18360                 Fix outgoing charset bug in headers
18361         * src/codeconv.c
18362                 Clean for glib2 - Patch by Alfons
18363
18364 2004-07-19 [colin]      0.9.12cvs33.3
18365
18366         * src/statusbar.c
18367                 Remove grip from the statusbar
18368                 Patch by Alfons
18369
18370 2004-07-19 [colin]      0.9.12cvs33.2
18371
18372         * src/messageview.c
18373         * src/textview.c
18374                 Fix messageview remembering the previous
18375                 scroll position when loading a new message
18376                 Patch by Alfons
18377
18378 2004-07-19 [colin]      0.9.12cvs33.1
18379
18380         * src/folder.h
18381         * src/folderview.c
18382         * src/summaryview.c
18383                 Sync with HEAD
18384
18385 2004-07-18 [colin]      0.9.12cvs32.7
18386
18387         * configure.ac
18388                 Remove useless check for XIM - noticed
18389                 by Alfons
18390
18391 2004-07-18 [colin]      0.9.12cvs32.6
18392
18393         * src/summaryview.c
18394                 Remove non-modified and shift-modified
18395                 accelerators in summaryview's popup
18396                 menu, as that doesn't get catched by
18397                 the accel-activate signal catcher...
18398
18399 2004-07-18 [colin]      0.9.12cvs32.5
18400
18401         * src/prefs_common.c
18402                 Define sensible default prefs for 
18403                 wrapping
18404
18405 2004-07-18 [colin]      0.9.12cvs32.4
18406
18407         * src/compose.c
18408         * src/prefs_common.c
18409         * src/prefs_common.h
18410         * src/prefs_wrapping.c
18411                 Remove Smart Wrapping pref, which does
18412                 nothing on gtk2 branch
18413
18414 2004-07-18 [colin]      0.9.12cvs32.3
18415
18416         * src/sourcewindow.c
18417                 Proper utf8
18418
18419 2004-07-18 [colin]      0.9.12cvs32.2
18420
18421         * src/compose.c
18422                 Save attachment status when drafting
18423
18424 2004-07-18 [colin]      0.9.12cvs32.1
18425
18426         * src/gtk/filesel.c
18427                 Fix erratic folder selection in open mode
18428
18429 2004-07-18 [colin]      0.9.12cvs31.11
18430
18431         * src/pop.c
18432                 Don't let partial messages get deleted
18433                 even with "dowload all"
18434                 (0.9.12cvs31.8 fix extension)
18435 2004-07-18 [colin]      0.9.12cvs31.10
18436
18437         * src/gtk/logwindow.c
18438                 Fix log scrolling
18439
18440 2004-07-18 [colin]      0.9.12cvs31.9
18441
18442         * src/common/utils.c
18443                 Fix non-utf8 strings coming from commands
18444                 and files
18445
18446 2004-07-18 [colin]      0.9.12cvs31.8
18447
18448         * src/pop.c
18449                 Fix partial download bug with Download all
18450                 messages option
18451
18452 2004-07-18 [colin]      0.9.12cvs31.7
18453
18454         * src/textview.c
18455                 Fix bug introduced in 0.9.12cvs31.2
18456                 (blocked in select mode after double click)
18457
18458 2004-07-18 [colin]      0.9.12cvs31.6
18459
18460         * src/compose.c
18461         * src/gtk/menu.c
18462                 More glib-warning fixes
18463
18464 2004-07-18 [colin]      0.9.12cvs31.5
18465
18466         * src/compose.c
18467                 Fix trashing the primary clipboard when moving 
18468                 around with tab
18469         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18470
18471 2004-07-18 [colin]      0.9.12cvs31.4
18472
18473         * src/codeconv.c
18474                 convert unencoded iso headers to utf8
18475         (Fix Bug 538 Unencoded local characters in subject make it 
18476          disappear)
18477
18478 2004-07-18 [colin]      0.9.12cvs31.3
18479
18480         * src/compose.c
18481                 Fix tab char handling in wrapping
18482         (Fix Bug 537 Line wrap problem - TAB character treated as 
18483          one character instead of 8)
18484
18485 2004-07-18 [colin]      0.9.12cvs31.2
18486
18487         * src/textview.c
18488                 return FALSE on GDK_MOTION_NOTIFY
18489         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18490          (unable to highlight))
18491
18492 2004-07-18 [colin]      0.9.12cvs31.1
18493
18494         * src/folderview.c
18495                 Sync with 0.9.12cvs31
18496
18497 2004-07-18 [colin]      0.9.12cvs30.4
18498
18499         * src/compose.c
18500                 Also block text_inserted when inserting a file
18501
18502 2004-07-18 [colin]      0.9.12cvs30.3
18503
18504         * src/compose.c
18505                 Fix smart wrapping (block text_inserted handler
18506                 while putting quotation to avoid wrap on input,
18507                 don't join lines if next is sig separator)
18508
18509 2004-07-17 [colin]      0.9.12cvs30.2
18510
18511         * src/folderview.c
18512         * src/mainwindow.c
18513         * src/mimeview.c
18514         * src/summaryview.c
18515         * src/gtk/quicksearch.c
18516         * src/gtk/quicksearch.h
18517                 Block key events handlers *and* accels while
18518                 quicksearch is focused
18519         (Fixes Bug 534 quick-search bar not accepting certain letters)
18520
18521 2004-07-17 [colin]      0.9.12cvs30.1
18522
18523         * src/folder.h
18524         * src/folderview.c
18525         * src/summaryview.c
18526                 Sync with 0.9.12cvs30
18527
18528 2004-07-17 [colin]      0.9.12cvs28.2
18529
18530         * src/mimeview.c
18531         * src/procmime.c
18532         * src/summaryview.c
18533         * src/gtk/menu.c
18534                 Squash some compile and glib warnings
18535
18536 2004-07-17 [paul]       0.9.12cvs28.1
18537
18538         * src/mimeview.c
18539                 sync with 0.9.12cvs28 HEAD
18540
18541 2004-07-16 [paul]       0.9.12cvs26.1
18542         
18543         * src/gtk/quicksearch.c
18544         * src/account.c
18545         * src/account.h
18546         * src/compose.c
18547         * src/customheader.c
18548         * src/folder_item_prefs.c
18549         * src/main.c
18550         * src/mainwindow.c
18551         * src/messageview.c
18552         * src/mimeview.c
18553         * src/news.c
18554         * src/pgpmime.c
18555         * src/pop.c
18556         * src/pop.h
18557         * src/prefs_account.c
18558         * src/prefs_account.h
18559         * src/prefs_common.c
18560         * src/prefs_common.h
18561         * src/prefs_display_header.c
18562         * src/prefs_gtk.c
18563         * src/prefs_gtk.h
18564         * src/procheader.c
18565         * src/procmime.c
18566                 sync with 0.9.12cvs26 HEAD      
18567
18568 2004-07-15 [colin]      0.9.12cvs18.14
18569
18570         * src/folder.c
18571                 Disable GPG signature check during
18572                 folder move and scan
18573         (Closes Bug 521 Signature checking slows down Folder-Move)
18574
18575 2004-07-14 [colin]      0.9.12cvs18.13
18576
18577         * src/common/partial_download.c
18578                 update includes
18579
18580 2004-07-14 [colin]      0.9.12cvs18.12
18581
18582         * src/common/partial_download.c
18583         * src/common/partial_download.h
18584                 Move doc at top, add correct copyright
18585
18586 2004-07-14 [colin]      0.9.12cvs18.11
18587
18588         * src/folder.c
18589         * src/messageview.c
18590         * src/pop.c
18591         * src/pop.h
18592         * src/procmsg.c
18593         * src/summaryview.c
18594         * src/common/Makefile.am
18595         * src/common/partial_download.c ** NEW FILES **
18596         * src/common/partial_download.h ** NEW FILES **
18597                 Move partial-download related stuff to its
18598                 own file
18599
18600 2004-07-14 [colin]      0.9.12cvs18.10
18601
18602         * src/send_message.c
18603                 Fix smtp auth when user is null or empty
18604
18605 2004-07-13 [colin]      0.9.12cvs18.9
18606
18607         * src/gtk/quicksearch.c
18608                 Use alphabetic order
18609
18610 2004-07-13 [colin]      0.9.12cvs18.8
18611
18612         * src/pop.c
18613                 Be paranoid on the checks
18614
18615 2004-07-13 [colin]      0.9.12cvs18.7
18616
18617         * src/gtk/quicksearch.c
18618                 Fix Engrish once again
18619
18620 2004-07-13 [colin]      0.9.12cvs18.6
18621
18622         * src/procmsg.c
18623         * src/summaryview.c
18624                 Mark messages for deletion when they are about to
18625                 be removed from trash
18626
18627 2004-07-13 [colin]      0.9.12cvs18.5
18628
18629         * src/matcher.c
18630         * src/matcher.h
18631         * src/matcher_parser_parse.y
18632         * src/prefs_matcher.c
18633         * src/gtk/quicksearch.c
18634                 Add 'partial' ('p') match string to find partially
18635                 downloaded messages
18636
18637 2004-07-13 [colin]      0.9.12cvs18.4
18638
18639         * src/pop.c
18640                 Fix misplaced block
18641
18642 2004-07-13 [colin]      0.9.12cvs18.3
18643
18644         * src/pop.c
18645         * src/pop.h
18646         * src/messageview.c
18647                 Refactor API (to avoid passing 5+ params and code
18648                 duplication)
18649         * src/folder.c
18650         * src/msgcache.c
18651         * src/procheader.c
18652         * src/common/defs.h
18653                 Add planned_download to cache
18654                 Don't mess uidl file when moving partially downloaded
18655                 mails (they change folder, we should change it in the
18656                 uidl list too or we'll remove an incorrect message)
18657                 (this also helps removing hacks when changing 
18658                 planned_download in messageview.c)
18659
18660 2004-07-12 [colin]      0.9.12cvs18.2
18661
18662         * src/gtk/quicksearch.c
18663                 Fix missing status update in quicksearch
18664
18665 2004-07-12 [paul]       0.9.12cvs18.1
18666
18667         * po/POTFILES.in
18668         * src/Makefile.am
18669         * src/account.c
18670         * src/codeconv.c
18671         * src/compose.c
18672         * src/inc.c
18673         * src/main.c
18674         * src/prefs_common.c
18675         * src/procmsg.h
18676         * src/toolbar.c
18677         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18678         * src/prefs_wrapping.[ch]       ** NEW FILES **
18679         * src/common/intl.h
18680         * src/common/utils.[ch]
18681         * src/gtk/quicksearch.[ch]
18682                 sync with 0.9.12cvs18 HEAD
18683
18684 2004-07-12 [colin]      0.9.11cvs17.25
18685
18686         * src/folder.c
18687         * src/folder.h
18688                 Remove unused function added by me in 0.9.11cvs17.10
18689
18690 2004-07-11 [colin]      0.9.11cvs17.24
18691
18692         * src/inc.c
18693         * src/messageview.c
18694         * src/pop.c
18695         * src/pop.h
18696                 Use folderitem and msgnum instead of filename to
18697                 know which mail to delete
18698                 Move old partial mail deletion to pop.c
18699
18700 2004-07-10 [colin]      0.9.11cvs17.23
18701
18702         * src/inc.c
18703                 Add debug
18704         * src/pop.c
18705         * src/pop.h
18706                 Don't re-use same enums for unrelated stuff: it's 
18707                 completely misleading !
18708                 Document a bit
18709
18710 2004-07-09 [colin]      0.9.11cvs17.22
18711
18712         * src/inc.c
18713                 Remove folder-type check and do
18714                 more tests to be sure everything's
18715                 ok
18716         * src/messageview.c
18717                 Punctuation update, remove useless
18718                 code, fix two warnings
18719         * src/noticeview.c
18720                 Layout cleaning, reset 2nd button
18721                 when specifying one
18722
18723 2004-07-09 [colin]      0.9.11cvs17.21
18724
18725         * src/messageview.c
18726         * src/pop.c
18727         * src/pop.h
18728                 Allow user to change his mind
18729                 and postpone decision (by
18730                 unmarking the mail)
18731
18732 2004-07-09 [colin]      0.9.11cvs17.20
18733
18734         * src/messageview.c
18735                 Fix bug with delete state
18736         * src/pop.c
18737         * src/pop.h
18738                 Fix buffer leak (fread doesn't 
18739                 terminate buffers with \0)
18740                 Refactoring (remove magic 
18741                 numbers)
18742
18743 2004-07-09 [colin]      0.9.11cvs17.19
18744
18745         * src/pop.c
18746                 Don't log "Skipping message" if 
18747                 we're going to TOP it two lines
18748                 later
18749
18750 2004-07-09 [colin]      0.9.11cvs17.18
18751
18752         * src/messageview.c
18753                 Fix Engrish
18754
18755 2004-07-09 [colin]      0.9.11cvs17.17
18756
18757         * src/pop.c
18758                 strlen checking...
18759         * src/messageview.c
18760                 refactoring a bit
18761
18762 2004-07-08 [colin]      0.9.11cvs17.16
18763
18764         * src/noticeview.c
18765         * src/noticeview.h
18766                 Add an optional second button
18767         * src/messageview.c
18768         * src/pop.c
18769         * src/pop.h
18770                 Don't delete partially received mails after a certain
18771                 time; rather, let the user decide.
18772
18773 2004-07-08 [colin]      0.9.11cvs17.15
18774
18775         * src/common/smtp.h
18776                 Sync with HEAD
18777
18778 2004-07-08 [colin]      0.9.11cvs17.14
18779
18780         * src/messageview.c
18781         * src/common/smtp.c
18782                 Use to_human_readable() for sizes
18783
18784 2004-07-08 [colin]      0.9.11cvs17.13
18785
18786         * src/inc.c
18787         * src/messageview.c
18788         * src/pop.c
18789         * src/pop.h
18790         * src/procmsg.c
18791                 Fix partial-downloading issues:
18792                         catch unsupported TOP
18793                         don't delete partially downloaded mails before 5 days
18794                         don't update existing with non-MH folders; that'll
18795                         make dups, but it's better than trashing the folder
18796                         free new msginfo parts
18797                 Fix indentation ;-)
18798
18799 2004-07-08 [colin]      0.9.11cvs17.12
18800
18801         * src/common/smtp.c
18802         * src/common/smtp.h
18803                 Sync smtp size verification with HEAD
18804
18805 2004-07-08 [colin]      0.9.11cvs17.11
18806
18807         * src/summaryview.c
18808         * src/prefs_common.c
18809         * src/prefs_common.h
18810         * src/gtk/quicksearch.c
18811         * src/gtk/quicksearch.h
18812                 Sync sticky pref with HEAD
18813
18814 2004-07-08 [colin]      0.9.11cvs17.10
18815
18816         * src/folder.c [1.213.2.6]
18817         * src/folder.h [1.87.2.6]
18818         * src/inc.c [1.149.2.7]
18819         * src/messageview.c [1.94.2.8]
18820         * src/procheader.c [1.47.2.6]
18821         * src/procmsg.c [1.150.2.4]
18822         * src/procmsg.h [1.60.2.5]
18823         * src/pop.c [1.56.2.4]
18824         * src/pop.h [1.17.2.3]
18825                 Let too big messages get downloaded, but truncated
18826                 Add a button to download them completely
18827                 
18828 2004-07-06 [colin]      0.9.11cvs17.9
18829
18830         * src/gtk/quicksearch.c [1.1.2.3]
18831                 Add a Clear button
18832         * commitHelper
18833         * PATCHSETS
18834                 Add a script to help with cvs
18835
18836 2004-07-03 [colin]      0.9.11cvs17.8
18837
18838         * src/plugins/imageviewer/viewer.c
18839                 fix imageviewer (which was staying on the first
18840                 displayed image)
18841
18842 2004-07-03 [colin]      0.9.11cvs17.7
18843
18844         Removed FIXME_GTK2 warnings
18845         * src/gtk/gtkutils.c
18846                 useless #warnings
18847         * src/gtk/menu.c
18848                 useless #warnings (no need to mess with menu rc)
18849         * src/gtk/menu.h
18850                 unused functions
18851         
18852
18853 2004-07-03 [colin]      0.9.11cvs17.6
18854
18855         Removed FIXME_GTK2 warnings
18856         * src/codeconv.c
18857                 useless #warnings (rewrite needed)
18858         * src/compose.c
18859                 useless #warnings (rewrite needed)
18860                 useless #warnings (gtk2 is like that)
18861                 useless #warnings (previously fixed)
18862         * src/main.c
18863                 useless #warnings (previously fixed)
18864         * src/message_search.c
18865                 useless #warnings (gtk2 is like that)
18866                 Made apparent that search is case-sensitive
18867         * src/mimeview.c
18868                 useless #warnings (rewrite needed)
18869                 useless #warnings (gtk2 is like that)
18870                 reimplemented real warnings
18871         * src/prefs_common.c
18872                 Removed block cursor option (not it gtk2)
18873         * src/prefs_gtk.c
18874                 useless #warnings (rewrite needed)
18875         * src/procheader.c
18876                 useless #warnings (rewrite needed)
18877         * src/sourcewindow.c
18878                 useless #warnings (incorrect placing)
18879         * src/summary_search.c
18880                 useless #warnings (gtk2 is like that)
18881                 Made apparent that search is case-sensitive
18882         * src/action.c
18883                 useless #warnings (gtk2 is like that)
18884         * src/textview.c
18885                 useless #warnings (rewrite needed)
18886         * src/toolbar.c
18887                 useless #warnings (rewrite needed)
18888
18889 2004-07-03 [colin]      0.9.11cvs17.5
18890
18891         * src/textview.c
18892                 Fix mismerge which broke URI opening
18893                 
18894 2004-07-01 [colin]      0.9.11cvs17.4
18895
18896         * src/gtk/filesel.c
18897                 Fill filename when saving
18898                 
18899 2004-06-27 [colin]      0.9.11cvs17.3
18900
18901         * src/gtk/filesel.[ch]
18902                 Use the new GTK file selector
18903                 Update prototype to match the reality: multiple file
18904                 selection is open-only          
18905         * src/compose.c
18906                 Match the new prototypes        
18907         * configure.ac
18908                 Match the new requirements (gtk 2.4.0)
18909                         
18910 2004-06-26 [colin]      0.9.11cvs17.2
18911
18912         * src/plugins/trayicon/trayicon.c
18913                 Remove useless signal handler on resize, which causes
18914                 an infinite "loop"
18915         
18916 2004-06-26 [colin]      0.9.11cvs17.1
18917         
18918         * tools/Makefile.am
18919                 remove launch_firebird and add nautilus2sylpheed.sh
18920         * src/quicksearch.c
18921           src/summaryview.c
18922                 Fix show/hide "Extended symbols" button problem
18923                 Fix apparition at startup
18924                 Fix const warnings
18925         * src/plugins/image_viewer/Makefile.am
18926                 Fix configure 
18927         * common/ssl.c
18928                 Re-enable certificate check, as it doesn't seem to
18929                 cause Xlib errors anymore
18930
18931 2004-06-25 [paul]       0.9.11cvs17
18932
18933         * sync with 0.9.11cvs17 HEAD
18934         
18935         NOTE: QuickSearch is broken
18936
18937 2004-06-07 [colin]      0.9.10claws67.10
18938         * src/plugins/trayicon/trayicon.c
18939           src/plugins/trayicon/libeggtrayicon/Makefile.am
18940           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18941                 Fix gettextization in trayicon plugin
18942
18943 2004-06-07 [colin]      0.9.10claws67.9
18944         
18945         * src/summaryview.c
18946           src/gtk/gtksctree.[ch]
18947                 Let Shift+{Up,Down} work in summaryview
18948                 (well, Down "works" and Up works)
18949                 Let the list scroll when using these keys
18950
18951 2004-06-06 [colin]      0.9.10claws67.8
18952
18953         * src/plugins/trayicon/trayicon.c
18954                 Fix pixmap update
18955
18956 2004-06-06 [colin]      0.9.10claws67.7
18957
18958         * src/addressbook.c
18959                 Fix signal handling causing system-wide focus grab
18960
18961 2004-05-25 [paul]       0.9.10claws67.6
18962
18963         * Makefile.am
18964           src/Makefile.am
18965                 clean up
18966
18967 2004-05-25 [paul]       0.9.10claws67.5
18968
18969         * replace deprecated gtk_signal... functions
18970
18971 2004-05-23 [colin]      0.9.10claws67.4
18972
18973         * src/compose.c
18974                 Fix wrapping
18975
18976 2004-05-22 [colin]      0.9.10claws67.3
18977
18978         * src/compose.c
18979                 Re-fix [Edited] in compose.c::compose_reedit()
18980
18981 2004-05-22 [colin]      0.9.10claws67.2
18982
18983         * src/procmime.c
18984                 Fix parsing of multiparts mails
18985
18986 2004-05-22 [colin]      0.9.10claws67.1
18987
18988         * src/summaryview.c
18989                 Fix quicksearch
18990
18991 2004-05-22 [paul]       0.9.10claws67
18992
18993         * sync with 0.9.10claws67 HEAD
18994
18995 2004-05-14 [alfons]
18996
18997         * src/procmime.h
18998                 add forgotton prototype
18999
19000 2004-05-10 [paul]       0.9.10claws57
19001
19002         * sync with 0.9.10claws57 HEAD
19003
19004 2004-05-05 [paul]       0.9.9.claws1
19005
19006         * ChangeLog-gtk2        ** REMOVED **
19007           ChangeLog-gtk2.claws  ** ADDED **
19008                 rename and adopt the normal claws format
19009                 
19010         * configure.ac
19011                 require gtkmathview >= 0.5
19012
19013         * ac/*                          ** REMOVED **
19014           ac/                           ** REMOVED **
19015           intl/Makefile.in              ** REMOVED **
19016           m4/                           ** ADDED **
19017           m4/missing                    ** ADDED **
19018           m4/missing/gdk-pixbuf.m4      ** ADDED **
19019           m4/missing/gettext.m4         ** ADDED **
19020           m4/missing/gpgme.m4           ** ADDED **
19021           m4/missing/imlib.m4           ** ADDED **
19022           m4/.cvsignore                 ** ADDED **
19023           m4/Makefile.am                ** ADDED **
19024           m4/README                     ** ADDED **
19025           m4/aclocal-include.m4         ** ADDED **
19026           m4/aspell.m4                  ** ADDED **
19027           m4/check-type.m4              ** ADDED **
19028           m4/gnupg-check-typedef.m4     ** ADDED **
19029           m4/openssl.m4                 ** ADDED **
19030           m4/spamassassin.m4            ** ADDED **
19031           po/ChangeLog                  ** REMOVED **
19032           po/Makefile.in.in             ** REMOVED **
19033           po/Rules-quot                 ** REMOVED **
19034           po/boldquot.sed               ** REMOVED **
19035           po/en@boldquot.header         ** REMOVED **
19036           po/en@quot.header             ** REMOVED **
19037           po/insert-header.sin          ** REMOVED **
19038           po/quot.sed                   ** REMOVED **
19039           po/remove-potcdate.sed        ** REMOVED **
19040           po/remove-potcdate.sin        ** REMOVED **
19041           po/stamp-po                   ** REMOVED **
19042           Makefile.am
19043           autogen.sh
19044           configure.ac
19045                 enable building with automake 1.8.x
19046                 add 'autopoint --force' to autogen.sh and remove all
19047                 auto-generated files, remove ac/ directory and use
19048                 m4/ directory instead
19049                 
19050         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19051                 fix gettextization
19052
19053 2004-02-28 Colin Leroy <colin@colino.net>
19054         * src/prefs_matcher.c
19055           src/prefs_filtering.c
19056           src/prefs_filtering_action.c
19057                 Fix non-editable GtkEntries
19058
19059 2004-02-22 Thorsten Maerz <torte@netztorte.de>
19060         * src/prefs_themes.c
19061                 utf8 conversion for theme info
19062
19063 2004-02-21 Thorsten Maerz <torte@netztorte.de>
19064         * sync 0.9.9claws
19065
19066 2004-02-14 Thorsten Maerz <torte@netztorte.de>
19067         * src/grouplistdialog.c
19068                 allow multiple selections without ctrl key
19069
19070 2004-02-09 Thorsten Maerz <torte@netztorte.de>
19071         * src/main.c
19072                 enable customizable accelerators
19073
19074 2004-02-08 Thorsten Maerz <torte@netztorte.de>
19075         * src/prefs_common.c
19076                 re-enable different font settings for gtk1/2
19077         * src/prefs_folder_item.c
19078                 fix folder prefs displayed wrong
19079         * src/textview.c
19080                 set 'sunken' shadow type
19081
19082 2004-02-07 Colin Leroy <colin@colino.net>
19083         * src/compose.c
19084                 Fix message being always [Edited]
19085                 Encode headers correctly (utf8 buf)
19086
19087 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19088         * src/socket.c
19089                 remove double g_source_attach()
19090                 (Thanks to Colin Leroy)
19091
19092 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19093         * src/gtk/gtksctree.c
19094                 Fix SSL certificate list not shown
19095         * src/mimeview.c
19096                 Fix clicks in mime tree
19097
19098 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19099         * src/common/socket.c
19100                 Fix SSL receive
19101         * src/compose.c
19102                 Fix clipboard menu hotkeys
19103
19104 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19105         * src/gtk/gtkaspell.[ch]
19106           src/compose.c
19107                 reimplement spellchecker
19108
19109 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19110         * src/gtk/filesel.c
19111                 crash when inserting file in compose window
19112                 (TODO: keep old selection on clicks)
19113         * src/main.c
19114                 use gtkrc-2.0 instead of gtkrc
19115
19116 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19117         * src/messageview.c
19118                 remove orphaned mimeview unref()
19119
19120 2004-01-20 Thorsten Maerz <torte@netztorte.de>
19121         * src/grouplistdialog.c
19122                 expand nodes containing subscribed groups
19123
19124 2004-01-19 Thorsten Maerz <torte@netztorte.de>
19125         * src/textview.c
19126                 textview: hide cursor, restore old click behaviour
19127
19128 2004-01-18 Thorsten Maerz <torte@netztorte.de>
19129         * src/textview.c
19130                 variable names messed up
19131
19132 2004-01-17 Colin Leroy <colin@colino.net>
19133         * src/addr_compl.c
19134                 Fix completion address too thin
19135         * src/compose.c
19136                 Fix tab-to-subject behaviour
19137         * src/summaryview.c
19138                 Implement key up & down in summaryview
19139
19140 2004-01-12 Thorsten Maerz <torte@netztorte.de>
19141
19142         * sync 098claws
19143
19144 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19145         * configure.ac
19146           Makefile.am
19147           doc/.cvsignore
19148           doc/Makefile.am
19149                 faq, man, manual moved to doc/
19150         * ac/aspell.m4
19151           ac/check-type.m4
19152           ac/gnupg-check-typedef.m4
19153           ac/openssl.m4
19154           ac/spamassassin.m4
19155           ac/missing/gdk-pixbuf.m4
19156           ac/missing/gpgme.m4
19157           ac/missing/imlib.m4
19158                 fix automake warnings
19159
19160 2003-12-06 Colin Leroy <colin@colino.net>
19161         * src/summaryview.c
19162                 Fix quicksearch
19163
19164 2003-12-05 Colin Leroy <colin@colino.net>
19165         * src/summaryview.c
19166                 Fix going to next unread folder
19167
19168 2003-12-05 Colin Leroy <colin@colino.net>
19169         * src/crash.c
19170                 Fix gtk2 compilation
19171         * src/session.c
19172                 Remove iotag source handler at disconnection
19173         * src/socket.[ch] 
19174                 Remove source handler when closing socket 
19175                 (fixes another seg)
19176
19177 2003-12-04 Colin Leroy <colin@colino.net>
19178         * src/compose.c
19179           src/prefs_account.c
19180           src/prefs_common.c
19181                 Fix some dropdown menus
19182
19183 2003-12-04 Colin Leroy <colin@colino.net>
19184         * src/compose.c
19185                 Fix event handlers on header fields
19186         * src/common/socket.c
19187           src/common/session.c
19188                 Fix segfault with callback (SSL)
19189                 Fix end of session 
19190
19191 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19192
19193         * Fix compile bug in src/compose.c
19194         * removed src/gtk/gtkstext.[ch]
19195
19196 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19197
19198         * Convert character set and escape "text" attributes in toolbar setting
19199         files.
19200         * Fixed bug in button-press-event handling.
19201
19202 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19203
19204         * Fixed bug in key-press-event handling.
19205
19206 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19207
19208         * Enabled to compile tray-icon plugin (Ad-hoc).
19209         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19210
19211 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19212
19213         * Enabled to compile on sylpheed-claws.
19214         (tray-icon plugin still cannot compile yet.)
19215
19216 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19217
19218         * Updated to 0.9.5.
19219
19220 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19221
19222         * Updated to 0.9.4.
19223         * Ported monitoring SSL mechanism to GSource of GLib2
19224         (I don't confirm it)
19225         * Added _gtk2 suffix to key name of font preference to avoid
19226         ovverwriting preference of Gtk+-1.2 version.
19227
19228 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19229
19230         * Updated to 0.9.2.
19231
19232 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19233
19234         * Updated to 0.9.1.
19235         * Translate po files into UTF-8 when execute autogen.sh.
19236
19237 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19238
19239         * Updated to 0.9.0.
19240
19241 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19242
19243         * Plugged GError related memory leaks.
19244
19245 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19246
19247         * Changed default size of fonts.
19248         * Enabled to set titile font size of warning dialog.
19249
19250 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19251
19252         * Embed a sylpheed icon into executable binary on Windows.
19253
19254 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19255
19256         * I forgot to traslate character set of element string in src/xml.c.
19257
19258 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19259
19260         * Fixed detecting bind_textdomain_codeset in configure.in.
19261         * The bug in which "Example" of "Date fromat" preference isn't displayed
19262         correctly has been fixed.
19263
19264 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19265
19266         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19267           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19268           glib-gettextize
19269           Removed intl directory.
19270           Translated po files into UTF-8.
19271           (Thanks! Ryuji Abe)
19272
19273 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19274
19275         * The bug which doesn't unscape string in xml.c has been fixed.
19276
19277 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19278
19279         * The bug which is failed to translate encoding of file name thorough
19280         file dialog has been fixed.
19281
19282 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19283
19284         * Modified to translate file names which is used in inporting/expoting
19285         mbox feature and "Save as" feature into locale encoding.
19286         * Translate file names into locale encoding when "Attache file" and
19287         "Insert file".
19288         * Force set G_BROKEN_FILENAMES environment variable.
19289         * Other minor fixes.
19290
19291 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19292
19293         * Modified to treat MH folder's name as locale encoding.
19294
19295 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19296
19297         * The bug which clash on switching candidates of auto completion of
19298         addresses, cannot use auto completion in Japanesse is fixed
19299         (Thanks! Tokunaga-san)¡¥
19300
19301 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19302
19303         * The bug which cannot switch key accelerator preference has been fixed
19304         (Thanks! smbd-san)¡¥
19305
19306 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19307
19308         * version 0.8.11-gtk2-20030314
19309
19310 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19311
19312         * The bug in which character set conversion of filtering messages has
19313         been fixed.(Thanks! COCOA-san).
19314
19315 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19316
19317         * Revived "Leave space on head" preference in "Message" category.
19318         * A bug which clash when put the cursor to end of buffer and execute
19319         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19320
19321 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19322
19323         * version 0.8.11-gtk2-20030312
19324
19325 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19326
19327         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19328         * Modified to use Pango's API directly for font preference.
19329         * Integrated GtkTextView of textview to one widget.
19330         * Set fonts of header title in textview by "header_title" tag.
19331         * Removed some deprecated codes.
19332
19333 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19334
19335         * Updated to 0.8.11.
19336         * Merged cygwin patch(Thanks! Sakai-san).
19337
19338 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19339
19340         * version 0.8.10-gtk2-20030309