2006-10-24 [colin] 2.5.6cvs6
[claws.git] / ChangeLog
1 2006-10-24 [colin]      2.5.6cvs6
2
3         * src/textview.c
4         * src/gtk/gtkutils.c
5                 Fix crash when printing emails with an
6                 xface
7
8 2006-10-24 [mones]      2.5.6cvs5
9
10         * manual/es/advanced.xml
11                 Synchronize hidden option respect_flowed_format
12         * po/es.po
13                 Updated translation
14
15 2006-10-21 [paul]       2.5.6cvs4
16
17         * src/gtk/authors.h
18         * src/plugins/pgpcore/pgp_viewer.c
19         * src/plugins/pgpcore/sgpgme.c
20                 fix building on BSDs
21                 Thanks to Michael Hughes
22                 <Sylpheed-Claws_user@thehugheslogcabin.net>
23
24 2006-10-20 [colin]      2.5.6cvs3
25
26         * configure.ac
27                 Bump up libetpan requirement
28                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
29         * src/common/utils.c
30         * src/common/utils.h
31                 Add convenience get_file_mtime()
32         * src/imap.c
33         * src/etpan/imap-thread.c
34         * src/etpan/imap-thread.h
35                 Implement UIDPLUS support if the server
36                 supports it - faster sending in this case
37
38 2006-10-19 [colin]      2.5.6cvs2
39
40         * src/gtk/quicksearch.c
41                 Fix emptying in type-ahead+extended mode
42         * src/mainwindow.c
43         * src/mainwindow.h
44                 Add a hook for offline state change
45         * src/plugins/trayicon/trayicon.c
46                 Use it to display offline icons
47         * src/plugins/trayicon/Makefile.am
48         * src/plugins/trayicon/newmail.offline.xpm
49         * src/plugins/trayicon/newmarkedmail.offline.xpm
50         * src/plugins/trayicon/nomail.offline.xpm
51         * src/plugins/trayicon/unreadmail.offline.xpm
52         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
53                 Add the icons
54
55 2006-10-12 [paul]       2.5.6cvs1
56
57         * NEWS
58         * README
59         * configure.ac
60                 Update version number following
61                 stable release
62
63 2006-10-19 [colin]      2.5.5cvs18
64
65         * manual/handling.xml
66                 Add type-ahead search
67
68 2006-10-18 [colin]      2.5.5cvs17
69
70         * src/gtk/quicksearch.c
71                 Remove "save to history only if there's
72                 no syntax error", it breaks for some 
73                 reason which I'll investigate later.
74
75 2006-10-18 [colin]      2.5.5cvs16
76
77         * src/prefs_common.c
78         * src/prefs_common.h
79         * src/summaryview.c
80         * src/gtk/quicksearch.c
81         * src/gtk/quicksearch.h
82                 Add a type-ahead option for fast searches
83                 Patch by Fabien Vantard
84
85 2006-10-18 [colin]      2.5.5cvs15
86
87         * src/compose.c
88         * src/compose.h
89                 Add Options/Reply mode/ menu to be able to
90                 change the recipients of a reply on the fly
91
92 2006-10-18 [colin]      2.5.5cvs14
93
94         * src/compose.c
95                 Fix redirecting of our own sent mails
96
97 2006-10-17 [wwp]        2.5.5cvs13
98
99         * src/send_message.c
100                 Fix duplicate error messages when sending, and missing
101                 newline in such error messages.
102
103 2006-10-17 [colin]      2.5.5cvs12
104
105         * src/compose.c
106                 Compare addresses case-insensitive
107
108 2006-10-17 [colin]      2.5.5cvs11
109
110         * src/plugins/pgpcore/sgpgme.c
111                 Fix return status
112
113 2006-10-17 [colin]      2.5.5cvs10
114
115         * src/plugins/pgpcore/pgp_viewer.c
116                 Fix return status
117
118 2006-10-17 [colin]      2.5.5cvs9
119
120         * src/quote_fmt.c
121                 Fix a typo (thanks to Fabien)
122
123 2006-10-16 [colin]      2.5.5cvs8
124
125         * src/textview.c
126                 Fix problem with quote-folding when emails
127                 don't convert cleanly to UTF-8
128
129 2006-10-14 [colin]      2.5.5cvs7
130
131         * src/prefs_template.c
132                 Reset fields when reopening
133                 the window
134
135 2006-10-13 [paul]       2.5.5cvs6
136
137         * manual/advanced.xml
138         * src/prefs_message.c
139                 make 'respect_flowed_format' a hidden
140                 option, and add a manual entry for it
141                 Thanks to Colin
142
143 2006-10-12 [colin]      2.5.5cvs5
144
145         * src/codeconv.c
146                 Revert part of 2.5.2cvs21:
147                 Don't optimise by reusing the 
148                 last iconv converter if possible:
149                 it seems slightly broken in a 
150                 very hard way to reproduce
151
152 2006-10-12 [colin]      2.5.5cvs4
153
154         * src/prefs_common.c
155         * src/prefs_common.h
156         * src/prefs_message.c
157         * src/procmime.c
158                 Fix bug 1035, 'Incorrect handling 
159                 of flowed lines'. We now optionnaly
160                 handle this format (preference is in
161                 Message View/Text options section)
162
163 2006-10-12 [colin]      2.5.5cvs3
164
165         * po/POTFILES.in
166                 Add new file
167         * src/plugins/pgpcore/pgp_viewer.c
168         * src/plugins/pgpcore/sgpgme.c
169                 Don't try to import without asking
170
171 2006-10-12 [colin]      2.5.5cvs2
172
173         * src/compose.c
174                 Fix bug 1036, 'Forwarding a mutlipart
175                 mail with a "text/html" block to ms
176                 outlook users leeds to freeze of
177                 outlook'. Poor outlook users...
178
179 2006-10-12 [paul]       2.5.5cvs1
180
181         * NEWS
182         * README
183         * configure.ac
184                 Update version number following
185                 stable release
186
187 2006-10-11 [paul]       2.5.4cvs1
188
189         * NEWS
190         * README
191         * configure.ac
192                 Update version number following
193                 stable release
194
195 2006-10-11 [paul]       2.5.3cvs32
196
197         * src/textview.c
198                 fix bug 1032, 'Segmentation fault when showing
199                 message' (bug in quote folding)
200                 Thanks to Colin
201
202 2006-10-10 [colin]      2.5.3cvs31
203
204         * src/quote_fmt.c
205                 Rephrase english a bit
206
207 2006-10-10 [colin]      2.5.3cvs30
208
209         * src/prefs_compose_writing.c
210                 Stop making the page larger than the window
211
212 2006-10-10 [wwp]        2.5.3cvs29
213
214         * src/compose.c
215         * src/prefs_template.c
216         * src/quote_fmt.c
217         * src/quote_fmt.h
218         * src/quote_fmt_lex.l
219         * src/quote_fmt_parse.y
220                 Extend the quote parser a bit: allow to get access to
221                 basic (composing) account info.
222
223 2006-10-10 [colin]      2.5.3cvs28
224
225         * src/procheader.c
226                 Fix this \t problem in subject
227
228 2006-10-09 [colin]      2.5.3cvs27
229
230         * src/main.c
231         * src/prefs_gtk.c
232                 Prepare cache a bit later
233                 If section already exists, skip the new one 
234                 (as previously); avoid writing the same block
235                 twice - if we find a second block with the 
236                 same id, skip it.
237         * src/plugins/pgpcore/pgp_viewer.c
238                 Set cursor to busy when retrieving a key
239         * src/plugins/pgpcore/sgpgme.c
240                 allow 5 seconds for gpg to export the key
241                 
242
243 2006-10-09 [colin]      2.5.3cvs26
244
245         * configure.ac
246         * src/msgcache.c
247         * src/prefs_gtk.c
248                 Check for existence of fgets_unlocked
249                 and fwrite_unlocked
250
251 2006-10-09 [paul]       2.5.3cvs25
252
253         * src/prefs_summaries.c
254                 replace strftime() with fast_strftime() and in
255                 the consequence fix the bug in the display of
256                 AM/PM in the 'Example' string
257
258 2006-10-09 [ticho]      2.5.3cvs24
259
260         * po/sk.po
261                 Updated (and fixed up somewhat) Slovak translation.
262
263 2006-10-08 [colin]      2.5.3cvs23
264
265         * src/prefs_folder_item.c
266                 Explain why prefs in the top-level folder
267                 aren't retained, but are still useful
268
269 2006-10-08 [colin]      2.5.3cvs22
270
271         * src/prefs_gtk.c
272                 Don't cache anything if caching fails
273
274 2006-10-08 [colin]      2.5.3cvs21
275
276         * src/common/utils.c
277                 always include gi18n.h
278
279 2006-10-07 [colin]      2.5.3cvs20
280
281         * src/plugins/pgpcore/pgp_viewer.c
282                 Kill gpg after 5 seconds wait
283
284 2006-10-07 [colin]      2.5.3cvs19
285
286         * src/plugins/pgpcore/pgp_viewer.c
287         * src/plugins/pgpcore/pgp_viewer.h
288                 Fix copyright
289
290 2006-10-07 [colin]      2.5.3cvs18
291
292         * src/plugins/pgpcore/pgp_viewer.c
293         * src/plugins/pgpcore/pgp_viewer.h
294                 Actually add the files to CVS
295
296 2006-10-07 [colin]      2.5.3cvs17
297
298         * src/plugins/pgpcore/sgpgme.c
299                 Be sure not to crash on 'application/pgp-signature' that
300                 are not application/pgp-signatures
301
302 2006-10-07 [colin]      2.5.3cvs16
303
304         * src/textview.c
305         * src/textview.h
306                 Make a bit more of the API available
307         * src/plugins/pgpcore/Makefile.am
308         * src/plugins/pgpcore/plugin.c
309         * src/plugins/pgpcore/sgpgme.c
310                 Add basic key import/export
311
312 2006-10-07 [colin]      2.5.3cvs15
313
314         * src/folderview.c
315         * src/imap.c
316         * src/prefs_account.c
317         * src/wizard.c
318                 Warn users *everywhere* if libetpan's not
319                 linked in
320
321 2006-10-06 [mones]      2.5.3cvs14
322
323         * po/de.po
324         * po/es.po
325                 updated by Stephan Sachse and me
326
327 2006-10-06 [colin]      2.5.3cvs13
328
329         * src/main.c
330         * src/common/sylpheed.c
331                 Don't load common plugins if --exit is passed
332         * src/prefs_gtk.c
333         * src/prefs_gtk.h
334                 Implement a cache to avoid reading the same
335                 files over and over again at startup
336
337 2006-10-06 [colin]      2.5.3cvs12
338
339         * src/summaryview.c
340         * src/gtk/quicksearch.c
341                 Update display every 5k mails on fast searches
342
343 2006-10-06 [colin]      2.5.3cvs11
344
345         * src/textview.c
346                 Don't do quote folding on HTML or ERTF.
347                 May fix the Cygwin issues if they were
348                 happening with HTML mails?
349
350 2006-10-05 [colin]      2.5.3cvs10
351
352         * src/prefs_gtk.c
353                 Oops, forgot one
354
355 2006-10-05 [colin]      2.5.3cvs9
356
357         * src/prefs_gtk.c
358                 Use unlocked_stdio here too
359
360 2006-10-05 [colin]      2.5.3cvs8
361
362         * src/folderview.c
363                 Fix go to next * after preferences apply
364         * src/msgcache.c
365                 Do the fd lock/unlock ourselves instead of
366                 letting the libc do it at each write 
367
368 2006-10-05 [colin]      2.5.3cvs7
369
370         * src/common/utils.c
371                 Faster division, thanks to Jean Diraison
372
373 2006-10-05 [paul]       2.5.3cvs6
374
375         * src/common/utils.c
376                 fix building with --disable-nls
377
378 2006-10-04 [colin]      2.5.3cvs5
379
380         * src/folder.c
381                 Maybe fix a segfault
382
383 2006-10-04 [wwp]        2.5.3cvs4
384
385         * src/prefs_folder_item.c
386                 Fine-tune layouts in folder item prefs. Suggested by
387                 Fabien Vantard <fzzzzz@gmail.com>.
388
389 2006-10-04 [wwp]        2.5.3cvs3
390
391         * src/prefs_folder_item.c
392                 Kill the clandestine passengers. You didn't see anything.
393
394 2006-10-04 [wwp]        2.5.3cvs2
395
396         * src/prefs_folder_item.c
397                 Add a way to test the subject simplify regexp in
398                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
399                 w/ few layout changes.
400
401 2006-20-04 [paul]       2.5.3cvs1
402
403         * NEWS
404         * README
405         * configure.ac
406                 Update version number following
407                 stable release
408
409 2006-10-04 [colin]      2.5.2cvs42
410
411         * src/folder.c
412         * src/folder.h
413         * src/summaryview.c
414                 Provide a way for folder classes to set their sort
415                 type and key
416
417 2006-10-03 [colin]      2.5.2cvs41
418
419         * src/mh.c
420                 Don't use strlen() to know if the
421                 string's empty
422
423 2006-10-03 [colin]      2.5.2cvs40
424
425         * src/mh.c
426                 Fix "check for new folders" with accentued folders
427
428 2006-10-03 [ticho]      2.5.2cvs39
429
430         * src/filtering.c
431         * src/folder.c
432         * src/inc.c
433         * src/mbox.c
434                 Colin's fix for "copy" filtering rules.
435
436 2006-10-02 [colin]      2.5.2cvs38
437
438         * src/folderview.c
439                 Fix for double-click too
440
441 2006-10-02 [colin]      2.5.2cvs37
442
443         * src/folderview.c
444                 correct fix for cvs36
445
446 2006-10-02 [colin]      2.5.2cvs36
447
448         * src/folderview.c
449                 Fix 'goto next unread' after collapsing/expanding 
450                 a node.
451
452 2006-10-02 [colin]      2.5.2cvs35
453
454         * src/summaryview.c
455                 Fix double freeze/thaw
456         * src/common/utils.c
457         * src/common/utils.h
458                 Reimplement strftime
459         * src/procheader.c
460                 Use it
461
462
463 2006-10-02 [colin]      2.5.2cvs34
464
465         * src/mh.c
466                 Time mh_write_sequences() - it's fast
467         * src/summaryview.c
468                 Init a variable to shut up gcc
469
470 2006-10-01 [colin]      2.5.2cvs33
471
472         * src/folder.c
473         * src/mh.c
474         * src/mh.h
475         * src/msgcache.c
476                 Add helper mh_set_mtime(), and set mtime to stat()'s result
477                 Add fsync but disable it, it's slow as hell
478
479 2006-10-01 [colin]      2.5.2cvs32
480
481         * src/mh.c
482         * src/msgcache.c
483                 fflush() caches and mh_sequences before
484                 fclose()ing
485
486 2006-10-01 [colin]      2.5.2cvs31
487
488         * src/msgcache.c
489                 Don't ftruncate when not using mmap
490
491 2006-09-30 [colin]      2.5.2cvs30
492
493         * src/main.c
494                 Write folder list *after* saving caches
495
496 2006-09-30 [colin]      2.5.2cvs29
497
498         * src/folder.c
499         * src/mh.c
500                 Debug forced mtime changes
501
502 2006-09-30 [colin]      2.5.2cvs28
503
504         * src/folder.c
505         * src/main.c
506                 Remove useless debug_print()s (code
507                 well-tested)
508
509 2006-09-30 [colin]      2.5.2cvs27
510
511         * src/mh.c
512                 Do stuff faster when writing mh_sequences
513
514 2006-09-30 [colin]      2.5.2cvs26
515
516         * src/mh.c
517                 Don't let the writing of .mh_sequences, which
518                 can change the folder's mtime, let us think
519                 we need to scan.
520
521 2006-09-30 [colin]      2.5.2cvs25
522
523         * src/folder.c
524                 Move a debug_print where it belongs 
525                 (processing)
526         * src/summaryview.c
527                 Don't mess with a huge slow subject
528                 table if we're not threading by
529                 subject
530
531 2006-09-30 [colin]      2.5.2cvs24
532
533         * src/msgcache.c
534                 Reenable mmaped reads (*not* writes!)
535         * src/procmsg.c
536                 Don't destroy and recreate hashtables just
537                 for fun
538         * src/common/utils.c
539                 Remove useless reply prefixes (it's case
540                 unsensitive)
541
542 2006-09-30 [wwp]        2.5.2cvs23
543
544         * tools/fix_date.sh
545                 Fixed a minor bug in date value extraction, added a switch
546                 to replace non RFC-compliant Date: value, added a switch
547                 to use strict RFC matching patterns for dates.
548
549 2006-09-29 [colin]      2.5.2cvs22
550
551         * src/matcher_parser.h
552         * src/matcher_parser_parse.y
553         * src/prefs_filtering.c
554         * src/statusbar.c
555         * src/summary_search.c
556         * src/summaryview.c
557         * src/gtk/quicksearch.c
558         * src/gtk/quicksearch.h
559                 Optimise searches by setting different
560                 refresh intervals (depending if the 
561                 search is fast or not)
562
563 2006-09-29 [colin]      2.5.2cvs21
564
565         * src/codeconv.c
566                 Optimise by reusing the last iconv converter
567                 if possible
568         * src/textview.c
569                 Optimise a bit (the foldable quotes feature
570                 still has an awful O(n^2) algo
571
572 2006-09-29 [colin]      2.5.2cvs20
573
574         * src/gtk/gtksctree.c
575         * src/gtk/gtksctree.h
576                 Optimise de-selection via up/down or
577                 another key
578
579 2006-09-28 [colin]      2.5.2cvs19
580
581         * src/action.c
582         * src/compose.c
583         * src/folderview.c
584         * src/mainwindow.c
585         * src/messageview.c
586         * src/summary_search.c
587         * src/toolbar.c
588                 Avoid using summaryview->ctree directly
589
590 2006-09-28 [colin]      2.5.2cvs18
591
592         * src/summaryview.c
593         * src/summaryview.h
594                 Add helpers to freeze/thaw/grab_focus
595                 Factorize calls to freeze/thaw/grab_focus
596                 
597
598 2006-09-28 [colin]      2.5.2cvs17
599
600         * src/main.c
601                 More guards for the session management
602
603 2006-09-28 [colin]      2.5.2cvs16
604
605         * src/folderview.c
606         * src/gtk/gtksctree.c
607         * src/gtk/gtksctree.h
608                 Make expanding not recursive in folderview
609
610 2006-09-28 [colin]      2.5.2cvs15
611
612         * src/addressbook.c
613                 If nothing is selected in the list (right part)
614                 and a group is selected in the tree (left part),
615                 mail this group.
616
617 2006-09-28 [colin]      2.5.2cvs14
618
619         * src/Makefile.am
620                 Actually use SM_LIBS
621
622 2006-09-28 [ticho]      2.5.2cvs13
623
624         * src/export.c
625         * src/messageview.c
626         * src/mimeview.c
627         * src/news.c
628         * src/pop.c
629         * src/prefs_themes.c
630         * src/procmsg.c
631                 Small i18n string optimization.
632         * src/send_message.c
633         * src/summaryview.c
634         * src/common/session.c
635         * src/common/smtp.c
636         * src/common/ssl_certificate.c
637         * src/common/utils.c
638                 Use "Couldn't" instead of "Can't" in UI messages,
639                 where appropriate.
640
641 2006-09-28 [colin]      2.5.2cvs12
642
643         * configure.ac
644                 Possibly fix link errors
645
646 2006-09-27 [wwp]        2.5.2cvs11
647
648         * src/gtk/authors.h
649         * doc/man/sylpheed-claws.1
650         * manual/ack.xml
651         * manual/es/ack.xml
652         * manual/fr/ack.xml
653         * manual/pl/ack.xml
654                 Updated authors info (me, myself and I).
655
656 2006-09-27 [colin]      2.5.2cvs10
657
658         * src/addressbook.c
659                 Remove useless printf
660
661 2006-09-27 [wwp]        2.5.2cvs9
662
663         * src/editgroup.c
664         * src/send_message.c
665         * src/inc.c
666         * src/prefs_common.c
667         * src/prefs_common.h
668         * src/gtk/progressdialog.c
669                 remember more windows' sizes (send dialog, received dialog,
670                 edit group in addressbook).
671
672 2006-09-27 [colin]      2.5.2cvs8
673
674         * configure.ac
675         * src/main.c
676         * src/mainwindow.h
677                 Use libSM to communicate with the session
678                 manager, so that we can know when the 
679                 session ends, save our caches, and draft
680                 our compose windows.
681
682 2006-09-27 [colin]      2.5.2cvs7
683
684         * src/addressbook.c
685                 Fix issues:
686                 o Allow Book and Group creation from the tree's
687                   contextual menu
688                 o Do not actually delete the contacts when 
689                   deleting groups from the tree (duh!)
690
691 2006-09-27 [colin]      2.5.2cvs6
692
693         * src/compose.c
694         * src/compose.h
695         * src/mainwindow.c
696         * src/textview.c
697         * src/toolbar.c
698                 o Allow passing an email address to 
699                   compose_new_with_folderitem
700                 o Update callers
701                 o Use current folderitem when clicking
702                   on a TextView mailto: link
703                 o Fix a possible leak in TextView
704
705 2006-09-27 [colin]      2.5.2cvs5
706
707         * src/html.c
708                 Use UTF-8 chars to replace HTML entities
709
710 2006-09-27 [colin]      2.5.2cvs4
711
712         * AUTHORS
713         * src/prefs_account.c
714         * src/gtk/authors.h
715                 Fix bug #1024 (Array index out of
716                 range in sylpheed-claws-2.5.2)
717                 Patch by Ales Nosek <anosek@suse.cz>
718
719 2006-09-27 [colin]      2.5.2cvs3
720
721         * src/addr_compl.c
722                 Actually do the test
723
724 2006-09-27 [colin]      2.5.2cvs2
725
726         * src/addr_compl.c
727         * src/addr_compl.h
728                 Allow completing with comma (in certain cases: vCalendar
729                 for example doesn't support that)
730                 Patch by Fabien Vantard
731
732 2006-09-26 [colin]      2.5.2cvs1
733
734         * src/Makefile.am
735         * src/addr_compl.c
736         * src/addr_compl.h
737         * src/addrbook.c
738         * src/addrbook.h
739         * src/addressbook.c
740         * src/addrindex.c
741         * src/addrindex.h
742         * src/compose.c
743         * src/prefs_common.c
744         * src/prefs_filtering_action.c
745         * src/prefs_folder_item.c
746         * src/prefs_template.c
747         * src/stock_pixmap.c
748         * src/stock_pixmap.h
749         * src/pixmaps/addr_one.xpm
750         * src/pixmaps/addr_two.xpm
751                 Add auto-completion on groups
752
753 2006-09-26 [colin]      2.5.2
754
755         * NEWS
756         * README
757         * RELEASE_NOTES
758                 2.5.2 released
759
760 2006-09-26 [colin]      2.5.1cvs5
761
762         * src/matcher.c
763                 Fix condition
764
765 2006-09-26 [colin]      2.5.1cvs4
766
767         * src/mbox.c
768                 Revert cvs1 (useless as the message is printed 
769                 every 500 mails)
770
771 2006-09-26 [colin]      2.5.1cvs3
772
773         * src/partial_download.c
774                 Fix crasher found by Alexsandar Urosevic
775
776 2006-09-26 [colin]      2.5.1cvs2
777
778         * src/summaryview.c
779                 Fix bug #1023 (Sylpheed deletes too much messages)
780
781 2006-09-26 [ticho]      2.5.1cvs1
782
783         * src/mbox.c
784                 Make use of gettext's multiple plurals for statusbar
785                 progress message.
786
787 2006-09-25 [paul]       2.5.1
788
789         * NEWS
790         * README
791         * RELEASE_NOTES
792                 2.5.1 released
793
794 2006-09-25 [colin]      2.5.0cvs3
795
796         * src/plugins/bogofilter/bogofilter.c
797         * src/plugins/clamav/clamav_plugin.c
798         * src/plugins/spamassassin/spamassassin.c
799                 BogoFilter, Spamassassin: Fix double hook registering after
800                 visiting preferences
801                 Spamassassin, Clamav: Just set the mails to move instead of
802                 doing the move - caller will move the things at once.
803
804 2006-09-25 [colin]      2.5.0cvs2
805
806         * src/imap.c
807         * src/etpan/imap-thread.c
808                 Use UID SEARCH ALL instead of UID 1:*
809                 (braindead servers can't figure out that's
810                 the same...)
811
812 2006-09-25 [wwp]        2.5.0cvs1
813
814         * src/message_search.c
815                 Added the ability to stop a running search (in message body).
816
817 2006-09-25 [paul]       2.5.0
818
819         * NEWS
820         * README
821         * RELEASE_NOTES
822                 2.5.0 released
823
824 2006-09-25 [paul]       2.4.0cvs214
825
826         * po/cs.po
827         * po/de.po
828         * po/fi.po
829         * po/fr.po
830         * po/nl.po
831         * po/pt_BR.po
832         * po/sk.po
833         * po/sr.po
834         * po/zh_CN.po
835                 updated by Tim, Stephan Sachse, Flammie Pirinen,
836                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
837                 Ticho, Aleksander Urosevic, Ralgh Young
838
839 2006-09-24 [mones]      2.4.0cvs213
840
841         * po/es.po
842                 Updated for release
843
844 2006-09-23 [colin]      2.4.0cvs212
845
846         * src/gtk/inputdialog.c
847                 Fix [ ] remember this appearing in normal
848                 input dialogs after it's been used by
849                 mimeview.
850         * src/folder.c
851         * src/folderview.c
852         * src/msgcache.c
853         * src/procmsg.c
854         * src/summaryview.c
855         * src/textview.c
856         * src/common/timing.h
857                 Enable timings in debug mode and make it
858                 look prettier.
859
860 2006-09-22 [colin]      2.4.0cvs211
861
862         * README
863                 Revert test change
864         * commitHelper
865                 ping the correct URI
866
867 2006-09-22 [colin]      2.4.0cvs210
868
869         * README
870                 Let's see if bug #1022 is fixed
871
872 2006-09-21 [colin]      2.4.0cvs209
873
874         * src/wizard.c
875         * src/common/plugin.c
876                 Prepare infra to load predefined plugins when
877                 no configuration existed. Don't actually load
878                 anything yet (feat. freeze)
879
880 2006-09-21 [wwp]        2.4.0cvs208
881
882         * manual/fr/faq.xml
883                 Partial sync w/ 2.4.0cvs72:
884                 wrap file and minor updates.
885
886 2006-09-21 [wwp]        2.4.0cvs207
887
888         * tools/fix_date.sh
889                 several fixes and enhancements. A new --force switch has been
890                 added to prevent overriding by default Date: header when
891                 already existing.
892
893 2006-09-21 [paul]       2.4.0cvs206
894
895         * src/common/utils.c
896                 add Chinese UTF8 Re prefix
897
898 2006-09-21 [wwp]        2.4.0cvs205
899
900         * tools/Makefile.am
901                 Fics alfabettical order.
902
903 2006-09-21 [wwp]        2.4.0cvs204
904
905         * tools/fix_date.sh
906         * tools/Makefile.am
907                 Added an action tool to fix missing Date field in emails.
908                 Updated Makefile.am to reflect those last two additions.
909
910 2006-09-21 [wwp]        2.4.0cvs203
911
912         * tools/uuooffice
913                 Added a action tool to open uuencoded docs w/
914                 OpenOffice (based on uudec method).
915
916 2006-09-21 [colin]      2.4.0cvs202
917
918         * src/compose.c
919         * src/textview.c
920                 Workaround possible GTK crash: remove selection 
921                 clipboard before destroying widget, or GTK+-2.10
922                 dies. Thanks to Hiro.
923
924 2006-09-20 [colin]      2.4.0cvs201
925
926         * src/compose.c
927                 Fix free-after-use in some cases (when 
928                 procmime_encode_content() frees mimeinfo->data.mem
929                 and turns it to a temp file)
930
931 2006-09-20 [colin]      2.4.0cvs200
932
933         * src/folderview.c
934         * src/summaryview.c
935         * src/gtk/gtksctree.c
936         * src/gtk/gtksctree.h
937                 Add tooltips in the folderview and summaryview
938                 (Doesn't break string freeze as they already
939                 exist)
940         * src/toolbar.c
941                 Put the spam button in the default configuration
942                 if compiled with bogo plugin too
943
944 2006-09-19 [colin]      2.4.0cvs199
945
946         * src/summaryview.c
947         * src/summaryview.h
948                 Update folder name label on folder rename
949         * src/prefs_matcher.c
950         * src/gtk/logwindow.h
951                 Fix warnings
952                 Patches by Fabien
953
954 2006-09-19 [wwp]        2.4.0cvs198
955
956         * src/summary_search.c
957                 fix can't click forward/backward buttons in the
958                 search messages.
959
960 2006-09-18 [paul]       2.4.0cvs197
961
962         * src/wizard.c
963                 add missing bracket, capitalise the A of
964                 'SpamAssassin'
965
966 2006-09-18 [paul]       2.4.0cvs196
967
968         * src/compose.c
969                 fix bug 1012 'crashed upon sending mail
970                 from compose window'
971                 Thanks to Colin
972
973 2006-09-16 [colin]      2.4.0cvs195
974
975         * src/folderview.c
976                 Fix "real-time" sorting by freezing/thawing
977
978 2006-09-16 [colin]      2.4.0cvs194
979
980         * manual/faq.xml
981                 Fix the anti-spam entry a bit
982
983 2006-09-16 [colin]      2.4.0cvs193
984
985         * src/wizard.c
986                 Make sure reviewers have no excuse when stating
987                 Sylpheed-Claws doesn't have antispam capabilities.
988
989 2006-09-16 [colin]      2.4.0cvs192
990
991         * src/main.c
992                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
993                 as if the SIGPIPE comes from etpan's thread we could
994                 trigger a GUI update from this thread.
995
996 2006-09-16 [colin]      2.4.0cvs191
997
998         * src/summaryview.c
999                 Init all members of the struct
1000
1001 2006-09-16 [paul]       2.4.0cvs190
1002
1003         * src/account.c
1004                 improvements to the English
1005
1006 2006-09-15 [colin]      2.4.0cvs189
1007
1008         * src/summaryview.c
1009                 HIG order on dialog
1010
1011 2006-09-14 [colin]      2.4.0cvs188
1012
1013         * src/common/socket.c
1014         * src/common/socket.h
1015         * src/common/ssl.c
1016         * src/common/ssl_certificate.c
1017         * src/common/ssl_certificate.h
1018         * src/etpan/imap-thread.c
1019                 the get_fqdn() call done to get canonical name when
1020                 checking an SSL certificate is blocking, which is
1021                 sad as we just did a non-blocking lookup to connect.
1022                 Fix that by letting the fqdn available to the SockInfo,
1023                 and use that in ssl_certificate_check(). For IMAP,
1024                 we don't do it as the lookup's done by libetpan, but
1025                 it's less annoying as IMAP connections as much more
1026                 rare than POP3 connections.
1027
1028 2006-09-14 [paul]       2.4.0cvs187
1029
1030         * manual/advanced.xml
1031                 improvements to the English,
1032                 properly place the new hidden options
1033                 within the alphabetical order
1034         * src/gtk/pluginwindow.c
1035                 improvements to the English
1036
1037 2006-09-14 [colin]      2.4.0cvs186
1038
1039         * src/prefs_common.c
1040         * src/prefs_common.h
1041         * src/gtk/gtksctree.c
1042         * manual/advanced.xml
1043                 New hidden pref, stripes_color_offset, to change
1044                 the value added/substracted to normal bgcolor to
1045                 create the stripes in summaries
1046
1047 2006-09-13 [colin]      2.4.0cvs185
1048
1049         * src/gedit-print.c
1050         * src/messageview.c
1051         * src/messageview.h
1052         * src/summaryview.c
1053         * src/textview.c
1054                 Fix misc. printing issues: 
1055                 - Bad font for linkified headers
1056                 - Different font if the mail was displayed or not
1057                 - Factorize the thing
1058
1059 2006-09-13 [colin]      2.4.0cvs184
1060
1061         * src/common/ssl_certificate.c
1062                 Only get FQDN once when checking certificate
1063
1064 2006-09-13 [colin]      2.4.0cvs183
1065
1066         * src/account.c
1067         * src/gtk/pluginwindow.c
1068                 Misc. GUI fixes by Fabien
1069
1070 2006-09-13 [wwp]        2.4.0cvs182
1071
1072         * configure.ac
1073         * src/common/utils.h
1074         * src/common/utils.c
1075                 get rid of unused wide-char functions.
1076
1077 2006-09-13 [wwp]        2.4.0cvs181
1078
1079         * src/plugins/pgpinline/sylpheed.def
1080         * src/textview.c
1081                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
1082                 add privacy_reset_error to the .def file,
1083                 do not fork for an external textviewer.
1084
1085 2006-09-13 [wwp]        2.4.0cvs180
1086
1087         * src/prefs_common.c
1088                 fix broken font entry in prefs (patch issued by the gpg4win team,
1089                 probably by Marcus Brinkmann <marcus@g10code.de>).
1090
1091 2006-09-13 [colin]      2.4.0cvs179
1092
1093         * src/folder.h
1094                 Fix a warning in summaryview.c
1095         * src/mainwindow.c
1096         * src/summaryview.c
1097         * src/summaryview.h
1098                 Add missing Mark/* elements in the
1099                 main menu
1100
1101 2006-09-12 [colin]      2.4.0cvs178
1102
1103         * src/prefs_actions.c
1104         * src/prefs_filtering_action.c
1105         * src/prefs_matcher.c
1106                 Use (New) instead of New everywhere
1107
1108 2006-09-12 [wwp]        2.4.0cvs177
1109
1110         * manual/fr/addrbook.xml
1111         * manual/fr/handling.xml
1112                 updated some quotes in the fr manual to match the fr translation.
1113
1114 2006-09-12 [wwp]        2.4.0cvs176
1115
1116         * src/prefs_matcher.c
1117                 don't store translated string elements in matcher expressions.
1118                 Also fixed a misused of Q_().
1119
1120 2006-09-11 [wwp]        2.4.0cvs175
1121
1122         * src/plugins//bogofilter/bogofilter.c
1123         * src/plugins//clamav/clamav_plugin.c
1124         * src/plugins//demo/demo.c
1125         * src/plugins//dillo_viewer/dillo_viewer.c
1126         * src/plugins//pgpcore/plugin.c
1127         * src/plugins//pgpinline/plugin.c
1128         * src/plugins//pgpmime/plugin.c
1129         * src/plugins//spamassassin/spamassassin.c
1130                 gettext-ize more strings (mostly plugin error messages).
1131
1132 2006-09-11 [colin]      2.4.0cvs174
1133
1134         * src/alertpanel.c
1135                 Make maximum buffer size bigger to avoid
1136                 truncating translated messages. Patch by
1137                 Fabien
1138
1139 2006-09-11 [colin]      2.4.0cvs173
1140
1141         * src/etpan/imap-thread.c
1142                 Fix compilation on OpenBSD, thanks to 
1143                 Landry
1144
1145 2006-09-10 [wwp]        2.4.0cvs172
1146
1147         * manual/account.xml
1148         * manual/addrbook.xml
1149         * manual/handling.xml
1150         * manual/es/handling.xml
1151         * manual/fr/account.xml
1152         * manual/fr/addrbook.xml
1153         * manual/fr/handling.xml
1154                 documented addressbook matching (condition configuration):
1155                   addrbook.xml, en fr
1156                 documented per-account filtering rules (handling/filtering
1157                   section, account section):
1158                   account.xml, handling.xml, en fr
1159                 slightly updated the handling/searching section to tell few
1160                   words about the extended search ability:
1161                   handling.xml, en fr
1162                 added missing <quote></quotes> to Quick Search:
1163                   handling.xml, en fr es
1164                 fixed a typo (auomatically):
1165                   handling.xml, en
1166                 changes revisited by Paul.
1167
1168 2006-09-10 [paul]       2.4.0cvs171
1169
1170         * src/prefs_actions.c
1171         * src/prefs_filtering.c
1172         * src/prefs_template.c
1173                 adjustments to the gui
1174                 Patch by Fabien Vantard (slightly modified)
1175
1176 2006-09-10 [colin]      2.4.0cvs170
1177
1178         * src/summaryview.c
1179                 Check folderitem/summaryview consistency
1180                 (basically automates Update summary). Fixes
1181                 #1011 (wrong (negative) count on unread 
1182                 messages)
1183
1184 2006-09-10 [colin]      2.4.0cvs169
1185
1186         * src/gtk/gtksctree.c
1187                 Fix recursive expansion via mouse
1188         * src/plugins/bogofilter/bogofilter.c
1189                 Use normal filtering way of moving
1190                 messages (batching), possibly fixing
1191                 bug #1015 (Bogofilter plugin doubles 
1192                 new messages)
1193
1194 2006-09-09 [wwp]        2.4.0cvs168
1195
1196         * src/prefs_filtering.c
1197                 better place for this fix.
1198
1199 2006-09-09 [wwp]        2.4.0cvs167
1200
1201         * src/prefs_filtering.c
1202                 fix a minor bug when the enabled status of a filtering/processing
1203                 rule always got set to TRUE when replacing this rule. That still
1204                 make sense when adding a new rule, but now when replacing, we
1205                 don't override the value of 'enabled'.
1206                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1207                 to prefs_filtering_list_view_get_info() as this function not only
1208                 returns the name, but also the account_id and the enabled status.
1209
1210 2006-09-09 [mones]      2.4.0cvs166
1211
1212         * manual/glossary.xml
1213         * manual/plugins.xml
1214                 Minor format corrections
1215         * manual/gpl.xml
1216                 Fix misplaced NO WARRANTY section
1217         * manual/es/advanced.xml
1218         * manual/es/faq.xml
1219         * manual/es/glossary.xml
1220         * manual/es/gpl.xml
1221         * manual/es/handling.xml
1222         * manual/es/plugins.xml
1223         * manual/es/starting.xml
1224                 Incorporate changes from English version
1225         * manual/fr/ack.xml
1226         * manual/pl/ack.xml
1227         * manual/es/ack.xml
1228                 Fix address, (add translation credits in es version)
1229         * po/es.po
1230                 Updated translation
1231
1232 2006-09-09 [wwp]        2.4.0cvs165
1233
1234         * src/prefs_filtering.c
1235                 fix a crash when opening filtering prefs, if matcherrc file contains
1236                 broken data (non-existing account id, which is theoretically not
1237                 possible).
1238
1239 2006-09-08 [colin]      2.4.0cvs164
1240
1241         * src/folder.c
1242                 Wrong assert, make it an if()
1243         * src/gtk/gtksctree.c
1244                 Fix bug #1013 (expand selected thread 
1245                 tree) - expanding is now recursive
1246
1247 2006-09-07 [wwp]        2.4.0cvs163
1248
1249         * src/prefs_matcher.c
1250                 make better sentences about addressbook matching in the
1251                 matcher prefs. This should make translators' work easier
1252                 too.
1253
1254 2006-09-07 [wwp]        2.4.0cvs162
1255
1256         * src/prefs_filtering.c
1257                 code simplification (get rid of dup var. assignment).
1258
1259 2006-09-07 [wwp]        2.4.0cvs161
1260
1261         * src/summaryview.c
1262                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1263                 <fzzzzz@gmail.com>.
1264
1265 2006-09-07 [paul]       2.4.0cvs160
1266
1267         * src/mimeview.c
1268                 fix compilation warnings
1269                 Thanks to Colin
1270
1271 2006-09-07 [paul]       2.4.0cvs159
1272
1273         * src/mimeview.c
1274                 select the mimepart icon when
1275                 displaying as text
1276                 Thanks to Colin
1277
1278 2006-09-06 [paul]       2.4.0cvs158
1279
1280         * src/prefs_filtering.c
1281                 fix labels and table element spacing
1282                 Patch by Fabien Vantard
1283
1284 2006-09-06 [paul]
1285
1286         2.5.0-rc3 released
1287
1288 2006-09-06 [paul]       2.4.0cvs157
1289
1290         * manual/es/advanced.xml
1291                 fix typo
1292
1293 2006-09-06 [wwp]        2.4.0cvs156
1294
1295         * src/mainwindow.c
1296                 fix an dup launch issue when iconified, thanks to Colin.
1297
1298 2006-09-06 [wwp]        2.4.0cvs155
1299
1300         * src/gtk//gtksctree.h
1301                 oops, forgot that one!
1302
1303 2006-09-06 [wwp]        2.4.0cvs154
1304
1305         * manual/pl/advanced.xml
1306         * manual/advanced.xml
1307         * manual/es/advanced.xml
1308         * manual/fr/advanced.xml
1309         * src/prefs_customheader.c
1310         * src/prefs_filtering_action.c
1311         * src/foldersel.c
1312         * src/prefs_summaries.c
1313         * src/prefs_filtering.c
1314         * src/account.c
1315         * src/compose.c
1316         * src/prefs_summary_column.c
1317         * src/addr_compl.c
1318         * src/prefs_actions.c
1319         * src/prefs_folder_column.c
1320         * src/ssl_manager.c
1321         * src/prefs_template.c
1322         * src/prefs_display_header.c
1323         * src/prefs_common.h
1324         * src/prefs_matcher.c
1325         * src/prefs_common.c
1326         * src/prefs_toolbar.c
1327         * src/summaryview.c
1328         * src/folderview.c
1329         * src/gtk/gtksctree.c
1330         * src/gtk/pluginwindow.c
1331         * src/gtk/progressdialog.c
1332         * src/gtk/prefswindow.c
1333                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1334                 to make its meaning more obvious (all versions of the manual reflect
1335                 the change).
1336                 added an extra hidden option use_stripes_in_summary to allow
1337                 discarding these stripes in mainwindow's folder and message lists;
1338                 en and fr manuals only are OK towards this.
1339
1340 2006-09-06 [colin]      2.4.0cvs153
1341
1342         * src/textview.c
1343                 Hide Sylpheed-Claws' internal queue headers
1344                 when showing all headers. They'll be present
1345                 only in Source window.
1346
1347 2006-09-05 [colin]      2.4.0cvs152
1348
1349         * src/plugins/trayicon/trayicon.c
1350                 Fix crash at exit - we have to disconnect
1351                 our handlers
1352         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1353                 Update eggtrayicon - patch adapted from a
1354                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1355                 on Sylpheed's ML
1356
1357 2006-09-05 [colin]      2.4.0cvs151
1358
1359         * src/mainwindow.c
1360         * src/gtk/logwindow.c
1361                 Fix race condition when something writes
1362                 to the log too soon during init. Thanks
1363                 to Fabien Vantard
1364
1365 2006-09-05 [colin]      2.4.0cvs150
1366
1367         * src/mimeview.c
1368                 Don't select part on right-click either
1369
1370 2006-09-05 [paul]       2.4.0cvs149
1371
1372         * src/mimeview.c
1373                 completion of previous commit
1374                 Thanks to Colin
1375
1376 2006-09-05 [colin]      2.4.0cvs148
1377
1378         * src/mimeview.c
1379                 Don't force selection on middle-click, just open
1380
1381 2006-09-04 [colin]      2.4.0cvs147
1382
1383         * src/mimeview.c
1384                 Looks like gtk_notebook_set_current_page()
1385                 sometimes steals focus, and this annoys us
1386                 in MimeViewers as it renders navigation
1387                 keys useless. Take back focus after switching
1388                 pages.
1389
1390 2006-09-04 [colin]      2.4.0cvs146
1391
1392         * src/messageview.c
1393                 Set stop_loading when clicking on Next
1394                 during load. Don't add a callback to 
1395                 avoid over-complicating things.
1396
1397 2006-09-04 [colin]      2.4.0cvs145
1398
1399         * src/mimeview.c
1400         * src/messageview.c
1401                 Fix multiple loads in separate messageview
1402
1403 2006-09-04 [colin]      2.4.0cvs144
1404
1405         * src/summaryview.c
1406                 Let navigation keys be handled during 
1407                 load
1408
1409 2006-09-04 [colin]      2.4.0cvs143
1410
1411         * src/messageview.c
1412         * src/summaryview.c
1413         * src/textview.c
1414         * src/textview.h
1415                 Make loading of huge mails (lots of text and/or
1416                 images) cancellable, so the GUI doesn't block 
1417
1418 2006-09-04 [colin]      2.4.0cvs142
1419
1420         * src/plugins/trayicon/trayicon.c
1421                 Fix annoyance when removing a folder with 
1422                 unread mails: trayicon didn't update
1423
1424 2006-09-04 [paul]       2.4.0cvs141
1425
1426         * src/gtk/icon_legend.c
1427                 straighten up columns
1428                 Patch by Fabien Vantard
1429
1430 2006-09-04 [wwp]        2.4.0cvs140
1431
1432         * src/prefs_filtering.c
1433                 fix new line's account name in filtering prefs:
1434                 was "All", is now "(New)".
1435
1436 2006-09-04 [paul]       2.4.0cvs139
1437
1438         * tools/make.themes.project
1439                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1440                 instead of homebrewed "make release"
1441
1442 2006-09-03 [colin]      2.4.0cvs138
1443
1444         * src/folderview.c
1445                 Fix bug #1007 (Wrong folder highlighted)
1446
1447 2006-09-03 [colin]      2.4.0cvs137
1448
1449         * src/compose.c
1450                 Don't set Newsgroup: header to a mail folder
1451                 path
1452
1453 2006-09-03 [paul]       2.4.0cvs136
1454
1455         * src/prefs_other.c
1456         * src/prefs_spelling.c
1457                 unify the gui
1458
1459 2006-09-03 [paul]       2.4.0cvs135
1460
1461         * src/prefs_summaries.c
1462                 correct menu item text in prefs_keybind_apply_clicked()
1463
1464 2006-09-03 [paul]       2.4.0cvs134
1465
1466         * manual/advanced.xml
1467                 some improvements to the descriptions
1468         * src/mainwindow.c
1469         * src/messageview.c
1470         * src/summaryview.c
1471         * src/gtk/menu.c
1472                 fix menu sensitivity issues
1473         * src/prefs_message.c
1474                 drop the useless word 'short'
1475         * src/prefs_other.c
1476                 add the word 'lines' indicating log length
1477                 is a measure of lines
1478         * src/textview.c
1479                 fix compilation warnings
1480
1481 2006-09-02 [colin]      2.4.0cvs133
1482
1483         * src/messageview.c
1484                 Display a special return-receipt message
1485                 if the message is from the user
1486         * src/summaryview.c
1487                 Fix missing freeze of the list when marking
1488                 all read and unthreading for exec. Thanks
1489                 to Stephan Sachse.
1490
1491 2006-09-02 [paul]       2.4.0cvs132
1492
1493         * src/mainwindow.c
1494         * src/prefs_message.c
1495         * src/summaryview.c
1496                 fix some english
1497
1498 2006-09-02 [wwp]        2.4.0cvs131
1499
1500         * src/prefs_filtering.c
1501                 added an account name column to the filtering rules
1502                 dialog.
1503
1504 2006-09-02 [colin]      2.4.0cvs130
1505
1506         * src/gtk/logwindow.c
1507         * src/gtk/logwindow.h
1508                 Block scrolling if we're not at the end
1509                 of the log
1510
1511 2006-09-02 [colin]      2.4.0cvs129
1512
1513         * src/folder.c
1514                 Make sure account-specific rules can't
1515                 be used in {pre-,post-,}processing
1516         * src/mainwindow.c
1517         * src/gtk/logwindow.c
1518         * src/gtk/logwindow.h
1519                 Jump to last error when clicking on the
1520                 warning icon
1521
1522 2006-09-02 [colin]      2.4.0cvs128
1523
1524         * src/imap.c
1525         * src/import.c
1526         * src/mainwindow.c
1527         * src/mainwindow.h
1528                 Fix warning icon
1529         * src/inc.c
1530         * src/mbox.c
1531         * src/mbox.h
1532                 Let proc_mbox know its account, for
1533                 account-specific rules
1534
1535 2006-09-01 [colin]      2.4.0cvs127
1536
1537         * src/codeconv.c
1538                 Don't uselessly use iconv to convert from
1539                 us-ascii
1540         * src/alertpanel.c
1541         * src/mainwindow.c
1542         * src/mainwindow.h
1543         * src/inc.c
1544                 Fix certain log cases, disable warning icon
1545                 for now, the correct way to display it when
1546                 necessary and only when necessary is probably
1547                 to do it manually rather than use error logs
1548         * src/etpan/imap-thread.c
1549                 Clean up UID logging a bit
1550         * src/gtk/logwindow.c
1551         * src/gtk/logwindow.h
1552                 Make logging faster when the window's closed
1553
1554 2006-09-01 [wwp]        2.4.0cvs126
1555
1556         * manual/fr/account.xml
1557                 reflect changes to the ref. manual (parts of cvs72):
1558                 fix tabnames and quotes.
1559
1560 2006-09-01 [wwp]        2.4.0cvs125
1561
1562         * manual/fr/plugins.xml
1563                 reflect changes to the reference manual (cvs42):
1564                 update IRC channel info.
1565
1566 2006-09-01 [wwp]        2.4.0cvs124
1567
1568         * commitHelper
1569                 use CVSEDITOR env. var. if set, according to `man cvs`.
1570
1571 2006-09-01 [wwp]        2.4.0cvs123
1572
1573         * manual/advanced.xml
1574                 better sentence again (thanks to Paul).
1575
1576 2006-09-01 [wwp]        2.4.0cvs122
1577
1578         * manual/advanced.xml
1579         fix definition of toolbar_detachable and rework a bit the one of
1580         enable_dotted_lines.
1581
1582 2006-09-01 [mones]      2.4.0cvs121
1583
1584         * manual/advanced.xml
1585                 Document enable_dotted_lines
1586
1587 2006-09-01 [paul]       2.4.0cvs120
1588
1589         * src/folderview.c
1590         * src/folderview.h
1591         * src/imap.c
1592         * src/mainwindow.c
1593         * src/summaryview.c
1594                 obey the 'When entering folder...' option
1595                 when using the /View/Go to/... menu items
1596                 Thanks to Colin
1597
1598 2006-08-31 [colin]      2.4.0cvs119
1599
1600         * src/folderview.c
1601                 Revert 2.4.0cvs116, wrong fix.
1602
1603 2006-08-31 [colin]      2.4.0cvs118
1604
1605         * src/gtk/gtksctree.c
1606                 Better state the various copyrights
1607
1608 2006-08-31 [colin]      2.4.0cvs117
1609
1610         * src/prefs_common.c
1611                 fix enable_dotted_lines
1612
1613 2006-08-31 [colin]      2.4.0cvs116
1614
1615         * src/folderview.c
1616                 Use pref "Always open on select" when going
1617                 to next unread folder
1618         * src/gtk/gtksctree.c
1619                 Fix link failure to _gtk_clist_create_cell_layout
1620                 on certain computers. (Why not mine, I wonder)
1621
1622 2006-08-31 [colin]      2.4.0cvs115
1623
1624         * src/procmsg.c
1625         * src/textview.c
1626         * src/plugins/bogofilter/bogofilter.c
1627         * src/plugins/spamassassin/spamassassin.c
1628                 Requalify some "errors" to warnings
1629         * src/mainwindow.c
1630         * src/mainwindow.h
1631         * src/statusbar.c
1632                 Add an icon in the statusbar to notify
1633                 of errors
1634         * src/gtk/gtksctree.c
1635         * src/folderview.c
1636         * src/summaryview.c
1637                 Make the GtkSCTree look more modern by
1638                 alternating background lines
1639         * src/prefs_common.c
1640         * src/prefs_common.h
1641                 Add a pref to let people have the old
1642                 way if they prefer
1643
1644
1645 2006-08-30 [colin]      2.4.0cvs114
1646
1647         * src/procmsg.c
1648         * src/procmsg.h
1649                 Provide a way to filter a list of
1650                 messages in an optimised manner, and
1651                 add a list-filtering hook
1652         * src/folder.c
1653         * src/inc.c
1654         * src/mbox.c
1655                 Use the list filtering
1656         * src/plugins/bogofilter/bogofilter.c
1657                 Use the list-filtering hook
1658                 Use -b (bulk) mode for more speed
1659                 when learning and filtering
1660         * src/etpan/imap-thread.c
1661                 Make log output shorter in UID SEARCH
1662
1663
1664 2006-08-30 [colin]      2.4.0cvs113
1665
1666         * src/plugins/bogofilter/bogofilter.c
1667                 Really fast mass learning - thanks to David
1668                 Relson for the options explanations :)
1669
1670 2006-08-30 [colin]      2.4.0cvs112
1671
1672         * src/msgcache.c
1673                 Fix compilation on FreeBSD. Thanks
1674                 to Michael Hugues
1675
1676 2006-08-29 [colin]      2.4.0cvs111
1677
1678         * src/folderview.c
1679                 Handle "popup_menu" signal (for popping the 
1680                 menu via the keyboard)
1681         * src/mimeview.c
1682         * src/mimeview.h
1683         * src/summaryview.c
1684         * src/textview.c
1685         * src/gtk/gtkutils.c
1686         * src/gtk/gtkutils.h
1687                 Factorize scrolling code, and add an API 
1688                 for MimeViewers to handle scroll orders
1689
1690 2006-08-29 [wwp]        2.4.0cvs110
1691
1692         * src/plugins//bogofilter/bogofilter.c
1693         * src/plugins//spamassassin/spamassassin.c
1694                 make the bogofilter/spamassassin filtering error dialogs at
1695         incorporation obey to the "don't popup error dialog on
1696         receive error" option. If disabled, feed the log window w/
1697         the error message.
1698
1699 2006-08-29 [paul]
1700
1701         2.5.0-rc2 released
1702
1703 2006-08-29 [paul]       2.4.0cvs109
1704
1705         * Makefile.am
1706                 remove 'make release', it's not needed
1707                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1708
1709 2006-08-29 [paul]       2.4.0cvs108
1710
1711         * src/foldersel.c
1712         * src/summary_search.c
1713         * src/gtk/progressdialog.c
1714         * src/plugins/pgpcore/passphrase.c
1715                 replace deprecated gtk_window_set_policy()
1716
1717 2006-08-29 [colin]      2.4.0cvs107
1718
1719         * src/folder.c
1720                 Fix data loss when copy fails during a move:
1721                 only use fast remove_msgs if everything was
1722                 copied OK; else use slow remove_msg on the
1723                 mails that got copied only.
1724
1725 2006-08-28 [paul]       2.4.0cvs106
1726
1727         * src/mh.c
1728                 revert change in 2.4.0cvs104, it breaks
1729                 stuff
1730
1731 2006-08-28 [paul]       2.4.0cvs105
1732
1733         * src/plugins/spamassassin/spamassassin.c
1734                 english fix
1735
1736 2006-08-28 [paul]       2.4.0cvs104
1737
1738         * src/mh.c
1739                 fix data loss when moving to another
1740                 mailbox fails
1741         * src/prefs_spelling.c
1742                 improve the english
1743         * src/gtk/pluginwindow.c
1744                 improve the layout of the dialog text
1745         All thanks to Colin
1746
1747 2006-08-28 [paul]       2.4.0cvs103
1748
1749         * src/plugins/bogofilter/bogofilter.c
1750         * src/plugins/bogofilter/bogofilter_gtk.c
1751                 fix english up a bit, innit
1752
1753 2006-08-28 [paul]       2.4.0cvs102
1754
1755         * configure.ac
1756         * po/Makefile.in.in
1757         * po/Makevars
1758                 require autoconf 2.60, enabling building
1759                 with gettext 0.15 (gettext 0.14.x build still
1760                 possible). Replace Makefiles with versions
1761                 from gettext 0.15.
1762                 Remove configure options --with-localedir and
1763                 --with-mandir. The options that are provided
1764                 directly by autoconf 2.60 can be used instead:
1765                 --mandir --localedir
1766
1767 2006-08-27 [colin]      2.4.0cvs101
1768
1769         * src/plugins/bogofilter/Makefile.am
1770                 Fix make dist (no README)
1771
1772 2006-08-27 [colin]      2.4.0cvs100
1773
1774         * src/folder.c
1775                 Don't use F_UNKNOWN folders for any default
1776                 outbox/trash/etc
1777         * src/plugins/bogofilter/bogofilter.c
1778         * src/plugins/bogofilter/bogofilter.h
1779         * src/plugins/bogofilter/bogofilter_gtk.c
1780                 Add an option to specify the path to bogofilter
1781                 Use single-quotes to be able to learn in folders
1782                 with spaces in their names
1783                 Verify learning status
1784
1785 2006-08-27 [colin]      2.4.0cvs99
1786
1787         * manual/faq.xml
1788         * manual/plugins.xml
1789                 Document Bogofilter plugin
1790
1791 2006-08-27 [colin]      2.4.0cvs98
1792
1793         * src/compose.c
1794         * src/messageview.c
1795         * src/procmsg.c
1796         * src/procmsg.h
1797                 When possible, copy the queued mail to sent folder
1798                 instead of re-adding. Much faster on IMAP.
1799
1800 2006-08-27 [colin]      2.4.0cvs97
1801
1802         * src/msgcache.c
1803                 Disable mmaped caches - huge metadata loss
1804                 here after a power failure.
1805         * src/summaryview.c
1806                 Add quicksearch timing
1807         * src/common/plugin.c
1808         * src/common/plugin.h
1809                 Implement an interface to tell what plugins
1810                 provide. Prevent loading of similar plugins.
1811         * src/plugins/clamav/clamav_plugin.c
1812         * src/plugins/demo/demo.c
1813         * src/plugins/dillo_viewer/dillo_viewer.c
1814         * src/plugins/pgpcore/plugin.c
1815         * src/plugins/pgpinline/pgpinline.c
1816         * src/plugins/pgpmime/pgpmime.c
1817         * src/plugins/spamassassin/spamassassin.c
1818         * src/plugins/trayicon/trayicon.c
1819                 Implement plugin_provides()
1820
1821 2006-08-27 [colin]      2.4.0cvs96
1822
1823         * configure.ac
1824         * src/plugins/Makefile.am
1825         * src/plugins/bogofilter/.cvsignore
1826         * src/plugins/bogofilter/Makefile.am
1827         * src/plugins/bogofilter/bogofilter.c
1828         * src/plugins/bogofilter/bogofilter.h
1829         * src/plugins/bogofilter/bogofilter_gtk.c
1830                 New Bogofilter plugin, provides filtering and
1831                 learning. Spamassassin will go to extra plugins.
1832
1833 2006-08-26 [mones]      2.4.0cvs95
1834
1835         * manual/handling.xml
1836                 Fix subfolder path in the example (thanks to Paul) 
1837
1838 2006-08-26 [mones]      2.4.0cvs94
1839
1840         * manual/glossary.xml
1841                 2.2. + add ISP to the glossary
1842                 7.5. + Add UIDL to glossary
1843                 7.7. + Add TCP to glossary
1844         * manual/handling.xml
1845                 7.1. + Mentions GNU/Linux distribution, what about the non...
1846                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1847                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1848                 7.4. = Use appropriate quotation for commands
1849                 7.6. = change "" to <quote></quote>
1850         * manual/plugins.xml
1851                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1852         * manual/starting.xml
1853                 2.1. + local mbox file: some examples of mbox file locations...
1854                 Also reformatted files requiring it
1855
1856 2006-08-26 [wwp]        2.4.0cvs93
1857
1858         * src/summary_search.c
1859                 disable find buttons while summary search is running.
1860
1861 2006-08-25 [colin]      2.4.0cvs92
1862
1863         * src/folder.c
1864         * src/folderutils.c
1865         * src/mh.c
1866         * src/procmsg.h
1867         * src/summaryview.c
1868                 Speed up MH moving, and add progressbar
1869                 for MH deletion
1870         * src/msgcache.c
1871                 Write cache files using mmap() too
1872
1873 2006-08-25 [wwp]        2.4.0cvs91
1874
1875         * src/summaryview.c
1876                 switch spam<->ham button when a message has been marked as spam or ham
1877                 and is still selected. Thanks to Colin.
1878
1879 2006-08-25 [paul]       2.4.0cvs90
1880
1881         * src/Makefile.am
1882         * src/stock_pixmap.c
1883         * src/stock_pixmap.h
1884         * src/summaryview.c
1885         * src/gtk/icon_legend.c
1886         * src/pixmaps/copied.xpm
1887         * src/pixmaps/moved.xpm
1888                 add icons for delayed execution marked for
1889                 copying, marked for moving
1890
1891 2006-08-25 [mones]      2.4.0cvs89
1892
1893         * manual/glossary.xml
1894                 Fix the other glossary items:
1895                 5.1. = Inmmediate execution -> <quote>immediate execution...
1896                 5.2. = Fix MBOX capitalization -> Mbox
1897                 5.3. + Improve Plugins def. w/ tech. ref.
1898                 5.4. = Quotation -> replace '>' by <quote>></quote>
1899                 5.5. - SMTP Server. -> remove dot
1900         * po/es.po
1901                 Updated translation
1902
1903 2006-08-25 [mones]      2.4.0cvs88
1904
1905         * manual/ack.xml
1906                 Reformatted, changed email address
1907         * manual/glossary.xml
1908                 Reformatted, fixed MANUAL-TODO items:
1909                 8.2. + add ROT-13 to glossary
1910                 8.4. + add URL to glossary
1911         * manual/es/advanced.xml
1912                 Fixed <literal>s
1913
1914 2006-08-25 [paul]       2.4.0cvs87
1915
1916         * src/gtk/icon_legend.c
1917                 add 'marked for deletion' icon
1918                 arrange icons by containing column
1919                 wrap long label text
1920
1921 2006-08-25 [colin]      2.4.0cvs86
1922
1923         * src/common/utils.c
1924         * src/common/utils.h
1925                 Add the sc_g_*list_bigger functions in
1926                 a place everyone can use it
1927         * src/summaryview.c
1928                 Only freeze/thaw the list when working
1929                 on the selection, if it's bigger than 1
1930         * src/gtk/gtksctree.c
1931                 Only freeze/thaw the list when unselec-
1932                 ting 'all' if ('all' != 1)
1933                 This avoids some flickering
1934
1935 2006-08-24 [colin]      2.4.0cvs85
1936
1937         * src/addressbook.c
1938                 Fix strange list selection
1939                 Fix random seg (Invalid read of freed memory)
1940
1941 2006-08-24 [colin]      2.4.0cvs84
1942
1943         * src/alertpanel.c
1944         * src/gtk/inputdialog.c
1945         * src/plugins/pgpcore/passphrase.c
1946                 Revert minimal width patch of 2.4.0cvs67,
1947                 as it is also a maximal width. Use 
1948                 gtk_window_set_default_size instead.
1949
1950 2006-08-24 [colin]      2.4.0cvs83
1951
1952         * src/msgcache.c
1953                 Write cache/mark to temp files before
1954                 overwriting old ones (avoids metadata
1955                 loss if writing the new files fail).
1956                 Use mmap() to read cache/mark file, as
1957                 this makes cache reading faster. Dis-
1958                 abled for big-endian machines until it
1959                 can be tested. (Big-endian users: set
1960                 msgcache_use_mmap = TRUE in the relevant
1961                 #if).
1962         * src/procmsg.h
1963                 Move rarely used fields of MsgInfo in 
1964                 another structure, which will only be
1965                 allocated if needed. Face, X-Face,
1966                 Return receipt headers and List-*
1967                 headers are moved. Mails having none
1968                 of these occupy 52 bytes less with
1969                 this patch, which makes 2.5MB of RAM
1970                 saved on a 50k folder).
1971         * src/headerview.c
1972         * src/mainwindow.c
1973         * src/messageview.c
1974         * src/partial_download.c
1975         * src/procheader.c
1976         * src/procmsg.c
1977         * src/textview.c
1978                 Follow this structure change.
1979
1980 2006-08-24 [wwp]        2.4.0cvs82
1981
1982         * manual/es/.cvsignore
1983         * manual/es/dist/.cvsignore
1984         * manual/es/dist/html/.cvsignore
1985         * manual/es/dist/pdf/.cvsignore
1986         * manual/es/dist/ps/.cvsignore
1987         * manual/es/dist/txt/.cvsignore
1988                 more (generated) files to ignore.
1989
1990 2006-08-24 [colin]      2.4.0cvs81
1991
1992         * src/folder.c
1993         * src/mh.c
1994                 Fix possible problems with local delivery. Check the folder doesn't
1995                 need scan before setting its mtime when saving cache (which can be
1996                 done long after the folder's been modified by an external process);
1997                 Check that the stored item's mtime didn't change in mh functions.
1998
1999 2006-08-24 [mones]      2.4.0cvs80
2000
2001         * manual/advanced.xml
2002                 Rewrapping, some fixes and MANUAL-TODO items:
2003                 8.1. = change "" to <quote></quote>
2004                 8.3. = quote menu items
2005                 8.5. - deploying -> new user ... ideally a new user (redundant)
2006
2007 2006-08-23 [colin]      2.4.0cvs79
2008
2009         * src/gtk/gtksctree.c
2010                 When selecting or deselecting range, only
2011                 freeze/thaw when selection is bigger than 10
2012
2013 2006-08-23 [colin]      2.4.0cvs78
2014
2015         * src/messageview.c
2016         * src/mimeview.c
2017         * src/mimeview.h
2018         * src/plugins/dillo_viewer/dillo_viewer.c
2019                 Provide an API for MimeViewer plugins to
2020                 return a text selection for replying
2021
2022 2006-08-23 [colin]      2.4.0cvs77
2023
2024         * src/image_viewer.c
2025         * src/textview.c
2026                 Use gtk_pixbuf_new_from_file_at_scale(), which
2027                 is faster than getting the pixbuf then resizing
2028                 it.
2029
2030 2006-08-23 [colin]      2.4.0cvs76
2031
2032         * src/procmime.c
2033                 UTF-8 should be sent Quoted-printable
2034
2035 2006-08-22 [colin]      2.4.0cvs75
2036
2037         * src/mh.c
2038                 Check if scan is required before touching
2039                 the folder (or it'll be required every time)
2040
2041 2006-08-22 [colin]      2.4.0cvs74
2042
2043         * configure.ac
2044                 Require libetpan 0.46 (crasher fix when built
2045                 against gnutls)
2046
2047 2006-08-22 [colin]      2.4.0cvs73
2048
2049         * src/folder.c
2050                 Set folder's mtime after writing its
2051                 cache
2052         * src/folderview.c
2053                 Add some timing
2054         * src/procmsg.c
2055                 Don't do useless stuff if we don't 
2056                 thread by subject
2057         * src/summaryview.c
2058                 Add some timing, don't deselect prior
2059                 to selecting (gtksctree does it itself),
2060                 remove crash avoidance hacks as it's been
2061                 properly fixed since a while
2062         * src/common/utils.c
2063                 Optimize to_human_readable(): _() is slow,
2064                 do it only once, and avoid %f format for KB
2065                 (the most common in a summaryview)
2066         * src/gtk/gtksctree.c
2067                 Don't uselessly freeze/thaw (fixes flicker
2068                 on next unread and friends), reduce number
2069                 of g_list_nth/g_list_position where possible
2070         * src/gtk/gtkutils.c
2071         * src/gtk/gtkutils.h
2072                 Reduce number of g_list_nth/g_list_position
2073                 where possible.
2074                 All of this makes loading as 70k folder 2.1
2075                 seconds instead of 3.2 (with hot FS caches).
2076                 (1.3 seconds without Date and Size columns...)
2077
2078 2006-08-22 [paul]       2.4.0cvs72
2079
2080         wrap documents and do some items from mones' MANUAL-TODO:
2081
2082         * manual/account.xml
2083                 4.1. = fix tabname references to <quote>tabname</quote>
2084                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
2085         * manual/faq.xml
2086                 1.1. = mentioned options don't match UI
2087                 Add information about the 'Never send Return Receipts'
2088                 option
2089         * manual/handling.xml
2090                 6.2. = Mentions Extended symbols button, but now is
2091                 named Information
2092                 6.3. = Mentions ... button, which is now Edit
2093
2094 2006-08-22 [colin]      2.4.0cvs71
2095
2096         * src/gtk/pluginwindow.c
2097                 Fix layout in verbose translations (such
2098                 as french)
2099
2100 2006-08-22 [paul]       2.4.0cvs70
2101
2102         * manual/Makefile.am
2103                 build manuals in alphabetical order
2104         * src/addressbook.c
2105         * src/prefs_themes.c
2106                 replace/remove deprecated symbols
2107         * src/gtk/gtkutils.c
2108                 fix a warning
2109         * src/gtk/pluginwindow.c
2110                 replace deprecated symbol
2111                 replace label text and move it
2112         * src/plugins/pgpcore/prefs_gpg.c
2113                 move the 'Generate...' button out of the
2114                 Sign Key frame, replace the English used
2115         * src/plugins/pgpcore/sgpgme.c
2116                 fixes to the English
2117
2118 2006-08-21 [colin]      2.4.0cvs69
2119
2120         * src/plugins/trayicon/trayicon.c
2121                 Add more strings for translation; patch
2122                 by Pawel
2123
2124 2006-08-21 [colin]      2.4.0cvs68
2125
2126         * src/compose.c
2127                 fix replied flag not set after drafting
2128         * src/matcher.c
2129                 fix body quicksearch in non-encoded bodies
2130                 containing '='
2131         * src/msgcache.c
2132                 Get rid of the g_malloc workaround for
2133                 corrupted caches, use g_try_malloc
2134
2135 2006-08-21 [colin]      2.4.0cvs67
2136
2137         * src/alertpanel.c
2138         * src/gtk/inputdialog.c
2139         * src/plugins/pgpcore/passphrase.c
2140                 Set minimal width to 375
2141         * src/mainwindow.c
2142                 Fix switching to offline, asking if it 
2143                 should be overriden for synchronising
2144         * src/mimeview.c
2145                 Don't offer to remember command on Open 
2146                 with for text parts, as the browser or 
2147                 text editor command isn't changed from 
2148                 there
2149
2150 2006-08-20 [paul]       2.4.0cvs66
2151
2152         * po/ko.po
2153         * po/zh_CN.po
2154                 fix plural form errors. revealed by stricter
2155                 checking of gettext 0.15
2156
2157 2006-08-18 [paul]       2.4.0cvs65
2158
2159         * src/stock_pixmap.c
2160                 fix the fix of 2.4.0cvs64
2161                 Thanks to Colin
2162
2163 2006-08-18 [paul]       2.4.0cvs64
2164
2165         * src/stock_pixmap.c
2166                 fix leaks
2167                 Thanks to Colin
2168
2169 2006-08-18 [paul]       2.4.0cvs63
2170
2171         * src/compose.c
2172         * src/procmsg.c
2173                 fix occasional IMAP bug where large msgs
2174                 were left in the queue folder after sending
2175                 Thanks to Colin
2176
2177 2006-08-18 [paul]       2.4.0cvs62
2178
2179         * src/folderview.c
2180                 freeze the summaryview while quicksearch results
2181                 are displayed
2182                 (fixes bug 456 'current message is hidden when the
2183                 view is refreshed and extended search is "unread 
2184                 messages"')
2185                 Thanks to Colin
2186         * src/textview.c
2187                 add missing #include "inputdialog.h"
2188         * src/common/utils.h
2189                 add missing mailcap_update_default() and improve
2190                 readability
2191
2192 2006-08-17 [colin]      2.4.0cvs61
2193
2194         * src/plugins/pgpcore/select-keys.c
2195                 Fix warnings :)
2196
2197 2006-08-17 [colin]      2.4.0cvs60
2198
2199         * src/compose.c
2200                 Don't continue queuing if Cancel is clicked
2201                 in select-keys
2202
2203 2006-08-17 [colin]      2.4.0cvs59
2204
2205         * src/plugins/pgpcore/select-keys.c
2206                 When encrypting, if only one key matches and it 
2207                 matches exactly, automatically use it.
2208
2209 2006-08-17 [colin]      2.4.0cvs58
2210
2211         * src/mimeview.c
2212         * src/prefs_common.c
2213         * src/prefs_common.h
2214         * src/prefs_ext_prog.c
2215         * src/textview.c
2216                 Fix issues with previous patch (text/html)
2217                 Remove outdated prefs
2218
2219 2006-08-17 [colin]      2.4.0cvs57
2220
2221         * src/imap.c
2222                 Add View Log button on auth error
2223         * src/procmsg.c
2224                 Fix encrypted mail marked as new when
2225                 saved in normal folders
2226         * src/plugins/pgpinline/pgpinline.c
2227                 Fix encrypt bug on IMAP
2228         * src/mimeview.c
2229         * src/common/utils.c
2230         * src/common/utils.h
2231         * src/gtk/inputdialog.c
2232         * src/gtk/inputdialog.h
2233                 Get rid of metamail stuff, simplify
2234                 opening, and allow remembering of user's
2235                 choices (by updating ~/.mailcap). There's
2236                 still to drop "Audio player" and "Image
2237                 viewer" preferences.
2238
2239 2006-08-17 [mones]      2.4.0cvs56
2240
2241         * manual/es/sylpheed-claws-manual.xml
2242                 fix DTD path
2243
2244 2006-08-17 [mones]      2.4.0cvs55
2245
2246         * configure.ac
2247         * manual/Makefile.am
2248         * manual/es/Makefile.am
2249         * manual/es/account.xml
2250         * manual/es/ack.xml
2251         * manual/es/addrbook.xml
2252         * manual/es/advanced.xml
2253         * manual/es/faq.xml
2254         * manual/es/glossary.xml
2255         * manual/es/gpl.xml
2256         * manual/es/handling.xml
2257         * manual/es/intro.xml
2258         * manual/es/keyboard.xml
2259         * manual/es/plugins.xml
2260         * manual/es/starting.xml
2261         * manual/es/sylpheed-claws-manual.xml
2262         * manual/es/dist/Makefile.am
2263         * manual/es/dist/html/Makefile.am
2264         * manual/es/dist/pdf/Makefile.am
2265         * manual/es/dist/ps/Makefile.am
2266         * manual/es/dist/txt/Makefile.am
2267                 Spanish translation for the manual
2268
2269 2006-08-16 [colin]      2.4.0cvs54
2270
2271         * src/compose.c
2272         * src/main.c
2273         * src/mainwindow.c
2274                 Fix send button sensitivity at startup
2275                 Set send menu sensitivity (patch by Fabien)
2276         * src/ssl_manager.c
2277                 Enable closing with esc (patch by Fabien)
2278         * src/gtk/foldersort.c
2279                 Enable closing with esc (patch by Fabien)
2280         * src/procmime.c
2281                 Optimisation (no need to copy to tempfile to
2282                 "decode" 7bit and 8bit)
2283         * src/summaryview.c
2284                 Fix cruft in swap_from case
2285         * src/textview.c
2286                 Fix missing last line in some mail cases 
2287                 (Fixes debian #381872)
2288         * src/plugins/pgpcore/prefs_gpg.c
2289         * src/plugins/pgpcore/sgpgme.c
2290         * src/plugins/pgpcore/sgpgme.h
2291                 Don't show "no key found" when user explicitely
2292                 wants to create a key
2293
2294 2006-08-16 [paul]       2.4.0cvs53
2295
2296         * configure.ac
2297         * src/account.c
2298         * src/addressbook.c
2299         * src/headerview.c
2300         * src/prefs_account.c
2301         * src/prefs_message.c
2302         * src/gtk/gtkutils.c
2303                 bump up minimum required versions of GTK+ and
2304                 GLIB to 2.6.0
2305
2306 2006-08-16 [paul]       2.4.0cvs52
2307
2308         * src/toolbar.c
2309                 workaround GTK+ Bug 351600 - 'Can't re-click
2310                 on button after sensitivity update'
2311                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2312                 Thanks to Colin
2313
2314 2006-08-15 [colin]      2.4.0cvs51
2315
2316         * src/plugins/pgpcore/prefs_gpg.c
2317                 Set options sensitivity according to
2318                 key existence
2319         * src/plugins/pgpcore/sgpgme.c
2320                 Allow to create key with no passphrase
2321
2322 2006-08-14 [cleroy]     2.4.0cvs50
2323
2324         * src/gtk/pluginwindow.c
2325                 New layout (maybe to be changed?)
2326         * src/gtk/gtkutils.c
2327                 Fix a bit label_window
2328         * src/plugins/pgpcore/passphrase.c
2329         * src/plugins/pgpcore/passphrase.h
2330         * src/plugins/pgpcore/plugin.c
2331         * src/plugins/pgpcore/prefs_gpg.c
2332         * src/plugins/pgpcore/prefs_gpg.h
2333         * src/plugins/pgpcore/sgpgme.c
2334         * src/plugins/pgpcore/sgpgme.h
2335                 Allow to create a PGP private key via the GUI
2336
2337 2006-08-14 [wwp]        2.4.0cvs49
2338
2339         * src/addressbook_foldersel.c
2340                 fix strict ISO C90 compliance.
2341
2342 2006-08-14 [paul]       2.4.0cvs48
2343
2344         * src/gtk/prefswindow.c
2345                 re-set scrolled window on opening
2346                 Patch by Ticho
2347
2348 2006-08-14 [paul]
2349
2350         2.5.0-rc1 released
2351
2352 2006-08-14 [paul]       2.4.0cvs47
2353
2354         * src/prefs_display_header.c
2355                 re-enable user-defined Displayed Headers
2356
2357 2006-08-14 [paul]       2.4.0cvs46
2358
2359         * src/prefs_account.c
2360                 use GTK_STOCK_EDIT
2361
2362 2006-08-13 [colin]      2.4.0cvs45
2363
2364         * src/common/utils.c
2365                 Fix "a" in quote when the original message is empty,
2366                 by using \0 instead of 'a' to test writability of
2367                 temp files.
2368
2369 2006-08-13 [wwp]        2.4.0cvs44
2370
2371         * src/plugins/spamassassin/spamassassin.c
2372                 fix capitalization of "SpamAssassin" in some debug, log and
2373                 dialog messages.
2374
2375 2006-08-13 [paul]       2.4.0cvs43
2376
2377         * src/editldap.c
2378                 fix overlapping widgets
2379         * src/prefs_account.c
2380                 fix translation of protocol_names[]
2381                 fix label disappearing off the edge of the
2382                 visible area
2383
2384 2006-08-12 [paul]       2.4.0cvs42
2385
2386         * manual/plugins.xml
2387                 update IRC channel info before it gets forgotten
2388                 about
2389
2390 2006-08-11 [colin]      2.4.0cvs41
2391
2392         * src/compose.c
2393         * src/mainwindow.c
2394         * src/mainwindow.h
2395         * src/procmsg.c
2396         * src/procmsg.h
2397         * src/summaryview.c
2398         * src/toolbar.c
2399                 Grey out the Send button if
2400                 - Queue folders are empty, or
2401                 - We're sending already
2402
2403 2006-08-11 [wwp]        2.4.0cvs40
2404
2405         * src/main.c
2406                 fix a logic issue when quitting while a compose window is
2407                 still open, thanks to Colin.
2408
2409 2006-08-10 [colin]      2.4.0cvs39
2410
2411         * src/main.c
2412                 Fix default font size setting after wizard run
2413         * src/imap.c
2414         * src/etpan/imap-thread.c
2415         * src/etpan/imap-thread.h
2416                 Fix bug #999 (Timing out on TSL cert validation 
2417                 dialog makes ugly things happen). Also, STARTTLS
2418                 unconditionnaly if initial capabilities contain
2419                 LOGINDISABLED and STARTTLS.
2420
2421 2006-08-09 [colin]      2.4.0cvs38
2422
2423         * src/mainwindow.c
2424         * src/mainwindow.h
2425                 Fix Tools/Actions sensitivity when there are
2426                 no actions
2427
2428 2006-08-09 [colin]      2.4.0cvs37
2429
2430         * src/prefs_filtering.c
2431                 Warning fix, patch by Paul
2432         * src/messageview.c
2433         * src/prefs_actions.c
2434         * src/prefs_filtering_action.c
2435         * src/prefs_matcher.c
2436                 Uniformisation of "Info ..." to "Info..." (for
2437                 old gtk), patch by Fabien
2438         * src/plugins/clamav/clamav_plugin_gtk.c
2439                 Sensitivity fix by Fabien
2440
2441 2006-08-09 [colin]      2.4.0cvs36
2442
2443         * src/main.c
2444         * src/main.h
2445                 Add a function to know whether we're exiting
2446         * src/plugins/trayicon/trayicon.c
2447                 If exiting, don't do anything. Faster, and
2448                 avoids gtk_main_iteration reentracy causing
2449                 segfaults at exit
2450
2451 2006-08-09 [colin]      2.4.0cvs35
2452
2453         * src/messageview.c
2454         * src/mimeview.c
2455         * src/mimeview.h
2456                 Fix lack of part selection when automatically 
2457                 jumping to a specific part
2458         * src/msgcache.c
2459                 Little optimisation in cache reading
2460
2461 2006-08-09 [colin]      2.4.0cvs34
2462
2463         * src/compose.c
2464                 Fix crash setting the priority on reedit
2465                 (Accessing compose before creating it!)
2466
2467 2006-08-08 [colin]      2.4.0cvs33
2468
2469         * src/procmime.c
2470                 Fix bug #998 (last attachment is not accessible)
2471                 Bad RFC interpretation on multipart close-delimiters
2472         * src/mimeview.c
2473         * src/mimeview.h
2474         * src/gtk/gtkvscrollbutton.c
2475         * src/gtk/gtkvscrollbutton.h
2476                 Make attachments list wheel-scrollable
2477
2478 2006-08-07 [colin]      2.4.0cvs32
2479
2480         * src/gtk/gtkaspell.c
2481                 Fix bug #973 (Unicode punctation characters 
2482                 are not recognized as separators by the
2483                 spell checker); fix unsigned stuff
2484
2485 2006-08-07 [colin]      2.4.0cvs31
2486
2487         * src/compose.c
2488                 Fix bug #956 (DnD text with accents in compose 
2489                 text entry); fix gccc's signed/unsigned fuss
2490
2491 2006-08-06 [colin]      2.4.0cvs30
2492
2493         * src/main.c
2494                 Fix bug #979 (Plugin crashes when exiting 
2495                 sylpheed-claws) : handle exit request only 
2496                 once
2497
2498 2006-08-05 [colin]      2.4.0cvs29
2499
2500         * src/news.c
2501                 Just make sure we have a msgid.
2502
2503 2006-08-05 [colin]      2.4.0cvs28
2504
2505         * src/news.c
2506         * src/summaryview.c
2507                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2508                 by reimplementing it
2509         * src/textview.c
2510                 Fix bug when hiding quotes with level > 3 and quote
2511                 colors are recycled
2512
2513 2006-08-04 [colin]      2.4.0cvs27
2514
2515         * src/compose.c
2516         * src/undo.c
2517         * src/undo.h
2518                 Fix a bit replace-by-pasting undo
2519         * src/mainwindow.c
2520         * src/messageview.c
2521                 Fix Fold quotes menu synchro in
2522                 mainwindow when it changes in 
2523                 messageview
2524         * src/textview.c
2525                 Fix right-click on quotes blocks
2526         * src/common/utils.c
2527                 Verify that the file created by
2528                 my_tmpfile() is writable. Fixes
2529                 bug #988 (very specific filesystem
2530                 issue)
2531         * src/plugins/pgpcore/sgpgme.c
2532                 Fix file descriptor leak
2533         * src/plugins/spamassassin/spamassassin.c
2534                 Warn once if spamd isn't reachable
2535
2536 2006-08-04 [colin]      2.4.0cvs26
2537
2538         * src/toolbar.c
2539                 i18n context patch by Fabien
2540
2541 2006-08-03 [colin]      2.4.0cvs25
2542
2543         * src/mainwindow.c
2544         * src/messageview.c
2545                 Rename "Hide quotes" to "Fold quotes"
2546         * src/textview.c
2547                 Don't use hand cursor on quotes. "all 
2548                 the bonuses of the feature and none of 
2549                 unwelcome side-effects"
2550
2551 2006-08-03 [colin]      2.4.0cvs24
2552
2553         * AUTHORS
2554         * sylpheed-claws.desktop
2555         * src/gtk/authors.h
2556                 Bring the desktop file to XDG compliance
2557                 Patch by Charles A. Edwards
2558
2559 2006-08-03 [colin]      2.4.0cvs23
2560
2561         * src/textview.c
2562                 Fix links offset when they are preceded
2563                 by accentued chars (g_utf8_strlen!)
2564         * src/mainwindow.c
2565                 Fix wrong status when starting offline
2566
2567
2568 2006-08-03 [wwp]        2.4.0cvs22
2569
2570         * src/prefs_common.h
2571                 ask what to do w/ filtering rules that belong to an account when
2572                 applying filtering rules manually from the main window (skip,
2573                 apply regardless of the account, use current account). This dialog
2574                 can be skipped and the last reply used.
2575                 (forgot that file)
2576
2577 2006-08-03 [wwp]        2.4.0cvs21
2578
2579         * src/filtering.c
2580         * src/filtering.h
2581         * src/prefs_common.c
2582         * src/summaryview.c
2583         * src/alertpanel.c
2584         * src/alertpanel.h
2585         * src/messageview.c
2586                 ask what to do w/ filtering rules that belong to an account when
2587                 applying filtering rules manually from the main window (skip,
2588                 apply regardless of the account, use current account). This dialog
2589                 can be skipped and the last reply used.
2590
2591
2592 2006-08-03 [colin]      2.4.0cvs20
2593
2594         * src/textview.c
2595                 Optimize previous patch
2596
2597 2006-08-03 [cleroy]     2.4.0cvs19
2598
2599         * src/textview.c
2600                 Fix quotes getting toggled back when the
2601                 mail has an even number of text parts
2602
2603 2006-08-02 [colin]      2.4.0cvs18
2604
2605         * src/messageview.c
2606                 Add Hide quotes menu
2607
2608 2006-08-02 [colin]      2.4.0cvs17
2609
2610         * src/mainwindow.c
2611         * src/prefs_common.c
2612         * src/textview.c
2613         * src/textview.h
2614         * src/gtk/about.c
2615                 Allow per-level quote hiding,
2616                 Allow toggling quotes by double-clicking them
2617                 Rename RemoteURI to ClickableText to reflect
2618                 the fact it's used for a variety of things
2619
2620 2006-08-02 [wwp]        2.4.0cvs16
2621
2622         * src/mainwindow.c
2623                 fix "View/Hide quotes" menu item status initialization.
2624
2625 2006-08-02 [wwp]        2.4.0cvs15
2626
2627         * src/matcher_parser_parse.y
2628                 remove a debug trace.
2629
2630 2006-08-02 [paul]       2.4.0cvs14
2631
2632         * src/plugins/pgpcore/passphrase.c
2633                 don't set initial dialog size
2634                 make it resizable
2635
2636 2006-08-02 [paul]       2.4.0cvs13
2637
2638         * src/noticeview.c
2639                 remove the rogue '/' character
2640
2641 2006-08-02 [paul]       2.4.0cvs12
2642
2643         * src/noticeview.c
2644                 allow buttons to resize as necessary
2645
2646 2006-08-01 [wwp]        2.4.0cvs11
2647
2648         * src/mbox.c
2649                 fix strict ISO C90 compliance.
2650
2651 2006-08-01 [wwp]        2.4.0cvs10
2652
2653         * tools/update-po
2654                 updated update-po tool to work w/ context-dependent translations.
2655                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2656
2657 2006-08-01 [wwp]        2.4.0cvs9
2658
2659         * src/matcher.c
2660         * src/prefs_filtering.c
2661         * src/prefs_matcher.c
2662                 allow context-dependent translations for "All",
2663                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2664
2665 2006-07-31 [colin]      2.4.0cvs8
2666
2667         * AUTHORS
2668         * src/gtk/authors.h
2669                 Add Rafal to authors
2670
2671 2006-07-31 [colin]      2.4.0cvs7
2672
2673         * src/compose.c
2674         * src/mainwindow.c
2675         * src/messageview.h
2676         * src/prefs_common.c
2677         * src/prefs_common.h
2678         * src/textview.c
2679                 Add 'View/Hide quotes'. Patch based on a patch
2680                 by Rafal Weglarz
2681
2682 2006-07-31 [colin]      2.4.0cvs6
2683
2684         * src/action.c
2685                 Fix problem with "> stuff >" actions
2686
2687 2006-07-31 [paul]       2.4.0cvs5
2688
2689         * po/nb.po
2690                 updated by Geir Helland
2691
2692 2006-07-31 [wwp]        2.4.0cvs4
2693
2694         * src/mainwindow.c
2695         * src/summaryview.c
2696         * src/summaryview.h
2697                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2698                 thanks to Colin.
2699
2700 2006-07-31 [wwp]        2.4.0cvs3
2701
2702         * src/Makefile.am
2703         * src/addr_compl.c
2704         * src/addr_compl.h
2705         * src/addressbook.c
2706         * src/addressbook.h
2707         * src/addressbook_foldersel.c
2708         * src/addressbook_foldersel.h
2709         * src/addrindex.c
2710         * src/addrindex.h
2711         * src/matcher.c
2712         * src/matcher.h
2713         * src/matcher_parser_lex.l
2714         * src/matcher_parser_parse.y
2715         * src/prefs_common.c
2716         * src/prefs_common.h
2717         * src/prefs_filtering.c
2718         * src/prefs_matcher.c
2719         * src/prefs_matcher.h
2720         * src/summaryview.c
2721                 introduce filtering against the address book. It's now possible to add
2722                 matched conditions to determine if any email address in a message matches
2723                 or doesn't match any or all books or folders in the address book.
2724
2725 2006-07-31 [wwp]        2.4.0cvs2
2726
2727         * src/account.c
2728         * src/filtering.c
2729         * src/filtering.h
2730         * src/folder.c
2731         * src/folderview.c
2732         * src/inc.c
2733         * src/mainwindow.c
2734         * src/matcher.c
2735         * src/matcher_parser_lex.l
2736         * src/matcher_parser_parse.y
2737         * src/mbox.c
2738         * src/prefs_filtering.c
2739         * src/prefs_filtering.h
2740         * src/procmsg.c
2741         * src/procmsg.h
2742         * src/summaryview.c
2743                 introduce per-account filtering rules. Each filtering rule can now be assigned
2744                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2745                 when applying filtering rules manually, as all rules will apply - even the ones
2746                 assigned to an account. This issue will be addressed soon.
2747  
2748
2749
2750 2006-07-31 [wwp]        2.4.0cvs1
2751
2752         * src/quote_fmt.c
2753                 make more strings translatable.
2754
2755 2006-07-31 [paul]       2.4.0
2756
2757         2.4.0 released
2758
2759 2006-07-31 [paul]       2.3.1cvs91
2760
2761         * po/ca.po
2762                 updated by Miquel Oliete
2763
2764 2006-07-31 [paul]       2.3.1cvs90
2765
2766         * po/de.po
2767         * po/el.po
2768         * po/fr.po
2769         * po/it.po
2770         * po/pl.po
2771         * po/pt_BR.po
2772         * po/sr.po
2773         * po/zh_CN.po
2774                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2775                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2776                 Aleksandar Urosevic, and Ralgh Young
2777
2778 2006-07-31 [paul]       2.3.1cvs89
2779
2780         * src/account.c
2781         * src/main.c
2782         * src/mainwindow.c
2783         * src/mainwindow.h
2784                 Fix a race condition when, after an SC crash, rescanning
2785                 folders took more than 0.5 seconds
2786                 Thanks to Colin
2787
2788 2006-07-31 [paul]       2.3.1cvs88
2789
2790         * src/folderview.c
2791                 don't translate separator strings
2792
2793 2006-07-30 [mones]      2.3.1cvs87
2794
2795         * doc/man/sylpheed-claws.1
2796                 Fixed non-ASCII chars in Hoa's name
2797         * po/es.po
2798                 Updated for release
2799
2800 2006-07-27 [colin]      2.3.1cvs86
2801
2802         * src/textview.c
2803                 Don't include the leading \n in links
2804                 Patch by Fabien
2805
2806 2006-07-25 [colin]      2.3.1cvs85
2807
2808         * src/mainwindow.c
2809         * src/common/socket.h
2810         * src/etpan/imap-thread.c
2811                 Refresh resolvers before connecting
2812                 to IMAP servers, and after switching
2813                 to online. Thanks to Paul.
2814
2815 2006-07-18 [colin]
2816
2817         * 2.4.0-rc4 released
2818
2819 2006-07-17 [colin]      2.3.1cvs84
2820
2821         * src/inc.c
2822                 Show connection attempt in statusbar before
2823                 connecting (previously first message was
2824                 "Retrieving messages from ..." after the
2825                 connection succeeded.
2826
2827 2006-07-16 [wwp]        2.3.1cvs83
2828
2829         * sylpheed-claws.ico
2830                 Added .ico file (windows multi-size icon file, generated).
2831
2832 2006-07-12 [wwp]        2.3.1cvs82
2833
2834         * src/messageview.c
2835                 remove Message/Re-edit menu entry from messageview window,
2836                 as sent/draft/queued messages are opened in compose window when
2837                 re-edited and it's not possible to re-edit other msgs.
2838
2839 2006-07-12 [paul]       2.3.1cvs81
2840
2841         * AUTHORS
2842         * src/mainwindow.c
2843         * src/gtk/authors.h
2844                 check online state before resetting
2845                 mailcheck timer. Useful if some program
2846                 verifies connection state and updates
2847                 Claws.
2848                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2849
2850 2006-07-12 [paul]       2.3.1cvs80
2851
2852         * sylpheed-claws-128x128.png
2853         * sylpheed-claws-64x64.png
2854         * sylpheed-claws.png
2855         * src/Makefile.am
2856         * src/main.c
2857         * src/prefs_toolbar.c
2858         * src/stock_pixmap.c
2859         * src/stock_pixmap.h
2860         * src/wizard.c
2861         * src/gtk/about.c
2862         * src/gtk/gtkutils.c
2863         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2864         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2865         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2866         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2867         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2868         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2869                 updated and renamed logo/icon files and related
2870                 logo by Jesper Schultz
2871
2872 2006-07-11 [paul]       2.3.1cvs79
2873
2874         * src/main.c
2875                 fix the labels a smidgin
2876
2877 2006-07-09 [colin]      2.3.1cvs78
2878
2879         * src/textview.c
2880                 Show errors in textviewer's command
2881                 Patch by H. Merijn Brand
2882
2883 2006-07-09 [colin]      2.3.1cvs77
2884
2885         * src/compose.c
2886                 Save FMID in drafts too
2887
2888 2006-07-08 [colin]      2.3.1cvs76
2889
2890         * src/compose.c
2891                 Svae RMID in drafted mails too
2892                 Save quote_fmt vars for whole mails,
2893                 don't reset at each quote_fmt_init:
2894                 allows to use the same |i{var} in
2895                 various template fields
2896         * src/prefs_template.c
2897         * src/quote_fmt.h
2898         * src/quote_fmt_parse.y
2899                 Same
2900
2901 2006-07-08 [colin]      2.3.1cvs75
2902
2903         * src/textview.c
2904                 Fix highlighting of attached parts URIs
2905
2906 2006-07-08 [colin]      2.3.1cvs74
2907
2908         * src/main.c
2909                 Prevent bug #981 (sc 2.3.1 segfaults with 
2910                 gtk+ 2.10) from being reported again:
2911                 if Sylpheed-Claws has been compiled against
2912                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2913                 of if Sylpheed-Claws has been compiled against
2914                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2915                 error out.
2916
2917 2006-07-07 [colin]      2.3.1cvs73
2918
2919         * src/prefs_actions.c
2920                 Fix label
2921
2922 2006-07-07 [colin]      2.3.1cvs72
2923
2924         * src/prefs_actions.c
2925                 Fix compile on gtk < 2.8. argh :)
2926
2927 2006-07-07 [paul]       2.3.1cvs71
2928
2929         * src/common/defs.h
2930                 update DONATE_URI
2931
2932 2006-07-07 [colin]      2.3.1cvs70
2933
2934         * po/POTFILES.in
2935         * src/quote_fmt.c
2936         * src/quote_fmt_lex.l
2937         * src/quote_fmt_parse.y
2938                 Add |i{var}, a way to insert user-entered
2939                 text in a template
2940
2941 2006-07-07 [colin]
2942
2943         * 2.4.0-rc3 released
2944
2945 2006-07-07 [colin]      2.3.1cvs69
2946
2947         * src/folder.c
2948                 Don't consider inboxes of UNKNOWN folder 
2949                 classes to be useable as default inboxes
2950
2951 2006-07-07 [paul]       2.3.1cvs68
2952
2953         * src/textview.c
2954                 add missing #include <errno.h>
2955                 Thanks to René J. Blokland
2956
2957 2006-07-07 [paul]       2.3.1cvs67
2958
2959         * src/action.c
2960                 Return now Closes dialog
2961         * src/mimeview.c
2962         * src/mimeview.h
2963         * src/textview.c
2964                 add contextual menu to mime parts listed
2965                 in the textview
2966                 Thanks to Colin
2967         * src/common/utils.c
2968                 reversal: ' is a valid character in URLs
2969
2970 2006-07-06 [colin]      2.3.1cvs66
2971
2972         * src/remotefolder.h
2973                 Forgotten in previous commit
2974
2975 2006-07-06 [colin]      2.3.1cvs65
2976
2977         * src/folder.c
2978                 Set summary update flag whenever
2979                 totals changed
2980         * src/imap.c
2981         * src/prefs_account.c
2982         * src/common/utils.h
2983         * src/etpan/imap-thread.c
2984                 Fix warnings, thanks to Fabien and
2985                 Ricardo
2986
2987 2006-07-06 [wwp]        2.3.1cvs64
2988
2989         * src/gtk/gtkutils.c
2990                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2991
2992 2006-07-06 [wwp]        2.3.1cvs63
2993
2994         * src/account.c
2995         * src/addressbook.c
2996         * src/addressitem.h
2997         * src/folderview.c
2998         * src/mainwindow.c
2999         * src/manual.c
3000         * src/manual.h
3001         * src/message_search.c
3002         * src/prefs_actions.c
3003         * src/prefs_filtering.c
3004         * src/prefs_filtering.h
3005         * src/prefs_template.c
3006         * src/summary_search.c
3007         * src/summaryview.c
3008         * src/gtk/gtkutils.c
3009         * src/gtk/gtkutils.h
3010         * src/gtk/pluginwindow.c
3011                 add help buttons to some dialogs. Clicking such buttons opens a
3012                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
3013
3014 2006-07-06 [paul]       2.3.1cvs62
3015
3016         * src/textview.c
3017                 fix attachments contextual menu
3018                 Thanks to Colin
3019
3020 2006-07-05 [colin]      2.3.1cvs61
3021
3022         * src/textview.c
3023         * src/compose.c
3024                 Handle sftp:// links
3025
3026 2006-07-05 [paul]       2.3.1cvs60
3027
3028         * src/gtk/filesel.c
3029                 grab save button by default
3030                 Thanks to Colin
3031
3032 2006-07-05 [wwp]        2.3.1cvs59
3033
3034         * manual/xml2pdf
3035                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
3036
3037 2006-07-04 [colin]      2.3.1cvs58
3038
3039         * src/mimeview.c
3040         * src/textview.c
3041                 Use left click to select, middle click to open
3042                 on mimeparts links
3043         * src/common/utils.c
3044                 Fix segfault
3045
3046 2006-07-04 [colin]      2.3.1cvs57
3047
3048         * src/mainwindow.c
3049         * src/news.c
3050                 Warning fixes, thanks to Fabien
3051
3052 2006-07-04 [colin]      2.3.1cvs56
3053
3054         * src/mimeview.c
3055         * src/mimeview.h
3056         * src/textview.c
3057                 Allow parts to be selected via their text label
3058                 in textview
3059
3060 2006-07-04 [colin]      2.3.1cvs55
3061
3062         * src/folderview.c
3063                 Feedback when closing (for big folders)
3064         * src/prefs_actions.c
3065         * src/prefs_filtering.c
3066         * src/prefs_matcher.c
3067         * src/prefs_template.c
3068                 Fix default button when closing without
3069                 having saved
3070
3071 2006-07-04 [colin]      2.3.1cvs54
3072
3073         * src/news.c
3074                 Delete local file on deletion
3075
3076 2006-07-03 [colin]      2.3.1cvs53
3077
3078         * src/folderview.c
3079         * src/main.c
3080                 Don't freeze when rescanning after crash
3081
3082 2006-07-03 [wwp]        2.3.1cvs52
3083
3084         * src/compose.c
3085         * src/privacy.c
3086         * src/privacy.h
3087         * src/plugins/pgpinline/pgpinline.c
3088         * src/plugins/pgpmime/pgpmime.c
3089                 don't report an error when the user cancels the passphrase dialog.
3090
3091 2006-07-02 [colin]      2.3.1cvs51
3092
3093         * src/folderview.c
3094                 Open message when crossing folders with Space,
3095                 goto next unread and friends
3096
3097 2006-07-01 [colin]      2.3.1cvs50
3098
3099         * src/prefs_account.c
3100                 Typographic rules varying from language
3101                 to language (in french "Protocole :"),
3102                 we have to do that :)
3103
3104 2006-07-01 [ticho]      2.3.1cvs49
3105
3106         * src/prefs_account.c
3107                 Only use one temporary gchar* variable in
3108                 prefs_account_protocol_set_optmenu().
3109
3110 2006-07-01 [ticho]      2.3.1cvs48
3111
3112         * src/prefs_account.c
3113         * src/prefs_account.h
3114                 Use GtkLabel for existing account protocol name.
3115                 Created an array for protocol names and populate the
3116                 combobox from it in a for() cycle.
3117
3118 2006-06-30 [colin]      2.3.1cvs47
3119
3120         * src/compose.c
3121                 Block undo when changing signature (by changing
3122                 account)
3123
3124 2006-06-30 [paul]       2.3.1cvs46
3125
3126         * src/send_message.c
3127                 when editing From in the Compose window, use that address
3128                 in the Return-Path: header
3129                 Thanks to Colin
3130
3131 2006-06-30 [colin]      2.3.1cvs45
3132
3133         * src/compose.c
3134                 Fix signature replacement:
3135                 - when no newline before separator
3136                 - when reediting
3137
3138 2006-06-29 [colin]      2.3.1cvs44
3139
3140         * src/folderview.c
3141         * src/folderview.h
3142         * src/mainwindow.c
3143         * src/summaryview.c
3144                 Let 'View/Go to/Next marked' work like
3145                 Next new & Next unread: across folders
3146                 Change the select_on_entry pref to do
3147                 what we want when changing folder
3148         * src/common/utils.c
3149                 Fix single-quoted links 
3150
3151 2006-06-29 [colin]      2.3.1cvs43
3152
3153         * src/gtk/gtkaspell.c
3154                 "Sylpheed" and "Sylpheed-Claws" do exist !
3155
3156 2006-06-29 [colin]      2.3.1cvs42
3157
3158         * src/imap.c
3159                 Forgot to remove debug
3160
3161 2006-06-29 [colin]      2.3.1cvs41
3162
3163         * src/imap.c
3164         * src/imap.h
3165         * src/mainwindow.c
3166                 Disconnect from IMAP servers when going
3167                 offline. Fixes bug #978 (going to offline-mode 
3168                 won't close connections)
3169
3170 2006-06-29 [colin]      2.3.1cvs40
3171
3172         * src/main.c
3173                 Fix transient setting on failing plugins
3174                 Patch by Fabien
3175         * src/plugins/pgpcore/sgpgme.c
3176                 Only warn for OpenPGP. Most people don't
3177                 have CMS available.
3178
3179 2006-06-29 [colin]      2.3.1cvs39
3180
3181         * src/compose.c
3182                 Fix Spelling menu (discrepancy between context menu
3183                 and top menu when folder's dictionary isn't the 
3184                 default one)
3185         * src/plugins/pgpcore/sgpgme.c
3186                 More error reporting about why gpgme can fail
3187
3188 2006-06-29 [wwp]        2.3.1cvs38
3189
3190         * src/mainwindow.c
3191                 honor the display-header-pane setting even when the message view
3192                 is a separate window.
3193
3194 2006-06-29 [wwp]        2.3.1cvs37
3195
3196         * src/prefs_actions.c
3197                 forgot to commit that one (use of GTK_STOCK_INFO).
3198
3199 2006-06-29 [colin]      2.3.1cvs36
3200
3201         * src/imap.c
3202                 Better handling of login errors (ask the password
3203                 again once), alert in case of error. Fix three
3204                 signedness warnings.
3205
3206 2006-06-28 [wwp]        2.3.1cvs35
3207
3208         * src/prefs_template.c
3209         * src/prefs_matcher.c
3210         * src/prefs_filtering_action.c
3211         * src/prefs_quote.c
3212                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3213                 patch by Fabien Vantard, slightly modified.
3214
3215 2006-06-28 [paul]
3216
3217         2.4.0-rc2 released
3218
3219 2006-06-28 [colin]      2.3.1cvs34
3220
3221         * src/prefs_account.c
3222                 Fix bug #977 (Can't add or edit imap accounts)
3223
3224 2006-06-28 [colin]      2.3.1cvs33
3225
3226         * src/mimeview.c
3227                 Fix previous
3228
3229 2006-06-28 [colin]      2.3.1cvs32
3230
3231         * src/mimeview.c
3232                 Save named inlined attachments with "Save all"
3233         * src/main.c
3234         * src/mbox.c
3235         * src/common/plugin.c
3236         * src/common/plugin.h
3237         * src/common/sylpheed.c
3238         * src/common/utils.c
3239         * src/plugins/pgpcore/sylpheed.def
3240         * src/plugins/pgpinline/sylpheed.def
3241         * src/plugins/pgpmime/sylpheed.def
3242                 Win32 compatibility patch, by
3243                 Werner Koch
3244
3245 2006-06-28 [wwp]        2.3.1cvs31
3246
3247         * src/imap.c
3248         * src/prefs_folder_item.c
3249                 less compilation warnings (thanks to Fabien Vantard), less typos.
3250
3251 2006-06-28 [paul]       2.3.1cvs30
3252
3253         * src/gtk/gtkutils.c
3254                 gtk_combo_box_set_focus_on_click() is only
3255                 available since gtk 2.6.0
3256
3257 2006-06-28 [paul]       2.3.1cvs29
3258
3259         * src/prefs_ext_prog.c
3260                 fix engrish and add a tooltip for the
3261                 'command for 'Display as text' option
3262
3263 2006-06-28 [paul]
3264
3265         2.4.0-rc1 released
3266
3267 2006-06-28 [paul]       2.3.1cvs28
3268
3269         * ChangeLog
3270         * tools/Makefile.am
3271                 include textviewer.pl in releases
3272
3273 2006-06-28 [paul]       2.3.1cvs27
3274
3275         * src/prefs_ext_prog.c
3276                 hide Print command option if libgnomeprint
3277                 support is present
3278
3279 2006-06-27 [colin]      2.3.1cvs26
3280
3281         * src/compose.c
3282                 Fix Esc handling in insert/attach dialog
3283                 Don't show this dialog if dragging something
3284                 else than text/uri-list
3285                 Thanks to Fabien Vantard
3286         * tools/textviewer.pl
3287                 Filter script to display stuff as text
3288                 by H. Merijn Brand
3289
3290 2006-06-27 [wwp]        2.3.1cvs25
3291
3292         * src/messageview.c
3293                 use the exact product name (message view title), patch
3294                 by Fabien Vantard.
3295
3296 2006-06-27 [ticho]      2.3.1cvs24
3297
3298         * src/prefs_account.c
3299         * src/prefs_common.c
3300         * src/prefs_common.h
3301         * src/prefs_ext_prog.c
3302         * src/textview.c
3303                 Add a preference (Preferences/External programs)
3304                 to allow "Display as text" to be done via a script
3305                 (patch by H.Merijn Brand).
3306                 Use GtkComboBox for protocol selection in account
3307                 preferences.
3308                 Only include current choice for existing accounts, and
3309                 insensitivize the combobox.
3310
3311 2006-06-27 [paul]       2.3.1cvs23
3312
3313         * src/mbox.c
3314                 fix crasher introduced in cvs21.
3315                 Thanks to Colin
3316
3317 2006-06-26 [colin]      2.3.1cvs22
3318
3319         * src/mbox.c
3320                 Fix double-frees when leaving folders
3321                 after exporting to mbox
3322
3323 2006-06-26 [colin]      2.3.1cvs21
3324
3325         * src/mbox.c
3326                 More feedback (and optimisation)
3327                 on import/export
3328         * src/common/utils.c
3329                 Fix case when looking for mail addresses
3330         * src/gtk/gtkutils.c
3331                 Extra check for (X-)Face
3332
3333 2006-06-25 [ticho]      2.3.1cvs20
3334
3335         * src/compose.c
3336         * src/exphtmldlg.c
3337         * src/gtk/gtkutils.c
3338         * src/gtk/gtkutils.h
3339                 Added second argument to gtkut_sc_combobox_create() to
3340                 control focus-on-click for the widget.
3341                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3342
3343 2006-06-25 [ticho]      2.3.1cvs19
3344
3345         * src/compose.c
3346         * src/gtk/Makefile.am
3347         * src/gtk/combobox.c
3348         * src/gtk/combobox.h
3349         * src/gtk/gtkutils.c
3350         * src/gtk/gtkutils.h
3351                 Use GtkComboBox instead of deprecated GtkOptionMenu
3352                 for account selector in compose window and for encoding
3353                 selector in attachment properties.
3354                 Also factorise working with the new GtkComboBox somewhat.
3355
3356 2006-06-24 [paul]       2.3.1cvs18
3357
3358         * src/prefs_common.c
3359                 use the correct default value
3360
3361 2006-06-24 [paul]       2.3.1cvs17
3362
3363         * src/compose.c
3364         * src/prefs_common.c
3365         * src/prefs_common.h
3366         * src/prefs_compose_writing.c
3367                 enable setting of default action when
3368                 dnd'ing files in the compose window.
3369                 (Collaborative effort with wwp)
3370
3371 2006-06-23 [wwp]        2.3.1cvs16
3372
3373         * src/compose.c
3374                 i18n fix (thanks to Fabien Vantard)
3375
3376 2006-06-22 [colin]      2.3.1cvs15
3377
3378         * src/prefs_customheader.c
3379                 Don't use filters in custom headers' file 
3380                 selector. Remember, extensions mean nothing :)
3381
3382 2006-06-22 [paul]       2.3.1cvs14
3383
3384         * configure.ac
3385                 allow setting of man directory location
3386
3387 2006-06-22 [colin]      2.3.1cvs13
3388
3389         * src/mainwindow.c
3390                 Add 'View/Go to/Next unread folder'.
3391                 I missed that :)
3392
3393 2006-06-22 [colin]      2.3.1cvs12
3394
3395         * src/common/utils.c
3396                 Add some subject prefixes
3397                 Patch by Bjorn T Johansen <btj@havleik.no>
3398
3399 2006-06-22 [colin]      2.3.1cvs11
3400
3401         * manual/advanced.xml
3402                 Forgotten hidden pref
3403
3404 2006-06-21 [paul]       2.3.1cvs10
3405
3406         * src/prefs_account.c
3407                 complete the removal of 'Add date header' option
3408
3409 2006-06-21 [paul]       2.3.1cvs9
3410
3411         * src/account.c
3412         * src/compose.c
3413         * src/prefs_account.c
3414         * src/prefs_account.h
3415                 remove option to add date header - always
3416                 add date header
3417         * src/etpan/imap-thread.c
3418                 fix warnings (Thanks to Colin)
3419
3420 2006-06-21 [wwp]        2.3.1cvs8
3421
3422         * src/folder.c
3423                 set the attachment flag when inline text part are (file)named. This is more convenient
3424                 when receiving (for instance) inline source files or patches sent using thunderbird.
3425
3426 2006-06-21 [paul]       2.3.1cvs7
3427
3428         * src/inc.c
3429                 fix off-by-one count of current msg in
3430                 statusbar filtering progressbar
3431
3432 2006-06-21 [paul]       2.3.1cvs6
3433
3434         * src/folder.c
3435                 Show attachment icon even if the part is 'inline'
3436                 if the following conditions are met:
3437                 - content-type != 'text/plain'
3438                 - content-type != '*/pgp-signature'
3439                 - either 'name' or 'filename' parameter is not NULL
3440                 
3441                 Thanks to Colin
3442
3443 2006-06-21 [paul]       2.3.1cvs5
3444
3445         * src/messageview.c
3446         * src/prefs_common.c
3447         * src/prefs_common.h
3448         * src/prefs_other.c
3449                 add an option to 'Never send Return
3450                 Receipts'
3451                 Thanks to Colin
3452
3453 2006-06-20 [mones]      2.3.1cvs4
3454
3455         * po/es.po
3456                 updated
3457         * src/compose.c
3458                 typo fixed (space after comma)
3459         * tools/make.themes.project
3460                 remove exec mode from tarball files
3461
3462 2006-06-20 [colin]      2.3.1cvs3
3463
3464         * src/news.c
3465         * src/procheader.c
3466         * src/unmime.c
3467                 Better fix for \n's in headers (don't 
3468                 break Received: and others)
3469
3470 2006-06-20 [paul]       2.3.1cvs2
3471
3472         * src/alertpanel.c
3473         * src/textview.c
3474                 improve legibility of phishing attempt
3475                 dialog
3476
3477 2006-06-20 [paul]       2.3.1cvs1
3478
3479         * NEWS
3480         * README
3481         * configure.ac
3482                 Update version number following
3483                 stable release
3484
3485 2006-06-20 [colin]      2.3.0cvs26
3486
3487         * src/compose.c
3488                 When dragging a file to the text of the compose
3489                 window, ask whether we want to insert or attach
3490                 (I know lots of people who do that to attach)
3491
3492 2006-06-20 [colin]      2.3.0cvs25
3493
3494         * src/etpan/imap-thread.c
3495                 Fix threshold (the append command is often > 32 bytes)
3496
3497 2006-06-19 [colin]      2.3.0cvs24
3498
3499         * src/imap.c
3500         * src/etpan/imap-thread.c
3501                 Workaround Rockliffe IMAP server bug: replace
3502                 "x UID SEARCH (ANSWERED UID 1:*)" with
3503                 "x UID SEARCH ANSWERED"
3504                 (Rockliffe doesn't handle the parenthesis)
3505
3506 2006-06-19 [colin]      2.3.0cvs23
3507
3508         * src/compose.c
3509         * src/imap.c
3510         * src/etpan/imap-thread.c
3511                 Probably fix bug #972 (Freezes when adding 
3512                 an attachment to the message)
3513         * src/common/defs.h
3514                 Modernize Firefox cmd
3515
3516
3517 2006-06-18 [colin]      2.3.0cvs22
3518
3519         * src/prefs_customheader.c
3520                 Only allow correct filenames for various
3521                 custom headers
3522
3523 2006-06-18 [colin]      2.3.0cvs21
3524
3525         * src/prefs_customheader.c
3526                 Add a 'From File...' button in custom headers prefs, which
3527                 try to do the right thing: 
3528                 for normal headers, use file as plaintext,
3529                 for X-Face, calls compface,
3530                 for Face, encode to b64.
3531
3532 2006-06-17 [colin]      2.3.0cvs20
3533
3534         * src/mh.c
3535                 Warning fix
3536
3537 2006-06-16 [colin]      2.3.0cvs19
3538
3539         * src/summaryview.c
3540                 Recursive quicksearch: show message list
3541                 in current folder, *then* search children
3542                 in the background.
3543
3544 2006-06-16 [colin]      2.3.0cvs18
3545
3546         * src/main.c
3547                 Instead of ignoring SIGPIPE, save caches
3548                 when getting one. Will fix the fact that
3549                 hot caches are out-of-date when logging 
3550                 out of Xorg.
3551         * src/compose.c
3552         * src/prefs_compose_writing.c
3553                 Only save text (not attachments) when 
3554                 auto-saving to drafts
3555         * src/unmime.c
3556                 Always replace \n, \r and \t with spaces
3557                 in headers
3558         * manual/dist/html/Makefile.am
3559         * manual/dist/pdf/Makefile.am
3560         * manual/dist/ps/Makefile.am
3561         * manual/dist/txt/Makefile.am
3562         * manual/fr/dist/html/Makefile.am
3563         * manual/fr/dist/pdf/Makefile.am
3564         * manual/fr/dist/ps/Makefile.am
3565         * manual/fr/dist/txt/Makefile.am
3566         * manual/pl/dist/html/Makefile.am
3567         * manual/pl/dist/pdf/Makefile.am
3568         * manual/pl/dist/ps/Makefile.am
3569         * manual/pl/dist/txt/Makefile.am
3570                 Fix make clean removing pregenerated manuals
3571
3572
3573 2006-06-16 [colin]      2.3.0cvs17
3574
3575         * src/plugins/pgpcore/sgpgme.c
3576         * src/plugins/pgpmime/pgpmime.c
3577         * src/plugins/pgpinline/pgpinline.c
3578                 Better error reporting in setup_signers.
3579                 Don't fallback to default key if specified
3580                 key isn't found.
3581                 Don't allow signing if more than one secret
3582                 key matches the one specified in prefs.
3583
3584 2006-06-15 [colin]      2.3.0cvs16
3585
3586         * src/folderview.c
3587                 Add "Send queue" in the folder's contextual
3588                 menu
3589         * src/compose.c
3590         * src/messageview.c
3591         * src/privacy.c
3592         * src/privacy.h
3593         * src/procmime.c
3594         * src/procmsg.c
3595         * src/plugins/pgpcore/passphrase.c
3596         * src/plugins/pgpcore/sgpgme.c
3597         * src/plugins/pgpinline/pgpinline.c
3598         * src/plugins/pgpmime/pgpmime.c
3599                 Better error reporting
3600         * src/mbox.c
3601                 Probably fix bug #971 (2.2.3 cannot read mail 
3602                 from local mbox)
3603
3604
3605 2006-06-15 [mones]      2.3.0cvs15
3606
3607         * tools/make.themes.project
3608                 creates the themes project from the web page
3609
3610 2006-06-15 [colin]      2.3.0cvs14
3611
3612         * src/folder.c
3613                 Better fix (avoid losing the folder if scan_tree 
3614                 fails)
3615
3616 2006-06-15 [cleroy]     2.3.0cvs13
3617
3618         * src/folder.c
3619                 Probably fix Bug #969 (crash on rebuilding 
3620                 imap folder)
3621
3622 2006-06-14 [colin]      2.3.0cvs12
3623
3624         * manual/dtd/manual.xsl
3625         * manual/sylpheed-claws-manual.xml
3626         * manual/fr/sylpheed-claws-manual.xml
3627         * manual/pl/sylpheed-claws-manual.xml
3628                 Insert pagebreaks between sections
3629
3630 2006-06-14 [paul]       2.3.0cvs11
3631
3632         * configure.ac
3633                 better fix than 2.3.0cvs10
3634
3635 2006-06-14 [paul]       2.3.0cvs10
3636
3637         * configure.ac
3638                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3639                 (backwards compatible)
3640
3641 2006-06-13 [colin]      2.3.0cvs9
3642
3643         * src/messageview.c
3644                 Fix sending of return receipt with the new queue folders
3645
3646 2006-06-13 [wwp]        2.3.0cvs8
3647
3648         * src/quote_fmt_lex.l
3649                 fix wrong tokens returned in quote_fmt lexer, query not().
3650
3651 2006-06-13 [wwp]        2.3.0cvs7
3652
3653         * src/folder.c
3654         * src/prefs_folder_item.c
3655                 allow changing folder type even when folder is not a top-level one,
3656                 thanks to Colin.
3657
3658 2006-06-12 [colin]      2.3.0cvs6
3659
3660         * src/folderview.c
3661                 Fix double-ask of "Do you want to mark all
3662                 as read"
3663
3664 2006-06-12 [colin]      2.3.0cvs5
3665
3666         * src/compose.c
3667         * src/compose.h
3668         * src/folder.c
3669         * src/folder.h
3670         * src/imap.c
3671         * src/inc.c
3672         * src/main.c
3673         * src/messageview.c
3674         * src/mh.c
3675         * src/prefs_folder_item.c
3676         * src/procheader.c
3677         * src/procmime.c
3678         * src/procmsg.c
3679         * src/procmsg.h
3680         * src/send_message.c
3681         * src/summaryview.c
3682         * src/toolbar.c
3683                 Apply bug #964's patch (Queue and drafts aren't normal)
3684                 The Drafts and Queue folder now contain RFC-822 files,
3685                 allowing to move and copy mails from and to these 
3686                 folders. Moving from Drafts to Queue will prepare the
3687                 mail for sending (PGP signature, encryption, etc).
3688                 This patch also rework sending errors handling to try
3689                 to be more helpful.
3690                 Also, allow redefining folder types via the GUI 
3691                 (Folder type in its Properties)
3692
3693 2006-06-12 [colin]      2.3.0cvs4
3694
3695         * src/summaryview.c
3696         * src/prefs_common.c
3697         * src/prefs_common.h
3698         * src/gedit-print.c
3699                 Allow to define a specific print font - patch
3700                 by Bernhard Walle <bernhard.walle@gmx.de>
3701         * src/prefs_fonts.c
3702         * manual/advanced.xml
3703         * manual/fr/advanced.xml
3704                 Add a hidden pref to allow deletion without
3705                 confirmation
3706
3707 2006-06-12 [wwp]        2.3.0cvs3
3708
3709         * .cvsignore
3710                 more files to ignore.
3711
3712 2006-06-12 [wwp]        2.3.0cvs2
3713
3714         * src/quote_fmt.c
3715         * src/quote_fmt_lex.l
3716         * src/quote_fmt_parse.y
3717                 extend the quote_fmt parser (templates and quotes):
3718                 - allow limited sub-expressions in |p{} and |f{} expressions,
3719                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3720                 - implemented/fixed missing implementation of query_references and show_references,
3721                 - completed, fixed contents and format of the symbols help dialog,
3722                 - fix some compilation warnings.
3723
3724 2006-06-12 [wwp]        2.3.0cvs1
3725
3726         * manual/advanced.xml
3727         * manual/fr/advanced.xml
3728                 updates in the "templates" section of the manual (eng/fr):
3729                  - be more precise (both versions)
3730                  - completed to match the english reference (fr version)
3731                  - touchups (both versions)
3732
3733 2006-06-12 [paul]       2.3.0
3734
3735         2.3.0 released
3736
3737 2006-06-12 [paul]       2.2.3cvs14
3738
3739         * po/ca.po
3740         * po/cs.po
3741         * po/de.po
3742         * po/el.po
3743         * po/fr.po
3744         * po/it.po
3745         * po/pt_BR.po
3746         * po/sr.po
3747         * po/zh_CN.po
3748                 updated by Miquel Oliete, Tim, Stephan Sachse,
3749                 Stavros Giannouris, Fabien Vantard, Andrea
3750                 Spadaccini, Frederico Goncalves Guimaraes,
3751                 Aleksandar Urosevic, and Ralgh Young
3752
3753 2006-06-12 [colin]      2.2.3cvs13
3754
3755         * src/mbox.c
3756                 Add missing header
3757
3758 2006-06-11 [colin]      2.2.3cvs12
3759
3760         * src/msgcache.c
3761                 Verify that g_malloc() succeeded
3762
3763 2006-06-11 [colin]      2.2.3cvs11
3764
3765         * src/wizard.c
3766                 Add Face header to welcome mail
3767
3768 2006-06-10 [colin]      2.2.3cvs10
3769
3770         * src/textview.c
3771                 Revert previous (Forgot it changes the
3772                 margin on the whole mail)
3773
3774 2006-06-10 [colin]      2.2.3cvs9
3775
3776         * src/textview.c
3777                 Don't overlap long headers under (X-)Face
3778
3779 2006-06-10 [mones]      2.2.3cvs8
3780
3781         * manual/xml2pdf
3782                 allow generation of manual on systems lacking saxon binary
3783                 but with java and the saxon library installed
3784
3785         * po/es.po
3786                 updated for release
3787
3788 2006-06-09 [colin]      2.2.3cvs7
3789
3790         * src/summaryview.c
3791                 Fix leak when using Display Sender using Addressbook
3792
3793 2006-06-09 [colin]      2.2.3cvs6
3794
3795         * src/compose.c
3796         * src/folder.c
3797         * src/folderview.c
3798         * src/mimeview.c
3799         * src/summaryview.c
3800                 More leaks fixes
3801
3802 2006-06-09 [paul]       2.2.3cvs5
3803
3804         * AUTHORS
3805         * src/gtk/authors.h
3806         * tools/claws.i18n.status.pl
3807                 updated with new info
3808
3809 2006-06-09 [paul]       2.2.3cvs4
3810
3811         * README
3812                 updated
3813         * manual/ack.xml
3814                 add wwp to authors list
3815         * src/gtk/authors.h
3816                 update mine and Colin's addresses
3817
3818 2006-06-08 [colin]      2.2.3cvs3
3819
3820         * src/etpan/imap-thread.c
3821                 Fix leak on SSL cert check
3822
3823 2006-06-08 [colin]      2.2.3cvs2
3824
3825         * src/common/utils.c
3826                 Fix leak
3827
3828 2006-06-08 [paul]       2.2.3cvs1
3829
3830         * configure.ac
3831                 Update version number following
3832                 stable release
3833
3834 2006-06-07 [colin]      2.2.2cvs3
3835
3836         * src/msgcache.c
3837                 Fix catching cache read errors (guint instead of gint)
3838                 Prevent malloc'ing more than 8MB (means cache corruption)
3839
3840 2006-06-07 [paul]       2.2.2cvs2
3841
3842         * src/exporthtml.c
3843         * src/exportldif.c
3844         * src/mh.c
3845         * src/mutt.c
3846         * src/pine.c
3847         * src/common/utils.c
3848                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3849                 obey $HOME'
3850                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3851                 Thanks to Colin
3852
3853 2006-06-06 [paul]       2.2.2cvs1
3854
3855         * configure.ac
3856                 Update version number following
3857                 stable release
3858
3859 2006-06-06 [paul]       2.2.1cvs6
3860
3861         * src/matcher.c
3862                 fix  implicit declaration of
3863                 sylpheed_do_idle()
3864                 Patch by Fabien Vantard
3865
3866 2006-06-06 [paul]       2.2.1cvs5
3867
3868         * src/matcher.c
3869                 fix age_greater and age_lower so that they
3870                 mean what say and not '...or equal to'
3871                 Thanks to Colin
3872
3873 2006-06-06 [paul]       2.2.1cvs4
3874
3875         * src/textview.c
3876         * src/common/utils.c
3877                 fix URI check
3878                 Thanks to Colin
3879
3880 2006-06-05 [wwp]        2.2.1cvs3
3881
3882         * manual/fr/account.xml
3883                 minor language fixes (thanks to Fabien Vantard).
3884
3885 2006-06-05 [colin]      2.2.1cvs2
3886
3887         * src/prefs_folder_item.c
3888         * src/folderview.c
3889                 Allow recursive setting of properties 
3890                 for whole mailboxes
3891         * src/matcher.c
3892                 Don't freeze on 'test' filtering rule
3893
3894 2006-06-05 [colin]      2.2.1cvs1
3895
3896         * configure.ac
3897                 Update version number following
3898                 stable release
3899
3900 2006-06-04 [wwp]        2.2.0cvs82
3901
3902         * manual/glossary.xml
3903         * manual/account.xml
3904         * manual/fr/glossary.xml
3905         * manual/fr/account.xml
3906                 added glossary section and references/links related to the Face custom header.
3907
3908 2006-06-04 [colin]      2.2.0cvs81
3909
3910         * src/summaryview.c
3911                 Skip to next message on move with no
3912                 immediate execution
3913
3914 2006-06-04 [wwp]        2.2.0cvs80
3915
3916         * manual/xml2pdf
3917                 added sanity checks, exit when needed.
3918
3919 2006-06-03 [paul]       2.2.0cvs79
3920
3921         * src/prefs_receive.c
3922                 page name is now 'Receiving'
3923         * src/prefs_send.c
3924                 page name is now 'Sending'
3925
3926 2006-06-03 [colin]      2.2.0cvs78
3927
3928         * src/plugins/spamassassin/spamassassin_gtk.c
3929                 Autoswitch to Localhost if transport was previously
3930                 disabled. Else people had to check [] Enable, then
3931                 *reselect* transport.
3932
3933 2006-06-03 [colin]      2.2.0cvs77
3934
3935         * src/plugins/pgpinline/pgpinline.c
3936         * src/plugins/pgpmime/pgpmime.c
3937                 Check that gpg_data_release_and_get_mem 
3938                 didn't fail (now, why this happens...)
3939
3940 2006-06-03 [colin]      2.2.0cvs76
3941
3942         * src/mbox.c
3943                 Fix bug #962 (Manual and/or UI should 
3944                 warn about incompatible locking 
3945                 causing dataloss)
3946
3947 2006-06-02 [cleroy]     2.2.0cvs75
3948
3949         * src/filtering.c
3950         * src/folder.c
3951         * src/procmsg.c
3952         * src/summaryview.c
3953                 Fix a few leaks
3954
3955 2006-06-02 [colin]      2.2.0cvs74
3956
3957         * src/main.c
3958                 On exit, free caches after writing them
3959                 Shuts up some valgrind false positives
3960         * src/procmsg.c
3961         * src/send_message.c
3962                 Fix races when reusing existing SMTP connections
3963                 Fix inexistant session timeout
3964         * src/toolbar.c
3965                 Display alertpanel after all queues have
3966                 been processed, not after each
3967
3968 2006-06-02 [wwp]        2.2.0cvs73
3969
3970         * manual/fr/glossary.xml
3971         * manual/fr/ack.xml
3972         * manual/ack.xml
3973                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3974
3975 2006-06-02 [wwp]        2.2.0cvs72
3976
3977         * manual/xml2pdf
3978         * manual/dist/pdf/Makefile.am
3979         * manual/dtd/manual.xsl
3980         * manual/fr/dist/pdf/Makefile.am
3981         * manual/pl/dist/pdf/Makefile.am
3982                 we changed the procedure to generate the .pdf version of the manual.
3983                 The procedure is more modern and the .pdf we get now has a valid index.
3984                 Here are the new pre-requisites:
3985
3986                 - JRE 1.x (1.4 here): there must be one from your distro
3987                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3988                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3989                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3990
3991                 See my posts for further info about the installation of this toolchain:
3992
3993                 Date: Fri, 19 May 2006 19:40:06 +0200
3994                 From: wwp <subscript@free.fr>
3995                 To: sylpheed-claws-devel@lists.sourceforge.net
3996                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3997
3998                 and
3999
4000                 Date: Wed, 24 May 2006 12:58:49 +0200
4001                 From: wwp <subscript@free.fr>
4002                 To: sylpheed-claws-devel@lists.sourceforge.net
4003                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
4004
4005 2006-06-01 [colin]      2.2.0cvs71
4006
4007         * src/compose.c
4008                 Better guards against IMAP races
4009         * src/main.c
4010         * src/prefs_common.c
4011         * src/prefs_common.h
4012         * src/common/ssl_certificate.c
4013         * src/etpan/imap-thread.c
4014         * src/etpan/imap-thread.h
4015         * src/gtk/sslcertwindow.c
4016                 New hidden option ssl_skip_cert_check to 
4017                 avoid dups of bug #959 (libetpan linked
4018                 against gnutls and gnutls buggy on 64bit)
4019                 Present expired warning only once per
4020                 session/server.
4021         * manual/advanced.xml
4022         * manual/fr/advanced.xml
4023                 Document new option
4024
4025 2006-06-01 [wwp]        2.2.0cvs70
4026
4027         * src/messageview.c
4028                 fix for bug #961 (return receipt dialog 
4029                 complains incorrectly about return-path 
4030                 email adress being different), thanks 
4031                 to Colin.
4032
4033 2006-05-31 [cleroy]     2.2.0cvs69
4034
4035         * src/common/ssl.c
4036                 Guard against NULLs, although this
4037                 should never be an issue
4038
4039 2006-05-31 [colin]      2.2.0cvs68
4040
4041         * src/filtering.c
4042                 Use g_slist_prepend
4043         * src/imap.c
4044                 Don't remove caches when destroying folder, it
4045                 could (should) be done at exit
4046         * src/inc.c
4047                 free processing cache after incorporation
4048         * src/etpan/imap-thread.c
4049                 Maybe fix bug #959 (Crash on moving to emails 
4050                 to a imap account per ssl with a expired 
4051                 certificate.)
4052
4053 2006-05-30 [colin]      2.2.0cvs67
4054
4055         * src/summaryview.c
4056                 Put back event flush when displaying message
4057                 It avoids reading a bunch of messages just
4058                 by hitting shift-n for too long ;)
4059
4060 2006-05-29 [colin]      2.2.0cvs66
4061
4062         * src/summaryview.c
4063                 Remove useless g_warnings
4064
4065 2006-05-29 [colin]      2.2.0cvs65
4066
4067         * src/imap.c
4068                 Fix g_slist_append()s for performance
4069
4070 2006-05-29 [colin]      2.2.0cvs64
4071
4072         * src/compose.c
4073         * src/common/utils.c
4074                 Fix extraneous tab at start of addresses
4075         * src/mainwindow.c
4076                 Fix warnings (thanks to Fabien)
4077                 Fix crash at exit when composing messages 
4078                 exist
4079         * src/pop.c
4080                 Fix progress bar when deleting expired mails
4081                 Thanks to Hiro
4082         * src/summaryview.c
4083         * src/gtk/gtksctree.c
4084                 Fix re-sorting slowness
4085
4086 2006-05-29 [paul]       2.2.0cvs63
4087
4088         * src/mh.c
4089                 fetch full message when moving mails
4090                 from another mailbox, (fixed data loss
4091                 when filtering from IMAP to MH, introduced
4092                 in 2.2.0cvs57).
4093                 Thanks to Colin
4094
4095 2006-05-29 [mones]      2.2.0cvs62
4096
4097         * src/gtk/gtksctree.c
4098                 Unselect faster (patch by Colin)        
4099
4100 2006-05-26 [colin]      2.2.0cvs61
4101
4102         * src/summaryview.c
4103                 Unplug MSGINFO_UPDATE callback on delete too.
4104
4105 2006-05-26 [colin]      2.2.0cvs60
4106
4107         * src/foldersel.c
4108                 Fix bold in folder selection window with glib2.10
4109                 thanks Hiro
4110
4111 2006-05-26 [colin]      2.2.0cvs59
4112
4113         * src/procheader.c
4114                 Convert date only if necessary (and don't
4115                 try to convert from utf8 to utf8, too)
4116         * src/summaryview.c
4117                 Only set column's text if the column's 
4118                 displayed
4119
4120 2006-05-26 [colin]      2.2.0cvs58
4121
4122         * src/summaryview.c
4123         * src/gtk/gtkutils.c
4124                 Fix useless warning
4125
4126 2006-05-26 [colin]      2.2.0cvs57
4127
4128         * src/mainwindow.c
4129                 Make summaryview selectable as long as 
4130                 no message has focus
4131         * src/mh.c
4132                 Faster deletion (by implementing mh_remove_msgs)
4133                 Faster copy (avoid using mh_fetch_msg just to get
4134                 the filename)
4135                 Faster move (using move_file instead of copy_file
4136                 if MSG_IS_MOVE)
4137                 No progressbar if total number of mails to cp/mv 
4138                 is less than 100
4139         * src/summaryview.c
4140                 Fix removal from subject_table when mail gets moved
4141                 Faster deletion (g_slist_prepend instead of append)
4142         * src/gtk/gtksctree.c
4143                 Remove useless code
4144
4145 2006-05-25 [colin]      2.2.0cvs56
4146
4147         * src/common/ssl_certificate.c
4148                 Fix leak in expired cert check
4149
4150 2006-05-25 [colin]      2.2.0cvs55
4151
4152         * src/mh.c
4153                 Disable flags syncing on .mh_sequences - it
4154                 is buggy and marks mails read under unknown
4155                 conditions.
4156
4157 2006-05-25 [paul]
4158
4159         * 2.3.0-rc4 released
4160
4161 2006-05-24 [colin]      2.2.0cvs54
4162
4163         attention cvs users: if you manage to crash
4164         Sylpheed-Claws while moving, copying or deleting
4165         mails, we *are* interested in stack traces and
4166         valgrind logs. It looks stable, but one never
4167         knows...
4168
4169         * src/folder.c
4170                 Add progressbar for cache updates
4171         * src/folderutils.c
4172                 Optimize Mark all read in the current
4173                 folder
4174         * src/mh.c
4175                 Add progressbar for copy/move
4176         * src/procmsg.c
4177                 Optimize O(n^2) in copy/move
4178         * src/summaryview.c
4179         * src/gtk/gtksctree.c
4180                 Optimize O(n^2) algos
4181         * src/common/timing.h
4182                 Display ms instead of us
4183
4184 2006-05-24 [wwp]        2.2.0cvs53
4185
4186         * manual/fr/advanced.xml
4187                 updates to the French manual.
4188
4189 2006-05-24 [wwp]        2.2.0cvs52
4190
4191         * src/common/utils.c
4192                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4193
4194 2006-05-24 [wwp]        2.2.0cvs51
4195
4196         * src/folderutils.c
4197                 fixed "mark all read" in MH folders (thanks to Colin).
4198
4199 2006-05-24 [paul]       2.2.0cvs50
4200
4201         * doc/man/sylpheed-claws.1
4202                 updated the man page
4203
4204 2006-05-23 [colin]      2.2.0cvs49
4205
4206         * src/folderview.c
4207         * src/imap.c
4208         * src/inc.c
4209         * src/mbox.c
4210         * src/messageview.c
4211         * src/news.c
4212         * src/send_message.c
4213         * src/summaryview.c
4214         * src/gtk/sslcertwindow.c
4215                 alertpanel fixes, by Fabien
4216
4217 2006-05-23 [colin]      2.2.0cvs48
4218
4219         * src/folder.c
4220         * src/folderview.c
4221         * src/msgcache.c
4222         * src/summaryview.c
4223         * src/gtk/gtksctree.c
4224         * src/gtk/gtksctree.h
4225                 More timings
4226                 Fix slow loading problem, which was caused by the
4227                 use of some gtk_ctree funcs and their use of
4228                 g_list_position while gtk_ctree_(un)link'ing.
4229                 Reap more functions from gtkctree.c to be sure we
4230                 use our (fast) version instead of theirs.
4231         * src/mh.c
4232                 Fix copy of unread mails
4233
4234
4235 2006-05-22 [wwp]        2.2.0cvs47
4236
4237         * manual/fr/advanced.xml
4238                 updated.
4239
4240 2006-05-22 [colin]      2.2.0cvs46
4241
4242         * src/filtering.c
4243                 Fix possible infinite loop. 'copy' is not a 
4244                 final action, so when encountering a 'copy',
4245                 we have to check if a previous one was set
4246                 and do it. In the same way, if we encounter
4247                 a 'move' we have to perform a possibly 
4248                 pending 'copy'. This will slow down filtering
4249                 on IMAP if move+copy or multiple copy actions
4250                 are to be done, but handling it via the batch
4251                 would be really too convoluted.
4252
4253 2006-05-22 [wwp]        2.2.0cvs45
4254
4255         * manual/fr/advanced.xml
4256         * manual/fr/faq.xml
4257         * manual/fr/glossary.xml
4258         * manual/fr/handling.xml
4259         * manual/fr/intro.xml
4260         * manual/fr/plugins.xml
4261         * manual/fr/sylpheed-claws-manual.xml
4262                 sync w/ the english manual: updates URIs, documented mailing-list
4263                 support, better explanation about the enabled/disabled feature
4264                 in filtering/processing rules by Paul.
4265
4266 2006-05-21 [colin]      2.2.0cvs44
4267
4268         * src/summaryview.c
4269                 Don't expand after building threads, but during
4270
4271 2006-05-21 [colin]      2.2.0cvs43
4272
4273         * src/procmsg.c
4274         * src/summaryview.c
4275                 More timing possibilities... For next time I have 
4276                 to find out how the hell some 3GHz computer takes
4277                 one minute to open a 30k folder...
4278
4279 2006-05-21 [colin]      2.2.0cvs42
4280
4281         * manual/pl/advanced.xml
4282         * manual/pl/faq.xml
4283         * manual/pl/glossary.xml
4284         * manual/pl/handling.xml
4285         * manual/pl/intro.xml
4286         * manual/pl/plugins.xml
4287         * manual/pl/sylpheed-claws-manual.xml
4288                 Polish manual updated by Pawel
4289
4290 2006-05-20 [colin]
4291
4292         * 2.3.0-rc3 released
4293
4294 2006-05-20 [colin]      2.2.0cvs41
4295
4296         * src/imap.c
4297                 Fix -rc2 problems:
4298                 - remove cache of moved messages from original folder
4299                 - apply new flags to messages even if they aren't appliable
4300                   via IMAP.
4301
4302 2006-05-20 [colin]
4303
4304         * 2.3.0-rc2 released
4305
4306 2006-05-19 [colin]      2.2.0cvs40
4307
4308         * src/imap.c
4309                 Don't issue SELECT in imap_change_flags
4310                 before having checked that we indeed have
4311                 some flags to change. MSG_POSTFILTERED for
4312                 example can't be used on IMAP.
4313                 Fixes bug #955 (copying messages between 
4314                 imap folders is extremely slow), which was
4315                 a regression.
4316
4317 2006-05-19 [colin]      2.2.0cvs39
4318
4319         * src/folder.c
4320         * src/folder.h
4321         * src/folderview.c
4322                 Try to fix bug #830 (Some unread messages 
4323                 get marked read in IMAP inbox):
4324                 - Prevent scanning a folder if it's being 
4325                   opened via the GUI
4326                 - Postpone opening via the GUI of a folder
4327                   currently scanned.
4328
4329
4330 2006-05-19 [wwp]        2.2.0cvs38
4331
4332         * manual/advanced.xml
4333                 fix English+typo (thanks to Paul).
4334
4335 2006-05-19 [wwp]        2.2.0cvs37
4336
4337         * manual/advanced.xml
4338         * manual/fr/advanced.xml
4339         * src/gtk/logwindow.c
4340         * src/prefs_common.c
4341         * src/prefs_common.h
4342                 added hidden prefs to allow customization of colors used in
4343                 protocol log window (useful for dark gtk+ themes).
4344
4345 2006-05-19 [wwp]        2.2.0cvs36
4346
4347         * ChangeLog
4348                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4349
4350 2006-05-19 [paul]       2.2.0cvs35
4351
4352         * src/textview.c
4353                 make Reply-To fully clickable
4354         * src/gtk/logwindow.c
4355                 more colouring (SMTP ESMTP)
4356         Both patches by Pawel Pekala
4357
4358 2006-05-19 [cleroy]     2.2.0cvs34
4359
4360         * src/mh.c
4361                 Don't update flags from current folder
4362                 Probably fixes bug #935 (Read Messages 
4363                 Revert to Being Marked as Unread)
4364
4365 2006-05-18 [colin]      2.2.0cvs33
4366
4367         * src/imap.c
4368                 Warning fix
4369         * src/compose.c
4370         * src/mainwindow.c
4371         * src/summaryview.c
4372         * src/toolbar.c
4373                 Allow replying to multiple emails
4374                 in multiple windows
4375         * src/mimeview.c
4376         * src/etpan/imap-thread.c
4377                 Leak fixes
4378
4379 2006-05-18 [paul]       2.2.0cvs32
4380
4381         * src/summaryview.c
4382                 keep Mailing-List menu refreshed
4383                 Thanks to Colin
4384
4385 2006-05-18 [paul]       2.2.0cvs31
4386
4387         * manual/advanced.xml
4388         * manual/faq.xml
4389         * manual/glossary.xml
4390         * manual/handling.xml
4391         * manual/intro.xml
4392         * manual/plugins.xml
4393         * manual/sylpheed-claws-manual.xml
4394                 update URLs
4395                 add info about mailing-list support
4396                 edit filtering info
4397         * src/wizard.c
4398         * src/common/defs.h
4399         * src/gtk/about.c
4400         * src/plugins/dillo_viewer/README
4401                 update URLs
4402
4403 2006-05-17 [wwp]        2.2.0cvs30
4404
4405         * manual/handling.xml
4406         * manual/fr/handling.xml
4407                 documented the ability to enabled/disable filtering/processing rules.
4408
4409 2006-05-17 [colin]      2.2.0cvs29
4410
4411         * src/main.c
4412                 Don't initialize g_thread subsystem if it's 
4413                 already done (thanks to Hiro)
4414         * src/mimeview.c
4415                 Fix saving of parts when there name can't be
4416                 converted from UTF-8.
4417
4418 2006-05-17 [paul]       2.2.0cvs28
4419
4420         * po/Makefile.in.in
4421                 fix config.status warning with autoconf 2.60
4422
4423 2006-05-17 [paul]       2.2.0cvs27
4424
4425         * po/POTFILES.in
4426                 add src/mbox.c
4427
4428 2006-05-17 [wwp]        2.2.0cvs26
4429
4430         * src/mainwindow.c
4431                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4432
4433 2006-05-17 [wwp]        2.2.0cvs25
4434
4435         * src/plugins/demo/demo.c
4436                 updated product name in plugin demo (many plugins need to be
4437                 sync'ed w/ that change).
4438
4439 2006-05-17 [colin]      2.2.0cvs24
4440
4441         * src/mh.c
4442                 Fix leak
4443
4444 2006-05-16 [colin]      2.2.0cvs23
4445
4446         * src/mainwindow.c
4447                 Stupid me hit again. Fix cvs22.
4448
4449 2006-05-16 [colin]      2.2.0cvs22
4450
4451         * src/mainwindow.c
4452                 Fix bug #922 (sylpheed-claws crashed after 
4453                 pushing on Inbox folder)
4454
4455 2006-05-16 [colin]      2.2.0cvs21
4456
4457         * src/compose.c
4458                 Make From header be copy/paste/select-able
4459
4460 2006-05-16 [wwp]        2.2.0cvs20
4461
4462         * src/export.c
4463         * src/matcher.c
4464         * src/summaryview.c
4465         * src/etpan/imap-thread.c
4466                 fix some compiler warnings (thanks to Colin).
4467
4468 2006-05-16 [wwp]        2.2.0cvs19
4469
4470         * src/action.c
4471         * src/gedit-print.c
4472         * src/inc.c
4473         * src/mainwindow.c
4474         * src/mh.c
4475         * src/statusbar.c
4476         * src/send_message.c
4477         * src/summaryview.c
4478                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4479
4480 2006-05-15 [colin]      2.2.0cvs18
4481
4482         * src/procmsg.c
4483                 Fix automatic rule creation with List-Post
4484
4485 2006-05-15 [paul]       2.2.0cvs17
4486
4487         * tools/filter_conv_new.pl
4488                 updated for rule enabling/disabling
4489                 claws version >= 2.3.x required
4490
4491 2006-05-15 [cleroy]     2.2.0cvs16
4492
4493         * src/main.c
4494                 Revert test
4495
4496 2006-05-15 [cleroy]     2.2.0cvs15
4497
4498         * src/main.c
4499                 test
4500
4501 2006-05-15 [wwp]        2.2.0cvs14
4502
4503         * manual/pl/.cvsignore
4504                 ignore generated files.
4505
4506 2006-05-14 [wwp]        2.3.0-rc1
4507
4508         * 2.3.0-rc1 released
4509
4510 2006-05-13 [wwp]        2.2.0cvs13
4511
4512         * src/filtering.c
4513         * src/filtering.h
4514         * src/matcher.c
4515         * src/matcher_parser_lex.l
4516         * src/matcher_parser_parse.y
4517         * src/prefs_filtering.c
4518                 new feature: provide the ability to disable filtering and processing
4519                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4520                 adaptations.
4521
4522 2006-05-13 [colin]      2.2.0cvs12
4523
4524         * src/compose.c
4525                 Remove useless if (a) b; else b;
4526                 Thanks to wwp
4527
4528 2006-05-13 [wwp]        2.2.0cvs11
4529
4530         * src/export.c
4531         * src/import.c
4532         * src/mainwindow.c
4533         * src/mbox.c
4534         * src/summaryview.c
4535         * src/summaryview.h
4536                 no more silent failures (or at least less ones) when importing
4537                 or exporting from/to mbox. Also start importing/exporting if
4538                 the necessary info is set.
4539
4540 2006-05-13 [wwp]        2.2.0cvs10
4541
4542         * RELEASE_NOTES
4543                 restored up-to-date release notes.
4544
4545 2006-05-13 [paul]       2.2.0cvs9
4546
4547         * po/nl.po
4548         * po/ru.po
4549                 updated by Tim Dijkstra and Pavlo Bohmat
4550
4551 2006-05-12 [colin]      2.2.0cvs8
4552
4553         * src/gtk/quicksearch.c
4554                 Add "k" as shortcut for "colorlabel". Patch
4555                 by ath42@users.sf.net.
4556
4557 2006-05-12 [paul]       2.2.0cvs7
4558
4559         * src/prefs_common.h
4560         * src/prefs_summaries.c
4561         * src/summaryview.c
4562                 when entering a folder also allow
4563                 going directly to first Marked message
4564
4565 2006-05-12 [paul]       2.2.0cvs6
4566
4567         * src/summaryview.c
4568                 always obey 'confirm before marking all
4569                 mails read' option
4570
4571 2006-05-12 [paul]       2.2.0cvs5
4572
4573         * src/textview.c
4574                 make Sender fully clickable
4575
4576 2006-05-12 [colin]      2.2.0cvs4
4577
4578         * src/compose.c
4579         * src/compose.h
4580                 Let From be editable
4581         * src/main.c
4582         * src/mh.c
4583                 Full support of .mh_sequences' Unseen seq
4584
4585 2006-05-12 [colin]      2.2.0cvs3
4586
4587         * src/folder.c
4588         * src/mainwindow.c
4589         * src/mainwindow.h
4590         * src/messageview.c
4591         * src/prefs_spelling.c
4592         * src/procheader.c
4593         * src/procmsg.c
4594         * src/procmsg.h
4595         * src/summaryview.c
4596         * src/toolbar.c
4597         * src/toolbar.h
4598                 Add contextual menu on Compose toolbar
4599                 button. Fixes bug #944 (Automatic
4600                 addresses not applied when changing account
4601                 from compose window)
4602                 add Mailing List support
4603                 based on the old 0.6.5claws25 patch by
4604                 Melvin Hadasht, with finishing touches
4605                 by Colin
4606                 Fix "ignore thread" when mails are threaded by
4607                 subject (and weren't ignored although appearing
4608                 in the thread).
4609                 GUI rework.
4610                 Both patches by Pawel.
4611
4612 2006-05-08 [paul]       2.2.0cvs2
4613
4614         * src/mainwindow.c
4615         * src/mainwindow.h
4616         * src/messageview.c
4617         * src/procheader.c
4618         * src/procmsg.c
4619         * src/procmsg.h
4620         * src/summaryview.c
4621                 add Mailing List support
4622                 based on the old 0.6.5claws25 patch by 
4623                 Melvin Hadasht, with finishing touches
4624                 by Colin
4625
4626 2006-05-08 [colin]      2.2.0cvs1
4627
4628         * src/mainwindow.c
4629         * src/toolbar.c
4630         * src/toolbar.h
4631                 Add contextual menu on Compose toolbar 
4632                 button. Fixes bug #944 (Automatic 
4633                 addresses not applied when changing account 
4634                 from compose window)
4635
4636 2006-05-08 [paul]       2.2.0
4637
4638         2.2.0 released
4639
4640 2006-05-08 [paul]       2.1.1cvs51
4641
4642         * po/cs.po
4643         * po/de.po
4644         * po/en_GB.po
4645         * po/fi.po
4646         * po/fr.po
4647         * po/pt_BR.po
4648         * po/sr.po
4649         * po/zh_CN.po
4650                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4651                 Fabien Vantard, Frederico Goncalves Guimaraes,
4652                 Aleksandar Urosevic, and Ralgh Young
4653
4654 2006-05-12 [colin]      2.1.1cvs50
4655
4656         * po/cs.po
4657         * po/de.po
4658         * po/en_GB.po
4659         * po/es.po
4660         * po/fi.po
4661         * po/fr.po
4662         * po/pt_BR.po
4663         * po/sr.po
4664         * po/zh_CN.po
4665                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4666                 Fabien Vantard, Frederico Goncalves Guimaraes,
4667                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4668
4669 2006-05-05 [colin]      2.1.1cvs49
4670
4671         * manual/Makefile.am
4672         * manual/pl/Makefile.am
4673         * manual/pl/account.xml
4674         * manual/pl/ack.xml
4675         * manual/pl/addrbook.xml
4676         * manual/pl/advanced.xml
4677         * manual/pl/faq.xml
4678         * manual/pl/glossary.xml
4679         * manual/pl/gpl.xml
4680         * manual/pl/handling.xml
4681         * manual/pl/intro.xml
4682         * manual/pl/keyboard.xml
4683         * manual/pl/plugins.xml
4684         * manual/pl/starting.xml
4685         * manual/pl/sylpheed-claws-manual.xml
4686         * manual/pl/dist/.cvsignore
4687         * manual/pl/dist/Makefile.am
4688         * manual/pl/dist/html/.cvsignore
4689         * manual/pl/dist/html/Makefile.am
4690         * manual/pl/dist/pdf/.cvsignore
4691         * manual/pl/dist/pdf/Makefile.am
4692         * manual/pl/dist/ps/.cvsignore
4693         * manual/pl/dist/ps/Makefile.am
4694         * manual/pl/dist/txt/.cvsignore
4695         * manual/pl/dist/txt/Makefile.am
4696                 Add the polish translation of the manual,
4697                 Authored by Pawel Pekala.
4698
4699 2006-05-05 [cleroy]     2.1.1cvs48
4700
4701         * src/main.c
4702                 Re-read matcherrc after loading plugins 
4703                 if some of them add folders.
4704
4705 2006-05-03 [colin]      2.1.1cvs47
4706
4707         * src/imap.c
4708                 I'm idiot
4709
4710 2006-05-03 [colin]      2.1.1cvs46
4711
4712         * src/imap.c
4713                 Be sure to have a session when
4714                 getting separator
4715
4716 2006-05-03 [colin]      2.1.1cvs45
4717
4718         * src/imap.c
4719         * src/imap.h
4720         * src/imap_gtk.c
4721                 Fix preventing renaming with namespace 
4722                 separator.
4723
4724 2006-05-01 [colin]      2.1.1cvs44
4725
4726         * src/action.c
4727                 Don't reload messageview when result of
4728                 action is piped.
4729
4730 2006-04-29 [colin]      2.1.1cvs43
4731
4732         * src/prefs_receive.c
4733         * src/plugins/spamassassin/spamassassin_gtk.c
4734         * src/plugins/clamav/clamav_plugin_gtk.c
4735                 GUI fixes by Pawel
4736
4737 2006-04-29 [colin]      2.1.1cvs42
4738
4739         * src/prefs_compose_writing.c
4740         * src/prefs_quote.c
4741                 Cleanups. Patch by Pawel
4742
4743 2006-04-28 [paul]       2.1.1cvs41
4744
4745         * src/matcher.c
4746                 fix returned quick search results when search
4747                 term contains an underscore.
4748                 Thanks to Colin
4749
4750 2006-04-28 [paul]       2.1.1cvs40
4751
4752         * src/prefs_message.c
4753         * src/prefs_receive.c
4754                 GUI cleanups
4755                 Patches by Pawel Pekala
4756
4757 2006-04-27 [colin]      2.1.1cvs39
4758
4759         * src/wizard.c
4760                 Differentiate subject Welcome from
4761                 window's title Welcome
4762
4763 2006-04-27 [paul]
4764
4765         2.2.0-rc1 released
4766
4767 2006-04-27 [paul]       2.1.1cvs38
4768
4769         * manual/advanced.xml
4770         * manual/fr/advanced.xml
4771                 add info about compose_no_markup hidden pref
4772
4773 2006-04-27 [paul]       2.1.1cvs37
4774
4775         * src/prefs_account.c
4776                 improve privacy labels
4777         * src/prefs_msg_colors.c
4778                 change some strings for translators' convenience
4779         * src/gtk/gtkutils.c
4780                 don't underline the link button text
4781
4782 2006-04-25 [colin]      2.1.1cvs36
4783
4784         * src/folder.c
4785                 Complete 2.1.1cvs33 (once more ;)
4786
4787 2006-04-25 [colin]      2.1.1cvs35
4788
4789         * src/editldap.c
4790                 Fix tooltip
4791
4792 2006-04-25 [cleroy]     2.1.1cvs34
4793
4794         * src/compose.c
4795         * src/gtk/gtkaspell.c
4796                 Fix crash on redirect (related to the return 
4797                 of the aspell menu in compose's toolbar)
4798         * src/prefs_msg_colors.c
4799                 Fix sensitivity widgets
4800         * src/image_viewer.c
4801         * src/gtk/pluginwindow.c
4802         * src/gtk/prefswindow.c
4803                 Change released signals to clicked (Fabien)
4804         * po/POTFILES.in
4805         * src/common/socket.c
4806         * src/plugins/spamassassin/spamassassin.c
4807                 Translate strings (Fabien)
4808
4809 2006-04-25 [paul]       2.1.1cvs33
4810
4811         * src/folder.c
4812         * src/folder.h
4813         * src/folderview.c
4814                 complete the fix of bug #912
4815                 Thanks to Colin
4816
4817 2006-04-25 [colin]      2.1.1cvs32
4818
4819         * src/news.c
4820                 Better progress bar
4821         * src/mimeview.c
4822         * src/summaryview.c
4823         * src/summaryview.h
4824                 Fix focus chain
4825                 Patches by Pawel Pekala
4826
4827 2006-04-24 [colin]      2.1.1cvs31
4828
4829         * src/compose.c
4830                 Fix compilation warnings (Fabien)
4831
4832 2006-04-24 [colin]      2.1.1cvs30
4833
4834         * src/addrindex.c
4835         * src/editldap.c
4836         * src/editldap_basedn.c
4837         * src/editldap_basedn.h
4838         * src/ldapctrl.c
4839         * src/ldapctrl.h
4840         * src/ldapquery.c
4841         * src/ldaputil.c
4842         * src/ldaputil.h
4843                 Fix bug #901 (LDAPS support)
4844
4845 2006-04-24 [colin]      2.1.1cvs29
4846
4847         * src/compose.c
4848                 Fix logic on error with send dialog on
4849         * src/imap.c
4850                 Fix compilation without libetpan, thanks
4851                 to Fabien
4852         * src/summaryview.c
4853                 Fix 'context-menu' key
4854
4855 2006-04-23 [colin]      2.1.1cvs28
4856
4857         * src/folder.c
4858                 Never free current's cache to free up 
4859                 memory. Fixes bug #912 (new count 
4860                 randomly set to message count)
4861
4862 2006-04-23 [colin]      2.1.1cvs27
4863
4864         * src/gtk/quicksearch.c
4865                 And remove printf...
4866
4867 2006-04-23 [colin]      2.1.1cvs26
4868
4869         * src/gtk/quicksearch.c
4870                 Fix replacing in quicksearch, and fix inserting
4871                 in the middle of the string. (introduced at 2.1.0cvs22)
4872
4873 2006-04-23 [colin]      2.1.1cvs25
4874
4875         * src/imap.c
4876                 Make sure uidnext is initialized in get_num_list
4877                 (not for stable, related to 2.1.1cvs8 and friends)
4878
4879 2006-04-23 [colin]      2.1.1cvs24
4880
4881         * src/imap.c
4882                 Output something when login is successful
4883                 too
4884
4885 2006-04-23 [colin]      2.1.1cvs23
4886
4887         * src/etpan/imap-thread.c
4888                 Better logging (line-per-line, hide data in fetch)
4889                 Fix a const warning
4890         * src/gtk/logwindow.c
4891         * src/gtk/logwindow.h
4892                 Better logging (color for input/output)
4893
4894 2006-04-21 [colin]      2.1.1cvs22
4895
4896         * src/gtk/quicksearch.c
4897                 On gtk+-2.8, use stock buttons in quicksearch
4898                 Based on a patch by Fabien and a design by Paul
4899
4900 2006-04-21 [colin]      2.1.1cvs21
4901
4902         * src/folderview.c
4903         * src/mainwindow.c
4904                 Fix occasional flicker in folderview
4905         * src/common/utils.c
4906                 Fix bug #943 (Incorrectly parsed email address 
4907                 list in short headers on message view and in 
4908                 printouts)
4909
4910 2006-04-20 [colin]      2.1.1cvs20
4911
4912         * src/imap.c
4913         * src/imap.h
4914         * src/prefs_account.c
4915                 Add ANONYMOUS auth for IMAP
4916
4917 2006-04-20 [paul]       2.1.1cvs19
4918
4919         * src/main.c
4920                 proper fix for 2.1.1cvs18
4921                 Thanks to Colin
4922
4923 2006-04-20 [paul]       2.1.1cvs18
4924
4925         * src/main.c
4926                 fix build warnings
4927
4928 2006-04-20 [paul]       2.1.1cvs17
4929
4930         * src/gtk/quicksearch.c
4931                 fix standard, non-extended Quick search,
4932                 was broken in 2.1.1cvs15.
4933                 Thanks to Colin.
4934
4935 2006-04-20 [colin]      2.1.1cvs16
4936
4937         * src/prefs_matcher.c
4938                 Fix values when reselecting a ~test
4939                 rule
4940
4941 2006-04-19 [colin]      2.1.1cvs15
4942
4943         * src/compose.c
4944         * src/compose.h
4945         * src/gtk/gtkaspell.c
4946         * src/gtk/gtkaspell.h
4947                 Put back Options menu in Spelling/
4948         * src/gtk/quicksearch.c
4949                 Don't search, and show error, if the
4950                 advanced search has a syntax error
4951
4952 2006-04-18 [colin]      2.1.1cvs14
4953
4954         * src/textview.c
4955                 Fix gdk warnings on set_cursor when textview
4956                 isn't visible
4957
4958 2006-04-18 [colin]      2.1.1cvs13
4959
4960         * src/gtk/gtksctree.c
4961                 Remove seemingly useless refresh that causes
4962                 flicker - watch this commit in case of 
4963                 problems before planned backport to stable
4964
4965 2006-04-18 [colin]      2.1.1cvs12
4966
4967         * src/imap.c
4968                 Factorize get/set_xml code
4969         * src/compose.c
4970         * src/prefs_account.c
4971         * src/prefs_account.h
4972         * src/procmsg.c
4973                 Add Encrypt to self option
4974
4975 2006-04-17 [colin]      2.1.1cvs11
4976
4977         * configure.ac
4978                 Fix search on encrpyt function on dragonfly
4979                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4980
4981 2006-04-17 [colin]      2.1.1cvs10
4982
4983         * src/prefs_account.c
4984                 Be safe by default: remove mails from POP3
4985                 after 7 days, not immediately
4986
4987 2006-04-17 [colin]      2.1.1cvs9
4988
4989         * src/etpan/imap-thread.c
4990                 Fix build on DragonFly - patch by 
4991                 Jonathan Buschmann <jonthn@agmact.com>
4992
4993 2006-04-17 [colin]      2.1.1cvs8
4994
4995         * src/imap.c
4996                 Save uidnext between sessions
4997
4998 2006-04-17 [colin]      2.1.1cvs7
4999
5000         * src/imap.c
5001                 scan is required when uid validity changes
5002
5003 2006-04-17 [colin]      2.1.1cvs6
5004
5005         * src/folderview.c
5006                 Don't scan if not necessary, apart in current
5007                 folder and INBOX to fetch flags.
5008         * src/imap.c
5009                 Scan is necessary if unread count changes
5010
5011 2006-04-17 [colin]      2.1.1cvs5
5012
5013         * src/imap.c
5014                 ...But always fetch ANSWERED and DELETED flags for
5015                 INBOX, as filtering can happen on these flags.
5016
5017 2006-04-17 [colin]      2.1.1cvs4
5018
5019         * src/imap.c
5020                 Don't fetch REPLIED and DELETED flags when synchronising
5021                 flags with a closed folder. We only need UNSEEN and FLAGGED
5022                 to update the folderview.
5023
5024 2006-04-17 [colin]      2.1.1cvs3
5025
5026         * src/imap.c
5027                 Faster flag search when there are new mails 
5028                 in a folder. We can do a full search if the 
5029                 folder contains less messages than the new
5030                 list.
5031
5032 2006-04-17 [colin]      2.1.1cvs2
5033
5034         * po/cs.po
5035         * po/de.po
5036         * po/fr.po
5037         * po/nl.po
5038         * po/pt_BR.po
5039                 Update translations from stable branch
5040
5041 2006-04-17 [colin]      2.1.1cvs1
5042
5043         * configure.ac
5044                 Bump version to follow stable release
5045
5046 2006-04-16 [mones]      2.1.0cvs50
5047
5048         * po/es.po
5049                 Updated for release
5050
5051 2006-04-16 [colin]      2.1.0cvs49
5052
5053         * src/textview.c
5054                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
5055                 with gtk < 2.8. Thanks to Fabien Vantard.
5056
5057 2006-04-15 [colin]      2.1.0cvs48
5058
5059         * src/etpan/imap-thread.c
5060                 Fix bug #919 (libetpan: SEGV when connecting 
5061                 using command)
5062
5063 2006-04-14 [colin]      2.1.0cvs47
5064
5065         * src/main.c
5066                 Fix race on --select (should be done better)
5067
5068 2006-04-14 [wwp]        2.1.0cvs46
5069
5070         * src/send_message.c
5071                 enforce a check for domain in account prefs (a sending
5072                 error could be faced if domain was checked but no value set),
5073                 thanks to Colin.
5074
5075 2006-04-14 [colin]      2.1.0cvs45
5076
5077         * src/codeconv.c
5078                 when converting from unknown to unknown, if the
5079                 string is UTF8, don't convert it to the locale
5080                 (which breaks it)
5081
5082 2006-04-14 [colin]      2.1.0cvs44
5083
5084         * src/compose.c
5085                 Don't try to use ASCII for converting headers
5086                 (as done in body)
5087
5088 2006-04-14 [paul]       2.1.0cvs43
5089
5090         * src/crash.c
5091                 add locale/charset info to crash report
5092         * src/gtk/about.c
5093                 add wwp to doc team
5094                 replace 'e-mail' with preferred 'email'
5095         * src/gtk/authors.h
5096                 ensure contributors list is in alphabetical
5097                 order
5098
5099 2006-04-13 [colin]      2.1.0cvs42
5100
5101         * src/textview.c
5102                 Prevent gdk warnings
5103
5104 2006-04-13 [colin]      2.1.0cvs41
5105
5106         * src/common/ssl_certificate.c
5107         * src/common/ssl_certificate.h
5108         * src/gtk/sslcertwindow.c
5109                 Warn on expired certs, and display the expiration date
5110
5111 2006-04-13 [colin]      2.1.0cvs40
5112
5113         * src/plugins/spamassassin/spamassassin_gtk.c
5114                 Fix missing set_text on unix socket
5115
5116 2006-04-13 [wwp]        2.1.0cvs39
5117
5118         * manual/fr/advanced.xml
5119         * manual/fr/glossary.xml
5120                 applied new spam/ham/email lexicon (pourriel, courriel)
5121
5122 2006-04-13 [paul]       2.1.0cvs38
5123
5124         * src/plugins/pgpmime/plugin.c
5125                 remove the mention of S/MIME from the
5126                 description. This is now handled by the
5127                 S/MIME plugin.
5128
5129 2006-04-13 [paul]       2.1.0cvs37
5130
5131         * src/prefs_msg_colors.c
5132                 rework dialog
5133         * src/prefs_folder_item.c
5134         * src/prefs_spelling.c
5135                 add a tooltip to the colour selector buttons
5136
5137 2006-04-13 [wwp]        2.1.0cvs36
5138
5139         * manual/advanced.xml
5140         * manual/glossary.xml
5141         * manual/handling.xml
5142         * manual/keyboard.xml
5143         * manual/plugins.xml
5144         * manual/starting.xml
5145         * manual/fr/account.xml
5146         * manual/fr/ack.xml
5147         * manual/fr/addrbook.xml
5148         * manual/fr/advanced.xml
5149         * manual/fr/faq.xml
5150         * manual/fr/glossary.xml
5151         * manual/fr/gpl.xml
5152         * manual/fr/handling.xml
5153         * manual/fr/intro.xml
5154         * manual/fr/keyboard.xml
5155         * manual/fr/plugins.xml
5156         * manual/fr/starting.xml
5157         * manual/fr/sylpheed-claws-manual.xml
5158                 fixes to the manuals:
5159                  - summaryview -> Message List (same in French)
5160                  - translate key names
5161                  - fix French punctuation, use non-breakable spaces when
5162                    necessary, don't use &thinsp; which is not portable
5163                  - tell what maildir and mbox formats we support
5164
5165 2006-04-12 [wwp]        2.1.0cvs35
5166
5167         * src/prefs_toolbar.c
5168                 unified a replace button more,
5169                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5170
5171 2006-04-12 [wwp]        2.1.0cvs34
5172
5173         * src/prefs_common.c
5174         * src/prefs_msg_colors.c
5175                 make default color labels translatable,
5176                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5177                 thanks to Tim <timbrain@post.cz> for reporting.
5178
5179 2006-04-12 [wwp]        2.1.0cvs33
5180
5181         * manual/glossary.xml
5182         * manual/intro.xml
5183         * manual/plugins.xml
5184         * manual/starting.xml
5185         * manual/sylpheed-claws-manual.xml
5186         * manual/fr/.cvsignore
5187         * manual/fr/account.xml
5188         * manual/fr/ack.xml
5189         * manual/fr/addrbook.xml
5190         * manual/fr/advanced.xml
5191         * manual/fr/faq.xml
5192         * manual/fr/glossary.xml
5193         * manual/fr/handling.xml
5194         * manual/fr/intro.xml
5195         * manual/fr/keyboard.xml
5196         * manual/fr/plugins.xml
5197         * manual/fr/starting.xml
5198         * manual/fr/sylpheed-claws-manual.xml
5199                 various fixes: typos, missing .fr translations, punctuation,
5200                 capitalization, links, accents and some bad French more.
5201
5202 2006-04-12 [wwp]        2.1.0cvs32
5203
5204         * src/prefs_gtk.c
5205                 fix for bug #935: always store prefs files in UTF-8 (thanks
5206                 to Colin).
5207
5208 2006-04-11 [colin]      2.1.0cvs31
5209
5210         * src/compose.c
5211                 Fix inserting files not in utf8 when locale is utf8
5212
5213 2006-04-11 [colin]      2.1.0cvs30
5214
5215         * src/inc.c
5216                 Don't show error dialog when cancelling connection
5217                 Patch by Pawel
5218
5219 2006-04-11 [cleroy]     2.1.0cvs29
5220
5221         * src/compose.c
5222                 Implement multiple quote levels
5223         * src/prefs_common.c
5224                 Change a little bit the quote bgcolor for 2nd level
5225
5226 2006-04-11 [colin]      2.1.0cvs28
5227
5228         * src/gtk/about.c
5229                 Add locale and charset in the label
5230
5231 2006-04-10 [colin]      2.1.0cvs27
5232
5233         * src/compose.c
5234         * src/prefs_common.c
5235         * src/prefs_common.h
5236         * src/prefs_msg_colors.c
5237         * src/textview.c
5238                 Allow optional background color in quotes
5239                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5240                 GTK+-2.8.x feature
5241
5242 2006-04-10 [colin]      2.1.0cvs26
5243
5244         * src/main.c
5245         * src/mainwindow.c
5246         * src/mainwindow.h
5247                 Implement --select
5248
5249 2006-04-10 [colin]      2.1.0cvs25
5250
5251         * manual/plugins.xml
5252         * manual/fr/plugins.xml
5253                 Document libcurl's proxy variables
5254
5255 2006-04-09 [colin]      2.1.0cvs24
5256
5257         * src/prefs_common.c
5258                 gettext() returns statically allocated stuff. We have
5259                 to strdup it in order to be able to free it.
5260
5261 2006-04-09 [colin]      2.1.0cvs23
5262
5263         * AUTHORS
5264         * src/gtk/authors.h
5265                 Add Alexei
5266
5267 2006-04-09 [colin]      2.1.0cvs22
5268
5269         * src/mainwindow.c
5270         * src/gtk/quicksearch.c
5271                 Fix bug #859 (problems with cyrilic input in 
5272                 search panel) - Patch by Alexey Illarionov 
5273                 <littlesavage@rambler.ru>
5274
5275 2006-04-09 [colin]      2.1.0cvs21
5276
5277         * src/prefs_customheader.c
5278                 I prefer removing then freeing rather than the contrary
5279                 (even if it doesn't change anything ;-)
5280         * src/prefs_account.c
5281                 Fix bug #933 (Crash re-entering the custom headers list 
5282                 dialog in accounts prefs)
5283                 The problem happened when cancelling the Account 
5284                 Preferences' dialogs - in which case we didn't do 
5285                 anything to the PrefsAccount * struct. In case of applying,
5286                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5287                 working with in this dialog. The problem is that 
5288                 prefs_customheader.c, working on this tmp_ac_prefs, always
5289                 changes the ->customhdr_list pointer, even when cancelled. 
5290                 So in case of cancelling the prefs_account dialog, we still
5291                 have to update ->customhdr_list in the real account.
5292
5293 2006-04-08 [colin]      2.1.0cvs20
5294
5295         * manual/fr/glossary.xml
5296         * manual/fr/keyboard.xml
5297                 Forgot some headers :)
5298
5299 2006-04-08 [colin]      2.1.0cvs19
5300
5301         * manual/Makefile.am
5302         * manual/fr/Makefile.am
5303         * manual/fr/account.xml
5304         * manual/fr/ack.xml
5305         * manual/fr/addrbook.xml
5306         * manual/fr/advanced.xml
5307         * manual/fr/faq.xml
5308         * manual/fr/glossary.xml
5309         * manual/fr/gpl.xml
5310         * manual/fr/handling.xml
5311         * manual/fr/intro.xml
5312         * manual/fr/keyboard.xml
5313         * manual/fr/plugins.xml
5314         * manual/fr/starting.xml
5315         * manual/fr/sylpheed-claws-manual.xml
5316         * manual/fr/dist/.cvsignore
5317         * manual/fr/dist/Makefile.am
5318         * manual/fr/dist/html/.cvsignore
5319         * manual/fr/dist/html/Makefile.am
5320         * manual/fr/dist/pdf/.cvsignore
5321         * manual/fr/dist/pdf/Makefile.am
5322         * manual/fr/dist/ps/.cvsignore
5323         * manual/fr/dist/ps/Makefile.am
5324         * manual/fr/dist/txt/.cvsignore
5325         * manual/fr/dist/txt/Makefile.am
5326                 Add the french translation of the manual. Thanks to
5327                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5328                 account.xml, ack.xml, addrbook.xml and advanced.xml
5329
5330 2006-04-08 [colin]      2.1.0cvs18
5331
5332         * manual/plugins.xml
5333         * manual/starting.xml
5334                 More fixes
5335
5336 2006-04-07 [colin]      2.1.0cvs17
5337
5338         * manual/faq.xml
5339         * manual/intro.xml
5340         * manual/keyboard.xml
5341                 Little fixes
5342
5343 2006-04-07 [colin]      2.1.0cvs16
5344
5345         * README
5346         * src/compose.c
5347         * src/prefs_common.c
5348         * src/prefs_common.h
5349                 Add hidden compose_no_markup pref
5350
5351 2006-04-07 [wwp]        2.1.0cvs15
5352
5353         * src/summary_search.c
5354         * .cvsignore
5355                 Bugfix: stop button was sticky when searching in an empty folder.
5356                 Applied curly brackets code style to the whole file (summary_search.c).
5357                 More files to ignore.
5358
5359 2006-04-07 [wwp]        2.1.0cvs14
5360
5361         * src/message_search.c
5362         * src/summary_search.c
5363                 changed default button when search bumps at file/folder
5364                 beginning or end, for convenience (thanks to Colin).
5365
5366 2006-04-07 [paul]       2.1.0cvs13
5367
5368         * src/plugins/dillo_viewer/dillo_prefs.c
5369                 avoid future potential for namespace collision
5370                 Patch by Colin
5371
5372 2006-04-06 [wwp]        2.1.0cvs12
5373
5374         * src/summary_search.c
5375                 Unify extended/advanced searches names (and thus factorize labels),
5376                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5377
5378 2006-04-06 [wwp]        2.1.0cvs11
5379
5380         * src/folderview.c
5381         * src/prefs_themes.c
5382         * src/summaryview.c
5383                 Fixed some compilation warnings.
5384
5385 2006-04-06 [colin]      2.1.0cvs10
5386
5387         * manual/advanced.xml
5388                 Document the wizard template and how to deploy
5389                 Sylpheed-Claws effectively
5390
5391 2006-04-06 [colin]      2.1.0cvs9
5392
5393         * src/folderview.c
5394                 gettext patch to tell translators about _("#"),
5395                 by Maxim Britov
5396
5397 2006-04-06 [colin]      2.1.0cvs8
5398
5399         * src/textview.c
5400                 Fix invalid GtkTextBIter after clicking "Display as text"
5401
5402 2006-04-06 [mones]      2.1.0cvs7
5403
5404         * src/addr_compl.c
5405         * src/addrindex.c
5406         * src/addritem.c
5407         * src/codeconv.c
5408         * src/compose.c
5409         * src/filtering.c
5410         * src/folder.c
5411         * src/folder_item_prefs.c
5412         * src/folderview.c
5413         * src/localfolder.c
5414         * src/matcher.c
5415         * src/mimeview.c
5416         * src/prefs_msg_colors.c
5417         * src/prefs_spelling.c
5418         * src/prefs_themes.c
5419         * src/procmime.c
5420         * src/procmsg.c
5421         * src/stock_pixmap.c
5422         * src/summaryview.c
5423         * src/textview.c
5424         * src/toolbar.c
5425         * src/common/mgutils.c
5426         * src/common/prefs.c
5427         * src/common/ssl_certificate.c
5428         * src/gtk/colorlabel.c
5429         * src/gtk/quicksearch.c
5430         * src/plugins/pgpmime/pgpmime.c
5431         * src/plugins/spamassassin/spamassassin.c
5432                 Removed redundant NULL checks for g_free() calls.
5433                 Patch by Pawel Pekala.
5434
5435 2006-04-06 [mones]      2.1.0cvs6
5436
5437         * src/prefs_actions.c
5438         * src/prefs_filtering.c
5439         * src/prefs_filtering_action.c
5440         * src/prefs_matcher.c
5441         * src/prefs_template.c
5442         * src/gtk/gtkutils.c
5443         * src/gtk/gtkutils.h
5444                 Have a nice replace button. Patch by Pawel Pekala
5445
5446 2006-04-06 [colin]      2.1.0cvs5
5447
5448         * src/addressbook.c
5449                 Fix crash with empty columns
5450
5451 2006-04-05 [colin]      2.1.0cvs4
5452
5453         * src/wizard.c
5454         * src/prefs_gtk.c
5455                 Allow wizard customization with pre-filled values
5456
5457 2006-04-05 [colin]      2.1.0cvs3
5458
5459         * src/textview.c
5460         * src/mimeview.c
5461         * src/mimeview.h
5462                 Nicer messages in mimeview
5463
5464 2006-04-05 [colin]      2.1.0cvs2
5465
5466         * src/addressbook.c
5467         * src/prefs_summaries.c
5468                 i18n fix
5469
5470 2006-04-05 [colin]      2.1.0cvs1
5471
5472         * src/plugins/pgpcore/plugin.c
5473         * src/plugins/pgpcore/select-keys.c
5474         * src/plugins/pgpcore/select-keys.h
5475         * src/plugins/pgpcore/sgpgme.c
5476         * src/plugins/pgpcore/sgpgme.h
5477         * src/plugins/pgpinline/pgpinline.c
5478         * src/plugins/pgpinline/plugin.c
5479         * src/plugins/pgpmime/pgpmime.c
5480         * src/plugins/pgpmime/plugin.c
5481                 Factorize and generalize a bit 
5482                 Drop S/MIME signature verification from PGP/MIME
5483                 (adding it as another, more complete plugin)
5484
5485 2006-04-05 [paul]       2.1.0
5486
5487         2.1.0 released
5488
5489 2006-04-05 [paul]       2.0.0cvs186
5490
5491         * manual/advanced.xml
5492                 add info on colour labels
5493
5494 2006-04-05 [paul]       2.0.0cvs185
5495
5496         * po/bg.po
5497         * po/cs.po
5498         * po/de.po
5499         * po/el.po
5500         * po/en_GB.po
5501         * po/fi.po
5502         * po/fr.po
5503         * po/it.po
5504         * po/nl.po
5505         * po/pl.po
5506         * po/pt_BR.po
5507         * po/sr.po
5508         * po/zh_CN.po
5509                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5510                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5511                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5512                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5513         * src/gtk/authors.h
5514         * tools/claws.i18n.status.pl
5515                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5516                 and new Czech translator, Tim <timbrain@post.cz>
5517
5518 2006-04-05 [mones]      2.0.0cvs184
5519
5520         * po/es.po
5521                 Updated translation
5522
5523 2006-04-05 [colin]      2.0.0cvs183
5524
5525         * src/gtk/quicksearch.c
5526                 Fix bug #929 (unnecessary reload in quick search bar)
5527
5528 2006-04-05 [colin]      2.0.0cvs182
5529
5530         * src/compose.c
5531                 Fix crash on Reply with no From:
5532                 Show signature and conversion error on queuing 
5533                 (but not sending)
5534         * src/mainwindow.c
5535         * src/summaryview.c
5536         * src/summaryview.h
5537                 Factorize threading code and make sure msginfo 
5538                 is not null when it comes from a GtkCTreeRow's 
5539                 data
5540         * src/gtk/gtkaspell.c
5541                 Check for necessary things
5542         * src/gtk/gtksctree.c
5543         * src/gtk/gtksctree.h
5544                 Reset anchor if necessary when removing node
5545
5546 2006-03-29 [colin]      2.0.0cvs181
5547
5548         * src/folderview.c
5549                 Warn for disabled IMAP accounts (due to lack of
5550                 libetpan). Breaks string-freeze - sorry - but it
5551                 is kind of important ;)
5552
5553 2006-03-28 [colin]      2.0.0cvs180
5554
5555         * src/gtk/gtkutils.c
5556         * src/gtk/gtkutils.h
5557                 Add a gtkut_get_link_btn() function that
5558                 creates a button which acts like an URI
5559         * src/prefs_themes.c
5560         * src/gtk/about.c
5561                 Use this function (factorizes codes)
5562         * src/common/defs.h
5563         * src/gtk/pluginwindow.c
5564                 Add a "Get more..." in the plugins window
5565
5566 2006-03-28 [colin]      2.0.0cvs179
5567
5568         * src/common/smtp.c
5569         * src/common/passcrypt.c
5570         * src/undo.c
5571                 Warning fixes. Patch by Pawel Pekala
5572
5573 2006-03-27 [colin]      2.0.0cvs178
5574
5575         * src/undo.c
5576                 Fix undoing by blocks with spaces
5577
5578 2006-03-27 [colin]      2.0.0cvs177
5579
5580         * src/textview.c
5581                 Set margin to 3px for headers
5582
5583 2006-03-27 [paul]
5584
5585         2.1.0-rc2 released
5586
5587 2006-03-27 [wwp]        2.0.0cvs176
5588
5589         * src/summaryview.c
5590                 don't reset quicksearch when updating the message list.
5591                 Thanks to Colin.
5592
5593 2006-03-26 [wwp]        2.0.0cvs175
5594
5595         * src/compose.c
5596                 use a unified border width ('other' tab in the compose window,
5597                 patch by Pawel Pekala).
5598
5599
5600 2006-03-26 [wwp]        2.0.0cvs174
5601
5602         * src/common/quoted-printable.c
5603         * src/addressbook.c
5604                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5605
5606 2006-03-26 [colin]      2.0.0cvs173
5607
5608         * src/quote_fmt_parse.y
5609                 Fix non-UTF8 date formats messing up the whole quote a 
5610                 little bit
5611
5612 2006-03-26 [colin]      2.0.0cvs172
5613
5614         * src/procheader.c
5615                 Make sure the date is UTF8 valid, or try to make it
5616                 so. IncrediMail is really IncrediStupid.
5617         * src/compose.c
5618                 Fix possible conversions. 
5619                 
5620
5621 2006-03-26 [colin]      2.0.0cvs171
5622
5623         * src/matcher.c
5624                 Fix corner cases in body search. This is still a
5625                 hack... It seems impossible to make it good and 
5626                 reasonably fast at the same time.
5627
5628 2006-03-26 [colin]      2.0.0cvs170
5629
5630         * src/summaryview.c
5631                 I think I killed the twilight zone bug!
5632                 summary_select_node() flushes GTK events in order
5633                 to be able to center the view. But this also 
5634                 flushes keypresses like Ctrl-Alt-U, so this can
5635                 call summary_show from summary_select_node (itself
5636                 called from summary_show, etc.). And the summaryview
5637                 has to be unlocked in this function. So just locking
5638                 while processing GTK events, and bailing if locked, 
5639                 should fix it.
5640                 Fixes bug #927 (SIGSEGV during Update Summary)
5641
5642 2006-03-25 [colin]      2.0.0cvs169
5643
5644         * src/matcher.c
5645                 Fix search in QP-encoded bodies
5646                 Fix utf-8 searches in bodies encoded in the
5647                 locale's encoding
5648         * src/common/quoted-printable.c
5649         * src/common/quoted-printable.h
5650                 Add a decode function that doesn't overwrite
5651                 the original pointer
5652                 
5653
5654 2006-03-24 [colin]      2.0.0cvs168
5655
5656         * src/action.c
5657         * src/summaryview.c
5658         * src/summaryview.h
5659                 Update message cache after action
5660                 Patch by H. Merijn Brand
5661         * src/prefs_msg_colors.c
5662                 Factorize label 
5663                 Patch by Fabien Vantard
5664         * src/plugins/spamassassin/spamassassin_gtk.c
5665                 Remove useless translation
5666                 Patch by Fabien Vantard
5667
5668 2006-03-23 [colin]      2.0.0cvs167
5669
5670         * src/common/ssl.c
5671                 Let 30 seconds to SSL_connect
5672
5673 2006-03-23 [wwp]        2.0.0cvs166
5674
5675         * src/summaryview.c
5676         * src/gtk/description_window.c
5677                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5678                 and headers are translated; adjust description windows' width to fit their
5679                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5680
5681 2006-03-23 [paul]       2.0.0cvs165
5682
5683         * src/common/utils.c
5684                 fix highlighting of URIs containing "()"
5685                 (2.0.0cvs164's reversal fixed)
5686                 Thanks to Colin.
5687
5688 2006-03-23 [paul]       2.0.0cvs164
5689
5690         * src/common/utils.c
5691                 revert patch, (postponing a fix), at 2.0.0cvs120
5692                 as it breaks more URIs than it fixes.
5693                 Allow '-' to be a terminating character in a URI
5694
5695 2006-03-22 [colin]      2.0.0cvs163
5696
5697         * configure.ac
5698                 Require libetpan 0.45
5699                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5700
5701 2006-03-22 [paul]       2.0.0cvs162
5702
5703         * src/editgroup.c
5704                 replace '<-' and '->' buttons with GTK_STOCK graphical
5705                 buttons
5706         * src/summary_search.c
5707                 don't offer '...' for translation
5708                 add a tooltip to advanced search '...' button
5709         * src/gtk/quicksearch.c
5710                 don't offer '...' for translation
5711
5712 2006-03-21 [colin]      2.0.0cvs161
5713
5714         * src/compose.c
5715                 Fix middle-click pasting (insert at click
5716                 position instead of cursor position, don't
5717                 remove existing selection and allow pasting
5718                 our own selection)
5719         * src/addressbook.c
5720                 "LDAP Server" -> "LDAP servers"
5721
5722 2006-03-21 [wwp]        2.0.0cvs160
5723
5724         * src/etpan/imap-thread.c
5725                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5726
5727 2006-03-20 [colin]      2.0.0cvs159
5728
5729         * src/summaryview.c
5730                 Don't reload summaryview after an execute with no
5731                 move action
5732
5733 2006-03-19 [colin]      2.0.0cvs158
5734
5735         * src/addressbook.c
5736                 and put groups at the top, always
5737
5738 2006-03-19 [colin]      2.0.0cvs157
5739
5740         * src/addressbook.c
5741                 Order groups before names, as previously
5742
5743 2006-03-19 [colin]      2.0.0cvs156
5744
5745         * src/addressbook.c
5746                 - Sort case-unsensitive
5747                 - Put the sort arrow at opening too
5748
5749 2006-03-19 [wwp]        2.0.0cvs155
5750
5751         * src/addressbook.c
5752                 allow sorting by name/email/remarks, ensure that right-pane's contents
5753                 matches the left-pane selection (cleared when appropriate).
5754                 Patch by Pawel Pekala <c0rn@o2.pl>.
5755
5756 2006-03-18 [colin]      2.0.0cvs154
5757
5758         * src/textview.c
5759                 Fix text cursor ;)
5760
5761 2006-03-18 [colin]      2.0.0cvs153
5762
5763         * src/gtk/filesel.c
5764                 Make sure we hide the preview if we didn't get
5765                 a filename
5766
5767 2006-03-18 [colin]      2.0.0cvs152
5768
5769         * src/summaryview.c
5770                 Set cursor to watch for execution (fixes lack
5771                 of watch-cursor when dnd'ing hundreds of mails)
5772         * src/gtk/filesel.c
5773                 Check that mime type is 'image/*' before updating
5774                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5775
5776 2006-03-18 [colin]      2.0.0cvs151
5777
5778         * src/mainwindow.c
5779         * src/textview.c
5780         * src/textview.h
5781                 Put a watch cursor in textview too when the mainwindow's
5782                 cursor in a watch
5783
5784 2006-03-18 [colin]      2.0.0cvs150
5785
5786         * src/folder.c
5787                 Change wrong asserts to simple tests
5788
5789 2006-03-17 [colin]      2.0.0cvs149
5790
5791         * src/mainwindow.c
5792         * src/mainwindow.h
5793         * src/prefs_msg_colors.c
5794         * src/summaryview.c
5795         * src/summaryview.h
5796         * src/gtk/colorlabel.c
5797         * src/gtk/colorlabel.h
5798                 Add a color label menu in the main menubar
5799                 Add (fixed) accels Ctrl-{0-7} to change the color
5800                 They have to be fixed because the menu's dynamic,
5801                 the items are complex widgets, hence we can't use
5802                 a GtkItemFactory.
5803
5804
5805 2006-03-17 [wwp]        2.0.0cvs148
5806
5807         * src/compose.c
5808                 rollback few lines from my previous commit (those lines come from
5809                 a pending patch, accidentally commited, even if neutral as they are
5810                 commented out).
5811
5812 2006-03-17 [wwp]        2.0.0cvs147
5813
5814         * src/compose.c
5815                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5816                 applied code style/indentation to the modified function.
5817
5818 2006-03-17 [wwp]        2.0.0cvs146
5819
5820         * src/procmsg.c
5821         * src/compose.c
5822                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5823
5824 2006-03-17 [paul]
5825
5826         2.1.0-rc1 released
5827
5828 2006-03-17 [paul]       2.0.0cvs145
5829
5830         * src/main.c
5831                 addressbook_read_file() was called twice
5832         * src/textview.c
5833                 X-Mailer highlighting
5834
5835 2006-03-16 [colin]      2.0.0cvs144
5836
5837         * src/sourcewindow.c
5838         * src/sourcewindow.h
5839                 And the last one, in source window.
5840
5841 2006-03-16 [colin]      2.0.0cvs143
5842
5843         * src/compose.c
5844         * src/compose.h
5845                 Fix the same stuff in compose
5846
5847 2006-03-16 [colin]      2.0.0cvs142
5848
5849         * src/messageview.c
5850                 Complete the previous messageview crash fix
5851
5852 2006-03-16 [colin]      2.0.0cvs141
5853
5854         * src/procmsg.h
5855         * src/procmsg.c
5856         * src/folder.c
5857                 Fix POSTPROCESSING hook
5858                 Patch by H. Merijn Brand
5859
5860         * src/procmime.c
5861         * src/procmime.h
5862                 Parse Content-Location
5863
5864         * src/toolbar.c
5865         * src/messageview.c
5866         * src/messageview.h
5867                 Don't crash when a top-level MessageView has
5868                 been closed on us. Same problematic than
5869                 yesterday's quicksearch issue.
5870
5871 2006-03-15 [colin]      2.0.0cvs140
5872
5873         * src/gtk/quicksearch.c
5874                 Fix a bitchy race we didn't think about when we
5875                 added quicksearch cancellation:
5876                 If the search is not on cached fields, for example
5877                 body_part matchcase "stuff"
5878                 the matcher code has to get the whole message. If
5879                 we're on IMAP, that can be slow, and in order to
5880                 be non-blocking, the IMAP code idle loop processes
5881                 gtk events too. So it is possible to cancel a
5882                 quicksearch while the matcher is getting the mail's
5883                 body. After matcher got its body, it will start to
5884                 iterate over the matcher list that the Quicksearch's
5885                 clear_search_cb() just freed via prepare_matcher().
5886                 SIGSEGV ensues.
5887                 The fix consists of guarding the matcherlist_match()
5888                 call with a boolean 'matching'. If we reset the
5889                 quicksearch while matching is TRUE, we don't free
5890                 the matcherlist anymore like we did, but we set
5891                 another new flag, deferred_free, to TRUE. Then,
5892                 in quicksearch_match(), just after returning from
5893                 matcherlist_match() and unsetting the matching flag,
5894                 we check the deferred_free flag and do the
5895                 prepare_matcher() (which does the matcherlist_free)
5896                 for real, so we free the matcherlist once it's not
5897                 used anymore.
5898                 As all of this runs via the glib main loop, we
5899                 luckily don't need a mutex.
5900         * src/summaryview.c
5901                 Also, show progress while searching.
5902
5903
5904 2006-03-14 [colin]      2.0.0cvs139
5905
5906         * src/alertpanel.c
5907                 Make alertpanel_is_open non-static
5908
5909 2006-03-14 [colin]      2.0.0cvs138
5910
5911         * src/prefs_spelling.c
5912                 Cleanups - Fabien Vantard
5913
5914 2006-03-14 [wwp]        2.0.0cvs137
5915
5916         * src/main.c
5917                 code style normalization (curly braces, indentation).
5918
5919 2006-03-14 [wwp]        2.0.0cvs137
5920
5921         * src/main.c
5922                 code style (braces, indentation)
5923
5924 2006-03-12 [paul]       2.0.0cvs136
5925
5926         * src/prefs_common.c
5927                 trans_hdr defaults to FALSE to be RFC-savvy
5928         * src/prefs_summaries.c
5929                 add a tooltip to the trans_hdr option
5930                 
5931
5932 2006-03-12 [paul]       2.0.0cvs135
5933
5934         * src/prefs_matcher.c
5935                 give a little more width to the combos
5936         * src/prefs_display_header.c
5937         * src/textview.c
5938                 translate headers if prefs_common.trans_hdr
5939                 is TRUE
5940
5941         Patches by Pawel Pekala
5942
5943 2006-03-12 [paul]       2.0.0cvs134
5944
5945         * src/plugins/clamav/clamav_plugin.c
5946         * src/plugins/dillo_viewer/dillo_viewer.c
5947         * src/plugins/pgpcore/plugin.c
5948         * src/plugins/pgpinline/plugin.c
5949         * src/plugins/pgpmime/plugin.c
5950         * src/plugins/spamassassin/spamassassin.c
5951                 update/add to descriptions
5952         * src/plugins/spamassassin/spamassassin_gtk.c
5953                 fixes to the english, remove superfluous
5954                 tooltips, clean up a little
5955
5956 2006-03-12 [paul]       2.0.0cvs133
5957
5958         * src/compose.c
5959                 fix Bug 924, 'Account combo box shows up wrong 
5960                 if & is in account name'
5961
5962 2006-03-11 [colin]      2.0.0cvs132
5963
5964         * src/summaryview.c
5965                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5966                 messed up shift-selection because is slows down
5967                 moving around summaryview. thanks -users
5968
5969 2006-03-10 [colin]      2.0.0cvs131
5970
5971         * src/plugins/spamassassin/spamassassin_gtk.c
5972                 Put back Paul's engrish fixes
5973
5974 2006-03-10 [colin]      2.0.0cvs130
5975
5976         * src/plugins/spamassassin/spamassassin.c
5977         * src/plugins/spamassassin/spamassassin.h
5978         * src/plugins/spamassassin/spamassassin_gtk.c
5979                 Cleanup SA prefs page (more)
5980                 Patch by Fabien Vantard
5981
5982 2006-03-10 [paul]       2.0.0cvs129
5983
5984         * src/prefs_msg_colors.c
5985         * src/prefs_spelling.c
5986                 widget sensitivity
5987
5988 2006-03-09 [mones]      2.0.0cvs128
5989
5990         * po/es.po
5991                 Update for next RC
5992
5993 2006-03-09 [wwp]        2.0.0cvs127
5994
5995         * configure.ac
5996                 revert accidental commit (requirement for libetpan 0.43), this time
5997                 not in HEAD.
5998
5999 2006-03-09 [wwp]        2.0.0cvs125
6000
6001         * configure.ac
6002                 revert accidental commit (requirement for libetpan 0.43)
6003
6004 2006-03-09 [paul]       2.0.0cvs126
6005
6006         * src/prefs_receive.c
6007                 remove useless frame
6008                 replace 'incorporation' with 'receiving'
6009         * src/plugins/clamav/clamav_plugin_gtk.c
6010         * src/plugins/spamassassin/spamassassin_gtk.c
6011                 improve widget sensitivity
6012                 fix a bit his engrish
6013
6014 2006-03-09 [wwp]        2.0.0cvs125
6015
6016         * src/addressadd.c
6017         * src/foldersel.c
6018         * src/prefs_common.c
6019         * src/prefs_common.h
6020                 remember some more windows' sizes (add to addressbook and
6021                 select folder).
6022
6023 2006-03-09 [paul]       2.0.0cvs124
6024
6025         * src/plugins/pgpcore/prefs_gpg.c
6026                 normalise construction of dialogue
6027
6028 2006-03-09 [paul]       2.0.0cvs123
6029
6030         * src/plugins/trayicon/Makefile.am
6031                 add missing slash
6032
6033 2006-03-08 [colin]      2.0.0cvs122
6034
6035         * src/plugins/trayicon/Makefile.am
6036                 Fix build in separate dir 
6037                 Patch by Bamanzi <bamanzi@gmail.com>
6038
6039 2006-03-08 [colin]      2.0.0cvs121
6040
6041         * src/procmsg.c
6042                 Batch move and copies from summaryview with delayed execution
6043                 too
6044
6045 2006-03-07 [paul]       2.0.0cvs120
6046
6047         * src/common/utils.c
6048                 fix highlighting of URIs containing "()"
6049                 Patch by Pawel Pekala
6050
6051 2006-03-07 [paul]       2.0.0cvs119
6052
6053         * src/folder.c
6054         * src/folder.h
6055         * src/folderview.c
6056                 immediately do alphabetical resort when
6057                 changing a folder's name
6058                 Patch by Pawel Pekala
6059
6060 2006-03-07 [paul]       2.0.0cvs118
6061
6062         * src/news.c
6063         * src/news_gtk.c
6064                 when unsubscribing a newsgroup, remove the
6065                 folder and msgs in .sylpheed-claws/newscache
6066                 Patch by Pawel Pekala <c0rn@gazeta.pl>
6067
6068 2006-03-07 [paul]       2.0.0cvs117
6069
6070         * src/textview.c
6071                 fix wrong Fake URL Warning
6072                 Thanks to Hiro
6073
6074 2006-03-07 [colin]      2.0.0cvs116
6075
6076         * src/imap.c
6077                 Return immediately when password dialog was
6078                 cancelled
6079         * src/gtk/inputdialog.c
6080                 Allow empty strings for passwords
6081
6082
6083 2006-03-06 [colin]      2.0.0cvs115
6084
6085         * src/imap.c
6086                 Prevent double-timeouts when connection fails
6087
6088 2006-03-06 [colin]
6089
6090         2.0.1-rc1 released
6091
6092 2006-03-06 [colin]      2.0.0cvs114
6093
6094         * src/imap.c
6095                 Refresh session during potentially long
6096                 operations
6097
6098 2006-03-06 [wwp]        2.0.0cvs113
6099
6100         * src/prefs_msg_colors.h
6101                 forgot that one (custom color labels).
6102
6103 2006-03-06 [wwp]        2.0.0cvs112
6104
6105         * src/prefs_common.c
6106         * src/prefs_common.h
6107         * src/prefs_msg_colors.c
6108         * src/summaryview.c
6109         * src/summaryview.h
6110         * src/gtk/colorlabel.c
6111         * src/gtk/colorlabel.h
6112                 colors in messages list are now customizable. Color values and names can
6113                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
6114                 Thanks to Paul and Colin for their help with this longstanding patch!
6115
6116 2006-03-06 [wwp]        2.0.0cvs111
6117
6118         * src/textview.c
6119                 don't crash if (x)face is bad.
6120
6121 2006-03-05 [paul]       2.0.0cvs110
6122
6123         * AUTHORS
6124         * configure.ac
6125         * src/Makefile.am
6126         * src/common/Makefile.am
6127         * src/common/utils.h
6128         * src/etpan/imap-thread.c
6129         * src/gtk/authors.h
6130         * src/plugins/clamav/Makefile.am
6131         * src/plugins/demo/Makefile.am
6132         * src/plugins/dillo_viewer/Makefile.am
6133         * src/plugins/pgpcore/Makefile.am
6134         * src/plugins/pgpcore/passphrase.c
6135         * src/plugins/pgpinline/Makefile.am
6136         * src/plugins/pgpmime/Makefile.am
6137         * src/plugins/spamassassin/Makefile.am
6138         * src/plugins/trayicon/Makefile.am
6139                 fix builiding on cygwin
6140                 Patch by Ralgh Young <bamanzi@gmail.com>
6141
6142 2006-03-04 [wwp]        2.0.0cvs109
6143
6144         * manual/keyboard.xml
6145                 fix mixed up/down keys.
6146
6147 2006-03-04 [wwp]        2.0.0cvs108
6148
6149         * README
6150         * INSTALL
6151                 updated links to SpamAssassin.
6152
6153 2006-03-04 [wwp]        2.0.0cvs107
6154
6155         * manual/plugins.xml
6156         * src/plugins/spamassassin/README
6157                 updated SpamAssassin plugin docs to reflect new functional additions
6158                 (also fix/update/documents few technical stuff more, see the README).
6159
6160 2006-03-04 [wwp]        2.0.0cvs106
6161
6162         * src/prefs_message.c
6163                 normalized capitalization of message-prefs paths.
6164
6165 2006-03-04 [wwp]        2.0.0cvs105
6166
6167         * manual/advanced.xml
6168                 typo.
6169
6170 2006-03-03 [colin]      2.0.0cvs104
6171
6172         * src/plugins/clamav/clamav_plugin_gtk.c
6173                 Rework prefs page, patch by Fabien 
6174
6175 2006-03-03 [colin]      2.0.0cvs103
6176
6177         * src/plugins/clamav/clamav_plugin.c
6178                 Set error on all errors
6179
6180 2006-03-03 [colin]      2.0.0cvs102
6181
6182         * src/common/plugin.c
6183                 Initialize error to avoid crashing when a plugin fails
6184                 without setting error
6185
6186 2006-03-02 [wwp]        2.0.0cvs101
6187
6188         * configure.ac
6189                 fixed linker flags for libetpan support on Cygwin
6190                 (thanks to H.Merijn Brand).
6191
6192 2006-03-02 [wwp]        2.0.0cvs100
6193
6194         * src/addressbook.c
6195                 fix some AB error messages: one for punctuation and
6196                 one wrongly duplicate (thanks, maxbritov).
6197
6198 2006-03-02 [wwp]        2.0.0cvs99
6199
6200         * src/plugins/spamassassin/spamassassin.c
6201                 make sync calls to sa-learn/spamc to prevent
6202                 system (whatever local or client/server) overload.
6203
6204 2006-03-02 [colin]      2.0.0cvs98
6205
6206         * src/summaryview.c
6207                 Put the spam icon in the status column instead of the
6208                 mark one
6209
6210 2006-03-01 [colin]      2.0.0cvs97
6211
6212         * src/plugins/spamassassin/spamassassin.c
6213                 Fix segfault (g_file_set_contents fails for some 
6214                 reason and err==0x2f. Can't find out why with
6215                 valgrind, using working function :-)
6216
6217 2006-03-01 [colin]      2.0.0cvs96
6218
6219         * src/inc.c
6220                 Offline overriding: let 'No' be cached only 3 seconds
6221
6222 2006-03-01 [colin]      2.0.0cvs95
6223
6224         * src/addr_compl.c
6225         * src/addrbook.c
6226         * src/addressbook.c
6227         * src/addrindex.c
6228         * src/folder_item_prefs.c
6229         * src/headerview.c
6230         * src/imap.c
6231         * src/inc.c
6232         * src/ldif.c
6233         * src/mainwindow.c
6234         * src/mh.c
6235         * src/msgcache.c
6236         * src/prefs_common.h
6237         * src/prefs_msg_colors.c
6238         * src/procheader.c
6239         * src/procheader.h
6240         * src/procmime.c
6241         * src/procmsg.c
6242         * src/procmsg.h
6243         * src/send_message.h
6244         * src/simple-gettext.c
6245         * src/summaryview.c
6246         * src/summaryview.h
6247         * src/syldap.c
6248         * src/textview.c
6249         * src/undo.c
6250         * src/common/ssl_certificate.c
6251         * src/common/utils.c
6252         * src/gtk/colorsel.c
6253         * src/gtk/gtksctree.c
6254         * src/gtk/gtkshruler.c
6255         * src/plugins/trayicon/trayicon.c
6256                 #if 0 goes to /dev/null
6257
6258 2006-03-01 [colin]      2.0.0cvs94
6259
6260         * src/compose.c
6261         * src/imap.c
6262         * src/inc.c
6263         * src/inc.h
6264         * src/messageview.c
6265         * src/news.c
6266         * src/plugins/spamassassin/spamassassin.c
6267                 Allow to add information in the "working offline"
6268                 window
6269
6270 2006-03-01 [wwp]        2.0.0cvs93
6271
6272         * src/plugins/spamassassin/spamassassin.c
6273                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6274                 'cause it seems that calling `spamc ... < inputfile` with
6275                 g_spawn_(a)sync simply.. erm doesn't work :-).
6276
6277 2006-03-01 [wwp]        2.0.0cvs92
6278
6279         * src/toolbar.c
6280         * src/toolbar.h
6281                 simplify the adding of spam/ham button to the messageview toolbar
6282                 (it gets more clear now that the same button will be "Mark as spam"
6283                 or "Mark as ham" according to the current message status,
6284                 thanks to Colin).
6285
6286 2006-03-01 [wwp]        2.0.0cvs91
6287
6288         * src/messageview.c
6289         * src/procmsg.c
6290         * src/procmsg.h
6291         * src/summaryview.c
6292         * src/plugins/spamassassin/spamassassin.c
6293         * src/plugins/spamassassin/spamassassin.h
6294                 make learner callbacks return a status (0 for ok),
6295                 handle it in main code to avoid setting flags when learning failed,
6296                 don't learn on TCP if offline in spamassassin,
6297                 thanks to Colin.
6298
6299                 
6300
6301 2006-03-01 [wwp]        2.0.0cvs90
6302
6303         * src/compose.c
6304                 some work around the compose window's account menu,
6305                 patch by Fabien Vantard.
6306
6307 2006-03-01 [wwp]        2.0.0cvs89
6308
6309         * src/plugins/spamassassin/spamassassin.c
6310                 fixed bad logics, was using spamc in local mode and sa-learn
6311                 in remote mode (thanks, Colin).
6312
6313 2006-03-01 [wwp]        2.0.0cvs88
6314
6315         * src/plugins/spamassassin/spamassassin.c
6316         * src/plugins/spamassassin/spamassassin.h
6317         * src/plugins/spamassassin/spamassassin_gtk.c
6318                 made processing of emails w/ sa-plugin an option (default is TRUE),
6319                 fixed Engrish some tooltips, capitalization of some debug messages
6320                 and warnings. The spamassassin plugin now provides two separate
6321                 services: process emails upon incorporation and spamd training.
6322                 Both services (un)register independently but use some common
6323                 plugin settings (transport settings, spam storage location).
6324
6325 2006-02-28 [wwp]        2.0.0cvs87
6326
6327         * src/plugins/spamassassin/spamassassin.c
6328                 fix async flag to spamc cmdline execution (batch exec should
6329                 be asynchronous).
6330
6331 2006-02-27 [wwp]        2.0.0cvs86
6332
6333         * src/plugins/spamassassin/spamassassin.c
6334         * src/plugins/spamassassin/spamassassin.h
6335         * src/plugins/spamassassin/spamassassin_gtk.c
6336                 - added the ability to learn a remote spamassassin server (spamd),
6337                 using spamc.
6338                 - added the spamassassin option 'username', that applies to all
6339                 spamassassin operations (filtering, learning, local or remote).
6340                 The default username is the current unix user (if left blank
6341                 from gtk prefs or config file).
6342                 - commented out some unused code (notebook widget), removed unused
6343                 layout (hbox1).
6344                 - make more widgets sensitive to the transport type.
6345
6346 2006-02-27 [colin]      2.0.0cvs85
6347
6348         * src/plugins/spamassassin/spamassassin.c
6349                 Fix sa-learn call when offline
6350
6351 2006-02-27 [colin]      2.0.0cvs84
6352
6353         * configure.ac
6354         * src/Makefile.am
6355         * src/mainwindow.c
6356         * src/mainwindow.h
6357         * src/messageview.c
6358         * src/messageview.h
6359         * src/prefs_toolbar.c
6360         * src/procmsg.c
6361         * src/stock_pixmap.c
6362         * src/stock_pixmap.h
6363         * src/summaryview.c
6364         * src/toolbar.c
6365         * src/toolbar.h
6366         * src/pixmaps/ham_btn.xpm
6367         * src/pixmaps/spam.xpm
6368         * src/pixmaps/spam_btn.xpm
6369         * src/plugins/spamassassin/spamassassin.c
6370                 Add button in toolbar for spam learning
6371                 Fix a few bugs from the last related commit
6372                 Revert 1.9.6cvs23 which messed up shift-selection
6373
6374 2006-02-24 [colin]      2.0.0cvs83
6375
6376         * src/procmsg.c
6377         * src/summaryview.c
6378         * src/summaryview.h
6379         * src/plugins/spamassassin/spamassassin.c
6380         * src/plugins/spamassassin/spamassassin.h
6381         * src/plugins/spamassassin/spamassassin_gtk.c
6382                 Unregister learner when spamassassin is either
6383                 disabled or over tcp
6384
6385 2006-02-24 [colin]      2.0.0cvs82
6386
6387         * src/Makefile.am
6388         * src/mainwindow.c
6389         * src/mainwindow.h
6390         * src/procmsg.c
6391         * src/procmsg.h
6392         * src/stock_pixmap.c
6393         * src/stock_pixmap.h
6394         * src/summaryview.c
6395         * src/summaryview.h
6396         * src/gtk/icon_legend.c
6397         * src/pixmaps/spam.xpm  ** NEW FILE **
6398         * src/plugins/spamassassin/spamassassin.c
6399         * src/plugins/spamassassin/spamassassin_gtk.c
6400                 Add spam learning interface (Mark/Mark as 
6401                 (spam|ham) menus)
6402
6403 2006-02-24 [wwp]        2.0.0cvs81
6404
6405         * src/compose.c
6406         * src/compose.h
6407         * src/filtering.c
6408                 hide compose window when sending message in batch mode
6409                 (filtering: forward and redirect). Also fixed a wrong
6410                 value returned when sending failed, neutral anyway.
6411                 (Colin, me) 
6412
6413 2006-02-24 [wwp]        2.0.0cvs80
6414
6415         * src/mainwindow.c
6416                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6417
6418 2006-02-24 [paul]       2.0.0cvs79
6419
6420         * src/news.c
6421         * src/news.h
6422         * src/news_gtk.c
6423                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6424                 Thanks to Colin
6425
6426 2006-02-23 [colin]      2.0.0cvs78
6427
6428         * src/alertpanel.c
6429                 Change OK to Close in alertpanel with View log
6430                 button; add accel to View log. Patch by Fabien
6431                 Vantard
6432
6433 2006-02-23 [wwp]        2.0.0cvs77
6434
6435         * src/compose.c
6436                 silly me, there were much more tests to perform, since toolbars can
6437                 really have down to 1 element only.
6438
6439 2006-02-23 [wwp]        2.0.0cvs76
6440
6441         * commitHelper
6442                 fixed indentation from my previous commit. Fallback to VISUAL if
6443                 EDITOR is not set (and to vi, at last resort).
6444
6445 2006-02-23 [wwp]        2.0.0cvs75
6446
6447         * commitHelper
6448                 improved error detection (Colin, me).
6449
6450 2006-02-23 [wwp]        2.0.0cvs74
6451
6452         * src/prefs_toolbar.c
6453                 simplify and fix prefs/toolbars layouting. Combos' contents can
6454                 now be really displayed.
6455
6456 2006-02-23 [wwp]        2.0.0cvs73
6457         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6458         be really displayed.
6459
6460 2006-02-22 [wwp]        2.0.0cvs72
6461
6462         * src/compose.c
6463                 fix a typo in my previous commit (sorry!).
6464
6465 2006-02-22 [wwp]        2.0.0cvs71
6466
6467         * src/prefs_toolbar.c
6468                 fix a crash when adding separators to toolbars,
6469                 also fix some separator item information.
6470
6471 2006-02-22 [wwp]        2.0.0cvs70
6472
6473         * src/compose.c
6474                 fix a crash when redirecting (for instance) when compose window's
6475                 toolbar contents has been customized (when some buttons have been
6476                 removed in fact).
6477
6478 2006-02-21 [wwp]        2.0.0cvs69
6479
6480         * src/summaryview.c
6481         * src/gtk/pluginwindow.c
6482         * src/plugins/pgpcore/prefs_gpg.c
6483                 fix some compilation warnings (feat. remains of removed code).
6484
6485 2006-02-21 [wwp]        2.0.0cvs68
6486
6487         * src/gtk/gtkutils.c
6488                 fix two compilation issues, thanks to Stephan Sachse.
6489
6490 2006-02-20 [colin]      2.0.0cvs67
6491
6492         * src/mainwindow.c
6493                 Don't reselect displayed mail on refocus
6494                 This fixes actions misbehaving 
6495
6496 2006-02-20 [wwp]        2.0.0cvs66
6497
6498         * src/summaryview.c
6499         * src/gtk/gtksctree.c
6500         * src/gtk/gtkshruler.c
6501                 changed more runtime typecast checks.
6502
6503 2006-02-20 [wwp]        2.0.0cvs65
6504
6505         * src/summary_search.c
6506                 find all - summaryview refresh issue fixed, thanks to Colin.
6507
6508 2006-02-20 [wwp]        2.0.0cvs64
6509
6510         * src/gtk/gtkutils.c
6511                 better runtime typecast checks.
6512
6513 2006-02-20 [wwp]        2.0.0cvs63
6514
6515         * src/summary_search.c
6516                 enhancements to the summary search:
6517                         - add the ability to stop the running search
6518                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6519                         - don't search if no criteria (From/To/Subject/Body) is set
6520                         - ensure that a busy mouse pointer is always shown when searching,
6521                           show it even a bit earlier
6522
6523 2006-02-19 [colin]      2.0.0cvs62
6524
6525         * src/compose.c
6526         * src/imap.c
6527         * src/etpan/imap-thread.c
6528         * src/etpan/imap-thread.h
6529                 (Future) IMAP speed improvement on sending
6530                 Will require a libetpan update
6531         * src/summaryview.c
6532         * src/gtk/quicksearch.c
6533                 Make quicksearch clearable while running.
6534
6535 2006-02-17 [colin]      2.0.0cvs61
6536
6537         * src/imap.c
6538         * src/etpan/imap-thread.c
6539         * src/etpan/imap-thread.h
6540                 Check for IMAP certificates
6541                 ** Requires libetpan-0.42-cvs4 
6542                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6543
6544 2006-02-17 [colin]      2.0.0cvs60
6545
6546         * src/messageview.c
6547         * src/prefs_common.c
6548         * src/prefs_common.h
6549         * src/prefs_message.c
6550                 Add pref to display HTML-only mails with plugin, 
6551                 if possible (defaulting to FALSE of course).
6552
6553 2006-02-16 [colin]      2.0.0cvs59
6554
6555         * src/main.c
6556         * src/common/plugin.c
6557         * src/common/plugin.h
6558         * src/gtk/pluginwindow.c
6559                 Keep track of requested (but unloaded) plugins
6560                 in some error cases.
6561
6562 2006-02-16 [wwp]        2.0.0cvs58
6563
6564         * src/gtk/gtkaspell.c
6565         * src/gtk/gtkaspell.h
6566         * src/prefs_spelling.c
6567         * src/compose.c
6568         * src/prefs_common.c
6569         * src/prefs_common.h
6570                 implemented new optional spellchecker behaviour: re-check message when
6571                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6572
6573 2006-02-16 [wwp]        2.0.0cvs57
6574
6575         * src/quote_fmt_parse.y
6576                 pclose popen'ed pipe.
6577
6578 2006-02-15 [colin]      2.0.0cvs56
6579
6580         * src/mimeview.c
6581         * src/mimeview.h
6582                 Let MimeViewers know which MimeView they
6583                 depend of.
6584         * src/summaryview.c
6585                 Swap From/To columns in Sent/Queue/Drafts
6586                 folders
6587         * src/etpan/imap-thread.c
6588                 Use mailstream_low_tls_open() for STARTTLS
6589                 instead of mailstream_low_ssl_open()
6590                 ** REQUIRES libetpan 0.42cvs3 **
6591
6592 2006-02-15 [wwp]        2.0.0cvs55
6593
6594         * src/compose.c
6595         * src/compose.h
6596         * src/message_search.c
6597         * src/message_search.h
6598         * src/textview.c
6599         * src/gtk/gtkutils.c
6600         * src/gtk/gtkutils.h
6601                 added the ability to Find text in the compose window (and a bit
6602                 of code factorization).
6603
6604 2006-02-15 [wwp]        2.0.0cvs54
6605
6606         * src/prefs_gtk.c
6607                 yet another one file was missing (fix for some widgets' sensitivity).
6608                 Thanks Colin!
6609
6610 2006-02-15 [wwp]        2.0.0cvs53
6611
6612         * src/prefs_gtk.h
6613                 oops forgot that file (fix for some widgets' sensitivity).
6614
6615 2006-02-15 [wwp]        2.0.0cvs52
6616
6617         * src/summary_search.c
6618                 implemented advanced summary search options (added the ability
6619                 to use matcher conditions in an advanced search mode).
6620
6621 2006-02-15 [wwp]        2.0.0cvs51
6622
6623         * src/plugins/pgpcore/prefs_gpg.c
6624         * src/prefs_account.c
6625                 fix some widget sensitivity, mostly around some labels in
6626                 account prefs.
6627
6628 2006-02-15 [paul]       2.0.0cvs50
6629
6630         * manual/advanced.xml
6631                 improve Templates info
6632                 written by wwp
6633
6634 2006-02-14 [colin]      2.0.0cvs49
6635
6636         * src/pixmaps/address_book.xpm
6637         * src/pixmaps/preferences.xpm
6638         * src/pixmaps/properties.xpm
6639                 Fix pixmap size - patch by Fabien Vantard
6640
6641 2006-02-13 [colin]      2.0.0cvs48
6642
6643         * src/procmime.c
6644                 Add missing fclose()s on error
6645         * src/textview.c
6646                 Remove unused code
6647         * src/common/utils.c
6648                 Fix temp files not being deleted on windows
6649         Patches by Thomas Gilgin
6650
6651 2006-02-13 [colin]      2.0.0cvs47
6652
6653         * src/mainwindow.c
6654                 Fix exit crash
6655
6656 2006-02-13 [wwp]        2.0.0cvs46
6657
6658         * src/plugins/pgpcore/prefs_gpg.c
6659                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6660
6661 2006-02-12 [colin]      2.0.0cvs45
6662
6663         * src/folderview.c
6664         * src/main.c
6665         * src/mainwindow.c
6666                 Fix "stuff" when quitting
6667
6668 2006-02-12 [wwp]        2.0.0cvs44
6669
6670         * src/prefs_themes.c
6671                 fix typos in debug messages.
6672
6673 2006-02-11 [colin]      2.0.0cvs43
6674
6675         * src/summaryview.c
6676                 don't allow drag/drop from ourself
6677
6678 2006-02-10 [wwp]        2.0.0cvs42
6679
6680         * src/exporthtml.c
6681         * src/html.c
6682         * src/html.h
6683         * src/procmime.c
6684         * src/textview.c
6685                 renamed html_ prefixed functions and data structures to avoid
6686                 namespace clashes w/ other software (gtkhtml2 for instance).
6687                 Closes bug #907.
6688
6689
6690 2006-02-09 [colin]      2.0.0cvs41
6691
6692         * src/summaryview.c
6693                 Fix shitty logic messed up. Thanks Ticho for the hint!
6694
6695 2006-02-09 [wwp]        2.0.0cvs40
6696
6697         * src/gtk/about.c
6698         * src/compose.c
6699         * src/prefs_account.c
6700         * src/prefs_gtk.h
6701         * src/editaddress.c
6702                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6703                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6704                 Browse buttons in accounts prefs.
6705
6706 2006-02-09 [colin]      2.0.0cvs39
6707
6708         * src/matcher.c
6709                 Check for pointer before using its members
6710         * src/gtk/gtksourceprintjob.c
6711                 Fix a wrong warning
6712
6713 2006-02-09 [wwp]        2.0.0cvs38
6714
6715         * src/gtk/filesel.c
6716                 fix few compiler warnings (type mismatch).
6717
6718 2006-02-09 [paul]       2.0.0cvs37
6719
6720         * po/fr.po
6721                 updated by Fabien Vantard
6722
6723 2006-02-08 [colin]      2.0.0cvs36
6724
6725         * src/prefs_common.c
6726         * src/common/defs.h
6727         * src/common/plugin.c
6728                 allow windows and linux configurations to coexist
6729                 patch by Thomas Gilgin
6730
6731 2006-02-08 [colin]      2.0.0cvs35
6732
6733         * src/filtering.c
6734         * src/matcher.c
6735         * src/matcher.h
6736         * src/matcher_parser_parse.y
6737         * src/prefs_filtering_action.c
6738         * src/prefs_matcher.c
6739                 Add the "Ignore thread" filtering
6740                 action
6741
6742 2006-02-08 [colin]      2.0.0cvs34
6743
6744         * src/compose.c
6745         * src/procmime.c
6746         * src/procmime.h
6747                 Fix bug #905 (damaged attachment)
6748                 text files with raw \0's aren't really text files
6749         FOR_STABLE
6750
6751 2006-02-08 [colin]      2.0.0cvs33
6752
6753         * src/summaryview.c
6754                 Fix crasher introduced yesterday
6755
6756 2006-02-08 [wwp]        2.0.0cvs32
6757
6758         * src/compose.c
6759         * src/compose.h
6760                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6761
6762 2006-02-08 [wwp]        2.0.0cvs31
6763
6764         * src/prefs_template.c
6765                 templates enhancement: allow address completion for Cc and Bcc fields
6766                 (it was currently possible for the To field only)
6767
6768 2006-02-08 [colin]      2.0.0cvs30
6769
6770         * src/compose.c
6771                 Don't unblock if not blocked
6772         FOR_STABLE
6773
6774 2006-02-07 [colin]      2.0.0cvs29
6775
6776         * src/action.c
6777                 Forgot to refresh summaryview
6778
6779 2006-02-07 [colin]      2.0.0cvs28
6780
6781         * src/action.c
6782                 Freeze/thaw message list and folder list while
6783                 processing %as{} actions 
6784         * src/compose.c
6785                 Fix auto-wrap disabling after a middle-click
6786                 paste - FOR_STABLE
6787
6788 2006-02-07 [paul]       2.0.0cvs27
6789
6790         * src/folder.c
6791                 fix freeing of uninitialised pointers
6792                 Thanks to Colin
6793
6794 2006-02-06 [colin]      2.0.0cvs26
6795
6796         * src/folder.c
6797                 Use g_slist_prepend in potentially big list
6798
6799 2006-02-06 [colin]      2.0.0cvs25
6800
6801         * src/folder.c
6802                 Completely skip processing if it doesn't 
6803                 exist (faster!)
6804
6805 2006-02-06 [colin]      2.0.0cvs24
6806
6807         * src/folder.c
6808         * src/summaryview.c
6809                 Batch filtering in summaryview (from Tools menu)
6810                 and pre/post//-processing too
6811
6812 2006-02-06 [colin]      2.0.0cvs23
6813
6814         * src/procmsg.h
6815         * src/filtering.c
6816                 Use a special field for batch filtering instead
6817                 of stepping on deferred execution's toes
6818
6819 2006-02-06 [colin]      2.0.0cvs22
6820
6821         * src/action.c
6822         * src/filtering.c
6823         * src/filtering.h
6824         * src/folder.c
6825         * src/summaryview.c
6826                 Fix filtering via menus and actions
6827
6828 2006-02-06 [colin]      2.0.0cvs21
6829
6830         * src/imap.c
6831                 Put the added file directly to cache if possible (will work
6832                 with next libetpan)
6833         * src/filtering.c
6834         * src/filtering.h
6835         * src/inc.c
6836         * src/folder.c
6837         * src/mbox.c
6838         * src/procmsg.h
6839                 Move and copy filtered messages by batches instead of one
6840                 by one - faster on IMAP
6841         * src/procmsg.c
6842                 Add a function that'll possibly be useful later
6843
6844 2006-02-06 [colin]      2.0.0cvs20
6845
6846         * src/addressbook.c
6847                 Use internal mime-type instead of text/plain for d'n'd
6848         * src/compose.c
6849                 Allow attaching files from mimeview's icon list via d'n'd
6850         * src/folderview.c
6851         * src/folderview.h
6852                 Use internal mime-type instead of text/plain for d'n'd
6853                 Don't try to selected opened folder if none is
6854                 Factorize d'n'd from other apps code
6855         * src/headerview.c
6856         * src/textview.c
6857         * src/gtk/gtkutils.c
6858         * src/gtk/gtkutils.h
6859                 Factorize Face/X-Face stuff
6860         * src/mimeview.c
6861                 Fix d'n'd to other apps
6862         * src/prefs_message.c
6863                 Let the XFace pref be usable without libcompface as it also
6864                 applies to Face
6865         * src/summaryview.c
6866                 Fix d'n'd to other apps
6867                 Factorize d'n'd from other apps code
6868
6869 2006-02-06 [wwp]        2.0.0cvs19
6870
6871         * po/it.po
6872                 Italian translation fixes by Andrea Spadaccini (no more confusion
6873                 between filtering and processing, and few changes in the About
6874                 dialog).
6875
6876
6877 2006-02-06 [mones]      2.0.0cvs18
6878
6879         * src/gtk/icon_legend.c
6880                 Improved descriptions allowing better translations
6881
6882 2006-02-05 [colin]      2.0.0cvs17
6883
6884         * src/imap.c
6885                 Add the f*cking missing expunge that caused imap_fetch_env
6886                 to fail after an add_msgs ! :-///
6887         * src/etpan/imap-thread.c
6888                 Add a bit of debug
6889         FOR_STABLE
6890
6891 2006-02-05 [colin]      2.0.0cvs16
6892
6893         * src/common/utils.c
6894                 Don't check for return-path (or we can't put
6895                 back non-sent mails)
6896
6897 2006-02-05 [colin]      2.0.0cvs15
6898
6899         * src/textview.c
6900                 Don't try to display Face header in textview
6901                 when teh headerview's active
6902
6903 2006-02-05 [colin]      2.0.0cvs14
6904
6905         * tools/tbird2syl.py
6906         * tools/Makefile.am
6907                 Add script to import Thunderbird mails
6908
6909 2006-02-05 [colin]      2.0.0cvs13
6910
6911         * src/headerview.c
6912         * src/procheader.c
6913         * src/procmsg.c
6914         * src/procmsg.h
6915         * src/textview.c
6916                 Show Face headers - patch partially by Klaus Flittner
6917
6918 2006-02-05 [colin]      2.0.0cvs12
6919
6920         * src/folderview.c
6921         * src/summaryview.c
6922         * src/common/utils.c
6923         * src/common/utils.h
6924                 Let dnd work from mime icons to summaryview
6925                 and to folderview too
6926                 Add a crude test to avoid trying to add files
6927                 drag'n'dropped when they're not mails
6928
6929 2006-02-04 [colin]      2.0.0cvs11
6930
6931         * src/summaryview.c
6932         * src/mimeview.c
6933                 Fix utf8 conversion
6934
6935 2006-02-04 [colin]      2.0.0cvs10
6936
6937         * src/compose.c
6938         * src/folderview.c
6939         * src/mimeview.c
6940         * src/summaryview.c
6941         * src/summaryview.h
6942                 Added various drag and drop capas:
6943                 From                    To
6944                 summaryview             other apps
6945                 mimeview icons          other apps
6946                 other apps              summaryview
6947                 other apps              folderview
6948
6949                 This shouldn't have broken the existing:
6950                 From                    To
6951                 summaryview             folderview
6952                 folderview              folderview
6953                 summaryview             compose's attachments
6954
6955         Tests welcomed.
6956
6957 2006-02-02 [paul]       2.0.0cvs9
6958
6959         * src/mainwindow.c
6960                 move global option 'Set displayed columns...' out
6961                 of folder option grouping.
6962                 fix sensitivity of 'harvest addresses'
6963         FOR_STABLE
6964
6965 2006-02-01 [colin]      2.0.0cvs8
6966
6967         * src/mimeview.c
6968                 Revert the alertpanel patch, it sucks (intrusive
6969                 and gets in the way of "open")
6970
6971 2006-02-01 [colin]      2.0.0cvs7
6972
6973         * src/compose.c
6974         * src/prefs_account.c
6975         * src/prefs_common.c
6976         * src/common/defs.h
6977         * src/common/utils.c
6978         * src/common/utils.h
6979                 Add ability to edit the signature file
6980                 from the account preferences, and use
6981                 a default for the text editor.
6982                 Patch by Fabien Vantard
6983
6984 2006-02-01 [colin]      2.0.0cvs6
6985
6986         * src/mimeview.c
6987                 Try to get mime type by extension if it is
6988                 application/octet-stream
6989                 Display a window with possible choices when
6990                 encountering unknown mime types
6991         * src/gtk/filesel.c
6992         * src/gtk/filesel.h
6993                 Add preview
6994                 Allow multiple selection in filtered filesel
6995                 (patch by Fabien Vantard)
6996         * src/gtk/pluginwindow.c
6997                 Use it (patch by Fabien Vantard)
6998
6999 2006-02-01 [paul]       2.0.0cvs5
7000
7001         * src/jpilot.c
7002                 fix crash on creating jpilot address book
7003                 Thanks to Colin - FOR_STABLE
7004         * src/prefs_summaries.c
7005         * src/prefs_wrapping.c
7006         * src/gtk/icon_legend.c
7007         * src/gtk/quicksearch.c
7008                 string fixes and additions
7009
7010 2006-02-01 [paul]       2.0.0cvs4
7011
7012         * src/compose.c
7013         * src/mainwindow.c
7014         * src/messageview.c
7015         * src/prefs_send.c
7016                 add Arabic encoding option
7017                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
7018
7019 2006-01-31 [colin]      2.0.0cvs3
7020
7021         * src/plugins/pgpcore/passphrase.c
7022                 Convert passphrase to locale encoding
7023         * src/compose.c
7024                 Fix drafting on IMAP. Crappy bug sneaked in
7025                 the release :-/
7026         FOR_STABLE
7027
7028 2006-01-30 [paul]       2.0.0cvs2
7029
7030         * src/gtk/icon_legend.c
7031                 show the new entries
7032
7033 2006-01-30 [colin]      2.0.0cvs1
7034
7035         * src/manual.c
7036                 Check for the file to be present before 
7037                 enabling the menu - FOR_STABLE
7038         * src/gtk/icon_legend.c
7039                 Add folders icons (not all of them, there
7040                 are too much, but the most intriguing ones)
7041
7042 2006-01-30 [paul]       2.0.0
7043
7044         version 2.0.0 released
7045
7046 2006-01-30 [paul]       1.9.100cvs200
7047
7048         * manual/faq.xml
7049         * manual/gpl.xml
7050         * manual/intro.xml
7051         * manual/starting.xml
7052         * manual/sylpheed-claws-manual.xml
7053                 fixes, additions
7054
7055 2006-01-29 [mones]      1.9.100cvs199
7056
7057         * manual/account.xml
7058         * manual/advanced.xml
7059         * manual/glossary.xml
7060                 Some typos fixed, added LDIF term to glossary
7061         * po/es.po
7062                 Fixed leading plus symbol
7063
7064 2006-01-29 [paul]       1.9.100cvs198
7065
7066         * po/fi.po
7067         * po/sk.po
7068                 updated by Tommi Pirinen and Andrej Kacian
7069
7070 2006-01-29 [paul]       1.9.100cvs197
7071
7072         * src/gtk/authors.h
7073                 remove duplicates
7074
7075 2006-01-29 [paul]       1.9.100cvs196
7076
7077         * AUTHORS
7078         * po/nl.po
7079         * src/gtk/authors.h
7080         * tools/claws.i18n.status.pl
7081                 nl translation updated by Tim Dijkstra
7082
7083 2006-01-29 [paul]       1.9.100cvs195
7084
7085         * po/sr.po
7086         * po/sv.po
7087                 updated by Aleksandar Urosevic and Anders Troback
7088
7089 2006-01-28 [colin]      1.9.100cvs194
7090
7091         * src/gtk/gtksourceprintjob.c
7092                 Don't fiddle with PangoLayout when we
7093                 have an image
7094
7095 2006-01-28 [paul]       1.9.100cvs193
7096
7097         * AUTHORS
7098         * po/el.po
7099         * po/zh_CN.po
7100         * src/gtk/authors.h
7101         * tools/claws.i18n.status.pl
7102                 updated translations submitted by Stavros Giannouris
7103                 and Ralgh Young
7104
7105 2006-01-27 [colin]      1.9.100cvs192
7106
7107         * src/summaryview.c
7108         * src/gtk/gtksourceprintjob.c
7109                 Add image printing 
7110                 (libgnomeprint only, of course)
7111
7112 2006-01-27 [paul]       1.9.100cvs191
7113
7114         * po/fr.po
7115         * po/it.po
7116                 updated by Fabien Vantard and Andrea Spadaccini
7117
7118 2006-01-26 [colin]      1.9.100cvs190
7119
7120         * manual/Makefile.am
7121         * configure.ac
7122                 Make building the manual optional 
7123                 (--disable-manual)
7124
7125 2006-01-26 [paul]       1.9.100cvs189
7126
7127         * manual/glossary.xml
7128         * manual/plugins.xml
7129                 edited
7130         * po/en_GB.po
7131                 updated
7132
7133 2006-01-26 [paul]       1.9.100cvs188
7134
7135         * src/prefs_display_header.c
7136         * src/prefs_folder_column.c
7137         * src/prefs_msg_colors.c
7138         * src/prefs_summaries.c
7139         * src/prefs_summary_column.c
7140                 HIGify
7141
7142 2006-01-25 [colin]      1.9.100cvs187
7143
7144         * src/imap.c
7145                 Don't allow moving/copying mails between
7146                 queue/drafts and non-queue/drafts folders
7147                 Fixes bug #897 (message header is resetted 
7148                 if one is copied to Drafts)
7149
7150 2006-01-25 [colin]      1.9.100cvs186
7151
7152         * src/folder.c
7153         * src/mainwindow.c
7154                 Fix subscribed folders not found
7155         * src/compose.c
7156                 Don't try to encode as original mail's charset
7157                 if it's ascii 
7158
7159 2006-01-25 [paul]       1.9.100cvs185
7160
7161         * AUTHORS
7162         * po/Makevars
7163                 updated
7164         * po/de.po
7165         * po/pl.po
7166         * po/pt_BR.po
7167         * po/sr.po
7168                 updates submitted by Stephan Sachse, Emilian Nowak
7169                 and Quar, Frederico Goncalves Guimaraes, and
7170                 Aleksandar Urosevic
7171                 Fix Bug 896, 'PT_BR locale broken'.
7172         * src/gtk/authors.h
7173                 updated
7174
7175 2006-01-24 [mones]      1.9.100cvs184
7176
7177         * manual/glossary.xml
7178                 All current terms finished. Reviewers welcome ;-)
7179         * manual/keyboard.xml
7180                 Fixed column width for pdf output.
7181         * po/es.po
7182                 Updated
7183
7184 2006-01-24 [paul]       1.9.100cvs183
7185
7186         * manual/glossary.xml
7187                 fix id name
7188         * manual/dist/html/Makefile.am
7189         * manual/dist/pdf/Makefile.am
7190         * manual/dist/ps/Makefile.am
7191         * manual/dist/txt/Makefile.am
7192                 fix make deps
7193                 Thanks to Colin
7194
7195 2006-01-24 [mones]      1.9.100cvs182
7196
7197         * manual/glossary.xml
7198                 Nearly finished, some terms missing.
7199
7200 2006-01-23 [paul]       1.9.100cvs181
7201
7202         * manual/dist/html/Makefile.am
7203         * manual/dist/pdf/Makefile.am
7204         * manual/dist/ps/Makefile.am
7205         * manual/dist/txt/Makefile.am
7206         * src/mainwindow.c
7207                 re-enable manual
7208                 Thanks to Colin
7209
7210 2006-01-22 [colin]      1.9.100cvs180
7211
7212         * src/compose.c
7213         * src/gtk/gtkaspell.c
7214                 Don't deselect stuff before right-clicking, with aspell.
7215                 (This prevented right-click Copy, for example).
7216                 Thanks to Clo!
7217
7218 2006-01-22 [paul]       1.9.100cvs179
7219
7220         * src/summary_search.c
7221                 don't fix the widget size as it causes problems
7222                 under localisation.
7223                 Thanks to Emilian Nowak
7224
7225 2006-01-21 [paul]       1.9.100cvs178
7226
7227         * src/prefs_themes.c
7228                 fix broken underlining of label text
7229                 with some translations
7230
7231 2006-01-21 [colin]      1.9.100cvs177
7232
7233         * po/fr.po
7234                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7235
7236 2006-01-20 [colin]      1.9.100cvs176
7237
7238         * configure.ac
7239         * Makefile.am
7240         * manual/Makefile
7241         * manual/dist/html/.cvsignore
7242         * manual/dist/html/Makefile.am
7243         * manual/dist/pdf/.cvsignore
7244         * manual/dist/pdf/Makefile.am
7245         * manual/dist/ps/.cvsignore
7246         * manual/dist/ps/Makefile.am
7247         * manual/dist/txt/.cvsignore
7248         * manual/dist/txt/Makefile.am
7249                 Autotool-ize manual
7250
7251 2006-01-20 [paul]       1.9.100cvs175
7252
7253         * manual/handling.xml
7254                 make Filtering and Searching entries easier to find
7255         * manual/keyboard.xml
7256                 add the remaining default keybinds
7257         * src/prefs_summaries.c
7258                 update the default keybinds
7259
7260 2006-01-20 [paul]       1.9.100cvs174
7261
7262         * src/addressbook.c
7263         * src/addrgather.c
7264         * src/addrharvest.c
7265         * src/editaddress.c
7266         * src/editgroup.c
7267         * src/exphtmldlg.c
7268         * src/expldifdlg.c
7269         * src/exporthtml.c
7270         * src/exportldif.c
7271         * src/ldif.c
7272                 replace 'e-mail' with 'email'
7273         * src/summary_search.c
7274                 add mnemonic to "Find all" button
7275
7276 2006-01-20 [wwp]        1.9.100cvs173
7277
7278         * src/export.c
7279         * src/import.c
7280                 touched mbox import/export buttons for HIG-compliance
7281
7282 2006-01-19 [paul]       1.9.100cvs172
7283
7284         * manual/account.xml
7285         * manual/addrbook.xml
7286         * manual/advanced.xml
7287         * manual/faq.xml
7288         * manual/handling.xml
7289         * manual/intro.xml
7290         * manual/plugins.xml
7291         * manual/starting.xml
7292                 more editing
7293
7294 2006-01-19 [paul]       1.9.100cvs171
7295
7296         * src/toolbar.c
7297                 allow use of trash button while receiving
7298                 Thanks to Colin
7299
7300 2006-01-19 [wwp]        1.9.100cvs170
7301
7302         * src/gtk/quicksearch.c
7303         * src/compose.c
7304                 force text color to black when yellow background is set
7305
7306 2006-01-19 [colin]      1.9.100cvs169
7307
7308         * src/plugins/trayicon/trayicon.c
7309                 Gray out Get Mail when already getting mail
7310
7311 2006-01-18 [paul]       1.9.100cvs168
7312
7313         * src/compose.c
7314                 give widget yellow background was To is
7315                 set via folder prefs
7316         * src/gtk/quicksearch.c
7317                 give widget yellow background when quick
7318                 search is active.
7319                 Thanks to Colin
7320
7321 2006-01-18 [paul]       1.9.100cvs167
7322
7323         * doc/man/sylpheed-claws.1
7324                 add --subscribe option
7325
7326 2006-01-18 [paul]       1.9.100cvs166
7327
7328         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7329         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7330                 use %U instead of %F (%F is broken for user installed
7331                 files in kde 3.5)
7332
7333 2006-01-18 [colin]      1.9.100cvs165
7334
7335         * src/summaryview.c
7336                 Default to Yes in "No more * messages" dialogs
7337
7338 2006-01-17 [colin]      1.9.100cvs164
7339
7340         * src/compose.c
7341                 Possibly fix an invalid iterator causing
7342                 crash
7343
7344 2006-01-17 [colin]      1.9.100cvs163
7345
7346         * src/mimeview.c
7347                 Fix crash when the image disappears under the
7348                 image viewer
7349
7350 2006-01-16 [colin]      1.9.100cvs162
7351
7352         * src/compose.c
7353                 Fix reenabling autowrap
7354
7355 2006-01-16 [colin]      1.9.100cvs161
7356
7357         * src/compose.c
7358                 reset quote_len before getting quote_str
7359
7360 2006-01-16 [colin]      1.9.100cvs160
7361
7362         * src/account.c
7363         * src/account.h
7364         * src/folder.c
7365         * src/imap_gtk.c
7366         * src/mh_gtk.c
7367                 Fix bug #883 (default inbox does not track folder move)
7368
7369 2006-01-16 [colin]      1.9.100cvs159
7370
7371         * src/compose.c
7372         * src/plugins/pgpcore/passphrase.c
7373                 More buttons fixes
7374
7375 2006-01-16 [paul]       1.9.100cvs158
7376
7377         * src/prefs_actions.c
7378         * src/prefs_filtering_action.c
7379         * src/prefs_matcher.c
7380         * src/quote_fmt.c
7381         * src/gtk/description_window.c
7382         * src/gtk/description_window.h
7383         * src/gtk/quicksearch.c
7384                 description window cleanups
7385
7386 2006-01-15 [colin]      1.9.100cvs157
7387
7388         * src/addressbook.c
7389         * src/prefs_filtering.c
7390                 Same here
7391
7392 2006-01-15 [colin]      1.9.100cvs156
7393
7394         * src/folderview.c
7395         * src/mainwindow.c
7396                 Same for "Empty trash"
7397
7398 2006-01-15 [colin]      1.9.100cvs155
7399
7400         * src/inc.c
7401                 Override offline dialog had Yes by default
7402
7403 2006-01-15 [colin]      1.9.100cvs154
7404
7405         * src/summaryview.c
7406                 Delete selected messages? previously had Yes the default
7407
7408 2006-01-15 [colin]      1.9.100cvs153
7409
7410         * src/folder.c
7411         * src/folder.h
7412         * src/main.c
7413                 Check if a mailbox is loaded after all
7414                 plugins are loaded.
7415
7416 2006-01-15 [colin]      1.9.100cvs152
7417
7418         * src/folder.c
7419                 Don't start wizard when there are unloaded folders (will help
7420                 people with only mbox or maildir mailboxes)
7421
7422 2006-01-14 [colin]      1.9.100cvs151
7423
7424         * src/addressbook.c
7425         * src/expldifdlg.c
7426         * src/importldif.c
7427         * src/importmutt.c
7428         * src/importpine.c
7429         * src/mh_gtk.c
7430                 More HIG compliance and fixes
7431
7432 2006-01-14 [colin]      1.9.100cvs150
7433
7434         * src/prefs_filtering_action.c
7435         * src/foldersel.c
7436                 Two forgotten button order changes
7437
7438 2006-01-14 [colin]      1.9.100cvs149
7439
7440         * src/account.c
7441         * src/addressbook.c
7442         * src/compose.c
7443         * src/folderview.c
7444         * src/imap_gtk.c
7445         * src/mainwindow.c
7446         * src/mh_gtk.c
7447         * src/news_gtk.c
7448         * src/prefs_actions.c
7449         * src/prefs_customheader.c
7450         * src/prefs_filtering.c
7451         * src/prefs_matcher.c
7452         * src/prefs_template.c
7453         * src/ssl_manager.c
7454         * src/summaryview.c
7455         * src/textview.c
7456         * src/toolbar.c
7457                 All deletion confirmations are now "Cancel, Delete" 
7458                 instead of "No, Yes"
7459                 Clarified most of the other "No, Yes" to 
7460                 "Cancel, Descriptive_action"
7461                 Rechanged the "Entry not saved" alerts to have 
7462                 "Close, Continue editing"
7463
7464
7465 2006-01-14 [paul]
7466
7467         * 2.0.0-rc4 released
7468
7469 2006-01-14 [paul]       1.9.100cvs148
7470
7471         * src/account.c
7472         * src/addressadd.c
7473         * src/addressbook.c
7474         * src/compose.c
7475         * src/editaddress.c
7476         * src/editbook.c
7477         * src/editgroup.c
7478         * src/editjpilot.c
7479         * src/editldap.c
7480         * src/editvcard.c
7481         * src/exphtmldlg.c
7482         * src/expldifdlg.c
7483         * src/folderview.c
7484         * src/grouplistdialog.c
7485         * src/imap_gtk.c
7486         * src/importmutt.c
7487         * src/importpine.c
7488         * src/inc.c
7489         * src/main.c
7490         * src/mainwindow.c
7491         * src/message_search.c
7492         * src/messageview.c
7493         * src/mh_gtk.c
7494         * src/mimeview.c
7495         * src/news_gtk.c
7496         * src/prefs_actions.c
7497         * src/prefs_customheader.c
7498         * src/prefs_filtering.c
7499         * src/prefs_matcher.c
7500         * src/prefs_template.c
7501         * src/prefs_themes.c
7502         * src/ssl_manager.c
7503         * src/summary_search.c
7504         * src/summaryview.c
7505         * src/textview.c
7506         * src/toolbar.c
7507         * src/gtk/foldersort.c
7508         * src/gtk/gtkaspell.c
7509         * src/gtk/inputdialog.c
7510         * src/gtk/prefswindow.c
7511         * src/plugins/pgpcore/select-keys.c
7512         * src/plugins/trayicon/trayicon.c
7513                 HIG compliant button order
7514
7515 2006-01-14 [mones]      1.9.100cvs147
7516
7517         * po/es.po
7518                 Updated translation
7519
7520 2006-01-13 [paul]       1.9.100cvs146
7521
7522         * AUTHORS
7523         * ChangeLog
7524         * src/gtk/authors.h
7525                 add Joshua M. Kwan to contributors list
7526
7527 2006-01-13 [colin]      1.9.100cvs145
7528
7529         * src/gtk/quicksearch.c
7530                 Don't refocus quick search after executing (Esc or Enter)
7531                 Allows to '/'search something then move up/down in 
7532                 summaryview, and to Esc a search and be back in the 
7533                 summaryview
7534
7535 2006-01-13 [paul]       1.9.100cvs144
7536
7537         * src/plugins/pgpinline/pgpinline.c
7538                 support Content-Type 'application/pgp'
7539                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7540
7541 2006-01-13 [paul]       1.9.100cvs143
7542
7543         * manual/account.xml
7544                 make mention of partial retrieval
7545                 thanks to Colin
7546
7547 2006-01-13 [paul]       1.9.100cvs142
7548
7549         * src/account.c
7550         * src/account.h
7551         * src/action.c
7552         * src/action.h
7553         * src/adbookbase.h
7554         * src/addr_compl.c
7555         * src/addr_compl.h
7556         * src/addrbook.c
7557         * src/addrcache.c
7558         * src/addrcache.h
7559         * src/addrcindex.c
7560         * src/addrcindex.h
7561         * src/addrclip.c
7562         * src/addrclip.h
7563         * src/addrdefs.h
7564         * src/addressadd.c
7565         * src/addressadd.h
7566         * src/addressbook.c
7567         * src/addressbook.h
7568         * src/addrgather.c
7569         * src/addrgather.h
7570         * src/addrharvest.c
7571         * src/addrharvest.h
7572         * src/addrindex.c
7573         * src/addrindex.h
7574         * src/addritem.c
7575         * src/addritem.h
7576         * src/addrquery.c
7577         * src/addrquery.h
7578         * src/addrselect.c
7579         * src/addrselect.h
7580         * src/alertpanel.c
7581         * src/alertpanel.h
7582         * src/browseldap.c
7583         * src/browseldap.h
7584         * src/codeconv.c
7585         * src/codeconv.h
7586         * src/compose.c
7587         * src/compose.h
7588         * src/customheader.c
7589         * src/customheader.h
7590         * src/displayheader.c
7591         * src/displayheader.h
7592         * src/editaddress.c
7593         * src/editaddress.h
7594         * src/editbook.c
7595         * src/editbook.h
7596         * src/editgroup.c
7597         * src/editgroup.h
7598         * src/editjpilot.c
7599         * src/editjpilot.h
7600         * src/editldap.c
7601         * src/editldap.h
7602         * src/editldap_basedn.c
7603         * src/editldap_basedn.h
7604         * src/editvcard.c
7605         * src/editvcard.h
7606         * src/exphtmldlg.c
7607         * src/exphtmldlg.h
7608         * src/expldifdlg.c
7609         * src/expldifdlg.h
7610         * src/export.h
7611         * src/exporthtml.c
7612         * src/exporthtml.h
7613         * src/exportldif.c
7614         * src/exportldif.h
7615         * src/filtering.c
7616         * src/filtering.h
7617         * src/folder.c
7618         * src/folder.h
7619         * src/folder_item_prefs.c
7620         * src/folder_item_prefs.h
7621         * src/foldersel.c
7622         * src/foldersel.h
7623         * src/folderutils.c
7624         * src/folderutils.h
7625         * src/folderview.c
7626         * src/folderview.h
7627         * src/grouplistdialog.c
7628         * src/grouplistdialog.h
7629         * src/headerview.c
7630         * src/html.c
7631         * src/html.h
7632         * src/image_viewer.c
7633         * src/image_viewer.h
7634         * src/imap.c
7635         * src/imap.h
7636         * src/imap_gtk.c
7637         * src/imap_gtk.h
7638         * src/import.h
7639         * src/importldif.c
7640         * src/importldif.h
7641         * src/importmutt.c
7642         * src/importmutt.h
7643         * src/importpine.c
7644         * src/importpine.h
7645         * src/inc.c
7646         * src/inc.h
7647         * src/jpilot.c
7648         * src/jpilot.h
7649         * src/ldapctrl.c
7650         * src/ldapctrl.h
7651         * src/ldaplocate.c
7652         * src/ldaplocate.h
7653         * src/ldapquery.c
7654         * src/ldapquery.h
7655         * src/ldapserver.c
7656         * src/ldapserver.h
7657         * src/ldaputil.c
7658         * src/ldaputil.h
7659         * src/ldif.c
7660         * src/ldif.h
7661         * src/main.c
7662         * src/main.h
7663         * src/mainwindow.c
7664         * src/mainwindow.h
7665         * src/manual.c
7666         * src/manual.h
7667         * src/mbox.c
7668         * src/mbox.h
7669         * src/message_search.c
7670         * src/message_search.h
7671         * src/messageview.c
7672         * src/messageview.h
7673         * src/mh.c
7674         * src/mh.h
7675         * src/mh_gtk.c
7676         * src/mh_gtk.h
7677         * src/mimeview.c
7678         * src/mimeview.h
7679         * src/msgcache.c
7680         * src/msgcache.h
7681         * src/mutt.c
7682         * src/mutt.h
7683         * src/news.c
7684         * src/news.h
7685         * src/news_gtk.c
7686         * src/news_gtk.h
7687         * src/partial_download.c
7688         * src/partial_download.h
7689         * src/pine.c
7690         * src/pine.h
7691         * src/pop.c
7692         * src/pop.h
7693         * src/prefs_account.c
7694         * src/prefs_account.h
7695         * src/prefs_actions.c
7696         * src/prefs_actions.h
7697         * src/prefs_common.c
7698         * src/prefs_common.h
7699         * src/prefs_compose_writing.c
7700         * src/prefs_compose_writing.h
7701         * src/prefs_customheader.c
7702         * src/prefs_customheader.h
7703         * src/prefs_display_header.c
7704         * src/prefs_display_header.h
7705         * src/prefs_filtering.c
7706         * src/prefs_filtering.h
7707         * src/prefs_filtering_action.c
7708         * src/prefs_filtering_action.h
7709         * src/prefs_folder_column.c
7710         * src/prefs_folder_column.h
7711         * src/prefs_folder_item.c
7712         * src/prefs_folder_item.h
7713         * src/prefs_fonts.c
7714         * src/prefs_fonts.h
7715         * src/prefs_gtk.c
7716         * src/prefs_gtk.h
7717         * src/prefs_image_viewer.c
7718         * src/prefs_image_viewer.h
7719         * src/prefs_matcher.c
7720         * src/prefs_matcher.h
7721         * src/prefs_message.c
7722         * src/prefs_msg_colors.c
7723         * src/prefs_msg_colors.h
7724         * src/prefs_other.c
7725         * src/prefs_quote.c
7726         * src/prefs_receive.c
7727         * src/prefs_send.c
7728         * src/prefs_spelling.c
7729         * src/prefs_spelling.h
7730         * src/prefs_summaries.c
7731         * src/prefs_summaries.h
7732         * src/prefs_summary_column.c
7733         * src/prefs_summary_column.h
7734         * src/prefs_template.c
7735         * src/prefs_template.h
7736         * src/prefs_themes.c
7737         * src/prefs_themes.h
7738         * src/prefs_toolbar.c
7739         * src/prefs_toolbar.h
7740         * src/prefs_wrapping.c
7741         * src/prefs_wrapping.h
7742         * src/privacy.c
7743         * src/privacy.h
7744         * src/procheader.c
7745         * src/procheader.h
7746         * src/procmime.c
7747         * src/procmime.h
7748         * src/procmsg.c
7749         * src/procmsg.h
7750         * src/quote_fmt.c
7751         * src/quote_fmt_parse.y
7752         * src/recv.c
7753         * src/recv.h
7754         * src/remotefolder.c
7755         * src/remotefolder.h
7756         * src/send_message.c
7757         * src/send_message.h
7758         * src/setup.c
7759         * src/setup.h
7760         * src/sourcewindow.c
7761         * src/sourcewindow.h
7762         * src/ssl_manager.c
7763         * src/ssl_manager.h
7764         * src/statusbar.c
7765         * src/statusbar.h
7766         * src/stock_pixmap.c
7767         * src/stock_pixmap.h
7768         * src/summary_search.c
7769         * src/summary_search.h
7770         * src/summaryview.c
7771         * src/summaryview.h
7772         * src/syldap.c
7773         * src/syldap.h
7774         * src/textview.c
7775         * src/textview.h
7776         * src/toolbar.c
7777         * src/toolbar.h
7778         * src/undo.c
7779         * src/undo.h
7780         * src/unmime.c
7781         * src/unmime.h
7782         * src/vcard.c
7783         * src/vcard.h
7784         * src/wizard.c
7785         * src/wizard.h
7786         * src/common/base64.c
7787         * src/common/base64.h
7788         * src/common/defs.h
7789         * src/common/hooks.c
7790         * src/common/hooks.h
7791         * src/common/log.c
7792         * src/common/log.h
7793         * src/common/mgutils.c
7794         * src/common/mgutils.h
7795         * src/common/nntp.c
7796         * src/common/nntp.h
7797         * src/common/passcrypt.c
7798         * src/common/passcrypt.h.in
7799         * src/common/plugin.c
7800         * src/common/plugin.h
7801         * src/common/prefs.c
7802         * src/common/prefs.h
7803         * src/common/progressindicator.c
7804         * src/common/progressindicator.h
7805         * src/common/quoted-printable.c
7806         * src/common/quoted-printable.h
7807         * src/common/session.c
7808         * src/common/session.h
7809         * src/common/smtp.c
7810         * src/common/smtp.h
7811         * src/common/socket.c
7812         * src/common/socket.h
7813         * src/common/ssl.c
7814         * src/common/ssl.h
7815         * src/common/ssl_certificate.c
7816         * src/common/ssl_certificate.h
7817         * src/common/stringtable.c
7818         * src/common/stringtable.h
7819         * src/common/sylpheed.c
7820         * src/common/sylpheed.h
7821         * src/common/template.c
7822         * src/common/template.h
7823         * src/common/timing.h
7824         * src/common/utils.c
7825         * src/common/utils.h
7826         * src/common/version.h.in
7827         * src/common/xml.c
7828         * src/common/xml.h
7829         * src/common/xmlprops.c
7830         * src/common/xmlprops.h
7831         * src/gtk/colorlabel.c
7832         * src/gtk/colorsel.c
7833         * src/gtk/colorsel.h
7834         * src/gtk/description_window.c
7835         * src/gtk/description_window.h
7836         * src/gtk/filesel.c
7837         * src/gtk/filesel.h
7838         * src/gtk/foldersort.c
7839         * src/gtk/foldersort.h
7840         * src/gtk/gtkutils.c
7841         * src/gtk/gtkutils.h
7842         * src/gtk/inputdialog.c
7843         * src/gtk/inputdialog.h
7844         * src/gtk/logwindow.c
7845         * src/gtk/logwindow.h
7846         * src/gtk/manage_window.c
7847         * src/gtk/manage_window.h
7848         * src/gtk/menu.c
7849         * src/gtk/menu.h
7850         * src/gtk/pluginwindow.c
7851         * src/gtk/pluginwindow.h
7852         * src/gtk/prefswindow.c
7853         * src/gtk/prefswindow.h
7854         * src/gtk/progressdialog.c
7855         * src/gtk/progressdialog.h
7856         * src/gtk/sslcertwindow.c
7857         * src/gtk/sslcertwindow.h
7858         * src/plugins/clamav/clamav_plugin.c
7859         * src/plugins/clamav/clamav_plugin.h
7860         * src/plugins/clamav/clamav_plugin_gtk.c
7861         * src/plugins/demo/demo.c
7862         * src/plugins/dillo_viewer/dillo_prefs.c
7863         * src/plugins/dillo_viewer/dillo_prefs.h
7864         * src/plugins/dillo_viewer/dillo_viewer.c
7865         * src/plugins/pgpcore/passphrase.c
7866         * src/plugins/pgpcore/passphrase.h
7867         * src/plugins/pgpcore/plugin.c
7868         * src/plugins/pgpcore/select-keys.c
7869         * src/plugins/pgpcore/select-keys.h
7870         * src/plugins/pgpcore/sgpgme.c
7871         * src/plugins/pgpcore/sgpgme.h
7872         * src/plugins/pgpinline/pgpinline.c
7873         * src/plugins/pgpinline/pgpinline.h
7874         * src/plugins/pgpinline/plugin.c
7875         * src/plugins/pgpmime/pgpmime.c
7876         * src/plugins/pgpmime/pgpmime.h
7877         * src/plugins/pgpmime/plugin.c
7878         * src/plugins/spamassassin/spamassassin.c
7879         * src/plugins/spamassassin/spamassassin.h
7880         * src/plugins/spamassassin/spamassassin_gtk.c
7881         * src/plugins/trayicon/trayicon.c
7882                 update copyright header
7883
7884 2006-01-13 [paul]       1.9.100cvs141
7885
7886         * src/account.c
7887         * src/export.c
7888         * src/import.c
7889         * src/mainwindow.c
7890         * src/prefs_account.c
7891         * src/prefs_display_header.c
7892         * src/prefs_receive.c
7893         * src/prefs_send.c
7894         * src/prefs_summaries.c
7895         * src/prefs_themes.c
7896         * src/prefs_toolbar.c
7897         * src/gtk/about.c
7898                 various cleanups
7899
7900 2006-01-12 [colin]      1.9.100cvs140
7901
7902         * src/folder.c
7903         * src/folder.h
7904         * src/main.c
7905                 Add --subscribe option
7906                 Let sylpheed-claws email@domain.com equivalent to --compose
7907                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7908
7909 2006-01-12 [paul]       1.9.100cvs139
7910
7911         * src/mainwindow.c
7912                 append 'Change folder order' label with '...'
7913         * src/prefs_actions.c
7914                 allow reordering of actions list by dnd
7915         * src/gtk/foldersort.c
7916                 make the dialog nicer
7917
7918 2006-01-11 [colin]      1.9.100cvs138
7919
7920         * src/compose.c
7921                 Allow templates without text
7922
7923 2006-01-11 [paul]       1.9.100cvs137
7924
7925         * tools/README
7926         * tools/filter_conv_new.pl
7927                 add info to README
7928                 also check .sylpheed for filter.xml
7929                 be a bit informative to the user
7930
7931 2006-01-11 [colin]      1.9.100cvs136
7932
7933         * src/textview.c
7934                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7935
7936 2006-01-10 [paul]       1.9.100cvs135
7937
7938         * tools/Makefile.am
7939         * tools/filter_conv_new.pl
7940                 add script to convert new style Sylpheed
7941                 filter rules (Sylpheed >= 0.9.99) to
7942                 Claws filtering rules
7943
7944 2006-01-10 [colin]      1.9.100cvs134
7945
7946         * src/compose.c
7947                 Fix broken line joins in certain conditions
7948                 (between two quoted lines: <enter><enter><up>
7949                  <type a wrapped sentence><go in the first line>
7950                  <insert more text><watch as line joining failed>)
7951
7952 2006-01-10 [paul]       1.9.100cvs133
7953
7954         * src/compose.c
7955                 don't report success in error dialog
7956                 thanks to Colin
7957         * src/common/utils.c
7958                 include some trailing punctuations as URI
7959                 thanks to Hiro
7960
7961 2006-01-10 [paul]       1.9.100cvs132
7962
7963         * src/mimeview.c
7964                 fix incompatible pointer type
7965                 warning
7966
7967 2006-01-10 [paul]       1.9.100cvs131
7968
7969         * src/compose.c
7970                 change Subject in window title
7971                 instantaneously
7972
7973 2006-01-09 [colin]      1.9.100cvs130
7974
7975         * src/addressbook.c
7976         * src/headerview.c
7977         * src/mainwindow.c
7978         * src/messageview.c
7979         * src/mimeview.c
7980         * src/noticeview.c
7981         * src/summaryview.c
7982                 Fix possible crashes on exit and in addressbook
7983
7984 2006-01-09 [paul]       1.9.100cvs129
7985
7986         * src/prefs_msg_colors.c
7987                 some cleanups that I forgot last time
7988
7989 2006-01-09 [paul]       1.9.100cvs128
7990
7991         * README
7992         * src/folderview.c
7993         * src/prefs_msg_colors.c
7994                 add previously hidden option, color_new, to
7995                 the gui
7996                 move the page to Display/
7997                 rework the gui
7998
7999 2006-01-09 [wwp]        1.9.100cvs127
8000
8001         * src/prefs_themes.c
8002                 made the prefs/display/themes layouts spacing less condensed
8003                 (and so they match other prefs/pages' look).
8004
8005 2006-01-09 [paul]       1.9.100cvs126
8006
8007         * src/compose.c
8008         * src/prefs_common.c
8009         * src/prefs_common.h
8010         * src/prefs_wrapping.c
8011                 remove 'wrap at send' option
8012
8013 2006-01-06 [colin]      1.9.100cvs125
8014
8015         * src/compose.c
8016                 Just make completely sure we don't insert "manual line breaks" 
8017                 when wrapping... 
8018
8019 2006-01-04 [paul]
8020
8021         * 2.0.0-rc3 released
8022
8023 2006-01-04 [paul]       1.9.100cvs124
8024
8025         * src/folderview.c
8026                 fix bug 882, 'quick scroll in folder list
8027                 displays wrong folder contents'
8028
8029 2006-01-04 [paul]       1.9.100cvs123
8030
8031         * src/plugins/pgpmime/pgpmime.c
8032                 better debug information when signing
8033                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
8034
8035 2006-01-03 [colin]      1.9.100cvs122
8036
8037         * configure.ac
8038                 We need to recheck for gpgme 1.0.0 after checking
8039                 for 1.1.1, because if 1.1.1 isn't available, 
8040                 GPGME_LIBS and friends are blanked out by the 
8041                 second check.
8042
8043 2006-01-03 [colin]      1.9.100cvs121
8044
8045         * src/common/prefs.c
8046                 Windows unlink-before rename fix
8047         * src/plugins/pgpcore/sgpgme.c
8048                 Add support for PKA info if available
8049                 Both patches by Werner Koch
8050
8051 2006-01-03 [paul]       1.9.100cvs120
8052
8053         * src/messageview.c
8054                 fix bug 884, 'Send receipt' button visible in queue
8055                 Thanks to Colin
8056
8057 2006-01-02 [colin]      1.9.100cvs119
8058
8059         * src/compose.c
8060         * src/imap.c
8061                 Fix autosave on IMAP and more generally try to
8062                 return the correct ID on a newly added IMAP message
8063
8064 2006-01-02 [paul]       1.9.100cvs118
8065
8066         * manual/keyboard.xml
8067                 edited
8068
8069 2006-01-01 [paul]       1.9.100cvs117
8070
8071         * src/gtk/authors.h
8072                 alphabetical order
8073
8074 2005-12-30 [colin]      1.9.100cvs116
8075
8076         * manual/advanced.xml
8077                 Explain Pre/Post-processing differences.
8078
8079 2005-12-30 [colin]      1.9.100cvs115
8080
8081         * src/mh.c
8082                 Implement copy_msgs for a little optimization
8083         * src/imap.c
8084                 Finish yesterday's fix
8085
8086 2005-12-29 [colin]      1.9.100cvs114
8087
8088         * src/imap.c
8089                 Fix occasional failure in fetching a mail over
8090                 IMAP
8091
8092 2005-12-29 [colin]      1.9.100cvs113
8093
8094         * src/compose.c
8095                 Don't remove a draft when sending it, if it is 
8096                 locked.
8097
8098 2005-12-28 [colin]      1.9.100cvs112
8099
8100         * src/summaryview.c
8101                 Fix leak for real
8102
8103 2005-12-28 [wwp]        1.9.100cvs111
8104
8105         * doc/faq/.cvsignore
8106         * doc/faq/de/.cvsignore
8107         * doc/faq/en/.cvsignore
8108         * doc/faq/es/.cvsignore
8109         * doc/faq/fr/.cvsignore
8110         * doc/faq/it/.cvsignore
8111         * doc/manual/.cvsignore
8112         * doc/manual/de/.cvsignore
8113         * doc/manual/en/.cvsignore
8114         * doc/manual/es/.cvsignore
8115         * doc/manual/fr/.cvsignore
8116         * doc/manual/ja/.cvsignore
8117         * src/plugins/mathml_viewer/.cvsignore
8118                 rollback revival of those files (my bad, sorry for the noise).
8119
8120 2005-12-28 [wwp]        1.9.100cvs110
8121
8122         * src/compose.c
8123                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8124
8125 2005-12-28 [wwp]        1.9.100cvs109
8126
8127         * doc/faq/.cvsignore
8128         * doc/faq/de/.cvsignore
8129         * doc/faq/en/.cvsignore
8130         * doc/faq/es/.cvsignore
8131         * doc/faq/fr/.cvsignore
8132         * doc/faq/it/.cvsignore
8133         * doc/manual/.cvsignore
8134         * doc/manual/de/.cvsignore
8135         * doc/manual/en/.cvsignore
8136         * doc/manual/es/.cvsignore
8137         * doc/manual/fr/.cvsignore
8138         * doc/manual/ja/.cvsignore
8139         * src/plugins/mathml_viewer/.cvsignore
8140         * po/.cvsignore
8141                 more files to ignore.
8142
8143 2005-12-24 [colin]      1.9.100cvs108
8144
8145         * AUTHORS
8146         * src/gtk/authors.h
8147                 Update for Werner
8148
8149 2005-12-24 [colin]      1.9.100cvs107
8150
8151         * src/procmsg.c
8152                 Allow NULL src_msginfo in 
8153                 procmsg_msginfo_new_from_mimeinfo
8154
8155 2005-12-23 [paul]       1.9.100cvs106
8156
8157         * src/plugins/pgpinline/mypgpcore.def
8158                 add this forgotten file
8159
8160 2005-12-23 [colin]      1.9.100cvs105
8161
8162         * src/mainwindow.c
8163                 Fix missing break
8164
8165 2005-12-23 [colin]      1.9.100cvs104
8166
8167         * autogen.sh
8168         * src/folder.c
8169         * src/mh.c
8170         * src/common/plugin.c
8171         * src/common/socket.c
8172         * src/common/socket.h
8173         * src/common/utils.c
8174         * src/common/utils.h
8175         * src/gtk/pluginwindow.c
8176         * src/plugins/pgpcore/plugin.def
8177         * src/plugins/pgpcore/sylpheed.def
8178         * src/plugins/pgpinline/Makefile.am
8179         * src/plugins/pgpinline/plugin.def
8180         * src/plugins/pgpinline/sylpheed.def
8181         * src/plugins/pgpmime/plugin.def
8182         * src/plugins/pgpmime/sylpheed.def
8183                 Various w32 fixes by Werner Koch
8184
8185 2005-12-22 [paul]       1.9.100cvs103
8186
8187         * src/wizard.c
8188                 don't offer IMAP as 'server type' if
8189                 libetpan isn't built in
8190
8191 2005-12-22 [paul]       1.9.100cvs102
8192
8193         * AUTHORS
8194         * src/mainwindow.c
8195         * src/mainwindow.h
8196         * src/toolbar.c
8197         * src/gtk/authors.h
8198                 support GTK_TOOLBAR_BOTH_HORIZ (text
8199                 next to icon) Patch by Marien Zwart
8200                 marienz@users.sf.net
8201                 Also reword the text
8202
8203 2005-12-21 [colin]      1.9.100cvs101
8204
8205         * configure.ac
8206                 Fix DATADIRNAME
8207         * COPYING
8208                 Fix missing section and explicit the exception better
8209         * src/compose.c
8210                 Prevent mail from being lost without notice when an
8211                 SMTP error happens on trying to send an unmodified
8212                 drafted mail.
8213         * src/send_message.c
8214         * src/common/smtp.c
8215                 Fix password remembering when wrong, and add return
8216                 value checks where they should have been
8217         * src/plugins/pgpcore/sylpheed.def
8218         * src/plugins/pgpinline/sylpheed.def
8219         * src/plugins/pgpmime/sylpheed.def
8220                 Add a few symbols needed
8221
8222 2005-12-21 [paul]       1.9.100cvs100
8223
8224         * m4/codeset.m4
8225         * m4/glibc21.m4
8226         * m4/intdiv0.m4
8227         * m4/inttypes-pri.m4
8228         * m4/inttypes.m4
8229         * m4/inttypes_h.m4
8230         * m4/isc-posix.m4
8231         * m4/lcmessage.m4
8232         * m4/stdint_h.m4
8233         * m4/uintmax_t.m4
8234                 gettextization
8235                 thanks to Colin
8236
8237 2005-12-21 [paul]       1.9.100cvs99
8238
8239         * po/sv.po
8240                 fixed by Colin
8241
8242 2005-12-20 [paul]       1.9.100cvs98
8243
8244         * po/sv.po
8245                 updated by Anders Trobäck
8246
8247 2005-12-20 [colin]      1.9.100cvs97
8248
8249         * ABOUT-NLS
8250         * Makefile.am
8251         * autogen.sh
8252         * configure.ac
8253         * config/config.rpath
8254         * config/mkinstalldirs
8255         * m4/Makefile.am
8256         * m4/glibc2.m4
8257         * m4/gnupg.m4
8258         * m4/gpgme.m4
8259         * m4/intmax.m4
8260         * m4/longdouble.m4
8261         * m4/longlong.m4
8262         * m4/printf-posix.m4
8263         * m4/signed.m4
8264         * m4/size_max.m4
8265         * m4/ulonglong.m4
8266         * m4/wchar_t.m4
8267         * m4/wint_t.m4
8268         * m4/xsize.m4
8269         * po/Makefile.in.in
8270         * po/Makevars
8271         * po/bg.po
8272         * po/ca.po
8273         * po/cs.po
8274         * po/de.po
8275         * po/el.po
8276         * po/en_GB.po
8277         * po/es.po
8278         * po/fi.po
8279         * po/fr.po
8280         * po/hr.po
8281         * po/hu.po
8282         * po/it.po
8283         * po/ja.po
8284         * po/ko.po
8285         * po/nb.po
8286         * po/nl.po
8287         * po/pl.po
8288         * po/pt_BR.po
8289         * po/ru.po
8290         * po/sk.po
8291         * po/sr.po
8292         * po/stamp-po
8293         * po/sv.po
8294         * po/zh_CN.po
8295         * po/zh_TW.po
8296         * src/Makefile.am
8297         * src/codeconv.c
8298         * src/compose.c
8299         * src/exporthtml.c
8300         * src/exportldif.c
8301         * src/folder.c
8302         * src/main.c
8303         * src/manual.c
8304         * src/mh.c
8305         * src/mimeview.c
8306         * src/send_message.c
8307         * src/common/Makefile.am
8308         * src/common/fnmatch.c
8309         * src/common/fnmatch.h
8310         * src/common/fnmatch_loop.c
8311         * src/common/nntp.c
8312         * src/common/plugin.c
8313         * src/common/smtp.c
8314         * src/common/socket.c
8315         * src/common/string_match.c
8316         * src/common/sylpheed.c
8317         * src/common/utils.c
8318         * src/common/utils.h
8319         * src/common/w32_dirent.c
8320         * src/common/w32_reg.c
8321         * src/common/w32_signal.c
8322         * src/common/w32_stat.c
8323         * src/common/w32_stdio.c
8324         * src/common/w32_stdlib.c
8325         * src/common/w32_string.c
8326         * src/common/w32_time.c
8327         * src/common/w32_unistd.c
8328         * src/common/w32_wait.c
8329         * src/common/w32lib.h
8330         * src/etpan/Makefile.am
8331         * src/gtk/Makefile.am
8332         * src/plugins/clamav/Makefile.am
8333         * src/plugins/demo/Makefile.am
8334         * src/plugins/dillo_viewer/Makefile.am
8335         * src/plugins/pgpcore/Makefile.am
8336         * src/plugins/pgpcore/passphrase.c
8337         * src/plugins/pgpcore/plugin.def
8338         * src/plugins/pgpcore/sgpgme.c
8339         * src/plugins/pgpcore/sylpheed.def
8340         * src/plugins/pgpcore/version.rc
8341         * src/plugins/pgpinline/Makefile.am
8342         * src/plugins/pgpinline/plugin.def
8343         * src/plugins/pgpinline/sylpheed.def
8344         * src/plugins/pgpinline/version.rc
8345         * src/plugins/pgpmime/Makefile.am
8346         * src/plugins/pgpmime/mypgpcore.def
8347         * src/plugins/pgpmime/plugin.def
8348         * src/plugins/pgpmime/sylpheed.def
8349         * src/plugins/pgpmime/version.rc
8350         * src/plugins/spamassassin/Makefile.am
8351                 Very little ;-) patch from Werner Koch, providing
8352                 infrastructure for cross-compiling to Win32
8353
8354 2005-12-20 [paul]       1.9.100cvs96
8355
8356         * src/account.c
8357         * src/account.h
8358         * src/mainwindow.c
8359         * src/mainwindow.h
8360         * src/toolbar.c
8361         * src/toolbar.h
8362                 add a combo to the Get All button, allowing
8363                 quick retrieval from any account
8364                 Patch by Fabien Vantard, slightly modified
8365                 by Colin
8366         * src/gtk/about.c
8367                 i18n fix. Patch by Fabien Vantard
8368
8369 2005-12-19 [colin]      1.9.100cvs95
8370
8371         * src/compose.c
8372         * src/compose.h
8373                 Don't automatically join lines when they've 
8374                 been separated by the user and not automatically
8375
8376 2005-12-19 [paul]       1.9.100cvs94
8377
8378         * src/gtk/pluginwindow.c
8379                 i18n fix.
8380                 Patch by Fabien Vantard
8381
8382 2005-12-15 [paul]       1.9.100cvs93
8383
8384         * src/common/plugin.c
8385         * src/common/plugin.h
8386         * src/gtk/pluginwindow.c
8387         * src/plugins/clamav/clamav_plugin.c
8388         * src/plugins/demo/demo.c
8389         * src/plugins/dillo_viewer/dillo_viewer.c
8390         * src/plugins/pgpcore/plugin.c
8391         * src/plugins/pgpinline/plugin.c
8392         * src/plugins/pgpmime/plugin.c
8393         * src/plugins/spamassassin/spamassassin.c
8394         * src/plugins/trayicon/trayicon.c
8395                 add plugin_version()
8396
8397 2005-12-15 [colin]      1.9.100cvs92
8398
8399         * src/compose.c
8400                 Further fix bug #875
8401
8402 2005-12-15 [paul]       1.9.100cvs91
8403
8404         * src/gtk/filesel.c
8405                 fix attach_load_dir getting set to
8406                 PLUGINDIR on plugin load
8407
8408 2005-12-14 [mones]      1.9.100cvs90
8409
8410         * manual/ack.xml
8411         * manual/keyboard.xml
8412                 Initial draft and some shortcuts added
8413                 
8414         * po/es.po
8415                 Updated translation
8416
8417 2005-12-14 [colin]      1.9.100cvs89
8418
8419         * src/compose.c
8420         * src/imap.c
8421         * src/summaryview.c
8422         * src/gtk/gtkaspell.c
8423                 More leaks fixed
8424         * src/prefs_folder_item.c
8425                 Fix recursive prefs apply
8426
8427
8428 2005-12-14 [colin]      1.9.100cvs88
8429
8430         * src/compose.c
8431                 Fix bug #875 (Freeze On Inline Forward of 
8432                 Large Message)
8433
8434 2005-12-13 [colin]      1.9.100cvs87
8435
8436         * src/compose.c
8437                 Uniq-ify and sort the mimetypes list
8438                 Patch by Fabien Vantard
8439
8440 2005-12-13 [colin]      1.9.100cvs86
8441
8442         * src/imap.c
8443         * src/etpan/imap-thread.c
8444                 Fix leaks (patch by Hoa)
8445         * src/news.c
8446         * src/common/plugin.c
8447                 Fix leaks
8448
8449 2005-12-12 [colin]
8450
8451         * 2.0.0-rc2 released
8452
8453 2005-12-12 [colin]      1.9.100cvs85
8454
8455         * src/matcher.c
8456                 Fix a leak
8457
8458 2005-12-12 [wwp]        1.9.100cvs84
8459
8460         * src/gtk/icon_legend.c
8461                 fix misbehaviour and crash when closing the legend window
8462         using the Esc key (patch by Fabien Vantard).
8463
8464 2005-12-12 [paul]       1.9.100cvs83
8465
8466         * src/browseldap.c
8467         * src/foldersel.c
8468         * src/prefs_actions.c
8469         * src/prefs_filtering.c
8470         * src/prefs_matcher.c
8471         * src/prefs_spelling.glade      ** REMOVED **
8472         * src/prefs_template.c
8473         * src/gtk/foldersort.glade      ** REMOVED **
8474         * src/gtk/pluginwindow.c
8475         * src/gtk/pluginwindow.glade    ** REMOVED **
8476         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8477                 cleanups
8478
8479 2005-12-11 [paul]       1.9.100cvs82
8480
8481         * src/gtk/filesel.c
8482                 fix attach_load_dir crasher (double free)
8483
8484 2005-12-09 [paul]       1.9.100cvs81
8485
8486         * po/POTFILES.in
8487         * src/mainwindow.c
8488         * src/gtk/Makefile.am
8489         * src/gtk/icon_legend.c
8490         * src/gtk/icon_legend.h
8491                 add icon legend
8492         * src/manual.c
8493                 cleanup
8494
8495 2005-12-09 [paul]       1.9.100cvs80
8496
8497         * src/plugins/pgpcore/passphrase.c
8498                 wrap the label in the dialog
8499
8500 2005-12-09 [colin]      1.9.100cvs79
8501
8502         * src/plugins/pgpcore/sgpgme.c
8503                 Display (untrusted) on not trusted signatures
8504                 Patch by Michal Èihaø <michal@cihar.com>
8505                 Closes bug #867 (Report also key trust)
8506
8507 2005-12-09 [colin]      1.9.100cvs78
8508
8509         * src/common/plugin.c
8510                 Update licence check, following Eben Moglen's advice
8511
8512 2005-12-08 [colin]      1.9.100cvs77
8513
8514         * src/folder.c
8515                 Fix the occasionnal item->cache != NULL 
8516                 assertion failure. 
8517
8518 2005-12-08 [colin]      1.9.100cvs76
8519
8520         * src/mimeview.c
8521         * src/plugins/pgpcore/sgpgme.c
8522                 Print key id when unable to check it
8523                 Closes bug #866 (Show key id when missing)
8524
8525 2005-12-08 [paul]       1.9.100cvs75
8526
8527         * src/prefs_common.c
8528         * src/prefs_common.h
8529         * src/gtk/filesel.c
8530                 remember load attachment dir
8531
8532 2005-12-07 [colin]      1.9.100cvs74
8533
8534         * src/prefs_toolbar.c
8535                 Gtk fixes, patch by Fabien Vantard
8536
8537 2005-12-07 [colin]      1.9.100cvs73
8538
8539         * src/action.c
8540         * src/compose.c
8541         * src/compose.h
8542                 Fix bug #839 (Quoted text isn't colored after 
8543                 executing an action)
8544         * src/common/plugin.c
8545                 Require plugins to declare their licence in plugin_licence()
8546                 Refuse to load non-GPL plugins as they'd be illegal (as 
8547                 derived works of Sylpheed-Claws, they must be GPL).
8548         * src/plugins/clamav/clamav_plugin.c
8549         * src/plugins/demo/demo.c
8550         * src/plugins/dillo_viewer/dillo_viewer.c
8551         * src/plugins/pgpcore/plugin.c
8552         * src/plugins/pgpinline/plugin.c
8553         * src/plugins/pgpmime/plugin.c
8554         * src/plugins/spamassassin/spamassassin.c
8555         * src/plugins/trayicon/trayicon.c
8556                 Add plugin_licence()
8557
8558 2005-12-07 [paul]       1.9.100cvs72
8559
8560         * configure.ac
8561         * src/mainwindow.c
8562         * src/manual.c
8563         * src/manual.h
8564         * src/common/defs.h
8565                 clean up after local FAQ removal and
8566                 temporary manual removal
8567
8568 2005-12-06 [colin]      1.9.100cvs71
8569
8570         * configure.ac
8571         * doc/Makefile.am
8572         * doc/faq/.cvsignore
8573         * doc/faq/Makefile.am
8574         * doc/faq/de/.cvsignore
8575         * doc/faq/de/Makefile.am
8576         * doc/faq/de/sylpheed-faq-1.html
8577         * doc/faq/de/sylpheed-faq-2.html
8578         * doc/faq/de/sylpheed-faq-3.html
8579         * doc/faq/de/sylpheed-faq.html
8580         * doc/faq/en/.cvsignore
8581         * doc/faq/en/Makefile.am
8582         * doc/faq/en/sylpheed-faq-1.html
8583         * doc/faq/en/sylpheed-faq-2.html
8584         * doc/faq/en/sylpheed-faq-3.html
8585         * doc/faq/en/sylpheed-faq-4.html
8586         * doc/faq/en/sylpheed-faq.html
8587         * doc/faq/es/.cvsignore
8588         * doc/faq/es/Makefile.am
8589         * doc/faq/es/sylpheed-faq-1.html
8590         * doc/faq/es/sylpheed-faq-2.html
8591         * doc/faq/es/sylpheed-faq-3.html
8592         * doc/faq/es/sylpheed-faq-4.html
8593         * doc/faq/es/sylpheed-faq.html
8594         * doc/faq/fr/.cvsignore
8595         * doc/faq/fr/Makefile.am
8596         * doc/faq/fr/sylpheed-faq-1.html
8597         * doc/faq/fr/sylpheed-faq-2.html
8598         * doc/faq/fr/sylpheed-faq-3.html
8599         * doc/faq/fr/sylpheed-faq.html
8600         * doc/faq/it/.cvsignore
8601         * doc/faq/it/Makefile.am
8602         * doc/faq/it/sylpheed-faq-1.html
8603         * doc/faq/it/sylpheed-faq-2.html
8604         * doc/faq/it/sylpheed-faq-3.html
8605         * doc/faq/it/sylpheed-faq.html
8606         * doc/manual/.cvsignore
8607         * doc/manual/Makefile.am
8608         * doc/manual/de/.cvsignore
8609         * doc/manual/de/Makefile.am
8610         * doc/manual/de/sylpheed-1.html
8611         * doc/manual/de/sylpheed-10.html
8612         * doc/manual/de/sylpheed-11.html
8613         * doc/manual/de/sylpheed-12.html
8614         * doc/manual/de/sylpheed-13.html
8615         * doc/manual/de/sylpheed-14.html
8616         * doc/manual/de/sylpheed-15.html
8617         * doc/manual/de/sylpheed-16.html
8618         * doc/manual/de/sylpheed-17.html
8619         * doc/manual/de/sylpheed-18.html
8620         * doc/manual/de/sylpheed-19.html
8621         * doc/manual/de/sylpheed-2.html
8622         * doc/manual/de/sylpheed-20.html
8623         * doc/manual/de/sylpheed-3.html
8624         * doc/manual/de/sylpheed-4.html
8625         * doc/manual/de/sylpheed-5.html
8626         * doc/manual/de/sylpheed-6.html
8627         * doc/manual/de/sylpheed-7.html
8628         * doc/manual/de/sylpheed-8.html
8629         * doc/manual/de/sylpheed-9.html
8630         * doc/manual/de/sylpheed.html
8631         * doc/manual/en/.cvsignore
8632         * doc/manual/en/Makefile.am
8633         * doc/manual/en/sylpheed-1.html
8634         * doc/manual/en/sylpheed-10.html
8635         * doc/manual/en/sylpheed-11.html
8636         * doc/manual/en/sylpheed-12.html
8637         * doc/manual/en/sylpheed-13.html
8638         * doc/manual/en/sylpheed-14.html
8639         * doc/manual/en/sylpheed-15.html
8640         * doc/manual/en/sylpheed-16.html
8641         * doc/manual/en/sylpheed-17.html
8642         * doc/manual/en/sylpheed-18.html
8643         * doc/manual/en/sylpheed-19.html
8644         * doc/manual/en/sylpheed-2.html
8645         * doc/manual/en/sylpheed-20.html
8646         * doc/manual/en/sylpheed-21.html
8647         * doc/manual/en/sylpheed-22.html
8648         * doc/manual/en/sylpheed-3.html
8649         * doc/manual/en/sylpheed-4.html
8650         * doc/manual/en/sylpheed-5.html
8651         * doc/manual/en/sylpheed-6.html
8652         * doc/manual/en/sylpheed-7.html
8653         * doc/manual/en/sylpheed-8.html
8654         * doc/manual/en/sylpheed-9.html
8655         * doc/manual/en/sylpheed.html
8656         * doc/manual/es/.cvsignore
8657         * doc/manual/es/Makefile.am
8658         * doc/manual/es/sylpheed-1.html
8659         * doc/manual/es/sylpheed-10.html
8660         * doc/manual/es/sylpheed-11.html
8661         * doc/manual/es/sylpheed-12.html
8662         * doc/manual/es/sylpheed-13.html
8663         * doc/manual/es/sylpheed-14.html
8664         * doc/manual/es/sylpheed-15.html
8665         * doc/manual/es/sylpheed-16.html
8666         * doc/manual/es/sylpheed-17.html
8667         * doc/manual/es/sylpheed-18.html
8668         * doc/manual/es/sylpheed-19.html
8669         * doc/manual/es/sylpheed-2.html
8670         * doc/manual/es/sylpheed-20.html
8671         * doc/manual/es/sylpheed-3.html
8672         * doc/manual/es/sylpheed-4.html
8673         * doc/manual/es/sylpheed-5.html
8674         * doc/manual/es/sylpheed-6.html
8675         * doc/manual/es/sylpheed-7.html
8676         * doc/manual/es/sylpheed-8.html
8677         * doc/manual/es/sylpheed-9.html
8678         * doc/manual/es/sylpheed.html
8679         * doc/manual/fr/.cvsignore
8680         * doc/manual/fr/Makefile.am
8681         * doc/manual/fr/sylpheed-1.html
8682         * doc/manual/fr/sylpheed-10.html
8683         * doc/manual/fr/sylpheed-11.html
8684         * doc/manual/fr/sylpheed-12.html
8685         * doc/manual/fr/sylpheed-13.html
8686         * doc/manual/fr/sylpheed-14.html
8687         * doc/manual/fr/sylpheed-15.html
8688         * doc/manual/fr/sylpheed-16.html
8689         * doc/manual/fr/sylpheed-17.html
8690         * doc/manual/fr/sylpheed-18.html
8691         * doc/manual/fr/sylpheed-19.html
8692         * doc/manual/fr/sylpheed-2.html
8693         * doc/manual/fr/sylpheed-20.html
8694         * doc/manual/fr/sylpheed-3.html
8695         * doc/manual/fr/sylpheed-4.html
8696         * doc/manual/fr/sylpheed-5.html
8697         * doc/manual/fr/sylpheed-6.html
8698         * doc/manual/fr/sylpheed-7.html
8699         * doc/manual/fr/sylpheed-8.html
8700         * doc/manual/fr/sylpheed-9.html
8701         * doc/manual/fr/sylpheed.html
8702         * doc/manual/ja/.cvsignore
8703         * doc/manual/ja/Makefile.am
8704         * doc/manual/ja/sylpheed-1.html
8705         * doc/manual/ja/sylpheed-10.html
8706         * doc/manual/ja/sylpheed-11.html
8707         * doc/manual/ja/sylpheed-12.html
8708         * doc/manual/ja/sylpheed-13.html
8709         * doc/manual/ja/sylpheed-14.html
8710         * doc/manual/ja/sylpheed-15.html
8711         * doc/manual/ja/sylpheed-16.html
8712         * doc/manual/ja/sylpheed-17.html
8713         * doc/manual/ja/sylpheed-18.html
8714         * doc/manual/ja/sylpheed-19.html
8715         * doc/manual/ja/sylpheed-2.html
8716         * doc/manual/ja/sylpheed-20.html
8717         * doc/manual/ja/sylpheed-3.html
8718         * doc/manual/ja/sylpheed-4.html
8719         * doc/manual/ja/sylpheed-5.html
8720         * doc/manual/ja/sylpheed-6.html
8721         * doc/manual/ja/sylpheed-7.html
8722         * doc/manual/ja/sylpheed-8.html
8723         * doc/manual/ja/sylpheed-9.html
8724         * doc/manual/ja/sylpheed.html
8725         * doc/manual/ja/sylpheed.sgml
8726         * src/mainwindow.c
8727                 Remove outdated manual and faq. Noisy, eh?
8728
8729 2005-12-06 [colin]      1.9.100cvs70
8730
8731         * src/compose.c
8732         * src/quote_fmt_parse.y
8733         * src/undo.c
8734         * src/undo.h
8735                 Allow %X to position cursor at 0 
8736                 (no %X = before signature)
8737                 Fix paste as quotation putting the cursor at 0
8738                 Fix undo offsets when pasting
8739                 Insert the quote_fmt at once instead of line 
8740                 by line
8741                 Fix [Edited] when starting to reply/forward
8742
8743 2005-12-06 [paul]       1.9.100cvs69
8744
8745         * src/plugins/clamav/clamav_plugin_gtk.c
8746                 add another tooltip
8747         * src/plugins/spamassassin/spamassassin_gtk.c
8748                 rework spamassassin_create_widget_func()
8749
8750 2005-12-05 [colin]      1.9.100cvs68
8751
8752         * po/POTFILES.in
8753                 Fix make release ;-)
8754
8755 2005-12-05 [colin]      1.9.100cvs67
8756
8757         * src/compose.c
8758         * src/compose.h
8759                 Fix cursor positioning (not obeying %X)
8760
8761 2005-12-05 [paul]       1.9.100cvs66
8762
8763         * src/plugins/dillo_viewer/dillo_prefs.c
8764                 fix compilation warning
8765
8766 2005-12-05 [paul]       1.9.100cvs65
8767
8768         * src/prefs_spelling.c
8769         * src/plugins/trayicon/trayicon.c
8770                 cleanups - remove unused stuff
8771
8772 2005-12-05 [paul]       1.9.100cvs64
8773
8774         * README
8775         * manual/plugins.xml
8776                 remove info about removed mathml_viewer plugin
8777
8778 2005-12-05 [paul]       1.9.100cvs63
8779
8780         * configure.ac
8781         * src/plugins/Makefile.am
8782         * src/plugins/mathml_viewer/.cvsignore
8783         * src/plugins/mathml_viewer/Makefile.am
8784         * src/plugins/mathml_viewer/mathml_viewer.c
8785                 remove unmaintained mathml_viewer plugin
8786
8787 2005-12-05 [paul]       1.9.100cvs62
8788
8789         * src/summaryview.c
8790                 obey prefs_common.always_show_msg when
8791                 moving a msg
8792                 Thanks to Colin
8793
8794 2005-12-05 [paul]       1.9.100cvs61
8795
8796         * src/compose.c
8797         * src/prefs_account.c
8798         * src/prefs_filtering.c
8799         * src/prefs_quote.c
8800         * src/prefs_spelling.c
8801         * src/prefs_toolbar.c
8802         * src/summaryview.c
8803         * src/gtk/gtkutils.c
8804         * src/gtk/quicksearch.c
8805         * src/plugins/dillo_viewer/dillo_prefs.c
8806                 dialog cleanups
8807
8808 2005-12-04 [paul]       1.9.100cvs60
8809
8810         * src/inc.c
8811         * src/prefs_account.c
8812         * src/prefs_account.h
8813                 allow a Local account to specify a
8814                 default inbox
8815                 (closes bug 843 'Inbox cannot be changed for local
8816                  mailboxes')
8817
8818 2005-12-04 [colin]      1.9.100cvs59
8819
8820         * src/plugins/trayicon/trayicon.c
8821                 Remove Get, rename Get All to Get Mail in order to
8822                 be consistent with the default main toolbar
8823
8824 2005-12-03 [colin]      1.9.100cvs58
8825
8826         * manual/gpl.xml
8827         * manual/sylpheed-claws-manual.xml
8828                 Add GPL appendix
8829
8830 2005-12-03 [paul]       1.9.100cvs57
8831
8832         * AUTHORS
8833         * po/sv.po
8834         * src/gtk/authors.h
8835                 new (partially complete) Swedish translation
8836                 by Anders Troback <sylpheed@troback.com>
8837
8838 2005-12-02 [paul]       1.9.100cvs56
8839
8840         * configure.ac
8841                 libetpan 0.41 required
8842
8843 2005-12-02 [paul]       1.9.100cvs55
8844
8845         * src/plugins/clamav/clamav_plugin.c
8846         * src/plugins/clamav/clamav_plugin.h
8847         * src/plugins/clamav/clamav_plugin_gtk.c
8848         * src/plugins/spamassassin/spamassassin.c
8849         * src/plugins/spamassassin/spamassassin.h
8850         * src/plugins/spamassassin/spamassassin_gtk.c
8851                 unregister prefs pages on unloading, thus
8852                 preventing a crash
8853                 (thanks to Colin for the hint)
8854
8855 2005-12-02 [wwp]        1.9.100cvs54
8856
8857         * src/quote_fmt.h
8858         * src/quote_fmt_parse.y
8859                 fix misuse of gboolean*, use gboolean instead
8860                 (thanks to Paul, Colin, for pointing out that scaring one)
8861
8862 2005-12-02 [paul]       1.9.100cvs53
8863
8864         * src/plugins/clamav/clamav_plugin.c
8865                 int no --> unsigned int no
8866         * src/plugins/clamav/clamav_plugin_gtk.c
8867                 rework config page
8868
8869 2005-12-02 [wwp]        1.9.100cvs52
8870
8871         * src/compose.c
8872         * src/prefs_template.c
8873         * src/quote_fmt.h
8874         * src/quote_fmt_parse.y
8875                 prevent from executing |f and |p templates commands when
8876                 adding or replacing templates in prefs (avoids annoying and
8877                 potentially dangerous behaviours)
8878
8879 2005-12-02 [paul]       1.9.100cvs51
8880
8881         * src/prefs_common.c
8882                 allow translation of some default values
8883                 Patch by Fabien Vantard
8884
8885 2005-12-02 [paul]       1.9.100cvs50
8886
8887         * src/codeconv.c
8888         * src/codeconv.h
8889         * src/prefs_common.c
8890         * src/prefs_common.h
8891         * src/prefs_message.c
8892         * src/textview.c
8893                 remove obsolete 'convert_mb_alnum' option
8894                 and related stuff
8895         * src/gtk/about.c
8896                 remove unused 'about_textview_visibility_notify'
8897
8898 2005-12-02 [paul]       1.9.100cvs49
8899
8900         * src/prefs_account.c
8901         * src/prefs_compose_writing.c
8902         * src/prefs_fonts.c
8903         * src/prefs_gtk.h
8904         * src/prefs_image_viewer.c
8905         * src/prefs_message.c
8906         * src/prefs_other.c
8907         * src/prefs_receive.c
8908         * src/prefs_send.c
8909         * src/prefs_spelling.c
8910         * src/prefs_summaries.c
8911         * src/prefs_wrapping.c
8912         * src/plugins/dillo_viewer/dillo_prefs.c
8913         * src/plugins/pgpcore/prefs_gpg.c
8914                 several cleanups to the prefs dialogs
8915                 (slightly modified) patch by Fabien Vantard
8916
8917 2005-12-02 [paul]       1.9.100cvs48
8918
8919         * src/main.c
8920                 --exit means exit
8921         * src/send_message.c
8922                 fix crash on send when connection fails
8923
8924         Thanks to Colin
8925
8926 2005-12-01 [colin]      1.9.100cvs47
8927
8928         * src/html.c
8929                 Translate &hellip; to "..."
8930
8931 2005-11-30 [colin]      1.9.100cvs46
8932
8933         * src/matcher.c
8934         * src/matcher.h
8935                 Optimize back yesterday's fix.
8936
8937 2005-11-30 [paul]       1.9.100cvs45
8938
8939         * manual/faq.xml
8940                 standardised
8941         * manual/intro.xml
8942                 written by Colin, edited by me
8943
8944 2005-11-29 [colin]      1.9.100cvs44
8945
8946         * src/matcher.c
8947                 Skip headers unconditionnaly in match_body if the
8948                 rule is not message or ~message
8949
8950 2005-11-29 [colin]      1.9.100cvs43
8951
8952         * src/matcher.c
8953                 Fix body_part and such, not skipping headers 
8954                 if the matchcriteria wasn't the first in the rule
8955
8956 2005-11-29 [colin]      1.9.100cvs42
8957
8958         * src/compose.c
8959                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8960                 option missing from message view window)
8961                 Fix double text D'n'D with gtk-2.8
8962         * src/matcher.c
8963                 Fix ~message, ~headers_part, ~body_part rules
8964         * src/messageview.c
8965                 Add Windows-1252 (Closes bug #863)
8966                 Fix accels
8967         * src/gtk/gtkaspell.c
8968                 Properly destroy accels in all menus
8969
8970 2005-11-29 [mones]      1.9.100cvs41
8971
8972         * po/es.po
8973                 Updated.
8974
8975 2005-11-27 [colin]      1.9.100cvs40
8976
8977         * src/mh_gtk.c
8978                 "/Remove mailbox" -> "/Remove mailbox..."
8979
8980 2005-11-27 [paul]       1.9.100cvs39
8981
8982         * AUTHORS
8983         * po/de.po
8984         * src/gtk/authors.h
8985                 updated by new maintainer, Stephan Sachse
8986
8987 2005-11-27 [paul]       1.9.100cvs38
8988
8989         * manual/faq.xml
8990                 written by Colin, edited by me
8991
8992 2005-11-27 [paul]       1.9.100cvs37
8993
8994         * src/prefs_common.c
8995         * src/prefs_common.h
8996         * src/prefs_receive.c
8997         * src/prefs_summaries.c
8998                 move 'go to inbox after receiving new mail'
8999                 option from display/sumamaries to mail
9000                 handling/receive, and rework prefs_summaries
9001                 dialog a little
9002
9003 2005-11-25 [martin]     1.9.100cvs36
9004
9005         * po/de.po
9006             fixed windows-1252 translation;
9007             translated some new and fuzzy strings
9008
9009 2005-11-25 [paul]       1.9.100cvs35
9010
9011         * src/plugins/clamav/clamav_plugin.c
9012                 complete the update done in cvs34
9013
9014 2005-11-25 [paul]       1.9.100cvs34
9015
9016         * src/plugins/clamav/clamav_plugin.c
9017                 reflect upstream changes
9018
9019 2005-11-25 [paul]       1.9.100cvs33
9020
9021         * manual/ack.xml
9022         * manual/plugins.xml
9023         * manual/sylpheed-claws-manual.xml
9024                 written/updated by Colin, edited by me
9025         * tools/acroread2sylpheed.pl
9026                 update binary name
9027
9028 2005-11-24 [colin]      1.9.100cvs32
9029
9030         * src/compose.c
9031                 Fix bug #856 (reediting messages forgets Request
9032                 Return Receipt)
9033
9034 2005-11-24 [paul]       1.9.100cvs31
9035
9036         * manual/addrbook.xml
9037         * manual/starting.xml
9038                 written by Colin, proofread, edited, adapted by me
9039         * manual/advanced.xml
9040                 add some Actions examples
9041         * src/importldif.c
9042                 use a Save button instead of a Close button
9043         * src/wizard.c
9044                 indicate mandatory fields
9045                 fix page display
9046                 Thanks to Colin
9047
9048 2005-11-23 [colin]      1.9.100cvs30
9049
9050         * src/addressbook.c
9051                 Rename menu item, fix possible crash after
9052                 deletion of books
9053         * src/addrindex.c
9054                 Allow searching for '*' in ldap
9055         * src/browseldap.c
9056                 Fix "Browse Entry" (did anyone use it?)
9057         * src/wizard.c
9058                 Add guards for mandatory information
9059
9060 2005-11-23 [paul]       1.9.100cvs29
9061
9062         * manual/advanced.xml
9063                 corrections to the English
9064
9065 2005-11-23 [colin]      1.9.100cvs28
9066
9067         * src/mimeview.c
9068                 Fix possible crash at exit. After the call to
9069                 gtk_container_remove(), the Viewer's widget has no
9070                 more parent so gtk+ automatically frees it and its
9071                 sons. If destroy_viewer() then try to access it,
9072                 problems ensue.
9073
9074 2005-11-22 [colin]      1.9.100cvs27
9075
9076         * src/compose.c
9077         * src/gtk/gtkaspell.c
9078                 Fix right-clicking on a misspelled word
9079                 Fix More... in suggestions menu
9080
9081 2005-11-22 [wwp]        1.9.100cvs26
9082
9083         * src/prefs_template.c
9084                 templates works: re-sort templates list when adding or replacing,
9085                 prevent from adding or replacing when the template name is empty
9086
9087 2005-11-21 [colin]      1.9.100cvs25
9088
9089         * src/addressbook.c
9090                 Fix some addressbook suckage (dnd, select all)
9091         * src/compose.c
9092         * src/gtk/gtkaspell.c
9093         * src/gtk/gtkaspell.h
9094                 Make the spellchecker menu work with the 
9095                 GtkTextView one instead of overriding it
9096
9097 2005-11-20 [paul]       1.9.100cvs24
9098
9099         * manual/handling.xml
9100                 proofread and corrected
9101
9102 2005-11-20 [paul]       1.9.100cvs23
9103
9104         * manual/Makefile
9105                 generate html as one file
9106         * manual/advanced.xml
9107                 fix output generation
9108                 reformat hidden options list
9109         * manual/manual.xml     ** REMOVED **
9110         * manual/sylpheed-claws-manual.xml      ** ADDED **
9111                 renamed
9112
9113 2005-11-18 [colin]      1.9.100cvs22
9114
9115         * src/prefs_account.c
9116                 Fix layout in news and mbox accounts
9117         * manual/account.xml
9118         * manual/advanced.xml
9119                 New contents for Paul to check :)
9120
9121 2005-11-18 [wwp]        1.9.100cvs21
9122
9123         * src/gtk/quicksearch.c
9124                 don't update extended quicksearch buttons twice
9125
9126 2005-11-18 [paul]       1.9.100cvs20
9127
9128         * src/textview.c
9129                 complete 1.9.100cvs19
9130
9131 2005-11-18 [paul]       1.9.100cvs19
9132
9133         * src/compose.c
9134                 cosmetic improvements
9135         * src/textview.c
9136                 also list text/* attachments
9137
9138 2005-11-18 [colin]      1.9.100cvs18
9139
9140         * src/summaryview.c
9141                 Use column 0 instead of -1 in 
9142                 gtk_ctree_node_moveto, in a naive
9143                 hope it'll fix the gtk-related crashes
9144
9145 2005-11-18 [colin]      1.9.100cvs17
9146
9147         * src/gtk/inputdialog.c
9148                 Fix icon staying the first one
9149
9150 2005-11-17 [wwp]        1.9.100cvs16
9151                 fix possible problem showing some quicksearch buttons, and a bad
9152                 call to g_return_if_fail in a function that returns a value (both
9153                 fixes by Fabien Vantard)
9154
9155 2005-11-15 [wwp]        1.9.100cvs15
9156
9157         * src/gtk/quicksearch.c
9158                 added a tooltip to that obscure ... quicksearch button
9159
9160 2005-11-15 [wwp]        1.9.100cvs14
9161
9162         * src/gtk/quicksearch.c
9163                 add a quicksearch helper to filtering expression users: the ... button
9164                 raises the condition expr window. condition expressions set up w/ this
9165                 window are used by the quicksearch if the user closes it pressing OK.
9166
9167 2005-11-14 [paul]       1.9.100cvs13
9168
9169         * src/plugins/clamav/clamav_plugin.c
9170         * src/plugins/spamassassin/spamassassin.c
9171                 change plugin type following recent merging
9172
9173 2005-11-14 [wwp]        1.9.100cvs12
9174
9175         * src/folder.c
9176                 prevent from crashing when copying/moving message(s) from and
9177                 to the same folder
9178
9179 2005-11-14 [paul]       1.9.100cvs11
9180
9181         * src/plugins/clamav/Makefile.am
9182         * src/plugins/clamav/clamav_plugin.c
9183         * src/plugins/clamav/clamav_plugin.h
9184         * src/plugins/clamav/clamav_plugin_gtk.c
9185                 also merge clamav and clamav_gtk plugins
9186
9187 2005-11-13 [colin]      1.9.100cvs10
9188
9189         * configure.ac
9190         * src/plugins/spamassassin/Makefile.am
9191         * src/plugins/spamassassin/spamassassin.c
9192         * src/plugins/spamassassin/spamassassin.h
9193         * src/plugins/spamassassin/spamassassin_gtk.c
9194                 Merge spamassassin and spamassassin_gtk plugins,
9195                 and build it by default.
9196
9197 2005-11-12 [colin]      1.9.100cvs9
9198
9199         * src/etpan/imap-thread.c
9200                 Fix gcc warning
9201
9202 2005-11-12 [colin]      1.9.100cvs8
9203
9204         * src/procmime.c
9205                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9206
9207 2005-11-10 [colin]      1.9.100cvs7
9208
9209         * src/main.c
9210                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9211                 minimised state)
9212
9213 2005-11-10 [wwp]        1.9.100cvs6
9214
9215         * src/gtk/description_window.c
9216                 fix a crash when closing description windows using the WM's [X] button
9217
9218 2005-11-09 [colin]      1.9.100cvs5
9219
9220         * src/common/ssl.c
9221                 Update libetpan call to follow upstream
9222                 (yes, this requires libetpan-0.40cvs3)
9223
9224 2005-11-08 [colin]      1.9.100cvs4
9225
9226         * src/compose.c
9227         * src/textview.c
9228         * src/common/utils.c
9229         * src/common/utils.h
9230                 Enhance the email parser
9231
9232 2005-11-08 [colin]      1.9.100cvs3
9233
9234         * src/procmime.c
9235                 Fix what looks like an off-by-one (fixes 
9236                 attachments from the Bat)
9237
9238 2005-11-08 [wwp]        1.9.100cvs2
9239
9240         * src/main.c
9241                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9242
9243 2005-11-08 [wwp]        1.9.100cvs1
9244
9245         * src/main.c
9246                 allow exiting Sylpheed-Claws from command-line
9247
9248 2005-11-08 [paul]       1.9.100
9249
9250         1.9.100 released
9251
9252 2005-11-07 [colin]      1.9.99cvs17
9253
9254         * src/addritem.c
9255         * src/ldif.c
9256                 Fix import of base-64 encoded items
9257
9258 2005-11-07 [colin]      1.9.99cvs16
9259
9260         * src/send_message.c
9261                 Fix bug #314 (Queue does not empty under certain 
9262                 circumstances)
9263
9264 2005-11-07 [paul]       1.9.99cvs15
9265
9266         * src/mutt.c
9267         * src/pine.c
9268                 fix buffer overflows
9269                 Thanks to Colin
9270
9271 2005-11-07 [paul]       1.9.99cvs14
9272
9273         * doc/man/Makefile.am
9274         * doc/man/sylpheed-claws.1      ** ADDED **
9275         * doc/man/sylpheed.1            ** DELETED **
9276                 rename and update the man file
9277
9278 2005-11-06 [colin]      1.9.99cvs13
9279
9280         * src/ldif.c
9281                 Fix ldif_get_line() that returned empty strings
9282                 (Didn't understand why). Also fix a possible
9283                 buffer overflow.
9284
9285 2005-11-06 [wwp]        1.9.99cvs12
9286
9287         * src/textview.c
9288         * src/gtk/about.c
9289         * src/gtk/gtkutils.c
9290         * src/gtk/gtkutils.h
9291                 fix a compilation warning,
9292                 make links sensitive in the about dialog
9293
9294 2005-11-04 [wwp]        1.9.99cvs11
9295
9296         * src/gtk/about.c
9297                 don't wrap or translate URIs, and a bit text format cleanup
9298
9299 2005-11-04 [wwp]        1.9.99cvs10
9300
9301         * src/gtk/about.c
9302                 better textview tagging implementation (no more use of marks for
9303                 postponed tagging)
9304
9305 2005-11-02 [colin]      1.9.99cvs9
9306
9307         * src/common/ssl.c
9308                 Forgot an ifdef
9309
9310 2005-11-02 [colin]      1.9.99cvs8
9311
9312         * configure.ac
9313                 Require libetpan-0.40 due to upstream fix
9314         * src/common/ssl.c
9315                 Tell libetpan not to call SSL_Library_Init,
9316                 as we do it ourselves.
9317
9318 2005-11-02 [colin]      1.9.99cvs7
9319
9320         * po/POTFILES.in
9321                 Add missing files (thanks to Fabien Vantard)
9322
9323 2005-11-02 [colin]      1.9.99cvs6
9324
9325         * src/summaryview.c
9326                 Fix totals when read messages are hidden or quicksearch
9327                 is on
9328         * src/ssl_manager.c
9329         * src/ssl_manager.h
9330         * src/common/ssl_certificate.c
9331         * src/common/ssl_certificate.h
9332         * src/gtk/sslcertwindow.c
9333         * src/gtk/sslcertwindow.h
9334                 Fix copyright on my stuff
9335
9336 2005-11-02 [wwp]        1.9.99cvs5
9337
9338         * src/prefs_themes.c
9339                 fix directory name checking (theme installation/removal),
9340                 made related error a bit more verbose
9341
9342 2005-11-02 [colin]      1.9.99cvs4
9343
9344         * src/summaryview.c
9345                 Fix typo (probably fixes bug #841 (Sort by the From 
9346                 field doesn't work)
9347
9348 2005-11-02 [paul]       1.9.99cvs3
9349
9350         * po/ko.po
9351         * po/nb.po
9352                 updated by SungHyun Nam, Geir Helland
9353         * src/wizard.c
9354                 fix typo in welcome message. spotted by
9355                 Andrea Spadaccini
9356
9357 2005-11-01 [colin]      1.9.99cvs2
9358
9359         * src/compose.c
9360                 Fix replying to ml wen confirming subscription
9361         * src/messageview.c
9362         * src/mimeview.c
9363         * src/mimeview.h
9364         * src/privacy.h
9365         * src/summaryview.c
9366                 Make key check non blocking
9367
9368 2005-10-31 [paul]       1.9.99cvs1
9369
9370         * tools/claws.i18n.status.pl
9371                 updated for ChangeLog
9372
9373 2005-10-31 [paul]       1.9.99
9374
9375         1.9.99 released
9376
9377 2005-10-31 [paul]       1.9.15cvs131
9378
9379         * .cvsignore
9380         * ChangeLog
9381         * ChangeLog.claws       ** REMOVED **
9382         * ChangeLog-gtk2.claws  ** REMOVED **
9383         * ChangeLog.gtk1        ** ADDED **
9384         * INSTALL
9385         * Makefile.am
9386         * NEWS
9387         * README
9388         * README.claws          ** REMOVED **
9389         * README.jp             ** REMOVED **
9390         * RELEASE_NOTES         ** ADDED **
9391         * RELEASE_NOTES.claws   ** REMOVED **
9392         * commitHelper
9393         * configure.ac
9394         * sylpheed.spec.in      ** REMOVED **
9395                 tidy up and update the default docs:
9396                 ChangeLog.claws is renamed ChangeLog.gtk1
9397                 ChangeLog-gtk2.claws is renamed ChangeLog
9398                 README.claws is renamed README
9399                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9400
9401 2005-10-31 [paul]       1.9.15cvs130
9402
9403         * po/it.po
9404                 fix errors
9405
9406 2005-10-31 [paul]       1.9.15cvs129
9407
9408         * po/ca.po
9409         * po/de.po
9410         * po/en_GB.po
9411         * po/fr.po
9412         * po/it.po
9413         * po/pt_BR.po
9414         * po/sk.po
9415         * po/sr.po
9416         * po/zh_CN.po
9417                 updated by Miquel Oliete, Stephan Sachse and
9418                 Thomas Gilgin, me, Fabien Vantard, Andrea
9419                 Spadaccini, Frederico Goncalves Guimaraes,
9420                 Andrej Kacian, Aleksandar Urosevic, and
9421                 Ralgh Young.
9422
9423 2005-10-31 [mones]      1.9.15cvs128
9424
9425         * manual/faq.xml
9426                 More questions.
9427         
9428         * po/es.po
9429                 Updated for release.
9430
9431 2005-10-30 [colin]      1.9.15cvs127
9432
9433         * src/compose.c
9434                 Place cursor before rewrapping (fixes cursor
9435                 pos if quotation gets rewrapped)
9436
9437 2005-10-29 [paul]       1.9.15cvs126
9438
9439         * src/crash.c
9440         * src/foldersel.c
9441         * src/main.c
9442         * src/messageview.c
9443         * src/toolbar.c
9444         * src/gtk/authors.h
9445                 corrections to text items
9446
9447 2005-10-28 [colin]      1.9.15cvs125
9448
9449         * src/messageview.c
9450                 Make "hit 'C' to check sig" work from extern 
9451                 messageviews
9452
9453 2005-10-27 [colin]      1.9.15cvs124
9454
9455         * src/summaryview.c
9456                 Add a hack to avoid segfaulting when hammering 
9457                 on gtk's events
9458
9459 2005-10-27 [wwp]        1.9.15cvs123
9460
9461         * src/prefs_themes.c
9462                 sort list of themes names in themes prefs
9463
9464 2005-10-27 [paul]       1.9.15cvs122
9465
9466         * src/folder.c
9467         * src/prefs_account.c
9468                 fix building on Solaris
9469                 Patch by Alex Moore
9470
9471 2005-10-27 [wwp]        1.9.15cvs121
9472
9473         * src/summaryview.c
9474         * src/gtk/gtksctree.c
9475                 speed up unselecting messages in summary view (thanks to Colin)
9476
9477 2005-10-27 [paul]       1.9.15cvs120
9478
9479         * src/mainwindow.c
9480                 fix a compilation warning
9481         * src/summaryview.c
9482                 fix updating of 'n items selected' count
9483                 when deselecting
9484
9485 2005-10-27 [martin]     1.9.15cvs119
9486
9487         * src/action.c
9488                 ignore actions with a leading '/' in the action menu name
9489                 fixes a crash on menu creation
9490         * src/prefs_actions.c
9491                 do not allow a leading '/' in the action menu name
9492
9493 2005-10-27 [paul]       1.9.15cvs118
9494
9495         * src/main.c
9496                 fix compilation warning
9497
9498 2005-10-27 [paul]       1.9.15cvs117
9499
9500         * src/procmime.c
9501                 add #if HAVE_LOCALE_H
9502
9503 2005-10-27 [paul]       1.9.15cvs116
9504
9505         * src/plugins/clamav/clamav_plugin.c
9506         * src/plugins/dillo_viewer/dillo_viewer.c
9507         * src/plugins/mathml_viewer/mathml_viewer.c
9508         * src/plugins/pgpcore/plugin.c
9509         * src/plugins/pgpinline/plugin.c
9510         * src/plugins/pgpmime/plugin.c
9511         * src/plugins/spamassassin/spamassassin.c
9512         * src/plugins/trayicon/trayicon.c
9513                 plugin_init() : make error messages more
9514                 informative
9515
9516 2005-10-26 [wwp]        1.9.15cvs115
9517
9518         * src/prefs_matcher.c
9519                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9520
9521 2005-10-26 [wwp]        1.9.15cvs114
9522
9523         * src/procmime.c
9524         * src/gtk/gtksctree.c
9525         * src/plugins/spamassassin/libspamc.c
9526         * src/plugins/spamassassin/spamassassin.c
9527                 fix some compilation warnings more
9528
9529 2005-10-26 [mones]      1.9.15cvs113
9530
9531         * po/es.po
9532                 Updated translation
9533
9534 2005-10-26 [paul]       1.9.15cvs112
9535
9536         * src/prefs_message.c
9537                 give all display_xface stuff the
9538                 #if HAVE_LIBCOMPFACE treatment, thus
9539                 preventing a crash
9540                 (Thanks to Wolfgang Enderlein)
9541
9542 2005-10-26 [colin]      1.9.15cvs111
9543
9544         * src/gedit-print.c
9545                 Fix date format
9546         * src/imap_gtk.c
9547         * src/news_gtk.c
9548                 Remove context menu items that should not be there
9549         * src/jpilot.c
9550                 Fix encoding
9551         * src/main.c
9552         * src/mainwindow.c
9553                 Don't show the mainwindow too soon
9554
9555 2005-10-26 [wwp]        1.9.15cvs110
9556
9557         * src/folder.c
9558         * src/manual.c
9559         * src/summaryview.c
9560                 fix uninitialized pointers in the folder updating hook
9561                 (thanks to Colin)
9562
9563 2005-10-25 [mones]      1.9.15cvs109
9564
9565         * manual/faq.xml
9566                 General information subsection completed. 
9567                 Removed archaic references.
9568                 
9569         * manual/Makefile
9570         * manual/dtd/manual.dsl
9571                 Added customization stylesheet for getting paragraphs
9572                 fully justified in PDF output (as suggested by Colin).
9573
9574 2005-10-25 [colin]      1.9.15cvs108
9575
9576         * src/compose.c
9577                 Fix a second leak
9578
9579 2005-10-25 [colin]      1.9.15cvs107
9580
9581         * src/addrbook.c
9582         * src/addrindex.c
9583                 Fix leak (xml_get_element() allocates memory)
9584         * src/compose.c
9585                 Fix leak + dead code (shame!)
9586         * src/procmime.c
9587                 Fix leak
9588
9589 2005-10-25 [colin]      1.9.15cvs106
9590
9591         * src/mimeview.c
9592                 Fix encoding issue in Save all and in 
9593                 overwrite-confirmation alertpanel
9594
9595 2005-10-25 [colin]      1.9.15cvs105
9596
9597         * src/common/socket.c
9598                 Fix a leak - Thanks to Christopher Aillon
9599                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9600
9601 2005-10-25 [paul]       1.9.15cvs104
9602
9603         * src/wizard.c
9604                 Always guess servers from the right-hand
9605                 email part and guess username from the
9606                 left-hand part. (Thanks to Colin)
9607                 add an X-Face to the welcome message
9608
9609 2005-10-25 [paul]       1.9.15cvs103
9610
9611         * manual/handling.xml
9612                 written by Colin, edited by me
9613
9614 2005-10-25 [wwp]        1.9.15cvs102
9615
9616         * src/folderview.c
9617         * src/grouplistdialog.c
9618         * src/imap.c
9619         * src/noticeview.c
9620                 fix some compilation warnings
9621
9622 2005-10-24 [paul]
9623
9624         1.9.99-rc3 released
9625
9626 2005-10-24 [paul]       1.9.15cvs101
9627
9628         * src/gtk/about.c
9629                 fix window sizing
9630
9631 2005-10-24 [paul]       1.9.15cvs100
9632
9633         * src/pixmaps/offline.xpm
9634         * src/pixmaps/online.xpm
9635                 replace with last default versions
9636
9637 2005-10-24 [colin]      1.9.15cvs99
9638
9639         * src/imap.c
9640                 Fix bug when moving a folder
9641         * src/imap_gtk.c
9642         * src/mh_gtk.c
9643                 "Delete folder" pops up a window, so it 
9644                 should be suffixed with "..."
9645         * src/plugins/pgpcore/sgpgme.c
9646                 Include locale.h
9647
9648 2005-10-24 [mones]      1.9.15cvs98
9649
9650         * manual/Makefile
9651         * manual/account.xml
9652         * manual/ack.xml
9653         * manual/addrbook.xml
9654         * manual/advanced.xml
9655         * manual/faq.xml
9656         * manual/glossary.xml
9657         * manual/gpl.xml
9658         * manual/handling.xml
9659         * manual/intro.xml
9660         * manual/keyboard.xml
9661         * manual/manual.xml
9662         * manual/plugins.xml
9663         * manual/starting.xml
9664         * manual/dtd/sdocbook.dtd
9665                 Initial manual structure and some content.
9666
9667 2005-10-23 [wwp]        1.9.15cvs97
9668
9669         * src/gtk/about.c
9670                 fix a typo
9671
9672 2005-10-23 [wwp]        1.9.15cvs96
9673
9674         * src/gtk/about.c
9675         * src/gtk/authors.h
9676                 rework of the about window (main work by Paul), also featuring a few
9677                 fixes for typos and duplicate names
9678
9679 2005-10-23 [wwp]        1.9.15cvs95
9680
9681         * src/.cvsignore
9682                 Ignore the right binary name (sylpheed-claws now)
9683
9684 2005-10-23 [paul]       1.9.15cvs94
9685
9686         * src/compose.c
9687                 when using Folder Pref 'Default To for
9688                 replies' make the entry in the Compose
9689                 window bold
9690                 Patch by Fabien Vantard
9691
9692 2005-10-22 [colin]      1.9.15cvs93
9693
9694         * src/codeconv.c
9695                 Fix leak
9696
9697 2005-10-22 [colin]      1.9.15cvs92
9698
9699         * src/codeconv.c
9700                 try to convert using locale (apart utf8) if necessary
9701
9702 2005-10-22 [colin]      1.9.15cvs91
9703
9704         * src/pixmaps/new.xpm
9705         * src/pixmaps/unread.xpm
9706                 Make the unread envelope blue again and
9707                 saturate the new one a bit more.
9708
9709 2005-10-22 [colin]      1.9.15cvs90
9710
9711         * src/compose.c
9712                 When replying to a mail sent by one of our accounts,
9713                 use the original list of recipients. Let 'Reply All'
9714                 and 'Reply to sender' work like previously.
9715
9716 2005-10-21 [colin]      1.9.15cvs89
9717
9718         * src/prefs_filtering.c
9719                 Clear fields after add and replace
9720         * src/textview.c
9721                 Display xface differently (better)
9722         * src/plugins/pgpinline/pgpinline.c
9723                 Fix crappy encodings/recodings
9724
9725 2005-10-21 [paul]       1.9.15cvs88
9726
9727         * src/compose.c
9728         * src/prefs_folder_item.c
9729         * src/toolbar.c
9730                 fix news folder Folder Properties
9731                 (thanks to Colin)
9732         * src/folderview.c
9733                 update folderview after Themes change
9734                 keep selected folder selected
9735                 (thanks to Colin)
9736
9737 2005-10-21 [paul]       1.9.15cvs87
9738
9739         * tools/Makefile.am
9740         * tools/OOo2sylpheed.pl
9741         * tools/README
9742         * tools/README.sylprint
9743         * tools/asus_mailled.sh         ** REMOVED **
9744         * tools/filter_conv.pl
9745         * tools/freshmeat_search.pl
9746         * tools/google_search.pl
9747         * tools/gpg-sign-syl            ** REMOVED **
9748         * tools/kmail2sylpheed.pl
9749         * tools/kmail2sylpheed_v2.pl
9750         * tools/multiwebsearch.pl
9751         * tools/nautilus2sylpheed.sh
9752         * tools/newscache_clean.pl
9753         * tools/outlook2sylpheed.pl
9754         * tools/sylpheed-switcher       ** REMOVED **
9755         * tools/sylprint.pl
9756         * tools/sylprint.rc
9757         * tools/tb2sylpheed
9758         * tools/vcard2xml.py
9759         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9760                 update default config dir
9761                 update binary name (thanks to Fabien Vantard)
9762                 remove obsolete scripts
9763
9764 2005-10-21 [colin]      1.9.15cvs86
9765
9766         * src/inc.c
9767                 Fix possible leak and units. Based on a patch by
9768                 Fabien Vantard.
9769
9770 2005-10-20 [colin]      1.9.15cvs85
9771
9772         * src/textview.c
9773                 Clear xface when clearing textview
9774
9775 2005-10-20 [colin]      1.9.15cvs84
9776
9777         * configure.ac
9778         * src/folderview.c
9779         * src/headerview.c
9780         * src/main.c
9781         * src/prefs_common.c
9782         * src/prefs_common.h
9783         * src/prefs_message.c
9784         * src/textview.c
9785         * src/textview.h
9786         * src/common/defs.h
9787         * src/common/utils.c
9788         * src/common/utils.h
9789         * src/gtk/gtkutils.c
9790         * src/gtk/gtkutils.h
9791                 Migrate config to .sylpheed-claws (Automatically)
9792                 Add a way to get the Xface in the TextView
9793
9794 2005-10-20 [colin]      1.9.15cvs83
9795
9796         * src/gtk/Makefile.am
9797         * src/gtk/about.c
9798         * src/gtk/authors.h
9799                 Make the about dialog *grooovy*
9800
9801 2005-10-20 [colin]      1.9.15cvs82
9802
9803         * src/mimeview.c
9804                 Use "Open with" on double click if no command
9805                 was found
9806
9807 2005-10-20 [colin]      1.9.15cvs81
9808
9809         * src/imap.c
9810         * src/etpan/imap-thread.c
9811                 Fix possible crash.
9812
9813 2005-10-20 [paul]       1.9.15cvs80
9814
9815         * src/folder.c
9816                 don't show clipkey icon if the only
9817                 attachment is the signature
9818                 Patch by Colin
9819
9820 2005-10-20 [paul]       1.9.15cvs79
9821
9822         * AUTHORS
9823         * src/plugins/pgpmime/pgpmime.c
9824                 name the PGP/MIME signature 'signature.asc'
9825                 Patch by Andrew Nelson <freeandy@gmail.com>
9826
9827 2005-10-19 [colin]      1.9.15cvs78
9828
9829         * src/plugins/pgpmime/pgpmime.c
9830                 Oops, no need to double-check though
9831
9832 2005-10-19 [colin]      1.9.15cvs77
9833
9834         * src/plugins/pgpinline/pgpinline.c
9835         * src/plugins/pgpmime/pgpmime.c
9836                 Check that my_tmpfile() doesn't 
9837                 return NULL
9838
9839 2005-10-19 [colin]      1.9.15cvs76
9840
9841         * src/common/utils.c
9842                 Use shorter mime boundaries to avoid having
9843                 MTAs rewrapping our headers, breaking the
9844                 PGP signature in the process 
9845         * src/compose.c
9846         * src/plugins/pgpmime/pgpmime.c
9847                 Check for boundary uniqueness to be sure
9848                 it won't happen, instead of hoping for the
9849                 best
9850
9851 2005-10-19 [colin]      1.9.15cvs75
9852
9853         * sylpheed-claws.desktop
9854         * src/Makefile.am
9855         * src/main.c
9856                 Ship a sylpheed-claws binary instead
9857                 of a sylpheed one. Change the socket
9858                 name, too
9859         * src/folderview.c
9860                 Update folder only if it changed
9861         * src/wizard.c
9862                 Fix i18n in welcome mail, patch by
9863                 Fabien Vantard
9864
9865 2005-10-19 [paul]
9866
9867         1.9.99-rc2 released
9868
9869 2005-10-19 [paul]       1.9.15cvs74
9870
9871         * src/folder.c
9872         * src/folderview.c
9873                 fix summaryview update
9874                 Patch by Colin
9875
9876 2005-10-18 [colin]      1.9.15cvs73
9877
9878         * src/plugins/pgpcore/passphrase.c
9879                 Don't XGrabServer, and try a bit more to 
9880                 sync everything before grabbing mouse/keyboard
9881
9882 2005-10-18 [colin]      1.9.15cvs72
9883
9884         * src/Makefile.am
9885         * src/addressadd.c
9886         * src/addressbook.c
9887         * src/folderview.c
9888         * src/grouplistdialog.c
9889         * src/mimeview.c
9890         * src/stock_pixmap.c
9891         * src/stock_pixmap.h
9892         * src/summaryview.c
9893         * src/gtk/gtksctree.c
9894         * src/gtk/gtksctree.h
9895         * src/pixmaps/empty.xpm
9896                 Implement a wrapper call for gtk_ctree_set_node_info
9897                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9898                 pixmap instead of a NULL one. This works around some
9899                 memory problems deep inside gtk, revealed by valgrind,
9900                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9901                 as locked crashes sylpheed.), as well as, probably, 
9902                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9903
9904 2005-10-17 [colin]      1.9.15cvs71
9905
9906         * src/mimeview.c
9907                 Provide visual feedback when checking
9908                 signature
9909
9910 2005-10-17 [colin]      1.9.15cvs70
9911
9912         * src/main.c
9913                 Keep the folder list frozen while checking caches...
9914
9915 2005-10-17 [colin]      1.9.15cvs69
9916
9917         * src/addr_compl.c
9918                 Fi bug #833 (Autocompleting from addressbook 
9919                 fails with extended chars)
9920         * src/imap.c
9921                 Fix 'adding messages' staying in statusbar
9922                 after an error
9923
9924 2005-10-17 [wwp]        1.9.15cvs68
9925
9926         * src/ssl_manager.c
9927                 Fix buttons' layout resizing when window size changes
9928
9929 2005-10-17 [wwp]        1.9.15cvs67
9930
9931         * src/account.c
9932         * src/prefs_account.c
9933         * src/prefs_common.c
9934         * src/prefs_common.h
9935         * src/prefs_folder_item.c
9936         * src/prefs_gtk.c
9937         * src/gtk/logwindow.c
9938         * src/gtk/pluginwindow.c
9939         * src/gtk/prefswindow.c
9940         * src/gtk/prefswindow.h
9941                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9942
9943 2005-10-17 [paul]       1.9.15cvs66
9944
9945         * configure.ac
9946                 fix missing libetpan message
9947         * po/en_GB.po
9948                 updated
9949         * src/crash.c
9950         * src/manual.c
9951         * src/prefs_themes.c
9952         * src/common/defs.h
9953                 add some new URI defines, change some
9954                 others
9955         * src/wizard.c
9956                 make welcome message translatable
9957                 small improvements to english
9958                 other tweaks
9959         * src/gtk/menu.c
9960                 fix warnings
9961
9962 2005-10-17 [paul]       1.9.15cvs65
9963
9964         * src/summaryview.c
9965                 fix column titles
9966
9967 2005-10-16 [mones]      1.9.15cvs64
9968
9969         * po/es.po
9970                 Updated translation
9971
9972 2005-10-16 [colin]
9973
9974         1.9.99-rc1 released
9975
9976 2005-10-16 [colin]      1.9.15cvs63
9977
9978         * src/wizard.c
9979                 Fix whitespace
9980
9981 2005-10-16 [colin]      1.9.15cvs62
9982
9983         * src/toolbar.c
9984                 s/Get All/Get Mail/
9985         * src/wizard.c
9986                 Real welcome mail text, thanks Paul
9987
9988 2005-10-16 [colin]      1.9.15cvs61
9989
9990         * src/editldap.c
9991         * src/exporthtml.c
9992         * src/main.c
9993         * src/mainwindow.c
9994         * src/prefs_themes.c
9995         * src/prefs_toolbar.c
9996         * src/plugins/demo/demo.c
9997         * src/plugins/trayicon/trayicon.c
9998                 s/Sylpheed/Sylpheed-Claws/
9999
10000 2005-10-16 [colin]      1.9.15cvs60
10001
10002         * src/wizard.c
10003                 Add a welcome email in the first empty mailbox
10004         * src/prefs_common.c
10005                 Change one more default
10006
10007 2005-10-16 [colin]      1.9.15cvs59
10008
10009         * src/wizard.c
10010                 Remove printf
10011
10012 2005-10-16 [colin]      1.9.15cvs58
10013
10014         * src/toolbar.c
10015         * src/prefs_common.c
10016                 Change some defaults
10017
10018 2005-10-16 [colin]      1.9.15cvs57
10019
10020         * src/toolbar.c
10021         * src/prefs_common.c
10022                 Change some defaults
10023
10024 2005-10-16 [colin]      1.9.15cvs56
10025
10026         * src/wizard.c
10027                 By default, initialize fonts to have
10028                 the same size as normal GtkWidgets
10029
10030 2005-10-16 [colin]      1.9.15cvs55
10031
10032         * src/mimeview.c
10033                 Fix message a bit more
10034
10035 2005-10-16 [colin]      1.9.15cvs54
10036
10037         * src/addressbook.c
10038                 Second attempt at flicker fixing
10039
10040 2005-10-16 [colin]      1.9.15cvs53
10041
10042         * src/addressbook.c
10043                 Fix flicker
10044
10045 2005-10-16 [wwp]        1.9.15cvs52
10046
10047         * src/addressbook.c
10048         * src/editaddress.c
10049         * src/prefs_common.c
10050         * src/prefs_common.h
10051                 Remember window sizes (address book)
10052
10053 2005-10-16 [wwp]        1.9.15cvs51
10054
10055         * src/plugins/clamav/clamav_plugin_gtk.c
10056         * src/plugins/spamassassin/spamassassin_gtk.c
10057                 Fix compilation warnings (missing #include).
10058
10059 2005-10-16 [colin]      1.9.15cvs50
10060
10061         * src/mimeview.c
10062         * src/summaryview.c
10063         * src/textview.c
10064                 Make 'c' check signature, and forward
10065                 c, l, y, t from summaryview to mimeview
10066
10067 2005-10-16 [colin]      1.9.15cvs49
10068
10069         * src/addressbook.c
10070                 Put border around buttons
10071         * src/mainwindow.c
10072         * src/summaryview.c
10073                 Rework menus (Patch based on a patch
10074                 by Paul)
10075
10076 2005-10-15 [wwp]        1.9.15cvs48
10077
10078         * src/editjpilot.c
10079         * src/editldap.c
10080         * src/editvcard.c
10081         * src/exphtmldlg.c
10082         * src/expldifdlg.c
10083         * src/export.c
10084         * src/import.c
10085         * src/importldif.c
10086         * src/importmutt.c
10087         * src/importpine.c
10088         * src/prefs_account.c
10089         * src/prefs_spelling.c
10090         * src/gtk/gtkutils.c
10091         * src/gtk/gtkutils.h
10092         * src/plugins/clamav/clamav_plugin_gtk.c
10093         * src/plugins/spamassassin/spamassassin_gtk.c
10094                 use nicer browse-for-file/dir buttons than the "..." ones,
10095                 code factorizing more.
10096
10097 2005-10-14 [colin]      1.9.15cvs47
10098
10099         * src/mainwindow.c
10100                 set relief on the account switcher so that people see it
10101                 grey out Create processing rules when no message is selected
10102         * src/prefs_filtering.c
10103                 ask before closing if the rule has not been modified, even if
10104                 it's not valid
10105         * src/prefs_matcher.c
10106                 fix sensitivity when entering the dialog
10107         * src/gtk/inputdialog.c
10108                 display a better icon on password ask
10109         * src/plugins/pgpcore/passphrase.c
10110                 make the dialog look better
10111
10112 2005-10-14 [paul]       1.9.15cvs46
10113
10114         * src/folderview.c
10115                 indicate presense of marked msgs in
10116                 unexpanded subfolders
10117
10118 2005-10-14 [paul]       1.9.15cvs45
10119
10120         * src/prefs_actions.c
10121         * src/prefs_common.c
10122         * src/prefs_common.h
10123         * src/prefs_filtering_action.c
10124         * src/prefs_matcher.c
10125         * src/prefs_template.c
10126                 remember window sizes
10127                 fix Info button size
10128
10129         Patches by wwp
10130
10131 2005-10-13 [colin]      1.9.15cvs44
10132
10133         * src/mimeview.c
10134         * src/noticeview.c
10135         * src/noticeview.h
10136                 Add a tooltip on the icon (optional) 
10137                 Get rid of the signature buttons and only
10138                 use the icon+tooltip
10139
10140 2005-10-13 [colin]      1.9.15cvs43
10141
10142         * src/noticeview.c
10143         * src/noticeview.h
10144                 Add hand cursor for hovering over icon
10145
10146 2005-10-13 [colin]      1.9.15cvs42
10147
10148         * src/summaryview.c
10149                 Fix crash when quicksearch's hidden 
10150                 at startup
10151
10152 2005-10-13 [colin]      1.9.15cvs41
10153
10154         * src/compose.c
10155                 Set subject when forwarding multiple mails
10156                 Check that other recipient than the default Cc or Bcc
10157                 have been set before sending.
10158
10159 2005-10-13 [colin]      1.9.15cvs40
10160
10161         * src/imap.c
10162                 Batch per-folder
10163                 Introduce locking, but don't use it yet
10164
10165 2005-10-13 [colin]      1.9.15cvs39
10166
10167         * src/gtk/quicksearch.c
10168                 Reset quicksearch when hiding it
10169                 Make sticky a real pref
10170
10171 2005-10-13 [colin]      1.9.15cvs38
10172
10173         * src/summaryview.c
10174                 Faster prefs apply
10175
10176 2005-10-13 [colin]      1.9.15cvs37
10177
10178         * src/mimeview.c
10179         * src/noticeview.c
10180         * src/noticeview.h
10181         * src/plugins/pgpcore/sgpgme.c
10182                 Make privacy icon clickable
10183                 Move Trust field in Full info
10184                 When trust is less than full, don't display
10185                 a warning icon
10186
10187 2005-10-13 [colin]      1.9.15cvs36
10188
10189         * src/folder.c
10190                 Batch on flags sync
10191         * src/folderview.c
10192                 Revert speed hack which is dangerous in fact
10193                 Apply prefs faster
10194
10195 2005-10-13 [colin]      1.9.15cvs35
10196
10197         * src/folder_item_prefs.c
10198                 Fix pref corruption on folder move. Patch
10199                 by wwp
10200
10201 2005-10-13 [paul]       1.9.15cvs34
10202
10203         * src/export.c
10204         * src/import.c
10205                 fix typos in g_warnings
10206         * src/prefs_account.c
10207                 add a file selector for Signature file
10208
10209         Patches by wwp
10210
10211 2005-10-12 [colin]      1.9.15cvs33
10212
10213         * src/mimeview.c
10214                 Provide a quick way to go back from a
10215                 signature's full info to the email part
10216
10217 2005-10-12 [colin]      1.9.15cvs32
10218
10219         * src/compose.c
10220                 Remove old hack of encoding signed mails with base64.
10221                 QP works equally well.
10222
10223 2005-10-12 [colin]      1.9.15cvs31
10224
10225         * src/crash.c
10226                 Replace deprecated GtkText with GtkTextView
10227         * src/imap.c
10228                 Fix a logic bug about counts in imap_select
10229                 (previously un-triggered)
10230         * src/mainwindow.c
10231         * src/summaryview.c
10232         * src/news.c
10233                 Allow local deletion of news posts
10234         * src/mimeview.c
10235                 Show GPG noticeview on the message/rfc822 part
10236                 in addition to the text/plain one
10237         * src/prefs_image_viewer.c
10238           src/plugins/pgpcore/prefs_gpg.c
10239                 Polish (set the label as part of the checkbox)
10240         * src/wizard.c
10241                 Don't sit there doing nothing after destroying
10242                 the window - return err
10243
10244 2005-10-11 [colin]      1.9.15cvs30
10245
10246         * src/folderview.c
10247                 Apply processing rules before showing folders.
10248                 Early folder show (before flags sync) will only
10249                 be done when there are no processing rules (nor
10250                 pre- or post- ones)
10251         * src/imap.c
10252                 Fix stuff related to mail subdir, creation and 
10253                 deletion of folders 
10254         * src/imap_gtk.c
10255                 Don't allow creation of folders in NoInferior
10256                 folders, as it won't work
10257
10258 2005-10-10 [colin]      1.9.15cvs29
10259
10260         * src/compose.c
10261                 Reselect "None" Privacy system when selecting an
10262                 account with no privacy system defined
10263
10264 2005-10-10 [colin]      1.9.15cvs28
10265
10266         * src/mainwindow.c
10267                 Add Windows-1252 encoding
10268         * src/prefs_common.c
10269                 Rework some defaults:
10270                 - autosave to draft by default
10271                 - don't show header pane (it's already in the textview)
10272                 - Select first new or unread mail on entry
10273                 - Assume 'Yes' to change folder when there's no more
10274                   unread message
10275         * src/prefs_matcher.c
10276                 Fix a gtk assertion failure
10277         * src/gtk/colorlabel.c
10278                 Workaround bad repainting on selection
10279         * src/main.c
10280                 Freeze/thaw (a bit faster on ssh -X)
10281         * src/msgcache.c
10282                 Get rid of StrdupConverter that just adds an
10283                 extra strdup/free 
10284         * src/etpan/imap_thread.c
10285                 memset buf to 0
10286
10287 2005-10-10 [colin]      1.9.15cvs27
10288
10289         * src/export.c
10290         * src/import.c
10291                 Fix compile on gtk 2.4. Patch by wwp
10292
10293 2005-10-09 [colin]      1.9.15cvs26
10294
10295         * src/mainwindow.c
10296         * src/messageview.c
10297         * src/summaryview.c
10298                 Clarify forward menus. Patch by wwp
10299
10300 2005-10-09 [colin]      1.9.15cvs25
10301
10302         * src/compose.c
10303         * src/compose.h
10304                 Fix bug #829 (Non-working "Encrypt message by 
10305                 default when replying to an encrypted message")
10306
10307 2005-10-08 [colin]      1.9.15cvs24
10308
10309         * src/wizard.c
10310                 Fix bug #827 ("Welcome" setup wizard after a 
10311                 permission error gives up & forgets itself.)
10312
10313 2005-10-08 [colin]      1.9.15cvs23
10314
10315         * src/procmime.c
10316                 Fix bug #828 (Ignoring headers with spaces around = sign)
10317
10318 2005-10-08 [colin]      1.9.15cvs22
10319
10320         * src/export.c
10321                 Warning fix by wwp
10322
10323 2005-10-08 [colin]      1.9.15cvs21
10324
10325         * src/folder.c
10326         * src/folder.h
10327                 Add a processing_pending indicator, set on 
10328                 folder_item_open and cleared after 
10329                 folder_item_process_open
10330         * src/folderview.c
10331         * src/summaryview.c
10332                 wrap procmsg_msginfo_*_flags, and in the
10333                 wrapper check that there's no folder processing 
10334                 pending. If there is, defer the flags change until 
10335                 processing is done to avoid stepping over each
10336                 other's toes.
10337                 Freeze during processing, but not during scanning.
10338
10339 2005-10-07 [colin]      1.9.15cvs20
10340
10341         * src/plugins/pgpcore/passphrase.c
10342                 Fix bug #826 (X-Server hangs when 
10343                 right-clicking a PGP encrypted message)
10344
10345 2005-10-07 [paul]       1.9.15cvs19
10346
10347         * src/compose.c
10348                 fix compose_entries[]
10349                 patch by Fabien Vantard
10350
10351 2005-10-06 [colin]      1.9.15cvs18
10352
10353         * src/pixmaps/address.xpm
10354         * src/pixmaps/address_book.xpm
10355         * src/pixmaps/book.xpm
10356         * src/pixmaps/check_spelling.xpm
10357         * src/pixmaps/checkbox_off.xpm
10358         * src/pixmaps/checkbox_on.xpm
10359         * src/pixmaps/close.xpm
10360         * src/pixmaps/complete.xpm
10361         * src/pixmaps/continue.xpm
10362         * src/pixmaps/deleted.xpm
10363         * src/pixmaps/down_arrow.xpm
10364         * src/pixmaps/exec.xpm
10365         * src/pixmaps/forwarded.xpm
10366         * src/pixmaps/group.xpm
10367         * src/pixmaps/ignorethread.xpm
10368         * src/pixmaps/interface.xpm
10369         * src/pixmaps/jpilot.xpm
10370         * src/pixmaps/ldap.xpm
10371         * src/pixmaps/linewrap.xpm
10372         * src/pixmaps/linewrapcurrent.xpm
10373         * src/pixmaps/mail.xpm
10374         * src/pixmaps/mail_attach.xpm
10375         * src/pixmaps/mail_compose.xpm
10376         * src/pixmaps/mail_forward.xpm
10377         * src/pixmaps/mail_receive.xpm
10378         * src/pixmaps/mail_receive_all.xpm
10379         * src/pixmaps/mail_reply.xpm
10380         * src/pixmaps/mail_reply_to_all.xpm
10381         * src/pixmaps/mail_reply_to_author.xpm
10382         * src/pixmaps/mail_send.xpm
10383         * src/pixmaps/mail_send_queue.xpm
10384         * src/pixmaps/mime_application.xpm
10385         * src/pixmaps/mime_audio.xpm
10386         * src/pixmaps/mime_image.xpm
10387         * src/pixmaps/mime_message.xpm
10388         * src/pixmaps/mime_text_enriched.xpm
10389         * src/pixmaps/mime_text_html.xpm
10390         * src/pixmaps/mime_text_plain.xpm
10391         * src/pixmaps/mime_unknown.xpm
10392         * src/pixmaps/new.xpm
10393         * src/pixmaps/news_compose.xpm
10394         * src/pixmaps/offline.xpm
10395         * src/pixmaps/online.xpm
10396         * src/pixmaps/paste.xpm
10397         * src/pixmaps/preferences.xpm
10398         * src/pixmaps/privacy_emblem_encrypted.xpm
10399         * src/pixmaps/privacy_expired.xpm
10400         * src/pixmaps/privacy_failed.xpm
10401         * src/pixmaps/privacy_passed.xpm
10402         * src/pixmaps/privacy_signed.xpm
10403         * src/pixmaps/privacy_unknown.xpm
10404         * src/pixmaps/privacy_warn.xpm
10405         * src/pixmaps/properties.xpm
10406         * src/pixmaps/replied.xpm
10407         * src/pixmaps/search.xpm
10408         * src/pixmaps/unread.xpm
10409         * src/pixmaps/up_arrow.xpm
10410         * src/pixmaps/vcard.xpm
10411                 Modernize internal theme, with icons from the 
10412                 Gnomaws theme. Keep some of the old ones where
10413                 they were better.
10414
10415 2005-10-06 [colin]      1.9.15cvs17
10416
10417         * src/summaryview.c
10418                 Little optimisations + bugfix
10419         * src/toolbar.c
10420                 Remove default useless items - useless being defined
10421                 by the default relevant prefs
10422         * src/wizard.c
10423                 include config.h to make gettext work
10424         * src/prefs_themes.c
10425                 Fix selection of current theme in prefs
10426
10427 2005-10-06 [colin]      1.9.15cvs16
10428
10429         * src/prefs_common.c
10430         * src/prefs_common.h
10431         * src/prefs_summaries.c
10432         * src/folderview.c
10433                 Add a warning dialog on Mark all read 
10434                 (with pref to get rid of it)
10435
10436 2005-10-06 [paul]       1.9.15cvs15
10437
10438         * po/nb.po
10439         * po/pt_BR.po
10440                 updated by Geir Helland and Frederico
10441                 Goncalves Guimaraes
10442
10443 2005-10-05 [colin]      1.9.15cvs14
10444
10445         * src/folder.c
10446         * src/folder.h
10447         * src/folderview.c
10448         * src/folderview.h
10449         * src/imap_gtk.c
10450         * src/mh_gtk.c
10451         * src/mainwindow.c
10452         * src/setup.c
10453                 add a way to rescan without rebuilding
10454                 make moving a bit faster (less folders changes)
10455                 don't lock the tree on Get 
10456         * src/imap.c
10457                 Don't re-delete deleted messages before expunging
10458         * src/summaryview.c
10459                 Set batch mode when deleting mails
10460
10461 2005-10-05 [paul]       1.9.15cvs13
10462
10463         * src/mainwindow.c
10464         * src/mainwindow.h
10465                 fix disabled Execute menu item
10466         * src/toolbar.c
10467                 match the change in 1.9.15cvs10: use Compose
10468                 instead of News by default
10469
10470 2005-10-04 [colin]      1.9.15cvs12
10471
10472         * src/compose.c
10473                 When replying to an ML post with Reply-To set
10474                 to the poster's email, honor it (as before),
10475                 but also honor our user's request to reply to
10476                 the mailing list: set the ML address in the To
10477                 field and the Reply-To address in the Cc: 
10478                 field.
10479
10480 2005-10-04 [colin]      1.9.15cvs11
10481
10482         * src/plugins/trayicon/trayicon.c
10483                 Finish cosmetic change - thanks to wwp
10484
10485 2005-10-04 [colin]      1.9.15cvs10
10486
10487         * src/toolbar.c
10488                 Use Compose instead of Email by default.
10489                 Spotted by wwp.
10490
10491 2005-10-04 [colin]      1.9.15cvs9
10492
10493         * src/folder.c
10494         * src/folder.h
10495         * src/folderview.c
10496         * src/imap.c
10497         * src/etpan/imap-thread.c
10498         * src/etpan/imap-thread.h
10499                 Try to make IMAP faster, by simplifying SEARCH
10500                 commands, avoiding sending two STATUS in a row,
10501                 and deferring flags sync and processing just
10502                 after displaying the folder. 
10503                 This will update the SummaryView in certain
10504                 cases (new mails not already fetched, flags
10505                 changed from another client) but in a non-
10506                 blocking manner.
10507
10508 2005-10-04 [colin]      1.9.15cvs8
10509
10510         * src/plugins/trayicon/trayicon.c
10511                 Relabel "Offline" to "Work offline"
10512
10513 2005-10-04 [colin]      1.9.15cvs7
10514
10515         * src/export.c
10516         * src/import.c
10517         * src/mbox.c
10518                 Fix mbox import/export buglets
10519                 Patch by wwp
10520         * src/plugins/trayicon/trayicon.c
10521                 Add offline swithc
10522                 Patch by wwp
10523
10524 2005-10-04 [colin]      1.9.15cvs6
10525
10526         * src/folder.c
10527         * src/folderview.c
10528         * src/summaryview.c
10529                 Better fix (don't break mark all read) for cvs2
10530
10531 2005-10-03 [colin]      1.9.15cvs5
10532
10533         * src/folder.c
10534                 Use a sane sort by default
10535
10536 2005-10-03 [colin]      1.9.15cvs4
10537
10538         * src/inc.c
10539                 Add a 'Only once' button for overriding offline mode
10540         * src/prefs_account.c
10541         * src/wizard.c
10542                 Add Local mbox to the wizard
10543                 Add IMAP subdir to the wizard (or the wizard is useless
10544                 for such accounts, or even worse than useless)
10545                 Move IMAP subdir from Advanced to Receive tab, as it's
10546                 not that uncommon
10547
10548 2005-10-03 [colin]      1.9.15cvs3
10549
10550         * src/send_message.c
10551                 Forgot this one in cvs1
10552
10553 2005-10-03 [colin]      1.9.15cvs2
10554
10555         * src/folder.c
10556                 Faster close when leaving a folder with lots
10557                 of new mails. Idea by David Relson.
10558
10559 2005-10-03 [colin]      1.9.15cvs1
10560
10561         * src/compose.c
10562         * src/imap.c
10563         * src/inc.c
10564         * src/main.c
10565         * src/messageview.c
10566         * src/news.c
10567         * src/summaryview.c
10568         * src/gtk/sslcertwindow.c
10569         * src/plugins/trayicon/trayicon.c
10570                 Add accels to every AlertPanel. Patch by Fabien 
10571                 Vantard
10572
10573 2005-10-03 [paul]       1.9.15
10574
10575         1.9.15 released
10576
10577 2005-10-03 [paul]       1.9.14cvs68
10578
10579         * po/ca.po
10580         * po/de.po
10581         * po/es.po
10582         * po/fi.po
10583         * po/fr.po
10584         * po/sk.po
10585         * po/sr.po
10586         * po/zh_CN.po
10587                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10588                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10589                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10590
10591 2005-10-03 [paul]       1.9.14cvs67
10592
10593         * src/send_message.c
10594                 prevent hang on Cancel
10595                 patch by Colin
10596
10597 2005-10-03 [paul]       1.9.14cvs66
10598
10599         * src/main.c
10600                 fix crash in IMAP caused by discrepancy
10601                 between check_at_startup and offline mode
10602                 Patch by Colin
10603
10604 2005-10-01 [paul]       1.9.14cvs65
10605
10606         * src/inc.c
10607                 fix engrish
10608
10609 2005-10-01 [paul]       1.9.14cvs64
10610         * src/export.c
10611         * src/import.c
10612                 synchronise import_mbox() and export_mbox()
10613         * src/mbox.c
10614                 proc_mbox(): add alert if file cannot be opened
10615                 export_list_to_mbox(): test if dest file exists,
10616                 prompt user to overwrite if it does. add alert
10617                 if file cannot be created
10618                                                                 
10619         Patch by wwp
10620                                                                                                                 
10621
10622 2005-09-30 [paul]       1.9.14cvs63
10623
10624         * src/addressbook.c
10625                 Fix sensitivity of a menu
10626         * src/codeconv.c
10627                 Respect hidden pref for mails with no encoding
10628         * src/common/xml.c
10629                 Fix memory corruption
10630         * src/plugins/pgpcore/sgpgme.c
10631                 Fix segfault on incomplete sigs, and display
10632                 of S/Mime UIDs
10633
10634         Patches by Colin
10635
10636 2005-09-30 [colin]      1.9.14cvs62
10637
10638         * src/partial_download.c
10639                 Little logic fix in almost-dead code
10640         * src/pop.c
10641                 Fix partial download when there's no new mail
10642
10643 2005-09-29 [paul]       1.9.14cvs61
10644
10645         * src/plugins/pgpinline/pgpinline.c
10646                 fix bug 819, 'crash accessing sign message'
10647                 Patch by Colin
10648
10649 2005-09-28 [martin]     1.9.14cvs60
10650
10651         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10652                 fix bug #790 (Crash when restarting window manager (fluxbox))
10653
10654 2005-09-28 [paul]       1.9.14cvs59
10655
10656         * src/gtk/gtkaspell.c
10657                 fix off-by-one typo
10658
10659 2005-09-27 [colin]      1.9.14cvs58
10660
10661         * src/plugins/pgpcore/sgpgme.c
10662                 Report error when there's one, instead of
10663                 "Signature unchecked" 
10664
10665 2005-09-27 [colin]      1.9.14cvs57
10666
10667         * src/prefs_quote.c
10668                 Fix bug #816 (Weird quotation with spaces)
10669
10670 2005-09-27 [colin]      1.9.14cvs56
10671
10672         * src/codeconv.c
10673         * src/compose.c
10674         * src/compose.h
10675                 Put subject in compose's title
10676                 Fix Automatic encoding so that it's really automatic:
10677                 first try default locale's charset, then charset of the replied mail, 
10678                 then utf-8
10679                 Fix encoding of headers (must be in strict mode too)
10680
10681 2005-09-26 [colin]      1.9.14cvs55
10682
10683         * src/gtk/gtkaspell.c
10684                 Fix previous patch - don't color the space,
10685                 just uncolor it :)
10686
10687 2005-09-26 [colin]      1.9.14cvs54
10688
10689         * src/gtk/gtkaspell.c
10690                 Unmark space if possible
10691
10692 2005-09-26 [colin]      1.9.14cvs53
10693
10694         * src/imap.c
10695                 log_error instead of alertpanel according to the pref
10696         * src/etpan/imap-thread.c
10697                 Print connect status, copy only necessary size to 
10698                 logger
10699         * src/plugins/pgpmime/pgpmime.c
10700                 Handle S/Mime signatures (verification only). Patch based
10701                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10702
10703 2005-09-26 [paul]       1.9.14cvs52
10704
10705         * src/common/passcrypt.c
10706                 this 'workaround' not necessary on NetBSD.
10707                 Thanks to Daniel Gustafson
10708
10709 2005-09-26 [paul]
10710
10711         1.9.15-rc4 released
10712
10713 2005-09-26 [paul]       1.9.14cvs51
10714
10715         * src/summaryview.c
10716                 Skip currently selected message when
10717                 looking for next new or unread message
10718                 in current folder. Patch by Colin
10719         * src/common/passcrypt.c
10720                 eliminate warnings on *BSD. Patch by
10721                 Daniel Gustafson
10722
10723 2005-09-26 [colin]      1.9.14cvs50
10724
10725         * src/procmsg.c
10726                 Call postfiltering hook anyway
10727
10728 2005-09-22 [colin]      1.9.14cvs49
10729
10730         * src/codeconv.c
10731         * src/codeconv.h
10732                 Add a strict mode that doesn't replace with _
10733         * src/compose.c
10734         * src/compose.h
10735                 Use strict conversion while sending
10736                 Fix race when drafting while sending (happens
10737                 on IMAP)
10738                 Fix d'n'd of messages from summaryview
10739         * src/prefs_common.c
10740         * src/prefs_common.h
10741                 add hidden utf8_instead_of_locale_for_broken_mail 
10742                 pref for people that preferred the default charset 
10743                 to be utf8 for broken mails
10744         * src/quote_fmt_parse.y
10745                 fix bug #815 (No quote insert if "From:" fied 
10746                 contained Russian letters)
10747         * src/summaryview.c
10748                 Fix d'n'd of messages to compose
10749
10750 2005-09-22 [paul]       1.9.14cvs48
10751
10752         * src/compose.c
10753                 fix bug where attachments Name entry
10754                 would display Path instead
10755
10756 2005-09-21 [paul]       1.9.14cvs47
10757
10758         * README
10759         * README.jp
10760         * configure.ac
10761         * config/config.rpath
10762         * doc/manual/en/sylpheed-20.html
10763         * doc/manual/es/sylpheed-20.html
10764         * po/bg.po
10765         * po/ca.po
10766         * po/de.po
10767         * po/es.po
10768         * po/fr.po
10769         * po/it.po
10770         * po/pt_BR.po
10771         * po/sk.po
10772         * po/zh_TW.po
10773         * src/account.c
10774         * src/account.h
10775         * src/action.c
10776         * src/action.h
10777         * src/adbookbase.h
10778         * src/addr_compl.c
10779         * src/addr_compl.h
10780         * src/addrbook.c
10781         * src/addrbook.h
10782         * src/addrcache.c
10783         * src/addrcache.h
10784         * src/addrcindex.c
10785         * src/addrcindex.h
10786         * src/addrclip.c
10787         * src/addrclip.h
10788         * src/addrdefs.h
10789         * src/addressadd.c
10790         * src/addressadd.h
10791         * src/addressbook.c
10792         * src/addressbook.h
10793         * src/addressitem.h
10794         * src/addrgather.c
10795         * src/addrgather.h
10796         * src/addrharvest.c
10797         * src/addrharvest.h
10798         * src/addrindex.c
10799         * src/addrindex.h
10800         * src/addritem.c
10801         * src/addritem.h
10802         * src/addrquery.c
10803         * src/addrquery.h
10804         * src/addrselect.c
10805         * src/addrselect.h
10806         * src/alertpanel.c
10807         * src/alertpanel.h
10808         * src/browseldap.c
10809         * src/browseldap.h
10810         * src/codeconv.c
10811         * src/codeconv.h
10812         * src/compose.c
10813         * src/compose.h
10814         * src/crash.c
10815         * src/crash.h
10816         * src/customheader.c
10817         * src/customheader.h
10818         * src/displayheader.c
10819         * src/displayheader.h
10820         * src/editaddress.c
10821         * src/editaddress.h
10822         * src/editbook.c
10823         * src/editbook.h
10824         * src/editgroup.c
10825         * src/editgroup.h
10826         * src/editjpilot.c
10827         * src/editjpilot.h
10828         * src/editldap.c
10829         * src/editldap.h
10830         * src/editldap_basedn.c
10831         * src/editldap_basedn.h
10832         * src/editvcard.c
10833         * src/editvcard.h
10834         * src/enriched.c
10835         * src/enriched.h
10836         * src/exphtmldlg.c
10837         * src/exphtmldlg.h
10838         * src/expldifdlg.c
10839         * src/expldifdlg.h
10840         * src/export.c
10841         * src/export.h
10842         * src/exporthtml.c
10843         * src/exporthtml.h
10844         * src/exportldif.c
10845         * src/exportldif.h
10846         * src/filtering.c
10847         * src/filtering.h
10848         * src/folder.c
10849         * src/folder.h
10850         * src/folder_item_prefs.c
10851         * src/folder_item_prefs.h
10852         * src/foldersel.c
10853         * src/foldersel.h
10854         * src/folderutils.c
10855         * src/folderutils.h
10856         * src/folderview.c
10857         * src/folderview.h
10858         * src/grouplistdialog.c
10859         * src/grouplistdialog.h
10860         * src/headerview.c
10861         * src/headerview.h
10862         * src/html.c
10863         * src/html.h
10864         * src/image_viewer.c
10865         * src/image_viewer.h
10866         * src/imap.c
10867         * src/imap.h
10868         * src/imap_gtk.c
10869         * src/imap_gtk.h
10870         * src/import.c
10871         * src/import.h
10872         * src/importldif.c
10873         * src/importldif.h
10874         * src/importmutt.c
10875         * src/importmutt.h
10876         * src/importpine.c
10877         * src/importpine.h
10878         * src/inc.c
10879         * src/inc.h
10880         * src/jpilot.c
10881         * src/jpilot.h
10882         * src/ldapctrl.c
10883         * src/ldapctrl.h
10884         * src/ldaplocate.c
10885         * src/ldaplocate.h
10886         * src/ldapquery.c
10887         * src/ldapquery.h
10888         * src/ldapserver.c
10889         * src/ldapserver.h
10890         * src/ldaputil.c
10891         * src/ldaputil.h
10892         * src/ldif.c
10893         * src/ldif.h
10894         * src/localfolder.c
10895         * src/localfolder.h
10896         * src/main.c
10897         * src/main.h
10898         * src/mainwindow.c
10899         * src/mainwindow.h
10900         * src/manual.c
10901         * src/manual.h
10902         * src/matcher.c
10903         * src/matcher.h
10904         * src/matcher_parser.h
10905         * src/matcher_parser_lex.l
10906         * src/matcher_parser_parse.y
10907         * src/mbox.c
10908         * src/mbox.h
10909         * src/message_search.c
10910         * src/message_search.h
10911         * src/messageview.c
10912         * src/messageview.h
10913         * src/mh.c
10914         * src/mh.h
10915         * src/mh_gtk.c
10916         * src/mh_gtk.h
10917         * src/mimeview.c
10918         * src/mimeview.h
10919         * src/msgcache.c
10920         * src/msgcache.h
10921         * src/mutt.c
10922         * src/mutt.h
10923         * src/news.c
10924         * src/news.h
10925         * src/news_gtk.c
10926         * src/news_gtk.h
10927         * src/noticeview.c
10928         * src/noticeview.h
10929         * src/partial_download.c
10930         * src/partial_download.h
10931         * src/pine.c
10932         * src/pine.h
10933         * src/pop.c
10934         * src/pop.h
10935         * src/prefs_account.c
10936         * src/prefs_account.h
10937         * src/prefs_actions.c
10938         * src/prefs_actions.h
10939         * src/prefs_common.c
10940         * src/prefs_common.h
10941         * src/prefs_compose_writing.c
10942         * src/prefs_compose_writing.h
10943         * src/prefs_customheader.c
10944         * src/prefs_customheader.h
10945         * src/prefs_display_header.c
10946         * src/prefs_display_header.h
10947         * src/prefs_ext_prog.c
10948         * src/prefs_ext_prog.h
10949         * src/prefs_filtering.c
10950         * src/prefs_filtering.h
10951         * src/prefs_filtering_action.c
10952         * src/prefs_filtering_action.h
10953         * src/prefs_folder_column.c
10954         * src/prefs_folder_column.h
10955         * src/prefs_folder_item.c
10956         * src/prefs_folder_item.h
10957         * src/prefs_fonts.c
10958         * src/prefs_fonts.h
10959         * src/prefs_gtk.c
10960         * src/prefs_gtk.h
10961         * src/prefs_image_viewer.c
10962         * src/prefs_image_viewer.h
10963         * src/prefs_matcher.c
10964         * src/prefs_matcher.h
10965         * src/prefs_message.c
10966         * src/prefs_message.h
10967         * src/prefs_msg_colors.c
10968         * src/prefs_msg_colors.h
10969         * src/prefs_other.c
10970         * src/prefs_other.h
10971         * src/prefs_quote.c
10972         * src/prefs_quote.h
10973         * src/prefs_receive.c
10974         * src/prefs_receive.h
10975         * src/prefs_send.c
10976         * src/prefs_send.h
10977         * src/prefs_spelling.c
10978         * src/prefs_spelling.h
10979         * src/prefs_summaries.c
10980         * src/prefs_summaries.h
10981         * src/prefs_summary_column.c
10982         * src/prefs_summary_column.h
10983         * src/prefs_template.c
10984         * src/prefs_template.h
10985         * src/prefs_themes.c
10986         * src/prefs_themes.h
10987         * src/prefs_toolbar.c
10988         * src/prefs_toolbar.h
10989         * src/prefs_wrapping.c
10990         * src/prefs_wrapping.h
10991         * src/privacy.c
10992         * src/privacy.h
10993         * src/procheader.c
10994         * src/procheader.h
10995         * src/procmime.c
10996         * src/procmime.h
10997         * src/procmsg.c
10998         * src/procmsg.h
10999         * src/quote_fmt.c
11000         * src/quote_fmt_parse.y
11001         * src/recv.c
11002         * src/recv.h
11003         * src/remotefolder.c
11004         * src/remotefolder.h
11005         * src/send_message.c
11006         * src/send_message.h
11007         * src/setup.c
11008         * src/setup.h
11009         * src/simple-gettext.c
11010         * src/sourcewindow.c
11011         * src/sourcewindow.h
11012         * src/ssl_manager.c
11013         * src/ssl_manager.h
11014         * src/statusbar.c
11015         * src/statusbar.h
11016         * src/stock_pixmap.c
11017         * src/stock_pixmap.h
11018         * src/summary_search.c
11019         * src/summary_search.h
11020         * src/summaryview.c
11021         * src/summaryview.h
11022         * src/syldap.c
11023         * src/syldap.h
11024         * src/textview.c
11025         * src/textview.h
11026         * src/toolbar.c
11027         * src/toolbar.h
11028         * src/undo.c
11029         * src/undo.h
11030         * src/unmime.c
11031         * src/unmime.h
11032         * src/vcard.c
11033         * src/vcard.h
11034         * src/wizard.c
11035         * src/wizard.h
11036         * src/common/base64.c
11037         * src/common/base64.h
11038         * src/common/defs.h
11039         * src/common/hooks.c
11040         * src/common/hooks.h
11041         * src/common/log.c
11042         * src/common/log.h
11043         * src/common/md5.c
11044         * src/common/md5.h
11045         * src/common/mgutils.c
11046         * src/common/mgutils.h
11047         * src/common/nntp.c
11048         * src/common/nntp.h
11049         * src/common/passcrypt.c
11050         * src/common/passcrypt.h.in
11051         * src/common/plugin.c
11052         * src/common/plugin.h
11053         * src/common/prefs.c
11054         * src/common/prefs.h
11055         * src/common/progressindicator.c
11056         * src/common/progressindicator.h
11057         * src/common/quoted-printable.c
11058         * src/common/quoted-printable.h
11059         * src/common/session.c
11060         * src/common/session.h
11061         * src/common/smtp.c
11062         * src/common/smtp.h
11063         * src/common/socket.c
11064         * src/common/socket.h
11065         * src/common/ssl.c
11066         * src/common/ssl.h
11067         * src/common/ssl_certificate.c
11068         * src/common/ssl_certificate.h
11069         * src/common/string_match.c
11070         * src/common/string_match.h
11071         * src/common/stringtable.c
11072         * src/common/sylpheed.c
11073         * src/common/sylpheed.h
11074         * src/common/template.c
11075         * src/common/template.h
11076         * src/common/timing.h
11077         * src/common/utils.c
11078         * src/common/utils.h
11079         * src/common/uuencode.c
11080         * src/common/uuencode.h
11081         * src/common/version.h.in
11082         * src/common/xml.c
11083         * src/common/xml.h
11084         * src/common/xmlprops.c
11085         * src/common/xmlprops.h
11086         * src/gtk/about.c
11087         * src/gtk/about.h
11088         * src/gtk/colorlabel.c
11089         * src/gtk/colorlabel.h
11090         * src/gtk/colorsel.c
11091         * src/gtk/colorsel.h
11092         * src/gtk/description_window.c
11093         * src/gtk/description_window.h
11094         * src/gtk/filesel.c
11095         * src/gtk/filesel.h
11096         * src/gtk/foldersort.c
11097         * src/gtk/foldersort.h
11098         * src/gtk/gtkutils.c
11099         * src/gtk/gtkutils.h
11100         * src/gtk/inputdialog.c
11101         * src/gtk/inputdialog.h
11102         * src/gtk/logwindow.c
11103         * src/gtk/logwindow.h
11104         * src/gtk/manage_window.c
11105         * src/gtk/manage_window.h
11106         * src/gtk/menu.c
11107         * src/gtk/menu.h
11108         * src/gtk/pluginwindow.c
11109         * src/gtk/pluginwindow.h
11110         * src/gtk/prefswindow.c
11111         * src/gtk/prefswindow.h
11112         * src/gtk/progressdialog.c
11113         * src/gtk/progressdialog.h
11114         * src/gtk/quicksearch.c
11115         * src/gtk/quicksearch.h
11116         * src/gtk/sslcertwindow.c
11117         * src/gtk/sslcertwindow.h
11118         * src/plugins/clamav/clamav_plugin.c
11119         * src/plugins/clamav/clamav_plugin.h
11120         * src/plugins/clamav/clamav_plugin_gtk.c
11121         * src/plugins/demo/demo.c
11122         * src/plugins/dillo_viewer/dillo_prefs.c
11123         * src/plugins/dillo_viewer/dillo_prefs.h
11124         * src/plugins/dillo_viewer/dillo_viewer.c
11125         * src/plugins/mathml_viewer/mathml_viewer.c
11126         * src/plugins/pgpcore/passphrase.c
11127         * src/plugins/pgpcore/passphrase.h
11128         * src/plugins/pgpcore/plugin.c
11129         * src/plugins/pgpcore/prefs_gpg.c
11130         * src/plugins/pgpcore/prefs_gpg.h
11131         * src/plugins/pgpcore/select-keys.c
11132         * src/plugins/pgpcore/select-keys.h
11133         * src/plugins/pgpcore/sgpgme.c
11134         * src/plugins/pgpcore/sgpgme.h
11135         * src/plugins/pgpinline/pgpinline.c
11136         * src/plugins/pgpinline/pgpinline.h
11137         * src/plugins/pgpinline/plugin.c
11138         * src/plugins/pgpmime/pgpmime.c
11139         * src/plugins/pgpmime/pgpmime.h
11140         * src/plugins/pgpmime/plugin.c
11141         * src/plugins/spamassassin/spamassassin.c
11142         * src/plugins/spamassassin/spamassassin.h
11143         * src/plugins/spamassassin/spamassassin_gtk.c
11144         * src/plugins/trayicon/trayicon.c
11145         * tools/OOo2sylpheed.pl
11146         * tools/acroread2sylpheed.pl
11147         * tools/asus_mailled.sh
11148         * tools/filter_conv.pl
11149         * tools/freshmeat_search.pl
11150         * tools/google_search.pl
11151         * tools/kmail2sylpheed.pl
11152         * tools/kmail2sylpheed_v2.pl
11153         * tools/maildir2sylpheed.pl
11154         * tools/multiwebsearch.pl
11155         * tools/newscache_clean.pl
11156         * tools/outlook2sylpheed.pl
11157         * tools/sylpheed-switcher
11158         * tools/update-po
11159         * tools/vcard2xml.py
11160         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11161                 update FSF address
11162
11163 2005-09-21 [colin]      1.9.14cvs46
11164
11165         * src/gedit-print.c
11166         * src/procmsg.c
11167         * src/procmsg.h
11168         * src/textview.c
11169         * src/summaryview.c
11170                 Remove some printing hacks (deselection/reselection),
11171                 which by the way fix printing the currently 
11172                 displayed mime part (still only text)
11173                 Plus a little optimisation of summary_show
11174
11175
11176 2005-09-20 [colin]      1.9.14cvs45
11177
11178         * src/mainwindow.c
11179         * src/messageview.c
11180                 GUI fixups: add accels, set message
11181                 view title to displayed mail's subject
11182         * src/prefs_spelling.c
11183         * src/gtk/gtkaspell.c
11184                 GUI fixups: allow underlining misspelled
11185                 words instead of coloring them (a11y!)
11186
11187 2005-09-19 [colin]
11188
11189         1.9.15rc3 released
11190
11191 2005-09-19 [colin]      1.9.14cvs44
11192
11193         * src/compose.c
11194                 Fix draft message
11195         * src/gtk/gtkaspell.c
11196                 Fix wrong test ;-)
11197
11198 2005-09-19 [colin]      1.9.14cvs43
11199
11200         * src/addressbook.c
11201                 Fix sensitivity of Delete button
11202         * src/compose.c
11203                 Warn if the requested Privacy system
11204                 is not available
11205         * src/exphtmldlg.c
11206         * src/expldifdlg.c
11207         * src/importldif.c
11208         * src/importmutt.c
11209         * src/importpine.c
11210                 Fix crappy UI
11211         * src/
11212         * src/ssl.h
11213         * src/prefs_account.h
11214         * src/prefs_account.c
11215                 Save SSL prefs even in builds that have
11216                 SSL support disable
11217         * src/imap.c
11218         * src/inc.c
11219         * src/news.c
11220         * src/send_message.c
11221                 Warn if connection should be secure, but
11222                 SSL support isn't compiled in
11223         * src/gtkaspell.c
11224                 Fix word separation on UTF-8 systems
11225                 Fixes bug #812 (Strange inline spellchecking)
11226         * src/compose.c
11227                 Warn if the requested Privacy system
11228                 is not available
11229                 Factorize offline warning
11230         * src/imap.c
11231         * src/imap_gtk.c
11232         * src/imap_gtk.h
11233         * src/inc.h
11234         * src/news_gtk.c
11235         * src/news_gtk.h
11236         * src/messageview.c
11237                 Factorize offline warning
11238
11239 2005-09-19 [paul]
11240
11241         1.9.15-rc2 released
11242
11243 2005-09-18 [colin]      1.9.14cvs42
11244
11245         * src/codeconv.c
11246         * src/codeconv.h
11247         * src/procmime.c
11248                 Add a way to get locale's charset ignoring utf-8,
11249                 and use that as default encoding for broken mails
11250
11251 2005-09-18 [colin]      1.9.14cvs41
11252
11253         * src/gtk/logwindow.c
11254                 Translate string. Patch by Fabien Vantard
11255
11256 2005-09-18 [colin]      1.9.14cvs40
11257
11258         * configure.ac
11259                 Fix bug #803 (IMAP/SSL support breaks with 
11260                 GnuTLS libetpan 0.38)
11261
11262 2005-09-18 [colin]      1.9.14cvs39
11263
11264         * src/codeconv.c
11265         * src/compose.c
11266         * src/procmime.c
11267                 More charsets fixes. Fixes bug #806 (non
11268                 ascii characters in subject line)
11269
11270 2005-09-17 [paul]       1.9.14cvs38
11271
11272         * src/folderview.c
11273         * src/mainwindow.c
11274                 fix gcc-2.95 issues
11275                 Patch by Pawel Pekala
11276
11277 2005-09-17 [colin]      1.9.14cvs37
11278
11279         * src/addrindex.c
11280                 bugfix for NO-USE LDAP compilation, patch 
11281                 by Fabien Vantard
11282
11283 2005-09-17 [colin]      1.9.14cvs36
11284
11285         * src/prefs_actions.c
11286         * src/prefs_customheader.c
11287         * src/prefs_display_header.c
11288         * src/prefs_filtering_action.c
11289         * src/prefs_matcher.c
11290         * src/prefs_toolbar.c
11291                 Fix strange casts (less elegant but
11292                 works better)
11293
11294 2005-09-16 [colin]      1.9.14cvs35
11295
11296         * src/jpilot.c
11297                 Missed that one
11298
11299 2005-09-16 [colin]      1.9.14cvs34
11300
11301         * configure.ac
11302         * src/Makefile.am
11303         * src/addr_compl.c
11304         * src/addrindex.c
11305         * src/browseldap.c
11306         * src/editldap.c
11307         * src/ldaplocate.c
11308         * src/ldapquery.c
11309         * src/ldapquery.h
11310         * src/ldapserver.c
11311         * src/ldapserver.h
11312         * src/main.c
11313         * src/matcher_parser_parse.y
11314         * src/prefs_themes.c
11315         * src/etpan/Makefile.am
11316         * src/gtk/description_window.c
11317         * src/plugins/clamav/Makefile.am
11318         * src/plugins/clamav/clamav_plugin.c
11319         * src/plugins/dillo_viewer/Makefile.am
11320         * src/plugins/pgpcore/Makefile.am
11321         * src/plugins/pgpinline/Makefile.am
11322         * src/plugins/pgpmime/Makefile.am
11323         * src/plugins/trayicon/Makefile.am
11324                 Fix 100% cpu usage in address completion list
11325                 Fix little bugs (return with no values etc)
11326                 Fix all warnings (with common CFLAGS)
11327
11328 2005-09-15 [colin]      1.9.14cvs33
11329
11330         * src/addressbook.c
11331                 Fix bug where sometimes a group's email list is empty,
11332                 force its refresh (probably fixes "Re: how to create a 
11333                 distribution list")
11334         * src/ldapquery.c
11335                 Don't return to the callback in the main thread from the
11336                 fetch thread (or face segs!)
11337
11338 2005-09-15 [paul]       1.9.14cvs32
11339
11340         * src/prefs_matcher.c
11341                 forgotten in last commit
11342
11343 2005-09-15 [paul]       1.9.14cvs31
11344
11345         * src/prefs_actions.c
11346         * src/prefs_filtering_action.c
11347         * src/prefs_quote.c
11348         * src/quote_fmt.c
11349         * src/summaryview.c
11350         * src/gtk/description_window.c
11351         * src/gtk/description_window.h
11352         * src/gtk/quicksearch.c
11353                 allow interaction with the called
11354                 description window
11355                 Patch by Anders Hammar
11356
11357 2005-09-14 [paul]       1.9.14cvs30
11358
11359         * src/compose.c
11360                 fix a little annoyance when pasting with 3rd button 
11361                 with wrap_pastes=0 and wrap_input=1
11362                 Patch by Colin
11363
11364 2005-09-14 [paul]       1.9.14cvs29
11365
11366         * src/prefs_account.c
11367                 disable 'Filter messages on receiving' for
11368                 SMTP-only accounts
11369                 Patch  by Anders Hammar
11370
11371 2005-09-14 [paul]       1.9.14cvs28
11372
11373         * po/sk.po
11374                 fix crash
11375                 updated by Andrej Kacian
11376
11377 2005-09-14 [paul]
11378
11379         1.9.15-rc1 released
11380
11381 2005-09-14 [paul]       1.9.14cvs27
11382
11383         * po/es.po
11384                 updated by Ricardo Mones Lastra
11385         * src/compose.c
11386         * src/compose.h
11387                 associate no_wrap_tags to Compose windows
11388                 instead of using a static one
11389                 Patch by Colin
11390         * src/mbox.c
11391                 fix proc_mbox()
11392                 Patch by wwp
11393         * src/textview.c
11394                 remove unneeded printf()
11395
11396 2005-09-14 [paul]       1.9.14cvs26
11397
11398         * src/addrcache.c
11399         * src/codeconv.h
11400         * src/folder.h
11401         * src/mainwindow.h
11402         * src/mh.c
11403         * src/mimeview.h
11404         * src/partial_download.c
11405         * src/pop.c
11406         * src/prefs_account.c
11407         * src/prefs_account.h
11408         * src/prefs_actions.c
11409         * src/prefs_customheader.c
11410         * src/prefs_display_header.c
11411         * src/prefs_filtering_action.c
11412         * src/prefs_matcher.c
11413         * src/prefs_toolbar.c
11414         * src/privacy.h
11415         * src/procmime.c
11416         * src/procmime.h
11417         * src/procmsg.h
11418         * src/textview.c
11419         * src/undo.h
11420         * src/common/plugin.c
11421         * src/common/session.h
11422         * src/common/socket.c
11423         * src/common/socket.h
11424         * src/common/template.c
11425         * src/gtk/gtkaspell.c
11426         * src/gtk/quicksearch.h
11427         * src/plugins/pgpcore/passphrase.c
11428         * src/plugins/pgpcore/prefs_gpg.h
11429         * src/plugins/pgpcore/select-keys.c
11430         * src/plugins/pgpcore/select-keys.h
11431         * src/plugins/pgpcore/sgpgme.c
11432         * src/plugins/pgpinline/pgpinline.c
11433         * src/plugins/pgpmime/pgpmime.c
11434         * src/plugins/trayicon/trayicon.c
11435                 fix compilation warnings
11436                 Patch by Daniel Gustafson
11437
11438 2005-09-14 [paul]       1.9.14cvs25
11439
11440         * src/addressbook.c
11441                 add missing column header, and other small
11442                 bug fixes
11443                 Patch by Anders Hammar
11444
11445 2005-09-13 [colin]      1.9.14cvs24
11446
11447         * src/gtk/gtkaspell.c
11448                 Fix non-utf8 in menu
11449                 Fix little leaks
11450                 Nullify struct members after free()s
11451
11452 2005-09-13 [colin]      1.9.14cvs23
11453
11454         * src/compose.c
11455                 Test utf8 compliance before inserting to 
11456                 buffer, and try to convert if necessary
11457         * src/procmime.c
11458                 If no charset is present, use the locale 
11459                 one instead of us-ascii
11460         * src/procmsg.c
11461                 Add Sender, List-Post and To in the checked 
11462                 headers for automatic rules creation 
11463                 (thanks to wwp)
11464         * src/prefs_themes.c
11465         * src/gtk/gtkaspell.c
11466                 Remove deprecated functions. 
11467                 patch by Daniel Gustafson
11468
11469 2005-09-12 [colin]      1.9.14cvs22
11470
11471         * src/compose.c
11472                 Fix bug #448 (Scrolling/Redraw issue with 
11473                 address-fields in Header)
11474         * src/mainwindow.c
11475         * src/summaryview.c
11476         * src/summaryview.h
11477                 Fix loss of MSG_MARKED on move/copy
11478                 Fix bug #804 (Quicksearch togglebutton doesn't 
11479                 get depressed after '/' key is pressed)
11480
11481 2005-09-12 [paul]       1.9.14cvs21
11482
11483         * AUTHORS
11484         * src/gtk/logwindow.c
11485                 add 'Clear Log' to popup menu
11486                 Patch by Anders Hammar <anders.hammar@telia.com>
11487
11488 2005-09-12 [paul]       1.9.14cvs20
11489
11490         * src/compose.c
11491                 set correct sensitivity on attachments
11492                 popup menu
11493         * src/folder.c
11494                 fix typo
11495         * src/prefs_spelling.c
11496                 fix crash when no LANG env is set
11497         * src/common/xml.c
11498                 fix crash in wizard
11499                 don't use memeory after free
11500
11501         All patches by Daniel Gustafson
11502
11503 2005-09-12 [paul]       1.9.14cvs19
11504
11505         * src/prefs_themes.c
11506                 make theme info selectable
11507         * src/gtk/description_window.c
11508                 make window non-modal
11509         * tools/README
11510                 add details of asus_mailed.sh
11511         * tools/claws.i18n.status.pl
11512                 update for new zh_TW translator
11513                 widen the output
11514                 create alternate coloured lines
11515                 improve readability
11516
11517 2005-09-10 [colin]      1.9.14cvs18
11518
11519         * src/plugins/pgpcore/select-keys.c
11520                 Better order for the buttons
11521
11522 2005-09-10 [colin]      1.9.14cvs17
11523
11524         * src/compose.c
11525         * src/plugins/pgpcore/select-keys.c
11526         * src/plugins/pgpcore/select-keys.h
11527         * src/plugins/pgpcore/sgpgme.c
11528                 Add a "Don't encrypt" button to the key
11529                 selection dialog. Fixes bug #177 (There should be a 
11530                 'Don't encrypt button in the Select Keys dialog)
11531
11532 2005-09-10 [colin]      1.9.14cvs16
11533
11534         * src/compose.c
11535                 Fix bug #572 (%X option does not work with templates)
11536
11537 2005-09-10 [colin]      1.9.14cvs15
11538
11539         * src/toolbar.c 
11540                 Remove g_print
11541
11542 2005-09-10 [colin]      1.9.14cvs14
11543
11544         * src/imap.c
11545                 Fix a possible crash
11546
11547 2005-09-09 [colin]      1.9.14cvs13
11548
11549         * src/imap.c
11550         * src/etpan/imap-thread.c
11551         * src/etpan/imap-thread.h
11552                 Fix moving from queue or drafts to normal folders
11553                 Fix bug #794 (No way to delete without expunging)
11554                 Take flags unset by other mailers into account
11555                 Take deleted flag set by other mailers into account
11556                 Fix unsetting REPLIED flag
11557                 Fix crash when capabilities can't be retrieved
11558         * src/mainwindow.c
11559         * src/mainwindow.h
11560                 Add M_DELAYED_FLAGS condition, and let the user use
11561                 Execute in order to be able to expunge deleted mails,
11562                 even if he's not in delayed execute mode
11563         * src/prefs_spelling.c
11564                 Use 'en' dictionary by default if LANG is POSIX or C
11565         * src/gtk/prefswindow.c
11566                 Fix bug #767 (Preferences windows expanding) by making
11567                 the window a bit larger when the resolution is greater
11568                 than 640x480, and by putting the prefs in a
11569                 GtkScrolledWindow.
11570
11571 2005-09-09 [paul]       1.9.14cvs12
11572
11573         * AUTHORS
11574         * configure.ac
11575         * po/zh_TW.Big5.po      ** REMOVED **
11576         * po/zh_TW.po           ** ADDED **
11577                 updated by Wei-Lun Chao
11578
11579 2005-09-09 [paul]       1.9.14cvs11
11580
11581         * src/mainwindow.c
11582                 fix asserts
11583         * src/common/xml.c
11584                 delay memory allocation until file is
11585                 opened successfully
11586                 Patch by Daniel Gustafson
11587
11588 2005-09-09 [colin]      1.9.14cvs10
11589
11590         * src/imap.c
11591                 Add guards
11592
11593 2005-09-08 [colin]      1.9.14cvs9
11594
11595         * src/compose.c
11596                 Alert when we can't save draft
11597                 Fix various wrap/color issues
11598                 Add mid-click pasting respecting wrap_paste option
11599         * src/folder.c
11600         * src/folder.h
11601         * src/folder_item_prefs.c
11602         * src/folder_item_prefs.h
11603         * src/imap.c
11604         * src/imap_gtk.c
11605         * src/imap_gtk.h
11606         * src/main.c
11607         * src/mainwindow.c
11608         * src/mainwindow.h
11609         * src/news.c
11610         * src/news_gtk.c
11611         * src/news_gtk.h
11612         * src/prefs_folder_item.c
11613                 Fix the impossibility to synchronise folders for
11614                 offline use (IMAP and NNTP are concerned)
11615
11616 2005-09-08 [colin]      1.9.14cvs8
11617
11618         * configure.ac
11619                 Build LDAP and JPilot by default if available
11620         * src/textview.c
11621                 Fix use after free
11622
11623 2005-09-08 [paul]       1.9.14cvs7
11624
11625         * doc/manual/en/sylpheed-1.html
11626         * doc/manual/en/sylpheed-18.html
11627         * doc/manual/en/sylpheed-19.html
11628         * doc/manual/en/sylpheed-4.html
11629         * doc/manual/en/sylpheed-6.html
11630         * doc/manual/en/sylpheed.html
11631                 a few minor updates, plus include some
11632                 details about plugins and their requirements
11633         * src/mainwindow.c
11634                 minor changes to English in /View/Sort
11635
11636 2005-09-07 [colin]      1.9.14cvs6
11637
11638         * doc/manual/en/sylpheed-1.html
11639         * doc/manual/en/sylpheed-10.html
11640         * doc/manual/en/sylpheed-11.html
11641         * doc/manual/en/sylpheed-12.html
11642         * doc/manual/en/sylpheed-13.html
11643         * doc/manual/en/sylpheed-14.html
11644         * doc/manual/en/sylpheed-15.html
11645         * doc/manual/en/sylpheed-16.html
11646         * doc/manual/en/sylpheed-17.html
11647         * doc/manual/en/sylpheed-18.html
11648         * doc/manual/en/sylpheed-19.html
11649         * doc/manual/en/sylpheed-2.html
11650         * doc/manual/en/sylpheed-20.html
11651         * doc/manual/en/sylpheed-21.html
11652         * doc/manual/en/sylpheed-22.html
11653         * doc/manual/en/sylpheed-3.html
11654         * doc/manual/en/sylpheed-4.html
11655         * doc/manual/en/sylpheed-5.html
11656         * doc/manual/en/sylpheed-6.html
11657         * doc/manual/en/sylpheed-7.html
11658         * doc/manual/en/sylpheed-8.html
11659         * doc/manual/en/sylpheed-9.html
11660         * doc/manual/en/sylpheed.html
11661                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11662
11663 2005-09-07 [colin]      1.9.14cvs5
11664
11665         * src/mainwindow.c
11666                 Make labels more to-the-point
11667
11668 2005-09-07 [colin]      1.9.14cvs4
11669
11670         * doc/manual/en/sylpheed-1.html
11671         * doc/manual/en/sylpheed-12.html
11672         * doc/manual/en/sylpheed-13.html
11673         * doc/manual/en/sylpheed-14.html
11674         * doc/manual/en/sylpheed-15.html
11675         * doc/manual/en/sylpheed-16.html
11676         * doc/manual/en/sylpheed-17.html
11677         * doc/manual/en/sylpheed-18.html
11678         * doc/manual/en/sylpheed-19.html
11679         * doc/manual/en/sylpheed-2.html
11680         * doc/manual/en/sylpheed-20.html
11681         * doc/manual/en/sylpheed-21.html
11682         * doc/manual/en/sylpheed-22.html
11683         * doc/manual/en/sylpheed-4.html
11684         * doc/manual/en/sylpheed-5.html
11685         * doc/manual/en/sylpheed-6.html
11686         * doc/manual/en/sylpheed-7.html
11687         * doc/manual/en/sylpheed-8.html
11688         * doc/manual/en/sylpheed-9.html
11689         * doc/manual/en/sylpheed.html
11690                 Update manual
11691
11692 2005-09-07 [colin]      1.9.14cvs3
11693
11694         * doc/faq/en/sylpheed-faq-1.html
11695         * doc/faq/en/sylpheed-faq-2.html
11696         * doc/faq/en/sylpheed-faq-3.html
11697         * doc/faq/en/sylpheed-faq.html
11698                 Update FAQ
11699
11700 2005-09-07 [colin]      1.9.14cvs2
11701
11702         * src/folderview.c
11703         * src/procmsg.c
11704         * src/summaryview.c
11705         * src/toolbar.c
11706                 Fix special subfolders:
11707                 - Inherit parent's icon
11708                 - sent contents of queues subfolders
11709                 - empty subfolders of trashes
11710         * src/mainwindow.c
11711                 Remove outdated manual and faq entries
11712         * src/common/utils.c
11713                 Add quotes around %s coming from mailcap
11714
11715 2005-09-07 [colin]      1.9.14cvs1
11716
11717         * src/compose.c
11718                 After saving draft, set modified to FALSE
11719         * src/mimeview.c
11720         * src/common/utils.c
11721         * src/common/utils.h
11722                 Try to open mime parts using what is 
11723                 indicated in ~/.mailcap or /etc/mailcap,
11724                 if possible.
11725
11726 2005-09-05 [paul]       1.9.14
11727
11728         1.9.14 released
11729
11730         * po/sk.po
11731                 updated by Andrej Kacian
11732
11733 2005-09-05 [paul]       1.9.13cvs83
11734
11735         * po/de.po
11736         * po/es.po
11737         * po/fi.po
11738         * po/fr.po
11739         * po/nb.po
11740         * po/pt_BR.po
11741         * po/sr.po
11742                 updated translations by Thomas Gilgin, Ricardo Mones
11743                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11744                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11745
11746 2005-09-04 [paul]       1.9.13cvs82
11747
11748         * src/compose.c
11749                 only warn about exceeded line length limit
11750                 on send
11751
11752 2005-09-04 [paul]       1.9.13cvs81
11753
11754         * src/compose.c
11755                 fix crash in 'line length exceeded' dialogue
11756
11757 2005-09-02 [paul]       1.9.13cvs80
11758
11759         * src/imap.c
11760                 fix bug 795, 'Connection lost IMAP'
11761                 and add statusbar prints
11762                 Patch by Colin
11763
11764 2005-09-02 [paul]       1.9.13cvs79
11765
11766         * src/compose.c
11767                 compose_wrap_paragraph() becomes
11768                 compose_beautify_paragraph()
11769                 Patch by Colin
11770
11771 2005-09-02 [colin]      1.9.13cvs78
11772
11773         * src/folderview.c
11774                 Micro-fix
11775
11776 2005-09-01 [colin]      1.9.13cvs77
11777
11778         * src/imap.c
11779                 Maybe fix bug #795 (Connection lost IMAP)
11780                 Don't try to send logout when we're disconnected.
11781         * src/summaryview.c
11782                 Include locked and marked emails in HRM
11783                 view. Fixes bug #800 (Locked messages no longer 
11784                 show up when hide read messages is used)
11785
11786 2005-09-01 [paul]       1.9.13cvs76
11787
11788         * src/prefs_common.c
11789                 fix bad cutting
11790
11791 2005-08-31 [colin]      1.9.13cvs75
11792
11793         * src/folderview.c
11794         * src/folderview.h
11795         * src/prefs_summaries.c
11796         * src/summaryview.c
11797                 Fix "go to next new", fix preference
11798                 (Open unread/next swapped)
11799
11800 2005-08-31 [paul]       1.9.13cvs74
11801
11802         * src/compose.c
11803         * src/folderview.c
11804         * src/headerview.c
11805         * src/headerview.h
11806         * src/mainwindow.c
11807         * src/prefs_common.c
11808         * src/prefs_common.h
11809         * src/prefs_fonts.c
11810         * src/summaryview.c
11811         * src/textview.c
11812         * src/common/defs.h
11813                 remove obsolete BOLD_FONT setting
11814                 fix font update in headerview and textview
11815                 headers after prefs change
11816                 Patch By Colin
11817
11818 2005-08-31 [paul]
11819
11820         1.9.14-rc4 released
11821
11822 2005-08-30 [colin]      1.9.13cvs73
11823
11824         * src/summaryview.c
11825                 When Hide read messages is selected and we
11826                 refresh the summaryview, don't remove the 
11827                 currently displayed message. Fixes bug #797
11828                 (Summary view reloads when new mail is 
11829                 downloaded in 1.9.14 rc)
11830
11831 2005-08-30 [colin]      1.9.13cvs72
11832
11833         * src/folderview.c
11834                 Fix flickering
11835         * src/mainwindow.c
11836                 Remove useless callback
11837         * src/mimeview.c
11838         * src/gtk/filesel.c
11839         * src/gtk/filesel.h
11840                 Add a filesel_select_file_save_folder() - used by Save All
11841
11842 2005-08-29 [paul]       1.9.13cvs71
11843
11844         * AUTHORS
11845         * src/matcher_parser_parse.y
11846         * src/etpan/imap-thread.c
11847                 fix building on FreeBSD
11848                 Patch by Daniel Gustafson <daniel@hobbit.se>
11849
11850 2005-08-29 [paul]       1.9.13cvs70
11851
11852         * src/plugins/pgpinline/pgpinline.c
11853                 only initialise sig result if it's been handled
11854                 Patch by Colin
11855
11856 2005-08-29 [paul]       1.9.13cvs69
11857         
11858         Patches by Colin:
11859
11860         * src/imap.c
11861         * src/common.utils.c
11862         * src/common/utils.h
11863                 optimisation
11864         * src/stock_pixmap.h
11865                 fix wrong icon reference
11866         * src/pixmaps/trash_btn.xpm
11867                 replace with nicer image
11868
11869 2005-08-28 [colin]      1.9.13cvs68
11870
11871         * src/Makefile.am
11872         * src/stock_pixmap.c
11873         * src/stock_pixmap.h
11874         * src/toolbar.c
11875         * src/pixmaps/trash_btn.xpm
11876                 Add a specific trash xpm for the button
11877
11878 2005-08-28 [colin]      1.9.13cvs67
11879
11880         * src/imap.c
11881                 Fix leak
11882
11883 2005-08-27 [colin]      1.9.13cvs66
11884
11885         * src/imap.c
11886         * src/procmime.c
11887                 Correctly fix "Problem with replies", fixes
11888                 pgpmime encryption too. 
11889
11890 2005-08-27 [colin]      1.9.13cvs65
11891
11892         * src/folder.c
11893         * src/procmsg.c
11894         * src/procmsg.h
11895         * src/summaryview.c
11896                 Fix bug #517 (messages removed from summaryview 
11897                 when moving fails)
11898
11899 2005-08-27 [colin]      1.9.13cvs64
11900
11901         * tools/Makefile.am
11902         * tools/asus_mailled.sh
11903                 Add a script to blink ASUS laptops' mail LED where there
11904                 is unread mail.
11905
11906 2005-08-27 [colin]      1.9.13cvs63
11907
11908         * src/imap.c
11909         * src/etpan/imap-thread.c
11910         * src/etpan/imap-thread.h
11911                 Implement automatic choosing of login method
11912                 Fixes bug #791
11913         * src/gtk/.cvsignore
11914                 Add sylpheed-marshal.[ch]
11915
11916 2005-08-27 [colin]      1.9.13cvs62
11917
11918         * src/common/utils.c
11919                 Fix confusing perror
11920
11921 2005-08-27 [colin]      1.9.13cvs61
11922
11923         * src/toolbar.c
11924         * src/toolbar.h
11925                 Remove A_DELETE, replace it with 
11926                 A_TRASH and A_DELETE_REAL. Automatically
11927                 rewrite config files to replace A_DELETE
11928                 with A_TRASH (no functionality change).
11929                 Fixes half of #794
11930
11931 2005-08-26 [colin]      1.9.13cvs60
11932
11933         * src/procmime.c
11934                 Previous "Problem with replies" fix brought other
11935                 problems, fixing them
11936
11937 2005-08-26 [colin]      1.9.13cvs59
11938
11939         * src/procmime.c
11940                 Fix "Problem with replies". This happened only
11941                 on IMAP...
11942         * src/procmsg.c
11943                 Factorize code a bit
11944         * src/compose.c
11945                 Speed improvement on very long messages (wrapping)
11946                 Fix signature color on Reedit and Redirect
11947                 On Reedit, don't attach pgp-signatures parts, but
11948                 set signing to On.
11949
11950 2005-08-24 [paul]       1.9.13cvs58
11951
11952         * src/compose.c
11953                 don't claim success when clicking
11954                 Cancel on the passphrase box.
11955                 Patch by Colin
11956
11957 2005-08-24 [paul]       1.9.13cvs57
11958
11959         * src/main.c
11960                 fix misplaced sylpheed.log
11961         * src/common/defs.h
11962                 define UIDL_DIR
11963
11964 2005-08-24 [paul]       1.9.13cvs56
11965
11966         * src/imap.c
11967         * src/etpan/imap-thread.c
11968         * src/etpan/imap-thread.h
11969                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11970                 Patch by Colin
11971         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11972         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11973                 remove autogenerated files
11974         * tools/kdeservicemenu/README
11975         * tools/kdeservicemenu/install.sh
11976         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11977         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11978                 use Claws icon, use 'Sylpheed-Claws' in menu,
11979                 use kdialog, and other cleanups
11980
11981 2005-08-23 [paul]       1.9.13cvs55
11982
11983         * src/compose.c
11984                 fix paste/wrap crash
11985                 Patch by Colin
11986
11987 2005-08-23 [paul]       1.9.13cvs54
11988
11989         * src/main.c
11990                 fix crash recovery
11991                 Patch by Colin
11992
11993 2005-08-23 [paul]       1.9.13cvs53
11994
11995         * src/addressbook.c
11996         * src/editaddress.c
11997                 view all data of LDAP contacts
11998                 Patch by Colin
11999
12000 2005-08-23 [paul]       1.9.13cvs52
12001
12002         * src/addressbook.c
12003                 fix issues with the Search field
12004                 Patch by Colin
12005
12006 2005-08-22 [paul]       1.9.13cvs51
12007
12008         * src/folderview.c
12009                 put name of folder in processing dialog
12010                 title
12011         * src/prefs_folder_item.c
12012                 improve english usage
12013
12014 2005-08-22 [paul]       1.9.13cvs50
12015
12016         * src/filtering.c
12017         * src/filtering.h
12018         * src/matcher.c
12019         * src/matcher_parser_lex.l
12020         * src/matcher_parser_parse.y
12021         * src/prefs_filtering.c
12022                 add Filtering/Processing rule names feature.
12023                 (the incompatible old matcherrc is saved as
12024                 matcherrc.pre_names).
12025                 Patch by Colin
12026
12027 2005-08-22 [paul]       1.9.13cvs49
12028
12029         * src/procmsg.c
12030                 fix colour labelling
12031                 Patch by Colin
12032
12033 2005-08-22 [paul]       1.9.13cvs48
12034
12035         * src/textview.c
12036                 fix open_image_cb()
12037
12038 2005-08-22 [paul]       1.9.13cvs47
12039
12040         * src/imap.c
12041                 fix bug 789, 'SC crashes with imap (CVS ver)'
12042                 Patch by Colin
12043
12044 2005-08-22 [paul]       1.9.13cvs46
12045
12046         * src/mimeview.c
12047         * src/prefs_common.c
12048         * src/common/defs.h
12049                 define reused defaults in defs.h
12050         * src/textview.c
12051                 add 'Open image' to image popup menu
12052
12053 2005-08-21 [colin]      1.9.13cvs45
12054
12055         * src/summaryview.c
12056                 Fix bug #788 (Bogus "From" address displayed)
12057
12058 2005-08-20 [colin]      1.9.13cvs44
12059
12060         * src/folder.c
12061                 Fix buf #787 (multilevel delete causes SIGSEGV)
12062
12063 2005-08-19 [colin]      1.9.13cvs43
12064
12065         * src/inc.c
12066         * src/prefs_common.c
12067         * src/prefs_common.h
12068                 Add an hidden pref to allow modifying the
12069                 update stepping in incorporation.
12070                 Patch by wwp.
12071
12072 2005-08-19 [colin]      1.9.13cvs42
12073
12074         * src/compose.c
12075         * src/procmime.c
12076                 Workaround for broken MUAs: encode 
12077                 Content-type: name: as ASCII and 
12078                 Content-Disposition: filename: as
12079                 per rfc2231
12080         * src/prefs_account.c
12081                 Fix invisible-ness of SMTP SSL prefs
12082                 in NNTP accounts
12083
12084 2005-08-19 [paul]       1.9.13cvs41
12085
12086         * src/compose.c
12087         * src/prefs_common.c
12088         * src/prefs_common.h
12089         * src/prefs_wrapping.c
12090                 paste with or without wrapping.
12091                 patch by Colin
12092
12093 2005-08-19 [paul]       1.9.13cvs40
12094
12095         * src/prefs_common.c
12096         * src/prefs_common.h
12097         * src/summaryview.c
12098                 reintroduce enable_swap_from as a
12099                 hidden pref. patch by Colin
12100         * src/quote_fmt_parse.y
12101         * src/plugins/clamav/clamav_plugin.c
12102         * src/plugins/dillo_viewer/dillo_viewer.c
12103         * src/plugins/mathml_viewer/mathml_viewer.c
12104         * src/plugins/pgpcore/sgpgme.c
12105         * src/plugins/pgpinline/pgpinline.c
12106         * src/plugins/pgpmime/pgpmime.c
12107                 tidy up. patch by Colin
12108
12109 2005-08-19 [paul]       1.9.13cvs39
12110
12111         * configure.ac
12112                 complete cvs38's sync
12113         * src/editaddress.c
12114         * src/gedit-print.c
12115         * src/mutt.c
12116         * src/etpan/etpan-log.c
12117         * src/etpan/imap-thread.c
12118         * src/gtk/gtksourceprintjob.c
12119                 fix compilation warnings
12120                 (patch by Colin)
12121
12122 2005-08-19 [paul]       1.9.13cvs38
12123
12124         sync with main:
12125
12126         * src/account.c
12127         * src/action.c
12128         * src/addrbook.c
12129         * src/addrcache.c
12130         * src/addrharvest.c
12131         * src/addrindex.c
12132         * src/codeconv.c
12133         * src/compose.c
12134         * src/crash.c
12135         * src/exporthtml.c
12136         * src/exportldif.c
12137         * src/folder.c
12138         * src/image_viewer.c
12139         * src/inc.c
12140         * src/inc.h
12141         * src/jpilot.c
12142         * src/ldif.c
12143         * src/main.c
12144         * src/matcher.c
12145         * src/mbox.c
12146         * src/messageview.c
12147         * src/mh.c
12148         * src/mimeview.c
12149         * src/msgcache.c
12150         * src/mutt.c
12151         * src/news.c
12152         * src/partial_download.c
12153         * src/pine.c
12154         * src/pop.c
12155         * src/prefs_actions.c
12156         * src/prefs_common.c
12157         * src/prefs_customheader.c
12158         * src/prefs_display_header.c
12159         * src/prefs_gtk.c
12160         * src/prefs_themes.c
12161         * src/procheader.c
12162         * src/procmime.c
12163         * src/procmsg.c
12164         * src/recv.c
12165         * src/send_message.c
12166         * src/simple-gettext.c
12167         * src/sourcewindow.c
12168         * src/textview.c
12169         * src/vcard.c
12170         * src/common/defs.h
12171         * src/common/log.c
12172         * src/common/plugin.c
12173         * src/common/prefs.c
12174         * src/common/session.c
12175         * src/common/session.h
12176         * src/common/socket.c
12177         * src/common/socket.h
12178         * src/common/ssl_certificate.c
12179         * src/common/template.c
12180         * src/common/utils.c
12181         * src/common/utils.h
12182         * src/common/xml.c
12183         * src/gtk/about.c
12184         added wrappers for C library function that
12185                 take pathname arguments.
12186                 enabled compilation with MinGW.
12187                 use GDir instead of directly using opendir().
12188                 added rename_force().
12189
12190 2005-08-19 [paul]       1.9.13cvs37
12191         
12192         patches by Colin:
12193         * src/compose.c
12194                 fix privacy settings on re-editing
12195                 a sent message
12196         * src/jpilot.c
12197                 fix encoding bug
12198         * src/folder.c
12199         * src/procmsg.c
12200         * src/procmsg.h
12201         * src/summaryview.c
12202                 flag changing optimisation
12203
12204 2005-08-18 [martin]     1.9.13cvs36
12205
12206         * commitHelper
12207             added my login
12208         * src/addrcache.c
12209         * src/addrharvest.c
12210         * src/addrindex.c
12211         * src/compose.c
12212         * src/grouplistdialog.c
12213         * src/main.c
12214         * src/mainwindow.c
12215         * src/msgcache.c
12216         * src/mutt.c
12217         * src/pine.c
12218         * src/prefs_account.c
12219         * src/prefs_themes.c
12220         * src/stock_pixmap.c
12221         * src/summaryview.c
12222         * src/gtk/about.c
12223         * src/gtk/logwindow.c
12224             removed deprecated glib and gdk stuff
12225         * src/plugins/pgpcore/select-keys.c
12226             convert attributes from locale to utf8
12227
12228 2005-08-17 [paul]       1.9.13cvs35
12229
12230         * src/account.c
12231         * src/addressbook.c
12232                 use new GTK_STOCK_ icons if available
12233         * src/summaryview.c
12234         * src/gtk/gtksctree.c
12235         * src/gtk/gtksctree.h
12236                 faster range select. patch by Colin
12237
12238 2005-08-17 [paul]       1.9.13cvs34
12239
12240         patches by colin:
12241         * src/addressbook.c
12242         * src/addressitem.h
12243                 Add an edit button for contacts, fix selections
12244                 of gtksctree items
12245         * src/editaddress.c
12246                 Change labels, let Save be always possible in the
12247                 email and user atributes tabs
12248         * src/folderview.c
12249                 fix sort issues
12250         * src/summaryview.c
12251                 select next item instead of the displayed one
12252                 after deletion
12253
12254         * src/gtk/progressdialog.c
12255                 use prefs_common.enable_rules_hint
12256
12257 2005-08-13 [hoa]        1.9.13cvs33
12258
12259         * src/etpan/imap-thread.c
12260                 fixed build on Solaris.
12261
12262 2005-08-10 [colin]      1.9.13cvs32
12263
12264         * src/procmsg.c
12265                 Fix cvs31 (missing fclose before reading
12266                 the file)
12267
12268 2005-08-10 [colin]      1.9.13cvs31
12269
12270         * src/procmsg.c
12271                 Fix procmsg_msginfo_new_from_mimeinfo() when
12272                 the MimeInfo isn't stored in memory. This fixes
12273                 replying to an attached message.
12274
12275 2005-08-10 [colin]      1.9.13cvs30
12276
12277         * src/mainwindow.c
12278                 Fix slowness in account changing
12279
12280 2005-08-10 [colin]      1.9.13cvs29
12281
12282         * src/folder.c
12283         * src/folderutils.c
12284         * src/folderview.c
12285         * src/imap_gtk.c
12286         * src/mainwindow.c
12287         * src/mh_gtk.c
12288         * src/procmsg.c
12289         * src/summaryview.c
12290                 Optimize folder_has_parent_of_type
12291                 Prevent moving special sub-folders from contextual menus
12292                 Rework message a bit ("Empty all messages" -> "Delete all
12293                 messages")
12294                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12295                 and "Deleted Items" folders)
12296
12297 2005-08-08 [colin]      1.9.13cvs28
12298
12299         * src/summaryview.c
12300         * src/prefs_summaries.c
12301                 Make "Select first unread|new" more flexible
12302                 (just prioritize new or unread)
12303
12304 2005-08-08 [colin]      1.9.13cvs27
12305
12306         * src/summaryview.c
12307                 If "select first new" is selected and there only
12308                 are unread messages, fallback to "select first
12309                 unread".
12310
12311 2005-08-08 [colin]      1.9.13cvs26
12312
12313         * src/folder.c
12314                 Fix shameful bugs (and bug #779)
12315
12316 2005-08-08 [colin]      1.9.13cvs25
12317
12318         * src/folder.c
12319         * src/folder.h
12320                 Cache parents' type to make folder_has_parent_of_type
12321                 faster
12322         * src/folderview.c
12323                 Forbid DnD of special sub-folders
12324         * src/procmsg.c
12325         * src/procmsg.h
12326                 Add MAIL_POSTFILTERING_HOOK
12327         * src/summaryview.c
12328                 Revert over-zealous deletion of the use_addr_book 
12329                 code
12330
12331 2005-08-07 [colin]      1.9.13cvs24
12332
12333         * src/folder.c
12334                 Fix big mistake (passing MsgInfo instead 
12335                 of FolderItem)
12336
12337 2005-08-07 [colin]      1.9.13cvs23
12338
12339         * src/compose.c
12340         * src/folder.c
12341         * src/folder.h
12342         * src/foldersel.c
12343         * src/folderutils.c
12344         * src/folderview.c
12345         * src/imap.c
12346         * src/mainwindow.c
12347         * src/messageview.c
12348         * src/mh.c
12349         * src/msgcache.c
12350         * src/procmime.c
12351         * src/summaryview.c
12352                 Make subfolders of Drafts, Queue, Outbox, Trash
12353                 work like their parents. 
12354                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12355
12356 2005-08-07 [colin]      1.9.13cvs22
12357
12358         * src/addressbook.c
12359                 Fix bug #771 (Dragged contacts not saved)
12360
12361 2005-08-07 [paul]       1.9.13cvs21
12362
12363         * src/summaryview.c
12364                 fix bug 32 'Search Doesn't display results
12365                 if "Hide Read Messages" is chosen'
12366                 be more literal in interpreting 'Hide read
12367                 messages'
12368
12369 2005-08-07 [colin]      1.9.13cvs20
12370
12371         * src/folderview.c
12372                 Add debug
12373         * src/summaryview.c
12374                 Faster 'unthread_for_execution'
12375
12376 2005-08-06 [paul]       1.9.13cvs19
12377
12378         * src/mainwindow.c
12379                 add mnemonics to Set displayed columns
12380                 fix bug where msgview_visible option was
12381                 overwritten as TRUE on startup
12382
12383 2005-08-06 [paul]       1.9.13cvs18
12384
12385         * src/mainwindow.c
12386                 refer to 'displayed columns in folder/message
12387                 list' not 'displayed items in summary/message view'
12388         * src/prefs_display_header.c
12389                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12390                 be consistent with similar dialogues
12391         * src/prefs_folder_column.c
12392         * src/prefs_summary_column.c
12393                 'columns' not 'items', and folder and message lists,
12394                 instead of folder and summary views;
12395                 Use 'Hidden columns' as list heading not 'Available
12396                 items';
12397                 move the 'Remove' button to the right hand side;
12398                 top-align the buttons;
12399                 remove unneeded vbox
12400         * src/prefs_summaries.c
12401                 put the 2 column prefs buttons in a frame to reduce
12402                 overall width; refer to columns not items &c.
12403
12404 2005-08-05 [colin]      1.9.13cvs17
12405
12406         * src/prefs_common.c
12407         * src/prefs_common.h
12408         * src/mainwindow.c
12409         * src/compose.c
12410         * src/messageview.c
12411                 Add an hidden toolbar_detachable pref, so
12412                 that I can get rid of these painful handles
12413                 in the toolbars. Defaults to TRUE to avoid
12414                 changing the GUI on unsuspecting people...
12415
12416 2005-08-05 [colin]      1.9.13cvs16
12417
12418         * src/Makefile.am
12419         * src/prefs_folder_column.c
12420         * src/prefs_folder_column.h
12421                 Add prefs for folder columns
12422         * src/folderview.c
12423         * src/folderview.h
12424         * src/mainwindow.c
12425         * src/mainwindow.h
12426         * src/prefs_common.c
12427         * src/prefs_common.h
12428         * src/prefs_summaries.c
12429                 Use them
12430         * src/prefs_summary_column.c
12431         * src/summaryview.c
12432         * src/summaryview.h
12433                 Add a To column
12434         * src/textview.c
12435         * src/common/utils.c
12436         * src/common/utils.h
12437                 Move uri colourisation functions
12438                 to utils
12439         * src/compose.c
12440                 Colourise URIs
12441         * src/imap.c
12442                 Fix bug with LIST where we'd try
12443                 to get Folder//////[...]/// 
12444
12445 2005-08-05 [paul]       1.9.13cvs15
12446
12447         * src/prefs_summaries.c
12448                 improve the English usage
12449         * src/summaryview.c
12450                 set font on column change
12451                 thanks to Colin
12452
12453 2005-08-05 [paul]       1.9.13cvs14
12454
12455         * src/prefs_common.c
12456         * src/prefs_common.h
12457         * src/prefs_summaries.c
12458         * src/summaryview.c
12459                 replace 'open_unread_on_enter' option with
12460                 'select_on_entry' option. opening/not opening
12461                 is now exclusively controlled by 'always_show_msg'
12462
12463 2005-08-04 [colin]      1.9.13cvs13
12464
12465         * src/compose.c
12466                 Remove dead code
12467                 Add colourisation of quotes and signatures
12468         * src/folderview.c
12469                 Fix possible crashes
12470         * src/messageview.c
12471                 Change an assert that is no problem
12472         * src/news.c
12473         * src/news_gtk.c
12474         * src/news_gtk.h
12475                 Fix offline mode
12476         * src/gtk/quicksearch.c
12477                 Fix a possible crash
12478
12479 2005-08-03 [colin]      1.9.13cvs12
12480
12481         * src/prefs_account.c
12482                 Fix bug #777 (Sylpheed crash in account configuration)
12483
12484 2005-08-03 [colin]      1.9.13cvs11
12485
12486         * src/addressbook.c
12487         * src/editaddress.c
12488         * src/editgroup.c
12489                 Fixing addressbook, round 2
12490         * src/textview.c
12491                 Fix emphasis color on rechecking 'Colorize messages'
12492
12493 2005-08-03 [paul]       1.9.13cvs10
12494
12495         sync with main
12496
12497         * src/addr_compl.c
12498         * src/compose.c
12499         * src/main.c
12500         * src/pop.c
12501         * src/prefs_account.c
12502         * src/procmime.c
12503         * src/procmsg.c
12504         * src/quote_fmt_parse.y
12505         * src/textview.c
12506         * src/common/quoted-printable.c
12507         * src/common/utils.c
12508         * src/common/utils.h
12509         * src/common/xml.c
12510                 replaced incorrect locale-independent
12511                 ctype functions with GLib's. Corrected
12512                 signedness mismatch.
12513         * src/headerview.c
12514                 headerview_create(): added spacing for vbox.
12515         * src/gtk/about.c
12516                 set focus to the OK button.
12517
12518 2005-08-03 [colin]      1.9.13cvs9
12519
12520         * src/folderview.c
12521                 Fix possible crash
12522
12523 2005-08-02 [colin]      1.9.13cvs8
12524
12525         * src/mainwindow.c
12526                 Fix cast
12527         * src/addressbook.c
12528         * src/addressitem.h
12529                 Fix a cast and more generally, try to make the
12530                 GUI more intuitive and consistent (round 1)
12531
12532 2005-08-02 [paul]       1.9.13cvs7
12533
12534         * src/folder.h
12535                 missing in 1.9.13cvs6
12536
12537 2005-08-02 [colin]      1.9.13cvs6
12538
12539         * src/folder.c
12540                 Fix one more leak
12541
12542 2005-08-02 [colin]      1.9.13cvs5
12543
12544         * src/folder.c
12545         * src/folderview.c
12546         * src/imap.c
12547         * src/main.c
12548         * src/mbox.c
12549         * src/procmsg.c
12550         * src/summaryview.c
12551                 Fix a number of folder_item_get_msg_list()-related
12552                 leaks (missing procmsg_msginfo_free()s)
12553
12554 2005-08-01 [colin]      1.9.13cvs4
12555
12556         * src/folderview.c
12557         * src/folderview.h
12558         * src/mainwindow.c
12559         * src/prefs_fonts.c
12560         * src/prefs_summaries.c
12561         * src/prefs_themes.c
12562         * src/summaryview.c
12563         * src/summaryview.h
12564         * src/textview.c
12565         * src/textview.h
12566                 Fix instant-apply of summary and folderview-related prefs
12567                 Fix erroneous g_free and alertpanels in prefs_theme
12568                 Add instant-apply for fonts
12569                 Defer applying of prefs a little bit so it's done only
12570                 once even if requested by multiples prefs pages
12571
12572 2005-08-01 [paul]       1.9.13cvs3
12573
12574         * src/main.c
12575                 fix bug 776 'S.C. crashes on close'
12576                 thanks to Colin
12577         * src/etpan/etpan-thread-manager-types.h
12578                 add missing include
12579                 thanks to Hoa
12580
12581 2005-07-25 [paul]       1.9.13cvs2
12582
12583         * src/summaryview.c
12584                 fix typos. spotted by Fabien Vantard
12585
12586 2005-07-24 [paul]       1.9.13cvs1
12587
12588         * doc/man/sylpheed.1
12589                 update man page, incorporating fix of
12590                 bug 769 'Typo in manpage'
12591         * src/etpan/imap-thread.c
12592                 fix NetBSD openssl dependencies. patch by
12593                 George Michaelson <ggm@apnic.net>
12594         * po/pt_BR.po
12595                 updated by Frederico Goncalves Guimaraes
12596
12597 2005-07-22 [paul]       1.9.13
12598
12599         1.9.13 release
12600
12601 2005-07-22 [paul]       1.9.12cvs91
12602
12603         * AUTHORS
12604         * INSTALL
12605         * README.claws
12606         * RELEASE_NOTES.claws
12607                 updated for release
12608         * configure.ac
12609         * po/nb.po
12610         * tools/claws.i18n.status.pl
12611                 add Norwegian translation. submiited by
12612                 Geir Helland <pjallabais@users.sourceforge.net>
12613         * po/ca.po
12614         * po/de.po
12615         * po/es.po
12616         * po/fi.po
12617         * po/fr.po
12618         * po/it.po
12619         * po/sk.po
12620         * po/sr.po
12621         * po/zh_CN.po
12622                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12623                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12624                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12625                 Yang Guilong
12626         * src/plugins/clamav/clamav_plugin_gtk.c
12627         * src/plugins/spamassassin/spamassassin_gtk.c
12628                 replace outdated description strings
12629
12630 2005-07-21 [colin]      1.9.12cvs90
12631
12632         * src/folder.c
12633                 Set folder to batch mode when scanning it. Makes deletion
12634                 of unread mails on IMAP much faster (due to the UNREAD 
12635                 flag unsetting)
12636
12637 2005-07-21 [darko]      1.9.12cvs89
12638
12639         * configure.ac
12640                 link against libresolv if necessary (patch by Paul)
12641         * src/msgcache.c
12642                 use glib's portable macros to determine endianness
12643
12644 2005-07-21 [paul]       1.9.12cvs88
12645
12646         * src/crash.c
12647         * src/gtk/about.c
12648                 update compiled-in features list
12649
12650 2005-07-20 [colin]      1.9.12cvs87
12651
12652         * src/folder.c
12653         * src/textview.c
12654                 Gcc 2.9x compilation fixes, thanks to Darko
12655         * src/plugins/clamav/clamav_plugin.c
12656                 Little optimisation: load virus database only once
12657         * src/plugins/spamassassin/spamassassin.c
12658                 Big optimisation: filtering one mail took at least 1 second,
12659                 now it takes at least 50ms. Doesn't speed up spamassassin 
12660                 itself, but should already be much more tolerable.
12661
12662 2005-07-20 [colin]      1.9.12cvs86
12663
12664         * src/summaryview.c
12665                 Fix performance issue
12666
12667 2005-07-19 [colin]      1.9.12cvs85
12668
12669         * src/plugins/pgpinline/plugin.c
12670                 Fix warning
12671
12672 2005-07-19 [colin]      1.9.12cvs84
12673
12674         * configure.ac
12675         * src/plugins/Makefile.am
12676         * src/plugins/pgpinline/.cvsignore
12677         * src/plugins/pgpinline/Makefile.am
12678         * src/plugins/pgpinline/pgpinline.c
12679         * src/plugins/pgpinline/pgpinline.deps
12680         * src/plugins/pgpinline/pgpinline.h
12681         * src/plugins/pgpinline/plugin.c
12682                 Put pgpinline in the main tree
12683
12684 2005-07-19 [paul]       1.9.12cvs83
12685
12686         * src/prefs_actions.c
12687                 prevent '//' in menu names, which cause a crash
12688                 thanks to Colin
12689
12690 2005-07-19 [paul]       1.9.12cvs82
12691
12692         * configure.ac
12693                 be generally more informative in configure output.
12694                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12695                 '[ --disable-openssl ...', as --enable-openssl is default
12696                 PGP/MIME: don't check for GPGME again, check for
12697                 pgpcore instead. Therefore prevent the possibility of
12698                 attempting to build pgpmime if pgpcore dependencies are
12699                 not met
12700                 ClamAV: use pkgconfig to check for lib
12701                 libgnomeprint: revert logic on inner test to match
12702                 everything else
12703         * src/plugins/pgpcore/sgpgme.c
12704                 add missing include
12705
12706 2005-07-19 [colin]      1.9.12cvs81
12707
12708         * src/summaryview.c
12709                 Fix slow thread rebuilding in particular
12710                 cases
12711
12712 2005-07-19 [paul]       1.9.12cvs80
12713
12714         * sylpheed-claws.desktop
12715                 fix typo, spotted by Stephan Sachse
12716         * src/account.c
12717                 replace GTK_STOCK_ADD with
12718                 GTK_STOCK_NEW button
12719
12720 2005-07-18 [colin]      1.9.12cvs79
12721
12722         * src/etpan/imap-thread.c
12723                 Fix return value (Thanks Hoa)
12724
12725 2005-07-18 [colin]      1.9.12cvs78
12726
12727         * src/imap.c
12728                 Allow empty passwords
12729                 Create drafts/queue/outbox if necessary
12730         * src/summaryview.c
12731                 Remove old code
12732         * src/etpan/imap-thread.c
12733                 Fix STARTTLS (Thanks to Hoa)
12734
12735 2005-07-18 [paul]       1.9.12cvs77
12736
12737         * ChangeLog-gtk2.jp
12738         * ChangeLog.jp
12739                 removed
12740         * Makefile.am
12741                 updated to reflect additions and removals
12742         * TODO
12743                 updated to be claws-specific
12744         * TODO-gtk2
12745         * TODO-gtk2.jp
12746         * TODO.jp
12747         * sylpheed-128x128.png
12748         * sylpheed-64x64.png
12749                 removed
12750         * sylpheed-claws-128x128.png
12751         * sylpheed-claws-64x64.png
12752         * sylpheed-claws.desktop
12753         * sylpheed-claws.png
12754                 added
12755         * sylpheed.desktop
12756         * sylpheed.png
12757                 removed
12758
12759 2005-07-17 [paul]       1.9.12cvs76
12760
12761         * src/account.c
12762         * src/addressbook.c
12763         * src/alertpanel.c
12764         * src/alertpanel.h
12765         * src/compose.c
12766         * src/exphtmldlg.c
12767         * src/expldifdlg.c
12768         * src/folderview.c
12769         * src/imap_gtk.c
12770         * src/inc.c
12771         * src/message_search.c
12772         * src/messageview.c
12773         * src/mh_gtk.c
12774         * src/news_gtk.c
12775         * src/prefs_actions.c
12776         * src/prefs_filtering.c
12777         * src/prefs_matcher.c
12778         * src/prefs_template.c
12779         * src/prefs_themes.c
12780         * src/ssl_manager.c
12781         * src/summary_search.c
12782         * src/textview.c
12783         * src/toolbar.c
12784         * src/gtk/sslcertwindow.c
12785         * src/plugins/pgpcore/sgpgme.c
12786                 rework alertpanels
12787
12788 2005-07-17 [colin]      1.9.12cvs75
12789
12790         * src/privacy.c
12791                 add a PrivacySystem accessor that checks that
12792                 the system cached in a MimeInfo's privacydata
12793                 is still registered. Use this accessor instead
12794                 of directly using data->system. Fixes crashes
12795                 after unloading pgp plugins.
12796
12797 2005-07-17 [colin]      1.9.12cvs74
12798
12799         * src/alertpanel.c
12800                 Change geometry hints to a simple default size.
12801                 Fixes the certs dialogs.
12802
12803 2005-07-17 [colin]      1.9.12cvs73
12804
12805         * src/gtk/sslcertwindow.c
12806                 Use a gtkExpander
12807
12808 2005-07-17 [colin]      1.9.12cvs72
12809
12810         * src/plugins/pgpcore/Makefile.am
12811         * src/plugins/pgpmime/Makefile.am
12812                 Add gpgme libs
12813
12814 2005-07-17 [paul]       1.9.12cvs71
12815
12816         * configure.ac
12817                 add --disable-gnomeprint option
12818                 modified version of patch by Marius Mauch
12819
12820 2005-07-17 [paul]       1.9.12cvs70
12821
12822         * src/common/defs.h
12823                 update urls
12824         * src/account.c
12825         * src/action.c
12826         * src/addressbook.c
12827         * src/compose.c
12828         * src/foldersel.c
12829         * src/folderview.c
12830         * src/html.c
12831         * src/imap_gtk.c
12832         * src/main.c
12833         * src/mainwindow.c
12834         * src/messageview.c
12835         * src/mh_gtk.c
12836         * src/mimeview.c
12837         * src/news_gtk.c
12838         * src/prefs_account.c
12839         * src/prefs_send.c
12840         * src/prefs_summaries.c
12841         * src/procmsg.c
12842         * src/summaryview.c
12843         * src/common/utils.c
12844         * src/common/xml.c
12845         * src/plugins/pgpcore/passphrase.c
12846         * src/plugins/pgpcore/select-keys.c
12847                 replace inappropriately used backticks
12848                 with single quotes
12849
12850 2005-07-16 [colin]      1.9.12cvs69
12851
12852         * src/image_viewer.c
12853                 Add extra paranoid checks
12854
12855 2005-07-16 [colin]      1.9.12cvs68
12856
12857         * src/plugins/pgpcore/prefs_gpg.c
12858                 Don't auto-check sigs by default, as it
12859                 can be really slow.
12860
12861 2005-07-16 [colin]      1.9.12cvs67
12862
12863         * src/plugins/pgpcore/sgpgme.c
12864                 Make messages a bit better.
12865
12866 2005-07-16 [colin]      1.9.12cvs66
12867
12868         * src/imap.c
12869                 Remove pseudo-log
12870         * src/etpan/imap-thread.c
12871                 Add real log
12872
12873 2005-07-16 [colin]      1.9.12cvs65
12874
12875         * src/main.c
12876         * src/prefs_other.c
12877                 And now, fix build with libetpan :-/
12878
12879 2005-07-15 [colin]      1.9.12cvs64
12880
12881         * src/prefs_other.c
12882                 Continue fixing build without libetpan.
12883
12884 2005-07-15 [colin]      1.9.12cvs63
12885
12886         * src/main.c
12887                 Fix build with --disable-libetpan
12888
12889 2005-07-15 [colin]      1.9.12cvs62
12890
12891         * configure.ac
12892                 Bump libetpan's version
12893
12894 2005-07-15 [colin]      1.9.12cvs61
12895
12896         * src/etpan/imap-thread.c
12897                 Actually stop logging :)
12898
12899 2005-07-15 [colin]      1.9.12cvs60
12900
12901         * src/addressbook.c
12902                 Fix dnd of multiple addresses.
12903
12904 2005-07-15 [hoa]        1.9.12cvs59
12905
12906         * src/etpan/imap-thread.c
12907             disable login of IMAP password in libetpan log file.
12908
12909 2005-07-15 [paul]       1.9.12cvs58
12910
12911         * src/account.c
12912                 don't automatically sort
12913                 do allow drag n drop
12914
12915 2005-07-15 [paul]       1.9.12cvs57
12916
12917         * src/account.c
12918         * src/ssl_manager.c
12919                 alphabetical listing
12920
12921 2005-07-15 [paul]       1.9.12cvs56
12922
12923         * src/gtk/pluginwindow.c
12924                 sort plugin list alphabetically
12925
12926 2005-07-15 [paul]       1.9.12cvs55
12927
12928         * src/prefs_spelling.c
12929         * src/prefs_wrapping.c
12930                 unify English usage
12931
12932 2005-07-15 [colin]      1.9.12cvs54
12933
12934         * src/wizard.c
12935                 Typo fix
12936
12937 2005-07-15 [paul]       1.9.12cvs53
12938
12939         * src/prefs_message.c
12940                 make 'show cursor' a hidden option
12941
12942 2005-07-14 [colin]      1.9.12cvs52
12943
12944         * src/plugins/spamassassin/Makefile.am
12945         * src/plugins/clamav/Makefile.am
12946                 Fix double EXTRA_DISTs
12947
12948 2005-07-14 [colin]      1.9.12cvs51
12949
12950         * src/plugins/clamav/Makefile.am
12951         * src/plugins/clamav/clamav_plugin_gtk.deps
12952         * src/plugins/spamassassin/Makefile.am
12953         * src/plugins/spamassassin/spamassassin_gtk.deps
12954                 Make $plugin_gtk depend on $plugin
12955
12956 2005-07-14 [hoa]        1.9.12cvs50
12957
12958         * src/etpan/imap-thread.c
12959                 enable debug log of libetpan when running with --debug
12960
12961 2005-07-14 [colin]      1.9.12cvs49
12962
12963         * configure.ac
12964         * src/common/Makefile.am
12965         * src/common/plugin.c
12966         * src/common/plugin.h
12967                 Add a little plugin dependancy system.
12968                 Plugins can ship a $plugin_name.deps file
12969                 (near them in PLUGINDIR) so that their
12970                 dependancies are loaded if possible.
12971         * src/plugins/Makefile.am
12972         * src/plugins/pgpcore/Makefile.am
12973         * src/plugins/pgpcore/passphrase.c
12974         * src/plugins/pgpcore/passphrase.h
12975         * src/plugins/pgpcore/plugin.c
12976         * src/plugins/pgpcore/prefs_gpg.c
12977         * src/plugins/pgpcore/prefs_gpg.h
12978         * src/plugins/pgpcore/select-keys.c
12979         * src/plugins/pgpcore/select-keys.h
12980         * src/plugins/pgpcore/sgpgme.c
12981         * src/plugins/pgpcore/sgpgme.h
12982                 Introduce pgpcore, used by pgpmime and
12983                 pgpinline
12984         * src/plugins/pgpmime/Makefile.am
12985         * src/plugins/pgpmime/passphrase.c
12986         * src/plugins/pgpmime/passphrase.h
12987         * src/plugins/pgpmime/pgpmime.c
12988         * src/plugins/pgpmime/pgpmime.deps
12989         * src/plugins/pgpmime/plugin.c
12990         * src/plugins/pgpmime/prefs_gpg.c
12991         * src/plugins/pgpmime/prefs_gpg.h
12992         * src/plugins/pgpmime/select-keys.c
12993         * src/plugins/pgpmime/select-keys.h
12994         * src/plugins/pgpmime/sgpgme.c
12995         * src/plugins/pgpmime/sgpgme.h
12996                 Remove the core from pgpmime and add the
12997                 dependancy to pgpcore.
12998
12999 2005-07-14 [paul]       1.9.12cvs48
13000
13001         * src/stock_pixmap.c
13002                 forgot this in last commit
13003
13004 2005-07-14 [paul]       1.9.12cvs47
13005
13006         * src/account.c
13007         * src/addressbook.c
13008                 add accelerators for the buttons (sync with main)
13009         * src/compose.c
13010         * src/compose.h
13011                 add accelerators for the buttons.
13012                 fix editing with external editor.
13013                 replace gdk_input_*() with GIOChannel;
13014                 (sync with main)
13015         * src/foldersel.c
13016                 display folder names with new/unread
13017                 representation (sync with main)
13018         * src/main.c
13019                 specify default window icon (sync with main)
13020         * src/prefs_common.c
13021                 use_addr_book default to FALSE
13022         * src/summaryview.c
13023         * src/textview.c
13024                 add accelerators for the buttons (sync with main)
13025         * src/gtk/menu.c
13026                 fix typos
13027         * src/pixmaps/sylpheed_icon.xpm
13028                 updated
13029
13030 2005-07-13 [paul]       1.9.12cvs46
13031
13032         * src/plugins/pgpmime/pgpmime.c
13033         * src/plugins/pgpmime/sgpgme.c
13034                 (temporarily) use deprecated gpgme_data_rewind()
13035                 while largefile support is not present
13036                 (as suggested by Colin)
13037
13038 2005-07-13 [paul]       1.9.12cvs45
13039
13040         * configure.ac
13041                 remove large file support (for now):
13042                 it breaks too many things
13043
13044 2005-07-13 [paul]       1.9.12cvs44
13045
13046         * configure.ac
13047                 add large file support
13048         * src/html.c
13049                 fix bug #763 where href attribute was not
13050                 the very first attribute of a link
13051                 patch by Thomas Gilgin
13052
13053 2005-07-13 [colin]      1.9.12cvs43
13054
13055         * src/gtk/pluginwindow.c
13056                 Little portability fix
13057
13058 2005-07-13 [colin]      1.9.12cvs42
13059
13060         * src/plugins/pgpmime/sgpgme.c
13061                 Fix crasher.
13062
13063 2005-07-13 [colin]      1.9.12cvs41
13064
13065         * src/plugins/pgpmime/pgpmime.c
13066         * src/plugins/pgpmime/sgpgme.c
13067                 Use gpgme_data_release_and_get_mem instead
13068                 of gpgme_data_read.
13069
13070 2005-07-13 [colin]      1.9.12cvs40
13071
13072         * configure.ac
13073         * src/plugins/pgpmime/passphrase.c
13074         * src/plugins/pgpmime/passphrase.h
13075         * src/plugins/pgpmime/pgpmime.c
13076         * src/plugins/pgpmime/plugin.c
13077         * src/plugins/pgpmime/select-keys.c
13078         * src/plugins/pgpmime/select-keys.h
13079         * src/plugins/pgpmime/sgpgme.c
13080         * src/plugins/pgpmime/sgpgme.h
13081                 Port pgpmime to gpgme-1.0.
13082
13083 2005-07-12 [paul]       1.9.12cvs39
13084
13085         * AUTHORS
13086         * src/toolbar.c
13087         * src/toolbar.h
13088                 add a 'Go to Prev' button to the toolbar.
13089                 correct tooltip text of go to buttons.
13090                 based on patch by Yang Guilong <bamanzi@gmail.com>
13091
13092 2005-07-12 [colin]      1.9.12cvs38
13093
13094         * src/statusbar.c
13095                 Fix progress bar showing stuff at startup.
13096
13097 2005-07-12 [paul]       1.9.12cvs37
13098
13099         * src/editjpilot.c
13100                 fix building with jpilot support
13101
13102 2005-07-11 [colin]      1.9.12cvs36
13103
13104         * src/inc.c
13105                 Add visual indication that filtering is running
13106         * src/textview.c
13107                 Make {}[] uri delimiters
13108         * src/summaryview.c
13109                 Remove useless (and slow) calls
13110
13111 2005-07-11 [paul]       1.9.12cvs35
13112
13113         * src/plugins/clamav/clamav_plugin_gtk.c
13114         * src/plugins/dillo_viewer/dillo_prefs.c
13115         * src/plugins/pgpmime/prefs_gpg.c
13116         * src/plugins/spamassassin/spamassassin_gtk.c
13117                 gather plugins prefs together under their
13118                 own 'Plugins' heading
13119
13120 2005-07-11 [paul]       1.9.12cvs34
13121
13122         sync with main
13123
13124         * src/account.c
13125                 account_delete(): modified alert dialog
13126         * src/editjpilot.c
13127         * src/editvcard.c
13128                 fixed a crash when cancelling file selection
13129                 dialog by Escape key. Made non-ascii filename
13130                 selectable.
13131         * src/prefs_template.c
13132                 prefs_template_window_create(): make scrolled
13133                 window policy AUTOMATIC
13134
13135 2005-07-10 [hoa]        1.9.12cvs33
13136
13137         * src/etpan/imap-thread.c
13138                 workaround for old Courier IMAP servers.
13139
13140 2005-07-10 [colin]      1.9.12cvs32
13141
13142         * src/folder.c
13143         * src/statusbar.c
13144         * src/statusbar.h
13145                 Add visual progress indicator on filtering/processing
13146                 Factorize the progress bar code
13147         * src/imap.c
13148         * src/imap.h
13149         * src/etpan/imap-thread.c
13150                 Add a reference counter to avoid destroying the Folder
13151                 while it's in use by another callback.
13152
13153 2005-07-09 [hoa]        1.9.12cvs31
13154
13155         * src/imap.c
13156         * src/etpan/imap-thread.c
13157                 fixed deadlock when removing IMAP account.
13158
13159 2005-07-08 [colin]      1.9.12cvs30
13160
13161         * src/textview.c
13162         * src/unmime.c
13163                 Fix again problems decoding broken headers
13164         * src/gtk/inputdialog.c
13165                 Fix local variable shadowing a global one
13166
13167 2005-07-08 [colin]      1.9.12cvs29
13168
13169         * src/msgcache.c
13170                 Make the cache/mark files platform-agnostic by writing
13171                 them in little-endian format. Reading them is also done
13172                 in little-endian format, of course; however, in order
13173                 to avoid trashing mark data on big-endian machines, the
13174                 files are, at first, read from the native format if the
13175                 little-endian one doesn't exist. This is easy to deter-
13176                 mine by trying to open a file with a swapped data_ver
13177                 and seeing if it's the wanted version.
13178                 Little-endian using users should see absolutely no
13179                 difference, Big-endian users may get a very little
13180                 performance drop due to byte-swapping.
13181                 Tested on i386 and ppc32. 
13182                 Fixes bug #159 (The index file, in the mailboxes, is 
13183                 hardware depending).
13184
13185                 To have the cache/mark files updated to the new little-
13186                 endian format, "Check for new messages" or even
13187                 "Rebuild folder tree" aren't enough. Files will be
13188                 updated as soon as a folder has been opened/closed.
13189                 To update everything, just select all folders by
13190                 selecting them one by one.
13191
13192 2005-07-07 [colin]      1.9.12cvs28
13193
13194         * src/imap.c
13195                 Remember the folder separator per IMAPFolder
13196                 instead of globally.
13197                 Revive the Session on noop; fixes bug #761
13198                 (mark a bunch of unread messages as read takes 
13199                 forever)
13200
13201 2005-07-07 [darko]      1.9.12cvs27
13202
13203         * src/common/template.c
13204                 Sort templates alphabetically
13205
13206 2005-07-06 [colin]      1.9.12cvs26
13207
13208         * src/imap.c
13209                 Try to use the correct separator in
13210                 most cases. Possibly fixes bug #759
13211                 (only creates the INBOX folder when 
13212                 setting up new IMAP account) and 
13213                 bug #760 (Can't retrieve messages)
13214
13215 2005-07-06 [colin]      1.9.12cvs25
13216
13217         * src/imap.c
13218                 Use real_path in status command. This will
13219                 help later, when namespaces will be used.
13220
13221 2005-07-06 [colin]      1.9.12cvs24
13222
13223         * configure.ac
13224         * src/account.c
13225         * src/folder.c
13226         * src/imap.c
13227         * src/etpan/etpan-log.c
13228         * src/etpan/etpan-thread-manager.c
13229         * src/etpan/imap-thread.c
13230                 Add a --disable-libetpan parameter. With this,
13231                 users that don't want IMAP4 support can avoid
13232                 the new dependancy (and have no IMAP support).
13233                 Users that have IMAP4 accounts and use this
13234                 parameter won't lose their configuration, their
13235                 IMAP accounts will just be invisible and not
13236                 used.
13237         * src/textview.c
13238                 Make the "Copy ..." contextual menu items 
13239                 copy to both the X clipboard and the gtk 
13240                 clipboard - as most other apps do.
13241         * src/gtk/about.c
13242                 Add a notice about OpenSSL usage, in order to
13243                 comply with OpenSSL's license (point 6):
13244                 http://www.openssl.org/source/license.html
13245
13246 2005-07-06 [colin]      1.9.12cvs23
13247
13248         * src/alertpanel.c
13249                 Fix a minimum size for alertpanels
13250         * src/compose.c
13251                 Show 'No space left on device' type errors
13252                 when queuing/sending
13253         * src/imap_gtk.c
13254         * src/mh_gtk.c
13255                 Rework folder's deletion message (remove 
13256                 extra \n)
13257
13258 2005-07-05 [colin]      1.9.12cvs22
13259
13260         * src/imap.c
13261                 Add an alertpanel on auth error
13262                 Add pseudo-log
13263                 Remove pthread-related stuff
13264
13265 2005-07-05 [colin]      1.9.12cvs21
13266
13267         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13268                 Fix crash on plugin reloading (with a hack)
13269
13270 2005-07-05 [colin]      1.9.12cvs20
13271
13272         * src/prefs_account.c
13273         * src/prefs_account.h
13274                 Fix typo
13275         * src/gtk/filesel.c
13276         * src/gtk/filesel.h
13277                 Add a way to filter the view
13278         * src/gtk/pluginwindow.c
13279                 Filter loadable stuff
13280         * src/plugins/pgpmime/prefs_gpg.c
13281                 Fix missing unregistration
13282         * .cvsignore
13283         * src/etpan/.cvsignore
13284         * src/plugins/spamassassin/.cvsignore
13285                 Add more stuff to cvs ignored files
13286
13287 2005-07-04 [colin]      1.9.12cvs19
13288
13289         * src/imap.c
13290                 Fix scan_required returning FALSE when it
13291                 shouldn't. Maybe fix #760 (Can't retrieve
13292                 messages)
13293
13294 2005-07-04 [colin]      1.9.12cvs18
13295
13296         * src/summaryview.c
13297                 Fix always_show_msg pref
13298
13299 2005-07-04 [paul]       1.9.12cvs17
13300
13301         sync with main (forgotten in last commit)
13302         
13303         * src/common/utils.c
13304         * src/common/utils.h
13305                 check_line_length(): new.
13306                 is_dir_exist()
13307                 is_file_entry_exist()
13308                 dirent_is_regular_file()
13309                 dirent_is_directory(): use g_file_test() instead of stat().
13310
13311 2005-07-04 [paul]       1.9.12cvs16
13312
13313         sync with main:
13314
13315         * src/compose.c
13316                 compose_write_to_file(): check for line
13317                 length limit and display warning if exceeds
13318         * src/jpilot.c
13319                 use get_home_dir() instead of g_get_home_dir()
13320         * src/procheader.c
13321                 removed warning about invalid date
13322         * src/vcard.c
13323                 use get_home_dir() instead of g_get_home_dir()
13324
13325 2005-07-04 [paul]       1.9.12cvs15
13326
13327         * src/stock_pixmap.c
13328                 fix new pixmap naming errors
13329                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13330
13331 2005-07-04 [colin]      1.9.12cvs14
13332
13333         * src/imap.c
13334                 Fix debugging string with a warning
13335
13336 2005-07-04 [colin]      1.9.12cvs13
13337
13338         * configure.ac
13339                 Add a check for libetpan's version (>= 0.37)
13340
13341 2005-07-04 [hoa]        1.9.12cvs12
13342
13343         * commitHelper
13344         * src/imap.c
13345         * src/etpan/imap-thread.c
13346         * src/etpan/imap-thread.h
13347                 fixed IMAP implementation of check of mails.
13348
13349 2005-07-03 [hoa]        1.9.12cvs11
13350
13351         * src/etpan/Makefile.am
13352         * src/etpan/etpan-errors.h
13353         * src/etpan/etpan-log.[ch]
13354         * src/etpan/etpan-thread-manager-types.h
13355         * src/etpan/etpan-thread-manager.[ch]
13356         * src/etpan/imap-thread.[ch]
13357         * src/Makefile.am
13358         * src/imap.c
13359         * src/main.c
13360         * src/prefs_other.c
13361         * configure.ac
13362             merged imap branch.
13363             dependency on libetpan 0.37 is now added.
13364
13365 2005-07-01 [colin]      1.9.12cvs10
13366
13367         * src/Makefile.am
13368         * src/folder.c
13369         * src/folder.h
13370         * src/folderview.c
13371         * src/stock_pixmap.c
13372         * src/stock_pixmap.h
13373         * src/plugins/trayicon/trayicon.c
13374                 Add marked symbol on folders containing
13375                 marked messages
13376         * src/procmsg.c
13377         * src/procmsg.h
13378         * src/toolbar.c
13379         * src/prefs_common.c
13380         * src/prefs_common.h
13381         * src/prefs_send.c
13382                 Add an optional confirmation dialog on queue
13383                 sending. Patch by wwp.
13384         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13385         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13386         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13387         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13388         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13389         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13390         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13391         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13392         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13393         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13394         * src/pixmaps/trash_mark.xpm            ** ADDED **
13395                 New pixmaps
13396
13397 2005-07-01 [colin]      1.9.12cvs9
13398
13399         * src/summaryview.c
13400                 Fix a little threading bug
13401         * src/addrgather.c
13402         * src/mainwindow.c
13403                 A little bit of HIG normality never hurts
13404
13405 2005-07-01 [colin]      1.9.12cvs8
13406
13407         * src/compose.c
13408         * src/msgcache.c
13409         * src/pop.c
13410         * src/procmime.c
13411         * src/recv.c
13412         * src/common/log.c
13413         * src/common/template.c
13414         * src/common/utils.c
13415         * src/common/utils.h
13416                 Reverted the fwrite_atomic stuff. In fact
13417                 it is already atomic.
13418
13419 2005-06-30 [colin]      1.9.12cvs7
13420
13421         * src/common/utils.c
13422         * src/common/utils.h
13423                 Add an fwrite_atomic() function to make
13424                 sure we write everything: fwrite can make
13425                 short writes.
13426         * src/compose.c
13427         * src/msgcache.c
13428         * src/pop.c
13429         * src/procmime.c
13430         * src/recv.c
13431         * src/common/log.c
13432         * src/common/template.c
13433                 Use that (and fix swapping of size and nmemb).
13434                 Thanks to Rich Coe for the heads up.
13435
13436 2005-06-30 [colin]      1.9.12cvs6
13437
13438         * src/addressbook.c
13439                 Optimize addressbook opening 
13440
13441 2005-06-30 [colin]      1.9.12cvs5
13442
13443         * src/summaryview.c
13444                 Remove calls to summary_step after move/copy
13445
13446 2005-06-28 [paul]       1.9.12cvs4
13447
13448         * src/alertpanel.c
13449                 wrap and make the error msg selectable
13450
13451 2005-06-28 [paul]       1.9.12cvs3
13452
13453         * src/ssl_manager.c
13454                 replace the OK button with a Close button
13455         * src/gtk/foldersort.c
13456                 use GTK_STOCK_ icons/buttons
13457
13458 2005-06-28 [colin]      1.9.12cvs2
13459
13460         * src/gedit-print.c             ** ADDED **
13461         * src/gedit-print.h             ** ADDED **
13462         * src/gtk/gtksourceprintjob.c   ** ADDED **
13463         * src/gtk/gtksourceprintjob.h   ** ADDED **
13464                 I can't believe no one had enough time to tell
13465                 me I forgot the `cvs add`
13466
13467 2005-06-27 [colin]      1.9.12cvs1
13468
13469         * src/Makefile.am
13470         * src/gtk/Makefile.am
13471         * src/messageview.c
13472         * src/procmsg.c
13473         * src/summaryview.c
13474         * configure.ac
13475                 Add optional libgnomeprint-based printing
13476         * src/mainwindow.c
13477         * src/gtk/quicksearch.c
13478                 Add an Edit/Quick search menu item to show
13479                 and focus the quicksearch
13480
13481 2005-06-27 [paul]       1.9.12
13482
13483         1.9.12 release
13484
13485         * po/ca.po
13486         * po/de.po
13487         * po/es.po
13488         * po/fr.po
13489         * po/it.po
13490         * po/ko.po
13491         * po/pt_BR.po
13492         * po/sk.po
13493         * po/zh_CN.po
13494                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13495                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13496                 SungHyun Nam, Frederico Goncalves Guimaraes,
13497                 Andrej Kacian, and Yang Guilong
13498 2005-06-26 [colin]      1.9.11cvs106
13499
13500         * src/imap_gtk.c
13501                 Forgot one file for previous fix
13502
13503 2005-06-26 [colin]      1.9.11cvs105
13504
13505         * src/folder.c
13506         * src/imap.c
13507                 Fix problems with folder operations in no_select
13508                 imap folders. it applies only to mails, and 
13509                 creation/deletion/move/renaming of folders 
13510                 should be possible
13511
13512 2005-06-26 [paul]       1.9.11cvs104
13513
13514         * src/prefs_filtering.c
13515                 replace one more GTK_STOCK_REMOVE
13516                 with GTK_STOCK_DELETE
13517
13518 2005-06-25 [colin]      1.9.11cvs103
13519
13520         * src/imap.c
13521                 Optimize get_seq_set_from_seq_list
13522                 (Patch by Ricardo) 
13523
13524 2005-06-25 [colin]      1.9.11cvs102
13525
13526         * src/mh.c
13527                 If the directory exists, but not in the
13528                 correct encoding, rename it. This should
13529                 handle old-versions-induced bugs.
13530
13531 2005-06-25 [colin]      1.9.11cvs101
13532
13533         * src/mh.c
13534                 Fix path access with extended dir names
13535                 Fixes bug #589 (SC segfaults with wrong locale
13536                 settings)
13537
13538 2005-06-25 [colin]      1.9.11cvs100
13539
13540         * src/prefs_account.c
13541         * src/prefs_account.h
13542         * src/compose.c
13543                 Add an option to encrypt replies to
13544                 encrypted messages
13545
13546 2005-06-25 [colin]      1.9.11cvs99
13547
13548         * src/compose.c
13549         * src/quote_fmt_parse.y
13550                 ... And make it work with pgpinline.
13551
13552 2005-06-25 [colin]      1.9.11cvs98
13553
13554         * src/compose.c
13555         * src/procmime.c
13556         * src/procmime.h
13557         * src/quote_fmt_parse.y
13558                 o Make reedition of encrypted messages possible
13559                   (as long as it is encrypted to self too, no
13560                    magic there)
13561                 o Make replying with quote (and without selecting
13562                   text) possible for encrypted messages.
13563                 Closes bug #550 (Not possible to "reply with quote"
13564                 to gnupg encrypted messages)
13565
13566 2005-06-24 [paul]       1.9.11cvs97
13567
13568         * src/imap.c
13569                 add missing include
13570
13571 2005-06-24 [paul]       1.9.11cvs96
13572
13573         * src/editldap.c
13574                 made bind password entry invisible
13575                 (sync with main)
13576         * src/send_message.c
13577                 send_message_local(): check exit status
13578                 to detect errors (sync with main)
13579         * src/textview.c
13580                 use main's less ambiguous popup menu
13581                 wording
13582
13583 2005-06-24 [paul]       1.9.11cvs95
13584
13585         * src/prefs_actions.c
13586         * src/prefs_customheader.c
13587         * src/prefs_display_header.c
13588         * src/prefs_filtering_action.c
13589         * src/prefs_matcher.c
13590         * src/prefs_template.c
13591         * src/prefs_toolbar.c
13592                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13593         * src/gtk/description_window.c
13594                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13595
13596 2005-06-23 [colin]      1.9.11cvs94
13597
13598         * src/summaryview.c
13599                 Fix rough edges (be sure to call status_show whenever
13600                 necessary).
13601
13602 2005-06-23 [colin]      1.9.11cvs93
13603
13604         * src/summaryview.c
13605                 Optimize Select All
13606                 Before, in a 5K mails folder: 11s
13607                 After, in the same folder: 58000µs
13608                 The joys of locking... gtk_clist_select_all() fires a 
13609                 tree-select-row event for each selected row, which in 
13610                 summaryview, callbacks summary_selected which in turn,
13611                 calls summary_status_show, which walks the selected
13612                 rows. Hence, calling gtk_clist_select_all was 
13613                 exponential. Locking the summaryview makes 
13614                 summary_selected return early.
13615
13616 2005-06-23 [colin]      1.9.11cvs92
13617
13618         * src/imap.c
13619                 Move mutex at the important place to avoid
13620                 deadlocks
13621         * src/summaryview.c
13622                 Fix Del key deleting directly instead of
13623                 moving to trash
13624
13625 2005-06-22 [colin]      1.9.11cvs91
13626
13627         * src/plugins/spamassassin/libspamc.c
13628                 As we do spagetti code with assignations in multiple
13629                 places (see _message_read_raw where out = msg = raw),
13630                 let's be sure we don't free the same pointer twice.
13631                 Should fix bug #683 (Crash in libpam at 
13632                 message_cleanup).
13633
13634 2005-06-22 [colin]      1.9.11cvs90
13635
13636         * src/compose.c
13637         * src/messageview.c
13638         * src/toolbar.c
13639                 Make toolbar's delete use the move to trash stuff;
13640                 Add gtk_widget_realize to be sure pixmaps can get
13641                 created (that may fix an old worksforme bug which
13642                 I can't find back...)
13643
13644 2005-06-22 [colin]      1.9.11cvs89
13645
13646         * src/summaryview.c
13647         * src/summaryview.h
13648         * src/mainwindow.c
13649                 Rename "Message/Delete" to "Message/Move to trash"
13650                 Add "Message/Delete..." that directly destroys the
13651                 selected messages after asking for a confirmation.
13652
13653 2005-06-22 [colin]      1.9.11cvs88
13654
13655         * src/imap.c
13656                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13657                 o Fix a deadlock (thanks Darko)
13658
13659 2005-06-22 [colin]      1.9.11cvs87
13660
13661         * src/gtk/foldersort.c
13662                 Add missing include for the i18n;
13663                 patch by Fabien Vantard
13664
13665 2005-06-21 [colin]      1.9.11cvs86
13666
13667         * src/folder.c
13668         * src/folderview.c
13669                 Respect the no_select flag
13670         * src/imap.c
13671                 Fix recursive deletion
13672         * src/imap_gtk.c
13673         * src/mh_gtk.c
13674                 Make the folder deletion's warning
13675                 more explicit
13676
13677 2005-06-21 [colin]      1.9.11cvs85
13678
13679         * src/textview.c
13680                 Prevent email addresses from spanning accross
13681                 lines - fixes bug # 646 (newline-chars in 
13682                 email addresses)
13683
13684 2005-06-20 [colin]      1.9.11cvs84
13685
13686         * src/folder.c
13687                 Be sure not to remove source if copy failed
13688
13689 2005-06-20 [colin]      1.9.11cvs83
13690
13691         * src/folderview.c
13692         * src/imap_gtk.c
13693                 remove summaryview's lock
13694         * src/imap.c
13695                 introduce threads to avoid problems when foreground tasks
13696                 interfere with background tasks
13697         * src/mh.c
13698                 prevent moving to drafts/queue
13699         * src/mimeview.c
13700                 fix leak
13701
13702 2005-06-19 [colin]      1.9.11cvs82
13703
13704         * src/imap_gtk.c
13705                 Remember that the user doesn't want to override
13706                 offline mode, for 3 seconds. It avoid presenting
13707                 him with N popups in a really short time.
13708
13709 2005-06-17 [colin]      1.9.11cvs81
13710
13711         * src/imap.c
13712                 Fix IMAP breaking on folders containing '('
13713                 (Probably won't be enough)
13714
13715 2005-06-17 [colin]      1.9.11cvs80
13716
13717         Forgotten files on 1.9.11cvs79
13718         * src/summaryview.c
13719                 Fix stepping when not immediately executing
13720         * src/imap.c
13721                 Really prevent UID FETCH 0
13722         * src/codeconv.c
13723                 Fix outgoing charset never set to utf-8
13724         * src/mh.c
13725                 Fix leak
13726
13727 2005-06-16 [colin]      1.9.11cvs79
13728
13729         * src/compose.c
13730                 Fix bug #707 (Dash splits rows)
13731                 Only wrap if we're on a line break position and
13732                 the previous one was a "white" (space) char.
13733                 Pango stuff is weird.
13734
13735 2005-06-16 [colin]      1.9.11cvs78
13736
13737         * src/imap_gtk.c
13738                 Lock summaryview while downloading messages
13739                 on user demand
13740         * src/procheader.c
13741         * src/unmime.c
13742         * src/common/utils.c
13743         * src/common/utils.h
13744                 Replace \r and \n with spaces in From and
13745                 Subject headers
13746
13747 2005-06-16 [paul]       1.9.11cvs77
13748
13749         * src/procmime.c
13750                 liberalise the mime parser
13751         * src/gtk/about.c
13752                 add text wrapping
13753
13754 2005-06-16 [paul]       1.9.11cvs76
13755
13756         * src/gtk/about.c
13757                 reworked
13758
13759 2005-06-15 [colin]      1.9.11cvs75
13760
13761         * src/compose.c
13762                 Finish header encoding fix
13763         * src/summaryview.c
13764                 Fix segfault
13765         * src/headerview.c
13766                 Fix compilation (Thanks Stephan
13767                 Sachse)
13768
13769 2005-06-15 [colin]      1.9.11cvs74
13770
13771         * Makefile.am
13772                 Install gnome2 stuff rather than gnome1, 
13773                 if both are present
13774         * src/codeconv.c
13775         * src/codeconv.h
13776         * src/compose.c
13777                 Fix headers encoding
13778         * src/folder.c
13779                 Visual progress when fetching all messages
13780         * src/folderview.c
13781         * src/summaryview.c
13782         * src/summaryview.h
13783                 Prevent changing current message while
13784                 incorporating
13785
13786 2005-06-15 [paul]       1.9.11cvs73
13787
13788         * src/gtk/gtkaspell.c
13789         * src/gtk/gtkaspell.h
13790                 fix build warnings
13791
13792 2005-06-15 [paul]       1.9.11cvs72
13793
13794         * src/prefs_filtering.c
13795                 allow reordering of filter rules by
13796                 drag n drop
13797
13798 2005-06-15 [paul]       1.9.11cvs71
13799
13800         * COPYING
13801                 updated
13802         * src/codeconv.c
13803                 replace deprecated function
13804         * src/inc.c
13805         * src/send_message.c
13806         * src/gtk/progressdialog.c
13807         * src/gtk/progressdialog.h
13808                 salvage and reuse parts of reverted sync
13809
13810 2005-06-15 [paul]       1.9.11cvs70
13811
13812         * src/inc.c
13813         * src/send_message.c
13814         * src/gtk/progressdialog.c
13815         * src/gtk/progressdialog.h
13816                 revert yesterday's sync with main
13817                 it contains deprecated functions
13818
13819 2005-06-15 [colin]      1.9.11cvs69
13820
13821         * src/headerview.c
13822                 Fix bug #670 (multi user to: will corrupt message 
13823                 headers display)
13824
13825 2005-06-15 [colin]      1.9.11cvs68
13826
13827         * src/compose.c
13828                 Fix bug #421 (Fix undo on wrapping)
13829
13830 2005-06-15 [colin]      1.9.11cvs67
13831
13832         * src/folder.c
13833                 Provide visual feedback while processing
13834                 folder's rules.
13835         * src/imap.c
13836                 Provide visual feedback while getting
13837                 short headers (for uncached messages)
13838
13839
13840 2005-06-14 [paul]       1.9.11cvs66
13841
13842         * src/account.c
13843                 change a couple stock icons
13844         * src/inc.c
13845         * src/send_message.c
13846         * src/gtk/progressdialog.c
13847         * src/gtk/progressdialog.h
13848                 sync main's GtkTreeView implementation
13849
13850 2005-06-14 [colin]      1.9.11cvs65
13851
13852         * src/imap.c
13853                 Various little fixes, mainly on error paths
13854
13855 2005-06-13 [colin]      1.9.11cvs64
13856
13857         * matcher.c
13858         * procmsg.c
13859         * procmsg.h
13860                 Add a way to fetch only headers. This speeds
13861                 up filtering on headers for IMAP. Fixes:
13862                 bug #481 extraneous imap commands slow down 
13863                         imap filtering
13864                 bug #522 Sylpheed downloads all messages 
13865                         when opening mailbox (IMAP)
13866                 bug #677 IMAP fetch is soooooooooooooo slow
13867         * src/folder.c
13868         * src/folder.h
13869                 Add a folder set_batch method so that
13870                 implementations can speed up flags changes
13871         * src/folderutils.c
13872         * src/summaryview.c
13873                 Use that in mark as (un)read and mark all read
13874                 Refix bug #679
13875         * src/imap.c
13876                 Implement set_batch - brings back deferred
13877                 flags in a less buggy manner. Fixes:
13878                 bug #729 IMAP immediate expunge of deleted messages
13879                 bug #191 remove list of messages with one command
13880                 Fix login with strange chars
13881                 Implement fetch_msg_full
13882                 Fix copy (wrong counts)
13883
13884 2005-06-12 [colin]      1.9.11cvs63
13885
13886         * src/folder.c
13887                 lock incorporation during long operations.
13888                 Avoids fucking up the IMAP socket.
13889
13890 2005-06-12 [colin]      1.9.11cvs62
13891
13892         * src/imap.c
13893                 Fix harmful typo
13894                 Factorize remove_all_msg
13895                 Thread-ize expunge
13896         * src/summaryview.c
13897                 Don't update partial-download status if unnecessary
13898         * src/folder.c
13899                 Use remove_msgs everywhere possible
13900
13901 2005-06-12 [colin]      1.9.11cvs61
13902
13903         * src/folder.c
13904         * src/folder.h
13905                 Add a remove_msgs function to remove a 
13906                 list of messages
13907         * src/imap.c
13908                 Implement that.
13909
13910 2005-06-12 [colin]      1.9.11cvs60
13911
13912         * src/imap.c
13913                 Remove flags-processing deferring... Too hard
13914                 to get it to work in all cases.
13915
13916 2005-06-11 [colin]      1.9.11cvs59
13917
13918         * src/imap.c
13919                 printf -> debug_print
13920
13921 2005-06-11 [colin]      1.9.11cvs58
13922
13923         * src/imap.c
13924                 o Fix build without USE_PTHREAD
13925                 o Factorize imap_open
13926                 o Alertpanel in case of impossible connection
13927                 o Alertpanel in case of impossible login
13928                 o Fix deferred flags processing to force a 
13929                   flush before adding some more flags to process,
13930                   but in another folder.
13931
13932 2005-06-10 [colin]      1.9.11cvs57
13933
13934         * src/imap.c
13935                 o Fix a format string error
13936                 o init ssl socket outside of the thread 
13937                   (it possibly invokes gtk calls)
13938         * src/procmime.c
13939                 o Put back the buffer to its necessary size
13940                 o Fix changing a file pointer without keeping
13941                   track of it (thanks Valgrind)
13942         * src/common/smtp.c
13943                 o Fix automatic STARTTLS if login should be done
13944                   and the server only allows it after starting TLS
13945         * src/gtk/gtkinputdialog.c
13946                 o Eat GDK_Return so that the combo popup doesn't 
13947                   appear when we press Enter to validate the combo
13948                   input dialog (as seen in the Open with... dialog)
13949
13950 2005-06-10 [colin]      1.9.11cvs56
13951
13952         * src/imap.c
13953                 o A bit less debug
13954                 o Fix a crash on deletion
13955                 o Threadize imap_select (it's called outside of 
13956                   threads)
13957                 o Defer treatment of DELETED flags
13958
13959
13960 2005-06-09 [colin]      1.9.11cvs55
13961
13962         * src/imap.c
13963                 Make sure we check imap_gtk_should_override(), which
13964                 potentially calls gtk stuff, before creating thread.
13965                 That way it should't be called via imap_get_session()
13966                 inside a thread.
13967
13968 2005-06-09 [colin]      1.9.11cvs54
13969
13970         * src/imap.c
13971                 o add a bit of status output
13972                 o remove some dead code
13973                 o threadize get_list_of_uids
13974                 o threadize imap_get_flags
13975                 o defer flag changing by 500ms so that they
13976                   can be batched
13977
13978
13979 2005-06-08 [colin]      1.9.11cvs53
13980
13981         * src/imap.c
13982                 Thread-ize imap_cmd_fetch
13983
13984 2005-06-08 [colin]      1.9.11cvs52
13985
13986         * src/main.c
13987                 Mmh, that broke POP3...
13988
13989 2005-06-08 [colin]      1.9.11cvs51
13990
13991         * src/main.c
13992                 Stabilize IMAP patch (thanks to Hoa)
13993
13994 2005-06-08 [colin]      1.9.11cvs50
13995
13996         * src/imap.c
13997                 Test patch to speed up imap. 
13998
13999 2005-06-08 [colin]      1.9.11cvs49
14000
14001         * src/imap_gtk.c
14002                 Warning fix
14003         * src/procmime.c
14004                 Apply patch from gentoo to use /usr/share/mime/globs if 
14005                 available, after un-breaking it
14006         * src/common/log.c
14007         * src/common/log.h
14008                 Use g_timeout for invoking hooks that possibly use gtk
14009                 calls. This should leave gtk calls in the main thread.
14010
14011 2005-06-08 [paul]       1.9.11cvs48
14012
14013         * src/codeconv.c
14014                 conv_get_outgoing_charset_str(): don't
14015                 use prefs_common setting
14016         * src/compose.c
14017         * src/compose.h
14018                 add /Options/Character encoding/... to
14019                 temporarily change the outgoing encoding
14020
14021         (belated sync with main)
14022
14023 2005-06-08 [paul]       1.9.11cvs47
14024
14025         * src/compose.c
14026                 correction to/completion of last
14027                 sync with main
14028
14029 2005-06-08 [paul]       1.9.11cvs46
14030
14031         sync with main:
14032         
14033         * src/codeconv.c
14034         * src/codeconv.h
14035                 always enabled Japanese auto-detection
14036                 if the first letters of locale string
14037                 is "ja"
14038         * src/compose.c
14039                 don't use "destroy" signal to destroy
14040                 Compose object (fix rare crashes on discard?)
14041         * src/mainwindow.c
14042         * src/messageview.c
14043         * src/prefs_send.c
14044                 added Hebrew encodings
14045         * src/sourcewindow.c
14046                 don't use "destroy" signal to destroy
14047                 objects
14048
14049 2005-06-07 [colin]      1.9.11cvs45
14050
14051         * src/summaryview.c
14052                 Add missing unlocks/locks
14053
14054 2005-06-07 [paul]       1.9.11cvs44
14055
14056         * src/summaryview.c
14057                 restore bug #749 fix
14058
14059 2005-06-06 [colin]      1.9.11cvs43
14060
14061         * src/summaryview.c
14062                 Fix selection bug when prefs_common.open_unread 
14063                 is FALSE
14064
14065 2005-06-06 [colin]      1.9.11cvs42
14066
14067         * src/common/md5.c
14068                 Fix a warning
14069         * src/summaryview.c
14070         * src/folderview.c
14071                 Factorize long operations beginning and end
14072                 (locking, freezing/thawing, cursor, ...)
14073                 Check selection->data member in selection-
14074                 related loops; this avoids dying an awful
14075                 death if the selection changes on us while
14076                 we're marking a whole IMAP folder unread, 
14077                 for example.
14078
14079 2005-06-06 [paul]       1.9.11cvs41
14080
14081         * src/textview.c
14082                 don't g_free() a static gchar buffer
14083
14084 2005-06-05 [colin]      1.9.11cvs40
14085
14086         * src/mainwindow.c
14087         * src/messageview.c
14088         * src/summaryview.c
14089                 Fix bug #749 (Show all headers should be
14090                 sticky as the GUI suggests)
14091
14092 2005-06-03 [paul]       1.9.11cvs39
14093
14094         * src/compose.c
14095                 don't allow editing of mail while sending.
14096                 patch by Colin
14097
14098 2005-06-03 [paul]       1.9.11cvs38
14099
14100         * src/folderview.c
14101                 add a freeze/thaw to speed up 'mark all read'
14102
14103 2005-06-03 [paul]       1.9.11cvs37
14104
14105         * src/prefs_message.c
14106                 reflect changes immediately
14107
14108 2005-06-02 [colin]      1.9.11cvs36
14109
14110         * po/POTFILES.in
14111                 Patch by Fabien Vantard.
14112
14113 2005-06-02 [colin]      1.9.11cvs35
14114
14115         * src/imap.c
14116                 Use a non-blocking imap_getline() if possible.
14117                 This should completely prevent the interface
14118                 from freezin on imap operations, although it
14119                 may do strange stuff in case of folder switching
14120                 while a big imap operation is taking place...
14121
14122                 In addition, fix a leak in the case thread
14123                 creation fails on connection.
14124
14125 2005-06-02 [colin]      1.9.11cvs34
14126
14127         * src/crash.c
14128         * src/prefs_common.h
14129                 Fix build (prefs_common_init() doesn't exist
14130                 anymore)
14131
14132 2005-06-02 [colin]      1.9.11cvs33
14133
14134         * src/prefs_account.c
14135                 Fix bug #245 (filtering rules broken when
14136                 renaming a remote account (imap4 or nntp)
14137
14138 2005-06-02 [colin]      1.9.11cvs32
14139
14140         * src/imap.c
14141                 Try to fix IMAP shortcomings: 
14142                 o Multithread imap_open()
14143                 o allow offline-mode overriding instead of
14144                   just returning NULL
14145         * src/imap_gtk.c
14146         * src/imap_gtk.h
14147                 Add a function to ask whether we want to
14148                 override offline-mode for 10 minutes (one-shot
14149                 asking was painful)
14150         * src/procheader.c
14151                 Fix segfault when imap parser isn't happy about
14152                 a missing {
14153
14154 2005-06-01 [colin]      1.9.11cvs31
14155
14156         * src/addrharvest.c
14157         * src/compose.c
14158         * src/mbox.c
14159         * src/mbox.h
14160         * src/mh.c
14161         * src/msgcache.c
14162         * src/send_message.c
14163         * src/setup.c
14164         * src/undo.c
14165         * src/common/hooks.c
14166         * src/common/prefs.c
14167         * src/common/template.c
14168         * src/common/utils.c
14169         * src/gtk/gtkutils.c
14170         * src/gtk/inputdialog.c
14171         * src/gtk/menu.c
14172         * src/gtk/pluginwindow.c
14173         * src/gtk/prefswindow.c
14174         * src/plugins/pgpmime/passphrase.c
14175         * src/plugins/pgpmime/prefs_gpg.c
14176                 More -Wall fixes
14177
14178         * src/common/Makefile.am
14179         * src/common/timing.h
14180                 Add basic timing code
14181
14182         * src/summaryview.c
14183                 Fix a bug with unread messages when 
14184                 re-sorting folders, and by the way
14185                 fix a big performance hit when 
14186                 re-sorting (10k mails: before 5s,
14187                 after .5s)
14188
14189         * src/prefs_compose_writing.c
14190         * src/prefs_compose_writing.h
14191         * src/prefs_message.c
14192         * src/prefs_message.h
14193         * src/prefs_other.c
14194         * src/prefs_other.h
14195         * src/prefs_quote.c
14196         * src/prefs_quote.h
14197         * src/prefs_receive.c
14198         * src/prefs_receive.h
14199         * src/prefs_send.c
14200         * src/prefs_send.h
14201         * src/prefs_summaries.c
14202         * src/prefs_summaries.h
14203                 Fix copyright banner
14204
14205 2005-06-01 [paul]       1.9.11cvs30
14206
14207         * po/fi.po
14208                 updated by Flammie Pirinen
14209         * src/procmime.c
14210                 fix 'Bad BASE64 content' output
14211
14212 2005-05-31 [colin]      1.9.11cvs29
14213
14214         * src/procmime.c
14215                 Oops, where did my hunk go.
14216
14217 2005-05-31 [colin]      1.9.11cvs28
14218
14219         * src/Makefile.am
14220         * src/account.c
14221         * src/action.c
14222         * src/addr_compl.c
14223         * src/addressbook.c
14224         * src/codeconv.c
14225         * src/compose.c
14226         * src/export.c
14227         * src/folder.c
14228         * src/folderview.c
14229         * src/image_viewer.c
14230         * src/main.c
14231         * src/mainwindow.c
14232         * src/messageview.c
14233         * src/mimeview.c
14234         * src/msgcache.c
14235         * src/prefs_account.c
14236         * src/prefs_actions.c
14237         * src/prefs_common.c
14238         * src/prefs_compose_writing.c
14239         * src/prefs_customheader.c
14240         * src/prefs_ext_prog.c
14241         * src/prefs_filtering.c
14242         * src/prefs_filtering_action.c
14243         * src/prefs_fonts.c
14244         * src/prefs_image_viewer.c
14245         * src/prefs_message.c
14246         * src/prefs_message.h
14247         * src/prefs_msg_colors.c
14248         * src/prefs_other.c
14249         * src/prefs_other.h
14250         * src/prefs_quote.c
14251         * src/prefs_receive.c
14252         * src/prefs_receive.h
14253         * src/prefs_send.c
14254         * src/prefs_send.h
14255         * src/prefs_spelling.c
14256         * src/prefs_summaries.c
14257         * src/prefs_summary_column.c
14258         * src/prefs_template.c
14259         * src/prefs_themes.c
14260         * src/prefs_toolbar.c
14261         * src/prefs_wrapping.c
14262         * src/procmime.c
14263         * src/procmsg.c
14264         * src/send_message.h
14265         * src/ssl_manager.c
14266         * src/summary_search.c
14267         * src/summaryview.c
14268         * src/textview.c
14269         * src/wizard.c
14270         * src/common/smtp.c
14271         * src/common/smtp.h
14272         * src/gtk/gtkutils.h
14273                 o Move the rest of Common prefs to new style
14274                 o Lots of -Wall warning fixes
14275                 o fix FIXME in cache memusage calculation
14276                 o Let return receipts be sent from any account
14277                 o Little cache optimisation (read)
14278                 o Fix bug #746 (don't treat commas as separators
14279                   when inside a quoted string)
14280
14281 2005-05-31 [paul]       1.9.11cvs27
14282
14283         * src/prefs_common.c
14284                 fix 'off-by-one' typo
14285
14286 2005-05-31 [paul]       1.9.11cvs26
14287
14288         * src/account.c
14289         * src/addr_compl.c
14290         * src/compose.c
14291         * src/foldersel.c
14292         * src/prefs_actions.c
14293         * src/prefs_common.c
14294         * src/prefs_common.h
14295         * src/prefs_customheader.c
14296         * src/prefs_display_header.c
14297         * src/prefs_filtering.c
14298         * src/prefs_filtering_action.c
14299         * src/prefs_matcher.c
14300         * src/prefs_summaries.c
14301         * src/prefs_summary_column.c
14302         * src/prefs_template.c
14303         * src/prefs_toolbar.c
14304         * src/ssl_manager.c
14305         * src/gtk/pluginwindow.c
14306         * src/gtk/prefswindow.c
14307         * src/gtk/progressdialog.c
14308                 add hidden prefs 'enable_rules_hint'
14309                 for gtk_tree_view_set_rules_hint()
14310                 (sync with main)
14311                 
14312
14313 2005-05-31 [colin]      1.9.11cvs25
14314
14315         * src/Makefile.am
14316         * src/main.c
14317         * src/prefs_common.c
14318         * src/prefs_summaries.c ** ADDED **
14319         * src/prefs_summaries.h ** ADDED **
14320                 Common/Display -> Display/Summaries
14321
14322 2005-05-31 [colin]      1.9.11cvs24
14323
14324         * src/Makefile.am
14325         * src/main.c
14326         * src/prefs_quote.c ** ADDED **
14327         * src/prefs_quote.h ** ADDED **
14328                 Move Common/Quote to Compose/Quoting
14329         * src/prefs_common.c
14330         * src/prefs_common.h
14331                 Remove old quote stuff, add
14332                 convenience functions for GtkTextView prefs
14333         * src/gtk/prefswindow.c
14334                 Set default height higher
14335
14336 2005-05-30 [colin]      1.9.11cvs23
14337
14338         * src/Makefile.am
14339         * src/main.c
14340         * src/prefs_common.c
14341         * src/prefs_compose_writing.c ** ADDED **
14342         * src/prefs_compose_writing.h ** ADDED **
14343                 Move Common/Compose prefs to Compose/Writing
14344
14345 2005-05-30 [colin]      1.9.11cvs22
14346
14347         * src/common/utils.c
14348                 Fix bug #651 (Confused Attract by Subject)
14349                 Patch by M. Benkmann <haferfrost@web.de>
14350         * AUTHORS
14351
14352 2005-05-30 [colin]      1.9.11cvs21
14353
14354         * src/compose.c
14355                 Fix concatenation of different headers of
14356                 the same type (bug #645)
14357         * src/prefs_folder_item.c
14358                 Fix bug #699 (setting color to black doesn't
14359                 work immediately)
14360         * src/procmime.c
14361                 Print out decoding error only once per
14362                 block
14363
14364 2005-05-30 [paul]       1.9.11cvs20
14365
14366         * src/common/template.c
14367                 fix Bcc
14368
14369 2005-05-30 [paul]       1.9.11cvs19
14370
14371         * doc/src/rfc2368.txt   **NEW FILE**
14372         * src/compose.c
14373                 compose_entries_set(): don't interpret Bcc
14374                 header field (conform to RFC 2368)
14375                 (sync with main)
14376
14377 2005-05-29 [colin]      1.9.11cvs18
14378
14379         * src/prefs_common.c
14380                 Let the default reply format respect
14381                 netiquette by cutting the signature.
14382
14383 2005-05-29 [colin]      1.9.11cvs17
14384
14385         * src/summaryview.c
14386                 Don't let always_show_msg override
14387                 open_unread_on_enter when opening a new
14388                 directory.
14389
14390 2005-05-27 [paul]       1.9.11cvs16
14391
14392         sync with main:
14393
14394         * src/main.c
14395                 app_will_exit(): cleanup tmp directory when exit
14396         * src/message_search.c
14397                 improved the interface and made code cleanup.
14398                 removed Clear button
14399         * src/send_message.c
14400                 send_message_local(): use GSpawn, and detect errors
14401         * src/summary_search.c
14402                 improved the interface and made code cleanup
14403         * src/textview.c
14404                 textview_write_link(): also skip non-ascii space
14405                  at the head of link strings (phishing check
14406                  didn't work at the case)
14407         * src/common/utils.c
14408                 get_command_output(): use g_spawn_command_line_sync()
14409                 instead of popen()
14410
14411 2005-05-26 [colin]      1.9.11cvs15
14412
14413         * src/folder.c
14414                 remove printf
14415
14416 2005-05-26 [colin]      1.9.11cvs14
14417
14418         * src/common/nntp.c
14419                 Fix nntp mode reader (bug #611)
14420                 Patch by Florian Mickler <florian@mickler.org>
14421
14422 2005-05-26 [colin]      1.9.11cvs13
14423
14424         * src/plugins/pgpmime/passphrase.c
14425                 Fix mouse grabbing (bug #557)
14426
14427 2005-05-26 [colin]      1.9.11cvs12
14428
14429         * src/prefs_themes.c
14430                 Fix g_warning (bug #541)
14431
14432 2005-05-26 [colin]      1.9.11cvs11
14433
14434         * src/prefs_actions.c
14435         * src/prefs_template.c
14436                 Fix bug #506 (no warning if action/template
14437                 is not saved)
14438         * src/common/template.c
14439                 Fix a possible crash
14440
14441 2005-05-26 [colin]      1.9.11cvs10
14442
14443         * src/folder.c
14444         * src/folderview.c
14445         * src/procmsg.c
14446         * src/summaryview.c
14447                 Forbid locked messages to be moved or
14448                 deleted. Locked messages in trashes 
14449                 still get deleted, for performance
14450                 reason (mh.c::mh_remove_all_msgs)
14451
14452 2005-05-25 [colin]      1.9.11cvs9
14453
14454         * src/procmime.c
14455                 Use correct encoding when sending mails
14456                 with attachments that have accentued 
14457                 chars in their name
14458
14459 2005-05-24 [colin]      1.9.11cvs8
14460
14461         * src/summaryview.c
14462                 Fix bug #688 f) read/unread marker not
14463                 changed on first click
14464                 Also, optimize summary_status_show()
14465                 calls
14466         * src/folder.c
14467         * src/inc.c
14468         * src/procmime.c
14469                 Fix bug #688 b) and c) wrt message
14470                 attachments and signature
14471         * src/stock_pixmap.c
14472         * src/stock_pixmap.h
14473         * src/stock_pixmap.c
14474         * src/stock_pixmap.h
14475         * src/Makefile.am
14476         * src/pixmaps/clip_gpg_signed.xpm
14477                 Add clip/signed icon
14478
14479 2005-05-24 [colin]      1.9.11cvs7
14480
14481         * src/folder_item_prefs.c
14482                 whitespace fix
14483
14484 2005-05-24 [colin]      1.9.11cvs6
14485
14486         * src/folderview.c
14487         * src/prefs_common.c
14488         * src/prefs_common.h
14489                 Add a confirmation to folder drag and drop
14490                 fixes bug #156
14491         * src/alertpanel.c
14492         * src/alertpanel.h
14493                 fix _with_disable parameters so that
14494                 the buttons labels are specifiable too
14495         * src/plugins/pgpmime/sgpgme.c
14496                 reflect said change
14497                 
14498
14499 2005-05-24 [colin]      1.9.11cvs5
14500
14501         * src/folderview.c
14502                 Uncollapse/collapse folders on double-click
14503                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14504                 closes bug #108
14505
14506 2005-05-23 [colin]      1.9.11cvs4
14507
14508         * src/common/socket.c
14509                 Check another special SSL_peek() error.
14510                 Should help wrt bug #728
14511
14512 2005-05-23 [colin]      1.9.11cvs3
14513
14514         * src/plugins/pgpmime/pgpmime.c
14515                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14516                 breaking menu accelerators and stuff. Users will have to
14517                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14518                 account's privacy preferences if needed.
14519
14520 2005-05-22 [paul]
14521
14522         * tools/kdeservicemenu/install.sh
14523                 use kdesu to prompt for root password if doing
14524                 global install/uninstall
14525
14526 2005-05-20 [colin]      1.9.11cvs2
14527
14528         * src/procmsg.c
14529                 Fix another compilation error with gcc-2.9x
14530                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14531         * src/send_message.c
14532                 Don't send QUIT if we aren't connected
14533
14534 2005-05-19 [colin]      1.9.11cvs1
14535
14536         * src/procmsg.c
14537                 Fix compilation with gcc 2.9x
14538
14539 2005-05-19 [paul]       1.9.11
14540
14541         1.9.11 released
14542
14543 2005-05-19 [paul]       1.9.9cvs14
14544
14545         * src/gtk/inputdialog.c
14546                 prevent gettext warning
14547
14548 2005-05-19 [paul]       1.9.9cvs13
14549
14550         * src/mainwindow.c
14551         * src/prefs_common.c
14552         * src/prefs_common.h
14553         * src/textview.c
14554         * src/textview.h
14555                 add an option to toggle cursor in message
14556                 view (sync with main)
14557
14558 2005-05-18 [colin]      1.9.9cvs12
14559
14560         * src/compose.c
14561                 Dereference freed pointer
14562         * src/gtk/gtkaspell.c
14563                 Fix duplication of dictionaries (is it an aspell issue?)
14564
14565 2005-05-18 [colin]      1.9.9cvs11
14566
14567         * src/gtk/inputdialog.c
14568         * src/gtk/gtkaspell.c
14569                 HIGuify dialogs
14570         * src/alertpanel.c
14571                 Remove a double call
14572
14573 2005-05-17 [colin]      1.9.9cvs10
14574
14575         * src/gtk/gtkaspell.c
14576                 Fix dialogs, Ctrl-Enter accel
14577
14578 2005-05-17 [colin]      1.9.9cvs9
14579
14580         * src/gtk/gtkaspell.c
14581                 Fix some accelerators, escape in replace-window
14582
14583 2005-05-16 [colin]      1.9.9cvs8
14584
14585         * src/gtk/gtkaspell.c
14586                 Revert last commit, it was a mistake.
14587
14588 2005-05-16 [colin]      1.9.9cvs7
14589
14590         * src/gtk/gtkaspell.c
14591                 Remove buggy code while we're at it. It's a 
14592                 dead code path anyway.
14593
14594 2005-05-16 [colin]      1.9.9cvs6
14595
14596         * src/gtk/gtkaspell.c
14597                 Missed some gtk_menu_popup where deactivate
14598                 signal should be handled. Should fix bug
14599                 #629 a bit more.
14600
14601 2005-05-16 [colin]      1.9.9cvs5
14602
14603         * src/gtk/gtkaspell.c
14604                 Remove debug printf()s
14605
14606 2005-05-16 [colin]      1.9.9cvs4
14607
14608         * src/gtk/gtkaspell.c
14609                 Fix a bit aspell problems
14610                 (see bug #629)
14611
14612 2005-05-13 [colin]      1.9.9cvs3
14613
14614         * src/folderview.c
14615                 Fix the + appearing even when no subfolders
14616                 have unread messages. Thanks to wwp for the
14617                 bug report.
14618
14619 2005-05-11 [paul]       1.9.9cvs2
14620
14621         * src/folderview.c
14622                 correction to 1.9.9cvs1, only colour folders that
14623                 have new msgs (not unread msgs)
14624
14625 2005-05-10 [colin]      1.9.9cvs1
14626
14627         * src/folderview.c
14628         * src/summaryview.c
14629                 Try to fix bolding bugs again.
14630
14631 2005-05-09 [paul]
14632
14633         * tools/claws.i18n.status.pl
14634                 add Ricardo Mones Lastra's script that has been providing
14635                 the i18n status page for many months
14636
14637 2005-05-09 [paul]       1.9.9
14638
14639         1.9.9 release
14640
14641 2005-05-09 [paul]       1.9.6cvs58
14642
14643         * AUTHORS
14644         * INSTALL
14645         * README.claws
14646                 updated
14647         * Makefile.am 
14648         * RELEASE_NOTES.claws
14649                 add release notes to cvs to simplify release
14650                 procedure
14651         * configure.ac
14652                 add ca and fi to ALL_LINGUAS
14653         * po/Makefile.in.in
14654                 workaround for missing Makevars
14655         * po/ca.po
14656         * po/fi.po
14657                 add new Catalan and Finnish translations
14658                 submitted by Miquel Oliete and Flammie Pirinen
14659         * po/de.po
14660         * po/es.po
14661         * po/fr.po
14662         * po/it.po
14663         * po/pl.po
14664         * po/ru.po
14665         * po/sk.po
14666         * po/sr.po
14667         * po/zh_CN.po
14668                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14669                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14670                 Urke MMI, and Hansom Young
14671         * src/main.c
14672                 Fix drafting when quitting. compose_draft() closes the
14673                 compose windows, which modifies the compose_list GSList.
14674                 We have to refresh this list after echo drafting to avoid a
14675                 segfault
14676         * src/partial_download.c
14677                 fix segfault on exit
14678
14679 2005-05-06 [paul]       1.9.6cvs57
14680
14681         * src/grouplistdialog.c
14682                 quick fix/workaround for unresizeable newsgroup
14683                 name column 
14684
14685 2005-05-06 [paul]       1.9.6cvs56
14686
14687         * src/inc.c
14688         * src/mainwindow.c
14689                 use gettext plural forms
14690         * src/imap_gtk.c
14691         * src/mh_gtk.c
14692         * src/toolbar.c
14693                 small improvement to english usage
14694
14695 2005-05-05 [thorsten]   1.9.6cvs55
14696
14697         * src/folder.c
14698                 fix possible crash
14699
14700 2005-05-05 [paul]       1.9.6cvs54
14701         
14702         sync with HEAD
14703
14704         * AUTHORS
14705         * src/compose.c
14706                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14707                 patch by Tim Mann
14708
14709 2005-05-05 [paul]       1.9.6cvs53
14710
14711         * src/mainwindow.c
14712                 fix resizing of separate message and
14713                 folder views
14714
14715 2005-05-05 [paul]       1.9.6cvs52
14716
14717         * src/account.c
14718         * src/addrgather.c
14719         * src/browseldap.c
14720         * src/exphtmldlg.c
14721         * src/expldifdlg.c
14722         * src/importmutt.c
14723         * src/importpine.c
14724         * src/main.c
14725         * src/mainwindow.c
14726         * src/noticeview.c
14727         * src/prefs_filtering.c
14728         * src/prefs_filtering_action.c
14729         * src/prefs_matcher.c
14730         * src/prefs_spelling.c
14731         * src/prefs_toolbar.c
14732         * src/toolbar.c
14733         * src/wizard.c
14734         * src/gtk/description_window.c
14735         * src/gtk/gtkvscrollbutton.c
14736         * src/gtk/progressdialog.c
14737         * src/gtk/quicksearch.c
14738         * src/plugins/pgpmime/prefs_gpg.c
14739         * src/plugins/spamassassin/spamassassin_gtk.c
14740                 replace deprecated gtk_widget_set_usize
14741
14742 2005-05-04 [colin]      1.9.6cvs51
14743
14744         * src/common/utils.c
14745                 Fix crash when subst_for_filename is called
14746                 with a NULL parameter
14747
14748 2005-05-04 [colin]      1.9.6cvs50
14749
14750         * src/partial_download.c
14751         * src/pop.c
14752                 Escape login when writing uidl file
14753                 fixes bug #736
14754
14755 2005-05-03 [colin]      1.9.6cvs49
14756
14757         * src/procmime.c
14758                 Fix possible DOS in mime parser
14759                 (see bug #634)
14760
14761 2005-05-02 [colin]      1.9.6cvs48
14762
14763         * src/compose.c
14764                 Try to fix the copy/paste mess once again.
14765
14766
14767 2005-04-30 [colin]      1.9.6cvs47
14768
14769         * src/prefs_account.h
14770         * src/procmsg.c
14771         * src/send_message.c
14772         * src/common/smtp.c
14773         * src/common/smtp.h
14774                 Try to batch sending mails (per account) instead of
14775                 reconnecting to server every time.
14776
14777 2005-04-29 [colin]      1.9.6cvs46
14778
14779         * src/messageview.c
14780                 Fix window resizing that refused to size down
14781         * src/prefs_common.c
14782         * src/prefs_common.h
14783         * src/prefs_filtering.c
14784                 Save Filtering's window size
14785
14786 2005-04-21 [paul]       1.9.6cvs45
14787
14788         * ChangeLog-gtk2.claws
14789         * src/setup.c
14790                 correction to sync
14791
14792 2005-04-21 [paul]       1.9.6cvs44
14793
14794         sync with main:
14795
14796         * src/setup.c
14797         * src/statusbar.c
14798         * src/statusbar.h
14799                 use gtkut_widget_draw_now(). Improved performance
14800                 of the update of statusbar
14801         * src/textview.c
14802                 textview_smooth_scroll_do(): redraw it after scroll
14803                 is done (fixed incorrect display when a part of the
14804                 view is hidden).
14805         * src/gtk/gtkutils.c
14806         * src/gtk/gtkutils.h
14807                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14808                 to force update of widgets.
14809                 Removed gtkut_widget_wait_for_draw() which had a big
14810                 overhead  because of waiting for all events processed 
14811
14812 2005-04-20 [paul]       1.9.6cvs43
14813
14814         * src/codeconv.c
14815                 complete 1.9.6cvs42's sync:
14816                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14817
14818 2005-04-19 [paul]       1.9.6cvs42
14819
14820         sync with main:
14821
14822         * src/action.c
14823                 catch_output(): correctly select the insert text
14824                 (fix invalid iterator warnings).
14825         * src/codeconv.c
14826         * src/codeconv.h
14827         * src/mainwindow.c
14828         * src/messageview.c
14829         * src/prefs_common.c
14830                 support GBK encoding.
14831         * src/common/session.c
14832         * src/common/session.h
14833                 use separate buffer for large data to be sent,
14834                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14835
14836 2005-04-18 [paul]       1.9.6cvs41
14837
14838         * src/jpilot.c
14839                 convert unsigned long into guint32
14840                 patch by Paul LeoNerd Evans 
14841
14842 2005-04-17 [colin]      1.9.6cvs40
14843
14844         * src/compose.c
14845                 Fix 'Request return receipt' from folder
14846                 properties (bug #708)
14847
14848 2005-04-17 [colin]      1.9.6cvs39
14849
14850         * src/mainwindow.c
14851                 Fix duplicate hotkeys in Mainwindow's menu
14852
14853 2005-04-17 [colin]      1.9.6cvs38
14854
14855         * src/folderview.c
14856                 Fix duplicate hotkeys in Folderview's contextual
14857                 menu
14858
14859 2005-04-15 [colin]      1.9.6cvs37
14860
14861         * src/summaryview.c
14862                 Fix 'Save as...' with non-ascii filenames
14863
14864 2005-04-15 [colin]      1.9.6cvs36
14865
14866         * src/plugins/pgpmime/pgpmime.c
14867                 Fix bus error on 64bit. Spotted by 
14868                 macallan1888@gmail.com
14869
14870 2005-04-15 [colin]      1.9.6cvs35
14871
14872         * src/prefs_account.c
14873                 Fix cvs34.
14874
14875 2005-04-12 [colin]      1.9.6cvs34
14876
14877         * src/prefs_account.c
14878                 Fix smtp auth type off-by-one. We forgot to
14879                 add PLAIN in the prefs-to-gui setter func and
14880                 as a result, the selected auth when opening
14881                 account prefs was not the correct one.
14882
14883 2005-04-12 [paul]       1.9.6cvs33
14884
14885         * src/inc.c
14886                 if the recv dialog is visible, Cancel only
14887                 cancels the current account
14888
14889
14890 2005-04-10 [colin]      1.9.6cvs32
14891
14892         * src/filtering.c
14893                 Copy score when copying FilteringActions
14894                 Fix bug #674
14895
14896 2005-04-10 [colin]      1.9.6cvs31
14897
14898         * src/inc.c
14899                 Make Message -> Receive -> Cancel cancel 
14900                 incorporation on all accounts. Fixes
14901                 bug #693
14902
14903 2005-04-10 [colin]      1.9.6cvs30
14904
14905         * src/prefs_account.c
14906                 Update Privacy checkbuttons status based
14907                 on the selected privacy system
14908         * src/compose.c
14909                 Always connect the "None" privacy system; the
14910                 static boolean was probably there to avoid
14911                 reconnecting twice in the same compose window,
14912                 but as the parent function is only called once
14913                 per compose, it's only a bug - as a static is
14914                 initialized once per application instance.
14915                 Also, don't uncheck Sign and Encrypt when
14916                 selecting None as privacy system; just ignore
14917                 them when sending/queuing.
14918                 Should fix bug #695
14919
14920 2005-04-08 [colin]      1.9.6cvs29
14921
14922         * src/account.c
14923         * src/prefs_account.c
14924         * src/prefs_account.h
14925                 Add account preference to queue message in a certain
14926                 folder.
14927
14928 2005-04-06 [colin]      1.9.6cvs28
14929
14930         * src/prefs_account.c
14931                 Update old inbox path syntax
14932
14933 2005-04-06 [paul]       1.9.6cvs27
14934
14935         sync with main:
14936
14937         * configure.ac
14938                 changed -traditional-cpp to -no-cpp-precomp for newer
14939                 Mac OS X support
14940         * src/foldersel.c
14941                 made column resize automatically
14942         * src/send_message.c
14943                 send_message_smtp(): consider EOF right after QUIT
14944                 successful (workaround for Gmail SMTP server)
14945         * src/common/socket.c
14946                 ssl_read(), ssl_peek(): check EOF which violates the
14947                 SSL protocol
14948         * src/gtk/colorlabel.c
14949                 removed warnings when displaying colorlabel menu
14950                 (don't use GtkAlignment)
14951
14952 2005-04-05 [paul]       1.9.6cvs26
14953
14954         * src/plugins/trayicon/trayicon.c
14955                 fix clipping of icon under KDE3 
14956
14957 2005-04-05 [paul]       1.9.6cvs25
14958
14959         * src/summaryview.c
14960                 hide display of threading
14961                 patch by Alfons
14962
14963 2005-04-04 [thorsten]   1.9.6cvs24
14964
14965         * src/mh.c
14966                 marks lost on filesystems with different stat() results on
14967                 summer-/wintertime
14968
14969 2005-04-03 [colin]      1.9.6cvs23
14970
14971         * src/summaryview.c
14972                 Don't handle up/down. Patch by Alfons
14973
14974 2005-04-02 [colin]      1.9.6cvs22
14975
14976         * src/summaryview.c
14977                 Make scrolling faster. Patch by Alfons.
14978
14979 2005-04-01 [colin]      1.9.6cvs21
14980
14981         * src/Makefile.am
14982         * src/stock_pixmap.c
14983         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14984         * src/pixmaps/dir_noselect.xpm ** ADDED **
14985                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14986
14987 2005-04-01 [colin]      1.9.6cvs20
14988
14989         * src/image_viewer.c
14990         * src/image_viewer.h
14991         * src/procmime.c
14992         * src/procmime.h
14993         * src/textview.c
14994         * src/textview.h
14995                 Implement inline image resizing and right-clicking
14996
14997 2005-04-01 [paul]       1.9.6cvs19
14998
14999         * AUTHORS
15000         * Makefile.am
15001         * configure.ac
15002                 check for gnome2
15003                 patch by Luca Cavalli <loopback<AT>slackit.org>
15004         * po/ru.po
15005                 updated by Pavlo Bohmat
15006
15007 2005-03-31 [colin]      1.9.6cvs18
15008
15009         * src/news.c
15010                 Fix parsing references
15011         * src/msgcache.c
15012                 don't put nulls in the references list
15013         * src/procheader.c
15014                 commit that forgotten file in 1.9.6cvs14
15015
15016 2005-03-31 [colin]      1.9.6cvs17
15017
15018         * src/compose.c
15019                 Fix joining of signature separator again. 
15020                 Maybe Hiro could put it in main too...
15021
15022 2005-03-31 [colin]      1.9.6cvs16
15023
15024         * src/Makefile.am
15025         * src/foldersel.c
15026         * src/stock_pixmap.c
15027         * src/stock_pixmap.h
15028         * src/pixmaps/dir-noselect.xpm
15029                 Update foldersel.c (sync from main, patch by Alfons)
15030
15031 2005-03-30 [colin]      1.9.6cvs15
15032
15033         * src/imap.c
15034                 Fix handling of imap folders containing [] in 
15035                 their name. Thanks to Nahuel Angelinetti for
15036                 the detailed bugreport.
15037
15038 2005-03-30 [colin]      1.9.6cvs14
15039
15040         * src/common/utils.h
15041         * src/common/utils.c
15042         * src/common/defs.h
15043         * src/matcher.c
15044         * src/msgcache.c
15045         * src/news.c
15046         * src/procmsg.c
15047         * src/procmsg.h
15048         * src/quote_fmt_parse.y
15049         * src/summaryview.c
15050                 Update references system. Patch by Alfons
15051
15052 2005-03-30 [colin]      1.9.6cvs13
15053
15054         * src/common/socket.c
15055                 Force the glibc to read resolv.conf again when 
15056                 it has changed. Should fix issues when changing
15057                 networks on a laptop and not restarting sylpheed. 
15058
15059 2005-03-30 [paul]       1.9.6cvs12
15060
15061         partial sync with main:
15062
15063         * src/action.c
15064                 create_io_dialog(): use user-defined text font
15065                 (thanks to Alfons), and modified its appearance.
15066         * src/addrgather.c
15067         * src/addrharvest.c
15068         * src/browseldap.c
15069                 replace old code
15070         * src/compose.c
15071                 don't join (presumably) itemized lines on line-wrapping
15072                 fixed wrapping of quote when auto-wrapping is enabled
15073                 compose_destroy(): destroy paned only if it's not
15074                 attached to window. Fixed memory leak of popup menu.
15075         * src/exphtmldlg.c
15076         * src/expldifdlg.c
15077                 replace old code
15078         * src/html.c
15079         * src/html.h
15080         * src/importmutt.c
15081         * src/importpine.c
15082                 replace old code
15083         * src/main.c
15084                 removed redundant code
15085         * src/mainwindow.c
15086                 changed 'Code set' (which is rather incorrect)
15087                 in the menu to 'Character encoding'
15088                 main_window_set_widgets(): request size first
15089                 to prevent window size becoming wrong
15090                 fixed remembering of the state of the visibility
15091                 of MessageView
15092         * src/messageview.c
15093                 changed 'Code set' (which is rather incorrect)
15094                 in the menu to 'Character encoding'
15095         * src/prefs_common.c
15096         * src/prefs_common.h
15097                 added an option whether to render HTML as text or not
15098                 added separators to outgoing encoding menu
15099         * src/procheader.c
15100                 procheader_scan_date_string(): support header
15101                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
15102         * src/summaryview.c
15103         * src/summaryview.h
15104                 minor code cleanup
15105         * src/textview.c
15106                 textview_show_html(): force output of newline
15107                 added an option whether to render HTML as text or not
15108         * src/common/utils.c
15109                 strncpy2(): optimized based on Alfons' code
15110         * src/gtk/gtkutils.c
15111         * src/gtk/gtkutils.h
15112                 removed non-used code
15113         * src/plugins/pgpmime/passphrase.c
15114                 partially fixed grab input of passphrase dialog
15115                 Confine pointer to window
15116
15117 2005-03-30 [colin]      1.9.6cvs11
15118
15119         * src/msgcache.c
15120         * src/msgcache.h
15121                 Read/write 32bit ints from cache & marks
15122                 From main.
15123
15124 2005-03-29 [paul]       1.9.6cvs10
15125
15126         * AUTHORS
15127         * ChangeLog.claws
15128         * src/compose.c
15129         * src/gtk/gtkaspell.c
15130                 sync with HEAD (don't pass NULL pointers) 
15131
15132 2005-03-24 [paul]
15133
15134         * tools/Makefile.am
15135         * tools/README
15136         * tools/acroread2sylpheed.pl
15137                 sync with HEAD (add script to send pdfs as
15138                 attachments from Adobe Reader 7)
15139
15140 2005-03-21 [paul]       1.9.6cvs9
15141
15142         * configure.ac
15143         * po/POTFILES.in
15144         * src/Makefile.am
15145         * src/crash.c
15146         * src/image_viewer.c ** ADDED **
15147         * src/image_viewer.h ** ADDED **
15148         * src/main.c
15149         * src/prefs_common.c
15150         * src/prefs_common.h
15151         * src/prefs_image_viewer.c ** ADDED **
15152         * src/prefs_image_viewer.h ** ADDED **
15153         * src/textview.c
15154         * src/gtk/about.c
15155         * src/pixmaps/sylpheed_logo.xpm
15156         * src/plugins/Makefile.am
15157         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15158         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15159         * src/plugins/image_viewer/plugin.c ** REMOVED **
15160         * src/plugins/image_viewer/viewer.c ** REMOVED **
15161         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15162         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15163         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15164         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15165         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15166                 as gdk-pixbuf is now built-in
15167                 remove image_viewer plugin and put code back into
15168                 main codebase
15169                 implement inline image display (sync with main)
15170
15171                 replace logo with newer, nicer, larger version  
15172
15173 2005-03-21 [paul]       1.9.6cvs8
15174
15175         * src/gtk/about.c
15176                 cosmetic improvement
15177
15178 2005-03-21 [holger]     1.9.6cvs7
15179
15180         * src/plugins/spamassassin/spamassassin.c
15181                 Sync with HEAD
15182                 (unregister hook on failed plugin init)
15183
15184 2005-03-20 [colin]      1.9.6cvs6
15185
15186         * src/common/plugin.c
15187                 Check that plugin isn't already loaded
15188                 Patch by Alfons
15189
15190 2005-03-20 [thorsten]   1.9.6cvs5
15191
15192         * src/compose.c
15193                 use a more compatible syntax
15194
15195 2005-03-20 [thorsten]   1.9.6cvs4
15196
15197         * src/prefs_toolbar.c
15198                 fix crash when selecting toolbar item (uninitialized pointer)
15199
15200 2005-03-20 [thorsten]   1.9.6cvs3
15201
15202         * src/procmime.c
15203                 fix mimetype detection (referenced free()d string)
15204
15205 2005-03-20 [paul]       1.9.6cvs2
15206
15207         * src/compose.c
15208                 sync with HEAD (1.0.3cvs5)
15209                 neglect Reply-To header if empty
15210                 Patch by Alfons 
15211
15212 2005-03-19 [holger]     1.9.6cvs1
15213
15214         * src/summaryview.c
15215         * src/summaryview.h
15216                 Sync with HEAD
15217
15218 2005-03-18 [paul]       1.9.6
15219
15220         initial GTK2 release
15221
15222 2005-03-18 [paul]       1.0.3cvs3.1
15223
15224         * AUTHORS
15225         * ChangeLog.claws
15226         * configure.ac
15227         * src/gtk/about.c
15228         * src/pixmaps/sylpheed_logo.xpm
15229                 sync with HEAD
15230
15231 2005-03-18 [colin]      1.0.3cvs2.6
15232
15233         * src/summaryview.c
15234                 Remove call to summary_step in summary_copy_selected_to
15235                 Can't see its purpose, and this causes bug when copying
15236                 a message if the next one is unread: it reads it.
15237
15238 2005-03-18 [paul]       1.0.3cvs2.5
15239
15240         * src/foldersel.c
15241                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15242
15243 2005-03-18 [paul]       1.0.3cvs2.4
15244
15245         * src/addrharvest.c
15246         * src/codeconv.c
15247         * src/codeconv.h
15248         * src/compose.c
15249         * src/news.c
15250         * src/procheader.c
15251         * src/procmime.c
15252         * src/unmime.c
15253         * src/unmime.h
15254                 fix buffer overflow, CAN-2005-0667, see
15255                 http://secunia.com/advisories/14491/
15256                 Patch by Alfons
15257
15258 2005-03-17 [colin]      1.0.3cvs2.3
15259
15260         * src/prefs_fonts.c
15261         * src/summaryview.c
15262                 Fix font bugs (both lists now officialy share 
15263                 the same font)
15264                 
15265
15266 2005-03-17 [paul]       1.0.3cvs2.2
15267
15268         * src/gtk/pluginwindow.c
15269                 make plugin descriptions uneditable
15270
15271 2005-03-11 [paul]       1.0.3cvs2.1
15272
15273         * ChangeLog.claws
15274         * configure.ac
15275         * po/POTFILES.in
15276         * src/plugins/trayicon/trayicon.c
15277                 sync with HEAD
15278                 add src/wizard.c to POTFILES.in
15279
15280 2005-03-11 [paul]       1.0.3cvs1.1
15281
15282         * ChangeLog
15283         * ChangeLog.claws
15284         * configure.ac
15285         * po/de.po
15286         * po/es.po
15287         * po/fr.po
15288         * po/it.po
15289         * po/pt_BR.po
15290         * po/ru.po
15291         * po/sk.po
15292         * po/sr.po
15293         * po/zh_CN.po
15294                 sync with HEAD
15295
15296 2005-03-04 [colin]      1.0.1cvs22.2
15297
15298         * src/compose.c
15299                 Fix signatures with accentued chars in it
15300
15301 2005-03-04 [colin]      1.0.1cvs22.1
15302
15303         * src/common/smtp.c
15304         * src/common/smtp.h
15305                 Don't use SIZE param in MAIL FROM: if server 
15306                 doesn't support it. Patch by Eugen Freiter
15307                 <eugen_f@users.sf.net>
15308
15309 2005-02-27 [paul]       1.0.1cvs20.1
15310
15311         * ChangeLog.claws
15312         * configure.ac
15313         * src/messageview.c
15314                 sync with HEAD
15315
15316 2005-02-27 [colin]      1.0.1cvs19.4
15317
15318         * src/procheader.c
15319         * src/procheader.h
15320                 Fix prototypes. Patch by Alfons
15321
15322 2005-02-27 [colin]      1.0.1cvs19.3
15323
15324         * src/compose.c
15325                 Don't auto-join the signature separator.
15326
15327 2005-02-26 [colin]      1.0.1cvs19.2
15328
15329         * src/summaryview.c
15330                 Fix 'mark all read' with collapsed threads.
15331                 Patch by Alfons.
15332
15333 2005-02-25 [paul]       1.0.1cvs19.1
15334
15335         * ChangeLog.claws
15336         * configure.ac
15337         * src/prefs_account.c
15338         * src/prefs_folder_item.c
15339         * src/gtk/prefswindow.c
15340         * src/gtk/prefswindow.h
15341                 sync with HEAD
15342
15343 2005-02-25 [paul]       1.0.1cvs15.12
15344
15345         * src/alertpanel.c
15346         * src/codeconv.c
15347         * src/compose.c
15348         * src/textview.c
15349         * src/gtk/gtkutils.c
15350         * src/gtk/gtkutils.h
15351         * src/gtk/logwindow.c
15352         * src/gtk/progressdialog.c
15353                 sync with main (revision 127)
15354                 and fix logwindow clipping
15355
15356 2005-02-24 [colin]      1.0.1cvs15.11
15357
15358         * src/plugins/pgpmime/passphrase.c
15359                 Disable input grabbing; it doesn't work yet.
15360
15361 2005-02-24 [colin]      1.0.1cvs15.10
15362
15363         * src/messageview.c
15364                 Don't send out receipts if offline. Ask.
15365
15366 2005-02-23 [colin]      1.0.1cvs15.9
15367
15368         * src/summaryview.c     
15369                 Fix expanding
15370
15371 2005-02-23 [colin]      1.0.1cvs15.8
15372
15373         * src/summaryview.c
15374                 Really fix Bug 568 by removing useless
15375                 calls. summary_thread_init() now called
15376                 in summary_sort(). This should please
15377                 Alfons as it should be faster than 
15378                 previously.
15379
15380 2005-02-23 [colin]      1.0.1cvs15.7
15381
15382         * src/compose.c
15383                 Encode parts as QP or B64 if signing
15384
15385 2005-02-23 [colin]      1.0.1cvs15.6
15386
15387         * src/compose.c
15388                 Fix Mimeinfo leakage (including tmp files)
15389         * src/procmsg.c
15390                 Fix tmp file leakage (spotted by Ivan Rayner)
15391
15392 2005-02-22 [colin]      1.0.1cvs15.5
15393
15394         * src/expldifdlg.c
15395                 Fix keyboard input. Patch by Alfons.
15396
15397 2005-02-21 [colin]      1.0.1cvs15.4
15398
15399         * src/compose.c
15400                 Fix Sign/Encrypt when unselecting privacy
15401                 system
15402         * src/prefs_common.c
15403                 Change default message font to Monospace
15404         * src/summaryview.c
15405                 More freezing during potentially large operations
15406
15407 2005-02-21 [paul]       1.0.1cvs15.3
15408
15409         * src/main.c
15410                 fix --help output
15411
15412 2005-02-21 [paul]       1.0.1cvs15.2
15413
15414         * po/Makefile.in.in
15415         * src/compose.c
15416         * src/summaryview.c
15417         * src/textview.c
15418         * src/common/utils.c
15419         * src/common/utils.h
15420                 sync with main (revision 117)
15421
15422 2005-02-20 [colin]      1.0.1cvs15.1
15423
15424         * src/common/defs.h
15425                 Change cache file to .sylpheed_claws_cache, as
15426                 suggested by Alfons. Allows people to switch
15427                 between Sylpheed and Sylpheed-Claws. it is
15428                 a good idea to "Check for new messages" at next
15429                 startup.
15430
15431
15432 2005-02-18 [colin]      1.0.1cvs14.1
15433
15434         * src/quote_fmt_lex.l
15435         * src/quote_fmt_parse.y
15436                 Fix parser initialisation. Patch by Ivan.
15437
15438 2005-02-18 [colin]      1.0.1cvs11.6
15439
15440         * src/folderview.c
15441                 Fix scrolldown (bug 662)
15442
15443 2005-02-17 [colin]      1.0.1cvs11.5
15444
15445         * src/codeconv.c
15446                 conv_filename_to_utf8: return clean 7bit instead
15447                 of broken utf8 if needed
15448         * src/mimeview.c
15449                 Fix display of parts with unclean 8bit names
15450
15451 2005-02-17 [paul]       1.0.1cvs11.4
15452
15453         * src/compose.c
15454         * src/exportldif.c
15455         * src/matcher_parser_parse.y
15456         * src/procmime.c
15457         * src/sourcewindow.c
15458         * src/common/Makefile.am
15459         * src/common/intl.h             ** REMOVED **
15460         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15461                 sync with main (revision 109)
15462                 and clean up
15463
15464 2005-02-16 [colin]      1.0.1cvs11.3
15465
15466         * src/summaryview.c
15467                 Fix collapsed thread not highlighting when new
15468                 messages in it (Bug 568) Patch by Stephan Sachse.
15469                 Fix messed up selection when reaching bounds (Bug 632)
15470         * src/prefs_themes.c
15471                 Fix theme installing (Bug 684)
15472
15473 2005-02-16 [colin]      1.0.1cvs11.2
15474
15475         * src/messageview.c
15476                 Fix messageview_select_all
15477
15478 2005-02-16 [colin]      1.0.1cvs11.1
15479
15480         * src/mh.c
15481                 Sync with HEAD (MH scan required function)
15482
15483 2005-02-15 [colin]      1.0.1cvs8.1
15484
15485         * src/mimeview.c
15486         * src/common/utils.c
15487                 Sync with HEAD (filename chars substitution)
15488
15489 2005-02-15 [colin]      1.0.1cvs7.3
15490
15491         * src/gtk/pluginwindow.c
15492                 Fix button spacing
15493
15494 2005-02-15 [colin]      1.0.1cvs7.2
15495
15496         * src/mimeview.c
15497                 Fix mime icons not reset across message when
15498                 scrolled down
15499
15500 2005-02-15 [colin]      1.0.1cvs7.1
15501
15502         * src/compose.c
15503         * src/procmime.c
15504                 Sync with HEAD (optimisation of cvs6)
15505
15506 2005-02-14 [colin]      1.0.1cvs6.1
15507
15508         * src/compose.c
15509         * src/procmime.c
15510                 Sync with HEAD (encode "From " at line beginning)
15511
15512 2005-02-14 [colin]      1.0.1cvs5.3
15513
15514         * src/compose.c
15515                 Fix wrapping with accentued chars.
15516
15517 2005-02-13 [colin]      1.0.1cvs5.2
15518
15519         * src/textview.c
15520                 Fix email informative part parsing with
15521                 accentued chars in it. ispunct() returns
15522                 true for them in utf8...
15523
15524 2005-02-12 [colin]      1.0.1cvs5.1
15525
15526         * src/filtering.c
15527                 Sync with HEAD (remove wrong use of compose after send)
15528
15529 2005-02-12 [paul]       1.0.1cvs4.5
15530
15531         * src/textview.c
15532                 remove unnecessary code (thanks to Alfons)
15533
15534 2005-02-12 [paul]       1.0.1cvs4.4
15535
15536         * src/textview.c
15537                 add 'Copy' to contextual menu on emails
15538
15539 2005-02-11 [colin]      1.0.1cvs4.3
15540
15541         * src/compose.c
15542                 revert 1.0.0cvs28.2, it doesn't work that well.
15543
15544 2005-02-11 [paul]       1.0.1cvs4.2
15545
15546         * po/Makefile.in.in
15547                 fix 'make release'
15548
15549 2005-02-10 [paul]       1.0.1cvs4.1
15550
15551         * ChangeLog
15552         * ChangeLog.claws
15553         * ChangeLog.jp
15554         * configure.ac
15555         * src/compose.c
15556                 sync with HEAD (sync with main)
15557
15558 2005-02-10 [paul]       1.0.1cvs3.2
15559
15560         * AUTHORS
15561         * Makefile.am
15562         * autogen.sh
15563         * configure.ac
15564         * config/mkinstalldirs
15565         * intl/.cvsignore
15566         * intl/ChangeLog
15567         * intl/VERSION
15568         * intl/bindtextdom.c
15569         * intl/config.charset
15570         * intl/dcgettext.c
15571         * intl/dcigettext.c
15572         * intl/dcngettext.c
15573         * intl/dgettext.c
15574         * intl/dngettext.c
15575         * intl/eval-plural.h
15576         * intl/explodename.c
15577         * intl/finddomain.c
15578         * intl/gettext.c
15579         * intl/gettextP.h
15580         * intl/gmo.h
15581         * intl/hash-string.h
15582         * intl/intl-compat.c
15583         * intl/l10nflist.c
15584         * intl/libgnuintl.h.in
15585         * intl/loadinfo.h
15586         * intl/loadmsgcat.c
15587         * intl/localcharset.c
15588         * intl/localcharset.h
15589         * intl/locale.alias
15590         * intl/localealias.c
15591         * intl/localename.c
15592         * intl/log.c
15593         * intl/ngettext.c
15594         * intl/os2compat.c
15595         * intl/os2compat.h
15596         * intl/osdep.c
15597         * intl/plural-exp.c
15598         * intl/plural-exp.h
15599         * intl/plural.c
15600         * intl/plural.y
15601         * intl/ref-add.sin
15602         * intl/ref-del.sin
15603         * intl/relocatable.c
15604         * intl/relocatable.h
15605         * intl/textdomain.c
15606         * m4/Makefile.am
15607         * po/Makefile.in.in
15608         * src/Makefile.am
15609         * src/account.c
15610         * src/action.c
15611         * src/addr_compl.c
15612         * src/addressadd.c
15613         * src/addressbook.c
15614         * src/addrgather.c
15615         * src/addrindex.c
15616         * src/alertpanel.c
15617         * src/browseldap.c
15618         * src/codeconv.c
15619         * src/codeconv.h
15620         * src/compose.c
15621         * src/compose.h
15622         * src/crash.c
15623         * src/editaddress.c
15624         * src/editbook.c
15625         * src/editgroup.c
15626         * src/editjpilot.c
15627         * src/editldap.c
15628         * src/editldap_basedn.c
15629         * src/editvcard.c
15630         * src/exphtmldlg.c
15631         * src/expldifdlg.c
15632         * src/export.c
15633         * src/exporthtml.c
15634         * src/filtering.c
15635         * src/folder.c
15636         * src/folder_item_prefs.c
15637         * src/foldersel.c
15638         * src/folderview.c
15639         * src/grouplistdialog.c
15640         * src/headerview.c
15641         * src/imap.c
15642         * src/imap_gtk.c
15643         * src/import.c
15644         * src/importldif.c
15645         * src/importmutt.c
15646         * src/importpine.c
15647         * src/inc.c
15648         * src/ldif.c
15649         * src/main.c
15650         * src/mainwindow.c
15651         * src/matcher.c
15652         * src/mbox.c
15653         * src/message_search.c
15654         * src/messageview.c
15655         * src/mh.c
15656         * src/mh_gtk.c
15657         * src/mimeview.c
15658         * src/msgcache.c
15659         * src/news.c
15660         * src/news_gtk.c
15661         * src/noticeview.c
15662         * src/partial_download.c
15663         * src/pop.c
15664         * src/prefs_account.c
15665         * src/prefs_actions.c
15666         * src/prefs_common.c
15667         * src/prefs_customheader.c
15668         * src/prefs_display_header.c
15669         * src/prefs_ext_prog.c
15670         * src/prefs_filtering.c
15671         * src/prefs_filtering_action.c
15672         * src/prefs_folder_item.c
15673         * src/prefs_fonts.c
15674         * src/prefs_gtk.c
15675         * src/prefs_matcher.c
15676         * src/prefs_msg_colors.c
15677         * src/prefs_spelling.c
15678         * src/prefs_summary_column.c
15679         * src/prefs_template.c
15680         * src/prefs_themes.c
15681         * src/prefs_toolbar.c
15682         * src/prefs_wrapping.c
15683         * src/privacy.c
15684         * src/procheader.c
15685         * src/procmime.c
15686         * src/procmsg.c
15687         * src/quote_fmt.c
15688         * src/recv.c
15689         * src/send_message.c
15690         * src/setup.c
15691         * src/sourcewindow.c
15692         * src/ssl_manager.c
15693         * src/statusbar.c
15694         * src/summary_search.c
15695         * src/summaryview.c
15696         * src/textview.c
15697         * src/toolbar.c
15698         * src/wizard.c
15699         * src/common/nntp.c
15700         * src/common/plugin.c
15701         * src/common/smtp.c
15702         * src/common/ssl.c
15703         * src/common/ssl_certificate.c
15704         * src/common/string_match.c
15705         * src/common/sylpheed.c
15706         * src/common/template.c
15707         * src/common/utils.c
15708         * src/gtk/about.c
15709         * src/gtk/colorlabel.c
15710         * src/gtk/description_window.c
15711         * src/gtk/filesel.c
15712         * src/gtk/foldersort.c
15713         * src/gtk/gtkaspell.c
15714         * src/gtk/gtkutils.c
15715         * src/gtk/inputdialog.c
15716         * src/gtk/logwindow.c
15717         * src/gtk/menu.c
15718         * src/gtk/pluginwindow.c
15719         * src/gtk/prefswindow.c
15720         * src/gtk/progressdialog.c
15721         * src/gtk/quicksearch.c
15722         * src/gtk/sslcertwindow.c
15723         * src/plugins/clamav/clamav_plugin.c
15724         * src/plugins/clamav/clamav_plugin_gtk.c
15725         * src/plugins/demo/demo.c
15726         * src/plugins/dillo_viewer/dillo_prefs.c
15727         * src/plugins/dillo_viewer/dillo_viewer.c
15728         * src/plugins/image_viewer/plugin.c
15729         * src/plugins/image_viewer/viewer.c
15730         * src/plugins/image_viewer/viewerprefs.c
15731         * src/plugins/mathml_viewer/mathml_viewer.c
15732         * src/plugins/pgpmime/passphrase.c
15733         * src/plugins/pgpmime/plugin.c
15734         * src/plugins/pgpmime/prefs_gpg.c
15735         * src/plugins/pgpmime/select-keys.c
15736         * src/plugins/pgpmime/sgpgme.c
15737         * src/plugins/spamassassin/spamassassin.c
15738         * src/plugins/spamassassin/spamassassin_gtk.c
15739         * src/plugins/trayicon/trayicon.c
15740                 sync with main (revision 104)
15741
15742 2005-02-10 [colin]      1.0.1cvs3.1
15743
15744         * src/mainwindow.c
15745                 Sync with HEAD (fix occasional crasher)
15746
15747 2005-02-10 [colin]      1.0.1cvs2.1
15748
15749         * src/messageview.c
15750                 Synw with HEAD (don't automatically display html)
15751
15752 2005-02-09 [colin]      1.0.1cvs1.3
15753
15754         * src/textview.c
15755         * src/textview.h
15756                 Add contextual menu on emails
15757
15758 2005-02-09 [colin]      1.0.1cvs1.2
15759
15760         * src/codeconv.c
15761                 Fix converting from broken headers and 
15762                 put back the _ in missing places
15763                 (feature broke with cvs24.2 sync, main 
15764                  possibly affected?)
15765
15766 2005-02-09 [colin]      1.0.1cvs1.1
15767
15768         * src/messageview.c
15769         * src/mimeview.c
15770         * src/mimeview.h
15771                 Sync with HEAD (display non text/plain mails with plugin)
15772
15773 2005-02-08 [colin]      1.0.1.1
15774
15775         * ChangeLog.claws
15776         * po/pt_BR.po
15777                 Sync with HEAD
15778         * configure.ac
15779                 Make default configuration directory 
15780                 be .sylpheed-gtk2
15781
15782 2005-02-08 [colin]      1.0.0cvs29.1
15783
15784         * po/de.po
15785         * po/es.po
15786         * po/fr.po
15787         * po/it.po
15788         * po/sk.po
15789         * po/sr.po
15790                 Sync translations with HEAD
15791
15792 2005-02-06 [colin]      1.0.0cvs28.3
15793
15794         * src/compose.c
15795                 Make compose a bit faster - patch by Alfons.
15796
15797 2005-02-06 [colin]      1.0.0cvs28.2
15798
15799         * src/compose.c
15800                 Make pasting via middle-click more reliable
15801
15802 2005-02-05 [paul]       1.0.0cvs28.1
15803
15804         * ChangeLog
15805         * ChangeLog.claws
15806         * ChangeLog.jp
15807         * configure.ac
15808         * src/compose.c
15809                 sync with HEAD
15810                 (fix bug 682 'redirect is broken'
15811
15812 2005-02-05 [torte]      1.0.0cvs27.1
15813
15814         * ChangeLog.claws
15815         * configure.ac
15816         * src/partial_download.c
15817                 Sync with HEAD (fix buf overflow)
15818
15819 2005-02-03 [colin]      1.0.0cvs26.1
15820
15821         * src/common/plugin.c
15822                 Sync with HEAD (avoid plugin mismatches)
15823
15824 2005-02-03 [paul]       1.0.0cvs25.3
15825
15826         * src/folderview.c
15827         * src/headerview.c
15828         * src/summaryview.c
15829         * src/textview.c
15830         * src/gtk/colorlabel.c
15831                 third and final part of initial sync with main-gtk2
15832
15833 2005-02-03 [paul]       1.0.0cvs25.2
15834
15835         * src/jpilot.c
15836                 fix building with jpilot support
15837
15838 2005-02-02 [colin]      1.0.0cvs25.1
15839
15840         * src/messageview.c
15841                 Sync with HEAD (fix dangerous typo)
15842
15843 2005-02-01 [colin]      1.0.0cvs24.3
15844
15845         * src/common/xml.c
15846                 Write file as advertised (UTF-8)
15847
15848 2005-02-01 [paul]       1.0.0cvs24.2
15849
15850         * src/addrbook.c
15851         * src/addrindex.c
15852         * src/alertpanel.h
15853         * src/codeconv.c
15854         * src/codeconv.h
15855         * src/compose.c
15856         * src/export.c
15857         * src/folder_item_prefs.c
15858         * src/html.c
15859         * src/imap.c
15860         * src/import.c
15861         * src/jpilot.c
15862         * src/mainwindow.c
15863         * src/matcher_parser_lex.l
15864         * src/messageview.c
15865         * src/mh.c
15866         * src/prefs_account.c
15867         * src/prefs_actions.c
15868         * src/prefs_common.c
15869         * src/prefs_gtk.c
15870         * src/prefs_gtk.h
15871         * src/prefs_themes.c
15872         * src/procheader.c
15873         * src/procmime.c
15874         * src/sourcewindow.c
15875         * src/statusbar.c
15876         * src/summaryview.c
15877         * src/textview.c
15878         * src/toolbar.c
15879         * src/unmime.c
15880         * src/common/template.c
15881         * src/common/utils.c
15882         * src/common/xml.c
15883         * src/common/xml.h
15884         * src/gtk/gtkaspell.c
15885         * src/plugins/clamav/clamav_plugin.c
15886         * src/plugins/dillo_viewer/dillo_prefs.c
15887         * src/plugins/image_viewer/viewerprefs.c
15888         * src/plugins/pgpmime/passphrase.c
15889         * src/plugins/pgpmime/prefs_gpg.c
15890         * src/plugins/pgpmime/select-keys.c
15891         * src/plugins/spamassassin/spamassassin.c
15892                 second part of initial sync with main-gtk2
15893                 (more to follow)
15894
15895 2005-01-31 [colin]      1.0.0cvs24.1
15896
15897         * src/compose.c
15898                 Sync with HEAD
15899
15900 2005-01-29 [paul]       1.0.0cvs23.2
15901
15902         * src/account.c
15903         * src/action.c
15904         * src/addressadd.c
15905         * src/addressbook.c
15906         * src/alertpanel.c
15907         * src/compose.c
15908         * src/editaddress.c
15909         * src/editbook.c
15910         * src/editgroup.c
15911         * src/editjpilot.c
15912         * src/editldap.c
15913         * src/editldap_basedn.c
15914         * src/editvcard.c
15915         * src/export.c
15916         * src/foldersel.c
15917         * src/grouplistdialog.c
15918         * src/import.c
15919         * src/importldif.c
15920         * src/inc.c
15921         * src/main.c
15922         * src/mainwindow.c
15923         * src/message_search.c
15924         * src/messageview.c
15925         * src/mimeview.c
15926         * src/prefs_actions.c
15927         * src/prefs_common.c
15928         * src/prefs_common.h
15929         * src/prefs_customheader.c
15930         * src/prefs_display_header.c
15931         * src/prefs_filtering.c
15932         * src/prefs_filtering_action.c
15933         * src/prefs_gtk.c
15934         * src/prefs_matcher.c
15935         * src/prefs_summary_column.c
15936         * src/prefs_template.c
15937         * src/sourcewindow.c
15938         * src/summary_search.c
15939         * src/summaryview.c
15940         * src/textview.c
15941         * src/gtk/about.c
15942         * src/gtk/description_window.c
15943         * src/gtk/gtkshruler.c
15944         * src/gtk/gtkutils.c
15945         * src/gtk/gtkutils.h
15946         * src/gtk/inputdialog.c
15947         * src/gtk/logwindow.c
15948         * src/gtk/prefswindow.c
15949         * src/gtk/progressdialog.c
15950         * src/gtk/progressdialog.h
15951                 first part of initial sync with main-gtk2
15952                 (more to follow)
15953
15954 2005-01-28 [colin]      1.0.0cvs23.1
15955
15956         * src/folderview.c
15957                 Sync with HEAD
15958
15959 2005-01-27 [colin]      1.0.0cvs21.1
15960
15961         * src/folder.c
15962         * src/folderview.c
15963                 Sync with HEAD
15964
15965 2005-01-27 [colin]      1.0.0cvs19.1
15966
15967         * src/procmime.c
15968                 Sync with HEAD
15969
15970 2005-01-27 [colin]      1.0.0cvs18.1
15971
15972         * src/messageview.c
15973         * src/summaryview.c
15974         * src/mainwindow.c
15975         * src/compose.c
15976         * src/compose.h
15977         * src/procmsg.c
15978         * src/procmsg.h
15979         * src/toolbar.c
15980                 Sync with HEAD
15981
15982 2005-01-26 [paul]       1.0.0cvs15.2
15983
15984         * src/compose.c
15985                 compose_entries_set(): convert subject and body to
15986                 utf8 if necessary. patch by Felix Eckhofer
15987
15988 2005-01-26 [paul]       1.0.0cvs15.1
15989
15990         * configure.ac
15991         * src/common/template.c
15992                 sync with HEAD (fix memory leak)
15993
15994 2005-01-25 [paul]       1.0.0cvs14.1
15995
15996         * configure.ac
15997         * src/compose.c
15998                 sync with HEAD
15999
16000 2005-01-24 [colin]      1.0.0cvs13.1
16001
16002         * src/summaryview.c
16003                 Sync with HEAD
16004
16005 2005-01-24 [paul]       1.0.0cvs12.1
16006
16007         * configure.ac
16008         * src/messageview.c
16009         * src/mh.c
16010         * src/common/utils.c
16011                 sync with HEAD
16012
16013 2005-01-24 [colin]      1.0.0cvs11.1
16014
16015         * src/procheader.c
16016                 Sync with HEAD
16017
16018 2005-01-24 [colin]      1.0.0cvs10.1
16019
16020         * src/folderview.c
16021                 Sync with HEAD
16022
16023 2005-01-23 [colin]      1.0.0cvs9.1
16024
16025         * src/crash.c
16026                 Sync with HEAD
16027
16028 2005-01-22 [colin]      1.0.0cvs8.1
16029
16030         * src/summaryview.c
16031         * src/gtk/quicksearch.c
16032                 Sync with HEAD
16033
16034 2005-01-21 [colin]      1.0.0cvs7.1
16035
16036         * src/summaryview.c
16037                 Sync with HEAD
16038
16039 2005-01-21 [colin]      1.0.0cvs6.1
16040
16041         * src/summaryview.c
16042                 Sync with HEAD
16043
16044 2005-01-21 [colin]      1.0.0cvs5.1
16045
16046         * src/gtk/quicksearch.c
16047         * src/prefs_common.c
16048         * src/prefs_common.h
16049                 Sync with HEAD (recurse option)
16050
16051 2005-01-21 [colin]      1.0.0cvs4.1
16052
16053         * src/folder.h
16054         * src/folderview.c
16055         * src/folderview.h
16056         * src/summaryview.c
16057         * src/gtk/quicksearch.c
16058         * src/gtk/quicksearch.h
16059                 Sync with HEAD (recursive quicksearch)
16060
16061 2005-01-20 [colin]      1.0.0cvs3.4
16062
16063         * src/ssl_manager.c
16064                 Remove useless code
16065
16066 2005-01-20 [colin]      1.0.0cvs3.3
16067
16068         * src/ssl_manager.c
16069                 Fix leak, thanks to Alfons.
16070
16071 2005-01-20 [colin]      1.0.0cvs3.2
16072
16073         * src/ssl_manager.c
16074                 Port SSL certificate window to GTK2.
16075
16076 2005-01-20 [paul]       1.0.0cvs3.1
16077
16078         * ChangeLog.claws
16079         * configure.ac
16080         * src/addrindex.c
16081         * src/addrindex.h
16082                 sync with HEAD
16083
16084 2005-01-19 [colin]      1.0.0cvs2.2
16085
16086         * src/plugins/trayicon/trayicon.c
16087                 Fix freeze with gtk-2.6, the easy way
16088                 (signal blocking helpless there...)
16089                 Closes bug #668.
16090
16091 2005-01-19 [colin]      1.0.0cvs2.1
16092
16093         * src/mbox.c
16094         * src/mbox.h
16095         * src/mainwindow.c
16096         * src/summaryview.c
16097         * src/summaryview.h
16098                 Sync with HEAD
16099
16100 2005-01-19 [paul]       1.0.0cvs1.1
16101
16102         * configure.ac
16103         * po/de.po
16104         * po/es.po
16105         * po/fr.po
16106         * po/hr.po
16107         * po/it.po
16108         * po/ja.po
16109         * po/ko.po
16110         * po/pt_BR.po
16111         * po/ru.po
16112         * po/sk.po
16113         * po/sr.po
16114                 sync with HEAD (update translations)
16115
16116 2005-01-18 [colin]      1.0.0cvs0.1
16117
16118         * src/foldersel.c
16119                 Specify search column - patch by Alfons
16120
16121 2005-01-18 [colin]      0.9.13cvs36.3
16122
16123         * src/prefs_toolbar.c
16124                 Change Delete to Remove
16125         * src/prefs_fonts.c
16126                 GTK2 version and leak fixes
16127         * src/prefs_actions.c
16128                 Add stock buttons.
16129                 All patches by Alfons
16130
16131 2005-01-17 [colin]      0.9.13cvs36.2
16132
16133         * src/compose.c
16134                 Fix DnD inserting twice. While at it,
16135                 add DnD support for text/plain in the
16136                 body, and add support in the headers.
16137
16138 2005-01-16 [colin]      0.9.13cvs36.1
16139
16140         * ChangeLog
16141         * ChangeLog.jp
16142         * ChangeLog.claws
16143                 Sync with HEAD (nothing applicable)
16144
16145 2005-01-16 [colin]      0.9.13cvs33.2
16146
16147         * src/prefs_toolbar.c
16148                 GTK2ize prefs_toolbar, by Alfons.
16149
16150 2005-01-14 [colin]      0.9.13cvs33.1
16151
16152         * src/html.c
16153         * src/msgcache.c
16154                 Sync with HEAD
16155
16156 2005-01-14 [colin]      0.9.13cvs32.1
16157
16158         * src/html.c
16159         * src/html.h
16160         * src/msgcache.c
16161         * AUTHORS
16162         * tools/calypso_convert.pl
16163                 Sync with HEAD
16164
16165 2005-01-08 [colin]      0.9.13cvs29.2
16166
16167         * src/prefs_filtering_action.c
16168         * src/prefs_filtering.c
16169                 2 more gtk2 patches by Alfons
16170
16171 2005-01-07 [paul]       0.9.13cvs29.1
16172
16173         * ChangeLog
16174         * ChangeLog.claws
16175         * ChangeLog.jp
16176         * configure.ac
16177         * src/pop.c
16178         * src/pop.h
16179                 sync with HEAD
16180
16181 2005-01-07 [colin]      0.9.13cvs28.3
16182
16183         * src/gtk/progressdialog.c
16184         * src/gtk/progressdialog.h
16185         * src/inc.c
16186         * src/send_message.c
16187                 GTK2 for the incorporation dialog. The CList isn't dead
16188                 yet, for a more smooth migration. Patch by Alfons.
16189
16190 2005-01-06 [colin]      0.9.13cvs28.2
16191
16192         * src/prefs_display_header.c
16193                 GTK2 conversion by Alfons
16194         * src/prefs_actions.c
16195         * src/prefs_matcher.c
16196                 Fix 2 leaks - patch by Alfons
16197
16198 2005-01-06 [colin]      0.9.13cvs28.1
16199
16200         * src/prefs_matcher.c
16201                 Sync with HEAD
16202
16203 2005-01-06 [colin]      0.9.13cvs27.4
16204
16205         * src/prefs_matcher.c
16206                 Fix double-free. Patch by Alfons
16207
16208 2005-01-06 [colin]      0.9.13cvs27.3
16209
16210         * src/prefs_matcher.c
16211                 GTK2 widgets + memleak
16212                 Patch by Alfons
16213
16214 2005-01-05 [colin]      0.9.13cvs27.2
16215
16216         * src/account.c
16217         * src/addr_compl.c
16218         * src/foldersel.c
16219         * src/stock_pixmap.c
16220         * src/stock_pixmap.h
16221                 3 more GTK2 patches by Alfons.
16222
16223 2005-01-04 [colin]      0.9.13cvs27.1
16224
16225         * src/folderview.c
16226         * src/imap_gtk.c
16227         * src/news_gtk.c
16228                 Sync with HEAD
16229
16230 2005-01-04 [colin]      0.9.13cvs25.9
16231
16232         * src/compose.c
16233                 Fix Show Ruler menuitem
16234         * src/prefs_template.c
16235                 Convert to GTK2
16236         * src/common/utils.c
16237                 Make auto pointer stuff handles NULLs
16238                 Patches by Alfons.
16239
16240 2005-01-04 [colin]      0.9.13cvs25.8
16241
16242         * src/compose.c
16243                 Move the attachment list to gtk2
16244                 Patch by Alfons.
16245
16246 2005-01-04 [colin]      0.9.13cvs25.7
16247
16248         * src/textview.c
16249                 Make some keys work again
16250                 Patch by SungHyun Nam <namsh@kldp.org>
16251
16252 2005-01-04 [colin]      0.9.13cvs25.6
16253
16254         * src/gtk/gtkshruler.c
16255                 Move the ruler to GTK2
16256                 Patch by Alfons
16257
16258 2005-01-03 [colin]      0.9.13cvs25.5
16259
16260         * src/compose.c
16261                 Fix my broken patch apply 
16262
16263 2005-01-03 [colin]      0.9.13cvs25.4
16264
16265         * src/common/utils.c
16266         * src/common/utils.h
16267         * src/gtk/prefswindow.c
16268                 Move auto pointer stuff to utils.c
16269                 Patch by Alfons again :)
16270
16271 2005-01-03 [colin]      0.9.13cvs25.3
16272
16273         * src/compose.c
16274         * src/prefs_gtk.c
16275         * src/prefs_template.c
16276         * src/textview.c
16277                 Empty text widgets with empty strings, not NULL char
16278                 Patch by SungHyun Nam <namsh@kldp_org>
16279
16280 2005-01-03 [colin]      0.9.13cvs25.2
16281
16282         * src/main.c
16283         * AUTHORS
16284                 Sync with HEAD
16285
16286 2005-01-03 [colin]      0.9.13cvs25.1
16287
16288         * src/pop.c
16289         * src/pop.h
16290                 Sync with HEAD
16291
16292 2005-01-03 [colin]      0.9.13cvs24.3
16293
16294         * src/account.c
16295                 Two patches from Alfons and Alex S Moore:
16296                 fix images, fix return value.
16297
16298 2005-01-01 [colin]      0.9.13cvs24.2
16299
16300         * src/prefs_actions.c
16301                 Fix over-zealous assertion. Patch by Alfons
16302
16303 2005-01-01 [colin]      0.9.13cvs24.1
16304
16305         * src/procmime.c
16306                 Sync with HEAD (leak fix)
16307
16308 2004-12-31 [colin]      0.9.13cvs23.2
16309
16310         * src/prefs_common.c
16311                 GTK2 widgets + stock buttons - patch by Alfons
16312
16313 2004-12-31 [paul]       0.9.13cvs23.1
16314
16315         * configure.ac
16316                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16317         * src/gtk/pluginwindow.c
16318                 use GTK2 widgets and plug memory leaks,
16319                 patches by Alfons
16320
16321 2004-12-30 [colin]      0.9.13cvs22.4
16322
16323         * src/account.c
16324         * src/action.c
16325         * src/export.c
16326         * src/foldersel.c
16327         * src/import.c
16328         * src/message_search.c
16329         * src/prefs_actions.c
16330         * src/prefs_common.c
16331         * src/prefs_customheader.c
16332         * src/prefs_filtering.c
16333         * src/prefs_summary_column.c
16334         * src/summary_search.c
16335         * src/gtk/about.c
16336         * src/gtk/description_window.c
16337         * src/gtk/gtkutils.c
16338         * src/gtk/gtkutils.h
16339         * src/gtk/inputdialog.c
16340         * src/gtk/prefswindow.c
16341                 Use GTK2 stock buttons. Patches by Alfons.
16342
16343 2004-12-30 [colin]      0.9.13cvs22.3
16344
16345         * src/account.c
16346                 Sync with HEAD
16347         * src/prefs_actions.c
16348         * src/prefs_customheader.c
16349         * src/prefs_filtering.c
16350         * src/prefs_msg_colors.c
16351         * src/prefs_summary_column.c
16352         * src/gtk/prefswindow.c
16353                 Use GtkTreeView instead of deprecated 
16354                 widgets. Patches by Alfons.
16355
16356 2004-12-30 [paul]       0.9.13cvs22.2
16357
16358         * src/foldersel.c
16359                 use GTK 2 Tree View
16360                 patch by Alfons, with root folder sorting fix
16361                 by Stephan Sachse
16362
16363 2004-12-30 [paul]       0.9.13cvs22.1
16364
16365         * ChangeLog
16366         * ChangeLog.claws
16367         * ChangeLog.jp
16368         * NEWS
16369         * configure.ac
16370         * src/account.c
16371                 sync with HEAD
16372
16373 2004-12-22 [martin]     0.9.13cvs21.2
16374
16375         * src/action.c
16376                 free the command line after its use
16377
16378 2004-12-18 [paul]       0.9.13cvs21.1
16379
16380         * AUTHORS
16381         * ChangeLog
16382         * ChangeLog.claws
16383         * ChangeLog.jp
16384         * NEWS
16385         * configure.ac
16386         * src/action.c
16387         * src/compose.c
16388         * src/syldap.c
16389                 sync with HEAD
16390
16391 2004-12-17 [martin]     0.9.13cvs17.2
16392
16393         * src/action.c
16394                 convert actions input to locale
16395         * src/inc.c
16396                 convert notification command to locale
16397         * src/plugins/pgpmime/select-keys.c
16398                 convert attributes to utf8
16399
16400 2004-12-14 [colin]      0.9.13cvs17.1
16401
16402         * ChangeLog
16403         * ChangeLog.jp
16404         * ChangeLog.claws
16405         * src/action.c
16406         * src/common/utils.c
16407         * src/gtk/prefswindow.c
16408         * src/gtk/gtkutils.c
16409         * src/gtk/gtkutils.h
16410         * src/plugins/spamassassin/libspamc.c
16411                 Sync with HEAD
16412
16413 2004-12-13 [colin]      0.9.13cvs14.1
16414
16415         * src/quote_fmt_parse.y
16416                 Sync with HEAD
16417
16418 2004-12-10 [colin]      0.9.13cvs12.1
16419
16420         * src/prefs_themes.c
16421         * src/mainwindow.c
16422         * src/messageview.c
16423                 Sync with HEAD
16424
16425 2004-12-09 [colin]      0.9.13cvs10.1
16426
16427         * src/procmime.c
16428                 Sync with HEAD (fix B64 encoding from memory)
16429
16430 2004-12-08 [colin]      0.9.13cvs9.1
16431
16432         * src/gtk/colorlabel.c
16433                 Sync with HEAD
16434
16435 2004-12-08 [paul]       0.9.13cvs8.2
16436
16437         * src/gtk/pluginwindow.c
16438                 fix window resizing oddities
16439
16440 2004-12-08 [colin]      0.9.13cvs8.1
16441
16442         * src/quote_fmt_parse.y
16443                 Sync with HEAD
16444
16445 2004-12-08 [colin]      0.9.13cvs7.1
16446
16447         * src/matcher_parser_parse.y
16448         * src/msgcache.c
16449         * src/prefs_matcher.c
16450         * src/procheader.c
16451         * src/matcher.c
16452         * src/common/defs.h
16453         * po/sr.po
16454                 Sync with HEAD
16455
16456 2004-12-08 [colin]      0.9.13cvs6.1
16457
16458         * src/quote_fmt_parse.y
16459         * src/textview.c
16460                 Sync with HEAD
16461         * src/gtk/prefswindow.c
16462         * src/gtk/pluginwindow.c
16463                 Fix G_CALLBACKS protos (thanks to Alfons)
16464
16465 2004-12-07 [torte]      0.9.13cvs2.2
16466
16467         * src/procmime.c
16468                 [Bug 650] reply button causes crash
16469                 Thanks to David Relson and Christoph
16470
16471 2004-12-07 [colin]      0.9.13cvs2.1
16472
16473         * ChangeLog.claws
16474         * AUTHORS
16475         * po/sk.po
16476         * src/procmime.c
16477         * src/prefs_account.c
16478         * src/common/smtp.c
16479         * src/common/smtp.h
16480                 Sync with HEAD
16481
16482 2004-12-06 [colin]      0.9.12cvs187.1
16483
16484         * ChangeLog.claws
16485         * INSTALL
16486         * Makefile.am
16487         * README.claws
16488         * TODO.claws
16489         * configure.ac
16490         * po/bg.po
16491         * po/cs.po
16492         * po/el.po
16493         * po/en_GB.po
16494         * po/es.po
16495         * po/fr.po
16496         * po/hr.po
16497         * po/hu.po
16498         * po/it.po
16499         * po/ja.po
16500         * po/ko.po
16501         * po/nl.po
16502         * po/pl.po
16503         * po/pt_BR.po
16504         * po/ru.po
16505         * po/sk.po
16506         * po/sr.po
16507         * po/sv.po
16508         * po/zh_CN.po
16509         * po/zh_TW.Big5.po
16510         * src/compose.c
16511         * tools/Makefile.am
16512         * tools/README
16513         * tools/filter_conv.pl
16514         * tools/kdeservicemenu/README
16515         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16516         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16517                 Sync with HEAD
16518
16519 2004-12-04 [colin]      0.9.12cvs183.1
16520
16521         * src/compose.c
16522                 Sync with HEAD (compose window position saving)
16523
16524 2004-12-04 [paul]       0.9.12cvs182.3
16525
16526         * src/messageview.c
16527         * src/mimeview.c
16528         * src/prefs_customheader.c
16529         * src/gtk/quicksearch.c
16530                 replace some forgotten GTK_SIGNAL_FUNCs
16531
16532 2004-12-04 [paul]       0.9.12cvs182.2
16533
16534         * src/Makefile.am
16535                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16536                 committed in error      
16537
16538 2004-12-04 [paul]       0.9.12cvs182.1
16539
16540         * ChangeLog
16541         * ChangeLog.claws
16542         * ChangeLog.jp
16543         * INSTALL
16544         * NEWS
16545         * README
16546         * README.jp
16547         * configure.ac
16548         * doc/manual/ja/Makefile.am
16549         * doc/manual/ja/sylpheed-1.html
16550         * doc/manual/ja/sylpheed-10.html
16551         * doc/manual/ja/sylpheed-11.html
16552         * doc/manual/ja/sylpheed-12.html
16553         * doc/manual/ja/sylpheed-13.html
16554         * doc/manual/ja/sylpheed-14.html
16555         * doc/manual/ja/sylpheed-15.html
16556         * doc/manual/ja/sylpheed-16.html
16557         * doc/manual/ja/sylpheed-17.html
16558         * doc/manual/ja/sylpheed-18.html
16559         * doc/manual/ja/sylpheed-19.html
16560         * doc/manual/ja/sylpheed-2.html
16561         * doc/manual/ja/sylpheed-20.html
16562         * doc/manual/ja/sylpheed-3.html
16563         * doc/manual/ja/sylpheed-4.html
16564         * doc/manual/ja/sylpheed-5.html
16565         * doc/manual/ja/sylpheed-6.html
16566         * doc/manual/ja/sylpheed-7.html
16567         * doc/manual/ja/sylpheed-8.html
16568         * doc/manual/ja/sylpheed-9.html
16569         * doc/manual/ja/sylpheed.html
16570         * doc/manual/ja/sylpheed.sgml
16571         * po/de.po
16572         * src/Makefile.am
16573         * src/compose.c
16574         * src/procmime.c
16575         * src/pixmaps/regular.xpm **REMOVED**
16576         * src/plugins/pgpmime/pgpmime.c
16577         * src/plugins/pgpmime/plugin.c
16578         * src/plugins/pgpmime/prefs_gpg.c
16579                 sync with HEAD
16580
16581 2004-12-03 [paul]       0.9.12cvs180.1
16582
16583         * ChangeLog
16584         * ChangeLog.claws
16585         * ChangeLog.jp
16586         * configure.ac
16587         * src/Makefile.am
16588         * src/pop.c
16589         * src/common/utils.c
16590         * src/common/utils.h
16591         * src/pixmaps/continue.xpm
16592         * src/pixmaps/dir_close.xpm
16593         * src/pixmaps/dir_open.xpm
16594         * src/pixmaps/drafts_close.xpm
16595         * src/pixmaps/drafts_open.xpm
16596         * src/pixmaps/folder.xpm **REMOVED**
16597         * src/pixmaps/group.xpm
16598         * src/pixmaps/unread.xpm
16599                 sync with HEAD
16600
16601 2004-12-02 [colin]      0.9.12cvs179.1
16602
16603         * src/compose.c
16604                 Sync with HEAD (non-duplicated reedition)
16605
16606 2004-12-02 [colin]      0.9.12cvs178.1
16607
16608         * src/compose.c
16609                 Sync with HEAD (linewrap_quote fix)
16610
16611 2004-12-01 [colin]      0.9.12cvs177.3
16612
16613         * src/addrharvest.c
16614                 Replace sizeof with strlen
16615
16616 2004-12-01 [paul]       0.9.12cvs177.2
16617
16618         * src/addrharvest.c
16619                 fix 'harvest addresses'
16620
16621 2004-11-30 [colin]      0.9.12cvs177.1
16622
16623         * src/gtk/prefswindow.c
16624         * src/gtk/pluginwindow.c
16625                 Sync with HEAD
16626
16627 2004-11-29 [colin]      0.9.12cvs176.1
16628
16629         * src/folderview.c
16630                 sync with HEAD (Fix disappearing separators in folderview's popup)
16631
16632 2004-11-29 [colin]      0.9.12cvs175.1
16633
16634         * src/procmime.c
16635                 Sync with head (another format fix)
16636
16637 2004-11-29 [colin]      0.9.12cvs174.1
16638
16639         * src/pop.c
16640                 Sync with HEAD (format string fix)
16641
16642 2004-11-26 [colin]      0.9.12cvs173.1
16643
16644         * src/common/smtp.c
16645         * src/common/smtp.h
16646                 Sync with HEAD
16647
16648 2004-11-24 [colin]      0.9.12cvs172.1
16649
16650         * src/plugins/pgpmime/pgpmime.c
16651                 Sync with HEAD
16652
16653 2004-11-24 [colin]      0.9.12cvs171.1
16654
16655         * src/plugins/pgpmime/pgpmime.c
16656                 Sync with head (gpgmectx leaks)
16657
16658 2004-11-24 [colin]      0.9.12cvs169.1
16659
16660         * src/plugins/pgpmime/plugin.c
16661         * src/plugins/trayicon/Makefile.am
16662         * src/plugins/trayicon/newmarkedmail.xpm
16663         * src/plugins/trayicon/trayicon.c
16664         * src/plugins/trayicon/unreadmarkedmail.xpm
16665                 Sync with HEAD
16666
16667 2004-11-23 [colin]      0.9.12cvs168.1
16668
16669         * src/partial_download.c
16670         * src/partial_download.h
16671         * src/plugins/pgpmime/plugin.c
16672                 Sync with HEAD
16673
16674 2004-11-23 [colin]      0.9.12cvs166.1
16675
16676         * src/Makefile.am
16677         * src/codeconv.c
16678         * src/compose.c
16679         * src/folderview.c
16680         * src/main.c
16681         * src/partial_download.c
16682         * src/partial_download.h
16683         * src/prefs_account.c
16684         * src/prefs_account.h
16685         * src/privacy.c
16686         * src/privacy.h
16687         * src/procmime.c
16688         * src/common/Makefile.am
16689         * src/common/base64.h
16690         * src/common/partial_download.c
16691         * src/common/partial_download.h
16692         * src/gtk/prefswindow.c
16693         * src/gtk/prefswindow.h
16694         * src/plugins/pgpmime/pgpmime.c
16695         * src/plugins/pgpmime/prefs_gpg.c
16696         * src/plugins/pgpmime/prefs_gpg.h
16697         * src/plugins/pgpmime/sgpgme.c
16698         * src/plugins/pgpmime/sgpgme.h
16699                 Sync with HEAD
16700
16701 2004-11-23 [colin]      0.9.12cvs163.1
16702
16703         * src/main.c
16704                 Sync with HEAD (cursor optimization)
16705
16706 2004-11-23 [colin]      0.9.12cvs162.1
16707
16708         * src/prefs_common.c
16709         * src/prefs_themes.c
16710         * src/procmsg.c
16711                 Sync with HEAD
16712
16713 2004-11-23 [colin]      0.9.12cvs158.9
16714
16715         * src/compose.c
16716                 Fix double-free when forwarding
16717         * src/msgcache.c
16718                 Fix leak on error path
16719                 
16720
16721 2004-11-23 [colin]      0.9.12cvs158.8
16722
16723         * src/compose.c
16724                 Fix possible double-free
16725                 Spotted by Alfons
16726
16727 2004-11-23 [colin]      0.9.12cvs158.7
16728
16729         * src/compose.c
16730                 Fix some signal handlers' prototypes
16731                 Spotted by Alfons
16732
16733 2004-11-22 [colin]      0.9.12cvs158.6
16734
16735         * src/compose.c
16736                 Remove unneeded code and duplicated
16737                 wrapping - patch by Alfons
16738
16739 2004-11-22 [colin]      0.9.12cvs158.5
16740
16741         * src/prefs_themes.c
16742                 Fix oversized selector
16743
16744 2004-11-22 [colin]      0.9.12cvs158.4
16745
16746         * src/compose.c
16747                 fix dump_text()
16748                 patch by Alfons
16749
16750 2004-11-19 [colin]      0.9.12cvs158.3
16751
16752         * src/textview.c
16753                 Add a context menu on links (open, copy)
16754
16755 2004-11-18 [paul]       0.9.12cvs158.2
16756
16757         * src/addrgather.c
16758         * src/exphtmldlg.c
16759         * src/expldifdlg.c
16760         * src/mimeview.c
16761         * src/prefs_common.c
16762         * src/plugins/image_viewer/viewer.c
16763         * src/plugins/spamassassin/spamassassin_gtk.c
16764                 replace deprecated gtk_notebook_set_page
16765                 and gtk_notebook_current_page
16766
16767 2004-11-18 [paul]       0.9.12cvs158.1
16768
16769         * configure.ac
16770         * src/compose.c
16771         * src/mainwindow.c
16772         * src/messageview.c
16773         * src/prefs_common.c
16774         * src/common/utils.c
16775         * src/common/utils.h
16776                 sync with HEAD
16777
16778 2004-11-17 [colin]      0.9.12cvs156.1
16779
16780         * src/prefs_account.c
16781         * src/prefs_account.h
16782         * src/procmsg.c
16783                 Sync with HEAD (add pref to store encrypted mails encrypted)
16784
16785 2004-11-17 [paul]       0.9.12cvs155.1
16786
16787         * ChangeLog
16788         * ChangeLog.claws
16789         * ChangeLog.jp
16790         * NEWS
16791         * configure.ac
16792         * src/compose.c
16793         * src/jpilot.c
16794         * src/privacy.c
16795         * src/procmime.c
16796         * src/procmime.h
16797         * src/procmsg.c
16798         * src/toolbar.c
16799         * src/pixmaps/error.xpm
16800                 sync with HEAD
16801
16802 2004-11-17 [colin]      0.9.12cvs151.1
16803
16804         * src/plugins/pgpmime/pgpmime.c
16805                 Sync with HEAD (remove debug printf)
16806
16807 2004-11-17 [colin]      0.9.12cvs150.1
16808
16809         * src/plugins/pgpmime/pgpmime.c
16810                 Sync with HEAD (off-by-one fix)
16811
16812 2004-11-17 [colin]      0.9.12cvs149.1
16813
16814         * src/procmsg.c
16815                 Sync with HEAD (coding style fixes)
16816
16817 2004-11-16 [colin]      0.9.12cvs148.1
16818
16819         * src/procmsg.c
16820                 Sync with head (Fix the fix)
16821
16822 2004-11-16 [colin]      0.9.12cvs147.1
16823
16824         * src/procmsg.c
16825                 Sync with Main (leak fix)
16826
16827 2004-11-16 [colin]      0.9.12cvs146.14
16828
16829         * src/compose.c
16830                 Remove useless chunk of code
16831                 Patch by Alfons
16832
16833 2004-11-15 [colin]      0.9.12cvs146.13
16834
16835         * src/compose.c
16836                 Fix drafting after insertion
16837                 Patch by Alfons
16838
16839 2004-11-15 [colin]      0.9.12cvs146.12
16840
16841         * src/compose.c
16842         * src/prefs_filtering.c
16843         * src/prefs_filtering_action.c
16844         * src/prefs_toolbar.c
16845                 Fix some const-correctness
16846
16847 2004-11-15 [colin]      0.9.12cvs146.11
16848
16849         * src/summaryview.c
16850         * src/prefs_themes.c
16851         * src/messageview.c
16852                 Fix some leaks
16853
16854 2004-11-15 [colin]      0.9.12cvs146.10
16855
16856         * src/codeconv.c
16857                 More unreadable locale fixes
16858
16859 2004-11-14 [colin]      0.9.12cvs146.9
16860
16861         * src/textview.c
16862                 Fix uri_security_check
16863                 Patch by Alfons
16864
16865 2004-11-13 [paul]       0.9.12cvs146.8
16866
16867         * src/folder.c
16868         * src/procmime.c
16869                 fix 2 bugs introduced in last commit
16870
16871 2004-11-13 [paul]       0.9.12cvs146.7
16872
16873         * src/compose.c
16874         * src/exporthtml.c
16875         * src/exportldif.c
16876         * src/folder.c
16877         * src/imap.c
16878         * src/imap_gtk.c
16879         * src/main.c
16880         * src/mainwindow.c
16881         * src/messageview.c
16882         * src/mh_gtk.c
16883         * src/prefs_themes.c
16884         * src/procmime.c
16885         * src/setup.c
16886         * src/summaryview.c
16887                 replace deprecated g_basename
16888
16889 2004-11-13 [paul]       0.9.12cvs146.6
16890
16891         * src/compose.c
16892         * src/imap.c
16893         * src/matcher_parser.h
16894         * src/matcher_parser_parse.y
16895         * src/prefs_filtering.c
16896         * src/prefs_filtering_action.c
16897         * src/prefs_themes.c
16898         * src/prefs_toolbar.c
16899         * src/common/utils.c
16900                 various small fixes/cleanups
16901
16902 2004-11-12 [colin]      0.9.12cvs146.5
16903
16904         * src/textview.c
16905                 Validate event's origin on visibility notify
16906                 Patch by Alfons.
16907
16908 2004-11-12 [paul]       0.9.12cvs146.4
16909
16910         * src/exporthtml.c
16911         * src/exportldif.c
16912         * src/imap.c
16913         * src/mh.c
16914         * src/mimeview.c
16915         * src/prefs_spelling.c
16916         * src/prefs_themes.c
16917                 replace deprecated g_dirname    
16918
16919 2004-11-12 [colin]      0.9.12cvs146.3
16920
16921         * src/textview.c
16922                 Some coding style fixes
16923
16924 2004-11-12 [colin]      0.9.12cvs146.2
16925
16926         * src/codeconv.c
16927                 We want to replace _all_ extended chars in
16928                 conv_unreadable_*, because any string containing
16929                 extended chars not parsing as UTF8 is 
16930                 undisplayed on gtk2.
16931
16932 2004-11-12 [paul]       0.9.12cvs146.1
16933
16934         * ChangeLog
16935         * ChangeLog.claws
16936         * ChangeLog.jp
16937         * NEWS
16938         * configure.ac
16939         * src/account.c
16940         * src/folderview.c
16941         * src/folderview.h
16942         * src/imap.c
16943         * src/imap_gtk.c
16944         * src/inc.c
16945         * src/mainwindow.c
16946         * src/mh_gtk.c
16947         * src/news_gtk.c
16948         * src/pop.c
16949         * src/prefs_account.c
16950         * src/prefs_account.h
16951         * src/prefs_ext_prog.c
16952         * src/procmime.c
16953         * src/procmime.h
16954         * src/procmsg.c
16955         * src/procmsg.h
16956         * src/summary_search.c
16957         * src/summaryview.c
16958         * src/textview.c
16959         * src/common/defs.h
16960         * src/common/utils.c
16961         * src/common/utils.h
16962         * src/gtk/menu.c
16963         * src/gtk/menu.h
16964                 sync with HEAD
16965
16966 2004-11-11 [colin]      0.9.12cvs144.2
16967
16968         * src/textview.c
16969                 Fix URI range selection (patch by Alfons)
16970
16971 2004-11-09 [colin]      0.9.12cvs144.1
16972
16973         * ChangeLog.claws
16974         * src/compose.c
16975         * src/folder.c
16976         * src/folder_item_prefs.c
16977         * src/prefs_account.c
16978         * src/prefs_account.h
16979         * src/plugins/pgpmime/pgpmime.c
16980                 Sync with HEAD
16981
16982 2004-11-08 [colin]      0.9.12cvs143.1
16983
16984         * src/summaryview.c
16985                 Sync with HEAD (optimize quicksearch)
16986
16987 2004-11-08 [colin]      0.9.12cvs142.2
16988
16989         * src/compose.c
16990                 Don't wrap when Edit/Auto wrapping is disabled
16991
16992 2004-11-08 [colin]      0.9.12cvs142.1
16993
16994         * src/textview.c
16995                 Sync with HEAD
16996
16997 2004-11-08 [colin]      0.9.12cvs141.1
16998
16999         * src/textview.c
17000                 Sync with HEAD (fix some mail URIs)
17001
17002 2004-11-08 [colin]      0.9.12cvs140.3
17003
17004         * src/textview.c
17005                 o Use text cursor instead of arrow when
17006                   not on a link
17007                 o Fix handling of contiguous links (as in
17008                   "colin@colino.net" <colin@colino.net>)
17009                   This one unveils a bug in get_email_part()
17010
17011 2004-11-07 [colin]      0.9.12cvs140.2
17012
17013         * src/textview.c
17014                 Fix memleak. Patch by Alfons.
17015
17016 2004-11-06 [colin]      0.9.12cvs140.1
17017
17018         * src/compose.c
17019                 Sync with HEAD (don't ask passphrase
17020                 when drafting)
17021
17022 2004-11-06 [paul]       0.9.12cvs139.2
17023
17024         * AUTHORS
17025         * src/textview.c
17026         * src/textview.h
17027                 textview URI handling. hovering over a 
17028                 link displays it in the status bar,
17029                 and changes the mouse pointer to a hand 
17030                 cursor. a link is activated with a single 
17031                 click. (Modified from the) patch by Jean-Yves 
17032                 Lefort <jylefort@users.sourceforge.net>
17033                 
17034
17035 2004-11-05 [colin]      0.9.12cvs139.1
17036
17037         * src/compose.c
17038         * src/procmime.c
17039                 Sync with HEAD again ^^
17040
17041 2004-11-05 [colin]      0.9.12cvs139.1
17042
17043         * src/compose.c
17044         * src/procmime.c
17045                 Sync with HEAD
17046
17047 2004-11-03 [paul]       0.9.12cvs138.1
17048
17049         * ChangeLog.claws
17050         * configure.ac
17051         * po/POTFILES.in
17052         * src/prefs_ext_prog.c
17053         * src/procmime.c
17054         * tools/kdeservicemenu/README
17055         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17056         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17057                 sync with HEAD
17058
17059 2004-11-01 [christoph]  0.9.12cvs136.2
17060
17061         * src/procmime.c
17062                 convert MIME parameters to UTF-8
17063
17064 2004-10-29 [colin]      0.9.12cvs136.1
17065
17066         * src/common/utils.c
17067                 Sync with HEAD (don't use '=' in mime boundary)
17068
17069 2004-10-29 [paul]       0.9.12cvs135.1
17070
17071         * configure.ac
17072         * doc/src/rfc2231.txt
17073         * src/procmime.c
17074         * src/common/quoted-printable.c
17075         * src/common/utils.c
17076         * src/common/utils.h
17077                 sync with HEAD
17078
17079 2004-10-27 [paul]       0.9.12cvs134.1
17080
17081         * configure.ac
17082         * src/main.c
17083         * src/procmime.c
17084         * src/plugins/pgpmime/pgpmime.c
17085                 sync with HEAD
17086
17087 2004-10-26 [paul]       0.9.12cvs132.3
17088
17089         * src/account.c
17090         * src/addressbook.c
17091         * src/addrgather.c
17092         * src/addrharvest.c
17093         * src/codeconv.c
17094         * src/compose.c
17095         * src/customheader.c
17096         * src/editaddress.c
17097         * src/editgroup.c
17098         * src/enriched.c
17099         * src/expldifdlg.c
17100         * src/exporthtml.c
17101         * src/exportldif.c
17102         * src/folder.c
17103         * src/foldersel.c
17104         * src/folderview.c
17105         * src/grouplistdialog.c
17106         * src/html.c
17107         * src/imap.c
17108         * src/jpilot.c
17109         * src/ldapserver.c
17110         * src/ldif.c
17111         * src/mimeview.c
17112         * src/news.c
17113         * src/news_gtk.c
17114         * src/pop.c
17115         * src/prefs_display_header.c
17116         * src/prefs_gtk.c
17117         * src/prefs_msg_colors.c
17118         * src/prefs_toolbar.c
17119         * src/procheader.c
17120         * src/procmime.c
17121         * src/summaryview.c
17122         * src/textview.c
17123         * src/toolbar.c
17124         * src/vcard.c
17125         * src/common/mgutils.c
17126         * src/common/nntp.c
17127         * src/common/smtp.c
17128         * src/common/template.c
17129         * src/common/utils.c
17130         * src/common/xmlprops.c
17131         * src/plugins/pgpmime/pgpmime.c
17132         * src/plugins/pgpmime/select-keys.c
17133         * src/plugins/pgpmime/sgpgme.c
17134                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17135                 g_string_sprintfa(), gtk_notebook_current_page()
17136
17137 2004-10-26 [colin]      0.9.12cvs132.2
17138
17139         * src/prefs_folder_item.c
17140                 Fix default-account selection
17141
17142 2004-10-21 [colin]      0.9.12cvs133
17143
17144         * src/compose.c
17145                 Sync with HEAD (Remove extra separator in compose's Options)
17146         * src/textview.c
17147                 Set wrapping to char
17148
17149 2004-10-21 [paul]       0.9.12cvs131.2
17150
17151         * src/compose.c
17152         * src/sourcewindow.c
17153                 fix wrapping
17154                 fix window shrinking 
17155
17156 2004-10-21 [colin]      0.9.12cvs131.1
17157
17158         * ChangeLog.claws
17159         * src/compose.c
17160                 Sync with HEAD
17161
17162 2004-10-21 [paul]       0.9.12cvs130.2
17163
17164         * src/prefs_folder_item.c
17165                 sync with HEAD (Apply to subfolders)
17166
17167 2004-10-19 [colin]      0.9.12cvs130.1
17168
17169         * ChangeLog.claws
17170         * src/compose.c
17171         * src/common/utils.c
17172         * src/gtk/menu.c
17173                 Sync with HEAD
17174
17175 2004-10-19 [colin]      0.9.12cvs128.1
17176
17177         * src/addrbook.c
17178         * src/addrcache.c
17179         * src/addressbook.c
17180         * src/codeconv.c
17181         * src/compose.c
17182         * src/customheader.c
17183         * src/editaddress.c
17184         * src/editgroup.c
17185         * src/exporthtml.c
17186         * src/folder.c
17187         * src/folderview.c
17188         * src/imap.c
17189         * src/jpilot.c
17190         * src/main.c
17191         * src/matcher_parser_parse.y
17192         * src/mbox.c
17193         * src/pop.c
17194         * src/prefs_account.c
17195         * src/prefs_gtk.c
17196         * src/prefs_msg_colors.c
17197         * src/procheader.c
17198         * src/procmime.c
17199         * src/procmime.h
17200         * src/procmsg.c
17201         * src/summaryview.c
17202         * src/textview.c
17203         * src/common/base64.c
17204         * src/common/partial_download.c
17205         * src/common/socket.c
17206         * src/common/sylpheed.c
17207         * src/common/utils.c
17208         * src/common/utils.h
17209         * src/gtk/pluginwindow.c
17210         * src/gtk/quicksearch.c
17211         * src/plugins/clamav/clamav_plugin.c
17212         * src/plugins/clamav/clamav_plugin.h
17213         * src/plugins/clamav/clamav_plugin_gtk.c
17214         * src/plugins/pgpmime/passphrase.c
17215         * src/plugins/pgpmime/pgpmime.c
17216         * src/plugins/pgpmime/plugin.c
17217         * src/plugins/pgpmime/prefs_gpg.c
17218         * src/plugins/pgpmime/prefs_gpg.h
17219         * src/plugins/pgpmime/select-keys.c
17220         * src/plugins/pgpmime/sgpgme.c
17221         * src/plugins/spamassassin/libspamc.c
17222         * src/plugins/spamassassin/spamassassin.c
17223         * src/plugins/spamassassin/spamassassin.h
17224         * src/plugins/spamassassin/spamassassin_gtk.c
17225         * src/plugins/trayicon/trayicon.c
17226         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17227                 Sync with HEAD
17228
17229 2004-10-14 [colin]      0.9.12cvs126.2
17230
17231         * src/codeconv.c
17232         * src/textview.c
17233                 Fix conv_unreadable_locale
17234
17235 2004-10-13 [colin]      0.9.12cvs126.1
17236
17237         * src/compose.c
17238                 Sync with HEAD (don't convert charset for 
17239                 drafted messages, minor cleanup)
17240
17241 2004-10-13 [colin]      0.9.12cvs125.1
17242
17243         * po/POTFILES.in
17244                 Sync with HEAD (POTFILES fix)
17245
17246 2004-10-12 [colin]      0.9.12cvs124.3
17247
17248         * src/compose.c
17249                 Fix encoding bug from latest sync
17250
17251 2004-10-12 [paul]       0.9.12cvs124.2
17252
17253         * src/plugins/pgpmime/prefs_gpg.c
17254         * src/plugins/pgpmime/prefs_gpg.h
17255                 forgotten in last commit        
17256
17257 2004-10-12 [paul]       0.9.12cvs124.1
17258
17259         * ChangeLog.claws
17260         * configure.ac
17261         * m4/spamassassin.m4
17262         * src/Makefile.am
17263         * src/account.c
17264         * src/compose.c
17265         * src/compose.h
17266         * src/crash.c
17267         * src/main.c
17268         * src/mimeview.c
17269         * src/passphrase.c
17270         * src/passphrase.h
17271         * src/prefs_account.c
17272         * src/prefs_account.h
17273         * src/prefs_common.c
17274         * src/privacy.c
17275         * src/privacy.h
17276         * src/procmime.c
17277         * src/procmime.h
17278         * src/procmsg.c
17279         * src/rfc2015.c
17280         * src/rfc2015.h
17281         * src/select-keys.c
17282         * src/select-keys.h
17283         * src/textview.c
17284         * src/common/utils.c
17285         * src/common/utils.h
17286         * src/gtk/about.c
17287         * src/plugins/pgpmime/Makefile.am
17288         * src/plugins/pgpmime/passphrase.c
17289         * src/plugins/pgpmime/passphrase.h
17290         * src/plugins/pgpmime/pgpmime.c
17291         * src/plugins/pgpmime/plugin.c
17292         * src/plugins/pgpmime/select-keys.c
17293         * src/plugins/pgpmime/select-keys.h
17294         * src/plugins/pgpmime/sgpgme.c
17295         * src/plugins/pgpmime/sgpgme.h
17296                 sync with HEAD
17297
17298 2004-10-04 [colin]      0.9.12cvs122.1
17299
17300         * src/mainwindow.c
17301         * src/messageview.c
17302         * src/messageview.h
17303         * src/textview.c
17304                 Sync with HEAD
17305
17306 2004-10-04 [colin]      0.9.12cvs121.1
17307
17308         * src/summaryview.c
17309                 Sync with HEAD
17310
17311 2004-10-04 [paul]       0.9.12cvs120.1
17312
17313         * configure.ac
17314                 sync with HEAD [don't try to build 
17315                 pgpmime plugin when gpgme is disabled]
17316
17317 2004-10-03 [colin]      0.9.12cvs119.3
17318
17319         * src/gtk/gtksctree.c
17320                 Lots of side effects. Put back as before 117.2.
17321         * src/summaryview.c
17322                 Fix bug #602
17323
17324 2004-10-03 [colin]      0.9.12cvs119.2
17325
17326         * src/gtk/gtksctree.c
17327                 Revert 608 fix that doesn't work that good
17328
17329 2004-10-02 [colin]      0.9.12cvs119.1
17330
17331         * src/mainwindow.c
17332         * src/messageview.c
17333         * src/prefs_common.h
17334         * src/procmime.c
17335         * src/procmime.h
17336         * src/textview.c
17337                 Sync with HEAD
17338         * src/gtk/gtksctree.c
17339                 Close bug #608
17340
17341 2004-10-01 [colin]      0.9.12cvs118.1
17342
17343         * src/mimeview.c
17344                 Sync with HEAD (better Save All fix)
17345
17346 2004-10-01 [colin]      0.9.12cvs117.2
17347
17348         * src/gtk/gtksctree.c
17349                 Faster on selection
17350
17351 2004-10-01 [colin]      0.9.12cvs117.1
17352
17353         * src/mimeview.c
17354                 Sync with HEAD (Save All: only attachments)
17355
17356 2004-10-01 [paul]       0.9.12cvs116.1
17357
17358         * ChangeLog.claws
17359         * configure.ac
17360         * src/account.c
17361         * src/prefs_common.c
17362         * src/gtk/colorlabel.c
17363                 sync with HEAD
17364
17365 2004-09-30 [colin]      0.9.12cvs115.1
17366
17367         * src/stock_pixmap.c
17368         * src/stock_pixmap.h
17369         * src/folderview.c
17370         * src/Makefile.am
17371         * src/pixmaps/read.xpm
17372                 Sync with HEAD (new pixmap)
17373
17374 2004-09-29 [colin]      0.9.12cvs114.1
17375
17376         * src/compose.c
17377                 Sync with HEAD
17378                 Fix focus handling in headers
17379
17380 2004-09-29 [paul]       0.9.12cvs113.1
17381
17382         * src/quote_fmt_parse.y
17383                 sync with HEAD
17384  
17385
17386 2004-09-28 [colin]      0.9.12cvs112.1
17387
17388         * src/folderview.c
17389         * src/mainwindow.c
17390                 Sync with HEAD
17391
17392 2004-09-28 [colin]      0.9.12cvs110.1
17393
17394         * src/folderview.c
17395                 Sync with HEAD (Contextual Empty trash menu)
17396
17397 2004-09-28 [colin]      0.9.12cvs108.1
17398
17399         * src/addressbook.c
17400                 Sync with HEAD (addressbook edit on double-click)
17401
17402 2004-09-28 [colin]      0.9.12cvs106.1
17403
17404         * src/inc.c
17405                 Sync with HEAD (folder_item freeze on inc)
17406
17407 2004-09-27 [colin]      0.9.12cvs105.1
17408
17409         * src/folderview.c
17410                 Sync with HEAD (right-align new and unread column)
17411
17412 2004-09-27 [colin]      0.9.12cvs104.1
17413
17414         * src/main.c
17415                 Sync with HEAD (revert 0.9.12cvs101)
17416
17417 2004-09-24 [colin]      0.9.12cvs103.2
17418
17419         * src/wizard.c
17420                 Fix gtk warnings and use domain part of the email address 
17421                 when domain detection fails (no dot in domain name)
17422
17423 2004-09-23 [colin]      0.9.12cvs103.1
17424
17425         * src/plugins/spamassassin/libspamc.c
17426         * src/plugins/spamassassin/libspamc.h
17427         * src/plugins/spamassassin/utils.c
17428         * src/plugins/spamassassin/utils.h
17429                 Sync with HEAD (Update spamassassin to 3.0)
17430
17431 2004-09-21 [colin]      0.9.12cvs102.3
17432
17433         * src/action.c
17434                 Add horizontal scrollbar in action io dialog as needed
17435                 Patch by Alfons.
17436
17437 2004-09-20 [colin]      0.9.12cvs102.2
17438
17439         * src/plugins/image_viewer/viewer.c
17440                 Remove imlib stuff
17441                 use gtk_pixmap_set when clearing
17442                 (would be better to use gtkImages, but causes size-allocate 
17443                 signals storm)
17444
17445 2004-09-17 [paul]       0.9.12cvs102.1
17446
17447         * ChangeLog
17448         * ChangeLog.claws
17449         * ChangeLog.jp
17450         * configure.ac
17451         * src/inc.c
17452                 sync with HEAD
17453
17454
17455 2004-09-17 [colin]      0.9.12cvs101.1
17456
17457         * ChangeLog.claws
17458         * src/main.c
17459                 Sync with HEAD (fix segs at exit)
17460
17461 2004-09-14 [colin]      0.9.12cvs99.5
17462
17463         * src/common/socket.c
17464         * AUTHORS
17465                 Fix send error on 64bit platforms
17466                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17467
17468 2004-09-14 [colin]      0.9.12cvs99.4
17469
17470         * src/action.c
17471                 Fix action output with utf8 
17472                 Patch by Alfons.
17473
17474 2004-09-14 [colin]      0.9.12cvs99.3
17475
17476         * ChangeLog.claws
17477         * src/folder.c
17478                 Sync with HEAD
17479
17480 2004-09-09 [colin]      0.9.12cvs99.2
17481
17482         * src/action.c
17483                 Fix progress bar (displaying "Completed %v/%u")
17484                 Patch by Alfons.
17485
17486 2004-09-08 [colin]      0.9.12cvs99.1
17487
17488         * src/account.c
17489         * src/folder.c
17490         * src/procmsg.c
17491         * src/procmsg.h
17492         * src/plugins/pgpmime/pgpmime.c
17493                 Sync with HEAD
17494
17495 2004-09-08 [colin]      0.9.12cvs97.2
17496
17497         * src/summaryview.c
17498                 Don't select mails in collapsed threads 
17499                 when navigating with up/down
17500
17501 2004-09-07 [colin]      0.9.12cvs97.1
17502
17503         * src/inc.c
17504                 Sync with HEAD (meaningful error messages)
17505
17506 2004-09-06 [colin]      0.9.12cvs96.1
17507
17508         * src/toolbar.c
17509                 Sync with HEAD (fix Redirect graying out)
17510
17511 2004-09-06 [colin]      0.9.12cvs95.1
17512
17513         * src/summaryview.c
17514         * src/mimeview.c
17515                 Sync with HEAD (fix dropped URIs)
17516
17517 2004-09-06 [colin]      0.9.12cvs94.1
17518
17519         * src/addressbook.c
17520         * src/addressitem.h
17521         * src/addritem.c
17522         * src/addritem.h
17523                 Sync with HEAD (addressbook DnD)
17524
17525 2004-09-03 [colin]      0.9.12cvs93.1
17526
17527         * src/summaryview.c
17528                 Sync with HEAD (next/prev unread)
17529
17530 2004-09-03 [colin]      0.9.12cvs92.1
17531
17532         * src/prefs_common.c
17533         * src/prefs_common.h
17534         * src/summaryview.c
17535                 Sync with HEAD ('mark_as_read_delay' pref)
17536
17537 2004-09-02 [colin]      0.9.12cvs91.2
17538
17539         * src/common/xml.c
17540                 Fix leak
17541
17542 2004-09-02 [colin]      0.9.12cvs91.1
17543
17544         * src/gtk/menu.c
17545                 Sync with HEAD (menu accel don't work, but whatever)
17546
17547 2004-09-02 [colin]      0.9.12cvs90.1
17548
17549         * src/account.c
17550                 Sync with HEAD (fix bug 582)
17551
17552 2004-09-02 [colin]      0.9.12cvs89.1
17553
17554         * src/addrindex.c
17555                 Sync with HEAD (free deleted queries)
17556
17557 2004-09-02 [colin]      0.9.12cvs88.1
17558
17559         * src/ldapquery.c
17560                 Sync with HEAD (fix LDAP freezes)
17561
17562 2004-09-02 [colin]      0.9.12cvs87.1
17563
17564         * src/prefs_spelling.c
17565                 Sync with HEAD (add default dictionary)
17566
17567 2004-09-01 [colin]      0.9.12cvs86.1
17568
17569         * src/filtering.c
17570         * src/folderview.c
17571         * src/imap.c
17572         * src/prefs_matcher.c
17573         * src/stock_pixmap.c
17574         * src/summary_search.c
17575         * src/summaryview.c
17576         * src/wizard.c
17577         * src/wizard.h
17578                 Sync with HEAD (uninitialized vars fixes)
17579                 + gtk2 specific warning fixes
17580
17581 2004-08-31 [colin]      0.9.12cvs85.1
17582
17583         * src/folder.c
17584                 Sync with HEAD (Fix memory corruption due to 
17585                 uninitialized var)
17586
17587 2004-08-31 [colin]      0.9.12cvs84.4
17588
17589         * src/summary_search.c
17590                 Fix segfaults when searching in folders with broken headers
17591
17592 2004-08-31 [colin]      0.9.12cvs84.3
17593
17594         * src/compose.c
17595         * src/textview.c
17596                 Fix some more encoding/decoding issues
17597
17598 2004-08-30 [colin]      0.9.12cvs84.2
17599
17600         * src/mimeview.c
17601         * src/prefs_themes.c
17602         * src/gtk/filesel.c
17603         * src/gtk/filesel.h
17604                 Add a folder-mode selection (fixes mimeview's "Save all")
17605
17606 2004-08-29 [colin]      0.9.12cvs84.1
17607
17608         * src/mimeview.c
17609                 Sync with HEAD (don't escape saved filenames)
17610
17611 2004-08-27 [colin]      0.9.12cvs83.1
17612
17613         * ChangeLog
17614         * ChangeLog.claws
17615         * ChangeLog.jp
17616         * src/mh.c
17617         * src/procheader.c
17618         * src/procmsg.c
17619         * src/procmsg.h
17620         * src/common/utils.c
17621         * src/gtk/menu.h
17622         * po/
17623                 Sync with HEAD 0.9.12cvs83 (sync with main)
17624
17625 2004-08-26 [colin]      0.9.12cvs82.4
17626
17627         * src/codeconv.c
17628                 Fix strange stack corruption
17629                 Convert to utf8 after unmime, not before
17630
17631 2004-08-26 [colin]      0.9.12cvs82.3
17632
17633         * src/main.c
17634         * src/wizard.c
17635                 Fix account folders duplication
17636
17637 2004-08-25 [colin]      0.9.12cvs82.2
17638
17639         * src/wizard.c
17640                 Remove ports
17641                 Add SSL selection
17642                 Use login@server as account name
17643
17644 2004-08-25 [colin]      0.9.12cvs82.1
17645
17646         * src/plugins/pgpmime/pgpmime.c
17647                 Sync with HEAD (leak fix).
17648
17649 2004-08-25 [colin]      0.9.12cvs81.1
17650
17651         * src/plugins/pgpmime/pgpmime.c
17652         * src/plugins/pgpmime/sgpgme.c
17653         * src/plugins/pgpmime/sgpgme.h
17654                 Sync with HEAD (Handle combined messages).
17655
17656 2004-08-24 [colin]      0.9.12cvs80.3
17657
17658         * src/wizard.c
17659                 Fix full name, ports, and imap
17660
17661 2004-08-24 [colin]      0.9.12cvs80.2
17662
17663         * src/Makefile.am
17664         * src/main.c
17665         * src/setup.c
17666         * src/setup.h
17667         * src/stock_pixmap.c
17668         * src/stock_pixmap.h
17669         * src/wizard.c ** ADDED **
17670         * src/wizard.h ** ADDED ** 
17671         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17672                 Add a setup wizard 
17673
17674 2004-08-24 [colin]      0.9.12cvs80.1
17675
17676         * src/folder.c
17677                 Sync with HEAD (set mimeflags on all messages)
17678
17679 2004-08-24 [colin]      0.9.12cvs79.3
17680
17681         * src/matcher_parser_lex.l
17682                 Fix 8bits strings not in utf8
17683
17684 2004-08-24 [colin]      0.9.12cvs79.2
17685
17686         * src/compose.c
17687                 Check conversion result before replacing buffer
17688
17689 2004-08-23 [colin]      0.9.12cvs79.1
17690
17691         * src/compose.c
17692                 Sync with HEAD (create message header in memory)
17693
17694 2004-08-23 [colin]      0.9.12cvs78.1
17695
17696         * src/rfc2015.c
17697         * src/rfc2015.h
17698                 Sync with HEAD (fix bug 197 again)
17699
17700 2004-08-23 [colin]      0.9.12cvs77.3
17701
17702         * src/compose.c
17703                 Fix again inline gpg signing (which outputs utf8
17704                 in gtk2). Not syncing this fix to HEAD as this 
17705                 code is meant to die.
17706
17707 2004-08-23 [colin]      0.9.12cvs77.2
17708
17709         * src/prefs_account.h
17710                 Remove useless include
17711
17712 2004-08-23 [colin]      0.9.12cvs77.1
17713
17714         * src/imap.c
17715         * po/es.po
17716         * po/fr.po
17717         * po/it.po
17718         * po/pl.po
17719         * po/pt_BR.po
17720         * po/sk.po
17721         * po/sr.po
17722                 Sync with HEAD (fix bug 577)
17723
17724 2004-08-22 [colin]      0.9.12cvs76.1
17725
17726         * src/plugins/trayicon/trayicon.c
17727                 Sync with HEAD (fix formatting bug)
17728
17729 2004-08-21 [colin]      0.9.12cvs74.2
17730
17731         * src/gtk/colorsel.c
17732                 Fix bug 564 (Folder color selection window exits on any
17733                 keypress)
17734
17735 2004-08-21 [colin]      0.9.12cvs74.1
17736
17737         * ChangeLog.claws
17738         * src/compose.c
17739         * src/summaryview.c
17740         * src/toolbar.c
17741                 Sync with HEAD (fix bug 576)
17742
17743 2004-08-21 [colin]      0.9.12cvs70.1
17744
17745         * src/compose.c
17746         * src/mainwindow.c
17747                 Sync with HEAD
17748                 
17749
17750 2004-08-21 [paul]       0.9.12cvs66.4
17751
17752         * src/mainwindow.c
17753         * src/messageview.c
17754         * src/gtk/menu.c
17755         * src/plugins/spamassassin/spamassassin_gtk.c
17756                 remove some deprecated gtk1 functions
17757
17758
17759 2004-08-21 [colin]      0.9.12cvs66.3
17760
17761         * src/compose.c
17762         * src/codeconv.c
17763                 Fix warnings
17764                 Remove encoding hacks
17765                 Fix bug 575 (Strange character messes up message)
17766                 Don't display conversion error when drafting
17767
17768 2004-08-21 [paul]       0.9.12cvs66.2
17769
17770         * src/prefs_account.c
17771                 fix GnuPG mode bugs
17772
17773
17774 2004-08-20 [colin]      0.9.12cvs66.1
17775
17776         * src/codeconv.c
17777                 Sync with HEAD 0.9.12cvs66
17778
17779 2004-08-20 [paul]
17780
17781         * src/plugins/pgpmime/plugin.c
17782                 modify PGP/MIME plugin's description
17783
17784 2004-08-17 [colin]      0.9.12cvs65.1
17785
17786         * src/common/ssl.c
17787         * src/plugins/pgpmime/plugin.c
17788                 Sync with HEAD
17789
17790 2004-08-14 [colin]      0.9.12cvs60.3
17791
17792         * src/plugins/trayicon/trayicon.c
17793                 Put back resize callback, on size-request signal
17794                 rather than size-allocate to avoid infinite 
17795                 callback loop
17796
17797 2004-08-13 [colin]      0.9.12cvs60.2
17798
17799         * src/common/defs.h
17800                 Cache versions have been fixed
17801
17802 2004-08-13 [colin]      0.9.12cvs60.1
17803
17804         * src/folderutils.c
17805                 Sync with HEAD
17806
17807 2004-08-12 [colin]      0.9.12cvs59.1
17808
17809         * src/plugins/trayicon/trayicon.c
17810                 Sync with HEAD
17811
17812 2004-08-12 [colin]      0.9.12cvs57.5
17813
17814         * sylpheed.desktop
17815         * configure.ac
17816         * src/Makefile.am
17817         * src/main.c
17818                 Add support for Freedesktop.org's startup notification
17819
17820 2004-08-11 [colin]      0.9.12cvs57.4
17821
17822         * src/textview.c
17823                 Fix off-by-one
17824
17825 2004-08-11 [colin]      0.9.12cvs57.3
17826
17827         * src/message_search.c
17828         * src/summary_search.c
17829                 Make searches case insensitive by default
17830         * src/textview.c
17831                 Fix case-insensitive search in message
17832
17833 2004-08-11 [colin]      0.9.12cvs57.2
17834
17835         * src/summary_search.c
17836                 Let case-sensitive be specified
17837
17838 2004-08-10 [colin]      0.9.12cvs55.4
17839
17840         * src/common/socket.c
17841                 Fix the possible race condition
17842
17843 2004-08-09 [paul]       0.9.12cvs55.3
17844
17845         * configure.ac
17846         * src/Makefile.am
17847         * src/common/Makefile.am
17848                 sync with HEAD
17849
17850
17851 2004-08-09 [paul]       0.9.12cvs55.2
17852
17853         * autogen.sh
17854         * po/poconv.sh
17855                 remove unneeded script
17856
17857         * configure.ac
17858                 add forgotten USE_LDAP_TLS (sync with HEAD)
17859
17860
17861 2004-08-09 [colin]      0.9.12cvs55.1
17862
17863         * src/main.c
17864         * src/common/ssl.c
17865         * src/common/sylpheed.c
17866         * src/common/sylpheed.h
17867                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17868
17869 2004-08-09 [paul]       0.9.12cvs54.1
17870
17871         * ChangeLog
17872         * ChangeLog.claws
17873         * ChangeLog.jp
17874         * configure.ac
17875         * po/POTFILES.in
17876         * src/Makefile.am
17877         * src/folderutils.c
17878         * src/main.c
17879         * src/pgpmime.c
17880         * src/pgpmime.h
17881         * src/sgpgme.c
17882         * src/sgpgme.h
17883         * src/plugins/Makefile.am
17884         * src/plugins/pgpmime/.cvsignore
17885         * src/plugins/pgpmime/Makefile.am
17886         * src/plugins/pgpmime/pgpmime.c
17887         * src/plugins/pgpmime/pgpmime.h
17888         * src/plugins/pgpmime/plugin.c
17889         * src/plugins/pgpmime/sgpgme.c
17890         * src/plugins/pgpmime/sgpgme.h
17891                 sync with HEAD
17892
17893 2004-08-08 [paul]       0.9.12cvs51.1
17894
17895         * configure.ac
17896         * src/folder.c
17897                 sync with HEAD
17898
17899 2004-08-07 [colin]      0.9.12cvs50.1
17900
17901         * src/pop.c
17902         * src/common/partial_download.c
17903                 fix warnings (sync from HEAD)
17904
17905 2004-08-07 [colin]      0.9.12cvs48.1
17906
17907         * src/prefs_folder_item.c
17908                 sync with HEAD 0.9.12cvs48
17909
17910 2004-08-06 [colin]      0.9.12cvs47.1
17911
17912         * src/compose.c
17913                 Sync with HEAD
17914
17915 2004-08-06 [christoph]  0.9.12cvs46.2
17916
17917         * src/main.c
17918         * src/plugins/clamav/clamav_plugin_gtk.c
17919         * src/plugins/dillo_viewer/dillo_viewer.c
17920         * src/plugins/image_viewer/plugin.c
17921         * src/plugins/mathml_viewer/mathml_viewer.c
17922         * src/plugins/spamassassin/spamassassin_gtk.c
17923         * src/plugins/trayicon/trayicon.c
17924                 don't mix GTK1.2 plugin with GTK2 plugins
17925
17926 2004-08-06 [colin]      0.9.12cvs46.1
17927
17928         * ChangeLog
17929         * ChangeLog.claws
17930         * ChangeLog.jp
17931         * configure.ac
17932         * sylpheed-claws.pc.in
17933         * src/folder.c
17934         * src/imap.c
17935         * src/localfolder.c
17936         * src/messageview.c
17937         * src/mimeview.c
17938         * src/mimeview.h
17939         * src/msgcache.c
17940         * src/news.c
17941         * src/prefs_ext_prog.c
17942         * src/prefs_folder_item.c
17943         * src/prefs_fonts.c
17944         * src/prefs_msg_colors.c
17945         * src/prefs_spelling.c
17946         * src/prefs_themes.c
17947         * src/prefs_toolbar.c
17948         * src/prefs_wrapping.c
17949         * src/procmime.h
17950         * src/common/defs.h
17951         * src/common/nntp.c
17952         * src/common/session.c
17953         * src/common/session.h
17954         * src/common/socket.c
17955         * src/common/utils.h
17956         * src/common/xml.c
17957         * src/common/xml.h
17958         * src/gtk/prefswindow.c
17959         * src/gtk/prefswindow.h
17960         * src/plugins/clamav/clamav_plugin_gtk.c
17961         * src/plugins/dillo_viewer/dillo_prefs.c
17962         * src/plugins/image_viewer/viewerprefs.c
17963         * src/plugins/spamassassin/spamassassin_gtk.c
17964         * m4/openssl.m4 *** REMOVED ***
17965                 Sync with HEAD 0.9.12cvs46
17966
17967 2004-08-03 [paul]       0.9.12cvs40.2
17968
17969         * src/action.c
17970         * src/addressadd.c
17971         * src/addressbook.c
17972         * src/addrgather.c
17973         * src/browseldap.c
17974         * src/compose.c
17975         * src/crash.c
17976         * src/editaddress.c
17977         * src/editgroup.c
17978         * src/editldap_basedn.c
17979         * src/foldersel.c
17980         * src/importldif.c
17981         * src/mimeview.c
17982         * src/prefs_common.c
17983         * src/prefs_template.c
17984         * src/sourcewindow.c
17985         * src/summaryview.c
17986         * src/gtk/about.c
17987         * src/gtk/foldersort.c
17988         * src/gtk/logwindow.c
17989         * src/gtk/pluginwindow.c
17990         * src/gtk/prefswindow.c
17991                 change all gtk_scrolled_window_set_policy from 
17992                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17993
17994 2004-08-02 [paul]       0.9.12cvs40.1
17995
17996         * AUTHORS
17997                 update translation team section
17998         * po/pt_BR.po
17999                 updated by Frederico Goncalves Guimaraes
18000                 <fggdebian@yahoo.com.br>
18001
18002 2004-07-31 [colin]      0.9.12cvs39.9
18003
18004         * src/exphtmldlg.c
18005                 Fix compilation
18006
18007 2004-07-31 [colin]      0.9.12cvs39.8
18008
18009         * src/exphtmldlg.c
18010                 Fix an alertpanel type
18011
18012 2004-07-30 [colin]      0.9.12cvs39.7
18013
18014         * src/alertpanel.c
18015                 Fix alertpanel_error_log's icon
18016
18017 2004-07-30 [colin]      0.9.12cvs39.6
18018
18019         * src/pop.c
18020                 Two of them should still be warnings
18021
18022 2004-07-30 [colin]      0.9.12cvs39.5
18023
18024         * src/pop.c
18025                 More warning -> error
18026 2004-07-29 [colin]      0.9.12cvs39.4
18027
18028         * src/pop.c
18029                 Warning -> error
18030
18031 2004-07-29 [colin]      0.9.12cvs39.3
18032
18033         * src/prefs_matcher.c
18034                 Fix segfault
18035
18036 2004-07-29 [colin]      0.9.12cvs39.2
18037
18038         * src/alertpanel.c
18039                 More nice-looking alertpanels
18040
18041 2004-07-29 [colin]      0.9.12cvs39.1
18042
18043         * src/messageview.c
18044                 sync with head
18045                 (inform user when partial mail is deleted on server)
18046
18047 2004-07-29 [colin]      0.9.12cvs38.1
18048
18049         * src/messageview.c
18050                 sync with head
18051
18052 2004-07-28 [paul]       0.9.12cvs37.7
18053
18054         * src/mainwindow.c
18055                 complete the replacement of deprecated gtk_progress_*
18056
18057 2004-07-28 [paul]       0.9.12cvs37.6
18058
18059         * src/action.c
18060         * src/inc.c
18061         * src/mainwindow.c
18062         * src/send_message.c
18063         * src/gtk/progressdialog.c
18064         * src/gtk/progressdialog.h
18065                 replace deprecated gtk_progress_*
18066
18067 2004-07-28 [paul]       0.9.12cvs37.5
18068
18069         * src/gtk/filesel.c
18070                 remove gtk_window_set_wmclass()
18071 2004-07-28 [paul]       0.9.12cvs37.4
18072
18073         * src/addressbook.c
18074         * src/compose.c
18075         * src/foldersel.c
18076         * src/mainwindow.c
18077         * src/messageview.c
18078         * src/sourcewindow.c
18079         * src/gtk/logwindow.c
18080                 remove gtk_window_set_wmclass()
18081                 
18082         * src/prefs_filtering.c
18083         * src/prefs_filtering_action.c
18084         * src/prefs_fonts.c
18085         * src/prefs_gtk.c
18086         * src/prefs_matcher.c
18087         * src/ssl_manager.c
18088         * src/gtk/prefswindow.c
18089                 replace gtk_window_position()
18090
18091 2004-07-28 [colin]      0.9.12cvs37.3
18092
18093         * src/alertpanel.c
18094         * src/alertpanel.h
18095                 Add a way to specify panel type for specific
18096                 panels (alertpanel())
18097         * src/account.c
18098         * src/addressbook.c
18099         * src/compose.c
18100         * src/expldifdlg.c
18101         * src/main.c
18102         * src/messageview.c
18103         * src/summaryview.c
18104         * src/textview.c
18105         * src/gtk/sslcertwindow.c
18106                 Fix alertpanel()s so that their icon match
18107                 their real type
18108
18109 2004-07-28 [paul]       0.9.12cvs37.2
18110
18111         * src/addr_compl.c
18112         * src/addressbook.c
18113         * src/alertpanel.c
18114         * src/compose.c
18115         * src/export.c
18116         * src/foldersel.c
18117         * src/folderview.c
18118         * src/grouplistdialog.c
18119         * src/import.c
18120         * src/mainwindow.c
18121         * src/message_search.c
18122         * src/messageview.c
18123         * src/passphrase.c
18124         * src/prefs_actions.c
18125         * src/prefs_common.c
18126         * src/prefs_customheader.c
18127         * src/prefs_display_header.c
18128         * src/prefs_filtering.c
18129         * src/prefs_filtering_action.c
18130         * src/prefs_gtk.c
18131         * src/prefs_matcher.c
18132         * src/prefs_msg_colors.c
18133         * src/prefs_summary_column.c
18134         * src/prefs_template.c
18135         * src/sourcewindow.c
18136         * src/ssl_manager.c
18137         * src/summary_search.c
18138         * src/gtk/colorsel.c
18139         * src/gtk/description_window.c
18140         * src/gtk/gtkaspell.c
18141         * src/gtk/inputdialog.c
18142         * src/gtk/logwindow.c
18143         * src/gtk/prefswindow.c
18144         * src/gtk/progressdialog.c
18145                 replace deprecated gtk_window_set_policy
18146
18147 2004-07-27 [colin]      0.9.12cvs37.1
18148
18149         * src/msgcache.c
18150                 More fixes (synced for head again)
18151
18152 2004-07-27 [colin]      0.9.12cvs35.3
18153
18154         * src/msgcache.c
18155                 Fix wrong test
18156
18157 2004-07-27 [colin]      0.9.12cvs35.2
18158
18159         * src/mimeview.c
18160                 Fix width a bit (by Paul)
18161         * src/alertpanel.c
18162         * src/alertpanel.h
18163                 Specialize icons, make alertpanel_message()
18164                 private
18165         * src/message_search.c
18166         * src/sgpgme.c
18167         * src/summary_search.c
18168                 Suit alertpanel changes
18169
18170 2004-07-27 [colin]      0.9.12cvs35.1
18171
18172         * src/alertpanel.c
18173                 Add an icon
18174         * src/passphrase.c
18175                 Add debug output - maybe someone will
18176                 want to look at the problem with Grab
18177                 Input :)
18178         Bump version as we're synced with HEAD
18179
18180 2004-07-26 [colin]      0.9.12cvs33.26
18181
18182         * src/pop.c
18183                 Fix uidl-file parsing when not in new
18184                 format
18185
18186 2004-07-26 [colin]      0.9.12cvs33.25
18187
18188         * src/gtk/menu.c
18189                 Move popup menu up if necessary (fixes 
18190                 account selector)
18191         * src/mainwindow.c
18192                 Set account selector's button height to
18193                 minimum
18194
18195 2004-07-26 [colin]      0.9.12cvs33.24
18196
18197         * src/alertpanel.c
18198                 Maybe fix 551 (Truncated font in alert window)
18199
18200 2004-07-26 [colin]      0.9.12cvs33.23
18201
18202         * po/de.po
18203         * po/es.po
18204         * po/fr.po
18205         * po/it.po
18206         * po/ja.po
18207         * po/pl.po
18208         * po/ru.po
18209         * po/sk.po
18210         * po/sr.po
18211         * po/zh_CN.po
18212                 Sync po files with HEAD
18213
18214 2004-07-26 [paul]       0.9.12cvs33.22
18215
18216         * src/compose.c
18217                 fix Bug 556 'Organisation-header is sent even if empty'
18218
18219 2004-07-24 [colin]      0.9.12cvs33.21
18220
18221         * src/compose.c
18222         * src/gtk/gtkaspell.c
18223         * src/gtk/gtkaspell.h
18224                 Fix speller accelerators (require hack)
18225
18226 2004-07-24 [colin]      0.9.12cvs33.20
18227
18228         * src/gtk/gtkaspell.c
18229                 Fix over-eager code deletion breaking
18230                 Check while typing
18231
18232 2004-07-24 [colin]      0.9.12cvs33.19
18233
18234         * src/browseldap.c
18235         * src/ldapctrl.c
18236         * src/ldapctrl.h
18237         * src/ldapserver.h
18238                 Sync ldap with HEAD
18239         (Fixes 546 LDAP completely broken)
18240
18241 2004-07-24 [colin]      0.9.12cvs33.18
18242
18243         * src/prefs_msg_colors.c
18244                 Fix prototype mismatch
18245         (Fixes 547 void function cannot return value)
18246
18247 2004-07-24 [colin]      0.9.12cvs33.17
18248
18249         * src/mainwindow.c
18250                 Fix sort going back to previous sort key
18251                 when changing sort direction
18252
18253 2004-07-24 [colin]      0.9.12cvs33.16
18254
18255         * src/compose.c
18256                 Fix space insertion when re-wrapping at 
18257                 cursor point
18258
18259 2004-07-24 [colin]      0.9.12cvs33.15
18260
18261         * src/gtk/gtkaspell.c
18262                 Don't change cursor position in insert-text
18263                 callback
18264         (Fixes 539 Word wrapping on input transposes letters)
18265
18266 2004-07-24 [colin]      0.9.12cvs33.14
18267
18268         * src/gtk/gtkaspell.c
18269                 Reencode non-ascii chars to dictionary's
18270                 encoding
18271         (Fixes 544 Spell check broken non english locale)
18272
18273 2004-07-24 [colin]      0.9.12cvs33.13
18274
18275         * src/summaryview.c
18276                 Fix Shift+Down, add Home/End/PgUp/PgDown
18277
18278 2004-07-21 [colin]      0.9.12cvs33.12
18279
18280         * src/prefs_common.c
18281                 Fix a gtk warning (Patch by Andrej Kacian)
18282
18283 2004-07-21 [colin]      0.9.12cvs33.11
18284
18285         * src/gtk/filesel.c
18286                 More check
18287
18288 2004-07-21 [colin]      0.9.12cvs33.10
18289
18290         * src/compose.c
18291         * src/crash.c
18292         * src/export.c
18293         * src/import.c
18294         * src/messageview.c
18295         * src/mimeview.c
18296         * src/prefs_spelling.c
18297         * src/prefs_themes.c
18298         * src/summaryview.c
18299         * src/gtk/filesel.c
18300         * src/gtk/filesel.h
18301         * src/gtk/pluginwindow.c
18302                 Untwist open/save mode guessing logic, make
18303                 it explicit
18304
18305 2004-07-20 [colin]      0.9.12cvs33.9
18306
18307         * src/codeconv.c
18308                 conv_encode_header: src_charset is UTF-8 on
18309                 gtk2
18310         * src/compose.c
18311                 Remove double encoding of the headers
18312
18313 2004-07-20 [colin]      0.9.12cvs33.8
18314
18315         * src/codeconv.c
18316                 Fix typo
18317
18318 2004-07-20 [colin]      0.9.12cvs33.7
18319
18320         * src/mainwindow.c
18321                 Set the separated messageview to the saved
18322                 size of Claws' messageview (Patch by Alfons)
18323                 Fix a callback prototype (me)
18324
18325 2004-07-20 [colin]      0.9.12cvs33.6
18326
18327         * src/codeconv.h
18328                 Forgot one hunk in 0.9.12cvs33.4
18329
18330 2004-07-19 [colin]      0.9.12cvs33.5
18331
18332         * src/action.c
18333                 Action output fix
18334                 Patch by Alfons
18335
18336 2004-07-19 [colin]      0.9.12cvs33.4
18337
18338         * src/compose.c
18339                 Fix outgoing charset bug in headers
18340         * src/codeconv.c
18341                 Clean for glib2 - Patch by Alfons
18342
18343 2004-07-19 [colin]      0.9.12cvs33.3
18344
18345         * src/statusbar.c
18346                 Remove grip from the statusbar
18347                 Patch by Alfons
18348
18349 2004-07-19 [colin]      0.9.12cvs33.2
18350
18351         * src/messageview.c
18352         * src/textview.c
18353                 Fix messageview remembering the previous
18354                 scroll position when loading a new message
18355                 Patch by Alfons
18356
18357 2004-07-19 [colin]      0.9.12cvs33.1
18358
18359         * src/folder.h
18360         * src/folderview.c
18361         * src/summaryview.c
18362                 Sync with HEAD
18363
18364 2004-07-18 [colin]      0.9.12cvs32.7
18365
18366         * configure.ac
18367                 Remove useless check for XIM - noticed
18368                 by Alfons
18369
18370 2004-07-18 [colin]      0.9.12cvs32.6
18371
18372         * src/summaryview.c
18373                 Remove non-modified and shift-modified
18374                 accelerators in summaryview's popup
18375                 menu, as that doesn't get catched by
18376                 the accel-activate signal catcher...
18377
18378 2004-07-18 [colin]      0.9.12cvs32.5
18379
18380         * src/prefs_common.c
18381                 Define sensible default prefs for 
18382                 wrapping
18383
18384 2004-07-18 [colin]      0.9.12cvs32.4
18385
18386         * src/compose.c
18387         * src/prefs_common.c
18388         * src/prefs_common.h
18389         * src/prefs_wrapping.c
18390                 Remove Smart Wrapping pref, which does
18391                 nothing on gtk2 branch
18392
18393 2004-07-18 [colin]      0.9.12cvs32.3
18394
18395         * src/sourcewindow.c
18396                 Proper utf8
18397
18398 2004-07-18 [colin]      0.9.12cvs32.2
18399
18400         * src/compose.c
18401                 Save attachment status when drafting
18402
18403 2004-07-18 [colin]      0.9.12cvs32.1
18404
18405         * src/gtk/filesel.c
18406                 Fix erratic folder selection in open mode
18407
18408 2004-07-18 [colin]      0.9.12cvs31.11
18409
18410         * src/pop.c
18411                 Don't let partial messages get deleted
18412                 even with "dowload all"
18413                 (0.9.12cvs31.8 fix extension)
18414 2004-07-18 [colin]      0.9.12cvs31.10
18415
18416         * src/gtk/logwindow.c
18417                 Fix log scrolling
18418
18419 2004-07-18 [colin]      0.9.12cvs31.9
18420
18421         * src/common/utils.c
18422                 Fix non-utf8 strings coming from commands
18423                 and files
18424
18425 2004-07-18 [colin]      0.9.12cvs31.8
18426
18427         * src/pop.c
18428                 Fix partial download bug with Download all
18429                 messages option
18430
18431 2004-07-18 [colin]      0.9.12cvs31.7
18432
18433         * src/textview.c
18434                 Fix bug introduced in 0.9.12cvs31.2
18435                 (blocked in select mode after double click)
18436
18437 2004-07-18 [colin]      0.9.12cvs31.6
18438
18439         * src/compose.c
18440         * src/gtk/menu.c
18441                 More glib-warning fixes
18442
18443 2004-07-18 [colin]      0.9.12cvs31.5
18444
18445         * src/compose.c
18446                 Fix trashing the primary clipboard when moving 
18447                 around with tab
18448         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18449
18450 2004-07-18 [colin]      0.9.12cvs31.4
18451
18452         * src/codeconv.c
18453                 convert unencoded iso headers to utf8
18454         (Fix Bug 538 Unencoded local characters in subject make it 
18455          disappear)
18456
18457 2004-07-18 [colin]      0.9.12cvs31.3
18458
18459         * src/compose.c
18460                 Fix tab char handling in wrapping
18461         (Fix Bug 537 Line wrap problem - TAB character treated as 
18462          one character instead of 8)
18463
18464 2004-07-18 [colin]      0.9.12cvs31.2
18465
18466         * src/textview.c
18467                 return FALSE on GDK_MOTION_NOTIFY
18468         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18469          (unable to highlight))
18470
18471 2004-07-18 [colin]      0.9.12cvs31.1
18472
18473         * src/folderview.c
18474                 Sync with 0.9.12cvs31
18475
18476 2004-07-18 [colin]      0.9.12cvs30.4
18477
18478         * src/compose.c
18479                 Also block text_inserted when inserting a file
18480
18481 2004-07-18 [colin]      0.9.12cvs30.3
18482
18483         * src/compose.c
18484                 Fix smart wrapping (block text_inserted handler
18485                 while putting quotation to avoid wrap on input,
18486                 don't join lines if next is sig separator)
18487
18488 2004-07-17 [colin]      0.9.12cvs30.2
18489
18490         * src/folderview.c
18491         * src/mainwindow.c
18492         * src/mimeview.c
18493         * src/summaryview.c
18494         * src/gtk/quicksearch.c
18495         * src/gtk/quicksearch.h
18496                 Block key events handlers *and* accels while
18497                 quicksearch is focused
18498         (Fixes Bug 534 quick-search bar not accepting certain letters)
18499
18500 2004-07-17 [colin]      0.9.12cvs30.1
18501
18502         * src/folder.h
18503         * src/folderview.c
18504         * src/summaryview.c
18505                 Sync with 0.9.12cvs30
18506
18507 2004-07-17 [colin]      0.9.12cvs28.2
18508
18509         * src/mimeview.c
18510         * src/procmime.c
18511         * src/summaryview.c
18512         * src/gtk/menu.c
18513                 Squash some compile and glib warnings
18514
18515 2004-07-17 [paul]       0.9.12cvs28.1
18516
18517         * src/mimeview.c
18518                 sync with 0.9.12cvs28 HEAD
18519
18520 2004-07-16 [paul]       0.9.12cvs26.1
18521         
18522         * src/gtk/quicksearch.c
18523         * src/account.c
18524         * src/account.h
18525         * src/compose.c
18526         * src/customheader.c
18527         * src/folder_item_prefs.c
18528         * src/main.c
18529         * src/mainwindow.c
18530         * src/messageview.c
18531         * src/mimeview.c
18532         * src/news.c
18533         * src/pgpmime.c
18534         * src/pop.c
18535         * src/pop.h
18536         * src/prefs_account.c
18537         * src/prefs_account.h
18538         * src/prefs_common.c
18539         * src/prefs_common.h
18540         * src/prefs_display_header.c
18541         * src/prefs_gtk.c
18542         * src/prefs_gtk.h
18543         * src/procheader.c
18544         * src/procmime.c
18545                 sync with 0.9.12cvs26 HEAD      
18546
18547 2004-07-15 [colin]      0.9.12cvs18.14
18548
18549         * src/folder.c
18550                 Disable GPG signature check during
18551                 folder move and scan
18552         (Closes Bug 521 Signature checking slows down Folder-Move)
18553
18554 2004-07-14 [colin]      0.9.12cvs18.13
18555
18556         * src/common/partial_download.c
18557                 update includes
18558
18559 2004-07-14 [colin]      0.9.12cvs18.12
18560
18561         * src/common/partial_download.c
18562         * src/common/partial_download.h
18563                 Move doc at top, add correct copyright
18564
18565 2004-07-14 [colin]      0.9.12cvs18.11
18566
18567         * src/folder.c
18568         * src/messageview.c
18569         * src/pop.c
18570         * src/pop.h
18571         * src/procmsg.c
18572         * src/summaryview.c
18573         * src/common/Makefile.am
18574         * src/common/partial_download.c ** NEW FILES **
18575         * src/common/partial_download.h ** NEW FILES **
18576                 Move partial-download related stuff to its
18577                 own file
18578
18579 2004-07-14 [colin]      0.9.12cvs18.10
18580
18581         * src/send_message.c
18582                 Fix smtp auth when user is null or empty
18583
18584 2004-07-13 [colin]      0.9.12cvs18.9
18585
18586         * src/gtk/quicksearch.c
18587                 Use alphabetic order
18588
18589 2004-07-13 [colin]      0.9.12cvs18.8
18590
18591         * src/pop.c
18592                 Be paranoid on the checks
18593
18594 2004-07-13 [colin]      0.9.12cvs18.7
18595
18596         * src/gtk/quicksearch.c
18597                 Fix Engrish once again
18598
18599 2004-07-13 [colin]      0.9.12cvs18.6
18600
18601         * src/procmsg.c
18602         * src/summaryview.c
18603                 Mark messages for deletion when they are about to
18604                 be removed from trash
18605
18606 2004-07-13 [colin]      0.9.12cvs18.5
18607
18608         * src/matcher.c
18609         * src/matcher.h
18610         * src/matcher_parser_parse.y
18611         * src/prefs_matcher.c
18612         * src/gtk/quicksearch.c
18613                 Add 'partial' ('p') match string to find partially
18614                 downloaded messages
18615
18616 2004-07-13 [colin]      0.9.12cvs18.4
18617
18618         * src/pop.c
18619                 Fix misplaced block
18620
18621 2004-07-13 [colin]      0.9.12cvs18.3
18622
18623         * src/pop.c
18624         * src/pop.h
18625         * src/messageview.c
18626                 Refactor API (to avoid passing 5+ params and code
18627                 duplication)
18628         * src/folder.c
18629         * src/msgcache.c
18630         * src/procheader.c
18631         * src/common/defs.h
18632                 Add planned_download to cache
18633                 Don't mess uidl file when moving partially downloaded
18634                 mails (they change folder, we should change it in the
18635                 uidl list too or we'll remove an incorrect message)
18636                 (this also helps removing hacks when changing 
18637                 planned_download in messageview.c)
18638
18639 2004-07-12 [colin]      0.9.12cvs18.2
18640
18641         * src/gtk/quicksearch.c
18642                 Fix missing status update in quicksearch
18643
18644 2004-07-12 [paul]       0.9.12cvs18.1
18645
18646         * po/POTFILES.in
18647         * src/Makefile.am
18648         * src/account.c
18649         * src/codeconv.c
18650         * src/compose.c
18651         * src/inc.c
18652         * src/main.c
18653         * src/prefs_common.c
18654         * src/procmsg.h
18655         * src/toolbar.c
18656         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18657         * src/prefs_wrapping.[ch]       ** NEW FILES **
18658         * src/common/intl.h
18659         * src/common/utils.[ch]
18660         * src/gtk/quicksearch.[ch]
18661                 sync with 0.9.12cvs18 HEAD
18662
18663 2004-07-12 [colin]      0.9.11cvs17.25
18664
18665         * src/folder.c
18666         * src/folder.h
18667                 Remove unused function added by me in 0.9.11cvs17.10
18668
18669 2004-07-11 [colin]      0.9.11cvs17.24
18670
18671         * src/inc.c
18672         * src/messageview.c
18673         * src/pop.c
18674         * src/pop.h
18675                 Use folderitem and msgnum instead of filename to
18676                 know which mail to delete
18677                 Move old partial mail deletion to pop.c
18678
18679 2004-07-10 [colin]      0.9.11cvs17.23
18680
18681         * src/inc.c
18682                 Add debug
18683         * src/pop.c
18684         * src/pop.h
18685                 Don't re-use same enums for unrelated stuff: it's 
18686                 completely misleading !
18687                 Document a bit
18688
18689 2004-07-09 [colin]      0.9.11cvs17.22
18690
18691         * src/inc.c
18692                 Remove folder-type check and do
18693                 more tests to be sure everything's
18694                 ok
18695         * src/messageview.c
18696                 Punctuation update, remove useless
18697                 code, fix two warnings
18698         * src/noticeview.c
18699                 Layout cleaning, reset 2nd button
18700                 when specifying one
18701
18702 2004-07-09 [colin]      0.9.11cvs17.21
18703
18704         * src/messageview.c
18705         * src/pop.c
18706         * src/pop.h
18707                 Allow user to change his mind
18708                 and postpone decision (by
18709                 unmarking the mail)
18710
18711 2004-07-09 [colin]      0.9.11cvs17.20
18712
18713         * src/messageview.c
18714                 Fix bug with delete state
18715         * src/pop.c
18716         * src/pop.h
18717                 Fix buffer leak (fread doesn't 
18718                 terminate buffers with \0)
18719                 Refactoring (remove magic 
18720                 numbers)
18721
18722 2004-07-09 [colin]      0.9.11cvs17.19
18723
18724         * src/pop.c
18725                 Don't log "Skipping message" if 
18726                 we're going to TOP it two lines
18727                 later
18728
18729 2004-07-09 [colin]      0.9.11cvs17.18
18730
18731         * src/messageview.c
18732                 Fix Engrish
18733
18734 2004-07-09 [colin]      0.9.11cvs17.17
18735
18736         * src/pop.c
18737                 strlen checking...
18738         * src/messageview.c
18739                 refactoring a bit
18740
18741 2004-07-08 [colin]      0.9.11cvs17.16
18742
18743         * src/noticeview.c
18744         * src/noticeview.h
18745                 Add an optional second button
18746         * src/messageview.c
18747         * src/pop.c
18748         * src/pop.h
18749                 Don't delete partially received mails after a certain
18750                 time; rather, let the user decide.
18751
18752 2004-07-08 [colin]      0.9.11cvs17.15
18753
18754         * src/common/smtp.h
18755                 Sync with HEAD
18756
18757 2004-07-08 [colin]      0.9.11cvs17.14
18758
18759         * src/messageview.c
18760         * src/common/smtp.c
18761                 Use to_human_readable() for sizes
18762
18763 2004-07-08 [colin]      0.9.11cvs17.13
18764
18765         * src/inc.c
18766         * src/messageview.c
18767         * src/pop.c
18768         * src/pop.h
18769         * src/procmsg.c
18770                 Fix partial-downloading issues:
18771                         catch unsupported TOP
18772                         don't delete partially downloaded mails before 5 days
18773                         don't update existing with non-MH folders; that'll
18774                         make dups, but it's better than trashing the folder
18775                         free new msginfo parts
18776                 Fix indentation ;-)
18777
18778 2004-07-08 [colin]      0.9.11cvs17.12
18779
18780         * src/common/smtp.c
18781         * src/common/smtp.h
18782                 Sync smtp size verification with HEAD
18783
18784 2004-07-08 [colin]      0.9.11cvs17.11
18785
18786         * src/summaryview.c
18787         * src/prefs_common.c
18788         * src/prefs_common.h
18789         * src/gtk/quicksearch.c
18790         * src/gtk/quicksearch.h
18791                 Sync sticky pref with HEAD
18792
18793 2004-07-08 [colin]      0.9.11cvs17.10
18794
18795         * src/folder.c [1.213.2.6]
18796         * src/folder.h [1.87.2.6]
18797         * src/inc.c [1.149.2.7]
18798         * src/messageview.c [1.94.2.8]
18799         * src/procheader.c [1.47.2.6]
18800         * src/procmsg.c [1.150.2.4]
18801         * src/procmsg.h [1.60.2.5]
18802         * src/pop.c [1.56.2.4]
18803         * src/pop.h [1.17.2.3]
18804                 Let too big messages get downloaded, but truncated
18805                 Add a button to download them completely
18806                 
18807 2004-07-06 [colin]      0.9.11cvs17.9
18808
18809         * src/gtk/quicksearch.c [1.1.2.3]
18810                 Add a Clear button
18811         * commitHelper
18812         * PATCHSETS
18813                 Add a script to help with cvs
18814
18815 2004-07-03 [colin]      0.9.11cvs17.8
18816
18817         * src/plugins/imageviewer/viewer.c
18818                 fix imageviewer (which was staying on the first
18819                 displayed image)
18820
18821 2004-07-03 [colin]      0.9.11cvs17.7
18822
18823         Removed FIXME_GTK2 warnings
18824         * src/gtk/gtkutils.c
18825                 useless #warnings
18826         * src/gtk/menu.c
18827                 useless #warnings (no need to mess with menu rc)
18828         * src/gtk/menu.h
18829                 unused functions
18830         
18831
18832 2004-07-03 [colin]      0.9.11cvs17.6
18833
18834         Removed FIXME_GTK2 warnings
18835         * src/codeconv.c
18836                 useless #warnings (rewrite needed)
18837         * src/compose.c
18838                 useless #warnings (rewrite needed)
18839                 useless #warnings (gtk2 is like that)
18840                 useless #warnings (previously fixed)
18841         * src/main.c
18842                 useless #warnings (previously fixed)
18843         * src/message_search.c
18844                 useless #warnings (gtk2 is like that)
18845                 Made apparent that search is case-sensitive
18846         * src/mimeview.c
18847                 useless #warnings (rewrite needed)
18848                 useless #warnings (gtk2 is like that)
18849                 reimplemented real warnings
18850         * src/prefs_common.c
18851                 Removed block cursor option (not it gtk2)
18852         * src/prefs_gtk.c
18853                 useless #warnings (rewrite needed)
18854         * src/procheader.c
18855                 useless #warnings (rewrite needed)
18856         * src/sourcewindow.c
18857                 useless #warnings (incorrect placing)
18858         * src/summary_search.c
18859                 useless #warnings (gtk2 is like that)
18860                 Made apparent that search is case-sensitive
18861         * src/action.c
18862                 useless #warnings (gtk2 is like that)
18863         * src/textview.c
18864                 useless #warnings (rewrite needed)
18865         * src/toolbar.c
18866                 useless #warnings (rewrite needed)
18867
18868 2004-07-03 [colin]      0.9.11cvs17.5
18869
18870         * src/textview.c
18871                 Fix mismerge which broke URI opening
18872                 
18873 2004-07-01 [colin]      0.9.11cvs17.4
18874
18875         * src/gtk/filesel.c
18876                 Fill filename when saving
18877                 
18878 2004-06-27 [colin]      0.9.11cvs17.3
18879
18880         * src/gtk/filesel.[ch]
18881                 Use the new GTK file selector
18882                 Update prototype to match the reality: multiple file
18883                 selection is open-only          
18884         * src/compose.c
18885                 Match the new prototypes        
18886         * configure.ac
18887                 Match the new requirements (gtk 2.4.0)
18888                         
18889 2004-06-26 [colin]      0.9.11cvs17.2
18890
18891         * src/plugins/trayicon/trayicon.c
18892                 Remove useless signal handler on resize, which causes
18893                 an infinite "loop"
18894         
18895 2004-06-26 [colin]      0.9.11cvs17.1
18896         
18897         * tools/Makefile.am
18898                 remove launch_firebird and add nautilus2sylpheed.sh
18899         * src/quicksearch.c
18900           src/summaryview.c
18901                 Fix show/hide "Extended symbols" button problem
18902                 Fix apparition at startup
18903                 Fix const warnings
18904         * src/plugins/image_viewer/Makefile.am
18905                 Fix configure 
18906         * common/ssl.c
18907                 Re-enable certificate check, as it doesn't seem to
18908                 cause Xlib errors anymore
18909
18910 2004-06-25 [paul]       0.9.11cvs17
18911
18912         * sync with 0.9.11cvs17 HEAD
18913         
18914         NOTE: QuickSearch is broken
18915
18916 2004-06-07 [colin]      0.9.10claws67.10
18917         * src/plugins/trayicon/trayicon.c
18918           src/plugins/trayicon/libeggtrayicon/Makefile.am
18919           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18920                 Fix gettextization in trayicon plugin
18921
18922 2004-06-07 [colin]      0.9.10claws67.9
18923         
18924         * src/summaryview.c
18925           src/gtk/gtksctree.[ch]
18926                 Let Shift+{Up,Down} work in summaryview
18927                 (well, Down "works" and Up works)
18928                 Let the list scroll when using these keys
18929
18930 2004-06-06 [colin]      0.9.10claws67.8
18931
18932         * src/plugins/trayicon/trayicon.c
18933                 Fix pixmap update
18934
18935 2004-06-06 [colin]      0.9.10claws67.7
18936
18937         * src/addressbook.c
18938                 Fix signal handling causing system-wide focus grab
18939
18940 2004-05-25 [paul]       0.9.10claws67.6
18941
18942         * Makefile.am
18943           src/Makefile.am
18944                 clean up
18945
18946 2004-05-25 [paul]       0.9.10claws67.5
18947
18948         * replace deprecated gtk_signal... functions
18949
18950 2004-05-23 [colin]      0.9.10claws67.4
18951
18952         * src/compose.c
18953                 Fix wrapping
18954
18955 2004-05-22 [colin]      0.9.10claws67.3
18956
18957         * src/compose.c
18958                 Re-fix [Edited] in compose.c::compose_reedit()
18959
18960 2004-05-22 [colin]      0.9.10claws67.2
18961
18962         * src/procmime.c
18963                 Fix parsing of multiparts mails
18964
18965 2004-05-22 [colin]      0.9.10claws67.1
18966
18967         * src/summaryview.c
18968                 Fix quicksearch
18969
18970 2004-05-22 [paul]       0.9.10claws67
18971
18972         * sync with 0.9.10claws67 HEAD
18973
18974 2004-05-14 [alfons]
18975
18976         * src/procmime.h
18977                 add forgotton prototype
18978
18979 2004-05-10 [paul]       0.9.10claws57
18980
18981         * sync with 0.9.10claws57 HEAD
18982
18983 2004-05-05 [paul]       0.9.9.claws1
18984
18985         * ChangeLog-gtk2        ** REMOVED **
18986           ChangeLog-gtk2.claws  ** ADDED **
18987                 rename and adopt the normal claws format
18988                 
18989         * configure.ac
18990                 require gtkmathview >= 0.5
18991
18992         * ac/*                          ** REMOVED **
18993           ac/                           ** REMOVED **
18994           intl/Makefile.in              ** REMOVED **
18995           m4/                           ** ADDED **
18996           m4/missing                    ** ADDED **
18997           m4/missing/gdk-pixbuf.m4      ** ADDED **
18998           m4/missing/gettext.m4         ** ADDED **
18999           m4/missing/gpgme.m4           ** ADDED **
19000           m4/missing/imlib.m4           ** ADDED **
19001           m4/.cvsignore                 ** ADDED **
19002           m4/Makefile.am                ** ADDED **
19003           m4/README                     ** ADDED **
19004           m4/aclocal-include.m4         ** ADDED **
19005           m4/aspell.m4                  ** ADDED **
19006           m4/check-type.m4              ** ADDED **
19007           m4/gnupg-check-typedef.m4     ** ADDED **
19008           m4/openssl.m4                 ** ADDED **
19009           m4/spamassassin.m4            ** ADDED **
19010           po/ChangeLog                  ** REMOVED **
19011           po/Makefile.in.in             ** REMOVED **
19012           po/Rules-quot                 ** REMOVED **
19013           po/boldquot.sed               ** REMOVED **
19014           po/en@boldquot.header         ** REMOVED **
19015           po/en@quot.header             ** REMOVED **
19016           po/insert-header.sin          ** REMOVED **
19017           po/quot.sed                   ** REMOVED **
19018           po/remove-potcdate.sed        ** REMOVED **
19019           po/remove-potcdate.sin        ** REMOVED **
19020           po/stamp-po                   ** REMOVED **
19021           Makefile.am
19022           autogen.sh
19023           configure.ac
19024                 enable building with automake 1.8.x
19025                 add 'autopoint --force' to autogen.sh and remove all
19026                 auto-generated files, remove ac/ directory and use
19027                 m4/ directory instead
19028                 
19029         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19030                 fix gettextization
19031
19032 2004-02-28 Colin Leroy <colin@colino.net>
19033         * src/prefs_matcher.c
19034           src/prefs_filtering.c
19035           src/prefs_filtering_action.c
19036                 Fix non-editable GtkEntries
19037
19038 2004-02-22 Thorsten Maerz <torte@netztorte.de>
19039         * src/prefs_themes.c
19040                 utf8 conversion for theme info
19041
19042 2004-02-21 Thorsten Maerz <torte@netztorte.de>
19043         * sync 0.9.9claws
19044
19045 2004-02-14 Thorsten Maerz <torte@netztorte.de>
19046         * src/grouplistdialog.c
19047                 allow multiple selections without ctrl key
19048
19049 2004-02-09 Thorsten Maerz <torte@netztorte.de>
19050         * src/main.c
19051                 enable customizable accelerators
19052
19053 2004-02-08 Thorsten Maerz <torte@netztorte.de>
19054         * src/prefs_common.c
19055                 re-enable different font settings for gtk1/2
19056         * src/prefs_folder_item.c
19057                 fix folder prefs displayed wrong
19058         * src/textview.c
19059                 set 'sunken' shadow type
19060
19061 2004-02-07 Colin Leroy <colin@colino.net>
19062         * src/compose.c
19063                 Fix message being always [Edited]
19064                 Encode headers correctly (utf8 buf)
19065
19066 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19067         * src/socket.c
19068                 remove double g_source_attach()
19069                 (Thanks to Colin Leroy)
19070
19071 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19072         * src/gtk/gtksctree.c
19073                 Fix SSL certificate list not shown
19074         * src/mimeview.c
19075                 Fix clicks in mime tree
19076
19077 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19078         * src/common/socket.c
19079                 Fix SSL receive
19080         * src/compose.c
19081                 Fix clipboard menu hotkeys
19082
19083 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19084         * src/gtk/gtkaspell.[ch]
19085           src/compose.c
19086                 reimplement spellchecker
19087
19088 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19089         * src/gtk/filesel.c
19090                 crash when inserting file in compose window
19091                 (TODO: keep old selection on clicks)
19092         * src/main.c
19093                 use gtkrc-2.0 instead of gtkrc
19094
19095 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19096         * src/messageview.c
19097                 remove orphaned mimeview unref()
19098
19099 2004-01-20 Thorsten Maerz <torte@netztorte.de>
19100         * src/grouplistdialog.c
19101                 expand nodes containing subscribed groups
19102
19103 2004-01-19 Thorsten Maerz <torte@netztorte.de>
19104         * src/textview.c
19105                 textview: hide cursor, restore old click behaviour
19106
19107 2004-01-18 Thorsten Maerz <torte@netztorte.de>
19108         * src/textview.c
19109                 variable names messed up
19110
19111 2004-01-17 Colin Leroy <colin@colino.net>
19112         * src/addr_compl.c
19113                 Fix completion address too thin
19114         * src/compose.c
19115                 Fix tab-to-subject behaviour
19116         * src/summaryview.c
19117                 Implement key up & down in summaryview
19118
19119 2004-01-12 Thorsten Maerz <torte@netztorte.de>
19120
19121         * sync 098claws
19122
19123 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19124         * configure.ac
19125           Makefile.am
19126           doc/.cvsignore
19127           doc/Makefile.am
19128                 faq, man, manual moved to doc/
19129         * ac/aspell.m4
19130           ac/check-type.m4
19131           ac/gnupg-check-typedef.m4
19132           ac/openssl.m4
19133           ac/spamassassin.m4
19134           ac/missing/gdk-pixbuf.m4
19135           ac/missing/gpgme.m4
19136           ac/missing/imlib.m4
19137                 fix automake warnings
19138
19139 2003-12-06 Colin Leroy <colin@colino.net>
19140         * src/summaryview.c
19141                 Fix quicksearch
19142
19143 2003-12-05 Colin Leroy <colin@colino.net>
19144         * src/summaryview.c
19145                 Fix going to next unread folder
19146
19147 2003-12-05 Colin Leroy <colin@colino.net>
19148         * src/crash.c
19149                 Fix gtk2 compilation
19150         * src/session.c
19151                 Remove iotag source handler at disconnection
19152         * src/socket.[ch] 
19153                 Remove source handler when closing socket 
19154                 (fixes another seg)
19155
19156 2003-12-04 Colin Leroy <colin@colino.net>
19157         * src/compose.c
19158           src/prefs_account.c
19159           src/prefs_common.c
19160                 Fix some dropdown menus
19161
19162 2003-12-04 Colin Leroy <colin@colino.net>
19163         * src/compose.c
19164                 Fix event handlers on header fields
19165         * src/common/socket.c
19166           src/common/session.c
19167                 Fix segfault with callback (SSL)
19168                 Fix end of session 
19169
19170 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19171
19172         * Fix compile bug in src/compose.c
19173         * removed src/gtk/gtkstext.[ch]
19174
19175 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19176
19177         * Convert character set and escape "text" attributes in toolbar setting
19178         files.
19179         * Fixed bug in button-press-event handling.
19180
19181 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19182
19183         * Fixed bug in key-press-event handling.
19184
19185 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19186
19187         * Enabled to compile tray-icon plugin (Ad-hoc).
19188         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19189
19190 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19191
19192         * Enabled to compile on sylpheed-claws.
19193         (tray-icon plugin still cannot compile yet.)
19194
19195 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19196
19197         * Updated to 0.9.5.
19198
19199 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19200
19201         * Updated to 0.9.4.
19202         * Ported monitoring SSL mechanism to GSource of GLib2
19203         (I don't confirm it)
19204         * Added _gtk2 suffix to key name of font preference to avoid
19205         ovverwriting preference of Gtk+-1.2 version.
19206
19207 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19208
19209         * Updated to 0.9.2.
19210
19211 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19212
19213         * Updated to 0.9.1.
19214         * Translate po files into UTF-8 when execute autogen.sh.
19215
19216 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19217
19218         * Updated to 0.9.0.
19219
19220 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19221
19222         * Plugged GError related memory leaks.
19223
19224 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19225
19226         * Changed default size of fonts.
19227         * Enabled to set titile font size of warning dialog.
19228
19229 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19230
19231         * Embed a sylpheed icon into executable binary on Windows.
19232
19233 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19234
19235         * I forgot to traslate character set of element string in src/xml.c.
19236
19237 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19238
19239         * Fixed detecting bind_textdomain_codeset in configure.in.
19240         * The bug in which "Example" of "Date fromat" preference isn't displayed
19241         correctly has been fixed.
19242
19243 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19244
19245         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19246           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19247           glib-gettextize
19248           Removed intl directory.
19249           Translated po files into UTF-8.
19250           (Thanks! Ryuji Abe)
19251
19252 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19253
19254         * The bug which doesn't unscape string in xml.c has been fixed.
19255
19256 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19257
19258         * The bug which is failed to translate encoding of file name thorough
19259         file dialog has been fixed.
19260
19261 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19262
19263         * Modified to translate file names which is used in inporting/expoting
19264         mbox feature and "Save as" feature into locale encoding.
19265         * Translate file names into locale encoding when "Attache file" and
19266         "Insert file".
19267         * Force set G_BROKEN_FILENAMES environment variable.
19268         * Other minor fixes.
19269
19270 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19271
19272         * Modified to treat MH folder's name as locale encoding.
19273
19274 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19275
19276         * The bug which clash on switching candidates of auto completion of
19277         addresses, cannot use auto completion in Japanesse is fixed
19278         (Thanks! Tokunaga-san)¡¥
19279
19280 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19281
19282         * The bug which cannot switch key accelerator preference has been fixed
19283         (Thanks! smbd-san)¡¥
19284
19285 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19286
19287         * version 0.8.11-gtk2-20030314
19288
19289 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19290
19291         * The bug in which character set conversion of filtering messages has
19292         been fixed.(Thanks! COCOA-san).
19293
19294 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19295
19296         * Revived "Leave space on head" preference in "Message" category.
19297         * A bug which clash when put the cursor to end of buffer and execute
19298         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19299
19300 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19301
19302         * version 0.8.11-gtk2-20030312
19303
19304 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19305
19306         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19307         * Modified to use Pango's API directly for font preference.
19308         * Integrated GtkTextView of textview to one widget.
19309         * Set fonts of header title in textview by "header_title" tag.
19310         * Removed some deprecated codes.
19311
19312 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19313
19314         * Updated to 0.8.11.
19315         * Merged cygwin patch(Thanks! Sakai-san).
19316
19317 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19318
19319         * version 0.8.10-gtk2-20030309