7625a0a19bd5a5c8c0b17eccac7d8b44cf36cce7
[claws.git] / ChangeLog
1 2006-10-12 [colin]      2.5.5cvs3
2
3         * po/POTFILES.in
4                 Add new file
5         * src/plugins/pgpcore/pgp_viewer.c
6         * src/plugins/pgpcore/sgpgme.c
7                 Don't try to import without asking
8
9 2006-10-12 [colin]      2.5.5cvs2
10
11         * src/compose.c
12                 Fix bug 1036, 'Forwarding a mutlipart
13                 mail with a "text/html" block to ms
14                 outlook users leeds to freeze of
15                 outlook'. Poor outlook users...
16
17 2006-10-12 [paul]       2.5.5cvs1
18
19         * NEWS
20         * README
21         * configure.ac
22                 Update version number following
23                 stable release
24
25 2006-10-11 [paul]       2.5.4cvs1
26
27         * NEWS
28         * README
29         * configure.ac
30                 Update version number following
31                 stable release
32
33 2006-10-11 [paul]       2.5.3cvs32
34
35         * src/textview.c
36                 fix bug 1032, 'Segmentation fault when showing
37                 message' (bug in quote folding)
38                 Thanks to Colin
39
40 2006-10-10 [colin]      2.5.3cvs31
41
42         * src/quote_fmt.c
43                 Rephrase english a bit
44
45 2006-10-10 [colin]      2.5.3cvs30
46
47         * src/prefs_compose_writing.c
48                 Stop making the page larger than the window
49
50 2006-10-10 [wwp]        2.5.3cvs29
51
52         * src/compose.c
53         * src/prefs_template.c
54         * src/quote_fmt.c
55         * src/quote_fmt.h
56         * src/quote_fmt_lex.l
57         * src/quote_fmt_parse.y
58                 Extend the quote parser a bit: allow to get access to
59                 basic (composing) account info.
60
61 2006-10-10 [colin]      2.5.3cvs28
62
63         * src/procheader.c
64                 Fix this \t problem in subject
65
66 2006-10-09 [colin]      2.5.3cvs27
67
68         * src/main.c
69         * src/prefs_gtk.c
70                 Prepare cache a bit later
71                 If section already exists, skip the new one 
72                 (as previously); avoid writing the same block
73                 twice - if we find a second block with the 
74                 same id, skip it.
75         * src/plugins/pgpcore/pgp_viewer.c
76                 Set cursor to busy when retrieving a key
77         * src/plugins/pgpcore/sgpgme.c
78                 allow 5 seconds for gpg to export the key
79                 
80
81 2006-10-09 [colin]      2.5.3cvs26
82
83         * configure.ac
84         * src/msgcache.c
85         * src/prefs_gtk.c
86                 Check for existence of fgets_unlocked
87                 and fwrite_unlocked
88
89 2006-10-09 [paul]       2.5.3cvs25
90
91         * src/prefs_summaries.c
92                 replace strftime() with fast_strftime() and in
93                 the consequence fix the bug in the display of
94                 AM/PM in the 'Example' string
95
96 2006-10-09 [ticho]      2.5.3cvs24
97
98         * po/sk.po
99                 Updated (and fixed up somewhat) Slovak translation.
100
101 2006-10-08 [colin]      2.5.3cvs23
102
103         * src/prefs_folder_item.c
104                 Explain why prefs in the top-level folder
105                 aren't retained, but are still useful
106
107 2006-10-08 [colin]      2.5.3cvs22
108
109         * src/prefs_gtk.c
110                 Don't cache anything if caching fails
111
112 2006-10-08 [colin]      2.5.3cvs21
113
114         * src/common/utils.c
115                 always include gi18n.h
116
117 2006-10-07 [colin]      2.5.3cvs20
118
119         * src/plugins/pgpcore/pgp_viewer.c
120                 Kill gpg after 5 seconds wait
121
122 2006-10-07 [colin]      2.5.3cvs19
123
124         * src/plugins/pgpcore/pgp_viewer.c
125         * src/plugins/pgpcore/pgp_viewer.h
126                 Fix copyright
127
128 2006-10-07 [colin]      2.5.3cvs18
129
130         * src/plugins/pgpcore/pgp_viewer.c
131         * src/plugins/pgpcore/pgp_viewer.h
132                 Actually add the files to CVS
133
134 2006-10-07 [colin]      2.5.3cvs17
135
136         * src/plugins/pgpcore/sgpgme.c
137                 Be sure not to crash on 'application/pgp-signature' that
138                 are not application/pgp-signatures
139
140 2006-10-07 [colin]      2.5.3cvs16
141
142         * src/textview.c
143         * src/textview.h
144                 Make a bit more of the API available
145         * src/plugins/pgpcore/Makefile.am
146         * src/plugins/pgpcore/plugin.c
147         * src/plugins/pgpcore/sgpgme.c
148                 Add basic key import/export
149
150 2006-10-07 [colin]      2.5.3cvs15
151
152         * src/folderview.c
153         * src/imap.c
154         * src/prefs_account.c
155         * src/wizard.c
156                 Warn users *everywhere* if libetpan's not
157                 linked in
158
159 2006-10-06 [mones]      2.5.3cvs14
160
161         * po/de.po
162         * po/es.po
163                 updated by Stephan Sachse and me
164
165 2006-10-06 [colin]      2.5.3cvs13
166
167         * src/main.c
168         * src/common/sylpheed.c
169                 Don't load common plugins if --exit is passed
170         * src/prefs_gtk.c
171         * src/prefs_gtk.h
172                 Implement a cache to avoid reading the same
173                 files over and over again at startup
174
175 2006-10-06 [colin]      2.5.3cvs12
176
177         * src/summaryview.c
178         * src/gtk/quicksearch.c
179                 Update display every 5k mails on fast searches
180
181 2006-10-06 [colin]      2.5.3cvs11
182
183         * src/textview.c
184                 Don't do quote folding on HTML or ERTF.
185                 May fix the Cygwin issues if they were
186                 happening with HTML mails?
187
188 2006-10-05 [colin]      2.5.3cvs10
189
190         * src/prefs_gtk.c
191                 Oops, forgot one
192
193 2006-10-05 [colin]      2.5.3cvs9
194
195         * src/prefs_gtk.c
196                 Use unlocked_stdio here too
197
198 2006-10-05 [colin]      2.5.3cvs8
199
200         * src/folderview.c
201                 Fix go to next * after preferences apply
202         * src/msgcache.c
203                 Do the fd lock/unlock ourselves instead of
204                 letting the libc do it at each write 
205
206 2006-10-05 [colin]      2.5.3cvs7
207
208         * src/common/utils.c
209                 Faster division, thanks to Jean Diraison
210
211 2006-10-05 [paul]       2.5.3cvs6
212
213         * src/common/utils.c
214                 fix building with --disable-nls
215
216 2006-10-04 [colin]      2.5.3cvs5
217
218         * src/folder.c
219                 Maybe fix a segfault
220
221 2006-10-04 [wwp]        2.5.3cvs4
222
223         * src/prefs_folder_item.c
224                 Fine-tune layouts in folder item prefs. Suggested by
225                 Fabien Vantard <fzzzzz@gmail.com>.
226
227 2006-10-04 [wwp]        2.5.3cvs3
228
229         * src/prefs_folder_item.c
230                 Kill the clandestine passengers. You didn't see anything.
231
232 2006-10-04 [wwp]        2.5.3cvs2
233
234         * src/prefs_folder_item.c
235                 Add a way to test the subject simplify regexp in
236                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
237                 w/ few layout changes.
238
239 2006-20-04 [paul]       2.5.3cvs1
240
241         * NEWS
242         * README
243         * configure.ac
244                 Update version number following
245                 stable release
246
247 2006-10-04 [colin]      2.5.2cvs42
248
249         * src/folder.c
250         * src/folder.h
251         * src/summaryview.c
252                 Provide a way for folder classes to set their sort
253                 type and key
254
255 2006-10-03 [colin]      2.5.2cvs41
256
257         * src/mh.c
258                 Don't use strlen() to know if the
259                 string's empty
260
261 2006-10-03 [colin]      2.5.2cvs40
262
263         * src/mh.c
264                 Fix "check for new folders" with accentued folders
265
266 2006-10-03 [ticho]      2.5.2cvs39
267
268         * src/filtering.c
269         * src/folder.c
270         * src/inc.c
271         * src/mbox.c
272                 Colin's fix for "copy" filtering rules.
273
274 2006-10-02 [colin]      2.5.2cvs38
275
276         * src/folderview.c
277                 Fix for double-click too
278
279 2006-10-02 [colin]      2.5.2cvs37
280
281         * src/folderview.c
282                 correct fix for cvs36
283
284 2006-10-02 [colin]      2.5.2cvs36
285
286         * src/folderview.c
287                 Fix 'goto next unread' after collapsing/expanding 
288                 a node.
289
290 2006-10-02 [colin]      2.5.2cvs35
291
292         * src/summaryview.c
293                 Fix double freeze/thaw
294         * src/common/utils.c
295         * src/common/utils.h
296                 Reimplement strftime
297         * src/procheader.c
298                 Use it
299
300
301 2006-10-02 [colin]      2.5.2cvs34
302
303         * src/mh.c
304                 Time mh_write_sequences() - it's fast
305         * src/summaryview.c
306                 Init a variable to shut up gcc
307
308 2006-10-01 [colin]      2.5.2cvs33
309
310         * src/folder.c
311         * src/mh.c
312         * src/mh.h
313         * src/msgcache.c
314                 Add helper mh_set_mtime(), and set mtime to stat()'s result
315                 Add fsync but disable it, it's slow as hell
316
317 2006-10-01 [colin]      2.5.2cvs32
318
319         * src/mh.c
320         * src/msgcache.c
321                 fflush() caches and mh_sequences before
322                 fclose()ing
323
324 2006-10-01 [colin]      2.5.2cvs31
325
326         * src/msgcache.c
327                 Don't ftruncate when not using mmap
328
329 2006-09-30 [colin]      2.5.2cvs30
330
331         * src/main.c
332                 Write folder list *after* saving caches
333
334 2006-09-30 [colin]      2.5.2cvs29
335
336         * src/folder.c
337         * src/mh.c
338                 Debug forced mtime changes
339
340 2006-09-30 [colin]      2.5.2cvs28
341
342         * src/folder.c
343         * src/main.c
344                 Remove useless debug_print()s (code
345                 well-tested)
346
347 2006-09-30 [colin]      2.5.2cvs27
348
349         * src/mh.c
350                 Do stuff faster when writing mh_sequences
351
352 2006-09-30 [colin]      2.5.2cvs26
353
354         * src/mh.c
355                 Don't let the writing of .mh_sequences, which
356                 can change the folder's mtime, let us think
357                 we need to scan.
358
359 2006-09-30 [colin]      2.5.2cvs25
360
361         * src/folder.c
362                 Move a debug_print where it belongs 
363                 (processing)
364         * src/summaryview.c
365                 Don't mess with a huge slow subject
366                 table if we're not threading by
367                 subject
368
369 2006-09-30 [colin]      2.5.2cvs24
370
371         * src/msgcache.c
372                 Reenable mmaped reads (*not* writes!)
373         * src/procmsg.c
374                 Don't destroy and recreate hashtables just
375                 for fun
376         * src/common/utils.c
377                 Remove useless reply prefixes (it's case
378                 unsensitive)
379
380 2006-09-30 [wwp]        2.5.2cvs23
381
382         * tools/fix_date.sh
383                 Fixed a minor bug in date value extraction, added a switch
384                 to replace non RFC-compliant Date: value, added a switch
385                 to use strict RFC matching patterns for dates.
386
387 2006-09-29 [colin]      2.5.2cvs22
388
389         * src/matcher_parser.h
390         * src/matcher_parser_parse.y
391         * src/prefs_filtering.c
392         * src/statusbar.c
393         * src/summary_search.c
394         * src/summaryview.c
395         * src/gtk/quicksearch.c
396         * src/gtk/quicksearch.h
397                 Optimise searches by setting different
398                 refresh intervals (depending if the 
399                 search is fast or not)
400
401 2006-09-29 [colin]      2.5.2cvs21
402
403         * src/codeconv.c
404                 Optimise by reusing the last iconv converter
405                 if possible
406         * src/textview.c
407                 Optimise a bit (the foldable quotes feature
408                 still has an awful O(n^2) algo
409
410 2006-09-29 [colin]      2.5.2cvs20
411
412         * src/gtk/gtksctree.c
413         * src/gtk/gtksctree.h
414                 Optimise de-selection via up/down or
415                 another key
416
417 2006-09-28 [colin]      2.5.2cvs19
418
419         * src/action.c
420         * src/compose.c
421         * src/folderview.c
422         * src/mainwindow.c
423         * src/messageview.c
424         * src/summary_search.c
425         * src/toolbar.c
426                 Avoid using summaryview->ctree directly
427
428 2006-09-28 [colin]      2.5.2cvs18
429
430         * src/summaryview.c
431         * src/summaryview.h
432                 Add helpers to freeze/thaw/grab_focus
433                 Factorize calls to freeze/thaw/grab_focus
434                 
435
436 2006-09-28 [colin]      2.5.2cvs17
437
438         * src/main.c
439                 More guards for the session management
440
441 2006-09-28 [colin]      2.5.2cvs16
442
443         * src/folderview.c
444         * src/gtk/gtksctree.c
445         * src/gtk/gtksctree.h
446                 Make expanding not recursive in folderview
447
448 2006-09-28 [colin]      2.5.2cvs15
449
450         * src/addressbook.c
451                 If nothing is selected in the list (right part)
452                 and a group is selected in the tree (left part),
453                 mail this group.
454
455 2006-09-28 [colin]      2.5.2cvs14
456
457         * src/Makefile.am
458                 Actually use SM_LIBS
459
460 2006-09-28 [ticho]      2.5.2cvs13
461
462         * src/export.c
463         * src/messageview.c
464         * src/mimeview.c
465         * src/news.c
466         * src/pop.c
467         * src/prefs_themes.c
468         * src/procmsg.c
469                 Small i18n string optimization.
470         * src/send_message.c
471         * src/summaryview.c
472         * src/common/session.c
473         * src/common/smtp.c
474         * src/common/ssl_certificate.c
475         * src/common/utils.c
476                 Use "Couldn't" instead of "Can't" in UI messages,
477                 where appropriate.
478
479 2006-09-28 [colin]      2.5.2cvs12
480
481         * configure.ac
482                 Possibly fix link errors
483
484 2006-09-27 [wwp]        2.5.2cvs11
485
486         * src/gtk/authors.h
487         * doc/man/sylpheed-claws.1
488         * manual/ack.xml
489         * manual/es/ack.xml
490         * manual/fr/ack.xml
491         * manual/pl/ack.xml
492                 Updated authors info (me, myself and I).
493
494 2006-09-27 [colin]      2.5.2cvs10
495
496         * src/addressbook.c
497                 Remove useless printf
498
499 2006-09-27 [wwp]        2.5.2cvs9
500
501         * src/editgroup.c
502         * src/send_message.c
503         * src/inc.c
504         * src/prefs_common.c
505         * src/prefs_common.h
506         * src/gtk/progressdialog.c
507                 remember more windows' sizes (send dialog, received dialog,
508                 edit group in addressbook).
509
510 2006-09-27 [colin]      2.5.2cvs8
511
512         * configure.ac
513         * src/main.c
514         * src/mainwindow.h
515                 Use libSM to communicate with the session
516                 manager, so that we can know when the 
517                 session ends, save our caches, and draft
518                 our compose windows.
519
520 2006-09-27 [colin]      2.5.2cvs7
521
522         * src/addressbook.c
523                 Fix issues:
524                 o Allow Book and Group creation from the tree's
525                   contextual menu
526                 o Do not actually delete the contacts when 
527                   deleting groups from the tree (duh!)
528
529 2006-09-27 [colin]      2.5.2cvs6
530
531         * src/compose.c
532         * src/compose.h
533         * src/mainwindow.c
534         * src/textview.c
535         * src/toolbar.c
536                 o Allow passing an email address to 
537                   compose_new_with_folderitem
538                 o Update callers
539                 o Use current folderitem when clicking
540                   on a TextView mailto: link
541                 o Fix a possible leak in TextView
542
543 2006-09-27 [colin]      2.5.2cvs5
544
545         * src/html.c
546                 Use UTF-8 chars to replace HTML entities
547
548 2006-09-27 [colin]      2.5.2cvs4
549
550         * AUTHORS
551         * src/prefs_account.c
552         * src/gtk/authors.h
553                 Fix bug #1024 (Array index out of
554                 range in sylpheed-claws-2.5.2)
555                 Patch by Ales Nosek <anosek@suse.cz>
556
557 2006-09-27 [colin]      2.5.2cvs3
558
559         * src/addr_compl.c
560                 Actually do the test
561
562 2006-09-27 [colin]      2.5.2cvs2
563
564         * src/addr_compl.c
565         * src/addr_compl.h
566                 Allow completing with comma (in certain cases: vCalendar
567                 for example doesn't support that)
568                 Patch by Fabien Vantard
569
570 2006-09-26 [colin]      2.5.2cvs1
571
572         * src/Makefile.am
573         * src/addr_compl.c
574         * src/addr_compl.h
575         * src/addrbook.c
576         * src/addrbook.h
577         * src/addressbook.c
578         * src/addrindex.c
579         * src/addrindex.h
580         * src/compose.c
581         * src/prefs_common.c
582         * src/prefs_filtering_action.c
583         * src/prefs_folder_item.c
584         * src/prefs_template.c
585         * src/stock_pixmap.c
586         * src/stock_pixmap.h
587         * src/pixmaps/addr_one.xpm
588         * src/pixmaps/addr_two.xpm
589                 Add auto-completion on groups
590
591 2006-09-26 [colin]      2.5.2
592
593         * NEWS
594         * README
595         * RELEASE_NOTES
596                 2.5.2 released
597
598 2006-09-26 [colin]      2.5.1cvs5
599
600         * src/matcher.c
601                 Fix condition
602
603 2006-09-26 [colin]      2.5.1cvs4
604
605         * src/mbox.c
606                 Revert cvs1 (useless as the message is printed 
607                 every 500 mails)
608
609 2006-09-26 [colin]      2.5.1cvs3
610
611         * src/partial_download.c
612                 Fix crasher found by Alexsandar Urosevic
613
614 2006-09-26 [colin]      2.5.1cvs2
615
616         * src/summaryview.c
617                 Fix bug #1023 (Sylpheed deletes too much messages)
618
619 2006-09-26 [ticho]      2.5.1cvs1
620
621         * src/mbox.c
622                 Make use of gettext's multiple plurals for statusbar
623                 progress message.
624
625 2006-09-25 [paul]       2.5.1
626
627         * NEWS
628         * README
629         * RELEASE_NOTES
630                 2.5.1 released
631
632 2006-09-25 [colin]      2.5.0cvs3
633
634         * src/plugins/bogofilter/bogofilter.c
635         * src/plugins/clamav/clamav_plugin.c
636         * src/plugins/spamassassin/spamassassin.c
637                 BogoFilter, Spamassassin: Fix double hook registering after
638                 visiting preferences
639                 Spamassassin, Clamav: Just set the mails to move instead of
640                 doing the move - caller will move the things at once.
641
642 2006-09-25 [colin]      2.5.0cvs2
643
644         * src/imap.c
645         * src/etpan/imap-thread.c
646                 Use UID SEARCH ALL instead of UID 1:*
647                 (braindead servers can't figure out that's
648                 the same...)
649
650 2006-09-25 [wwp]        2.5.0cvs1
651
652         * src/message_search.c
653                 Added the ability to stop a running search (in message body).
654
655 2006-09-25 [paul]       2.5.0
656
657         * NEWS
658         * README
659         * RELEASE_NOTES
660                 2.5.0 released
661
662 2006-09-25 [paul]       2.4.0cvs214
663
664         * po/cs.po
665         * po/de.po
666         * po/fi.po
667         * po/fr.po
668         * po/nl.po
669         * po/pt_BR.po
670         * po/sk.po
671         * po/sr.po
672         * po/zh_CN.po
673                 updated by Tim, Stephan Sachse, Flammie Pirinen,
674                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
675                 Ticho, Aleksander Urosevic, Ralgh Young
676
677 2006-09-24 [mones]      2.4.0cvs213
678
679         * po/es.po
680                 Updated for release
681
682 2006-09-23 [colin]      2.4.0cvs212
683
684         * src/gtk/inputdialog.c
685                 Fix [ ] remember this appearing in normal
686                 input dialogs after it's been used by
687                 mimeview.
688         * src/folder.c
689         * src/folderview.c
690         * src/msgcache.c
691         * src/procmsg.c
692         * src/summaryview.c
693         * src/textview.c
694         * src/common/timing.h
695                 Enable timings in debug mode and make it
696                 look prettier.
697
698 2006-09-22 [colin]      2.4.0cvs211
699
700         * README
701                 Revert test change
702         * commitHelper
703                 ping the correct URI
704
705 2006-09-22 [colin]      2.4.0cvs210
706
707         * README
708                 Let's see if bug #1022 is fixed
709
710 2006-09-21 [colin]      2.4.0cvs209
711
712         * src/wizard.c
713         * src/common/plugin.c
714                 Prepare infra to load predefined plugins when
715                 no configuration existed. Don't actually load
716                 anything yet (feat. freeze)
717
718 2006-09-21 [wwp]        2.4.0cvs208
719
720         * manual/fr/faq.xml
721                 Partial sync w/ 2.4.0cvs72:
722                 wrap file and minor updates.
723
724 2006-09-21 [wwp]        2.4.0cvs207
725
726         * tools/fix_date.sh
727                 several fixes and enhancements. A new --force switch has been
728                 added to prevent overriding by default Date: header when
729                 already existing.
730
731 2006-09-21 [paul]       2.4.0cvs206
732
733         * src/common/utils.c
734                 add Chinese UTF8 Re prefix
735
736 2006-09-21 [wwp]        2.4.0cvs205
737
738         * tools/Makefile.am
739                 Fics alfabettical order.
740
741 2006-09-21 [wwp]        2.4.0cvs204
742
743         * tools/fix_date.sh
744         * tools/Makefile.am
745                 Added an action tool to fix missing Date field in emails.
746                 Updated Makefile.am to reflect those last two additions.
747
748 2006-09-21 [wwp]        2.4.0cvs203
749
750         * tools/uuooffice
751                 Added a action tool to open uuencoded docs w/
752                 OpenOffice (based on uudec method).
753
754 2006-09-21 [colin]      2.4.0cvs202
755
756         * src/compose.c
757         * src/textview.c
758                 Workaround possible GTK crash: remove selection 
759                 clipboard before destroying widget, or GTK+-2.10
760                 dies. Thanks to Hiro.
761
762 2006-09-20 [colin]      2.4.0cvs201
763
764         * src/compose.c
765                 Fix free-after-use in some cases (when 
766                 procmime_encode_content() frees mimeinfo->data.mem
767                 and turns it to a temp file)
768
769 2006-09-20 [colin]      2.4.0cvs200
770
771         * src/folderview.c
772         * src/summaryview.c
773         * src/gtk/gtksctree.c
774         * src/gtk/gtksctree.h
775                 Add tooltips in the folderview and summaryview
776                 (Doesn't break string freeze as they already
777                 exist)
778         * src/toolbar.c
779                 Put the spam button in the default configuration
780                 if compiled with bogo plugin too
781
782 2006-09-19 [colin]      2.4.0cvs199
783
784         * src/summaryview.c
785         * src/summaryview.h
786                 Update folder name label on folder rename
787         * src/prefs_matcher.c
788         * src/gtk/logwindow.h
789                 Fix warnings
790                 Patches by Fabien
791
792 2006-09-19 [wwp]        2.4.0cvs198
793
794         * src/summary_search.c
795                 fix can't click forward/backward buttons in the
796                 search messages.
797
798 2006-09-18 [paul]       2.4.0cvs197
799
800         * src/wizard.c
801                 add missing bracket, capitalise the A of
802                 'SpamAssassin'
803
804 2006-09-18 [paul]       2.4.0cvs196
805
806         * src/compose.c
807                 fix bug 1012 'crashed upon sending mail
808                 from compose window'
809                 Thanks to Colin
810
811 2006-09-16 [colin]      2.4.0cvs195
812
813         * src/folderview.c
814                 Fix "real-time" sorting by freezing/thawing
815
816 2006-09-16 [colin]      2.4.0cvs194
817
818         * manual/faq.xml
819                 Fix the anti-spam entry a bit
820
821 2006-09-16 [colin]      2.4.0cvs193
822
823         * src/wizard.c
824                 Make sure reviewers have no excuse when stating
825                 Sylpheed-Claws doesn't have antispam capabilities.
826
827 2006-09-16 [colin]      2.4.0cvs192
828
829         * src/main.c
830                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
831                 as if the SIGPIPE comes from etpan's thread we could
832                 trigger a GUI update from this thread.
833
834 2006-09-16 [colin]      2.4.0cvs191
835
836         * src/summaryview.c
837                 Init all members of the struct
838
839 2006-09-16 [paul]       2.4.0cvs190
840
841         * src/account.c
842                 improvements to the English
843
844 2006-09-15 [colin]      2.4.0cvs189
845
846         * src/summaryview.c
847                 HIG order on dialog
848
849 2006-09-14 [colin]      2.4.0cvs188
850
851         * src/common/socket.c
852         * src/common/socket.h
853         * src/common/ssl.c
854         * src/common/ssl_certificate.c
855         * src/common/ssl_certificate.h
856         * src/etpan/imap-thread.c
857                 the get_fqdn() call done to get canonical name when
858                 checking an SSL certificate is blocking, which is
859                 sad as we just did a non-blocking lookup to connect.
860                 Fix that by letting the fqdn available to the SockInfo,
861                 and use that in ssl_certificate_check(). For IMAP,
862                 we don't do it as the lookup's done by libetpan, but
863                 it's less annoying as IMAP connections as much more
864                 rare than POP3 connections.
865
866 2006-09-14 [paul]       2.4.0cvs187
867
868         * manual/advanced.xml
869                 improvements to the English,
870                 properly place the new hidden options
871                 within the alphabetical order
872         * src/gtk/pluginwindow.c
873                 improvements to the English
874
875 2006-09-14 [colin]      2.4.0cvs186
876
877         * src/prefs_common.c
878         * src/prefs_common.h
879         * src/gtk/gtksctree.c
880         * manual/advanced.xml
881                 New hidden pref, stripes_color_offset, to change
882                 the value added/substracted to normal bgcolor to
883                 create the stripes in summaries
884
885 2006-09-13 [colin]      2.4.0cvs185
886
887         * src/gedit-print.c
888         * src/messageview.c
889         * src/messageview.h
890         * src/summaryview.c
891         * src/textview.c
892                 Fix misc. printing issues: 
893                 - Bad font for linkified headers
894                 - Different font if the mail was displayed or not
895                 - Factorize the thing
896
897 2006-09-13 [colin]      2.4.0cvs184
898
899         * src/common/ssl_certificate.c
900                 Only get FQDN once when checking certificate
901
902 2006-09-13 [colin]      2.4.0cvs183
903
904         * src/account.c
905         * src/gtk/pluginwindow.c
906                 Misc. GUI fixes by Fabien
907
908 2006-09-13 [wwp]        2.4.0cvs182
909
910         * configure.ac
911         * src/common/utils.h
912         * src/common/utils.c
913                 get rid of unused wide-char functions.
914
915 2006-09-13 [wwp]        2.4.0cvs181
916
917         * src/plugins/pgpinline/sylpheed.def
918         * src/textview.c
919                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
920                 add privacy_reset_error to the .def file,
921                 do not fork for an external textviewer.
922
923 2006-09-13 [wwp]        2.4.0cvs180
924
925         * src/prefs_common.c
926                 fix broken font entry in prefs (patch issued by the gpg4win team,
927                 probably by Marcus Brinkmann <marcus@g10code.de>).
928
929 2006-09-13 [colin]      2.4.0cvs179
930
931         * src/folder.h
932                 Fix a warning in summaryview.c
933         * src/mainwindow.c
934         * src/summaryview.c
935         * src/summaryview.h
936                 Add missing Mark/* elements in the
937                 main menu
938
939 2006-09-12 [colin]      2.4.0cvs178
940
941         * src/prefs_actions.c
942         * src/prefs_filtering_action.c
943         * src/prefs_matcher.c
944                 Use (New) instead of New everywhere
945
946 2006-09-12 [wwp]        2.4.0cvs177
947
948         * manual/fr/addrbook.xml
949         * manual/fr/handling.xml
950                 updated some quotes in the fr manual to match the fr translation.
951
952 2006-09-12 [wwp]        2.4.0cvs176
953
954         * src/prefs_matcher.c
955                 don't store translated string elements in matcher expressions.
956                 Also fixed a misused of Q_().
957
958 2006-09-11 [wwp]        2.4.0cvs175
959
960         * src/plugins//bogofilter/bogofilter.c
961         * src/plugins//clamav/clamav_plugin.c
962         * src/plugins//demo/demo.c
963         * src/plugins//dillo_viewer/dillo_viewer.c
964         * src/plugins//pgpcore/plugin.c
965         * src/plugins//pgpinline/plugin.c
966         * src/plugins//pgpmime/plugin.c
967         * src/plugins//spamassassin/spamassassin.c
968                 gettext-ize more strings (mostly plugin error messages).
969
970 2006-09-11 [colin]      2.4.0cvs174
971
972         * src/alertpanel.c
973                 Make maximum buffer size bigger to avoid
974                 truncating translated messages. Patch by
975                 Fabien
976
977 2006-09-11 [colin]      2.4.0cvs173
978
979         * src/etpan/imap-thread.c
980                 Fix compilation on OpenBSD, thanks to 
981                 Landry
982
983 2006-09-10 [wwp]        2.4.0cvs172
984
985         * manual/account.xml
986         * manual/addrbook.xml
987         * manual/handling.xml
988         * manual/es/handling.xml
989         * manual/fr/account.xml
990         * manual/fr/addrbook.xml
991         * manual/fr/handling.xml
992                 documented addressbook matching (condition configuration):
993                   addrbook.xml, en fr
994                 documented per-account filtering rules (handling/filtering
995                   section, account section):
996                   account.xml, handling.xml, en fr
997                 slightly updated the handling/searching section to tell few
998                   words about the extended search ability:
999                   handling.xml, en fr
1000                 added missing <quote></quotes> to Quick Search:
1001                   handling.xml, en fr es
1002                 fixed a typo (auomatically):
1003                   handling.xml, en
1004                 changes revisited by Paul.
1005
1006 2006-09-10 [paul]       2.4.0cvs171
1007
1008         * src/prefs_actions.c
1009         * src/prefs_filtering.c
1010         * src/prefs_template.c
1011                 adjustments to the gui
1012                 Patch by Fabien Vantard (slightly modified)
1013
1014 2006-09-10 [colin]      2.4.0cvs170
1015
1016         * src/summaryview.c
1017                 Check folderitem/summaryview consistency
1018                 (basically automates Update summary). Fixes
1019                 #1011 (wrong (negative) count on unread 
1020                 messages)
1021
1022 2006-09-10 [colin]      2.4.0cvs169
1023
1024         * src/gtk/gtksctree.c
1025                 Fix recursive expansion via mouse
1026         * src/plugins/bogofilter/bogofilter.c
1027                 Use normal filtering way of moving
1028                 messages (batching), possibly fixing
1029                 bug #1015 (Bogofilter plugin doubles 
1030                 new messages)
1031
1032 2006-09-09 [wwp]        2.4.0cvs168
1033
1034         * src/prefs_filtering.c
1035                 better place for this fix.
1036
1037 2006-09-09 [wwp]        2.4.0cvs167
1038
1039         * src/prefs_filtering.c
1040                 fix a minor bug when the enabled status of a filtering/processing
1041                 rule always got set to TRUE when replacing this rule. That still
1042                 make sense when adding a new rule, but now when replacing, we
1043                 don't override the value of 'enabled'.
1044                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1045                 to prefs_filtering_list_view_get_info() as this function not only
1046                 returns the name, but also the account_id and the enabled status.
1047
1048 2006-09-09 [mones]      2.4.0cvs166
1049
1050         * manual/glossary.xml
1051         * manual/plugins.xml
1052                 Minor format corrections
1053         * manual/gpl.xml
1054                 Fix misplaced NO WARRANTY section
1055         * manual/es/advanced.xml
1056         * manual/es/faq.xml
1057         * manual/es/glossary.xml
1058         * manual/es/gpl.xml
1059         * manual/es/handling.xml
1060         * manual/es/plugins.xml
1061         * manual/es/starting.xml
1062                 Incorporate changes from English version
1063         * manual/fr/ack.xml
1064         * manual/pl/ack.xml
1065         * manual/es/ack.xml
1066                 Fix address, (add translation credits in es version)
1067         * po/es.po
1068                 Updated translation
1069
1070 2006-09-09 [wwp]        2.4.0cvs165
1071
1072         * src/prefs_filtering.c
1073                 fix a crash when opening filtering prefs, if matcherrc file contains
1074                 broken data (non-existing account id, which is theoretically not
1075                 possible).
1076
1077 2006-09-08 [colin]      2.4.0cvs164
1078
1079         * src/folder.c
1080                 Wrong assert, make it an if()
1081         * src/gtk/gtksctree.c
1082                 Fix bug #1013 (expand selected thread 
1083                 tree) - expanding is now recursive
1084
1085 2006-09-07 [wwp]        2.4.0cvs163
1086
1087         * src/prefs_matcher.c
1088                 make better sentences about addressbook matching in the
1089                 matcher prefs. This should make translators' work easier
1090                 too.
1091
1092 2006-09-07 [wwp]        2.4.0cvs162
1093
1094         * src/prefs_filtering.c
1095                 code simplification (get rid of dup var. assignment).
1096
1097 2006-09-07 [wwp]        2.4.0cvs161
1098
1099         * src/summaryview.c
1100                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1101                 <fzzzzz@gmail.com>.
1102
1103 2006-09-07 [paul]       2.4.0cvs160
1104
1105         * src/mimeview.c
1106                 fix compilation warnings
1107                 Thanks to Colin
1108
1109 2006-09-07 [paul]       2.4.0cvs159
1110
1111         * src/mimeview.c
1112                 select the mimepart icon when
1113                 displaying as text
1114                 Thanks to Colin
1115
1116 2006-09-06 [paul]       2.4.0cvs158
1117
1118         * src/prefs_filtering.c
1119                 fix labels and table element spacing
1120                 Patch by Fabien Vantard
1121
1122 2006-09-06 [paul]
1123
1124         2.5.0-rc3 released
1125
1126 2006-09-06 [paul]       2.4.0cvs157
1127
1128         * manual/es/advanced.xml
1129                 fix typo
1130
1131 2006-09-06 [wwp]        2.4.0cvs156
1132
1133         * src/mainwindow.c
1134                 fix an dup launch issue when iconified, thanks to Colin.
1135
1136 2006-09-06 [wwp]        2.4.0cvs155
1137
1138         * src/gtk//gtksctree.h
1139                 oops, forgot that one!
1140
1141 2006-09-06 [wwp]        2.4.0cvs154
1142
1143         * manual/pl/advanced.xml
1144         * manual/advanced.xml
1145         * manual/es/advanced.xml
1146         * manual/fr/advanced.xml
1147         * src/prefs_customheader.c
1148         * src/prefs_filtering_action.c
1149         * src/foldersel.c
1150         * src/prefs_summaries.c
1151         * src/prefs_filtering.c
1152         * src/account.c
1153         * src/compose.c
1154         * src/prefs_summary_column.c
1155         * src/addr_compl.c
1156         * src/prefs_actions.c
1157         * src/prefs_folder_column.c
1158         * src/ssl_manager.c
1159         * src/prefs_template.c
1160         * src/prefs_display_header.c
1161         * src/prefs_common.h
1162         * src/prefs_matcher.c
1163         * src/prefs_common.c
1164         * src/prefs_toolbar.c
1165         * src/summaryview.c
1166         * src/folderview.c
1167         * src/gtk/gtksctree.c
1168         * src/gtk/pluginwindow.c
1169         * src/gtk/progressdialog.c
1170         * src/gtk/prefswindow.c
1171                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1172                 to make its meaning more obvious (all versions of the manual reflect
1173                 the change).
1174                 added an extra hidden option use_stripes_in_summary to allow
1175                 discarding these stripes in mainwindow's folder and message lists;
1176                 en and fr manuals only are OK towards this.
1177
1178 2006-09-06 [colin]      2.4.0cvs153
1179
1180         * src/textview.c
1181                 Hide Sylpheed-Claws' internal queue headers
1182                 when showing all headers. They'll be present
1183                 only in Source window.
1184
1185 2006-09-05 [colin]      2.4.0cvs152
1186
1187         * src/plugins/trayicon/trayicon.c
1188                 Fix crash at exit - we have to disconnect
1189                 our handlers
1190         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1191                 Update eggtrayicon - patch adapted from a
1192                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1193                 on Sylpheed's ML
1194
1195 2006-09-05 [colin]      2.4.0cvs151
1196
1197         * src/mainwindow.c
1198         * src/gtk/logwindow.c
1199                 Fix race condition when something writes
1200                 to the log too soon during init. Thanks
1201                 to Fabien Vantard
1202
1203 2006-09-05 [colin]      2.4.0cvs150
1204
1205         * src/mimeview.c
1206                 Don't select part on right-click either
1207
1208 2006-09-05 [paul]       2.4.0cvs149
1209
1210         * src/mimeview.c
1211                 completion of previous commit
1212                 Thanks to Colin
1213
1214 2006-09-05 [colin]      2.4.0cvs148
1215
1216         * src/mimeview.c
1217                 Don't force selection on middle-click, just open
1218
1219 2006-09-04 [colin]      2.4.0cvs147
1220
1221         * src/mimeview.c
1222                 Looks like gtk_notebook_set_current_page()
1223                 sometimes steals focus, and this annoys us
1224                 in MimeViewers as it renders navigation
1225                 keys useless. Take back focus after switching
1226                 pages.
1227
1228 2006-09-04 [colin]      2.4.0cvs146
1229
1230         * src/messageview.c
1231                 Set stop_loading when clicking on Next
1232                 during load. Don't add a callback to 
1233                 avoid over-complicating things.
1234
1235 2006-09-04 [colin]      2.4.0cvs145
1236
1237         * src/mimeview.c
1238         * src/messageview.c
1239                 Fix multiple loads in separate messageview
1240
1241 2006-09-04 [colin]      2.4.0cvs144
1242
1243         * src/summaryview.c
1244                 Let navigation keys be handled during 
1245                 load
1246
1247 2006-09-04 [colin]      2.4.0cvs143
1248
1249         * src/messageview.c
1250         * src/summaryview.c
1251         * src/textview.c
1252         * src/textview.h
1253                 Make loading of huge mails (lots of text and/or
1254                 images) cancellable, so the GUI doesn't block 
1255
1256 2006-09-04 [colin]      2.4.0cvs142
1257
1258         * src/plugins/trayicon/trayicon.c
1259                 Fix annoyance when removing a folder with 
1260                 unread mails: trayicon didn't update
1261
1262 2006-09-04 [paul]       2.4.0cvs141
1263
1264         * src/gtk/icon_legend.c
1265                 straighten up columns
1266                 Patch by Fabien Vantard
1267
1268 2006-09-04 [wwp]        2.4.0cvs140
1269
1270         * src/prefs_filtering.c
1271                 fix new line's account name in filtering prefs:
1272                 was "All", is now "(New)".
1273
1274 2006-09-04 [paul]       2.4.0cvs139
1275
1276         * tools/make.themes.project
1277                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1278                 instead of homebrewed "make release"
1279
1280 2006-09-03 [colin]      2.4.0cvs138
1281
1282         * src/folderview.c
1283                 Fix bug #1007 (Wrong folder highlighted)
1284
1285 2006-09-03 [colin]      2.4.0cvs137
1286
1287         * src/compose.c
1288                 Don't set Newsgroup: header to a mail folder
1289                 path
1290
1291 2006-09-03 [paul]       2.4.0cvs136
1292
1293         * src/prefs_other.c
1294         * src/prefs_spelling.c
1295                 unify the gui
1296
1297 2006-09-03 [paul]       2.4.0cvs135
1298
1299         * src/prefs_summaries.c
1300                 correct menu item text in prefs_keybind_apply_clicked()
1301
1302 2006-09-03 [paul]       2.4.0cvs134
1303
1304         * manual/advanced.xml
1305                 some improvements to the descriptions
1306         * src/mainwindow.c
1307         * src/messageview.c
1308         * src/summaryview.c
1309         * src/gtk/menu.c
1310                 fix menu sensitivity issues
1311         * src/prefs_message.c
1312                 drop the useless word 'short'
1313         * src/prefs_other.c
1314                 add the word 'lines' indicating log length
1315                 is a measure of lines
1316         * src/textview.c
1317                 fix compilation warnings
1318
1319 2006-09-02 [colin]      2.4.0cvs133
1320
1321         * src/messageview.c
1322                 Display a special return-receipt message
1323                 if the message is from the user
1324         * src/summaryview.c
1325                 Fix missing freeze of the list when marking
1326                 all read and unthreading for exec. Thanks
1327                 to Stephan Sachse.
1328
1329 2006-09-02 [paul]       2.4.0cvs132
1330
1331         * src/mainwindow.c
1332         * src/prefs_message.c
1333         * src/summaryview.c
1334                 fix some english
1335
1336 2006-09-02 [wwp]        2.4.0cvs131
1337
1338         * src/prefs_filtering.c
1339                 added an account name column to the filtering rules
1340                 dialog.
1341
1342 2006-09-02 [colin]      2.4.0cvs130
1343
1344         * src/gtk/logwindow.c
1345         * src/gtk/logwindow.h
1346                 Block scrolling if we're not at the end
1347                 of the log
1348
1349 2006-09-02 [colin]      2.4.0cvs129
1350
1351         * src/folder.c
1352                 Make sure account-specific rules can't
1353                 be used in {pre-,post-,}processing
1354         * src/mainwindow.c
1355         * src/gtk/logwindow.c
1356         * src/gtk/logwindow.h
1357                 Jump to last error when clicking on the
1358                 warning icon
1359
1360 2006-09-02 [colin]      2.4.0cvs128
1361
1362         * src/imap.c
1363         * src/import.c
1364         * src/mainwindow.c
1365         * src/mainwindow.h
1366                 Fix warning icon
1367         * src/inc.c
1368         * src/mbox.c
1369         * src/mbox.h
1370                 Let proc_mbox know its account, for
1371                 account-specific rules
1372
1373 2006-09-01 [colin]      2.4.0cvs127
1374
1375         * src/codeconv.c
1376                 Don't uselessly use iconv to convert from
1377                 us-ascii
1378         * src/alertpanel.c
1379         * src/mainwindow.c
1380         * src/mainwindow.h
1381         * src/inc.c
1382                 Fix certain log cases, disable warning icon
1383                 for now, the correct way to display it when
1384                 necessary and only when necessary is probably
1385                 to do it manually rather than use error logs
1386         * src/etpan/imap-thread.c
1387                 Clean up UID logging a bit
1388         * src/gtk/logwindow.c
1389         * src/gtk/logwindow.h
1390                 Make logging faster when the window's closed
1391
1392 2006-09-01 [wwp]        2.4.0cvs126
1393
1394         * manual/fr/account.xml
1395                 reflect changes to the ref. manual (parts of cvs72):
1396                 fix tabnames and quotes.
1397
1398 2006-09-01 [wwp]        2.4.0cvs125
1399
1400         * manual/fr/plugins.xml
1401                 reflect changes to the reference manual (cvs42):
1402                 update IRC channel info.
1403
1404 2006-09-01 [wwp]        2.4.0cvs124
1405
1406         * commitHelper
1407                 use CVSEDITOR env. var. if set, according to `man cvs`.
1408
1409 2006-09-01 [wwp]        2.4.0cvs123
1410
1411         * manual/advanced.xml
1412                 better sentence again (thanks to Paul).
1413
1414 2006-09-01 [wwp]        2.4.0cvs122
1415
1416         * manual/advanced.xml
1417         fix definition of toolbar_detachable and rework a bit the one of
1418         enable_dotted_lines.
1419
1420 2006-09-01 [mones]      2.4.0cvs121
1421
1422         * manual/advanced.xml
1423                 Document enable_dotted_lines
1424
1425 2006-09-01 [paul]       2.4.0cvs120
1426
1427         * src/folderview.c
1428         * src/folderview.h
1429         * src/imap.c
1430         * src/mainwindow.c
1431         * src/summaryview.c
1432                 obey the 'When entering folder...' option
1433                 when using the /View/Go to/... menu items
1434                 Thanks to Colin
1435
1436 2006-08-31 [colin]      2.4.0cvs119
1437
1438         * src/folderview.c
1439                 Revert 2.4.0cvs116, wrong fix.
1440
1441 2006-08-31 [colin]      2.4.0cvs118
1442
1443         * src/gtk/gtksctree.c
1444                 Better state the various copyrights
1445
1446 2006-08-31 [colin]      2.4.0cvs117
1447
1448         * src/prefs_common.c
1449                 fix enable_dotted_lines
1450
1451 2006-08-31 [colin]      2.4.0cvs116
1452
1453         * src/folderview.c
1454                 Use pref "Always open on select" when going
1455                 to next unread folder
1456         * src/gtk/gtksctree.c
1457                 Fix link failure to _gtk_clist_create_cell_layout
1458                 on certain computers. (Why not mine, I wonder)
1459
1460 2006-08-31 [colin]      2.4.0cvs115
1461
1462         * src/procmsg.c
1463         * src/textview.c
1464         * src/plugins/bogofilter/bogofilter.c
1465         * src/plugins/spamassassin/spamassassin.c
1466                 Requalify some "errors" to warnings
1467         * src/mainwindow.c
1468         * src/mainwindow.h
1469         * src/statusbar.c
1470                 Add an icon in the statusbar to notify
1471                 of errors
1472         * src/gtk/gtksctree.c
1473         * src/folderview.c
1474         * src/summaryview.c
1475                 Make the GtkSCTree look more modern by
1476                 alternating background lines
1477         * src/prefs_common.c
1478         * src/prefs_common.h
1479                 Add a pref to let people have the old
1480                 way if they prefer
1481
1482
1483 2006-08-30 [colin]      2.4.0cvs114
1484
1485         * src/procmsg.c
1486         * src/procmsg.h
1487                 Provide a way to filter a list of
1488                 messages in an optimised manner, and
1489                 add a list-filtering hook
1490         * src/folder.c
1491         * src/inc.c
1492         * src/mbox.c
1493                 Use the list filtering
1494         * src/plugins/bogofilter/bogofilter.c
1495                 Use the list-filtering hook
1496                 Use -b (bulk) mode for more speed
1497                 when learning and filtering
1498         * src/etpan/imap-thread.c
1499                 Make log output shorter in UID SEARCH
1500
1501
1502 2006-08-30 [colin]      2.4.0cvs113
1503
1504         * src/plugins/bogofilter/bogofilter.c
1505                 Really fast mass learning - thanks to David
1506                 Relson for the options explanations :)
1507
1508 2006-08-30 [colin]      2.4.0cvs112
1509
1510         * src/msgcache.c
1511                 Fix compilation on FreeBSD. Thanks
1512                 to Michael Hugues
1513
1514 2006-08-29 [colin]      2.4.0cvs111
1515
1516         * src/folderview.c
1517                 Handle "popup_menu" signal (for popping the 
1518                 menu via the keyboard)
1519         * src/mimeview.c
1520         * src/mimeview.h
1521         * src/summaryview.c
1522         * src/textview.c
1523         * src/gtk/gtkutils.c
1524         * src/gtk/gtkutils.h
1525                 Factorize scrolling code, and add an API 
1526                 for MimeViewers to handle scroll orders
1527
1528 2006-08-29 [wwp]        2.4.0cvs110
1529
1530         * src/plugins//bogofilter/bogofilter.c
1531         * src/plugins//spamassassin/spamassassin.c
1532                 make the bogofilter/spamassassin filtering error dialogs at
1533         incorporation obey to the "don't popup error dialog on
1534         receive error" option. If disabled, feed the log window w/
1535         the error message.
1536
1537 2006-08-29 [paul]
1538
1539         2.5.0-rc2 released
1540
1541 2006-08-29 [paul]       2.4.0cvs109
1542
1543         * Makefile.am
1544                 remove 'make release', it's not needed
1545                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1546
1547 2006-08-29 [paul]       2.4.0cvs108
1548
1549         * src/foldersel.c
1550         * src/summary_search.c
1551         * src/gtk/progressdialog.c
1552         * src/plugins/pgpcore/passphrase.c
1553                 replace deprecated gtk_window_set_policy()
1554
1555 2006-08-29 [colin]      2.4.0cvs107
1556
1557         * src/folder.c
1558                 Fix data loss when copy fails during a move:
1559                 only use fast remove_msgs if everything was
1560                 copied OK; else use slow remove_msg on the
1561                 mails that got copied only.
1562
1563 2006-08-28 [paul]       2.4.0cvs106
1564
1565         * src/mh.c
1566                 revert change in 2.4.0cvs104, it breaks
1567                 stuff
1568
1569 2006-08-28 [paul]       2.4.0cvs105
1570
1571         * src/plugins/spamassassin/spamassassin.c
1572                 english fix
1573
1574 2006-08-28 [paul]       2.4.0cvs104
1575
1576         * src/mh.c
1577                 fix data loss when moving to another
1578                 mailbox fails
1579         * src/prefs_spelling.c
1580                 improve the english
1581         * src/gtk/pluginwindow.c
1582                 improve the layout of the dialog text
1583         All thanks to Colin
1584
1585 2006-08-28 [paul]       2.4.0cvs103
1586
1587         * src/plugins/bogofilter/bogofilter.c
1588         * src/plugins/bogofilter/bogofilter_gtk.c
1589                 fix english up a bit, innit
1590
1591 2006-08-28 [paul]       2.4.0cvs102
1592
1593         * configure.ac
1594         * po/Makefile.in.in
1595         * po/Makevars
1596                 require autoconf 2.60, enabling building
1597                 with gettext 0.15 (gettext 0.14.x build still
1598                 possible). Replace Makefiles with versions
1599                 from gettext 0.15.
1600                 Remove configure options --with-localedir and
1601                 --with-mandir. The options that are provided
1602                 directly by autoconf 2.60 can be used instead:
1603                 --mandir --localedir
1604
1605 2006-08-27 [colin]      2.4.0cvs101
1606
1607         * src/plugins/bogofilter/Makefile.am
1608                 Fix make dist (no README)
1609
1610 2006-08-27 [colin]      2.4.0cvs100
1611
1612         * src/folder.c
1613                 Don't use F_UNKNOWN folders for any default
1614                 outbox/trash/etc
1615         * src/plugins/bogofilter/bogofilter.c
1616         * src/plugins/bogofilter/bogofilter.h
1617         * src/plugins/bogofilter/bogofilter_gtk.c
1618                 Add an option to specify the path to bogofilter
1619                 Use single-quotes to be able to learn in folders
1620                 with spaces in their names
1621                 Verify learning status
1622
1623 2006-08-27 [colin]      2.4.0cvs99
1624
1625         * manual/faq.xml
1626         * manual/plugins.xml
1627                 Document Bogofilter plugin
1628
1629 2006-08-27 [colin]      2.4.0cvs98
1630
1631         * src/compose.c
1632         * src/messageview.c
1633         * src/procmsg.c
1634         * src/procmsg.h
1635                 When possible, copy the queued mail to sent folder
1636                 instead of re-adding. Much faster on IMAP.
1637
1638 2006-08-27 [colin]      2.4.0cvs97
1639
1640         * src/msgcache.c
1641                 Disable mmaped caches - huge metadata loss
1642                 here after a power failure.
1643         * src/summaryview.c
1644                 Add quicksearch timing
1645         * src/common/plugin.c
1646         * src/common/plugin.h
1647                 Implement an interface to tell what plugins
1648                 provide. Prevent loading of similar plugins.
1649         * src/plugins/clamav/clamav_plugin.c
1650         * src/plugins/demo/demo.c
1651         * src/plugins/dillo_viewer/dillo_viewer.c
1652         * src/plugins/pgpcore/plugin.c
1653         * src/plugins/pgpinline/pgpinline.c
1654         * src/plugins/pgpmime/pgpmime.c
1655         * src/plugins/spamassassin/spamassassin.c
1656         * src/plugins/trayicon/trayicon.c
1657                 Implement plugin_provides()
1658
1659 2006-08-27 [colin]      2.4.0cvs96
1660
1661         * configure.ac
1662         * src/plugins/Makefile.am
1663         * src/plugins/bogofilter/.cvsignore
1664         * src/plugins/bogofilter/Makefile.am
1665         * src/plugins/bogofilter/bogofilter.c
1666         * src/plugins/bogofilter/bogofilter.h
1667         * src/plugins/bogofilter/bogofilter_gtk.c
1668                 New Bogofilter plugin, provides filtering and
1669                 learning. Spamassassin will go to extra plugins.
1670
1671 2006-08-26 [mones]      2.4.0cvs95
1672
1673         * manual/handling.xml
1674                 Fix subfolder path in the example (thanks to Paul) 
1675
1676 2006-08-26 [mones]      2.4.0cvs94
1677
1678         * manual/glossary.xml
1679                 2.2. + add ISP to the glossary
1680                 7.5. + Add UIDL to glossary
1681                 7.7. + Add TCP to glossary
1682         * manual/handling.xml
1683                 7.1. + Mentions GNU/Linux distribution, what about the non...
1684                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1685                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1686                 7.4. = Use appropriate quotation for commands
1687                 7.6. = change "" to <quote></quote>
1688         * manual/plugins.xml
1689                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1690         * manual/starting.xml
1691                 2.1. + local mbox file: some examples of mbox file locations...
1692                 Also reformatted files requiring it
1693
1694 2006-08-26 [wwp]        2.4.0cvs93
1695
1696         * src/summary_search.c
1697                 disable find buttons while summary search is running.
1698
1699 2006-08-25 [colin]      2.4.0cvs92
1700
1701         * src/folder.c
1702         * src/folderutils.c
1703         * src/mh.c
1704         * src/procmsg.h
1705         * src/summaryview.c
1706                 Speed up MH moving, and add progressbar
1707                 for MH deletion
1708         * src/msgcache.c
1709                 Write cache files using mmap() too
1710
1711 2006-08-25 [wwp]        2.4.0cvs91
1712
1713         * src/summaryview.c
1714                 switch spam<->ham button when a message has been marked as spam or ham
1715                 and is still selected. Thanks to Colin.
1716
1717 2006-08-25 [paul]       2.4.0cvs90
1718
1719         * src/Makefile.am
1720         * src/stock_pixmap.c
1721         * src/stock_pixmap.h
1722         * src/summaryview.c
1723         * src/gtk/icon_legend.c
1724         * src/pixmaps/copied.xpm
1725         * src/pixmaps/moved.xpm
1726                 add icons for delayed execution marked for
1727                 copying, marked for moving
1728
1729 2006-08-25 [mones]      2.4.0cvs89
1730
1731         * manual/glossary.xml
1732                 Fix the other glossary items:
1733                 5.1. = Inmmediate execution -> <quote>immediate execution...
1734                 5.2. = Fix MBOX capitalization -> Mbox
1735                 5.3. + Improve Plugins def. w/ tech. ref.
1736                 5.4. = Quotation -> replace '>' by <quote>></quote>
1737                 5.5. - SMTP Server. -> remove dot
1738         * po/es.po
1739                 Updated translation
1740
1741 2006-08-25 [mones]      2.4.0cvs88
1742
1743         * manual/ack.xml
1744                 Reformatted, changed email address
1745         * manual/glossary.xml
1746                 Reformatted, fixed MANUAL-TODO items:
1747                 8.2. + add ROT-13 to glossary
1748                 8.4. + add URL to glossary
1749         * manual/es/advanced.xml
1750                 Fixed <literal>s
1751
1752 2006-08-25 [paul]       2.4.0cvs87
1753
1754         * src/gtk/icon_legend.c
1755                 add 'marked for deletion' icon
1756                 arrange icons by containing column
1757                 wrap long label text
1758
1759 2006-08-25 [colin]      2.4.0cvs86
1760
1761         * src/common/utils.c
1762         * src/common/utils.h
1763                 Add the sc_g_*list_bigger functions in
1764                 a place everyone can use it
1765         * src/summaryview.c
1766                 Only freeze/thaw the list when working
1767                 on the selection, if it's bigger than 1
1768         * src/gtk/gtksctree.c
1769                 Only freeze/thaw the list when unselec-
1770                 ting 'all' if ('all' != 1)
1771                 This avoids some flickering
1772
1773 2006-08-24 [colin]      2.4.0cvs85
1774
1775         * src/addressbook.c
1776                 Fix strange list selection
1777                 Fix random seg (Invalid read of freed memory)
1778
1779 2006-08-24 [colin]      2.4.0cvs84
1780
1781         * src/alertpanel.c
1782         * src/gtk/inputdialog.c
1783         * src/plugins/pgpcore/passphrase.c
1784                 Revert minimal width patch of 2.4.0cvs67,
1785                 as it is also a maximal width. Use 
1786                 gtk_window_set_default_size instead.
1787
1788 2006-08-24 [colin]      2.4.0cvs83
1789
1790         * src/msgcache.c
1791                 Write cache/mark to temp files before
1792                 overwriting old ones (avoids metadata
1793                 loss if writing the new files fail).
1794                 Use mmap() to read cache/mark file, as
1795                 this makes cache reading faster. Dis-
1796                 abled for big-endian machines until it
1797                 can be tested. (Big-endian users: set
1798                 msgcache_use_mmap = TRUE in the relevant
1799                 #if).
1800         * src/procmsg.h
1801                 Move rarely used fields of MsgInfo in 
1802                 another structure, which will only be
1803                 allocated if needed. Face, X-Face,
1804                 Return receipt headers and List-*
1805                 headers are moved. Mails having none
1806                 of these occupy 52 bytes less with
1807                 this patch, which makes 2.5MB of RAM
1808                 saved on a 50k folder).
1809         * src/headerview.c
1810         * src/mainwindow.c
1811         * src/messageview.c
1812         * src/partial_download.c
1813         * src/procheader.c
1814         * src/procmsg.c
1815         * src/textview.c
1816                 Follow this structure change.
1817
1818 2006-08-24 [wwp]        2.4.0cvs82
1819
1820         * manual/es/.cvsignore
1821         * manual/es/dist/.cvsignore
1822         * manual/es/dist/html/.cvsignore
1823         * manual/es/dist/pdf/.cvsignore
1824         * manual/es/dist/ps/.cvsignore
1825         * manual/es/dist/txt/.cvsignore
1826                 more (generated) files to ignore.
1827
1828 2006-08-24 [colin]      2.4.0cvs81
1829
1830         * src/folder.c
1831         * src/mh.c
1832                 Fix possible problems with local delivery. Check the folder doesn't
1833                 need scan before setting its mtime when saving cache (which can be
1834                 done long after the folder's been modified by an external process);
1835                 Check that the stored item's mtime didn't change in mh functions.
1836
1837 2006-08-24 [mones]      2.4.0cvs80
1838
1839         * manual/advanced.xml
1840                 Rewrapping, some fixes and MANUAL-TODO items:
1841                 8.1. = change "" to <quote></quote>
1842                 8.3. = quote menu items
1843                 8.5. - deploying -> new user ... ideally a new user (redundant)
1844
1845 2006-08-23 [colin]      2.4.0cvs79
1846
1847         * src/gtk/gtksctree.c
1848                 When selecting or deselecting range, only
1849                 freeze/thaw when selection is bigger than 10
1850
1851 2006-08-23 [colin]      2.4.0cvs78
1852
1853         * src/messageview.c
1854         * src/mimeview.c
1855         * src/mimeview.h
1856         * src/plugins/dillo_viewer/dillo_viewer.c
1857                 Provide an API for MimeViewer plugins to
1858                 return a text selection for replying
1859
1860 2006-08-23 [colin]      2.4.0cvs77
1861
1862         * src/image_viewer.c
1863         * src/textview.c
1864                 Use gtk_pixbuf_new_from_file_at_scale(), which
1865                 is faster than getting the pixbuf then resizing
1866                 it.
1867
1868 2006-08-23 [colin]      2.4.0cvs76
1869
1870         * src/procmime.c
1871                 UTF-8 should be sent Quoted-printable
1872
1873 2006-08-22 [colin]      2.4.0cvs75
1874
1875         * src/mh.c
1876                 Check if scan is required before touching
1877                 the folder (or it'll be required every time)
1878
1879 2006-08-22 [colin]      2.4.0cvs74
1880
1881         * configure.ac
1882                 Require libetpan 0.46 (crasher fix when built
1883                 against gnutls)
1884
1885 2006-08-22 [colin]      2.4.0cvs73
1886
1887         * src/folder.c
1888                 Set folder's mtime after writing its
1889                 cache
1890         * src/folderview.c
1891                 Add some timing
1892         * src/procmsg.c
1893                 Don't do useless stuff if we don't 
1894                 thread by subject
1895         * src/summaryview.c
1896                 Add some timing, don't deselect prior
1897                 to selecting (gtksctree does it itself),
1898                 remove crash avoidance hacks as it's been
1899                 properly fixed since a while
1900         * src/common/utils.c
1901                 Optimize to_human_readable(): _() is slow,
1902                 do it only once, and avoid %f format for KB
1903                 (the most common in a summaryview)
1904         * src/gtk/gtksctree.c
1905                 Don't uselessly freeze/thaw (fixes flicker
1906                 on next unread and friends), reduce number
1907                 of g_list_nth/g_list_position where possible
1908         * src/gtk/gtkutils.c
1909         * src/gtk/gtkutils.h
1910                 Reduce number of g_list_nth/g_list_position
1911                 where possible.
1912                 All of this makes loading as 70k folder 2.1
1913                 seconds instead of 3.2 (with hot FS caches).
1914                 (1.3 seconds without Date and Size columns...)
1915
1916 2006-08-22 [paul]       2.4.0cvs72
1917
1918         wrap documents and do some items from mones' MANUAL-TODO:
1919
1920         * manual/account.xml
1921                 4.1. = fix tabname references to <quote>tabname</quote>
1922                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1923         * manual/faq.xml
1924                 1.1. = mentioned options don't match UI
1925                 Add information about the 'Never send Return Receipts'
1926                 option
1927         * manual/handling.xml
1928                 6.2. = Mentions Extended symbols button, but now is
1929                 named Information
1930                 6.3. = Mentions ... button, which is now Edit
1931
1932 2006-08-22 [colin]      2.4.0cvs71
1933
1934         * src/gtk/pluginwindow.c
1935                 Fix layout in verbose translations (such
1936                 as french)
1937
1938 2006-08-22 [paul]       2.4.0cvs70
1939
1940         * manual/Makefile.am
1941                 build manuals in alphabetical order
1942         * src/addressbook.c
1943         * src/prefs_themes.c
1944                 replace/remove deprecated symbols
1945         * src/gtk/gtkutils.c
1946                 fix a warning
1947         * src/gtk/pluginwindow.c
1948                 replace deprecated symbol
1949                 replace label text and move it
1950         * src/plugins/pgpcore/prefs_gpg.c
1951                 move the 'Generate...' button out of the
1952                 Sign Key frame, replace the English used
1953         * src/plugins/pgpcore/sgpgme.c
1954                 fixes to the English
1955
1956 2006-08-21 [colin]      2.4.0cvs69
1957
1958         * src/plugins/trayicon/trayicon.c
1959                 Add more strings for translation; patch
1960                 by Pawel
1961
1962 2006-08-21 [colin]      2.4.0cvs68
1963
1964         * src/compose.c
1965                 fix replied flag not set after drafting
1966         * src/matcher.c
1967                 fix body quicksearch in non-encoded bodies
1968                 containing '='
1969         * src/msgcache.c
1970                 Get rid of the g_malloc workaround for
1971                 corrupted caches, use g_try_malloc
1972
1973 2006-08-21 [colin]      2.4.0cvs67
1974
1975         * src/alertpanel.c
1976         * src/gtk/inputdialog.c
1977         * src/plugins/pgpcore/passphrase.c
1978                 Set minimal width to 375
1979         * src/mainwindow.c
1980                 Fix switching to offline, asking if it 
1981                 should be overriden for synchronising
1982         * src/mimeview.c
1983                 Don't offer to remember command on Open 
1984                 with for text parts, as the browser or 
1985                 text editor command isn't changed from 
1986                 there
1987
1988 2006-08-20 [paul]       2.4.0cvs66
1989
1990         * po/ko.po
1991         * po/zh_CN.po
1992                 fix plural form errors. revealed by stricter
1993                 checking of gettext 0.15
1994
1995 2006-08-18 [paul]       2.4.0cvs65
1996
1997         * src/stock_pixmap.c
1998                 fix the fix of 2.4.0cvs64
1999                 Thanks to Colin
2000
2001 2006-08-18 [paul]       2.4.0cvs64
2002
2003         * src/stock_pixmap.c
2004                 fix leaks
2005                 Thanks to Colin
2006
2007 2006-08-18 [paul]       2.4.0cvs63
2008
2009         * src/compose.c
2010         * src/procmsg.c
2011                 fix occasional IMAP bug where large msgs
2012                 were left in the queue folder after sending
2013                 Thanks to Colin
2014
2015 2006-08-18 [paul]       2.4.0cvs62
2016
2017         * src/folderview.c
2018                 freeze the summaryview while quicksearch results
2019                 are displayed
2020                 (fixes bug 456 'current message is hidden when the
2021                 view is refreshed and extended search is "unread 
2022                 messages"')
2023                 Thanks to Colin
2024         * src/textview.c
2025                 add missing #include "inputdialog.h"
2026         * src/common/utils.h
2027                 add missing mailcap_update_default() and improve
2028                 readability
2029
2030 2006-08-17 [colin]      2.4.0cvs61
2031
2032         * src/plugins/pgpcore/select-keys.c
2033                 Fix warnings :)
2034
2035 2006-08-17 [colin]      2.4.0cvs60
2036
2037         * src/compose.c
2038                 Don't continue queuing if Cancel is clicked
2039                 in select-keys
2040
2041 2006-08-17 [colin]      2.4.0cvs59
2042
2043         * src/plugins/pgpcore/select-keys.c
2044                 When encrypting, if only one key matches and it 
2045                 matches exactly, automatically use it.
2046
2047 2006-08-17 [colin]      2.4.0cvs58
2048
2049         * src/mimeview.c
2050         * src/prefs_common.c
2051         * src/prefs_common.h
2052         * src/prefs_ext_prog.c
2053         * src/textview.c
2054                 Fix issues with previous patch (text/html)
2055                 Remove outdated prefs
2056
2057 2006-08-17 [colin]      2.4.0cvs57
2058
2059         * src/imap.c
2060                 Add View Log button on auth error
2061         * src/procmsg.c
2062                 Fix encrypted mail marked as new when
2063                 saved in normal folders
2064         * src/plugins/pgpinline/pgpinline.c
2065                 Fix encrypt bug on IMAP
2066         * src/mimeview.c
2067         * src/common/utils.c
2068         * src/common/utils.h
2069         * src/gtk/inputdialog.c
2070         * src/gtk/inputdialog.h
2071                 Get rid of metamail stuff, simplify
2072                 opening, and allow remembering of user's
2073                 choices (by updating ~/.mailcap). There's
2074                 still to drop "Audio player" and "Image
2075                 viewer" preferences.
2076
2077 2006-08-17 [mones]      2.4.0cvs56
2078
2079         * manual/es/sylpheed-claws-manual.xml
2080                 fix DTD path
2081
2082 2006-08-17 [mones]      2.4.0cvs55
2083
2084         * configure.ac
2085         * manual/Makefile.am
2086         * manual/es/Makefile.am
2087         * manual/es/account.xml
2088         * manual/es/ack.xml
2089         * manual/es/addrbook.xml
2090         * manual/es/advanced.xml
2091         * manual/es/faq.xml
2092         * manual/es/glossary.xml
2093         * manual/es/gpl.xml
2094         * manual/es/handling.xml
2095         * manual/es/intro.xml
2096         * manual/es/keyboard.xml
2097         * manual/es/plugins.xml
2098         * manual/es/starting.xml
2099         * manual/es/sylpheed-claws-manual.xml
2100         * manual/es/dist/Makefile.am
2101         * manual/es/dist/html/Makefile.am
2102         * manual/es/dist/pdf/Makefile.am
2103         * manual/es/dist/ps/Makefile.am
2104         * manual/es/dist/txt/Makefile.am
2105                 Spanish translation for the manual
2106
2107 2006-08-16 [colin]      2.4.0cvs54
2108
2109         * src/compose.c
2110         * src/main.c
2111         * src/mainwindow.c
2112                 Fix send button sensitivity at startup
2113                 Set send menu sensitivity (patch by Fabien)
2114         * src/ssl_manager.c
2115                 Enable closing with esc (patch by Fabien)
2116         * src/gtk/foldersort.c
2117                 Enable closing with esc (patch by Fabien)
2118         * src/procmime.c
2119                 Optimisation (no need to copy to tempfile to
2120                 "decode" 7bit and 8bit)
2121         * src/summaryview.c
2122                 Fix cruft in swap_from case
2123         * src/textview.c
2124                 Fix missing last line in some mail cases 
2125                 (Fixes debian #381872)
2126         * src/plugins/pgpcore/prefs_gpg.c
2127         * src/plugins/pgpcore/sgpgme.c
2128         * src/plugins/pgpcore/sgpgme.h
2129                 Don't show "no key found" when user explicitely
2130                 wants to create a key
2131
2132 2006-08-16 [paul]       2.4.0cvs53
2133
2134         * configure.ac
2135         * src/account.c
2136         * src/addressbook.c
2137         * src/headerview.c
2138         * src/prefs_account.c
2139         * src/prefs_message.c
2140         * src/gtk/gtkutils.c
2141                 bump up minimum required versions of GTK+ and
2142                 GLIB to 2.6.0
2143
2144 2006-08-16 [paul]       2.4.0cvs52
2145
2146         * src/toolbar.c
2147                 workaround GTK+ Bug 351600 - 'Can't re-click
2148                 on button after sensitivity update'
2149                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2150                 Thanks to Colin
2151
2152 2006-08-15 [colin]      2.4.0cvs51
2153
2154         * src/plugins/pgpcore/prefs_gpg.c
2155                 Set options sensitivity according to
2156                 key existence
2157         * src/plugins/pgpcore/sgpgme.c
2158                 Allow to create key with no passphrase
2159
2160 2006-08-14 [cleroy]     2.4.0cvs50
2161
2162         * src/gtk/pluginwindow.c
2163                 New layout (maybe to be changed?)
2164         * src/gtk/gtkutils.c
2165                 Fix a bit label_window
2166         * src/plugins/pgpcore/passphrase.c
2167         * src/plugins/pgpcore/passphrase.h
2168         * src/plugins/pgpcore/plugin.c
2169         * src/plugins/pgpcore/prefs_gpg.c
2170         * src/plugins/pgpcore/prefs_gpg.h
2171         * src/plugins/pgpcore/sgpgme.c
2172         * src/plugins/pgpcore/sgpgme.h
2173                 Allow to create a PGP private key via the GUI
2174
2175 2006-08-14 [wwp]        2.4.0cvs49
2176
2177         * src/addressbook_foldersel.c
2178                 fix strict ISO C90 compliance.
2179
2180 2006-08-14 [paul]       2.4.0cvs48
2181
2182         * src/gtk/prefswindow.c
2183                 re-set scrolled window on opening
2184                 Patch by Ticho
2185
2186 2006-08-14 [paul]
2187
2188         2.5.0-rc1 released
2189
2190 2006-08-14 [paul]       2.4.0cvs47
2191
2192         * src/prefs_display_header.c
2193                 re-enable user-defined Displayed Headers
2194
2195 2006-08-14 [paul]       2.4.0cvs46
2196
2197         * src/prefs_account.c
2198                 use GTK_STOCK_EDIT
2199
2200 2006-08-13 [colin]      2.4.0cvs45
2201
2202         * src/common/utils.c
2203                 Fix "a" in quote when the original message is empty,
2204                 by using \0 instead of 'a' to test writability of
2205                 temp files.
2206
2207 2006-08-13 [wwp]        2.4.0cvs44
2208
2209         * src/plugins/spamassassin/spamassassin.c
2210                 fix capitalization of "SpamAssassin" in some debug, log and
2211                 dialog messages.
2212
2213 2006-08-13 [paul]       2.4.0cvs43
2214
2215         * src/editldap.c
2216                 fix overlapping widgets
2217         * src/prefs_account.c
2218                 fix translation of protocol_names[]
2219                 fix label disappearing off the edge of the
2220                 visible area
2221
2222 2006-08-12 [paul]       2.4.0cvs42
2223
2224         * manual/plugins.xml
2225                 update IRC channel info before it gets forgotten
2226                 about
2227
2228 2006-08-11 [colin]      2.4.0cvs41
2229
2230         * src/compose.c
2231         * src/mainwindow.c
2232         * src/mainwindow.h
2233         * src/procmsg.c
2234         * src/procmsg.h
2235         * src/summaryview.c
2236         * src/toolbar.c
2237                 Grey out the Send button if
2238                 - Queue folders are empty, or
2239                 - We're sending already
2240
2241 2006-08-11 [wwp]        2.4.0cvs40
2242
2243         * src/main.c
2244                 fix a logic issue when quitting while a compose window is
2245                 still open, thanks to Colin.
2246
2247 2006-08-10 [colin]      2.4.0cvs39
2248
2249         * src/main.c
2250                 Fix default font size setting after wizard run
2251         * src/imap.c
2252         * src/etpan/imap-thread.c
2253         * src/etpan/imap-thread.h
2254                 Fix bug #999 (Timing out on TSL cert validation 
2255                 dialog makes ugly things happen). Also, STARTTLS
2256                 unconditionnaly if initial capabilities contain
2257                 LOGINDISABLED and STARTTLS.
2258
2259 2006-08-09 [colin]      2.4.0cvs38
2260
2261         * src/mainwindow.c
2262         * src/mainwindow.h
2263                 Fix Tools/Actions sensitivity when there are
2264                 no actions
2265
2266 2006-08-09 [colin]      2.4.0cvs37
2267
2268         * src/prefs_filtering.c
2269                 Warning fix, patch by Paul
2270         * src/messageview.c
2271         * src/prefs_actions.c
2272         * src/prefs_filtering_action.c
2273         * src/prefs_matcher.c
2274                 Uniformisation of "Info ..." to "Info..." (for
2275                 old gtk), patch by Fabien
2276         * src/plugins/clamav/clamav_plugin_gtk.c
2277                 Sensitivity fix by Fabien
2278
2279 2006-08-09 [colin]      2.4.0cvs36
2280
2281         * src/main.c
2282         * src/main.h
2283                 Add a function to know whether we're exiting
2284         * src/plugins/trayicon/trayicon.c
2285                 If exiting, don't do anything. Faster, and
2286                 avoids gtk_main_iteration reentracy causing
2287                 segfaults at exit
2288
2289 2006-08-09 [colin]      2.4.0cvs35
2290
2291         * src/messageview.c
2292         * src/mimeview.c
2293         * src/mimeview.h
2294                 Fix lack of part selection when automatically 
2295                 jumping to a specific part
2296         * src/msgcache.c
2297                 Little optimisation in cache reading
2298
2299 2006-08-09 [colin]      2.4.0cvs34
2300
2301         * src/compose.c
2302                 Fix crash setting the priority on reedit
2303                 (Accessing compose before creating it!)
2304
2305 2006-08-08 [colin]      2.4.0cvs33
2306
2307         * src/procmime.c
2308                 Fix bug #998 (last attachment is not accessible)
2309                 Bad RFC interpretation on multipart close-delimiters
2310         * src/mimeview.c
2311         * src/mimeview.h
2312         * src/gtk/gtkvscrollbutton.c
2313         * src/gtk/gtkvscrollbutton.h
2314                 Make attachments list wheel-scrollable
2315
2316 2006-08-07 [colin]      2.4.0cvs32
2317
2318         * src/gtk/gtkaspell.c
2319                 Fix bug #973 (Unicode punctation characters 
2320                 are not recognized as separators by the
2321                 spell checker); fix unsigned stuff
2322
2323 2006-08-07 [colin]      2.4.0cvs31
2324
2325         * src/compose.c
2326                 Fix bug #956 (DnD text with accents in compose 
2327                 text entry); fix gccc's signed/unsigned fuss
2328
2329 2006-08-06 [colin]      2.4.0cvs30
2330
2331         * src/main.c
2332                 Fix bug #979 (Plugin crashes when exiting 
2333                 sylpheed-claws) : handle exit request only 
2334                 once
2335
2336 2006-08-05 [colin]      2.4.0cvs29
2337
2338         * src/news.c
2339                 Just make sure we have a msgid.
2340
2341 2006-08-05 [colin]      2.4.0cvs28
2342
2343         * src/news.c
2344         * src/summaryview.c
2345                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2346                 by reimplementing it
2347         * src/textview.c
2348                 Fix bug when hiding quotes with level > 3 and quote
2349                 colors are recycled
2350
2351 2006-08-04 [colin]      2.4.0cvs27
2352
2353         * src/compose.c
2354         * src/undo.c
2355         * src/undo.h
2356                 Fix a bit replace-by-pasting undo
2357         * src/mainwindow.c
2358         * src/messageview.c
2359                 Fix Fold quotes menu synchro in
2360                 mainwindow when it changes in 
2361                 messageview
2362         * src/textview.c
2363                 Fix right-click on quotes blocks
2364         * src/common/utils.c
2365                 Verify that the file created by
2366                 my_tmpfile() is writable. Fixes
2367                 bug #988 (very specific filesystem
2368                 issue)
2369         * src/plugins/pgpcore/sgpgme.c
2370                 Fix file descriptor leak
2371         * src/plugins/spamassassin/spamassassin.c
2372                 Warn once if spamd isn't reachable
2373
2374 2006-08-04 [colin]      2.4.0cvs26
2375
2376         * src/toolbar.c
2377                 i18n context patch by Fabien
2378
2379 2006-08-03 [colin]      2.4.0cvs25
2380
2381         * src/mainwindow.c
2382         * src/messageview.c
2383                 Rename "Hide quotes" to "Fold quotes"
2384         * src/textview.c
2385                 Don't use hand cursor on quotes. "all 
2386                 the bonuses of the feature and none of 
2387                 unwelcome side-effects"
2388
2389 2006-08-03 [colin]      2.4.0cvs24
2390
2391         * AUTHORS
2392         * sylpheed-claws.desktop
2393         * src/gtk/authors.h
2394                 Bring the desktop file to XDG compliance
2395                 Patch by Charles A. Edwards
2396
2397 2006-08-03 [colin]      2.4.0cvs23
2398
2399         * src/textview.c
2400                 Fix links offset when they are preceded
2401                 by accentued chars (g_utf8_strlen!)
2402         * src/mainwindow.c
2403                 Fix wrong status when starting offline
2404
2405
2406 2006-08-03 [wwp]        2.4.0cvs22
2407
2408         * src/prefs_common.h
2409                 ask what to do w/ filtering rules that belong to an account when
2410                 applying filtering rules manually from the main window (skip,
2411                 apply regardless of the account, use current account). This dialog
2412                 can be skipped and the last reply used.
2413                 (forgot that file)
2414
2415 2006-08-03 [wwp]        2.4.0cvs21
2416
2417         * src/filtering.c
2418         * src/filtering.h
2419         * src/prefs_common.c
2420         * src/summaryview.c
2421         * src/alertpanel.c
2422         * src/alertpanel.h
2423         * src/messageview.c
2424                 ask what to do w/ filtering rules that belong to an account when
2425                 applying filtering rules manually from the main window (skip,
2426                 apply regardless of the account, use current account). This dialog
2427                 can be skipped and the last reply used.
2428
2429
2430 2006-08-03 [colin]      2.4.0cvs20
2431
2432         * src/textview.c
2433                 Optimize previous patch
2434
2435 2006-08-03 [cleroy]     2.4.0cvs19
2436
2437         * src/textview.c
2438                 Fix quotes getting toggled back when the
2439                 mail has an even number of text parts
2440
2441 2006-08-02 [colin]      2.4.0cvs18
2442
2443         * src/messageview.c
2444                 Add Hide quotes menu
2445
2446 2006-08-02 [colin]      2.4.0cvs17
2447
2448         * src/mainwindow.c
2449         * src/prefs_common.c
2450         * src/textview.c
2451         * src/textview.h
2452         * src/gtk/about.c
2453                 Allow per-level quote hiding,
2454                 Allow toggling quotes by double-clicking them
2455                 Rename RemoteURI to ClickableText to reflect
2456                 the fact it's used for a variety of things
2457
2458 2006-08-02 [wwp]        2.4.0cvs16
2459
2460         * src/mainwindow.c
2461                 fix "View/Hide quotes" menu item status initialization.
2462
2463 2006-08-02 [wwp]        2.4.0cvs15
2464
2465         * src/matcher_parser_parse.y
2466                 remove a debug trace.
2467
2468 2006-08-02 [paul]       2.4.0cvs14
2469
2470         * src/plugins/pgpcore/passphrase.c
2471                 don't set initial dialog size
2472                 make it resizable
2473
2474 2006-08-02 [paul]       2.4.0cvs13
2475
2476         * src/noticeview.c
2477                 remove the rogue '/' character
2478
2479 2006-08-02 [paul]       2.4.0cvs12
2480
2481         * src/noticeview.c
2482                 allow buttons to resize as necessary
2483
2484 2006-08-01 [wwp]        2.4.0cvs11
2485
2486         * src/mbox.c
2487                 fix strict ISO C90 compliance.
2488
2489 2006-08-01 [wwp]        2.4.0cvs10
2490
2491         * tools/update-po
2492                 updated update-po tool to work w/ context-dependent translations.
2493                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2494
2495 2006-08-01 [wwp]        2.4.0cvs9
2496
2497         * src/matcher.c
2498         * src/prefs_filtering.c
2499         * src/prefs_matcher.c
2500                 allow context-dependent translations for "All",
2501                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2502
2503 2006-07-31 [colin]      2.4.0cvs8
2504
2505         * AUTHORS
2506         * src/gtk/authors.h
2507                 Add Rafal to authors
2508
2509 2006-07-31 [colin]      2.4.0cvs7
2510
2511         * src/compose.c
2512         * src/mainwindow.c
2513         * src/messageview.h
2514         * src/prefs_common.c
2515         * src/prefs_common.h
2516         * src/textview.c
2517                 Add 'View/Hide quotes'. Patch based on a patch
2518                 by Rafal Weglarz
2519
2520 2006-07-31 [colin]      2.4.0cvs6
2521
2522         * src/action.c
2523                 Fix problem with "> stuff >" actions
2524
2525 2006-07-31 [paul]       2.4.0cvs5
2526
2527         * po/nb.po
2528                 updated by Geir Helland
2529
2530 2006-07-31 [wwp]        2.4.0cvs4
2531
2532         * src/mainwindow.c
2533         * src/summaryview.c
2534         * src/summaryview.h
2535                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2536                 thanks to Colin.
2537
2538 2006-07-31 [wwp]        2.4.0cvs3
2539
2540         * src/Makefile.am
2541         * src/addr_compl.c
2542         * src/addr_compl.h
2543         * src/addressbook.c
2544         * src/addressbook.h
2545         * src/addressbook_foldersel.c
2546         * src/addressbook_foldersel.h
2547         * src/addrindex.c
2548         * src/addrindex.h
2549         * src/matcher.c
2550         * src/matcher.h
2551         * src/matcher_parser_lex.l
2552         * src/matcher_parser_parse.y
2553         * src/prefs_common.c
2554         * src/prefs_common.h
2555         * src/prefs_filtering.c
2556         * src/prefs_matcher.c
2557         * src/prefs_matcher.h
2558         * src/summaryview.c
2559                 introduce filtering against the address book. It's now possible to add
2560                 matched conditions to determine if any email address in a message matches
2561                 or doesn't match any or all books or folders in the address book.
2562
2563 2006-07-31 [wwp]        2.4.0cvs2
2564
2565         * src/account.c
2566         * src/filtering.c
2567         * src/filtering.h
2568         * src/folder.c
2569         * src/folderview.c
2570         * src/inc.c
2571         * src/mainwindow.c
2572         * src/matcher.c
2573         * src/matcher_parser_lex.l
2574         * src/matcher_parser_parse.y
2575         * src/mbox.c
2576         * src/prefs_filtering.c
2577         * src/prefs_filtering.h
2578         * src/procmsg.c
2579         * src/procmsg.h
2580         * src/summaryview.c
2581                 introduce per-account filtering rules. Each filtering rule can now be assigned
2582                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2583                 when applying filtering rules manually, as all rules will apply - even the ones
2584                 assigned to an account. This issue will be addressed soon.
2585  
2586
2587
2588 2006-07-31 [wwp]        2.4.0cvs1
2589
2590         * src/quote_fmt.c
2591                 make more strings translatable.
2592
2593 2006-07-31 [paul]       2.4.0
2594
2595         2.4.0 released
2596
2597 2006-07-31 [paul]       2.3.1cvs91
2598
2599         * po/ca.po
2600                 updated by Miquel Oliete
2601
2602 2006-07-31 [paul]       2.3.1cvs90
2603
2604         * po/de.po
2605         * po/el.po
2606         * po/fr.po
2607         * po/it.po
2608         * po/pl.po
2609         * po/pt_BR.po
2610         * po/sr.po
2611         * po/zh_CN.po
2612                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2613                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2614                 Aleksandar Urosevic, and Ralgh Young
2615
2616 2006-07-31 [paul]       2.3.1cvs89
2617
2618         * src/account.c
2619         * src/main.c
2620         * src/mainwindow.c
2621         * src/mainwindow.h
2622                 Fix a race condition when, after an SC crash, rescanning
2623                 folders took more than 0.5 seconds
2624                 Thanks to Colin
2625
2626 2006-07-31 [paul]       2.3.1cvs88
2627
2628         * src/folderview.c
2629                 don't translate separator strings
2630
2631 2006-07-30 [mones]      2.3.1cvs87
2632
2633         * doc/man/sylpheed-claws.1
2634                 Fixed non-ASCII chars in Hoa's name
2635         * po/es.po
2636                 Updated for release
2637
2638 2006-07-27 [colin]      2.3.1cvs86
2639
2640         * src/textview.c
2641                 Don't include the leading \n in links
2642                 Patch by Fabien
2643
2644 2006-07-25 [colin]      2.3.1cvs85
2645
2646         * src/mainwindow.c
2647         * src/common/socket.h
2648         * src/etpan/imap-thread.c
2649                 Refresh resolvers before connecting
2650                 to IMAP servers, and after switching
2651                 to online. Thanks to Paul.
2652
2653 2006-07-18 [colin]
2654
2655         * 2.4.0-rc4 released
2656
2657 2006-07-17 [colin]      2.3.1cvs84
2658
2659         * src/inc.c
2660                 Show connection attempt in statusbar before
2661                 connecting (previously first message was
2662                 "Retrieving messages from ..." after the
2663                 connection succeeded.
2664
2665 2006-07-16 [wwp]        2.3.1cvs83
2666
2667         * sylpheed-claws.ico
2668                 Added .ico file (windows multi-size icon file, generated).
2669
2670 2006-07-12 [wwp]        2.3.1cvs82
2671
2672         * src/messageview.c
2673                 remove Message/Re-edit menu entry from messageview window,
2674                 as sent/draft/queued messages are opened in compose window when
2675                 re-edited and it's not possible to re-edit other msgs.
2676
2677 2006-07-12 [paul]       2.3.1cvs81
2678
2679         * AUTHORS
2680         * src/mainwindow.c
2681         * src/gtk/authors.h
2682                 check online state before resetting
2683                 mailcheck timer. Useful if some program
2684                 verifies connection state and updates
2685                 Claws.
2686                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2687
2688 2006-07-12 [paul]       2.3.1cvs80
2689
2690         * sylpheed-claws-128x128.png
2691         * sylpheed-claws-64x64.png
2692         * sylpheed-claws.png
2693         * src/Makefile.am
2694         * src/main.c
2695         * src/prefs_toolbar.c
2696         * src/stock_pixmap.c
2697         * src/stock_pixmap.h
2698         * src/wizard.c
2699         * src/gtk/about.c
2700         * src/gtk/gtkutils.c
2701         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2702         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2703         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2704         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2705         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2706         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2707                 updated and renamed logo/icon files and related
2708                 logo by Jesper Schultz
2709
2710 2006-07-11 [paul]       2.3.1cvs79
2711
2712         * src/main.c
2713                 fix the labels a smidgin
2714
2715 2006-07-09 [colin]      2.3.1cvs78
2716
2717         * src/textview.c
2718                 Show errors in textviewer's command
2719                 Patch by H. Merijn Brand
2720
2721 2006-07-09 [colin]      2.3.1cvs77
2722
2723         * src/compose.c
2724                 Save FMID in drafts too
2725
2726 2006-07-08 [colin]      2.3.1cvs76
2727
2728         * src/compose.c
2729                 Svae RMID in drafted mails too
2730                 Save quote_fmt vars for whole mails,
2731                 don't reset at each quote_fmt_init:
2732                 allows to use the same |i{var} in
2733                 various template fields
2734         * src/prefs_template.c
2735         * src/quote_fmt.h
2736         * src/quote_fmt_parse.y
2737                 Same
2738
2739 2006-07-08 [colin]      2.3.1cvs75
2740
2741         * src/textview.c
2742                 Fix highlighting of attached parts URIs
2743
2744 2006-07-08 [colin]      2.3.1cvs74
2745
2746         * src/main.c
2747                 Prevent bug #981 (sc 2.3.1 segfaults with 
2748                 gtk+ 2.10) from being reported again:
2749                 if Sylpheed-Claws has been compiled against
2750                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2751                 of if Sylpheed-Claws has been compiled against
2752                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2753                 error out.
2754
2755 2006-07-07 [colin]      2.3.1cvs73
2756
2757         * src/prefs_actions.c
2758                 Fix label
2759
2760 2006-07-07 [colin]      2.3.1cvs72
2761
2762         * src/prefs_actions.c
2763                 Fix compile on gtk < 2.8. argh :)
2764
2765 2006-07-07 [paul]       2.3.1cvs71
2766
2767         * src/common/defs.h
2768                 update DONATE_URI
2769
2770 2006-07-07 [colin]      2.3.1cvs70
2771
2772         * po/POTFILES.in
2773         * src/quote_fmt.c
2774         * src/quote_fmt_lex.l
2775         * src/quote_fmt_parse.y
2776                 Add |i{var}, a way to insert user-entered
2777                 text in a template
2778
2779 2006-07-07 [colin]
2780
2781         * 2.4.0-rc3 released
2782
2783 2006-07-07 [colin]      2.3.1cvs69
2784
2785         * src/folder.c
2786                 Don't consider inboxes of UNKNOWN folder 
2787                 classes to be useable as default inboxes
2788
2789 2006-07-07 [paul]       2.3.1cvs68
2790
2791         * src/textview.c
2792                 add missing #include <errno.h>
2793                 Thanks to René J. Blokland
2794
2795 2006-07-07 [paul]       2.3.1cvs67
2796
2797         * src/action.c
2798                 Return now Closes dialog
2799         * src/mimeview.c
2800         * src/mimeview.h
2801         * src/textview.c
2802                 add contextual menu to mime parts listed
2803                 in the textview
2804                 Thanks to Colin
2805         * src/common/utils.c
2806                 reversal: ' is a valid character in URLs
2807
2808 2006-07-06 [colin]      2.3.1cvs66
2809
2810         * src/remotefolder.h
2811                 Forgotten in previous commit
2812
2813 2006-07-06 [colin]      2.3.1cvs65
2814
2815         * src/folder.c
2816                 Set summary update flag whenever
2817                 totals changed
2818         * src/imap.c
2819         * src/prefs_account.c
2820         * src/common/utils.h
2821         * src/etpan/imap-thread.c
2822                 Fix warnings, thanks to Fabien and
2823                 Ricardo
2824
2825 2006-07-06 [wwp]        2.3.1cvs64
2826
2827         * src/gtk/gtkutils.c
2828                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2829
2830 2006-07-06 [wwp]        2.3.1cvs63
2831
2832         * src/account.c
2833         * src/addressbook.c
2834         * src/addressitem.h
2835         * src/folderview.c
2836         * src/mainwindow.c
2837         * src/manual.c
2838         * src/manual.h
2839         * src/message_search.c
2840         * src/prefs_actions.c
2841         * src/prefs_filtering.c
2842         * src/prefs_filtering.h
2843         * src/prefs_template.c
2844         * src/summary_search.c
2845         * src/summaryview.c
2846         * src/gtk/gtkutils.c
2847         * src/gtk/gtkutils.h
2848         * src/gtk/pluginwindow.c
2849                 add help buttons to some dialogs. Clicking such buttons opens a
2850                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2851
2852 2006-07-06 [paul]       2.3.1cvs62
2853
2854         * src/textview.c
2855                 fix attachments contextual menu
2856                 Thanks to Colin
2857
2858 2006-07-05 [colin]      2.3.1cvs61
2859
2860         * src/textview.c
2861         * src/compose.c
2862                 Handle sftp:// links
2863
2864 2006-07-05 [paul]       2.3.1cvs60
2865
2866         * src/gtk/filesel.c
2867                 grab save button by default
2868                 Thanks to Colin
2869
2870 2006-07-05 [wwp]        2.3.1cvs59
2871
2872         * manual/xml2pdf
2873                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2874
2875 2006-07-04 [colin]      2.3.1cvs58
2876
2877         * src/mimeview.c
2878         * src/textview.c
2879                 Use left click to select, middle click to open
2880                 on mimeparts links
2881         * src/common/utils.c
2882                 Fix segfault
2883
2884 2006-07-04 [colin]      2.3.1cvs57
2885
2886         * src/mainwindow.c
2887         * src/news.c
2888                 Warning fixes, thanks to Fabien
2889
2890 2006-07-04 [colin]      2.3.1cvs56
2891
2892         * src/mimeview.c
2893         * src/mimeview.h
2894         * src/textview.c
2895                 Allow parts to be selected via their text label
2896                 in textview
2897
2898 2006-07-04 [colin]      2.3.1cvs55
2899
2900         * src/folderview.c
2901                 Feedback when closing (for big folders)
2902         * src/prefs_actions.c
2903         * src/prefs_filtering.c
2904         * src/prefs_matcher.c
2905         * src/prefs_template.c
2906                 Fix default button when closing without
2907                 having saved
2908
2909 2006-07-04 [colin]      2.3.1cvs54
2910
2911         * src/news.c
2912                 Delete local file on deletion
2913
2914 2006-07-03 [colin]      2.3.1cvs53
2915
2916         * src/folderview.c
2917         * src/main.c
2918                 Don't freeze when rescanning after crash
2919
2920 2006-07-03 [wwp]        2.3.1cvs52
2921
2922         * src/compose.c
2923         * src/privacy.c
2924         * src/privacy.h
2925         * src/plugins/pgpinline/pgpinline.c
2926         * src/plugins/pgpmime/pgpmime.c
2927                 don't report an error when the user cancels the passphrase dialog.
2928
2929 2006-07-02 [colin]      2.3.1cvs51
2930
2931         * src/folderview.c
2932                 Open message when crossing folders with Space,
2933                 goto next unread and friends
2934
2935 2006-07-01 [colin]      2.3.1cvs50
2936
2937         * src/prefs_account.c
2938                 Typographic rules varying from language
2939                 to language (in french "Protocole :"),
2940                 we have to do that :)
2941
2942 2006-07-01 [ticho]      2.3.1cvs49
2943
2944         * src/prefs_account.c
2945                 Only use one temporary gchar* variable in
2946                 prefs_account_protocol_set_optmenu().
2947
2948 2006-07-01 [ticho]      2.3.1cvs48
2949
2950         * src/prefs_account.c
2951         * src/prefs_account.h
2952                 Use GtkLabel for existing account protocol name.
2953                 Created an array for protocol names and populate the
2954                 combobox from it in a for() cycle.
2955
2956 2006-06-30 [colin]      2.3.1cvs47
2957
2958         * src/compose.c
2959                 Block undo when changing signature (by changing
2960                 account)
2961
2962 2006-06-30 [paul]       2.3.1cvs46
2963
2964         * src/send_message.c
2965                 when editing From in the Compose window, use that address
2966                 in the Return-Path: header
2967                 Thanks to Colin
2968
2969 2006-06-30 [colin]      2.3.1cvs45
2970
2971         * src/compose.c
2972                 Fix signature replacement:
2973                 - when no newline before separator
2974                 - when reediting
2975
2976 2006-06-29 [colin]      2.3.1cvs44
2977
2978         * src/folderview.c
2979         * src/folderview.h
2980         * src/mainwindow.c
2981         * src/summaryview.c
2982                 Let 'View/Go to/Next marked' work like
2983                 Next new & Next unread: across folders
2984                 Change the select_on_entry pref to do
2985                 what we want when changing folder
2986         * src/common/utils.c
2987                 Fix single-quoted links 
2988
2989 2006-06-29 [colin]      2.3.1cvs43
2990
2991         * src/gtk/gtkaspell.c
2992                 "Sylpheed" and "Sylpheed-Claws" do exist !
2993
2994 2006-06-29 [colin]      2.3.1cvs42
2995
2996         * src/imap.c
2997                 Forgot to remove debug
2998
2999 2006-06-29 [colin]      2.3.1cvs41
3000
3001         * src/imap.c
3002         * src/imap.h
3003         * src/mainwindow.c
3004                 Disconnect from IMAP servers when going
3005                 offline. Fixes bug #978 (going to offline-mode 
3006                 won't close connections)
3007
3008 2006-06-29 [colin]      2.3.1cvs40
3009
3010         * src/main.c
3011                 Fix transient setting on failing plugins
3012                 Patch by Fabien
3013         * src/plugins/pgpcore/sgpgme.c
3014                 Only warn for OpenPGP. Most people don't
3015                 have CMS available.
3016
3017 2006-06-29 [colin]      2.3.1cvs39
3018
3019         * src/compose.c
3020                 Fix Spelling menu (discrepancy between context menu
3021                 and top menu when folder's dictionary isn't the 
3022                 default one)
3023         * src/plugins/pgpcore/sgpgme.c
3024                 More error reporting about why gpgme can fail
3025
3026 2006-06-29 [wwp]        2.3.1cvs38
3027
3028         * src/mainwindow.c
3029                 honor the display-header-pane setting even when the message view
3030                 is a separate window.
3031
3032 2006-06-29 [wwp]        2.3.1cvs37
3033
3034         * src/prefs_actions.c
3035                 forgot to commit that one (use of GTK_STOCK_INFO).
3036
3037 2006-06-29 [colin]      2.3.1cvs36
3038
3039         * src/imap.c
3040                 Better handling of login errors (ask the password
3041                 again once), alert in case of error. Fix three
3042                 signedness warnings.
3043
3044 2006-06-28 [wwp]        2.3.1cvs35
3045
3046         * src/prefs_template.c
3047         * src/prefs_matcher.c
3048         * src/prefs_filtering_action.c
3049         * src/prefs_quote.c
3050                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3051                 patch by Fabien Vantard, slightly modified.
3052
3053 2006-06-28 [paul]
3054
3055         2.4.0-rc2 released
3056
3057 2006-06-28 [colin]      2.3.1cvs34
3058
3059         * src/prefs_account.c
3060                 Fix bug #977 (Can't add or edit imap accounts)
3061
3062 2006-06-28 [colin]      2.3.1cvs33
3063
3064         * src/mimeview.c
3065                 Fix previous
3066
3067 2006-06-28 [colin]      2.3.1cvs32
3068
3069         * src/mimeview.c
3070                 Save named inlined attachments with "Save all"
3071         * src/main.c
3072         * src/mbox.c
3073         * src/common/plugin.c
3074         * src/common/plugin.h
3075         * src/common/sylpheed.c
3076         * src/common/utils.c
3077         * src/plugins/pgpcore/sylpheed.def
3078         * src/plugins/pgpinline/sylpheed.def
3079         * src/plugins/pgpmime/sylpheed.def
3080                 Win32 compatibility patch, by
3081                 Werner Koch
3082
3083 2006-06-28 [wwp]        2.3.1cvs31
3084
3085         * src/imap.c
3086         * src/prefs_folder_item.c
3087                 less compilation warnings (thanks to Fabien Vantard), less typos.
3088
3089 2006-06-28 [paul]       2.3.1cvs30
3090
3091         * src/gtk/gtkutils.c
3092                 gtk_combo_box_set_focus_on_click() is only
3093                 available since gtk 2.6.0
3094
3095 2006-06-28 [paul]       2.3.1cvs29
3096
3097         * src/prefs_ext_prog.c
3098                 fix engrish and add a tooltip for the
3099                 'command for 'Display as text' option
3100
3101 2006-06-28 [paul]
3102
3103         2.4.0-rc1 released
3104
3105 2006-06-28 [paul]       2.3.1cvs28
3106
3107         * ChangeLog
3108         * tools/Makefile.am
3109                 include textviewer.pl in releases
3110
3111 2006-06-28 [paul]       2.3.1cvs27
3112
3113         * src/prefs_ext_prog.c
3114                 hide Print command option if libgnomeprint
3115                 support is present
3116
3117 2006-06-27 [colin]      2.3.1cvs26
3118
3119         * src/compose.c
3120                 Fix Esc handling in insert/attach dialog
3121                 Don't show this dialog if dragging something
3122                 else than text/uri-list
3123                 Thanks to Fabien Vantard
3124         * tools/textviewer.pl
3125                 Filter script to display stuff as text
3126                 by H. Merijn Brand
3127
3128 2006-06-27 [wwp]        2.3.1cvs25
3129
3130         * src/messageview.c
3131                 use the exact product name (message view title), patch
3132                 by Fabien Vantard.
3133
3134 2006-06-27 [ticho]      2.3.1cvs24
3135
3136         * src/prefs_account.c
3137         * src/prefs_common.c
3138         * src/prefs_common.h
3139         * src/prefs_ext_prog.c
3140         * src/textview.c
3141                 Add a preference (Preferences/External programs)
3142                 to allow "Display as text" to be done via a script
3143                 (patch by H.Merijn Brand).
3144                 Use GtkComboBox for protocol selection in account
3145                 preferences.
3146                 Only include current choice for existing accounts, and
3147                 insensitivize the combobox.
3148
3149 2006-06-27 [paul]       2.3.1cvs23
3150
3151         * src/mbox.c
3152                 fix crasher introduced in cvs21.
3153                 Thanks to Colin
3154
3155 2006-06-26 [colin]      2.3.1cvs22
3156
3157         * src/mbox.c
3158                 Fix double-frees when leaving folders
3159                 after exporting to mbox
3160
3161 2006-06-26 [colin]      2.3.1cvs21
3162
3163         * src/mbox.c
3164                 More feedback (and optimisation)
3165                 on import/export
3166         * src/common/utils.c
3167                 Fix case when looking for mail addresses
3168         * src/gtk/gtkutils.c
3169                 Extra check for (X-)Face
3170
3171 2006-06-25 [ticho]      2.3.1cvs20
3172
3173         * src/compose.c
3174         * src/exphtmldlg.c
3175         * src/gtk/gtkutils.c
3176         * src/gtk/gtkutils.h
3177                 Added second argument to gtkut_sc_combobox_create() to
3178                 control focus-on-click for the widget.
3179                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3180
3181 2006-06-25 [ticho]      2.3.1cvs19
3182
3183         * src/compose.c
3184         * src/gtk/Makefile.am
3185         * src/gtk/combobox.c
3186         * src/gtk/combobox.h
3187         * src/gtk/gtkutils.c
3188         * src/gtk/gtkutils.h
3189                 Use GtkComboBox instead of deprecated GtkOptionMenu
3190                 for account selector in compose window and for encoding
3191                 selector in attachment properties.
3192                 Also factorise working with the new GtkComboBox somewhat.
3193
3194 2006-06-24 [paul]       2.3.1cvs18
3195
3196         * src/prefs_common.c
3197                 use the correct default value
3198
3199 2006-06-24 [paul]       2.3.1cvs17
3200
3201         * src/compose.c
3202         * src/prefs_common.c
3203         * src/prefs_common.h
3204         * src/prefs_compose_writing.c
3205                 enable setting of default action when
3206                 dnd'ing files in the compose window.
3207                 (Collaborative effort with wwp)
3208
3209 2006-06-23 [wwp]        2.3.1cvs16
3210
3211         * src/compose.c
3212                 i18n fix (thanks to Fabien Vantard)
3213
3214 2006-06-22 [colin]      2.3.1cvs15
3215
3216         * src/prefs_customheader.c
3217                 Don't use filters in custom headers' file 
3218                 selector. Remember, extensions mean nothing :)
3219
3220 2006-06-22 [paul]       2.3.1cvs14
3221
3222         * configure.ac
3223                 allow setting of man directory location
3224
3225 2006-06-22 [colin]      2.3.1cvs13
3226
3227         * src/mainwindow.c
3228                 Add 'View/Go to/Next unread folder'.
3229                 I missed that :)
3230
3231 2006-06-22 [colin]      2.3.1cvs12
3232
3233         * src/common/utils.c
3234                 Add some subject prefixes
3235                 Patch by Bjorn T Johansen <btj@havleik.no>
3236
3237 2006-06-22 [colin]      2.3.1cvs11
3238
3239         * manual/advanced.xml
3240                 Forgotten hidden pref
3241
3242 2006-06-21 [paul]       2.3.1cvs10
3243
3244         * src/prefs_account.c
3245                 complete the removal of 'Add date header' option
3246
3247 2006-06-21 [paul]       2.3.1cvs9
3248
3249         * src/account.c
3250         * src/compose.c
3251         * src/prefs_account.c
3252         * src/prefs_account.h
3253                 remove option to add date header - always
3254                 add date header
3255         * src/etpan/imap-thread.c
3256                 fix warnings (Thanks to Colin)
3257
3258 2006-06-21 [wwp]        2.3.1cvs8
3259
3260         * src/folder.c
3261                 set the attachment flag when inline text part are (file)named. This is more convenient
3262                 when receiving (for instance) inline source files or patches sent using thunderbird.
3263
3264 2006-06-21 [paul]       2.3.1cvs7
3265
3266         * src/inc.c
3267                 fix off-by-one count of current msg in
3268                 statusbar filtering progressbar
3269
3270 2006-06-21 [paul]       2.3.1cvs6
3271
3272         * src/folder.c
3273                 Show attachment icon even if the part is 'inline'
3274                 if the following conditions are met:
3275                 - content-type != 'text/plain'
3276                 - content-type != '*/pgp-signature'
3277                 - either 'name' or 'filename' parameter is not NULL
3278                 
3279                 Thanks to Colin
3280
3281 2006-06-21 [paul]       2.3.1cvs5
3282
3283         * src/messageview.c
3284         * src/prefs_common.c
3285         * src/prefs_common.h
3286         * src/prefs_other.c
3287                 add an option to 'Never send Return
3288                 Receipts'
3289                 Thanks to Colin
3290
3291 2006-06-20 [mones]      2.3.1cvs4
3292
3293         * po/es.po
3294                 updated
3295         * src/compose.c
3296                 typo fixed (space after comma)
3297         * tools/make.themes.project
3298                 remove exec mode from tarball files
3299
3300 2006-06-20 [colin]      2.3.1cvs3
3301
3302         * src/news.c
3303         * src/procheader.c
3304         * src/unmime.c
3305                 Better fix for \n's in headers (don't 
3306                 break Received: and others)
3307
3308 2006-06-20 [paul]       2.3.1cvs2
3309
3310         * src/alertpanel.c
3311         * src/textview.c
3312                 improve legibility of phishing attempt
3313                 dialog
3314
3315 2006-06-20 [paul]       2.3.1cvs1
3316
3317         * NEWS
3318         * README
3319         * configure.ac
3320                 Update version number following
3321                 stable release
3322
3323 2006-06-20 [colin]      2.3.0cvs26
3324
3325         * src/compose.c
3326                 When dragging a file to the text of the compose
3327                 window, ask whether we want to insert or attach
3328                 (I know lots of people who do that to attach)
3329
3330 2006-06-20 [colin]      2.3.0cvs25
3331
3332         * src/etpan/imap-thread.c
3333                 Fix threshold (the append command is often > 32 bytes)
3334
3335 2006-06-19 [colin]      2.3.0cvs24
3336
3337         * src/imap.c
3338         * src/etpan/imap-thread.c
3339                 Workaround Rockliffe IMAP server bug: replace
3340                 "x UID SEARCH (ANSWERED UID 1:*)" with
3341                 "x UID SEARCH ANSWERED"
3342                 (Rockliffe doesn't handle the parenthesis)
3343
3344 2006-06-19 [colin]      2.3.0cvs23
3345
3346         * src/compose.c
3347         * src/imap.c
3348         * src/etpan/imap-thread.c
3349                 Probably fix bug #972 (Freezes when adding 
3350                 an attachment to the message)
3351         * src/common/defs.h
3352                 Modernize Firefox cmd
3353
3354
3355 2006-06-18 [colin]      2.3.0cvs22
3356
3357         * src/prefs_customheader.c
3358                 Only allow correct filenames for various
3359                 custom headers
3360
3361 2006-06-18 [colin]      2.3.0cvs21
3362
3363         * src/prefs_customheader.c
3364                 Add a 'From File...' button in custom headers prefs, which
3365                 try to do the right thing: 
3366                 for normal headers, use file as plaintext,
3367                 for X-Face, calls compface,
3368                 for Face, encode to b64.
3369
3370 2006-06-17 [colin]      2.3.0cvs20
3371
3372         * src/mh.c
3373                 Warning fix
3374
3375 2006-06-16 [colin]      2.3.0cvs19
3376
3377         * src/summaryview.c
3378                 Recursive quicksearch: show message list
3379                 in current folder, *then* search children
3380                 in the background.
3381
3382 2006-06-16 [colin]      2.3.0cvs18
3383
3384         * src/main.c
3385                 Instead of ignoring SIGPIPE, save caches
3386                 when getting one. Will fix the fact that
3387                 hot caches are out-of-date when logging 
3388                 out of Xorg.
3389         * src/compose.c
3390         * src/prefs_compose_writing.c
3391                 Only save text (not attachments) when 
3392                 auto-saving to drafts
3393         * src/unmime.c
3394                 Always replace \n, \r and \t with spaces
3395                 in headers
3396         * manual/dist/html/Makefile.am
3397         * manual/dist/pdf/Makefile.am
3398         * manual/dist/ps/Makefile.am
3399         * manual/dist/txt/Makefile.am
3400         * manual/fr/dist/html/Makefile.am
3401         * manual/fr/dist/pdf/Makefile.am
3402         * manual/fr/dist/ps/Makefile.am
3403         * manual/fr/dist/txt/Makefile.am
3404         * manual/pl/dist/html/Makefile.am
3405         * manual/pl/dist/pdf/Makefile.am
3406         * manual/pl/dist/ps/Makefile.am
3407         * manual/pl/dist/txt/Makefile.am
3408                 Fix make clean removing pregenerated manuals
3409
3410
3411 2006-06-16 [colin]      2.3.0cvs17
3412
3413         * src/plugins/pgpcore/sgpgme.c
3414         * src/plugins/pgpmime/pgpmime.c
3415         * src/plugins/pgpinline/pgpinline.c
3416                 Better error reporting in setup_signers.
3417                 Don't fallback to default key if specified
3418                 key isn't found.
3419                 Don't allow signing if more than one secret
3420                 key matches the one specified in prefs.
3421
3422 2006-06-15 [colin]      2.3.0cvs16
3423
3424         * src/folderview.c
3425                 Add "Send queue" in the folder's contextual
3426                 menu
3427         * src/compose.c
3428         * src/messageview.c
3429         * src/privacy.c
3430         * src/privacy.h
3431         * src/procmime.c
3432         * src/procmsg.c
3433         * src/plugins/pgpcore/passphrase.c
3434         * src/plugins/pgpcore/sgpgme.c
3435         * src/plugins/pgpinline/pgpinline.c
3436         * src/plugins/pgpmime/pgpmime.c
3437                 Better error reporting
3438         * src/mbox.c
3439                 Probably fix bug #971 (2.2.3 cannot read mail 
3440                 from local mbox)
3441
3442
3443 2006-06-15 [mones]      2.3.0cvs15
3444
3445         * tools/make.themes.project
3446                 creates the themes project from the web page
3447
3448 2006-06-15 [colin]      2.3.0cvs14
3449
3450         * src/folder.c
3451                 Better fix (avoid losing the folder if scan_tree 
3452                 fails)
3453
3454 2006-06-15 [cleroy]     2.3.0cvs13
3455
3456         * src/folder.c
3457                 Probably fix Bug #969 (crash on rebuilding 
3458                 imap folder)
3459
3460 2006-06-14 [colin]      2.3.0cvs12
3461
3462         * manual/dtd/manual.xsl
3463         * manual/sylpheed-claws-manual.xml
3464         * manual/fr/sylpheed-claws-manual.xml
3465         * manual/pl/sylpheed-claws-manual.xml
3466                 Insert pagebreaks between sections
3467
3468 2006-06-14 [paul]       2.3.0cvs11
3469
3470         * configure.ac
3471                 better fix than 2.3.0cvs10
3472
3473 2006-06-14 [paul]       2.3.0cvs10
3474
3475         * configure.ac
3476                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3477                 (backwards compatible)
3478
3479 2006-06-13 [colin]      2.3.0cvs9
3480
3481         * src/messageview.c
3482                 Fix sending of return receipt with the new queue folders
3483
3484 2006-06-13 [wwp]        2.3.0cvs8
3485
3486         * src/quote_fmt_lex.l
3487                 fix wrong tokens returned in quote_fmt lexer, query not().
3488
3489 2006-06-13 [wwp]        2.3.0cvs7
3490
3491         * src/folder.c
3492         * src/prefs_folder_item.c
3493                 allow changing folder type even when folder is not a top-level one,
3494                 thanks to Colin.
3495
3496 2006-06-12 [colin]      2.3.0cvs6
3497
3498         * src/folderview.c
3499                 Fix double-ask of "Do you want to mark all
3500                 as read"
3501
3502 2006-06-12 [colin]      2.3.0cvs5
3503
3504         * src/compose.c
3505         * src/compose.h
3506         * src/folder.c
3507         * src/folder.h
3508         * src/imap.c
3509         * src/inc.c
3510         * src/main.c
3511         * src/messageview.c
3512         * src/mh.c
3513         * src/prefs_folder_item.c
3514         * src/procheader.c
3515         * src/procmime.c
3516         * src/procmsg.c
3517         * src/procmsg.h
3518         * src/send_message.c
3519         * src/summaryview.c
3520         * src/toolbar.c
3521                 Apply bug #964's patch (Queue and drafts aren't normal)
3522                 The Drafts and Queue folder now contain RFC-822 files,
3523                 allowing to move and copy mails from and to these 
3524                 folders. Moving from Drafts to Queue will prepare the
3525                 mail for sending (PGP signature, encryption, etc).
3526                 This patch also rework sending errors handling to try
3527                 to be more helpful.
3528                 Also, allow redefining folder types via the GUI 
3529                 (Folder type in its Properties)
3530
3531 2006-06-12 [colin]      2.3.0cvs4
3532
3533         * src/summaryview.c
3534         * src/prefs_common.c
3535         * src/prefs_common.h
3536         * src/gedit-print.c
3537                 Allow to define a specific print font - patch
3538                 by Bernhard Walle <bernhard.walle@gmx.de>
3539         * src/prefs_fonts.c
3540         * manual/advanced.xml
3541         * manual/fr/advanced.xml
3542                 Add a hidden pref to allow deletion without
3543                 confirmation
3544
3545 2006-06-12 [wwp]        2.3.0cvs3
3546
3547         * .cvsignore
3548                 more files to ignore.
3549
3550 2006-06-12 [wwp]        2.3.0cvs2
3551
3552         * src/quote_fmt.c
3553         * src/quote_fmt_lex.l
3554         * src/quote_fmt_parse.y
3555                 extend the quote_fmt parser (templates and quotes):
3556                 - allow limited sub-expressions in |p{} and |f{} expressions,
3557                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3558                 - implemented/fixed missing implementation of query_references and show_references,
3559                 - completed, fixed contents and format of the symbols help dialog,
3560                 - fix some compilation warnings.
3561
3562 2006-06-12 [wwp]        2.3.0cvs1
3563
3564         * manual/advanced.xml
3565         * manual/fr/advanced.xml
3566                 updates in the "templates" section of the manual (eng/fr):
3567                  - be more precise (both versions)
3568                  - completed to match the english reference (fr version)
3569                  - touchups (both versions)
3570
3571 2006-06-12 [paul]       2.3.0
3572
3573         2.3.0 released
3574
3575 2006-06-12 [paul]       2.2.3cvs14
3576
3577         * po/ca.po
3578         * po/cs.po
3579         * po/de.po
3580         * po/el.po
3581         * po/fr.po
3582         * po/it.po
3583         * po/pt_BR.po
3584         * po/sr.po
3585         * po/zh_CN.po
3586                 updated by Miquel Oliete, Tim, Stephan Sachse,
3587                 Stavros Giannouris, Fabien Vantard, Andrea
3588                 Spadaccini, Frederico Goncalves Guimaraes,
3589                 Aleksandar Urosevic, and Ralgh Young
3590
3591 2006-06-12 [colin]      2.2.3cvs13
3592
3593         * src/mbox.c
3594                 Add missing header
3595
3596 2006-06-11 [colin]      2.2.3cvs12
3597
3598         * src/msgcache.c
3599                 Verify that g_malloc() succeeded
3600
3601 2006-06-11 [colin]      2.2.3cvs11
3602
3603         * src/wizard.c
3604                 Add Face header to welcome mail
3605
3606 2006-06-10 [colin]      2.2.3cvs10
3607
3608         * src/textview.c
3609                 Revert previous (Forgot it changes the
3610                 margin on the whole mail)
3611
3612 2006-06-10 [colin]      2.2.3cvs9
3613
3614         * src/textview.c
3615                 Don't overlap long headers under (X-)Face
3616
3617 2006-06-10 [mones]      2.2.3cvs8
3618
3619         * manual/xml2pdf
3620                 allow generation of manual on systems lacking saxon binary
3621                 but with java and the saxon library installed
3622
3623         * po/es.po
3624                 updated for release
3625
3626 2006-06-09 [colin]      2.2.3cvs7
3627
3628         * src/summaryview.c
3629                 Fix leak when using Display Sender using Addressbook
3630
3631 2006-06-09 [colin]      2.2.3cvs6
3632
3633         * src/compose.c
3634         * src/folder.c
3635         * src/folderview.c
3636         * src/mimeview.c
3637         * src/summaryview.c
3638                 More leaks fixes
3639
3640 2006-06-09 [paul]       2.2.3cvs5
3641
3642         * AUTHORS
3643         * src/gtk/authors.h
3644         * tools/claws.i18n.status.pl
3645                 updated with new info
3646
3647 2006-06-09 [paul]       2.2.3cvs4
3648
3649         * README
3650                 updated
3651         * manual/ack.xml
3652                 add wwp to authors list
3653         * src/gtk/authors.h
3654                 update mine and Colin's addresses
3655
3656 2006-06-08 [colin]      2.2.3cvs3
3657
3658         * src/etpan/imap-thread.c
3659                 Fix leak on SSL cert check
3660
3661 2006-06-08 [colin]      2.2.3cvs2
3662
3663         * src/common/utils.c
3664                 Fix leak
3665
3666 2006-06-08 [paul]       2.2.3cvs1
3667
3668         * configure.ac
3669                 Update version number following
3670                 stable release
3671
3672 2006-06-07 [colin]      2.2.2cvs3
3673
3674         * src/msgcache.c
3675                 Fix catching cache read errors (guint instead of gint)
3676                 Prevent malloc'ing more than 8MB (means cache corruption)
3677
3678 2006-06-07 [paul]       2.2.2cvs2
3679
3680         * src/exporthtml.c
3681         * src/exportldif.c
3682         * src/mh.c
3683         * src/mutt.c
3684         * src/pine.c
3685         * src/common/utils.c
3686                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3687                 obey $HOME'
3688                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3689                 Thanks to Colin
3690
3691 2006-06-06 [paul]       2.2.2cvs1
3692
3693         * configure.ac
3694                 Update version number following
3695                 stable release
3696
3697 2006-06-06 [paul]       2.2.1cvs6
3698
3699         * src/matcher.c
3700                 fix  implicit declaration of
3701                 sylpheed_do_idle()
3702                 Patch by Fabien Vantard
3703
3704 2006-06-06 [paul]       2.2.1cvs5
3705
3706         * src/matcher.c
3707                 fix age_greater and age_lower so that they
3708                 mean what say and not '...or equal to'
3709                 Thanks to Colin
3710
3711 2006-06-06 [paul]       2.2.1cvs4
3712
3713         * src/textview.c
3714         * src/common/utils.c
3715                 fix URI check
3716                 Thanks to Colin
3717
3718 2006-06-05 [wwp]        2.2.1cvs3
3719
3720         * manual/fr/account.xml
3721                 minor language fixes (thanks to Fabien Vantard).
3722
3723 2006-06-05 [colin]      2.2.1cvs2
3724
3725         * src/prefs_folder_item.c
3726         * src/folderview.c
3727                 Allow recursive setting of properties 
3728                 for whole mailboxes
3729         * src/matcher.c
3730                 Don't freeze on 'test' filtering rule
3731
3732 2006-06-05 [colin]      2.2.1cvs1
3733
3734         * configure.ac
3735                 Update version number following
3736                 stable release
3737
3738 2006-06-04 [wwp]        2.2.0cvs82
3739
3740         * manual/glossary.xml
3741         * manual/account.xml
3742         * manual/fr/glossary.xml
3743         * manual/fr/account.xml
3744                 added glossary section and references/links related to the Face custom header.
3745
3746 2006-06-04 [colin]      2.2.0cvs81
3747
3748         * src/summaryview.c
3749                 Skip to next message on move with no
3750                 immediate execution
3751
3752 2006-06-04 [wwp]        2.2.0cvs80
3753
3754         * manual/xml2pdf
3755                 added sanity checks, exit when needed.
3756
3757 2006-06-03 [paul]       2.2.0cvs79
3758
3759         * src/prefs_receive.c
3760                 page name is now 'Receiving'
3761         * src/prefs_send.c
3762                 page name is now 'Sending'
3763
3764 2006-06-03 [colin]      2.2.0cvs78
3765
3766         * src/plugins/spamassassin/spamassassin_gtk.c
3767                 Autoswitch to Localhost if transport was previously
3768                 disabled. Else people had to check [] Enable, then
3769                 *reselect* transport.
3770
3771 2006-06-03 [colin]      2.2.0cvs77
3772
3773         * src/plugins/pgpinline/pgpinline.c
3774         * src/plugins/pgpmime/pgpmime.c
3775                 Check that gpg_data_release_and_get_mem 
3776                 didn't fail (now, why this happens...)
3777
3778 2006-06-03 [colin]      2.2.0cvs76
3779
3780         * src/mbox.c
3781                 Fix bug #962 (Manual and/or UI should 
3782                 warn about incompatible locking 
3783                 causing dataloss)
3784
3785 2006-06-02 [cleroy]     2.2.0cvs75
3786
3787         * src/filtering.c
3788         * src/folder.c
3789         * src/procmsg.c
3790         * src/summaryview.c
3791                 Fix a few leaks
3792
3793 2006-06-02 [colin]      2.2.0cvs74
3794
3795         * src/main.c
3796                 On exit, free caches after writing them
3797                 Shuts up some valgrind false positives
3798         * src/procmsg.c
3799         * src/send_message.c
3800                 Fix races when reusing existing SMTP connections
3801                 Fix inexistant session timeout
3802         * src/toolbar.c
3803                 Display alertpanel after all queues have
3804                 been processed, not after each
3805
3806 2006-06-02 [wwp]        2.2.0cvs73
3807
3808         * manual/fr/glossary.xml
3809         * manual/fr/ack.xml
3810         * manual/ack.xml
3811                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3812
3813 2006-06-02 [wwp]        2.2.0cvs72
3814
3815         * manual/xml2pdf
3816         * manual/dist/pdf/Makefile.am
3817         * manual/dtd/manual.xsl
3818         * manual/fr/dist/pdf/Makefile.am
3819         * manual/pl/dist/pdf/Makefile.am
3820                 we changed the procedure to generate the .pdf version of the manual.
3821                 The procedure is more modern and the .pdf we get now has a valid index.
3822                 Here are the new pre-requisites:
3823
3824                 - JRE 1.x (1.4 here): there must be one from your distro
3825                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3826                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3827                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3828
3829                 See my posts for further info about the installation of this toolchain:
3830
3831                 Date: Fri, 19 May 2006 19:40:06 +0200
3832                 From: wwp <subscript@free.fr>
3833                 To: sylpheed-claws-devel@lists.sourceforge.net
3834                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3835
3836                 and
3837
3838                 Date: Wed, 24 May 2006 12:58:49 +0200
3839                 From: wwp <subscript@free.fr>
3840                 To: sylpheed-claws-devel@lists.sourceforge.net
3841                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3842
3843 2006-06-01 [colin]      2.2.0cvs71
3844
3845         * src/compose.c
3846                 Better guards against IMAP races
3847         * src/main.c
3848         * src/prefs_common.c
3849         * src/prefs_common.h
3850         * src/common/ssl_certificate.c
3851         * src/etpan/imap-thread.c
3852         * src/etpan/imap-thread.h
3853         * src/gtk/sslcertwindow.c
3854                 New hidden option ssl_skip_cert_check to 
3855                 avoid dups of bug #959 (libetpan linked
3856                 against gnutls and gnutls buggy on 64bit)
3857                 Present expired warning only once per
3858                 session/server.
3859         * manual/advanced.xml
3860         * manual/fr/advanced.xml
3861                 Document new option
3862
3863 2006-06-01 [wwp]        2.2.0cvs70
3864
3865         * src/messageview.c
3866                 fix for bug #961 (return receipt dialog 
3867                 complains incorrectly about return-path 
3868                 email adress being different), thanks 
3869                 to Colin.
3870
3871 2006-05-31 [cleroy]     2.2.0cvs69
3872
3873         * src/common/ssl.c
3874                 Guard against NULLs, although this
3875                 should never be an issue
3876
3877 2006-05-31 [colin]      2.2.0cvs68
3878
3879         * src/filtering.c
3880                 Use g_slist_prepend
3881         * src/imap.c
3882                 Don't remove caches when destroying folder, it
3883                 could (should) be done at exit
3884         * src/inc.c
3885                 free processing cache after incorporation
3886         * src/etpan/imap-thread.c
3887                 Maybe fix bug #959 (Crash on moving to emails 
3888                 to a imap account per ssl with a expired 
3889                 certificate.)
3890
3891 2006-05-30 [colin]      2.2.0cvs67
3892
3893         * src/summaryview.c
3894                 Put back event flush when displaying message
3895                 It avoids reading a bunch of messages just
3896                 by hitting shift-n for too long ;)
3897
3898 2006-05-29 [colin]      2.2.0cvs66
3899
3900         * src/summaryview.c
3901                 Remove useless g_warnings
3902
3903 2006-05-29 [colin]      2.2.0cvs65
3904
3905         * src/imap.c
3906                 Fix g_slist_append()s for performance
3907
3908 2006-05-29 [colin]      2.2.0cvs64
3909
3910         * src/compose.c
3911         * src/common/utils.c
3912                 Fix extraneous tab at start of addresses
3913         * src/mainwindow.c
3914                 Fix warnings (thanks to Fabien)
3915                 Fix crash at exit when composing messages 
3916                 exist
3917         * src/pop.c
3918                 Fix progress bar when deleting expired mails
3919                 Thanks to Hiro
3920         * src/summaryview.c
3921         * src/gtk/gtksctree.c
3922                 Fix re-sorting slowness
3923
3924 2006-05-29 [paul]       2.2.0cvs63
3925
3926         * src/mh.c
3927                 fetch full message when moving mails
3928                 from another mailbox, (fixed data loss
3929                 when filtering from IMAP to MH, introduced
3930                 in 2.2.0cvs57).
3931                 Thanks to Colin
3932
3933 2006-05-29 [mones]      2.2.0cvs62
3934
3935         * src/gtk/gtksctree.c
3936                 Unselect faster (patch by Colin)        
3937
3938 2006-05-26 [colin]      2.2.0cvs61
3939
3940         * src/summaryview.c
3941                 Unplug MSGINFO_UPDATE callback on delete too.
3942
3943 2006-05-26 [colin]      2.2.0cvs60
3944
3945         * src/foldersel.c
3946                 Fix bold in folder selection window with glib2.10
3947                 thanks Hiro
3948
3949 2006-05-26 [colin]      2.2.0cvs59
3950
3951         * src/procheader.c
3952                 Convert date only if necessary (and don't
3953                 try to convert from utf8 to utf8, too)
3954         * src/summaryview.c
3955                 Only set column's text if the column's 
3956                 displayed
3957
3958 2006-05-26 [colin]      2.2.0cvs58
3959
3960         * src/summaryview.c
3961         * src/gtk/gtkutils.c
3962                 Fix useless warning
3963
3964 2006-05-26 [colin]      2.2.0cvs57
3965
3966         * src/mainwindow.c
3967                 Make summaryview selectable as long as 
3968                 no message has focus
3969         * src/mh.c
3970                 Faster deletion (by implementing mh_remove_msgs)
3971                 Faster copy (avoid using mh_fetch_msg just to get
3972                 the filename)
3973                 Faster move (using move_file instead of copy_file
3974                 if MSG_IS_MOVE)
3975                 No progressbar if total number of mails to cp/mv 
3976                 is less than 100
3977         * src/summaryview.c
3978                 Fix removal from subject_table when mail gets moved
3979                 Faster deletion (g_slist_prepend instead of append)
3980         * src/gtk/gtksctree.c
3981                 Remove useless code
3982
3983 2006-05-25 [colin]      2.2.0cvs56
3984
3985         * src/common/ssl_certificate.c
3986                 Fix leak in expired cert check
3987
3988 2006-05-25 [colin]      2.2.0cvs55
3989
3990         * src/mh.c
3991                 Disable flags syncing on .mh_sequences - it
3992                 is buggy and marks mails read under unknown
3993                 conditions.
3994
3995 2006-05-25 [paul]
3996
3997         * 2.3.0-rc4 released
3998
3999 2006-05-24 [colin]      2.2.0cvs54
4000
4001         attention cvs users: if you manage to crash
4002         Sylpheed-Claws while moving, copying or deleting
4003         mails, we *are* interested in stack traces and
4004         valgrind logs. It looks stable, but one never
4005         knows...
4006
4007         * src/folder.c
4008                 Add progressbar for cache updates
4009         * src/folderutils.c
4010                 Optimize Mark all read in the current
4011                 folder
4012         * src/mh.c
4013                 Add progressbar for copy/move
4014         * src/procmsg.c
4015                 Optimize O(n^2) in copy/move
4016         * src/summaryview.c
4017         * src/gtk/gtksctree.c
4018                 Optimize O(n^2) algos
4019         * src/common/timing.h
4020                 Display ms instead of us
4021
4022 2006-05-24 [wwp]        2.2.0cvs53
4023
4024         * manual/fr/advanced.xml
4025                 updates to the French manual.
4026
4027 2006-05-24 [wwp]        2.2.0cvs52
4028
4029         * src/common/utils.c
4030                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4031
4032 2006-05-24 [wwp]        2.2.0cvs51
4033
4034         * src/folderutils.c
4035                 fixed "mark all read" in MH folders (thanks to Colin).
4036
4037 2006-05-24 [paul]       2.2.0cvs50
4038
4039         * doc/man/sylpheed-claws.1
4040                 updated the man page
4041
4042 2006-05-23 [colin]      2.2.0cvs49
4043
4044         * src/folderview.c
4045         * src/imap.c
4046         * src/inc.c
4047         * src/mbox.c
4048         * src/messageview.c
4049         * src/news.c
4050         * src/send_message.c
4051         * src/summaryview.c
4052         * src/gtk/sslcertwindow.c
4053                 alertpanel fixes, by Fabien
4054
4055 2006-05-23 [colin]      2.2.0cvs48
4056
4057         * src/folder.c
4058         * src/folderview.c
4059         * src/msgcache.c
4060         * src/summaryview.c
4061         * src/gtk/gtksctree.c
4062         * src/gtk/gtksctree.h
4063                 More timings
4064                 Fix slow loading problem, which was caused by the
4065                 use of some gtk_ctree funcs and their use of
4066                 g_list_position while gtk_ctree_(un)link'ing.
4067                 Reap more functions from gtkctree.c to be sure we
4068                 use our (fast) version instead of theirs.
4069         * src/mh.c
4070                 Fix copy of unread mails
4071
4072
4073 2006-05-22 [wwp]        2.2.0cvs47
4074
4075         * manual/fr/advanced.xml
4076                 updated.
4077
4078 2006-05-22 [colin]      2.2.0cvs46
4079
4080         * src/filtering.c
4081                 Fix possible infinite loop. 'copy' is not a 
4082                 final action, so when encountering a 'copy',
4083                 we have to check if a previous one was set
4084                 and do it. In the same way, if we encounter
4085                 a 'move' we have to perform a possibly 
4086                 pending 'copy'. This will slow down filtering
4087                 on IMAP if move+copy or multiple copy actions
4088                 are to be done, but handling it via the batch
4089                 would be really too convoluted.
4090
4091 2006-05-22 [wwp]        2.2.0cvs45
4092
4093         * manual/fr/advanced.xml
4094         * manual/fr/faq.xml
4095         * manual/fr/glossary.xml
4096         * manual/fr/handling.xml
4097         * manual/fr/intro.xml
4098         * manual/fr/plugins.xml
4099         * manual/fr/sylpheed-claws-manual.xml
4100                 sync w/ the english manual: updates URIs, documented mailing-list
4101                 support, better explanation about the enabled/disabled feature
4102                 in filtering/processing rules by Paul.
4103
4104 2006-05-21 [colin]      2.2.0cvs44
4105
4106         * src/summaryview.c
4107                 Don't expand after building threads, but during
4108
4109 2006-05-21 [colin]      2.2.0cvs43
4110
4111         * src/procmsg.c
4112         * src/summaryview.c
4113                 More timing possibilities... For next time I have 
4114                 to find out how the hell some 3GHz computer takes
4115                 one minute to open a 30k folder...
4116
4117 2006-05-21 [colin]      2.2.0cvs42
4118
4119         * manual/pl/advanced.xml
4120         * manual/pl/faq.xml
4121         * manual/pl/glossary.xml
4122         * manual/pl/handling.xml
4123         * manual/pl/intro.xml
4124         * manual/pl/plugins.xml
4125         * manual/pl/sylpheed-claws-manual.xml
4126                 Polish manual updated by Pawel
4127
4128 2006-05-20 [colin]
4129
4130         * 2.3.0-rc3 released
4131
4132 2006-05-20 [colin]      2.2.0cvs41
4133
4134         * src/imap.c
4135                 Fix -rc2 problems:
4136                 - remove cache of moved messages from original folder
4137                 - apply new flags to messages even if they aren't appliable
4138                   via IMAP.
4139
4140 2006-05-20 [colin]
4141
4142         * 2.3.0-rc2 released
4143
4144 2006-05-19 [colin]      2.2.0cvs40
4145
4146         * src/imap.c
4147                 Don't issue SELECT in imap_change_flags
4148                 before having checked that we indeed have
4149                 some flags to change. MSG_POSTFILTERED for
4150                 example can't be used on IMAP.
4151                 Fixes bug #955 (copying messages between 
4152                 imap folders is extremely slow), which was
4153                 a regression.
4154
4155 2006-05-19 [colin]      2.2.0cvs39
4156
4157         * src/folder.c
4158         * src/folder.h
4159         * src/folderview.c
4160                 Try to fix bug #830 (Some unread messages 
4161                 get marked read in IMAP inbox):
4162                 - Prevent scanning a folder if it's being 
4163                   opened via the GUI
4164                 - Postpone opening via the GUI of a folder
4165                   currently scanned.
4166
4167
4168 2006-05-19 [wwp]        2.2.0cvs38
4169
4170         * manual/advanced.xml
4171                 fix English+typo (thanks to Paul).
4172
4173 2006-05-19 [wwp]        2.2.0cvs37
4174
4175         * manual/advanced.xml
4176         * manual/fr/advanced.xml
4177         * src/gtk/logwindow.c
4178         * src/prefs_common.c
4179         * src/prefs_common.h
4180                 added hidden prefs to allow customization of colors used in
4181                 protocol log window (useful for dark gtk+ themes).
4182
4183 2006-05-19 [wwp]        2.2.0cvs36
4184
4185         * ChangeLog
4186                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4187
4188 2006-05-19 [paul]       2.2.0cvs35
4189
4190         * src/textview.c
4191                 make Reply-To fully clickable
4192         * src/gtk/logwindow.c
4193                 more colouring (SMTP ESMTP)
4194         Both patches by Pawel Pekala
4195
4196 2006-05-19 [cleroy]     2.2.0cvs34
4197
4198         * src/mh.c
4199                 Don't update flags from current folder
4200                 Probably fixes bug #935 (Read Messages 
4201                 Revert to Being Marked as Unread)
4202
4203 2006-05-18 [colin]      2.2.0cvs33
4204
4205         * src/imap.c
4206                 Warning fix
4207         * src/compose.c
4208         * src/mainwindow.c
4209         * src/summaryview.c
4210         * src/toolbar.c
4211                 Allow replying to multiple emails
4212                 in multiple windows
4213         * src/mimeview.c
4214         * src/etpan/imap-thread.c
4215                 Leak fixes
4216
4217 2006-05-18 [paul]       2.2.0cvs32
4218
4219         * src/summaryview.c
4220                 keep Mailing-List menu refreshed
4221                 Thanks to Colin
4222
4223 2006-05-18 [paul]       2.2.0cvs31
4224
4225         * manual/advanced.xml
4226         * manual/faq.xml
4227         * manual/glossary.xml
4228         * manual/handling.xml
4229         * manual/intro.xml
4230         * manual/plugins.xml
4231         * manual/sylpheed-claws-manual.xml
4232                 update URLs
4233                 add info about mailing-list support
4234                 edit filtering info
4235         * src/wizard.c
4236         * src/common/defs.h
4237         * src/gtk/about.c
4238         * src/plugins/dillo_viewer/README
4239                 update URLs
4240
4241 2006-05-17 [wwp]        2.2.0cvs30
4242
4243         * manual/handling.xml
4244         * manual/fr/handling.xml
4245                 documented the ability to enabled/disable filtering/processing rules.
4246
4247 2006-05-17 [colin]      2.2.0cvs29
4248
4249         * src/main.c
4250                 Don't initialize g_thread subsystem if it's 
4251                 already done (thanks to Hiro)
4252         * src/mimeview.c
4253                 Fix saving of parts when there name can't be
4254                 converted from UTF-8.
4255
4256 2006-05-17 [paul]       2.2.0cvs28
4257
4258         * po/Makefile.in.in
4259                 fix config.status warning with autoconf 2.60
4260
4261 2006-05-17 [paul]       2.2.0cvs27
4262
4263         * po/POTFILES.in
4264                 add src/mbox.c
4265
4266 2006-05-17 [wwp]        2.2.0cvs26
4267
4268         * src/mainwindow.c
4269                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4270
4271 2006-05-17 [wwp]        2.2.0cvs25
4272
4273         * src/plugins/demo/demo.c
4274                 updated product name in plugin demo (many plugins need to be
4275                 sync'ed w/ that change).
4276
4277 2006-05-17 [colin]      2.2.0cvs24
4278
4279         * src/mh.c
4280                 Fix leak
4281
4282 2006-05-16 [colin]      2.2.0cvs23
4283
4284         * src/mainwindow.c
4285                 Stupid me hit again. Fix cvs22.
4286
4287 2006-05-16 [colin]      2.2.0cvs22
4288
4289         * src/mainwindow.c
4290                 Fix bug #922 (sylpheed-claws crashed after 
4291                 pushing on Inbox folder)
4292
4293 2006-05-16 [colin]      2.2.0cvs21
4294
4295         * src/compose.c
4296                 Make From header be copy/paste/select-able
4297
4298 2006-05-16 [wwp]        2.2.0cvs20
4299
4300         * src/export.c
4301         * src/matcher.c
4302         * src/summaryview.c
4303         * src/etpan/imap-thread.c
4304                 fix some compiler warnings (thanks to Colin).
4305
4306 2006-05-16 [wwp]        2.2.0cvs19
4307
4308         * src/action.c
4309         * src/gedit-print.c
4310         * src/inc.c
4311         * src/mainwindow.c
4312         * src/mh.c
4313         * src/statusbar.c
4314         * src/send_message.c
4315         * src/summaryview.c
4316                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4317
4318 2006-05-15 [colin]      2.2.0cvs18
4319
4320         * src/procmsg.c
4321                 Fix automatic rule creation with List-Post
4322
4323 2006-05-15 [paul]       2.2.0cvs17
4324
4325         * tools/filter_conv_new.pl
4326                 updated for rule enabling/disabling
4327                 claws version >= 2.3.x required
4328
4329 2006-05-15 [cleroy]     2.2.0cvs16
4330
4331         * src/main.c
4332                 Revert test
4333
4334 2006-05-15 [cleroy]     2.2.0cvs15
4335
4336         * src/main.c
4337                 test
4338
4339 2006-05-15 [wwp]        2.2.0cvs14
4340
4341         * manual/pl/.cvsignore
4342                 ignore generated files.
4343
4344 2006-05-14 [wwp]        2.3.0-rc1
4345
4346         * 2.3.0-rc1 released
4347
4348 2006-05-13 [wwp]        2.2.0cvs13
4349
4350         * src/filtering.c
4351         * src/filtering.h
4352         * src/matcher.c
4353         * src/matcher_parser_lex.l
4354         * src/matcher_parser_parse.y
4355         * src/prefs_filtering.c
4356                 new feature: provide the ability to disable filtering and processing
4357                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4358                 adaptations.
4359
4360 2006-05-13 [colin]      2.2.0cvs12
4361
4362         * src/compose.c
4363                 Remove useless if (a) b; else b;
4364                 Thanks to wwp
4365
4366 2006-05-13 [wwp]        2.2.0cvs11
4367
4368         * src/export.c
4369         * src/import.c
4370         * src/mainwindow.c
4371         * src/mbox.c
4372         * src/summaryview.c
4373         * src/summaryview.h
4374                 no more silent failures (or at least less ones) when importing
4375                 or exporting from/to mbox. Also start importing/exporting if
4376                 the necessary info is set.
4377
4378 2006-05-13 [wwp]        2.2.0cvs10
4379
4380         * RELEASE_NOTES
4381                 restored up-to-date release notes.
4382
4383 2006-05-13 [paul]       2.2.0cvs9
4384
4385         * po/nl.po
4386         * po/ru.po
4387                 updated by Tim Dijkstra and Pavlo Bohmat
4388
4389 2006-05-12 [colin]      2.2.0cvs8
4390
4391         * src/gtk/quicksearch.c
4392                 Add "k" as shortcut for "colorlabel". Patch
4393                 by ath42@users.sf.net.
4394
4395 2006-05-12 [paul]       2.2.0cvs7
4396
4397         * src/prefs_common.h
4398         * src/prefs_summaries.c
4399         * src/summaryview.c
4400                 when entering a folder also allow
4401                 going directly to first Marked message
4402
4403 2006-05-12 [paul]       2.2.0cvs6
4404
4405         * src/summaryview.c
4406                 always obey 'confirm before marking all
4407                 mails read' option
4408
4409 2006-05-12 [paul]       2.2.0cvs5
4410
4411         * src/textview.c
4412                 make Sender fully clickable
4413
4414 2006-05-12 [colin]      2.2.0cvs4
4415
4416         * src/compose.c
4417         * src/compose.h
4418                 Let From be editable
4419         * src/main.c
4420         * src/mh.c
4421                 Full support of .mh_sequences' Unseen seq
4422
4423 2006-05-12 [colin]      2.2.0cvs3
4424
4425         * src/folder.c
4426         * src/mainwindow.c
4427         * src/mainwindow.h
4428         * src/messageview.c
4429         * src/prefs_spelling.c
4430         * src/procheader.c
4431         * src/procmsg.c
4432         * src/procmsg.h
4433         * src/summaryview.c
4434         * src/toolbar.c
4435         * src/toolbar.h
4436                 Add contextual menu on Compose toolbar
4437                 button. Fixes bug #944 (Automatic
4438                 addresses not applied when changing account
4439                 from compose window)
4440                 add Mailing List support
4441                 based on the old 0.6.5claws25 patch by
4442                 Melvin Hadasht, with finishing touches
4443                 by Colin
4444                 Fix "ignore thread" when mails are threaded by
4445                 subject (and weren't ignored although appearing
4446                 in the thread).
4447                 GUI rework.
4448                 Both patches by Pawel.
4449
4450 2006-05-08 [paul]       2.2.0cvs2
4451
4452         * src/mainwindow.c
4453         * src/mainwindow.h
4454         * src/messageview.c
4455         * src/procheader.c
4456         * src/procmsg.c
4457         * src/procmsg.h
4458         * src/summaryview.c
4459                 add Mailing List support
4460                 based on the old 0.6.5claws25 patch by 
4461                 Melvin Hadasht, with finishing touches
4462                 by Colin
4463
4464 2006-05-08 [colin]      2.2.0cvs1
4465
4466         * src/mainwindow.c
4467         * src/toolbar.c
4468         * src/toolbar.h
4469                 Add contextual menu on Compose toolbar 
4470                 button. Fixes bug #944 (Automatic 
4471                 addresses not applied when changing account 
4472                 from compose window)
4473
4474 2006-05-08 [paul]       2.2.0
4475
4476         2.2.0 released
4477
4478 2006-05-08 [paul]       2.1.1cvs51
4479
4480         * po/cs.po
4481         * po/de.po
4482         * po/en_GB.po
4483         * po/fi.po
4484         * po/fr.po
4485         * po/pt_BR.po
4486         * po/sr.po
4487         * po/zh_CN.po
4488                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4489                 Fabien Vantard, Frederico Goncalves Guimaraes,
4490                 Aleksandar Urosevic, and Ralgh Young
4491
4492 2006-05-12 [colin]      2.1.1cvs50
4493
4494         * po/cs.po
4495         * po/de.po
4496         * po/en_GB.po
4497         * po/es.po
4498         * po/fi.po
4499         * po/fr.po
4500         * po/pt_BR.po
4501         * po/sr.po
4502         * po/zh_CN.po
4503                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4504                 Fabien Vantard, Frederico Goncalves Guimaraes,
4505                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4506
4507 2006-05-05 [colin]      2.1.1cvs49
4508
4509         * manual/Makefile.am
4510         * manual/pl/Makefile.am
4511         * manual/pl/account.xml
4512         * manual/pl/ack.xml
4513         * manual/pl/addrbook.xml
4514         * manual/pl/advanced.xml
4515         * manual/pl/faq.xml
4516         * manual/pl/glossary.xml
4517         * manual/pl/gpl.xml
4518         * manual/pl/handling.xml
4519         * manual/pl/intro.xml
4520         * manual/pl/keyboard.xml
4521         * manual/pl/plugins.xml
4522         * manual/pl/starting.xml
4523         * manual/pl/sylpheed-claws-manual.xml
4524         * manual/pl/dist/.cvsignore
4525         * manual/pl/dist/Makefile.am
4526         * manual/pl/dist/html/.cvsignore
4527         * manual/pl/dist/html/Makefile.am
4528         * manual/pl/dist/pdf/.cvsignore
4529         * manual/pl/dist/pdf/Makefile.am
4530         * manual/pl/dist/ps/.cvsignore
4531         * manual/pl/dist/ps/Makefile.am
4532         * manual/pl/dist/txt/.cvsignore
4533         * manual/pl/dist/txt/Makefile.am
4534                 Add the polish translation of the manual,
4535                 Authored by Pawel Pekala.
4536
4537 2006-05-05 [cleroy]     2.1.1cvs48
4538
4539         * src/main.c
4540                 Re-read matcherrc after loading plugins 
4541                 if some of them add folders.
4542
4543 2006-05-03 [colin]      2.1.1cvs47
4544
4545         * src/imap.c
4546                 I'm idiot
4547
4548 2006-05-03 [colin]      2.1.1cvs46
4549
4550         * src/imap.c
4551                 Be sure to have a session when
4552                 getting separator
4553
4554 2006-05-03 [colin]      2.1.1cvs45
4555
4556         * src/imap.c
4557         * src/imap.h
4558         * src/imap_gtk.c
4559                 Fix preventing renaming with namespace 
4560                 separator.
4561
4562 2006-05-01 [colin]      2.1.1cvs44
4563
4564         * src/action.c
4565                 Don't reload messageview when result of
4566                 action is piped.
4567
4568 2006-04-29 [colin]      2.1.1cvs43
4569
4570         * src/prefs_receive.c
4571         * src/plugins/spamassassin/spamassassin_gtk.c
4572         * src/plugins/clamav/clamav_plugin_gtk.c
4573                 GUI fixes by Pawel
4574
4575 2006-04-29 [colin]      2.1.1cvs42
4576
4577         * src/prefs_compose_writing.c
4578         * src/prefs_quote.c
4579                 Cleanups. Patch by Pawel
4580
4581 2006-04-28 [paul]       2.1.1cvs41
4582
4583         * src/matcher.c
4584                 fix returned quick search results when search
4585                 term contains an underscore.
4586                 Thanks to Colin
4587
4588 2006-04-28 [paul]       2.1.1cvs40
4589
4590         * src/prefs_message.c
4591         * src/prefs_receive.c
4592                 GUI cleanups
4593                 Patches by Pawel Pekala
4594
4595 2006-04-27 [colin]      2.1.1cvs39
4596
4597         * src/wizard.c
4598                 Differentiate subject Welcome from
4599                 window's title Welcome
4600
4601 2006-04-27 [paul]
4602
4603         2.2.0-rc1 released
4604
4605 2006-04-27 [paul]       2.1.1cvs38
4606
4607         * manual/advanced.xml
4608         * manual/fr/advanced.xml
4609                 add info about compose_no_markup hidden pref
4610
4611 2006-04-27 [paul]       2.1.1cvs37
4612
4613         * src/prefs_account.c
4614                 improve privacy labels
4615         * src/prefs_msg_colors.c
4616                 change some strings for translators' convenience
4617         * src/gtk/gtkutils.c
4618                 don't underline the link button text
4619
4620 2006-04-25 [colin]      2.1.1cvs36
4621
4622         * src/folder.c
4623                 Complete 2.1.1cvs33 (once more ;)
4624
4625 2006-04-25 [colin]      2.1.1cvs35
4626
4627         * src/editldap.c
4628                 Fix tooltip
4629
4630 2006-04-25 [cleroy]     2.1.1cvs34
4631
4632         * src/compose.c
4633         * src/gtk/gtkaspell.c
4634                 Fix crash on redirect (related to the return 
4635                 of the aspell menu in compose's toolbar)
4636         * src/prefs_msg_colors.c
4637                 Fix sensitivity widgets
4638         * src/image_viewer.c
4639         * src/gtk/pluginwindow.c
4640         * src/gtk/prefswindow.c
4641                 Change released signals to clicked (Fabien)
4642         * po/POTFILES.in
4643         * src/common/socket.c
4644         * src/plugins/spamassassin/spamassassin.c
4645                 Translate strings (Fabien)
4646
4647 2006-04-25 [paul]       2.1.1cvs33
4648
4649         * src/folder.c
4650         * src/folder.h
4651         * src/folderview.c
4652                 complete the fix of bug #912
4653                 Thanks to Colin
4654
4655 2006-04-25 [colin]      2.1.1cvs32
4656
4657         * src/news.c
4658                 Better progress bar
4659         * src/mimeview.c
4660         * src/summaryview.c
4661         * src/summaryview.h
4662                 Fix focus chain
4663                 Patches by Pawel Pekala
4664
4665 2006-04-24 [colin]      2.1.1cvs31
4666
4667         * src/compose.c
4668                 Fix compilation warnings (Fabien)
4669
4670 2006-04-24 [colin]      2.1.1cvs30
4671
4672         * src/addrindex.c
4673         * src/editldap.c
4674         * src/editldap_basedn.c
4675         * src/editldap_basedn.h
4676         * src/ldapctrl.c
4677         * src/ldapctrl.h
4678         * src/ldapquery.c
4679         * src/ldaputil.c
4680         * src/ldaputil.h
4681                 Fix bug #901 (LDAPS support)
4682
4683 2006-04-24 [colin]      2.1.1cvs29
4684
4685         * src/compose.c
4686                 Fix logic on error with send dialog on
4687         * src/imap.c
4688                 Fix compilation without libetpan, thanks
4689                 to Fabien
4690         * src/summaryview.c
4691                 Fix 'context-menu' key
4692
4693 2006-04-23 [colin]      2.1.1cvs28
4694
4695         * src/folder.c
4696                 Never free current's cache to free up 
4697                 memory. Fixes bug #912 (new count 
4698                 randomly set to message count)
4699
4700 2006-04-23 [colin]      2.1.1cvs27
4701
4702         * src/gtk/quicksearch.c
4703                 And remove printf...
4704
4705 2006-04-23 [colin]      2.1.1cvs26
4706
4707         * src/gtk/quicksearch.c
4708                 Fix replacing in quicksearch, and fix inserting
4709                 in the middle of the string. (introduced at 2.1.0cvs22)
4710
4711 2006-04-23 [colin]      2.1.1cvs25
4712
4713         * src/imap.c
4714                 Make sure uidnext is initialized in get_num_list
4715                 (not for stable, related to 2.1.1cvs8 and friends)
4716
4717 2006-04-23 [colin]      2.1.1cvs24
4718
4719         * src/imap.c
4720                 Output something when login is successful
4721                 too
4722
4723 2006-04-23 [colin]      2.1.1cvs23
4724
4725         * src/etpan/imap-thread.c
4726                 Better logging (line-per-line, hide data in fetch)
4727                 Fix a const warning
4728         * src/gtk/logwindow.c
4729         * src/gtk/logwindow.h
4730                 Better logging (color for input/output)
4731
4732 2006-04-21 [colin]      2.1.1cvs22
4733
4734         * src/gtk/quicksearch.c
4735                 On gtk+-2.8, use stock buttons in quicksearch
4736                 Based on a patch by Fabien and a design by Paul
4737
4738 2006-04-21 [colin]      2.1.1cvs21
4739
4740         * src/folderview.c
4741         * src/mainwindow.c
4742                 Fix occasional flicker in folderview
4743         * src/common/utils.c
4744                 Fix bug #943 (Incorrectly parsed email address 
4745                 list in short headers on message view and in 
4746                 printouts)
4747
4748 2006-04-20 [colin]      2.1.1cvs20
4749
4750         * src/imap.c
4751         * src/imap.h
4752         * src/prefs_account.c
4753                 Add ANONYMOUS auth for IMAP
4754
4755 2006-04-20 [paul]       2.1.1cvs19
4756
4757         * src/main.c
4758                 proper fix for 2.1.1cvs18
4759                 Thanks to Colin
4760
4761 2006-04-20 [paul]       2.1.1cvs18
4762
4763         * src/main.c
4764                 fix build warnings
4765
4766 2006-04-20 [paul]       2.1.1cvs17
4767
4768         * src/gtk/quicksearch.c
4769                 fix standard, non-extended Quick search,
4770                 was broken in 2.1.1cvs15.
4771                 Thanks to Colin.
4772
4773 2006-04-20 [colin]      2.1.1cvs16
4774
4775         * src/prefs_matcher.c
4776                 Fix values when reselecting a ~test
4777                 rule
4778
4779 2006-04-19 [colin]      2.1.1cvs15
4780
4781         * src/compose.c
4782         * src/compose.h
4783         * src/gtk/gtkaspell.c
4784         * src/gtk/gtkaspell.h
4785                 Put back Options menu in Spelling/
4786         * src/gtk/quicksearch.c
4787                 Don't search, and show error, if the
4788                 advanced search has a syntax error
4789
4790 2006-04-18 [colin]      2.1.1cvs14
4791
4792         * src/textview.c
4793                 Fix gdk warnings on set_cursor when textview
4794                 isn't visible
4795
4796 2006-04-18 [colin]      2.1.1cvs13
4797
4798         * src/gtk/gtksctree.c
4799                 Remove seemingly useless refresh that causes
4800                 flicker - watch this commit in case of 
4801                 problems before planned backport to stable
4802
4803 2006-04-18 [colin]      2.1.1cvs12
4804
4805         * src/imap.c
4806                 Factorize get/set_xml code
4807         * src/compose.c
4808         * src/prefs_account.c
4809         * src/prefs_account.h
4810         * src/procmsg.c
4811                 Add Encrypt to self option
4812
4813 2006-04-17 [colin]      2.1.1cvs11
4814
4815         * configure.ac
4816                 Fix search on encrpyt function on dragonfly
4817                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4818
4819 2006-04-17 [colin]      2.1.1cvs10
4820
4821         * src/prefs_account.c
4822                 Be safe by default: remove mails from POP3
4823                 after 7 days, not immediately
4824
4825 2006-04-17 [colin]      2.1.1cvs9
4826
4827         * src/etpan/imap-thread.c
4828                 Fix build on DragonFly - patch by 
4829                 Jonathan Buschmann <jonthn@agmact.com>
4830
4831 2006-04-17 [colin]      2.1.1cvs8
4832
4833         * src/imap.c
4834                 Save uidnext between sessions
4835
4836 2006-04-17 [colin]      2.1.1cvs7
4837
4838         * src/imap.c
4839                 scan is required when uid validity changes
4840
4841 2006-04-17 [colin]      2.1.1cvs6
4842
4843         * src/folderview.c
4844                 Don't scan if not necessary, apart in current
4845                 folder and INBOX to fetch flags.
4846         * src/imap.c
4847                 Scan is necessary if unread count changes
4848
4849 2006-04-17 [colin]      2.1.1cvs5
4850
4851         * src/imap.c
4852                 ...But always fetch ANSWERED and DELETED flags for
4853                 INBOX, as filtering can happen on these flags.
4854
4855 2006-04-17 [colin]      2.1.1cvs4
4856
4857         * src/imap.c
4858                 Don't fetch REPLIED and DELETED flags when synchronising
4859                 flags with a closed folder. We only need UNSEEN and FLAGGED
4860                 to update the folderview.
4861
4862 2006-04-17 [colin]      2.1.1cvs3
4863
4864         * src/imap.c
4865                 Faster flag search when there are new mails 
4866                 in a folder. We can do a full search if the 
4867                 folder contains less messages than the new
4868                 list.
4869
4870 2006-04-17 [colin]      2.1.1cvs2
4871
4872         * po/cs.po
4873         * po/de.po
4874         * po/fr.po
4875         * po/nl.po
4876         * po/pt_BR.po
4877                 Update translations from stable branch
4878
4879 2006-04-17 [colin]      2.1.1cvs1
4880
4881         * configure.ac
4882                 Bump version to follow stable release
4883
4884 2006-04-16 [mones]      2.1.0cvs50
4885
4886         * po/es.po
4887                 Updated for release
4888
4889 2006-04-16 [colin]      2.1.0cvs49
4890
4891         * src/textview.c
4892                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4893                 with gtk < 2.8. Thanks to Fabien Vantard.
4894
4895 2006-04-15 [colin]      2.1.0cvs48
4896
4897         * src/etpan/imap-thread.c
4898                 Fix bug #919 (libetpan: SEGV when connecting 
4899                 using command)
4900
4901 2006-04-14 [colin]      2.1.0cvs47
4902
4903         * src/main.c
4904                 Fix race on --select (should be done better)
4905
4906 2006-04-14 [wwp]        2.1.0cvs46
4907
4908         * src/send_message.c
4909                 enforce a check for domain in account prefs (a sending
4910                 error could be faced if domain was checked but no value set),
4911                 thanks to Colin.
4912
4913 2006-04-14 [colin]      2.1.0cvs45
4914
4915         * src/codeconv.c
4916                 when converting from unknown to unknown, if the
4917                 string is UTF8, don't convert it to the locale
4918                 (which breaks it)
4919
4920 2006-04-14 [colin]      2.1.0cvs44
4921
4922         * src/compose.c
4923                 Don't try to use ASCII for converting headers
4924                 (as done in body)
4925
4926 2006-04-14 [paul]       2.1.0cvs43
4927
4928         * src/crash.c
4929                 add locale/charset info to crash report
4930         * src/gtk/about.c
4931                 add wwp to doc team
4932                 replace 'e-mail' with preferred 'email'
4933         * src/gtk/authors.h
4934                 ensure contributors list is in alphabetical
4935                 order
4936
4937 2006-04-13 [colin]      2.1.0cvs42
4938
4939         * src/textview.c
4940                 Prevent gdk warnings
4941
4942 2006-04-13 [colin]      2.1.0cvs41
4943
4944         * src/common/ssl_certificate.c
4945         * src/common/ssl_certificate.h
4946         * src/gtk/sslcertwindow.c
4947                 Warn on expired certs, and display the expiration date
4948
4949 2006-04-13 [colin]      2.1.0cvs40
4950
4951         * src/plugins/spamassassin/spamassassin_gtk.c
4952                 Fix missing set_text on unix socket
4953
4954 2006-04-13 [wwp]        2.1.0cvs39
4955
4956         * manual/fr/advanced.xml
4957         * manual/fr/glossary.xml
4958                 applied new spam/ham/email lexicon (pourriel, courriel)
4959
4960 2006-04-13 [paul]       2.1.0cvs38
4961
4962         * src/plugins/pgpmime/plugin.c
4963                 remove the mention of S/MIME from the
4964                 description. This is now handled by the
4965                 S/MIME plugin.
4966
4967 2006-04-13 [paul]       2.1.0cvs37
4968
4969         * src/prefs_msg_colors.c
4970                 rework dialog
4971         * src/prefs_folder_item.c
4972         * src/prefs_spelling.c
4973                 add a tooltip to the colour selector buttons
4974
4975 2006-04-13 [wwp]        2.1.0cvs36
4976
4977         * manual/advanced.xml
4978         * manual/glossary.xml
4979         * manual/handling.xml
4980         * manual/keyboard.xml
4981         * manual/plugins.xml
4982         * manual/starting.xml
4983         * manual/fr/account.xml
4984         * manual/fr/ack.xml
4985         * manual/fr/addrbook.xml
4986         * manual/fr/advanced.xml
4987         * manual/fr/faq.xml
4988         * manual/fr/glossary.xml
4989         * manual/fr/gpl.xml
4990         * manual/fr/handling.xml
4991         * manual/fr/intro.xml
4992         * manual/fr/keyboard.xml
4993         * manual/fr/plugins.xml
4994         * manual/fr/starting.xml
4995         * manual/fr/sylpheed-claws-manual.xml
4996                 fixes to the manuals:
4997                  - summaryview -> Message List (same in French)
4998                  - translate key names
4999                  - fix French punctuation, use non-breakable spaces when
5000                    necessary, don't use &thinsp; which is not portable
5001                  - tell what maildir and mbox formats we support
5002
5003 2006-04-12 [wwp]        2.1.0cvs35
5004
5005         * src/prefs_toolbar.c
5006                 unified a replace button more,
5007                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5008
5009 2006-04-12 [wwp]        2.1.0cvs34
5010
5011         * src/prefs_common.c
5012         * src/prefs_msg_colors.c
5013                 make default color labels translatable,
5014                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5015                 thanks to Tim <timbrain@post.cz> for reporting.
5016
5017 2006-04-12 [wwp]        2.1.0cvs33
5018
5019         * manual/glossary.xml
5020         * manual/intro.xml
5021         * manual/plugins.xml
5022         * manual/starting.xml
5023         * manual/sylpheed-claws-manual.xml
5024         * manual/fr/.cvsignore
5025         * manual/fr/account.xml
5026         * manual/fr/ack.xml
5027         * manual/fr/addrbook.xml
5028         * manual/fr/advanced.xml
5029         * manual/fr/faq.xml
5030         * manual/fr/glossary.xml
5031         * manual/fr/handling.xml
5032         * manual/fr/intro.xml
5033         * manual/fr/keyboard.xml
5034         * manual/fr/plugins.xml
5035         * manual/fr/starting.xml
5036         * manual/fr/sylpheed-claws-manual.xml
5037                 various fixes: typos, missing .fr translations, punctuation,
5038                 capitalization, links, accents and some bad French more.
5039
5040 2006-04-12 [wwp]        2.1.0cvs32
5041
5042         * src/prefs_gtk.c
5043                 fix for bug #935: always store prefs files in UTF-8 (thanks
5044                 to Colin).
5045
5046 2006-04-11 [colin]      2.1.0cvs31
5047
5048         * src/compose.c
5049                 Fix inserting files not in utf8 when locale is utf8
5050
5051 2006-04-11 [colin]      2.1.0cvs30
5052
5053         * src/inc.c
5054                 Don't show error dialog when cancelling connection
5055                 Patch by Pawel
5056
5057 2006-04-11 [cleroy]     2.1.0cvs29
5058
5059         * src/compose.c
5060                 Implement multiple quote levels
5061         * src/prefs_common.c
5062                 Change a little bit the quote bgcolor for 2nd level
5063
5064 2006-04-11 [colin]      2.1.0cvs28
5065
5066         * src/gtk/about.c
5067                 Add locale and charset in the label
5068
5069 2006-04-10 [colin]      2.1.0cvs27
5070
5071         * src/compose.c
5072         * src/prefs_common.c
5073         * src/prefs_common.h
5074         * src/prefs_msg_colors.c
5075         * src/textview.c
5076                 Allow optional background color in quotes
5077                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5078                 GTK+-2.8.x feature
5079
5080 2006-04-10 [colin]      2.1.0cvs26
5081
5082         * src/main.c
5083         * src/mainwindow.c
5084         * src/mainwindow.h
5085                 Implement --select
5086
5087 2006-04-10 [colin]      2.1.0cvs25
5088
5089         * manual/plugins.xml
5090         * manual/fr/plugins.xml
5091                 Document libcurl's proxy variables
5092
5093 2006-04-09 [colin]      2.1.0cvs24
5094
5095         * src/prefs_common.c
5096                 gettext() returns statically allocated stuff. We have
5097                 to strdup it in order to be able to free it.
5098
5099 2006-04-09 [colin]      2.1.0cvs23
5100
5101         * AUTHORS
5102         * src/gtk/authors.h
5103                 Add Alexei
5104
5105 2006-04-09 [colin]      2.1.0cvs22
5106
5107         * src/mainwindow.c
5108         * src/gtk/quicksearch.c
5109                 Fix bug #859 (problems with cyrilic input in 
5110                 search panel) - Patch by Alexey Illarionov 
5111                 <littlesavage@rambler.ru>
5112
5113 2006-04-09 [colin]      2.1.0cvs21
5114
5115         * src/prefs_customheader.c
5116                 I prefer removing then freeing rather than the contrary
5117                 (even if it doesn't change anything ;-)
5118         * src/prefs_account.c
5119                 Fix bug #933 (Crash re-entering the custom headers list 
5120                 dialog in accounts prefs)
5121                 The problem happened when cancelling the Account 
5122                 Preferences' dialogs - in which case we didn't do 
5123                 anything to the PrefsAccount * struct. In case of applying,
5124                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5125                 working with in this dialog. The problem is that 
5126                 prefs_customheader.c, working on this tmp_ac_prefs, always
5127                 changes the ->customhdr_list pointer, even when cancelled. 
5128                 So in case of cancelling the prefs_account dialog, we still
5129                 have to update ->customhdr_list in the real account.
5130
5131 2006-04-08 [colin]      2.1.0cvs20
5132
5133         * manual/fr/glossary.xml
5134         * manual/fr/keyboard.xml
5135                 Forgot some headers :)
5136
5137 2006-04-08 [colin]      2.1.0cvs19
5138
5139         * manual/Makefile.am
5140         * manual/fr/Makefile.am
5141         * manual/fr/account.xml
5142         * manual/fr/ack.xml
5143         * manual/fr/addrbook.xml
5144         * manual/fr/advanced.xml
5145         * manual/fr/faq.xml
5146         * manual/fr/glossary.xml
5147         * manual/fr/gpl.xml
5148         * manual/fr/handling.xml
5149         * manual/fr/intro.xml
5150         * manual/fr/keyboard.xml
5151         * manual/fr/plugins.xml
5152         * manual/fr/starting.xml
5153         * manual/fr/sylpheed-claws-manual.xml
5154         * manual/fr/dist/.cvsignore
5155         * manual/fr/dist/Makefile.am
5156         * manual/fr/dist/html/.cvsignore
5157         * manual/fr/dist/html/Makefile.am
5158         * manual/fr/dist/pdf/.cvsignore
5159         * manual/fr/dist/pdf/Makefile.am
5160         * manual/fr/dist/ps/.cvsignore
5161         * manual/fr/dist/ps/Makefile.am
5162         * manual/fr/dist/txt/.cvsignore
5163         * manual/fr/dist/txt/Makefile.am
5164                 Add the french translation of the manual. Thanks to
5165                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5166                 account.xml, ack.xml, addrbook.xml and advanced.xml
5167
5168 2006-04-08 [colin]      2.1.0cvs18
5169
5170         * manual/plugins.xml
5171         * manual/starting.xml
5172                 More fixes
5173
5174 2006-04-07 [colin]      2.1.0cvs17
5175
5176         * manual/faq.xml
5177         * manual/intro.xml
5178         * manual/keyboard.xml
5179                 Little fixes
5180
5181 2006-04-07 [colin]      2.1.0cvs16
5182
5183         * README
5184         * src/compose.c
5185         * src/prefs_common.c
5186         * src/prefs_common.h
5187                 Add hidden compose_no_markup pref
5188
5189 2006-04-07 [wwp]        2.1.0cvs15
5190
5191         * src/summary_search.c
5192         * .cvsignore
5193                 Bugfix: stop button was sticky when searching in an empty folder.
5194                 Applied curly brackets code style to the whole file (summary_search.c).
5195                 More files to ignore.
5196
5197 2006-04-07 [wwp]        2.1.0cvs14
5198
5199         * src/message_search.c
5200         * src/summary_search.c
5201                 changed default button when search bumps at file/folder
5202                 beginning or end, for convenience (thanks to Colin).
5203
5204 2006-04-07 [paul]       2.1.0cvs13
5205
5206         * src/plugins/dillo_viewer/dillo_prefs.c
5207                 avoid future potential for namespace collision
5208                 Patch by Colin
5209
5210 2006-04-06 [wwp]        2.1.0cvs12
5211
5212         * src/summary_search.c
5213                 Unify extended/advanced searches names (and thus factorize labels),
5214                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5215
5216 2006-04-06 [wwp]        2.1.0cvs11
5217
5218         * src/folderview.c
5219         * src/prefs_themes.c
5220         * src/summaryview.c
5221                 Fixed some compilation warnings.
5222
5223 2006-04-06 [colin]      2.1.0cvs10
5224
5225         * manual/advanced.xml
5226                 Document the wizard template and how to deploy
5227                 Sylpheed-Claws effectively
5228
5229 2006-04-06 [colin]      2.1.0cvs9
5230
5231         * src/folderview.c
5232                 gettext patch to tell translators about _("#"),
5233                 by Maxim Britov
5234
5235 2006-04-06 [colin]      2.1.0cvs8
5236
5237         * src/textview.c
5238                 Fix invalid GtkTextBIter after clicking "Display as text"
5239
5240 2006-04-06 [mones]      2.1.0cvs7
5241
5242         * src/addr_compl.c
5243         * src/addrindex.c
5244         * src/addritem.c
5245         * src/codeconv.c
5246         * src/compose.c
5247         * src/filtering.c
5248         * src/folder.c
5249         * src/folder_item_prefs.c
5250         * src/folderview.c
5251         * src/localfolder.c
5252         * src/matcher.c
5253         * src/mimeview.c
5254         * src/prefs_msg_colors.c
5255         * src/prefs_spelling.c
5256         * src/prefs_themes.c
5257         * src/procmime.c
5258         * src/procmsg.c
5259         * src/stock_pixmap.c
5260         * src/summaryview.c
5261         * src/textview.c
5262         * src/toolbar.c
5263         * src/common/mgutils.c
5264         * src/common/prefs.c
5265         * src/common/ssl_certificate.c
5266         * src/gtk/colorlabel.c
5267         * src/gtk/quicksearch.c
5268         * src/plugins/pgpmime/pgpmime.c
5269         * src/plugins/spamassassin/spamassassin.c
5270                 Removed redundant NULL checks for g_free() calls.
5271                 Patch by Pawel Pekala.
5272
5273 2006-04-06 [mones]      2.1.0cvs6
5274
5275         * src/prefs_actions.c
5276         * src/prefs_filtering.c
5277         * src/prefs_filtering_action.c
5278         * src/prefs_matcher.c
5279         * src/prefs_template.c
5280         * src/gtk/gtkutils.c
5281         * src/gtk/gtkutils.h
5282                 Have a nice replace button. Patch by Pawel Pekala
5283
5284 2006-04-06 [colin]      2.1.0cvs5
5285
5286         * src/addressbook.c
5287                 Fix crash with empty columns
5288
5289 2006-04-05 [colin]      2.1.0cvs4
5290
5291         * src/wizard.c
5292         * src/prefs_gtk.c
5293                 Allow wizard customization with pre-filled values
5294
5295 2006-04-05 [colin]      2.1.0cvs3
5296
5297         * src/textview.c
5298         * src/mimeview.c
5299         * src/mimeview.h
5300                 Nicer messages in mimeview
5301
5302 2006-04-05 [colin]      2.1.0cvs2
5303
5304         * src/addressbook.c
5305         * src/prefs_summaries.c
5306                 i18n fix
5307
5308 2006-04-05 [colin]      2.1.0cvs1
5309
5310         * src/plugins/pgpcore/plugin.c
5311         * src/plugins/pgpcore/select-keys.c
5312         * src/plugins/pgpcore/select-keys.h
5313         * src/plugins/pgpcore/sgpgme.c
5314         * src/plugins/pgpcore/sgpgme.h
5315         * src/plugins/pgpinline/pgpinline.c
5316         * src/plugins/pgpinline/plugin.c
5317         * src/plugins/pgpmime/pgpmime.c
5318         * src/plugins/pgpmime/plugin.c
5319                 Factorize and generalize a bit 
5320                 Drop S/MIME signature verification from PGP/MIME
5321                 (adding it as another, more complete plugin)
5322
5323 2006-04-05 [paul]       2.1.0
5324
5325         2.1.0 released
5326
5327 2006-04-05 [paul]       2.0.0cvs186
5328
5329         * manual/advanced.xml
5330                 add info on colour labels
5331
5332 2006-04-05 [paul]       2.0.0cvs185
5333
5334         * po/bg.po
5335         * po/cs.po
5336         * po/de.po
5337         * po/el.po
5338         * po/en_GB.po
5339         * po/fi.po
5340         * po/fr.po
5341         * po/it.po
5342         * po/nl.po
5343         * po/pl.po
5344         * po/pt_BR.po
5345         * po/sr.po
5346         * po/zh_CN.po
5347                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5348                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5349                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5350                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5351         * src/gtk/authors.h
5352         * tools/claws.i18n.status.pl
5353                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5354                 and new Czech translator, Tim <timbrain@post.cz>
5355
5356 2006-04-05 [mones]      2.0.0cvs184
5357
5358         * po/es.po
5359                 Updated translation
5360
5361 2006-04-05 [colin]      2.0.0cvs183
5362
5363         * src/gtk/quicksearch.c
5364                 Fix bug #929 (unnecessary reload in quick search bar)
5365
5366 2006-04-05 [colin]      2.0.0cvs182
5367
5368         * src/compose.c
5369                 Fix crash on Reply with no From:
5370                 Show signature and conversion error on queuing 
5371                 (but not sending)
5372         * src/mainwindow.c
5373         * src/summaryview.c
5374         * src/summaryview.h
5375                 Factorize threading code and make sure msginfo 
5376                 is not null when it comes from a GtkCTreeRow's 
5377                 data
5378         * src/gtk/gtkaspell.c
5379                 Check for necessary things
5380         * src/gtk/gtksctree.c
5381         * src/gtk/gtksctree.h
5382                 Reset anchor if necessary when removing node
5383
5384 2006-03-29 [colin]      2.0.0cvs181
5385
5386         * src/folderview.c
5387                 Warn for disabled IMAP accounts (due to lack of
5388                 libetpan). Breaks string-freeze - sorry - but it
5389                 is kind of important ;)
5390
5391 2006-03-28 [colin]      2.0.0cvs180
5392
5393         * src/gtk/gtkutils.c
5394         * src/gtk/gtkutils.h
5395                 Add a gtkut_get_link_btn() function that
5396                 creates a button which acts like an URI
5397         * src/prefs_themes.c
5398         * src/gtk/about.c
5399                 Use this function (factorizes codes)
5400         * src/common/defs.h
5401         * src/gtk/pluginwindow.c
5402                 Add a "Get more..." in the plugins window
5403
5404 2006-03-28 [colin]      2.0.0cvs179
5405
5406         * src/common/smtp.c
5407         * src/common/passcrypt.c
5408         * src/undo.c
5409                 Warning fixes. Patch by Pawel Pekala
5410
5411 2006-03-27 [colin]      2.0.0cvs178
5412
5413         * src/undo.c
5414                 Fix undoing by blocks with spaces
5415
5416 2006-03-27 [colin]      2.0.0cvs177
5417
5418         * src/textview.c
5419                 Set margin to 3px for headers
5420
5421 2006-03-27 [paul]
5422
5423         2.1.0-rc2 released
5424
5425 2006-03-27 [wwp]        2.0.0cvs176
5426
5427         * src/summaryview.c
5428                 don't reset quicksearch when updating the message list.
5429                 Thanks to Colin.
5430
5431 2006-03-26 [wwp]        2.0.0cvs175
5432
5433         * src/compose.c
5434                 use a unified border width ('other' tab in the compose window,
5435                 patch by Pawel Pekala).
5436
5437
5438 2006-03-26 [wwp]        2.0.0cvs174
5439
5440         * src/common/quoted-printable.c
5441         * src/addressbook.c
5442                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5443
5444 2006-03-26 [colin]      2.0.0cvs173
5445
5446         * src/quote_fmt_parse.y
5447                 Fix non-UTF8 date formats messing up the whole quote a 
5448                 little bit
5449
5450 2006-03-26 [colin]      2.0.0cvs172
5451
5452         * src/procheader.c
5453                 Make sure the date is UTF8 valid, or try to make it
5454                 so. IncrediMail is really IncrediStupid.
5455         * src/compose.c
5456                 Fix possible conversions. 
5457                 
5458
5459 2006-03-26 [colin]      2.0.0cvs171
5460
5461         * src/matcher.c
5462                 Fix corner cases in body search. This is still a
5463                 hack... It seems impossible to make it good and 
5464                 reasonably fast at the same time.
5465
5466 2006-03-26 [colin]      2.0.0cvs170
5467
5468         * src/summaryview.c
5469                 I think I killed the twilight zone bug!
5470                 summary_select_node() flushes GTK events in order
5471                 to be able to center the view. But this also 
5472                 flushes keypresses like Ctrl-Alt-U, so this can
5473                 call summary_show from summary_select_node (itself
5474                 called from summary_show, etc.). And the summaryview
5475                 has to be unlocked in this function. So just locking
5476                 while processing GTK events, and bailing if locked, 
5477                 should fix it.
5478                 Fixes bug #927 (SIGSEGV during Update Summary)
5479
5480 2006-03-25 [colin]      2.0.0cvs169
5481
5482         * src/matcher.c
5483                 Fix search in QP-encoded bodies
5484                 Fix utf-8 searches in bodies encoded in the
5485                 locale's encoding
5486         * src/common/quoted-printable.c
5487         * src/common/quoted-printable.h
5488                 Add a decode function that doesn't overwrite
5489                 the original pointer
5490                 
5491
5492 2006-03-24 [colin]      2.0.0cvs168
5493
5494         * src/action.c
5495         * src/summaryview.c
5496         * src/summaryview.h
5497                 Update message cache after action
5498                 Patch by H. Merijn Brand
5499         * src/prefs_msg_colors.c
5500                 Factorize label 
5501                 Patch by Fabien Vantard
5502         * src/plugins/spamassassin/spamassassin_gtk.c
5503                 Remove useless translation
5504                 Patch by Fabien Vantard
5505
5506 2006-03-23 [colin]      2.0.0cvs167
5507
5508         * src/common/ssl.c
5509                 Let 30 seconds to SSL_connect
5510
5511 2006-03-23 [wwp]        2.0.0cvs166
5512
5513         * src/summaryview.c
5514         * src/gtk/description_window.c
5515                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5516                 and headers are translated; adjust description windows' width to fit their
5517                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5518
5519 2006-03-23 [paul]       2.0.0cvs165
5520
5521         * src/common/utils.c
5522                 fix highlighting of URIs containing "()"
5523                 (2.0.0cvs164's reversal fixed)
5524                 Thanks to Colin.
5525
5526 2006-03-23 [paul]       2.0.0cvs164
5527
5528         * src/common/utils.c
5529                 revert patch, (postponing a fix), at 2.0.0cvs120
5530                 as it breaks more URIs than it fixes.
5531                 Allow '-' to be a terminating character in a URI
5532
5533 2006-03-22 [colin]      2.0.0cvs163
5534
5535         * configure.ac
5536                 Require libetpan 0.45
5537                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5538
5539 2006-03-22 [paul]       2.0.0cvs162
5540
5541         * src/editgroup.c
5542                 replace '<-' and '->' buttons with GTK_STOCK graphical
5543                 buttons
5544         * src/summary_search.c
5545                 don't offer '...' for translation
5546                 add a tooltip to advanced search '...' button
5547         * src/gtk/quicksearch.c
5548                 don't offer '...' for translation
5549
5550 2006-03-21 [colin]      2.0.0cvs161
5551
5552         * src/compose.c
5553                 Fix middle-click pasting (insert at click
5554                 position instead of cursor position, don't
5555                 remove existing selection and allow pasting
5556                 our own selection)
5557         * src/addressbook.c
5558                 "LDAP Server" -> "LDAP servers"
5559
5560 2006-03-21 [wwp]        2.0.0cvs160
5561
5562         * src/etpan/imap-thread.c
5563                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5564
5565 2006-03-20 [colin]      2.0.0cvs159
5566
5567         * src/summaryview.c
5568                 Don't reload summaryview after an execute with no
5569                 move action
5570
5571 2006-03-19 [colin]      2.0.0cvs158
5572
5573         * src/addressbook.c
5574                 and put groups at the top, always
5575
5576 2006-03-19 [colin]      2.0.0cvs157
5577
5578         * src/addressbook.c
5579                 Order groups before names, as previously
5580
5581 2006-03-19 [colin]      2.0.0cvs156
5582
5583         * src/addressbook.c
5584                 - Sort case-unsensitive
5585                 - Put the sort arrow at opening too
5586
5587 2006-03-19 [wwp]        2.0.0cvs155
5588
5589         * src/addressbook.c
5590                 allow sorting by name/email/remarks, ensure that right-pane's contents
5591                 matches the left-pane selection (cleared when appropriate).
5592                 Patch by Pawel Pekala <c0rn@o2.pl>.
5593
5594 2006-03-18 [colin]      2.0.0cvs154
5595
5596         * src/textview.c
5597                 Fix text cursor ;)
5598
5599 2006-03-18 [colin]      2.0.0cvs153
5600
5601         * src/gtk/filesel.c
5602                 Make sure we hide the preview if we didn't get
5603                 a filename
5604
5605 2006-03-18 [colin]      2.0.0cvs152
5606
5607         * src/summaryview.c
5608                 Set cursor to watch for execution (fixes lack
5609                 of watch-cursor when dnd'ing hundreds of mails)
5610         * src/gtk/filesel.c
5611                 Check that mime type is 'image/*' before updating
5612                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5613
5614 2006-03-18 [colin]      2.0.0cvs151
5615
5616         * src/mainwindow.c
5617         * src/textview.c
5618         * src/textview.h
5619                 Put a watch cursor in textview too when the mainwindow's
5620                 cursor in a watch
5621
5622 2006-03-18 [colin]      2.0.0cvs150
5623
5624         * src/folder.c
5625                 Change wrong asserts to simple tests
5626
5627 2006-03-17 [colin]      2.0.0cvs149
5628
5629         * src/mainwindow.c
5630         * src/mainwindow.h
5631         * src/prefs_msg_colors.c
5632         * src/summaryview.c
5633         * src/summaryview.h
5634         * src/gtk/colorlabel.c
5635         * src/gtk/colorlabel.h
5636                 Add a color label menu in the main menubar
5637                 Add (fixed) accels Ctrl-{0-7} to change the color
5638                 They have to be fixed because the menu's dynamic,
5639                 the items are complex widgets, hence we can't use
5640                 a GtkItemFactory.
5641
5642
5643 2006-03-17 [wwp]        2.0.0cvs148
5644
5645         * src/compose.c
5646                 rollback few lines from my previous commit (those lines come from
5647                 a pending patch, accidentally commited, even if neutral as they are
5648                 commented out).
5649
5650 2006-03-17 [wwp]        2.0.0cvs147
5651
5652         * src/compose.c
5653                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5654                 applied code style/indentation to the modified function.
5655
5656 2006-03-17 [wwp]        2.0.0cvs146
5657
5658         * src/procmsg.c
5659         * src/compose.c
5660                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5661
5662 2006-03-17 [paul]
5663
5664         2.1.0-rc1 released
5665
5666 2006-03-17 [paul]       2.0.0cvs145
5667
5668         * src/main.c
5669                 addressbook_read_file() was called twice
5670         * src/textview.c
5671                 X-Mailer highlighting
5672
5673 2006-03-16 [colin]      2.0.0cvs144
5674
5675         * src/sourcewindow.c
5676         * src/sourcewindow.h
5677                 And the last one, in source window.
5678
5679 2006-03-16 [colin]      2.0.0cvs143
5680
5681         * src/compose.c
5682         * src/compose.h
5683                 Fix the same stuff in compose
5684
5685 2006-03-16 [colin]      2.0.0cvs142
5686
5687         * src/messageview.c
5688                 Complete the previous messageview crash fix
5689
5690 2006-03-16 [colin]      2.0.0cvs141
5691
5692         * src/procmsg.h
5693         * src/procmsg.c
5694         * src/folder.c
5695                 Fix POSTPROCESSING hook
5696                 Patch by H. Merijn Brand
5697
5698         * src/procmime.c
5699         * src/procmime.h
5700                 Parse Content-Location
5701
5702         * src/toolbar.c
5703         * src/messageview.c
5704         * src/messageview.h
5705                 Don't crash when a top-level MessageView has
5706                 been closed on us. Same problematic than
5707                 yesterday's quicksearch issue.
5708
5709 2006-03-15 [colin]      2.0.0cvs140
5710
5711         * src/gtk/quicksearch.c
5712                 Fix a bitchy race we didn't think about when we
5713                 added quicksearch cancellation:
5714                 If the search is not on cached fields, for example
5715                 body_part matchcase "stuff"
5716                 the matcher code has to get the whole message. If
5717                 we're on IMAP, that can be slow, and in order to
5718                 be non-blocking, the IMAP code idle loop processes
5719                 gtk events too. So it is possible to cancel a
5720                 quicksearch while the matcher is getting the mail's
5721                 body. After matcher got its body, it will start to
5722                 iterate over the matcher list that the Quicksearch's
5723                 clear_search_cb() just freed via prepare_matcher().
5724                 SIGSEGV ensues.
5725                 The fix consists of guarding the matcherlist_match()
5726                 call with a boolean 'matching'. If we reset the
5727                 quicksearch while matching is TRUE, we don't free
5728                 the matcherlist anymore like we did, but we set
5729                 another new flag, deferred_free, to TRUE. Then,
5730                 in quicksearch_match(), just after returning from
5731                 matcherlist_match() and unsetting the matching flag,
5732                 we check the deferred_free flag and do the
5733                 prepare_matcher() (which does the matcherlist_free)
5734                 for real, so we free the matcherlist once it's not
5735                 used anymore.
5736                 As all of this runs via the glib main loop, we
5737                 luckily don't need a mutex.
5738         * src/summaryview.c
5739                 Also, show progress while searching.
5740
5741
5742 2006-03-14 [colin]      2.0.0cvs139
5743
5744         * src/alertpanel.c
5745                 Make alertpanel_is_open non-static
5746
5747 2006-03-14 [colin]      2.0.0cvs138
5748
5749         * src/prefs_spelling.c
5750                 Cleanups - Fabien Vantard
5751
5752 2006-03-14 [wwp]        2.0.0cvs137
5753
5754         * src/main.c
5755                 code style normalization (curly braces, indentation).
5756
5757 2006-03-14 [wwp]        2.0.0cvs137
5758
5759         * src/main.c
5760                 code style (braces, indentation)
5761
5762 2006-03-12 [paul]       2.0.0cvs136
5763
5764         * src/prefs_common.c
5765                 trans_hdr defaults to FALSE to be RFC-savvy
5766         * src/prefs_summaries.c
5767                 add a tooltip to the trans_hdr option
5768                 
5769
5770 2006-03-12 [paul]       2.0.0cvs135
5771
5772         * src/prefs_matcher.c
5773                 give a little more width to the combos
5774         * src/prefs_display_header.c
5775         * src/textview.c
5776                 translate headers if prefs_common.trans_hdr
5777                 is TRUE
5778
5779         Patches by Pawel Pekala
5780
5781 2006-03-12 [paul]       2.0.0cvs134
5782
5783         * src/plugins/clamav/clamav_plugin.c
5784         * src/plugins/dillo_viewer/dillo_viewer.c
5785         * src/plugins/pgpcore/plugin.c
5786         * src/plugins/pgpinline/plugin.c
5787         * src/plugins/pgpmime/plugin.c
5788         * src/plugins/spamassassin/spamassassin.c
5789                 update/add to descriptions
5790         * src/plugins/spamassassin/spamassassin_gtk.c
5791                 fixes to the english, remove superfluous
5792                 tooltips, clean up a little
5793
5794 2006-03-12 [paul]       2.0.0cvs133
5795
5796         * src/compose.c
5797                 fix Bug 924, 'Account combo box shows up wrong 
5798                 if & is in account name'
5799
5800 2006-03-11 [colin]      2.0.0cvs132
5801
5802         * src/summaryview.c
5803                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5804                 messed up shift-selection because is slows down
5805                 moving around summaryview. thanks -users
5806
5807 2006-03-10 [colin]      2.0.0cvs131
5808
5809         * src/plugins/spamassassin/spamassassin_gtk.c
5810                 Put back Paul's engrish fixes
5811
5812 2006-03-10 [colin]      2.0.0cvs130
5813
5814         * src/plugins/spamassassin/spamassassin.c
5815         * src/plugins/spamassassin/spamassassin.h
5816         * src/plugins/spamassassin/spamassassin_gtk.c
5817                 Cleanup SA prefs page (more)
5818                 Patch by Fabien Vantard
5819
5820 2006-03-10 [paul]       2.0.0cvs129
5821
5822         * src/prefs_msg_colors.c
5823         * src/prefs_spelling.c
5824                 widget sensitivity
5825
5826 2006-03-09 [mones]      2.0.0cvs128
5827
5828         * po/es.po
5829                 Update for next RC
5830
5831 2006-03-09 [wwp]        2.0.0cvs127
5832
5833         * configure.ac
5834                 revert accidental commit (requirement for libetpan 0.43), this time
5835                 not in HEAD.
5836
5837 2006-03-09 [wwp]        2.0.0cvs125
5838
5839         * configure.ac
5840                 revert accidental commit (requirement for libetpan 0.43)
5841
5842 2006-03-09 [paul]       2.0.0cvs126
5843
5844         * src/prefs_receive.c
5845                 remove useless frame
5846                 replace 'incorporation' with 'receiving'
5847         * src/plugins/clamav/clamav_plugin_gtk.c
5848         * src/plugins/spamassassin/spamassassin_gtk.c
5849                 improve widget sensitivity
5850                 fix a bit his engrish
5851
5852 2006-03-09 [wwp]        2.0.0cvs125
5853
5854         * src/addressadd.c
5855         * src/foldersel.c
5856         * src/prefs_common.c
5857         * src/prefs_common.h
5858                 remember some more windows' sizes (add to addressbook and
5859                 select folder).
5860
5861 2006-03-09 [paul]       2.0.0cvs124
5862
5863         * src/plugins/pgpcore/prefs_gpg.c
5864                 normalise construction of dialogue
5865
5866 2006-03-09 [paul]       2.0.0cvs123
5867
5868         * src/plugins/trayicon/Makefile.am
5869                 add missing slash
5870
5871 2006-03-08 [colin]      2.0.0cvs122
5872
5873         * src/plugins/trayicon/Makefile.am
5874                 Fix build in separate dir 
5875                 Patch by Bamanzi <bamanzi@gmail.com>
5876
5877 2006-03-08 [colin]      2.0.0cvs121
5878
5879         * src/procmsg.c
5880                 Batch move and copies from summaryview with delayed execution
5881                 too
5882
5883 2006-03-07 [paul]       2.0.0cvs120
5884
5885         * src/common/utils.c
5886                 fix highlighting of URIs containing "()"
5887                 Patch by Pawel Pekala
5888
5889 2006-03-07 [paul]       2.0.0cvs119
5890
5891         * src/folder.c
5892         * src/folder.h
5893         * src/folderview.c
5894                 immediately do alphabetical resort when
5895                 changing a folder's name
5896                 Patch by Pawel Pekala
5897
5898 2006-03-07 [paul]       2.0.0cvs118
5899
5900         * src/news.c
5901         * src/news_gtk.c
5902                 when unsubscribing a newsgroup, remove the
5903                 folder and msgs in .sylpheed-claws/newscache
5904                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5905
5906 2006-03-07 [paul]       2.0.0cvs117
5907
5908         * src/textview.c
5909                 fix wrong Fake URL Warning
5910                 Thanks to Hiro
5911
5912 2006-03-07 [colin]      2.0.0cvs116
5913
5914         * src/imap.c
5915                 Return immediately when password dialog was
5916                 cancelled
5917         * src/gtk/inputdialog.c
5918                 Allow empty strings for passwords
5919
5920
5921 2006-03-06 [colin]      2.0.0cvs115
5922
5923         * src/imap.c
5924                 Prevent double-timeouts when connection fails
5925
5926 2006-03-06 [colin]
5927
5928         2.0.1-rc1 released
5929
5930 2006-03-06 [colin]      2.0.0cvs114
5931
5932         * src/imap.c
5933                 Refresh session during potentially long
5934                 operations
5935
5936 2006-03-06 [wwp]        2.0.0cvs113
5937
5938         * src/prefs_msg_colors.h
5939                 forgot that one (custom color labels).
5940
5941 2006-03-06 [wwp]        2.0.0cvs112
5942
5943         * src/prefs_common.c
5944         * src/prefs_common.h
5945         * src/prefs_msg_colors.c
5946         * src/summaryview.c
5947         * src/summaryview.h
5948         * src/gtk/colorlabel.c
5949         * src/gtk/colorlabel.h
5950                 colors in messages list are now customizable. Color values and names can
5951                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5952                 Thanks to Paul and Colin for their help with this longstanding patch!
5953
5954 2006-03-06 [wwp]        2.0.0cvs111
5955
5956         * src/textview.c
5957                 don't crash if (x)face is bad.
5958
5959 2006-03-05 [paul]       2.0.0cvs110
5960
5961         * AUTHORS
5962         * configure.ac
5963         * src/Makefile.am
5964         * src/common/Makefile.am
5965         * src/common/utils.h
5966         * src/etpan/imap-thread.c
5967         * src/gtk/authors.h
5968         * src/plugins/clamav/Makefile.am
5969         * src/plugins/demo/Makefile.am
5970         * src/plugins/dillo_viewer/Makefile.am
5971         * src/plugins/pgpcore/Makefile.am
5972         * src/plugins/pgpcore/passphrase.c
5973         * src/plugins/pgpinline/Makefile.am
5974         * src/plugins/pgpmime/Makefile.am
5975         * src/plugins/spamassassin/Makefile.am
5976         * src/plugins/trayicon/Makefile.am
5977                 fix builiding on cygwin
5978                 Patch by Ralgh Young <bamanzi@gmail.com>
5979
5980 2006-03-04 [wwp]        2.0.0cvs109
5981
5982         * manual/keyboard.xml
5983                 fix mixed up/down keys.
5984
5985 2006-03-04 [wwp]        2.0.0cvs108
5986
5987         * README
5988         * INSTALL
5989                 updated links to SpamAssassin.
5990
5991 2006-03-04 [wwp]        2.0.0cvs107
5992
5993         * manual/plugins.xml
5994         * src/plugins/spamassassin/README
5995                 updated SpamAssassin plugin docs to reflect new functional additions
5996                 (also fix/update/documents few technical stuff more, see the README).
5997
5998 2006-03-04 [wwp]        2.0.0cvs106
5999
6000         * src/prefs_message.c
6001                 normalized capitalization of message-prefs paths.
6002
6003 2006-03-04 [wwp]        2.0.0cvs105
6004
6005         * manual/advanced.xml
6006                 typo.
6007
6008 2006-03-03 [colin]      2.0.0cvs104
6009
6010         * src/plugins/clamav/clamav_plugin_gtk.c
6011                 Rework prefs page, patch by Fabien 
6012
6013 2006-03-03 [colin]      2.0.0cvs103
6014
6015         * src/plugins/clamav/clamav_plugin.c
6016                 Set error on all errors
6017
6018 2006-03-03 [colin]      2.0.0cvs102
6019
6020         * src/common/plugin.c
6021                 Initialize error to avoid crashing when a plugin fails
6022                 without setting error
6023
6024 2006-03-02 [wwp]        2.0.0cvs101
6025
6026         * configure.ac
6027                 fixed linker flags for libetpan support on Cygwin
6028                 (thanks to H.Merijn Brand).
6029
6030 2006-03-02 [wwp]        2.0.0cvs100
6031
6032         * src/addressbook.c
6033                 fix some AB error messages: one for punctuation and
6034                 one wrongly duplicate (thanks, maxbritov).
6035
6036 2006-03-02 [wwp]        2.0.0cvs99
6037
6038         * src/plugins/spamassassin/spamassassin.c
6039                 make sync calls to sa-learn/spamc to prevent
6040                 system (whatever local or client/server) overload.
6041
6042 2006-03-02 [colin]      2.0.0cvs98
6043
6044         * src/summaryview.c
6045                 Put the spam icon in the status column instead of the
6046                 mark one
6047
6048 2006-03-01 [colin]      2.0.0cvs97
6049
6050         * src/plugins/spamassassin/spamassassin.c
6051                 Fix segfault (g_file_set_contents fails for some 
6052                 reason and err==0x2f. Can't find out why with
6053                 valgrind, using working function :-)
6054
6055 2006-03-01 [colin]      2.0.0cvs96
6056
6057         * src/inc.c
6058                 Offline overriding: let 'No' be cached only 3 seconds
6059
6060 2006-03-01 [colin]      2.0.0cvs95
6061
6062         * src/addr_compl.c
6063         * src/addrbook.c
6064         * src/addressbook.c
6065         * src/addrindex.c
6066         * src/folder_item_prefs.c
6067         * src/headerview.c
6068         * src/imap.c
6069         * src/inc.c
6070         * src/ldif.c
6071         * src/mainwindow.c
6072         * src/mh.c
6073         * src/msgcache.c
6074         * src/prefs_common.h
6075         * src/prefs_msg_colors.c
6076         * src/procheader.c
6077         * src/procheader.h
6078         * src/procmime.c
6079         * src/procmsg.c
6080         * src/procmsg.h
6081         * src/send_message.h
6082         * src/simple-gettext.c
6083         * src/summaryview.c
6084         * src/summaryview.h
6085         * src/syldap.c
6086         * src/textview.c
6087         * src/undo.c
6088         * src/common/ssl_certificate.c
6089         * src/common/utils.c
6090         * src/gtk/colorsel.c
6091         * src/gtk/gtksctree.c
6092         * src/gtk/gtkshruler.c
6093         * src/plugins/trayicon/trayicon.c
6094                 #if 0 goes to /dev/null
6095
6096 2006-03-01 [colin]      2.0.0cvs94
6097
6098         * src/compose.c
6099         * src/imap.c
6100         * src/inc.c
6101         * src/inc.h
6102         * src/messageview.c
6103         * src/news.c
6104         * src/plugins/spamassassin/spamassassin.c
6105                 Allow to add information in the "working offline"
6106                 window
6107
6108 2006-03-01 [wwp]        2.0.0cvs93
6109
6110         * src/plugins/spamassassin/spamassassin.c
6111                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6112                 'cause it seems that calling `spamc ... < inputfile` with
6113                 g_spawn_(a)sync simply.. erm doesn't work :-).
6114
6115 2006-03-01 [wwp]        2.0.0cvs92
6116
6117         * src/toolbar.c
6118         * src/toolbar.h
6119                 simplify the adding of spam/ham button to the messageview toolbar
6120                 (it gets more clear now that the same button will be "Mark as spam"
6121                 or "Mark as ham" according to the current message status,
6122                 thanks to Colin).
6123
6124 2006-03-01 [wwp]        2.0.0cvs91
6125
6126         * src/messageview.c
6127         * src/procmsg.c
6128         * src/procmsg.h
6129         * src/summaryview.c
6130         * src/plugins/spamassassin/spamassassin.c
6131         * src/plugins/spamassassin/spamassassin.h
6132                 make learner callbacks return a status (0 for ok),
6133                 handle it in main code to avoid setting flags when learning failed,
6134                 don't learn on TCP if offline in spamassassin,
6135                 thanks to Colin.
6136
6137                 
6138
6139 2006-03-01 [wwp]        2.0.0cvs90
6140
6141         * src/compose.c
6142                 some work around the compose window's account menu,
6143                 patch by Fabien Vantard.
6144
6145 2006-03-01 [wwp]        2.0.0cvs89
6146
6147         * src/plugins/spamassassin/spamassassin.c
6148                 fixed bad logics, was using spamc in local mode and sa-learn
6149                 in remote mode (thanks, Colin).
6150
6151 2006-03-01 [wwp]        2.0.0cvs88
6152
6153         * src/plugins/spamassassin/spamassassin.c
6154         * src/plugins/spamassassin/spamassassin.h
6155         * src/plugins/spamassassin/spamassassin_gtk.c
6156                 made processing of emails w/ sa-plugin an option (default is TRUE),
6157                 fixed Engrish some tooltips, capitalization of some debug messages
6158                 and warnings. The spamassassin plugin now provides two separate
6159                 services: process emails upon incorporation and spamd training.
6160                 Both services (un)register independently but use some common
6161                 plugin settings (transport settings, spam storage location).
6162
6163 2006-02-28 [wwp]        2.0.0cvs87
6164
6165         * src/plugins/spamassassin/spamassassin.c
6166                 fix async flag to spamc cmdline execution (batch exec should
6167                 be asynchronous).
6168
6169 2006-02-27 [wwp]        2.0.0cvs86
6170
6171         * src/plugins/spamassassin/spamassassin.c
6172         * src/plugins/spamassassin/spamassassin.h
6173         * src/plugins/spamassassin/spamassassin_gtk.c
6174                 - added the ability to learn a remote spamassassin server (spamd),
6175                 using spamc.
6176                 - added the spamassassin option 'username', that applies to all
6177                 spamassassin operations (filtering, learning, local or remote).
6178                 The default username is the current unix user (if left blank
6179                 from gtk prefs or config file).
6180                 - commented out some unused code (notebook widget), removed unused
6181                 layout (hbox1).
6182                 - make more widgets sensitive to the transport type.
6183
6184 2006-02-27 [colin]      2.0.0cvs85
6185
6186         * src/plugins/spamassassin/spamassassin.c
6187                 Fix sa-learn call when offline
6188
6189 2006-02-27 [colin]      2.0.0cvs84
6190
6191         * configure.ac
6192         * src/Makefile.am
6193         * src/mainwindow.c
6194         * src/mainwindow.h
6195         * src/messageview.c
6196         * src/messageview.h
6197         * src/prefs_toolbar.c
6198         * src/procmsg.c
6199         * src/stock_pixmap.c
6200         * src/stock_pixmap.h
6201         * src/summaryview.c
6202         * src/toolbar.c
6203         * src/toolbar.h
6204         * src/pixmaps/ham_btn.xpm
6205         * src/pixmaps/spam.xpm
6206         * src/pixmaps/spam_btn.xpm
6207         * src/plugins/spamassassin/spamassassin.c
6208                 Add button in toolbar for spam learning
6209                 Fix a few bugs from the last related commit
6210                 Revert 1.9.6cvs23 which messed up shift-selection
6211
6212 2006-02-24 [colin]      2.0.0cvs83
6213
6214         * src/procmsg.c
6215         * src/summaryview.c
6216         * src/summaryview.h
6217         * src/plugins/spamassassin/spamassassin.c
6218         * src/plugins/spamassassin/spamassassin.h
6219         * src/plugins/spamassassin/spamassassin_gtk.c
6220                 Unregister learner when spamassassin is either
6221                 disabled or over tcp
6222
6223 2006-02-24 [colin]      2.0.0cvs82
6224
6225         * src/Makefile.am
6226         * src/mainwindow.c
6227         * src/mainwindow.h
6228         * src/procmsg.c
6229         * src/procmsg.h
6230         * src/stock_pixmap.c
6231         * src/stock_pixmap.h
6232         * src/summaryview.c
6233         * src/summaryview.h
6234         * src/gtk/icon_legend.c
6235         * src/pixmaps/spam.xpm  ** NEW FILE **
6236         * src/plugins/spamassassin/spamassassin.c
6237         * src/plugins/spamassassin/spamassassin_gtk.c
6238                 Add spam learning interface (Mark/Mark as 
6239                 (spam|ham) menus)
6240
6241 2006-02-24 [wwp]        2.0.0cvs81
6242
6243         * src/compose.c
6244         * src/compose.h
6245         * src/filtering.c
6246                 hide compose window when sending message in batch mode
6247                 (filtering: forward and redirect). Also fixed a wrong
6248                 value returned when sending failed, neutral anyway.
6249                 (Colin, me) 
6250
6251 2006-02-24 [wwp]        2.0.0cvs80
6252
6253         * src/mainwindow.c
6254                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6255
6256 2006-02-24 [paul]       2.0.0cvs79
6257
6258         * src/news.c
6259         * src/news.h
6260         * src/news_gtk.c
6261                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6262                 Thanks to Colin
6263
6264 2006-02-23 [colin]      2.0.0cvs78
6265
6266         * src/alertpanel.c
6267                 Change OK to Close in alertpanel with View log
6268                 button; add accel to View log. Patch by Fabien
6269                 Vantard
6270
6271 2006-02-23 [wwp]        2.0.0cvs77
6272
6273         * src/compose.c
6274                 silly me, there were much more tests to perform, since toolbars can
6275                 really have down to 1 element only.
6276
6277 2006-02-23 [wwp]        2.0.0cvs76
6278
6279         * commitHelper
6280                 fixed indentation from my previous commit. Fallback to VISUAL if
6281                 EDITOR is not set (and to vi, at last resort).
6282
6283 2006-02-23 [wwp]        2.0.0cvs75
6284
6285         * commitHelper
6286                 improved error detection (Colin, me).
6287
6288 2006-02-23 [wwp]        2.0.0cvs74
6289
6290         * src/prefs_toolbar.c
6291                 simplify and fix prefs/toolbars layouting. Combos' contents can
6292                 now be really displayed.
6293
6294 2006-02-23 [wwp]        2.0.0cvs73
6295         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6296         be really displayed.
6297
6298 2006-02-22 [wwp]        2.0.0cvs72
6299
6300         * src/compose.c
6301                 fix a typo in my previous commit (sorry!).
6302
6303 2006-02-22 [wwp]        2.0.0cvs71
6304
6305         * src/prefs_toolbar.c
6306                 fix a crash when adding separators to toolbars,
6307                 also fix some separator item information.
6308
6309 2006-02-22 [wwp]        2.0.0cvs70
6310
6311         * src/compose.c
6312                 fix a crash when redirecting (for instance) when compose window's
6313                 toolbar contents has been customized (when some buttons have been
6314                 removed in fact).
6315
6316 2006-02-21 [wwp]        2.0.0cvs69
6317
6318         * src/summaryview.c
6319         * src/gtk/pluginwindow.c
6320         * src/plugins/pgpcore/prefs_gpg.c
6321                 fix some compilation warnings (feat. remains of removed code).
6322
6323 2006-02-21 [wwp]        2.0.0cvs68
6324
6325         * src/gtk/gtkutils.c
6326                 fix two compilation issues, thanks to Stephan Sachse.
6327
6328 2006-02-20 [colin]      2.0.0cvs67
6329
6330         * src/mainwindow.c
6331                 Don't reselect displayed mail on refocus
6332                 This fixes actions misbehaving 
6333
6334 2006-02-20 [wwp]        2.0.0cvs66
6335
6336         * src/summaryview.c
6337         * src/gtk/gtksctree.c
6338         * src/gtk/gtkshruler.c
6339                 changed more runtime typecast checks.
6340
6341 2006-02-20 [wwp]        2.0.0cvs65
6342
6343         * src/summary_search.c
6344                 find all - summaryview refresh issue fixed, thanks to Colin.
6345
6346 2006-02-20 [wwp]        2.0.0cvs64
6347
6348         * src/gtk/gtkutils.c
6349                 better runtime typecast checks.
6350
6351 2006-02-20 [wwp]        2.0.0cvs63
6352
6353         * src/summary_search.c
6354                 enhancements to the summary search:
6355                         - add the ability to stop the running search
6356                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6357                         - don't search if no criteria (From/To/Subject/Body) is set
6358                         - ensure that a busy mouse pointer is always shown when searching,
6359                           show it even a bit earlier
6360
6361 2006-02-19 [colin]      2.0.0cvs62
6362
6363         * src/compose.c
6364         * src/imap.c
6365         * src/etpan/imap-thread.c
6366         * src/etpan/imap-thread.h
6367                 (Future) IMAP speed improvement on sending
6368                 Will require a libetpan update
6369         * src/summaryview.c
6370         * src/gtk/quicksearch.c
6371                 Make quicksearch clearable while running.
6372
6373 2006-02-17 [colin]      2.0.0cvs61
6374
6375         * src/imap.c
6376         * src/etpan/imap-thread.c
6377         * src/etpan/imap-thread.h
6378                 Check for IMAP certificates
6379                 ** Requires libetpan-0.42-cvs4 
6380                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6381
6382 2006-02-17 [colin]      2.0.0cvs60
6383
6384         * src/messageview.c
6385         * src/prefs_common.c
6386         * src/prefs_common.h
6387         * src/prefs_message.c
6388                 Add pref to display HTML-only mails with plugin, 
6389                 if possible (defaulting to FALSE of course).
6390
6391 2006-02-16 [colin]      2.0.0cvs59
6392
6393         * src/main.c
6394         * src/common/plugin.c
6395         * src/common/plugin.h
6396         * src/gtk/pluginwindow.c
6397                 Keep track of requested (but unloaded) plugins
6398                 in some error cases.
6399
6400 2006-02-16 [wwp]        2.0.0cvs58
6401
6402         * src/gtk/gtkaspell.c
6403         * src/gtk/gtkaspell.h
6404         * src/prefs_spelling.c
6405         * src/compose.c
6406         * src/prefs_common.c
6407         * src/prefs_common.h
6408                 implemented new optional spellchecker behaviour: re-check message when
6409                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6410
6411 2006-02-16 [wwp]        2.0.0cvs57
6412
6413         * src/quote_fmt_parse.y
6414                 pclose popen'ed pipe.
6415
6416 2006-02-15 [colin]      2.0.0cvs56
6417
6418         * src/mimeview.c
6419         * src/mimeview.h
6420                 Let MimeViewers know which MimeView they
6421                 depend of.
6422         * src/summaryview.c
6423                 Swap From/To columns in Sent/Queue/Drafts
6424                 folders
6425         * src/etpan/imap-thread.c
6426                 Use mailstream_low_tls_open() for STARTTLS
6427                 instead of mailstream_low_ssl_open()
6428                 ** REQUIRES libetpan 0.42cvs3 **
6429
6430 2006-02-15 [wwp]        2.0.0cvs55
6431
6432         * src/compose.c
6433         * src/compose.h
6434         * src/message_search.c
6435         * src/message_search.h
6436         * src/textview.c
6437         * src/gtk/gtkutils.c
6438         * src/gtk/gtkutils.h
6439                 added the ability to Find text in the compose window (and a bit
6440                 of code factorization).
6441
6442 2006-02-15 [wwp]        2.0.0cvs54
6443
6444         * src/prefs_gtk.c
6445                 yet another one file was missing (fix for some widgets' sensitivity).
6446                 Thanks Colin!
6447
6448 2006-02-15 [wwp]        2.0.0cvs53
6449
6450         * src/prefs_gtk.h
6451                 oops forgot that file (fix for some widgets' sensitivity).
6452
6453 2006-02-15 [wwp]        2.0.0cvs52
6454
6455         * src/summary_search.c
6456                 implemented advanced summary search options (added the ability
6457                 to use matcher conditions in an advanced search mode).
6458
6459 2006-02-15 [wwp]        2.0.0cvs51
6460
6461         * src/plugins/pgpcore/prefs_gpg.c
6462         * src/prefs_account.c
6463                 fix some widget sensitivity, mostly around some labels in
6464                 account prefs.
6465
6466 2006-02-15 [paul]       2.0.0cvs50
6467
6468         * manual/advanced.xml
6469                 improve Templates info
6470                 written by wwp
6471
6472 2006-02-14 [colin]      2.0.0cvs49
6473
6474         * src/pixmaps/address_book.xpm
6475         * src/pixmaps/preferences.xpm
6476         * src/pixmaps/properties.xpm
6477                 Fix pixmap size - patch by Fabien Vantard
6478
6479 2006-02-13 [colin]      2.0.0cvs48
6480
6481         * src/procmime.c
6482                 Add missing fclose()s on error
6483         * src/textview.c
6484                 Remove unused code
6485         * src/common/utils.c
6486                 Fix temp files not being deleted on windows
6487         Patches by Thomas Gilgin
6488
6489 2006-02-13 [colin]      2.0.0cvs47
6490
6491         * src/mainwindow.c
6492                 Fix exit crash
6493
6494 2006-02-13 [wwp]        2.0.0cvs46
6495
6496         * src/plugins/pgpcore/prefs_gpg.c
6497                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6498
6499 2006-02-12 [colin]      2.0.0cvs45
6500
6501         * src/folderview.c
6502         * src/main.c
6503         * src/mainwindow.c
6504                 Fix "stuff" when quitting
6505
6506 2006-02-12 [wwp]        2.0.0cvs44
6507
6508         * src/prefs_themes.c
6509                 fix typos in debug messages.
6510
6511 2006-02-11 [colin]      2.0.0cvs43
6512
6513         * src/summaryview.c
6514                 don't allow drag/drop from ourself
6515
6516 2006-02-10 [wwp]        2.0.0cvs42
6517
6518         * src/exporthtml.c
6519         * src/html.c
6520         * src/html.h
6521         * src/procmime.c
6522         * src/textview.c
6523                 renamed html_ prefixed functions and data structures to avoid
6524                 namespace clashes w/ other software (gtkhtml2 for instance).
6525                 Closes bug #907.
6526
6527
6528 2006-02-09 [colin]      2.0.0cvs41
6529
6530         * src/summaryview.c
6531                 Fix shitty logic messed up. Thanks Ticho for the hint!
6532
6533 2006-02-09 [wwp]        2.0.0cvs40
6534
6535         * src/gtk/about.c
6536         * src/compose.c
6537         * src/prefs_account.c
6538         * src/prefs_gtk.h
6539         * src/editaddress.c
6540                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6541                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6542                 Browse buttons in accounts prefs.
6543
6544 2006-02-09 [colin]      2.0.0cvs39
6545
6546         * src/matcher.c
6547                 Check for pointer before using its members
6548         * src/gtk/gtksourceprintjob.c
6549                 Fix a wrong warning
6550
6551 2006-02-09 [wwp]        2.0.0cvs38
6552
6553         * src/gtk/filesel.c
6554                 fix few compiler warnings (type mismatch).
6555
6556 2006-02-09 [paul]       2.0.0cvs37
6557
6558         * po/fr.po
6559                 updated by Fabien Vantard
6560
6561 2006-02-08 [colin]      2.0.0cvs36
6562
6563         * src/prefs_common.c
6564         * src/common/defs.h
6565         * src/common/plugin.c
6566                 allow windows and linux configurations to coexist
6567                 patch by Thomas Gilgin
6568
6569 2006-02-08 [colin]      2.0.0cvs35
6570
6571         * src/filtering.c
6572         * src/matcher.c
6573         * src/matcher.h
6574         * src/matcher_parser_parse.y
6575         * src/prefs_filtering_action.c
6576         * src/prefs_matcher.c
6577                 Add the "Ignore thread" filtering
6578                 action
6579
6580 2006-02-08 [colin]      2.0.0cvs34
6581
6582         * src/compose.c
6583         * src/procmime.c
6584         * src/procmime.h
6585                 Fix bug #905 (damaged attachment)
6586                 text files with raw \0's aren't really text files
6587         FOR_STABLE
6588
6589 2006-02-08 [colin]      2.0.0cvs33
6590
6591         * src/summaryview.c
6592                 Fix crasher introduced yesterday
6593
6594 2006-02-08 [wwp]        2.0.0cvs32
6595
6596         * src/compose.c
6597         * src/compose.h
6598                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6599
6600 2006-02-08 [wwp]        2.0.0cvs31
6601
6602         * src/prefs_template.c
6603                 templates enhancement: allow address completion for Cc and Bcc fields
6604                 (it was currently possible for the To field only)
6605
6606 2006-02-08 [colin]      2.0.0cvs30
6607
6608         * src/compose.c
6609                 Don't unblock if not blocked
6610         FOR_STABLE
6611
6612 2006-02-07 [colin]      2.0.0cvs29
6613
6614         * src/action.c
6615                 Forgot to refresh summaryview
6616
6617 2006-02-07 [colin]      2.0.0cvs28
6618
6619         * src/action.c
6620                 Freeze/thaw message list and folder list while
6621                 processing %as{} actions 
6622         * src/compose.c
6623                 Fix auto-wrap disabling after a middle-click
6624                 paste - FOR_STABLE
6625
6626 2006-02-07 [paul]       2.0.0cvs27
6627
6628         * src/folder.c
6629                 fix freeing of uninitialised pointers
6630                 Thanks to Colin
6631
6632 2006-02-06 [colin]      2.0.0cvs26
6633
6634         * src/folder.c
6635                 Use g_slist_prepend in potentially big list
6636
6637 2006-02-06 [colin]      2.0.0cvs25
6638
6639         * src/folder.c
6640                 Completely skip processing if it doesn't 
6641                 exist (faster!)
6642
6643 2006-02-06 [colin]      2.0.0cvs24
6644
6645         * src/folder.c
6646         * src/summaryview.c
6647                 Batch filtering in summaryview (from Tools menu)
6648                 and pre/post//-processing too
6649
6650 2006-02-06 [colin]      2.0.0cvs23
6651
6652         * src/procmsg.h
6653         * src/filtering.c
6654                 Use a special field for batch filtering instead
6655                 of stepping on deferred execution's toes
6656
6657 2006-02-06 [colin]      2.0.0cvs22
6658
6659         * src/action.c
6660         * src/filtering.c
6661         * src/filtering.h
6662         * src/folder.c
6663         * src/summaryview.c
6664                 Fix filtering via menus and actions
6665
6666 2006-02-06 [colin]      2.0.0cvs21
6667
6668         * src/imap.c
6669                 Put the added file directly to cache if possible (will work
6670                 with next libetpan)
6671         * src/filtering.c
6672         * src/filtering.h
6673         * src/inc.c
6674         * src/folder.c
6675         * src/mbox.c
6676         * src/procmsg.h
6677                 Move and copy filtered messages by batches instead of one
6678                 by one - faster on IMAP
6679         * src/procmsg.c
6680                 Add a function that'll possibly be useful later
6681
6682 2006-02-06 [colin]      2.0.0cvs20
6683
6684         * src/addressbook.c
6685                 Use internal mime-type instead of text/plain for d'n'd
6686         * src/compose.c
6687                 Allow attaching files from mimeview's icon list via d'n'd
6688         * src/folderview.c
6689         * src/folderview.h
6690                 Use internal mime-type instead of text/plain for d'n'd
6691                 Don't try to selected opened folder if none is
6692                 Factorize d'n'd from other apps code
6693         * src/headerview.c
6694         * src/textview.c
6695         * src/gtk/gtkutils.c
6696         * src/gtk/gtkutils.h
6697                 Factorize Face/X-Face stuff
6698         * src/mimeview.c
6699                 Fix d'n'd to other apps
6700         * src/prefs_message.c
6701                 Let the XFace pref be usable without libcompface as it also
6702                 applies to Face
6703         * src/summaryview.c
6704                 Fix d'n'd to other apps
6705                 Factorize d'n'd from other apps code
6706
6707 2006-02-06 [wwp]        2.0.0cvs19
6708
6709         * po/it.po
6710                 Italian translation fixes by Andrea Spadaccini (no more confusion
6711                 between filtering and processing, and few changes in the About
6712                 dialog).
6713
6714
6715 2006-02-06 [mones]      2.0.0cvs18
6716
6717         * src/gtk/icon_legend.c
6718                 Improved descriptions allowing better translations
6719
6720 2006-02-05 [colin]      2.0.0cvs17
6721
6722         * src/imap.c
6723                 Add the f*cking missing expunge that caused imap_fetch_env
6724                 to fail after an add_msgs ! :-///
6725         * src/etpan/imap-thread.c
6726                 Add a bit of debug
6727         FOR_STABLE
6728
6729 2006-02-05 [colin]      2.0.0cvs16
6730
6731         * src/common/utils.c
6732                 Don't check for return-path (or we can't put
6733                 back non-sent mails)
6734
6735 2006-02-05 [colin]      2.0.0cvs15
6736
6737         * src/textview.c
6738                 Don't try to display Face header in textview
6739                 when teh headerview's active
6740
6741 2006-02-05 [colin]      2.0.0cvs14
6742
6743         * tools/tbird2syl.py
6744         * tools/Makefile.am
6745                 Add script to import Thunderbird mails
6746
6747 2006-02-05 [colin]      2.0.0cvs13
6748
6749         * src/headerview.c
6750         * src/procheader.c
6751         * src/procmsg.c
6752         * src/procmsg.h
6753         * src/textview.c
6754                 Show Face headers - patch partially by Klaus Flittner
6755
6756 2006-02-05 [colin]      2.0.0cvs12
6757
6758         * src/folderview.c
6759         * src/summaryview.c
6760         * src/common/utils.c
6761         * src/common/utils.h
6762                 Let dnd work from mime icons to summaryview
6763                 and to folderview too
6764                 Add a crude test to avoid trying to add files
6765                 drag'n'dropped when they're not mails
6766
6767 2006-02-04 [colin]      2.0.0cvs11
6768
6769         * src/summaryview.c
6770         * src/mimeview.c
6771                 Fix utf8 conversion
6772
6773 2006-02-04 [colin]      2.0.0cvs10
6774
6775         * src/compose.c
6776         * src/folderview.c
6777         * src/mimeview.c
6778         * src/summaryview.c
6779         * src/summaryview.h
6780                 Added various drag and drop capas:
6781                 From                    To
6782                 summaryview             other apps
6783                 mimeview icons          other apps
6784                 other apps              summaryview
6785                 other apps              folderview
6786
6787                 This shouldn't have broken the existing:
6788                 From                    To
6789                 summaryview             folderview
6790                 folderview              folderview
6791                 summaryview             compose's attachments
6792
6793         Tests welcomed.
6794
6795 2006-02-02 [paul]       2.0.0cvs9
6796
6797         * src/mainwindow.c
6798                 move global option 'Set displayed columns...' out
6799                 of folder option grouping.
6800                 fix sensitivity of 'harvest addresses'
6801         FOR_STABLE
6802
6803 2006-02-01 [colin]      2.0.0cvs8
6804
6805         * src/mimeview.c
6806                 Revert the alertpanel patch, it sucks (intrusive
6807                 and gets in the way of "open")
6808
6809 2006-02-01 [colin]      2.0.0cvs7
6810
6811         * src/compose.c
6812         * src/prefs_account.c
6813         * src/prefs_common.c
6814         * src/common/defs.h
6815         * src/common/utils.c
6816         * src/common/utils.h
6817                 Add ability to edit the signature file
6818                 from the account preferences, and use
6819                 a default for the text editor.
6820                 Patch by Fabien Vantard
6821
6822 2006-02-01 [colin]      2.0.0cvs6
6823
6824         * src/mimeview.c
6825                 Try to get mime type by extension if it is
6826                 application/octet-stream
6827                 Display a window with possible choices when
6828                 encountering unknown mime types
6829         * src/gtk/filesel.c
6830         * src/gtk/filesel.h
6831                 Add preview
6832                 Allow multiple selection in filtered filesel
6833                 (patch by Fabien Vantard)
6834         * src/gtk/pluginwindow.c
6835                 Use it (patch by Fabien Vantard)
6836
6837 2006-02-01 [paul]       2.0.0cvs5
6838
6839         * src/jpilot.c
6840                 fix crash on creating jpilot address book
6841                 Thanks to Colin - FOR_STABLE
6842         * src/prefs_summaries.c
6843         * src/prefs_wrapping.c
6844         * src/gtk/icon_legend.c
6845         * src/gtk/quicksearch.c
6846                 string fixes and additions
6847
6848 2006-02-01 [paul]       2.0.0cvs4
6849
6850         * src/compose.c
6851         * src/mainwindow.c
6852         * src/messageview.c
6853         * src/prefs_send.c
6854                 add Arabic encoding option
6855                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6856
6857 2006-01-31 [colin]      2.0.0cvs3
6858
6859         * src/plugins/pgpcore/passphrase.c
6860                 Convert passphrase to locale encoding
6861         * src/compose.c
6862                 Fix drafting on IMAP. Crappy bug sneaked in
6863                 the release :-/
6864         FOR_STABLE
6865
6866 2006-01-30 [paul]       2.0.0cvs2
6867
6868         * src/gtk/icon_legend.c
6869                 show the new entries
6870
6871 2006-01-30 [colin]      2.0.0cvs1
6872
6873         * src/manual.c
6874                 Check for the file to be present before 
6875                 enabling the menu - FOR_STABLE
6876         * src/gtk/icon_legend.c
6877                 Add folders icons (not all of them, there
6878                 are too much, but the most intriguing ones)
6879
6880 2006-01-30 [paul]       2.0.0
6881
6882         version 2.0.0 released
6883
6884 2006-01-30 [paul]       1.9.100cvs200
6885
6886         * manual/faq.xml
6887         * manual/gpl.xml
6888         * manual/intro.xml
6889         * manual/starting.xml
6890         * manual/sylpheed-claws-manual.xml
6891                 fixes, additions
6892
6893 2006-01-29 [mones]      1.9.100cvs199
6894
6895         * manual/account.xml
6896         * manual/advanced.xml
6897         * manual/glossary.xml
6898                 Some typos fixed, added LDIF term to glossary
6899         * po/es.po
6900                 Fixed leading plus symbol
6901
6902 2006-01-29 [paul]       1.9.100cvs198
6903
6904         * po/fi.po
6905         * po/sk.po
6906                 updated by Tommi Pirinen and Andrej Kacian
6907
6908 2006-01-29 [paul]       1.9.100cvs197
6909
6910         * src/gtk/authors.h
6911                 remove duplicates
6912
6913 2006-01-29 [paul]       1.9.100cvs196
6914
6915         * AUTHORS
6916         * po/nl.po
6917         * src/gtk/authors.h
6918         * tools/claws.i18n.status.pl
6919                 nl translation updated by Tim Dijkstra
6920
6921 2006-01-29 [paul]       1.9.100cvs195
6922
6923         * po/sr.po
6924         * po/sv.po
6925                 updated by Aleksandar Urosevic and Anders Troback
6926
6927 2006-01-28 [colin]      1.9.100cvs194
6928
6929         * src/gtk/gtksourceprintjob.c
6930                 Don't fiddle with PangoLayout when we
6931                 have an image
6932
6933 2006-01-28 [paul]       1.9.100cvs193
6934
6935         * AUTHORS
6936         * po/el.po
6937         * po/zh_CN.po
6938         * src/gtk/authors.h
6939         * tools/claws.i18n.status.pl
6940                 updated translations submitted by Stavros Giannouris
6941                 and Ralgh Young
6942
6943 2006-01-27 [colin]      1.9.100cvs192
6944
6945         * src/summaryview.c
6946         * src/gtk/gtksourceprintjob.c
6947                 Add image printing 
6948                 (libgnomeprint only, of course)
6949
6950 2006-01-27 [paul]       1.9.100cvs191
6951
6952         * po/fr.po
6953         * po/it.po
6954                 updated by Fabien Vantard and Andrea Spadaccini
6955
6956 2006-01-26 [colin]      1.9.100cvs190
6957
6958         * manual/Makefile.am
6959         * configure.ac
6960                 Make building the manual optional 
6961                 (--disable-manual)
6962
6963 2006-01-26 [paul]       1.9.100cvs189
6964
6965         * manual/glossary.xml
6966         * manual/plugins.xml
6967                 edited
6968         * po/en_GB.po
6969                 updated
6970
6971 2006-01-26 [paul]       1.9.100cvs188
6972
6973         * src/prefs_display_header.c
6974         * src/prefs_folder_column.c
6975         * src/prefs_msg_colors.c
6976         * src/prefs_summaries.c
6977         * src/prefs_summary_column.c
6978                 HIGify
6979
6980 2006-01-25 [colin]      1.9.100cvs187
6981
6982         * src/imap.c
6983                 Don't allow moving/copying mails between
6984                 queue/drafts and non-queue/drafts folders
6985                 Fixes bug #897 (message header is resetted 
6986                 if one is copied to Drafts)
6987
6988 2006-01-25 [colin]      1.9.100cvs186
6989
6990         * src/folder.c
6991         * src/mainwindow.c
6992                 Fix subscribed folders not found
6993         * src/compose.c
6994                 Don't try to encode as original mail's charset
6995                 if it's ascii 
6996
6997 2006-01-25 [paul]       1.9.100cvs185
6998
6999         * AUTHORS
7000         * po/Makevars
7001                 updated
7002         * po/de.po
7003         * po/pl.po
7004         * po/pt_BR.po
7005         * po/sr.po
7006                 updates submitted by Stephan Sachse, Emilian Nowak
7007                 and Quar, Frederico Goncalves Guimaraes, and
7008                 Aleksandar Urosevic
7009                 Fix Bug 896, 'PT_BR locale broken'.
7010         * src/gtk/authors.h
7011                 updated
7012
7013 2006-01-24 [mones]      1.9.100cvs184
7014
7015         * manual/glossary.xml
7016                 All current terms finished. Reviewers welcome ;-)
7017         * manual/keyboard.xml
7018                 Fixed column width for pdf output.
7019         * po/es.po
7020                 Updated
7021
7022 2006-01-24 [paul]       1.9.100cvs183
7023
7024         * manual/glossary.xml
7025                 fix id name
7026         * manual/dist/html/Makefile.am
7027         * manual/dist/pdf/Makefile.am
7028         * manual/dist/ps/Makefile.am
7029         * manual/dist/txt/Makefile.am
7030                 fix make deps
7031                 Thanks to Colin
7032
7033 2006-01-24 [mones]      1.9.100cvs182
7034
7035         * manual/glossary.xml
7036                 Nearly finished, some terms missing.
7037
7038 2006-01-23 [paul]       1.9.100cvs181
7039
7040         * manual/dist/html/Makefile.am
7041         * manual/dist/pdf/Makefile.am
7042         * manual/dist/ps/Makefile.am
7043         * manual/dist/txt/Makefile.am
7044         * src/mainwindow.c
7045                 re-enable manual
7046                 Thanks to Colin
7047
7048 2006-01-22 [colin]      1.9.100cvs180
7049
7050         * src/compose.c
7051         * src/gtk/gtkaspell.c
7052                 Don't deselect stuff before right-clicking, with aspell.
7053                 (This prevented right-click Copy, for example).
7054                 Thanks to Clo!
7055
7056 2006-01-22 [paul]       1.9.100cvs179
7057
7058         * src/summary_search.c
7059                 don't fix the widget size as it causes problems
7060                 under localisation.
7061                 Thanks to Emilian Nowak
7062
7063 2006-01-21 [paul]       1.9.100cvs178
7064
7065         * src/prefs_themes.c
7066                 fix broken underlining of label text
7067                 with some translations
7068
7069 2006-01-21 [colin]      1.9.100cvs177
7070
7071         * po/fr.po
7072                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7073
7074 2006-01-20 [colin]      1.9.100cvs176
7075
7076         * configure.ac
7077         * Makefile.am
7078         * manual/Makefile
7079         * manual/dist/html/.cvsignore
7080         * manual/dist/html/Makefile.am
7081         * manual/dist/pdf/.cvsignore
7082         * manual/dist/pdf/Makefile.am
7083         * manual/dist/ps/.cvsignore
7084         * manual/dist/ps/Makefile.am
7085         * manual/dist/txt/.cvsignore
7086         * manual/dist/txt/Makefile.am
7087                 Autotool-ize manual
7088
7089 2006-01-20 [paul]       1.9.100cvs175
7090
7091         * manual/handling.xml
7092                 make Filtering and Searching entries easier to find
7093         * manual/keyboard.xml
7094                 add the remaining default keybinds
7095         * src/prefs_summaries.c
7096                 update the default keybinds
7097
7098 2006-01-20 [paul]       1.9.100cvs174
7099
7100         * src/addressbook.c
7101         * src/addrgather.c
7102         * src/addrharvest.c
7103         * src/editaddress.c
7104         * src/editgroup.c
7105         * src/exphtmldlg.c
7106         * src/expldifdlg.c
7107         * src/exporthtml.c
7108         * src/exportldif.c
7109         * src/ldif.c
7110                 replace 'e-mail' with 'email'
7111         * src/summary_search.c
7112                 add mnemonic to "Find all" button
7113
7114 2006-01-20 [wwp]        1.9.100cvs173
7115
7116         * src/export.c
7117         * src/import.c
7118                 touched mbox import/export buttons for HIG-compliance
7119
7120 2006-01-19 [paul]       1.9.100cvs172
7121
7122         * manual/account.xml
7123         * manual/addrbook.xml
7124         * manual/advanced.xml
7125         * manual/faq.xml
7126         * manual/handling.xml
7127         * manual/intro.xml
7128         * manual/plugins.xml
7129         * manual/starting.xml
7130                 more editing
7131
7132 2006-01-19 [paul]       1.9.100cvs171
7133
7134         * src/toolbar.c
7135                 allow use of trash button while receiving
7136                 Thanks to Colin
7137
7138 2006-01-19 [wwp]        1.9.100cvs170
7139
7140         * src/gtk/quicksearch.c
7141         * src/compose.c
7142                 force text color to black when yellow background is set
7143
7144 2006-01-19 [colin]      1.9.100cvs169
7145
7146         * src/plugins/trayicon/trayicon.c
7147                 Gray out Get Mail when already getting mail
7148
7149 2006-01-18 [paul]       1.9.100cvs168
7150
7151         * src/compose.c
7152                 give widget yellow background was To is
7153                 set via folder prefs
7154         * src/gtk/quicksearch.c
7155                 give widget yellow background when quick
7156                 search is active.
7157                 Thanks to Colin
7158
7159 2006-01-18 [paul]       1.9.100cvs167
7160
7161         * doc/man/sylpheed-claws.1
7162                 add --subscribe option
7163
7164 2006-01-18 [paul]       1.9.100cvs166
7165
7166         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7167         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7168                 use %U instead of %F (%F is broken for user installed
7169                 files in kde 3.5)
7170
7171 2006-01-18 [colin]      1.9.100cvs165
7172
7173         * src/summaryview.c
7174                 Default to Yes in "No more * messages" dialogs
7175
7176 2006-01-17 [colin]      1.9.100cvs164
7177
7178         * src/compose.c
7179                 Possibly fix an invalid iterator causing
7180                 crash
7181
7182 2006-01-17 [colin]      1.9.100cvs163
7183
7184         * src/mimeview.c
7185                 Fix crash when the image disappears under the
7186                 image viewer
7187
7188 2006-01-16 [colin]      1.9.100cvs162
7189
7190         * src/compose.c
7191                 Fix reenabling autowrap
7192
7193 2006-01-16 [colin]      1.9.100cvs161
7194
7195         * src/compose.c
7196                 reset quote_len before getting quote_str
7197
7198 2006-01-16 [colin]      1.9.100cvs160
7199
7200         * src/account.c
7201         * src/account.h
7202         * src/folder.c
7203         * src/imap_gtk.c
7204         * src/mh_gtk.c
7205                 Fix bug #883 (default inbox does not track folder move)
7206
7207 2006-01-16 [colin]      1.9.100cvs159
7208
7209         * src/compose.c
7210         * src/plugins/pgpcore/passphrase.c
7211                 More buttons fixes
7212
7213 2006-01-16 [paul]       1.9.100cvs158
7214
7215         * src/prefs_actions.c
7216         * src/prefs_filtering_action.c
7217         * src/prefs_matcher.c
7218         * src/quote_fmt.c
7219         * src/gtk/description_window.c
7220         * src/gtk/description_window.h
7221         * src/gtk/quicksearch.c
7222                 description window cleanups
7223
7224 2006-01-15 [colin]      1.9.100cvs157
7225
7226         * src/addressbook.c
7227         * src/prefs_filtering.c
7228                 Same here
7229
7230 2006-01-15 [colin]      1.9.100cvs156
7231
7232         * src/folderview.c
7233         * src/mainwindow.c
7234                 Same for "Empty trash"
7235
7236 2006-01-15 [colin]      1.9.100cvs155
7237
7238         * src/inc.c
7239                 Override offline dialog had Yes by default
7240
7241 2006-01-15 [colin]      1.9.100cvs154
7242
7243         * src/summaryview.c
7244                 Delete selected messages? previously had Yes the default
7245
7246 2006-01-15 [colin]      1.9.100cvs153
7247
7248         * src/folder.c
7249         * src/folder.h
7250         * src/main.c
7251                 Check if a mailbox is loaded after all
7252                 plugins are loaded.
7253
7254 2006-01-15 [colin]      1.9.100cvs152
7255
7256         * src/folder.c
7257                 Don't start wizard when there are unloaded folders (will help
7258                 people with only mbox or maildir mailboxes)
7259
7260 2006-01-14 [colin]      1.9.100cvs151
7261
7262         * src/addressbook.c
7263         * src/expldifdlg.c
7264         * src/importldif.c
7265         * src/importmutt.c
7266         * src/importpine.c
7267         * src/mh_gtk.c
7268                 More HIG compliance and fixes
7269
7270 2006-01-14 [colin]      1.9.100cvs150
7271
7272         * src/prefs_filtering_action.c
7273         * src/foldersel.c
7274                 Two forgotten button order changes
7275
7276 2006-01-14 [colin]      1.9.100cvs149
7277
7278         * src/account.c
7279         * src/addressbook.c
7280         * src/compose.c
7281         * src/folderview.c
7282         * src/imap_gtk.c
7283         * src/mainwindow.c
7284         * src/mh_gtk.c
7285         * src/news_gtk.c
7286         * src/prefs_actions.c
7287         * src/prefs_customheader.c
7288         * src/prefs_filtering.c
7289         * src/prefs_matcher.c
7290         * src/prefs_template.c
7291         * src/ssl_manager.c
7292         * src/summaryview.c
7293         * src/textview.c
7294         * src/toolbar.c
7295                 All deletion confirmations are now "Cancel, Delete" 
7296                 instead of "No, Yes"
7297                 Clarified most of the other "No, Yes" to 
7298                 "Cancel, Descriptive_action"
7299                 Rechanged the "Entry not saved" alerts to have 
7300                 "Close, Continue editing"
7301
7302
7303 2006-01-14 [paul]
7304
7305         * 2.0.0-rc4 released
7306
7307 2006-01-14 [paul]       1.9.100cvs148
7308
7309         * src/account.c
7310         * src/addressadd.c
7311         * src/addressbook.c
7312         * src/compose.c
7313         * src/editaddress.c
7314         * src/editbook.c
7315         * src/editgroup.c
7316         * src/editjpilot.c
7317         * src/editldap.c
7318         * src/editvcard.c
7319         * src/exphtmldlg.c
7320         * src/expldifdlg.c
7321         * src/folderview.c
7322         * src/grouplistdialog.c
7323         * src/imap_gtk.c
7324         * src/importmutt.c
7325         * src/importpine.c
7326         * src/inc.c
7327         * src/main.c
7328         * src/mainwindow.c
7329         * src/message_search.c
7330         * src/messageview.c
7331         * src/mh_gtk.c
7332         * src/mimeview.c
7333         * src/news_gtk.c
7334         * src/prefs_actions.c
7335         * src/prefs_customheader.c
7336         * src/prefs_filtering.c
7337         * src/prefs_matcher.c
7338         * src/prefs_template.c
7339         * src/prefs_themes.c
7340         * src/ssl_manager.c
7341         * src/summary_search.c
7342         * src/summaryview.c
7343         * src/textview.c
7344         * src/toolbar.c
7345         * src/gtk/foldersort.c
7346         * src/gtk/gtkaspell.c
7347         * src/gtk/inputdialog.c
7348         * src/gtk/prefswindow.c
7349         * src/plugins/pgpcore/select-keys.c
7350         * src/plugins/trayicon/trayicon.c
7351                 HIG compliant button order
7352
7353 2006-01-14 [mones]      1.9.100cvs147
7354
7355         * po/es.po
7356                 Updated translation
7357
7358 2006-01-13 [paul]       1.9.100cvs146
7359
7360         * AUTHORS
7361         * ChangeLog
7362         * src/gtk/authors.h
7363                 add Joshua M. Kwan to contributors list
7364
7365 2006-01-13 [colin]      1.9.100cvs145
7366
7367         * src/gtk/quicksearch.c
7368                 Don't refocus quick search after executing (Esc or Enter)
7369                 Allows to '/'search something then move up/down in 
7370                 summaryview, and to Esc a search and be back in the 
7371                 summaryview
7372
7373 2006-01-13 [paul]       1.9.100cvs144
7374
7375         * src/plugins/pgpinline/pgpinline.c
7376                 support Content-Type 'application/pgp'
7377                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7378
7379 2006-01-13 [paul]       1.9.100cvs143
7380
7381         * manual/account.xml
7382                 make mention of partial retrieval
7383                 thanks to Colin
7384
7385 2006-01-13 [paul]       1.9.100cvs142
7386
7387         * src/account.c
7388         * src/account.h
7389         * src/action.c
7390         * src/action.h
7391         * src/adbookbase.h
7392         * src/addr_compl.c
7393         * src/addr_compl.h
7394         * src/addrbook.c
7395         * src/addrcache.c
7396         * src/addrcache.h
7397         * src/addrcindex.c
7398         * src/addrcindex.h
7399         * src/addrclip.c
7400         * src/addrclip.h
7401         * src/addrdefs.h
7402         * src/addressadd.c
7403         * src/addressadd.h
7404         * src/addressbook.c
7405         * src/addressbook.h
7406         * src/addrgather.c
7407         * src/addrgather.h
7408         * src/addrharvest.c
7409         * src/addrharvest.h
7410         * src/addrindex.c
7411         * src/addrindex.h
7412         * src/addritem.c
7413         * src/addritem.h
7414         * src/addrquery.c
7415         * src/addrquery.h
7416         * src/addrselect.c
7417         * src/addrselect.h
7418         * src/alertpanel.c
7419         * src/alertpanel.h
7420         * src/browseldap.c
7421         * src/browseldap.h
7422         * src/codeconv.c
7423         * src/codeconv.h
7424         * src/compose.c
7425         * src/compose.h
7426         * src/customheader.c
7427         * src/customheader.h
7428         * src/displayheader.c
7429         * src/displayheader.h
7430         * src/editaddress.c
7431         * src/editaddress.h
7432         * src/editbook.c
7433         * src/editbook.h
7434         * src/editgroup.c
7435         * src/editgroup.h
7436         * src/editjpilot.c
7437         * src/editjpilot.h
7438         * src/editldap.c
7439         * src/editldap.h
7440         * src/editldap_basedn.c
7441         * src/editldap_basedn.h
7442         * src/editvcard.c
7443         * src/editvcard.h
7444         * src/exphtmldlg.c
7445         * src/exphtmldlg.h
7446         * src/expldifdlg.c
7447         * src/expldifdlg.h
7448         * src/export.h
7449         * src/exporthtml.c
7450         * src/exporthtml.h
7451         * src/exportldif.c
7452         * src/exportldif.h
7453         * src/filtering.c
7454         * src/filtering.h
7455         * src/folder.c
7456         * src/folder.h
7457         * src/folder_item_prefs.c
7458         * src/folder_item_prefs.h
7459         * src/foldersel.c
7460         * src/foldersel.h
7461         * src/folderutils.c
7462         * src/folderutils.h
7463         * src/folderview.c
7464         * src/folderview.h
7465         * src/grouplistdialog.c
7466         * src/grouplistdialog.h
7467         * src/headerview.c
7468         * src/html.c
7469         * src/html.h
7470         * src/image_viewer.c
7471         * src/image_viewer.h
7472         * src/imap.c
7473         * src/imap.h
7474         * src/imap_gtk.c
7475         * src/imap_gtk.h
7476         * src/import.h
7477         * src/importldif.c
7478         * src/importldif.h
7479         * src/importmutt.c
7480         * src/importmutt.h
7481         * src/importpine.c
7482         * src/importpine.h
7483         * src/inc.c
7484         * src/inc.h
7485         * src/jpilot.c
7486         * src/jpilot.h
7487         * src/ldapctrl.c
7488         * src/ldapctrl.h
7489         * src/ldaplocate.c
7490         * src/ldaplocate.h
7491         * src/ldapquery.c
7492         * src/ldapquery.h
7493         * src/ldapserver.c
7494         * src/ldapserver.h
7495         * src/ldaputil.c
7496         * src/ldaputil.h
7497         * src/ldif.c
7498         * src/ldif.h
7499         * src/main.c
7500         * src/main.h
7501         * src/mainwindow.c
7502         * src/mainwindow.h
7503         * src/manual.c
7504         * src/manual.h
7505         * src/mbox.c
7506         * src/mbox.h
7507         * src/message_search.c
7508         * src/message_search.h
7509         * src/messageview.c
7510         * src/messageview.h
7511         * src/mh.c
7512         * src/mh.h
7513         * src/mh_gtk.c
7514         * src/mh_gtk.h
7515         * src/mimeview.c
7516         * src/mimeview.h
7517         * src/msgcache.c
7518         * src/msgcache.h
7519         * src/mutt.c
7520         * src/mutt.h
7521         * src/news.c
7522         * src/news.h
7523         * src/news_gtk.c
7524         * src/news_gtk.h
7525         * src/partial_download.c
7526         * src/partial_download.h
7527         * src/pine.c
7528         * src/pine.h
7529         * src/pop.c
7530         * src/pop.h
7531         * src/prefs_account.c
7532         * src/prefs_account.h
7533         * src/prefs_actions.c
7534         * src/prefs_actions.h
7535         * src/prefs_common.c
7536         * src/prefs_common.h
7537         * src/prefs_compose_writing.c
7538         * src/prefs_compose_writing.h
7539         * src/prefs_customheader.c
7540         * src/prefs_customheader.h
7541         * src/prefs_display_header.c
7542         * src/prefs_display_header.h
7543         * src/prefs_filtering.c
7544         * src/prefs_filtering.h
7545         * src/prefs_filtering_action.c
7546         * src/prefs_filtering_action.h
7547         * src/prefs_folder_column.c
7548         * src/prefs_folder_column.h
7549         * src/prefs_folder_item.c
7550         * src/prefs_folder_item.h
7551         * src/prefs_fonts.c
7552         * src/prefs_fonts.h
7553         * src/prefs_gtk.c
7554         * src/prefs_gtk.h
7555         * src/prefs_image_viewer.c
7556         * src/prefs_image_viewer.h
7557         * src/prefs_matcher.c
7558         * src/prefs_matcher.h
7559         * src/prefs_message.c
7560         * src/prefs_msg_colors.c
7561         * src/prefs_msg_colors.h
7562         * src/prefs_other.c
7563         * src/prefs_quote.c
7564         * src/prefs_receive.c
7565         * src/prefs_send.c
7566         * src/prefs_spelling.c
7567         * src/prefs_spelling.h
7568         * src/prefs_summaries.c
7569         * src/prefs_summaries.h
7570         * src/prefs_summary_column.c
7571         * src/prefs_summary_column.h
7572         * src/prefs_template.c
7573         * src/prefs_template.h
7574         * src/prefs_themes.c
7575         * src/prefs_themes.h
7576         * src/prefs_toolbar.c
7577         * src/prefs_toolbar.h
7578         * src/prefs_wrapping.c
7579         * src/prefs_wrapping.h
7580         * src/privacy.c
7581         * src/privacy.h
7582         * src/procheader.c
7583         * src/procheader.h
7584         * src/procmime.c
7585         * src/procmime.h
7586         * src/procmsg.c
7587         * src/procmsg.h
7588         * src/quote_fmt.c
7589         * src/quote_fmt_parse.y
7590         * src/recv.c
7591         * src/recv.h
7592         * src/remotefolder.c
7593         * src/remotefolder.h
7594         * src/send_message.c
7595         * src/send_message.h
7596         * src/setup.c
7597         * src/setup.h
7598         * src/sourcewindow.c
7599         * src/sourcewindow.h
7600         * src/ssl_manager.c
7601         * src/ssl_manager.h
7602         * src/statusbar.c
7603         * src/statusbar.h
7604         * src/stock_pixmap.c
7605         * src/stock_pixmap.h
7606         * src/summary_search.c
7607         * src/summary_search.h
7608         * src/summaryview.c
7609         * src/summaryview.h
7610         * src/syldap.c
7611         * src/syldap.h
7612         * src/textview.c
7613         * src/textview.h
7614         * src/toolbar.c
7615         * src/toolbar.h
7616         * src/undo.c
7617         * src/undo.h
7618         * src/unmime.c
7619         * src/unmime.h
7620         * src/vcard.c
7621         * src/vcard.h
7622         * src/wizard.c
7623         * src/wizard.h
7624         * src/common/base64.c
7625         * src/common/base64.h
7626         * src/common/defs.h
7627         * src/common/hooks.c
7628         * src/common/hooks.h
7629         * src/common/log.c
7630         * src/common/log.h
7631         * src/common/mgutils.c
7632         * src/common/mgutils.h
7633         * src/common/nntp.c
7634         * src/common/nntp.h
7635         * src/common/passcrypt.c
7636         * src/common/passcrypt.h.in
7637         * src/common/plugin.c
7638         * src/common/plugin.h
7639         * src/common/prefs.c
7640         * src/common/prefs.h
7641         * src/common/progressindicator.c
7642         * src/common/progressindicator.h
7643         * src/common/quoted-printable.c
7644         * src/common/quoted-printable.h
7645         * src/common/session.c
7646         * src/common/session.h
7647         * src/common/smtp.c
7648         * src/common/smtp.h
7649         * src/common/socket.c
7650         * src/common/socket.h
7651         * src/common/ssl.c
7652         * src/common/ssl.h
7653         * src/common/ssl_certificate.c
7654         * src/common/ssl_certificate.h
7655         * src/common/stringtable.c
7656         * src/common/stringtable.h
7657         * src/common/sylpheed.c
7658         * src/common/sylpheed.h
7659         * src/common/template.c
7660         * src/common/template.h
7661         * src/common/timing.h
7662         * src/common/utils.c
7663         * src/common/utils.h
7664         * src/common/version.h.in
7665         * src/common/xml.c
7666         * src/common/xml.h
7667         * src/common/xmlprops.c
7668         * src/common/xmlprops.h
7669         * src/gtk/colorlabel.c
7670         * src/gtk/colorsel.c
7671         * src/gtk/colorsel.h
7672         * src/gtk/description_window.c
7673         * src/gtk/description_window.h
7674         * src/gtk/filesel.c
7675         * src/gtk/filesel.h
7676         * src/gtk/foldersort.c
7677         * src/gtk/foldersort.h
7678         * src/gtk/gtkutils.c
7679         * src/gtk/gtkutils.h
7680         * src/gtk/inputdialog.c
7681         * src/gtk/inputdialog.h
7682         * src/gtk/logwindow.c
7683         * src/gtk/logwindow.h
7684         * src/gtk/manage_window.c
7685         * src/gtk/manage_window.h
7686         * src/gtk/menu.c
7687         * src/gtk/menu.h
7688         * src/gtk/pluginwindow.c
7689         * src/gtk/pluginwindow.h
7690         * src/gtk/prefswindow.c
7691         * src/gtk/prefswindow.h
7692         * src/gtk/progressdialog.c
7693         * src/gtk/progressdialog.h
7694         * src/gtk/sslcertwindow.c
7695         * src/gtk/sslcertwindow.h
7696         * src/plugins/clamav/clamav_plugin.c
7697         * src/plugins/clamav/clamav_plugin.h
7698         * src/plugins/clamav/clamav_plugin_gtk.c
7699         * src/plugins/demo/demo.c
7700         * src/plugins/dillo_viewer/dillo_prefs.c
7701         * src/plugins/dillo_viewer/dillo_prefs.h
7702         * src/plugins/dillo_viewer/dillo_viewer.c
7703         * src/plugins/pgpcore/passphrase.c
7704         * src/plugins/pgpcore/passphrase.h
7705         * src/plugins/pgpcore/plugin.c
7706         * src/plugins/pgpcore/select-keys.c
7707         * src/plugins/pgpcore/select-keys.h
7708         * src/plugins/pgpcore/sgpgme.c
7709         * src/plugins/pgpcore/sgpgme.h
7710         * src/plugins/pgpinline/pgpinline.c
7711         * src/plugins/pgpinline/pgpinline.h
7712         * src/plugins/pgpinline/plugin.c
7713         * src/plugins/pgpmime/pgpmime.c
7714         * src/plugins/pgpmime/pgpmime.h
7715         * src/plugins/pgpmime/plugin.c
7716         * src/plugins/spamassassin/spamassassin.c
7717         * src/plugins/spamassassin/spamassassin.h
7718         * src/plugins/spamassassin/spamassassin_gtk.c
7719         * src/plugins/trayicon/trayicon.c
7720                 update copyright header
7721
7722 2006-01-13 [paul]       1.9.100cvs141
7723
7724         * src/account.c
7725         * src/export.c
7726         * src/import.c
7727         * src/mainwindow.c
7728         * src/prefs_account.c
7729         * src/prefs_display_header.c
7730         * src/prefs_receive.c
7731         * src/prefs_send.c
7732         * src/prefs_summaries.c
7733         * src/prefs_themes.c
7734         * src/prefs_toolbar.c
7735         * src/gtk/about.c
7736                 various cleanups
7737
7738 2006-01-12 [colin]      1.9.100cvs140
7739
7740         * src/folder.c
7741         * src/folder.h
7742         * src/main.c
7743                 Add --subscribe option
7744                 Let sylpheed-claws email@domain.com equivalent to --compose
7745                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7746
7747 2006-01-12 [paul]       1.9.100cvs139
7748
7749         * src/mainwindow.c
7750                 append 'Change folder order' label with '...'
7751         * src/prefs_actions.c
7752                 allow reordering of actions list by dnd
7753         * src/gtk/foldersort.c
7754                 make the dialog nicer
7755
7756 2006-01-11 [colin]      1.9.100cvs138
7757
7758         * src/compose.c
7759                 Allow templates without text
7760
7761 2006-01-11 [paul]       1.9.100cvs137
7762
7763         * tools/README
7764         * tools/filter_conv_new.pl
7765                 add info to README
7766                 also check .sylpheed for filter.xml
7767                 be a bit informative to the user
7768
7769 2006-01-11 [colin]      1.9.100cvs136
7770
7771         * src/textview.c
7772                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7773
7774 2006-01-10 [paul]       1.9.100cvs135
7775
7776         * tools/Makefile.am
7777         * tools/filter_conv_new.pl
7778                 add script to convert new style Sylpheed
7779                 filter rules (Sylpheed >= 0.9.99) to
7780                 Claws filtering rules
7781
7782 2006-01-10 [colin]      1.9.100cvs134
7783
7784         * src/compose.c
7785                 Fix broken line joins in certain conditions
7786                 (between two quoted lines: <enter><enter><up>
7787                  <type a wrapped sentence><go in the first line>
7788                  <insert more text><watch as line joining failed>)
7789
7790 2006-01-10 [paul]       1.9.100cvs133
7791
7792         * src/compose.c
7793                 don't report success in error dialog
7794                 thanks to Colin
7795         * src/common/utils.c
7796                 include some trailing punctuations as URI
7797                 thanks to Hiro
7798
7799 2006-01-10 [paul]       1.9.100cvs132
7800
7801         * src/mimeview.c
7802                 fix incompatible pointer type
7803                 warning
7804
7805 2006-01-10 [paul]       1.9.100cvs131
7806
7807         * src/compose.c
7808                 change Subject in window title
7809                 instantaneously
7810
7811 2006-01-09 [colin]      1.9.100cvs130
7812
7813         * src/addressbook.c
7814         * src/headerview.c
7815         * src/mainwindow.c
7816         * src/messageview.c
7817         * src/mimeview.c
7818         * src/noticeview.c
7819         * src/summaryview.c
7820                 Fix possible crashes on exit and in addressbook
7821
7822 2006-01-09 [paul]       1.9.100cvs129
7823
7824         * src/prefs_msg_colors.c
7825                 some cleanups that I forgot last time
7826
7827 2006-01-09 [paul]       1.9.100cvs128
7828
7829         * README
7830         * src/folderview.c
7831         * src/prefs_msg_colors.c
7832                 add previously hidden option, color_new, to
7833                 the gui
7834                 move the page to Display/
7835                 rework the gui
7836
7837 2006-01-09 [wwp]        1.9.100cvs127
7838
7839         * src/prefs_themes.c
7840                 made the prefs/display/themes layouts spacing less condensed
7841                 (and so they match other prefs/pages' look).
7842
7843 2006-01-09 [paul]       1.9.100cvs126
7844
7845         * src/compose.c
7846         * src/prefs_common.c
7847         * src/prefs_common.h
7848         * src/prefs_wrapping.c
7849                 remove 'wrap at send' option
7850
7851 2006-01-06 [colin]      1.9.100cvs125
7852
7853         * src/compose.c
7854                 Just make completely sure we don't insert "manual line breaks" 
7855                 when wrapping... 
7856
7857 2006-01-04 [paul]
7858
7859         * 2.0.0-rc3 released
7860
7861 2006-01-04 [paul]       1.9.100cvs124
7862
7863         * src/folderview.c
7864                 fix bug 882, 'quick scroll in folder list
7865                 displays wrong folder contents'
7866
7867 2006-01-04 [paul]       1.9.100cvs123
7868
7869         * src/plugins/pgpmime/pgpmime.c
7870                 better debug information when signing
7871                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7872
7873 2006-01-03 [colin]      1.9.100cvs122
7874
7875         * configure.ac
7876                 We need to recheck for gpgme 1.0.0 after checking
7877                 for 1.1.1, because if 1.1.1 isn't available, 
7878                 GPGME_LIBS and friends are blanked out by the 
7879                 second check.
7880
7881 2006-01-03 [colin]      1.9.100cvs121
7882
7883         * src/common/prefs.c
7884                 Windows unlink-before rename fix
7885         * src/plugins/pgpcore/sgpgme.c
7886                 Add support for PKA info if available
7887                 Both patches by Werner Koch
7888
7889 2006-01-03 [paul]       1.9.100cvs120
7890
7891         * src/messageview.c
7892                 fix bug 884, 'Send receipt' button visible in queue
7893                 Thanks to Colin
7894
7895 2006-01-02 [colin]      1.9.100cvs119
7896
7897         * src/compose.c
7898         * src/imap.c
7899                 Fix autosave on IMAP and more generally try to
7900                 return the correct ID on a newly added IMAP message
7901
7902 2006-01-02 [paul]       1.9.100cvs118
7903
7904         * manual/keyboard.xml
7905                 edited
7906
7907 2006-01-01 [paul]       1.9.100cvs117
7908
7909         * src/gtk/authors.h
7910                 alphabetical order
7911
7912 2005-12-30 [colin]      1.9.100cvs116
7913
7914         * manual/advanced.xml
7915                 Explain Pre/Post-processing differences.
7916
7917 2005-12-30 [colin]      1.9.100cvs115
7918
7919         * src/mh.c
7920                 Implement copy_msgs for a little optimization
7921         * src/imap.c
7922                 Finish yesterday's fix
7923
7924 2005-12-29 [colin]      1.9.100cvs114
7925
7926         * src/imap.c
7927                 Fix occasional failure in fetching a mail over
7928                 IMAP
7929
7930 2005-12-29 [colin]      1.9.100cvs113
7931
7932         * src/compose.c
7933                 Don't remove a draft when sending it, if it is 
7934                 locked.
7935
7936 2005-12-28 [colin]      1.9.100cvs112
7937
7938         * src/summaryview.c
7939                 Fix leak for real
7940
7941 2005-12-28 [wwp]        1.9.100cvs111
7942
7943         * doc/faq/.cvsignore
7944         * doc/faq/de/.cvsignore
7945         * doc/faq/en/.cvsignore
7946         * doc/faq/es/.cvsignore
7947         * doc/faq/fr/.cvsignore
7948         * doc/faq/it/.cvsignore
7949         * doc/manual/.cvsignore
7950         * doc/manual/de/.cvsignore
7951         * doc/manual/en/.cvsignore
7952         * doc/manual/es/.cvsignore
7953         * doc/manual/fr/.cvsignore
7954         * doc/manual/ja/.cvsignore
7955         * src/plugins/mathml_viewer/.cvsignore
7956                 rollback revival of those files (my bad, sorry for the noise).
7957
7958 2005-12-28 [wwp]        1.9.100cvs110
7959
7960         * src/compose.c
7961                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7962
7963 2005-12-28 [wwp]        1.9.100cvs109
7964
7965         * doc/faq/.cvsignore
7966         * doc/faq/de/.cvsignore
7967         * doc/faq/en/.cvsignore
7968         * doc/faq/es/.cvsignore
7969         * doc/faq/fr/.cvsignore
7970         * doc/faq/it/.cvsignore
7971         * doc/manual/.cvsignore
7972         * doc/manual/de/.cvsignore
7973         * doc/manual/en/.cvsignore
7974         * doc/manual/es/.cvsignore
7975         * doc/manual/fr/.cvsignore
7976         * doc/manual/ja/.cvsignore
7977         * src/plugins/mathml_viewer/.cvsignore
7978         * po/.cvsignore
7979                 more files to ignore.
7980
7981 2005-12-24 [colin]      1.9.100cvs108
7982
7983         * AUTHORS
7984         * src/gtk/authors.h
7985                 Update for Werner
7986
7987 2005-12-24 [colin]      1.9.100cvs107
7988
7989         * src/procmsg.c
7990                 Allow NULL src_msginfo in 
7991                 procmsg_msginfo_new_from_mimeinfo
7992
7993 2005-12-23 [paul]       1.9.100cvs106
7994
7995         * src/plugins/pgpinline/mypgpcore.def
7996                 add this forgotten file
7997
7998 2005-12-23 [colin]      1.9.100cvs105
7999
8000         * src/mainwindow.c
8001                 Fix missing break
8002
8003 2005-12-23 [colin]      1.9.100cvs104
8004
8005         * autogen.sh
8006         * src/folder.c
8007         * src/mh.c
8008         * src/common/plugin.c
8009         * src/common/socket.c
8010         * src/common/socket.h
8011         * src/common/utils.c
8012         * src/common/utils.h
8013         * src/gtk/pluginwindow.c
8014         * src/plugins/pgpcore/plugin.def
8015         * src/plugins/pgpcore/sylpheed.def
8016         * src/plugins/pgpinline/Makefile.am
8017         * src/plugins/pgpinline/plugin.def
8018         * src/plugins/pgpinline/sylpheed.def
8019         * src/plugins/pgpmime/plugin.def
8020         * src/plugins/pgpmime/sylpheed.def
8021                 Various w32 fixes by Werner Koch
8022
8023 2005-12-22 [paul]       1.9.100cvs103
8024
8025         * src/wizard.c
8026                 don't offer IMAP as 'server type' if
8027                 libetpan isn't built in
8028
8029 2005-12-22 [paul]       1.9.100cvs102
8030
8031         * AUTHORS
8032         * src/mainwindow.c
8033         * src/mainwindow.h
8034         * src/toolbar.c
8035         * src/gtk/authors.h
8036                 support GTK_TOOLBAR_BOTH_HORIZ (text
8037                 next to icon) Patch by Marien Zwart
8038                 marienz@users.sf.net
8039                 Also reword the text
8040
8041 2005-12-21 [colin]      1.9.100cvs101
8042
8043         * configure.ac
8044                 Fix DATADIRNAME
8045         * COPYING
8046                 Fix missing section and explicit the exception better
8047         * src/compose.c
8048                 Prevent mail from being lost without notice when an
8049                 SMTP error happens on trying to send an unmodified
8050                 drafted mail.
8051         * src/send_message.c
8052         * src/common/smtp.c
8053                 Fix password remembering when wrong, and add return
8054                 value checks where they should have been
8055         * src/plugins/pgpcore/sylpheed.def
8056         * src/plugins/pgpinline/sylpheed.def
8057         * src/plugins/pgpmime/sylpheed.def
8058                 Add a few symbols needed
8059
8060 2005-12-21 [paul]       1.9.100cvs100
8061
8062         * m4/codeset.m4
8063         * m4/glibc21.m4
8064         * m4/intdiv0.m4
8065         * m4/inttypes-pri.m4
8066         * m4/inttypes.m4
8067         * m4/inttypes_h.m4
8068         * m4/isc-posix.m4
8069         * m4/lcmessage.m4
8070         * m4/stdint_h.m4
8071         * m4/uintmax_t.m4
8072                 gettextization
8073                 thanks to Colin
8074
8075 2005-12-21 [paul]       1.9.100cvs99
8076
8077         * po/sv.po
8078                 fixed by Colin
8079
8080 2005-12-20 [paul]       1.9.100cvs98
8081
8082         * po/sv.po
8083                 updated by Anders Trobäck
8084
8085 2005-12-20 [colin]      1.9.100cvs97
8086
8087         * ABOUT-NLS
8088         * Makefile.am
8089         * autogen.sh
8090         * configure.ac
8091         * config/config.rpath
8092         * config/mkinstalldirs
8093         * m4/Makefile.am
8094         * m4/glibc2.m4
8095         * m4/gnupg.m4
8096         * m4/gpgme.m4
8097         * m4/intmax.m4
8098         * m4/longdouble.m4
8099         * m4/longlong.m4
8100         * m4/printf-posix.m4
8101         * m4/signed.m4
8102         * m4/size_max.m4
8103         * m4/ulonglong.m4
8104         * m4/wchar_t.m4
8105         * m4/wint_t.m4
8106         * m4/xsize.m4
8107         * po/Makefile.in.in
8108         * po/Makevars
8109         * po/bg.po
8110         * po/ca.po
8111         * po/cs.po
8112         * po/de.po
8113         * po/el.po
8114         * po/en_GB.po
8115         * po/es.po
8116         * po/fi.po
8117         * po/fr.po
8118         * po/hr.po
8119         * po/hu.po
8120         * po/it.po
8121         * po/ja.po
8122         * po/ko.po
8123         * po/nb.po
8124         * po/nl.po
8125         * po/pl.po
8126         * po/pt_BR.po
8127         * po/ru.po
8128         * po/sk.po
8129         * po/sr.po
8130         * po/stamp-po
8131         * po/sv.po
8132         * po/zh_CN.po
8133         * po/zh_TW.po
8134         * src/Makefile.am
8135         * src/codeconv.c
8136         * src/compose.c
8137         * src/exporthtml.c
8138         * src/exportldif.c
8139         * src/folder.c
8140         * src/main.c
8141         * src/manual.c
8142         * src/mh.c
8143         * src/mimeview.c
8144         * src/send_message.c
8145         * src/common/Makefile.am
8146         * src/common/fnmatch.c
8147         * src/common/fnmatch.h
8148         * src/common/fnmatch_loop.c
8149         * src/common/nntp.c
8150         * src/common/plugin.c
8151         * src/common/smtp.c
8152         * src/common/socket.c
8153         * src/common/string_match.c
8154         * src/common/sylpheed.c
8155         * src/common/utils.c
8156         * src/common/utils.h
8157         * src/common/w32_dirent.c
8158         * src/common/w32_reg.c
8159         * src/common/w32_signal.c
8160         * src/common/w32_stat.c
8161         * src/common/w32_stdio.c
8162         * src/common/w32_stdlib.c
8163         * src/common/w32_string.c
8164         * src/common/w32_time.c
8165         * src/common/w32_unistd.c
8166         * src/common/w32_wait.c
8167         * src/common/w32lib.h
8168         * src/etpan/Makefile.am
8169         * src/gtk/Makefile.am
8170         * src/plugins/clamav/Makefile.am
8171         * src/plugins/demo/Makefile.am
8172         * src/plugins/dillo_viewer/Makefile.am
8173         * src/plugins/pgpcore/Makefile.am
8174         * src/plugins/pgpcore/passphrase.c
8175         * src/plugins/pgpcore/plugin.def
8176         * src/plugins/pgpcore/sgpgme.c
8177         * src/plugins/pgpcore/sylpheed.def
8178         * src/plugins/pgpcore/version.rc
8179         * src/plugins/pgpinline/Makefile.am
8180         * src/plugins/pgpinline/plugin.def
8181         * src/plugins/pgpinline/sylpheed.def
8182         * src/plugins/pgpinline/version.rc
8183         * src/plugins/pgpmime/Makefile.am
8184         * src/plugins/pgpmime/mypgpcore.def
8185         * src/plugins/pgpmime/plugin.def
8186         * src/plugins/pgpmime/sylpheed.def
8187         * src/plugins/pgpmime/version.rc
8188         * src/plugins/spamassassin/Makefile.am
8189                 Very little ;-) patch from Werner Koch, providing
8190                 infrastructure for cross-compiling to Win32
8191
8192 2005-12-20 [paul]       1.9.100cvs96
8193
8194         * src/account.c
8195         * src/account.h
8196         * src/mainwindow.c
8197         * src/mainwindow.h
8198         * src/toolbar.c
8199         * src/toolbar.h
8200                 add a combo to the Get All button, allowing
8201                 quick retrieval from any account
8202                 Patch by Fabien Vantard, slightly modified
8203                 by Colin
8204         * src/gtk/about.c
8205                 i18n fix. Patch by Fabien Vantard
8206
8207 2005-12-19 [colin]      1.9.100cvs95
8208
8209         * src/compose.c
8210         * src/compose.h
8211                 Don't automatically join lines when they've 
8212                 been separated by the user and not automatically
8213
8214 2005-12-19 [paul]       1.9.100cvs94
8215
8216         * src/gtk/pluginwindow.c
8217                 i18n fix.
8218                 Patch by Fabien Vantard
8219
8220 2005-12-15 [paul]       1.9.100cvs93
8221
8222         * src/common/plugin.c
8223         * src/common/plugin.h
8224         * src/gtk/pluginwindow.c
8225         * src/plugins/clamav/clamav_plugin.c
8226         * src/plugins/demo/demo.c
8227         * src/plugins/dillo_viewer/dillo_viewer.c
8228         * src/plugins/pgpcore/plugin.c
8229         * src/plugins/pgpinline/plugin.c
8230         * src/plugins/pgpmime/plugin.c
8231         * src/plugins/spamassassin/spamassassin.c
8232         * src/plugins/trayicon/trayicon.c
8233                 add plugin_version()
8234
8235 2005-12-15 [colin]      1.9.100cvs92
8236
8237         * src/compose.c
8238                 Further fix bug #875
8239
8240 2005-12-15 [paul]       1.9.100cvs91
8241
8242         * src/gtk/filesel.c
8243                 fix attach_load_dir getting set to
8244                 PLUGINDIR on plugin load
8245
8246 2005-12-14 [mones]      1.9.100cvs90
8247
8248         * manual/ack.xml
8249         * manual/keyboard.xml
8250                 Initial draft and some shortcuts added
8251                 
8252         * po/es.po
8253                 Updated translation
8254
8255 2005-12-14 [colin]      1.9.100cvs89
8256
8257         * src/compose.c
8258         * src/imap.c
8259         * src/summaryview.c
8260         * src/gtk/gtkaspell.c
8261                 More leaks fixed
8262         * src/prefs_folder_item.c
8263                 Fix recursive prefs apply
8264
8265
8266 2005-12-14 [colin]      1.9.100cvs88
8267
8268         * src/compose.c
8269                 Fix bug #875 (Freeze On Inline Forward of 
8270                 Large Message)
8271
8272 2005-12-13 [colin]      1.9.100cvs87
8273
8274         * src/compose.c
8275                 Uniq-ify and sort the mimetypes list
8276                 Patch by Fabien Vantard
8277
8278 2005-12-13 [colin]      1.9.100cvs86
8279
8280         * src/imap.c
8281         * src/etpan/imap-thread.c
8282                 Fix leaks (patch by Hoa)
8283         * src/news.c
8284         * src/common/plugin.c
8285                 Fix leaks
8286
8287 2005-12-12 [colin]
8288
8289         * 2.0.0-rc2 released
8290
8291 2005-12-12 [colin]      1.9.100cvs85
8292
8293         * src/matcher.c
8294                 Fix a leak
8295
8296 2005-12-12 [wwp]        1.9.100cvs84
8297
8298         * src/gtk/icon_legend.c
8299                 fix misbehaviour and crash when closing the legend window
8300         using the Esc key (patch by Fabien Vantard).
8301
8302 2005-12-12 [paul]       1.9.100cvs83
8303
8304         * src/browseldap.c
8305         * src/foldersel.c
8306         * src/prefs_actions.c
8307         * src/prefs_filtering.c
8308         * src/prefs_matcher.c
8309         * src/prefs_spelling.glade      ** REMOVED **
8310         * src/prefs_template.c
8311         * src/gtk/foldersort.glade      ** REMOVED **
8312         * src/gtk/pluginwindow.c
8313         * src/gtk/pluginwindow.glade    ** REMOVED **
8314         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8315                 cleanups
8316
8317 2005-12-11 [paul]       1.9.100cvs82
8318
8319         * src/gtk/filesel.c
8320                 fix attach_load_dir crasher (double free)
8321
8322 2005-12-09 [paul]       1.9.100cvs81
8323
8324         * po/POTFILES.in
8325         * src/mainwindow.c
8326         * src/gtk/Makefile.am
8327         * src/gtk/icon_legend.c
8328         * src/gtk/icon_legend.h
8329                 add icon legend
8330         * src/manual.c
8331                 cleanup
8332
8333 2005-12-09 [paul]       1.9.100cvs80
8334
8335         * src/plugins/pgpcore/passphrase.c
8336                 wrap the label in the dialog
8337
8338 2005-12-09 [colin]      1.9.100cvs79
8339
8340         * src/plugins/pgpcore/sgpgme.c
8341                 Display (untrusted) on not trusted signatures
8342                 Patch by Michal Èihaø <michal@cihar.com>
8343                 Closes bug #867 (Report also key trust)
8344
8345 2005-12-09 [colin]      1.9.100cvs78
8346
8347         * src/common/plugin.c
8348                 Update licence check, following Eben Moglen's advice
8349
8350 2005-12-08 [colin]      1.9.100cvs77
8351
8352         * src/folder.c
8353                 Fix the occasionnal item->cache != NULL 
8354                 assertion failure. 
8355
8356 2005-12-08 [colin]      1.9.100cvs76
8357
8358         * src/mimeview.c
8359         * src/plugins/pgpcore/sgpgme.c
8360                 Print key id when unable to check it
8361                 Closes bug #866 (Show key id when missing)
8362
8363 2005-12-08 [paul]       1.9.100cvs75
8364
8365         * src/prefs_common.c
8366         * src/prefs_common.h
8367         * src/gtk/filesel.c
8368                 remember load attachment dir
8369
8370 2005-12-07 [colin]      1.9.100cvs74
8371
8372         * src/prefs_toolbar.c
8373                 Gtk fixes, patch by Fabien Vantard
8374
8375 2005-12-07 [colin]      1.9.100cvs73
8376
8377         * src/action.c
8378         * src/compose.c
8379         * src/compose.h
8380                 Fix bug #839 (Quoted text isn't colored after 
8381                 executing an action)
8382         * src/common/plugin.c
8383                 Require plugins to declare their licence in plugin_licence()
8384                 Refuse to load non-GPL plugins as they'd be illegal (as 
8385                 derived works of Sylpheed-Claws, they must be GPL).
8386         * src/plugins/clamav/clamav_plugin.c
8387         * src/plugins/demo/demo.c
8388         * src/plugins/dillo_viewer/dillo_viewer.c
8389         * src/plugins/pgpcore/plugin.c
8390         * src/plugins/pgpinline/plugin.c
8391         * src/plugins/pgpmime/plugin.c
8392         * src/plugins/spamassassin/spamassassin.c
8393         * src/plugins/trayicon/trayicon.c
8394                 Add plugin_licence()
8395
8396 2005-12-07 [paul]       1.9.100cvs72
8397
8398         * configure.ac
8399         * src/mainwindow.c
8400         * src/manual.c
8401         * src/manual.h
8402         * src/common/defs.h
8403                 clean up after local FAQ removal and
8404                 temporary manual removal
8405
8406 2005-12-06 [colin]      1.9.100cvs71
8407
8408         * configure.ac
8409         * doc/Makefile.am
8410         * doc/faq/.cvsignore
8411         * doc/faq/Makefile.am
8412         * doc/faq/de/.cvsignore
8413         * doc/faq/de/Makefile.am
8414         * doc/faq/de/sylpheed-faq-1.html
8415         * doc/faq/de/sylpheed-faq-2.html
8416         * doc/faq/de/sylpheed-faq-3.html
8417         * doc/faq/de/sylpheed-faq.html
8418         * doc/faq/en/.cvsignore
8419         * doc/faq/en/Makefile.am
8420         * doc/faq/en/sylpheed-faq-1.html
8421         * doc/faq/en/sylpheed-faq-2.html
8422         * doc/faq/en/sylpheed-faq-3.html
8423         * doc/faq/en/sylpheed-faq-4.html
8424         * doc/faq/en/sylpheed-faq.html
8425         * doc/faq/es/.cvsignore
8426         * doc/faq/es/Makefile.am
8427         * doc/faq/es/sylpheed-faq-1.html
8428         * doc/faq/es/sylpheed-faq-2.html
8429         * doc/faq/es/sylpheed-faq-3.html
8430         * doc/faq/es/sylpheed-faq-4.html
8431         * doc/faq/es/sylpheed-faq.html
8432         * doc/faq/fr/.cvsignore
8433         * doc/faq/fr/Makefile.am
8434         * doc/faq/fr/sylpheed-faq-1.html
8435         * doc/faq/fr/sylpheed-faq-2.html
8436         * doc/faq/fr/sylpheed-faq-3.html
8437         * doc/faq/fr/sylpheed-faq.html
8438         * doc/faq/it/.cvsignore
8439         * doc/faq/it/Makefile.am
8440         * doc/faq/it/sylpheed-faq-1.html
8441         * doc/faq/it/sylpheed-faq-2.html
8442         * doc/faq/it/sylpheed-faq-3.html
8443         * doc/faq/it/sylpheed-faq.html
8444         * doc/manual/.cvsignore
8445         * doc/manual/Makefile.am
8446         * doc/manual/de/.cvsignore
8447         * doc/manual/de/Makefile.am
8448         * doc/manual/de/sylpheed-1.html
8449         * doc/manual/de/sylpheed-10.html
8450         * doc/manual/de/sylpheed-11.html
8451         * doc/manual/de/sylpheed-12.html
8452         * doc/manual/de/sylpheed-13.html
8453         * doc/manual/de/sylpheed-14.html
8454         * doc/manual/de/sylpheed-15.html
8455         * doc/manual/de/sylpheed-16.html
8456         * doc/manual/de/sylpheed-17.html
8457         * doc/manual/de/sylpheed-18.html
8458         * doc/manual/de/sylpheed-19.html
8459         * doc/manual/de/sylpheed-2.html
8460         * doc/manual/de/sylpheed-20.html
8461         * doc/manual/de/sylpheed-3.html
8462         * doc/manual/de/sylpheed-4.html
8463         * doc/manual/de/sylpheed-5.html
8464         * doc/manual/de/sylpheed-6.html
8465         * doc/manual/de/sylpheed-7.html
8466         * doc/manual/de/sylpheed-8.html
8467         * doc/manual/de/sylpheed-9.html
8468         * doc/manual/de/sylpheed.html
8469         * doc/manual/en/.cvsignore
8470         * doc/manual/en/Makefile.am
8471         * doc/manual/en/sylpheed-1.html
8472         * doc/manual/en/sylpheed-10.html
8473         * doc/manual/en/sylpheed-11.html
8474         * doc/manual/en/sylpheed-12.html
8475         * doc/manual/en/sylpheed-13.html
8476         * doc/manual/en/sylpheed-14.html
8477         * doc/manual/en/sylpheed-15.html
8478         * doc/manual/en/sylpheed-16.html
8479         * doc/manual/en/sylpheed-17.html
8480         * doc/manual/en/sylpheed-18.html
8481         * doc/manual/en/sylpheed-19.html
8482         * doc/manual/en/sylpheed-2.html
8483         * doc/manual/en/sylpheed-20.html
8484         * doc/manual/en/sylpheed-21.html
8485         * doc/manual/en/sylpheed-22.html
8486         * doc/manual/en/sylpheed-3.html
8487         * doc/manual/en/sylpheed-4.html
8488         * doc/manual/en/sylpheed-5.html
8489         * doc/manual/en/sylpheed-6.html
8490         * doc/manual/en/sylpheed-7.html
8491         * doc/manual/en/sylpheed-8.html
8492         * doc/manual/en/sylpheed-9.html
8493         * doc/manual/en/sylpheed.html
8494         * doc/manual/es/.cvsignore
8495         * doc/manual/es/Makefile.am
8496         * doc/manual/es/sylpheed-1.html
8497         * doc/manual/es/sylpheed-10.html
8498         * doc/manual/es/sylpheed-11.html
8499         * doc/manual/es/sylpheed-12.html
8500         * doc/manual/es/sylpheed-13.html
8501         * doc/manual/es/sylpheed-14.html
8502         * doc/manual/es/sylpheed-15.html
8503         * doc/manual/es/sylpheed-16.html
8504         * doc/manual/es/sylpheed-17.html
8505         * doc/manual/es/sylpheed-18.html
8506         * doc/manual/es/sylpheed-19.html
8507         * doc/manual/es/sylpheed-2.html
8508         * doc/manual/es/sylpheed-20.html
8509         * doc/manual/es/sylpheed-3.html
8510         * doc/manual/es/sylpheed-4.html
8511         * doc/manual/es/sylpheed-5.html
8512         * doc/manual/es/sylpheed-6.html
8513         * doc/manual/es/sylpheed-7.html
8514         * doc/manual/es/sylpheed-8.html
8515         * doc/manual/es/sylpheed-9.html
8516         * doc/manual/es/sylpheed.html
8517         * doc/manual/fr/.cvsignore
8518         * doc/manual/fr/Makefile.am
8519         * doc/manual/fr/sylpheed-1.html
8520         * doc/manual/fr/sylpheed-10.html
8521         * doc/manual/fr/sylpheed-11.html
8522         * doc/manual/fr/sylpheed-12.html
8523         * doc/manual/fr/sylpheed-13.html
8524         * doc/manual/fr/sylpheed-14.html
8525         * doc/manual/fr/sylpheed-15.html
8526         * doc/manual/fr/sylpheed-16.html
8527         * doc/manual/fr/sylpheed-17.html
8528         * doc/manual/fr/sylpheed-18.html
8529         * doc/manual/fr/sylpheed-19.html
8530         * doc/manual/fr/sylpheed-2.html
8531         * doc/manual/fr/sylpheed-20.html
8532         * doc/manual/fr/sylpheed-3.html
8533         * doc/manual/fr/sylpheed-4.html
8534         * doc/manual/fr/sylpheed-5.html
8535         * doc/manual/fr/sylpheed-6.html
8536         * doc/manual/fr/sylpheed-7.html
8537         * doc/manual/fr/sylpheed-8.html
8538         * doc/manual/fr/sylpheed-9.html
8539         * doc/manual/fr/sylpheed.html
8540         * doc/manual/ja/.cvsignore
8541         * doc/manual/ja/Makefile.am
8542         * doc/manual/ja/sylpheed-1.html
8543         * doc/manual/ja/sylpheed-10.html
8544         * doc/manual/ja/sylpheed-11.html
8545         * doc/manual/ja/sylpheed-12.html
8546         * doc/manual/ja/sylpheed-13.html
8547         * doc/manual/ja/sylpheed-14.html
8548         * doc/manual/ja/sylpheed-15.html
8549         * doc/manual/ja/sylpheed-16.html
8550         * doc/manual/ja/sylpheed-17.html
8551         * doc/manual/ja/sylpheed-18.html
8552         * doc/manual/ja/sylpheed-19.html
8553         * doc/manual/ja/sylpheed-2.html
8554         * doc/manual/ja/sylpheed-20.html
8555         * doc/manual/ja/sylpheed-3.html
8556         * doc/manual/ja/sylpheed-4.html
8557         * doc/manual/ja/sylpheed-5.html
8558         * doc/manual/ja/sylpheed-6.html
8559         * doc/manual/ja/sylpheed-7.html
8560         * doc/manual/ja/sylpheed-8.html
8561         * doc/manual/ja/sylpheed-9.html
8562         * doc/manual/ja/sylpheed.html
8563         * doc/manual/ja/sylpheed.sgml
8564         * src/mainwindow.c
8565                 Remove outdated manual and faq. Noisy, eh?
8566
8567 2005-12-06 [colin]      1.9.100cvs70
8568
8569         * src/compose.c
8570         * src/quote_fmt_parse.y
8571         * src/undo.c
8572         * src/undo.h
8573                 Allow %X to position cursor at 0 
8574                 (no %X = before signature)
8575                 Fix paste as quotation putting the cursor at 0
8576                 Fix undo offsets when pasting
8577                 Insert the quote_fmt at once instead of line 
8578                 by line
8579                 Fix [Edited] when starting to reply/forward
8580
8581 2005-12-06 [paul]       1.9.100cvs69
8582
8583         * src/plugins/clamav/clamav_plugin_gtk.c
8584                 add another tooltip
8585         * src/plugins/spamassassin/spamassassin_gtk.c
8586                 rework spamassassin_create_widget_func()
8587
8588 2005-12-05 [colin]      1.9.100cvs68
8589
8590         * po/POTFILES.in
8591                 Fix make release ;-)
8592
8593 2005-12-05 [colin]      1.9.100cvs67
8594
8595         * src/compose.c
8596         * src/compose.h
8597                 Fix cursor positioning (not obeying %X)
8598
8599 2005-12-05 [paul]       1.9.100cvs66
8600
8601         * src/plugins/dillo_viewer/dillo_prefs.c
8602                 fix compilation warning
8603
8604 2005-12-05 [paul]       1.9.100cvs65
8605
8606         * src/prefs_spelling.c
8607         * src/plugins/trayicon/trayicon.c
8608                 cleanups - remove unused stuff
8609
8610 2005-12-05 [paul]       1.9.100cvs64
8611
8612         * README
8613         * manual/plugins.xml
8614                 remove info about removed mathml_viewer plugin
8615
8616 2005-12-05 [paul]       1.9.100cvs63
8617
8618         * configure.ac
8619         * src/plugins/Makefile.am
8620         * src/plugins/mathml_viewer/.cvsignore
8621         * src/plugins/mathml_viewer/Makefile.am
8622         * src/plugins/mathml_viewer/mathml_viewer.c
8623                 remove unmaintained mathml_viewer plugin
8624
8625 2005-12-05 [paul]       1.9.100cvs62
8626
8627         * src/summaryview.c
8628                 obey prefs_common.always_show_msg when
8629                 moving a msg
8630                 Thanks to Colin
8631
8632 2005-12-05 [paul]       1.9.100cvs61
8633
8634         * src/compose.c
8635         * src/prefs_account.c
8636         * src/prefs_filtering.c
8637         * src/prefs_quote.c
8638         * src/prefs_spelling.c
8639         * src/prefs_toolbar.c
8640         * src/summaryview.c
8641         * src/gtk/gtkutils.c
8642         * src/gtk/quicksearch.c
8643         * src/plugins/dillo_viewer/dillo_prefs.c
8644                 dialog cleanups
8645
8646 2005-12-04 [paul]       1.9.100cvs60
8647
8648         * src/inc.c
8649         * src/prefs_account.c
8650         * src/prefs_account.h
8651                 allow a Local account to specify a
8652                 default inbox
8653                 (closes bug 843 'Inbox cannot be changed for local
8654                  mailboxes')
8655
8656 2005-12-04 [colin]      1.9.100cvs59
8657
8658         * src/plugins/trayicon/trayicon.c
8659                 Remove Get, rename Get All to Get Mail in order to
8660                 be consistent with the default main toolbar
8661
8662 2005-12-03 [colin]      1.9.100cvs58
8663
8664         * manual/gpl.xml
8665         * manual/sylpheed-claws-manual.xml
8666                 Add GPL appendix
8667
8668 2005-12-03 [paul]       1.9.100cvs57
8669
8670         * AUTHORS
8671         * po/sv.po
8672         * src/gtk/authors.h
8673                 new (partially complete) Swedish translation
8674                 by Anders Troback <sylpheed@troback.com>
8675
8676 2005-12-02 [paul]       1.9.100cvs56
8677
8678         * configure.ac
8679                 libetpan 0.41 required
8680
8681 2005-12-02 [paul]       1.9.100cvs55
8682
8683         * src/plugins/clamav/clamav_plugin.c
8684         * src/plugins/clamav/clamav_plugin.h
8685         * src/plugins/clamav/clamav_plugin_gtk.c
8686         * src/plugins/spamassassin/spamassassin.c
8687         * src/plugins/spamassassin/spamassassin.h
8688         * src/plugins/spamassassin/spamassassin_gtk.c
8689                 unregister prefs pages on unloading, thus
8690                 preventing a crash
8691                 (thanks to Colin for the hint)
8692
8693 2005-12-02 [wwp]        1.9.100cvs54
8694
8695         * src/quote_fmt.h
8696         * src/quote_fmt_parse.y
8697                 fix misuse of gboolean*, use gboolean instead
8698                 (thanks to Paul, Colin, for pointing out that scaring one)
8699
8700 2005-12-02 [paul]       1.9.100cvs53
8701
8702         * src/plugins/clamav/clamav_plugin.c
8703                 int no --> unsigned int no
8704         * src/plugins/clamav/clamav_plugin_gtk.c
8705                 rework config page
8706
8707 2005-12-02 [wwp]        1.9.100cvs52
8708
8709         * src/compose.c
8710         * src/prefs_template.c
8711         * src/quote_fmt.h
8712         * src/quote_fmt_parse.y
8713                 prevent from executing |f and |p templates commands when
8714                 adding or replacing templates in prefs (avoids annoying and
8715                 potentially dangerous behaviours)
8716
8717 2005-12-02 [paul]       1.9.100cvs51
8718
8719         * src/prefs_common.c
8720                 allow translation of some default values
8721                 Patch by Fabien Vantard
8722
8723 2005-12-02 [paul]       1.9.100cvs50
8724
8725         * src/codeconv.c
8726         * src/codeconv.h
8727         * src/prefs_common.c
8728         * src/prefs_common.h
8729         * src/prefs_message.c
8730         * src/textview.c
8731                 remove obsolete 'convert_mb_alnum' option
8732                 and related stuff
8733         * src/gtk/about.c
8734                 remove unused 'about_textview_visibility_notify'
8735
8736 2005-12-02 [paul]       1.9.100cvs49
8737
8738         * src/prefs_account.c
8739         * src/prefs_compose_writing.c
8740         * src/prefs_fonts.c
8741         * src/prefs_gtk.h
8742         * src/prefs_image_viewer.c
8743         * src/prefs_message.c
8744         * src/prefs_other.c
8745         * src/prefs_receive.c
8746         * src/prefs_send.c
8747         * src/prefs_spelling.c
8748         * src/prefs_summaries.c
8749         * src/prefs_wrapping.c
8750         * src/plugins/dillo_viewer/dillo_prefs.c
8751         * src/plugins/pgpcore/prefs_gpg.c
8752                 several cleanups to the prefs dialogs
8753                 (slightly modified) patch by Fabien Vantard
8754
8755 2005-12-02 [paul]       1.9.100cvs48
8756
8757         * src/main.c
8758                 --exit means exit
8759         * src/send_message.c
8760                 fix crash on send when connection fails
8761
8762         Thanks to Colin
8763
8764 2005-12-01 [colin]      1.9.100cvs47
8765
8766         * src/html.c
8767                 Translate &hellip; to "..."
8768
8769 2005-11-30 [colin]      1.9.100cvs46
8770
8771         * src/matcher.c
8772         * src/matcher.h
8773                 Optimize back yesterday's fix.
8774
8775 2005-11-30 [paul]       1.9.100cvs45
8776
8777         * manual/faq.xml
8778                 standardised
8779         * manual/intro.xml
8780                 written by Colin, edited by me
8781
8782 2005-11-29 [colin]      1.9.100cvs44
8783
8784         * src/matcher.c
8785                 Skip headers unconditionnaly in match_body if the
8786                 rule is not message or ~message
8787
8788 2005-11-29 [colin]      1.9.100cvs43
8789
8790         * src/matcher.c
8791                 Fix body_part and such, not skipping headers 
8792                 if the matchcriteria wasn't the first in the rule
8793
8794 2005-11-29 [colin]      1.9.100cvs42
8795
8796         * src/compose.c
8797                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8798                 option missing from message view window)
8799                 Fix double text D'n'D with gtk-2.8
8800         * src/matcher.c
8801                 Fix ~message, ~headers_part, ~body_part rules
8802         * src/messageview.c
8803                 Add Windows-1252 (Closes bug #863)
8804                 Fix accels
8805         * src/gtk/gtkaspell.c
8806                 Properly destroy accels in all menus
8807
8808 2005-11-29 [mones]      1.9.100cvs41
8809
8810         * po/es.po
8811                 Updated.
8812
8813 2005-11-27 [colin]      1.9.100cvs40
8814
8815         * src/mh_gtk.c
8816                 "/Remove mailbox" -> "/Remove mailbox..."
8817
8818 2005-11-27 [paul]       1.9.100cvs39
8819
8820         * AUTHORS
8821         * po/de.po
8822         * src/gtk/authors.h
8823                 updated by new maintainer, Stephan Sachse
8824
8825 2005-11-27 [paul]       1.9.100cvs38
8826
8827         * manual/faq.xml
8828                 written by Colin, edited by me
8829
8830 2005-11-27 [paul]       1.9.100cvs37
8831
8832         * src/prefs_common.c
8833         * src/prefs_common.h
8834         * src/prefs_receive.c
8835         * src/prefs_summaries.c
8836                 move 'go to inbox after receiving new mail'
8837                 option from display/sumamaries to mail
8838                 handling/receive, and rework prefs_summaries
8839                 dialog a little
8840
8841 2005-11-25 [martin]     1.9.100cvs36
8842
8843         * po/de.po
8844             fixed windows-1252 translation;
8845             translated some new and fuzzy strings
8846
8847 2005-11-25 [paul]       1.9.100cvs35
8848
8849         * src/plugins/clamav/clamav_plugin.c
8850                 complete the update done in cvs34
8851
8852 2005-11-25 [paul]       1.9.100cvs34
8853
8854         * src/plugins/clamav/clamav_plugin.c
8855                 reflect upstream changes
8856
8857 2005-11-25 [paul]       1.9.100cvs33
8858
8859         * manual/ack.xml
8860         * manual/plugins.xml
8861         * manual/sylpheed-claws-manual.xml
8862                 written/updated by Colin, edited by me
8863         * tools/acroread2sylpheed.pl
8864                 update binary name
8865
8866 2005-11-24 [colin]      1.9.100cvs32
8867
8868         * src/compose.c
8869                 Fix bug #856 (reediting messages forgets Request
8870                 Return Receipt)
8871
8872 2005-11-24 [paul]       1.9.100cvs31
8873
8874         * manual/addrbook.xml
8875         * manual/starting.xml
8876                 written by Colin, proofread, edited, adapted by me
8877         * manual/advanced.xml
8878                 add some Actions examples
8879         * src/importldif.c
8880                 use a Save button instead of a Close button
8881         * src/wizard.c
8882                 indicate mandatory fields
8883                 fix page display
8884                 Thanks to Colin
8885
8886 2005-11-23 [colin]      1.9.100cvs30
8887
8888         * src/addressbook.c
8889                 Rename menu item, fix possible crash after
8890                 deletion of books
8891         * src/addrindex.c
8892                 Allow searching for '*' in ldap
8893         * src/browseldap.c
8894                 Fix "Browse Entry" (did anyone use it?)
8895         * src/wizard.c
8896                 Add guards for mandatory information
8897
8898 2005-11-23 [paul]       1.9.100cvs29
8899
8900         * manual/advanced.xml
8901                 corrections to the English
8902
8903 2005-11-23 [colin]      1.9.100cvs28
8904
8905         * src/mimeview.c
8906                 Fix possible crash at exit. After the call to
8907                 gtk_container_remove(), the Viewer's widget has no
8908                 more parent so gtk+ automatically frees it and its
8909                 sons. If destroy_viewer() then try to access it,
8910                 problems ensue.
8911
8912 2005-11-22 [colin]      1.9.100cvs27
8913
8914         * src/compose.c
8915         * src/gtk/gtkaspell.c
8916                 Fix right-clicking on a misspelled word
8917                 Fix More... in suggestions menu
8918
8919 2005-11-22 [wwp]        1.9.100cvs26
8920
8921         * src/prefs_template.c
8922                 templates works: re-sort templates list when adding or replacing,
8923                 prevent from adding or replacing when the template name is empty
8924
8925 2005-11-21 [colin]      1.9.100cvs25
8926
8927         * src/addressbook.c
8928                 Fix some addressbook suckage (dnd, select all)
8929         * src/compose.c
8930         * src/gtk/gtkaspell.c
8931         * src/gtk/gtkaspell.h
8932                 Make the spellchecker menu work with the 
8933                 GtkTextView one instead of overriding it
8934
8935 2005-11-20 [paul]       1.9.100cvs24
8936
8937         * manual/handling.xml
8938                 proofread and corrected
8939
8940 2005-11-20 [paul]       1.9.100cvs23
8941
8942         * manual/Makefile
8943                 generate html as one file
8944         * manual/advanced.xml
8945                 fix output generation
8946                 reformat hidden options list
8947         * manual/manual.xml     ** REMOVED **
8948         * manual/sylpheed-claws-manual.xml      ** ADDED **
8949                 renamed
8950
8951 2005-11-18 [colin]      1.9.100cvs22
8952
8953         * src/prefs_account.c
8954                 Fix layout in news and mbox accounts
8955         * manual/account.xml
8956         * manual/advanced.xml
8957                 New contents for Paul to check :)
8958
8959 2005-11-18 [wwp]        1.9.100cvs21
8960
8961         * src/gtk/quicksearch.c
8962                 don't update extended quicksearch buttons twice
8963
8964 2005-11-18 [paul]       1.9.100cvs20
8965
8966         * src/textview.c
8967                 complete 1.9.100cvs19
8968
8969 2005-11-18 [paul]       1.9.100cvs19
8970
8971         * src/compose.c
8972                 cosmetic improvements
8973         * src/textview.c
8974                 also list text/* attachments
8975
8976 2005-11-18 [colin]      1.9.100cvs18
8977
8978         * src/summaryview.c
8979                 Use column 0 instead of -1 in 
8980                 gtk_ctree_node_moveto, in a naive
8981                 hope it'll fix the gtk-related crashes
8982
8983 2005-11-18 [colin]      1.9.100cvs17
8984
8985         * src/gtk/inputdialog.c
8986                 Fix icon staying the first one
8987
8988 2005-11-17 [wwp]        1.9.100cvs16
8989                 fix possible problem showing some quicksearch buttons, and a bad
8990                 call to g_return_if_fail in a function that returns a value (both
8991                 fixes by Fabien Vantard)
8992
8993 2005-11-15 [wwp]        1.9.100cvs15
8994
8995         * src/gtk/quicksearch.c
8996                 added a tooltip to that obscure ... quicksearch button
8997
8998 2005-11-15 [wwp]        1.9.100cvs14
8999
9000         * src/gtk/quicksearch.c
9001                 add a quicksearch helper to filtering expression users: the ... button
9002                 raises the condition expr window. condition expressions set up w/ this
9003                 window are used by the quicksearch if the user closes it pressing OK.
9004
9005 2005-11-14 [paul]       1.9.100cvs13
9006
9007         * src/plugins/clamav/clamav_plugin.c
9008         * src/plugins/spamassassin/spamassassin.c
9009                 change plugin type following recent merging
9010
9011 2005-11-14 [wwp]        1.9.100cvs12
9012
9013         * src/folder.c
9014                 prevent from crashing when copying/moving message(s) from and
9015                 to the same folder
9016
9017 2005-11-14 [paul]       1.9.100cvs11
9018
9019         * src/plugins/clamav/Makefile.am
9020         * src/plugins/clamav/clamav_plugin.c
9021         * src/plugins/clamav/clamav_plugin.h
9022         * src/plugins/clamav/clamav_plugin_gtk.c
9023                 also merge clamav and clamav_gtk plugins
9024
9025 2005-11-13 [colin]      1.9.100cvs10
9026
9027         * configure.ac
9028         * src/plugins/spamassassin/Makefile.am
9029         * src/plugins/spamassassin/spamassassin.c
9030         * src/plugins/spamassassin/spamassassin.h
9031         * src/plugins/spamassassin/spamassassin_gtk.c
9032                 Merge spamassassin and spamassassin_gtk plugins,
9033                 and build it by default.
9034
9035 2005-11-12 [colin]      1.9.100cvs9
9036
9037         * src/etpan/imap-thread.c
9038                 Fix gcc warning
9039
9040 2005-11-12 [colin]      1.9.100cvs8
9041
9042         * src/procmime.c
9043                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9044
9045 2005-11-10 [colin]      1.9.100cvs7
9046
9047         * src/main.c
9048                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9049                 minimised state)
9050
9051 2005-11-10 [wwp]        1.9.100cvs6
9052
9053         * src/gtk/description_window.c
9054                 fix a crash when closing description windows using the WM's [X] button
9055
9056 2005-11-09 [colin]      1.9.100cvs5
9057
9058         * src/common/ssl.c
9059                 Update libetpan call to follow upstream
9060                 (yes, this requires libetpan-0.40cvs3)
9061
9062 2005-11-08 [colin]      1.9.100cvs4
9063
9064         * src/compose.c
9065         * src/textview.c
9066         * src/common/utils.c
9067         * src/common/utils.h
9068                 Enhance the email parser
9069
9070 2005-11-08 [colin]      1.9.100cvs3
9071
9072         * src/procmime.c
9073                 Fix what looks like an off-by-one (fixes 
9074                 attachments from the Bat)
9075
9076 2005-11-08 [wwp]        1.9.100cvs2
9077
9078         * src/main.c
9079                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9080
9081 2005-11-08 [wwp]        1.9.100cvs1
9082
9083         * src/main.c
9084                 allow exiting Sylpheed-Claws from command-line
9085
9086 2005-11-08 [paul]       1.9.100
9087
9088         1.9.100 released
9089
9090 2005-11-07 [colin]      1.9.99cvs17
9091
9092         * src/addritem.c
9093         * src/ldif.c
9094                 Fix import of base-64 encoded items
9095
9096 2005-11-07 [colin]      1.9.99cvs16
9097
9098         * src/send_message.c
9099                 Fix bug #314 (Queue does not empty under certain 
9100                 circumstances)
9101
9102 2005-11-07 [paul]       1.9.99cvs15
9103
9104         * src/mutt.c
9105         * src/pine.c
9106                 fix buffer overflows
9107                 Thanks to Colin
9108
9109 2005-11-07 [paul]       1.9.99cvs14
9110
9111         * doc/man/Makefile.am
9112         * doc/man/sylpheed-claws.1      ** ADDED **
9113         * doc/man/sylpheed.1            ** DELETED **
9114                 rename and update the man file
9115
9116 2005-11-06 [colin]      1.9.99cvs13
9117
9118         * src/ldif.c
9119                 Fix ldif_get_line() that returned empty strings
9120                 (Didn't understand why). Also fix a possible
9121                 buffer overflow.
9122
9123 2005-11-06 [wwp]        1.9.99cvs12
9124
9125         * src/textview.c
9126         * src/gtk/about.c
9127         * src/gtk/gtkutils.c
9128         * src/gtk/gtkutils.h
9129                 fix a compilation warning,
9130                 make links sensitive in the about dialog
9131
9132 2005-11-04 [wwp]        1.9.99cvs11
9133
9134         * src/gtk/about.c
9135                 don't wrap or translate URIs, and a bit text format cleanup
9136
9137 2005-11-04 [wwp]        1.9.99cvs10
9138
9139         * src/gtk/about.c
9140                 better textview tagging implementation (no more use of marks for
9141                 postponed tagging)
9142
9143 2005-11-02 [colin]      1.9.99cvs9
9144
9145         * src/common/ssl.c
9146                 Forgot an ifdef
9147
9148 2005-11-02 [colin]      1.9.99cvs8
9149
9150         * configure.ac
9151                 Require libetpan-0.40 due to upstream fix
9152         * src/common/ssl.c
9153                 Tell libetpan not to call SSL_Library_Init,
9154                 as we do it ourselves.
9155
9156 2005-11-02 [colin]      1.9.99cvs7
9157
9158         * po/POTFILES.in
9159                 Add missing files (thanks to Fabien Vantard)
9160
9161 2005-11-02 [colin]      1.9.99cvs6
9162
9163         * src/summaryview.c
9164                 Fix totals when read messages are hidden or quicksearch
9165                 is on
9166         * src/ssl_manager.c
9167         * src/ssl_manager.h
9168         * src/common/ssl_certificate.c
9169         * src/common/ssl_certificate.h
9170         * src/gtk/sslcertwindow.c
9171         * src/gtk/sslcertwindow.h
9172                 Fix copyright on my stuff
9173
9174 2005-11-02 [wwp]        1.9.99cvs5
9175
9176         * src/prefs_themes.c
9177                 fix directory name checking (theme installation/removal),
9178                 made related error a bit more verbose
9179
9180 2005-11-02 [colin]      1.9.99cvs4
9181
9182         * src/summaryview.c
9183                 Fix typo (probably fixes bug #841 (Sort by the From 
9184                 field doesn't work)
9185
9186 2005-11-02 [paul]       1.9.99cvs3
9187
9188         * po/ko.po
9189         * po/nb.po
9190                 updated by SungHyun Nam, Geir Helland
9191         * src/wizard.c
9192                 fix typo in welcome message. spotted by
9193                 Andrea Spadaccini
9194
9195 2005-11-01 [colin]      1.9.99cvs2
9196
9197         * src/compose.c
9198                 Fix replying to ml wen confirming subscription
9199         * src/messageview.c
9200         * src/mimeview.c
9201         * src/mimeview.h
9202         * src/privacy.h
9203         * src/summaryview.c
9204                 Make key check non blocking
9205
9206 2005-10-31 [paul]       1.9.99cvs1
9207
9208         * tools/claws.i18n.status.pl
9209                 updated for ChangeLog
9210
9211 2005-10-31 [paul]       1.9.99
9212
9213         1.9.99 released
9214
9215 2005-10-31 [paul]       1.9.15cvs131
9216
9217         * .cvsignore
9218         * ChangeLog
9219         * ChangeLog.claws       ** REMOVED **
9220         * ChangeLog-gtk2.claws  ** REMOVED **
9221         * ChangeLog.gtk1        ** ADDED **
9222         * INSTALL
9223         * Makefile.am
9224         * NEWS
9225         * README
9226         * README.claws          ** REMOVED **
9227         * README.jp             ** REMOVED **
9228         * RELEASE_NOTES         ** ADDED **
9229         * RELEASE_NOTES.claws   ** REMOVED **
9230         * commitHelper
9231         * configure.ac
9232         * sylpheed.spec.in      ** REMOVED **
9233                 tidy up and update the default docs:
9234                 ChangeLog.claws is renamed ChangeLog.gtk1
9235                 ChangeLog-gtk2.claws is renamed ChangeLog
9236                 README.claws is renamed README
9237                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9238
9239 2005-10-31 [paul]       1.9.15cvs130
9240
9241         * po/it.po
9242                 fix errors
9243
9244 2005-10-31 [paul]       1.9.15cvs129
9245
9246         * po/ca.po
9247         * po/de.po
9248         * po/en_GB.po
9249         * po/fr.po
9250         * po/it.po
9251         * po/pt_BR.po
9252         * po/sk.po
9253         * po/sr.po
9254         * po/zh_CN.po
9255                 updated by Miquel Oliete, Stephan Sachse and
9256                 Thomas Gilgin, me, Fabien Vantard, Andrea
9257                 Spadaccini, Frederico Goncalves Guimaraes,
9258                 Andrej Kacian, Aleksandar Urosevic, and
9259                 Ralgh Young.
9260
9261 2005-10-31 [mones]      1.9.15cvs128
9262
9263         * manual/faq.xml
9264                 More questions.
9265         
9266         * po/es.po
9267                 Updated for release.
9268
9269 2005-10-30 [colin]      1.9.15cvs127
9270
9271         * src/compose.c
9272                 Place cursor before rewrapping (fixes cursor
9273                 pos if quotation gets rewrapped)
9274
9275 2005-10-29 [paul]       1.9.15cvs126
9276
9277         * src/crash.c
9278         * src/foldersel.c
9279         * src/main.c
9280         * src/messageview.c
9281         * src/toolbar.c
9282         * src/gtk/authors.h
9283                 corrections to text items
9284
9285 2005-10-28 [colin]      1.9.15cvs125
9286
9287         * src/messageview.c
9288                 Make "hit 'C' to check sig" work from extern 
9289                 messageviews
9290
9291 2005-10-27 [colin]      1.9.15cvs124
9292
9293         * src/summaryview.c
9294                 Add a hack to avoid segfaulting when hammering 
9295                 on gtk's events
9296
9297 2005-10-27 [wwp]        1.9.15cvs123
9298
9299         * src/prefs_themes.c
9300                 sort list of themes names in themes prefs
9301
9302 2005-10-27 [paul]       1.9.15cvs122
9303
9304         * src/folder.c
9305         * src/prefs_account.c
9306                 fix building on Solaris
9307                 Patch by Alex Moore
9308
9309 2005-10-27 [wwp]        1.9.15cvs121
9310
9311         * src/summaryview.c
9312         * src/gtk/gtksctree.c
9313                 speed up unselecting messages in summary view (thanks to Colin)
9314
9315 2005-10-27 [paul]       1.9.15cvs120
9316
9317         * src/mainwindow.c
9318                 fix a compilation warning
9319         * src/summaryview.c
9320                 fix updating of 'n items selected' count
9321                 when deselecting
9322
9323 2005-10-27 [martin]     1.9.15cvs119
9324
9325         * src/action.c
9326                 ignore actions with a leading '/' in the action menu name
9327                 fixes a crash on menu creation
9328         * src/prefs_actions.c
9329                 do not allow a leading '/' in the action menu name
9330
9331 2005-10-27 [paul]       1.9.15cvs118
9332
9333         * src/main.c
9334                 fix compilation warning
9335
9336 2005-10-27 [paul]       1.9.15cvs117
9337
9338         * src/procmime.c
9339                 add #if HAVE_LOCALE_H
9340
9341 2005-10-27 [paul]       1.9.15cvs116
9342
9343         * src/plugins/clamav/clamav_plugin.c
9344         * src/plugins/dillo_viewer/dillo_viewer.c
9345         * src/plugins/mathml_viewer/mathml_viewer.c
9346         * src/plugins/pgpcore/plugin.c
9347         * src/plugins/pgpinline/plugin.c
9348         * src/plugins/pgpmime/plugin.c
9349         * src/plugins/spamassassin/spamassassin.c
9350         * src/plugins/trayicon/trayicon.c
9351                 plugin_init() : make error messages more
9352                 informative
9353
9354 2005-10-26 [wwp]        1.9.15cvs115
9355
9356         * src/prefs_matcher.c
9357                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9358
9359 2005-10-26 [wwp]        1.9.15cvs114
9360
9361         * src/procmime.c
9362         * src/gtk/gtksctree.c
9363         * src/plugins/spamassassin/libspamc.c
9364         * src/plugins/spamassassin/spamassassin.c
9365                 fix some compilation warnings more
9366
9367 2005-10-26 [mones]      1.9.15cvs113
9368
9369         * po/es.po
9370                 Updated translation
9371
9372 2005-10-26 [paul]       1.9.15cvs112
9373
9374         * src/prefs_message.c
9375                 give all display_xface stuff the
9376                 #if HAVE_LIBCOMPFACE treatment, thus
9377                 preventing a crash
9378                 (Thanks to Wolfgang Enderlein)
9379
9380 2005-10-26 [colin]      1.9.15cvs111
9381
9382         * src/gedit-print.c
9383                 Fix date format
9384         * src/imap_gtk.c
9385         * src/news_gtk.c
9386                 Remove context menu items that should not be there
9387         * src/jpilot.c
9388                 Fix encoding
9389         * src/main.c
9390         * src/mainwindow.c
9391                 Don't show the mainwindow too soon
9392
9393 2005-10-26 [wwp]        1.9.15cvs110
9394
9395         * src/folder.c
9396         * src/manual.c
9397         * src/summaryview.c
9398                 fix uninitialized pointers in the folder updating hook
9399                 (thanks to Colin)
9400
9401 2005-10-25 [mones]      1.9.15cvs109
9402
9403         * manual/faq.xml
9404                 General information subsection completed. 
9405                 Removed archaic references.
9406                 
9407         * manual/Makefile
9408         * manual/dtd/manual.dsl
9409                 Added customization stylesheet for getting paragraphs
9410                 fully justified in PDF output (as suggested by Colin).
9411
9412 2005-10-25 [colin]      1.9.15cvs108
9413
9414         * src/compose.c
9415                 Fix a second leak
9416
9417 2005-10-25 [colin]      1.9.15cvs107
9418
9419         * src/addrbook.c
9420         * src/addrindex.c
9421                 Fix leak (xml_get_element() allocates memory)
9422         * src/compose.c
9423                 Fix leak + dead code (shame!)
9424         * src/procmime.c
9425                 Fix leak
9426
9427 2005-10-25 [colin]      1.9.15cvs106
9428
9429         * src/mimeview.c
9430                 Fix encoding issue in Save all and in 
9431                 overwrite-confirmation alertpanel
9432
9433 2005-10-25 [colin]      1.9.15cvs105
9434
9435         * src/common/socket.c
9436                 Fix a leak - Thanks to Christopher Aillon
9437                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9438
9439 2005-10-25 [paul]       1.9.15cvs104
9440
9441         * src/wizard.c
9442                 Always guess servers from the right-hand
9443                 email part and guess username from the
9444                 left-hand part. (Thanks to Colin)
9445                 add an X-Face to the welcome message
9446
9447 2005-10-25 [paul]       1.9.15cvs103
9448
9449         * manual/handling.xml
9450                 written by Colin, edited by me
9451
9452 2005-10-25 [wwp]        1.9.15cvs102
9453
9454         * src/folderview.c
9455         * src/grouplistdialog.c
9456         * src/imap.c
9457         * src/noticeview.c
9458                 fix some compilation warnings
9459
9460 2005-10-24 [paul]
9461
9462         1.9.99-rc3 released
9463
9464 2005-10-24 [paul]       1.9.15cvs101
9465
9466         * src/gtk/about.c
9467                 fix window sizing
9468
9469 2005-10-24 [paul]       1.9.15cvs100
9470
9471         * src/pixmaps/offline.xpm
9472         * src/pixmaps/online.xpm
9473                 replace with last default versions
9474
9475 2005-10-24 [colin]      1.9.15cvs99
9476
9477         * src/imap.c
9478                 Fix bug when moving a folder
9479         * src/imap_gtk.c
9480         * src/mh_gtk.c
9481                 "Delete folder" pops up a window, so it 
9482                 should be suffixed with "..."
9483         * src/plugins/pgpcore/sgpgme.c
9484                 Include locale.h
9485
9486 2005-10-24 [mones]      1.9.15cvs98
9487
9488         * manual/Makefile
9489         * manual/account.xml
9490         * manual/ack.xml
9491         * manual/addrbook.xml
9492         * manual/advanced.xml
9493         * manual/faq.xml
9494         * manual/glossary.xml
9495         * manual/gpl.xml
9496         * manual/handling.xml
9497         * manual/intro.xml
9498         * manual/keyboard.xml
9499         * manual/manual.xml
9500         * manual/plugins.xml
9501         * manual/starting.xml
9502         * manual/dtd/sdocbook.dtd
9503                 Initial manual structure and some content.
9504
9505 2005-10-23 [wwp]        1.9.15cvs97
9506
9507         * src/gtk/about.c
9508                 fix a typo
9509
9510 2005-10-23 [wwp]        1.9.15cvs96
9511
9512         * src/gtk/about.c
9513         * src/gtk/authors.h
9514                 rework of the about window (main work by Paul), also featuring a few
9515                 fixes for typos and duplicate names
9516
9517 2005-10-23 [wwp]        1.9.15cvs95
9518
9519         * src/.cvsignore
9520                 Ignore the right binary name (sylpheed-claws now)
9521
9522 2005-10-23 [paul]       1.9.15cvs94
9523
9524         * src/compose.c
9525                 when using Folder Pref 'Default To for
9526                 replies' make the entry in the Compose
9527                 window bold
9528                 Patch by Fabien Vantard
9529
9530 2005-10-22 [colin]      1.9.15cvs93
9531
9532         * src/codeconv.c
9533                 Fix leak
9534
9535 2005-10-22 [colin]      1.9.15cvs92
9536
9537         * src/codeconv.c
9538                 try to convert using locale (apart utf8) if necessary
9539
9540 2005-10-22 [colin]      1.9.15cvs91
9541
9542         * src/pixmaps/new.xpm
9543         * src/pixmaps/unread.xpm
9544                 Make the unread envelope blue again and
9545                 saturate the new one a bit more.
9546
9547 2005-10-22 [colin]      1.9.15cvs90
9548
9549         * src/compose.c
9550                 When replying to a mail sent by one of our accounts,
9551                 use the original list of recipients. Let 'Reply All'
9552                 and 'Reply to sender' work like previously.
9553
9554 2005-10-21 [colin]      1.9.15cvs89
9555
9556         * src/prefs_filtering.c
9557                 Clear fields after add and replace
9558         * src/textview.c
9559                 Display xface differently (better)
9560         * src/plugins/pgpinline/pgpinline.c
9561                 Fix crappy encodings/recodings
9562
9563 2005-10-21 [paul]       1.9.15cvs88
9564
9565         * src/compose.c
9566         * src/prefs_folder_item.c
9567         * src/toolbar.c
9568                 fix news folder Folder Properties
9569                 (thanks to Colin)
9570         * src/folderview.c
9571                 update folderview after Themes change
9572                 keep selected folder selected
9573                 (thanks to Colin)
9574
9575 2005-10-21 [paul]       1.9.15cvs87
9576
9577         * tools/Makefile.am
9578         * tools/OOo2sylpheed.pl
9579         * tools/README
9580         * tools/README.sylprint
9581         * tools/asus_mailled.sh         ** REMOVED **
9582         * tools/filter_conv.pl
9583         * tools/freshmeat_search.pl
9584         * tools/google_search.pl
9585         * tools/gpg-sign-syl            ** REMOVED **
9586         * tools/kmail2sylpheed.pl
9587         * tools/kmail2sylpheed_v2.pl
9588         * tools/multiwebsearch.pl
9589         * tools/nautilus2sylpheed.sh
9590         * tools/newscache_clean.pl
9591         * tools/outlook2sylpheed.pl
9592         * tools/sylpheed-switcher       ** REMOVED **
9593         * tools/sylprint.pl
9594         * tools/sylprint.rc
9595         * tools/tb2sylpheed
9596         * tools/vcard2xml.py
9597         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9598                 update default config dir
9599                 update binary name (thanks to Fabien Vantard)
9600                 remove obsolete scripts
9601
9602 2005-10-21 [colin]      1.9.15cvs86
9603
9604         * src/inc.c
9605                 Fix possible leak and units. Based on a patch by
9606                 Fabien Vantard.
9607
9608 2005-10-20 [colin]      1.9.15cvs85
9609
9610         * src/textview.c
9611                 Clear xface when clearing textview
9612
9613 2005-10-20 [colin]      1.9.15cvs84
9614
9615         * configure.ac
9616         * src/folderview.c
9617         * src/headerview.c
9618         * src/main.c
9619         * src/prefs_common.c
9620         * src/prefs_common.h
9621         * src/prefs_message.c
9622         * src/textview.c
9623         * src/textview.h
9624         * src/common/defs.h
9625         * src/common/utils.c
9626         * src/common/utils.h
9627         * src/gtk/gtkutils.c
9628         * src/gtk/gtkutils.h
9629                 Migrate config to .sylpheed-claws (Automatically)
9630                 Add a way to get the Xface in the TextView
9631
9632 2005-10-20 [colin]      1.9.15cvs83
9633
9634         * src/gtk/Makefile.am
9635         * src/gtk/about.c
9636         * src/gtk/authors.h
9637                 Make the about dialog *grooovy*
9638
9639 2005-10-20 [colin]      1.9.15cvs82
9640
9641         * src/mimeview.c
9642                 Use "Open with" on double click if no command
9643                 was found
9644
9645 2005-10-20 [colin]      1.9.15cvs81
9646
9647         * src/imap.c
9648         * src/etpan/imap-thread.c
9649                 Fix possible crash.
9650
9651 2005-10-20 [paul]       1.9.15cvs80
9652
9653         * src/folder.c
9654                 don't show clipkey icon if the only
9655                 attachment is the signature
9656                 Patch by Colin
9657
9658 2005-10-20 [paul]       1.9.15cvs79
9659
9660         * AUTHORS
9661         * src/plugins/pgpmime/pgpmime.c
9662                 name the PGP/MIME signature 'signature.asc'
9663                 Patch by Andrew Nelson <freeandy@gmail.com>
9664
9665 2005-10-19 [colin]      1.9.15cvs78
9666
9667         * src/plugins/pgpmime/pgpmime.c
9668                 Oops, no need to double-check though
9669
9670 2005-10-19 [colin]      1.9.15cvs77
9671
9672         * src/plugins/pgpinline/pgpinline.c
9673         * src/plugins/pgpmime/pgpmime.c
9674                 Check that my_tmpfile() doesn't 
9675                 return NULL
9676
9677 2005-10-19 [colin]      1.9.15cvs76
9678
9679         * src/common/utils.c
9680                 Use shorter mime boundaries to avoid having
9681                 MTAs rewrapping our headers, breaking the
9682                 PGP signature in the process 
9683         * src/compose.c
9684         * src/plugins/pgpmime/pgpmime.c
9685                 Check for boundary uniqueness to be sure
9686                 it won't happen, instead of hoping for the
9687                 best
9688
9689 2005-10-19 [colin]      1.9.15cvs75
9690
9691         * sylpheed-claws.desktop
9692         * src/Makefile.am
9693         * src/main.c
9694                 Ship a sylpheed-claws binary instead
9695                 of a sylpheed one. Change the socket
9696                 name, too
9697         * src/folderview.c
9698                 Update folder only if it changed
9699         * src/wizard.c
9700                 Fix i18n in welcome mail, patch by
9701                 Fabien Vantard
9702
9703 2005-10-19 [paul]
9704
9705         1.9.99-rc2 released
9706
9707 2005-10-19 [paul]       1.9.15cvs74
9708
9709         * src/folder.c
9710         * src/folderview.c
9711                 fix summaryview update
9712                 Patch by Colin
9713
9714 2005-10-18 [colin]      1.9.15cvs73
9715
9716         * src/plugins/pgpcore/passphrase.c
9717                 Don't XGrabServer, and try a bit more to 
9718                 sync everything before grabbing mouse/keyboard
9719
9720 2005-10-18 [colin]      1.9.15cvs72
9721
9722         * src/Makefile.am
9723         * src/addressadd.c
9724         * src/addressbook.c
9725         * src/folderview.c
9726         * src/grouplistdialog.c
9727         * src/mimeview.c
9728         * src/stock_pixmap.c
9729         * src/stock_pixmap.h
9730         * src/summaryview.c
9731         * src/gtk/gtksctree.c
9732         * src/gtk/gtksctree.h
9733         * src/pixmaps/empty.xpm
9734                 Implement a wrapper call for gtk_ctree_set_node_info
9735                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9736                 pixmap instead of a NULL one. This works around some
9737                 memory problems deep inside gtk, revealed by valgrind,
9738                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9739                 as locked crashes sylpheed.), as well as, probably, 
9740                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9741
9742 2005-10-17 [colin]      1.9.15cvs71
9743
9744         * src/mimeview.c
9745                 Provide visual feedback when checking
9746                 signature
9747
9748 2005-10-17 [colin]      1.9.15cvs70
9749
9750         * src/main.c
9751                 Keep the folder list frozen while checking caches...
9752
9753 2005-10-17 [colin]      1.9.15cvs69
9754
9755         * src/addr_compl.c
9756                 Fi bug #833 (Autocompleting from addressbook 
9757                 fails with extended chars)
9758         * src/imap.c
9759                 Fix 'adding messages' staying in statusbar
9760                 after an error
9761
9762 2005-10-17 [wwp]        1.9.15cvs68
9763
9764         * src/ssl_manager.c
9765                 Fix buttons' layout resizing when window size changes
9766
9767 2005-10-17 [wwp]        1.9.15cvs67
9768
9769         * src/account.c
9770         * src/prefs_account.c
9771         * src/prefs_common.c
9772         * src/prefs_common.h
9773         * src/prefs_folder_item.c
9774         * src/prefs_gtk.c
9775         * src/gtk/logwindow.c
9776         * src/gtk/pluginwindow.c
9777         * src/gtk/prefswindow.c
9778         * src/gtk/prefswindow.h
9779                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9780
9781 2005-10-17 [paul]       1.9.15cvs66
9782
9783         * configure.ac
9784                 fix missing libetpan message
9785         * po/en_GB.po
9786                 updated
9787         * src/crash.c
9788         * src/manual.c
9789         * src/prefs_themes.c
9790         * src/common/defs.h
9791                 add some new URI defines, change some
9792                 others
9793         * src/wizard.c
9794                 make welcome message translatable
9795                 small improvements to english
9796                 other tweaks
9797         * src/gtk/menu.c
9798                 fix warnings
9799
9800 2005-10-17 [paul]       1.9.15cvs65
9801
9802         * src/summaryview.c
9803                 fix column titles
9804
9805 2005-10-16 [mones]      1.9.15cvs64
9806
9807         * po/es.po
9808                 Updated translation
9809
9810 2005-10-16 [colin]
9811
9812         1.9.99-rc1 released
9813
9814 2005-10-16 [colin]      1.9.15cvs63
9815
9816         * src/wizard.c
9817                 Fix whitespace
9818
9819 2005-10-16 [colin]      1.9.15cvs62
9820
9821         * src/toolbar.c
9822                 s/Get All/Get Mail/
9823         * src/wizard.c
9824                 Real welcome mail text, thanks Paul
9825
9826 2005-10-16 [colin]      1.9.15cvs61
9827
9828         * src/editldap.c
9829         * src/exporthtml.c
9830         * src/main.c
9831         * src/mainwindow.c
9832         * src/prefs_themes.c
9833         * src/prefs_toolbar.c
9834         * src/plugins/demo/demo.c
9835         * src/plugins/trayicon/trayicon.c
9836                 s/Sylpheed/Sylpheed-Claws/
9837
9838 2005-10-16 [colin]      1.9.15cvs60
9839
9840         * src/wizard.c
9841                 Add a welcome email in the first empty mailbox
9842         * src/prefs_common.c
9843                 Change one more default
9844
9845 2005-10-16 [colin]      1.9.15cvs59
9846
9847         * src/wizard.c
9848                 Remove printf
9849
9850 2005-10-16 [colin]      1.9.15cvs58
9851
9852         * src/toolbar.c
9853         * src/prefs_common.c
9854                 Change some defaults
9855
9856 2005-10-16 [colin]      1.9.15cvs57
9857
9858         * src/toolbar.c
9859         * src/prefs_common.c
9860                 Change some defaults
9861
9862 2005-10-16 [colin]      1.9.15cvs56
9863
9864         * src/wizard.c
9865                 By default, initialize fonts to have
9866                 the same size as normal GtkWidgets
9867
9868 2005-10-16 [colin]      1.9.15cvs55
9869
9870         * src/mimeview.c
9871                 Fix message a bit more
9872
9873 2005-10-16 [colin]      1.9.15cvs54
9874
9875         * src/addressbook.c
9876                 Second attempt at flicker fixing
9877
9878 2005-10-16 [colin]      1.9.15cvs53
9879
9880         * src/addressbook.c
9881                 Fix flicker
9882
9883 2005-10-16 [wwp]        1.9.15cvs52
9884
9885         * src/addressbook.c
9886         * src/editaddress.c
9887         * src/prefs_common.c
9888         * src/prefs_common.h
9889                 Remember window sizes (address book)
9890
9891 2005-10-16 [wwp]        1.9.15cvs51
9892
9893         * src/plugins/clamav/clamav_plugin_gtk.c
9894         * src/plugins/spamassassin/spamassassin_gtk.c
9895                 Fix compilation warnings (missing #include).
9896
9897 2005-10-16 [colin]      1.9.15cvs50
9898
9899         * src/mimeview.c
9900         * src/summaryview.c
9901         * src/textview.c
9902                 Make 'c' check signature, and forward
9903                 c, l, y, t from summaryview to mimeview
9904
9905 2005-10-16 [colin]      1.9.15cvs49
9906
9907         * src/addressbook.c
9908                 Put border around buttons
9909         * src/mainwindow.c
9910         * src/summaryview.c
9911                 Rework menus (Patch based on a patch
9912                 by Paul)
9913
9914 2005-10-15 [wwp]        1.9.15cvs48
9915
9916         * src/editjpilot.c
9917         * src/editldap.c
9918         * src/editvcard.c
9919         * src/exphtmldlg.c
9920         * src/expldifdlg.c
9921         * src/export.c
9922         * src/import.c
9923         * src/importldif.c
9924         * src/importmutt.c
9925         * src/importpine.c
9926         * src/prefs_account.c
9927         * src/prefs_spelling.c
9928         * src/gtk/gtkutils.c
9929         * src/gtk/gtkutils.h
9930         * src/plugins/clamav/clamav_plugin_gtk.c
9931         * src/plugins/spamassassin/spamassassin_gtk.c
9932                 use nicer browse-for-file/dir buttons than the "..." ones,
9933                 code factorizing more.
9934
9935 2005-10-14 [colin]      1.9.15cvs47
9936
9937         * src/mainwindow.c
9938                 set relief on the account switcher so that people see it
9939                 grey out Create processing rules when no message is selected
9940         * src/prefs_filtering.c
9941                 ask before closing if the rule has not been modified, even if
9942                 it's not valid
9943         * src/prefs_matcher.c
9944                 fix sensitivity when entering the dialog
9945         * src/gtk/inputdialog.c
9946                 display a better icon on password ask
9947         * src/plugins/pgpcore/passphrase.c
9948                 make the dialog look better
9949
9950 2005-10-14 [paul]       1.9.15cvs46
9951
9952         * src/folderview.c
9953                 indicate presense of marked msgs in
9954                 unexpanded subfolders
9955
9956 2005-10-14 [paul]       1.9.15cvs45
9957
9958         * src/prefs_actions.c
9959         * src/prefs_common.c
9960         * src/prefs_common.h
9961         * src/prefs_filtering_action.c
9962         * src/prefs_matcher.c
9963         * src/prefs_template.c
9964                 remember window sizes
9965                 fix Info button size
9966
9967         Patches by wwp
9968
9969 2005-10-13 [colin]      1.9.15cvs44
9970
9971         * src/mimeview.c
9972         * src/noticeview.c
9973         * src/noticeview.h
9974                 Add a tooltip on the icon (optional) 
9975                 Get rid of the signature buttons and only
9976                 use the icon+tooltip
9977
9978 2005-10-13 [colin]      1.9.15cvs43
9979
9980         * src/noticeview.c
9981         * src/noticeview.h
9982                 Add hand cursor for hovering over icon
9983
9984 2005-10-13 [colin]      1.9.15cvs42
9985
9986         * src/summaryview.c
9987                 Fix crash when quicksearch's hidden 
9988                 at startup
9989
9990 2005-10-13 [colin]      1.9.15cvs41
9991
9992         * src/compose.c
9993                 Set subject when forwarding multiple mails
9994                 Check that other recipient than the default Cc or Bcc
9995                 have been set before sending.
9996
9997 2005-10-13 [colin]      1.9.15cvs40
9998
9999         * src/imap.c
10000                 Batch per-folder
10001                 Introduce locking, but don't use it yet
10002
10003 2005-10-13 [colin]      1.9.15cvs39
10004
10005         * src/gtk/quicksearch.c
10006                 Reset quicksearch when hiding it
10007                 Make sticky a real pref
10008
10009 2005-10-13 [colin]      1.9.15cvs38
10010
10011         * src/summaryview.c
10012                 Faster prefs apply
10013
10014 2005-10-13 [colin]      1.9.15cvs37
10015
10016         * src/mimeview.c
10017         * src/noticeview.c
10018         * src/noticeview.h
10019         * src/plugins/pgpcore/sgpgme.c
10020                 Make privacy icon clickable
10021                 Move Trust field in Full info
10022                 When trust is less than full, don't display
10023                 a warning icon
10024
10025 2005-10-13 [colin]      1.9.15cvs36
10026
10027         * src/folder.c
10028                 Batch on flags sync
10029         * src/folderview.c
10030                 Revert speed hack which is dangerous in fact
10031                 Apply prefs faster
10032
10033 2005-10-13 [colin]      1.9.15cvs35
10034
10035         * src/folder_item_prefs.c
10036                 Fix pref corruption on folder move. Patch
10037                 by wwp
10038
10039 2005-10-13 [paul]       1.9.15cvs34
10040
10041         * src/export.c
10042         * src/import.c
10043                 fix typos in g_warnings
10044         * src/prefs_account.c
10045                 add a file selector for Signature file
10046
10047         Patches by wwp
10048
10049 2005-10-12 [colin]      1.9.15cvs33
10050
10051         * src/mimeview.c
10052                 Provide a quick way to go back from a
10053                 signature's full info to the email part
10054
10055 2005-10-12 [colin]      1.9.15cvs32
10056
10057         * src/compose.c
10058                 Remove old hack of encoding signed mails with base64.
10059                 QP works equally well.
10060
10061 2005-10-12 [colin]      1.9.15cvs31
10062
10063         * src/crash.c
10064                 Replace deprecated GtkText with GtkTextView
10065         * src/imap.c
10066                 Fix a logic bug about counts in imap_select
10067                 (previously un-triggered)
10068         * src/mainwindow.c
10069         * src/summaryview.c
10070         * src/news.c
10071                 Allow local deletion of news posts
10072         * src/mimeview.c
10073                 Show GPG noticeview on the message/rfc822 part
10074                 in addition to the text/plain one
10075         * src/prefs_image_viewer.c
10076           src/plugins/pgpcore/prefs_gpg.c
10077                 Polish (set the label as part of the checkbox)
10078         * src/wizard.c
10079                 Don't sit there doing nothing after destroying
10080                 the window - return err
10081
10082 2005-10-11 [colin]      1.9.15cvs30
10083
10084         * src/folderview.c
10085                 Apply processing rules before showing folders.
10086                 Early folder show (before flags sync) will only
10087                 be done when there are no processing rules (nor
10088                 pre- or post- ones)
10089         * src/imap.c
10090                 Fix stuff related to mail subdir, creation and 
10091                 deletion of folders 
10092         * src/imap_gtk.c
10093                 Don't allow creation of folders in NoInferior
10094                 folders, as it won't work
10095
10096 2005-10-10 [colin]      1.9.15cvs29
10097
10098         * src/compose.c
10099                 Reselect "None" Privacy system when selecting an
10100                 account with no privacy system defined
10101
10102 2005-10-10 [colin]      1.9.15cvs28
10103
10104         * src/mainwindow.c
10105                 Add Windows-1252 encoding
10106         * src/prefs_common.c
10107                 Rework some defaults:
10108                 - autosave to draft by default
10109                 - don't show header pane (it's already in the textview)
10110                 - Select first new or unread mail on entry
10111                 - Assume 'Yes' to change folder when there's no more
10112                   unread message
10113         * src/prefs_matcher.c
10114                 Fix a gtk assertion failure
10115         * src/gtk/colorlabel.c
10116                 Workaround bad repainting on selection
10117         * src/main.c
10118                 Freeze/thaw (a bit faster on ssh -X)
10119         * src/msgcache.c
10120                 Get rid of StrdupConverter that just adds an
10121                 extra strdup/free 
10122         * src/etpan/imap_thread.c
10123                 memset buf to 0
10124
10125 2005-10-10 [colin]      1.9.15cvs27
10126
10127         * src/export.c
10128         * src/import.c
10129                 Fix compile on gtk 2.4. Patch by wwp
10130
10131 2005-10-09 [colin]      1.9.15cvs26
10132
10133         * src/mainwindow.c
10134         * src/messageview.c
10135         * src/summaryview.c
10136                 Clarify forward menus. Patch by wwp
10137
10138 2005-10-09 [colin]      1.9.15cvs25
10139
10140         * src/compose.c
10141         * src/compose.h
10142                 Fix bug #829 (Non-working "Encrypt message by 
10143                 default when replying to an encrypted message")
10144
10145 2005-10-08 [colin]      1.9.15cvs24
10146
10147         * src/wizard.c
10148                 Fix bug #827 ("Welcome" setup wizard after a 
10149                 permission error gives up & forgets itself.)
10150
10151 2005-10-08 [colin]      1.9.15cvs23
10152
10153         * src/procmime.c
10154                 Fix bug #828 (Ignoring headers with spaces around = sign)
10155
10156 2005-10-08 [colin]      1.9.15cvs22
10157
10158         * src/export.c
10159                 Warning fix by wwp
10160
10161 2005-10-08 [colin]      1.9.15cvs21
10162
10163         * src/folder.c
10164         * src/folder.h
10165                 Add a processing_pending indicator, set on 
10166                 folder_item_open and cleared after 
10167                 folder_item_process_open
10168         * src/folderview.c
10169         * src/summaryview.c
10170                 wrap procmsg_msginfo_*_flags, and in the
10171                 wrapper check that there's no folder processing 
10172                 pending. If there is, defer the flags change until 
10173                 processing is done to avoid stepping over each
10174                 other's toes.
10175                 Freeze during processing, but not during scanning.
10176
10177 2005-10-07 [colin]      1.9.15cvs20
10178
10179         * src/plugins/pgpcore/passphrase.c
10180                 Fix bug #826 (X-Server hangs when 
10181                 right-clicking a PGP encrypted message)
10182
10183 2005-10-07 [paul]       1.9.15cvs19
10184
10185         * src/compose.c
10186                 fix compose_entries[]
10187                 patch by Fabien Vantard
10188
10189 2005-10-06 [colin]      1.9.15cvs18
10190
10191         * src/pixmaps/address.xpm
10192         * src/pixmaps/address_book.xpm
10193         * src/pixmaps/book.xpm
10194         * src/pixmaps/check_spelling.xpm
10195         * src/pixmaps/checkbox_off.xpm
10196         * src/pixmaps/checkbox_on.xpm
10197         * src/pixmaps/close.xpm
10198         * src/pixmaps/complete.xpm
10199         * src/pixmaps/continue.xpm
10200         * src/pixmaps/deleted.xpm
10201         * src/pixmaps/down_arrow.xpm
10202         * src/pixmaps/exec.xpm
10203         * src/pixmaps/forwarded.xpm
10204         * src/pixmaps/group.xpm
10205         * src/pixmaps/ignorethread.xpm
10206         * src/pixmaps/interface.xpm
10207         * src/pixmaps/jpilot.xpm
10208         * src/pixmaps/ldap.xpm
10209         * src/pixmaps/linewrap.xpm
10210         * src/pixmaps/linewrapcurrent.xpm
10211         * src/pixmaps/mail.xpm
10212         * src/pixmaps/mail_attach.xpm
10213         * src/pixmaps/mail_compose.xpm
10214         * src/pixmaps/mail_forward.xpm
10215         * src/pixmaps/mail_receive.xpm
10216         * src/pixmaps/mail_receive_all.xpm
10217         * src/pixmaps/mail_reply.xpm
10218         * src/pixmaps/mail_reply_to_all.xpm
10219         * src/pixmaps/mail_reply_to_author.xpm
10220         * src/pixmaps/mail_send.xpm
10221         * src/pixmaps/mail_send_queue.xpm
10222         * src/pixmaps/mime_application.xpm
10223         * src/pixmaps/mime_audio.xpm
10224         * src/pixmaps/mime_image.xpm
10225         * src/pixmaps/mime_message.xpm
10226         * src/pixmaps/mime_text_enriched.xpm
10227         * src/pixmaps/mime_text_html.xpm
10228         * src/pixmaps/mime_text_plain.xpm
10229         * src/pixmaps/mime_unknown.xpm
10230         * src/pixmaps/new.xpm
10231         * src/pixmaps/news_compose.xpm
10232         * src/pixmaps/offline.xpm
10233         * src/pixmaps/online.xpm
10234         * src/pixmaps/paste.xpm
10235         * src/pixmaps/preferences.xpm
10236         * src/pixmaps/privacy_emblem_encrypted.xpm
10237         * src/pixmaps/privacy_expired.xpm
10238         * src/pixmaps/privacy_failed.xpm
10239         * src/pixmaps/privacy_passed.xpm
10240         * src/pixmaps/privacy_signed.xpm
10241         * src/pixmaps/privacy_unknown.xpm
10242         * src/pixmaps/privacy_warn.xpm
10243         * src/pixmaps/properties.xpm
10244         * src/pixmaps/replied.xpm
10245         * src/pixmaps/search.xpm
10246         * src/pixmaps/unread.xpm
10247         * src/pixmaps/up_arrow.xpm
10248         * src/pixmaps/vcard.xpm
10249                 Modernize internal theme, with icons from the 
10250                 Gnomaws theme. Keep some of the old ones where
10251                 they were better.
10252
10253 2005-10-06 [colin]      1.9.15cvs17
10254
10255         * src/summaryview.c
10256                 Little optimisations + bugfix
10257         * src/toolbar.c
10258                 Remove default useless items - useless being defined
10259                 by the default relevant prefs
10260         * src/wizard.c
10261                 include config.h to make gettext work
10262         * src/prefs_themes.c
10263                 Fix selection of current theme in prefs
10264
10265 2005-10-06 [colin]      1.9.15cvs16
10266
10267         * src/prefs_common.c
10268         * src/prefs_common.h
10269         * src/prefs_summaries.c
10270         * src/folderview.c
10271                 Add a warning dialog on Mark all read 
10272                 (with pref to get rid of it)
10273
10274 2005-10-06 [paul]       1.9.15cvs15
10275
10276         * po/nb.po
10277         * po/pt_BR.po
10278                 updated by Geir Helland and Frederico
10279                 Goncalves Guimaraes
10280
10281 2005-10-05 [colin]      1.9.15cvs14
10282
10283         * src/folder.c
10284         * src/folder.h
10285         * src/folderview.c
10286         * src/folderview.h
10287         * src/imap_gtk.c
10288         * src/mh_gtk.c
10289         * src/mainwindow.c
10290         * src/setup.c
10291                 add a way to rescan without rebuilding
10292                 make moving a bit faster (less folders changes)
10293                 don't lock the tree on Get 
10294         * src/imap.c
10295                 Don't re-delete deleted messages before expunging
10296         * src/summaryview.c
10297                 Set batch mode when deleting mails
10298
10299 2005-10-05 [paul]       1.9.15cvs13
10300
10301         * src/mainwindow.c
10302         * src/mainwindow.h
10303                 fix disabled Execute menu item
10304         * src/toolbar.c
10305                 match the change in 1.9.15cvs10: use Compose
10306                 instead of News by default
10307
10308 2005-10-04 [colin]      1.9.15cvs12
10309
10310         * src/compose.c
10311                 When replying to an ML post with Reply-To set
10312                 to the poster's email, honor it (as before),
10313                 but also honor our user's request to reply to
10314                 the mailing list: set the ML address in the To
10315                 field and the Reply-To address in the Cc: 
10316                 field.
10317
10318 2005-10-04 [colin]      1.9.15cvs11
10319
10320         * src/plugins/trayicon/trayicon.c
10321                 Finish cosmetic change - thanks to wwp
10322
10323 2005-10-04 [colin]      1.9.15cvs10
10324
10325         * src/toolbar.c
10326                 Use Compose instead of Email by default.
10327                 Spotted by wwp.
10328
10329 2005-10-04 [colin]      1.9.15cvs9
10330
10331         * src/folder.c
10332         * src/folder.h
10333         * src/folderview.c
10334         * src/imap.c
10335         * src/etpan/imap-thread.c
10336         * src/etpan/imap-thread.h
10337                 Try to make IMAP faster, by simplifying SEARCH
10338                 commands, avoiding sending two STATUS in a row,
10339                 and deferring flags sync and processing just
10340                 after displaying the folder. 
10341                 This will update the SummaryView in certain
10342                 cases (new mails not already fetched, flags
10343                 changed from another client) but in a non-
10344                 blocking manner.
10345
10346 2005-10-04 [colin]      1.9.15cvs8
10347
10348         * src/plugins/trayicon/trayicon.c
10349                 Relabel "Offline" to "Work offline"
10350
10351 2005-10-04 [colin]      1.9.15cvs7
10352
10353         * src/export.c
10354         * src/import.c
10355         * src/mbox.c
10356                 Fix mbox import/export buglets
10357                 Patch by wwp
10358         * src/plugins/trayicon/trayicon.c
10359                 Add offline swithc
10360                 Patch by wwp
10361
10362 2005-10-04 [colin]      1.9.15cvs6
10363
10364         * src/folder.c
10365         * src/folderview.c
10366         * src/summaryview.c
10367                 Better fix (don't break mark all read) for cvs2
10368
10369 2005-10-03 [colin]      1.9.15cvs5
10370
10371         * src/folder.c
10372                 Use a sane sort by default
10373
10374 2005-10-03 [colin]      1.9.15cvs4
10375
10376         * src/inc.c
10377                 Add a 'Only once' button for overriding offline mode
10378         * src/prefs_account.c
10379         * src/wizard.c
10380                 Add Local mbox to the wizard
10381                 Add IMAP subdir to the wizard (or the wizard is useless
10382                 for such accounts, or even worse than useless)
10383                 Move IMAP subdir from Advanced to Receive tab, as it's
10384                 not that uncommon
10385
10386 2005-10-03 [colin]      1.9.15cvs3
10387
10388         * src/send_message.c
10389                 Forgot this one in cvs1
10390
10391 2005-10-03 [colin]      1.9.15cvs2
10392
10393         * src/folder.c
10394                 Faster close when leaving a folder with lots
10395                 of new mails. Idea by David Relson.
10396
10397 2005-10-03 [colin]      1.9.15cvs1
10398
10399         * src/compose.c
10400         * src/imap.c
10401         * src/inc.c
10402         * src/main.c
10403         * src/messageview.c
10404         * src/news.c
10405         * src/summaryview.c
10406         * src/gtk/sslcertwindow.c
10407         * src/plugins/trayicon/trayicon.c
10408                 Add accels to every AlertPanel. Patch by Fabien 
10409                 Vantard
10410
10411 2005-10-03 [paul]       1.9.15
10412
10413         1.9.15 released
10414
10415 2005-10-03 [paul]       1.9.14cvs68
10416
10417         * po/ca.po
10418         * po/de.po
10419         * po/es.po
10420         * po/fi.po
10421         * po/fr.po
10422         * po/sk.po
10423         * po/sr.po
10424         * po/zh_CN.po
10425                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10426                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10427                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10428
10429 2005-10-03 [paul]       1.9.14cvs67
10430
10431         * src/send_message.c
10432                 prevent hang on Cancel
10433                 patch by Colin
10434
10435 2005-10-03 [paul]       1.9.14cvs66
10436
10437         * src/main.c
10438                 fix crash in IMAP caused by discrepancy
10439                 between check_at_startup and offline mode
10440                 Patch by Colin
10441
10442 2005-10-01 [paul]       1.9.14cvs65
10443
10444         * src/inc.c
10445                 fix engrish
10446
10447 2005-10-01 [paul]       1.9.14cvs64
10448         * src/export.c
10449         * src/import.c
10450                 synchronise import_mbox() and export_mbox()
10451         * src/mbox.c
10452                 proc_mbox(): add alert if file cannot be opened
10453                 export_list_to_mbox(): test if dest file exists,
10454                 prompt user to overwrite if it does. add alert
10455                 if file cannot be created
10456                                                                 
10457         Patch by wwp
10458                                                                                                                 
10459
10460 2005-09-30 [paul]       1.9.14cvs63
10461
10462         * src/addressbook.c
10463                 Fix sensitivity of a menu
10464         * src/codeconv.c
10465                 Respect hidden pref for mails with no encoding
10466         * src/common/xml.c
10467                 Fix memory corruption
10468         * src/plugins/pgpcore/sgpgme.c
10469                 Fix segfault on incomplete sigs, and display
10470                 of S/Mime UIDs
10471
10472         Patches by Colin
10473
10474 2005-09-30 [colin]      1.9.14cvs62
10475
10476         * src/partial_download.c
10477                 Little logic fix in almost-dead code
10478         * src/pop.c
10479                 Fix partial download when there's no new mail
10480
10481 2005-09-29 [paul]       1.9.14cvs61
10482
10483         * src/plugins/pgpinline/pgpinline.c
10484                 fix bug 819, 'crash accessing sign message'
10485                 Patch by Colin
10486
10487 2005-09-28 [martin]     1.9.14cvs60
10488
10489         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10490                 fix bug #790 (Crash when restarting window manager (fluxbox))
10491
10492 2005-09-28 [paul]       1.9.14cvs59
10493
10494         * src/gtk/gtkaspell.c
10495                 fix off-by-one typo
10496
10497 2005-09-27 [colin]      1.9.14cvs58
10498
10499         * src/plugins/pgpcore/sgpgme.c
10500                 Report error when there's one, instead of
10501                 "Signature unchecked" 
10502
10503 2005-09-27 [colin]      1.9.14cvs57
10504
10505         * src/prefs_quote.c
10506                 Fix bug #816 (Weird quotation with spaces)
10507
10508 2005-09-27 [colin]      1.9.14cvs56
10509
10510         * src/codeconv.c
10511         * src/compose.c
10512         * src/compose.h
10513                 Put subject in compose's title
10514                 Fix Automatic encoding so that it's really automatic:
10515                 first try default locale's charset, then charset of the replied mail, 
10516                 then utf-8
10517                 Fix encoding of headers (must be in strict mode too)
10518
10519 2005-09-26 [colin]      1.9.14cvs55
10520
10521         * src/gtk/gtkaspell.c
10522                 Fix previous patch - don't color the space,
10523                 just uncolor it :)
10524
10525 2005-09-26 [colin]      1.9.14cvs54
10526
10527         * src/gtk/gtkaspell.c
10528                 Unmark space if possible
10529
10530 2005-09-26 [colin]      1.9.14cvs53
10531
10532         * src/imap.c
10533                 log_error instead of alertpanel according to the pref
10534         * src/etpan/imap-thread.c
10535                 Print connect status, copy only necessary size to 
10536                 logger
10537         * src/plugins/pgpmime/pgpmime.c
10538                 Handle S/Mime signatures (verification only). Patch based
10539                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10540
10541 2005-09-26 [paul]       1.9.14cvs52
10542
10543         * src/common/passcrypt.c
10544                 this 'workaround' not necessary on NetBSD.
10545                 Thanks to Daniel Gustafson
10546
10547 2005-09-26 [paul]
10548
10549         1.9.15-rc4 released
10550
10551 2005-09-26 [paul]       1.9.14cvs51
10552
10553         * src/summaryview.c
10554                 Skip currently selected message when
10555                 looking for next new or unread message
10556                 in current folder. Patch by Colin
10557         * src/common/passcrypt.c
10558                 eliminate warnings on *BSD. Patch by
10559                 Daniel Gustafson
10560
10561 2005-09-26 [colin]      1.9.14cvs50
10562
10563         * src/procmsg.c
10564                 Call postfiltering hook anyway
10565
10566 2005-09-22 [colin]      1.9.14cvs49
10567
10568         * src/codeconv.c
10569         * src/codeconv.h
10570                 Add a strict mode that doesn't replace with _
10571         * src/compose.c
10572         * src/compose.h
10573                 Use strict conversion while sending
10574                 Fix race when drafting while sending (happens
10575                 on IMAP)
10576                 Fix d'n'd of messages from summaryview
10577         * src/prefs_common.c
10578         * src/prefs_common.h
10579                 add hidden utf8_instead_of_locale_for_broken_mail 
10580                 pref for people that preferred the default charset 
10581                 to be utf8 for broken mails
10582         * src/quote_fmt_parse.y
10583                 fix bug #815 (No quote insert if "From:" fied 
10584                 contained Russian letters)
10585         * src/summaryview.c
10586                 Fix d'n'd of messages to compose
10587
10588 2005-09-22 [paul]       1.9.14cvs48
10589
10590         * src/compose.c
10591                 fix bug where attachments Name entry
10592                 would display Path instead
10593
10594 2005-09-21 [paul]       1.9.14cvs47
10595
10596         * README
10597         * README.jp
10598         * configure.ac
10599         * config/config.rpath
10600         * doc/manual/en/sylpheed-20.html
10601         * doc/manual/es/sylpheed-20.html
10602         * po/bg.po
10603         * po/ca.po
10604         * po/de.po
10605         * po/es.po
10606         * po/fr.po
10607         * po/it.po
10608         * po/pt_BR.po
10609         * po/sk.po
10610         * po/zh_TW.po
10611         * src/account.c
10612         * src/account.h
10613         * src/action.c
10614         * src/action.h
10615         * src/adbookbase.h
10616         * src/addr_compl.c
10617         * src/addr_compl.h
10618         * src/addrbook.c
10619         * src/addrbook.h
10620         * src/addrcache.c
10621         * src/addrcache.h
10622         * src/addrcindex.c
10623         * src/addrcindex.h
10624         * src/addrclip.c
10625         * src/addrclip.h
10626         * src/addrdefs.h
10627         * src/addressadd.c
10628         * src/addressadd.h
10629         * src/addressbook.c
10630         * src/addressbook.h
10631         * src/addressitem.h
10632         * src/addrgather.c
10633         * src/addrgather.h
10634         * src/addrharvest.c
10635         * src/addrharvest.h
10636         * src/addrindex.c
10637         * src/addrindex.h
10638         * src/addritem.c
10639         * src/addritem.h
10640         * src/addrquery.c
10641         * src/addrquery.h
10642         * src/addrselect.c
10643         * src/addrselect.h
10644         * src/alertpanel.c
10645         * src/alertpanel.h
10646         * src/browseldap.c
10647         * src/browseldap.h
10648         * src/codeconv.c
10649         * src/codeconv.h
10650         * src/compose.c
10651         * src/compose.h
10652         * src/crash.c
10653         * src/crash.h
10654         * src/customheader.c
10655         * src/customheader.h
10656         * src/displayheader.c
10657         * src/displayheader.h
10658         * src/editaddress.c
10659         * src/editaddress.h
10660         * src/editbook.c
10661         * src/editbook.h
10662         * src/editgroup.c
10663         * src/editgroup.h
10664         * src/editjpilot.c
10665         * src/editjpilot.h
10666         * src/editldap.c
10667         * src/editldap.h
10668         * src/editldap_basedn.c
10669         * src/editldap_basedn.h
10670         * src/editvcard.c
10671         * src/editvcard.h
10672         * src/enriched.c
10673         * src/enriched.h
10674         * src/exphtmldlg.c
10675         * src/exphtmldlg.h
10676         * src/expldifdlg.c
10677         * src/expldifdlg.h
10678         * src/export.c
10679         * src/export.h
10680         * src/exporthtml.c
10681         * src/exporthtml.h
10682         * src/exportldif.c
10683         * src/exportldif.h
10684         * src/filtering.c
10685         * src/filtering.h
10686         * src/folder.c
10687         * src/folder.h
10688         * src/folder_item_prefs.c
10689         * src/folder_item_prefs.h
10690         * src/foldersel.c
10691         * src/foldersel.h
10692         * src/folderutils.c
10693         * src/folderutils.h
10694         * src/folderview.c
10695         * src/folderview.h
10696         * src/grouplistdialog.c
10697         * src/grouplistdialog.h
10698         * src/headerview.c
10699         * src/headerview.h
10700         * src/html.c
10701         * src/html.h
10702         * src/image_viewer.c
10703         * src/image_viewer.h
10704         * src/imap.c
10705         * src/imap.h
10706         * src/imap_gtk.c
10707         * src/imap_gtk.h
10708         * src/import.c
10709         * src/import.h
10710         * src/importldif.c
10711         * src/importldif.h
10712         * src/importmutt.c
10713         * src/importmutt.h
10714         * src/importpine.c
10715         * src/importpine.h
10716         * src/inc.c
10717         * src/inc.h
10718         * src/jpilot.c
10719         * src/jpilot.h
10720         * src/ldapctrl.c
10721         * src/ldapctrl.h
10722         * src/ldaplocate.c
10723         * src/ldaplocate.h
10724         * src/ldapquery.c
10725         * src/ldapquery.h
10726         * src/ldapserver.c
10727         * src/ldapserver.h
10728         * src/ldaputil.c
10729         * src/ldaputil.h
10730         * src/ldif.c
10731         * src/ldif.h
10732         * src/localfolder.c
10733         * src/localfolder.h
10734         * src/main.c
10735         * src/main.h
10736         * src/mainwindow.c
10737         * src/mainwindow.h
10738         * src/manual.c
10739         * src/manual.h
10740         * src/matcher.c
10741         * src/matcher.h
10742         * src/matcher_parser.h
10743         * src/matcher_parser_lex.l
10744         * src/matcher_parser_parse.y
10745         * src/mbox.c
10746         * src/mbox.h
10747         * src/message_search.c
10748         * src/message_search.h
10749         * src/messageview.c
10750         * src/messageview.h
10751         * src/mh.c
10752         * src/mh.h
10753         * src/mh_gtk.c
10754         * src/mh_gtk.h
10755         * src/mimeview.c
10756         * src/mimeview.h
10757         * src/msgcache.c
10758         * src/msgcache.h
10759         * src/mutt.c
10760         * src/mutt.h
10761         * src/news.c
10762         * src/news.h
10763         * src/news_gtk.c
10764         * src/news_gtk.h
10765         * src/noticeview.c
10766         * src/noticeview.h
10767         * src/partial_download.c
10768         * src/partial_download.h
10769         * src/pine.c
10770         * src/pine.h
10771         * src/pop.c
10772         * src/pop.h
10773         * src/prefs_account.c
10774         * src/prefs_account.h
10775         * src/prefs_actions.c
10776         * src/prefs_actions.h
10777         * src/prefs_common.c
10778         * src/prefs_common.h
10779         * src/prefs_compose_writing.c
10780         * src/prefs_compose_writing.h
10781         * src/prefs_customheader.c
10782         * src/prefs_customheader.h
10783         * src/prefs_display_header.c
10784         * src/prefs_display_header.h
10785         * src/prefs_ext_prog.c
10786         * src/prefs_ext_prog.h
10787         * src/prefs_filtering.c
10788         * src/prefs_filtering.h
10789         * src/prefs_filtering_action.c
10790         * src/prefs_filtering_action.h
10791         * src/prefs_folder_column.c
10792         * src/prefs_folder_column.h
10793         * src/prefs_folder_item.c
10794         * src/prefs_folder_item.h
10795         * src/prefs_fonts.c
10796         * src/prefs_fonts.h
10797         * src/prefs_gtk.c
10798         * src/prefs_gtk.h
10799         * src/prefs_image_viewer.c
10800         * src/prefs_image_viewer.h
10801         * src/prefs_matcher.c
10802         * src/prefs_matcher.h
10803         * src/prefs_message.c
10804         * src/prefs_message.h
10805         * src/prefs_msg_colors.c
10806         * src/prefs_msg_colors.h
10807         * src/prefs_other.c
10808         * src/prefs_other.h
10809         * src/prefs_quote.c
10810         * src/prefs_quote.h
10811         * src/prefs_receive.c
10812         * src/prefs_receive.h
10813         * src/prefs_send.c
10814         * src/prefs_send.h
10815         * src/prefs_spelling.c
10816         * src/prefs_spelling.h
10817         * src/prefs_summaries.c
10818         * src/prefs_summaries.h
10819         * src/prefs_summary_column.c
10820         * src/prefs_summary_column.h
10821         * src/prefs_template.c
10822         * src/prefs_template.h
10823         * src/prefs_themes.c
10824         * src/prefs_themes.h
10825         * src/prefs_toolbar.c
10826         * src/prefs_toolbar.h
10827         * src/prefs_wrapping.c
10828         * src/prefs_wrapping.h
10829         * src/privacy.c
10830         * src/privacy.h
10831         * src/procheader.c
10832         * src/procheader.h
10833         * src/procmime.c
10834         * src/procmime.h
10835         * src/procmsg.c
10836         * src/procmsg.h
10837         * src/quote_fmt.c
10838         * src/quote_fmt_parse.y
10839         * src/recv.c
10840         * src/recv.h
10841         * src/remotefolder.c
10842         * src/remotefolder.h
10843         * src/send_message.c
10844         * src/send_message.h
10845         * src/setup.c
10846         * src/setup.h
10847         * src/simple-gettext.c
10848         * src/sourcewindow.c
10849         * src/sourcewindow.h
10850         * src/ssl_manager.c
10851         * src/ssl_manager.h
10852         * src/statusbar.c
10853         * src/statusbar.h
10854         * src/stock_pixmap.c
10855         * src/stock_pixmap.h
10856         * src/summary_search.c
10857         * src/summary_search.h
10858         * src/summaryview.c
10859         * src/summaryview.h
10860         * src/syldap.c
10861         * src/syldap.h
10862         * src/textview.c
10863         * src/textview.h
10864         * src/toolbar.c
10865         * src/toolbar.h
10866         * src/undo.c
10867         * src/undo.h
10868         * src/unmime.c
10869         * src/unmime.h
10870         * src/vcard.c
10871         * src/vcard.h
10872         * src/wizard.c
10873         * src/wizard.h
10874         * src/common/base64.c
10875         * src/common/base64.h
10876         * src/common/defs.h
10877         * src/common/hooks.c
10878         * src/common/hooks.h
10879         * src/common/log.c
10880         * src/common/log.h
10881         * src/common/md5.c
10882         * src/common/md5.h
10883         * src/common/mgutils.c
10884         * src/common/mgutils.h
10885         * src/common/nntp.c
10886         * src/common/nntp.h
10887         * src/common/passcrypt.c
10888         * src/common/passcrypt.h.in
10889         * src/common/plugin.c
10890         * src/common/plugin.h
10891         * src/common/prefs.c
10892         * src/common/prefs.h
10893         * src/common/progressindicator.c
10894         * src/common/progressindicator.h
10895         * src/common/quoted-printable.c
10896         * src/common/quoted-printable.h
10897         * src/common/session.c
10898         * src/common/session.h
10899         * src/common/smtp.c
10900         * src/common/smtp.h
10901         * src/common/socket.c
10902         * src/common/socket.h
10903         * src/common/ssl.c
10904         * src/common/ssl.h
10905         * src/common/ssl_certificate.c
10906         * src/common/ssl_certificate.h
10907         * src/common/string_match.c
10908         * src/common/string_match.h
10909         * src/common/stringtable.c
10910         * src/common/sylpheed.c
10911         * src/common/sylpheed.h
10912         * src/common/template.c
10913         * src/common/template.h
10914         * src/common/timing.h
10915         * src/common/utils.c
10916         * src/common/utils.h
10917         * src/common/uuencode.c
10918         * src/common/uuencode.h
10919         * src/common/version.h.in
10920         * src/common/xml.c
10921         * src/common/xml.h
10922         * src/common/xmlprops.c
10923         * src/common/xmlprops.h
10924         * src/gtk/about.c
10925         * src/gtk/about.h
10926         * src/gtk/colorlabel.c
10927         * src/gtk/colorlabel.h
10928         * src/gtk/colorsel.c
10929         * src/gtk/colorsel.h
10930         * src/gtk/description_window.c
10931         * src/gtk/description_window.h
10932         * src/gtk/filesel.c
10933         * src/gtk/filesel.h
10934         * src/gtk/foldersort.c
10935         * src/gtk/foldersort.h
10936         * src/gtk/gtkutils.c
10937         * src/gtk/gtkutils.h
10938         * src/gtk/inputdialog.c
10939         * src/gtk/inputdialog.h
10940         * src/gtk/logwindow.c
10941         * src/gtk/logwindow.h
10942         * src/gtk/manage_window.c
10943         * src/gtk/manage_window.h
10944         * src/gtk/menu.c
10945         * src/gtk/menu.h
10946         * src/gtk/pluginwindow.c
10947         * src/gtk/pluginwindow.h
10948         * src/gtk/prefswindow.c
10949         * src/gtk/prefswindow.h
10950         * src/gtk/progressdialog.c
10951         * src/gtk/progressdialog.h
10952         * src/gtk/quicksearch.c
10953         * src/gtk/quicksearch.h
10954         * src/gtk/sslcertwindow.c
10955         * src/gtk/sslcertwindow.h
10956         * src/plugins/clamav/clamav_plugin.c
10957         * src/plugins/clamav/clamav_plugin.h
10958         * src/plugins/clamav/clamav_plugin_gtk.c
10959         * src/plugins/demo/demo.c
10960         * src/plugins/dillo_viewer/dillo_prefs.c
10961         * src/plugins/dillo_viewer/dillo_prefs.h
10962         * src/plugins/dillo_viewer/dillo_viewer.c
10963         * src/plugins/mathml_viewer/mathml_viewer.c
10964         * src/plugins/pgpcore/passphrase.c
10965         * src/plugins/pgpcore/passphrase.h
10966         * src/plugins/pgpcore/plugin.c
10967         * src/plugins/pgpcore/prefs_gpg.c
10968         * src/plugins/pgpcore/prefs_gpg.h
10969         * src/plugins/pgpcore/select-keys.c
10970         * src/plugins/pgpcore/select-keys.h
10971         * src/plugins/pgpcore/sgpgme.c
10972         * src/plugins/pgpcore/sgpgme.h
10973         * src/plugins/pgpinline/pgpinline.c
10974         * src/plugins/pgpinline/pgpinline.h
10975         * src/plugins/pgpinline/plugin.c
10976         * src/plugins/pgpmime/pgpmime.c
10977         * src/plugins/pgpmime/pgpmime.h
10978         * src/plugins/pgpmime/plugin.c
10979         * src/plugins/spamassassin/spamassassin.c
10980         * src/plugins/spamassassin/spamassassin.h
10981         * src/plugins/spamassassin/spamassassin_gtk.c
10982         * src/plugins/trayicon/trayicon.c
10983         * tools/OOo2sylpheed.pl
10984         * tools/acroread2sylpheed.pl
10985         * tools/asus_mailled.sh
10986         * tools/filter_conv.pl
10987         * tools/freshmeat_search.pl
10988         * tools/google_search.pl
10989         * tools/kmail2sylpheed.pl
10990         * tools/kmail2sylpheed_v2.pl
10991         * tools/maildir2sylpheed.pl
10992         * tools/multiwebsearch.pl
10993         * tools/newscache_clean.pl
10994         * tools/outlook2sylpheed.pl
10995         * tools/sylpheed-switcher
10996         * tools/update-po
10997         * tools/vcard2xml.py
10998         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10999                 update FSF address
11000
11001 2005-09-21 [colin]      1.9.14cvs46
11002
11003         * src/gedit-print.c
11004         * src/procmsg.c
11005         * src/procmsg.h
11006         * src/textview.c
11007         * src/summaryview.c
11008                 Remove some printing hacks (deselection/reselection),
11009                 which by the way fix printing the currently 
11010                 displayed mime part (still only text)
11011                 Plus a little optimisation of summary_show
11012
11013
11014 2005-09-20 [colin]      1.9.14cvs45
11015
11016         * src/mainwindow.c
11017         * src/messageview.c
11018                 GUI fixups: add accels, set message
11019                 view title to displayed mail's subject
11020         * src/prefs_spelling.c
11021         * src/gtk/gtkaspell.c
11022                 GUI fixups: allow underlining misspelled
11023                 words instead of coloring them (a11y!)
11024
11025 2005-09-19 [colin]
11026
11027         1.9.15rc3 released
11028
11029 2005-09-19 [colin]      1.9.14cvs44
11030
11031         * src/compose.c
11032                 Fix draft message
11033         * src/gtk/gtkaspell.c
11034                 Fix wrong test ;-)
11035
11036 2005-09-19 [colin]      1.9.14cvs43
11037
11038         * src/addressbook.c
11039                 Fix sensitivity of Delete button
11040         * src/compose.c
11041                 Warn if the requested Privacy system
11042                 is not available
11043         * src/exphtmldlg.c
11044         * src/expldifdlg.c
11045         * src/importldif.c
11046         * src/importmutt.c
11047         * src/importpine.c
11048                 Fix crappy UI
11049         * src/
11050         * src/ssl.h
11051         * src/prefs_account.h
11052         * src/prefs_account.c
11053                 Save SSL prefs even in builds that have
11054                 SSL support disable
11055         * src/imap.c
11056         * src/inc.c
11057         * src/news.c
11058         * src/send_message.c
11059                 Warn if connection should be secure, but
11060                 SSL support isn't compiled in
11061         * src/gtkaspell.c
11062                 Fix word separation on UTF-8 systems
11063                 Fixes bug #812 (Strange inline spellchecking)
11064         * src/compose.c
11065                 Warn if the requested Privacy system
11066                 is not available
11067                 Factorize offline warning
11068         * src/imap.c
11069         * src/imap_gtk.c
11070         * src/imap_gtk.h
11071         * src/inc.h
11072         * src/news_gtk.c
11073         * src/news_gtk.h
11074         * src/messageview.c
11075                 Factorize offline warning
11076
11077 2005-09-19 [paul]
11078
11079         1.9.15-rc2 released
11080
11081 2005-09-18 [colin]      1.9.14cvs42
11082
11083         * src/codeconv.c
11084         * src/codeconv.h
11085         * src/procmime.c
11086                 Add a way to get locale's charset ignoring utf-8,
11087                 and use that as default encoding for broken mails
11088
11089 2005-09-18 [colin]      1.9.14cvs41
11090
11091         * src/gtk/logwindow.c
11092                 Translate string. Patch by Fabien Vantard
11093
11094 2005-09-18 [colin]      1.9.14cvs40
11095
11096         * configure.ac
11097                 Fix bug #803 (IMAP/SSL support breaks with 
11098                 GnuTLS libetpan 0.38)
11099
11100 2005-09-18 [colin]      1.9.14cvs39
11101
11102         * src/codeconv.c
11103         * src/compose.c
11104         * src/procmime.c
11105                 More charsets fixes. Fixes bug #806 (non
11106                 ascii characters in subject line)
11107
11108 2005-09-17 [paul]       1.9.14cvs38
11109
11110         * src/folderview.c
11111         * src/mainwindow.c
11112                 fix gcc-2.95 issues
11113                 Patch by Pawel Pekala
11114
11115 2005-09-17 [colin]      1.9.14cvs37
11116
11117         * src/addrindex.c
11118                 bugfix for NO-USE LDAP compilation, patch 
11119                 by Fabien Vantard
11120
11121 2005-09-17 [colin]      1.9.14cvs36
11122
11123         * src/prefs_actions.c
11124         * src/prefs_customheader.c
11125         * src/prefs_display_header.c
11126         * src/prefs_filtering_action.c
11127         * src/prefs_matcher.c
11128         * src/prefs_toolbar.c
11129                 Fix strange casts (less elegant but
11130                 works better)
11131
11132 2005-09-16 [colin]      1.9.14cvs35
11133
11134         * src/jpilot.c
11135                 Missed that one
11136
11137 2005-09-16 [colin]      1.9.14cvs34
11138
11139         * configure.ac
11140         * src/Makefile.am
11141         * src/addr_compl.c
11142         * src/addrindex.c
11143         * src/browseldap.c
11144         * src/editldap.c
11145         * src/ldaplocate.c
11146         * src/ldapquery.c
11147         * src/ldapquery.h
11148         * src/ldapserver.c
11149         * src/ldapserver.h
11150         * src/main.c
11151         * src/matcher_parser_parse.y
11152         * src/prefs_themes.c
11153         * src/etpan/Makefile.am
11154         * src/gtk/description_window.c
11155         * src/plugins/clamav/Makefile.am
11156         * src/plugins/clamav/clamav_plugin.c
11157         * src/plugins/dillo_viewer/Makefile.am
11158         * src/plugins/pgpcore/Makefile.am
11159         * src/plugins/pgpinline/Makefile.am
11160         * src/plugins/pgpmime/Makefile.am
11161         * src/plugins/trayicon/Makefile.am
11162                 Fix 100% cpu usage in address completion list
11163                 Fix little bugs (return with no values etc)
11164                 Fix all warnings (with common CFLAGS)
11165
11166 2005-09-15 [colin]      1.9.14cvs33
11167
11168         * src/addressbook.c
11169                 Fix bug where sometimes a group's email list is empty,
11170                 force its refresh (probably fixes "Re: how to create a 
11171                 distribution list")
11172         * src/ldapquery.c
11173                 Don't return to the callback in the main thread from the
11174                 fetch thread (or face segs!)
11175
11176 2005-09-15 [paul]       1.9.14cvs32
11177
11178         * src/prefs_matcher.c
11179                 forgotten in last commit
11180
11181 2005-09-15 [paul]       1.9.14cvs31
11182
11183         * src/prefs_actions.c
11184         * src/prefs_filtering_action.c
11185         * src/prefs_quote.c
11186         * src/quote_fmt.c
11187         * src/summaryview.c
11188         * src/gtk/description_window.c
11189         * src/gtk/description_window.h
11190         * src/gtk/quicksearch.c
11191                 allow interaction with the called
11192                 description window
11193                 Patch by Anders Hammar
11194
11195 2005-09-14 [paul]       1.9.14cvs30
11196
11197         * src/compose.c
11198                 fix a little annoyance when pasting with 3rd button 
11199                 with wrap_pastes=0 and wrap_input=1
11200                 Patch by Colin
11201
11202 2005-09-14 [paul]       1.9.14cvs29
11203
11204         * src/prefs_account.c
11205                 disable 'Filter messages on receiving' for
11206                 SMTP-only accounts
11207                 Patch  by Anders Hammar
11208
11209 2005-09-14 [paul]       1.9.14cvs28
11210
11211         * po/sk.po
11212                 fix crash
11213                 updated by Andrej Kacian
11214
11215 2005-09-14 [paul]
11216
11217         1.9.15-rc1 released
11218
11219 2005-09-14 [paul]       1.9.14cvs27
11220
11221         * po/es.po
11222                 updated by Ricardo Mones Lastra
11223         * src/compose.c
11224         * src/compose.h
11225                 associate no_wrap_tags to Compose windows
11226                 instead of using a static one
11227                 Patch by Colin
11228         * src/mbox.c
11229                 fix proc_mbox()
11230                 Patch by wwp
11231         * src/textview.c
11232                 remove unneeded printf()
11233
11234 2005-09-14 [paul]       1.9.14cvs26
11235
11236         * src/addrcache.c
11237         * src/codeconv.h
11238         * src/folder.h
11239         * src/mainwindow.h
11240         * src/mh.c
11241         * src/mimeview.h
11242         * src/partial_download.c
11243         * src/pop.c
11244         * src/prefs_account.c
11245         * src/prefs_account.h
11246         * src/prefs_actions.c
11247         * src/prefs_customheader.c
11248         * src/prefs_display_header.c
11249         * src/prefs_filtering_action.c
11250         * src/prefs_matcher.c
11251         * src/prefs_toolbar.c
11252         * src/privacy.h
11253         * src/procmime.c
11254         * src/procmime.h
11255         * src/procmsg.h
11256         * src/textview.c
11257         * src/undo.h
11258         * src/common/plugin.c
11259         * src/common/session.h
11260         * src/common/socket.c
11261         * src/common/socket.h
11262         * src/common/template.c
11263         * src/gtk/gtkaspell.c
11264         * src/gtk/quicksearch.h
11265         * src/plugins/pgpcore/passphrase.c
11266         * src/plugins/pgpcore/prefs_gpg.h
11267         * src/plugins/pgpcore/select-keys.c
11268         * src/plugins/pgpcore/select-keys.h
11269         * src/plugins/pgpcore/sgpgme.c
11270         * src/plugins/pgpinline/pgpinline.c
11271         * src/plugins/pgpmime/pgpmime.c
11272         * src/plugins/trayicon/trayicon.c
11273                 fix compilation warnings
11274                 Patch by Daniel Gustafson
11275
11276 2005-09-14 [paul]       1.9.14cvs25
11277
11278         * src/addressbook.c
11279                 add missing column header, and other small
11280                 bug fixes
11281                 Patch by Anders Hammar
11282
11283 2005-09-13 [colin]      1.9.14cvs24
11284
11285         * src/gtk/gtkaspell.c
11286                 Fix non-utf8 in menu
11287                 Fix little leaks
11288                 Nullify struct members after free()s
11289
11290 2005-09-13 [colin]      1.9.14cvs23
11291
11292         * src/compose.c
11293                 Test utf8 compliance before inserting to 
11294                 buffer, and try to convert if necessary
11295         * src/procmime.c
11296                 If no charset is present, use the locale 
11297                 one instead of us-ascii
11298         * src/procmsg.c
11299                 Add Sender, List-Post and To in the checked 
11300                 headers for automatic rules creation 
11301                 (thanks to wwp)
11302         * src/prefs_themes.c
11303         * src/gtk/gtkaspell.c
11304                 Remove deprecated functions. 
11305                 patch by Daniel Gustafson
11306
11307 2005-09-12 [colin]      1.9.14cvs22
11308
11309         * src/compose.c
11310                 Fix bug #448 (Scrolling/Redraw issue with 
11311                 address-fields in Header)
11312         * src/mainwindow.c
11313         * src/summaryview.c
11314         * src/summaryview.h
11315                 Fix loss of MSG_MARKED on move/copy
11316                 Fix bug #804 (Quicksearch togglebutton doesn't 
11317                 get depressed after '/' key is pressed)
11318
11319 2005-09-12 [paul]       1.9.14cvs21
11320
11321         * AUTHORS
11322         * src/gtk/logwindow.c
11323                 add 'Clear Log' to popup menu
11324                 Patch by Anders Hammar <anders.hammar@telia.com>
11325
11326 2005-09-12 [paul]       1.9.14cvs20
11327
11328         * src/compose.c
11329                 set correct sensitivity on attachments
11330                 popup menu
11331         * src/folder.c
11332                 fix typo
11333         * src/prefs_spelling.c
11334                 fix crash when no LANG env is set
11335         * src/common/xml.c
11336                 fix crash in wizard
11337                 don't use memeory after free
11338
11339         All patches by Daniel Gustafson
11340
11341 2005-09-12 [paul]       1.9.14cvs19
11342
11343         * src/prefs_themes.c
11344                 make theme info selectable
11345         * src/gtk/description_window.c
11346                 make window non-modal
11347         * tools/README
11348                 add details of asus_mailed.sh
11349         * tools/claws.i18n.status.pl
11350                 update for new zh_TW translator
11351                 widen the output
11352                 create alternate coloured lines
11353                 improve readability
11354
11355 2005-09-10 [colin]      1.9.14cvs18
11356
11357         * src/plugins/pgpcore/select-keys.c
11358                 Better order for the buttons
11359
11360 2005-09-10 [colin]      1.9.14cvs17
11361
11362         * src/compose.c
11363         * src/plugins/pgpcore/select-keys.c
11364         * src/plugins/pgpcore/select-keys.h
11365         * src/plugins/pgpcore/sgpgme.c
11366                 Add a "Don't encrypt" button to the key
11367                 selection dialog. Fixes bug #177 (There should be a 
11368                 'Don't encrypt button in the Select Keys dialog)
11369
11370 2005-09-10 [colin]      1.9.14cvs16
11371
11372         * src/compose.c
11373                 Fix bug #572 (%X option does not work with templates)
11374
11375 2005-09-10 [colin]      1.9.14cvs15
11376
11377         * src/toolbar.c 
11378                 Remove g_print
11379
11380 2005-09-10 [colin]      1.9.14cvs14
11381
11382         * src/imap.c
11383                 Fix a possible crash
11384
11385 2005-09-09 [colin]      1.9.14cvs13
11386
11387         * src/imap.c
11388         * src/etpan/imap-thread.c
11389         * src/etpan/imap-thread.h
11390                 Fix moving from queue or drafts to normal folders
11391                 Fix bug #794 (No way to delete without expunging)
11392                 Take flags unset by other mailers into account
11393                 Take deleted flag set by other mailers into account
11394                 Fix unsetting REPLIED flag
11395                 Fix crash when capabilities can't be retrieved
11396         * src/mainwindow.c
11397         * src/mainwindow.h
11398                 Add M_DELAYED_FLAGS condition, and let the user use
11399                 Execute in order to be able to expunge deleted mails,
11400                 even if he's not in delayed execute mode
11401         * src/prefs_spelling.c
11402                 Use 'en' dictionary by default if LANG is POSIX or C
11403         * src/gtk/prefswindow.c
11404                 Fix bug #767 (Preferences windows expanding) by making
11405                 the window a bit larger when the resolution is greater
11406                 than 640x480, and by putting the prefs in a
11407                 GtkScrolledWindow.
11408
11409 2005-09-09 [paul]       1.9.14cvs12
11410
11411         * AUTHORS
11412         * configure.ac
11413         * po/zh_TW.Big5.po      ** REMOVED **
11414         * po/zh_TW.po           ** ADDED **
11415                 updated by Wei-Lun Chao
11416
11417 2005-09-09 [paul]       1.9.14cvs11
11418
11419         * src/mainwindow.c
11420                 fix asserts
11421         * src/common/xml.c
11422                 delay memory allocation until file is
11423                 opened successfully
11424                 Patch by Daniel Gustafson
11425
11426 2005-09-09 [colin]      1.9.14cvs10
11427
11428         * src/imap.c
11429                 Add guards
11430
11431 2005-09-08 [colin]      1.9.14cvs9
11432
11433         * src/compose.c
11434                 Alert when we can't save draft
11435                 Fix various wrap/color issues
11436                 Add mid-click pasting respecting wrap_paste option
11437         * src/folder.c
11438         * src/folder.h
11439         * src/folder_item_prefs.c
11440         * src/folder_item_prefs.h
11441         * src/imap.c
11442         * src/imap_gtk.c
11443         * src/imap_gtk.h
11444         * src/main.c
11445         * src/mainwindow.c
11446         * src/mainwindow.h
11447         * src/news.c
11448         * src/news_gtk.c
11449         * src/news_gtk.h
11450         * src/prefs_folder_item.c
11451                 Fix the impossibility to synchronise folders for
11452                 offline use (IMAP and NNTP are concerned)
11453
11454 2005-09-08 [colin]      1.9.14cvs8
11455
11456         * configure.ac
11457                 Build LDAP and JPilot by default if available
11458         * src/textview.c
11459                 Fix use after free
11460
11461 2005-09-08 [paul]       1.9.14cvs7
11462
11463         * doc/manual/en/sylpheed-1.html
11464         * doc/manual/en/sylpheed-18.html
11465         * doc/manual/en/sylpheed-19.html
11466         * doc/manual/en/sylpheed-4.html
11467         * doc/manual/en/sylpheed-6.html
11468         * doc/manual/en/sylpheed.html
11469                 a few minor updates, plus include some
11470                 details about plugins and their requirements
11471         * src/mainwindow.c
11472                 minor changes to English in /View/Sort
11473
11474 2005-09-07 [colin]      1.9.14cvs6
11475
11476         * doc/manual/en/sylpheed-1.html
11477         * doc/manual/en/sylpheed-10.html
11478         * doc/manual/en/sylpheed-11.html
11479         * doc/manual/en/sylpheed-12.html
11480         * doc/manual/en/sylpheed-13.html
11481         * doc/manual/en/sylpheed-14.html
11482         * doc/manual/en/sylpheed-15.html
11483         * doc/manual/en/sylpheed-16.html
11484         * doc/manual/en/sylpheed-17.html
11485         * doc/manual/en/sylpheed-18.html
11486         * doc/manual/en/sylpheed-19.html
11487         * doc/manual/en/sylpheed-2.html
11488         * doc/manual/en/sylpheed-20.html
11489         * doc/manual/en/sylpheed-21.html
11490         * doc/manual/en/sylpheed-22.html
11491         * doc/manual/en/sylpheed-3.html
11492         * doc/manual/en/sylpheed-4.html
11493         * doc/manual/en/sylpheed-5.html
11494         * doc/manual/en/sylpheed-6.html
11495         * doc/manual/en/sylpheed-7.html
11496         * doc/manual/en/sylpheed-8.html
11497         * doc/manual/en/sylpheed-9.html
11498         * doc/manual/en/sylpheed.html
11499                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11500
11501 2005-09-07 [colin]      1.9.14cvs5
11502
11503         * src/mainwindow.c
11504                 Make labels more to-the-point
11505
11506 2005-09-07 [colin]      1.9.14cvs4
11507
11508         * doc/manual/en/sylpheed-1.html
11509         * doc/manual/en/sylpheed-12.html
11510         * doc/manual/en/sylpheed-13.html
11511         * doc/manual/en/sylpheed-14.html
11512         * doc/manual/en/sylpheed-15.html
11513         * doc/manual/en/sylpheed-16.html
11514         * doc/manual/en/sylpheed-17.html
11515         * doc/manual/en/sylpheed-18.html
11516         * doc/manual/en/sylpheed-19.html
11517         * doc/manual/en/sylpheed-2.html
11518         * doc/manual/en/sylpheed-20.html
11519         * doc/manual/en/sylpheed-21.html
11520         * doc/manual/en/sylpheed-22.html
11521         * doc/manual/en/sylpheed-4.html
11522         * doc/manual/en/sylpheed-5.html
11523         * doc/manual/en/sylpheed-6.html
11524         * doc/manual/en/sylpheed-7.html
11525         * doc/manual/en/sylpheed-8.html
11526         * doc/manual/en/sylpheed-9.html
11527         * doc/manual/en/sylpheed.html
11528                 Update manual
11529
11530 2005-09-07 [colin]      1.9.14cvs3
11531
11532         * doc/faq/en/sylpheed-faq-1.html
11533         * doc/faq/en/sylpheed-faq-2.html
11534         * doc/faq/en/sylpheed-faq-3.html
11535         * doc/faq/en/sylpheed-faq.html
11536                 Update FAQ
11537
11538 2005-09-07 [colin]      1.9.14cvs2
11539
11540         * src/folderview.c
11541         * src/procmsg.c
11542         * src/summaryview.c
11543         * src/toolbar.c
11544                 Fix special subfolders:
11545                 - Inherit parent's icon
11546                 - sent contents of queues subfolders
11547                 - empty subfolders of trashes
11548         * src/mainwindow.c
11549                 Remove outdated manual and faq entries
11550         * src/common/utils.c
11551                 Add quotes around %s coming from mailcap
11552
11553 2005-09-07 [colin]      1.9.14cvs1
11554
11555         * src/compose.c
11556                 After saving draft, set modified to FALSE
11557         * src/mimeview.c
11558         * src/common/utils.c
11559         * src/common/utils.h
11560                 Try to open mime parts using what is 
11561                 indicated in ~/.mailcap or /etc/mailcap,
11562                 if possible.
11563
11564 2005-09-05 [paul]       1.9.14
11565
11566         1.9.14 released
11567
11568         * po/sk.po
11569                 updated by Andrej Kacian
11570
11571 2005-09-05 [paul]       1.9.13cvs83
11572
11573         * po/de.po
11574         * po/es.po
11575         * po/fi.po
11576         * po/fr.po
11577         * po/nb.po
11578         * po/pt_BR.po
11579         * po/sr.po
11580                 updated translations by Thomas Gilgin, Ricardo Mones
11581                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11582                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11583
11584 2005-09-04 [paul]       1.9.13cvs82
11585
11586         * src/compose.c
11587                 only warn about exceeded line length limit
11588                 on send
11589
11590 2005-09-04 [paul]       1.9.13cvs81
11591
11592         * src/compose.c
11593                 fix crash in 'line length exceeded' dialogue
11594
11595 2005-09-02 [paul]       1.9.13cvs80
11596
11597         * src/imap.c
11598                 fix bug 795, 'Connection lost IMAP'
11599                 and add statusbar prints
11600                 Patch by Colin
11601
11602 2005-09-02 [paul]       1.9.13cvs79
11603
11604         * src/compose.c
11605                 compose_wrap_paragraph() becomes
11606                 compose_beautify_paragraph()
11607                 Patch by Colin
11608
11609 2005-09-02 [colin]      1.9.13cvs78
11610
11611         * src/folderview.c
11612                 Micro-fix
11613
11614 2005-09-01 [colin]      1.9.13cvs77
11615
11616         * src/imap.c
11617                 Maybe fix bug #795 (Connection lost IMAP)
11618                 Don't try to send logout when we're disconnected.
11619         * src/summaryview.c
11620                 Include locked and marked emails in HRM
11621                 view. Fixes bug #800 (Locked messages no longer 
11622                 show up when hide read messages is used)
11623
11624 2005-09-01 [paul]       1.9.13cvs76
11625
11626         * src/prefs_common.c
11627                 fix bad cutting
11628
11629 2005-08-31 [colin]      1.9.13cvs75
11630
11631         * src/folderview.c
11632         * src/folderview.h
11633         * src/prefs_summaries.c
11634         * src/summaryview.c
11635                 Fix "go to next new", fix preference
11636                 (Open unread/next swapped)
11637
11638 2005-08-31 [paul]       1.9.13cvs74
11639
11640         * src/compose.c
11641         * src/folderview.c
11642         * src/headerview.c
11643         * src/headerview.h
11644         * src/mainwindow.c
11645         * src/prefs_common.c
11646         * src/prefs_common.h
11647         * src/prefs_fonts.c
11648         * src/summaryview.c
11649         * src/textview.c
11650         * src/common/defs.h
11651                 remove obsolete BOLD_FONT setting
11652                 fix font update in headerview and textview
11653                 headers after prefs change
11654                 Patch By Colin
11655
11656 2005-08-31 [paul]
11657
11658         1.9.14-rc4 released
11659
11660 2005-08-30 [colin]      1.9.13cvs73
11661
11662         * src/summaryview.c
11663                 When Hide read messages is selected and we
11664                 refresh the summaryview, don't remove the 
11665                 currently displayed message. Fixes bug #797
11666                 (Summary view reloads when new mail is 
11667                 downloaded in 1.9.14 rc)
11668
11669 2005-08-30 [colin]      1.9.13cvs72
11670
11671         * src/folderview.c
11672                 Fix flickering
11673         * src/mainwindow.c
11674                 Remove useless callback
11675         * src/mimeview.c
11676         * src/gtk/filesel.c
11677         * src/gtk/filesel.h
11678                 Add a filesel_select_file_save_folder() - used by Save All
11679
11680 2005-08-29 [paul]       1.9.13cvs71
11681
11682         * AUTHORS
11683         * src/matcher_parser_parse.y
11684         * src/etpan/imap-thread.c
11685                 fix building on FreeBSD
11686                 Patch by Daniel Gustafson <daniel@hobbit.se>
11687
11688 2005-08-29 [paul]       1.9.13cvs70
11689
11690         * src/plugins/pgpinline/pgpinline.c
11691                 only initialise sig result if it's been handled
11692                 Patch by Colin
11693
11694 2005-08-29 [paul]       1.9.13cvs69
11695         
11696         Patches by Colin:
11697
11698         * src/imap.c
11699         * src/common.utils.c
11700         * src/common/utils.h
11701                 optimisation
11702         * src/stock_pixmap.h
11703                 fix wrong icon reference
11704         * src/pixmaps/trash_btn.xpm
11705                 replace with nicer image
11706
11707 2005-08-28 [colin]      1.9.13cvs68
11708
11709         * src/Makefile.am
11710         * src/stock_pixmap.c
11711         * src/stock_pixmap.h
11712         * src/toolbar.c
11713         * src/pixmaps/trash_btn.xpm
11714                 Add a specific trash xpm for the button
11715
11716 2005-08-28 [colin]      1.9.13cvs67
11717
11718         * src/imap.c
11719                 Fix leak
11720
11721 2005-08-27 [colin]      1.9.13cvs66
11722
11723         * src/imap.c
11724         * src/procmime.c
11725                 Correctly fix "Problem with replies", fixes
11726                 pgpmime encryption too. 
11727
11728 2005-08-27 [colin]      1.9.13cvs65
11729
11730         * src/folder.c
11731         * src/procmsg.c
11732         * src/procmsg.h
11733         * src/summaryview.c
11734                 Fix bug #517 (messages removed from summaryview 
11735                 when moving fails)
11736
11737 2005-08-27 [colin]      1.9.13cvs64
11738
11739         * tools/Makefile.am
11740         * tools/asus_mailled.sh
11741                 Add a script to blink ASUS laptops' mail LED where there
11742                 is unread mail.
11743
11744 2005-08-27 [colin]      1.9.13cvs63
11745
11746         * src/imap.c
11747         * src/etpan/imap-thread.c
11748         * src/etpan/imap-thread.h
11749                 Implement automatic choosing of login method
11750                 Fixes bug #791
11751         * src/gtk/.cvsignore
11752                 Add sylpheed-marshal.[ch]
11753
11754 2005-08-27 [colin]      1.9.13cvs62
11755
11756         * src/common/utils.c
11757                 Fix confusing perror
11758
11759 2005-08-27 [colin]      1.9.13cvs61
11760
11761         * src/toolbar.c
11762         * src/toolbar.h
11763                 Remove A_DELETE, replace it with 
11764                 A_TRASH and A_DELETE_REAL. Automatically
11765                 rewrite config files to replace A_DELETE
11766                 with A_TRASH (no functionality change).
11767                 Fixes half of #794
11768
11769 2005-08-26 [colin]      1.9.13cvs60
11770
11771         * src/procmime.c
11772                 Previous "Problem with replies" fix brought other
11773                 problems, fixing them
11774
11775 2005-08-26 [colin]      1.9.13cvs59
11776
11777         * src/procmime.c
11778                 Fix "Problem with replies". This happened only
11779                 on IMAP...
11780         * src/procmsg.c
11781                 Factorize code a bit
11782         * src/compose.c
11783                 Speed improvement on very long messages (wrapping)
11784                 Fix signature color on Reedit and Redirect
11785                 On Reedit, don't attach pgp-signatures parts, but
11786                 set signing to On.
11787
11788 2005-08-24 [paul]       1.9.13cvs58
11789
11790         * src/compose.c
11791                 don't claim success when clicking
11792                 Cancel on the passphrase box.
11793                 Patch by Colin
11794
11795 2005-08-24 [paul]       1.9.13cvs57
11796
11797         * src/main.c
11798                 fix misplaced sylpheed.log
11799         * src/common/defs.h
11800                 define UIDL_DIR
11801
11802 2005-08-24 [paul]       1.9.13cvs56
11803
11804         * src/imap.c
11805         * src/etpan/imap-thread.c
11806         * src/etpan/imap-thread.h
11807                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11808                 Patch by Colin
11809         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11810         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11811                 remove autogenerated files
11812         * tools/kdeservicemenu/README
11813         * tools/kdeservicemenu/install.sh
11814         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11815         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11816                 use Claws icon, use 'Sylpheed-Claws' in menu,
11817                 use kdialog, and other cleanups
11818
11819 2005-08-23 [paul]       1.9.13cvs55
11820
11821         * src/compose.c
11822                 fix paste/wrap crash
11823                 Patch by Colin
11824
11825 2005-08-23 [paul]       1.9.13cvs54
11826
11827         * src/main.c
11828                 fix crash recovery
11829                 Patch by Colin
11830
11831 2005-08-23 [paul]       1.9.13cvs53
11832
11833         * src/addressbook.c
11834         * src/editaddress.c
11835                 view all data of LDAP contacts
11836                 Patch by Colin
11837
11838 2005-08-23 [paul]       1.9.13cvs52
11839
11840         * src/addressbook.c
11841                 fix issues with the Search field
11842                 Patch by Colin
11843
11844 2005-08-22 [paul]       1.9.13cvs51
11845
11846         * src/folderview.c
11847                 put name of folder in processing dialog
11848                 title
11849         * src/prefs_folder_item.c
11850                 improve english usage
11851
11852 2005-08-22 [paul]       1.9.13cvs50
11853
11854         * src/filtering.c
11855         * src/filtering.h
11856         * src/matcher.c
11857         * src/matcher_parser_lex.l
11858         * src/matcher_parser_parse.y
11859         * src/prefs_filtering.c
11860                 add Filtering/Processing rule names feature.
11861                 (the incompatible old matcherrc is saved as
11862                 matcherrc.pre_names).
11863                 Patch by Colin
11864
11865 2005-08-22 [paul]       1.9.13cvs49
11866
11867         * src/procmsg.c
11868                 fix colour labelling
11869                 Patch by Colin
11870
11871 2005-08-22 [paul]       1.9.13cvs48
11872
11873         * src/textview.c
11874                 fix open_image_cb()
11875
11876 2005-08-22 [paul]       1.9.13cvs47
11877
11878         * src/imap.c
11879                 fix bug 789, 'SC crashes with imap (CVS ver)'
11880                 Patch by Colin
11881
11882 2005-08-22 [paul]       1.9.13cvs46
11883
11884         * src/mimeview.c
11885         * src/prefs_common.c
11886         * src/common/defs.h
11887                 define reused defaults in defs.h
11888         * src/textview.c
11889                 add 'Open image' to image popup menu
11890
11891 2005-08-21 [colin]      1.9.13cvs45
11892
11893         * src/summaryview.c
11894                 Fix bug #788 (Bogus "From" address displayed)
11895
11896 2005-08-20 [colin]      1.9.13cvs44
11897
11898         * src/folder.c
11899                 Fix buf #787 (multilevel delete causes SIGSEGV)
11900
11901 2005-08-19 [colin]      1.9.13cvs43
11902
11903         * src/inc.c
11904         * src/prefs_common.c
11905         * src/prefs_common.h
11906                 Add an hidden pref to allow modifying the
11907                 update stepping in incorporation.
11908                 Patch by wwp.
11909
11910 2005-08-19 [colin]      1.9.13cvs42
11911
11912         * src/compose.c
11913         * src/procmime.c
11914                 Workaround for broken MUAs: encode 
11915                 Content-type: name: as ASCII and 
11916                 Content-Disposition: filename: as
11917                 per rfc2231
11918         * src/prefs_account.c
11919                 Fix invisible-ness of SMTP SSL prefs
11920                 in NNTP accounts
11921
11922 2005-08-19 [paul]       1.9.13cvs41
11923
11924         * src/compose.c
11925         * src/prefs_common.c
11926         * src/prefs_common.h
11927         * src/prefs_wrapping.c
11928                 paste with or without wrapping.
11929                 patch by Colin
11930
11931 2005-08-19 [paul]       1.9.13cvs40
11932
11933         * src/prefs_common.c
11934         * src/prefs_common.h
11935         * src/summaryview.c
11936                 reintroduce enable_swap_from as a
11937                 hidden pref. patch by Colin
11938         * src/quote_fmt_parse.y
11939         * src/plugins/clamav/clamav_plugin.c
11940         * src/plugins/dillo_viewer/dillo_viewer.c
11941         * src/plugins/mathml_viewer/mathml_viewer.c
11942         * src/plugins/pgpcore/sgpgme.c
11943         * src/plugins/pgpinline/pgpinline.c
11944         * src/plugins/pgpmime/pgpmime.c
11945                 tidy up. patch by Colin
11946
11947 2005-08-19 [paul]       1.9.13cvs39
11948
11949         * configure.ac
11950                 complete cvs38's sync
11951         * src/editaddress.c
11952         * src/gedit-print.c
11953         * src/mutt.c
11954         * src/etpan/etpan-log.c
11955         * src/etpan/imap-thread.c
11956         * src/gtk/gtksourceprintjob.c
11957                 fix compilation warnings
11958                 (patch by Colin)
11959
11960 2005-08-19 [paul]       1.9.13cvs38
11961
11962         sync with main:
11963
11964         * src/account.c
11965         * src/action.c
11966         * src/addrbook.c
11967         * src/addrcache.c
11968         * src/addrharvest.c
11969         * src/addrindex.c
11970         * src/codeconv.c
11971         * src/compose.c
11972         * src/crash.c
11973         * src/exporthtml.c
11974         * src/exportldif.c
11975         * src/folder.c
11976         * src/image_viewer.c
11977         * src/inc.c
11978         * src/inc.h
11979         * src/jpilot.c
11980         * src/ldif.c
11981         * src/main.c
11982         * src/matcher.c
11983         * src/mbox.c
11984         * src/messageview.c
11985         * src/mh.c
11986         * src/mimeview.c
11987         * src/msgcache.c
11988         * src/mutt.c
11989         * src/news.c
11990         * src/partial_download.c
11991         * src/pine.c
11992         * src/pop.c
11993         * src/prefs_actions.c
11994         * src/prefs_common.c
11995         * src/prefs_customheader.c
11996         * src/prefs_display_header.c
11997         * src/prefs_gtk.c
11998         * src/prefs_themes.c
11999         * src/procheader.c
12000         * src/procmime.c
12001         * src/procmsg.c
12002         * src/recv.c
12003         * src/send_message.c
12004         * src/simple-gettext.c
12005         * src/sourcewindow.c
12006         * src/textview.c
12007         * src/vcard.c
12008         * src/common/defs.h
12009         * src/common/log.c
12010         * src/common/plugin.c
12011         * src/common/prefs.c
12012         * src/common/session.c
12013         * src/common/session.h
12014         * src/common/socket.c
12015         * src/common/socket.h
12016         * src/common/ssl_certificate.c
12017         * src/common/template.c
12018         * src/common/utils.c
12019         * src/common/utils.h
12020         * src/common/xml.c
12021         * src/gtk/about.c
12022         added wrappers for C library function that
12023                 take pathname arguments.
12024                 enabled compilation with MinGW.
12025                 use GDir instead of directly using opendir().
12026                 added rename_force().
12027
12028 2005-08-19 [paul]       1.9.13cvs37
12029         
12030         patches by Colin:
12031         * src/compose.c
12032                 fix privacy settings on re-editing
12033                 a sent message
12034         * src/jpilot.c
12035                 fix encoding bug
12036         * src/folder.c
12037         * src/procmsg.c
12038         * src/procmsg.h
12039         * src/summaryview.c
12040                 flag changing optimisation
12041
12042 2005-08-18 [martin]     1.9.13cvs36
12043
12044         * commitHelper
12045             added my login
12046         * src/addrcache.c
12047         * src/addrharvest.c
12048         * src/addrindex.c
12049         * src/compose.c
12050         * src/grouplistdialog.c
12051         * src/main.c
12052         * src/mainwindow.c
12053         * src/msgcache.c
12054         * src/mutt.c
12055         * src/pine.c
12056         * src/prefs_account.c
12057         * src/prefs_themes.c
12058         * src/stock_pixmap.c
12059         * src/summaryview.c
12060         * src/gtk/about.c
12061         * src/gtk/logwindow.c
12062             removed deprecated glib and gdk stuff
12063         * src/plugins/pgpcore/select-keys.c
12064             convert attributes from locale to utf8
12065
12066 2005-08-17 [paul]       1.9.13cvs35
12067
12068         * src/account.c
12069         * src/addressbook.c
12070                 use new GTK_STOCK_ icons if available
12071         * src/summaryview.c
12072         * src/gtk/gtksctree.c
12073         * src/gtk/gtksctree.h
12074                 faster range select. patch by Colin
12075
12076 2005-08-17 [paul]       1.9.13cvs34
12077
12078         patches by colin:
12079         * src/addressbook.c
12080         * src/addressitem.h
12081                 Add an edit button for contacts, fix selections
12082                 of gtksctree items
12083         * src/editaddress.c
12084                 Change labels, let Save be always possible in the
12085                 email and user atributes tabs
12086         * src/folderview.c
12087                 fix sort issues
12088         * src/summaryview.c
12089                 select next item instead of the displayed one
12090                 after deletion
12091
12092         * src/gtk/progressdialog.c
12093                 use prefs_common.enable_rules_hint
12094
12095 2005-08-13 [hoa]        1.9.13cvs33
12096
12097         * src/etpan/imap-thread.c
12098                 fixed build on Solaris.
12099
12100 2005-08-10 [colin]      1.9.13cvs32
12101
12102         * src/procmsg.c
12103                 Fix cvs31 (missing fclose before reading
12104                 the file)
12105
12106 2005-08-10 [colin]      1.9.13cvs31
12107
12108         * src/procmsg.c
12109                 Fix procmsg_msginfo_new_from_mimeinfo() when
12110                 the MimeInfo isn't stored in memory. This fixes
12111                 replying to an attached message.
12112
12113 2005-08-10 [colin]      1.9.13cvs30
12114
12115         * src/mainwindow.c
12116                 Fix slowness in account changing
12117
12118 2005-08-10 [colin]      1.9.13cvs29
12119
12120         * src/folder.c
12121         * src/folderutils.c
12122         * src/folderview.c
12123         * src/imap_gtk.c
12124         * src/mainwindow.c
12125         * src/mh_gtk.c
12126         * src/procmsg.c
12127         * src/summaryview.c
12128                 Optimize folder_has_parent_of_type
12129                 Prevent moving special sub-folders from contextual menus
12130                 Rework message a bit ("Empty all messages" -> "Delete all
12131                 messages")
12132                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12133                 and "Deleted Items" folders)
12134
12135 2005-08-08 [colin]      1.9.13cvs28
12136
12137         * src/summaryview.c
12138         * src/prefs_summaries.c
12139                 Make "Select first unread|new" more flexible
12140                 (just prioritize new or unread)
12141
12142 2005-08-08 [colin]      1.9.13cvs27
12143
12144         * src/summaryview.c
12145                 If "select first new" is selected and there only
12146                 are unread messages, fallback to "select first
12147                 unread".
12148
12149 2005-08-08 [colin]      1.9.13cvs26
12150
12151         * src/folder.c
12152                 Fix shameful bugs (and bug #779)
12153
12154 2005-08-08 [colin]      1.9.13cvs25
12155
12156         * src/folder.c
12157         * src/folder.h
12158                 Cache parents' type to make folder_has_parent_of_type
12159                 faster
12160         * src/folderview.c
12161                 Forbid DnD of special sub-folders
12162         * src/procmsg.c
12163         * src/procmsg.h
12164                 Add MAIL_POSTFILTERING_HOOK
12165         * src/summaryview.c
12166                 Revert over-zealous deletion of the use_addr_book 
12167                 code
12168
12169 2005-08-07 [colin]      1.9.13cvs24
12170
12171         * src/folder.c
12172                 Fix big mistake (passing MsgInfo instead 
12173                 of FolderItem)
12174
12175 2005-08-07 [colin]      1.9.13cvs23
12176
12177         * src/compose.c
12178         * src/folder.c
12179         * src/folder.h
12180         * src/foldersel.c
12181         * src/folderutils.c
12182         * src/folderview.c
12183         * src/imap.c
12184         * src/mainwindow.c
12185         * src/messageview.c
12186         * src/mh.c
12187         * src/msgcache.c
12188         * src/procmime.c
12189         * src/summaryview.c
12190                 Make subfolders of Drafts, Queue, Outbox, Trash
12191                 work like their parents. 
12192                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12193
12194 2005-08-07 [colin]      1.9.13cvs22
12195
12196         * src/addressbook.c
12197                 Fix bug #771 (Dragged contacts not saved)
12198
12199 2005-08-07 [paul]       1.9.13cvs21
12200
12201         * src/summaryview.c
12202                 fix bug 32 'Search Doesn't display results
12203                 if "Hide Read Messages" is chosen'
12204                 be more literal in interpreting 'Hide read
12205                 messages'
12206
12207 2005-08-07 [colin]      1.9.13cvs20
12208
12209         * src/folderview.c
12210                 Add debug
12211         * src/summaryview.c
12212                 Faster 'unthread_for_execution'
12213
12214 2005-08-06 [paul]       1.9.13cvs19
12215
12216         * src/mainwindow.c
12217                 add mnemonics to Set displayed columns
12218                 fix bug where msgview_visible option was
12219                 overwritten as TRUE on startup
12220
12221 2005-08-06 [paul]       1.9.13cvs18
12222
12223         * src/mainwindow.c
12224                 refer to 'displayed columns in folder/message
12225                 list' not 'displayed items in summary/message view'
12226         * src/prefs_display_header.c
12227                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12228                 be consistent with similar dialogues
12229         * src/prefs_folder_column.c
12230         * src/prefs_summary_column.c
12231                 'columns' not 'items', and folder and message lists,
12232                 instead of folder and summary views;
12233                 Use 'Hidden columns' as list heading not 'Available
12234                 items';
12235                 move the 'Remove' button to the right hand side;
12236                 top-align the buttons;
12237                 remove unneeded vbox
12238         * src/prefs_summaries.c
12239                 put the 2 column prefs buttons in a frame to reduce
12240                 overall width; refer to columns not items &c.
12241
12242 2005-08-05 [colin]      1.9.13cvs17
12243
12244         * src/prefs_common.c
12245         * src/prefs_common.h
12246         * src/mainwindow.c
12247         * src/compose.c
12248         * src/messageview.c
12249                 Add an hidden toolbar_detachable pref, so
12250                 that I can get rid of these painful handles
12251                 in the toolbars. Defaults to TRUE to avoid
12252                 changing the GUI on unsuspecting people...
12253
12254 2005-08-05 [colin]      1.9.13cvs16
12255
12256         * src/Makefile.am
12257         * src/prefs_folder_column.c
12258         * src/prefs_folder_column.h
12259                 Add prefs for folder columns
12260         * src/folderview.c
12261         * src/folderview.h
12262         * src/mainwindow.c
12263         * src/mainwindow.h
12264         * src/prefs_common.c
12265         * src/prefs_common.h
12266         * src/prefs_summaries.c
12267                 Use them
12268         * src/prefs_summary_column.c
12269         * src/summaryview.c
12270         * src/summaryview.h
12271                 Add a To column
12272         * src/textview.c
12273         * src/common/utils.c
12274         * src/common/utils.h
12275                 Move uri colourisation functions
12276                 to utils
12277         * src/compose.c
12278                 Colourise URIs
12279         * src/imap.c
12280                 Fix bug with LIST where we'd try
12281                 to get Folder//////[...]/// 
12282
12283 2005-08-05 [paul]       1.9.13cvs15
12284
12285         * src/prefs_summaries.c
12286                 improve the English usage
12287         * src/summaryview.c
12288                 set font on column change
12289                 thanks to Colin
12290
12291 2005-08-05 [paul]       1.9.13cvs14
12292
12293         * src/prefs_common.c
12294         * src/prefs_common.h
12295         * src/prefs_summaries.c
12296         * src/summaryview.c
12297                 replace 'open_unread_on_enter' option with
12298                 'select_on_entry' option. opening/not opening
12299                 is now exclusively controlled by 'always_show_msg'
12300
12301 2005-08-04 [colin]      1.9.13cvs13
12302
12303         * src/compose.c
12304                 Remove dead code
12305                 Add colourisation of quotes and signatures
12306         * src/folderview.c
12307                 Fix possible crashes
12308         * src/messageview.c
12309                 Change an assert that is no problem
12310         * src/news.c
12311         * src/news_gtk.c
12312         * src/news_gtk.h
12313                 Fix offline mode
12314         * src/gtk/quicksearch.c
12315                 Fix a possible crash
12316
12317 2005-08-03 [colin]      1.9.13cvs12
12318
12319         * src/prefs_account.c
12320                 Fix bug #777 (Sylpheed crash in account configuration)
12321
12322 2005-08-03 [colin]      1.9.13cvs11
12323
12324         * src/addressbook.c
12325         * src/editaddress.c
12326         * src/editgroup.c
12327                 Fixing addressbook, round 2
12328         * src/textview.c
12329                 Fix emphasis color on rechecking 'Colorize messages'
12330
12331 2005-08-03 [paul]       1.9.13cvs10
12332
12333         sync with main
12334
12335         * src/addr_compl.c
12336         * src/compose.c
12337         * src/main.c
12338         * src/pop.c
12339         * src/prefs_account.c
12340         * src/procmime.c
12341         * src/procmsg.c
12342         * src/quote_fmt_parse.y
12343         * src/textview.c
12344         * src/common/quoted-printable.c
12345         * src/common/utils.c
12346         * src/common/utils.h
12347         * src/common/xml.c
12348                 replaced incorrect locale-independent
12349                 ctype functions with GLib's. Corrected
12350                 signedness mismatch.
12351         * src/headerview.c
12352                 headerview_create(): added spacing for vbox.
12353         * src/gtk/about.c
12354                 set focus to the OK button.
12355
12356 2005-08-03 [colin]      1.9.13cvs9
12357
12358         * src/folderview.c
12359                 Fix possible crash
12360
12361 2005-08-02 [colin]      1.9.13cvs8
12362
12363         * src/mainwindow.c
12364                 Fix cast
12365         * src/addressbook.c
12366         * src/addressitem.h
12367                 Fix a cast and more generally, try to make the
12368                 GUI more intuitive and consistent (round 1)
12369
12370 2005-08-02 [paul]       1.9.13cvs7
12371
12372         * src/folder.h
12373                 missing in 1.9.13cvs6
12374
12375 2005-08-02 [colin]      1.9.13cvs6
12376
12377         * src/folder.c
12378                 Fix one more leak
12379
12380 2005-08-02 [colin]      1.9.13cvs5
12381
12382         * src/folder.c
12383         * src/folderview.c
12384         * src/imap.c
12385         * src/main.c
12386         * src/mbox.c
12387         * src/procmsg.c
12388         * src/summaryview.c
12389                 Fix a number of folder_item_get_msg_list()-related
12390                 leaks (missing procmsg_msginfo_free()s)
12391
12392 2005-08-01 [colin]      1.9.13cvs4
12393
12394         * src/folderview.c
12395         * src/folderview.h
12396         * src/mainwindow.c
12397         * src/prefs_fonts.c
12398         * src/prefs_summaries.c
12399         * src/prefs_themes.c
12400         * src/summaryview.c
12401         * src/summaryview.h
12402         * src/textview.c
12403         * src/textview.h
12404                 Fix instant-apply of summary and folderview-related prefs
12405                 Fix erroneous g_free and alertpanels in prefs_theme
12406                 Add instant-apply for fonts
12407                 Defer applying of prefs a little bit so it's done only
12408                 once even if requested by multiples prefs pages
12409
12410 2005-08-01 [paul]       1.9.13cvs3
12411
12412         * src/main.c
12413                 fix bug 776 'S.C. crashes on close'
12414                 thanks to Colin
12415         * src/etpan/etpan-thread-manager-types.h
12416                 add missing include
12417                 thanks to Hoa
12418
12419 2005-07-25 [paul]       1.9.13cvs2
12420
12421         * src/summaryview.c
12422                 fix typos. spotted by Fabien Vantard
12423
12424 2005-07-24 [paul]       1.9.13cvs1
12425
12426         * doc/man/sylpheed.1
12427                 update man page, incorporating fix of
12428                 bug 769 'Typo in manpage'
12429         * src/etpan/imap-thread.c
12430                 fix NetBSD openssl dependencies. patch by
12431                 George Michaelson <ggm@apnic.net>
12432         * po/pt_BR.po
12433                 updated by Frederico Goncalves Guimaraes
12434
12435 2005-07-22 [paul]       1.9.13
12436
12437         1.9.13 release
12438
12439 2005-07-22 [paul]       1.9.12cvs91
12440
12441         * AUTHORS
12442         * INSTALL
12443         * README.claws
12444         * RELEASE_NOTES.claws
12445                 updated for release
12446         * configure.ac
12447         * po/nb.po
12448         * tools/claws.i18n.status.pl
12449                 add Norwegian translation. submiited by
12450                 Geir Helland <pjallabais@users.sourceforge.net>
12451         * po/ca.po
12452         * po/de.po
12453         * po/es.po
12454         * po/fi.po
12455         * po/fr.po
12456         * po/it.po
12457         * po/sk.po
12458         * po/sr.po
12459         * po/zh_CN.po
12460                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12461                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12462                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12463                 Yang Guilong
12464         * src/plugins/clamav/clamav_plugin_gtk.c
12465         * src/plugins/spamassassin/spamassassin_gtk.c
12466                 replace outdated description strings
12467
12468 2005-07-21 [colin]      1.9.12cvs90
12469
12470         * src/folder.c
12471                 Set folder to batch mode when scanning it. Makes deletion
12472                 of unread mails on IMAP much faster (due to the UNREAD 
12473                 flag unsetting)
12474
12475 2005-07-21 [darko]      1.9.12cvs89
12476
12477         * configure.ac
12478                 link against libresolv if necessary (patch by Paul)
12479         * src/msgcache.c
12480                 use glib's portable macros to determine endianness
12481
12482 2005-07-21 [paul]       1.9.12cvs88
12483
12484         * src/crash.c
12485         * src/gtk/about.c
12486                 update compiled-in features list
12487
12488 2005-07-20 [colin]      1.9.12cvs87
12489
12490         * src/folder.c
12491         * src/textview.c
12492                 Gcc 2.9x compilation fixes, thanks to Darko
12493         * src/plugins/clamav/clamav_plugin.c
12494                 Little optimisation: load virus database only once
12495         * src/plugins/spamassassin/spamassassin.c
12496                 Big optimisation: filtering one mail took at least 1 second,
12497                 now it takes at least 50ms. Doesn't speed up spamassassin 
12498                 itself, but should already be much more tolerable.
12499
12500 2005-07-20 [colin]      1.9.12cvs86
12501
12502         * src/summaryview.c
12503                 Fix performance issue
12504
12505 2005-07-19 [colin]      1.9.12cvs85
12506
12507         * src/plugins/pgpinline/plugin.c
12508                 Fix warning
12509
12510 2005-07-19 [colin]      1.9.12cvs84
12511
12512         * configure.ac
12513         * src/plugins/Makefile.am
12514         * src/plugins/pgpinline/.cvsignore
12515         * src/plugins/pgpinline/Makefile.am
12516         * src/plugins/pgpinline/pgpinline.c
12517         * src/plugins/pgpinline/pgpinline.deps
12518         * src/plugins/pgpinline/pgpinline.h
12519         * src/plugins/pgpinline/plugin.c
12520                 Put pgpinline in the main tree
12521
12522 2005-07-19 [paul]       1.9.12cvs83
12523
12524         * src/prefs_actions.c
12525                 prevent '//' in menu names, which cause a crash
12526                 thanks to Colin
12527
12528 2005-07-19 [paul]       1.9.12cvs82
12529
12530         * configure.ac
12531                 be generally more informative in configure output.
12532                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12533                 '[ --disable-openssl ...', as --enable-openssl is default
12534                 PGP/MIME: don't check for GPGME again, check for
12535                 pgpcore instead. Therefore prevent the possibility of
12536                 attempting to build pgpmime if pgpcore dependencies are
12537                 not met
12538                 ClamAV: use pkgconfig to check for lib
12539                 libgnomeprint: revert logic on inner test to match
12540                 everything else
12541         * src/plugins/pgpcore/sgpgme.c
12542                 add missing include
12543
12544 2005-07-19 [colin]      1.9.12cvs81
12545
12546         * src/summaryview.c
12547                 Fix slow thread rebuilding in particular
12548                 cases
12549
12550 2005-07-19 [paul]       1.9.12cvs80
12551
12552         * sylpheed-claws.desktop
12553                 fix typo, spotted by Stephan Sachse
12554         * src/account.c
12555                 replace GTK_STOCK_ADD with
12556                 GTK_STOCK_NEW button
12557
12558 2005-07-18 [colin]      1.9.12cvs79
12559
12560         * src/etpan/imap-thread.c
12561                 Fix return value (Thanks Hoa)
12562
12563 2005-07-18 [colin]      1.9.12cvs78
12564
12565         * src/imap.c
12566                 Allow empty passwords
12567                 Create drafts/queue/outbox if necessary
12568         * src/summaryview.c
12569                 Remove old code
12570         * src/etpan/imap-thread.c
12571                 Fix STARTTLS (Thanks to Hoa)
12572
12573 2005-07-18 [paul]       1.9.12cvs77
12574
12575         * ChangeLog-gtk2.jp
12576         * ChangeLog.jp
12577                 removed
12578         * Makefile.am
12579                 updated to reflect additions and removals
12580         * TODO
12581                 updated to be claws-specific
12582         * TODO-gtk2
12583         * TODO-gtk2.jp
12584         * TODO.jp
12585         * sylpheed-128x128.png
12586         * sylpheed-64x64.png
12587                 removed
12588         * sylpheed-claws-128x128.png
12589         * sylpheed-claws-64x64.png
12590         * sylpheed-claws.desktop
12591         * sylpheed-claws.png
12592                 added
12593         * sylpheed.desktop
12594         * sylpheed.png
12595                 removed
12596
12597 2005-07-17 [paul]       1.9.12cvs76
12598
12599         * src/account.c
12600         * src/addressbook.c
12601         * src/alertpanel.c
12602         * src/alertpanel.h
12603         * src/compose.c
12604         * src/exphtmldlg.c
12605         * src/expldifdlg.c
12606         * src/folderview.c
12607         * src/imap_gtk.c
12608         * src/inc.c
12609         * src/message_search.c
12610         * src/messageview.c
12611         * src/mh_gtk.c
12612         * src/news_gtk.c
12613         * src/prefs_actions.c
12614         * src/prefs_filtering.c
12615         * src/prefs_matcher.c
12616         * src/prefs_template.c
12617         * src/prefs_themes.c
12618         * src/ssl_manager.c
12619         * src/summary_search.c
12620         * src/textview.c
12621         * src/toolbar.c
12622         * src/gtk/sslcertwindow.c
12623         * src/plugins/pgpcore/sgpgme.c
12624                 rework alertpanels
12625
12626 2005-07-17 [colin]      1.9.12cvs75
12627
12628         * src/privacy.c
12629                 add a PrivacySystem accessor that checks that
12630                 the system cached in a MimeInfo's privacydata
12631                 is still registered. Use this accessor instead
12632                 of directly using data->system. Fixes crashes
12633                 after unloading pgp plugins.
12634
12635 2005-07-17 [colin]      1.9.12cvs74
12636
12637         * src/alertpanel.c
12638                 Change geometry hints to a simple default size.
12639                 Fixes the certs dialogs.
12640
12641 2005-07-17 [colin]      1.9.12cvs73
12642
12643         * src/gtk/sslcertwindow.c
12644                 Use a gtkExpander
12645
12646 2005-07-17 [colin]      1.9.12cvs72
12647
12648         * src/plugins/pgpcore/Makefile.am
12649         * src/plugins/pgpmime/Makefile.am
12650                 Add gpgme libs
12651
12652 2005-07-17 [paul]       1.9.12cvs71
12653
12654         * configure.ac
12655                 add --disable-gnomeprint option
12656                 modified version of patch by Marius Mauch
12657
12658 2005-07-17 [paul]       1.9.12cvs70
12659
12660         * src/common/defs.h
12661                 update urls
12662         * src/account.c
12663         * src/action.c
12664         * src/addressbook.c
12665         * src/compose.c
12666         * src/foldersel.c
12667         * src/folderview.c
12668         * src/html.c
12669         * src/imap_gtk.c
12670         * src/main.c
12671         * src/mainwindow.c
12672         * src/messageview.c
12673         * src/mh_gtk.c
12674         * src/mimeview.c
12675         * src/news_gtk.c
12676         * src/prefs_account.c
12677         * src/prefs_send.c
12678         * src/prefs_summaries.c
12679         * src/procmsg.c
12680         * src/summaryview.c
12681         * src/common/utils.c
12682         * src/common/xml.c
12683         * src/plugins/pgpcore/passphrase.c
12684         * src/plugins/pgpcore/select-keys.c
12685                 replace inappropriately used backticks
12686                 with single quotes
12687
12688 2005-07-16 [colin]      1.9.12cvs69
12689
12690         * src/image_viewer.c
12691                 Add extra paranoid checks
12692
12693 2005-07-16 [colin]      1.9.12cvs68
12694
12695         * src/plugins/pgpcore/prefs_gpg.c
12696                 Don't auto-check sigs by default, as it
12697                 can be really slow.
12698
12699 2005-07-16 [colin]      1.9.12cvs67
12700
12701         * src/plugins/pgpcore/sgpgme.c
12702                 Make messages a bit better.
12703
12704 2005-07-16 [colin]      1.9.12cvs66
12705
12706         * src/imap.c
12707                 Remove pseudo-log
12708         * src/etpan/imap-thread.c
12709                 Add real log
12710
12711 2005-07-16 [colin]      1.9.12cvs65
12712
12713         * src/main.c
12714         * src/prefs_other.c
12715                 And now, fix build with libetpan :-/
12716
12717 2005-07-15 [colin]      1.9.12cvs64
12718
12719         * src/prefs_other.c
12720                 Continue fixing build without libetpan.
12721
12722 2005-07-15 [colin]      1.9.12cvs63
12723
12724         * src/main.c
12725                 Fix build with --disable-libetpan
12726
12727 2005-07-15 [colin]      1.9.12cvs62
12728
12729         * configure.ac
12730                 Bump libetpan's version
12731
12732 2005-07-15 [colin]      1.9.12cvs61
12733
12734         * src/etpan/imap-thread.c
12735                 Actually stop logging :)
12736
12737 2005-07-15 [colin]      1.9.12cvs60
12738
12739         * src/addressbook.c
12740                 Fix dnd of multiple addresses.
12741
12742 2005-07-15 [hoa]        1.9.12cvs59
12743
12744         * src/etpan/imap-thread.c
12745             disable login of IMAP password in libetpan log file.
12746
12747 2005-07-15 [paul]       1.9.12cvs58
12748
12749         * src/account.c
12750                 don't automatically sort
12751                 do allow drag n drop
12752
12753 2005-07-15 [paul]       1.9.12cvs57
12754
12755         * src/account.c
12756         * src/ssl_manager.c
12757                 alphabetical listing
12758
12759 2005-07-15 [paul]       1.9.12cvs56
12760
12761         * src/gtk/pluginwindow.c
12762                 sort plugin list alphabetically
12763
12764 2005-07-15 [paul]       1.9.12cvs55
12765
12766         * src/prefs_spelling.c
12767         * src/prefs_wrapping.c
12768                 unify English usage
12769
12770 2005-07-15 [colin]      1.9.12cvs54
12771
12772         * src/wizard.c
12773                 Typo fix
12774
12775 2005-07-15 [paul]       1.9.12cvs53
12776
12777         * src/prefs_message.c
12778                 make 'show cursor' a hidden option
12779
12780 2005-07-14 [colin]      1.9.12cvs52
12781
12782         * src/plugins/spamassassin/Makefile.am
12783         * src/plugins/clamav/Makefile.am
12784                 Fix double EXTRA_DISTs
12785
12786 2005-07-14 [colin]      1.9.12cvs51
12787
12788         * src/plugins/clamav/Makefile.am
12789         * src/plugins/clamav/clamav_plugin_gtk.deps
12790         * src/plugins/spamassassin/Makefile.am
12791         * src/plugins/spamassassin/spamassassin_gtk.deps
12792                 Make $plugin_gtk depend on $plugin
12793
12794 2005-07-14 [hoa]        1.9.12cvs50
12795
12796         * src/etpan/imap-thread.c
12797                 enable debug log of libetpan when running with --debug
12798
12799 2005-07-14 [colin]      1.9.12cvs49
12800
12801         * configure.ac
12802         * src/common/Makefile.am
12803         * src/common/plugin.c
12804         * src/common/plugin.h
12805                 Add a little plugin dependancy system.
12806                 Plugins can ship a $plugin_name.deps file
12807                 (near them in PLUGINDIR) so that their
12808                 dependancies are loaded if possible.
12809         * src/plugins/Makefile.am
12810         * src/plugins/pgpcore/Makefile.am
12811         * src/plugins/pgpcore/passphrase.c
12812         * src/plugins/pgpcore/passphrase.h
12813         * src/plugins/pgpcore/plugin.c
12814         * src/plugins/pgpcore/prefs_gpg.c
12815         * src/plugins/pgpcore/prefs_gpg.h
12816         * src/plugins/pgpcore/select-keys.c
12817         * src/plugins/pgpcore/select-keys.h
12818         * src/plugins/pgpcore/sgpgme.c
12819         * src/plugins/pgpcore/sgpgme.h
12820                 Introduce pgpcore, used by pgpmime and
12821                 pgpinline
12822         * src/plugins/pgpmime/Makefile.am
12823         * src/plugins/pgpmime/passphrase.c
12824         * src/plugins/pgpmime/passphrase.h
12825         * src/plugins/pgpmime/pgpmime.c
12826         * src/plugins/pgpmime/pgpmime.deps
12827         * src/plugins/pgpmime/plugin.c
12828         * src/plugins/pgpmime/prefs_gpg.c
12829         * src/plugins/pgpmime/prefs_gpg.h
12830         * src/plugins/pgpmime/select-keys.c
12831         * src/plugins/pgpmime/select-keys.h
12832         * src/plugins/pgpmime/sgpgme.c
12833         * src/plugins/pgpmime/sgpgme.h
12834                 Remove the core from pgpmime and add the
12835                 dependancy to pgpcore.
12836
12837 2005-07-14 [paul]       1.9.12cvs48
12838
12839         * src/stock_pixmap.c
12840                 forgot this in last commit
12841
12842 2005-07-14 [paul]       1.9.12cvs47
12843
12844         * src/account.c
12845         * src/addressbook.c
12846                 add accelerators for the buttons (sync with main)
12847         * src/compose.c
12848         * src/compose.h
12849                 add accelerators for the buttons.
12850                 fix editing with external editor.
12851                 replace gdk_input_*() with GIOChannel;
12852                 (sync with main)
12853         * src/foldersel.c
12854                 display folder names with new/unread
12855                 representation (sync with main)
12856         * src/main.c
12857                 specify default window icon (sync with main)
12858         * src/prefs_common.c
12859                 use_addr_book default to FALSE
12860         * src/summaryview.c
12861         * src/textview.c
12862                 add accelerators for the buttons (sync with main)
12863         * src/gtk/menu.c
12864                 fix typos
12865         * src/pixmaps/sylpheed_icon.xpm
12866                 updated
12867
12868 2005-07-13 [paul]       1.9.12cvs46
12869
12870         * src/plugins/pgpmime/pgpmime.c
12871         * src/plugins/pgpmime/sgpgme.c
12872                 (temporarily) use deprecated gpgme_data_rewind()
12873                 while largefile support is not present
12874                 (as suggested by Colin)
12875
12876 2005-07-13 [paul]       1.9.12cvs45
12877
12878         * configure.ac
12879                 remove large file support (for now):
12880                 it breaks too many things
12881
12882 2005-07-13 [paul]       1.9.12cvs44
12883
12884         * configure.ac
12885                 add large file support
12886         * src/html.c
12887                 fix bug #763 where href attribute was not
12888                 the very first attribute of a link
12889                 patch by Thomas Gilgin
12890
12891 2005-07-13 [colin]      1.9.12cvs43
12892
12893         * src/gtk/pluginwindow.c
12894                 Little portability fix
12895
12896 2005-07-13 [colin]      1.9.12cvs42
12897
12898         * src/plugins/pgpmime/sgpgme.c
12899                 Fix crasher.
12900
12901 2005-07-13 [colin]      1.9.12cvs41
12902
12903         * src/plugins/pgpmime/pgpmime.c
12904         * src/plugins/pgpmime/sgpgme.c
12905                 Use gpgme_data_release_and_get_mem instead
12906                 of gpgme_data_read.
12907
12908 2005-07-13 [colin]      1.9.12cvs40
12909
12910         * configure.ac
12911         * src/plugins/pgpmime/passphrase.c
12912         * src/plugins/pgpmime/passphrase.h
12913         * src/plugins/pgpmime/pgpmime.c
12914         * src/plugins/pgpmime/plugin.c
12915         * src/plugins/pgpmime/select-keys.c
12916         * src/plugins/pgpmime/select-keys.h
12917         * src/plugins/pgpmime/sgpgme.c
12918         * src/plugins/pgpmime/sgpgme.h
12919                 Port pgpmime to gpgme-1.0.
12920
12921 2005-07-12 [paul]       1.9.12cvs39
12922
12923         * AUTHORS
12924         * src/toolbar.c
12925         * src/toolbar.h
12926                 add a 'Go to Prev' button to the toolbar.
12927                 correct tooltip text of go to buttons.
12928                 based on patch by Yang Guilong <bamanzi@gmail.com>
12929
12930 2005-07-12 [colin]      1.9.12cvs38
12931
12932         * src/statusbar.c
12933                 Fix progress bar showing stuff at startup.
12934
12935 2005-07-12 [paul]       1.9.12cvs37
12936
12937         * src/editjpilot.c
12938                 fix building with jpilot support
12939
12940 2005-07-11 [colin]      1.9.12cvs36
12941
12942         * src/inc.c
12943                 Add visual indication that filtering is running
12944         * src/textview.c
12945                 Make {}[] uri delimiters
12946         * src/summaryview.c
12947                 Remove useless (and slow) calls
12948
12949 2005-07-11 [paul]       1.9.12cvs35
12950
12951         * src/plugins/clamav/clamav_plugin_gtk.c
12952         * src/plugins/dillo_viewer/dillo_prefs.c
12953         * src/plugins/pgpmime/prefs_gpg.c
12954         * src/plugins/spamassassin/spamassassin_gtk.c
12955                 gather plugins prefs together under their
12956                 own 'Plugins' heading
12957
12958 2005-07-11 [paul]       1.9.12cvs34
12959
12960         sync with main
12961
12962         * src/account.c
12963                 account_delete(): modified alert dialog
12964         * src/editjpilot.c
12965         * src/editvcard.c
12966                 fixed a crash when cancelling file selection
12967                 dialog by Escape key. Made non-ascii filename
12968                 selectable.
12969         * src/prefs_template.c
12970                 prefs_template_window_create(): make scrolled
12971                 window policy AUTOMATIC
12972
12973 2005-07-10 [hoa]        1.9.12cvs33
12974
12975         * src/etpan/imap-thread.c
12976                 workaround for old Courier IMAP servers.
12977
12978 2005-07-10 [colin]      1.9.12cvs32
12979
12980         * src/folder.c
12981         * src/statusbar.c
12982         * src/statusbar.h
12983                 Add visual progress indicator on filtering/processing
12984                 Factorize the progress bar code
12985         * src/imap.c
12986         * src/imap.h
12987         * src/etpan/imap-thread.c
12988                 Add a reference counter to avoid destroying the Folder
12989                 while it's in use by another callback.
12990
12991 2005-07-09 [hoa]        1.9.12cvs31
12992
12993         * src/imap.c
12994         * src/etpan/imap-thread.c
12995                 fixed deadlock when removing IMAP account.
12996
12997 2005-07-08 [colin]      1.9.12cvs30
12998
12999         * src/textview.c
13000         * src/unmime.c
13001                 Fix again problems decoding broken headers
13002         * src/gtk/inputdialog.c
13003                 Fix local variable shadowing a global one
13004
13005 2005-07-08 [colin]      1.9.12cvs29
13006
13007         * src/msgcache.c
13008                 Make the cache/mark files platform-agnostic by writing
13009                 them in little-endian format. Reading them is also done
13010                 in little-endian format, of course; however, in order
13011                 to avoid trashing mark data on big-endian machines, the
13012                 files are, at first, read from the native format if the
13013                 little-endian one doesn't exist. This is easy to deter-
13014                 mine by trying to open a file with a swapped data_ver
13015                 and seeing if it's the wanted version.
13016                 Little-endian using users should see absolutely no
13017                 difference, Big-endian users may get a very little
13018                 performance drop due to byte-swapping.
13019                 Tested on i386 and ppc32. 
13020                 Fixes bug #159 (The index file, in the mailboxes, is 
13021                 hardware depending).
13022
13023                 To have the cache/mark files updated to the new little-
13024                 endian format, "Check for new messages" or even
13025                 "Rebuild folder tree" aren't enough. Files will be
13026                 updated as soon as a folder has been opened/closed.
13027                 To update everything, just select all folders by
13028                 selecting them one by one.
13029
13030 2005-07-07 [colin]      1.9.12cvs28
13031
13032         * src/imap.c
13033                 Remember the folder separator per IMAPFolder
13034                 instead of globally.
13035                 Revive the Session on noop; fixes bug #761
13036                 (mark a bunch of unread messages as read takes 
13037                 forever)
13038
13039 2005-07-07 [darko]      1.9.12cvs27
13040
13041         * src/common/template.c
13042                 Sort templates alphabetically
13043
13044 2005-07-06 [colin]      1.9.12cvs26
13045
13046         * src/imap.c
13047                 Try to use the correct separator in
13048                 most cases. Possibly fixes bug #759
13049                 (only creates the INBOX folder when 
13050                 setting up new IMAP account) and 
13051                 bug #760 (Can't retrieve messages)
13052
13053 2005-07-06 [colin]      1.9.12cvs25
13054
13055         * src/imap.c
13056                 Use real_path in status command. This will
13057                 help later, when namespaces will be used.
13058
13059 2005-07-06 [colin]      1.9.12cvs24
13060
13061         * configure.ac
13062         * src/account.c
13063         * src/folder.c
13064         * src/imap.c
13065         * src/etpan/etpan-log.c
13066         * src/etpan/etpan-thread-manager.c
13067         * src/etpan/imap-thread.c
13068                 Add a --disable-libetpan parameter. With this,
13069                 users that don't want IMAP4 support can avoid
13070                 the new dependancy (and have no IMAP support).
13071                 Users that have IMAP4 accounts and use this
13072                 parameter won't lose their configuration, their
13073                 IMAP accounts will just be invisible and not
13074                 used.
13075         * src/textview.c
13076                 Make the "Copy ..." contextual menu items 
13077                 copy to both the X clipboard and the gtk 
13078                 clipboard - as most other apps do.
13079         * src/gtk/about.c
13080                 Add a notice about OpenSSL usage, in order to
13081                 comply with OpenSSL's license (point 6):
13082                 http://www.openssl.org/source/license.html
13083
13084 2005-07-06 [colin]      1.9.12cvs23
13085
13086         * src/alertpanel.c
13087                 Fix a minimum size for alertpanels
13088         * src/compose.c
13089                 Show 'No space left on device' type errors
13090                 when queuing/sending
13091         * src/imap_gtk.c
13092         * src/mh_gtk.c
13093                 Rework folder's deletion message (remove 
13094                 extra \n)
13095
13096 2005-07-05 [colin]      1.9.12cvs22
13097
13098         * src/imap.c
13099                 Add an alertpanel on auth error
13100                 Add pseudo-log
13101                 Remove pthread-related stuff
13102
13103 2005-07-05 [colin]      1.9.12cvs21
13104
13105         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13106                 Fix crash on plugin reloading (with a hack)
13107
13108 2005-07-05 [colin]      1.9.12cvs20
13109
13110         * src/prefs_account.c
13111         * src/prefs_account.h
13112                 Fix typo
13113         * src/gtk/filesel.c
13114         * src/gtk/filesel.h
13115                 Add a way to filter the view
13116         * src/gtk/pluginwindow.c
13117                 Filter loadable stuff
13118         * src/plugins/pgpmime/prefs_gpg.c
13119                 Fix missing unregistration
13120         * .cvsignore
13121         * src/etpan/.cvsignore
13122         * src/plugins/spamassassin/.cvsignore
13123                 Add more stuff to cvs ignored files
13124
13125 2005-07-04 [colin]      1.9.12cvs19
13126
13127         * src/imap.c
13128                 Fix scan_required returning FALSE when it
13129                 shouldn't. Maybe fix #760 (Can't retrieve
13130                 messages)
13131
13132 2005-07-04 [colin]      1.9.12cvs18
13133
13134         * src/summaryview.c
13135                 Fix always_show_msg pref
13136
13137 2005-07-04 [paul]       1.9.12cvs17
13138
13139         sync with main (forgotten in last commit)
13140         
13141         * src/common/utils.c
13142         * src/common/utils.h
13143                 check_line_length(): new.
13144                 is_dir_exist()
13145                 is_file_entry_exist()
13146                 dirent_is_regular_file()
13147                 dirent_is_directory(): use g_file_test() instead of stat().
13148
13149 2005-07-04 [paul]       1.9.12cvs16
13150
13151         sync with main:
13152
13153         * src/compose.c
13154                 compose_write_to_file(): check for line
13155                 length limit and display warning if exceeds
13156         * src/jpilot.c
13157                 use get_home_dir() instead of g_get_home_dir()
13158         * src/procheader.c
13159                 removed warning about invalid date
13160         * src/vcard.c
13161                 use get_home_dir() instead of g_get_home_dir()
13162
13163 2005-07-04 [paul]       1.9.12cvs15
13164
13165         * src/stock_pixmap.c
13166                 fix new pixmap naming errors
13167                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13168
13169 2005-07-04 [colin]      1.9.12cvs14
13170
13171         * src/imap.c
13172                 Fix debugging string with a warning
13173
13174 2005-07-04 [colin]      1.9.12cvs13
13175
13176         * configure.ac
13177                 Add a check for libetpan's version (>= 0.37)
13178
13179 2005-07-04 [hoa]        1.9.12cvs12
13180
13181         * commitHelper
13182         * src/imap.c
13183         * src/etpan/imap-thread.c
13184         * src/etpan/imap-thread.h
13185                 fixed IMAP implementation of check of mails.
13186
13187 2005-07-03 [hoa]        1.9.12cvs11
13188
13189         * src/etpan/Makefile.am
13190         * src/etpan/etpan-errors.h
13191         * src/etpan/etpan-log.[ch]
13192         * src/etpan/etpan-thread-manager-types.h
13193         * src/etpan/etpan-thread-manager.[ch]
13194         * src/etpan/imap-thread.[ch]
13195         * src/Makefile.am
13196         * src/imap.c
13197         * src/main.c
13198         * src/prefs_other.c
13199         * configure.ac
13200             merged imap branch.
13201             dependency on libetpan 0.37 is now added.
13202
13203 2005-07-01 [colin]      1.9.12cvs10
13204
13205         * src/Makefile.am
13206         * src/folder.c
13207         * src/folder.h
13208         * src/folderview.c
13209         * src/stock_pixmap.c
13210         * src/stock_pixmap.h
13211         * src/plugins/trayicon/trayicon.c
13212                 Add marked symbol on folders containing
13213                 marked messages
13214         * src/procmsg.c
13215         * src/procmsg.h
13216         * src/toolbar.c
13217         * src/prefs_common.c
13218         * src/prefs_common.h
13219         * src/prefs_send.c
13220                 Add an optional confirmation dialog on queue
13221                 sending. Patch by wwp.
13222         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13223         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13224         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13225         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13226         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13227         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13228         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13229         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13230         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13231         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13232         * src/pixmaps/trash_mark.xpm            ** ADDED **
13233                 New pixmaps
13234
13235 2005-07-01 [colin]      1.9.12cvs9
13236
13237         * src/summaryview.c
13238                 Fix a little threading bug
13239         * src/addrgather.c
13240         * src/mainwindow.c
13241                 A little bit of HIG normality never hurts
13242
13243 2005-07-01 [colin]      1.9.12cvs8
13244
13245         * src/compose.c
13246         * src/msgcache.c
13247         * src/pop.c
13248         * src/procmime.c
13249         * src/recv.c
13250         * src/common/log.c
13251         * src/common/template.c
13252         * src/common/utils.c
13253         * src/common/utils.h
13254                 Reverted the fwrite_atomic stuff. In fact
13255                 it is already atomic.
13256
13257 2005-06-30 [colin]      1.9.12cvs7
13258
13259         * src/common/utils.c
13260         * src/common/utils.h
13261                 Add an fwrite_atomic() function to make
13262                 sure we write everything: fwrite can make
13263                 short writes.
13264         * src/compose.c
13265         * src/msgcache.c
13266         * src/pop.c
13267         * src/procmime.c
13268         * src/recv.c
13269         * src/common/log.c
13270         * src/common/template.c
13271                 Use that (and fix swapping of size and nmemb).
13272                 Thanks to Rich Coe for the heads up.
13273
13274 2005-06-30 [colin]      1.9.12cvs6
13275
13276         * src/addressbook.c
13277                 Optimize addressbook opening 
13278
13279 2005-06-30 [colin]      1.9.12cvs5
13280
13281         * src/summaryview.c
13282                 Remove calls to summary_step after move/copy
13283
13284 2005-06-28 [paul]       1.9.12cvs4
13285
13286         * src/alertpanel.c
13287                 wrap and make the error msg selectable
13288
13289 2005-06-28 [paul]       1.9.12cvs3
13290
13291         * src/ssl_manager.c
13292                 replace the OK button with a Close button
13293         * src/gtk/foldersort.c
13294                 use GTK_STOCK_ icons/buttons
13295
13296 2005-06-28 [colin]      1.9.12cvs2
13297
13298         * src/gedit-print.c             ** ADDED **
13299         * src/gedit-print.h             ** ADDED **
13300         * src/gtk/gtksourceprintjob.c   ** ADDED **
13301         * src/gtk/gtksourceprintjob.h   ** ADDED **
13302                 I can't believe no one had enough time to tell
13303                 me I forgot the `cvs add`
13304
13305 2005-06-27 [colin]      1.9.12cvs1
13306
13307         * src/Makefile.am
13308         * src/gtk/Makefile.am
13309         * src/messageview.c
13310         * src/procmsg.c
13311         * src/summaryview.c
13312         * configure.ac
13313                 Add optional libgnomeprint-based printing
13314         * src/mainwindow.c
13315         * src/gtk/quicksearch.c
13316                 Add an Edit/Quick search menu item to show
13317                 and focus the quicksearch
13318
13319 2005-06-27 [paul]       1.9.12
13320
13321         1.9.12 release
13322
13323         * po/ca.po
13324         * po/de.po
13325         * po/es.po
13326         * po/fr.po
13327         * po/it.po
13328         * po/ko.po
13329         * po/pt_BR.po
13330         * po/sk.po
13331         * po/zh_CN.po
13332                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13333                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13334                 SungHyun Nam, Frederico Goncalves Guimaraes,
13335                 Andrej Kacian, and Yang Guilong
13336 2005-06-26 [colin]      1.9.11cvs106
13337
13338         * src/imap_gtk.c
13339                 Forgot one file for previous fix
13340
13341 2005-06-26 [colin]      1.9.11cvs105
13342
13343         * src/folder.c
13344         * src/imap.c
13345                 Fix problems with folder operations in no_select
13346                 imap folders. it applies only to mails, and 
13347                 creation/deletion/move/renaming of folders 
13348                 should be possible
13349
13350 2005-06-26 [paul]       1.9.11cvs104
13351
13352         * src/prefs_filtering.c
13353                 replace one more GTK_STOCK_REMOVE
13354                 with GTK_STOCK_DELETE
13355
13356 2005-06-25 [colin]      1.9.11cvs103
13357
13358         * src/imap.c
13359                 Optimize get_seq_set_from_seq_list
13360                 (Patch by Ricardo) 
13361
13362 2005-06-25 [colin]      1.9.11cvs102
13363
13364         * src/mh.c
13365                 If the directory exists, but not in the
13366                 correct encoding, rename it. This should
13367                 handle old-versions-induced bugs.
13368
13369 2005-06-25 [colin]      1.9.11cvs101
13370
13371         * src/mh.c
13372                 Fix path access with extended dir names
13373                 Fixes bug #589 (SC segfaults with wrong locale
13374                 settings)
13375
13376 2005-06-25 [colin]      1.9.11cvs100
13377
13378         * src/prefs_account.c
13379         * src/prefs_account.h
13380         * src/compose.c
13381                 Add an option to encrypt replies to
13382                 encrypted messages
13383
13384 2005-06-25 [colin]      1.9.11cvs99
13385
13386         * src/compose.c
13387         * src/quote_fmt_parse.y
13388                 ... And make it work with pgpinline.
13389
13390 2005-06-25 [colin]      1.9.11cvs98
13391
13392         * src/compose.c
13393         * src/procmime.c
13394         * src/procmime.h
13395         * src/quote_fmt_parse.y
13396                 o Make reedition of encrypted messages possible
13397                   (as long as it is encrypted to self too, no
13398                    magic there)
13399                 o Make replying with quote (and without selecting
13400                   text) possible for encrypted messages.
13401                 Closes bug #550 (Not possible to "reply with quote"
13402                 to gnupg encrypted messages)
13403
13404 2005-06-24 [paul]       1.9.11cvs97
13405
13406         * src/imap.c
13407                 add missing include
13408
13409 2005-06-24 [paul]       1.9.11cvs96
13410
13411         * src/editldap.c
13412                 made bind password entry invisible
13413                 (sync with main)
13414         * src/send_message.c
13415                 send_message_local(): check exit status
13416                 to detect errors (sync with main)
13417         * src/textview.c
13418                 use main's less ambiguous popup menu
13419                 wording
13420
13421 2005-06-24 [paul]       1.9.11cvs95
13422
13423         * src/prefs_actions.c
13424         * src/prefs_customheader.c
13425         * src/prefs_display_header.c
13426         * src/prefs_filtering_action.c
13427         * src/prefs_matcher.c
13428         * src/prefs_template.c
13429         * src/prefs_toolbar.c
13430                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13431         * src/gtk/description_window.c
13432                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13433
13434 2005-06-23 [colin]      1.9.11cvs94
13435
13436         * src/summaryview.c
13437                 Fix rough edges (be sure to call status_show whenever
13438                 necessary).
13439
13440 2005-06-23 [colin]      1.9.11cvs93
13441
13442         * src/summaryview.c
13443                 Optimize Select All
13444                 Before, in a 5K mails folder: 11s
13445                 After, in the same folder: 58000µs
13446                 The joys of locking... gtk_clist_select_all() fires a 
13447                 tree-select-row event for each selected row, which in 
13448                 summaryview, callbacks summary_selected which in turn,
13449                 calls summary_status_show, which walks the selected
13450                 rows. Hence, calling gtk_clist_select_all was 
13451                 exponential. Locking the summaryview makes 
13452                 summary_selected return early.
13453
13454 2005-06-23 [colin]      1.9.11cvs92
13455
13456         * src/imap.c
13457                 Move mutex at the important place to avoid
13458                 deadlocks
13459         * src/summaryview.c
13460                 Fix Del key deleting directly instead of
13461                 moving to trash
13462
13463 2005-06-22 [colin]      1.9.11cvs91
13464
13465         * src/plugins/spamassassin/libspamc.c
13466                 As we do spagetti code with assignations in multiple
13467                 places (see _message_read_raw where out = msg = raw),
13468                 let's be sure we don't free the same pointer twice.
13469                 Should fix bug #683 (Crash in libpam at 
13470                 message_cleanup).
13471
13472 2005-06-22 [colin]      1.9.11cvs90
13473
13474         * src/compose.c
13475         * src/messageview.c
13476         * src/toolbar.c
13477                 Make toolbar's delete use the move to trash stuff;
13478                 Add gtk_widget_realize to be sure pixmaps can get
13479                 created (that may fix an old worksforme bug which
13480                 I can't find back...)
13481
13482 2005-06-22 [colin]      1.9.11cvs89
13483
13484         * src/summaryview.c
13485         * src/summaryview.h
13486         * src/mainwindow.c
13487                 Rename "Message/Delete" to "Message/Move to trash"
13488                 Add "Message/Delete..." that directly destroys the
13489                 selected messages after asking for a confirmation.
13490
13491 2005-06-22 [colin]      1.9.11cvs88
13492
13493         * src/imap.c
13494                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13495                 o Fix a deadlock (thanks Darko)
13496
13497 2005-06-22 [colin]      1.9.11cvs87
13498
13499         * src/gtk/foldersort.c
13500                 Add missing include for the i18n;
13501                 patch by Fabien Vantard
13502
13503 2005-06-21 [colin]      1.9.11cvs86
13504
13505         * src/folder.c
13506         * src/folderview.c
13507                 Respect the no_select flag
13508         * src/imap.c
13509                 Fix recursive deletion
13510         * src/imap_gtk.c
13511         * src/mh_gtk.c
13512                 Make the folder deletion's warning
13513                 more explicit
13514
13515 2005-06-21 [colin]      1.9.11cvs85
13516
13517         * src/textview.c
13518                 Prevent email addresses from spanning accross
13519                 lines - fixes bug # 646 (newline-chars in 
13520                 email addresses)
13521
13522 2005-06-20 [colin]      1.9.11cvs84
13523
13524         * src/folder.c
13525                 Be sure not to remove source if copy failed
13526
13527 2005-06-20 [colin]      1.9.11cvs83
13528
13529         * src/folderview.c
13530         * src/imap_gtk.c
13531                 remove summaryview's lock
13532         * src/imap.c
13533                 introduce threads to avoid problems when foreground tasks
13534                 interfere with background tasks
13535         * src/mh.c
13536                 prevent moving to drafts/queue
13537         * src/mimeview.c
13538                 fix leak
13539
13540 2005-06-19 [colin]      1.9.11cvs82
13541
13542         * src/imap_gtk.c
13543                 Remember that the user doesn't want to override
13544                 offline mode, for 3 seconds. It avoid presenting
13545                 him with N popups in a really short time.
13546
13547 2005-06-17 [colin]      1.9.11cvs81
13548
13549         * src/imap.c
13550                 Fix IMAP breaking on folders containing '('
13551                 (Probably won't be enough)
13552
13553 2005-06-17 [colin]      1.9.11cvs80
13554
13555         Forgotten files on 1.9.11cvs79
13556         * src/summaryview.c
13557                 Fix stepping when not immediately executing
13558         * src/imap.c
13559                 Really prevent UID FETCH 0
13560         * src/codeconv.c
13561                 Fix outgoing charset never set to utf-8
13562         * src/mh.c
13563                 Fix leak
13564
13565 2005-06-16 [colin]      1.9.11cvs79
13566
13567         * src/compose.c
13568                 Fix bug #707 (Dash splits rows)
13569                 Only wrap if we're on a line break position and
13570                 the previous one was a "white" (space) char.
13571                 Pango stuff is weird.
13572
13573 2005-06-16 [colin]      1.9.11cvs78
13574
13575         * src/imap_gtk.c
13576                 Lock summaryview while downloading messages
13577                 on user demand
13578         * src/procheader.c
13579         * src/unmime.c
13580         * src/common/utils.c
13581         * src/common/utils.h
13582                 Replace \r and \n with spaces in From and
13583                 Subject headers
13584
13585 2005-06-16 [paul]       1.9.11cvs77
13586
13587         * src/procmime.c
13588                 liberalise the mime parser
13589         * src/gtk/about.c
13590                 add text wrapping
13591
13592 2005-06-16 [paul]       1.9.11cvs76
13593
13594         * src/gtk/about.c
13595                 reworked
13596
13597 2005-06-15 [colin]      1.9.11cvs75
13598
13599         * src/compose.c
13600                 Finish header encoding fix
13601         * src/summaryview.c
13602                 Fix segfault
13603         * src/headerview.c
13604                 Fix compilation (Thanks Stephan
13605                 Sachse)
13606
13607 2005-06-15 [colin]      1.9.11cvs74
13608
13609         * Makefile.am
13610                 Install gnome2 stuff rather than gnome1, 
13611                 if both are present
13612         * src/codeconv.c
13613         * src/codeconv.h
13614         * src/compose.c
13615                 Fix headers encoding
13616         * src/folder.c
13617                 Visual progress when fetching all messages
13618         * src/folderview.c
13619         * src/summaryview.c
13620         * src/summaryview.h
13621                 Prevent changing current message while
13622                 incorporating
13623
13624 2005-06-15 [paul]       1.9.11cvs73
13625
13626         * src/gtk/gtkaspell.c
13627         * src/gtk/gtkaspell.h
13628                 fix build warnings
13629
13630 2005-06-15 [paul]       1.9.11cvs72
13631
13632         * src/prefs_filtering.c
13633                 allow reordering of filter rules by
13634                 drag n drop
13635
13636 2005-06-15 [paul]       1.9.11cvs71
13637
13638         * COPYING
13639                 updated
13640         * src/codeconv.c
13641                 replace deprecated function
13642         * src/inc.c
13643         * src/send_message.c
13644         * src/gtk/progressdialog.c
13645         * src/gtk/progressdialog.h
13646                 salvage and reuse parts of reverted sync
13647
13648 2005-06-15 [paul]       1.9.11cvs70
13649
13650         * src/inc.c
13651         * src/send_message.c
13652         * src/gtk/progressdialog.c
13653         * src/gtk/progressdialog.h
13654                 revert yesterday's sync with main
13655                 it contains deprecated functions
13656
13657 2005-06-15 [colin]      1.9.11cvs69
13658
13659         * src/headerview.c
13660                 Fix bug #670 (multi user to: will corrupt message 
13661                 headers display)
13662
13663 2005-06-15 [colin]      1.9.11cvs68
13664
13665         * src/compose.c
13666                 Fix bug #421 (Fix undo on wrapping)
13667
13668 2005-06-15 [colin]      1.9.11cvs67
13669
13670         * src/folder.c
13671                 Provide visual feedback while processing
13672                 folder's rules.
13673         * src/imap.c
13674                 Provide visual feedback while getting
13675                 short headers (for uncached messages)
13676
13677
13678 2005-06-14 [paul]       1.9.11cvs66
13679
13680         * src/account.c
13681                 change a couple stock icons
13682         * src/inc.c
13683         * src/send_message.c
13684         * src/gtk/progressdialog.c
13685         * src/gtk/progressdialog.h
13686                 sync main's GtkTreeView implementation
13687
13688 2005-06-14 [colin]      1.9.11cvs65
13689
13690         * src/imap.c
13691                 Various little fixes, mainly on error paths
13692
13693 2005-06-13 [colin]      1.9.11cvs64
13694
13695         * matcher.c
13696         * procmsg.c
13697         * procmsg.h
13698                 Add a way to fetch only headers. This speeds
13699                 up filtering on headers for IMAP. Fixes:
13700                 bug #481 extraneous imap commands slow down 
13701                         imap filtering
13702                 bug #522 Sylpheed downloads all messages 
13703                         when opening mailbox (IMAP)
13704                 bug #677 IMAP fetch is soooooooooooooo slow
13705         * src/folder.c
13706         * src/folder.h
13707                 Add a folder set_batch method so that
13708                 implementations can speed up flags changes
13709         * src/folderutils.c
13710         * src/summaryview.c
13711                 Use that in mark as (un)read and mark all read
13712                 Refix bug #679
13713         * src/imap.c
13714                 Implement set_batch - brings back deferred
13715                 flags in a less buggy manner. Fixes:
13716                 bug #729 IMAP immediate expunge of deleted messages
13717                 bug #191 remove list of messages with one command
13718                 Fix login with strange chars
13719                 Implement fetch_msg_full
13720                 Fix copy (wrong counts)
13721
13722 2005-06-12 [colin]      1.9.11cvs63
13723
13724         * src/folder.c
13725                 lock incorporation during long operations.
13726                 Avoids fucking up the IMAP socket.
13727
13728 2005-06-12 [colin]      1.9.11cvs62
13729
13730         * src/imap.c
13731                 Fix harmful typo
13732                 Factorize remove_all_msg
13733                 Thread-ize expunge
13734         * src/summaryview.c
13735                 Don't update partial-download status if unnecessary
13736         * src/folder.c
13737                 Use remove_msgs everywhere possible
13738
13739 2005-06-12 [colin]      1.9.11cvs61
13740
13741         * src/folder.c
13742         * src/folder.h
13743                 Add a remove_msgs function to remove a 
13744                 list of messages
13745         * src/imap.c
13746                 Implement that.
13747
13748 2005-06-12 [colin]      1.9.11cvs60
13749
13750         * src/imap.c
13751                 Remove flags-processing deferring... Too hard
13752                 to get it to work in all cases.
13753
13754 2005-06-11 [colin]      1.9.11cvs59
13755
13756         * src/imap.c
13757                 printf -> debug_print
13758
13759 2005-06-11 [colin]      1.9.11cvs58
13760
13761         * src/imap.c
13762                 o Fix build without USE_PTHREAD
13763                 o Factorize imap_open
13764                 o Alertpanel in case of impossible connection
13765                 o Alertpanel in case of impossible login
13766                 o Fix deferred flags processing to force a 
13767                   flush before adding some more flags to process,
13768                   but in another folder.
13769
13770 2005-06-10 [colin]      1.9.11cvs57
13771
13772         * src/imap.c
13773                 o Fix a format string error
13774                 o init ssl socket outside of the thread 
13775                   (it possibly invokes gtk calls)
13776         * src/procmime.c
13777                 o Put back the buffer to its necessary size
13778                 o Fix changing a file pointer without keeping
13779                   track of it (thanks Valgrind)
13780         * src/common/smtp.c
13781                 o Fix automatic STARTTLS if login should be done
13782                   and the server only allows it after starting TLS
13783         * src/gtk/gtkinputdialog.c
13784                 o Eat GDK_Return so that the combo popup doesn't 
13785                   appear when we press Enter to validate the combo
13786                   input dialog (as seen in the Open with... dialog)
13787
13788 2005-06-10 [colin]      1.9.11cvs56
13789
13790         * src/imap.c
13791                 o A bit less debug
13792                 o Fix a crash on deletion
13793                 o Threadize imap_select (it's called outside of 
13794                   threads)
13795                 o Defer treatment of DELETED flags
13796
13797
13798 2005-06-09 [colin]      1.9.11cvs55
13799
13800         * src/imap.c
13801                 Make sure we check imap_gtk_should_override(), which
13802                 potentially calls gtk stuff, before creating thread.
13803                 That way it should't be called via imap_get_session()
13804                 inside a thread.
13805
13806 2005-06-09 [colin]      1.9.11cvs54
13807
13808         * src/imap.c
13809                 o add a bit of status output
13810                 o remove some dead code
13811                 o threadize get_list_of_uids
13812                 o threadize imap_get_flags
13813                 o defer flag changing by 500ms so that they
13814                   can be batched
13815
13816
13817 2005-06-08 [colin]      1.9.11cvs53
13818
13819         * src/imap.c
13820                 Thread-ize imap_cmd_fetch
13821
13822 2005-06-08 [colin]      1.9.11cvs52
13823
13824         * src/main.c
13825                 Mmh, that broke POP3...
13826
13827 2005-06-08 [colin]      1.9.11cvs51
13828
13829         * src/main.c
13830                 Stabilize IMAP patch (thanks to Hoa)
13831
13832 2005-06-08 [colin]      1.9.11cvs50
13833
13834         * src/imap.c
13835                 Test patch to speed up imap. 
13836
13837 2005-06-08 [colin]      1.9.11cvs49
13838
13839         * src/imap_gtk.c
13840                 Warning fix
13841         * src/procmime.c
13842                 Apply patch from gentoo to use /usr/share/mime/globs if 
13843                 available, after un-breaking it
13844         * src/common/log.c
13845         * src/common/log.h
13846                 Use g_timeout for invoking hooks that possibly use gtk
13847                 calls. This should leave gtk calls in the main thread.
13848
13849 2005-06-08 [paul]       1.9.11cvs48
13850
13851         * src/codeconv.c
13852                 conv_get_outgoing_charset_str(): don't
13853                 use prefs_common setting
13854         * src/compose.c
13855         * src/compose.h
13856                 add /Options/Character encoding/... to
13857                 temporarily change the outgoing encoding
13858
13859         (belated sync with main)
13860
13861 2005-06-08 [paul]       1.9.11cvs47
13862
13863         * src/compose.c
13864                 correction to/completion of last
13865                 sync with main
13866
13867 2005-06-08 [paul]       1.9.11cvs46
13868
13869         sync with main:
13870         
13871         * src/codeconv.c
13872         * src/codeconv.h
13873                 always enabled Japanese auto-detection
13874                 if the first letters of locale string
13875                 is "ja"
13876         * src/compose.c
13877                 don't use "destroy" signal to destroy
13878                 Compose object (fix rare crashes on discard?)
13879         * src/mainwindow.c
13880         * src/messageview.c
13881         * src/prefs_send.c
13882                 added Hebrew encodings
13883         * src/sourcewindow.c
13884                 don't use "destroy" signal to destroy
13885                 objects
13886
13887 2005-06-07 [colin]      1.9.11cvs45
13888
13889         * src/summaryview.c
13890                 Add missing unlocks/locks
13891
13892 2005-06-07 [paul]       1.9.11cvs44
13893
13894         * src/summaryview.c
13895                 restore bug #749 fix
13896
13897 2005-06-06 [colin]      1.9.11cvs43
13898
13899         * src/summaryview.c
13900                 Fix selection bug when prefs_common.open_unread 
13901                 is FALSE
13902
13903 2005-06-06 [colin]      1.9.11cvs42
13904
13905         * src/common/md5.c
13906                 Fix a warning
13907         * src/summaryview.c
13908         * src/folderview.c
13909                 Factorize long operations beginning and end
13910                 (locking, freezing/thawing, cursor, ...)
13911                 Check selection->data member in selection-
13912                 related loops; this avoids dying an awful
13913                 death if the selection changes on us while
13914                 we're marking a whole IMAP folder unread, 
13915                 for example.
13916
13917 2005-06-06 [paul]       1.9.11cvs41
13918
13919         * src/textview.c
13920                 don't g_free() a static gchar buffer
13921
13922 2005-06-05 [colin]      1.9.11cvs40
13923
13924         * src/mainwindow.c
13925         * src/messageview.c
13926         * src/summaryview.c
13927                 Fix bug #749 (Show all headers should be
13928                 sticky as the GUI suggests)
13929
13930 2005-06-03 [paul]       1.9.11cvs39
13931
13932         * src/compose.c
13933                 don't allow editing of mail while sending.
13934                 patch by Colin
13935
13936 2005-06-03 [paul]       1.9.11cvs38
13937
13938         * src/folderview.c
13939                 add a freeze/thaw to speed up 'mark all read'
13940
13941 2005-06-03 [paul]       1.9.11cvs37
13942
13943         * src/prefs_message.c
13944                 reflect changes immediately
13945
13946 2005-06-02 [colin]      1.9.11cvs36
13947
13948         * po/POTFILES.in
13949                 Patch by Fabien Vantard.
13950
13951 2005-06-02 [colin]      1.9.11cvs35
13952
13953         * src/imap.c
13954                 Use a non-blocking imap_getline() if possible.
13955                 This should completely prevent the interface
13956                 from freezin on imap operations, although it
13957                 may do strange stuff in case of folder switching
13958                 while a big imap operation is taking place...
13959
13960                 In addition, fix a leak in the case thread
13961                 creation fails on connection.
13962
13963 2005-06-02 [colin]      1.9.11cvs34
13964
13965         * src/crash.c
13966         * src/prefs_common.h
13967                 Fix build (prefs_common_init() doesn't exist
13968                 anymore)
13969
13970 2005-06-02 [colin]      1.9.11cvs33
13971
13972         * src/prefs_account.c
13973                 Fix bug #245 (filtering rules broken when
13974                 renaming a remote account (imap4 or nntp)
13975
13976 2005-06-02 [colin]      1.9.11cvs32
13977
13978         * src/imap.c
13979                 Try to fix IMAP shortcomings: 
13980                 o Multithread imap_open()
13981                 o allow offline-mode overriding instead of
13982                   just returning NULL
13983         * src/imap_gtk.c
13984         * src/imap_gtk.h
13985                 Add a function to ask whether we want to
13986                 override offline-mode for 10 minutes (one-shot
13987                 asking was painful)
13988         * src/procheader.c
13989                 Fix segfault when imap parser isn't happy about
13990                 a missing {
13991
13992 2005-06-01 [colin]      1.9.11cvs31
13993
13994         * src/addrharvest.c
13995         * src/compose.c
13996         * src/mbox.c
13997         * src/mbox.h
13998         * src/mh.c
13999         * src/msgcache.c
14000         * src/send_message.c
14001         * src/setup.c
14002         * src/undo.c
14003         * src/common/hooks.c
14004         * src/common/prefs.c
14005         * src/common/template.c
14006         * src/common/utils.c
14007         * src/gtk/gtkutils.c
14008         * src/gtk/inputdialog.c
14009         * src/gtk/menu.c
14010         * src/gtk/pluginwindow.c
14011         * src/gtk/prefswindow.c
14012         * src/plugins/pgpmime/passphrase.c
14013         * src/plugins/pgpmime/prefs_gpg.c
14014                 More -Wall fixes
14015
14016         * src/common/Makefile.am
14017         * src/common/timing.h
14018                 Add basic timing code
14019
14020         * src/summaryview.c
14021                 Fix a bug with unread messages when 
14022                 re-sorting folders, and by the way
14023                 fix a big performance hit when 
14024                 re-sorting (10k mails: before 5s,
14025                 after .5s)
14026
14027         * src/prefs_compose_writing.c
14028         * src/prefs_compose_writing.h
14029         * src/prefs_message.c
14030         * src/prefs_message.h
14031         * src/prefs_other.c
14032         * src/prefs_other.h
14033         * src/prefs_quote.c
14034         * src/prefs_quote.h
14035         * src/prefs_receive.c
14036         * src/prefs_receive.h
14037         * src/prefs_send.c
14038         * src/prefs_send.h
14039         * src/prefs_summaries.c
14040         * src/prefs_summaries.h
14041                 Fix copyright banner
14042
14043 2005-06-01 [paul]       1.9.11cvs30
14044
14045         * po/fi.po
14046                 updated by Flammie Pirinen
14047         * src/procmime.c
14048                 fix 'Bad BASE64 content' output
14049
14050 2005-05-31 [colin]      1.9.11cvs29
14051
14052         * src/procmime.c
14053                 Oops, where did my hunk go.
14054
14055 2005-05-31 [colin]      1.9.11cvs28
14056
14057         * src/Makefile.am
14058         * src/account.c
14059         * src/action.c
14060         * src/addr_compl.c
14061         * src/addressbook.c
14062         * src/codeconv.c
14063         * src/compose.c
14064         * src/export.c
14065         * src/folder.c
14066         * src/folderview.c
14067         * src/image_viewer.c
14068         * src/main.c
14069         * src/mainwindow.c
14070         * src/messageview.c
14071         * src/mimeview.c
14072         * src/msgcache.c
14073         * src/prefs_account.c
14074         * src/prefs_actions.c
14075         * src/prefs_common.c
14076         * src/prefs_compose_writing.c
14077         * src/prefs_customheader.c
14078         * src/prefs_ext_prog.c
14079         * src/prefs_filtering.c
14080         * src/prefs_filtering_action.c
14081         * src/prefs_fonts.c
14082         * src/prefs_image_viewer.c
14083         * src/prefs_message.c
14084         * src/prefs_message.h
14085         * src/prefs_msg_colors.c
14086         * src/prefs_other.c
14087         * src/prefs_other.h
14088         * src/prefs_quote.c
14089         * src/prefs_receive.c
14090         * src/prefs_receive.h
14091         * src/prefs_send.c
14092         * src/prefs_send.h
14093         * src/prefs_spelling.c
14094         * src/prefs_summaries.c
14095         * src/prefs_summary_column.c
14096         * src/prefs_template.c
14097         * src/prefs_themes.c
14098         * src/prefs_toolbar.c
14099         * src/prefs_wrapping.c
14100         * src/procmime.c
14101         * src/procmsg.c
14102         * src/send_message.h
14103         * src/ssl_manager.c
14104         * src/summary_search.c
14105         * src/summaryview.c
14106         * src/textview.c
14107         * src/wizard.c
14108         * src/common/smtp.c
14109         * src/common/smtp.h
14110         * src/gtk/gtkutils.h
14111                 o Move the rest of Common prefs to new style
14112                 o Lots of -Wall warning fixes
14113                 o fix FIXME in cache memusage calculation
14114                 o Let return receipts be sent from any account
14115                 o Little cache optimisation (read)
14116                 o Fix bug #746 (don't treat commas as separators
14117                   when inside a quoted string)
14118
14119 2005-05-31 [paul]       1.9.11cvs27
14120
14121         * src/prefs_common.c
14122                 fix 'off-by-one' typo
14123
14124 2005-05-31 [paul]       1.9.11cvs26
14125
14126         * src/account.c
14127         * src/addr_compl.c
14128         * src/compose.c
14129         * src/foldersel.c
14130         * src/prefs_actions.c
14131         * src/prefs_common.c
14132         * src/prefs_common.h
14133         * src/prefs_customheader.c
14134         * src/prefs_display_header.c
14135         * src/prefs_filtering.c
14136         * src/prefs_filtering_action.c
14137         * src/prefs_matcher.c
14138         * src/prefs_summaries.c
14139         * src/prefs_summary_column.c
14140         * src/prefs_template.c
14141         * src/prefs_toolbar.c
14142         * src/ssl_manager.c
14143         * src/gtk/pluginwindow.c
14144         * src/gtk/prefswindow.c
14145         * src/gtk/progressdialog.c
14146                 add hidden prefs 'enable_rules_hint'
14147                 for gtk_tree_view_set_rules_hint()
14148                 (sync with main)
14149                 
14150
14151 2005-05-31 [colin]      1.9.11cvs25
14152
14153         * src/Makefile.am
14154         * src/main.c
14155         * src/prefs_common.c
14156         * src/prefs_summaries.c ** ADDED **
14157         * src/prefs_summaries.h ** ADDED **
14158                 Common/Display -> Display/Summaries
14159
14160 2005-05-31 [colin]      1.9.11cvs24
14161
14162         * src/Makefile.am
14163         * src/main.c
14164         * src/prefs_quote.c ** ADDED **
14165         * src/prefs_quote.h ** ADDED **
14166                 Move Common/Quote to Compose/Quoting
14167         * src/prefs_common.c
14168         * src/prefs_common.h
14169                 Remove old quote stuff, add
14170                 convenience functions for GtkTextView prefs
14171         * src/gtk/prefswindow.c
14172                 Set default height higher
14173
14174 2005-05-30 [colin]      1.9.11cvs23
14175
14176         * src/Makefile.am
14177         * src/main.c
14178         * src/prefs_common.c
14179         * src/prefs_compose_writing.c ** ADDED **
14180         * src/prefs_compose_writing.h ** ADDED **
14181                 Move Common/Compose prefs to Compose/Writing
14182
14183 2005-05-30 [colin]      1.9.11cvs22
14184
14185         * src/common/utils.c
14186                 Fix bug #651 (Confused Attract by Subject)
14187                 Patch by M. Benkmann <haferfrost@web.de>
14188         * AUTHORS
14189
14190 2005-05-30 [colin]      1.9.11cvs21
14191
14192         * src/compose.c
14193                 Fix concatenation of different headers of
14194                 the same type (bug #645)
14195         * src/prefs_folder_item.c
14196                 Fix bug #699 (setting color to black doesn't
14197                 work immediately)
14198         * src/procmime.c
14199                 Print out decoding error only once per
14200                 block
14201
14202 2005-05-30 [paul]       1.9.11cvs20
14203
14204         * src/common/template.c
14205                 fix Bcc
14206
14207 2005-05-30 [paul]       1.9.11cvs19
14208
14209         * doc/src/rfc2368.txt   **NEW FILE**
14210         * src/compose.c
14211                 compose_entries_set(): don't interpret Bcc
14212                 header field (conform to RFC 2368)
14213                 (sync with main)
14214
14215 2005-05-29 [colin]      1.9.11cvs18
14216
14217         * src/prefs_common.c
14218                 Let the default reply format respect
14219                 netiquette by cutting the signature.
14220
14221 2005-05-29 [colin]      1.9.11cvs17
14222
14223         * src/summaryview.c
14224                 Don't let always_show_msg override
14225                 open_unread_on_enter when opening a new
14226                 directory.
14227
14228 2005-05-27 [paul]       1.9.11cvs16
14229
14230         sync with main:
14231
14232         * src/main.c
14233                 app_will_exit(): cleanup tmp directory when exit
14234         * src/message_search.c
14235                 improved the interface and made code cleanup.
14236                 removed Clear button
14237         * src/send_message.c
14238                 send_message_local(): use GSpawn, and detect errors
14239         * src/summary_search.c
14240                 improved the interface and made code cleanup
14241         * src/textview.c
14242                 textview_write_link(): also skip non-ascii space
14243                  at the head of link strings (phishing check
14244                  didn't work at the case)
14245         * src/common/utils.c
14246                 get_command_output(): use g_spawn_command_line_sync()
14247                 instead of popen()
14248
14249 2005-05-26 [colin]      1.9.11cvs15
14250
14251         * src/folder.c
14252                 remove printf
14253
14254 2005-05-26 [colin]      1.9.11cvs14
14255
14256         * src/common/nntp.c
14257                 Fix nntp mode reader (bug #611)
14258                 Patch by Florian Mickler <florian@mickler.org>
14259
14260 2005-05-26 [colin]      1.9.11cvs13
14261
14262         * src/plugins/pgpmime/passphrase.c
14263                 Fix mouse grabbing (bug #557)
14264
14265 2005-05-26 [colin]      1.9.11cvs12
14266
14267         * src/prefs_themes.c
14268                 Fix g_warning (bug #541)
14269
14270 2005-05-26 [colin]      1.9.11cvs11
14271
14272         * src/prefs_actions.c
14273         * src/prefs_template.c
14274                 Fix bug #506 (no warning if action/template
14275                 is not saved)
14276         * src/common/template.c
14277                 Fix a possible crash
14278
14279 2005-05-26 [colin]      1.9.11cvs10
14280
14281         * src/folder.c
14282         * src/folderview.c
14283         * src/procmsg.c
14284         * src/summaryview.c
14285                 Forbid locked messages to be moved or
14286                 deleted. Locked messages in trashes 
14287                 still get deleted, for performance
14288                 reason (mh.c::mh_remove_all_msgs)
14289
14290 2005-05-25 [colin]      1.9.11cvs9
14291
14292         * src/procmime.c
14293                 Use correct encoding when sending mails
14294                 with attachments that have accentued 
14295                 chars in their name
14296
14297 2005-05-24 [colin]      1.9.11cvs8
14298
14299         * src/summaryview.c
14300                 Fix bug #688 f) read/unread marker not
14301                 changed on first click
14302                 Also, optimize summary_status_show()
14303                 calls
14304         * src/folder.c
14305         * src/inc.c
14306         * src/procmime.c
14307                 Fix bug #688 b) and c) wrt message
14308                 attachments and signature
14309         * src/stock_pixmap.c
14310         * src/stock_pixmap.h
14311         * src/stock_pixmap.c
14312         * src/stock_pixmap.h
14313         * src/Makefile.am
14314         * src/pixmaps/clip_gpg_signed.xpm
14315                 Add clip/signed icon
14316
14317 2005-05-24 [colin]      1.9.11cvs7
14318
14319         * src/folder_item_prefs.c
14320                 whitespace fix
14321
14322 2005-05-24 [colin]      1.9.11cvs6
14323
14324         * src/folderview.c
14325         * src/prefs_common.c
14326         * src/prefs_common.h
14327                 Add a confirmation to folder drag and drop
14328                 fixes bug #156
14329         * src/alertpanel.c
14330         * src/alertpanel.h
14331                 fix _with_disable parameters so that
14332                 the buttons labels are specifiable too
14333         * src/plugins/pgpmime/sgpgme.c
14334                 reflect said change
14335                 
14336
14337 2005-05-24 [colin]      1.9.11cvs5
14338
14339         * src/folderview.c
14340                 Uncollapse/collapse folders on double-click
14341                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14342                 closes bug #108
14343
14344 2005-05-23 [colin]      1.9.11cvs4
14345
14346         * src/common/socket.c
14347                 Check another special SSL_peek() error.
14348                 Should help wrt bug #728
14349
14350 2005-05-23 [colin]      1.9.11cvs3
14351
14352         * src/plugins/pgpmime/pgpmime.c
14353                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14354                 breaking menu accelerators and stuff. Users will have to
14355                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14356                 account's privacy preferences if needed.
14357
14358 2005-05-22 [paul]
14359
14360         * tools/kdeservicemenu/install.sh
14361                 use kdesu to prompt for root password if doing
14362                 global install/uninstall
14363
14364 2005-05-20 [colin]      1.9.11cvs2
14365
14366         * src/procmsg.c
14367                 Fix another compilation error with gcc-2.9x
14368                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14369         * src/send_message.c
14370                 Don't send QUIT if we aren't connected
14371
14372 2005-05-19 [colin]      1.9.11cvs1
14373
14374         * src/procmsg.c
14375                 Fix compilation with gcc 2.9x
14376
14377 2005-05-19 [paul]       1.9.11
14378
14379         1.9.11 released
14380
14381 2005-05-19 [paul]       1.9.9cvs14
14382
14383         * src/gtk/inputdialog.c
14384                 prevent gettext warning
14385
14386 2005-05-19 [paul]       1.9.9cvs13
14387
14388         * src/mainwindow.c
14389         * src/prefs_common.c
14390         * src/prefs_common.h
14391         * src/textview.c
14392         * src/textview.h
14393                 add an option to toggle cursor in message
14394                 view (sync with main)
14395
14396 2005-05-18 [colin]      1.9.9cvs12
14397
14398         * src/compose.c
14399                 Dereference freed pointer
14400         * src/gtk/gtkaspell.c
14401                 Fix duplication of dictionaries (is it an aspell issue?)
14402
14403 2005-05-18 [colin]      1.9.9cvs11
14404
14405         * src/gtk/inputdialog.c
14406         * src/gtk/gtkaspell.c
14407                 HIGuify dialogs
14408         * src/alertpanel.c
14409                 Remove a double call
14410
14411 2005-05-17 [colin]      1.9.9cvs10
14412
14413         * src/gtk/gtkaspell.c
14414                 Fix dialogs, Ctrl-Enter accel
14415
14416 2005-05-17 [colin]      1.9.9cvs9
14417
14418         * src/gtk/gtkaspell.c
14419                 Fix some accelerators, escape in replace-window
14420
14421 2005-05-16 [colin]      1.9.9cvs8
14422
14423         * src/gtk/gtkaspell.c
14424                 Revert last commit, it was a mistake.
14425
14426 2005-05-16 [colin]      1.9.9cvs7
14427
14428         * src/gtk/gtkaspell.c
14429                 Remove buggy code while we're at it. It's a 
14430                 dead code path anyway.
14431
14432 2005-05-16 [colin]      1.9.9cvs6
14433
14434         * src/gtk/gtkaspell.c
14435                 Missed some gtk_menu_popup where deactivate
14436                 signal should be handled. Should fix bug
14437                 #629 a bit more.
14438
14439 2005-05-16 [colin]      1.9.9cvs5
14440
14441         * src/gtk/gtkaspell.c
14442                 Remove debug printf()s
14443
14444 2005-05-16 [colin]      1.9.9cvs4
14445
14446         * src/gtk/gtkaspell.c
14447                 Fix a bit aspell problems
14448                 (see bug #629)
14449
14450 2005-05-13 [colin]      1.9.9cvs3
14451
14452         * src/folderview.c
14453                 Fix the + appearing even when no subfolders
14454                 have unread messages. Thanks to wwp for the
14455                 bug report.
14456
14457 2005-05-11 [paul]       1.9.9cvs2
14458
14459         * src/folderview.c
14460                 correction to 1.9.9cvs1, only colour folders that
14461                 have new msgs (not unread msgs)
14462
14463 2005-05-10 [colin]      1.9.9cvs1
14464
14465         * src/folderview.c
14466         * src/summaryview.c
14467                 Try to fix bolding bugs again.
14468
14469 2005-05-09 [paul]
14470
14471         * tools/claws.i18n.status.pl
14472                 add Ricardo Mones Lastra's script that has been providing
14473                 the i18n status page for many months
14474
14475 2005-05-09 [paul]       1.9.9
14476
14477         1.9.9 release
14478
14479 2005-05-09 [paul]       1.9.6cvs58
14480
14481         * AUTHORS
14482         * INSTALL
14483         * README.claws
14484                 updated
14485         * Makefile.am 
14486         * RELEASE_NOTES.claws
14487                 add release notes to cvs to simplify release
14488                 procedure
14489         * configure.ac
14490                 add ca and fi to ALL_LINGUAS
14491         * po/Makefile.in.in
14492                 workaround for missing Makevars
14493         * po/ca.po
14494         * po/fi.po
14495                 add new Catalan and Finnish translations
14496                 submitted by Miquel Oliete and Flammie Pirinen
14497         * po/de.po
14498         * po/es.po
14499         * po/fr.po
14500         * po/it.po
14501         * po/pl.po
14502         * po/ru.po
14503         * po/sk.po
14504         * po/sr.po
14505         * po/zh_CN.po
14506                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14507                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14508                 Urke MMI, and Hansom Young
14509         * src/main.c
14510                 Fix drafting when quitting. compose_draft() closes the
14511                 compose windows, which modifies the compose_list GSList.
14512                 We have to refresh this list after echo drafting to avoid a
14513                 segfault
14514         * src/partial_download.c
14515                 fix segfault on exit
14516
14517 2005-05-06 [paul]       1.9.6cvs57
14518
14519         * src/grouplistdialog.c
14520                 quick fix/workaround for unresizeable newsgroup
14521                 name column 
14522
14523 2005-05-06 [paul]       1.9.6cvs56
14524
14525         * src/inc.c
14526         * src/mainwindow.c
14527                 use gettext plural forms
14528         * src/imap_gtk.c
14529         * src/mh_gtk.c
14530         * src/toolbar.c
14531                 small improvement to english usage
14532
14533 2005-05-05 [thorsten]   1.9.6cvs55
14534
14535         * src/folder.c
14536                 fix possible crash
14537
14538 2005-05-05 [paul]       1.9.6cvs54
14539         
14540         sync with HEAD
14541
14542         * AUTHORS
14543         * src/compose.c
14544                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14545                 patch by Tim Mann
14546
14547 2005-05-05 [paul]       1.9.6cvs53
14548
14549         * src/mainwindow.c
14550                 fix resizing of separate message and
14551                 folder views
14552
14553 2005-05-05 [paul]       1.9.6cvs52
14554
14555         * src/account.c
14556         * src/addrgather.c
14557         * src/browseldap.c
14558         * src/exphtmldlg.c
14559         * src/expldifdlg.c
14560         * src/importmutt.c
14561         * src/importpine.c
14562         * src/main.c
14563         * src/mainwindow.c
14564         * src/noticeview.c
14565         * src/prefs_filtering.c
14566         * src/prefs_filtering_action.c
14567         * src/prefs_matcher.c
14568         * src/prefs_spelling.c
14569         * src/prefs_toolbar.c
14570         * src/toolbar.c
14571         * src/wizard.c
14572         * src/gtk/description_window.c
14573         * src/gtk/gtkvscrollbutton.c
14574         * src/gtk/progressdialog.c
14575         * src/gtk/quicksearch.c
14576         * src/plugins/pgpmime/prefs_gpg.c
14577         * src/plugins/spamassassin/spamassassin_gtk.c
14578                 replace deprecated gtk_widget_set_usize
14579
14580 2005-05-04 [colin]      1.9.6cvs51
14581
14582         * src/common/utils.c
14583                 Fix crash when subst_for_filename is called
14584                 with a NULL parameter
14585
14586 2005-05-04 [colin]      1.9.6cvs50
14587
14588         * src/partial_download.c
14589         * src/pop.c
14590                 Escape login when writing uidl file
14591                 fixes bug #736
14592
14593 2005-05-03 [colin]      1.9.6cvs49
14594
14595         * src/procmime.c
14596                 Fix possible DOS in mime parser
14597                 (see bug #634)
14598
14599 2005-05-02 [colin]      1.9.6cvs48
14600
14601         * src/compose.c
14602                 Try to fix the copy/paste mess once again.
14603
14604
14605 2005-04-30 [colin]      1.9.6cvs47
14606
14607         * src/prefs_account.h
14608         * src/procmsg.c
14609         * src/send_message.c
14610         * src/common/smtp.c
14611         * src/common/smtp.h
14612                 Try to batch sending mails (per account) instead of
14613                 reconnecting to server every time.
14614
14615 2005-04-29 [colin]      1.9.6cvs46
14616
14617         * src/messageview.c
14618                 Fix window resizing that refused to size down
14619         * src/prefs_common.c
14620         * src/prefs_common.h
14621         * src/prefs_filtering.c
14622                 Save Filtering's window size
14623
14624 2005-04-21 [paul]       1.9.6cvs45
14625
14626         * ChangeLog-gtk2.claws
14627         * src/setup.c
14628                 correction to sync
14629
14630 2005-04-21 [paul]       1.9.6cvs44
14631
14632         sync with main:
14633
14634         * src/setup.c
14635         * src/statusbar.c
14636         * src/statusbar.h
14637                 use gtkut_widget_draw_now(). Improved performance
14638                 of the update of statusbar
14639         * src/textview.c
14640                 textview_smooth_scroll_do(): redraw it after scroll
14641                 is done (fixed incorrect display when a part of the
14642                 view is hidden).
14643         * src/gtk/gtkutils.c
14644         * src/gtk/gtkutils.h
14645                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14646                 to force update of widgets.
14647                 Removed gtkut_widget_wait_for_draw() which had a big
14648                 overhead  because of waiting for all events processed 
14649
14650 2005-04-20 [paul]       1.9.6cvs43
14651
14652         * src/codeconv.c
14653                 complete 1.9.6cvs42's sync:
14654                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14655
14656 2005-04-19 [paul]       1.9.6cvs42
14657
14658         sync with main:
14659
14660         * src/action.c
14661                 catch_output(): correctly select the insert text
14662                 (fix invalid iterator warnings).
14663         * src/codeconv.c
14664         * src/codeconv.h
14665         * src/mainwindow.c
14666         * src/messageview.c
14667         * src/prefs_common.c
14668                 support GBK encoding.
14669         * src/common/session.c
14670         * src/common/session.h
14671                 use separate buffer for large data to be sent,
14672                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14673
14674 2005-04-18 [paul]       1.9.6cvs41
14675
14676         * src/jpilot.c
14677                 convert unsigned long into guint32
14678                 patch by Paul LeoNerd Evans 
14679
14680 2005-04-17 [colin]      1.9.6cvs40
14681
14682         * src/compose.c
14683                 Fix 'Request return receipt' from folder
14684                 properties (bug #708)
14685
14686 2005-04-17 [colin]      1.9.6cvs39
14687
14688         * src/mainwindow.c
14689                 Fix duplicate hotkeys in Mainwindow's menu
14690
14691 2005-04-17 [colin]      1.9.6cvs38
14692
14693         * src/folderview.c
14694                 Fix duplicate hotkeys in Folderview's contextual
14695                 menu
14696
14697 2005-04-15 [colin]      1.9.6cvs37
14698
14699         * src/summaryview.c
14700                 Fix 'Save as...' with non-ascii filenames
14701
14702 2005-04-15 [colin]      1.9.6cvs36
14703
14704         * src/plugins/pgpmime/pgpmime.c
14705                 Fix bus error on 64bit. Spotted by 
14706                 macallan1888@gmail.com
14707
14708 2005-04-15 [colin]      1.9.6cvs35
14709
14710         * src/prefs_account.c
14711                 Fix cvs34.
14712
14713 2005-04-12 [colin]      1.9.6cvs34
14714
14715         * src/prefs_account.c
14716                 Fix smtp auth type off-by-one. We forgot to
14717                 add PLAIN in the prefs-to-gui setter func and
14718                 as a result, the selected auth when opening
14719                 account prefs was not the correct one.
14720
14721 2005-04-12 [paul]       1.9.6cvs33
14722
14723         * src/inc.c
14724                 if the recv dialog is visible, Cancel only
14725                 cancels the current account
14726
14727
14728 2005-04-10 [colin]      1.9.6cvs32
14729
14730         * src/filtering.c
14731                 Copy score when copying FilteringActions
14732                 Fix bug #674
14733
14734 2005-04-10 [colin]      1.9.6cvs31
14735
14736         * src/inc.c
14737                 Make Message -> Receive -> Cancel cancel 
14738                 incorporation on all accounts. Fixes
14739                 bug #693
14740
14741 2005-04-10 [colin]      1.9.6cvs30
14742
14743         * src/prefs_account.c
14744                 Update Privacy checkbuttons status based
14745                 on the selected privacy system
14746         * src/compose.c
14747                 Always connect the "None" privacy system; the
14748                 static boolean was probably there to avoid
14749                 reconnecting twice in the same compose window,
14750                 but as the parent function is only called once
14751                 per compose, it's only a bug - as a static is
14752                 initialized once per application instance.
14753                 Also, don't uncheck Sign and Encrypt when
14754                 selecting None as privacy system; just ignore
14755                 them when sending/queuing.
14756                 Should fix bug #695
14757
14758 2005-04-08 [colin]      1.9.6cvs29
14759
14760         * src/account.c
14761         * src/prefs_account.c
14762         * src/prefs_account.h
14763                 Add account preference to queue message in a certain
14764                 folder.
14765
14766 2005-04-06 [colin]      1.9.6cvs28
14767
14768         * src/prefs_account.c
14769                 Update old inbox path syntax
14770
14771 2005-04-06 [paul]       1.9.6cvs27
14772
14773         sync with main:
14774
14775         * configure.ac
14776                 changed -traditional-cpp to -no-cpp-precomp for newer
14777                 Mac OS X support
14778         * src/foldersel.c
14779                 made column resize automatically
14780         * src/send_message.c
14781                 send_message_smtp(): consider EOF right after QUIT
14782                 successful (workaround for Gmail SMTP server)
14783         * src/common/socket.c
14784                 ssl_read(), ssl_peek(): check EOF which violates the
14785                 SSL protocol
14786         * src/gtk/colorlabel.c
14787                 removed warnings when displaying colorlabel menu
14788                 (don't use GtkAlignment)
14789
14790 2005-04-05 [paul]       1.9.6cvs26
14791
14792         * src/plugins/trayicon/trayicon.c
14793                 fix clipping of icon under KDE3 
14794
14795 2005-04-05 [paul]       1.9.6cvs25
14796
14797         * src/summaryview.c
14798                 hide display of threading
14799                 patch by Alfons
14800
14801 2005-04-04 [thorsten]   1.9.6cvs24
14802
14803         * src/mh.c
14804                 marks lost on filesystems with different stat() results on
14805                 summer-/wintertime
14806
14807 2005-04-03 [colin]      1.9.6cvs23
14808
14809         * src/summaryview.c
14810                 Don't handle up/down. Patch by Alfons
14811
14812 2005-04-02 [colin]      1.9.6cvs22
14813
14814         * src/summaryview.c
14815                 Make scrolling faster. Patch by Alfons.
14816
14817 2005-04-01 [colin]      1.9.6cvs21
14818
14819         * src/Makefile.am
14820         * src/stock_pixmap.c
14821         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14822         * src/pixmaps/dir_noselect.xpm ** ADDED **
14823                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14824
14825 2005-04-01 [colin]      1.9.6cvs20
14826
14827         * src/image_viewer.c
14828         * src/image_viewer.h
14829         * src/procmime.c
14830         * src/procmime.h
14831         * src/textview.c
14832         * src/textview.h
14833                 Implement inline image resizing and right-clicking
14834
14835 2005-04-01 [paul]       1.9.6cvs19
14836
14837         * AUTHORS
14838         * Makefile.am
14839         * configure.ac
14840                 check for gnome2
14841                 patch by Luca Cavalli <loopback<AT>slackit.org>
14842         * po/ru.po
14843                 updated by Pavlo Bohmat
14844
14845 2005-03-31 [colin]      1.9.6cvs18
14846
14847         * src/news.c
14848                 Fix parsing references
14849         * src/msgcache.c
14850                 don't put nulls in the references list
14851         * src/procheader.c
14852                 commit that forgotten file in 1.9.6cvs14
14853
14854 2005-03-31 [colin]      1.9.6cvs17
14855
14856         * src/compose.c
14857                 Fix joining of signature separator again. 
14858                 Maybe Hiro could put it in main too...
14859
14860 2005-03-31 [colin]      1.9.6cvs16
14861
14862         * src/Makefile.am
14863         * src/foldersel.c
14864         * src/stock_pixmap.c
14865         * src/stock_pixmap.h
14866         * src/pixmaps/dir-noselect.xpm
14867                 Update foldersel.c (sync from main, patch by Alfons)
14868
14869 2005-03-30 [colin]      1.9.6cvs15
14870
14871         * src/imap.c
14872                 Fix handling of imap folders containing [] in 
14873                 their name. Thanks to Nahuel Angelinetti for
14874                 the detailed bugreport.
14875
14876 2005-03-30 [colin]      1.9.6cvs14
14877
14878         * src/common/utils.h
14879         * src/common/utils.c
14880         * src/common/defs.h
14881         * src/matcher.c
14882         * src/msgcache.c
14883         * src/news.c
14884         * src/procmsg.c
14885         * src/procmsg.h
14886         * src/quote_fmt_parse.y
14887         * src/summaryview.c
14888                 Update references system. Patch by Alfons
14889
14890 2005-03-30 [colin]      1.9.6cvs13
14891
14892         * src/common/socket.c
14893                 Force the glibc to read resolv.conf again when 
14894                 it has changed. Should fix issues when changing
14895                 networks on a laptop and not restarting sylpheed. 
14896
14897 2005-03-30 [paul]       1.9.6cvs12
14898
14899         partial sync with main:
14900
14901         * src/action.c
14902                 create_io_dialog(): use user-defined text font
14903                 (thanks to Alfons), and modified its appearance.
14904         * src/addrgather.c
14905         * src/addrharvest.c
14906         * src/browseldap.c
14907                 replace old code
14908         * src/compose.c
14909                 don't join (presumably) itemized lines on line-wrapping
14910                 fixed wrapping of quote when auto-wrapping is enabled
14911                 compose_destroy(): destroy paned only if it's not
14912                 attached to window. Fixed memory leak of popup menu.
14913         * src/exphtmldlg.c
14914         * src/expldifdlg.c
14915                 replace old code
14916         * src/html.c
14917         * src/html.h
14918         * src/importmutt.c
14919         * src/importpine.c
14920                 replace old code
14921         * src/main.c
14922                 removed redundant code
14923         * src/mainwindow.c
14924                 changed 'Code set' (which is rather incorrect)
14925                 in the menu to 'Character encoding'
14926                 main_window_set_widgets(): request size first
14927                 to prevent window size becoming wrong
14928                 fixed remembering of the state of the visibility
14929                 of MessageView
14930         * src/messageview.c
14931                 changed 'Code set' (which is rather incorrect)
14932                 in the menu to 'Character encoding'
14933         * src/prefs_common.c
14934         * src/prefs_common.h
14935                 added an option whether to render HTML as text or not
14936                 added separators to outgoing encoding menu
14937         * src/procheader.c
14938                 procheader_scan_date_string(): support header
14939                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14940         * src/summaryview.c
14941         * src/summaryview.h
14942                 minor code cleanup
14943         * src/textview.c
14944                 textview_show_html(): force output of newline
14945                 added an option whether to render HTML as text or not
14946         * src/common/utils.c
14947                 strncpy2(): optimized based on Alfons' code
14948         * src/gtk/gtkutils.c
14949         * src/gtk/gtkutils.h
14950                 removed non-used code
14951         * src/plugins/pgpmime/passphrase.c
14952                 partially fixed grab input of passphrase dialog
14953                 Confine pointer to window
14954
14955 2005-03-30 [colin]      1.9.6cvs11
14956
14957         * src/msgcache.c
14958         * src/msgcache.h
14959                 Read/write 32bit ints from cache & marks
14960                 From main.
14961
14962 2005-03-29 [paul]       1.9.6cvs10
14963
14964         * AUTHORS
14965         * ChangeLog.claws
14966         * src/compose.c
14967         * src/gtk/gtkaspell.c
14968                 sync with HEAD (don't pass NULL pointers) 
14969
14970 2005-03-24 [paul]
14971
14972         * tools/Makefile.am
14973         * tools/README
14974         * tools/acroread2sylpheed.pl
14975                 sync with HEAD (add script to send pdfs as
14976                 attachments from Adobe Reader 7)
14977
14978 2005-03-21 [paul]       1.9.6cvs9
14979
14980         * configure.ac
14981         * po/POTFILES.in
14982         * src/Makefile.am
14983         * src/crash.c
14984         * src/image_viewer.c ** ADDED **
14985         * src/image_viewer.h ** ADDED **
14986         * src/main.c
14987         * src/prefs_common.c
14988         * src/prefs_common.h
14989         * src/prefs_image_viewer.c ** ADDED **
14990         * src/prefs_image_viewer.h ** ADDED **
14991         * src/textview.c
14992         * src/gtk/about.c
14993         * src/pixmaps/sylpheed_logo.xpm
14994         * src/plugins/Makefile.am
14995         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14996         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14997         * src/plugins/image_viewer/plugin.c ** REMOVED **
14998         * src/plugins/image_viewer/viewer.c ** REMOVED **
14999         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15000         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15001         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15002         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15003         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15004                 as gdk-pixbuf is now built-in
15005                 remove image_viewer plugin and put code back into
15006                 main codebase
15007                 implement inline image display (sync with main)
15008
15009                 replace logo with newer, nicer, larger version  
15010
15011 2005-03-21 [paul]       1.9.6cvs8
15012
15013         * src/gtk/about.c
15014                 cosmetic improvement
15015
15016 2005-03-21 [holger]     1.9.6cvs7
15017
15018         * src/plugins/spamassassin/spamassassin.c
15019                 Sync with HEAD
15020                 (unregister hook on failed plugin init)
15021
15022 2005-03-20 [colin]      1.9.6cvs6
15023
15024         * src/common/plugin.c
15025                 Check that plugin isn't already loaded
15026                 Patch by Alfons
15027
15028 2005-03-20 [thorsten]   1.9.6cvs5
15029
15030         * src/compose.c
15031                 use a more compatible syntax
15032
15033 2005-03-20 [thorsten]   1.9.6cvs4
15034
15035         * src/prefs_toolbar.c
15036                 fix crash when selecting toolbar item (uninitialized pointer)
15037
15038 2005-03-20 [thorsten]   1.9.6cvs3
15039
15040         * src/procmime.c
15041                 fix mimetype detection (referenced free()d string)
15042
15043 2005-03-20 [paul]       1.9.6cvs2
15044
15045         * src/compose.c
15046                 sync with HEAD (1.0.3cvs5)
15047                 neglect Reply-To header if empty
15048                 Patch by Alfons 
15049
15050 2005-03-19 [holger]     1.9.6cvs1
15051
15052         * src/summaryview.c
15053         * src/summaryview.h
15054                 Sync with HEAD
15055
15056 2005-03-18 [paul]       1.9.6
15057
15058         initial GTK2 release
15059
15060 2005-03-18 [paul]       1.0.3cvs3.1
15061
15062         * AUTHORS
15063         * ChangeLog.claws
15064         * configure.ac
15065         * src/gtk/about.c
15066         * src/pixmaps/sylpheed_logo.xpm
15067                 sync with HEAD
15068
15069 2005-03-18 [colin]      1.0.3cvs2.6
15070
15071         * src/summaryview.c
15072                 Remove call to summary_step in summary_copy_selected_to
15073                 Can't see its purpose, and this causes bug when copying
15074                 a message if the next one is unread: it reads it.
15075
15076 2005-03-18 [paul]       1.0.3cvs2.5
15077
15078         * src/foldersel.c
15079                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15080
15081 2005-03-18 [paul]       1.0.3cvs2.4
15082
15083         * src/addrharvest.c
15084         * src/codeconv.c
15085         * src/codeconv.h
15086         * src/compose.c
15087         * src/news.c
15088         * src/procheader.c
15089         * src/procmime.c
15090         * src/unmime.c
15091         * src/unmime.h
15092                 fix buffer overflow, CAN-2005-0667, see
15093                 http://secunia.com/advisories/14491/
15094                 Patch by Alfons
15095
15096 2005-03-17 [colin]      1.0.3cvs2.3
15097
15098         * src/prefs_fonts.c
15099         * src/summaryview.c
15100                 Fix font bugs (both lists now officialy share 
15101                 the same font)
15102                 
15103
15104 2005-03-17 [paul]       1.0.3cvs2.2
15105
15106         * src/gtk/pluginwindow.c
15107                 make plugin descriptions uneditable
15108
15109 2005-03-11 [paul]       1.0.3cvs2.1
15110
15111         * ChangeLog.claws
15112         * configure.ac
15113         * po/POTFILES.in
15114         * src/plugins/trayicon/trayicon.c
15115                 sync with HEAD
15116                 add src/wizard.c to POTFILES.in
15117
15118 2005-03-11 [paul]       1.0.3cvs1.1
15119
15120         * ChangeLog
15121         * ChangeLog.claws
15122         * configure.ac
15123         * po/de.po
15124         * po/es.po
15125         * po/fr.po
15126         * po/it.po
15127         * po/pt_BR.po
15128         * po/ru.po
15129         * po/sk.po
15130         * po/sr.po
15131         * po/zh_CN.po
15132                 sync with HEAD
15133
15134 2005-03-04 [colin]      1.0.1cvs22.2
15135
15136         * src/compose.c
15137                 Fix signatures with accentued chars in it
15138
15139 2005-03-04 [colin]      1.0.1cvs22.1
15140
15141         * src/common/smtp.c
15142         * src/common/smtp.h
15143                 Don't use SIZE param in MAIL FROM: if server 
15144                 doesn't support it. Patch by Eugen Freiter
15145                 <eugen_f@users.sf.net>
15146
15147 2005-02-27 [paul]       1.0.1cvs20.1
15148
15149         * ChangeLog.claws
15150         * configure.ac
15151         * src/messageview.c
15152                 sync with HEAD
15153
15154 2005-02-27 [colin]      1.0.1cvs19.4
15155
15156         * src/procheader.c
15157         * src/procheader.h
15158                 Fix prototypes. Patch by Alfons
15159
15160 2005-02-27 [colin]      1.0.1cvs19.3
15161
15162         * src/compose.c
15163                 Don't auto-join the signature separator.
15164
15165 2005-02-26 [colin]      1.0.1cvs19.2
15166
15167         * src/summaryview.c
15168                 Fix 'mark all read' with collapsed threads.
15169                 Patch by Alfons.
15170
15171 2005-02-25 [paul]       1.0.1cvs19.1
15172
15173         * ChangeLog.claws
15174         * configure.ac
15175         * src/prefs_account.c
15176         * src/prefs_folder_item.c
15177         * src/gtk/prefswindow.c
15178         * src/gtk/prefswindow.h
15179                 sync with HEAD
15180
15181 2005-02-25 [paul]       1.0.1cvs15.12
15182
15183         * src/alertpanel.c
15184         * src/codeconv.c
15185         * src/compose.c
15186         * src/textview.c
15187         * src/gtk/gtkutils.c
15188         * src/gtk/gtkutils.h
15189         * src/gtk/logwindow.c
15190         * src/gtk/progressdialog.c
15191                 sync with main (revision 127)
15192                 and fix logwindow clipping
15193
15194 2005-02-24 [colin]      1.0.1cvs15.11
15195
15196         * src/plugins/pgpmime/passphrase.c
15197                 Disable input grabbing; it doesn't work yet.
15198
15199 2005-02-24 [colin]      1.0.1cvs15.10
15200
15201         * src/messageview.c
15202                 Don't send out receipts if offline. Ask.
15203
15204 2005-02-23 [colin]      1.0.1cvs15.9
15205
15206         * src/summaryview.c     
15207                 Fix expanding
15208
15209 2005-02-23 [colin]      1.0.1cvs15.8
15210
15211         * src/summaryview.c
15212                 Really fix Bug 568 by removing useless
15213                 calls. summary_thread_init() now called
15214                 in summary_sort(). This should please
15215                 Alfons as it should be faster than 
15216                 previously.
15217
15218 2005-02-23 [colin]      1.0.1cvs15.7
15219
15220         * src/compose.c
15221                 Encode parts as QP or B64 if signing
15222
15223 2005-02-23 [colin]      1.0.1cvs15.6
15224
15225         * src/compose.c
15226                 Fix Mimeinfo leakage (including tmp files)
15227         * src/procmsg.c
15228                 Fix tmp file leakage (spotted by Ivan Rayner)
15229
15230 2005-02-22 [colin]      1.0.1cvs15.5
15231
15232         * src/expldifdlg.c
15233                 Fix keyboard input. Patch by Alfons.
15234
15235 2005-02-21 [colin]      1.0.1cvs15.4
15236
15237         * src/compose.c
15238                 Fix Sign/Encrypt when unselecting privacy
15239                 system
15240         * src/prefs_common.c
15241                 Change default message font to Monospace
15242         * src/summaryview.c
15243                 More freezing during potentially large operations
15244
15245 2005-02-21 [paul]       1.0.1cvs15.3
15246
15247         * src/main.c
15248                 fix --help output
15249
15250 2005-02-21 [paul]       1.0.1cvs15.2
15251
15252         * po/Makefile.in.in
15253         * src/compose.c
15254         * src/summaryview.c
15255         * src/textview.c
15256         * src/common/utils.c
15257         * src/common/utils.h
15258                 sync with main (revision 117)
15259
15260 2005-02-20 [colin]      1.0.1cvs15.1
15261
15262         * src/common/defs.h
15263                 Change cache file to .sylpheed_claws_cache, as
15264                 suggested by Alfons. Allows people to switch
15265                 between Sylpheed and Sylpheed-Claws. it is
15266                 a good idea to "Check for new messages" at next
15267                 startup.
15268
15269
15270 2005-02-18 [colin]      1.0.1cvs14.1
15271
15272         * src/quote_fmt_lex.l
15273         * src/quote_fmt_parse.y
15274                 Fix parser initialisation. Patch by Ivan.
15275
15276 2005-02-18 [colin]      1.0.1cvs11.6
15277
15278         * src/folderview.c
15279                 Fix scrolldown (bug 662)
15280
15281 2005-02-17 [colin]      1.0.1cvs11.5
15282
15283         * src/codeconv.c
15284                 conv_filename_to_utf8: return clean 7bit instead
15285                 of broken utf8 if needed
15286         * src/mimeview.c
15287                 Fix display of parts with unclean 8bit names
15288
15289 2005-02-17 [paul]       1.0.1cvs11.4
15290
15291         * src/compose.c
15292         * src/exportldif.c
15293         * src/matcher_parser_parse.y
15294         * src/procmime.c
15295         * src/sourcewindow.c
15296         * src/common/Makefile.am
15297         * src/common/intl.h             ** REMOVED **
15298         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15299                 sync with main (revision 109)
15300                 and clean up
15301
15302 2005-02-16 [colin]      1.0.1cvs11.3
15303
15304         * src/summaryview.c
15305                 Fix collapsed thread not highlighting when new
15306                 messages in it (Bug 568) Patch by Stephan Sachse.
15307                 Fix messed up selection when reaching bounds (Bug 632)
15308         * src/prefs_themes.c
15309                 Fix theme installing (Bug 684)
15310
15311 2005-02-16 [colin]      1.0.1cvs11.2
15312
15313         * src/messageview.c
15314                 Fix messageview_select_all
15315
15316 2005-02-16 [colin]      1.0.1cvs11.1
15317
15318         * src/mh.c
15319                 Sync with HEAD (MH scan required function)
15320
15321 2005-02-15 [colin]      1.0.1cvs8.1
15322
15323         * src/mimeview.c
15324         * src/common/utils.c
15325                 Sync with HEAD (filename chars substitution)
15326
15327 2005-02-15 [colin]      1.0.1cvs7.3
15328
15329         * src/gtk/pluginwindow.c
15330                 Fix button spacing
15331
15332 2005-02-15 [colin]      1.0.1cvs7.2
15333
15334         * src/mimeview.c
15335                 Fix mime icons not reset across message when
15336                 scrolled down
15337
15338 2005-02-15 [colin]      1.0.1cvs7.1
15339
15340         * src/compose.c
15341         * src/procmime.c
15342                 Sync with HEAD (optimisation of cvs6)
15343
15344 2005-02-14 [colin]      1.0.1cvs6.1
15345
15346         * src/compose.c
15347         * src/procmime.c
15348                 Sync with HEAD (encode "From " at line beginning)
15349
15350 2005-02-14 [colin]      1.0.1cvs5.3
15351
15352         * src/compose.c
15353                 Fix wrapping with accentued chars.
15354
15355 2005-02-13 [colin]      1.0.1cvs5.2
15356
15357         * src/textview.c
15358                 Fix email informative part parsing with
15359                 accentued chars in it. ispunct() returns
15360                 true for them in utf8...
15361
15362 2005-02-12 [colin]      1.0.1cvs5.1
15363
15364         * src/filtering.c
15365                 Sync with HEAD (remove wrong use of compose after send)
15366
15367 2005-02-12 [paul]       1.0.1cvs4.5
15368
15369         * src/textview.c
15370                 remove unnecessary code (thanks to Alfons)
15371
15372 2005-02-12 [paul]       1.0.1cvs4.4
15373
15374         * src/textview.c
15375                 add 'Copy' to contextual menu on emails
15376
15377 2005-02-11 [colin]      1.0.1cvs4.3
15378
15379         * src/compose.c
15380                 revert 1.0.0cvs28.2, it doesn't work that well.
15381
15382 2005-02-11 [paul]       1.0.1cvs4.2
15383
15384         * po/Makefile.in.in
15385                 fix 'make release'
15386
15387 2005-02-10 [paul]       1.0.1cvs4.1
15388
15389         * ChangeLog
15390         * ChangeLog.claws
15391         * ChangeLog.jp
15392         * configure.ac
15393         * src/compose.c
15394                 sync with HEAD (sync with main)
15395
15396 2005-02-10 [paul]       1.0.1cvs3.2
15397
15398         * AUTHORS
15399         * Makefile.am
15400         * autogen.sh
15401         * configure.ac
15402         * config/mkinstalldirs
15403         * intl/.cvsignore
15404         * intl/ChangeLog
15405         * intl/VERSION
15406         * intl/bindtextdom.c
15407         * intl/config.charset
15408         * intl/dcgettext.c
15409         * intl/dcigettext.c
15410         * intl/dcngettext.c
15411         * intl/dgettext.c
15412         * intl/dngettext.c
15413         * intl/eval-plural.h
15414         * intl/explodename.c
15415         * intl/finddomain.c
15416         * intl/gettext.c
15417         * intl/gettextP.h
15418         * intl/gmo.h
15419         * intl/hash-string.h
15420         * intl/intl-compat.c
15421         * intl/l10nflist.c
15422         * intl/libgnuintl.h.in
15423         * intl/loadinfo.h
15424         * intl/loadmsgcat.c
15425         * intl/localcharset.c
15426         * intl/localcharset.h
15427         * intl/locale.alias
15428         * intl/localealias.c
15429         * intl/localename.c
15430         * intl/log.c
15431         * intl/ngettext.c
15432         * intl/os2compat.c
15433         * intl/os2compat.h
15434         * intl/osdep.c
15435         * intl/plural-exp.c
15436         * intl/plural-exp.h
15437         * intl/plural.c
15438         * intl/plural.y
15439         * intl/ref-add.sin
15440         * intl/ref-del.sin
15441         * intl/relocatable.c
15442         * intl/relocatable.h
15443         * intl/textdomain.c
15444         * m4/Makefile.am
15445         * po/Makefile.in.in
15446         * src/Makefile.am
15447         * src/account.c
15448         * src/action.c
15449         * src/addr_compl.c
15450         * src/addressadd.c
15451         * src/addressbook.c
15452         * src/addrgather.c
15453         * src/addrindex.c
15454         * src/alertpanel.c
15455         * src/browseldap.c
15456         * src/codeconv.c
15457         * src/codeconv.h
15458         * src/compose.c
15459         * src/compose.h
15460         * src/crash.c
15461         * src/editaddress.c
15462         * src/editbook.c
15463         * src/editgroup.c
15464         * src/editjpilot.c
15465         * src/editldap.c
15466         * src/editldap_basedn.c
15467         * src/editvcard.c
15468         * src/exphtmldlg.c
15469         * src/expldifdlg.c
15470         * src/export.c
15471         * src/exporthtml.c
15472         * src/filtering.c
15473         * src/folder.c
15474         * src/folder_item_prefs.c
15475         * src/foldersel.c
15476         * src/folderview.c
15477         * src/grouplistdialog.c
15478         * src/headerview.c
15479         * src/imap.c
15480         * src/imap_gtk.c
15481         * src/import.c
15482         * src/importldif.c
15483         * src/importmutt.c
15484         * src/importpine.c
15485         * src/inc.c
15486         * src/ldif.c
15487         * src/main.c
15488         * src/mainwindow.c
15489         * src/matcher.c
15490         * src/mbox.c
15491         * src/message_search.c
15492         * src/messageview.c
15493         * src/mh.c
15494         * src/mh_gtk.c
15495         * src/mimeview.c
15496         * src/msgcache.c
15497         * src/news.c
15498         * src/news_gtk.c
15499         * src/noticeview.c
15500         * src/partial_download.c
15501         * src/pop.c
15502         * src/prefs_account.c
15503         * src/prefs_actions.c
15504         * src/prefs_common.c
15505         * src/prefs_customheader.c
15506         * src/prefs_display_header.c
15507         * src/prefs_ext_prog.c
15508         * src/prefs_filtering.c
15509         * src/prefs_filtering_action.c
15510         * src/prefs_folder_item.c
15511         * src/prefs_fonts.c
15512         * src/prefs_gtk.c
15513         * src/prefs_matcher.c
15514         * src/prefs_msg_colors.c
15515         * src/prefs_spelling.c
15516         * src/prefs_summary_column.c
15517         * src/prefs_template.c
15518         * src/prefs_themes.c
15519         * src/prefs_toolbar.c
15520         * src/prefs_wrapping.c
15521         * src/privacy.c
15522         * src/procheader.c
15523         * src/procmime.c
15524         * src/procmsg.c
15525         * src/quote_fmt.c
15526         * src/recv.c
15527         * src/send_message.c
15528         * src/setup.c
15529         * src/sourcewindow.c
15530         * src/ssl_manager.c
15531         * src/statusbar.c
15532         * src/summary_search.c
15533         * src/summaryview.c
15534         * src/textview.c
15535         * src/toolbar.c
15536         * src/wizard.c
15537         * src/common/nntp.c
15538         * src/common/plugin.c
15539         * src/common/smtp.c
15540         * src/common/ssl.c
15541         * src/common/ssl_certificate.c
15542         * src/common/string_match.c
15543         * src/common/sylpheed.c
15544         * src/common/template.c
15545         * src/common/utils.c
15546         * src/gtk/about.c
15547         * src/gtk/colorlabel.c
15548         * src/gtk/description_window.c
15549         * src/gtk/filesel.c
15550         * src/gtk/foldersort.c
15551         * src/gtk/gtkaspell.c
15552         * src/gtk/gtkutils.c
15553         * src/gtk/inputdialog.c
15554         * src/gtk/logwindow.c
15555         * src/gtk/menu.c
15556         * src/gtk/pluginwindow.c
15557         * src/gtk/prefswindow.c
15558         * src/gtk/progressdialog.c
15559         * src/gtk/quicksearch.c
15560         * src/gtk/sslcertwindow.c
15561         * src/plugins/clamav/clamav_plugin.c
15562         * src/plugins/clamav/clamav_plugin_gtk.c
15563         * src/plugins/demo/demo.c
15564         * src/plugins/dillo_viewer/dillo_prefs.c
15565         * src/plugins/dillo_viewer/dillo_viewer.c
15566         * src/plugins/image_viewer/plugin.c
15567         * src/plugins/image_viewer/viewer.c
15568         * src/plugins/image_viewer/viewerprefs.c
15569         * src/plugins/mathml_viewer/mathml_viewer.c
15570         * src/plugins/pgpmime/passphrase.c
15571         * src/plugins/pgpmime/plugin.c
15572         * src/plugins/pgpmime/prefs_gpg.c
15573         * src/plugins/pgpmime/select-keys.c
15574         * src/plugins/pgpmime/sgpgme.c
15575         * src/plugins/spamassassin/spamassassin.c
15576         * src/plugins/spamassassin/spamassassin_gtk.c
15577         * src/plugins/trayicon/trayicon.c
15578                 sync with main (revision 104)
15579
15580 2005-02-10 [colin]      1.0.1cvs3.1
15581
15582         * src/mainwindow.c
15583                 Sync with HEAD (fix occasional crasher)
15584
15585 2005-02-10 [colin]      1.0.1cvs2.1
15586
15587         * src/messageview.c
15588                 Synw with HEAD (don't automatically display html)
15589
15590 2005-02-09 [colin]      1.0.1cvs1.3
15591
15592         * src/textview.c
15593         * src/textview.h
15594                 Add contextual menu on emails
15595
15596 2005-02-09 [colin]      1.0.1cvs1.2
15597
15598         * src/codeconv.c
15599                 Fix converting from broken headers and 
15600                 put back the _ in missing places
15601                 (feature broke with cvs24.2 sync, main 
15602                  possibly affected?)
15603
15604 2005-02-09 [colin]      1.0.1cvs1.1
15605
15606         * src/messageview.c
15607         * src/mimeview.c
15608         * src/mimeview.h
15609                 Sync with HEAD (display non text/plain mails with plugin)
15610
15611 2005-02-08 [colin]      1.0.1.1
15612
15613         * ChangeLog.claws
15614         * po/pt_BR.po
15615                 Sync with HEAD
15616         * configure.ac
15617                 Make default configuration directory 
15618                 be .sylpheed-gtk2
15619
15620 2005-02-08 [colin]      1.0.0cvs29.1
15621
15622         * po/de.po
15623         * po/es.po
15624         * po/fr.po
15625         * po/it.po
15626         * po/sk.po
15627         * po/sr.po
15628                 Sync translations with HEAD
15629
15630 2005-02-06 [colin]      1.0.0cvs28.3
15631
15632         * src/compose.c
15633                 Make compose a bit faster - patch by Alfons.
15634
15635 2005-02-06 [colin]      1.0.0cvs28.2
15636
15637         * src/compose.c
15638                 Make pasting via middle-click more reliable
15639
15640 2005-02-05 [paul]       1.0.0cvs28.1
15641
15642         * ChangeLog
15643         * ChangeLog.claws
15644         * ChangeLog.jp
15645         * configure.ac
15646         * src/compose.c
15647                 sync with HEAD
15648                 (fix bug 682 'redirect is broken'
15649
15650 2005-02-05 [torte]      1.0.0cvs27.1
15651
15652         * ChangeLog.claws
15653         * configure.ac
15654         * src/partial_download.c
15655                 Sync with HEAD (fix buf overflow)
15656
15657 2005-02-03 [colin]      1.0.0cvs26.1
15658
15659         * src/common/plugin.c
15660                 Sync with HEAD (avoid plugin mismatches)
15661
15662 2005-02-03 [paul]       1.0.0cvs25.3
15663
15664         * src/folderview.c
15665         * src/headerview.c
15666         * src/summaryview.c
15667         * src/textview.c
15668         * src/gtk/colorlabel.c
15669                 third and final part of initial sync with main-gtk2
15670
15671 2005-02-03 [paul]       1.0.0cvs25.2
15672
15673         * src/jpilot.c
15674                 fix building with jpilot support
15675
15676 2005-02-02 [colin]      1.0.0cvs25.1
15677
15678         * src/messageview.c
15679                 Sync with HEAD (fix dangerous typo)
15680
15681 2005-02-01 [colin]      1.0.0cvs24.3
15682
15683         * src/common/xml.c
15684                 Write file as advertised (UTF-8)
15685
15686 2005-02-01 [paul]       1.0.0cvs24.2
15687
15688         * src/addrbook.c
15689         * src/addrindex.c
15690         * src/alertpanel.h
15691         * src/codeconv.c
15692         * src/codeconv.h
15693         * src/compose.c
15694         * src/export.c
15695         * src/folder_item_prefs.c
15696         * src/html.c
15697         * src/imap.c
15698         * src/import.c
15699         * src/jpilot.c
15700         * src/mainwindow.c
15701         * src/matcher_parser_lex.l
15702         * src/messageview.c
15703         * src/mh.c
15704         * src/prefs_account.c
15705         * src/prefs_actions.c
15706         * src/prefs_common.c
15707         * src/prefs_gtk.c
15708         * src/prefs_gtk.h
15709         * src/prefs_themes.c
15710         * src/procheader.c
15711         * src/procmime.c
15712         * src/sourcewindow.c
15713         * src/statusbar.c
15714         * src/summaryview.c
15715         * src/textview.c
15716         * src/toolbar.c
15717         * src/unmime.c
15718         * src/common/template.c
15719         * src/common/utils.c
15720         * src/common/xml.c
15721         * src/common/xml.h
15722         * src/gtk/gtkaspell.c
15723         * src/plugins/clamav/clamav_plugin.c
15724         * src/plugins/dillo_viewer/dillo_prefs.c
15725         * src/plugins/image_viewer/viewerprefs.c
15726         * src/plugins/pgpmime/passphrase.c
15727         * src/plugins/pgpmime/prefs_gpg.c
15728         * src/plugins/pgpmime/select-keys.c
15729         * src/plugins/spamassassin/spamassassin.c
15730                 second part of initial sync with main-gtk2
15731                 (more to follow)
15732
15733 2005-01-31 [colin]      1.0.0cvs24.1
15734
15735         * src/compose.c
15736                 Sync with HEAD
15737
15738 2005-01-29 [paul]       1.0.0cvs23.2
15739
15740         * src/account.c
15741         * src/action.c
15742         * src/addressadd.c
15743         * src/addressbook.c
15744         * src/alertpanel.c
15745         * src/compose.c
15746         * src/editaddress.c
15747         * src/editbook.c
15748         * src/editgroup.c
15749         * src/editjpilot.c
15750         * src/editldap.c
15751         * src/editldap_basedn.c
15752         * src/editvcard.c
15753         * src/export.c
15754         * src/foldersel.c
15755         * src/grouplistdialog.c
15756         * src/import.c
15757         * src/importldif.c
15758         * src/inc.c
15759         * src/main.c
15760         * src/mainwindow.c
15761         * src/message_search.c
15762         * src/messageview.c
15763         * src/mimeview.c
15764         * src/prefs_actions.c
15765         * src/prefs_common.c
15766         * src/prefs_common.h
15767         * src/prefs_customheader.c
15768         * src/prefs_display_header.c
15769         * src/prefs_filtering.c
15770         * src/prefs_filtering_action.c
15771         * src/prefs_gtk.c
15772         * src/prefs_matcher.c
15773         * src/prefs_summary_column.c
15774         * src/prefs_template.c
15775         * src/sourcewindow.c
15776         * src/summary_search.c
15777         * src/summaryview.c
15778         * src/textview.c
15779         * src/gtk/about.c
15780         * src/gtk/description_window.c
15781         * src/gtk/gtkshruler.c
15782         * src/gtk/gtkutils.c
15783         * src/gtk/gtkutils.h
15784         * src/gtk/inputdialog.c
15785         * src/gtk/logwindow.c
15786         * src/gtk/prefswindow.c
15787         * src/gtk/progressdialog.c
15788         * src/gtk/progressdialog.h
15789                 first part of initial sync with main-gtk2
15790                 (more to follow)
15791
15792 2005-01-28 [colin]      1.0.0cvs23.1
15793
15794         * src/folderview.c
15795                 Sync with HEAD
15796
15797 2005-01-27 [colin]      1.0.0cvs21.1
15798
15799         * src/folder.c
15800         * src/folderview.c
15801                 Sync with HEAD
15802
15803 2005-01-27 [colin]      1.0.0cvs19.1
15804
15805         * src/procmime.c
15806                 Sync with HEAD
15807
15808 2005-01-27 [colin]      1.0.0cvs18.1
15809
15810         * src/messageview.c
15811         * src/summaryview.c
15812         * src/mainwindow.c
15813         * src/compose.c
15814         * src/compose.h
15815         * src/procmsg.c
15816         * src/procmsg.h
15817         * src/toolbar.c
15818                 Sync with HEAD
15819
15820 2005-01-26 [paul]       1.0.0cvs15.2
15821
15822         * src/compose.c
15823                 compose_entries_set(): convert subject and body to
15824                 utf8 if necessary. patch by Felix Eckhofer
15825
15826 2005-01-26 [paul]       1.0.0cvs15.1
15827
15828         * configure.ac
15829         * src/common/template.c
15830                 sync with HEAD (fix memory leak)
15831
15832 2005-01-25 [paul]       1.0.0cvs14.1
15833
15834         * configure.ac
15835         * src/compose.c
15836                 sync with HEAD
15837
15838 2005-01-24 [colin]      1.0.0cvs13.1
15839
15840         * src/summaryview.c
15841                 Sync with HEAD
15842
15843 2005-01-24 [paul]       1.0.0cvs12.1
15844
15845         * configure.ac
15846         * src/messageview.c
15847         * src/mh.c
15848         * src/common/utils.c
15849                 sync with HEAD
15850
15851 2005-01-24 [colin]      1.0.0cvs11.1
15852
15853         * src/procheader.c
15854                 Sync with HEAD
15855
15856 2005-01-24 [colin]      1.0.0cvs10.1
15857
15858         * src/folderview.c
15859                 Sync with HEAD
15860
15861 2005-01-23 [colin]      1.0.0cvs9.1
15862
15863         * src/crash.c
15864                 Sync with HEAD
15865
15866 2005-01-22 [colin]      1.0.0cvs8.1
15867
15868         * src/summaryview.c
15869         * src/gtk/quicksearch.c
15870                 Sync with HEAD
15871
15872 2005-01-21 [colin]      1.0.0cvs7.1
15873
15874         * src/summaryview.c
15875                 Sync with HEAD
15876
15877 2005-01-21 [colin]      1.0.0cvs6.1
15878
15879         * src/summaryview.c
15880                 Sync with HEAD
15881
15882 2005-01-21 [colin]      1.0.0cvs5.1
15883
15884         * src/gtk/quicksearch.c
15885         * src/prefs_common.c
15886         * src/prefs_common.h
15887                 Sync with HEAD (recurse option)
15888
15889 2005-01-21 [colin]      1.0.0cvs4.1
15890
15891         * src/folder.h
15892         * src/folderview.c
15893         * src/folderview.h
15894         * src/summaryview.c
15895         * src/gtk/quicksearch.c
15896         * src/gtk/quicksearch.h
15897                 Sync with HEAD (recursive quicksearch)
15898
15899 2005-01-20 [colin]      1.0.0cvs3.4
15900
15901         * src/ssl_manager.c
15902                 Remove useless code
15903
15904 2005-01-20 [colin]      1.0.0cvs3.3
15905
15906         * src/ssl_manager.c
15907                 Fix leak, thanks to Alfons.
15908
15909 2005-01-20 [colin]      1.0.0cvs3.2
15910
15911         * src/ssl_manager.c
15912                 Port SSL certificate window to GTK2.
15913
15914 2005-01-20 [paul]       1.0.0cvs3.1
15915
15916         * ChangeLog.claws
15917         * configure.ac
15918         * src/addrindex.c
15919         * src/addrindex.h
15920                 sync with HEAD
15921
15922 2005-01-19 [colin]      1.0.0cvs2.2
15923
15924         * src/plugins/trayicon/trayicon.c
15925                 Fix freeze with gtk-2.6, the easy way
15926                 (signal blocking helpless there...)
15927                 Closes bug #668.
15928
15929 2005-01-19 [colin]      1.0.0cvs2.1
15930
15931         * src/mbox.c
15932         * src/mbox.h
15933         * src/mainwindow.c
15934         * src/summaryview.c
15935         * src/summaryview.h
15936                 Sync with HEAD
15937
15938 2005-01-19 [paul]       1.0.0cvs1.1
15939
15940         * configure.ac
15941         * po/de.po
15942         * po/es.po
15943         * po/fr.po
15944         * po/hr.po
15945         * po/it.po
15946         * po/ja.po
15947         * po/ko.po
15948         * po/pt_BR.po
15949         * po/ru.po
15950         * po/sk.po
15951         * po/sr.po
15952                 sync with HEAD (update translations)
15953
15954 2005-01-18 [colin]      1.0.0cvs0.1
15955
15956         * src/foldersel.c
15957                 Specify search column - patch by Alfons
15958
15959 2005-01-18 [colin]      0.9.13cvs36.3
15960
15961         * src/prefs_toolbar.c
15962                 Change Delete to Remove
15963         * src/prefs_fonts.c
15964                 GTK2 version and leak fixes
15965         * src/prefs_actions.c
15966                 Add stock buttons.
15967                 All patches by Alfons
15968
15969 2005-01-17 [colin]      0.9.13cvs36.2
15970
15971         * src/compose.c
15972                 Fix DnD inserting twice. While at it,
15973                 add DnD support for text/plain in the
15974                 body, and add support in the headers.
15975
15976 2005-01-16 [colin]      0.9.13cvs36.1
15977
15978         * ChangeLog
15979         * ChangeLog.jp
15980         * ChangeLog.claws
15981                 Sync with HEAD (nothing applicable)
15982
15983 2005-01-16 [colin]      0.9.13cvs33.2
15984
15985         * src/prefs_toolbar.c
15986                 GTK2ize prefs_toolbar, by Alfons.
15987
15988 2005-01-14 [colin]      0.9.13cvs33.1
15989
15990         * src/html.c
15991         * src/msgcache.c
15992                 Sync with HEAD
15993
15994 2005-01-14 [colin]      0.9.13cvs32.1
15995
15996         * src/html.c
15997         * src/html.h
15998         * src/msgcache.c
15999         * AUTHORS
16000         * tools/calypso_convert.pl
16001                 Sync with HEAD
16002
16003 2005-01-08 [colin]      0.9.13cvs29.2
16004
16005         * src/prefs_filtering_action.c
16006         * src/prefs_filtering.c
16007                 2 more gtk2 patches by Alfons
16008
16009 2005-01-07 [paul]       0.9.13cvs29.1
16010
16011         * ChangeLog
16012         * ChangeLog.claws
16013         * ChangeLog.jp
16014         * configure.ac
16015         * src/pop.c
16016         * src/pop.h
16017                 sync with HEAD
16018
16019 2005-01-07 [colin]      0.9.13cvs28.3
16020
16021         * src/gtk/progressdialog.c
16022         * src/gtk/progressdialog.h
16023         * src/inc.c
16024         * src/send_message.c
16025                 GTK2 for the incorporation dialog. The CList isn't dead
16026                 yet, for a more smooth migration. Patch by Alfons.
16027
16028 2005-01-06 [colin]      0.9.13cvs28.2
16029
16030         * src/prefs_display_header.c
16031                 GTK2 conversion by Alfons
16032         * src/prefs_actions.c
16033         * src/prefs_matcher.c
16034                 Fix 2 leaks - patch by Alfons
16035
16036 2005-01-06 [colin]      0.9.13cvs28.1
16037
16038         * src/prefs_matcher.c
16039                 Sync with HEAD
16040
16041 2005-01-06 [colin]      0.9.13cvs27.4
16042
16043         * src/prefs_matcher.c
16044                 Fix double-free. Patch by Alfons
16045
16046 2005-01-06 [colin]      0.9.13cvs27.3
16047
16048         * src/prefs_matcher.c
16049                 GTK2 widgets + memleak
16050                 Patch by Alfons
16051
16052 2005-01-05 [colin]      0.9.13cvs27.2
16053
16054         * src/account.c
16055         * src/addr_compl.c
16056         * src/foldersel.c
16057         * src/stock_pixmap.c
16058         * src/stock_pixmap.h
16059                 3 more GTK2 patches by Alfons.
16060
16061 2005-01-04 [colin]      0.9.13cvs27.1
16062
16063         * src/folderview.c
16064         * src/imap_gtk.c
16065         * src/news_gtk.c
16066                 Sync with HEAD
16067
16068 2005-01-04 [colin]      0.9.13cvs25.9
16069
16070         * src/compose.c
16071                 Fix Show Ruler menuitem
16072         * src/prefs_template.c
16073                 Convert to GTK2
16074         * src/common/utils.c
16075                 Make auto pointer stuff handles NULLs
16076                 Patches by Alfons.
16077
16078 2005-01-04 [colin]      0.9.13cvs25.8
16079
16080         * src/compose.c
16081                 Move the attachment list to gtk2
16082                 Patch by Alfons.
16083
16084 2005-01-04 [colin]      0.9.13cvs25.7
16085
16086         * src/textview.c
16087                 Make some keys work again
16088                 Patch by SungHyun Nam <namsh@kldp.org>
16089
16090 2005-01-04 [colin]      0.9.13cvs25.6
16091
16092         * src/gtk/gtkshruler.c
16093                 Move the ruler to GTK2
16094                 Patch by Alfons
16095
16096 2005-01-03 [colin]      0.9.13cvs25.5
16097
16098         * src/compose.c
16099                 Fix my broken patch apply 
16100
16101 2005-01-03 [colin]      0.9.13cvs25.4
16102
16103         * src/common/utils.c
16104         * src/common/utils.h
16105         * src/gtk/prefswindow.c
16106                 Move auto pointer stuff to utils.c
16107                 Patch by Alfons again :)
16108
16109 2005-01-03 [colin]      0.9.13cvs25.3
16110
16111         * src/compose.c
16112         * src/prefs_gtk.c
16113         * src/prefs_template.c
16114         * src/textview.c
16115                 Empty text widgets with empty strings, not NULL char
16116                 Patch by SungHyun Nam <namsh@kldp_org>
16117
16118 2005-01-03 [colin]      0.9.13cvs25.2
16119
16120         * src/main.c
16121         * AUTHORS
16122                 Sync with HEAD
16123
16124 2005-01-03 [colin]      0.9.13cvs25.1
16125
16126         * src/pop.c
16127         * src/pop.h
16128                 Sync with HEAD
16129
16130 2005-01-03 [colin]      0.9.13cvs24.3
16131
16132         * src/account.c
16133                 Two patches from Alfons and Alex S Moore:
16134                 fix images, fix return value.
16135
16136 2005-01-01 [colin]      0.9.13cvs24.2
16137
16138         * src/prefs_actions.c
16139                 Fix over-zealous assertion. Patch by Alfons
16140
16141 2005-01-01 [colin]      0.9.13cvs24.1
16142
16143         * src/procmime.c
16144                 Sync with HEAD (leak fix)
16145
16146 2004-12-31 [colin]      0.9.13cvs23.2
16147
16148         * src/prefs_common.c
16149                 GTK2 widgets + stock buttons - patch by Alfons
16150
16151 2004-12-31 [paul]       0.9.13cvs23.1
16152
16153         * configure.ac
16154                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16155         * src/gtk/pluginwindow.c
16156                 use GTK2 widgets and plug memory leaks,
16157                 patches by Alfons
16158
16159 2004-12-30 [colin]      0.9.13cvs22.4
16160
16161         * src/account.c
16162         * src/action.c
16163         * src/export.c
16164         * src/foldersel.c
16165         * src/import.c
16166         * src/message_search.c
16167         * src/prefs_actions.c
16168         * src/prefs_common.c
16169         * src/prefs_customheader.c
16170         * src/prefs_filtering.c
16171         * src/prefs_summary_column.c
16172         * src/summary_search.c
16173         * src/gtk/about.c
16174         * src/gtk/description_window.c
16175         * src/gtk/gtkutils.c
16176         * src/gtk/gtkutils.h
16177         * src/gtk/inputdialog.c
16178         * src/gtk/prefswindow.c
16179                 Use GTK2 stock buttons. Patches by Alfons.
16180
16181 2004-12-30 [colin]      0.9.13cvs22.3
16182
16183         * src/account.c
16184                 Sync with HEAD
16185         * src/prefs_actions.c
16186         * src/prefs_customheader.c
16187         * src/prefs_filtering.c
16188         * src/prefs_msg_colors.c
16189         * src/prefs_summary_column.c
16190         * src/gtk/prefswindow.c
16191                 Use GtkTreeView instead of deprecated 
16192                 widgets. Patches by Alfons.
16193
16194 2004-12-30 [paul]       0.9.13cvs22.2
16195
16196         * src/foldersel.c
16197                 use GTK 2 Tree View
16198                 patch by Alfons, with root folder sorting fix
16199                 by Stephan Sachse
16200
16201 2004-12-30 [paul]       0.9.13cvs22.1
16202
16203         * ChangeLog
16204         * ChangeLog.claws
16205         * ChangeLog.jp
16206         * NEWS
16207         * configure.ac
16208         * src/account.c
16209                 sync with HEAD
16210
16211 2004-12-22 [martin]     0.9.13cvs21.2
16212
16213         * src/action.c
16214                 free the command line after its use
16215
16216 2004-12-18 [paul]       0.9.13cvs21.1
16217
16218         * AUTHORS
16219         * ChangeLog
16220         * ChangeLog.claws
16221         * ChangeLog.jp
16222         * NEWS
16223         * configure.ac
16224         * src/action.c
16225         * src/compose.c
16226         * src/syldap.c
16227                 sync with HEAD
16228
16229 2004-12-17 [martin]     0.9.13cvs17.2
16230
16231         * src/action.c
16232                 convert actions input to locale
16233         * src/inc.c
16234                 convert notification command to locale
16235         * src/plugins/pgpmime/select-keys.c
16236                 convert attributes to utf8
16237
16238 2004-12-14 [colin]      0.9.13cvs17.1
16239
16240         * ChangeLog
16241         * ChangeLog.jp
16242         * ChangeLog.claws
16243         * src/action.c
16244         * src/common/utils.c
16245         * src/gtk/prefswindow.c
16246         * src/gtk/gtkutils.c
16247         * src/gtk/gtkutils.h
16248         * src/plugins/spamassassin/libspamc.c
16249                 Sync with HEAD
16250
16251 2004-12-13 [colin]      0.9.13cvs14.1
16252
16253         * src/quote_fmt_parse.y
16254                 Sync with HEAD
16255
16256 2004-12-10 [colin]      0.9.13cvs12.1
16257
16258         * src/prefs_themes.c
16259         * src/mainwindow.c
16260         * src/messageview.c
16261                 Sync with HEAD
16262
16263 2004-12-09 [colin]      0.9.13cvs10.1
16264
16265         * src/procmime.c
16266                 Sync with HEAD (fix B64 encoding from memory)
16267
16268 2004-12-08 [colin]      0.9.13cvs9.1
16269
16270         * src/gtk/colorlabel.c
16271                 Sync with HEAD
16272
16273 2004-12-08 [paul]       0.9.13cvs8.2
16274
16275         * src/gtk/pluginwindow.c
16276                 fix window resizing oddities
16277
16278 2004-12-08 [colin]      0.9.13cvs8.1
16279
16280         * src/quote_fmt_parse.y
16281                 Sync with HEAD
16282
16283 2004-12-08 [colin]      0.9.13cvs7.1
16284
16285         * src/matcher_parser_parse.y
16286         * src/msgcache.c
16287         * src/prefs_matcher.c
16288         * src/procheader.c
16289         * src/matcher.c
16290         * src/common/defs.h
16291         * po/sr.po
16292                 Sync with HEAD
16293
16294 2004-12-08 [colin]      0.9.13cvs6.1
16295
16296         * src/quote_fmt_parse.y
16297         * src/textview.c
16298                 Sync with HEAD
16299         * src/gtk/prefswindow.c
16300         * src/gtk/pluginwindow.c
16301                 Fix G_CALLBACKS protos (thanks to Alfons)
16302
16303 2004-12-07 [torte]      0.9.13cvs2.2
16304
16305         * src/procmime.c
16306                 [Bug 650] reply button causes crash
16307                 Thanks to David Relson and Christoph
16308
16309 2004-12-07 [colin]      0.9.13cvs2.1
16310
16311         * ChangeLog.claws
16312         * AUTHORS
16313         * po/sk.po
16314         * src/procmime.c
16315         * src/prefs_account.c
16316         * src/common/smtp.c
16317         * src/common/smtp.h
16318                 Sync with HEAD
16319
16320 2004-12-06 [colin]      0.9.12cvs187.1
16321
16322         * ChangeLog.claws
16323         * INSTALL
16324         * Makefile.am
16325         * README.claws
16326         * TODO.claws
16327         * configure.ac
16328         * po/bg.po
16329         * po/cs.po
16330         * po/el.po
16331         * po/en_GB.po
16332         * po/es.po
16333         * po/fr.po
16334         * po/hr.po
16335         * po/hu.po
16336         * po/it.po
16337         * po/ja.po
16338         * po/ko.po
16339         * po/nl.po
16340         * po/pl.po
16341         * po/pt_BR.po
16342         * po/ru.po
16343         * po/sk.po
16344         * po/sr.po
16345         * po/sv.po
16346         * po/zh_CN.po
16347         * po/zh_TW.Big5.po
16348         * src/compose.c
16349         * tools/Makefile.am
16350         * tools/README
16351         * tools/filter_conv.pl
16352         * tools/kdeservicemenu/README
16353         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16354         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16355                 Sync with HEAD
16356
16357 2004-12-04 [colin]      0.9.12cvs183.1
16358
16359         * src/compose.c
16360                 Sync with HEAD (compose window position saving)
16361
16362 2004-12-04 [paul]       0.9.12cvs182.3
16363
16364         * src/messageview.c
16365         * src/mimeview.c
16366         * src/prefs_customheader.c
16367         * src/gtk/quicksearch.c
16368                 replace some forgotten GTK_SIGNAL_FUNCs
16369
16370 2004-12-04 [paul]       0.9.12cvs182.2
16371
16372         * src/Makefile.am
16373                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16374                 committed in error      
16375
16376 2004-12-04 [paul]       0.9.12cvs182.1
16377
16378         * ChangeLog
16379         * ChangeLog.claws
16380         * ChangeLog.jp
16381         * INSTALL
16382         * NEWS
16383         * README
16384         * README.jp
16385         * configure.ac
16386         * doc/manual/ja/Makefile.am
16387         * doc/manual/ja/sylpheed-1.html
16388         * doc/manual/ja/sylpheed-10.html
16389         * doc/manual/ja/sylpheed-11.html
16390         * doc/manual/ja/sylpheed-12.html
16391         * doc/manual/ja/sylpheed-13.html
16392         * doc/manual/ja/sylpheed-14.html
16393         * doc/manual/ja/sylpheed-15.html
16394         * doc/manual/ja/sylpheed-16.html
16395         * doc/manual/ja/sylpheed-17.html
16396         * doc/manual/ja/sylpheed-18.html
16397         * doc/manual/ja/sylpheed-19.html
16398         * doc/manual/ja/sylpheed-2.html
16399         * doc/manual/ja/sylpheed-20.html
16400         * doc/manual/ja/sylpheed-3.html
16401         * doc/manual/ja/sylpheed-4.html
16402         * doc/manual/ja/sylpheed-5.html
16403         * doc/manual/ja/sylpheed-6.html
16404         * doc/manual/ja/sylpheed-7.html
16405         * doc/manual/ja/sylpheed-8.html
16406         * doc/manual/ja/sylpheed-9.html
16407         * doc/manual/ja/sylpheed.html
16408         * doc/manual/ja/sylpheed.sgml
16409         * po/de.po
16410         * src/Makefile.am
16411         * src/compose.c
16412         * src/procmime.c
16413         * src/pixmaps/regular.xpm **REMOVED**
16414         * src/plugins/pgpmime/pgpmime.c
16415         * src/plugins/pgpmime/plugin.c
16416         * src/plugins/pgpmime/prefs_gpg.c
16417                 sync with HEAD
16418
16419 2004-12-03 [paul]       0.9.12cvs180.1
16420
16421         * ChangeLog
16422         * ChangeLog.claws
16423         * ChangeLog.jp
16424         * configure.ac
16425         * src/Makefile.am
16426         * src/pop.c
16427         * src/common/utils.c
16428         * src/common/utils.h
16429         * src/pixmaps/continue.xpm
16430         * src/pixmaps/dir_close.xpm
16431         * src/pixmaps/dir_open.xpm
16432         * src/pixmaps/drafts_close.xpm
16433         * src/pixmaps/drafts_open.xpm
16434         * src/pixmaps/folder.xpm **REMOVED**
16435         * src/pixmaps/group.xpm
16436         * src/pixmaps/unread.xpm
16437                 sync with HEAD
16438
16439 2004-12-02 [colin]      0.9.12cvs179.1
16440
16441         * src/compose.c
16442                 Sync with HEAD (non-duplicated reedition)
16443
16444 2004-12-02 [colin]      0.9.12cvs178.1
16445
16446         * src/compose.c
16447                 Sync with HEAD (linewrap_quote fix)
16448
16449 2004-12-01 [colin]      0.9.12cvs177.3
16450
16451         * src/addrharvest.c
16452                 Replace sizeof with strlen
16453
16454 2004-12-01 [paul]       0.9.12cvs177.2
16455
16456         * src/addrharvest.c
16457                 fix 'harvest addresses'
16458
16459 2004-11-30 [colin]      0.9.12cvs177.1
16460
16461         * src/gtk/prefswindow.c
16462         * src/gtk/pluginwindow.c
16463                 Sync with HEAD
16464
16465 2004-11-29 [colin]      0.9.12cvs176.1
16466
16467         * src/folderview.c
16468                 sync with HEAD (Fix disappearing separators in folderview's popup)
16469
16470 2004-11-29 [colin]      0.9.12cvs175.1
16471
16472         * src/procmime.c
16473                 Sync with head (another format fix)
16474
16475 2004-11-29 [colin]      0.9.12cvs174.1
16476
16477         * src/pop.c
16478                 Sync with HEAD (format string fix)
16479
16480 2004-11-26 [colin]      0.9.12cvs173.1
16481
16482         * src/common/smtp.c
16483         * src/common/smtp.h
16484                 Sync with HEAD
16485
16486 2004-11-24 [colin]      0.9.12cvs172.1
16487
16488         * src/plugins/pgpmime/pgpmime.c
16489                 Sync with HEAD
16490
16491 2004-11-24 [colin]      0.9.12cvs171.1
16492
16493         * src/plugins/pgpmime/pgpmime.c
16494                 Sync with head (gpgmectx leaks)
16495
16496 2004-11-24 [colin]      0.9.12cvs169.1
16497
16498         * src/plugins/pgpmime/plugin.c
16499         * src/plugins/trayicon/Makefile.am
16500         * src/plugins/trayicon/newmarkedmail.xpm
16501         * src/plugins/trayicon/trayicon.c
16502         * src/plugins/trayicon/unreadmarkedmail.xpm
16503                 Sync with HEAD
16504
16505 2004-11-23 [colin]      0.9.12cvs168.1
16506
16507         * src/partial_download.c
16508         * src/partial_download.h
16509         * src/plugins/pgpmime/plugin.c
16510                 Sync with HEAD
16511
16512 2004-11-23 [colin]      0.9.12cvs166.1
16513
16514         * src/Makefile.am
16515         * src/codeconv.c
16516         * src/compose.c
16517         * src/folderview.c
16518         * src/main.c
16519         * src/partial_download.c
16520         * src/partial_download.h
16521         * src/prefs_account.c
16522         * src/prefs_account.h
16523         * src/privacy.c
16524         * src/privacy.h
16525         * src/procmime.c
16526         * src/common/Makefile.am
16527         * src/common/base64.h
16528         * src/common/partial_download.c
16529         * src/common/partial_download.h
16530         * src/gtk/prefswindow.c
16531         * src/gtk/prefswindow.h
16532         * src/plugins/pgpmime/pgpmime.c
16533         * src/plugins/pgpmime/prefs_gpg.c
16534         * src/plugins/pgpmime/prefs_gpg.h
16535         * src/plugins/pgpmime/sgpgme.c
16536         * src/plugins/pgpmime/sgpgme.h
16537                 Sync with HEAD
16538
16539 2004-11-23 [colin]      0.9.12cvs163.1
16540
16541         * src/main.c
16542                 Sync with HEAD (cursor optimization)
16543
16544 2004-11-23 [colin]      0.9.12cvs162.1
16545
16546         * src/prefs_common.c
16547         * src/prefs_themes.c
16548         * src/procmsg.c
16549                 Sync with HEAD
16550
16551 2004-11-23 [colin]      0.9.12cvs158.9
16552
16553         * src/compose.c
16554                 Fix double-free when forwarding
16555         * src/msgcache.c
16556                 Fix leak on error path
16557                 
16558
16559 2004-11-23 [colin]      0.9.12cvs158.8
16560
16561         * src/compose.c
16562                 Fix possible double-free
16563                 Spotted by Alfons
16564
16565 2004-11-23 [colin]      0.9.12cvs158.7
16566
16567         * src/compose.c
16568                 Fix some signal handlers' prototypes
16569                 Spotted by Alfons
16570
16571 2004-11-22 [colin]      0.9.12cvs158.6
16572
16573         * src/compose.c
16574                 Remove unneeded code and duplicated
16575                 wrapping - patch by Alfons
16576
16577 2004-11-22 [colin]      0.9.12cvs158.5
16578
16579         * src/prefs_themes.c
16580                 Fix oversized selector
16581
16582 2004-11-22 [colin]      0.9.12cvs158.4
16583
16584         * src/compose.c
16585                 fix dump_text()
16586                 patch by Alfons
16587
16588 2004-11-19 [colin]      0.9.12cvs158.3
16589
16590         * src/textview.c
16591                 Add a context menu on links (open, copy)
16592
16593 2004-11-18 [paul]       0.9.12cvs158.2
16594
16595         * src/addrgather.c
16596         * src/exphtmldlg.c
16597         * src/expldifdlg.c
16598         * src/mimeview.c
16599         * src/prefs_common.c
16600         * src/plugins/image_viewer/viewer.c
16601         * src/plugins/spamassassin/spamassassin_gtk.c
16602                 replace deprecated gtk_notebook_set_page
16603                 and gtk_notebook_current_page
16604
16605 2004-11-18 [paul]       0.9.12cvs158.1
16606
16607         * configure.ac
16608         * src/compose.c
16609         * src/mainwindow.c
16610         * src/messageview.c
16611         * src/prefs_common.c
16612         * src/common/utils.c
16613         * src/common/utils.h
16614                 sync with HEAD
16615
16616 2004-11-17 [colin]      0.9.12cvs156.1
16617
16618         * src/prefs_account.c
16619         * src/prefs_account.h
16620         * src/procmsg.c
16621                 Sync with HEAD (add pref to store encrypted mails encrypted)
16622
16623 2004-11-17 [paul]       0.9.12cvs155.1
16624
16625         * ChangeLog
16626         * ChangeLog.claws
16627         * ChangeLog.jp
16628         * NEWS
16629         * configure.ac
16630         * src/compose.c
16631         * src/jpilot.c
16632         * src/privacy.c
16633         * src/procmime.c
16634         * src/procmime.h
16635         * src/procmsg.c
16636         * src/toolbar.c
16637         * src/pixmaps/error.xpm
16638                 sync with HEAD
16639
16640 2004-11-17 [colin]      0.9.12cvs151.1
16641
16642         * src/plugins/pgpmime/pgpmime.c
16643                 Sync with HEAD (remove debug printf)
16644
16645 2004-11-17 [colin]      0.9.12cvs150.1
16646
16647         * src/plugins/pgpmime/pgpmime.c
16648                 Sync with HEAD (off-by-one fix)
16649
16650 2004-11-17 [colin]      0.9.12cvs149.1
16651
16652         * src/procmsg.c
16653                 Sync with HEAD (coding style fixes)
16654
16655 2004-11-16 [colin]      0.9.12cvs148.1
16656
16657         * src/procmsg.c
16658                 Sync with head (Fix the fix)
16659
16660 2004-11-16 [colin]      0.9.12cvs147.1
16661
16662         * src/procmsg.c
16663                 Sync with Main (leak fix)
16664
16665 2004-11-16 [colin]      0.9.12cvs146.14
16666
16667         * src/compose.c
16668                 Remove useless chunk of code
16669                 Patch by Alfons
16670
16671 2004-11-15 [colin]      0.9.12cvs146.13
16672
16673         * src/compose.c
16674                 Fix drafting after insertion
16675                 Patch by Alfons
16676
16677 2004-11-15 [colin]      0.9.12cvs146.12
16678
16679         * src/compose.c
16680         * src/prefs_filtering.c
16681         * src/prefs_filtering_action.c
16682         * src/prefs_toolbar.c
16683                 Fix some const-correctness
16684
16685 2004-11-15 [colin]      0.9.12cvs146.11
16686
16687         * src/summaryview.c
16688         * src/prefs_themes.c
16689         * src/messageview.c
16690                 Fix some leaks
16691
16692 2004-11-15 [colin]      0.9.12cvs146.10
16693
16694         * src/codeconv.c
16695                 More unreadable locale fixes
16696
16697 2004-11-14 [colin]      0.9.12cvs146.9
16698
16699         * src/textview.c
16700                 Fix uri_security_check
16701                 Patch by Alfons
16702
16703 2004-11-13 [paul]       0.9.12cvs146.8
16704
16705         * src/folder.c
16706         * src/procmime.c
16707                 fix 2 bugs introduced in last commit
16708
16709 2004-11-13 [paul]       0.9.12cvs146.7
16710
16711         * src/compose.c
16712         * src/exporthtml.c
16713         * src/exportldif.c
16714         * src/folder.c
16715         * src/imap.c
16716         * src/imap_gtk.c
16717         * src/main.c
16718         * src/mainwindow.c
16719         * src/messageview.c
16720         * src/mh_gtk.c
16721         * src/prefs_themes.c
16722         * src/procmime.c
16723         * src/setup.c
16724         * src/summaryview.c
16725                 replace deprecated g_basename
16726
16727 2004-11-13 [paul]       0.9.12cvs146.6
16728
16729         * src/compose.c
16730         * src/imap.c
16731         * src/matcher_parser.h
16732         * src/matcher_parser_parse.y
16733         * src/prefs_filtering.c
16734         * src/prefs_filtering_action.c
16735         * src/prefs_themes.c
16736         * src/prefs_toolbar.c
16737         * src/common/utils.c
16738                 various small fixes/cleanups
16739
16740 2004-11-12 [colin]      0.9.12cvs146.5
16741
16742         * src/textview.c
16743                 Validate event's origin on visibility notify
16744                 Patch by Alfons.
16745
16746 2004-11-12 [paul]       0.9.12cvs146.4
16747
16748         * src/exporthtml.c
16749         * src/exportldif.c
16750         * src/imap.c
16751         * src/mh.c
16752         * src/mimeview.c
16753         * src/prefs_spelling.c
16754         * src/prefs_themes.c
16755                 replace deprecated g_dirname    
16756
16757 2004-11-12 [colin]      0.9.12cvs146.3
16758
16759         * src/textview.c
16760                 Some coding style fixes
16761
16762 2004-11-12 [colin]      0.9.12cvs146.2
16763
16764         * src/codeconv.c
16765                 We want to replace _all_ extended chars in
16766                 conv_unreadable_*, because any string containing
16767                 extended chars not parsing as UTF8 is 
16768                 undisplayed on gtk2.
16769
16770 2004-11-12 [paul]       0.9.12cvs146.1
16771
16772         * ChangeLog
16773         * ChangeLog.claws
16774         * ChangeLog.jp
16775         * NEWS
16776         * configure.ac
16777         * src/account.c
16778         * src/folderview.c
16779         * src/folderview.h
16780         * src/imap.c
16781         * src/imap_gtk.c
16782         * src/inc.c
16783         * src/mainwindow.c
16784         * src/mh_gtk.c
16785         * src/news_gtk.c
16786         * src/pop.c
16787         * src/prefs_account.c
16788         * src/prefs_account.h
16789         * src/prefs_ext_prog.c
16790         * src/procmime.c
16791         * src/procmime.h
16792         * src/procmsg.c
16793         * src/procmsg.h
16794         * src/summary_search.c
16795         * src/summaryview.c
16796         * src/textview.c
16797         * src/common/defs.h
16798         * src/common/utils.c
16799         * src/common/utils.h
16800         * src/gtk/menu.c
16801         * src/gtk/menu.h
16802                 sync with HEAD
16803
16804 2004-11-11 [colin]      0.9.12cvs144.2
16805
16806         * src/textview.c
16807                 Fix URI range selection (patch by Alfons)
16808
16809 2004-11-09 [colin]      0.9.12cvs144.1
16810
16811         * ChangeLog.claws
16812         * src/compose.c
16813         * src/folder.c
16814         * src/folder_item_prefs.c
16815         * src/prefs_account.c
16816         * src/prefs_account.h
16817         * src/plugins/pgpmime/pgpmime.c
16818                 Sync with HEAD
16819
16820 2004-11-08 [colin]      0.9.12cvs143.1
16821
16822         * src/summaryview.c
16823                 Sync with HEAD (optimize quicksearch)
16824
16825 2004-11-08 [colin]      0.9.12cvs142.2
16826
16827         * src/compose.c
16828                 Don't wrap when Edit/Auto wrapping is disabled
16829
16830 2004-11-08 [colin]      0.9.12cvs142.1
16831
16832         * src/textview.c
16833                 Sync with HEAD
16834
16835 2004-11-08 [colin]      0.9.12cvs141.1
16836
16837         * src/textview.c
16838                 Sync with HEAD (fix some mail URIs)
16839
16840 2004-11-08 [colin]      0.9.12cvs140.3
16841
16842         * src/textview.c
16843                 o Use text cursor instead of arrow when
16844                   not on a link
16845                 o Fix handling of contiguous links (as in
16846                   "colin@colino.net" <colin@colino.net>)
16847                   This one unveils a bug in get_email_part()
16848
16849 2004-11-07 [colin]      0.9.12cvs140.2
16850
16851         * src/textview.c
16852                 Fix memleak. Patch by Alfons.
16853
16854 2004-11-06 [colin]      0.9.12cvs140.1
16855
16856         * src/compose.c
16857                 Sync with HEAD (don't ask passphrase
16858                 when drafting)
16859
16860 2004-11-06 [paul]       0.9.12cvs139.2
16861
16862         * AUTHORS
16863         * src/textview.c
16864         * src/textview.h
16865                 textview URI handling. hovering over a 
16866                 link displays it in the status bar,
16867                 and changes the mouse pointer to a hand 
16868                 cursor. a link is activated with a single 
16869                 click. (Modified from the) patch by Jean-Yves 
16870                 Lefort <jylefort@users.sourceforge.net>
16871                 
16872
16873 2004-11-05 [colin]      0.9.12cvs139.1
16874
16875         * src/compose.c
16876         * src/procmime.c
16877                 Sync with HEAD again ^^
16878
16879 2004-11-05 [colin]      0.9.12cvs139.1
16880
16881         * src/compose.c
16882         * src/procmime.c
16883                 Sync with HEAD
16884
16885 2004-11-03 [paul]       0.9.12cvs138.1
16886
16887         * ChangeLog.claws
16888         * configure.ac
16889         * po/POTFILES.in
16890         * src/prefs_ext_prog.c
16891         * src/procmime.c
16892         * tools/kdeservicemenu/README
16893         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16894         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16895                 sync with HEAD
16896
16897 2004-11-01 [christoph]  0.9.12cvs136.2
16898
16899         * src/procmime.c
16900                 convert MIME parameters to UTF-8
16901
16902 2004-10-29 [colin]      0.9.12cvs136.1
16903
16904         * src/common/utils.c
16905                 Sync with HEAD (don't use '=' in mime boundary)
16906
16907 2004-10-29 [paul]       0.9.12cvs135.1
16908
16909         * configure.ac
16910         * doc/src/rfc2231.txt
16911         * src/procmime.c
16912         * src/common/quoted-printable.c
16913         * src/common/utils.c
16914         * src/common/utils.h
16915                 sync with HEAD
16916
16917 2004-10-27 [paul]       0.9.12cvs134.1
16918
16919         * configure.ac
16920         * src/main.c
16921         * src/procmime.c
16922         * src/plugins/pgpmime/pgpmime.c
16923                 sync with HEAD
16924
16925 2004-10-26 [paul]       0.9.12cvs132.3
16926
16927         * src/account.c
16928         * src/addressbook.c
16929         * src/addrgather.c
16930         * src/addrharvest.c
16931         * src/codeconv.c
16932         * src/compose.c
16933         * src/customheader.c
16934         * src/editaddress.c
16935         * src/editgroup.c
16936         * src/enriched.c
16937         * src/expldifdlg.c
16938         * src/exporthtml.c
16939         * src/exportldif.c
16940         * src/folder.c
16941         * src/foldersel.c
16942         * src/folderview.c
16943         * src/grouplistdialog.c
16944         * src/html.c
16945         * src/imap.c
16946         * src/jpilot.c
16947         * src/ldapserver.c
16948         * src/ldif.c
16949         * src/mimeview.c
16950         * src/news.c
16951         * src/news_gtk.c
16952         * src/pop.c
16953         * src/prefs_display_header.c
16954         * src/prefs_gtk.c
16955         * src/prefs_msg_colors.c
16956         * src/prefs_toolbar.c
16957         * src/procheader.c
16958         * src/procmime.c
16959         * src/summaryview.c
16960         * src/textview.c
16961         * src/toolbar.c
16962         * src/vcard.c
16963         * src/common/mgutils.c
16964         * src/common/nntp.c
16965         * src/common/smtp.c
16966         * src/common/template.c
16967         * src/common/utils.c
16968         * src/common/xmlprops.c
16969         * src/plugins/pgpmime/pgpmime.c
16970         * src/plugins/pgpmime/select-keys.c
16971         * src/plugins/pgpmime/sgpgme.c
16972                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16973                 g_string_sprintfa(), gtk_notebook_current_page()
16974
16975 2004-10-26 [colin]      0.9.12cvs132.2
16976
16977         * src/prefs_folder_item.c
16978                 Fix default-account selection
16979
16980 2004-10-21 [colin]      0.9.12cvs133
16981
16982         * src/compose.c
16983                 Sync with HEAD (Remove extra separator in compose's Options)
16984         * src/textview.c
16985                 Set wrapping to char
16986
16987 2004-10-21 [paul]       0.9.12cvs131.2
16988
16989         * src/compose.c
16990         * src/sourcewindow.c
16991                 fix wrapping
16992                 fix window shrinking 
16993
16994 2004-10-21 [colin]      0.9.12cvs131.1
16995
16996         * ChangeLog.claws
16997         * src/compose.c
16998                 Sync with HEAD
16999
17000 2004-10-21 [paul]       0.9.12cvs130.2
17001
17002         * src/prefs_folder_item.c
17003                 sync with HEAD (Apply to subfolders)
17004
17005 2004-10-19 [colin]      0.9.12cvs130.1
17006
17007         * ChangeLog.claws
17008         * src/compose.c
17009         * src/common/utils.c
17010         * src/gtk/menu.c
17011                 Sync with HEAD
17012
17013 2004-10-19 [colin]      0.9.12cvs128.1
17014
17015         * src/addrbook.c
17016         * src/addrcache.c
17017         * src/addressbook.c
17018         * src/codeconv.c
17019         * src/compose.c
17020         * src/customheader.c
17021         * src/editaddress.c
17022         * src/editgroup.c
17023         * src/exporthtml.c
17024         * src/folder.c
17025         * src/folderview.c
17026         * src/imap.c
17027         * src/jpilot.c
17028         * src/main.c
17029         * src/matcher_parser_parse.y
17030         * src/mbox.c
17031         * src/pop.c
17032         * src/prefs_account.c
17033         * src/prefs_gtk.c
17034         * src/prefs_msg_colors.c
17035         * src/procheader.c
17036         * src/procmime.c
17037         * src/procmime.h
17038         * src/procmsg.c
17039         * src/summaryview.c
17040         * src/textview.c
17041         * src/common/base64.c
17042         * src/common/partial_download.c
17043         * src/common/socket.c
17044         * src/common/sylpheed.c
17045         * src/common/utils.c
17046         * src/common/utils.h
17047         * src/gtk/pluginwindow.c
17048         * src/gtk/quicksearch.c
17049         * src/plugins/clamav/clamav_plugin.c
17050         * src/plugins/clamav/clamav_plugin.h
17051         * src/plugins/clamav/clamav_plugin_gtk.c
17052         * src/plugins/pgpmime/passphrase.c
17053         * src/plugins/pgpmime/pgpmime.c
17054         * src/plugins/pgpmime/plugin.c
17055         * src/plugins/pgpmime/prefs_gpg.c
17056         * src/plugins/pgpmime/prefs_gpg.h
17057         * src/plugins/pgpmime/select-keys.c
17058         * src/plugins/pgpmime/sgpgme.c
17059         * src/plugins/spamassassin/libspamc.c
17060         * src/plugins/spamassassin/spamassassin.c
17061         * src/plugins/spamassassin/spamassassin.h
17062         * src/plugins/spamassassin/spamassassin_gtk.c
17063         * src/plugins/trayicon/trayicon.c
17064         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17065                 Sync with HEAD
17066
17067 2004-10-14 [colin]      0.9.12cvs126.2
17068
17069         * src/codeconv.c
17070         * src/textview.c
17071                 Fix conv_unreadable_locale
17072
17073 2004-10-13 [colin]      0.9.12cvs126.1
17074
17075         * src/compose.c
17076                 Sync with HEAD (don't convert charset for 
17077                 drafted messages, minor cleanup)
17078
17079 2004-10-13 [colin]      0.9.12cvs125.1
17080
17081         * po/POTFILES.in
17082                 Sync with HEAD (POTFILES fix)
17083
17084 2004-10-12 [colin]      0.9.12cvs124.3
17085
17086         * src/compose.c
17087                 Fix encoding bug from latest sync
17088
17089 2004-10-12 [paul]       0.9.12cvs124.2
17090
17091         * src/plugins/pgpmime/prefs_gpg.c
17092         * src/plugins/pgpmime/prefs_gpg.h
17093                 forgotten in last commit        
17094
17095 2004-10-12 [paul]       0.9.12cvs124.1
17096
17097         * ChangeLog.claws
17098         * configure.ac
17099         * m4/spamassassin.m4
17100         * src/Makefile.am
17101         * src/account.c
17102         * src/compose.c
17103         * src/compose.h
17104         * src/crash.c
17105         * src/main.c
17106         * src/mimeview.c
17107         * src/passphrase.c
17108         * src/passphrase.h
17109         * src/prefs_account.c
17110         * src/prefs_account.h
17111         * src/prefs_common.c
17112         * src/privacy.c
17113         * src/privacy.h
17114         * src/procmime.c
17115         * src/procmime.h
17116         * src/procmsg.c
17117         * src/rfc2015.c
17118         * src/rfc2015.h
17119         * src/select-keys.c
17120         * src/select-keys.h
17121         * src/textview.c
17122         * src/common/utils.c
17123         * src/common/utils.h
17124         * src/gtk/about.c
17125         * src/plugins/pgpmime/Makefile.am
17126         * src/plugins/pgpmime/passphrase.c
17127         * src/plugins/pgpmime/passphrase.h
17128         * src/plugins/pgpmime/pgpmime.c
17129         * src/plugins/pgpmime/plugin.c
17130         * src/plugins/pgpmime/select-keys.c
17131         * src/plugins/pgpmime/select-keys.h
17132         * src/plugins/pgpmime/sgpgme.c
17133         * src/plugins/pgpmime/sgpgme.h
17134                 sync with HEAD
17135
17136 2004-10-04 [colin]      0.9.12cvs122.1
17137
17138         * src/mainwindow.c
17139         * src/messageview.c
17140         * src/messageview.h
17141         * src/textview.c
17142                 Sync with HEAD
17143
17144 2004-10-04 [colin]      0.9.12cvs121.1
17145
17146         * src/summaryview.c
17147                 Sync with HEAD
17148
17149 2004-10-04 [paul]       0.9.12cvs120.1
17150
17151         * configure.ac
17152                 sync with HEAD [don't try to build 
17153                 pgpmime plugin when gpgme is disabled]
17154
17155 2004-10-03 [colin]      0.9.12cvs119.3
17156
17157         * src/gtk/gtksctree.c
17158                 Lots of side effects. Put back as before 117.2.
17159         * src/summaryview.c
17160                 Fix bug #602
17161
17162 2004-10-03 [colin]      0.9.12cvs119.2
17163
17164         * src/gtk/gtksctree.c
17165                 Revert 608 fix that doesn't work that good
17166
17167 2004-10-02 [colin]      0.9.12cvs119.1
17168
17169         * src/mainwindow.c
17170         * src/messageview.c
17171         * src/prefs_common.h
17172         * src/procmime.c
17173         * src/procmime.h
17174         * src/textview.c
17175                 Sync with HEAD
17176         * src/gtk/gtksctree.c
17177                 Close bug #608
17178
17179 2004-10-01 [colin]      0.9.12cvs118.1
17180
17181         * src/mimeview.c
17182                 Sync with HEAD (better Save All fix)
17183
17184 2004-10-01 [colin]      0.9.12cvs117.2
17185
17186         * src/gtk/gtksctree.c
17187                 Faster on selection
17188
17189 2004-10-01 [colin]      0.9.12cvs117.1
17190
17191         * src/mimeview.c
17192                 Sync with HEAD (Save All: only attachments)
17193
17194 2004-10-01 [paul]       0.9.12cvs116.1
17195
17196         * ChangeLog.claws
17197         * configure.ac
17198         * src/account.c
17199         * src/prefs_common.c
17200         * src/gtk/colorlabel.c
17201                 sync with HEAD
17202
17203 2004-09-30 [colin]      0.9.12cvs115.1
17204
17205         * src/stock_pixmap.c
17206         * src/stock_pixmap.h
17207         * src/folderview.c
17208         * src/Makefile.am
17209         * src/pixmaps/read.xpm
17210                 Sync with HEAD (new pixmap)
17211
17212 2004-09-29 [colin]      0.9.12cvs114.1
17213
17214         * src/compose.c
17215                 Sync with HEAD
17216                 Fix focus handling in headers
17217
17218 2004-09-29 [paul]       0.9.12cvs113.1
17219
17220         * src/quote_fmt_parse.y
17221                 sync with HEAD
17222  
17223
17224 2004-09-28 [colin]      0.9.12cvs112.1
17225
17226         * src/folderview.c
17227         * src/mainwindow.c
17228                 Sync with HEAD
17229
17230 2004-09-28 [colin]      0.9.12cvs110.1
17231
17232         * src/folderview.c
17233                 Sync with HEAD (Contextual Empty trash menu)
17234
17235 2004-09-28 [colin]      0.9.12cvs108.1
17236
17237         * src/addressbook.c
17238                 Sync with HEAD (addressbook edit on double-click)
17239
17240 2004-09-28 [colin]      0.9.12cvs106.1
17241
17242         * src/inc.c
17243                 Sync with HEAD (folder_item freeze on inc)
17244
17245 2004-09-27 [colin]      0.9.12cvs105.1
17246
17247         * src/folderview.c
17248                 Sync with HEAD (right-align new and unread column)
17249
17250 2004-09-27 [colin]      0.9.12cvs104.1
17251
17252         * src/main.c
17253                 Sync with HEAD (revert 0.9.12cvs101)
17254
17255 2004-09-24 [colin]      0.9.12cvs103.2
17256
17257         * src/wizard.c
17258                 Fix gtk warnings and use domain part of the email address 
17259                 when domain detection fails (no dot in domain name)
17260
17261 2004-09-23 [colin]      0.9.12cvs103.1
17262
17263         * src/plugins/spamassassin/libspamc.c
17264         * src/plugins/spamassassin/libspamc.h
17265         * src/plugins/spamassassin/utils.c
17266         * src/plugins/spamassassin/utils.h
17267                 Sync with HEAD (Update spamassassin to 3.0)
17268
17269 2004-09-21 [colin]      0.9.12cvs102.3
17270
17271         * src/action.c
17272                 Add horizontal scrollbar in action io dialog as needed
17273                 Patch by Alfons.
17274
17275 2004-09-20 [colin]      0.9.12cvs102.2
17276
17277         * src/plugins/image_viewer/viewer.c
17278                 Remove imlib stuff
17279                 use gtk_pixmap_set when clearing
17280                 (would be better to use gtkImages, but causes size-allocate 
17281                 signals storm)
17282
17283 2004-09-17 [paul]       0.9.12cvs102.1
17284
17285         * ChangeLog
17286         * ChangeLog.claws
17287         * ChangeLog.jp
17288         * configure.ac
17289         * src/inc.c
17290                 sync with HEAD
17291
17292
17293 2004-09-17 [colin]      0.9.12cvs101.1
17294
17295         * ChangeLog.claws
17296         * src/main.c
17297                 Sync with HEAD (fix segs at exit)
17298
17299 2004-09-14 [colin]      0.9.12cvs99.5
17300
17301         * src/common/socket.c
17302         * AUTHORS
17303                 Fix send error on 64bit platforms
17304                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17305
17306 2004-09-14 [colin]      0.9.12cvs99.4
17307
17308         * src/action.c
17309                 Fix action output with utf8 
17310                 Patch by Alfons.
17311
17312 2004-09-14 [colin]      0.9.12cvs99.3
17313
17314         * ChangeLog.claws
17315         * src/folder.c
17316                 Sync with HEAD
17317
17318 2004-09-09 [colin]      0.9.12cvs99.2
17319
17320         * src/action.c
17321                 Fix progress bar (displaying "Completed %v/%u")
17322                 Patch by Alfons.
17323
17324 2004-09-08 [colin]      0.9.12cvs99.1
17325
17326         * src/account.c
17327         * src/folder.c
17328         * src/procmsg.c
17329         * src/procmsg.h
17330         * src/plugins/pgpmime/pgpmime.c
17331                 Sync with HEAD
17332
17333 2004-09-08 [colin]      0.9.12cvs97.2
17334
17335         * src/summaryview.c
17336                 Don't select mails in collapsed threads 
17337                 when navigating with up/down
17338
17339 2004-09-07 [colin]      0.9.12cvs97.1
17340
17341         * src/inc.c
17342                 Sync with HEAD (meaningful error messages)
17343
17344 2004-09-06 [colin]      0.9.12cvs96.1
17345
17346         * src/toolbar.c
17347                 Sync with HEAD (fix Redirect graying out)
17348
17349 2004-09-06 [colin]      0.9.12cvs95.1
17350
17351         * src/summaryview.c
17352         * src/mimeview.c
17353                 Sync with HEAD (fix dropped URIs)
17354
17355 2004-09-06 [colin]      0.9.12cvs94.1
17356
17357         * src/addressbook.c
17358         * src/addressitem.h
17359         * src/addritem.c
17360         * src/addritem.h
17361                 Sync with HEAD (addressbook DnD)
17362
17363 2004-09-03 [colin]      0.9.12cvs93.1
17364
17365         * src/summaryview.c
17366                 Sync with HEAD (next/prev unread)
17367
17368 2004-09-03 [colin]      0.9.12cvs92.1
17369
17370         * src/prefs_common.c
17371         * src/prefs_common.h
17372         * src/summaryview.c
17373                 Sync with HEAD ('mark_as_read_delay' pref)
17374
17375 2004-09-02 [colin]      0.9.12cvs91.2
17376
17377         * src/common/xml.c
17378                 Fix leak
17379
17380 2004-09-02 [colin]      0.9.12cvs91.1
17381
17382         * src/gtk/menu.c
17383                 Sync with HEAD (menu accel don't work, but whatever)
17384
17385 2004-09-02 [colin]      0.9.12cvs90.1
17386
17387         * src/account.c
17388                 Sync with HEAD (fix bug 582)
17389
17390 2004-09-02 [colin]      0.9.12cvs89.1
17391
17392         * src/addrindex.c
17393                 Sync with HEAD (free deleted queries)
17394
17395 2004-09-02 [colin]      0.9.12cvs88.1
17396
17397         * src/ldapquery.c
17398                 Sync with HEAD (fix LDAP freezes)
17399
17400 2004-09-02 [colin]      0.9.12cvs87.1
17401
17402         * src/prefs_spelling.c
17403                 Sync with HEAD (add default dictionary)
17404
17405 2004-09-01 [colin]      0.9.12cvs86.1
17406
17407         * src/filtering.c
17408         * src/folderview.c
17409         * src/imap.c
17410         * src/prefs_matcher.c
17411         * src/stock_pixmap.c
17412         * src/summary_search.c
17413         * src/summaryview.c
17414         * src/wizard.c
17415         * src/wizard.h
17416                 Sync with HEAD (uninitialized vars fixes)
17417                 + gtk2 specific warning fixes
17418
17419 2004-08-31 [colin]      0.9.12cvs85.1
17420
17421         * src/folder.c
17422                 Sync with HEAD (Fix memory corruption due to 
17423                 uninitialized var)
17424
17425 2004-08-31 [colin]      0.9.12cvs84.4
17426
17427         * src/summary_search.c
17428                 Fix segfaults when searching in folders with broken headers
17429
17430 2004-08-31 [colin]      0.9.12cvs84.3
17431
17432         * src/compose.c
17433         * src/textview.c
17434                 Fix some more encoding/decoding issues
17435
17436 2004-08-30 [colin]      0.9.12cvs84.2
17437
17438         * src/mimeview.c
17439         * src/prefs_themes.c
17440         * src/gtk/filesel.c
17441         * src/gtk/filesel.h
17442                 Add a folder-mode selection (fixes mimeview's "Save all")
17443
17444 2004-08-29 [colin]      0.9.12cvs84.1
17445
17446         * src/mimeview.c
17447                 Sync with HEAD (don't escape saved filenames)
17448
17449 2004-08-27 [colin]      0.9.12cvs83.1
17450
17451         * ChangeLog
17452         * ChangeLog.claws
17453         * ChangeLog.jp
17454         * src/mh.c
17455         * src/procheader.c
17456         * src/procmsg.c
17457         * src/procmsg.h
17458         * src/common/utils.c
17459         * src/gtk/menu.h
17460         * po/
17461                 Sync with HEAD 0.9.12cvs83 (sync with main)
17462
17463 2004-08-26 [colin]      0.9.12cvs82.4
17464
17465         * src/codeconv.c
17466                 Fix strange stack corruption
17467                 Convert to utf8 after unmime, not before
17468
17469 2004-08-26 [colin]      0.9.12cvs82.3
17470
17471         * src/main.c
17472         * src/wizard.c
17473                 Fix account folders duplication
17474
17475 2004-08-25 [colin]      0.9.12cvs82.2
17476
17477         * src/wizard.c
17478                 Remove ports
17479                 Add SSL selection
17480                 Use login@server as account name
17481
17482 2004-08-25 [colin]      0.9.12cvs82.1
17483
17484         * src/plugins/pgpmime/pgpmime.c
17485                 Sync with HEAD (leak fix).
17486
17487 2004-08-25 [colin]      0.9.12cvs81.1
17488
17489         * src/plugins/pgpmime/pgpmime.c
17490         * src/plugins/pgpmime/sgpgme.c
17491         * src/plugins/pgpmime/sgpgme.h
17492                 Sync with HEAD (Handle combined messages).
17493
17494 2004-08-24 [colin]      0.9.12cvs80.3
17495
17496         * src/wizard.c
17497                 Fix full name, ports, and imap
17498
17499 2004-08-24 [colin]      0.9.12cvs80.2
17500
17501         * src/Makefile.am
17502         * src/main.c
17503         * src/setup.c
17504         * src/setup.h
17505         * src/stock_pixmap.c
17506         * src/stock_pixmap.h
17507         * src/wizard.c ** ADDED **
17508         * src/wizard.h ** ADDED ** 
17509         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17510                 Add a setup wizard 
17511
17512 2004-08-24 [colin]      0.9.12cvs80.1
17513
17514         * src/folder.c
17515                 Sync with HEAD (set mimeflags on all messages)
17516
17517 2004-08-24 [colin]      0.9.12cvs79.3
17518
17519         * src/matcher_parser_lex.l
17520                 Fix 8bits strings not in utf8
17521
17522 2004-08-24 [colin]      0.9.12cvs79.2
17523
17524         * src/compose.c
17525                 Check conversion result before replacing buffer
17526
17527 2004-08-23 [colin]      0.9.12cvs79.1
17528
17529         * src/compose.c
17530                 Sync with HEAD (create message header in memory)
17531
17532 2004-08-23 [colin]      0.9.12cvs78.1
17533
17534         * src/rfc2015.c
17535         * src/rfc2015.h
17536                 Sync with HEAD (fix bug 197 again)
17537
17538 2004-08-23 [colin]      0.9.12cvs77.3
17539
17540         * src/compose.c
17541                 Fix again inline gpg signing (which outputs utf8
17542                 in gtk2). Not syncing this fix to HEAD as this 
17543                 code is meant to die.
17544
17545 2004-08-23 [colin]      0.9.12cvs77.2
17546
17547         * src/prefs_account.h
17548                 Remove useless include
17549
17550 2004-08-23 [colin]      0.9.12cvs77.1
17551
17552         * src/imap.c
17553         * po/es.po
17554         * po/fr.po
17555         * po/it.po
17556         * po/pl.po
17557         * po/pt_BR.po
17558         * po/sk.po
17559         * po/sr.po
17560                 Sync with HEAD (fix bug 577)
17561
17562 2004-08-22 [colin]      0.9.12cvs76.1
17563
17564         * src/plugins/trayicon/trayicon.c
17565                 Sync with HEAD (fix formatting bug)
17566
17567 2004-08-21 [colin]      0.9.12cvs74.2
17568
17569         * src/gtk/colorsel.c
17570                 Fix bug 564 (Folder color selection window exits on any
17571                 keypress)
17572
17573 2004-08-21 [colin]      0.9.12cvs74.1
17574
17575         * ChangeLog.claws
17576         * src/compose.c
17577         * src/summaryview.c
17578         * src/toolbar.c
17579                 Sync with HEAD (fix bug 576)
17580
17581 2004-08-21 [colin]      0.9.12cvs70.1
17582
17583         * src/compose.c
17584         * src/mainwindow.c
17585                 Sync with HEAD
17586                 
17587
17588 2004-08-21 [paul]       0.9.12cvs66.4
17589
17590         * src/mainwindow.c
17591         * src/messageview.c
17592         * src/gtk/menu.c
17593         * src/plugins/spamassassin/spamassassin_gtk.c
17594                 remove some deprecated gtk1 functions
17595
17596
17597 2004-08-21 [colin]      0.9.12cvs66.3
17598
17599         * src/compose.c
17600         * src/codeconv.c
17601                 Fix warnings
17602                 Remove encoding hacks
17603                 Fix bug 575 (Strange character messes up message)
17604                 Don't display conversion error when drafting
17605
17606 2004-08-21 [paul]       0.9.12cvs66.2
17607
17608         * src/prefs_account.c
17609                 fix GnuPG mode bugs
17610
17611
17612 2004-08-20 [colin]      0.9.12cvs66.1
17613
17614         * src/codeconv.c
17615                 Sync with HEAD 0.9.12cvs66
17616
17617 2004-08-20 [paul]
17618
17619         * src/plugins/pgpmime/plugin.c
17620                 modify PGP/MIME plugin's description
17621
17622 2004-08-17 [colin]      0.9.12cvs65.1
17623
17624         * src/common/ssl.c
17625         * src/plugins/pgpmime/plugin.c
17626                 Sync with HEAD
17627
17628 2004-08-14 [colin]      0.9.12cvs60.3
17629
17630         * src/plugins/trayicon/trayicon.c
17631                 Put back resize callback, on size-request signal
17632                 rather than size-allocate to avoid infinite 
17633                 callback loop
17634
17635 2004-08-13 [colin]      0.9.12cvs60.2
17636
17637         * src/common/defs.h
17638                 Cache versions have been fixed
17639
17640 2004-08-13 [colin]      0.9.12cvs60.1
17641
17642         * src/folderutils.c
17643                 Sync with HEAD
17644
17645 2004-08-12 [colin]      0.9.12cvs59.1
17646
17647         * src/plugins/trayicon/trayicon.c
17648                 Sync with HEAD
17649
17650 2004-08-12 [colin]      0.9.12cvs57.5
17651
17652         * sylpheed.desktop
17653         * configure.ac
17654         * src/Makefile.am
17655         * src/main.c
17656                 Add support for Freedesktop.org's startup notification
17657
17658 2004-08-11 [colin]      0.9.12cvs57.4
17659
17660         * src/textview.c
17661                 Fix off-by-one
17662
17663 2004-08-11 [colin]      0.9.12cvs57.3
17664
17665         * src/message_search.c
17666         * src/summary_search.c
17667                 Make searches case insensitive by default
17668         * src/textview.c
17669                 Fix case-insensitive search in message
17670
17671 2004-08-11 [colin]      0.9.12cvs57.2
17672
17673         * src/summary_search.c
17674                 Let case-sensitive be specified
17675
17676 2004-08-10 [colin]      0.9.12cvs55.4
17677
17678         * src/common/socket.c
17679                 Fix the possible race condition
17680
17681 2004-08-09 [paul]       0.9.12cvs55.3
17682
17683         * configure.ac
17684         * src/Makefile.am
17685         * src/common/Makefile.am
17686                 sync with HEAD
17687
17688
17689 2004-08-09 [paul]       0.9.12cvs55.2
17690
17691         * autogen.sh
17692         * po/poconv.sh
17693                 remove unneeded script
17694
17695         * configure.ac
17696                 add forgotten USE_LDAP_TLS (sync with HEAD)
17697
17698
17699 2004-08-09 [colin]      0.9.12cvs55.1
17700
17701         * src/main.c
17702         * src/common/ssl.c
17703         * src/common/sylpheed.c
17704         * src/common/sylpheed.h
17705                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17706
17707 2004-08-09 [paul]       0.9.12cvs54.1
17708
17709         * ChangeLog
17710         * ChangeLog.claws
17711         * ChangeLog.jp
17712         * configure.ac
17713         * po/POTFILES.in
17714         * src/Makefile.am
17715         * src/folderutils.c
17716         * src/main.c
17717         * src/pgpmime.c
17718         * src/pgpmime.h
17719         * src/sgpgme.c
17720         * src/sgpgme.h
17721         * src/plugins/Makefile.am
17722         * src/plugins/pgpmime/.cvsignore
17723         * src/plugins/pgpmime/Makefile.am
17724         * src/plugins/pgpmime/pgpmime.c
17725         * src/plugins/pgpmime/pgpmime.h
17726         * src/plugins/pgpmime/plugin.c
17727         * src/plugins/pgpmime/sgpgme.c
17728         * src/plugins/pgpmime/sgpgme.h
17729                 sync with HEAD
17730
17731 2004-08-08 [paul]       0.9.12cvs51.1
17732
17733         * configure.ac
17734         * src/folder.c
17735                 sync with HEAD
17736
17737 2004-08-07 [colin]      0.9.12cvs50.1
17738
17739         * src/pop.c
17740         * src/common/partial_download.c
17741                 fix warnings (sync from HEAD)
17742
17743 2004-08-07 [colin]      0.9.12cvs48.1
17744
17745         * src/prefs_folder_item.c
17746                 sync with HEAD 0.9.12cvs48
17747
17748 2004-08-06 [colin]      0.9.12cvs47.1
17749
17750         * src/compose.c
17751                 Sync with HEAD
17752
17753 2004-08-06 [christoph]  0.9.12cvs46.2
17754
17755         * src/main.c
17756         * src/plugins/clamav/clamav_plugin_gtk.c
17757         * src/plugins/dillo_viewer/dillo_viewer.c
17758         * src/plugins/image_viewer/plugin.c
17759         * src/plugins/mathml_viewer/mathml_viewer.c
17760         * src/plugins/spamassassin/spamassassin_gtk.c
17761         * src/plugins/trayicon/trayicon.c
17762                 don't mix GTK1.2 plugin with GTK2 plugins
17763
17764 2004-08-06 [colin]      0.9.12cvs46.1
17765
17766         * ChangeLog
17767         * ChangeLog.claws
17768         * ChangeLog.jp
17769         * configure.ac
17770         * sylpheed-claws.pc.in
17771         * src/folder.c
17772         * src/imap.c
17773         * src/localfolder.c
17774         * src/messageview.c
17775         * src/mimeview.c
17776         * src/mimeview.h
17777         * src/msgcache.c
17778         * src/news.c
17779         * src/prefs_ext_prog.c
17780         * src/prefs_folder_item.c
17781         * src/prefs_fonts.c
17782         * src/prefs_msg_colors.c
17783         * src/prefs_spelling.c
17784         * src/prefs_themes.c
17785         * src/prefs_toolbar.c
17786         * src/prefs_wrapping.c
17787         * src/procmime.h
17788         * src/common/defs.h
17789         * src/common/nntp.c
17790         * src/common/session.c
17791         * src/common/session.h
17792         * src/common/socket.c
17793         * src/common/utils.h
17794         * src/common/xml.c
17795         * src/common/xml.h
17796         * src/gtk/prefswindow.c
17797         * src/gtk/prefswindow.h
17798         * src/plugins/clamav/clamav_plugin_gtk.c
17799         * src/plugins/dillo_viewer/dillo_prefs.c
17800         * src/plugins/image_viewer/viewerprefs.c
17801         * src/plugins/spamassassin/spamassassin_gtk.c
17802         * m4/openssl.m4 *** REMOVED ***
17803                 Sync with HEAD 0.9.12cvs46
17804
17805 2004-08-03 [paul]       0.9.12cvs40.2
17806
17807         * src/action.c
17808         * src/addressadd.c
17809         * src/addressbook.c
17810         * src/addrgather.c
17811         * src/browseldap.c
17812         * src/compose.c
17813         * src/crash.c
17814         * src/editaddress.c
17815         * src/editgroup.c
17816         * src/editldap_basedn.c
17817         * src/foldersel.c
17818         * src/importldif.c
17819         * src/mimeview.c
17820         * src/prefs_common.c
17821         * src/prefs_template.c
17822         * src/sourcewindow.c
17823         * src/summaryview.c
17824         * src/gtk/about.c
17825         * src/gtk/foldersort.c
17826         * src/gtk/logwindow.c
17827         * src/gtk/pluginwindow.c
17828         * src/gtk/prefswindow.c
17829                 change all gtk_scrolled_window_set_policy from 
17830                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17831
17832 2004-08-02 [paul]       0.9.12cvs40.1
17833
17834         * AUTHORS
17835                 update translation team section
17836         * po/pt_BR.po
17837                 updated by Frederico Goncalves Guimaraes
17838                 <fggdebian@yahoo.com.br>
17839
17840 2004-07-31 [colin]      0.9.12cvs39.9
17841
17842         * src/exphtmldlg.c
17843                 Fix compilation
17844
17845 2004-07-31 [colin]      0.9.12cvs39.8
17846
17847         * src/exphtmldlg.c
17848                 Fix an alertpanel type
17849
17850 2004-07-30 [colin]      0.9.12cvs39.7
17851
17852         * src/alertpanel.c
17853                 Fix alertpanel_error_log's icon
17854
17855 2004-07-30 [colin]      0.9.12cvs39.6
17856
17857         * src/pop.c
17858                 Two of them should still be warnings
17859
17860 2004-07-30 [colin]      0.9.12cvs39.5
17861
17862         * src/pop.c
17863                 More warning -> error
17864 2004-07-29 [colin]      0.9.12cvs39.4
17865
17866         * src/pop.c
17867                 Warning -> error
17868
17869 2004-07-29 [colin]      0.9.12cvs39.3
17870
17871         * src/prefs_matcher.c
17872                 Fix segfault
17873
17874 2004-07-29 [colin]      0.9.12cvs39.2
17875
17876         * src/alertpanel.c
17877                 More nice-looking alertpanels
17878
17879 2004-07-29 [colin]      0.9.12cvs39.1
17880
17881         * src/messageview.c
17882                 sync with head
17883                 (inform user when partial mail is deleted on server)
17884
17885 2004-07-29 [colin]      0.9.12cvs38.1
17886
17887         * src/messageview.c
17888                 sync with head
17889
17890 2004-07-28 [paul]       0.9.12cvs37.7
17891
17892         * src/mainwindow.c
17893                 complete the replacement of deprecated gtk_progress_*
17894
17895 2004-07-28 [paul]       0.9.12cvs37.6
17896
17897         * src/action.c
17898         * src/inc.c
17899         * src/mainwindow.c
17900         * src/send_message.c
17901         * src/gtk/progressdialog.c
17902         * src/gtk/progressdialog.h
17903                 replace deprecated gtk_progress_*
17904
17905 2004-07-28 [paul]       0.9.12cvs37.5
17906
17907         * src/gtk/filesel.c
17908                 remove gtk_window_set_wmclass()
17909 2004-07-28 [paul]       0.9.12cvs37.4
17910
17911         * src/addressbook.c
17912         * src/compose.c
17913         * src/foldersel.c
17914         * src/mainwindow.c
17915         * src/messageview.c
17916         * src/sourcewindow.c
17917         * src/gtk/logwindow.c
17918                 remove gtk_window_set_wmclass()
17919                 
17920         * src/prefs_filtering.c
17921         * src/prefs_filtering_action.c
17922         * src/prefs_fonts.c
17923         * src/prefs_gtk.c
17924         * src/prefs_matcher.c
17925         * src/ssl_manager.c
17926         * src/gtk/prefswindow.c
17927                 replace gtk_window_position()
17928
17929 2004-07-28 [colin]      0.9.12cvs37.3
17930
17931         * src/alertpanel.c
17932         * src/alertpanel.h
17933                 Add a way to specify panel type for specific
17934                 panels (alertpanel())
17935         * src/account.c
17936         * src/addressbook.c
17937         * src/compose.c
17938         * src/expldifdlg.c
17939         * src/main.c
17940         * src/messageview.c
17941         * src/summaryview.c
17942         * src/textview.c
17943         * src/gtk/sslcertwindow.c
17944                 Fix alertpanel()s so that their icon match
17945                 their real type
17946
17947 2004-07-28 [paul]       0.9.12cvs37.2
17948
17949         * src/addr_compl.c
17950         * src/addressbook.c
17951         * src/alertpanel.c
17952         * src/compose.c
17953         * src/export.c
17954         * src/foldersel.c
17955         * src/folderview.c
17956         * src/grouplistdialog.c
17957         * src/import.c
17958         * src/mainwindow.c
17959         * src/message_search.c
17960         * src/messageview.c
17961         * src/passphrase.c
17962         * src/prefs_actions.c
17963         * src/prefs_common.c
17964         * src/prefs_customheader.c
17965         * src/prefs_display_header.c
17966         * src/prefs_filtering.c
17967         * src/prefs_filtering_action.c
17968         * src/prefs_gtk.c
17969         * src/prefs_matcher.c
17970         * src/prefs_msg_colors.c
17971         * src/prefs_summary_column.c
17972         * src/prefs_template.c
17973         * src/sourcewindow.c
17974         * src/ssl_manager.c
17975         * src/summary_search.c
17976         * src/gtk/colorsel.c
17977         * src/gtk/description_window.c
17978         * src/gtk/gtkaspell.c
17979         * src/gtk/inputdialog.c
17980         * src/gtk/logwindow.c
17981         * src/gtk/prefswindow.c
17982         * src/gtk/progressdialog.c
17983                 replace deprecated gtk_window_set_policy
17984
17985 2004-07-27 [colin]      0.9.12cvs37.1
17986
17987         * src/msgcache.c
17988                 More fixes (synced for head again)
17989
17990 2004-07-27 [colin]      0.9.12cvs35.3
17991
17992         * src/msgcache.c
17993                 Fix wrong test
17994
17995 2004-07-27 [colin]      0.9.12cvs35.2
17996
17997         * src/mimeview.c
17998                 Fix width a bit (by Paul)
17999         * src/alertpanel.c
18000         * src/alertpanel.h
18001                 Specialize icons, make alertpanel_message()
18002                 private
18003         * src/message_search.c
18004         * src/sgpgme.c
18005         * src/summary_search.c
18006                 Suit alertpanel changes
18007
18008 2004-07-27 [colin]      0.9.12cvs35.1
18009
18010         * src/alertpanel.c
18011                 Add an icon
18012         * src/passphrase.c
18013                 Add debug output - maybe someone will
18014                 want to look at the problem with Grab
18015                 Input :)
18016         Bump version as we're synced with HEAD
18017
18018 2004-07-26 [colin]      0.9.12cvs33.26
18019
18020         * src/pop.c
18021                 Fix uidl-file parsing when not in new
18022                 format
18023
18024 2004-07-26 [colin]      0.9.12cvs33.25
18025
18026         * src/gtk/menu.c
18027                 Move popup menu up if necessary (fixes 
18028                 account selector)
18029         * src/mainwindow.c
18030                 Set account selector's button height to
18031                 minimum
18032
18033 2004-07-26 [colin]      0.9.12cvs33.24
18034
18035         * src/alertpanel.c
18036                 Maybe fix 551 (Truncated font in alert window)
18037
18038 2004-07-26 [colin]      0.9.12cvs33.23
18039
18040         * po/de.po
18041         * po/es.po
18042         * po/fr.po
18043         * po/it.po
18044         * po/ja.po
18045         * po/pl.po
18046         * po/ru.po
18047         * po/sk.po
18048         * po/sr.po
18049         * po/zh_CN.po
18050                 Sync po files with HEAD
18051
18052 2004-07-26 [paul]       0.9.12cvs33.22
18053
18054         * src/compose.c
18055                 fix Bug 556 'Organisation-header is sent even if empty'
18056
18057 2004-07-24 [colin]      0.9.12cvs33.21
18058
18059         * src/compose.c
18060         * src/gtk/gtkaspell.c
18061         * src/gtk/gtkaspell.h
18062                 Fix speller accelerators (require hack)
18063
18064 2004-07-24 [colin]      0.9.12cvs33.20
18065
18066         * src/gtk/gtkaspell.c
18067                 Fix over-eager code deletion breaking
18068                 Check while typing
18069
18070 2004-07-24 [colin]      0.9.12cvs33.19
18071
18072         * src/browseldap.c
18073         * src/ldapctrl.c
18074         * src/ldapctrl.h
18075         * src/ldapserver.h
18076                 Sync ldap with HEAD
18077         (Fixes 546 LDAP completely broken)
18078
18079 2004-07-24 [colin]      0.9.12cvs33.18
18080
18081         * src/prefs_msg_colors.c
18082                 Fix prototype mismatch
18083         (Fixes 547 void function cannot return value)
18084
18085 2004-07-24 [colin]      0.9.12cvs33.17
18086
18087         * src/mainwindow.c
18088                 Fix sort going back to previous sort key
18089                 when changing sort direction
18090
18091 2004-07-24 [colin]      0.9.12cvs33.16
18092
18093         * src/compose.c
18094                 Fix space insertion when re-wrapping at 
18095                 cursor point
18096
18097 2004-07-24 [colin]      0.9.12cvs33.15
18098
18099         * src/gtk/gtkaspell.c
18100                 Don't change cursor position in insert-text
18101                 callback
18102         (Fixes 539 Word wrapping on input transposes letters)
18103
18104 2004-07-24 [colin]      0.9.12cvs33.14
18105
18106         * src/gtk/gtkaspell.c
18107                 Reencode non-ascii chars to dictionary's
18108                 encoding
18109         (Fixes 544 Spell check broken non english locale)
18110
18111 2004-07-24 [colin]      0.9.12cvs33.13
18112
18113         * src/summaryview.c
18114                 Fix Shift+Down, add Home/End/PgUp/PgDown
18115
18116 2004-07-21 [colin]      0.9.12cvs33.12
18117
18118         * src/prefs_common.c
18119                 Fix a gtk warning (Patch by Andrej Kacian)
18120
18121 2004-07-21 [colin]      0.9.12cvs33.11
18122
18123         * src/gtk/filesel.c
18124                 More check
18125
18126 2004-07-21 [colin]      0.9.12cvs33.10
18127
18128         * src/compose.c
18129         * src/crash.c
18130         * src/export.c
18131         * src/import.c
18132         * src/messageview.c
18133         * src/mimeview.c
18134         * src/prefs_spelling.c
18135         * src/prefs_themes.c
18136         * src/summaryview.c
18137         * src/gtk/filesel.c
18138         * src/gtk/filesel.h
18139         * src/gtk/pluginwindow.c
18140                 Untwist open/save mode guessing logic, make
18141                 it explicit
18142
18143 2004-07-20 [colin]      0.9.12cvs33.9
18144
18145         * src/codeconv.c
18146                 conv_encode_header: src_charset is UTF-8 on
18147                 gtk2
18148         * src/compose.c
18149                 Remove double encoding of the headers
18150
18151 2004-07-20 [colin]      0.9.12cvs33.8
18152
18153         * src/codeconv.c
18154                 Fix typo
18155
18156 2004-07-20 [colin]      0.9.12cvs33.7
18157
18158         * src/mainwindow.c
18159                 Set the separated messageview to the saved
18160                 size of Claws' messageview (Patch by Alfons)
18161                 Fix a callback prototype (me)
18162
18163 2004-07-20 [colin]      0.9.12cvs33.6
18164
18165         * src/codeconv.h
18166                 Forgot one hunk in 0.9.12cvs33.4
18167
18168 2004-07-19 [colin]      0.9.12cvs33.5
18169
18170         * src/action.c
18171                 Action output fix
18172                 Patch by Alfons
18173
18174 2004-07-19 [colin]      0.9.12cvs33.4
18175
18176         * src/compose.c
18177                 Fix outgoing charset bug in headers
18178         * src/codeconv.c
18179                 Clean for glib2 - Patch by Alfons
18180
18181 2004-07-19 [colin]      0.9.12cvs33.3
18182
18183         * src/statusbar.c
18184                 Remove grip from the statusbar
18185                 Patch by Alfons
18186
18187 2004-07-19 [colin]      0.9.12cvs33.2
18188
18189         * src/messageview.c
18190         * src/textview.c
18191                 Fix messageview remembering the previous
18192                 scroll position when loading a new message
18193                 Patch by Alfons
18194
18195 2004-07-19 [colin]      0.9.12cvs33.1
18196
18197         * src/folder.h
18198         * src/folderview.c
18199         * src/summaryview.c
18200                 Sync with HEAD
18201
18202 2004-07-18 [colin]      0.9.12cvs32.7
18203
18204         * configure.ac
18205                 Remove useless check for XIM - noticed
18206                 by Alfons
18207
18208 2004-07-18 [colin]      0.9.12cvs32.6
18209
18210         * src/summaryview.c
18211                 Remove non-modified and shift-modified
18212                 accelerators in summaryview's popup
18213                 menu, as that doesn't get catched by
18214                 the accel-activate signal catcher...
18215
18216 2004-07-18 [colin]      0.9.12cvs32.5
18217
18218         * src/prefs_common.c
18219                 Define sensible default prefs for 
18220                 wrapping
18221
18222 2004-07-18 [colin]      0.9.12cvs32.4
18223
18224         * src/compose.c
18225         * src/prefs_common.c
18226         * src/prefs_common.h
18227         * src/prefs_wrapping.c
18228                 Remove Smart Wrapping pref, which does
18229                 nothing on gtk2 branch
18230
18231 2004-07-18 [colin]      0.9.12cvs32.3
18232
18233         * src/sourcewindow.c
18234                 Proper utf8
18235
18236 2004-07-18 [colin]      0.9.12cvs32.2
18237
18238         * src/compose.c
18239                 Save attachment status when drafting
18240
18241 2004-07-18 [colin]      0.9.12cvs32.1
18242
18243         * src/gtk/filesel.c
18244                 Fix erratic folder selection in open mode
18245
18246 2004-07-18 [colin]      0.9.12cvs31.11
18247
18248         * src/pop.c
18249                 Don't let partial messages get deleted
18250                 even with "dowload all"
18251                 (0.9.12cvs31.8 fix extension)
18252 2004-07-18 [colin]      0.9.12cvs31.10
18253
18254         * src/gtk/logwindow.c
18255                 Fix log scrolling
18256
18257 2004-07-18 [colin]      0.9.12cvs31.9
18258
18259         * src/common/utils.c
18260                 Fix non-utf8 strings coming from commands
18261                 and files
18262
18263 2004-07-18 [colin]      0.9.12cvs31.8
18264
18265         * src/pop.c
18266                 Fix partial download bug with Download all
18267                 messages option
18268
18269 2004-07-18 [colin]      0.9.12cvs31.7
18270
18271         * src/textview.c
18272                 Fix bug introduced in 0.9.12cvs31.2
18273                 (blocked in select mode after double click)
18274
18275 2004-07-18 [colin]      0.9.12cvs31.6
18276
18277         * src/compose.c
18278         * src/gtk/menu.c
18279                 More glib-warning fixes
18280
18281 2004-07-18 [colin]      0.9.12cvs31.5
18282
18283         * src/compose.c
18284                 Fix trashing the primary clipboard when moving 
18285                 around with tab
18286         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18287
18288 2004-07-18 [colin]      0.9.12cvs31.4
18289
18290         * src/codeconv.c
18291                 convert unencoded iso headers to utf8
18292         (Fix Bug 538 Unencoded local characters in subject make it 
18293          disappear)
18294
18295 2004-07-18 [colin]      0.9.12cvs31.3
18296
18297         * src/compose.c
18298                 Fix tab char handling in wrapping
18299         (Fix Bug 537 Line wrap problem - TAB character treated as 
18300          one character instead of 8)
18301
18302 2004-07-18 [colin]      0.9.12cvs31.2
18303
18304         * src/textview.c
18305                 return FALSE on GDK_MOTION_NOTIFY
18306         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18307          (unable to highlight))
18308
18309 2004-07-18 [colin]      0.9.12cvs31.1
18310
18311         * src/folderview.c
18312                 Sync with 0.9.12cvs31
18313
18314 2004-07-18 [colin]      0.9.12cvs30.4
18315
18316         * src/compose.c
18317                 Also block text_inserted when inserting a file
18318
18319 2004-07-18 [colin]      0.9.12cvs30.3
18320
18321         * src/compose.c
18322                 Fix smart wrapping (block text_inserted handler
18323                 while putting quotation to avoid wrap on input,
18324                 don't join lines if next is sig separator)
18325
18326 2004-07-17 [colin]      0.9.12cvs30.2
18327
18328         * src/folderview.c
18329         * src/mainwindow.c
18330         * src/mimeview.c
18331         * src/summaryview.c
18332         * src/gtk/quicksearch.c
18333         * src/gtk/quicksearch.h
18334                 Block key events handlers *and* accels while
18335                 quicksearch is focused
18336         (Fixes Bug 534 quick-search bar not accepting certain letters)
18337
18338 2004-07-17 [colin]      0.9.12cvs30.1
18339
18340         * src/folder.h
18341         * src/folderview.c
18342         * src/summaryview.c
18343                 Sync with 0.9.12cvs30
18344
18345 2004-07-17 [colin]      0.9.12cvs28.2
18346
18347         * src/mimeview.c
18348         * src/procmime.c
18349         * src/summaryview.c
18350         * src/gtk/menu.c
18351                 Squash some compile and glib warnings
18352
18353 2004-07-17 [paul]       0.9.12cvs28.1
18354
18355         * src/mimeview.c
18356                 sync with 0.9.12cvs28 HEAD
18357
18358 2004-07-16 [paul]       0.9.12cvs26.1
18359         
18360         * src/gtk/quicksearch.c
18361         * src/account.c
18362         * src/account.h
18363         * src/compose.c
18364         * src/customheader.c
18365         * src/folder_item_prefs.c
18366         * src/main.c
18367         * src/mainwindow.c
18368         * src/messageview.c
18369         * src/mimeview.c
18370         * src/news.c
18371         * src/pgpmime.c
18372         * src/pop.c
18373         * src/pop.h
18374         * src/prefs_account.c
18375         * src/prefs_account.h
18376         * src/prefs_common.c
18377         * src/prefs_common.h
18378         * src/prefs_display_header.c
18379         * src/prefs_gtk.c
18380         * src/prefs_gtk.h
18381         * src/procheader.c
18382         * src/procmime.c
18383                 sync with 0.9.12cvs26 HEAD      
18384
18385 2004-07-15 [colin]      0.9.12cvs18.14
18386
18387         * src/folder.c
18388                 Disable GPG signature check during
18389                 folder move and scan
18390         (Closes Bug 521 Signature checking slows down Folder-Move)
18391
18392 2004-07-14 [colin]      0.9.12cvs18.13
18393
18394         * src/common/partial_download.c
18395                 update includes
18396
18397 2004-07-14 [colin]      0.9.12cvs18.12
18398
18399         * src/common/partial_download.c
18400         * src/common/partial_download.h
18401                 Move doc at top, add correct copyright
18402
18403 2004-07-14 [colin]      0.9.12cvs18.11
18404
18405         * src/folder.c
18406         * src/messageview.c
18407         * src/pop.c
18408         * src/pop.h
18409         * src/procmsg.c
18410         * src/summaryview.c
18411         * src/common/Makefile.am
18412         * src/common/partial_download.c ** NEW FILES **
18413         * src/common/partial_download.h ** NEW FILES **
18414                 Move partial-download related stuff to its
18415                 own file
18416
18417 2004-07-14 [colin]      0.9.12cvs18.10
18418
18419         * src/send_message.c
18420                 Fix smtp auth when user is null or empty
18421
18422 2004-07-13 [colin]      0.9.12cvs18.9
18423
18424         * src/gtk/quicksearch.c
18425                 Use alphabetic order
18426
18427 2004-07-13 [colin]      0.9.12cvs18.8
18428
18429         * src/pop.c
18430                 Be paranoid on the checks
18431
18432 2004-07-13 [colin]      0.9.12cvs18.7
18433
18434         * src/gtk/quicksearch.c
18435                 Fix Engrish once again
18436
18437 2004-07-13 [colin]      0.9.12cvs18.6
18438
18439         * src/procmsg.c
18440         * src/summaryview.c
18441                 Mark messages for deletion when they are about to
18442                 be removed from trash
18443
18444 2004-07-13 [colin]      0.9.12cvs18.5
18445
18446         * src/matcher.c
18447         * src/matcher.h
18448         * src/matcher_parser_parse.y
18449         * src/prefs_matcher.c
18450         * src/gtk/quicksearch.c
18451                 Add 'partial' ('p') match string to find partially
18452                 downloaded messages
18453
18454 2004-07-13 [colin]      0.9.12cvs18.4
18455
18456         * src/pop.c
18457                 Fix misplaced block
18458
18459 2004-07-13 [colin]      0.9.12cvs18.3
18460
18461         * src/pop.c
18462         * src/pop.h
18463         * src/messageview.c
18464                 Refactor API (to avoid passing 5+ params and code
18465                 duplication)
18466         * src/folder.c
18467         * src/msgcache.c
18468         * src/procheader.c
18469         * src/common/defs.h
18470                 Add planned_download to cache
18471                 Don't mess uidl file when moving partially downloaded
18472                 mails (they change folder, we should change it in the
18473                 uidl list too or we'll remove an incorrect message)
18474                 (this also helps removing hacks when changing 
18475                 planned_download in messageview.c)
18476
18477 2004-07-12 [colin]      0.9.12cvs18.2
18478
18479         * src/gtk/quicksearch.c
18480                 Fix missing status update in quicksearch
18481
18482 2004-07-12 [paul]       0.9.12cvs18.1
18483
18484         * po/POTFILES.in
18485         * src/Makefile.am
18486         * src/account.c
18487         * src/codeconv.c
18488         * src/compose.c
18489         * src/inc.c
18490         * src/main.c
18491         * src/prefs_common.c
18492         * src/procmsg.h
18493         * src/toolbar.c
18494         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18495         * src/prefs_wrapping.[ch]       ** NEW FILES **
18496         * src/common/intl.h
18497         * src/common/utils.[ch]
18498         * src/gtk/quicksearch.[ch]
18499                 sync with 0.9.12cvs18 HEAD
18500
18501 2004-07-12 [colin]      0.9.11cvs17.25
18502
18503         * src/folder.c
18504         * src/folder.h
18505                 Remove unused function added by me in 0.9.11cvs17.10
18506
18507 2004-07-11 [colin]      0.9.11cvs17.24
18508
18509         * src/inc.c
18510         * src/messageview.c
18511         * src/pop.c
18512         * src/pop.h
18513                 Use folderitem and msgnum instead of filename to
18514                 know which mail to delete
18515                 Move old partial mail deletion to pop.c
18516
18517 2004-07-10 [colin]      0.9.11cvs17.23
18518
18519         * src/inc.c
18520                 Add debug
18521         * src/pop.c
18522         * src/pop.h
18523                 Don't re-use same enums for unrelated stuff: it's 
18524                 completely misleading !
18525                 Document a bit
18526
18527 2004-07-09 [colin]      0.9.11cvs17.22
18528
18529         * src/inc.c
18530                 Remove folder-type check and do
18531                 more tests to be sure everything's
18532                 ok
18533         * src/messageview.c
18534                 Punctuation update, remove useless
18535                 code, fix two warnings
18536         * src/noticeview.c
18537                 Layout cleaning, reset 2nd button
18538                 when specifying one
18539
18540 2004-07-09 [colin]      0.9.11cvs17.21
18541
18542         * src/messageview.c
18543         * src/pop.c
18544         * src/pop.h
18545                 Allow user to change his mind
18546                 and postpone decision (by
18547                 unmarking the mail)
18548
18549 2004-07-09 [colin]      0.9.11cvs17.20
18550
18551         * src/messageview.c
18552                 Fix bug with delete state
18553         * src/pop.c
18554         * src/pop.h
18555                 Fix buffer leak (fread doesn't 
18556                 terminate buffers with \0)
18557                 Refactoring (remove magic 
18558                 numbers)
18559
18560 2004-07-09 [colin]      0.9.11cvs17.19
18561
18562         * src/pop.c
18563                 Don't log "Skipping message" if 
18564                 we're going to TOP it two lines
18565                 later
18566
18567 2004-07-09 [colin]      0.9.11cvs17.18
18568
18569         * src/messageview.c
18570                 Fix Engrish
18571
18572 2004-07-09 [colin]      0.9.11cvs17.17
18573
18574         * src/pop.c
18575                 strlen checking...
18576         * src/messageview.c
18577                 refactoring a bit
18578
18579 2004-07-08 [colin]      0.9.11cvs17.16
18580
18581         * src/noticeview.c
18582         * src/noticeview.h
18583                 Add an optional second button
18584         * src/messageview.c
18585         * src/pop.c
18586         * src/pop.h
18587                 Don't delete partially received mails after a certain
18588                 time; rather, let the user decide.
18589
18590 2004-07-08 [colin]      0.9.11cvs17.15
18591
18592         * src/common/smtp.h
18593                 Sync with HEAD
18594
18595 2004-07-08 [colin]      0.9.11cvs17.14
18596
18597         * src/messageview.c
18598         * src/common/smtp.c
18599                 Use to_human_readable() for sizes
18600
18601 2004-07-08 [colin]      0.9.11cvs17.13
18602
18603         * src/inc.c
18604         * src/messageview.c
18605         * src/pop.c
18606         * src/pop.h
18607         * src/procmsg.c
18608                 Fix partial-downloading issues:
18609                         catch unsupported TOP
18610                         don't delete partially downloaded mails before 5 days
18611                         don't update existing with non-MH folders; that'll
18612                         make dups, but it's better than trashing the folder
18613                         free new msginfo parts
18614                 Fix indentation ;-)
18615
18616 2004-07-08 [colin]      0.9.11cvs17.12
18617
18618         * src/common/smtp.c
18619         * src/common/smtp.h
18620                 Sync smtp size verification with HEAD
18621
18622 2004-07-08 [colin]      0.9.11cvs17.11
18623
18624         * src/summaryview.c
18625         * src/prefs_common.c
18626         * src/prefs_common.h
18627         * src/gtk/quicksearch.c
18628         * src/gtk/quicksearch.h
18629                 Sync sticky pref with HEAD
18630
18631 2004-07-08 [colin]      0.9.11cvs17.10
18632
18633         * src/folder.c [1.213.2.6]
18634         * src/folder.h [1.87.2.6]
18635         * src/inc.c [1.149.2.7]
18636         * src/messageview.c [1.94.2.8]
18637         * src/procheader.c [1.47.2.6]
18638         * src/procmsg.c [1.150.2.4]
18639         * src/procmsg.h [1.60.2.5]
18640         * src/pop.c [1.56.2.4]
18641         * src/pop.h [1.17.2.3]
18642                 Let too big messages get downloaded, but truncated
18643                 Add a button to download them completely
18644                 
18645 2004-07-06 [colin]      0.9.11cvs17.9
18646
18647         * src/gtk/quicksearch.c [1.1.2.3]
18648                 Add a Clear button
18649         * commitHelper
18650         * PATCHSETS
18651                 Add a script to help with cvs
18652
18653 2004-07-03 [colin]      0.9.11cvs17.8
18654
18655         * src/plugins/imageviewer/viewer.c
18656                 fix imageviewer (which was staying on the first
18657                 displayed image)
18658
18659 2004-07-03 [colin]      0.9.11cvs17.7
18660
18661         Removed FIXME_GTK2 warnings
18662         * src/gtk/gtkutils.c
18663                 useless #warnings
18664         * src/gtk/menu.c
18665                 useless #warnings (no need to mess with menu rc)
18666         * src/gtk/menu.h
18667                 unused functions
18668         
18669
18670 2004-07-03 [colin]      0.9.11cvs17.6
18671
18672         Removed FIXME_GTK2 warnings
18673         * src/codeconv.c
18674                 useless #warnings (rewrite needed)
18675         * src/compose.c
18676                 useless #warnings (rewrite needed)
18677                 useless #warnings (gtk2 is like that)
18678                 useless #warnings (previously fixed)
18679         * src/main.c
18680                 useless #warnings (previously fixed)
18681         * src/message_search.c
18682                 useless #warnings (gtk2 is like that)
18683                 Made apparent that search is case-sensitive
18684         * src/mimeview.c
18685                 useless #warnings (rewrite needed)
18686                 useless #warnings (gtk2 is like that)
18687                 reimplemented real warnings
18688         * src/prefs_common.c
18689                 Removed block cursor option (not it gtk2)
18690         * src/prefs_gtk.c
18691                 useless #warnings (rewrite needed)
18692         * src/procheader.c
18693                 useless #warnings (rewrite needed)
18694         * src/sourcewindow.c
18695                 useless #warnings (incorrect placing)
18696         * src/summary_search.c
18697                 useless #warnings (gtk2 is like that)
18698                 Made apparent that search is case-sensitive
18699         * src/action.c
18700                 useless #warnings (gtk2 is like that)
18701         * src/textview.c
18702                 useless #warnings (rewrite needed)
18703         * src/toolbar.c
18704                 useless #warnings (rewrite needed)
18705
18706 2004-07-03 [colin]      0.9.11cvs17.5
18707
18708         * src/textview.c
18709                 Fix mismerge which broke URI opening
18710                 
18711 2004-07-01 [colin]      0.9.11cvs17.4
18712
18713         * src/gtk/filesel.c
18714                 Fill filename when saving
18715                 
18716 2004-06-27 [colin]      0.9.11cvs17.3
18717
18718         * src/gtk/filesel.[ch]
18719                 Use the new GTK file selector
18720                 Update prototype to match the reality: multiple file
18721                 selection is open-only          
18722         * src/compose.c
18723                 Match the new prototypes        
18724         * configure.ac
18725                 Match the new requirements (gtk 2.4.0)
18726                         
18727 2004-06-26 [colin]      0.9.11cvs17.2
18728
18729         * src/plugins/trayicon/trayicon.c
18730                 Remove useless signal handler on resize, which causes
18731                 an infinite "loop"
18732         
18733 2004-06-26 [colin]      0.9.11cvs17.1
18734         
18735         * tools/Makefile.am
18736                 remove launch_firebird and add nautilus2sylpheed.sh
18737         * src/quicksearch.c
18738           src/summaryview.c
18739                 Fix show/hide "Extended symbols" button problem
18740                 Fix apparition at startup
18741                 Fix const warnings
18742         * src/plugins/image_viewer/Makefile.am
18743                 Fix configure 
18744         * common/ssl.c
18745                 Re-enable certificate check, as it doesn't seem to
18746                 cause Xlib errors anymore
18747
18748 2004-06-25 [paul]       0.9.11cvs17
18749
18750         * sync with 0.9.11cvs17 HEAD
18751         
18752         NOTE: QuickSearch is broken
18753
18754 2004-06-07 [colin]      0.9.10claws67.10
18755         * src/plugins/trayicon/trayicon.c
18756           src/plugins/trayicon/libeggtrayicon/Makefile.am
18757           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18758                 Fix gettextization in trayicon plugin
18759
18760 2004-06-07 [colin]      0.9.10claws67.9
18761         
18762         * src/summaryview.c
18763           src/gtk/gtksctree.[ch]
18764                 Let Shift+{Up,Down} work in summaryview
18765                 (well, Down "works" and Up works)
18766                 Let the list scroll when using these keys
18767
18768 2004-06-06 [colin]      0.9.10claws67.8
18769
18770         * src/plugins/trayicon/trayicon.c
18771                 Fix pixmap update
18772
18773 2004-06-06 [colin]      0.9.10claws67.7
18774
18775         * src/addressbook.c
18776                 Fix signal handling causing system-wide focus grab
18777
18778 2004-05-25 [paul]       0.9.10claws67.6
18779
18780         * Makefile.am
18781           src/Makefile.am
18782                 clean up
18783
18784 2004-05-25 [paul]       0.9.10claws67.5
18785
18786         * replace deprecated gtk_signal... functions
18787
18788 2004-05-23 [colin]      0.9.10claws67.4
18789
18790         * src/compose.c
18791                 Fix wrapping
18792
18793 2004-05-22 [colin]      0.9.10claws67.3
18794
18795         * src/compose.c
18796                 Re-fix [Edited] in compose.c::compose_reedit()
18797
18798 2004-05-22 [colin]      0.9.10claws67.2
18799
18800         * src/procmime.c
18801                 Fix parsing of multiparts mails
18802
18803 2004-05-22 [colin]      0.9.10claws67.1
18804
18805         * src/summaryview.c
18806                 Fix quicksearch
18807
18808 2004-05-22 [paul]       0.9.10claws67
18809
18810         * sync with 0.9.10claws67 HEAD
18811
18812 2004-05-14 [alfons]
18813
18814         * src/procmime.h
18815                 add forgotton prototype
18816
18817 2004-05-10 [paul]       0.9.10claws57
18818
18819         * sync with 0.9.10claws57 HEAD
18820
18821 2004-05-05 [paul]       0.9.9.claws1
18822
18823         * ChangeLog-gtk2        ** REMOVED **
18824           ChangeLog-gtk2.claws  ** ADDED **
18825                 rename and adopt the normal claws format
18826                 
18827         * configure.ac
18828                 require gtkmathview >= 0.5
18829
18830         * ac/*                          ** REMOVED **
18831           ac/                           ** REMOVED **
18832           intl/Makefile.in              ** REMOVED **
18833           m4/                           ** ADDED **
18834           m4/missing                    ** ADDED **
18835           m4/missing/gdk-pixbuf.m4      ** ADDED **
18836           m4/missing/gettext.m4         ** ADDED **
18837           m4/missing/gpgme.m4           ** ADDED **
18838           m4/missing/imlib.m4           ** ADDED **
18839           m4/.cvsignore                 ** ADDED **
18840           m4/Makefile.am                ** ADDED **
18841           m4/README                     ** ADDED **
18842           m4/aclocal-include.m4         ** ADDED **
18843           m4/aspell.m4                  ** ADDED **
18844           m4/check-type.m4              ** ADDED **
18845           m4/gnupg-check-typedef.m4     ** ADDED **
18846           m4/openssl.m4                 ** ADDED **
18847           m4/spamassassin.m4            ** ADDED **
18848           po/ChangeLog                  ** REMOVED **
18849           po/Makefile.in.in             ** REMOVED **
18850           po/Rules-quot                 ** REMOVED **
18851           po/boldquot.sed               ** REMOVED **
18852           po/en@boldquot.header         ** REMOVED **
18853           po/en@quot.header             ** REMOVED **
18854           po/insert-header.sin          ** REMOVED **
18855           po/quot.sed                   ** REMOVED **
18856           po/remove-potcdate.sed        ** REMOVED **
18857           po/remove-potcdate.sin        ** REMOVED **
18858           po/stamp-po                   ** REMOVED **
18859           Makefile.am
18860           autogen.sh
18861           configure.ac
18862                 enable building with automake 1.8.x
18863                 add 'autopoint --force' to autogen.sh and remove all
18864                 auto-generated files, remove ac/ directory and use
18865                 m4/ directory instead
18866                 
18867         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18868                 fix gettextization
18869
18870 2004-02-28 Colin Leroy <colin@colino.net>
18871         * src/prefs_matcher.c
18872           src/prefs_filtering.c
18873           src/prefs_filtering_action.c
18874                 Fix non-editable GtkEntries
18875
18876 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18877         * src/prefs_themes.c
18878                 utf8 conversion for theme info
18879
18880 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18881         * sync 0.9.9claws
18882
18883 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18884         * src/grouplistdialog.c
18885                 allow multiple selections without ctrl key
18886
18887 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18888         * src/main.c
18889                 enable customizable accelerators
18890
18891 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18892         * src/prefs_common.c
18893                 re-enable different font settings for gtk1/2
18894         * src/prefs_folder_item.c
18895                 fix folder prefs displayed wrong
18896         * src/textview.c
18897                 set 'sunken' shadow type
18898
18899 2004-02-07 Colin Leroy <colin@colino.net>
18900         * src/compose.c
18901                 Fix message being always [Edited]
18902                 Encode headers correctly (utf8 buf)
18903
18904 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18905         * src/socket.c
18906                 remove double g_source_attach()
18907                 (Thanks to Colin Leroy)
18908
18909 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18910         * src/gtk/gtksctree.c
18911                 Fix SSL certificate list not shown
18912         * src/mimeview.c
18913                 Fix clicks in mime tree
18914
18915 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18916         * src/common/socket.c
18917                 Fix SSL receive
18918         * src/compose.c
18919                 Fix clipboard menu hotkeys
18920
18921 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18922         * src/gtk/gtkaspell.[ch]
18923           src/compose.c
18924                 reimplement spellchecker
18925
18926 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18927         * src/gtk/filesel.c
18928                 crash when inserting file in compose window
18929                 (TODO: keep old selection on clicks)
18930         * src/main.c
18931                 use gtkrc-2.0 instead of gtkrc
18932
18933 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18934         * src/messageview.c
18935                 remove orphaned mimeview unref()
18936
18937 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18938         * src/grouplistdialog.c
18939                 expand nodes containing subscribed groups
18940
18941 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18942         * src/textview.c
18943                 textview: hide cursor, restore old click behaviour
18944
18945 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18946         * src/textview.c
18947                 variable names messed up
18948
18949 2004-01-17 Colin Leroy <colin@colino.net>
18950         * src/addr_compl.c
18951                 Fix completion address too thin
18952         * src/compose.c
18953                 Fix tab-to-subject behaviour
18954         * src/summaryview.c
18955                 Implement key up & down in summaryview
18956
18957 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18958
18959         * sync 098claws
18960
18961 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18962         * configure.ac
18963           Makefile.am
18964           doc/.cvsignore
18965           doc/Makefile.am
18966                 faq, man, manual moved to doc/
18967         * ac/aspell.m4
18968           ac/check-type.m4
18969           ac/gnupg-check-typedef.m4
18970           ac/openssl.m4
18971           ac/spamassassin.m4
18972           ac/missing/gdk-pixbuf.m4
18973           ac/missing/gpgme.m4
18974           ac/missing/imlib.m4
18975                 fix automake warnings
18976
18977 2003-12-06 Colin Leroy <colin@colino.net>
18978         * src/summaryview.c
18979                 Fix quicksearch
18980
18981 2003-12-05 Colin Leroy <colin@colino.net>
18982         * src/summaryview.c
18983                 Fix going to next unread folder
18984
18985 2003-12-05 Colin Leroy <colin@colino.net>
18986         * src/crash.c
18987                 Fix gtk2 compilation
18988         * src/session.c
18989                 Remove iotag source handler at disconnection
18990         * src/socket.[ch] 
18991                 Remove source handler when closing socket 
18992                 (fixes another seg)
18993
18994 2003-12-04 Colin Leroy <colin@colino.net>
18995         * src/compose.c
18996           src/prefs_account.c
18997           src/prefs_common.c
18998                 Fix some dropdown menus
18999
19000 2003-12-04 Colin Leroy <colin@colino.net>
19001         * src/compose.c
19002                 Fix event handlers on header fields
19003         * src/common/socket.c
19004           src/common/session.c
19005                 Fix segfault with callback (SSL)
19006                 Fix end of session 
19007
19008 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19009
19010         * Fix compile bug in src/compose.c
19011         * removed src/gtk/gtkstext.[ch]
19012
19013 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19014
19015         * Convert character set and escape "text" attributes in toolbar setting
19016         files.
19017         * Fixed bug in button-press-event handling.
19018
19019 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19020
19021         * Fixed bug in key-press-event handling.
19022
19023 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19024
19025         * Enabled to compile tray-icon plugin (Ad-hoc).
19026         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19027
19028 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19029
19030         * Enabled to compile on sylpheed-claws.
19031         (tray-icon plugin still cannot compile yet.)
19032
19033 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19034
19035         * Updated to 0.9.5.
19036
19037 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19038
19039         * Updated to 0.9.4.
19040         * Ported monitoring SSL mechanism to GSource of GLib2
19041         (I don't confirm it)
19042         * Added _gtk2 suffix to key name of font preference to avoid
19043         ovverwriting preference of Gtk+-1.2 version.
19044
19045 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19046
19047         * Updated to 0.9.2.
19048
19049 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19050
19051         * Updated to 0.9.1.
19052         * Translate po files into UTF-8 when execute autogen.sh.
19053
19054 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19055
19056         * Updated to 0.9.0.
19057
19058 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19059
19060         * Plugged GError related memory leaks.
19061
19062 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19063
19064         * Changed default size of fonts.
19065         * Enabled to set titile font size of warning dialog.
19066
19067 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19068
19069         * Embed a sylpheed icon into executable binary on Windows.
19070
19071 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19072
19073         * I forgot to traslate character set of element string in src/xml.c.
19074
19075 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19076
19077         * Fixed detecting bind_textdomain_codeset in configure.in.
19078         * The bug in which "Example" of "Date fromat" preference isn't displayed
19079         correctly has been fixed.
19080
19081 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19082
19083         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19084           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19085           glib-gettextize
19086           Removed intl directory.
19087           Translated po files into UTF-8.
19088           (Thanks! Ryuji Abe)
19089
19090 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19091
19092         * The bug which doesn't unscape string in xml.c has been fixed.
19093
19094 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19095
19096         * The bug which is failed to translate encoding of file name thorough
19097         file dialog has been fixed.
19098
19099 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19100
19101         * Modified to translate file names which is used in inporting/expoting
19102         mbox feature and "Save as" feature into locale encoding.
19103         * Translate file names into locale encoding when "Attache file" and
19104         "Insert file".
19105         * Force set G_BROKEN_FILENAMES environment variable.
19106         * Other minor fixes.
19107
19108 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19109
19110         * Modified to treat MH folder's name as locale encoding.
19111
19112 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19113
19114         * The bug which clash on switching candidates of auto completion of
19115         addresses, cannot use auto completion in Japanesse is fixed
19116         (Thanks! Tokunaga-san)¡¥
19117
19118 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19119
19120         * The bug which cannot switch key accelerator preference has been fixed
19121         (Thanks! smbd-san)¡¥
19122
19123 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19124
19125         * version 0.8.11-gtk2-20030314
19126
19127 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19128
19129         * The bug in which character set conversion of filtering messages has
19130         been fixed.(Thanks! COCOA-san).
19131
19132 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19133
19134         * Revived "Leave space on head" preference in "Message" category.
19135         * A bug which clash when put the cursor to end of buffer and execute
19136         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19137
19138 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19139
19140         * version 0.8.11-gtk2-20030312
19141
19142 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19143
19144         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19145         * Modified to use Pango's API directly for font preference.
19146         * Integrated GtkTextView of textview to one widget.
19147         * Set fonts of header title in textview by "header_title" tag.
19148         * Removed some deprecated codes.
19149
19150 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19151
19152         * Updated to 0.8.11.
19153         * Merged cygwin patch(Thanks! Sakai-san).
19154
19155 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19156
19157         * version 0.8.10-gtk2-20030309