bump up version number following stable release
[claws.git] / ChangeLog
1 2006-10-12 [paul]       2.5.6cvs1
2
3         * NEWS
4         * README
5         * configure.ac
6                 Update version number following
7                 stable release
8
9 2006-10-19 [colin]      2.5.5cvs18
10
11         * manual/handling.xml
12                 Add type-ahead search
13
14 2006-10-18 [colin]      2.5.5cvs17
15
16         * src/gtk/quicksearch.c
17                 Remove "save to history only if there's
18                 no syntax error", it breaks for some 
19                 reason which I'll investigate later.
20
21 2006-10-18 [colin]      2.5.5cvs16
22
23         * src/prefs_common.c
24         * src/prefs_common.h
25         * src/summaryview.c
26         * src/gtk/quicksearch.c
27         * src/gtk/quicksearch.h
28                 Add a type-ahead option for fast searches
29                 Patch by Fabien Vantard
30
31 2006-10-18 [colin]      2.5.5cvs15
32
33         * src/compose.c
34         * src/compose.h
35                 Add Options/Reply mode/ menu to be able to
36                 change the recipients of a reply on the fly
37
38 2006-10-18 [colin]      2.5.5cvs14
39
40         * src/compose.c
41                 Fix redirecting of our own sent mails
42
43 2006-10-17 [wwp]        2.5.5cvs13
44
45         * src/send_message.c
46                 Fix duplicate error messages when sending, and missing
47                 newline in such error messages.
48
49 2006-10-17 [colin]      2.5.5cvs12
50
51         * src/compose.c
52                 Compare addresses case-insensitive
53
54 2006-10-17 [colin]      2.5.5cvs11
55
56         * src/plugins/pgpcore/sgpgme.c
57                 Fix return status
58
59 2006-10-17 [colin]      2.5.5cvs10
60
61         * src/plugins/pgpcore/pgp_viewer.c
62                 Fix return status
63
64 2006-10-17 [colin]      2.5.5cvs9
65
66         * src/quote_fmt.c
67                 Fix a typo (thanks to Fabien)
68
69 2006-10-16 [colin]      2.5.5cvs8
70
71         * src/textview.c
72                 Fix problem with quote-folding when emails
73                 don't convert cleanly to UTF-8
74
75 2006-10-14 [colin]      2.5.5cvs7
76
77         * src/prefs_template.c
78                 Reset fields when reopening
79                 the window
80
81 2006-10-13 [paul]       2.5.5cvs6
82
83         * manual/advanced.xml
84         * src/prefs_message.c
85                 make 'respect_flowed_format' a hidden
86                 option, and add a manual entry for it
87                 Thanks to Colin
88
89 2006-10-12 [colin]      2.5.5cvs5
90
91         * src/codeconv.c
92                 Revert part of 2.5.2cvs21:
93                 Don't optimise by reusing the 
94                 last iconv converter if possible:
95                 it seems slightly broken in a 
96                 very hard way to reproduce
97
98 2006-10-12 [colin]      2.5.5cvs4
99
100         * src/prefs_common.c
101         * src/prefs_common.h
102         * src/prefs_message.c
103         * src/procmime.c
104                 Fix bug 1035, 'Incorrect handling 
105                 of flowed lines'. We now optionnaly
106                 handle this format (preference is in
107                 Message View/Text options section)
108
109 2006-10-12 [colin]      2.5.5cvs3
110
111         * po/POTFILES.in
112                 Add new file
113         * src/plugins/pgpcore/pgp_viewer.c
114         * src/plugins/pgpcore/sgpgme.c
115                 Don't try to import without asking
116
117 2006-10-12 [colin]      2.5.5cvs2
118
119         * src/compose.c
120                 Fix bug 1036, 'Forwarding a mutlipart
121                 mail with a "text/html" block to ms
122                 outlook users leeds to freeze of
123                 outlook'. Poor outlook users...
124
125 2006-10-12 [paul]       2.5.5cvs1
126
127         * NEWS
128         * README
129         * configure.ac
130                 Update version number following
131                 stable release
132
133 2006-10-11 [paul]       2.5.4cvs1
134
135         * NEWS
136         * README
137         * configure.ac
138                 Update version number following
139                 stable release
140
141 2006-10-11 [paul]       2.5.3cvs32
142
143         * src/textview.c
144                 fix bug 1032, 'Segmentation fault when showing
145                 message' (bug in quote folding)
146                 Thanks to Colin
147
148 2006-10-10 [colin]      2.5.3cvs31
149
150         * src/quote_fmt.c
151                 Rephrase english a bit
152
153 2006-10-10 [colin]      2.5.3cvs30
154
155         * src/prefs_compose_writing.c
156                 Stop making the page larger than the window
157
158 2006-10-10 [wwp]        2.5.3cvs29
159
160         * src/compose.c
161         * src/prefs_template.c
162         * src/quote_fmt.c
163         * src/quote_fmt.h
164         * src/quote_fmt_lex.l
165         * src/quote_fmt_parse.y
166                 Extend the quote parser a bit: allow to get access to
167                 basic (composing) account info.
168
169 2006-10-10 [colin]      2.5.3cvs28
170
171         * src/procheader.c
172                 Fix this \t problem in subject
173
174 2006-10-09 [colin]      2.5.3cvs27
175
176         * src/main.c
177         * src/prefs_gtk.c
178                 Prepare cache a bit later
179                 If section already exists, skip the new one 
180                 (as previously); avoid writing the same block
181                 twice - if we find a second block with the 
182                 same id, skip it.
183         * src/plugins/pgpcore/pgp_viewer.c
184                 Set cursor to busy when retrieving a key
185         * src/plugins/pgpcore/sgpgme.c
186                 allow 5 seconds for gpg to export the key
187                 
188
189 2006-10-09 [colin]      2.5.3cvs26
190
191         * configure.ac
192         * src/msgcache.c
193         * src/prefs_gtk.c
194                 Check for existence of fgets_unlocked
195                 and fwrite_unlocked
196
197 2006-10-09 [paul]       2.5.3cvs25
198
199         * src/prefs_summaries.c
200                 replace strftime() with fast_strftime() and in
201                 the consequence fix the bug in the display of
202                 AM/PM in the 'Example' string
203
204 2006-10-09 [ticho]      2.5.3cvs24
205
206         * po/sk.po
207                 Updated (and fixed up somewhat) Slovak translation.
208
209 2006-10-08 [colin]      2.5.3cvs23
210
211         * src/prefs_folder_item.c
212                 Explain why prefs in the top-level folder
213                 aren't retained, but are still useful
214
215 2006-10-08 [colin]      2.5.3cvs22
216
217         * src/prefs_gtk.c
218                 Don't cache anything if caching fails
219
220 2006-10-08 [colin]      2.5.3cvs21
221
222         * src/common/utils.c
223                 always include gi18n.h
224
225 2006-10-07 [colin]      2.5.3cvs20
226
227         * src/plugins/pgpcore/pgp_viewer.c
228                 Kill gpg after 5 seconds wait
229
230 2006-10-07 [colin]      2.5.3cvs19
231
232         * src/plugins/pgpcore/pgp_viewer.c
233         * src/plugins/pgpcore/pgp_viewer.h
234                 Fix copyright
235
236 2006-10-07 [colin]      2.5.3cvs18
237
238         * src/plugins/pgpcore/pgp_viewer.c
239         * src/plugins/pgpcore/pgp_viewer.h
240                 Actually add the files to CVS
241
242 2006-10-07 [colin]      2.5.3cvs17
243
244         * src/plugins/pgpcore/sgpgme.c
245                 Be sure not to crash on 'application/pgp-signature' that
246                 are not application/pgp-signatures
247
248 2006-10-07 [colin]      2.5.3cvs16
249
250         * src/textview.c
251         * src/textview.h
252                 Make a bit more of the API available
253         * src/plugins/pgpcore/Makefile.am
254         * src/plugins/pgpcore/plugin.c
255         * src/plugins/pgpcore/sgpgme.c
256                 Add basic key import/export
257
258 2006-10-07 [colin]      2.5.3cvs15
259
260         * src/folderview.c
261         * src/imap.c
262         * src/prefs_account.c
263         * src/wizard.c
264                 Warn users *everywhere* if libetpan's not
265                 linked in
266
267 2006-10-06 [mones]      2.5.3cvs14
268
269         * po/de.po
270         * po/es.po
271                 updated by Stephan Sachse and me
272
273 2006-10-06 [colin]      2.5.3cvs13
274
275         * src/main.c
276         * src/common/sylpheed.c
277                 Don't load common plugins if --exit is passed
278         * src/prefs_gtk.c
279         * src/prefs_gtk.h
280                 Implement a cache to avoid reading the same
281                 files over and over again at startup
282
283 2006-10-06 [colin]      2.5.3cvs12
284
285         * src/summaryview.c
286         * src/gtk/quicksearch.c
287                 Update display every 5k mails on fast searches
288
289 2006-10-06 [colin]      2.5.3cvs11
290
291         * src/textview.c
292                 Don't do quote folding on HTML or ERTF.
293                 May fix the Cygwin issues if they were
294                 happening with HTML mails?
295
296 2006-10-05 [colin]      2.5.3cvs10
297
298         * src/prefs_gtk.c
299                 Oops, forgot one
300
301 2006-10-05 [colin]      2.5.3cvs9
302
303         * src/prefs_gtk.c
304                 Use unlocked_stdio here too
305
306 2006-10-05 [colin]      2.5.3cvs8
307
308         * src/folderview.c
309                 Fix go to next * after preferences apply
310         * src/msgcache.c
311                 Do the fd lock/unlock ourselves instead of
312                 letting the libc do it at each write 
313
314 2006-10-05 [colin]      2.5.3cvs7
315
316         * src/common/utils.c
317                 Faster division, thanks to Jean Diraison
318
319 2006-10-05 [paul]       2.5.3cvs6
320
321         * src/common/utils.c
322                 fix building with --disable-nls
323
324 2006-10-04 [colin]      2.5.3cvs5
325
326         * src/folder.c
327                 Maybe fix a segfault
328
329 2006-10-04 [wwp]        2.5.3cvs4
330
331         * src/prefs_folder_item.c
332                 Fine-tune layouts in folder item prefs. Suggested by
333                 Fabien Vantard <fzzzzz@gmail.com>.
334
335 2006-10-04 [wwp]        2.5.3cvs3
336
337         * src/prefs_folder_item.c
338                 Kill the clandestine passengers. You didn't see anything.
339
340 2006-10-04 [wwp]        2.5.3cvs2
341
342         * src/prefs_folder_item.c
343                 Add a way to test the subject simplify regexp in
344                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
345                 w/ few layout changes.
346
347 2006-20-04 [paul]       2.5.3cvs1
348
349         * NEWS
350         * README
351         * configure.ac
352                 Update version number following
353                 stable release
354
355 2006-10-04 [colin]      2.5.2cvs42
356
357         * src/folder.c
358         * src/folder.h
359         * src/summaryview.c
360                 Provide a way for folder classes to set their sort
361                 type and key
362
363 2006-10-03 [colin]      2.5.2cvs41
364
365         * src/mh.c
366                 Don't use strlen() to know if the
367                 string's empty
368
369 2006-10-03 [colin]      2.5.2cvs40
370
371         * src/mh.c
372                 Fix "check for new folders" with accentued folders
373
374 2006-10-03 [ticho]      2.5.2cvs39
375
376         * src/filtering.c
377         * src/folder.c
378         * src/inc.c
379         * src/mbox.c
380                 Colin's fix for "copy" filtering rules.
381
382 2006-10-02 [colin]      2.5.2cvs38
383
384         * src/folderview.c
385                 Fix for double-click too
386
387 2006-10-02 [colin]      2.5.2cvs37
388
389         * src/folderview.c
390                 correct fix for cvs36
391
392 2006-10-02 [colin]      2.5.2cvs36
393
394         * src/folderview.c
395                 Fix 'goto next unread' after collapsing/expanding 
396                 a node.
397
398 2006-10-02 [colin]      2.5.2cvs35
399
400         * src/summaryview.c
401                 Fix double freeze/thaw
402         * src/common/utils.c
403         * src/common/utils.h
404                 Reimplement strftime
405         * src/procheader.c
406                 Use it
407
408
409 2006-10-02 [colin]      2.5.2cvs34
410
411         * src/mh.c
412                 Time mh_write_sequences() - it's fast
413         * src/summaryview.c
414                 Init a variable to shut up gcc
415
416 2006-10-01 [colin]      2.5.2cvs33
417
418         * src/folder.c
419         * src/mh.c
420         * src/mh.h
421         * src/msgcache.c
422                 Add helper mh_set_mtime(), and set mtime to stat()'s result
423                 Add fsync but disable it, it's slow as hell
424
425 2006-10-01 [colin]      2.5.2cvs32
426
427         * src/mh.c
428         * src/msgcache.c
429                 fflush() caches and mh_sequences before
430                 fclose()ing
431
432 2006-10-01 [colin]      2.5.2cvs31
433
434         * src/msgcache.c
435                 Don't ftruncate when not using mmap
436
437 2006-09-30 [colin]      2.5.2cvs30
438
439         * src/main.c
440                 Write folder list *after* saving caches
441
442 2006-09-30 [colin]      2.5.2cvs29
443
444         * src/folder.c
445         * src/mh.c
446                 Debug forced mtime changes
447
448 2006-09-30 [colin]      2.5.2cvs28
449
450         * src/folder.c
451         * src/main.c
452                 Remove useless debug_print()s (code
453                 well-tested)
454
455 2006-09-30 [colin]      2.5.2cvs27
456
457         * src/mh.c
458                 Do stuff faster when writing mh_sequences
459
460 2006-09-30 [colin]      2.5.2cvs26
461
462         * src/mh.c
463                 Don't let the writing of .mh_sequences, which
464                 can change the folder's mtime, let us think
465                 we need to scan.
466
467 2006-09-30 [colin]      2.5.2cvs25
468
469         * src/folder.c
470                 Move a debug_print where it belongs 
471                 (processing)
472         * src/summaryview.c
473                 Don't mess with a huge slow subject
474                 table if we're not threading by
475                 subject
476
477 2006-09-30 [colin]      2.5.2cvs24
478
479         * src/msgcache.c
480                 Reenable mmaped reads (*not* writes!)
481         * src/procmsg.c
482                 Don't destroy and recreate hashtables just
483                 for fun
484         * src/common/utils.c
485                 Remove useless reply prefixes (it's case
486                 unsensitive)
487
488 2006-09-30 [wwp]        2.5.2cvs23
489
490         * tools/fix_date.sh
491                 Fixed a minor bug in date value extraction, added a switch
492                 to replace non RFC-compliant Date: value, added a switch
493                 to use strict RFC matching patterns for dates.
494
495 2006-09-29 [colin]      2.5.2cvs22
496
497         * src/matcher_parser.h
498         * src/matcher_parser_parse.y
499         * src/prefs_filtering.c
500         * src/statusbar.c
501         * src/summary_search.c
502         * src/summaryview.c
503         * src/gtk/quicksearch.c
504         * src/gtk/quicksearch.h
505                 Optimise searches by setting different
506                 refresh intervals (depending if the 
507                 search is fast or not)
508
509 2006-09-29 [colin]      2.5.2cvs21
510
511         * src/codeconv.c
512                 Optimise by reusing the last iconv converter
513                 if possible
514         * src/textview.c
515                 Optimise a bit (the foldable quotes feature
516                 still has an awful O(n^2) algo
517
518 2006-09-29 [colin]      2.5.2cvs20
519
520         * src/gtk/gtksctree.c
521         * src/gtk/gtksctree.h
522                 Optimise de-selection via up/down or
523                 another key
524
525 2006-09-28 [colin]      2.5.2cvs19
526
527         * src/action.c
528         * src/compose.c
529         * src/folderview.c
530         * src/mainwindow.c
531         * src/messageview.c
532         * src/summary_search.c
533         * src/toolbar.c
534                 Avoid using summaryview->ctree directly
535
536 2006-09-28 [colin]      2.5.2cvs18
537
538         * src/summaryview.c
539         * src/summaryview.h
540                 Add helpers to freeze/thaw/grab_focus
541                 Factorize calls to freeze/thaw/grab_focus
542                 
543
544 2006-09-28 [colin]      2.5.2cvs17
545
546         * src/main.c
547                 More guards for the session management
548
549 2006-09-28 [colin]      2.5.2cvs16
550
551         * src/folderview.c
552         * src/gtk/gtksctree.c
553         * src/gtk/gtksctree.h
554                 Make expanding not recursive in folderview
555
556 2006-09-28 [colin]      2.5.2cvs15
557
558         * src/addressbook.c
559                 If nothing is selected in the list (right part)
560                 and a group is selected in the tree (left part),
561                 mail this group.
562
563 2006-09-28 [colin]      2.5.2cvs14
564
565         * src/Makefile.am
566                 Actually use SM_LIBS
567
568 2006-09-28 [ticho]      2.5.2cvs13
569
570         * src/export.c
571         * src/messageview.c
572         * src/mimeview.c
573         * src/news.c
574         * src/pop.c
575         * src/prefs_themes.c
576         * src/procmsg.c
577                 Small i18n string optimization.
578         * src/send_message.c
579         * src/summaryview.c
580         * src/common/session.c
581         * src/common/smtp.c
582         * src/common/ssl_certificate.c
583         * src/common/utils.c
584                 Use "Couldn't" instead of "Can't" in UI messages,
585                 where appropriate.
586
587 2006-09-28 [colin]      2.5.2cvs12
588
589         * configure.ac
590                 Possibly fix link errors
591
592 2006-09-27 [wwp]        2.5.2cvs11
593
594         * src/gtk/authors.h
595         * doc/man/sylpheed-claws.1
596         * manual/ack.xml
597         * manual/es/ack.xml
598         * manual/fr/ack.xml
599         * manual/pl/ack.xml
600                 Updated authors info (me, myself and I).
601
602 2006-09-27 [colin]      2.5.2cvs10
603
604         * src/addressbook.c
605                 Remove useless printf
606
607 2006-09-27 [wwp]        2.5.2cvs9
608
609         * src/editgroup.c
610         * src/send_message.c
611         * src/inc.c
612         * src/prefs_common.c
613         * src/prefs_common.h
614         * src/gtk/progressdialog.c
615                 remember more windows' sizes (send dialog, received dialog,
616                 edit group in addressbook).
617
618 2006-09-27 [colin]      2.5.2cvs8
619
620         * configure.ac
621         * src/main.c
622         * src/mainwindow.h
623                 Use libSM to communicate with the session
624                 manager, so that we can know when the 
625                 session ends, save our caches, and draft
626                 our compose windows.
627
628 2006-09-27 [colin]      2.5.2cvs7
629
630         * src/addressbook.c
631                 Fix issues:
632                 o Allow Book and Group creation from the tree's
633                   contextual menu
634                 o Do not actually delete the contacts when 
635                   deleting groups from the tree (duh!)
636
637 2006-09-27 [colin]      2.5.2cvs6
638
639         * src/compose.c
640         * src/compose.h
641         * src/mainwindow.c
642         * src/textview.c
643         * src/toolbar.c
644                 o Allow passing an email address to 
645                   compose_new_with_folderitem
646                 o Update callers
647                 o Use current folderitem when clicking
648                   on a TextView mailto: link
649                 o Fix a possible leak in TextView
650
651 2006-09-27 [colin]      2.5.2cvs5
652
653         * src/html.c
654                 Use UTF-8 chars to replace HTML entities
655
656 2006-09-27 [colin]      2.5.2cvs4
657
658         * AUTHORS
659         * src/prefs_account.c
660         * src/gtk/authors.h
661                 Fix bug #1024 (Array index out of
662                 range in sylpheed-claws-2.5.2)
663                 Patch by Ales Nosek <anosek@suse.cz>
664
665 2006-09-27 [colin]      2.5.2cvs3
666
667         * src/addr_compl.c
668                 Actually do the test
669
670 2006-09-27 [colin]      2.5.2cvs2
671
672         * src/addr_compl.c
673         * src/addr_compl.h
674                 Allow completing with comma (in certain cases: vCalendar
675                 for example doesn't support that)
676                 Patch by Fabien Vantard
677
678 2006-09-26 [colin]      2.5.2cvs1
679
680         * src/Makefile.am
681         * src/addr_compl.c
682         * src/addr_compl.h
683         * src/addrbook.c
684         * src/addrbook.h
685         * src/addressbook.c
686         * src/addrindex.c
687         * src/addrindex.h
688         * src/compose.c
689         * src/prefs_common.c
690         * src/prefs_filtering_action.c
691         * src/prefs_folder_item.c
692         * src/prefs_template.c
693         * src/stock_pixmap.c
694         * src/stock_pixmap.h
695         * src/pixmaps/addr_one.xpm
696         * src/pixmaps/addr_two.xpm
697                 Add auto-completion on groups
698
699 2006-09-26 [colin]      2.5.2
700
701         * NEWS
702         * README
703         * RELEASE_NOTES
704                 2.5.2 released
705
706 2006-09-26 [colin]      2.5.1cvs5
707
708         * src/matcher.c
709                 Fix condition
710
711 2006-09-26 [colin]      2.5.1cvs4
712
713         * src/mbox.c
714                 Revert cvs1 (useless as the message is printed 
715                 every 500 mails)
716
717 2006-09-26 [colin]      2.5.1cvs3
718
719         * src/partial_download.c
720                 Fix crasher found by Alexsandar Urosevic
721
722 2006-09-26 [colin]      2.5.1cvs2
723
724         * src/summaryview.c
725                 Fix bug #1023 (Sylpheed deletes too much messages)
726
727 2006-09-26 [ticho]      2.5.1cvs1
728
729         * src/mbox.c
730                 Make use of gettext's multiple plurals for statusbar
731                 progress message.
732
733 2006-09-25 [paul]       2.5.1
734
735         * NEWS
736         * README
737         * RELEASE_NOTES
738                 2.5.1 released
739
740 2006-09-25 [colin]      2.5.0cvs3
741
742         * src/plugins/bogofilter/bogofilter.c
743         * src/plugins/clamav/clamav_plugin.c
744         * src/plugins/spamassassin/spamassassin.c
745                 BogoFilter, Spamassassin: Fix double hook registering after
746                 visiting preferences
747                 Spamassassin, Clamav: Just set the mails to move instead of
748                 doing the move - caller will move the things at once.
749
750 2006-09-25 [colin]      2.5.0cvs2
751
752         * src/imap.c
753         * src/etpan/imap-thread.c
754                 Use UID SEARCH ALL instead of UID 1:*
755                 (braindead servers can't figure out that's
756                 the same...)
757
758 2006-09-25 [wwp]        2.5.0cvs1
759
760         * src/message_search.c
761                 Added the ability to stop a running search (in message body).
762
763 2006-09-25 [paul]       2.5.0
764
765         * NEWS
766         * README
767         * RELEASE_NOTES
768                 2.5.0 released
769
770 2006-09-25 [paul]       2.4.0cvs214
771
772         * po/cs.po
773         * po/de.po
774         * po/fi.po
775         * po/fr.po
776         * po/nl.po
777         * po/pt_BR.po
778         * po/sk.po
779         * po/sr.po
780         * po/zh_CN.po
781                 updated by Tim, Stephan Sachse, Flammie Pirinen,
782                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
783                 Ticho, Aleksander Urosevic, Ralgh Young
784
785 2006-09-24 [mones]      2.4.0cvs213
786
787         * po/es.po
788                 Updated for release
789
790 2006-09-23 [colin]      2.4.0cvs212
791
792         * src/gtk/inputdialog.c
793                 Fix [ ] remember this appearing in normal
794                 input dialogs after it's been used by
795                 mimeview.
796         * src/folder.c
797         * src/folderview.c
798         * src/msgcache.c
799         * src/procmsg.c
800         * src/summaryview.c
801         * src/textview.c
802         * src/common/timing.h
803                 Enable timings in debug mode and make it
804                 look prettier.
805
806 2006-09-22 [colin]      2.4.0cvs211
807
808         * README
809                 Revert test change
810         * commitHelper
811                 ping the correct URI
812
813 2006-09-22 [colin]      2.4.0cvs210
814
815         * README
816                 Let's see if bug #1022 is fixed
817
818 2006-09-21 [colin]      2.4.0cvs209
819
820         * src/wizard.c
821         * src/common/plugin.c
822                 Prepare infra to load predefined plugins when
823                 no configuration existed. Don't actually load
824                 anything yet (feat. freeze)
825
826 2006-09-21 [wwp]        2.4.0cvs208
827
828         * manual/fr/faq.xml
829                 Partial sync w/ 2.4.0cvs72:
830                 wrap file and minor updates.
831
832 2006-09-21 [wwp]        2.4.0cvs207
833
834         * tools/fix_date.sh
835                 several fixes and enhancements. A new --force switch has been
836                 added to prevent overriding by default Date: header when
837                 already existing.
838
839 2006-09-21 [paul]       2.4.0cvs206
840
841         * src/common/utils.c
842                 add Chinese UTF8 Re prefix
843
844 2006-09-21 [wwp]        2.4.0cvs205
845
846         * tools/Makefile.am
847                 Fics alfabettical order.
848
849 2006-09-21 [wwp]        2.4.0cvs204
850
851         * tools/fix_date.sh
852         * tools/Makefile.am
853                 Added an action tool to fix missing Date field in emails.
854                 Updated Makefile.am to reflect those last two additions.
855
856 2006-09-21 [wwp]        2.4.0cvs203
857
858         * tools/uuooffice
859                 Added a action tool to open uuencoded docs w/
860                 OpenOffice (based on uudec method).
861
862 2006-09-21 [colin]      2.4.0cvs202
863
864         * src/compose.c
865         * src/textview.c
866                 Workaround possible GTK crash: remove selection 
867                 clipboard before destroying widget, or GTK+-2.10
868                 dies. Thanks to Hiro.
869
870 2006-09-20 [colin]      2.4.0cvs201
871
872         * src/compose.c
873                 Fix free-after-use in some cases (when 
874                 procmime_encode_content() frees mimeinfo->data.mem
875                 and turns it to a temp file)
876
877 2006-09-20 [colin]      2.4.0cvs200
878
879         * src/folderview.c
880         * src/summaryview.c
881         * src/gtk/gtksctree.c
882         * src/gtk/gtksctree.h
883                 Add tooltips in the folderview and summaryview
884                 (Doesn't break string freeze as they already
885                 exist)
886         * src/toolbar.c
887                 Put the spam button in the default configuration
888                 if compiled with bogo plugin too
889
890 2006-09-19 [colin]      2.4.0cvs199
891
892         * src/summaryview.c
893         * src/summaryview.h
894                 Update folder name label on folder rename
895         * src/prefs_matcher.c
896         * src/gtk/logwindow.h
897                 Fix warnings
898                 Patches by Fabien
899
900 2006-09-19 [wwp]        2.4.0cvs198
901
902         * src/summary_search.c
903                 fix can't click forward/backward buttons in the
904                 search messages.
905
906 2006-09-18 [paul]       2.4.0cvs197
907
908         * src/wizard.c
909                 add missing bracket, capitalise the A of
910                 'SpamAssassin'
911
912 2006-09-18 [paul]       2.4.0cvs196
913
914         * src/compose.c
915                 fix bug 1012 'crashed upon sending mail
916                 from compose window'
917                 Thanks to Colin
918
919 2006-09-16 [colin]      2.4.0cvs195
920
921         * src/folderview.c
922                 Fix "real-time" sorting by freezing/thawing
923
924 2006-09-16 [colin]      2.4.0cvs194
925
926         * manual/faq.xml
927                 Fix the anti-spam entry a bit
928
929 2006-09-16 [colin]      2.4.0cvs193
930
931         * src/wizard.c
932                 Make sure reviewers have no excuse when stating
933                 Sylpheed-Claws doesn't have antispam capabilities.
934
935 2006-09-16 [colin]      2.4.0cvs192
936
937         * src/main.c
938                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
939                 as if the SIGPIPE comes from etpan's thread we could
940                 trigger a GUI update from this thread.
941
942 2006-09-16 [colin]      2.4.0cvs191
943
944         * src/summaryview.c
945                 Init all members of the struct
946
947 2006-09-16 [paul]       2.4.0cvs190
948
949         * src/account.c
950                 improvements to the English
951
952 2006-09-15 [colin]      2.4.0cvs189
953
954         * src/summaryview.c
955                 HIG order on dialog
956
957 2006-09-14 [colin]      2.4.0cvs188
958
959         * src/common/socket.c
960         * src/common/socket.h
961         * src/common/ssl.c
962         * src/common/ssl_certificate.c
963         * src/common/ssl_certificate.h
964         * src/etpan/imap-thread.c
965                 the get_fqdn() call done to get canonical name when
966                 checking an SSL certificate is blocking, which is
967                 sad as we just did a non-blocking lookup to connect.
968                 Fix that by letting the fqdn available to the SockInfo,
969                 and use that in ssl_certificate_check(). For IMAP,
970                 we don't do it as the lookup's done by libetpan, but
971                 it's less annoying as IMAP connections as much more
972                 rare than POP3 connections.
973
974 2006-09-14 [paul]       2.4.0cvs187
975
976         * manual/advanced.xml
977                 improvements to the English,
978                 properly place the new hidden options
979                 within the alphabetical order
980         * src/gtk/pluginwindow.c
981                 improvements to the English
982
983 2006-09-14 [colin]      2.4.0cvs186
984
985         * src/prefs_common.c
986         * src/prefs_common.h
987         * src/gtk/gtksctree.c
988         * manual/advanced.xml
989                 New hidden pref, stripes_color_offset, to change
990                 the value added/substracted to normal bgcolor to
991                 create the stripes in summaries
992
993 2006-09-13 [colin]      2.4.0cvs185
994
995         * src/gedit-print.c
996         * src/messageview.c
997         * src/messageview.h
998         * src/summaryview.c
999         * src/textview.c
1000                 Fix misc. printing issues: 
1001                 - Bad font for linkified headers
1002                 - Different font if the mail was displayed or not
1003                 - Factorize the thing
1004
1005 2006-09-13 [colin]      2.4.0cvs184
1006
1007         * src/common/ssl_certificate.c
1008                 Only get FQDN once when checking certificate
1009
1010 2006-09-13 [colin]      2.4.0cvs183
1011
1012         * src/account.c
1013         * src/gtk/pluginwindow.c
1014                 Misc. GUI fixes by Fabien
1015
1016 2006-09-13 [wwp]        2.4.0cvs182
1017
1018         * configure.ac
1019         * src/common/utils.h
1020         * src/common/utils.c
1021                 get rid of unused wide-char functions.
1022
1023 2006-09-13 [wwp]        2.4.0cvs181
1024
1025         * src/plugins/pgpinline/sylpheed.def
1026         * src/textview.c
1027                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
1028                 add privacy_reset_error to the .def file,
1029                 do not fork for an external textviewer.
1030
1031 2006-09-13 [wwp]        2.4.0cvs180
1032
1033         * src/prefs_common.c
1034                 fix broken font entry in prefs (patch issued by the gpg4win team,
1035                 probably by Marcus Brinkmann <marcus@g10code.de>).
1036
1037 2006-09-13 [colin]      2.4.0cvs179
1038
1039         * src/folder.h
1040                 Fix a warning in summaryview.c
1041         * src/mainwindow.c
1042         * src/summaryview.c
1043         * src/summaryview.h
1044                 Add missing Mark/* elements in the
1045                 main menu
1046
1047 2006-09-12 [colin]      2.4.0cvs178
1048
1049         * src/prefs_actions.c
1050         * src/prefs_filtering_action.c
1051         * src/prefs_matcher.c
1052                 Use (New) instead of New everywhere
1053
1054 2006-09-12 [wwp]        2.4.0cvs177
1055
1056         * manual/fr/addrbook.xml
1057         * manual/fr/handling.xml
1058                 updated some quotes in the fr manual to match the fr translation.
1059
1060 2006-09-12 [wwp]        2.4.0cvs176
1061
1062         * src/prefs_matcher.c
1063                 don't store translated string elements in matcher expressions.
1064                 Also fixed a misused of Q_().
1065
1066 2006-09-11 [wwp]        2.4.0cvs175
1067
1068         * src/plugins//bogofilter/bogofilter.c
1069         * src/plugins//clamav/clamav_plugin.c
1070         * src/plugins//demo/demo.c
1071         * src/plugins//dillo_viewer/dillo_viewer.c
1072         * src/plugins//pgpcore/plugin.c
1073         * src/plugins//pgpinline/plugin.c
1074         * src/plugins//pgpmime/plugin.c
1075         * src/plugins//spamassassin/spamassassin.c
1076                 gettext-ize more strings (mostly plugin error messages).
1077
1078 2006-09-11 [colin]      2.4.0cvs174
1079
1080         * src/alertpanel.c
1081                 Make maximum buffer size bigger to avoid
1082                 truncating translated messages. Patch by
1083                 Fabien
1084
1085 2006-09-11 [colin]      2.4.0cvs173
1086
1087         * src/etpan/imap-thread.c
1088                 Fix compilation on OpenBSD, thanks to 
1089                 Landry
1090
1091 2006-09-10 [wwp]        2.4.0cvs172
1092
1093         * manual/account.xml
1094         * manual/addrbook.xml
1095         * manual/handling.xml
1096         * manual/es/handling.xml
1097         * manual/fr/account.xml
1098         * manual/fr/addrbook.xml
1099         * manual/fr/handling.xml
1100                 documented addressbook matching (condition configuration):
1101                   addrbook.xml, en fr
1102                 documented per-account filtering rules (handling/filtering
1103                   section, account section):
1104                   account.xml, handling.xml, en fr
1105                 slightly updated the handling/searching section to tell few
1106                   words about the extended search ability:
1107                   handling.xml, en fr
1108                 added missing <quote></quotes> to Quick Search:
1109                   handling.xml, en fr es
1110                 fixed a typo (auomatically):
1111                   handling.xml, en
1112                 changes revisited by Paul.
1113
1114 2006-09-10 [paul]       2.4.0cvs171
1115
1116         * src/prefs_actions.c
1117         * src/prefs_filtering.c
1118         * src/prefs_template.c
1119                 adjustments to the gui
1120                 Patch by Fabien Vantard (slightly modified)
1121
1122 2006-09-10 [colin]      2.4.0cvs170
1123
1124         * src/summaryview.c
1125                 Check folderitem/summaryview consistency
1126                 (basically automates Update summary). Fixes
1127                 #1011 (wrong (negative) count on unread 
1128                 messages)
1129
1130 2006-09-10 [colin]      2.4.0cvs169
1131
1132         * src/gtk/gtksctree.c
1133                 Fix recursive expansion via mouse
1134         * src/plugins/bogofilter/bogofilter.c
1135                 Use normal filtering way of moving
1136                 messages (batching), possibly fixing
1137                 bug #1015 (Bogofilter plugin doubles 
1138                 new messages)
1139
1140 2006-09-09 [wwp]        2.4.0cvs168
1141
1142         * src/prefs_filtering.c
1143                 better place for this fix.
1144
1145 2006-09-09 [wwp]        2.4.0cvs167
1146
1147         * src/prefs_filtering.c
1148                 fix a minor bug when the enabled status of a filtering/processing
1149                 rule always got set to TRUE when replacing this rule. That still
1150                 make sense when adding a new rule, but now when replacing, we
1151                 don't override the value of 'enabled'.
1152                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1153                 to prefs_filtering_list_view_get_info() as this function not only
1154                 returns the name, but also the account_id and the enabled status.
1155
1156 2006-09-09 [mones]      2.4.0cvs166
1157
1158         * manual/glossary.xml
1159         * manual/plugins.xml
1160                 Minor format corrections
1161         * manual/gpl.xml
1162                 Fix misplaced NO WARRANTY section
1163         * manual/es/advanced.xml
1164         * manual/es/faq.xml
1165         * manual/es/glossary.xml
1166         * manual/es/gpl.xml
1167         * manual/es/handling.xml
1168         * manual/es/plugins.xml
1169         * manual/es/starting.xml
1170                 Incorporate changes from English version
1171         * manual/fr/ack.xml
1172         * manual/pl/ack.xml
1173         * manual/es/ack.xml
1174                 Fix address, (add translation credits in es version)
1175         * po/es.po
1176                 Updated translation
1177
1178 2006-09-09 [wwp]        2.4.0cvs165
1179
1180         * src/prefs_filtering.c
1181                 fix a crash when opening filtering prefs, if matcherrc file contains
1182                 broken data (non-existing account id, which is theoretically not
1183                 possible).
1184
1185 2006-09-08 [colin]      2.4.0cvs164
1186
1187         * src/folder.c
1188                 Wrong assert, make it an if()
1189         * src/gtk/gtksctree.c
1190                 Fix bug #1013 (expand selected thread 
1191                 tree) - expanding is now recursive
1192
1193 2006-09-07 [wwp]        2.4.0cvs163
1194
1195         * src/prefs_matcher.c
1196                 make better sentences about addressbook matching in the
1197                 matcher prefs. This should make translators' work easier
1198                 too.
1199
1200 2006-09-07 [wwp]        2.4.0cvs162
1201
1202         * src/prefs_filtering.c
1203                 code simplification (get rid of dup var. assignment).
1204
1205 2006-09-07 [wwp]        2.4.0cvs161
1206
1207         * src/summaryview.c
1208                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1209                 <fzzzzz@gmail.com>.
1210
1211 2006-09-07 [paul]       2.4.0cvs160
1212
1213         * src/mimeview.c
1214                 fix compilation warnings
1215                 Thanks to Colin
1216
1217 2006-09-07 [paul]       2.4.0cvs159
1218
1219         * src/mimeview.c
1220                 select the mimepart icon when
1221                 displaying as text
1222                 Thanks to Colin
1223
1224 2006-09-06 [paul]       2.4.0cvs158
1225
1226         * src/prefs_filtering.c
1227                 fix labels and table element spacing
1228                 Patch by Fabien Vantard
1229
1230 2006-09-06 [paul]
1231
1232         2.5.0-rc3 released
1233
1234 2006-09-06 [paul]       2.4.0cvs157
1235
1236         * manual/es/advanced.xml
1237                 fix typo
1238
1239 2006-09-06 [wwp]        2.4.0cvs156
1240
1241         * src/mainwindow.c
1242                 fix an dup launch issue when iconified, thanks to Colin.
1243
1244 2006-09-06 [wwp]        2.4.0cvs155
1245
1246         * src/gtk//gtksctree.h
1247                 oops, forgot that one!
1248
1249 2006-09-06 [wwp]        2.4.0cvs154
1250
1251         * manual/pl/advanced.xml
1252         * manual/advanced.xml
1253         * manual/es/advanced.xml
1254         * manual/fr/advanced.xml
1255         * src/prefs_customheader.c
1256         * src/prefs_filtering_action.c
1257         * src/foldersel.c
1258         * src/prefs_summaries.c
1259         * src/prefs_filtering.c
1260         * src/account.c
1261         * src/compose.c
1262         * src/prefs_summary_column.c
1263         * src/addr_compl.c
1264         * src/prefs_actions.c
1265         * src/prefs_folder_column.c
1266         * src/ssl_manager.c
1267         * src/prefs_template.c
1268         * src/prefs_display_header.c
1269         * src/prefs_common.h
1270         * src/prefs_matcher.c
1271         * src/prefs_common.c
1272         * src/prefs_toolbar.c
1273         * src/summaryview.c
1274         * src/folderview.c
1275         * src/gtk/gtksctree.c
1276         * src/gtk/pluginwindow.c
1277         * src/gtk/progressdialog.c
1278         * src/gtk/prefswindow.c
1279                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1280                 to make its meaning more obvious (all versions of the manual reflect
1281                 the change).
1282                 added an extra hidden option use_stripes_in_summary to allow
1283                 discarding these stripes in mainwindow's folder and message lists;
1284                 en and fr manuals only are OK towards this.
1285
1286 2006-09-06 [colin]      2.4.0cvs153
1287
1288         * src/textview.c
1289                 Hide Sylpheed-Claws' internal queue headers
1290                 when showing all headers. They'll be present
1291                 only in Source window.
1292
1293 2006-09-05 [colin]      2.4.0cvs152
1294
1295         * src/plugins/trayicon/trayicon.c
1296                 Fix crash at exit - we have to disconnect
1297                 our handlers
1298         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1299                 Update eggtrayicon - patch adapted from a
1300                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1301                 on Sylpheed's ML
1302
1303 2006-09-05 [colin]      2.4.0cvs151
1304
1305         * src/mainwindow.c
1306         * src/gtk/logwindow.c
1307                 Fix race condition when something writes
1308                 to the log too soon during init. Thanks
1309                 to Fabien Vantard
1310
1311 2006-09-05 [colin]      2.4.0cvs150
1312
1313         * src/mimeview.c
1314                 Don't select part on right-click either
1315
1316 2006-09-05 [paul]       2.4.0cvs149
1317
1318         * src/mimeview.c
1319                 completion of previous commit
1320                 Thanks to Colin
1321
1322 2006-09-05 [colin]      2.4.0cvs148
1323
1324         * src/mimeview.c
1325                 Don't force selection on middle-click, just open
1326
1327 2006-09-04 [colin]      2.4.0cvs147
1328
1329         * src/mimeview.c
1330                 Looks like gtk_notebook_set_current_page()
1331                 sometimes steals focus, and this annoys us
1332                 in MimeViewers as it renders navigation
1333                 keys useless. Take back focus after switching
1334                 pages.
1335
1336 2006-09-04 [colin]      2.4.0cvs146
1337
1338         * src/messageview.c
1339                 Set stop_loading when clicking on Next
1340                 during load. Don't add a callback to 
1341                 avoid over-complicating things.
1342
1343 2006-09-04 [colin]      2.4.0cvs145
1344
1345         * src/mimeview.c
1346         * src/messageview.c
1347                 Fix multiple loads in separate messageview
1348
1349 2006-09-04 [colin]      2.4.0cvs144
1350
1351         * src/summaryview.c
1352                 Let navigation keys be handled during 
1353                 load
1354
1355 2006-09-04 [colin]      2.4.0cvs143
1356
1357         * src/messageview.c
1358         * src/summaryview.c
1359         * src/textview.c
1360         * src/textview.h
1361                 Make loading of huge mails (lots of text and/or
1362                 images) cancellable, so the GUI doesn't block 
1363
1364 2006-09-04 [colin]      2.4.0cvs142
1365
1366         * src/plugins/trayicon/trayicon.c
1367                 Fix annoyance when removing a folder with 
1368                 unread mails: trayicon didn't update
1369
1370 2006-09-04 [paul]       2.4.0cvs141
1371
1372         * src/gtk/icon_legend.c
1373                 straighten up columns
1374                 Patch by Fabien Vantard
1375
1376 2006-09-04 [wwp]        2.4.0cvs140
1377
1378         * src/prefs_filtering.c
1379                 fix new line's account name in filtering prefs:
1380                 was "All", is now "(New)".
1381
1382 2006-09-04 [paul]       2.4.0cvs139
1383
1384         * tools/make.themes.project
1385                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1386                 instead of homebrewed "make release"
1387
1388 2006-09-03 [colin]      2.4.0cvs138
1389
1390         * src/folderview.c
1391                 Fix bug #1007 (Wrong folder highlighted)
1392
1393 2006-09-03 [colin]      2.4.0cvs137
1394
1395         * src/compose.c
1396                 Don't set Newsgroup: header to a mail folder
1397                 path
1398
1399 2006-09-03 [paul]       2.4.0cvs136
1400
1401         * src/prefs_other.c
1402         * src/prefs_spelling.c
1403                 unify the gui
1404
1405 2006-09-03 [paul]       2.4.0cvs135
1406
1407         * src/prefs_summaries.c
1408                 correct menu item text in prefs_keybind_apply_clicked()
1409
1410 2006-09-03 [paul]       2.4.0cvs134
1411
1412         * manual/advanced.xml
1413                 some improvements to the descriptions
1414         * src/mainwindow.c
1415         * src/messageview.c
1416         * src/summaryview.c
1417         * src/gtk/menu.c
1418                 fix menu sensitivity issues
1419         * src/prefs_message.c
1420                 drop the useless word 'short'
1421         * src/prefs_other.c
1422                 add the word 'lines' indicating log length
1423                 is a measure of lines
1424         * src/textview.c
1425                 fix compilation warnings
1426
1427 2006-09-02 [colin]      2.4.0cvs133
1428
1429         * src/messageview.c
1430                 Display a special return-receipt message
1431                 if the message is from the user
1432         * src/summaryview.c
1433                 Fix missing freeze of the list when marking
1434                 all read and unthreading for exec. Thanks
1435                 to Stephan Sachse.
1436
1437 2006-09-02 [paul]       2.4.0cvs132
1438
1439         * src/mainwindow.c
1440         * src/prefs_message.c
1441         * src/summaryview.c
1442                 fix some english
1443
1444 2006-09-02 [wwp]        2.4.0cvs131
1445
1446         * src/prefs_filtering.c
1447                 added an account name column to the filtering rules
1448                 dialog.
1449
1450 2006-09-02 [colin]      2.4.0cvs130
1451
1452         * src/gtk/logwindow.c
1453         * src/gtk/logwindow.h
1454                 Block scrolling if we're not at the end
1455                 of the log
1456
1457 2006-09-02 [colin]      2.4.0cvs129
1458
1459         * src/folder.c
1460                 Make sure account-specific rules can't
1461                 be used in {pre-,post-,}processing
1462         * src/mainwindow.c
1463         * src/gtk/logwindow.c
1464         * src/gtk/logwindow.h
1465                 Jump to last error when clicking on the
1466                 warning icon
1467
1468 2006-09-02 [colin]      2.4.0cvs128
1469
1470         * src/imap.c
1471         * src/import.c
1472         * src/mainwindow.c
1473         * src/mainwindow.h
1474                 Fix warning icon
1475         * src/inc.c
1476         * src/mbox.c
1477         * src/mbox.h
1478                 Let proc_mbox know its account, for
1479                 account-specific rules
1480
1481 2006-09-01 [colin]      2.4.0cvs127
1482
1483         * src/codeconv.c
1484                 Don't uselessly use iconv to convert from
1485                 us-ascii
1486         * src/alertpanel.c
1487         * src/mainwindow.c
1488         * src/mainwindow.h
1489         * src/inc.c
1490                 Fix certain log cases, disable warning icon
1491                 for now, the correct way to display it when
1492                 necessary and only when necessary is probably
1493                 to do it manually rather than use error logs
1494         * src/etpan/imap-thread.c
1495                 Clean up UID logging a bit
1496         * src/gtk/logwindow.c
1497         * src/gtk/logwindow.h
1498                 Make logging faster when the window's closed
1499
1500 2006-09-01 [wwp]        2.4.0cvs126
1501
1502         * manual/fr/account.xml
1503                 reflect changes to the ref. manual (parts of cvs72):
1504                 fix tabnames and quotes.
1505
1506 2006-09-01 [wwp]        2.4.0cvs125
1507
1508         * manual/fr/plugins.xml
1509                 reflect changes to the reference manual (cvs42):
1510                 update IRC channel info.
1511
1512 2006-09-01 [wwp]        2.4.0cvs124
1513
1514         * commitHelper
1515                 use CVSEDITOR env. var. if set, according to `man cvs`.
1516
1517 2006-09-01 [wwp]        2.4.0cvs123
1518
1519         * manual/advanced.xml
1520                 better sentence again (thanks to Paul).
1521
1522 2006-09-01 [wwp]        2.4.0cvs122
1523
1524         * manual/advanced.xml
1525         fix definition of toolbar_detachable and rework a bit the one of
1526         enable_dotted_lines.
1527
1528 2006-09-01 [mones]      2.4.0cvs121
1529
1530         * manual/advanced.xml
1531                 Document enable_dotted_lines
1532
1533 2006-09-01 [paul]       2.4.0cvs120
1534
1535         * src/folderview.c
1536         * src/folderview.h
1537         * src/imap.c
1538         * src/mainwindow.c
1539         * src/summaryview.c
1540                 obey the 'When entering folder...' option
1541                 when using the /View/Go to/... menu items
1542                 Thanks to Colin
1543
1544 2006-08-31 [colin]      2.4.0cvs119
1545
1546         * src/folderview.c
1547                 Revert 2.4.0cvs116, wrong fix.
1548
1549 2006-08-31 [colin]      2.4.0cvs118
1550
1551         * src/gtk/gtksctree.c
1552                 Better state the various copyrights
1553
1554 2006-08-31 [colin]      2.4.0cvs117
1555
1556         * src/prefs_common.c
1557                 fix enable_dotted_lines
1558
1559 2006-08-31 [colin]      2.4.0cvs116
1560
1561         * src/folderview.c
1562                 Use pref "Always open on select" when going
1563                 to next unread folder
1564         * src/gtk/gtksctree.c
1565                 Fix link failure to _gtk_clist_create_cell_layout
1566                 on certain computers. (Why not mine, I wonder)
1567
1568 2006-08-31 [colin]      2.4.0cvs115
1569
1570         * src/procmsg.c
1571         * src/textview.c
1572         * src/plugins/bogofilter/bogofilter.c
1573         * src/plugins/spamassassin/spamassassin.c
1574                 Requalify some "errors" to warnings
1575         * src/mainwindow.c
1576         * src/mainwindow.h
1577         * src/statusbar.c
1578                 Add an icon in the statusbar to notify
1579                 of errors
1580         * src/gtk/gtksctree.c
1581         * src/folderview.c
1582         * src/summaryview.c
1583                 Make the GtkSCTree look more modern by
1584                 alternating background lines
1585         * src/prefs_common.c
1586         * src/prefs_common.h
1587                 Add a pref to let people have the old
1588                 way if they prefer
1589
1590
1591 2006-08-30 [colin]      2.4.0cvs114
1592
1593         * src/procmsg.c
1594         * src/procmsg.h
1595                 Provide a way to filter a list of
1596                 messages in an optimised manner, and
1597                 add a list-filtering hook
1598         * src/folder.c
1599         * src/inc.c
1600         * src/mbox.c
1601                 Use the list filtering
1602         * src/plugins/bogofilter/bogofilter.c
1603                 Use the list-filtering hook
1604                 Use -b (bulk) mode for more speed
1605                 when learning and filtering
1606         * src/etpan/imap-thread.c
1607                 Make log output shorter in UID SEARCH
1608
1609
1610 2006-08-30 [colin]      2.4.0cvs113
1611
1612         * src/plugins/bogofilter/bogofilter.c
1613                 Really fast mass learning - thanks to David
1614                 Relson for the options explanations :)
1615
1616 2006-08-30 [colin]      2.4.0cvs112
1617
1618         * src/msgcache.c
1619                 Fix compilation on FreeBSD. Thanks
1620                 to Michael Hugues
1621
1622 2006-08-29 [colin]      2.4.0cvs111
1623
1624         * src/folderview.c
1625                 Handle "popup_menu" signal (for popping the 
1626                 menu via the keyboard)
1627         * src/mimeview.c
1628         * src/mimeview.h
1629         * src/summaryview.c
1630         * src/textview.c
1631         * src/gtk/gtkutils.c
1632         * src/gtk/gtkutils.h
1633                 Factorize scrolling code, and add an API 
1634                 for MimeViewers to handle scroll orders
1635
1636 2006-08-29 [wwp]        2.4.0cvs110
1637
1638         * src/plugins//bogofilter/bogofilter.c
1639         * src/plugins//spamassassin/spamassassin.c
1640                 make the bogofilter/spamassassin filtering error dialogs at
1641         incorporation obey to the "don't popup error dialog on
1642         receive error" option. If disabled, feed the log window w/
1643         the error message.
1644
1645 2006-08-29 [paul]
1646
1647         2.5.0-rc2 released
1648
1649 2006-08-29 [paul]       2.4.0cvs109
1650
1651         * Makefile.am
1652                 remove 'make release', it's not needed
1653                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1654
1655 2006-08-29 [paul]       2.4.0cvs108
1656
1657         * src/foldersel.c
1658         * src/summary_search.c
1659         * src/gtk/progressdialog.c
1660         * src/plugins/pgpcore/passphrase.c
1661                 replace deprecated gtk_window_set_policy()
1662
1663 2006-08-29 [colin]      2.4.0cvs107
1664
1665         * src/folder.c
1666                 Fix data loss when copy fails during a move:
1667                 only use fast remove_msgs if everything was
1668                 copied OK; else use slow remove_msg on the
1669                 mails that got copied only.
1670
1671 2006-08-28 [paul]       2.4.0cvs106
1672
1673         * src/mh.c
1674                 revert change in 2.4.0cvs104, it breaks
1675                 stuff
1676
1677 2006-08-28 [paul]       2.4.0cvs105
1678
1679         * src/plugins/spamassassin/spamassassin.c
1680                 english fix
1681
1682 2006-08-28 [paul]       2.4.0cvs104
1683
1684         * src/mh.c
1685                 fix data loss when moving to another
1686                 mailbox fails
1687         * src/prefs_spelling.c
1688                 improve the english
1689         * src/gtk/pluginwindow.c
1690                 improve the layout of the dialog text
1691         All thanks to Colin
1692
1693 2006-08-28 [paul]       2.4.0cvs103
1694
1695         * src/plugins/bogofilter/bogofilter.c
1696         * src/plugins/bogofilter/bogofilter_gtk.c
1697                 fix english up a bit, innit
1698
1699 2006-08-28 [paul]       2.4.0cvs102
1700
1701         * configure.ac
1702         * po/Makefile.in.in
1703         * po/Makevars
1704                 require autoconf 2.60, enabling building
1705                 with gettext 0.15 (gettext 0.14.x build still
1706                 possible). Replace Makefiles with versions
1707                 from gettext 0.15.
1708                 Remove configure options --with-localedir and
1709                 --with-mandir. The options that are provided
1710                 directly by autoconf 2.60 can be used instead:
1711                 --mandir --localedir
1712
1713 2006-08-27 [colin]      2.4.0cvs101
1714
1715         * src/plugins/bogofilter/Makefile.am
1716                 Fix make dist (no README)
1717
1718 2006-08-27 [colin]      2.4.0cvs100
1719
1720         * src/folder.c
1721                 Don't use F_UNKNOWN folders for any default
1722                 outbox/trash/etc
1723         * src/plugins/bogofilter/bogofilter.c
1724         * src/plugins/bogofilter/bogofilter.h
1725         * src/plugins/bogofilter/bogofilter_gtk.c
1726                 Add an option to specify the path to bogofilter
1727                 Use single-quotes to be able to learn in folders
1728                 with spaces in their names
1729                 Verify learning status
1730
1731 2006-08-27 [colin]      2.4.0cvs99
1732
1733         * manual/faq.xml
1734         * manual/plugins.xml
1735                 Document Bogofilter plugin
1736
1737 2006-08-27 [colin]      2.4.0cvs98
1738
1739         * src/compose.c
1740         * src/messageview.c
1741         * src/procmsg.c
1742         * src/procmsg.h
1743                 When possible, copy the queued mail to sent folder
1744                 instead of re-adding. Much faster on IMAP.
1745
1746 2006-08-27 [colin]      2.4.0cvs97
1747
1748         * src/msgcache.c
1749                 Disable mmaped caches - huge metadata loss
1750                 here after a power failure.
1751         * src/summaryview.c
1752                 Add quicksearch timing
1753         * src/common/plugin.c
1754         * src/common/plugin.h
1755                 Implement an interface to tell what plugins
1756                 provide. Prevent loading of similar plugins.
1757         * src/plugins/clamav/clamav_plugin.c
1758         * src/plugins/demo/demo.c
1759         * src/plugins/dillo_viewer/dillo_viewer.c
1760         * src/plugins/pgpcore/plugin.c
1761         * src/plugins/pgpinline/pgpinline.c
1762         * src/plugins/pgpmime/pgpmime.c
1763         * src/plugins/spamassassin/spamassassin.c
1764         * src/plugins/trayicon/trayicon.c
1765                 Implement plugin_provides()
1766
1767 2006-08-27 [colin]      2.4.0cvs96
1768
1769         * configure.ac
1770         * src/plugins/Makefile.am
1771         * src/plugins/bogofilter/.cvsignore
1772         * src/plugins/bogofilter/Makefile.am
1773         * src/plugins/bogofilter/bogofilter.c
1774         * src/plugins/bogofilter/bogofilter.h
1775         * src/plugins/bogofilter/bogofilter_gtk.c
1776                 New Bogofilter plugin, provides filtering and
1777                 learning. Spamassassin will go to extra plugins.
1778
1779 2006-08-26 [mones]      2.4.0cvs95
1780
1781         * manual/handling.xml
1782                 Fix subfolder path in the example (thanks to Paul) 
1783
1784 2006-08-26 [mones]      2.4.0cvs94
1785
1786         * manual/glossary.xml
1787                 2.2. + add ISP to the glossary
1788                 7.5. + Add UIDL to glossary
1789                 7.7. + Add TCP to glossary
1790         * manual/handling.xml
1791                 7.1. + Mentions GNU/Linux distribution, what about the non...
1792                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1793                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1794                 7.4. = Use appropriate quotation for commands
1795                 7.6. = change "" to <quote></quote>
1796         * manual/plugins.xml
1797                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1798         * manual/starting.xml
1799                 2.1. + local mbox file: some examples of mbox file locations...
1800                 Also reformatted files requiring it
1801
1802 2006-08-26 [wwp]        2.4.0cvs93
1803
1804         * src/summary_search.c
1805                 disable find buttons while summary search is running.
1806
1807 2006-08-25 [colin]      2.4.0cvs92
1808
1809         * src/folder.c
1810         * src/folderutils.c
1811         * src/mh.c
1812         * src/procmsg.h
1813         * src/summaryview.c
1814                 Speed up MH moving, and add progressbar
1815                 for MH deletion
1816         * src/msgcache.c
1817                 Write cache files using mmap() too
1818
1819 2006-08-25 [wwp]        2.4.0cvs91
1820
1821         * src/summaryview.c
1822                 switch spam<->ham button when a message has been marked as spam or ham
1823                 and is still selected. Thanks to Colin.
1824
1825 2006-08-25 [paul]       2.4.0cvs90
1826
1827         * src/Makefile.am
1828         * src/stock_pixmap.c
1829         * src/stock_pixmap.h
1830         * src/summaryview.c
1831         * src/gtk/icon_legend.c
1832         * src/pixmaps/copied.xpm
1833         * src/pixmaps/moved.xpm
1834                 add icons for delayed execution marked for
1835                 copying, marked for moving
1836
1837 2006-08-25 [mones]      2.4.0cvs89
1838
1839         * manual/glossary.xml
1840                 Fix the other glossary items:
1841                 5.1. = Inmmediate execution -> <quote>immediate execution...
1842                 5.2. = Fix MBOX capitalization -> Mbox
1843                 5.3. + Improve Plugins def. w/ tech. ref.
1844                 5.4. = Quotation -> replace '>' by <quote>></quote>
1845                 5.5. - SMTP Server. -> remove dot
1846         * po/es.po
1847                 Updated translation
1848
1849 2006-08-25 [mones]      2.4.0cvs88
1850
1851         * manual/ack.xml
1852                 Reformatted, changed email address
1853         * manual/glossary.xml
1854                 Reformatted, fixed MANUAL-TODO items:
1855                 8.2. + add ROT-13 to glossary
1856                 8.4. + add URL to glossary
1857         * manual/es/advanced.xml
1858                 Fixed <literal>s
1859
1860 2006-08-25 [paul]       2.4.0cvs87
1861
1862         * src/gtk/icon_legend.c
1863                 add 'marked for deletion' icon
1864                 arrange icons by containing column
1865                 wrap long label text
1866
1867 2006-08-25 [colin]      2.4.0cvs86
1868
1869         * src/common/utils.c
1870         * src/common/utils.h
1871                 Add the sc_g_*list_bigger functions in
1872                 a place everyone can use it
1873         * src/summaryview.c
1874                 Only freeze/thaw the list when working
1875                 on the selection, if it's bigger than 1
1876         * src/gtk/gtksctree.c
1877                 Only freeze/thaw the list when unselec-
1878                 ting 'all' if ('all' != 1)
1879                 This avoids some flickering
1880
1881 2006-08-24 [colin]      2.4.0cvs85
1882
1883         * src/addressbook.c
1884                 Fix strange list selection
1885                 Fix random seg (Invalid read of freed memory)
1886
1887 2006-08-24 [colin]      2.4.0cvs84
1888
1889         * src/alertpanel.c
1890         * src/gtk/inputdialog.c
1891         * src/plugins/pgpcore/passphrase.c
1892                 Revert minimal width patch of 2.4.0cvs67,
1893                 as it is also a maximal width. Use 
1894                 gtk_window_set_default_size instead.
1895
1896 2006-08-24 [colin]      2.4.0cvs83
1897
1898         * src/msgcache.c
1899                 Write cache/mark to temp files before
1900                 overwriting old ones (avoids metadata
1901                 loss if writing the new files fail).
1902                 Use mmap() to read cache/mark file, as
1903                 this makes cache reading faster. Dis-
1904                 abled for big-endian machines until it
1905                 can be tested. (Big-endian users: set
1906                 msgcache_use_mmap = TRUE in the relevant
1907                 #if).
1908         * src/procmsg.h
1909                 Move rarely used fields of MsgInfo in 
1910                 another structure, which will only be
1911                 allocated if needed. Face, X-Face,
1912                 Return receipt headers and List-*
1913                 headers are moved. Mails having none
1914                 of these occupy 52 bytes less with
1915                 this patch, which makes 2.5MB of RAM
1916                 saved on a 50k folder).
1917         * src/headerview.c
1918         * src/mainwindow.c
1919         * src/messageview.c
1920         * src/partial_download.c
1921         * src/procheader.c
1922         * src/procmsg.c
1923         * src/textview.c
1924                 Follow this structure change.
1925
1926 2006-08-24 [wwp]        2.4.0cvs82
1927
1928         * manual/es/.cvsignore
1929         * manual/es/dist/.cvsignore
1930         * manual/es/dist/html/.cvsignore
1931         * manual/es/dist/pdf/.cvsignore
1932         * manual/es/dist/ps/.cvsignore
1933         * manual/es/dist/txt/.cvsignore
1934                 more (generated) files to ignore.
1935
1936 2006-08-24 [colin]      2.4.0cvs81
1937
1938         * src/folder.c
1939         * src/mh.c
1940                 Fix possible problems with local delivery. Check the folder doesn't
1941                 need scan before setting its mtime when saving cache (which can be
1942                 done long after the folder's been modified by an external process);
1943                 Check that the stored item's mtime didn't change in mh functions.
1944
1945 2006-08-24 [mones]      2.4.0cvs80
1946
1947         * manual/advanced.xml
1948                 Rewrapping, some fixes and MANUAL-TODO items:
1949                 8.1. = change "" to <quote></quote>
1950                 8.3. = quote menu items
1951                 8.5. - deploying -> new user ... ideally a new user (redundant)
1952
1953 2006-08-23 [colin]      2.4.0cvs79
1954
1955         * src/gtk/gtksctree.c
1956                 When selecting or deselecting range, only
1957                 freeze/thaw when selection is bigger than 10
1958
1959 2006-08-23 [colin]      2.4.0cvs78
1960
1961         * src/messageview.c
1962         * src/mimeview.c
1963         * src/mimeview.h
1964         * src/plugins/dillo_viewer/dillo_viewer.c
1965                 Provide an API for MimeViewer plugins to
1966                 return a text selection for replying
1967
1968 2006-08-23 [colin]      2.4.0cvs77
1969
1970         * src/image_viewer.c
1971         * src/textview.c
1972                 Use gtk_pixbuf_new_from_file_at_scale(), which
1973                 is faster than getting the pixbuf then resizing
1974                 it.
1975
1976 2006-08-23 [colin]      2.4.0cvs76
1977
1978         * src/procmime.c
1979                 UTF-8 should be sent Quoted-printable
1980
1981 2006-08-22 [colin]      2.4.0cvs75
1982
1983         * src/mh.c
1984                 Check if scan is required before touching
1985                 the folder (or it'll be required every time)
1986
1987 2006-08-22 [colin]      2.4.0cvs74
1988
1989         * configure.ac
1990                 Require libetpan 0.46 (crasher fix when built
1991                 against gnutls)
1992
1993 2006-08-22 [colin]      2.4.0cvs73
1994
1995         * src/folder.c
1996                 Set folder's mtime after writing its
1997                 cache
1998         * src/folderview.c
1999                 Add some timing
2000         * src/procmsg.c
2001                 Don't do useless stuff if we don't 
2002                 thread by subject
2003         * src/summaryview.c
2004                 Add some timing, don't deselect prior
2005                 to selecting (gtksctree does it itself),
2006                 remove crash avoidance hacks as it's been
2007                 properly fixed since a while
2008         * src/common/utils.c
2009                 Optimize to_human_readable(): _() is slow,
2010                 do it only once, and avoid %f format for KB
2011                 (the most common in a summaryview)
2012         * src/gtk/gtksctree.c
2013                 Don't uselessly freeze/thaw (fixes flicker
2014                 on next unread and friends), reduce number
2015                 of g_list_nth/g_list_position where possible
2016         * src/gtk/gtkutils.c
2017         * src/gtk/gtkutils.h
2018                 Reduce number of g_list_nth/g_list_position
2019                 where possible.
2020                 All of this makes loading as 70k folder 2.1
2021                 seconds instead of 3.2 (with hot FS caches).
2022                 (1.3 seconds without Date and Size columns...)
2023
2024 2006-08-22 [paul]       2.4.0cvs72
2025
2026         wrap documents and do some items from mones' MANUAL-TODO:
2027
2028         * manual/account.xml
2029                 4.1. = fix tabname references to <quote>tabname</quote>
2030                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
2031         * manual/faq.xml
2032                 1.1. = mentioned options don't match UI
2033                 Add information about the 'Never send Return Receipts'
2034                 option
2035         * manual/handling.xml
2036                 6.2. = Mentions Extended symbols button, but now is
2037                 named Information
2038                 6.3. = Mentions ... button, which is now Edit
2039
2040 2006-08-22 [colin]      2.4.0cvs71
2041
2042         * src/gtk/pluginwindow.c
2043                 Fix layout in verbose translations (such
2044                 as french)
2045
2046 2006-08-22 [paul]       2.4.0cvs70
2047
2048         * manual/Makefile.am
2049                 build manuals in alphabetical order
2050         * src/addressbook.c
2051         * src/prefs_themes.c
2052                 replace/remove deprecated symbols
2053         * src/gtk/gtkutils.c
2054                 fix a warning
2055         * src/gtk/pluginwindow.c
2056                 replace deprecated symbol
2057                 replace label text and move it
2058         * src/plugins/pgpcore/prefs_gpg.c
2059                 move the 'Generate...' button out of the
2060                 Sign Key frame, replace the English used
2061         * src/plugins/pgpcore/sgpgme.c
2062                 fixes to the English
2063
2064 2006-08-21 [colin]      2.4.0cvs69
2065
2066         * src/plugins/trayicon/trayicon.c
2067                 Add more strings for translation; patch
2068                 by Pawel
2069
2070 2006-08-21 [colin]      2.4.0cvs68
2071
2072         * src/compose.c
2073                 fix replied flag not set after drafting
2074         * src/matcher.c
2075                 fix body quicksearch in non-encoded bodies
2076                 containing '='
2077         * src/msgcache.c
2078                 Get rid of the g_malloc workaround for
2079                 corrupted caches, use g_try_malloc
2080
2081 2006-08-21 [colin]      2.4.0cvs67
2082
2083         * src/alertpanel.c
2084         * src/gtk/inputdialog.c
2085         * src/plugins/pgpcore/passphrase.c
2086                 Set minimal width to 375
2087         * src/mainwindow.c
2088                 Fix switching to offline, asking if it 
2089                 should be overriden for synchronising
2090         * src/mimeview.c
2091                 Don't offer to remember command on Open 
2092                 with for text parts, as the browser or 
2093                 text editor command isn't changed from 
2094                 there
2095
2096 2006-08-20 [paul]       2.4.0cvs66
2097
2098         * po/ko.po
2099         * po/zh_CN.po
2100                 fix plural form errors. revealed by stricter
2101                 checking of gettext 0.15
2102
2103 2006-08-18 [paul]       2.4.0cvs65
2104
2105         * src/stock_pixmap.c
2106                 fix the fix of 2.4.0cvs64
2107                 Thanks to Colin
2108
2109 2006-08-18 [paul]       2.4.0cvs64
2110
2111         * src/stock_pixmap.c
2112                 fix leaks
2113                 Thanks to Colin
2114
2115 2006-08-18 [paul]       2.4.0cvs63
2116
2117         * src/compose.c
2118         * src/procmsg.c
2119                 fix occasional IMAP bug where large msgs
2120                 were left in the queue folder after sending
2121                 Thanks to Colin
2122
2123 2006-08-18 [paul]       2.4.0cvs62
2124
2125         * src/folderview.c
2126                 freeze the summaryview while quicksearch results
2127                 are displayed
2128                 (fixes bug 456 'current message is hidden when the
2129                 view is refreshed and extended search is "unread 
2130                 messages"')
2131                 Thanks to Colin
2132         * src/textview.c
2133                 add missing #include "inputdialog.h"
2134         * src/common/utils.h
2135                 add missing mailcap_update_default() and improve
2136                 readability
2137
2138 2006-08-17 [colin]      2.4.0cvs61
2139
2140         * src/plugins/pgpcore/select-keys.c
2141                 Fix warnings :)
2142
2143 2006-08-17 [colin]      2.4.0cvs60
2144
2145         * src/compose.c
2146                 Don't continue queuing if Cancel is clicked
2147                 in select-keys
2148
2149 2006-08-17 [colin]      2.4.0cvs59
2150
2151         * src/plugins/pgpcore/select-keys.c
2152                 When encrypting, if only one key matches and it 
2153                 matches exactly, automatically use it.
2154
2155 2006-08-17 [colin]      2.4.0cvs58
2156
2157         * src/mimeview.c
2158         * src/prefs_common.c
2159         * src/prefs_common.h
2160         * src/prefs_ext_prog.c
2161         * src/textview.c
2162                 Fix issues with previous patch (text/html)
2163                 Remove outdated prefs
2164
2165 2006-08-17 [colin]      2.4.0cvs57
2166
2167         * src/imap.c
2168                 Add View Log button on auth error
2169         * src/procmsg.c
2170                 Fix encrypted mail marked as new when
2171                 saved in normal folders
2172         * src/plugins/pgpinline/pgpinline.c
2173                 Fix encrypt bug on IMAP
2174         * src/mimeview.c
2175         * src/common/utils.c
2176         * src/common/utils.h
2177         * src/gtk/inputdialog.c
2178         * src/gtk/inputdialog.h
2179                 Get rid of metamail stuff, simplify
2180                 opening, and allow remembering of user's
2181                 choices (by updating ~/.mailcap). There's
2182                 still to drop "Audio player" and "Image
2183                 viewer" preferences.
2184
2185 2006-08-17 [mones]      2.4.0cvs56
2186
2187         * manual/es/sylpheed-claws-manual.xml
2188                 fix DTD path
2189
2190 2006-08-17 [mones]      2.4.0cvs55
2191
2192         * configure.ac
2193         * manual/Makefile.am
2194         * manual/es/Makefile.am
2195         * manual/es/account.xml
2196         * manual/es/ack.xml
2197         * manual/es/addrbook.xml
2198         * manual/es/advanced.xml
2199         * manual/es/faq.xml
2200         * manual/es/glossary.xml
2201         * manual/es/gpl.xml
2202         * manual/es/handling.xml
2203         * manual/es/intro.xml
2204         * manual/es/keyboard.xml
2205         * manual/es/plugins.xml
2206         * manual/es/starting.xml
2207         * manual/es/sylpheed-claws-manual.xml
2208         * manual/es/dist/Makefile.am
2209         * manual/es/dist/html/Makefile.am
2210         * manual/es/dist/pdf/Makefile.am
2211         * manual/es/dist/ps/Makefile.am
2212         * manual/es/dist/txt/Makefile.am
2213                 Spanish translation for the manual
2214
2215 2006-08-16 [colin]      2.4.0cvs54
2216
2217         * src/compose.c
2218         * src/main.c
2219         * src/mainwindow.c
2220                 Fix send button sensitivity at startup
2221                 Set send menu sensitivity (patch by Fabien)
2222         * src/ssl_manager.c
2223                 Enable closing with esc (patch by Fabien)
2224         * src/gtk/foldersort.c
2225                 Enable closing with esc (patch by Fabien)
2226         * src/procmime.c
2227                 Optimisation (no need to copy to tempfile to
2228                 "decode" 7bit and 8bit)
2229         * src/summaryview.c
2230                 Fix cruft in swap_from case
2231         * src/textview.c
2232                 Fix missing last line in some mail cases 
2233                 (Fixes debian #381872)
2234         * src/plugins/pgpcore/prefs_gpg.c
2235         * src/plugins/pgpcore/sgpgme.c
2236         * src/plugins/pgpcore/sgpgme.h
2237                 Don't show "no key found" when user explicitely
2238                 wants to create a key
2239
2240 2006-08-16 [paul]       2.4.0cvs53
2241
2242         * configure.ac
2243         * src/account.c
2244         * src/addressbook.c
2245         * src/headerview.c
2246         * src/prefs_account.c
2247         * src/prefs_message.c
2248         * src/gtk/gtkutils.c
2249                 bump up minimum required versions of GTK+ and
2250                 GLIB to 2.6.0
2251
2252 2006-08-16 [paul]       2.4.0cvs52
2253
2254         * src/toolbar.c
2255                 workaround GTK+ Bug 351600 - 'Can't re-click
2256                 on button after sensitivity update'
2257                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2258                 Thanks to Colin
2259
2260 2006-08-15 [colin]      2.4.0cvs51
2261
2262         * src/plugins/pgpcore/prefs_gpg.c
2263                 Set options sensitivity according to
2264                 key existence
2265         * src/plugins/pgpcore/sgpgme.c
2266                 Allow to create key with no passphrase
2267
2268 2006-08-14 [cleroy]     2.4.0cvs50
2269
2270         * src/gtk/pluginwindow.c
2271                 New layout (maybe to be changed?)
2272         * src/gtk/gtkutils.c
2273                 Fix a bit label_window
2274         * src/plugins/pgpcore/passphrase.c
2275         * src/plugins/pgpcore/passphrase.h
2276         * src/plugins/pgpcore/plugin.c
2277         * src/plugins/pgpcore/prefs_gpg.c
2278         * src/plugins/pgpcore/prefs_gpg.h
2279         * src/plugins/pgpcore/sgpgme.c
2280         * src/plugins/pgpcore/sgpgme.h
2281                 Allow to create a PGP private key via the GUI
2282
2283 2006-08-14 [wwp]        2.4.0cvs49
2284
2285         * src/addressbook_foldersel.c
2286                 fix strict ISO C90 compliance.
2287
2288 2006-08-14 [paul]       2.4.0cvs48
2289
2290         * src/gtk/prefswindow.c
2291                 re-set scrolled window on opening
2292                 Patch by Ticho
2293
2294 2006-08-14 [paul]
2295
2296         2.5.0-rc1 released
2297
2298 2006-08-14 [paul]       2.4.0cvs47
2299
2300         * src/prefs_display_header.c
2301                 re-enable user-defined Displayed Headers
2302
2303 2006-08-14 [paul]       2.4.0cvs46
2304
2305         * src/prefs_account.c
2306                 use GTK_STOCK_EDIT
2307
2308 2006-08-13 [colin]      2.4.0cvs45
2309
2310         * src/common/utils.c
2311                 Fix "a" in quote when the original message is empty,
2312                 by using \0 instead of 'a' to test writability of
2313                 temp files.
2314
2315 2006-08-13 [wwp]        2.4.0cvs44
2316
2317         * src/plugins/spamassassin/spamassassin.c
2318                 fix capitalization of "SpamAssassin" in some debug, log and
2319                 dialog messages.
2320
2321 2006-08-13 [paul]       2.4.0cvs43
2322
2323         * src/editldap.c
2324                 fix overlapping widgets
2325         * src/prefs_account.c
2326                 fix translation of protocol_names[]
2327                 fix label disappearing off the edge of the
2328                 visible area
2329
2330 2006-08-12 [paul]       2.4.0cvs42
2331
2332         * manual/plugins.xml
2333                 update IRC channel info before it gets forgotten
2334                 about
2335
2336 2006-08-11 [colin]      2.4.0cvs41
2337
2338         * src/compose.c
2339         * src/mainwindow.c
2340         * src/mainwindow.h
2341         * src/procmsg.c
2342         * src/procmsg.h
2343         * src/summaryview.c
2344         * src/toolbar.c
2345                 Grey out the Send button if
2346                 - Queue folders are empty, or
2347                 - We're sending already
2348
2349 2006-08-11 [wwp]        2.4.0cvs40
2350
2351         * src/main.c
2352                 fix a logic issue when quitting while a compose window is
2353                 still open, thanks to Colin.
2354
2355 2006-08-10 [colin]      2.4.0cvs39
2356
2357         * src/main.c
2358                 Fix default font size setting after wizard run
2359         * src/imap.c
2360         * src/etpan/imap-thread.c
2361         * src/etpan/imap-thread.h
2362                 Fix bug #999 (Timing out on TSL cert validation 
2363                 dialog makes ugly things happen). Also, STARTTLS
2364                 unconditionnaly if initial capabilities contain
2365                 LOGINDISABLED and STARTTLS.
2366
2367 2006-08-09 [colin]      2.4.0cvs38
2368
2369         * src/mainwindow.c
2370         * src/mainwindow.h
2371                 Fix Tools/Actions sensitivity when there are
2372                 no actions
2373
2374 2006-08-09 [colin]      2.4.0cvs37
2375
2376         * src/prefs_filtering.c
2377                 Warning fix, patch by Paul
2378         * src/messageview.c
2379         * src/prefs_actions.c
2380         * src/prefs_filtering_action.c
2381         * src/prefs_matcher.c
2382                 Uniformisation of "Info ..." to "Info..." (for
2383                 old gtk), patch by Fabien
2384         * src/plugins/clamav/clamav_plugin_gtk.c
2385                 Sensitivity fix by Fabien
2386
2387 2006-08-09 [colin]      2.4.0cvs36
2388
2389         * src/main.c
2390         * src/main.h
2391                 Add a function to know whether we're exiting
2392         * src/plugins/trayicon/trayicon.c
2393                 If exiting, don't do anything. Faster, and
2394                 avoids gtk_main_iteration reentracy causing
2395                 segfaults at exit
2396
2397 2006-08-09 [colin]      2.4.0cvs35
2398
2399         * src/messageview.c
2400         * src/mimeview.c
2401         * src/mimeview.h
2402                 Fix lack of part selection when automatically 
2403                 jumping to a specific part
2404         * src/msgcache.c
2405                 Little optimisation in cache reading
2406
2407 2006-08-09 [colin]      2.4.0cvs34
2408
2409         * src/compose.c
2410                 Fix crash setting the priority on reedit
2411                 (Accessing compose before creating it!)
2412
2413 2006-08-08 [colin]      2.4.0cvs33
2414
2415         * src/procmime.c
2416                 Fix bug #998 (last attachment is not accessible)
2417                 Bad RFC interpretation on multipart close-delimiters
2418         * src/mimeview.c
2419         * src/mimeview.h
2420         * src/gtk/gtkvscrollbutton.c
2421         * src/gtk/gtkvscrollbutton.h
2422                 Make attachments list wheel-scrollable
2423
2424 2006-08-07 [colin]      2.4.0cvs32
2425
2426         * src/gtk/gtkaspell.c
2427                 Fix bug #973 (Unicode punctation characters 
2428                 are not recognized as separators by the
2429                 spell checker); fix unsigned stuff
2430
2431 2006-08-07 [colin]      2.4.0cvs31
2432
2433         * src/compose.c
2434                 Fix bug #956 (DnD text with accents in compose 
2435                 text entry); fix gccc's signed/unsigned fuss
2436
2437 2006-08-06 [colin]      2.4.0cvs30
2438
2439         * src/main.c
2440                 Fix bug #979 (Plugin crashes when exiting 
2441                 sylpheed-claws) : handle exit request only 
2442                 once
2443
2444 2006-08-05 [colin]      2.4.0cvs29
2445
2446         * src/news.c
2447                 Just make sure we have a msgid.
2448
2449 2006-08-05 [colin]      2.4.0cvs28
2450
2451         * src/news.c
2452         * src/summaryview.c
2453                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2454                 by reimplementing it
2455         * src/textview.c
2456                 Fix bug when hiding quotes with level > 3 and quote
2457                 colors are recycled
2458
2459 2006-08-04 [colin]      2.4.0cvs27
2460
2461         * src/compose.c
2462         * src/undo.c
2463         * src/undo.h
2464                 Fix a bit replace-by-pasting undo
2465         * src/mainwindow.c
2466         * src/messageview.c
2467                 Fix Fold quotes menu synchro in
2468                 mainwindow when it changes in 
2469                 messageview
2470         * src/textview.c
2471                 Fix right-click on quotes blocks
2472         * src/common/utils.c
2473                 Verify that the file created by
2474                 my_tmpfile() is writable. Fixes
2475                 bug #988 (very specific filesystem
2476                 issue)
2477         * src/plugins/pgpcore/sgpgme.c
2478                 Fix file descriptor leak
2479         * src/plugins/spamassassin/spamassassin.c
2480                 Warn once if spamd isn't reachable
2481
2482 2006-08-04 [colin]      2.4.0cvs26
2483
2484         * src/toolbar.c
2485                 i18n context patch by Fabien
2486
2487 2006-08-03 [colin]      2.4.0cvs25
2488
2489         * src/mainwindow.c
2490         * src/messageview.c
2491                 Rename "Hide quotes" to "Fold quotes"
2492         * src/textview.c
2493                 Don't use hand cursor on quotes. "all 
2494                 the bonuses of the feature and none of 
2495                 unwelcome side-effects"
2496
2497 2006-08-03 [colin]      2.4.0cvs24
2498
2499         * AUTHORS
2500         * sylpheed-claws.desktop
2501         * src/gtk/authors.h
2502                 Bring the desktop file to XDG compliance
2503                 Patch by Charles A. Edwards
2504
2505 2006-08-03 [colin]      2.4.0cvs23
2506
2507         * src/textview.c
2508                 Fix links offset when they are preceded
2509                 by accentued chars (g_utf8_strlen!)
2510         * src/mainwindow.c
2511                 Fix wrong status when starting offline
2512
2513
2514 2006-08-03 [wwp]        2.4.0cvs22
2515
2516         * src/prefs_common.h
2517                 ask what to do w/ filtering rules that belong to an account when
2518                 applying filtering rules manually from the main window (skip,
2519                 apply regardless of the account, use current account). This dialog
2520                 can be skipped and the last reply used.
2521                 (forgot that file)
2522
2523 2006-08-03 [wwp]        2.4.0cvs21
2524
2525         * src/filtering.c
2526         * src/filtering.h
2527         * src/prefs_common.c
2528         * src/summaryview.c
2529         * src/alertpanel.c
2530         * src/alertpanel.h
2531         * src/messageview.c
2532                 ask what to do w/ filtering rules that belong to an account when
2533                 applying filtering rules manually from the main window (skip,
2534                 apply regardless of the account, use current account). This dialog
2535                 can be skipped and the last reply used.
2536
2537
2538 2006-08-03 [colin]      2.4.0cvs20
2539
2540         * src/textview.c
2541                 Optimize previous patch
2542
2543 2006-08-03 [cleroy]     2.4.0cvs19
2544
2545         * src/textview.c
2546                 Fix quotes getting toggled back when the
2547                 mail has an even number of text parts
2548
2549 2006-08-02 [colin]      2.4.0cvs18
2550
2551         * src/messageview.c
2552                 Add Hide quotes menu
2553
2554 2006-08-02 [colin]      2.4.0cvs17
2555
2556         * src/mainwindow.c
2557         * src/prefs_common.c
2558         * src/textview.c
2559         * src/textview.h
2560         * src/gtk/about.c
2561                 Allow per-level quote hiding,
2562                 Allow toggling quotes by double-clicking them
2563                 Rename RemoteURI to ClickableText to reflect
2564                 the fact it's used for a variety of things
2565
2566 2006-08-02 [wwp]        2.4.0cvs16
2567
2568         * src/mainwindow.c
2569                 fix "View/Hide quotes" menu item status initialization.
2570
2571 2006-08-02 [wwp]        2.4.0cvs15
2572
2573         * src/matcher_parser_parse.y
2574                 remove a debug trace.
2575
2576 2006-08-02 [paul]       2.4.0cvs14
2577
2578         * src/plugins/pgpcore/passphrase.c
2579                 don't set initial dialog size
2580                 make it resizable
2581
2582 2006-08-02 [paul]       2.4.0cvs13
2583
2584         * src/noticeview.c
2585                 remove the rogue '/' character
2586
2587 2006-08-02 [paul]       2.4.0cvs12
2588
2589         * src/noticeview.c
2590                 allow buttons to resize as necessary
2591
2592 2006-08-01 [wwp]        2.4.0cvs11
2593
2594         * src/mbox.c
2595                 fix strict ISO C90 compliance.
2596
2597 2006-08-01 [wwp]        2.4.0cvs10
2598
2599         * tools/update-po
2600                 updated update-po tool to work w/ context-dependent translations.
2601                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2602
2603 2006-08-01 [wwp]        2.4.0cvs9
2604
2605         * src/matcher.c
2606         * src/prefs_filtering.c
2607         * src/prefs_matcher.c
2608                 allow context-dependent translations for "All",
2609                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2610
2611 2006-07-31 [colin]      2.4.0cvs8
2612
2613         * AUTHORS
2614         * src/gtk/authors.h
2615                 Add Rafal to authors
2616
2617 2006-07-31 [colin]      2.4.0cvs7
2618
2619         * src/compose.c
2620         * src/mainwindow.c
2621         * src/messageview.h
2622         * src/prefs_common.c
2623         * src/prefs_common.h
2624         * src/textview.c
2625                 Add 'View/Hide quotes'. Patch based on a patch
2626                 by Rafal Weglarz
2627
2628 2006-07-31 [colin]      2.4.0cvs6
2629
2630         * src/action.c
2631                 Fix problem with "> stuff >" actions
2632
2633 2006-07-31 [paul]       2.4.0cvs5
2634
2635         * po/nb.po
2636                 updated by Geir Helland
2637
2638 2006-07-31 [wwp]        2.4.0cvs4
2639
2640         * src/mainwindow.c
2641         * src/summaryview.c
2642         * src/summaryview.h
2643                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2644                 thanks to Colin.
2645
2646 2006-07-31 [wwp]        2.4.0cvs3
2647
2648         * src/Makefile.am
2649         * src/addr_compl.c
2650         * src/addr_compl.h
2651         * src/addressbook.c
2652         * src/addressbook.h
2653         * src/addressbook_foldersel.c
2654         * src/addressbook_foldersel.h
2655         * src/addrindex.c
2656         * src/addrindex.h
2657         * src/matcher.c
2658         * src/matcher.h
2659         * src/matcher_parser_lex.l
2660         * src/matcher_parser_parse.y
2661         * src/prefs_common.c
2662         * src/prefs_common.h
2663         * src/prefs_filtering.c
2664         * src/prefs_matcher.c
2665         * src/prefs_matcher.h
2666         * src/summaryview.c
2667                 introduce filtering against the address book. It's now possible to add
2668                 matched conditions to determine if any email address in a message matches
2669                 or doesn't match any or all books or folders in the address book.
2670
2671 2006-07-31 [wwp]        2.4.0cvs2
2672
2673         * src/account.c
2674         * src/filtering.c
2675         * src/filtering.h
2676         * src/folder.c
2677         * src/folderview.c
2678         * src/inc.c
2679         * src/mainwindow.c
2680         * src/matcher.c
2681         * src/matcher_parser_lex.l
2682         * src/matcher_parser_parse.y
2683         * src/mbox.c
2684         * src/prefs_filtering.c
2685         * src/prefs_filtering.h
2686         * src/procmsg.c
2687         * src/procmsg.h
2688         * src/summaryview.c
2689                 introduce per-account filtering rules. Each filtering rule can now be assigned
2690                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2691                 when applying filtering rules manually, as all rules will apply - even the ones
2692                 assigned to an account. This issue will be addressed soon.
2693  
2694
2695
2696 2006-07-31 [wwp]        2.4.0cvs1
2697
2698         * src/quote_fmt.c
2699                 make more strings translatable.
2700
2701 2006-07-31 [paul]       2.4.0
2702
2703         2.4.0 released
2704
2705 2006-07-31 [paul]       2.3.1cvs91
2706
2707         * po/ca.po
2708                 updated by Miquel Oliete
2709
2710 2006-07-31 [paul]       2.3.1cvs90
2711
2712         * po/de.po
2713         * po/el.po
2714         * po/fr.po
2715         * po/it.po
2716         * po/pl.po
2717         * po/pt_BR.po
2718         * po/sr.po
2719         * po/zh_CN.po
2720                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2721                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2722                 Aleksandar Urosevic, and Ralgh Young
2723
2724 2006-07-31 [paul]       2.3.1cvs89
2725
2726         * src/account.c
2727         * src/main.c
2728         * src/mainwindow.c
2729         * src/mainwindow.h
2730                 Fix a race condition when, after an SC crash, rescanning
2731                 folders took more than 0.5 seconds
2732                 Thanks to Colin
2733
2734 2006-07-31 [paul]       2.3.1cvs88
2735
2736         * src/folderview.c
2737                 don't translate separator strings
2738
2739 2006-07-30 [mones]      2.3.1cvs87
2740
2741         * doc/man/sylpheed-claws.1
2742                 Fixed non-ASCII chars in Hoa's name
2743         * po/es.po
2744                 Updated for release
2745
2746 2006-07-27 [colin]      2.3.1cvs86
2747
2748         * src/textview.c
2749                 Don't include the leading \n in links
2750                 Patch by Fabien
2751
2752 2006-07-25 [colin]      2.3.1cvs85
2753
2754         * src/mainwindow.c
2755         * src/common/socket.h
2756         * src/etpan/imap-thread.c
2757                 Refresh resolvers before connecting
2758                 to IMAP servers, and after switching
2759                 to online. Thanks to Paul.
2760
2761 2006-07-18 [colin]
2762
2763         * 2.4.0-rc4 released
2764
2765 2006-07-17 [colin]      2.3.1cvs84
2766
2767         * src/inc.c
2768                 Show connection attempt in statusbar before
2769                 connecting (previously first message was
2770                 "Retrieving messages from ..." after the
2771                 connection succeeded.
2772
2773 2006-07-16 [wwp]        2.3.1cvs83
2774
2775         * sylpheed-claws.ico
2776                 Added .ico file (windows multi-size icon file, generated).
2777
2778 2006-07-12 [wwp]        2.3.1cvs82
2779
2780         * src/messageview.c
2781                 remove Message/Re-edit menu entry from messageview window,
2782                 as sent/draft/queued messages are opened in compose window when
2783                 re-edited and it's not possible to re-edit other msgs.
2784
2785 2006-07-12 [paul]       2.3.1cvs81
2786
2787         * AUTHORS
2788         * src/mainwindow.c
2789         * src/gtk/authors.h
2790                 check online state before resetting
2791                 mailcheck timer. Useful if some program
2792                 verifies connection state and updates
2793                 Claws.
2794                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2795
2796 2006-07-12 [paul]       2.3.1cvs80
2797
2798         * sylpheed-claws-128x128.png
2799         * sylpheed-claws-64x64.png
2800         * sylpheed-claws.png
2801         * src/Makefile.am
2802         * src/main.c
2803         * src/prefs_toolbar.c
2804         * src/stock_pixmap.c
2805         * src/stock_pixmap.h
2806         * src/wizard.c
2807         * src/gtk/about.c
2808         * src/gtk/gtkutils.c
2809         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2810         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2811         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2812         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2813         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2814         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2815                 updated and renamed logo/icon files and related
2816                 logo by Jesper Schultz
2817
2818 2006-07-11 [paul]       2.3.1cvs79
2819
2820         * src/main.c
2821                 fix the labels a smidgin
2822
2823 2006-07-09 [colin]      2.3.1cvs78
2824
2825         * src/textview.c
2826                 Show errors in textviewer's command
2827                 Patch by H. Merijn Brand
2828
2829 2006-07-09 [colin]      2.3.1cvs77
2830
2831         * src/compose.c
2832                 Save FMID in drafts too
2833
2834 2006-07-08 [colin]      2.3.1cvs76
2835
2836         * src/compose.c
2837                 Svae RMID in drafted mails too
2838                 Save quote_fmt vars for whole mails,
2839                 don't reset at each quote_fmt_init:
2840                 allows to use the same |i{var} in
2841                 various template fields
2842         * src/prefs_template.c
2843         * src/quote_fmt.h
2844         * src/quote_fmt_parse.y
2845                 Same
2846
2847 2006-07-08 [colin]      2.3.1cvs75
2848
2849         * src/textview.c
2850                 Fix highlighting of attached parts URIs
2851
2852 2006-07-08 [colin]      2.3.1cvs74
2853
2854         * src/main.c
2855                 Prevent bug #981 (sc 2.3.1 segfaults with 
2856                 gtk+ 2.10) from being reported again:
2857                 if Sylpheed-Claws has been compiled against
2858                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2859                 of if Sylpheed-Claws has been compiled against
2860                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2861                 error out.
2862
2863 2006-07-07 [colin]      2.3.1cvs73
2864
2865         * src/prefs_actions.c
2866                 Fix label
2867
2868 2006-07-07 [colin]      2.3.1cvs72
2869
2870         * src/prefs_actions.c
2871                 Fix compile on gtk < 2.8. argh :)
2872
2873 2006-07-07 [paul]       2.3.1cvs71
2874
2875         * src/common/defs.h
2876                 update DONATE_URI
2877
2878 2006-07-07 [colin]      2.3.1cvs70
2879
2880         * po/POTFILES.in
2881         * src/quote_fmt.c
2882         * src/quote_fmt_lex.l
2883         * src/quote_fmt_parse.y
2884                 Add |i{var}, a way to insert user-entered
2885                 text in a template
2886
2887 2006-07-07 [colin]
2888
2889         * 2.4.0-rc3 released
2890
2891 2006-07-07 [colin]      2.3.1cvs69
2892
2893         * src/folder.c
2894                 Don't consider inboxes of UNKNOWN folder 
2895                 classes to be useable as default inboxes
2896
2897 2006-07-07 [paul]       2.3.1cvs68
2898
2899         * src/textview.c
2900                 add missing #include <errno.h>
2901                 Thanks to René J. Blokland
2902
2903 2006-07-07 [paul]       2.3.1cvs67
2904
2905         * src/action.c
2906                 Return now Closes dialog
2907         * src/mimeview.c
2908         * src/mimeview.h
2909         * src/textview.c
2910                 add contextual menu to mime parts listed
2911                 in the textview
2912                 Thanks to Colin
2913         * src/common/utils.c
2914                 reversal: ' is a valid character in URLs
2915
2916 2006-07-06 [colin]      2.3.1cvs66
2917
2918         * src/remotefolder.h
2919                 Forgotten in previous commit
2920
2921 2006-07-06 [colin]      2.3.1cvs65
2922
2923         * src/folder.c
2924                 Set summary update flag whenever
2925                 totals changed
2926         * src/imap.c
2927         * src/prefs_account.c
2928         * src/common/utils.h
2929         * src/etpan/imap-thread.c
2930                 Fix warnings, thanks to Fabien and
2931                 Ricardo
2932
2933 2006-07-06 [wwp]        2.3.1cvs64
2934
2935         * src/gtk/gtkutils.c
2936                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2937
2938 2006-07-06 [wwp]        2.3.1cvs63
2939
2940         * src/account.c
2941         * src/addressbook.c
2942         * src/addressitem.h
2943         * src/folderview.c
2944         * src/mainwindow.c
2945         * src/manual.c
2946         * src/manual.h
2947         * src/message_search.c
2948         * src/prefs_actions.c
2949         * src/prefs_filtering.c
2950         * src/prefs_filtering.h
2951         * src/prefs_template.c
2952         * src/summary_search.c
2953         * src/summaryview.c
2954         * src/gtk/gtkutils.c
2955         * src/gtk/gtkutils.h
2956         * src/gtk/pluginwindow.c
2957                 add help buttons to some dialogs. Clicking such buttons opens a
2958                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2959
2960 2006-07-06 [paul]       2.3.1cvs62
2961
2962         * src/textview.c
2963                 fix attachments contextual menu
2964                 Thanks to Colin
2965
2966 2006-07-05 [colin]      2.3.1cvs61
2967
2968         * src/textview.c
2969         * src/compose.c
2970                 Handle sftp:// links
2971
2972 2006-07-05 [paul]       2.3.1cvs60
2973
2974         * src/gtk/filesel.c
2975                 grab save button by default
2976                 Thanks to Colin
2977
2978 2006-07-05 [wwp]        2.3.1cvs59
2979
2980         * manual/xml2pdf
2981                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2982
2983 2006-07-04 [colin]      2.3.1cvs58
2984
2985         * src/mimeview.c
2986         * src/textview.c
2987                 Use left click to select, middle click to open
2988                 on mimeparts links
2989         * src/common/utils.c
2990                 Fix segfault
2991
2992 2006-07-04 [colin]      2.3.1cvs57
2993
2994         * src/mainwindow.c
2995         * src/news.c
2996                 Warning fixes, thanks to Fabien
2997
2998 2006-07-04 [colin]      2.3.1cvs56
2999
3000         * src/mimeview.c
3001         * src/mimeview.h
3002         * src/textview.c
3003                 Allow parts to be selected via their text label
3004                 in textview
3005
3006 2006-07-04 [colin]      2.3.1cvs55
3007
3008         * src/folderview.c
3009                 Feedback when closing (for big folders)
3010         * src/prefs_actions.c
3011         * src/prefs_filtering.c
3012         * src/prefs_matcher.c
3013         * src/prefs_template.c
3014                 Fix default button when closing without
3015                 having saved
3016
3017 2006-07-04 [colin]      2.3.1cvs54
3018
3019         * src/news.c
3020                 Delete local file on deletion
3021
3022 2006-07-03 [colin]      2.3.1cvs53
3023
3024         * src/folderview.c
3025         * src/main.c
3026                 Don't freeze when rescanning after crash
3027
3028 2006-07-03 [wwp]        2.3.1cvs52
3029
3030         * src/compose.c
3031         * src/privacy.c
3032         * src/privacy.h
3033         * src/plugins/pgpinline/pgpinline.c
3034         * src/plugins/pgpmime/pgpmime.c
3035                 don't report an error when the user cancels the passphrase dialog.
3036
3037 2006-07-02 [colin]      2.3.1cvs51
3038
3039         * src/folderview.c
3040                 Open message when crossing folders with Space,
3041                 goto next unread and friends
3042
3043 2006-07-01 [colin]      2.3.1cvs50
3044
3045         * src/prefs_account.c
3046                 Typographic rules varying from language
3047                 to language (in french "Protocole :"),
3048                 we have to do that :)
3049
3050 2006-07-01 [ticho]      2.3.1cvs49
3051
3052         * src/prefs_account.c
3053                 Only use one temporary gchar* variable in
3054                 prefs_account_protocol_set_optmenu().
3055
3056 2006-07-01 [ticho]      2.3.1cvs48
3057
3058         * src/prefs_account.c
3059         * src/prefs_account.h
3060                 Use GtkLabel for existing account protocol name.
3061                 Created an array for protocol names and populate the
3062                 combobox from it in a for() cycle.
3063
3064 2006-06-30 [colin]      2.3.1cvs47
3065
3066         * src/compose.c
3067                 Block undo when changing signature (by changing
3068                 account)
3069
3070 2006-06-30 [paul]       2.3.1cvs46
3071
3072         * src/send_message.c
3073                 when editing From in the Compose window, use that address
3074                 in the Return-Path: header
3075                 Thanks to Colin
3076
3077 2006-06-30 [colin]      2.3.1cvs45
3078
3079         * src/compose.c
3080                 Fix signature replacement:
3081                 - when no newline before separator
3082                 - when reediting
3083
3084 2006-06-29 [colin]      2.3.1cvs44
3085
3086         * src/folderview.c
3087         * src/folderview.h
3088         * src/mainwindow.c
3089         * src/summaryview.c
3090                 Let 'View/Go to/Next marked' work like
3091                 Next new & Next unread: across folders
3092                 Change the select_on_entry pref to do
3093                 what we want when changing folder
3094         * src/common/utils.c
3095                 Fix single-quoted links 
3096
3097 2006-06-29 [colin]      2.3.1cvs43
3098
3099         * src/gtk/gtkaspell.c
3100                 "Sylpheed" and "Sylpheed-Claws" do exist !
3101
3102 2006-06-29 [colin]      2.3.1cvs42
3103
3104         * src/imap.c
3105                 Forgot to remove debug
3106
3107 2006-06-29 [colin]      2.3.1cvs41
3108
3109         * src/imap.c
3110         * src/imap.h
3111         * src/mainwindow.c
3112                 Disconnect from IMAP servers when going
3113                 offline. Fixes bug #978 (going to offline-mode 
3114                 won't close connections)
3115
3116 2006-06-29 [colin]      2.3.1cvs40
3117
3118         * src/main.c
3119                 Fix transient setting on failing plugins
3120                 Patch by Fabien
3121         * src/plugins/pgpcore/sgpgme.c
3122                 Only warn for OpenPGP. Most people don't
3123                 have CMS available.
3124
3125 2006-06-29 [colin]      2.3.1cvs39
3126
3127         * src/compose.c
3128                 Fix Spelling menu (discrepancy between context menu
3129                 and top menu when folder's dictionary isn't the 
3130                 default one)
3131         * src/plugins/pgpcore/sgpgme.c
3132                 More error reporting about why gpgme can fail
3133
3134 2006-06-29 [wwp]        2.3.1cvs38
3135
3136         * src/mainwindow.c
3137                 honor the display-header-pane setting even when the message view
3138                 is a separate window.
3139
3140 2006-06-29 [wwp]        2.3.1cvs37
3141
3142         * src/prefs_actions.c
3143                 forgot to commit that one (use of GTK_STOCK_INFO).
3144
3145 2006-06-29 [colin]      2.3.1cvs36
3146
3147         * src/imap.c
3148                 Better handling of login errors (ask the password
3149                 again once), alert in case of error. Fix three
3150                 signedness warnings.
3151
3152 2006-06-28 [wwp]        2.3.1cvs35
3153
3154         * src/prefs_template.c
3155         * src/prefs_matcher.c
3156         * src/prefs_filtering_action.c
3157         * src/prefs_quote.c
3158                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3159                 patch by Fabien Vantard, slightly modified.
3160
3161 2006-06-28 [paul]
3162
3163         2.4.0-rc2 released
3164
3165 2006-06-28 [colin]      2.3.1cvs34
3166
3167         * src/prefs_account.c
3168                 Fix bug #977 (Can't add or edit imap accounts)
3169
3170 2006-06-28 [colin]      2.3.1cvs33
3171
3172         * src/mimeview.c
3173                 Fix previous
3174
3175 2006-06-28 [colin]      2.3.1cvs32
3176
3177         * src/mimeview.c
3178                 Save named inlined attachments with "Save all"
3179         * src/main.c
3180         * src/mbox.c
3181         * src/common/plugin.c
3182         * src/common/plugin.h
3183         * src/common/sylpheed.c
3184         * src/common/utils.c
3185         * src/plugins/pgpcore/sylpheed.def
3186         * src/plugins/pgpinline/sylpheed.def
3187         * src/plugins/pgpmime/sylpheed.def
3188                 Win32 compatibility patch, by
3189                 Werner Koch
3190
3191 2006-06-28 [wwp]        2.3.1cvs31
3192
3193         * src/imap.c
3194         * src/prefs_folder_item.c
3195                 less compilation warnings (thanks to Fabien Vantard), less typos.
3196
3197 2006-06-28 [paul]       2.3.1cvs30
3198
3199         * src/gtk/gtkutils.c
3200                 gtk_combo_box_set_focus_on_click() is only
3201                 available since gtk 2.6.0
3202
3203 2006-06-28 [paul]       2.3.1cvs29
3204
3205         * src/prefs_ext_prog.c
3206                 fix engrish and add a tooltip for the
3207                 'command for 'Display as text' option
3208
3209 2006-06-28 [paul]
3210
3211         2.4.0-rc1 released
3212
3213 2006-06-28 [paul]       2.3.1cvs28
3214
3215         * ChangeLog
3216         * tools/Makefile.am
3217                 include textviewer.pl in releases
3218
3219 2006-06-28 [paul]       2.3.1cvs27
3220
3221         * src/prefs_ext_prog.c
3222                 hide Print command option if libgnomeprint
3223                 support is present
3224
3225 2006-06-27 [colin]      2.3.1cvs26
3226
3227         * src/compose.c
3228                 Fix Esc handling in insert/attach dialog
3229                 Don't show this dialog if dragging something
3230                 else than text/uri-list
3231                 Thanks to Fabien Vantard
3232         * tools/textviewer.pl
3233                 Filter script to display stuff as text
3234                 by H. Merijn Brand
3235
3236 2006-06-27 [wwp]        2.3.1cvs25
3237
3238         * src/messageview.c
3239                 use the exact product name (message view title), patch
3240                 by Fabien Vantard.
3241
3242 2006-06-27 [ticho]      2.3.1cvs24
3243
3244         * src/prefs_account.c
3245         * src/prefs_common.c
3246         * src/prefs_common.h
3247         * src/prefs_ext_prog.c
3248         * src/textview.c
3249                 Add a preference (Preferences/External programs)
3250                 to allow "Display as text" to be done via a script
3251                 (patch by H.Merijn Brand).
3252                 Use GtkComboBox for protocol selection in account
3253                 preferences.
3254                 Only include current choice for existing accounts, and
3255                 insensitivize the combobox.
3256
3257 2006-06-27 [paul]       2.3.1cvs23
3258
3259         * src/mbox.c
3260                 fix crasher introduced in cvs21.
3261                 Thanks to Colin
3262
3263 2006-06-26 [colin]      2.3.1cvs22
3264
3265         * src/mbox.c
3266                 Fix double-frees when leaving folders
3267                 after exporting to mbox
3268
3269 2006-06-26 [colin]      2.3.1cvs21
3270
3271         * src/mbox.c
3272                 More feedback (and optimisation)
3273                 on import/export
3274         * src/common/utils.c
3275                 Fix case when looking for mail addresses
3276         * src/gtk/gtkutils.c
3277                 Extra check for (X-)Face
3278
3279 2006-06-25 [ticho]      2.3.1cvs20
3280
3281         * src/compose.c
3282         * src/exphtmldlg.c
3283         * src/gtk/gtkutils.c
3284         * src/gtk/gtkutils.h
3285                 Added second argument to gtkut_sc_combobox_create() to
3286                 control focus-on-click for the widget.
3287                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3288
3289 2006-06-25 [ticho]      2.3.1cvs19
3290
3291         * src/compose.c
3292         * src/gtk/Makefile.am
3293         * src/gtk/combobox.c
3294         * src/gtk/combobox.h
3295         * src/gtk/gtkutils.c
3296         * src/gtk/gtkutils.h
3297                 Use GtkComboBox instead of deprecated GtkOptionMenu
3298                 for account selector in compose window and for encoding
3299                 selector in attachment properties.
3300                 Also factorise working with the new GtkComboBox somewhat.
3301
3302 2006-06-24 [paul]       2.3.1cvs18
3303
3304         * src/prefs_common.c
3305                 use the correct default value
3306
3307 2006-06-24 [paul]       2.3.1cvs17
3308
3309         * src/compose.c
3310         * src/prefs_common.c
3311         * src/prefs_common.h
3312         * src/prefs_compose_writing.c
3313                 enable setting of default action when
3314                 dnd'ing files in the compose window.
3315                 (Collaborative effort with wwp)
3316
3317 2006-06-23 [wwp]        2.3.1cvs16
3318
3319         * src/compose.c
3320                 i18n fix (thanks to Fabien Vantard)
3321
3322 2006-06-22 [colin]      2.3.1cvs15
3323
3324         * src/prefs_customheader.c
3325                 Don't use filters in custom headers' file 
3326                 selector. Remember, extensions mean nothing :)
3327
3328 2006-06-22 [paul]       2.3.1cvs14
3329
3330         * configure.ac
3331                 allow setting of man directory location
3332
3333 2006-06-22 [colin]      2.3.1cvs13
3334
3335         * src/mainwindow.c
3336                 Add 'View/Go to/Next unread folder'.
3337                 I missed that :)
3338
3339 2006-06-22 [colin]      2.3.1cvs12
3340
3341         * src/common/utils.c
3342                 Add some subject prefixes
3343                 Patch by Bjorn T Johansen <btj@havleik.no>
3344
3345 2006-06-22 [colin]      2.3.1cvs11
3346
3347         * manual/advanced.xml
3348                 Forgotten hidden pref
3349
3350 2006-06-21 [paul]       2.3.1cvs10
3351
3352         * src/prefs_account.c
3353                 complete the removal of 'Add date header' option
3354
3355 2006-06-21 [paul]       2.3.1cvs9
3356
3357         * src/account.c
3358         * src/compose.c
3359         * src/prefs_account.c
3360         * src/prefs_account.h
3361                 remove option to add date header - always
3362                 add date header
3363         * src/etpan/imap-thread.c
3364                 fix warnings (Thanks to Colin)
3365
3366 2006-06-21 [wwp]        2.3.1cvs8
3367
3368         * src/folder.c
3369                 set the attachment flag when inline text part are (file)named. This is more convenient
3370                 when receiving (for instance) inline source files or patches sent using thunderbird.
3371
3372 2006-06-21 [paul]       2.3.1cvs7
3373
3374         * src/inc.c
3375                 fix off-by-one count of current msg in
3376                 statusbar filtering progressbar
3377
3378 2006-06-21 [paul]       2.3.1cvs6
3379
3380         * src/folder.c
3381                 Show attachment icon even if the part is 'inline'
3382                 if the following conditions are met:
3383                 - content-type != 'text/plain'
3384                 - content-type != '*/pgp-signature'
3385                 - either 'name' or 'filename' parameter is not NULL
3386                 
3387                 Thanks to Colin
3388
3389 2006-06-21 [paul]       2.3.1cvs5
3390
3391         * src/messageview.c
3392         * src/prefs_common.c
3393         * src/prefs_common.h
3394         * src/prefs_other.c
3395                 add an option to 'Never send Return
3396                 Receipts'
3397                 Thanks to Colin
3398
3399 2006-06-20 [mones]      2.3.1cvs4
3400
3401         * po/es.po
3402                 updated
3403         * src/compose.c
3404                 typo fixed (space after comma)
3405         * tools/make.themes.project
3406                 remove exec mode from tarball files
3407
3408 2006-06-20 [colin]      2.3.1cvs3
3409
3410         * src/news.c
3411         * src/procheader.c
3412         * src/unmime.c
3413                 Better fix for \n's in headers (don't 
3414                 break Received: and others)
3415
3416 2006-06-20 [paul]       2.3.1cvs2
3417
3418         * src/alertpanel.c
3419         * src/textview.c
3420                 improve legibility of phishing attempt
3421                 dialog
3422
3423 2006-06-20 [paul]       2.3.1cvs1
3424
3425         * NEWS
3426         * README
3427         * configure.ac
3428                 Update version number following
3429                 stable release
3430
3431 2006-06-20 [colin]      2.3.0cvs26
3432
3433         * src/compose.c
3434                 When dragging a file to the text of the compose
3435                 window, ask whether we want to insert or attach
3436                 (I know lots of people who do that to attach)
3437
3438 2006-06-20 [colin]      2.3.0cvs25
3439
3440         * src/etpan/imap-thread.c
3441                 Fix threshold (the append command is often > 32 bytes)
3442
3443 2006-06-19 [colin]      2.3.0cvs24
3444
3445         * src/imap.c
3446         * src/etpan/imap-thread.c
3447                 Workaround Rockliffe IMAP server bug: replace
3448                 "x UID SEARCH (ANSWERED UID 1:*)" with
3449                 "x UID SEARCH ANSWERED"
3450                 (Rockliffe doesn't handle the parenthesis)
3451
3452 2006-06-19 [colin]      2.3.0cvs23
3453
3454         * src/compose.c
3455         * src/imap.c
3456         * src/etpan/imap-thread.c
3457                 Probably fix bug #972 (Freezes when adding 
3458                 an attachment to the message)
3459         * src/common/defs.h
3460                 Modernize Firefox cmd
3461
3462
3463 2006-06-18 [colin]      2.3.0cvs22
3464
3465         * src/prefs_customheader.c
3466                 Only allow correct filenames for various
3467                 custom headers
3468
3469 2006-06-18 [colin]      2.3.0cvs21
3470
3471         * src/prefs_customheader.c
3472                 Add a 'From File...' button in custom headers prefs, which
3473                 try to do the right thing: 
3474                 for normal headers, use file as plaintext,
3475                 for X-Face, calls compface,
3476                 for Face, encode to b64.
3477
3478 2006-06-17 [colin]      2.3.0cvs20
3479
3480         * src/mh.c
3481                 Warning fix
3482
3483 2006-06-16 [colin]      2.3.0cvs19
3484
3485         * src/summaryview.c
3486                 Recursive quicksearch: show message list
3487                 in current folder, *then* search children
3488                 in the background.
3489
3490 2006-06-16 [colin]      2.3.0cvs18
3491
3492         * src/main.c
3493                 Instead of ignoring SIGPIPE, save caches
3494                 when getting one. Will fix the fact that
3495                 hot caches are out-of-date when logging 
3496                 out of Xorg.
3497         * src/compose.c
3498         * src/prefs_compose_writing.c
3499                 Only save text (not attachments) when 
3500                 auto-saving to drafts
3501         * src/unmime.c
3502                 Always replace \n, \r and \t with spaces
3503                 in headers
3504         * manual/dist/html/Makefile.am
3505         * manual/dist/pdf/Makefile.am
3506         * manual/dist/ps/Makefile.am
3507         * manual/dist/txt/Makefile.am
3508         * manual/fr/dist/html/Makefile.am
3509         * manual/fr/dist/pdf/Makefile.am
3510         * manual/fr/dist/ps/Makefile.am
3511         * manual/fr/dist/txt/Makefile.am
3512         * manual/pl/dist/html/Makefile.am
3513         * manual/pl/dist/pdf/Makefile.am
3514         * manual/pl/dist/ps/Makefile.am
3515         * manual/pl/dist/txt/Makefile.am
3516                 Fix make clean removing pregenerated manuals
3517
3518
3519 2006-06-16 [colin]      2.3.0cvs17
3520
3521         * src/plugins/pgpcore/sgpgme.c
3522         * src/plugins/pgpmime/pgpmime.c
3523         * src/plugins/pgpinline/pgpinline.c
3524                 Better error reporting in setup_signers.
3525                 Don't fallback to default key if specified
3526                 key isn't found.
3527                 Don't allow signing if more than one secret
3528                 key matches the one specified in prefs.
3529
3530 2006-06-15 [colin]      2.3.0cvs16
3531
3532         * src/folderview.c
3533                 Add "Send queue" in the folder's contextual
3534                 menu
3535         * src/compose.c
3536         * src/messageview.c
3537         * src/privacy.c
3538         * src/privacy.h
3539         * src/procmime.c
3540         * src/procmsg.c
3541         * src/plugins/pgpcore/passphrase.c
3542         * src/plugins/pgpcore/sgpgme.c
3543         * src/plugins/pgpinline/pgpinline.c
3544         * src/plugins/pgpmime/pgpmime.c
3545                 Better error reporting
3546         * src/mbox.c
3547                 Probably fix bug #971 (2.2.3 cannot read mail 
3548                 from local mbox)
3549
3550
3551 2006-06-15 [mones]      2.3.0cvs15
3552
3553         * tools/make.themes.project
3554                 creates the themes project from the web page
3555
3556 2006-06-15 [colin]      2.3.0cvs14
3557
3558         * src/folder.c
3559                 Better fix (avoid losing the folder if scan_tree 
3560                 fails)
3561
3562 2006-06-15 [cleroy]     2.3.0cvs13
3563
3564         * src/folder.c
3565                 Probably fix Bug #969 (crash on rebuilding 
3566                 imap folder)
3567
3568 2006-06-14 [colin]      2.3.0cvs12
3569
3570         * manual/dtd/manual.xsl
3571         * manual/sylpheed-claws-manual.xml
3572         * manual/fr/sylpheed-claws-manual.xml
3573         * manual/pl/sylpheed-claws-manual.xml
3574                 Insert pagebreaks between sections
3575
3576 2006-06-14 [paul]       2.3.0cvs11
3577
3578         * configure.ac
3579                 better fix than 2.3.0cvs10
3580
3581 2006-06-14 [paul]       2.3.0cvs10
3582
3583         * configure.ac
3584                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3585                 (backwards compatible)
3586
3587 2006-06-13 [colin]      2.3.0cvs9
3588
3589         * src/messageview.c
3590                 Fix sending of return receipt with the new queue folders
3591
3592 2006-06-13 [wwp]        2.3.0cvs8
3593
3594         * src/quote_fmt_lex.l
3595                 fix wrong tokens returned in quote_fmt lexer, query not().
3596
3597 2006-06-13 [wwp]        2.3.0cvs7
3598
3599         * src/folder.c
3600         * src/prefs_folder_item.c
3601                 allow changing folder type even when folder is not a top-level one,
3602                 thanks to Colin.
3603
3604 2006-06-12 [colin]      2.3.0cvs6
3605
3606         * src/folderview.c
3607                 Fix double-ask of "Do you want to mark all
3608                 as read"
3609
3610 2006-06-12 [colin]      2.3.0cvs5
3611
3612         * src/compose.c
3613         * src/compose.h
3614         * src/folder.c
3615         * src/folder.h
3616         * src/imap.c
3617         * src/inc.c
3618         * src/main.c
3619         * src/messageview.c
3620         * src/mh.c
3621         * src/prefs_folder_item.c
3622         * src/procheader.c
3623         * src/procmime.c
3624         * src/procmsg.c
3625         * src/procmsg.h
3626         * src/send_message.c
3627         * src/summaryview.c
3628         * src/toolbar.c
3629                 Apply bug #964's patch (Queue and drafts aren't normal)
3630                 The Drafts and Queue folder now contain RFC-822 files,
3631                 allowing to move and copy mails from and to these 
3632                 folders. Moving from Drafts to Queue will prepare the
3633                 mail for sending (PGP signature, encryption, etc).
3634                 This patch also rework sending errors handling to try
3635                 to be more helpful.
3636                 Also, allow redefining folder types via the GUI 
3637                 (Folder type in its Properties)
3638
3639 2006-06-12 [colin]      2.3.0cvs4
3640
3641         * src/summaryview.c
3642         * src/prefs_common.c
3643         * src/prefs_common.h
3644         * src/gedit-print.c
3645                 Allow to define a specific print font - patch
3646                 by Bernhard Walle <bernhard.walle@gmx.de>
3647         * src/prefs_fonts.c
3648         * manual/advanced.xml
3649         * manual/fr/advanced.xml
3650                 Add a hidden pref to allow deletion without
3651                 confirmation
3652
3653 2006-06-12 [wwp]        2.3.0cvs3
3654
3655         * .cvsignore
3656                 more files to ignore.
3657
3658 2006-06-12 [wwp]        2.3.0cvs2
3659
3660         * src/quote_fmt.c
3661         * src/quote_fmt_lex.l
3662         * src/quote_fmt_parse.y
3663                 extend the quote_fmt parser (templates and quotes):
3664                 - allow limited sub-expressions in |p{} and |f{} expressions,
3665                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3666                 - implemented/fixed missing implementation of query_references and show_references,
3667                 - completed, fixed contents and format of the symbols help dialog,
3668                 - fix some compilation warnings.
3669
3670 2006-06-12 [wwp]        2.3.0cvs1
3671
3672         * manual/advanced.xml
3673         * manual/fr/advanced.xml
3674                 updates in the "templates" section of the manual (eng/fr):
3675                  - be more precise (both versions)
3676                  - completed to match the english reference (fr version)
3677                  - touchups (both versions)
3678
3679 2006-06-12 [paul]       2.3.0
3680
3681         2.3.0 released
3682
3683 2006-06-12 [paul]       2.2.3cvs14
3684
3685         * po/ca.po
3686         * po/cs.po
3687         * po/de.po
3688         * po/el.po
3689         * po/fr.po
3690         * po/it.po
3691         * po/pt_BR.po
3692         * po/sr.po
3693         * po/zh_CN.po
3694                 updated by Miquel Oliete, Tim, Stephan Sachse,
3695                 Stavros Giannouris, Fabien Vantard, Andrea
3696                 Spadaccini, Frederico Goncalves Guimaraes,
3697                 Aleksandar Urosevic, and Ralgh Young
3698
3699 2006-06-12 [colin]      2.2.3cvs13
3700
3701         * src/mbox.c
3702                 Add missing header
3703
3704 2006-06-11 [colin]      2.2.3cvs12
3705
3706         * src/msgcache.c
3707                 Verify that g_malloc() succeeded
3708
3709 2006-06-11 [colin]      2.2.3cvs11
3710
3711         * src/wizard.c
3712                 Add Face header to welcome mail
3713
3714 2006-06-10 [colin]      2.2.3cvs10
3715
3716         * src/textview.c
3717                 Revert previous (Forgot it changes the
3718                 margin on the whole mail)
3719
3720 2006-06-10 [colin]      2.2.3cvs9
3721
3722         * src/textview.c
3723                 Don't overlap long headers under (X-)Face
3724
3725 2006-06-10 [mones]      2.2.3cvs8
3726
3727         * manual/xml2pdf
3728                 allow generation of manual on systems lacking saxon binary
3729                 but with java and the saxon library installed
3730
3731         * po/es.po
3732                 updated for release
3733
3734 2006-06-09 [colin]      2.2.3cvs7
3735
3736         * src/summaryview.c
3737                 Fix leak when using Display Sender using Addressbook
3738
3739 2006-06-09 [colin]      2.2.3cvs6
3740
3741         * src/compose.c
3742         * src/folder.c
3743         * src/folderview.c
3744         * src/mimeview.c
3745         * src/summaryview.c
3746                 More leaks fixes
3747
3748 2006-06-09 [paul]       2.2.3cvs5
3749
3750         * AUTHORS
3751         * src/gtk/authors.h
3752         * tools/claws.i18n.status.pl
3753                 updated with new info
3754
3755 2006-06-09 [paul]       2.2.3cvs4
3756
3757         * README
3758                 updated
3759         * manual/ack.xml
3760                 add wwp to authors list
3761         * src/gtk/authors.h
3762                 update mine and Colin's addresses
3763
3764 2006-06-08 [colin]      2.2.3cvs3
3765
3766         * src/etpan/imap-thread.c
3767                 Fix leak on SSL cert check
3768
3769 2006-06-08 [colin]      2.2.3cvs2
3770
3771         * src/common/utils.c
3772                 Fix leak
3773
3774 2006-06-08 [paul]       2.2.3cvs1
3775
3776         * configure.ac
3777                 Update version number following
3778                 stable release
3779
3780 2006-06-07 [colin]      2.2.2cvs3
3781
3782         * src/msgcache.c
3783                 Fix catching cache read errors (guint instead of gint)
3784                 Prevent malloc'ing more than 8MB (means cache corruption)
3785
3786 2006-06-07 [paul]       2.2.2cvs2
3787
3788         * src/exporthtml.c
3789         * src/exportldif.c
3790         * src/mh.c
3791         * src/mutt.c
3792         * src/pine.c
3793         * src/common/utils.c
3794                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3795                 obey $HOME'
3796                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3797                 Thanks to Colin
3798
3799 2006-06-06 [paul]       2.2.2cvs1
3800
3801         * configure.ac
3802                 Update version number following
3803                 stable release
3804
3805 2006-06-06 [paul]       2.2.1cvs6
3806
3807         * src/matcher.c
3808                 fix  implicit declaration of
3809                 sylpheed_do_idle()
3810                 Patch by Fabien Vantard
3811
3812 2006-06-06 [paul]       2.2.1cvs5
3813
3814         * src/matcher.c
3815                 fix age_greater and age_lower so that they
3816                 mean what say and not '...or equal to'
3817                 Thanks to Colin
3818
3819 2006-06-06 [paul]       2.2.1cvs4
3820
3821         * src/textview.c
3822         * src/common/utils.c
3823                 fix URI check
3824                 Thanks to Colin
3825
3826 2006-06-05 [wwp]        2.2.1cvs3
3827
3828         * manual/fr/account.xml
3829                 minor language fixes (thanks to Fabien Vantard).
3830
3831 2006-06-05 [colin]      2.2.1cvs2
3832
3833         * src/prefs_folder_item.c
3834         * src/folderview.c
3835                 Allow recursive setting of properties 
3836                 for whole mailboxes
3837         * src/matcher.c
3838                 Don't freeze on 'test' filtering rule
3839
3840 2006-06-05 [colin]      2.2.1cvs1
3841
3842         * configure.ac
3843                 Update version number following
3844                 stable release
3845
3846 2006-06-04 [wwp]        2.2.0cvs82
3847
3848         * manual/glossary.xml
3849         * manual/account.xml
3850         * manual/fr/glossary.xml
3851         * manual/fr/account.xml
3852                 added glossary section and references/links related to the Face custom header.
3853
3854 2006-06-04 [colin]      2.2.0cvs81
3855
3856         * src/summaryview.c
3857                 Skip to next message on move with no
3858                 immediate execution
3859
3860 2006-06-04 [wwp]        2.2.0cvs80
3861
3862         * manual/xml2pdf
3863                 added sanity checks, exit when needed.
3864
3865 2006-06-03 [paul]       2.2.0cvs79
3866
3867         * src/prefs_receive.c
3868                 page name is now 'Receiving'
3869         * src/prefs_send.c
3870                 page name is now 'Sending'
3871
3872 2006-06-03 [colin]      2.2.0cvs78
3873
3874         * src/plugins/spamassassin/spamassassin_gtk.c
3875                 Autoswitch to Localhost if transport was previously
3876                 disabled. Else people had to check [] Enable, then
3877                 *reselect* transport.
3878
3879 2006-06-03 [colin]      2.2.0cvs77
3880
3881         * src/plugins/pgpinline/pgpinline.c
3882         * src/plugins/pgpmime/pgpmime.c
3883                 Check that gpg_data_release_and_get_mem 
3884                 didn't fail (now, why this happens...)
3885
3886 2006-06-03 [colin]      2.2.0cvs76
3887
3888         * src/mbox.c
3889                 Fix bug #962 (Manual and/or UI should 
3890                 warn about incompatible locking 
3891                 causing dataloss)
3892
3893 2006-06-02 [cleroy]     2.2.0cvs75
3894
3895         * src/filtering.c
3896         * src/folder.c
3897         * src/procmsg.c
3898         * src/summaryview.c
3899                 Fix a few leaks
3900
3901 2006-06-02 [colin]      2.2.0cvs74
3902
3903         * src/main.c
3904                 On exit, free caches after writing them
3905                 Shuts up some valgrind false positives
3906         * src/procmsg.c
3907         * src/send_message.c
3908                 Fix races when reusing existing SMTP connections
3909                 Fix inexistant session timeout
3910         * src/toolbar.c
3911                 Display alertpanel after all queues have
3912                 been processed, not after each
3913
3914 2006-06-02 [wwp]        2.2.0cvs73
3915
3916         * manual/fr/glossary.xml
3917         * manual/fr/ack.xml
3918         * manual/ack.xml
3919                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3920
3921 2006-06-02 [wwp]        2.2.0cvs72
3922
3923         * manual/xml2pdf
3924         * manual/dist/pdf/Makefile.am
3925         * manual/dtd/manual.xsl
3926         * manual/fr/dist/pdf/Makefile.am
3927         * manual/pl/dist/pdf/Makefile.am
3928                 we changed the procedure to generate the .pdf version of the manual.
3929                 The procedure is more modern and the .pdf we get now has a valid index.
3930                 Here are the new pre-requisites:
3931
3932                 - JRE 1.x (1.4 here): there must be one from your distro
3933                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3934                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3935                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3936
3937                 See my posts for further info about the installation of this toolchain:
3938
3939                 Date: Fri, 19 May 2006 19:40:06 +0200
3940                 From: wwp <subscript@free.fr>
3941                 To: sylpheed-claws-devel@lists.sourceforge.net
3942                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3943
3944                 and
3945
3946                 Date: Wed, 24 May 2006 12:58:49 +0200
3947                 From: wwp <subscript@free.fr>
3948                 To: sylpheed-claws-devel@lists.sourceforge.net
3949                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3950
3951 2006-06-01 [colin]      2.2.0cvs71
3952
3953         * src/compose.c
3954                 Better guards against IMAP races
3955         * src/main.c
3956         * src/prefs_common.c
3957         * src/prefs_common.h
3958         * src/common/ssl_certificate.c
3959         * src/etpan/imap-thread.c
3960         * src/etpan/imap-thread.h
3961         * src/gtk/sslcertwindow.c
3962                 New hidden option ssl_skip_cert_check to 
3963                 avoid dups of bug #959 (libetpan linked
3964                 against gnutls and gnutls buggy on 64bit)
3965                 Present expired warning only once per
3966                 session/server.
3967         * manual/advanced.xml
3968         * manual/fr/advanced.xml
3969                 Document new option
3970
3971 2006-06-01 [wwp]        2.2.0cvs70
3972
3973         * src/messageview.c
3974                 fix for bug #961 (return receipt dialog 
3975                 complains incorrectly about return-path 
3976                 email adress being different), thanks 
3977                 to Colin.
3978
3979 2006-05-31 [cleroy]     2.2.0cvs69
3980
3981         * src/common/ssl.c
3982                 Guard against NULLs, although this
3983                 should never be an issue
3984
3985 2006-05-31 [colin]      2.2.0cvs68
3986
3987         * src/filtering.c
3988                 Use g_slist_prepend
3989         * src/imap.c
3990                 Don't remove caches when destroying folder, it
3991                 could (should) be done at exit
3992         * src/inc.c
3993                 free processing cache after incorporation
3994         * src/etpan/imap-thread.c
3995                 Maybe fix bug #959 (Crash on moving to emails 
3996                 to a imap account per ssl with a expired 
3997                 certificate.)
3998
3999 2006-05-30 [colin]      2.2.0cvs67
4000
4001         * src/summaryview.c
4002                 Put back event flush when displaying message
4003                 It avoids reading a bunch of messages just
4004                 by hitting shift-n for too long ;)
4005
4006 2006-05-29 [colin]      2.2.0cvs66
4007
4008         * src/summaryview.c
4009                 Remove useless g_warnings
4010
4011 2006-05-29 [colin]      2.2.0cvs65
4012
4013         * src/imap.c
4014                 Fix g_slist_append()s for performance
4015
4016 2006-05-29 [colin]      2.2.0cvs64
4017
4018         * src/compose.c
4019         * src/common/utils.c
4020                 Fix extraneous tab at start of addresses
4021         * src/mainwindow.c
4022                 Fix warnings (thanks to Fabien)
4023                 Fix crash at exit when composing messages 
4024                 exist
4025         * src/pop.c
4026                 Fix progress bar when deleting expired mails
4027                 Thanks to Hiro
4028         * src/summaryview.c
4029         * src/gtk/gtksctree.c
4030                 Fix re-sorting slowness
4031
4032 2006-05-29 [paul]       2.2.0cvs63
4033
4034         * src/mh.c
4035                 fetch full message when moving mails
4036                 from another mailbox, (fixed data loss
4037                 when filtering from IMAP to MH, introduced
4038                 in 2.2.0cvs57).
4039                 Thanks to Colin
4040
4041 2006-05-29 [mones]      2.2.0cvs62
4042
4043         * src/gtk/gtksctree.c
4044                 Unselect faster (patch by Colin)        
4045
4046 2006-05-26 [colin]      2.2.0cvs61
4047
4048         * src/summaryview.c
4049                 Unplug MSGINFO_UPDATE callback on delete too.
4050
4051 2006-05-26 [colin]      2.2.0cvs60
4052
4053         * src/foldersel.c
4054                 Fix bold in folder selection window with glib2.10
4055                 thanks Hiro
4056
4057 2006-05-26 [colin]      2.2.0cvs59
4058
4059         * src/procheader.c
4060                 Convert date only if necessary (and don't
4061                 try to convert from utf8 to utf8, too)
4062         * src/summaryview.c
4063                 Only set column's text if the column's 
4064                 displayed
4065
4066 2006-05-26 [colin]      2.2.0cvs58
4067
4068         * src/summaryview.c
4069         * src/gtk/gtkutils.c
4070                 Fix useless warning
4071
4072 2006-05-26 [colin]      2.2.0cvs57
4073
4074         * src/mainwindow.c
4075                 Make summaryview selectable as long as 
4076                 no message has focus
4077         * src/mh.c
4078                 Faster deletion (by implementing mh_remove_msgs)
4079                 Faster copy (avoid using mh_fetch_msg just to get
4080                 the filename)
4081                 Faster move (using move_file instead of copy_file
4082                 if MSG_IS_MOVE)
4083                 No progressbar if total number of mails to cp/mv 
4084                 is less than 100
4085         * src/summaryview.c
4086                 Fix removal from subject_table when mail gets moved
4087                 Faster deletion (g_slist_prepend instead of append)
4088         * src/gtk/gtksctree.c
4089                 Remove useless code
4090
4091 2006-05-25 [colin]      2.2.0cvs56
4092
4093         * src/common/ssl_certificate.c
4094                 Fix leak in expired cert check
4095
4096 2006-05-25 [colin]      2.2.0cvs55
4097
4098         * src/mh.c
4099                 Disable flags syncing on .mh_sequences - it
4100                 is buggy and marks mails read under unknown
4101                 conditions.
4102
4103 2006-05-25 [paul]
4104
4105         * 2.3.0-rc4 released
4106
4107 2006-05-24 [colin]      2.2.0cvs54
4108
4109         attention cvs users: if you manage to crash
4110         Sylpheed-Claws while moving, copying or deleting
4111         mails, we *are* interested in stack traces and
4112         valgrind logs. It looks stable, but one never
4113         knows...
4114
4115         * src/folder.c
4116                 Add progressbar for cache updates
4117         * src/folderutils.c
4118                 Optimize Mark all read in the current
4119                 folder
4120         * src/mh.c
4121                 Add progressbar for copy/move
4122         * src/procmsg.c
4123                 Optimize O(n^2) in copy/move
4124         * src/summaryview.c
4125         * src/gtk/gtksctree.c
4126                 Optimize O(n^2) algos
4127         * src/common/timing.h
4128                 Display ms instead of us
4129
4130 2006-05-24 [wwp]        2.2.0cvs53
4131
4132         * manual/fr/advanced.xml
4133                 updates to the French manual.
4134
4135 2006-05-24 [wwp]        2.2.0cvs52
4136
4137         * src/common/utils.c
4138                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4139
4140 2006-05-24 [wwp]        2.2.0cvs51
4141
4142         * src/folderutils.c
4143                 fixed "mark all read" in MH folders (thanks to Colin).
4144
4145 2006-05-24 [paul]       2.2.0cvs50
4146
4147         * doc/man/sylpheed-claws.1
4148                 updated the man page
4149
4150 2006-05-23 [colin]      2.2.0cvs49
4151
4152         * src/folderview.c
4153         * src/imap.c
4154         * src/inc.c
4155         * src/mbox.c
4156         * src/messageview.c
4157         * src/news.c
4158         * src/send_message.c
4159         * src/summaryview.c
4160         * src/gtk/sslcertwindow.c
4161                 alertpanel fixes, by Fabien
4162
4163 2006-05-23 [colin]      2.2.0cvs48
4164
4165         * src/folder.c
4166         * src/folderview.c
4167         * src/msgcache.c
4168         * src/summaryview.c
4169         * src/gtk/gtksctree.c
4170         * src/gtk/gtksctree.h
4171                 More timings
4172                 Fix slow loading problem, which was caused by the
4173                 use of some gtk_ctree funcs and their use of
4174                 g_list_position while gtk_ctree_(un)link'ing.
4175                 Reap more functions from gtkctree.c to be sure we
4176                 use our (fast) version instead of theirs.
4177         * src/mh.c
4178                 Fix copy of unread mails
4179
4180
4181 2006-05-22 [wwp]        2.2.0cvs47
4182
4183         * manual/fr/advanced.xml
4184                 updated.
4185
4186 2006-05-22 [colin]      2.2.0cvs46
4187
4188         * src/filtering.c
4189                 Fix possible infinite loop. 'copy' is not a 
4190                 final action, so when encountering a 'copy',
4191                 we have to check if a previous one was set
4192                 and do it. In the same way, if we encounter
4193                 a 'move' we have to perform a possibly 
4194                 pending 'copy'. This will slow down filtering
4195                 on IMAP if move+copy or multiple copy actions
4196                 are to be done, but handling it via the batch
4197                 would be really too convoluted.
4198
4199 2006-05-22 [wwp]        2.2.0cvs45
4200
4201         * manual/fr/advanced.xml
4202         * manual/fr/faq.xml
4203         * manual/fr/glossary.xml
4204         * manual/fr/handling.xml
4205         * manual/fr/intro.xml
4206         * manual/fr/plugins.xml
4207         * manual/fr/sylpheed-claws-manual.xml
4208                 sync w/ the english manual: updates URIs, documented mailing-list
4209                 support, better explanation about the enabled/disabled feature
4210                 in filtering/processing rules by Paul.
4211
4212 2006-05-21 [colin]      2.2.0cvs44
4213
4214         * src/summaryview.c
4215                 Don't expand after building threads, but during
4216
4217 2006-05-21 [colin]      2.2.0cvs43
4218
4219         * src/procmsg.c
4220         * src/summaryview.c
4221                 More timing possibilities... For next time I have 
4222                 to find out how the hell some 3GHz computer takes
4223                 one minute to open a 30k folder...
4224
4225 2006-05-21 [colin]      2.2.0cvs42
4226
4227         * manual/pl/advanced.xml
4228         * manual/pl/faq.xml
4229         * manual/pl/glossary.xml
4230         * manual/pl/handling.xml
4231         * manual/pl/intro.xml
4232         * manual/pl/plugins.xml
4233         * manual/pl/sylpheed-claws-manual.xml
4234                 Polish manual updated by Pawel
4235
4236 2006-05-20 [colin]
4237
4238         * 2.3.0-rc3 released
4239
4240 2006-05-20 [colin]      2.2.0cvs41
4241
4242         * src/imap.c
4243                 Fix -rc2 problems:
4244                 - remove cache of moved messages from original folder
4245                 - apply new flags to messages even if they aren't appliable
4246                   via IMAP.
4247
4248 2006-05-20 [colin]
4249
4250         * 2.3.0-rc2 released
4251
4252 2006-05-19 [colin]      2.2.0cvs40
4253
4254         * src/imap.c
4255                 Don't issue SELECT in imap_change_flags
4256                 before having checked that we indeed have
4257                 some flags to change. MSG_POSTFILTERED for
4258                 example can't be used on IMAP.
4259                 Fixes bug #955 (copying messages between 
4260                 imap folders is extremely slow), which was
4261                 a regression.
4262
4263 2006-05-19 [colin]      2.2.0cvs39
4264
4265         * src/folder.c
4266         * src/folder.h
4267         * src/folderview.c
4268                 Try to fix bug #830 (Some unread messages 
4269                 get marked read in IMAP inbox):
4270                 - Prevent scanning a folder if it's being 
4271                   opened via the GUI
4272                 - Postpone opening via the GUI of a folder
4273                   currently scanned.
4274
4275
4276 2006-05-19 [wwp]        2.2.0cvs38
4277
4278         * manual/advanced.xml
4279                 fix English+typo (thanks to Paul).
4280
4281 2006-05-19 [wwp]        2.2.0cvs37
4282
4283         * manual/advanced.xml
4284         * manual/fr/advanced.xml
4285         * src/gtk/logwindow.c
4286         * src/prefs_common.c
4287         * src/prefs_common.h
4288                 added hidden prefs to allow customization of colors used in
4289                 protocol log window (useful for dark gtk+ themes).
4290
4291 2006-05-19 [wwp]        2.2.0cvs36
4292
4293         * ChangeLog
4294                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4295
4296 2006-05-19 [paul]       2.2.0cvs35
4297
4298         * src/textview.c
4299                 make Reply-To fully clickable
4300         * src/gtk/logwindow.c
4301                 more colouring (SMTP ESMTP)
4302         Both patches by Pawel Pekala
4303
4304 2006-05-19 [cleroy]     2.2.0cvs34
4305
4306         * src/mh.c
4307                 Don't update flags from current folder
4308                 Probably fixes bug #935 (Read Messages 
4309                 Revert to Being Marked as Unread)
4310
4311 2006-05-18 [colin]      2.2.0cvs33
4312
4313         * src/imap.c
4314                 Warning fix
4315         * src/compose.c
4316         * src/mainwindow.c
4317         * src/summaryview.c
4318         * src/toolbar.c
4319                 Allow replying to multiple emails
4320                 in multiple windows
4321         * src/mimeview.c
4322         * src/etpan/imap-thread.c
4323                 Leak fixes
4324
4325 2006-05-18 [paul]       2.2.0cvs32
4326
4327         * src/summaryview.c
4328                 keep Mailing-List menu refreshed
4329                 Thanks to Colin
4330
4331 2006-05-18 [paul]       2.2.0cvs31
4332
4333         * manual/advanced.xml
4334         * manual/faq.xml
4335         * manual/glossary.xml
4336         * manual/handling.xml
4337         * manual/intro.xml
4338         * manual/plugins.xml
4339         * manual/sylpheed-claws-manual.xml
4340                 update URLs
4341                 add info about mailing-list support
4342                 edit filtering info
4343         * src/wizard.c
4344         * src/common/defs.h
4345         * src/gtk/about.c
4346         * src/plugins/dillo_viewer/README
4347                 update URLs
4348
4349 2006-05-17 [wwp]        2.2.0cvs30
4350
4351         * manual/handling.xml
4352         * manual/fr/handling.xml
4353                 documented the ability to enabled/disable filtering/processing rules.
4354
4355 2006-05-17 [colin]      2.2.0cvs29
4356
4357         * src/main.c
4358                 Don't initialize g_thread subsystem if it's 
4359                 already done (thanks to Hiro)
4360         * src/mimeview.c
4361                 Fix saving of parts when there name can't be
4362                 converted from UTF-8.
4363
4364 2006-05-17 [paul]       2.2.0cvs28
4365
4366         * po/Makefile.in.in
4367                 fix config.status warning with autoconf 2.60
4368
4369 2006-05-17 [paul]       2.2.0cvs27
4370
4371         * po/POTFILES.in
4372                 add src/mbox.c
4373
4374 2006-05-17 [wwp]        2.2.0cvs26
4375
4376         * src/mainwindow.c
4377                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4378
4379 2006-05-17 [wwp]        2.2.0cvs25
4380
4381         * src/plugins/demo/demo.c
4382                 updated product name in plugin demo (many plugins need to be
4383                 sync'ed w/ that change).
4384
4385 2006-05-17 [colin]      2.2.0cvs24
4386
4387         * src/mh.c
4388                 Fix leak
4389
4390 2006-05-16 [colin]      2.2.0cvs23
4391
4392         * src/mainwindow.c
4393                 Stupid me hit again. Fix cvs22.
4394
4395 2006-05-16 [colin]      2.2.0cvs22
4396
4397         * src/mainwindow.c
4398                 Fix bug #922 (sylpheed-claws crashed after 
4399                 pushing on Inbox folder)
4400
4401 2006-05-16 [colin]      2.2.0cvs21
4402
4403         * src/compose.c
4404                 Make From header be copy/paste/select-able
4405
4406 2006-05-16 [wwp]        2.2.0cvs20
4407
4408         * src/export.c
4409         * src/matcher.c
4410         * src/summaryview.c
4411         * src/etpan/imap-thread.c
4412                 fix some compiler warnings (thanks to Colin).
4413
4414 2006-05-16 [wwp]        2.2.0cvs19
4415
4416         * src/action.c
4417         * src/gedit-print.c
4418         * src/inc.c
4419         * src/mainwindow.c
4420         * src/mh.c
4421         * src/statusbar.c
4422         * src/send_message.c
4423         * src/summaryview.c
4424                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4425
4426 2006-05-15 [colin]      2.2.0cvs18
4427
4428         * src/procmsg.c
4429                 Fix automatic rule creation with List-Post
4430
4431 2006-05-15 [paul]       2.2.0cvs17
4432
4433         * tools/filter_conv_new.pl
4434                 updated for rule enabling/disabling
4435                 claws version >= 2.3.x required
4436
4437 2006-05-15 [cleroy]     2.2.0cvs16
4438
4439         * src/main.c
4440                 Revert test
4441
4442 2006-05-15 [cleroy]     2.2.0cvs15
4443
4444         * src/main.c
4445                 test
4446
4447 2006-05-15 [wwp]        2.2.0cvs14
4448
4449         * manual/pl/.cvsignore
4450                 ignore generated files.
4451
4452 2006-05-14 [wwp]        2.3.0-rc1
4453
4454         * 2.3.0-rc1 released
4455
4456 2006-05-13 [wwp]        2.2.0cvs13
4457
4458         * src/filtering.c
4459         * src/filtering.h
4460         * src/matcher.c
4461         * src/matcher_parser_lex.l
4462         * src/matcher_parser_parse.y
4463         * src/prefs_filtering.c
4464                 new feature: provide the ability to disable filtering and processing
4465                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4466                 adaptations.
4467
4468 2006-05-13 [colin]      2.2.0cvs12
4469
4470         * src/compose.c
4471                 Remove useless if (a) b; else b;
4472                 Thanks to wwp
4473
4474 2006-05-13 [wwp]        2.2.0cvs11
4475
4476         * src/export.c
4477         * src/import.c
4478         * src/mainwindow.c
4479         * src/mbox.c
4480         * src/summaryview.c
4481         * src/summaryview.h
4482                 no more silent failures (or at least less ones) when importing
4483                 or exporting from/to mbox. Also start importing/exporting if
4484                 the necessary info is set.
4485
4486 2006-05-13 [wwp]        2.2.0cvs10
4487
4488         * RELEASE_NOTES
4489                 restored up-to-date release notes.
4490
4491 2006-05-13 [paul]       2.2.0cvs9
4492
4493         * po/nl.po
4494         * po/ru.po
4495                 updated by Tim Dijkstra and Pavlo Bohmat
4496
4497 2006-05-12 [colin]      2.2.0cvs8
4498
4499         * src/gtk/quicksearch.c
4500                 Add "k" as shortcut for "colorlabel". Patch
4501                 by ath42@users.sf.net.
4502
4503 2006-05-12 [paul]       2.2.0cvs7
4504
4505         * src/prefs_common.h
4506         * src/prefs_summaries.c
4507         * src/summaryview.c
4508                 when entering a folder also allow
4509                 going directly to first Marked message
4510
4511 2006-05-12 [paul]       2.2.0cvs6
4512
4513         * src/summaryview.c
4514                 always obey 'confirm before marking all
4515                 mails read' option
4516
4517 2006-05-12 [paul]       2.2.0cvs5
4518
4519         * src/textview.c
4520                 make Sender fully clickable
4521
4522 2006-05-12 [colin]      2.2.0cvs4
4523
4524         * src/compose.c
4525         * src/compose.h
4526                 Let From be editable
4527         * src/main.c
4528         * src/mh.c
4529                 Full support of .mh_sequences' Unseen seq
4530
4531 2006-05-12 [colin]      2.2.0cvs3
4532
4533         * src/folder.c
4534         * src/mainwindow.c
4535         * src/mainwindow.h
4536         * src/messageview.c
4537         * src/prefs_spelling.c
4538         * src/procheader.c
4539         * src/procmsg.c
4540         * src/procmsg.h
4541         * src/summaryview.c
4542         * src/toolbar.c
4543         * src/toolbar.h
4544                 Add contextual menu on Compose toolbar
4545                 button. Fixes bug #944 (Automatic
4546                 addresses not applied when changing account
4547                 from compose window)
4548                 add Mailing List support
4549                 based on the old 0.6.5claws25 patch by
4550                 Melvin Hadasht, with finishing touches
4551                 by Colin
4552                 Fix "ignore thread" when mails are threaded by
4553                 subject (and weren't ignored although appearing
4554                 in the thread).
4555                 GUI rework.
4556                 Both patches by Pawel.
4557
4558 2006-05-08 [paul]       2.2.0cvs2
4559
4560         * src/mainwindow.c
4561         * src/mainwindow.h
4562         * src/messageview.c
4563         * src/procheader.c
4564         * src/procmsg.c
4565         * src/procmsg.h
4566         * src/summaryview.c
4567                 add Mailing List support
4568                 based on the old 0.6.5claws25 patch by 
4569                 Melvin Hadasht, with finishing touches
4570                 by Colin
4571
4572 2006-05-08 [colin]      2.2.0cvs1
4573
4574         * src/mainwindow.c
4575         * src/toolbar.c
4576         * src/toolbar.h
4577                 Add contextual menu on Compose toolbar 
4578                 button. Fixes bug #944 (Automatic 
4579                 addresses not applied when changing account 
4580                 from compose window)
4581
4582 2006-05-08 [paul]       2.2.0
4583
4584         2.2.0 released
4585
4586 2006-05-08 [paul]       2.1.1cvs51
4587
4588         * po/cs.po
4589         * po/de.po
4590         * po/en_GB.po
4591         * po/fi.po
4592         * po/fr.po
4593         * po/pt_BR.po
4594         * po/sr.po
4595         * po/zh_CN.po
4596                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4597                 Fabien Vantard, Frederico Goncalves Guimaraes,
4598                 Aleksandar Urosevic, and Ralgh Young
4599
4600 2006-05-12 [colin]      2.1.1cvs50
4601
4602         * po/cs.po
4603         * po/de.po
4604         * po/en_GB.po
4605         * po/es.po
4606         * po/fi.po
4607         * po/fr.po
4608         * po/pt_BR.po
4609         * po/sr.po
4610         * po/zh_CN.po
4611                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4612                 Fabien Vantard, Frederico Goncalves Guimaraes,
4613                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4614
4615 2006-05-05 [colin]      2.1.1cvs49
4616
4617         * manual/Makefile.am
4618         * manual/pl/Makefile.am
4619         * manual/pl/account.xml
4620         * manual/pl/ack.xml
4621         * manual/pl/addrbook.xml
4622         * manual/pl/advanced.xml
4623         * manual/pl/faq.xml
4624         * manual/pl/glossary.xml
4625         * manual/pl/gpl.xml
4626         * manual/pl/handling.xml
4627         * manual/pl/intro.xml
4628         * manual/pl/keyboard.xml
4629         * manual/pl/plugins.xml
4630         * manual/pl/starting.xml
4631         * manual/pl/sylpheed-claws-manual.xml
4632         * manual/pl/dist/.cvsignore
4633         * manual/pl/dist/Makefile.am
4634         * manual/pl/dist/html/.cvsignore
4635         * manual/pl/dist/html/Makefile.am
4636         * manual/pl/dist/pdf/.cvsignore
4637         * manual/pl/dist/pdf/Makefile.am
4638         * manual/pl/dist/ps/.cvsignore
4639         * manual/pl/dist/ps/Makefile.am
4640         * manual/pl/dist/txt/.cvsignore
4641         * manual/pl/dist/txt/Makefile.am
4642                 Add the polish translation of the manual,
4643                 Authored by Pawel Pekala.
4644
4645 2006-05-05 [cleroy]     2.1.1cvs48
4646
4647         * src/main.c
4648                 Re-read matcherrc after loading plugins 
4649                 if some of them add folders.
4650
4651 2006-05-03 [colin]      2.1.1cvs47
4652
4653         * src/imap.c
4654                 I'm idiot
4655
4656 2006-05-03 [colin]      2.1.1cvs46
4657
4658         * src/imap.c
4659                 Be sure to have a session when
4660                 getting separator
4661
4662 2006-05-03 [colin]      2.1.1cvs45
4663
4664         * src/imap.c
4665         * src/imap.h
4666         * src/imap_gtk.c
4667                 Fix preventing renaming with namespace 
4668                 separator.
4669
4670 2006-05-01 [colin]      2.1.1cvs44
4671
4672         * src/action.c
4673                 Don't reload messageview when result of
4674                 action is piped.
4675
4676 2006-04-29 [colin]      2.1.1cvs43
4677
4678         * src/prefs_receive.c
4679         * src/plugins/spamassassin/spamassassin_gtk.c
4680         * src/plugins/clamav/clamav_plugin_gtk.c
4681                 GUI fixes by Pawel
4682
4683 2006-04-29 [colin]      2.1.1cvs42
4684
4685         * src/prefs_compose_writing.c
4686         * src/prefs_quote.c
4687                 Cleanups. Patch by Pawel
4688
4689 2006-04-28 [paul]       2.1.1cvs41
4690
4691         * src/matcher.c
4692                 fix returned quick search results when search
4693                 term contains an underscore.
4694                 Thanks to Colin
4695
4696 2006-04-28 [paul]       2.1.1cvs40
4697
4698         * src/prefs_message.c
4699         * src/prefs_receive.c
4700                 GUI cleanups
4701                 Patches by Pawel Pekala
4702
4703 2006-04-27 [colin]      2.1.1cvs39
4704
4705         * src/wizard.c
4706                 Differentiate subject Welcome from
4707                 window's title Welcome
4708
4709 2006-04-27 [paul]
4710
4711         2.2.0-rc1 released
4712
4713 2006-04-27 [paul]       2.1.1cvs38
4714
4715         * manual/advanced.xml
4716         * manual/fr/advanced.xml
4717                 add info about compose_no_markup hidden pref
4718
4719 2006-04-27 [paul]       2.1.1cvs37
4720
4721         * src/prefs_account.c
4722                 improve privacy labels
4723         * src/prefs_msg_colors.c
4724                 change some strings for translators' convenience
4725         * src/gtk/gtkutils.c
4726                 don't underline the link button text
4727
4728 2006-04-25 [colin]      2.1.1cvs36
4729
4730         * src/folder.c
4731                 Complete 2.1.1cvs33 (once more ;)
4732
4733 2006-04-25 [colin]      2.1.1cvs35
4734
4735         * src/editldap.c
4736                 Fix tooltip
4737
4738 2006-04-25 [cleroy]     2.1.1cvs34
4739
4740         * src/compose.c
4741         * src/gtk/gtkaspell.c
4742                 Fix crash on redirect (related to the return 
4743                 of the aspell menu in compose's toolbar)
4744         * src/prefs_msg_colors.c
4745                 Fix sensitivity widgets
4746         * src/image_viewer.c
4747         * src/gtk/pluginwindow.c
4748         * src/gtk/prefswindow.c
4749                 Change released signals to clicked (Fabien)
4750         * po/POTFILES.in
4751         * src/common/socket.c
4752         * src/plugins/spamassassin/spamassassin.c
4753                 Translate strings (Fabien)
4754
4755 2006-04-25 [paul]       2.1.1cvs33
4756
4757         * src/folder.c
4758         * src/folder.h
4759         * src/folderview.c
4760                 complete the fix of bug #912
4761                 Thanks to Colin
4762
4763 2006-04-25 [colin]      2.1.1cvs32
4764
4765         * src/news.c
4766                 Better progress bar
4767         * src/mimeview.c
4768         * src/summaryview.c
4769         * src/summaryview.h
4770                 Fix focus chain
4771                 Patches by Pawel Pekala
4772
4773 2006-04-24 [colin]      2.1.1cvs31
4774
4775         * src/compose.c
4776                 Fix compilation warnings (Fabien)
4777
4778 2006-04-24 [colin]      2.1.1cvs30
4779
4780         * src/addrindex.c
4781         * src/editldap.c
4782         * src/editldap_basedn.c
4783         * src/editldap_basedn.h
4784         * src/ldapctrl.c
4785         * src/ldapctrl.h
4786         * src/ldapquery.c
4787         * src/ldaputil.c
4788         * src/ldaputil.h
4789                 Fix bug #901 (LDAPS support)
4790
4791 2006-04-24 [colin]      2.1.1cvs29
4792
4793         * src/compose.c
4794                 Fix logic on error with send dialog on
4795         * src/imap.c
4796                 Fix compilation without libetpan, thanks
4797                 to Fabien
4798         * src/summaryview.c
4799                 Fix 'context-menu' key
4800
4801 2006-04-23 [colin]      2.1.1cvs28
4802
4803         * src/folder.c
4804                 Never free current's cache to free up 
4805                 memory. Fixes bug #912 (new count 
4806                 randomly set to message count)
4807
4808 2006-04-23 [colin]      2.1.1cvs27
4809
4810         * src/gtk/quicksearch.c
4811                 And remove printf...
4812
4813 2006-04-23 [colin]      2.1.1cvs26
4814
4815         * src/gtk/quicksearch.c
4816                 Fix replacing in quicksearch, and fix inserting
4817                 in the middle of the string. (introduced at 2.1.0cvs22)
4818
4819 2006-04-23 [colin]      2.1.1cvs25
4820
4821         * src/imap.c
4822                 Make sure uidnext is initialized in get_num_list
4823                 (not for stable, related to 2.1.1cvs8 and friends)
4824
4825 2006-04-23 [colin]      2.1.1cvs24
4826
4827         * src/imap.c
4828                 Output something when login is successful
4829                 too
4830
4831 2006-04-23 [colin]      2.1.1cvs23
4832
4833         * src/etpan/imap-thread.c
4834                 Better logging (line-per-line, hide data in fetch)
4835                 Fix a const warning
4836         * src/gtk/logwindow.c
4837         * src/gtk/logwindow.h
4838                 Better logging (color for input/output)
4839
4840 2006-04-21 [colin]      2.1.1cvs22
4841
4842         * src/gtk/quicksearch.c
4843                 On gtk+-2.8, use stock buttons in quicksearch
4844                 Based on a patch by Fabien and a design by Paul
4845
4846 2006-04-21 [colin]      2.1.1cvs21
4847
4848         * src/folderview.c
4849         * src/mainwindow.c
4850                 Fix occasional flicker in folderview
4851         * src/common/utils.c
4852                 Fix bug #943 (Incorrectly parsed email address 
4853                 list in short headers on message view and in 
4854                 printouts)
4855
4856 2006-04-20 [colin]      2.1.1cvs20
4857
4858         * src/imap.c
4859         * src/imap.h
4860         * src/prefs_account.c
4861                 Add ANONYMOUS auth for IMAP
4862
4863 2006-04-20 [paul]       2.1.1cvs19
4864
4865         * src/main.c
4866                 proper fix for 2.1.1cvs18
4867                 Thanks to Colin
4868
4869 2006-04-20 [paul]       2.1.1cvs18
4870
4871         * src/main.c
4872                 fix build warnings
4873
4874 2006-04-20 [paul]       2.1.1cvs17
4875
4876         * src/gtk/quicksearch.c
4877                 fix standard, non-extended Quick search,
4878                 was broken in 2.1.1cvs15.
4879                 Thanks to Colin.
4880
4881 2006-04-20 [colin]      2.1.1cvs16
4882
4883         * src/prefs_matcher.c
4884                 Fix values when reselecting a ~test
4885                 rule
4886
4887 2006-04-19 [colin]      2.1.1cvs15
4888
4889         * src/compose.c
4890         * src/compose.h
4891         * src/gtk/gtkaspell.c
4892         * src/gtk/gtkaspell.h
4893                 Put back Options menu in Spelling/
4894         * src/gtk/quicksearch.c
4895                 Don't search, and show error, if the
4896                 advanced search has a syntax error
4897
4898 2006-04-18 [colin]      2.1.1cvs14
4899
4900         * src/textview.c
4901                 Fix gdk warnings on set_cursor when textview
4902                 isn't visible
4903
4904 2006-04-18 [colin]      2.1.1cvs13
4905
4906         * src/gtk/gtksctree.c
4907                 Remove seemingly useless refresh that causes
4908                 flicker - watch this commit in case of 
4909                 problems before planned backport to stable
4910
4911 2006-04-18 [colin]      2.1.1cvs12
4912
4913         * src/imap.c
4914                 Factorize get/set_xml code
4915         * src/compose.c
4916         * src/prefs_account.c
4917         * src/prefs_account.h
4918         * src/procmsg.c
4919                 Add Encrypt to self option
4920
4921 2006-04-17 [colin]      2.1.1cvs11
4922
4923         * configure.ac
4924                 Fix search on encrpyt function on dragonfly
4925                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4926
4927 2006-04-17 [colin]      2.1.1cvs10
4928
4929         * src/prefs_account.c
4930                 Be safe by default: remove mails from POP3
4931                 after 7 days, not immediately
4932
4933 2006-04-17 [colin]      2.1.1cvs9
4934
4935         * src/etpan/imap-thread.c
4936                 Fix build on DragonFly - patch by 
4937                 Jonathan Buschmann <jonthn@agmact.com>
4938
4939 2006-04-17 [colin]      2.1.1cvs8
4940
4941         * src/imap.c
4942                 Save uidnext between sessions
4943
4944 2006-04-17 [colin]      2.1.1cvs7
4945
4946         * src/imap.c
4947                 scan is required when uid validity changes
4948
4949 2006-04-17 [colin]      2.1.1cvs6
4950
4951         * src/folderview.c
4952                 Don't scan if not necessary, apart in current
4953                 folder and INBOX to fetch flags.
4954         * src/imap.c
4955                 Scan is necessary if unread count changes
4956
4957 2006-04-17 [colin]      2.1.1cvs5
4958
4959         * src/imap.c
4960                 ...But always fetch ANSWERED and DELETED flags for
4961                 INBOX, as filtering can happen on these flags.
4962
4963 2006-04-17 [colin]      2.1.1cvs4
4964
4965         * src/imap.c
4966                 Don't fetch REPLIED and DELETED flags when synchronising
4967                 flags with a closed folder. We only need UNSEEN and FLAGGED
4968                 to update the folderview.
4969
4970 2006-04-17 [colin]      2.1.1cvs3
4971
4972         * src/imap.c
4973                 Faster flag search when there are new mails 
4974                 in a folder. We can do a full search if the 
4975                 folder contains less messages than the new
4976                 list.
4977
4978 2006-04-17 [colin]      2.1.1cvs2
4979
4980         * po/cs.po
4981         * po/de.po
4982         * po/fr.po
4983         * po/nl.po
4984         * po/pt_BR.po
4985                 Update translations from stable branch
4986
4987 2006-04-17 [colin]      2.1.1cvs1
4988
4989         * configure.ac
4990                 Bump version to follow stable release
4991
4992 2006-04-16 [mones]      2.1.0cvs50
4993
4994         * po/es.po
4995                 Updated for release
4996
4997 2006-04-16 [colin]      2.1.0cvs49
4998
4999         * src/textview.c
5000                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
5001                 with gtk < 2.8. Thanks to Fabien Vantard.
5002
5003 2006-04-15 [colin]      2.1.0cvs48
5004
5005         * src/etpan/imap-thread.c
5006                 Fix bug #919 (libetpan: SEGV when connecting 
5007                 using command)
5008
5009 2006-04-14 [colin]      2.1.0cvs47
5010
5011         * src/main.c
5012                 Fix race on --select (should be done better)
5013
5014 2006-04-14 [wwp]        2.1.0cvs46
5015
5016         * src/send_message.c
5017                 enforce a check for domain in account prefs (a sending
5018                 error could be faced if domain was checked but no value set),
5019                 thanks to Colin.
5020
5021 2006-04-14 [colin]      2.1.0cvs45
5022
5023         * src/codeconv.c
5024                 when converting from unknown to unknown, if the
5025                 string is UTF8, don't convert it to the locale
5026                 (which breaks it)
5027
5028 2006-04-14 [colin]      2.1.0cvs44
5029
5030         * src/compose.c
5031                 Don't try to use ASCII for converting headers
5032                 (as done in body)
5033
5034 2006-04-14 [paul]       2.1.0cvs43
5035
5036         * src/crash.c
5037                 add locale/charset info to crash report
5038         * src/gtk/about.c
5039                 add wwp to doc team
5040                 replace 'e-mail' with preferred 'email'
5041         * src/gtk/authors.h
5042                 ensure contributors list is in alphabetical
5043                 order
5044
5045 2006-04-13 [colin]      2.1.0cvs42
5046
5047         * src/textview.c
5048                 Prevent gdk warnings
5049
5050 2006-04-13 [colin]      2.1.0cvs41
5051
5052         * src/common/ssl_certificate.c
5053         * src/common/ssl_certificate.h
5054         * src/gtk/sslcertwindow.c
5055                 Warn on expired certs, and display the expiration date
5056
5057 2006-04-13 [colin]      2.1.0cvs40
5058
5059         * src/plugins/spamassassin/spamassassin_gtk.c
5060                 Fix missing set_text on unix socket
5061
5062 2006-04-13 [wwp]        2.1.0cvs39
5063
5064         * manual/fr/advanced.xml
5065         * manual/fr/glossary.xml
5066                 applied new spam/ham/email lexicon (pourriel, courriel)
5067
5068 2006-04-13 [paul]       2.1.0cvs38
5069
5070         * src/plugins/pgpmime/plugin.c
5071                 remove the mention of S/MIME from the
5072                 description. This is now handled by the
5073                 S/MIME plugin.
5074
5075 2006-04-13 [paul]       2.1.0cvs37
5076
5077         * src/prefs_msg_colors.c
5078                 rework dialog
5079         * src/prefs_folder_item.c
5080         * src/prefs_spelling.c
5081                 add a tooltip to the colour selector buttons
5082
5083 2006-04-13 [wwp]        2.1.0cvs36
5084
5085         * manual/advanced.xml
5086         * manual/glossary.xml
5087         * manual/handling.xml
5088         * manual/keyboard.xml
5089         * manual/plugins.xml
5090         * manual/starting.xml
5091         * manual/fr/account.xml
5092         * manual/fr/ack.xml
5093         * manual/fr/addrbook.xml
5094         * manual/fr/advanced.xml
5095         * manual/fr/faq.xml
5096         * manual/fr/glossary.xml
5097         * manual/fr/gpl.xml
5098         * manual/fr/handling.xml
5099         * manual/fr/intro.xml
5100         * manual/fr/keyboard.xml
5101         * manual/fr/plugins.xml
5102         * manual/fr/starting.xml
5103         * manual/fr/sylpheed-claws-manual.xml
5104                 fixes to the manuals:
5105                  - summaryview -> Message List (same in French)
5106                  - translate key names
5107                  - fix French punctuation, use non-breakable spaces when
5108                    necessary, don't use &thinsp; which is not portable
5109                  - tell what maildir and mbox formats we support
5110
5111 2006-04-12 [wwp]        2.1.0cvs35
5112
5113         * src/prefs_toolbar.c
5114                 unified a replace button more,
5115                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5116
5117 2006-04-12 [wwp]        2.1.0cvs34
5118
5119         * src/prefs_common.c
5120         * src/prefs_msg_colors.c
5121                 make default color labels translatable,
5122                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5123                 thanks to Tim <timbrain@post.cz> for reporting.
5124
5125 2006-04-12 [wwp]        2.1.0cvs33
5126
5127         * manual/glossary.xml
5128         * manual/intro.xml
5129         * manual/plugins.xml
5130         * manual/starting.xml
5131         * manual/sylpheed-claws-manual.xml
5132         * manual/fr/.cvsignore
5133         * manual/fr/account.xml
5134         * manual/fr/ack.xml
5135         * manual/fr/addrbook.xml
5136         * manual/fr/advanced.xml
5137         * manual/fr/faq.xml
5138         * manual/fr/glossary.xml
5139         * manual/fr/handling.xml
5140         * manual/fr/intro.xml
5141         * manual/fr/keyboard.xml
5142         * manual/fr/plugins.xml
5143         * manual/fr/starting.xml
5144         * manual/fr/sylpheed-claws-manual.xml
5145                 various fixes: typos, missing .fr translations, punctuation,
5146                 capitalization, links, accents and some bad French more.
5147
5148 2006-04-12 [wwp]        2.1.0cvs32
5149
5150         * src/prefs_gtk.c
5151                 fix for bug #935: always store prefs files in UTF-8 (thanks
5152                 to Colin).
5153
5154 2006-04-11 [colin]      2.1.0cvs31
5155
5156         * src/compose.c
5157                 Fix inserting files not in utf8 when locale is utf8
5158
5159 2006-04-11 [colin]      2.1.0cvs30
5160
5161         * src/inc.c
5162                 Don't show error dialog when cancelling connection
5163                 Patch by Pawel
5164
5165 2006-04-11 [cleroy]     2.1.0cvs29
5166
5167         * src/compose.c
5168                 Implement multiple quote levels
5169         * src/prefs_common.c
5170                 Change a little bit the quote bgcolor for 2nd level
5171
5172 2006-04-11 [colin]      2.1.0cvs28
5173
5174         * src/gtk/about.c
5175                 Add locale and charset in the label
5176
5177 2006-04-10 [colin]      2.1.0cvs27
5178
5179         * src/compose.c
5180         * src/prefs_common.c
5181         * src/prefs_common.h
5182         * src/prefs_msg_colors.c
5183         * src/textview.c
5184                 Allow optional background color in quotes
5185                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5186                 GTK+-2.8.x feature
5187
5188 2006-04-10 [colin]      2.1.0cvs26
5189
5190         * src/main.c
5191         * src/mainwindow.c
5192         * src/mainwindow.h
5193                 Implement --select
5194
5195 2006-04-10 [colin]      2.1.0cvs25
5196
5197         * manual/plugins.xml
5198         * manual/fr/plugins.xml
5199                 Document libcurl's proxy variables
5200
5201 2006-04-09 [colin]      2.1.0cvs24
5202
5203         * src/prefs_common.c
5204                 gettext() returns statically allocated stuff. We have
5205                 to strdup it in order to be able to free it.
5206
5207 2006-04-09 [colin]      2.1.0cvs23
5208
5209         * AUTHORS
5210         * src/gtk/authors.h
5211                 Add Alexei
5212
5213 2006-04-09 [colin]      2.1.0cvs22
5214
5215         * src/mainwindow.c
5216         * src/gtk/quicksearch.c
5217                 Fix bug #859 (problems with cyrilic input in 
5218                 search panel) - Patch by Alexey Illarionov 
5219                 <littlesavage@rambler.ru>
5220
5221 2006-04-09 [colin]      2.1.0cvs21
5222
5223         * src/prefs_customheader.c
5224                 I prefer removing then freeing rather than the contrary
5225                 (even if it doesn't change anything ;-)
5226         * src/prefs_account.c
5227                 Fix bug #933 (Crash re-entering the custom headers list 
5228                 dialog in accounts prefs)
5229                 The problem happened when cancelling the Account 
5230                 Preferences' dialogs - in which case we didn't do 
5231                 anything to the PrefsAccount * struct. In case of applying,
5232                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5233                 working with in this dialog. The problem is that 
5234                 prefs_customheader.c, working on this tmp_ac_prefs, always
5235                 changes the ->customhdr_list pointer, even when cancelled. 
5236                 So in case of cancelling the prefs_account dialog, we still
5237                 have to update ->customhdr_list in the real account.
5238
5239 2006-04-08 [colin]      2.1.0cvs20
5240
5241         * manual/fr/glossary.xml
5242         * manual/fr/keyboard.xml
5243                 Forgot some headers :)
5244
5245 2006-04-08 [colin]      2.1.0cvs19
5246
5247         * manual/Makefile.am
5248         * manual/fr/Makefile.am
5249         * manual/fr/account.xml
5250         * manual/fr/ack.xml
5251         * manual/fr/addrbook.xml
5252         * manual/fr/advanced.xml
5253         * manual/fr/faq.xml
5254         * manual/fr/glossary.xml
5255         * manual/fr/gpl.xml
5256         * manual/fr/handling.xml
5257         * manual/fr/intro.xml
5258         * manual/fr/keyboard.xml
5259         * manual/fr/plugins.xml
5260         * manual/fr/starting.xml
5261         * manual/fr/sylpheed-claws-manual.xml
5262         * manual/fr/dist/.cvsignore
5263         * manual/fr/dist/Makefile.am
5264         * manual/fr/dist/html/.cvsignore
5265         * manual/fr/dist/html/Makefile.am
5266         * manual/fr/dist/pdf/.cvsignore
5267         * manual/fr/dist/pdf/Makefile.am
5268         * manual/fr/dist/ps/.cvsignore
5269         * manual/fr/dist/ps/Makefile.am
5270         * manual/fr/dist/txt/.cvsignore
5271         * manual/fr/dist/txt/Makefile.am
5272                 Add the french translation of the manual. Thanks to
5273                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5274                 account.xml, ack.xml, addrbook.xml and advanced.xml
5275
5276 2006-04-08 [colin]      2.1.0cvs18
5277
5278         * manual/plugins.xml
5279         * manual/starting.xml
5280                 More fixes
5281
5282 2006-04-07 [colin]      2.1.0cvs17
5283
5284         * manual/faq.xml
5285         * manual/intro.xml
5286         * manual/keyboard.xml
5287                 Little fixes
5288
5289 2006-04-07 [colin]      2.1.0cvs16
5290
5291         * README
5292         * src/compose.c
5293         * src/prefs_common.c
5294         * src/prefs_common.h
5295                 Add hidden compose_no_markup pref
5296
5297 2006-04-07 [wwp]        2.1.0cvs15
5298
5299         * src/summary_search.c
5300         * .cvsignore
5301                 Bugfix: stop button was sticky when searching in an empty folder.
5302                 Applied curly brackets code style to the whole file (summary_search.c).
5303                 More files to ignore.
5304
5305 2006-04-07 [wwp]        2.1.0cvs14
5306
5307         * src/message_search.c
5308         * src/summary_search.c
5309                 changed default button when search bumps at file/folder
5310                 beginning or end, for convenience (thanks to Colin).
5311
5312 2006-04-07 [paul]       2.1.0cvs13
5313
5314         * src/plugins/dillo_viewer/dillo_prefs.c
5315                 avoid future potential for namespace collision
5316                 Patch by Colin
5317
5318 2006-04-06 [wwp]        2.1.0cvs12
5319
5320         * src/summary_search.c
5321                 Unify extended/advanced searches names (and thus factorize labels),
5322                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5323
5324 2006-04-06 [wwp]        2.1.0cvs11
5325
5326         * src/folderview.c
5327         * src/prefs_themes.c
5328         * src/summaryview.c
5329                 Fixed some compilation warnings.
5330
5331 2006-04-06 [colin]      2.1.0cvs10
5332
5333         * manual/advanced.xml
5334                 Document the wizard template and how to deploy
5335                 Sylpheed-Claws effectively
5336
5337 2006-04-06 [colin]      2.1.0cvs9
5338
5339         * src/folderview.c
5340                 gettext patch to tell translators about _("#"),
5341                 by Maxim Britov
5342
5343 2006-04-06 [colin]      2.1.0cvs8
5344
5345         * src/textview.c
5346                 Fix invalid GtkTextBIter after clicking "Display as text"
5347
5348 2006-04-06 [mones]      2.1.0cvs7
5349
5350         * src/addr_compl.c
5351         * src/addrindex.c
5352         * src/addritem.c
5353         * src/codeconv.c
5354         * src/compose.c
5355         * src/filtering.c
5356         * src/folder.c
5357         * src/folder_item_prefs.c
5358         * src/folderview.c
5359         * src/localfolder.c
5360         * src/matcher.c
5361         * src/mimeview.c
5362         * src/prefs_msg_colors.c
5363         * src/prefs_spelling.c
5364         * src/prefs_themes.c
5365         * src/procmime.c
5366         * src/procmsg.c
5367         * src/stock_pixmap.c
5368         * src/summaryview.c
5369         * src/textview.c
5370         * src/toolbar.c
5371         * src/common/mgutils.c
5372         * src/common/prefs.c
5373         * src/common/ssl_certificate.c
5374         * src/gtk/colorlabel.c
5375         * src/gtk/quicksearch.c
5376         * src/plugins/pgpmime/pgpmime.c
5377         * src/plugins/spamassassin/spamassassin.c
5378                 Removed redundant NULL checks for g_free() calls.
5379                 Patch by Pawel Pekala.
5380
5381 2006-04-06 [mones]      2.1.0cvs6
5382
5383         * src/prefs_actions.c
5384         * src/prefs_filtering.c
5385         * src/prefs_filtering_action.c
5386         * src/prefs_matcher.c
5387         * src/prefs_template.c
5388         * src/gtk/gtkutils.c
5389         * src/gtk/gtkutils.h
5390                 Have a nice replace button. Patch by Pawel Pekala
5391
5392 2006-04-06 [colin]      2.1.0cvs5
5393
5394         * src/addressbook.c
5395                 Fix crash with empty columns
5396
5397 2006-04-05 [colin]      2.1.0cvs4
5398
5399         * src/wizard.c
5400         * src/prefs_gtk.c
5401                 Allow wizard customization with pre-filled values
5402
5403 2006-04-05 [colin]      2.1.0cvs3
5404
5405         * src/textview.c
5406         * src/mimeview.c
5407         * src/mimeview.h
5408                 Nicer messages in mimeview
5409
5410 2006-04-05 [colin]      2.1.0cvs2
5411
5412         * src/addressbook.c
5413         * src/prefs_summaries.c
5414                 i18n fix
5415
5416 2006-04-05 [colin]      2.1.0cvs1
5417
5418         * src/plugins/pgpcore/plugin.c
5419         * src/plugins/pgpcore/select-keys.c
5420         * src/plugins/pgpcore/select-keys.h
5421         * src/plugins/pgpcore/sgpgme.c
5422         * src/plugins/pgpcore/sgpgme.h
5423         * src/plugins/pgpinline/pgpinline.c
5424         * src/plugins/pgpinline/plugin.c
5425         * src/plugins/pgpmime/pgpmime.c
5426         * src/plugins/pgpmime/plugin.c
5427                 Factorize and generalize a bit 
5428                 Drop S/MIME signature verification from PGP/MIME
5429                 (adding it as another, more complete plugin)
5430
5431 2006-04-05 [paul]       2.1.0
5432
5433         2.1.0 released
5434
5435 2006-04-05 [paul]       2.0.0cvs186
5436
5437         * manual/advanced.xml
5438                 add info on colour labels
5439
5440 2006-04-05 [paul]       2.0.0cvs185
5441
5442         * po/bg.po
5443         * po/cs.po
5444         * po/de.po
5445         * po/el.po
5446         * po/en_GB.po
5447         * po/fi.po
5448         * po/fr.po
5449         * po/it.po
5450         * po/nl.po
5451         * po/pl.po
5452         * po/pt_BR.po
5453         * po/sr.po
5454         * po/zh_CN.po
5455                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5456                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5457                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5458                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5459         * src/gtk/authors.h
5460         * tools/claws.i18n.status.pl
5461                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5462                 and new Czech translator, Tim <timbrain@post.cz>
5463
5464 2006-04-05 [mones]      2.0.0cvs184
5465
5466         * po/es.po
5467                 Updated translation
5468
5469 2006-04-05 [colin]      2.0.0cvs183
5470
5471         * src/gtk/quicksearch.c
5472                 Fix bug #929 (unnecessary reload in quick search bar)
5473
5474 2006-04-05 [colin]      2.0.0cvs182
5475
5476         * src/compose.c
5477                 Fix crash on Reply with no From:
5478                 Show signature and conversion error on queuing 
5479                 (but not sending)
5480         * src/mainwindow.c
5481         * src/summaryview.c
5482         * src/summaryview.h
5483                 Factorize threading code and make sure msginfo 
5484                 is not null when it comes from a GtkCTreeRow's 
5485                 data
5486         * src/gtk/gtkaspell.c
5487                 Check for necessary things
5488         * src/gtk/gtksctree.c
5489         * src/gtk/gtksctree.h
5490                 Reset anchor if necessary when removing node
5491
5492 2006-03-29 [colin]      2.0.0cvs181
5493
5494         * src/folderview.c
5495                 Warn for disabled IMAP accounts (due to lack of
5496                 libetpan). Breaks string-freeze - sorry - but it
5497                 is kind of important ;)
5498
5499 2006-03-28 [colin]      2.0.0cvs180
5500
5501         * src/gtk/gtkutils.c
5502         * src/gtk/gtkutils.h
5503                 Add a gtkut_get_link_btn() function that
5504                 creates a button which acts like an URI
5505         * src/prefs_themes.c
5506         * src/gtk/about.c
5507                 Use this function (factorizes codes)
5508         * src/common/defs.h
5509         * src/gtk/pluginwindow.c
5510                 Add a "Get more..." in the plugins window
5511
5512 2006-03-28 [colin]      2.0.0cvs179
5513
5514         * src/common/smtp.c
5515         * src/common/passcrypt.c
5516         * src/undo.c
5517                 Warning fixes. Patch by Pawel Pekala
5518
5519 2006-03-27 [colin]      2.0.0cvs178
5520
5521         * src/undo.c
5522                 Fix undoing by blocks with spaces
5523
5524 2006-03-27 [colin]      2.0.0cvs177
5525
5526         * src/textview.c
5527                 Set margin to 3px for headers
5528
5529 2006-03-27 [paul]
5530
5531         2.1.0-rc2 released
5532
5533 2006-03-27 [wwp]        2.0.0cvs176
5534
5535         * src/summaryview.c
5536                 don't reset quicksearch when updating the message list.
5537                 Thanks to Colin.
5538
5539 2006-03-26 [wwp]        2.0.0cvs175
5540
5541         * src/compose.c
5542                 use a unified border width ('other' tab in the compose window,
5543                 patch by Pawel Pekala).
5544
5545
5546 2006-03-26 [wwp]        2.0.0cvs174
5547
5548         * src/common/quoted-printable.c
5549         * src/addressbook.c
5550                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5551
5552 2006-03-26 [colin]      2.0.0cvs173
5553
5554         * src/quote_fmt_parse.y
5555                 Fix non-UTF8 date formats messing up the whole quote a 
5556                 little bit
5557
5558 2006-03-26 [colin]      2.0.0cvs172
5559
5560         * src/procheader.c
5561                 Make sure the date is UTF8 valid, or try to make it
5562                 so. IncrediMail is really IncrediStupid.
5563         * src/compose.c
5564                 Fix possible conversions. 
5565                 
5566
5567 2006-03-26 [colin]      2.0.0cvs171
5568
5569         * src/matcher.c
5570                 Fix corner cases in body search. This is still a
5571                 hack... It seems impossible to make it good and 
5572                 reasonably fast at the same time.
5573
5574 2006-03-26 [colin]      2.0.0cvs170
5575
5576         * src/summaryview.c
5577                 I think I killed the twilight zone bug!
5578                 summary_select_node() flushes GTK events in order
5579                 to be able to center the view. But this also 
5580                 flushes keypresses like Ctrl-Alt-U, so this can
5581                 call summary_show from summary_select_node (itself
5582                 called from summary_show, etc.). And the summaryview
5583                 has to be unlocked in this function. So just locking
5584                 while processing GTK events, and bailing if locked, 
5585                 should fix it.
5586                 Fixes bug #927 (SIGSEGV during Update Summary)
5587
5588 2006-03-25 [colin]      2.0.0cvs169
5589
5590         * src/matcher.c
5591                 Fix search in QP-encoded bodies
5592                 Fix utf-8 searches in bodies encoded in the
5593                 locale's encoding
5594         * src/common/quoted-printable.c
5595         * src/common/quoted-printable.h
5596                 Add a decode function that doesn't overwrite
5597                 the original pointer
5598                 
5599
5600 2006-03-24 [colin]      2.0.0cvs168
5601
5602         * src/action.c
5603         * src/summaryview.c
5604         * src/summaryview.h
5605                 Update message cache after action
5606                 Patch by H. Merijn Brand
5607         * src/prefs_msg_colors.c
5608                 Factorize label 
5609                 Patch by Fabien Vantard
5610         * src/plugins/spamassassin/spamassassin_gtk.c
5611                 Remove useless translation
5612                 Patch by Fabien Vantard
5613
5614 2006-03-23 [colin]      2.0.0cvs167
5615
5616         * src/common/ssl.c
5617                 Let 30 seconds to SSL_connect
5618
5619 2006-03-23 [wwp]        2.0.0cvs166
5620
5621         * src/summaryview.c
5622         * src/gtk/description_window.c
5623                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5624                 and headers are translated; adjust description windows' width to fit their
5625                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5626
5627 2006-03-23 [paul]       2.0.0cvs165
5628
5629         * src/common/utils.c
5630                 fix highlighting of URIs containing "()"
5631                 (2.0.0cvs164's reversal fixed)
5632                 Thanks to Colin.
5633
5634 2006-03-23 [paul]       2.0.0cvs164
5635
5636         * src/common/utils.c
5637                 revert patch, (postponing a fix), at 2.0.0cvs120
5638                 as it breaks more URIs than it fixes.
5639                 Allow '-' to be a terminating character in a URI
5640
5641 2006-03-22 [colin]      2.0.0cvs163
5642
5643         * configure.ac
5644                 Require libetpan 0.45
5645                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5646
5647 2006-03-22 [paul]       2.0.0cvs162
5648
5649         * src/editgroup.c
5650                 replace '<-' and '->' buttons with GTK_STOCK graphical
5651                 buttons
5652         * src/summary_search.c
5653                 don't offer '...' for translation
5654                 add a tooltip to advanced search '...' button
5655         * src/gtk/quicksearch.c
5656                 don't offer '...' for translation
5657
5658 2006-03-21 [colin]      2.0.0cvs161
5659
5660         * src/compose.c
5661                 Fix middle-click pasting (insert at click
5662                 position instead of cursor position, don't
5663                 remove existing selection and allow pasting
5664                 our own selection)
5665         * src/addressbook.c
5666                 "LDAP Server" -> "LDAP servers"
5667
5668 2006-03-21 [wwp]        2.0.0cvs160
5669
5670         * src/etpan/imap-thread.c
5671                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5672
5673 2006-03-20 [colin]      2.0.0cvs159
5674
5675         * src/summaryview.c
5676                 Don't reload summaryview after an execute with no
5677                 move action
5678
5679 2006-03-19 [colin]      2.0.0cvs158
5680
5681         * src/addressbook.c
5682                 and put groups at the top, always
5683
5684 2006-03-19 [colin]      2.0.0cvs157
5685
5686         * src/addressbook.c
5687                 Order groups before names, as previously
5688
5689 2006-03-19 [colin]      2.0.0cvs156
5690
5691         * src/addressbook.c
5692                 - Sort case-unsensitive
5693                 - Put the sort arrow at opening too
5694
5695 2006-03-19 [wwp]        2.0.0cvs155
5696
5697         * src/addressbook.c
5698                 allow sorting by name/email/remarks, ensure that right-pane's contents
5699                 matches the left-pane selection (cleared when appropriate).
5700                 Patch by Pawel Pekala <c0rn@o2.pl>.
5701
5702 2006-03-18 [colin]      2.0.0cvs154
5703
5704         * src/textview.c
5705                 Fix text cursor ;)
5706
5707 2006-03-18 [colin]      2.0.0cvs153
5708
5709         * src/gtk/filesel.c
5710                 Make sure we hide the preview if we didn't get
5711                 a filename
5712
5713 2006-03-18 [colin]      2.0.0cvs152
5714
5715         * src/summaryview.c
5716                 Set cursor to watch for execution (fixes lack
5717                 of watch-cursor when dnd'ing hundreds of mails)
5718         * src/gtk/filesel.c
5719                 Check that mime type is 'image/*' before updating
5720                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5721
5722 2006-03-18 [colin]      2.0.0cvs151
5723
5724         * src/mainwindow.c
5725         * src/textview.c
5726         * src/textview.h
5727                 Put a watch cursor in textview too when the mainwindow's
5728                 cursor in a watch
5729
5730 2006-03-18 [colin]      2.0.0cvs150
5731
5732         * src/folder.c
5733                 Change wrong asserts to simple tests
5734
5735 2006-03-17 [colin]      2.0.0cvs149
5736
5737         * src/mainwindow.c
5738         * src/mainwindow.h
5739         * src/prefs_msg_colors.c
5740         * src/summaryview.c
5741         * src/summaryview.h
5742         * src/gtk/colorlabel.c
5743         * src/gtk/colorlabel.h
5744                 Add a color label menu in the main menubar
5745                 Add (fixed) accels Ctrl-{0-7} to change the color
5746                 They have to be fixed because the menu's dynamic,
5747                 the items are complex widgets, hence we can't use
5748                 a GtkItemFactory.
5749
5750
5751 2006-03-17 [wwp]        2.0.0cvs148
5752
5753         * src/compose.c
5754                 rollback few lines from my previous commit (those lines come from
5755                 a pending patch, accidentally commited, even if neutral as they are
5756                 commented out).
5757
5758 2006-03-17 [wwp]        2.0.0cvs147
5759
5760         * src/compose.c
5761                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5762                 applied code style/indentation to the modified function.
5763
5764 2006-03-17 [wwp]        2.0.0cvs146
5765
5766         * src/procmsg.c
5767         * src/compose.c
5768                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5769
5770 2006-03-17 [paul]
5771
5772         2.1.0-rc1 released
5773
5774 2006-03-17 [paul]       2.0.0cvs145
5775
5776         * src/main.c
5777                 addressbook_read_file() was called twice
5778         * src/textview.c
5779                 X-Mailer highlighting
5780
5781 2006-03-16 [colin]      2.0.0cvs144
5782
5783         * src/sourcewindow.c
5784         * src/sourcewindow.h
5785                 And the last one, in source window.
5786
5787 2006-03-16 [colin]      2.0.0cvs143
5788
5789         * src/compose.c
5790         * src/compose.h
5791                 Fix the same stuff in compose
5792
5793 2006-03-16 [colin]      2.0.0cvs142
5794
5795         * src/messageview.c
5796                 Complete the previous messageview crash fix
5797
5798 2006-03-16 [colin]      2.0.0cvs141
5799
5800         * src/procmsg.h
5801         * src/procmsg.c
5802         * src/folder.c
5803                 Fix POSTPROCESSING hook
5804                 Patch by H. Merijn Brand
5805
5806         * src/procmime.c
5807         * src/procmime.h
5808                 Parse Content-Location
5809
5810         * src/toolbar.c
5811         * src/messageview.c
5812         * src/messageview.h
5813                 Don't crash when a top-level MessageView has
5814                 been closed on us. Same problematic than
5815                 yesterday's quicksearch issue.
5816
5817 2006-03-15 [colin]      2.0.0cvs140
5818
5819         * src/gtk/quicksearch.c
5820                 Fix a bitchy race we didn't think about when we
5821                 added quicksearch cancellation:
5822                 If the search is not on cached fields, for example
5823                 body_part matchcase "stuff"
5824                 the matcher code has to get the whole message. If
5825                 we're on IMAP, that can be slow, and in order to
5826                 be non-blocking, the IMAP code idle loop processes
5827                 gtk events too. So it is possible to cancel a
5828                 quicksearch while the matcher is getting the mail's
5829                 body. After matcher got its body, it will start to
5830                 iterate over the matcher list that the Quicksearch's
5831                 clear_search_cb() just freed via prepare_matcher().
5832                 SIGSEGV ensues.
5833                 The fix consists of guarding the matcherlist_match()
5834                 call with a boolean 'matching'. If we reset the
5835                 quicksearch while matching is TRUE, we don't free
5836                 the matcherlist anymore like we did, but we set
5837                 another new flag, deferred_free, to TRUE. Then,
5838                 in quicksearch_match(), just after returning from
5839                 matcherlist_match() and unsetting the matching flag,
5840                 we check the deferred_free flag and do the
5841                 prepare_matcher() (which does the matcherlist_free)
5842                 for real, so we free the matcherlist once it's not
5843                 used anymore.
5844                 As all of this runs via the glib main loop, we
5845                 luckily don't need a mutex.
5846         * src/summaryview.c
5847                 Also, show progress while searching.
5848
5849
5850 2006-03-14 [colin]      2.0.0cvs139
5851
5852         * src/alertpanel.c
5853                 Make alertpanel_is_open non-static
5854
5855 2006-03-14 [colin]      2.0.0cvs138
5856
5857         * src/prefs_spelling.c
5858                 Cleanups - Fabien Vantard
5859
5860 2006-03-14 [wwp]        2.0.0cvs137
5861
5862         * src/main.c
5863                 code style normalization (curly braces, indentation).
5864
5865 2006-03-14 [wwp]        2.0.0cvs137
5866
5867         * src/main.c
5868                 code style (braces, indentation)
5869
5870 2006-03-12 [paul]       2.0.0cvs136
5871
5872         * src/prefs_common.c
5873                 trans_hdr defaults to FALSE to be RFC-savvy
5874         * src/prefs_summaries.c
5875                 add a tooltip to the trans_hdr option
5876                 
5877
5878 2006-03-12 [paul]       2.0.0cvs135
5879
5880         * src/prefs_matcher.c
5881                 give a little more width to the combos
5882         * src/prefs_display_header.c
5883         * src/textview.c
5884                 translate headers if prefs_common.trans_hdr
5885                 is TRUE
5886
5887         Patches by Pawel Pekala
5888
5889 2006-03-12 [paul]       2.0.0cvs134
5890
5891         * src/plugins/clamav/clamav_plugin.c
5892         * src/plugins/dillo_viewer/dillo_viewer.c
5893         * src/plugins/pgpcore/plugin.c
5894         * src/plugins/pgpinline/plugin.c
5895         * src/plugins/pgpmime/plugin.c
5896         * src/plugins/spamassassin/spamassassin.c
5897                 update/add to descriptions
5898         * src/plugins/spamassassin/spamassassin_gtk.c
5899                 fixes to the english, remove superfluous
5900                 tooltips, clean up a little
5901
5902 2006-03-12 [paul]       2.0.0cvs133
5903
5904         * src/compose.c
5905                 fix Bug 924, 'Account combo box shows up wrong 
5906                 if & is in account name'
5907
5908 2006-03-11 [colin]      2.0.0cvs132
5909
5910         * src/summaryview.c
5911                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5912                 messed up shift-selection because is slows down
5913                 moving around summaryview. thanks -users
5914
5915 2006-03-10 [colin]      2.0.0cvs131
5916
5917         * src/plugins/spamassassin/spamassassin_gtk.c
5918                 Put back Paul's engrish fixes
5919
5920 2006-03-10 [colin]      2.0.0cvs130
5921
5922         * src/plugins/spamassassin/spamassassin.c
5923         * src/plugins/spamassassin/spamassassin.h
5924         * src/plugins/spamassassin/spamassassin_gtk.c
5925                 Cleanup SA prefs page (more)
5926                 Patch by Fabien Vantard
5927
5928 2006-03-10 [paul]       2.0.0cvs129
5929
5930         * src/prefs_msg_colors.c
5931         * src/prefs_spelling.c
5932                 widget sensitivity
5933
5934 2006-03-09 [mones]      2.0.0cvs128
5935
5936         * po/es.po
5937                 Update for next RC
5938
5939 2006-03-09 [wwp]        2.0.0cvs127
5940
5941         * configure.ac
5942                 revert accidental commit (requirement for libetpan 0.43), this time
5943                 not in HEAD.
5944
5945 2006-03-09 [wwp]        2.0.0cvs125
5946
5947         * configure.ac
5948                 revert accidental commit (requirement for libetpan 0.43)
5949
5950 2006-03-09 [paul]       2.0.0cvs126
5951
5952         * src/prefs_receive.c
5953                 remove useless frame
5954                 replace 'incorporation' with 'receiving'
5955         * src/plugins/clamav/clamav_plugin_gtk.c
5956         * src/plugins/spamassassin/spamassassin_gtk.c
5957                 improve widget sensitivity
5958                 fix a bit his engrish
5959
5960 2006-03-09 [wwp]        2.0.0cvs125
5961
5962         * src/addressadd.c
5963         * src/foldersel.c
5964         * src/prefs_common.c
5965         * src/prefs_common.h
5966                 remember some more windows' sizes (add to addressbook and
5967                 select folder).
5968
5969 2006-03-09 [paul]       2.0.0cvs124
5970
5971         * src/plugins/pgpcore/prefs_gpg.c
5972                 normalise construction of dialogue
5973
5974 2006-03-09 [paul]       2.0.0cvs123
5975
5976         * src/plugins/trayicon/Makefile.am
5977                 add missing slash
5978
5979 2006-03-08 [colin]      2.0.0cvs122
5980
5981         * src/plugins/trayicon/Makefile.am
5982                 Fix build in separate dir 
5983                 Patch by Bamanzi <bamanzi@gmail.com>
5984
5985 2006-03-08 [colin]      2.0.0cvs121
5986
5987         * src/procmsg.c
5988                 Batch move and copies from summaryview with delayed execution
5989                 too
5990
5991 2006-03-07 [paul]       2.0.0cvs120
5992
5993         * src/common/utils.c
5994                 fix highlighting of URIs containing "()"
5995                 Patch by Pawel Pekala
5996
5997 2006-03-07 [paul]       2.0.0cvs119
5998
5999         * src/folder.c
6000         * src/folder.h
6001         * src/folderview.c
6002                 immediately do alphabetical resort when
6003                 changing a folder's name
6004                 Patch by Pawel Pekala
6005
6006 2006-03-07 [paul]       2.0.0cvs118
6007
6008         * src/news.c
6009         * src/news_gtk.c
6010                 when unsubscribing a newsgroup, remove the
6011                 folder and msgs in .sylpheed-claws/newscache
6012                 Patch by Pawel Pekala <c0rn@gazeta.pl>
6013
6014 2006-03-07 [paul]       2.0.0cvs117
6015
6016         * src/textview.c
6017                 fix wrong Fake URL Warning
6018                 Thanks to Hiro
6019
6020 2006-03-07 [colin]      2.0.0cvs116
6021
6022         * src/imap.c
6023                 Return immediately when password dialog was
6024                 cancelled
6025         * src/gtk/inputdialog.c
6026                 Allow empty strings for passwords
6027
6028
6029 2006-03-06 [colin]      2.0.0cvs115
6030
6031         * src/imap.c
6032                 Prevent double-timeouts when connection fails
6033
6034 2006-03-06 [colin]
6035
6036         2.0.1-rc1 released
6037
6038 2006-03-06 [colin]      2.0.0cvs114
6039
6040         * src/imap.c
6041                 Refresh session during potentially long
6042                 operations
6043
6044 2006-03-06 [wwp]        2.0.0cvs113
6045
6046         * src/prefs_msg_colors.h
6047                 forgot that one (custom color labels).
6048
6049 2006-03-06 [wwp]        2.0.0cvs112
6050
6051         * src/prefs_common.c
6052         * src/prefs_common.h
6053         * src/prefs_msg_colors.c
6054         * src/summaryview.c
6055         * src/summaryview.h
6056         * src/gtk/colorlabel.c
6057         * src/gtk/colorlabel.h
6058                 colors in messages list are now customizable. Color values and names can
6059                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
6060                 Thanks to Paul and Colin for their help with this longstanding patch!
6061
6062 2006-03-06 [wwp]        2.0.0cvs111
6063
6064         * src/textview.c
6065                 don't crash if (x)face is bad.
6066
6067 2006-03-05 [paul]       2.0.0cvs110
6068
6069         * AUTHORS
6070         * configure.ac
6071         * src/Makefile.am
6072         * src/common/Makefile.am
6073         * src/common/utils.h
6074         * src/etpan/imap-thread.c
6075         * src/gtk/authors.h
6076         * src/plugins/clamav/Makefile.am
6077         * src/plugins/demo/Makefile.am
6078         * src/plugins/dillo_viewer/Makefile.am
6079         * src/plugins/pgpcore/Makefile.am
6080         * src/plugins/pgpcore/passphrase.c
6081         * src/plugins/pgpinline/Makefile.am
6082         * src/plugins/pgpmime/Makefile.am
6083         * src/plugins/spamassassin/Makefile.am
6084         * src/plugins/trayicon/Makefile.am
6085                 fix builiding on cygwin
6086                 Patch by Ralgh Young <bamanzi@gmail.com>
6087
6088 2006-03-04 [wwp]        2.0.0cvs109
6089
6090         * manual/keyboard.xml
6091                 fix mixed up/down keys.
6092
6093 2006-03-04 [wwp]        2.0.0cvs108
6094
6095         * README
6096         * INSTALL
6097                 updated links to SpamAssassin.
6098
6099 2006-03-04 [wwp]        2.0.0cvs107
6100
6101         * manual/plugins.xml
6102         * src/plugins/spamassassin/README
6103                 updated SpamAssassin plugin docs to reflect new functional additions
6104                 (also fix/update/documents few technical stuff more, see the README).
6105
6106 2006-03-04 [wwp]        2.0.0cvs106
6107
6108         * src/prefs_message.c
6109                 normalized capitalization of message-prefs paths.
6110
6111 2006-03-04 [wwp]        2.0.0cvs105
6112
6113         * manual/advanced.xml
6114                 typo.
6115
6116 2006-03-03 [colin]      2.0.0cvs104
6117
6118         * src/plugins/clamav/clamav_plugin_gtk.c
6119                 Rework prefs page, patch by Fabien 
6120
6121 2006-03-03 [colin]      2.0.0cvs103
6122
6123         * src/plugins/clamav/clamav_plugin.c
6124                 Set error on all errors
6125
6126 2006-03-03 [colin]      2.0.0cvs102
6127
6128         * src/common/plugin.c
6129                 Initialize error to avoid crashing when a plugin fails
6130                 without setting error
6131
6132 2006-03-02 [wwp]        2.0.0cvs101
6133
6134         * configure.ac
6135                 fixed linker flags for libetpan support on Cygwin
6136                 (thanks to H.Merijn Brand).
6137
6138 2006-03-02 [wwp]        2.0.0cvs100
6139
6140         * src/addressbook.c
6141                 fix some AB error messages: one for punctuation and
6142                 one wrongly duplicate (thanks, maxbritov).
6143
6144 2006-03-02 [wwp]        2.0.0cvs99
6145
6146         * src/plugins/spamassassin/spamassassin.c
6147                 make sync calls to sa-learn/spamc to prevent
6148                 system (whatever local or client/server) overload.
6149
6150 2006-03-02 [colin]      2.0.0cvs98
6151
6152         * src/summaryview.c
6153                 Put the spam icon in the status column instead of the
6154                 mark one
6155
6156 2006-03-01 [colin]      2.0.0cvs97
6157
6158         * src/plugins/spamassassin/spamassassin.c
6159                 Fix segfault (g_file_set_contents fails for some 
6160                 reason and err==0x2f. Can't find out why with
6161                 valgrind, using working function :-)
6162
6163 2006-03-01 [colin]      2.0.0cvs96
6164
6165         * src/inc.c
6166                 Offline overriding: let 'No' be cached only 3 seconds
6167
6168 2006-03-01 [colin]      2.0.0cvs95
6169
6170         * src/addr_compl.c
6171         * src/addrbook.c
6172         * src/addressbook.c
6173         * src/addrindex.c
6174         * src/folder_item_prefs.c
6175         * src/headerview.c
6176         * src/imap.c
6177         * src/inc.c
6178         * src/ldif.c
6179         * src/mainwindow.c
6180         * src/mh.c
6181         * src/msgcache.c
6182         * src/prefs_common.h
6183         * src/prefs_msg_colors.c
6184         * src/procheader.c
6185         * src/procheader.h
6186         * src/procmime.c
6187         * src/procmsg.c
6188         * src/procmsg.h
6189         * src/send_message.h
6190         * src/simple-gettext.c
6191         * src/summaryview.c
6192         * src/summaryview.h
6193         * src/syldap.c
6194         * src/textview.c
6195         * src/undo.c
6196         * src/common/ssl_certificate.c
6197         * src/common/utils.c
6198         * src/gtk/colorsel.c
6199         * src/gtk/gtksctree.c
6200         * src/gtk/gtkshruler.c
6201         * src/plugins/trayicon/trayicon.c
6202                 #if 0 goes to /dev/null
6203
6204 2006-03-01 [colin]      2.0.0cvs94
6205
6206         * src/compose.c
6207         * src/imap.c
6208         * src/inc.c
6209         * src/inc.h
6210         * src/messageview.c
6211         * src/news.c
6212         * src/plugins/spamassassin/spamassassin.c
6213                 Allow to add information in the "working offline"
6214                 window
6215
6216 2006-03-01 [wwp]        2.0.0cvs93
6217
6218         * src/plugins/spamassassin/spamassassin.c
6219                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6220                 'cause it seems that calling `spamc ... < inputfile` with
6221                 g_spawn_(a)sync simply.. erm doesn't work :-).
6222
6223 2006-03-01 [wwp]        2.0.0cvs92
6224
6225         * src/toolbar.c
6226         * src/toolbar.h
6227                 simplify the adding of spam/ham button to the messageview toolbar
6228                 (it gets more clear now that the same button will be "Mark as spam"
6229                 or "Mark as ham" according to the current message status,
6230                 thanks to Colin).
6231
6232 2006-03-01 [wwp]        2.0.0cvs91
6233
6234         * src/messageview.c
6235         * src/procmsg.c
6236         * src/procmsg.h
6237         * src/summaryview.c
6238         * src/plugins/spamassassin/spamassassin.c
6239         * src/plugins/spamassassin/spamassassin.h
6240                 make learner callbacks return a status (0 for ok),
6241                 handle it in main code to avoid setting flags when learning failed,
6242                 don't learn on TCP if offline in spamassassin,
6243                 thanks to Colin.
6244
6245                 
6246
6247 2006-03-01 [wwp]        2.0.0cvs90
6248
6249         * src/compose.c
6250                 some work around the compose window's account menu,
6251                 patch by Fabien Vantard.
6252
6253 2006-03-01 [wwp]        2.0.0cvs89
6254
6255         * src/plugins/spamassassin/spamassassin.c
6256                 fixed bad logics, was using spamc in local mode and sa-learn
6257                 in remote mode (thanks, Colin).
6258
6259 2006-03-01 [wwp]        2.0.0cvs88
6260
6261         * src/plugins/spamassassin/spamassassin.c
6262         * src/plugins/spamassassin/spamassassin.h
6263         * src/plugins/spamassassin/spamassassin_gtk.c
6264                 made processing of emails w/ sa-plugin an option (default is TRUE),
6265                 fixed Engrish some tooltips, capitalization of some debug messages
6266                 and warnings. The spamassassin plugin now provides two separate
6267                 services: process emails upon incorporation and spamd training.
6268                 Both services (un)register independently but use some common
6269                 plugin settings (transport settings, spam storage location).
6270
6271 2006-02-28 [wwp]        2.0.0cvs87
6272
6273         * src/plugins/spamassassin/spamassassin.c
6274                 fix async flag to spamc cmdline execution (batch exec should
6275                 be asynchronous).
6276
6277 2006-02-27 [wwp]        2.0.0cvs86
6278
6279         * src/plugins/spamassassin/spamassassin.c
6280         * src/plugins/spamassassin/spamassassin.h
6281         * src/plugins/spamassassin/spamassassin_gtk.c
6282                 - added the ability to learn a remote spamassassin server (spamd),
6283                 using spamc.
6284                 - added the spamassassin option 'username', that applies to all
6285                 spamassassin operations (filtering, learning, local or remote).
6286                 The default username is the current unix user (if left blank
6287                 from gtk prefs or config file).
6288                 - commented out some unused code (notebook widget), removed unused
6289                 layout (hbox1).
6290                 - make more widgets sensitive to the transport type.
6291
6292 2006-02-27 [colin]      2.0.0cvs85
6293
6294         * src/plugins/spamassassin/spamassassin.c
6295                 Fix sa-learn call when offline
6296
6297 2006-02-27 [colin]      2.0.0cvs84
6298
6299         * configure.ac
6300         * src/Makefile.am
6301         * src/mainwindow.c
6302         * src/mainwindow.h
6303         * src/messageview.c
6304         * src/messageview.h
6305         * src/prefs_toolbar.c
6306         * src/procmsg.c
6307         * src/stock_pixmap.c
6308         * src/stock_pixmap.h
6309         * src/summaryview.c
6310         * src/toolbar.c
6311         * src/toolbar.h
6312         * src/pixmaps/ham_btn.xpm
6313         * src/pixmaps/spam.xpm
6314         * src/pixmaps/spam_btn.xpm
6315         * src/plugins/spamassassin/spamassassin.c
6316                 Add button in toolbar for spam learning
6317                 Fix a few bugs from the last related commit
6318                 Revert 1.9.6cvs23 which messed up shift-selection
6319
6320 2006-02-24 [colin]      2.0.0cvs83
6321
6322         * src/procmsg.c
6323         * src/summaryview.c
6324         * src/summaryview.h
6325         * src/plugins/spamassassin/spamassassin.c
6326         * src/plugins/spamassassin/spamassassin.h
6327         * src/plugins/spamassassin/spamassassin_gtk.c
6328                 Unregister learner when spamassassin is either
6329                 disabled or over tcp
6330
6331 2006-02-24 [colin]      2.0.0cvs82
6332
6333         * src/Makefile.am
6334         * src/mainwindow.c
6335         * src/mainwindow.h
6336         * src/procmsg.c
6337         * src/procmsg.h
6338         * src/stock_pixmap.c
6339         * src/stock_pixmap.h
6340         * src/summaryview.c
6341         * src/summaryview.h
6342         * src/gtk/icon_legend.c
6343         * src/pixmaps/spam.xpm  ** NEW FILE **
6344         * src/plugins/spamassassin/spamassassin.c
6345         * src/plugins/spamassassin/spamassassin_gtk.c
6346                 Add spam learning interface (Mark/Mark as 
6347                 (spam|ham) menus)
6348
6349 2006-02-24 [wwp]        2.0.0cvs81
6350
6351         * src/compose.c
6352         * src/compose.h
6353         * src/filtering.c
6354                 hide compose window when sending message in batch mode
6355                 (filtering: forward and redirect). Also fixed a wrong
6356                 value returned when sending failed, neutral anyway.
6357                 (Colin, me) 
6358
6359 2006-02-24 [wwp]        2.0.0cvs80
6360
6361         * src/mainwindow.c
6362                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6363
6364 2006-02-24 [paul]       2.0.0cvs79
6365
6366         * src/news.c
6367         * src/news.h
6368         * src/news_gtk.c
6369                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6370                 Thanks to Colin
6371
6372 2006-02-23 [colin]      2.0.0cvs78
6373
6374         * src/alertpanel.c
6375                 Change OK to Close in alertpanel with View log
6376                 button; add accel to View log. Patch by Fabien
6377                 Vantard
6378
6379 2006-02-23 [wwp]        2.0.0cvs77
6380
6381         * src/compose.c
6382                 silly me, there were much more tests to perform, since toolbars can
6383                 really have down to 1 element only.
6384
6385 2006-02-23 [wwp]        2.0.0cvs76
6386
6387         * commitHelper
6388                 fixed indentation from my previous commit. Fallback to VISUAL if
6389                 EDITOR is not set (and to vi, at last resort).
6390
6391 2006-02-23 [wwp]        2.0.0cvs75
6392
6393         * commitHelper
6394                 improved error detection (Colin, me).
6395
6396 2006-02-23 [wwp]        2.0.0cvs74
6397
6398         * src/prefs_toolbar.c
6399                 simplify and fix prefs/toolbars layouting. Combos' contents can
6400                 now be really displayed.
6401
6402 2006-02-23 [wwp]        2.0.0cvs73
6403         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6404         be really displayed.
6405
6406 2006-02-22 [wwp]        2.0.0cvs72
6407
6408         * src/compose.c
6409                 fix a typo in my previous commit (sorry!).
6410
6411 2006-02-22 [wwp]        2.0.0cvs71
6412
6413         * src/prefs_toolbar.c
6414                 fix a crash when adding separators to toolbars,
6415                 also fix some separator item information.
6416
6417 2006-02-22 [wwp]        2.0.0cvs70
6418
6419         * src/compose.c
6420                 fix a crash when redirecting (for instance) when compose window's
6421                 toolbar contents has been customized (when some buttons have been
6422                 removed in fact).
6423
6424 2006-02-21 [wwp]        2.0.0cvs69
6425
6426         * src/summaryview.c
6427         * src/gtk/pluginwindow.c
6428         * src/plugins/pgpcore/prefs_gpg.c
6429                 fix some compilation warnings (feat. remains of removed code).
6430
6431 2006-02-21 [wwp]        2.0.0cvs68
6432
6433         * src/gtk/gtkutils.c
6434                 fix two compilation issues, thanks to Stephan Sachse.
6435
6436 2006-02-20 [colin]      2.0.0cvs67
6437
6438         * src/mainwindow.c
6439                 Don't reselect displayed mail on refocus
6440                 This fixes actions misbehaving 
6441
6442 2006-02-20 [wwp]        2.0.0cvs66
6443
6444         * src/summaryview.c
6445         * src/gtk/gtksctree.c
6446         * src/gtk/gtkshruler.c
6447                 changed more runtime typecast checks.
6448
6449 2006-02-20 [wwp]        2.0.0cvs65
6450
6451         * src/summary_search.c
6452                 find all - summaryview refresh issue fixed, thanks to Colin.
6453
6454 2006-02-20 [wwp]        2.0.0cvs64
6455
6456         * src/gtk/gtkutils.c
6457                 better runtime typecast checks.
6458
6459 2006-02-20 [wwp]        2.0.0cvs63
6460
6461         * src/summary_search.c
6462                 enhancements to the summary search:
6463                         - add the ability to stop the running search
6464                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6465                         - don't search if no criteria (From/To/Subject/Body) is set
6466                         - ensure that a busy mouse pointer is always shown when searching,
6467                           show it even a bit earlier
6468
6469 2006-02-19 [colin]      2.0.0cvs62
6470
6471         * src/compose.c
6472         * src/imap.c
6473         * src/etpan/imap-thread.c
6474         * src/etpan/imap-thread.h
6475                 (Future) IMAP speed improvement on sending
6476                 Will require a libetpan update
6477         * src/summaryview.c
6478         * src/gtk/quicksearch.c
6479                 Make quicksearch clearable while running.
6480
6481 2006-02-17 [colin]      2.0.0cvs61
6482
6483         * src/imap.c
6484         * src/etpan/imap-thread.c
6485         * src/etpan/imap-thread.h
6486                 Check for IMAP certificates
6487                 ** Requires libetpan-0.42-cvs4 
6488                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6489
6490 2006-02-17 [colin]      2.0.0cvs60
6491
6492         * src/messageview.c
6493         * src/prefs_common.c
6494         * src/prefs_common.h
6495         * src/prefs_message.c
6496                 Add pref to display HTML-only mails with plugin, 
6497                 if possible (defaulting to FALSE of course).
6498
6499 2006-02-16 [colin]      2.0.0cvs59
6500
6501         * src/main.c
6502         * src/common/plugin.c
6503         * src/common/plugin.h
6504         * src/gtk/pluginwindow.c
6505                 Keep track of requested (but unloaded) plugins
6506                 in some error cases.
6507
6508 2006-02-16 [wwp]        2.0.0cvs58
6509
6510         * src/gtk/gtkaspell.c
6511         * src/gtk/gtkaspell.h
6512         * src/prefs_spelling.c
6513         * src/compose.c
6514         * src/prefs_common.c
6515         * src/prefs_common.h
6516                 implemented new optional spellchecker behaviour: re-check message when
6517                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6518
6519 2006-02-16 [wwp]        2.0.0cvs57
6520
6521         * src/quote_fmt_parse.y
6522                 pclose popen'ed pipe.
6523
6524 2006-02-15 [colin]      2.0.0cvs56
6525
6526         * src/mimeview.c
6527         * src/mimeview.h
6528                 Let MimeViewers know which MimeView they
6529                 depend of.
6530         * src/summaryview.c
6531                 Swap From/To columns in Sent/Queue/Drafts
6532                 folders
6533         * src/etpan/imap-thread.c
6534                 Use mailstream_low_tls_open() for STARTTLS
6535                 instead of mailstream_low_ssl_open()
6536                 ** REQUIRES libetpan 0.42cvs3 **
6537
6538 2006-02-15 [wwp]        2.0.0cvs55
6539
6540         * src/compose.c
6541         * src/compose.h
6542         * src/message_search.c
6543         * src/message_search.h
6544         * src/textview.c
6545         * src/gtk/gtkutils.c
6546         * src/gtk/gtkutils.h
6547                 added the ability to Find text in the compose window (and a bit
6548                 of code factorization).
6549
6550 2006-02-15 [wwp]        2.0.0cvs54
6551
6552         * src/prefs_gtk.c
6553                 yet another one file was missing (fix for some widgets' sensitivity).
6554                 Thanks Colin!
6555
6556 2006-02-15 [wwp]        2.0.0cvs53
6557
6558         * src/prefs_gtk.h
6559                 oops forgot that file (fix for some widgets' sensitivity).
6560
6561 2006-02-15 [wwp]        2.0.0cvs52
6562
6563         * src/summary_search.c
6564                 implemented advanced summary search options (added the ability
6565                 to use matcher conditions in an advanced search mode).
6566
6567 2006-02-15 [wwp]        2.0.0cvs51
6568
6569         * src/plugins/pgpcore/prefs_gpg.c
6570         * src/prefs_account.c
6571                 fix some widget sensitivity, mostly around some labels in
6572                 account prefs.
6573
6574 2006-02-15 [paul]       2.0.0cvs50
6575
6576         * manual/advanced.xml
6577                 improve Templates info
6578                 written by wwp
6579
6580 2006-02-14 [colin]      2.0.0cvs49
6581
6582         * src/pixmaps/address_book.xpm
6583         * src/pixmaps/preferences.xpm
6584         * src/pixmaps/properties.xpm
6585                 Fix pixmap size - patch by Fabien Vantard
6586
6587 2006-02-13 [colin]      2.0.0cvs48
6588
6589         * src/procmime.c
6590                 Add missing fclose()s on error
6591         * src/textview.c
6592                 Remove unused code
6593         * src/common/utils.c
6594                 Fix temp files not being deleted on windows
6595         Patches by Thomas Gilgin
6596
6597 2006-02-13 [colin]      2.0.0cvs47
6598
6599         * src/mainwindow.c
6600                 Fix exit crash
6601
6602 2006-02-13 [wwp]        2.0.0cvs46
6603
6604         * src/plugins/pgpcore/prefs_gpg.c
6605                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6606
6607 2006-02-12 [colin]      2.0.0cvs45
6608
6609         * src/folderview.c
6610         * src/main.c
6611         * src/mainwindow.c
6612                 Fix "stuff" when quitting
6613
6614 2006-02-12 [wwp]        2.0.0cvs44
6615
6616         * src/prefs_themes.c
6617                 fix typos in debug messages.
6618
6619 2006-02-11 [colin]      2.0.0cvs43
6620
6621         * src/summaryview.c
6622                 don't allow drag/drop from ourself
6623
6624 2006-02-10 [wwp]        2.0.0cvs42
6625
6626         * src/exporthtml.c
6627         * src/html.c
6628         * src/html.h
6629         * src/procmime.c
6630         * src/textview.c
6631                 renamed html_ prefixed functions and data structures to avoid
6632                 namespace clashes w/ other software (gtkhtml2 for instance).
6633                 Closes bug #907.
6634
6635
6636 2006-02-09 [colin]      2.0.0cvs41
6637
6638         * src/summaryview.c
6639                 Fix shitty logic messed up. Thanks Ticho for the hint!
6640
6641 2006-02-09 [wwp]        2.0.0cvs40
6642
6643         * src/gtk/about.c
6644         * src/compose.c
6645         * src/prefs_account.c
6646         * src/prefs_gtk.h
6647         * src/editaddress.c
6648                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6649                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6650                 Browse buttons in accounts prefs.
6651
6652 2006-02-09 [colin]      2.0.0cvs39
6653
6654         * src/matcher.c
6655                 Check for pointer before using its members
6656         * src/gtk/gtksourceprintjob.c
6657                 Fix a wrong warning
6658
6659 2006-02-09 [wwp]        2.0.0cvs38
6660
6661         * src/gtk/filesel.c
6662                 fix few compiler warnings (type mismatch).
6663
6664 2006-02-09 [paul]       2.0.0cvs37
6665
6666         * po/fr.po
6667                 updated by Fabien Vantard
6668
6669 2006-02-08 [colin]      2.0.0cvs36
6670
6671         * src/prefs_common.c
6672         * src/common/defs.h
6673         * src/common/plugin.c
6674                 allow windows and linux configurations to coexist
6675                 patch by Thomas Gilgin
6676
6677 2006-02-08 [colin]      2.0.0cvs35
6678
6679         * src/filtering.c
6680         * src/matcher.c
6681         * src/matcher.h
6682         * src/matcher_parser_parse.y
6683         * src/prefs_filtering_action.c
6684         * src/prefs_matcher.c
6685                 Add the "Ignore thread" filtering
6686                 action
6687
6688 2006-02-08 [colin]      2.0.0cvs34
6689
6690         * src/compose.c
6691         * src/procmime.c
6692         * src/procmime.h
6693                 Fix bug #905 (damaged attachment)
6694                 text files with raw \0's aren't really text files
6695         FOR_STABLE
6696
6697 2006-02-08 [colin]      2.0.0cvs33
6698
6699         * src/summaryview.c
6700                 Fix crasher introduced yesterday
6701
6702 2006-02-08 [wwp]        2.0.0cvs32
6703
6704         * src/compose.c
6705         * src/compose.h
6706                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6707
6708 2006-02-08 [wwp]        2.0.0cvs31
6709
6710         * src/prefs_template.c
6711                 templates enhancement: allow address completion for Cc and Bcc fields
6712                 (it was currently possible for the To field only)
6713
6714 2006-02-08 [colin]      2.0.0cvs30
6715
6716         * src/compose.c
6717                 Don't unblock if not blocked
6718         FOR_STABLE
6719
6720 2006-02-07 [colin]      2.0.0cvs29
6721
6722         * src/action.c
6723                 Forgot to refresh summaryview
6724
6725 2006-02-07 [colin]      2.0.0cvs28
6726
6727         * src/action.c
6728                 Freeze/thaw message list and folder list while
6729                 processing %as{} actions 
6730         * src/compose.c
6731                 Fix auto-wrap disabling after a middle-click
6732                 paste - FOR_STABLE
6733
6734 2006-02-07 [paul]       2.0.0cvs27
6735
6736         * src/folder.c
6737                 fix freeing of uninitialised pointers
6738                 Thanks to Colin
6739
6740 2006-02-06 [colin]      2.0.0cvs26
6741
6742         * src/folder.c
6743                 Use g_slist_prepend in potentially big list
6744
6745 2006-02-06 [colin]      2.0.0cvs25
6746
6747         * src/folder.c
6748                 Completely skip processing if it doesn't 
6749                 exist (faster!)
6750
6751 2006-02-06 [colin]      2.0.0cvs24
6752
6753         * src/folder.c
6754         * src/summaryview.c
6755                 Batch filtering in summaryview (from Tools menu)
6756                 and pre/post//-processing too
6757
6758 2006-02-06 [colin]      2.0.0cvs23
6759
6760         * src/procmsg.h
6761         * src/filtering.c
6762                 Use a special field for batch filtering instead
6763                 of stepping on deferred execution's toes
6764
6765 2006-02-06 [colin]      2.0.0cvs22
6766
6767         * src/action.c
6768         * src/filtering.c
6769         * src/filtering.h
6770         * src/folder.c
6771         * src/summaryview.c
6772                 Fix filtering via menus and actions
6773
6774 2006-02-06 [colin]      2.0.0cvs21
6775
6776         * src/imap.c
6777                 Put the added file directly to cache if possible (will work
6778                 with next libetpan)
6779         * src/filtering.c
6780         * src/filtering.h
6781         * src/inc.c
6782         * src/folder.c
6783         * src/mbox.c
6784         * src/procmsg.h
6785                 Move and copy filtered messages by batches instead of one
6786                 by one - faster on IMAP
6787         * src/procmsg.c
6788                 Add a function that'll possibly be useful later
6789
6790 2006-02-06 [colin]      2.0.0cvs20
6791
6792         * src/addressbook.c
6793                 Use internal mime-type instead of text/plain for d'n'd
6794         * src/compose.c
6795                 Allow attaching files from mimeview's icon list via d'n'd
6796         * src/folderview.c
6797         * src/folderview.h
6798                 Use internal mime-type instead of text/plain for d'n'd
6799                 Don't try to selected opened folder if none is
6800                 Factorize d'n'd from other apps code
6801         * src/headerview.c
6802         * src/textview.c
6803         * src/gtk/gtkutils.c
6804         * src/gtk/gtkutils.h
6805                 Factorize Face/X-Face stuff
6806         * src/mimeview.c
6807                 Fix d'n'd to other apps
6808         * src/prefs_message.c
6809                 Let the XFace pref be usable without libcompface as it also
6810                 applies to Face
6811         * src/summaryview.c
6812                 Fix d'n'd to other apps
6813                 Factorize d'n'd from other apps code
6814
6815 2006-02-06 [wwp]        2.0.0cvs19
6816
6817         * po/it.po
6818                 Italian translation fixes by Andrea Spadaccini (no more confusion
6819                 between filtering and processing, and few changes in the About
6820                 dialog).
6821
6822
6823 2006-02-06 [mones]      2.0.0cvs18
6824
6825         * src/gtk/icon_legend.c
6826                 Improved descriptions allowing better translations
6827
6828 2006-02-05 [colin]      2.0.0cvs17
6829
6830         * src/imap.c
6831                 Add the f*cking missing expunge that caused imap_fetch_env
6832                 to fail after an add_msgs ! :-///
6833         * src/etpan/imap-thread.c
6834                 Add a bit of debug
6835         FOR_STABLE
6836
6837 2006-02-05 [colin]      2.0.0cvs16
6838
6839         * src/common/utils.c
6840                 Don't check for return-path (or we can't put
6841                 back non-sent mails)
6842
6843 2006-02-05 [colin]      2.0.0cvs15
6844
6845         * src/textview.c
6846                 Don't try to display Face header in textview
6847                 when teh headerview's active
6848
6849 2006-02-05 [colin]      2.0.0cvs14
6850
6851         * tools/tbird2syl.py
6852         * tools/Makefile.am
6853                 Add script to import Thunderbird mails
6854
6855 2006-02-05 [colin]      2.0.0cvs13
6856
6857         * src/headerview.c
6858         * src/procheader.c
6859         * src/procmsg.c
6860         * src/procmsg.h
6861         * src/textview.c
6862                 Show Face headers - patch partially by Klaus Flittner
6863
6864 2006-02-05 [colin]      2.0.0cvs12
6865
6866         * src/folderview.c
6867         * src/summaryview.c
6868         * src/common/utils.c
6869         * src/common/utils.h
6870                 Let dnd work from mime icons to summaryview
6871                 and to folderview too
6872                 Add a crude test to avoid trying to add files
6873                 drag'n'dropped when they're not mails
6874
6875 2006-02-04 [colin]      2.0.0cvs11
6876
6877         * src/summaryview.c
6878         * src/mimeview.c
6879                 Fix utf8 conversion
6880
6881 2006-02-04 [colin]      2.0.0cvs10
6882
6883         * src/compose.c
6884         * src/folderview.c
6885         * src/mimeview.c
6886         * src/summaryview.c
6887         * src/summaryview.h
6888                 Added various drag and drop capas:
6889                 From                    To
6890                 summaryview             other apps
6891                 mimeview icons          other apps
6892                 other apps              summaryview
6893                 other apps              folderview
6894
6895                 This shouldn't have broken the existing:
6896                 From                    To
6897                 summaryview             folderview
6898                 folderview              folderview
6899                 summaryview             compose's attachments
6900
6901         Tests welcomed.
6902
6903 2006-02-02 [paul]       2.0.0cvs9
6904
6905         * src/mainwindow.c
6906                 move global option 'Set displayed columns...' out
6907                 of folder option grouping.
6908                 fix sensitivity of 'harvest addresses'
6909         FOR_STABLE
6910
6911 2006-02-01 [colin]      2.0.0cvs8
6912
6913         * src/mimeview.c
6914                 Revert the alertpanel patch, it sucks (intrusive
6915                 and gets in the way of "open")
6916
6917 2006-02-01 [colin]      2.0.0cvs7
6918
6919         * src/compose.c
6920         * src/prefs_account.c
6921         * src/prefs_common.c
6922         * src/common/defs.h
6923         * src/common/utils.c
6924         * src/common/utils.h
6925                 Add ability to edit the signature file
6926                 from the account preferences, and use
6927                 a default for the text editor.
6928                 Patch by Fabien Vantard
6929
6930 2006-02-01 [colin]      2.0.0cvs6
6931
6932         * src/mimeview.c
6933                 Try to get mime type by extension if it is
6934                 application/octet-stream
6935                 Display a window with possible choices when
6936                 encountering unknown mime types
6937         * src/gtk/filesel.c
6938         * src/gtk/filesel.h
6939                 Add preview
6940                 Allow multiple selection in filtered filesel
6941                 (patch by Fabien Vantard)
6942         * src/gtk/pluginwindow.c
6943                 Use it (patch by Fabien Vantard)
6944
6945 2006-02-01 [paul]       2.0.0cvs5
6946
6947         * src/jpilot.c
6948                 fix crash on creating jpilot address book
6949                 Thanks to Colin - FOR_STABLE
6950         * src/prefs_summaries.c
6951         * src/prefs_wrapping.c
6952         * src/gtk/icon_legend.c
6953         * src/gtk/quicksearch.c
6954                 string fixes and additions
6955
6956 2006-02-01 [paul]       2.0.0cvs4
6957
6958         * src/compose.c
6959         * src/mainwindow.c
6960         * src/messageview.c
6961         * src/prefs_send.c
6962                 add Arabic encoding option
6963                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6964
6965 2006-01-31 [colin]      2.0.0cvs3
6966
6967         * src/plugins/pgpcore/passphrase.c
6968                 Convert passphrase to locale encoding
6969         * src/compose.c
6970                 Fix drafting on IMAP. Crappy bug sneaked in
6971                 the release :-/
6972         FOR_STABLE
6973
6974 2006-01-30 [paul]       2.0.0cvs2
6975
6976         * src/gtk/icon_legend.c
6977                 show the new entries
6978
6979 2006-01-30 [colin]      2.0.0cvs1
6980
6981         * src/manual.c
6982                 Check for the file to be present before 
6983                 enabling the menu - FOR_STABLE
6984         * src/gtk/icon_legend.c
6985                 Add folders icons (not all of them, there
6986                 are too much, but the most intriguing ones)
6987
6988 2006-01-30 [paul]       2.0.0
6989
6990         version 2.0.0 released
6991
6992 2006-01-30 [paul]       1.9.100cvs200
6993
6994         * manual/faq.xml
6995         * manual/gpl.xml
6996         * manual/intro.xml
6997         * manual/starting.xml
6998         * manual/sylpheed-claws-manual.xml
6999                 fixes, additions
7000
7001 2006-01-29 [mones]      1.9.100cvs199
7002
7003         * manual/account.xml
7004         * manual/advanced.xml
7005         * manual/glossary.xml
7006                 Some typos fixed, added LDIF term to glossary
7007         * po/es.po
7008                 Fixed leading plus symbol
7009
7010 2006-01-29 [paul]       1.9.100cvs198
7011
7012         * po/fi.po
7013         * po/sk.po
7014                 updated by Tommi Pirinen and Andrej Kacian
7015
7016 2006-01-29 [paul]       1.9.100cvs197
7017
7018         * src/gtk/authors.h
7019                 remove duplicates
7020
7021 2006-01-29 [paul]       1.9.100cvs196
7022
7023         * AUTHORS
7024         * po/nl.po
7025         * src/gtk/authors.h
7026         * tools/claws.i18n.status.pl
7027                 nl translation updated by Tim Dijkstra
7028
7029 2006-01-29 [paul]       1.9.100cvs195
7030
7031         * po/sr.po
7032         * po/sv.po
7033                 updated by Aleksandar Urosevic and Anders Troback
7034
7035 2006-01-28 [colin]      1.9.100cvs194
7036
7037         * src/gtk/gtksourceprintjob.c
7038                 Don't fiddle with PangoLayout when we
7039                 have an image
7040
7041 2006-01-28 [paul]       1.9.100cvs193
7042
7043         * AUTHORS
7044         * po/el.po
7045         * po/zh_CN.po
7046         * src/gtk/authors.h
7047         * tools/claws.i18n.status.pl
7048                 updated translations submitted by Stavros Giannouris
7049                 and Ralgh Young
7050
7051 2006-01-27 [colin]      1.9.100cvs192
7052
7053         * src/summaryview.c
7054         * src/gtk/gtksourceprintjob.c
7055                 Add image printing 
7056                 (libgnomeprint only, of course)
7057
7058 2006-01-27 [paul]       1.9.100cvs191
7059
7060         * po/fr.po
7061         * po/it.po
7062                 updated by Fabien Vantard and Andrea Spadaccini
7063
7064 2006-01-26 [colin]      1.9.100cvs190
7065
7066         * manual/Makefile.am
7067         * configure.ac
7068                 Make building the manual optional 
7069                 (--disable-manual)
7070
7071 2006-01-26 [paul]       1.9.100cvs189
7072
7073         * manual/glossary.xml
7074         * manual/plugins.xml
7075                 edited
7076         * po/en_GB.po
7077                 updated
7078
7079 2006-01-26 [paul]       1.9.100cvs188
7080
7081         * src/prefs_display_header.c
7082         * src/prefs_folder_column.c
7083         * src/prefs_msg_colors.c
7084         * src/prefs_summaries.c
7085         * src/prefs_summary_column.c
7086                 HIGify
7087
7088 2006-01-25 [colin]      1.9.100cvs187
7089
7090         * src/imap.c
7091                 Don't allow moving/copying mails between
7092                 queue/drafts and non-queue/drafts folders
7093                 Fixes bug #897 (message header is resetted 
7094                 if one is copied to Drafts)
7095
7096 2006-01-25 [colin]      1.9.100cvs186
7097
7098         * src/folder.c
7099         * src/mainwindow.c
7100                 Fix subscribed folders not found
7101         * src/compose.c
7102                 Don't try to encode as original mail's charset
7103                 if it's ascii 
7104
7105 2006-01-25 [paul]       1.9.100cvs185
7106
7107         * AUTHORS
7108         * po/Makevars
7109                 updated
7110         * po/de.po
7111         * po/pl.po
7112         * po/pt_BR.po
7113         * po/sr.po
7114                 updates submitted by Stephan Sachse, Emilian Nowak
7115                 and Quar, Frederico Goncalves Guimaraes, and
7116                 Aleksandar Urosevic
7117                 Fix Bug 896, 'PT_BR locale broken'.
7118         * src/gtk/authors.h
7119                 updated
7120
7121 2006-01-24 [mones]      1.9.100cvs184
7122
7123         * manual/glossary.xml
7124                 All current terms finished. Reviewers welcome ;-)
7125         * manual/keyboard.xml
7126                 Fixed column width for pdf output.
7127         * po/es.po
7128                 Updated
7129
7130 2006-01-24 [paul]       1.9.100cvs183
7131
7132         * manual/glossary.xml
7133                 fix id name
7134         * manual/dist/html/Makefile.am
7135         * manual/dist/pdf/Makefile.am
7136         * manual/dist/ps/Makefile.am
7137         * manual/dist/txt/Makefile.am
7138                 fix make deps
7139                 Thanks to Colin
7140
7141 2006-01-24 [mones]      1.9.100cvs182
7142
7143         * manual/glossary.xml
7144                 Nearly finished, some terms missing.
7145
7146 2006-01-23 [paul]       1.9.100cvs181
7147
7148         * manual/dist/html/Makefile.am
7149         * manual/dist/pdf/Makefile.am
7150         * manual/dist/ps/Makefile.am
7151         * manual/dist/txt/Makefile.am
7152         * src/mainwindow.c
7153                 re-enable manual
7154                 Thanks to Colin
7155
7156 2006-01-22 [colin]      1.9.100cvs180
7157
7158         * src/compose.c
7159         * src/gtk/gtkaspell.c
7160                 Don't deselect stuff before right-clicking, with aspell.
7161                 (This prevented right-click Copy, for example).
7162                 Thanks to Clo!
7163
7164 2006-01-22 [paul]       1.9.100cvs179
7165
7166         * src/summary_search.c
7167                 don't fix the widget size as it causes problems
7168                 under localisation.
7169                 Thanks to Emilian Nowak
7170
7171 2006-01-21 [paul]       1.9.100cvs178
7172
7173         * src/prefs_themes.c
7174                 fix broken underlining of label text
7175                 with some translations
7176
7177 2006-01-21 [colin]      1.9.100cvs177
7178
7179         * po/fr.po
7180                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7181
7182 2006-01-20 [colin]      1.9.100cvs176
7183
7184         * configure.ac
7185         * Makefile.am
7186         * manual/Makefile
7187         * manual/dist/html/.cvsignore
7188         * manual/dist/html/Makefile.am
7189         * manual/dist/pdf/.cvsignore
7190         * manual/dist/pdf/Makefile.am
7191         * manual/dist/ps/.cvsignore
7192         * manual/dist/ps/Makefile.am
7193         * manual/dist/txt/.cvsignore
7194         * manual/dist/txt/Makefile.am
7195                 Autotool-ize manual
7196
7197 2006-01-20 [paul]       1.9.100cvs175
7198
7199         * manual/handling.xml
7200                 make Filtering and Searching entries easier to find
7201         * manual/keyboard.xml
7202                 add the remaining default keybinds
7203         * src/prefs_summaries.c
7204                 update the default keybinds
7205
7206 2006-01-20 [paul]       1.9.100cvs174
7207
7208         * src/addressbook.c
7209         * src/addrgather.c
7210         * src/addrharvest.c
7211         * src/editaddress.c
7212         * src/editgroup.c
7213         * src/exphtmldlg.c
7214         * src/expldifdlg.c
7215         * src/exporthtml.c
7216         * src/exportldif.c
7217         * src/ldif.c
7218                 replace 'e-mail' with 'email'
7219         * src/summary_search.c
7220                 add mnemonic to "Find all" button
7221
7222 2006-01-20 [wwp]        1.9.100cvs173
7223
7224         * src/export.c
7225         * src/import.c
7226                 touched mbox import/export buttons for HIG-compliance
7227
7228 2006-01-19 [paul]       1.9.100cvs172
7229
7230         * manual/account.xml
7231         * manual/addrbook.xml
7232         * manual/advanced.xml
7233         * manual/faq.xml
7234         * manual/handling.xml
7235         * manual/intro.xml
7236         * manual/plugins.xml
7237         * manual/starting.xml
7238                 more editing
7239
7240 2006-01-19 [paul]       1.9.100cvs171
7241
7242         * src/toolbar.c
7243                 allow use of trash button while receiving
7244                 Thanks to Colin
7245
7246 2006-01-19 [wwp]        1.9.100cvs170
7247
7248         * src/gtk/quicksearch.c
7249         * src/compose.c
7250                 force text color to black when yellow background is set
7251
7252 2006-01-19 [colin]      1.9.100cvs169
7253
7254         * src/plugins/trayicon/trayicon.c
7255                 Gray out Get Mail when already getting mail
7256
7257 2006-01-18 [paul]       1.9.100cvs168
7258
7259         * src/compose.c
7260                 give widget yellow background was To is
7261                 set via folder prefs
7262         * src/gtk/quicksearch.c
7263                 give widget yellow background when quick
7264                 search is active.
7265                 Thanks to Colin
7266
7267 2006-01-18 [paul]       1.9.100cvs167
7268
7269         * doc/man/sylpheed-claws.1
7270                 add --subscribe option
7271
7272 2006-01-18 [paul]       1.9.100cvs166
7273
7274         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7275         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7276                 use %U instead of %F (%F is broken for user installed
7277                 files in kde 3.5)
7278
7279 2006-01-18 [colin]      1.9.100cvs165
7280
7281         * src/summaryview.c
7282                 Default to Yes in "No more * messages" dialogs
7283
7284 2006-01-17 [colin]      1.9.100cvs164
7285
7286         * src/compose.c
7287                 Possibly fix an invalid iterator causing
7288                 crash
7289
7290 2006-01-17 [colin]      1.9.100cvs163
7291
7292         * src/mimeview.c
7293                 Fix crash when the image disappears under the
7294                 image viewer
7295
7296 2006-01-16 [colin]      1.9.100cvs162
7297
7298         * src/compose.c
7299                 Fix reenabling autowrap
7300
7301 2006-01-16 [colin]      1.9.100cvs161
7302
7303         * src/compose.c
7304                 reset quote_len before getting quote_str
7305
7306 2006-01-16 [colin]      1.9.100cvs160
7307
7308         * src/account.c
7309         * src/account.h
7310         * src/folder.c
7311         * src/imap_gtk.c
7312         * src/mh_gtk.c
7313                 Fix bug #883 (default inbox does not track folder move)
7314
7315 2006-01-16 [colin]      1.9.100cvs159
7316
7317         * src/compose.c
7318         * src/plugins/pgpcore/passphrase.c
7319                 More buttons fixes
7320
7321 2006-01-16 [paul]       1.9.100cvs158
7322
7323         * src/prefs_actions.c
7324         * src/prefs_filtering_action.c
7325         * src/prefs_matcher.c
7326         * src/quote_fmt.c
7327         * src/gtk/description_window.c
7328         * src/gtk/description_window.h
7329         * src/gtk/quicksearch.c
7330                 description window cleanups
7331
7332 2006-01-15 [colin]      1.9.100cvs157
7333
7334         * src/addressbook.c
7335         * src/prefs_filtering.c
7336                 Same here
7337
7338 2006-01-15 [colin]      1.9.100cvs156
7339
7340         * src/folderview.c
7341         * src/mainwindow.c
7342                 Same for "Empty trash"
7343
7344 2006-01-15 [colin]      1.9.100cvs155
7345
7346         * src/inc.c
7347                 Override offline dialog had Yes by default
7348
7349 2006-01-15 [colin]      1.9.100cvs154
7350
7351         * src/summaryview.c
7352                 Delete selected messages? previously had Yes the default
7353
7354 2006-01-15 [colin]      1.9.100cvs153
7355
7356         * src/folder.c
7357         * src/folder.h
7358         * src/main.c
7359                 Check if a mailbox is loaded after all
7360                 plugins are loaded.
7361
7362 2006-01-15 [colin]      1.9.100cvs152
7363
7364         * src/folder.c
7365                 Don't start wizard when there are unloaded folders (will help
7366                 people with only mbox or maildir mailboxes)
7367
7368 2006-01-14 [colin]      1.9.100cvs151
7369
7370         * src/addressbook.c
7371         * src/expldifdlg.c
7372         * src/importldif.c
7373         * src/importmutt.c
7374         * src/importpine.c
7375         * src/mh_gtk.c
7376                 More HIG compliance and fixes
7377
7378 2006-01-14 [colin]      1.9.100cvs150
7379
7380         * src/prefs_filtering_action.c
7381         * src/foldersel.c
7382                 Two forgotten button order changes
7383
7384 2006-01-14 [colin]      1.9.100cvs149
7385
7386         * src/account.c
7387         * src/addressbook.c
7388         * src/compose.c
7389         * src/folderview.c
7390         * src/imap_gtk.c
7391         * src/mainwindow.c
7392         * src/mh_gtk.c
7393         * src/news_gtk.c
7394         * src/prefs_actions.c
7395         * src/prefs_customheader.c
7396         * src/prefs_filtering.c
7397         * src/prefs_matcher.c
7398         * src/prefs_template.c
7399         * src/ssl_manager.c
7400         * src/summaryview.c
7401         * src/textview.c
7402         * src/toolbar.c
7403                 All deletion confirmations are now "Cancel, Delete" 
7404                 instead of "No, Yes"
7405                 Clarified most of the other "No, Yes" to 
7406                 "Cancel, Descriptive_action"
7407                 Rechanged the "Entry not saved" alerts to have 
7408                 "Close, Continue editing"
7409
7410
7411 2006-01-14 [paul]
7412
7413         * 2.0.0-rc4 released
7414
7415 2006-01-14 [paul]       1.9.100cvs148
7416
7417         * src/account.c
7418         * src/addressadd.c
7419         * src/addressbook.c
7420         * src/compose.c
7421         * src/editaddress.c
7422         * src/editbook.c
7423         * src/editgroup.c
7424         * src/editjpilot.c
7425         * src/editldap.c
7426         * src/editvcard.c
7427         * src/exphtmldlg.c
7428         * src/expldifdlg.c
7429         * src/folderview.c
7430         * src/grouplistdialog.c
7431         * src/imap_gtk.c
7432         * src/importmutt.c
7433         * src/importpine.c
7434         * src/inc.c
7435         * src/main.c
7436         * src/mainwindow.c
7437         * src/message_search.c
7438         * src/messageview.c
7439         * src/mh_gtk.c
7440         * src/mimeview.c
7441         * src/news_gtk.c
7442         * src/prefs_actions.c
7443         * src/prefs_customheader.c
7444         * src/prefs_filtering.c
7445         * src/prefs_matcher.c
7446         * src/prefs_template.c
7447         * src/prefs_themes.c
7448         * src/ssl_manager.c
7449         * src/summary_search.c
7450         * src/summaryview.c
7451         * src/textview.c
7452         * src/toolbar.c
7453         * src/gtk/foldersort.c
7454         * src/gtk/gtkaspell.c
7455         * src/gtk/inputdialog.c
7456         * src/gtk/prefswindow.c
7457         * src/plugins/pgpcore/select-keys.c
7458         * src/plugins/trayicon/trayicon.c
7459                 HIG compliant button order
7460
7461 2006-01-14 [mones]      1.9.100cvs147
7462
7463         * po/es.po
7464                 Updated translation
7465
7466 2006-01-13 [paul]       1.9.100cvs146
7467
7468         * AUTHORS
7469         * ChangeLog
7470         * src/gtk/authors.h
7471                 add Joshua M. Kwan to contributors list
7472
7473 2006-01-13 [colin]      1.9.100cvs145
7474
7475         * src/gtk/quicksearch.c
7476                 Don't refocus quick search after executing (Esc or Enter)
7477                 Allows to '/'search something then move up/down in 
7478                 summaryview, and to Esc a search and be back in the 
7479                 summaryview
7480
7481 2006-01-13 [paul]       1.9.100cvs144
7482
7483         * src/plugins/pgpinline/pgpinline.c
7484                 support Content-Type 'application/pgp'
7485                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7486
7487 2006-01-13 [paul]       1.9.100cvs143
7488
7489         * manual/account.xml
7490                 make mention of partial retrieval
7491                 thanks to Colin
7492
7493 2006-01-13 [paul]       1.9.100cvs142
7494
7495         * src/account.c
7496         * src/account.h
7497         * src/action.c
7498         * src/action.h
7499         * src/adbookbase.h
7500         * src/addr_compl.c
7501         * src/addr_compl.h
7502         * src/addrbook.c
7503         * src/addrcache.c
7504         * src/addrcache.h
7505         * src/addrcindex.c
7506         * src/addrcindex.h
7507         * src/addrclip.c
7508         * src/addrclip.h
7509         * src/addrdefs.h
7510         * src/addressadd.c
7511         * src/addressadd.h
7512         * src/addressbook.c
7513         * src/addressbook.h
7514         * src/addrgather.c
7515         * src/addrgather.h
7516         * src/addrharvest.c
7517         * src/addrharvest.h
7518         * src/addrindex.c
7519         * src/addrindex.h
7520         * src/addritem.c
7521         * src/addritem.h
7522         * src/addrquery.c
7523         * src/addrquery.h
7524         * src/addrselect.c
7525         * src/addrselect.h
7526         * src/alertpanel.c
7527         * src/alertpanel.h
7528         * src/browseldap.c
7529         * src/browseldap.h
7530         * src/codeconv.c
7531         * src/codeconv.h
7532         * src/compose.c
7533         * src/compose.h
7534         * src/customheader.c
7535         * src/customheader.h
7536         * src/displayheader.c
7537         * src/displayheader.h
7538         * src/editaddress.c
7539         * src/editaddress.h
7540         * src/editbook.c
7541         * src/editbook.h
7542         * src/editgroup.c
7543         * src/editgroup.h
7544         * src/editjpilot.c
7545         * src/editjpilot.h
7546         * src/editldap.c
7547         * src/editldap.h
7548         * src/editldap_basedn.c
7549         * src/editldap_basedn.h
7550         * src/editvcard.c
7551         * src/editvcard.h
7552         * src/exphtmldlg.c
7553         * src/exphtmldlg.h
7554         * src/expldifdlg.c
7555         * src/expldifdlg.h
7556         * src/export.h
7557         * src/exporthtml.c
7558         * src/exporthtml.h
7559         * src/exportldif.c
7560         * src/exportldif.h
7561         * src/filtering.c
7562         * src/filtering.h
7563         * src/folder.c
7564         * src/folder.h
7565         * src/folder_item_prefs.c
7566         * src/folder_item_prefs.h
7567         * src/foldersel.c
7568         * src/foldersel.h
7569         * src/folderutils.c
7570         * src/folderutils.h
7571         * src/folderview.c
7572         * src/folderview.h
7573         * src/grouplistdialog.c
7574         * src/grouplistdialog.h
7575         * src/headerview.c
7576         * src/html.c
7577         * src/html.h
7578         * src/image_viewer.c
7579         * src/image_viewer.h
7580         * src/imap.c
7581         * src/imap.h
7582         * src/imap_gtk.c
7583         * src/imap_gtk.h
7584         * src/import.h
7585         * src/importldif.c
7586         * src/importldif.h
7587         * src/importmutt.c
7588         * src/importmutt.h
7589         * src/importpine.c
7590         * src/importpine.h
7591         * src/inc.c
7592         * src/inc.h
7593         * src/jpilot.c
7594         * src/jpilot.h
7595         * src/ldapctrl.c
7596         * src/ldapctrl.h
7597         * src/ldaplocate.c
7598         * src/ldaplocate.h
7599         * src/ldapquery.c
7600         * src/ldapquery.h
7601         * src/ldapserver.c
7602         * src/ldapserver.h
7603         * src/ldaputil.c
7604         * src/ldaputil.h
7605         * src/ldif.c
7606         * src/ldif.h
7607         * src/main.c
7608         * src/main.h
7609         * src/mainwindow.c
7610         * src/mainwindow.h
7611         * src/manual.c
7612         * src/manual.h
7613         * src/mbox.c
7614         * src/mbox.h
7615         * src/message_search.c
7616         * src/message_search.h
7617         * src/messageview.c
7618         * src/messageview.h
7619         * src/mh.c
7620         * src/mh.h
7621         * src/mh_gtk.c
7622         * src/mh_gtk.h
7623         * src/mimeview.c
7624         * src/mimeview.h
7625         * src/msgcache.c
7626         * src/msgcache.h
7627         * src/mutt.c
7628         * src/mutt.h
7629         * src/news.c
7630         * src/news.h
7631         * src/news_gtk.c
7632         * src/news_gtk.h
7633         * src/partial_download.c
7634         * src/partial_download.h
7635         * src/pine.c
7636         * src/pine.h
7637         * src/pop.c
7638         * src/pop.h
7639         * src/prefs_account.c
7640         * src/prefs_account.h
7641         * src/prefs_actions.c
7642         * src/prefs_actions.h
7643         * src/prefs_common.c
7644         * src/prefs_common.h
7645         * src/prefs_compose_writing.c
7646         * src/prefs_compose_writing.h
7647         * src/prefs_customheader.c
7648         * src/prefs_customheader.h
7649         * src/prefs_display_header.c
7650         * src/prefs_display_header.h
7651         * src/prefs_filtering.c
7652         * src/prefs_filtering.h
7653         * src/prefs_filtering_action.c
7654         * src/prefs_filtering_action.h
7655         * src/prefs_folder_column.c
7656         * src/prefs_folder_column.h
7657         * src/prefs_folder_item.c
7658         * src/prefs_folder_item.h
7659         * src/prefs_fonts.c
7660         * src/prefs_fonts.h
7661         * src/prefs_gtk.c
7662         * src/prefs_gtk.h
7663         * src/prefs_image_viewer.c
7664         * src/prefs_image_viewer.h
7665         * src/prefs_matcher.c
7666         * src/prefs_matcher.h
7667         * src/prefs_message.c
7668         * src/prefs_msg_colors.c
7669         * src/prefs_msg_colors.h
7670         * src/prefs_other.c
7671         * src/prefs_quote.c
7672         * src/prefs_receive.c
7673         * src/prefs_send.c
7674         * src/prefs_spelling.c
7675         * src/prefs_spelling.h
7676         * src/prefs_summaries.c
7677         * src/prefs_summaries.h
7678         * src/prefs_summary_column.c
7679         * src/prefs_summary_column.h
7680         * src/prefs_template.c
7681         * src/prefs_template.h
7682         * src/prefs_themes.c
7683         * src/prefs_themes.h
7684         * src/prefs_toolbar.c
7685         * src/prefs_toolbar.h
7686         * src/prefs_wrapping.c
7687         * src/prefs_wrapping.h
7688         * src/privacy.c
7689         * src/privacy.h
7690         * src/procheader.c
7691         * src/procheader.h
7692         * src/procmime.c
7693         * src/procmime.h
7694         * src/procmsg.c
7695         * src/procmsg.h
7696         * src/quote_fmt.c
7697         * src/quote_fmt_parse.y
7698         * src/recv.c
7699         * src/recv.h
7700         * src/remotefolder.c
7701         * src/remotefolder.h
7702         * src/send_message.c
7703         * src/send_message.h
7704         * src/setup.c
7705         * src/setup.h
7706         * src/sourcewindow.c
7707         * src/sourcewindow.h
7708         * src/ssl_manager.c
7709         * src/ssl_manager.h
7710         * src/statusbar.c
7711         * src/statusbar.h
7712         * src/stock_pixmap.c
7713         * src/stock_pixmap.h
7714         * src/summary_search.c
7715         * src/summary_search.h
7716         * src/summaryview.c
7717         * src/summaryview.h
7718         * src/syldap.c
7719         * src/syldap.h
7720         * src/textview.c
7721         * src/textview.h
7722         * src/toolbar.c
7723         * src/toolbar.h
7724         * src/undo.c
7725         * src/undo.h
7726         * src/unmime.c
7727         * src/unmime.h
7728         * src/vcard.c
7729         * src/vcard.h
7730         * src/wizard.c
7731         * src/wizard.h
7732         * src/common/base64.c
7733         * src/common/base64.h
7734         * src/common/defs.h
7735         * src/common/hooks.c
7736         * src/common/hooks.h
7737         * src/common/log.c
7738         * src/common/log.h
7739         * src/common/mgutils.c
7740         * src/common/mgutils.h
7741         * src/common/nntp.c
7742         * src/common/nntp.h
7743         * src/common/passcrypt.c
7744         * src/common/passcrypt.h.in
7745         * src/common/plugin.c
7746         * src/common/plugin.h
7747         * src/common/prefs.c
7748         * src/common/prefs.h
7749         * src/common/progressindicator.c
7750         * src/common/progressindicator.h
7751         * src/common/quoted-printable.c
7752         * src/common/quoted-printable.h
7753         * src/common/session.c
7754         * src/common/session.h
7755         * src/common/smtp.c
7756         * src/common/smtp.h
7757         * src/common/socket.c
7758         * src/common/socket.h
7759         * src/common/ssl.c
7760         * src/common/ssl.h
7761         * src/common/ssl_certificate.c
7762         * src/common/ssl_certificate.h
7763         * src/common/stringtable.c
7764         * src/common/stringtable.h
7765         * src/common/sylpheed.c
7766         * src/common/sylpheed.h
7767         * src/common/template.c
7768         * src/common/template.h
7769         * src/common/timing.h
7770         * src/common/utils.c
7771         * src/common/utils.h
7772         * src/common/version.h.in
7773         * src/common/xml.c
7774         * src/common/xml.h
7775         * src/common/xmlprops.c
7776         * src/common/xmlprops.h
7777         * src/gtk/colorlabel.c
7778         * src/gtk/colorsel.c
7779         * src/gtk/colorsel.h
7780         * src/gtk/description_window.c
7781         * src/gtk/description_window.h
7782         * src/gtk/filesel.c
7783         * src/gtk/filesel.h
7784         * src/gtk/foldersort.c
7785         * src/gtk/foldersort.h
7786         * src/gtk/gtkutils.c
7787         * src/gtk/gtkutils.h
7788         * src/gtk/inputdialog.c
7789         * src/gtk/inputdialog.h
7790         * src/gtk/logwindow.c
7791         * src/gtk/logwindow.h
7792         * src/gtk/manage_window.c
7793         * src/gtk/manage_window.h
7794         * src/gtk/menu.c
7795         * src/gtk/menu.h
7796         * src/gtk/pluginwindow.c
7797         * src/gtk/pluginwindow.h
7798         * src/gtk/prefswindow.c
7799         * src/gtk/prefswindow.h
7800         * src/gtk/progressdialog.c
7801         * src/gtk/progressdialog.h
7802         * src/gtk/sslcertwindow.c
7803         * src/gtk/sslcertwindow.h
7804         * src/plugins/clamav/clamav_plugin.c
7805         * src/plugins/clamav/clamav_plugin.h
7806         * src/plugins/clamav/clamav_plugin_gtk.c
7807         * src/plugins/demo/demo.c
7808         * src/plugins/dillo_viewer/dillo_prefs.c
7809         * src/plugins/dillo_viewer/dillo_prefs.h
7810         * src/plugins/dillo_viewer/dillo_viewer.c
7811         * src/plugins/pgpcore/passphrase.c
7812         * src/plugins/pgpcore/passphrase.h
7813         * src/plugins/pgpcore/plugin.c
7814         * src/plugins/pgpcore/select-keys.c
7815         * src/plugins/pgpcore/select-keys.h
7816         * src/plugins/pgpcore/sgpgme.c
7817         * src/plugins/pgpcore/sgpgme.h
7818         * src/plugins/pgpinline/pgpinline.c
7819         * src/plugins/pgpinline/pgpinline.h
7820         * src/plugins/pgpinline/plugin.c
7821         * src/plugins/pgpmime/pgpmime.c
7822         * src/plugins/pgpmime/pgpmime.h
7823         * src/plugins/pgpmime/plugin.c
7824         * src/plugins/spamassassin/spamassassin.c
7825         * src/plugins/spamassassin/spamassassin.h
7826         * src/plugins/spamassassin/spamassassin_gtk.c
7827         * src/plugins/trayicon/trayicon.c
7828                 update copyright header
7829
7830 2006-01-13 [paul]       1.9.100cvs141
7831
7832         * src/account.c
7833         * src/export.c
7834         * src/import.c
7835         * src/mainwindow.c
7836         * src/prefs_account.c
7837         * src/prefs_display_header.c
7838         * src/prefs_receive.c
7839         * src/prefs_send.c
7840         * src/prefs_summaries.c
7841         * src/prefs_themes.c
7842         * src/prefs_toolbar.c
7843         * src/gtk/about.c
7844                 various cleanups
7845
7846 2006-01-12 [colin]      1.9.100cvs140
7847
7848         * src/folder.c
7849         * src/folder.h
7850         * src/main.c
7851                 Add --subscribe option
7852                 Let sylpheed-claws email@domain.com equivalent to --compose
7853                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7854
7855 2006-01-12 [paul]       1.9.100cvs139
7856
7857         * src/mainwindow.c
7858                 append 'Change folder order' label with '...'
7859         * src/prefs_actions.c
7860                 allow reordering of actions list by dnd
7861         * src/gtk/foldersort.c
7862                 make the dialog nicer
7863
7864 2006-01-11 [colin]      1.9.100cvs138
7865
7866         * src/compose.c
7867                 Allow templates without text
7868
7869 2006-01-11 [paul]       1.9.100cvs137
7870
7871         * tools/README
7872         * tools/filter_conv_new.pl
7873                 add info to README
7874                 also check .sylpheed for filter.xml
7875                 be a bit informative to the user
7876
7877 2006-01-11 [colin]      1.9.100cvs136
7878
7879         * src/textview.c
7880                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7881
7882 2006-01-10 [paul]       1.9.100cvs135
7883
7884         * tools/Makefile.am
7885         * tools/filter_conv_new.pl
7886                 add script to convert new style Sylpheed
7887                 filter rules (Sylpheed >= 0.9.99) to
7888                 Claws filtering rules
7889
7890 2006-01-10 [colin]      1.9.100cvs134
7891
7892         * src/compose.c
7893                 Fix broken line joins in certain conditions
7894                 (between two quoted lines: <enter><enter><up>
7895                  <type a wrapped sentence><go in the first line>
7896                  <insert more text><watch as line joining failed>)
7897
7898 2006-01-10 [paul]       1.9.100cvs133
7899
7900         * src/compose.c
7901                 don't report success in error dialog
7902                 thanks to Colin
7903         * src/common/utils.c
7904                 include some trailing punctuations as URI
7905                 thanks to Hiro
7906
7907 2006-01-10 [paul]       1.9.100cvs132
7908
7909         * src/mimeview.c
7910                 fix incompatible pointer type
7911                 warning
7912
7913 2006-01-10 [paul]       1.9.100cvs131
7914
7915         * src/compose.c
7916                 change Subject in window title
7917                 instantaneously
7918
7919 2006-01-09 [colin]      1.9.100cvs130
7920
7921         * src/addressbook.c
7922         * src/headerview.c
7923         * src/mainwindow.c
7924         * src/messageview.c
7925         * src/mimeview.c
7926         * src/noticeview.c
7927         * src/summaryview.c
7928                 Fix possible crashes on exit and in addressbook
7929
7930 2006-01-09 [paul]       1.9.100cvs129
7931
7932         * src/prefs_msg_colors.c
7933                 some cleanups that I forgot last time
7934
7935 2006-01-09 [paul]       1.9.100cvs128
7936
7937         * README
7938         * src/folderview.c
7939         * src/prefs_msg_colors.c
7940                 add previously hidden option, color_new, to
7941                 the gui
7942                 move the page to Display/
7943                 rework the gui
7944
7945 2006-01-09 [wwp]        1.9.100cvs127
7946
7947         * src/prefs_themes.c
7948                 made the prefs/display/themes layouts spacing less condensed
7949                 (and so they match other prefs/pages' look).
7950
7951 2006-01-09 [paul]       1.9.100cvs126
7952
7953         * src/compose.c
7954         * src/prefs_common.c
7955         * src/prefs_common.h
7956         * src/prefs_wrapping.c
7957                 remove 'wrap at send' option
7958
7959 2006-01-06 [colin]      1.9.100cvs125
7960
7961         * src/compose.c
7962                 Just make completely sure we don't insert "manual line breaks" 
7963                 when wrapping... 
7964
7965 2006-01-04 [paul]
7966
7967         * 2.0.0-rc3 released
7968
7969 2006-01-04 [paul]       1.9.100cvs124
7970
7971         * src/folderview.c
7972                 fix bug 882, 'quick scroll in folder list
7973                 displays wrong folder contents'
7974
7975 2006-01-04 [paul]       1.9.100cvs123
7976
7977         * src/plugins/pgpmime/pgpmime.c
7978                 better debug information when signing
7979                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7980
7981 2006-01-03 [colin]      1.9.100cvs122
7982
7983         * configure.ac
7984                 We need to recheck for gpgme 1.0.0 after checking
7985                 for 1.1.1, because if 1.1.1 isn't available, 
7986                 GPGME_LIBS and friends are blanked out by the 
7987                 second check.
7988
7989 2006-01-03 [colin]      1.9.100cvs121
7990
7991         * src/common/prefs.c
7992                 Windows unlink-before rename fix
7993         * src/plugins/pgpcore/sgpgme.c
7994                 Add support for PKA info if available
7995                 Both patches by Werner Koch
7996
7997 2006-01-03 [paul]       1.9.100cvs120
7998
7999         * src/messageview.c
8000                 fix bug 884, 'Send receipt' button visible in queue
8001                 Thanks to Colin
8002
8003 2006-01-02 [colin]      1.9.100cvs119
8004
8005         * src/compose.c
8006         * src/imap.c
8007                 Fix autosave on IMAP and more generally try to
8008                 return the correct ID on a newly added IMAP message
8009
8010 2006-01-02 [paul]       1.9.100cvs118
8011
8012         * manual/keyboard.xml
8013                 edited
8014
8015 2006-01-01 [paul]       1.9.100cvs117
8016
8017         * src/gtk/authors.h
8018                 alphabetical order
8019
8020 2005-12-30 [colin]      1.9.100cvs116
8021
8022         * manual/advanced.xml
8023                 Explain Pre/Post-processing differences.
8024
8025 2005-12-30 [colin]      1.9.100cvs115
8026
8027         * src/mh.c
8028                 Implement copy_msgs for a little optimization
8029         * src/imap.c
8030                 Finish yesterday's fix
8031
8032 2005-12-29 [colin]      1.9.100cvs114
8033
8034         * src/imap.c
8035                 Fix occasional failure in fetching a mail over
8036                 IMAP
8037
8038 2005-12-29 [colin]      1.9.100cvs113
8039
8040         * src/compose.c
8041                 Don't remove a draft when sending it, if it is 
8042                 locked.
8043
8044 2005-12-28 [colin]      1.9.100cvs112
8045
8046         * src/summaryview.c
8047                 Fix leak for real
8048
8049 2005-12-28 [wwp]        1.9.100cvs111
8050
8051         * doc/faq/.cvsignore
8052         * doc/faq/de/.cvsignore
8053         * doc/faq/en/.cvsignore
8054         * doc/faq/es/.cvsignore
8055         * doc/faq/fr/.cvsignore
8056         * doc/faq/it/.cvsignore
8057         * doc/manual/.cvsignore
8058         * doc/manual/de/.cvsignore
8059         * doc/manual/en/.cvsignore
8060         * doc/manual/es/.cvsignore
8061         * doc/manual/fr/.cvsignore
8062         * doc/manual/ja/.cvsignore
8063         * src/plugins/mathml_viewer/.cvsignore
8064                 rollback revival of those files (my bad, sorry for the noise).
8065
8066 2005-12-28 [wwp]        1.9.100cvs110
8067
8068         * src/compose.c
8069                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8070
8071 2005-12-28 [wwp]        1.9.100cvs109
8072
8073         * doc/faq/.cvsignore
8074         * doc/faq/de/.cvsignore
8075         * doc/faq/en/.cvsignore
8076         * doc/faq/es/.cvsignore
8077         * doc/faq/fr/.cvsignore
8078         * doc/faq/it/.cvsignore
8079         * doc/manual/.cvsignore
8080         * doc/manual/de/.cvsignore
8081         * doc/manual/en/.cvsignore
8082         * doc/manual/es/.cvsignore
8083         * doc/manual/fr/.cvsignore
8084         * doc/manual/ja/.cvsignore
8085         * src/plugins/mathml_viewer/.cvsignore
8086         * po/.cvsignore
8087                 more files to ignore.
8088
8089 2005-12-24 [colin]      1.9.100cvs108
8090
8091         * AUTHORS
8092         * src/gtk/authors.h
8093                 Update for Werner
8094
8095 2005-12-24 [colin]      1.9.100cvs107
8096
8097         * src/procmsg.c
8098                 Allow NULL src_msginfo in 
8099                 procmsg_msginfo_new_from_mimeinfo
8100
8101 2005-12-23 [paul]       1.9.100cvs106
8102
8103         * src/plugins/pgpinline/mypgpcore.def
8104                 add this forgotten file
8105
8106 2005-12-23 [colin]      1.9.100cvs105
8107
8108         * src/mainwindow.c
8109                 Fix missing break
8110
8111 2005-12-23 [colin]      1.9.100cvs104
8112
8113         * autogen.sh
8114         * src/folder.c
8115         * src/mh.c
8116         * src/common/plugin.c
8117         * src/common/socket.c
8118         * src/common/socket.h
8119         * src/common/utils.c
8120         * src/common/utils.h
8121         * src/gtk/pluginwindow.c
8122         * src/plugins/pgpcore/plugin.def
8123         * src/plugins/pgpcore/sylpheed.def
8124         * src/plugins/pgpinline/Makefile.am
8125         * src/plugins/pgpinline/plugin.def
8126         * src/plugins/pgpinline/sylpheed.def
8127         * src/plugins/pgpmime/plugin.def
8128         * src/plugins/pgpmime/sylpheed.def
8129                 Various w32 fixes by Werner Koch
8130
8131 2005-12-22 [paul]       1.9.100cvs103
8132
8133         * src/wizard.c
8134                 don't offer IMAP as 'server type' if
8135                 libetpan isn't built in
8136
8137 2005-12-22 [paul]       1.9.100cvs102
8138
8139         * AUTHORS
8140         * src/mainwindow.c
8141         * src/mainwindow.h
8142         * src/toolbar.c
8143         * src/gtk/authors.h
8144                 support GTK_TOOLBAR_BOTH_HORIZ (text
8145                 next to icon) Patch by Marien Zwart
8146                 marienz@users.sf.net
8147                 Also reword the text
8148
8149 2005-12-21 [colin]      1.9.100cvs101
8150
8151         * configure.ac
8152                 Fix DATADIRNAME
8153         * COPYING
8154                 Fix missing section and explicit the exception better
8155         * src/compose.c
8156                 Prevent mail from being lost without notice when an
8157                 SMTP error happens on trying to send an unmodified
8158                 drafted mail.
8159         * src/send_message.c
8160         * src/common/smtp.c
8161                 Fix password remembering when wrong, and add return
8162                 value checks where they should have been
8163         * src/plugins/pgpcore/sylpheed.def
8164         * src/plugins/pgpinline/sylpheed.def
8165         * src/plugins/pgpmime/sylpheed.def
8166                 Add a few symbols needed
8167
8168 2005-12-21 [paul]       1.9.100cvs100
8169
8170         * m4/codeset.m4
8171         * m4/glibc21.m4
8172         * m4/intdiv0.m4
8173         * m4/inttypes-pri.m4
8174         * m4/inttypes.m4
8175         * m4/inttypes_h.m4
8176         * m4/isc-posix.m4
8177         * m4/lcmessage.m4
8178         * m4/stdint_h.m4
8179         * m4/uintmax_t.m4
8180                 gettextization
8181                 thanks to Colin
8182
8183 2005-12-21 [paul]       1.9.100cvs99
8184
8185         * po/sv.po
8186                 fixed by Colin
8187
8188 2005-12-20 [paul]       1.9.100cvs98
8189
8190         * po/sv.po
8191                 updated by Anders Trobäck
8192
8193 2005-12-20 [colin]      1.9.100cvs97
8194
8195         * ABOUT-NLS
8196         * Makefile.am
8197         * autogen.sh
8198         * configure.ac
8199         * config/config.rpath
8200         * config/mkinstalldirs
8201         * m4/Makefile.am
8202         * m4/glibc2.m4
8203         * m4/gnupg.m4
8204         * m4/gpgme.m4
8205         * m4/intmax.m4
8206         * m4/longdouble.m4
8207         * m4/longlong.m4
8208         * m4/printf-posix.m4
8209         * m4/signed.m4
8210         * m4/size_max.m4
8211         * m4/ulonglong.m4
8212         * m4/wchar_t.m4
8213         * m4/wint_t.m4
8214         * m4/xsize.m4
8215         * po/Makefile.in.in
8216         * po/Makevars
8217         * po/bg.po
8218         * po/ca.po
8219         * po/cs.po
8220         * po/de.po
8221         * po/el.po
8222         * po/en_GB.po
8223         * po/es.po
8224         * po/fi.po
8225         * po/fr.po
8226         * po/hr.po
8227         * po/hu.po
8228         * po/it.po
8229         * po/ja.po
8230         * po/ko.po
8231         * po/nb.po
8232         * po/nl.po
8233         * po/pl.po
8234         * po/pt_BR.po
8235         * po/ru.po
8236         * po/sk.po
8237         * po/sr.po
8238         * po/stamp-po
8239         * po/sv.po
8240         * po/zh_CN.po
8241         * po/zh_TW.po
8242         * src/Makefile.am
8243         * src/codeconv.c
8244         * src/compose.c
8245         * src/exporthtml.c
8246         * src/exportldif.c
8247         * src/folder.c
8248         * src/main.c
8249         * src/manual.c
8250         * src/mh.c
8251         * src/mimeview.c
8252         * src/send_message.c
8253         * src/common/Makefile.am
8254         * src/common/fnmatch.c
8255         * src/common/fnmatch.h
8256         * src/common/fnmatch_loop.c
8257         * src/common/nntp.c
8258         * src/common/plugin.c
8259         * src/common/smtp.c
8260         * src/common/socket.c
8261         * src/common/string_match.c
8262         * src/common/sylpheed.c
8263         * src/common/utils.c
8264         * src/common/utils.h
8265         * src/common/w32_dirent.c
8266         * src/common/w32_reg.c
8267         * src/common/w32_signal.c
8268         * src/common/w32_stat.c
8269         * src/common/w32_stdio.c
8270         * src/common/w32_stdlib.c
8271         * src/common/w32_string.c
8272         * src/common/w32_time.c
8273         * src/common/w32_unistd.c
8274         * src/common/w32_wait.c
8275         * src/common/w32lib.h
8276         * src/etpan/Makefile.am
8277         * src/gtk/Makefile.am
8278         * src/plugins/clamav/Makefile.am
8279         * src/plugins/demo/Makefile.am
8280         * src/plugins/dillo_viewer/Makefile.am
8281         * src/plugins/pgpcore/Makefile.am
8282         * src/plugins/pgpcore/passphrase.c
8283         * src/plugins/pgpcore/plugin.def
8284         * src/plugins/pgpcore/sgpgme.c
8285         * src/plugins/pgpcore/sylpheed.def
8286         * src/plugins/pgpcore/version.rc
8287         * src/plugins/pgpinline/Makefile.am
8288         * src/plugins/pgpinline/plugin.def
8289         * src/plugins/pgpinline/sylpheed.def
8290         * src/plugins/pgpinline/version.rc
8291         * src/plugins/pgpmime/Makefile.am
8292         * src/plugins/pgpmime/mypgpcore.def
8293         * src/plugins/pgpmime/plugin.def
8294         * src/plugins/pgpmime/sylpheed.def
8295         * src/plugins/pgpmime/version.rc
8296         * src/plugins/spamassassin/Makefile.am
8297                 Very little ;-) patch from Werner Koch, providing
8298                 infrastructure for cross-compiling to Win32
8299
8300 2005-12-20 [paul]       1.9.100cvs96
8301
8302         * src/account.c
8303         * src/account.h
8304         * src/mainwindow.c
8305         * src/mainwindow.h
8306         * src/toolbar.c
8307         * src/toolbar.h
8308                 add a combo to the Get All button, allowing
8309                 quick retrieval from any account
8310                 Patch by Fabien Vantard, slightly modified
8311                 by Colin
8312         * src/gtk/about.c
8313                 i18n fix. Patch by Fabien Vantard
8314
8315 2005-12-19 [colin]      1.9.100cvs95
8316
8317         * src/compose.c
8318         * src/compose.h
8319                 Don't automatically join lines when they've 
8320                 been separated by the user and not automatically
8321
8322 2005-12-19 [paul]       1.9.100cvs94
8323
8324         * src/gtk/pluginwindow.c
8325                 i18n fix.
8326                 Patch by Fabien Vantard
8327
8328 2005-12-15 [paul]       1.9.100cvs93
8329
8330         * src/common/plugin.c
8331         * src/common/plugin.h
8332         * src/gtk/pluginwindow.c
8333         * src/plugins/clamav/clamav_plugin.c
8334         * src/plugins/demo/demo.c
8335         * src/plugins/dillo_viewer/dillo_viewer.c
8336         * src/plugins/pgpcore/plugin.c
8337         * src/plugins/pgpinline/plugin.c
8338         * src/plugins/pgpmime/plugin.c
8339         * src/plugins/spamassassin/spamassassin.c
8340         * src/plugins/trayicon/trayicon.c
8341                 add plugin_version()
8342
8343 2005-12-15 [colin]      1.9.100cvs92
8344
8345         * src/compose.c
8346                 Further fix bug #875
8347
8348 2005-12-15 [paul]       1.9.100cvs91
8349
8350         * src/gtk/filesel.c
8351                 fix attach_load_dir getting set to
8352                 PLUGINDIR on plugin load
8353
8354 2005-12-14 [mones]      1.9.100cvs90
8355
8356         * manual/ack.xml
8357         * manual/keyboard.xml
8358                 Initial draft and some shortcuts added
8359                 
8360         * po/es.po
8361                 Updated translation
8362
8363 2005-12-14 [colin]      1.9.100cvs89
8364
8365         * src/compose.c
8366         * src/imap.c
8367         * src/summaryview.c
8368         * src/gtk/gtkaspell.c
8369                 More leaks fixed
8370         * src/prefs_folder_item.c
8371                 Fix recursive prefs apply
8372
8373
8374 2005-12-14 [colin]      1.9.100cvs88
8375
8376         * src/compose.c
8377                 Fix bug #875 (Freeze On Inline Forward of 
8378                 Large Message)
8379
8380 2005-12-13 [colin]      1.9.100cvs87
8381
8382         * src/compose.c
8383                 Uniq-ify and sort the mimetypes list
8384                 Patch by Fabien Vantard
8385
8386 2005-12-13 [colin]      1.9.100cvs86
8387
8388         * src/imap.c
8389         * src/etpan/imap-thread.c
8390                 Fix leaks (patch by Hoa)
8391         * src/news.c
8392         * src/common/plugin.c
8393                 Fix leaks
8394
8395 2005-12-12 [colin]
8396
8397         * 2.0.0-rc2 released
8398
8399 2005-12-12 [colin]      1.9.100cvs85
8400
8401         * src/matcher.c
8402                 Fix a leak
8403
8404 2005-12-12 [wwp]        1.9.100cvs84
8405
8406         * src/gtk/icon_legend.c
8407                 fix misbehaviour and crash when closing the legend window
8408         using the Esc key (patch by Fabien Vantard).
8409
8410 2005-12-12 [paul]       1.9.100cvs83
8411
8412         * src/browseldap.c
8413         * src/foldersel.c
8414         * src/prefs_actions.c
8415         * src/prefs_filtering.c
8416         * src/prefs_matcher.c
8417         * src/prefs_spelling.glade      ** REMOVED **
8418         * src/prefs_template.c
8419         * src/gtk/foldersort.glade      ** REMOVED **
8420         * src/gtk/pluginwindow.c
8421         * src/gtk/pluginwindow.glade    ** REMOVED **
8422         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8423                 cleanups
8424
8425 2005-12-11 [paul]       1.9.100cvs82
8426
8427         * src/gtk/filesel.c
8428                 fix attach_load_dir crasher (double free)
8429
8430 2005-12-09 [paul]       1.9.100cvs81
8431
8432         * po/POTFILES.in
8433         * src/mainwindow.c
8434         * src/gtk/Makefile.am
8435         * src/gtk/icon_legend.c
8436         * src/gtk/icon_legend.h
8437                 add icon legend
8438         * src/manual.c
8439                 cleanup
8440
8441 2005-12-09 [paul]       1.9.100cvs80
8442
8443         * src/plugins/pgpcore/passphrase.c
8444                 wrap the label in the dialog
8445
8446 2005-12-09 [colin]      1.9.100cvs79
8447
8448         * src/plugins/pgpcore/sgpgme.c
8449                 Display (untrusted) on not trusted signatures
8450                 Patch by Michal Èihaø <michal@cihar.com>
8451                 Closes bug #867 (Report also key trust)
8452
8453 2005-12-09 [colin]      1.9.100cvs78
8454
8455         * src/common/plugin.c
8456                 Update licence check, following Eben Moglen's advice
8457
8458 2005-12-08 [colin]      1.9.100cvs77
8459
8460         * src/folder.c
8461                 Fix the occasionnal item->cache != NULL 
8462                 assertion failure. 
8463
8464 2005-12-08 [colin]      1.9.100cvs76
8465
8466         * src/mimeview.c
8467         * src/plugins/pgpcore/sgpgme.c
8468                 Print key id when unable to check it
8469                 Closes bug #866 (Show key id when missing)
8470
8471 2005-12-08 [paul]       1.9.100cvs75
8472
8473         * src/prefs_common.c
8474         * src/prefs_common.h
8475         * src/gtk/filesel.c
8476                 remember load attachment dir
8477
8478 2005-12-07 [colin]      1.9.100cvs74
8479
8480         * src/prefs_toolbar.c
8481                 Gtk fixes, patch by Fabien Vantard
8482
8483 2005-12-07 [colin]      1.9.100cvs73
8484
8485         * src/action.c
8486         * src/compose.c
8487         * src/compose.h
8488                 Fix bug #839 (Quoted text isn't colored after 
8489                 executing an action)
8490         * src/common/plugin.c
8491                 Require plugins to declare their licence in plugin_licence()
8492                 Refuse to load non-GPL plugins as they'd be illegal (as 
8493                 derived works of Sylpheed-Claws, they must be GPL).
8494         * src/plugins/clamav/clamav_plugin.c
8495         * src/plugins/demo/demo.c
8496         * src/plugins/dillo_viewer/dillo_viewer.c
8497         * src/plugins/pgpcore/plugin.c
8498         * src/plugins/pgpinline/plugin.c
8499         * src/plugins/pgpmime/plugin.c
8500         * src/plugins/spamassassin/spamassassin.c
8501         * src/plugins/trayicon/trayicon.c
8502                 Add plugin_licence()
8503
8504 2005-12-07 [paul]       1.9.100cvs72
8505
8506         * configure.ac
8507         * src/mainwindow.c
8508         * src/manual.c
8509         * src/manual.h
8510         * src/common/defs.h
8511                 clean up after local FAQ removal and
8512                 temporary manual removal
8513
8514 2005-12-06 [colin]      1.9.100cvs71
8515
8516         * configure.ac
8517         * doc/Makefile.am
8518         * doc/faq/.cvsignore
8519         * doc/faq/Makefile.am
8520         * doc/faq/de/.cvsignore
8521         * doc/faq/de/Makefile.am
8522         * doc/faq/de/sylpheed-faq-1.html
8523         * doc/faq/de/sylpheed-faq-2.html
8524         * doc/faq/de/sylpheed-faq-3.html
8525         * doc/faq/de/sylpheed-faq.html
8526         * doc/faq/en/.cvsignore
8527         * doc/faq/en/Makefile.am
8528         * doc/faq/en/sylpheed-faq-1.html
8529         * doc/faq/en/sylpheed-faq-2.html
8530         * doc/faq/en/sylpheed-faq-3.html
8531         * doc/faq/en/sylpheed-faq-4.html
8532         * doc/faq/en/sylpheed-faq.html
8533         * doc/faq/es/.cvsignore
8534         * doc/faq/es/Makefile.am
8535         * doc/faq/es/sylpheed-faq-1.html
8536         * doc/faq/es/sylpheed-faq-2.html
8537         * doc/faq/es/sylpheed-faq-3.html
8538         * doc/faq/es/sylpheed-faq-4.html
8539         * doc/faq/es/sylpheed-faq.html
8540         * doc/faq/fr/.cvsignore
8541         * doc/faq/fr/Makefile.am
8542         * doc/faq/fr/sylpheed-faq-1.html
8543         * doc/faq/fr/sylpheed-faq-2.html
8544         * doc/faq/fr/sylpheed-faq-3.html
8545         * doc/faq/fr/sylpheed-faq.html
8546         * doc/faq/it/.cvsignore
8547         * doc/faq/it/Makefile.am
8548         * doc/faq/it/sylpheed-faq-1.html
8549         * doc/faq/it/sylpheed-faq-2.html
8550         * doc/faq/it/sylpheed-faq-3.html
8551         * doc/faq/it/sylpheed-faq.html
8552         * doc/manual/.cvsignore
8553         * doc/manual/Makefile.am
8554         * doc/manual/de/.cvsignore
8555         * doc/manual/de/Makefile.am
8556         * doc/manual/de/sylpheed-1.html
8557         * doc/manual/de/sylpheed-10.html
8558         * doc/manual/de/sylpheed-11.html
8559         * doc/manual/de/sylpheed-12.html
8560         * doc/manual/de/sylpheed-13.html
8561         * doc/manual/de/sylpheed-14.html
8562         * doc/manual/de/sylpheed-15.html
8563         * doc/manual/de/sylpheed-16.html
8564         * doc/manual/de/sylpheed-17.html
8565         * doc/manual/de/sylpheed-18.html
8566         * doc/manual/de/sylpheed-19.html
8567         * doc/manual/de/sylpheed-2.html
8568         * doc/manual/de/sylpheed-20.html
8569         * doc/manual/de/sylpheed-3.html
8570         * doc/manual/de/sylpheed-4.html
8571         * doc/manual/de/sylpheed-5.html
8572         * doc/manual/de/sylpheed-6.html
8573         * doc/manual/de/sylpheed-7.html
8574         * doc/manual/de/sylpheed-8.html
8575         * doc/manual/de/sylpheed-9.html
8576         * doc/manual/de/sylpheed.html
8577         * doc/manual/en/.cvsignore
8578         * doc/manual/en/Makefile.am
8579         * doc/manual/en/sylpheed-1.html
8580         * doc/manual/en/sylpheed-10.html
8581         * doc/manual/en/sylpheed-11.html
8582         * doc/manual/en/sylpheed-12.html
8583         * doc/manual/en/sylpheed-13.html
8584         * doc/manual/en/sylpheed-14.html
8585         * doc/manual/en/sylpheed-15.html
8586         * doc/manual/en/sylpheed-16.html
8587         * doc/manual/en/sylpheed-17.html
8588         * doc/manual/en/sylpheed-18.html
8589         * doc/manual/en/sylpheed-19.html
8590         * doc/manual/en/sylpheed-2.html
8591         * doc/manual/en/sylpheed-20.html
8592         * doc/manual/en/sylpheed-21.html
8593         * doc/manual/en/sylpheed-22.html
8594         * doc/manual/en/sylpheed-3.html
8595         * doc/manual/en/sylpheed-4.html
8596         * doc/manual/en/sylpheed-5.html
8597         * doc/manual/en/sylpheed-6.html
8598         * doc/manual/en/sylpheed-7.html
8599         * doc/manual/en/sylpheed-8.html
8600         * doc/manual/en/sylpheed-9.html
8601         * doc/manual/en/sylpheed.html
8602         * doc/manual/es/.cvsignore
8603         * doc/manual/es/Makefile.am
8604         * doc/manual/es/sylpheed-1.html
8605         * doc/manual/es/sylpheed-10.html
8606         * doc/manual/es/sylpheed-11.html
8607         * doc/manual/es/sylpheed-12.html
8608         * doc/manual/es/sylpheed-13.html
8609         * doc/manual/es/sylpheed-14.html
8610         * doc/manual/es/sylpheed-15.html
8611         * doc/manual/es/sylpheed-16.html
8612         * doc/manual/es/sylpheed-17.html
8613         * doc/manual/es/sylpheed-18.html
8614         * doc/manual/es/sylpheed-19.html
8615         * doc/manual/es/sylpheed-2.html
8616         * doc/manual/es/sylpheed-20.html
8617         * doc/manual/es/sylpheed-3.html
8618         * doc/manual/es/sylpheed-4.html
8619         * doc/manual/es/sylpheed-5.html
8620         * doc/manual/es/sylpheed-6.html
8621         * doc/manual/es/sylpheed-7.html
8622         * doc/manual/es/sylpheed-8.html
8623         * doc/manual/es/sylpheed-9.html
8624         * doc/manual/es/sylpheed.html
8625         * doc/manual/fr/.cvsignore
8626         * doc/manual/fr/Makefile.am
8627         * doc/manual/fr/sylpheed-1.html
8628         * doc/manual/fr/sylpheed-10.html
8629         * doc/manual/fr/sylpheed-11.html
8630         * doc/manual/fr/sylpheed-12.html
8631         * doc/manual/fr/sylpheed-13.html
8632         * doc/manual/fr/sylpheed-14.html
8633         * doc/manual/fr/sylpheed-15.html
8634         * doc/manual/fr/sylpheed-16.html
8635         * doc/manual/fr/sylpheed-17.html
8636         * doc/manual/fr/sylpheed-18.html
8637         * doc/manual/fr/sylpheed-19.html
8638         * doc/manual/fr/sylpheed-2.html
8639         * doc/manual/fr/sylpheed-20.html
8640         * doc/manual/fr/sylpheed-3.html
8641         * doc/manual/fr/sylpheed-4.html
8642         * doc/manual/fr/sylpheed-5.html
8643         * doc/manual/fr/sylpheed-6.html
8644         * doc/manual/fr/sylpheed-7.html
8645         * doc/manual/fr/sylpheed-8.html
8646         * doc/manual/fr/sylpheed-9.html
8647         * doc/manual/fr/sylpheed.html
8648         * doc/manual/ja/.cvsignore
8649         * doc/manual/ja/Makefile.am
8650         * doc/manual/ja/sylpheed-1.html
8651         * doc/manual/ja/sylpheed-10.html
8652         * doc/manual/ja/sylpheed-11.html
8653         * doc/manual/ja/sylpheed-12.html
8654         * doc/manual/ja/sylpheed-13.html
8655         * doc/manual/ja/sylpheed-14.html
8656         * doc/manual/ja/sylpheed-15.html
8657         * doc/manual/ja/sylpheed-16.html
8658         * doc/manual/ja/sylpheed-17.html
8659         * doc/manual/ja/sylpheed-18.html
8660         * doc/manual/ja/sylpheed-19.html
8661         * doc/manual/ja/sylpheed-2.html
8662         * doc/manual/ja/sylpheed-20.html
8663         * doc/manual/ja/sylpheed-3.html
8664         * doc/manual/ja/sylpheed-4.html
8665         * doc/manual/ja/sylpheed-5.html
8666         * doc/manual/ja/sylpheed-6.html
8667         * doc/manual/ja/sylpheed-7.html
8668         * doc/manual/ja/sylpheed-8.html
8669         * doc/manual/ja/sylpheed-9.html
8670         * doc/manual/ja/sylpheed.html
8671         * doc/manual/ja/sylpheed.sgml
8672         * src/mainwindow.c
8673                 Remove outdated manual and faq. Noisy, eh?
8674
8675 2005-12-06 [colin]      1.9.100cvs70
8676
8677         * src/compose.c
8678         * src/quote_fmt_parse.y
8679         * src/undo.c
8680         * src/undo.h
8681                 Allow %X to position cursor at 0 
8682                 (no %X = before signature)
8683                 Fix paste as quotation putting the cursor at 0
8684                 Fix undo offsets when pasting
8685                 Insert the quote_fmt at once instead of line 
8686                 by line
8687                 Fix [Edited] when starting to reply/forward
8688
8689 2005-12-06 [paul]       1.9.100cvs69
8690
8691         * src/plugins/clamav/clamav_plugin_gtk.c
8692                 add another tooltip
8693         * src/plugins/spamassassin/spamassassin_gtk.c
8694                 rework spamassassin_create_widget_func()
8695
8696 2005-12-05 [colin]      1.9.100cvs68
8697
8698         * po/POTFILES.in
8699                 Fix make release ;-)
8700
8701 2005-12-05 [colin]      1.9.100cvs67
8702
8703         * src/compose.c
8704         * src/compose.h
8705                 Fix cursor positioning (not obeying %X)
8706
8707 2005-12-05 [paul]       1.9.100cvs66
8708
8709         * src/plugins/dillo_viewer/dillo_prefs.c
8710                 fix compilation warning
8711
8712 2005-12-05 [paul]       1.9.100cvs65
8713
8714         * src/prefs_spelling.c
8715         * src/plugins/trayicon/trayicon.c
8716                 cleanups - remove unused stuff
8717
8718 2005-12-05 [paul]       1.9.100cvs64
8719
8720         * README
8721         * manual/plugins.xml
8722                 remove info about removed mathml_viewer plugin
8723
8724 2005-12-05 [paul]       1.9.100cvs63
8725
8726         * configure.ac
8727         * src/plugins/Makefile.am
8728         * src/plugins/mathml_viewer/.cvsignore
8729         * src/plugins/mathml_viewer/Makefile.am
8730         * src/plugins/mathml_viewer/mathml_viewer.c
8731                 remove unmaintained mathml_viewer plugin
8732
8733 2005-12-05 [paul]       1.9.100cvs62
8734
8735         * src/summaryview.c
8736                 obey prefs_common.always_show_msg when
8737                 moving a msg
8738                 Thanks to Colin
8739
8740 2005-12-05 [paul]       1.9.100cvs61
8741
8742         * src/compose.c
8743         * src/prefs_account.c
8744         * src/prefs_filtering.c
8745         * src/prefs_quote.c
8746         * src/prefs_spelling.c
8747         * src/prefs_toolbar.c
8748         * src/summaryview.c
8749         * src/gtk/gtkutils.c
8750         * src/gtk/quicksearch.c
8751         * src/plugins/dillo_viewer/dillo_prefs.c
8752                 dialog cleanups
8753
8754 2005-12-04 [paul]       1.9.100cvs60
8755
8756         * src/inc.c
8757         * src/prefs_account.c
8758         * src/prefs_account.h
8759                 allow a Local account to specify a
8760                 default inbox
8761                 (closes bug 843 'Inbox cannot be changed for local
8762                  mailboxes')
8763
8764 2005-12-04 [colin]      1.9.100cvs59
8765
8766         * src/plugins/trayicon/trayicon.c
8767                 Remove Get, rename Get All to Get Mail in order to
8768                 be consistent with the default main toolbar
8769
8770 2005-12-03 [colin]      1.9.100cvs58
8771
8772         * manual/gpl.xml
8773         * manual/sylpheed-claws-manual.xml
8774                 Add GPL appendix
8775
8776 2005-12-03 [paul]       1.9.100cvs57
8777
8778         * AUTHORS
8779         * po/sv.po
8780         * src/gtk/authors.h
8781                 new (partially complete) Swedish translation
8782                 by Anders Troback <sylpheed@troback.com>
8783
8784 2005-12-02 [paul]       1.9.100cvs56
8785
8786         * configure.ac
8787                 libetpan 0.41 required
8788
8789 2005-12-02 [paul]       1.9.100cvs55
8790
8791         * src/plugins/clamav/clamav_plugin.c
8792         * src/plugins/clamav/clamav_plugin.h
8793         * src/plugins/clamav/clamav_plugin_gtk.c
8794         * src/plugins/spamassassin/spamassassin.c
8795         * src/plugins/spamassassin/spamassassin.h
8796         * src/plugins/spamassassin/spamassassin_gtk.c
8797                 unregister prefs pages on unloading, thus
8798                 preventing a crash
8799                 (thanks to Colin for the hint)
8800
8801 2005-12-02 [wwp]        1.9.100cvs54
8802
8803         * src/quote_fmt.h
8804         * src/quote_fmt_parse.y
8805                 fix misuse of gboolean*, use gboolean instead
8806                 (thanks to Paul, Colin, for pointing out that scaring one)
8807
8808 2005-12-02 [paul]       1.9.100cvs53
8809
8810         * src/plugins/clamav/clamav_plugin.c
8811                 int no --> unsigned int no
8812         * src/plugins/clamav/clamav_plugin_gtk.c
8813                 rework config page
8814
8815 2005-12-02 [wwp]        1.9.100cvs52
8816
8817         * src/compose.c
8818         * src/prefs_template.c
8819         * src/quote_fmt.h
8820         * src/quote_fmt_parse.y
8821                 prevent from executing |f and |p templates commands when
8822                 adding or replacing templates in prefs (avoids annoying and
8823                 potentially dangerous behaviours)
8824
8825 2005-12-02 [paul]       1.9.100cvs51
8826
8827         * src/prefs_common.c
8828                 allow translation of some default values
8829                 Patch by Fabien Vantard
8830
8831 2005-12-02 [paul]       1.9.100cvs50
8832
8833         * src/codeconv.c
8834         * src/codeconv.h
8835         * src/prefs_common.c
8836         * src/prefs_common.h
8837         * src/prefs_message.c
8838         * src/textview.c
8839                 remove obsolete 'convert_mb_alnum' option
8840                 and related stuff
8841         * src/gtk/about.c
8842                 remove unused 'about_textview_visibility_notify'
8843
8844 2005-12-02 [paul]       1.9.100cvs49
8845
8846         * src/prefs_account.c
8847         * src/prefs_compose_writing.c
8848         * src/prefs_fonts.c
8849         * src/prefs_gtk.h
8850         * src/prefs_image_viewer.c
8851         * src/prefs_message.c
8852         * src/prefs_other.c
8853         * src/prefs_receive.c
8854         * src/prefs_send.c
8855         * src/prefs_spelling.c
8856         * src/prefs_summaries.c
8857         * src/prefs_wrapping.c
8858         * src/plugins/dillo_viewer/dillo_prefs.c
8859         * src/plugins/pgpcore/prefs_gpg.c
8860                 several cleanups to the prefs dialogs
8861                 (slightly modified) patch by Fabien Vantard
8862
8863 2005-12-02 [paul]       1.9.100cvs48
8864
8865         * src/main.c
8866                 --exit means exit
8867         * src/send_message.c
8868                 fix crash on send when connection fails
8869
8870         Thanks to Colin
8871
8872 2005-12-01 [colin]      1.9.100cvs47
8873
8874         * src/html.c
8875                 Translate &hellip; to "..."
8876
8877 2005-11-30 [colin]      1.9.100cvs46
8878
8879         * src/matcher.c
8880         * src/matcher.h
8881                 Optimize back yesterday's fix.
8882
8883 2005-11-30 [paul]       1.9.100cvs45
8884
8885         * manual/faq.xml
8886                 standardised
8887         * manual/intro.xml
8888                 written by Colin, edited by me
8889
8890 2005-11-29 [colin]      1.9.100cvs44
8891
8892         * src/matcher.c
8893                 Skip headers unconditionnaly in match_body if the
8894                 rule is not message or ~message
8895
8896 2005-11-29 [colin]      1.9.100cvs43
8897
8898         * src/matcher.c
8899                 Fix body_part and such, not skipping headers 
8900                 if the matchcriteria wasn't the first in the rule
8901
8902 2005-11-29 [colin]      1.9.100cvs42
8903
8904         * src/compose.c
8905                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8906                 option missing from message view window)
8907                 Fix double text D'n'D with gtk-2.8
8908         * src/matcher.c
8909                 Fix ~message, ~headers_part, ~body_part rules
8910         * src/messageview.c
8911                 Add Windows-1252 (Closes bug #863)
8912                 Fix accels
8913         * src/gtk/gtkaspell.c
8914                 Properly destroy accels in all menus
8915
8916 2005-11-29 [mones]      1.9.100cvs41
8917
8918         * po/es.po
8919                 Updated.
8920
8921 2005-11-27 [colin]      1.9.100cvs40
8922
8923         * src/mh_gtk.c
8924                 "/Remove mailbox" -> "/Remove mailbox..."
8925
8926 2005-11-27 [paul]       1.9.100cvs39
8927
8928         * AUTHORS
8929         * po/de.po
8930         * src/gtk/authors.h
8931                 updated by new maintainer, Stephan Sachse
8932
8933 2005-11-27 [paul]       1.9.100cvs38
8934
8935         * manual/faq.xml
8936                 written by Colin, edited by me
8937
8938 2005-11-27 [paul]       1.9.100cvs37
8939
8940         * src/prefs_common.c
8941         * src/prefs_common.h
8942         * src/prefs_receive.c
8943         * src/prefs_summaries.c
8944                 move 'go to inbox after receiving new mail'
8945                 option from display/sumamaries to mail
8946                 handling/receive, and rework prefs_summaries
8947                 dialog a little
8948
8949 2005-11-25 [martin]     1.9.100cvs36
8950
8951         * po/de.po
8952             fixed windows-1252 translation;
8953             translated some new and fuzzy strings
8954
8955 2005-11-25 [paul]       1.9.100cvs35
8956
8957         * src/plugins/clamav/clamav_plugin.c
8958                 complete the update done in cvs34
8959
8960 2005-11-25 [paul]       1.9.100cvs34
8961
8962         * src/plugins/clamav/clamav_plugin.c
8963                 reflect upstream changes
8964
8965 2005-11-25 [paul]       1.9.100cvs33
8966
8967         * manual/ack.xml
8968         * manual/plugins.xml
8969         * manual/sylpheed-claws-manual.xml
8970                 written/updated by Colin, edited by me
8971         * tools/acroread2sylpheed.pl
8972                 update binary name
8973
8974 2005-11-24 [colin]      1.9.100cvs32
8975
8976         * src/compose.c
8977                 Fix bug #856 (reediting messages forgets Request
8978                 Return Receipt)
8979
8980 2005-11-24 [paul]       1.9.100cvs31
8981
8982         * manual/addrbook.xml
8983         * manual/starting.xml
8984                 written by Colin, proofread, edited, adapted by me
8985         * manual/advanced.xml
8986                 add some Actions examples
8987         * src/importldif.c
8988                 use a Save button instead of a Close button
8989         * src/wizard.c
8990                 indicate mandatory fields
8991                 fix page display
8992                 Thanks to Colin
8993
8994 2005-11-23 [colin]      1.9.100cvs30
8995
8996         * src/addressbook.c
8997                 Rename menu item, fix possible crash after
8998                 deletion of books
8999         * src/addrindex.c
9000                 Allow searching for '*' in ldap
9001         * src/browseldap.c
9002                 Fix "Browse Entry" (did anyone use it?)
9003         * src/wizard.c
9004                 Add guards for mandatory information
9005
9006 2005-11-23 [paul]       1.9.100cvs29
9007
9008         * manual/advanced.xml
9009                 corrections to the English
9010
9011 2005-11-23 [colin]      1.9.100cvs28
9012
9013         * src/mimeview.c
9014                 Fix possible crash at exit. After the call to
9015                 gtk_container_remove(), the Viewer's widget has no
9016                 more parent so gtk+ automatically frees it and its
9017                 sons. If destroy_viewer() then try to access it,
9018                 problems ensue.
9019
9020 2005-11-22 [colin]      1.9.100cvs27
9021
9022         * src/compose.c
9023         * src/gtk/gtkaspell.c
9024                 Fix right-clicking on a misspelled word
9025                 Fix More... in suggestions menu
9026
9027 2005-11-22 [wwp]        1.9.100cvs26
9028
9029         * src/prefs_template.c
9030                 templates works: re-sort templates list when adding or replacing,
9031                 prevent from adding or replacing when the template name is empty
9032
9033 2005-11-21 [colin]      1.9.100cvs25
9034
9035         * src/addressbook.c
9036                 Fix some addressbook suckage (dnd, select all)
9037         * src/compose.c
9038         * src/gtk/gtkaspell.c
9039         * src/gtk/gtkaspell.h
9040                 Make the spellchecker menu work with the 
9041                 GtkTextView one instead of overriding it
9042
9043 2005-11-20 [paul]       1.9.100cvs24
9044
9045         * manual/handling.xml
9046                 proofread and corrected
9047
9048 2005-11-20 [paul]       1.9.100cvs23
9049
9050         * manual/Makefile
9051                 generate html as one file
9052         * manual/advanced.xml
9053                 fix output generation
9054                 reformat hidden options list
9055         * manual/manual.xml     ** REMOVED **
9056         * manual/sylpheed-claws-manual.xml      ** ADDED **
9057                 renamed
9058
9059 2005-11-18 [colin]      1.9.100cvs22
9060
9061         * src/prefs_account.c
9062                 Fix layout in news and mbox accounts
9063         * manual/account.xml
9064         * manual/advanced.xml
9065                 New contents for Paul to check :)
9066
9067 2005-11-18 [wwp]        1.9.100cvs21
9068
9069         * src/gtk/quicksearch.c
9070                 don't update extended quicksearch buttons twice
9071
9072 2005-11-18 [paul]       1.9.100cvs20
9073
9074         * src/textview.c
9075                 complete 1.9.100cvs19
9076
9077 2005-11-18 [paul]       1.9.100cvs19
9078
9079         * src/compose.c
9080                 cosmetic improvements
9081         * src/textview.c
9082                 also list text/* attachments
9083
9084 2005-11-18 [colin]      1.9.100cvs18
9085
9086         * src/summaryview.c
9087                 Use column 0 instead of -1 in 
9088                 gtk_ctree_node_moveto, in a naive
9089                 hope it'll fix the gtk-related crashes
9090
9091 2005-11-18 [colin]      1.9.100cvs17
9092
9093         * src/gtk/inputdialog.c
9094                 Fix icon staying the first one
9095
9096 2005-11-17 [wwp]        1.9.100cvs16
9097                 fix possible problem showing some quicksearch buttons, and a bad
9098                 call to g_return_if_fail in a function that returns a value (both
9099                 fixes by Fabien Vantard)
9100
9101 2005-11-15 [wwp]        1.9.100cvs15
9102
9103         * src/gtk/quicksearch.c
9104                 added a tooltip to that obscure ... quicksearch button
9105
9106 2005-11-15 [wwp]        1.9.100cvs14
9107
9108         * src/gtk/quicksearch.c
9109                 add a quicksearch helper to filtering expression users: the ... button
9110                 raises the condition expr window. condition expressions set up w/ this
9111                 window are used by the quicksearch if the user closes it pressing OK.
9112
9113 2005-11-14 [paul]       1.9.100cvs13
9114
9115         * src/plugins/clamav/clamav_plugin.c
9116         * src/plugins/spamassassin/spamassassin.c
9117                 change plugin type following recent merging
9118
9119 2005-11-14 [wwp]        1.9.100cvs12
9120
9121         * src/folder.c
9122                 prevent from crashing when copying/moving message(s) from and
9123                 to the same folder
9124
9125 2005-11-14 [paul]       1.9.100cvs11
9126
9127         * src/plugins/clamav/Makefile.am
9128         * src/plugins/clamav/clamav_plugin.c
9129         * src/plugins/clamav/clamav_plugin.h
9130         * src/plugins/clamav/clamav_plugin_gtk.c
9131                 also merge clamav and clamav_gtk plugins
9132
9133 2005-11-13 [colin]      1.9.100cvs10
9134
9135         * configure.ac
9136         * src/plugins/spamassassin/Makefile.am
9137         * src/plugins/spamassassin/spamassassin.c
9138         * src/plugins/spamassassin/spamassassin.h
9139         * src/plugins/spamassassin/spamassassin_gtk.c
9140                 Merge spamassassin and spamassassin_gtk plugins,
9141                 and build it by default.
9142
9143 2005-11-12 [colin]      1.9.100cvs9
9144
9145         * src/etpan/imap-thread.c
9146                 Fix gcc warning
9147
9148 2005-11-12 [colin]      1.9.100cvs8
9149
9150         * src/procmime.c
9151                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9152
9153 2005-11-10 [colin]      1.9.100cvs7
9154
9155         * src/main.c
9156                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9157                 minimised state)
9158
9159 2005-11-10 [wwp]        1.9.100cvs6
9160
9161         * src/gtk/description_window.c
9162                 fix a crash when closing description windows using the WM's [X] button
9163
9164 2005-11-09 [colin]      1.9.100cvs5
9165
9166         * src/common/ssl.c
9167                 Update libetpan call to follow upstream
9168                 (yes, this requires libetpan-0.40cvs3)
9169
9170 2005-11-08 [colin]      1.9.100cvs4
9171
9172         * src/compose.c
9173         * src/textview.c
9174         * src/common/utils.c
9175         * src/common/utils.h
9176                 Enhance the email parser
9177
9178 2005-11-08 [colin]      1.9.100cvs3
9179
9180         * src/procmime.c
9181                 Fix what looks like an off-by-one (fixes 
9182                 attachments from the Bat)
9183
9184 2005-11-08 [wwp]        1.9.100cvs2
9185
9186         * src/main.c
9187                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9188
9189 2005-11-08 [wwp]        1.9.100cvs1
9190
9191         * src/main.c
9192                 allow exiting Sylpheed-Claws from command-line
9193
9194 2005-11-08 [paul]       1.9.100
9195
9196         1.9.100 released
9197
9198 2005-11-07 [colin]      1.9.99cvs17
9199
9200         * src/addritem.c
9201         * src/ldif.c
9202                 Fix import of base-64 encoded items
9203
9204 2005-11-07 [colin]      1.9.99cvs16
9205
9206         * src/send_message.c
9207                 Fix bug #314 (Queue does not empty under certain 
9208                 circumstances)
9209
9210 2005-11-07 [paul]       1.9.99cvs15
9211
9212         * src/mutt.c
9213         * src/pine.c
9214                 fix buffer overflows
9215                 Thanks to Colin
9216
9217 2005-11-07 [paul]       1.9.99cvs14
9218
9219         * doc/man/Makefile.am
9220         * doc/man/sylpheed-claws.1      ** ADDED **
9221         * doc/man/sylpheed.1            ** DELETED **
9222                 rename and update the man file
9223
9224 2005-11-06 [colin]      1.9.99cvs13
9225
9226         * src/ldif.c
9227                 Fix ldif_get_line() that returned empty strings
9228                 (Didn't understand why). Also fix a possible
9229                 buffer overflow.
9230
9231 2005-11-06 [wwp]        1.9.99cvs12
9232
9233         * src/textview.c
9234         * src/gtk/about.c
9235         * src/gtk/gtkutils.c
9236         * src/gtk/gtkutils.h
9237                 fix a compilation warning,
9238                 make links sensitive in the about dialog
9239
9240 2005-11-04 [wwp]        1.9.99cvs11
9241
9242         * src/gtk/about.c
9243                 don't wrap or translate URIs, and a bit text format cleanup
9244
9245 2005-11-04 [wwp]        1.9.99cvs10
9246
9247         * src/gtk/about.c
9248                 better textview tagging implementation (no more use of marks for
9249                 postponed tagging)
9250
9251 2005-11-02 [colin]      1.9.99cvs9
9252
9253         * src/common/ssl.c
9254                 Forgot an ifdef
9255
9256 2005-11-02 [colin]      1.9.99cvs8
9257
9258         * configure.ac
9259                 Require libetpan-0.40 due to upstream fix
9260         * src/common/ssl.c
9261                 Tell libetpan not to call SSL_Library_Init,
9262                 as we do it ourselves.
9263
9264 2005-11-02 [colin]      1.9.99cvs7
9265
9266         * po/POTFILES.in
9267                 Add missing files (thanks to Fabien Vantard)
9268
9269 2005-11-02 [colin]      1.9.99cvs6
9270
9271         * src/summaryview.c
9272                 Fix totals when read messages are hidden or quicksearch
9273                 is on
9274         * src/ssl_manager.c
9275         * src/ssl_manager.h
9276         * src/common/ssl_certificate.c
9277         * src/common/ssl_certificate.h
9278         * src/gtk/sslcertwindow.c
9279         * src/gtk/sslcertwindow.h
9280                 Fix copyright on my stuff
9281
9282 2005-11-02 [wwp]        1.9.99cvs5
9283
9284         * src/prefs_themes.c
9285                 fix directory name checking (theme installation/removal),
9286                 made related error a bit more verbose
9287
9288 2005-11-02 [colin]      1.9.99cvs4
9289
9290         * src/summaryview.c
9291                 Fix typo (probably fixes bug #841 (Sort by the From 
9292                 field doesn't work)
9293
9294 2005-11-02 [paul]       1.9.99cvs3
9295
9296         * po/ko.po
9297         * po/nb.po
9298                 updated by SungHyun Nam, Geir Helland
9299         * src/wizard.c
9300                 fix typo in welcome message. spotted by
9301                 Andrea Spadaccini
9302
9303 2005-11-01 [colin]      1.9.99cvs2
9304
9305         * src/compose.c
9306                 Fix replying to ml wen confirming subscription
9307         * src/messageview.c
9308         * src/mimeview.c
9309         * src/mimeview.h
9310         * src/privacy.h
9311         * src/summaryview.c
9312                 Make key check non blocking
9313
9314 2005-10-31 [paul]       1.9.99cvs1
9315
9316         * tools/claws.i18n.status.pl
9317                 updated for ChangeLog
9318
9319 2005-10-31 [paul]       1.9.99
9320
9321         1.9.99 released
9322
9323 2005-10-31 [paul]       1.9.15cvs131
9324
9325         * .cvsignore
9326         * ChangeLog
9327         * ChangeLog.claws       ** REMOVED **
9328         * ChangeLog-gtk2.claws  ** REMOVED **
9329         * ChangeLog.gtk1        ** ADDED **
9330         * INSTALL
9331         * Makefile.am
9332         * NEWS
9333         * README
9334         * README.claws          ** REMOVED **
9335         * README.jp             ** REMOVED **
9336         * RELEASE_NOTES         ** ADDED **
9337         * RELEASE_NOTES.claws   ** REMOVED **
9338         * commitHelper
9339         * configure.ac
9340         * sylpheed.spec.in      ** REMOVED **
9341                 tidy up and update the default docs:
9342                 ChangeLog.claws is renamed ChangeLog.gtk1
9343                 ChangeLog-gtk2.claws is renamed ChangeLog
9344                 README.claws is renamed README
9345                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9346
9347 2005-10-31 [paul]       1.9.15cvs130
9348
9349         * po/it.po
9350                 fix errors
9351
9352 2005-10-31 [paul]       1.9.15cvs129
9353
9354         * po/ca.po
9355         * po/de.po
9356         * po/en_GB.po
9357         * po/fr.po
9358         * po/it.po
9359         * po/pt_BR.po
9360         * po/sk.po
9361         * po/sr.po
9362         * po/zh_CN.po
9363                 updated by Miquel Oliete, Stephan Sachse and
9364                 Thomas Gilgin, me, Fabien Vantard, Andrea
9365                 Spadaccini, Frederico Goncalves Guimaraes,
9366                 Andrej Kacian, Aleksandar Urosevic, and
9367                 Ralgh Young.
9368
9369 2005-10-31 [mones]      1.9.15cvs128
9370
9371         * manual/faq.xml
9372                 More questions.
9373         
9374         * po/es.po
9375                 Updated for release.
9376
9377 2005-10-30 [colin]      1.9.15cvs127
9378
9379         * src/compose.c
9380                 Place cursor before rewrapping (fixes cursor
9381                 pos if quotation gets rewrapped)
9382
9383 2005-10-29 [paul]       1.9.15cvs126
9384
9385         * src/crash.c
9386         * src/foldersel.c
9387         * src/main.c
9388         * src/messageview.c
9389         * src/toolbar.c
9390         * src/gtk/authors.h
9391                 corrections to text items
9392
9393 2005-10-28 [colin]      1.9.15cvs125
9394
9395         * src/messageview.c
9396                 Make "hit 'C' to check sig" work from extern 
9397                 messageviews
9398
9399 2005-10-27 [colin]      1.9.15cvs124
9400
9401         * src/summaryview.c
9402                 Add a hack to avoid segfaulting when hammering 
9403                 on gtk's events
9404
9405 2005-10-27 [wwp]        1.9.15cvs123
9406
9407         * src/prefs_themes.c
9408                 sort list of themes names in themes prefs
9409
9410 2005-10-27 [paul]       1.9.15cvs122
9411
9412         * src/folder.c
9413         * src/prefs_account.c
9414                 fix building on Solaris
9415                 Patch by Alex Moore
9416
9417 2005-10-27 [wwp]        1.9.15cvs121
9418
9419         * src/summaryview.c
9420         * src/gtk/gtksctree.c
9421                 speed up unselecting messages in summary view (thanks to Colin)
9422
9423 2005-10-27 [paul]       1.9.15cvs120
9424
9425         * src/mainwindow.c
9426                 fix a compilation warning
9427         * src/summaryview.c
9428                 fix updating of 'n items selected' count
9429                 when deselecting
9430
9431 2005-10-27 [martin]     1.9.15cvs119
9432
9433         * src/action.c
9434                 ignore actions with a leading '/' in the action menu name
9435                 fixes a crash on menu creation
9436         * src/prefs_actions.c
9437                 do not allow a leading '/' in the action menu name
9438
9439 2005-10-27 [paul]       1.9.15cvs118
9440
9441         * src/main.c
9442                 fix compilation warning
9443
9444 2005-10-27 [paul]       1.9.15cvs117
9445
9446         * src/procmime.c
9447                 add #if HAVE_LOCALE_H
9448
9449 2005-10-27 [paul]       1.9.15cvs116
9450
9451         * src/plugins/clamav/clamav_plugin.c
9452         * src/plugins/dillo_viewer/dillo_viewer.c
9453         * src/plugins/mathml_viewer/mathml_viewer.c
9454         * src/plugins/pgpcore/plugin.c
9455         * src/plugins/pgpinline/plugin.c
9456         * src/plugins/pgpmime/plugin.c
9457         * src/plugins/spamassassin/spamassassin.c
9458         * src/plugins/trayicon/trayicon.c
9459                 plugin_init() : make error messages more
9460                 informative
9461
9462 2005-10-26 [wwp]        1.9.15cvs115
9463
9464         * src/prefs_matcher.c
9465                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9466
9467 2005-10-26 [wwp]        1.9.15cvs114
9468
9469         * src/procmime.c
9470         * src/gtk/gtksctree.c
9471         * src/plugins/spamassassin/libspamc.c
9472         * src/plugins/spamassassin/spamassassin.c
9473                 fix some compilation warnings more
9474
9475 2005-10-26 [mones]      1.9.15cvs113
9476
9477         * po/es.po
9478                 Updated translation
9479
9480 2005-10-26 [paul]       1.9.15cvs112
9481
9482         * src/prefs_message.c
9483                 give all display_xface stuff the
9484                 #if HAVE_LIBCOMPFACE treatment, thus
9485                 preventing a crash
9486                 (Thanks to Wolfgang Enderlein)
9487
9488 2005-10-26 [colin]      1.9.15cvs111
9489
9490         * src/gedit-print.c
9491                 Fix date format
9492         * src/imap_gtk.c
9493         * src/news_gtk.c
9494                 Remove context menu items that should not be there
9495         * src/jpilot.c
9496                 Fix encoding
9497         * src/main.c
9498         * src/mainwindow.c
9499                 Don't show the mainwindow too soon
9500
9501 2005-10-26 [wwp]        1.9.15cvs110
9502
9503         * src/folder.c
9504         * src/manual.c
9505         * src/summaryview.c
9506                 fix uninitialized pointers in the folder updating hook
9507                 (thanks to Colin)
9508
9509 2005-10-25 [mones]      1.9.15cvs109
9510
9511         * manual/faq.xml
9512                 General information subsection completed. 
9513                 Removed archaic references.
9514                 
9515         * manual/Makefile
9516         * manual/dtd/manual.dsl
9517                 Added customization stylesheet for getting paragraphs
9518                 fully justified in PDF output (as suggested by Colin).
9519
9520 2005-10-25 [colin]      1.9.15cvs108
9521
9522         * src/compose.c
9523                 Fix a second leak
9524
9525 2005-10-25 [colin]      1.9.15cvs107
9526
9527         * src/addrbook.c
9528         * src/addrindex.c
9529                 Fix leak (xml_get_element() allocates memory)
9530         * src/compose.c
9531                 Fix leak + dead code (shame!)
9532         * src/procmime.c
9533                 Fix leak
9534
9535 2005-10-25 [colin]      1.9.15cvs106
9536
9537         * src/mimeview.c
9538                 Fix encoding issue in Save all and in 
9539                 overwrite-confirmation alertpanel
9540
9541 2005-10-25 [colin]      1.9.15cvs105
9542
9543         * src/common/socket.c
9544                 Fix a leak - Thanks to Christopher Aillon
9545                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9546
9547 2005-10-25 [paul]       1.9.15cvs104
9548
9549         * src/wizard.c
9550                 Always guess servers from the right-hand
9551                 email part and guess username from the
9552                 left-hand part. (Thanks to Colin)
9553                 add an X-Face to the welcome message
9554
9555 2005-10-25 [paul]       1.9.15cvs103
9556
9557         * manual/handling.xml
9558                 written by Colin, edited by me
9559
9560 2005-10-25 [wwp]        1.9.15cvs102
9561
9562         * src/folderview.c
9563         * src/grouplistdialog.c
9564         * src/imap.c
9565         * src/noticeview.c
9566                 fix some compilation warnings
9567
9568 2005-10-24 [paul]
9569
9570         1.9.99-rc3 released
9571
9572 2005-10-24 [paul]       1.9.15cvs101
9573
9574         * src/gtk/about.c
9575                 fix window sizing
9576
9577 2005-10-24 [paul]       1.9.15cvs100
9578
9579         * src/pixmaps/offline.xpm
9580         * src/pixmaps/online.xpm
9581                 replace with last default versions
9582
9583 2005-10-24 [colin]      1.9.15cvs99
9584
9585         * src/imap.c
9586                 Fix bug when moving a folder
9587         * src/imap_gtk.c
9588         * src/mh_gtk.c
9589                 "Delete folder" pops up a window, so it 
9590                 should be suffixed with "..."
9591         * src/plugins/pgpcore/sgpgme.c
9592                 Include locale.h
9593
9594 2005-10-24 [mones]      1.9.15cvs98
9595
9596         * manual/Makefile
9597         * manual/account.xml
9598         * manual/ack.xml
9599         * manual/addrbook.xml
9600         * manual/advanced.xml
9601         * manual/faq.xml
9602         * manual/glossary.xml
9603         * manual/gpl.xml
9604         * manual/handling.xml
9605         * manual/intro.xml
9606         * manual/keyboard.xml
9607         * manual/manual.xml
9608         * manual/plugins.xml
9609         * manual/starting.xml
9610         * manual/dtd/sdocbook.dtd
9611                 Initial manual structure and some content.
9612
9613 2005-10-23 [wwp]        1.9.15cvs97
9614
9615         * src/gtk/about.c
9616                 fix a typo
9617
9618 2005-10-23 [wwp]        1.9.15cvs96
9619
9620         * src/gtk/about.c
9621         * src/gtk/authors.h
9622                 rework of the about window (main work by Paul), also featuring a few
9623                 fixes for typos and duplicate names
9624
9625 2005-10-23 [wwp]        1.9.15cvs95
9626
9627         * src/.cvsignore
9628                 Ignore the right binary name (sylpheed-claws now)
9629
9630 2005-10-23 [paul]       1.9.15cvs94
9631
9632         * src/compose.c
9633                 when using Folder Pref 'Default To for
9634                 replies' make the entry in the Compose
9635                 window bold
9636                 Patch by Fabien Vantard
9637
9638 2005-10-22 [colin]      1.9.15cvs93
9639
9640         * src/codeconv.c
9641                 Fix leak
9642
9643 2005-10-22 [colin]      1.9.15cvs92
9644
9645         * src/codeconv.c
9646                 try to convert using locale (apart utf8) if necessary
9647
9648 2005-10-22 [colin]      1.9.15cvs91
9649
9650         * src/pixmaps/new.xpm
9651         * src/pixmaps/unread.xpm
9652                 Make the unread envelope blue again and
9653                 saturate the new one a bit more.
9654
9655 2005-10-22 [colin]      1.9.15cvs90
9656
9657         * src/compose.c
9658                 When replying to a mail sent by one of our accounts,
9659                 use the original list of recipients. Let 'Reply All'
9660                 and 'Reply to sender' work like previously.
9661
9662 2005-10-21 [colin]      1.9.15cvs89
9663
9664         * src/prefs_filtering.c
9665                 Clear fields after add and replace
9666         * src/textview.c
9667                 Display xface differently (better)
9668         * src/plugins/pgpinline/pgpinline.c
9669                 Fix crappy encodings/recodings
9670
9671 2005-10-21 [paul]       1.9.15cvs88
9672
9673         * src/compose.c
9674         * src/prefs_folder_item.c
9675         * src/toolbar.c
9676                 fix news folder Folder Properties
9677                 (thanks to Colin)
9678         * src/folderview.c
9679                 update folderview after Themes change
9680                 keep selected folder selected
9681                 (thanks to Colin)
9682
9683 2005-10-21 [paul]       1.9.15cvs87
9684
9685         * tools/Makefile.am
9686         * tools/OOo2sylpheed.pl
9687         * tools/README
9688         * tools/README.sylprint
9689         * tools/asus_mailled.sh         ** REMOVED **
9690         * tools/filter_conv.pl
9691         * tools/freshmeat_search.pl
9692         * tools/google_search.pl
9693         * tools/gpg-sign-syl            ** REMOVED **
9694         * tools/kmail2sylpheed.pl
9695         * tools/kmail2sylpheed_v2.pl
9696         * tools/multiwebsearch.pl
9697         * tools/nautilus2sylpheed.sh
9698         * tools/newscache_clean.pl
9699         * tools/outlook2sylpheed.pl
9700         * tools/sylpheed-switcher       ** REMOVED **
9701         * tools/sylprint.pl
9702         * tools/sylprint.rc
9703         * tools/tb2sylpheed
9704         * tools/vcard2xml.py
9705         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9706                 update default config dir
9707                 update binary name (thanks to Fabien Vantard)
9708                 remove obsolete scripts
9709
9710 2005-10-21 [colin]      1.9.15cvs86
9711
9712         * src/inc.c
9713                 Fix possible leak and units. Based on a patch by
9714                 Fabien Vantard.
9715
9716 2005-10-20 [colin]      1.9.15cvs85
9717
9718         * src/textview.c
9719                 Clear xface when clearing textview
9720
9721 2005-10-20 [colin]      1.9.15cvs84
9722
9723         * configure.ac
9724         * src/folderview.c
9725         * src/headerview.c
9726         * src/main.c
9727         * src/prefs_common.c
9728         * src/prefs_common.h
9729         * src/prefs_message.c
9730         * src/textview.c
9731         * src/textview.h
9732         * src/common/defs.h
9733         * src/common/utils.c
9734         * src/common/utils.h
9735         * src/gtk/gtkutils.c
9736         * src/gtk/gtkutils.h
9737                 Migrate config to .sylpheed-claws (Automatically)
9738                 Add a way to get the Xface in the TextView
9739
9740 2005-10-20 [colin]      1.9.15cvs83
9741
9742         * src/gtk/Makefile.am
9743         * src/gtk/about.c
9744         * src/gtk/authors.h
9745                 Make the about dialog *grooovy*
9746
9747 2005-10-20 [colin]      1.9.15cvs82
9748
9749         * src/mimeview.c
9750                 Use "Open with" on double click if no command
9751                 was found
9752
9753 2005-10-20 [colin]      1.9.15cvs81
9754
9755         * src/imap.c
9756         * src/etpan/imap-thread.c
9757                 Fix possible crash.
9758
9759 2005-10-20 [paul]       1.9.15cvs80
9760
9761         * src/folder.c
9762                 don't show clipkey icon if the only
9763                 attachment is the signature
9764                 Patch by Colin
9765
9766 2005-10-20 [paul]       1.9.15cvs79
9767
9768         * AUTHORS
9769         * src/plugins/pgpmime/pgpmime.c
9770                 name the PGP/MIME signature 'signature.asc'
9771                 Patch by Andrew Nelson <freeandy@gmail.com>
9772
9773 2005-10-19 [colin]      1.9.15cvs78
9774
9775         * src/plugins/pgpmime/pgpmime.c
9776                 Oops, no need to double-check though
9777
9778 2005-10-19 [colin]      1.9.15cvs77
9779
9780         * src/plugins/pgpinline/pgpinline.c
9781         * src/plugins/pgpmime/pgpmime.c
9782                 Check that my_tmpfile() doesn't 
9783                 return NULL
9784
9785 2005-10-19 [colin]      1.9.15cvs76
9786
9787         * src/common/utils.c
9788                 Use shorter mime boundaries to avoid having
9789                 MTAs rewrapping our headers, breaking the
9790                 PGP signature in the process 
9791         * src/compose.c
9792         * src/plugins/pgpmime/pgpmime.c
9793                 Check for boundary uniqueness to be sure
9794                 it won't happen, instead of hoping for the
9795                 best
9796
9797 2005-10-19 [colin]      1.9.15cvs75
9798
9799         * sylpheed-claws.desktop
9800         * src/Makefile.am
9801         * src/main.c
9802                 Ship a sylpheed-claws binary instead
9803                 of a sylpheed one. Change the socket
9804                 name, too
9805         * src/folderview.c
9806                 Update folder only if it changed
9807         * src/wizard.c
9808                 Fix i18n in welcome mail, patch by
9809                 Fabien Vantard
9810
9811 2005-10-19 [paul]
9812
9813         1.9.99-rc2 released
9814
9815 2005-10-19 [paul]       1.9.15cvs74
9816
9817         * src/folder.c
9818         * src/folderview.c
9819                 fix summaryview update
9820                 Patch by Colin
9821
9822 2005-10-18 [colin]      1.9.15cvs73
9823
9824         * src/plugins/pgpcore/passphrase.c
9825                 Don't XGrabServer, and try a bit more to 
9826                 sync everything before grabbing mouse/keyboard
9827
9828 2005-10-18 [colin]      1.9.15cvs72
9829
9830         * src/Makefile.am
9831         * src/addressadd.c
9832         * src/addressbook.c
9833         * src/folderview.c
9834         * src/grouplistdialog.c
9835         * src/mimeview.c
9836         * src/stock_pixmap.c
9837         * src/stock_pixmap.h
9838         * src/summaryview.c
9839         * src/gtk/gtksctree.c
9840         * src/gtk/gtksctree.h
9841         * src/pixmaps/empty.xpm
9842                 Implement a wrapper call for gtk_ctree_set_node_info
9843                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9844                 pixmap instead of a NULL one. This works around some
9845                 memory problems deep inside gtk, revealed by valgrind,
9846                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9847                 as locked crashes sylpheed.), as well as, probably, 
9848                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9849
9850 2005-10-17 [colin]      1.9.15cvs71
9851
9852         * src/mimeview.c
9853                 Provide visual feedback when checking
9854                 signature
9855
9856 2005-10-17 [colin]      1.9.15cvs70
9857
9858         * src/main.c
9859                 Keep the folder list frozen while checking caches...
9860
9861 2005-10-17 [colin]      1.9.15cvs69
9862
9863         * src/addr_compl.c
9864                 Fi bug #833 (Autocompleting from addressbook 
9865                 fails with extended chars)
9866         * src/imap.c
9867                 Fix 'adding messages' staying in statusbar
9868                 after an error
9869
9870 2005-10-17 [wwp]        1.9.15cvs68
9871
9872         * src/ssl_manager.c
9873                 Fix buttons' layout resizing when window size changes
9874
9875 2005-10-17 [wwp]        1.9.15cvs67
9876
9877         * src/account.c
9878         * src/prefs_account.c
9879         * src/prefs_common.c
9880         * src/prefs_common.h
9881         * src/prefs_folder_item.c
9882         * src/prefs_gtk.c
9883         * src/gtk/logwindow.c
9884         * src/gtk/pluginwindow.c
9885         * src/gtk/prefswindow.c
9886         * src/gtk/prefswindow.h
9887                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9888
9889 2005-10-17 [paul]       1.9.15cvs66
9890
9891         * configure.ac
9892                 fix missing libetpan message
9893         * po/en_GB.po
9894                 updated
9895         * src/crash.c
9896         * src/manual.c
9897         * src/prefs_themes.c
9898         * src/common/defs.h
9899                 add some new URI defines, change some
9900                 others
9901         * src/wizard.c
9902                 make welcome message translatable
9903                 small improvements to english
9904                 other tweaks
9905         * src/gtk/menu.c
9906                 fix warnings
9907
9908 2005-10-17 [paul]       1.9.15cvs65
9909
9910         * src/summaryview.c
9911                 fix column titles
9912
9913 2005-10-16 [mones]      1.9.15cvs64
9914
9915         * po/es.po
9916                 Updated translation
9917
9918 2005-10-16 [colin]
9919
9920         1.9.99-rc1 released
9921
9922 2005-10-16 [colin]      1.9.15cvs63
9923
9924         * src/wizard.c
9925                 Fix whitespace
9926
9927 2005-10-16 [colin]      1.9.15cvs62
9928
9929         * src/toolbar.c
9930                 s/Get All/Get Mail/
9931         * src/wizard.c
9932                 Real welcome mail text, thanks Paul
9933
9934 2005-10-16 [colin]      1.9.15cvs61
9935
9936         * src/editldap.c
9937         * src/exporthtml.c
9938         * src/main.c
9939         * src/mainwindow.c
9940         * src/prefs_themes.c
9941         * src/prefs_toolbar.c
9942         * src/plugins/demo/demo.c
9943         * src/plugins/trayicon/trayicon.c
9944                 s/Sylpheed/Sylpheed-Claws/
9945
9946 2005-10-16 [colin]      1.9.15cvs60
9947
9948         * src/wizard.c
9949                 Add a welcome email in the first empty mailbox
9950         * src/prefs_common.c
9951                 Change one more default
9952
9953 2005-10-16 [colin]      1.9.15cvs59
9954
9955         * src/wizard.c
9956                 Remove printf
9957
9958 2005-10-16 [colin]      1.9.15cvs58
9959
9960         * src/toolbar.c
9961         * src/prefs_common.c
9962                 Change some defaults
9963
9964 2005-10-16 [colin]      1.9.15cvs57
9965
9966         * src/toolbar.c
9967         * src/prefs_common.c
9968                 Change some defaults
9969
9970 2005-10-16 [colin]      1.9.15cvs56
9971
9972         * src/wizard.c
9973                 By default, initialize fonts to have
9974                 the same size as normal GtkWidgets
9975
9976 2005-10-16 [colin]      1.9.15cvs55
9977
9978         * src/mimeview.c
9979                 Fix message a bit more
9980
9981 2005-10-16 [colin]      1.9.15cvs54
9982
9983         * src/addressbook.c
9984                 Second attempt at flicker fixing
9985
9986 2005-10-16 [colin]      1.9.15cvs53
9987
9988         * src/addressbook.c
9989                 Fix flicker
9990
9991 2005-10-16 [wwp]        1.9.15cvs52
9992
9993         * src/addressbook.c
9994         * src/editaddress.c
9995         * src/prefs_common.c
9996         * src/prefs_common.h
9997                 Remember window sizes (address book)
9998
9999 2005-10-16 [wwp]        1.9.15cvs51
10000
10001         * src/plugins/clamav/clamav_plugin_gtk.c
10002         * src/plugins/spamassassin/spamassassin_gtk.c
10003                 Fix compilation warnings (missing #include).
10004
10005 2005-10-16 [colin]      1.9.15cvs50
10006
10007         * src/mimeview.c
10008         * src/summaryview.c
10009         * src/textview.c
10010                 Make 'c' check signature, and forward
10011                 c, l, y, t from summaryview to mimeview
10012
10013 2005-10-16 [colin]      1.9.15cvs49
10014
10015         * src/addressbook.c
10016                 Put border around buttons
10017         * src/mainwindow.c
10018         * src/summaryview.c
10019                 Rework menus (Patch based on a patch
10020                 by Paul)
10021
10022 2005-10-15 [wwp]        1.9.15cvs48
10023
10024         * src/editjpilot.c
10025         * src/editldap.c
10026         * src/editvcard.c
10027         * src/exphtmldlg.c
10028         * src/expldifdlg.c
10029         * src/export.c
10030         * src/import.c
10031         * src/importldif.c
10032         * src/importmutt.c
10033         * src/importpine.c
10034         * src/prefs_account.c
10035         * src/prefs_spelling.c
10036         * src/gtk/gtkutils.c
10037         * src/gtk/gtkutils.h
10038         * src/plugins/clamav/clamav_plugin_gtk.c
10039         * src/plugins/spamassassin/spamassassin_gtk.c
10040                 use nicer browse-for-file/dir buttons than the "..." ones,
10041                 code factorizing more.
10042
10043 2005-10-14 [colin]      1.9.15cvs47
10044
10045         * src/mainwindow.c
10046                 set relief on the account switcher so that people see it
10047                 grey out Create processing rules when no message is selected
10048         * src/prefs_filtering.c
10049                 ask before closing if the rule has not been modified, even if
10050                 it's not valid
10051         * src/prefs_matcher.c
10052                 fix sensitivity when entering the dialog
10053         * src/gtk/inputdialog.c
10054                 display a better icon on password ask
10055         * src/plugins/pgpcore/passphrase.c
10056                 make the dialog look better
10057
10058 2005-10-14 [paul]       1.9.15cvs46
10059
10060         * src/folderview.c
10061                 indicate presense of marked msgs in
10062                 unexpanded subfolders
10063
10064 2005-10-14 [paul]       1.9.15cvs45
10065
10066         * src/prefs_actions.c
10067         * src/prefs_common.c
10068         * src/prefs_common.h
10069         * src/prefs_filtering_action.c
10070         * src/prefs_matcher.c
10071         * src/prefs_template.c
10072                 remember window sizes
10073                 fix Info button size
10074
10075         Patches by wwp
10076
10077 2005-10-13 [colin]      1.9.15cvs44
10078
10079         * src/mimeview.c
10080         * src/noticeview.c
10081         * src/noticeview.h
10082                 Add a tooltip on the icon (optional) 
10083                 Get rid of the signature buttons and only
10084                 use the icon+tooltip
10085
10086 2005-10-13 [colin]      1.9.15cvs43
10087
10088         * src/noticeview.c
10089         * src/noticeview.h
10090                 Add hand cursor for hovering over icon
10091
10092 2005-10-13 [colin]      1.9.15cvs42
10093
10094         * src/summaryview.c
10095                 Fix crash when quicksearch's hidden 
10096                 at startup
10097
10098 2005-10-13 [colin]      1.9.15cvs41
10099
10100         * src/compose.c
10101                 Set subject when forwarding multiple mails
10102                 Check that other recipient than the default Cc or Bcc
10103                 have been set before sending.
10104
10105 2005-10-13 [colin]      1.9.15cvs40
10106
10107         * src/imap.c
10108                 Batch per-folder
10109                 Introduce locking, but don't use it yet
10110
10111 2005-10-13 [colin]      1.9.15cvs39
10112
10113         * src/gtk/quicksearch.c
10114                 Reset quicksearch when hiding it
10115                 Make sticky a real pref
10116
10117 2005-10-13 [colin]      1.9.15cvs38
10118
10119         * src/summaryview.c
10120                 Faster prefs apply
10121
10122 2005-10-13 [colin]      1.9.15cvs37
10123
10124         * src/mimeview.c
10125         * src/noticeview.c
10126         * src/noticeview.h
10127         * src/plugins/pgpcore/sgpgme.c
10128                 Make privacy icon clickable
10129                 Move Trust field in Full info
10130                 When trust is less than full, don't display
10131                 a warning icon
10132
10133 2005-10-13 [colin]      1.9.15cvs36
10134
10135         * src/folder.c
10136                 Batch on flags sync
10137         * src/folderview.c
10138                 Revert speed hack which is dangerous in fact
10139                 Apply prefs faster
10140
10141 2005-10-13 [colin]      1.9.15cvs35
10142
10143         * src/folder_item_prefs.c
10144                 Fix pref corruption on folder move. Patch
10145                 by wwp
10146
10147 2005-10-13 [paul]       1.9.15cvs34
10148
10149         * src/export.c
10150         * src/import.c
10151                 fix typos in g_warnings
10152         * src/prefs_account.c
10153                 add a file selector for Signature file
10154
10155         Patches by wwp
10156
10157 2005-10-12 [colin]      1.9.15cvs33
10158
10159         * src/mimeview.c
10160                 Provide a quick way to go back from a
10161                 signature's full info to the email part
10162
10163 2005-10-12 [colin]      1.9.15cvs32
10164
10165         * src/compose.c
10166                 Remove old hack of encoding signed mails with base64.
10167                 QP works equally well.
10168
10169 2005-10-12 [colin]      1.9.15cvs31
10170
10171         * src/crash.c
10172                 Replace deprecated GtkText with GtkTextView
10173         * src/imap.c
10174                 Fix a logic bug about counts in imap_select
10175                 (previously un-triggered)
10176         * src/mainwindow.c
10177         * src/summaryview.c
10178         * src/news.c
10179                 Allow local deletion of news posts
10180         * src/mimeview.c
10181                 Show GPG noticeview on the message/rfc822 part
10182                 in addition to the text/plain one
10183         * src/prefs_image_viewer.c
10184           src/plugins/pgpcore/prefs_gpg.c
10185                 Polish (set the label as part of the checkbox)
10186         * src/wizard.c
10187                 Don't sit there doing nothing after destroying
10188                 the window - return err
10189
10190 2005-10-11 [colin]      1.9.15cvs30
10191
10192         * src/folderview.c
10193                 Apply processing rules before showing folders.
10194                 Early folder show (before flags sync) will only
10195                 be done when there are no processing rules (nor
10196                 pre- or post- ones)
10197         * src/imap.c
10198                 Fix stuff related to mail subdir, creation and 
10199                 deletion of folders 
10200         * src/imap_gtk.c
10201                 Don't allow creation of folders in NoInferior
10202                 folders, as it won't work
10203
10204 2005-10-10 [colin]      1.9.15cvs29
10205
10206         * src/compose.c
10207                 Reselect "None" Privacy system when selecting an
10208                 account with no privacy system defined
10209
10210 2005-10-10 [colin]      1.9.15cvs28
10211
10212         * src/mainwindow.c
10213                 Add Windows-1252 encoding
10214         * src/prefs_common.c
10215                 Rework some defaults:
10216                 - autosave to draft by default
10217                 - don't show header pane (it's already in the textview)
10218                 - Select first new or unread mail on entry
10219                 - Assume 'Yes' to change folder when there's no more
10220                   unread message
10221         * src/prefs_matcher.c
10222                 Fix a gtk assertion failure
10223         * src/gtk/colorlabel.c
10224                 Workaround bad repainting on selection
10225         * src/main.c
10226                 Freeze/thaw (a bit faster on ssh -X)
10227         * src/msgcache.c
10228                 Get rid of StrdupConverter that just adds an
10229                 extra strdup/free 
10230         * src/etpan/imap_thread.c
10231                 memset buf to 0
10232
10233 2005-10-10 [colin]      1.9.15cvs27
10234
10235         * src/export.c
10236         * src/import.c
10237                 Fix compile on gtk 2.4. Patch by wwp
10238
10239 2005-10-09 [colin]      1.9.15cvs26
10240
10241         * src/mainwindow.c
10242         * src/messageview.c
10243         * src/summaryview.c
10244                 Clarify forward menus. Patch by wwp
10245
10246 2005-10-09 [colin]      1.9.15cvs25
10247
10248         * src/compose.c
10249         * src/compose.h
10250                 Fix bug #829 (Non-working "Encrypt message by 
10251                 default when replying to an encrypted message")
10252
10253 2005-10-08 [colin]      1.9.15cvs24
10254
10255         * src/wizard.c
10256                 Fix bug #827 ("Welcome" setup wizard after a 
10257                 permission error gives up & forgets itself.)
10258
10259 2005-10-08 [colin]      1.9.15cvs23
10260
10261         * src/procmime.c
10262                 Fix bug #828 (Ignoring headers with spaces around = sign)
10263
10264 2005-10-08 [colin]      1.9.15cvs22
10265
10266         * src/export.c
10267                 Warning fix by wwp
10268
10269 2005-10-08 [colin]      1.9.15cvs21
10270
10271         * src/folder.c
10272         * src/folder.h
10273                 Add a processing_pending indicator, set on 
10274                 folder_item_open and cleared after 
10275                 folder_item_process_open
10276         * src/folderview.c
10277         * src/summaryview.c
10278                 wrap procmsg_msginfo_*_flags, and in the
10279                 wrapper check that there's no folder processing 
10280                 pending. If there is, defer the flags change until 
10281                 processing is done to avoid stepping over each
10282                 other's toes.
10283                 Freeze during processing, but not during scanning.
10284
10285 2005-10-07 [colin]      1.9.15cvs20
10286
10287         * src/plugins/pgpcore/passphrase.c
10288                 Fix bug #826 (X-Server hangs when 
10289                 right-clicking a PGP encrypted message)
10290
10291 2005-10-07 [paul]       1.9.15cvs19
10292
10293         * src/compose.c
10294                 fix compose_entries[]
10295                 patch by Fabien Vantard
10296
10297 2005-10-06 [colin]      1.9.15cvs18
10298
10299         * src/pixmaps/address.xpm
10300         * src/pixmaps/address_book.xpm
10301         * src/pixmaps/book.xpm
10302         * src/pixmaps/check_spelling.xpm
10303         * src/pixmaps/checkbox_off.xpm
10304         * src/pixmaps/checkbox_on.xpm
10305         * src/pixmaps/close.xpm
10306         * src/pixmaps/complete.xpm
10307         * src/pixmaps/continue.xpm
10308         * src/pixmaps/deleted.xpm
10309         * src/pixmaps/down_arrow.xpm
10310         * src/pixmaps/exec.xpm
10311         * src/pixmaps/forwarded.xpm
10312         * src/pixmaps/group.xpm
10313         * src/pixmaps/ignorethread.xpm
10314         * src/pixmaps/interface.xpm
10315         * src/pixmaps/jpilot.xpm
10316         * src/pixmaps/ldap.xpm
10317         * src/pixmaps/linewrap.xpm
10318         * src/pixmaps/linewrapcurrent.xpm
10319         * src/pixmaps/mail.xpm
10320         * src/pixmaps/mail_attach.xpm
10321         * src/pixmaps/mail_compose.xpm
10322         * src/pixmaps/mail_forward.xpm
10323         * src/pixmaps/mail_receive.xpm
10324         * src/pixmaps/mail_receive_all.xpm
10325         * src/pixmaps/mail_reply.xpm
10326         * src/pixmaps/mail_reply_to_all.xpm
10327         * src/pixmaps/mail_reply_to_author.xpm
10328         * src/pixmaps/mail_send.xpm
10329         * src/pixmaps/mail_send_queue.xpm
10330         * src/pixmaps/mime_application.xpm
10331         * src/pixmaps/mime_audio.xpm
10332         * src/pixmaps/mime_image.xpm
10333         * src/pixmaps/mime_message.xpm
10334         * src/pixmaps/mime_text_enriched.xpm
10335         * src/pixmaps/mime_text_html.xpm
10336         * src/pixmaps/mime_text_plain.xpm
10337         * src/pixmaps/mime_unknown.xpm
10338         * src/pixmaps/new.xpm
10339         * src/pixmaps/news_compose.xpm
10340         * src/pixmaps/offline.xpm
10341         * src/pixmaps/online.xpm
10342         * src/pixmaps/paste.xpm
10343         * src/pixmaps/preferences.xpm
10344         * src/pixmaps/privacy_emblem_encrypted.xpm
10345         * src/pixmaps/privacy_expired.xpm
10346         * src/pixmaps/privacy_failed.xpm
10347         * src/pixmaps/privacy_passed.xpm
10348         * src/pixmaps/privacy_signed.xpm
10349         * src/pixmaps/privacy_unknown.xpm
10350         * src/pixmaps/privacy_warn.xpm
10351         * src/pixmaps/properties.xpm
10352         * src/pixmaps/replied.xpm
10353         * src/pixmaps/search.xpm
10354         * src/pixmaps/unread.xpm
10355         * src/pixmaps/up_arrow.xpm
10356         * src/pixmaps/vcard.xpm
10357                 Modernize internal theme, with icons from the 
10358                 Gnomaws theme. Keep some of the old ones where
10359                 they were better.
10360
10361 2005-10-06 [colin]      1.9.15cvs17
10362
10363         * src/summaryview.c
10364                 Little optimisations + bugfix
10365         * src/toolbar.c
10366                 Remove default useless items - useless being defined
10367                 by the default relevant prefs
10368         * src/wizard.c
10369                 include config.h to make gettext work
10370         * src/prefs_themes.c
10371                 Fix selection of current theme in prefs
10372
10373 2005-10-06 [colin]      1.9.15cvs16
10374
10375         * src/prefs_common.c
10376         * src/prefs_common.h
10377         * src/prefs_summaries.c
10378         * src/folderview.c
10379                 Add a warning dialog on Mark all read 
10380                 (with pref to get rid of it)
10381
10382 2005-10-06 [paul]       1.9.15cvs15
10383
10384         * po/nb.po
10385         * po/pt_BR.po
10386                 updated by Geir Helland and Frederico
10387                 Goncalves Guimaraes
10388
10389 2005-10-05 [colin]      1.9.15cvs14
10390
10391         * src/folder.c
10392         * src/folder.h
10393         * src/folderview.c
10394         * src/folderview.h
10395         * src/imap_gtk.c
10396         * src/mh_gtk.c
10397         * src/mainwindow.c
10398         * src/setup.c
10399                 add a way to rescan without rebuilding
10400                 make moving a bit faster (less folders changes)
10401                 don't lock the tree on Get 
10402         * src/imap.c
10403                 Don't re-delete deleted messages before expunging
10404         * src/summaryview.c
10405                 Set batch mode when deleting mails
10406
10407 2005-10-05 [paul]       1.9.15cvs13
10408
10409         * src/mainwindow.c
10410         * src/mainwindow.h
10411                 fix disabled Execute menu item
10412         * src/toolbar.c
10413                 match the change in 1.9.15cvs10: use Compose
10414                 instead of News by default
10415
10416 2005-10-04 [colin]      1.9.15cvs12
10417
10418         * src/compose.c
10419                 When replying to an ML post with Reply-To set
10420                 to the poster's email, honor it (as before),
10421                 but also honor our user's request to reply to
10422                 the mailing list: set the ML address in the To
10423                 field and the Reply-To address in the Cc: 
10424                 field.
10425
10426 2005-10-04 [colin]      1.9.15cvs11
10427
10428         * src/plugins/trayicon/trayicon.c
10429                 Finish cosmetic change - thanks to wwp
10430
10431 2005-10-04 [colin]      1.9.15cvs10
10432
10433         * src/toolbar.c
10434                 Use Compose instead of Email by default.
10435                 Spotted by wwp.
10436
10437 2005-10-04 [colin]      1.9.15cvs9
10438
10439         * src/folder.c
10440         * src/folder.h
10441         * src/folderview.c
10442         * src/imap.c
10443         * src/etpan/imap-thread.c
10444         * src/etpan/imap-thread.h
10445                 Try to make IMAP faster, by simplifying SEARCH
10446                 commands, avoiding sending two STATUS in a row,
10447                 and deferring flags sync and processing just
10448                 after displaying the folder. 
10449                 This will update the SummaryView in certain
10450                 cases (new mails not already fetched, flags
10451                 changed from another client) but in a non-
10452                 blocking manner.
10453
10454 2005-10-04 [colin]      1.9.15cvs8
10455
10456         * src/plugins/trayicon/trayicon.c
10457                 Relabel "Offline" to "Work offline"
10458
10459 2005-10-04 [colin]      1.9.15cvs7
10460
10461         * src/export.c
10462         * src/import.c
10463         * src/mbox.c
10464                 Fix mbox import/export buglets
10465                 Patch by wwp
10466         * src/plugins/trayicon/trayicon.c
10467                 Add offline swithc
10468                 Patch by wwp
10469
10470 2005-10-04 [colin]      1.9.15cvs6
10471
10472         * src/folder.c
10473         * src/folderview.c
10474         * src/summaryview.c
10475                 Better fix (don't break mark all read) for cvs2
10476
10477 2005-10-03 [colin]      1.9.15cvs5
10478
10479         * src/folder.c
10480                 Use a sane sort by default
10481
10482 2005-10-03 [colin]      1.9.15cvs4
10483
10484         * src/inc.c
10485                 Add a 'Only once' button for overriding offline mode
10486         * src/prefs_account.c
10487         * src/wizard.c
10488                 Add Local mbox to the wizard
10489                 Add IMAP subdir to the wizard (or the wizard is useless
10490                 for such accounts, or even worse than useless)
10491                 Move IMAP subdir from Advanced to Receive tab, as it's
10492                 not that uncommon
10493
10494 2005-10-03 [colin]      1.9.15cvs3
10495
10496         * src/send_message.c
10497                 Forgot this one in cvs1
10498
10499 2005-10-03 [colin]      1.9.15cvs2
10500
10501         * src/folder.c
10502                 Faster close when leaving a folder with lots
10503                 of new mails. Idea by David Relson.
10504
10505 2005-10-03 [colin]      1.9.15cvs1
10506
10507         * src/compose.c
10508         * src/imap.c
10509         * src/inc.c
10510         * src/main.c
10511         * src/messageview.c
10512         * src/news.c
10513         * src/summaryview.c
10514         * src/gtk/sslcertwindow.c
10515         * src/plugins/trayicon/trayicon.c
10516                 Add accels to every AlertPanel. Patch by Fabien 
10517                 Vantard
10518
10519 2005-10-03 [paul]       1.9.15
10520
10521         1.9.15 released
10522
10523 2005-10-03 [paul]       1.9.14cvs68
10524
10525         * po/ca.po
10526         * po/de.po
10527         * po/es.po
10528         * po/fi.po
10529         * po/fr.po
10530         * po/sk.po
10531         * po/sr.po
10532         * po/zh_CN.po
10533                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10534                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10535                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10536
10537 2005-10-03 [paul]       1.9.14cvs67
10538
10539         * src/send_message.c
10540                 prevent hang on Cancel
10541                 patch by Colin
10542
10543 2005-10-03 [paul]       1.9.14cvs66
10544
10545         * src/main.c
10546                 fix crash in IMAP caused by discrepancy
10547                 between check_at_startup and offline mode
10548                 Patch by Colin
10549
10550 2005-10-01 [paul]       1.9.14cvs65
10551
10552         * src/inc.c
10553                 fix engrish
10554
10555 2005-10-01 [paul]       1.9.14cvs64
10556         * src/export.c
10557         * src/import.c
10558                 synchronise import_mbox() and export_mbox()
10559         * src/mbox.c
10560                 proc_mbox(): add alert if file cannot be opened
10561                 export_list_to_mbox(): test if dest file exists,
10562                 prompt user to overwrite if it does. add alert
10563                 if file cannot be created
10564                                                                 
10565         Patch by wwp
10566                                                                                                                 
10567
10568 2005-09-30 [paul]       1.9.14cvs63
10569
10570         * src/addressbook.c
10571                 Fix sensitivity of a menu
10572         * src/codeconv.c
10573                 Respect hidden pref for mails with no encoding
10574         * src/common/xml.c
10575                 Fix memory corruption
10576         * src/plugins/pgpcore/sgpgme.c
10577                 Fix segfault on incomplete sigs, and display
10578                 of S/Mime UIDs
10579
10580         Patches by Colin
10581
10582 2005-09-30 [colin]      1.9.14cvs62
10583
10584         * src/partial_download.c
10585                 Little logic fix in almost-dead code
10586         * src/pop.c
10587                 Fix partial download when there's no new mail
10588
10589 2005-09-29 [paul]       1.9.14cvs61
10590
10591         * src/plugins/pgpinline/pgpinline.c
10592                 fix bug 819, 'crash accessing sign message'
10593                 Patch by Colin
10594
10595 2005-09-28 [martin]     1.9.14cvs60
10596
10597         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10598                 fix bug #790 (Crash when restarting window manager (fluxbox))
10599
10600 2005-09-28 [paul]       1.9.14cvs59
10601
10602         * src/gtk/gtkaspell.c
10603                 fix off-by-one typo
10604
10605 2005-09-27 [colin]      1.9.14cvs58
10606
10607         * src/plugins/pgpcore/sgpgme.c
10608                 Report error when there's one, instead of
10609                 "Signature unchecked" 
10610
10611 2005-09-27 [colin]      1.9.14cvs57
10612
10613         * src/prefs_quote.c
10614                 Fix bug #816 (Weird quotation with spaces)
10615
10616 2005-09-27 [colin]      1.9.14cvs56
10617
10618         * src/codeconv.c
10619         * src/compose.c
10620         * src/compose.h
10621                 Put subject in compose's title
10622                 Fix Automatic encoding so that it's really automatic:
10623                 first try default locale's charset, then charset of the replied mail, 
10624                 then utf-8
10625                 Fix encoding of headers (must be in strict mode too)
10626
10627 2005-09-26 [colin]      1.9.14cvs55
10628
10629         * src/gtk/gtkaspell.c
10630                 Fix previous patch - don't color the space,
10631                 just uncolor it :)
10632
10633 2005-09-26 [colin]      1.9.14cvs54
10634
10635         * src/gtk/gtkaspell.c
10636                 Unmark space if possible
10637
10638 2005-09-26 [colin]      1.9.14cvs53
10639
10640         * src/imap.c
10641                 log_error instead of alertpanel according to the pref
10642         * src/etpan/imap-thread.c
10643                 Print connect status, copy only necessary size to 
10644                 logger
10645         * src/plugins/pgpmime/pgpmime.c
10646                 Handle S/Mime signatures (verification only). Patch based
10647                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10648
10649 2005-09-26 [paul]       1.9.14cvs52
10650
10651         * src/common/passcrypt.c
10652                 this 'workaround' not necessary on NetBSD.
10653                 Thanks to Daniel Gustafson
10654
10655 2005-09-26 [paul]
10656
10657         1.9.15-rc4 released
10658
10659 2005-09-26 [paul]       1.9.14cvs51
10660
10661         * src/summaryview.c
10662                 Skip currently selected message when
10663                 looking for next new or unread message
10664                 in current folder. Patch by Colin
10665         * src/common/passcrypt.c
10666                 eliminate warnings on *BSD. Patch by
10667                 Daniel Gustafson
10668
10669 2005-09-26 [colin]      1.9.14cvs50
10670
10671         * src/procmsg.c
10672                 Call postfiltering hook anyway
10673
10674 2005-09-22 [colin]      1.9.14cvs49
10675
10676         * src/codeconv.c
10677         * src/codeconv.h
10678                 Add a strict mode that doesn't replace with _
10679         * src/compose.c
10680         * src/compose.h
10681                 Use strict conversion while sending
10682                 Fix race when drafting while sending (happens
10683                 on IMAP)
10684                 Fix d'n'd of messages from summaryview
10685         * src/prefs_common.c
10686         * src/prefs_common.h
10687                 add hidden utf8_instead_of_locale_for_broken_mail 
10688                 pref for people that preferred the default charset 
10689                 to be utf8 for broken mails
10690         * src/quote_fmt_parse.y
10691                 fix bug #815 (No quote insert if "From:" fied 
10692                 contained Russian letters)
10693         * src/summaryview.c
10694                 Fix d'n'd of messages to compose
10695
10696 2005-09-22 [paul]       1.9.14cvs48
10697
10698         * src/compose.c
10699                 fix bug where attachments Name entry
10700                 would display Path instead
10701
10702 2005-09-21 [paul]       1.9.14cvs47
10703
10704         * README
10705         * README.jp
10706         * configure.ac
10707         * config/config.rpath
10708         * doc/manual/en/sylpheed-20.html
10709         * doc/manual/es/sylpheed-20.html
10710         * po/bg.po
10711         * po/ca.po
10712         * po/de.po
10713         * po/es.po
10714         * po/fr.po
10715         * po/it.po
10716         * po/pt_BR.po
10717         * po/sk.po
10718         * po/zh_TW.po
10719         * src/account.c
10720         * src/account.h
10721         * src/action.c
10722         * src/action.h
10723         * src/adbookbase.h
10724         * src/addr_compl.c
10725         * src/addr_compl.h
10726         * src/addrbook.c
10727         * src/addrbook.h
10728         * src/addrcache.c
10729         * src/addrcache.h
10730         * src/addrcindex.c
10731         * src/addrcindex.h
10732         * src/addrclip.c
10733         * src/addrclip.h
10734         * src/addrdefs.h
10735         * src/addressadd.c
10736         * src/addressadd.h
10737         * src/addressbook.c
10738         * src/addressbook.h
10739         * src/addressitem.h
10740         * src/addrgather.c
10741         * src/addrgather.h
10742         * src/addrharvest.c
10743         * src/addrharvest.h
10744         * src/addrindex.c
10745         * src/addrindex.h
10746         * src/addritem.c
10747         * src/addritem.h
10748         * src/addrquery.c
10749         * src/addrquery.h
10750         * src/addrselect.c
10751         * src/addrselect.h
10752         * src/alertpanel.c
10753         * src/alertpanel.h
10754         * src/browseldap.c
10755         * src/browseldap.h
10756         * src/codeconv.c
10757         * src/codeconv.h
10758         * src/compose.c
10759         * src/compose.h
10760         * src/crash.c
10761         * src/crash.h
10762         * src/customheader.c
10763         * src/customheader.h
10764         * src/displayheader.c
10765         * src/displayheader.h
10766         * src/editaddress.c
10767         * src/editaddress.h
10768         * src/editbook.c
10769         * src/editbook.h
10770         * src/editgroup.c
10771         * src/editgroup.h
10772         * src/editjpilot.c
10773         * src/editjpilot.h
10774         * src/editldap.c
10775         * src/editldap.h
10776         * src/editldap_basedn.c
10777         * src/editldap_basedn.h
10778         * src/editvcard.c
10779         * src/editvcard.h
10780         * src/enriched.c
10781         * src/enriched.h
10782         * src/exphtmldlg.c
10783         * src/exphtmldlg.h
10784         * src/expldifdlg.c
10785         * src/expldifdlg.h
10786         * src/export.c
10787         * src/export.h
10788         * src/exporthtml.c
10789         * src/exporthtml.h
10790         * src/exportldif.c
10791         * src/exportldif.h
10792         * src/filtering.c
10793         * src/filtering.h
10794         * src/folder.c
10795         * src/folder.h
10796         * src/folder_item_prefs.c
10797         * src/folder_item_prefs.h
10798         * src/foldersel.c
10799         * src/foldersel.h
10800         * src/folderutils.c
10801         * src/folderutils.h
10802         * src/folderview.c
10803         * src/folderview.h
10804         * src/grouplistdialog.c
10805         * src/grouplistdialog.h
10806         * src/headerview.c
10807         * src/headerview.h
10808         * src/html.c
10809         * src/html.h
10810         * src/image_viewer.c
10811         * src/image_viewer.h
10812         * src/imap.c
10813         * src/imap.h
10814         * src/imap_gtk.c
10815         * src/imap_gtk.h
10816         * src/import.c
10817         * src/import.h
10818         * src/importldif.c
10819         * src/importldif.h
10820         * src/importmutt.c
10821         * src/importmutt.h
10822         * src/importpine.c
10823         * src/importpine.h
10824         * src/inc.c
10825         * src/inc.h
10826         * src/jpilot.c
10827         * src/jpilot.h
10828         * src/ldapctrl.c
10829         * src/ldapctrl.h
10830         * src/ldaplocate.c
10831         * src/ldaplocate.h
10832         * src/ldapquery.c
10833         * src/ldapquery.h
10834         * src/ldapserver.c
10835         * src/ldapserver.h
10836         * src/ldaputil.c
10837         * src/ldaputil.h
10838         * src/ldif.c
10839         * src/ldif.h
10840         * src/localfolder.c
10841         * src/localfolder.h
10842         * src/main.c
10843         * src/main.h
10844         * src/mainwindow.c
10845         * src/mainwindow.h
10846         * src/manual.c
10847         * src/manual.h
10848         * src/matcher.c
10849         * src/matcher.h
10850         * src/matcher_parser.h
10851         * src/matcher_parser_lex.l
10852         * src/matcher_parser_parse.y
10853         * src/mbox.c
10854         * src/mbox.h
10855         * src/message_search.c
10856         * src/message_search.h
10857         * src/messageview.c
10858         * src/messageview.h
10859         * src/mh.c
10860         * src/mh.h
10861         * src/mh_gtk.c
10862         * src/mh_gtk.h
10863         * src/mimeview.c
10864         * src/mimeview.h
10865         * src/msgcache.c
10866         * src/msgcache.h
10867         * src/mutt.c
10868         * src/mutt.h
10869         * src/news.c
10870         * src/news.h
10871         * src/news_gtk.c
10872         * src/news_gtk.h
10873         * src/noticeview.c
10874         * src/noticeview.h
10875         * src/partial_download.c
10876         * src/partial_download.h
10877         * src/pine.c
10878         * src/pine.h
10879         * src/pop.c
10880         * src/pop.h
10881         * src/prefs_account.c
10882         * src/prefs_account.h
10883         * src/prefs_actions.c
10884         * src/prefs_actions.h
10885         * src/prefs_common.c
10886         * src/prefs_common.h
10887         * src/prefs_compose_writing.c
10888         * src/prefs_compose_writing.h
10889         * src/prefs_customheader.c
10890         * src/prefs_customheader.h
10891         * src/prefs_display_header.c
10892         * src/prefs_display_header.h
10893         * src/prefs_ext_prog.c
10894         * src/prefs_ext_prog.h
10895         * src/prefs_filtering.c
10896         * src/prefs_filtering.h
10897         * src/prefs_filtering_action.c
10898         * src/prefs_filtering_action.h
10899         * src/prefs_folder_column.c
10900         * src/prefs_folder_column.h
10901         * src/prefs_folder_item.c
10902         * src/prefs_folder_item.h
10903         * src/prefs_fonts.c
10904         * src/prefs_fonts.h
10905         * src/prefs_gtk.c
10906         * src/prefs_gtk.h
10907         * src/prefs_image_viewer.c
10908         * src/prefs_image_viewer.h
10909         * src/prefs_matcher.c
10910         * src/prefs_matcher.h
10911         * src/prefs_message.c
10912         * src/prefs_message.h
10913         * src/prefs_msg_colors.c
10914         * src/prefs_msg_colors.h
10915         * src/prefs_other.c
10916         * src/prefs_other.h
10917         * src/prefs_quote.c
10918         * src/prefs_quote.h
10919         * src/prefs_receive.c
10920         * src/prefs_receive.h
10921         * src/prefs_send.c
10922         * src/prefs_send.h
10923         * src/prefs_spelling.c
10924         * src/prefs_spelling.h
10925         * src/prefs_summaries.c
10926         * src/prefs_summaries.h
10927         * src/prefs_summary_column.c
10928         * src/prefs_summary_column.h
10929         * src/prefs_template.c
10930         * src/prefs_template.h
10931         * src/prefs_themes.c
10932         * src/prefs_themes.h
10933         * src/prefs_toolbar.c
10934         * src/prefs_toolbar.h
10935         * src/prefs_wrapping.c
10936         * src/prefs_wrapping.h
10937         * src/privacy.c
10938         * src/privacy.h
10939         * src/procheader.c
10940         * src/procheader.h
10941         * src/procmime.c
10942         * src/procmime.h
10943         * src/procmsg.c
10944         * src/procmsg.h
10945         * src/quote_fmt.c
10946         * src/quote_fmt_parse.y
10947         * src/recv.c
10948         * src/recv.h
10949         * src/remotefolder.c
10950         * src/remotefolder.h
10951         * src/send_message.c
10952         * src/send_message.h
10953         * src/setup.c
10954         * src/setup.h
10955         * src/simple-gettext.c
10956         * src/sourcewindow.c
10957         * src/sourcewindow.h
10958         * src/ssl_manager.c
10959         * src/ssl_manager.h
10960         * src/statusbar.c
10961         * src/statusbar.h
10962         * src/stock_pixmap.c
10963         * src/stock_pixmap.h
10964         * src/summary_search.c
10965         * src/summary_search.h
10966         * src/summaryview.c
10967         * src/summaryview.h
10968         * src/syldap.c
10969         * src/syldap.h
10970         * src/textview.c
10971         * src/textview.h
10972         * src/toolbar.c
10973         * src/toolbar.h
10974         * src/undo.c
10975         * src/undo.h
10976         * src/unmime.c
10977         * src/unmime.h
10978         * src/vcard.c
10979         * src/vcard.h
10980         * src/wizard.c
10981         * src/wizard.h
10982         * src/common/base64.c
10983         * src/common/base64.h
10984         * src/common/defs.h
10985         * src/common/hooks.c
10986         * src/common/hooks.h
10987         * src/common/log.c
10988         * src/common/log.h
10989         * src/common/md5.c
10990         * src/common/md5.h
10991         * src/common/mgutils.c
10992         * src/common/mgutils.h
10993         * src/common/nntp.c
10994         * src/common/nntp.h
10995         * src/common/passcrypt.c
10996         * src/common/passcrypt.h.in
10997         * src/common/plugin.c
10998         * src/common/plugin.h
10999         * src/common/prefs.c
11000         * src/common/prefs.h
11001         * src/common/progressindicator.c
11002         * src/common/progressindicator.h
11003         * src/common/quoted-printable.c
11004         * src/common/quoted-printable.h
11005         * src/common/session.c
11006         * src/common/session.h
11007         * src/common/smtp.c
11008         * src/common/smtp.h
11009         * src/common/socket.c
11010         * src/common/socket.h
11011         * src/common/ssl.c
11012         * src/common/ssl.h
11013         * src/common/ssl_certificate.c
11014         * src/common/ssl_certificate.h
11015         * src/common/string_match.c
11016         * src/common/string_match.h
11017         * src/common/stringtable.c
11018         * src/common/sylpheed.c
11019         * src/common/sylpheed.h
11020         * src/common/template.c
11021         * src/common/template.h
11022         * src/common/timing.h
11023         * src/common/utils.c
11024         * src/common/utils.h
11025         * src/common/uuencode.c
11026         * src/common/uuencode.h
11027         * src/common/version.h.in
11028         * src/common/xml.c
11029         * src/common/xml.h
11030         * src/common/xmlprops.c
11031         * src/common/xmlprops.h
11032         * src/gtk/about.c
11033         * src/gtk/about.h
11034         * src/gtk/colorlabel.c
11035         * src/gtk/colorlabel.h
11036         * src/gtk/colorsel.c
11037         * src/gtk/colorsel.h
11038         * src/gtk/description_window.c
11039         * src/gtk/description_window.h
11040         * src/gtk/filesel.c
11041         * src/gtk/filesel.h
11042         * src/gtk/foldersort.c
11043         * src/gtk/foldersort.h
11044         * src/gtk/gtkutils.c
11045         * src/gtk/gtkutils.h
11046         * src/gtk/inputdialog.c
11047         * src/gtk/inputdialog.h
11048         * src/gtk/logwindow.c
11049         * src/gtk/logwindow.h
11050         * src/gtk/manage_window.c
11051         * src/gtk/manage_window.h
11052         * src/gtk/menu.c
11053         * src/gtk/menu.h
11054         * src/gtk/pluginwindow.c
11055         * src/gtk/pluginwindow.h
11056         * src/gtk/prefswindow.c
11057         * src/gtk/prefswindow.h
11058         * src/gtk/progressdialog.c
11059         * src/gtk/progressdialog.h
11060         * src/gtk/quicksearch.c
11061         * src/gtk/quicksearch.h
11062         * src/gtk/sslcertwindow.c
11063         * src/gtk/sslcertwindow.h
11064         * src/plugins/clamav/clamav_plugin.c
11065         * src/plugins/clamav/clamav_plugin.h
11066         * src/plugins/clamav/clamav_plugin_gtk.c
11067         * src/plugins/demo/demo.c
11068         * src/plugins/dillo_viewer/dillo_prefs.c
11069         * src/plugins/dillo_viewer/dillo_prefs.h
11070         * src/plugins/dillo_viewer/dillo_viewer.c
11071         * src/plugins/mathml_viewer/mathml_viewer.c
11072         * src/plugins/pgpcore/passphrase.c
11073         * src/plugins/pgpcore/passphrase.h
11074         * src/plugins/pgpcore/plugin.c
11075         * src/plugins/pgpcore/prefs_gpg.c
11076         * src/plugins/pgpcore/prefs_gpg.h
11077         * src/plugins/pgpcore/select-keys.c
11078         * src/plugins/pgpcore/select-keys.h
11079         * src/plugins/pgpcore/sgpgme.c
11080         * src/plugins/pgpcore/sgpgme.h
11081         * src/plugins/pgpinline/pgpinline.c
11082         * src/plugins/pgpinline/pgpinline.h
11083         * src/plugins/pgpinline/plugin.c
11084         * src/plugins/pgpmime/pgpmime.c
11085         * src/plugins/pgpmime/pgpmime.h
11086         * src/plugins/pgpmime/plugin.c
11087         * src/plugins/spamassassin/spamassassin.c
11088         * src/plugins/spamassassin/spamassassin.h
11089         * src/plugins/spamassassin/spamassassin_gtk.c
11090         * src/plugins/trayicon/trayicon.c
11091         * tools/OOo2sylpheed.pl
11092         * tools/acroread2sylpheed.pl
11093         * tools/asus_mailled.sh
11094         * tools/filter_conv.pl
11095         * tools/freshmeat_search.pl
11096         * tools/google_search.pl
11097         * tools/kmail2sylpheed.pl
11098         * tools/kmail2sylpheed_v2.pl
11099         * tools/maildir2sylpheed.pl
11100         * tools/multiwebsearch.pl
11101         * tools/newscache_clean.pl
11102         * tools/outlook2sylpheed.pl
11103         * tools/sylpheed-switcher
11104         * tools/update-po
11105         * tools/vcard2xml.py
11106         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11107                 update FSF address
11108
11109 2005-09-21 [colin]      1.9.14cvs46
11110
11111         * src/gedit-print.c
11112         * src/procmsg.c
11113         * src/procmsg.h
11114         * src/textview.c
11115         * src/summaryview.c
11116                 Remove some printing hacks (deselection/reselection),
11117                 which by the way fix printing the currently 
11118                 displayed mime part (still only text)
11119                 Plus a little optimisation of summary_show
11120
11121
11122 2005-09-20 [colin]      1.9.14cvs45
11123
11124         * src/mainwindow.c
11125         * src/messageview.c
11126                 GUI fixups: add accels, set message
11127                 view title to displayed mail's subject
11128         * src/prefs_spelling.c
11129         * src/gtk/gtkaspell.c
11130                 GUI fixups: allow underlining misspelled
11131                 words instead of coloring them (a11y!)
11132
11133 2005-09-19 [colin]
11134
11135         1.9.15rc3 released
11136
11137 2005-09-19 [colin]      1.9.14cvs44
11138
11139         * src/compose.c
11140                 Fix draft message
11141         * src/gtk/gtkaspell.c
11142                 Fix wrong test ;-)
11143
11144 2005-09-19 [colin]      1.9.14cvs43
11145
11146         * src/addressbook.c
11147                 Fix sensitivity of Delete button
11148         * src/compose.c
11149                 Warn if the requested Privacy system
11150                 is not available
11151         * src/exphtmldlg.c
11152         * src/expldifdlg.c
11153         * src/importldif.c
11154         * src/importmutt.c
11155         * src/importpine.c
11156                 Fix crappy UI
11157         * src/
11158         * src/ssl.h
11159         * src/prefs_account.h
11160         * src/prefs_account.c
11161                 Save SSL prefs even in builds that have
11162                 SSL support disable
11163         * src/imap.c
11164         * src/inc.c
11165         * src/news.c
11166         * src/send_message.c
11167                 Warn if connection should be secure, but
11168                 SSL support isn't compiled in
11169         * src/gtkaspell.c
11170                 Fix word separation on UTF-8 systems
11171                 Fixes bug #812 (Strange inline spellchecking)
11172         * src/compose.c
11173                 Warn if the requested Privacy system
11174                 is not available
11175                 Factorize offline warning
11176         * src/imap.c
11177         * src/imap_gtk.c
11178         * src/imap_gtk.h
11179         * src/inc.h
11180         * src/news_gtk.c
11181         * src/news_gtk.h
11182         * src/messageview.c
11183                 Factorize offline warning
11184
11185 2005-09-19 [paul]
11186
11187         1.9.15-rc2 released
11188
11189 2005-09-18 [colin]      1.9.14cvs42
11190
11191         * src/codeconv.c
11192         * src/codeconv.h
11193         * src/procmime.c
11194                 Add a way to get locale's charset ignoring utf-8,
11195                 and use that as default encoding for broken mails
11196
11197 2005-09-18 [colin]      1.9.14cvs41
11198
11199         * src/gtk/logwindow.c
11200                 Translate string. Patch by Fabien Vantard
11201
11202 2005-09-18 [colin]      1.9.14cvs40
11203
11204         * configure.ac
11205                 Fix bug #803 (IMAP/SSL support breaks with 
11206                 GnuTLS libetpan 0.38)
11207
11208 2005-09-18 [colin]      1.9.14cvs39
11209
11210         * src/codeconv.c
11211         * src/compose.c
11212         * src/procmime.c
11213                 More charsets fixes. Fixes bug #806 (non
11214                 ascii characters in subject line)
11215
11216 2005-09-17 [paul]       1.9.14cvs38
11217
11218         * src/folderview.c
11219         * src/mainwindow.c
11220                 fix gcc-2.95 issues
11221                 Patch by Pawel Pekala
11222
11223 2005-09-17 [colin]      1.9.14cvs37
11224
11225         * src/addrindex.c
11226                 bugfix for NO-USE LDAP compilation, patch 
11227                 by Fabien Vantard
11228
11229 2005-09-17 [colin]      1.9.14cvs36
11230
11231         * src/prefs_actions.c
11232         * src/prefs_customheader.c
11233         * src/prefs_display_header.c
11234         * src/prefs_filtering_action.c
11235         * src/prefs_matcher.c
11236         * src/prefs_toolbar.c
11237                 Fix strange casts (less elegant but
11238                 works better)
11239
11240 2005-09-16 [colin]      1.9.14cvs35
11241
11242         * src/jpilot.c
11243                 Missed that one
11244
11245 2005-09-16 [colin]      1.9.14cvs34
11246
11247         * configure.ac
11248         * src/Makefile.am
11249         * src/addr_compl.c
11250         * src/addrindex.c
11251         * src/browseldap.c
11252         * src/editldap.c
11253         * src/ldaplocate.c
11254         * src/ldapquery.c
11255         * src/ldapquery.h
11256         * src/ldapserver.c
11257         * src/ldapserver.h
11258         * src/main.c
11259         * src/matcher_parser_parse.y
11260         * src/prefs_themes.c
11261         * src/etpan/Makefile.am
11262         * src/gtk/description_window.c
11263         * src/plugins/clamav/Makefile.am
11264         * src/plugins/clamav/clamav_plugin.c
11265         * src/plugins/dillo_viewer/Makefile.am
11266         * src/plugins/pgpcore/Makefile.am
11267         * src/plugins/pgpinline/Makefile.am
11268         * src/plugins/pgpmime/Makefile.am
11269         * src/plugins/trayicon/Makefile.am
11270                 Fix 100% cpu usage in address completion list
11271                 Fix little bugs (return with no values etc)
11272                 Fix all warnings (with common CFLAGS)
11273
11274 2005-09-15 [colin]      1.9.14cvs33
11275
11276         * src/addressbook.c
11277                 Fix bug where sometimes a group's email list is empty,
11278                 force its refresh (probably fixes "Re: how to create a 
11279                 distribution list")
11280         * src/ldapquery.c
11281                 Don't return to the callback in the main thread from the
11282                 fetch thread (or face segs!)
11283
11284 2005-09-15 [paul]       1.9.14cvs32
11285
11286         * src/prefs_matcher.c
11287                 forgotten in last commit
11288
11289 2005-09-15 [paul]       1.9.14cvs31
11290
11291         * src/prefs_actions.c
11292         * src/prefs_filtering_action.c
11293         * src/prefs_quote.c
11294         * src/quote_fmt.c
11295         * src/summaryview.c
11296         * src/gtk/description_window.c
11297         * src/gtk/description_window.h
11298         * src/gtk/quicksearch.c
11299                 allow interaction with the called
11300                 description window
11301                 Patch by Anders Hammar
11302
11303 2005-09-14 [paul]       1.9.14cvs30
11304
11305         * src/compose.c
11306                 fix a little annoyance when pasting with 3rd button 
11307                 with wrap_pastes=0 and wrap_input=1
11308                 Patch by Colin
11309
11310 2005-09-14 [paul]       1.9.14cvs29
11311
11312         * src/prefs_account.c
11313                 disable 'Filter messages on receiving' for
11314                 SMTP-only accounts
11315                 Patch  by Anders Hammar
11316
11317 2005-09-14 [paul]       1.9.14cvs28
11318
11319         * po/sk.po
11320                 fix crash
11321                 updated by Andrej Kacian
11322
11323 2005-09-14 [paul]
11324
11325         1.9.15-rc1 released
11326
11327 2005-09-14 [paul]       1.9.14cvs27
11328
11329         * po/es.po
11330                 updated by Ricardo Mones Lastra
11331         * src/compose.c
11332         * src/compose.h
11333                 associate no_wrap_tags to Compose windows
11334                 instead of using a static one
11335                 Patch by Colin
11336         * src/mbox.c
11337                 fix proc_mbox()
11338                 Patch by wwp
11339         * src/textview.c
11340                 remove unneeded printf()
11341
11342 2005-09-14 [paul]       1.9.14cvs26
11343
11344         * src/addrcache.c
11345         * src/codeconv.h
11346         * src/folder.h
11347         * src/mainwindow.h
11348         * src/mh.c
11349         * src/mimeview.h
11350         * src/partial_download.c
11351         * src/pop.c
11352         * src/prefs_account.c
11353         * src/prefs_account.h
11354         * src/prefs_actions.c
11355         * src/prefs_customheader.c
11356         * src/prefs_display_header.c
11357         * src/prefs_filtering_action.c
11358         * src/prefs_matcher.c
11359         * src/prefs_toolbar.c
11360         * src/privacy.h
11361         * src/procmime.c
11362         * src/procmime.h
11363         * src/procmsg.h
11364         * src/textview.c
11365         * src/undo.h
11366         * src/common/plugin.c
11367         * src/common/session.h
11368         * src/common/socket.c
11369         * src/common/socket.h
11370         * src/common/template.c
11371         * src/gtk/gtkaspell.c
11372         * src/gtk/quicksearch.h
11373         * src/plugins/pgpcore/passphrase.c
11374         * src/plugins/pgpcore/prefs_gpg.h
11375         * src/plugins/pgpcore/select-keys.c
11376         * src/plugins/pgpcore/select-keys.h
11377         * src/plugins/pgpcore/sgpgme.c
11378         * src/plugins/pgpinline/pgpinline.c
11379         * src/plugins/pgpmime/pgpmime.c
11380         * src/plugins/trayicon/trayicon.c
11381                 fix compilation warnings
11382                 Patch by Daniel Gustafson
11383
11384 2005-09-14 [paul]       1.9.14cvs25
11385
11386         * src/addressbook.c
11387                 add missing column header, and other small
11388                 bug fixes
11389                 Patch by Anders Hammar
11390
11391 2005-09-13 [colin]      1.9.14cvs24
11392
11393         * src/gtk/gtkaspell.c
11394                 Fix non-utf8 in menu
11395                 Fix little leaks
11396                 Nullify struct members after free()s
11397
11398 2005-09-13 [colin]      1.9.14cvs23
11399
11400         * src/compose.c
11401                 Test utf8 compliance before inserting to 
11402                 buffer, and try to convert if necessary
11403         * src/procmime.c
11404                 If no charset is present, use the locale 
11405                 one instead of us-ascii
11406         * src/procmsg.c
11407                 Add Sender, List-Post and To in the checked 
11408                 headers for automatic rules creation 
11409                 (thanks to wwp)
11410         * src/prefs_themes.c
11411         * src/gtk/gtkaspell.c
11412                 Remove deprecated functions. 
11413                 patch by Daniel Gustafson
11414
11415 2005-09-12 [colin]      1.9.14cvs22
11416
11417         * src/compose.c
11418                 Fix bug #448 (Scrolling/Redraw issue with 
11419                 address-fields in Header)
11420         * src/mainwindow.c
11421         * src/summaryview.c
11422         * src/summaryview.h
11423                 Fix loss of MSG_MARKED on move/copy
11424                 Fix bug #804 (Quicksearch togglebutton doesn't 
11425                 get depressed after '/' key is pressed)
11426
11427 2005-09-12 [paul]       1.9.14cvs21
11428
11429         * AUTHORS
11430         * src/gtk/logwindow.c
11431                 add 'Clear Log' to popup menu
11432                 Patch by Anders Hammar <anders.hammar@telia.com>
11433
11434 2005-09-12 [paul]       1.9.14cvs20
11435
11436         * src/compose.c
11437                 set correct sensitivity on attachments
11438                 popup menu
11439         * src/folder.c
11440                 fix typo
11441         * src/prefs_spelling.c
11442                 fix crash when no LANG env is set
11443         * src/common/xml.c
11444                 fix crash in wizard
11445                 don't use memeory after free
11446
11447         All patches by Daniel Gustafson
11448
11449 2005-09-12 [paul]       1.9.14cvs19
11450
11451         * src/prefs_themes.c
11452                 make theme info selectable
11453         * src/gtk/description_window.c
11454                 make window non-modal
11455         * tools/README
11456                 add details of asus_mailed.sh
11457         * tools/claws.i18n.status.pl
11458                 update for new zh_TW translator
11459                 widen the output
11460                 create alternate coloured lines
11461                 improve readability
11462
11463 2005-09-10 [colin]      1.9.14cvs18
11464
11465         * src/plugins/pgpcore/select-keys.c
11466                 Better order for the buttons
11467
11468 2005-09-10 [colin]      1.9.14cvs17
11469
11470         * src/compose.c
11471         * src/plugins/pgpcore/select-keys.c
11472         * src/plugins/pgpcore/select-keys.h
11473         * src/plugins/pgpcore/sgpgme.c
11474                 Add a "Don't encrypt" button to the key
11475                 selection dialog. Fixes bug #177 (There should be a 
11476                 'Don't encrypt button in the Select Keys dialog)
11477
11478 2005-09-10 [colin]      1.9.14cvs16
11479
11480         * src/compose.c
11481                 Fix bug #572 (%X option does not work with templates)
11482
11483 2005-09-10 [colin]      1.9.14cvs15
11484
11485         * src/toolbar.c 
11486                 Remove g_print
11487
11488 2005-09-10 [colin]      1.9.14cvs14
11489
11490         * src/imap.c
11491                 Fix a possible crash
11492
11493 2005-09-09 [colin]      1.9.14cvs13
11494
11495         * src/imap.c
11496         * src/etpan/imap-thread.c
11497         * src/etpan/imap-thread.h
11498                 Fix moving from queue or drafts to normal folders
11499                 Fix bug #794 (No way to delete without expunging)
11500                 Take flags unset by other mailers into account
11501                 Take deleted flag set by other mailers into account
11502                 Fix unsetting REPLIED flag
11503                 Fix crash when capabilities can't be retrieved
11504         * src/mainwindow.c
11505         * src/mainwindow.h
11506                 Add M_DELAYED_FLAGS condition, and let the user use
11507                 Execute in order to be able to expunge deleted mails,
11508                 even if he's not in delayed execute mode
11509         * src/prefs_spelling.c
11510                 Use 'en' dictionary by default if LANG is POSIX or C
11511         * src/gtk/prefswindow.c
11512                 Fix bug #767 (Preferences windows expanding) by making
11513                 the window a bit larger when the resolution is greater
11514                 than 640x480, and by putting the prefs in a
11515                 GtkScrolledWindow.
11516
11517 2005-09-09 [paul]       1.9.14cvs12
11518
11519         * AUTHORS
11520         * configure.ac
11521         * po/zh_TW.Big5.po      ** REMOVED **
11522         * po/zh_TW.po           ** ADDED **
11523                 updated by Wei-Lun Chao
11524
11525 2005-09-09 [paul]       1.9.14cvs11
11526
11527         * src/mainwindow.c
11528                 fix asserts
11529         * src/common/xml.c
11530                 delay memory allocation until file is
11531                 opened successfully
11532                 Patch by Daniel Gustafson
11533
11534 2005-09-09 [colin]      1.9.14cvs10
11535
11536         * src/imap.c
11537                 Add guards
11538
11539 2005-09-08 [colin]      1.9.14cvs9
11540
11541         * src/compose.c
11542                 Alert when we can't save draft
11543                 Fix various wrap/color issues
11544                 Add mid-click pasting respecting wrap_paste option
11545         * src/folder.c
11546         * src/folder.h
11547         * src/folder_item_prefs.c
11548         * src/folder_item_prefs.h
11549         * src/imap.c
11550         * src/imap_gtk.c
11551         * src/imap_gtk.h
11552         * src/main.c
11553         * src/mainwindow.c
11554         * src/mainwindow.h
11555         * src/news.c
11556         * src/news_gtk.c
11557         * src/news_gtk.h
11558         * src/prefs_folder_item.c
11559                 Fix the impossibility to synchronise folders for
11560                 offline use (IMAP and NNTP are concerned)
11561
11562 2005-09-08 [colin]      1.9.14cvs8
11563
11564         * configure.ac
11565                 Build LDAP and JPilot by default if available
11566         * src/textview.c
11567                 Fix use after free
11568
11569 2005-09-08 [paul]       1.9.14cvs7
11570
11571         * doc/manual/en/sylpheed-1.html
11572         * doc/manual/en/sylpheed-18.html
11573         * doc/manual/en/sylpheed-19.html
11574         * doc/manual/en/sylpheed-4.html
11575         * doc/manual/en/sylpheed-6.html
11576         * doc/manual/en/sylpheed.html
11577                 a few minor updates, plus include some
11578                 details about plugins and their requirements
11579         * src/mainwindow.c
11580                 minor changes to English in /View/Sort
11581
11582 2005-09-07 [colin]      1.9.14cvs6
11583
11584         * doc/manual/en/sylpheed-1.html
11585         * doc/manual/en/sylpheed-10.html
11586         * doc/manual/en/sylpheed-11.html
11587         * doc/manual/en/sylpheed-12.html
11588         * doc/manual/en/sylpheed-13.html
11589         * doc/manual/en/sylpheed-14.html
11590         * doc/manual/en/sylpheed-15.html
11591         * doc/manual/en/sylpheed-16.html
11592         * doc/manual/en/sylpheed-17.html
11593         * doc/manual/en/sylpheed-18.html
11594         * doc/manual/en/sylpheed-19.html
11595         * doc/manual/en/sylpheed-2.html
11596         * doc/manual/en/sylpheed-20.html
11597         * doc/manual/en/sylpheed-21.html
11598         * doc/manual/en/sylpheed-22.html
11599         * doc/manual/en/sylpheed-3.html
11600         * doc/manual/en/sylpheed-4.html
11601         * doc/manual/en/sylpheed-5.html
11602         * doc/manual/en/sylpheed-6.html
11603         * doc/manual/en/sylpheed-7.html
11604         * doc/manual/en/sylpheed-8.html
11605         * doc/manual/en/sylpheed-9.html
11606         * doc/manual/en/sylpheed.html
11607                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11608
11609 2005-09-07 [colin]      1.9.14cvs5
11610
11611         * src/mainwindow.c
11612                 Make labels more to-the-point
11613
11614 2005-09-07 [colin]      1.9.14cvs4
11615
11616         * doc/manual/en/sylpheed-1.html
11617         * doc/manual/en/sylpheed-12.html
11618         * doc/manual/en/sylpheed-13.html
11619         * doc/manual/en/sylpheed-14.html
11620         * doc/manual/en/sylpheed-15.html
11621         * doc/manual/en/sylpheed-16.html
11622         * doc/manual/en/sylpheed-17.html
11623         * doc/manual/en/sylpheed-18.html
11624         * doc/manual/en/sylpheed-19.html
11625         * doc/manual/en/sylpheed-2.html
11626         * doc/manual/en/sylpheed-20.html
11627         * doc/manual/en/sylpheed-21.html
11628         * doc/manual/en/sylpheed-22.html
11629         * doc/manual/en/sylpheed-4.html
11630         * doc/manual/en/sylpheed-5.html
11631         * doc/manual/en/sylpheed-6.html
11632         * doc/manual/en/sylpheed-7.html
11633         * doc/manual/en/sylpheed-8.html
11634         * doc/manual/en/sylpheed-9.html
11635         * doc/manual/en/sylpheed.html
11636                 Update manual
11637
11638 2005-09-07 [colin]      1.9.14cvs3
11639
11640         * doc/faq/en/sylpheed-faq-1.html
11641         * doc/faq/en/sylpheed-faq-2.html
11642         * doc/faq/en/sylpheed-faq-3.html
11643         * doc/faq/en/sylpheed-faq.html
11644                 Update FAQ
11645
11646 2005-09-07 [colin]      1.9.14cvs2
11647
11648         * src/folderview.c
11649         * src/procmsg.c
11650         * src/summaryview.c
11651         * src/toolbar.c
11652                 Fix special subfolders:
11653                 - Inherit parent's icon
11654                 - sent contents of queues subfolders
11655                 - empty subfolders of trashes
11656         * src/mainwindow.c
11657                 Remove outdated manual and faq entries
11658         * src/common/utils.c
11659                 Add quotes around %s coming from mailcap
11660
11661 2005-09-07 [colin]      1.9.14cvs1
11662
11663         * src/compose.c
11664                 After saving draft, set modified to FALSE
11665         * src/mimeview.c
11666         * src/common/utils.c
11667         * src/common/utils.h
11668                 Try to open mime parts using what is 
11669                 indicated in ~/.mailcap or /etc/mailcap,
11670                 if possible.
11671
11672 2005-09-05 [paul]       1.9.14
11673
11674         1.9.14 released
11675
11676         * po/sk.po
11677                 updated by Andrej Kacian
11678
11679 2005-09-05 [paul]       1.9.13cvs83
11680
11681         * po/de.po
11682         * po/es.po
11683         * po/fi.po
11684         * po/fr.po
11685         * po/nb.po
11686         * po/pt_BR.po
11687         * po/sr.po
11688                 updated translations by Thomas Gilgin, Ricardo Mones
11689                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11690                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11691
11692 2005-09-04 [paul]       1.9.13cvs82
11693
11694         * src/compose.c
11695                 only warn about exceeded line length limit
11696                 on send
11697
11698 2005-09-04 [paul]       1.9.13cvs81
11699
11700         * src/compose.c
11701                 fix crash in 'line length exceeded' dialogue
11702
11703 2005-09-02 [paul]       1.9.13cvs80
11704
11705         * src/imap.c
11706                 fix bug 795, 'Connection lost IMAP'
11707                 and add statusbar prints
11708                 Patch by Colin
11709
11710 2005-09-02 [paul]       1.9.13cvs79
11711
11712         * src/compose.c
11713                 compose_wrap_paragraph() becomes
11714                 compose_beautify_paragraph()
11715                 Patch by Colin
11716
11717 2005-09-02 [colin]      1.9.13cvs78
11718
11719         * src/folderview.c
11720                 Micro-fix
11721
11722 2005-09-01 [colin]      1.9.13cvs77
11723
11724         * src/imap.c
11725                 Maybe fix bug #795 (Connection lost IMAP)
11726                 Don't try to send logout when we're disconnected.
11727         * src/summaryview.c
11728                 Include locked and marked emails in HRM
11729                 view. Fixes bug #800 (Locked messages no longer 
11730                 show up when hide read messages is used)
11731
11732 2005-09-01 [paul]       1.9.13cvs76
11733
11734         * src/prefs_common.c
11735                 fix bad cutting
11736
11737 2005-08-31 [colin]      1.9.13cvs75
11738
11739         * src/folderview.c
11740         * src/folderview.h
11741         * src/prefs_summaries.c
11742         * src/summaryview.c
11743                 Fix "go to next new", fix preference
11744                 (Open unread/next swapped)
11745
11746 2005-08-31 [paul]       1.9.13cvs74
11747
11748         * src/compose.c
11749         * src/folderview.c
11750         * src/headerview.c
11751         * src/headerview.h
11752         * src/mainwindow.c
11753         * src/prefs_common.c
11754         * src/prefs_common.h
11755         * src/prefs_fonts.c
11756         * src/summaryview.c
11757         * src/textview.c
11758         * src/common/defs.h
11759                 remove obsolete BOLD_FONT setting
11760                 fix font update in headerview and textview
11761                 headers after prefs change
11762                 Patch By Colin
11763
11764 2005-08-31 [paul]
11765
11766         1.9.14-rc4 released
11767
11768 2005-08-30 [colin]      1.9.13cvs73
11769
11770         * src/summaryview.c
11771                 When Hide read messages is selected and we
11772                 refresh the summaryview, don't remove the 
11773                 currently displayed message. Fixes bug #797
11774                 (Summary view reloads when new mail is 
11775                 downloaded in 1.9.14 rc)
11776
11777 2005-08-30 [colin]      1.9.13cvs72
11778
11779         * src/folderview.c
11780                 Fix flickering
11781         * src/mainwindow.c
11782                 Remove useless callback
11783         * src/mimeview.c
11784         * src/gtk/filesel.c
11785         * src/gtk/filesel.h
11786                 Add a filesel_select_file_save_folder() - used by Save All
11787
11788 2005-08-29 [paul]       1.9.13cvs71
11789
11790         * AUTHORS
11791         * src/matcher_parser_parse.y
11792         * src/etpan/imap-thread.c
11793                 fix building on FreeBSD
11794                 Patch by Daniel Gustafson <daniel@hobbit.se>
11795
11796 2005-08-29 [paul]       1.9.13cvs70
11797
11798         * src/plugins/pgpinline/pgpinline.c
11799                 only initialise sig result if it's been handled
11800                 Patch by Colin
11801
11802 2005-08-29 [paul]       1.9.13cvs69
11803         
11804         Patches by Colin:
11805
11806         * src/imap.c
11807         * src/common.utils.c
11808         * src/common/utils.h
11809                 optimisation
11810         * src/stock_pixmap.h
11811                 fix wrong icon reference
11812         * src/pixmaps/trash_btn.xpm
11813                 replace with nicer image
11814
11815 2005-08-28 [colin]      1.9.13cvs68
11816
11817         * src/Makefile.am
11818         * src/stock_pixmap.c
11819         * src/stock_pixmap.h
11820         * src/toolbar.c
11821         * src/pixmaps/trash_btn.xpm
11822                 Add a specific trash xpm for the button
11823
11824 2005-08-28 [colin]      1.9.13cvs67
11825
11826         * src/imap.c
11827                 Fix leak
11828
11829 2005-08-27 [colin]      1.9.13cvs66
11830
11831         * src/imap.c
11832         * src/procmime.c
11833                 Correctly fix "Problem with replies", fixes
11834                 pgpmime encryption too. 
11835
11836 2005-08-27 [colin]      1.9.13cvs65
11837
11838         * src/folder.c
11839         * src/procmsg.c
11840         * src/procmsg.h
11841         * src/summaryview.c
11842                 Fix bug #517 (messages removed from summaryview 
11843                 when moving fails)
11844
11845 2005-08-27 [colin]      1.9.13cvs64
11846
11847         * tools/Makefile.am
11848         * tools/asus_mailled.sh
11849                 Add a script to blink ASUS laptops' mail LED where there
11850                 is unread mail.
11851
11852 2005-08-27 [colin]      1.9.13cvs63
11853
11854         * src/imap.c
11855         * src/etpan/imap-thread.c
11856         * src/etpan/imap-thread.h
11857                 Implement automatic choosing of login method
11858                 Fixes bug #791
11859         * src/gtk/.cvsignore
11860                 Add sylpheed-marshal.[ch]
11861
11862 2005-08-27 [colin]      1.9.13cvs62
11863
11864         * src/common/utils.c
11865                 Fix confusing perror
11866
11867 2005-08-27 [colin]      1.9.13cvs61
11868
11869         * src/toolbar.c
11870         * src/toolbar.h
11871                 Remove A_DELETE, replace it with 
11872                 A_TRASH and A_DELETE_REAL. Automatically
11873                 rewrite config files to replace A_DELETE
11874                 with A_TRASH (no functionality change).
11875                 Fixes half of #794
11876
11877 2005-08-26 [colin]      1.9.13cvs60
11878
11879         * src/procmime.c
11880                 Previous "Problem with replies" fix brought other
11881                 problems, fixing them
11882
11883 2005-08-26 [colin]      1.9.13cvs59
11884
11885         * src/procmime.c
11886                 Fix "Problem with replies". This happened only
11887                 on IMAP...
11888         * src/procmsg.c
11889                 Factorize code a bit
11890         * src/compose.c
11891                 Speed improvement on very long messages (wrapping)
11892                 Fix signature color on Reedit and Redirect
11893                 On Reedit, don't attach pgp-signatures parts, but
11894                 set signing to On.
11895
11896 2005-08-24 [paul]       1.9.13cvs58
11897
11898         * src/compose.c
11899                 don't claim success when clicking
11900                 Cancel on the passphrase box.
11901                 Patch by Colin
11902
11903 2005-08-24 [paul]       1.9.13cvs57
11904
11905         * src/main.c
11906                 fix misplaced sylpheed.log
11907         * src/common/defs.h
11908                 define UIDL_DIR
11909
11910 2005-08-24 [paul]       1.9.13cvs56
11911
11912         * src/imap.c
11913         * src/etpan/imap-thread.c
11914         * src/etpan/imap-thread.h
11915                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11916                 Patch by Colin
11917         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11918         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11919                 remove autogenerated files
11920         * tools/kdeservicemenu/README
11921         * tools/kdeservicemenu/install.sh
11922         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11923         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11924                 use Claws icon, use 'Sylpheed-Claws' in menu,
11925                 use kdialog, and other cleanups
11926
11927 2005-08-23 [paul]       1.9.13cvs55
11928
11929         * src/compose.c
11930                 fix paste/wrap crash
11931                 Patch by Colin
11932
11933 2005-08-23 [paul]       1.9.13cvs54
11934
11935         * src/main.c
11936                 fix crash recovery
11937                 Patch by Colin
11938
11939 2005-08-23 [paul]       1.9.13cvs53
11940
11941         * src/addressbook.c
11942         * src/editaddress.c
11943                 view all data of LDAP contacts
11944                 Patch by Colin
11945
11946 2005-08-23 [paul]       1.9.13cvs52
11947
11948         * src/addressbook.c
11949                 fix issues with the Search field
11950                 Patch by Colin
11951
11952 2005-08-22 [paul]       1.9.13cvs51
11953
11954         * src/folderview.c
11955                 put name of folder in processing dialog
11956                 title
11957         * src/prefs_folder_item.c
11958                 improve english usage
11959
11960 2005-08-22 [paul]       1.9.13cvs50
11961
11962         * src/filtering.c
11963         * src/filtering.h
11964         * src/matcher.c
11965         * src/matcher_parser_lex.l
11966         * src/matcher_parser_parse.y
11967         * src/prefs_filtering.c
11968                 add Filtering/Processing rule names feature.
11969                 (the incompatible old matcherrc is saved as
11970                 matcherrc.pre_names).
11971                 Patch by Colin
11972
11973 2005-08-22 [paul]       1.9.13cvs49
11974
11975         * src/procmsg.c
11976                 fix colour labelling
11977                 Patch by Colin
11978
11979 2005-08-22 [paul]       1.9.13cvs48
11980
11981         * src/textview.c
11982                 fix open_image_cb()
11983
11984 2005-08-22 [paul]       1.9.13cvs47
11985
11986         * src/imap.c
11987                 fix bug 789, 'SC crashes with imap (CVS ver)'
11988                 Patch by Colin
11989
11990 2005-08-22 [paul]       1.9.13cvs46
11991
11992         * src/mimeview.c
11993         * src/prefs_common.c
11994         * src/common/defs.h
11995                 define reused defaults in defs.h
11996         * src/textview.c
11997                 add 'Open image' to image popup menu
11998
11999 2005-08-21 [colin]      1.9.13cvs45
12000
12001         * src/summaryview.c
12002                 Fix bug #788 (Bogus "From" address displayed)
12003
12004 2005-08-20 [colin]      1.9.13cvs44
12005
12006         * src/folder.c
12007                 Fix buf #787 (multilevel delete causes SIGSEGV)
12008
12009 2005-08-19 [colin]      1.9.13cvs43
12010
12011         * src/inc.c
12012         * src/prefs_common.c
12013         * src/prefs_common.h
12014                 Add an hidden pref to allow modifying the
12015                 update stepping in incorporation.
12016                 Patch by wwp.
12017
12018 2005-08-19 [colin]      1.9.13cvs42
12019
12020         * src/compose.c
12021         * src/procmime.c
12022                 Workaround for broken MUAs: encode 
12023                 Content-type: name: as ASCII and 
12024                 Content-Disposition: filename: as
12025                 per rfc2231
12026         * src/prefs_account.c
12027                 Fix invisible-ness of SMTP SSL prefs
12028                 in NNTP accounts
12029
12030 2005-08-19 [paul]       1.9.13cvs41
12031
12032         * src/compose.c
12033         * src/prefs_common.c
12034         * src/prefs_common.h
12035         * src/prefs_wrapping.c
12036                 paste with or without wrapping.
12037                 patch by Colin
12038
12039 2005-08-19 [paul]       1.9.13cvs40
12040
12041         * src/prefs_common.c
12042         * src/prefs_common.h
12043         * src/summaryview.c
12044                 reintroduce enable_swap_from as a
12045                 hidden pref. patch by Colin
12046         * src/quote_fmt_parse.y
12047         * src/plugins/clamav/clamav_plugin.c
12048         * src/plugins/dillo_viewer/dillo_viewer.c
12049         * src/plugins/mathml_viewer/mathml_viewer.c
12050         * src/plugins/pgpcore/sgpgme.c
12051         * src/plugins/pgpinline/pgpinline.c
12052         * src/plugins/pgpmime/pgpmime.c
12053                 tidy up. patch by Colin
12054
12055 2005-08-19 [paul]       1.9.13cvs39
12056
12057         * configure.ac
12058                 complete cvs38's sync
12059         * src/editaddress.c
12060         * src/gedit-print.c
12061         * src/mutt.c
12062         * src/etpan/etpan-log.c
12063         * src/etpan/imap-thread.c
12064         * src/gtk/gtksourceprintjob.c
12065                 fix compilation warnings
12066                 (patch by Colin)
12067
12068 2005-08-19 [paul]       1.9.13cvs38
12069
12070         sync with main:
12071
12072         * src/account.c
12073         * src/action.c
12074         * src/addrbook.c
12075         * src/addrcache.c
12076         * src/addrharvest.c
12077         * src/addrindex.c
12078         * src/codeconv.c
12079         * src/compose.c
12080         * src/crash.c
12081         * src/exporthtml.c
12082         * src/exportldif.c
12083         * src/folder.c
12084         * src/image_viewer.c
12085         * src/inc.c
12086         * src/inc.h
12087         * src/jpilot.c
12088         * src/ldif.c
12089         * src/main.c
12090         * src/matcher.c
12091         * src/mbox.c
12092         * src/messageview.c
12093         * src/mh.c
12094         * src/mimeview.c
12095         * src/msgcache.c
12096         * src/mutt.c
12097         * src/news.c
12098         * src/partial_download.c
12099         * src/pine.c
12100         * src/pop.c
12101         * src/prefs_actions.c
12102         * src/prefs_common.c
12103         * src/prefs_customheader.c
12104         * src/prefs_display_header.c
12105         * src/prefs_gtk.c
12106         * src/prefs_themes.c
12107         * src/procheader.c
12108         * src/procmime.c
12109         * src/procmsg.c
12110         * src/recv.c
12111         * src/send_message.c
12112         * src/simple-gettext.c
12113         * src/sourcewindow.c
12114         * src/textview.c
12115         * src/vcard.c
12116         * src/common/defs.h
12117         * src/common/log.c
12118         * src/common/plugin.c
12119         * src/common/prefs.c
12120         * src/common/session.c
12121         * src/common/session.h
12122         * src/common/socket.c
12123         * src/common/socket.h
12124         * src/common/ssl_certificate.c
12125         * src/common/template.c
12126         * src/common/utils.c
12127         * src/common/utils.h
12128         * src/common/xml.c
12129         * src/gtk/about.c
12130         added wrappers for C library function that
12131                 take pathname arguments.
12132                 enabled compilation with MinGW.
12133                 use GDir instead of directly using opendir().
12134                 added rename_force().
12135
12136 2005-08-19 [paul]       1.9.13cvs37
12137         
12138         patches by Colin:
12139         * src/compose.c
12140                 fix privacy settings on re-editing
12141                 a sent message
12142         * src/jpilot.c
12143                 fix encoding bug
12144         * src/folder.c
12145         * src/procmsg.c
12146         * src/procmsg.h
12147         * src/summaryview.c
12148                 flag changing optimisation
12149
12150 2005-08-18 [martin]     1.9.13cvs36
12151
12152         * commitHelper
12153             added my login
12154         * src/addrcache.c
12155         * src/addrharvest.c
12156         * src/addrindex.c
12157         * src/compose.c
12158         * src/grouplistdialog.c
12159         * src/main.c
12160         * src/mainwindow.c
12161         * src/msgcache.c
12162         * src/mutt.c
12163         * src/pine.c
12164         * src/prefs_account.c
12165         * src/prefs_themes.c
12166         * src/stock_pixmap.c
12167         * src/summaryview.c
12168         * src/gtk/about.c
12169         * src/gtk/logwindow.c
12170             removed deprecated glib and gdk stuff
12171         * src/plugins/pgpcore/select-keys.c
12172             convert attributes from locale to utf8
12173
12174 2005-08-17 [paul]       1.9.13cvs35
12175
12176         * src/account.c
12177         * src/addressbook.c
12178                 use new GTK_STOCK_ icons if available
12179         * src/summaryview.c
12180         * src/gtk/gtksctree.c
12181         * src/gtk/gtksctree.h
12182                 faster range select. patch by Colin
12183
12184 2005-08-17 [paul]       1.9.13cvs34
12185
12186         patches by colin:
12187         * src/addressbook.c
12188         * src/addressitem.h
12189                 Add an edit button for contacts, fix selections
12190                 of gtksctree items
12191         * src/editaddress.c
12192                 Change labels, let Save be always possible in the
12193                 email and user atributes tabs
12194         * src/folderview.c
12195                 fix sort issues
12196         * src/summaryview.c
12197                 select next item instead of the displayed one
12198                 after deletion
12199
12200         * src/gtk/progressdialog.c
12201                 use prefs_common.enable_rules_hint
12202
12203 2005-08-13 [hoa]        1.9.13cvs33
12204
12205         * src/etpan/imap-thread.c
12206                 fixed build on Solaris.
12207
12208 2005-08-10 [colin]      1.9.13cvs32
12209
12210         * src/procmsg.c
12211                 Fix cvs31 (missing fclose before reading
12212                 the file)
12213
12214 2005-08-10 [colin]      1.9.13cvs31
12215
12216         * src/procmsg.c
12217                 Fix procmsg_msginfo_new_from_mimeinfo() when
12218                 the MimeInfo isn't stored in memory. This fixes
12219                 replying to an attached message.
12220
12221 2005-08-10 [colin]      1.9.13cvs30
12222
12223         * src/mainwindow.c
12224                 Fix slowness in account changing
12225
12226 2005-08-10 [colin]      1.9.13cvs29
12227
12228         * src/folder.c
12229         * src/folderutils.c
12230         * src/folderview.c
12231         * src/imap_gtk.c
12232         * src/mainwindow.c
12233         * src/mh_gtk.c
12234         * src/procmsg.c
12235         * src/summaryview.c
12236                 Optimize folder_has_parent_of_type
12237                 Prevent moving special sub-folders from contextual menus
12238                 Rework message a bit ("Empty all messages" -> "Delete all
12239                 messages")
12240                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12241                 and "Deleted Items" folders)
12242
12243 2005-08-08 [colin]      1.9.13cvs28
12244
12245         * src/summaryview.c
12246         * src/prefs_summaries.c
12247                 Make "Select first unread|new" more flexible
12248                 (just prioritize new or unread)
12249
12250 2005-08-08 [colin]      1.9.13cvs27
12251
12252         * src/summaryview.c
12253                 If "select first new" is selected and there only
12254                 are unread messages, fallback to "select first
12255                 unread".
12256
12257 2005-08-08 [colin]      1.9.13cvs26
12258
12259         * src/folder.c
12260                 Fix shameful bugs (and bug #779)
12261
12262 2005-08-08 [colin]      1.9.13cvs25
12263
12264         * src/folder.c
12265         * src/folder.h
12266                 Cache parents' type to make folder_has_parent_of_type
12267                 faster
12268         * src/folderview.c
12269                 Forbid DnD of special sub-folders
12270         * src/procmsg.c
12271         * src/procmsg.h
12272                 Add MAIL_POSTFILTERING_HOOK
12273         * src/summaryview.c
12274                 Revert over-zealous deletion of the use_addr_book 
12275                 code
12276
12277 2005-08-07 [colin]      1.9.13cvs24
12278
12279         * src/folder.c
12280                 Fix big mistake (passing MsgInfo instead 
12281                 of FolderItem)
12282
12283 2005-08-07 [colin]      1.9.13cvs23
12284
12285         * src/compose.c
12286         * src/folder.c
12287         * src/folder.h
12288         * src/foldersel.c
12289         * src/folderutils.c
12290         * src/folderview.c
12291         * src/imap.c
12292         * src/mainwindow.c
12293         * src/messageview.c
12294         * src/mh.c
12295         * src/msgcache.c
12296         * src/procmime.c
12297         * src/summaryview.c
12298                 Make subfolders of Drafts, Queue, Outbox, Trash
12299                 work like their parents. 
12300                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12301
12302 2005-08-07 [colin]      1.9.13cvs22
12303
12304         * src/addressbook.c
12305                 Fix bug #771 (Dragged contacts not saved)
12306
12307 2005-08-07 [paul]       1.9.13cvs21
12308
12309         * src/summaryview.c
12310                 fix bug 32 'Search Doesn't display results
12311                 if "Hide Read Messages" is chosen'
12312                 be more literal in interpreting 'Hide read
12313                 messages'
12314
12315 2005-08-07 [colin]      1.9.13cvs20
12316
12317         * src/folderview.c
12318                 Add debug
12319         * src/summaryview.c
12320                 Faster 'unthread_for_execution'
12321
12322 2005-08-06 [paul]       1.9.13cvs19
12323
12324         * src/mainwindow.c
12325                 add mnemonics to Set displayed columns
12326                 fix bug where msgview_visible option was
12327                 overwritten as TRUE on startup
12328
12329 2005-08-06 [paul]       1.9.13cvs18
12330
12331         * src/mainwindow.c
12332                 refer to 'displayed columns in folder/message
12333                 list' not 'displayed items in summary/message view'
12334         * src/prefs_display_header.c
12335                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12336                 be consistent with similar dialogues
12337         * src/prefs_folder_column.c
12338         * src/prefs_summary_column.c
12339                 'columns' not 'items', and folder and message lists,
12340                 instead of folder and summary views;
12341                 Use 'Hidden columns' as list heading not 'Available
12342                 items';
12343                 move the 'Remove' button to the right hand side;
12344                 top-align the buttons;
12345                 remove unneeded vbox
12346         * src/prefs_summaries.c
12347                 put the 2 column prefs buttons in a frame to reduce
12348                 overall width; refer to columns not items &c.
12349
12350 2005-08-05 [colin]      1.9.13cvs17
12351
12352         * src/prefs_common.c
12353         * src/prefs_common.h
12354         * src/mainwindow.c
12355         * src/compose.c
12356         * src/messageview.c
12357                 Add an hidden toolbar_detachable pref, so
12358                 that I can get rid of these painful handles
12359                 in the toolbars. Defaults to TRUE to avoid
12360                 changing the GUI on unsuspecting people...
12361
12362 2005-08-05 [colin]      1.9.13cvs16
12363
12364         * src/Makefile.am
12365         * src/prefs_folder_column.c
12366         * src/prefs_folder_column.h
12367                 Add prefs for folder columns
12368         * src/folderview.c
12369         * src/folderview.h
12370         * src/mainwindow.c
12371         * src/mainwindow.h
12372         * src/prefs_common.c
12373         * src/prefs_common.h
12374         * src/prefs_summaries.c
12375                 Use them
12376         * src/prefs_summary_column.c
12377         * src/summaryview.c
12378         * src/summaryview.h
12379                 Add a To column
12380         * src/textview.c
12381         * src/common/utils.c
12382         * src/common/utils.h
12383                 Move uri colourisation functions
12384                 to utils
12385         * src/compose.c
12386                 Colourise URIs
12387         * src/imap.c
12388                 Fix bug with LIST where we'd try
12389                 to get Folder//////[...]/// 
12390
12391 2005-08-05 [paul]       1.9.13cvs15
12392
12393         * src/prefs_summaries.c
12394                 improve the English usage
12395         * src/summaryview.c
12396                 set font on column change
12397                 thanks to Colin
12398
12399 2005-08-05 [paul]       1.9.13cvs14
12400
12401         * src/prefs_common.c
12402         * src/prefs_common.h
12403         * src/prefs_summaries.c
12404         * src/summaryview.c
12405                 replace 'open_unread_on_enter' option with
12406                 'select_on_entry' option. opening/not opening
12407                 is now exclusively controlled by 'always_show_msg'
12408
12409 2005-08-04 [colin]      1.9.13cvs13
12410
12411         * src/compose.c
12412                 Remove dead code
12413                 Add colourisation of quotes and signatures
12414         * src/folderview.c
12415                 Fix possible crashes
12416         * src/messageview.c
12417                 Change an assert that is no problem
12418         * src/news.c
12419         * src/news_gtk.c
12420         * src/news_gtk.h
12421                 Fix offline mode
12422         * src/gtk/quicksearch.c
12423                 Fix a possible crash
12424
12425 2005-08-03 [colin]      1.9.13cvs12
12426
12427         * src/prefs_account.c
12428                 Fix bug #777 (Sylpheed crash in account configuration)
12429
12430 2005-08-03 [colin]      1.9.13cvs11
12431
12432         * src/addressbook.c
12433         * src/editaddress.c
12434         * src/editgroup.c
12435                 Fixing addressbook, round 2
12436         * src/textview.c
12437                 Fix emphasis color on rechecking 'Colorize messages'
12438
12439 2005-08-03 [paul]       1.9.13cvs10
12440
12441         sync with main
12442
12443         * src/addr_compl.c
12444         * src/compose.c
12445         * src/main.c
12446         * src/pop.c
12447         * src/prefs_account.c
12448         * src/procmime.c
12449         * src/procmsg.c
12450         * src/quote_fmt_parse.y
12451         * src/textview.c
12452         * src/common/quoted-printable.c
12453         * src/common/utils.c
12454         * src/common/utils.h
12455         * src/common/xml.c
12456                 replaced incorrect locale-independent
12457                 ctype functions with GLib's. Corrected
12458                 signedness mismatch.
12459         * src/headerview.c
12460                 headerview_create(): added spacing for vbox.
12461         * src/gtk/about.c
12462                 set focus to the OK button.
12463
12464 2005-08-03 [colin]      1.9.13cvs9
12465
12466         * src/folderview.c
12467                 Fix possible crash
12468
12469 2005-08-02 [colin]      1.9.13cvs8
12470
12471         * src/mainwindow.c
12472                 Fix cast
12473         * src/addressbook.c
12474         * src/addressitem.h
12475                 Fix a cast and more generally, try to make the
12476                 GUI more intuitive and consistent (round 1)
12477
12478 2005-08-02 [paul]       1.9.13cvs7
12479
12480         * src/folder.h
12481                 missing in 1.9.13cvs6
12482
12483 2005-08-02 [colin]      1.9.13cvs6
12484
12485         * src/folder.c
12486                 Fix one more leak
12487
12488 2005-08-02 [colin]      1.9.13cvs5
12489
12490         * src/folder.c
12491         * src/folderview.c
12492         * src/imap.c
12493         * src/main.c
12494         * src/mbox.c
12495         * src/procmsg.c
12496         * src/summaryview.c
12497                 Fix a number of folder_item_get_msg_list()-related
12498                 leaks (missing procmsg_msginfo_free()s)
12499
12500 2005-08-01 [colin]      1.9.13cvs4
12501
12502         * src/folderview.c
12503         * src/folderview.h
12504         * src/mainwindow.c
12505         * src/prefs_fonts.c
12506         * src/prefs_summaries.c
12507         * src/prefs_themes.c
12508         * src/summaryview.c
12509         * src/summaryview.h
12510         * src/textview.c
12511         * src/textview.h
12512                 Fix instant-apply of summary and folderview-related prefs
12513                 Fix erroneous g_free and alertpanels in prefs_theme
12514                 Add instant-apply for fonts
12515                 Defer applying of prefs a little bit so it's done only
12516                 once even if requested by multiples prefs pages
12517
12518 2005-08-01 [paul]       1.9.13cvs3
12519
12520         * src/main.c
12521                 fix bug 776 'S.C. crashes on close'
12522                 thanks to Colin
12523         * src/etpan/etpan-thread-manager-types.h
12524                 add missing include
12525                 thanks to Hoa
12526
12527 2005-07-25 [paul]       1.9.13cvs2
12528
12529         * src/summaryview.c
12530                 fix typos. spotted by Fabien Vantard
12531
12532 2005-07-24 [paul]       1.9.13cvs1
12533
12534         * doc/man/sylpheed.1
12535                 update man page, incorporating fix of
12536                 bug 769 'Typo in manpage'
12537         * src/etpan/imap-thread.c
12538                 fix NetBSD openssl dependencies. patch by
12539                 George Michaelson <ggm@apnic.net>
12540         * po/pt_BR.po
12541                 updated by Frederico Goncalves Guimaraes
12542
12543 2005-07-22 [paul]       1.9.13
12544
12545         1.9.13 release
12546
12547 2005-07-22 [paul]       1.9.12cvs91
12548
12549         * AUTHORS
12550         * INSTALL
12551         * README.claws
12552         * RELEASE_NOTES.claws
12553                 updated for release
12554         * configure.ac
12555         * po/nb.po
12556         * tools/claws.i18n.status.pl
12557                 add Norwegian translation. submiited by
12558                 Geir Helland <pjallabais@users.sourceforge.net>
12559         * po/ca.po
12560         * po/de.po
12561         * po/es.po
12562         * po/fi.po
12563         * po/fr.po
12564         * po/it.po
12565         * po/sk.po
12566         * po/sr.po
12567         * po/zh_CN.po
12568                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12569                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12570                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12571                 Yang Guilong
12572         * src/plugins/clamav/clamav_plugin_gtk.c
12573         * src/plugins/spamassassin/spamassassin_gtk.c
12574                 replace outdated description strings
12575
12576 2005-07-21 [colin]      1.9.12cvs90
12577
12578         * src/folder.c
12579                 Set folder to batch mode when scanning it. Makes deletion
12580                 of unread mails on IMAP much faster (due to the UNREAD 
12581                 flag unsetting)
12582
12583 2005-07-21 [darko]      1.9.12cvs89
12584
12585         * configure.ac
12586                 link against libresolv if necessary (patch by Paul)
12587         * src/msgcache.c
12588                 use glib's portable macros to determine endianness
12589
12590 2005-07-21 [paul]       1.9.12cvs88
12591
12592         * src/crash.c
12593         * src/gtk/about.c
12594                 update compiled-in features list
12595
12596 2005-07-20 [colin]      1.9.12cvs87
12597
12598         * src/folder.c
12599         * src/textview.c
12600                 Gcc 2.9x compilation fixes, thanks to Darko
12601         * src/plugins/clamav/clamav_plugin.c
12602                 Little optimisation: load virus database only once
12603         * src/plugins/spamassassin/spamassassin.c
12604                 Big optimisation: filtering one mail took at least 1 second,
12605                 now it takes at least 50ms. Doesn't speed up spamassassin 
12606                 itself, but should already be much more tolerable.
12607
12608 2005-07-20 [colin]      1.9.12cvs86
12609
12610         * src/summaryview.c
12611                 Fix performance issue
12612
12613 2005-07-19 [colin]      1.9.12cvs85
12614
12615         * src/plugins/pgpinline/plugin.c
12616                 Fix warning
12617
12618 2005-07-19 [colin]      1.9.12cvs84
12619
12620         * configure.ac
12621         * src/plugins/Makefile.am
12622         * src/plugins/pgpinline/.cvsignore
12623         * src/plugins/pgpinline/Makefile.am
12624         * src/plugins/pgpinline/pgpinline.c
12625         * src/plugins/pgpinline/pgpinline.deps
12626         * src/plugins/pgpinline/pgpinline.h
12627         * src/plugins/pgpinline/plugin.c
12628                 Put pgpinline in the main tree
12629
12630 2005-07-19 [paul]       1.9.12cvs83
12631
12632         * src/prefs_actions.c
12633                 prevent '//' in menu names, which cause a crash
12634                 thanks to Colin
12635
12636 2005-07-19 [paul]       1.9.12cvs82
12637
12638         * configure.ac
12639                 be generally more informative in configure output.
12640                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12641                 '[ --disable-openssl ...', as --enable-openssl is default
12642                 PGP/MIME: don't check for GPGME again, check for
12643                 pgpcore instead. Therefore prevent the possibility of
12644                 attempting to build pgpmime if pgpcore dependencies are
12645                 not met
12646                 ClamAV: use pkgconfig to check for lib
12647                 libgnomeprint: revert logic on inner test to match
12648                 everything else
12649         * src/plugins/pgpcore/sgpgme.c
12650                 add missing include
12651
12652 2005-07-19 [colin]      1.9.12cvs81
12653
12654         * src/summaryview.c
12655                 Fix slow thread rebuilding in particular
12656                 cases
12657
12658 2005-07-19 [paul]       1.9.12cvs80
12659
12660         * sylpheed-claws.desktop
12661                 fix typo, spotted by Stephan Sachse
12662         * src/account.c
12663                 replace GTK_STOCK_ADD with
12664                 GTK_STOCK_NEW button
12665
12666 2005-07-18 [colin]      1.9.12cvs79
12667
12668         * src/etpan/imap-thread.c
12669                 Fix return value (Thanks Hoa)
12670
12671 2005-07-18 [colin]      1.9.12cvs78
12672
12673         * src/imap.c
12674                 Allow empty passwords
12675                 Create drafts/queue/outbox if necessary
12676         * src/summaryview.c
12677                 Remove old code
12678         * src/etpan/imap-thread.c
12679                 Fix STARTTLS (Thanks to Hoa)
12680
12681 2005-07-18 [paul]       1.9.12cvs77
12682
12683         * ChangeLog-gtk2.jp
12684         * ChangeLog.jp
12685                 removed
12686         * Makefile.am
12687                 updated to reflect additions and removals
12688         * TODO
12689                 updated to be claws-specific
12690         * TODO-gtk2
12691         * TODO-gtk2.jp
12692         * TODO.jp
12693         * sylpheed-128x128.png
12694         * sylpheed-64x64.png
12695                 removed
12696         * sylpheed-claws-128x128.png
12697         * sylpheed-claws-64x64.png
12698         * sylpheed-claws.desktop
12699         * sylpheed-claws.png
12700                 added
12701         * sylpheed.desktop
12702         * sylpheed.png
12703                 removed
12704
12705 2005-07-17 [paul]       1.9.12cvs76
12706
12707         * src/account.c
12708         * src/addressbook.c
12709         * src/alertpanel.c
12710         * src/alertpanel.h
12711         * src/compose.c
12712         * src/exphtmldlg.c
12713         * src/expldifdlg.c
12714         * src/folderview.c
12715         * src/imap_gtk.c
12716         * src/inc.c
12717         * src/message_search.c
12718         * src/messageview.c
12719         * src/mh_gtk.c
12720         * src/news_gtk.c
12721         * src/prefs_actions.c
12722         * src/prefs_filtering.c
12723         * src/prefs_matcher.c
12724         * src/prefs_template.c
12725         * src/prefs_themes.c
12726         * src/ssl_manager.c
12727         * src/summary_search.c
12728         * src/textview.c
12729         * src/toolbar.c
12730         * src/gtk/sslcertwindow.c
12731         * src/plugins/pgpcore/sgpgme.c
12732                 rework alertpanels
12733
12734 2005-07-17 [colin]      1.9.12cvs75
12735
12736         * src/privacy.c
12737                 add a PrivacySystem accessor that checks that
12738                 the system cached in a MimeInfo's privacydata
12739                 is still registered. Use this accessor instead
12740                 of directly using data->system. Fixes crashes
12741                 after unloading pgp plugins.
12742
12743 2005-07-17 [colin]      1.9.12cvs74
12744
12745         * src/alertpanel.c
12746                 Change geometry hints to a simple default size.
12747                 Fixes the certs dialogs.
12748
12749 2005-07-17 [colin]      1.9.12cvs73
12750
12751         * src/gtk/sslcertwindow.c
12752                 Use a gtkExpander
12753
12754 2005-07-17 [colin]      1.9.12cvs72
12755
12756         * src/plugins/pgpcore/Makefile.am
12757         * src/plugins/pgpmime/Makefile.am
12758                 Add gpgme libs
12759
12760 2005-07-17 [paul]       1.9.12cvs71
12761
12762         * configure.ac
12763                 add --disable-gnomeprint option
12764                 modified version of patch by Marius Mauch
12765
12766 2005-07-17 [paul]       1.9.12cvs70
12767
12768         * src/common/defs.h
12769                 update urls
12770         * src/account.c
12771         * src/action.c
12772         * src/addressbook.c
12773         * src/compose.c
12774         * src/foldersel.c
12775         * src/folderview.c
12776         * src/html.c
12777         * src/imap_gtk.c
12778         * src/main.c
12779         * src/mainwindow.c
12780         * src/messageview.c
12781         * src/mh_gtk.c
12782         * src/mimeview.c
12783         * src/news_gtk.c
12784         * src/prefs_account.c
12785         * src/prefs_send.c
12786         * src/prefs_summaries.c
12787         * src/procmsg.c
12788         * src/summaryview.c
12789         * src/common/utils.c
12790         * src/common/xml.c
12791         * src/plugins/pgpcore/passphrase.c
12792         * src/plugins/pgpcore/select-keys.c
12793                 replace inappropriately used backticks
12794                 with single quotes
12795
12796 2005-07-16 [colin]      1.9.12cvs69
12797
12798         * src/image_viewer.c
12799                 Add extra paranoid checks
12800
12801 2005-07-16 [colin]      1.9.12cvs68
12802
12803         * src/plugins/pgpcore/prefs_gpg.c
12804                 Don't auto-check sigs by default, as it
12805                 can be really slow.
12806
12807 2005-07-16 [colin]      1.9.12cvs67
12808
12809         * src/plugins/pgpcore/sgpgme.c
12810                 Make messages a bit better.
12811
12812 2005-07-16 [colin]      1.9.12cvs66
12813
12814         * src/imap.c
12815                 Remove pseudo-log
12816         * src/etpan/imap-thread.c
12817                 Add real log
12818
12819 2005-07-16 [colin]      1.9.12cvs65
12820
12821         * src/main.c
12822         * src/prefs_other.c
12823                 And now, fix build with libetpan :-/
12824
12825 2005-07-15 [colin]      1.9.12cvs64
12826
12827         * src/prefs_other.c
12828                 Continue fixing build without libetpan.
12829
12830 2005-07-15 [colin]      1.9.12cvs63
12831
12832         * src/main.c
12833                 Fix build with --disable-libetpan
12834
12835 2005-07-15 [colin]      1.9.12cvs62
12836
12837         * configure.ac
12838                 Bump libetpan's version
12839
12840 2005-07-15 [colin]      1.9.12cvs61
12841
12842         * src/etpan/imap-thread.c
12843                 Actually stop logging :)
12844
12845 2005-07-15 [colin]      1.9.12cvs60
12846
12847         * src/addressbook.c
12848                 Fix dnd of multiple addresses.
12849
12850 2005-07-15 [hoa]        1.9.12cvs59
12851
12852         * src/etpan/imap-thread.c
12853             disable login of IMAP password in libetpan log file.
12854
12855 2005-07-15 [paul]       1.9.12cvs58
12856
12857         * src/account.c
12858                 don't automatically sort
12859                 do allow drag n drop
12860
12861 2005-07-15 [paul]       1.9.12cvs57
12862
12863         * src/account.c
12864         * src/ssl_manager.c
12865                 alphabetical listing
12866
12867 2005-07-15 [paul]       1.9.12cvs56
12868
12869         * src/gtk/pluginwindow.c
12870                 sort plugin list alphabetically
12871
12872 2005-07-15 [paul]       1.9.12cvs55
12873
12874         * src/prefs_spelling.c
12875         * src/prefs_wrapping.c
12876                 unify English usage
12877
12878 2005-07-15 [colin]      1.9.12cvs54
12879
12880         * src/wizard.c
12881                 Typo fix
12882
12883 2005-07-15 [paul]       1.9.12cvs53
12884
12885         * src/prefs_message.c
12886                 make 'show cursor' a hidden option
12887
12888 2005-07-14 [colin]      1.9.12cvs52
12889
12890         * src/plugins/spamassassin/Makefile.am
12891         * src/plugins/clamav/Makefile.am
12892                 Fix double EXTRA_DISTs
12893
12894 2005-07-14 [colin]      1.9.12cvs51
12895
12896         * src/plugins/clamav/Makefile.am
12897         * src/plugins/clamav/clamav_plugin_gtk.deps
12898         * src/plugins/spamassassin/Makefile.am
12899         * src/plugins/spamassassin/spamassassin_gtk.deps
12900                 Make $plugin_gtk depend on $plugin
12901
12902 2005-07-14 [hoa]        1.9.12cvs50
12903
12904         * src/etpan/imap-thread.c
12905                 enable debug log of libetpan when running with --debug
12906
12907 2005-07-14 [colin]      1.9.12cvs49
12908
12909         * configure.ac
12910         * src/common/Makefile.am
12911         * src/common/plugin.c
12912         * src/common/plugin.h
12913                 Add a little plugin dependancy system.
12914                 Plugins can ship a $plugin_name.deps file
12915                 (near them in PLUGINDIR) so that their
12916                 dependancies are loaded if possible.
12917         * src/plugins/Makefile.am
12918         * src/plugins/pgpcore/Makefile.am
12919         * src/plugins/pgpcore/passphrase.c
12920         * src/plugins/pgpcore/passphrase.h
12921         * src/plugins/pgpcore/plugin.c
12922         * src/plugins/pgpcore/prefs_gpg.c
12923         * src/plugins/pgpcore/prefs_gpg.h
12924         * src/plugins/pgpcore/select-keys.c
12925         * src/plugins/pgpcore/select-keys.h
12926         * src/plugins/pgpcore/sgpgme.c
12927         * src/plugins/pgpcore/sgpgme.h
12928                 Introduce pgpcore, used by pgpmime and
12929                 pgpinline
12930         * src/plugins/pgpmime/Makefile.am
12931         * src/plugins/pgpmime/passphrase.c
12932         * src/plugins/pgpmime/passphrase.h
12933         * src/plugins/pgpmime/pgpmime.c
12934         * src/plugins/pgpmime/pgpmime.deps
12935         * src/plugins/pgpmime/plugin.c
12936         * src/plugins/pgpmime/prefs_gpg.c
12937         * src/plugins/pgpmime/prefs_gpg.h
12938         * src/plugins/pgpmime/select-keys.c
12939         * src/plugins/pgpmime/select-keys.h
12940         * src/plugins/pgpmime/sgpgme.c
12941         * src/plugins/pgpmime/sgpgme.h
12942                 Remove the core from pgpmime and add the
12943                 dependancy to pgpcore.
12944
12945 2005-07-14 [paul]       1.9.12cvs48
12946
12947         * src/stock_pixmap.c
12948                 forgot this in last commit
12949
12950 2005-07-14 [paul]       1.9.12cvs47
12951
12952         * src/account.c
12953         * src/addressbook.c
12954                 add accelerators for the buttons (sync with main)
12955         * src/compose.c
12956         * src/compose.h
12957                 add accelerators for the buttons.
12958                 fix editing with external editor.
12959                 replace gdk_input_*() with GIOChannel;
12960                 (sync with main)
12961         * src/foldersel.c
12962                 display folder names with new/unread
12963                 representation (sync with main)
12964         * src/main.c
12965                 specify default window icon (sync with main)
12966         * src/prefs_common.c
12967                 use_addr_book default to FALSE
12968         * src/summaryview.c
12969         * src/textview.c
12970                 add accelerators for the buttons (sync with main)
12971         * src/gtk/menu.c
12972                 fix typos
12973         * src/pixmaps/sylpheed_icon.xpm
12974                 updated
12975
12976 2005-07-13 [paul]       1.9.12cvs46
12977
12978         * src/plugins/pgpmime/pgpmime.c
12979         * src/plugins/pgpmime/sgpgme.c
12980                 (temporarily) use deprecated gpgme_data_rewind()
12981                 while largefile support is not present
12982                 (as suggested by Colin)
12983
12984 2005-07-13 [paul]       1.9.12cvs45
12985
12986         * configure.ac
12987                 remove large file support (for now):
12988                 it breaks too many things
12989
12990 2005-07-13 [paul]       1.9.12cvs44
12991
12992         * configure.ac
12993                 add large file support
12994         * src/html.c
12995                 fix bug #763 where href attribute was not
12996                 the very first attribute of a link
12997                 patch by Thomas Gilgin
12998
12999 2005-07-13 [colin]      1.9.12cvs43
13000
13001         * src/gtk/pluginwindow.c
13002                 Little portability fix
13003
13004 2005-07-13 [colin]      1.9.12cvs42
13005
13006         * src/plugins/pgpmime/sgpgme.c
13007                 Fix crasher.
13008
13009 2005-07-13 [colin]      1.9.12cvs41
13010
13011         * src/plugins/pgpmime/pgpmime.c
13012         * src/plugins/pgpmime/sgpgme.c
13013                 Use gpgme_data_release_and_get_mem instead
13014                 of gpgme_data_read.
13015
13016 2005-07-13 [colin]      1.9.12cvs40
13017
13018         * configure.ac
13019         * src/plugins/pgpmime/passphrase.c
13020         * src/plugins/pgpmime/passphrase.h
13021         * src/plugins/pgpmime/pgpmime.c
13022         * src/plugins/pgpmime/plugin.c
13023         * src/plugins/pgpmime/select-keys.c
13024         * src/plugins/pgpmime/select-keys.h
13025         * src/plugins/pgpmime/sgpgme.c
13026         * src/plugins/pgpmime/sgpgme.h
13027                 Port pgpmime to gpgme-1.0.
13028
13029 2005-07-12 [paul]       1.9.12cvs39
13030
13031         * AUTHORS
13032         * src/toolbar.c
13033         * src/toolbar.h
13034                 add a 'Go to Prev' button to the toolbar.
13035                 correct tooltip text of go to buttons.
13036                 based on patch by Yang Guilong <bamanzi@gmail.com>
13037
13038 2005-07-12 [colin]      1.9.12cvs38
13039
13040         * src/statusbar.c
13041                 Fix progress bar showing stuff at startup.
13042
13043 2005-07-12 [paul]       1.9.12cvs37
13044
13045         * src/editjpilot.c
13046                 fix building with jpilot support
13047
13048 2005-07-11 [colin]      1.9.12cvs36
13049
13050         * src/inc.c
13051                 Add visual indication that filtering is running
13052         * src/textview.c
13053                 Make {}[] uri delimiters
13054         * src/summaryview.c
13055                 Remove useless (and slow) calls
13056
13057 2005-07-11 [paul]       1.9.12cvs35
13058
13059         * src/plugins/clamav/clamav_plugin_gtk.c
13060         * src/plugins/dillo_viewer/dillo_prefs.c
13061         * src/plugins/pgpmime/prefs_gpg.c
13062         * src/plugins/spamassassin/spamassassin_gtk.c
13063                 gather plugins prefs together under their
13064                 own 'Plugins' heading
13065
13066 2005-07-11 [paul]       1.9.12cvs34
13067
13068         sync with main
13069
13070         * src/account.c
13071                 account_delete(): modified alert dialog
13072         * src/editjpilot.c
13073         * src/editvcard.c
13074                 fixed a crash when cancelling file selection
13075                 dialog by Escape key. Made non-ascii filename
13076                 selectable.
13077         * src/prefs_template.c
13078                 prefs_template_window_create(): make scrolled
13079                 window policy AUTOMATIC
13080
13081 2005-07-10 [hoa]        1.9.12cvs33
13082
13083         * src/etpan/imap-thread.c
13084                 workaround for old Courier IMAP servers.
13085
13086 2005-07-10 [colin]      1.9.12cvs32
13087
13088         * src/folder.c
13089         * src/statusbar.c
13090         * src/statusbar.h
13091                 Add visual progress indicator on filtering/processing
13092                 Factorize the progress bar code
13093         * src/imap.c
13094         * src/imap.h
13095         * src/etpan/imap-thread.c
13096                 Add a reference counter to avoid destroying the Folder
13097                 while it's in use by another callback.
13098
13099 2005-07-09 [hoa]        1.9.12cvs31
13100
13101         * src/imap.c
13102         * src/etpan/imap-thread.c
13103                 fixed deadlock when removing IMAP account.
13104
13105 2005-07-08 [colin]      1.9.12cvs30
13106
13107         * src/textview.c
13108         * src/unmime.c
13109                 Fix again problems decoding broken headers
13110         * src/gtk/inputdialog.c
13111                 Fix local variable shadowing a global one
13112
13113 2005-07-08 [colin]      1.9.12cvs29
13114
13115         * src/msgcache.c
13116                 Make the cache/mark files platform-agnostic by writing
13117                 them in little-endian format. Reading them is also done
13118                 in little-endian format, of course; however, in order
13119                 to avoid trashing mark data on big-endian machines, the
13120                 files are, at first, read from the native format if the
13121                 little-endian one doesn't exist. This is easy to deter-
13122                 mine by trying to open a file with a swapped data_ver
13123                 and seeing if it's the wanted version.
13124                 Little-endian using users should see absolutely no
13125                 difference, Big-endian users may get a very little
13126                 performance drop due to byte-swapping.
13127                 Tested on i386 and ppc32. 
13128                 Fixes bug #159 (The index file, in the mailboxes, is 
13129                 hardware depending).
13130
13131                 To have the cache/mark files updated to the new little-
13132                 endian format, "Check for new messages" or even
13133                 "Rebuild folder tree" aren't enough. Files will be
13134                 updated as soon as a folder has been opened/closed.
13135                 To update everything, just select all folders by
13136                 selecting them one by one.
13137
13138 2005-07-07 [colin]      1.9.12cvs28
13139
13140         * src/imap.c
13141                 Remember the folder separator per IMAPFolder
13142                 instead of globally.
13143                 Revive the Session on noop; fixes bug #761
13144                 (mark a bunch of unread messages as read takes 
13145                 forever)
13146
13147 2005-07-07 [darko]      1.9.12cvs27
13148
13149         * src/common/template.c
13150                 Sort templates alphabetically
13151
13152 2005-07-06 [colin]      1.9.12cvs26
13153
13154         * src/imap.c
13155                 Try to use the correct separator in
13156                 most cases. Possibly fixes bug #759
13157                 (only creates the INBOX folder when 
13158                 setting up new IMAP account) and 
13159                 bug #760 (Can't retrieve messages)
13160
13161 2005-07-06 [colin]      1.9.12cvs25
13162
13163         * src/imap.c
13164                 Use real_path in status command. This will
13165                 help later, when namespaces will be used.
13166
13167 2005-07-06 [colin]      1.9.12cvs24
13168
13169         * configure.ac
13170         * src/account.c
13171         * src/folder.c
13172         * src/imap.c
13173         * src/etpan/etpan-log.c
13174         * src/etpan/etpan-thread-manager.c
13175         * src/etpan/imap-thread.c
13176                 Add a --disable-libetpan parameter. With this,
13177                 users that don't want IMAP4 support can avoid
13178                 the new dependancy (and have no IMAP support).
13179                 Users that have IMAP4 accounts and use this
13180                 parameter won't lose their configuration, their
13181                 IMAP accounts will just be invisible and not
13182                 used.
13183         * src/textview.c
13184                 Make the "Copy ..." contextual menu items 
13185                 copy to both the X clipboard and the gtk 
13186                 clipboard - as most other apps do.
13187         * src/gtk/about.c
13188                 Add a notice about OpenSSL usage, in order to
13189                 comply with OpenSSL's license (point 6):
13190                 http://www.openssl.org/source/license.html
13191
13192 2005-07-06 [colin]      1.9.12cvs23
13193
13194         * src/alertpanel.c
13195                 Fix a minimum size for alertpanels
13196         * src/compose.c
13197                 Show 'No space left on device' type errors
13198                 when queuing/sending
13199         * src/imap_gtk.c
13200         * src/mh_gtk.c
13201                 Rework folder's deletion message (remove 
13202                 extra \n)
13203
13204 2005-07-05 [colin]      1.9.12cvs22
13205
13206         * src/imap.c
13207                 Add an alertpanel on auth error
13208                 Add pseudo-log
13209                 Remove pthread-related stuff
13210
13211 2005-07-05 [colin]      1.9.12cvs21
13212
13213         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13214                 Fix crash on plugin reloading (with a hack)
13215
13216 2005-07-05 [colin]      1.9.12cvs20
13217
13218         * src/prefs_account.c
13219         * src/prefs_account.h
13220                 Fix typo
13221         * src/gtk/filesel.c
13222         * src/gtk/filesel.h
13223                 Add a way to filter the view
13224         * src/gtk/pluginwindow.c
13225                 Filter loadable stuff
13226         * src/plugins/pgpmime/prefs_gpg.c
13227                 Fix missing unregistration
13228         * .cvsignore
13229         * src/etpan/.cvsignore
13230         * src/plugins/spamassassin/.cvsignore
13231                 Add more stuff to cvs ignored files
13232
13233 2005-07-04 [colin]      1.9.12cvs19
13234
13235         * src/imap.c
13236                 Fix scan_required returning FALSE when it
13237                 shouldn't. Maybe fix #760 (Can't retrieve
13238                 messages)
13239
13240 2005-07-04 [colin]      1.9.12cvs18
13241
13242         * src/summaryview.c
13243                 Fix always_show_msg pref
13244
13245 2005-07-04 [paul]       1.9.12cvs17
13246
13247         sync with main (forgotten in last commit)
13248         
13249         * src/common/utils.c
13250         * src/common/utils.h
13251                 check_line_length(): new.
13252                 is_dir_exist()
13253                 is_file_entry_exist()
13254                 dirent_is_regular_file()
13255                 dirent_is_directory(): use g_file_test() instead of stat().
13256
13257 2005-07-04 [paul]       1.9.12cvs16
13258
13259         sync with main:
13260
13261         * src/compose.c
13262                 compose_write_to_file(): check for line
13263                 length limit and display warning if exceeds
13264         * src/jpilot.c
13265                 use get_home_dir() instead of g_get_home_dir()
13266         * src/procheader.c
13267                 removed warning about invalid date
13268         * src/vcard.c
13269                 use get_home_dir() instead of g_get_home_dir()
13270
13271 2005-07-04 [paul]       1.9.12cvs15
13272
13273         * src/stock_pixmap.c
13274                 fix new pixmap naming errors
13275                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13276
13277 2005-07-04 [colin]      1.9.12cvs14
13278
13279         * src/imap.c
13280                 Fix debugging string with a warning
13281
13282 2005-07-04 [colin]      1.9.12cvs13
13283
13284         * configure.ac
13285                 Add a check for libetpan's version (>= 0.37)
13286
13287 2005-07-04 [hoa]        1.9.12cvs12
13288
13289         * commitHelper
13290         * src/imap.c
13291         * src/etpan/imap-thread.c
13292         * src/etpan/imap-thread.h
13293                 fixed IMAP implementation of check of mails.
13294
13295 2005-07-03 [hoa]        1.9.12cvs11
13296
13297         * src/etpan/Makefile.am
13298         * src/etpan/etpan-errors.h
13299         * src/etpan/etpan-log.[ch]
13300         * src/etpan/etpan-thread-manager-types.h
13301         * src/etpan/etpan-thread-manager.[ch]
13302         * src/etpan/imap-thread.[ch]
13303         * src/Makefile.am
13304         * src/imap.c
13305         * src/main.c
13306         * src/prefs_other.c
13307         * configure.ac
13308             merged imap branch.
13309             dependency on libetpan 0.37 is now added.
13310
13311 2005-07-01 [colin]      1.9.12cvs10
13312
13313         * src/Makefile.am
13314         * src/folder.c
13315         * src/folder.h
13316         * src/folderview.c
13317         * src/stock_pixmap.c
13318         * src/stock_pixmap.h
13319         * src/plugins/trayicon/trayicon.c
13320                 Add marked symbol on folders containing
13321                 marked messages
13322         * src/procmsg.c
13323         * src/procmsg.h
13324         * src/toolbar.c
13325         * src/prefs_common.c
13326         * src/prefs_common.h
13327         * src/prefs_send.c
13328                 Add an optional confirmation dialog on queue
13329                 sending. Patch by wwp.
13330         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13331         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13332         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13333         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13334         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13335         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13336         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13337         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13338         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13339         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13340         * src/pixmaps/trash_mark.xpm            ** ADDED **
13341                 New pixmaps
13342
13343 2005-07-01 [colin]      1.9.12cvs9
13344
13345         * src/summaryview.c
13346                 Fix a little threading bug
13347         * src/addrgather.c
13348         * src/mainwindow.c
13349                 A little bit of HIG normality never hurts
13350
13351 2005-07-01 [colin]      1.9.12cvs8
13352
13353         * src/compose.c
13354         * src/msgcache.c
13355         * src/pop.c
13356         * src/procmime.c
13357         * src/recv.c
13358         * src/common/log.c
13359         * src/common/template.c
13360         * src/common/utils.c
13361         * src/common/utils.h
13362                 Reverted the fwrite_atomic stuff. In fact
13363                 it is already atomic.
13364
13365 2005-06-30 [colin]      1.9.12cvs7
13366
13367         * src/common/utils.c
13368         * src/common/utils.h
13369                 Add an fwrite_atomic() function to make
13370                 sure we write everything: fwrite can make
13371                 short writes.
13372         * src/compose.c
13373         * src/msgcache.c
13374         * src/pop.c
13375         * src/procmime.c
13376         * src/recv.c
13377         * src/common/log.c
13378         * src/common/template.c
13379                 Use that (and fix swapping of size and nmemb).
13380                 Thanks to Rich Coe for the heads up.
13381
13382 2005-06-30 [colin]      1.9.12cvs6
13383
13384         * src/addressbook.c
13385                 Optimize addressbook opening 
13386
13387 2005-06-30 [colin]      1.9.12cvs5
13388
13389         * src/summaryview.c
13390                 Remove calls to summary_step after move/copy
13391
13392 2005-06-28 [paul]       1.9.12cvs4
13393
13394         * src/alertpanel.c
13395                 wrap and make the error msg selectable
13396
13397 2005-06-28 [paul]       1.9.12cvs3
13398
13399         * src/ssl_manager.c
13400                 replace the OK button with a Close button
13401         * src/gtk/foldersort.c
13402                 use GTK_STOCK_ icons/buttons
13403
13404 2005-06-28 [colin]      1.9.12cvs2
13405
13406         * src/gedit-print.c             ** ADDED **
13407         * src/gedit-print.h             ** ADDED **
13408         * src/gtk/gtksourceprintjob.c   ** ADDED **
13409         * src/gtk/gtksourceprintjob.h   ** ADDED **
13410                 I can't believe no one had enough time to tell
13411                 me I forgot the `cvs add`
13412
13413 2005-06-27 [colin]      1.9.12cvs1
13414
13415         * src/Makefile.am
13416         * src/gtk/Makefile.am
13417         * src/messageview.c
13418         * src/procmsg.c
13419         * src/summaryview.c
13420         * configure.ac
13421                 Add optional libgnomeprint-based printing
13422         * src/mainwindow.c
13423         * src/gtk/quicksearch.c
13424                 Add an Edit/Quick search menu item to show
13425                 and focus the quicksearch
13426
13427 2005-06-27 [paul]       1.9.12
13428
13429         1.9.12 release
13430
13431         * po/ca.po
13432         * po/de.po
13433         * po/es.po
13434         * po/fr.po
13435         * po/it.po
13436         * po/ko.po
13437         * po/pt_BR.po
13438         * po/sk.po
13439         * po/zh_CN.po
13440                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13441                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13442                 SungHyun Nam, Frederico Goncalves Guimaraes,
13443                 Andrej Kacian, and Yang Guilong
13444 2005-06-26 [colin]      1.9.11cvs106
13445
13446         * src/imap_gtk.c
13447                 Forgot one file for previous fix
13448
13449 2005-06-26 [colin]      1.9.11cvs105
13450
13451         * src/folder.c
13452         * src/imap.c
13453                 Fix problems with folder operations in no_select
13454                 imap folders. it applies only to mails, and 
13455                 creation/deletion/move/renaming of folders 
13456                 should be possible
13457
13458 2005-06-26 [paul]       1.9.11cvs104
13459
13460         * src/prefs_filtering.c
13461                 replace one more GTK_STOCK_REMOVE
13462                 with GTK_STOCK_DELETE
13463
13464 2005-06-25 [colin]      1.9.11cvs103
13465
13466         * src/imap.c
13467                 Optimize get_seq_set_from_seq_list
13468                 (Patch by Ricardo) 
13469
13470 2005-06-25 [colin]      1.9.11cvs102
13471
13472         * src/mh.c
13473                 If the directory exists, but not in the
13474                 correct encoding, rename it. This should
13475                 handle old-versions-induced bugs.
13476
13477 2005-06-25 [colin]      1.9.11cvs101
13478
13479         * src/mh.c
13480                 Fix path access with extended dir names
13481                 Fixes bug #589 (SC segfaults with wrong locale
13482                 settings)
13483
13484 2005-06-25 [colin]      1.9.11cvs100
13485
13486         * src/prefs_account.c
13487         * src/prefs_account.h
13488         * src/compose.c
13489                 Add an option to encrypt replies to
13490                 encrypted messages
13491
13492 2005-06-25 [colin]      1.9.11cvs99
13493
13494         * src/compose.c
13495         * src/quote_fmt_parse.y
13496                 ... And make it work with pgpinline.
13497
13498 2005-06-25 [colin]      1.9.11cvs98
13499
13500         * src/compose.c
13501         * src/procmime.c
13502         * src/procmime.h
13503         * src/quote_fmt_parse.y
13504                 o Make reedition of encrypted messages possible
13505                   (as long as it is encrypted to self too, no
13506                    magic there)
13507                 o Make replying with quote (and without selecting
13508                   text) possible for encrypted messages.
13509                 Closes bug #550 (Not possible to "reply with quote"
13510                 to gnupg encrypted messages)
13511
13512 2005-06-24 [paul]       1.9.11cvs97
13513
13514         * src/imap.c
13515                 add missing include
13516
13517 2005-06-24 [paul]       1.9.11cvs96
13518
13519         * src/editldap.c
13520                 made bind password entry invisible
13521                 (sync with main)
13522         * src/send_message.c
13523                 send_message_local(): check exit status
13524                 to detect errors (sync with main)
13525         * src/textview.c
13526                 use main's less ambiguous popup menu
13527                 wording
13528
13529 2005-06-24 [paul]       1.9.11cvs95
13530
13531         * src/prefs_actions.c
13532         * src/prefs_customheader.c
13533         * src/prefs_display_header.c
13534         * src/prefs_filtering_action.c
13535         * src/prefs_matcher.c
13536         * src/prefs_template.c
13537         * src/prefs_toolbar.c
13538                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13539         * src/gtk/description_window.c
13540                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13541
13542 2005-06-23 [colin]      1.9.11cvs94
13543
13544         * src/summaryview.c
13545                 Fix rough edges (be sure to call status_show whenever
13546                 necessary).
13547
13548 2005-06-23 [colin]      1.9.11cvs93
13549
13550         * src/summaryview.c
13551                 Optimize Select All
13552                 Before, in a 5K mails folder: 11s
13553                 After, in the same folder: 58000µs
13554                 The joys of locking... gtk_clist_select_all() fires a 
13555                 tree-select-row event for each selected row, which in 
13556                 summaryview, callbacks summary_selected which in turn,
13557                 calls summary_status_show, which walks the selected
13558                 rows. Hence, calling gtk_clist_select_all was 
13559                 exponential. Locking the summaryview makes 
13560                 summary_selected return early.
13561
13562 2005-06-23 [colin]      1.9.11cvs92
13563
13564         * src/imap.c
13565                 Move mutex at the important place to avoid
13566                 deadlocks
13567         * src/summaryview.c
13568                 Fix Del key deleting directly instead of
13569                 moving to trash
13570
13571 2005-06-22 [colin]      1.9.11cvs91
13572
13573         * src/plugins/spamassassin/libspamc.c
13574                 As we do spagetti code with assignations in multiple
13575                 places (see _message_read_raw where out = msg = raw),
13576                 let's be sure we don't free the same pointer twice.
13577                 Should fix bug #683 (Crash in libpam at 
13578                 message_cleanup).
13579
13580 2005-06-22 [colin]      1.9.11cvs90
13581
13582         * src/compose.c
13583         * src/messageview.c
13584         * src/toolbar.c
13585                 Make toolbar's delete use the move to trash stuff;
13586                 Add gtk_widget_realize to be sure pixmaps can get
13587                 created (that may fix an old worksforme bug which
13588                 I can't find back...)
13589
13590 2005-06-22 [colin]      1.9.11cvs89
13591
13592         * src/summaryview.c
13593         * src/summaryview.h
13594         * src/mainwindow.c
13595                 Rename "Message/Delete" to "Message/Move to trash"
13596                 Add "Message/Delete..." that directly destroys the
13597                 selected messages after asking for a confirmation.
13598
13599 2005-06-22 [colin]      1.9.11cvs88
13600
13601         * src/imap.c
13602                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13603                 o Fix a deadlock (thanks Darko)
13604
13605 2005-06-22 [colin]      1.9.11cvs87
13606
13607         * src/gtk/foldersort.c
13608                 Add missing include for the i18n;
13609                 patch by Fabien Vantard
13610
13611 2005-06-21 [colin]      1.9.11cvs86
13612
13613         * src/folder.c
13614         * src/folderview.c
13615                 Respect the no_select flag
13616         * src/imap.c
13617                 Fix recursive deletion
13618         * src/imap_gtk.c
13619         * src/mh_gtk.c
13620                 Make the folder deletion's warning
13621                 more explicit
13622
13623 2005-06-21 [colin]      1.9.11cvs85
13624
13625         * src/textview.c
13626                 Prevent email addresses from spanning accross
13627                 lines - fixes bug # 646 (newline-chars in 
13628                 email addresses)
13629
13630 2005-06-20 [colin]      1.9.11cvs84
13631
13632         * src/folder.c
13633                 Be sure not to remove source if copy failed
13634
13635 2005-06-20 [colin]      1.9.11cvs83
13636
13637         * src/folderview.c
13638         * src/imap_gtk.c
13639                 remove summaryview's lock
13640         * src/imap.c
13641                 introduce threads to avoid problems when foreground tasks
13642                 interfere with background tasks
13643         * src/mh.c
13644                 prevent moving to drafts/queue
13645         * src/mimeview.c
13646                 fix leak
13647
13648 2005-06-19 [colin]      1.9.11cvs82
13649
13650         * src/imap_gtk.c
13651                 Remember that the user doesn't want to override
13652                 offline mode, for 3 seconds. It avoid presenting
13653                 him with N popups in a really short time.
13654
13655 2005-06-17 [colin]      1.9.11cvs81
13656
13657         * src/imap.c
13658                 Fix IMAP breaking on folders containing '('
13659                 (Probably won't be enough)
13660
13661 2005-06-17 [colin]      1.9.11cvs80
13662
13663         Forgotten files on 1.9.11cvs79
13664         * src/summaryview.c
13665                 Fix stepping when not immediately executing
13666         * src/imap.c
13667                 Really prevent UID FETCH 0
13668         * src/codeconv.c
13669                 Fix outgoing charset never set to utf-8
13670         * src/mh.c
13671                 Fix leak
13672
13673 2005-06-16 [colin]      1.9.11cvs79
13674
13675         * src/compose.c
13676                 Fix bug #707 (Dash splits rows)
13677                 Only wrap if we're on a line break position and
13678                 the previous one was a "white" (space) char.
13679                 Pango stuff is weird.
13680
13681 2005-06-16 [colin]      1.9.11cvs78
13682
13683         * src/imap_gtk.c
13684                 Lock summaryview while downloading messages
13685                 on user demand
13686         * src/procheader.c
13687         * src/unmime.c
13688         * src/common/utils.c
13689         * src/common/utils.h
13690                 Replace \r and \n with spaces in From and
13691                 Subject headers
13692
13693 2005-06-16 [paul]       1.9.11cvs77
13694
13695         * src/procmime.c
13696                 liberalise the mime parser
13697         * src/gtk/about.c
13698                 add text wrapping
13699
13700 2005-06-16 [paul]       1.9.11cvs76
13701
13702         * src/gtk/about.c
13703                 reworked
13704
13705 2005-06-15 [colin]      1.9.11cvs75
13706
13707         * src/compose.c
13708                 Finish header encoding fix
13709         * src/summaryview.c
13710                 Fix segfault
13711         * src/headerview.c
13712                 Fix compilation (Thanks Stephan
13713                 Sachse)
13714
13715 2005-06-15 [colin]      1.9.11cvs74
13716
13717         * Makefile.am
13718                 Install gnome2 stuff rather than gnome1, 
13719                 if both are present
13720         * src/codeconv.c
13721         * src/codeconv.h
13722         * src/compose.c
13723                 Fix headers encoding
13724         * src/folder.c
13725                 Visual progress when fetching all messages
13726         * src/folderview.c
13727         * src/summaryview.c
13728         * src/summaryview.h
13729                 Prevent changing current message while
13730                 incorporating
13731
13732 2005-06-15 [paul]       1.9.11cvs73
13733
13734         * src/gtk/gtkaspell.c
13735         * src/gtk/gtkaspell.h
13736                 fix build warnings
13737
13738 2005-06-15 [paul]       1.9.11cvs72
13739
13740         * src/prefs_filtering.c
13741                 allow reordering of filter rules by
13742                 drag n drop
13743
13744 2005-06-15 [paul]       1.9.11cvs71
13745
13746         * COPYING
13747                 updated
13748         * src/codeconv.c
13749                 replace deprecated function
13750         * src/inc.c
13751         * src/send_message.c
13752         * src/gtk/progressdialog.c
13753         * src/gtk/progressdialog.h
13754                 salvage and reuse parts of reverted sync
13755
13756 2005-06-15 [paul]       1.9.11cvs70
13757
13758         * src/inc.c
13759         * src/send_message.c
13760         * src/gtk/progressdialog.c
13761         * src/gtk/progressdialog.h
13762                 revert yesterday's sync with main
13763                 it contains deprecated functions
13764
13765 2005-06-15 [colin]      1.9.11cvs69
13766
13767         * src/headerview.c
13768                 Fix bug #670 (multi user to: will corrupt message 
13769                 headers display)
13770
13771 2005-06-15 [colin]      1.9.11cvs68
13772
13773         * src/compose.c
13774                 Fix bug #421 (Fix undo on wrapping)
13775
13776 2005-06-15 [colin]      1.9.11cvs67
13777
13778         * src/folder.c
13779                 Provide visual feedback while processing
13780                 folder's rules.
13781         * src/imap.c
13782                 Provide visual feedback while getting
13783                 short headers (for uncached messages)
13784
13785
13786 2005-06-14 [paul]       1.9.11cvs66
13787
13788         * src/account.c
13789                 change a couple stock icons
13790         * src/inc.c
13791         * src/send_message.c
13792         * src/gtk/progressdialog.c
13793         * src/gtk/progressdialog.h
13794                 sync main's GtkTreeView implementation
13795
13796 2005-06-14 [colin]      1.9.11cvs65
13797
13798         * src/imap.c
13799                 Various little fixes, mainly on error paths
13800
13801 2005-06-13 [colin]      1.9.11cvs64
13802
13803         * matcher.c
13804         * procmsg.c
13805         * procmsg.h
13806                 Add a way to fetch only headers. This speeds
13807                 up filtering on headers for IMAP. Fixes:
13808                 bug #481 extraneous imap commands slow down 
13809                         imap filtering
13810                 bug #522 Sylpheed downloads all messages 
13811                         when opening mailbox (IMAP)
13812                 bug #677 IMAP fetch is soooooooooooooo slow
13813         * src/folder.c
13814         * src/folder.h
13815                 Add a folder set_batch method so that
13816                 implementations can speed up flags changes
13817         * src/folderutils.c
13818         * src/summaryview.c
13819                 Use that in mark as (un)read and mark all read
13820                 Refix bug #679
13821         * src/imap.c
13822                 Implement set_batch - brings back deferred
13823                 flags in a less buggy manner. Fixes:
13824                 bug #729 IMAP immediate expunge of deleted messages
13825                 bug #191 remove list of messages with one command
13826                 Fix login with strange chars
13827                 Implement fetch_msg_full
13828                 Fix copy (wrong counts)
13829
13830 2005-06-12 [colin]      1.9.11cvs63
13831
13832         * src/folder.c
13833                 lock incorporation during long operations.
13834                 Avoids fucking up the IMAP socket.
13835
13836 2005-06-12 [colin]      1.9.11cvs62
13837
13838         * src/imap.c
13839                 Fix harmful typo
13840                 Factorize remove_all_msg
13841                 Thread-ize expunge
13842         * src/summaryview.c
13843                 Don't update partial-download status if unnecessary
13844         * src/folder.c
13845                 Use remove_msgs everywhere possible
13846
13847 2005-06-12 [colin]      1.9.11cvs61
13848
13849         * src/folder.c
13850         * src/folder.h
13851                 Add a remove_msgs function to remove a 
13852                 list of messages
13853         * src/imap.c
13854                 Implement that.
13855
13856 2005-06-12 [colin]      1.9.11cvs60
13857
13858         * src/imap.c
13859                 Remove flags-processing deferring... Too hard
13860                 to get it to work in all cases.
13861
13862 2005-06-11 [colin]      1.9.11cvs59
13863
13864         * src/imap.c
13865                 printf -> debug_print
13866
13867 2005-06-11 [colin]      1.9.11cvs58
13868
13869         * src/imap.c
13870                 o Fix build without USE_PTHREAD
13871                 o Factorize imap_open
13872                 o Alertpanel in case of impossible connection
13873                 o Alertpanel in case of impossible login
13874                 o Fix deferred flags processing to force a 
13875                   flush before adding some more flags to process,
13876                   but in another folder.
13877
13878 2005-06-10 [colin]      1.9.11cvs57
13879
13880         * src/imap.c
13881                 o Fix a format string error
13882                 o init ssl socket outside of the thread 
13883                   (it possibly invokes gtk calls)
13884         * src/procmime.c
13885                 o Put back the buffer to its necessary size
13886                 o Fix changing a file pointer without keeping
13887                   track of it (thanks Valgrind)
13888         * src/common/smtp.c
13889                 o Fix automatic STARTTLS if login should be done
13890                   and the server only allows it after starting TLS
13891         * src/gtk/gtkinputdialog.c
13892                 o Eat GDK_Return so that the combo popup doesn't 
13893                   appear when we press Enter to validate the combo
13894                   input dialog (as seen in the Open with... dialog)
13895
13896 2005-06-10 [colin]      1.9.11cvs56
13897
13898         * src/imap.c
13899                 o A bit less debug
13900                 o Fix a crash on deletion
13901                 o Threadize imap_select (it's called outside of 
13902                   threads)
13903                 o Defer treatment of DELETED flags
13904
13905
13906 2005-06-09 [colin]      1.9.11cvs55
13907
13908         * src/imap.c
13909                 Make sure we check imap_gtk_should_override(), which
13910                 potentially calls gtk stuff, before creating thread.
13911                 That way it should't be called via imap_get_session()
13912                 inside a thread.
13913
13914 2005-06-09 [colin]      1.9.11cvs54
13915
13916         * src/imap.c
13917                 o add a bit of status output
13918                 o remove some dead code
13919                 o threadize get_list_of_uids
13920                 o threadize imap_get_flags
13921                 o defer flag changing by 500ms so that they
13922                   can be batched
13923
13924
13925 2005-06-08 [colin]      1.9.11cvs53
13926
13927         * src/imap.c
13928                 Thread-ize imap_cmd_fetch
13929
13930 2005-06-08 [colin]      1.9.11cvs52
13931
13932         * src/main.c
13933                 Mmh, that broke POP3...
13934
13935 2005-06-08 [colin]      1.9.11cvs51
13936
13937         * src/main.c
13938                 Stabilize IMAP patch (thanks to Hoa)
13939
13940 2005-06-08 [colin]      1.9.11cvs50
13941
13942         * src/imap.c
13943                 Test patch to speed up imap. 
13944
13945 2005-06-08 [colin]      1.9.11cvs49
13946
13947         * src/imap_gtk.c
13948                 Warning fix
13949         * src/procmime.c
13950                 Apply patch from gentoo to use /usr/share/mime/globs if 
13951                 available, after un-breaking it
13952         * src/common/log.c
13953         * src/common/log.h
13954                 Use g_timeout for invoking hooks that possibly use gtk
13955                 calls. This should leave gtk calls in the main thread.
13956
13957 2005-06-08 [paul]       1.9.11cvs48
13958
13959         * src/codeconv.c
13960                 conv_get_outgoing_charset_str(): don't
13961                 use prefs_common setting
13962         * src/compose.c
13963         * src/compose.h
13964                 add /Options/Character encoding/... to
13965                 temporarily change the outgoing encoding
13966
13967         (belated sync with main)
13968
13969 2005-06-08 [paul]       1.9.11cvs47
13970
13971         * src/compose.c
13972                 correction to/completion of last
13973                 sync with main
13974
13975 2005-06-08 [paul]       1.9.11cvs46
13976
13977         sync with main:
13978         
13979         * src/codeconv.c
13980         * src/codeconv.h
13981                 always enabled Japanese auto-detection
13982                 if the first letters of locale string
13983                 is "ja"
13984         * src/compose.c
13985                 don't use "destroy" signal to destroy
13986                 Compose object (fix rare crashes on discard?)
13987         * src/mainwindow.c
13988         * src/messageview.c
13989         * src/prefs_send.c
13990                 added Hebrew encodings
13991         * src/sourcewindow.c
13992                 don't use "destroy" signal to destroy
13993                 objects
13994
13995 2005-06-07 [colin]      1.9.11cvs45
13996
13997         * src/summaryview.c
13998                 Add missing unlocks/locks
13999
14000 2005-06-07 [paul]       1.9.11cvs44
14001
14002         * src/summaryview.c
14003                 restore bug #749 fix
14004
14005 2005-06-06 [colin]      1.9.11cvs43
14006
14007         * src/summaryview.c
14008                 Fix selection bug when prefs_common.open_unread 
14009                 is FALSE
14010
14011 2005-06-06 [colin]      1.9.11cvs42
14012
14013         * src/common/md5.c
14014                 Fix a warning
14015         * src/summaryview.c
14016         * src/folderview.c
14017                 Factorize long operations beginning and end
14018                 (locking, freezing/thawing, cursor, ...)
14019                 Check selection->data member in selection-
14020                 related loops; this avoids dying an awful
14021                 death if the selection changes on us while
14022                 we're marking a whole IMAP folder unread, 
14023                 for example.
14024
14025 2005-06-06 [paul]       1.9.11cvs41
14026
14027         * src/textview.c
14028                 don't g_free() a static gchar buffer
14029
14030 2005-06-05 [colin]      1.9.11cvs40
14031
14032         * src/mainwindow.c
14033         * src/messageview.c
14034         * src/summaryview.c
14035                 Fix bug #749 (Show all headers should be
14036                 sticky as the GUI suggests)
14037
14038 2005-06-03 [paul]       1.9.11cvs39
14039
14040         * src/compose.c
14041                 don't allow editing of mail while sending.
14042                 patch by Colin
14043
14044 2005-06-03 [paul]       1.9.11cvs38
14045
14046         * src/folderview.c
14047                 add a freeze/thaw to speed up 'mark all read'
14048
14049 2005-06-03 [paul]       1.9.11cvs37
14050
14051         * src/prefs_message.c
14052                 reflect changes immediately
14053
14054 2005-06-02 [colin]      1.9.11cvs36
14055
14056         * po/POTFILES.in
14057                 Patch by Fabien Vantard.
14058
14059 2005-06-02 [colin]      1.9.11cvs35
14060
14061         * src/imap.c
14062                 Use a non-blocking imap_getline() if possible.
14063                 This should completely prevent the interface
14064                 from freezin on imap operations, although it
14065                 may do strange stuff in case of folder switching
14066                 while a big imap operation is taking place...
14067
14068                 In addition, fix a leak in the case thread
14069                 creation fails on connection.
14070
14071 2005-06-02 [colin]      1.9.11cvs34
14072
14073         * src/crash.c
14074         * src/prefs_common.h
14075                 Fix build (prefs_common_init() doesn't exist
14076                 anymore)
14077
14078 2005-06-02 [colin]      1.9.11cvs33
14079
14080         * src/prefs_account.c
14081                 Fix bug #245 (filtering rules broken when
14082                 renaming a remote account (imap4 or nntp)
14083
14084 2005-06-02 [colin]      1.9.11cvs32
14085
14086         * src/imap.c
14087                 Try to fix IMAP shortcomings: 
14088                 o Multithread imap_open()
14089                 o allow offline-mode overriding instead of
14090                   just returning NULL
14091         * src/imap_gtk.c
14092         * src/imap_gtk.h
14093                 Add a function to ask whether we want to
14094                 override offline-mode for 10 minutes (one-shot
14095                 asking was painful)
14096         * src/procheader.c
14097                 Fix segfault when imap parser isn't happy about
14098                 a missing {
14099
14100 2005-06-01 [colin]      1.9.11cvs31
14101
14102         * src/addrharvest.c
14103         * src/compose.c
14104         * src/mbox.c
14105         * src/mbox.h
14106         * src/mh.c
14107         * src/msgcache.c
14108         * src/send_message.c
14109         * src/setup.c
14110         * src/undo.c
14111         * src/common/hooks.c
14112         * src/common/prefs.c
14113         * src/common/template.c
14114         * src/common/utils.c
14115         * src/gtk/gtkutils.c
14116         * src/gtk/inputdialog.c
14117         * src/gtk/menu.c
14118         * src/gtk/pluginwindow.c
14119         * src/gtk/prefswindow.c
14120         * src/plugins/pgpmime/passphrase.c
14121         * src/plugins/pgpmime/prefs_gpg.c
14122                 More -Wall fixes
14123
14124         * src/common/Makefile.am
14125         * src/common/timing.h
14126                 Add basic timing code
14127
14128         * src/summaryview.c
14129                 Fix a bug with unread messages when 
14130                 re-sorting folders, and by the way
14131                 fix a big performance hit when 
14132                 re-sorting (10k mails: before 5s,
14133                 after .5s)
14134
14135         * src/prefs_compose_writing.c
14136         * src/prefs_compose_writing.h
14137         * src/prefs_message.c
14138         * src/prefs_message.h
14139         * src/prefs_other.c
14140         * src/prefs_other.h
14141         * src/prefs_quote.c
14142         * src/prefs_quote.h
14143         * src/prefs_receive.c
14144         * src/prefs_receive.h
14145         * src/prefs_send.c
14146         * src/prefs_send.h
14147         * src/prefs_summaries.c
14148         * src/prefs_summaries.h
14149                 Fix copyright banner
14150
14151 2005-06-01 [paul]       1.9.11cvs30
14152
14153         * po/fi.po
14154                 updated by Flammie Pirinen
14155         * src/procmime.c
14156                 fix 'Bad BASE64 content' output
14157
14158 2005-05-31 [colin]      1.9.11cvs29
14159
14160         * src/procmime.c
14161                 Oops, where did my hunk go.
14162
14163 2005-05-31 [colin]      1.9.11cvs28
14164
14165         * src/Makefile.am
14166         * src/account.c
14167         * src/action.c
14168         * src/addr_compl.c
14169         * src/addressbook.c
14170         * src/codeconv.c
14171         * src/compose.c
14172         * src/export.c
14173         * src/folder.c
14174         * src/folderview.c
14175         * src/image_viewer.c
14176         * src/main.c
14177         * src/mainwindow.c
14178         * src/messageview.c
14179         * src/mimeview.c
14180         * src/msgcache.c
14181         * src/prefs_account.c
14182         * src/prefs_actions.c
14183         * src/prefs_common.c
14184         * src/prefs_compose_writing.c
14185         * src/prefs_customheader.c
14186         * src/prefs_ext_prog.c
14187         * src/prefs_filtering.c
14188         * src/prefs_filtering_action.c
14189         * src/prefs_fonts.c
14190         * src/prefs_image_viewer.c
14191         * src/prefs_message.c
14192         * src/prefs_message.h
14193         * src/prefs_msg_colors.c
14194         * src/prefs_other.c
14195         * src/prefs_other.h
14196         * src/prefs_quote.c
14197         * src/prefs_receive.c
14198         * src/prefs_receive.h
14199         * src/prefs_send.c
14200         * src/prefs_send.h
14201         * src/prefs_spelling.c
14202         * src/prefs_summaries.c
14203         * src/prefs_summary_column.c
14204         * src/prefs_template.c
14205         * src/prefs_themes.c
14206         * src/prefs_toolbar.c
14207         * src/prefs_wrapping.c
14208         * src/procmime.c
14209         * src/procmsg.c
14210         * src/send_message.h
14211         * src/ssl_manager.c
14212         * src/summary_search.c
14213         * src/summaryview.c
14214         * src/textview.c
14215         * src/wizard.c
14216         * src/common/smtp.c
14217         * src/common/smtp.h
14218         * src/gtk/gtkutils.h
14219                 o Move the rest of Common prefs to new style
14220                 o Lots of -Wall warning fixes
14221                 o fix FIXME in cache memusage calculation
14222                 o Let return receipts be sent from any account
14223                 o Little cache optimisation (read)
14224                 o Fix bug #746 (don't treat commas as separators
14225                   when inside a quoted string)
14226
14227 2005-05-31 [paul]       1.9.11cvs27
14228
14229         * src/prefs_common.c
14230                 fix 'off-by-one' typo
14231
14232 2005-05-31 [paul]       1.9.11cvs26
14233
14234         * src/account.c
14235         * src/addr_compl.c
14236         * src/compose.c
14237         * src/foldersel.c
14238         * src/prefs_actions.c
14239         * src/prefs_common.c
14240         * src/prefs_common.h
14241         * src/prefs_customheader.c
14242         * src/prefs_display_header.c
14243         * src/prefs_filtering.c
14244         * src/prefs_filtering_action.c
14245         * src/prefs_matcher.c
14246         * src/prefs_summaries.c
14247         * src/prefs_summary_column.c
14248         * src/prefs_template.c
14249         * src/prefs_toolbar.c
14250         * src/ssl_manager.c
14251         * src/gtk/pluginwindow.c
14252         * src/gtk/prefswindow.c
14253         * src/gtk/progressdialog.c
14254                 add hidden prefs 'enable_rules_hint'
14255                 for gtk_tree_view_set_rules_hint()
14256                 (sync with main)
14257                 
14258
14259 2005-05-31 [colin]      1.9.11cvs25
14260
14261         * src/Makefile.am
14262         * src/main.c
14263         * src/prefs_common.c
14264         * src/prefs_summaries.c ** ADDED **
14265         * src/prefs_summaries.h ** ADDED **
14266                 Common/Display -> Display/Summaries
14267
14268 2005-05-31 [colin]      1.9.11cvs24
14269
14270         * src/Makefile.am
14271         * src/main.c
14272         * src/prefs_quote.c ** ADDED **
14273         * src/prefs_quote.h ** ADDED **
14274                 Move Common/Quote to Compose/Quoting
14275         * src/prefs_common.c
14276         * src/prefs_common.h
14277                 Remove old quote stuff, add
14278                 convenience functions for GtkTextView prefs
14279         * src/gtk/prefswindow.c
14280                 Set default height higher
14281
14282 2005-05-30 [colin]      1.9.11cvs23
14283
14284         * src/Makefile.am
14285         * src/main.c
14286         * src/prefs_common.c
14287         * src/prefs_compose_writing.c ** ADDED **
14288         * src/prefs_compose_writing.h ** ADDED **
14289                 Move Common/Compose prefs to Compose/Writing
14290
14291 2005-05-30 [colin]      1.9.11cvs22
14292
14293         * src/common/utils.c
14294                 Fix bug #651 (Confused Attract by Subject)
14295                 Patch by M. Benkmann <haferfrost@web.de>
14296         * AUTHORS
14297
14298 2005-05-30 [colin]      1.9.11cvs21
14299
14300         * src/compose.c
14301                 Fix concatenation of different headers of
14302                 the same type (bug #645)
14303         * src/prefs_folder_item.c
14304                 Fix bug #699 (setting color to black doesn't
14305                 work immediately)
14306         * src/procmime.c
14307                 Print out decoding error only once per
14308                 block
14309
14310 2005-05-30 [paul]       1.9.11cvs20
14311
14312         * src/common/template.c
14313                 fix Bcc
14314
14315 2005-05-30 [paul]       1.9.11cvs19
14316
14317         * doc/src/rfc2368.txt   **NEW FILE**
14318         * src/compose.c
14319                 compose_entries_set(): don't interpret Bcc
14320                 header field (conform to RFC 2368)
14321                 (sync with main)
14322
14323 2005-05-29 [colin]      1.9.11cvs18
14324
14325         * src/prefs_common.c
14326                 Let the default reply format respect
14327                 netiquette by cutting the signature.
14328
14329 2005-05-29 [colin]      1.9.11cvs17
14330
14331         * src/summaryview.c
14332                 Don't let always_show_msg override
14333                 open_unread_on_enter when opening a new
14334                 directory.
14335
14336 2005-05-27 [paul]       1.9.11cvs16
14337
14338         sync with main:
14339
14340         * src/main.c
14341                 app_will_exit(): cleanup tmp directory when exit
14342         * src/message_search.c
14343                 improved the interface and made code cleanup.
14344                 removed Clear button
14345         * src/send_message.c
14346                 send_message_local(): use GSpawn, and detect errors
14347         * src/summary_search.c
14348                 improved the interface and made code cleanup
14349         * src/textview.c
14350                 textview_write_link(): also skip non-ascii space
14351                  at the head of link strings (phishing check
14352                  didn't work at the case)
14353         * src/common/utils.c
14354                 get_command_output(): use g_spawn_command_line_sync()
14355                 instead of popen()
14356
14357 2005-05-26 [colin]      1.9.11cvs15
14358
14359         * src/folder.c
14360                 remove printf
14361
14362 2005-05-26 [colin]      1.9.11cvs14
14363
14364         * src/common/nntp.c
14365                 Fix nntp mode reader (bug #611)
14366                 Patch by Florian Mickler <florian@mickler.org>
14367
14368 2005-05-26 [colin]      1.9.11cvs13
14369
14370         * src/plugins/pgpmime/passphrase.c
14371                 Fix mouse grabbing (bug #557)
14372
14373 2005-05-26 [colin]      1.9.11cvs12
14374
14375         * src/prefs_themes.c
14376                 Fix g_warning (bug #541)
14377
14378 2005-05-26 [colin]      1.9.11cvs11
14379
14380         * src/prefs_actions.c
14381         * src/prefs_template.c
14382                 Fix bug #506 (no warning if action/template
14383                 is not saved)
14384         * src/common/template.c
14385                 Fix a possible crash
14386
14387 2005-05-26 [colin]      1.9.11cvs10
14388
14389         * src/folder.c
14390         * src/folderview.c
14391         * src/procmsg.c
14392         * src/summaryview.c
14393                 Forbid locked messages to be moved or
14394                 deleted. Locked messages in trashes 
14395                 still get deleted, for performance
14396                 reason (mh.c::mh_remove_all_msgs)
14397
14398 2005-05-25 [colin]      1.9.11cvs9
14399
14400         * src/procmime.c
14401                 Use correct encoding when sending mails
14402                 with attachments that have accentued 
14403                 chars in their name
14404
14405 2005-05-24 [colin]      1.9.11cvs8
14406
14407         * src/summaryview.c
14408                 Fix bug #688 f) read/unread marker not
14409                 changed on first click
14410                 Also, optimize summary_status_show()
14411                 calls
14412         * src/folder.c
14413         * src/inc.c
14414         * src/procmime.c
14415                 Fix bug #688 b) and c) wrt message
14416                 attachments and signature
14417         * src/stock_pixmap.c
14418         * src/stock_pixmap.h
14419         * src/stock_pixmap.c
14420         * src/stock_pixmap.h
14421         * src/Makefile.am
14422         * src/pixmaps/clip_gpg_signed.xpm
14423                 Add clip/signed icon
14424
14425 2005-05-24 [colin]      1.9.11cvs7
14426
14427         * src/folder_item_prefs.c
14428                 whitespace fix
14429
14430 2005-05-24 [colin]      1.9.11cvs6
14431
14432         * src/folderview.c
14433         * src/prefs_common.c
14434         * src/prefs_common.h
14435                 Add a confirmation to folder drag and drop
14436                 fixes bug #156
14437         * src/alertpanel.c
14438         * src/alertpanel.h
14439                 fix _with_disable parameters so that
14440                 the buttons labels are specifiable too
14441         * src/plugins/pgpmime/sgpgme.c
14442                 reflect said change
14443                 
14444
14445 2005-05-24 [colin]      1.9.11cvs5
14446
14447         * src/folderview.c
14448                 Uncollapse/collapse folders on double-click
14449                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14450                 closes bug #108
14451
14452 2005-05-23 [colin]      1.9.11cvs4
14453
14454         * src/common/socket.c
14455                 Check another special SSL_peek() error.
14456                 Should help wrt bug #728
14457
14458 2005-05-23 [colin]      1.9.11cvs3
14459
14460         * src/plugins/pgpmime/pgpmime.c
14461                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14462                 breaking menu accelerators and stuff. Users will have to
14463                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14464                 account's privacy preferences if needed.
14465
14466 2005-05-22 [paul]
14467
14468         * tools/kdeservicemenu/install.sh
14469                 use kdesu to prompt for root password if doing
14470                 global install/uninstall
14471
14472 2005-05-20 [colin]      1.9.11cvs2
14473
14474         * src/procmsg.c
14475                 Fix another compilation error with gcc-2.9x
14476                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14477         * src/send_message.c
14478                 Don't send QUIT if we aren't connected
14479
14480 2005-05-19 [colin]      1.9.11cvs1
14481
14482         * src/procmsg.c
14483                 Fix compilation with gcc 2.9x
14484
14485 2005-05-19 [paul]       1.9.11
14486
14487         1.9.11 released
14488
14489 2005-05-19 [paul]       1.9.9cvs14
14490
14491         * src/gtk/inputdialog.c
14492                 prevent gettext warning
14493
14494 2005-05-19 [paul]       1.9.9cvs13
14495
14496         * src/mainwindow.c
14497         * src/prefs_common.c
14498         * src/prefs_common.h
14499         * src/textview.c
14500         * src/textview.h
14501                 add an option to toggle cursor in message
14502                 view (sync with main)
14503
14504 2005-05-18 [colin]      1.9.9cvs12
14505
14506         * src/compose.c
14507                 Dereference freed pointer
14508         * src/gtk/gtkaspell.c
14509                 Fix duplication of dictionaries (is it an aspell issue?)
14510
14511 2005-05-18 [colin]      1.9.9cvs11
14512
14513         * src/gtk/inputdialog.c
14514         * src/gtk/gtkaspell.c
14515                 HIGuify dialogs
14516         * src/alertpanel.c
14517                 Remove a double call
14518
14519 2005-05-17 [colin]      1.9.9cvs10
14520
14521         * src/gtk/gtkaspell.c
14522                 Fix dialogs, Ctrl-Enter accel
14523
14524 2005-05-17 [colin]      1.9.9cvs9
14525
14526         * src/gtk/gtkaspell.c
14527                 Fix some accelerators, escape in replace-window
14528
14529 2005-05-16 [colin]      1.9.9cvs8
14530
14531         * src/gtk/gtkaspell.c
14532                 Revert last commit, it was a mistake.
14533
14534 2005-05-16 [colin]      1.9.9cvs7
14535
14536         * src/gtk/gtkaspell.c
14537                 Remove buggy code while we're at it. It's a 
14538                 dead code path anyway.
14539
14540 2005-05-16 [colin]      1.9.9cvs6
14541
14542         * src/gtk/gtkaspell.c
14543                 Missed some gtk_menu_popup where deactivate
14544                 signal should be handled. Should fix bug
14545                 #629 a bit more.
14546
14547 2005-05-16 [colin]      1.9.9cvs5
14548
14549         * src/gtk/gtkaspell.c
14550                 Remove debug printf()s
14551
14552 2005-05-16 [colin]      1.9.9cvs4
14553
14554         * src/gtk/gtkaspell.c
14555                 Fix a bit aspell problems
14556                 (see bug #629)
14557
14558 2005-05-13 [colin]      1.9.9cvs3
14559
14560         * src/folderview.c
14561                 Fix the + appearing even when no subfolders
14562                 have unread messages. Thanks to wwp for the
14563                 bug report.
14564
14565 2005-05-11 [paul]       1.9.9cvs2
14566
14567         * src/folderview.c
14568                 correction to 1.9.9cvs1, only colour folders that
14569                 have new msgs (not unread msgs)
14570
14571 2005-05-10 [colin]      1.9.9cvs1
14572
14573         * src/folderview.c
14574         * src/summaryview.c
14575                 Try to fix bolding bugs again.
14576
14577 2005-05-09 [paul]
14578
14579         * tools/claws.i18n.status.pl
14580                 add Ricardo Mones Lastra's script that has been providing
14581                 the i18n status page for many months
14582
14583 2005-05-09 [paul]       1.9.9
14584
14585         1.9.9 release
14586
14587 2005-05-09 [paul]       1.9.6cvs58
14588
14589         * AUTHORS
14590         * INSTALL
14591         * README.claws
14592                 updated
14593         * Makefile.am 
14594         * RELEASE_NOTES.claws
14595                 add release notes to cvs to simplify release
14596                 procedure
14597         * configure.ac
14598                 add ca and fi to ALL_LINGUAS
14599         * po/Makefile.in.in
14600                 workaround for missing Makevars
14601         * po/ca.po
14602         * po/fi.po
14603                 add new Catalan and Finnish translations
14604                 submitted by Miquel Oliete and Flammie Pirinen
14605         * po/de.po
14606         * po/es.po
14607         * po/fr.po
14608         * po/it.po
14609         * po/pl.po
14610         * po/ru.po
14611         * po/sk.po
14612         * po/sr.po
14613         * po/zh_CN.po
14614                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14615                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14616                 Urke MMI, and Hansom Young
14617         * src/main.c
14618                 Fix drafting when quitting. compose_draft() closes the
14619                 compose windows, which modifies the compose_list GSList.
14620                 We have to refresh this list after echo drafting to avoid a
14621                 segfault
14622         * src/partial_download.c
14623                 fix segfault on exit
14624
14625 2005-05-06 [paul]       1.9.6cvs57
14626
14627         * src/grouplistdialog.c
14628                 quick fix/workaround for unresizeable newsgroup
14629                 name column 
14630
14631 2005-05-06 [paul]       1.9.6cvs56
14632
14633         * src/inc.c
14634         * src/mainwindow.c
14635                 use gettext plural forms
14636         * src/imap_gtk.c
14637         * src/mh_gtk.c
14638         * src/toolbar.c
14639                 small improvement to english usage
14640
14641 2005-05-05 [thorsten]   1.9.6cvs55
14642
14643         * src/folder.c
14644                 fix possible crash
14645
14646 2005-05-05 [paul]       1.9.6cvs54
14647         
14648         sync with HEAD
14649
14650         * AUTHORS
14651         * src/compose.c
14652                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14653                 patch by Tim Mann
14654
14655 2005-05-05 [paul]       1.9.6cvs53
14656
14657         * src/mainwindow.c
14658                 fix resizing of separate message and
14659                 folder views
14660
14661 2005-05-05 [paul]       1.9.6cvs52
14662
14663         * src/account.c
14664         * src/addrgather.c
14665         * src/browseldap.c
14666         * src/exphtmldlg.c
14667         * src/expldifdlg.c
14668         * src/importmutt.c
14669         * src/importpine.c
14670         * src/main.c
14671         * src/mainwindow.c
14672         * src/noticeview.c
14673         * src/prefs_filtering.c
14674         * src/prefs_filtering_action.c
14675         * src/prefs_matcher.c
14676         * src/prefs_spelling.c
14677         * src/prefs_toolbar.c
14678         * src/toolbar.c
14679         * src/wizard.c
14680         * src/gtk/description_window.c
14681         * src/gtk/gtkvscrollbutton.c
14682         * src/gtk/progressdialog.c
14683         * src/gtk/quicksearch.c
14684         * src/plugins/pgpmime/prefs_gpg.c
14685         * src/plugins/spamassassin/spamassassin_gtk.c
14686                 replace deprecated gtk_widget_set_usize
14687
14688 2005-05-04 [colin]      1.9.6cvs51
14689
14690         * src/common/utils.c
14691                 Fix crash when subst_for_filename is called
14692                 with a NULL parameter
14693
14694 2005-05-04 [colin]      1.9.6cvs50
14695
14696         * src/partial_download.c
14697         * src/pop.c
14698                 Escape login when writing uidl file
14699                 fixes bug #736
14700
14701 2005-05-03 [colin]      1.9.6cvs49
14702
14703         * src/procmime.c
14704                 Fix possible DOS in mime parser
14705                 (see bug #634)
14706
14707 2005-05-02 [colin]      1.9.6cvs48
14708
14709         * src/compose.c
14710                 Try to fix the copy/paste mess once again.
14711
14712
14713 2005-04-30 [colin]      1.9.6cvs47
14714
14715         * src/prefs_account.h
14716         * src/procmsg.c
14717         * src/send_message.c
14718         * src/common/smtp.c
14719         * src/common/smtp.h
14720                 Try to batch sending mails (per account) instead of
14721                 reconnecting to server every time.
14722
14723 2005-04-29 [colin]      1.9.6cvs46
14724
14725         * src/messageview.c
14726                 Fix window resizing that refused to size down
14727         * src/prefs_common.c
14728         * src/prefs_common.h
14729         * src/prefs_filtering.c
14730                 Save Filtering's window size
14731
14732 2005-04-21 [paul]       1.9.6cvs45
14733
14734         * ChangeLog-gtk2.claws
14735         * src/setup.c
14736                 correction to sync
14737
14738 2005-04-21 [paul]       1.9.6cvs44
14739
14740         sync with main:
14741
14742         * src/setup.c
14743         * src/statusbar.c
14744         * src/statusbar.h
14745                 use gtkut_widget_draw_now(). Improved performance
14746                 of the update of statusbar
14747         * src/textview.c
14748                 textview_smooth_scroll_do(): redraw it after scroll
14749                 is done (fixed incorrect display when a part of the
14750                 view is hidden).
14751         * src/gtk/gtkutils.c
14752         * src/gtk/gtkutils.h
14753                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14754                 to force update of widgets.
14755                 Removed gtkut_widget_wait_for_draw() which had a big
14756                 overhead  because of waiting for all events processed 
14757
14758 2005-04-20 [paul]       1.9.6cvs43
14759
14760         * src/codeconv.c
14761                 complete 1.9.6cvs42's sync:
14762                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14763
14764 2005-04-19 [paul]       1.9.6cvs42
14765
14766         sync with main:
14767
14768         * src/action.c
14769                 catch_output(): correctly select the insert text
14770                 (fix invalid iterator warnings).
14771         * src/codeconv.c
14772         * src/codeconv.h
14773         * src/mainwindow.c
14774         * src/messageview.c
14775         * src/prefs_common.c
14776                 support GBK encoding.
14777         * src/common/session.c
14778         * src/common/session.h
14779                 use separate buffer for large data to be sent,
14780                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14781
14782 2005-04-18 [paul]       1.9.6cvs41
14783
14784         * src/jpilot.c
14785                 convert unsigned long into guint32
14786                 patch by Paul LeoNerd Evans 
14787
14788 2005-04-17 [colin]      1.9.6cvs40
14789
14790         * src/compose.c
14791                 Fix 'Request return receipt' from folder
14792                 properties (bug #708)
14793
14794 2005-04-17 [colin]      1.9.6cvs39
14795
14796         * src/mainwindow.c
14797                 Fix duplicate hotkeys in Mainwindow's menu
14798
14799 2005-04-17 [colin]      1.9.6cvs38
14800
14801         * src/folderview.c
14802                 Fix duplicate hotkeys in Folderview's contextual
14803                 menu
14804
14805 2005-04-15 [colin]      1.9.6cvs37
14806
14807         * src/summaryview.c
14808                 Fix 'Save as...' with non-ascii filenames
14809
14810 2005-04-15 [colin]      1.9.6cvs36
14811
14812         * src/plugins/pgpmime/pgpmime.c
14813                 Fix bus error on 64bit. Spotted by 
14814                 macallan1888@gmail.com
14815
14816 2005-04-15 [colin]      1.9.6cvs35
14817
14818         * src/prefs_account.c
14819                 Fix cvs34.
14820
14821 2005-04-12 [colin]      1.9.6cvs34
14822
14823         * src/prefs_account.c
14824                 Fix smtp auth type off-by-one. We forgot to
14825                 add PLAIN in the prefs-to-gui setter func and
14826                 as a result, the selected auth when opening
14827                 account prefs was not the correct one.
14828
14829 2005-04-12 [paul]       1.9.6cvs33
14830
14831         * src/inc.c
14832                 if the recv dialog is visible, Cancel only
14833                 cancels the current account
14834
14835
14836 2005-04-10 [colin]      1.9.6cvs32
14837
14838         * src/filtering.c
14839                 Copy score when copying FilteringActions
14840                 Fix bug #674
14841
14842 2005-04-10 [colin]      1.9.6cvs31
14843
14844         * src/inc.c
14845                 Make Message -> Receive -> Cancel cancel 
14846                 incorporation on all accounts. Fixes
14847                 bug #693
14848
14849 2005-04-10 [colin]      1.9.6cvs30
14850
14851         * src/prefs_account.c
14852                 Update Privacy checkbuttons status based
14853                 on the selected privacy system
14854         * src/compose.c
14855                 Always connect the "None" privacy system; the
14856                 static boolean was probably there to avoid
14857                 reconnecting twice in the same compose window,
14858                 but as the parent function is only called once
14859                 per compose, it's only a bug - as a static is
14860                 initialized once per application instance.
14861                 Also, don't uncheck Sign and Encrypt when
14862                 selecting None as privacy system; just ignore
14863                 them when sending/queuing.
14864                 Should fix bug #695
14865
14866 2005-04-08 [colin]      1.9.6cvs29
14867
14868         * src/account.c
14869         * src/prefs_account.c
14870         * src/prefs_account.h
14871                 Add account preference to queue message in a certain
14872                 folder.
14873
14874 2005-04-06 [colin]      1.9.6cvs28
14875
14876         * src/prefs_account.c
14877                 Update old inbox path syntax
14878
14879 2005-04-06 [paul]       1.9.6cvs27
14880
14881         sync with main:
14882
14883         * configure.ac
14884                 changed -traditional-cpp to -no-cpp-precomp for newer
14885                 Mac OS X support
14886         * src/foldersel.c
14887                 made column resize automatically
14888         * src/send_message.c
14889                 send_message_smtp(): consider EOF right after QUIT
14890                 successful (workaround for Gmail SMTP server)
14891         * src/common/socket.c
14892                 ssl_read(), ssl_peek(): check EOF which violates the
14893                 SSL protocol
14894         * src/gtk/colorlabel.c
14895                 removed warnings when displaying colorlabel menu
14896                 (don't use GtkAlignment)
14897
14898 2005-04-05 [paul]       1.9.6cvs26
14899
14900         * src/plugins/trayicon/trayicon.c
14901                 fix clipping of icon under KDE3 
14902
14903 2005-04-05 [paul]       1.9.6cvs25
14904
14905         * src/summaryview.c
14906                 hide display of threading
14907                 patch by Alfons
14908
14909 2005-04-04 [thorsten]   1.9.6cvs24
14910
14911         * src/mh.c
14912                 marks lost on filesystems with different stat() results on
14913                 summer-/wintertime
14914
14915 2005-04-03 [colin]      1.9.6cvs23
14916
14917         * src/summaryview.c
14918                 Don't handle up/down. Patch by Alfons
14919
14920 2005-04-02 [colin]      1.9.6cvs22
14921
14922         * src/summaryview.c
14923                 Make scrolling faster. Patch by Alfons.
14924
14925 2005-04-01 [colin]      1.9.6cvs21
14926
14927         * src/Makefile.am
14928         * src/stock_pixmap.c
14929         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14930         * src/pixmaps/dir_noselect.xpm ** ADDED **
14931                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14932
14933 2005-04-01 [colin]      1.9.6cvs20
14934
14935         * src/image_viewer.c
14936         * src/image_viewer.h
14937         * src/procmime.c
14938         * src/procmime.h
14939         * src/textview.c
14940         * src/textview.h
14941                 Implement inline image resizing and right-clicking
14942
14943 2005-04-01 [paul]       1.9.6cvs19
14944
14945         * AUTHORS
14946         * Makefile.am
14947         * configure.ac
14948                 check for gnome2
14949                 patch by Luca Cavalli <loopback<AT>slackit.org>
14950         * po/ru.po
14951                 updated by Pavlo Bohmat
14952
14953 2005-03-31 [colin]      1.9.6cvs18
14954
14955         * src/news.c
14956                 Fix parsing references
14957         * src/msgcache.c
14958                 don't put nulls in the references list
14959         * src/procheader.c
14960                 commit that forgotten file in 1.9.6cvs14
14961
14962 2005-03-31 [colin]      1.9.6cvs17
14963
14964         * src/compose.c
14965                 Fix joining of signature separator again. 
14966                 Maybe Hiro could put it in main too...
14967
14968 2005-03-31 [colin]      1.9.6cvs16
14969
14970         * src/Makefile.am
14971         * src/foldersel.c
14972         * src/stock_pixmap.c
14973         * src/stock_pixmap.h
14974         * src/pixmaps/dir-noselect.xpm
14975                 Update foldersel.c (sync from main, patch by Alfons)
14976
14977 2005-03-30 [colin]      1.9.6cvs15
14978
14979         * src/imap.c
14980                 Fix handling of imap folders containing [] in 
14981                 their name. Thanks to Nahuel Angelinetti for
14982                 the detailed bugreport.
14983
14984 2005-03-30 [colin]      1.9.6cvs14
14985
14986         * src/common/utils.h
14987         * src/common/utils.c
14988         * src/common/defs.h
14989         * src/matcher.c
14990         * src/msgcache.c
14991         * src/news.c
14992         * src/procmsg.c
14993         * src/procmsg.h
14994         * src/quote_fmt_parse.y
14995         * src/summaryview.c
14996                 Update references system. Patch by Alfons
14997
14998 2005-03-30 [colin]      1.9.6cvs13
14999
15000         * src/common/socket.c
15001                 Force the glibc to read resolv.conf again when 
15002                 it has changed. Should fix issues when changing
15003                 networks on a laptop and not restarting sylpheed. 
15004
15005 2005-03-30 [paul]       1.9.6cvs12
15006
15007         partial sync with main:
15008
15009         * src/action.c
15010                 create_io_dialog(): use user-defined text font
15011                 (thanks to Alfons), and modified its appearance.
15012         * src/addrgather.c
15013         * src/addrharvest.c
15014         * src/browseldap.c
15015                 replace old code
15016         * src/compose.c
15017                 don't join (presumably) itemized lines on line-wrapping
15018                 fixed wrapping of quote when auto-wrapping is enabled
15019                 compose_destroy(): destroy paned only if it's not
15020                 attached to window. Fixed memory leak of popup menu.
15021         * src/exphtmldlg.c
15022         * src/expldifdlg.c
15023                 replace old code
15024         * src/html.c
15025         * src/html.h
15026         * src/importmutt.c
15027         * src/importpine.c
15028                 replace old code
15029         * src/main.c
15030                 removed redundant code
15031         * src/mainwindow.c
15032                 changed 'Code set' (which is rather incorrect)
15033                 in the menu to 'Character encoding'
15034                 main_window_set_widgets(): request size first
15035                 to prevent window size becoming wrong
15036                 fixed remembering of the state of the visibility
15037                 of MessageView
15038         * src/messageview.c
15039                 changed 'Code set' (which is rather incorrect)
15040                 in the menu to 'Character encoding'
15041         * src/prefs_common.c
15042         * src/prefs_common.h
15043                 added an option whether to render HTML as text or not
15044                 added separators to outgoing encoding menu
15045         * src/procheader.c
15046                 procheader_scan_date_string(): support header
15047                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
15048         * src/summaryview.c
15049         * src/summaryview.h
15050                 minor code cleanup
15051         * src/textview.c
15052                 textview_show_html(): force output of newline
15053                 added an option whether to render HTML as text or not
15054         * src/common/utils.c
15055                 strncpy2(): optimized based on Alfons' code
15056         * src/gtk/gtkutils.c
15057         * src/gtk/gtkutils.h
15058                 removed non-used code
15059         * src/plugins/pgpmime/passphrase.c
15060                 partially fixed grab input of passphrase dialog
15061                 Confine pointer to window
15062
15063 2005-03-30 [colin]      1.9.6cvs11
15064
15065         * src/msgcache.c
15066         * src/msgcache.h
15067                 Read/write 32bit ints from cache & marks
15068                 From main.
15069
15070 2005-03-29 [paul]       1.9.6cvs10
15071
15072         * AUTHORS
15073         * ChangeLog.claws
15074         * src/compose.c
15075         * src/gtk/gtkaspell.c
15076                 sync with HEAD (don't pass NULL pointers) 
15077
15078 2005-03-24 [paul]
15079
15080         * tools/Makefile.am
15081         * tools/README
15082         * tools/acroread2sylpheed.pl
15083                 sync with HEAD (add script to send pdfs as
15084                 attachments from Adobe Reader 7)
15085
15086 2005-03-21 [paul]       1.9.6cvs9
15087
15088         * configure.ac
15089         * po/POTFILES.in
15090         * src/Makefile.am
15091         * src/crash.c
15092         * src/image_viewer.c ** ADDED **
15093         * src/image_viewer.h ** ADDED **
15094         * src/main.c
15095         * src/prefs_common.c
15096         * src/prefs_common.h
15097         * src/prefs_image_viewer.c ** ADDED **
15098         * src/prefs_image_viewer.h ** ADDED **
15099         * src/textview.c
15100         * src/gtk/about.c
15101         * src/pixmaps/sylpheed_logo.xpm
15102         * src/plugins/Makefile.am
15103         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15104         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15105         * src/plugins/image_viewer/plugin.c ** REMOVED **
15106         * src/plugins/image_viewer/viewer.c ** REMOVED **
15107         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15108         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15109         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15110         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15111         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15112                 as gdk-pixbuf is now built-in
15113                 remove image_viewer plugin and put code back into
15114                 main codebase
15115                 implement inline image display (sync with main)
15116
15117                 replace logo with newer, nicer, larger version  
15118
15119 2005-03-21 [paul]       1.9.6cvs8
15120
15121         * src/gtk/about.c
15122                 cosmetic improvement
15123
15124 2005-03-21 [holger]     1.9.6cvs7
15125
15126         * src/plugins/spamassassin/spamassassin.c
15127                 Sync with HEAD
15128                 (unregister hook on failed plugin init)
15129
15130 2005-03-20 [colin]      1.9.6cvs6
15131
15132         * src/common/plugin.c
15133                 Check that plugin isn't already loaded
15134                 Patch by Alfons
15135
15136 2005-03-20 [thorsten]   1.9.6cvs5
15137
15138         * src/compose.c
15139                 use a more compatible syntax
15140
15141 2005-03-20 [thorsten]   1.9.6cvs4
15142
15143         * src/prefs_toolbar.c
15144                 fix crash when selecting toolbar item (uninitialized pointer)
15145
15146 2005-03-20 [thorsten]   1.9.6cvs3
15147
15148         * src/procmime.c
15149                 fix mimetype detection (referenced free()d string)
15150
15151 2005-03-20 [paul]       1.9.6cvs2
15152
15153         * src/compose.c
15154                 sync with HEAD (1.0.3cvs5)
15155                 neglect Reply-To header if empty
15156                 Patch by Alfons 
15157
15158 2005-03-19 [holger]     1.9.6cvs1
15159
15160         * src/summaryview.c
15161         * src/summaryview.h
15162                 Sync with HEAD
15163
15164 2005-03-18 [paul]       1.9.6
15165
15166         initial GTK2 release
15167
15168 2005-03-18 [paul]       1.0.3cvs3.1
15169
15170         * AUTHORS
15171         * ChangeLog.claws
15172         * configure.ac
15173         * src/gtk/about.c
15174         * src/pixmaps/sylpheed_logo.xpm
15175                 sync with HEAD
15176
15177 2005-03-18 [colin]      1.0.3cvs2.6
15178
15179         * src/summaryview.c
15180                 Remove call to summary_step in summary_copy_selected_to
15181                 Can't see its purpose, and this causes bug when copying
15182                 a message if the next one is unread: it reads it.
15183
15184 2005-03-18 [paul]       1.0.3cvs2.5
15185
15186         * src/foldersel.c
15187                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15188
15189 2005-03-18 [paul]       1.0.3cvs2.4
15190
15191         * src/addrharvest.c
15192         * src/codeconv.c
15193         * src/codeconv.h
15194         * src/compose.c
15195         * src/news.c
15196         * src/procheader.c
15197         * src/procmime.c
15198         * src/unmime.c
15199         * src/unmime.h
15200                 fix buffer overflow, CAN-2005-0667, see
15201                 http://secunia.com/advisories/14491/
15202                 Patch by Alfons
15203
15204 2005-03-17 [colin]      1.0.3cvs2.3
15205
15206         * src/prefs_fonts.c
15207         * src/summaryview.c
15208                 Fix font bugs (both lists now officialy share 
15209                 the same font)
15210                 
15211
15212 2005-03-17 [paul]       1.0.3cvs2.2
15213
15214         * src/gtk/pluginwindow.c
15215                 make plugin descriptions uneditable
15216
15217 2005-03-11 [paul]       1.0.3cvs2.1
15218
15219         * ChangeLog.claws
15220         * configure.ac
15221         * po/POTFILES.in
15222         * src/plugins/trayicon/trayicon.c
15223                 sync with HEAD
15224                 add src/wizard.c to POTFILES.in
15225
15226 2005-03-11 [paul]       1.0.3cvs1.1
15227
15228         * ChangeLog
15229         * ChangeLog.claws
15230         * configure.ac
15231         * po/de.po
15232         * po/es.po
15233         * po/fr.po
15234         * po/it.po
15235         * po/pt_BR.po
15236         * po/ru.po
15237         * po/sk.po
15238         * po/sr.po
15239         * po/zh_CN.po
15240                 sync with HEAD
15241
15242 2005-03-04 [colin]      1.0.1cvs22.2
15243
15244         * src/compose.c
15245                 Fix signatures with accentued chars in it
15246
15247 2005-03-04 [colin]      1.0.1cvs22.1
15248
15249         * src/common/smtp.c
15250         * src/common/smtp.h
15251                 Don't use SIZE param in MAIL FROM: if server 
15252                 doesn't support it. Patch by Eugen Freiter
15253                 <eugen_f@users.sf.net>
15254
15255 2005-02-27 [paul]       1.0.1cvs20.1
15256
15257         * ChangeLog.claws
15258         * configure.ac
15259         * src/messageview.c
15260                 sync with HEAD
15261
15262 2005-02-27 [colin]      1.0.1cvs19.4
15263
15264         * src/procheader.c
15265         * src/procheader.h
15266                 Fix prototypes. Patch by Alfons
15267
15268 2005-02-27 [colin]      1.0.1cvs19.3
15269
15270         * src/compose.c
15271                 Don't auto-join the signature separator.
15272
15273 2005-02-26 [colin]      1.0.1cvs19.2
15274
15275         * src/summaryview.c
15276                 Fix 'mark all read' with collapsed threads.
15277                 Patch by Alfons.
15278
15279 2005-02-25 [paul]       1.0.1cvs19.1
15280
15281         * ChangeLog.claws
15282         * configure.ac
15283         * src/prefs_account.c
15284         * src/prefs_folder_item.c
15285         * src/gtk/prefswindow.c
15286         * src/gtk/prefswindow.h
15287                 sync with HEAD
15288
15289 2005-02-25 [paul]       1.0.1cvs15.12
15290
15291         * src/alertpanel.c
15292         * src/codeconv.c
15293         * src/compose.c
15294         * src/textview.c
15295         * src/gtk/gtkutils.c
15296         * src/gtk/gtkutils.h
15297         * src/gtk/logwindow.c
15298         * src/gtk/progressdialog.c
15299                 sync with main (revision 127)
15300                 and fix logwindow clipping
15301
15302 2005-02-24 [colin]      1.0.1cvs15.11
15303
15304         * src/plugins/pgpmime/passphrase.c
15305                 Disable input grabbing; it doesn't work yet.
15306
15307 2005-02-24 [colin]      1.0.1cvs15.10
15308
15309         * src/messageview.c
15310                 Don't send out receipts if offline. Ask.
15311
15312 2005-02-23 [colin]      1.0.1cvs15.9
15313
15314         * src/summaryview.c     
15315                 Fix expanding
15316
15317 2005-02-23 [colin]      1.0.1cvs15.8
15318
15319         * src/summaryview.c
15320                 Really fix Bug 568 by removing useless
15321                 calls. summary_thread_init() now called
15322                 in summary_sort(). This should please
15323                 Alfons as it should be faster than 
15324                 previously.
15325
15326 2005-02-23 [colin]      1.0.1cvs15.7
15327
15328         * src/compose.c
15329                 Encode parts as QP or B64 if signing
15330
15331 2005-02-23 [colin]      1.0.1cvs15.6
15332
15333         * src/compose.c
15334                 Fix Mimeinfo leakage (including tmp files)
15335         * src/procmsg.c
15336                 Fix tmp file leakage (spotted by Ivan Rayner)
15337
15338 2005-02-22 [colin]      1.0.1cvs15.5
15339
15340         * src/expldifdlg.c
15341                 Fix keyboard input. Patch by Alfons.
15342
15343 2005-02-21 [colin]      1.0.1cvs15.4
15344
15345         * src/compose.c
15346                 Fix Sign/Encrypt when unselecting privacy
15347                 system
15348         * src/prefs_common.c
15349                 Change default message font to Monospace
15350         * src/summaryview.c
15351                 More freezing during potentially large operations
15352
15353 2005-02-21 [paul]       1.0.1cvs15.3
15354
15355         * src/main.c
15356                 fix --help output
15357
15358 2005-02-21 [paul]       1.0.1cvs15.2
15359
15360         * po/Makefile.in.in
15361         * src/compose.c
15362         * src/summaryview.c
15363         * src/textview.c
15364         * src/common/utils.c
15365         * src/common/utils.h
15366                 sync with main (revision 117)
15367
15368 2005-02-20 [colin]      1.0.1cvs15.1
15369
15370         * src/common/defs.h
15371                 Change cache file to .sylpheed_claws_cache, as
15372                 suggested by Alfons. Allows people to switch
15373                 between Sylpheed and Sylpheed-Claws. it is
15374                 a good idea to "Check for new messages" at next
15375                 startup.
15376
15377
15378 2005-02-18 [colin]      1.0.1cvs14.1
15379
15380         * src/quote_fmt_lex.l
15381         * src/quote_fmt_parse.y
15382                 Fix parser initialisation. Patch by Ivan.
15383
15384 2005-02-18 [colin]      1.0.1cvs11.6
15385
15386         * src/folderview.c
15387                 Fix scrolldown (bug 662)
15388
15389 2005-02-17 [colin]      1.0.1cvs11.5
15390
15391         * src/codeconv.c
15392                 conv_filename_to_utf8: return clean 7bit instead
15393                 of broken utf8 if needed
15394         * src/mimeview.c
15395                 Fix display of parts with unclean 8bit names
15396
15397 2005-02-17 [paul]       1.0.1cvs11.4
15398
15399         * src/compose.c
15400         * src/exportldif.c
15401         * src/matcher_parser_parse.y
15402         * src/procmime.c
15403         * src/sourcewindow.c
15404         * src/common/Makefile.am
15405         * src/common/intl.h             ** REMOVED **
15406         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15407                 sync with main (revision 109)
15408                 and clean up
15409
15410 2005-02-16 [colin]      1.0.1cvs11.3
15411
15412         * src/summaryview.c
15413                 Fix collapsed thread not highlighting when new
15414                 messages in it (Bug 568) Patch by Stephan Sachse.
15415                 Fix messed up selection when reaching bounds (Bug 632)
15416         * src/prefs_themes.c
15417                 Fix theme installing (Bug 684)
15418
15419 2005-02-16 [colin]      1.0.1cvs11.2
15420
15421         * src/messageview.c
15422                 Fix messageview_select_all
15423
15424 2005-02-16 [colin]      1.0.1cvs11.1
15425
15426         * src/mh.c
15427                 Sync with HEAD (MH scan required function)
15428
15429 2005-02-15 [colin]      1.0.1cvs8.1
15430
15431         * src/mimeview.c
15432         * src/common/utils.c
15433                 Sync with HEAD (filename chars substitution)
15434
15435 2005-02-15 [colin]      1.0.1cvs7.3
15436
15437         * src/gtk/pluginwindow.c
15438                 Fix button spacing
15439
15440 2005-02-15 [colin]      1.0.1cvs7.2
15441
15442         * src/mimeview.c
15443                 Fix mime icons not reset across message when
15444                 scrolled down
15445
15446 2005-02-15 [colin]      1.0.1cvs7.1
15447
15448         * src/compose.c
15449         * src/procmime.c
15450                 Sync with HEAD (optimisation of cvs6)
15451
15452 2005-02-14 [colin]      1.0.1cvs6.1
15453
15454         * src/compose.c
15455         * src/procmime.c
15456                 Sync with HEAD (encode "From " at line beginning)
15457
15458 2005-02-14 [colin]      1.0.1cvs5.3
15459
15460         * src/compose.c
15461                 Fix wrapping with accentued chars.
15462
15463 2005-02-13 [colin]      1.0.1cvs5.2
15464
15465         * src/textview.c
15466                 Fix email informative part parsing with
15467                 accentued chars in it. ispunct() returns
15468                 true for them in utf8...
15469
15470 2005-02-12 [colin]      1.0.1cvs5.1
15471
15472         * src/filtering.c
15473                 Sync with HEAD (remove wrong use of compose after send)
15474
15475 2005-02-12 [paul]       1.0.1cvs4.5
15476
15477         * src/textview.c
15478                 remove unnecessary code (thanks to Alfons)
15479
15480 2005-02-12 [paul]       1.0.1cvs4.4
15481
15482         * src/textview.c
15483                 add 'Copy' to contextual menu on emails
15484
15485 2005-02-11 [colin]      1.0.1cvs4.3
15486
15487         * src/compose.c
15488                 revert 1.0.0cvs28.2, it doesn't work that well.
15489
15490 2005-02-11 [paul]       1.0.1cvs4.2
15491
15492         * po/Makefile.in.in
15493                 fix 'make release'
15494
15495 2005-02-10 [paul]       1.0.1cvs4.1
15496
15497         * ChangeLog
15498         * ChangeLog.claws
15499         * ChangeLog.jp
15500         * configure.ac
15501         * src/compose.c
15502                 sync with HEAD (sync with main)
15503
15504 2005-02-10 [paul]       1.0.1cvs3.2
15505
15506         * AUTHORS
15507         * Makefile.am
15508         * autogen.sh
15509         * configure.ac
15510         * config/mkinstalldirs
15511         * intl/.cvsignore
15512         * intl/ChangeLog
15513         * intl/VERSION
15514         * intl/bindtextdom.c
15515         * intl/config.charset
15516         * intl/dcgettext.c
15517         * intl/dcigettext.c
15518         * intl/dcngettext.c
15519         * intl/dgettext.c
15520         * intl/dngettext.c
15521         * intl/eval-plural.h
15522         * intl/explodename.c
15523         * intl/finddomain.c
15524         * intl/gettext.c
15525         * intl/gettextP.h
15526         * intl/gmo.h
15527         * intl/hash-string.h
15528         * intl/intl-compat.c
15529         * intl/l10nflist.c
15530         * intl/libgnuintl.h.in
15531         * intl/loadinfo.h
15532         * intl/loadmsgcat.c
15533         * intl/localcharset.c
15534         * intl/localcharset.h
15535         * intl/locale.alias
15536         * intl/localealias.c
15537         * intl/localename.c
15538         * intl/log.c
15539         * intl/ngettext.c
15540         * intl/os2compat.c
15541         * intl/os2compat.h
15542         * intl/osdep.c
15543         * intl/plural-exp.c
15544         * intl/plural-exp.h
15545         * intl/plural.c
15546         * intl/plural.y
15547         * intl/ref-add.sin
15548         * intl/ref-del.sin
15549         * intl/relocatable.c
15550         * intl/relocatable.h
15551         * intl/textdomain.c
15552         * m4/Makefile.am
15553         * po/Makefile.in.in
15554         * src/Makefile.am
15555         * src/account.c
15556         * src/action.c
15557         * src/addr_compl.c
15558         * src/addressadd.c
15559         * src/addressbook.c
15560         * src/addrgather.c
15561         * src/addrindex.c
15562         * src/alertpanel.c
15563         * src/browseldap.c
15564         * src/codeconv.c
15565         * src/codeconv.h
15566         * src/compose.c
15567         * src/compose.h
15568         * src/crash.c
15569         * src/editaddress.c
15570         * src/editbook.c
15571         * src/editgroup.c
15572         * src/editjpilot.c
15573         * src/editldap.c
15574         * src/editldap_basedn.c
15575         * src/editvcard.c
15576         * src/exphtmldlg.c
15577         * src/expldifdlg.c
15578         * src/export.c
15579         * src/exporthtml.c
15580         * src/filtering.c
15581         * src/folder.c
15582         * src/folder_item_prefs.c
15583         * src/foldersel.c
15584         * src/folderview.c
15585         * src/grouplistdialog.c
15586         * src/headerview.c
15587         * src/imap.c
15588         * src/imap_gtk.c
15589         * src/import.c
15590         * src/importldif.c
15591         * src/importmutt.c
15592         * src/importpine.c
15593         * src/inc.c
15594         * src/ldif.c
15595         * src/main.c
15596         * src/mainwindow.c
15597         * src/matcher.c
15598         * src/mbox.c
15599         * src/message_search.c
15600         * src/messageview.c
15601         * src/mh.c
15602         * src/mh_gtk.c
15603         * src/mimeview.c
15604         * src/msgcache.c
15605         * src/news.c
15606         * src/news_gtk.c
15607         * src/noticeview.c
15608         * src/partial_download.c
15609         * src/pop.c
15610         * src/prefs_account.c
15611         * src/prefs_actions.c
15612         * src/prefs_common.c
15613         * src/prefs_customheader.c
15614         * src/prefs_display_header.c
15615         * src/prefs_ext_prog.c
15616         * src/prefs_filtering.c
15617         * src/prefs_filtering_action.c
15618         * src/prefs_folder_item.c
15619         * src/prefs_fonts.c
15620         * src/prefs_gtk.c
15621         * src/prefs_matcher.c
15622         * src/prefs_msg_colors.c
15623         * src/prefs_spelling.c
15624         * src/prefs_summary_column.c
15625         * src/prefs_template.c
15626         * src/prefs_themes.c
15627         * src/prefs_toolbar.c
15628         * src/prefs_wrapping.c
15629         * src/privacy.c
15630         * src/procheader.c
15631         * src/procmime.c
15632         * src/procmsg.c
15633         * src/quote_fmt.c
15634         * src/recv.c
15635         * src/send_message.c
15636         * src/setup.c
15637         * src/sourcewindow.c
15638         * src/ssl_manager.c
15639         * src/statusbar.c
15640         * src/summary_search.c
15641         * src/summaryview.c
15642         * src/textview.c
15643         * src/toolbar.c
15644         * src/wizard.c
15645         * src/common/nntp.c
15646         * src/common/plugin.c
15647         * src/common/smtp.c
15648         * src/common/ssl.c
15649         * src/common/ssl_certificate.c
15650         * src/common/string_match.c
15651         * src/common/sylpheed.c
15652         * src/common/template.c
15653         * src/common/utils.c
15654         * src/gtk/about.c
15655         * src/gtk/colorlabel.c
15656         * src/gtk/description_window.c
15657         * src/gtk/filesel.c
15658         * src/gtk/foldersort.c
15659         * src/gtk/gtkaspell.c
15660         * src/gtk/gtkutils.c
15661         * src/gtk/inputdialog.c
15662         * src/gtk/logwindow.c
15663         * src/gtk/menu.c
15664         * src/gtk/pluginwindow.c
15665         * src/gtk/prefswindow.c
15666         * src/gtk/progressdialog.c
15667         * src/gtk/quicksearch.c
15668         * src/gtk/sslcertwindow.c
15669         * src/plugins/clamav/clamav_plugin.c
15670         * src/plugins/clamav/clamav_plugin_gtk.c
15671         * src/plugins/demo/demo.c
15672         * src/plugins/dillo_viewer/dillo_prefs.c
15673         * src/plugins/dillo_viewer/dillo_viewer.c
15674         * src/plugins/image_viewer/plugin.c
15675         * src/plugins/image_viewer/viewer.c
15676         * src/plugins/image_viewer/viewerprefs.c
15677         * src/plugins/mathml_viewer/mathml_viewer.c
15678         * src/plugins/pgpmime/passphrase.c
15679         * src/plugins/pgpmime/plugin.c
15680         * src/plugins/pgpmime/prefs_gpg.c
15681         * src/plugins/pgpmime/select-keys.c
15682         * src/plugins/pgpmime/sgpgme.c
15683         * src/plugins/spamassassin/spamassassin.c
15684         * src/plugins/spamassassin/spamassassin_gtk.c
15685         * src/plugins/trayicon/trayicon.c
15686                 sync with main (revision 104)
15687
15688 2005-02-10 [colin]      1.0.1cvs3.1
15689
15690         * src/mainwindow.c
15691                 Sync with HEAD (fix occasional crasher)
15692
15693 2005-02-10 [colin]      1.0.1cvs2.1
15694
15695         * src/messageview.c
15696                 Synw with HEAD (don't automatically display html)
15697
15698 2005-02-09 [colin]      1.0.1cvs1.3
15699
15700         * src/textview.c
15701         * src/textview.h
15702                 Add contextual menu on emails
15703
15704 2005-02-09 [colin]      1.0.1cvs1.2
15705
15706         * src/codeconv.c
15707                 Fix converting from broken headers and 
15708                 put back the _ in missing places
15709                 (feature broke with cvs24.2 sync, main 
15710                  possibly affected?)
15711
15712 2005-02-09 [colin]      1.0.1cvs1.1
15713
15714         * src/messageview.c
15715         * src/mimeview.c
15716         * src/mimeview.h
15717                 Sync with HEAD (display non text/plain mails with plugin)
15718
15719 2005-02-08 [colin]      1.0.1.1
15720
15721         * ChangeLog.claws
15722         * po/pt_BR.po
15723                 Sync with HEAD
15724         * configure.ac
15725                 Make default configuration directory 
15726                 be .sylpheed-gtk2
15727
15728 2005-02-08 [colin]      1.0.0cvs29.1
15729
15730         * po/de.po
15731         * po/es.po
15732         * po/fr.po
15733         * po/it.po
15734         * po/sk.po
15735         * po/sr.po
15736                 Sync translations with HEAD
15737
15738 2005-02-06 [colin]      1.0.0cvs28.3
15739
15740         * src/compose.c
15741                 Make compose a bit faster - patch by Alfons.
15742
15743 2005-02-06 [colin]      1.0.0cvs28.2
15744
15745         * src/compose.c
15746                 Make pasting via middle-click more reliable
15747
15748 2005-02-05 [paul]       1.0.0cvs28.1
15749
15750         * ChangeLog
15751         * ChangeLog.claws
15752         * ChangeLog.jp
15753         * configure.ac
15754         * src/compose.c
15755                 sync with HEAD
15756                 (fix bug 682 'redirect is broken'
15757
15758 2005-02-05 [torte]      1.0.0cvs27.1
15759
15760         * ChangeLog.claws
15761         * configure.ac
15762         * src/partial_download.c
15763                 Sync with HEAD (fix buf overflow)
15764
15765 2005-02-03 [colin]      1.0.0cvs26.1
15766
15767         * src/common/plugin.c
15768                 Sync with HEAD (avoid plugin mismatches)
15769
15770 2005-02-03 [paul]       1.0.0cvs25.3
15771
15772         * src/folderview.c
15773         * src/headerview.c
15774         * src/summaryview.c
15775         * src/textview.c
15776         * src/gtk/colorlabel.c
15777                 third and final part of initial sync with main-gtk2
15778
15779 2005-02-03 [paul]       1.0.0cvs25.2
15780
15781         * src/jpilot.c
15782                 fix building with jpilot support
15783
15784 2005-02-02 [colin]      1.0.0cvs25.1
15785
15786         * src/messageview.c
15787                 Sync with HEAD (fix dangerous typo)
15788
15789 2005-02-01 [colin]      1.0.0cvs24.3
15790
15791         * src/common/xml.c
15792                 Write file as advertised (UTF-8)
15793
15794 2005-02-01 [paul]       1.0.0cvs24.2
15795
15796         * src/addrbook.c
15797         * src/addrindex.c
15798         * src/alertpanel.h
15799         * src/codeconv.c
15800         * src/codeconv.h
15801         * src/compose.c
15802         * src/export.c
15803         * src/folder_item_prefs.c
15804         * src/html.c
15805         * src/imap.c
15806         * src/import.c
15807         * src/jpilot.c
15808         * src/mainwindow.c
15809         * src/matcher_parser_lex.l
15810         * src/messageview.c
15811         * src/mh.c
15812         * src/prefs_account.c
15813         * src/prefs_actions.c
15814         * src/prefs_common.c
15815         * src/prefs_gtk.c
15816         * src/prefs_gtk.h
15817         * src/prefs_themes.c
15818         * src/procheader.c
15819         * src/procmime.c
15820         * src/sourcewindow.c
15821         * src/statusbar.c
15822         * src/summaryview.c
15823         * src/textview.c
15824         * src/toolbar.c
15825         * src/unmime.c
15826         * src/common/template.c
15827         * src/common/utils.c
15828         * src/common/xml.c
15829         * src/common/xml.h
15830         * src/gtk/gtkaspell.c
15831         * src/plugins/clamav/clamav_plugin.c
15832         * src/plugins/dillo_viewer/dillo_prefs.c
15833         * src/plugins/image_viewer/viewerprefs.c
15834         * src/plugins/pgpmime/passphrase.c
15835         * src/plugins/pgpmime/prefs_gpg.c
15836         * src/plugins/pgpmime/select-keys.c
15837         * src/plugins/spamassassin/spamassassin.c
15838                 second part of initial sync with main-gtk2
15839                 (more to follow)
15840
15841 2005-01-31 [colin]      1.0.0cvs24.1
15842
15843         * src/compose.c
15844                 Sync with HEAD
15845
15846 2005-01-29 [paul]       1.0.0cvs23.2
15847
15848         * src/account.c
15849         * src/action.c
15850         * src/addressadd.c
15851         * src/addressbook.c
15852         * src/alertpanel.c
15853         * src/compose.c
15854         * src/editaddress.c
15855         * src/editbook.c
15856         * src/editgroup.c
15857         * src/editjpilot.c
15858         * src/editldap.c
15859         * src/editldap_basedn.c
15860         * src/editvcard.c
15861         * src/export.c
15862         * src/foldersel.c
15863         * src/grouplistdialog.c
15864         * src/import.c
15865         * src/importldif.c
15866         * src/inc.c
15867         * src/main.c
15868         * src/mainwindow.c
15869         * src/message_search.c
15870         * src/messageview.c
15871         * src/mimeview.c
15872         * src/prefs_actions.c
15873         * src/prefs_common.c
15874         * src/prefs_common.h
15875         * src/prefs_customheader.c
15876         * src/prefs_display_header.c
15877         * src/prefs_filtering.c
15878         * src/prefs_filtering_action.c
15879         * src/prefs_gtk.c
15880         * src/prefs_matcher.c
15881         * src/prefs_summary_column.c
15882         * src/prefs_template.c
15883         * src/sourcewindow.c
15884         * src/summary_search.c
15885         * src/summaryview.c
15886         * src/textview.c
15887         * src/gtk/about.c
15888         * src/gtk/description_window.c
15889         * src/gtk/gtkshruler.c
15890         * src/gtk/gtkutils.c
15891         * src/gtk/gtkutils.h
15892         * src/gtk/inputdialog.c
15893         * src/gtk/logwindow.c
15894         * src/gtk/prefswindow.c
15895         * src/gtk/progressdialog.c
15896         * src/gtk/progressdialog.h
15897                 first part of initial sync with main-gtk2
15898                 (more to follow)
15899
15900 2005-01-28 [colin]      1.0.0cvs23.1
15901
15902         * src/folderview.c
15903                 Sync with HEAD
15904
15905 2005-01-27 [colin]      1.0.0cvs21.1
15906
15907         * src/folder.c
15908         * src/folderview.c
15909                 Sync with HEAD
15910
15911 2005-01-27 [colin]      1.0.0cvs19.1
15912
15913         * src/procmime.c
15914                 Sync with HEAD
15915
15916 2005-01-27 [colin]      1.0.0cvs18.1
15917
15918         * src/messageview.c
15919         * src/summaryview.c
15920         * src/mainwindow.c
15921         * src/compose.c
15922         * src/compose.h
15923         * src/procmsg.c
15924         * src/procmsg.h
15925         * src/toolbar.c
15926                 Sync with HEAD
15927
15928 2005-01-26 [paul]       1.0.0cvs15.2
15929
15930         * src/compose.c
15931                 compose_entries_set(): convert subject and body to
15932                 utf8 if necessary. patch by Felix Eckhofer
15933
15934 2005-01-26 [paul]       1.0.0cvs15.1
15935
15936         * configure.ac
15937         * src/common/template.c
15938                 sync with HEAD (fix memory leak)
15939
15940 2005-01-25 [paul]       1.0.0cvs14.1
15941
15942         * configure.ac
15943         * src/compose.c
15944                 sync with HEAD
15945
15946 2005-01-24 [colin]      1.0.0cvs13.1
15947
15948         * src/summaryview.c
15949                 Sync with HEAD
15950
15951 2005-01-24 [paul]       1.0.0cvs12.1
15952
15953         * configure.ac
15954         * src/messageview.c
15955         * src/mh.c
15956         * src/common/utils.c
15957                 sync with HEAD
15958
15959 2005-01-24 [colin]      1.0.0cvs11.1
15960
15961         * src/procheader.c
15962                 Sync with HEAD
15963
15964 2005-01-24 [colin]      1.0.0cvs10.1
15965
15966         * src/folderview.c
15967                 Sync with HEAD
15968
15969 2005-01-23 [colin]      1.0.0cvs9.1
15970
15971         * src/crash.c
15972                 Sync with HEAD
15973
15974 2005-01-22 [colin]      1.0.0cvs8.1
15975
15976         * src/summaryview.c
15977         * src/gtk/quicksearch.c
15978                 Sync with HEAD
15979
15980 2005-01-21 [colin]      1.0.0cvs7.1
15981
15982         * src/summaryview.c
15983                 Sync with HEAD
15984
15985 2005-01-21 [colin]      1.0.0cvs6.1
15986
15987         * src/summaryview.c
15988                 Sync with HEAD
15989
15990 2005-01-21 [colin]      1.0.0cvs5.1
15991
15992         * src/gtk/quicksearch.c
15993         * src/prefs_common.c
15994         * src/prefs_common.h
15995                 Sync with HEAD (recurse option)
15996
15997 2005-01-21 [colin]      1.0.0cvs4.1
15998
15999         * src/folder.h
16000         * src/folderview.c
16001         * src/folderview.h
16002         * src/summaryview.c
16003         * src/gtk/quicksearch.c
16004         * src/gtk/quicksearch.h
16005                 Sync with HEAD (recursive quicksearch)
16006
16007 2005-01-20 [colin]      1.0.0cvs3.4
16008
16009         * src/ssl_manager.c
16010                 Remove useless code
16011
16012 2005-01-20 [colin]      1.0.0cvs3.3
16013
16014         * src/ssl_manager.c
16015                 Fix leak, thanks to Alfons.
16016
16017 2005-01-20 [colin]      1.0.0cvs3.2
16018
16019         * src/ssl_manager.c
16020                 Port SSL certificate window to GTK2.
16021
16022 2005-01-20 [paul]       1.0.0cvs3.1
16023
16024         * ChangeLog.claws
16025         * configure.ac
16026         * src/addrindex.c
16027         * src/addrindex.h
16028                 sync with HEAD
16029
16030 2005-01-19 [colin]      1.0.0cvs2.2
16031
16032         * src/plugins/trayicon/trayicon.c
16033                 Fix freeze with gtk-2.6, the easy way
16034                 (signal blocking helpless there...)
16035                 Closes bug #668.
16036
16037 2005-01-19 [colin]      1.0.0cvs2.1
16038
16039         * src/mbox.c
16040         * src/mbox.h
16041         * src/mainwindow.c
16042         * src/summaryview.c
16043         * src/summaryview.h
16044                 Sync with HEAD
16045
16046 2005-01-19 [paul]       1.0.0cvs1.1
16047
16048         * configure.ac
16049         * po/de.po
16050         * po/es.po
16051         * po/fr.po
16052         * po/hr.po
16053         * po/it.po
16054         * po/ja.po
16055         * po/ko.po
16056         * po/pt_BR.po
16057         * po/ru.po
16058         * po/sk.po
16059         * po/sr.po
16060                 sync with HEAD (update translations)
16061
16062 2005-01-18 [colin]      1.0.0cvs0.1
16063
16064         * src/foldersel.c
16065                 Specify search column - patch by Alfons
16066
16067 2005-01-18 [colin]      0.9.13cvs36.3
16068
16069         * src/prefs_toolbar.c
16070                 Change Delete to Remove
16071         * src/prefs_fonts.c
16072                 GTK2 version and leak fixes
16073         * src/prefs_actions.c
16074                 Add stock buttons.
16075                 All patches by Alfons
16076
16077 2005-01-17 [colin]      0.9.13cvs36.2
16078
16079         * src/compose.c
16080                 Fix DnD inserting twice. While at it,
16081                 add DnD support for text/plain in the
16082                 body, and add support in the headers.
16083
16084 2005-01-16 [colin]      0.9.13cvs36.1
16085
16086         * ChangeLog
16087         * ChangeLog.jp
16088         * ChangeLog.claws
16089                 Sync with HEAD (nothing applicable)
16090
16091 2005-01-16 [colin]      0.9.13cvs33.2
16092
16093         * src/prefs_toolbar.c
16094                 GTK2ize prefs_toolbar, by Alfons.
16095
16096 2005-01-14 [colin]      0.9.13cvs33.1
16097
16098         * src/html.c
16099         * src/msgcache.c
16100                 Sync with HEAD
16101
16102 2005-01-14 [colin]      0.9.13cvs32.1
16103
16104         * src/html.c
16105         * src/html.h
16106         * src/msgcache.c
16107         * AUTHORS
16108         * tools/calypso_convert.pl
16109                 Sync with HEAD
16110
16111 2005-01-08 [colin]      0.9.13cvs29.2
16112
16113         * src/prefs_filtering_action.c
16114         * src/prefs_filtering.c
16115                 2 more gtk2 patches by Alfons
16116
16117 2005-01-07 [paul]       0.9.13cvs29.1
16118
16119         * ChangeLog
16120         * ChangeLog.claws
16121         * ChangeLog.jp
16122         * configure.ac
16123         * src/pop.c
16124         * src/pop.h
16125                 sync with HEAD
16126
16127 2005-01-07 [colin]      0.9.13cvs28.3
16128
16129         * src/gtk/progressdialog.c
16130         * src/gtk/progressdialog.h
16131         * src/inc.c
16132         * src/send_message.c
16133                 GTK2 for the incorporation dialog. The CList isn't dead
16134                 yet, for a more smooth migration. Patch by Alfons.
16135
16136 2005-01-06 [colin]      0.9.13cvs28.2
16137
16138         * src/prefs_display_header.c
16139                 GTK2 conversion by Alfons
16140         * src/prefs_actions.c
16141         * src/prefs_matcher.c
16142                 Fix 2 leaks - patch by Alfons
16143
16144 2005-01-06 [colin]      0.9.13cvs28.1
16145
16146         * src/prefs_matcher.c
16147                 Sync with HEAD
16148
16149 2005-01-06 [colin]      0.9.13cvs27.4
16150
16151         * src/prefs_matcher.c
16152                 Fix double-free. Patch by Alfons
16153
16154 2005-01-06 [colin]      0.9.13cvs27.3
16155
16156         * src/prefs_matcher.c
16157                 GTK2 widgets + memleak
16158                 Patch by Alfons
16159
16160 2005-01-05 [colin]      0.9.13cvs27.2
16161
16162         * src/account.c
16163         * src/addr_compl.c
16164         * src/foldersel.c
16165         * src/stock_pixmap.c
16166         * src/stock_pixmap.h
16167                 3 more GTK2 patches by Alfons.
16168
16169 2005-01-04 [colin]      0.9.13cvs27.1
16170
16171         * src/folderview.c
16172         * src/imap_gtk.c
16173         * src/news_gtk.c
16174                 Sync with HEAD
16175
16176 2005-01-04 [colin]      0.9.13cvs25.9
16177
16178         * src/compose.c
16179                 Fix Show Ruler menuitem
16180         * src/prefs_template.c
16181                 Convert to GTK2
16182         * src/common/utils.c
16183                 Make auto pointer stuff handles NULLs
16184                 Patches by Alfons.
16185
16186 2005-01-04 [colin]      0.9.13cvs25.8
16187
16188         * src/compose.c
16189                 Move the attachment list to gtk2
16190                 Patch by Alfons.
16191
16192 2005-01-04 [colin]      0.9.13cvs25.7
16193
16194         * src/textview.c
16195                 Make some keys work again
16196                 Patch by SungHyun Nam <namsh@kldp.org>
16197
16198 2005-01-04 [colin]      0.9.13cvs25.6
16199
16200         * src/gtk/gtkshruler.c
16201                 Move the ruler to GTK2
16202                 Patch by Alfons
16203
16204 2005-01-03 [colin]      0.9.13cvs25.5
16205
16206         * src/compose.c
16207                 Fix my broken patch apply 
16208
16209 2005-01-03 [colin]      0.9.13cvs25.4
16210
16211         * src/common/utils.c
16212         * src/common/utils.h
16213         * src/gtk/prefswindow.c
16214                 Move auto pointer stuff to utils.c
16215                 Patch by Alfons again :)
16216
16217 2005-01-03 [colin]      0.9.13cvs25.3
16218
16219         * src/compose.c
16220         * src/prefs_gtk.c
16221         * src/prefs_template.c
16222         * src/textview.c
16223                 Empty text widgets with empty strings, not NULL char
16224                 Patch by SungHyun Nam <namsh@kldp_org>
16225
16226 2005-01-03 [colin]      0.9.13cvs25.2
16227
16228         * src/main.c
16229         * AUTHORS
16230                 Sync with HEAD
16231
16232 2005-01-03 [colin]      0.9.13cvs25.1
16233
16234         * src/pop.c
16235         * src/pop.h
16236                 Sync with HEAD
16237
16238 2005-01-03 [colin]      0.9.13cvs24.3
16239
16240         * src/account.c
16241                 Two patches from Alfons and Alex S Moore:
16242                 fix images, fix return value.
16243
16244 2005-01-01 [colin]      0.9.13cvs24.2
16245
16246         * src/prefs_actions.c
16247                 Fix over-zealous assertion. Patch by Alfons
16248
16249 2005-01-01 [colin]      0.9.13cvs24.1
16250
16251         * src/procmime.c
16252                 Sync with HEAD (leak fix)
16253
16254 2004-12-31 [colin]      0.9.13cvs23.2
16255
16256         * src/prefs_common.c
16257                 GTK2 widgets + stock buttons - patch by Alfons
16258
16259 2004-12-31 [paul]       0.9.13cvs23.1
16260
16261         * configure.ac
16262                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16263         * src/gtk/pluginwindow.c
16264                 use GTK2 widgets and plug memory leaks,
16265                 patches by Alfons
16266
16267 2004-12-30 [colin]      0.9.13cvs22.4
16268
16269         * src/account.c
16270         * src/action.c
16271         * src/export.c
16272         * src/foldersel.c
16273         * src/import.c
16274         * src/message_search.c
16275         * src/prefs_actions.c
16276         * src/prefs_common.c
16277         * src/prefs_customheader.c
16278         * src/prefs_filtering.c
16279         * src/prefs_summary_column.c
16280         * src/summary_search.c
16281         * src/gtk/about.c
16282         * src/gtk/description_window.c
16283         * src/gtk/gtkutils.c
16284         * src/gtk/gtkutils.h
16285         * src/gtk/inputdialog.c
16286         * src/gtk/prefswindow.c
16287                 Use GTK2 stock buttons. Patches by Alfons.
16288
16289 2004-12-30 [colin]      0.9.13cvs22.3
16290
16291         * src/account.c
16292                 Sync with HEAD
16293         * src/prefs_actions.c
16294         * src/prefs_customheader.c
16295         * src/prefs_filtering.c
16296         * src/prefs_msg_colors.c
16297         * src/prefs_summary_column.c
16298         * src/gtk/prefswindow.c
16299                 Use GtkTreeView instead of deprecated 
16300                 widgets. Patches by Alfons.
16301
16302 2004-12-30 [paul]       0.9.13cvs22.2
16303
16304         * src/foldersel.c
16305                 use GTK 2 Tree View
16306                 patch by Alfons, with root folder sorting fix
16307                 by Stephan Sachse
16308
16309 2004-12-30 [paul]       0.9.13cvs22.1
16310
16311         * ChangeLog
16312         * ChangeLog.claws
16313         * ChangeLog.jp
16314         * NEWS
16315         * configure.ac
16316         * src/account.c
16317                 sync with HEAD
16318
16319 2004-12-22 [martin]     0.9.13cvs21.2
16320
16321         * src/action.c
16322                 free the command line after its use
16323
16324 2004-12-18 [paul]       0.9.13cvs21.1
16325
16326         * AUTHORS
16327         * ChangeLog
16328         * ChangeLog.claws
16329         * ChangeLog.jp
16330         * NEWS
16331         * configure.ac
16332         * src/action.c
16333         * src/compose.c
16334         * src/syldap.c
16335                 sync with HEAD
16336
16337 2004-12-17 [martin]     0.9.13cvs17.2
16338
16339         * src/action.c
16340                 convert actions input to locale
16341         * src/inc.c
16342                 convert notification command to locale
16343         * src/plugins/pgpmime/select-keys.c
16344                 convert attributes to utf8
16345
16346 2004-12-14 [colin]      0.9.13cvs17.1
16347
16348         * ChangeLog
16349         * ChangeLog.jp
16350         * ChangeLog.claws
16351         * src/action.c
16352         * src/common/utils.c
16353         * src/gtk/prefswindow.c
16354         * src/gtk/gtkutils.c
16355         * src/gtk/gtkutils.h
16356         * src/plugins/spamassassin/libspamc.c
16357                 Sync with HEAD
16358
16359 2004-12-13 [colin]      0.9.13cvs14.1
16360
16361         * src/quote_fmt_parse.y
16362                 Sync with HEAD
16363
16364 2004-12-10 [colin]      0.9.13cvs12.1
16365
16366         * src/prefs_themes.c
16367         * src/mainwindow.c
16368         * src/messageview.c
16369                 Sync with HEAD
16370
16371 2004-12-09 [colin]      0.9.13cvs10.1
16372
16373         * src/procmime.c
16374                 Sync with HEAD (fix B64 encoding from memory)
16375
16376 2004-12-08 [colin]      0.9.13cvs9.1
16377
16378         * src/gtk/colorlabel.c
16379                 Sync with HEAD
16380
16381 2004-12-08 [paul]       0.9.13cvs8.2
16382
16383         * src/gtk/pluginwindow.c
16384                 fix window resizing oddities
16385
16386 2004-12-08 [colin]      0.9.13cvs8.1
16387
16388         * src/quote_fmt_parse.y
16389                 Sync with HEAD
16390
16391 2004-12-08 [colin]      0.9.13cvs7.1
16392
16393         * src/matcher_parser_parse.y
16394         * src/msgcache.c
16395         * src/prefs_matcher.c
16396         * src/procheader.c
16397         * src/matcher.c
16398         * src/common/defs.h
16399         * po/sr.po
16400                 Sync with HEAD
16401
16402 2004-12-08 [colin]      0.9.13cvs6.1
16403
16404         * src/quote_fmt_parse.y
16405         * src/textview.c
16406                 Sync with HEAD
16407         * src/gtk/prefswindow.c
16408         * src/gtk/pluginwindow.c
16409                 Fix G_CALLBACKS protos (thanks to Alfons)
16410
16411 2004-12-07 [torte]      0.9.13cvs2.2
16412
16413         * src/procmime.c
16414                 [Bug 650] reply button causes crash
16415                 Thanks to David Relson and Christoph
16416
16417 2004-12-07 [colin]      0.9.13cvs2.1
16418
16419         * ChangeLog.claws
16420         * AUTHORS
16421         * po/sk.po
16422         * src/procmime.c
16423         * src/prefs_account.c
16424         * src/common/smtp.c
16425         * src/common/smtp.h
16426                 Sync with HEAD
16427
16428 2004-12-06 [colin]      0.9.12cvs187.1
16429
16430         * ChangeLog.claws
16431         * INSTALL
16432         * Makefile.am
16433         * README.claws
16434         * TODO.claws
16435         * configure.ac
16436         * po/bg.po
16437         * po/cs.po
16438         * po/el.po
16439         * po/en_GB.po
16440         * po/es.po
16441         * po/fr.po
16442         * po/hr.po
16443         * po/hu.po
16444         * po/it.po
16445         * po/ja.po
16446         * po/ko.po
16447         * po/nl.po
16448         * po/pl.po
16449         * po/pt_BR.po
16450         * po/ru.po
16451         * po/sk.po
16452         * po/sr.po
16453         * po/sv.po
16454         * po/zh_CN.po
16455         * po/zh_TW.Big5.po
16456         * src/compose.c
16457         * tools/Makefile.am
16458         * tools/README
16459         * tools/filter_conv.pl
16460         * tools/kdeservicemenu/README
16461         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16462         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16463                 Sync with HEAD
16464
16465 2004-12-04 [colin]      0.9.12cvs183.1
16466
16467         * src/compose.c
16468                 Sync with HEAD (compose window position saving)
16469
16470 2004-12-04 [paul]       0.9.12cvs182.3
16471
16472         * src/messageview.c
16473         * src/mimeview.c
16474         * src/prefs_customheader.c
16475         * src/gtk/quicksearch.c
16476                 replace some forgotten GTK_SIGNAL_FUNCs
16477
16478 2004-12-04 [paul]       0.9.12cvs182.2
16479
16480         * src/Makefile.am
16481                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16482                 committed in error      
16483
16484 2004-12-04 [paul]       0.9.12cvs182.1
16485
16486         * ChangeLog
16487         * ChangeLog.claws
16488         * ChangeLog.jp
16489         * INSTALL
16490         * NEWS
16491         * README
16492         * README.jp
16493         * configure.ac
16494         * doc/manual/ja/Makefile.am
16495         * doc/manual/ja/sylpheed-1.html
16496         * doc/manual/ja/sylpheed-10.html
16497         * doc/manual/ja/sylpheed-11.html
16498         * doc/manual/ja/sylpheed-12.html
16499         * doc/manual/ja/sylpheed-13.html
16500         * doc/manual/ja/sylpheed-14.html
16501         * doc/manual/ja/sylpheed-15.html
16502         * doc/manual/ja/sylpheed-16.html
16503         * doc/manual/ja/sylpheed-17.html
16504         * doc/manual/ja/sylpheed-18.html
16505         * doc/manual/ja/sylpheed-19.html
16506         * doc/manual/ja/sylpheed-2.html
16507         * doc/manual/ja/sylpheed-20.html
16508         * doc/manual/ja/sylpheed-3.html
16509         * doc/manual/ja/sylpheed-4.html
16510         * doc/manual/ja/sylpheed-5.html
16511         * doc/manual/ja/sylpheed-6.html
16512         * doc/manual/ja/sylpheed-7.html
16513         * doc/manual/ja/sylpheed-8.html
16514         * doc/manual/ja/sylpheed-9.html
16515         * doc/manual/ja/sylpheed.html
16516         * doc/manual/ja/sylpheed.sgml
16517         * po/de.po
16518         * src/Makefile.am
16519         * src/compose.c
16520         * src/procmime.c
16521         * src/pixmaps/regular.xpm **REMOVED**
16522         * src/plugins/pgpmime/pgpmime.c
16523         * src/plugins/pgpmime/plugin.c
16524         * src/plugins/pgpmime/prefs_gpg.c
16525                 sync with HEAD
16526
16527 2004-12-03 [paul]       0.9.12cvs180.1
16528
16529         * ChangeLog
16530         * ChangeLog.claws
16531         * ChangeLog.jp
16532         * configure.ac
16533         * src/Makefile.am
16534         * src/pop.c
16535         * src/common/utils.c
16536         * src/common/utils.h
16537         * src/pixmaps/continue.xpm
16538         * src/pixmaps/dir_close.xpm
16539         * src/pixmaps/dir_open.xpm
16540         * src/pixmaps/drafts_close.xpm
16541         * src/pixmaps/drafts_open.xpm
16542         * src/pixmaps/folder.xpm **REMOVED**
16543         * src/pixmaps/group.xpm
16544         * src/pixmaps/unread.xpm
16545                 sync with HEAD
16546
16547 2004-12-02 [colin]      0.9.12cvs179.1
16548
16549         * src/compose.c
16550                 Sync with HEAD (non-duplicated reedition)
16551
16552 2004-12-02 [colin]      0.9.12cvs178.1
16553
16554         * src/compose.c
16555                 Sync with HEAD (linewrap_quote fix)
16556
16557 2004-12-01 [colin]      0.9.12cvs177.3
16558
16559         * src/addrharvest.c
16560                 Replace sizeof with strlen
16561
16562 2004-12-01 [paul]       0.9.12cvs177.2
16563
16564         * src/addrharvest.c
16565                 fix 'harvest addresses'
16566
16567 2004-11-30 [colin]      0.9.12cvs177.1
16568
16569         * src/gtk/prefswindow.c
16570         * src/gtk/pluginwindow.c
16571                 Sync with HEAD
16572
16573 2004-11-29 [colin]      0.9.12cvs176.1
16574
16575         * src/folderview.c
16576                 sync with HEAD (Fix disappearing separators in folderview's popup)
16577
16578 2004-11-29 [colin]      0.9.12cvs175.1
16579
16580         * src/procmime.c
16581                 Sync with head (another format fix)
16582
16583 2004-11-29 [colin]      0.9.12cvs174.1
16584
16585         * src/pop.c
16586                 Sync with HEAD (format string fix)
16587
16588 2004-11-26 [colin]      0.9.12cvs173.1
16589
16590         * src/common/smtp.c
16591         * src/common/smtp.h
16592                 Sync with HEAD
16593
16594 2004-11-24 [colin]      0.9.12cvs172.1
16595
16596         * src/plugins/pgpmime/pgpmime.c
16597                 Sync with HEAD
16598
16599 2004-11-24 [colin]      0.9.12cvs171.1
16600
16601         * src/plugins/pgpmime/pgpmime.c
16602                 Sync with head (gpgmectx leaks)
16603
16604 2004-11-24 [colin]      0.9.12cvs169.1
16605
16606         * src/plugins/pgpmime/plugin.c
16607         * src/plugins/trayicon/Makefile.am
16608         * src/plugins/trayicon/newmarkedmail.xpm
16609         * src/plugins/trayicon/trayicon.c
16610         * src/plugins/trayicon/unreadmarkedmail.xpm
16611                 Sync with HEAD
16612
16613 2004-11-23 [colin]      0.9.12cvs168.1
16614
16615         * src/partial_download.c
16616         * src/partial_download.h
16617         * src/plugins/pgpmime/plugin.c
16618                 Sync with HEAD
16619
16620 2004-11-23 [colin]      0.9.12cvs166.1
16621
16622         * src/Makefile.am
16623         * src/codeconv.c
16624         * src/compose.c
16625         * src/folderview.c
16626         * src/main.c
16627         * src/partial_download.c
16628         * src/partial_download.h
16629         * src/prefs_account.c
16630         * src/prefs_account.h
16631         * src/privacy.c
16632         * src/privacy.h
16633         * src/procmime.c
16634         * src/common/Makefile.am
16635         * src/common/base64.h
16636         * src/common/partial_download.c
16637         * src/common/partial_download.h
16638         * src/gtk/prefswindow.c
16639         * src/gtk/prefswindow.h
16640         * src/plugins/pgpmime/pgpmime.c
16641         * src/plugins/pgpmime/prefs_gpg.c
16642         * src/plugins/pgpmime/prefs_gpg.h
16643         * src/plugins/pgpmime/sgpgme.c
16644         * src/plugins/pgpmime/sgpgme.h
16645                 Sync with HEAD
16646
16647 2004-11-23 [colin]      0.9.12cvs163.1
16648
16649         * src/main.c
16650                 Sync with HEAD (cursor optimization)
16651
16652 2004-11-23 [colin]      0.9.12cvs162.1
16653
16654         * src/prefs_common.c
16655         * src/prefs_themes.c
16656         * src/procmsg.c
16657                 Sync with HEAD
16658
16659 2004-11-23 [colin]      0.9.12cvs158.9
16660
16661         * src/compose.c
16662                 Fix double-free when forwarding
16663         * src/msgcache.c
16664                 Fix leak on error path
16665                 
16666
16667 2004-11-23 [colin]      0.9.12cvs158.8
16668
16669         * src/compose.c
16670                 Fix possible double-free
16671                 Spotted by Alfons
16672
16673 2004-11-23 [colin]      0.9.12cvs158.7
16674
16675         * src/compose.c
16676                 Fix some signal handlers' prototypes
16677                 Spotted by Alfons
16678
16679 2004-11-22 [colin]      0.9.12cvs158.6
16680
16681         * src/compose.c
16682                 Remove unneeded code and duplicated
16683                 wrapping - patch by Alfons
16684
16685 2004-11-22 [colin]      0.9.12cvs158.5
16686
16687         * src/prefs_themes.c
16688                 Fix oversized selector
16689
16690 2004-11-22 [colin]      0.9.12cvs158.4
16691
16692         * src/compose.c
16693                 fix dump_text()
16694                 patch by Alfons
16695
16696 2004-11-19 [colin]      0.9.12cvs158.3
16697
16698         * src/textview.c
16699                 Add a context menu on links (open, copy)
16700
16701 2004-11-18 [paul]       0.9.12cvs158.2
16702
16703         * src/addrgather.c
16704         * src/exphtmldlg.c
16705         * src/expldifdlg.c
16706         * src/mimeview.c
16707         * src/prefs_common.c
16708         * src/plugins/image_viewer/viewer.c
16709         * src/plugins/spamassassin/spamassassin_gtk.c
16710                 replace deprecated gtk_notebook_set_page
16711                 and gtk_notebook_current_page
16712
16713 2004-11-18 [paul]       0.9.12cvs158.1
16714
16715         * configure.ac
16716         * src/compose.c
16717         * src/mainwindow.c
16718         * src/messageview.c
16719         * src/prefs_common.c
16720         * src/common/utils.c
16721         * src/common/utils.h
16722                 sync with HEAD
16723
16724 2004-11-17 [colin]      0.9.12cvs156.1
16725
16726         * src/prefs_account.c
16727         * src/prefs_account.h
16728         * src/procmsg.c
16729                 Sync with HEAD (add pref to store encrypted mails encrypted)
16730
16731 2004-11-17 [paul]       0.9.12cvs155.1
16732
16733         * ChangeLog
16734         * ChangeLog.claws
16735         * ChangeLog.jp
16736         * NEWS
16737         * configure.ac
16738         * src/compose.c
16739         * src/jpilot.c
16740         * src/privacy.c
16741         * src/procmime.c
16742         * src/procmime.h
16743         * src/procmsg.c
16744         * src/toolbar.c
16745         * src/pixmaps/error.xpm
16746                 sync with HEAD
16747
16748 2004-11-17 [colin]      0.9.12cvs151.1
16749
16750         * src/plugins/pgpmime/pgpmime.c
16751                 Sync with HEAD (remove debug printf)
16752
16753 2004-11-17 [colin]      0.9.12cvs150.1
16754
16755         * src/plugins/pgpmime/pgpmime.c
16756                 Sync with HEAD (off-by-one fix)
16757
16758 2004-11-17 [colin]      0.9.12cvs149.1
16759
16760         * src/procmsg.c
16761                 Sync with HEAD (coding style fixes)
16762
16763 2004-11-16 [colin]      0.9.12cvs148.1
16764
16765         * src/procmsg.c
16766                 Sync with head (Fix the fix)
16767
16768 2004-11-16 [colin]      0.9.12cvs147.1
16769
16770         * src/procmsg.c
16771                 Sync with Main (leak fix)
16772
16773 2004-11-16 [colin]      0.9.12cvs146.14
16774
16775         * src/compose.c
16776                 Remove useless chunk of code
16777                 Patch by Alfons
16778
16779 2004-11-15 [colin]      0.9.12cvs146.13
16780
16781         * src/compose.c
16782                 Fix drafting after insertion
16783                 Patch by Alfons
16784
16785 2004-11-15 [colin]      0.9.12cvs146.12
16786
16787         * src/compose.c
16788         * src/prefs_filtering.c
16789         * src/prefs_filtering_action.c
16790         * src/prefs_toolbar.c
16791                 Fix some const-correctness
16792
16793 2004-11-15 [colin]      0.9.12cvs146.11
16794
16795         * src/summaryview.c
16796         * src/prefs_themes.c
16797         * src/messageview.c
16798                 Fix some leaks
16799
16800 2004-11-15 [colin]      0.9.12cvs146.10
16801
16802         * src/codeconv.c
16803                 More unreadable locale fixes
16804
16805 2004-11-14 [colin]      0.9.12cvs146.9
16806
16807         * src/textview.c
16808                 Fix uri_security_check
16809                 Patch by Alfons
16810
16811 2004-11-13 [paul]       0.9.12cvs146.8
16812
16813         * src/folder.c
16814         * src/procmime.c
16815                 fix 2 bugs introduced in last commit
16816
16817 2004-11-13 [paul]       0.9.12cvs146.7
16818
16819         * src/compose.c
16820         * src/exporthtml.c
16821         * src/exportldif.c
16822         * src/folder.c
16823         * src/imap.c
16824         * src/imap_gtk.c
16825         * src/main.c
16826         * src/mainwindow.c
16827         * src/messageview.c
16828         * src/mh_gtk.c
16829         * src/prefs_themes.c
16830         * src/procmime.c
16831         * src/setup.c
16832         * src/summaryview.c
16833                 replace deprecated g_basename
16834
16835 2004-11-13 [paul]       0.9.12cvs146.6
16836
16837         * src/compose.c
16838         * src/imap.c
16839         * src/matcher_parser.h
16840         * src/matcher_parser_parse.y
16841         * src/prefs_filtering.c
16842         * src/prefs_filtering_action.c
16843         * src/prefs_themes.c
16844         * src/prefs_toolbar.c
16845         * src/common/utils.c
16846                 various small fixes/cleanups
16847
16848 2004-11-12 [colin]      0.9.12cvs146.5
16849
16850         * src/textview.c
16851                 Validate event's origin on visibility notify
16852                 Patch by Alfons.
16853
16854 2004-11-12 [paul]       0.9.12cvs146.4
16855
16856         * src/exporthtml.c
16857         * src/exportldif.c
16858         * src/imap.c
16859         * src/mh.c
16860         * src/mimeview.c
16861         * src/prefs_spelling.c
16862         * src/prefs_themes.c
16863                 replace deprecated g_dirname    
16864
16865 2004-11-12 [colin]      0.9.12cvs146.3
16866
16867         * src/textview.c
16868                 Some coding style fixes
16869
16870 2004-11-12 [colin]      0.9.12cvs146.2
16871
16872         * src/codeconv.c
16873                 We want to replace _all_ extended chars in
16874                 conv_unreadable_*, because any string containing
16875                 extended chars not parsing as UTF8 is 
16876                 undisplayed on gtk2.
16877
16878 2004-11-12 [paul]       0.9.12cvs146.1
16879
16880         * ChangeLog
16881         * ChangeLog.claws
16882         * ChangeLog.jp
16883         * NEWS
16884         * configure.ac
16885         * src/account.c
16886         * src/folderview.c
16887         * src/folderview.h
16888         * src/imap.c
16889         * src/imap_gtk.c
16890         * src/inc.c
16891         * src/mainwindow.c
16892         * src/mh_gtk.c
16893         * src/news_gtk.c
16894         * src/pop.c
16895         * src/prefs_account.c
16896         * src/prefs_account.h
16897         * src/prefs_ext_prog.c
16898         * src/procmime.c
16899         * src/procmime.h
16900         * src/procmsg.c
16901         * src/procmsg.h
16902         * src/summary_search.c
16903         * src/summaryview.c
16904         * src/textview.c
16905         * src/common/defs.h
16906         * src/common/utils.c
16907         * src/common/utils.h
16908         * src/gtk/menu.c
16909         * src/gtk/menu.h
16910                 sync with HEAD
16911
16912 2004-11-11 [colin]      0.9.12cvs144.2
16913
16914         * src/textview.c
16915                 Fix URI range selection (patch by Alfons)
16916
16917 2004-11-09 [colin]      0.9.12cvs144.1
16918
16919         * ChangeLog.claws
16920         * src/compose.c
16921         * src/folder.c
16922         * src/folder_item_prefs.c
16923         * src/prefs_account.c
16924         * src/prefs_account.h
16925         * src/plugins/pgpmime/pgpmime.c
16926                 Sync with HEAD
16927
16928 2004-11-08 [colin]      0.9.12cvs143.1
16929
16930         * src/summaryview.c
16931                 Sync with HEAD (optimize quicksearch)
16932
16933 2004-11-08 [colin]      0.9.12cvs142.2
16934
16935         * src/compose.c
16936                 Don't wrap when Edit/Auto wrapping is disabled
16937
16938 2004-11-08 [colin]      0.9.12cvs142.1
16939
16940         * src/textview.c
16941                 Sync with HEAD
16942
16943 2004-11-08 [colin]      0.9.12cvs141.1
16944
16945         * src/textview.c
16946                 Sync with HEAD (fix some mail URIs)
16947
16948 2004-11-08 [colin]      0.9.12cvs140.3
16949
16950         * src/textview.c
16951                 o Use text cursor instead of arrow when
16952                   not on a link
16953                 o Fix handling of contiguous links (as in
16954                   "colin@colino.net" <colin@colino.net>)
16955                   This one unveils a bug in get_email_part()
16956
16957 2004-11-07 [colin]      0.9.12cvs140.2
16958
16959         * src/textview.c
16960                 Fix memleak. Patch by Alfons.
16961
16962 2004-11-06 [colin]      0.9.12cvs140.1
16963
16964         * src/compose.c
16965                 Sync with HEAD (don't ask passphrase
16966                 when drafting)
16967
16968 2004-11-06 [paul]       0.9.12cvs139.2
16969
16970         * AUTHORS
16971         * src/textview.c
16972         * src/textview.h
16973                 textview URI handling. hovering over a 
16974                 link displays it in the status bar,
16975                 and changes the mouse pointer to a hand 
16976                 cursor. a link is activated with a single 
16977                 click. (Modified from the) patch by Jean-Yves 
16978                 Lefort <jylefort@users.sourceforge.net>
16979                 
16980
16981 2004-11-05 [colin]      0.9.12cvs139.1
16982
16983         * src/compose.c
16984         * src/procmime.c
16985                 Sync with HEAD again ^^
16986
16987 2004-11-05 [colin]      0.9.12cvs139.1
16988
16989         * src/compose.c
16990         * src/procmime.c
16991                 Sync with HEAD
16992
16993 2004-11-03 [paul]       0.9.12cvs138.1
16994
16995         * ChangeLog.claws
16996         * configure.ac
16997         * po/POTFILES.in
16998         * src/prefs_ext_prog.c
16999         * src/procmime.c
17000         * tools/kdeservicemenu/README
17001         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17002         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17003                 sync with HEAD
17004
17005 2004-11-01 [christoph]  0.9.12cvs136.2
17006
17007         * src/procmime.c
17008                 convert MIME parameters to UTF-8
17009
17010 2004-10-29 [colin]      0.9.12cvs136.1
17011
17012         * src/common/utils.c
17013                 Sync with HEAD (don't use '=' in mime boundary)
17014
17015 2004-10-29 [paul]       0.9.12cvs135.1
17016
17017         * configure.ac
17018         * doc/src/rfc2231.txt
17019         * src/procmime.c
17020         * src/common/quoted-printable.c
17021         * src/common/utils.c
17022         * src/common/utils.h
17023                 sync with HEAD
17024
17025 2004-10-27 [paul]       0.9.12cvs134.1
17026
17027         * configure.ac
17028         * src/main.c
17029         * src/procmime.c
17030         * src/plugins/pgpmime/pgpmime.c
17031                 sync with HEAD
17032
17033 2004-10-26 [paul]       0.9.12cvs132.3
17034
17035         * src/account.c
17036         * src/addressbook.c
17037         * src/addrgather.c
17038         * src/addrharvest.c
17039         * src/codeconv.c
17040         * src/compose.c
17041         * src/customheader.c
17042         * src/editaddress.c
17043         * src/editgroup.c
17044         * src/enriched.c
17045         * src/expldifdlg.c
17046         * src/exporthtml.c
17047         * src/exportldif.c
17048         * src/folder.c
17049         * src/foldersel.c
17050         * src/folderview.c
17051         * src/grouplistdialog.c
17052         * src/html.c
17053         * src/imap.c
17054         * src/jpilot.c
17055         * src/ldapserver.c
17056         * src/ldif.c
17057         * src/mimeview.c
17058         * src/news.c
17059         * src/news_gtk.c
17060         * src/pop.c
17061         * src/prefs_display_header.c
17062         * src/prefs_gtk.c
17063         * src/prefs_msg_colors.c
17064         * src/prefs_toolbar.c
17065         * src/procheader.c
17066         * src/procmime.c
17067         * src/summaryview.c
17068         * src/textview.c
17069         * src/toolbar.c
17070         * src/vcard.c
17071         * src/common/mgutils.c
17072         * src/common/nntp.c
17073         * src/common/smtp.c
17074         * src/common/template.c
17075         * src/common/utils.c
17076         * src/common/xmlprops.c
17077         * src/plugins/pgpmime/pgpmime.c
17078         * src/plugins/pgpmime/select-keys.c
17079         * src/plugins/pgpmime/sgpgme.c
17080                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17081                 g_string_sprintfa(), gtk_notebook_current_page()
17082
17083 2004-10-26 [colin]      0.9.12cvs132.2
17084
17085         * src/prefs_folder_item.c
17086                 Fix default-account selection
17087
17088 2004-10-21 [colin]      0.9.12cvs133
17089
17090         * src/compose.c
17091                 Sync with HEAD (Remove extra separator in compose's Options)
17092         * src/textview.c
17093                 Set wrapping to char
17094
17095 2004-10-21 [paul]       0.9.12cvs131.2
17096
17097         * src/compose.c
17098         * src/sourcewindow.c
17099                 fix wrapping
17100                 fix window shrinking 
17101
17102 2004-10-21 [colin]      0.9.12cvs131.1
17103
17104         * ChangeLog.claws
17105         * src/compose.c
17106                 Sync with HEAD
17107
17108 2004-10-21 [paul]       0.9.12cvs130.2
17109
17110         * src/prefs_folder_item.c
17111                 sync with HEAD (Apply to subfolders)
17112
17113 2004-10-19 [colin]      0.9.12cvs130.1
17114
17115         * ChangeLog.claws
17116         * src/compose.c
17117         * src/common/utils.c
17118         * src/gtk/menu.c
17119                 Sync with HEAD
17120
17121 2004-10-19 [colin]      0.9.12cvs128.1
17122
17123         * src/addrbook.c
17124         * src/addrcache.c
17125         * src/addressbook.c
17126         * src/codeconv.c
17127         * src/compose.c
17128         * src/customheader.c
17129         * src/editaddress.c
17130         * src/editgroup.c
17131         * src/exporthtml.c
17132         * src/folder.c
17133         * src/folderview.c
17134         * src/imap.c
17135         * src/jpilot.c
17136         * src/main.c
17137         * src/matcher_parser_parse.y
17138         * src/mbox.c
17139         * src/pop.c
17140         * src/prefs_account.c
17141         * src/prefs_gtk.c
17142         * src/prefs_msg_colors.c
17143         * src/procheader.c
17144         * src/procmime.c
17145         * src/procmime.h
17146         * src/procmsg.c
17147         * src/summaryview.c
17148         * src/textview.c
17149         * src/common/base64.c
17150         * src/common/partial_download.c
17151         * src/common/socket.c
17152         * src/common/sylpheed.c
17153         * src/common/utils.c
17154         * src/common/utils.h
17155         * src/gtk/pluginwindow.c
17156         * src/gtk/quicksearch.c
17157         * src/plugins/clamav/clamav_plugin.c
17158         * src/plugins/clamav/clamav_plugin.h
17159         * src/plugins/clamav/clamav_plugin_gtk.c
17160         * src/plugins/pgpmime/passphrase.c
17161         * src/plugins/pgpmime/pgpmime.c
17162         * src/plugins/pgpmime/plugin.c
17163         * src/plugins/pgpmime/prefs_gpg.c
17164         * src/plugins/pgpmime/prefs_gpg.h
17165         * src/plugins/pgpmime/select-keys.c
17166         * src/plugins/pgpmime/sgpgme.c
17167         * src/plugins/spamassassin/libspamc.c
17168         * src/plugins/spamassassin/spamassassin.c
17169         * src/plugins/spamassassin/spamassassin.h
17170         * src/plugins/spamassassin/spamassassin_gtk.c
17171         * src/plugins/trayicon/trayicon.c
17172         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17173                 Sync with HEAD
17174
17175 2004-10-14 [colin]      0.9.12cvs126.2
17176
17177         * src/codeconv.c
17178         * src/textview.c
17179                 Fix conv_unreadable_locale
17180
17181 2004-10-13 [colin]      0.9.12cvs126.1
17182
17183         * src/compose.c
17184                 Sync with HEAD (don't convert charset for 
17185                 drafted messages, minor cleanup)
17186
17187 2004-10-13 [colin]      0.9.12cvs125.1
17188
17189         * po/POTFILES.in
17190                 Sync with HEAD (POTFILES fix)
17191
17192 2004-10-12 [colin]      0.9.12cvs124.3
17193
17194         * src/compose.c
17195                 Fix encoding bug from latest sync
17196
17197 2004-10-12 [paul]       0.9.12cvs124.2
17198
17199         * src/plugins/pgpmime/prefs_gpg.c
17200         * src/plugins/pgpmime/prefs_gpg.h
17201                 forgotten in last commit        
17202
17203 2004-10-12 [paul]       0.9.12cvs124.1
17204
17205         * ChangeLog.claws
17206         * configure.ac
17207         * m4/spamassassin.m4
17208         * src/Makefile.am
17209         * src/account.c
17210         * src/compose.c
17211         * src/compose.h
17212         * src/crash.c
17213         * src/main.c
17214         * src/mimeview.c
17215         * src/passphrase.c
17216         * src/passphrase.h
17217         * src/prefs_account.c
17218         * src/prefs_account.h
17219         * src/prefs_common.c
17220         * src/privacy.c
17221         * src/privacy.h
17222         * src/procmime.c
17223         * src/procmime.h
17224         * src/procmsg.c
17225         * src/rfc2015.c
17226         * src/rfc2015.h
17227         * src/select-keys.c
17228         * src/select-keys.h
17229         * src/textview.c
17230         * src/common/utils.c
17231         * src/common/utils.h
17232         * src/gtk/about.c
17233         * src/plugins/pgpmime/Makefile.am
17234         * src/plugins/pgpmime/passphrase.c
17235         * src/plugins/pgpmime/passphrase.h
17236         * src/plugins/pgpmime/pgpmime.c
17237         * src/plugins/pgpmime/plugin.c
17238         * src/plugins/pgpmime/select-keys.c
17239         * src/plugins/pgpmime/select-keys.h
17240         * src/plugins/pgpmime/sgpgme.c
17241         * src/plugins/pgpmime/sgpgme.h
17242                 sync with HEAD
17243
17244 2004-10-04 [colin]      0.9.12cvs122.1
17245
17246         * src/mainwindow.c
17247         * src/messageview.c
17248         * src/messageview.h
17249         * src/textview.c
17250                 Sync with HEAD
17251
17252 2004-10-04 [colin]      0.9.12cvs121.1
17253
17254         * src/summaryview.c
17255                 Sync with HEAD
17256
17257 2004-10-04 [paul]       0.9.12cvs120.1
17258
17259         * configure.ac
17260                 sync with HEAD [don't try to build 
17261                 pgpmime plugin when gpgme is disabled]
17262
17263 2004-10-03 [colin]      0.9.12cvs119.3
17264
17265         * src/gtk/gtksctree.c
17266                 Lots of side effects. Put back as before 117.2.
17267         * src/summaryview.c
17268                 Fix bug #602
17269
17270 2004-10-03 [colin]      0.9.12cvs119.2
17271
17272         * src/gtk/gtksctree.c
17273                 Revert 608 fix that doesn't work that good
17274
17275 2004-10-02 [colin]      0.9.12cvs119.1
17276
17277         * src/mainwindow.c
17278         * src/messageview.c
17279         * src/prefs_common.h
17280         * src/procmime.c
17281         * src/procmime.h
17282         * src/textview.c
17283                 Sync with HEAD
17284         * src/gtk/gtksctree.c
17285                 Close bug #608
17286
17287 2004-10-01 [colin]      0.9.12cvs118.1
17288
17289         * src/mimeview.c
17290                 Sync with HEAD (better Save All fix)
17291
17292 2004-10-01 [colin]      0.9.12cvs117.2
17293
17294         * src/gtk/gtksctree.c
17295                 Faster on selection
17296
17297 2004-10-01 [colin]      0.9.12cvs117.1
17298
17299         * src/mimeview.c
17300                 Sync with HEAD (Save All: only attachments)
17301
17302 2004-10-01 [paul]       0.9.12cvs116.1
17303
17304         * ChangeLog.claws
17305         * configure.ac
17306         * src/account.c
17307         * src/prefs_common.c
17308         * src/gtk/colorlabel.c
17309                 sync with HEAD
17310
17311 2004-09-30 [colin]      0.9.12cvs115.1
17312
17313         * src/stock_pixmap.c
17314         * src/stock_pixmap.h
17315         * src/folderview.c
17316         * src/Makefile.am
17317         * src/pixmaps/read.xpm
17318                 Sync with HEAD (new pixmap)
17319
17320 2004-09-29 [colin]      0.9.12cvs114.1
17321
17322         * src/compose.c
17323                 Sync with HEAD
17324                 Fix focus handling in headers
17325
17326 2004-09-29 [paul]       0.9.12cvs113.1
17327
17328         * src/quote_fmt_parse.y
17329                 sync with HEAD
17330  
17331
17332 2004-09-28 [colin]      0.9.12cvs112.1
17333
17334         * src/folderview.c
17335         * src/mainwindow.c
17336                 Sync with HEAD
17337
17338 2004-09-28 [colin]      0.9.12cvs110.1
17339
17340         * src/folderview.c
17341                 Sync with HEAD (Contextual Empty trash menu)
17342
17343 2004-09-28 [colin]      0.9.12cvs108.1
17344
17345         * src/addressbook.c
17346                 Sync with HEAD (addressbook edit on double-click)
17347
17348 2004-09-28 [colin]      0.9.12cvs106.1
17349
17350         * src/inc.c
17351                 Sync with HEAD (folder_item freeze on inc)
17352
17353 2004-09-27 [colin]      0.9.12cvs105.1
17354
17355         * src/folderview.c
17356                 Sync with HEAD (right-align new and unread column)
17357
17358 2004-09-27 [colin]      0.9.12cvs104.1
17359
17360         * src/main.c
17361                 Sync with HEAD (revert 0.9.12cvs101)
17362
17363 2004-09-24 [colin]      0.9.12cvs103.2
17364
17365         * src/wizard.c
17366                 Fix gtk warnings and use domain part of the email address 
17367                 when domain detection fails (no dot in domain name)
17368
17369 2004-09-23 [colin]      0.9.12cvs103.1
17370
17371         * src/plugins/spamassassin/libspamc.c
17372         * src/plugins/spamassassin/libspamc.h
17373         * src/plugins/spamassassin/utils.c
17374         * src/plugins/spamassassin/utils.h
17375                 Sync with HEAD (Update spamassassin to 3.0)
17376
17377 2004-09-21 [colin]      0.9.12cvs102.3
17378
17379         * src/action.c
17380                 Add horizontal scrollbar in action io dialog as needed
17381                 Patch by Alfons.
17382
17383 2004-09-20 [colin]      0.9.12cvs102.2
17384
17385         * src/plugins/image_viewer/viewer.c
17386                 Remove imlib stuff
17387                 use gtk_pixmap_set when clearing
17388                 (would be better to use gtkImages, but causes size-allocate 
17389                 signals storm)
17390
17391 2004-09-17 [paul]       0.9.12cvs102.1
17392
17393         * ChangeLog
17394         * ChangeLog.claws
17395         * ChangeLog.jp
17396         * configure.ac
17397         * src/inc.c
17398                 sync with HEAD
17399
17400
17401 2004-09-17 [colin]      0.9.12cvs101.1
17402
17403         * ChangeLog.claws
17404         * src/main.c
17405                 Sync with HEAD (fix segs at exit)
17406
17407 2004-09-14 [colin]      0.9.12cvs99.5
17408
17409         * src/common/socket.c
17410         * AUTHORS
17411                 Fix send error on 64bit platforms
17412                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17413
17414 2004-09-14 [colin]      0.9.12cvs99.4
17415
17416         * src/action.c
17417                 Fix action output with utf8 
17418                 Patch by Alfons.
17419
17420 2004-09-14 [colin]      0.9.12cvs99.3
17421
17422         * ChangeLog.claws
17423         * src/folder.c
17424                 Sync with HEAD
17425
17426 2004-09-09 [colin]      0.9.12cvs99.2
17427
17428         * src/action.c
17429                 Fix progress bar (displaying "Completed %v/%u")
17430                 Patch by Alfons.
17431
17432 2004-09-08 [colin]      0.9.12cvs99.1
17433
17434         * src/account.c
17435         * src/folder.c
17436         * src/procmsg.c
17437         * src/procmsg.h
17438         * src/plugins/pgpmime/pgpmime.c
17439                 Sync with HEAD
17440
17441 2004-09-08 [colin]      0.9.12cvs97.2
17442
17443         * src/summaryview.c
17444                 Don't select mails in collapsed threads 
17445                 when navigating with up/down
17446
17447 2004-09-07 [colin]      0.9.12cvs97.1
17448
17449         * src/inc.c
17450                 Sync with HEAD (meaningful error messages)
17451
17452 2004-09-06 [colin]      0.9.12cvs96.1
17453
17454         * src/toolbar.c
17455                 Sync with HEAD (fix Redirect graying out)
17456
17457 2004-09-06 [colin]      0.9.12cvs95.1
17458
17459         * src/summaryview.c
17460         * src/mimeview.c
17461                 Sync with HEAD (fix dropped URIs)
17462
17463 2004-09-06 [colin]      0.9.12cvs94.1
17464
17465         * src/addressbook.c
17466         * src/addressitem.h
17467         * src/addritem.c
17468         * src/addritem.h
17469                 Sync with HEAD (addressbook DnD)
17470
17471 2004-09-03 [colin]      0.9.12cvs93.1
17472
17473         * src/summaryview.c
17474                 Sync with HEAD (next/prev unread)
17475
17476 2004-09-03 [colin]      0.9.12cvs92.1
17477
17478         * src/prefs_common.c
17479         * src/prefs_common.h
17480         * src/summaryview.c
17481                 Sync with HEAD ('mark_as_read_delay' pref)
17482
17483 2004-09-02 [colin]      0.9.12cvs91.2
17484
17485         * src/common/xml.c
17486                 Fix leak
17487
17488 2004-09-02 [colin]      0.9.12cvs91.1
17489
17490         * src/gtk/menu.c
17491                 Sync with HEAD (menu accel don't work, but whatever)
17492
17493 2004-09-02 [colin]      0.9.12cvs90.1
17494
17495         * src/account.c
17496                 Sync with HEAD (fix bug 582)
17497
17498 2004-09-02 [colin]      0.9.12cvs89.1
17499
17500         * src/addrindex.c
17501                 Sync with HEAD (free deleted queries)
17502
17503 2004-09-02 [colin]      0.9.12cvs88.1
17504
17505         * src/ldapquery.c
17506                 Sync with HEAD (fix LDAP freezes)
17507
17508 2004-09-02 [colin]      0.9.12cvs87.1
17509
17510         * src/prefs_spelling.c
17511                 Sync with HEAD (add default dictionary)
17512
17513 2004-09-01 [colin]      0.9.12cvs86.1
17514
17515         * src/filtering.c
17516         * src/folderview.c
17517         * src/imap.c
17518         * src/prefs_matcher.c
17519         * src/stock_pixmap.c
17520         * src/summary_search.c
17521         * src/summaryview.c
17522         * src/wizard.c
17523         * src/wizard.h
17524                 Sync with HEAD (uninitialized vars fixes)
17525                 + gtk2 specific warning fixes
17526
17527 2004-08-31 [colin]      0.9.12cvs85.1
17528
17529         * src/folder.c
17530                 Sync with HEAD (Fix memory corruption due to 
17531                 uninitialized var)
17532
17533 2004-08-31 [colin]      0.9.12cvs84.4
17534
17535         * src/summary_search.c
17536                 Fix segfaults when searching in folders with broken headers
17537
17538 2004-08-31 [colin]      0.9.12cvs84.3
17539
17540         * src/compose.c
17541         * src/textview.c
17542                 Fix some more encoding/decoding issues
17543
17544 2004-08-30 [colin]      0.9.12cvs84.2
17545
17546         * src/mimeview.c
17547         * src/prefs_themes.c
17548         * src/gtk/filesel.c
17549         * src/gtk/filesel.h
17550                 Add a folder-mode selection (fixes mimeview's "Save all")
17551
17552 2004-08-29 [colin]      0.9.12cvs84.1
17553
17554         * src/mimeview.c
17555                 Sync with HEAD (don't escape saved filenames)
17556
17557 2004-08-27 [colin]      0.9.12cvs83.1
17558
17559         * ChangeLog
17560         * ChangeLog.claws
17561         * ChangeLog.jp
17562         * src/mh.c
17563         * src/procheader.c
17564         * src/procmsg.c
17565         * src/procmsg.h
17566         * src/common/utils.c
17567         * src/gtk/menu.h
17568         * po/
17569                 Sync with HEAD 0.9.12cvs83 (sync with main)
17570
17571 2004-08-26 [colin]      0.9.12cvs82.4
17572
17573         * src/codeconv.c
17574                 Fix strange stack corruption
17575                 Convert to utf8 after unmime, not before
17576
17577 2004-08-26 [colin]      0.9.12cvs82.3
17578
17579         * src/main.c
17580         * src/wizard.c
17581                 Fix account folders duplication
17582
17583 2004-08-25 [colin]      0.9.12cvs82.2
17584
17585         * src/wizard.c
17586                 Remove ports
17587                 Add SSL selection
17588                 Use login@server as account name
17589
17590 2004-08-25 [colin]      0.9.12cvs82.1
17591
17592         * src/plugins/pgpmime/pgpmime.c
17593                 Sync with HEAD (leak fix).
17594
17595 2004-08-25 [colin]      0.9.12cvs81.1
17596
17597         * src/plugins/pgpmime/pgpmime.c
17598         * src/plugins/pgpmime/sgpgme.c
17599         * src/plugins/pgpmime/sgpgme.h
17600                 Sync with HEAD (Handle combined messages).
17601
17602 2004-08-24 [colin]      0.9.12cvs80.3
17603
17604         * src/wizard.c
17605                 Fix full name, ports, and imap
17606
17607 2004-08-24 [colin]      0.9.12cvs80.2
17608
17609         * src/Makefile.am
17610         * src/main.c
17611         * src/setup.c
17612         * src/setup.h
17613         * src/stock_pixmap.c
17614         * src/stock_pixmap.h
17615         * src/wizard.c ** ADDED **
17616         * src/wizard.h ** ADDED ** 
17617         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17618                 Add a setup wizard 
17619
17620 2004-08-24 [colin]      0.9.12cvs80.1
17621
17622         * src/folder.c
17623                 Sync with HEAD (set mimeflags on all messages)
17624
17625 2004-08-24 [colin]      0.9.12cvs79.3
17626
17627         * src/matcher_parser_lex.l
17628                 Fix 8bits strings not in utf8
17629
17630 2004-08-24 [colin]      0.9.12cvs79.2
17631
17632         * src/compose.c
17633                 Check conversion result before replacing buffer
17634
17635 2004-08-23 [colin]      0.9.12cvs79.1
17636
17637         * src/compose.c
17638                 Sync with HEAD (create message header in memory)
17639
17640 2004-08-23 [colin]      0.9.12cvs78.1
17641
17642         * src/rfc2015.c
17643         * src/rfc2015.h
17644                 Sync with HEAD (fix bug 197 again)
17645
17646 2004-08-23 [colin]      0.9.12cvs77.3
17647
17648         * src/compose.c
17649                 Fix again inline gpg signing (which outputs utf8
17650                 in gtk2). Not syncing this fix to HEAD as this 
17651                 code is meant to die.
17652
17653 2004-08-23 [colin]      0.9.12cvs77.2
17654
17655         * src/prefs_account.h
17656                 Remove useless include
17657
17658 2004-08-23 [colin]      0.9.12cvs77.1
17659
17660         * src/imap.c
17661         * po/es.po
17662         * po/fr.po
17663         * po/it.po
17664         * po/pl.po
17665         * po/pt_BR.po
17666         * po/sk.po
17667         * po/sr.po
17668                 Sync with HEAD (fix bug 577)
17669
17670 2004-08-22 [colin]      0.9.12cvs76.1
17671
17672         * src/plugins/trayicon/trayicon.c
17673                 Sync with HEAD (fix formatting bug)
17674
17675 2004-08-21 [colin]      0.9.12cvs74.2
17676
17677         * src/gtk/colorsel.c
17678                 Fix bug 564 (Folder color selection window exits on any
17679                 keypress)
17680
17681 2004-08-21 [colin]      0.9.12cvs74.1
17682
17683         * ChangeLog.claws
17684         * src/compose.c
17685         * src/summaryview.c
17686         * src/toolbar.c
17687                 Sync with HEAD (fix bug 576)
17688
17689 2004-08-21 [colin]      0.9.12cvs70.1
17690
17691         * src/compose.c
17692         * src/mainwindow.c
17693                 Sync with HEAD
17694                 
17695
17696 2004-08-21 [paul]       0.9.12cvs66.4
17697
17698         * src/mainwindow.c
17699         * src/messageview.c
17700         * src/gtk/menu.c
17701         * src/plugins/spamassassin/spamassassin_gtk.c
17702                 remove some deprecated gtk1 functions
17703
17704
17705 2004-08-21 [colin]      0.9.12cvs66.3
17706
17707         * src/compose.c
17708         * src/codeconv.c
17709                 Fix warnings
17710                 Remove encoding hacks
17711                 Fix bug 575 (Strange character messes up message)
17712                 Don't display conversion error when drafting
17713
17714 2004-08-21 [paul]       0.9.12cvs66.2
17715
17716         * src/prefs_account.c
17717                 fix GnuPG mode bugs
17718
17719
17720 2004-08-20 [colin]      0.9.12cvs66.1
17721
17722         * src/codeconv.c
17723                 Sync with HEAD 0.9.12cvs66
17724
17725 2004-08-20 [paul]
17726
17727         * src/plugins/pgpmime/plugin.c
17728                 modify PGP/MIME plugin's description
17729
17730 2004-08-17 [colin]      0.9.12cvs65.1
17731
17732         * src/common/ssl.c
17733         * src/plugins/pgpmime/plugin.c
17734                 Sync with HEAD
17735
17736 2004-08-14 [colin]      0.9.12cvs60.3
17737
17738         * src/plugins/trayicon/trayicon.c
17739                 Put back resize callback, on size-request signal
17740                 rather than size-allocate to avoid infinite 
17741                 callback loop
17742
17743 2004-08-13 [colin]      0.9.12cvs60.2
17744
17745         * src/common/defs.h
17746                 Cache versions have been fixed
17747
17748 2004-08-13 [colin]      0.9.12cvs60.1
17749
17750         * src/folderutils.c
17751                 Sync with HEAD
17752
17753 2004-08-12 [colin]      0.9.12cvs59.1
17754
17755         * src/plugins/trayicon/trayicon.c
17756                 Sync with HEAD
17757
17758 2004-08-12 [colin]      0.9.12cvs57.5
17759
17760         * sylpheed.desktop
17761         * configure.ac
17762         * src/Makefile.am
17763         * src/main.c
17764                 Add support for Freedesktop.org's startup notification
17765
17766 2004-08-11 [colin]      0.9.12cvs57.4
17767
17768         * src/textview.c
17769                 Fix off-by-one
17770
17771 2004-08-11 [colin]      0.9.12cvs57.3
17772
17773         * src/message_search.c
17774         * src/summary_search.c
17775                 Make searches case insensitive by default
17776         * src/textview.c
17777                 Fix case-insensitive search in message
17778
17779 2004-08-11 [colin]      0.9.12cvs57.2
17780
17781         * src/summary_search.c
17782                 Let case-sensitive be specified
17783
17784 2004-08-10 [colin]      0.9.12cvs55.4
17785
17786         * src/common/socket.c
17787                 Fix the possible race condition
17788
17789 2004-08-09 [paul]       0.9.12cvs55.3
17790
17791         * configure.ac
17792         * src/Makefile.am
17793         * src/common/Makefile.am
17794                 sync with HEAD
17795
17796
17797 2004-08-09 [paul]       0.9.12cvs55.2
17798
17799         * autogen.sh
17800         * po/poconv.sh
17801                 remove unneeded script
17802
17803         * configure.ac
17804                 add forgotten USE_LDAP_TLS (sync with HEAD)
17805
17806
17807 2004-08-09 [colin]      0.9.12cvs55.1
17808
17809         * src/main.c
17810         * src/common/ssl.c
17811         * src/common/sylpheed.c
17812         * src/common/sylpheed.h
17813                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17814
17815 2004-08-09 [paul]       0.9.12cvs54.1
17816
17817         * ChangeLog
17818         * ChangeLog.claws
17819         * ChangeLog.jp
17820         * configure.ac
17821         * po/POTFILES.in
17822         * src/Makefile.am
17823         * src/folderutils.c
17824         * src/main.c
17825         * src/pgpmime.c
17826         * src/pgpmime.h
17827         * src/sgpgme.c
17828         * src/sgpgme.h
17829         * src/plugins/Makefile.am
17830         * src/plugins/pgpmime/.cvsignore
17831         * src/plugins/pgpmime/Makefile.am
17832         * src/plugins/pgpmime/pgpmime.c
17833         * src/plugins/pgpmime/pgpmime.h
17834         * src/plugins/pgpmime/plugin.c
17835         * src/plugins/pgpmime/sgpgme.c
17836         * src/plugins/pgpmime/sgpgme.h
17837                 sync with HEAD
17838
17839 2004-08-08 [paul]       0.9.12cvs51.1
17840
17841         * configure.ac
17842         * src/folder.c
17843                 sync with HEAD
17844
17845 2004-08-07 [colin]      0.9.12cvs50.1
17846
17847         * src/pop.c
17848         * src/common/partial_download.c
17849                 fix warnings (sync from HEAD)
17850
17851 2004-08-07 [colin]      0.9.12cvs48.1
17852
17853         * src/prefs_folder_item.c
17854                 sync with HEAD 0.9.12cvs48
17855
17856 2004-08-06 [colin]      0.9.12cvs47.1
17857
17858         * src/compose.c
17859                 Sync with HEAD
17860
17861 2004-08-06 [christoph]  0.9.12cvs46.2
17862
17863         * src/main.c
17864         * src/plugins/clamav/clamav_plugin_gtk.c
17865         * src/plugins/dillo_viewer/dillo_viewer.c
17866         * src/plugins/image_viewer/plugin.c
17867         * src/plugins/mathml_viewer/mathml_viewer.c
17868         * src/plugins/spamassassin/spamassassin_gtk.c
17869         * src/plugins/trayicon/trayicon.c
17870                 don't mix GTK1.2 plugin with GTK2 plugins
17871
17872 2004-08-06 [colin]      0.9.12cvs46.1
17873
17874         * ChangeLog
17875         * ChangeLog.claws
17876         * ChangeLog.jp
17877         * configure.ac
17878         * sylpheed-claws.pc.in
17879         * src/folder.c
17880         * src/imap.c
17881         * src/localfolder.c
17882         * src/messageview.c
17883         * src/mimeview.c
17884         * src/mimeview.h
17885         * src/msgcache.c
17886         * src/news.c
17887         * src/prefs_ext_prog.c
17888         * src/prefs_folder_item.c
17889         * src/prefs_fonts.c
17890         * src/prefs_msg_colors.c
17891         * src/prefs_spelling.c
17892         * src/prefs_themes.c
17893         * src/prefs_toolbar.c
17894         * src/prefs_wrapping.c
17895         * src/procmime.h
17896         * src/common/defs.h
17897         * src/common/nntp.c
17898         * src/common/session.c
17899         * src/common/session.h
17900         * src/common/socket.c
17901         * src/common/utils.h
17902         * src/common/xml.c
17903         * src/common/xml.h
17904         * src/gtk/prefswindow.c
17905         * src/gtk/prefswindow.h
17906         * src/plugins/clamav/clamav_plugin_gtk.c
17907         * src/plugins/dillo_viewer/dillo_prefs.c
17908         * src/plugins/image_viewer/viewerprefs.c
17909         * src/plugins/spamassassin/spamassassin_gtk.c
17910         * m4/openssl.m4 *** REMOVED ***
17911                 Sync with HEAD 0.9.12cvs46
17912
17913 2004-08-03 [paul]       0.9.12cvs40.2
17914
17915         * src/action.c
17916         * src/addressadd.c
17917         * src/addressbook.c
17918         * src/addrgather.c
17919         * src/browseldap.c
17920         * src/compose.c
17921         * src/crash.c
17922         * src/editaddress.c
17923         * src/editgroup.c
17924         * src/editldap_basedn.c
17925         * src/foldersel.c
17926         * src/importldif.c
17927         * src/mimeview.c
17928         * src/prefs_common.c
17929         * src/prefs_template.c
17930         * src/sourcewindow.c
17931         * src/summaryview.c
17932         * src/gtk/about.c
17933         * src/gtk/foldersort.c
17934         * src/gtk/logwindow.c
17935         * src/gtk/pluginwindow.c
17936         * src/gtk/prefswindow.c
17937                 change all gtk_scrolled_window_set_policy from 
17938                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17939
17940 2004-08-02 [paul]       0.9.12cvs40.1
17941
17942         * AUTHORS
17943                 update translation team section
17944         * po/pt_BR.po
17945                 updated by Frederico Goncalves Guimaraes
17946                 <fggdebian@yahoo.com.br>
17947
17948 2004-07-31 [colin]      0.9.12cvs39.9
17949
17950         * src/exphtmldlg.c
17951                 Fix compilation
17952
17953 2004-07-31 [colin]      0.9.12cvs39.8
17954
17955         * src/exphtmldlg.c
17956                 Fix an alertpanel type
17957
17958 2004-07-30 [colin]      0.9.12cvs39.7
17959
17960         * src/alertpanel.c
17961                 Fix alertpanel_error_log's icon
17962
17963 2004-07-30 [colin]      0.9.12cvs39.6
17964
17965         * src/pop.c
17966                 Two of them should still be warnings
17967
17968 2004-07-30 [colin]      0.9.12cvs39.5
17969
17970         * src/pop.c
17971                 More warning -> error
17972 2004-07-29 [colin]      0.9.12cvs39.4
17973
17974         * src/pop.c
17975                 Warning -> error
17976
17977 2004-07-29 [colin]      0.9.12cvs39.3
17978
17979         * src/prefs_matcher.c
17980                 Fix segfault
17981
17982 2004-07-29 [colin]      0.9.12cvs39.2
17983
17984         * src/alertpanel.c
17985                 More nice-looking alertpanels
17986
17987 2004-07-29 [colin]      0.9.12cvs39.1
17988
17989         * src/messageview.c
17990                 sync with head
17991                 (inform user when partial mail is deleted on server)
17992
17993 2004-07-29 [colin]      0.9.12cvs38.1
17994
17995         * src/messageview.c
17996                 sync with head
17997
17998 2004-07-28 [paul]       0.9.12cvs37.7
17999
18000         * src/mainwindow.c
18001                 complete the replacement of deprecated gtk_progress_*
18002
18003 2004-07-28 [paul]       0.9.12cvs37.6
18004
18005         * src/action.c
18006         * src/inc.c
18007         * src/mainwindow.c
18008         * src/send_message.c
18009         * src/gtk/progressdialog.c
18010         * src/gtk/progressdialog.h
18011                 replace deprecated gtk_progress_*
18012
18013 2004-07-28 [paul]       0.9.12cvs37.5
18014
18015         * src/gtk/filesel.c
18016                 remove gtk_window_set_wmclass()
18017 2004-07-28 [paul]       0.9.12cvs37.4
18018
18019         * src/addressbook.c
18020         * src/compose.c
18021         * src/foldersel.c
18022         * src/mainwindow.c
18023         * src/messageview.c
18024         * src/sourcewindow.c
18025         * src/gtk/logwindow.c
18026                 remove gtk_window_set_wmclass()
18027                 
18028         * src/prefs_filtering.c
18029         * src/prefs_filtering_action.c
18030         * src/prefs_fonts.c
18031         * src/prefs_gtk.c
18032         * src/prefs_matcher.c
18033         * src/ssl_manager.c
18034         * src/gtk/prefswindow.c
18035                 replace gtk_window_position()
18036
18037 2004-07-28 [colin]      0.9.12cvs37.3
18038
18039         * src/alertpanel.c
18040         * src/alertpanel.h
18041                 Add a way to specify panel type for specific
18042                 panels (alertpanel())
18043         * src/account.c
18044         * src/addressbook.c
18045         * src/compose.c
18046         * src/expldifdlg.c
18047         * src/main.c
18048         * src/messageview.c
18049         * src/summaryview.c
18050         * src/textview.c
18051         * src/gtk/sslcertwindow.c
18052                 Fix alertpanel()s so that their icon match
18053                 their real type
18054
18055 2004-07-28 [paul]       0.9.12cvs37.2
18056
18057         * src/addr_compl.c
18058         * src/addressbook.c
18059         * src/alertpanel.c
18060         * src/compose.c
18061         * src/export.c
18062         * src/foldersel.c
18063         * src/folderview.c
18064         * src/grouplistdialog.c
18065         * src/import.c
18066         * src/mainwindow.c
18067         * src/message_search.c
18068         * src/messageview.c
18069         * src/passphrase.c
18070         * src/prefs_actions.c
18071         * src/prefs_common.c
18072         * src/prefs_customheader.c
18073         * src/prefs_display_header.c
18074         * src/prefs_filtering.c
18075         * src/prefs_filtering_action.c
18076         * src/prefs_gtk.c
18077         * src/prefs_matcher.c
18078         * src/prefs_msg_colors.c
18079         * src/prefs_summary_column.c
18080         * src/prefs_template.c
18081         * src/sourcewindow.c
18082         * src/ssl_manager.c
18083         * src/summary_search.c
18084         * src/gtk/colorsel.c
18085         * src/gtk/description_window.c
18086         * src/gtk/gtkaspell.c
18087         * src/gtk/inputdialog.c
18088         * src/gtk/logwindow.c
18089         * src/gtk/prefswindow.c
18090         * src/gtk/progressdialog.c
18091                 replace deprecated gtk_window_set_policy
18092
18093 2004-07-27 [colin]      0.9.12cvs37.1
18094
18095         * src/msgcache.c
18096                 More fixes (synced for head again)
18097
18098 2004-07-27 [colin]      0.9.12cvs35.3
18099
18100         * src/msgcache.c
18101                 Fix wrong test
18102
18103 2004-07-27 [colin]      0.9.12cvs35.2
18104
18105         * src/mimeview.c
18106                 Fix width a bit (by Paul)
18107         * src/alertpanel.c
18108         * src/alertpanel.h
18109                 Specialize icons, make alertpanel_message()
18110                 private
18111         * src/message_search.c
18112         * src/sgpgme.c
18113         * src/summary_search.c
18114                 Suit alertpanel changes
18115
18116 2004-07-27 [colin]      0.9.12cvs35.1
18117
18118         * src/alertpanel.c
18119                 Add an icon
18120         * src/passphrase.c
18121                 Add debug output - maybe someone will
18122                 want to look at the problem with Grab
18123                 Input :)
18124         Bump version as we're synced with HEAD
18125
18126 2004-07-26 [colin]      0.9.12cvs33.26
18127
18128         * src/pop.c
18129                 Fix uidl-file parsing when not in new
18130                 format
18131
18132 2004-07-26 [colin]      0.9.12cvs33.25
18133
18134         * src/gtk/menu.c
18135                 Move popup menu up if necessary (fixes 
18136                 account selector)
18137         * src/mainwindow.c
18138                 Set account selector's button height to
18139                 minimum
18140
18141 2004-07-26 [colin]      0.9.12cvs33.24
18142
18143         * src/alertpanel.c
18144                 Maybe fix 551 (Truncated font in alert window)
18145
18146 2004-07-26 [colin]      0.9.12cvs33.23
18147
18148         * po/de.po
18149         * po/es.po
18150         * po/fr.po
18151         * po/it.po
18152         * po/ja.po
18153         * po/pl.po
18154         * po/ru.po
18155         * po/sk.po
18156         * po/sr.po
18157         * po/zh_CN.po
18158                 Sync po files with HEAD
18159
18160 2004-07-26 [paul]       0.9.12cvs33.22
18161
18162         * src/compose.c
18163                 fix Bug 556 'Organisation-header is sent even if empty'
18164
18165 2004-07-24 [colin]      0.9.12cvs33.21
18166
18167         * src/compose.c
18168         * src/gtk/gtkaspell.c
18169         * src/gtk/gtkaspell.h
18170                 Fix speller accelerators (require hack)
18171
18172 2004-07-24 [colin]      0.9.12cvs33.20
18173
18174         * src/gtk/gtkaspell.c
18175                 Fix over-eager code deletion breaking
18176                 Check while typing
18177
18178 2004-07-24 [colin]      0.9.12cvs33.19
18179
18180         * src/browseldap.c
18181         * src/ldapctrl.c
18182         * src/ldapctrl.h
18183         * src/ldapserver.h
18184                 Sync ldap with HEAD
18185         (Fixes 546 LDAP completely broken)
18186
18187 2004-07-24 [colin]      0.9.12cvs33.18
18188
18189         * src/prefs_msg_colors.c
18190                 Fix prototype mismatch
18191         (Fixes 547 void function cannot return value)
18192
18193 2004-07-24 [colin]      0.9.12cvs33.17
18194
18195         * src/mainwindow.c
18196                 Fix sort going back to previous sort key
18197                 when changing sort direction
18198
18199 2004-07-24 [colin]      0.9.12cvs33.16
18200
18201         * src/compose.c
18202                 Fix space insertion when re-wrapping at 
18203                 cursor point
18204
18205 2004-07-24 [colin]      0.9.12cvs33.15
18206
18207         * src/gtk/gtkaspell.c
18208                 Don't change cursor position in insert-text
18209                 callback
18210         (Fixes 539 Word wrapping on input transposes letters)
18211
18212 2004-07-24 [colin]      0.9.12cvs33.14
18213
18214         * src/gtk/gtkaspell.c
18215                 Reencode non-ascii chars to dictionary's
18216                 encoding
18217         (Fixes 544 Spell check broken non english locale)
18218
18219 2004-07-24 [colin]      0.9.12cvs33.13
18220
18221         * src/summaryview.c
18222                 Fix Shift+Down, add Home/End/PgUp/PgDown
18223
18224 2004-07-21 [colin]      0.9.12cvs33.12
18225
18226         * src/prefs_common.c
18227                 Fix a gtk warning (Patch by Andrej Kacian)
18228
18229 2004-07-21 [colin]      0.9.12cvs33.11
18230
18231         * src/gtk/filesel.c
18232                 More check
18233
18234 2004-07-21 [colin]      0.9.12cvs33.10
18235
18236         * src/compose.c
18237         * src/crash.c
18238         * src/export.c
18239         * src/import.c
18240         * src/messageview.c
18241         * src/mimeview.c
18242         * src/prefs_spelling.c
18243         * src/prefs_themes.c
18244         * src/summaryview.c
18245         * src/gtk/filesel.c
18246         * src/gtk/filesel.h
18247         * src/gtk/pluginwindow.c
18248                 Untwist open/save mode guessing logic, make
18249                 it explicit
18250
18251 2004-07-20 [colin]      0.9.12cvs33.9
18252
18253         * src/codeconv.c
18254                 conv_encode_header: src_charset is UTF-8 on
18255                 gtk2
18256         * src/compose.c
18257                 Remove double encoding of the headers
18258
18259 2004-07-20 [colin]      0.9.12cvs33.8
18260
18261         * src/codeconv.c
18262                 Fix typo
18263
18264 2004-07-20 [colin]      0.9.12cvs33.7
18265
18266         * src/mainwindow.c
18267                 Set the separated messageview to the saved
18268                 size of Claws' messageview (Patch by Alfons)
18269                 Fix a callback prototype (me)
18270
18271 2004-07-20 [colin]      0.9.12cvs33.6
18272
18273         * src/codeconv.h
18274                 Forgot one hunk in 0.9.12cvs33.4
18275
18276 2004-07-19 [colin]      0.9.12cvs33.5
18277
18278         * src/action.c
18279                 Action output fix
18280                 Patch by Alfons
18281
18282 2004-07-19 [colin]      0.9.12cvs33.4
18283
18284         * src/compose.c
18285                 Fix outgoing charset bug in headers
18286         * src/codeconv.c
18287                 Clean for glib2 - Patch by Alfons
18288
18289 2004-07-19 [colin]      0.9.12cvs33.3
18290
18291         * src/statusbar.c
18292                 Remove grip from the statusbar
18293                 Patch by Alfons
18294
18295 2004-07-19 [colin]      0.9.12cvs33.2
18296
18297         * src/messageview.c
18298         * src/textview.c
18299                 Fix messageview remembering the previous
18300                 scroll position when loading a new message
18301                 Patch by Alfons
18302
18303 2004-07-19 [colin]      0.9.12cvs33.1
18304
18305         * src/folder.h
18306         * src/folderview.c
18307         * src/summaryview.c
18308                 Sync with HEAD
18309
18310 2004-07-18 [colin]      0.9.12cvs32.7
18311
18312         * configure.ac
18313                 Remove useless check for XIM - noticed
18314                 by Alfons
18315
18316 2004-07-18 [colin]      0.9.12cvs32.6
18317
18318         * src/summaryview.c
18319                 Remove non-modified and shift-modified
18320                 accelerators in summaryview's popup
18321                 menu, as that doesn't get catched by
18322                 the accel-activate signal catcher...
18323
18324 2004-07-18 [colin]      0.9.12cvs32.5
18325
18326         * src/prefs_common.c
18327                 Define sensible default prefs for 
18328                 wrapping
18329
18330 2004-07-18 [colin]      0.9.12cvs32.4
18331
18332         * src/compose.c
18333         * src/prefs_common.c
18334         * src/prefs_common.h
18335         * src/prefs_wrapping.c
18336                 Remove Smart Wrapping pref, which does
18337                 nothing on gtk2 branch
18338
18339 2004-07-18 [colin]      0.9.12cvs32.3
18340
18341         * src/sourcewindow.c
18342                 Proper utf8
18343
18344 2004-07-18 [colin]      0.9.12cvs32.2
18345
18346         * src/compose.c
18347                 Save attachment status when drafting
18348
18349 2004-07-18 [colin]      0.9.12cvs32.1
18350
18351         * src/gtk/filesel.c
18352                 Fix erratic folder selection in open mode
18353
18354 2004-07-18 [colin]      0.9.12cvs31.11
18355
18356         * src/pop.c
18357                 Don't let partial messages get deleted
18358                 even with "dowload all"
18359                 (0.9.12cvs31.8 fix extension)
18360 2004-07-18 [colin]      0.9.12cvs31.10
18361
18362         * src/gtk/logwindow.c
18363                 Fix log scrolling
18364
18365 2004-07-18 [colin]      0.9.12cvs31.9
18366
18367         * src/common/utils.c
18368                 Fix non-utf8 strings coming from commands
18369                 and files
18370
18371 2004-07-18 [colin]      0.9.12cvs31.8
18372
18373         * src/pop.c
18374                 Fix partial download bug with Download all
18375                 messages option
18376
18377 2004-07-18 [colin]      0.9.12cvs31.7
18378
18379         * src/textview.c
18380                 Fix bug introduced in 0.9.12cvs31.2
18381                 (blocked in select mode after double click)
18382
18383 2004-07-18 [colin]      0.9.12cvs31.6
18384
18385         * src/compose.c
18386         * src/gtk/menu.c
18387                 More glib-warning fixes
18388
18389 2004-07-18 [colin]      0.9.12cvs31.5
18390
18391         * src/compose.c
18392                 Fix trashing the primary clipboard when moving 
18393                 around with tab
18394         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18395
18396 2004-07-18 [colin]      0.9.12cvs31.4
18397
18398         * src/codeconv.c
18399                 convert unencoded iso headers to utf8
18400         (Fix Bug 538 Unencoded local characters in subject make it 
18401          disappear)
18402
18403 2004-07-18 [colin]      0.9.12cvs31.3
18404
18405         * src/compose.c
18406                 Fix tab char handling in wrapping
18407         (Fix Bug 537 Line wrap problem - TAB character treated as 
18408          one character instead of 8)
18409
18410 2004-07-18 [colin]      0.9.12cvs31.2
18411
18412         * src/textview.c
18413                 return FALSE on GDK_MOTION_NOTIFY
18414         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18415          (unable to highlight))
18416
18417 2004-07-18 [colin]      0.9.12cvs31.1
18418
18419         * src/folderview.c
18420                 Sync with 0.9.12cvs31
18421
18422 2004-07-18 [colin]      0.9.12cvs30.4
18423
18424         * src/compose.c
18425                 Also block text_inserted when inserting a file
18426
18427 2004-07-18 [colin]      0.9.12cvs30.3
18428
18429         * src/compose.c
18430                 Fix smart wrapping (block text_inserted handler
18431                 while putting quotation to avoid wrap on input,
18432                 don't join lines if next is sig separator)
18433
18434 2004-07-17 [colin]      0.9.12cvs30.2
18435
18436         * src/folderview.c
18437         * src/mainwindow.c
18438         * src/mimeview.c
18439         * src/summaryview.c
18440         * src/gtk/quicksearch.c
18441         * src/gtk/quicksearch.h
18442                 Block key events handlers *and* accels while
18443                 quicksearch is focused
18444         (Fixes Bug 534 quick-search bar not accepting certain letters)
18445
18446 2004-07-17 [colin]      0.9.12cvs30.1
18447
18448         * src/folder.h
18449         * src/folderview.c
18450         * src/summaryview.c
18451                 Sync with 0.9.12cvs30
18452
18453 2004-07-17 [colin]      0.9.12cvs28.2
18454
18455         * src/mimeview.c
18456         * src/procmime.c
18457         * src/summaryview.c
18458         * src/gtk/menu.c
18459                 Squash some compile and glib warnings
18460
18461 2004-07-17 [paul]       0.9.12cvs28.1
18462
18463         * src/mimeview.c
18464                 sync with 0.9.12cvs28 HEAD
18465
18466 2004-07-16 [paul]       0.9.12cvs26.1
18467         
18468         * src/gtk/quicksearch.c
18469         * src/account.c
18470         * src/account.h
18471         * src/compose.c
18472         * src/customheader.c
18473         * src/folder_item_prefs.c
18474         * src/main.c
18475         * src/mainwindow.c
18476         * src/messageview.c
18477         * src/mimeview.c
18478         * src/news.c
18479         * src/pgpmime.c
18480         * src/pop.c
18481         * src/pop.h
18482         * src/prefs_account.c
18483         * src/prefs_account.h
18484         * src/prefs_common.c
18485         * src/prefs_common.h
18486         * src/prefs_display_header.c
18487         * src/prefs_gtk.c
18488         * src/prefs_gtk.h
18489         * src/procheader.c
18490         * src/procmime.c
18491                 sync with 0.9.12cvs26 HEAD      
18492
18493 2004-07-15 [colin]      0.9.12cvs18.14
18494
18495         * src/folder.c
18496                 Disable GPG signature check during
18497                 folder move and scan
18498         (Closes Bug 521 Signature checking slows down Folder-Move)
18499
18500 2004-07-14 [colin]      0.9.12cvs18.13
18501
18502         * src/common/partial_download.c
18503                 update includes
18504
18505 2004-07-14 [colin]      0.9.12cvs18.12
18506
18507         * src/common/partial_download.c
18508         * src/common/partial_download.h
18509                 Move doc at top, add correct copyright
18510
18511 2004-07-14 [colin]      0.9.12cvs18.11
18512
18513         * src/folder.c
18514         * src/messageview.c
18515         * src/pop.c
18516         * src/pop.h
18517         * src/procmsg.c
18518         * src/summaryview.c
18519         * src/common/Makefile.am
18520         * src/common/partial_download.c ** NEW FILES **
18521         * src/common/partial_download.h ** NEW FILES **
18522                 Move partial-download related stuff to its
18523                 own file
18524
18525 2004-07-14 [colin]      0.9.12cvs18.10
18526
18527         * src/send_message.c
18528                 Fix smtp auth when user is null or empty
18529
18530 2004-07-13 [colin]      0.9.12cvs18.9
18531
18532         * src/gtk/quicksearch.c
18533                 Use alphabetic order
18534
18535 2004-07-13 [colin]      0.9.12cvs18.8
18536
18537         * src/pop.c
18538                 Be paranoid on the checks
18539
18540 2004-07-13 [colin]      0.9.12cvs18.7
18541
18542         * src/gtk/quicksearch.c
18543                 Fix Engrish once again
18544
18545 2004-07-13 [colin]      0.9.12cvs18.6
18546
18547         * src/procmsg.c
18548         * src/summaryview.c
18549                 Mark messages for deletion when they are about to
18550                 be removed from trash
18551
18552 2004-07-13 [colin]      0.9.12cvs18.5
18553
18554         * src/matcher.c
18555         * src/matcher.h
18556         * src/matcher_parser_parse.y
18557         * src/prefs_matcher.c
18558         * src/gtk/quicksearch.c
18559                 Add 'partial' ('p') match string to find partially
18560                 downloaded messages
18561
18562 2004-07-13 [colin]      0.9.12cvs18.4
18563
18564         * src/pop.c
18565                 Fix misplaced block
18566
18567 2004-07-13 [colin]      0.9.12cvs18.3
18568
18569         * src/pop.c
18570         * src/pop.h
18571         * src/messageview.c
18572                 Refactor API (to avoid passing 5+ params and code
18573                 duplication)
18574         * src/folder.c
18575         * src/msgcache.c
18576         * src/procheader.c
18577         * src/common/defs.h
18578                 Add planned_download to cache
18579                 Don't mess uidl file when moving partially downloaded
18580                 mails (they change folder, we should change it in the
18581                 uidl list too or we'll remove an incorrect message)
18582                 (this also helps removing hacks when changing 
18583                 planned_download in messageview.c)
18584
18585 2004-07-12 [colin]      0.9.12cvs18.2
18586
18587         * src/gtk/quicksearch.c
18588                 Fix missing status update in quicksearch
18589
18590 2004-07-12 [paul]       0.9.12cvs18.1
18591
18592         * po/POTFILES.in
18593         * src/Makefile.am
18594         * src/account.c
18595         * src/codeconv.c
18596         * src/compose.c
18597         * src/inc.c
18598         * src/main.c
18599         * src/prefs_common.c
18600         * src/procmsg.h
18601         * src/toolbar.c
18602         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18603         * src/prefs_wrapping.[ch]       ** NEW FILES **
18604         * src/common/intl.h
18605         * src/common/utils.[ch]
18606         * src/gtk/quicksearch.[ch]
18607                 sync with 0.9.12cvs18 HEAD
18608
18609 2004-07-12 [colin]      0.9.11cvs17.25
18610
18611         * src/folder.c
18612         * src/folder.h
18613                 Remove unused function added by me in 0.9.11cvs17.10
18614
18615 2004-07-11 [colin]      0.9.11cvs17.24
18616
18617         * src/inc.c
18618         * src/messageview.c
18619         * src/pop.c
18620         * src/pop.h
18621                 Use folderitem and msgnum instead of filename to
18622                 know which mail to delete
18623                 Move old partial mail deletion to pop.c
18624
18625 2004-07-10 [colin]      0.9.11cvs17.23
18626
18627         * src/inc.c
18628                 Add debug
18629         * src/pop.c
18630         * src/pop.h
18631                 Don't re-use same enums for unrelated stuff: it's 
18632                 completely misleading !
18633                 Document a bit
18634
18635 2004-07-09 [colin]      0.9.11cvs17.22
18636
18637         * src/inc.c
18638                 Remove folder-type check and do
18639                 more tests to be sure everything's
18640                 ok
18641         * src/messageview.c
18642                 Punctuation update, remove useless
18643                 code, fix two warnings
18644         * src/noticeview.c
18645                 Layout cleaning, reset 2nd button
18646                 when specifying one
18647
18648 2004-07-09 [colin]      0.9.11cvs17.21
18649
18650         * src/messageview.c
18651         * src/pop.c
18652         * src/pop.h
18653                 Allow user to change his mind
18654                 and postpone decision (by
18655                 unmarking the mail)
18656
18657 2004-07-09 [colin]      0.9.11cvs17.20
18658
18659         * src/messageview.c
18660                 Fix bug with delete state
18661         * src/pop.c
18662         * src/pop.h
18663                 Fix buffer leak (fread doesn't 
18664                 terminate buffers with \0)
18665                 Refactoring (remove magic 
18666                 numbers)
18667
18668 2004-07-09 [colin]      0.9.11cvs17.19
18669
18670         * src/pop.c
18671                 Don't log "Skipping message" if 
18672                 we're going to TOP it two lines
18673                 later
18674
18675 2004-07-09 [colin]      0.9.11cvs17.18
18676
18677         * src/messageview.c
18678                 Fix Engrish
18679
18680 2004-07-09 [colin]      0.9.11cvs17.17
18681
18682         * src/pop.c
18683                 strlen checking...
18684         * src/messageview.c
18685                 refactoring a bit
18686
18687 2004-07-08 [colin]      0.9.11cvs17.16
18688
18689         * src/noticeview.c
18690         * src/noticeview.h
18691                 Add an optional second button
18692         * src/messageview.c
18693         * src/pop.c
18694         * src/pop.h
18695                 Don't delete partially received mails after a certain
18696                 time; rather, let the user decide.
18697
18698 2004-07-08 [colin]      0.9.11cvs17.15
18699
18700         * src/common/smtp.h
18701                 Sync with HEAD
18702
18703 2004-07-08 [colin]      0.9.11cvs17.14
18704
18705         * src/messageview.c
18706         * src/common/smtp.c
18707                 Use to_human_readable() for sizes
18708
18709 2004-07-08 [colin]      0.9.11cvs17.13
18710
18711         * src/inc.c
18712         * src/messageview.c
18713         * src/pop.c
18714         * src/pop.h
18715         * src/procmsg.c
18716                 Fix partial-downloading issues:
18717                         catch unsupported TOP
18718                         don't delete partially downloaded mails before 5 days
18719                         don't update existing with non-MH folders; that'll
18720                         make dups, but it's better than trashing the folder
18721                         free new msginfo parts
18722                 Fix indentation ;-)
18723
18724 2004-07-08 [colin]      0.9.11cvs17.12
18725
18726         * src/common/smtp.c
18727         * src/common/smtp.h
18728                 Sync smtp size verification with HEAD
18729
18730 2004-07-08 [colin]      0.9.11cvs17.11
18731
18732         * src/summaryview.c
18733         * src/prefs_common.c
18734         * src/prefs_common.h
18735         * src/gtk/quicksearch.c
18736         * src/gtk/quicksearch.h
18737                 Sync sticky pref with HEAD
18738
18739 2004-07-08 [colin]      0.9.11cvs17.10
18740
18741         * src/folder.c [1.213.2.6]
18742         * src/folder.h [1.87.2.6]
18743         * src/inc.c [1.149.2.7]
18744         * src/messageview.c [1.94.2.8]
18745         * src/procheader.c [1.47.2.6]
18746         * src/procmsg.c [1.150.2.4]
18747         * src/procmsg.h [1.60.2.5]
18748         * src/pop.c [1.56.2.4]
18749         * src/pop.h [1.17.2.3]
18750                 Let too big messages get downloaded, but truncated
18751                 Add a button to download them completely
18752                 
18753 2004-07-06 [colin]      0.9.11cvs17.9
18754
18755         * src/gtk/quicksearch.c [1.1.2.3]
18756                 Add a Clear button
18757         * commitHelper
18758         * PATCHSETS
18759                 Add a script to help with cvs
18760
18761 2004-07-03 [colin]      0.9.11cvs17.8
18762
18763         * src/plugins/imageviewer/viewer.c
18764                 fix imageviewer (which was staying on the first
18765                 displayed image)
18766
18767 2004-07-03 [colin]      0.9.11cvs17.7
18768
18769         Removed FIXME_GTK2 warnings
18770         * src/gtk/gtkutils.c
18771                 useless #warnings
18772         * src/gtk/menu.c
18773                 useless #warnings (no need to mess with menu rc)
18774         * src/gtk/menu.h
18775                 unused functions
18776         
18777
18778 2004-07-03 [colin]      0.9.11cvs17.6
18779
18780         Removed FIXME_GTK2 warnings
18781         * src/codeconv.c
18782                 useless #warnings (rewrite needed)
18783         * src/compose.c
18784                 useless #warnings (rewrite needed)
18785                 useless #warnings (gtk2 is like that)
18786                 useless #warnings (previously fixed)
18787         * src/main.c
18788                 useless #warnings (previously fixed)
18789         * src/message_search.c
18790                 useless #warnings (gtk2 is like that)
18791                 Made apparent that search is case-sensitive
18792         * src/mimeview.c
18793                 useless #warnings (rewrite needed)
18794                 useless #warnings (gtk2 is like that)
18795                 reimplemented real warnings
18796         * src/prefs_common.c
18797                 Removed block cursor option (not it gtk2)
18798         * src/prefs_gtk.c
18799                 useless #warnings (rewrite needed)
18800         * src/procheader.c
18801                 useless #warnings (rewrite needed)
18802         * src/sourcewindow.c
18803                 useless #warnings (incorrect placing)
18804         * src/summary_search.c
18805                 useless #warnings (gtk2 is like that)
18806                 Made apparent that search is case-sensitive
18807         * src/action.c
18808                 useless #warnings (gtk2 is like that)
18809         * src/textview.c
18810                 useless #warnings (rewrite needed)
18811         * src/toolbar.c
18812                 useless #warnings (rewrite needed)
18813
18814 2004-07-03 [colin]      0.9.11cvs17.5
18815
18816         * src/textview.c
18817                 Fix mismerge which broke URI opening
18818                 
18819 2004-07-01 [colin]      0.9.11cvs17.4
18820
18821         * src/gtk/filesel.c
18822                 Fill filename when saving
18823                 
18824 2004-06-27 [colin]      0.9.11cvs17.3
18825
18826         * src/gtk/filesel.[ch]
18827                 Use the new GTK file selector
18828                 Update prototype to match the reality: multiple file
18829                 selection is open-only          
18830         * src/compose.c
18831                 Match the new prototypes        
18832         * configure.ac
18833                 Match the new requirements (gtk 2.4.0)
18834                         
18835 2004-06-26 [colin]      0.9.11cvs17.2
18836
18837         * src/plugins/trayicon/trayicon.c
18838                 Remove useless signal handler on resize, which causes
18839                 an infinite "loop"
18840         
18841 2004-06-26 [colin]      0.9.11cvs17.1
18842         
18843         * tools/Makefile.am
18844                 remove launch_firebird and add nautilus2sylpheed.sh
18845         * src/quicksearch.c
18846           src/summaryview.c
18847                 Fix show/hide "Extended symbols" button problem
18848                 Fix apparition at startup
18849                 Fix const warnings
18850         * src/plugins/image_viewer/Makefile.am
18851                 Fix configure 
18852         * common/ssl.c
18853                 Re-enable certificate check, as it doesn't seem to
18854                 cause Xlib errors anymore
18855
18856 2004-06-25 [paul]       0.9.11cvs17
18857
18858         * sync with 0.9.11cvs17 HEAD
18859         
18860         NOTE: QuickSearch is broken
18861
18862 2004-06-07 [colin]      0.9.10claws67.10
18863         * src/plugins/trayicon/trayicon.c
18864           src/plugins/trayicon/libeggtrayicon/Makefile.am
18865           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18866                 Fix gettextization in trayicon plugin
18867
18868 2004-06-07 [colin]      0.9.10claws67.9
18869         
18870         * src/summaryview.c
18871           src/gtk/gtksctree.[ch]
18872                 Let Shift+{Up,Down} work in summaryview
18873                 (well, Down "works" and Up works)
18874                 Let the list scroll when using these keys
18875
18876 2004-06-06 [colin]      0.9.10claws67.8
18877
18878         * src/plugins/trayicon/trayicon.c
18879                 Fix pixmap update
18880
18881 2004-06-06 [colin]      0.9.10claws67.7
18882
18883         * src/addressbook.c
18884                 Fix signal handling causing system-wide focus grab
18885
18886 2004-05-25 [paul]       0.9.10claws67.6
18887
18888         * Makefile.am
18889           src/Makefile.am
18890                 clean up
18891
18892 2004-05-25 [paul]       0.9.10claws67.5
18893
18894         * replace deprecated gtk_signal... functions
18895
18896 2004-05-23 [colin]      0.9.10claws67.4
18897
18898         * src/compose.c
18899                 Fix wrapping
18900
18901 2004-05-22 [colin]      0.9.10claws67.3
18902
18903         * src/compose.c
18904                 Re-fix [Edited] in compose.c::compose_reedit()
18905
18906 2004-05-22 [colin]      0.9.10claws67.2
18907
18908         * src/procmime.c
18909                 Fix parsing of multiparts mails
18910
18911 2004-05-22 [colin]      0.9.10claws67.1
18912
18913         * src/summaryview.c
18914                 Fix quicksearch
18915
18916 2004-05-22 [paul]       0.9.10claws67
18917
18918         * sync with 0.9.10claws67 HEAD
18919
18920 2004-05-14 [alfons]
18921
18922         * src/procmime.h
18923                 add forgotton prototype
18924
18925 2004-05-10 [paul]       0.9.10claws57
18926
18927         * sync with 0.9.10claws57 HEAD
18928
18929 2004-05-05 [paul]       0.9.9.claws1
18930
18931         * ChangeLog-gtk2        ** REMOVED **
18932           ChangeLog-gtk2.claws  ** ADDED **
18933                 rename and adopt the normal claws format
18934                 
18935         * configure.ac
18936                 require gtkmathview >= 0.5
18937
18938         * ac/*                          ** REMOVED **
18939           ac/                           ** REMOVED **
18940           intl/Makefile.in              ** REMOVED **
18941           m4/                           ** ADDED **
18942           m4/missing                    ** ADDED **
18943           m4/missing/gdk-pixbuf.m4      ** ADDED **
18944           m4/missing/gettext.m4         ** ADDED **
18945           m4/missing/gpgme.m4           ** ADDED **
18946           m4/missing/imlib.m4           ** ADDED **
18947           m4/.cvsignore                 ** ADDED **
18948           m4/Makefile.am                ** ADDED **
18949           m4/README                     ** ADDED **
18950           m4/aclocal-include.m4         ** ADDED **
18951           m4/aspell.m4                  ** ADDED **
18952           m4/check-type.m4              ** ADDED **
18953           m4/gnupg-check-typedef.m4     ** ADDED **
18954           m4/openssl.m4                 ** ADDED **
18955           m4/spamassassin.m4            ** ADDED **
18956           po/ChangeLog                  ** REMOVED **
18957           po/Makefile.in.in             ** REMOVED **
18958           po/Rules-quot                 ** REMOVED **
18959           po/boldquot.sed               ** REMOVED **
18960           po/en@boldquot.header         ** REMOVED **
18961           po/en@quot.header             ** REMOVED **
18962           po/insert-header.sin          ** REMOVED **
18963           po/quot.sed                   ** REMOVED **
18964           po/remove-potcdate.sed        ** REMOVED **
18965           po/remove-potcdate.sin        ** REMOVED **
18966           po/stamp-po                   ** REMOVED **
18967           Makefile.am
18968           autogen.sh
18969           configure.ac
18970                 enable building with automake 1.8.x
18971                 add 'autopoint --force' to autogen.sh and remove all
18972                 auto-generated files, remove ac/ directory and use
18973                 m4/ directory instead
18974                 
18975         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18976                 fix gettextization
18977
18978 2004-02-28 Colin Leroy <colin@colino.net>
18979         * src/prefs_matcher.c
18980           src/prefs_filtering.c
18981           src/prefs_filtering_action.c
18982                 Fix non-editable GtkEntries
18983
18984 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18985         * src/prefs_themes.c
18986                 utf8 conversion for theme info
18987
18988 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18989         * sync 0.9.9claws
18990
18991 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18992         * src/grouplistdialog.c
18993                 allow multiple selections without ctrl key
18994
18995 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18996         * src/main.c
18997                 enable customizable accelerators
18998
18999 2004-02-08 Thorsten Maerz <torte@netztorte.de>
19000         * src/prefs_common.c
19001                 re-enable different font settings for gtk1/2
19002         * src/prefs_folder_item.c
19003                 fix folder prefs displayed wrong
19004         * src/textview.c
19005                 set 'sunken' shadow type
19006
19007 2004-02-07 Colin Leroy <colin@colino.net>
19008         * src/compose.c
19009                 Fix message being always [Edited]
19010                 Encode headers correctly (utf8 buf)
19011
19012 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19013         * src/socket.c
19014                 remove double g_source_attach()
19015                 (Thanks to Colin Leroy)
19016
19017 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19018         * src/gtk/gtksctree.c
19019                 Fix SSL certificate list not shown
19020         * src/mimeview.c
19021                 Fix clicks in mime tree
19022
19023 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19024         * src/common/socket.c
19025                 Fix SSL receive
19026         * src/compose.c
19027                 Fix clipboard menu hotkeys
19028
19029 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19030         * src/gtk/gtkaspell.[ch]
19031           src/compose.c
19032                 reimplement spellchecker
19033
19034 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19035         * src/gtk/filesel.c
19036                 crash when inserting file in compose window
19037                 (TODO: keep old selection on clicks)
19038         * src/main.c
19039                 use gtkrc-2.0 instead of gtkrc
19040
19041 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19042         * src/messageview.c
19043                 remove orphaned mimeview unref()
19044
19045 2004-01-20 Thorsten Maerz <torte@netztorte.de>
19046         * src/grouplistdialog.c
19047                 expand nodes containing subscribed groups
19048
19049 2004-01-19 Thorsten Maerz <torte@netztorte.de>
19050         * src/textview.c
19051                 textview: hide cursor, restore old click behaviour
19052
19053 2004-01-18 Thorsten Maerz <torte@netztorte.de>
19054         * src/textview.c
19055                 variable names messed up
19056
19057 2004-01-17 Colin Leroy <colin@colino.net>
19058         * src/addr_compl.c
19059                 Fix completion address too thin
19060         * src/compose.c
19061                 Fix tab-to-subject behaviour
19062         * src/summaryview.c
19063                 Implement key up & down in summaryview
19064
19065 2004-01-12 Thorsten Maerz <torte@netztorte.de>
19066
19067         * sync 098claws
19068
19069 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19070         * configure.ac
19071           Makefile.am
19072           doc/.cvsignore
19073           doc/Makefile.am
19074                 faq, man, manual moved to doc/
19075         * ac/aspell.m4
19076           ac/check-type.m4
19077           ac/gnupg-check-typedef.m4
19078           ac/openssl.m4
19079           ac/spamassassin.m4
19080           ac/missing/gdk-pixbuf.m4
19081           ac/missing/gpgme.m4
19082           ac/missing/imlib.m4
19083                 fix automake warnings
19084
19085 2003-12-06 Colin Leroy <colin@colino.net>
19086         * src/summaryview.c
19087                 Fix quicksearch
19088
19089 2003-12-05 Colin Leroy <colin@colino.net>
19090         * src/summaryview.c
19091                 Fix going to next unread folder
19092
19093 2003-12-05 Colin Leroy <colin@colino.net>
19094         * src/crash.c
19095                 Fix gtk2 compilation
19096         * src/session.c
19097                 Remove iotag source handler at disconnection
19098         * src/socket.[ch] 
19099                 Remove source handler when closing socket 
19100                 (fixes another seg)
19101
19102 2003-12-04 Colin Leroy <colin@colino.net>
19103         * src/compose.c
19104           src/prefs_account.c
19105           src/prefs_common.c
19106                 Fix some dropdown menus
19107
19108 2003-12-04 Colin Leroy <colin@colino.net>
19109         * src/compose.c
19110                 Fix event handlers on header fields
19111         * src/common/socket.c
19112           src/common/session.c
19113                 Fix segfault with callback (SSL)
19114                 Fix end of session 
19115
19116 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19117
19118         * Fix compile bug in src/compose.c
19119         * removed src/gtk/gtkstext.[ch]
19120
19121 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19122
19123         * Convert character set and escape "text" attributes in toolbar setting
19124         files.
19125         * Fixed bug in button-press-event handling.
19126
19127 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19128
19129         * Fixed bug in key-press-event handling.
19130
19131 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19132
19133         * Enabled to compile tray-icon plugin (Ad-hoc).
19134         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19135
19136 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19137
19138         * Enabled to compile on sylpheed-claws.
19139         (tray-icon plugin still cannot compile yet.)
19140
19141 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19142
19143         * Updated to 0.9.5.
19144
19145 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19146
19147         * Updated to 0.9.4.
19148         * Ported monitoring SSL mechanism to GSource of GLib2
19149         (I don't confirm it)
19150         * Added _gtk2 suffix to key name of font preference to avoid
19151         ovverwriting preference of Gtk+-1.2 version.
19152
19153 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19154
19155         * Updated to 0.9.2.
19156
19157 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19158
19159         * Updated to 0.9.1.
19160         * Translate po files into UTF-8 when execute autogen.sh.
19161
19162 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19163
19164         * Updated to 0.9.0.
19165
19166 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19167
19168         * Plugged GError related memory leaks.
19169
19170 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19171
19172         * Changed default size of fonts.
19173         * Enabled to set titile font size of warning dialog.
19174
19175 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19176
19177         * Embed a sylpheed icon into executable binary on Windows.
19178
19179 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19180
19181         * I forgot to traslate character set of element string in src/xml.c.
19182
19183 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19184
19185         * Fixed detecting bind_textdomain_codeset in configure.in.
19186         * The bug in which "Example" of "Date fromat" preference isn't displayed
19187         correctly has been fixed.
19188
19189 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19190
19191         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19192           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19193           glib-gettextize
19194           Removed intl directory.
19195           Translated po files into UTF-8.
19196           (Thanks! Ryuji Abe)
19197
19198 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19199
19200         * The bug which doesn't unscape string in xml.c has been fixed.
19201
19202 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19203
19204         * The bug which is failed to translate encoding of file name thorough
19205         file dialog has been fixed.
19206
19207 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19208
19209         * Modified to translate file names which is used in inporting/expoting
19210         mbox feature and "Save as" feature into locale encoding.
19211         * Translate file names into locale encoding when "Attache file" and
19212         "Insert file".
19213         * Force set G_BROKEN_FILENAMES environment variable.
19214         * Other minor fixes.
19215
19216 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19217
19218         * Modified to treat MH folder's name as locale encoding.
19219
19220 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19221
19222         * The bug which clash on switching candidates of auto completion of
19223         addresses, cannot use auto completion in Japanesse is fixed
19224         (Thanks! Tokunaga-san)¡¥
19225
19226 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19227
19228         * The bug which cannot switch key accelerator preference has been fixed
19229         (Thanks! smbd-san)¡¥
19230
19231 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19232
19233         * version 0.8.11-gtk2-20030314
19234
19235 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19236
19237         * The bug in which character set conversion of filtering messages has
19238         been fixed.(Thanks! COCOA-san).
19239
19240 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19241
19242         * Revived "Leave space on head" preference in "Message" category.
19243         * A bug which clash when put the cursor to end of buffer and execute
19244         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19245
19246 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19247
19248         * version 0.8.11-gtk2-20030312
19249
19250 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19251
19252         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19253         * Modified to use Pango's API directly for font preference.
19254         * Integrated GtkTextView of textview to one widget.
19255         * Set fonts of header title in textview by "header_title" tag.
19256         * Removed some deprecated codes.
19257
19258 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19259
19260         * Updated to 0.8.11.
19261         * Merged cygwin patch(Thanks! Sakai-san).
19262
19263 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19264
19265         * version 0.8.10-gtk2-20030309