2006-10-12 [colin] 2.5.5cvs5
[claws.git] / ChangeLog
1 2006-10-12 [colin]      2.5.5cvs5
2
3         * src/codeconv.c
4                 Revert part of 2.5.2cvs21:
5                 Don't optimise by reusing the 
6                 last iconv converter if possible:
7                 it seems slightly broken in a 
8                 very hard way to reproduce
9
10 2006-10-12 [colin]      2.5.5cvs4
11
12         * src/prefs_common.c
13         * src/prefs_common.h
14         * src/prefs_message.c
15         * src/procmime.c
16                 Fix bug 1035, 'Incorrect handling 
17                 of flowed lines'. We now optionnaly
18                 handle this format (preference is in
19                 Message View/Text options section)
20
21 2006-10-12 [colin]      2.5.5cvs3
22
23         * po/POTFILES.in
24                 Add new file
25         * src/plugins/pgpcore/pgp_viewer.c
26         * src/plugins/pgpcore/sgpgme.c
27                 Don't try to import without asking
28
29 2006-10-12 [colin]      2.5.5cvs2
30
31         * src/compose.c
32                 Fix bug 1036, 'Forwarding a mutlipart
33                 mail with a "text/html" block to ms
34                 outlook users leeds to freeze of
35                 outlook'. Poor outlook users...
36
37 2006-10-12 [paul]       2.5.5cvs1
38
39         * NEWS
40         * README
41         * configure.ac
42                 Update version number following
43                 stable release
44
45 2006-10-11 [paul]       2.5.4cvs1
46
47         * NEWS
48         * README
49         * configure.ac
50                 Update version number following
51                 stable release
52
53 2006-10-11 [paul]       2.5.3cvs32
54
55         * src/textview.c
56                 fix bug 1032, 'Segmentation fault when showing
57                 message' (bug in quote folding)
58                 Thanks to Colin
59
60 2006-10-10 [colin]      2.5.3cvs31
61
62         * src/quote_fmt.c
63                 Rephrase english a bit
64
65 2006-10-10 [colin]      2.5.3cvs30
66
67         * src/prefs_compose_writing.c
68                 Stop making the page larger than the window
69
70 2006-10-10 [wwp]        2.5.3cvs29
71
72         * src/compose.c
73         * src/prefs_template.c
74         * src/quote_fmt.c
75         * src/quote_fmt.h
76         * src/quote_fmt_lex.l
77         * src/quote_fmt_parse.y
78                 Extend the quote parser a bit: allow to get access to
79                 basic (composing) account info.
80
81 2006-10-10 [colin]      2.5.3cvs28
82
83         * src/procheader.c
84                 Fix this \t problem in subject
85
86 2006-10-09 [colin]      2.5.3cvs27
87
88         * src/main.c
89         * src/prefs_gtk.c
90                 Prepare cache a bit later
91                 If section already exists, skip the new one 
92                 (as previously); avoid writing the same block
93                 twice - if we find a second block with the 
94                 same id, skip it.
95         * src/plugins/pgpcore/pgp_viewer.c
96                 Set cursor to busy when retrieving a key
97         * src/plugins/pgpcore/sgpgme.c
98                 allow 5 seconds for gpg to export the key
99                 
100
101 2006-10-09 [colin]      2.5.3cvs26
102
103         * configure.ac
104         * src/msgcache.c
105         * src/prefs_gtk.c
106                 Check for existence of fgets_unlocked
107                 and fwrite_unlocked
108
109 2006-10-09 [paul]       2.5.3cvs25
110
111         * src/prefs_summaries.c
112                 replace strftime() with fast_strftime() and in
113                 the consequence fix the bug in the display of
114                 AM/PM in the 'Example' string
115
116 2006-10-09 [ticho]      2.5.3cvs24
117
118         * po/sk.po
119                 Updated (and fixed up somewhat) Slovak translation.
120
121 2006-10-08 [colin]      2.5.3cvs23
122
123         * src/prefs_folder_item.c
124                 Explain why prefs in the top-level folder
125                 aren't retained, but are still useful
126
127 2006-10-08 [colin]      2.5.3cvs22
128
129         * src/prefs_gtk.c
130                 Don't cache anything if caching fails
131
132 2006-10-08 [colin]      2.5.3cvs21
133
134         * src/common/utils.c
135                 always include gi18n.h
136
137 2006-10-07 [colin]      2.5.3cvs20
138
139         * src/plugins/pgpcore/pgp_viewer.c
140                 Kill gpg after 5 seconds wait
141
142 2006-10-07 [colin]      2.5.3cvs19
143
144         * src/plugins/pgpcore/pgp_viewer.c
145         * src/plugins/pgpcore/pgp_viewer.h
146                 Fix copyright
147
148 2006-10-07 [colin]      2.5.3cvs18
149
150         * src/plugins/pgpcore/pgp_viewer.c
151         * src/plugins/pgpcore/pgp_viewer.h
152                 Actually add the files to CVS
153
154 2006-10-07 [colin]      2.5.3cvs17
155
156         * src/plugins/pgpcore/sgpgme.c
157                 Be sure not to crash on 'application/pgp-signature' that
158                 are not application/pgp-signatures
159
160 2006-10-07 [colin]      2.5.3cvs16
161
162         * src/textview.c
163         * src/textview.h
164                 Make a bit more of the API available
165         * src/plugins/pgpcore/Makefile.am
166         * src/plugins/pgpcore/plugin.c
167         * src/plugins/pgpcore/sgpgme.c
168                 Add basic key import/export
169
170 2006-10-07 [colin]      2.5.3cvs15
171
172         * src/folderview.c
173         * src/imap.c
174         * src/prefs_account.c
175         * src/wizard.c
176                 Warn users *everywhere* if libetpan's not
177                 linked in
178
179 2006-10-06 [mones]      2.5.3cvs14
180
181         * po/de.po
182         * po/es.po
183                 updated by Stephan Sachse and me
184
185 2006-10-06 [colin]      2.5.3cvs13
186
187         * src/main.c
188         * src/common/sylpheed.c
189                 Don't load common plugins if --exit is passed
190         * src/prefs_gtk.c
191         * src/prefs_gtk.h
192                 Implement a cache to avoid reading the same
193                 files over and over again at startup
194
195 2006-10-06 [colin]      2.5.3cvs12
196
197         * src/summaryview.c
198         * src/gtk/quicksearch.c
199                 Update display every 5k mails on fast searches
200
201 2006-10-06 [colin]      2.5.3cvs11
202
203         * src/textview.c
204                 Don't do quote folding on HTML or ERTF.
205                 May fix the Cygwin issues if they were
206                 happening with HTML mails?
207
208 2006-10-05 [colin]      2.5.3cvs10
209
210         * src/prefs_gtk.c
211                 Oops, forgot one
212
213 2006-10-05 [colin]      2.5.3cvs9
214
215         * src/prefs_gtk.c
216                 Use unlocked_stdio here too
217
218 2006-10-05 [colin]      2.5.3cvs8
219
220         * src/folderview.c
221                 Fix go to next * after preferences apply
222         * src/msgcache.c
223                 Do the fd lock/unlock ourselves instead of
224                 letting the libc do it at each write 
225
226 2006-10-05 [colin]      2.5.3cvs7
227
228         * src/common/utils.c
229                 Faster division, thanks to Jean Diraison
230
231 2006-10-05 [paul]       2.5.3cvs6
232
233         * src/common/utils.c
234                 fix building with --disable-nls
235
236 2006-10-04 [colin]      2.5.3cvs5
237
238         * src/folder.c
239                 Maybe fix a segfault
240
241 2006-10-04 [wwp]        2.5.3cvs4
242
243         * src/prefs_folder_item.c
244                 Fine-tune layouts in folder item prefs. Suggested by
245                 Fabien Vantard <fzzzzz@gmail.com>.
246
247 2006-10-04 [wwp]        2.5.3cvs3
248
249         * src/prefs_folder_item.c
250                 Kill the clandestine passengers. You didn't see anything.
251
252 2006-10-04 [wwp]        2.5.3cvs2
253
254         * src/prefs_folder_item.c
255                 Add a way to test the subject simplify regexp in
256                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
257                 w/ few layout changes.
258
259 2006-20-04 [paul]       2.5.3cvs1
260
261         * NEWS
262         * README
263         * configure.ac
264                 Update version number following
265                 stable release
266
267 2006-10-04 [colin]      2.5.2cvs42
268
269         * src/folder.c
270         * src/folder.h
271         * src/summaryview.c
272                 Provide a way for folder classes to set their sort
273                 type and key
274
275 2006-10-03 [colin]      2.5.2cvs41
276
277         * src/mh.c
278                 Don't use strlen() to know if the
279                 string's empty
280
281 2006-10-03 [colin]      2.5.2cvs40
282
283         * src/mh.c
284                 Fix "check for new folders" with accentued folders
285
286 2006-10-03 [ticho]      2.5.2cvs39
287
288         * src/filtering.c
289         * src/folder.c
290         * src/inc.c
291         * src/mbox.c
292                 Colin's fix for "copy" filtering rules.
293
294 2006-10-02 [colin]      2.5.2cvs38
295
296         * src/folderview.c
297                 Fix for double-click too
298
299 2006-10-02 [colin]      2.5.2cvs37
300
301         * src/folderview.c
302                 correct fix for cvs36
303
304 2006-10-02 [colin]      2.5.2cvs36
305
306         * src/folderview.c
307                 Fix 'goto next unread' after collapsing/expanding 
308                 a node.
309
310 2006-10-02 [colin]      2.5.2cvs35
311
312         * src/summaryview.c
313                 Fix double freeze/thaw
314         * src/common/utils.c
315         * src/common/utils.h
316                 Reimplement strftime
317         * src/procheader.c
318                 Use it
319
320
321 2006-10-02 [colin]      2.5.2cvs34
322
323         * src/mh.c
324                 Time mh_write_sequences() - it's fast
325         * src/summaryview.c
326                 Init a variable to shut up gcc
327
328 2006-10-01 [colin]      2.5.2cvs33
329
330         * src/folder.c
331         * src/mh.c
332         * src/mh.h
333         * src/msgcache.c
334                 Add helper mh_set_mtime(), and set mtime to stat()'s result
335                 Add fsync but disable it, it's slow as hell
336
337 2006-10-01 [colin]      2.5.2cvs32
338
339         * src/mh.c
340         * src/msgcache.c
341                 fflush() caches and mh_sequences before
342                 fclose()ing
343
344 2006-10-01 [colin]      2.5.2cvs31
345
346         * src/msgcache.c
347                 Don't ftruncate when not using mmap
348
349 2006-09-30 [colin]      2.5.2cvs30
350
351         * src/main.c
352                 Write folder list *after* saving caches
353
354 2006-09-30 [colin]      2.5.2cvs29
355
356         * src/folder.c
357         * src/mh.c
358                 Debug forced mtime changes
359
360 2006-09-30 [colin]      2.5.2cvs28
361
362         * src/folder.c
363         * src/main.c
364                 Remove useless debug_print()s (code
365                 well-tested)
366
367 2006-09-30 [colin]      2.5.2cvs27
368
369         * src/mh.c
370                 Do stuff faster when writing mh_sequences
371
372 2006-09-30 [colin]      2.5.2cvs26
373
374         * src/mh.c
375                 Don't let the writing of .mh_sequences, which
376                 can change the folder's mtime, let us think
377                 we need to scan.
378
379 2006-09-30 [colin]      2.5.2cvs25
380
381         * src/folder.c
382                 Move a debug_print where it belongs 
383                 (processing)
384         * src/summaryview.c
385                 Don't mess with a huge slow subject
386                 table if we're not threading by
387                 subject
388
389 2006-09-30 [colin]      2.5.2cvs24
390
391         * src/msgcache.c
392                 Reenable mmaped reads (*not* writes!)
393         * src/procmsg.c
394                 Don't destroy and recreate hashtables just
395                 for fun
396         * src/common/utils.c
397                 Remove useless reply prefixes (it's case
398                 unsensitive)
399
400 2006-09-30 [wwp]        2.5.2cvs23
401
402         * tools/fix_date.sh
403                 Fixed a minor bug in date value extraction, added a switch
404                 to replace non RFC-compliant Date: value, added a switch
405                 to use strict RFC matching patterns for dates.
406
407 2006-09-29 [colin]      2.5.2cvs22
408
409         * src/matcher_parser.h
410         * src/matcher_parser_parse.y
411         * src/prefs_filtering.c
412         * src/statusbar.c
413         * src/summary_search.c
414         * src/summaryview.c
415         * src/gtk/quicksearch.c
416         * src/gtk/quicksearch.h
417                 Optimise searches by setting different
418                 refresh intervals (depending if the 
419                 search is fast or not)
420
421 2006-09-29 [colin]      2.5.2cvs21
422
423         * src/codeconv.c
424                 Optimise by reusing the last iconv converter
425                 if possible
426         * src/textview.c
427                 Optimise a bit (the foldable quotes feature
428                 still has an awful O(n^2) algo
429
430 2006-09-29 [colin]      2.5.2cvs20
431
432         * src/gtk/gtksctree.c
433         * src/gtk/gtksctree.h
434                 Optimise de-selection via up/down or
435                 another key
436
437 2006-09-28 [colin]      2.5.2cvs19
438
439         * src/action.c
440         * src/compose.c
441         * src/folderview.c
442         * src/mainwindow.c
443         * src/messageview.c
444         * src/summary_search.c
445         * src/toolbar.c
446                 Avoid using summaryview->ctree directly
447
448 2006-09-28 [colin]      2.5.2cvs18
449
450         * src/summaryview.c
451         * src/summaryview.h
452                 Add helpers to freeze/thaw/grab_focus
453                 Factorize calls to freeze/thaw/grab_focus
454                 
455
456 2006-09-28 [colin]      2.5.2cvs17
457
458         * src/main.c
459                 More guards for the session management
460
461 2006-09-28 [colin]      2.5.2cvs16
462
463         * src/folderview.c
464         * src/gtk/gtksctree.c
465         * src/gtk/gtksctree.h
466                 Make expanding not recursive in folderview
467
468 2006-09-28 [colin]      2.5.2cvs15
469
470         * src/addressbook.c
471                 If nothing is selected in the list (right part)
472                 and a group is selected in the tree (left part),
473                 mail this group.
474
475 2006-09-28 [colin]      2.5.2cvs14
476
477         * src/Makefile.am
478                 Actually use SM_LIBS
479
480 2006-09-28 [ticho]      2.5.2cvs13
481
482         * src/export.c
483         * src/messageview.c
484         * src/mimeview.c
485         * src/news.c
486         * src/pop.c
487         * src/prefs_themes.c
488         * src/procmsg.c
489                 Small i18n string optimization.
490         * src/send_message.c
491         * src/summaryview.c
492         * src/common/session.c
493         * src/common/smtp.c
494         * src/common/ssl_certificate.c
495         * src/common/utils.c
496                 Use "Couldn't" instead of "Can't" in UI messages,
497                 where appropriate.
498
499 2006-09-28 [colin]      2.5.2cvs12
500
501         * configure.ac
502                 Possibly fix link errors
503
504 2006-09-27 [wwp]        2.5.2cvs11
505
506         * src/gtk/authors.h
507         * doc/man/sylpheed-claws.1
508         * manual/ack.xml
509         * manual/es/ack.xml
510         * manual/fr/ack.xml
511         * manual/pl/ack.xml
512                 Updated authors info (me, myself and I).
513
514 2006-09-27 [colin]      2.5.2cvs10
515
516         * src/addressbook.c
517                 Remove useless printf
518
519 2006-09-27 [wwp]        2.5.2cvs9
520
521         * src/editgroup.c
522         * src/send_message.c
523         * src/inc.c
524         * src/prefs_common.c
525         * src/prefs_common.h
526         * src/gtk/progressdialog.c
527                 remember more windows' sizes (send dialog, received dialog,
528                 edit group in addressbook).
529
530 2006-09-27 [colin]      2.5.2cvs8
531
532         * configure.ac
533         * src/main.c
534         * src/mainwindow.h
535                 Use libSM to communicate with the session
536                 manager, so that we can know when the 
537                 session ends, save our caches, and draft
538                 our compose windows.
539
540 2006-09-27 [colin]      2.5.2cvs7
541
542         * src/addressbook.c
543                 Fix issues:
544                 o Allow Book and Group creation from the tree's
545                   contextual menu
546                 o Do not actually delete the contacts when 
547                   deleting groups from the tree (duh!)
548
549 2006-09-27 [colin]      2.5.2cvs6
550
551         * src/compose.c
552         * src/compose.h
553         * src/mainwindow.c
554         * src/textview.c
555         * src/toolbar.c
556                 o Allow passing an email address to 
557                   compose_new_with_folderitem
558                 o Update callers
559                 o Use current folderitem when clicking
560                   on a TextView mailto: link
561                 o Fix a possible leak in TextView
562
563 2006-09-27 [colin]      2.5.2cvs5
564
565         * src/html.c
566                 Use UTF-8 chars to replace HTML entities
567
568 2006-09-27 [colin]      2.5.2cvs4
569
570         * AUTHORS
571         * src/prefs_account.c
572         * src/gtk/authors.h
573                 Fix bug #1024 (Array index out of
574                 range in sylpheed-claws-2.5.2)
575                 Patch by Ales Nosek <anosek@suse.cz>
576
577 2006-09-27 [colin]      2.5.2cvs3
578
579         * src/addr_compl.c
580                 Actually do the test
581
582 2006-09-27 [colin]      2.5.2cvs2
583
584         * src/addr_compl.c
585         * src/addr_compl.h
586                 Allow completing with comma (in certain cases: vCalendar
587                 for example doesn't support that)
588                 Patch by Fabien Vantard
589
590 2006-09-26 [colin]      2.5.2cvs1
591
592         * src/Makefile.am
593         * src/addr_compl.c
594         * src/addr_compl.h
595         * src/addrbook.c
596         * src/addrbook.h
597         * src/addressbook.c
598         * src/addrindex.c
599         * src/addrindex.h
600         * src/compose.c
601         * src/prefs_common.c
602         * src/prefs_filtering_action.c
603         * src/prefs_folder_item.c
604         * src/prefs_template.c
605         * src/stock_pixmap.c
606         * src/stock_pixmap.h
607         * src/pixmaps/addr_one.xpm
608         * src/pixmaps/addr_two.xpm
609                 Add auto-completion on groups
610
611 2006-09-26 [colin]      2.5.2
612
613         * NEWS
614         * README
615         * RELEASE_NOTES
616                 2.5.2 released
617
618 2006-09-26 [colin]      2.5.1cvs5
619
620         * src/matcher.c
621                 Fix condition
622
623 2006-09-26 [colin]      2.5.1cvs4
624
625         * src/mbox.c
626                 Revert cvs1 (useless as the message is printed 
627                 every 500 mails)
628
629 2006-09-26 [colin]      2.5.1cvs3
630
631         * src/partial_download.c
632                 Fix crasher found by Alexsandar Urosevic
633
634 2006-09-26 [colin]      2.5.1cvs2
635
636         * src/summaryview.c
637                 Fix bug #1023 (Sylpheed deletes too much messages)
638
639 2006-09-26 [ticho]      2.5.1cvs1
640
641         * src/mbox.c
642                 Make use of gettext's multiple plurals for statusbar
643                 progress message.
644
645 2006-09-25 [paul]       2.5.1
646
647         * NEWS
648         * README
649         * RELEASE_NOTES
650                 2.5.1 released
651
652 2006-09-25 [colin]      2.5.0cvs3
653
654         * src/plugins/bogofilter/bogofilter.c
655         * src/plugins/clamav/clamav_plugin.c
656         * src/plugins/spamassassin/spamassassin.c
657                 BogoFilter, Spamassassin: Fix double hook registering after
658                 visiting preferences
659                 Spamassassin, Clamav: Just set the mails to move instead of
660                 doing the move - caller will move the things at once.
661
662 2006-09-25 [colin]      2.5.0cvs2
663
664         * src/imap.c
665         * src/etpan/imap-thread.c
666                 Use UID SEARCH ALL instead of UID 1:*
667                 (braindead servers can't figure out that's
668                 the same...)
669
670 2006-09-25 [wwp]        2.5.0cvs1
671
672         * src/message_search.c
673                 Added the ability to stop a running search (in message body).
674
675 2006-09-25 [paul]       2.5.0
676
677         * NEWS
678         * README
679         * RELEASE_NOTES
680                 2.5.0 released
681
682 2006-09-25 [paul]       2.4.0cvs214
683
684         * po/cs.po
685         * po/de.po
686         * po/fi.po
687         * po/fr.po
688         * po/nl.po
689         * po/pt_BR.po
690         * po/sk.po
691         * po/sr.po
692         * po/zh_CN.po
693                 updated by Tim, Stephan Sachse, Flammie Pirinen,
694                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
695                 Ticho, Aleksander Urosevic, Ralgh Young
696
697 2006-09-24 [mones]      2.4.0cvs213
698
699         * po/es.po
700                 Updated for release
701
702 2006-09-23 [colin]      2.4.0cvs212
703
704         * src/gtk/inputdialog.c
705                 Fix [ ] remember this appearing in normal
706                 input dialogs after it's been used by
707                 mimeview.
708         * src/folder.c
709         * src/folderview.c
710         * src/msgcache.c
711         * src/procmsg.c
712         * src/summaryview.c
713         * src/textview.c
714         * src/common/timing.h
715                 Enable timings in debug mode and make it
716                 look prettier.
717
718 2006-09-22 [colin]      2.4.0cvs211
719
720         * README
721                 Revert test change
722         * commitHelper
723                 ping the correct URI
724
725 2006-09-22 [colin]      2.4.0cvs210
726
727         * README
728                 Let's see if bug #1022 is fixed
729
730 2006-09-21 [colin]      2.4.0cvs209
731
732         * src/wizard.c
733         * src/common/plugin.c
734                 Prepare infra to load predefined plugins when
735                 no configuration existed. Don't actually load
736                 anything yet (feat. freeze)
737
738 2006-09-21 [wwp]        2.4.0cvs208
739
740         * manual/fr/faq.xml
741                 Partial sync w/ 2.4.0cvs72:
742                 wrap file and minor updates.
743
744 2006-09-21 [wwp]        2.4.0cvs207
745
746         * tools/fix_date.sh
747                 several fixes and enhancements. A new --force switch has been
748                 added to prevent overriding by default Date: header when
749                 already existing.
750
751 2006-09-21 [paul]       2.4.0cvs206
752
753         * src/common/utils.c
754                 add Chinese UTF8 Re prefix
755
756 2006-09-21 [wwp]        2.4.0cvs205
757
758         * tools/Makefile.am
759                 Fics alfabettical order.
760
761 2006-09-21 [wwp]        2.4.0cvs204
762
763         * tools/fix_date.sh
764         * tools/Makefile.am
765                 Added an action tool to fix missing Date field in emails.
766                 Updated Makefile.am to reflect those last two additions.
767
768 2006-09-21 [wwp]        2.4.0cvs203
769
770         * tools/uuooffice
771                 Added a action tool to open uuencoded docs w/
772                 OpenOffice (based on uudec method).
773
774 2006-09-21 [colin]      2.4.0cvs202
775
776         * src/compose.c
777         * src/textview.c
778                 Workaround possible GTK crash: remove selection 
779                 clipboard before destroying widget, or GTK+-2.10
780                 dies. Thanks to Hiro.
781
782 2006-09-20 [colin]      2.4.0cvs201
783
784         * src/compose.c
785                 Fix free-after-use in some cases (when 
786                 procmime_encode_content() frees mimeinfo->data.mem
787                 and turns it to a temp file)
788
789 2006-09-20 [colin]      2.4.0cvs200
790
791         * src/folderview.c
792         * src/summaryview.c
793         * src/gtk/gtksctree.c
794         * src/gtk/gtksctree.h
795                 Add tooltips in the folderview and summaryview
796                 (Doesn't break string freeze as they already
797                 exist)
798         * src/toolbar.c
799                 Put the spam button in the default configuration
800                 if compiled with bogo plugin too
801
802 2006-09-19 [colin]      2.4.0cvs199
803
804         * src/summaryview.c
805         * src/summaryview.h
806                 Update folder name label on folder rename
807         * src/prefs_matcher.c
808         * src/gtk/logwindow.h
809                 Fix warnings
810                 Patches by Fabien
811
812 2006-09-19 [wwp]        2.4.0cvs198
813
814         * src/summary_search.c
815                 fix can't click forward/backward buttons in the
816                 search messages.
817
818 2006-09-18 [paul]       2.4.0cvs197
819
820         * src/wizard.c
821                 add missing bracket, capitalise the A of
822                 'SpamAssassin'
823
824 2006-09-18 [paul]       2.4.0cvs196
825
826         * src/compose.c
827                 fix bug 1012 'crashed upon sending mail
828                 from compose window'
829                 Thanks to Colin
830
831 2006-09-16 [colin]      2.4.0cvs195
832
833         * src/folderview.c
834                 Fix "real-time" sorting by freezing/thawing
835
836 2006-09-16 [colin]      2.4.0cvs194
837
838         * manual/faq.xml
839                 Fix the anti-spam entry a bit
840
841 2006-09-16 [colin]      2.4.0cvs193
842
843         * src/wizard.c
844                 Make sure reviewers have no excuse when stating
845                 Sylpheed-Claws doesn't have antispam capabilities.
846
847 2006-09-16 [colin]      2.4.0cvs192
848
849         * src/main.c
850                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
851                 as if the SIGPIPE comes from etpan's thread we could
852                 trigger a GUI update from this thread.
853
854 2006-09-16 [colin]      2.4.0cvs191
855
856         * src/summaryview.c
857                 Init all members of the struct
858
859 2006-09-16 [paul]       2.4.0cvs190
860
861         * src/account.c
862                 improvements to the English
863
864 2006-09-15 [colin]      2.4.0cvs189
865
866         * src/summaryview.c
867                 HIG order on dialog
868
869 2006-09-14 [colin]      2.4.0cvs188
870
871         * src/common/socket.c
872         * src/common/socket.h
873         * src/common/ssl.c
874         * src/common/ssl_certificate.c
875         * src/common/ssl_certificate.h
876         * src/etpan/imap-thread.c
877                 the get_fqdn() call done to get canonical name when
878                 checking an SSL certificate is blocking, which is
879                 sad as we just did a non-blocking lookup to connect.
880                 Fix that by letting the fqdn available to the SockInfo,
881                 and use that in ssl_certificate_check(). For IMAP,
882                 we don't do it as the lookup's done by libetpan, but
883                 it's less annoying as IMAP connections as much more
884                 rare than POP3 connections.
885
886 2006-09-14 [paul]       2.4.0cvs187
887
888         * manual/advanced.xml
889                 improvements to the English,
890                 properly place the new hidden options
891                 within the alphabetical order
892         * src/gtk/pluginwindow.c
893                 improvements to the English
894
895 2006-09-14 [colin]      2.4.0cvs186
896
897         * src/prefs_common.c
898         * src/prefs_common.h
899         * src/gtk/gtksctree.c
900         * manual/advanced.xml
901                 New hidden pref, stripes_color_offset, to change
902                 the value added/substracted to normal bgcolor to
903                 create the stripes in summaries
904
905 2006-09-13 [colin]      2.4.0cvs185
906
907         * src/gedit-print.c
908         * src/messageview.c
909         * src/messageview.h
910         * src/summaryview.c
911         * src/textview.c
912                 Fix misc. printing issues: 
913                 - Bad font for linkified headers
914                 - Different font if the mail was displayed or not
915                 - Factorize the thing
916
917 2006-09-13 [colin]      2.4.0cvs184
918
919         * src/common/ssl_certificate.c
920                 Only get FQDN once when checking certificate
921
922 2006-09-13 [colin]      2.4.0cvs183
923
924         * src/account.c
925         * src/gtk/pluginwindow.c
926                 Misc. GUI fixes by Fabien
927
928 2006-09-13 [wwp]        2.4.0cvs182
929
930         * configure.ac
931         * src/common/utils.h
932         * src/common/utils.c
933                 get rid of unused wide-char functions.
934
935 2006-09-13 [wwp]        2.4.0cvs181
936
937         * src/plugins/pgpinline/sylpheed.def
938         * src/textview.c
939                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
940                 add privacy_reset_error to the .def file,
941                 do not fork for an external textviewer.
942
943 2006-09-13 [wwp]        2.4.0cvs180
944
945         * src/prefs_common.c
946                 fix broken font entry in prefs (patch issued by the gpg4win team,
947                 probably by Marcus Brinkmann <marcus@g10code.de>).
948
949 2006-09-13 [colin]      2.4.0cvs179
950
951         * src/folder.h
952                 Fix a warning in summaryview.c
953         * src/mainwindow.c
954         * src/summaryview.c
955         * src/summaryview.h
956                 Add missing Mark/* elements in the
957                 main menu
958
959 2006-09-12 [colin]      2.4.0cvs178
960
961         * src/prefs_actions.c
962         * src/prefs_filtering_action.c
963         * src/prefs_matcher.c
964                 Use (New) instead of New everywhere
965
966 2006-09-12 [wwp]        2.4.0cvs177
967
968         * manual/fr/addrbook.xml
969         * manual/fr/handling.xml
970                 updated some quotes in the fr manual to match the fr translation.
971
972 2006-09-12 [wwp]        2.4.0cvs176
973
974         * src/prefs_matcher.c
975                 don't store translated string elements in matcher expressions.
976                 Also fixed a misused of Q_().
977
978 2006-09-11 [wwp]        2.4.0cvs175
979
980         * src/plugins//bogofilter/bogofilter.c
981         * src/plugins//clamav/clamav_plugin.c
982         * src/plugins//demo/demo.c
983         * src/plugins//dillo_viewer/dillo_viewer.c
984         * src/plugins//pgpcore/plugin.c
985         * src/plugins//pgpinline/plugin.c
986         * src/plugins//pgpmime/plugin.c
987         * src/plugins//spamassassin/spamassassin.c
988                 gettext-ize more strings (mostly plugin error messages).
989
990 2006-09-11 [colin]      2.4.0cvs174
991
992         * src/alertpanel.c
993                 Make maximum buffer size bigger to avoid
994                 truncating translated messages. Patch by
995                 Fabien
996
997 2006-09-11 [colin]      2.4.0cvs173
998
999         * src/etpan/imap-thread.c
1000                 Fix compilation on OpenBSD, thanks to 
1001                 Landry
1002
1003 2006-09-10 [wwp]        2.4.0cvs172
1004
1005         * manual/account.xml
1006         * manual/addrbook.xml
1007         * manual/handling.xml
1008         * manual/es/handling.xml
1009         * manual/fr/account.xml
1010         * manual/fr/addrbook.xml
1011         * manual/fr/handling.xml
1012                 documented addressbook matching (condition configuration):
1013                   addrbook.xml, en fr
1014                 documented per-account filtering rules (handling/filtering
1015                   section, account section):
1016                   account.xml, handling.xml, en fr
1017                 slightly updated the handling/searching section to tell few
1018                   words about the extended search ability:
1019                   handling.xml, en fr
1020                 added missing <quote></quotes> to Quick Search:
1021                   handling.xml, en fr es
1022                 fixed a typo (auomatically):
1023                   handling.xml, en
1024                 changes revisited by Paul.
1025
1026 2006-09-10 [paul]       2.4.0cvs171
1027
1028         * src/prefs_actions.c
1029         * src/prefs_filtering.c
1030         * src/prefs_template.c
1031                 adjustments to the gui
1032                 Patch by Fabien Vantard (slightly modified)
1033
1034 2006-09-10 [colin]      2.4.0cvs170
1035
1036         * src/summaryview.c
1037                 Check folderitem/summaryview consistency
1038                 (basically automates Update summary). Fixes
1039                 #1011 (wrong (negative) count on unread 
1040                 messages)
1041
1042 2006-09-10 [colin]      2.4.0cvs169
1043
1044         * src/gtk/gtksctree.c
1045                 Fix recursive expansion via mouse
1046         * src/plugins/bogofilter/bogofilter.c
1047                 Use normal filtering way of moving
1048                 messages (batching), possibly fixing
1049                 bug #1015 (Bogofilter plugin doubles 
1050                 new messages)
1051
1052 2006-09-09 [wwp]        2.4.0cvs168
1053
1054         * src/prefs_filtering.c
1055                 better place for this fix.
1056
1057 2006-09-09 [wwp]        2.4.0cvs167
1058
1059         * src/prefs_filtering.c
1060                 fix a minor bug when the enabled status of a filtering/processing
1061                 rule always got set to TRUE when replacing this rule. That still
1062                 make sense when adding a new rule, but now when replacing, we
1063                 don't override the value of 'enabled'.
1064                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1065                 to prefs_filtering_list_view_get_info() as this function not only
1066                 returns the name, but also the account_id and the enabled status.
1067
1068 2006-09-09 [mones]      2.4.0cvs166
1069
1070         * manual/glossary.xml
1071         * manual/plugins.xml
1072                 Minor format corrections
1073         * manual/gpl.xml
1074                 Fix misplaced NO WARRANTY section
1075         * manual/es/advanced.xml
1076         * manual/es/faq.xml
1077         * manual/es/glossary.xml
1078         * manual/es/gpl.xml
1079         * manual/es/handling.xml
1080         * manual/es/plugins.xml
1081         * manual/es/starting.xml
1082                 Incorporate changes from English version
1083         * manual/fr/ack.xml
1084         * manual/pl/ack.xml
1085         * manual/es/ack.xml
1086                 Fix address, (add translation credits in es version)
1087         * po/es.po
1088                 Updated translation
1089
1090 2006-09-09 [wwp]        2.4.0cvs165
1091
1092         * src/prefs_filtering.c
1093                 fix a crash when opening filtering prefs, if matcherrc file contains
1094                 broken data (non-existing account id, which is theoretically not
1095                 possible).
1096
1097 2006-09-08 [colin]      2.4.0cvs164
1098
1099         * src/folder.c
1100                 Wrong assert, make it an if()
1101         * src/gtk/gtksctree.c
1102                 Fix bug #1013 (expand selected thread 
1103                 tree) - expanding is now recursive
1104
1105 2006-09-07 [wwp]        2.4.0cvs163
1106
1107         * src/prefs_matcher.c
1108                 make better sentences about addressbook matching in the
1109                 matcher prefs. This should make translators' work easier
1110                 too.
1111
1112 2006-09-07 [wwp]        2.4.0cvs162
1113
1114         * src/prefs_filtering.c
1115                 code simplification (get rid of dup var. assignment).
1116
1117 2006-09-07 [wwp]        2.4.0cvs161
1118
1119         * src/summaryview.c
1120                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1121                 <fzzzzz@gmail.com>.
1122
1123 2006-09-07 [paul]       2.4.0cvs160
1124
1125         * src/mimeview.c
1126                 fix compilation warnings
1127                 Thanks to Colin
1128
1129 2006-09-07 [paul]       2.4.0cvs159
1130
1131         * src/mimeview.c
1132                 select the mimepart icon when
1133                 displaying as text
1134                 Thanks to Colin
1135
1136 2006-09-06 [paul]       2.4.0cvs158
1137
1138         * src/prefs_filtering.c
1139                 fix labels and table element spacing
1140                 Patch by Fabien Vantard
1141
1142 2006-09-06 [paul]
1143
1144         2.5.0-rc3 released
1145
1146 2006-09-06 [paul]       2.4.0cvs157
1147
1148         * manual/es/advanced.xml
1149                 fix typo
1150
1151 2006-09-06 [wwp]        2.4.0cvs156
1152
1153         * src/mainwindow.c
1154                 fix an dup launch issue when iconified, thanks to Colin.
1155
1156 2006-09-06 [wwp]        2.4.0cvs155
1157
1158         * src/gtk//gtksctree.h
1159                 oops, forgot that one!
1160
1161 2006-09-06 [wwp]        2.4.0cvs154
1162
1163         * manual/pl/advanced.xml
1164         * manual/advanced.xml
1165         * manual/es/advanced.xml
1166         * manual/fr/advanced.xml
1167         * src/prefs_customheader.c
1168         * src/prefs_filtering_action.c
1169         * src/foldersel.c
1170         * src/prefs_summaries.c
1171         * src/prefs_filtering.c
1172         * src/account.c
1173         * src/compose.c
1174         * src/prefs_summary_column.c
1175         * src/addr_compl.c
1176         * src/prefs_actions.c
1177         * src/prefs_folder_column.c
1178         * src/ssl_manager.c
1179         * src/prefs_template.c
1180         * src/prefs_display_header.c
1181         * src/prefs_common.h
1182         * src/prefs_matcher.c
1183         * src/prefs_common.c
1184         * src/prefs_toolbar.c
1185         * src/summaryview.c
1186         * src/folderview.c
1187         * src/gtk/gtksctree.c
1188         * src/gtk/pluginwindow.c
1189         * src/gtk/progressdialog.c
1190         * src/gtk/prefswindow.c
1191                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1192                 to make its meaning more obvious (all versions of the manual reflect
1193                 the change).
1194                 added an extra hidden option use_stripes_in_summary to allow
1195                 discarding these stripes in mainwindow's folder and message lists;
1196                 en and fr manuals only are OK towards this.
1197
1198 2006-09-06 [colin]      2.4.0cvs153
1199
1200         * src/textview.c
1201                 Hide Sylpheed-Claws' internal queue headers
1202                 when showing all headers. They'll be present
1203                 only in Source window.
1204
1205 2006-09-05 [colin]      2.4.0cvs152
1206
1207         * src/plugins/trayicon/trayicon.c
1208                 Fix crash at exit - we have to disconnect
1209                 our handlers
1210         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1211                 Update eggtrayicon - patch adapted from a
1212                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1213                 on Sylpheed's ML
1214
1215 2006-09-05 [colin]      2.4.0cvs151
1216
1217         * src/mainwindow.c
1218         * src/gtk/logwindow.c
1219                 Fix race condition when something writes
1220                 to the log too soon during init. Thanks
1221                 to Fabien Vantard
1222
1223 2006-09-05 [colin]      2.4.0cvs150
1224
1225         * src/mimeview.c
1226                 Don't select part on right-click either
1227
1228 2006-09-05 [paul]       2.4.0cvs149
1229
1230         * src/mimeview.c
1231                 completion of previous commit
1232                 Thanks to Colin
1233
1234 2006-09-05 [colin]      2.4.0cvs148
1235
1236         * src/mimeview.c
1237                 Don't force selection on middle-click, just open
1238
1239 2006-09-04 [colin]      2.4.0cvs147
1240
1241         * src/mimeview.c
1242                 Looks like gtk_notebook_set_current_page()
1243                 sometimes steals focus, and this annoys us
1244                 in MimeViewers as it renders navigation
1245                 keys useless. Take back focus after switching
1246                 pages.
1247
1248 2006-09-04 [colin]      2.4.0cvs146
1249
1250         * src/messageview.c
1251                 Set stop_loading when clicking on Next
1252                 during load. Don't add a callback to 
1253                 avoid over-complicating things.
1254
1255 2006-09-04 [colin]      2.4.0cvs145
1256
1257         * src/mimeview.c
1258         * src/messageview.c
1259                 Fix multiple loads in separate messageview
1260
1261 2006-09-04 [colin]      2.4.0cvs144
1262
1263         * src/summaryview.c
1264                 Let navigation keys be handled during 
1265                 load
1266
1267 2006-09-04 [colin]      2.4.0cvs143
1268
1269         * src/messageview.c
1270         * src/summaryview.c
1271         * src/textview.c
1272         * src/textview.h
1273                 Make loading of huge mails (lots of text and/or
1274                 images) cancellable, so the GUI doesn't block 
1275
1276 2006-09-04 [colin]      2.4.0cvs142
1277
1278         * src/plugins/trayicon/trayicon.c
1279                 Fix annoyance when removing a folder with 
1280                 unread mails: trayicon didn't update
1281
1282 2006-09-04 [paul]       2.4.0cvs141
1283
1284         * src/gtk/icon_legend.c
1285                 straighten up columns
1286                 Patch by Fabien Vantard
1287
1288 2006-09-04 [wwp]        2.4.0cvs140
1289
1290         * src/prefs_filtering.c
1291                 fix new line's account name in filtering prefs:
1292                 was "All", is now "(New)".
1293
1294 2006-09-04 [paul]       2.4.0cvs139
1295
1296         * tools/make.themes.project
1297                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1298                 instead of homebrewed "make release"
1299
1300 2006-09-03 [colin]      2.4.0cvs138
1301
1302         * src/folderview.c
1303                 Fix bug #1007 (Wrong folder highlighted)
1304
1305 2006-09-03 [colin]      2.4.0cvs137
1306
1307         * src/compose.c
1308                 Don't set Newsgroup: header to a mail folder
1309                 path
1310
1311 2006-09-03 [paul]       2.4.0cvs136
1312
1313         * src/prefs_other.c
1314         * src/prefs_spelling.c
1315                 unify the gui
1316
1317 2006-09-03 [paul]       2.4.0cvs135
1318
1319         * src/prefs_summaries.c
1320                 correct menu item text in prefs_keybind_apply_clicked()
1321
1322 2006-09-03 [paul]       2.4.0cvs134
1323
1324         * manual/advanced.xml
1325                 some improvements to the descriptions
1326         * src/mainwindow.c
1327         * src/messageview.c
1328         * src/summaryview.c
1329         * src/gtk/menu.c
1330                 fix menu sensitivity issues
1331         * src/prefs_message.c
1332                 drop the useless word 'short'
1333         * src/prefs_other.c
1334                 add the word 'lines' indicating log length
1335                 is a measure of lines
1336         * src/textview.c
1337                 fix compilation warnings
1338
1339 2006-09-02 [colin]      2.4.0cvs133
1340
1341         * src/messageview.c
1342                 Display a special return-receipt message
1343                 if the message is from the user
1344         * src/summaryview.c
1345                 Fix missing freeze of the list when marking
1346                 all read and unthreading for exec. Thanks
1347                 to Stephan Sachse.
1348
1349 2006-09-02 [paul]       2.4.0cvs132
1350
1351         * src/mainwindow.c
1352         * src/prefs_message.c
1353         * src/summaryview.c
1354                 fix some english
1355
1356 2006-09-02 [wwp]        2.4.0cvs131
1357
1358         * src/prefs_filtering.c
1359                 added an account name column to the filtering rules
1360                 dialog.
1361
1362 2006-09-02 [colin]      2.4.0cvs130
1363
1364         * src/gtk/logwindow.c
1365         * src/gtk/logwindow.h
1366                 Block scrolling if we're not at the end
1367                 of the log
1368
1369 2006-09-02 [colin]      2.4.0cvs129
1370
1371         * src/folder.c
1372                 Make sure account-specific rules can't
1373                 be used in {pre-,post-,}processing
1374         * src/mainwindow.c
1375         * src/gtk/logwindow.c
1376         * src/gtk/logwindow.h
1377                 Jump to last error when clicking on the
1378                 warning icon
1379
1380 2006-09-02 [colin]      2.4.0cvs128
1381
1382         * src/imap.c
1383         * src/import.c
1384         * src/mainwindow.c
1385         * src/mainwindow.h
1386                 Fix warning icon
1387         * src/inc.c
1388         * src/mbox.c
1389         * src/mbox.h
1390                 Let proc_mbox know its account, for
1391                 account-specific rules
1392
1393 2006-09-01 [colin]      2.4.0cvs127
1394
1395         * src/codeconv.c
1396                 Don't uselessly use iconv to convert from
1397                 us-ascii
1398         * src/alertpanel.c
1399         * src/mainwindow.c
1400         * src/mainwindow.h
1401         * src/inc.c
1402                 Fix certain log cases, disable warning icon
1403                 for now, the correct way to display it when
1404                 necessary and only when necessary is probably
1405                 to do it manually rather than use error logs
1406         * src/etpan/imap-thread.c
1407                 Clean up UID logging a bit
1408         * src/gtk/logwindow.c
1409         * src/gtk/logwindow.h
1410                 Make logging faster when the window's closed
1411
1412 2006-09-01 [wwp]        2.4.0cvs126
1413
1414         * manual/fr/account.xml
1415                 reflect changes to the ref. manual (parts of cvs72):
1416                 fix tabnames and quotes.
1417
1418 2006-09-01 [wwp]        2.4.0cvs125
1419
1420         * manual/fr/plugins.xml
1421                 reflect changes to the reference manual (cvs42):
1422                 update IRC channel info.
1423
1424 2006-09-01 [wwp]        2.4.0cvs124
1425
1426         * commitHelper
1427                 use CVSEDITOR env. var. if set, according to `man cvs`.
1428
1429 2006-09-01 [wwp]        2.4.0cvs123
1430
1431         * manual/advanced.xml
1432                 better sentence again (thanks to Paul).
1433
1434 2006-09-01 [wwp]        2.4.0cvs122
1435
1436         * manual/advanced.xml
1437         fix definition of toolbar_detachable and rework a bit the one of
1438         enable_dotted_lines.
1439
1440 2006-09-01 [mones]      2.4.0cvs121
1441
1442         * manual/advanced.xml
1443                 Document enable_dotted_lines
1444
1445 2006-09-01 [paul]       2.4.0cvs120
1446
1447         * src/folderview.c
1448         * src/folderview.h
1449         * src/imap.c
1450         * src/mainwindow.c
1451         * src/summaryview.c
1452                 obey the 'When entering folder...' option
1453                 when using the /View/Go to/... menu items
1454                 Thanks to Colin
1455
1456 2006-08-31 [colin]      2.4.0cvs119
1457
1458         * src/folderview.c
1459                 Revert 2.4.0cvs116, wrong fix.
1460
1461 2006-08-31 [colin]      2.4.0cvs118
1462
1463         * src/gtk/gtksctree.c
1464                 Better state the various copyrights
1465
1466 2006-08-31 [colin]      2.4.0cvs117
1467
1468         * src/prefs_common.c
1469                 fix enable_dotted_lines
1470
1471 2006-08-31 [colin]      2.4.0cvs116
1472
1473         * src/folderview.c
1474                 Use pref "Always open on select" when going
1475                 to next unread folder
1476         * src/gtk/gtksctree.c
1477                 Fix link failure to _gtk_clist_create_cell_layout
1478                 on certain computers. (Why not mine, I wonder)
1479
1480 2006-08-31 [colin]      2.4.0cvs115
1481
1482         * src/procmsg.c
1483         * src/textview.c
1484         * src/plugins/bogofilter/bogofilter.c
1485         * src/plugins/spamassassin/spamassassin.c
1486                 Requalify some "errors" to warnings
1487         * src/mainwindow.c
1488         * src/mainwindow.h
1489         * src/statusbar.c
1490                 Add an icon in the statusbar to notify
1491                 of errors
1492         * src/gtk/gtksctree.c
1493         * src/folderview.c
1494         * src/summaryview.c
1495                 Make the GtkSCTree look more modern by
1496                 alternating background lines
1497         * src/prefs_common.c
1498         * src/prefs_common.h
1499                 Add a pref to let people have the old
1500                 way if they prefer
1501
1502
1503 2006-08-30 [colin]      2.4.0cvs114
1504
1505         * src/procmsg.c
1506         * src/procmsg.h
1507                 Provide a way to filter a list of
1508                 messages in an optimised manner, and
1509                 add a list-filtering hook
1510         * src/folder.c
1511         * src/inc.c
1512         * src/mbox.c
1513                 Use the list filtering
1514         * src/plugins/bogofilter/bogofilter.c
1515                 Use the list-filtering hook
1516                 Use -b (bulk) mode for more speed
1517                 when learning and filtering
1518         * src/etpan/imap-thread.c
1519                 Make log output shorter in UID SEARCH
1520
1521
1522 2006-08-30 [colin]      2.4.0cvs113
1523
1524         * src/plugins/bogofilter/bogofilter.c
1525                 Really fast mass learning - thanks to David
1526                 Relson for the options explanations :)
1527
1528 2006-08-30 [colin]      2.4.0cvs112
1529
1530         * src/msgcache.c
1531                 Fix compilation on FreeBSD. Thanks
1532                 to Michael Hugues
1533
1534 2006-08-29 [colin]      2.4.0cvs111
1535
1536         * src/folderview.c
1537                 Handle "popup_menu" signal (for popping the 
1538                 menu via the keyboard)
1539         * src/mimeview.c
1540         * src/mimeview.h
1541         * src/summaryview.c
1542         * src/textview.c
1543         * src/gtk/gtkutils.c
1544         * src/gtk/gtkutils.h
1545                 Factorize scrolling code, and add an API 
1546                 for MimeViewers to handle scroll orders
1547
1548 2006-08-29 [wwp]        2.4.0cvs110
1549
1550         * src/plugins//bogofilter/bogofilter.c
1551         * src/plugins//spamassassin/spamassassin.c
1552                 make the bogofilter/spamassassin filtering error dialogs at
1553         incorporation obey to the "don't popup error dialog on
1554         receive error" option. If disabled, feed the log window w/
1555         the error message.
1556
1557 2006-08-29 [paul]
1558
1559         2.5.0-rc2 released
1560
1561 2006-08-29 [paul]       2.4.0cvs109
1562
1563         * Makefile.am
1564                 remove 'make release', it's not needed
1565                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1566
1567 2006-08-29 [paul]       2.4.0cvs108
1568
1569         * src/foldersel.c
1570         * src/summary_search.c
1571         * src/gtk/progressdialog.c
1572         * src/plugins/pgpcore/passphrase.c
1573                 replace deprecated gtk_window_set_policy()
1574
1575 2006-08-29 [colin]      2.4.0cvs107
1576
1577         * src/folder.c
1578                 Fix data loss when copy fails during a move:
1579                 only use fast remove_msgs if everything was
1580                 copied OK; else use slow remove_msg on the
1581                 mails that got copied only.
1582
1583 2006-08-28 [paul]       2.4.0cvs106
1584
1585         * src/mh.c
1586                 revert change in 2.4.0cvs104, it breaks
1587                 stuff
1588
1589 2006-08-28 [paul]       2.4.0cvs105
1590
1591         * src/plugins/spamassassin/spamassassin.c
1592                 english fix
1593
1594 2006-08-28 [paul]       2.4.0cvs104
1595
1596         * src/mh.c
1597                 fix data loss when moving to another
1598                 mailbox fails
1599         * src/prefs_spelling.c
1600                 improve the english
1601         * src/gtk/pluginwindow.c
1602                 improve the layout of the dialog text
1603         All thanks to Colin
1604
1605 2006-08-28 [paul]       2.4.0cvs103
1606
1607         * src/plugins/bogofilter/bogofilter.c
1608         * src/plugins/bogofilter/bogofilter_gtk.c
1609                 fix english up a bit, innit
1610
1611 2006-08-28 [paul]       2.4.0cvs102
1612
1613         * configure.ac
1614         * po/Makefile.in.in
1615         * po/Makevars
1616                 require autoconf 2.60, enabling building
1617                 with gettext 0.15 (gettext 0.14.x build still
1618                 possible). Replace Makefiles with versions
1619                 from gettext 0.15.
1620                 Remove configure options --with-localedir and
1621                 --with-mandir. The options that are provided
1622                 directly by autoconf 2.60 can be used instead:
1623                 --mandir --localedir
1624
1625 2006-08-27 [colin]      2.4.0cvs101
1626
1627         * src/plugins/bogofilter/Makefile.am
1628                 Fix make dist (no README)
1629
1630 2006-08-27 [colin]      2.4.0cvs100
1631
1632         * src/folder.c
1633                 Don't use F_UNKNOWN folders for any default
1634                 outbox/trash/etc
1635         * src/plugins/bogofilter/bogofilter.c
1636         * src/plugins/bogofilter/bogofilter.h
1637         * src/plugins/bogofilter/bogofilter_gtk.c
1638                 Add an option to specify the path to bogofilter
1639                 Use single-quotes to be able to learn in folders
1640                 with spaces in their names
1641                 Verify learning status
1642
1643 2006-08-27 [colin]      2.4.0cvs99
1644
1645         * manual/faq.xml
1646         * manual/plugins.xml
1647                 Document Bogofilter plugin
1648
1649 2006-08-27 [colin]      2.4.0cvs98
1650
1651         * src/compose.c
1652         * src/messageview.c
1653         * src/procmsg.c
1654         * src/procmsg.h
1655                 When possible, copy the queued mail to sent folder
1656                 instead of re-adding. Much faster on IMAP.
1657
1658 2006-08-27 [colin]      2.4.0cvs97
1659
1660         * src/msgcache.c
1661                 Disable mmaped caches - huge metadata loss
1662                 here after a power failure.
1663         * src/summaryview.c
1664                 Add quicksearch timing
1665         * src/common/plugin.c
1666         * src/common/plugin.h
1667                 Implement an interface to tell what plugins
1668                 provide. Prevent loading of similar plugins.
1669         * src/plugins/clamav/clamav_plugin.c
1670         * src/plugins/demo/demo.c
1671         * src/plugins/dillo_viewer/dillo_viewer.c
1672         * src/plugins/pgpcore/plugin.c
1673         * src/plugins/pgpinline/pgpinline.c
1674         * src/plugins/pgpmime/pgpmime.c
1675         * src/plugins/spamassassin/spamassassin.c
1676         * src/plugins/trayicon/trayicon.c
1677                 Implement plugin_provides()
1678
1679 2006-08-27 [colin]      2.4.0cvs96
1680
1681         * configure.ac
1682         * src/plugins/Makefile.am
1683         * src/plugins/bogofilter/.cvsignore
1684         * src/plugins/bogofilter/Makefile.am
1685         * src/plugins/bogofilter/bogofilter.c
1686         * src/plugins/bogofilter/bogofilter.h
1687         * src/plugins/bogofilter/bogofilter_gtk.c
1688                 New Bogofilter plugin, provides filtering and
1689                 learning. Spamassassin will go to extra plugins.
1690
1691 2006-08-26 [mones]      2.4.0cvs95
1692
1693         * manual/handling.xml
1694                 Fix subfolder path in the example (thanks to Paul) 
1695
1696 2006-08-26 [mones]      2.4.0cvs94
1697
1698         * manual/glossary.xml
1699                 2.2. + add ISP to the glossary
1700                 7.5. + Add UIDL to glossary
1701                 7.7. + Add TCP to glossary
1702         * manual/handling.xml
1703                 7.1. + Mentions GNU/Linux distribution, what about the non...
1704                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1705                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1706                 7.4. = Use appropriate quotation for commands
1707                 7.6. = change "" to <quote></quote>
1708         * manual/plugins.xml
1709                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1710         * manual/starting.xml
1711                 2.1. + local mbox file: some examples of mbox file locations...
1712                 Also reformatted files requiring it
1713
1714 2006-08-26 [wwp]        2.4.0cvs93
1715
1716         * src/summary_search.c
1717                 disable find buttons while summary search is running.
1718
1719 2006-08-25 [colin]      2.4.0cvs92
1720
1721         * src/folder.c
1722         * src/folderutils.c
1723         * src/mh.c
1724         * src/procmsg.h
1725         * src/summaryview.c
1726                 Speed up MH moving, and add progressbar
1727                 for MH deletion
1728         * src/msgcache.c
1729                 Write cache files using mmap() too
1730
1731 2006-08-25 [wwp]        2.4.0cvs91
1732
1733         * src/summaryview.c
1734                 switch spam<->ham button when a message has been marked as spam or ham
1735                 and is still selected. Thanks to Colin.
1736
1737 2006-08-25 [paul]       2.4.0cvs90
1738
1739         * src/Makefile.am
1740         * src/stock_pixmap.c
1741         * src/stock_pixmap.h
1742         * src/summaryview.c
1743         * src/gtk/icon_legend.c
1744         * src/pixmaps/copied.xpm
1745         * src/pixmaps/moved.xpm
1746                 add icons for delayed execution marked for
1747                 copying, marked for moving
1748
1749 2006-08-25 [mones]      2.4.0cvs89
1750
1751         * manual/glossary.xml
1752                 Fix the other glossary items:
1753                 5.1. = Inmmediate execution -> <quote>immediate execution...
1754                 5.2. = Fix MBOX capitalization -> Mbox
1755                 5.3. + Improve Plugins def. w/ tech. ref.
1756                 5.4. = Quotation -> replace '>' by <quote>></quote>
1757                 5.5. - SMTP Server. -> remove dot
1758         * po/es.po
1759                 Updated translation
1760
1761 2006-08-25 [mones]      2.4.0cvs88
1762
1763         * manual/ack.xml
1764                 Reformatted, changed email address
1765         * manual/glossary.xml
1766                 Reformatted, fixed MANUAL-TODO items:
1767                 8.2. + add ROT-13 to glossary
1768                 8.4. + add URL to glossary
1769         * manual/es/advanced.xml
1770                 Fixed <literal>s
1771
1772 2006-08-25 [paul]       2.4.0cvs87
1773
1774         * src/gtk/icon_legend.c
1775                 add 'marked for deletion' icon
1776                 arrange icons by containing column
1777                 wrap long label text
1778
1779 2006-08-25 [colin]      2.4.0cvs86
1780
1781         * src/common/utils.c
1782         * src/common/utils.h
1783                 Add the sc_g_*list_bigger functions in
1784                 a place everyone can use it
1785         * src/summaryview.c
1786                 Only freeze/thaw the list when working
1787                 on the selection, if it's bigger than 1
1788         * src/gtk/gtksctree.c
1789                 Only freeze/thaw the list when unselec-
1790                 ting 'all' if ('all' != 1)
1791                 This avoids some flickering
1792
1793 2006-08-24 [colin]      2.4.0cvs85
1794
1795         * src/addressbook.c
1796                 Fix strange list selection
1797                 Fix random seg (Invalid read of freed memory)
1798
1799 2006-08-24 [colin]      2.4.0cvs84
1800
1801         * src/alertpanel.c
1802         * src/gtk/inputdialog.c
1803         * src/plugins/pgpcore/passphrase.c
1804                 Revert minimal width patch of 2.4.0cvs67,
1805                 as it is also a maximal width. Use 
1806                 gtk_window_set_default_size instead.
1807
1808 2006-08-24 [colin]      2.4.0cvs83
1809
1810         * src/msgcache.c
1811                 Write cache/mark to temp files before
1812                 overwriting old ones (avoids metadata
1813                 loss if writing the new files fail).
1814                 Use mmap() to read cache/mark file, as
1815                 this makes cache reading faster. Dis-
1816                 abled for big-endian machines until it
1817                 can be tested. (Big-endian users: set
1818                 msgcache_use_mmap = TRUE in the relevant
1819                 #if).
1820         * src/procmsg.h
1821                 Move rarely used fields of MsgInfo in 
1822                 another structure, which will only be
1823                 allocated if needed. Face, X-Face,
1824                 Return receipt headers and List-*
1825                 headers are moved. Mails having none
1826                 of these occupy 52 bytes less with
1827                 this patch, which makes 2.5MB of RAM
1828                 saved on a 50k folder).
1829         * src/headerview.c
1830         * src/mainwindow.c
1831         * src/messageview.c
1832         * src/partial_download.c
1833         * src/procheader.c
1834         * src/procmsg.c
1835         * src/textview.c
1836                 Follow this structure change.
1837
1838 2006-08-24 [wwp]        2.4.0cvs82
1839
1840         * manual/es/.cvsignore
1841         * manual/es/dist/.cvsignore
1842         * manual/es/dist/html/.cvsignore
1843         * manual/es/dist/pdf/.cvsignore
1844         * manual/es/dist/ps/.cvsignore
1845         * manual/es/dist/txt/.cvsignore
1846                 more (generated) files to ignore.
1847
1848 2006-08-24 [colin]      2.4.0cvs81
1849
1850         * src/folder.c
1851         * src/mh.c
1852                 Fix possible problems with local delivery. Check the folder doesn't
1853                 need scan before setting its mtime when saving cache (which can be
1854                 done long after the folder's been modified by an external process);
1855                 Check that the stored item's mtime didn't change in mh functions.
1856
1857 2006-08-24 [mones]      2.4.0cvs80
1858
1859         * manual/advanced.xml
1860                 Rewrapping, some fixes and MANUAL-TODO items:
1861                 8.1. = change "" to <quote></quote>
1862                 8.3. = quote menu items
1863                 8.5. - deploying -> new user ... ideally a new user (redundant)
1864
1865 2006-08-23 [colin]      2.4.0cvs79
1866
1867         * src/gtk/gtksctree.c
1868                 When selecting or deselecting range, only
1869                 freeze/thaw when selection is bigger than 10
1870
1871 2006-08-23 [colin]      2.4.0cvs78
1872
1873         * src/messageview.c
1874         * src/mimeview.c
1875         * src/mimeview.h
1876         * src/plugins/dillo_viewer/dillo_viewer.c
1877                 Provide an API for MimeViewer plugins to
1878                 return a text selection for replying
1879
1880 2006-08-23 [colin]      2.4.0cvs77
1881
1882         * src/image_viewer.c
1883         * src/textview.c
1884                 Use gtk_pixbuf_new_from_file_at_scale(), which
1885                 is faster than getting the pixbuf then resizing
1886                 it.
1887
1888 2006-08-23 [colin]      2.4.0cvs76
1889
1890         * src/procmime.c
1891                 UTF-8 should be sent Quoted-printable
1892
1893 2006-08-22 [colin]      2.4.0cvs75
1894
1895         * src/mh.c
1896                 Check if scan is required before touching
1897                 the folder (or it'll be required every time)
1898
1899 2006-08-22 [colin]      2.4.0cvs74
1900
1901         * configure.ac
1902                 Require libetpan 0.46 (crasher fix when built
1903                 against gnutls)
1904
1905 2006-08-22 [colin]      2.4.0cvs73
1906
1907         * src/folder.c
1908                 Set folder's mtime after writing its
1909                 cache
1910         * src/folderview.c
1911                 Add some timing
1912         * src/procmsg.c
1913                 Don't do useless stuff if we don't 
1914                 thread by subject
1915         * src/summaryview.c
1916                 Add some timing, don't deselect prior
1917                 to selecting (gtksctree does it itself),
1918                 remove crash avoidance hacks as it's been
1919                 properly fixed since a while
1920         * src/common/utils.c
1921                 Optimize to_human_readable(): _() is slow,
1922                 do it only once, and avoid %f format for KB
1923                 (the most common in a summaryview)
1924         * src/gtk/gtksctree.c
1925                 Don't uselessly freeze/thaw (fixes flicker
1926                 on next unread and friends), reduce number
1927                 of g_list_nth/g_list_position where possible
1928         * src/gtk/gtkutils.c
1929         * src/gtk/gtkutils.h
1930                 Reduce number of g_list_nth/g_list_position
1931                 where possible.
1932                 All of this makes loading as 70k folder 2.1
1933                 seconds instead of 3.2 (with hot FS caches).
1934                 (1.3 seconds without Date and Size columns...)
1935
1936 2006-08-22 [paul]       2.4.0cvs72
1937
1938         wrap documents and do some items from mones' MANUAL-TODO:
1939
1940         * manual/account.xml
1941                 4.1. = fix tabname references to <quote>tabname</quote>
1942                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1943         * manual/faq.xml
1944                 1.1. = mentioned options don't match UI
1945                 Add information about the 'Never send Return Receipts'
1946                 option
1947         * manual/handling.xml
1948                 6.2. = Mentions Extended symbols button, but now is
1949                 named Information
1950                 6.3. = Mentions ... button, which is now Edit
1951
1952 2006-08-22 [colin]      2.4.0cvs71
1953
1954         * src/gtk/pluginwindow.c
1955                 Fix layout in verbose translations (such
1956                 as french)
1957
1958 2006-08-22 [paul]       2.4.0cvs70
1959
1960         * manual/Makefile.am
1961                 build manuals in alphabetical order
1962         * src/addressbook.c
1963         * src/prefs_themes.c
1964                 replace/remove deprecated symbols
1965         * src/gtk/gtkutils.c
1966                 fix a warning
1967         * src/gtk/pluginwindow.c
1968                 replace deprecated symbol
1969                 replace label text and move it
1970         * src/plugins/pgpcore/prefs_gpg.c
1971                 move the 'Generate...' button out of the
1972                 Sign Key frame, replace the English used
1973         * src/plugins/pgpcore/sgpgme.c
1974                 fixes to the English
1975
1976 2006-08-21 [colin]      2.4.0cvs69
1977
1978         * src/plugins/trayicon/trayicon.c
1979                 Add more strings for translation; patch
1980                 by Pawel
1981
1982 2006-08-21 [colin]      2.4.0cvs68
1983
1984         * src/compose.c
1985                 fix replied flag not set after drafting
1986         * src/matcher.c
1987                 fix body quicksearch in non-encoded bodies
1988                 containing '='
1989         * src/msgcache.c
1990                 Get rid of the g_malloc workaround for
1991                 corrupted caches, use g_try_malloc
1992
1993 2006-08-21 [colin]      2.4.0cvs67
1994
1995         * src/alertpanel.c
1996         * src/gtk/inputdialog.c
1997         * src/plugins/pgpcore/passphrase.c
1998                 Set minimal width to 375
1999         * src/mainwindow.c
2000                 Fix switching to offline, asking if it 
2001                 should be overriden for synchronising
2002         * src/mimeview.c
2003                 Don't offer to remember command on Open 
2004                 with for text parts, as the browser or 
2005                 text editor command isn't changed from 
2006                 there
2007
2008 2006-08-20 [paul]       2.4.0cvs66
2009
2010         * po/ko.po
2011         * po/zh_CN.po
2012                 fix plural form errors. revealed by stricter
2013                 checking of gettext 0.15
2014
2015 2006-08-18 [paul]       2.4.0cvs65
2016
2017         * src/stock_pixmap.c
2018                 fix the fix of 2.4.0cvs64
2019                 Thanks to Colin
2020
2021 2006-08-18 [paul]       2.4.0cvs64
2022
2023         * src/stock_pixmap.c
2024                 fix leaks
2025                 Thanks to Colin
2026
2027 2006-08-18 [paul]       2.4.0cvs63
2028
2029         * src/compose.c
2030         * src/procmsg.c
2031                 fix occasional IMAP bug where large msgs
2032                 were left in the queue folder after sending
2033                 Thanks to Colin
2034
2035 2006-08-18 [paul]       2.4.0cvs62
2036
2037         * src/folderview.c
2038                 freeze the summaryview while quicksearch results
2039                 are displayed
2040                 (fixes bug 456 'current message is hidden when the
2041                 view is refreshed and extended search is "unread 
2042                 messages"')
2043                 Thanks to Colin
2044         * src/textview.c
2045                 add missing #include "inputdialog.h"
2046         * src/common/utils.h
2047                 add missing mailcap_update_default() and improve
2048                 readability
2049
2050 2006-08-17 [colin]      2.4.0cvs61
2051
2052         * src/plugins/pgpcore/select-keys.c
2053                 Fix warnings :)
2054
2055 2006-08-17 [colin]      2.4.0cvs60
2056
2057         * src/compose.c
2058                 Don't continue queuing if Cancel is clicked
2059                 in select-keys
2060
2061 2006-08-17 [colin]      2.4.0cvs59
2062
2063         * src/plugins/pgpcore/select-keys.c
2064                 When encrypting, if only one key matches and it 
2065                 matches exactly, automatically use it.
2066
2067 2006-08-17 [colin]      2.4.0cvs58
2068
2069         * src/mimeview.c
2070         * src/prefs_common.c
2071         * src/prefs_common.h
2072         * src/prefs_ext_prog.c
2073         * src/textview.c
2074                 Fix issues with previous patch (text/html)
2075                 Remove outdated prefs
2076
2077 2006-08-17 [colin]      2.4.0cvs57
2078
2079         * src/imap.c
2080                 Add View Log button on auth error
2081         * src/procmsg.c
2082                 Fix encrypted mail marked as new when
2083                 saved in normal folders
2084         * src/plugins/pgpinline/pgpinline.c
2085                 Fix encrypt bug on IMAP
2086         * src/mimeview.c
2087         * src/common/utils.c
2088         * src/common/utils.h
2089         * src/gtk/inputdialog.c
2090         * src/gtk/inputdialog.h
2091                 Get rid of metamail stuff, simplify
2092                 opening, and allow remembering of user's
2093                 choices (by updating ~/.mailcap). There's
2094                 still to drop "Audio player" and "Image
2095                 viewer" preferences.
2096
2097 2006-08-17 [mones]      2.4.0cvs56
2098
2099         * manual/es/sylpheed-claws-manual.xml
2100                 fix DTD path
2101
2102 2006-08-17 [mones]      2.4.0cvs55
2103
2104         * configure.ac
2105         * manual/Makefile.am
2106         * manual/es/Makefile.am
2107         * manual/es/account.xml
2108         * manual/es/ack.xml
2109         * manual/es/addrbook.xml
2110         * manual/es/advanced.xml
2111         * manual/es/faq.xml
2112         * manual/es/glossary.xml
2113         * manual/es/gpl.xml
2114         * manual/es/handling.xml
2115         * manual/es/intro.xml
2116         * manual/es/keyboard.xml
2117         * manual/es/plugins.xml
2118         * manual/es/starting.xml
2119         * manual/es/sylpheed-claws-manual.xml
2120         * manual/es/dist/Makefile.am
2121         * manual/es/dist/html/Makefile.am
2122         * manual/es/dist/pdf/Makefile.am
2123         * manual/es/dist/ps/Makefile.am
2124         * manual/es/dist/txt/Makefile.am
2125                 Spanish translation for the manual
2126
2127 2006-08-16 [colin]      2.4.0cvs54
2128
2129         * src/compose.c
2130         * src/main.c
2131         * src/mainwindow.c
2132                 Fix send button sensitivity at startup
2133                 Set send menu sensitivity (patch by Fabien)
2134         * src/ssl_manager.c
2135                 Enable closing with esc (patch by Fabien)
2136         * src/gtk/foldersort.c
2137                 Enable closing with esc (patch by Fabien)
2138         * src/procmime.c
2139                 Optimisation (no need to copy to tempfile to
2140                 "decode" 7bit and 8bit)
2141         * src/summaryview.c
2142                 Fix cruft in swap_from case
2143         * src/textview.c
2144                 Fix missing last line in some mail cases 
2145                 (Fixes debian #381872)
2146         * src/plugins/pgpcore/prefs_gpg.c
2147         * src/plugins/pgpcore/sgpgme.c
2148         * src/plugins/pgpcore/sgpgme.h
2149                 Don't show "no key found" when user explicitely
2150                 wants to create a key
2151
2152 2006-08-16 [paul]       2.4.0cvs53
2153
2154         * configure.ac
2155         * src/account.c
2156         * src/addressbook.c
2157         * src/headerview.c
2158         * src/prefs_account.c
2159         * src/prefs_message.c
2160         * src/gtk/gtkutils.c
2161                 bump up minimum required versions of GTK+ and
2162                 GLIB to 2.6.0
2163
2164 2006-08-16 [paul]       2.4.0cvs52
2165
2166         * src/toolbar.c
2167                 workaround GTK+ Bug 351600 - 'Can't re-click
2168                 on button after sensitivity update'
2169                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2170                 Thanks to Colin
2171
2172 2006-08-15 [colin]      2.4.0cvs51
2173
2174         * src/plugins/pgpcore/prefs_gpg.c
2175                 Set options sensitivity according to
2176                 key existence
2177         * src/plugins/pgpcore/sgpgme.c
2178                 Allow to create key with no passphrase
2179
2180 2006-08-14 [cleroy]     2.4.0cvs50
2181
2182         * src/gtk/pluginwindow.c
2183                 New layout (maybe to be changed?)
2184         * src/gtk/gtkutils.c
2185                 Fix a bit label_window
2186         * src/plugins/pgpcore/passphrase.c
2187         * src/plugins/pgpcore/passphrase.h
2188         * src/plugins/pgpcore/plugin.c
2189         * src/plugins/pgpcore/prefs_gpg.c
2190         * src/plugins/pgpcore/prefs_gpg.h
2191         * src/plugins/pgpcore/sgpgme.c
2192         * src/plugins/pgpcore/sgpgme.h
2193                 Allow to create a PGP private key via the GUI
2194
2195 2006-08-14 [wwp]        2.4.0cvs49
2196
2197         * src/addressbook_foldersel.c
2198                 fix strict ISO C90 compliance.
2199
2200 2006-08-14 [paul]       2.4.0cvs48
2201
2202         * src/gtk/prefswindow.c
2203                 re-set scrolled window on opening
2204                 Patch by Ticho
2205
2206 2006-08-14 [paul]
2207
2208         2.5.0-rc1 released
2209
2210 2006-08-14 [paul]       2.4.0cvs47
2211
2212         * src/prefs_display_header.c
2213                 re-enable user-defined Displayed Headers
2214
2215 2006-08-14 [paul]       2.4.0cvs46
2216
2217         * src/prefs_account.c
2218                 use GTK_STOCK_EDIT
2219
2220 2006-08-13 [colin]      2.4.0cvs45
2221
2222         * src/common/utils.c
2223                 Fix "a" in quote when the original message is empty,
2224                 by using \0 instead of 'a' to test writability of
2225                 temp files.
2226
2227 2006-08-13 [wwp]        2.4.0cvs44
2228
2229         * src/plugins/spamassassin/spamassassin.c
2230                 fix capitalization of "SpamAssassin" in some debug, log and
2231                 dialog messages.
2232
2233 2006-08-13 [paul]       2.4.0cvs43
2234
2235         * src/editldap.c
2236                 fix overlapping widgets
2237         * src/prefs_account.c
2238                 fix translation of protocol_names[]
2239                 fix label disappearing off the edge of the
2240                 visible area
2241
2242 2006-08-12 [paul]       2.4.0cvs42
2243
2244         * manual/plugins.xml
2245                 update IRC channel info before it gets forgotten
2246                 about
2247
2248 2006-08-11 [colin]      2.4.0cvs41
2249
2250         * src/compose.c
2251         * src/mainwindow.c
2252         * src/mainwindow.h
2253         * src/procmsg.c
2254         * src/procmsg.h
2255         * src/summaryview.c
2256         * src/toolbar.c
2257                 Grey out the Send button if
2258                 - Queue folders are empty, or
2259                 - We're sending already
2260
2261 2006-08-11 [wwp]        2.4.0cvs40
2262
2263         * src/main.c
2264                 fix a logic issue when quitting while a compose window is
2265                 still open, thanks to Colin.
2266
2267 2006-08-10 [colin]      2.4.0cvs39
2268
2269         * src/main.c
2270                 Fix default font size setting after wizard run
2271         * src/imap.c
2272         * src/etpan/imap-thread.c
2273         * src/etpan/imap-thread.h
2274                 Fix bug #999 (Timing out on TSL cert validation 
2275                 dialog makes ugly things happen). Also, STARTTLS
2276                 unconditionnaly if initial capabilities contain
2277                 LOGINDISABLED and STARTTLS.
2278
2279 2006-08-09 [colin]      2.4.0cvs38
2280
2281         * src/mainwindow.c
2282         * src/mainwindow.h
2283                 Fix Tools/Actions sensitivity when there are
2284                 no actions
2285
2286 2006-08-09 [colin]      2.4.0cvs37
2287
2288         * src/prefs_filtering.c
2289                 Warning fix, patch by Paul
2290         * src/messageview.c
2291         * src/prefs_actions.c
2292         * src/prefs_filtering_action.c
2293         * src/prefs_matcher.c
2294                 Uniformisation of "Info ..." to "Info..." (for
2295                 old gtk), patch by Fabien
2296         * src/plugins/clamav/clamav_plugin_gtk.c
2297                 Sensitivity fix by Fabien
2298
2299 2006-08-09 [colin]      2.4.0cvs36
2300
2301         * src/main.c
2302         * src/main.h
2303                 Add a function to know whether we're exiting
2304         * src/plugins/trayicon/trayicon.c
2305                 If exiting, don't do anything. Faster, and
2306                 avoids gtk_main_iteration reentracy causing
2307                 segfaults at exit
2308
2309 2006-08-09 [colin]      2.4.0cvs35
2310
2311         * src/messageview.c
2312         * src/mimeview.c
2313         * src/mimeview.h
2314                 Fix lack of part selection when automatically 
2315                 jumping to a specific part
2316         * src/msgcache.c
2317                 Little optimisation in cache reading
2318
2319 2006-08-09 [colin]      2.4.0cvs34
2320
2321         * src/compose.c
2322                 Fix crash setting the priority on reedit
2323                 (Accessing compose before creating it!)
2324
2325 2006-08-08 [colin]      2.4.0cvs33
2326
2327         * src/procmime.c
2328                 Fix bug #998 (last attachment is not accessible)
2329                 Bad RFC interpretation on multipart close-delimiters
2330         * src/mimeview.c
2331         * src/mimeview.h
2332         * src/gtk/gtkvscrollbutton.c
2333         * src/gtk/gtkvscrollbutton.h
2334                 Make attachments list wheel-scrollable
2335
2336 2006-08-07 [colin]      2.4.0cvs32
2337
2338         * src/gtk/gtkaspell.c
2339                 Fix bug #973 (Unicode punctation characters 
2340                 are not recognized as separators by the
2341                 spell checker); fix unsigned stuff
2342
2343 2006-08-07 [colin]      2.4.0cvs31
2344
2345         * src/compose.c
2346                 Fix bug #956 (DnD text with accents in compose 
2347                 text entry); fix gccc's signed/unsigned fuss
2348
2349 2006-08-06 [colin]      2.4.0cvs30
2350
2351         * src/main.c
2352                 Fix bug #979 (Plugin crashes when exiting 
2353                 sylpheed-claws) : handle exit request only 
2354                 once
2355
2356 2006-08-05 [colin]      2.4.0cvs29
2357
2358         * src/news.c
2359                 Just make sure we have a msgid.
2360
2361 2006-08-05 [colin]      2.4.0cvs28
2362
2363         * src/news.c
2364         * src/summaryview.c
2365                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2366                 by reimplementing it
2367         * src/textview.c
2368                 Fix bug when hiding quotes with level > 3 and quote
2369                 colors are recycled
2370
2371 2006-08-04 [colin]      2.4.0cvs27
2372
2373         * src/compose.c
2374         * src/undo.c
2375         * src/undo.h
2376                 Fix a bit replace-by-pasting undo
2377         * src/mainwindow.c
2378         * src/messageview.c
2379                 Fix Fold quotes menu synchro in
2380                 mainwindow when it changes in 
2381                 messageview
2382         * src/textview.c
2383                 Fix right-click on quotes blocks
2384         * src/common/utils.c
2385                 Verify that the file created by
2386                 my_tmpfile() is writable. Fixes
2387                 bug #988 (very specific filesystem
2388                 issue)
2389         * src/plugins/pgpcore/sgpgme.c
2390                 Fix file descriptor leak
2391         * src/plugins/spamassassin/spamassassin.c
2392                 Warn once if spamd isn't reachable
2393
2394 2006-08-04 [colin]      2.4.0cvs26
2395
2396         * src/toolbar.c
2397                 i18n context patch by Fabien
2398
2399 2006-08-03 [colin]      2.4.0cvs25
2400
2401         * src/mainwindow.c
2402         * src/messageview.c
2403                 Rename "Hide quotes" to "Fold quotes"
2404         * src/textview.c
2405                 Don't use hand cursor on quotes. "all 
2406                 the bonuses of the feature and none of 
2407                 unwelcome side-effects"
2408
2409 2006-08-03 [colin]      2.4.0cvs24
2410
2411         * AUTHORS
2412         * sylpheed-claws.desktop
2413         * src/gtk/authors.h
2414                 Bring the desktop file to XDG compliance
2415                 Patch by Charles A. Edwards
2416
2417 2006-08-03 [colin]      2.4.0cvs23
2418
2419         * src/textview.c
2420                 Fix links offset when they are preceded
2421                 by accentued chars (g_utf8_strlen!)
2422         * src/mainwindow.c
2423                 Fix wrong status when starting offline
2424
2425
2426 2006-08-03 [wwp]        2.4.0cvs22
2427
2428         * src/prefs_common.h
2429                 ask what to do w/ filtering rules that belong to an account when
2430                 applying filtering rules manually from the main window (skip,
2431                 apply regardless of the account, use current account). This dialog
2432                 can be skipped and the last reply used.
2433                 (forgot that file)
2434
2435 2006-08-03 [wwp]        2.4.0cvs21
2436
2437         * src/filtering.c
2438         * src/filtering.h
2439         * src/prefs_common.c
2440         * src/summaryview.c
2441         * src/alertpanel.c
2442         * src/alertpanel.h
2443         * src/messageview.c
2444                 ask what to do w/ filtering rules that belong to an account when
2445                 applying filtering rules manually from the main window (skip,
2446                 apply regardless of the account, use current account). This dialog
2447                 can be skipped and the last reply used.
2448
2449
2450 2006-08-03 [colin]      2.4.0cvs20
2451
2452         * src/textview.c
2453                 Optimize previous patch
2454
2455 2006-08-03 [cleroy]     2.4.0cvs19
2456
2457         * src/textview.c
2458                 Fix quotes getting toggled back when the
2459                 mail has an even number of text parts
2460
2461 2006-08-02 [colin]      2.4.0cvs18
2462
2463         * src/messageview.c
2464                 Add Hide quotes menu
2465
2466 2006-08-02 [colin]      2.4.0cvs17
2467
2468         * src/mainwindow.c
2469         * src/prefs_common.c
2470         * src/textview.c
2471         * src/textview.h
2472         * src/gtk/about.c
2473                 Allow per-level quote hiding,
2474                 Allow toggling quotes by double-clicking them
2475                 Rename RemoteURI to ClickableText to reflect
2476                 the fact it's used for a variety of things
2477
2478 2006-08-02 [wwp]        2.4.0cvs16
2479
2480         * src/mainwindow.c
2481                 fix "View/Hide quotes" menu item status initialization.
2482
2483 2006-08-02 [wwp]        2.4.0cvs15
2484
2485         * src/matcher_parser_parse.y
2486                 remove a debug trace.
2487
2488 2006-08-02 [paul]       2.4.0cvs14
2489
2490         * src/plugins/pgpcore/passphrase.c
2491                 don't set initial dialog size
2492                 make it resizable
2493
2494 2006-08-02 [paul]       2.4.0cvs13
2495
2496         * src/noticeview.c
2497                 remove the rogue '/' character
2498
2499 2006-08-02 [paul]       2.4.0cvs12
2500
2501         * src/noticeview.c
2502                 allow buttons to resize as necessary
2503
2504 2006-08-01 [wwp]        2.4.0cvs11
2505
2506         * src/mbox.c
2507                 fix strict ISO C90 compliance.
2508
2509 2006-08-01 [wwp]        2.4.0cvs10
2510
2511         * tools/update-po
2512                 updated update-po tool to work w/ context-dependent translations.
2513                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2514
2515 2006-08-01 [wwp]        2.4.0cvs9
2516
2517         * src/matcher.c
2518         * src/prefs_filtering.c
2519         * src/prefs_matcher.c
2520                 allow context-dependent translations for "All",
2521                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2522
2523 2006-07-31 [colin]      2.4.0cvs8
2524
2525         * AUTHORS
2526         * src/gtk/authors.h
2527                 Add Rafal to authors
2528
2529 2006-07-31 [colin]      2.4.0cvs7
2530
2531         * src/compose.c
2532         * src/mainwindow.c
2533         * src/messageview.h
2534         * src/prefs_common.c
2535         * src/prefs_common.h
2536         * src/textview.c
2537                 Add 'View/Hide quotes'. Patch based on a patch
2538                 by Rafal Weglarz
2539
2540 2006-07-31 [colin]      2.4.0cvs6
2541
2542         * src/action.c
2543                 Fix problem with "> stuff >" actions
2544
2545 2006-07-31 [paul]       2.4.0cvs5
2546
2547         * po/nb.po
2548                 updated by Geir Helland
2549
2550 2006-07-31 [wwp]        2.4.0cvs4
2551
2552         * src/mainwindow.c
2553         * src/summaryview.c
2554         * src/summaryview.h
2555                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2556                 thanks to Colin.
2557
2558 2006-07-31 [wwp]        2.4.0cvs3
2559
2560         * src/Makefile.am
2561         * src/addr_compl.c
2562         * src/addr_compl.h
2563         * src/addressbook.c
2564         * src/addressbook.h
2565         * src/addressbook_foldersel.c
2566         * src/addressbook_foldersel.h
2567         * src/addrindex.c
2568         * src/addrindex.h
2569         * src/matcher.c
2570         * src/matcher.h
2571         * src/matcher_parser_lex.l
2572         * src/matcher_parser_parse.y
2573         * src/prefs_common.c
2574         * src/prefs_common.h
2575         * src/prefs_filtering.c
2576         * src/prefs_matcher.c
2577         * src/prefs_matcher.h
2578         * src/summaryview.c
2579                 introduce filtering against the address book. It's now possible to add
2580                 matched conditions to determine if any email address in a message matches
2581                 or doesn't match any or all books or folders in the address book.
2582
2583 2006-07-31 [wwp]        2.4.0cvs2
2584
2585         * src/account.c
2586         * src/filtering.c
2587         * src/filtering.h
2588         * src/folder.c
2589         * src/folderview.c
2590         * src/inc.c
2591         * src/mainwindow.c
2592         * src/matcher.c
2593         * src/matcher_parser_lex.l
2594         * src/matcher_parser_parse.y
2595         * src/mbox.c
2596         * src/prefs_filtering.c
2597         * src/prefs_filtering.h
2598         * src/procmsg.c
2599         * src/procmsg.h
2600         * src/summaryview.c
2601                 introduce per-account filtering rules. Each filtering rule can now be assigned
2602                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2603                 when applying filtering rules manually, as all rules will apply - even the ones
2604                 assigned to an account. This issue will be addressed soon.
2605  
2606
2607
2608 2006-07-31 [wwp]        2.4.0cvs1
2609
2610         * src/quote_fmt.c
2611                 make more strings translatable.
2612
2613 2006-07-31 [paul]       2.4.0
2614
2615         2.4.0 released
2616
2617 2006-07-31 [paul]       2.3.1cvs91
2618
2619         * po/ca.po
2620                 updated by Miquel Oliete
2621
2622 2006-07-31 [paul]       2.3.1cvs90
2623
2624         * po/de.po
2625         * po/el.po
2626         * po/fr.po
2627         * po/it.po
2628         * po/pl.po
2629         * po/pt_BR.po
2630         * po/sr.po
2631         * po/zh_CN.po
2632                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2633                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2634                 Aleksandar Urosevic, and Ralgh Young
2635
2636 2006-07-31 [paul]       2.3.1cvs89
2637
2638         * src/account.c
2639         * src/main.c
2640         * src/mainwindow.c
2641         * src/mainwindow.h
2642                 Fix a race condition when, after an SC crash, rescanning
2643                 folders took more than 0.5 seconds
2644                 Thanks to Colin
2645
2646 2006-07-31 [paul]       2.3.1cvs88
2647
2648         * src/folderview.c
2649                 don't translate separator strings
2650
2651 2006-07-30 [mones]      2.3.1cvs87
2652
2653         * doc/man/sylpheed-claws.1
2654                 Fixed non-ASCII chars in Hoa's name
2655         * po/es.po
2656                 Updated for release
2657
2658 2006-07-27 [colin]      2.3.1cvs86
2659
2660         * src/textview.c
2661                 Don't include the leading \n in links
2662                 Patch by Fabien
2663
2664 2006-07-25 [colin]      2.3.1cvs85
2665
2666         * src/mainwindow.c
2667         * src/common/socket.h
2668         * src/etpan/imap-thread.c
2669                 Refresh resolvers before connecting
2670                 to IMAP servers, and after switching
2671                 to online. Thanks to Paul.
2672
2673 2006-07-18 [colin]
2674
2675         * 2.4.0-rc4 released
2676
2677 2006-07-17 [colin]      2.3.1cvs84
2678
2679         * src/inc.c
2680                 Show connection attempt in statusbar before
2681                 connecting (previously first message was
2682                 "Retrieving messages from ..." after the
2683                 connection succeeded.
2684
2685 2006-07-16 [wwp]        2.3.1cvs83
2686
2687         * sylpheed-claws.ico
2688                 Added .ico file (windows multi-size icon file, generated).
2689
2690 2006-07-12 [wwp]        2.3.1cvs82
2691
2692         * src/messageview.c
2693                 remove Message/Re-edit menu entry from messageview window,
2694                 as sent/draft/queued messages are opened in compose window when
2695                 re-edited and it's not possible to re-edit other msgs.
2696
2697 2006-07-12 [paul]       2.3.1cvs81
2698
2699         * AUTHORS
2700         * src/mainwindow.c
2701         * src/gtk/authors.h
2702                 check online state before resetting
2703                 mailcheck timer. Useful if some program
2704                 verifies connection state and updates
2705                 Claws.
2706                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2707
2708 2006-07-12 [paul]       2.3.1cvs80
2709
2710         * sylpheed-claws-128x128.png
2711         * sylpheed-claws-64x64.png
2712         * sylpheed-claws.png
2713         * src/Makefile.am
2714         * src/main.c
2715         * src/prefs_toolbar.c
2716         * src/stock_pixmap.c
2717         * src/stock_pixmap.h
2718         * src/wizard.c
2719         * src/gtk/about.c
2720         * src/gtk/gtkutils.c
2721         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2722         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2723         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2724         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2725         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2726         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2727                 updated and renamed logo/icon files and related
2728                 logo by Jesper Schultz
2729
2730 2006-07-11 [paul]       2.3.1cvs79
2731
2732         * src/main.c
2733                 fix the labels a smidgin
2734
2735 2006-07-09 [colin]      2.3.1cvs78
2736
2737         * src/textview.c
2738                 Show errors in textviewer's command
2739                 Patch by H. Merijn Brand
2740
2741 2006-07-09 [colin]      2.3.1cvs77
2742
2743         * src/compose.c
2744                 Save FMID in drafts too
2745
2746 2006-07-08 [colin]      2.3.1cvs76
2747
2748         * src/compose.c
2749                 Svae RMID in drafted mails too
2750                 Save quote_fmt vars for whole mails,
2751                 don't reset at each quote_fmt_init:
2752                 allows to use the same |i{var} in
2753                 various template fields
2754         * src/prefs_template.c
2755         * src/quote_fmt.h
2756         * src/quote_fmt_parse.y
2757                 Same
2758
2759 2006-07-08 [colin]      2.3.1cvs75
2760
2761         * src/textview.c
2762                 Fix highlighting of attached parts URIs
2763
2764 2006-07-08 [colin]      2.3.1cvs74
2765
2766         * src/main.c
2767                 Prevent bug #981 (sc 2.3.1 segfaults with 
2768                 gtk+ 2.10) from being reported again:
2769                 if Sylpheed-Claws has been compiled against
2770                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2771                 of if Sylpheed-Claws has been compiled against
2772                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2773                 error out.
2774
2775 2006-07-07 [colin]      2.3.1cvs73
2776
2777         * src/prefs_actions.c
2778                 Fix label
2779
2780 2006-07-07 [colin]      2.3.1cvs72
2781
2782         * src/prefs_actions.c
2783                 Fix compile on gtk < 2.8. argh :)
2784
2785 2006-07-07 [paul]       2.3.1cvs71
2786
2787         * src/common/defs.h
2788                 update DONATE_URI
2789
2790 2006-07-07 [colin]      2.3.1cvs70
2791
2792         * po/POTFILES.in
2793         * src/quote_fmt.c
2794         * src/quote_fmt_lex.l
2795         * src/quote_fmt_parse.y
2796                 Add |i{var}, a way to insert user-entered
2797                 text in a template
2798
2799 2006-07-07 [colin]
2800
2801         * 2.4.0-rc3 released
2802
2803 2006-07-07 [colin]      2.3.1cvs69
2804
2805         * src/folder.c
2806                 Don't consider inboxes of UNKNOWN folder 
2807                 classes to be useable as default inboxes
2808
2809 2006-07-07 [paul]       2.3.1cvs68
2810
2811         * src/textview.c
2812                 add missing #include <errno.h>
2813                 Thanks to René J. Blokland
2814
2815 2006-07-07 [paul]       2.3.1cvs67
2816
2817         * src/action.c
2818                 Return now Closes dialog
2819         * src/mimeview.c
2820         * src/mimeview.h
2821         * src/textview.c
2822                 add contextual menu to mime parts listed
2823                 in the textview
2824                 Thanks to Colin
2825         * src/common/utils.c
2826                 reversal: ' is a valid character in URLs
2827
2828 2006-07-06 [colin]      2.3.1cvs66
2829
2830         * src/remotefolder.h
2831                 Forgotten in previous commit
2832
2833 2006-07-06 [colin]      2.3.1cvs65
2834
2835         * src/folder.c
2836                 Set summary update flag whenever
2837                 totals changed
2838         * src/imap.c
2839         * src/prefs_account.c
2840         * src/common/utils.h
2841         * src/etpan/imap-thread.c
2842                 Fix warnings, thanks to Fabien and
2843                 Ricardo
2844
2845 2006-07-06 [wwp]        2.3.1cvs64
2846
2847         * src/gtk/gtkutils.c
2848                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2849
2850 2006-07-06 [wwp]        2.3.1cvs63
2851
2852         * src/account.c
2853         * src/addressbook.c
2854         * src/addressitem.h
2855         * src/folderview.c
2856         * src/mainwindow.c
2857         * src/manual.c
2858         * src/manual.h
2859         * src/message_search.c
2860         * src/prefs_actions.c
2861         * src/prefs_filtering.c
2862         * src/prefs_filtering.h
2863         * src/prefs_template.c
2864         * src/summary_search.c
2865         * src/summaryview.c
2866         * src/gtk/gtkutils.c
2867         * src/gtk/gtkutils.h
2868         * src/gtk/pluginwindow.c
2869                 add help buttons to some dialogs. Clicking such buttons opens a
2870                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2871
2872 2006-07-06 [paul]       2.3.1cvs62
2873
2874         * src/textview.c
2875                 fix attachments contextual menu
2876                 Thanks to Colin
2877
2878 2006-07-05 [colin]      2.3.1cvs61
2879
2880         * src/textview.c
2881         * src/compose.c
2882                 Handle sftp:// links
2883
2884 2006-07-05 [paul]       2.3.1cvs60
2885
2886         * src/gtk/filesel.c
2887                 grab save button by default
2888                 Thanks to Colin
2889
2890 2006-07-05 [wwp]        2.3.1cvs59
2891
2892         * manual/xml2pdf
2893                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2894
2895 2006-07-04 [colin]      2.3.1cvs58
2896
2897         * src/mimeview.c
2898         * src/textview.c
2899                 Use left click to select, middle click to open
2900                 on mimeparts links
2901         * src/common/utils.c
2902                 Fix segfault
2903
2904 2006-07-04 [colin]      2.3.1cvs57
2905
2906         * src/mainwindow.c
2907         * src/news.c
2908                 Warning fixes, thanks to Fabien
2909
2910 2006-07-04 [colin]      2.3.1cvs56
2911
2912         * src/mimeview.c
2913         * src/mimeview.h
2914         * src/textview.c
2915                 Allow parts to be selected via their text label
2916                 in textview
2917
2918 2006-07-04 [colin]      2.3.1cvs55
2919
2920         * src/folderview.c
2921                 Feedback when closing (for big folders)
2922         * src/prefs_actions.c
2923         * src/prefs_filtering.c
2924         * src/prefs_matcher.c
2925         * src/prefs_template.c
2926                 Fix default button when closing without
2927                 having saved
2928
2929 2006-07-04 [colin]      2.3.1cvs54
2930
2931         * src/news.c
2932                 Delete local file on deletion
2933
2934 2006-07-03 [colin]      2.3.1cvs53
2935
2936         * src/folderview.c
2937         * src/main.c
2938                 Don't freeze when rescanning after crash
2939
2940 2006-07-03 [wwp]        2.3.1cvs52
2941
2942         * src/compose.c
2943         * src/privacy.c
2944         * src/privacy.h
2945         * src/plugins/pgpinline/pgpinline.c
2946         * src/plugins/pgpmime/pgpmime.c
2947                 don't report an error when the user cancels the passphrase dialog.
2948
2949 2006-07-02 [colin]      2.3.1cvs51
2950
2951         * src/folderview.c
2952                 Open message when crossing folders with Space,
2953                 goto next unread and friends
2954
2955 2006-07-01 [colin]      2.3.1cvs50
2956
2957         * src/prefs_account.c
2958                 Typographic rules varying from language
2959                 to language (in french "Protocole :"),
2960                 we have to do that :)
2961
2962 2006-07-01 [ticho]      2.3.1cvs49
2963
2964         * src/prefs_account.c
2965                 Only use one temporary gchar* variable in
2966                 prefs_account_protocol_set_optmenu().
2967
2968 2006-07-01 [ticho]      2.3.1cvs48
2969
2970         * src/prefs_account.c
2971         * src/prefs_account.h
2972                 Use GtkLabel for existing account protocol name.
2973                 Created an array for protocol names and populate the
2974                 combobox from it in a for() cycle.
2975
2976 2006-06-30 [colin]      2.3.1cvs47
2977
2978         * src/compose.c
2979                 Block undo when changing signature (by changing
2980                 account)
2981
2982 2006-06-30 [paul]       2.3.1cvs46
2983
2984         * src/send_message.c
2985                 when editing From in the Compose window, use that address
2986                 in the Return-Path: header
2987                 Thanks to Colin
2988
2989 2006-06-30 [colin]      2.3.1cvs45
2990
2991         * src/compose.c
2992                 Fix signature replacement:
2993                 - when no newline before separator
2994                 - when reediting
2995
2996 2006-06-29 [colin]      2.3.1cvs44
2997
2998         * src/folderview.c
2999         * src/folderview.h
3000         * src/mainwindow.c
3001         * src/summaryview.c
3002                 Let 'View/Go to/Next marked' work like
3003                 Next new & Next unread: across folders
3004                 Change the select_on_entry pref to do
3005                 what we want when changing folder
3006         * src/common/utils.c
3007                 Fix single-quoted links 
3008
3009 2006-06-29 [colin]      2.3.1cvs43
3010
3011         * src/gtk/gtkaspell.c
3012                 "Sylpheed" and "Sylpheed-Claws" do exist !
3013
3014 2006-06-29 [colin]      2.3.1cvs42
3015
3016         * src/imap.c
3017                 Forgot to remove debug
3018
3019 2006-06-29 [colin]      2.3.1cvs41
3020
3021         * src/imap.c
3022         * src/imap.h
3023         * src/mainwindow.c
3024                 Disconnect from IMAP servers when going
3025                 offline. Fixes bug #978 (going to offline-mode 
3026                 won't close connections)
3027
3028 2006-06-29 [colin]      2.3.1cvs40
3029
3030         * src/main.c
3031                 Fix transient setting on failing plugins
3032                 Patch by Fabien
3033         * src/plugins/pgpcore/sgpgme.c
3034                 Only warn for OpenPGP. Most people don't
3035                 have CMS available.
3036
3037 2006-06-29 [colin]      2.3.1cvs39
3038
3039         * src/compose.c
3040                 Fix Spelling menu (discrepancy between context menu
3041                 and top menu when folder's dictionary isn't the 
3042                 default one)
3043         * src/plugins/pgpcore/sgpgme.c
3044                 More error reporting about why gpgme can fail
3045
3046 2006-06-29 [wwp]        2.3.1cvs38
3047
3048         * src/mainwindow.c
3049                 honor the display-header-pane setting even when the message view
3050                 is a separate window.
3051
3052 2006-06-29 [wwp]        2.3.1cvs37
3053
3054         * src/prefs_actions.c
3055                 forgot to commit that one (use of GTK_STOCK_INFO).
3056
3057 2006-06-29 [colin]      2.3.1cvs36
3058
3059         * src/imap.c
3060                 Better handling of login errors (ask the password
3061                 again once), alert in case of error. Fix three
3062                 signedness warnings.
3063
3064 2006-06-28 [wwp]        2.3.1cvs35
3065
3066         * src/prefs_template.c
3067         * src/prefs_matcher.c
3068         * src/prefs_filtering_action.c
3069         * src/prefs_quote.c
3070                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3071                 patch by Fabien Vantard, slightly modified.
3072
3073 2006-06-28 [paul]
3074
3075         2.4.0-rc2 released
3076
3077 2006-06-28 [colin]      2.3.1cvs34
3078
3079         * src/prefs_account.c
3080                 Fix bug #977 (Can't add or edit imap accounts)
3081
3082 2006-06-28 [colin]      2.3.1cvs33
3083
3084         * src/mimeview.c
3085                 Fix previous
3086
3087 2006-06-28 [colin]      2.3.1cvs32
3088
3089         * src/mimeview.c
3090                 Save named inlined attachments with "Save all"
3091         * src/main.c
3092         * src/mbox.c
3093         * src/common/plugin.c
3094         * src/common/plugin.h
3095         * src/common/sylpheed.c
3096         * src/common/utils.c
3097         * src/plugins/pgpcore/sylpheed.def
3098         * src/plugins/pgpinline/sylpheed.def
3099         * src/plugins/pgpmime/sylpheed.def
3100                 Win32 compatibility patch, by
3101                 Werner Koch
3102
3103 2006-06-28 [wwp]        2.3.1cvs31
3104
3105         * src/imap.c
3106         * src/prefs_folder_item.c
3107                 less compilation warnings (thanks to Fabien Vantard), less typos.
3108
3109 2006-06-28 [paul]       2.3.1cvs30
3110
3111         * src/gtk/gtkutils.c
3112                 gtk_combo_box_set_focus_on_click() is only
3113                 available since gtk 2.6.0
3114
3115 2006-06-28 [paul]       2.3.1cvs29
3116
3117         * src/prefs_ext_prog.c
3118                 fix engrish and add a tooltip for the
3119                 'command for 'Display as text' option
3120
3121 2006-06-28 [paul]
3122
3123         2.4.0-rc1 released
3124
3125 2006-06-28 [paul]       2.3.1cvs28
3126
3127         * ChangeLog
3128         * tools/Makefile.am
3129                 include textviewer.pl in releases
3130
3131 2006-06-28 [paul]       2.3.1cvs27
3132
3133         * src/prefs_ext_prog.c
3134                 hide Print command option if libgnomeprint
3135                 support is present
3136
3137 2006-06-27 [colin]      2.3.1cvs26
3138
3139         * src/compose.c
3140                 Fix Esc handling in insert/attach dialog
3141                 Don't show this dialog if dragging something
3142                 else than text/uri-list
3143                 Thanks to Fabien Vantard
3144         * tools/textviewer.pl
3145                 Filter script to display stuff as text
3146                 by H. Merijn Brand
3147
3148 2006-06-27 [wwp]        2.3.1cvs25
3149
3150         * src/messageview.c
3151                 use the exact product name (message view title), patch
3152                 by Fabien Vantard.
3153
3154 2006-06-27 [ticho]      2.3.1cvs24
3155
3156         * src/prefs_account.c
3157         * src/prefs_common.c
3158         * src/prefs_common.h
3159         * src/prefs_ext_prog.c
3160         * src/textview.c
3161                 Add a preference (Preferences/External programs)
3162                 to allow "Display as text" to be done via a script
3163                 (patch by H.Merijn Brand).
3164                 Use GtkComboBox for protocol selection in account
3165                 preferences.
3166                 Only include current choice for existing accounts, and
3167                 insensitivize the combobox.
3168
3169 2006-06-27 [paul]       2.3.1cvs23
3170
3171         * src/mbox.c
3172                 fix crasher introduced in cvs21.
3173                 Thanks to Colin
3174
3175 2006-06-26 [colin]      2.3.1cvs22
3176
3177         * src/mbox.c
3178                 Fix double-frees when leaving folders
3179                 after exporting to mbox
3180
3181 2006-06-26 [colin]      2.3.1cvs21
3182
3183         * src/mbox.c
3184                 More feedback (and optimisation)
3185                 on import/export
3186         * src/common/utils.c
3187                 Fix case when looking for mail addresses
3188         * src/gtk/gtkutils.c
3189                 Extra check for (X-)Face
3190
3191 2006-06-25 [ticho]      2.3.1cvs20
3192
3193         * src/compose.c
3194         * src/exphtmldlg.c
3195         * src/gtk/gtkutils.c
3196         * src/gtk/gtkutils.h
3197                 Added second argument to gtkut_sc_combobox_create() to
3198                 control focus-on-click for the widget.
3199                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3200
3201 2006-06-25 [ticho]      2.3.1cvs19
3202
3203         * src/compose.c
3204         * src/gtk/Makefile.am
3205         * src/gtk/combobox.c
3206         * src/gtk/combobox.h
3207         * src/gtk/gtkutils.c
3208         * src/gtk/gtkutils.h
3209                 Use GtkComboBox instead of deprecated GtkOptionMenu
3210                 for account selector in compose window and for encoding
3211                 selector in attachment properties.
3212                 Also factorise working with the new GtkComboBox somewhat.
3213
3214 2006-06-24 [paul]       2.3.1cvs18
3215
3216         * src/prefs_common.c
3217                 use the correct default value
3218
3219 2006-06-24 [paul]       2.3.1cvs17
3220
3221         * src/compose.c
3222         * src/prefs_common.c
3223         * src/prefs_common.h
3224         * src/prefs_compose_writing.c
3225                 enable setting of default action when
3226                 dnd'ing files in the compose window.
3227                 (Collaborative effort with wwp)
3228
3229 2006-06-23 [wwp]        2.3.1cvs16
3230
3231         * src/compose.c
3232                 i18n fix (thanks to Fabien Vantard)
3233
3234 2006-06-22 [colin]      2.3.1cvs15
3235
3236         * src/prefs_customheader.c
3237                 Don't use filters in custom headers' file 
3238                 selector. Remember, extensions mean nothing :)
3239
3240 2006-06-22 [paul]       2.3.1cvs14
3241
3242         * configure.ac
3243                 allow setting of man directory location
3244
3245 2006-06-22 [colin]      2.3.1cvs13
3246
3247         * src/mainwindow.c
3248                 Add 'View/Go to/Next unread folder'.
3249                 I missed that :)
3250
3251 2006-06-22 [colin]      2.3.1cvs12
3252
3253         * src/common/utils.c
3254                 Add some subject prefixes
3255                 Patch by Bjorn T Johansen <btj@havleik.no>
3256
3257 2006-06-22 [colin]      2.3.1cvs11
3258
3259         * manual/advanced.xml
3260                 Forgotten hidden pref
3261
3262 2006-06-21 [paul]       2.3.1cvs10
3263
3264         * src/prefs_account.c
3265                 complete the removal of 'Add date header' option
3266
3267 2006-06-21 [paul]       2.3.1cvs9
3268
3269         * src/account.c
3270         * src/compose.c
3271         * src/prefs_account.c
3272         * src/prefs_account.h
3273                 remove option to add date header - always
3274                 add date header
3275         * src/etpan/imap-thread.c
3276                 fix warnings (Thanks to Colin)
3277
3278 2006-06-21 [wwp]        2.3.1cvs8
3279
3280         * src/folder.c
3281                 set the attachment flag when inline text part are (file)named. This is more convenient
3282                 when receiving (for instance) inline source files or patches sent using thunderbird.
3283
3284 2006-06-21 [paul]       2.3.1cvs7
3285
3286         * src/inc.c
3287                 fix off-by-one count of current msg in
3288                 statusbar filtering progressbar
3289
3290 2006-06-21 [paul]       2.3.1cvs6
3291
3292         * src/folder.c
3293                 Show attachment icon even if the part is 'inline'
3294                 if the following conditions are met:
3295                 - content-type != 'text/plain'
3296                 - content-type != '*/pgp-signature'
3297                 - either 'name' or 'filename' parameter is not NULL
3298                 
3299                 Thanks to Colin
3300
3301 2006-06-21 [paul]       2.3.1cvs5
3302
3303         * src/messageview.c
3304         * src/prefs_common.c
3305         * src/prefs_common.h
3306         * src/prefs_other.c
3307                 add an option to 'Never send Return
3308                 Receipts'
3309                 Thanks to Colin
3310
3311 2006-06-20 [mones]      2.3.1cvs4
3312
3313         * po/es.po
3314                 updated
3315         * src/compose.c
3316                 typo fixed (space after comma)
3317         * tools/make.themes.project
3318                 remove exec mode from tarball files
3319
3320 2006-06-20 [colin]      2.3.1cvs3
3321
3322         * src/news.c
3323         * src/procheader.c
3324         * src/unmime.c
3325                 Better fix for \n's in headers (don't 
3326                 break Received: and others)
3327
3328 2006-06-20 [paul]       2.3.1cvs2
3329
3330         * src/alertpanel.c
3331         * src/textview.c
3332                 improve legibility of phishing attempt
3333                 dialog
3334
3335 2006-06-20 [paul]       2.3.1cvs1
3336
3337         * NEWS
3338         * README
3339         * configure.ac
3340                 Update version number following
3341                 stable release
3342
3343 2006-06-20 [colin]      2.3.0cvs26
3344
3345         * src/compose.c
3346                 When dragging a file to the text of the compose
3347                 window, ask whether we want to insert or attach
3348                 (I know lots of people who do that to attach)
3349
3350 2006-06-20 [colin]      2.3.0cvs25
3351
3352         * src/etpan/imap-thread.c
3353                 Fix threshold (the append command is often > 32 bytes)
3354
3355 2006-06-19 [colin]      2.3.0cvs24
3356
3357         * src/imap.c
3358         * src/etpan/imap-thread.c
3359                 Workaround Rockliffe IMAP server bug: replace
3360                 "x UID SEARCH (ANSWERED UID 1:*)" with
3361                 "x UID SEARCH ANSWERED"
3362                 (Rockliffe doesn't handle the parenthesis)
3363
3364 2006-06-19 [colin]      2.3.0cvs23
3365
3366         * src/compose.c
3367         * src/imap.c
3368         * src/etpan/imap-thread.c
3369                 Probably fix bug #972 (Freezes when adding 
3370                 an attachment to the message)
3371         * src/common/defs.h
3372                 Modernize Firefox cmd
3373
3374
3375 2006-06-18 [colin]      2.3.0cvs22
3376
3377         * src/prefs_customheader.c
3378                 Only allow correct filenames for various
3379                 custom headers
3380
3381 2006-06-18 [colin]      2.3.0cvs21
3382
3383         * src/prefs_customheader.c
3384                 Add a 'From File...' button in custom headers prefs, which
3385                 try to do the right thing: 
3386                 for normal headers, use file as plaintext,
3387                 for X-Face, calls compface,
3388                 for Face, encode to b64.
3389
3390 2006-06-17 [colin]      2.3.0cvs20
3391
3392         * src/mh.c
3393                 Warning fix
3394
3395 2006-06-16 [colin]      2.3.0cvs19
3396
3397         * src/summaryview.c
3398                 Recursive quicksearch: show message list
3399                 in current folder, *then* search children
3400                 in the background.
3401
3402 2006-06-16 [colin]      2.3.0cvs18
3403
3404         * src/main.c
3405                 Instead of ignoring SIGPIPE, save caches
3406                 when getting one. Will fix the fact that
3407                 hot caches are out-of-date when logging 
3408                 out of Xorg.
3409         * src/compose.c
3410         * src/prefs_compose_writing.c
3411                 Only save text (not attachments) when 
3412                 auto-saving to drafts
3413         * src/unmime.c
3414                 Always replace \n, \r and \t with spaces
3415                 in headers
3416         * manual/dist/html/Makefile.am
3417         * manual/dist/pdf/Makefile.am
3418         * manual/dist/ps/Makefile.am
3419         * manual/dist/txt/Makefile.am
3420         * manual/fr/dist/html/Makefile.am
3421         * manual/fr/dist/pdf/Makefile.am
3422         * manual/fr/dist/ps/Makefile.am
3423         * manual/fr/dist/txt/Makefile.am
3424         * manual/pl/dist/html/Makefile.am
3425         * manual/pl/dist/pdf/Makefile.am
3426         * manual/pl/dist/ps/Makefile.am
3427         * manual/pl/dist/txt/Makefile.am
3428                 Fix make clean removing pregenerated manuals
3429
3430
3431 2006-06-16 [colin]      2.3.0cvs17
3432
3433         * src/plugins/pgpcore/sgpgme.c
3434         * src/plugins/pgpmime/pgpmime.c
3435         * src/plugins/pgpinline/pgpinline.c
3436                 Better error reporting in setup_signers.
3437                 Don't fallback to default key if specified
3438                 key isn't found.
3439                 Don't allow signing if more than one secret
3440                 key matches the one specified in prefs.
3441
3442 2006-06-15 [colin]      2.3.0cvs16
3443
3444         * src/folderview.c
3445                 Add "Send queue" in the folder's contextual
3446                 menu
3447         * src/compose.c
3448         * src/messageview.c
3449         * src/privacy.c
3450         * src/privacy.h
3451         * src/procmime.c
3452         * src/procmsg.c
3453         * src/plugins/pgpcore/passphrase.c
3454         * src/plugins/pgpcore/sgpgme.c
3455         * src/plugins/pgpinline/pgpinline.c
3456         * src/plugins/pgpmime/pgpmime.c
3457                 Better error reporting
3458         * src/mbox.c
3459                 Probably fix bug #971 (2.2.3 cannot read mail 
3460                 from local mbox)
3461
3462
3463 2006-06-15 [mones]      2.3.0cvs15
3464
3465         * tools/make.themes.project
3466                 creates the themes project from the web page
3467
3468 2006-06-15 [colin]      2.3.0cvs14
3469
3470         * src/folder.c
3471                 Better fix (avoid losing the folder if scan_tree 
3472                 fails)
3473
3474 2006-06-15 [cleroy]     2.3.0cvs13
3475
3476         * src/folder.c
3477                 Probably fix Bug #969 (crash on rebuilding 
3478                 imap folder)
3479
3480 2006-06-14 [colin]      2.3.0cvs12
3481
3482         * manual/dtd/manual.xsl
3483         * manual/sylpheed-claws-manual.xml
3484         * manual/fr/sylpheed-claws-manual.xml
3485         * manual/pl/sylpheed-claws-manual.xml
3486                 Insert pagebreaks between sections
3487
3488 2006-06-14 [paul]       2.3.0cvs11
3489
3490         * configure.ac
3491                 better fix than 2.3.0cvs10
3492
3493 2006-06-14 [paul]       2.3.0cvs10
3494
3495         * configure.ac
3496                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3497                 (backwards compatible)
3498
3499 2006-06-13 [colin]      2.3.0cvs9
3500
3501         * src/messageview.c
3502                 Fix sending of return receipt with the new queue folders
3503
3504 2006-06-13 [wwp]        2.3.0cvs8
3505
3506         * src/quote_fmt_lex.l
3507                 fix wrong tokens returned in quote_fmt lexer, query not().
3508
3509 2006-06-13 [wwp]        2.3.0cvs7
3510
3511         * src/folder.c
3512         * src/prefs_folder_item.c
3513                 allow changing folder type even when folder is not a top-level one,
3514                 thanks to Colin.
3515
3516 2006-06-12 [colin]      2.3.0cvs6
3517
3518         * src/folderview.c
3519                 Fix double-ask of "Do you want to mark all
3520                 as read"
3521
3522 2006-06-12 [colin]      2.3.0cvs5
3523
3524         * src/compose.c
3525         * src/compose.h
3526         * src/folder.c
3527         * src/folder.h
3528         * src/imap.c
3529         * src/inc.c
3530         * src/main.c
3531         * src/messageview.c
3532         * src/mh.c
3533         * src/prefs_folder_item.c
3534         * src/procheader.c
3535         * src/procmime.c
3536         * src/procmsg.c
3537         * src/procmsg.h
3538         * src/send_message.c
3539         * src/summaryview.c
3540         * src/toolbar.c
3541                 Apply bug #964's patch (Queue and drafts aren't normal)
3542                 The Drafts and Queue folder now contain RFC-822 files,
3543                 allowing to move and copy mails from and to these 
3544                 folders. Moving from Drafts to Queue will prepare the
3545                 mail for sending (PGP signature, encryption, etc).
3546                 This patch also rework sending errors handling to try
3547                 to be more helpful.
3548                 Also, allow redefining folder types via the GUI 
3549                 (Folder type in its Properties)
3550
3551 2006-06-12 [colin]      2.3.0cvs4
3552
3553         * src/summaryview.c
3554         * src/prefs_common.c
3555         * src/prefs_common.h
3556         * src/gedit-print.c
3557                 Allow to define a specific print font - patch
3558                 by Bernhard Walle <bernhard.walle@gmx.de>
3559         * src/prefs_fonts.c
3560         * manual/advanced.xml
3561         * manual/fr/advanced.xml
3562                 Add a hidden pref to allow deletion without
3563                 confirmation
3564
3565 2006-06-12 [wwp]        2.3.0cvs3
3566
3567         * .cvsignore
3568                 more files to ignore.
3569
3570 2006-06-12 [wwp]        2.3.0cvs2
3571
3572         * src/quote_fmt.c
3573         * src/quote_fmt_lex.l
3574         * src/quote_fmt_parse.y
3575                 extend the quote_fmt parser (templates and quotes):
3576                 - allow limited sub-expressions in |p{} and |f{} expressions,
3577                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3578                 - implemented/fixed missing implementation of query_references and show_references,
3579                 - completed, fixed contents and format of the symbols help dialog,
3580                 - fix some compilation warnings.
3581
3582 2006-06-12 [wwp]        2.3.0cvs1
3583
3584         * manual/advanced.xml
3585         * manual/fr/advanced.xml
3586                 updates in the "templates" section of the manual (eng/fr):
3587                  - be more precise (both versions)
3588                  - completed to match the english reference (fr version)
3589                  - touchups (both versions)
3590
3591 2006-06-12 [paul]       2.3.0
3592
3593         2.3.0 released
3594
3595 2006-06-12 [paul]       2.2.3cvs14
3596
3597         * po/ca.po
3598         * po/cs.po
3599         * po/de.po
3600         * po/el.po
3601         * po/fr.po
3602         * po/it.po
3603         * po/pt_BR.po
3604         * po/sr.po
3605         * po/zh_CN.po
3606                 updated by Miquel Oliete, Tim, Stephan Sachse,
3607                 Stavros Giannouris, Fabien Vantard, Andrea
3608                 Spadaccini, Frederico Goncalves Guimaraes,
3609                 Aleksandar Urosevic, and Ralgh Young
3610
3611 2006-06-12 [colin]      2.2.3cvs13
3612
3613         * src/mbox.c
3614                 Add missing header
3615
3616 2006-06-11 [colin]      2.2.3cvs12
3617
3618         * src/msgcache.c
3619                 Verify that g_malloc() succeeded
3620
3621 2006-06-11 [colin]      2.2.3cvs11
3622
3623         * src/wizard.c
3624                 Add Face header to welcome mail
3625
3626 2006-06-10 [colin]      2.2.3cvs10
3627
3628         * src/textview.c
3629                 Revert previous (Forgot it changes the
3630                 margin on the whole mail)
3631
3632 2006-06-10 [colin]      2.2.3cvs9
3633
3634         * src/textview.c
3635                 Don't overlap long headers under (X-)Face
3636
3637 2006-06-10 [mones]      2.2.3cvs8
3638
3639         * manual/xml2pdf
3640                 allow generation of manual on systems lacking saxon binary
3641                 but with java and the saxon library installed
3642
3643         * po/es.po
3644                 updated for release
3645
3646 2006-06-09 [colin]      2.2.3cvs7
3647
3648         * src/summaryview.c
3649                 Fix leak when using Display Sender using Addressbook
3650
3651 2006-06-09 [colin]      2.2.3cvs6
3652
3653         * src/compose.c
3654         * src/folder.c
3655         * src/folderview.c
3656         * src/mimeview.c
3657         * src/summaryview.c
3658                 More leaks fixes
3659
3660 2006-06-09 [paul]       2.2.3cvs5
3661
3662         * AUTHORS
3663         * src/gtk/authors.h
3664         * tools/claws.i18n.status.pl
3665                 updated with new info
3666
3667 2006-06-09 [paul]       2.2.3cvs4
3668
3669         * README
3670                 updated
3671         * manual/ack.xml
3672                 add wwp to authors list
3673         * src/gtk/authors.h
3674                 update mine and Colin's addresses
3675
3676 2006-06-08 [colin]      2.2.3cvs3
3677
3678         * src/etpan/imap-thread.c
3679                 Fix leak on SSL cert check
3680
3681 2006-06-08 [colin]      2.2.3cvs2
3682
3683         * src/common/utils.c
3684                 Fix leak
3685
3686 2006-06-08 [paul]       2.2.3cvs1
3687
3688         * configure.ac
3689                 Update version number following
3690                 stable release
3691
3692 2006-06-07 [colin]      2.2.2cvs3
3693
3694         * src/msgcache.c
3695                 Fix catching cache read errors (guint instead of gint)
3696                 Prevent malloc'ing more than 8MB (means cache corruption)
3697
3698 2006-06-07 [paul]       2.2.2cvs2
3699
3700         * src/exporthtml.c
3701         * src/exportldif.c
3702         * src/mh.c
3703         * src/mutt.c
3704         * src/pine.c
3705         * src/common/utils.c
3706                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3707                 obey $HOME'
3708                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3709                 Thanks to Colin
3710
3711 2006-06-06 [paul]       2.2.2cvs1
3712
3713         * configure.ac
3714                 Update version number following
3715                 stable release
3716
3717 2006-06-06 [paul]       2.2.1cvs6
3718
3719         * src/matcher.c
3720                 fix  implicit declaration of
3721                 sylpheed_do_idle()
3722                 Patch by Fabien Vantard
3723
3724 2006-06-06 [paul]       2.2.1cvs5
3725
3726         * src/matcher.c
3727                 fix age_greater and age_lower so that they
3728                 mean what say and not '...or equal to'
3729                 Thanks to Colin
3730
3731 2006-06-06 [paul]       2.2.1cvs4
3732
3733         * src/textview.c
3734         * src/common/utils.c
3735                 fix URI check
3736                 Thanks to Colin
3737
3738 2006-06-05 [wwp]        2.2.1cvs3
3739
3740         * manual/fr/account.xml
3741                 minor language fixes (thanks to Fabien Vantard).
3742
3743 2006-06-05 [colin]      2.2.1cvs2
3744
3745         * src/prefs_folder_item.c
3746         * src/folderview.c
3747                 Allow recursive setting of properties 
3748                 for whole mailboxes
3749         * src/matcher.c
3750                 Don't freeze on 'test' filtering rule
3751
3752 2006-06-05 [colin]      2.2.1cvs1
3753
3754         * configure.ac
3755                 Update version number following
3756                 stable release
3757
3758 2006-06-04 [wwp]        2.2.0cvs82
3759
3760         * manual/glossary.xml
3761         * manual/account.xml
3762         * manual/fr/glossary.xml
3763         * manual/fr/account.xml
3764                 added glossary section and references/links related to the Face custom header.
3765
3766 2006-06-04 [colin]      2.2.0cvs81
3767
3768         * src/summaryview.c
3769                 Skip to next message on move with no
3770                 immediate execution
3771
3772 2006-06-04 [wwp]        2.2.0cvs80
3773
3774         * manual/xml2pdf
3775                 added sanity checks, exit when needed.
3776
3777 2006-06-03 [paul]       2.2.0cvs79
3778
3779         * src/prefs_receive.c
3780                 page name is now 'Receiving'
3781         * src/prefs_send.c
3782                 page name is now 'Sending'
3783
3784 2006-06-03 [colin]      2.2.0cvs78
3785
3786         * src/plugins/spamassassin/spamassassin_gtk.c
3787                 Autoswitch to Localhost if transport was previously
3788                 disabled. Else people had to check [] Enable, then
3789                 *reselect* transport.
3790
3791 2006-06-03 [colin]      2.2.0cvs77
3792
3793         * src/plugins/pgpinline/pgpinline.c
3794         * src/plugins/pgpmime/pgpmime.c
3795                 Check that gpg_data_release_and_get_mem 
3796                 didn't fail (now, why this happens...)
3797
3798 2006-06-03 [colin]      2.2.0cvs76
3799
3800         * src/mbox.c
3801                 Fix bug #962 (Manual and/or UI should 
3802                 warn about incompatible locking 
3803                 causing dataloss)
3804
3805 2006-06-02 [cleroy]     2.2.0cvs75
3806
3807         * src/filtering.c
3808         * src/folder.c
3809         * src/procmsg.c
3810         * src/summaryview.c
3811                 Fix a few leaks
3812
3813 2006-06-02 [colin]      2.2.0cvs74
3814
3815         * src/main.c
3816                 On exit, free caches after writing them
3817                 Shuts up some valgrind false positives
3818         * src/procmsg.c
3819         * src/send_message.c
3820                 Fix races when reusing existing SMTP connections
3821                 Fix inexistant session timeout
3822         * src/toolbar.c
3823                 Display alertpanel after all queues have
3824                 been processed, not after each
3825
3826 2006-06-02 [wwp]        2.2.0cvs73
3827
3828         * manual/fr/glossary.xml
3829         * manual/fr/ack.xml
3830         * manual/ack.xml
3831                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3832
3833 2006-06-02 [wwp]        2.2.0cvs72
3834
3835         * manual/xml2pdf
3836         * manual/dist/pdf/Makefile.am
3837         * manual/dtd/manual.xsl
3838         * manual/fr/dist/pdf/Makefile.am
3839         * manual/pl/dist/pdf/Makefile.am
3840                 we changed the procedure to generate the .pdf version of the manual.
3841                 The procedure is more modern and the .pdf we get now has a valid index.
3842                 Here are the new pre-requisites:
3843
3844                 - JRE 1.x (1.4 here): there must be one from your distro
3845                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3846                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3847                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3848
3849                 See my posts for further info about the installation of this toolchain:
3850
3851                 Date: Fri, 19 May 2006 19:40:06 +0200
3852                 From: wwp <subscript@free.fr>
3853                 To: sylpheed-claws-devel@lists.sourceforge.net
3854                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3855
3856                 and
3857
3858                 Date: Wed, 24 May 2006 12:58:49 +0200
3859                 From: wwp <subscript@free.fr>
3860                 To: sylpheed-claws-devel@lists.sourceforge.net
3861                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3862
3863 2006-06-01 [colin]      2.2.0cvs71
3864
3865         * src/compose.c
3866                 Better guards against IMAP races
3867         * src/main.c
3868         * src/prefs_common.c
3869         * src/prefs_common.h
3870         * src/common/ssl_certificate.c
3871         * src/etpan/imap-thread.c
3872         * src/etpan/imap-thread.h
3873         * src/gtk/sslcertwindow.c
3874                 New hidden option ssl_skip_cert_check to 
3875                 avoid dups of bug #959 (libetpan linked
3876                 against gnutls and gnutls buggy on 64bit)
3877                 Present expired warning only once per
3878                 session/server.
3879         * manual/advanced.xml
3880         * manual/fr/advanced.xml
3881                 Document new option
3882
3883 2006-06-01 [wwp]        2.2.0cvs70
3884
3885         * src/messageview.c
3886                 fix for bug #961 (return receipt dialog 
3887                 complains incorrectly about return-path 
3888                 email adress being different), thanks 
3889                 to Colin.
3890
3891 2006-05-31 [cleroy]     2.2.0cvs69
3892
3893         * src/common/ssl.c
3894                 Guard against NULLs, although this
3895                 should never be an issue
3896
3897 2006-05-31 [colin]      2.2.0cvs68
3898
3899         * src/filtering.c
3900                 Use g_slist_prepend
3901         * src/imap.c
3902                 Don't remove caches when destroying folder, it
3903                 could (should) be done at exit
3904         * src/inc.c
3905                 free processing cache after incorporation
3906         * src/etpan/imap-thread.c
3907                 Maybe fix bug #959 (Crash on moving to emails 
3908                 to a imap account per ssl with a expired 
3909                 certificate.)
3910
3911 2006-05-30 [colin]      2.2.0cvs67
3912
3913         * src/summaryview.c
3914                 Put back event flush when displaying message
3915                 It avoids reading a bunch of messages just
3916                 by hitting shift-n for too long ;)
3917
3918 2006-05-29 [colin]      2.2.0cvs66
3919
3920         * src/summaryview.c
3921                 Remove useless g_warnings
3922
3923 2006-05-29 [colin]      2.2.0cvs65
3924
3925         * src/imap.c
3926                 Fix g_slist_append()s for performance
3927
3928 2006-05-29 [colin]      2.2.0cvs64
3929
3930         * src/compose.c
3931         * src/common/utils.c
3932                 Fix extraneous tab at start of addresses
3933         * src/mainwindow.c
3934                 Fix warnings (thanks to Fabien)
3935                 Fix crash at exit when composing messages 
3936                 exist
3937         * src/pop.c
3938                 Fix progress bar when deleting expired mails
3939                 Thanks to Hiro
3940         * src/summaryview.c
3941         * src/gtk/gtksctree.c
3942                 Fix re-sorting slowness
3943
3944 2006-05-29 [paul]       2.2.0cvs63
3945
3946         * src/mh.c
3947                 fetch full message when moving mails
3948                 from another mailbox, (fixed data loss
3949                 when filtering from IMAP to MH, introduced
3950                 in 2.2.0cvs57).
3951                 Thanks to Colin
3952
3953 2006-05-29 [mones]      2.2.0cvs62
3954
3955         * src/gtk/gtksctree.c
3956                 Unselect faster (patch by Colin)        
3957
3958 2006-05-26 [colin]      2.2.0cvs61
3959
3960         * src/summaryview.c
3961                 Unplug MSGINFO_UPDATE callback on delete too.
3962
3963 2006-05-26 [colin]      2.2.0cvs60
3964
3965         * src/foldersel.c
3966                 Fix bold in folder selection window with glib2.10
3967                 thanks Hiro
3968
3969 2006-05-26 [colin]      2.2.0cvs59
3970
3971         * src/procheader.c
3972                 Convert date only if necessary (and don't
3973                 try to convert from utf8 to utf8, too)
3974         * src/summaryview.c
3975                 Only set column's text if the column's 
3976                 displayed
3977
3978 2006-05-26 [colin]      2.2.0cvs58
3979
3980         * src/summaryview.c
3981         * src/gtk/gtkutils.c
3982                 Fix useless warning
3983
3984 2006-05-26 [colin]      2.2.0cvs57
3985
3986         * src/mainwindow.c
3987                 Make summaryview selectable as long as 
3988                 no message has focus
3989         * src/mh.c
3990                 Faster deletion (by implementing mh_remove_msgs)
3991                 Faster copy (avoid using mh_fetch_msg just to get
3992                 the filename)
3993                 Faster move (using move_file instead of copy_file
3994                 if MSG_IS_MOVE)
3995                 No progressbar if total number of mails to cp/mv 
3996                 is less than 100
3997         * src/summaryview.c
3998                 Fix removal from subject_table when mail gets moved
3999                 Faster deletion (g_slist_prepend instead of append)
4000         * src/gtk/gtksctree.c
4001                 Remove useless code
4002
4003 2006-05-25 [colin]      2.2.0cvs56
4004
4005         * src/common/ssl_certificate.c
4006                 Fix leak in expired cert check
4007
4008 2006-05-25 [colin]      2.2.0cvs55
4009
4010         * src/mh.c
4011                 Disable flags syncing on .mh_sequences - it
4012                 is buggy and marks mails read under unknown
4013                 conditions.
4014
4015 2006-05-25 [paul]
4016
4017         * 2.3.0-rc4 released
4018
4019 2006-05-24 [colin]      2.2.0cvs54
4020
4021         attention cvs users: if you manage to crash
4022         Sylpheed-Claws while moving, copying or deleting
4023         mails, we *are* interested in stack traces and
4024         valgrind logs. It looks stable, but one never
4025         knows...
4026
4027         * src/folder.c
4028                 Add progressbar for cache updates
4029         * src/folderutils.c
4030                 Optimize Mark all read in the current
4031                 folder
4032         * src/mh.c
4033                 Add progressbar for copy/move
4034         * src/procmsg.c
4035                 Optimize O(n^2) in copy/move
4036         * src/summaryview.c
4037         * src/gtk/gtksctree.c
4038                 Optimize O(n^2) algos
4039         * src/common/timing.h
4040                 Display ms instead of us
4041
4042 2006-05-24 [wwp]        2.2.0cvs53
4043
4044         * manual/fr/advanced.xml
4045                 updates to the French manual.
4046
4047 2006-05-24 [wwp]        2.2.0cvs52
4048
4049         * src/common/utils.c
4050                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4051
4052 2006-05-24 [wwp]        2.2.0cvs51
4053
4054         * src/folderutils.c
4055                 fixed "mark all read" in MH folders (thanks to Colin).
4056
4057 2006-05-24 [paul]       2.2.0cvs50
4058
4059         * doc/man/sylpheed-claws.1
4060                 updated the man page
4061
4062 2006-05-23 [colin]      2.2.0cvs49
4063
4064         * src/folderview.c
4065         * src/imap.c
4066         * src/inc.c
4067         * src/mbox.c
4068         * src/messageview.c
4069         * src/news.c
4070         * src/send_message.c
4071         * src/summaryview.c
4072         * src/gtk/sslcertwindow.c
4073                 alertpanel fixes, by Fabien
4074
4075 2006-05-23 [colin]      2.2.0cvs48
4076
4077         * src/folder.c
4078         * src/folderview.c
4079         * src/msgcache.c
4080         * src/summaryview.c
4081         * src/gtk/gtksctree.c
4082         * src/gtk/gtksctree.h
4083                 More timings
4084                 Fix slow loading problem, which was caused by the
4085                 use of some gtk_ctree funcs and their use of
4086                 g_list_position while gtk_ctree_(un)link'ing.
4087                 Reap more functions from gtkctree.c to be sure we
4088                 use our (fast) version instead of theirs.
4089         * src/mh.c
4090                 Fix copy of unread mails
4091
4092
4093 2006-05-22 [wwp]        2.2.0cvs47
4094
4095         * manual/fr/advanced.xml
4096                 updated.
4097
4098 2006-05-22 [colin]      2.2.0cvs46
4099
4100         * src/filtering.c
4101                 Fix possible infinite loop. 'copy' is not a 
4102                 final action, so when encountering a 'copy',
4103                 we have to check if a previous one was set
4104                 and do it. In the same way, if we encounter
4105                 a 'move' we have to perform a possibly 
4106                 pending 'copy'. This will slow down filtering
4107                 on IMAP if move+copy or multiple copy actions
4108                 are to be done, but handling it via the batch
4109                 would be really too convoluted.
4110
4111 2006-05-22 [wwp]        2.2.0cvs45
4112
4113         * manual/fr/advanced.xml
4114         * manual/fr/faq.xml
4115         * manual/fr/glossary.xml
4116         * manual/fr/handling.xml
4117         * manual/fr/intro.xml
4118         * manual/fr/plugins.xml
4119         * manual/fr/sylpheed-claws-manual.xml
4120                 sync w/ the english manual: updates URIs, documented mailing-list
4121                 support, better explanation about the enabled/disabled feature
4122                 in filtering/processing rules by Paul.
4123
4124 2006-05-21 [colin]      2.2.0cvs44
4125
4126         * src/summaryview.c
4127                 Don't expand after building threads, but during
4128
4129 2006-05-21 [colin]      2.2.0cvs43
4130
4131         * src/procmsg.c
4132         * src/summaryview.c
4133                 More timing possibilities... For next time I have 
4134                 to find out how the hell some 3GHz computer takes
4135                 one minute to open a 30k folder...
4136
4137 2006-05-21 [colin]      2.2.0cvs42
4138
4139         * manual/pl/advanced.xml
4140         * manual/pl/faq.xml
4141         * manual/pl/glossary.xml
4142         * manual/pl/handling.xml
4143         * manual/pl/intro.xml
4144         * manual/pl/plugins.xml
4145         * manual/pl/sylpheed-claws-manual.xml
4146                 Polish manual updated by Pawel
4147
4148 2006-05-20 [colin]
4149
4150         * 2.3.0-rc3 released
4151
4152 2006-05-20 [colin]      2.2.0cvs41
4153
4154         * src/imap.c
4155                 Fix -rc2 problems:
4156                 - remove cache of moved messages from original folder
4157                 - apply new flags to messages even if they aren't appliable
4158                   via IMAP.
4159
4160 2006-05-20 [colin]
4161
4162         * 2.3.0-rc2 released
4163
4164 2006-05-19 [colin]      2.2.0cvs40
4165
4166         * src/imap.c
4167                 Don't issue SELECT in imap_change_flags
4168                 before having checked that we indeed have
4169                 some flags to change. MSG_POSTFILTERED for
4170                 example can't be used on IMAP.
4171                 Fixes bug #955 (copying messages between 
4172                 imap folders is extremely slow), which was
4173                 a regression.
4174
4175 2006-05-19 [colin]      2.2.0cvs39
4176
4177         * src/folder.c
4178         * src/folder.h
4179         * src/folderview.c
4180                 Try to fix bug #830 (Some unread messages 
4181                 get marked read in IMAP inbox):
4182                 - Prevent scanning a folder if it's being 
4183                   opened via the GUI
4184                 - Postpone opening via the GUI of a folder
4185                   currently scanned.
4186
4187
4188 2006-05-19 [wwp]        2.2.0cvs38
4189
4190         * manual/advanced.xml
4191                 fix English+typo (thanks to Paul).
4192
4193 2006-05-19 [wwp]        2.2.0cvs37
4194
4195         * manual/advanced.xml
4196         * manual/fr/advanced.xml
4197         * src/gtk/logwindow.c
4198         * src/prefs_common.c
4199         * src/prefs_common.h
4200                 added hidden prefs to allow customization of colors used in
4201                 protocol log window (useful for dark gtk+ themes).
4202
4203 2006-05-19 [wwp]        2.2.0cvs36
4204
4205         * ChangeLog
4206                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4207
4208 2006-05-19 [paul]       2.2.0cvs35
4209
4210         * src/textview.c
4211                 make Reply-To fully clickable
4212         * src/gtk/logwindow.c
4213                 more colouring (SMTP ESMTP)
4214         Both patches by Pawel Pekala
4215
4216 2006-05-19 [cleroy]     2.2.0cvs34
4217
4218         * src/mh.c
4219                 Don't update flags from current folder
4220                 Probably fixes bug #935 (Read Messages 
4221                 Revert to Being Marked as Unread)
4222
4223 2006-05-18 [colin]      2.2.0cvs33
4224
4225         * src/imap.c
4226                 Warning fix
4227         * src/compose.c
4228         * src/mainwindow.c
4229         * src/summaryview.c
4230         * src/toolbar.c
4231                 Allow replying to multiple emails
4232                 in multiple windows
4233         * src/mimeview.c
4234         * src/etpan/imap-thread.c
4235                 Leak fixes
4236
4237 2006-05-18 [paul]       2.2.0cvs32
4238
4239         * src/summaryview.c
4240                 keep Mailing-List menu refreshed
4241                 Thanks to Colin
4242
4243 2006-05-18 [paul]       2.2.0cvs31
4244
4245         * manual/advanced.xml
4246         * manual/faq.xml
4247         * manual/glossary.xml
4248         * manual/handling.xml
4249         * manual/intro.xml
4250         * manual/plugins.xml
4251         * manual/sylpheed-claws-manual.xml
4252                 update URLs
4253                 add info about mailing-list support
4254                 edit filtering info
4255         * src/wizard.c
4256         * src/common/defs.h
4257         * src/gtk/about.c
4258         * src/plugins/dillo_viewer/README
4259                 update URLs
4260
4261 2006-05-17 [wwp]        2.2.0cvs30
4262
4263         * manual/handling.xml
4264         * manual/fr/handling.xml
4265                 documented the ability to enabled/disable filtering/processing rules.
4266
4267 2006-05-17 [colin]      2.2.0cvs29
4268
4269         * src/main.c
4270                 Don't initialize g_thread subsystem if it's 
4271                 already done (thanks to Hiro)
4272         * src/mimeview.c
4273                 Fix saving of parts when there name can't be
4274                 converted from UTF-8.
4275
4276 2006-05-17 [paul]       2.2.0cvs28
4277
4278         * po/Makefile.in.in
4279                 fix config.status warning with autoconf 2.60
4280
4281 2006-05-17 [paul]       2.2.0cvs27
4282
4283         * po/POTFILES.in
4284                 add src/mbox.c
4285
4286 2006-05-17 [wwp]        2.2.0cvs26
4287
4288         * src/mainwindow.c
4289                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4290
4291 2006-05-17 [wwp]        2.2.0cvs25
4292
4293         * src/plugins/demo/demo.c
4294                 updated product name in plugin demo (many plugins need to be
4295                 sync'ed w/ that change).
4296
4297 2006-05-17 [colin]      2.2.0cvs24
4298
4299         * src/mh.c
4300                 Fix leak
4301
4302 2006-05-16 [colin]      2.2.0cvs23
4303
4304         * src/mainwindow.c
4305                 Stupid me hit again. Fix cvs22.
4306
4307 2006-05-16 [colin]      2.2.0cvs22
4308
4309         * src/mainwindow.c
4310                 Fix bug #922 (sylpheed-claws crashed after 
4311                 pushing on Inbox folder)
4312
4313 2006-05-16 [colin]      2.2.0cvs21
4314
4315         * src/compose.c
4316                 Make From header be copy/paste/select-able
4317
4318 2006-05-16 [wwp]        2.2.0cvs20
4319
4320         * src/export.c
4321         * src/matcher.c
4322         * src/summaryview.c
4323         * src/etpan/imap-thread.c
4324                 fix some compiler warnings (thanks to Colin).
4325
4326 2006-05-16 [wwp]        2.2.0cvs19
4327
4328         * src/action.c
4329         * src/gedit-print.c
4330         * src/inc.c
4331         * src/mainwindow.c
4332         * src/mh.c
4333         * src/statusbar.c
4334         * src/send_message.c
4335         * src/summaryview.c
4336                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4337
4338 2006-05-15 [colin]      2.2.0cvs18
4339
4340         * src/procmsg.c
4341                 Fix automatic rule creation with List-Post
4342
4343 2006-05-15 [paul]       2.2.0cvs17
4344
4345         * tools/filter_conv_new.pl
4346                 updated for rule enabling/disabling
4347                 claws version >= 2.3.x required
4348
4349 2006-05-15 [cleroy]     2.2.0cvs16
4350
4351         * src/main.c
4352                 Revert test
4353
4354 2006-05-15 [cleroy]     2.2.0cvs15
4355
4356         * src/main.c
4357                 test
4358
4359 2006-05-15 [wwp]        2.2.0cvs14
4360
4361         * manual/pl/.cvsignore
4362                 ignore generated files.
4363
4364 2006-05-14 [wwp]        2.3.0-rc1
4365
4366         * 2.3.0-rc1 released
4367
4368 2006-05-13 [wwp]        2.2.0cvs13
4369
4370         * src/filtering.c
4371         * src/filtering.h
4372         * src/matcher.c
4373         * src/matcher_parser_lex.l
4374         * src/matcher_parser_parse.y
4375         * src/prefs_filtering.c
4376                 new feature: provide the ability to disable filtering and processing
4377                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4378                 adaptations.
4379
4380 2006-05-13 [colin]      2.2.0cvs12
4381
4382         * src/compose.c
4383                 Remove useless if (a) b; else b;
4384                 Thanks to wwp
4385
4386 2006-05-13 [wwp]        2.2.0cvs11
4387
4388         * src/export.c
4389         * src/import.c
4390         * src/mainwindow.c
4391         * src/mbox.c
4392         * src/summaryview.c
4393         * src/summaryview.h
4394                 no more silent failures (or at least less ones) when importing
4395                 or exporting from/to mbox. Also start importing/exporting if
4396                 the necessary info is set.
4397
4398 2006-05-13 [wwp]        2.2.0cvs10
4399
4400         * RELEASE_NOTES
4401                 restored up-to-date release notes.
4402
4403 2006-05-13 [paul]       2.2.0cvs9
4404
4405         * po/nl.po
4406         * po/ru.po
4407                 updated by Tim Dijkstra and Pavlo Bohmat
4408
4409 2006-05-12 [colin]      2.2.0cvs8
4410
4411         * src/gtk/quicksearch.c
4412                 Add "k" as shortcut for "colorlabel". Patch
4413                 by ath42@users.sf.net.
4414
4415 2006-05-12 [paul]       2.2.0cvs7
4416
4417         * src/prefs_common.h
4418         * src/prefs_summaries.c
4419         * src/summaryview.c
4420                 when entering a folder also allow
4421                 going directly to first Marked message
4422
4423 2006-05-12 [paul]       2.2.0cvs6
4424
4425         * src/summaryview.c
4426                 always obey 'confirm before marking all
4427                 mails read' option
4428
4429 2006-05-12 [paul]       2.2.0cvs5
4430
4431         * src/textview.c
4432                 make Sender fully clickable
4433
4434 2006-05-12 [colin]      2.2.0cvs4
4435
4436         * src/compose.c
4437         * src/compose.h
4438                 Let From be editable
4439         * src/main.c
4440         * src/mh.c
4441                 Full support of .mh_sequences' Unseen seq
4442
4443 2006-05-12 [colin]      2.2.0cvs3
4444
4445         * src/folder.c
4446         * src/mainwindow.c
4447         * src/mainwindow.h
4448         * src/messageview.c
4449         * src/prefs_spelling.c
4450         * src/procheader.c
4451         * src/procmsg.c
4452         * src/procmsg.h
4453         * src/summaryview.c
4454         * src/toolbar.c
4455         * src/toolbar.h
4456                 Add contextual menu on Compose toolbar
4457                 button. Fixes bug #944 (Automatic
4458                 addresses not applied when changing account
4459                 from compose window)
4460                 add Mailing List support
4461                 based on the old 0.6.5claws25 patch by
4462                 Melvin Hadasht, with finishing touches
4463                 by Colin
4464                 Fix "ignore thread" when mails are threaded by
4465                 subject (and weren't ignored although appearing
4466                 in the thread).
4467                 GUI rework.
4468                 Both patches by Pawel.
4469
4470 2006-05-08 [paul]       2.2.0cvs2
4471
4472         * src/mainwindow.c
4473         * src/mainwindow.h
4474         * src/messageview.c
4475         * src/procheader.c
4476         * src/procmsg.c
4477         * src/procmsg.h
4478         * src/summaryview.c
4479                 add Mailing List support
4480                 based on the old 0.6.5claws25 patch by 
4481                 Melvin Hadasht, with finishing touches
4482                 by Colin
4483
4484 2006-05-08 [colin]      2.2.0cvs1
4485
4486         * src/mainwindow.c
4487         * src/toolbar.c
4488         * src/toolbar.h
4489                 Add contextual menu on Compose toolbar 
4490                 button. Fixes bug #944 (Automatic 
4491                 addresses not applied when changing account 
4492                 from compose window)
4493
4494 2006-05-08 [paul]       2.2.0
4495
4496         2.2.0 released
4497
4498 2006-05-08 [paul]       2.1.1cvs51
4499
4500         * po/cs.po
4501         * po/de.po
4502         * po/en_GB.po
4503         * po/fi.po
4504         * po/fr.po
4505         * po/pt_BR.po
4506         * po/sr.po
4507         * po/zh_CN.po
4508                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4509                 Fabien Vantard, Frederico Goncalves Guimaraes,
4510                 Aleksandar Urosevic, and Ralgh Young
4511
4512 2006-05-12 [colin]      2.1.1cvs50
4513
4514         * po/cs.po
4515         * po/de.po
4516         * po/en_GB.po
4517         * po/es.po
4518         * po/fi.po
4519         * po/fr.po
4520         * po/pt_BR.po
4521         * po/sr.po
4522         * po/zh_CN.po
4523                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4524                 Fabien Vantard, Frederico Goncalves Guimaraes,
4525                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4526
4527 2006-05-05 [colin]      2.1.1cvs49
4528
4529         * manual/Makefile.am
4530         * manual/pl/Makefile.am
4531         * manual/pl/account.xml
4532         * manual/pl/ack.xml
4533         * manual/pl/addrbook.xml
4534         * manual/pl/advanced.xml
4535         * manual/pl/faq.xml
4536         * manual/pl/glossary.xml
4537         * manual/pl/gpl.xml
4538         * manual/pl/handling.xml
4539         * manual/pl/intro.xml
4540         * manual/pl/keyboard.xml
4541         * manual/pl/plugins.xml
4542         * manual/pl/starting.xml
4543         * manual/pl/sylpheed-claws-manual.xml
4544         * manual/pl/dist/.cvsignore
4545         * manual/pl/dist/Makefile.am
4546         * manual/pl/dist/html/.cvsignore
4547         * manual/pl/dist/html/Makefile.am
4548         * manual/pl/dist/pdf/.cvsignore
4549         * manual/pl/dist/pdf/Makefile.am
4550         * manual/pl/dist/ps/.cvsignore
4551         * manual/pl/dist/ps/Makefile.am
4552         * manual/pl/dist/txt/.cvsignore
4553         * manual/pl/dist/txt/Makefile.am
4554                 Add the polish translation of the manual,
4555                 Authored by Pawel Pekala.
4556
4557 2006-05-05 [cleroy]     2.1.1cvs48
4558
4559         * src/main.c
4560                 Re-read matcherrc after loading plugins 
4561                 if some of them add folders.
4562
4563 2006-05-03 [colin]      2.1.1cvs47
4564
4565         * src/imap.c
4566                 I'm idiot
4567
4568 2006-05-03 [colin]      2.1.1cvs46
4569
4570         * src/imap.c
4571                 Be sure to have a session when
4572                 getting separator
4573
4574 2006-05-03 [colin]      2.1.1cvs45
4575
4576         * src/imap.c
4577         * src/imap.h
4578         * src/imap_gtk.c
4579                 Fix preventing renaming with namespace 
4580                 separator.
4581
4582 2006-05-01 [colin]      2.1.1cvs44
4583
4584         * src/action.c
4585                 Don't reload messageview when result of
4586                 action is piped.
4587
4588 2006-04-29 [colin]      2.1.1cvs43
4589
4590         * src/prefs_receive.c
4591         * src/plugins/spamassassin/spamassassin_gtk.c
4592         * src/plugins/clamav/clamav_plugin_gtk.c
4593                 GUI fixes by Pawel
4594
4595 2006-04-29 [colin]      2.1.1cvs42
4596
4597         * src/prefs_compose_writing.c
4598         * src/prefs_quote.c
4599                 Cleanups. Patch by Pawel
4600
4601 2006-04-28 [paul]       2.1.1cvs41
4602
4603         * src/matcher.c
4604                 fix returned quick search results when search
4605                 term contains an underscore.
4606                 Thanks to Colin
4607
4608 2006-04-28 [paul]       2.1.1cvs40
4609
4610         * src/prefs_message.c
4611         * src/prefs_receive.c
4612                 GUI cleanups
4613                 Patches by Pawel Pekala
4614
4615 2006-04-27 [colin]      2.1.1cvs39
4616
4617         * src/wizard.c
4618                 Differentiate subject Welcome from
4619                 window's title Welcome
4620
4621 2006-04-27 [paul]
4622
4623         2.2.0-rc1 released
4624
4625 2006-04-27 [paul]       2.1.1cvs38
4626
4627         * manual/advanced.xml
4628         * manual/fr/advanced.xml
4629                 add info about compose_no_markup hidden pref
4630
4631 2006-04-27 [paul]       2.1.1cvs37
4632
4633         * src/prefs_account.c
4634                 improve privacy labels
4635         * src/prefs_msg_colors.c
4636                 change some strings for translators' convenience
4637         * src/gtk/gtkutils.c
4638                 don't underline the link button text
4639
4640 2006-04-25 [colin]      2.1.1cvs36
4641
4642         * src/folder.c
4643                 Complete 2.1.1cvs33 (once more ;)
4644
4645 2006-04-25 [colin]      2.1.1cvs35
4646
4647         * src/editldap.c
4648                 Fix tooltip
4649
4650 2006-04-25 [cleroy]     2.1.1cvs34
4651
4652         * src/compose.c
4653         * src/gtk/gtkaspell.c
4654                 Fix crash on redirect (related to the return 
4655                 of the aspell menu in compose's toolbar)
4656         * src/prefs_msg_colors.c
4657                 Fix sensitivity widgets
4658         * src/image_viewer.c
4659         * src/gtk/pluginwindow.c
4660         * src/gtk/prefswindow.c
4661                 Change released signals to clicked (Fabien)
4662         * po/POTFILES.in
4663         * src/common/socket.c
4664         * src/plugins/spamassassin/spamassassin.c
4665                 Translate strings (Fabien)
4666
4667 2006-04-25 [paul]       2.1.1cvs33
4668
4669         * src/folder.c
4670         * src/folder.h
4671         * src/folderview.c
4672                 complete the fix of bug #912
4673                 Thanks to Colin
4674
4675 2006-04-25 [colin]      2.1.1cvs32
4676
4677         * src/news.c
4678                 Better progress bar
4679         * src/mimeview.c
4680         * src/summaryview.c
4681         * src/summaryview.h
4682                 Fix focus chain
4683                 Patches by Pawel Pekala
4684
4685 2006-04-24 [colin]      2.1.1cvs31
4686
4687         * src/compose.c
4688                 Fix compilation warnings (Fabien)
4689
4690 2006-04-24 [colin]      2.1.1cvs30
4691
4692         * src/addrindex.c
4693         * src/editldap.c
4694         * src/editldap_basedn.c
4695         * src/editldap_basedn.h
4696         * src/ldapctrl.c
4697         * src/ldapctrl.h
4698         * src/ldapquery.c
4699         * src/ldaputil.c
4700         * src/ldaputil.h
4701                 Fix bug #901 (LDAPS support)
4702
4703 2006-04-24 [colin]      2.1.1cvs29
4704
4705         * src/compose.c
4706                 Fix logic on error with send dialog on
4707         * src/imap.c
4708                 Fix compilation without libetpan, thanks
4709                 to Fabien
4710         * src/summaryview.c
4711                 Fix 'context-menu' key
4712
4713 2006-04-23 [colin]      2.1.1cvs28
4714
4715         * src/folder.c
4716                 Never free current's cache to free up 
4717                 memory. Fixes bug #912 (new count 
4718                 randomly set to message count)
4719
4720 2006-04-23 [colin]      2.1.1cvs27
4721
4722         * src/gtk/quicksearch.c
4723                 And remove printf...
4724
4725 2006-04-23 [colin]      2.1.1cvs26
4726
4727         * src/gtk/quicksearch.c
4728                 Fix replacing in quicksearch, and fix inserting
4729                 in the middle of the string. (introduced at 2.1.0cvs22)
4730
4731 2006-04-23 [colin]      2.1.1cvs25
4732
4733         * src/imap.c
4734                 Make sure uidnext is initialized in get_num_list
4735                 (not for stable, related to 2.1.1cvs8 and friends)
4736
4737 2006-04-23 [colin]      2.1.1cvs24
4738
4739         * src/imap.c
4740                 Output something when login is successful
4741                 too
4742
4743 2006-04-23 [colin]      2.1.1cvs23
4744
4745         * src/etpan/imap-thread.c
4746                 Better logging (line-per-line, hide data in fetch)
4747                 Fix a const warning
4748         * src/gtk/logwindow.c
4749         * src/gtk/logwindow.h
4750                 Better logging (color for input/output)
4751
4752 2006-04-21 [colin]      2.1.1cvs22
4753
4754         * src/gtk/quicksearch.c
4755                 On gtk+-2.8, use stock buttons in quicksearch
4756                 Based on a patch by Fabien and a design by Paul
4757
4758 2006-04-21 [colin]      2.1.1cvs21
4759
4760         * src/folderview.c
4761         * src/mainwindow.c
4762                 Fix occasional flicker in folderview
4763         * src/common/utils.c
4764                 Fix bug #943 (Incorrectly parsed email address 
4765                 list in short headers on message view and in 
4766                 printouts)
4767
4768 2006-04-20 [colin]      2.1.1cvs20
4769
4770         * src/imap.c
4771         * src/imap.h
4772         * src/prefs_account.c
4773                 Add ANONYMOUS auth for IMAP
4774
4775 2006-04-20 [paul]       2.1.1cvs19
4776
4777         * src/main.c
4778                 proper fix for 2.1.1cvs18
4779                 Thanks to Colin
4780
4781 2006-04-20 [paul]       2.1.1cvs18
4782
4783         * src/main.c
4784                 fix build warnings
4785
4786 2006-04-20 [paul]       2.1.1cvs17
4787
4788         * src/gtk/quicksearch.c
4789                 fix standard, non-extended Quick search,
4790                 was broken in 2.1.1cvs15.
4791                 Thanks to Colin.
4792
4793 2006-04-20 [colin]      2.1.1cvs16
4794
4795         * src/prefs_matcher.c
4796                 Fix values when reselecting a ~test
4797                 rule
4798
4799 2006-04-19 [colin]      2.1.1cvs15
4800
4801         * src/compose.c
4802         * src/compose.h
4803         * src/gtk/gtkaspell.c
4804         * src/gtk/gtkaspell.h
4805                 Put back Options menu in Spelling/
4806         * src/gtk/quicksearch.c
4807                 Don't search, and show error, if the
4808                 advanced search has a syntax error
4809
4810 2006-04-18 [colin]      2.1.1cvs14
4811
4812         * src/textview.c
4813                 Fix gdk warnings on set_cursor when textview
4814                 isn't visible
4815
4816 2006-04-18 [colin]      2.1.1cvs13
4817
4818         * src/gtk/gtksctree.c
4819                 Remove seemingly useless refresh that causes
4820                 flicker - watch this commit in case of 
4821                 problems before planned backport to stable
4822
4823 2006-04-18 [colin]      2.1.1cvs12
4824
4825         * src/imap.c
4826                 Factorize get/set_xml code
4827         * src/compose.c
4828         * src/prefs_account.c
4829         * src/prefs_account.h
4830         * src/procmsg.c
4831                 Add Encrypt to self option
4832
4833 2006-04-17 [colin]      2.1.1cvs11
4834
4835         * configure.ac
4836                 Fix search on encrpyt function on dragonfly
4837                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4838
4839 2006-04-17 [colin]      2.1.1cvs10
4840
4841         * src/prefs_account.c
4842                 Be safe by default: remove mails from POP3
4843                 after 7 days, not immediately
4844
4845 2006-04-17 [colin]      2.1.1cvs9
4846
4847         * src/etpan/imap-thread.c
4848                 Fix build on DragonFly - patch by 
4849                 Jonathan Buschmann <jonthn@agmact.com>
4850
4851 2006-04-17 [colin]      2.1.1cvs8
4852
4853         * src/imap.c
4854                 Save uidnext between sessions
4855
4856 2006-04-17 [colin]      2.1.1cvs7
4857
4858         * src/imap.c
4859                 scan is required when uid validity changes
4860
4861 2006-04-17 [colin]      2.1.1cvs6
4862
4863         * src/folderview.c
4864                 Don't scan if not necessary, apart in current
4865                 folder and INBOX to fetch flags.
4866         * src/imap.c
4867                 Scan is necessary if unread count changes
4868
4869 2006-04-17 [colin]      2.1.1cvs5
4870
4871         * src/imap.c
4872                 ...But always fetch ANSWERED and DELETED flags for
4873                 INBOX, as filtering can happen on these flags.
4874
4875 2006-04-17 [colin]      2.1.1cvs4
4876
4877         * src/imap.c
4878                 Don't fetch REPLIED and DELETED flags when synchronising
4879                 flags with a closed folder. We only need UNSEEN and FLAGGED
4880                 to update the folderview.
4881
4882 2006-04-17 [colin]      2.1.1cvs3
4883
4884         * src/imap.c
4885                 Faster flag search when there are new mails 
4886                 in a folder. We can do a full search if the 
4887                 folder contains less messages than the new
4888                 list.
4889
4890 2006-04-17 [colin]      2.1.1cvs2
4891
4892         * po/cs.po
4893         * po/de.po
4894         * po/fr.po
4895         * po/nl.po
4896         * po/pt_BR.po
4897                 Update translations from stable branch
4898
4899 2006-04-17 [colin]      2.1.1cvs1
4900
4901         * configure.ac
4902                 Bump version to follow stable release
4903
4904 2006-04-16 [mones]      2.1.0cvs50
4905
4906         * po/es.po
4907                 Updated for release
4908
4909 2006-04-16 [colin]      2.1.0cvs49
4910
4911         * src/textview.c
4912                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4913                 with gtk < 2.8. Thanks to Fabien Vantard.
4914
4915 2006-04-15 [colin]      2.1.0cvs48
4916
4917         * src/etpan/imap-thread.c
4918                 Fix bug #919 (libetpan: SEGV when connecting 
4919                 using command)
4920
4921 2006-04-14 [colin]      2.1.0cvs47
4922
4923         * src/main.c
4924                 Fix race on --select (should be done better)
4925
4926 2006-04-14 [wwp]        2.1.0cvs46
4927
4928         * src/send_message.c
4929                 enforce a check for domain in account prefs (a sending
4930                 error could be faced if domain was checked but no value set),
4931                 thanks to Colin.
4932
4933 2006-04-14 [colin]      2.1.0cvs45
4934
4935         * src/codeconv.c
4936                 when converting from unknown to unknown, if the
4937                 string is UTF8, don't convert it to the locale
4938                 (which breaks it)
4939
4940 2006-04-14 [colin]      2.1.0cvs44
4941
4942         * src/compose.c
4943                 Don't try to use ASCII for converting headers
4944                 (as done in body)
4945
4946 2006-04-14 [paul]       2.1.0cvs43
4947
4948         * src/crash.c
4949                 add locale/charset info to crash report
4950         * src/gtk/about.c
4951                 add wwp to doc team
4952                 replace 'e-mail' with preferred 'email'
4953         * src/gtk/authors.h
4954                 ensure contributors list is in alphabetical
4955                 order
4956
4957 2006-04-13 [colin]      2.1.0cvs42
4958
4959         * src/textview.c
4960                 Prevent gdk warnings
4961
4962 2006-04-13 [colin]      2.1.0cvs41
4963
4964         * src/common/ssl_certificate.c
4965         * src/common/ssl_certificate.h
4966         * src/gtk/sslcertwindow.c
4967                 Warn on expired certs, and display the expiration date
4968
4969 2006-04-13 [colin]      2.1.0cvs40
4970
4971         * src/plugins/spamassassin/spamassassin_gtk.c
4972                 Fix missing set_text on unix socket
4973
4974 2006-04-13 [wwp]        2.1.0cvs39
4975
4976         * manual/fr/advanced.xml
4977         * manual/fr/glossary.xml
4978                 applied new spam/ham/email lexicon (pourriel, courriel)
4979
4980 2006-04-13 [paul]       2.1.0cvs38
4981
4982         * src/plugins/pgpmime/plugin.c
4983                 remove the mention of S/MIME from the
4984                 description. This is now handled by the
4985                 S/MIME plugin.
4986
4987 2006-04-13 [paul]       2.1.0cvs37
4988
4989         * src/prefs_msg_colors.c
4990                 rework dialog
4991         * src/prefs_folder_item.c
4992         * src/prefs_spelling.c
4993                 add a tooltip to the colour selector buttons
4994
4995 2006-04-13 [wwp]        2.1.0cvs36
4996
4997         * manual/advanced.xml
4998         * manual/glossary.xml
4999         * manual/handling.xml
5000         * manual/keyboard.xml
5001         * manual/plugins.xml
5002         * manual/starting.xml
5003         * manual/fr/account.xml
5004         * manual/fr/ack.xml
5005         * manual/fr/addrbook.xml
5006         * manual/fr/advanced.xml
5007         * manual/fr/faq.xml
5008         * manual/fr/glossary.xml
5009         * manual/fr/gpl.xml
5010         * manual/fr/handling.xml
5011         * manual/fr/intro.xml
5012         * manual/fr/keyboard.xml
5013         * manual/fr/plugins.xml
5014         * manual/fr/starting.xml
5015         * manual/fr/sylpheed-claws-manual.xml
5016                 fixes to the manuals:
5017                  - summaryview -> Message List (same in French)
5018                  - translate key names
5019                  - fix French punctuation, use non-breakable spaces when
5020                    necessary, don't use &thinsp; which is not portable
5021                  - tell what maildir and mbox formats we support
5022
5023 2006-04-12 [wwp]        2.1.0cvs35
5024
5025         * src/prefs_toolbar.c
5026                 unified a replace button more,
5027                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5028
5029 2006-04-12 [wwp]        2.1.0cvs34
5030
5031         * src/prefs_common.c
5032         * src/prefs_msg_colors.c
5033                 make default color labels translatable,
5034                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5035                 thanks to Tim <timbrain@post.cz> for reporting.
5036
5037 2006-04-12 [wwp]        2.1.0cvs33
5038
5039         * manual/glossary.xml
5040         * manual/intro.xml
5041         * manual/plugins.xml
5042         * manual/starting.xml
5043         * manual/sylpheed-claws-manual.xml
5044         * manual/fr/.cvsignore
5045         * manual/fr/account.xml
5046         * manual/fr/ack.xml
5047         * manual/fr/addrbook.xml
5048         * manual/fr/advanced.xml
5049         * manual/fr/faq.xml
5050         * manual/fr/glossary.xml
5051         * manual/fr/handling.xml
5052         * manual/fr/intro.xml
5053         * manual/fr/keyboard.xml
5054         * manual/fr/plugins.xml
5055         * manual/fr/starting.xml
5056         * manual/fr/sylpheed-claws-manual.xml
5057                 various fixes: typos, missing .fr translations, punctuation,
5058                 capitalization, links, accents and some bad French more.
5059
5060 2006-04-12 [wwp]        2.1.0cvs32
5061
5062         * src/prefs_gtk.c
5063                 fix for bug #935: always store prefs files in UTF-8 (thanks
5064                 to Colin).
5065
5066 2006-04-11 [colin]      2.1.0cvs31
5067
5068         * src/compose.c
5069                 Fix inserting files not in utf8 when locale is utf8
5070
5071 2006-04-11 [colin]      2.1.0cvs30
5072
5073         * src/inc.c
5074                 Don't show error dialog when cancelling connection
5075                 Patch by Pawel
5076
5077 2006-04-11 [cleroy]     2.1.0cvs29
5078
5079         * src/compose.c
5080                 Implement multiple quote levels
5081         * src/prefs_common.c
5082                 Change a little bit the quote bgcolor for 2nd level
5083
5084 2006-04-11 [colin]      2.1.0cvs28
5085
5086         * src/gtk/about.c
5087                 Add locale and charset in the label
5088
5089 2006-04-10 [colin]      2.1.0cvs27
5090
5091         * src/compose.c
5092         * src/prefs_common.c
5093         * src/prefs_common.h
5094         * src/prefs_msg_colors.c
5095         * src/textview.c
5096                 Allow optional background color in quotes
5097                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5098                 GTK+-2.8.x feature
5099
5100 2006-04-10 [colin]      2.1.0cvs26
5101
5102         * src/main.c
5103         * src/mainwindow.c
5104         * src/mainwindow.h
5105                 Implement --select
5106
5107 2006-04-10 [colin]      2.1.0cvs25
5108
5109         * manual/plugins.xml
5110         * manual/fr/plugins.xml
5111                 Document libcurl's proxy variables
5112
5113 2006-04-09 [colin]      2.1.0cvs24
5114
5115         * src/prefs_common.c
5116                 gettext() returns statically allocated stuff. We have
5117                 to strdup it in order to be able to free it.
5118
5119 2006-04-09 [colin]      2.1.0cvs23
5120
5121         * AUTHORS
5122         * src/gtk/authors.h
5123                 Add Alexei
5124
5125 2006-04-09 [colin]      2.1.0cvs22
5126
5127         * src/mainwindow.c
5128         * src/gtk/quicksearch.c
5129                 Fix bug #859 (problems with cyrilic input in 
5130                 search panel) - Patch by Alexey Illarionov 
5131                 <littlesavage@rambler.ru>
5132
5133 2006-04-09 [colin]      2.1.0cvs21
5134
5135         * src/prefs_customheader.c
5136                 I prefer removing then freeing rather than the contrary
5137                 (even if it doesn't change anything ;-)
5138         * src/prefs_account.c
5139                 Fix bug #933 (Crash re-entering the custom headers list 
5140                 dialog in accounts prefs)
5141                 The problem happened when cancelling the Account 
5142                 Preferences' dialogs - in which case we didn't do 
5143                 anything to the PrefsAccount * struct. In case of applying,
5144                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5145                 working with in this dialog. The problem is that 
5146                 prefs_customheader.c, working on this tmp_ac_prefs, always
5147                 changes the ->customhdr_list pointer, even when cancelled. 
5148                 So in case of cancelling the prefs_account dialog, we still
5149                 have to update ->customhdr_list in the real account.
5150
5151 2006-04-08 [colin]      2.1.0cvs20
5152
5153         * manual/fr/glossary.xml
5154         * manual/fr/keyboard.xml
5155                 Forgot some headers :)
5156
5157 2006-04-08 [colin]      2.1.0cvs19
5158
5159         * manual/Makefile.am
5160         * manual/fr/Makefile.am
5161         * manual/fr/account.xml
5162         * manual/fr/ack.xml
5163         * manual/fr/addrbook.xml
5164         * manual/fr/advanced.xml
5165         * manual/fr/faq.xml
5166         * manual/fr/glossary.xml
5167         * manual/fr/gpl.xml
5168         * manual/fr/handling.xml
5169         * manual/fr/intro.xml
5170         * manual/fr/keyboard.xml
5171         * manual/fr/plugins.xml
5172         * manual/fr/starting.xml
5173         * manual/fr/sylpheed-claws-manual.xml
5174         * manual/fr/dist/.cvsignore
5175         * manual/fr/dist/Makefile.am
5176         * manual/fr/dist/html/.cvsignore
5177         * manual/fr/dist/html/Makefile.am
5178         * manual/fr/dist/pdf/.cvsignore
5179         * manual/fr/dist/pdf/Makefile.am
5180         * manual/fr/dist/ps/.cvsignore
5181         * manual/fr/dist/ps/Makefile.am
5182         * manual/fr/dist/txt/.cvsignore
5183         * manual/fr/dist/txt/Makefile.am
5184                 Add the french translation of the manual. Thanks to
5185                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5186                 account.xml, ack.xml, addrbook.xml and advanced.xml
5187
5188 2006-04-08 [colin]      2.1.0cvs18
5189
5190         * manual/plugins.xml
5191         * manual/starting.xml
5192                 More fixes
5193
5194 2006-04-07 [colin]      2.1.0cvs17
5195
5196         * manual/faq.xml
5197         * manual/intro.xml
5198         * manual/keyboard.xml
5199                 Little fixes
5200
5201 2006-04-07 [colin]      2.1.0cvs16
5202
5203         * README
5204         * src/compose.c
5205         * src/prefs_common.c
5206         * src/prefs_common.h
5207                 Add hidden compose_no_markup pref
5208
5209 2006-04-07 [wwp]        2.1.0cvs15
5210
5211         * src/summary_search.c
5212         * .cvsignore
5213                 Bugfix: stop button was sticky when searching in an empty folder.
5214                 Applied curly brackets code style to the whole file (summary_search.c).
5215                 More files to ignore.
5216
5217 2006-04-07 [wwp]        2.1.0cvs14
5218
5219         * src/message_search.c
5220         * src/summary_search.c
5221                 changed default button when search bumps at file/folder
5222                 beginning or end, for convenience (thanks to Colin).
5223
5224 2006-04-07 [paul]       2.1.0cvs13
5225
5226         * src/plugins/dillo_viewer/dillo_prefs.c
5227                 avoid future potential for namespace collision
5228                 Patch by Colin
5229
5230 2006-04-06 [wwp]        2.1.0cvs12
5231
5232         * src/summary_search.c
5233                 Unify extended/advanced searches names (and thus factorize labels),
5234                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5235
5236 2006-04-06 [wwp]        2.1.0cvs11
5237
5238         * src/folderview.c
5239         * src/prefs_themes.c
5240         * src/summaryview.c
5241                 Fixed some compilation warnings.
5242
5243 2006-04-06 [colin]      2.1.0cvs10
5244
5245         * manual/advanced.xml
5246                 Document the wizard template and how to deploy
5247                 Sylpheed-Claws effectively
5248
5249 2006-04-06 [colin]      2.1.0cvs9
5250
5251         * src/folderview.c
5252                 gettext patch to tell translators about _("#"),
5253                 by Maxim Britov
5254
5255 2006-04-06 [colin]      2.1.0cvs8
5256
5257         * src/textview.c
5258                 Fix invalid GtkTextBIter after clicking "Display as text"
5259
5260 2006-04-06 [mones]      2.1.0cvs7
5261
5262         * src/addr_compl.c
5263         * src/addrindex.c
5264         * src/addritem.c
5265         * src/codeconv.c
5266         * src/compose.c
5267         * src/filtering.c
5268         * src/folder.c
5269         * src/folder_item_prefs.c
5270         * src/folderview.c
5271         * src/localfolder.c
5272         * src/matcher.c
5273         * src/mimeview.c
5274         * src/prefs_msg_colors.c
5275         * src/prefs_spelling.c
5276         * src/prefs_themes.c
5277         * src/procmime.c
5278         * src/procmsg.c
5279         * src/stock_pixmap.c
5280         * src/summaryview.c
5281         * src/textview.c
5282         * src/toolbar.c
5283         * src/common/mgutils.c
5284         * src/common/prefs.c
5285         * src/common/ssl_certificate.c
5286         * src/gtk/colorlabel.c
5287         * src/gtk/quicksearch.c
5288         * src/plugins/pgpmime/pgpmime.c
5289         * src/plugins/spamassassin/spamassassin.c
5290                 Removed redundant NULL checks for g_free() calls.
5291                 Patch by Pawel Pekala.
5292
5293 2006-04-06 [mones]      2.1.0cvs6
5294
5295         * src/prefs_actions.c
5296         * src/prefs_filtering.c
5297         * src/prefs_filtering_action.c
5298         * src/prefs_matcher.c
5299         * src/prefs_template.c
5300         * src/gtk/gtkutils.c
5301         * src/gtk/gtkutils.h
5302                 Have a nice replace button. Patch by Pawel Pekala
5303
5304 2006-04-06 [colin]      2.1.0cvs5
5305
5306         * src/addressbook.c
5307                 Fix crash with empty columns
5308
5309 2006-04-05 [colin]      2.1.0cvs4
5310
5311         * src/wizard.c
5312         * src/prefs_gtk.c
5313                 Allow wizard customization with pre-filled values
5314
5315 2006-04-05 [colin]      2.1.0cvs3
5316
5317         * src/textview.c
5318         * src/mimeview.c
5319         * src/mimeview.h
5320                 Nicer messages in mimeview
5321
5322 2006-04-05 [colin]      2.1.0cvs2
5323
5324         * src/addressbook.c
5325         * src/prefs_summaries.c
5326                 i18n fix
5327
5328 2006-04-05 [colin]      2.1.0cvs1
5329
5330         * src/plugins/pgpcore/plugin.c
5331         * src/plugins/pgpcore/select-keys.c
5332         * src/plugins/pgpcore/select-keys.h
5333         * src/plugins/pgpcore/sgpgme.c
5334         * src/plugins/pgpcore/sgpgme.h
5335         * src/plugins/pgpinline/pgpinline.c
5336         * src/plugins/pgpinline/plugin.c
5337         * src/plugins/pgpmime/pgpmime.c
5338         * src/plugins/pgpmime/plugin.c
5339                 Factorize and generalize a bit 
5340                 Drop S/MIME signature verification from PGP/MIME
5341                 (adding it as another, more complete plugin)
5342
5343 2006-04-05 [paul]       2.1.0
5344
5345         2.1.0 released
5346
5347 2006-04-05 [paul]       2.0.0cvs186
5348
5349         * manual/advanced.xml
5350                 add info on colour labels
5351
5352 2006-04-05 [paul]       2.0.0cvs185
5353
5354         * po/bg.po
5355         * po/cs.po
5356         * po/de.po
5357         * po/el.po
5358         * po/en_GB.po
5359         * po/fi.po
5360         * po/fr.po
5361         * po/it.po
5362         * po/nl.po
5363         * po/pl.po
5364         * po/pt_BR.po
5365         * po/sr.po
5366         * po/zh_CN.po
5367                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5368                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5369                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5370                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5371         * src/gtk/authors.h
5372         * tools/claws.i18n.status.pl
5373                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5374                 and new Czech translator, Tim <timbrain@post.cz>
5375
5376 2006-04-05 [mones]      2.0.0cvs184
5377
5378         * po/es.po
5379                 Updated translation
5380
5381 2006-04-05 [colin]      2.0.0cvs183
5382
5383         * src/gtk/quicksearch.c
5384                 Fix bug #929 (unnecessary reload in quick search bar)
5385
5386 2006-04-05 [colin]      2.0.0cvs182
5387
5388         * src/compose.c
5389                 Fix crash on Reply with no From:
5390                 Show signature and conversion error on queuing 
5391                 (but not sending)
5392         * src/mainwindow.c
5393         * src/summaryview.c
5394         * src/summaryview.h
5395                 Factorize threading code and make sure msginfo 
5396                 is not null when it comes from a GtkCTreeRow's 
5397                 data
5398         * src/gtk/gtkaspell.c
5399                 Check for necessary things
5400         * src/gtk/gtksctree.c
5401         * src/gtk/gtksctree.h
5402                 Reset anchor if necessary when removing node
5403
5404 2006-03-29 [colin]      2.0.0cvs181
5405
5406         * src/folderview.c
5407                 Warn for disabled IMAP accounts (due to lack of
5408                 libetpan). Breaks string-freeze - sorry - but it
5409                 is kind of important ;)
5410
5411 2006-03-28 [colin]      2.0.0cvs180
5412
5413         * src/gtk/gtkutils.c
5414         * src/gtk/gtkutils.h
5415                 Add a gtkut_get_link_btn() function that
5416                 creates a button which acts like an URI
5417         * src/prefs_themes.c
5418         * src/gtk/about.c
5419                 Use this function (factorizes codes)
5420         * src/common/defs.h
5421         * src/gtk/pluginwindow.c
5422                 Add a "Get more..." in the plugins window
5423
5424 2006-03-28 [colin]      2.0.0cvs179
5425
5426         * src/common/smtp.c
5427         * src/common/passcrypt.c
5428         * src/undo.c
5429                 Warning fixes. Patch by Pawel Pekala
5430
5431 2006-03-27 [colin]      2.0.0cvs178
5432
5433         * src/undo.c
5434                 Fix undoing by blocks with spaces
5435
5436 2006-03-27 [colin]      2.0.0cvs177
5437
5438         * src/textview.c
5439                 Set margin to 3px for headers
5440
5441 2006-03-27 [paul]
5442
5443         2.1.0-rc2 released
5444
5445 2006-03-27 [wwp]        2.0.0cvs176
5446
5447         * src/summaryview.c
5448                 don't reset quicksearch when updating the message list.
5449                 Thanks to Colin.
5450
5451 2006-03-26 [wwp]        2.0.0cvs175
5452
5453         * src/compose.c
5454                 use a unified border width ('other' tab in the compose window,
5455                 patch by Pawel Pekala).
5456
5457
5458 2006-03-26 [wwp]        2.0.0cvs174
5459
5460         * src/common/quoted-printable.c
5461         * src/addressbook.c
5462                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5463
5464 2006-03-26 [colin]      2.0.0cvs173
5465
5466         * src/quote_fmt_parse.y
5467                 Fix non-UTF8 date formats messing up the whole quote a 
5468                 little bit
5469
5470 2006-03-26 [colin]      2.0.0cvs172
5471
5472         * src/procheader.c
5473                 Make sure the date is UTF8 valid, or try to make it
5474                 so. IncrediMail is really IncrediStupid.
5475         * src/compose.c
5476                 Fix possible conversions. 
5477                 
5478
5479 2006-03-26 [colin]      2.0.0cvs171
5480
5481         * src/matcher.c
5482                 Fix corner cases in body search. This is still a
5483                 hack... It seems impossible to make it good and 
5484                 reasonably fast at the same time.
5485
5486 2006-03-26 [colin]      2.0.0cvs170
5487
5488         * src/summaryview.c
5489                 I think I killed the twilight zone bug!
5490                 summary_select_node() flushes GTK events in order
5491                 to be able to center the view. But this also 
5492                 flushes keypresses like Ctrl-Alt-U, so this can
5493                 call summary_show from summary_select_node (itself
5494                 called from summary_show, etc.). And the summaryview
5495                 has to be unlocked in this function. So just locking
5496                 while processing GTK events, and bailing if locked, 
5497                 should fix it.
5498                 Fixes bug #927 (SIGSEGV during Update Summary)
5499
5500 2006-03-25 [colin]      2.0.0cvs169
5501
5502         * src/matcher.c
5503                 Fix search in QP-encoded bodies
5504                 Fix utf-8 searches in bodies encoded in the
5505                 locale's encoding
5506         * src/common/quoted-printable.c
5507         * src/common/quoted-printable.h
5508                 Add a decode function that doesn't overwrite
5509                 the original pointer
5510                 
5511
5512 2006-03-24 [colin]      2.0.0cvs168
5513
5514         * src/action.c
5515         * src/summaryview.c
5516         * src/summaryview.h
5517                 Update message cache after action
5518                 Patch by H. Merijn Brand
5519         * src/prefs_msg_colors.c
5520                 Factorize label 
5521                 Patch by Fabien Vantard
5522         * src/plugins/spamassassin/spamassassin_gtk.c
5523                 Remove useless translation
5524                 Patch by Fabien Vantard
5525
5526 2006-03-23 [colin]      2.0.0cvs167
5527
5528         * src/common/ssl.c
5529                 Let 30 seconds to SSL_connect
5530
5531 2006-03-23 [wwp]        2.0.0cvs166
5532
5533         * src/summaryview.c
5534         * src/gtk/description_window.c
5535                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5536                 and headers are translated; adjust description windows' width to fit their
5537                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5538
5539 2006-03-23 [paul]       2.0.0cvs165
5540
5541         * src/common/utils.c
5542                 fix highlighting of URIs containing "()"
5543                 (2.0.0cvs164's reversal fixed)
5544                 Thanks to Colin.
5545
5546 2006-03-23 [paul]       2.0.0cvs164
5547
5548         * src/common/utils.c
5549                 revert patch, (postponing a fix), at 2.0.0cvs120
5550                 as it breaks more URIs than it fixes.
5551                 Allow '-' to be a terminating character in a URI
5552
5553 2006-03-22 [colin]      2.0.0cvs163
5554
5555         * configure.ac
5556                 Require libetpan 0.45
5557                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5558
5559 2006-03-22 [paul]       2.0.0cvs162
5560
5561         * src/editgroup.c
5562                 replace '<-' and '->' buttons with GTK_STOCK graphical
5563                 buttons
5564         * src/summary_search.c
5565                 don't offer '...' for translation
5566                 add a tooltip to advanced search '...' button
5567         * src/gtk/quicksearch.c
5568                 don't offer '...' for translation
5569
5570 2006-03-21 [colin]      2.0.0cvs161
5571
5572         * src/compose.c
5573                 Fix middle-click pasting (insert at click
5574                 position instead of cursor position, don't
5575                 remove existing selection and allow pasting
5576                 our own selection)
5577         * src/addressbook.c
5578                 "LDAP Server" -> "LDAP servers"
5579
5580 2006-03-21 [wwp]        2.0.0cvs160
5581
5582         * src/etpan/imap-thread.c
5583                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5584
5585 2006-03-20 [colin]      2.0.0cvs159
5586
5587         * src/summaryview.c
5588                 Don't reload summaryview after an execute with no
5589                 move action
5590
5591 2006-03-19 [colin]      2.0.0cvs158
5592
5593         * src/addressbook.c
5594                 and put groups at the top, always
5595
5596 2006-03-19 [colin]      2.0.0cvs157
5597
5598         * src/addressbook.c
5599                 Order groups before names, as previously
5600
5601 2006-03-19 [colin]      2.0.0cvs156
5602
5603         * src/addressbook.c
5604                 - Sort case-unsensitive
5605                 - Put the sort arrow at opening too
5606
5607 2006-03-19 [wwp]        2.0.0cvs155
5608
5609         * src/addressbook.c
5610                 allow sorting by name/email/remarks, ensure that right-pane's contents
5611                 matches the left-pane selection (cleared when appropriate).
5612                 Patch by Pawel Pekala <c0rn@o2.pl>.
5613
5614 2006-03-18 [colin]      2.0.0cvs154
5615
5616         * src/textview.c
5617                 Fix text cursor ;)
5618
5619 2006-03-18 [colin]      2.0.0cvs153
5620
5621         * src/gtk/filesel.c
5622                 Make sure we hide the preview if we didn't get
5623                 a filename
5624
5625 2006-03-18 [colin]      2.0.0cvs152
5626
5627         * src/summaryview.c
5628                 Set cursor to watch for execution (fixes lack
5629                 of watch-cursor when dnd'ing hundreds of mails)
5630         * src/gtk/filesel.c
5631                 Check that mime type is 'image/*' before updating
5632                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5633
5634 2006-03-18 [colin]      2.0.0cvs151
5635
5636         * src/mainwindow.c
5637         * src/textview.c
5638         * src/textview.h
5639                 Put a watch cursor in textview too when the mainwindow's
5640                 cursor in a watch
5641
5642 2006-03-18 [colin]      2.0.0cvs150
5643
5644         * src/folder.c
5645                 Change wrong asserts to simple tests
5646
5647 2006-03-17 [colin]      2.0.0cvs149
5648
5649         * src/mainwindow.c
5650         * src/mainwindow.h
5651         * src/prefs_msg_colors.c
5652         * src/summaryview.c
5653         * src/summaryview.h
5654         * src/gtk/colorlabel.c
5655         * src/gtk/colorlabel.h
5656                 Add a color label menu in the main menubar
5657                 Add (fixed) accels Ctrl-{0-7} to change the color
5658                 They have to be fixed because the menu's dynamic,
5659                 the items are complex widgets, hence we can't use
5660                 a GtkItemFactory.
5661
5662
5663 2006-03-17 [wwp]        2.0.0cvs148
5664
5665         * src/compose.c
5666                 rollback few lines from my previous commit (those lines come from
5667                 a pending patch, accidentally commited, even if neutral as they are
5668                 commented out).
5669
5670 2006-03-17 [wwp]        2.0.0cvs147
5671
5672         * src/compose.c
5673                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5674                 applied code style/indentation to the modified function.
5675
5676 2006-03-17 [wwp]        2.0.0cvs146
5677
5678         * src/procmsg.c
5679         * src/compose.c
5680                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5681
5682 2006-03-17 [paul]
5683
5684         2.1.0-rc1 released
5685
5686 2006-03-17 [paul]       2.0.0cvs145
5687
5688         * src/main.c
5689                 addressbook_read_file() was called twice
5690         * src/textview.c
5691                 X-Mailer highlighting
5692
5693 2006-03-16 [colin]      2.0.0cvs144
5694
5695         * src/sourcewindow.c
5696         * src/sourcewindow.h
5697                 And the last one, in source window.
5698
5699 2006-03-16 [colin]      2.0.0cvs143
5700
5701         * src/compose.c
5702         * src/compose.h
5703                 Fix the same stuff in compose
5704
5705 2006-03-16 [colin]      2.0.0cvs142
5706
5707         * src/messageview.c
5708                 Complete the previous messageview crash fix
5709
5710 2006-03-16 [colin]      2.0.0cvs141
5711
5712         * src/procmsg.h
5713         * src/procmsg.c
5714         * src/folder.c
5715                 Fix POSTPROCESSING hook
5716                 Patch by H. Merijn Brand
5717
5718         * src/procmime.c
5719         * src/procmime.h
5720                 Parse Content-Location
5721
5722         * src/toolbar.c
5723         * src/messageview.c
5724         * src/messageview.h
5725                 Don't crash when a top-level MessageView has
5726                 been closed on us. Same problematic than
5727                 yesterday's quicksearch issue.
5728
5729 2006-03-15 [colin]      2.0.0cvs140
5730
5731         * src/gtk/quicksearch.c
5732                 Fix a bitchy race we didn't think about when we
5733                 added quicksearch cancellation:
5734                 If the search is not on cached fields, for example
5735                 body_part matchcase "stuff"
5736                 the matcher code has to get the whole message. If
5737                 we're on IMAP, that can be slow, and in order to
5738                 be non-blocking, the IMAP code idle loop processes
5739                 gtk events too. So it is possible to cancel a
5740                 quicksearch while the matcher is getting the mail's
5741                 body. After matcher got its body, it will start to
5742                 iterate over the matcher list that the Quicksearch's
5743                 clear_search_cb() just freed via prepare_matcher().
5744                 SIGSEGV ensues.
5745                 The fix consists of guarding the matcherlist_match()
5746                 call with a boolean 'matching'. If we reset the
5747                 quicksearch while matching is TRUE, we don't free
5748                 the matcherlist anymore like we did, but we set
5749                 another new flag, deferred_free, to TRUE. Then,
5750                 in quicksearch_match(), just after returning from
5751                 matcherlist_match() and unsetting the matching flag,
5752                 we check the deferred_free flag and do the
5753                 prepare_matcher() (which does the matcherlist_free)
5754                 for real, so we free the matcherlist once it's not
5755                 used anymore.
5756                 As all of this runs via the glib main loop, we
5757                 luckily don't need a mutex.
5758         * src/summaryview.c
5759                 Also, show progress while searching.
5760
5761
5762 2006-03-14 [colin]      2.0.0cvs139
5763
5764         * src/alertpanel.c
5765                 Make alertpanel_is_open non-static
5766
5767 2006-03-14 [colin]      2.0.0cvs138
5768
5769         * src/prefs_spelling.c
5770                 Cleanups - Fabien Vantard
5771
5772 2006-03-14 [wwp]        2.0.0cvs137
5773
5774         * src/main.c
5775                 code style normalization (curly braces, indentation).
5776
5777 2006-03-14 [wwp]        2.0.0cvs137
5778
5779         * src/main.c
5780                 code style (braces, indentation)
5781
5782 2006-03-12 [paul]       2.0.0cvs136
5783
5784         * src/prefs_common.c
5785                 trans_hdr defaults to FALSE to be RFC-savvy
5786         * src/prefs_summaries.c
5787                 add a tooltip to the trans_hdr option
5788                 
5789
5790 2006-03-12 [paul]       2.0.0cvs135
5791
5792         * src/prefs_matcher.c
5793                 give a little more width to the combos
5794         * src/prefs_display_header.c
5795         * src/textview.c
5796                 translate headers if prefs_common.trans_hdr
5797                 is TRUE
5798
5799         Patches by Pawel Pekala
5800
5801 2006-03-12 [paul]       2.0.0cvs134
5802
5803         * src/plugins/clamav/clamav_plugin.c
5804         * src/plugins/dillo_viewer/dillo_viewer.c
5805         * src/plugins/pgpcore/plugin.c
5806         * src/plugins/pgpinline/plugin.c
5807         * src/plugins/pgpmime/plugin.c
5808         * src/plugins/spamassassin/spamassassin.c
5809                 update/add to descriptions
5810         * src/plugins/spamassassin/spamassassin_gtk.c
5811                 fixes to the english, remove superfluous
5812                 tooltips, clean up a little
5813
5814 2006-03-12 [paul]       2.0.0cvs133
5815
5816         * src/compose.c
5817                 fix Bug 924, 'Account combo box shows up wrong 
5818                 if & is in account name'
5819
5820 2006-03-11 [colin]      2.0.0cvs132
5821
5822         * src/summaryview.c
5823                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5824                 messed up shift-selection because is slows down
5825                 moving around summaryview. thanks -users
5826
5827 2006-03-10 [colin]      2.0.0cvs131
5828
5829         * src/plugins/spamassassin/spamassassin_gtk.c
5830                 Put back Paul's engrish fixes
5831
5832 2006-03-10 [colin]      2.0.0cvs130
5833
5834         * src/plugins/spamassassin/spamassassin.c
5835         * src/plugins/spamassassin/spamassassin.h
5836         * src/plugins/spamassassin/spamassassin_gtk.c
5837                 Cleanup SA prefs page (more)
5838                 Patch by Fabien Vantard
5839
5840 2006-03-10 [paul]       2.0.0cvs129
5841
5842         * src/prefs_msg_colors.c
5843         * src/prefs_spelling.c
5844                 widget sensitivity
5845
5846 2006-03-09 [mones]      2.0.0cvs128
5847
5848         * po/es.po
5849                 Update for next RC
5850
5851 2006-03-09 [wwp]        2.0.0cvs127
5852
5853         * configure.ac
5854                 revert accidental commit (requirement for libetpan 0.43), this time
5855                 not in HEAD.
5856
5857 2006-03-09 [wwp]        2.0.0cvs125
5858
5859         * configure.ac
5860                 revert accidental commit (requirement for libetpan 0.43)
5861
5862 2006-03-09 [paul]       2.0.0cvs126
5863
5864         * src/prefs_receive.c
5865                 remove useless frame
5866                 replace 'incorporation' with 'receiving'
5867         * src/plugins/clamav/clamav_plugin_gtk.c
5868         * src/plugins/spamassassin/spamassassin_gtk.c
5869                 improve widget sensitivity
5870                 fix a bit his engrish
5871
5872 2006-03-09 [wwp]        2.0.0cvs125
5873
5874         * src/addressadd.c
5875         * src/foldersel.c
5876         * src/prefs_common.c
5877         * src/prefs_common.h
5878                 remember some more windows' sizes (add to addressbook and
5879                 select folder).
5880
5881 2006-03-09 [paul]       2.0.0cvs124
5882
5883         * src/plugins/pgpcore/prefs_gpg.c
5884                 normalise construction of dialogue
5885
5886 2006-03-09 [paul]       2.0.0cvs123
5887
5888         * src/plugins/trayicon/Makefile.am
5889                 add missing slash
5890
5891 2006-03-08 [colin]      2.0.0cvs122
5892
5893         * src/plugins/trayicon/Makefile.am
5894                 Fix build in separate dir 
5895                 Patch by Bamanzi <bamanzi@gmail.com>
5896
5897 2006-03-08 [colin]      2.0.0cvs121
5898
5899         * src/procmsg.c
5900                 Batch move and copies from summaryview with delayed execution
5901                 too
5902
5903 2006-03-07 [paul]       2.0.0cvs120
5904
5905         * src/common/utils.c
5906                 fix highlighting of URIs containing "()"
5907                 Patch by Pawel Pekala
5908
5909 2006-03-07 [paul]       2.0.0cvs119
5910
5911         * src/folder.c
5912         * src/folder.h
5913         * src/folderview.c
5914                 immediately do alphabetical resort when
5915                 changing a folder's name
5916                 Patch by Pawel Pekala
5917
5918 2006-03-07 [paul]       2.0.0cvs118
5919
5920         * src/news.c
5921         * src/news_gtk.c
5922                 when unsubscribing a newsgroup, remove the
5923                 folder and msgs in .sylpheed-claws/newscache
5924                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5925
5926 2006-03-07 [paul]       2.0.0cvs117
5927
5928         * src/textview.c
5929                 fix wrong Fake URL Warning
5930                 Thanks to Hiro
5931
5932 2006-03-07 [colin]      2.0.0cvs116
5933
5934         * src/imap.c
5935                 Return immediately when password dialog was
5936                 cancelled
5937         * src/gtk/inputdialog.c
5938                 Allow empty strings for passwords
5939
5940
5941 2006-03-06 [colin]      2.0.0cvs115
5942
5943         * src/imap.c
5944                 Prevent double-timeouts when connection fails
5945
5946 2006-03-06 [colin]
5947
5948         2.0.1-rc1 released
5949
5950 2006-03-06 [colin]      2.0.0cvs114
5951
5952         * src/imap.c
5953                 Refresh session during potentially long
5954                 operations
5955
5956 2006-03-06 [wwp]        2.0.0cvs113
5957
5958         * src/prefs_msg_colors.h
5959                 forgot that one (custom color labels).
5960
5961 2006-03-06 [wwp]        2.0.0cvs112
5962
5963         * src/prefs_common.c
5964         * src/prefs_common.h
5965         * src/prefs_msg_colors.c
5966         * src/summaryview.c
5967         * src/summaryview.h
5968         * src/gtk/colorlabel.c
5969         * src/gtk/colorlabel.h
5970                 colors in messages list are now customizable. Color values and names can
5971                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5972                 Thanks to Paul and Colin for their help with this longstanding patch!
5973
5974 2006-03-06 [wwp]        2.0.0cvs111
5975
5976         * src/textview.c
5977                 don't crash if (x)face is bad.
5978
5979 2006-03-05 [paul]       2.0.0cvs110
5980
5981         * AUTHORS
5982         * configure.ac
5983         * src/Makefile.am
5984         * src/common/Makefile.am
5985         * src/common/utils.h
5986         * src/etpan/imap-thread.c
5987         * src/gtk/authors.h
5988         * src/plugins/clamav/Makefile.am
5989         * src/plugins/demo/Makefile.am
5990         * src/plugins/dillo_viewer/Makefile.am
5991         * src/plugins/pgpcore/Makefile.am
5992         * src/plugins/pgpcore/passphrase.c
5993         * src/plugins/pgpinline/Makefile.am
5994         * src/plugins/pgpmime/Makefile.am
5995         * src/plugins/spamassassin/Makefile.am
5996         * src/plugins/trayicon/Makefile.am
5997                 fix builiding on cygwin
5998                 Patch by Ralgh Young <bamanzi@gmail.com>
5999
6000 2006-03-04 [wwp]        2.0.0cvs109
6001
6002         * manual/keyboard.xml
6003                 fix mixed up/down keys.
6004
6005 2006-03-04 [wwp]        2.0.0cvs108
6006
6007         * README
6008         * INSTALL
6009                 updated links to SpamAssassin.
6010
6011 2006-03-04 [wwp]        2.0.0cvs107
6012
6013         * manual/plugins.xml
6014         * src/plugins/spamassassin/README
6015                 updated SpamAssassin plugin docs to reflect new functional additions
6016                 (also fix/update/documents few technical stuff more, see the README).
6017
6018 2006-03-04 [wwp]        2.0.0cvs106
6019
6020         * src/prefs_message.c
6021                 normalized capitalization of message-prefs paths.
6022
6023 2006-03-04 [wwp]        2.0.0cvs105
6024
6025         * manual/advanced.xml
6026                 typo.
6027
6028 2006-03-03 [colin]      2.0.0cvs104
6029
6030         * src/plugins/clamav/clamav_plugin_gtk.c
6031                 Rework prefs page, patch by Fabien 
6032
6033 2006-03-03 [colin]      2.0.0cvs103
6034
6035         * src/plugins/clamav/clamav_plugin.c
6036                 Set error on all errors
6037
6038 2006-03-03 [colin]      2.0.0cvs102
6039
6040         * src/common/plugin.c
6041                 Initialize error to avoid crashing when a plugin fails
6042                 without setting error
6043
6044 2006-03-02 [wwp]        2.0.0cvs101
6045
6046         * configure.ac
6047                 fixed linker flags for libetpan support on Cygwin
6048                 (thanks to H.Merijn Brand).
6049
6050 2006-03-02 [wwp]        2.0.0cvs100
6051
6052         * src/addressbook.c
6053                 fix some AB error messages: one for punctuation and
6054                 one wrongly duplicate (thanks, maxbritov).
6055
6056 2006-03-02 [wwp]        2.0.0cvs99
6057
6058         * src/plugins/spamassassin/spamassassin.c
6059                 make sync calls to sa-learn/spamc to prevent
6060                 system (whatever local or client/server) overload.
6061
6062 2006-03-02 [colin]      2.0.0cvs98
6063
6064         * src/summaryview.c
6065                 Put the spam icon in the status column instead of the
6066                 mark one
6067
6068 2006-03-01 [colin]      2.0.0cvs97
6069
6070         * src/plugins/spamassassin/spamassassin.c
6071                 Fix segfault (g_file_set_contents fails for some 
6072                 reason and err==0x2f. Can't find out why with
6073                 valgrind, using working function :-)
6074
6075 2006-03-01 [colin]      2.0.0cvs96
6076
6077         * src/inc.c
6078                 Offline overriding: let 'No' be cached only 3 seconds
6079
6080 2006-03-01 [colin]      2.0.0cvs95
6081
6082         * src/addr_compl.c
6083         * src/addrbook.c
6084         * src/addressbook.c
6085         * src/addrindex.c
6086         * src/folder_item_prefs.c
6087         * src/headerview.c
6088         * src/imap.c
6089         * src/inc.c
6090         * src/ldif.c
6091         * src/mainwindow.c
6092         * src/mh.c
6093         * src/msgcache.c
6094         * src/prefs_common.h
6095         * src/prefs_msg_colors.c
6096         * src/procheader.c
6097         * src/procheader.h
6098         * src/procmime.c
6099         * src/procmsg.c
6100         * src/procmsg.h
6101         * src/send_message.h
6102         * src/simple-gettext.c
6103         * src/summaryview.c
6104         * src/summaryview.h
6105         * src/syldap.c
6106         * src/textview.c
6107         * src/undo.c
6108         * src/common/ssl_certificate.c
6109         * src/common/utils.c
6110         * src/gtk/colorsel.c
6111         * src/gtk/gtksctree.c
6112         * src/gtk/gtkshruler.c
6113         * src/plugins/trayicon/trayicon.c
6114                 #if 0 goes to /dev/null
6115
6116 2006-03-01 [colin]      2.0.0cvs94
6117
6118         * src/compose.c
6119         * src/imap.c
6120         * src/inc.c
6121         * src/inc.h
6122         * src/messageview.c
6123         * src/news.c
6124         * src/plugins/spamassassin/spamassassin.c
6125                 Allow to add information in the "working offline"
6126                 window
6127
6128 2006-03-01 [wwp]        2.0.0cvs93
6129
6130         * src/plugins/spamassassin/spamassassin.c
6131                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6132                 'cause it seems that calling `spamc ... < inputfile` with
6133                 g_spawn_(a)sync simply.. erm doesn't work :-).
6134
6135 2006-03-01 [wwp]        2.0.0cvs92
6136
6137         * src/toolbar.c
6138         * src/toolbar.h
6139                 simplify the adding of spam/ham button to the messageview toolbar
6140                 (it gets more clear now that the same button will be "Mark as spam"
6141                 or "Mark as ham" according to the current message status,
6142                 thanks to Colin).
6143
6144 2006-03-01 [wwp]        2.0.0cvs91
6145
6146         * src/messageview.c
6147         * src/procmsg.c
6148         * src/procmsg.h
6149         * src/summaryview.c
6150         * src/plugins/spamassassin/spamassassin.c
6151         * src/plugins/spamassassin/spamassassin.h
6152                 make learner callbacks return a status (0 for ok),
6153                 handle it in main code to avoid setting flags when learning failed,
6154                 don't learn on TCP if offline in spamassassin,
6155                 thanks to Colin.
6156
6157                 
6158
6159 2006-03-01 [wwp]        2.0.0cvs90
6160
6161         * src/compose.c
6162                 some work around the compose window's account menu,
6163                 patch by Fabien Vantard.
6164
6165 2006-03-01 [wwp]        2.0.0cvs89
6166
6167         * src/plugins/spamassassin/spamassassin.c
6168                 fixed bad logics, was using spamc in local mode and sa-learn
6169                 in remote mode (thanks, Colin).
6170
6171 2006-03-01 [wwp]        2.0.0cvs88
6172
6173         * src/plugins/spamassassin/spamassassin.c
6174         * src/plugins/spamassassin/spamassassin.h
6175         * src/plugins/spamassassin/spamassassin_gtk.c
6176                 made processing of emails w/ sa-plugin an option (default is TRUE),
6177                 fixed Engrish some tooltips, capitalization of some debug messages
6178                 and warnings. The spamassassin plugin now provides two separate
6179                 services: process emails upon incorporation and spamd training.
6180                 Both services (un)register independently but use some common
6181                 plugin settings (transport settings, spam storage location).
6182
6183 2006-02-28 [wwp]        2.0.0cvs87
6184
6185         * src/plugins/spamassassin/spamassassin.c
6186                 fix async flag to spamc cmdline execution (batch exec should
6187                 be asynchronous).
6188
6189 2006-02-27 [wwp]        2.0.0cvs86
6190
6191         * src/plugins/spamassassin/spamassassin.c
6192         * src/plugins/spamassassin/spamassassin.h
6193         * src/plugins/spamassassin/spamassassin_gtk.c
6194                 - added the ability to learn a remote spamassassin server (spamd),
6195                 using spamc.
6196                 - added the spamassassin option 'username', that applies to all
6197                 spamassassin operations (filtering, learning, local or remote).
6198                 The default username is the current unix user (if left blank
6199                 from gtk prefs or config file).
6200                 - commented out some unused code (notebook widget), removed unused
6201                 layout (hbox1).
6202                 - make more widgets sensitive to the transport type.
6203
6204 2006-02-27 [colin]      2.0.0cvs85
6205
6206         * src/plugins/spamassassin/spamassassin.c
6207                 Fix sa-learn call when offline
6208
6209 2006-02-27 [colin]      2.0.0cvs84
6210
6211         * configure.ac
6212         * src/Makefile.am
6213         * src/mainwindow.c
6214         * src/mainwindow.h
6215         * src/messageview.c
6216         * src/messageview.h
6217         * src/prefs_toolbar.c
6218         * src/procmsg.c
6219         * src/stock_pixmap.c
6220         * src/stock_pixmap.h
6221         * src/summaryview.c
6222         * src/toolbar.c
6223         * src/toolbar.h
6224         * src/pixmaps/ham_btn.xpm
6225         * src/pixmaps/spam.xpm
6226         * src/pixmaps/spam_btn.xpm
6227         * src/plugins/spamassassin/spamassassin.c
6228                 Add button in toolbar for spam learning
6229                 Fix a few bugs from the last related commit
6230                 Revert 1.9.6cvs23 which messed up shift-selection
6231
6232 2006-02-24 [colin]      2.0.0cvs83
6233
6234         * src/procmsg.c
6235         * src/summaryview.c
6236         * src/summaryview.h
6237         * src/plugins/spamassassin/spamassassin.c
6238         * src/plugins/spamassassin/spamassassin.h
6239         * src/plugins/spamassassin/spamassassin_gtk.c
6240                 Unregister learner when spamassassin is either
6241                 disabled or over tcp
6242
6243 2006-02-24 [colin]      2.0.0cvs82
6244
6245         * src/Makefile.am
6246         * src/mainwindow.c
6247         * src/mainwindow.h
6248         * src/procmsg.c
6249         * src/procmsg.h
6250         * src/stock_pixmap.c
6251         * src/stock_pixmap.h
6252         * src/summaryview.c
6253         * src/summaryview.h
6254         * src/gtk/icon_legend.c
6255         * src/pixmaps/spam.xpm  ** NEW FILE **
6256         * src/plugins/spamassassin/spamassassin.c
6257         * src/plugins/spamassassin/spamassassin_gtk.c
6258                 Add spam learning interface (Mark/Mark as 
6259                 (spam|ham) menus)
6260
6261 2006-02-24 [wwp]        2.0.0cvs81
6262
6263         * src/compose.c
6264         * src/compose.h
6265         * src/filtering.c
6266                 hide compose window when sending message in batch mode
6267                 (filtering: forward and redirect). Also fixed a wrong
6268                 value returned when sending failed, neutral anyway.
6269                 (Colin, me) 
6270
6271 2006-02-24 [wwp]        2.0.0cvs80
6272
6273         * src/mainwindow.c
6274                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6275
6276 2006-02-24 [paul]       2.0.0cvs79
6277
6278         * src/news.c
6279         * src/news.h
6280         * src/news_gtk.c
6281                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6282                 Thanks to Colin
6283
6284 2006-02-23 [colin]      2.0.0cvs78
6285
6286         * src/alertpanel.c
6287                 Change OK to Close in alertpanel with View log
6288                 button; add accel to View log. Patch by Fabien
6289                 Vantard
6290
6291 2006-02-23 [wwp]        2.0.0cvs77
6292
6293         * src/compose.c
6294                 silly me, there were much more tests to perform, since toolbars can
6295                 really have down to 1 element only.
6296
6297 2006-02-23 [wwp]        2.0.0cvs76
6298
6299         * commitHelper
6300                 fixed indentation from my previous commit. Fallback to VISUAL if
6301                 EDITOR is not set (and to vi, at last resort).
6302
6303 2006-02-23 [wwp]        2.0.0cvs75
6304
6305         * commitHelper
6306                 improved error detection (Colin, me).
6307
6308 2006-02-23 [wwp]        2.0.0cvs74
6309
6310         * src/prefs_toolbar.c
6311                 simplify and fix prefs/toolbars layouting. Combos' contents can
6312                 now be really displayed.
6313
6314 2006-02-23 [wwp]        2.0.0cvs73
6315         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6316         be really displayed.
6317
6318 2006-02-22 [wwp]        2.0.0cvs72
6319
6320         * src/compose.c
6321                 fix a typo in my previous commit (sorry!).
6322
6323 2006-02-22 [wwp]        2.0.0cvs71
6324
6325         * src/prefs_toolbar.c
6326                 fix a crash when adding separators to toolbars,
6327                 also fix some separator item information.
6328
6329 2006-02-22 [wwp]        2.0.0cvs70
6330
6331         * src/compose.c
6332                 fix a crash when redirecting (for instance) when compose window's
6333                 toolbar contents has been customized (when some buttons have been
6334                 removed in fact).
6335
6336 2006-02-21 [wwp]        2.0.0cvs69
6337
6338         * src/summaryview.c
6339         * src/gtk/pluginwindow.c
6340         * src/plugins/pgpcore/prefs_gpg.c
6341                 fix some compilation warnings (feat. remains of removed code).
6342
6343 2006-02-21 [wwp]        2.0.0cvs68
6344
6345         * src/gtk/gtkutils.c
6346                 fix two compilation issues, thanks to Stephan Sachse.
6347
6348 2006-02-20 [colin]      2.0.0cvs67
6349
6350         * src/mainwindow.c
6351                 Don't reselect displayed mail on refocus
6352                 This fixes actions misbehaving 
6353
6354 2006-02-20 [wwp]        2.0.0cvs66
6355
6356         * src/summaryview.c
6357         * src/gtk/gtksctree.c
6358         * src/gtk/gtkshruler.c
6359                 changed more runtime typecast checks.
6360
6361 2006-02-20 [wwp]        2.0.0cvs65
6362
6363         * src/summary_search.c
6364                 find all - summaryview refresh issue fixed, thanks to Colin.
6365
6366 2006-02-20 [wwp]        2.0.0cvs64
6367
6368         * src/gtk/gtkutils.c
6369                 better runtime typecast checks.
6370
6371 2006-02-20 [wwp]        2.0.0cvs63
6372
6373         * src/summary_search.c
6374                 enhancements to the summary search:
6375                         - add the ability to stop the running search
6376                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6377                         - don't search if no criteria (From/To/Subject/Body) is set
6378                         - ensure that a busy mouse pointer is always shown when searching,
6379                           show it even a bit earlier
6380
6381 2006-02-19 [colin]      2.0.0cvs62
6382
6383         * src/compose.c
6384         * src/imap.c
6385         * src/etpan/imap-thread.c
6386         * src/etpan/imap-thread.h
6387                 (Future) IMAP speed improvement on sending
6388                 Will require a libetpan update
6389         * src/summaryview.c
6390         * src/gtk/quicksearch.c
6391                 Make quicksearch clearable while running.
6392
6393 2006-02-17 [colin]      2.0.0cvs61
6394
6395         * src/imap.c
6396         * src/etpan/imap-thread.c
6397         * src/etpan/imap-thread.h
6398                 Check for IMAP certificates
6399                 ** Requires libetpan-0.42-cvs4 
6400                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6401
6402 2006-02-17 [colin]      2.0.0cvs60
6403
6404         * src/messageview.c
6405         * src/prefs_common.c
6406         * src/prefs_common.h
6407         * src/prefs_message.c
6408                 Add pref to display HTML-only mails with plugin, 
6409                 if possible (defaulting to FALSE of course).
6410
6411 2006-02-16 [colin]      2.0.0cvs59
6412
6413         * src/main.c
6414         * src/common/plugin.c
6415         * src/common/plugin.h
6416         * src/gtk/pluginwindow.c
6417                 Keep track of requested (but unloaded) plugins
6418                 in some error cases.
6419
6420 2006-02-16 [wwp]        2.0.0cvs58
6421
6422         * src/gtk/gtkaspell.c
6423         * src/gtk/gtkaspell.h
6424         * src/prefs_spelling.c
6425         * src/compose.c
6426         * src/prefs_common.c
6427         * src/prefs_common.h
6428                 implemented new optional spellchecker behaviour: re-check message when
6429                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6430
6431 2006-02-16 [wwp]        2.0.0cvs57
6432
6433         * src/quote_fmt_parse.y
6434                 pclose popen'ed pipe.
6435
6436 2006-02-15 [colin]      2.0.0cvs56
6437
6438         * src/mimeview.c
6439         * src/mimeview.h
6440                 Let MimeViewers know which MimeView they
6441                 depend of.
6442         * src/summaryview.c
6443                 Swap From/To columns in Sent/Queue/Drafts
6444                 folders
6445         * src/etpan/imap-thread.c
6446                 Use mailstream_low_tls_open() for STARTTLS
6447                 instead of mailstream_low_ssl_open()
6448                 ** REQUIRES libetpan 0.42cvs3 **
6449
6450 2006-02-15 [wwp]        2.0.0cvs55
6451
6452         * src/compose.c
6453         * src/compose.h
6454         * src/message_search.c
6455         * src/message_search.h
6456         * src/textview.c
6457         * src/gtk/gtkutils.c
6458         * src/gtk/gtkutils.h
6459                 added the ability to Find text in the compose window (and a bit
6460                 of code factorization).
6461
6462 2006-02-15 [wwp]        2.0.0cvs54
6463
6464         * src/prefs_gtk.c
6465                 yet another one file was missing (fix for some widgets' sensitivity).
6466                 Thanks Colin!
6467
6468 2006-02-15 [wwp]        2.0.0cvs53
6469
6470         * src/prefs_gtk.h
6471                 oops forgot that file (fix for some widgets' sensitivity).
6472
6473 2006-02-15 [wwp]        2.0.0cvs52
6474
6475         * src/summary_search.c
6476                 implemented advanced summary search options (added the ability
6477                 to use matcher conditions in an advanced search mode).
6478
6479 2006-02-15 [wwp]        2.0.0cvs51
6480
6481         * src/plugins/pgpcore/prefs_gpg.c
6482         * src/prefs_account.c
6483                 fix some widget sensitivity, mostly around some labels in
6484                 account prefs.
6485
6486 2006-02-15 [paul]       2.0.0cvs50
6487
6488         * manual/advanced.xml
6489                 improve Templates info
6490                 written by wwp
6491
6492 2006-02-14 [colin]      2.0.0cvs49
6493
6494         * src/pixmaps/address_book.xpm
6495         * src/pixmaps/preferences.xpm
6496         * src/pixmaps/properties.xpm
6497                 Fix pixmap size - patch by Fabien Vantard
6498
6499 2006-02-13 [colin]      2.0.0cvs48
6500
6501         * src/procmime.c
6502                 Add missing fclose()s on error
6503         * src/textview.c
6504                 Remove unused code
6505         * src/common/utils.c
6506                 Fix temp files not being deleted on windows
6507         Patches by Thomas Gilgin
6508
6509 2006-02-13 [colin]      2.0.0cvs47
6510
6511         * src/mainwindow.c
6512                 Fix exit crash
6513
6514 2006-02-13 [wwp]        2.0.0cvs46
6515
6516         * src/plugins/pgpcore/prefs_gpg.c
6517                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6518
6519 2006-02-12 [colin]      2.0.0cvs45
6520
6521         * src/folderview.c
6522         * src/main.c
6523         * src/mainwindow.c
6524                 Fix "stuff" when quitting
6525
6526 2006-02-12 [wwp]        2.0.0cvs44
6527
6528         * src/prefs_themes.c
6529                 fix typos in debug messages.
6530
6531 2006-02-11 [colin]      2.0.0cvs43
6532
6533         * src/summaryview.c
6534                 don't allow drag/drop from ourself
6535
6536 2006-02-10 [wwp]        2.0.0cvs42
6537
6538         * src/exporthtml.c
6539         * src/html.c
6540         * src/html.h
6541         * src/procmime.c
6542         * src/textview.c
6543                 renamed html_ prefixed functions and data structures to avoid
6544                 namespace clashes w/ other software (gtkhtml2 for instance).
6545                 Closes bug #907.
6546
6547
6548 2006-02-09 [colin]      2.0.0cvs41
6549
6550         * src/summaryview.c
6551                 Fix shitty logic messed up. Thanks Ticho for the hint!
6552
6553 2006-02-09 [wwp]        2.0.0cvs40
6554
6555         * src/gtk/about.c
6556         * src/compose.c
6557         * src/prefs_account.c
6558         * src/prefs_gtk.h
6559         * src/editaddress.c
6560                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6561                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6562                 Browse buttons in accounts prefs.
6563
6564 2006-02-09 [colin]      2.0.0cvs39
6565
6566         * src/matcher.c
6567                 Check for pointer before using its members
6568         * src/gtk/gtksourceprintjob.c
6569                 Fix a wrong warning
6570
6571 2006-02-09 [wwp]        2.0.0cvs38
6572
6573         * src/gtk/filesel.c
6574                 fix few compiler warnings (type mismatch).
6575
6576 2006-02-09 [paul]       2.0.0cvs37
6577
6578         * po/fr.po
6579                 updated by Fabien Vantard
6580
6581 2006-02-08 [colin]      2.0.0cvs36
6582
6583         * src/prefs_common.c
6584         * src/common/defs.h
6585         * src/common/plugin.c
6586                 allow windows and linux configurations to coexist
6587                 patch by Thomas Gilgin
6588
6589 2006-02-08 [colin]      2.0.0cvs35
6590
6591         * src/filtering.c
6592         * src/matcher.c
6593         * src/matcher.h
6594         * src/matcher_parser_parse.y
6595         * src/prefs_filtering_action.c
6596         * src/prefs_matcher.c
6597                 Add the "Ignore thread" filtering
6598                 action
6599
6600 2006-02-08 [colin]      2.0.0cvs34
6601
6602         * src/compose.c
6603         * src/procmime.c
6604         * src/procmime.h
6605                 Fix bug #905 (damaged attachment)
6606                 text files with raw \0's aren't really text files
6607         FOR_STABLE
6608
6609 2006-02-08 [colin]      2.0.0cvs33
6610
6611         * src/summaryview.c
6612                 Fix crasher introduced yesterday
6613
6614 2006-02-08 [wwp]        2.0.0cvs32
6615
6616         * src/compose.c
6617         * src/compose.h
6618                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6619
6620 2006-02-08 [wwp]        2.0.0cvs31
6621
6622         * src/prefs_template.c
6623                 templates enhancement: allow address completion for Cc and Bcc fields
6624                 (it was currently possible for the To field only)
6625
6626 2006-02-08 [colin]      2.0.0cvs30
6627
6628         * src/compose.c
6629                 Don't unblock if not blocked
6630         FOR_STABLE
6631
6632 2006-02-07 [colin]      2.0.0cvs29
6633
6634         * src/action.c
6635                 Forgot to refresh summaryview
6636
6637 2006-02-07 [colin]      2.0.0cvs28
6638
6639         * src/action.c
6640                 Freeze/thaw message list and folder list while
6641                 processing %as{} actions 
6642         * src/compose.c
6643                 Fix auto-wrap disabling after a middle-click
6644                 paste - FOR_STABLE
6645
6646 2006-02-07 [paul]       2.0.0cvs27
6647
6648         * src/folder.c
6649                 fix freeing of uninitialised pointers
6650                 Thanks to Colin
6651
6652 2006-02-06 [colin]      2.0.0cvs26
6653
6654         * src/folder.c
6655                 Use g_slist_prepend in potentially big list
6656
6657 2006-02-06 [colin]      2.0.0cvs25
6658
6659         * src/folder.c
6660                 Completely skip processing if it doesn't 
6661                 exist (faster!)
6662
6663 2006-02-06 [colin]      2.0.0cvs24
6664
6665         * src/folder.c
6666         * src/summaryview.c
6667                 Batch filtering in summaryview (from Tools menu)
6668                 and pre/post//-processing too
6669
6670 2006-02-06 [colin]      2.0.0cvs23
6671
6672         * src/procmsg.h
6673         * src/filtering.c
6674                 Use a special field for batch filtering instead
6675                 of stepping on deferred execution's toes
6676
6677 2006-02-06 [colin]      2.0.0cvs22
6678
6679         * src/action.c
6680         * src/filtering.c
6681         * src/filtering.h
6682         * src/folder.c
6683         * src/summaryview.c
6684                 Fix filtering via menus and actions
6685
6686 2006-02-06 [colin]      2.0.0cvs21
6687
6688         * src/imap.c
6689                 Put the added file directly to cache if possible (will work
6690                 with next libetpan)
6691         * src/filtering.c
6692         * src/filtering.h
6693         * src/inc.c
6694         * src/folder.c
6695         * src/mbox.c
6696         * src/procmsg.h
6697                 Move and copy filtered messages by batches instead of one
6698                 by one - faster on IMAP
6699         * src/procmsg.c
6700                 Add a function that'll possibly be useful later
6701
6702 2006-02-06 [colin]      2.0.0cvs20
6703
6704         * src/addressbook.c
6705                 Use internal mime-type instead of text/plain for d'n'd
6706         * src/compose.c
6707                 Allow attaching files from mimeview's icon list via d'n'd
6708         * src/folderview.c
6709         * src/folderview.h
6710                 Use internal mime-type instead of text/plain for d'n'd
6711                 Don't try to selected opened folder if none is
6712                 Factorize d'n'd from other apps code
6713         * src/headerview.c
6714         * src/textview.c
6715         * src/gtk/gtkutils.c
6716         * src/gtk/gtkutils.h
6717                 Factorize Face/X-Face stuff
6718         * src/mimeview.c
6719                 Fix d'n'd to other apps
6720         * src/prefs_message.c
6721                 Let the XFace pref be usable without libcompface as it also
6722                 applies to Face
6723         * src/summaryview.c
6724                 Fix d'n'd to other apps
6725                 Factorize d'n'd from other apps code
6726
6727 2006-02-06 [wwp]        2.0.0cvs19
6728
6729         * po/it.po
6730                 Italian translation fixes by Andrea Spadaccini (no more confusion
6731                 between filtering and processing, and few changes in the About
6732                 dialog).
6733
6734
6735 2006-02-06 [mones]      2.0.0cvs18
6736
6737         * src/gtk/icon_legend.c
6738                 Improved descriptions allowing better translations
6739
6740 2006-02-05 [colin]      2.0.0cvs17
6741
6742         * src/imap.c
6743                 Add the f*cking missing expunge that caused imap_fetch_env
6744                 to fail after an add_msgs ! :-///
6745         * src/etpan/imap-thread.c
6746                 Add a bit of debug
6747         FOR_STABLE
6748
6749 2006-02-05 [colin]      2.0.0cvs16
6750
6751         * src/common/utils.c
6752                 Don't check for return-path (or we can't put
6753                 back non-sent mails)
6754
6755 2006-02-05 [colin]      2.0.0cvs15
6756
6757         * src/textview.c
6758                 Don't try to display Face header in textview
6759                 when teh headerview's active
6760
6761 2006-02-05 [colin]      2.0.0cvs14
6762
6763         * tools/tbird2syl.py
6764         * tools/Makefile.am
6765                 Add script to import Thunderbird mails
6766
6767 2006-02-05 [colin]      2.0.0cvs13
6768
6769         * src/headerview.c
6770         * src/procheader.c
6771         * src/procmsg.c
6772         * src/procmsg.h
6773         * src/textview.c
6774                 Show Face headers - patch partially by Klaus Flittner
6775
6776 2006-02-05 [colin]      2.0.0cvs12
6777
6778         * src/folderview.c
6779         * src/summaryview.c
6780         * src/common/utils.c
6781         * src/common/utils.h
6782                 Let dnd work from mime icons to summaryview
6783                 and to folderview too
6784                 Add a crude test to avoid trying to add files
6785                 drag'n'dropped when they're not mails
6786
6787 2006-02-04 [colin]      2.0.0cvs11
6788
6789         * src/summaryview.c
6790         * src/mimeview.c
6791                 Fix utf8 conversion
6792
6793 2006-02-04 [colin]      2.0.0cvs10
6794
6795         * src/compose.c
6796         * src/folderview.c
6797         * src/mimeview.c
6798         * src/summaryview.c
6799         * src/summaryview.h
6800                 Added various drag and drop capas:
6801                 From                    To
6802                 summaryview             other apps
6803                 mimeview icons          other apps
6804                 other apps              summaryview
6805                 other apps              folderview
6806
6807                 This shouldn't have broken the existing:
6808                 From                    To
6809                 summaryview             folderview
6810                 folderview              folderview
6811                 summaryview             compose's attachments
6812
6813         Tests welcomed.
6814
6815 2006-02-02 [paul]       2.0.0cvs9
6816
6817         * src/mainwindow.c
6818                 move global option 'Set displayed columns...' out
6819                 of folder option grouping.
6820                 fix sensitivity of 'harvest addresses'
6821         FOR_STABLE
6822
6823 2006-02-01 [colin]      2.0.0cvs8
6824
6825         * src/mimeview.c
6826                 Revert the alertpanel patch, it sucks (intrusive
6827                 and gets in the way of "open")
6828
6829 2006-02-01 [colin]      2.0.0cvs7
6830
6831         * src/compose.c
6832         * src/prefs_account.c
6833         * src/prefs_common.c
6834         * src/common/defs.h
6835         * src/common/utils.c
6836         * src/common/utils.h
6837                 Add ability to edit the signature file
6838                 from the account preferences, and use
6839                 a default for the text editor.
6840                 Patch by Fabien Vantard
6841
6842 2006-02-01 [colin]      2.0.0cvs6
6843
6844         * src/mimeview.c
6845                 Try to get mime type by extension if it is
6846                 application/octet-stream
6847                 Display a window with possible choices when
6848                 encountering unknown mime types
6849         * src/gtk/filesel.c
6850         * src/gtk/filesel.h
6851                 Add preview
6852                 Allow multiple selection in filtered filesel
6853                 (patch by Fabien Vantard)
6854         * src/gtk/pluginwindow.c
6855                 Use it (patch by Fabien Vantard)
6856
6857 2006-02-01 [paul]       2.0.0cvs5
6858
6859         * src/jpilot.c
6860                 fix crash on creating jpilot address book
6861                 Thanks to Colin - FOR_STABLE
6862         * src/prefs_summaries.c
6863         * src/prefs_wrapping.c
6864         * src/gtk/icon_legend.c
6865         * src/gtk/quicksearch.c
6866                 string fixes and additions
6867
6868 2006-02-01 [paul]       2.0.0cvs4
6869
6870         * src/compose.c
6871         * src/mainwindow.c
6872         * src/messageview.c
6873         * src/prefs_send.c
6874                 add Arabic encoding option
6875                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6876
6877 2006-01-31 [colin]      2.0.0cvs3
6878
6879         * src/plugins/pgpcore/passphrase.c
6880                 Convert passphrase to locale encoding
6881         * src/compose.c
6882                 Fix drafting on IMAP. Crappy bug sneaked in
6883                 the release :-/
6884         FOR_STABLE
6885
6886 2006-01-30 [paul]       2.0.0cvs2
6887
6888         * src/gtk/icon_legend.c
6889                 show the new entries
6890
6891 2006-01-30 [colin]      2.0.0cvs1
6892
6893         * src/manual.c
6894                 Check for the file to be present before 
6895                 enabling the menu - FOR_STABLE
6896         * src/gtk/icon_legend.c
6897                 Add folders icons (not all of them, there
6898                 are too much, but the most intriguing ones)
6899
6900 2006-01-30 [paul]       2.0.0
6901
6902         version 2.0.0 released
6903
6904 2006-01-30 [paul]       1.9.100cvs200
6905
6906         * manual/faq.xml
6907         * manual/gpl.xml
6908         * manual/intro.xml
6909         * manual/starting.xml
6910         * manual/sylpheed-claws-manual.xml
6911                 fixes, additions
6912
6913 2006-01-29 [mones]      1.9.100cvs199
6914
6915         * manual/account.xml
6916         * manual/advanced.xml
6917         * manual/glossary.xml
6918                 Some typos fixed, added LDIF term to glossary
6919         * po/es.po
6920                 Fixed leading plus symbol
6921
6922 2006-01-29 [paul]       1.9.100cvs198
6923
6924         * po/fi.po
6925         * po/sk.po
6926                 updated by Tommi Pirinen and Andrej Kacian
6927
6928 2006-01-29 [paul]       1.9.100cvs197
6929
6930         * src/gtk/authors.h
6931                 remove duplicates
6932
6933 2006-01-29 [paul]       1.9.100cvs196
6934
6935         * AUTHORS
6936         * po/nl.po
6937         * src/gtk/authors.h
6938         * tools/claws.i18n.status.pl
6939                 nl translation updated by Tim Dijkstra
6940
6941 2006-01-29 [paul]       1.9.100cvs195
6942
6943         * po/sr.po
6944         * po/sv.po
6945                 updated by Aleksandar Urosevic and Anders Troback
6946
6947 2006-01-28 [colin]      1.9.100cvs194
6948
6949         * src/gtk/gtksourceprintjob.c
6950                 Don't fiddle with PangoLayout when we
6951                 have an image
6952
6953 2006-01-28 [paul]       1.9.100cvs193
6954
6955         * AUTHORS
6956         * po/el.po
6957         * po/zh_CN.po
6958         * src/gtk/authors.h
6959         * tools/claws.i18n.status.pl
6960                 updated translations submitted by Stavros Giannouris
6961                 and Ralgh Young
6962
6963 2006-01-27 [colin]      1.9.100cvs192
6964
6965         * src/summaryview.c
6966         * src/gtk/gtksourceprintjob.c
6967                 Add image printing 
6968                 (libgnomeprint only, of course)
6969
6970 2006-01-27 [paul]       1.9.100cvs191
6971
6972         * po/fr.po
6973         * po/it.po
6974                 updated by Fabien Vantard and Andrea Spadaccini
6975
6976 2006-01-26 [colin]      1.9.100cvs190
6977
6978         * manual/Makefile.am
6979         * configure.ac
6980                 Make building the manual optional 
6981                 (--disable-manual)
6982
6983 2006-01-26 [paul]       1.9.100cvs189
6984
6985         * manual/glossary.xml
6986         * manual/plugins.xml
6987                 edited
6988         * po/en_GB.po
6989                 updated
6990
6991 2006-01-26 [paul]       1.9.100cvs188
6992
6993         * src/prefs_display_header.c
6994         * src/prefs_folder_column.c
6995         * src/prefs_msg_colors.c
6996         * src/prefs_summaries.c
6997         * src/prefs_summary_column.c
6998                 HIGify
6999
7000 2006-01-25 [colin]      1.9.100cvs187
7001
7002         * src/imap.c
7003                 Don't allow moving/copying mails between
7004                 queue/drafts and non-queue/drafts folders
7005                 Fixes bug #897 (message header is resetted 
7006                 if one is copied to Drafts)
7007
7008 2006-01-25 [colin]      1.9.100cvs186
7009
7010         * src/folder.c
7011         * src/mainwindow.c
7012                 Fix subscribed folders not found
7013         * src/compose.c
7014                 Don't try to encode as original mail's charset
7015                 if it's ascii 
7016
7017 2006-01-25 [paul]       1.9.100cvs185
7018
7019         * AUTHORS
7020         * po/Makevars
7021                 updated
7022         * po/de.po
7023         * po/pl.po
7024         * po/pt_BR.po
7025         * po/sr.po
7026                 updates submitted by Stephan Sachse, Emilian Nowak
7027                 and Quar, Frederico Goncalves Guimaraes, and
7028                 Aleksandar Urosevic
7029                 Fix Bug 896, 'PT_BR locale broken'.
7030         * src/gtk/authors.h
7031                 updated
7032
7033 2006-01-24 [mones]      1.9.100cvs184
7034
7035         * manual/glossary.xml
7036                 All current terms finished. Reviewers welcome ;-)
7037         * manual/keyboard.xml
7038                 Fixed column width for pdf output.
7039         * po/es.po
7040                 Updated
7041
7042 2006-01-24 [paul]       1.9.100cvs183
7043
7044         * manual/glossary.xml
7045                 fix id name
7046         * manual/dist/html/Makefile.am
7047         * manual/dist/pdf/Makefile.am
7048         * manual/dist/ps/Makefile.am
7049         * manual/dist/txt/Makefile.am
7050                 fix make deps
7051                 Thanks to Colin
7052
7053 2006-01-24 [mones]      1.9.100cvs182
7054
7055         * manual/glossary.xml
7056                 Nearly finished, some terms missing.
7057
7058 2006-01-23 [paul]       1.9.100cvs181
7059
7060         * manual/dist/html/Makefile.am
7061         * manual/dist/pdf/Makefile.am
7062         * manual/dist/ps/Makefile.am
7063         * manual/dist/txt/Makefile.am
7064         * src/mainwindow.c
7065                 re-enable manual
7066                 Thanks to Colin
7067
7068 2006-01-22 [colin]      1.9.100cvs180
7069
7070         * src/compose.c
7071         * src/gtk/gtkaspell.c
7072                 Don't deselect stuff before right-clicking, with aspell.
7073                 (This prevented right-click Copy, for example).
7074                 Thanks to Clo!
7075
7076 2006-01-22 [paul]       1.9.100cvs179
7077
7078         * src/summary_search.c
7079                 don't fix the widget size as it causes problems
7080                 under localisation.
7081                 Thanks to Emilian Nowak
7082
7083 2006-01-21 [paul]       1.9.100cvs178
7084
7085         * src/prefs_themes.c
7086                 fix broken underlining of label text
7087                 with some translations
7088
7089 2006-01-21 [colin]      1.9.100cvs177
7090
7091         * po/fr.po
7092                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7093
7094 2006-01-20 [colin]      1.9.100cvs176
7095
7096         * configure.ac
7097         * Makefile.am
7098         * manual/Makefile
7099         * manual/dist/html/.cvsignore
7100         * manual/dist/html/Makefile.am
7101         * manual/dist/pdf/.cvsignore
7102         * manual/dist/pdf/Makefile.am
7103         * manual/dist/ps/.cvsignore
7104         * manual/dist/ps/Makefile.am
7105         * manual/dist/txt/.cvsignore
7106         * manual/dist/txt/Makefile.am
7107                 Autotool-ize manual
7108
7109 2006-01-20 [paul]       1.9.100cvs175
7110
7111         * manual/handling.xml
7112                 make Filtering and Searching entries easier to find
7113         * manual/keyboard.xml
7114                 add the remaining default keybinds
7115         * src/prefs_summaries.c
7116                 update the default keybinds
7117
7118 2006-01-20 [paul]       1.9.100cvs174
7119
7120         * src/addressbook.c
7121         * src/addrgather.c
7122         * src/addrharvest.c
7123         * src/editaddress.c
7124         * src/editgroup.c
7125         * src/exphtmldlg.c
7126         * src/expldifdlg.c
7127         * src/exporthtml.c
7128         * src/exportldif.c
7129         * src/ldif.c
7130                 replace 'e-mail' with 'email'
7131         * src/summary_search.c
7132                 add mnemonic to "Find all" button
7133
7134 2006-01-20 [wwp]        1.9.100cvs173
7135
7136         * src/export.c
7137         * src/import.c
7138                 touched mbox import/export buttons for HIG-compliance
7139
7140 2006-01-19 [paul]       1.9.100cvs172
7141
7142         * manual/account.xml
7143         * manual/addrbook.xml
7144         * manual/advanced.xml
7145         * manual/faq.xml
7146         * manual/handling.xml
7147         * manual/intro.xml
7148         * manual/plugins.xml
7149         * manual/starting.xml
7150                 more editing
7151
7152 2006-01-19 [paul]       1.9.100cvs171
7153
7154         * src/toolbar.c
7155                 allow use of trash button while receiving
7156                 Thanks to Colin
7157
7158 2006-01-19 [wwp]        1.9.100cvs170
7159
7160         * src/gtk/quicksearch.c
7161         * src/compose.c
7162                 force text color to black when yellow background is set
7163
7164 2006-01-19 [colin]      1.9.100cvs169
7165
7166         * src/plugins/trayicon/trayicon.c
7167                 Gray out Get Mail when already getting mail
7168
7169 2006-01-18 [paul]       1.9.100cvs168
7170
7171         * src/compose.c
7172                 give widget yellow background was To is
7173                 set via folder prefs
7174         * src/gtk/quicksearch.c
7175                 give widget yellow background when quick
7176                 search is active.
7177                 Thanks to Colin
7178
7179 2006-01-18 [paul]       1.9.100cvs167
7180
7181         * doc/man/sylpheed-claws.1
7182                 add --subscribe option
7183
7184 2006-01-18 [paul]       1.9.100cvs166
7185
7186         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7187         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7188                 use %U instead of %F (%F is broken for user installed
7189                 files in kde 3.5)
7190
7191 2006-01-18 [colin]      1.9.100cvs165
7192
7193         * src/summaryview.c
7194                 Default to Yes in "No more * messages" dialogs
7195
7196 2006-01-17 [colin]      1.9.100cvs164
7197
7198         * src/compose.c
7199                 Possibly fix an invalid iterator causing
7200                 crash
7201
7202 2006-01-17 [colin]      1.9.100cvs163
7203
7204         * src/mimeview.c
7205                 Fix crash when the image disappears under the
7206                 image viewer
7207
7208 2006-01-16 [colin]      1.9.100cvs162
7209
7210         * src/compose.c
7211                 Fix reenabling autowrap
7212
7213 2006-01-16 [colin]      1.9.100cvs161
7214
7215         * src/compose.c
7216                 reset quote_len before getting quote_str
7217
7218 2006-01-16 [colin]      1.9.100cvs160
7219
7220         * src/account.c
7221         * src/account.h
7222         * src/folder.c
7223         * src/imap_gtk.c
7224         * src/mh_gtk.c
7225                 Fix bug #883 (default inbox does not track folder move)
7226
7227 2006-01-16 [colin]      1.9.100cvs159
7228
7229         * src/compose.c
7230         * src/plugins/pgpcore/passphrase.c
7231                 More buttons fixes
7232
7233 2006-01-16 [paul]       1.9.100cvs158
7234
7235         * src/prefs_actions.c
7236         * src/prefs_filtering_action.c
7237         * src/prefs_matcher.c
7238         * src/quote_fmt.c
7239         * src/gtk/description_window.c
7240         * src/gtk/description_window.h
7241         * src/gtk/quicksearch.c
7242                 description window cleanups
7243
7244 2006-01-15 [colin]      1.9.100cvs157
7245
7246         * src/addressbook.c
7247         * src/prefs_filtering.c
7248                 Same here
7249
7250 2006-01-15 [colin]      1.9.100cvs156
7251
7252         * src/folderview.c
7253         * src/mainwindow.c
7254                 Same for "Empty trash"
7255
7256 2006-01-15 [colin]      1.9.100cvs155
7257
7258         * src/inc.c
7259                 Override offline dialog had Yes by default
7260
7261 2006-01-15 [colin]      1.9.100cvs154
7262
7263         * src/summaryview.c
7264                 Delete selected messages? previously had Yes the default
7265
7266 2006-01-15 [colin]      1.9.100cvs153
7267
7268         * src/folder.c
7269         * src/folder.h
7270         * src/main.c
7271                 Check if a mailbox is loaded after all
7272                 plugins are loaded.
7273
7274 2006-01-15 [colin]      1.9.100cvs152
7275
7276         * src/folder.c
7277                 Don't start wizard when there are unloaded folders (will help
7278                 people with only mbox or maildir mailboxes)
7279
7280 2006-01-14 [colin]      1.9.100cvs151
7281
7282         * src/addressbook.c
7283         * src/expldifdlg.c
7284         * src/importldif.c
7285         * src/importmutt.c
7286         * src/importpine.c
7287         * src/mh_gtk.c
7288                 More HIG compliance and fixes
7289
7290 2006-01-14 [colin]      1.9.100cvs150
7291
7292         * src/prefs_filtering_action.c
7293         * src/foldersel.c
7294                 Two forgotten button order changes
7295
7296 2006-01-14 [colin]      1.9.100cvs149
7297
7298         * src/account.c
7299         * src/addressbook.c
7300         * src/compose.c
7301         * src/folderview.c
7302         * src/imap_gtk.c
7303         * src/mainwindow.c
7304         * src/mh_gtk.c
7305         * src/news_gtk.c
7306         * src/prefs_actions.c
7307         * src/prefs_customheader.c
7308         * src/prefs_filtering.c
7309         * src/prefs_matcher.c
7310         * src/prefs_template.c
7311         * src/ssl_manager.c
7312         * src/summaryview.c
7313         * src/textview.c
7314         * src/toolbar.c
7315                 All deletion confirmations are now "Cancel, Delete" 
7316                 instead of "No, Yes"
7317                 Clarified most of the other "No, Yes" to 
7318                 "Cancel, Descriptive_action"
7319                 Rechanged the "Entry not saved" alerts to have 
7320                 "Close, Continue editing"
7321
7322
7323 2006-01-14 [paul]
7324
7325         * 2.0.0-rc4 released
7326
7327 2006-01-14 [paul]       1.9.100cvs148
7328
7329         * src/account.c
7330         * src/addressadd.c
7331         * src/addressbook.c
7332         * src/compose.c
7333         * src/editaddress.c
7334         * src/editbook.c
7335         * src/editgroup.c
7336         * src/editjpilot.c
7337         * src/editldap.c
7338         * src/editvcard.c
7339         * src/exphtmldlg.c
7340         * src/expldifdlg.c
7341         * src/folderview.c
7342         * src/grouplistdialog.c
7343         * src/imap_gtk.c
7344         * src/importmutt.c
7345         * src/importpine.c
7346         * src/inc.c
7347         * src/main.c
7348         * src/mainwindow.c
7349         * src/message_search.c
7350         * src/messageview.c
7351         * src/mh_gtk.c
7352         * src/mimeview.c
7353         * src/news_gtk.c
7354         * src/prefs_actions.c
7355         * src/prefs_customheader.c
7356         * src/prefs_filtering.c
7357         * src/prefs_matcher.c
7358         * src/prefs_template.c
7359         * src/prefs_themes.c
7360         * src/ssl_manager.c
7361         * src/summary_search.c
7362         * src/summaryview.c
7363         * src/textview.c
7364         * src/toolbar.c
7365         * src/gtk/foldersort.c
7366         * src/gtk/gtkaspell.c
7367         * src/gtk/inputdialog.c
7368         * src/gtk/prefswindow.c
7369         * src/plugins/pgpcore/select-keys.c
7370         * src/plugins/trayicon/trayicon.c
7371                 HIG compliant button order
7372
7373 2006-01-14 [mones]      1.9.100cvs147
7374
7375         * po/es.po
7376                 Updated translation
7377
7378 2006-01-13 [paul]       1.9.100cvs146
7379
7380         * AUTHORS
7381         * ChangeLog
7382         * src/gtk/authors.h
7383                 add Joshua M. Kwan to contributors list
7384
7385 2006-01-13 [colin]      1.9.100cvs145
7386
7387         * src/gtk/quicksearch.c
7388                 Don't refocus quick search after executing (Esc or Enter)
7389                 Allows to '/'search something then move up/down in 
7390                 summaryview, and to Esc a search and be back in the 
7391                 summaryview
7392
7393 2006-01-13 [paul]       1.9.100cvs144
7394
7395         * src/plugins/pgpinline/pgpinline.c
7396                 support Content-Type 'application/pgp'
7397                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7398
7399 2006-01-13 [paul]       1.9.100cvs143
7400
7401         * manual/account.xml
7402                 make mention of partial retrieval
7403                 thanks to Colin
7404
7405 2006-01-13 [paul]       1.9.100cvs142
7406
7407         * src/account.c
7408         * src/account.h
7409         * src/action.c
7410         * src/action.h
7411         * src/adbookbase.h
7412         * src/addr_compl.c
7413         * src/addr_compl.h
7414         * src/addrbook.c
7415         * src/addrcache.c
7416         * src/addrcache.h
7417         * src/addrcindex.c
7418         * src/addrcindex.h
7419         * src/addrclip.c
7420         * src/addrclip.h
7421         * src/addrdefs.h
7422         * src/addressadd.c
7423         * src/addressadd.h
7424         * src/addressbook.c
7425         * src/addressbook.h
7426         * src/addrgather.c
7427         * src/addrgather.h
7428         * src/addrharvest.c
7429         * src/addrharvest.h
7430         * src/addrindex.c
7431         * src/addrindex.h
7432         * src/addritem.c
7433         * src/addritem.h
7434         * src/addrquery.c
7435         * src/addrquery.h
7436         * src/addrselect.c
7437         * src/addrselect.h
7438         * src/alertpanel.c
7439         * src/alertpanel.h
7440         * src/browseldap.c
7441         * src/browseldap.h
7442         * src/codeconv.c
7443         * src/codeconv.h
7444         * src/compose.c
7445         * src/compose.h
7446         * src/customheader.c
7447         * src/customheader.h
7448         * src/displayheader.c
7449         * src/displayheader.h
7450         * src/editaddress.c
7451         * src/editaddress.h
7452         * src/editbook.c
7453         * src/editbook.h
7454         * src/editgroup.c
7455         * src/editgroup.h
7456         * src/editjpilot.c
7457         * src/editjpilot.h
7458         * src/editldap.c
7459         * src/editldap.h
7460         * src/editldap_basedn.c
7461         * src/editldap_basedn.h
7462         * src/editvcard.c
7463         * src/editvcard.h
7464         * src/exphtmldlg.c
7465         * src/exphtmldlg.h
7466         * src/expldifdlg.c
7467         * src/expldifdlg.h
7468         * src/export.h
7469         * src/exporthtml.c
7470         * src/exporthtml.h
7471         * src/exportldif.c
7472         * src/exportldif.h
7473         * src/filtering.c
7474         * src/filtering.h
7475         * src/folder.c
7476         * src/folder.h
7477         * src/folder_item_prefs.c
7478         * src/folder_item_prefs.h
7479         * src/foldersel.c
7480         * src/foldersel.h
7481         * src/folderutils.c
7482         * src/folderutils.h
7483         * src/folderview.c
7484         * src/folderview.h
7485         * src/grouplistdialog.c
7486         * src/grouplistdialog.h
7487         * src/headerview.c
7488         * src/html.c
7489         * src/html.h
7490         * src/image_viewer.c
7491         * src/image_viewer.h
7492         * src/imap.c
7493         * src/imap.h
7494         * src/imap_gtk.c
7495         * src/imap_gtk.h
7496         * src/import.h
7497         * src/importldif.c
7498         * src/importldif.h
7499         * src/importmutt.c
7500         * src/importmutt.h
7501         * src/importpine.c
7502         * src/importpine.h
7503         * src/inc.c
7504         * src/inc.h
7505         * src/jpilot.c
7506         * src/jpilot.h
7507         * src/ldapctrl.c
7508         * src/ldapctrl.h
7509         * src/ldaplocate.c
7510         * src/ldaplocate.h
7511         * src/ldapquery.c
7512         * src/ldapquery.h
7513         * src/ldapserver.c
7514         * src/ldapserver.h
7515         * src/ldaputil.c
7516         * src/ldaputil.h
7517         * src/ldif.c
7518         * src/ldif.h
7519         * src/main.c
7520         * src/main.h
7521         * src/mainwindow.c
7522         * src/mainwindow.h
7523         * src/manual.c
7524         * src/manual.h
7525         * src/mbox.c
7526         * src/mbox.h
7527         * src/message_search.c
7528         * src/message_search.h
7529         * src/messageview.c
7530         * src/messageview.h
7531         * src/mh.c
7532         * src/mh.h
7533         * src/mh_gtk.c
7534         * src/mh_gtk.h
7535         * src/mimeview.c
7536         * src/mimeview.h
7537         * src/msgcache.c
7538         * src/msgcache.h
7539         * src/mutt.c
7540         * src/mutt.h
7541         * src/news.c
7542         * src/news.h
7543         * src/news_gtk.c
7544         * src/news_gtk.h
7545         * src/partial_download.c
7546         * src/partial_download.h
7547         * src/pine.c
7548         * src/pine.h
7549         * src/pop.c
7550         * src/pop.h
7551         * src/prefs_account.c
7552         * src/prefs_account.h
7553         * src/prefs_actions.c
7554         * src/prefs_actions.h
7555         * src/prefs_common.c
7556         * src/prefs_common.h
7557         * src/prefs_compose_writing.c
7558         * src/prefs_compose_writing.h
7559         * src/prefs_customheader.c
7560         * src/prefs_customheader.h
7561         * src/prefs_display_header.c
7562         * src/prefs_display_header.h
7563         * src/prefs_filtering.c
7564         * src/prefs_filtering.h
7565         * src/prefs_filtering_action.c
7566         * src/prefs_filtering_action.h
7567         * src/prefs_folder_column.c
7568         * src/prefs_folder_column.h
7569         * src/prefs_folder_item.c
7570         * src/prefs_folder_item.h
7571         * src/prefs_fonts.c
7572         * src/prefs_fonts.h
7573         * src/prefs_gtk.c
7574         * src/prefs_gtk.h
7575         * src/prefs_image_viewer.c
7576         * src/prefs_image_viewer.h
7577         * src/prefs_matcher.c
7578         * src/prefs_matcher.h
7579         * src/prefs_message.c
7580         * src/prefs_msg_colors.c
7581         * src/prefs_msg_colors.h
7582         * src/prefs_other.c
7583         * src/prefs_quote.c
7584         * src/prefs_receive.c
7585         * src/prefs_send.c
7586         * src/prefs_spelling.c
7587         * src/prefs_spelling.h
7588         * src/prefs_summaries.c
7589         * src/prefs_summaries.h
7590         * src/prefs_summary_column.c
7591         * src/prefs_summary_column.h
7592         * src/prefs_template.c
7593         * src/prefs_template.h
7594         * src/prefs_themes.c
7595         * src/prefs_themes.h
7596         * src/prefs_toolbar.c
7597         * src/prefs_toolbar.h
7598         * src/prefs_wrapping.c
7599         * src/prefs_wrapping.h
7600         * src/privacy.c
7601         * src/privacy.h
7602         * src/procheader.c
7603         * src/procheader.h
7604         * src/procmime.c
7605         * src/procmime.h
7606         * src/procmsg.c
7607         * src/procmsg.h
7608         * src/quote_fmt.c
7609         * src/quote_fmt_parse.y
7610         * src/recv.c
7611         * src/recv.h
7612         * src/remotefolder.c
7613         * src/remotefolder.h
7614         * src/send_message.c
7615         * src/send_message.h
7616         * src/setup.c
7617         * src/setup.h
7618         * src/sourcewindow.c
7619         * src/sourcewindow.h
7620         * src/ssl_manager.c
7621         * src/ssl_manager.h
7622         * src/statusbar.c
7623         * src/statusbar.h
7624         * src/stock_pixmap.c
7625         * src/stock_pixmap.h
7626         * src/summary_search.c
7627         * src/summary_search.h
7628         * src/summaryview.c
7629         * src/summaryview.h
7630         * src/syldap.c
7631         * src/syldap.h
7632         * src/textview.c
7633         * src/textview.h
7634         * src/toolbar.c
7635         * src/toolbar.h
7636         * src/undo.c
7637         * src/undo.h
7638         * src/unmime.c
7639         * src/unmime.h
7640         * src/vcard.c
7641         * src/vcard.h
7642         * src/wizard.c
7643         * src/wizard.h
7644         * src/common/base64.c
7645         * src/common/base64.h
7646         * src/common/defs.h
7647         * src/common/hooks.c
7648         * src/common/hooks.h
7649         * src/common/log.c
7650         * src/common/log.h
7651         * src/common/mgutils.c
7652         * src/common/mgutils.h
7653         * src/common/nntp.c
7654         * src/common/nntp.h
7655         * src/common/passcrypt.c
7656         * src/common/passcrypt.h.in
7657         * src/common/plugin.c
7658         * src/common/plugin.h
7659         * src/common/prefs.c
7660         * src/common/prefs.h
7661         * src/common/progressindicator.c
7662         * src/common/progressindicator.h
7663         * src/common/quoted-printable.c
7664         * src/common/quoted-printable.h
7665         * src/common/session.c
7666         * src/common/session.h
7667         * src/common/smtp.c
7668         * src/common/smtp.h
7669         * src/common/socket.c
7670         * src/common/socket.h
7671         * src/common/ssl.c
7672         * src/common/ssl.h
7673         * src/common/ssl_certificate.c
7674         * src/common/ssl_certificate.h
7675         * src/common/stringtable.c
7676         * src/common/stringtable.h
7677         * src/common/sylpheed.c
7678         * src/common/sylpheed.h
7679         * src/common/template.c
7680         * src/common/template.h
7681         * src/common/timing.h
7682         * src/common/utils.c
7683         * src/common/utils.h
7684         * src/common/version.h.in
7685         * src/common/xml.c
7686         * src/common/xml.h
7687         * src/common/xmlprops.c
7688         * src/common/xmlprops.h
7689         * src/gtk/colorlabel.c
7690         * src/gtk/colorsel.c
7691         * src/gtk/colorsel.h
7692         * src/gtk/description_window.c
7693         * src/gtk/description_window.h
7694         * src/gtk/filesel.c
7695         * src/gtk/filesel.h
7696         * src/gtk/foldersort.c
7697         * src/gtk/foldersort.h
7698         * src/gtk/gtkutils.c
7699         * src/gtk/gtkutils.h
7700         * src/gtk/inputdialog.c
7701         * src/gtk/inputdialog.h
7702         * src/gtk/logwindow.c
7703         * src/gtk/logwindow.h
7704         * src/gtk/manage_window.c
7705         * src/gtk/manage_window.h
7706         * src/gtk/menu.c
7707         * src/gtk/menu.h
7708         * src/gtk/pluginwindow.c
7709         * src/gtk/pluginwindow.h
7710         * src/gtk/prefswindow.c
7711         * src/gtk/prefswindow.h
7712         * src/gtk/progressdialog.c
7713         * src/gtk/progressdialog.h
7714         * src/gtk/sslcertwindow.c
7715         * src/gtk/sslcertwindow.h
7716         * src/plugins/clamav/clamav_plugin.c
7717         * src/plugins/clamav/clamav_plugin.h
7718         * src/plugins/clamav/clamav_plugin_gtk.c
7719         * src/plugins/demo/demo.c
7720         * src/plugins/dillo_viewer/dillo_prefs.c
7721         * src/plugins/dillo_viewer/dillo_prefs.h
7722         * src/plugins/dillo_viewer/dillo_viewer.c
7723         * src/plugins/pgpcore/passphrase.c
7724         * src/plugins/pgpcore/passphrase.h
7725         * src/plugins/pgpcore/plugin.c
7726         * src/plugins/pgpcore/select-keys.c
7727         * src/plugins/pgpcore/select-keys.h
7728         * src/plugins/pgpcore/sgpgme.c
7729         * src/plugins/pgpcore/sgpgme.h
7730         * src/plugins/pgpinline/pgpinline.c
7731         * src/plugins/pgpinline/pgpinline.h
7732         * src/plugins/pgpinline/plugin.c
7733         * src/plugins/pgpmime/pgpmime.c
7734         * src/plugins/pgpmime/pgpmime.h
7735         * src/plugins/pgpmime/plugin.c
7736         * src/plugins/spamassassin/spamassassin.c
7737         * src/plugins/spamassassin/spamassassin.h
7738         * src/plugins/spamassassin/spamassassin_gtk.c
7739         * src/plugins/trayicon/trayicon.c
7740                 update copyright header
7741
7742 2006-01-13 [paul]       1.9.100cvs141
7743
7744         * src/account.c
7745         * src/export.c
7746         * src/import.c
7747         * src/mainwindow.c
7748         * src/prefs_account.c
7749         * src/prefs_display_header.c
7750         * src/prefs_receive.c
7751         * src/prefs_send.c
7752         * src/prefs_summaries.c
7753         * src/prefs_themes.c
7754         * src/prefs_toolbar.c
7755         * src/gtk/about.c
7756                 various cleanups
7757
7758 2006-01-12 [colin]      1.9.100cvs140
7759
7760         * src/folder.c
7761         * src/folder.h
7762         * src/main.c
7763                 Add --subscribe option
7764                 Let sylpheed-claws email@domain.com equivalent to --compose
7765                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7766
7767 2006-01-12 [paul]       1.9.100cvs139
7768
7769         * src/mainwindow.c
7770                 append 'Change folder order' label with '...'
7771         * src/prefs_actions.c
7772                 allow reordering of actions list by dnd
7773         * src/gtk/foldersort.c
7774                 make the dialog nicer
7775
7776 2006-01-11 [colin]      1.9.100cvs138
7777
7778         * src/compose.c
7779                 Allow templates without text
7780
7781 2006-01-11 [paul]       1.9.100cvs137
7782
7783         * tools/README
7784         * tools/filter_conv_new.pl
7785                 add info to README
7786                 also check .sylpheed for filter.xml
7787                 be a bit informative to the user
7788
7789 2006-01-11 [colin]      1.9.100cvs136
7790
7791         * src/textview.c
7792                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7793
7794 2006-01-10 [paul]       1.9.100cvs135
7795
7796         * tools/Makefile.am
7797         * tools/filter_conv_new.pl
7798                 add script to convert new style Sylpheed
7799                 filter rules (Sylpheed >= 0.9.99) to
7800                 Claws filtering rules
7801
7802 2006-01-10 [colin]      1.9.100cvs134
7803
7804         * src/compose.c
7805                 Fix broken line joins in certain conditions
7806                 (between two quoted lines: <enter><enter><up>
7807                  <type a wrapped sentence><go in the first line>
7808                  <insert more text><watch as line joining failed>)
7809
7810 2006-01-10 [paul]       1.9.100cvs133
7811
7812         * src/compose.c
7813                 don't report success in error dialog
7814                 thanks to Colin
7815         * src/common/utils.c
7816                 include some trailing punctuations as URI
7817                 thanks to Hiro
7818
7819 2006-01-10 [paul]       1.9.100cvs132
7820
7821         * src/mimeview.c
7822                 fix incompatible pointer type
7823                 warning
7824
7825 2006-01-10 [paul]       1.9.100cvs131
7826
7827         * src/compose.c
7828                 change Subject in window title
7829                 instantaneously
7830
7831 2006-01-09 [colin]      1.9.100cvs130
7832
7833         * src/addressbook.c
7834         * src/headerview.c
7835         * src/mainwindow.c
7836         * src/messageview.c
7837         * src/mimeview.c
7838         * src/noticeview.c
7839         * src/summaryview.c
7840                 Fix possible crashes on exit and in addressbook
7841
7842 2006-01-09 [paul]       1.9.100cvs129
7843
7844         * src/prefs_msg_colors.c
7845                 some cleanups that I forgot last time
7846
7847 2006-01-09 [paul]       1.9.100cvs128
7848
7849         * README
7850         * src/folderview.c
7851         * src/prefs_msg_colors.c
7852                 add previously hidden option, color_new, to
7853                 the gui
7854                 move the page to Display/
7855                 rework the gui
7856
7857 2006-01-09 [wwp]        1.9.100cvs127
7858
7859         * src/prefs_themes.c
7860                 made the prefs/display/themes layouts spacing less condensed
7861                 (and so they match other prefs/pages' look).
7862
7863 2006-01-09 [paul]       1.9.100cvs126
7864
7865         * src/compose.c
7866         * src/prefs_common.c
7867         * src/prefs_common.h
7868         * src/prefs_wrapping.c
7869                 remove 'wrap at send' option
7870
7871 2006-01-06 [colin]      1.9.100cvs125
7872
7873         * src/compose.c
7874                 Just make completely sure we don't insert "manual line breaks" 
7875                 when wrapping... 
7876
7877 2006-01-04 [paul]
7878
7879         * 2.0.0-rc3 released
7880
7881 2006-01-04 [paul]       1.9.100cvs124
7882
7883         * src/folderview.c
7884                 fix bug 882, 'quick scroll in folder list
7885                 displays wrong folder contents'
7886
7887 2006-01-04 [paul]       1.9.100cvs123
7888
7889         * src/plugins/pgpmime/pgpmime.c
7890                 better debug information when signing
7891                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7892
7893 2006-01-03 [colin]      1.9.100cvs122
7894
7895         * configure.ac
7896                 We need to recheck for gpgme 1.0.0 after checking
7897                 for 1.1.1, because if 1.1.1 isn't available, 
7898                 GPGME_LIBS and friends are blanked out by the 
7899                 second check.
7900
7901 2006-01-03 [colin]      1.9.100cvs121
7902
7903         * src/common/prefs.c
7904                 Windows unlink-before rename fix
7905         * src/plugins/pgpcore/sgpgme.c
7906                 Add support for PKA info if available
7907                 Both patches by Werner Koch
7908
7909 2006-01-03 [paul]       1.9.100cvs120
7910
7911         * src/messageview.c
7912                 fix bug 884, 'Send receipt' button visible in queue
7913                 Thanks to Colin
7914
7915 2006-01-02 [colin]      1.9.100cvs119
7916
7917         * src/compose.c
7918         * src/imap.c
7919                 Fix autosave on IMAP and more generally try to
7920                 return the correct ID on a newly added IMAP message
7921
7922 2006-01-02 [paul]       1.9.100cvs118
7923
7924         * manual/keyboard.xml
7925                 edited
7926
7927 2006-01-01 [paul]       1.9.100cvs117
7928
7929         * src/gtk/authors.h
7930                 alphabetical order
7931
7932 2005-12-30 [colin]      1.9.100cvs116
7933
7934         * manual/advanced.xml
7935                 Explain Pre/Post-processing differences.
7936
7937 2005-12-30 [colin]      1.9.100cvs115
7938
7939         * src/mh.c
7940                 Implement copy_msgs for a little optimization
7941         * src/imap.c
7942                 Finish yesterday's fix
7943
7944 2005-12-29 [colin]      1.9.100cvs114
7945
7946         * src/imap.c
7947                 Fix occasional failure in fetching a mail over
7948                 IMAP
7949
7950 2005-12-29 [colin]      1.9.100cvs113
7951
7952         * src/compose.c
7953                 Don't remove a draft when sending it, if it is 
7954                 locked.
7955
7956 2005-12-28 [colin]      1.9.100cvs112
7957
7958         * src/summaryview.c
7959                 Fix leak for real
7960
7961 2005-12-28 [wwp]        1.9.100cvs111
7962
7963         * doc/faq/.cvsignore
7964         * doc/faq/de/.cvsignore
7965         * doc/faq/en/.cvsignore
7966         * doc/faq/es/.cvsignore
7967         * doc/faq/fr/.cvsignore
7968         * doc/faq/it/.cvsignore
7969         * doc/manual/.cvsignore
7970         * doc/manual/de/.cvsignore
7971         * doc/manual/en/.cvsignore
7972         * doc/manual/es/.cvsignore
7973         * doc/manual/fr/.cvsignore
7974         * doc/manual/ja/.cvsignore
7975         * src/plugins/mathml_viewer/.cvsignore
7976                 rollback revival of those files (my bad, sorry for the noise).
7977
7978 2005-12-28 [wwp]        1.9.100cvs110
7979
7980         * src/compose.c
7981                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7982
7983 2005-12-28 [wwp]        1.9.100cvs109
7984
7985         * doc/faq/.cvsignore
7986         * doc/faq/de/.cvsignore
7987         * doc/faq/en/.cvsignore
7988         * doc/faq/es/.cvsignore
7989         * doc/faq/fr/.cvsignore
7990         * doc/faq/it/.cvsignore
7991         * doc/manual/.cvsignore
7992         * doc/manual/de/.cvsignore
7993         * doc/manual/en/.cvsignore
7994         * doc/manual/es/.cvsignore
7995         * doc/manual/fr/.cvsignore
7996         * doc/manual/ja/.cvsignore
7997         * src/plugins/mathml_viewer/.cvsignore
7998         * po/.cvsignore
7999                 more files to ignore.
8000
8001 2005-12-24 [colin]      1.9.100cvs108
8002
8003         * AUTHORS
8004         * src/gtk/authors.h
8005                 Update for Werner
8006
8007 2005-12-24 [colin]      1.9.100cvs107
8008
8009         * src/procmsg.c
8010                 Allow NULL src_msginfo in 
8011                 procmsg_msginfo_new_from_mimeinfo
8012
8013 2005-12-23 [paul]       1.9.100cvs106
8014
8015         * src/plugins/pgpinline/mypgpcore.def
8016                 add this forgotten file
8017
8018 2005-12-23 [colin]      1.9.100cvs105
8019
8020         * src/mainwindow.c
8021                 Fix missing break
8022
8023 2005-12-23 [colin]      1.9.100cvs104
8024
8025         * autogen.sh
8026         * src/folder.c
8027         * src/mh.c
8028         * src/common/plugin.c
8029         * src/common/socket.c
8030         * src/common/socket.h
8031         * src/common/utils.c
8032         * src/common/utils.h
8033         * src/gtk/pluginwindow.c
8034         * src/plugins/pgpcore/plugin.def
8035         * src/plugins/pgpcore/sylpheed.def
8036         * src/plugins/pgpinline/Makefile.am
8037         * src/plugins/pgpinline/plugin.def
8038         * src/plugins/pgpinline/sylpheed.def
8039         * src/plugins/pgpmime/plugin.def
8040         * src/plugins/pgpmime/sylpheed.def
8041                 Various w32 fixes by Werner Koch
8042
8043 2005-12-22 [paul]       1.9.100cvs103
8044
8045         * src/wizard.c
8046                 don't offer IMAP as 'server type' if
8047                 libetpan isn't built in
8048
8049 2005-12-22 [paul]       1.9.100cvs102
8050
8051         * AUTHORS
8052         * src/mainwindow.c
8053         * src/mainwindow.h
8054         * src/toolbar.c
8055         * src/gtk/authors.h
8056                 support GTK_TOOLBAR_BOTH_HORIZ (text
8057                 next to icon) Patch by Marien Zwart
8058                 marienz@users.sf.net
8059                 Also reword the text
8060
8061 2005-12-21 [colin]      1.9.100cvs101
8062
8063         * configure.ac
8064                 Fix DATADIRNAME
8065         * COPYING
8066                 Fix missing section and explicit the exception better
8067         * src/compose.c
8068                 Prevent mail from being lost without notice when an
8069                 SMTP error happens on trying to send an unmodified
8070                 drafted mail.
8071         * src/send_message.c
8072         * src/common/smtp.c
8073                 Fix password remembering when wrong, and add return
8074                 value checks where they should have been
8075         * src/plugins/pgpcore/sylpheed.def
8076         * src/plugins/pgpinline/sylpheed.def
8077         * src/plugins/pgpmime/sylpheed.def
8078                 Add a few symbols needed
8079
8080 2005-12-21 [paul]       1.9.100cvs100
8081
8082         * m4/codeset.m4
8083         * m4/glibc21.m4
8084         * m4/intdiv0.m4
8085         * m4/inttypes-pri.m4
8086         * m4/inttypes.m4
8087         * m4/inttypes_h.m4
8088         * m4/isc-posix.m4
8089         * m4/lcmessage.m4
8090         * m4/stdint_h.m4
8091         * m4/uintmax_t.m4
8092                 gettextization
8093                 thanks to Colin
8094
8095 2005-12-21 [paul]       1.9.100cvs99
8096
8097         * po/sv.po
8098                 fixed by Colin
8099
8100 2005-12-20 [paul]       1.9.100cvs98
8101
8102         * po/sv.po
8103                 updated by Anders Trobäck
8104
8105 2005-12-20 [colin]      1.9.100cvs97
8106
8107         * ABOUT-NLS
8108         * Makefile.am
8109         * autogen.sh
8110         * configure.ac
8111         * config/config.rpath
8112         * config/mkinstalldirs
8113         * m4/Makefile.am
8114         * m4/glibc2.m4
8115         * m4/gnupg.m4
8116         * m4/gpgme.m4
8117         * m4/intmax.m4
8118         * m4/longdouble.m4
8119         * m4/longlong.m4
8120         * m4/printf-posix.m4
8121         * m4/signed.m4
8122         * m4/size_max.m4
8123         * m4/ulonglong.m4
8124         * m4/wchar_t.m4
8125         * m4/wint_t.m4
8126         * m4/xsize.m4
8127         * po/Makefile.in.in
8128         * po/Makevars
8129         * po/bg.po
8130         * po/ca.po
8131         * po/cs.po
8132         * po/de.po
8133         * po/el.po
8134         * po/en_GB.po
8135         * po/es.po
8136         * po/fi.po
8137         * po/fr.po
8138         * po/hr.po
8139         * po/hu.po
8140         * po/it.po
8141         * po/ja.po
8142         * po/ko.po
8143         * po/nb.po
8144         * po/nl.po
8145         * po/pl.po
8146         * po/pt_BR.po
8147         * po/ru.po
8148         * po/sk.po
8149         * po/sr.po
8150         * po/stamp-po
8151         * po/sv.po
8152         * po/zh_CN.po
8153         * po/zh_TW.po
8154         * src/Makefile.am
8155         * src/codeconv.c
8156         * src/compose.c
8157         * src/exporthtml.c
8158         * src/exportldif.c
8159         * src/folder.c
8160         * src/main.c
8161         * src/manual.c
8162         * src/mh.c
8163         * src/mimeview.c
8164         * src/send_message.c
8165         * src/common/Makefile.am
8166         * src/common/fnmatch.c
8167         * src/common/fnmatch.h
8168         * src/common/fnmatch_loop.c
8169         * src/common/nntp.c
8170         * src/common/plugin.c
8171         * src/common/smtp.c
8172         * src/common/socket.c
8173         * src/common/string_match.c
8174         * src/common/sylpheed.c
8175         * src/common/utils.c
8176         * src/common/utils.h
8177         * src/common/w32_dirent.c
8178         * src/common/w32_reg.c
8179         * src/common/w32_signal.c
8180         * src/common/w32_stat.c
8181         * src/common/w32_stdio.c
8182         * src/common/w32_stdlib.c
8183         * src/common/w32_string.c
8184         * src/common/w32_time.c
8185         * src/common/w32_unistd.c
8186         * src/common/w32_wait.c
8187         * src/common/w32lib.h
8188         * src/etpan/Makefile.am
8189         * src/gtk/Makefile.am
8190         * src/plugins/clamav/Makefile.am
8191         * src/plugins/demo/Makefile.am
8192         * src/plugins/dillo_viewer/Makefile.am
8193         * src/plugins/pgpcore/Makefile.am
8194         * src/plugins/pgpcore/passphrase.c
8195         * src/plugins/pgpcore/plugin.def
8196         * src/plugins/pgpcore/sgpgme.c
8197         * src/plugins/pgpcore/sylpheed.def
8198         * src/plugins/pgpcore/version.rc
8199         * src/plugins/pgpinline/Makefile.am
8200         * src/plugins/pgpinline/plugin.def
8201         * src/plugins/pgpinline/sylpheed.def
8202         * src/plugins/pgpinline/version.rc
8203         * src/plugins/pgpmime/Makefile.am
8204         * src/plugins/pgpmime/mypgpcore.def
8205         * src/plugins/pgpmime/plugin.def
8206         * src/plugins/pgpmime/sylpheed.def
8207         * src/plugins/pgpmime/version.rc
8208         * src/plugins/spamassassin/Makefile.am
8209                 Very little ;-) patch from Werner Koch, providing
8210                 infrastructure for cross-compiling to Win32
8211
8212 2005-12-20 [paul]       1.9.100cvs96
8213
8214         * src/account.c
8215         * src/account.h
8216         * src/mainwindow.c
8217         * src/mainwindow.h
8218         * src/toolbar.c
8219         * src/toolbar.h
8220                 add a combo to the Get All button, allowing
8221                 quick retrieval from any account
8222                 Patch by Fabien Vantard, slightly modified
8223                 by Colin
8224         * src/gtk/about.c
8225                 i18n fix. Patch by Fabien Vantard
8226
8227 2005-12-19 [colin]      1.9.100cvs95
8228
8229         * src/compose.c
8230         * src/compose.h
8231                 Don't automatically join lines when they've 
8232                 been separated by the user and not automatically
8233
8234 2005-12-19 [paul]       1.9.100cvs94
8235
8236         * src/gtk/pluginwindow.c
8237                 i18n fix.
8238                 Patch by Fabien Vantard
8239
8240 2005-12-15 [paul]       1.9.100cvs93
8241
8242         * src/common/plugin.c
8243         * src/common/plugin.h
8244         * src/gtk/pluginwindow.c
8245         * src/plugins/clamav/clamav_plugin.c
8246         * src/plugins/demo/demo.c
8247         * src/plugins/dillo_viewer/dillo_viewer.c
8248         * src/plugins/pgpcore/plugin.c
8249         * src/plugins/pgpinline/plugin.c
8250         * src/plugins/pgpmime/plugin.c
8251         * src/plugins/spamassassin/spamassassin.c
8252         * src/plugins/trayicon/trayicon.c
8253                 add plugin_version()
8254
8255 2005-12-15 [colin]      1.9.100cvs92
8256
8257         * src/compose.c
8258                 Further fix bug #875
8259
8260 2005-12-15 [paul]       1.9.100cvs91
8261
8262         * src/gtk/filesel.c
8263                 fix attach_load_dir getting set to
8264                 PLUGINDIR on plugin load
8265
8266 2005-12-14 [mones]      1.9.100cvs90
8267
8268         * manual/ack.xml
8269         * manual/keyboard.xml
8270                 Initial draft and some shortcuts added
8271                 
8272         * po/es.po
8273                 Updated translation
8274
8275 2005-12-14 [colin]      1.9.100cvs89
8276
8277         * src/compose.c
8278         * src/imap.c
8279         * src/summaryview.c
8280         * src/gtk/gtkaspell.c
8281                 More leaks fixed
8282         * src/prefs_folder_item.c
8283                 Fix recursive prefs apply
8284
8285
8286 2005-12-14 [colin]      1.9.100cvs88
8287
8288         * src/compose.c
8289                 Fix bug #875 (Freeze On Inline Forward of 
8290                 Large Message)
8291
8292 2005-12-13 [colin]      1.9.100cvs87
8293
8294         * src/compose.c
8295                 Uniq-ify and sort the mimetypes list
8296                 Patch by Fabien Vantard
8297
8298 2005-12-13 [colin]      1.9.100cvs86
8299
8300         * src/imap.c
8301         * src/etpan/imap-thread.c
8302                 Fix leaks (patch by Hoa)
8303         * src/news.c
8304         * src/common/plugin.c
8305                 Fix leaks
8306
8307 2005-12-12 [colin]
8308
8309         * 2.0.0-rc2 released
8310
8311 2005-12-12 [colin]      1.9.100cvs85
8312
8313         * src/matcher.c
8314                 Fix a leak
8315
8316 2005-12-12 [wwp]        1.9.100cvs84
8317
8318         * src/gtk/icon_legend.c
8319                 fix misbehaviour and crash when closing the legend window
8320         using the Esc key (patch by Fabien Vantard).
8321
8322 2005-12-12 [paul]       1.9.100cvs83
8323
8324         * src/browseldap.c
8325         * src/foldersel.c
8326         * src/prefs_actions.c
8327         * src/prefs_filtering.c
8328         * src/prefs_matcher.c
8329         * src/prefs_spelling.glade      ** REMOVED **
8330         * src/prefs_template.c
8331         * src/gtk/foldersort.glade      ** REMOVED **
8332         * src/gtk/pluginwindow.c
8333         * src/gtk/pluginwindow.glade    ** REMOVED **
8334         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8335                 cleanups
8336
8337 2005-12-11 [paul]       1.9.100cvs82
8338
8339         * src/gtk/filesel.c
8340                 fix attach_load_dir crasher (double free)
8341
8342 2005-12-09 [paul]       1.9.100cvs81
8343
8344         * po/POTFILES.in
8345         * src/mainwindow.c
8346         * src/gtk/Makefile.am
8347         * src/gtk/icon_legend.c
8348         * src/gtk/icon_legend.h
8349                 add icon legend
8350         * src/manual.c
8351                 cleanup
8352
8353 2005-12-09 [paul]       1.9.100cvs80
8354
8355         * src/plugins/pgpcore/passphrase.c
8356                 wrap the label in the dialog
8357
8358 2005-12-09 [colin]      1.9.100cvs79
8359
8360         * src/plugins/pgpcore/sgpgme.c
8361                 Display (untrusted) on not trusted signatures
8362                 Patch by Michal Èihaø <michal@cihar.com>
8363                 Closes bug #867 (Report also key trust)
8364
8365 2005-12-09 [colin]      1.9.100cvs78
8366
8367         * src/common/plugin.c
8368                 Update licence check, following Eben Moglen's advice
8369
8370 2005-12-08 [colin]      1.9.100cvs77
8371
8372         * src/folder.c
8373                 Fix the occasionnal item->cache != NULL 
8374                 assertion failure. 
8375
8376 2005-12-08 [colin]      1.9.100cvs76
8377
8378         * src/mimeview.c
8379         * src/plugins/pgpcore/sgpgme.c
8380                 Print key id when unable to check it
8381                 Closes bug #866 (Show key id when missing)
8382
8383 2005-12-08 [paul]       1.9.100cvs75
8384
8385         * src/prefs_common.c
8386         * src/prefs_common.h
8387         * src/gtk/filesel.c
8388                 remember load attachment dir
8389
8390 2005-12-07 [colin]      1.9.100cvs74
8391
8392         * src/prefs_toolbar.c
8393                 Gtk fixes, patch by Fabien Vantard
8394
8395 2005-12-07 [colin]      1.9.100cvs73
8396
8397         * src/action.c
8398         * src/compose.c
8399         * src/compose.h
8400                 Fix bug #839 (Quoted text isn't colored after 
8401                 executing an action)
8402         * src/common/plugin.c
8403                 Require plugins to declare their licence in plugin_licence()
8404                 Refuse to load non-GPL plugins as they'd be illegal (as 
8405                 derived works of Sylpheed-Claws, they must be GPL).
8406         * src/plugins/clamav/clamav_plugin.c
8407         * src/plugins/demo/demo.c
8408         * src/plugins/dillo_viewer/dillo_viewer.c
8409         * src/plugins/pgpcore/plugin.c
8410         * src/plugins/pgpinline/plugin.c
8411         * src/plugins/pgpmime/plugin.c
8412         * src/plugins/spamassassin/spamassassin.c
8413         * src/plugins/trayicon/trayicon.c
8414                 Add plugin_licence()
8415
8416 2005-12-07 [paul]       1.9.100cvs72
8417
8418         * configure.ac
8419         * src/mainwindow.c
8420         * src/manual.c
8421         * src/manual.h
8422         * src/common/defs.h
8423                 clean up after local FAQ removal and
8424                 temporary manual removal
8425
8426 2005-12-06 [colin]      1.9.100cvs71
8427
8428         * configure.ac
8429         * doc/Makefile.am
8430         * doc/faq/.cvsignore
8431         * doc/faq/Makefile.am
8432         * doc/faq/de/.cvsignore
8433         * doc/faq/de/Makefile.am
8434         * doc/faq/de/sylpheed-faq-1.html
8435         * doc/faq/de/sylpheed-faq-2.html
8436         * doc/faq/de/sylpheed-faq-3.html
8437         * doc/faq/de/sylpheed-faq.html
8438         * doc/faq/en/.cvsignore
8439         * doc/faq/en/Makefile.am
8440         * doc/faq/en/sylpheed-faq-1.html
8441         * doc/faq/en/sylpheed-faq-2.html
8442         * doc/faq/en/sylpheed-faq-3.html
8443         * doc/faq/en/sylpheed-faq-4.html
8444         * doc/faq/en/sylpheed-faq.html
8445         * doc/faq/es/.cvsignore
8446         * doc/faq/es/Makefile.am
8447         * doc/faq/es/sylpheed-faq-1.html
8448         * doc/faq/es/sylpheed-faq-2.html
8449         * doc/faq/es/sylpheed-faq-3.html
8450         * doc/faq/es/sylpheed-faq-4.html
8451         * doc/faq/es/sylpheed-faq.html
8452         * doc/faq/fr/.cvsignore
8453         * doc/faq/fr/Makefile.am
8454         * doc/faq/fr/sylpheed-faq-1.html
8455         * doc/faq/fr/sylpheed-faq-2.html
8456         * doc/faq/fr/sylpheed-faq-3.html
8457         * doc/faq/fr/sylpheed-faq.html
8458         * doc/faq/it/.cvsignore
8459         * doc/faq/it/Makefile.am
8460         * doc/faq/it/sylpheed-faq-1.html
8461         * doc/faq/it/sylpheed-faq-2.html
8462         * doc/faq/it/sylpheed-faq-3.html
8463         * doc/faq/it/sylpheed-faq.html
8464         * doc/manual/.cvsignore
8465         * doc/manual/Makefile.am
8466         * doc/manual/de/.cvsignore
8467         * doc/manual/de/Makefile.am
8468         * doc/manual/de/sylpheed-1.html
8469         * doc/manual/de/sylpheed-10.html
8470         * doc/manual/de/sylpheed-11.html
8471         * doc/manual/de/sylpheed-12.html
8472         * doc/manual/de/sylpheed-13.html
8473         * doc/manual/de/sylpheed-14.html
8474         * doc/manual/de/sylpheed-15.html
8475         * doc/manual/de/sylpheed-16.html
8476         * doc/manual/de/sylpheed-17.html
8477         * doc/manual/de/sylpheed-18.html
8478         * doc/manual/de/sylpheed-19.html
8479         * doc/manual/de/sylpheed-2.html
8480         * doc/manual/de/sylpheed-20.html
8481         * doc/manual/de/sylpheed-3.html
8482         * doc/manual/de/sylpheed-4.html
8483         * doc/manual/de/sylpheed-5.html
8484         * doc/manual/de/sylpheed-6.html
8485         * doc/manual/de/sylpheed-7.html
8486         * doc/manual/de/sylpheed-8.html
8487         * doc/manual/de/sylpheed-9.html
8488         * doc/manual/de/sylpheed.html
8489         * doc/manual/en/.cvsignore
8490         * doc/manual/en/Makefile.am
8491         * doc/manual/en/sylpheed-1.html
8492         * doc/manual/en/sylpheed-10.html
8493         * doc/manual/en/sylpheed-11.html
8494         * doc/manual/en/sylpheed-12.html
8495         * doc/manual/en/sylpheed-13.html
8496         * doc/manual/en/sylpheed-14.html
8497         * doc/manual/en/sylpheed-15.html
8498         * doc/manual/en/sylpheed-16.html
8499         * doc/manual/en/sylpheed-17.html
8500         * doc/manual/en/sylpheed-18.html
8501         * doc/manual/en/sylpheed-19.html
8502         * doc/manual/en/sylpheed-2.html
8503         * doc/manual/en/sylpheed-20.html
8504         * doc/manual/en/sylpheed-21.html
8505         * doc/manual/en/sylpheed-22.html
8506         * doc/manual/en/sylpheed-3.html
8507         * doc/manual/en/sylpheed-4.html
8508         * doc/manual/en/sylpheed-5.html
8509         * doc/manual/en/sylpheed-6.html
8510         * doc/manual/en/sylpheed-7.html
8511         * doc/manual/en/sylpheed-8.html
8512         * doc/manual/en/sylpheed-9.html
8513         * doc/manual/en/sylpheed.html
8514         * doc/manual/es/.cvsignore
8515         * doc/manual/es/Makefile.am
8516         * doc/manual/es/sylpheed-1.html
8517         * doc/manual/es/sylpheed-10.html
8518         * doc/manual/es/sylpheed-11.html
8519         * doc/manual/es/sylpheed-12.html
8520         * doc/manual/es/sylpheed-13.html
8521         * doc/manual/es/sylpheed-14.html
8522         * doc/manual/es/sylpheed-15.html
8523         * doc/manual/es/sylpheed-16.html
8524         * doc/manual/es/sylpheed-17.html
8525         * doc/manual/es/sylpheed-18.html
8526         * doc/manual/es/sylpheed-19.html
8527         * doc/manual/es/sylpheed-2.html
8528         * doc/manual/es/sylpheed-20.html
8529         * doc/manual/es/sylpheed-3.html
8530         * doc/manual/es/sylpheed-4.html
8531         * doc/manual/es/sylpheed-5.html
8532         * doc/manual/es/sylpheed-6.html
8533         * doc/manual/es/sylpheed-7.html
8534         * doc/manual/es/sylpheed-8.html
8535         * doc/manual/es/sylpheed-9.html
8536         * doc/manual/es/sylpheed.html
8537         * doc/manual/fr/.cvsignore
8538         * doc/manual/fr/Makefile.am
8539         * doc/manual/fr/sylpheed-1.html
8540         * doc/manual/fr/sylpheed-10.html
8541         * doc/manual/fr/sylpheed-11.html
8542         * doc/manual/fr/sylpheed-12.html
8543         * doc/manual/fr/sylpheed-13.html
8544         * doc/manual/fr/sylpheed-14.html
8545         * doc/manual/fr/sylpheed-15.html
8546         * doc/manual/fr/sylpheed-16.html
8547         * doc/manual/fr/sylpheed-17.html
8548         * doc/manual/fr/sylpheed-18.html
8549         * doc/manual/fr/sylpheed-19.html
8550         * doc/manual/fr/sylpheed-2.html
8551         * doc/manual/fr/sylpheed-20.html
8552         * doc/manual/fr/sylpheed-3.html
8553         * doc/manual/fr/sylpheed-4.html
8554         * doc/manual/fr/sylpheed-5.html
8555         * doc/manual/fr/sylpheed-6.html
8556         * doc/manual/fr/sylpheed-7.html
8557         * doc/manual/fr/sylpheed-8.html
8558         * doc/manual/fr/sylpheed-9.html
8559         * doc/manual/fr/sylpheed.html
8560         * doc/manual/ja/.cvsignore
8561         * doc/manual/ja/Makefile.am
8562         * doc/manual/ja/sylpheed-1.html
8563         * doc/manual/ja/sylpheed-10.html
8564         * doc/manual/ja/sylpheed-11.html
8565         * doc/manual/ja/sylpheed-12.html
8566         * doc/manual/ja/sylpheed-13.html
8567         * doc/manual/ja/sylpheed-14.html
8568         * doc/manual/ja/sylpheed-15.html
8569         * doc/manual/ja/sylpheed-16.html
8570         * doc/manual/ja/sylpheed-17.html
8571         * doc/manual/ja/sylpheed-18.html
8572         * doc/manual/ja/sylpheed-19.html
8573         * doc/manual/ja/sylpheed-2.html
8574         * doc/manual/ja/sylpheed-20.html
8575         * doc/manual/ja/sylpheed-3.html
8576         * doc/manual/ja/sylpheed-4.html
8577         * doc/manual/ja/sylpheed-5.html
8578         * doc/manual/ja/sylpheed-6.html
8579         * doc/manual/ja/sylpheed-7.html
8580         * doc/manual/ja/sylpheed-8.html
8581         * doc/manual/ja/sylpheed-9.html
8582         * doc/manual/ja/sylpheed.html
8583         * doc/manual/ja/sylpheed.sgml
8584         * src/mainwindow.c
8585                 Remove outdated manual and faq. Noisy, eh?
8586
8587 2005-12-06 [colin]      1.9.100cvs70
8588
8589         * src/compose.c
8590         * src/quote_fmt_parse.y
8591         * src/undo.c
8592         * src/undo.h
8593                 Allow %X to position cursor at 0 
8594                 (no %X = before signature)
8595                 Fix paste as quotation putting the cursor at 0
8596                 Fix undo offsets when pasting
8597                 Insert the quote_fmt at once instead of line 
8598                 by line
8599                 Fix [Edited] when starting to reply/forward
8600
8601 2005-12-06 [paul]       1.9.100cvs69
8602
8603         * src/plugins/clamav/clamav_plugin_gtk.c
8604                 add another tooltip
8605         * src/plugins/spamassassin/spamassassin_gtk.c
8606                 rework spamassassin_create_widget_func()
8607
8608 2005-12-05 [colin]      1.9.100cvs68
8609
8610         * po/POTFILES.in
8611                 Fix make release ;-)
8612
8613 2005-12-05 [colin]      1.9.100cvs67
8614
8615         * src/compose.c
8616         * src/compose.h
8617                 Fix cursor positioning (not obeying %X)
8618
8619 2005-12-05 [paul]       1.9.100cvs66
8620
8621         * src/plugins/dillo_viewer/dillo_prefs.c
8622                 fix compilation warning
8623
8624 2005-12-05 [paul]       1.9.100cvs65
8625
8626         * src/prefs_spelling.c
8627         * src/plugins/trayicon/trayicon.c
8628                 cleanups - remove unused stuff
8629
8630 2005-12-05 [paul]       1.9.100cvs64
8631
8632         * README
8633         * manual/plugins.xml
8634                 remove info about removed mathml_viewer plugin
8635
8636 2005-12-05 [paul]       1.9.100cvs63
8637
8638         * configure.ac
8639         * src/plugins/Makefile.am
8640         * src/plugins/mathml_viewer/.cvsignore
8641         * src/plugins/mathml_viewer/Makefile.am
8642         * src/plugins/mathml_viewer/mathml_viewer.c
8643                 remove unmaintained mathml_viewer plugin
8644
8645 2005-12-05 [paul]       1.9.100cvs62
8646
8647         * src/summaryview.c
8648                 obey prefs_common.always_show_msg when
8649                 moving a msg
8650                 Thanks to Colin
8651
8652 2005-12-05 [paul]       1.9.100cvs61
8653
8654         * src/compose.c
8655         * src/prefs_account.c
8656         * src/prefs_filtering.c
8657         * src/prefs_quote.c
8658         * src/prefs_spelling.c
8659         * src/prefs_toolbar.c
8660         * src/summaryview.c
8661         * src/gtk/gtkutils.c
8662         * src/gtk/quicksearch.c
8663         * src/plugins/dillo_viewer/dillo_prefs.c
8664                 dialog cleanups
8665
8666 2005-12-04 [paul]       1.9.100cvs60
8667
8668         * src/inc.c
8669         * src/prefs_account.c
8670         * src/prefs_account.h
8671                 allow a Local account to specify a
8672                 default inbox
8673                 (closes bug 843 'Inbox cannot be changed for local
8674                  mailboxes')
8675
8676 2005-12-04 [colin]      1.9.100cvs59
8677
8678         * src/plugins/trayicon/trayicon.c
8679                 Remove Get, rename Get All to Get Mail in order to
8680                 be consistent with the default main toolbar
8681
8682 2005-12-03 [colin]      1.9.100cvs58
8683
8684         * manual/gpl.xml
8685         * manual/sylpheed-claws-manual.xml
8686                 Add GPL appendix
8687
8688 2005-12-03 [paul]       1.9.100cvs57
8689
8690         * AUTHORS
8691         * po/sv.po
8692         * src/gtk/authors.h
8693                 new (partially complete) Swedish translation
8694                 by Anders Troback <sylpheed@troback.com>
8695
8696 2005-12-02 [paul]       1.9.100cvs56
8697
8698         * configure.ac
8699                 libetpan 0.41 required
8700
8701 2005-12-02 [paul]       1.9.100cvs55
8702
8703         * src/plugins/clamav/clamav_plugin.c
8704         * src/plugins/clamav/clamav_plugin.h
8705         * src/plugins/clamav/clamav_plugin_gtk.c
8706         * src/plugins/spamassassin/spamassassin.c
8707         * src/plugins/spamassassin/spamassassin.h
8708         * src/plugins/spamassassin/spamassassin_gtk.c
8709                 unregister prefs pages on unloading, thus
8710                 preventing a crash
8711                 (thanks to Colin for the hint)
8712
8713 2005-12-02 [wwp]        1.9.100cvs54
8714
8715         * src/quote_fmt.h
8716         * src/quote_fmt_parse.y
8717                 fix misuse of gboolean*, use gboolean instead
8718                 (thanks to Paul, Colin, for pointing out that scaring one)
8719
8720 2005-12-02 [paul]       1.9.100cvs53
8721
8722         * src/plugins/clamav/clamav_plugin.c
8723                 int no --> unsigned int no
8724         * src/plugins/clamav/clamav_plugin_gtk.c
8725                 rework config page
8726
8727 2005-12-02 [wwp]        1.9.100cvs52
8728
8729         * src/compose.c
8730         * src/prefs_template.c
8731         * src/quote_fmt.h
8732         * src/quote_fmt_parse.y
8733                 prevent from executing |f and |p templates commands when
8734                 adding or replacing templates in prefs (avoids annoying and
8735                 potentially dangerous behaviours)
8736
8737 2005-12-02 [paul]       1.9.100cvs51
8738
8739         * src/prefs_common.c
8740                 allow translation of some default values
8741                 Patch by Fabien Vantard
8742
8743 2005-12-02 [paul]       1.9.100cvs50
8744
8745         * src/codeconv.c
8746         * src/codeconv.h
8747         * src/prefs_common.c
8748         * src/prefs_common.h
8749         * src/prefs_message.c
8750         * src/textview.c
8751                 remove obsolete 'convert_mb_alnum' option
8752                 and related stuff
8753         * src/gtk/about.c
8754                 remove unused 'about_textview_visibility_notify'
8755
8756 2005-12-02 [paul]       1.9.100cvs49
8757
8758         * src/prefs_account.c
8759         * src/prefs_compose_writing.c
8760         * src/prefs_fonts.c
8761         * src/prefs_gtk.h
8762         * src/prefs_image_viewer.c
8763         * src/prefs_message.c
8764         * src/prefs_other.c
8765         * src/prefs_receive.c
8766         * src/prefs_send.c
8767         * src/prefs_spelling.c
8768         * src/prefs_summaries.c
8769         * src/prefs_wrapping.c
8770         * src/plugins/dillo_viewer/dillo_prefs.c
8771         * src/plugins/pgpcore/prefs_gpg.c
8772                 several cleanups to the prefs dialogs
8773                 (slightly modified) patch by Fabien Vantard
8774
8775 2005-12-02 [paul]       1.9.100cvs48
8776
8777         * src/main.c
8778                 --exit means exit
8779         * src/send_message.c
8780                 fix crash on send when connection fails
8781
8782         Thanks to Colin
8783
8784 2005-12-01 [colin]      1.9.100cvs47
8785
8786         * src/html.c
8787                 Translate &hellip; to "..."
8788
8789 2005-11-30 [colin]      1.9.100cvs46
8790
8791         * src/matcher.c
8792         * src/matcher.h
8793                 Optimize back yesterday's fix.
8794
8795 2005-11-30 [paul]       1.9.100cvs45
8796
8797         * manual/faq.xml
8798                 standardised
8799         * manual/intro.xml
8800                 written by Colin, edited by me
8801
8802 2005-11-29 [colin]      1.9.100cvs44
8803
8804         * src/matcher.c
8805                 Skip headers unconditionnaly in match_body if the
8806                 rule is not message or ~message
8807
8808 2005-11-29 [colin]      1.9.100cvs43
8809
8810         * src/matcher.c
8811                 Fix body_part and such, not skipping headers 
8812                 if the matchcriteria wasn't the first in the rule
8813
8814 2005-11-29 [colin]      1.9.100cvs42
8815
8816         * src/compose.c
8817                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8818                 option missing from message view window)
8819                 Fix double text D'n'D with gtk-2.8
8820         * src/matcher.c
8821                 Fix ~message, ~headers_part, ~body_part rules
8822         * src/messageview.c
8823                 Add Windows-1252 (Closes bug #863)
8824                 Fix accels
8825         * src/gtk/gtkaspell.c
8826                 Properly destroy accels in all menus
8827
8828 2005-11-29 [mones]      1.9.100cvs41
8829
8830         * po/es.po
8831                 Updated.
8832
8833 2005-11-27 [colin]      1.9.100cvs40
8834
8835         * src/mh_gtk.c
8836                 "/Remove mailbox" -> "/Remove mailbox..."
8837
8838 2005-11-27 [paul]       1.9.100cvs39
8839
8840         * AUTHORS
8841         * po/de.po
8842         * src/gtk/authors.h
8843                 updated by new maintainer, Stephan Sachse
8844
8845 2005-11-27 [paul]       1.9.100cvs38
8846
8847         * manual/faq.xml
8848                 written by Colin, edited by me
8849
8850 2005-11-27 [paul]       1.9.100cvs37
8851
8852         * src/prefs_common.c
8853         * src/prefs_common.h
8854         * src/prefs_receive.c
8855         * src/prefs_summaries.c
8856                 move 'go to inbox after receiving new mail'
8857                 option from display/sumamaries to mail
8858                 handling/receive, and rework prefs_summaries
8859                 dialog a little
8860
8861 2005-11-25 [martin]     1.9.100cvs36
8862
8863         * po/de.po
8864             fixed windows-1252 translation;
8865             translated some new and fuzzy strings
8866
8867 2005-11-25 [paul]       1.9.100cvs35
8868
8869         * src/plugins/clamav/clamav_plugin.c
8870                 complete the update done in cvs34
8871
8872 2005-11-25 [paul]       1.9.100cvs34
8873
8874         * src/plugins/clamav/clamav_plugin.c
8875                 reflect upstream changes
8876
8877 2005-11-25 [paul]       1.9.100cvs33
8878
8879         * manual/ack.xml
8880         * manual/plugins.xml
8881         * manual/sylpheed-claws-manual.xml
8882                 written/updated by Colin, edited by me
8883         * tools/acroread2sylpheed.pl
8884                 update binary name
8885
8886 2005-11-24 [colin]      1.9.100cvs32
8887
8888         * src/compose.c
8889                 Fix bug #856 (reediting messages forgets Request
8890                 Return Receipt)
8891
8892 2005-11-24 [paul]       1.9.100cvs31
8893
8894         * manual/addrbook.xml
8895         * manual/starting.xml
8896                 written by Colin, proofread, edited, adapted by me
8897         * manual/advanced.xml
8898                 add some Actions examples
8899         * src/importldif.c
8900                 use a Save button instead of a Close button
8901         * src/wizard.c
8902                 indicate mandatory fields
8903                 fix page display
8904                 Thanks to Colin
8905
8906 2005-11-23 [colin]      1.9.100cvs30
8907
8908         * src/addressbook.c
8909                 Rename menu item, fix possible crash after
8910                 deletion of books
8911         * src/addrindex.c
8912                 Allow searching for '*' in ldap
8913         * src/browseldap.c
8914                 Fix "Browse Entry" (did anyone use it?)
8915         * src/wizard.c
8916                 Add guards for mandatory information
8917
8918 2005-11-23 [paul]       1.9.100cvs29
8919
8920         * manual/advanced.xml
8921                 corrections to the English
8922
8923 2005-11-23 [colin]      1.9.100cvs28
8924
8925         * src/mimeview.c
8926                 Fix possible crash at exit. After the call to
8927                 gtk_container_remove(), the Viewer's widget has no
8928                 more parent so gtk+ automatically frees it and its
8929                 sons. If destroy_viewer() then try to access it,
8930                 problems ensue.
8931
8932 2005-11-22 [colin]      1.9.100cvs27
8933
8934         * src/compose.c
8935         * src/gtk/gtkaspell.c
8936                 Fix right-clicking on a misspelled word
8937                 Fix More... in suggestions menu
8938
8939 2005-11-22 [wwp]        1.9.100cvs26
8940
8941         * src/prefs_template.c
8942                 templates works: re-sort templates list when adding or replacing,
8943                 prevent from adding or replacing when the template name is empty
8944
8945 2005-11-21 [colin]      1.9.100cvs25
8946
8947         * src/addressbook.c
8948                 Fix some addressbook suckage (dnd, select all)
8949         * src/compose.c
8950         * src/gtk/gtkaspell.c
8951         * src/gtk/gtkaspell.h
8952                 Make the spellchecker menu work with the 
8953                 GtkTextView one instead of overriding it
8954
8955 2005-11-20 [paul]       1.9.100cvs24
8956
8957         * manual/handling.xml
8958                 proofread and corrected
8959
8960 2005-11-20 [paul]       1.9.100cvs23
8961
8962         * manual/Makefile
8963                 generate html as one file
8964         * manual/advanced.xml
8965                 fix output generation
8966                 reformat hidden options list
8967         * manual/manual.xml     ** REMOVED **
8968         * manual/sylpheed-claws-manual.xml      ** ADDED **
8969                 renamed
8970
8971 2005-11-18 [colin]      1.9.100cvs22
8972
8973         * src/prefs_account.c
8974                 Fix layout in news and mbox accounts
8975         * manual/account.xml
8976         * manual/advanced.xml
8977                 New contents for Paul to check :)
8978
8979 2005-11-18 [wwp]        1.9.100cvs21
8980
8981         * src/gtk/quicksearch.c
8982                 don't update extended quicksearch buttons twice
8983
8984 2005-11-18 [paul]       1.9.100cvs20
8985
8986         * src/textview.c
8987                 complete 1.9.100cvs19
8988
8989 2005-11-18 [paul]       1.9.100cvs19
8990
8991         * src/compose.c
8992                 cosmetic improvements
8993         * src/textview.c
8994                 also list text/* attachments
8995
8996 2005-11-18 [colin]      1.9.100cvs18
8997
8998         * src/summaryview.c
8999                 Use column 0 instead of -1 in 
9000                 gtk_ctree_node_moveto, in a naive
9001                 hope it'll fix the gtk-related crashes
9002
9003 2005-11-18 [colin]      1.9.100cvs17
9004
9005         * src/gtk/inputdialog.c
9006                 Fix icon staying the first one
9007
9008 2005-11-17 [wwp]        1.9.100cvs16
9009                 fix possible problem showing some quicksearch buttons, and a bad
9010                 call to g_return_if_fail in a function that returns a value (both
9011                 fixes by Fabien Vantard)
9012
9013 2005-11-15 [wwp]        1.9.100cvs15
9014
9015         * src/gtk/quicksearch.c
9016                 added a tooltip to that obscure ... quicksearch button
9017
9018 2005-11-15 [wwp]        1.9.100cvs14
9019
9020         * src/gtk/quicksearch.c
9021                 add a quicksearch helper to filtering expression users: the ... button
9022                 raises the condition expr window. condition expressions set up w/ this
9023                 window are used by the quicksearch if the user closes it pressing OK.
9024
9025 2005-11-14 [paul]       1.9.100cvs13
9026
9027         * src/plugins/clamav/clamav_plugin.c
9028         * src/plugins/spamassassin/spamassassin.c
9029                 change plugin type following recent merging
9030
9031 2005-11-14 [wwp]        1.9.100cvs12
9032
9033         * src/folder.c
9034                 prevent from crashing when copying/moving message(s) from and
9035                 to the same folder
9036
9037 2005-11-14 [paul]       1.9.100cvs11
9038
9039         * src/plugins/clamav/Makefile.am
9040         * src/plugins/clamav/clamav_plugin.c
9041         * src/plugins/clamav/clamav_plugin.h
9042         * src/plugins/clamav/clamav_plugin_gtk.c
9043                 also merge clamav and clamav_gtk plugins
9044
9045 2005-11-13 [colin]      1.9.100cvs10
9046
9047         * configure.ac
9048         * src/plugins/spamassassin/Makefile.am
9049         * src/plugins/spamassassin/spamassassin.c
9050         * src/plugins/spamassassin/spamassassin.h
9051         * src/plugins/spamassassin/spamassassin_gtk.c
9052                 Merge spamassassin and spamassassin_gtk plugins,
9053                 and build it by default.
9054
9055 2005-11-12 [colin]      1.9.100cvs9
9056
9057         * src/etpan/imap-thread.c
9058                 Fix gcc warning
9059
9060 2005-11-12 [colin]      1.9.100cvs8
9061
9062         * src/procmime.c
9063                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9064
9065 2005-11-10 [colin]      1.9.100cvs7
9066
9067         * src/main.c
9068                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9069                 minimised state)
9070
9071 2005-11-10 [wwp]        1.9.100cvs6
9072
9073         * src/gtk/description_window.c
9074                 fix a crash when closing description windows using the WM's [X] button
9075
9076 2005-11-09 [colin]      1.9.100cvs5
9077
9078         * src/common/ssl.c
9079                 Update libetpan call to follow upstream
9080                 (yes, this requires libetpan-0.40cvs3)
9081
9082 2005-11-08 [colin]      1.9.100cvs4
9083
9084         * src/compose.c
9085         * src/textview.c
9086         * src/common/utils.c
9087         * src/common/utils.h
9088                 Enhance the email parser
9089
9090 2005-11-08 [colin]      1.9.100cvs3
9091
9092         * src/procmime.c
9093                 Fix what looks like an off-by-one (fixes 
9094                 attachments from the Bat)
9095
9096 2005-11-08 [wwp]        1.9.100cvs2
9097
9098         * src/main.c
9099                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9100
9101 2005-11-08 [wwp]        1.9.100cvs1
9102
9103         * src/main.c
9104                 allow exiting Sylpheed-Claws from command-line
9105
9106 2005-11-08 [paul]       1.9.100
9107
9108         1.9.100 released
9109
9110 2005-11-07 [colin]      1.9.99cvs17
9111
9112         * src/addritem.c
9113         * src/ldif.c
9114                 Fix import of base-64 encoded items
9115
9116 2005-11-07 [colin]      1.9.99cvs16
9117
9118         * src/send_message.c
9119                 Fix bug #314 (Queue does not empty under certain 
9120                 circumstances)
9121
9122 2005-11-07 [paul]       1.9.99cvs15
9123
9124         * src/mutt.c
9125         * src/pine.c
9126                 fix buffer overflows
9127                 Thanks to Colin
9128
9129 2005-11-07 [paul]       1.9.99cvs14
9130
9131         * doc/man/Makefile.am
9132         * doc/man/sylpheed-claws.1      ** ADDED **
9133         * doc/man/sylpheed.1            ** DELETED **
9134                 rename and update the man file
9135
9136 2005-11-06 [colin]      1.9.99cvs13
9137
9138         * src/ldif.c
9139                 Fix ldif_get_line() that returned empty strings
9140                 (Didn't understand why). Also fix a possible
9141                 buffer overflow.
9142
9143 2005-11-06 [wwp]        1.9.99cvs12
9144
9145         * src/textview.c
9146         * src/gtk/about.c
9147         * src/gtk/gtkutils.c
9148         * src/gtk/gtkutils.h
9149                 fix a compilation warning,
9150                 make links sensitive in the about dialog
9151
9152 2005-11-04 [wwp]        1.9.99cvs11
9153
9154         * src/gtk/about.c
9155                 don't wrap or translate URIs, and a bit text format cleanup
9156
9157 2005-11-04 [wwp]        1.9.99cvs10
9158
9159         * src/gtk/about.c
9160                 better textview tagging implementation (no more use of marks for
9161                 postponed tagging)
9162
9163 2005-11-02 [colin]      1.9.99cvs9
9164
9165         * src/common/ssl.c
9166                 Forgot an ifdef
9167
9168 2005-11-02 [colin]      1.9.99cvs8
9169
9170         * configure.ac
9171                 Require libetpan-0.40 due to upstream fix
9172         * src/common/ssl.c
9173                 Tell libetpan not to call SSL_Library_Init,
9174                 as we do it ourselves.
9175
9176 2005-11-02 [colin]      1.9.99cvs7
9177
9178         * po/POTFILES.in
9179                 Add missing files (thanks to Fabien Vantard)
9180
9181 2005-11-02 [colin]      1.9.99cvs6
9182
9183         * src/summaryview.c
9184                 Fix totals when read messages are hidden or quicksearch
9185                 is on
9186         * src/ssl_manager.c
9187         * src/ssl_manager.h
9188         * src/common/ssl_certificate.c
9189         * src/common/ssl_certificate.h
9190         * src/gtk/sslcertwindow.c
9191         * src/gtk/sslcertwindow.h
9192                 Fix copyright on my stuff
9193
9194 2005-11-02 [wwp]        1.9.99cvs5
9195
9196         * src/prefs_themes.c
9197                 fix directory name checking (theme installation/removal),
9198                 made related error a bit more verbose
9199
9200 2005-11-02 [colin]      1.9.99cvs4
9201
9202         * src/summaryview.c
9203                 Fix typo (probably fixes bug #841 (Sort by the From 
9204                 field doesn't work)
9205
9206 2005-11-02 [paul]       1.9.99cvs3
9207
9208         * po/ko.po
9209         * po/nb.po
9210                 updated by SungHyun Nam, Geir Helland
9211         * src/wizard.c
9212                 fix typo in welcome message. spotted by
9213                 Andrea Spadaccini
9214
9215 2005-11-01 [colin]      1.9.99cvs2
9216
9217         * src/compose.c
9218                 Fix replying to ml wen confirming subscription
9219         * src/messageview.c
9220         * src/mimeview.c
9221         * src/mimeview.h
9222         * src/privacy.h
9223         * src/summaryview.c
9224                 Make key check non blocking
9225
9226 2005-10-31 [paul]       1.9.99cvs1
9227
9228         * tools/claws.i18n.status.pl
9229                 updated for ChangeLog
9230
9231 2005-10-31 [paul]       1.9.99
9232
9233         1.9.99 released
9234
9235 2005-10-31 [paul]       1.9.15cvs131
9236
9237         * .cvsignore
9238         * ChangeLog
9239         * ChangeLog.claws       ** REMOVED **
9240         * ChangeLog-gtk2.claws  ** REMOVED **
9241         * ChangeLog.gtk1        ** ADDED **
9242         * INSTALL
9243         * Makefile.am
9244         * NEWS
9245         * README
9246         * README.claws          ** REMOVED **
9247         * README.jp             ** REMOVED **
9248         * RELEASE_NOTES         ** ADDED **
9249         * RELEASE_NOTES.claws   ** REMOVED **
9250         * commitHelper
9251         * configure.ac
9252         * sylpheed.spec.in      ** REMOVED **
9253                 tidy up and update the default docs:
9254                 ChangeLog.claws is renamed ChangeLog.gtk1
9255                 ChangeLog-gtk2.claws is renamed ChangeLog
9256                 README.claws is renamed README
9257                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9258
9259 2005-10-31 [paul]       1.9.15cvs130
9260
9261         * po/it.po
9262                 fix errors
9263
9264 2005-10-31 [paul]       1.9.15cvs129
9265
9266         * po/ca.po
9267         * po/de.po
9268         * po/en_GB.po
9269         * po/fr.po
9270         * po/it.po
9271         * po/pt_BR.po
9272         * po/sk.po
9273         * po/sr.po
9274         * po/zh_CN.po
9275                 updated by Miquel Oliete, Stephan Sachse and
9276                 Thomas Gilgin, me, Fabien Vantard, Andrea
9277                 Spadaccini, Frederico Goncalves Guimaraes,
9278                 Andrej Kacian, Aleksandar Urosevic, and
9279                 Ralgh Young.
9280
9281 2005-10-31 [mones]      1.9.15cvs128
9282
9283         * manual/faq.xml
9284                 More questions.
9285         
9286         * po/es.po
9287                 Updated for release.
9288
9289 2005-10-30 [colin]      1.9.15cvs127
9290
9291         * src/compose.c
9292                 Place cursor before rewrapping (fixes cursor
9293                 pos if quotation gets rewrapped)
9294
9295 2005-10-29 [paul]       1.9.15cvs126
9296
9297         * src/crash.c
9298         * src/foldersel.c
9299         * src/main.c
9300         * src/messageview.c
9301         * src/toolbar.c
9302         * src/gtk/authors.h
9303                 corrections to text items
9304
9305 2005-10-28 [colin]      1.9.15cvs125
9306
9307         * src/messageview.c
9308                 Make "hit 'C' to check sig" work from extern 
9309                 messageviews
9310
9311 2005-10-27 [colin]      1.9.15cvs124
9312
9313         * src/summaryview.c
9314                 Add a hack to avoid segfaulting when hammering 
9315                 on gtk's events
9316
9317 2005-10-27 [wwp]        1.9.15cvs123
9318
9319         * src/prefs_themes.c
9320                 sort list of themes names in themes prefs
9321
9322 2005-10-27 [paul]       1.9.15cvs122
9323
9324         * src/folder.c
9325         * src/prefs_account.c
9326                 fix building on Solaris
9327                 Patch by Alex Moore
9328
9329 2005-10-27 [wwp]        1.9.15cvs121
9330
9331         * src/summaryview.c
9332         * src/gtk/gtksctree.c
9333                 speed up unselecting messages in summary view (thanks to Colin)
9334
9335 2005-10-27 [paul]       1.9.15cvs120
9336
9337         * src/mainwindow.c
9338                 fix a compilation warning
9339         * src/summaryview.c
9340                 fix updating of 'n items selected' count
9341                 when deselecting
9342
9343 2005-10-27 [martin]     1.9.15cvs119
9344
9345         * src/action.c
9346                 ignore actions with a leading '/' in the action menu name
9347                 fixes a crash on menu creation
9348         * src/prefs_actions.c
9349                 do not allow a leading '/' in the action menu name
9350
9351 2005-10-27 [paul]       1.9.15cvs118
9352
9353         * src/main.c
9354                 fix compilation warning
9355
9356 2005-10-27 [paul]       1.9.15cvs117
9357
9358         * src/procmime.c
9359                 add #if HAVE_LOCALE_H
9360
9361 2005-10-27 [paul]       1.9.15cvs116
9362
9363         * src/plugins/clamav/clamav_plugin.c
9364         * src/plugins/dillo_viewer/dillo_viewer.c
9365         * src/plugins/mathml_viewer/mathml_viewer.c
9366         * src/plugins/pgpcore/plugin.c
9367         * src/plugins/pgpinline/plugin.c
9368         * src/plugins/pgpmime/plugin.c
9369         * src/plugins/spamassassin/spamassassin.c
9370         * src/plugins/trayicon/trayicon.c
9371                 plugin_init() : make error messages more
9372                 informative
9373
9374 2005-10-26 [wwp]        1.9.15cvs115
9375
9376         * src/prefs_matcher.c
9377                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9378
9379 2005-10-26 [wwp]        1.9.15cvs114
9380
9381         * src/procmime.c
9382         * src/gtk/gtksctree.c
9383         * src/plugins/spamassassin/libspamc.c
9384         * src/plugins/spamassassin/spamassassin.c
9385                 fix some compilation warnings more
9386
9387 2005-10-26 [mones]      1.9.15cvs113
9388
9389         * po/es.po
9390                 Updated translation
9391
9392 2005-10-26 [paul]       1.9.15cvs112
9393
9394         * src/prefs_message.c
9395                 give all display_xface stuff the
9396                 #if HAVE_LIBCOMPFACE treatment, thus
9397                 preventing a crash
9398                 (Thanks to Wolfgang Enderlein)
9399
9400 2005-10-26 [colin]      1.9.15cvs111
9401
9402         * src/gedit-print.c
9403                 Fix date format
9404         * src/imap_gtk.c
9405         * src/news_gtk.c
9406                 Remove context menu items that should not be there
9407         * src/jpilot.c
9408                 Fix encoding
9409         * src/main.c
9410         * src/mainwindow.c
9411                 Don't show the mainwindow too soon
9412
9413 2005-10-26 [wwp]        1.9.15cvs110
9414
9415         * src/folder.c
9416         * src/manual.c
9417         * src/summaryview.c
9418                 fix uninitialized pointers in the folder updating hook
9419                 (thanks to Colin)
9420
9421 2005-10-25 [mones]      1.9.15cvs109
9422
9423         * manual/faq.xml
9424                 General information subsection completed. 
9425                 Removed archaic references.
9426                 
9427         * manual/Makefile
9428         * manual/dtd/manual.dsl
9429                 Added customization stylesheet for getting paragraphs
9430                 fully justified in PDF output (as suggested by Colin).
9431
9432 2005-10-25 [colin]      1.9.15cvs108
9433
9434         * src/compose.c
9435                 Fix a second leak
9436
9437 2005-10-25 [colin]      1.9.15cvs107
9438
9439         * src/addrbook.c
9440         * src/addrindex.c
9441                 Fix leak (xml_get_element() allocates memory)
9442         * src/compose.c
9443                 Fix leak + dead code (shame!)
9444         * src/procmime.c
9445                 Fix leak
9446
9447 2005-10-25 [colin]      1.9.15cvs106
9448
9449         * src/mimeview.c
9450                 Fix encoding issue in Save all and in 
9451                 overwrite-confirmation alertpanel
9452
9453 2005-10-25 [colin]      1.9.15cvs105
9454
9455         * src/common/socket.c
9456                 Fix a leak - Thanks to Christopher Aillon
9457                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9458
9459 2005-10-25 [paul]       1.9.15cvs104
9460
9461         * src/wizard.c
9462                 Always guess servers from the right-hand
9463                 email part and guess username from the
9464                 left-hand part. (Thanks to Colin)
9465                 add an X-Face to the welcome message
9466
9467 2005-10-25 [paul]       1.9.15cvs103
9468
9469         * manual/handling.xml
9470                 written by Colin, edited by me
9471
9472 2005-10-25 [wwp]        1.9.15cvs102
9473
9474         * src/folderview.c
9475         * src/grouplistdialog.c
9476         * src/imap.c
9477         * src/noticeview.c
9478                 fix some compilation warnings
9479
9480 2005-10-24 [paul]
9481
9482         1.9.99-rc3 released
9483
9484 2005-10-24 [paul]       1.9.15cvs101
9485
9486         * src/gtk/about.c
9487                 fix window sizing
9488
9489 2005-10-24 [paul]       1.9.15cvs100
9490
9491         * src/pixmaps/offline.xpm
9492         * src/pixmaps/online.xpm
9493                 replace with last default versions
9494
9495 2005-10-24 [colin]      1.9.15cvs99
9496
9497         * src/imap.c
9498                 Fix bug when moving a folder
9499         * src/imap_gtk.c
9500         * src/mh_gtk.c
9501                 "Delete folder" pops up a window, so it 
9502                 should be suffixed with "..."
9503         * src/plugins/pgpcore/sgpgme.c
9504                 Include locale.h
9505
9506 2005-10-24 [mones]      1.9.15cvs98
9507
9508         * manual/Makefile
9509         * manual/account.xml
9510         * manual/ack.xml
9511         * manual/addrbook.xml
9512         * manual/advanced.xml
9513         * manual/faq.xml
9514         * manual/glossary.xml
9515         * manual/gpl.xml
9516         * manual/handling.xml
9517         * manual/intro.xml
9518         * manual/keyboard.xml
9519         * manual/manual.xml
9520         * manual/plugins.xml
9521         * manual/starting.xml
9522         * manual/dtd/sdocbook.dtd
9523                 Initial manual structure and some content.
9524
9525 2005-10-23 [wwp]        1.9.15cvs97
9526
9527         * src/gtk/about.c
9528                 fix a typo
9529
9530 2005-10-23 [wwp]        1.9.15cvs96
9531
9532         * src/gtk/about.c
9533         * src/gtk/authors.h
9534                 rework of the about window (main work by Paul), also featuring a few
9535                 fixes for typos and duplicate names
9536
9537 2005-10-23 [wwp]        1.9.15cvs95
9538
9539         * src/.cvsignore
9540                 Ignore the right binary name (sylpheed-claws now)
9541
9542 2005-10-23 [paul]       1.9.15cvs94
9543
9544         * src/compose.c
9545                 when using Folder Pref 'Default To for
9546                 replies' make the entry in the Compose
9547                 window bold
9548                 Patch by Fabien Vantard
9549
9550 2005-10-22 [colin]      1.9.15cvs93
9551
9552         * src/codeconv.c
9553                 Fix leak
9554
9555 2005-10-22 [colin]      1.9.15cvs92
9556
9557         * src/codeconv.c
9558                 try to convert using locale (apart utf8) if necessary
9559
9560 2005-10-22 [colin]      1.9.15cvs91
9561
9562         * src/pixmaps/new.xpm
9563         * src/pixmaps/unread.xpm
9564                 Make the unread envelope blue again and
9565                 saturate the new one a bit more.
9566
9567 2005-10-22 [colin]      1.9.15cvs90
9568
9569         * src/compose.c
9570                 When replying to a mail sent by one of our accounts,
9571                 use the original list of recipients. Let 'Reply All'
9572                 and 'Reply to sender' work like previously.
9573
9574 2005-10-21 [colin]      1.9.15cvs89
9575
9576         * src/prefs_filtering.c
9577                 Clear fields after add and replace
9578         * src/textview.c
9579                 Display xface differently (better)
9580         * src/plugins/pgpinline/pgpinline.c
9581                 Fix crappy encodings/recodings
9582
9583 2005-10-21 [paul]       1.9.15cvs88
9584
9585         * src/compose.c
9586         * src/prefs_folder_item.c
9587         * src/toolbar.c
9588                 fix news folder Folder Properties
9589                 (thanks to Colin)
9590         * src/folderview.c
9591                 update folderview after Themes change
9592                 keep selected folder selected
9593                 (thanks to Colin)
9594
9595 2005-10-21 [paul]       1.9.15cvs87
9596
9597         * tools/Makefile.am
9598         * tools/OOo2sylpheed.pl
9599         * tools/README
9600         * tools/README.sylprint
9601         * tools/asus_mailled.sh         ** REMOVED **
9602         * tools/filter_conv.pl
9603         * tools/freshmeat_search.pl
9604         * tools/google_search.pl
9605         * tools/gpg-sign-syl            ** REMOVED **
9606         * tools/kmail2sylpheed.pl
9607         * tools/kmail2sylpheed_v2.pl
9608         * tools/multiwebsearch.pl
9609         * tools/nautilus2sylpheed.sh
9610         * tools/newscache_clean.pl
9611         * tools/outlook2sylpheed.pl
9612         * tools/sylpheed-switcher       ** REMOVED **
9613         * tools/sylprint.pl
9614         * tools/sylprint.rc
9615         * tools/tb2sylpheed
9616         * tools/vcard2xml.py
9617         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9618                 update default config dir
9619                 update binary name (thanks to Fabien Vantard)
9620                 remove obsolete scripts
9621
9622 2005-10-21 [colin]      1.9.15cvs86
9623
9624         * src/inc.c
9625                 Fix possible leak and units. Based on a patch by
9626                 Fabien Vantard.
9627
9628 2005-10-20 [colin]      1.9.15cvs85
9629
9630         * src/textview.c
9631                 Clear xface when clearing textview
9632
9633 2005-10-20 [colin]      1.9.15cvs84
9634
9635         * configure.ac
9636         * src/folderview.c
9637         * src/headerview.c
9638         * src/main.c
9639         * src/prefs_common.c
9640         * src/prefs_common.h
9641         * src/prefs_message.c
9642         * src/textview.c
9643         * src/textview.h
9644         * src/common/defs.h
9645         * src/common/utils.c
9646         * src/common/utils.h
9647         * src/gtk/gtkutils.c
9648         * src/gtk/gtkutils.h
9649                 Migrate config to .sylpheed-claws (Automatically)
9650                 Add a way to get the Xface in the TextView
9651
9652 2005-10-20 [colin]      1.9.15cvs83
9653
9654         * src/gtk/Makefile.am
9655         * src/gtk/about.c
9656         * src/gtk/authors.h
9657                 Make the about dialog *grooovy*
9658
9659 2005-10-20 [colin]      1.9.15cvs82
9660
9661         * src/mimeview.c
9662                 Use "Open with" on double click if no command
9663                 was found
9664
9665 2005-10-20 [colin]      1.9.15cvs81
9666
9667         * src/imap.c
9668         * src/etpan/imap-thread.c
9669                 Fix possible crash.
9670
9671 2005-10-20 [paul]       1.9.15cvs80
9672
9673         * src/folder.c
9674                 don't show clipkey icon if the only
9675                 attachment is the signature
9676                 Patch by Colin
9677
9678 2005-10-20 [paul]       1.9.15cvs79
9679
9680         * AUTHORS
9681         * src/plugins/pgpmime/pgpmime.c
9682                 name the PGP/MIME signature 'signature.asc'
9683                 Patch by Andrew Nelson <freeandy@gmail.com>
9684
9685 2005-10-19 [colin]      1.9.15cvs78
9686
9687         * src/plugins/pgpmime/pgpmime.c
9688                 Oops, no need to double-check though
9689
9690 2005-10-19 [colin]      1.9.15cvs77
9691
9692         * src/plugins/pgpinline/pgpinline.c
9693         * src/plugins/pgpmime/pgpmime.c
9694                 Check that my_tmpfile() doesn't 
9695                 return NULL
9696
9697 2005-10-19 [colin]      1.9.15cvs76
9698
9699         * src/common/utils.c
9700                 Use shorter mime boundaries to avoid having
9701                 MTAs rewrapping our headers, breaking the
9702                 PGP signature in the process 
9703         * src/compose.c
9704         * src/plugins/pgpmime/pgpmime.c
9705                 Check for boundary uniqueness to be sure
9706                 it won't happen, instead of hoping for the
9707                 best
9708
9709 2005-10-19 [colin]      1.9.15cvs75
9710
9711         * sylpheed-claws.desktop
9712         * src/Makefile.am
9713         * src/main.c
9714                 Ship a sylpheed-claws binary instead
9715                 of a sylpheed one. Change the socket
9716                 name, too
9717         * src/folderview.c
9718                 Update folder only if it changed
9719         * src/wizard.c
9720                 Fix i18n in welcome mail, patch by
9721                 Fabien Vantard
9722
9723 2005-10-19 [paul]
9724
9725         1.9.99-rc2 released
9726
9727 2005-10-19 [paul]       1.9.15cvs74
9728
9729         * src/folder.c
9730         * src/folderview.c
9731                 fix summaryview update
9732                 Patch by Colin
9733
9734 2005-10-18 [colin]      1.9.15cvs73
9735
9736         * src/plugins/pgpcore/passphrase.c
9737                 Don't XGrabServer, and try a bit more to 
9738                 sync everything before grabbing mouse/keyboard
9739
9740 2005-10-18 [colin]      1.9.15cvs72
9741
9742         * src/Makefile.am
9743         * src/addressadd.c
9744         * src/addressbook.c
9745         * src/folderview.c
9746         * src/grouplistdialog.c
9747         * src/mimeview.c
9748         * src/stock_pixmap.c
9749         * src/stock_pixmap.h
9750         * src/summaryview.c
9751         * src/gtk/gtksctree.c
9752         * src/gtk/gtksctree.h
9753         * src/pixmaps/empty.xpm
9754                 Implement a wrapper call for gtk_ctree_set_node_info
9755                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9756                 pixmap instead of a NULL one. This works around some
9757                 memory problems deep inside gtk, revealed by valgrind,
9758                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9759                 as locked crashes sylpheed.), as well as, probably, 
9760                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9761
9762 2005-10-17 [colin]      1.9.15cvs71
9763
9764         * src/mimeview.c
9765                 Provide visual feedback when checking
9766                 signature
9767
9768 2005-10-17 [colin]      1.9.15cvs70
9769
9770         * src/main.c
9771                 Keep the folder list frozen while checking caches...
9772
9773 2005-10-17 [colin]      1.9.15cvs69
9774
9775         * src/addr_compl.c
9776                 Fi bug #833 (Autocompleting from addressbook 
9777                 fails with extended chars)
9778         * src/imap.c
9779                 Fix 'adding messages' staying in statusbar
9780                 after an error
9781
9782 2005-10-17 [wwp]        1.9.15cvs68
9783
9784         * src/ssl_manager.c
9785                 Fix buttons' layout resizing when window size changes
9786
9787 2005-10-17 [wwp]        1.9.15cvs67
9788
9789         * src/account.c
9790         * src/prefs_account.c
9791         * src/prefs_common.c
9792         * src/prefs_common.h
9793         * src/prefs_folder_item.c
9794         * src/prefs_gtk.c
9795         * src/gtk/logwindow.c
9796         * src/gtk/pluginwindow.c
9797         * src/gtk/prefswindow.c
9798         * src/gtk/prefswindow.h
9799                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9800
9801 2005-10-17 [paul]       1.9.15cvs66
9802
9803         * configure.ac
9804                 fix missing libetpan message
9805         * po/en_GB.po
9806                 updated
9807         * src/crash.c
9808         * src/manual.c
9809         * src/prefs_themes.c
9810         * src/common/defs.h
9811                 add some new URI defines, change some
9812                 others
9813         * src/wizard.c
9814                 make welcome message translatable
9815                 small improvements to english
9816                 other tweaks
9817         * src/gtk/menu.c
9818                 fix warnings
9819
9820 2005-10-17 [paul]       1.9.15cvs65
9821
9822         * src/summaryview.c
9823                 fix column titles
9824
9825 2005-10-16 [mones]      1.9.15cvs64
9826
9827         * po/es.po
9828                 Updated translation
9829
9830 2005-10-16 [colin]
9831
9832         1.9.99-rc1 released
9833
9834 2005-10-16 [colin]      1.9.15cvs63
9835
9836         * src/wizard.c
9837                 Fix whitespace
9838
9839 2005-10-16 [colin]      1.9.15cvs62
9840
9841         * src/toolbar.c
9842                 s/Get All/Get Mail/
9843         * src/wizard.c
9844                 Real welcome mail text, thanks Paul
9845
9846 2005-10-16 [colin]      1.9.15cvs61
9847
9848         * src/editldap.c
9849         * src/exporthtml.c
9850         * src/main.c
9851         * src/mainwindow.c
9852         * src/prefs_themes.c
9853         * src/prefs_toolbar.c
9854         * src/plugins/demo/demo.c
9855         * src/plugins/trayicon/trayicon.c
9856                 s/Sylpheed/Sylpheed-Claws/
9857
9858 2005-10-16 [colin]      1.9.15cvs60
9859
9860         * src/wizard.c
9861                 Add a welcome email in the first empty mailbox
9862         * src/prefs_common.c
9863                 Change one more default
9864
9865 2005-10-16 [colin]      1.9.15cvs59
9866
9867         * src/wizard.c
9868                 Remove printf
9869
9870 2005-10-16 [colin]      1.9.15cvs58
9871
9872         * src/toolbar.c
9873         * src/prefs_common.c
9874                 Change some defaults
9875
9876 2005-10-16 [colin]      1.9.15cvs57
9877
9878         * src/toolbar.c
9879         * src/prefs_common.c
9880                 Change some defaults
9881
9882 2005-10-16 [colin]      1.9.15cvs56
9883
9884         * src/wizard.c
9885                 By default, initialize fonts to have
9886                 the same size as normal GtkWidgets
9887
9888 2005-10-16 [colin]      1.9.15cvs55
9889
9890         * src/mimeview.c
9891                 Fix message a bit more
9892
9893 2005-10-16 [colin]      1.9.15cvs54
9894
9895         * src/addressbook.c
9896                 Second attempt at flicker fixing
9897
9898 2005-10-16 [colin]      1.9.15cvs53
9899
9900         * src/addressbook.c
9901                 Fix flicker
9902
9903 2005-10-16 [wwp]        1.9.15cvs52
9904
9905         * src/addressbook.c
9906         * src/editaddress.c
9907         * src/prefs_common.c
9908         * src/prefs_common.h
9909                 Remember window sizes (address book)
9910
9911 2005-10-16 [wwp]        1.9.15cvs51
9912
9913         * src/plugins/clamav/clamav_plugin_gtk.c
9914         * src/plugins/spamassassin/spamassassin_gtk.c
9915                 Fix compilation warnings (missing #include).
9916
9917 2005-10-16 [colin]      1.9.15cvs50
9918
9919         * src/mimeview.c
9920         * src/summaryview.c
9921         * src/textview.c
9922                 Make 'c' check signature, and forward
9923                 c, l, y, t from summaryview to mimeview
9924
9925 2005-10-16 [colin]      1.9.15cvs49
9926
9927         * src/addressbook.c
9928                 Put border around buttons
9929         * src/mainwindow.c
9930         * src/summaryview.c
9931                 Rework menus (Patch based on a patch
9932                 by Paul)
9933
9934 2005-10-15 [wwp]        1.9.15cvs48
9935
9936         * src/editjpilot.c
9937         * src/editldap.c
9938         * src/editvcard.c
9939         * src/exphtmldlg.c
9940         * src/expldifdlg.c
9941         * src/export.c
9942         * src/import.c
9943         * src/importldif.c
9944         * src/importmutt.c
9945         * src/importpine.c
9946         * src/prefs_account.c
9947         * src/prefs_spelling.c
9948         * src/gtk/gtkutils.c
9949         * src/gtk/gtkutils.h
9950         * src/plugins/clamav/clamav_plugin_gtk.c
9951         * src/plugins/spamassassin/spamassassin_gtk.c
9952                 use nicer browse-for-file/dir buttons than the "..." ones,
9953                 code factorizing more.
9954
9955 2005-10-14 [colin]      1.9.15cvs47
9956
9957         * src/mainwindow.c
9958                 set relief on the account switcher so that people see it
9959                 grey out Create processing rules when no message is selected
9960         * src/prefs_filtering.c
9961                 ask before closing if the rule has not been modified, even if
9962                 it's not valid
9963         * src/prefs_matcher.c
9964                 fix sensitivity when entering the dialog
9965         * src/gtk/inputdialog.c
9966                 display a better icon on password ask
9967         * src/plugins/pgpcore/passphrase.c
9968                 make the dialog look better
9969
9970 2005-10-14 [paul]       1.9.15cvs46
9971
9972         * src/folderview.c
9973                 indicate presense of marked msgs in
9974                 unexpanded subfolders
9975
9976 2005-10-14 [paul]       1.9.15cvs45
9977
9978         * src/prefs_actions.c
9979         * src/prefs_common.c
9980         * src/prefs_common.h
9981         * src/prefs_filtering_action.c
9982         * src/prefs_matcher.c
9983         * src/prefs_template.c
9984                 remember window sizes
9985                 fix Info button size
9986
9987         Patches by wwp
9988
9989 2005-10-13 [colin]      1.9.15cvs44
9990
9991         * src/mimeview.c
9992         * src/noticeview.c
9993         * src/noticeview.h
9994                 Add a tooltip on the icon (optional) 
9995                 Get rid of the signature buttons and only
9996                 use the icon+tooltip
9997
9998 2005-10-13 [colin]      1.9.15cvs43
9999
10000         * src/noticeview.c
10001         * src/noticeview.h
10002                 Add hand cursor for hovering over icon
10003
10004 2005-10-13 [colin]      1.9.15cvs42
10005
10006         * src/summaryview.c
10007                 Fix crash when quicksearch's hidden 
10008                 at startup
10009
10010 2005-10-13 [colin]      1.9.15cvs41
10011
10012         * src/compose.c
10013                 Set subject when forwarding multiple mails
10014                 Check that other recipient than the default Cc or Bcc
10015                 have been set before sending.
10016
10017 2005-10-13 [colin]      1.9.15cvs40
10018
10019         * src/imap.c
10020                 Batch per-folder
10021                 Introduce locking, but don't use it yet
10022
10023 2005-10-13 [colin]      1.9.15cvs39
10024
10025         * src/gtk/quicksearch.c
10026                 Reset quicksearch when hiding it
10027                 Make sticky a real pref
10028
10029 2005-10-13 [colin]      1.9.15cvs38
10030
10031         * src/summaryview.c
10032                 Faster prefs apply
10033
10034 2005-10-13 [colin]      1.9.15cvs37
10035
10036         * src/mimeview.c
10037         * src/noticeview.c
10038         * src/noticeview.h
10039         * src/plugins/pgpcore/sgpgme.c
10040                 Make privacy icon clickable
10041                 Move Trust field in Full info
10042                 When trust is less than full, don't display
10043                 a warning icon
10044
10045 2005-10-13 [colin]      1.9.15cvs36
10046
10047         * src/folder.c
10048                 Batch on flags sync
10049         * src/folderview.c
10050                 Revert speed hack which is dangerous in fact
10051                 Apply prefs faster
10052
10053 2005-10-13 [colin]      1.9.15cvs35
10054
10055         * src/folder_item_prefs.c
10056                 Fix pref corruption on folder move. Patch
10057                 by wwp
10058
10059 2005-10-13 [paul]       1.9.15cvs34
10060
10061         * src/export.c
10062         * src/import.c
10063                 fix typos in g_warnings
10064         * src/prefs_account.c
10065                 add a file selector for Signature file
10066
10067         Patches by wwp
10068
10069 2005-10-12 [colin]      1.9.15cvs33
10070
10071         * src/mimeview.c
10072                 Provide a quick way to go back from a
10073                 signature's full info to the email part
10074
10075 2005-10-12 [colin]      1.9.15cvs32
10076
10077         * src/compose.c
10078                 Remove old hack of encoding signed mails with base64.
10079                 QP works equally well.
10080
10081 2005-10-12 [colin]      1.9.15cvs31
10082
10083         * src/crash.c
10084                 Replace deprecated GtkText with GtkTextView
10085         * src/imap.c
10086                 Fix a logic bug about counts in imap_select
10087                 (previously un-triggered)
10088         * src/mainwindow.c
10089         * src/summaryview.c
10090         * src/news.c
10091                 Allow local deletion of news posts
10092         * src/mimeview.c
10093                 Show GPG noticeview on the message/rfc822 part
10094                 in addition to the text/plain one
10095         * src/prefs_image_viewer.c
10096           src/plugins/pgpcore/prefs_gpg.c
10097                 Polish (set the label as part of the checkbox)
10098         * src/wizard.c
10099                 Don't sit there doing nothing after destroying
10100                 the window - return err
10101
10102 2005-10-11 [colin]      1.9.15cvs30
10103
10104         * src/folderview.c
10105                 Apply processing rules before showing folders.
10106                 Early folder show (before flags sync) will only
10107                 be done when there are no processing rules (nor
10108                 pre- or post- ones)
10109         * src/imap.c
10110                 Fix stuff related to mail subdir, creation and 
10111                 deletion of folders 
10112         * src/imap_gtk.c
10113                 Don't allow creation of folders in NoInferior
10114                 folders, as it won't work
10115
10116 2005-10-10 [colin]      1.9.15cvs29
10117
10118         * src/compose.c
10119                 Reselect "None" Privacy system when selecting an
10120                 account with no privacy system defined
10121
10122 2005-10-10 [colin]      1.9.15cvs28
10123
10124         * src/mainwindow.c
10125                 Add Windows-1252 encoding
10126         * src/prefs_common.c
10127                 Rework some defaults:
10128                 - autosave to draft by default
10129                 - don't show header pane (it's already in the textview)
10130                 - Select first new or unread mail on entry
10131                 - Assume 'Yes' to change folder when there's no more
10132                   unread message
10133         * src/prefs_matcher.c
10134                 Fix a gtk assertion failure
10135         * src/gtk/colorlabel.c
10136                 Workaround bad repainting on selection
10137         * src/main.c
10138                 Freeze/thaw (a bit faster on ssh -X)
10139         * src/msgcache.c
10140                 Get rid of StrdupConverter that just adds an
10141                 extra strdup/free 
10142         * src/etpan/imap_thread.c
10143                 memset buf to 0
10144
10145 2005-10-10 [colin]      1.9.15cvs27
10146
10147         * src/export.c
10148         * src/import.c
10149                 Fix compile on gtk 2.4. Patch by wwp
10150
10151 2005-10-09 [colin]      1.9.15cvs26
10152
10153         * src/mainwindow.c
10154         * src/messageview.c
10155         * src/summaryview.c
10156                 Clarify forward menus. Patch by wwp
10157
10158 2005-10-09 [colin]      1.9.15cvs25
10159
10160         * src/compose.c
10161         * src/compose.h
10162                 Fix bug #829 (Non-working "Encrypt message by 
10163                 default when replying to an encrypted message")
10164
10165 2005-10-08 [colin]      1.9.15cvs24
10166
10167         * src/wizard.c
10168                 Fix bug #827 ("Welcome" setup wizard after a 
10169                 permission error gives up & forgets itself.)
10170
10171 2005-10-08 [colin]      1.9.15cvs23
10172
10173         * src/procmime.c
10174                 Fix bug #828 (Ignoring headers with spaces around = sign)
10175
10176 2005-10-08 [colin]      1.9.15cvs22
10177
10178         * src/export.c
10179                 Warning fix by wwp
10180
10181 2005-10-08 [colin]      1.9.15cvs21
10182
10183         * src/folder.c
10184         * src/folder.h
10185                 Add a processing_pending indicator, set on 
10186                 folder_item_open and cleared after 
10187                 folder_item_process_open
10188         * src/folderview.c
10189         * src/summaryview.c
10190                 wrap procmsg_msginfo_*_flags, and in the
10191                 wrapper check that there's no folder processing 
10192                 pending. If there is, defer the flags change until 
10193                 processing is done to avoid stepping over each
10194                 other's toes.
10195                 Freeze during processing, but not during scanning.
10196
10197 2005-10-07 [colin]      1.9.15cvs20
10198
10199         * src/plugins/pgpcore/passphrase.c
10200                 Fix bug #826 (X-Server hangs when 
10201                 right-clicking a PGP encrypted message)
10202
10203 2005-10-07 [paul]       1.9.15cvs19
10204
10205         * src/compose.c
10206                 fix compose_entries[]
10207                 patch by Fabien Vantard
10208
10209 2005-10-06 [colin]      1.9.15cvs18
10210
10211         * src/pixmaps/address.xpm
10212         * src/pixmaps/address_book.xpm
10213         * src/pixmaps/book.xpm
10214         * src/pixmaps/check_spelling.xpm
10215         * src/pixmaps/checkbox_off.xpm
10216         * src/pixmaps/checkbox_on.xpm
10217         * src/pixmaps/close.xpm
10218         * src/pixmaps/complete.xpm
10219         * src/pixmaps/continue.xpm
10220         * src/pixmaps/deleted.xpm
10221         * src/pixmaps/down_arrow.xpm
10222         * src/pixmaps/exec.xpm
10223         * src/pixmaps/forwarded.xpm
10224         * src/pixmaps/group.xpm
10225         * src/pixmaps/ignorethread.xpm
10226         * src/pixmaps/interface.xpm
10227         * src/pixmaps/jpilot.xpm
10228         * src/pixmaps/ldap.xpm
10229         * src/pixmaps/linewrap.xpm
10230         * src/pixmaps/linewrapcurrent.xpm
10231         * src/pixmaps/mail.xpm
10232         * src/pixmaps/mail_attach.xpm
10233         * src/pixmaps/mail_compose.xpm
10234         * src/pixmaps/mail_forward.xpm
10235         * src/pixmaps/mail_receive.xpm
10236         * src/pixmaps/mail_receive_all.xpm
10237         * src/pixmaps/mail_reply.xpm
10238         * src/pixmaps/mail_reply_to_all.xpm
10239         * src/pixmaps/mail_reply_to_author.xpm
10240         * src/pixmaps/mail_send.xpm
10241         * src/pixmaps/mail_send_queue.xpm
10242         * src/pixmaps/mime_application.xpm
10243         * src/pixmaps/mime_audio.xpm
10244         * src/pixmaps/mime_image.xpm
10245         * src/pixmaps/mime_message.xpm
10246         * src/pixmaps/mime_text_enriched.xpm
10247         * src/pixmaps/mime_text_html.xpm
10248         * src/pixmaps/mime_text_plain.xpm
10249         * src/pixmaps/mime_unknown.xpm
10250         * src/pixmaps/new.xpm
10251         * src/pixmaps/news_compose.xpm
10252         * src/pixmaps/offline.xpm
10253         * src/pixmaps/online.xpm
10254         * src/pixmaps/paste.xpm
10255         * src/pixmaps/preferences.xpm
10256         * src/pixmaps/privacy_emblem_encrypted.xpm
10257         * src/pixmaps/privacy_expired.xpm
10258         * src/pixmaps/privacy_failed.xpm
10259         * src/pixmaps/privacy_passed.xpm
10260         * src/pixmaps/privacy_signed.xpm
10261         * src/pixmaps/privacy_unknown.xpm
10262         * src/pixmaps/privacy_warn.xpm
10263         * src/pixmaps/properties.xpm
10264         * src/pixmaps/replied.xpm
10265         * src/pixmaps/search.xpm
10266         * src/pixmaps/unread.xpm
10267         * src/pixmaps/up_arrow.xpm
10268         * src/pixmaps/vcard.xpm
10269                 Modernize internal theme, with icons from the 
10270                 Gnomaws theme. Keep some of the old ones where
10271                 they were better.
10272
10273 2005-10-06 [colin]      1.9.15cvs17
10274
10275         * src/summaryview.c
10276                 Little optimisations + bugfix
10277         * src/toolbar.c
10278                 Remove default useless items - useless being defined
10279                 by the default relevant prefs
10280         * src/wizard.c
10281                 include config.h to make gettext work
10282         * src/prefs_themes.c
10283                 Fix selection of current theme in prefs
10284
10285 2005-10-06 [colin]      1.9.15cvs16
10286
10287         * src/prefs_common.c
10288         * src/prefs_common.h
10289         * src/prefs_summaries.c
10290         * src/folderview.c
10291                 Add a warning dialog on Mark all read 
10292                 (with pref to get rid of it)
10293
10294 2005-10-06 [paul]       1.9.15cvs15
10295
10296         * po/nb.po
10297         * po/pt_BR.po
10298                 updated by Geir Helland and Frederico
10299                 Goncalves Guimaraes
10300
10301 2005-10-05 [colin]      1.9.15cvs14
10302
10303         * src/folder.c
10304         * src/folder.h
10305         * src/folderview.c
10306         * src/folderview.h
10307         * src/imap_gtk.c
10308         * src/mh_gtk.c
10309         * src/mainwindow.c
10310         * src/setup.c
10311                 add a way to rescan without rebuilding
10312                 make moving a bit faster (less folders changes)
10313                 don't lock the tree on Get 
10314         * src/imap.c
10315                 Don't re-delete deleted messages before expunging
10316         * src/summaryview.c
10317                 Set batch mode when deleting mails
10318
10319 2005-10-05 [paul]       1.9.15cvs13
10320
10321         * src/mainwindow.c
10322         * src/mainwindow.h
10323                 fix disabled Execute menu item
10324         * src/toolbar.c
10325                 match the change in 1.9.15cvs10: use Compose
10326                 instead of News by default
10327
10328 2005-10-04 [colin]      1.9.15cvs12
10329
10330         * src/compose.c
10331                 When replying to an ML post with Reply-To set
10332                 to the poster's email, honor it (as before),
10333                 but also honor our user's request to reply to
10334                 the mailing list: set the ML address in the To
10335                 field and the Reply-To address in the Cc: 
10336                 field.
10337
10338 2005-10-04 [colin]      1.9.15cvs11
10339
10340         * src/plugins/trayicon/trayicon.c
10341                 Finish cosmetic change - thanks to wwp
10342
10343 2005-10-04 [colin]      1.9.15cvs10
10344
10345         * src/toolbar.c
10346                 Use Compose instead of Email by default.
10347                 Spotted by wwp.
10348
10349 2005-10-04 [colin]      1.9.15cvs9
10350
10351         * src/folder.c
10352         * src/folder.h
10353         * src/folderview.c
10354         * src/imap.c
10355         * src/etpan/imap-thread.c
10356         * src/etpan/imap-thread.h
10357                 Try to make IMAP faster, by simplifying SEARCH
10358                 commands, avoiding sending two STATUS in a row,
10359                 and deferring flags sync and processing just
10360                 after displaying the folder. 
10361                 This will update the SummaryView in certain
10362                 cases (new mails not already fetched, flags
10363                 changed from another client) but in a non-
10364                 blocking manner.
10365
10366 2005-10-04 [colin]      1.9.15cvs8
10367
10368         * src/plugins/trayicon/trayicon.c
10369                 Relabel "Offline" to "Work offline"
10370
10371 2005-10-04 [colin]      1.9.15cvs7
10372
10373         * src/export.c
10374         * src/import.c
10375         * src/mbox.c
10376                 Fix mbox import/export buglets
10377                 Patch by wwp
10378         * src/plugins/trayicon/trayicon.c
10379                 Add offline swithc
10380                 Patch by wwp
10381
10382 2005-10-04 [colin]      1.9.15cvs6
10383
10384         * src/folder.c
10385         * src/folderview.c
10386         * src/summaryview.c
10387                 Better fix (don't break mark all read) for cvs2
10388
10389 2005-10-03 [colin]      1.9.15cvs5
10390
10391         * src/folder.c
10392                 Use a sane sort by default
10393
10394 2005-10-03 [colin]      1.9.15cvs4
10395
10396         * src/inc.c
10397                 Add a 'Only once' button for overriding offline mode
10398         * src/prefs_account.c
10399         * src/wizard.c
10400                 Add Local mbox to the wizard
10401                 Add IMAP subdir to the wizard (or the wizard is useless
10402                 for such accounts, or even worse than useless)
10403                 Move IMAP subdir from Advanced to Receive tab, as it's
10404                 not that uncommon
10405
10406 2005-10-03 [colin]      1.9.15cvs3
10407
10408         * src/send_message.c
10409                 Forgot this one in cvs1
10410
10411 2005-10-03 [colin]      1.9.15cvs2
10412
10413         * src/folder.c
10414                 Faster close when leaving a folder with lots
10415                 of new mails. Idea by David Relson.
10416
10417 2005-10-03 [colin]      1.9.15cvs1
10418
10419         * src/compose.c
10420         * src/imap.c
10421         * src/inc.c
10422         * src/main.c
10423         * src/messageview.c
10424         * src/news.c
10425         * src/summaryview.c
10426         * src/gtk/sslcertwindow.c
10427         * src/plugins/trayicon/trayicon.c
10428                 Add accels to every AlertPanel. Patch by Fabien 
10429                 Vantard
10430
10431 2005-10-03 [paul]       1.9.15
10432
10433         1.9.15 released
10434
10435 2005-10-03 [paul]       1.9.14cvs68
10436
10437         * po/ca.po
10438         * po/de.po
10439         * po/es.po
10440         * po/fi.po
10441         * po/fr.po
10442         * po/sk.po
10443         * po/sr.po
10444         * po/zh_CN.po
10445                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10446                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10447                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10448
10449 2005-10-03 [paul]       1.9.14cvs67
10450
10451         * src/send_message.c
10452                 prevent hang on Cancel
10453                 patch by Colin
10454
10455 2005-10-03 [paul]       1.9.14cvs66
10456
10457         * src/main.c
10458                 fix crash in IMAP caused by discrepancy
10459                 between check_at_startup and offline mode
10460                 Patch by Colin
10461
10462 2005-10-01 [paul]       1.9.14cvs65
10463
10464         * src/inc.c
10465                 fix engrish
10466
10467 2005-10-01 [paul]       1.9.14cvs64
10468         * src/export.c
10469         * src/import.c
10470                 synchronise import_mbox() and export_mbox()
10471         * src/mbox.c
10472                 proc_mbox(): add alert if file cannot be opened
10473                 export_list_to_mbox(): test if dest file exists,
10474                 prompt user to overwrite if it does. add alert
10475                 if file cannot be created
10476                                                                 
10477         Patch by wwp
10478                                                                                                                 
10479
10480 2005-09-30 [paul]       1.9.14cvs63
10481
10482         * src/addressbook.c
10483                 Fix sensitivity of a menu
10484         * src/codeconv.c
10485                 Respect hidden pref for mails with no encoding
10486         * src/common/xml.c
10487                 Fix memory corruption
10488         * src/plugins/pgpcore/sgpgme.c
10489                 Fix segfault on incomplete sigs, and display
10490                 of S/Mime UIDs
10491
10492         Patches by Colin
10493
10494 2005-09-30 [colin]      1.9.14cvs62
10495
10496         * src/partial_download.c
10497                 Little logic fix in almost-dead code
10498         * src/pop.c
10499                 Fix partial download when there's no new mail
10500
10501 2005-09-29 [paul]       1.9.14cvs61
10502
10503         * src/plugins/pgpinline/pgpinline.c
10504                 fix bug 819, 'crash accessing sign message'
10505                 Patch by Colin
10506
10507 2005-09-28 [martin]     1.9.14cvs60
10508
10509         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10510                 fix bug #790 (Crash when restarting window manager (fluxbox))
10511
10512 2005-09-28 [paul]       1.9.14cvs59
10513
10514         * src/gtk/gtkaspell.c
10515                 fix off-by-one typo
10516
10517 2005-09-27 [colin]      1.9.14cvs58
10518
10519         * src/plugins/pgpcore/sgpgme.c
10520                 Report error when there's one, instead of
10521                 "Signature unchecked" 
10522
10523 2005-09-27 [colin]      1.9.14cvs57
10524
10525         * src/prefs_quote.c
10526                 Fix bug #816 (Weird quotation with spaces)
10527
10528 2005-09-27 [colin]      1.9.14cvs56
10529
10530         * src/codeconv.c
10531         * src/compose.c
10532         * src/compose.h
10533                 Put subject in compose's title
10534                 Fix Automatic encoding so that it's really automatic:
10535                 first try default locale's charset, then charset of the replied mail, 
10536                 then utf-8
10537                 Fix encoding of headers (must be in strict mode too)
10538
10539 2005-09-26 [colin]      1.9.14cvs55
10540
10541         * src/gtk/gtkaspell.c
10542                 Fix previous patch - don't color the space,
10543                 just uncolor it :)
10544
10545 2005-09-26 [colin]      1.9.14cvs54
10546
10547         * src/gtk/gtkaspell.c
10548                 Unmark space if possible
10549
10550 2005-09-26 [colin]      1.9.14cvs53
10551
10552         * src/imap.c
10553                 log_error instead of alertpanel according to the pref
10554         * src/etpan/imap-thread.c
10555                 Print connect status, copy only necessary size to 
10556                 logger
10557         * src/plugins/pgpmime/pgpmime.c
10558                 Handle S/Mime signatures (verification only). Patch based
10559                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10560
10561 2005-09-26 [paul]       1.9.14cvs52
10562
10563         * src/common/passcrypt.c
10564                 this 'workaround' not necessary on NetBSD.
10565                 Thanks to Daniel Gustafson
10566
10567 2005-09-26 [paul]
10568
10569         1.9.15-rc4 released
10570
10571 2005-09-26 [paul]       1.9.14cvs51
10572
10573         * src/summaryview.c
10574                 Skip currently selected message when
10575                 looking for next new or unread message
10576                 in current folder. Patch by Colin
10577         * src/common/passcrypt.c
10578                 eliminate warnings on *BSD. Patch by
10579                 Daniel Gustafson
10580
10581 2005-09-26 [colin]      1.9.14cvs50
10582
10583         * src/procmsg.c
10584                 Call postfiltering hook anyway
10585
10586 2005-09-22 [colin]      1.9.14cvs49
10587
10588         * src/codeconv.c
10589         * src/codeconv.h
10590                 Add a strict mode that doesn't replace with _
10591         * src/compose.c
10592         * src/compose.h
10593                 Use strict conversion while sending
10594                 Fix race when drafting while sending (happens
10595                 on IMAP)
10596                 Fix d'n'd of messages from summaryview
10597         * src/prefs_common.c
10598         * src/prefs_common.h
10599                 add hidden utf8_instead_of_locale_for_broken_mail 
10600                 pref for people that preferred the default charset 
10601                 to be utf8 for broken mails
10602         * src/quote_fmt_parse.y
10603                 fix bug #815 (No quote insert if "From:" fied 
10604                 contained Russian letters)
10605         * src/summaryview.c
10606                 Fix d'n'd of messages to compose
10607
10608 2005-09-22 [paul]       1.9.14cvs48
10609
10610         * src/compose.c
10611                 fix bug where attachments Name entry
10612                 would display Path instead
10613
10614 2005-09-21 [paul]       1.9.14cvs47
10615
10616         * README
10617         * README.jp
10618         * configure.ac
10619         * config/config.rpath
10620         * doc/manual/en/sylpheed-20.html
10621         * doc/manual/es/sylpheed-20.html
10622         * po/bg.po
10623         * po/ca.po
10624         * po/de.po
10625         * po/es.po
10626         * po/fr.po
10627         * po/it.po
10628         * po/pt_BR.po
10629         * po/sk.po
10630         * po/zh_TW.po
10631         * src/account.c
10632         * src/account.h
10633         * src/action.c
10634         * src/action.h
10635         * src/adbookbase.h
10636         * src/addr_compl.c
10637         * src/addr_compl.h
10638         * src/addrbook.c
10639         * src/addrbook.h
10640         * src/addrcache.c
10641         * src/addrcache.h
10642         * src/addrcindex.c
10643         * src/addrcindex.h
10644         * src/addrclip.c
10645         * src/addrclip.h
10646         * src/addrdefs.h
10647         * src/addressadd.c
10648         * src/addressadd.h
10649         * src/addressbook.c
10650         * src/addressbook.h
10651         * src/addressitem.h
10652         * src/addrgather.c
10653         * src/addrgather.h
10654         * src/addrharvest.c
10655         * src/addrharvest.h
10656         * src/addrindex.c
10657         * src/addrindex.h
10658         * src/addritem.c
10659         * src/addritem.h
10660         * src/addrquery.c
10661         * src/addrquery.h
10662         * src/addrselect.c
10663         * src/addrselect.h
10664         * src/alertpanel.c
10665         * src/alertpanel.h
10666         * src/browseldap.c
10667         * src/browseldap.h
10668         * src/codeconv.c
10669         * src/codeconv.h
10670         * src/compose.c
10671         * src/compose.h
10672         * src/crash.c
10673         * src/crash.h
10674         * src/customheader.c
10675         * src/customheader.h
10676         * src/displayheader.c
10677         * src/displayheader.h
10678         * src/editaddress.c
10679         * src/editaddress.h
10680         * src/editbook.c
10681         * src/editbook.h
10682         * src/editgroup.c
10683         * src/editgroup.h
10684         * src/editjpilot.c
10685         * src/editjpilot.h
10686         * src/editldap.c
10687         * src/editldap.h
10688         * src/editldap_basedn.c
10689         * src/editldap_basedn.h
10690         * src/editvcard.c
10691         * src/editvcard.h
10692         * src/enriched.c
10693         * src/enriched.h
10694         * src/exphtmldlg.c
10695         * src/exphtmldlg.h
10696         * src/expldifdlg.c
10697         * src/expldifdlg.h
10698         * src/export.c
10699         * src/export.h
10700         * src/exporthtml.c
10701         * src/exporthtml.h
10702         * src/exportldif.c
10703         * src/exportldif.h
10704         * src/filtering.c
10705         * src/filtering.h
10706         * src/folder.c
10707         * src/folder.h
10708         * src/folder_item_prefs.c
10709         * src/folder_item_prefs.h
10710         * src/foldersel.c
10711         * src/foldersel.h
10712         * src/folderutils.c
10713         * src/folderutils.h
10714         * src/folderview.c
10715         * src/folderview.h
10716         * src/grouplistdialog.c
10717         * src/grouplistdialog.h
10718         * src/headerview.c
10719         * src/headerview.h
10720         * src/html.c
10721         * src/html.h
10722         * src/image_viewer.c
10723         * src/image_viewer.h
10724         * src/imap.c
10725         * src/imap.h
10726         * src/imap_gtk.c
10727         * src/imap_gtk.h
10728         * src/import.c
10729         * src/import.h
10730         * src/importldif.c
10731         * src/importldif.h
10732         * src/importmutt.c
10733         * src/importmutt.h
10734         * src/importpine.c
10735         * src/importpine.h
10736         * src/inc.c
10737         * src/inc.h
10738         * src/jpilot.c
10739         * src/jpilot.h
10740         * src/ldapctrl.c
10741         * src/ldapctrl.h
10742         * src/ldaplocate.c
10743         * src/ldaplocate.h
10744         * src/ldapquery.c
10745         * src/ldapquery.h
10746         * src/ldapserver.c
10747         * src/ldapserver.h
10748         * src/ldaputil.c
10749         * src/ldaputil.h
10750         * src/ldif.c
10751         * src/ldif.h
10752         * src/localfolder.c
10753         * src/localfolder.h
10754         * src/main.c
10755         * src/main.h
10756         * src/mainwindow.c
10757         * src/mainwindow.h
10758         * src/manual.c
10759         * src/manual.h
10760         * src/matcher.c
10761         * src/matcher.h
10762         * src/matcher_parser.h
10763         * src/matcher_parser_lex.l
10764         * src/matcher_parser_parse.y
10765         * src/mbox.c
10766         * src/mbox.h
10767         * src/message_search.c
10768         * src/message_search.h
10769         * src/messageview.c
10770         * src/messageview.h
10771         * src/mh.c
10772         * src/mh.h
10773         * src/mh_gtk.c
10774         * src/mh_gtk.h
10775         * src/mimeview.c
10776         * src/mimeview.h
10777         * src/msgcache.c
10778         * src/msgcache.h
10779         * src/mutt.c
10780         * src/mutt.h
10781         * src/news.c
10782         * src/news.h
10783         * src/news_gtk.c
10784         * src/news_gtk.h
10785         * src/noticeview.c
10786         * src/noticeview.h
10787         * src/partial_download.c
10788         * src/partial_download.h
10789         * src/pine.c
10790         * src/pine.h
10791         * src/pop.c
10792         * src/pop.h
10793         * src/prefs_account.c
10794         * src/prefs_account.h
10795         * src/prefs_actions.c
10796         * src/prefs_actions.h
10797         * src/prefs_common.c
10798         * src/prefs_common.h
10799         * src/prefs_compose_writing.c
10800         * src/prefs_compose_writing.h
10801         * src/prefs_customheader.c
10802         * src/prefs_customheader.h
10803         * src/prefs_display_header.c
10804         * src/prefs_display_header.h
10805         * src/prefs_ext_prog.c
10806         * src/prefs_ext_prog.h
10807         * src/prefs_filtering.c
10808         * src/prefs_filtering.h
10809         * src/prefs_filtering_action.c
10810         * src/prefs_filtering_action.h
10811         * src/prefs_folder_column.c
10812         * src/prefs_folder_column.h
10813         * src/prefs_folder_item.c
10814         * src/prefs_folder_item.h
10815         * src/prefs_fonts.c
10816         * src/prefs_fonts.h
10817         * src/prefs_gtk.c
10818         * src/prefs_gtk.h
10819         * src/prefs_image_viewer.c
10820         * src/prefs_image_viewer.h
10821         * src/prefs_matcher.c
10822         * src/prefs_matcher.h
10823         * src/prefs_message.c
10824         * src/prefs_message.h
10825         * src/prefs_msg_colors.c
10826         * src/prefs_msg_colors.h
10827         * src/prefs_other.c
10828         * src/prefs_other.h
10829         * src/prefs_quote.c
10830         * src/prefs_quote.h
10831         * src/prefs_receive.c
10832         * src/prefs_receive.h
10833         * src/prefs_send.c
10834         * src/prefs_send.h
10835         * src/prefs_spelling.c
10836         * src/prefs_spelling.h
10837         * src/prefs_summaries.c
10838         * src/prefs_summaries.h
10839         * src/prefs_summary_column.c
10840         * src/prefs_summary_column.h
10841         * src/prefs_template.c
10842         * src/prefs_template.h
10843         * src/prefs_themes.c
10844         * src/prefs_themes.h
10845         * src/prefs_toolbar.c
10846         * src/prefs_toolbar.h
10847         * src/prefs_wrapping.c
10848         * src/prefs_wrapping.h
10849         * src/privacy.c
10850         * src/privacy.h
10851         * src/procheader.c
10852         * src/procheader.h
10853         * src/procmime.c
10854         * src/procmime.h
10855         * src/procmsg.c
10856         * src/procmsg.h
10857         * src/quote_fmt.c
10858         * src/quote_fmt_parse.y
10859         * src/recv.c
10860         * src/recv.h
10861         * src/remotefolder.c
10862         * src/remotefolder.h
10863         * src/send_message.c
10864         * src/send_message.h
10865         * src/setup.c
10866         * src/setup.h
10867         * src/simple-gettext.c
10868         * src/sourcewindow.c
10869         * src/sourcewindow.h
10870         * src/ssl_manager.c
10871         * src/ssl_manager.h
10872         * src/statusbar.c
10873         * src/statusbar.h
10874         * src/stock_pixmap.c
10875         * src/stock_pixmap.h
10876         * src/summary_search.c
10877         * src/summary_search.h
10878         * src/summaryview.c
10879         * src/summaryview.h
10880         * src/syldap.c
10881         * src/syldap.h
10882         * src/textview.c
10883         * src/textview.h
10884         * src/toolbar.c
10885         * src/toolbar.h
10886         * src/undo.c
10887         * src/undo.h
10888         * src/unmime.c
10889         * src/unmime.h
10890         * src/vcard.c
10891         * src/vcard.h
10892         * src/wizard.c
10893         * src/wizard.h
10894         * src/common/base64.c
10895         * src/common/base64.h
10896         * src/common/defs.h
10897         * src/common/hooks.c
10898         * src/common/hooks.h
10899         * src/common/log.c
10900         * src/common/log.h
10901         * src/common/md5.c
10902         * src/common/md5.h
10903         * src/common/mgutils.c
10904         * src/common/mgutils.h
10905         * src/common/nntp.c
10906         * src/common/nntp.h
10907         * src/common/passcrypt.c
10908         * src/common/passcrypt.h.in
10909         * src/common/plugin.c
10910         * src/common/plugin.h
10911         * src/common/prefs.c
10912         * src/common/prefs.h
10913         * src/common/progressindicator.c
10914         * src/common/progressindicator.h
10915         * src/common/quoted-printable.c
10916         * src/common/quoted-printable.h
10917         * src/common/session.c
10918         * src/common/session.h
10919         * src/common/smtp.c
10920         * src/common/smtp.h
10921         * src/common/socket.c
10922         * src/common/socket.h
10923         * src/common/ssl.c
10924         * src/common/ssl.h
10925         * src/common/ssl_certificate.c
10926         * src/common/ssl_certificate.h
10927         * src/common/string_match.c
10928         * src/common/string_match.h
10929         * src/common/stringtable.c
10930         * src/common/sylpheed.c
10931         * src/common/sylpheed.h
10932         * src/common/template.c
10933         * src/common/template.h
10934         * src/common/timing.h
10935         * src/common/utils.c
10936         * src/common/utils.h
10937         * src/common/uuencode.c
10938         * src/common/uuencode.h
10939         * src/common/version.h.in
10940         * src/common/xml.c
10941         * src/common/xml.h
10942         * src/common/xmlprops.c
10943         * src/common/xmlprops.h
10944         * src/gtk/about.c
10945         * src/gtk/about.h
10946         * src/gtk/colorlabel.c
10947         * src/gtk/colorlabel.h
10948         * src/gtk/colorsel.c
10949         * src/gtk/colorsel.h
10950         * src/gtk/description_window.c
10951         * src/gtk/description_window.h
10952         * src/gtk/filesel.c
10953         * src/gtk/filesel.h
10954         * src/gtk/foldersort.c
10955         * src/gtk/foldersort.h
10956         * src/gtk/gtkutils.c
10957         * src/gtk/gtkutils.h
10958         * src/gtk/inputdialog.c
10959         * src/gtk/inputdialog.h
10960         * src/gtk/logwindow.c
10961         * src/gtk/logwindow.h
10962         * src/gtk/manage_window.c
10963         * src/gtk/manage_window.h
10964         * src/gtk/menu.c
10965         * src/gtk/menu.h
10966         * src/gtk/pluginwindow.c
10967         * src/gtk/pluginwindow.h
10968         * src/gtk/prefswindow.c
10969         * src/gtk/prefswindow.h
10970         * src/gtk/progressdialog.c
10971         * src/gtk/progressdialog.h
10972         * src/gtk/quicksearch.c
10973         * src/gtk/quicksearch.h
10974         * src/gtk/sslcertwindow.c
10975         * src/gtk/sslcertwindow.h
10976         * src/plugins/clamav/clamav_plugin.c
10977         * src/plugins/clamav/clamav_plugin.h
10978         * src/plugins/clamav/clamav_plugin_gtk.c
10979         * src/plugins/demo/demo.c
10980         * src/plugins/dillo_viewer/dillo_prefs.c
10981         * src/plugins/dillo_viewer/dillo_prefs.h
10982         * src/plugins/dillo_viewer/dillo_viewer.c
10983         * src/plugins/mathml_viewer/mathml_viewer.c
10984         * src/plugins/pgpcore/passphrase.c
10985         * src/plugins/pgpcore/passphrase.h
10986         * src/plugins/pgpcore/plugin.c
10987         * src/plugins/pgpcore/prefs_gpg.c
10988         * src/plugins/pgpcore/prefs_gpg.h
10989         * src/plugins/pgpcore/select-keys.c
10990         * src/plugins/pgpcore/select-keys.h
10991         * src/plugins/pgpcore/sgpgme.c
10992         * src/plugins/pgpcore/sgpgme.h
10993         * src/plugins/pgpinline/pgpinline.c
10994         * src/plugins/pgpinline/pgpinline.h
10995         * src/plugins/pgpinline/plugin.c
10996         * src/plugins/pgpmime/pgpmime.c
10997         * src/plugins/pgpmime/pgpmime.h
10998         * src/plugins/pgpmime/plugin.c
10999         * src/plugins/spamassassin/spamassassin.c
11000         * src/plugins/spamassassin/spamassassin.h
11001         * src/plugins/spamassassin/spamassassin_gtk.c
11002         * src/plugins/trayicon/trayicon.c
11003         * tools/OOo2sylpheed.pl
11004         * tools/acroread2sylpheed.pl
11005         * tools/asus_mailled.sh
11006         * tools/filter_conv.pl
11007         * tools/freshmeat_search.pl
11008         * tools/google_search.pl
11009         * tools/kmail2sylpheed.pl
11010         * tools/kmail2sylpheed_v2.pl
11011         * tools/maildir2sylpheed.pl
11012         * tools/multiwebsearch.pl
11013         * tools/newscache_clean.pl
11014         * tools/outlook2sylpheed.pl
11015         * tools/sylpheed-switcher
11016         * tools/update-po
11017         * tools/vcard2xml.py
11018         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11019                 update FSF address
11020
11021 2005-09-21 [colin]      1.9.14cvs46
11022
11023         * src/gedit-print.c
11024         * src/procmsg.c
11025         * src/procmsg.h
11026         * src/textview.c
11027         * src/summaryview.c
11028                 Remove some printing hacks (deselection/reselection),
11029                 which by the way fix printing the currently 
11030                 displayed mime part (still only text)
11031                 Plus a little optimisation of summary_show
11032
11033
11034 2005-09-20 [colin]      1.9.14cvs45
11035
11036         * src/mainwindow.c
11037         * src/messageview.c
11038                 GUI fixups: add accels, set message
11039                 view title to displayed mail's subject
11040         * src/prefs_spelling.c
11041         * src/gtk/gtkaspell.c
11042                 GUI fixups: allow underlining misspelled
11043                 words instead of coloring them (a11y!)
11044
11045 2005-09-19 [colin]
11046
11047         1.9.15rc3 released
11048
11049 2005-09-19 [colin]      1.9.14cvs44
11050
11051         * src/compose.c
11052                 Fix draft message
11053         * src/gtk/gtkaspell.c
11054                 Fix wrong test ;-)
11055
11056 2005-09-19 [colin]      1.9.14cvs43
11057
11058         * src/addressbook.c
11059                 Fix sensitivity of Delete button
11060         * src/compose.c
11061                 Warn if the requested Privacy system
11062                 is not available
11063         * src/exphtmldlg.c
11064         * src/expldifdlg.c
11065         * src/importldif.c
11066         * src/importmutt.c
11067         * src/importpine.c
11068                 Fix crappy UI
11069         * src/
11070         * src/ssl.h
11071         * src/prefs_account.h
11072         * src/prefs_account.c
11073                 Save SSL prefs even in builds that have
11074                 SSL support disable
11075         * src/imap.c
11076         * src/inc.c
11077         * src/news.c
11078         * src/send_message.c
11079                 Warn if connection should be secure, but
11080                 SSL support isn't compiled in
11081         * src/gtkaspell.c
11082                 Fix word separation on UTF-8 systems
11083                 Fixes bug #812 (Strange inline spellchecking)
11084         * src/compose.c
11085                 Warn if the requested Privacy system
11086                 is not available
11087                 Factorize offline warning
11088         * src/imap.c
11089         * src/imap_gtk.c
11090         * src/imap_gtk.h
11091         * src/inc.h
11092         * src/news_gtk.c
11093         * src/news_gtk.h
11094         * src/messageview.c
11095                 Factorize offline warning
11096
11097 2005-09-19 [paul]
11098
11099         1.9.15-rc2 released
11100
11101 2005-09-18 [colin]      1.9.14cvs42
11102
11103         * src/codeconv.c
11104         * src/codeconv.h
11105         * src/procmime.c
11106                 Add a way to get locale's charset ignoring utf-8,
11107                 and use that as default encoding for broken mails
11108
11109 2005-09-18 [colin]      1.9.14cvs41
11110
11111         * src/gtk/logwindow.c
11112                 Translate string. Patch by Fabien Vantard
11113
11114 2005-09-18 [colin]      1.9.14cvs40
11115
11116         * configure.ac
11117                 Fix bug #803 (IMAP/SSL support breaks with 
11118                 GnuTLS libetpan 0.38)
11119
11120 2005-09-18 [colin]      1.9.14cvs39
11121
11122         * src/codeconv.c
11123         * src/compose.c
11124         * src/procmime.c
11125                 More charsets fixes. Fixes bug #806 (non
11126                 ascii characters in subject line)
11127
11128 2005-09-17 [paul]       1.9.14cvs38
11129
11130         * src/folderview.c
11131         * src/mainwindow.c
11132                 fix gcc-2.95 issues
11133                 Patch by Pawel Pekala
11134
11135 2005-09-17 [colin]      1.9.14cvs37
11136
11137         * src/addrindex.c
11138                 bugfix for NO-USE LDAP compilation, patch 
11139                 by Fabien Vantard
11140
11141 2005-09-17 [colin]      1.9.14cvs36
11142
11143         * src/prefs_actions.c
11144         * src/prefs_customheader.c
11145         * src/prefs_display_header.c
11146         * src/prefs_filtering_action.c
11147         * src/prefs_matcher.c
11148         * src/prefs_toolbar.c
11149                 Fix strange casts (less elegant but
11150                 works better)
11151
11152 2005-09-16 [colin]      1.9.14cvs35
11153
11154         * src/jpilot.c
11155                 Missed that one
11156
11157 2005-09-16 [colin]      1.9.14cvs34
11158
11159         * configure.ac
11160         * src/Makefile.am
11161         * src/addr_compl.c
11162         * src/addrindex.c
11163         * src/browseldap.c
11164         * src/editldap.c
11165         * src/ldaplocate.c
11166         * src/ldapquery.c
11167         * src/ldapquery.h
11168         * src/ldapserver.c
11169         * src/ldapserver.h
11170         * src/main.c
11171         * src/matcher_parser_parse.y
11172         * src/prefs_themes.c
11173         * src/etpan/Makefile.am
11174         * src/gtk/description_window.c
11175         * src/plugins/clamav/Makefile.am
11176         * src/plugins/clamav/clamav_plugin.c
11177         * src/plugins/dillo_viewer/Makefile.am
11178         * src/plugins/pgpcore/Makefile.am
11179         * src/plugins/pgpinline/Makefile.am
11180         * src/plugins/pgpmime/Makefile.am
11181         * src/plugins/trayicon/Makefile.am
11182                 Fix 100% cpu usage in address completion list
11183                 Fix little bugs (return with no values etc)
11184                 Fix all warnings (with common CFLAGS)
11185
11186 2005-09-15 [colin]      1.9.14cvs33
11187
11188         * src/addressbook.c
11189                 Fix bug where sometimes a group's email list is empty,
11190                 force its refresh (probably fixes "Re: how to create a 
11191                 distribution list")
11192         * src/ldapquery.c
11193                 Don't return to the callback in the main thread from the
11194                 fetch thread (or face segs!)
11195
11196 2005-09-15 [paul]       1.9.14cvs32
11197
11198         * src/prefs_matcher.c
11199                 forgotten in last commit
11200
11201 2005-09-15 [paul]       1.9.14cvs31
11202
11203         * src/prefs_actions.c
11204         * src/prefs_filtering_action.c
11205         * src/prefs_quote.c
11206         * src/quote_fmt.c
11207         * src/summaryview.c
11208         * src/gtk/description_window.c
11209         * src/gtk/description_window.h
11210         * src/gtk/quicksearch.c
11211                 allow interaction with the called
11212                 description window
11213                 Patch by Anders Hammar
11214
11215 2005-09-14 [paul]       1.9.14cvs30
11216
11217         * src/compose.c
11218                 fix a little annoyance when pasting with 3rd button 
11219                 with wrap_pastes=0 and wrap_input=1
11220                 Patch by Colin
11221
11222 2005-09-14 [paul]       1.9.14cvs29
11223
11224         * src/prefs_account.c
11225                 disable 'Filter messages on receiving' for
11226                 SMTP-only accounts
11227                 Patch  by Anders Hammar
11228
11229 2005-09-14 [paul]       1.9.14cvs28
11230
11231         * po/sk.po
11232                 fix crash
11233                 updated by Andrej Kacian
11234
11235 2005-09-14 [paul]
11236
11237         1.9.15-rc1 released
11238
11239 2005-09-14 [paul]       1.9.14cvs27
11240
11241         * po/es.po
11242                 updated by Ricardo Mones Lastra
11243         * src/compose.c
11244         * src/compose.h
11245                 associate no_wrap_tags to Compose windows
11246                 instead of using a static one
11247                 Patch by Colin
11248         * src/mbox.c
11249                 fix proc_mbox()
11250                 Patch by wwp
11251         * src/textview.c
11252                 remove unneeded printf()
11253
11254 2005-09-14 [paul]       1.9.14cvs26
11255
11256         * src/addrcache.c
11257         * src/codeconv.h
11258         * src/folder.h
11259         * src/mainwindow.h
11260         * src/mh.c
11261         * src/mimeview.h
11262         * src/partial_download.c
11263         * src/pop.c
11264         * src/prefs_account.c
11265         * src/prefs_account.h
11266         * src/prefs_actions.c
11267         * src/prefs_customheader.c
11268         * src/prefs_display_header.c
11269         * src/prefs_filtering_action.c
11270         * src/prefs_matcher.c
11271         * src/prefs_toolbar.c
11272         * src/privacy.h
11273         * src/procmime.c
11274         * src/procmime.h
11275         * src/procmsg.h
11276         * src/textview.c
11277         * src/undo.h
11278         * src/common/plugin.c
11279         * src/common/session.h
11280         * src/common/socket.c
11281         * src/common/socket.h
11282         * src/common/template.c
11283         * src/gtk/gtkaspell.c
11284         * src/gtk/quicksearch.h
11285         * src/plugins/pgpcore/passphrase.c
11286         * src/plugins/pgpcore/prefs_gpg.h
11287         * src/plugins/pgpcore/select-keys.c
11288         * src/plugins/pgpcore/select-keys.h
11289         * src/plugins/pgpcore/sgpgme.c
11290         * src/plugins/pgpinline/pgpinline.c
11291         * src/plugins/pgpmime/pgpmime.c
11292         * src/plugins/trayicon/trayicon.c
11293                 fix compilation warnings
11294                 Patch by Daniel Gustafson
11295
11296 2005-09-14 [paul]       1.9.14cvs25
11297
11298         * src/addressbook.c
11299                 add missing column header, and other small
11300                 bug fixes
11301                 Patch by Anders Hammar
11302
11303 2005-09-13 [colin]      1.9.14cvs24
11304
11305         * src/gtk/gtkaspell.c
11306                 Fix non-utf8 in menu
11307                 Fix little leaks
11308                 Nullify struct members after free()s
11309
11310 2005-09-13 [colin]      1.9.14cvs23
11311
11312         * src/compose.c
11313                 Test utf8 compliance before inserting to 
11314                 buffer, and try to convert if necessary
11315         * src/procmime.c
11316                 If no charset is present, use the locale 
11317                 one instead of us-ascii
11318         * src/procmsg.c
11319                 Add Sender, List-Post and To in the checked 
11320                 headers for automatic rules creation 
11321                 (thanks to wwp)
11322         * src/prefs_themes.c
11323         * src/gtk/gtkaspell.c
11324                 Remove deprecated functions. 
11325                 patch by Daniel Gustafson
11326
11327 2005-09-12 [colin]      1.9.14cvs22
11328
11329         * src/compose.c
11330                 Fix bug #448 (Scrolling/Redraw issue with 
11331                 address-fields in Header)
11332         * src/mainwindow.c
11333         * src/summaryview.c
11334         * src/summaryview.h
11335                 Fix loss of MSG_MARKED on move/copy
11336                 Fix bug #804 (Quicksearch togglebutton doesn't 
11337                 get depressed after '/' key is pressed)
11338
11339 2005-09-12 [paul]       1.9.14cvs21
11340
11341         * AUTHORS
11342         * src/gtk/logwindow.c
11343                 add 'Clear Log' to popup menu
11344                 Patch by Anders Hammar <anders.hammar@telia.com>
11345
11346 2005-09-12 [paul]       1.9.14cvs20
11347
11348         * src/compose.c
11349                 set correct sensitivity on attachments
11350                 popup menu
11351         * src/folder.c
11352                 fix typo
11353         * src/prefs_spelling.c
11354                 fix crash when no LANG env is set
11355         * src/common/xml.c
11356                 fix crash in wizard
11357                 don't use memeory after free
11358
11359         All patches by Daniel Gustafson
11360
11361 2005-09-12 [paul]       1.9.14cvs19
11362
11363         * src/prefs_themes.c
11364                 make theme info selectable
11365         * src/gtk/description_window.c
11366                 make window non-modal
11367         * tools/README
11368                 add details of asus_mailed.sh
11369         * tools/claws.i18n.status.pl
11370                 update for new zh_TW translator
11371                 widen the output
11372                 create alternate coloured lines
11373                 improve readability
11374
11375 2005-09-10 [colin]      1.9.14cvs18
11376
11377         * src/plugins/pgpcore/select-keys.c
11378                 Better order for the buttons
11379
11380 2005-09-10 [colin]      1.9.14cvs17
11381
11382         * src/compose.c
11383         * src/plugins/pgpcore/select-keys.c
11384         * src/plugins/pgpcore/select-keys.h
11385         * src/plugins/pgpcore/sgpgme.c
11386                 Add a "Don't encrypt" button to the key
11387                 selection dialog. Fixes bug #177 (There should be a 
11388                 'Don't encrypt button in the Select Keys dialog)
11389
11390 2005-09-10 [colin]      1.9.14cvs16
11391
11392         * src/compose.c
11393                 Fix bug #572 (%X option does not work with templates)
11394
11395 2005-09-10 [colin]      1.9.14cvs15
11396
11397         * src/toolbar.c 
11398                 Remove g_print
11399
11400 2005-09-10 [colin]      1.9.14cvs14
11401
11402         * src/imap.c
11403                 Fix a possible crash
11404
11405 2005-09-09 [colin]      1.9.14cvs13
11406
11407         * src/imap.c
11408         * src/etpan/imap-thread.c
11409         * src/etpan/imap-thread.h
11410                 Fix moving from queue or drafts to normal folders
11411                 Fix bug #794 (No way to delete without expunging)
11412                 Take flags unset by other mailers into account
11413                 Take deleted flag set by other mailers into account
11414                 Fix unsetting REPLIED flag
11415                 Fix crash when capabilities can't be retrieved
11416         * src/mainwindow.c
11417         * src/mainwindow.h
11418                 Add M_DELAYED_FLAGS condition, and let the user use
11419                 Execute in order to be able to expunge deleted mails,
11420                 even if he's not in delayed execute mode
11421         * src/prefs_spelling.c
11422                 Use 'en' dictionary by default if LANG is POSIX or C
11423         * src/gtk/prefswindow.c
11424                 Fix bug #767 (Preferences windows expanding) by making
11425                 the window a bit larger when the resolution is greater
11426                 than 640x480, and by putting the prefs in a
11427                 GtkScrolledWindow.
11428
11429 2005-09-09 [paul]       1.9.14cvs12
11430
11431         * AUTHORS
11432         * configure.ac
11433         * po/zh_TW.Big5.po      ** REMOVED **
11434         * po/zh_TW.po           ** ADDED **
11435                 updated by Wei-Lun Chao
11436
11437 2005-09-09 [paul]       1.9.14cvs11
11438
11439         * src/mainwindow.c
11440                 fix asserts
11441         * src/common/xml.c
11442                 delay memory allocation until file is
11443                 opened successfully
11444                 Patch by Daniel Gustafson
11445
11446 2005-09-09 [colin]      1.9.14cvs10
11447
11448         * src/imap.c
11449                 Add guards
11450
11451 2005-09-08 [colin]      1.9.14cvs9
11452
11453         * src/compose.c
11454                 Alert when we can't save draft
11455                 Fix various wrap/color issues
11456                 Add mid-click pasting respecting wrap_paste option
11457         * src/folder.c
11458         * src/folder.h
11459         * src/folder_item_prefs.c
11460         * src/folder_item_prefs.h
11461         * src/imap.c
11462         * src/imap_gtk.c
11463         * src/imap_gtk.h
11464         * src/main.c
11465         * src/mainwindow.c
11466         * src/mainwindow.h
11467         * src/news.c
11468         * src/news_gtk.c
11469         * src/news_gtk.h
11470         * src/prefs_folder_item.c
11471                 Fix the impossibility to synchronise folders for
11472                 offline use (IMAP and NNTP are concerned)
11473
11474 2005-09-08 [colin]      1.9.14cvs8
11475
11476         * configure.ac
11477                 Build LDAP and JPilot by default if available
11478         * src/textview.c
11479                 Fix use after free
11480
11481 2005-09-08 [paul]       1.9.14cvs7
11482
11483         * doc/manual/en/sylpheed-1.html
11484         * doc/manual/en/sylpheed-18.html
11485         * doc/manual/en/sylpheed-19.html
11486         * doc/manual/en/sylpheed-4.html
11487         * doc/manual/en/sylpheed-6.html
11488         * doc/manual/en/sylpheed.html
11489                 a few minor updates, plus include some
11490                 details about plugins and their requirements
11491         * src/mainwindow.c
11492                 minor changes to English in /View/Sort
11493
11494 2005-09-07 [colin]      1.9.14cvs6
11495
11496         * doc/manual/en/sylpheed-1.html
11497         * doc/manual/en/sylpheed-10.html
11498         * doc/manual/en/sylpheed-11.html
11499         * doc/manual/en/sylpheed-12.html
11500         * doc/manual/en/sylpheed-13.html
11501         * doc/manual/en/sylpheed-14.html
11502         * doc/manual/en/sylpheed-15.html
11503         * doc/manual/en/sylpheed-16.html
11504         * doc/manual/en/sylpheed-17.html
11505         * doc/manual/en/sylpheed-18.html
11506         * doc/manual/en/sylpheed-19.html
11507         * doc/manual/en/sylpheed-2.html
11508         * doc/manual/en/sylpheed-20.html
11509         * doc/manual/en/sylpheed-21.html
11510         * doc/manual/en/sylpheed-22.html
11511         * doc/manual/en/sylpheed-3.html
11512         * doc/manual/en/sylpheed-4.html
11513         * doc/manual/en/sylpheed-5.html
11514         * doc/manual/en/sylpheed-6.html
11515         * doc/manual/en/sylpheed-7.html
11516         * doc/manual/en/sylpheed-8.html
11517         * doc/manual/en/sylpheed-9.html
11518         * doc/manual/en/sylpheed.html
11519                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11520
11521 2005-09-07 [colin]      1.9.14cvs5
11522
11523         * src/mainwindow.c
11524                 Make labels more to-the-point
11525
11526 2005-09-07 [colin]      1.9.14cvs4
11527
11528         * doc/manual/en/sylpheed-1.html
11529         * doc/manual/en/sylpheed-12.html
11530         * doc/manual/en/sylpheed-13.html
11531         * doc/manual/en/sylpheed-14.html
11532         * doc/manual/en/sylpheed-15.html
11533         * doc/manual/en/sylpheed-16.html
11534         * doc/manual/en/sylpheed-17.html
11535         * doc/manual/en/sylpheed-18.html
11536         * doc/manual/en/sylpheed-19.html
11537         * doc/manual/en/sylpheed-2.html
11538         * doc/manual/en/sylpheed-20.html
11539         * doc/manual/en/sylpheed-21.html
11540         * doc/manual/en/sylpheed-22.html
11541         * doc/manual/en/sylpheed-4.html
11542         * doc/manual/en/sylpheed-5.html
11543         * doc/manual/en/sylpheed-6.html
11544         * doc/manual/en/sylpheed-7.html
11545         * doc/manual/en/sylpheed-8.html
11546         * doc/manual/en/sylpheed-9.html
11547         * doc/manual/en/sylpheed.html
11548                 Update manual
11549
11550 2005-09-07 [colin]      1.9.14cvs3
11551
11552         * doc/faq/en/sylpheed-faq-1.html
11553         * doc/faq/en/sylpheed-faq-2.html
11554         * doc/faq/en/sylpheed-faq-3.html
11555         * doc/faq/en/sylpheed-faq.html
11556                 Update FAQ
11557
11558 2005-09-07 [colin]      1.9.14cvs2
11559
11560         * src/folderview.c
11561         * src/procmsg.c
11562         * src/summaryview.c
11563         * src/toolbar.c
11564                 Fix special subfolders:
11565                 - Inherit parent's icon
11566                 - sent contents of queues subfolders
11567                 - empty subfolders of trashes
11568         * src/mainwindow.c
11569                 Remove outdated manual and faq entries
11570         * src/common/utils.c
11571                 Add quotes around %s coming from mailcap
11572
11573 2005-09-07 [colin]      1.9.14cvs1
11574
11575         * src/compose.c
11576                 After saving draft, set modified to FALSE
11577         * src/mimeview.c
11578         * src/common/utils.c
11579         * src/common/utils.h
11580                 Try to open mime parts using what is 
11581                 indicated in ~/.mailcap or /etc/mailcap,
11582                 if possible.
11583
11584 2005-09-05 [paul]       1.9.14
11585
11586         1.9.14 released
11587
11588         * po/sk.po
11589                 updated by Andrej Kacian
11590
11591 2005-09-05 [paul]       1.9.13cvs83
11592
11593         * po/de.po
11594         * po/es.po
11595         * po/fi.po
11596         * po/fr.po
11597         * po/nb.po
11598         * po/pt_BR.po
11599         * po/sr.po
11600                 updated translations by Thomas Gilgin, Ricardo Mones
11601                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11602                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11603
11604 2005-09-04 [paul]       1.9.13cvs82
11605
11606         * src/compose.c
11607                 only warn about exceeded line length limit
11608                 on send
11609
11610 2005-09-04 [paul]       1.9.13cvs81
11611
11612         * src/compose.c
11613                 fix crash in 'line length exceeded' dialogue
11614
11615 2005-09-02 [paul]       1.9.13cvs80
11616
11617         * src/imap.c
11618                 fix bug 795, 'Connection lost IMAP'
11619                 and add statusbar prints
11620                 Patch by Colin
11621
11622 2005-09-02 [paul]       1.9.13cvs79
11623
11624         * src/compose.c
11625                 compose_wrap_paragraph() becomes
11626                 compose_beautify_paragraph()
11627                 Patch by Colin
11628
11629 2005-09-02 [colin]      1.9.13cvs78
11630
11631         * src/folderview.c
11632                 Micro-fix
11633
11634 2005-09-01 [colin]      1.9.13cvs77
11635
11636         * src/imap.c
11637                 Maybe fix bug #795 (Connection lost IMAP)
11638                 Don't try to send logout when we're disconnected.
11639         * src/summaryview.c
11640                 Include locked and marked emails in HRM
11641                 view. Fixes bug #800 (Locked messages no longer 
11642                 show up when hide read messages is used)
11643
11644 2005-09-01 [paul]       1.9.13cvs76
11645
11646         * src/prefs_common.c
11647                 fix bad cutting
11648
11649 2005-08-31 [colin]      1.9.13cvs75
11650
11651         * src/folderview.c
11652         * src/folderview.h
11653         * src/prefs_summaries.c
11654         * src/summaryview.c
11655                 Fix "go to next new", fix preference
11656                 (Open unread/next swapped)
11657
11658 2005-08-31 [paul]       1.9.13cvs74
11659
11660         * src/compose.c
11661         * src/folderview.c
11662         * src/headerview.c
11663         * src/headerview.h
11664         * src/mainwindow.c
11665         * src/prefs_common.c
11666         * src/prefs_common.h
11667         * src/prefs_fonts.c
11668         * src/summaryview.c
11669         * src/textview.c
11670         * src/common/defs.h
11671                 remove obsolete BOLD_FONT setting
11672                 fix font update in headerview and textview
11673                 headers after prefs change
11674                 Patch By Colin
11675
11676 2005-08-31 [paul]
11677
11678         1.9.14-rc4 released
11679
11680 2005-08-30 [colin]      1.9.13cvs73
11681
11682         * src/summaryview.c
11683                 When Hide read messages is selected and we
11684                 refresh the summaryview, don't remove the 
11685                 currently displayed message. Fixes bug #797
11686                 (Summary view reloads when new mail is 
11687                 downloaded in 1.9.14 rc)
11688
11689 2005-08-30 [colin]      1.9.13cvs72
11690
11691         * src/folderview.c
11692                 Fix flickering
11693         * src/mainwindow.c
11694                 Remove useless callback
11695         * src/mimeview.c
11696         * src/gtk/filesel.c
11697         * src/gtk/filesel.h
11698                 Add a filesel_select_file_save_folder() - used by Save All
11699
11700 2005-08-29 [paul]       1.9.13cvs71
11701
11702         * AUTHORS
11703         * src/matcher_parser_parse.y
11704         * src/etpan/imap-thread.c
11705                 fix building on FreeBSD
11706                 Patch by Daniel Gustafson <daniel@hobbit.se>
11707
11708 2005-08-29 [paul]       1.9.13cvs70
11709
11710         * src/plugins/pgpinline/pgpinline.c
11711                 only initialise sig result if it's been handled
11712                 Patch by Colin
11713
11714 2005-08-29 [paul]       1.9.13cvs69
11715         
11716         Patches by Colin:
11717
11718         * src/imap.c
11719         * src/common.utils.c
11720         * src/common/utils.h
11721                 optimisation
11722         * src/stock_pixmap.h
11723                 fix wrong icon reference
11724         * src/pixmaps/trash_btn.xpm
11725                 replace with nicer image
11726
11727 2005-08-28 [colin]      1.9.13cvs68
11728
11729         * src/Makefile.am
11730         * src/stock_pixmap.c
11731         * src/stock_pixmap.h
11732         * src/toolbar.c
11733         * src/pixmaps/trash_btn.xpm
11734                 Add a specific trash xpm for the button
11735
11736 2005-08-28 [colin]      1.9.13cvs67
11737
11738         * src/imap.c
11739                 Fix leak
11740
11741 2005-08-27 [colin]      1.9.13cvs66
11742
11743         * src/imap.c
11744         * src/procmime.c
11745                 Correctly fix "Problem with replies", fixes
11746                 pgpmime encryption too. 
11747
11748 2005-08-27 [colin]      1.9.13cvs65
11749
11750         * src/folder.c
11751         * src/procmsg.c
11752         * src/procmsg.h
11753         * src/summaryview.c
11754                 Fix bug #517 (messages removed from summaryview 
11755                 when moving fails)
11756
11757 2005-08-27 [colin]      1.9.13cvs64
11758
11759         * tools/Makefile.am
11760         * tools/asus_mailled.sh
11761                 Add a script to blink ASUS laptops' mail LED where there
11762                 is unread mail.
11763
11764 2005-08-27 [colin]      1.9.13cvs63
11765
11766         * src/imap.c
11767         * src/etpan/imap-thread.c
11768         * src/etpan/imap-thread.h
11769                 Implement automatic choosing of login method
11770                 Fixes bug #791
11771         * src/gtk/.cvsignore
11772                 Add sylpheed-marshal.[ch]
11773
11774 2005-08-27 [colin]      1.9.13cvs62
11775
11776         * src/common/utils.c
11777                 Fix confusing perror
11778
11779 2005-08-27 [colin]      1.9.13cvs61
11780
11781         * src/toolbar.c
11782         * src/toolbar.h
11783                 Remove A_DELETE, replace it with 
11784                 A_TRASH and A_DELETE_REAL. Automatically
11785                 rewrite config files to replace A_DELETE
11786                 with A_TRASH (no functionality change).
11787                 Fixes half of #794
11788
11789 2005-08-26 [colin]      1.9.13cvs60
11790
11791         * src/procmime.c
11792                 Previous "Problem with replies" fix brought other
11793                 problems, fixing them
11794
11795 2005-08-26 [colin]      1.9.13cvs59
11796
11797         * src/procmime.c
11798                 Fix "Problem with replies". This happened only
11799                 on IMAP...
11800         * src/procmsg.c
11801                 Factorize code a bit
11802         * src/compose.c
11803                 Speed improvement on very long messages (wrapping)
11804                 Fix signature color on Reedit and Redirect
11805                 On Reedit, don't attach pgp-signatures parts, but
11806                 set signing to On.
11807
11808 2005-08-24 [paul]       1.9.13cvs58
11809
11810         * src/compose.c
11811                 don't claim success when clicking
11812                 Cancel on the passphrase box.
11813                 Patch by Colin
11814
11815 2005-08-24 [paul]       1.9.13cvs57
11816
11817         * src/main.c
11818                 fix misplaced sylpheed.log
11819         * src/common/defs.h
11820                 define UIDL_DIR
11821
11822 2005-08-24 [paul]       1.9.13cvs56
11823
11824         * src/imap.c
11825         * src/etpan/imap-thread.c
11826         * src/etpan/imap-thread.h
11827                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11828                 Patch by Colin
11829         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11830         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11831                 remove autogenerated files
11832         * tools/kdeservicemenu/README
11833         * tools/kdeservicemenu/install.sh
11834         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11835         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11836                 use Claws icon, use 'Sylpheed-Claws' in menu,
11837                 use kdialog, and other cleanups
11838
11839 2005-08-23 [paul]       1.9.13cvs55
11840
11841         * src/compose.c
11842                 fix paste/wrap crash
11843                 Patch by Colin
11844
11845 2005-08-23 [paul]       1.9.13cvs54
11846
11847         * src/main.c
11848                 fix crash recovery
11849                 Patch by Colin
11850
11851 2005-08-23 [paul]       1.9.13cvs53
11852
11853         * src/addressbook.c
11854         * src/editaddress.c
11855                 view all data of LDAP contacts
11856                 Patch by Colin
11857
11858 2005-08-23 [paul]       1.9.13cvs52
11859
11860         * src/addressbook.c
11861                 fix issues with the Search field
11862                 Patch by Colin
11863
11864 2005-08-22 [paul]       1.9.13cvs51
11865
11866         * src/folderview.c
11867                 put name of folder in processing dialog
11868                 title
11869         * src/prefs_folder_item.c
11870                 improve english usage
11871
11872 2005-08-22 [paul]       1.9.13cvs50
11873
11874         * src/filtering.c
11875         * src/filtering.h
11876         * src/matcher.c
11877         * src/matcher_parser_lex.l
11878         * src/matcher_parser_parse.y
11879         * src/prefs_filtering.c
11880                 add Filtering/Processing rule names feature.
11881                 (the incompatible old matcherrc is saved as
11882                 matcherrc.pre_names).
11883                 Patch by Colin
11884
11885 2005-08-22 [paul]       1.9.13cvs49
11886
11887         * src/procmsg.c
11888                 fix colour labelling
11889                 Patch by Colin
11890
11891 2005-08-22 [paul]       1.9.13cvs48
11892
11893         * src/textview.c
11894                 fix open_image_cb()
11895
11896 2005-08-22 [paul]       1.9.13cvs47
11897
11898         * src/imap.c
11899                 fix bug 789, 'SC crashes with imap (CVS ver)'
11900                 Patch by Colin
11901
11902 2005-08-22 [paul]       1.9.13cvs46
11903
11904         * src/mimeview.c
11905         * src/prefs_common.c
11906         * src/common/defs.h
11907                 define reused defaults in defs.h
11908         * src/textview.c
11909                 add 'Open image' to image popup menu
11910
11911 2005-08-21 [colin]      1.9.13cvs45
11912
11913         * src/summaryview.c
11914                 Fix bug #788 (Bogus "From" address displayed)
11915
11916 2005-08-20 [colin]      1.9.13cvs44
11917
11918         * src/folder.c
11919                 Fix buf #787 (multilevel delete causes SIGSEGV)
11920
11921 2005-08-19 [colin]      1.9.13cvs43
11922
11923         * src/inc.c
11924         * src/prefs_common.c
11925         * src/prefs_common.h
11926                 Add an hidden pref to allow modifying the
11927                 update stepping in incorporation.
11928                 Patch by wwp.
11929
11930 2005-08-19 [colin]      1.9.13cvs42
11931
11932         * src/compose.c
11933         * src/procmime.c
11934                 Workaround for broken MUAs: encode 
11935                 Content-type: name: as ASCII and 
11936                 Content-Disposition: filename: as
11937                 per rfc2231
11938         * src/prefs_account.c
11939                 Fix invisible-ness of SMTP SSL prefs
11940                 in NNTP accounts
11941
11942 2005-08-19 [paul]       1.9.13cvs41
11943
11944         * src/compose.c
11945         * src/prefs_common.c
11946         * src/prefs_common.h
11947         * src/prefs_wrapping.c
11948                 paste with or without wrapping.
11949                 patch by Colin
11950
11951 2005-08-19 [paul]       1.9.13cvs40
11952
11953         * src/prefs_common.c
11954         * src/prefs_common.h
11955         * src/summaryview.c
11956                 reintroduce enable_swap_from as a
11957                 hidden pref. patch by Colin
11958         * src/quote_fmt_parse.y
11959         * src/plugins/clamav/clamav_plugin.c
11960         * src/plugins/dillo_viewer/dillo_viewer.c
11961         * src/plugins/mathml_viewer/mathml_viewer.c
11962         * src/plugins/pgpcore/sgpgme.c
11963         * src/plugins/pgpinline/pgpinline.c
11964         * src/plugins/pgpmime/pgpmime.c
11965                 tidy up. patch by Colin
11966
11967 2005-08-19 [paul]       1.9.13cvs39
11968
11969         * configure.ac
11970                 complete cvs38's sync
11971         * src/editaddress.c
11972         * src/gedit-print.c
11973         * src/mutt.c
11974         * src/etpan/etpan-log.c
11975         * src/etpan/imap-thread.c
11976         * src/gtk/gtksourceprintjob.c
11977                 fix compilation warnings
11978                 (patch by Colin)
11979
11980 2005-08-19 [paul]       1.9.13cvs38
11981
11982         sync with main:
11983
11984         * src/account.c
11985         * src/action.c
11986         * src/addrbook.c
11987         * src/addrcache.c
11988         * src/addrharvest.c
11989         * src/addrindex.c
11990         * src/codeconv.c
11991         * src/compose.c
11992         * src/crash.c
11993         * src/exporthtml.c
11994         * src/exportldif.c
11995         * src/folder.c
11996         * src/image_viewer.c
11997         * src/inc.c
11998         * src/inc.h
11999         * src/jpilot.c
12000         * src/ldif.c
12001         * src/main.c
12002         * src/matcher.c
12003         * src/mbox.c
12004         * src/messageview.c
12005         * src/mh.c
12006         * src/mimeview.c
12007         * src/msgcache.c
12008         * src/mutt.c
12009         * src/news.c
12010         * src/partial_download.c
12011         * src/pine.c
12012         * src/pop.c
12013         * src/prefs_actions.c
12014         * src/prefs_common.c
12015         * src/prefs_customheader.c
12016         * src/prefs_display_header.c
12017         * src/prefs_gtk.c
12018         * src/prefs_themes.c
12019         * src/procheader.c
12020         * src/procmime.c
12021         * src/procmsg.c
12022         * src/recv.c
12023         * src/send_message.c
12024         * src/simple-gettext.c
12025         * src/sourcewindow.c
12026         * src/textview.c
12027         * src/vcard.c
12028         * src/common/defs.h
12029         * src/common/log.c
12030         * src/common/plugin.c
12031         * src/common/prefs.c
12032         * src/common/session.c
12033         * src/common/session.h
12034         * src/common/socket.c
12035         * src/common/socket.h
12036         * src/common/ssl_certificate.c
12037         * src/common/template.c
12038         * src/common/utils.c
12039         * src/common/utils.h
12040         * src/common/xml.c
12041         * src/gtk/about.c
12042         added wrappers for C library function that
12043                 take pathname arguments.
12044                 enabled compilation with MinGW.
12045                 use GDir instead of directly using opendir().
12046                 added rename_force().
12047
12048 2005-08-19 [paul]       1.9.13cvs37
12049         
12050         patches by Colin:
12051         * src/compose.c
12052                 fix privacy settings on re-editing
12053                 a sent message
12054         * src/jpilot.c
12055                 fix encoding bug
12056         * src/folder.c
12057         * src/procmsg.c
12058         * src/procmsg.h
12059         * src/summaryview.c
12060                 flag changing optimisation
12061
12062 2005-08-18 [martin]     1.9.13cvs36
12063
12064         * commitHelper
12065             added my login
12066         * src/addrcache.c
12067         * src/addrharvest.c
12068         * src/addrindex.c
12069         * src/compose.c
12070         * src/grouplistdialog.c
12071         * src/main.c
12072         * src/mainwindow.c
12073         * src/msgcache.c
12074         * src/mutt.c
12075         * src/pine.c
12076         * src/prefs_account.c
12077         * src/prefs_themes.c
12078         * src/stock_pixmap.c
12079         * src/summaryview.c
12080         * src/gtk/about.c
12081         * src/gtk/logwindow.c
12082             removed deprecated glib and gdk stuff
12083         * src/plugins/pgpcore/select-keys.c
12084             convert attributes from locale to utf8
12085
12086 2005-08-17 [paul]       1.9.13cvs35
12087
12088         * src/account.c
12089         * src/addressbook.c
12090                 use new GTK_STOCK_ icons if available
12091         * src/summaryview.c
12092         * src/gtk/gtksctree.c
12093         * src/gtk/gtksctree.h
12094                 faster range select. patch by Colin
12095
12096 2005-08-17 [paul]       1.9.13cvs34
12097
12098         patches by colin:
12099         * src/addressbook.c
12100         * src/addressitem.h
12101                 Add an edit button for contacts, fix selections
12102                 of gtksctree items
12103         * src/editaddress.c
12104                 Change labels, let Save be always possible in the
12105                 email and user atributes tabs
12106         * src/folderview.c
12107                 fix sort issues
12108         * src/summaryview.c
12109                 select next item instead of the displayed one
12110                 after deletion
12111
12112         * src/gtk/progressdialog.c
12113                 use prefs_common.enable_rules_hint
12114
12115 2005-08-13 [hoa]        1.9.13cvs33
12116
12117         * src/etpan/imap-thread.c
12118                 fixed build on Solaris.
12119
12120 2005-08-10 [colin]      1.9.13cvs32
12121
12122         * src/procmsg.c
12123                 Fix cvs31 (missing fclose before reading
12124                 the file)
12125
12126 2005-08-10 [colin]      1.9.13cvs31
12127
12128         * src/procmsg.c
12129                 Fix procmsg_msginfo_new_from_mimeinfo() when
12130                 the MimeInfo isn't stored in memory. This fixes
12131                 replying to an attached message.
12132
12133 2005-08-10 [colin]      1.9.13cvs30
12134
12135         * src/mainwindow.c
12136                 Fix slowness in account changing
12137
12138 2005-08-10 [colin]      1.9.13cvs29
12139
12140         * src/folder.c
12141         * src/folderutils.c
12142         * src/folderview.c
12143         * src/imap_gtk.c
12144         * src/mainwindow.c
12145         * src/mh_gtk.c
12146         * src/procmsg.c
12147         * src/summaryview.c
12148                 Optimize folder_has_parent_of_type
12149                 Prevent moving special sub-folders from contextual menus
12150                 Rework message a bit ("Empty all messages" -> "Delete all
12151                 messages")
12152                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12153                 and "Deleted Items" folders)
12154
12155 2005-08-08 [colin]      1.9.13cvs28
12156
12157         * src/summaryview.c
12158         * src/prefs_summaries.c
12159                 Make "Select first unread|new" more flexible
12160                 (just prioritize new or unread)
12161
12162 2005-08-08 [colin]      1.9.13cvs27
12163
12164         * src/summaryview.c
12165                 If "select first new" is selected and there only
12166                 are unread messages, fallback to "select first
12167                 unread".
12168
12169 2005-08-08 [colin]      1.9.13cvs26
12170
12171         * src/folder.c
12172                 Fix shameful bugs (and bug #779)
12173
12174 2005-08-08 [colin]      1.9.13cvs25
12175
12176         * src/folder.c
12177         * src/folder.h
12178                 Cache parents' type to make folder_has_parent_of_type
12179                 faster
12180         * src/folderview.c
12181                 Forbid DnD of special sub-folders
12182         * src/procmsg.c
12183         * src/procmsg.h
12184                 Add MAIL_POSTFILTERING_HOOK
12185         * src/summaryview.c
12186                 Revert over-zealous deletion of the use_addr_book 
12187                 code
12188
12189 2005-08-07 [colin]      1.9.13cvs24
12190
12191         * src/folder.c
12192                 Fix big mistake (passing MsgInfo instead 
12193                 of FolderItem)
12194
12195 2005-08-07 [colin]      1.9.13cvs23
12196
12197         * src/compose.c
12198         * src/folder.c
12199         * src/folder.h
12200         * src/foldersel.c
12201         * src/folderutils.c
12202         * src/folderview.c
12203         * src/imap.c
12204         * src/mainwindow.c
12205         * src/messageview.c
12206         * src/mh.c
12207         * src/msgcache.c
12208         * src/procmime.c
12209         * src/summaryview.c
12210                 Make subfolders of Drafts, Queue, Outbox, Trash
12211                 work like their parents. 
12212                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12213
12214 2005-08-07 [colin]      1.9.13cvs22
12215
12216         * src/addressbook.c
12217                 Fix bug #771 (Dragged contacts not saved)
12218
12219 2005-08-07 [paul]       1.9.13cvs21
12220
12221         * src/summaryview.c
12222                 fix bug 32 'Search Doesn't display results
12223                 if "Hide Read Messages" is chosen'
12224                 be more literal in interpreting 'Hide read
12225                 messages'
12226
12227 2005-08-07 [colin]      1.9.13cvs20
12228
12229         * src/folderview.c
12230                 Add debug
12231         * src/summaryview.c
12232                 Faster 'unthread_for_execution'
12233
12234 2005-08-06 [paul]       1.9.13cvs19
12235
12236         * src/mainwindow.c
12237                 add mnemonics to Set displayed columns
12238                 fix bug where msgview_visible option was
12239                 overwritten as TRUE on startup
12240
12241 2005-08-06 [paul]       1.9.13cvs18
12242
12243         * src/mainwindow.c
12244                 refer to 'displayed columns in folder/message
12245                 list' not 'displayed items in summary/message view'
12246         * src/prefs_display_header.c
12247                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12248                 be consistent with similar dialogues
12249         * src/prefs_folder_column.c
12250         * src/prefs_summary_column.c
12251                 'columns' not 'items', and folder and message lists,
12252                 instead of folder and summary views;
12253                 Use 'Hidden columns' as list heading not 'Available
12254                 items';
12255                 move the 'Remove' button to the right hand side;
12256                 top-align the buttons;
12257                 remove unneeded vbox
12258         * src/prefs_summaries.c
12259                 put the 2 column prefs buttons in a frame to reduce
12260                 overall width; refer to columns not items &c.
12261
12262 2005-08-05 [colin]      1.9.13cvs17
12263
12264         * src/prefs_common.c
12265         * src/prefs_common.h
12266         * src/mainwindow.c
12267         * src/compose.c
12268         * src/messageview.c
12269                 Add an hidden toolbar_detachable pref, so
12270                 that I can get rid of these painful handles
12271                 in the toolbars. Defaults to TRUE to avoid
12272                 changing the GUI on unsuspecting people...
12273
12274 2005-08-05 [colin]      1.9.13cvs16
12275
12276         * src/Makefile.am
12277         * src/prefs_folder_column.c
12278         * src/prefs_folder_column.h
12279                 Add prefs for folder columns
12280         * src/folderview.c
12281         * src/folderview.h
12282         * src/mainwindow.c
12283         * src/mainwindow.h
12284         * src/prefs_common.c
12285         * src/prefs_common.h
12286         * src/prefs_summaries.c
12287                 Use them
12288         * src/prefs_summary_column.c
12289         * src/summaryview.c
12290         * src/summaryview.h
12291                 Add a To column
12292         * src/textview.c
12293         * src/common/utils.c
12294         * src/common/utils.h
12295                 Move uri colourisation functions
12296                 to utils
12297         * src/compose.c
12298                 Colourise URIs
12299         * src/imap.c
12300                 Fix bug with LIST where we'd try
12301                 to get Folder//////[...]/// 
12302
12303 2005-08-05 [paul]       1.9.13cvs15
12304
12305         * src/prefs_summaries.c
12306                 improve the English usage
12307         * src/summaryview.c
12308                 set font on column change
12309                 thanks to Colin
12310
12311 2005-08-05 [paul]       1.9.13cvs14
12312
12313         * src/prefs_common.c
12314         * src/prefs_common.h
12315         * src/prefs_summaries.c
12316         * src/summaryview.c
12317                 replace 'open_unread_on_enter' option with
12318                 'select_on_entry' option. opening/not opening
12319                 is now exclusively controlled by 'always_show_msg'
12320
12321 2005-08-04 [colin]      1.9.13cvs13
12322
12323         * src/compose.c
12324                 Remove dead code
12325                 Add colourisation of quotes and signatures
12326         * src/folderview.c
12327                 Fix possible crashes
12328         * src/messageview.c
12329                 Change an assert that is no problem
12330         * src/news.c
12331         * src/news_gtk.c
12332         * src/news_gtk.h
12333                 Fix offline mode
12334         * src/gtk/quicksearch.c
12335                 Fix a possible crash
12336
12337 2005-08-03 [colin]      1.9.13cvs12
12338
12339         * src/prefs_account.c
12340                 Fix bug #777 (Sylpheed crash in account configuration)
12341
12342 2005-08-03 [colin]      1.9.13cvs11
12343
12344         * src/addressbook.c
12345         * src/editaddress.c
12346         * src/editgroup.c
12347                 Fixing addressbook, round 2
12348         * src/textview.c
12349                 Fix emphasis color on rechecking 'Colorize messages'
12350
12351 2005-08-03 [paul]       1.9.13cvs10
12352
12353         sync with main
12354
12355         * src/addr_compl.c
12356         * src/compose.c
12357         * src/main.c
12358         * src/pop.c
12359         * src/prefs_account.c
12360         * src/procmime.c
12361         * src/procmsg.c
12362         * src/quote_fmt_parse.y
12363         * src/textview.c
12364         * src/common/quoted-printable.c
12365         * src/common/utils.c
12366         * src/common/utils.h
12367         * src/common/xml.c
12368                 replaced incorrect locale-independent
12369                 ctype functions with GLib's. Corrected
12370                 signedness mismatch.
12371         * src/headerview.c
12372                 headerview_create(): added spacing for vbox.
12373         * src/gtk/about.c
12374                 set focus to the OK button.
12375
12376 2005-08-03 [colin]      1.9.13cvs9
12377
12378         * src/folderview.c
12379                 Fix possible crash
12380
12381 2005-08-02 [colin]      1.9.13cvs8
12382
12383         * src/mainwindow.c
12384                 Fix cast
12385         * src/addressbook.c
12386         * src/addressitem.h
12387                 Fix a cast and more generally, try to make the
12388                 GUI more intuitive and consistent (round 1)
12389
12390 2005-08-02 [paul]       1.9.13cvs7
12391
12392         * src/folder.h
12393                 missing in 1.9.13cvs6
12394
12395 2005-08-02 [colin]      1.9.13cvs6
12396
12397         * src/folder.c
12398                 Fix one more leak
12399
12400 2005-08-02 [colin]      1.9.13cvs5
12401
12402         * src/folder.c
12403         * src/folderview.c
12404         * src/imap.c
12405         * src/main.c
12406         * src/mbox.c
12407         * src/procmsg.c
12408         * src/summaryview.c
12409                 Fix a number of folder_item_get_msg_list()-related
12410                 leaks (missing procmsg_msginfo_free()s)
12411
12412 2005-08-01 [colin]      1.9.13cvs4
12413
12414         * src/folderview.c
12415         * src/folderview.h
12416         * src/mainwindow.c
12417         * src/prefs_fonts.c
12418         * src/prefs_summaries.c
12419         * src/prefs_themes.c
12420         * src/summaryview.c
12421         * src/summaryview.h
12422         * src/textview.c
12423         * src/textview.h
12424                 Fix instant-apply of summary and folderview-related prefs
12425                 Fix erroneous g_free and alertpanels in prefs_theme
12426                 Add instant-apply for fonts
12427                 Defer applying of prefs a little bit so it's done only
12428                 once even if requested by multiples prefs pages
12429
12430 2005-08-01 [paul]       1.9.13cvs3
12431
12432         * src/main.c
12433                 fix bug 776 'S.C. crashes on close'
12434                 thanks to Colin
12435         * src/etpan/etpan-thread-manager-types.h
12436                 add missing include
12437                 thanks to Hoa
12438
12439 2005-07-25 [paul]       1.9.13cvs2
12440
12441         * src/summaryview.c
12442                 fix typos. spotted by Fabien Vantard
12443
12444 2005-07-24 [paul]       1.9.13cvs1
12445
12446         * doc/man/sylpheed.1
12447                 update man page, incorporating fix of
12448                 bug 769 'Typo in manpage'
12449         * src/etpan/imap-thread.c
12450                 fix NetBSD openssl dependencies. patch by
12451                 George Michaelson <ggm@apnic.net>
12452         * po/pt_BR.po
12453                 updated by Frederico Goncalves Guimaraes
12454
12455 2005-07-22 [paul]       1.9.13
12456
12457         1.9.13 release
12458
12459 2005-07-22 [paul]       1.9.12cvs91
12460
12461         * AUTHORS
12462         * INSTALL
12463         * README.claws
12464         * RELEASE_NOTES.claws
12465                 updated for release
12466         * configure.ac
12467         * po/nb.po
12468         * tools/claws.i18n.status.pl
12469                 add Norwegian translation. submiited by
12470                 Geir Helland <pjallabais@users.sourceforge.net>
12471         * po/ca.po
12472         * po/de.po
12473         * po/es.po
12474         * po/fi.po
12475         * po/fr.po
12476         * po/it.po
12477         * po/sk.po
12478         * po/sr.po
12479         * po/zh_CN.po
12480                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12481                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12482                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12483                 Yang Guilong
12484         * src/plugins/clamav/clamav_plugin_gtk.c
12485         * src/plugins/spamassassin/spamassassin_gtk.c
12486                 replace outdated description strings
12487
12488 2005-07-21 [colin]      1.9.12cvs90
12489
12490         * src/folder.c
12491                 Set folder to batch mode when scanning it. Makes deletion
12492                 of unread mails on IMAP much faster (due to the UNREAD 
12493                 flag unsetting)
12494
12495 2005-07-21 [darko]      1.9.12cvs89
12496
12497         * configure.ac
12498                 link against libresolv if necessary (patch by Paul)
12499         * src/msgcache.c
12500                 use glib's portable macros to determine endianness
12501
12502 2005-07-21 [paul]       1.9.12cvs88
12503
12504         * src/crash.c
12505         * src/gtk/about.c
12506                 update compiled-in features list
12507
12508 2005-07-20 [colin]      1.9.12cvs87
12509
12510         * src/folder.c
12511         * src/textview.c
12512                 Gcc 2.9x compilation fixes, thanks to Darko
12513         * src/plugins/clamav/clamav_plugin.c
12514                 Little optimisation: load virus database only once
12515         * src/plugins/spamassassin/spamassassin.c
12516                 Big optimisation: filtering one mail took at least 1 second,
12517                 now it takes at least 50ms. Doesn't speed up spamassassin 
12518                 itself, but should already be much more tolerable.
12519
12520 2005-07-20 [colin]      1.9.12cvs86
12521
12522         * src/summaryview.c
12523                 Fix performance issue
12524
12525 2005-07-19 [colin]      1.9.12cvs85
12526
12527         * src/plugins/pgpinline/plugin.c
12528                 Fix warning
12529
12530 2005-07-19 [colin]      1.9.12cvs84
12531
12532         * configure.ac
12533         * src/plugins/Makefile.am
12534         * src/plugins/pgpinline/.cvsignore
12535         * src/plugins/pgpinline/Makefile.am
12536         * src/plugins/pgpinline/pgpinline.c
12537         * src/plugins/pgpinline/pgpinline.deps
12538         * src/plugins/pgpinline/pgpinline.h
12539         * src/plugins/pgpinline/plugin.c
12540                 Put pgpinline in the main tree
12541
12542 2005-07-19 [paul]       1.9.12cvs83
12543
12544         * src/prefs_actions.c
12545                 prevent '//' in menu names, which cause a crash
12546                 thanks to Colin
12547
12548 2005-07-19 [paul]       1.9.12cvs82
12549
12550         * configure.ac
12551                 be generally more informative in configure output.
12552                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12553                 '[ --disable-openssl ...', as --enable-openssl is default
12554                 PGP/MIME: don't check for GPGME again, check for
12555                 pgpcore instead. Therefore prevent the possibility of
12556                 attempting to build pgpmime if pgpcore dependencies are
12557                 not met
12558                 ClamAV: use pkgconfig to check for lib
12559                 libgnomeprint: revert logic on inner test to match
12560                 everything else
12561         * src/plugins/pgpcore/sgpgme.c
12562                 add missing include
12563
12564 2005-07-19 [colin]      1.9.12cvs81
12565
12566         * src/summaryview.c
12567                 Fix slow thread rebuilding in particular
12568                 cases
12569
12570 2005-07-19 [paul]       1.9.12cvs80
12571
12572         * sylpheed-claws.desktop
12573                 fix typo, spotted by Stephan Sachse
12574         * src/account.c
12575                 replace GTK_STOCK_ADD with
12576                 GTK_STOCK_NEW button
12577
12578 2005-07-18 [colin]      1.9.12cvs79
12579
12580         * src/etpan/imap-thread.c
12581                 Fix return value (Thanks Hoa)
12582
12583 2005-07-18 [colin]      1.9.12cvs78
12584
12585         * src/imap.c
12586                 Allow empty passwords
12587                 Create drafts/queue/outbox if necessary
12588         * src/summaryview.c
12589                 Remove old code
12590         * src/etpan/imap-thread.c
12591                 Fix STARTTLS (Thanks to Hoa)
12592
12593 2005-07-18 [paul]       1.9.12cvs77
12594
12595         * ChangeLog-gtk2.jp
12596         * ChangeLog.jp
12597                 removed
12598         * Makefile.am
12599                 updated to reflect additions and removals
12600         * TODO
12601                 updated to be claws-specific
12602         * TODO-gtk2
12603         * TODO-gtk2.jp
12604         * TODO.jp
12605         * sylpheed-128x128.png
12606         * sylpheed-64x64.png
12607                 removed
12608         * sylpheed-claws-128x128.png
12609         * sylpheed-claws-64x64.png
12610         * sylpheed-claws.desktop
12611         * sylpheed-claws.png
12612                 added
12613         * sylpheed.desktop
12614         * sylpheed.png
12615                 removed
12616
12617 2005-07-17 [paul]       1.9.12cvs76
12618
12619         * src/account.c
12620         * src/addressbook.c
12621         * src/alertpanel.c
12622         * src/alertpanel.h
12623         * src/compose.c
12624         * src/exphtmldlg.c
12625         * src/expldifdlg.c
12626         * src/folderview.c
12627         * src/imap_gtk.c
12628         * src/inc.c
12629         * src/message_search.c
12630         * src/messageview.c
12631         * src/mh_gtk.c
12632         * src/news_gtk.c
12633         * src/prefs_actions.c
12634         * src/prefs_filtering.c
12635         * src/prefs_matcher.c
12636         * src/prefs_template.c
12637         * src/prefs_themes.c
12638         * src/ssl_manager.c
12639         * src/summary_search.c
12640         * src/textview.c
12641         * src/toolbar.c
12642         * src/gtk/sslcertwindow.c
12643         * src/plugins/pgpcore/sgpgme.c
12644                 rework alertpanels
12645
12646 2005-07-17 [colin]      1.9.12cvs75
12647
12648         * src/privacy.c
12649                 add a PrivacySystem accessor that checks that
12650                 the system cached in a MimeInfo's privacydata
12651                 is still registered. Use this accessor instead
12652                 of directly using data->system. Fixes crashes
12653                 after unloading pgp plugins.
12654
12655 2005-07-17 [colin]      1.9.12cvs74
12656
12657         * src/alertpanel.c
12658                 Change geometry hints to a simple default size.
12659                 Fixes the certs dialogs.
12660
12661 2005-07-17 [colin]      1.9.12cvs73
12662
12663         * src/gtk/sslcertwindow.c
12664                 Use a gtkExpander
12665
12666 2005-07-17 [colin]      1.9.12cvs72
12667
12668         * src/plugins/pgpcore/Makefile.am
12669         * src/plugins/pgpmime/Makefile.am
12670                 Add gpgme libs
12671
12672 2005-07-17 [paul]       1.9.12cvs71
12673
12674         * configure.ac
12675                 add --disable-gnomeprint option
12676                 modified version of patch by Marius Mauch
12677
12678 2005-07-17 [paul]       1.9.12cvs70
12679
12680         * src/common/defs.h
12681                 update urls
12682         * src/account.c
12683         * src/action.c
12684         * src/addressbook.c
12685         * src/compose.c
12686         * src/foldersel.c
12687         * src/folderview.c
12688         * src/html.c
12689         * src/imap_gtk.c
12690         * src/main.c
12691         * src/mainwindow.c
12692         * src/messageview.c
12693         * src/mh_gtk.c
12694         * src/mimeview.c
12695         * src/news_gtk.c
12696         * src/prefs_account.c
12697         * src/prefs_send.c
12698         * src/prefs_summaries.c
12699         * src/procmsg.c
12700         * src/summaryview.c
12701         * src/common/utils.c
12702         * src/common/xml.c
12703         * src/plugins/pgpcore/passphrase.c
12704         * src/plugins/pgpcore/select-keys.c
12705                 replace inappropriately used backticks
12706                 with single quotes
12707
12708 2005-07-16 [colin]      1.9.12cvs69
12709
12710         * src/image_viewer.c
12711                 Add extra paranoid checks
12712
12713 2005-07-16 [colin]      1.9.12cvs68
12714
12715         * src/plugins/pgpcore/prefs_gpg.c
12716                 Don't auto-check sigs by default, as it
12717                 can be really slow.
12718
12719 2005-07-16 [colin]      1.9.12cvs67
12720
12721         * src/plugins/pgpcore/sgpgme.c
12722                 Make messages a bit better.
12723
12724 2005-07-16 [colin]      1.9.12cvs66
12725
12726         * src/imap.c
12727                 Remove pseudo-log
12728         * src/etpan/imap-thread.c
12729                 Add real log
12730
12731 2005-07-16 [colin]      1.9.12cvs65
12732
12733         * src/main.c
12734         * src/prefs_other.c
12735                 And now, fix build with libetpan :-/
12736
12737 2005-07-15 [colin]      1.9.12cvs64
12738
12739         * src/prefs_other.c
12740                 Continue fixing build without libetpan.
12741
12742 2005-07-15 [colin]      1.9.12cvs63
12743
12744         * src/main.c
12745                 Fix build with --disable-libetpan
12746
12747 2005-07-15 [colin]      1.9.12cvs62
12748
12749         * configure.ac
12750                 Bump libetpan's version
12751
12752 2005-07-15 [colin]      1.9.12cvs61
12753
12754         * src/etpan/imap-thread.c
12755                 Actually stop logging :)
12756
12757 2005-07-15 [colin]      1.9.12cvs60
12758
12759         * src/addressbook.c
12760                 Fix dnd of multiple addresses.
12761
12762 2005-07-15 [hoa]        1.9.12cvs59
12763
12764         * src/etpan/imap-thread.c
12765             disable login of IMAP password in libetpan log file.
12766
12767 2005-07-15 [paul]       1.9.12cvs58
12768
12769         * src/account.c
12770                 don't automatically sort
12771                 do allow drag n drop
12772
12773 2005-07-15 [paul]       1.9.12cvs57
12774
12775         * src/account.c
12776         * src/ssl_manager.c
12777                 alphabetical listing
12778
12779 2005-07-15 [paul]       1.9.12cvs56
12780
12781         * src/gtk/pluginwindow.c
12782                 sort plugin list alphabetically
12783
12784 2005-07-15 [paul]       1.9.12cvs55
12785
12786         * src/prefs_spelling.c
12787         * src/prefs_wrapping.c
12788                 unify English usage
12789
12790 2005-07-15 [colin]      1.9.12cvs54
12791
12792         * src/wizard.c
12793                 Typo fix
12794
12795 2005-07-15 [paul]       1.9.12cvs53
12796
12797         * src/prefs_message.c
12798                 make 'show cursor' a hidden option
12799
12800 2005-07-14 [colin]      1.9.12cvs52
12801
12802         * src/plugins/spamassassin/Makefile.am
12803         * src/plugins/clamav/Makefile.am
12804                 Fix double EXTRA_DISTs
12805
12806 2005-07-14 [colin]      1.9.12cvs51
12807
12808         * src/plugins/clamav/Makefile.am
12809         * src/plugins/clamav/clamav_plugin_gtk.deps
12810         * src/plugins/spamassassin/Makefile.am
12811         * src/plugins/spamassassin/spamassassin_gtk.deps
12812                 Make $plugin_gtk depend on $plugin
12813
12814 2005-07-14 [hoa]        1.9.12cvs50
12815
12816         * src/etpan/imap-thread.c
12817                 enable debug log of libetpan when running with --debug
12818
12819 2005-07-14 [colin]      1.9.12cvs49
12820
12821         * configure.ac
12822         * src/common/Makefile.am
12823         * src/common/plugin.c
12824         * src/common/plugin.h
12825                 Add a little plugin dependancy system.
12826                 Plugins can ship a $plugin_name.deps file
12827                 (near them in PLUGINDIR) so that their
12828                 dependancies are loaded if possible.
12829         * src/plugins/Makefile.am
12830         * src/plugins/pgpcore/Makefile.am
12831         * src/plugins/pgpcore/passphrase.c
12832         * src/plugins/pgpcore/passphrase.h
12833         * src/plugins/pgpcore/plugin.c
12834         * src/plugins/pgpcore/prefs_gpg.c
12835         * src/plugins/pgpcore/prefs_gpg.h
12836         * src/plugins/pgpcore/select-keys.c
12837         * src/plugins/pgpcore/select-keys.h
12838         * src/plugins/pgpcore/sgpgme.c
12839         * src/plugins/pgpcore/sgpgme.h
12840                 Introduce pgpcore, used by pgpmime and
12841                 pgpinline
12842         * src/plugins/pgpmime/Makefile.am
12843         * src/plugins/pgpmime/passphrase.c
12844         * src/plugins/pgpmime/passphrase.h
12845         * src/plugins/pgpmime/pgpmime.c
12846         * src/plugins/pgpmime/pgpmime.deps
12847         * src/plugins/pgpmime/plugin.c
12848         * src/plugins/pgpmime/prefs_gpg.c
12849         * src/plugins/pgpmime/prefs_gpg.h
12850         * src/plugins/pgpmime/select-keys.c
12851         * src/plugins/pgpmime/select-keys.h
12852         * src/plugins/pgpmime/sgpgme.c
12853         * src/plugins/pgpmime/sgpgme.h
12854                 Remove the core from pgpmime and add the
12855                 dependancy to pgpcore.
12856
12857 2005-07-14 [paul]       1.9.12cvs48
12858
12859         * src/stock_pixmap.c
12860                 forgot this in last commit
12861
12862 2005-07-14 [paul]       1.9.12cvs47
12863
12864         * src/account.c
12865         * src/addressbook.c
12866                 add accelerators for the buttons (sync with main)
12867         * src/compose.c
12868         * src/compose.h
12869                 add accelerators for the buttons.
12870                 fix editing with external editor.
12871                 replace gdk_input_*() with GIOChannel;
12872                 (sync with main)
12873         * src/foldersel.c
12874                 display folder names with new/unread
12875                 representation (sync with main)
12876         * src/main.c
12877                 specify default window icon (sync with main)
12878         * src/prefs_common.c
12879                 use_addr_book default to FALSE
12880         * src/summaryview.c
12881         * src/textview.c
12882                 add accelerators for the buttons (sync with main)
12883         * src/gtk/menu.c
12884                 fix typos
12885         * src/pixmaps/sylpheed_icon.xpm
12886                 updated
12887
12888 2005-07-13 [paul]       1.9.12cvs46
12889
12890         * src/plugins/pgpmime/pgpmime.c
12891         * src/plugins/pgpmime/sgpgme.c
12892                 (temporarily) use deprecated gpgme_data_rewind()
12893                 while largefile support is not present
12894                 (as suggested by Colin)
12895
12896 2005-07-13 [paul]       1.9.12cvs45
12897
12898         * configure.ac
12899                 remove large file support (for now):
12900                 it breaks too many things
12901
12902 2005-07-13 [paul]       1.9.12cvs44
12903
12904         * configure.ac
12905                 add large file support
12906         * src/html.c
12907                 fix bug #763 where href attribute was not
12908                 the very first attribute of a link
12909                 patch by Thomas Gilgin
12910
12911 2005-07-13 [colin]      1.9.12cvs43
12912
12913         * src/gtk/pluginwindow.c
12914                 Little portability fix
12915
12916 2005-07-13 [colin]      1.9.12cvs42
12917
12918         * src/plugins/pgpmime/sgpgme.c
12919                 Fix crasher.
12920
12921 2005-07-13 [colin]      1.9.12cvs41
12922
12923         * src/plugins/pgpmime/pgpmime.c
12924         * src/plugins/pgpmime/sgpgme.c
12925                 Use gpgme_data_release_and_get_mem instead
12926                 of gpgme_data_read.
12927
12928 2005-07-13 [colin]      1.9.12cvs40
12929
12930         * configure.ac
12931         * src/plugins/pgpmime/passphrase.c
12932         * src/plugins/pgpmime/passphrase.h
12933         * src/plugins/pgpmime/pgpmime.c
12934         * src/plugins/pgpmime/plugin.c
12935         * src/plugins/pgpmime/select-keys.c
12936         * src/plugins/pgpmime/select-keys.h
12937         * src/plugins/pgpmime/sgpgme.c
12938         * src/plugins/pgpmime/sgpgme.h
12939                 Port pgpmime to gpgme-1.0.
12940
12941 2005-07-12 [paul]       1.9.12cvs39
12942
12943         * AUTHORS
12944         * src/toolbar.c
12945         * src/toolbar.h
12946                 add a 'Go to Prev' button to the toolbar.
12947                 correct tooltip text of go to buttons.
12948                 based on patch by Yang Guilong <bamanzi@gmail.com>
12949
12950 2005-07-12 [colin]      1.9.12cvs38
12951
12952         * src/statusbar.c
12953                 Fix progress bar showing stuff at startup.
12954
12955 2005-07-12 [paul]       1.9.12cvs37
12956
12957         * src/editjpilot.c
12958                 fix building with jpilot support
12959
12960 2005-07-11 [colin]      1.9.12cvs36
12961
12962         * src/inc.c
12963                 Add visual indication that filtering is running
12964         * src/textview.c
12965                 Make {}[] uri delimiters
12966         * src/summaryview.c
12967                 Remove useless (and slow) calls
12968
12969 2005-07-11 [paul]       1.9.12cvs35
12970
12971         * src/plugins/clamav/clamav_plugin_gtk.c
12972         * src/plugins/dillo_viewer/dillo_prefs.c
12973         * src/plugins/pgpmime/prefs_gpg.c
12974         * src/plugins/spamassassin/spamassassin_gtk.c
12975                 gather plugins prefs together under their
12976                 own 'Plugins' heading
12977
12978 2005-07-11 [paul]       1.9.12cvs34
12979
12980         sync with main
12981
12982         * src/account.c
12983                 account_delete(): modified alert dialog
12984         * src/editjpilot.c
12985         * src/editvcard.c
12986                 fixed a crash when cancelling file selection
12987                 dialog by Escape key. Made non-ascii filename
12988                 selectable.
12989         * src/prefs_template.c
12990                 prefs_template_window_create(): make scrolled
12991                 window policy AUTOMATIC
12992
12993 2005-07-10 [hoa]        1.9.12cvs33
12994
12995         * src/etpan/imap-thread.c
12996                 workaround for old Courier IMAP servers.
12997
12998 2005-07-10 [colin]      1.9.12cvs32
12999
13000         * src/folder.c
13001         * src/statusbar.c
13002         * src/statusbar.h
13003                 Add visual progress indicator on filtering/processing
13004                 Factorize the progress bar code
13005         * src/imap.c
13006         * src/imap.h
13007         * src/etpan/imap-thread.c
13008                 Add a reference counter to avoid destroying the Folder
13009                 while it's in use by another callback.
13010
13011 2005-07-09 [hoa]        1.9.12cvs31
13012
13013         * src/imap.c
13014         * src/etpan/imap-thread.c
13015                 fixed deadlock when removing IMAP account.
13016
13017 2005-07-08 [colin]      1.9.12cvs30
13018
13019         * src/textview.c
13020         * src/unmime.c
13021                 Fix again problems decoding broken headers
13022         * src/gtk/inputdialog.c
13023                 Fix local variable shadowing a global one
13024
13025 2005-07-08 [colin]      1.9.12cvs29
13026
13027         * src/msgcache.c
13028                 Make the cache/mark files platform-agnostic by writing
13029                 them in little-endian format. Reading them is also done
13030                 in little-endian format, of course; however, in order
13031                 to avoid trashing mark data on big-endian machines, the
13032                 files are, at first, read from the native format if the
13033                 little-endian one doesn't exist. This is easy to deter-
13034                 mine by trying to open a file with a swapped data_ver
13035                 and seeing if it's the wanted version.
13036                 Little-endian using users should see absolutely no
13037                 difference, Big-endian users may get a very little
13038                 performance drop due to byte-swapping.
13039                 Tested on i386 and ppc32. 
13040                 Fixes bug #159 (The index file, in the mailboxes, is 
13041                 hardware depending).
13042
13043                 To have the cache/mark files updated to the new little-
13044                 endian format, "Check for new messages" or even
13045                 "Rebuild folder tree" aren't enough. Files will be
13046                 updated as soon as a folder has been opened/closed.
13047                 To update everything, just select all folders by
13048                 selecting them one by one.
13049
13050 2005-07-07 [colin]      1.9.12cvs28
13051
13052         * src/imap.c
13053                 Remember the folder separator per IMAPFolder
13054                 instead of globally.
13055                 Revive the Session on noop; fixes bug #761
13056                 (mark a bunch of unread messages as read takes 
13057                 forever)
13058
13059 2005-07-07 [darko]      1.9.12cvs27
13060
13061         * src/common/template.c
13062                 Sort templates alphabetically
13063
13064 2005-07-06 [colin]      1.9.12cvs26
13065
13066         * src/imap.c
13067                 Try to use the correct separator in
13068                 most cases. Possibly fixes bug #759
13069                 (only creates the INBOX folder when 
13070                 setting up new IMAP account) and 
13071                 bug #760 (Can't retrieve messages)
13072
13073 2005-07-06 [colin]      1.9.12cvs25
13074
13075         * src/imap.c
13076                 Use real_path in status command. This will
13077                 help later, when namespaces will be used.
13078
13079 2005-07-06 [colin]      1.9.12cvs24
13080
13081         * configure.ac
13082         * src/account.c
13083         * src/folder.c
13084         * src/imap.c
13085         * src/etpan/etpan-log.c
13086         * src/etpan/etpan-thread-manager.c
13087         * src/etpan/imap-thread.c
13088                 Add a --disable-libetpan parameter. With this,
13089                 users that don't want IMAP4 support can avoid
13090                 the new dependancy (and have no IMAP support).
13091                 Users that have IMAP4 accounts and use this
13092                 parameter won't lose their configuration, their
13093                 IMAP accounts will just be invisible and not
13094                 used.
13095         * src/textview.c
13096                 Make the "Copy ..." contextual menu items 
13097                 copy to both the X clipboard and the gtk 
13098                 clipboard - as most other apps do.
13099         * src/gtk/about.c
13100                 Add a notice about OpenSSL usage, in order to
13101                 comply with OpenSSL's license (point 6):
13102                 http://www.openssl.org/source/license.html
13103
13104 2005-07-06 [colin]      1.9.12cvs23
13105
13106         * src/alertpanel.c
13107                 Fix a minimum size for alertpanels
13108         * src/compose.c
13109                 Show 'No space left on device' type errors
13110                 when queuing/sending
13111         * src/imap_gtk.c
13112         * src/mh_gtk.c
13113                 Rework folder's deletion message (remove 
13114                 extra \n)
13115
13116 2005-07-05 [colin]      1.9.12cvs22
13117
13118         * src/imap.c
13119                 Add an alertpanel on auth error
13120                 Add pseudo-log
13121                 Remove pthread-related stuff
13122
13123 2005-07-05 [colin]      1.9.12cvs21
13124
13125         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13126                 Fix crash on plugin reloading (with a hack)
13127
13128 2005-07-05 [colin]      1.9.12cvs20
13129
13130         * src/prefs_account.c
13131         * src/prefs_account.h
13132                 Fix typo
13133         * src/gtk/filesel.c
13134         * src/gtk/filesel.h
13135                 Add a way to filter the view
13136         * src/gtk/pluginwindow.c
13137                 Filter loadable stuff
13138         * src/plugins/pgpmime/prefs_gpg.c
13139                 Fix missing unregistration
13140         * .cvsignore
13141         * src/etpan/.cvsignore
13142         * src/plugins/spamassassin/.cvsignore
13143                 Add more stuff to cvs ignored files
13144
13145 2005-07-04 [colin]      1.9.12cvs19
13146
13147         * src/imap.c
13148                 Fix scan_required returning FALSE when it
13149                 shouldn't. Maybe fix #760 (Can't retrieve
13150                 messages)
13151
13152 2005-07-04 [colin]      1.9.12cvs18
13153
13154         * src/summaryview.c
13155                 Fix always_show_msg pref
13156
13157 2005-07-04 [paul]       1.9.12cvs17
13158
13159         sync with main (forgotten in last commit)
13160         
13161         * src/common/utils.c
13162         * src/common/utils.h
13163                 check_line_length(): new.
13164                 is_dir_exist()
13165                 is_file_entry_exist()
13166                 dirent_is_regular_file()
13167                 dirent_is_directory(): use g_file_test() instead of stat().
13168
13169 2005-07-04 [paul]       1.9.12cvs16
13170
13171         sync with main:
13172
13173         * src/compose.c
13174                 compose_write_to_file(): check for line
13175                 length limit and display warning if exceeds
13176         * src/jpilot.c
13177                 use get_home_dir() instead of g_get_home_dir()
13178         * src/procheader.c
13179                 removed warning about invalid date
13180         * src/vcard.c
13181                 use get_home_dir() instead of g_get_home_dir()
13182
13183 2005-07-04 [paul]       1.9.12cvs15
13184
13185         * src/stock_pixmap.c
13186                 fix new pixmap naming errors
13187                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13188
13189 2005-07-04 [colin]      1.9.12cvs14
13190
13191         * src/imap.c
13192                 Fix debugging string with a warning
13193
13194 2005-07-04 [colin]      1.9.12cvs13
13195
13196         * configure.ac
13197                 Add a check for libetpan's version (>= 0.37)
13198
13199 2005-07-04 [hoa]        1.9.12cvs12
13200
13201         * commitHelper
13202         * src/imap.c
13203         * src/etpan/imap-thread.c
13204         * src/etpan/imap-thread.h
13205                 fixed IMAP implementation of check of mails.
13206
13207 2005-07-03 [hoa]        1.9.12cvs11
13208
13209         * src/etpan/Makefile.am
13210         * src/etpan/etpan-errors.h
13211         * src/etpan/etpan-log.[ch]
13212         * src/etpan/etpan-thread-manager-types.h
13213         * src/etpan/etpan-thread-manager.[ch]
13214         * src/etpan/imap-thread.[ch]
13215         * src/Makefile.am
13216         * src/imap.c
13217         * src/main.c
13218         * src/prefs_other.c
13219         * configure.ac
13220             merged imap branch.
13221             dependency on libetpan 0.37 is now added.
13222
13223 2005-07-01 [colin]      1.9.12cvs10
13224
13225         * src/Makefile.am
13226         * src/folder.c
13227         * src/folder.h
13228         * src/folderview.c
13229         * src/stock_pixmap.c
13230         * src/stock_pixmap.h
13231         * src/plugins/trayicon/trayicon.c
13232                 Add marked symbol on folders containing
13233                 marked messages
13234         * src/procmsg.c
13235         * src/procmsg.h
13236         * src/toolbar.c
13237         * src/prefs_common.c
13238         * src/prefs_common.h
13239         * src/prefs_send.c
13240                 Add an optional confirmation dialog on queue
13241                 sending. Patch by wwp.
13242         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13243         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13244         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13245         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13246         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13247         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13248         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13249         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13250         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13251         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13252         * src/pixmaps/trash_mark.xpm            ** ADDED **
13253                 New pixmaps
13254
13255 2005-07-01 [colin]      1.9.12cvs9
13256
13257         * src/summaryview.c
13258                 Fix a little threading bug
13259         * src/addrgather.c
13260         * src/mainwindow.c
13261                 A little bit of HIG normality never hurts
13262
13263 2005-07-01 [colin]      1.9.12cvs8
13264
13265         * src/compose.c
13266         * src/msgcache.c
13267         * src/pop.c
13268         * src/procmime.c
13269         * src/recv.c
13270         * src/common/log.c
13271         * src/common/template.c
13272         * src/common/utils.c
13273         * src/common/utils.h
13274                 Reverted the fwrite_atomic stuff. In fact
13275                 it is already atomic.
13276
13277 2005-06-30 [colin]      1.9.12cvs7
13278
13279         * src/common/utils.c
13280         * src/common/utils.h
13281                 Add an fwrite_atomic() function to make
13282                 sure we write everything: fwrite can make
13283                 short writes.
13284         * src/compose.c
13285         * src/msgcache.c
13286         * src/pop.c
13287         * src/procmime.c
13288         * src/recv.c
13289         * src/common/log.c
13290         * src/common/template.c
13291                 Use that (and fix swapping of size and nmemb).
13292                 Thanks to Rich Coe for the heads up.
13293
13294 2005-06-30 [colin]      1.9.12cvs6
13295
13296         * src/addressbook.c
13297                 Optimize addressbook opening 
13298
13299 2005-06-30 [colin]      1.9.12cvs5
13300
13301         * src/summaryview.c
13302                 Remove calls to summary_step after move/copy
13303
13304 2005-06-28 [paul]       1.9.12cvs4
13305
13306         * src/alertpanel.c
13307                 wrap and make the error msg selectable
13308
13309 2005-06-28 [paul]       1.9.12cvs3
13310
13311         * src/ssl_manager.c
13312                 replace the OK button with a Close button
13313         * src/gtk/foldersort.c
13314                 use GTK_STOCK_ icons/buttons
13315
13316 2005-06-28 [colin]      1.9.12cvs2
13317
13318         * src/gedit-print.c             ** ADDED **
13319         * src/gedit-print.h             ** ADDED **
13320         * src/gtk/gtksourceprintjob.c   ** ADDED **
13321         * src/gtk/gtksourceprintjob.h   ** ADDED **
13322                 I can't believe no one had enough time to tell
13323                 me I forgot the `cvs add`
13324
13325 2005-06-27 [colin]      1.9.12cvs1
13326
13327         * src/Makefile.am
13328         * src/gtk/Makefile.am
13329         * src/messageview.c
13330         * src/procmsg.c
13331         * src/summaryview.c
13332         * configure.ac
13333                 Add optional libgnomeprint-based printing
13334         * src/mainwindow.c
13335         * src/gtk/quicksearch.c
13336                 Add an Edit/Quick search menu item to show
13337                 and focus the quicksearch
13338
13339 2005-06-27 [paul]       1.9.12
13340
13341         1.9.12 release
13342
13343         * po/ca.po
13344         * po/de.po
13345         * po/es.po
13346         * po/fr.po
13347         * po/it.po
13348         * po/ko.po
13349         * po/pt_BR.po
13350         * po/sk.po
13351         * po/zh_CN.po
13352                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13353                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13354                 SungHyun Nam, Frederico Goncalves Guimaraes,
13355                 Andrej Kacian, and Yang Guilong
13356 2005-06-26 [colin]      1.9.11cvs106
13357
13358         * src/imap_gtk.c
13359                 Forgot one file for previous fix
13360
13361 2005-06-26 [colin]      1.9.11cvs105
13362
13363         * src/folder.c
13364         * src/imap.c
13365                 Fix problems with folder operations in no_select
13366                 imap folders. it applies only to mails, and 
13367                 creation/deletion/move/renaming of folders 
13368                 should be possible
13369
13370 2005-06-26 [paul]       1.9.11cvs104
13371
13372         * src/prefs_filtering.c
13373                 replace one more GTK_STOCK_REMOVE
13374                 with GTK_STOCK_DELETE
13375
13376 2005-06-25 [colin]      1.9.11cvs103
13377
13378         * src/imap.c
13379                 Optimize get_seq_set_from_seq_list
13380                 (Patch by Ricardo) 
13381
13382 2005-06-25 [colin]      1.9.11cvs102
13383
13384         * src/mh.c
13385                 If the directory exists, but not in the
13386                 correct encoding, rename it. This should
13387                 handle old-versions-induced bugs.
13388
13389 2005-06-25 [colin]      1.9.11cvs101
13390
13391         * src/mh.c
13392                 Fix path access with extended dir names
13393                 Fixes bug #589 (SC segfaults with wrong locale
13394                 settings)
13395
13396 2005-06-25 [colin]      1.9.11cvs100
13397
13398         * src/prefs_account.c
13399         * src/prefs_account.h
13400         * src/compose.c
13401                 Add an option to encrypt replies to
13402                 encrypted messages
13403
13404 2005-06-25 [colin]      1.9.11cvs99
13405
13406         * src/compose.c
13407         * src/quote_fmt_parse.y
13408                 ... And make it work with pgpinline.
13409
13410 2005-06-25 [colin]      1.9.11cvs98
13411
13412         * src/compose.c
13413         * src/procmime.c
13414         * src/procmime.h
13415         * src/quote_fmt_parse.y
13416                 o Make reedition of encrypted messages possible
13417                   (as long as it is encrypted to self too, no
13418                    magic there)
13419                 o Make replying with quote (and without selecting
13420                   text) possible for encrypted messages.
13421                 Closes bug #550 (Not possible to "reply with quote"
13422                 to gnupg encrypted messages)
13423
13424 2005-06-24 [paul]       1.9.11cvs97
13425
13426         * src/imap.c
13427                 add missing include
13428
13429 2005-06-24 [paul]       1.9.11cvs96
13430
13431         * src/editldap.c
13432                 made bind password entry invisible
13433                 (sync with main)
13434         * src/send_message.c
13435                 send_message_local(): check exit status
13436                 to detect errors (sync with main)
13437         * src/textview.c
13438                 use main's less ambiguous popup menu
13439                 wording
13440
13441 2005-06-24 [paul]       1.9.11cvs95
13442
13443         * src/prefs_actions.c
13444         * src/prefs_customheader.c
13445         * src/prefs_display_header.c
13446         * src/prefs_filtering_action.c
13447         * src/prefs_matcher.c
13448         * src/prefs_template.c
13449         * src/prefs_toolbar.c
13450                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13451         * src/gtk/description_window.c
13452                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13453
13454 2005-06-23 [colin]      1.9.11cvs94
13455
13456         * src/summaryview.c
13457                 Fix rough edges (be sure to call status_show whenever
13458                 necessary).
13459
13460 2005-06-23 [colin]      1.9.11cvs93
13461
13462         * src/summaryview.c
13463                 Optimize Select All
13464                 Before, in a 5K mails folder: 11s
13465                 After, in the same folder: 58000µs
13466                 The joys of locking... gtk_clist_select_all() fires a 
13467                 tree-select-row event for each selected row, which in 
13468                 summaryview, callbacks summary_selected which in turn,
13469                 calls summary_status_show, which walks the selected
13470                 rows. Hence, calling gtk_clist_select_all was 
13471                 exponential. Locking the summaryview makes 
13472                 summary_selected return early.
13473
13474 2005-06-23 [colin]      1.9.11cvs92
13475
13476         * src/imap.c
13477                 Move mutex at the important place to avoid
13478                 deadlocks
13479         * src/summaryview.c
13480                 Fix Del key deleting directly instead of
13481                 moving to trash
13482
13483 2005-06-22 [colin]      1.9.11cvs91
13484
13485         * src/plugins/spamassassin/libspamc.c
13486                 As we do spagetti code with assignations in multiple
13487                 places (see _message_read_raw where out = msg = raw),
13488                 let's be sure we don't free the same pointer twice.
13489                 Should fix bug #683 (Crash in libpam at 
13490                 message_cleanup).
13491
13492 2005-06-22 [colin]      1.9.11cvs90
13493
13494         * src/compose.c
13495         * src/messageview.c
13496         * src/toolbar.c
13497                 Make toolbar's delete use the move to trash stuff;
13498                 Add gtk_widget_realize to be sure pixmaps can get
13499                 created (that may fix an old worksforme bug which
13500                 I can't find back...)
13501
13502 2005-06-22 [colin]      1.9.11cvs89
13503
13504         * src/summaryview.c
13505         * src/summaryview.h
13506         * src/mainwindow.c
13507                 Rename "Message/Delete" to "Message/Move to trash"
13508                 Add "Message/Delete..." that directly destroys the
13509                 selected messages after asking for a confirmation.
13510
13511 2005-06-22 [colin]      1.9.11cvs88
13512
13513         * src/imap.c
13514                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13515                 o Fix a deadlock (thanks Darko)
13516
13517 2005-06-22 [colin]      1.9.11cvs87
13518
13519         * src/gtk/foldersort.c
13520                 Add missing include for the i18n;
13521                 patch by Fabien Vantard
13522
13523 2005-06-21 [colin]      1.9.11cvs86
13524
13525         * src/folder.c
13526         * src/folderview.c
13527                 Respect the no_select flag
13528         * src/imap.c
13529                 Fix recursive deletion
13530         * src/imap_gtk.c
13531         * src/mh_gtk.c
13532                 Make the folder deletion's warning
13533                 more explicit
13534
13535 2005-06-21 [colin]      1.9.11cvs85
13536
13537         * src/textview.c
13538                 Prevent email addresses from spanning accross
13539                 lines - fixes bug # 646 (newline-chars in 
13540                 email addresses)
13541
13542 2005-06-20 [colin]      1.9.11cvs84
13543
13544         * src/folder.c
13545                 Be sure not to remove source if copy failed
13546
13547 2005-06-20 [colin]      1.9.11cvs83
13548
13549         * src/folderview.c
13550         * src/imap_gtk.c
13551                 remove summaryview's lock
13552         * src/imap.c
13553                 introduce threads to avoid problems when foreground tasks
13554                 interfere with background tasks
13555         * src/mh.c
13556                 prevent moving to drafts/queue
13557         * src/mimeview.c
13558                 fix leak
13559
13560 2005-06-19 [colin]      1.9.11cvs82
13561
13562         * src/imap_gtk.c
13563                 Remember that the user doesn't want to override
13564                 offline mode, for 3 seconds. It avoid presenting
13565                 him with N popups in a really short time.
13566
13567 2005-06-17 [colin]      1.9.11cvs81
13568
13569         * src/imap.c
13570                 Fix IMAP breaking on folders containing '('
13571                 (Probably won't be enough)
13572
13573 2005-06-17 [colin]      1.9.11cvs80
13574
13575         Forgotten files on 1.9.11cvs79
13576         * src/summaryview.c
13577                 Fix stepping when not immediately executing
13578         * src/imap.c
13579                 Really prevent UID FETCH 0
13580         * src/codeconv.c
13581                 Fix outgoing charset never set to utf-8
13582         * src/mh.c
13583                 Fix leak
13584
13585 2005-06-16 [colin]      1.9.11cvs79
13586
13587         * src/compose.c
13588                 Fix bug #707 (Dash splits rows)
13589                 Only wrap if we're on a line break position and
13590                 the previous one was a "white" (space) char.
13591                 Pango stuff is weird.
13592
13593 2005-06-16 [colin]      1.9.11cvs78
13594
13595         * src/imap_gtk.c
13596                 Lock summaryview while downloading messages
13597                 on user demand
13598         * src/procheader.c
13599         * src/unmime.c
13600         * src/common/utils.c
13601         * src/common/utils.h
13602                 Replace \r and \n with spaces in From and
13603                 Subject headers
13604
13605 2005-06-16 [paul]       1.9.11cvs77
13606
13607         * src/procmime.c
13608                 liberalise the mime parser
13609         * src/gtk/about.c
13610                 add text wrapping
13611
13612 2005-06-16 [paul]       1.9.11cvs76
13613
13614         * src/gtk/about.c
13615                 reworked
13616
13617 2005-06-15 [colin]      1.9.11cvs75
13618
13619         * src/compose.c
13620                 Finish header encoding fix
13621         * src/summaryview.c
13622                 Fix segfault
13623         * src/headerview.c
13624                 Fix compilation (Thanks Stephan
13625                 Sachse)
13626
13627 2005-06-15 [colin]      1.9.11cvs74
13628
13629         * Makefile.am
13630                 Install gnome2 stuff rather than gnome1, 
13631                 if both are present
13632         * src/codeconv.c
13633         * src/codeconv.h
13634         * src/compose.c
13635                 Fix headers encoding
13636         * src/folder.c
13637                 Visual progress when fetching all messages
13638         * src/folderview.c
13639         * src/summaryview.c
13640         * src/summaryview.h
13641                 Prevent changing current message while
13642                 incorporating
13643
13644 2005-06-15 [paul]       1.9.11cvs73
13645
13646         * src/gtk/gtkaspell.c
13647         * src/gtk/gtkaspell.h
13648                 fix build warnings
13649
13650 2005-06-15 [paul]       1.9.11cvs72
13651
13652         * src/prefs_filtering.c
13653                 allow reordering of filter rules by
13654                 drag n drop
13655
13656 2005-06-15 [paul]       1.9.11cvs71
13657
13658         * COPYING
13659                 updated
13660         * src/codeconv.c
13661                 replace deprecated function
13662         * src/inc.c
13663         * src/send_message.c
13664         * src/gtk/progressdialog.c
13665         * src/gtk/progressdialog.h
13666                 salvage and reuse parts of reverted sync
13667
13668 2005-06-15 [paul]       1.9.11cvs70
13669
13670         * src/inc.c
13671         * src/send_message.c
13672         * src/gtk/progressdialog.c
13673         * src/gtk/progressdialog.h
13674                 revert yesterday's sync with main
13675                 it contains deprecated functions
13676
13677 2005-06-15 [colin]      1.9.11cvs69
13678
13679         * src/headerview.c
13680                 Fix bug #670 (multi user to: will corrupt message 
13681                 headers display)
13682
13683 2005-06-15 [colin]      1.9.11cvs68
13684
13685         * src/compose.c
13686                 Fix bug #421 (Fix undo on wrapping)
13687
13688 2005-06-15 [colin]      1.9.11cvs67
13689
13690         * src/folder.c
13691                 Provide visual feedback while processing
13692                 folder's rules.
13693         * src/imap.c
13694                 Provide visual feedback while getting
13695                 short headers (for uncached messages)
13696
13697
13698 2005-06-14 [paul]       1.9.11cvs66
13699
13700         * src/account.c
13701                 change a couple stock icons
13702         * src/inc.c
13703         * src/send_message.c
13704         * src/gtk/progressdialog.c
13705         * src/gtk/progressdialog.h
13706                 sync main's GtkTreeView implementation
13707
13708 2005-06-14 [colin]      1.9.11cvs65
13709
13710         * src/imap.c
13711                 Various little fixes, mainly on error paths
13712
13713 2005-06-13 [colin]      1.9.11cvs64
13714
13715         * matcher.c
13716         * procmsg.c
13717         * procmsg.h
13718                 Add a way to fetch only headers. This speeds
13719                 up filtering on headers for IMAP. Fixes:
13720                 bug #481 extraneous imap commands slow down 
13721                         imap filtering
13722                 bug #522 Sylpheed downloads all messages 
13723                         when opening mailbox (IMAP)
13724                 bug #677 IMAP fetch is soooooooooooooo slow
13725         * src/folder.c
13726         * src/folder.h
13727                 Add a folder set_batch method so that
13728                 implementations can speed up flags changes
13729         * src/folderutils.c
13730         * src/summaryview.c
13731                 Use that in mark as (un)read and mark all read
13732                 Refix bug #679
13733         * src/imap.c
13734                 Implement set_batch - brings back deferred
13735                 flags in a less buggy manner. Fixes:
13736                 bug #729 IMAP immediate expunge of deleted messages
13737                 bug #191 remove list of messages with one command
13738                 Fix login with strange chars
13739                 Implement fetch_msg_full
13740                 Fix copy (wrong counts)
13741
13742 2005-06-12 [colin]      1.9.11cvs63
13743
13744         * src/folder.c
13745                 lock incorporation during long operations.
13746                 Avoids fucking up the IMAP socket.
13747
13748 2005-06-12 [colin]      1.9.11cvs62
13749
13750         * src/imap.c
13751                 Fix harmful typo
13752                 Factorize remove_all_msg
13753                 Thread-ize expunge
13754         * src/summaryview.c
13755                 Don't update partial-download status if unnecessary
13756         * src/folder.c
13757                 Use remove_msgs everywhere possible
13758
13759 2005-06-12 [colin]      1.9.11cvs61
13760
13761         * src/folder.c
13762         * src/folder.h
13763                 Add a remove_msgs function to remove a 
13764                 list of messages
13765         * src/imap.c
13766                 Implement that.
13767
13768 2005-06-12 [colin]      1.9.11cvs60
13769
13770         * src/imap.c
13771                 Remove flags-processing deferring... Too hard
13772                 to get it to work in all cases.
13773
13774 2005-06-11 [colin]      1.9.11cvs59
13775
13776         * src/imap.c
13777                 printf -> debug_print
13778
13779 2005-06-11 [colin]      1.9.11cvs58
13780
13781         * src/imap.c
13782                 o Fix build without USE_PTHREAD
13783                 o Factorize imap_open
13784                 o Alertpanel in case of impossible connection
13785                 o Alertpanel in case of impossible login
13786                 o Fix deferred flags processing to force a 
13787                   flush before adding some more flags to process,
13788                   but in another folder.
13789
13790 2005-06-10 [colin]      1.9.11cvs57
13791
13792         * src/imap.c
13793                 o Fix a format string error
13794                 o init ssl socket outside of the thread 
13795                   (it possibly invokes gtk calls)
13796         * src/procmime.c
13797                 o Put back the buffer to its necessary size
13798                 o Fix changing a file pointer without keeping
13799                   track of it (thanks Valgrind)
13800         * src/common/smtp.c
13801                 o Fix automatic STARTTLS if login should be done
13802                   and the server only allows it after starting TLS
13803         * src/gtk/gtkinputdialog.c
13804                 o Eat GDK_Return so that the combo popup doesn't 
13805                   appear when we press Enter to validate the combo
13806                   input dialog (as seen in the Open with... dialog)
13807
13808 2005-06-10 [colin]      1.9.11cvs56
13809
13810         * src/imap.c
13811                 o A bit less debug
13812                 o Fix a crash on deletion
13813                 o Threadize imap_select (it's called outside of 
13814                   threads)
13815                 o Defer treatment of DELETED flags
13816
13817
13818 2005-06-09 [colin]      1.9.11cvs55
13819
13820         * src/imap.c
13821                 Make sure we check imap_gtk_should_override(), which
13822                 potentially calls gtk stuff, before creating thread.
13823                 That way it should't be called via imap_get_session()
13824                 inside a thread.
13825
13826 2005-06-09 [colin]      1.9.11cvs54
13827
13828         * src/imap.c
13829                 o add a bit of status output
13830                 o remove some dead code
13831                 o threadize get_list_of_uids
13832                 o threadize imap_get_flags
13833                 o defer flag changing by 500ms so that they
13834                   can be batched
13835
13836
13837 2005-06-08 [colin]      1.9.11cvs53
13838
13839         * src/imap.c
13840                 Thread-ize imap_cmd_fetch
13841
13842 2005-06-08 [colin]      1.9.11cvs52
13843
13844         * src/main.c
13845                 Mmh, that broke POP3...
13846
13847 2005-06-08 [colin]      1.9.11cvs51
13848
13849         * src/main.c
13850                 Stabilize IMAP patch (thanks to Hoa)
13851
13852 2005-06-08 [colin]      1.9.11cvs50
13853
13854         * src/imap.c
13855                 Test patch to speed up imap. 
13856
13857 2005-06-08 [colin]      1.9.11cvs49
13858
13859         * src/imap_gtk.c
13860                 Warning fix
13861         * src/procmime.c
13862                 Apply patch from gentoo to use /usr/share/mime/globs if 
13863                 available, after un-breaking it
13864         * src/common/log.c
13865         * src/common/log.h
13866                 Use g_timeout for invoking hooks that possibly use gtk
13867                 calls. This should leave gtk calls in the main thread.
13868
13869 2005-06-08 [paul]       1.9.11cvs48
13870
13871         * src/codeconv.c
13872                 conv_get_outgoing_charset_str(): don't
13873                 use prefs_common setting
13874         * src/compose.c
13875         * src/compose.h
13876                 add /Options/Character encoding/... to
13877                 temporarily change the outgoing encoding
13878
13879         (belated sync with main)
13880
13881 2005-06-08 [paul]       1.9.11cvs47
13882
13883         * src/compose.c
13884                 correction to/completion of last
13885                 sync with main
13886
13887 2005-06-08 [paul]       1.9.11cvs46
13888
13889         sync with main:
13890         
13891         * src/codeconv.c
13892         * src/codeconv.h
13893                 always enabled Japanese auto-detection
13894                 if the first letters of locale string
13895                 is "ja"
13896         * src/compose.c
13897                 don't use "destroy" signal to destroy
13898                 Compose object (fix rare crashes on discard?)
13899         * src/mainwindow.c
13900         * src/messageview.c
13901         * src/prefs_send.c
13902                 added Hebrew encodings
13903         * src/sourcewindow.c
13904                 don't use "destroy" signal to destroy
13905                 objects
13906
13907 2005-06-07 [colin]      1.9.11cvs45
13908
13909         * src/summaryview.c
13910                 Add missing unlocks/locks
13911
13912 2005-06-07 [paul]       1.9.11cvs44
13913
13914         * src/summaryview.c
13915                 restore bug #749 fix
13916
13917 2005-06-06 [colin]      1.9.11cvs43
13918
13919         * src/summaryview.c
13920                 Fix selection bug when prefs_common.open_unread 
13921                 is FALSE
13922
13923 2005-06-06 [colin]      1.9.11cvs42
13924
13925         * src/common/md5.c
13926                 Fix a warning
13927         * src/summaryview.c
13928         * src/folderview.c
13929                 Factorize long operations beginning and end
13930                 (locking, freezing/thawing, cursor, ...)
13931                 Check selection->data member in selection-
13932                 related loops; this avoids dying an awful
13933                 death if the selection changes on us while
13934                 we're marking a whole IMAP folder unread, 
13935                 for example.
13936
13937 2005-06-06 [paul]       1.9.11cvs41
13938
13939         * src/textview.c
13940                 don't g_free() a static gchar buffer
13941
13942 2005-06-05 [colin]      1.9.11cvs40
13943
13944         * src/mainwindow.c
13945         * src/messageview.c
13946         * src/summaryview.c
13947                 Fix bug #749 (Show all headers should be
13948                 sticky as the GUI suggests)
13949
13950 2005-06-03 [paul]       1.9.11cvs39
13951
13952         * src/compose.c
13953                 don't allow editing of mail while sending.
13954                 patch by Colin
13955
13956 2005-06-03 [paul]       1.9.11cvs38
13957
13958         * src/folderview.c
13959                 add a freeze/thaw to speed up 'mark all read'
13960
13961 2005-06-03 [paul]       1.9.11cvs37
13962
13963         * src/prefs_message.c
13964                 reflect changes immediately
13965
13966 2005-06-02 [colin]      1.9.11cvs36
13967
13968         * po/POTFILES.in
13969                 Patch by Fabien Vantard.
13970
13971 2005-06-02 [colin]      1.9.11cvs35
13972
13973         * src/imap.c
13974                 Use a non-blocking imap_getline() if possible.
13975                 This should completely prevent the interface
13976                 from freezin on imap operations, although it
13977                 may do strange stuff in case of folder switching
13978                 while a big imap operation is taking place...
13979
13980                 In addition, fix a leak in the case thread
13981                 creation fails on connection.
13982
13983 2005-06-02 [colin]      1.9.11cvs34
13984
13985         * src/crash.c
13986         * src/prefs_common.h
13987                 Fix build (prefs_common_init() doesn't exist
13988                 anymore)
13989
13990 2005-06-02 [colin]      1.9.11cvs33
13991
13992         * src/prefs_account.c
13993                 Fix bug #245 (filtering rules broken when
13994                 renaming a remote account (imap4 or nntp)
13995
13996 2005-06-02 [colin]      1.9.11cvs32
13997
13998         * src/imap.c
13999                 Try to fix IMAP shortcomings: 
14000                 o Multithread imap_open()
14001                 o allow offline-mode overriding instead of
14002                   just returning NULL
14003         * src/imap_gtk.c
14004         * src/imap_gtk.h
14005                 Add a function to ask whether we want to
14006                 override offline-mode for 10 minutes (one-shot
14007                 asking was painful)
14008         * src/procheader.c
14009                 Fix segfault when imap parser isn't happy about
14010                 a missing {
14011
14012 2005-06-01 [colin]      1.9.11cvs31
14013
14014         * src/addrharvest.c
14015         * src/compose.c
14016         * src/mbox.c
14017         * src/mbox.h
14018         * src/mh.c
14019         * src/msgcache.c
14020         * src/send_message.c
14021         * src/setup.c
14022         * src/undo.c
14023         * src/common/hooks.c
14024         * src/common/prefs.c
14025         * src/common/template.c
14026         * src/common/utils.c
14027         * src/gtk/gtkutils.c
14028         * src/gtk/inputdialog.c
14029         * src/gtk/menu.c
14030         * src/gtk/pluginwindow.c
14031         * src/gtk/prefswindow.c
14032         * src/plugins/pgpmime/passphrase.c
14033         * src/plugins/pgpmime/prefs_gpg.c
14034                 More -Wall fixes
14035
14036         * src/common/Makefile.am
14037         * src/common/timing.h
14038                 Add basic timing code
14039
14040         * src/summaryview.c
14041                 Fix a bug with unread messages when 
14042                 re-sorting folders, and by the way
14043                 fix a big performance hit when 
14044                 re-sorting (10k mails: before 5s,
14045                 after .5s)
14046
14047         * src/prefs_compose_writing.c
14048         * src/prefs_compose_writing.h
14049         * src/prefs_message.c
14050         * src/prefs_message.h
14051         * src/prefs_other.c
14052         * src/prefs_other.h
14053         * src/prefs_quote.c
14054         * src/prefs_quote.h
14055         * src/prefs_receive.c
14056         * src/prefs_receive.h
14057         * src/prefs_send.c
14058         * src/prefs_send.h
14059         * src/prefs_summaries.c
14060         * src/prefs_summaries.h
14061                 Fix copyright banner
14062
14063 2005-06-01 [paul]       1.9.11cvs30
14064
14065         * po/fi.po
14066                 updated by Flammie Pirinen
14067         * src/procmime.c
14068                 fix 'Bad BASE64 content' output
14069
14070 2005-05-31 [colin]      1.9.11cvs29
14071
14072         * src/procmime.c
14073                 Oops, where did my hunk go.
14074
14075 2005-05-31 [colin]      1.9.11cvs28
14076
14077         * src/Makefile.am
14078         * src/account.c
14079         * src/action.c
14080         * src/addr_compl.c
14081         * src/addressbook.c
14082         * src/codeconv.c
14083         * src/compose.c
14084         * src/export.c
14085         * src/folder.c
14086         * src/folderview.c
14087         * src/image_viewer.c
14088         * src/main.c
14089         * src/mainwindow.c
14090         * src/messageview.c
14091         * src/mimeview.c
14092         * src/msgcache.c
14093         * src/prefs_account.c
14094         * src/prefs_actions.c
14095         * src/prefs_common.c
14096         * src/prefs_compose_writing.c
14097         * src/prefs_customheader.c
14098         * src/prefs_ext_prog.c
14099         * src/prefs_filtering.c
14100         * src/prefs_filtering_action.c
14101         * src/prefs_fonts.c
14102         * src/prefs_image_viewer.c
14103         * src/prefs_message.c
14104         * src/prefs_message.h
14105         * src/prefs_msg_colors.c
14106         * src/prefs_other.c
14107         * src/prefs_other.h
14108         * src/prefs_quote.c
14109         * src/prefs_receive.c
14110         * src/prefs_receive.h
14111         * src/prefs_send.c
14112         * src/prefs_send.h
14113         * src/prefs_spelling.c
14114         * src/prefs_summaries.c
14115         * src/prefs_summary_column.c
14116         * src/prefs_template.c
14117         * src/prefs_themes.c
14118         * src/prefs_toolbar.c
14119         * src/prefs_wrapping.c
14120         * src/procmime.c
14121         * src/procmsg.c
14122         * src/send_message.h
14123         * src/ssl_manager.c
14124         * src/summary_search.c
14125         * src/summaryview.c
14126         * src/textview.c
14127         * src/wizard.c
14128         * src/common/smtp.c
14129         * src/common/smtp.h
14130         * src/gtk/gtkutils.h
14131                 o Move the rest of Common prefs to new style
14132                 o Lots of -Wall warning fixes
14133                 o fix FIXME in cache memusage calculation
14134                 o Let return receipts be sent from any account
14135                 o Little cache optimisation (read)
14136                 o Fix bug #746 (don't treat commas as separators
14137                   when inside a quoted string)
14138
14139 2005-05-31 [paul]       1.9.11cvs27
14140
14141         * src/prefs_common.c
14142                 fix 'off-by-one' typo
14143
14144 2005-05-31 [paul]       1.9.11cvs26
14145
14146         * src/account.c
14147         * src/addr_compl.c
14148         * src/compose.c
14149         * src/foldersel.c
14150         * src/prefs_actions.c
14151         * src/prefs_common.c
14152         * src/prefs_common.h
14153         * src/prefs_customheader.c
14154         * src/prefs_display_header.c
14155         * src/prefs_filtering.c
14156         * src/prefs_filtering_action.c
14157         * src/prefs_matcher.c
14158         * src/prefs_summaries.c
14159         * src/prefs_summary_column.c
14160         * src/prefs_template.c
14161         * src/prefs_toolbar.c
14162         * src/ssl_manager.c
14163         * src/gtk/pluginwindow.c
14164         * src/gtk/prefswindow.c
14165         * src/gtk/progressdialog.c
14166                 add hidden prefs 'enable_rules_hint'
14167                 for gtk_tree_view_set_rules_hint()
14168                 (sync with main)
14169                 
14170
14171 2005-05-31 [colin]      1.9.11cvs25
14172
14173         * src/Makefile.am
14174         * src/main.c
14175         * src/prefs_common.c
14176         * src/prefs_summaries.c ** ADDED **
14177         * src/prefs_summaries.h ** ADDED **
14178                 Common/Display -> Display/Summaries
14179
14180 2005-05-31 [colin]      1.9.11cvs24
14181
14182         * src/Makefile.am
14183         * src/main.c
14184         * src/prefs_quote.c ** ADDED **
14185         * src/prefs_quote.h ** ADDED **
14186                 Move Common/Quote to Compose/Quoting
14187         * src/prefs_common.c
14188         * src/prefs_common.h
14189                 Remove old quote stuff, add
14190                 convenience functions for GtkTextView prefs
14191         * src/gtk/prefswindow.c
14192                 Set default height higher
14193
14194 2005-05-30 [colin]      1.9.11cvs23
14195
14196         * src/Makefile.am
14197         * src/main.c
14198         * src/prefs_common.c
14199         * src/prefs_compose_writing.c ** ADDED **
14200         * src/prefs_compose_writing.h ** ADDED **
14201                 Move Common/Compose prefs to Compose/Writing
14202
14203 2005-05-30 [colin]      1.9.11cvs22
14204
14205         * src/common/utils.c
14206                 Fix bug #651 (Confused Attract by Subject)
14207                 Patch by M. Benkmann <haferfrost@web.de>
14208         * AUTHORS
14209
14210 2005-05-30 [colin]      1.9.11cvs21
14211
14212         * src/compose.c
14213                 Fix concatenation of different headers of
14214                 the same type (bug #645)
14215         * src/prefs_folder_item.c
14216                 Fix bug #699 (setting color to black doesn't
14217                 work immediately)
14218         * src/procmime.c
14219                 Print out decoding error only once per
14220                 block
14221
14222 2005-05-30 [paul]       1.9.11cvs20
14223
14224         * src/common/template.c
14225                 fix Bcc
14226
14227 2005-05-30 [paul]       1.9.11cvs19
14228
14229         * doc/src/rfc2368.txt   **NEW FILE**
14230         * src/compose.c
14231                 compose_entries_set(): don't interpret Bcc
14232                 header field (conform to RFC 2368)
14233                 (sync with main)
14234
14235 2005-05-29 [colin]      1.9.11cvs18
14236
14237         * src/prefs_common.c
14238                 Let the default reply format respect
14239                 netiquette by cutting the signature.
14240
14241 2005-05-29 [colin]      1.9.11cvs17
14242
14243         * src/summaryview.c
14244                 Don't let always_show_msg override
14245                 open_unread_on_enter when opening a new
14246                 directory.
14247
14248 2005-05-27 [paul]       1.9.11cvs16
14249
14250         sync with main:
14251
14252         * src/main.c
14253                 app_will_exit(): cleanup tmp directory when exit
14254         * src/message_search.c
14255                 improved the interface and made code cleanup.
14256                 removed Clear button
14257         * src/send_message.c
14258                 send_message_local(): use GSpawn, and detect errors
14259         * src/summary_search.c
14260                 improved the interface and made code cleanup
14261         * src/textview.c
14262                 textview_write_link(): also skip non-ascii space
14263                  at the head of link strings (phishing check
14264                  didn't work at the case)
14265         * src/common/utils.c
14266                 get_command_output(): use g_spawn_command_line_sync()
14267                 instead of popen()
14268
14269 2005-05-26 [colin]      1.9.11cvs15
14270
14271         * src/folder.c
14272                 remove printf
14273
14274 2005-05-26 [colin]      1.9.11cvs14
14275
14276         * src/common/nntp.c
14277                 Fix nntp mode reader (bug #611)
14278                 Patch by Florian Mickler <florian@mickler.org>
14279
14280 2005-05-26 [colin]      1.9.11cvs13
14281
14282         * src/plugins/pgpmime/passphrase.c
14283                 Fix mouse grabbing (bug #557)
14284
14285 2005-05-26 [colin]      1.9.11cvs12
14286
14287         * src/prefs_themes.c
14288                 Fix g_warning (bug #541)
14289
14290 2005-05-26 [colin]      1.9.11cvs11
14291
14292         * src/prefs_actions.c
14293         * src/prefs_template.c
14294                 Fix bug #506 (no warning if action/template
14295                 is not saved)
14296         * src/common/template.c
14297                 Fix a possible crash
14298
14299 2005-05-26 [colin]      1.9.11cvs10
14300
14301         * src/folder.c
14302         * src/folderview.c
14303         * src/procmsg.c
14304         * src/summaryview.c
14305                 Forbid locked messages to be moved or
14306                 deleted. Locked messages in trashes 
14307                 still get deleted, for performance
14308                 reason (mh.c::mh_remove_all_msgs)
14309
14310 2005-05-25 [colin]      1.9.11cvs9
14311
14312         * src/procmime.c
14313                 Use correct encoding when sending mails
14314                 with attachments that have accentued 
14315                 chars in their name
14316
14317 2005-05-24 [colin]      1.9.11cvs8
14318
14319         * src/summaryview.c
14320                 Fix bug #688 f) read/unread marker not
14321                 changed on first click
14322                 Also, optimize summary_status_show()
14323                 calls
14324         * src/folder.c
14325         * src/inc.c
14326         * src/procmime.c
14327                 Fix bug #688 b) and c) wrt message
14328                 attachments and signature
14329         * src/stock_pixmap.c
14330         * src/stock_pixmap.h
14331         * src/stock_pixmap.c
14332         * src/stock_pixmap.h
14333         * src/Makefile.am
14334         * src/pixmaps/clip_gpg_signed.xpm
14335                 Add clip/signed icon
14336
14337 2005-05-24 [colin]      1.9.11cvs7
14338
14339         * src/folder_item_prefs.c
14340                 whitespace fix
14341
14342 2005-05-24 [colin]      1.9.11cvs6
14343
14344         * src/folderview.c
14345         * src/prefs_common.c
14346         * src/prefs_common.h
14347                 Add a confirmation to folder drag and drop
14348                 fixes bug #156
14349         * src/alertpanel.c
14350         * src/alertpanel.h
14351                 fix _with_disable parameters so that
14352                 the buttons labels are specifiable too
14353         * src/plugins/pgpmime/sgpgme.c
14354                 reflect said change
14355                 
14356
14357 2005-05-24 [colin]      1.9.11cvs5
14358
14359         * src/folderview.c
14360                 Uncollapse/collapse folders on double-click
14361                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14362                 closes bug #108
14363
14364 2005-05-23 [colin]      1.9.11cvs4
14365
14366         * src/common/socket.c
14367                 Check another special SSL_peek() error.
14368                 Should help wrt bug #728
14369
14370 2005-05-23 [colin]      1.9.11cvs3
14371
14372         * src/plugins/pgpmime/pgpmime.c
14373                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14374                 breaking menu accelerators and stuff. Users will have to
14375                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14376                 account's privacy preferences if needed.
14377
14378 2005-05-22 [paul]
14379
14380         * tools/kdeservicemenu/install.sh
14381                 use kdesu to prompt for root password if doing
14382                 global install/uninstall
14383
14384 2005-05-20 [colin]      1.9.11cvs2
14385
14386         * src/procmsg.c
14387                 Fix another compilation error with gcc-2.9x
14388                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14389         * src/send_message.c
14390                 Don't send QUIT if we aren't connected
14391
14392 2005-05-19 [colin]      1.9.11cvs1
14393
14394         * src/procmsg.c
14395                 Fix compilation with gcc 2.9x
14396
14397 2005-05-19 [paul]       1.9.11
14398
14399         1.9.11 released
14400
14401 2005-05-19 [paul]       1.9.9cvs14
14402
14403         * src/gtk/inputdialog.c
14404                 prevent gettext warning
14405
14406 2005-05-19 [paul]       1.9.9cvs13
14407
14408         * src/mainwindow.c
14409         * src/prefs_common.c
14410         * src/prefs_common.h
14411         * src/textview.c
14412         * src/textview.h
14413                 add an option to toggle cursor in message
14414                 view (sync with main)
14415
14416 2005-05-18 [colin]      1.9.9cvs12
14417
14418         * src/compose.c
14419                 Dereference freed pointer
14420         * src/gtk/gtkaspell.c
14421                 Fix duplication of dictionaries (is it an aspell issue?)
14422
14423 2005-05-18 [colin]      1.9.9cvs11
14424
14425         * src/gtk/inputdialog.c
14426         * src/gtk/gtkaspell.c
14427                 HIGuify dialogs
14428         * src/alertpanel.c
14429                 Remove a double call
14430
14431 2005-05-17 [colin]      1.9.9cvs10
14432
14433         * src/gtk/gtkaspell.c
14434                 Fix dialogs, Ctrl-Enter accel
14435
14436 2005-05-17 [colin]      1.9.9cvs9
14437
14438         * src/gtk/gtkaspell.c
14439                 Fix some accelerators, escape in replace-window
14440
14441 2005-05-16 [colin]      1.9.9cvs8
14442
14443         * src/gtk/gtkaspell.c
14444                 Revert last commit, it was a mistake.
14445
14446 2005-05-16 [colin]      1.9.9cvs7
14447
14448         * src/gtk/gtkaspell.c
14449                 Remove buggy code while we're at it. It's a 
14450                 dead code path anyway.
14451
14452 2005-05-16 [colin]      1.9.9cvs6
14453
14454         * src/gtk/gtkaspell.c
14455                 Missed some gtk_menu_popup where deactivate
14456                 signal should be handled. Should fix bug
14457                 #629 a bit more.
14458
14459 2005-05-16 [colin]      1.9.9cvs5
14460
14461         * src/gtk/gtkaspell.c
14462                 Remove debug printf()s
14463
14464 2005-05-16 [colin]      1.9.9cvs4
14465
14466         * src/gtk/gtkaspell.c
14467                 Fix a bit aspell problems
14468                 (see bug #629)
14469
14470 2005-05-13 [colin]      1.9.9cvs3
14471
14472         * src/folderview.c
14473                 Fix the + appearing even when no subfolders
14474                 have unread messages. Thanks to wwp for the
14475                 bug report.
14476
14477 2005-05-11 [paul]       1.9.9cvs2
14478
14479         * src/folderview.c
14480                 correction to 1.9.9cvs1, only colour folders that
14481                 have new msgs (not unread msgs)
14482
14483 2005-05-10 [colin]      1.9.9cvs1
14484
14485         * src/folderview.c
14486         * src/summaryview.c
14487                 Try to fix bolding bugs again.
14488
14489 2005-05-09 [paul]
14490
14491         * tools/claws.i18n.status.pl
14492                 add Ricardo Mones Lastra's script that has been providing
14493                 the i18n status page for many months
14494
14495 2005-05-09 [paul]       1.9.9
14496
14497         1.9.9 release
14498
14499 2005-05-09 [paul]       1.9.6cvs58
14500
14501         * AUTHORS
14502         * INSTALL
14503         * README.claws
14504                 updated
14505         * Makefile.am 
14506         * RELEASE_NOTES.claws
14507                 add release notes to cvs to simplify release
14508                 procedure
14509         * configure.ac
14510                 add ca and fi to ALL_LINGUAS
14511         * po/Makefile.in.in
14512                 workaround for missing Makevars
14513         * po/ca.po
14514         * po/fi.po
14515                 add new Catalan and Finnish translations
14516                 submitted by Miquel Oliete and Flammie Pirinen
14517         * po/de.po
14518         * po/es.po
14519         * po/fr.po
14520         * po/it.po
14521         * po/pl.po
14522         * po/ru.po
14523         * po/sk.po
14524         * po/sr.po
14525         * po/zh_CN.po
14526                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14527                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14528                 Urke MMI, and Hansom Young
14529         * src/main.c
14530                 Fix drafting when quitting. compose_draft() closes the
14531                 compose windows, which modifies the compose_list GSList.
14532                 We have to refresh this list after echo drafting to avoid a
14533                 segfault
14534         * src/partial_download.c
14535                 fix segfault on exit
14536
14537 2005-05-06 [paul]       1.9.6cvs57
14538
14539         * src/grouplistdialog.c
14540                 quick fix/workaround for unresizeable newsgroup
14541                 name column 
14542
14543 2005-05-06 [paul]       1.9.6cvs56
14544
14545         * src/inc.c
14546         * src/mainwindow.c
14547                 use gettext plural forms
14548         * src/imap_gtk.c
14549         * src/mh_gtk.c
14550         * src/toolbar.c
14551                 small improvement to english usage
14552
14553 2005-05-05 [thorsten]   1.9.6cvs55
14554
14555         * src/folder.c
14556                 fix possible crash
14557
14558 2005-05-05 [paul]       1.9.6cvs54
14559         
14560         sync with HEAD
14561
14562         * AUTHORS
14563         * src/compose.c
14564                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14565                 patch by Tim Mann
14566
14567 2005-05-05 [paul]       1.9.6cvs53
14568
14569         * src/mainwindow.c
14570                 fix resizing of separate message and
14571                 folder views
14572
14573 2005-05-05 [paul]       1.9.6cvs52
14574
14575         * src/account.c
14576         * src/addrgather.c
14577         * src/browseldap.c
14578         * src/exphtmldlg.c
14579         * src/expldifdlg.c
14580         * src/importmutt.c
14581         * src/importpine.c
14582         * src/main.c
14583         * src/mainwindow.c
14584         * src/noticeview.c
14585         * src/prefs_filtering.c
14586         * src/prefs_filtering_action.c
14587         * src/prefs_matcher.c
14588         * src/prefs_spelling.c
14589         * src/prefs_toolbar.c
14590         * src/toolbar.c
14591         * src/wizard.c
14592         * src/gtk/description_window.c
14593         * src/gtk/gtkvscrollbutton.c
14594         * src/gtk/progressdialog.c
14595         * src/gtk/quicksearch.c
14596         * src/plugins/pgpmime/prefs_gpg.c
14597         * src/plugins/spamassassin/spamassassin_gtk.c
14598                 replace deprecated gtk_widget_set_usize
14599
14600 2005-05-04 [colin]      1.9.6cvs51
14601
14602         * src/common/utils.c
14603                 Fix crash when subst_for_filename is called
14604                 with a NULL parameter
14605
14606 2005-05-04 [colin]      1.9.6cvs50
14607
14608         * src/partial_download.c
14609         * src/pop.c
14610                 Escape login when writing uidl file
14611                 fixes bug #736
14612
14613 2005-05-03 [colin]      1.9.6cvs49
14614
14615         * src/procmime.c
14616                 Fix possible DOS in mime parser
14617                 (see bug #634)
14618
14619 2005-05-02 [colin]      1.9.6cvs48
14620
14621         * src/compose.c
14622                 Try to fix the copy/paste mess once again.
14623
14624
14625 2005-04-30 [colin]      1.9.6cvs47
14626
14627         * src/prefs_account.h
14628         * src/procmsg.c
14629         * src/send_message.c
14630         * src/common/smtp.c
14631         * src/common/smtp.h
14632                 Try to batch sending mails (per account) instead of
14633                 reconnecting to server every time.
14634
14635 2005-04-29 [colin]      1.9.6cvs46
14636
14637         * src/messageview.c
14638                 Fix window resizing that refused to size down
14639         * src/prefs_common.c
14640         * src/prefs_common.h
14641         * src/prefs_filtering.c
14642                 Save Filtering's window size
14643
14644 2005-04-21 [paul]       1.9.6cvs45
14645
14646         * ChangeLog-gtk2.claws
14647         * src/setup.c
14648                 correction to sync
14649
14650 2005-04-21 [paul]       1.9.6cvs44
14651
14652         sync with main:
14653
14654         * src/setup.c
14655         * src/statusbar.c
14656         * src/statusbar.h
14657                 use gtkut_widget_draw_now(). Improved performance
14658                 of the update of statusbar
14659         * src/textview.c
14660                 textview_smooth_scroll_do(): redraw it after scroll
14661                 is done (fixed incorrect display when a part of the
14662                 view is hidden).
14663         * src/gtk/gtkutils.c
14664         * src/gtk/gtkutils.h
14665                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14666                 to force update of widgets.
14667                 Removed gtkut_widget_wait_for_draw() which had a big
14668                 overhead  because of waiting for all events processed 
14669
14670 2005-04-20 [paul]       1.9.6cvs43
14671
14672         * src/codeconv.c
14673                 complete 1.9.6cvs42's sync:
14674                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14675
14676 2005-04-19 [paul]       1.9.6cvs42
14677
14678         sync with main:
14679
14680         * src/action.c
14681                 catch_output(): correctly select the insert text
14682                 (fix invalid iterator warnings).
14683         * src/codeconv.c
14684         * src/codeconv.h
14685         * src/mainwindow.c
14686         * src/messageview.c
14687         * src/prefs_common.c
14688                 support GBK encoding.
14689         * src/common/session.c
14690         * src/common/session.h
14691                 use separate buffer for large data to be sent,
14692                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14693
14694 2005-04-18 [paul]       1.9.6cvs41
14695
14696         * src/jpilot.c
14697                 convert unsigned long into guint32
14698                 patch by Paul LeoNerd Evans 
14699
14700 2005-04-17 [colin]      1.9.6cvs40
14701
14702         * src/compose.c
14703                 Fix 'Request return receipt' from folder
14704                 properties (bug #708)
14705
14706 2005-04-17 [colin]      1.9.6cvs39
14707
14708         * src/mainwindow.c
14709                 Fix duplicate hotkeys in Mainwindow's menu
14710
14711 2005-04-17 [colin]      1.9.6cvs38
14712
14713         * src/folderview.c
14714                 Fix duplicate hotkeys in Folderview's contextual
14715                 menu
14716
14717 2005-04-15 [colin]      1.9.6cvs37
14718
14719         * src/summaryview.c
14720                 Fix 'Save as...' with non-ascii filenames
14721
14722 2005-04-15 [colin]      1.9.6cvs36
14723
14724         * src/plugins/pgpmime/pgpmime.c
14725                 Fix bus error on 64bit. Spotted by 
14726                 macallan1888@gmail.com
14727
14728 2005-04-15 [colin]      1.9.6cvs35
14729
14730         * src/prefs_account.c
14731                 Fix cvs34.
14732
14733 2005-04-12 [colin]      1.9.6cvs34
14734
14735         * src/prefs_account.c
14736                 Fix smtp auth type off-by-one. We forgot to
14737                 add PLAIN in the prefs-to-gui setter func and
14738                 as a result, the selected auth when opening
14739                 account prefs was not the correct one.
14740
14741 2005-04-12 [paul]       1.9.6cvs33
14742
14743         * src/inc.c
14744                 if the recv dialog is visible, Cancel only
14745                 cancels the current account
14746
14747
14748 2005-04-10 [colin]      1.9.6cvs32
14749
14750         * src/filtering.c
14751                 Copy score when copying FilteringActions
14752                 Fix bug #674
14753
14754 2005-04-10 [colin]      1.9.6cvs31
14755
14756         * src/inc.c
14757                 Make Message -> Receive -> Cancel cancel 
14758                 incorporation on all accounts. Fixes
14759                 bug #693
14760
14761 2005-04-10 [colin]      1.9.6cvs30
14762
14763         * src/prefs_account.c
14764                 Update Privacy checkbuttons status based
14765                 on the selected privacy system
14766         * src/compose.c
14767                 Always connect the "None" privacy system; the
14768                 static boolean was probably there to avoid
14769                 reconnecting twice in the same compose window,
14770                 but as the parent function is only called once
14771                 per compose, it's only a bug - as a static is
14772                 initialized once per application instance.
14773                 Also, don't uncheck Sign and Encrypt when
14774                 selecting None as privacy system; just ignore
14775                 them when sending/queuing.
14776                 Should fix bug #695
14777
14778 2005-04-08 [colin]      1.9.6cvs29
14779
14780         * src/account.c
14781         * src/prefs_account.c
14782         * src/prefs_account.h
14783                 Add account preference to queue message in a certain
14784                 folder.
14785
14786 2005-04-06 [colin]      1.9.6cvs28
14787
14788         * src/prefs_account.c
14789                 Update old inbox path syntax
14790
14791 2005-04-06 [paul]       1.9.6cvs27
14792
14793         sync with main:
14794
14795         * configure.ac
14796                 changed -traditional-cpp to -no-cpp-precomp for newer
14797                 Mac OS X support
14798         * src/foldersel.c
14799                 made column resize automatically
14800         * src/send_message.c
14801                 send_message_smtp(): consider EOF right after QUIT
14802                 successful (workaround for Gmail SMTP server)
14803         * src/common/socket.c
14804                 ssl_read(), ssl_peek(): check EOF which violates the
14805                 SSL protocol
14806         * src/gtk/colorlabel.c
14807                 removed warnings when displaying colorlabel menu
14808                 (don't use GtkAlignment)
14809
14810 2005-04-05 [paul]       1.9.6cvs26
14811
14812         * src/plugins/trayicon/trayicon.c
14813                 fix clipping of icon under KDE3 
14814
14815 2005-04-05 [paul]       1.9.6cvs25
14816
14817         * src/summaryview.c
14818                 hide display of threading
14819                 patch by Alfons
14820
14821 2005-04-04 [thorsten]   1.9.6cvs24
14822
14823         * src/mh.c
14824                 marks lost on filesystems with different stat() results on
14825                 summer-/wintertime
14826
14827 2005-04-03 [colin]      1.9.6cvs23
14828
14829         * src/summaryview.c
14830                 Don't handle up/down. Patch by Alfons
14831
14832 2005-04-02 [colin]      1.9.6cvs22
14833
14834         * src/summaryview.c
14835                 Make scrolling faster. Patch by Alfons.
14836
14837 2005-04-01 [colin]      1.9.6cvs21
14838
14839         * src/Makefile.am
14840         * src/stock_pixmap.c
14841         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14842         * src/pixmaps/dir_noselect.xpm ** ADDED **
14843                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14844
14845 2005-04-01 [colin]      1.9.6cvs20
14846
14847         * src/image_viewer.c
14848         * src/image_viewer.h
14849         * src/procmime.c
14850         * src/procmime.h
14851         * src/textview.c
14852         * src/textview.h
14853                 Implement inline image resizing and right-clicking
14854
14855 2005-04-01 [paul]       1.9.6cvs19
14856
14857         * AUTHORS
14858         * Makefile.am
14859         * configure.ac
14860                 check for gnome2
14861                 patch by Luca Cavalli <loopback<AT>slackit.org>
14862         * po/ru.po
14863                 updated by Pavlo Bohmat
14864
14865 2005-03-31 [colin]      1.9.6cvs18
14866
14867         * src/news.c
14868                 Fix parsing references
14869         * src/msgcache.c
14870                 don't put nulls in the references list
14871         * src/procheader.c
14872                 commit that forgotten file in 1.9.6cvs14
14873
14874 2005-03-31 [colin]      1.9.6cvs17
14875
14876         * src/compose.c
14877                 Fix joining of signature separator again. 
14878                 Maybe Hiro could put it in main too...
14879
14880 2005-03-31 [colin]      1.9.6cvs16
14881
14882         * src/Makefile.am
14883         * src/foldersel.c
14884         * src/stock_pixmap.c
14885         * src/stock_pixmap.h
14886         * src/pixmaps/dir-noselect.xpm
14887                 Update foldersel.c (sync from main, patch by Alfons)
14888
14889 2005-03-30 [colin]      1.9.6cvs15
14890
14891         * src/imap.c
14892                 Fix handling of imap folders containing [] in 
14893                 their name. Thanks to Nahuel Angelinetti for
14894                 the detailed bugreport.
14895
14896 2005-03-30 [colin]      1.9.6cvs14
14897
14898         * src/common/utils.h
14899         * src/common/utils.c
14900         * src/common/defs.h
14901         * src/matcher.c
14902         * src/msgcache.c
14903         * src/news.c
14904         * src/procmsg.c
14905         * src/procmsg.h
14906         * src/quote_fmt_parse.y
14907         * src/summaryview.c
14908                 Update references system. Patch by Alfons
14909
14910 2005-03-30 [colin]      1.9.6cvs13
14911
14912         * src/common/socket.c
14913                 Force the glibc to read resolv.conf again when 
14914                 it has changed. Should fix issues when changing
14915                 networks on a laptop and not restarting sylpheed. 
14916
14917 2005-03-30 [paul]       1.9.6cvs12
14918
14919         partial sync with main:
14920
14921         * src/action.c
14922                 create_io_dialog(): use user-defined text font
14923                 (thanks to Alfons), and modified its appearance.
14924         * src/addrgather.c
14925         * src/addrharvest.c
14926         * src/browseldap.c
14927                 replace old code
14928         * src/compose.c
14929                 don't join (presumably) itemized lines on line-wrapping
14930                 fixed wrapping of quote when auto-wrapping is enabled
14931                 compose_destroy(): destroy paned only if it's not
14932                 attached to window. Fixed memory leak of popup menu.
14933         * src/exphtmldlg.c
14934         * src/expldifdlg.c
14935                 replace old code
14936         * src/html.c
14937         * src/html.h
14938         * src/importmutt.c
14939         * src/importpine.c
14940                 replace old code
14941         * src/main.c
14942                 removed redundant code
14943         * src/mainwindow.c
14944                 changed 'Code set' (which is rather incorrect)
14945                 in the menu to 'Character encoding'
14946                 main_window_set_widgets(): request size first
14947                 to prevent window size becoming wrong
14948                 fixed remembering of the state of the visibility
14949                 of MessageView
14950         * src/messageview.c
14951                 changed 'Code set' (which is rather incorrect)
14952                 in the menu to 'Character encoding'
14953         * src/prefs_common.c
14954         * src/prefs_common.h
14955                 added an option whether to render HTML as text or not
14956                 added separators to outgoing encoding menu
14957         * src/procheader.c
14958                 procheader_scan_date_string(): support header
14959                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14960         * src/summaryview.c
14961         * src/summaryview.h
14962                 minor code cleanup
14963         * src/textview.c
14964                 textview_show_html(): force output of newline
14965                 added an option whether to render HTML as text or not
14966         * src/common/utils.c
14967                 strncpy2(): optimized based on Alfons' code
14968         * src/gtk/gtkutils.c
14969         * src/gtk/gtkutils.h
14970                 removed non-used code
14971         * src/plugins/pgpmime/passphrase.c
14972                 partially fixed grab input of passphrase dialog
14973                 Confine pointer to window
14974
14975 2005-03-30 [colin]      1.9.6cvs11
14976
14977         * src/msgcache.c
14978         * src/msgcache.h
14979                 Read/write 32bit ints from cache & marks
14980                 From main.
14981
14982 2005-03-29 [paul]       1.9.6cvs10
14983
14984         * AUTHORS
14985         * ChangeLog.claws
14986         * src/compose.c
14987         * src/gtk/gtkaspell.c
14988                 sync with HEAD (don't pass NULL pointers) 
14989
14990 2005-03-24 [paul]
14991
14992         * tools/Makefile.am
14993         * tools/README
14994         * tools/acroread2sylpheed.pl
14995                 sync with HEAD (add script to send pdfs as
14996                 attachments from Adobe Reader 7)
14997
14998 2005-03-21 [paul]       1.9.6cvs9
14999
15000         * configure.ac
15001         * po/POTFILES.in
15002         * src/Makefile.am
15003         * src/crash.c
15004         * src/image_viewer.c ** ADDED **
15005         * src/image_viewer.h ** ADDED **
15006         * src/main.c
15007         * src/prefs_common.c
15008         * src/prefs_common.h
15009         * src/prefs_image_viewer.c ** ADDED **
15010         * src/prefs_image_viewer.h ** ADDED **
15011         * src/textview.c
15012         * src/gtk/about.c
15013         * src/pixmaps/sylpheed_logo.xpm
15014         * src/plugins/Makefile.am
15015         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15016         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15017         * src/plugins/image_viewer/plugin.c ** REMOVED **
15018         * src/plugins/image_viewer/viewer.c ** REMOVED **
15019         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15020         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15021         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15022         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15023         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15024                 as gdk-pixbuf is now built-in
15025                 remove image_viewer plugin and put code back into
15026                 main codebase
15027                 implement inline image display (sync with main)
15028
15029                 replace logo with newer, nicer, larger version  
15030
15031 2005-03-21 [paul]       1.9.6cvs8
15032
15033         * src/gtk/about.c
15034                 cosmetic improvement
15035
15036 2005-03-21 [holger]     1.9.6cvs7
15037
15038         * src/plugins/spamassassin/spamassassin.c
15039                 Sync with HEAD
15040                 (unregister hook on failed plugin init)
15041
15042 2005-03-20 [colin]      1.9.6cvs6
15043
15044         * src/common/plugin.c
15045                 Check that plugin isn't already loaded
15046                 Patch by Alfons
15047
15048 2005-03-20 [thorsten]   1.9.6cvs5
15049
15050         * src/compose.c
15051                 use a more compatible syntax
15052
15053 2005-03-20 [thorsten]   1.9.6cvs4
15054
15055         * src/prefs_toolbar.c
15056                 fix crash when selecting toolbar item (uninitialized pointer)
15057
15058 2005-03-20 [thorsten]   1.9.6cvs3
15059
15060         * src/procmime.c
15061                 fix mimetype detection (referenced free()d string)
15062
15063 2005-03-20 [paul]       1.9.6cvs2
15064
15065         * src/compose.c
15066                 sync with HEAD (1.0.3cvs5)
15067                 neglect Reply-To header if empty
15068                 Patch by Alfons 
15069
15070 2005-03-19 [holger]     1.9.6cvs1
15071
15072         * src/summaryview.c
15073         * src/summaryview.h
15074                 Sync with HEAD
15075
15076 2005-03-18 [paul]       1.9.6
15077
15078         initial GTK2 release
15079
15080 2005-03-18 [paul]       1.0.3cvs3.1
15081
15082         * AUTHORS
15083         * ChangeLog.claws
15084         * configure.ac
15085         * src/gtk/about.c
15086         * src/pixmaps/sylpheed_logo.xpm
15087                 sync with HEAD
15088
15089 2005-03-18 [colin]      1.0.3cvs2.6
15090
15091         * src/summaryview.c
15092                 Remove call to summary_step in summary_copy_selected_to
15093                 Can't see its purpose, and this causes bug when copying
15094                 a message if the next one is unread: it reads it.
15095
15096 2005-03-18 [paul]       1.0.3cvs2.5
15097
15098         * src/foldersel.c
15099                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15100
15101 2005-03-18 [paul]       1.0.3cvs2.4
15102
15103         * src/addrharvest.c
15104         * src/codeconv.c
15105         * src/codeconv.h
15106         * src/compose.c
15107         * src/news.c
15108         * src/procheader.c
15109         * src/procmime.c
15110         * src/unmime.c
15111         * src/unmime.h
15112                 fix buffer overflow, CAN-2005-0667, see
15113                 http://secunia.com/advisories/14491/
15114                 Patch by Alfons
15115
15116 2005-03-17 [colin]      1.0.3cvs2.3
15117
15118         * src/prefs_fonts.c
15119         * src/summaryview.c
15120                 Fix font bugs (both lists now officialy share 
15121                 the same font)
15122                 
15123
15124 2005-03-17 [paul]       1.0.3cvs2.2
15125
15126         * src/gtk/pluginwindow.c
15127                 make plugin descriptions uneditable
15128
15129 2005-03-11 [paul]       1.0.3cvs2.1
15130
15131         * ChangeLog.claws
15132         * configure.ac
15133         * po/POTFILES.in
15134         * src/plugins/trayicon/trayicon.c
15135                 sync with HEAD
15136                 add src/wizard.c to POTFILES.in
15137
15138 2005-03-11 [paul]       1.0.3cvs1.1
15139
15140         * ChangeLog
15141         * ChangeLog.claws
15142         * configure.ac
15143         * po/de.po
15144         * po/es.po
15145         * po/fr.po
15146         * po/it.po
15147         * po/pt_BR.po
15148         * po/ru.po
15149         * po/sk.po
15150         * po/sr.po
15151         * po/zh_CN.po
15152                 sync with HEAD
15153
15154 2005-03-04 [colin]      1.0.1cvs22.2
15155
15156         * src/compose.c
15157                 Fix signatures with accentued chars in it
15158
15159 2005-03-04 [colin]      1.0.1cvs22.1
15160
15161         * src/common/smtp.c
15162         * src/common/smtp.h
15163                 Don't use SIZE param in MAIL FROM: if server 
15164                 doesn't support it. Patch by Eugen Freiter
15165                 <eugen_f@users.sf.net>
15166
15167 2005-02-27 [paul]       1.0.1cvs20.1
15168
15169         * ChangeLog.claws
15170         * configure.ac
15171         * src/messageview.c
15172                 sync with HEAD
15173
15174 2005-02-27 [colin]      1.0.1cvs19.4
15175
15176         * src/procheader.c
15177         * src/procheader.h
15178                 Fix prototypes. Patch by Alfons
15179
15180 2005-02-27 [colin]      1.0.1cvs19.3
15181
15182         * src/compose.c
15183                 Don't auto-join the signature separator.
15184
15185 2005-02-26 [colin]      1.0.1cvs19.2
15186
15187         * src/summaryview.c
15188                 Fix 'mark all read' with collapsed threads.
15189                 Patch by Alfons.
15190
15191 2005-02-25 [paul]       1.0.1cvs19.1
15192
15193         * ChangeLog.claws
15194         * configure.ac
15195         * src/prefs_account.c
15196         * src/prefs_folder_item.c
15197         * src/gtk/prefswindow.c
15198         * src/gtk/prefswindow.h
15199                 sync with HEAD
15200
15201 2005-02-25 [paul]       1.0.1cvs15.12
15202
15203         * src/alertpanel.c
15204         * src/codeconv.c
15205         * src/compose.c
15206         * src/textview.c
15207         * src/gtk/gtkutils.c
15208         * src/gtk/gtkutils.h
15209         * src/gtk/logwindow.c
15210         * src/gtk/progressdialog.c
15211                 sync with main (revision 127)
15212                 and fix logwindow clipping
15213
15214 2005-02-24 [colin]      1.0.1cvs15.11
15215
15216         * src/plugins/pgpmime/passphrase.c
15217                 Disable input grabbing; it doesn't work yet.
15218
15219 2005-02-24 [colin]      1.0.1cvs15.10
15220
15221         * src/messageview.c
15222                 Don't send out receipts if offline. Ask.
15223
15224 2005-02-23 [colin]      1.0.1cvs15.9
15225
15226         * src/summaryview.c     
15227                 Fix expanding
15228
15229 2005-02-23 [colin]      1.0.1cvs15.8
15230
15231         * src/summaryview.c
15232                 Really fix Bug 568 by removing useless
15233                 calls. summary_thread_init() now called
15234                 in summary_sort(). This should please
15235                 Alfons as it should be faster than 
15236                 previously.
15237
15238 2005-02-23 [colin]      1.0.1cvs15.7
15239
15240         * src/compose.c
15241                 Encode parts as QP or B64 if signing
15242
15243 2005-02-23 [colin]      1.0.1cvs15.6
15244
15245         * src/compose.c
15246                 Fix Mimeinfo leakage (including tmp files)
15247         * src/procmsg.c
15248                 Fix tmp file leakage (spotted by Ivan Rayner)
15249
15250 2005-02-22 [colin]      1.0.1cvs15.5
15251
15252         * src/expldifdlg.c
15253                 Fix keyboard input. Patch by Alfons.
15254
15255 2005-02-21 [colin]      1.0.1cvs15.4
15256
15257         * src/compose.c
15258                 Fix Sign/Encrypt when unselecting privacy
15259                 system
15260         * src/prefs_common.c
15261                 Change default message font to Monospace
15262         * src/summaryview.c
15263                 More freezing during potentially large operations
15264
15265 2005-02-21 [paul]       1.0.1cvs15.3
15266
15267         * src/main.c
15268                 fix --help output
15269
15270 2005-02-21 [paul]       1.0.1cvs15.2
15271
15272         * po/Makefile.in.in
15273         * src/compose.c
15274         * src/summaryview.c
15275         * src/textview.c
15276         * src/common/utils.c
15277         * src/common/utils.h
15278                 sync with main (revision 117)
15279
15280 2005-02-20 [colin]      1.0.1cvs15.1
15281
15282         * src/common/defs.h
15283                 Change cache file to .sylpheed_claws_cache, as
15284                 suggested by Alfons. Allows people to switch
15285                 between Sylpheed and Sylpheed-Claws. it is
15286                 a good idea to "Check for new messages" at next
15287                 startup.
15288
15289
15290 2005-02-18 [colin]      1.0.1cvs14.1
15291
15292         * src/quote_fmt_lex.l
15293         * src/quote_fmt_parse.y
15294                 Fix parser initialisation. Patch by Ivan.
15295
15296 2005-02-18 [colin]      1.0.1cvs11.6
15297
15298         * src/folderview.c
15299                 Fix scrolldown (bug 662)
15300
15301 2005-02-17 [colin]      1.0.1cvs11.5
15302
15303         * src/codeconv.c
15304                 conv_filename_to_utf8: return clean 7bit instead
15305                 of broken utf8 if needed
15306         * src/mimeview.c
15307                 Fix display of parts with unclean 8bit names
15308
15309 2005-02-17 [paul]       1.0.1cvs11.4
15310
15311         * src/compose.c
15312         * src/exportldif.c
15313         * src/matcher_parser_parse.y
15314         * src/procmime.c
15315         * src/sourcewindow.c
15316         * src/common/Makefile.am
15317         * src/common/intl.h             ** REMOVED **
15318         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15319                 sync with main (revision 109)
15320                 and clean up
15321
15322 2005-02-16 [colin]      1.0.1cvs11.3
15323
15324         * src/summaryview.c
15325                 Fix collapsed thread not highlighting when new
15326                 messages in it (Bug 568) Patch by Stephan Sachse.
15327                 Fix messed up selection when reaching bounds (Bug 632)
15328         * src/prefs_themes.c
15329                 Fix theme installing (Bug 684)
15330
15331 2005-02-16 [colin]      1.0.1cvs11.2
15332
15333         * src/messageview.c
15334                 Fix messageview_select_all
15335
15336 2005-02-16 [colin]      1.0.1cvs11.1
15337
15338         * src/mh.c
15339                 Sync with HEAD (MH scan required function)
15340
15341 2005-02-15 [colin]      1.0.1cvs8.1
15342
15343         * src/mimeview.c
15344         * src/common/utils.c
15345                 Sync with HEAD (filename chars substitution)
15346
15347 2005-02-15 [colin]      1.0.1cvs7.3
15348
15349         * src/gtk/pluginwindow.c
15350                 Fix button spacing
15351
15352 2005-02-15 [colin]      1.0.1cvs7.2
15353
15354         * src/mimeview.c
15355                 Fix mime icons not reset across message when
15356                 scrolled down
15357
15358 2005-02-15 [colin]      1.0.1cvs7.1
15359
15360         * src/compose.c
15361         * src/procmime.c
15362                 Sync with HEAD (optimisation of cvs6)
15363
15364 2005-02-14 [colin]      1.0.1cvs6.1
15365
15366         * src/compose.c
15367         * src/procmime.c
15368                 Sync with HEAD (encode "From " at line beginning)
15369
15370 2005-02-14 [colin]      1.0.1cvs5.3
15371
15372         * src/compose.c
15373                 Fix wrapping with accentued chars.
15374
15375 2005-02-13 [colin]      1.0.1cvs5.2
15376
15377         * src/textview.c
15378                 Fix email informative part parsing with
15379                 accentued chars in it. ispunct() returns
15380                 true for them in utf8...
15381
15382 2005-02-12 [colin]      1.0.1cvs5.1
15383
15384         * src/filtering.c
15385                 Sync with HEAD (remove wrong use of compose after send)
15386
15387 2005-02-12 [paul]       1.0.1cvs4.5
15388
15389         * src/textview.c
15390                 remove unnecessary code (thanks to Alfons)
15391
15392 2005-02-12 [paul]       1.0.1cvs4.4
15393
15394         * src/textview.c
15395                 add 'Copy' to contextual menu on emails
15396
15397 2005-02-11 [colin]      1.0.1cvs4.3
15398
15399         * src/compose.c
15400                 revert 1.0.0cvs28.2, it doesn't work that well.
15401
15402 2005-02-11 [paul]       1.0.1cvs4.2
15403
15404         * po/Makefile.in.in
15405                 fix 'make release'
15406
15407 2005-02-10 [paul]       1.0.1cvs4.1
15408
15409         * ChangeLog
15410         * ChangeLog.claws
15411         * ChangeLog.jp
15412         * configure.ac
15413         * src/compose.c
15414                 sync with HEAD (sync with main)
15415
15416 2005-02-10 [paul]       1.0.1cvs3.2
15417
15418         * AUTHORS
15419         * Makefile.am
15420         * autogen.sh
15421         * configure.ac
15422         * config/mkinstalldirs
15423         * intl/.cvsignore
15424         * intl/ChangeLog
15425         * intl/VERSION
15426         * intl/bindtextdom.c
15427         * intl/config.charset
15428         * intl/dcgettext.c
15429         * intl/dcigettext.c
15430         * intl/dcngettext.c
15431         * intl/dgettext.c
15432         * intl/dngettext.c
15433         * intl/eval-plural.h
15434         * intl/explodename.c
15435         * intl/finddomain.c
15436         * intl/gettext.c
15437         * intl/gettextP.h
15438         * intl/gmo.h
15439         * intl/hash-string.h
15440         * intl/intl-compat.c
15441         * intl/l10nflist.c
15442         * intl/libgnuintl.h.in
15443         * intl/loadinfo.h
15444         * intl/loadmsgcat.c
15445         * intl/localcharset.c
15446         * intl/localcharset.h
15447         * intl/locale.alias
15448         * intl/localealias.c
15449         * intl/localename.c
15450         * intl/log.c
15451         * intl/ngettext.c
15452         * intl/os2compat.c
15453         * intl/os2compat.h
15454         * intl/osdep.c
15455         * intl/plural-exp.c
15456         * intl/plural-exp.h
15457         * intl/plural.c
15458         * intl/plural.y
15459         * intl/ref-add.sin
15460         * intl/ref-del.sin
15461         * intl/relocatable.c
15462         * intl/relocatable.h
15463         * intl/textdomain.c
15464         * m4/Makefile.am
15465         * po/Makefile.in.in
15466         * src/Makefile.am
15467         * src/account.c
15468         * src/action.c
15469         * src/addr_compl.c
15470         * src/addressadd.c
15471         * src/addressbook.c
15472         * src/addrgather.c
15473         * src/addrindex.c
15474         * src/alertpanel.c
15475         * src/browseldap.c
15476         * src/codeconv.c
15477         * src/codeconv.h
15478         * src/compose.c
15479         * src/compose.h
15480         * src/crash.c
15481         * src/editaddress.c
15482         * src/editbook.c
15483         * src/editgroup.c
15484         * src/editjpilot.c
15485         * src/editldap.c
15486         * src/editldap_basedn.c
15487         * src/editvcard.c
15488         * src/exphtmldlg.c
15489         * src/expldifdlg.c
15490         * src/export.c
15491         * src/exporthtml.c
15492         * src/filtering.c
15493         * src/folder.c
15494         * src/folder_item_prefs.c
15495         * src/foldersel.c
15496         * src/folderview.c
15497         * src/grouplistdialog.c
15498         * src/headerview.c
15499         * src/imap.c
15500         * src/imap_gtk.c
15501         * src/import.c
15502         * src/importldif.c
15503         * src/importmutt.c
15504         * src/importpine.c
15505         * src/inc.c
15506         * src/ldif.c
15507         * src/main.c
15508         * src/mainwindow.c
15509         * src/matcher.c
15510         * src/mbox.c
15511         * src/message_search.c
15512         * src/messageview.c
15513         * src/mh.c
15514         * src/mh_gtk.c
15515         * src/mimeview.c
15516         * src/msgcache.c
15517         * src/news.c
15518         * src/news_gtk.c
15519         * src/noticeview.c
15520         * src/partial_download.c
15521         * src/pop.c
15522         * src/prefs_account.c
15523         * src/prefs_actions.c
15524         * src/prefs_common.c
15525         * src/prefs_customheader.c
15526         * src/prefs_display_header.c
15527         * src/prefs_ext_prog.c
15528         * src/prefs_filtering.c
15529         * src/prefs_filtering_action.c
15530         * src/prefs_folder_item.c
15531         * src/prefs_fonts.c
15532         * src/prefs_gtk.c
15533         * src/prefs_matcher.c
15534         * src/prefs_msg_colors.c
15535         * src/prefs_spelling.c
15536         * src/prefs_summary_column.c
15537         * src/prefs_template.c
15538         * src/prefs_themes.c
15539         * src/prefs_toolbar.c
15540         * src/prefs_wrapping.c
15541         * src/privacy.c
15542         * src/procheader.c
15543         * src/procmime.c
15544         * src/procmsg.c
15545         * src/quote_fmt.c
15546         * src/recv.c
15547         * src/send_message.c
15548         * src/setup.c
15549         * src/sourcewindow.c
15550         * src/ssl_manager.c
15551         * src/statusbar.c
15552         * src/summary_search.c
15553         * src/summaryview.c
15554         * src/textview.c
15555         * src/toolbar.c
15556         * src/wizard.c
15557         * src/common/nntp.c
15558         * src/common/plugin.c
15559         * src/common/smtp.c
15560         * src/common/ssl.c
15561         * src/common/ssl_certificate.c
15562         * src/common/string_match.c
15563         * src/common/sylpheed.c
15564         * src/common/template.c
15565         * src/common/utils.c
15566         * src/gtk/about.c
15567         * src/gtk/colorlabel.c
15568         * src/gtk/description_window.c
15569         * src/gtk/filesel.c
15570         * src/gtk/foldersort.c
15571         * src/gtk/gtkaspell.c
15572         * src/gtk/gtkutils.c
15573         * src/gtk/inputdialog.c
15574         * src/gtk/logwindow.c
15575         * src/gtk/menu.c
15576         * src/gtk/pluginwindow.c
15577         * src/gtk/prefswindow.c
15578         * src/gtk/progressdialog.c
15579         * src/gtk/quicksearch.c
15580         * src/gtk/sslcertwindow.c
15581         * src/plugins/clamav/clamav_plugin.c
15582         * src/plugins/clamav/clamav_plugin_gtk.c
15583         * src/plugins/demo/demo.c
15584         * src/plugins/dillo_viewer/dillo_prefs.c
15585         * src/plugins/dillo_viewer/dillo_viewer.c
15586         * src/plugins/image_viewer/plugin.c
15587         * src/plugins/image_viewer/viewer.c
15588         * src/plugins/image_viewer/viewerprefs.c
15589         * src/plugins/mathml_viewer/mathml_viewer.c
15590         * src/plugins/pgpmime/passphrase.c
15591         * src/plugins/pgpmime/plugin.c
15592         * src/plugins/pgpmime/prefs_gpg.c
15593         * src/plugins/pgpmime/select-keys.c
15594         * src/plugins/pgpmime/sgpgme.c
15595         * src/plugins/spamassassin/spamassassin.c
15596         * src/plugins/spamassassin/spamassassin_gtk.c
15597         * src/plugins/trayicon/trayicon.c
15598                 sync with main (revision 104)
15599
15600 2005-02-10 [colin]      1.0.1cvs3.1
15601
15602         * src/mainwindow.c
15603                 Sync with HEAD (fix occasional crasher)
15604
15605 2005-02-10 [colin]      1.0.1cvs2.1
15606
15607         * src/messageview.c
15608                 Synw with HEAD (don't automatically display html)
15609
15610 2005-02-09 [colin]      1.0.1cvs1.3
15611
15612         * src/textview.c
15613         * src/textview.h
15614                 Add contextual menu on emails
15615
15616 2005-02-09 [colin]      1.0.1cvs1.2
15617
15618         * src/codeconv.c
15619                 Fix converting from broken headers and 
15620                 put back the _ in missing places
15621                 (feature broke with cvs24.2 sync, main 
15622                  possibly affected?)
15623
15624 2005-02-09 [colin]      1.0.1cvs1.1
15625
15626         * src/messageview.c
15627         * src/mimeview.c
15628         * src/mimeview.h
15629                 Sync with HEAD (display non text/plain mails with plugin)
15630
15631 2005-02-08 [colin]      1.0.1.1
15632
15633         * ChangeLog.claws
15634         * po/pt_BR.po
15635                 Sync with HEAD
15636         * configure.ac
15637                 Make default configuration directory 
15638                 be .sylpheed-gtk2
15639
15640 2005-02-08 [colin]      1.0.0cvs29.1
15641
15642         * po/de.po
15643         * po/es.po
15644         * po/fr.po
15645         * po/it.po
15646         * po/sk.po
15647         * po/sr.po
15648                 Sync translations with HEAD
15649
15650 2005-02-06 [colin]      1.0.0cvs28.3
15651
15652         * src/compose.c
15653                 Make compose a bit faster - patch by Alfons.
15654
15655 2005-02-06 [colin]      1.0.0cvs28.2
15656
15657         * src/compose.c
15658                 Make pasting via middle-click more reliable
15659
15660 2005-02-05 [paul]       1.0.0cvs28.1
15661
15662         * ChangeLog
15663         * ChangeLog.claws
15664         * ChangeLog.jp
15665         * configure.ac
15666         * src/compose.c
15667                 sync with HEAD
15668                 (fix bug 682 'redirect is broken'
15669
15670 2005-02-05 [torte]      1.0.0cvs27.1
15671
15672         * ChangeLog.claws
15673         * configure.ac
15674         * src/partial_download.c
15675                 Sync with HEAD (fix buf overflow)
15676
15677 2005-02-03 [colin]      1.0.0cvs26.1
15678
15679         * src/common/plugin.c
15680                 Sync with HEAD (avoid plugin mismatches)
15681
15682 2005-02-03 [paul]       1.0.0cvs25.3
15683
15684         * src/folderview.c
15685         * src/headerview.c
15686         * src/summaryview.c
15687         * src/textview.c
15688         * src/gtk/colorlabel.c
15689                 third and final part of initial sync with main-gtk2
15690
15691 2005-02-03 [paul]       1.0.0cvs25.2
15692
15693         * src/jpilot.c
15694                 fix building with jpilot support
15695
15696 2005-02-02 [colin]      1.0.0cvs25.1
15697
15698         * src/messageview.c
15699                 Sync with HEAD (fix dangerous typo)
15700
15701 2005-02-01 [colin]      1.0.0cvs24.3
15702
15703         * src/common/xml.c
15704                 Write file as advertised (UTF-8)
15705
15706 2005-02-01 [paul]       1.0.0cvs24.2
15707
15708         * src/addrbook.c
15709         * src/addrindex.c
15710         * src/alertpanel.h
15711         * src/codeconv.c
15712         * src/codeconv.h
15713         * src/compose.c
15714         * src/export.c
15715         * src/folder_item_prefs.c
15716         * src/html.c
15717         * src/imap.c
15718         * src/import.c
15719         * src/jpilot.c
15720         * src/mainwindow.c
15721         * src/matcher_parser_lex.l
15722         * src/messageview.c
15723         * src/mh.c
15724         * src/prefs_account.c
15725         * src/prefs_actions.c
15726         * src/prefs_common.c
15727         * src/prefs_gtk.c
15728         * src/prefs_gtk.h
15729         * src/prefs_themes.c
15730         * src/procheader.c
15731         * src/procmime.c
15732         * src/sourcewindow.c
15733         * src/statusbar.c
15734         * src/summaryview.c
15735         * src/textview.c
15736         * src/toolbar.c
15737         * src/unmime.c
15738         * src/common/template.c
15739         * src/common/utils.c
15740         * src/common/xml.c
15741         * src/common/xml.h
15742         * src/gtk/gtkaspell.c
15743         * src/plugins/clamav/clamav_plugin.c
15744         * src/plugins/dillo_viewer/dillo_prefs.c
15745         * src/plugins/image_viewer/viewerprefs.c
15746         * src/plugins/pgpmime/passphrase.c
15747         * src/plugins/pgpmime/prefs_gpg.c
15748         * src/plugins/pgpmime/select-keys.c
15749         * src/plugins/spamassassin/spamassassin.c
15750                 second part of initial sync with main-gtk2
15751                 (more to follow)
15752
15753 2005-01-31 [colin]      1.0.0cvs24.1
15754
15755         * src/compose.c
15756                 Sync with HEAD
15757
15758 2005-01-29 [paul]       1.0.0cvs23.2
15759
15760         * src/account.c
15761         * src/action.c
15762         * src/addressadd.c
15763         * src/addressbook.c
15764         * src/alertpanel.c
15765         * src/compose.c
15766         * src/editaddress.c
15767         * src/editbook.c
15768         * src/editgroup.c
15769         * src/editjpilot.c
15770         * src/editldap.c
15771         * src/editldap_basedn.c
15772         * src/editvcard.c
15773         * src/export.c
15774         * src/foldersel.c
15775         * src/grouplistdialog.c
15776         * src/import.c
15777         * src/importldif.c
15778         * src/inc.c
15779         * src/main.c
15780         * src/mainwindow.c
15781         * src/message_search.c
15782         * src/messageview.c
15783         * src/mimeview.c
15784         * src/prefs_actions.c
15785         * src/prefs_common.c
15786         * src/prefs_common.h
15787         * src/prefs_customheader.c
15788         * src/prefs_display_header.c
15789         * src/prefs_filtering.c
15790         * src/prefs_filtering_action.c
15791         * src/prefs_gtk.c
15792         * src/prefs_matcher.c
15793         * src/prefs_summary_column.c
15794         * src/prefs_template.c
15795         * src/sourcewindow.c
15796         * src/summary_search.c
15797         * src/summaryview.c
15798         * src/textview.c
15799         * src/gtk/about.c
15800         * src/gtk/description_window.c
15801         * src/gtk/gtkshruler.c
15802         * src/gtk/gtkutils.c
15803         * src/gtk/gtkutils.h
15804         * src/gtk/inputdialog.c
15805         * src/gtk/logwindow.c
15806         * src/gtk/prefswindow.c
15807         * src/gtk/progressdialog.c
15808         * src/gtk/progressdialog.h
15809                 first part of initial sync with main-gtk2
15810                 (more to follow)
15811
15812 2005-01-28 [colin]      1.0.0cvs23.1
15813
15814         * src/folderview.c
15815                 Sync with HEAD
15816
15817 2005-01-27 [colin]      1.0.0cvs21.1
15818
15819         * src/folder.c
15820         * src/folderview.c
15821                 Sync with HEAD
15822
15823 2005-01-27 [colin]      1.0.0cvs19.1
15824
15825         * src/procmime.c
15826                 Sync with HEAD
15827
15828 2005-01-27 [colin]      1.0.0cvs18.1
15829
15830         * src/messageview.c
15831         * src/summaryview.c
15832         * src/mainwindow.c
15833         * src/compose.c
15834         * src/compose.h
15835         * src/procmsg.c
15836         * src/procmsg.h
15837         * src/toolbar.c
15838                 Sync with HEAD
15839
15840 2005-01-26 [paul]       1.0.0cvs15.2
15841
15842         * src/compose.c
15843                 compose_entries_set(): convert subject and body to
15844                 utf8 if necessary. patch by Felix Eckhofer
15845
15846 2005-01-26 [paul]       1.0.0cvs15.1
15847
15848         * configure.ac
15849         * src/common/template.c
15850                 sync with HEAD (fix memory leak)
15851
15852 2005-01-25 [paul]       1.0.0cvs14.1
15853
15854         * configure.ac
15855         * src/compose.c
15856                 sync with HEAD
15857
15858 2005-01-24 [colin]      1.0.0cvs13.1
15859
15860         * src/summaryview.c
15861                 Sync with HEAD
15862
15863 2005-01-24 [paul]       1.0.0cvs12.1
15864
15865         * configure.ac
15866         * src/messageview.c
15867         * src/mh.c
15868         * src/common/utils.c
15869                 sync with HEAD
15870
15871 2005-01-24 [colin]      1.0.0cvs11.1
15872
15873         * src/procheader.c
15874                 Sync with HEAD
15875
15876 2005-01-24 [colin]      1.0.0cvs10.1
15877
15878         * src/folderview.c
15879                 Sync with HEAD
15880
15881 2005-01-23 [colin]      1.0.0cvs9.1
15882
15883         * src/crash.c
15884                 Sync with HEAD
15885
15886 2005-01-22 [colin]      1.0.0cvs8.1
15887
15888         * src/summaryview.c
15889         * src/gtk/quicksearch.c
15890                 Sync with HEAD
15891
15892 2005-01-21 [colin]      1.0.0cvs7.1
15893
15894         * src/summaryview.c
15895                 Sync with HEAD
15896
15897 2005-01-21 [colin]      1.0.0cvs6.1
15898
15899         * src/summaryview.c
15900                 Sync with HEAD
15901
15902 2005-01-21 [colin]      1.0.0cvs5.1
15903
15904         * src/gtk/quicksearch.c
15905         * src/prefs_common.c
15906         * src/prefs_common.h
15907                 Sync with HEAD (recurse option)
15908
15909 2005-01-21 [colin]      1.0.0cvs4.1
15910
15911         * src/folder.h
15912         * src/folderview.c
15913         * src/folderview.h
15914         * src/summaryview.c
15915         * src/gtk/quicksearch.c
15916         * src/gtk/quicksearch.h
15917                 Sync with HEAD (recursive quicksearch)
15918
15919 2005-01-20 [colin]      1.0.0cvs3.4
15920
15921         * src/ssl_manager.c
15922                 Remove useless code
15923
15924 2005-01-20 [colin]      1.0.0cvs3.3
15925
15926         * src/ssl_manager.c
15927                 Fix leak, thanks to Alfons.
15928
15929 2005-01-20 [colin]      1.0.0cvs3.2
15930
15931         * src/ssl_manager.c
15932                 Port SSL certificate window to GTK2.
15933
15934 2005-01-20 [paul]       1.0.0cvs3.1
15935
15936         * ChangeLog.claws
15937         * configure.ac
15938         * src/addrindex.c
15939         * src/addrindex.h
15940                 sync with HEAD
15941
15942 2005-01-19 [colin]      1.0.0cvs2.2
15943
15944         * src/plugins/trayicon/trayicon.c
15945                 Fix freeze with gtk-2.6, the easy way
15946                 (signal blocking helpless there...)
15947                 Closes bug #668.
15948
15949 2005-01-19 [colin]      1.0.0cvs2.1
15950
15951         * src/mbox.c
15952         * src/mbox.h
15953         * src/mainwindow.c
15954         * src/summaryview.c
15955         * src/summaryview.h
15956                 Sync with HEAD
15957
15958 2005-01-19 [paul]       1.0.0cvs1.1
15959
15960         * configure.ac
15961         * po/de.po
15962         * po/es.po
15963         * po/fr.po
15964         * po/hr.po
15965         * po/it.po
15966         * po/ja.po
15967         * po/ko.po
15968         * po/pt_BR.po
15969         * po/ru.po
15970         * po/sk.po
15971         * po/sr.po
15972                 sync with HEAD (update translations)
15973
15974 2005-01-18 [colin]      1.0.0cvs0.1
15975
15976         * src/foldersel.c
15977                 Specify search column - patch by Alfons
15978
15979 2005-01-18 [colin]      0.9.13cvs36.3
15980
15981         * src/prefs_toolbar.c
15982                 Change Delete to Remove
15983         * src/prefs_fonts.c
15984                 GTK2 version and leak fixes
15985         * src/prefs_actions.c
15986                 Add stock buttons.
15987                 All patches by Alfons
15988
15989 2005-01-17 [colin]      0.9.13cvs36.2
15990
15991         * src/compose.c
15992                 Fix DnD inserting twice. While at it,
15993                 add DnD support for text/plain in the
15994                 body, and add support in the headers.
15995
15996 2005-01-16 [colin]      0.9.13cvs36.1
15997
15998         * ChangeLog
15999         * ChangeLog.jp
16000         * ChangeLog.claws
16001                 Sync with HEAD (nothing applicable)
16002
16003 2005-01-16 [colin]      0.9.13cvs33.2
16004
16005         * src/prefs_toolbar.c
16006                 GTK2ize prefs_toolbar, by Alfons.
16007
16008 2005-01-14 [colin]      0.9.13cvs33.1
16009
16010         * src/html.c
16011         * src/msgcache.c
16012                 Sync with HEAD
16013
16014 2005-01-14 [colin]      0.9.13cvs32.1
16015
16016         * src/html.c
16017         * src/html.h
16018         * src/msgcache.c
16019         * AUTHORS
16020         * tools/calypso_convert.pl
16021                 Sync with HEAD
16022
16023 2005-01-08 [colin]      0.9.13cvs29.2
16024
16025         * src/prefs_filtering_action.c
16026         * src/prefs_filtering.c
16027                 2 more gtk2 patches by Alfons
16028
16029 2005-01-07 [paul]       0.9.13cvs29.1
16030
16031         * ChangeLog
16032         * ChangeLog.claws
16033         * ChangeLog.jp
16034         * configure.ac
16035         * src/pop.c
16036         * src/pop.h
16037                 sync with HEAD
16038
16039 2005-01-07 [colin]      0.9.13cvs28.3
16040
16041         * src/gtk/progressdialog.c
16042         * src/gtk/progressdialog.h
16043         * src/inc.c
16044         * src/send_message.c
16045                 GTK2 for the incorporation dialog. The CList isn't dead
16046                 yet, for a more smooth migration. Patch by Alfons.
16047
16048 2005-01-06 [colin]      0.9.13cvs28.2
16049
16050         * src/prefs_display_header.c
16051                 GTK2 conversion by Alfons
16052         * src/prefs_actions.c
16053         * src/prefs_matcher.c
16054                 Fix 2 leaks - patch by Alfons
16055
16056 2005-01-06 [colin]      0.9.13cvs28.1
16057
16058         * src/prefs_matcher.c
16059                 Sync with HEAD
16060
16061 2005-01-06 [colin]      0.9.13cvs27.4
16062
16063         * src/prefs_matcher.c
16064                 Fix double-free. Patch by Alfons
16065
16066 2005-01-06 [colin]      0.9.13cvs27.3
16067
16068         * src/prefs_matcher.c
16069                 GTK2 widgets + memleak
16070                 Patch by Alfons
16071
16072 2005-01-05 [colin]      0.9.13cvs27.2
16073
16074         * src/account.c
16075         * src/addr_compl.c
16076         * src/foldersel.c
16077         * src/stock_pixmap.c
16078         * src/stock_pixmap.h
16079                 3 more GTK2 patches by Alfons.
16080
16081 2005-01-04 [colin]      0.9.13cvs27.1
16082
16083         * src/folderview.c
16084         * src/imap_gtk.c
16085         * src/news_gtk.c
16086                 Sync with HEAD
16087
16088 2005-01-04 [colin]      0.9.13cvs25.9
16089
16090         * src/compose.c
16091                 Fix Show Ruler menuitem
16092         * src/prefs_template.c
16093                 Convert to GTK2
16094         * src/common/utils.c
16095                 Make auto pointer stuff handles NULLs
16096                 Patches by Alfons.
16097
16098 2005-01-04 [colin]      0.9.13cvs25.8
16099
16100         * src/compose.c
16101                 Move the attachment list to gtk2
16102                 Patch by Alfons.
16103
16104 2005-01-04 [colin]      0.9.13cvs25.7
16105
16106         * src/textview.c
16107                 Make some keys work again
16108                 Patch by SungHyun Nam <namsh@kldp.org>
16109
16110 2005-01-04 [colin]      0.9.13cvs25.6
16111
16112         * src/gtk/gtkshruler.c
16113                 Move the ruler to GTK2
16114                 Patch by Alfons
16115
16116 2005-01-03 [colin]      0.9.13cvs25.5
16117
16118         * src/compose.c
16119                 Fix my broken patch apply 
16120
16121 2005-01-03 [colin]      0.9.13cvs25.4
16122
16123         * src/common/utils.c
16124         * src/common/utils.h
16125         * src/gtk/prefswindow.c
16126                 Move auto pointer stuff to utils.c
16127                 Patch by Alfons again :)
16128
16129 2005-01-03 [colin]      0.9.13cvs25.3
16130
16131         * src/compose.c
16132         * src/prefs_gtk.c
16133         * src/prefs_template.c
16134         * src/textview.c
16135                 Empty text widgets with empty strings, not NULL char
16136                 Patch by SungHyun Nam <namsh@kldp_org>
16137
16138 2005-01-03 [colin]      0.9.13cvs25.2
16139
16140         * src/main.c
16141         * AUTHORS
16142                 Sync with HEAD
16143
16144 2005-01-03 [colin]      0.9.13cvs25.1
16145
16146         * src/pop.c
16147         * src/pop.h
16148                 Sync with HEAD
16149
16150 2005-01-03 [colin]      0.9.13cvs24.3
16151
16152         * src/account.c
16153                 Two patches from Alfons and Alex S Moore:
16154                 fix images, fix return value.
16155
16156 2005-01-01 [colin]      0.9.13cvs24.2
16157
16158         * src/prefs_actions.c
16159                 Fix over-zealous assertion. Patch by Alfons
16160
16161 2005-01-01 [colin]      0.9.13cvs24.1
16162
16163         * src/procmime.c
16164                 Sync with HEAD (leak fix)
16165
16166 2004-12-31 [colin]      0.9.13cvs23.2
16167
16168         * src/prefs_common.c
16169                 GTK2 widgets + stock buttons - patch by Alfons
16170
16171 2004-12-31 [paul]       0.9.13cvs23.1
16172
16173         * configure.ac
16174                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16175         * src/gtk/pluginwindow.c
16176                 use GTK2 widgets and plug memory leaks,
16177                 patches by Alfons
16178
16179 2004-12-30 [colin]      0.9.13cvs22.4
16180
16181         * src/account.c
16182         * src/action.c
16183         * src/export.c
16184         * src/foldersel.c
16185         * src/import.c
16186         * src/message_search.c
16187         * src/prefs_actions.c
16188         * src/prefs_common.c
16189         * src/prefs_customheader.c
16190         * src/prefs_filtering.c
16191         * src/prefs_summary_column.c
16192         * src/summary_search.c
16193         * src/gtk/about.c
16194         * src/gtk/description_window.c
16195         * src/gtk/gtkutils.c
16196         * src/gtk/gtkutils.h
16197         * src/gtk/inputdialog.c
16198         * src/gtk/prefswindow.c
16199                 Use GTK2 stock buttons. Patches by Alfons.
16200
16201 2004-12-30 [colin]      0.9.13cvs22.3
16202
16203         * src/account.c
16204                 Sync with HEAD
16205         * src/prefs_actions.c
16206         * src/prefs_customheader.c
16207         * src/prefs_filtering.c
16208         * src/prefs_msg_colors.c
16209         * src/prefs_summary_column.c
16210         * src/gtk/prefswindow.c
16211                 Use GtkTreeView instead of deprecated 
16212                 widgets. Patches by Alfons.
16213
16214 2004-12-30 [paul]       0.9.13cvs22.2
16215
16216         * src/foldersel.c
16217                 use GTK 2 Tree View
16218                 patch by Alfons, with root folder sorting fix
16219                 by Stephan Sachse
16220
16221 2004-12-30 [paul]       0.9.13cvs22.1
16222
16223         * ChangeLog
16224         * ChangeLog.claws
16225         * ChangeLog.jp
16226         * NEWS
16227         * configure.ac
16228         * src/account.c
16229                 sync with HEAD
16230
16231 2004-12-22 [martin]     0.9.13cvs21.2
16232
16233         * src/action.c
16234                 free the command line after its use
16235
16236 2004-12-18 [paul]       0.9.13cvs21.1
16237
16238         * AUTHORS
16239         * ChangeLog
16240         * ChangeLog.claws
16241         * ChangeLog.jp
16242         * NEWS
16243         * configure.ac
16244         * src/action.c
16245         * src/compose.c
16246         * src/syldap.c
16247                 sync with HEAD
16248
16249 2004-12-17 [martin]     0.9.13cvs17.2
16250
16251         * src/action.c
16252                 convert actions input to locale
16253         * src/inc.c
16254                 convert notification command to locale
16255         * src/plugins/pgpmime/select-keys.c
16256                 convert attributes to utf8
16257
16258 2004-12-14 [colin]      0.9.13cvs17.1
16259
16260         * ChangeLog
16261         * ChangeLog.jp
16262         * ChangeLog.claws
16263         * src/action.c
16264         * src/common/utils.c
16265         * src/gtk/prefswindow.c
16266         * src/gtk/gtkutils.c
16267         * src/gtk/gtkutils.h
16268         * src/plugins/spamassassin/libspamc.c
16269                 Sync with HEAD
16270
16271 2004-12-13 [colin]      0.9.13cvs14.1
16272
16273         * src/quote_fmt_parse.y
16274                 Sync with HEAD
16275
16276 2004-12-10 [colin]      0.9.13cvs12.1
16277
16278         * src/prefs_themes.c
16279         * src/mainwindow.c
16280         * src/messageview.c
16281                 Sync with HEAD
16282
16283 2004-12-09 [colin]      0.9.13cvs10.1
16284
16285         * src/procmime.c
16286                 Sync with HEAD (fix B64 encoding from memory)
16287
16288 2004-12-08 [colin]      0.9.13cvs9.1
16289
16290         * src/gtk/colorlabel.c
16291                 Sync with HEAD
16292
16293 2004-12-08 [paul]       0.9.13cvs8.2
16294
16295         * src/gtk/pluginwindow.c
16296                 fix window resizing oddities
16297
16298 2004-12-08 [colin]      0.9.13cvs8.1
16299
16300         * src/quote_fmt_parse.y
16301                 Sync with HEAD
16302
16303 2004-12-08 [colin]      0.9.13cvs7.1
16304
16305         * src/matcher_parser_parse.y
16306         * src/msgcache.c
16307         * src/prefs_matcher.c
16308         * src/procheader.c
16309         * src/matcher.c
16310         * src/common/defs.h
16311         * po/sr.po
16312                 Sync with HEAD
16313
16314 2004-12-08 [colin]      0.9.13cvs6.1
16315
16316         * src/quote_fmt_parse.y
16317         * src/textview.c
16318                 Sync with HEAD
16319         * src/gtk/prefswindow.c
16320         * src/gtk/pluginwindow.c
16321                 Fix G_CALLBACKS protos (thanks to Alfons)
16322
16323 2004-12-07 [torte]      0.9.13cvs2.2
16324
16325         * src/procmime.c
16326                 [Bug 650] reply button causes crash
16327                 Thanks to David Relson and Christoph
16328
16329 2004-12-07 [colin]      0.9.13cvs2.1
16330
16331         * ChangeLog.claws
16332         * AUTHORS
16333         * po/sk.po
16334         * src/procmime.c
16335         * src/prefs_account.c
16336         * src/common/smtp.c
16337         * src/common/smtp.h
16338                 Sync with HEAD
16339
16340 2004-12-06 [colin]      0.9.12cvs187.1
16341
16342         * ChangeLog.claws
16343         * INSTALL
16344         * Makefile.am
16345         * README.claws
16346         * TODO.claws
16347         * configure.ac
16348         * po/bg.po
16349         * po/cs.po
16350         * po/el.po
16351         * po/en_GB.po
16352         * po/es.po
16353         * po/fr.po
16354         * po/hr.po
16355         * po/hu.po
16356         * po/it.po
16357         * po/ja.po
16358         * po/ko.po
16359         * po/nl.po
16360         * po/pl.po
16361         * po/pt_BR.po
16362         * po/ru.po
16363         * po/sk.po
16364         * po/sr.po
16365         * po/sv.po
16366         * po/zh_CN.po
16367         * po/zh_TW.Big5.po
16368         * src/compose.c
16369         * tools/Makefile.am
16370         * tools/README
16371         * tools/filter_conv.pl
16372         * tools/kdeservicemenu/README
16373         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16374         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16375                 Sync with HEAD
16376
16377 2004-12-04 [colin]      0.9.12cvs183.1
16378
16379         * src/compose.c
16380                 Sync with HEAD (compose window position saving)
16381
16382 2004-12-04 [paul]       0.9.12cvs182.3
16383
16384         * src/messageview.c
16385         * src/mimeview.c
16386         * src/prefs_customheader.c
16387         * src/gtk/quicksearch.c
16388                 replace some forgotten GTK_SIGNAL_FUNCs
16389
16390 2004-12-04 [paul]       0.9.12cvs182.2
16391
16392         * src/Makefile.am
16393                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16394                 committed in error      
16395
16396 2004-12-04 [paul]       0.9.12cvs182.1
16397
16398         * ChangeLog
16399         * ChangeLog.claws
16400         * ChangeLog.jp
16401         * INSTALL
16402         * NEWS
16403         * README
16404         * README.jp
16405         * configure.ac
16406         * doc/manual/ja/Makefile.am
16407         * doc/manual/ja/sylpheed-1.html
16408         * doc/manual/ja/sylpheed-10.html
16409         * doc/manual/ja/sylpheed-11.html
16410         * doc/manual/ja/sylpheed-12.html
16411         * doc/manual/ja/sylpheed-13.html
16412         * doc/manual/ja/sylpheed-14.html
16413         * doc/manual/ja/sylpheed-15.html
16414         * doc/manual/ja/sylpheed-16.html
16415         * doc/manual/ja/sylpheed-17.html
16416         * doc/manual/ja/sylpheed-18.html
16417         * doc/manual/ja/sylpheed-19.html
16418         * doc/manual/ja/sylpheed-2.html
16419         * doc/manual/ja/sylpheed-20.html
16420         * doc/manual/ja/sylpheed-3.html
16421         * doc/manual/ja/sylpheed-4.html
16422         * doc/manual/ja/sylpheed-5.html
16423         * doc/manual/ja/sylpheed-6.html
16424         * doc/manual/ja/sylpheed-7.html
16425         * doc/manual/ja/sylpheed-8.html
16426         * doc/manual/ja/sylpheed-9.html
16427         * doc/manual/ja/sylpheed.html
16428         * doc/manual/ja/sylpheed.sgml
16429         * po/de.po
16430         * src/Makefile.am
16431         * src/compose.c
16432         * src/procmime.c
16433         * src/pixmaps/regular.xpm **REMOVED**
16434         * src/plugins/pgpmime/pgpmime.c
16435         * src/plugins/pgpmime/plugin.c
16436         * src/plugins/pgpmime/prefs_gpg.c
16437                 sync with HEAD
16438
16439 2004-12-03 [paul]       0.9.12cvs180.1
16440
16441         * ChangeLog
16442         * ChangeLog.claws
16443         * ChangeLog.jp
16444         * configure.ac
16445         * src/Makefile.am
16446         * src/pop.c
16447         * src/common/utils.c
16448         * src/common/utils.h
16449         * src/pixmaps/continue.xpm
16450         * src/pixmaps/dir_close.xpm
16451         * src/pixmaps/dir_open.xpm
16452         * src/pixmaps/drafts_close.xpm
16453         * src/pixmaps/drafts_open.xpm
16454         * src/pixmaps/folder.xpm **REMOVED**
16455         * src/pixmaps/group.xpm
16456         * src/pixmaps/unread.xpm
16457                 sync with HEAD
16458
16459 2004-12-02 [colin]      0.9.12cvs179.1
16460
16461         * src/compose.c
16462                 Sync with HEAD (non-duplicated reedition)
16463
16464 2004-12-02 [colin]      0.9.12cvs178.1
16465
16466         * src/compose.c
16467                 Sync with HEAD (linewrap_quote fix)
16468
16469 2004-12-01 [colin]      0.9.12cvs177.3
16470
16471         * src/addrharvest.c
16472                 Replace sizeof with strlen
16473
16474 2004-12-01 [paul]       0.9.12cvs177.2
16475
16476         * src/addrharvest.c
16477                 fix 'harvest addresses'
16478
16479 2004-11-30 [colin]      0.9.12cvs177.1
16480
16481         * src/gtk/prefswindow.c
16482         * src/gtk/pluginwindow.c
16483                 Sync with HEAD
16484
16485 2004-11-29 [colin]      0.9.12cvs176.1
16486
16487         * src/folderview.c
16488                 sync with HEAD (Fix disappearing separators in folderview's popup)
16489
16490 2004-11-29 [colin]      0.9.12cvs175.1
16491
16492         * src/procmime.c
16493                 Sync with head (another format fix)
16494
16495 2004-11-29 [colin]      0.9.12cvs174.1
16496
16497         * src/pop.c
16498                 Sync with HEAD (format string fix)
16499
16500 2004-11-26 [colin]      0.9.12cvs173.1
16501
16502         * src/common/smtp.c
16503         * src/common/smtp.h
16504                 Sync with HEAD
16505
16506 2004-11-24 [colin]      0.9.12cvs172.1
16507
16508         * src/plugins/pgpmime/pgpmime.c
16509                 Sync with HEAD
16510
16511 2004-11-24 [colin]      0.9.12cvs171.1
16512
16513         * src/plugins/pgpmime/pgpmime.c
16514                 Sync with head (gpgmectx leaks)
16515
16516 2004-11-24 [colin]      0.9.12cvs169.1
16517
16518         * src/plugins/pgpmime/plugin.c
16519         * src/plugins/trayicon/Makefile.am
16520         * src/plugins/trayicon/newmarkedmail.xpm
16521         * src/plugins/trayicon/trayicon.c
16522         * src/plugins/trayicon/unreadmarkedmail.xpm
16523                 Sync with HEAD
16524
16525 2004-11-23 [colin]      0.9.12cvs168.1
16526
16527         * src/partial_download.c
16528         * src/partial_download.h
16529         * src/plugins/pgpmime/plugin.c
16530                 Sync with HEAD
16531
16532 2004-11-23 [colin]      0.9.12cvs166.1
16533
16534         * src/Makefile.am
16535         * src/codeconv.c
16536         * src/compose.c
16537         * src/folderview.c
16538         * src/main.c
16539         * src/partial_download.c
16540         * src/partial_download.h
16541         * src/prefs_account.c
16542         * src/prefs_account.h
16543         * src/privacy.c
16544         * src/privacy.h
16545         * src/procmime.c
16546         * src/common/Makefile.am
16547         * src/common/base64.h
16548         * src/common/partial_download.c
16549         * src/common/partial_download.h
16550         * src/gtk/prefswindow.c
16551         * src/gtk/prefswindow.h
16552         * src/plugins/pgpmime/pgpmime.c
16553         * src/plugins/pgpmime/prefs_gpg.c
16554         * src/plugins/pgpmime/prefs_gpg.h
16555         * src/plugins/pgpmime/sgpgme.c
16556         * src/plugins/pgpmime/sgpgme.h
16557                 Sync with HEAD
16558
16559 2004-11-23 [colin]      0.9.12cvs163.1
16560
16561         * src/main.c
16562                 Sync with HEAD (cursor optimization)
16563
16564 2004-11-23 [colin]      0.9.12cvs162.1
16565
16566         * src/prefs_common.c
16567         * src/prefs_themes.c
16568         * src/procmsg.c
16569                 Sync with HEAD
16570
16571 2004-11-23 [colin]      0.9.12cvs158.9
16572
16573         * src/compose.c
16574                 Fix double-free when forwarding
16575         * src/msgcache.c
16576                 Fix leak on error path
16577                 
16578
16579 2004-11-23 [colin]      0.9.12cvs158.8
16580
16581         * src/compose.c
16582                 Fix possible double-free
16583                 Spotted by Alfons
16584
16585 2004-11-23 [colin]      0.9.12cvs158.7
16586
16587         * src/compose.c
16588                 Fix some signal handlers' prototypes
16589                 Spotted by Alfons
16590
16591 2004-11-22 [colin]      0.9.12cvs158.6
16592
16593         * src/compose.c
16594                 Remove unneeded code and duplicated
16595                 wrapping - patch by Alfons
16596
16597 2004-11-22 [colin]      0.9.12cvs158.5
16598
16599         * src/prefs_themes.c
16600                 Fix oversized selector
16601
16602 2004-11-22 [colin]      0.9.12cvs158.4
16603
16604         * src/compose.c
16605                 fix dump_text()
16606                 patch by Alfons
16607
16608 2004-11-19 [colin]      0.9.12cvs158.3
16609
16610         * src/textview.c
16611                 Add a context menu on links (open, copy)
16612
16613 2004-11-18 [paul]       0.9.12cvs158.2
16614
16615         * src/addrgather.c
16616         * src/exphtmldlg.c
16617         * src/expldifdlg.c
16618         * src/mimeview.c
16619         * src/prefs_common.c
16620         * src/plugins/image_viewer/viewer.c
16621         * src/plugins/spamassassin/spamassassin_gtk.c
16622                 replace deprecated gtk_notebook_set_page
16623                 and gtk_notebook_current_page
16624
16625 2004-11-18 [paul]       0.9.12cvs158.1
16626
16627         * configure.ac
16628         * src/compose.c
16629         * src/mainwindow.c
16630         * src/messageview.c
16631         * src/prefs_common.c
16632         * src/common/utils.c
16633         * src/common/utils.h
16634                 sync with HEAD
16635
16636 2004-11-17 [colin]      0.9.12cvs156.1
16637
16638         * src/prefs_account.c
16639         * src/prefs_account.h
16640         * src/procmsg.c
16641                 Sync with HEAD (add pref to store encrypted mails encrypted)
16642
16643 2004-11-17 [paul]       0.9.12cvs155.1
16644
16645         * ChangeLog
16646         * ChangeLog.claws
16647         * ChangeLog.jp
16648         * NEWS
16649         * configure.ac
16650         * src/compose.c
16651         * src/jpilot.c
16652         * src/privacy.c
16653         * src/procmime.c
16654         * src/procmime.h
16655         * src/procmsg.c
16656         * src/toolbar.c
16657         * src/pixmaps/error.xpm
16658                 sync with HEAD
16659
16660 2004-11-17 [colin]      0.9.12cvs151.1
16661
16662         * src/plugins/pgpmime/pgpmime.c
16663                 Sync with HEAD (remove debug printf)
16664
16665 2004-11-17 [colin]      0.9.12cvs150.1
16666
16667         * src/plugins/pgpmime/pgpmime.c
16668                 Sync with HEAD (off-by-one fix)
16669
16670 2004-11-17 [colin]      0.9.12cvs149.1
16671
16672         * src/procmsg.c
16673                 Sync with HEAD (coding style fixes)
16674
16675 2004-11-16 [colin]      0.9.12cvs148.1
16676
16677         * src/procmsg.c
16678                 Sync with head (Fix the fix)
16679
16680 2004-11-16 [colin]      0.9.12cvs147.1
16681
16682         * src/procmsg.c
16683                 Sync with Main (leak fix)
16684
16685 2004-11-16 [colin]      0.9.12cvs146.14
16686
16687         * src/compose.c
16688                 Remove useless chunk of code
16689                 Patch by Alfons
16690
16691 2004-11-15 [colin]      0.9.12cvs146.13
16692
16693         * src/compose.c
16694                 Fix drafting after insertion
16695                 Patch by Alfons
16696
16697 2004-11-15 [colin]      0.9.12cvs146.12
16698
16699         * src/compose.c
16700         * src/prefs_filtering.c
16701         * src/prefs_filtering_action.c
16702         * src/prefs_toolbar.c
16703                 Fix some const-correctness
16704
16705 2004-11-15 [colin]      0.9.12cvs146.11
16706
16707         * src/summaryview.c
16708         * src/prefs_themes.c
16709         * src/messageview.c
16710                 Fix some leaks
16711
16712 2004-11-15 [colin]      0.9.12cvs146.10
16713
16714         * src/codeconv.c
16715                 More unreadable locale fixes
16716
16717 2004-11-14 [colin]      0.9.12cvs146.9
16718
16719         * src/textview.c
16720                 Fix uri_security_check
16721                 Patch by Alfons
16722
16723 2004-11-13 [paul]       0.9.12cvs146.8
16724
16725         * src/folder.c
16726         * src/procmime.c
16727                 fix 2 bugs introduced in last commit
16728
16729 2004-11-13 [paul]       0.9.12cvs146.7
16730
16731         * src/compose.c
16732         * src/exporthtml.c
16733         * src/exportldif.c
16734         * src/folder.c
16735         * src/imap.c
16736         * src/imap_gtk.c
16737         * src/main.c
16738         * src/mainwindow.c
16739         * src/messageview.c
16740         * src/mh_gtk.c
16741         * src/prefs_themes.c
16742         * src/procmime.c
16743         * src/setup.c
16744         * src/summaryview.c
16745                 replace deprecated g_basename
16746
16747 2004-11-13 [paul]       0.9.12cvs146.6
16748
16749         * src/compose.c
16750         * src/imap.c
16751         * src/matcher_parser.h
16752         * src/matcher_parser_parse.y
16753         * src/prefs_filtering.c
16754         * src/prefs_filtering_action.c
16755         * src/prefs_themes.c
16756         * src/prefs_toolbar.c
16757         * src/common/utils.c
16758                 various small fixes/cleanups
16759
16760 2004-11-12 [colin]      0.9.12cvs146.5
16761
16762         * src/textview.c
16763                 Validate event's origin on visibility notify
16764                 Patch by Alfons.
16765
16766 2004-11-12 [paul]       0.9.12cvs146.4
16767
16768         * src/exporthtml.c
16769         * src/exportldif.c
16770         * src/imap.c
16771         * src/mh.c
16772         * src/mimeview.c
16773         * src/prefs_spelling.c
16774         * src/prefs_themes.c
16775                 replace deprecated g_dirname    
16776
16777 2004-11-12 [colin]      0.9.12cvs146.3
16778
16779         * src/textview.c
16780                 Some coding style fixes
16781
16782 2004-11-12 [colin]      0.9.12cvs146.2
16783
16784         * src/codeconv.c
16785                 We want to replace _all_ extended chars in
16786                 conv_unreadable_*, because any string containing
16787                 extended chars not parsing as UTF8 is 
16788                 undisplayed on gtk2.
16789
16790 2004-11-12 [paul]       0.9.12cvs146.1
16791
16792         * ChangeLog
16793         * ChangeLog.claws
16794         * ChangeLog.jp
16795         * NEWS
16796         * configure.ac
16797         * src/account.c
16798         * src/folderview.c
16799         * src/folderview.h
16800         * src/imap.c
16801         * src/imap_gtk.c
16802         * src/inc.c
16803         * src/mainwindow.c
16804         * src/mh_gtk.c
16805         * src/news_gtk.c
16806         * src/pop.c
16807         * src/prefs_account.c
16808         * src/prefs_account.h
16809         * src/prefs_ext_prog.c
16810         * src/procmime.c
16811         * src/procmime.h
16812         * src/procmsg.c
16813         * src/procmsg.h
16814         * src/summary_search.c
16815         * src/summaryview.c
16816         * src/textview.c
16817         * src/common/defs.h
16818         * src/common/utils.c
16819         * src/common/utils.h
16820         * src/gtk/menu.c
16821         * src/gtk/menu.h
16822                 sync with HEAD
16823
16824 2004-11-11 [colin]      0.9.12cvs144.2
16825
16826         * src/textview.c
16827                 Fix URI range selection (patch by Alfons)
16828
16829 2004-11-09 [colin]      0.9.12cvs144.1
16830
16831         * ChangeLog.claws
16832         * src/compose.c
16833         * src/folder.c
16834         * src/folder_item_prefs.c
16835         * src/prefs_account.c
16836         * src/prefs_account.h
16837         * src/plugins/pgpmime/pgpmime.c
16838                 Sync with HEAD
16839
16840 2004-11-08 [colin]      0.9.12cvs143.1
16841
16842         * src/summaryview.c
16843                 Sync with HEAD (optimize quicksearch)
16844
16845 2004-11-08 [colin]      0.9.12cvs142.2
16846
16847         * src/compose.c
16848                 Don't wrap when Edit/Auto wrapping is disabled
16849
16850 2004-11-08 [colin]      0.9.12cvs142.1
16851
16852         * src/textview.c
16853                 Sync with HEAD
16854
16855 2004-11-08 [colin]      0.9.12cvs141.1
16856
16857         * src/textview.c
16858                 Sync with HEAD (fix some mail URIs)
16859
16860 2004-11-08 [colin]      0.9.12cvs140.3
16861
16862         * src/textview.c
16863                 o Use text cursor instead of arrow when
16864                   not on a link
16865                 o Fix handling of contiguous links (as in
16866                   "colin@colino.net" <colin@colino.net>)
16867                   This one unveils a bug in get_email_part()
16868
16869 2004-11-07 [colin]      0.9.12cvs140.2
16870
16871         * src/textview.c
16872                 Fix memleak. Patch by Alfons.
16873
16874 2004-11-06 [colin]      0.9.12cvs140.1
16875
16876         * src/compose.c
16877                 Sync with HEAD (don't ask passphrase
16878                 when drafting)
16879
16880 2004-11-06 [paul]       0.9.12cvs139.2
16881
16882         * AUTHORS
16883         * src/textview.c
16884         * src/textview.h
16885                 textview URI handling. hovering over a 
16886                 link displays it in the status bar,
16887                 and changes the mouse pointer to a hand 
16888                 cursor. a link is activated with a single 
16889                 click. (Modified from the) patch by Jean-Yves 
16890                 Lefort <jylefort@users.sourceforge.net>
16891                 
16892
16893 2004-11-05 [colin]      0.9.12cvs139.1
16894
16895         * src/compose.c
16896         * src/procmime.c
16897                 Sync with HEAD again ^^
16898
16899 2004-11-05 [colin]      0.9.12cvs139.1
16900
16901         * src/compose.c
16902         * src/procmime.c
16903                 Sync with HEAD
16904
16905 2004-11-03 [paul]       0.9.12cvs138.1
16906
16907         * ChangeLog.claws
16908         * configure.ac
16909         * po/POTFILES.in
16910         * src/prefs_ext_prog.c
16911         * src/procmime.c
16912         * tools/kdeservicemenu/README
16913         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16914         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16915                 sync with HEAD
16916
16917 2004-11-01 [christoph]  0.9.12cvs136.2
16918
16919         * src/procmime.c
16920                 convert MIME parameters to UTF-8
16921
16922 2004-10-29 [colin]      0.9.12cvs136.1
16923
16924         * src/common/utils.c
16925                 Sync with HEAD (don't use '=' in mime boundary)
16926
16927 2004-10-29 [paul]       0.9.12cvs135.1
16928
16929         * configure.ac
16930         * doc/src/rfc2231.txt
16931         * src/procmime.c
16932         * src/common/quoted-printable.c
16933         * src/common/utils.c
16934         * src/common/utils.h
16935                 sync with HEAD
16936
16937 2004-10-27 [paul]       0.9.12cvs134.1
16938
16939         * configure.ac
16940         * src/main.c
16941         * src/procmime.c
16942         * src/plugins/pgpmime/pgpmime.c
16943                 sync with HEAD
16944
16945 2004-10-26 [paul]       0.9.12cvs132.3
16946
16947         * src/account.c
16948         * src/addressbook.c
16949         * src/addrgather.c
16950         * src/addrharvest.c
16951         * src/codeconv.c
16952         * src/compose.c
16953         * src/customheader.c
16954         * src/editaddress.c
16955         * src/editgroup.c
16956         * src/enriched.c
16957         * src/expldifdlg.c
16958         * src/exporthtml.c
16959         * src/exportldif.c
16960         * src/folder.c
16961         * src/foldersel.c
16962         * src/folderview.c
16963         * src/grouplistdialog.c
16964         * src/html.c
16965         * src/imap.c
16966         * src/jpilot.c
16967         * src/ldapserver.c
16968         * src/ldif.c
16969         * src/mimeview.c
16970         * src/news.c
16971         * src/news_gtk.c
16972         * src/pop.c
16973         * src/prefs_display_header.c
16974         * src/prefs_gtk.c
16975         * src/prefs_msg_colors.c
16976         * src/prefs_toolbar.c
16977         * src/procheader.c
16978         * src/procmime.c
16979         * src/summaryview.c
16980         * src/textview.c
16981         * src/toolbar.c
16982         * src/vcard.c
16983         * src/common/mgutils.c
16984         * src/common/nntp.c
16985         * src/common/smtp.c
16986         * src/common/template.c
16987         * src/common/utils.c
16988         * src/common/xmlprops.c
16989         * src/plugins/pgpmime/pgpmime.c
16990         * src/plugins/pgpmime/select-keys.c
16991         * src/plugins/pgpmime/sgpgme.c
16992                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16993                 g_string_sprintfa(), gtk_notebook_current_page()
16994
16995 2004-10-26 [colin]      0.9.12cvs132.2
16996
16997         * src/prefs_folder_item.c
16998                 Fix default-account selection
16999
17000 2004-10-21 [colin]      0.9.12cvs133
17001
17002         * src/compose.c
17003                 Sync with HEAD (Remove extra separator in compose's Options)
17004         * src/textview.c
17005                 Set wrapping to char
17006
17007 2004-10-21 [paul]       0.9.12cvs131.2
17008
17009         * src/compose.c
17010         * src/sourcewindow.c
17011                 fix wrapping
17012                 fix window shrinking 
17013
17014 2004-10-21 [colin]      0.9.12cvs131.1
17015
17016         * ChangeLog.claws
17017         * src/compose.c
17018                 Sync with HEAD
17019
17020 2004-10-21 [paul]       0.9.12cvs130.2
17021
17022         * src/prefs_folder_item.c
17023                 sync with HEAD (Apply to subfolders)
17024
17025 2004-10-19 [colin]      0.9.12cvs130.1
17026
17027         * ChangeLog.claws
17028         * src/compose.c
17029         * src/common/utils.c
17030         * src/gtk/menu.c
17031                 Sync with HEAD
17032
17033 2004-10-19 [colin]      0.9.12cvs128.1
17034
17035         * src/addrbook.c
17036         * src/addrcache.c
17037         * src/addressbook.c
17038         * src/codeconv.c
17039         * src/compose.c
17040         * src/customheader.c
17041         * src/editaddress.c
17042         * src/editgroup.c
17043         * src/exporthtml.c
17044         * src/folder.c
17045         * src/folderview.c
17046         * src/imap.c
17047         * src/jpilot.c
17048         * src/main.c
17049         * src/matcher_parser_parse.y
17050         * src/mbox.c
17051         * src/pop.c
17052         * src/prefs_account.c
17053         * src/prefs_gtk.c
17054         * src/prefs_msg_colors.c
17055         * src/procheader.c
17056         * src/procmime.c
17057         * src/procmime.h
17058         * src/procmsg.c
17059         * src/summaryview.c
17060         * src/textview.c
17061         * src/common/base64.c
17062         * src/common/partial_download.c
17063         * src/common/socket.c
17064         * src/common/sylpheed.c
17065         * src/common/utils.c
17066         * src/common/utils.h
17067         * src/gtk/pluginwindow.c
17068         * src/gtk/quicksearch.c
17069         * src/plugins/clamav/clamav_plugin.c
17070         * src/plugins/clamav/clamav_plugin.h
17071         * src/plugins/clamav/clamav_plugin_gtk.c
17072         * src/plugins/pgpmime/passphrase.c
17073         * src/plugins/pgpmime/pgpmime.c
17074         * src/plugins/pgpmime/plugin.c
17075         * src/plugins/pgpmime/prefs_gpg.c
17076         * src/plugins/pgpmime/prefs_gpg.h
17077         * src/plugins/pgpmime/select-keys.c
17078         * src/plugins/pgpmime/sgpgme.c
17079         * src/plugins/spamassassin/libspamc.c
17080         * src/plugins/spamassassin/spamassassin.c
17081         * src/plugins/spamassassin/spamassassin.h
17082         * src/plugins/spamassassin/spamassassin_gtk.c
17083         * src/plugins/trayicon/trayicon.c
17084         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17085                 Sync with HEAD
17086
17087 2004-10-14 [colin]      0.9.12cvs126.2
17088
17089         * src/codeconv.c
17090         * src/textview.c
17091                 Fix conv_unreadable_locale
17092
17093 2004-10-13 [colin]      0.9.12cvs126.1
17094
17095         * src/compose.c
17096                 Sync with HEAD (don't convert charset for 
17097                 drafted messages, minor cleanup)
17098
17099 2004-10-13 [colin]      0.9.12cvs125.1
17100
17101         * po/POTFILES.in
17102                 Sync with HEAD (POTFILES fix)
17103
17104 2004-10-12 [colin]      0.9.12cvs124.3
17105
17106         * src/compose.c
17107                 Fix encoding bug from latest sync
17108
17109 2004-10-12 [paul]       0.9.12cvs124.2
17110
17111         * src/plugins/pgpmime/prefs_gpg.c
17112         * src/plugins/pgpmime/prefs_gpg.h
17113                 forgotten in last commit        
17114
17115 2004-10-12 [paul]       0.9.12cvs124.1
17116
17117         * ChangeLog.claws
17118         * configure.ac
17119         * m4/spamassassin.m4
17120         * src/Makefile.am
17121         * src/account.c
17122         * src/compose.c
17123         * src/compose.h
17124         * src/crash.c
17125         * src/main.c
17126         * src/mimeview.c
17127         * src/passphrase.c
17128         * src/passphrase.h
17129         * src/prefs_account.c
17130         * src/prefs_account.h
17131         * src/prefs_common.c
17132         * src/privacy.c
17133         * src/privacy.h
17134         * src/procmime.c
17135         * src/procmime.h
17136         * src/procmsg.c
17137         * src/rfc2015.c
17138         * src/rfc2015.h
17139         * src/select-keys.c
17140         * src/select-keys.h
17141         * src/textview.c
17142         * src/common/utils.c
17143         * src/common/utils.h
17144         * src/gtk/about.c
17145         * src/plugins/pgpmime/Makefile.am
17146         * src/plugins/pgpmime/passphrase.c
17147         * src/plugins/pgpmime/passphrase.h
17148         * src/plugins/pgpmime/pgpmime.c
17149         * src/plugins/pgpmime/plugin.c
17150         * src/plugins/pgpmime/select-keys.c
17151         * src/plugins/pgpmime/select-keys.h
17152         * src/plugins/pgpmime/sgpgme.c
17153         * src/plugins/pgpmime/sgpgme.h
17154                 sync with HEAD
17155
17156 2004-10-04 [colin]      0.9.12cvs122.1
17157
17158         * src/mainwindow.c
17159         * src/messageview.c
17160         * src/messageview.h
17161         * src/textview.c
17162                 Sync with HEAD
17163
17164 2004-10-04 [colin]      0.9.12cvs121.1
17165
17166         * src/summaryview.c
17167                 Sync with HEAD
17168
17169 2004-10-04 [paul]       0.9.12cvs120.1
17170
17171         * configure.ac
17172                 sync with HEAD [don't try to build 
17173                 pgpmime plugin when gpgme is disabled]
17174
17175 2004-10-03 [colin]      0.9.12cvs119.3
17176
17177         * src/gtk/gtksctree.c
17178                 Lots of side effects. Put back as before 117.2.
17179         * src/summaryview.c
17180                 Fix bug #602
17181
17182 2004-10-03 [colin]      0.9.12cvs119.2
17183
17184         * src/gtk/gtksctree.c
17185                 Revert 608 fix that doesn't work that good
17186
17187 2004-10-02 [colin]      0.9.12cvs119.1
17188
17189         * src/mainwindow.c
17190         * src/messageview.c
17191         * src/prefs_common.h
17192         * src/procmime.c
17193         * src/procmime.h
17194         * src/textview.c
17195                 Sync with HEAD
17196         * src/gtk/gtksctree.c
17197                 Close bug #608
17198
17199 2004-10-01 [colin]      0.9.12cvs118.1
17200
17201         * src/mimeview.c
17202                 Sync with HEAD (better Save All fix)
17203
17204 2004-10-01 [colin]      0.9.12cvs117.2
17205
17206         * src/gtk/gtksctree.c
17207                 Faster on selection
17208
17209 2004-10-01 [colin]      0.9.12cvs117.1
17210
17211         * src/mimeview.c
17212                 Sync with HEAD (Save All: only attachments)
17213
17214 2004-10-01 [paul]       0.9.12cvs116.1
17215
17216         * ChangeLog.claws
17217         * configure.ac
17218         * src/account.c
17219         * src/prefs_common.c
17220         * src/gtk/colorlabel.c
17221                 sync with HEAD
17222
17223 2004-09-30 [colin]      0.9.12cvs115.1
17224
17225         * src/stock_pixmap.c
17226         * src/stock_pixmap.h
17227         * src/folderview.c
17228         * src/Makefile.am
17229         * src/pixmaps/read.xpm
17230                 Sync with HEAD (new pixmap)
17231
17232 2004-09-29 [colin]      0.9.12cvs114.1
17233
17234         * src/compose.c
17235                 Sync with HEAD
17236                 Fix focus handling in headers
17237
17238 2004-09-29 [paul]       0.9.12cvs113.1
17239
17240         * src/quote_fmt_parse.y
17241                 sync with HEAD
17242  
17243
17244 2004-09-28 [colin]      0.9.12cvs112.1
17245
17246         * src/folderview.c
17247         * src/mainwindow.c
17248                 Sync with HEAD
17249
17250 2004-09-28 [colin]      0.9.12cvs110.1
17251
17252         * src/folderview.c
17253                 Sync with HEAD (Contextual Empty trash menu)
17254
17255 2004-09-28 [colin]      0.9.12cvs108.1
17256
17257         * src/addressbook.c
17258                 Sync with HEAD (addressbook edit on double-click)
17259
17260 2004-09-28 [colin]      0.9.12cvs106.1
17261
17262         * src/inc.c
17263                 Sync with HEAD (folder_item freeze on inc)
17264
17265 2004-09-27 [colin]      0.9.12cvs105.1
17266
17267         * src/folderview.c
17268                 Sync with HEAD (right-align new and unread column)
17269
17270 2004-09-27 [colin]      0.9.12cvs104.1
17271
17272         * src/main.c
17273                 Sync with HEAD (revert 0.9.12cvs101)
17274
17275 2004-09-24 [colin]      0.9.12cvs103.2
17276
17277         * src/wizard.c
17278                 Fix gtk warnings and use domain part of the email address 
17279                 when domain detection fails (no dot in domain name)
17280
17281 2004-09-23 [colin]      0.9.12cvs103.1
17282
17283         * src/plugins/spamassassin/libspamc.c
17284         * src/plugins/spamassassin/libspamc.h
17285         * src/plugins/spamassassin/utils.c
17286         * src/plugins/spamassassin/utils.h
17287                 Sync with HEAD (Update spamassassin to 3.0)
17288
17289 2004-09-21 [colin]      0.9.12cvs102.3
17290
17291         * src/action.c
17292                 Add horizontal scrollbar in action io dialog as needed
17293                 Patch by Alfons.
17294
17295 2004-09-20 [colin]      0.9.12cvs102.2
17296
17297         * src/plugins/image_viewer/viewer.c
17298                 Remove imlib stuff
17299                 use gtk_pixmap_set when clearing
17300                 (would be better to use gtkImages, but causes size-allocate 
17301                 signals storm)
17302
17303 2004-09-17 [paul]       0.9.12cvs102.1
17304
17305         * ChangeLog
17306         * ChangeLog.claws
17307         * ChangeLog.jp
17308         * configure.ac
17309         * src/inc.c
17310                 sync with HEAD
17311
17312
17313 2004-09-17 [colin]      0.9.12cvs101.1
17314
17315         * ChangeLog.claws
17316         * src/main.c
17317                 Sync with HEAD (fix segs at exit)
17318
17319 2004-09-14 [colin]      0.9.12cvs99.5
17320
17321         * src/common/socket.c
17322         * AUTHORS
17323                 Fix send error on 64bit platforms
17324                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17325
17326 2004-09-14 [colin]      0.9.12cvs99.4
17327
17328         * src/action.c
17329                 Fix action output with utf8 
17330                 Patch by Alfons.
17331
17332 2004-09-14 [colin]      0.9.12cvs99.3
17333
17334         * ChangeLog.claws
17335         * src/folder.c
17336                 Sync with HEAD
17337
17338 2004-09-09 [colin]      0.9.12cvs99.2
17339
17340         * src/action.c
17341                 Fix progress bar (displaying "Completed %v/%u")
17342                 Patch by Alfons.
17343
17344 2004-09-08 [colin]      0.9.12cvs99.1
17345
17346         * src/account.c
17347         * src/folder.c
17348         * src/procmsg.c
17349         * src/procmsg.h
17350         * src/plugins/pgpmime/pgpmime.c
17351                 Sync with HEAD
17352
17353 2004-09-08 [colin]      0.9.12cvs97.2
17354
17355         * src/summaryview.c
17356                 Don't select mails in collapsed threads 
17357                 when navigating with up/down
17358
17359 2004-09-07 [colin]      0.9.12cvs97.1
17360
17361         * src/inc.c
17362                 Sync with HEAD (meaningful error messages)
17363
17364 2004-09-06 [colin]      0.9.12cvs96.1
17365
17366         * src/toolbar.c
17367                 Sync with HEAD (fix Redirect graying out)
17368
17369 2004-09-06 [colin]      0.9.12cvs95.1
17370
17371         * src/summaryview.c
17372         * src/mimeview.c
17373                 Sync with HEAD (fix dropped URIs)
17374
17375 2004-09-06 [colin]      0.9.12cvs94.1
17376
17377         * src/addressbook.c
17378         * src/addressitem.h
17379         * src/addritem.c
17380         * src/addritem.h
17381                 Sync with HEAD (addressbook DnD)
17382
17383 2004-09-03 [colin]      0.9.12cvs93.1
17384
17385         * src/summaryview.c
17386                 Sync with HEAD (next/prev unread)
17387
17388 2004-09-03 [colin]      0.9.12cvs92.1
17389
17390         * src/prefs_common.c
17391         * src/prefs_common.h
17392         * src/summaryview.c
17393                 Sync with HEAD ('mark_as_read_delay' pref)
17394
17395 2004-09-02 [colin]      0.9.12cvs91.2
17396
17397         * src/common/xml.c
17398                 Fix leak
17399
17400 2004-09-02 [colin]      0.9.12cvs91.1
17401
17402         * src/gtk/menu.c
17403                 Sync with HEAD (menu accel don't work, but whatever)
17404
17405 2004-09-02 [colin]      0.9.12cvs90.1
17406
17407         * src/account.c
17408                 Sync with HEAD (fix bug 582)
17409
17410 2004-09-02 [colin]      0.9.12cvs89.1
17411
17412         * src/addrindex.c
17413                 Sync with HEAD (free deleted queries)
17414
17415 2004-09-02 [colin]      0.9.12cvs88.1
17416
17417         * src/ldapquery.c
17418                 Sync with HEAD (fix LDAP freezes)
17419
17420 2004-09-02 [colin]      0.9.12cvs87.1
17421
17422         * src/prefs_spelling.c
17423                 Sync with HEAD (add default dictionary)
17424
17425 2004-09-01 [colin]      0.9.12cvs86.1
17426
17427         * src/filtering.c
17428         * src/folderview.c
17429         * src/imap.c
17430         * src/prefs_matcher.c
17431         * src/stock_pixmap.c
17432         * src/summary_search.c
17433         * src/summaryview.c
17434         * src/wizard.c
17435         * src/wizard.h
17436                 Sync with HEAD (uninitialized vars fixes)
17437                 + gtk2 specific warning fixes
17438
17439 2004-08-31 [colin]      0.9.12cvs85.1
17440
17441         * src/folder.c
17442                 Sync with HEAD (Fix memory corruption due to 
17443                 uninitialized var)
17444
17445 2004-08-31 [colin]      0.9.12cvs84.4
17446
17447         * src/summary_search.c
17448                 Fix segfaults when searching in folders with broken headers
17449
17450 2004-08-31 [colin]      0.9.12cvs84.3
17451
17452         * src/compose.c
17453         * src/textview.c
17454                 Fix some more encoding/decoding issues
17455
17456 2004-08-30 [colin]      0.9.12cvs84.2
17457
17458         * src/mimeview.c
17459         * src/prefs_themes.c
17460         * src/gtk/filesel.c
17461         * src/gtk/filesel.h
17462                 Add a folder-mode selection (fixes mimeview's "Save all")
17463
17464 2004-08-29 [colin]      0.9.12cvs84.1
17465
17466         * src/mimeview.c
17467                 Sync with HEAD (don't escape saved filenames)
17468
17469 2004-08-27 [colin]      0.9.12cvs83.1
17470
17471         * ChangeLog
17472         * ChangeLog.claws
17473         * ChangeLog.jp
17474         * src/mh.c
17475         * src/procheader.c
17476         * src/procmsg.c
17477         * src/procmsg.h
17478         * src/common/utils.c
17479         * src/gtk/menu.h
17480         * po/
17481                 Sync with HEAD 0.9.12cvs83 (sync with main)
17482
17483 2004-08-26 [colin]      0.9.12cvs82.4
17484
17485         * src/codeconv.c
17486                 Fix strange stack corruption
17487                 Convert to utf8 after unmime, not before
17488
17489 2004-08-26 [colin]      0.9.12cvs82.3
17490
17491         * src/main.c
17492         * src/wizard.c
17493                 Fix account folders duplication
17494
17495 2004-08-25 [colin]      0.9.12cvs82.2
17496
17497         * src/wizard.c
17498                 Remove ports
17499                 Add SSL selection
17500                 Use login@server as account name
17501
17502 2004-08-25 [colin]      0.9.12cvs82.1
17503
17504         * src/plugins/pgpmime/pgpmime.c
17505                 Sync with HEAD (leak fix).
17506
17507 2004-08-25 [colin]      0.9.12cvs81.1
17508
17509         * src/plugins/pgpmime/pgpmime.c
17510         * src/plugins/pgpmime/sgpgme.c
17511         * src/plugins/pgpmime/sgpgme.h
17512                 Sync with HEAD (Handle combined messages).
17513
17514 2004-08-24 [colin]      0.9.12cvs80.3
17515
17516         * src/wizard.c
17517                 Fix full name, ports, and imap
17518
17519 2004-08-24 [colin]      0.9.12cvs80.2
17520
17521         * src/Makefile.am
17522         * src/main.c
17523         * src/setup.c
17524         * src/setup.h
17525         * src/stock_pixmap.c
17526         * src/stock_pixmap.h
17527         * src/wizard.c ** ADDED **
17528         * src/wizard.h ** ADDED ** 
17529         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17530                 Add a setup wizard 
17531
17532 2004-08-24 [colin]      0.9.12cvs80.1
17533
17534         * src/folder.c
17535                 Sync with HEAD (set mimeflags on all messages)
17536
17537 2004-08-24 [colin]      0.9.12cvs79.3
17538
17539         * src/matcher_parser_lex.l
17540                 Fix 8bits strings not in utf8
17541
17542 2004-08-24 [colin]      0.9.12cvs79.2
17543
17544         * src/compose.c
17545                 Check conversion result before replacing buffer
17546
17547 2004-08-23 [colin]      0.9.12cvs79.1
17548
17549         * src/compose.c
17550                 Sync with HEAD (create message header in memory)
17551
17552 2004-08-23 [colin]      0.9.12cvs78.1
17553
17554         * src/rfc2015.c
17555         * src/rfc2015.h
17556                 Sync with HEAD (fix bug 197 again)
17557
17558 2004-08-23 [colin]      0.9.12cvs77.3
17559
17560         * src/compose.c
17561                 Fix again inline gpg signing (which outputs utf8
17562                 in gtk2). Not syncing this fix to HEAD as this 
17563                 code is meant to die.
17564
17565 2004-08-23 [colin]      0.9.12cvs77.2
17566
17567         * src/prefs_account.h
17568                 Remove useless include
17569
17570 2004-08-23 [colin]      0.9.12cvs77.1
17571
17572         * src/imap.c
17573         * po/es.po
17574         * po/fr.po
17575         * po/it.po
17576         * po/pl.po
17577         * po/pt_BR.po
17578         * po/sk.po
17579         * po/sr.po
17580                 Sync with HEAD (fix bug 577)
17581
17582 2004-08-22 [colin]      0.9.12cvs76.1
17583
17584         * src/plugins/trayicon/trayicon.c
17585                 Sync with HEAD (fix formatting bug)
17586
17587 2004-08-21 [colin]      0.9.12cvs74.2
17588
17589         * src/gtk/colorsel.c
17590                 Fix bug 564 (Folder color selection window exits on any
17591                 keypress)
17592
17593 2004-08-21 [colin]      0.9.12cvs74.1
17594
17595         * ChangeLog.claws
17596         * src/compose.c
17597         * src/summaryview.c
17598         * src/toolbar.c
17599                 Sync with HEAD (fix bug 576)
17600
17601 2004-08-21 [colin]      0.9.12cvs70.1
17602
17603         * src/compose.c
17604         * src/mainwindow.c
17605                 Sync with HEAD
17606                 
17607
17608 2004-08-21 [paul]       0.9.12cvs66.4
17609
17610         * src/mainwindow.c
17611         * src/messageview.c
17612         * src/gtk/menu.c
17613         * src/plugins/spamassassin/spamassassin_gtk.c
17614                 remove some deprecated gtk1 functions
17615
17616
17617 2004-08-21 [colin]      0.9.12cvs66.3
17618
17619         * src/compose.c
17620         * src/codeconv.c
17621                 Fix warnings
17622                 Remove encoding hacks
17623                 Fix bug 575 (Strange character messes up message)
17624                 Don't display conversion error when drafting
17625
17626 2004-08-21 [paul]       0.9.12cvs66.2
17627
17628         * src/prefs_account.c
17629                 fix GnuPG mode bugs
17630
17631
17632 2004-08-20 [colin]      0.9.12cvs66.1
17633
17634         * src/codeconv.c
17635                 Sync with HEAD 0.9.12cvs66
17636
17637 2004-08-20 [paul]
17638
17639         * src/plugins/pgpmime/plugin.c
17640                 modify PGP/MIME plugin's description
17641
17642 2004-08-17 [colin]      0.9.12cvs65.1
17643
17644         * src/common/ssl.c
17645         * src/plugins/pgpmime/plugin.c
17646                 Sync with HEAD
17647
17648 2004-08-14 [colin]      0.9.12cvs60.3
17649
17650         * src/plugins/trayicon/trayicon.c
17651                 Put back resize callback, on size-request signal
17652                 rather than size-allocate to avoid infinite 
17653                 callback loop
17654
17655 2004-08-13 [colin]      0.9.12cvs60.2
17656
17657         * src/common/defs.h
17658                 Cache versions have been fixed
17659
17660 2004-08-13 [colin]      0.9.12cvs60.1
17661
17662         * src/folderutils.c
17663                 Sync with HEAD
17664
17665 2004-08-12 [colin]      0.9.12cvs59.1
17666
17667         * src/plugins/trayicon/trayicon.c
17668                 Sync with HEAD
17669
17670 2004-08-12 [colin]      0.9.12cvs57.5
17671
17672         * sylpheed.desktop
17673         * configure.ac
17674         * src/Makefile.am
17675         * src/main.c
17676                 Add support for Freedesktop.org's startup notification
17677
17678 2004-08-11 [colin]      0.9.12cvs57.4
17679
17680         * src/textview.c
17681                 Fix off-by-one
17682
17683 2004-08-11 [colin]      0.9.12cvs57.3
17684
17685         * src/message_search.c
17686         * src/summary_search.c
17687                 Make searches case insensitive by default
17688         * src/textview.c
17689                 Fix case-insensitive search in message
17690
17691 2004-08-11 [colin]      0.9.12cvs57.2
17692
17693         * src/summary_search.c
17694                 Let case-sensitive be specified
17695
17696 2004-08-10 [colin]      0.9.12cvs55.4
17697
17698         * src/common/socket.c
17699                 Fix the possible race condition
17700
17701 2004-08-09 [paul]       0.9.12cvs55.3
17702
17703         * configure.ac
17704         * src/Makefile.am
17705         * src/common/Makefile.am
17706                 sync with HEAD
17707
17708
17709 2004-08-09 [paul]       0.9.12cvs55.2
17710
17711         * autogen.sh
17712         * po/poconv.sh
17713                 remove unneeded script
17714
17715         * configure.ac
17716                 add forgotten USE_LDAP_TLS (sync with HEAD)
17717
17718
17719 2004-08-09 [colin]      0.9.12cvs55.1
17720
17721         * src/main.c
17722         * src/common/ssl.c
17723         * src/common/sylpheed.c
17724         * src/common/sylpheed.h
17725                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17726
17727 2004-08-09 [paul]       0.9.12cvs54.1
17728
17729         * ChangeLog
17730         * ChangeLog.claws
17731         * ChangeLog.jp
17732         * configure.ac
17733         * po/POTFILES.in
17734         * src/Makefile.am
17735         * src/folderutils.c
17736         * src/main.c
17737         * src/pgpmime.c
17738         * src/pgpmime.h
17739         * src/sgpgme.c
17740         * src/sgpgme.h
17741         * src/plugins/Makefile.am
17742         * src/plugins/pgpmime/.cvsignore
17743         * src/plugins/pgpmime/Makefile.am
17744         * src/plugins/pgpmime/pgpmime.c
17745         * src/plugins/pgpmime/pgpmime.h
17746         * src/plugins/pgpmime/plugin.c
17747         * src/plugins/pgpmime/sgpgme.c
17748         * src/plugins/pgpmime/sgpgme.h
17749                 sync with HEAD
17750
17751 2004-08-08 [paul]       0.9.12cvs51.1
17752
17753         * configure.ac
17754         * src/folder.c
17755                 sync with HEAD
17756
17757 2004-08-07 [colin]      0.9.12cvs50.1
17758
17759         * src/pop.c
17760         * src/common/partial_download.c
17761                 fix warnings (sync from HEAD)
17762
17763 2004-08-07 [colin]      0.9.12cvs48.1
17764
17765         * src/prefs_folder_item.c
17766                 sync with HEAD 0.9.12cvs48
17767
17768 2004-08-06 [colin]      0.9.12cvs47.1
17769
17770         * src/compose.c
17771                 Sync with HEAD
17772
17773 2004-08-06 [christoph]  0.9.12cvs46.2
17774
17775         * src/main.c
17776         * src/plugins/clamav/clamav_plugin_gtk.c
17777         * src/plugins/dillo_viewer/dillo_viewer.c
17778         * src/plugins/image_viewer/plugin.c
17779         * src/plugins/mathml_viewer/mathml_viewer.c
17780         * src/plugins/spamassassin/spamassassin_gtk.c
17781         * src/plugins/trayicon/trayicon.c
17782                 don't mix GTK1.2 plugin with GTK2 plugins
17783
17784 2004-08-06 [colin]      0.9.12cvs46.1
17785
17786         * ChangeLog
17787         * ChangeLog.claws
17788         * ChangeLog.jp
17789         * configure.ac
17790         * sylpheed-claws.pc.in
17791         * src/folder.c
17792         * src/imap.c
17793         * src/localfolder.c
17794         * src/messageview.c
17795         * src/mimeview.c
17796         * src/mimeview.h
17797         * src/msgcache.c
17798         * src/news.c
17799         * src/prefs_ext_prog.c
17800         * src/prefs_folder_item.c
17801         * src/prefs_fonts.c
17802         * src/prefs_msg_colors.c
17803         * src/prefs_spelling.c
17804         * src/prefs_themes.c
17805         * src/prefs_toolbar.c
17806         * src/prefs_wrapping.c
17807         * src/procmime.h
17808         * src/common/defs.h
17809         * src/common/nntp.c
17810         * src/common/session.c
17811         * src/common/session.h
17812         * src/common/socket.c
17813         * src/common/utils.h
17814         * src/common/xml.c
17815         * src/common/xml.h
17816         * src/gtk/prefswindow.c
17817         * src/gtk/prefswindow.h
17818         * src/plugins/clamav/clamav_plugin_gtk.c
17819         * src/plugins/dillo_viewer/dillo_prefs.c
17820         * src/plugins/image_viewer/viewerprefs.c
17821         * src/plugins/spamassassin/spamassassin_gtk.c
17822         * m4/openssl.m4 *** REMOVED ***
17823                 Sync with HEAD 0.9.12cvs46
17824
17825 2004-08-03 [paul]       0.9.12cvs40.2
17826
17827         * src/action.c
17828         * src/addressadd.c
17829         * src/addressbook.c
17830         * src/addrgather.c
17831         * src/browseldap.c
17832         * src/compose.c
17833         * src/crash.c
17834         * src/editaddress.c
17835         * src/editgroup.c
17836         * src/editldap_basedn.c
17837         * src/foldersel.c
17838         * src/importldif.c
17839         * src/mimeview.c
17840         * src/prefs_common.c
17841         * src/prefs_template.c
17842         * src/sourcewindow.c
17843         * src/summaryview.c
17844         * src/gtk/about.c
17845         * src/gtk/foldersort.c
17846         * src/gtk/logwindow.c
17847         * src/gtk/pluginwindow.c
17848         * src/gtk/prefswindow.c
17849                 change all gtk_scrolled_window_set_policy from 
17850                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17851
17852 2004-08-02 [paul]       0.9.12cvs40.1
17853
17854         * AUTHORS
17855                 update translation team section
17856         * po/pt_BR.po
17857                 updated by Frederico Goncalves Guimaraes
17858                 <fggdebian@yahoo.com.br>
17859
17860 2004-07-31 [colin]      0.9.12cvs39.9
17861
17862         * src/exphtmldlg.c
17863                 Fix compilation
17864
17865 2004-07-31 [colin]      0.9.12cvs39.8
17866
17867         * src/exphtmldlg.c
17868                 Fix an alertpanel type
17869
17870 2004-07-30 [colin]      0.9.12cvs39.7
17871
17872         * src/alertpanel.c
17873                 Fix alertpanel_error_log's icon
17874
17875 2004-07-30 [colin]      0.9.12cvs39.6
17876
17877         * src/pop.c
17878                 Two of them should still be warnings
17879
17880 2004-07-30 [colin]      0.9.12cvs39.5
17881
17882         * src/pop.c
17883                 More warning -> error
17884 2004-07-29 [colin]      0.9.12cvs39.4
17885
17886         * src/pop.c
17887                 Warning -> error
17888
17889 2004-07-29 [colin]      0.9.12cvs39.3
17890
17891         * src/prefs_matcher.c
17892                 Fix segfault
17893
17894 2004-07-29 [colin]      0.9.12cvs39.2
17895
17896         * src/alertpanel.c
17897                 More nice-looking alertpanels
17898
17899 2004-07-29 [colin]      0.9.12cvs39.1
17900
17901         * src/messageview.c
17902                 sync with head
17903                 (inform user when partial mail is deleted on server)
17904
17905 2004-07-29 [colin]      0.9.12cvs38.1
17906
17907         * src/messageview.c
17908                 sync with head
17909
17910 2004-07-28 [paul]       0.9.12cvs37.7
17911
17912         * src/mainwindow.c
17913                 complete the replacement of deprecated gtk_progress_*
17914
17915 2004-07-28 [paul]       0.9.12cvs37.6
17916
17917         * src/action.c
17918         * src/inc.c
17919         * src/mainwindow.c
17920         * src/send_message.c
17921         * src/gtk/progressdialog.c
17922         * src/gtk/progressdialog.h
17923                 replace deprecated gtk_progress_*
17924
17925 2004-07-28 [paul]       0.9.12cvs37.5
17926
17927         * src/gtk/filesel.c
17928                 remove gtk_window_set_wmclass()
17929 2004-07-28 [paul]       0.9.12cvs37.4
17930
17931         * src/addressbook.c
17932         * src/compose.c
17933         * src/foldersel.c
17934         * src/mainwindow.c
17935         * src/messageview.c
17936         * src/sourcewindow.c
17937         * src/gtk/logwindow.c
17938                 remove gtk_window_set_wmclass()
17939                 
17940         * src/prefs_filtering.c
17941         * src/prefs_filtering_action.c
17942         * src/prefs_fonts.c
17943         * src/prefs_gtk.c
17944         * src/prefs_matcher.c
17945         * src/ssl_manager.c
17946         * src/gtk/prefswindow.c
17947                 replace gtk_window_position()
17948
17949 2004-07-28 [colin]      0.9.12cvs37.3
17950
17951         * src/alertpanel.c
17952         * src/alertpanel.h
17953                 Add a way to specify panel type for specific
17954                 panels (alertpanel())
17955         * src/account.c
17956         * src/addressbook.c
17957         * src/compose.c
17958         * src/expldifdlg.c
17959         * src/main.c
17960         * src/messageview.c
17961         * src/summaryview.c
17962         * src/textview.c
17963         * src/gtk/sslcertwindow.c
17964                 Fix alertpanel()s so that their icon match
17965                 their real type
17966
17967 2004-07-28 [paul]       0.9.12cvs37.2
17968
17969         * src/addr_compl.c
17970         * src/addressbook.c
17971         * src/alertpanel.c
17972         * src/compose.c
17973         * src/export.c
17974         * src/foldersel.c
17975         * src/folderview.c
17976         * src/grouplistdialog.c
17977         * src/import.c
17978         * src/mainwindow.c
17979         * src/message_search.c
17980         * src/messageview.c
17981         * src/passphrase.c
17982         * src/prefs_actions.c
17983         * src/prefs_common.c
17984         * src/prefs_customheader.c
17985         * src/prefs_display_header.c
17986         * src/prefs_filtering.c
17987         * src/prefs_filtering_action.c
17988         * src/prefs_gtk.c
17989         * src/prefs_matcher.c
17990         * src/prefs_msg_colors.c
17991         * src/prefs_summary_column.c
17992         * src/prefs_template.c
17993         * src/sourcewindow.c
17994         * src/ssl_manager.c
17995         * src/summary_search.c
17996         * src/gtk/colorsel.c
17997         * src/gtk/description_window.c
17998         * src/gtk/gtkaspell.c
17999         * src/gtk/inputdialog.c
18000         * src/gtk/logwindow.c
18001         * src/gtk/prefswindow.c
18002         * src/gtk/progressdialog.c
18003                 replace deprecated gtk_window_set_policy
18004
18005 2004-07-27 [colin]      0.9.12cvs37.1
18006
18007         * src/msgcache.c
18008                 More fixes (synced for head again)
18009
18010 2004-07-27 [colin]      0.9.12cvs35.3
18011
18012         * src/msgcache.c
18013                 Fix wrong test
18014
18015 2004-07-27 [colin]      0.9.12cvs35.2
18016
18017         * src/mimeview.c
18018                 Fix width a bit (by Paul)
18019         * src/alertpanel.c
18020         * src/alertpanel.h
18021                 Specialize icons, make alertpanel_message()
18022                 private
18023         * src/message_search.c
18024         * src/sgpgme.c
18025         * src/summary_search.c
18026                 Suit alertpanel changes
18027
18028 2004-07-27 [colin]      0.9.12cvs35.1
18029
18030         * src/alertpanel.c
18031                 Add an icon
18032         * src/passphrase.c
18033                 Add debug output - maybe someone will
18034                 want to look at the problem with Grab
18035                 Input :)
18036         Bump version as we're synced with HEAD
18037
18038 2004-07-26 [colin]      0.9.12cvs33.26
18039
18040         * src/pop.c
18041                 Fix uidl-file parsing when not in new
18042                 format
18043
18044 2004-07-26 [colin]      0.9.12cvs33.25
18045
18046         * src/gtk/menu.c
18047                 Move popup menu up if necessary (fixes 
18048                 account selector)
18049         * src/mainwindow.c
18050                 Set account selector's button height to
18051                 minimum
18052
18053 2004-07-26 [colin]      0.9.12cvs33.24
18054
18055         * src/alertpanel.c
18056                 Maybe fix 551 (Truncated font in alert window)
18057
18058 2004-07-26 [colin]      0.9.12cvs33.23
18059
18060         * po/de.po
18061         * po/es.po
18062         * po/fr.po
18063         * po/it.po
18064         * po/ja.po
18065         * po/pl.po
18066         * po/ru.po
18067         * po/sk.po
18068         * po/sr.po
18069         * po/zh_CN.po
18070                 Sync po files with HEAD
18071
18072 2004-07-26 [paul]       0.9.12cvs33.22
18073
18074         * src/compose.c
18075                 fix Bug 556 'Organisation-header is sent even if empty'
18076
18077 2004-07-24 [colin]      0.9.12cvs33.21
18078
18079         * src/compose.c
18080         * src/gtk/gtkaspell.c
18081         * src/gtk/gtkaspell.h
18082                 Fix speller accelerators (require hack)
18083
18084 2004-07-24 [colin]      0.9.12cvs33.20
18085
18086         * src/gtk/gtkaspell.c
18087                 Fix over-eager code deletion breaking
18088                 Check while typing
18089
18090 2004-07-24 [colin]      0.9.12cvs33.19
18091
18092         * src/browseldap.c
18093         * src/ldapctrl.c
18094         * src/ldapctrl.h
18095         * src/ldapserver.h
18096                 Sync ldap with HEAD
18097         (Fixes 546 LDAP completely broken)
18098
18099 2004-07-24 [colin]      0.9.12cvs33.18
18100
18101         * src/prefs_msg_colors.c
18102                 Fix prototype mismatch
18103         (Fixes 547 void function cannot return value)
18104
18105 2004-07-24 [colin]      0.9.12cvs33.17
18106
18107         * src/mainwindow.c
18108                 Fix sort going back to previous sort key
18109                 when changing sort direction
18110
18111 2004-07-24 [colin]      0.9.12cvs33.16
18112
18113         * src/compose.c
18114                 Fix space insertion when re-wrapping at 
18115                 cursor point
18116
18117 2004-07-24 [colin]      0.9.12cvs33.15
18118
18119         * src/gtk/gtkaspell.c
18120                 Don't change cursor position in insert-text
18121                 callback
18122         (Fixes 539 Word wrapping on input transposes letters)
18123
18124 2004-07-24 [colin]      0.9.12cvs33.14
18125
18126         * src/gtk/gtkaspell.c
18127                 Reencode non-ascii chars to dictionary's
18128                 encoding
18129         (Fixes 544 Spell check broken non english locale)
18130
18131 2004-07-24 [colin]      0.9.12cvs33.13
18132
18133         * src/summaryview.c
18134                 Fix Shift+Down, add Home/End/PgUp/PgDown
18135
18136 2004-07-21 [colin]      0.9.12cvs33.12
18137
18138         * src/prefs_common.c
18139                 Fix a gtk warning (Patch by Andrej Kacian)
18140
18141 2004-07-21 [colin]      0.9.12cvs33.11
18142
18143         * src/gtk/filesel.c
18144                 More check
18145
18146 2004-07-21 [colin]      0.9.12cvs33.10
18147
18148         * src/compose.c
18149         * src/crash.c
18150         * src/export.c
18151         * src/import.c
18152         * src/messageview.c
18153         * src/mimeview.c
18154         * src/prefs_spelling.c
18155         * src/prefs_themes.c
18156         * src/summaryview.c
18157         * src/gtk/filesel.c
18158         * src/gtk/filesel.h
18159         * src/gtk/pluginwindow.c
18160                 Untwist open/save mode guessing logic, make
18161                 it explicit
18162
18163 2004-07-20 [colin]      0.9.12cvs33.9
18164
18165         * src/codeconv.c
18166                 conv_encode_header: src_charset is UTF-8 on
18167                 gtk2
18168         * src/compose.c
18169                 Remove double encoding of the headers
18170
18171 2004-07-20 [colin]      0.9.12cvs33.8
18172
18173         * src/codeconv.c
18174                 Fix typo
18175
18176 2004-07-20 [colin]      0.9.12cvs33.7
18177
18178         * src/mainwindow.c
18179                 Set the separated messageview to the saved
18180                 size of Claws' messageview (Patch by Alfons)
18181                 Fix a callback prototype (me)
18182
18183 2004-07-20 [colin]      0.9.12cvs33.6
18184
18185         * src/codeconv.h
18186                 Forgot one hunk in 0.9.12cvs33.4
18187
18188 2004-07-19 [colin]      0.9.12cvs33.5
18189
18190         * src/action.c
18191                 Action output fix
18192                 Patch by Alfons
18193
18194 2004-07-19 [colin]      0.9.12cvs33.4
18195
18196         * src/compose.c
18197                 Fix outgoing charset bug in headers
18198         * src/codeconv.c
18199                 Clean for glib2 - Patch by Alfons
18200
18201 2004-07-19 [colin]      0.9.12cvs33.3
18202
18203         * src/statusbar.c
18204                 Remove grip from the statusbar
18205                 Patch by Alfons
18206
18207 2004-07-19 [colin]      0.9.12cvs33.2
18208
18209         * src/messageview.c
18210         * src/textview.c
18211                 Fix messageview remembering the previous
18212                 scroll position when loading a new message
18213                 Patch by Alfons
18214
18215 2004-07-19 [colin]      0.9.12cvs33.1
18216
18217         * src/folder.h
18218         * src/folderview.c
18219         * src/summaryview.c
18220                 Sync with HEAD
18221
18222 2004-07-18 [colin]      0.9.12cvs32.7
18223
18224         * configure.ac
18225                 Remove useless check for XIM - noticed
18226                 by Alfons
18227
18228 2004-07-18 [colin]      0.9.12cvs32.6
18229
18230         * src/summaryview.c
18231                 Remove non-modified and shift-modified
18232                 accelerators in summaryview's popup
18233                 menu, as that doesn't get catched by
18234                 the accel-activate signal catcher...
18235
18236 2004-07-18 [colin]      0.9.12cvs32.5
18237
18238         * src/prefs_common.c
18239                 Define sensible default prefs for 
18240                 wrapping
18241
18242 2004-07-18 [colin]      0.9.12cvs32.4
18243
18244         * src/compose.c
18245         * src/prefs_common.c
18246         * src/prefs_common.h
18247         * src/prefs_wrapping.c
18248                 Remove Smart Wrapping pref, which does
18249                 nothing on gtk2 branch
18250
18251 2004-07-18 [colin]      0.9.12cvs32.3
18252
18253         * src/sourcewindow.c
18254                 Proper utf8
18255
18256 2004-07-18 [colin]      0.9.12cvs32.2
18257
18258         * src/compose.c
18259                 Save attachment status when drafting
18260
18261 2004-07-18 [colin]      0.9.12cvs32.1
18262
18263         * src/gtk/filesel.c
18264                 Fix erratic folder selection in open mode
18265
18266 2004-07-18 [colin]      0.9.12cvs31.11
18267
18268         * src/pop.c
18269                 Don't let partial messages get deleted
18270                 even with "dowload all"
18271                 (0.9.12cvs31.8 fix extension)
18272 2004-07-18 [colin]      0.9.12cvs31.10
18273
18274         * src/gtk/logwindow.c
18275                 Fix log scrolling
18276
18277 2004-07-18 [colin]      0.9.12cvs31.9
18278
18279         * src/common/utils.c
18280                 Fix non-utf8 strings coming from commands
18281                 and files
18282
18283 2004-07-18 [colin]      0.9.12cvs31.8
18284
18285         * src/pop.c
18286                 Fix partial download bug with Download all
18287                 messages option
18288
18289 2004-07-18 [colin]      0.9.12cvs31.7
18290
18291         * src/textview.c
18292                 Fix bug introduced in 0.9.12cvs31.2
18293                 (blocked in select mode after double click)
18294
18295 2004-07-18 [colin]      0.9.12cvs31.6
18296
18297         * src/compose.c
18298         * src/gtk/menu.c
18299                 More glib-warning fixes
18300
18301 2004-07-18 [colin]      0.9.12cvs31.5
18302
18303         * src/compose.c
18304                 Fix trashing the primary clipboard when moving 
18305                 around with tab
18306         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18307
18308 2004-07-18 [colin]      0.9.12cvs31.4
18309
18310         * src/codeconv.c
18311                 convert unencoded iso headers to utf8
18312         (Fix Bug 538 Unencoded local characters in subject make it 
18313          disappear)
18314
18315 2004-07-18 [colin]      0.9.12cvs31.3
18316
18317         * src/compose.c
18318                 Fix tab char handling in wrapping
18319         (Fix Bug 537 Line wrap problem - TAB character treated as 
18320          one character instead of 8)
18321
18322 2004-07-18 [colin]      0.9.12cvs31.2
18323
18324         * src/textview.c
18325                 return FALSE on GDK_MOTION_NOTIFY
18326         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18327          (unable to highlight))
18328
18329 2004-07-18 [colin]      0.9.12cvs31.1
18330
18331         * src/folderview.c
18332                 Sync with 0.9.12cvs31
18333
18334 2004-07-18 [colin]      0.9.12cvs30.4
18335
18336         * src/compose.c
18337                 Also block text_inserted when inserting a file
18338
18339 2004-07-18 [colin]      0.9.12cvs30.3
18340
18341         * src/compose.c
18342                 Fix smart wrapping (block text_inserted handler
18343                 while putting quotation to avoid wrap on input,
18344                 don't join lines if next is sig separator)
18345
18346 2004-07-17 [colin]      0.9.12cvs30.2
18347
18348         * src/folderview.c
18349         * src/mainwindow.c
18350         * src/mimeview.c
18351         * src/summaryview.c
18352         * src/gtk/quicksearch.c
18353         * src/gtk/quicksearch.h
18354                 Block key events handlers *and* accels while
18355                 quicksearch is focused
18356         (Fixes Bug 534 quick-search bar not accepting certain letters)
18357
18358 2004-07-17 [colin]      0.9.12cvs30.1
18359
18360         * src/folder.h
18361         * src/folderview.c
18362         * src/summaryview.c
18363                 Sync with 0.9.12cvs30
18364
18365 2004-07-17 [colin]      0.9.12cvs28.2
18366
18367         * src/mimeview.c
18368         * src/procmime.c
18369         * src/summaryview.c
18370         * src/gtk/menu.c
18371                 Squash some compile and glib warnings
18372
18373 2004-07-17 [paul]       0.9.12cvs28.1
18374
18375         * src/mimeview.c
18376                 sync with 0.9.12cvs28 HEAD
18377
18378 2004-07-16 [paul]       0.9.12cvs26.1
18379         
18380         * src/gtk/quicksearch.c
18381         * src/account.c
18382         * src/account.h
18383         * src/compose.c
18384         * src/customheader.c
18385         * src/folder_item_prefs.c
18386         * src/main.c
18387         * src/mainwindow.c
18388         * src/messageview.c
18389         * src/mimeview.c
18390         * src/news.c
18391         * src/pgpmime.c
18392         * src/pop.c
18393         * src/pop.h
18394         * src/prefs_account.c
18395         * src/prefs_account.h
18396         * src/prefs_common.c
18397         * src/prefs_common.h
18398         * src/prefs_display_header.c
18399         * src/prefs_gtk.c
18400         * src/prefs_gtk.h
18401         * src/procheader.c
18402         * src/procmime.c
18403                 sync with 0.9.12cvs26 HEAD      
18404
18405 2004-07-15 [colin]      0.9.12cvs18.14
18406
18407         * src/folder.c
18408                 Disable GPG signature check during
18409                 folder move and scan
18410         (Closes Bug 521 Signature checking slows down Folder-Move)
18411
18412 2004-07-14 [colin]      0.9.12cvs18.13
18413
18414         * src/common/partial_download.c
18415                 update includes
18416
18417 2004-07-14 [colin]      0.9.12cvs18.12
18418
18419         * src/common/partial_download.c
18420         * src/common/partial_download.h
18421                 Move doc at top, add correct copyright
18422
18423 2004-07-14 [colin]      0.9.12cvs18.11
18424
18425         * src/folder.c
18426         * src/messageview.c
18427         * src/pop.c
18428         * src/pop.h
18429         * src/procmsg.c
18430         * src/summaryview.c
18431         * src/common/Makefile.am
18432         * src/common/partial_download.c ** NEW FILES **
18433         * src/common/partial_download.h ** NEW FILES **
18434                 Move partial-download related stuff to its
18435                 own file
18436
18437 2004-07-14 [colin]      0.9.12cvs18.10
18438
18439         * src/send_message.c
18440                 Fix smtp auth when user is null or empty
18441
18442 2004-07-13 [colin]      0.9.12cvs18.9
18443
18444         * src/gtk/quicksearch.c
18445                 Use alphabetic order
18446
18447 2004-07-13 [colin]      0.9.12cvs18.8
18448
18449         * src/pop.c
18450                 Be paranoid on the checks
18451
18452 2004-07-13 [colin]      0.9.12cvs18.7
18453
18454         * src/gtk/quicksearch.c
18455                 Fix Engrish once again
18456
18457 2004-07-13 [colin]      0.9.12cvs18.6
18458
18459         * src/procmsg.c
18460         * src/summaryview.c
18461                 Mark messages for deletion when they are about to
18462                 be removed from trash
18463
18464 2004-07-13 [colin]      0.9.12cvs18.5
18465
18466         * src/matcher.c
18467         * src/matcher.h
18468         * src/matcher_parser_parse.y
18469         * src/prefs_matcher.c
18470         * src/gtk/quicksearch.c
18471                 Add 'partial' ('p') match string to find partially
18472                 downloaded messages
18473
18474 2004-07-13 [colin]      0.9.12cvs18.4
18475
18476         * src/pop.c
18477                 Fix misplaced block
18478
18479 2004-07-13 [colin]      0.9.12cvs18.3
18480
18481         * src/pop.c
18482         * src/pop.h
18483         * src/messageview.c
18484                 Refactor API (to avoid passing 5+ params and code
18485                 duplication)
18486         * src/folder.c
18487         * src/msgcache.c
18488         * src/procheader.c
18489         * src/common/defs.h
18490                 Add planned_download to cache
18491                 Don't mess uidl file when moving partially downloaded
18492                 mails (they change folder, we should change it in the
18493                 uidl list too or we'll remove an incorrect message)
18494                 (this also helps removing hacks when changing 
18495                 planned_download in messageview.c)
18496
18497 2004-07-12 [colin]      0.9.12cvs18.2
18498
18499         * src/gtk/quicksearch.c
18500                 Fix missing status update in quicksearch
18501
18502 2004-07-12 [paul]       0.9.12cvs18.1
18503
18504         * po/POTFILES.in
18505         * src/Makefile.am
18506         * src/account.c
18507         * src/codeconv.c
18508         * src/compose.c
18509         * src/inc.c
18510         * src/main.c
18511         * src/prefs_common.c
18512         * src/procmsg.h
18513         * src/toolbar.c
18514         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18515         * src/prefs_wrapping.[ch]       ** NEW FILES **
18516         * src/common/intl.h
18517         * src/common/utils.[ch]
18518         * src/gtk/quicksearch.[ch]
18519                 sync with 0.9.12cvs18 HEAD
18520
18521 2004-07-12 [colin]      0.9.11cvs17.25
18522
18523         * src/folder.c
18524         * src/folder.h
18525                 Remove unused function added by me in 0.9.11cvs17.10
18526
18527 2004-07-11 [colin]      0.9.11cvs17.24
18528
18529         * src/inc.c
18530         * src/messageview.c
18531         * src/pop.c
18532         * src/pop.h
18533                 Use folderitem and msgnum instead of filename to
18534                 know which mail to delete
18535                 Move old partial mail deletion to pop.c
18536
18537 2004-07-10 [colin]      0.9.11cvs17.23
18538
18539         * src/inc.c
18540                 Add debug
18541         * src/pop.c
18542         * src/pop.h
18543                 Don't re-use same enums for unrelated stuff: it's 
18544                 completely misleading !
18545                 Document a bit
18546
18547 2004-07-09 [colin]      0.9.11cvs17.22
18548
18549         * src/inc.c
18550                 Remove folder-type check and do
18551                 more tests to be sure everything's
18552                 ok
18553         * src/messageview.c
18554                 Punctuation update, remove useless
18555                 code, fix two warnings
18556         * src/noticeview.c
18557                 Layout cleaning, reset 2nd button
18558                 when specifying one
18559
18560 2004-07-09 [colin]      0.9.11cvs17.21
18561
18562         * src/messageview.c
18563         * src/pop.c
18564         * src/pop.h
18565                 Allow user to change his mind
18566                 and postpone decision (by
18567                 unmarking the mail)
18568
18569 2004-07-09 [colin]      0.9.11cvs17.20
18570
18571         * src/messageview.c
18572                 Fix bug with delete state
18573         * src/pop.c
18574         * src/pop.h
18575                 Fix buffer leak (fread doesn't 
18576                 terminate buffers with \0)
18577                 Refactoring (remove magic 
18578                 numbers)
18579
18580 2004-07-09 [colin]      0.9.11cvs17.19
18581
18582         * src/pop.c
18583                 Don't log "Skipping message" if 
18584                 we're going to TOP it two lines
18585                 later
18586
18587 2004-07-09 [colin]      0.9.11cvs17.18
18588
18589         * src/messageview.c
18590                 Fix Engrish
18591
18592 2004-07-09 [colin]      0.9.11cvs17.17
18593
18594         * src/pop.c
18595                 strlen checking...
18596         * src/messageview.c
18597                 refactoring a bit
18598
18599 2004-07-08 [colin]      0.9.11cvs17.16
18600
18601         * src/noticeview.c
18602         * src/noticeview.h
18603                 Add an optional second button
18604         * src/messageview.c
18605         * src/pop.c
18606         * src/pop.h
18607                 Don't delete partially received mails after a certain
18608                 time; rather, let the user decide.
18609
18610 2004-07-08 [colin]      0.9.11cvs17.15
18611
18612         * src/common/smtp.h
18613                 Sync with HEAD
18614
18615 2004-07-08 [colin]      0.9.11cvs17.14
18616
18617         * src/messageview.c
18618         * src/common/smtp.c
18619                 Use to_human_readable() for sizes
18620
18621 2004-07-08 [colin]      0.9.11cvs17.13
18622
18623         * src/inc.c
18624         * src/messageview.c
18625         * src/pop.c
18626         * src/pop.h
18627         * src/procmsg.c
18628                 Fix partial-downloading issues:
18629                         catch unsupported TOP
18630                         don't delete partially downloaded mails before 5 days
18631                         don't update existing with non-MH folders; that'll
18632                         make dups, but it's better than trashing the folder
18633                         free new msginfo parts
18634                 Fix indentation ;-)
18635
18636 2004-07-08 [colin]      0.9.11cvs17.12
18637
18638         * src/common/smtp.c
18639         * src/common/smtp.h
18640                 Sync smtp size verification with HEAD
18641
18642 2004-07-08 [colin]      0.9.11cvs17.11
18643
18644         * src/summaryview.c
18645         * src/prefs_common.c
18646         * src/prefs_common.h
18647         * src/gtk/quicksearch.c
18648         * src/gtk/quicksearch.h
18649                 Sync sticky pref with HEAD
18650
18651 2004-07-08 [colin]      0.9.11cvs17.10
18652
18653         * src/folder.c [1.213.2.6]
18654         * src/folder.h [1.87.2.6]
18655         * src/inc.c [1.149.2.7]
18656         * src/messageview.c [1.94.2.8]
18657         * src/procheader.c [1.47.2.6]
18658         * src/procmsg.c [1.150.2.4]
18659         * src/procmsg.h [1.60.2.5]
18660         * src/pop.c [1.56.2.4]
18661         * src/pop.h [1.17.2.3]
18662                 Let too big messages get downloaded, but truncated
18663                 Add a button to download them completely
18664                 
18665 2004-07-06 [colin]      0.9.11cvs17.9
18666
18667         * src/gtk/quicksearch.c [1.1.2.3]
18668                 Add a Clear button
18669         * commitHelper
18670         * PATCHSETS
18671                 Add a script to help with cvs
18672
18673 2004-07-03 [colin]      0.9.11cvs17.8
18674
18675         * src/plugins/imageviewer/viewer.c
18676                 fix imageviewer (which was staying on the first
18677                 displayed image)
18678
18679 2004-07-03 [colin]      0.9.11cvs17.7
18680
18681         Removed FIXME_GTK2 warnings
18682         * src/gtk/gtkutils.c
18683                 useless #warnings
18684         * src/gtk/menu.c
18685                 useless #warnings (no need to mess with menu rc)
18686         * src/gtk/menu.h
18687                 unused functions
18688         
18689
18690 2004-07-03 [colin]      0.9.11cvs17.6
18691
18692         Removed FIXME_GTK2 warnings
18693         * src/codeconv.c
18694                 useless #warnings (rewrite needed)
18695         * src/compose.c
18696                 useless #warnings (rewrite needed)
18697                 useless #warnings (gtk2 is like that)
18698                 useless #warnings (previously fixed)
18699         * src/main.c
18700                 useless #warnings (previously fixed)
18701         * src/message_search.c
18702                 useless #warnings (gtk2 is like that)
18703                 Made apparent that search is case-sensitive
18704         * src/mimeview.c
18705                 useless #warnings (rewrite needed)
18706                 useless #warnings (gtk2 is like that)
18707                 reimplemented real warnings
18708         * src/prefs_common.c
18709                 Removed block cursor option (not it gtk2)
18710         * src/prefs_gtk.c
18711                 useless #warnings (rewrite needed)
18712         * src/procheader.c
18713                 useless #warnings (rewrite needed)
18714         * src/sourcewindow.c
18715                 useless #warnings (incorrect placing)
18716         * src/summary_search.c
18717                 useless #warnings (gtk2 is like that)
18718                 Made apparent that search is case-sensitive
18719         * src/action.c
18720                 useless #warnings (gtk2 is like that)
18721         * src/textview.c
18722                 useless #warnings (rewrite needed)
18723         * src/toolbar.c
18724                 useless #warnings (rewrite needed)
18725
18726 2004-07-03 [colin]      0.9.11cvs17.5
18727
18728         * src/textview.c
18729                 Fix mismerge which broke URI opening
18730                 
18731 2004-07-01 [colin]      0.9.11cvs17.4
18732
18733         * src/gtk/filesel.c
18734                 Fill filename when saving
18735                 
18736 2004-06-27 [colin]      0.9.11cvs17.3
18737
18738         * src/gtk/filesel.[ch]
18739                 Use the new GTK file selector
18740                 Update prototype to match the reality: multiple file
18741                 selection is open-only          
18742         * src/compose.c
18743                 Match the new prototypes        
18744         * configure.ac
18745                 Match the new requirements (gtk 2.4.0)
18746                         
18747 2004-06-26 [colin]      0.9.11cvs17.2
18748
18749         * src/plugins/trayicon/trayicon.c
18750                 Remove useless signal handler on resize, which causes
18751                 an infinite "loop"
18752         
18753 2004-06-26 [colin]      0.9.11cvs17.1
18754         
18755         * tools/Makefile.am
18756                 remove launch_firebird and add nautilus2sylpheed.sh
18757         * src/quicksearch.c
18758           src/summaryview.c
18759                 Fix show/hide "Extended symbols" button problem
18760                 Fix apparition at startup
18761                 Fix const warnings
18762         * src/plugins/image_viewer/Makefile.am
18763                 Fix configure 
18764         * common/ssl.c
18765                 Re-enable certificate check, as it doesn't seem to
18766                 cause Xlib errors anymore
18767
18768 2004-06-25 [paul]       0.9.11cvs17
18769
18770         * sync with 0.9.11cvs17 HEAD
18771         
18772         NOTE: QuickSearch is broken
18773
18774 2004-06-07 [colin]      0.9.10claws67.10
18775         * src/plugins/trayicon/trayicon.c
18776           src/plugins/trayicon/libeggtrayicon/Makefile.am
18777           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18778                 Fix gettextization in trayicon plugin
18779
18780 2004-06-07 [colin]      0.9.10claws67.9
18781         
18782         * src/summaryview.c
18783           src/gtk/gtksctree.[ch]
18784                 Let Shift+{Up,Down} work in summaryview
18785                 (well, Down "works" and Up works)
18786                 Let the list scroll when using these keys
18787
18788 2004-06-06 [colin]      0.9.10claws67.8
18789
18790         * src/plugins/trayicon/trayicon.c
18791                 Fix pixmap update
18792
18793 2004-06-06 [colin]      0.9.10claws67.7
18794
18795         * src/addressbook.c
18796                 Fix signal handling causing system-wide focus grab
18797
18798 2004-05-25 [paul]       0.9.10claws67.6
18799
18800         * Makefile.am
18801           src/Makefile.am
18802                 clean up
18803
18804 2004-05-25 [paul]       0.9.10claws67.5
18805
18806         * replace deprecated gtk_signal... functions
18807
18808 2004-05-23 [colin]      0.9.10claws67.4
18809
18810         * src/compose.c
18811                 Fix wrapping
18812
18813 2004-05-22 [colin]      0.9.10claws67.3
18814
18815         * src/compose.c
18816                 Re-fix [Edited] in compose.c::compose_reedit()
18817
18818 2004-05-22 [colin]      0.9.10claws67.2
18819
18820         * src/procmime.c
18821                 Fix parsing of multiparts mails
18822
18823 2004-05-22 [colin]      0.9.10claws67.1
18824
18825         * src/summaryview.c
18826                 Fix quicksearch
18827
18828 2004-05-22 [paul]       0.9.10claws67
18829
18830         * sync with 0.9.10claws67 HEAD
18831
18832 2004-05-14 [alfons]
18833
18834         * src/procmime.h
18835                 add forgotton prototype
18836
18837 2004-05-10 [paul]       0.9.10claws57
18838
18839         * sync with 0.9.10claws57 HEAD
18840
18841 2004-05-05 [paul]       0.9.9.claws1
18842
18843         * ChangeLog-gtk2        ** REMOVED **
18844           ChangeLog-gtk2.claws  ** ADDED **
18845                 rename and adopt the normal claws format
18846                 
18847         * configure.ac
18848                 require gtkmathview >= 0.5
18849
18850         * ac/*                          ** REMOVED **
18851           ac/                           ** REMOVED **
18852           intl/Makefile.in              ** REMOVED **
18853           m4/                           ** ADDED **
18854           m4/missing                    ** ADDED **
18855           m4/missing/gdk-pixbuf.m4      ** ADDED **
18856           m4/missing/gettext.m4         ** ADDED **
18857           m4/missing/gpgme.m4           ** ADDED **
18858           m4/missing/imlib.m4           ** ADDED **
18859           m4/.cvsignore                 ** ADDED **
18860           m4/Makefile.am                ** ADDED **
18861           m4/README                     ** ADDED **
18862           m4/aclocal-include.m4         ** ADDED **
18863           m4/aspell.m4                  ** ADDED **
18864           m4/check-type.m4              ** ADDED **
18865           m4/gnupg-check-typedef.m4     ** ADDED **
18866           m4/openssl.m4                 ** ADDED **
18867           m4/spamassassin.m4            ** ADDED **
18868           po/ChangeLog                  ** REMOVED **
18869           po/Makefile.in.in             ** REMOVED **
18870           po/Rules-quot                 ** REMOVED **
18871           po/boldquot.sed               ** REMOVED **
18872           po/en@boldquot.header         ** REMOVED **
18873           po/en@quot.header             ** REMOVED **
18874           po/insert-header.sin          ** REMOVED **
18875           po/quot.sed                   ** REMOVED **
18876           po/remove-potcdate.sed        ** REMOVED **
18877           po/remove-potcdate.sin        ** REMOVED **
18878           po/stamp-po                   ** REMOVED **
18879           Makefile.am
18880           autogen.sh
18881           configure.ac
18882                 enable building with automake 1.8.x
18883                 add 'autopoint --force' to autogen.sh and remove all
18884                 auto-generated files, remove ac/ directory and use
18885                 m4/ directory instead
18886                 
18887         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18888                 fix gettextization
18889
18890 2004-02-28 Colin Leroy <colin@colino.net>
18891         * src/prefs_matcher.c
18892           src/prefs_filtering.c
18893           src/prefs_filtering_action.c
18894                 Fix non-editable GtkEntries
18895
18896 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18897         * src/prefs_themes.c
18898                 utf8 conversion for theme info
18899
18900 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18901         * sync 0.9.9claws
18902
18903 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18904         * src/grouplistdialog.c
18905                 allow multiple selections without ctrl key
18906
18907 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18908         * src/main.c
18909                 enable customizable accelerators
18910
18911 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18912         * src/prefs_common.c
18913                 re-enable different font settings for gtk1/2
18914         * src/prefs_folder_item.c
18915                 fix folder prefs displayed wrong
18916         * src/textview.c
18917                 set 'sunken' shadow type
18918
18919 2004-02-07 Colin Leroy <colin@colino.net>
18920         * src/compose.c
18921                 Fix message being always [Edited]
18922                 Encode headers correctly (utf8 buf)
18923
18924 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18925         * src/socket.c
18926                 remove double g_source_attach()
18927                 (Thanks to Colin Leroy)
18928
18929 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18930         * src/gtk/gtksctree.c
18931                 Fix SSL certificate list not shown
18932         * src/mimeview.c
18933                 Fix clicks in mime tree
18934
18935 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18936         * src/common/socket.c
18937                 Fix SSL receive
18938         * src/compose.c
18939                 Fix clipboard menu hotkeys
18940
18941 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18942         * src/gtk/gtkaspell.[ch]
18943           src/compose.c
18944                 reimplement spellchecker
18945
18946 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18947         * src/gtk/filesel.c
18948                 crash when inserting file in compose window
18949                 (TODO: keep old selection on clicks)
18950         * src/main.c
18951                 use gtkrc-2.0 instead of gtkrc
18952
18953 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18954         * src/messageview.c
18955                 remove orphaned mimeview unref()
18956
18957 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18958         * src/grouplistdialog.c
18959                 expand nodes containing subscribed groups
18960
18961 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18962         * src/textview.c
18963                 textview: hide cursor, restore old click behaviour
18964
18965 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18966         * src/textview.c
18967                 variable names messed up
18968
18969 2004-01-17 Colin Leroy <colin@colino.net>
18970         * src/addr_compl.c
18971                 Fix completion address too thin
18972         * src/compose.c
18973                 Fix tab-to-subject behaviour
18974         * src/summaryview.c
18975                 Implement key up & down in summaryview
18976
18977 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18978
18979         * sync 098claws
18980
18981 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18982         * configure.ac
18983           Makefile.am
18984           doc/.cvsignore
18985           doc/Makefile.am
18986                 faq, man, manual moved to doc/
18987         * ac/aspell.m4
18988           ac/check-type.m4
18989           ac/gnupg-check-typedef.m4
18990           ac/openssl.m4
18991           ac/spamassassin.m4
18992           ac/missing/gdk-pixbuf.m4
18993           ac/missing/gpgme.m4
18994           ac/missing/imlib.m4
18995                 fix automake warnings
18996
18997 2003-12-06 Colin Leroy <colin@colino.net>
18998         * src/summaryview.c
18999                 Fix quicksearch
19000
19001 2003-12-05 Colin Leroy <colin@colino.net>
19002         * src/summaryview.c
19003                 Fix going to next unread folder
19004
19005 2003-12-05 Colin Leroy <colin@colino.net>
19006         * src/crash.c
19007                 Fix gtk2 compilation
19008         * src/session.c
19009                 Remove iotag source handler at disconnection
19010         * src/socket.[ch] 
19011                 Remove source handler when closing socket 
19012                 (fixes another seg)
19013
19014 2003-12-04 Colin Leroy <colin@colino.net>
19015         * src/compose.c
19016           src/prefs_account.c
19017           src/prefs_common.c
19018                 Fix some dropdown menus
19019
19020 2003-12-04 Colin Leroy <colin@colino.net>
19021         * src/compose.c
19022                 Fix event handlers on header fields
19023         * src/common/socket.c
19024           src/common/session.c
19025                 Fix segfault with callback (SSL)
19026                 Fix end of session 
19027
19028 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19029
19030         * Fix compile bug in src/compose.c
19031         * removed src/gtk/gtkstext.[ch]
19032
19033 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19034
19035         * Convert character set and escape "text" attributes in toolbar setting
19036         files.
19037         * Fixed bug in button-press-event handling.
19038
19039 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19040
19041         * Fixed bug in key-press-event handling.
19042
19043 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19044
19045         * Enabled to compile tray-icon plugin (Ad-hoc).
19046         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19047
19048 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19049
19050         * Enabled to compile on sylpheed-claws.
19051         (tray-icon plugin still cannot compile yet.)
19052
19053 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19054
19055         * Updated to 0.9.5.
19056
19057 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19058
19059         * Updated to 0.9.4.
19060         * Ported monitoring SSL mechanism to GSource of GLib2
19061         (I don't confirm it)
19062         * Added _gtk2 suffix to key name of font preference to avoid
19063         ovverwriting preference of Gtk+-1.2 version.
19064
19065 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19066
19067         * Updated to 0.9.2.
19068
19069 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19070
19071         * Updated to 0.9.1.
19072         * Translate po files into UTF-8 when execute autogen.sh.
19073
19074 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19075
19076         * Updated to 0.9.0.
19077
19078 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19079
19080         * Plugged GError related memory leaks.
19081
19082 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19083
19084         * Changed default size of fonts.
19085         * Enabled to set titile font size of warning dialog.
19086
19087 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19088
19089         * Embed a sylpheed icon into executable binary on Windows.
19090
19091 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19092
19093         * I forgot to traslate character set of element string in src/xml.c.
19094
19095 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19096
19097         * Fixed detecting bind_textdomain_codeset in configure.in.
19098         * The bug in which "Example" of "Date fromat" preference isn't displayed
19099         correctly has been fixed.
19100
19101 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19102
19103         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19104           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19105           glib-gettextize
19106           Removed intl directory.
19107           Translated po files into UTF-8.
19108           (Thanks! Ryuji Abe)
19109
19110 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19111
19112         * The bug which doesn't unscape string in xml.c has been fixed.
19113
19114 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19115
19116         * The bug which is failed to translate encoding of file name thorough
19117         file dialog has been fixed.
19118
19119 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19120
19121         * Modified to translate file names which is used in inporting/expoting
19122         mbox feature and "Save as" feature into locale encoding.
19123         * Translate file names into locale encoding when "Attache file" and
19124         "Insert file".
19125         * Force set G_BROKEN_FILENAMES environment variable.
19126         * Other minor fixes.
19127
19128 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19129
19130         * Modified to treat MH folder's name as locale encoding.
19131
19132 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19133
19134         * The bug which clash on switching candidates of auto completion of
19135         addresses, cannot use auto completion in Japanesse is fixed
19136         (Thanks! Tokunaga-san)¡¥
19137
19138 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19139
19140         * The bug which cannot switch key accelerator preference has been fixed
19141         (Thanks! smbd-san)¡¥
19142
19143 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19144
19145         * version 0.8.11-gtk2-20030314
19146
19147 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19148
19149         * The bug in which character set conversion of filtering messages has
19150         been fixed.(Thanks! COCOA-san).
19151
19152 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19153
19154         * Revived "Leave space on head" preference in "Message" category.
19155         * A bug which clash when put the cursor to end of buffer and execute
19156         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19157
19158 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19159
19160         * version 0.8.11-gtk2-20030312
19161
19162 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19163
19164         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19165         * Modified to use Pango's API directly for font preference.
19166         * Integrated GtkTextView of textview to one widget.
19167         * Set fonts of header title in textview by "header_title" tag.
19168         * Removed some deprecated codes.
19169
19170 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19171
19172         * Updated to 0.8.11.
19173         * Merged cygwin patch(Thanks! Sakai-san).
19174
19175 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19176
19177         * version 0.8.10-gtk2-20030309