2006-10-18 [colin] 2.5.5cvs14
[claws.git] / ChangeLog
1 2006-10-18 [colin]      2.5.5cvs14
2
3         * src/compose.c
4                 Fix redirecting of our own sent mails
5
6 2006-10-17 [wwp]        2.5.5cvs13
7
8         * src/send_message.c
9                 Fix duplicate error messages when sending, and missing
10                 newline in such error messages.
11
12 2006-10-17 [colin]      2.5.5cvs12
13
14         * src/compose.c
15                 Compare addresses case-insensitive
16
17 2006-10-17 [colin]      2.5.5cvs11
18
19         * src/plugins/pgpcore/sgpgme.c
20                 Fix return status
21
22 2006-10-17 [colin]      2.5.5cvs10
23
24         * src/plugins/pgpcore/pgp_viewer.c
25                 Fix return status
26
27 2006-10-17 [colin]      2.5.5cvs9
28
29         * src/quote_fmt.c
30                 Fix a typo (thanks to Fabien)
31
32 2006-10-16 [colin]      2.5.5cvs8
33
34         * src/textview.c
35                 Fix problem with quote-folding when emails
36                 don't convert cleanly to UTF-8
37
38 2006-10-14 [colin]      2.5.5cvs7
39
40         * src/prefs_template.c
41                 Reset fields when reopening
42                 the window
43
44 2006-10-13 [paul]       2.5.5cvs6
45
46         * manual/advanced.xml
47         * src/prefs_message.c
48                 make 'respect_flowed_format' a hidden
49                 option, and add a manual entry for it
50                 Thanks to Colin
51
52 2006-10-12 [colin]      2.5.5cvs5
53
54         * src/codeconv.c
55                 Revert part of 2.5.2cvs21:
56                 Don't optimise by reusing the 
57                 last iconv converter if possible:
58                 it seems slightly broken in a 
59                 very hard way to reproduce
60
61 2006-10-12 [colin]      2.5.5cvs4
62
63         * src/prefs_common.c
64         * src/prefs_common.h
65         * src/prefs_message.c
66         * src/procmime.c
67                 Fix bug 1035, 'Incorrect handling 
68                 of flowed lines'. We now optionnaly
69                 handle this format (preference is in
70                 Message View/Text options section)
71
72 2006-10-12 [colin]      2.5.5cvs3
73
74         * po/POTFILES.in
75                 Add new file
76         * src/plugins/pgpcore/pgp_viewer.c
77         * src/plugins/pgpcore/sgpgme.c
78                 Don't try to import without asking
79
80 2006-10-12 [colin]      2.5.5cvs2
81
82         * src/compose.c
83                 Fix bug 1036, 'Forwarding a mutlipart
84                 mail with a "text/html" block to ms
85                 outlook users leeds to freeze of
86                 outlook'. Poor outlook users...
87
88 2006-10-12 [paul]       2.5.5cvs1
89
90         * NEWS
91         * README
92         * configure.ac
93                 Update version number following
94                 stable release
95
96 2006-10-11 [paul]       2.5.4cvs1
97
98         * NEWS
99         * README
100         * configure.ac
101                 Update version number following
102                 stable release
103
104 2006-10-11 [paul]       2.5.3cvs32
105
106         * src/textview.c
107                 fix bug 1032, 'Segmentation fault when showing
108                 message' (bug in quote folding)
109                 Thanks to Colin
110
111 2006-10-10 [colin]      2.5.3cvs31
112
113         * src/quote_fmt.c
114                 Rephrase english a bit
115
116 2006-10-10 [colin]      2.5.3cvs30
117
118         * src/prefs_compose_writing.c
119                 Stop making the page larger than the window
120
121 2006-10-10 [wwp]        2.5.3cvs29
122
123         * src/compose.c
124         * src/prefs_template.c
125         * src/quote_fmt.c
126         * src/quote_fmt.h
127         * src/quote_fmt_lex.l
128         * src/quote_fmt_parse.y
129                 Extend the quote parser a bit: allow to get access to
130                 basic (composing) account info.
131
132 2006-10-10 [colin]      2.5.3cvs28
133
134         * src/procheader.c
135                 Fix this \t problem in subject
136
137 2006-10-09 [colin]      2.5.3cvs27
138
139         * src/main.c
140         * src/prefs_gtk.c
141                 Prepare cache a bit later
142                 If section already exists, skip the new one 
143                 (as previously); avoid writing the same block
144                 twice - if we find a second block with the 
145                 same id, skip it.
146         * src/plugins/pgpcore/pgp_viewer.c
147                 Set cursor to busy when retrieving a key
148         * src/plugins/pgpcore/sgpgme.c
149                 allow 5 seconds for gpg to export the key
150                 
151
152 2006-10-09 [colin]      2.5.3cvs26
153
154         * configure.ac
155         * src/msgcache.c
156         * src/prefs_gtk.c
157                 Check for existence of fgets_unlocked
158                 and fwrite_unlocked
159
160 2006-10-09 [paul]       2.5.3cvs25
161
162         * src/prefs_summaries.c
163                 replace strftime() with fast_strftime() and in
164                 the consequence fix the bug in the display of
165                 AM/PM in the 'Example' string
166
167 2006-10-09 [ticho]      2.5.3cvs24
168
169         * po/sk.po
170                 Updated (and fixed up somewhat) Slovak translation.
171
172 2006-10-08 [colin]      2.5.3cvs23
173
174         * src/prefs_folder_item.c
175                 Explain why prefs in the top-level folder
176                 aren't retained, but are still useful
177
178 2006-10-08 [colin]      2.5.3cvs22
179
180         * src/prefs_gtk.c
181                 Don't cache anything if caching fails
182
183 2006-10-08 [colin]      2.5.3cvs21
184
185         * src/common/utils.c
186                 always include gi18n.h
187
188 2006-10-07 [colin]      2.5.3cvs20
189
190         * src/plugins/pgpcore/pgp_viewer.c
191                 Kill gpg after 5 seconds wait
192
193 2006-10-07 [colin]      2.5.3cvs19
194
195         * src/plugins/pgpcore/pgp_viewer.c
196         * src/plugins/pgpcore/pgp_viewer.h
197                 Fix copyright
198
199 2006-10-07 [colin]      2.5.3cvs18
200
201         * src/plugins/pgpcore/pgp_viewer.c
202         * src/plugins/pgpcore/pgp_viewer.h
203                 Actually add the files to CVS
204
205 2006-10-07 [colin]      2.5.3cvs17
206
207         * src/plugins/pgpcore/sgpgme.c
208                 Be sure not to crash on 'application/pgp-signature' that
209                 are not application/pgp-signatures
210
211 2006-10-07 [colin]      2.5.3cvs16
212
213         * src/textview.c
214         * src/textview.h
215                 Make a bit more of the API available
216         * src/plugins/pgpcore/Makefile.am
217         * src/plugins/pgpcore/plugin.c
218         * src/plugins/pgpcore/sgpgme.c
219                 Add basic key import/export
220
221 2006-10-07 [colin]      2.5.3cvs15
222
223         * src/folderview.c
224         * src/imap.c
225         * src/prefs_account.c
226         * src/wizard.c
227                 Warn users *everywhere* if libetpan's not
228                 linked in
229
230 2006-10-06 [mones]      2.5.3cvs14
231
232         * po/de.po
233         * po/es.po
234                 updated by Stephan Sachse and me
235
236 2006-10-06 [colin]      2.5.3cvs13
237
238         * src/main.c
239         * src/common/sylpheed.c
240                 Don't load common plugins if --exit is passed
241         * src/prefs_gtk.c
242         * src/prefs_gtk.h
243                 Implement a cache to avoid reading the same
244                 files over and over again at startup
245
246 2006-10-06 [colin]      2.5.3cvs12
247
248         * src/summaryview.c
249         * src/gtk/quicksearch.c
250                 Update display every 5k mails on fast searches
251
252 2006-10-06 [colin]      2.5.3cvs11
253
254         * src/textview.c
255                 Don't do quote folding on HTML or ERTF.
256                 May fix the Cygwin issues if they were
257                 happening with HTML mails?
258
259 2006-10-05 [colin]      2.5.3cvs10
260
261         * src/prefs_gtk.c
262                 Oops, forgot one
263
264 2006-10-05 [colin]      2.5.3cvs9
265
266         * src/prefs_gtk.c
267                 Use unlocked_stdio here too
268
269 2006-10-05 [colin]      2.5.3cvs8
270
271         * src/folderview.c
272                 Fix go to next * after preferences apply
273         * src/msgcache.c
274                 Do the fd lock/unlock ourselves instead of
275                 letting the libc do it at each write 
276
277 2006-10-05 [colin]      2.5.3cvs7
278
279         * src/common/utils.c
280                 Faster division, thanks to Jean Diraison
281
282 2006-10-05 [paul]       2.5.3cvs6
283
284         * src/common/utils.c
285                 fix building with --disable-nls
286
287 2006-10-04 [colin]      2.5.3cvs5
288
289         * src/folder.c
290                 Maybe fix a segfault
291
292 2006-10-04 [wwp]        2.5.3cvs4
293
294         * src/prefs_folder_item.c
295                 Fine-tune layouts in folder item prefs. Suggested by
296                 Fabien Vantard <fzzzzz@gmail.com>.
297
298 2006-10-04 [wwp]        2.5.3cvs3
299
300         * src/prefs_folder_item.c
301                 Kill the clandestine passengers. You didn't see anything.
302
303 2006-10-04 [wwp]        2.5.3cvs2
304
305         * src/prefs_folder_item.c
306                 Add a way to test the subject simplify regexp in
307                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
308                 w/ few layout changes.
309
310 2006-20-04 [paul]       2.5.3cvs1
311
312         * NEWS
313         * README
314         * configure.ac
315                 Update version number following
316                 stable release
317
318 2006-10-04 [colin]      2.5.2cvs42
319
320         * src/folder.c
321         * src/folder.h
322         * src/summaryview.c
323                 Provide a way for folder classes to set their sort
324                 type and key
325
326 2006-10-03 [colin]      2.5.2cvs41
327
328         * src/mh.c
329                 Don't use strlen() to know if the
330                 string's empty
331
332 2006-10-03 [colin]      2.5.2cvs40
333
334         * src/mh.c
335                 Fix "check for new folders" with accentued folders
336
337 2006-10-03 [ticho]      2.5.2cvs39
338
339         * src/filtering.c
340         * src/folder.c
341         * src/inc.c
342         * src/mbox.c
343                 Colin's fix for "copy" filtering rules.
344
345 2006-10-02 [colin]      2.5.2cvs38
346
347         * src/folderview.c
348                 Fix for double-click too
349
350 2006-10-02 [colin]      2.5.2cvs37
351
352         * src/folderview.c
353                 correct fix for cvs36
354
355 2006-10-02 [colin]      2.5.2cvs36
356
357         * src/folderview.c
358                 Fix 'goto next unread' after collapsing/expanding 
359                 a node.
360
361 2006-10-02 [colin]      2.5.2cvs35
362
363         * src/summaryview.c
364                 Fix double freeze/thaw
365         * src/common/utils.c
366         * src/common/utils.h
367                 Reimplement strftime
368         * src/procheader.c
369                 Use it
370
371
372 2006-10-02 [colin]      2.5.2cvs34
373
374         * src/mh.c
375                 Time mh_write_sequences() - it's fast
376         * src/summaryview.c
377                 Init a variable to shut up gcc
378
379 2006-10-01 [colin]      2.5.2cvs33
380
381         * src/folder.c
382         * src/mh.c
383         * src/mh.h
384         * src/msgcache.c
385                 Add helper mh_set_mtime(), and set mtime to stat()'s result
386                 Add fsync but disable it, it's slow as hell
387
388 2006-10-01 [colin]      2.5.2cvs32
389
390         * src/mh.c
391         * src/msgcache.c
392                 fflush() caches and mh_sequences before
393                 fclose()ing
394
395 2006-10-01 [colin]      2.5.2cvs31
396
397         * src/msgcache.c
398                 Don't ftruncate when not using mmap
399
400 2006-09-30 [colin]      2.5.2cvs30
401
402         * src/main.c
403                 Write folder list *after* saving caches
404
405 2006-09-30 [colin]      2.5.2cvs29
406
407         * src/folder.c
408         * src/mh.c
409                 Debug forced mtime changes
410
411 2006-09-30 [colin]      2.5.2cvs28
412
413         * src/folder.c
414         * src/main.c
415                 Remove useless debug_print()s (code
416                 well-tested)
417
418 2006-09-30 [colin]      2.5.2cvs27
419
420         * src/mh.c
421                 Do stuff faster when writing mh_sequences
422
423 2006-09-30 [colin]      2.5.2cvs26
424
425         * src/mh.c
426                 Don't let the writing of .mh_sequences, which
427                 can change the folder's mtime, let us think
428                 we need to scan.
429
430 2006-09-30 [colin]      2.5.2cvs25
431
432         * src/folder.c
433                 Move a debug_print where it belongs 
434                 (processing)
435         * src/summaryview.c
436                 Don't mess with a huge slow subject
437                 table if we're not threading by
438                 subject
439
440 2006-09-30 [colin]      2.5.2cvs24
441
442         * src/msgcache.c
443                 Reenable mmaped reads (*not* writes!)
444         * src/procmsg.c
445                 Don't destroy and recreate hashtables just
446                 for fun
447         * src/common/utils.c
448                 Remove useless reply prefixes (it's case
449                 unsensitive)
450
451 2006-09-30 [wwp]        2.5.2cvs23
452
453         * tools/fix_date.sh
454                 Fixed a minor bug in date value extraction, added a switch
455                 to replace non RFC-compliant Date: value, added a switch
456                 to use strict RFC matching patterns for dates.
457
458 2006-09-29 [colin]      2.5.2cvs22
459
460         * src/matcher_parser.h
461         * src/matcher_parser_parse.y
462         * src/prefs_filtering.c
463         * src/statusbar.c
464         * src/summary_search.c
465         * src/summaryview.c
466         * src/gtk/quicksearch.c
467         * src/gtk/quicksearch.h
468                 Optimise searches by setting different
469                 refresh intervals (depending if the 
470                 search is fast or not)
471
472 2006-09-29 [colin]      2.5.2cvs21
473
474         * src/codeconv.c
475                 Optimise by reusing the last iconv converter
476                 if possible
477         * src/textview.c
478                 Optimise a bit (the foldable quotes feature
479                 still has an awful O(n^2) algo
480
481 2006-09-29 [colin]      2.5.2cvs20
482
483         * src/gtk/gtksctree.c
484         * src/gtk/gtksctree.h
485                 Optimise de-selection via up/down or
486                 another key
487
488 2006-09-28 [colin]      2.5.2cvs19
489
490         * src/action.c
491         * src/compose.c
492         * src/folderview.c
493         * src/mainwindow.c
494         * src/messageview.c
495         * src/summary_search.c
496         * src/toolbar.c
497                 Avoid using summaryview->ctree directly
498
499 2006-09-28 [colin]      2.5.2cvs18
500
501         * src/summaryview.c
502         * src/summaryview.h
503                 Add helpers to freeze/thaw/grab_focus
504                 Factorize calls to freeze/thaw/grab_focus
505                 
506
507 2006-09-28 [colin]      2.5.2cvs17
508
509         * src/main.c
510                 More guards for the session management
511
512 2006-09-28 [colin]      2.5.2cvs16
513
514         * src/folderview.c
515         * src/gtk/gtksctree.c
516         * src/gtk/gtksctree.h
517                 Make expanding not recursive in folderview
518
519 2006-09-28 [colin]      2.5.2cvs15
520
521         * src/addressbook.c
522                 If nothing is selected in the list (right part)
523                 and a group is selected in the tree (left part),
524                 mail this group.
525
526 2006-09-28 [colin]      2.5.2cvs14
527
528         * src/Makefile.am
529                 Actually use SM_LIBS
530
531 2006-09-28 [ticho]      2.5.2cvs13
532
533         * src/export.c
534         * src/messageview.c
535         * src/mimeview.c
536         * src/news.c
537         * src/pop.c
538         * src/prefs_themes.c
539         * src/procmsg.c
540                 Small i18n string optimization.
541         * src/send_message.c
542         * src/summaryview.c
543         * src/common/session.c
544         * src/common/smtp.c
545         * src/common/ssl_certificate.c
546         * src/common/utils.c
547                 Use "Couldn't" instead of "Can't" in UI messages,
548                 where appropriate.
549
550 2006-09-28 [colin]      2.5.2cvs12
551
552         * configure.ac
553                 Possibly fix link errors
554
555 2006-09-27 [wwp]        2.5.2cvs11
556
557         * src/gtk/authors.h
558         * doc/man/sylpheed-claws.1
559         * manual/ack.xml
560         * manual/es/ack.xml
561         * manual/fr/ack.xml
562         * manual/pl/ack.xml
563                 Updated authors info (me, myself and I).
564
565 2006-09-27 [colin]      2.5.2cvs10
566
567         * src/addressbook.c
568                 Remove useless printf
569
570 2006-09-27 [wwp]        2.5.2cvs9
571
572         * src/editgroup.c
573         * src/send_message.c
574         * src/inc.c
575         * src/prefs_common.c
576         * src/prefs_common.h
577         * src/gtk/progressdialog.c
578                 remember more windows' sizes (send dialog, received dialog,
579                 edit group in addressbook).
580
581 2006-09-27 [colin]      2.5.2cvs8
582
583         * configure.ac
584         * src/main.c
585         * src/mainwindow.h
586                 Use libSM to communicate with the session
587                 manager, so that we can know when the 
588                 session ends, save our caches, and draft
589                 our compose windows.
590
591 2006-09-27 [colin]      2.5.2cvs7
592
593         * src/addressbook.c
594                 Fix issues:
595                 o Allow Book and Group creation from the tree's
596                   contextual menu
597                 o Do not actually delete the contacts when 
598                   deleting groups from the tree (duh!)
599
600 2006-09-27 [colin]      2.5.2cvs6
601
602         * src/compose.c
603         * src/compose.h
604         * src/mainwindow.c
605         * src/textview.c
606         * src/toolbar.c
607                 o Allow passing an email address to 
608                   compose_new_with_folderitem
609                 o Update callers
610                 o Use current folderitem when clicking
611                   on a TextView mailto: link
612                 o Fix a possible leak in TextView
613
614 2006-09-27 [colin]      2.5.2cvs5
615
616         * src/html.c
617                 Use UTF-8 chars to replace HTML entities
618
619 2006-09-27 [colin]      2.5.2cvs4
620
621         * AUTHORS
622         * src/prefs_account.c
623         * src/gtk/authors.h
624                 Fix bug #1024 (Array index out of
625                 range in sylpheed-claws-2.5.2)
626                 Patch by Ales Nosek <anosek@suse.cz>
627
628 2006-09-27 [colin]      2.5.2cvs3
629
630         * src/addr_compl.c
631                 Actually do the test
632
633 2006-09-27 [colin]      2.5.2cvs2
634
635         * src/addr_compl.c
636         * src/addr_compl.h
637                 Allow completing with comma (in certain cases: vCalendar
638                 for example doesn't support that)
639                 Patch by Fabien Vantard
640
641 2006-09-26 [colin]      2.5.2cvs1
642
643         * src/Makefile.am
644         * src/addr_compl.c
645         * src/addr_compl.h
646         * src/addrbook.c
647         * src/addrbook.h
648         * src/addressbook.c
649         * src/addrindex.c
650         * src/addrindex.h
651         * src/compose.c
652         * src/prefs_common.c
653         * src/prefs_filtering_action.c
654         * src/prefs_folder_item.c
655         * src/prefs_template.c
656         * src/stock_pixmap.c
657         * src/stock_pixmap.h
658         * src/pixmaps/addr_one.xpm
659         * src/pixmaps/addr_two.xpm
660                 Add auto-completion on groups
661
662 2006-09-26 [colin]      2.5.2
663
664         * NEWS
665         * README
666         * RELEASE_NOTES
667                 2.5.2 released
668
669 2006-09-26 [colin]      2.5.1cvs5
670
671         * src/matcher.c
672                 Fix condition
673
674 2006-09-26 [colin]      2.5.1cvs4
675
676         * src/mbox.c
677                 Revert cvs1 (useless as the message is printed 
678                 every 500 mails)
679
680 2006-09-26 [colin]      2.5.1cvs3
681
682         * src/partial_download.c
683                 Fix crasher found by Alexsandar Urosevic
684
685 2006-09-26 [colin]      2.5.1cvs2
686
687         * src/summaryview.c
688                 Fix bug #1023 (Sylpheed deletes too much messages)
689
690 2006-09-26 [ticho]      2.5.1cvs1
691
692         * src/mbox.c
693                 Make use of gettext's multiple plurals for statusbar
694                 progress message.
695
696 2006-09-25 [paul]       2.5.1
697
698         * NEWS
699         * README
700         * RELEASE_NOTES
701                 2.5.1 released
702
703 2006-09-25 [colin]      2.5.0cvs3
704
705         * src/plugins/bogofilter/bogofilter.c
706         * src/plugins/clamav/clamav_plugin.c
707         * src/plugins/spamassassin/spamassassin.c
708                 BogoFilter, Spamassassin: Fix double hook registering after
709                 visiting preferences
710                 Spamassassin, Clamav: Just set the mails to move instead of
711                 doing the move - caller will move the things at once.
712
713 2006-09-25 [colin]      2.5.0cvs2
714
715         * src/imap.c
716         * src/etpan/imap-thread.c
717                 Use UID SEARCH ALL instead of UID 1:*
718                 (braindead servers can't figure out that's
719                 the same...)
720
721 2006-09-25 [wwp]        2.5.0cvs1
722
723         * src/message_search.c
724                 Added the ability to stop a running search (in message body).
725
726 2006-09-25 [paul]       2.5.0
727
728         * NEWS
729         * README
730         * RELEASE_NOTES
731                 2.5.0 released
732
733 2006-09-25 [paul]       2.4.0cvs214
734
735         * po/cs.po
736         * po/de.po
737         * po/fi.po
738         * po/fr.po
739         * po/nl.po
740         * po/pt_BR.po
741         * po/sk.po
742         * po/sr.po
743         * po/zh_CN.po
744                 updated by Tim, Stephan Sachse, Flammie Pirinen,
745                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
746                 Ticho, Aleksander Urosevic, Ralgh Young
747
748 2006-09-24 [mones]      2.4.0cvs213
749
750         * po/es.po
751                 Updated for release
752
753 2006-09-23 [colin]      2.4.0cvs212
754
755         * src/gtk/inputdialog.c
756                 Fix [ ] remember this appearing in normal
757                 input dialogs after it's been used by
758                 mimeview.
759         * src/folder.c
760         * src/folderview.c
761         * src/msgcache.c
762         * src/procmsg.c
763         * src/summaryview.c
764         * src/textview.c
765         * src/common/timing.h
766                 Enable timings in debug mode and make it
767                 look prettier.
768
769 2006-09-22 [colin]      2.4.0cvs211
770
771         * README
772                 Revert test change
773         * commitHelper
774                 ping the correct URI
775
776 2006-09-22 [colin]      2.4.0cvs210
777
778         * README
779                 Let's see if bug #1022 is fixed
780
781 2006-09-21 [colin]      2.4.0cvs209
782
783         * src/wizard.c
784         * src/common/plugin.c
785                 Prepare infra to load predefined plugins when
786                 no configuration existed. Don't actually load
787                 anything yet (feat. freeze)
788
789 2006-09-21 [wwp]        2.4.0cvs208
790
791         * manual/fr/faq.xml
792                 Partial sync w/ 2.4.0cvs72:
793                 wrap file and minor updates.
794
795 2006-09-21 [wwp]        2.4.0cvs207
796
797         * tools/fix_date.sh
798                 several fixes and enhancements. A new --force switch has been
799                 added to prevent overriding by default Date: header when
800                 already existing.
801
802 2006-09-21 [paul]       2.4.0cvs206
803
804         * src/common/utils.c
805                 add Chinese UTF8 Re prefix
806
807 2006-09-21 [wwp]        2.4.0cvs205
808
809         * tools/Makefile.am
810                 Fics alfabettical order.
811
812 2006-09-21 [wwp]        2.4.0cvs204
813
814         * tools/fix_date.sh
815         * tools/Makefile.am
816                 Added an action tool to fix missing Date field in emails.
817                 Updated Makefile.am to reflect those last two additions.
818
819 2006-09-21 [wwp]        2.4.0cvs203
820
821         * tools/uuooffice
822                 Added a action tool to open uuencoded docs w/
823                 OpenOffice (based on uudec method).
824
825 2006-09-21 [colin]      2.4.0cvs202
826
827         * src/compose.c
828         * src/textview.c
829                 Workaround possible GTK crash: remove selection 
830                 clipboard before destroying widget, or GTK+-2.10
831                 dies. Thanks to Hiro.
832
833 2006-09-20 [colin]      2.4.0cvs201
834
835         * src/compose.c
836                 Fix free-after-use in some cases (when 
837                 procmime_encode_content() frees mimeinfo->data.mem
838                 and turns it to a temp file)
839
840 2006-09-20 [colin]      2.4.0cvs200
841
842         * src/folderview.c
843         * src/summaryview.c
844         * src/gtk/gtksctree.c
845         * src/gtk/gtksctree.h
846                 Add tooltips in the folderview and summaryview
847                 (Doesn't break string freeze as they already
848                 exist)
849         * src/toolbar.c
850                 Put the spam button in the default configuration
851                 if compiled with bogo plugin too
852
853 2006-09-19 [colin]      2.4.0cvs199
854
855         * src/summaryview.c
856         * src/summaryview.h
857                 Update folder name label on folder rename
858         * src/prefs_matcher.c
859         * src/gtk/logwindow.h
860                 Fix warnings
861                 Patches by Fabien
862
863 2006-09-19 [wwp]        2.4.0cvs198
864
865         * src/summary_search.c
866                 fix can't click forward/backward buttons in the
867                 search messages.
868
869 2006-09-18 [paul]       2.4.0cvs197
870
871         * src/wizard.c
872                 add missing bracket, capitalise the A of
873                 'SpamAssassin'
874
875 2006-09-18 [paul]       2.4.0cvs196
876
877         * src/compose.c
878                 fix bug 1012 'crashed upon sending mail
879                 from compose window'
880                 Thanks to Colin
881
882 2006-09-16 [colin]      2.4.0cvs195
883
884         * src/folderview.c
885                 Fix "real-time" sorting by freezing/thawing
886
887 2006-09-16 [colin]      2.4.0cvs194
888
889         * manual/faq.xml
890                 Fix the anti-spam entry a bit
891
892 2006-09-16 [colin]      2.4.0cvs193
893
894         * src/wizard.c
895                 Make sure reviewers have no excuse when stating
896                 Sylpheed-Claws doesn't have antispam capabilities.
897
898 2006-09-16 [colin]      2.4.0cvs192
899
900         * src/main.c
901                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
902                 as if the SIGPIPE comes from etpan's thread we could
903                 trigger a GUI update from this thread.
904
905 2006-09-16 [colin]      2.4.0cvs191
906
907         * src/summaryview.c
908                 Init all members of the struct
909
910 2006-09-16 [paul]       2.4.0cvs190
911
912         * src/account.c
913                 improvements to the English
914
915 2006-09-15 [colin]      2.4.0cvs189
916
917         * src/summaryview.c
918                 HIG order on dialog
919
920 2006-09-14 [colin]      2.4.0cvs188
921
922         * src/common/socket.c
923         * src/common/socket.h
924         * src/common/ssl.c
925         * src/common/ssl_certificate.c
926         * src/common/ssl_certificate.h
927         * src/etpan/imap-thread.c
928                 the get_fqdn() call done to get canonical name when
929                 checking an SSL certificate is blocking, which is
930                 sad as we just did a non-blocking lookup to connect.
931                 Fix that by letting the fqdn available to the SockInfo,
932                 and use that in ssl_certificate_check(). For IMAP,
933                 we don't do it as the lookup's done by libetpan, but
934                 it's less annoying as IMAP connections as much more
935                 rare than POP3 connections.
936
937 2006-09-14 [paul]       2.4.0cvs187
938
939         * manual/advanced.xml
940                 improvements to the English,
941                 properly place the new hidden options
942                 within the alphabetical order
943         * src/gtk/pluginwindow.c
944                 improvements to the English
945
946 2006-09-14 [colin]      2.4.0cvs186
947
948         * src/prefs_common.c
949         * src/prefs_common.h
950         * src/gtk/gtksctree.c
951         * manual/advanced.xml
952                 New hidden pref, stripes_color_offset, to change
953                 the value added/substracted to normal bgcolor to
954                 create the stripes in summaries
955
956 2006-09-13 [colin]      2.4.0cvs185
957
958         * src/gedit-print.c
959         * src/messageview.c
960         * src/messageview.h
961         * src/summaryview.c
962         * src/textview.c
963                 Fix misc. printing issues: 
964                 - Bad font for linkified headers
965                 - Different font if the mail was displayed or not
966                 - Factorize the thing
967
968 2006-09-13 [colin]      2.4.0cvs184
969
970         * src/common/ssl_certificate.c
971                 Only get FQDN once when checking certificate
972
973 2006-09-13 [colin]      2.4.0cvs183
974
975         * src/account.c
976         * src/gtk/pluginwindow.c
977                 Misc. GUI fixes by Fabien
978
979 2006-09-13 [wwp]        2.4.0cvs182
980
981         * configure.ac
982         * src/common/utils.h
983         * src/common/utils.c
984                 get rid of unused wide-char functions.
985
986 2006-09-13 [wwp]        2.4.0cvs181
987
988         * src/plugins/pgpinline/sylpheed.def
989         * src/textview.c
990                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
991                 add privacy_reset_error to the .def file,
992                 do not fork for an external textviewer.
993
994 2006-09-13 [wwp]        2.4.0cvs180
995
996         * src/prefs_common.c
997                 fix broken font entry in prefs (patch issued by the gpg4win team,
998                 probably by Marcus Brinkmann <marcus@g10code.de>).
999
1000 2006-09-13 [colin]      2.4.0cvs179
1001
1002         * src/folder.h
1003                 Fix a warning in summaryview.c
1004         * src/mainwindow.c
1005         * src/summaryview.c
1006         * src/summaryview.h
1007                 Add missing Mark/* elements in the
1008                 main menu
1009
1010 2006-09-12 [colin]      2.4.0cvs178
1011
1012         * src/prefs_actions.c
1013         * src/prefs_filtering_action.c
1014         * src/prefs_matcher.c
1015                 Use (New) instead of New everywhere
1016
1017 2006-09-12 [wwp]        2.4.0cvs177
1018
1019         * manual/fr/addrbook.xml
1020         * manual/fr/handling.xml
1021                 updated some quotes in the fr manual to match the fr translation.
1022
1023 2006-09-12 [wwp]        2.4.0cvs176
1024
1025         * src/prefs_matcher.c
1026                 don't store translated string elements in matcher expressions.
1027                 Also fixed a misused of Q_().
1028
1029 2006-09-11 [wwp]        2.4.0cvs175
1030
1031         * src/plugins//bogofilter/bogofilter.c
1032         * src/plugins//clamav/clamav_plugin.c
1033         * src/plugins//demo/demo.c
1034         * src/plugins//dillo_viewer/dillo_viewer.c
1035         * src/plugins//pgpcore/plugin.c
1036         * src/plugins//pgpinline/plugin.c
1037         * src/plugins//pgpmime/plugin.c
1038         * src/plugins//spamassassin/spamassassin.c
1039                 gettext-ize more strings (mostly plugin error messages).
1040
1041 2006-09-11 [colin]      2.4.0cvs174
1042
1043         * src/alertpanel.c
1044                 Make maximum buffer size bigger to avoid
1045                 truncating translated messages. Patch by
1046                 Fabien
1047
1048 2006-09-11 [colin]      2.4.0cvs173
1049
1050         * src/etpan/imap-thread.c
1051                 Fix compilation on OpenBSD, thanks to 
1052                 Landry
1053
1054 2006-09-10 [wwp]        2.4.0cvs172
1055
1056         * manual/account.xml
1057         * manual/addrbook.xml
1058         * manual/handling.xml
1059         * manual/es/handling.xml
1060         * manual/fr/account.xml
1061         * manual/fr/addrbook.xml
1062         * manual/fr/handling.xml
1063                 documented addressbook matching (condition configuration):
1064                   addrbook.xml, en fr
1065                 documented per-account filtering rules (handling/filtering
1066                   section, account section):
1067                   account.xml, handling.xml, en fr
1068                 slightly updated the handling/searching section to tell few
1069                   words about the extended search ability:
1070                   handling.xml, en fr
1071                 added missing <quote></quotes> to Quick Search:
1072                   handling.xml, en fr es
1073                 fixed a typo (auomatically):
1074                   handling.xml, en
1075                 changes revisited by Paul.
1076
1077 2006-09-10 [paul]       2.4.0cvs171
1078
1079         * src/prefs_actions.c
1080         * src/prefs_filtering.c
1081         * src/prefs_template.c
1082                 adjustments to the gui
1083                 Patch by Fabien Vantard (slightly modified)
1084
1085 2006-09-10 [colin]      2.4.0cvs170
1086
1087         * src/summaryview.c
1088                 Check folderitem/summaryview consistency
1089                 (basically automates Update summary). Fixes
1090                 #1011 (wrong (negative) count on unread 
1091                 messages)
1092
1093 2006-09-10 [colin]      2.4.0cvs169
1094
1095         * src/gtk/gtksctree.c
1096                 Fix recursive expansion via mouse
1097         * src/plugins/bogofilter/bogofilter.c
1098                 Use normal filtering way of moving
1099                 messages (batching), possibly fixing
1100                 bug #1015 (Bogofilter plugin doubles 
1101                 new messages)
1102
1103 2006-09-09 [wwp]        2.4.0cvs168
1104
1105         * src/prefs_filtering.c
1106                 better place for this fix.
1107
1108 2006-09-09 [wwp]        2.4.0cvs167
1109
1110         * src/prefs_filtering.c
1111                 fix a minor bug when the enabled status of a filtering/processing
1112                 rule always got set to TRUE when replacing this rule. That still
1113                 make sense when adding a new rule, but now when replacing, we
1114                 don't override the value of 'enabled'.
1115                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1116                 to prefs_filtering_list_view_get_info() as this function not only
1117                 returns the name, but also the account_id and the enabled status.
1118
1119 2006-09-09 [mones]      2.4.0cvs166
1120
1121         * manual/glossary.xml
1122         * manual/plugins.xml
1123                 Minor format corrections
1124         * manual/gpl.xml
1125                 Fix misplaced NO WARRANTY section
1126         * manual/es/advanced.xml
1127         * manual/es/faq.xml
1128         * manual/es/glossary.xml
1129         * manual/es/gpl.xml
1130         * manual/es/handling.xml
1131         * manual/es/plugins.xml
1132         * manual/es/starting.xml
1133                 Incorporate changes from English version
1134         * manual/fr/ack.xml
1135         * manual/pl/ack.xml
1136         * manual/es/ack.xml
1137                 Fix address, (add translation credits in es version)
1138         * po/es.po
1139                 Updated translation
1140
1141 2006-09-09 [wwp]        2.4.0cvs165
1142
1143         * src/prefs_filtering.c
1144                 fix a crash when opening filtering prefs, if matcherrc file contains
1145                 broken data (non-existing account id, which is theoretically not
1146                 possible).
1147
1148 2006-09-08 [colin]      2.4.0cvs164
1149
1150         * src/folder.c
1151                 Wrong assert, make it an if()
1152         * src/gtk/gtksctree.c
1153                 Fix bug #1013 (expand selected thread 
1154                 tree) - expanding is now recursive
1155
1156 2006-09-07 [wwp]        2.4.0cvs163
1157
1158         * src/prefs_matcher.c
1159                 make better sentences about addressbook matching in the
1160                 matcher prefs. This should make translators' work easier
1161                 too.
1162
1163 2006-09-07 [wwp]        2.4.0cvs162
1164
1165         * src/prefs_filtering.c
1166                 code simplification (get rid of dup var. assignment).
1167
1168 2006-09-07 [wwp]        2.4.0cvs161
1169
1170         * src/summaryview.c
1171                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1172                 <fzzzzz@gmail.com>.
1173
1174 2006-09-07 [paul]       2.4.0cvs160
1175
1176         * src/mimeview.c
1177                 fix compilation warnings
1178                 Thanks to Colin
1179
1180 2006-09-07 [paul]       2.4.0cvs159
1181
1182         * src/mimeview.c
1183                 select the mimepart icon when
1184                 displaying as text
1185                 Thanks to Colin
1186
1187 2006-09-06 [paul]       2.4.0cvs158
1188
1189         * src/prefs_filtering.c
1190                 fix labels and table element spacing
1191                 Patch by Fabien Vantard
1192
1193 2006-09-06 [paul]
1194
1195         2.5.0-rc3 released
1196
1197 2006-09-06 [paul]       2.4.0cvs157
1198
1199         * manual/es/advanced.xml
1200                 fix typo
1201
1202 2006-09-06 [wwp]        2.4.0cvs156
1203
1204         * src/mainwindow.c
1205                 fix an dup launch issue when iconified, thanks to Colin.
1206
1207 2006-09-06 [wwp]        2.4.0cvs155
1208
1209         * src/gtk//gtksctree.h
1210                 oops, forgot that one!
1211
1212 2006-09-06 [wwp]        2.4.0cvs154
1213
1214         * manual/pl/advanced.xml
1215         * manual/advanced.xml
1216         * manual/es/advanced.xml
1217         * manual/fr/advanced.xml
1218         * src/prefs_customheader.c
1219         * src/prefs_filtering_action.c
1220         * src/foldersel.c
1221         * src/prefs_summaries.c
1222         * src/prefs_filtering.c
1223         * src/account.c
1224         * src/compose.c
1225         * src/prefs_summary_column.c
1226         * src/addr_compl.c
1227         * src/prefs_actions.c
1228         * src/prefs_folder_column.c
1229         * src/ssl_manager.c
1230         * src/prefs_template.c
1231         * src/prefs_display_header.c
1232         * src/prefs_common.h
1233         * src/prefs_matcher.c
1234         * src/prefs_common.c
1235         * src/prefs_toolbar.c
1236         * src/summaryview.c
1237         * src/folderview.c
1238         * src/gtk/gtksctree.c
1239         * src/gtk/pluginwindow.c
1240         * src/gtk/progressdialog.c
1241         * src/gtk/prefswindow.c
1242                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1243                 to make its meaning more obvious (all versions of the manual reflect
1244                 the change).
1245                 added an extra hidden option use_stripes_in_summary to allow
1246                 discarding these stripes in mainwindow's folder and message lists;
1247                 en and fr manuals only are OK towards this.
1248
1249 2006-09-06 [colin]      2.4.0cvs153
1250
1251         * src/textview.c
1252                 Hide Sylpheed-Claws' internal queue headers
1253                 when showing all headers. They'll be present
1254                 only in Source window.
1255
1256 2006-09-05 [colin]      2.4.0cvs152
1257
1258         * src/plugins/trayicon/trayicon.c
1259                 Fix crash at exit - we have to disconnect
1260                 our handlers
1261         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1262                 Update eggtrayicon - patch adapted from a
1263                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1264                 on Sylpheed's ML
1265
1266 2006-09-05 [colin]      2.4.0cvs151
1267
1268         * src/mainwindow.c
1269         * src/gtk/logwindow.c
1270                 Fix race condition when something writes
1271                 to the log too soon during init. Thanks
1272                 to Fabien Vantard
1273
1274 2006-09-05 [colin]      2.4.0cvs150
1275
1276         * src/mimeview.c
1277                 Don't select part on right-click either
1278
1279 2006-09-05 [paul]       2.4.0cvs149
1280
1281         * src/mimeview.c
1282                 completion of previous commit
1283                 Thanks to Colin
1284
1285 2006-09-05 [colin]      2.4.0cvs148
1286
1287         * src/mimeview.c
1288                 Don't force selection on middle-click, just open
1289
1290 2006-09-04 [colin]      2.4.0cvs147
1291
1292         * src/mimeview.c
1293                 Looks like gtk_notebook_set_current_page()
1294                 sometimes steals focus, and this annoys us
1295                 in MimeViewers as it renders navigation
1296                 keys useless. Take back focus after switching
1297                 pages.
1298
1299 2006-09-04 [colin]      2.4.0cvs146
1300
1301         * src/messageview.c
1302                 Set stop_loading when clicking on Next
1303                 during load. Don't add a callback to 
1304                 avoid over-complicating things.
1305
1306 2006-09-04 [colin]      2.4.0cvs145
1307
1308         * src/mimeview.c
1309         * src/messageview.c
1310                 Fix multiple loads in separate messageview
1311
1312 2006-09-04 [colin]      2.4.0cvs144
1313
1314         * src/summaryview.c
1315                 Let navigation keys be handled during 
1316                 load
1317
1318 2006-09-04 [colin]      2.4.0cvs143
1319
1320         * src/messageview.c
1321         * src/summaryview.c
1322         * src/textview.c
1323         * src/textview.h
1324                 Make loading of huge mails (lots of text and/or
1325                 images) cancellable, so the GUI doesn't block 
1326
1327 2006-09-04 [colin]      2.4.0cvs142
1328
1329         * src/plugins/trayicon/trayicon.c
1330                 Fix annoyance when removing a folder with 
1331                 unread mails: trayicon didn't update
1332
1333 2006-09-04 [paul]       2.4.0cvs141
1334
1335         * src/gtk/icon_legend.c
1336                 straighten up columns
1337                 Patch by Fabien Vantard
1338
1339 2006-09-04 [wwp]        2.4.0cvs140
1340
1341         * src/prefs_filtering.c
1342                 fix new line's account name in filtering prefs:
1343                 was "All", is now "(New)".
1344
1345 2006-09-04 [paul]       2.4.0cvs139
1346
1347         * tools/make.themes.project
1348                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1349                 instead of homebrewed "make release"
1350
1351 2006-09-03 [colin]      2.4.0cvs138
1352
1353         * src/folderview.c
1354                 Fix bug #1007 (Wrong folder highlighted)
1355
1356 2006-09-03 [colin]      2.4.0cvs137
1357
1358         * src/compose.c
1359                 Don't set Newsgroup: header to a mail folder
1360                 path
1361
1362 2006-09-03 [paul]       2.4.0cvs136
1363
1364         * src/prefs_other.c
1365         * src/prefs_spelling.c
1366                 unify the gui
1367
1368 2006-09-03 [paul]       2.4.0cvs135
1369
1370         * src/prefs_summaries.c
1371                 correct menu item text in prefs_keybind_apply_clicked()
1372
1373 2006-09-03 [paul]       2.4.0cvs134
1374
1375         * manual/advanced.xml
1376                 some improvements to the descriptions
1377         * src/mainwindow.c
1378         * src/messageview.c
1379         * src/summaryview.c
1380         * src/gtk/menu.c
1381                 fix menu sensitivity issues
1382         * src/prefs_message.c
1383                 drop the useless word 'short'
1384         * src/prefs_other.c
1385                 add the word 'lines' indicating log length
1386                 is a measure of lines
1387         * src/textview.c
1388                 fix compilation warnings
1389
1390 2006-09-02 [colin]      2.4.0cvs133
1391
1392         * src/messageview.c
1393                 Display a special return-receipt message
1394                 if the message is from the user
1395         * src/summaryview.c
1396                 Fix missing freeze of the list when marking
1397                 all read and unthreading for exec. Thanks
1398                 to Stephan Sachse.
1399
1400 2006-09-02 [paul]       2.4.0cvs132
1401
1402         * src/mainwindow.c
1403         * src/prefs_message.c
1404         * src/summaryview.c
1405                 fix some english
1406
1407 2006-09-02 [wwp]        2.4.0cvs131
1408
1409         * src/prefs_filtering.c
1410                 added an account name column to the filtering rules
1411                 dialog.
1412
1413 2006-09-02 [colin]      2.4.0cvs130
1414
1415         * src/gtk/logwindow.c
1416         * src/gtk/logwindow.h
1417                 Block scrolling if we're not at the end
1418                 of the log
1419
1420 2006-09-02 [colin]      2.4.0cvs129
1421
1422         * src/folder.c
1423                 Make sure account-specific rules can't
1424                 be used in {pre-,post-,}processing
1425         * src/mainwindow.c
1426         * src/gtk/logwindow.c
1427         * src/gtk/logwindow.h
1428                 Jump to last error when clicking on the
1429                 warning icon
1430
1431 2006-09-02 [colin]      2.4.0cvs128
1432
1433         * src/imap.c
1434         * src/import.c
1435         * src/mainwindow.c
1436         * src/mainwindow.h
1437                 Fix warning icon
1438         * src/inc.c
1439         * src/mbox.c
1440         * src/mbox.h
1441                 Let proc_mbox know its account, for
1442                 account-specific rules
1443
1444 2006-09-01 [colin]      2.4.0cvs127
1445
1446         * src/codeconv.c
1447                 Don't uselessly use iconv to convert from
1448                 us-ascii
1449         * src/alertpanel.c
1450         * src/mainwindow.c
1451         * src/mainwindow.h
1452         * src/inc.c
1453                 Fix certain log cases, disable warning icon
1454                 for now, the correct way to display it when
1455                 necessary and only when necessary is probably
1456                 to do it manually rather than use error logs
1457         * src/etpan/imap-thread.c
1458                 Clean up UID logging a bit
1459         * src/gtk/logwindow.c
1460         * src/gtk/logwindow.h
1461                 Make logging faster when the window's closed
1462
1463 2006-09-01 [wwp]        2.4.0cvs126
1464
1465         * manual/fr/account.xml
1466                 reflect changes to the ref. manual (parts of cvs72):
1467                 fix tabnames and quotes.
1468
1469 2006-09-01 [wwp]        2.4.0cvs125
1470
1471         * manual/fr/plugins.xml
1472                 reflect changes to the reference manual (cvs42):
1473                 update IRC channel info.
1474
1475 2006-09-01 [wwp]        2.4.0cvs124
1476
1477         * commitHelper
1478                 use CVSEDITOR env. var. if set, according to `man cvs`.
1479
1480 2006-09-01 [wwp]        2.4.0cvs123
1481
1482         * manual/advanced.xml
1483                 better sentence again (thanks to Paul).
1484
1485 2006-09-01 [wwp]        2.4.0cvs122
1486
1487         * manual/advanced.xml
1488         fix definition of toolbar_detachable and rework a bit the one of
1489         enable_dotted_lines.
1490
1491 2006-09-01 [mones]      2.4.0cvs121
1492
1493         * manual/advanced.xml
1494                 Document enable_dotted_lines
1495
1496 2006-09-01 [paul]       2.4.0cvs120
1497
1498         * src/folderview.c
1499         * src/folderview.h
1500         * src/imap.c
1501         * src/mainwindow.c
1502         * src/summaryview.c
1503                 obey the 'When entering folder...' option
1504                 when using the /View/Go to/... menu items
1505                 Thanks to Colin
1506
1507 2006-08-31 [colin]      2.4.0cvs119
1508
1509         * src/folderview.c
1510                 Revert 2.4.0cvs116, wrong fix.
1511
1512 2006-08-31 [colin]      2.4.0cvs118
1513
1514         * src/gtk/gtksctree.c
1515                 Better state the various copyrights
1516
1517 2006-08-31 [colin]      2.4.0cvs117
1518
1519         * src/prefs_common.c
1520                 fix enable_dotted_lines
1521
1522 2006-08-31 [colin]      2.4.0cvs116
1523
1524         * src/folderview.c
1525                 Use pref "Always open on select" when going
1526                 to next unread folder
1527         * src/gtk/gtksctree.c
1528                 Fix link failure to _gtk_clist_create_cell_layout
1529                 on certain computers. (Why not mine, I wonder)
1530
1531 2006-08-31 [colin]      2.4.0cvs115
1532
1533         * src/procmsg.c
1534         * src/textview.c
1535         * src/plugins/bogofilter/bogofilter.c
1536         * src/plugins/spamassassin/spamassassin.c
1537                 Requalify some "errors" to warnings
1538         * src/mainwindow.c
1539         * src/mainwindow.h
1540         * src/statusbar.c
1541                 Add an icon in the statusbar to notify
1542                 of errors
1543         * src/gtk/gtksctree.c
1544         * src/folderview.c
1545         * src/summaryview.c
1546                 Make the GtkSCTree look more modern by
1547                 alternating background lines
1548         * src/prefs_common.c
1549         * src/prefs_common.h
1550                 Add a pref to let people have the old
1551                 way if they prefer
1552
1553
1554 2006-08-30 [colin]      2.4.0cvs114
1555
1556         * src/procmsg.c
1557         * src/procmsg.h
1558                 Provide a way to filter a list of
1559                 messages in an optimised manner, and
1560                 add a list-filtering hook
1561         * src/folder.c
1562         * src/inc.c
1563         * src/mbox.c
1564                 Use the list filtering
1565         * src/plugins/bogofilter/bogofilter.c
1566                 Use the list-filtering hook
1567                 Use -b (bulk) mode for more speed
1568                 when learning and filtering
1569         * src/etpan/imap-thread.c
1570                 Make log output shorter in UID SEARCH
1571
1572
1573 2006-08-30 [colin]      2.4.0cvs113
1574
1575         * src/plugins/bogofilter/bogofilter.c
1576                 Really fast mass learning - thanks to David
1577                 Relson for the options explanations :)
1578
1579 2006-08-30 [colin]      2.4.0cvs112
1580
1581         * src/msgcache.c
1582                 Fix compilation on FreeBSD. Thanks
1583                 to Michael Hugues
1584
1585 2006-08-29 [colin]      2.4.0cvs111
1586
1587         * src/folderview.c
1588                 Handle "popup_menu" signal (for popping the 
1589                 menu via the keyboard)
1590         * src/mimeview.c
1591         * src/mimeview.h
1592         * src/summaryview.c
1593         * src/textview.c
1594         * src/gtk/gtkutils.c
1595         * src/gtk/gtkutils.h
1596                 Factorize scrolling code, and add an API 
1597                 for MimeViewers to handle scroll orders
1598
1599 2006-08-29 [wwp]        2.4.0cvs110
1600
1601         * src/plugins//bogofilter/bogofilter.c
1602         * src/plugins//spamassassin/spamassassin.c
1603                 make the bogofilter/spamassassin filtering error dialogs at
1604         incorporation obey to the "don't popup error dialog on
1605         receive error" option. If disabled, feed the log window w/
1606         the error message.
1607
1608 2006-08-29 [paul]
1609
1610         2.5.0-rc2 released
1611
1612 2006-08-29 [paul]       2.4.0cvs109
1613
1614         * Makefile.am
1615                 remove 'make release', it's not needed
1616                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1617
1618 2006-08-29 [paul]       2.4.0cvs108
1619
1620         * src/foldersel.c
1621         * src/summary_search.c
1622         * src/gtk/progressdialog.c
1623         * src/plugins/pgpcore/passphrase.c
1624                 replace deprecated gtk_window_set_policy()
1625
1626 2006-08-29 [colin]      2.4.0cvs107
1627
1628         * src/folder.c
1629                 Fix data loss when copy fails during a move:
1630                 only use fast remove_msgs if everything was
1631                 copied OK; else use slow remove_msg on the
1632                 mails that got copied only.
1633
1634 2006-08-28 [paul]       2.4.0cvs106
1635
1636         * src/mh.c
1637                 revert change in 2.4.0cvs104, it breaks
1638                 stuff
1639
1640 2006-08-28 [paul]       2.4.0cvs105
1641
1642         * src/plugins/spamassassin/spamassassin.c
1643                 english fix
1644
1645 2006-08-28 [paul]       2.4.0cvs104
1646
1647         * src/mh.c
1648                 fix data loss when moving to another
1649                 mailbox fails
1650         * src/prefs_spelling.c
1651                 improve the english
1652         * src/gtk/pluginwindow.c
1653                 improve the layout of the dialog text
1654         All thanks to Colin
1655
1656 2006-08-28 [paul]       2.4.0cvs103
1657
1658         * src/plugins/bogofilter/bogofilter.c
1659         * src/plugins/bogofilter/bogofilter_gtk.c
1660                 fix english up a bit, innit
1661
1662 2006-08-28 [paul]       2.4.0cvs102
1663
1664         * configure.ac
1665         * po/Makefile.in.in
1666         * po/Makevars
1667                 require autoconf 2.60, enabling building
1668                 with gettext 0.15 (gettext 0.14.x build still
1669                 possible). Replace Makefiles with versions
1670                 from gettext 0.15.
1671                 Remove configure options --with-localedir and
1672                 --with-mandir. The options that are provided
1673                 directly by autoconf 2.60 can be used instead:
1674                 --mandir --localedir
1675
1676 2006-08-27 [colin]      2.4.0cvs101
1677
1678         * src/plugins/bogofilter/Makefile.am
1679                 Fix make dist (no README)
1680
1681 2006-08-27 [colin]      2.4.0cvs100
1682
1683         * src/folder.c
1684                 Don't use F_UNKNOWN folders for any default
1685                 outbox/trash/etc
1686         * src/plugins/bogofilter/bogofilter.c
1687         * src/plugins/bogofilter/bogofilter.h
1688         * src/plugins/bogofilter/bogofilter_gtk.c
1689                 Add an option to specify the path to bogofilter
1690                 Use single-quotes to be able to learn in folders
1691                 with spaces in their names
1692                 Verify learning status
1693
1694 2006-08-27 [colin]      2.4.0cvs99
1695
1696         * manual/faq.xml
1697         * manual/plugins.xml
1698                 Document Bogofilter plugin
1699
1700 2006-08-27 [colin]      2.4.0cvs98
1701
1702         * src/compose.c
1703         * src/messageview.c
1704         * src/procmsg.c
1705         * src/procmsg.h
1706                 When possible, copy the queued mail to sent folder
1707                 instead of re-adding. Much faster on IMAP.
1708
1709 2006-08-27 [colin]      2.4.0cvs97
1710
1711         * src/msgcache.c
1712                 Disable mmaped caches - huge metadata loss
1713                 here after a power failure.
1714         * src/summaryview.c
1715                 Add quicksearch timing
1716         * src/common/plugin.c
1717         * src/common/plugin.h
1718                 Implement an interface to tell what plugins
1719                 provide. Prevent loading of similar plugins.
1720         * src/plugins/clamav/clamav_plugin.c
1721         * src/plugins/demo/demo.c
1722         * src/plugins/dillo_viewer/dillo_viewer.c
1723         * src/plugins/pgpcore/plugin.c
1724         * src/plugins/pgpinline/pgpinline.c
1725         * src/plugins/pgpmime/pgpmime.c
1726         * src/plugins/spamassassin/spamassassin.c
1727         * src/plugins/trayicon/trayicon.c
1728                 Implement plugin_provides()
1729
1730 2006-08-27 [colin]      2.4.0cvs96
1731
1732         * configure.ac
1733         * src/plugins/Makefile.am
1734         * src/plugins/bogofilter/.cvsignore
1735         * src/plugins/bogofilter/Makefile.am
1736         * src/plugins/bogofilter/bogofilter.c
1737         * src/plugins/bogofilter/bogofilter.h
1738         * src/plugins/bogofilter/bogofilter_gtk.c
1739                 New Bogofilter plugin, provides filtering and
1740                 learning. Spamassassin will go to extra plugins.
1741
1742 2006-08-26 [mones]      2.4.0cvs95
1743
1744         * manual/handling.xml
1745                 Fix subfolder path in the example (thanks to Paul) 
1746
1747 2006-08-26 [mones]      2.4.0cvs94
1748
1749         * manual/glossary.xml
1750                 2.2. + add ISP to the glossary
1751                 7.5. + Add UIDL to glossary
1752                 7.7. + Add TCP to glossary
1753         * manual/handling.xml
1754                 7.1. + Mentions GNU/Linux distribution, what about the non...
1755                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1756                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1757                 7.4. = Use appropriate quotation for commands
1758                 7.6. = change "" to <quote></quote>
1759         * manual/plugins.xml
1760                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1761         * manual/starting.xml
1762                 2.1. + local mbox file: some examples of mbox file locations...
1763                 Also reformatted files requiring it
1764
1765 2006-08-26 [wwp]        2.4.0cvs93
1766
1767         * src/summary_search.c
1768                 disable find buttons while summary search is running.
1769
1770 2006-08-25 [colin]      2.4.0cvs92
1771
1772         * src/folder.c
1773         * src/folderutils.c
1774         * src/mh.c
1775         * src/procmsg.h
1776         * src/summaryview.c
1777                 Speed up MH moving, and add progressbar
1778                 for MH deletion
1779         * src/msgcache.c
1780                 Write cache files using mmap() too
1781
1782 2006-08-25 [wwp]        2.4.0cvs91
1783
1784         * src/summaryview.c
1785                 switch spam<->ham button when a message has been marked as spam or ham
1786                 and is still selected. Thanks to Colin.
1787
1788 2006-08-25 [paul]       2.4.0cvs90
1789
1790         * src/Makefile.am
1791         * src/stock_pixmap.c
1792         * src/stock_pixmap.h
1793         * src/summaryview.c
1794         * src/gtk/icon_legend.c
1795         * src/pixmaps/copied.xpm
1796         * src/pixmaps/moved.xpm
1797                 add icons for delayed execution marked for
1798                 copying, marked for moving
1799
1800 2006-08-25 [mones]      2.4.0cvs89
1801
1802         * manual/glossary.xml
1803                 Fix the other glossary items:
1804                 5.1. = Inmmediate execution -> <quote>immediate execution...
1805                 5.2. = Fix MBOX capitalization -> Mbox
1806                 5.3. + Improve Plugins def. w/ tech. ref.
1807                 5.4. = Quotation -> replace '>' by <quote>></quote>
1808                 5.5. - SMTP Server. -> remove dot
1809         * po/es.po
1810                 Updated translation
1811
1812 2006-08-25 [mones]      2.4.0cvs88
1813
1814         * manual/ack.xml
1815                 Reformatted, changed email address
1816         * manual/glossary.xml
1817                 Reformatted, fixed MANUAL-TODO items:
1818                 8.2. + add ROT-13 to glossary
1819                 8.4. + add URL to glossary
1820         * manual/es/advanced.xml
1821                 Fixed <literal>s
1822
1823 2006-08-25 [paul]       2.4.0cvs87
1824
1825         * src/gtk/icon_legend.c
1826                 add 'marked for deletion' icon
1827                 arrange icons by containing column
1828                 wrap long label text
1829
1830 2006-08-25 [colin]      2.4.0cvs86
1831
1832         * src/common/utils.c
1833         * src/common/utils.h
1834                 Add the sc_g_*list_bigger functions in
1835                 a place everyone can use it
1836         * src/summaryview.c
1837                 Only freeze/thaw the list when working
1838                 on the selection, if it's bigger than 1
1839         * src/gtk/gtksctree.c
1840                 Only freeze/thaw the list when unselec-
1841                 ting 'all' if ('all' != 1)
1842                 This avoids some flickering
1843
1844 2006-08-24 [colin]      2.4.0cvs85
1845
1846         * src/addressbook.c
1847                 Fix strange list selection
1848                 Fix random seg (Invalid read of freed memory)
1849
1850 2006-08-24 [colin]      2.4.0cvs84
1851
1852         * src/alertpanel.c
1853         * src/gtk/inputdialog.c
1854         * src/plugins/pgpcore/passphrase.c
1855                 Revert minimal width patch of 2.4.0cvs67,
1856                 as it is also a maximal width. Use 
1857                 gtk_window_set_default_size instead.
1858
1859 2006-08-24 [colin]      2.4.0cvs83
1860
1861         * src/msgcache.c
1862                 Write cache/mark to temp files before
1863                 overwriting old ones (avoids metadata
1864                 loss if writing the new files fail).
1865                 Use mmap() to read cache/mark file, as
1866                 this makes cache reading faster. Dis-
1867                 abled for big-endian machines until it
1868                 can be tested. (Big-endian users: set
1869                 msgcache_use_mmap = TRUE in the relevant
1870                 #if).
1871         * src/procmsg.h
1872                 Move rarely used fields of MsgInfo in 
1873                 another structure, which will only be
1874                 allocated if needed. Face, X-Face,
1875                 Return receipt headers and List-*
1876                 headers are moved. Mails having none
1877                 of these occupy 52 bytes less with
1878                 this patch, which makes 2.5MB of RAM
1879                 saved on a 50k folder).
1880         * src/headerview.c
1881         * src/mainwindow.c
1882         * src/messageview.c
1883         * src/partial_download.c
1884         * src/procheader.c
1885         * src/procmsg.c
1886         * src/textview.c
1887                 Follow this structure change.
1888
1889 2006-08-24 [wwp]        2.4.0cvs82
1890
1891         * manual/es/.cvsignore
1892         * manual/es/dist/.cvsignore
1893         * manual/es/dist/html/.cvsignore
1894         * manual/es/dist/pdf/.cvsignore
1895         * manual/es/dist/ps/.cvsignore
1896         * manual/es/dist/txt/.cvsignore
1897                 more (generated) files to ignore.
1898
1899 2006-08-24 [colin]      2.4.0cvs81
1900
1901         * src/folder.c
1902         * src/mh.c
1903                 Fix possible problems with local delivery. Check the folder doesn't
1904                 need scan before setting its mtime when saving cache (which can be
1905                 done long after the folder's been modified by an external process);
1906                 Check that the stored item's mtime didn't change in mh functions.
1907
1908 2006-08-24 [mones]      2.4.0cvs80
1909
1910         * manual/advanced.xml
1911                 Rewrapping, some fixes and MANUAL-TODO items:
1912                 8.1. = change "" to <quote></quote>
1913                 8.3. = quote menu items
1914                 8.5. - deploying -> new user ... ideally a new user (redundant)
1915
1916 2006-08-23 [colin]      2.4.0cvs79
1917
1918         * src/gtk/gtksctree.c
1919                 When selecting or deselecting range, only
1920                 freeze/thaw when selection is bigger than 10
1921
1922 2006-08-23 [colin]      2.4.0cvs78
1923
1924         * src/messageview.c
1925         * src/mimeview.c
1926         * src/mimeview.h
1927         * src/plugins/dillo_viewer/dillo_viewer.c
1928                 Provide an API for MimeViewer plugins to
1929                 return a text selection for replying
1930
1931 2006-08-23 [colin]      2.4.0cvs77
1932
1933         * src/image_viewer.c
1934         * src/textview.c
1935                 Use gtk_pixbuf_new_from_file_at_scale(), which
1936                 is faster than getting the pixbuf then resizing
1937                 it.
1938
1939 2006-08-23 [colin]      2.4.0cvs76
1940
1941         * src/procmime.c
1942                 UTF-8 should be sent Quoted-printable
1943
1944 2006-08-22 [colin]      2.4.0cvs75
1945
1946         * src/mh.c
1947                 Check if scan is required before touching
1948                 the folder (or it'll be required every time)
1949
1950 2006-08-22 [colin]      2.4.0cvs74
1951
1952         * configure.ac
1953                 Require libetpan 0.46 (crasher fix when built
1954                 against gnutls)
1955
1956 2006-08-22 [colin]      2.4.0cvs73
1957
1958         * src/folder.c
1959                 Set folder's mtime after writing its
1960                 cache
1961         * src/folderview.c
1962                 Add some timing
1963         * src/procmsg.c
1964                 Don't do useless stuff if we don't 
1965                 thread by subject
1966         * src/summaryview.c
1967                 Add some timing, don't deselect prior
1968                 to selecting (gtksctree does it itself),
1969                 remove crash avoidance hacks as it's been
1970                 properly fixed since a while
1971         * src/common/utils.c
1972                 Optimize to_human_readable(): _() is slow,
1973                 do it only once, and avoid %f format for KB
1974                 (the most common in a summaryview)
1975         * src/gtk/gtksctree.c
1976                 Don't uselessly freeze/thaw (fixes flicker
1977                 on next unread and friends), reduce number
1978                 of g_list_nth/g_list_position where possible
1979         * src/gtk/gtkutils.c
1980         * src/gtk/gtkutils.h
1981                 Reduce number of g_list_nth/g_list_position
1982                 where possible.
1983                 All of this makes loading as 70k folder 2.1
1984                 seconds instead of 3.2 (with hot FS caches).
1985                 (1.3 seconds without Date and Size columns...)
1986
1987 2006-08-22 [paul]       2.4.0cvs72
1988
1989         wrap documents and do some items from mones' MANUAL-TODO:
1990
1991         * manual/account.xml
1992                 4.1. = fix tabname references to <quote>tabname</quote>
1993                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1994         * manual/faq.xml
1995                 1.1. = mentioned options don't match UI
1996                 Add information about the 'Never send Return Receipts'
1997                 option
1998         * manual/handling.xml
1999                 6.2. = Mentions Extended symbols button, but now is
2000                 named Information
2001                 6.3. = Mentions ... button, which is now Edit
2002
2003 2006-08-22 [colin]      2.4.0cvs71
2004
2005         * src/gtk/pluginwindow.c
2006                 Fix layout in verbose translations (such
2007                 as french)
2008
2009 2006-08-22 [paul]       2.4.0cvs70
2010
2011         * manual/Makefile.am
2012                 build manuals in alphabetical order
2013         * src/addressbook.c
2014         * src/prefs_themes.c
2015                 replace/remove deprecated symbols
2016         * src/gtk/gtkutils.c
2017                 fix a warning
2018         * src/gtk/pluginwindow.c
2019                 replace deprecated symbol
2020                 replace label text and move it
2021         * src/plugins/pgpcore/prefs_gpg.c
2022                 move the 'Generate...' button out of the
2023                 Sign Key frame, replace the English used
2024         * src/plugins/pgpcore/sgpgme.c
2025                 fixes to the English
2026
2027 2006-08-21 [colin]      2.4.0cvs69
2028
2029         * src/plugins/trayicon/trayicon.c
2030                 Add more strings for translation; patch
2031                 by Pawel
2032
2033 2006-08-21 [colin]      2.4.0cvs68
2034
2035         * src/compose.c
2036                 fix replied flag not set after drafting
2037         * src/matcher.c
2038                 fix body quicksearch in non-encoded bodies
2039                 containing '='
2040         * src/msgcache.c
2041                 Get rid of the g_malloc workaround for
2042                 corrupted caches, use g_try_malloc
2043
2044 2006-08-21 [colin]      2.4.0cvs67
2045
2046         * src/alertpanel.c
2047         * src/gtk/inputdialog.c
2048         * src/plugins/pgpcore/passphrase.c
2049                 Set minimal width to 375
2050         * src/mainwindow.c
2051                 Fix switching to offline, asking if it 
2052                 should be overriden for synchronising
2053         * src/mimeview.c
2054                 Don't offer to remember command on Open 
2055                 with for text parts, as the browser or 
2056                 text editor command isn't changed from 
2057                 there
2058
2059 2006-08-20 [paul]       2.4.0cvs66
2060
2061         * po/ko.po
2062         * po/zh_CN.po
2063                 fix plural form errors. revealed by stricter
2064                 checking of gettext 0.15
2065
2066 2006-08-18 [paul]       2.4.0cvs65
2067
2068         * src/stock_pixmap.c
2069                 fix the fix of 2.4.0cvs64
2070                 Thanks to Colin
2071
2072 2006-08-18 [paul]       2.4.0cvs64
2073
2074         * src/stock_pixmap.c
2075                 fix leaks
2076                 Thanks to Colin
2077
2078 2006-08-18 [paul]       2.4.0cvs63
2079
2080         * src/compose.c
2081         * src/procmsg.c
2082                 fix occasional IMAP bug where large msgs
2083                 were left in the queue folder after sending
2084                 Thanks to Colin
2085
2086 2006-08-18 [paul]       2.4.0cvs62
2087
2088         * src/folderview.c
2089                 freeze the summaryview while quicksearch results
2090                 are displayed
2091                 (fixes bug 456 'current message is hidden when the
2092                 view is refreshed and extended search is "unread 
2093                 messages"')
2094                 Thanks to Colin
2095         * src/textview.c
2096                 add missing #include "inputdialog.h"
2097         * src/common/utils.h
2098                 add missing mailcap_update_default() and improve
2099                 readability
2100
2101 2006-08-17 [colin]      2.4.0cvs61
2102
2103         * src/plugins/pgpcore/select-keys.c
2104                 Fix warnings :)
2105
2106 2006-08-17 [colin]      2.4.0cvs60
2107
2108         * src/compose.c
2109                 Don't continue queuing if Cancel is clicked
2110                 in select-keys
2111
2112 2006-08-17 [colin]      2.4.0cvs59
2113
2114         * src/plugins/pgpcore/select-keys.c
2115                 When encrypting, if only one key matches and it 
2116                 matches exactly, automatically use it.
2117
2118 2006-08-17 [colin]      2.4.0cvs58
2119
2120         * src/mimeview.c
2121         * src/prefs_common.c
2122         * src/prefs_common.h
2123         * src/prefs_ext_prog.c
2124         * src/textview.c
2125                 Fix issues with previous patch (text/html)
2126                 Remove outdated prefs
2127
2128 2006-08-17 [colin]      2.4.0cvs57
2129
2130         * src/imap.c
2131                 Add View Log button on auth error
2132         * src/procmsg.c
2133                 Fix encrypted mail marked as new when
2134                 saved in normal folders
2135         * src/plugins/pgpinline/pgpinline.c
2136                 Fix encrypt bug on IMAP
2137         * src/mimeview.c
2138         * src/common/utils.c
2139         * src/common/utils.h
2140         * src/gtk/inputdialog.c
2141         * src/gtk/inputdialog.h
2142                 Get rid of metamail stuff, simplify
2143                 opening, and allow remembering of user's
2144                 choices (by updating ~/.mailcap). There's
2145                 still to drop "Audio player" and "Image
2146                 viewer" preferences.
2147
2148 2006-08-17 [mones]      2.4.0cvs56
2149
2150         * manual/es/sylpheed-claws-manual.xml
2151                 fix DTD path
2152
2153 2006-08-17 [mones]      2.4.0cvs55
2154
2155         * configure.ac
2156         * manual/Makefile.am
2157         * manual/es/Makefile.am
2158         * manual/es/account.xml
2159         * manual/es/ack.xml
2160         * manual/es/addrbook.xml
2161         * manual/es/advanced.xml
2162         * manual/es/faq.xml
2163         * manual/es/glossary.xml
2164         * manual/es/gpl.xml
2165         * manual/es/handling.xml
2166         * manual/es/intro.xml
2167         * manual/es/keyboard.xml
2168         * manual/es/plugins.xml
2169         * manual/es/starting.xml
2170         * manual/es/sylpheed-claws-manual.xml
2171         * manual/es/dist/Makefile.am
2172         * manual/es/dist/html/Makefile.am
2173         * manual/es/dist/pdf/Makefile.am
2174         * manual/es/dist/ps/Makefile.am
2175         * manual/es/dist/txt/Makefile.am
2176                 Spanish translation for the manual
2177
2178 2006-08-16 [colin]      2.4.0cvs54
2179
2180         * src/compose.c
2181         * src/main.c
2182         * src/mainwindow.c
2183                 Fix send button sensitivity at startup
2184                 Set send menu sensitivity (patch by Fabien)
2185         * src/ssl_manager.c
2186                 Enable closing with esc (patch by Fabien)
2187         * src/gtk/foldersort.c
2188                 Enable closing with esc (patch by Fabien)
2189         * src/procmime.c
2190                 Optimisation (no need to copy to tempfile to
2191                 "decode" 7bit and 8bit)
2192         * src/summaryview.c
2193                 Fix cruft in swap_from case
2194         * src/textview.c
2195                 Fix missing last line in some mail cases 
2196                 (Fixes debian #381872)
2197         * src/plugins/pgpcore/prefs_gpg.c
2198         * src/plugins/pgpcore/sgpgme.c
2199         * src/plugins/pgpcore/sgpgme.h
2200                 Don't show "no key found" when user explicitely
2201                 wants to create a key
2202
2203 2006-08-16 [paul]       2.4.0cvs53
2204
2205         * configure.ac
2206         * src/account.c
2207         * src/addressbook.c
2208         * src/headerview.c
2209         * src/prefs_account.c
2210         * src/prefs_message.c
2211         * src/gtk/gtkutils.c
2212                 bump up minimum required versions of GTK+ and
2213                 GLIB to 2.6.0
2214
2215 2006-08-16 [paul]       2.4.0cvs52
2216
2217         * src/toolbar.c
2218                 workaround GTK+ Bug 351600 - 'Can't re-click
2219                 on button after sensitivity update'
2220                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2221                 Thanks to Colin
2222
2223 2006-08-15 [colin]      2.4.0cvs51
2224
2225         * src/plugins/pgpcore/prefs_gpg.c
2226                 Set options sensitivity according to
2227                 key existence
2228         * src/plugins/pgpcore/sgpgme.c
2229                 Allow to create key with no passphrase
2230
2231 2006-08-14 [cleroy]     2.4.0cvs50
2232
2233         * src/gtk/pluginwindow.c
2234                 New layout (maybe to be changed?)
2235         * src/gtk/gtkutils.c
2236                 Fix a bit label_window
2237         * src/plugins/pgpcore/passphrase.c
2238         * src/plugins/pgpcore/passphrase.h
2239         * src/plugins/pgpcore/plugin.c
2240         * src/plugins/pgpcore/prefs_gpg.c
2241         * src/plugins/pgpcore/prefs_gpg.h
2242         * src/plugins/pgpcore/sgpgme.c
2243         * src/plugins/pgpcore/sgpgme.h
2244                 Allow to create a PGP private key via the GUI
2245
2246 2006-08-14 [wwp]        2.4.0cvs49
2247
2248         * src/addressbook_foldersel.c
2249                 fix strict ISO C90 compliance.
2250
2251 2006-08-14 [paul]       2.4.0cvs48
2252
2253         * src/gtk/prefswindow.c
2254                 re-set scrolled window on opening
2255                 Patch by Ticho
2256
2257 2006-08-14 [paul]
2258
2259         2.5.0-rc1 released
2260
2261 2006-08-14 [paul]       2.4.0cvs47
2262
2263         * src/prefs_display_header.c
2264                 re-enable user-defined Displayed Headers
2265
2266 2006-08-14 [paul]       2.4.0cvs46
2267
2268         * src/prefs_account.c
2269                 use GTK_STOCK_EDIT
2270
2271 2006-08-13 [colin]      2.4.0cvs45
2272
2273         * src/common/utils.c
2274                 Fix "a" in quote when the original message is empty,
2275                 by using \0 instead of 'a' to test writability of
2276                 temp files.
2277
2278 2006-08-13 [wwp]        2.4.0cvs44
2279
2280         * src/plugins/spamassassin/spamassassin.c
2281                 fix capitalization of "SpamAssassin" in some debug, log and
2282                 dialog messages.
2283
2284 2006-08-13 [paul]       2.4.0cvs43
2285
2286         * src/editldap.c
2287                 fix overlapping widgets
2288         * src/prefs_account.c
2289                 fix translation of protocol_names[]
2290                 fix label disappearing off the edge of the
2291                 visible area
2292
2293 2006-08-12 [paul]       2.4.0cvs42
2294
2295         * manual/plugins.xml
2296                 update IRC channel info before it gets forgotten
2297                 about
2298
2299 2006-08-11 [colin]      2.4.0cvs41
2300
2301         * src/compose.c
2302         * src/mainwindow.c
2303         * src/mainwindow.h
2304         * src/procmsg.c
2305         * src/procmsg.h
2306         * src/summaryview.c
2307         * src/toolbar.c
2308                 Grey out the Send button if
2309                 - Queue folders are empty, or
2310                 - We're sending already
2311
2312 2006-08-11 [wwp]        2.4.0cvs40
2313
2314         * src/main.c
2315                 fix a logic issue when quitting while a compose window is
2316                 still open, thanks to Colin.
2317
2318 2006-08-10 [colin]      2.4.0cvs39
2319
2320         * src/main.c
2321                 Fix default font size setting after wizard run
2322         * src/imap.c
2323         * src/etpan/imap-thread.c
2324         * src/etpan/imap-thread.h
2325                 Fix bug #999 (Timing out on TSL cert validation 
2326                 dialog makes ugly things happen). Also, STARTTLS
2327                 unconditionnaly if initial capabilities contain
2328                 LOGINDISABLED and STARTTLS.
2329
2330 2006-08-09 [colin]      2.4.0cvs38
2331
2332         * src/mainwindow.c
2333         * src/mainwindow.h
2334                 Fix Tools/Actions sensitivity when there are
2335                 no actions
2336
2337 2006-08-09 [colin]      2.4.0cvs37
2338
2339         * src/prefs_filtering.c
2340                 Warning fix, patch by Paul
2341         * src/messageview.c
2342         * src/prefs_actions.c
2343         * src/prefs_filtering_action.c
2344         * src/prefs_matcher.c
2345                 Uniformisation of "Info ..." to "Info..." (for
2346                 old gtk), patch by Fabien
2347         * src/plugins/clamav/clamav_plugin_gtk.c
2348                 Sensitivity fix by Fabien
2349
2350 2006-08-09 [colin]      2.4.0cvs36
2351
2352         * src/main.c
2353         * src/main.h
2354                 Add a function to know whether we're exiting
2355         * src/plugins/trayicon/trayicon.c
2356                 If exiting, don't do anything. Faster, and
2357                 avoids gtk_main_iteration reentracy causing
2358                 segfaults at exit
2359
2360 2006-08-09 [colin]      2.4.0cvs35
2361
2362         * src/messageview.c
2363         * src/mimeview.c
2364         * src/mimeview.h
2365                 Fix lack of part selection when automatically 
2366                 jumping to a specific part
2367         * src/msgcache.c
2368                 Little optimisation in cache reading
2369
2370 2006-08-09 [colin]      2.4.0cvs34
2371
2372         * src/compose.c
2373                 Fix crash setting the priority on reedit
2374                 (Accessing compose before creating it!)
2375
2376 2006-08-08 [colin]      2.4.0cvs33
2377
2378         * src/procmime.c
2379                 Fix bug #998 (last attachment is not accessible)
2380                 Bad RFC interpretation on multipart close-delimiters
2381         * src/mimeview.c
2382         * src/mimeview.h
2383         * src/gtk/gtkvscrollbutton.c
2384         * src/gtk/gtkvscrollbutton.h
2385                 Make attachments list wheel-scrollable
2386
2387 2006-08-07 [colin]      2.4.0cvs32
2388
2389         * src/gtk/gtkaspell.c
2390                 Fix bug #973 (Unicode punctation characters 
2391                 are not recognized as separators by the
2392                 spell checker); fix unsigned stuff
2393
2394 2006-08-07 [colin]      2.4.0cvs31
2395
2396         * src/compose.c
2397                 Fix bug #956 (DnD text with accents in compose 
2398                 text entry); fix gccc's signed/unsigned fuss
2399
2400 2006-08-06 [colin]      2.4.0cvs30
2401
2402         * src/main.c
2403                 Fix bug #979 (Plugin crashes when exiting 
2404                 sylpheed-claws) : handle exit request only 
2405                 once
2406
2407 2006-08-05 [colin]      2.4.0cvs29
2408
2409         * src/news.c
2410                 Just make sure we have a msgid.
2411
2412 2006-08-05 [colin]      2.4.0cvs28
2413
2414         * src/news.c
2415         * src/summaryview.c
2416                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2417                 by reimplementing it
2418         * src/textview.c
2419                 Fix bug when hiding quotes with level > 3 and quote
2420                 colors are recycled
2421
2422 2006-08-04 [colin]      2.4.0cvs27
2423
2424         * src/compose.c
2425         * src/undo.c
2426         * src/undo.h
2427                 Fix a bit replace-by-pasting undo
2428         * src/mainwindow.c
2429         * src/messageview.c
2430                 Fix Fold quotes menu synchro in
2431                 mainwindow when it changes in 
2432                 messageview
2433         * src/textview.c
2434                 Fix right-click on quotes blocks
2435         * src/common/utils.c
2436                 Verify that the file created by
2437                 my_tmpfile() is writable. Fixes
2438                 bug #988 (very specific filesystem
2439                 issue)
2440         * src/plugins/pgpcore/sgpgme.c
2441                 Fix file descriptor leak
2442         * src/plugins/spamassassin/spamassassin.c
2443                 Warn once if spamd isn't reachable
2444
2445 2006-08-04 [colin]      2.4.0cvs26
2446
2447         * src/toolbar.c
2448                 i18n context patch by Fabien
2449
2450 2006-08-03 [colin]      2.4.0cvs25
2451
2452         * src/mainwindow.c
2453         * src/messageview.c
2454                 Rename "Hide quotes" to "Fold quotes"
2455         * src/textview.c
2456                 Don't use hand cursor on quotes. "all 
2457                 the bonuses of the feature and none of 
2458                 unwelcome side-effects"
2459
2460 2006-08-03 [colin]      2.4.0cvs24
2461
2462         * AUTHORS
2463         * sylpheed-claws.desktop
2464         * src/gtk/authors.h
2465                 Bring the desktop file to XDG compliance
2466                 Patch by Charles A. Edwards
2467
2468 2006-08-03 [colin]      2.4.0cvs23
2469
2470         * src/textview.c
2471                 Fix links offset when they are preceded
2472                 by accentued chars (g_utf8_strlen!)
2473         * src/mainwindow.c
2474                 Fix wrong status when starting offline
2475
2476
2477 2006-08-03 [wwp]        2.4.0cvs22
2478
2479         * src/prefs_common.h
2480                 ask what to do w/ filtering rules that belong to an account when
2481                 applying filtering rules manually from the main window (skip,
2482                 apply regardless of the account, use current account). This dialog
2483                 can be skipped and the last reply used.
2484                 (forgot that file)
2485
2486 2006-08-03 [wwp]        2.4.0cvs21
2487
2488         * src/filtering.c
2489         * src/filtering.h
2490         * src/prefs_common.c
2491         * src/summaryview.c
2492         * src/alertpanel.c
2493         * src/alertpanel.h
2494         * src/messageview.c
2495                 ask what to do w/ filtering rules that belong to an account when
2496                 applying filtering rules manually from the main window (skip,
2497                 apply regardless of the account, use current account). This dialog
2498                 can be skipped and the last reply used.
2499
2500
2501 2006-08-03 [colin]      2.4.0cvs20
2502
2503         * src/textview.c
2504                 Optimize previous patch
2505
2506 2006-08-03 [cleroy]     2.4.0cvs19
2507
2508         * src/textview.c
2509                 Fix quotes getting toggled back when the
2510                 mail has an even number of text parts
2511
2512 2006-08-02 [colin]      2.4.0cvs18
2513
2514         * src/messageview.c
2515                 Add Hide quotes menu
2516
2517 2006-08-02 [colin]      2.4.0cvs17
2518
2519         * src/mainwindow.c
2520         * src/prefs_common.c
2521         * src/textview.c
2522         * src/textview.h
2523         * src/gtk/about.c
2524                 Allow per-level quote hiding,
2525                 Allow toggling quotes by double-clicking them
2526                 Rename RemoteURI to ClickableText to reflect
2527                 the fact it's used for a variety of things
2528
2529 2006-08-02 [wwp]        2.4.0cvs16
2530
2531         * src/mainwindow.c
2532                 fix "View/Hide quotes" menu item status initialization.
2533
2534 2006-08-02 [wwp]        2.4.0cvs15
2535
2536         * src/matcher_parser_parse.y
2537                 remove a debug trace.
2538
2539 2006-08-02 [paul]       2.4.0cvs14
2540
2541         * src/plugins/pgpcore/passphrase.c
2542                 don't set initial dialog size
2543                 make it resizable
2544
2545 2006-08-02 [paul]       2.4.0cvs13
2546
2547         * src/noticeview.c
2548                 remove the rogue '/' character
2549
2550 2006-08-02 [paul]       2.4.0cvs12
2551
2552         * src/noticeview.c
2553                 allow buttons to resize as necessary
2554
2555 2006-08-01 [wwp]        2.4.0cvs11
2556
2557         * src/mbox.c
2558                 fix strict ISO C90 compliance.
2559
2560 2006-08-01 [wwp]        2.4.0cvs10
2561
2562         * tools/update-po
2563                 updated update-po tool to work w/ context-dependent translations.
2564                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2565
2566 2006-08-01 [wwp]        2.4.0cvs9
2567
2568         * src/matcher.c
2569         * src/prefs_filtering.c
2570         * src/prefs_matcher.c
2571                 allow context-dependent translations for "All",
2572                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2573
2574 2006-07-31 [colin]      2.4.0cvs8
2575
2576         * AUTHORS
2577         * src/gtk/authors.h
2578                 Add Rafal to authors
2579
2580 2006-07-31 [colin]      2.4.0cvs7
2581
2582         * src/compose.c
2583         * src/mainwindow.c
2584         * src/messageview.h
2585         * src/prefs_common.c
2586         * src/prefs_common.h
2587         * src/textview.c
2588                 Add 'View/Hide quotes'. Patch based on a patch
2589                 by Rafal Weglarz
2590
2591 2006-07-31 [colin]      2.4.0cvs6
2592
2593         * src/action.c
2594                 Fix problem with "> stuff >" actions
2595
2596 2006-07-31 [paul]       2.4.0cvs5
2597
2598         * po/nb.po
2599                 updated by Geir Helland
2600
2601 2006-07-31 [wwp]        2.4.0cvs4
2602
2603         * src/mainwindow.c
2604         * src/summaryview.c
2605         * src/summaryview.h
2606                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2607                 thanks to Colin.
2608
2609 2006-07-31 [wwp]        2.4.0cvs3
2610
2611         * src/Makefile.am
2612         * src/addr_compl.c
2613         * src/addr_compl.h
2614         * src/addressbook.c
2615         * src/addressbook.h
2616         * src/addressbook_foldersel.c
2617         * src/addressbook_foldersel.h
2618         * src/addrindex.c
2619         * src/addrindex.h
2620         * src/matcher.c
2621         * src/matcher.h
2622         * src/matcher_parser_lex.l
2623         * src/matcher_parser_parse.y
2624         * src/prefs_common.c
2625         * src/prefs_common.h
2626         * src/prefs_filtering.c
2627         * src/prefs_matcher.c
2628         * src/prefs_matcher.h
2629         * src/summaryview.c
2630                 introduce filtering against the address book. It's now possible to add
2631                 matched conditions to determine if any email address in a message matches
2632                 or doesn't match any or all books or folders in the address book.
2633
2634 2006-07-31 [wwp]        2.4.0cvs2
2635
2636         * src/account.c
2637         * src/filtering.c
2638         * src/filtering.h
2639         * src/folder.c
2640         * src/folderview.c
2641         * src/inc.c
2642         * src/mainwindow.c
2643         * src/matcher.c
2644         * src/matcher_parser_lex.l
2645         * src/matcher_parser_parse.y
2646         * src/mbox.c
2647         * src/prefs_filtering.c
2648         * src/prefs_filtering.h
2649         * src/procmsg.c
2650         * src/procmsg.h
2651         * src/summaryview.c
2652                 introduce per-account filtering rules. Each filtering rule can now be assigned
2653                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2654                 when applying filtering rules manually, as all rules will apply - even the ones
2655                 assigned to an account. This issue will be addressed soon.
2656  
2657
2658
2659 2006-07-31 [wwp]        2.4.0cvs1
2660
2661         * src/quote_fmt.c
2662                 make more strings translatable.
2663
2664 2006-07-31 [paul]       2.4.0
2665
2666         2.4.0 released
2667
2668 2006-07-31 [paul]       2.3.1cvs91
2669
2670         * po/ca.po
2671                 updated by Miquel Oliete
2672
2673 2006-07-31 [paul]       2.3.1cvs90
2674
2675         * po/de.po
2676         * po/el.po
2677         * po/fr.po
2678         * po/it.po
2679         * po/pl.po
2680         * po/pt_BR.po
2681         * po/sr.po
2682         * po/zh_CN.po
2683                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2684                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2685                 Aleksandar Urosevic, and Ralgh Young
2686
2687 2006-07-31 [paul]       2.3.1cvs89
2688
2689         * src/account.c
2690         * src/main.c
2691         * src/mainwindow.c
2692         * src/mainwindow.h
2693                 Fix a race condition when, after an SC crash, rescanning
2694                 folders took more than 0.5 seconds
2695                 Thanks to Colin
2696
2697 2006-07-31 [paul]       2.3.1cvs88
2698
2699         * src/folderview.c
2700                 don't translate separator strings
2701
2702 2006-07-30 [mones]      2.3.1cvs87
2703
2704         * doc/man/sylpheed-claws.1
2705                 Fixed non-ASCII chars in Hoa's name
2706         * po/es.po
2707                 Updated for release
2708
2709 2006-07-27 [colin]      2.3.1cvs86
2710
2711         * src/textview.c
2712                 Don't include the leading \n in links
2713                 Patch by Fabien
2714
2715 2006-07-25 [colin]      2.3.1cvs85
2716
2717         * src/mainwindow.c
2718         * src/common/socket.h
2719         * src/etpan/imap-thread.c
2720                 Refresh resolvers before connecting
2721                 to IMAP servers, and after switching
2722                 to online. Thanks to Paul.
2723
2724 2006-07-18 [colin]
2725
2726         * 2.4.0-rc4 released
2727
2728 2006-07-17 [colin]      2.3.1cvs84
2729
2730         * src/inc.c
2731                 Show connection attempt in statusbar before
2732                 connecting (previously first message was
2733                 "Retrieving messages from ..." after the
2734                 connection succeeded.
2735
2736 2006-07-16 [wwp]        2.3.1cvs83
2737
2738         * sylpheed-claws.ico
2739                 Added .ico file (windows multi-size icon file, generated).
2740
2741 2006-07-12 [wwp]        2.3.1cvs82
2742
2743         * src/messageview.c
2744                 remove Message/Re-edit menu entry from messageview window,
2745                 as sent/draft/queued messages are opened in compose window when
2746                 re-edited and it's not possible to re-edit other msgs.
2747
2748 2006-07-12 [paul]       2.3.1cvs81
2749
2750         * AUTHORS
2751         * src/mainwindow.c
2752         * src/gtk/authors.h
2753                 check online state before resetting
2754                 mailcheck timer. Useful if some program
2755                 verifies connection state and updates
2756                 Claws.
2757                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2758
2759 2006-07-12 [paul]       2.3.1cvs80
2760
2761         * sylpheed-claws-128x128.png
2762         * sylpheed-claws-64x64.png
2763         * sylpheed-claws.png
2764         * src/Makefile.am
2765         * src/main.c
2766         * src/prefs_toolbar.c
2767         * src/stock_pixmap.c
2768         * src/stock_pixmap.h
2769         * src/wizard.c
2770         * src/gtk/about.c
2771         * src/gtk/gtkutils.c
2772         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2773         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2774         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2775         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2776         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2777         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2778                 updated and renamed logo/icon files and related
2779                 logo by Jesper Schultz
2780
2781 2006-07-11 [paul]       2.3.1cvs79
2782
2783         * src/main.c
2784                 fix the labels a smidgin
2785
2786 2006-07-09 [colin]      2.3.1cvs78
2787
2788         * src/textview.c
2789                 Show errors in textviewer's command
2790                 Patch by H. Merijn Brand
2791
2792 2006-07-09 [colin]      2.3.1cvs77
2793
2794         * src/compose.c
2795                 Save FMID in drafts too
2796
2797 2006-07-08 [colin]      2.3.1cvs76
2798
2799         * src/compose.c
2800                 Svae RMID in drafted mails too
2801                 Save quote_fmt vars for whole mails,
2802                 don't reset at each quote_fmt_init:
2803                 allows to use the same |i{var} in
2804                 various template fields
2805         * src/prefs_template.c
2806         * src/quote_fmt.h
2807         * src/quote_fmt_parse.y
2808                 Same
2809
2810 2006-07-08 [colin]      2.3.1cvs75
2811
2812         * src/textview.c
2813                 Fix highlighting of attached parts URIs
2814
2815 2006-07-08 [colin]      2.3.1cvs74
2816
2817         * src/main.c
2818                 Prevent bug #981 (sc 2.3.1 segfaults with 
2819                 gtk+ 2.10) from being reported again:
2820                 if Sylpheed-Claws has been compiled against
2821                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2822                 of if Sylpheed-Claws has been compiled against
2823                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2824                 error out.
2825
2826 2006-07-07 [colin]      2.3.1cvs73
2827
2828         * src/prefs_actions.c
2829                 Fix label
2830
2831 2006-07-07 [colin]      2.3.1cvs72
2832
2833         * src/prefs_actions.c
2834                 Fix compile on gtk < 2.8. argh :)
2835
2836 2006-07-07 [paul]       2.3.1cvs71
2837
2838         * src/common/defs.h
2839                 update DONATE_URI
2840
2841 2006-07-07 [colin]      2.3.1cvs70
2842
2843         * po/POTFILES.in
2844         * src/quote_fmt.c
2845         * src/quote_fmt_lex.l
2846         * src/quote_fmt_parse.y
2847                 Add |i{var}, a way to insert user-entered
2848                 text in a template
2849
2850 2006-07-07 [colin]
2851
2852         * 2.4.0-rc3 released
2853
2854 2006-07-07 [colin]      2.3.1cvs69
2855
2856         * src/folder.c
2857                 Don't consider inboxes of UNKNOWN folder 
2858                 classes to be useable as default inboxes
2859
2860 2006-07-07 [paul]       2.3.1cvs68
2861
2862         * src/textview.c
2863                 add missing #include <errno.h>
2864                 Thanks to René J. Blokland
2865
2866 2006-07-07 [paul]       2.3.1cvs67
2867
2868         * src/action.c
2869                 Return now Closes dialog
2870         * src/mimeview.c
2871         * src/mimeview.h
2872         * src/textview.c
2873                 add contextual menu to mime parts listed
2874                 in the textview
2875                 Thanks to Colin
2876         * src/common/utils.c
2877                 reversal: ' is a valid character in URLs
2878
2879 2006-07-06 [colin]      2.3.1cvs66
2880
2881         * src/remotefolder.h
2882                 Forgotten in previous commit
2883
2884 2006-07-06 [colin]      2.3.1cvs65
2885
2886         * src/folder.c
2887                 Set summary update flag whenever
2888                 totals changed
2889         * src/imap.c
2890         * src/prefs_account.c
2891         * src/common/utils.h
2892         * src/etpan/imap-thread.c
2893                 Fix warnings, thanks to Fabien and
2894                 Ricardo
2895
2896 2006-07-06 [wwp]        2.3.1cvs64
2897
2898         * src/gtk/gtkutils.c
2899                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2900
2901 2006-07-06 [wwp]        2.3.1cvs63
2902
2903         * src/account.c
2904         * src/addressbook.c
2905         * src/addressitem.h
2906         * src/folderview.c
2907         * src/mainwindow.c
2908         * src/manual.c
2909         * src/manual.h
2910         * src/message_search.c
2911         * src/prefs_actions.c
2912         * src/prefs_filtering.c
2913         * src/prefs_filtering.h
2914         * src/prefs_template.c
2915         * src/summary_search.c
2916         * src/summaryview.c
2917         * src/gtk/gtkutils.c
2918         * src/gtk/gtkutils.h
2919         * src/gtk/pluginwindow.c
2920                 add help buttons to some dialogs. Clicking such buttons opens a
2921                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2922
2923 2006-07-06 [paul]       2.3.1cvs62
2924
2925         * src/textview.c
2926                 fix attachments contextual menu
2927                 Thanks to Colin
2928
2929 2006-07-05 [colin]      2.3.1cvs61
2930
2931         * src/textview.c
2932         * src/compose.c
2933                 Handle sftp:// links
2934
2935 2006-07-05 [paul]       2.3.1cvs60
2936
2937         * src/gtk/filesel.c
2938                 grab save button by default
2939                 Thanks to Colin
2940
2941 2006-07-05 [wwp]        2.3.1cvs59
2942
2943         * manual/xml2pdf
2944                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2945
2946 2006-07-04 [colin]      2.3.1cvs58
2947
2948         * src/mimeview.c
2949         * src/textview.c
2950                 Use left click to select, middle click to open
2951                 on mimeparts links
2952         * src/common/utils.c
2953                 Fix segfault
2954
2955 2006-07-04 [colin]      2.3.1cvs57
2956
2957         * src/mainwindow.c
2958         * src/news.c
2959                 Warning fixes, thanks to Fabien
2960
2961 2006-07-04 [colin]      2.3.1cvs56
2962
2963         * src/mimeview.c
2964         * src/mimeview.h
2965         * src/textview.c
2966                 Allow parts to be selected via their text label
2967                 in textview
2968
2969 2006-07-04 [colin]      2.3.1cvs55
2970
2971         * src/folderview.c
2972                 Feedback when closing (for big folders)
2973         * src/prefs_actions.c
2974         * src/prefs_filtering.c
2975         * src/prefs_matcher.c
2976         * src/prefs_template.c
2977                 Fix default button when closing without
2978                 having saved
2979
2980 2006-07-04 [colin]      2.3.1cvs54
2981
2982         * src/news.c
2983                 Delete local file on deletion
2984
2985 2006-07-03 [colin]      2.3.1cvs53
2986
2987         * src/folderview.c
2988         * src/main.c
2989                 Don't freeze when rescanning after crash
2990
2991 2006-07-03 [wwp]        2.3.1cvs52
2992
2993         * src/compose.c
2994         * src/privacy.c
2995         * src/privacy.h
2996         * src/plugins/pgpinline/pgpinline.c
2997         * src/plugins/pgpmime/pgpmime.c
2998                 don't report an error when the user cancels the passphrase dialog.
2999
3000 2006-07-02 [colin]      2.3.1cvs51
3001
3002         * src/folderview.c
3003                 Open message when crossing folders with Space,
3004                 goto next unread and friends
3005
3006 2006-07-01 [colin]      2.3.1cvs50
3007
3008         * src/prefs_account.c
3009                 Typographic rules varying from language
3010                 to language (in french "Protocole :"),
3011                 we have to do that :)
3012
3013 2006-07-01 [ticho]      2.3.1cvs49
3014
3015         * src/prefs_account.c
3016                 Only use one temporary gchar* variable in
3017                 prefs_account_protocol_set_optmenu().
3018
3019 2006-07-01 [ticho]      2.3.1cvs48
3020
3021         * src/prefs_account.c
3022         * src/prefs_account.h
3023                 Use GtkLabel for existing account protocol name.
3024                 Created an array for protocol names and populate the
3025                 combobox from it in a for() cycle.
3026
3027 2006-06-30 [colin]      2.3.1cvs47
3028
3029         * src/compose.c
3030                 Block undo when changing signature (by changing
3031                 account)
3032
3033 2006-06-30 [paul]       2.3.1cvs46
3034
3035         * src/send_message.c
3036                 when editing From in the Compose window, use that address
3037                 in the Return-Path: header
3038                 Thanks to Colin
3039
3040 2006-06-30 [colin]      2.3.1cvs45
3041
3042         * src/compose.c
3043                 Fix signature replacement:
3044                 - when no newline before separator
3045                 - when reediting
3046
3047 2006-06-29 [colin]      2.3.1cvs44
3048
3049         * src/folderview.c
3050         * src/folderview.h
3051         * src/mainwindow.c
3052         * src/summaryview.c
3053                 Let 'View/Go to/Next marked' work like
3054                 Next new & Next unread: across folders
3055                 Change the select_on_entry pref to do
3056                 what we want when changing folder
3057         * src/common/utils.c
3058                 Fix single-quoted links 
3059
3060 2006-06-29 [colin]      2.3.1cvs43
3061
3062         * src/gtk/gtkaspell.c
3063                 "Sylpheed" and "Sylpheed-Claws" do exist !
3064
3065 2006-06-29 [colin]      2.3.1cvs42
3066
3067         * src/imap.c
3068                 Forgot to remove debug
3069
3070 2006-06-29 [colin]      2.3.1cvs41
3071
3072         * src/imap.c
3073         * src/imap.h
3074         * src/mainwindow.c
3075                 Disconnect from IMAP servers when going
3076                 offline. Fixes bug #978 (going to offline-mode 
3077                 won't close connections)
3078
3079 2006-06-29 [colin]      2.3.1cvs40
3080
3081         * src/main.c
3082                 Fix transient setting on failing plugins
3083                 Patch by Fabien
3084         * src/plugins/pgpcore/sgpgme.c
3085                 Only warn for OpenPGP. Most people don't
3086                 have CMS available.
3087
3088 2006-06-29 [colin]      2.3.1cvs39
3089
3090         * src/compose.c
3091                 Fix Spelling menu (discrepancy between context menu
3092                 and top menu when folder's dictionary isn't the 
3093                 default one)
3094         * src/plugins/pgpcore/sgpgme.c
3095                 More error reporting about why gpgme can fail
3096
3097 2006-06-29 [wwp]        2.3.1cvs38
3098
3099         * src/mainwindow.c
3100                 honor the display-header-pane setting even when the message view
3101                 is a separate window.
3102
3103 2006-06-29 [wwp]        2.3.1cvs37
3104
3105         * src/prefs_actions.c
3106                 forgot to commit that one (use of GTK_STOCK_INFO).
3107
3108 2006-06-29 [colin]      2.3.1cvs36
3109
3110         * src/imap.c
3111                 Better handling of login errors (ask the password
3112                 again once), alert in case of error. Fix three
3113                 signedness warnings.
3114
3115 2006-06-28 [wwp]        2.3.1cvs35
3116
3117         * src/prefs_template.c
3118         * src/prefs_matcher.c
3119         * src/prefs_filtering_action.c
3120         * src/prefs_quote.c
3121                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3122                 patch by Fabien Vantard, slightly modified.
3123
3124 2006-06-28 [paul]
3125
3126         2.4.0-rc2 released
3127
3128 2006-06-28 [colin]      2.3.1cvs34
3129
3130         * src/prefs_account.c
3131                 Fix bug #977 (Can't add or edit imap accounts)
3132
3133 2006-06-28 [colin]      2.3.1cvs33
3134
3135         * src/mimeview.c
3136                 Fix previous
3137
3138 2006-06-28 [colin]      2.3.1cvs32
3139
3140         * src/mimeview.c
3141                 Save named inlined attachments with "Save all"
3142         * src/main.c
3143         * src/mbox.c
3144         * src/common/plugin.c
3145         * src/common/plugin.h
3146         * src/common/sylpheed.c
3147         * src/common/utils.c
3148         * src/plugins/pgpcore/sylpheed.def
3149         * src/plugins/pgpinline/sylpheed.def
3150         * src/plugins/pgpmime/sylpheed.def
3151                 Win32 compatibility patch, by
3152                 Werner Koch
3153
3154 2006-06-28 [wwp]        2.3.1cvs31
3155
3156         * src/imap.c
3157         * src/prefs_folder_item.c
3158                 less compilation warnings (thanks to Fabien Vantard), less typos.
3159
3160 2006-06-28 [paul]       2.3.1cvs30
3161
3162         * src/gtk/gtkutils.c
3163                 gtk_combo_box_set_focus_on_click() is only
3164                 available since gtk 2.6.0
3165
3166 2006-06-28 [paul]       2.3.1cvs29
3167
3168         * src/prefs_ext_prog.c
3169                 fix engrish and add a tooltip for the
3170                 'command for 'Display as text' option
3171
3172 2006-06-28 [paul]
3173
3174         2.4.0-rc1 released
3175
3176 2006-06-28 [paul]       2.3.1cvs28
3177
3178         * ChangeLog
3179         * tools/Makefile.am
3180                 include textviewer.pl in releases
3181
3182 2006-06-28 [paul]       2.3.1cvs27
3183
3184         * src/prefs_ext_prog.c
3185                 hide Print command option if libgnomeprint
3186                 support is present
3187
3188 2006-06-27 [colin]      2.3.1cvs26
3189
3190         * src/compose.c
3191                 Fix Esc handling in insert/attach dialog
3192                 Don't show this dialog if dragging something
3193                 else than text/uri-list
3194                 Thanks to Fabien Vantard
3195         * tools/textviewer.pl
3196                 Filter script to display stuff as text
3197                 by H. Merijn Brand
3198
3199 2006-06-27 [wwp]        2.3.1cvs25
3200
3201         * src/messageview.c
3202                 use the exact product name (message view title), patch
3203                 by Fabien Vantard.
3204
3205 2006-06-27 [ticho]      2.3.1cvs24
3206
3207         * src/prefs_account.c
3208         * src/prefs_common.c
3209         * src/prefs_common.h
3210         * src/prefs_ext_prog.c
3211         * src/textview.c
3212                 Add a preference (Preferences/External programs)
3213                 to allow "Display as text" to be done via a script
3214                 (patch by H.Merijn Brand).
3215                 Use GtkComboBox for protocol selection in account
3216                 preferences.
3217                 Only include current choice for existing accounts, and
3218                 insensitivize the combobox.
3219
3220 2006-06-27 [paul]       2.3.1cvs23
3221
3222         * src/mbox.c
3223                 fix crasher introduced in cvs21.
3224                 Thanks to Colin
3225
3226 2006-06-26 [colin]      2.3.1cvs22
3227
3228         * src/mbox.c
3229                 Fix double-frees when leaving folders
3230                 after exporting to mbox
3231
3232 2006-06-26 [colin]      2.3.1cvs21
3233
3234         * src/mbox.c
3235                 More feedback (and optimisation)
3236                 on import/export
3237         * src/common/utils.c
3238                 Fix case when looking for mail addresses
3239         * src/gtk/gtkutils.c
3240                 Extra check for (X-)Face
3241
3242 2006-06-25 [ticho]      2.3.1cvs20
3243
3244         * src/compose.c
3245         * src/exphtmldlg.c
3246         * src/gtk/gtkutils.c
3247         * src/gtk/gtkutils.h
3248                 Added second argument to gtkut_sc_combobox_create() to
3249                 control focus-on-click for the widget.
3250                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3251
3252 2006-06-25 [ticho]      2.3.1cvs19
3253
3254         * src/compose.c
3255         * src/gtk/Makefile.am
3256         * src/gtk/combobox.c
3257         * src/gtk/combobox.h
3258         * src/gtk/gtkutils.c
3259         * src/gtk/gtkutils.h
3260                 Use GtkComboBox instead of deprecated GtkOptionMenu
3261                 for account selector in compose window and for encoding
3262                 selector in attachment properties.
3263                 Also factorise working with the new GtkComboBox somewhat.
3264
3265 2006-06-24 [paul]       2.3.1cvs18
3266
3267         * src/prefs_common.c
3268                 use the correct default value
3269
3270 2006-06-24 [paul]       2.3.1cvs17
3271
3272         * src/compose.c
3273         * src/prefs_common.c
3274         * src/prefs_common.h
3275         * src/prefs_compose_writing.c
3276                 enable setting of default action when
3277                 dnd'ing files in the compose window.
3278                 (Collaborative effort with wwp)
3279
3280 2006-06-23 [wwp]        2.3.1cvs16
3281
3282         * src/compose.c
3283                 i18n fix (thanks to Fabien Vantard)
3284
3285 2006-06-22 [colin]      2.3.1cvs15
3286
3287         * src/prefs_customheader.c
3288                 Don't use filters in custom headers' file 
3289                 selector. Remember, extensions mean nothing :)
3290
3291 2006-06-22 [paul]       2.3.1cvs14
3292
3293         * configure.ac
3294                 allow setting of man directory location
3295
3296 2006-06-22 [colin]      2.3.1cvs13
3297
3298         * src/mainwindow.c
3299                 Add 'View/Go to/Next unread folder'.
3300                 I missed that :)
3301
3302 2006-06-22 [colin]      2.3.1cvs12
3303
3304         * src/common/utils.c
3305                 Add some subject prefixes
3306                 Patch by Bjorn T Johansen <btj@havleik.no>
3307
3308 2006-06-22 [colin]      2.3.1cvs11
3309
3310         * manual/advanced.xml
3311                 Forgotten hidden pref
3312
3313 2006-06-21 [paul]       2.3.1cvs10
3314
3315         * src/prefs_account.c
3316                 complete the removal of 'Add date header' option
3317
3318 2006-06-21 [paul]       2.3.1cvs9
3319
3320         * src/account.c
3321         * src/compose.c
3322         * src/prefs_account.c
3323         * src/prefs_account.h
3324                 remove option to add date header - always
3325                 add date header
3326         * src/etpan/imap-thread.c
3327                 fix warnings (Thanks to Colin)
3328
3329 2006-06-21 [wwp]        2.3.1cvs8
3330
3331         * src/folder.c
3332                 set the attachment flag when inline text part are (file)named. This is more convenient
3333                 when receiving (for instance) inline source files or patches sent using thunderbird.
3334
3335 2006-06-21 [paul]       2.3.1cvs7
3336
3337         * src/inc.c
3338                 fix off-by-one count of current msg in
3339                 statusbar filtering progressbar
3340
3341 2006-06-21 [paul]       2.3.1cvs6
3342
3343         * src/folder.c
3344                 Show attachment icon even if the part is 'inline'
3345                 if the following conditions are met:
3346                 - content-type != 'text/plain'
3347                 - content-type != '*/pgp-signature'
3348                 - either 'name' or 'filename' parameter is not NULL
3349                 
3350                 Thanks to Colin
3351
3352 2006-06-21 [paul]       2.3.1cvs5
3353
3354         * src/messageview.c
3355         * src/prefs_common.c
3356         * src/prefs_common.h
3357         * src/prefs_other.c
3358                 add an option to 'Never send Return
3359                 Receipts'
3360                 Thanks to Colin
3361
3362 2006-06-20 [mones]      2.3.1cvs4
3363
3364         * po/es.po
3365                 updated
3366         * src/compose.c
3367                 typo fixed (space after comma)
3368         * tools/make.themes.project
3369                 remove exec mode from tarball files
3370
3371 2006-06-20 [colin]      2.3.1cvs3
3372
3373         * src/news.c
3374         * src/procheader.c
3375         * src/unmime.c
3376                 Better fix for \n's in headers (don't 
3377                 break Received: and others)
3378
3379 2006-06-20 [paul]       2.3.1cvs2
3380
3381         * src/alertpanel.c
3382         * src/textview.c
3383                 improve legibility of phishing attempt
3384                 dialog
3385
3386 2006-06-20 [paul]       2.3.1cvs1
3387
3388         * NEWS
3389         * README
3390         * configure.ac
3391                 Update version number following
3392                 stable release
3393
3394 2006-06-20 [colin]      2.3.0cvs26
3395
3396         * src/compose.c
3397                 When dragging a file to the text of the compose
3398                 window, ask whether we want to insert or attach
3399                 (I know lots of people who do that to attach)
3400
3401 2006-06-20 [colin]      2.3.0cvs25
3402
3403         * src/etpan/imap-thread.c
3404                 Fix threshold (the append command is often > 32 bytes)
3405
3406 2006-06-19 [colin]      2.3.0cvs24
3407
3408         * src/imap.c
3409         * src/etpan/imap-thread.c
3410                 Workaround Rockliffe IMAP server bug: replace
3411                 "x UID SEARCH (ANSWERED UID 1:*)" with
3412                 "x UID SEARCH ANSWERED"
3413                 (Rockliffe doesn't handle the parenthesis)
3414
3415 2006-06-19 [colin]      2.3.0cvs23
3416
3417         * src/compose.c
3418         * src/imap.c
3419         * src/etpan/imap-thread.c
3420                 Probably fix bug #972 (Freezes when adding 
3421                 an attachment to the message)
3422         * src/common/defs.h
3423                 Modernize Firefox cmd
3424
3425
3426 2006-06-18 [colin]      2.3.0cvs22
3427
3428         * src/prefs_customheader.c
3429                 Only allow correct filenames for various
3430                 custom headers
3431
3432 2006-06-18 [colin]      2.3.0cvs21
3433
3434         * src/prefs_customheader.c
3435                 Add a 'From File...' button in custom headers prefs, which
3436                 try to do the right thing: 
3437                 for normal headers, use file as plaintext,
3438                 for X-Face, calls compface,
3439                 for Face, encode to b64.
3440
3441 2006-06-17 [colin]      2.3.0cvs20
3442
3443         * src/mh.c
3444                 Warning fix
3445
3446 2006-06-16 [colin]      2.3.0cvs19
3447
3448         * src/summaryview.c
3449                 Recursive quicksearch: show message list
3450                 in current folder, *then* search children
3451                 in the background.
3452
3453 2006-06-16 [colin]      2.3.0cvs18
3454
3455         * src/main.c
3456                 Instead of ignoring SIGPIPE, save caches
3457                 when getting one. Will fix the fact that
3458                 hot caches are out-of-date when logging 
3459                 out of Xorg.
3460         * src/compose.c
3461         * src/prefs_compose_writing.c
3462                 Only save text (not attachments) when 
3463                 auto-saving to drafts
3464         * src/unmime.c
3465                 Always replace \n, \r and \t with spaces
3466                 in headers
3467         * manual/dist/html/Makefile.am
3468         * manual/dist/pdf/Makefile.am
3469         * manual/dist/ps/Makefile.am
3470         * manual/dist/txt/Makefile.am
3471         * manual/fr/dist/html/Makefile.am
3472         * manual/fr/dist/pdf/Makefile.am
3473         * manual/fr/dist/ps/Makefile.am
3474         * manual/fr/dist/txt/Makefile.am
3475         * manual/pl/dist/html/Makefile.am
3476         * manual/pl/dist/pdf/Makefile.am
3477         * manual/pl/dist/ps/Makefile.am
3478         * manual/pl/dist/txt/Makefile.am
3479                 Fix make clean removing pregenerated manuals
3480
3481
3482 2006-06-16 [colin]      2.3.0cvs17
3483
3484         * src/plugins/pgpcore/sgpgme.c
3485         * src/plugins/pgpmime/pgpmime.c
3486         * src/plugins/pgpinline/pgpinline.c
3487                 Better error reporting in setup_signers.
3488                 Don't fallback to default key if specified
3489                 key isn't found.
3490                 Don't allow signing if more than one secret
3491                 key matches the one specified in prefs.
3492
3493 2006-06-15 [colin]      2.3.0cvs16
3494
3495         * src/folderview.c
3496                 Add "Send queue" in the folder's contextual
3497                 menu
3498         * src/compose.c
3499         * src/messageview.c
3500         * src/privacy.c
3501         * src/privacy.h
3502         * src/procmime.c
3503         * src/procmsg.c
3504         * src/plugins/pgpcore/passphrase.c
3505         * src/plugins/pgpcore/sgpgme.c
3506         * src/plugins/pgpinline/pgpinline.c
3507         * src/plugins/pgpmime/pgpmime.c
3508                 Better error reporting
3509         * src/mbox.c
3510                 Probably fix bug #971 (2.2.3 cannot read mail 
3511                 from local mbox)
3512
3513
3514 2006-06-15 [mones]      2.3.0cvs15
3515
3516         * tools/make.themes.project
3517                 creates the themes project from the web page
3518
3519 2006-06-15 [colin]      2.3.0cvs14
3520
3521         * src/folder.c
3522                 Better fix (avoid losing the folder if scan_tree 
3523                 fails)
3524
3525 2006-06-15 [cleroy]     2.3.0cvs13
3526
3527         * src/folder.c
3528                 Probably fix Bug #969 (crash on rebuilding 
3529                 imap folder)
3530
3531 2006-06-14 [colin]      2.3.0cvs12
3532
3533         * manual/dtd/manual.xsl
3534         * manual/sylpheed-claws-manual.xml
3535         * manual/fr/sylpheed-claws-manual.xml
3536         * manual/pl/sylpheed-claws-manual.xml
3537                 Insert pagebreaks between sections
3538
3539 2006-06-14 [paul]       2.3.0cvs11
3540
3541         * configure.ac
3542                 better fix than 2.3.0cvs10
3543
3544 2006-06-14 [paul]       2.3.0cvs10
3545
3546         * configure.ac
3547                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3548                 (backwards compatible)
3549
3550 2006-06-13 [colin]      2.3.0cvs9
3551
3552         * src/messageview.c
3553                 Fix sending of return receipt with the new queue folders
3554
3555 2006-06-13 [wwp]        2.3.0cvs8
3556
3557         * src/quote_fmt_lex.l
3558                 fix wrong tokens returned in quote_fmt lexer, query not().
3559
3560 2006-06-13 [wwp]        2.3.0cvs7
3561
3562         * src/folder.c
3563         * src/prefs_folder_item.c
3564                 allow changing folder type even when folder is not a top-level one,
3565                 thanks to Colin.
3566
3567 2006-06-12 [colin]      2.3.0cvs6
3568
3569         * src/folderview.c
3570                 Fix double-ask of "Do you want to mark all
3571                 as read"
3572
3573 2006-06-12 [colin]      2.3.0cvs5
3574
3575         * src/compose.c
3576         * src/compose.h
3577         * src/folder.c
3578         * src/folder.h
3579         * src/imap.c
3580         * src/inc.c
3581         * src/main.c
3582         * src/messageview.c
3583         * src/mh.c
3584         * src/prefs_folder_item.c
3585         * src/procheader.c
3586         * src/procmime.c
3587         * src/procmsg.c
3588         * src/procmsg.h
3589         * src/send_message.c
3590         * src/summaryview.c
3591         * src/toolbar.c
3592                 Apply bug #964's patch (Queue and drafts aren't normal)
3593                 The Drafts and Queue folder now contain RFC-822 files,
3594                 allowing to move and copy mails from and to these 
3595                 folders. Moving from Drafts to Queue will prepare the
3596                 mail for sending (PGP signature, encryption, etc).
3597                 This patch also rework sending errors handling to try
3598                 to be more helpful.
3599                 Also, allow redefining folder types via the GUI 
3600                 (Folder type in its Properties)
3601
3602 2006-06-12 [colin]      2.3.0cvs4
3603
3604         * src/summaryview.c
3605         * src/prefs_common.c
3606         * src/prefs_common.h
3607         * src/gedit-print.c
3608                 Allow to define a specific print font - patch
3609                 by Bernhard Walle <bernhard.walle@gmx.de>
3610         * src/prefs_fonts.c
3611         * manual/advanced.xml
3612         * manual/fr/advanced.xml
3613                 Add a hidden pref to allow deletion without
3614                 confirmation
3615
3616 2006-06-12 [wwp]        2.3.0cvs3
3617
3618         * .cvsignore
3619                 more files to ignore.
3620
3621 2006-06-12 [wwp]        2.3.0cvs2
3622
3623         * src/quote_fmt.c
3624         * src/quote_fmt_lex.l
3625         * src/quote_fmt_parse.y
3626                 extend the quote_fmt parser (templates and quotes):
3627                 - allow limited sub-expressions in |p{} and |f{} expressions,
3628                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3629                 - implemented/fixed missing implementation of query_references and show_references,
3630                 - completed, fixed contents and format of the symbols help dialog,
3631                 - fix some compilation warnings.
3632
3633 2006-06-12 [wwp]        2.3.0cvs1
3634
3635         * manual/advanced.xml
3636         * manual/fr/advanced.xml
3637                 updates in the "templates" section of the manual (eng/fr):
3638                  - be more precise (both versions)
3639                  - completed to match the english reference (fr version)
3640                  - touchups (both versions)
3641
3642 2006-06-12 [paul]       2.3.0
3643
3644         2.3.0 released
3645
3646 2006-06-12 [paul]       2.2.3cvs14
3647
3648         * po/ca.po
3649         * po/cs.po
3650         * po/de.po
3651         * po/el.po
3652         * po/fr.po
3653         * po/it.po
3654         * po/pt_BR.po
3655         * po/sr.po
3656         * po/zh_CN.po
3657                 updated by Miquel Oliete, Tim, Stephan Sachse,
3658                 Stavros Giannouris, Fabien Vantard, Andrea
3659                 Spadaccini, Frederico Goncalves Guimaraes,
3660                 Aleksandar Urosevic, and Ralgh Young
3661
3662 2006-06-12 [colin]      2.2.3cvs13
3663
3664         * src/mbox.c
3665                 Add missing header
3666
3667 2006-06-11 [colin]      2.2.3cvs12
3668
3669         * src/msgcache.c
3670                 Verify that g_malloc() succeeded
3671
3672 2006-06-11 [colin]      2.2.3cvs11
3673
3674         * src/wizard.c
3675                 Add Face header to welcome mail
3676
3677 2006-06-10 [colin]      2.2.3cvs10
3678
3679         * src/textview.c
3680                 Revert previous (Forgot it changes the
3681                 margin on the whole mail)
3682
3683 2006-06-10 [colin]      2.2.3cvs9
3684
3685         * src/textview.c
3686                 Don't overlap long headers under (X-)Face
3687
3688 2006-06-10 [mones]      2.2.3cvs8
3689
3690         * manual/xml2pdf
3691                 allow generation of manual on systems lacking saxon binary
3692                 but with java and the saxon library installed
3693
3694         * po/es.po
3695                 updated for release
3696
3697 2006-06-09 [colin]      2.2.3cvs7
3698
3699         * src/summaryview.c
3700                 Fix leak when using Display Sender using Addressbook
3701
3702 2006-06-09 [colin]      2.2.3cvs6
3703
3704         * src/compose.c
3705         * src/folder.c
3706         * src/folderview.c
3707         * src/mimeview.c
3708         * src/summaryview.c
3709                 More leaks fixes
3710
3711 2006-06-09 [paul]       2.2.3cvs5
3712
3713         * AUTHORS
3714         * src/gtk/authors.h
3715         * tools/claws.i18n.status.pl
3716                 updated with new info
3717
3718 2006-06-09 [paul]       2.2.3cvs4
3719
3720         * README
3721                 updated
3722         * manual/ack.xml
3723                 add wwp to authors list
3724         * src/gtk/authors.h
3725                 update mine and Colin's addresses
3726
3727 2006-06-08 [colin]      2.2.3cvs3
3728
3729         * src/etpan/imap-thread.c
3730                 Fix leak on SSL cert check
3731
3732 2006-06-08 [colin]      2.2.3cvs2
3733
3734         * src/common/utils.c
3735                 Fix leak
3736
3737 2006-06-08 [paul]       2.2.3cvs1
3738
3739         * configure.ac
3740                 Update version number following
3741                 stable release
3742
3743 2006-06-07 [colin]      2.2.2cvs3
3744
3745         * src/msgcache.c
3746                 Fix catching cache read errors (guint instead of gint)
3747                 Prevent malloc'ing more than 8MB (means cache corruption)
3748
3749 2006-06-07 [paul]       2.2.2cvs2
3750
3751         * src/exporthtml.c
3752         * src/exportldif.c
3753         * src/mh.c
3754         * src/mutt.c
3755         * src/pine.c
3756         * src/common/utils.c
3757                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3758                 obey $HOME'
3759                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3760                 Thanks to Colin
3761
3762 2006-06-06 [paul]       2.2.2cvs1
3763
3764         * configure.ac
3765                 Update version number following
3766                 stable release
3767
3768 2006-06-06 [paul]       2.2.1cvs6
3769
3770         * src/matcher.c
3771                 fix  implicit declaration of
3772                 sylpheed_do_idle()
3773                 Patch by Fabien Vantard
3774
3775 2006-06-06 [paul]       2.2.1cvs5
3776
3777         * src/matcher.c
3778                 fix age_greater and age_lower so that they
3779                 mean what say and not '...or equal to'
3780                 Thanks to Colin
3781
3782 2006-06-06 [paul]       2.2.1cvs4
3783
3784         * src/textview.c
3785         * src/common/utils.c
3786                 fix URI check
3787                 Thanks to Colin
3788
3789 2006-06-05 [wwp]        2.2.1cvs3
3790
3791         * manual/fr/account.xml
3792                 minor language fixes (thanks to Fabien Vantard).
3793
3794 2006-06-05 [colin]      2.2.1cvs2
3795
3796         * src/prefs_folder_item.c
3797         * src/folderview.c
3798                 Allow recursive setting of properties 
3799                 for whole mailboxes
3800         * src/matcher.c
3801                 Don't freeze on 'test' filtering rule
3802
3803 2006-06-05 [colin]      2.2.1cvs1
3804
3805         * configure.ac
3806                 Update version number following
3807                 stable release
3808
3809 2006-06-04 [wwp]        2.2.0cvs82
3810
3811         * manual/glossary.xml
3812         * manual/account.xml
3813         * manual/fr/glossary.xml
3814         * manual/fr/account.xml
3815                 added glossary section and references/links related to the Face custom header.
3816
3817 2006-06-04 [colin]      2.2.0cvs81
3818
3819         * src/summaryview.c
3820                 Skip to next message on move with no
3821                 immediate execution
3822
3823 2006-06-04 [wwp]        2.2.0cvs80
3824
3825         * manual/xml2pdf
3826                 added sanity checks, exit when needed.
3827
3828 2006-06-03 [paul]       2.2.0cvs79
3829
3830         * src/prefs_receive.c
3831                 page name is now 'Receiving'
3832         * src/prefs_send.c
3833                 page name is now 'Sending'
3834
3835 2006-06-03 [colin]      2.2.0cvs78
3836
3837         * src/plugins/spamassassin/spamassassin_gtk.c
3838                 Autoswitch to Localhost if transport was previously
3839                 disabled. Else people had to check [] Enable, then
3840                 *reselect* transport.
3841
3842 2006-06-03 [colin]      2.2.0cvs77
3843
3844         * src/plugins/pgpinline/pgpinline.c
3845         * src/plugins/pgpmime/pgpmime.c
3846                 Check that gpg_data_release_and_get_mem 
3847                 didn't fail (now, why this happens...)
3848
3849 2006-06-03 [colin]      2.2.0cvs76
3850
3851         * src/mbox.c
3852                 Fix bug #962 (Manual and/or UI should 
3853                 warn about incompatible locking 
3854                 causing dataloss)
3855
3856 2006-06-02 [cleroy]     2.2.0cvs75
3857
3858         * src/filtering.c
3859         * src/folder.c
3860         * src/procmsg.c
3861         * src/summaryview.c
3862                 Fix a few leaks
3863
3864 2006-06-02 [colin]      2.2.0cvs74
3865
3866         * src/main.c
3867                 On exit, free caches after writing them
3868                 Shuts up some valgrind false positives
3869         * src/procmsg.c
3870         * src/send_message.c
3871                 Fix races when reusing existing SMTP connections
3872                 Fix inexistant session timeout
3873         * src/toolbar.c
3874                 Display alertpanel after all queues have
3875                 been processed, not after each
3876
3877 2006-06-02 [wwp]        2.2.0cvs73
3878
3879         * manual/fr/glossary.xml
3880         * manual/fr/ack.xml
3881         * manual/ack.xml
3882                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3883
3884 2006-06-02 [wwp]        2.2.0cvs72
3885
3886         * manual/xml2pdf
3887         * manual/dist/pdf/Makefile.am
3888         * manual/dtd/manual.xsl
3889         * manual/fr/dist/pdf/Makefile.am
3890         * manual/pl/dist/pdf/Makefile.am
3891                 we changed the procedure to generate the .pdf version of the manual.
3892                 The procedure is more modern and the .pdf we get now has a valid index.
3893                 Here are the new pre-requisites:
3894
3895                 - JRE 1.x (1.4 here): there must be one from your distro
3896                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3897                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3898                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3899
3900                 See my posts for further info about the installation of this toolchain:
3901
3902                 Date: Fri, 19 May 2006 19:40:06 +0200
3903                 From: wwp <subscript@free.fr>
3904                 To: sylpheed-claws-devel@lists.sourceforge.net
3905                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3906
3907                 and
3908
3909                 Date: Wed, 24 May 2006 12:58:49 +0200
3910                 From: wwp <subscript@free.fr>
3911                 To: sylpheed-claws-devel@lists.sourceforge.net
3912                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3913
3914 2006-06-01 [colin]      2.2.0cvs71
3915
3916         * src/compose.c
3917                 Better guards against IMAP races
3918         * src/main.c
3919         * src/prefs_common.c
3920         * src/prefs_common.h
3921         * src/common/ssl_certificate.c
3922         * src/etpan/imap-thread.c
3923         * src/etpan/imap-thread.h
3924         * src/gtk/sslcertwindow.c
3925                 New hidden option ssl_skip_cert_check to 
3926                 avoid dups of bug #959 (libetpan linked
3927                 against gnutls and gnutls buggy on 64bit)
3928                 Present expired warning only once per
3929                 session/server.
3930         * manual/advanced.xml
3931         * manual/fr/advanced.xml
3932                 Document new option
3933
3934 2006-06-01 [wwp]        2.2.0cvs70
3935
3936         * src/messageview.c
3937                 fix for bug #961 (return receipt dialog 
3938                 complains incorrectly about return-path 
3939                 email adress being different), thanks 
3940                 to Colin.
3941
3942 2006-05-31 [cleroy]     2.2.0cvs69
3943
3944         * src/common/ssl.c
3945                 Guard against NULLs, although this
3946                 should never be an issue
3947
3948 2006-05-31 [colin]      2.2.0cvs68
3949
3950         * src/filtering.c
3951                 Use g_slist_prepend
3952         * src/imap.c
3953                 Don't remove caches when destroying folder, it
3954                 could (should) be done at exit
3955         * src/inc.c
3956                 free processing cache after incorporation
3957         * src/etpan/imap-thread.c
3958                 Maybe fix bug #959 (Crash on moving to emails 
3959                 to a imap account per ssl with a expired 
3960                 certificate.)
3961
3962 2006-05-30 [colin]      2.2.0cvs67
3963
3964         * src/summaryview.c
3965                 Put back event flush when displaying message
3966                 It avoids reading a bunch of messages just
3967                 by hitting shift-n for too long ;)
3968
3969 2006-05-29 [colin]      2.2.0cvs66
3970
3971         * src/summaryview.c
3972                 Remove useless g_warnings
3973
3974 2006-05-29 [colin]      2.2.0cvs65
3975
3976         * src/imap.c
3977                 Fix g_slist_append()s for performance
3978
3979 2006-05-29 [colin]      2.2.0cvs64
3980
3981         * src/compose.c
3982         * src/common/utils.c
3983                 Fix extraneous tab at start of addresses
3984         * src/mainwindow.c
3985                 Fix warnings (thanks to Fabien)
3986                 Fix crash at exit when composing messages 
3987                 exist
3988         * src/pop.c
3989                 Fix progress bar when deleting expired mails
3990                 Thanks to Hiro
3991         * src/summaryview.c
3992         * src/gtk/gtksctree.c
3993                 Fix re-sorting slowness
3994
3995 2006-05-29 [paul]       2.2.0cvs63
3996
3997         * src/mh.c
3998                 fetch full message when moving mails
3999                 from another mailbox, (fixed data loss
4000                 when filtering from IMAP to MH, introduced
4001                 in 2.2.0cvs57).
4002                 Thanks to Colin
4003
4004 2006-05-29 [mones]      2.2.0cvs62
4005
4006         * src/gtk/gtksctree.c
4007                 Unselect faster (patch by Colin)        
4008
4009 2006-05-26 [colin]      2.2.0cvs61
4010
4011         * src/summaryview.c
4012                 Unplug MSGINFO_UPDATE callback on delete too.
4013
4014 2006-05-26 [colin]      2.2.0cvs60
4015
4016         * src/foldersel.c
4017                 Fix bold in folder selection window with glib2.10
4018                 thanks Hiro
4019
4020 2006-05-26 [colin]      2.2.0cvs59
4021
4022         * src/procheader.c
4023                 Convert date only if necessary (and don't
4024                 try to convert from utf8 to utf8, too)
4025         * src/summaryview.c
4026                 Only set column's text if the column's 
4027                 displayed
4028
4029 2006-05-26 [colin]      2.2.0cvs58
4030
4031         * src/summaryview.c
4032         * src/gtk/gtkutils.c
4033                 Fix useless warning
4034
4035 2006-05-26 [colin]      2.2.0cvs57
4036
4037         * src/mainwindow.c
4038                 Make summaryview selectable as long as 
4039                 no message has focus
4040         * src/mh.c
4041                 Faster deletion (by implementing mh_remove_msgs)
4042                 Faster copy (avoid using mh_fetch_msg just to get
4043                 the filename)
4044                 Faster move (using move_file instead of copy_file
4045                 if MSG_IS_MOVE)
4046                 No progressbar if total number of mails to cp/mv 
4047                 is less than 100
4048         * src/summaryview.c
4049                 Fix removal from subject_table when mail gets moved
4050                 Faster deletion (g_slist_prepend instead of append)
4051         * src/gtk/gtksctree.c
4052                 Remove useless code
4053
4054 2006-05-25 [colin]      2.2.0cvs56
4055
4056         * src/common/ssl_certificate.c
4057                 Fix leak in expired cert check
4058
4059 2006-05-25 [colin]      2.2.0cvs55
4060
4061         * src/mh.c
4062                 Disable flags syncing on .mh_sequences - it
4063                 is buggy and marks mails read under unknown
4064                 conditions.
4065
4066 2006-05-25 [paul]
4067
4068         * 2.3.0-rc4 released
4069
4070 2006-05-24 [colin]      2.2.0cvs54
4071
4072         attention cvs users: if you manage to crash
4073         Sylpheed-Claws while moving, copying or deleting
4074         mails, we *are* interested in stack traces and
4075         valgrind logs. It looks stable, but one never
4076         knows...
4077
4078         * src/folder.c
4079                 Add progressbar for cache updates
4080         * src/folderutils.c
4081                 Optimize Mark all read in the current
4082                 folder
4083         * src/mh.c
4084                 Add progressbar for copy/move
4085         * src/procmsg.c
4086                 Optimize O(n^2) in copy/move
4087         * src/summaryview.c
4088         * src/gtk/gtksctree.c
4089                 Optimize O(n^2) algos
4090         * src/common/timing.h
4091                 Display ms instead of us
4092
4093 2006-05-24 [wwp]        2.2.0cvs53
4094
4095         * manual/fr/advanced.xml
4096                 updates to the French manual.
4097
4098 2006-05-24 [wwp]        2.2.0cvs52
4099
4100         * src/common/utils.c
4101                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4102
4103 2006-05-24 [wwp]        2.2.0cvs51
4104
4105         * src/folderutils.c
4106                 fixed "mark all read" in MH folders (thanks to Colin).
4107
4108 2006-05-24 [paul]       2.2.0cvs50
4109
4110         * doc/man/sylpheed-claws.1
4111                 updated the man page
4112
4113 2006-05-23 [colin]      2.2.0cvs49
4114
4115         * src/folderview.c
4116         * src/imap.c
4117         * src/inc.c
4118         * src/mbox.c
4119         * src/messageview.c
4120         * src/news.c
4121         * src/send_message.c
4122         * src/summaryview.c
4123         * src/gtk/sslcertwindow.c
4124                 alertpanel fixes, by Fabien
4125
4126 2006-05-23 [colin]      2.2.0cvs48
4127
4128         * src/folder.c
4129         * src/folderview.c
4130         * src/msgcache.c
4131         * src/summaryview.c
4132         * src/gtk/gtksctree.c
4133         * src/gtk/gtksctree.h
4134                 More timings
4135                 Fix slow loading problem, which was caused by the
4136                 use of some gtk_ctree funcs and their use of
4137                 g_list_position while gtk_ctree_(un)link'ing.
4138                 Reap more functions from gtkctree.c to be sure we
4139                 use our (fast) version instead of theirs.
4140         * src/mh.c
4141                 Fix copy of unread mails
4142
4143
4144 2006-05-22 [wwp]        2.2.0cvs47
4145
4146         * manual/fr/advanced.xml
4147                 updated.
4148
4149 2006-05-22 [colin]      2.2.0cvs46
4150
4151         * src/filtering.c
4152                 Fix possible infinite loop. 'copy' is not a 
4153                 final action, so when encountering a 'copy',
4154                 we have to check if a previous one was set
4155                 and do it. In the same way, if we encounter
4156                 a 'move' we have to perform a possibly 
4157                 pending 'copy'. This will slow down filtering
4158                 on IMAP if move+copy or multiple copy actions
4159                 are to be done, but handling it via the batch
4160                 would be really too convoluted.
4161
4162 2006-05-22 [wwp]        2.2.0cvs45
4163
4164         * manual/fr/advanced.xml
4165         * manual/fr/faq.xml
4166         * manual/fr/glossary.xml
4167         * manual/fr/handling.xml
4168         * manual/fr/intro.xml
4169         * manual/fr/plugins.xml
4170         * manual/fr/sylpheed-claws-manual.xml
4171                 sync w/ the english manual: updates URIs, documented mailing-list
4172                 support, better explanation about the enabled/disabled feature
4173                 in filtering/processing rules by Paul.
4174
4175 2006-05-21 [colin]      2.2.0cvs44
4176
4177         * src/summaryview.c
4178                 Don't expand after building threads, but during
4179
4180 2006-05-21 [colin]      2.2.0cvs43
4181
4182         * src/procmsg.c
4183         * src/summaryview.c
4184                 More timing possibilities... For next time I have 
4185                 to find out how the hell some 3GHz computer takes
4186                 one minute to open a 30k folder...
4187
4188 2006-05-21 [colin]      2.2.0cvs42
4189
4190         * manual/pl/advanced.xml
4191         * manual/pl/faq.xml
4192         * manual/pl/glossary.xml
4193         * manual/pl/handling.xml
4194         * manual/pl/intro.xml
4195         * manual/pl/plugins.xml
4196         * manual/pl/sylpheed-claws-manual.xml
4197                 Polish manual updated by Pawel
4198
4199 2006-05-20 [colin]
4200
4201         * 2.3.0-rc3 released
4202
4203 2006-05-20 [colin]      2.2.0cvs41
4204
4205         * src/imap.c
4206                 Fix -rc2 problems:
4207                 - remove cache of moved messages from original folder
4208                 - apply new flags to messages even if they aren't appliable
4209                   via IMAP.
4210
4211 2006-05-20 [colin]
4212
4213         * 2.3.0-rc2 released
4214
4215 2006-05-19 [colin]      2.2.0cvs40
4216
4217         * src/imap.c
4218                 Don't issue SELECT in imap_change_flags
4219                 before having checked that we indeed have
4220                 some flags to change. MSG_POSTFILTERED for
4221                 example can't be used on IMAP.
4222                 Fixes bug #955 (copying messages between 
4223                 imap folders is extremely slow), which was
4224                 a regression.
4225
4226 2006-05-19 [colin]      2.2.0cvs39
4227
4228         * src/folder.c
4229         * src/folder.h
4230         * src/folderview.c
4231                 Try to fix bug #830 (Some unread messages 
4232                 get marked read in IMAP inbox):
4233                 - Prevent scanning a folder if it's being 
4234                   opened via the GUI
4235                 - Postpone opening via the GUI of a folder
4236                   currently scanned.
4237
4238
4239 2006-05-19 [wwp]        2.2.0cvs38
4240
4241         * manual/advanced.xml
4242                 fix English+typo (thanks to Paul).
4243
4244 2006-05-19 [wwp]        2.2.0cvs37
4245
4246         * manual/advanced.xml
4247         * manual/fr/advanced.xml
4248         * src/gtk/logwindow.c
4249         * src/prefs_common.c
4250         * src/prefs_common.h
4251                 added hidden prefs to allow customization of colors used in
4252                 protocol log window (useful for dark gtk+ themes).
4253
4254 2006-05-19 [wwp]        2.2.0cvs36
4255
4256         * ChangeLog
4257                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4258
4259 2006-05-19 [paul]       2.2.0cvs35
4260
4261         * src/textview.c
4262                 make Reply-To fully clickable
4263         * src/gtk/logwindow.c
4264                 more colouring (SMTP ESMTP)
4265         Both patches by Pawel Pekala
4266
4267 2006-05-19 [cleroy]     2.2.0cvs34
4268
4269         * src/mh.c
4270                 Don't update flags from current folder
4271                 Probably fixes bug #935 (Read Messages 
4272                 Revert to Being Marked as Unread)
4273
4274 2006-05-18 [colin]      2.2.0cvs33
4275
4276         * src/imap.c
4277                 Warning fix
4278         * src/compose.c
4279         * src/mainwindow.c
4280         * src/summaryview.c
4281         * src/toolbar.c
4282                 Allow replying to multiple emails
4283                 in multiple windows
4284         * src/mimeview.c
4285         * src/etpan/imap-thread.c
4286                 Leak fixes
4287
4288 2006-05-18 [paul]       2.2.0cvs32
4289
4290         * src/summaryview.c
4291                 keep Mailing-List menu refreshed
4292                 Thanks to Colin
4293
4294 2006-05-18 [paul]       2.2.0cvs31
4295
4296         * manual/advanced.xml
4297         * manual/faq.xml
4298         * manual/glossary.xml
4299         * manual/handling.xml
4300         * manual/intro.xml
4301         * manual/plugins.xml
4302         * manual/sylpheed-claws-manual.xml
4303                 update URLs
4304                 add info about mailing-list support
4305                 edit filtering info
4306         * src/wizard.c
4307         * src/common/defs.h
4308         * src/gtk/about.c
4309         * src/plugins/dillo_viewer/README
4310                 update URLs
4311
4312 2006-05-17 [wwp]        2.2.0cvs30
4313
4314         * manual/handling.xml
4315         * manual/fr/handling.xml
4316                 documented the ability to enabled/disable filtering/processing rules.
4317
4318 2006-05-17 [colin]      2.2.0cvs29
4319
4320         * src/main.c
4321                 Don't initialize g_thread subsystem if it's 
4322                 already done (thanks to Hiro)
4323         * src/mimeview.c
4324                 Fix saving of parts when there name can't be
4325                 converted from UTF-8.
4326
4327 2006-05-17 [paul]       2.2.0cvs28
4328
4329         * po/Makefile.in.in
4330                 fix config.status warning with autoconf 2.60
4331
4332 2006-05-17 [paul]       2.2.0cvs27
4333
4334         * po/POTFILES.in
4335                 add src/mbox.c
4336
4337 2006-05-17 [wwp]        2.2.0cvs26
4338
4339         * src/mainwindow.c
4340                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4341
4342 2006-05-17 [wwp]        2.2.0cvs25
4343
4344         * src/plugins/demo/demo.c
4345                 updated product name in plugin demo (many plugins need to be
4346                 sync'ed w/ that change).
4347
4348 2006-05-17 [colin]      2.2.0cvs24
4349
4350         * src/mh.c
4351                 Fix leak
4352
4353 2006-05-16 [colin]      2.2.0cvs23
4354
4355         * src/mainwindow.c
4356                 Stupid me hit again. Fix cvs22.
4357
4358 2006-05-16 [colin]      2.2.0cvs22
4359
4360         * src/mainwindow.c
4361                 Fix bug #922 (sylpheed-claws crashed after 
4362                 pushing on Inbox folder)
4363
4364 2006-05-16 [colin]      2.2.0cvs21
4365
4366         * src/compose.c
4367                 Make From header be copy/paste/select-able
4368
4369 2006-05-16 [wwp]        2.2.0cvs20
4370
4371         * src/export.c
4372         * src/matcher.c
4373         * src/summaryview.c
4374         * src/etpan/imap-thread.c
4375                 fix some compiler warnings (thanks to Colin).
4376
4377 2006-05-16 [wwp]        2.2.0cvs19
4378
4379         * src/action.c
4380         * src/gedit-print.c
4381         * src/inc.c
4382         * src/mainwindow.c
4383         * src/mh.c
4384         * src/statusbar.c
4385         * src/send_message.c
4386         * src/summaryview.c
4387                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4388
4389 2006-05-15 [colin]      2.2.0cvs18
4390
4391         * src/procmsg.c
4392                 Fix automatic rule creation with List-Post
4393
4394 2006-05-15 [paul]       2.2.0cvs17
4395
4396         * tools/filter_conv_new.pl
4397                 updated for rule enabling/disabling
4398                 claws version >= 2.3.x required
4399
4400 2006-05-15 [cleroy]     2.2.0cvs16
4401
4402         * src/main.c
4403                 Revert test
4404
4405 2006-05-15 [cleroy]     2.2.0cvs15
4406
4407         * src/main.c
4408                 test
4409
4410 2006-05-15 [wwp]        2.2.0cvs14
4411
4412         * manual/pl/.cvsignore
4413                 ignore generated files.
4414
4415 2006-05-14 [wwp]        2.3.0-rc1
4416
4417         * 2.3.0-rc1 released
4418
4419 2006-05-13 [wwp]        2.2.0cvs13
4420
4421         * src/filtering.c
4422         * src/filtering.h
4423         * src/matcher.c
4424         * src/matcher_parser_lex.l
4425         * src/matcher_parser_parse.y
4426         * src/prefs_filtering.c
4427                 new feature: provide the ability to disable filtering and processing
4428                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4429                 adaptations.
4430
4431 2006-05-13 [colin]      2.2.0cvs12
4432
4433         * src/compose.c
4434                 Remove useless if (a) b; else b;
4435                 Thanks to wwp
4436
4437 2006-05-13 [wwp]        2.2.0cvs11
4438
4439         * src/export.c
4440         * src/import.c
4441         * src/mainwindow.c
4442         * src/mbox.c
4443         * src/summaryview.c
4444         * src/summaryview.h
4445                 no more silent failures (or at least less ones) when importing
4446                 or exporting from/to mbox. Also start importing/exporting if
4447                 the necessary info is set.
4448
4449 2006-05-13 [wwp]        2.2.0cvs10
4450
4451         * RELEASE_NOTES
4452                 restored up-to-date release notes.
4453
4454 2006-05-13 [paul]       2.2.0cvs9
4455
4456         * po/nl.po
4457         * po/ru.po
4458                 updated by Tim Dijkstra and Pavlo Bohmat
4459
4460 2006-05-12 [colin]      2.2.0cvs8
4461
4462         * src/gtk/quicksearch.c
4463                 Add "k" as shortcut for "colorlabel". Patch
4464                 by ath42@users.sf.net.
4465
4466 2006-05-12 [paul]       2.2.0cvs7
4467
4468         * src/prefs_common.h
4469         * src/prefs_summaries.c
4470         * src/summaryview.c
4471                 when entering a folder also allow
4472                 going directly to first Marked message
4473
4474 2006-05-12 [paul]       2.2.0cvs6
4475
4476         * src/summaryview.c
4477                 always obey 'confirm before marking all
4478                 mails read' option
4479
4480 2006-05-12 [paul]       2.2.0cvs5
4481
4482         * src/textview.c
4483                 make Sender fully clickable
4484
4485 2006-05-12 [colin]      2.2.0cvs4
4486
4487         * src/compose.c
4488         * src/compose.h
4489                 Let From be editable
4490         * src/main.c
4491         * src/mh.c
4492                 Full support of .mh_sequences' Unseen seq
4493
4494 2006-05-12 [colin]      2.2.0cvs3
4495
4496         * src/folder.c
4497         * src/mainwindow.c
4498         * src/mainwindow.h
4499         * src/messageview.c
4500         * src/prefs_spelling.c
4501         * src/procheader.c
4502         * src/procmsg.c
4503         * src/procmsg.h
4504         * src/summaryview.c
4505         * src/toolbar.c
4506         * src/toolbar.h
4507                 Add contextual menu on Compose toolbar
4508                 button. Fixes bug #944 (Automatic
4509                 addresses not applied when changing account
4510                 from compose window)
4511                 add Mailing List support
4512                 based on the old 0.6.5claws25 patch by
4513                 Melvin Hadasht, with finishing touches
4514                 by Colin
4515                 Fix "ignore thread" when mails are threaded by
4516                 subject (and weren't ignored although appearing
4517                 in the thread).
4518                 GUI rework.
4519                 Both patches by Pawel.
4520
4521 2006-05-08 [paul]       2.2.0cvs2
4522
4523         * src/mainwindow.c
4524         * src/mainwindow.h
4525         * src/messageview.c
4526         * src/procheader.c
4527         * src/procmsg.c
4528         * src/procmsg.h
4529         * src/summaryview.c
4530                 add Mailing List support
4531                 based on the old 0.6.5claws25 patch by 
4532                 Melvin Hadasht, with finishing touches
4533                 by Colin
4534
4535 2006-05-08 [colin]      2.2.0cvs1
4536
4537         * src/mainwindow.c
4538         * src/toolbar.c
4539         * src/toolbar.h
4540                 Add contextual menu on Compose toolbar 
4541                 button. Fixes bug #944 (Automatic 
4542                 addresses not applied when changing account 
4543                 from compose window)
4544
4545 2006-05-08 [paul]       2.2.0
4546
4547         2.2.0 released
4548
4549 2006-05-08 [paul]       2.1.1cvs51
4550
4551         * po/cs.po
4552         * po/de.po
4553         * po/en_GB.po
4554         * po/fi.po
4555         * po/fr.po
4556         * po/pt_BR.po
4557         * po/sr.po
4558         * po/zh_CN.po
4559                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4560                 Fabien Vantard, Frederico Goncalves Guimaraes,
4561                 Aleksandar Urosevic, and Ralgh Young
4562
4563 2006-05-12 [colin]      2.1.1cvs50
4564
4565         * po/cs.po
4566         * po/de.po
4567         * po/en_GB.po
4568         * po/es.po
4569         * po/fi.po
4570         * po/fr.po
4571         * po/pt_BR.po
4572         * po/sr.po
4573         * po/zh_CN.po
4574                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4575                 Fabien Vantard, Frederico Goncalves Guimaraes,
4576                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4577
4578 2006-05-05 [colin]      2.1.1cvs49
4579
4580         * manual/Makefile.am
4581         * manual/pl/Makefile.am
4582         * manual/pl/account.xml
4583         * manual/pl/ack.xml
4584         * manual/pl/addrbook.xml
4585         * manual/pl/advanced.xml
4586         * manual/pl/faq.xml
4587         * manual/pl/glossary.xml
4588         * manual/pl/gpl.xml
4589         * manual/pl/handling.xml
4590         * manual/pl/intro.xml
4591         * manual/pl/keyboard.xml
4592         * manual/pl/plugins.xml
4593         * manual/pl/starting.xml
4594         * manual/pl/sylpheed-claws-manual.xml
4595         * manual/pl/dist/.cvsignore
4596         * manual/pl/dist/Makefile.am
4597         * manual/pl/dist/html/.cvsignore
4598         * manual/pl/dist/html/Makefile.am
4599         * manual/pl/dist/pdf/.cvsignore
4600         * manual/pl/dist/pdf/Makefile.am
4601         * manual/pl/dist/ps/.cvsignore
4602         * manual/pl/dist/ps/Makefile.am
4603         * manual/pl/dist/txt/.cvsignore
4604         * manual/pl/dist/txt/Makefile.am
4605                 Add the polish translation of the manual,
4606                 Authored by Pawel Pekala.
4607
4608 2006-05-05 [cleroy]     2.1.1cvs48
4609
4610         * src/main.c
4611                 Re-read matcherrc after loading plugins 
4612                 if some of them add folders.
4613
4614 2006-05-03 [colin]      2.1.1cvs47
4615
4616         * src/imap.c
4617                 I'm idiot
4618
4619 2006-05-03 [colin]      2.1.1cvs46
4620
4621         * src/imap.c
4622                 Be sure to have a session when
4623                 getting separator
4624
4625 2006-05-03 [colin]      2.1.1cvs45
4626
4627         * src/imap.c
4628         * src/imap.h
4629         * src/imap_gtk.c
4630                 Fix preventing renaming with namespace 
4631                 separator.
4632
4633 2006-05-01 [colin]      2.1.1cvs44
4634
4635         * src/action.c
4636                 Don't reload messageview when result of
4637                 action is piped.
4638
4639 2006-04-29 [colin]      2.1.1cvs43
4640
4641         * src/prefs_receive.c
4642         * src/plugins/spamassassin/spamassassin_gtk.c
4643         * src/plugins/clamav/clamav_plugin_gtk.c
4644                 GUI fixes by Pawel
4645
4646 2006-04-29 [colin]      2.1.1cvs42
4647
4648         * src/prefs_compose_writing.c
4649         * src/prefs_quote.c
4650                 Cleanups. Patch by Pawel
4651
4652 2006-04-28 [paul]       2.1.1cvs41
4653
4654         * src/matcher.c
4655                 fix returned quick search results when search
4656                 term contains an underscore.
4657                 Thanks to Colin
4658
4659 2006-04-28 [paul]       2.1.1cvs40
4660
4661         * src/prefs_message.c
4662         * src/prefs_receive.c
4663                 GUI cleanups
4664                 Patches by Pawel Pekala
4665
4666 2006-04-27 [colin]      2.1.1cvs39
4667
4668         * src/wizard.c
4669                 Differentiate subject Welcome from
4670                 window's title Welcome
4671
4672 2006-04-27 [paul]
4673
4674         2.2.0-rc1 released
4675
4676 2006-04-27 [paul]       2.1.1cvs38
4677
4678         * manual/advanced.xml
4679         * manual/fr/advanced.xml
4680                 add info about compose_no_markup hidden pref
4681
4682 2006-04-27 [paul]       2.1.1cvs37
4683
4684         * src/prefs_account.c
4685                 improve privacy labels
4686         * src/prefs_msg_colors.c
4687                 change some strings for translators' convenience
4688         * src/gtk/gtkutils.c
4689                 don't underline the link button text
4690
4691 2006-04-25 [colin]      2.1.1cvs36
4692
4693         * src/folder.c
4694                 Complete 2.1.1cvs33 (once more ;)
4695
4696 2006-04-25 [colin]      2.1.1cvs35
4697
4698         * src/editldap.c
4699                 Fix tooltip
4700
4701 2006-04-25 [cleroy]     2.1.1cvs34
4702
4703         * src/compose.c
4704         * src/gtk/gtkaspell.c
4705                 Fix crash on redirect (related to the return 
4706                 of the aspell menu in compose's toolbar)
4707         * src/prefs_msg_colors.c
4708                 Fix sensitivity widgets
4709         * src/image_viewer.c
4710         * src/gtk/pluginwindow.c
4711         * src/gtk/prefswindow.c
4712                 Change released signals to clicked (Fabien)
4713         * po/POTFILES.in
4714         * src/common/socket.c
4715         * src/plugins/spamassassin/spamassassin.c
4716                 Translate strings (Fabien)
4717
4718 2006-04-25 [paul]       2.1.1cvs33
4719
4720         * src/folder.c
4721         * src/folder.h
4722         * src/folderview.c
4723                 complete the fix of bug #912
4724                 Thanks to Colin
4725
4726 2006-04-25 [colin]      2.1.1cvs32
4727
4728         * src/news.c
4729                 Better progress bar
4730         * src/mimeview.c
4731         * src/summaryview.c
4732         * src/summaryview.h
4733                 Fix focus chain
4734                 Patches by Pawel Pekala
4735
4736 2006-04-24 [colin]      2.1.1cvs31
4737
4738         * src/compose.c
4739                 Fix compilation warnings (Fabien)
4740
4741 2006-04-24 [colin]      2.1.1cvs30
4742
4743         * src/addrindex.c
4744         * src/editldap.c
4745         * src/editldap_basedn.c
4746         * src/editldap_basedn.h
4747         * src/ldapctrl.c
4748         * src/ldapctrl.h
4749         * src/ldapquery.c
4750         * src/ldaputil.c
4751         * src/ldaputil.h
4752                 Fix bug #901 (LDAPS support)
4753
4754 2006-04-24 [colin]      2.1.1cvs29
4755
4756         * src/compose.c
4757                 Fix logic on error with send dialog on
4758         * src/imap.c
4759                 Fix compilation without libetpan, thanks
4760                 to Fabien
4761         * src/summaryview.c
4762                 Fix 'context-menu' key
4763
4764 2006-04-23 [colin]      2.1.1cvs28
4765
4766         * src/folder.c
4767                 Never free current's cache to free up 
4768                 memory. Fixes bug #912 (new count 
4769                 randomly set to message count)
4770
4771 2006-04-23 [colin]      2.1.1cvs27
4772
4773         * src/gtk/quicksearch.c
4774                 And remove printf...
4775
4776 2006-04-23 [colin]      2.1.1cvs26
4777
4778         * src/gtk/quicksearch.c
4779                 Fix replacing in quicksearch, and fix inserting
4780                 in the middle of the string. (introduced at 2.1.0cvs22)
4781
4782 2006-04-23 [colin]      2.1.1cvs25
4783
4784         * src/imap.c
4785                 Make sure uidnext is initialized in get_num_list
4786                 (not for stable, related to 2.1.1cvs8 and friends)
4787
4788 2006-04-23 [colin]      2.1.1cvs24
4789
4790         * src/imap.c
4791                 Output something when login is successful
4792                 too
4793
4794 2006-04-23 [colin]      2.1.1cvs23
4795
4796         * src/etpan/imap-thread.c
4797                 Better logging (line-per-line, hide data in fetch)
4798                 Fix a const warning
4799         * src/gtk/logwindow.c
4800         * src/gtk/logwindow.h
4801                 Better logging (color for input/output)
4802
4803 2006-04-21 [colin]      2.1.1cvs22
4804
4805         * src/gtk/quicksearch.c
4806                 On gtk+-2.8, use stock buttons in quicksearch
4807                 Based on a patch by Fabien and a design by Paul
4808
4809 2006-04-21 [colin]      2.1.1cvs21
4810
4811         * src/folderview.c
4812         * src/mainwindow.c
4813                 Fix occasional flicker in folderview
4814         * src/common/utils.c
4815                 Fix bug #943 (Incorrectly parsed email address 
4816                 list in short headers on message view and in 
4817                 printouts)
4818
4819 2006-04-20 [colin]      2.1.1cvs20
4820
4821         * src/imap.c
4822         * src/imap.h
4823         * src/prefs_account.c
4824                 Add ANONYMOUS auth for IMAP
4825
4826 2006-04-20 [paul]       2.1.1cvs19
4827
4828         * src/main.c
4829                 proper fix for 2.1.1cvs18
4830                 Thanks to Colin
4831
4832 2006-04-20 [paul]       2.1.1cvs18
4833
4834         * src/main.c
4835                 fix build warnings
4836
4837 2006-04-20 [paul]       2.1.1cvs17
4838
4839         * src/gtk/quicksearch.c
4840                 fix standard, non-extended Quick search,
4841                 was broken in 2.1.1cvs15.
4842                 Thanks to Colin.
4843
4844 2006-04-20 [colin]      2.1.1cvs16
4845
4846         * src/prefs_matcher.c
4847                 Fix values when reselecting a ~test
4848                 rule
4849
4850 2006-04-19 [colin]      2.1.1cvs15
4851
4852         * src/compose.c
4853         * src/compose.h
4854         * src/gtk/gtkaspell.c
4855         * src/gtk/gtkaspell.h
4856                 Put back Options menu in Spelling/
4857         * src/gtk/quicksearch.c
4858                 Don't search, and show error, if the
4859                 advanced search has a syntax error
4860
4861 2006-04-18 [colin]      2.1.1cvs14
4862
4863         * src/textview.c
4864                 Fix gdk warnings on set_cursor when textview
4865                 isn't visible
4866
4867 2006-04-18 [colin]      2.1.1cvs13
4868
4869         * src/gtk/gtksctree.c
4870                 Remove seemingly useless refresh that causes
4871                 flicker - watch this commit in case of 
4872                 problems before planned backport to stable
4873
4874 2006-04-18 [colin]      2.1.1cvs12
4875
4876         * src/imap.c
4877                 Factorize get/set_xml code
4878         * src/compose.c
4879         * src/prefs_account.c
4880         * src/prefs_account.h
4881         * src/procmsg.c
4882                 Add Encrypt to self option
4883
4884 2006-04-17 [colin]      2.1.1cvs11
4885
4886         * configure.ac
4887                 Fix search on encrpyt function on dragonfly
4888                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4889
4890 2006-04-17 [colin]      2.1.1cvs10
4891
4892         * src/prefs_account.c
4893                 Be safe by default: remove mails from POP3
4894                 after 7 days, not immediately
4895
4896 2006-04-17 [colin]      2.1.1cvs9
4897
4898         * src/etpan/imap-thread.c
4899                 Fix build on DragonFly - patch by 
4900                 Jonathan Buschmann <jonthn@agmact.com>
4901
4902 2006-04-17 [colin]      2.1.1cvs8
4903
4904         * src/imap.c
4905                 Save uidnext between sessions
4906
4907 2006-04-17 [colin]      2.1.1cvs7
4908
4909         * src/imap.c
4910                 scan is required when uid validity changes
4911
4912 2006-04-17 [colin]      2.1.1cvs6
4913
4914         * src/folderview.c
4915                 Don't scan if not necessary, apart in current
4916                 folder and INBOX to fetch flags.
4917         * src/imap.c
4918                 Scan is necessary if unread count changes
4919
4920 2006-04-17 [colin]      2.1.1cvs5
4921
4922         * src/imap.c
4923                 ...But always fetch ANSWERED and DELETED flags for
4924                 INBOX, as filtering can happen on these flags.
4925
4926 2006-04-17 [colin]      2.1.1cvs4
4927
4928         * src/imap.c
4929                 Don't fetch REPLIED and DELETED flags when synchronising
4930                 flags with a closed folder. We only need UNSEEN and FLAGGED
4931                 to update the folderview.
4932
4933 2006-04-17 [colin]      2.1.1cvs3
4934
4935         * src/imap.c
4936                 Faster flag search when there are new mails 
4937                 in a folder. We can do a full search if the 
4938                 folder contains less messages than the new
4939                 list.
4940
4941 2006-04-17 [colin]      2.1.1cvs2
4942
4943         * po/cs.po
4944         * po/de.po
4945         * po/fr.po
4946         * po/nl.po
4947         * po/pt_BR.po
4948                 Update translations from stable branch
4949
4950 2006-04-17 [colin]      2.1.1cvs1
4951
4952         * configure.ac
4953                 Bump version to follow stable release
4954
4955 2006-04-16 [mones]      2.1.0cvs50
4956
4957         * po/es.po
4958                 Updated for release
4959
4960 2006-04-16 [colin]      2.1.0cvs49
4961
4962         * src/textview.c
4963                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4964                 with gtk < 2.8. Thanks to Fabien Vantard.
4965
4966 2006-04-15 [colin]      2.1.0cvs48
4967
4968         * src/etpan/imap-thread.c
4969                 Fix bug #919 (libetpan: SEGV when connecting 
4970                 using command)
4971
4972 2006-04-14 [colin]      2.1.0cvs47
4973
4974         * src/main.c
4975                 Fix race on --select (should be done better)
4976
4977 2006-04-14 [wwp]        2.1.0cvs46
4978
4979         * src/send_message.c
4980                 enforce a check for domain in account prefs (a sending
4981                 error could be faced if domain was checked but no value set),
4982                 thanks to Colin.
4983
4984 2006-04-14 [colin]      2.1.0cvs45
4985
4986         * src/codeconv.c
4987                 when converting from unknown to unknown, if the
4988                 string is UTF8, don't convert it to the locale
4989                 (which breaks it)
4990
4991 2006-04-14 [colin]      2.1.0cvs44
4992
4993         * src/compose.c
4994                 Don't try to use ASCII for converting headers
4995                 (as done in body)
4996
4997 2006-04-14 [paul]       2.1.0cvs43
4998
4999         * src/crash.c
5000                 add locale/charset info to crash report
5001         * src/gtk/about.c
5002                 add wwp to doc team
5003                 replace 'e-mail' with preferred 'email'
5004         * src/gtk/authors.h
5005                 ensure contributors list is in alphabetical
5006                 order
5007
5008 2006-04-13 [colin]      2.1.0cvs42
5009
5010         * src/textview.c
5011                 Prevent gdk warnings
5012
5013 2006-04-13 [colin]      2.1.0cvs41
5014
5015         * src/common/ssl_certificate.c
5016         * src/common/ssl_certificate.h
5017         * src/gtk/sslcertwindow.c
5018                 Warn on expired certs, and display the expiration date
5019
5020 2006-04-13 [colin]      2.1.0cvs40
5021
5022         * src/plugins/spamassassin/spamassassin_gtk.c
5023                 Fix missing set_text on unix socket
5024
5025 2006-04-13 [wwp]        2.1.0cvs39
5026
5027         * manual/fr/advanced.xml
5028         * manual/fr/glossary.xml
5029                 applied new spam/ham/email lexicon (pourriel, courriel)
5030
5031 2006-04-13 [paul]       2.1.0cvs38
5032
5033         * src/plugins/pgpmime/plugin.c
5034                 remove the mention of S/MIME from the
5035                 description. This is now handled by the
5036                 S/MIME plugin.
5037
5038 2006-04-13 [paul]       2.1.0cvs37
5039
5040         * src/prefs_msg_colors.c
5041                 rework dialog
5042         * src/prefs_folder_item.c
5043         * src/prefs_spelling.c
5044                 add a tooltip to the colour selector buttons
5045
5046 2006-04-13 [wwp]        2.1.0cvs36
5047
5048         * manual/advanced.xml
5049         * manual/glossary.xml
5050         * manual/handling.xml
5051         * manual/keyboard.xml
5052         * manual/plugins.xml
5053         * manual/starting.xml
5054         * manual/fr/account.xml
5055         * manual/fr/ack.xml
5056         * manual/fr/addrbook.xml
5057         * manual/fr/advanced.xml
5058         * manual/fr/faq.xml
5059         * manual/fr/glossary.xml
5060         * manual/fr/gpl.xml
5061         * manual/fr/handling.xml
5062         * manual/fr/intro.xml
5063         * manual/fr/keyboard.xml
5064         * manual/fr/plugins.xml
5065         * manual/fr/starting.xml
5066         * manual/fr/sylpheed-claws-manual.xml
5067                 fixes to the manuals:
5068                  - summaryview -> Message List (same in French)
5069                  - translate key names
5070                  - fix French punctuation, use non-breakable spaces when
5071                    necessary, don't use &thinsp; which is not portable
5072                  - tell what maildir and mbox formats we support
5073
5074 2006-04-12 [wwp]        2.1.0cvs35
5075
5076         * src/prefs_toolbar.c
5077                 unified a replace button more,
5078                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5079
5080 2006-04-12 [wwp]        2.1.0cvs34
5081
5082         * src/prefs_common.c
5083         * src/prefs_msg_colors.c
5084                 make default color labels translatable,
5085                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5086                 thanks to Tim <timbrain@post.cz> for reporting.
5087
5088 2006-04-12 [wwp]        2.1.0cvs33
5089
5090         * manual/glossary.xml
5091         * manual/intro.xml
5092         * manual/plugins.xml
5093         * manual/starting.xml
5094         * manual/sylpheed-claws-manual.xml
5095         * manual/fr/.cvsignore
5096         * manual/fr/account.xml
5097         * manual/fr/ack.xml
5098         * manual/fr/addrbook.xml
5099         * manual/fr/advanced.xml
5100         * manual/fr/faq.xml
5101         * manual/fr/glossary.xml
5102         * manual/fr/handling.xml
5103         * manual/fr/intro.xml
5104         * manual/fr/keyboard.xml
5105         * manual/fr/plugins.xml
5106         * manual/fr/starting.xml
5107         * manual/fr/sylpheed-claws-manual.xml
5108                 various fixes: typos, missing .fr translations, punctuation,
5109                 capitalization, links, accents and some bad French more.
5110
5111 2006-04-12 [wwp]        2.1.0cvs32
5112
5113         * src/prefs_gtk.c
5114                 fix for bug #935: always store prefs files in UTF-8 (thanks
5115                 to Colin).
5116
5117 2006-04-11 [colin]      2.1.0cvs31
5118
5119         * src/compose.c
5120                 Fix inserting files not in utf8 when locale is utf8
5121
5122 2006-04-11 [colin]      2.1.0cvs30
5123
5124         * src/inc.c
5125                 Don't show error dialog when cancelling connection
5126                 Patch by Pawel
5127
5128 2006-04-11 [cleroy]     2.1.0cvs29
5129
5130         * src/compose.c
5131                 Implement multiple quote levels
5132         * src/prefs_common.c
5133                 Change a little bit the quote bgcolor for 2nd level
5134
5135 2006-04-11 [colin]      2.1.0cvs28
5136
5137         * src/gtk/about.c
5138                 Add locale and charset in the label
5139
5140 2006-04-10 [colin]      2.1.0cvs27
5141
5142         * src/compose.c
5143         * src/prefs_common.c
5144         * src/prefs_common.h
5145         * src/prefs_msg_colors.c
5146         * src/textview.c
5147                 Allow optional background color in quotes
5148                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5149                 GTK+-2.8.x feature
5150
5151 2006-04-10 [colin]      2.1.0cvs26
5152
5153         * src/main.c
5154         * src/mainwindow.c
5155         * src/mainwindow.h
5156                 Implement --select
5157
5158 2006-04-10 [colin]      2.1.0cvs25
5159
5160         * manual/plugins.xml
5161         * manual/fr/plugins.xml
5162                 Document libcurl's proxy variables
5163
5164 2006-04-09 [colin]      2.1.0cvs24
5165
5166         * src/prefs_common.c
5167                 gettext() returns statically allocated stuff. We have
5168                 to strdup it in order to be able to free it.
5169
5170 2006-04-09 [colin]      2.1.0cvs23
5171
5172         * AUTHORS
5173         * src/gtk/authors.h
5174                 Add Alexei
5175
5176 2006-04-09 [colin]      2.1.0cvs22
5177
5178         * src/mainwindow.c
5179         * src/gtk/quicksearch.c
5180                 Fix bug #859 (problems with cyrilic input in 
5181                 search panel) - Patch by Alexey Illarionov 
5182                 <littlesavage@rambler.ru>
5183
5184 2006-04-09 [colin]      2.1.0cvs21
5185
5186         * src/prefs_customheader.c
5187                 I prefer removing then freeing rather than the contrary
5188                 (even if it doesn't change anything ;-)
5189         * src/prefs_account.c
5190                 Fix bug #933 (Crash re-entering the custom headers list 
5191                 dialog in accounts prefs)
5192                 The problem happened when cancelling the Account 
5193                 Preferences' dialogs - in which case we didn't do 
5194                 anything to the PrefsAccount * struct. In case of applying,
5195                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5196                 working with in this dialog. The problem is that 
5197                 prefs_customheader.c, working on this tmp_ac_prefs, always
5198                 changes the ->customhdr_list pointer, even when cancelled. 
5199                 So in case of cancelling the prefs_account dialog, we still
5200                 have to update ->customhdr_list in the real account.
5201
5202 2006-04-08 [colin]      2.1.0cvs20
5203
5204         * manual/fr/glossary.xml
5205         * manual/fr/keyboard.xml
5206                 Forgot some headers :)
5207
5208 2006-04-08 [colin]      2.1.0cvs19
5209
5210         * manual/Makefile.am
5211         * manual/fr/Makefile.am
5212         * manual/fr/account.xml
5213         * manual/fr/ack.xml
5214         * manual/fr/addrbook.xml
5215         * manual/fr/advanced.xml
5216         * manual/fr/faq.xml
5217         * manual/fr/glossary.xml
5218         * manual/fr/gpl.xml
5219         * manual/fr/handling.xml
5220         * manual/fr/intro.xml
5221         * manual/fr/keyboard.xml
5222         * manual/fr/plugins.xml
5223         * manual/fr/starting.xml
5224         * manual/fr/sylpheed-claws-manual.xml
5225         * manual/fr/dist/.cvsignore
5226         * manual/fr/dist/Makefile.am
5227         * manual/fr/dist/html/.cvsignore
5228         * manual/fr/dist/html/Makefile.am
5229         * manual/fr/dist/pdf/.cvsignore
5230         * manual/fr/dist/pdf/Makefile.am
5231         * manual/fr/dist/ps/.cvsignore
5232         * manual/fr/dist/ps/Makefile.am
5233         * manual/fr/dist/txt/.cvsignore
5234         * manual/fr/dist/txt/Makefile.am
5235                 Add the french translation of the manual. Thanks to
5236                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5237                 account.xml, ack.xml, addrbook.xml and advanced.xml
5238
5239 2006-04-08 [colin]      2.1.0cvs18
5240
5241         * manual/plugins.xml
5242         * manual/starting.xml
5243                 More fixes
5244
5245 2006-04-07 [colin]      2.1.0cvs17
5246
5247         * manual/faq.xml
5248         * manual/intro.xml
5249         * manual/keyboard.xml
5250                 Little fixes
5251
5252 2006-04-07 [colin]      2.1.0cvs16
5253
5254         * README
5255         * src/compose.c
5256         * src/prefs_common.c
5257         * src/prefs_common.h
5258                 Add hidden compose_no_markup pref
5259
5260 2006-04-07 [wwp]        2.1.0cvs15
5261
5262         * src/summary_search.c
5263         * .cvsignore
5264                 Bugfix: stop button was sticky when searching in an empty folder.
5265                 Applied curly brackets code style to the whole file (summary_search.c).
5266                 More files to ignore.
5267
5268 2006-04-07 [wwp]        2.1.0cvs14
5269
5270         * src/message_search.c
5271         * src/summary_search.c
5272                 changed default button when search bumps at file/folder
5273                 beginning or end, for convenience (thanks to Colin).
5274
5275 2006-04-07 [paul]       2.1.0cvs13
5276
5277         * src/plugins/dillo_viewer/dillo_prefs.c
5278                 avoid future potential for namespace collision
5279                 Patch by Colin
5280
5281 2006-04-06 [wwp]        2.1.0cvs12
5282
5283         * src/summary_search.c
5284                 Unify extended/advanced searches names (and thus factorize labels),
5285                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5286
5287 2006-04-06 [wwp]        2.1.0cvs11
5288
5289         * src/folderview.c
5290         * src/prefs_themes.c
5291         * src/summaryview.c
5292                 Fixed some compilation warnings.
5293
5294 2006-04-06 [colin]      2.1.0cvs10
5295
5296         * manual/advanced.xml
5297                 Document the wizard template and how to deploy
5298                 Sylpheed-Claws effectively
5299
5300 2006-04-06 [colin]      2.1.0cvs9
5301
5302         * src/folderview.c
5303                 gettext patch to tell translators about _("#"),
5304                 by Maxim Britov
5305
5306 2006-04-06 [colin]      2.1.0cvs8
5307
5308         * src/textview.c
5309                 Fix invalid GtkTextBIter after clicking "Display as text"
5310
5311 2006-04-06 [mones]      2.1.0cvs7
5312
5313         * src/addr_compl.c
5314         * src/addrindex.c
5315         * src/addritem.c
5316         * src/codeconv.c
5317         * src/compose.c
5318         * src/filtering.c
5319         * src/folder.c
5320         * src/folder_item_prefs.c
5321         * src/folderview.c
5322         * src/localfolder.c
5323         * src/matcher.c
5324         * src/mimeview.c
5325         * src/prefs_msg_colors.c
5326         * src/prefs_spelling.c
5327         * src/prefs_themes.c
5328         * src/procmime.c
5329         * src/procmsg.c
5330         * src/stock_pixmap.c
5331         * src/summaryview.c
5332         * src/textview.c
5333         * src/toolbar.c
5334         * src/common/mgutils.c
5335         * src/common/prefs.c
5336         * src/common/ssl_certificate.c
5337         * src/gtk/colorlabel.c
5338         * src/gtk/quicksearch.c
5339         * src/plugins/pgpmime/pgpmime.c
5340         * src/plugins/spamassassin/spamassassin.c
5341                 Removed redundant NULL checks for g_free() calls.
5342                 Patch by Pawel Pekala.
5343
5344 2006-04-06 [mones]      2.1.0cvs6
5345
5346         * src/prefs_actions.c
5347         * src/prefs_filtering.c
5348         * src/prefs_filtering_action.c
5349         * src/prefs_matcher.c
5350         * src/prefs_template.c
5351         * src/gtk/gtkutils.c
5352         * src/gtk/gtkutils.h
5353                 Have a nice replace button. Patch by Pawel Pekala
5354
5355 2006-04-06 [colin]      2.1.0cvs5
5356
5357         * src/addressbook.c
5358                 Fix crash with empty columns
5359
5360 2006-04-05 [colin]      2.1.0cvs4
5361
5362         * src/wizard.c
5363         * src/prefs_gtk.c
5364                 Allow wizard customization with pre-filled values
5365
5366 2006-04-05 [colin]      2.1.0cvs3
5367
5368         * src/textview.c
5369         * src/mimeview.c
5370         * src/mimeview.h
5371                 Nicer messages in mimeview
5372
5373 2006-04-05 [colin]      2.1.0cvs2
5374
5375         * src/addressbook.c
5376         * src/prefs_summaries.c
5377                 i18n fix
5378
5379 2006-04-05 [colin]      2.1.0cvs1
5380
5381         * src/plugins/pgpcore/plugin.c
5382         * src/plugins/pgpcore/select-keys.c
5383         * src/plugins/pgpcore/select-keys.h
5384         * src/plugins/pgpcore/sgpgme.c
5385         * src/plugins/pgpcore/sgpgme.h
5386         * src/plugins/pgpinline/pgpinline.c
5387         * src/plugins/pgpinline/plugin.c
5388         * src/plugins/pgpmime/pgpmime.c
5389         * src/plugins/pgpmime/plugin.c
5390                 Factorize and generalize a bit 
5391                 Drop S/MIME signature verification from PGP/MIME
5392                 (adding it as another, more complete plugin)
5393
5394 2006-04-05 [paul]       2.1.0
5395
5396         2.1.0 released
5397
5398 2006-04-05 [paul]       2.0.0cvs186
5399
5400         * manual/advanced.xml
5401                 add info on colour labels
5402
5403 2006-04-05 [paul]       2.0.0cvs185
5404
5405         * po/bg.po
5406         * po/cs.po
5407         * po/de.po
5408         * po/el.po
5409         * po/en_GB.po
5410         * po/fi.po
5411         * po/fr.po
5412         * po/it.po
5413         * po/nl.po
5414         * po/pl.po
5415         * po/pt_BR.po
5416         * po/sr.po
5417         * po/zh_CN.po
5418                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5419                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5420                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5421                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5422         * src/gtk/authors.h
5423         * tools/claws.i18n.status.pl
5424                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5425                 and new Czech translator, Tim <timbrain@post.cz>
5426
5427 2006-04-05 [mones]      2.0.0cvs184
5428
5429         * po/es.po
5430                 Updated translation
5431
5432 2006-04-05 [colin]      2.0.0cvs183
5433
5434         * src/gtk/quicksearch.c
5435                 Fix bug #929 (unnecessary reload in quick search bar)
5436
5437 2006-04-05 [colin]      2.0.0cvs182
5438
5439         * src/compose.c
5440                 Fix crash on Reply with no From:
5441                 Show signature and conversion error on queuing 
5442                 (but not sending)
5443         * src/mainwindow.c
5444         * src/summaryview.c
5445         * src/summaryview.h
5446                 Factorize threading code and make sure msginfo 
5447                 is not null when it comes from a GtkCTreeRow's 
5448                 data
5449         * src/gtk/gtkaspell.c
5450                 Check for necessary things
5451         * src/gtk/gtksctree.c
5452         * src/gtk/gtksctree.h
5453                 Reset anchor if necessary when removing node
5454
5455 2006-03-29 [colin]      2.0.0cvs181
5456
5457         * src/folderview.c
5458                 Warn for disabled IMAP accounts (due to lack of
5459                 libetpan). Breaks string-freeze - sorry - but it
5460                 is kind of important ;)
5461
5462 2006-03-28 [colin]      2.0.0cvs180
5463
5464         * src/gtk/gtkutils.c
5465         * src/gtk/gtkutils.h
5466                 Add a gtkut_get_link_btn() function that
5467                 creates a button which acts like an URI
5468         * src/prefs_themes.c
5469         * src/gtk/about.c
5470                 Use this function (factorizes codes)
5471         * src/common/defs.h
5472         * src/gtk/pluginwindow.c
5473                 Add a "Get more..." in the plugins window
5474
5475 2006-03-28 [colin]      2.0.0cvs179
5476
5477         * src/common/smtp.c
5478         * src/common/passcrypt.c
5479         * src/undo.c
5480                 Warning fixes. Patch by Pawel Pekala
5481
5482 2006-03-27 [colin]      2.0.0cvs178
5483
5484         * src/undo.c
5485                 Fix undoing by blocks with spaces
5486
5487 2006-03-27 [colin]      2.0.0cvs177
5488
5489         * src/textview.c
5490                 Set margin to 3px for headers
5491
5492 2006-03-27 [paul]
5493
5494         2.1.0-rc2 released
5495
5496 2006-03-27 [wwp]        2.0.0cvs176
5497
5498         * src/summaryview.c
5499                 don't reset quicksearch when updating the message list.
5500                 Thanks to Colin.
5501
5502 2006-03-26 [wwp]        2.0.0cvs175
5503
5504         * src/compose.c
5505                 use a unified border width ('other' tab in the compose window,
5506                 patch by Pawel Pekala).
5507
5508
5509 2006-03-26 [wwp]        2.0.0cvs174
5510
5511         * src/common/quoted-printable.c
5512         * src/addressbook.c
5513                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5514
5515 2006-03-26 [colin]      2.0.0cvs173
5516
5517         * src/quote_fmt_parse.y
5518                 Fix non-UTF8 date formats messing up the whole quote a 
5519                 little bit
5520
5521 2006-03-26 [colin]      2.0.0cvs172
5522
5523         * src/procheader.c
5524                 Make sure the date is UTF8 valid, or try to make it
5525                 so. IncrediMail is really IncrediStupid.
5526         * src/compose.c
5527                 Fix possible conversions. 
5528                 
5529
5530 2006-03-26 [colin]      2.0.0cvs171
5531
5532         * src/matcher.c
5533                 Fix corner cases in body search. This is still a
5534                 hack... It seems impossible to make it good and 
5535                 reasonably fast at the same time.
5536
5537 2006-03-26 [colin]      2.0.0cvs170
5538
5539         * src/summaryview.c
5540                 I think I killed the twilight zone bug!
5541                 summary_select_node() flushes GTK events in order
5542                 to be able to center the view. But this also 
5543                 flushes keypresses like Ctrl-Alt-U, so this can
5544                 call summary_show from summary_select_node (itself
5545                 called from summary_show, etc.). And the summaryview
5546                 has to be unlocked in this function. So just locking
5547                 while processing GTK events, and bailing if locked, 
5548                 should fix it.
5549                 Fixes bug #927 (SIGSEGV during Update Summary)
5550
5551 2006-03-25 [colin]      2.0.0cvs169
5552
5553         * src/matcher.c
5554                 Fix search in QP-encoded bodies
5555                 Fix utf-8 searches in bodies encoded in the
5556                 locale's encoding
5557         * src/common/quoted-printable.c
5558         * src/common/quoted-printable.h
5559                 Add a decode function that doesn't overwrite
5560                 the original pointer
5561                 
5562
5563 2006-03-24 [colin]      2.0.0cvs168
5564
5565         * src/action.c
5566         * src/summaryview.c
5567         * src/summaryview.h
5568                 Update message cache after action
5569                 Patch by H. Merijn Brand
5570         * src/prefs_msg_colors.c
5571                 Factorize label 
5572                 Patch by Fabien Vantard
5573         * src/plugins/spamassassin/spamassassin_gtk.c
5574                 Remove useless translation
5575                 Patch by Fabien Vantard
5576
5577 2006-03-23 [colin]      2.0.0cvs167
5578
5579         * src/common/ssl.c
5580                 Let 30 seconds to SSL_connect
5581
5582 2006-03-23 [wwp]        2.0.0cvs166
5583
5584         * src/summaryview.c
5585         * src/gtk/description_window.c
5586                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5587                 and headers are translated; adjust description windows' width to fit their
5588                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5589
5590 2006-03-23 [paul]       2.0.0cvs165
5591
5592         * src/common/utils.c
5593                 fix highlighting of URIs containing "()"
5594                 (2.0.0cvs164's reversal fixed)
5595                 Thanks to Colin.
5596
5597 2006-03-23 [paul]       2.0.0cvs164
5598
5599         * src/common/utils.c
5600                 revert patch, (postponing a fix), at 2.0.0cvs120
5601                 as it breaks more URIs than it fixes.
5602                 Allow '-' to be a terminating character in a URI
5603
5604 2006-03-22 [colin]      2.0.0cvs163
5605
5606         * configure.ac
5607                 Require libetpan 0.45
5608                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5609
5610 2006-03-22 [paul]       2.0.0cvs162
5611
5612         * src/editgroup.c
5613                 replace '<-' and '->' buttons with GTK_STOCK graphical
5614                 buttons
5615         * src/summary_search.c
5616                 don't offer '...' for translation
5617                 add a tooltip to advanced search '...' button
5618         * src/gtk/quicksearch.c
5619                 don't offer '...' for translation
5620
5621 2006-03-21 [colin]      2.0.0cvs161
5622
5623         * src/compose.c
5624                 Fix middle-click pasting (insert at click
5625                 position instead of cursor position, don't
5626                 remove existing selection and allow pasting
5627                 our own selection)
5628         * src/addressbook.c
5629                 "LDAP Server" -> "LDAP servers"
5630
5631 2006-03-21 [wwp]        2.0.0cvs160
5632
5633         * src/etpan/imap-thread.c
5634                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5635
5636 2006-03-20 [colin]      2.0.0cvs159
5637
5638         * src/summaryview.c
5639                 Don't reload summaryview after an execute with no
5640                 move action
5641
5642 2006-03-19 [colin]      2.0.0cvs158
5643
5644         * src/addressbook.c
5645                 and put groups at the top, always
5646
5647 2006-03-19 [colin]      2.0.0cvs157
5648
5649         * src/addressbook.c
5650                 Order groups before names, as previously
5651
5652 2006-03-19 [colin]      2.0.0cvs156
5653
5654         * src/addressbook.c
5655                 - Sort case-unsensitive
5656                 - Put the sort arrow at opening too
5657
5658 2006-03-19 [wwp]        2.0.0cvs155
5659
5660         * src/addressbook.c
5661                 allow sorting by name/email/remarks, ensure that right-pane's contents
5662                 matches the left-pane selection (cleared when appropriate).
5663                 Patch by Pawel Pekala <c0rn@o2.pl>.
5664
5665 2006-03-18 [colin]      2.0.0cvs154
5666
5667         * src/textview.c
5668                 Fix text cursor ;)
5669
5670 2006-03-18 [colin]      2.0.0cvs153
5671
5672         * src/gtk/filesel.c
5673                 Make sure we hide the preview if we didn't get
5674                 a filename
5675
5676 2006-03-18 [colin]      2.0.0cvs152
5677
5678         * src/summaryview.c
5679                 Set cursor to watch for execution (fixes lack
5680                 of watch-cursor when dnd'ing hundreds of mails)
5681         * src/gtk/filesel.c
5682                 Check that mime type is 'image/*' before updating
5683                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5684
5685 2006-03-18 [colin]      2.0.0cvs151
5686
5687         * src/mainwindow.c
5688         * src/textview.c
5689         * src/textview.h
5690                 Put a watch cursor in textview too when the mainwindow's
5691                 cursor in a watch
5692
5693 2006-03-18 [colin]      2.0.0cvs150
5694
5695         * src/folder.c
5696                 Change wrong asserts to simple tests
5697
5698 2006-03-17 [colin]      2.0.0cvs149
5699
5700         * src/mainwindow.c
5701         * src/mainwindow.h
5702         * src/prefs_msg_colors.c
5703         * src/summaryview.c
5704         * src/summaryview.h
5705         * src/gtk/colorlabel.c
5706         * src/gtk/colorlabel.h
5707                 Add a color label menu in the main menubar
5708                 Add (fixed) accels Ctrl-{0-7} to change the color
5709                 They have to be fixed because the menu's dynamic,
5710                 the items are complex widgets, hence we can't use
5711                 a GtkItemFactory.
5712
5713
5714 2006-03-17 [wwp]        2.0.0cvs148
5715
5716         * src/compose.c
5717                 rollback few lines from my previous commit (those lines come from
5718                 a pending patch, accidentally commited, even if neutral as they are
5719                 commented out).
5720
5721 2006-03-17 [wwp]        2.0.0cvs147
5722
5723         * src/compose.c
5724                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5725                 applied code style/indentation to the modified function.
5726
5727 2006-03-17 [wwp]        2.0.0cvs146
5728
5729         * src/procmsg.c
5730         * src/compose.c
5731                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5732
5733 2006-03-17 [paul]
5734
5735         2.1.0-rc1 released
5736
5737 2006-03-17 [paul]       2.0.0cvs145
5738
5739         * src/main.c
5740                 addressbook_read_file() was called twice
5741         * src/textview.c
5742                 X-Mailer highlighting
5743
5744 2006-03-16 [colin]      2.0.0cvs144
5745
5746         * src/sourcewindow.c
5747         * src/sourcewindow.h
5748                 And the last one, in source window.
5749
5750 2006-03-16 [colin]      2.0.0cvs143
5751
5752         * src/compose.c
5753         * src/compose.h
5754                 Fix the same stuff in compose
5755
5756 2006-03-16 [colin]      2.0.0cvs142
5757
5758         * src/messageview.c
5759                 Complete the previous messageview crash fix
5760
5761 2006-03-16 [colin]      2.0.0cvs141
5762
5763         * src/procmsg.h
5764         * src/procmsg.c
5765         * src/folder.c
5766                 Fix POSTPROCESSING hook
5767                 Patch by H. Merijn Brand
5768
5769         * src/procmime.c
5770         * src/procmime.h
5771                 Parse Content-Location
5772
5773         * src/toolbar.c
5774         * src/messageview.c
5775         * src/messageview.h
5776                 Don't crash when a top-level MessageView has
5777                 been closed on us. Same problematic than
5778                 yesterday's quicksearch issue.
5779
5780 2006-03-15 [colin]      2.0.0cvs140
5781
5782         * src/gtk/quicksearch.c
5783                 Fix a bitchy race we didn't think about when we
5784                 added quicksearch cancellation:
5785                 If the search is not on cached fields, for example
5786                 body_part matchcase "stuff"
5787                 the matcher code has to get the whole message. If
5788                 we're on IMAP, that can be slow, and in order to
5789                 be non-blocking, the IMAP code idle loop processes
5790                 gtk events too. So it is possible to cancel a
5791                 quicksearch while the matcher is getting the mail's
5792                 body. After matcher got its body, it will start to
5793                 iterate over the matcher list that the Quicksearch's
5794                 clear_search_cb() just freed via prepare_matcher().
5795                 SIGSEGV ensues.
5796                 The fix consists of guarding the matcherlist_match()
5797                 call with a boolean 'matching'. If we reset the
5798                 quicksearch while matching is TRUE, we don't free
5799                 the matcherlist anymore like we did, but we set
5800                 another new flag, deferred_free, to TRUE. Then,
5801                 in quicksearch_match(), just after returning from
5802                 matcherlist_match() and unsetting the matching flag,
5803                 we check the deferred_free flag and do the
5804                 prepare_matcher() (which does the matcherlist_free)
5805                 for real, so we free the matcherlist once it's not
5806                 used anymore.
5807                 As all of this runs via the glib main loop, we
5808                 luckily don't need a mutex.
5809         * src/summaryview.c
5810                 Also, show progress while searching.
5811
5812
5813 2006-03-14 [colin]      2.0.0cvs139
5814
5815         * src/alertpanel.c
5816                 Make alertpanel_is_open non-static
5817
5818 2006-03-14 [colin]      2.0.0cvs138
5819
5820         * src/prefs_spelling.c
5821                 Cleanups - Fabien Vantard
5822
5823 2006-03-14 [wwp]        2.0.0cvs137
5824
5825         * src/main.c
5826                 code style normalization (curly braces, indentation).
5827
5828 2006-03-14 [wwp]        2.0.0cvs137
5829
5830         * src/main.c
5831                 code style (braces, indentation)
5832
5833 2006-03-12 [paul]       2.0.0cvs136
5834
5835         * src/prefs_common.c
5836                 trans_hdr defaults to FALSE to be RFC-savvy
5837         * src/prefs_summaries.c
5838                 add a tooltip to the trans_hdr option
5839                 
5840
5841 2006-03-12 [paul]       2.0.0cvs135
5842
5843         * src/prefs_matcher.c
5844                 give a little more width to the combos
5845         * src/prefs_display_header.c
5846         * src/textview.c
5847                 translate headers if prefs_common.trans_hdr
5848                 is TRUE
5849
5850         Patches by Pawel Pekala
5851
5852 2006-03-12 [paul]       2.0.0cvs134
5853
5854         * src/plugins/clamav/clamav_plugin.c
5855         * src/plugins/dillo_viewer/dillo_viewer.c
5856         * src/plugins/pgpcore/plugin.c
5857         * src/plugins/pgpinline/plugin.c
5858         * src/plugins/pgpmime/plugin.c
5859         * src/plugins/spamassassin/spamassassin.c
5860                 update/add to descriptions
5861         * src/plugins/spamassassin/spamassassin_gtk.c
5862                 fixes to the english, remove superfluous
5863                 tooltips, clean up a little
5864
5865 2006-03-12 [paul]       2.0.0cvs133
5866
5867         * src/compose.c
5868                 fix Bug 924, 'Account combo box shows up wrong 
5869                 if & is in account name'
5870
5871 2006-03-11 [colin]      2.0.0cvs132
5872
5873         * src/summaryview.c
5874                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5875                 messed up shift-selection because is slows down
5876                 moving around summaryview. thanks -users
5877
5878 2006-03-10 [colin]      2.0.0cvs131
5879
5880         * src/plugins/spamassassin/spamassassin_gtk.c
5881                 Put back Paul's engrish fixes
5882
5883 2006-03-10 [colin]      2.0.0cvs130
5884
5885         * src/plugins/spamassassin/spamassassin.c
5886         * src/plugins/spamassassin/spamassassin.h
5887         * src/plugins/spamassassin/spamassassin_gtk.c
5888                 Cleanup SA prefs page (more)
5889                 Patch by Fabien Vantard
5890
5891 2006-03-10 [paul]       2.0.0cvs129
5892
5893         * src/prefs_msg_colors.c
5894         * src/prefs_spelling.c
5895                 widget sensitivity
5896
5897 2006-03-09 [mones]      2.0.0cvs128
5898
5899         * po/es.po
5900                 Update for next RC
5901
5902 2006-03-09 [wwp]        2.0.0cvs127
5903
5904         * configure.ac
5905                 revert accidental commit (requirement for libetpan 0.43), this time
5906                 not in HEAD.
5907
5908 2006-03-09 [wwp]        2.0.0cvs125
5909
5910         * configure.ac
5911                 revert accidental commit (requirement for libetpan 0.43)
5912
5913 2006-03-09 [paul]       2.0.0cvs126
5914
5915         * src/prefs_receive.c
5916                 remove useless frame
5917                 replace 'incorporation' with 'receiving'
5918         * src/plugins/clamav/clamav_plugin_gtk.c
5919         * src/plugins/spamassassin/spamassassin_gtk.c
5920                 improve widget sensitivity
5921                 fix a bit his engrish
5922
5923 2006-03-09 [wwp]        2.0.0cvs125
5924
5925         * src/addressadd.c
5926         * src/foldersel.c
5927         * src/prefs_common.c
5928         * src/prefs_common.h
5929                 remember some more windows' sizes (add to addressbook and
5930                 select folder).
5931
5932 2006-03-09 [paul]       2.0.0cvs124
5933
5934         * src/plugins/pgpcore/prefs_gpg.c
5935                 normalise construction of dialogue
5936
5937 2006-03-09 [paul]       2.0.0cvs123
5938
5939         * src/plugins/trayicon/Makefile.am
5940                 add missing slash
5941
5942 2006-03-08 [colin]      2.0.0cvs122
5943
5944         * src/plugins/trayicon/Makefile.am
5945                 Fix build in separate dir 
5946                 Patch by Bamanzi <bamanzi@gmail.com>
5947
5948 2006-03-08 [colin]      2.0.0cvs121
5949
5950         * src/procmsg.c
5951                 Batch move and copies from summaryview with delayed execution
5952                 too
5953
5954 2006-03-07 [paul]       2.0.0cvs120
5955
5956         * src/common/utils.c
5957                 fix highlighting of URIs containing "()"
5958                 Patch by Pawel Pekala
5959
5960 2006-03-07 [paul]       2.0.0cvs119
5961
5962         * src/folder.c
5963         * src/folder.h
5964         * src/folderview.c
5965                 immediately do alphabetical resort when
5966                 changing a folder's name
5967                 Patch by Pawel Pekala
5968
5969 2006-03-07 [paul]       2.0.0cvs118
5970
5971         * src/news.c
5972         * src/news_gtk.c
5973                 when unsubscribing a newsgroup, remove the
5974                 folder and msgs in .sylpheed-claws/newscache
5975                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5976
5977 2006-03-07 [paul]       2.0.0cvs117
5978
5979         * src/textview.c
5980                 fix wrong Fake URL Warning
5981                 Thanks to Hiro
5982
5983 2006-03-07 [colin]      2.0.0cvs116
5984
5985         * src/imap.c
5986                 Return immediately when password dialog was
5987                 cancelled
5988         * src/gtk/inputdialog.c
5989                 Allow empty strings for passwords
5990
5991
5992 2006-03-06 [colin]      2.0.0cvs115
5993
5994         * src/imap.c
5995                 Prevent double-timeouts when connection fails
5996
5997 2006-03-06 [colin]
5998
5999         2.0.1-rc1 released
6000
6001 2006-03-06 [colin]      2.0.0cvs114
6002
6003         * src/imap.c
6004                 Refresh session during potentially long
6005                 operations
6006
6007 2006-03-06 [wwp]        2.0.0cvs113
6008
6009         * src/prefs_msg_colors.h
6010                 forgot that one (custom color labels).
6011
6012 2006-03-06 [wwp]        2.0.0cvs112
6013
6014         * src/prefs_common.c
6015         * src/prefs_common.h
6016         * src/prefs_msg_colors.c
6017         * src/summaryview.c
6018         * src/summaryview.h
6019         * src/gtk/colorlabel.c
6020         * src/gtk/colorlabel.h
6021                 colors in messages list are now customizable. Color values and names can
6022                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
6023                 Thanks to Paul and Colin for their help with this longstanding patch!
6024
6025 2006-03-06 [wwp]        2.0.0cvs111
6026
6027         * src/textview.c
6028                 don't crash if (x)face is bad.
6029
6030 2006-03-05 [paul]       2.0.0cvs110
6031
6032         * AUTHORS
6033         * configure.ac
6034         * src/Makefile.am
6035         * src/common/Makefile.am
6036         * src/common/utils.h
6037         * src/etpan/imap-thread.c
6038         * src/gtk/authors.h
6039         * src/plugins/clamav/Makefile.am
6040         * src/plugins/demo/Makefile.am
6041         * src/plugins/dillo_viewer/Makefile.am
6042         * src/plugins/pgpcore/Makefile.am
6043         * src/plugins/pgpcore/passphrase.c
6044         * src/plugins/pgpinline/Makefile.am
6045         * src/plugins/pgpmime/Makefile.am
6046         * src/plugins/spamassassin/Makefile.am
6047         * src/plugins/trayicon/Makefile.am
6048                 fix builiding on cygwin
6049                 Patch by Ralgh Young <bamanzi@gmail.com>
6050
6051 2006-03-04 [wwp]        2.0.0cvs109
6052
6053         * manual/keyboard.xml
6054                 fix mixed up/down keys.
6055
6056 2006-03-04 [wwp]        2.0.0cvs108
6057
6058         * README
6059         * INSTALL
6060                 updated links to SpamAssassin.
6061
6062 2006-03-04 [wwp]        2.0.0cvs107
6063
6064         * manual/plugins.xml
6065         * src/plugins/spamassassin/README
6066                 updated SpamAssassin plugin docs to reflect new functional additions
6067                 (also fix/update/documents few technical stuff more, see the README).
6068
6069 2006-03-04 [wwp]        2.0.0cvs106
6070
6071         * src/prefs_message.c
6072                 normalized capitalization of message-prefs paths.
6073
6074 2006-03-04 [wwp]        2.0.0cvs105
6075
6076         * manual/advanced.xml
6077                 typo.
6078
6079 2006-03-03 [colin]      2.0.0cvs104
6080
6081         * src/plugins/clamav/clamav_plugin_gtk.c
6082                 Rework prefs page, patch by Fabien 
6083
6084 2006-03-03 [colin]      2.0.0cvs103
6085
6086         * src/plugins/clamav/clamav_plugin.c
6087                 Set error on all errors
6088
6089 2006-03-03 [colin]      2.0.0cvs102
6090
6091         * src/common/plugin.c
6092                 Initialize error to avoid crashing when a plugin fails
6093                 without setting error
6094
6095 2006-03-02 [wwp]        2.0.0cvs101
6096
6097         * configure.ac
6098                 fixed linker flags for libetpan support on Cygwin
6099                 (thanks to H.Merijn Brand).
6100
6101 2006-03-02 [wwp]        2.0.0cvs100
6102
6103         * src/addressbook.c
6104                 fix some AB error messages: one for punctuation and
6105                 one wrongly duplicate (thanks, maxbritov).
6106
6107 2006-03-02 [wwp]        2.0.0cvs99
6108
6109         * src/plugins/spamassassin/spamassassin.c
6110                 make sync calls to sa-learn/spamc to prevent
6111                 system (whatever local or client/server) overload.
6112
6113 2006-03-02 [colin]      2.0.0cvs98
6114
6115         * src/summaryview.c
6116                 Put the spam icon in the status column instead of the
6117                 mark one
6118
6119 2006-03-01 [colin]      2.0.0cvs97
6120
6121         * src/plugins/spamassassin/spamassassin.c
6122                 Fix segfault (g_file_set_contents fails for some 
6123                 reason and err==0x2f. Can't find out why with
6124                 valgrind, using working function :-)
6125
6126 2006-03-01 [colin]      2.0.0cvs96
6127
6128         * src/inc.c
6129                 Offline overriding: let 'No' be cached only 3 seconds
6130
6131 2006-03-01 [colin]      2.0.0cvs95
6132
6133         * src/addr_compl.c
6134         * src/addrbook.c
6135         * src/addressbook.c
6136         * src/addrindex.c
6137         * src/folder_item_prefs.c
6138         * src/headerview.c
6139         * src/imap.c
6140         * src/inc.c
6141         * src/ldif.c
6142         * src/mainwindow.c
6143         * src/mh.c
6144         * src/msgcache.c
6145         * src/prefs_common.h
6146         * src/prefs_msg_colors.c
6147         * src/procheader.c
6148         * src/procheader.h
6149         * src/procmime.c
6150         * src/procmsg.c
6151         * src/procmsg.h
6152         * src/send_message.h
6153         * src/simple-gettext.c
6154         * src/summaryview.c
6155         * src/summaryview.h
6156         * src/syldap.c
6157         * src/textview.c
6158         * src/undo.c
6159         * src/common/ssl_certificate.c
6160         * src/common/utils.c
6161         * src/gtk/colorsel.c
6162         * src/gtk/gtksctree.c
6163         * src/gtk/gtkshruler.c
6164         * src/plugins/trayicon/trayicon.c
6165                 #if 0 goes to /dev/null
6166
6167 2006-03-01 [colin]      2.0.0cvs94
6168
6169         * src/compose.c
6170         * src/imap.c
6171         * src/inc.c
6172         * src/inc.h
6173         * src/messageview.c
6174         * src/news.c
6175         * src/plugins/spamassassin/spamassassin.c
6176                 Allow to add information in the "working offline"
6177                 window
6178
6179 2006-03-01 [wwp]        2.0.0cvs93
6180
6181         * src/plugins/spamassassin/spamassassin.c
6182                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6183                 'cause it seems that calling `spamc ... < inputfile` with
6184                 g_spawn_(a)sync simply.. erm doesn't work :-).
6185
6186 2006-03-01 [wwp]        2.0.0cvs92
6187
6188         * src/toolbar.c
6189         * src/toolbar.h
6190                 simplify the adding of spam/ham button to the messageview toolbar
6191                 (it gets more clear now that the same button will be "Mark as spam"
6192                 or "Mark as ham" according to the current message status,
6193                 thanks to Colin).
6194
6195 2006-03-01 [wwp]        2.0.0cvs91
6196
6197         * src/messageview.c
6198         * src/procmsg.c
6199         * src/procmsg.h
6200         * src/summaryview.c
6201         * src/plugins/spamassassin/spamassassin.c
6202         * src/plugins/spamassassin/spamassassin.h
6203                 make learner callbacks return a status (0 for ok),
6204                 handle it in main code to avoid setting flags when learning failed,
6205                 don't learn on TCP if offline in spamassassin,
6206                 thanks to Colin.
6207
6208                 
6209
6210 2006-03-01 [wwp]        2.0.0cvs90
6211
6212         * src/compose.c
6213                 some work around the compose window's account menu,
6214                 patch by Fabien Vantard.
6215
6216 2006-03-01 [wwp]        2.0.0cvs89
6217
6218         * src/plugins/spamassassin/spamassassin.c
6219                 fixed bad logics, was using spamc in local mode and sa-learn
6220                 in remote mode (thanks, Colin).
6221
6222 2006-03-01 [wwp]        2.0.0cvs88
6223
6224         * src/plugins/spamassassin/spamassassin.c
6225         * src/plugins/spamassassin/spamassassin.h
6226         * src/plugins/spamassassin/spamassassin_gtk.c
6227                 made processing of emails w/ sa-plugin an option (default is TRUE),
6228                 fixed Engrish some tooltips, capitalization of some debug messages
6229                 and warnings. The spamassassin plugin now provides two separate
6230                 services: process emails upon incorporation and spamd training.
6231                 Both services (un)register independently but use some common
6232                 plugin settings (transport settings, spam storage location).
6233
6234 2006-02-28 [wwp]        2.0.0cvs87
6235
6236         * src/plugins/spamassassin/spamassassin.c
6237                 fix async flag to spamc cmdline execution (batch exec should
6238                 be asynchronous).
6239
6240 2006-02-27 [wwp]        2.0.0cvs86
6241
6242         * src/plugins/spamassassin/spamassassin.c
6243         * src/plugins/spamassassin/spamassassin.h
6244         * src/plugins/spamassassin/spamassassin_gtk.c
6245                 - added the ability to learn a remote spamassassin server (spamd),
6246                 using spamc.
6247                 - added the spamassassin option 'username', that applies to all
6248                 spamassassin operations (filtering, learning, local or remote).
6249                 The default username is the current unix user (if left blank
6250                 from gtk prefs or config file).
6251                 - commented out some unused code (notebook widget), removed unused
6252                 layout (hbox1).
6253                 - make more widgets sensitive to the transport type.
6254
6255 2006-02-27 [colin]      2.0.0cvs85
6256
6257         * src/plugins/spamassassin/spamassassin.c
6258                 Fix sa-learn call when offline
6259
6260 2006-02-27 [colin]      2.0.0cvs84
6261
6262         * configure.ac
6263         * src/Makefile.am
6264         * src/mainwindow.c
6265         * src/mainwindow.h
6266         * src/messageview.c
6267         * src/messageview.h
6268         * src/prefs_toolbar.c
6269         * src/procmsg.c
6270         * src/stock_pixmap.c
6271         * src/stock_pixmap.h
6272         * src/summaryview.c
6273         * src/toolbar.c
6274         * src/toolbar.h
6275         * src/pixmaps/ham_btn.xpm
6276         * src/pixmaps/spam.xpm
6277         * src/pixmaps/spam_btn.xpm
6278         * src/plugins/spamassassin/spamassassin.c
6279                 Add button in toolbar for spam learning
6280                 Fix a few bugs from the last related commit
6281                 Revert 1.9.6cvs23 which messed up shift-selection
6282
6283 2006-02-24 [colin]      2.0.0cvs83
6284
6285         * src/procmsg.c
6286         * src/summaryview.c
6287         * src/summaryview.h
6288         * src/plugins/spamassassin/spamassassin.c
6289         * src/plugins/spamassassin/spamassassin.h
6290         * src/plugins/spamassassin/spamassassin_gtk.c
6291                 Unregister learner when spamassassin is either
6292                 disabled or over tcp
6293
6294 2006-02-24 [colin]      2.0.0cvs82
6295
6296         * src/Makefile.am
6297         * src/mainwindow.c
6298         * src/mainwindow.h
6299         * src/procmsg.c
6300         * src/procmsg.h
6301         * src/stock_pixmap.c
6302         * src/stock_pixmap.h
6303         * src/summaryview.c
6304         * src/summaryview.h
6305         * src/gtk/icon_legend.c
6306         * src/pixmaps/spam.xpm  ** NEW FILE **
6307         * src/plugins/spamassassin/spamassassin.c
6308         * src/plugins/spamassassin/spamassassin_gtk.c
6309                 Add spam learning interface (Mark/Mark as 
6310                 (spam|ham) menus)
6311
6312 2006-02-24 [wwp]        2.0.0cvs81
6313
6314         * src/compose.c
6315         * src/compose.h
6316         * src/filtering.c
6317                 hide compose window when sending message in batch mode
6318                 (filtering: forward and redirect). Also fixed a wrong
6319                 value returned when sending failed, neutral anyway.
6320                 (Colin, me) 
6321
6322 2006-02-24 [wwp]        2.0.0cvs80
6323
6324         * src/mainwindow.c
6325                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6326
6327 2006-02-24 [paul]       2.0.0cvs79
6328
6329         * src/news.c
6330         * src/news.h
6331         * src/news_gtk.c
6332                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6333                 Thanks to Colin
6334
6335 2006-02-23 [colin]      2.0.0cvs78
6336
6337         * src/alertpanel.c
6338                 Change OK to Close in alertpanel with View log
6339                 button; add accel to View log. Patch by Fabien
6340                 Vantard
6341
6342 2006-02-23 [wwp]        2.0.0cvs77
6343
6344         * src/compose.c
6345                 silly me, there were much more tests to perform, since toolbars can
6346                 really have down to 1 element only.
6347
6348 2006-02-23 [wwp]        2.0.0cvs76
6349
6350         * commitHelper
6351                 fixed indentation from my previous commit. Fallback to VISUAL if
6352                 EDITOR is not set (and to vi, at last resort).
6353
6354 2006-02-23 [wwp]        2.0.0cvs75
6355
6356         * commitHelper
6357                 improved error detection (Colin, me).
6358
6359 2006-02-23 [wwp]        2.0.0cvs74
6360
6361         * src/prefs_toolbar.c
6362                 simplify and fix prefs/toolbars layouting. Combos' contents can
6363                 now be really displayed.
6364
6365 2006-02-23 [wwp]        2.0.0cvs73
6366         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6367         be really displayed.
6368
6369 2006-02-22 [wwp]        2.0.0cvs72
6370
6371         * src/compose.c
6372                 fix a typo in my previous commit (sorry!).
6373
6374 2006-02-22 [wwp]        2.0.0cvs71
6375
6376         * src/prefs_toolbar.c
6377                 fix a crash when adding separators to toolbars,
6378                 also fix some separator item information.
6379
6380 2006-02-22 [wwp]        2.0.0cvs70
6381
6382         * src/compose.c
6383                 fix a crash when redirecting (for instance) when compose window's
6384                 toolbar contents has been customized (when some buttons have been
6385                 removed in fact).
6386
6387 2006-02-21 [wwp]        2.0.0cvs69
6388
6389         * src/summaryview.c
6390         * src/gtk/pluginwindow.c
6391         * src/plugins/pgpcore/prefs_gpg.c
6392                 fix some compilation warnings (feat. remains of removed code).
6393
6394 2006-02-21 [wwp]        2.0.0cvs68
6395
6396         * src/gtk/gtkutils.c
6397                 fix two compilation issues, thanks to Stephan Sachse.
6398
6399 2006-02-20 [colin]      2.0.0cvs67
6400
6401         * src/mainwindow.c
6402                 Don't reselect displayed mail on refocus
6403                 This fixes actions misbehaving 
6404
6405 2006-02-20 [wwp]        2.0.0cvs66
6406
6407         * src/summaryview.c
6408         * src/gtk/gtksctree.c
6409         * src/gtk/gtkshruler.c
6410                 changed more runtime typecast checks.
6411
6412 2006-02-20 [wwp]        2.0.0cvs65
6413
6414         * src/summary_search.c
6415                 find all - summaryview refresh issue fixed, thanks to Colin.
6416
6417 2006-02-20 [wwp]        2.0.0cvs64
6418
6419         * src/gtk/gtkutils.c
6420                 better runtime typecast checks.
6421
6422 2006-02-20 [wwp]        2.0.0cvs63
6423
6424         * src/summary_search.c
6425                 enhancements to the summary search:
6426                         - add the ability to stop the running search
6427                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6428                         - don't search if no criteria (From/To/Subject/Body) is set
6429                         - ensure that a busy mouse pointer is always shown when searching,
6430                           show it even a bit earlier
6431
6432 2006-02-19 [colin]      2.0.0cvs62
6433
6434         * src/compose.c
6435         * src/imap.c
6436         * src/etpan/imap-thread.c
6437         * src/etpan/imap-thread.h
6438                 (Future) IMAP speed improvement on sending
6439                 Will require a libetpan update
6440         * src/summaryview.c
6441         * src/gtk/quicksearch.c
6442                 Make quicksearch clearable while running.
6443
6444 2006-02-17 [colin]      2.0.0cvs61
6445
6446         * src/imap.c
6447         * src/etpan/imap-thread.c
6448         * src/etpan/imap-thread.h
6449                 Check for IMAP certificates
6450                 ** Requires libetpan-0.42-cvs4 
6451                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6452
6453 2006-02-17 [colin]      2.0.0cvs60
6454
6455         * src/messageview.c
6456         * src/prefs_common.c
6457         * src/prefs_common.h
6458         * src/prefs_message.c
6459                 Add pref to display HTML-only mails with plugin, 
6460                 if possible (defaulting to FALSE of course).
6461
6462 2006-02-16 [colin]      2.0.0cvs59
6463
6464         * src/main.c
6465         * src/common/plugin.c
6466         * src/common/plugin.h
6467         * src/gtk/pluginwindow.c
6468                 Keep track of requested (but unloaded) plugins
6469                 in some error cases.
6470
6471 2006-02-16 [wwp]        2.0.0cvs58
6472
6473         * src/gtk/gtkaspell.c
6474         * src/gtk/gtkaspell.h
6475         * src/prefs_spelling.c
6476         * src/compose.c
6477         * src/prefs_common.c
6478         * src/prefs_common.h
6479                 implemented new optional spellchecker behaviour: re-check message when
6480                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6481
6482 2006-02-16 [wwp]        2.0.0cvs57
6483
6484         * src/quote_fmt_parse.y
6485                 pclose popen'ed pipe.
6486
6487 2006-02-15 [colin]      2.0.0cvs56
6488
6489         * src/mimeview.c
6490         * src/mimeview.h
6491                 Let MimeViewers know which MimeView they
6492                 depend of.
6493         * src/summaryview.c
6494                 Swap From/To columns in Sent/Queue/Drafts
6495                 folders
6496         * src/etpan/imap-thread.c
6497                 Use mailstream_low_tls_open() for STARTTLS
6498                 instead of mailstream_low_ssl_open()
6499                 ** REQUIRES libetpan 0.42cvs3 **
6500
6501 2006-02-15 [wwp]        2.0.0cvs55
6502
6503         * src/compose.c
6504         * src/compose.h
6505         * src/message_search.c
6506         * src/message_search.h
6507         * src/textview.c
6508         * src/gtk/gtkutils.c
6509         * src/gtk/gtkutils.h
6510                 added the ability to Find text in the compose window (and a bit
6511                 of code factorization).
6512
6513 2006-02-15 [wwp]        2.0.0cvs54
6514
6515         * src/prefs_gtk.c
6516                 yet another one file was missing (fix for some widgets' sensitivity).
6517                 Thanks Colin!
6518
6519 2006-02-15 [wwp]        2.0.0cvs53
6520
6521         * src/prefs_gtk.h
6522                 oops forgot that file (fix for some widgets' sensitivity).
6523
6524 2006-02-15 [wwp]        2.0.0cvs52
6525
6526         * src/summary_search.c
6527                 implemented advanced summary search options (added the ability
6528                 to use matcher conditions in an advanced search mode).
6529
6530 2006-02-15 [wwp]        2.0.0cvs51
6531
6532         * src/plugins/pgpcore/prefs_gpg.c
6533         * src/prefs_account.c
6534                 fix some widget sensitivity, mostly around some labels in
6535                 account prefs.
6536
6537 2006-02-15 [paul]       2.0.0cvs50
6538
6539         * manual/advanced.xml
6540                 improve Templates info
6541                 written by wwp
6542
6543 2006-02-14 [colin]      2.0.0cvs49
6544
6545         * src/pixmaps/address_book.xpm
6546         * src/pixmaps/preferences.xpm
6547         * src/pixmaps/properties.xpm
6548                 Fix pixmap size - patch by Fabien Vantard
6549
6550 2006-02-13 [colin]      2.0.0cvs48
6551
6552         * src/procmime.c
6553                 Add missing fclose()s on error
6554         * src/textview.c
6555                 Remove unused code
6556         * src/common/utils.c
6557                 Fix temp files not being deleted on windows
6558         Patches by Thomas Gilgin
6559
6560 2006-02-13 [colin]      2.0.0cvs47
6561
6562         * src/mainwindow.c
6563                 Fix exit crash
6564
6565 2006-02-13 [wwp]        2.0.0cvs46
6566
6567         * src/plugins/pgpcore/prefs_gpg.c
6568                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6569
6570 2006-02-12 [colin]      2.0.0cvs45
6571
6572         * src/folderview.c
6573         * src/main.c
6574         * src/mainwindow.c
6575                 Fix "stuff" when quitting
6576
6577 2006-02-12 [wwp]        2.0.0cvs44
6578
6579         * src/prefs_themes.c
6580                 fix typos in debug messages.
6581
6582 2006-02-11 [colin]      2.0.0cvs43
6583
6584         * src/summaryview.c
6585                 don't allow drag/drop from ourself
6586
6587 2006-02-10 [wwp]        2.0.0cvs42
6588
6589         * src/exporthtml.c
6590         * src/html.c
6591         * src/html.h
6592         * src/procmime.c
6593         * src/textview.c
6594                 renamed html_ prefixed functions and data structures to avoid
6595                 namespace clashes w/ other software (gtkhtml2 for instance).
6596                 Closes bug #907.
6597
6598
6599 2006-02-09 [colin]      2.0.0cvs41
6600
6601         * src/summaryview.c
6602                 Fix shitty logic messed up. Thanks Ticho for the hint!
6603
6604 2006-02-09 [wwp]        2.0.0cvs40
6605
6606         * src/gtk/about.c
6607         * src/compose.c
6608         * src/prefs_account.c
6609         * src/prefs_gtk.h
6610         * src/editaddress.c
6611                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6612                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6613                 Browse buttons in accounts prefs.
6614
6615 2006-02-09 [colin]      2.0.0cvs39
6616
6617         * src/matcher.c
6618                 Check for pointer before using its members
6619         * src/gtk/gtksourceprintjob.c
6620                 Fix a wrong warning
6621
6622 2006-02-09 [wwp]        2.0.0cvs38
6623
6624         * src/gtk/filesel.c
6625                 fix few compiler warnings (type mismatch).
6626
6627 2006-02-09 [paul]       2.0.0cvs37
6628
6629         * po/fr.po
6630                 updated by Fabien Vantard
6631
6632 2006-02-08 [colin]      2.0.0cvs36
6633
6634         * src/prefs_common.c
6635         * src/common/defs.h
6636         * src/common/plugin.c
6637                 allow windows and linux configurations to coexist
6638                 patch by Thomas Gilgin
6639
6640 2006-02-08 [colin]      2.0.0cvs35
6641
6642         * src/filtering.c
6643         * src/matcher.c
6644         * src/matcher.h
6645         * src/matcher_parser_parse.y
6646         * src/prefs_filtering_action.c
6647         * src/prefs_matcher.c
6648                 Add the "Ignore thread" filtering
6649                 action
6650
6651 2006-02-08 [colin]      2.0.0cvs34
6652
6653         * src/compose.c
6654         * src/procmime.c
6655         * src/procmime.h
6656                 Fix bug #905 (damaged attachment)
6657                 text files with raw \0's aren't really text files
6658         FOR_STABLE
6659
6660 2006-02-08 [colin]      2.0.0cvs33
6661
6662         * src/summaryview.c
6663                 Fix crasher introduced yesterday
6664
6665 2006-02-08 [wwp]        2.0.0cvs32
6666
6667         * src/compose.c
6668         * src/compose.h
6669                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6670
6671 2006-02-08 [wwp]        2.0.0cvs31
6672
6673         * src/prefs_template.c
6674                 templates enhancement: allow address completion for Cc and Bcc fields
6675                 (it was currently possible for the To field only)
6676
6677 2006-02-08 [colin]      2.0.0cvs30
6678
6679         * src/compose.c
6680                 Don't unblock if not blocked
6681         FOR_STABLE
6682
6683 2006-02-07 [colin]      2.0.0cvs29
6684
6685         * src/action.c
6686                 Forgot to refresh summaryview
6687
6688 2006-02-07 [colin]      2.0.0cvs28
6689
6690         * src/action.c
6691                 Freeze/thaw message list and folder list while
6692                 processing %as{} actions 
6693         * src/compose.c
6694                 Fix auto-wrap disabling after a middle-click
6695                 paste - FOR_STABLE
6696
6697 2006-02-07 [paul]       2.0.0cvs27
6698
6699         * src/folder.c
6700                 fix freeing of uninitialised pointers
6701                 Thanks to Colin
6702
6703 2006-02-06 [colin]      2.0.0cvs26
6704
6705         * src/folder.c
6706                 Use g_slist_prepend in potentially big list
6707
6708 2006-02-06 [colin]      2.0.0cvs25
6709
6710         * src/folder.c
6711                 Completely skip processing if it doesn't 
6712                 exist (faster!)
6713
6714 2006-02-06 [colin]      2.0.0cvs24
6715
6716         * src/folder.c
6717         * src/summaryview.c
6718                 Batch filtering in summaryview (from Tools menu)
6719                 and pre/post//-processing too
6720
6721 2006-02-06 [colin]      2.0.0cvs23
6722
6723         * src/procmsg.h
6724         * src/filtering.c
6725                 Use a special field for batch filtering instead
6726                 of stepping on deferred execution's toes
6727
6728 2006-02-06 [colin]      2.0.0cvs22
6729
6730         * src/action.c
6731         * src/filtering.c
6732         * src/filtering.h
6733         * src/folder.c
6734         * src/summaryview.c
6735                 Fix filtering via menus and actions
6736
6737 2006-02-06 [colin]      2.0.0cvs21
6738
6739         * src/imap.c
6740                 Put the added file directly to cache if possible (will work
6741                 with next libetpan)
6742         * src/filtering.c
6743         * src/filtering.h
6744         * src/inc.c
6745         * src/folder.c
6746         * src/mbox.c
6747         * src/procmsg.h
6748                 Move and copy filtered messages by batches instead of one
6749                 by one - faster on IMAP
6750         * src/procmsg.c
6751                 Add a function that'll possibly be useful later
6752
6753 2006-02-06 [colin]      2.0.0cvs20
6754
6755         * src/addressbook.c
6756                 Use internal mime-type instead of text/plain for d'n'd
6757         * src/compose.c
6758                 Allow attaching files from mimeview's icon list via d'n'd
6759         * src/folderview.c
6760         * src/folderview.h
6761                 Use internal mime-type instead of text/plain for d'n'd
6762                 Don't try to selected opened folder if none is
6763                 Factorize d'n'd from other apps code
6764         * src/headerview.c
6765         * src/textview.c
6766         * src/gtk/gtkutils.c
6767         * src/gtk/gtkutils.h
6768                 Factorize Face/X-Face stuff
6769         * src/mimeview.c
6770                 Fix d'n'd to other apps
6771         * src/prefs_message.c
6772                 Let the XFace pref be usable without libcompface as it also
6773                 applies to Face
6774         * src/summaryview.c
6775                 Fix d'n'd to other apps
6776                 Factorize d'n'd from other apps code
6777
6778 2006-02-06 [wwp]        2.0.0cvs19
6779
6780         * po/it.po
6781                 Italian translation fixes by Andrea Spadaccini (no more confusion
6782                 between filtering and processing, and few changes in the About
6783                 dialog).
6784
6785
6786 2006-02-06 [mones]      2.0.0cvs18
6787
6788         * src/gtk/icon_legend.c
6789                 Improved descriptions allowing better translations
6790
6791 2006-02-05 [colin]      2.0.0cvs17
6792
6793         * src/imap.c
6794                 Add the f*cking missing expunge that caused imap_fetch_env
6795                 to fail after an add_msgs ! :-///
6796         * src/etpan/imap-thread.c
6797                 Add a bit of debug
6798         FOR_STABLE
6799
6800 2006-02-05 [colin]      2.0.0cvs16
6801
6802         * src/common/utils.c
6803                 Don't check for return-path (or we can't put
6804                 back non-sent mails)
6805
6806 2006-02-05 [colin]      2.0.0cvs15
6807
6808         * src/textview.c
6809                 Don't try to display Face header in textview
6810                 when teh headerview's active
6811
6812 2006-02-05 [colin]      2.0.0cvs14
6813
6814         * tools/tbird2syl.py
6815         * tools/Makefile.am
6816                 Add script to import Thunderbird mails
6817
6818 2006-02-05 [colin]      2.0.0cvs13
6819
6820         * src/headerview.c
6821         * src/procheader.c
6822         * src/procmsg.c
6823         * src/procmsg.h
6824         * src/textview.c
6825                 Show Face headers - patch partially by Klaus Flittner
6826
6827 2006-02-05 [colin]      2.0.0cvs12
6828
6829         * src/folderview.c
6830         * src/summaryview.c
6831         * src/common/utils.c
6832         * src/common/utils.h
6833                 Let dnd work from mime icons to summaryview
6834                 and to folderview too
6835                 Add a crude test to avoid trying to add files
6836                 drag'n'dropped when they're not mails
6837
6838 2006-02-04 [colin]      2.0.0cvs11
6839
6840         * src/summaryview.c
6841         * src/mimeview.c
6842                 Fix utf8 conversion
6843
6844 2006-02-04 [colin]      2.0.0cvs10
6845
6846         * src/compose.c
6847         * src/folderview.c
6848         * src/mimeview.c
6849         * src/summaryview.c
6850         * src/summaryview.h
6851                 Added various drag and drop capas:
6852                 From                    To
6853                 summaryview             other apps
6854                 mimeview icons          other apps
6855                 other apps              summaryview
6856                 other apps              folderview
6857
6858                 This shouldn't have broken the existing:
6859                 From                    To
6860                 summaryview             folderview
6861                 folderview              folderview
6862                 summaryview             compose's attachments
6863
6864         Tests welcomed.
6865
6866 2006-02-02 [paul]       2.0.0cvs9
6867
6868         * src/mainwindow.c
6869                 move global option 'Set displayed columns...' out
6870                 of folder option grouping.
6871                 fix sensitivity of 'harvest addresses'
6872         FOR_STABLE
6873
6874 2006-02-01 [colin]      2.0.0cvs8
6875
6876         * src/mimeview.c
6877                 Revert the alertpanel patch, it sucks (intrusive
6878                 and gets in the way of "open")
6879
6880 2006-02-01 [colin]      2.0.0cvs7
6881
6882         * src/compose.c
6883         * src/prefs_account.c
6884         * src/prefs_common.c
6885         * src/common/defs.h
6886         * src/common/utils.c
6887         * src/common/utils.h
6888                 Add ability to edit the signature file
6889                 from the account preferences, and use
6890                 a default for the text editor.
6891                 Patch by Fabien Vantard
6892
6893 2006-02-01 [colin]      2.0.0cvs6
6894
6895         * src/mimeview.c
6896                 Try to get mime type by extension if it is
6897                 application/octet-stream
6898                 Display a window with possible choices when
6899                 encountering unknown mime types
6900         * src/gtk/filesel.c
6901         * src/gtk/filesel.h
6902                 Add preview
6903                 Allow multiple selection in filtered filesel
6904                 (patch by Fabien Vantard)
6905         * src/gtk/pluginwindow.c
6906                 Use it (patch by Fabien Vantard)
6907
6908 2006-02-01 [paul]       2.0.0cvs5
6909
6910         * src/jpilot.c
6911                 fix crash on creating jpilot address book
6912                 Thanks to Colin - FOR_STABLE
6913         * src/prefs_summaries.c
6914         * src/prefs_wrapping.c
6915         * src/gtk/icon_legend.c
6916         * src/gtk/quicksearch.c
6917                 string fixes and additions
6918
6919 2006-02-01 [paul]       2.0.0cvs4
6920
6921         * src/compose.c
6922         * src/mainwindow.c
6923         * src/messageview.c
6924         * src/prefs_send.c
6925                 add Arabic encoding option
6926                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6927
6928 2006-01-31 [colin]      2.0.0cvs3
6929
6930         * src/plugins/pgpcore/passphrase.c
6931                 Convert passphrase to locale encoding
6932         * src/compose.c
6933                 Fix drafting on IMAP. Crappy bug sneaked in
6934                 the release :-/
6935         FOR_STABLE
6936
6937 2006-01-30 [paul]       2.0.0cvs2
6938
6939         * src/gtk/icon_legend.c
6940                 show the new entries
6941
6942 2006-01-30 [colin]      2.0.0cvs1
6943
6944         * src/manual.c
6945                 Check for the file to be present before 
6946                 enabling the menu - FOR_STABLE
6947         * src/gtk/icon_legend.c
6948                 Add folders icons (not all of them, there
6949                 are too much, but the most intriguing ones)
6950
6951 2006-01-30 [paul]       2.0.0
6952
6953         version 2.0.0 released
6954
6955 2006-01-30 [paul]       1.9.100cvs200
6956
6957         * manual/faq.xml
6958         * manual/gpl.xml
6959         * manual/intro.xml
6960         * manual/starting.xml
6961         * manual/sylpheed-claws-manual.xml
6962                 fixes, additions
6963
6964 2006-01-29 [mones]      1.9.100cvs199
6965
6966         * manual/account.xml
6967         * manual/advanced.xml
6968         * manual/glossary.xml
6969                 Some typos fixed, added LDIF term to glossary
6970         * po/es.po
6971                 Fixed leading plus symbol
6972
6973 2006-01-29 [paul]       1.9.100cvs198
6974
6975         * po/fi.po
6976         * po/sk.po
6977                 updated by Tommi Pirinen and Andrej Kacian
6978
6979 2006-01-29 [paul]       1.9.100cvs197
6980
6981         * src/gtk/authors.h
6982                 remove duplicates
6983
6984 2006-01-29 [paul]       1.9.100cvs196
6985
6986         * AUTHORS
6987         * po/nl.po
6988         * src/gtk/authors.h
6989         * tools/claws.i18n.status.pl
6990                 nl translation updated by Tim Dijkstra
6991
6992 2006-01-29 [paul]       1.9.100cvs195
6993
6994         * po/sr.po
6995         * po/sv.po
6996                 updated by Aleksandar Urosevic and Anders Troback
6997
6998 2006-01-28 [colin]      1.9.100cvs194
6999
7000         * src/gtk/gtksourceprintjob.c
7001                 Don't fiddle with PangoLayout when we
7002                 have an image
7003
7004 2006-01-28 [paul]       1.9.100cvs193
7005
7006         * AUTHORS
7007         * po/el.po
7008         * po/zh_CN.po
7009         * src/gtk/authors.h
7010         * tools/claws.i18n.status.pl
7011                 updated translations submitted by Stavros Giannouris
7012                 and Ralgh Young
7013
7014 2006-01-27 [colin]      1.9.100cvs192
7015
7016         * src/summaryview.c
7017         * src/gtk/gtksourceprintjob.c
7018                 Add image printing 
7019                 (libgnomeprint only, of course)
7020
7021 2006-01-27 [paul]       1.9.100cvs191
7022
7023         * po/fr.po
7024         * po/it.po
7025                 updated by Fabien Vantard and Andrea Spadaccini
7026
7027 2006-01-26 [colin]      1.9.100cvs190
7028
7029         * manual/Makefile.am
7030         * configure.ac
7031                 Make building the manual optional 
7032                 (--disable-manual)
7033
7034 2006-01-26 [paul]       1.9.100cvs189
7035
7036         * manual/glossary.xml
7037         * manual/plugins.xml
7038                 edited
7039         * po/en_GB.po
7040                 updated
7041
7042 2006-01-26 [paul]       1.9.100cvs188
7043
7044         * src/prefs_display_header.c
7045         * src/prefs_folder_column.c
7046         * src/prefs_msg_colors.c
7047         * src/prefs_summaries.c
7048         * src/prefs_summary_column.c
7049                 HIGify
7050
7051 2006-01-25 [colin]      1.9.100cvs187
7052
7053         * src/imap.c
7054                 Don't allow moving/copying mails between
7055                 queue/drafts and non-queue/drafts folders
7056                 Fixes bug #897 (message header is resetted 
7057                 if one is copied to Drafts)
7058
7059 2006-01-25 [colin]      1.9.100cvs186
7060
7061         * src/folder.c
7062         * src/mainwindow.c
7063                 Fix subscribed folders not found
7064         * src/compose.c
7065                 Don't try to encode as original mail's charset
7066                 if it's ascii 
7067
7068 2006-01-25 [paul]       1.9.100cvs185
7069
7070         * AUTHORS
7071         * po/Makevars
7072                 updated
7073         * po/de.po
7074         * po/pl.po
7075         * po/pt_BR.po
7076         * po/sr.po
7077                 updates submitted by Stephan Sachse, Emilian Nowak
7078                 and Quar, Frederico Goncalves Guimaraes, and
7079                 Aleksandar Urosevic
7080                 Fix Bug 896, 'PT_BR locale broken'.
7081         * src/gtk/authors.h
7082                 updated
7083
7084 2006-01-24 [mones]      1.9.100cvs184
7085
7086         * manual/glossary.xml
7087                 All current terms finished. Reviewers welcome ;-)
7088         * manual/keyboard.xml
7089                 Fixed column width for pdf output.
7090         * po/es.po
7091                 Updated
7092
7093 2006-01-24 [paul]       1.9.100cvs183
7094
7095         * manual/glossary.xml
7096                 fix id name
7097         * manual/dist/html/Makefile.am
7098         * manual/dist/pdf/Makefile.am
7099         * manual/dist/ps/Makefile.am
7100         * manual/dist/txt/Makefile.am
7101                 fix make deps
7102                 Thanks to Colin
7103
7104 2006-01-24 [mones]      1.9.100cvs182
7105
7106         * manual/glossary.xml
7107                 Nearly finished, some terms missing.
7108
7109 2006-01-23 [paul]       1.9.100cvs181
7110
7111         * manual/dist/html/Makefile.am
7112         * manual/dist/pdf/Makefile.am
7113         * manual/dist/ps/Makefile.am
7114         * manual/dist/txt/Makefile.am
7115         * src/mainwindow.c
7116                 re-enable manual
7117                 Thanks to Colin
7118
7119 2006-01-22 [colin]      1.9.100cvs180
7120
7121         * src/compose.c
7122         * src/gtk/gtkaspell.c
7123                 Don't deselect stuff before right-clicking, with aspell.
7124                 (This prevented right-click Copy, for example).
7125                 Thanks to Clo!
7126
7127 2006-01-22 [paul]       1.9.100cvs179
7128
7129         * src/summary_search.c
7130                 don't fix the widget size as it causes problems
7131                 under localisation.
7132                 Thanks to Emilian Nowak
7133
7134 2006-01-21 [paul]       1.9.100cvs178
7135
7136         * src/prefs_themes.c
7137                 fix broken underlining of label text
7138                 with some translations
7139
7140 2006-01-21 [colin]      1.9.100cvs177
7141
7142         * po/fr.po
7143                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7144
7145 2006-01-20 [colin]      1.9.100cvs176
7146
7147         * configure.ac
7148         * Makefile.am
7149         * manual/Makefile
7150         * manual/dist/html/.cvsignore
7151         * manual/dist/html/Makefile.am
7152         * manual/dist/pdf/.cvsignore
7153         * manual/dist/pdf/Makefile.am
7154         * manual/dist/ps/.cvsignore
7155         * manual/dist/ps/Makefile.am
7156         * manual/dist/txt/.cvsignore
7157         * manual/dist/txt/Makefile.am
7158                 Autotool-ize manual
7159
7160 2006-01-20 [paul]       1.9.100cvs175
7161
7162         * manual/handling.xml
7163                 make Filtering and Searching entries easier to find
7164         * manual/keyboard.xml
7165                 add the remaining default keybinds
7166         * src/prefs_summaries.c
7167                 update the default keybinds
7168
7169 2006-01-20 [paul]       1.9.100cvs174
7170
7171         * src/addressbook.c
7172         * src/addrgather.c
7173         * src/addrharvest.c
7174         * src/editaddress.c
7175         * src/editgroup.c
7176         * src/exphtmldlg.c
7177         * src/expldifdlg.c
7178         * src/exporthtml.c
7179         * src/exportldif.c
7180         * src/ldif.c
7181                 replace 'e-mail' with 'email'
7182         * src/summary_search.c
7183                 add mnemonic to "Find all" button
7184
7185 2006-01-20 [wwp]        1.9.100cvs173
7186
7187         * src/export.c
7188         * src/import.c
7189                 touched mbox import/export buttons for HIG-compliance
7190
7191 2006-01-19 [paul]       1.9.100cvs172
7192
7193         * manual/account.xml
7194         * manual/addrbook.xml
7195         * manual/advanced.xml
7196         * manual/faq.xml
7197         * manual/handling.xml
7198         * manual/intro.xml
7199         * manual/plugins.xml
7200         * manual/starting.xml
7201                 more editing
7202
7203 2006-01-19 [paul]       1.9.100cvs171
7204
7205         * src/toolbar.c
7206                 allow use of trash button while receiving
7207                 Thanks to Colin
7208
7209 2006-01-19 [wwp]        1.9.100cvs170
7210
7211         * src/gtk/quicksearch.c
7212         * src/compose.c
7213                 force text color to black when yellow background is set
7214
7215 2006-01-19 [colin]      1.9.100cvs169
7216
7217         * src/plugins/trayicon/trayicon.c
7218                 Gray out Get Mail when already getting mail
7219
7220 2006-01-18 [paul]       1.9.100cvs168
7221
7222         * src/compose.c
7223                 give widget yellow background was To is
7224                 set via folder prefs
7225         * src/gtk/quicksearch.c
7226                 give widget yellow background when quick
7227                 search is active.
7228                 Thanks to Colin
7229
7230 2006-01-18 [paul]       1.9.100cvs167
7231
7232         * doc/man/sylpheed-claws.1
7233                 add --subscribe option
7234
7235 2006-01-18 [paul]       1.9.100cvs166
7236
7237         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7238         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7239                 use %U instead of %F (%F is broken for user installed
7240                 files in kde 3.5)
7241
7242 2006-01-18 [colin]      1.9.100cvs165
7243
7244         * src/summaryview.c
7245                 Default to Yes in "No more * messages" dialogs
7246
7247 2006-01-17 [colin]      1.9.100cvs164
7248
7249         * src/compose.c
7250                 Possibly fix an invalid iterator causing
7251                 crash
7252
7253 2006-01-17 [colin]      1.9.100cvs163
7254
7255         * src/mimeview.c
7256                 Fix crash when the image disappears under the
7257                 image viewer
7258
7259 2006-01-16 [colin]      1.9.100cvs162
7260
7261         * src/compose.c
7262                 Fix reenabling autowrap
7263
7264 2006-01-16 [colin]      1.9.100cvs161
7265
7266         * src/compose.c
7267                 reset quote_len before getting quote_str
7268
7269 2006-01-16 [colin]      1.9.100cvs160
7270
7271         * src/account.c
7272         * src/account.h
7273         * src/folder.c
7274         * src/imap_gtk.c
7275         * src/mh_gtk.c
7276                 Fix bug #883 (default inbox does not track folder move)
7277
7278 2006-01-16 [colin]      1.9.100cvs159
7279
7280         * src/compose.c
7281         * src/plugins/pgpcore/passphrase.c
7282                 More buttons fixes
7283
7284 2006-01-16 [paul]       1.9.100cvs158
7285
7286         * src/prefs_actions.c
7287         * src/prefs_filtering_action.c
7288         * src/prefs_matcher.c
7289         * src/quote_fmt.c
7290         * src/gtk/description_window.c
7291         * src/gtk/description_window.h
7292         * src/gtk/quicksearch.c
7293                 description window cleanups
7294
7295 2006-01-15 [colin]      1.9.100cvs157
7296
7297         * src/addressbook.c
7298         * src/prefs_filtering.c
7299                 Same here
7300
7301 2006-01-15 [colin]      1.9.100cvs156
7302
7303         * src/folderview.c
7304         * src/mainwindow.c
7305                 Same for "Empty trash"
7306
7307 2006-01-15 [colin]      1.9.100cvs155
7308
7309         * src/inc.c
7310                 Override offline dialog had Yes by default
7311
7312 2006-01-15 [colin]      1.9.100cvs154
7313
7314         * src/summaryview.c
7315                 Delete selected messages? previously had Yes the default
7316
7317 2006-01-15 [colin]      1.9.100cvs153
7318
7319         * src/folder.c
7320         * src/folder.h
7321         * src/main.c
7322                 Check if a mailbox is loaded after all
7323                 plugins are loaded.
7324
7325 2006-01-15 [colin]      1.9.100cvs152
7326
7327         * src/folder.c
7328                 Don't start wizard when there are unloaded folders (will help
7329                 people with only mbox or maildir mailboxes)
7330
7331 2006-01-14 [colin]      1.9.100cvs151
7332
7333         * src/addressbook.c
7334         * src/expldifdlg.c
7335         * src/importldif.c
7336         * src/importmutt.c
7337         * src/importpine.c
7338         * src/mh_gtk.c
7339                 More HIG compliance and fixes
7340
7341 2006-01-14 [colin]      1.9.100cvs150
7342
7343         * src/prefs_filtering_action.c
7344         * src/foldersel.c
7345                 Two forgotten button order changes
7346
7347 2006-01-14 [colin]      1.9.100cvs149
7348
7349         * src/account.c
7350         * src/addressbook.c
7351         * src/compose.c
7352         * src/folderview.c
7353         * src/imap_gtk.c
7354         * src/mainwindow.c
7355         * src/mh_gtk.c
7356         * src/news_gtk.c
7357         * src/prefs_actions.c
7358         * src/prefs_customheader.c
7359         * src/prefs_filtering.c
7360         * src/prefs_matcher.c
7361         * src/prefs_template.c
7362         * src/ssl_manager.c
7363         * src/summaryview.c
7364         * src/textview.c
7365         * src/toolbar.c
7366                 All deletion confirmations are now "Cancel, Delete" 
7367                 instead of "No, Yes"
7368                 Clarified most of the other "No, Yes" to 
7369                 "Cancel, Descriptive_action"
7370                 Rechanged the "Entry not saved" alerts to have 
7371                 "Close, Continue editing"
7372
7373
7374 2006-01-14 [paul]
7375
7376         * 2.0.0-rc4 released
7377
7378 2006-01-14 [paul]       1.9.100cvs148
7379
7380         * src/account.c
7381         * src/addressadd.c
7382         * src/addressbook.c
7383         * src/compose.c
7384         * src/editaddress.c
7385         * src/editbook.c
7386         * src/editgroup.c
7387         * src/editjpilot.c
7388         * src/editldap.c
7389         * src/editvcard.c
7390         * src/exphtmldlg.c
7391         * src/expldifdlg.c
7392         * src/folderview.c
7393         * src/grouplistdialog.c
7394         * src/imap_gtk.c
7395         * src/importmutt.c
7396         * src/importpine.c
7397         * src/inc.c
7398         * src/main.c
7399         * src/mainwindow.c
7400         * src/message_search.c
7401         * src/messageview.c
7402         * src/mh_gtk.c
7403         * src/mimeview.c
7404         * src/news_gtk.c
7405         * src/prefs_actions.c
7406         * src/prefs_customheader.c
7407         * src/prefs_filtering.c
7408         * src/prefs_matcher.c
7409         * src/prefs_template.c
7410         * src/prefs_themes.c
7411         * src/ssl_manager.c
7412         * src/summary_search.c
7413         * src/summaryview.c
7414         * src/textview.c
7415         * src/toolbar.c
7416         * src/gtk/foldersort.c
7417         * src/gtk/gtkaspell.c
7418         * src/gtk/inputdialog.c
7419         * src/gtk/prefswindow.c
7420         * src/plugins/pgpcore/select-keys.c
7421         * src/plugins/trayicon/trayicon.c
7422                 HIG compliant button order
7423
7424 2006-01-14 [mones]      1.9.100cvs147
7425
7426         * po/es.po
7427                 Updated translation
7428
7429 2006-01-13 [paul]       1.9.100cvs146
7430
7431         * AUTHORS
7432         * ChangeLog
7433         * src/gtk/authors.h
7434                 add Joshua M. Kwan to contributors list
7435
7436 2006-01-13 [colin]      1.9.100cvs145
7437
7438         * src/gtk/quicksearch.c
7439                 Don't refocus quick search after executing (Esc or Enter)
7440                 Allows to '/'search something then move up/down in 
7441                 summaryview, and to Esc a search and be back in the 
7442                 summaryview
7443
7444 2006-01-13 [paul]       1.9.100cvs144
7445
7446         * src/plugins/pgpinline/pgpinline.c
7447                 support Content-Type 'application/pgp'
7448                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7449
7450 2006-01-13 [paul]       1.9.100cvs143
7451
7452         * manual/account.xml
7453                 make mention of partial retrieval
7454                 thanks to Colin
7455
7456 2006-01-13 [paul]       1.9.100cvs142
7457
7458         * src/account.c
7459         * src/account.h
7460         * src/action.c
7461         * src/action.h
7462         * src/adbookbase.h
7463         * src/addr_compl.c
7464         * src/addr_compl.h
7465         * src/addrbook.c
7466         * src/addrcache.c
7467         * src/addrcache.h
7468         * src/addrcindex.c
7469         * src/addrcindex.h
7470         * src/addrclip.c
7471         * src/addrclip.h
7472         * src/addrdefs.h
7473         * src/addressadd.c
7474         * src/addressadd.h
7475         * src/addressbook.c
7476         * src/addressbook.h
7477         * src/addrgather.c
7478         * src/addrgather.h
7479         * src/addrharvest.c
7480         * src/addrharvest.h
7481         * src/addrindex.c
7482         * src/addrindex.h
7483         * src/addritem.c
7484         * src/addritem.h
7485         * src/addrquery.c
7486         * src/addrquery.h
7487         * src/addrselect.c
7488         * src/addrselect.h
7489         * src/alertpanel.c
7490         * src/alertpanel.h
7491         * src/browseldap.c
7492         * src/browseldap.h
7493         * src/codeconv.c
7494         * src/codeconv.h
7495         * src/compose.c
7496         * src/compose.h
7497         * src/customheader.c
7498         * src/customheader.h
7499         * src/displayheader.c
7500         * src/displayheader.h
7501         * src/editaddress.c
7502         * src/editaddress.h
7503         * src/editbook.c
7504         * src/editbook.h
7505         * src/editgroup.c
7506         * src/editgroup.h
7507         * src/editjpilot.c
7508         * src/editjpilot.h
7509         * src/editldap.c
7510         * src/editldap.h
7511         * src/editldap_basedn.c
7512         * src/editldap_basedn.h
7513         * src/editvcard.c
7514         * src/editvcard.h
7515         * src/exphtmldlg.c
7516         * src/exphtmldlg.h
7517         * src/expldifdlg.c
7518         * src/expldifdlg.h
7519         * src/export.h
7520         * src/exporthtml.c
7521         * src/exporthtml.h
7522         * src/exportldif.c
7523         * src/exportldif.h
7524         * src/filtering.c
7525         * src/filtering.h
7526         * src/folder.c
7527         * src/folder.h
7528         * src/folder_item_prefs.c
7529         * src/folder_item_prefs.h
7530         * src/foldersel.c
7531         * src/foldersel.h
7532         * src/folderutils.c
7533         * src/folderutils.h
7534         * src/folderview.c
7535         * src/folderview.h
7536         * src/grouplistdialog.c
7537         * src/grouplistdialog.h
7538         * src/headerview.c
7539         * src/html.c
7540         * src/html.h
7541         * src/image_viewer.c
7542         * src/image_viewer.h
7543         * src/imap.c
7544         * src/imap.h
7545         * src/imap_gtk.c
7546         * src/imap_gtk.h
7547         * src/import.h
7548         * src/importldif.c
7549         * src/importldif.h
7550         * src/importmutt.c
7551         * src/importmutt.h
7552         * src/importpine.c
7553         * src/importpine.h
7554         * src/inc.c
7555         * src/inc.h
7556         * src/jpilot.c
7557         * src/jpilot.h
7558         * src/ldapctrl.c
7559         * src/ldapctrl.h
7560         * src/ldaplocate.c
7561         * src/ldaplocate.h
7562         * src/ldapquery.c
7563         * src/ldapquery.h
7564         * src/ldapserver.c
7565         * src/ldapserver.h
7566         * src/ldaputil.c
7567         * src/ldaputil.h
7568         * src/ldif.c
7569         * src/ldif.h
7570         * src/main.c
7571         * src/main.h
7572         * src/mainwindow.c
7573         * src/mainwindow.h
7574         * src/manual.c
7575         * src/manual.h
7576         * src/mbox.c
7577         * src/mbox.h
7578         * src/message_search.c
7579         * src/message_search.h
7580         * src/messageview.c
7581         * src/messageview.h
7582         * src/mh.c
7583         * src/mh.h
7584         * src/mh_gtk.c
7585         * src/mh_gtk.h
7586         * src/mimeview.c
7587         * src/mimeview.h
7588         * src/msgcache.c
7589         * src/msgcache.h
7590         * src/mutt.c
7591         * src/mutt.h
7592         * src/news.c
7593         * src/news.h
7594         * src/news_gtk.c
7595         * src/news_gtk.h
7596         * src/partial_download.c
7597         * src/partial_download.h
7598         * src/pine.c
7599         * src/pine.h
7600         * src/pop.c
7601         * src/pop.h
7602         * src/prefs_account.c
7603         * src/prefs_account.h
7604         * src/prefs_actions.c
7605         * src/prefs_actions.h
7606         * src/prefs_common.c
7607         * src/prefs_common.h
7608         * src/prefs_compose_writing.c
7609         * src/prefs_compose_writing.h
7610         * src/prefs_customheader.c
7611         * src/prefs_customheader.h
7612         * src/prefs_display_header.c
7613         * src/prefs_display_header.h
7614         * src/prefs_filtering.c
7615         * src/prefs_filtering.h
7616         * src/prefs_filtering_action.c
7617         * src/prefs_filtering_action.h
7618         * src/prefs_folder_column.c
7619         * src/prefs_folder_column.h
7620         * src/prefs_folder_item.c
7621         * src/prefs_folder_item.h
7622         * src/prefs_fonts.c
7623         * src/prefs_fonts.h
7624         * src/prefs_gtk.c
7625         * src/prefs_gtk.h
7626         * src/prefs_image_viewer.c
7627         * src/prefs_image_viewer.h
7628         * src/prefs_matcher.c
7629         * src/prefs_matcher.h
7630         * src/prefs_message.c
7631         * src/prefs_msg_colors.c
7632         * src/prefs_msg_colors.h
7633         * src/prefs_other.c
7634         * src/prefs_quote.c
7635         * src/prefs_receive.c
7636         * src/prefs_send.c
7637         * src/prefs_spelling.c
7638         * src/prefs_spelling.h
7639         * src/prefs_summaries.c
7640         * src/prefs_summaries.h
7641         * src/prefs_summary_column.c
7642         * src/prefs_summary_column.h
7643         * src/prefs_template.c
7644         * src/prefs_template.h
7645         * src/prefs_themes.c
7646         * src/prefs_themes.h
7647         * src/prefs_toolbar.c
7648         * src/prefs_toolbar.h
7649         * src/prefs_wrapping.c
7650         * src/prefs_wrapping.h
7651         * src/privacy.c
7652         * src/privacy.h
7653         * src/procheader.c
7654         * src/procheader.h
7655         * src/procmime.c
7656         * src/procmime.h
7657         * src/procmsg.c
7658         * src/procmsg.h
7659         * src/quote_fmt.c
7660         * src/quote_fmt_parse.y
7661         * src/recv.c
7662         * src/recv.h
7663         * src/remotefolder.c
7664         * src/remotefolder.h
7665         * src/send_message.c
7666         * src/send_message.h
7667         * src/setup.c
7668         * src/setup.h
7669         * src/sourcewindow.c
7670         * src/sourcewindow.h
7671         * src/ssl_manager.c
7672         * src/ssl_manager.h
7673         * src/statusbar.c
7674         * src/statusbar.h
7675         * src/stock_pixmap.c
7676         * src/stock_pixmap.h
7677         * src/summary_search.c
7678         * src/summary_search.h
7679         * src/summaryview.c
7680         * src/summaryview.h
7681         * src/syldap.c
7682         * src/syldap.h
7683         * src/textview.c
7684         * src/textview.h
7685         * src/toolbar.c
7686         * src/toolbar.h
7687         * src/undo.c
7688         * src/undo.h
7689         * src/unmime.c
7690         * src/unmime.h
7691         * src/vcard.c
7692         * src/vcard.h
7693         * src/wizard.c
7694         * src/wizard.h
7695         * src/common/base64.c
7696         * src/common/base64.h
7697         * src/common/defs.h
7698         * src/common/hooks.c
7699         * src/common/hooks.h
7700         * src/common/log.c
7701         * src/common/log.h
7702         * src/common/mgutils.c
7703         * src/common/mgutils.h
7704         * src/common/nntp.c
7705         * src/common/nntp.h
7706         * src/common/passcrypt.c
7707         * src/common/passcrypt.h.in
7708         * src/common/plugin.c
7709         * src/common/plugin.h
7710         * src/common/prefs.c
7711         * src/common/prefs.h
7712         * src/common/progressindicator.c
7713         * src/common/progressindicator.h
7714         * src/common/quoted-printable.c
7715         * src/common/quoted-printable.h
7716         * src/common/session.c
7717         * src/common/session.h
7718         * src/common/smtp.c
7719         * src/common/smtp.h
7720         * src/common/socket.c
7721         * src/common/socket.h
7722         * src/common/ssl.c
7723         * src/common/ssl.h
7724         * src/common/ssl_certificate.c
7725         * src/common/ssl_certificate.h
7726         * src/common/stringtable.c
7727         * src/common/stringtable.h
7728         * src/common/sylpheed.c
7729         * src/common/sylpheed.h
7730         * src/common/template.c
7731         * src/common/template.h
7732         * src/common/timing.h
7733         * src/common/utils.c
7734         * src/common/utils.h
7735         * src/common/version.h.in
7736         * src/common/xml.c
7737         * src/common/xml.h
7738         * src/common/xmlprops.c
7739         * src/common/xmlprops.h
7740         * src/gtk/colorlabel.c
7741         * src/gtk/colorsel.c
7742         * src/gtk/colorsel.h
7743         * src/gtk/description_window.c
7744         * src/gtk/description_window.h
7745         * src/gtk/filesel.c
7746         * src/gtk/filesel.h
7747         * src/gtk/foldersort.c
7748         * src/gtk/foldersort.h
7749         * src/gtk/gtkutils.c
7750         * src/gtk/gtkutils.h
7751         * src/gtk/inputdialog.c
7752         * src/gtk/inputdialog.h
7753         * src/gtk/logwindow.c
7754         * src/gtk/logwindow.h
7755         * src/gtk/manage_window.c
7756         * src/gtk/manage_window.h
7757         * src/gtk/menu.c
7758         * src/gtk/menu.h
7759         * src/gtk/pluginwindow.c
7760         * src/gtk/pluginwindow.h
7761         * src/gtk/prefswindow.c
7762         * src/gtk/prefswindow.h
7763         * src/gtk/progressdialog.c
7764         * src/gtk/progressdialog.h
7765         * src/gtk/sslcertwindow.c
7766         * src/gtk/sslcertwindow.h
7767         * src/plugins/clamav/clamav_plugin.c
7768         * src/plugins/clamav/clamav_plugin.h
7769         * src/plugins/clamav/clamav_plugin_gtk.c
7770         * src/plugins/demo/demo.c
7771         * src/plugins/dillo_viewer/dillo_prefs.c
7772         * src/plugins/dillo_viewer/dillo_prefs.h
7773         * src/plugins/dillo_viewer/dillo_viewer.c
7774         * src/plugins/pgpcore/passphrase.c
7775         * src/plugins/pgpcore/passphrase.h
7776         * src/plugins/pgpcore/plugin.c
7777         * src/plugins/pgpcore/select-keys.c
7778         * src/plugins/pgpcore/select-keys.h
7779         * src/plugins/pgpcore/sgpgme.c
7780         * src/plugins/pgpcore/sgpgme.h
7781         * src/plugins/pgpinline/pgpinline.c
7782         * src/plugins/pgpinline/pgpinline.h
7783         * src/plugins/pgpinline/plugin.c
7784         * src/plugins/pgpmime/pgpmime.c
7785         * src/plugins/pgpmime/pgpmime.h
7786         * src/plugins/pgpmime/plugin.c
7787         * src/plugins/spamassassin/spamassassin.c
7788         * src/plugins/spamassassin/spamassassin.h
7789         * src/plugins/spamassassin/spamassassin_gtk.c
7790         * src/plugins/trayicon/trayicon.c
7791                 update copyright header
7792
7793 2006-01-13 [paul]       1.9.100cvs141
7794
7795         * src/account.c
7796         * src/export.c
7797         * src/import.c
7798         * src/mainwindow.c
7799         * src/prefs_account.c
7800         * src/prefs_display_header.c
7801         * src/prefs_receive.c
7802         * src/prefs_send.c
7803         * src/prefs_summaries.c
7804         * src/prefs_themes.c
7805         * src/prefs_toolbar.c
7806         * src/gtk/about.c
7807                 various cleanups
7808
7809 2006-01-12 [colin]      1.9.100cvs140
7810
7811         * src/folder.c
7812         * src/folder.h
7813         * src/main.c
7814                 Add --subscribe option
7815                 Let sylpheed-claws email@domain.com equivalent to --compose
7816                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7817
7818 2006-01-12 [paul]       1.9.100cvs139
7819
7820         * src/mainwindow.c
7821                 append 'Change folder order' label with '...'
7822         * src/prefs_actions.c
7823                 allow reordering of actions list by dnd
7824         * src/gtk/foldersort.c
7825                 make the dialog nicer
7826
7827 2006-01-11 [colin]      1.9.100cvs138
7828
7829         * src/compose.c
7830                 Allow templates without text
7831
7832 2006-01-11 [paul]       1.9.100cvs137
7833
7834         * tools/README
7835         * tools/filter_conv_new.pl
7836                 add info to README
7837                 also check .sylpheed for filter.xml
7838                 be a bit informative to the user
7839
7840 2006-01-11 [colin]      1.9.100cvs136
7841
7842         * src/textview.c
7843                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7844
7845 2006-01-10 [paul]       1.9.100cvs135
7846
7847         * tools/Makefile.am
7848         * tools/filter_conv_new.pl
7849                 add script to convert new style Sylpheed
7850                 filter rules (Sylpheed >= 0.9.99) to
7851                 Claws filtering rules
7852
7853 2006-01-10 [colin]      1.9.100cvs134
7854
7855         * src/compose.c
7856                 Fix broken line joins in certain conditions
7857                 (between two quoted lines: <enter><enter><up>
7858                  <type a wrapped sentence><go in the first line>
7859                  <insert more text><watch as line joining failed>)
7860
7861 2006-01-10 [paul]       1.9.100cvs133
7862
7863         * src/compose.c
7864                 don't report success in error dialog
7865                 thanks to Colin
7866         * src/common/utils.c
7867                 include some trailing punctuations as URI
7868                 thanks to Hiro
7869
7870 2006-01-10 [paul]       1.9.100cvs132
7871
7872         * src/mimeview.c
7873                 fix incompatible pointer type
7874                 warning
7875
7876 2006-01-10 [paul]       1.9.100cvs131
7877
7878         * src/compose.c
7879                 change Subject in window title
7880                 instantaneously
7881
7882 2006-01-09 [colin]      1.9.100cvs130
7883
7884         * src/addressbook.c
7885         * src/headerview.c
7886         * src/mainwindow.c
7887         * src/messageview.c
7888         * src/mimeview.c
7889         * src/noticeview.c
7890         * src/summaryview.c
7891                 Fix possible crashes on exit and in addressbook
7892
7893 2006-01-09 [paul]       1.9.100cvs129
7894
7895         * src/prefs_msg_colors.c
7896                 some cleanups that I forgot last time
7897
7898 2006-01-09 [paul]       1.9.100cvs128
7899
7900         * README
7901         * src/folderview.c
7902         * src/prefs_msg_colors.c
7903                 add previously hidden option, color_new, to
7904                 the gui
7905                 move the page to Display/
7906                 rework the gui
7907
7908 2006-01-09 [wwp]        1.9.100cvs127
7909
7910         * src/prefs_themes.c
7911                 made the prefs/display/themes layouts spacing less condensed
7912                 (and so they match other prefs/pages' look).
7913
7914 2006-01-09 [paul]       1.9.100cvs126
7915
7916         * src/compose.c
7917         * src/prefs_common.c
7918         * src/prefs_common.h
7919         * src/prefs_wrapping.c
7920                 remove 'wrap at send' option
7921
7922 2006-01-06 [colin]      1.9.100cvs125
7923
7924         * src/compose.c
7925                 Just make completely sure we don't insert "manual line breaks" 
7926                 when wrapping... 
7927
7928 2006-01-04 [paul]
7929
7930         * 2.0.0-rc3 released
7931
7932 2006-01-04 [paul]       1.9.100cvs124
7933
7934         * src/folderview.c
7935                 fix bug 882, 'quick scroll in folder list
7936                 displays wrong folder contents'
7937
7938 2006-01-04 [paul]       1.9.100cvs123
7939
7940         * src/plugins/pgpmime/pgpmime.c
7941                 better debug information when signing
7942                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7943
7944 2006-01-03 [colin]      1.9.100cvs122
7945
7946         * configure.ac
7947                 We need to recheck for gpgme 1.0.0 after checking
7948                 for 1.1.1, because if 1.1.1 isn't available, 
7949                 GPGME_LIBS and friends are blanked out by the 
7950                 second check.
7951
7952 2006-01-03 [colin]      1.9.100cvs121
7953
7954         * src/common/prefs.c
7955                 Windows unlink-before rename fix
7956         * src/plugins/pgpcore/sgpgme.c
7957                 Add support for PKA info if available
7958                 Both patches by Werner Koch
7959
7960 2006-01-03 [paul]       1.9.100cvs120
7961
7962         * src/messageview.c
7963                 fix bug 884, 'Send receipt' button visible in queue
7964                 Thanks to Colin
7965
7966 2006-01-02 [colin]      1.9.100cvs119
7967
7968         * src/compose.c
7969         * src/imap.c
7970                 Fix autosave on IMAP and more generally try to
7971                 return the correct ID on a newly added IMAP message
7972
7973 2006-01-02 [paul]       1.9.100cvs118
7974
7975         * manual/keyboard.xml
7976                 edited
7977
7978 2006-01-01 [paul]       1.9.100cvs117
7979
7980         * src/gtk/authors.h
7981                 alphabetical order
7982
7983 2005-12-30 [colin]      1.9.100cvs116
7984
7985         * manual/advanced.xml
7986                 Explain Pre/Post-processing differences.
7987
7988 2005-12-30 [colin]      1.9.100cvs115
7989
7990         * src/mh.c
7991                 Implement copy_msgs for a little optimization
7992         * src/imap.c
7993                 Finish yesterday's fix
7994
7995 2005-12-29 [colin]      1.9.100cvs114
7996
7997         * src/imap.c
7998                 Fix occasional failure in fetching a mail over
7999                 IMAP
8000
8001 2005-12-29 [colin]      1.9.100cvs113
8002
8003         * src/compose.c
8004                 Don't remove a draft when sending it, if it is 
8005                 locked.
8006
8007 2005-12-28 [colin]      1.9.100cvs112
8008
8009         * src/summaryview.c
8010                 Fix leak for real
8011
8012 2005-12-28 [wwp]        1.9.100cvs111
8013
8014         * doc/faq/.cvsignore
8015         * doc/faq/de/.cvsignore
8016         * doc/faq/en/.cvsignore
8017         * doc/faq/es/.cvsignore
8018         * doc/faq/fr/.cvsignore
8019         * doc/faq/it/.cvsignore
8020         * doc/manual/.cvsignore
8021         * doc/manual/de/.cvsignore
8022         * doc/manual/en/.cvsignore
8023         * doc/manual/es/.cvsignore
8024         * doc/manual/fr/.cvsignore
8025         * doc/manual/ja/.cvsignore
8026         * src/plugins/mathml_viewer/.cvsignore
8027                 rollback revival of those files (my bad, sorry for the noise).
8028
8029 2005-12-28 [wwp]        1.9.100cvs110
8030
8031         * src/compose.c
8032                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8033
8034 2005-12-28 [wwp]        1.9.100cvs109
8035
8036         * doc/faq/.cvsignore
8037         * doc/faq/de/.cvsignore
8038         * doc/faq/en/.cvsignore
8039         * doc/faq/es/.cvsignore
8040         * doc/faq/fr/.cvsignore
8041         * doc/faq/it/.cvsignore
8042         * doc/manual/.cvsignore
8043         * doc/manual/de/.cvsignore
8044         * doc/manual/en/.cvsignore
8045         * doc/manual/es/.cvsignore
8046         * doc/manual/fr/.cvsignore
8047         * doc/manual/ja/.cvsignore
8048         * src/plugins/mathml_viewer/.cvsignore
8049         * po/.cvsignore
8050                 more files to ignore.
8051
8052 2005-12-24 [colin]      1.9.100cvs108
8053
8054         * AUTHORS
8055         * src/gtk/authors.h
8056                 Update for Werner
8057
8058 2005-12-24 [colin]      1.9.100cvs107
8059
8060         * src/procmsg.c
8061                 Allow NULL src_msginfo in 
8062                 procmsg_msginfo_new_from_mimeinfo
8063
8064 2005-12-23 [paul]       1.9.100cvs106
8065
8066         * src/plugins/pgpinline/mypgpcore.def
8067                 add this forgotten file
8068
8069 2005-12-23 [colin]      1.9.100cvs105
8070
8071         * src/mainwindow.c
8072                 Fix missing break
8073
8074 2005-12-23 [colin]      1.9.100cvs104
8075
8076         * autogen.sh
8077         * src/folder.c
8078         * src/mh.c
8079         * src/common/plugin.c
8080         * src/common/socket.c
8081         * src/common/socket.h
8082         * src/common/utils.c
8083         * src/common/utils.h
8084         * src/gtk/pluginwindow.c
8085         * src/plugins/pgpcore/plugin.def
8086         * src/plugins/pgpcore/sylpheed.def
8087         * src/plugins/pgpinline/Makefile.am
8088         * src/plugins/pgpinline/plugin.def
8089         * src/plugins/pgpinline/sylpheed.def
8090         * src/plugins/pgpmime/plugin.def
8091         * src/plugins/pgpmime/sylpheed.def
8092                 Various w32 fixes by Werner Koch
8093
8094 2005-12-22 [paul]       1.9.100cvs103
8095
8096         * src/wizard.c
8097                 don't offer IMAP as 'server type' if
8098                 libetpan isn't built in
8099
8100 2005-12-22 [paul]       1.9.100cvs102
8101
8102         * AUTHORS
8103         * src/mainwindow.c
8104         * src/mainwindow.h
8105         * src/toolbar.c
8106         * src/gtk/authors.h
8107                 support GTK_TOOLBAR_BOTH_HORIZ (text
8108                 next to icon) Patch by Marien Zwart
8109                 marienz@users.sf.net
8110                 Also reword the text
8111
8112 2005-12-21 [colin]      1.9.100cvs101
8113
8114         * configure.ac
8115                 Fix DATADIRNAME
8116         * COPYING
8117                 Fix missing section and explicit the exception better
8118         * src/compose.c
8119                 Prevent mail from being lost without notice when an
8120                 SMTP error happens on trying to send an unmodified
8121                 drafted mail.
8122         * src/send_message.c
8123         * src/common/smtp.c
8124                 Fix password remembering when wrong, and add return
8125                 value checks where they should have been
8126         * src/plugins/pgpcore/sylpheed.def
8127         * src/plugins/pgpinline/sylpheed.def
8128         * src/plugins/pgpmime/sylpheed.def
8129                 Add a few symbols needed
8130
8131 2005-12-21 [paul]       1.9.100cvs100
8132
8133         * m4/codeset.m4
8134         * m4/glibc21.m4
8135         * m4/intdiv0.m4
8136         * m4/inttypes-pri.m4
8137         * m4/inttypes.m4
8138         * m4/inttypes_h.m4
8139         * m4/isc-posix.m4
8140         * m4/lcmessage.m4
8141         * m4/stdint_h.m4
8142         * m4/uintmax_t.m4
8143                 gettextization
8144                 thanks to Colin
8145
8146 2005-12-21 [paul]       1.9.100cvs99
8147
8148         * po/sv.po
8149                 fixed by Colin
8150
8151 2005-12-20 [paul]       1.9.100cvs98
8152
8153         * po/sv.po
8154                 updated by Anders Trobäck
8155
8156 2005-12-20 [colin]      1.9.100cvs97
8157
8158         * ABOUT-NLS
8159         * Makefile.am
8160         * autogen.sh
8161         * configure.ac
8162         * config/config.rpath
8163         * config/mkinstalldirs
8164         * m4/Makefile.am
8165         * m4/glibc2.m4
8166         * m4/gnupg.m4
8167         * m4/gpgme.m4
8168         * m4/intmax.m4
8169         * m4/longdouble.m4
8170         * m4/longlong.m4
8171         * m4/printf-posix.m4
8172         * m4/signed.m4
8173         * m4/size_max.m4
8174         * m4/ulonglong.m4
8175         * m4/wchar_t.m4
8176         * m4/wint_t.m4
8177         * m4/xsize.m4
8178         * po/Makefile.in.in
8179         * po/Makevars
8180         * po/bg.po
8181         * po/ca.po
8182         * po/cs.po
8183         * po/de.po
8184         * po/el.po
8185         * po/en_GB.po
8186         * po/es.po
8187         * po/fi.po
8188         * po/fr.po
8189         * po/hr.po
8190         * po/hu.po
8191         * po/it.po
8192         * po/ja.po
8193         * po/ko.po
8194         * po/nb.po
8195         * po/nl.po
8196         * po/pl.po
8197         * po/pt_BR.po
8198         * po/ru.po
8199         * po/sk.po
8200         * po/sr.po
8201         * po/stamp-po
8202         * po/sv.po
8203         * po/zh_CN.po
8204         * po/zh_TW.po
8205         * src/Makefile.am
8206         * src/codeconv.c
8207         * src/compose.c
8208         * src/exporthtml.c
8209         * src/exportldif.c
8210         * src/folder.c
8211         * src/main.c
8212         * src/manual.c
8213         * src/mh.c
8214         * src/mimeview.c
8215         * src/send_message.c
8216         * src/common/Makefile.am
8217         * src/common/fnmatch.c
8218         * src/common/fnmatch.h
8219         * src/common/fnmatch_loop.c
8220         * src/common/nntp.c
8221         * src/common/plugin.c
8222         * src/common/smtp.c
8223         * src/common/socket.c
8224         * src/common/string_match.c
8225         * src/common/sylpheed.c
8226         * src/common/utils.c
8227         * src/common/utils.h
8228         * src/common/w32_dirent.c
8229         * src/common/w32_reg.c
8230         * src/common/w32_signal.c
8231         * src/common/w32_stat.c
8232         * src/common/w32_stdio.c
8233         * src/common/w32_stdlib.c
8234         * src/common/w32_string.c
8235         * src/common/w32_time.c
8236         * src/common/w32_unistd.c
8237         * src/common/w32_wait.c
8238         * src/common/w32lib.h
8239         * src/etpan/Makefile.am
8240         * src/gtk/Makefile.am
8241         * src/plugins/clamav/Makefile.am
8242         * src/plugins/demo/Makefile.am
8243         * src/plugins/dillo_viewer/Makefile.am
8244         * src/plugins/pgpcore/Makefile.am
8245         * src/plugins/pgpcore/passphrase.c
8246         * src/plugins/pgpcore/plugin.def
8247         * src/plugins/pgpcore/sgpgme.c
8248         * src/plugins/pgpcore/sylpheed.def
8249         * src/plugins/pgpcore/version.rc
8250         * src/plugins/pgpinline/Makefile.am
8251         * src/plugins/pgpinline/plugin.def
8252         * src/plugins/pgpinline/sylpheed.def
8253         * src/plugins/pgpinline/version.rc
8254         * src/plugins/pgpmime/Makefile.am
8255         * src/plugins/pgpmime/mypgpcore.def
8256         * src/plugins/pgpmime/plugin.def
8257         * src/plugins/pgpmime/sylpheed.def
8258         * src/plugins/pgpmime/version.rc
8259         * src/plugins/spamassassin/Makefile.am
8260                 Very little ;-) patch from Werner Koch, providing
8261                 infrastructure for cross-compiling to Win32
8262
8263 2005-12-20 [paul]       1.9.100cvs96
8264
8265         * src/account.c
8266         * src/account.h
8267         * src/mainwindow.c
8268         * src/mainwindow.h
8269         * src/toolbar.c
8270         * src/toolbar.h
8271                 add a combo to the Get All button, allowing
8272                 quick retrieval from any account
8273                 Patch by Fabien Vantard, slightly modified
8274                 by Colin
8275         * src/gtk/about.c
8276                 i18n fix. Patch by Fabien Vantard
8277
8278 2005-12-19 [colin]      1.9.100cvs95
8279
8280         * src/compose.c
8281         * src/compose.h
8282                 Don't automatically join lines when they've 
8283                 been separated by the user and not automatically
8284
8285 2005-12-19 [paul]       1.9.100cvs94
8286
8287         * src/gtk/pluginwindow.c
8288                 i18n fix.
8289                 Patch by Fabien Vantard
8290
8291 2005-12-15 [paul]       1.9.100cvs93
8292
8293         * src/common/plugin.c
8294         * src/common/plugin.h
8295         * src/gtk/pluginwindow.c
8296         * src/plugins/clamav/clamav_plugin.c
8297         * src/plugins/demo/demo.c
8298         * src/plugins/dillo_viewer/dillo_viewer.c
8299         * src/plugins/pgpcore/plugin.c
8300         * src/plugins/pgpinline/plugin.c
8301         * src/plugins/pgpmime/plugin.c
8302         * src/plugins/spamassassin/spamassassin.c
8303         * src/plugins/trayicon/trayicon.c
8304                 add plugin_version()
8305
8306 2005-12-15 [colin]      1.9.100cvs92
8307
8308         * src/compose.c
8309                 Further fix bug #875
8310
8311 2005-12-15 [paul]       1.9.100cvs91
8312
8313         * src/gtk/filesel.c
8314                 fix attach_load_dir getting set to
8315                 PLUGINDIR on plugin load
8316
8317 2005-12-14 [mones]      1.9.100cvs90
8318
8319         * manual/ack.xml
8320         * manual/keyboard.xml
8321                 Initial draft and some shortcuts added
8322                 
8323         * po/es.po
8324                 Updated translation
8325
8326 2005-12-14 [colin]      1.9.100cvs89
8327
8328         * src/compose.c
8329         * src/imap.c
8330         * src/summaryview.c
8331         * src/gtk/gtkaspell.c
8332                 More leaks fixed
8333         * src/prefs_folder_item.c
8334                 Fix recursive prefs apply
8335
8336
8337 2005-12-14 [colin]      1.9.100cvs88
8338
8339         * src/compose.c
8340                 Fix bug #875 (Freeze On Inline Forward of 
8341                 Large Message)
8342
8343 2005-12-13 [colin]      1.9.100cvs87
8344
8345         * src/compose.c
8346                 Uniq-ify and sort the mimetypes list
8347                 Patch by Fabien Vantard
8348
8349 2005-12-13 [colin]      1.9.100cvs86
8350
8351         * src/imap.c
8352         * src/etpan/imap-thread.c
8353                 Fix leaks (patch by Hoa)
8354         * src/news.c
8355         * src/common/plugin.c
8356                 Fix leaks
8357
8358 2005-12-12 [colin]
8359
8360         * 2.0.0-rc2 released
8361
8362 2005-12-12 [colin]      1.9.100cvs85
8363
8364         * src/matcher.c
8365                 Fix a leak
8366
8367 2005-12-12 [wwp]        1.9.100cvs84
8368
8369         * src/gtk/icon_legend.c
8370                 fix misbehaviour and crash when closing the legend window
8371         using the Esc key (patch by Fabien Vantard).
8372
8373 2005-12-12 [paul]       1.9.100cvs83
8374
8375         * src/browseldap.c
8376         * src/foldersel.c
8377         * src/prefs_actions.c
8378         * src/prefs_filtering.c
8379         * src/prefs_matcher.c
8380         * src/prefs_spelling.glade      ** REMOVED **
8381         * src/prefs_template.c
8382         * src/gtk/foldersort.glade      ** REMOVED **
8383         * src/gtk/pluginwindow.c
8384         * src/gtk/pluginwindow.glade    ** REMOVED **
8385         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8386                 cleanups
8387
8388 2005-12-11 [paul]       1.9.100cvs82
8389
8390         * src/gtk/filesel.c
8391                 fix attach_load_dir crasher (double free)
8392
8393 2005-12-09 [paul]       1.9.100cvs81
8394
8395         * po/POTFILES.in
8396         * src/mainwindow.c
8397         * src/gtk/Makefile.am
8398         * src/gtk/icon_legend.c
8399         * src/gtk/icon_legend.h
8400                 add icon legend
8401         * src/manual.c
8402                 cleanup
8403
8404 2005-12-09 [paul]       1.9.100cvs80
8405
8406         * src/plugins/pgpcore/passphrase.c
8407                 wrap the label in the dialog
8408
8409 2005-12-09 [colin]      1.9.100cvs79
8410
8411         * src/plugins/pgpcore/sgpgme.c
8412                 Display (untrusted) on not trusted signatures
8413                 Patch by Michal Èihaø <michal@cihar.com>
8414                 Closes bug #867 (Report also key trust)
8415
8416 2005-12-09 [colin]      1.9.100cvs78
8417
8418         * src/common/plugin.c
8419                 Update licence check, following Eben Moglen's advice
8420
8421 2005-12-08 [colin]      1.9.100cvs77
8422
8423         * src/folder.c
8424                 Fix the occasionnal item->cache != NULL 
8425                 assertion failure. 
8426
8427 2005-12-08 [colin]      1.9.100cvs76
8428
8429         * src/mimeview.c
8430         * src/plugins/pgpcore/sgpgme.c
8431                 Print key id when unable to check it
8432                 Closes bug #866 (Show key id when missing)
8433
8434 2005-12-08 [paul]       1.9.100cvs75
8435
8436         * src/prefs_common.c
8437         * src/prefs_common.h
8438         * src/gtk/filesel.c
8439                 remember load attachment dir
8440
8441 2005-12-07 [colin]      1.9.100cvs74
8442
8443         * src/prefs_toolbar.c
8444                 Gtk fixes, patch by Fabien Vantard
8445
8446 2005-12-07 [colin]      1.9.100cvs73
8447
8448         * src/action.c
8449         * src/compose.c
8450         * src/compose.h
8451                 Fix bug #839 (Quoted text isn't colored after 
8452                 executing an action)
8453         * src/common/plugin.c
8454                 Require plugins to declare their licence in plugin_licence()
8455                 Refuse to load non-GPL plugins as they'd be illegal (as 
8456                 derived works of Sylpheed-Claws, they must be GPL).
8457         * src/plugins/clamav/clamav_plugin.c
8458         * src/plugins/demo/demo.c
8459         * src/plugins/dillo_viewer/dillo_viewer.c
8460         * src/plugins/pgpcore/plugin.c
8461         * src/plugins/pgpinline/plugin.c
8462         * src/plugins/pgpmime/plugin.c
8463         * src/plugins/spamassassin/spamassassin.c
8464         * src/plugins/trayicon/trayicon.c
8465                 Add plugin_licence()
8466
8467 2005-12-07 [paul]       1.9.100cvs72
8468
8469         * configure.ac
8470         * src/mainwindow.c
8471         * src/manual.c
8472         * src/manual.h
8473         * src/common/defs.h
8474                 clean up after local FAQ removal and
8475                 temporary manual removal
8476
8477 2005-12-06 [colin]      1.9.100cvs71
8478
8479         * configure.ac
8480         * doc/Makefile.am
8481         * doc/faq/.cvsignore
8482         * doc/faq/Makefile.am
8483         * doc/faq/de/.cvsignore
8484         * doc/faq/de/Makefile.am
8485         * doc/faq/de/sylpheed-faq-1.html
8486         * doc/faq/de/sylpheed-faq-2.html
8487         * doc/faq/de/sylpheed-faq-3.html
8488         * doc/faq/de/sylpheed-faq.html
8489         * doc/faq/en/.cvsignore
8490         * doc/faq/en/Makefile.am
8491         * doc/faq/en/sylpheed-faq-1.html
8492         * doc/faq/en/sylpheed-faq-2.html
8493         * doc/faq/en/sylpheed-faq-3.html
8494         * doc/faq/en/sylpheed-faq-4.html
8495         * doc/faq/en/sylpheed-faq.html
8496         * doc/faq/es/.cvsignore
8497         * doc/faq/es/Makefile.am
8498         * doc/faq/es/sylpheed-faq-1.html
8499         * doc/faq/es/sylpheed-faq-2.html
8500         * doc/faq/es/sylpheed-faq-3.html
8501         * doc/faq/es/sylpheed-faq-4.html
8502         * doc/faq/es/sylpheed-faq.html
8503         * doc/faq/fr/.cvsignore
8504         * doc/faq/fr/Makefile.am
8505         * doc/faq/fr/sylpheed-faq-1.html
8506         * doc/faq/fr/sylpheed-faq-2.html
8507         * doc/faq/fr/sylpheed-faq-3.html
8508         * doc/faq/fr/sylpheed-faq.html
8509         * doc/faq/it/.cvsignore
8510         * doc/faq/it/Makefile.am
8511         * doc/faq/it/sylpheed-faq-1.html
8512         * doc/faq/it/sylpheed-faq-2.html
8513         * doc/faq/it/sylpheed-faq-3.html
8514         * doc/faq/it/sylpheed-faq.html
8515         * doc/manual/.cvsignore
8516         * doc/manual/Makefile.am
8517         * doc/manual/de/.cvsignore
8518         * doc/manual/de/Makefile.am
8519         * doc/manual/de/sylpheed-1.html
8520         * doc/manual/de/sylpheed-10.html
8521         * doc/manual/de/sylpheed-11.html
8522         * doc/manual/de/sylpheed-12.html
8523         * doc/manual/de/sylpheed-13.html
8524         * doc/manual/de/sylpheed-14.html
8525         * doc/manual/de/sylpheed-15.html
8526         * doc/manual/de/sylpheed-16.html
8527         * doc/manual/de/sylpheed-17.html
8528         * doc/manual/de/sylpheed-18.html
8529         * doc/manual/de/sylpheed-19.html
8530         * doc/manual/de/sylpheed-2.html
8531         * doc/manual/de/sylpheed-20.html
8532         * doc/manual/de/sylpheed-3.html
8533         * doc/manual/de/sylpheed-4.html
8534         * doc/manual/de/sylpheed-5.html
8535         * doc/manual/de/sylpheed-6.html
8536         * doc/manual/de/sylpheed-7.html
8537         * doc/manual/de/sylpheed-8.html
8538         * doc/manual/de/sylpheed-9.html
8539         * doc/manual/de/sylpheed.html
8540         * doc/manual/en/.cvsignore
8541         * doc/manual/en/Makefile.am
8542         * doc/manual/en/sylpheed-1.html
8543         * doc/manual/en/sylpheed-10.html
8544         * doc/manual/en/sylpheed-11.html
8545         * doc/manual/en/sylpheed-12.html
8546         * doc/manual/en/sylpheed-13.html
8547         * doc/manual/en/sylpheed-14.html
8548         * doc/manual/en/sylpheed-15.html
8549         * doc/manual/en/sylpheed-16.html
8550         * doc/manual/en/sylpheed-17.html
8551         * doc/manual/en/sylpheed-18.html
8552         * doc/manual/en/sylpheed-19.html
8553         * doc/manual/en/sylpheed-2.html
8554         * doc/manual/en/sylpheed-20.html
8555         * doc/manual/en/sylpheed-21.html
8556         * doc/manual/en/sylpheed-22.html
8557         * doc/manual/en/sylpheed-3.html
8558         * doc/manual/en/sylpheed-4.html
8559         * doc/manual/en/sylpheed-5.html
8560         * doc/manual/en/sylpheed-6.html
8561         * doc/manual/en/sylpheed-7.html
8562         * doc/manual/en/sylpheed-8.html
8563         * doc/manual/en/sylpheed-9.html
8564         * doc/manual/en/sylpheed.html
8565         * doc/manual/es/.cvsignore
8566         * doc/manual/es/Makefile.am
8567         * doc/manual/es/sylpheed-1.html
8568         * doc/manual/es/sylpheed-10.html
8569         * doc/manual/es/sylpheed-11.html
8570         * doc/manual/es/sylpheed-12.html
8571         * doc/manual/es/sylpheed-13.html
8572         * doc/manual/es/sylpheed-14.html
8573         * doc/manual/es/sylpheed-15.html
8574         * doc/manual/es/sylpheed-16.html
8575         * doc/manual/es/sylpheed-17.html
8576         * doc/manual/es/sylpheed-18.html
8577         * doc/manual/es/sylpheed-19.html
8578         * doc/manual/es/sylpheed-2.html
8579         * doc/manual/es/sylpheed-20.html
8580         * doc/manual/es/sylpheed-3.html
8581         * doc/manual/es/sylpheed-4.html
8582         * doc/manual/es/sylpheed-5.html
8583         * doc/manual/es/sylpheed-6.html
8584         * doc/manual/es/sylpheed-7.html
8585         * doc/manual/es/sylpheed-8.html
8586         * doc/manual/es/sylpheed-9.html
8587         * doc/manual/es/sylpheed.html
8588         * doc/manual/fr/.cvsignore
8589         * doc/manual/fr/Makefile.am
8590         * doc/manual/fr/sylpheed-1.html
8591         * doc/manual/fr/sylpheed-10.html
8592         * doc/manual/fr/sylpheed-11.html
8593         * doc/manual/fr/sylpheed-12.html
8594         * doc/manual/fr/sylpheed-13.html
8595         * doc/manual/fr/sylpheed-14.html
8596         * doc/manual/fr/sylpheed-15.html
8597         * doc/manual/fr/sylpheed-16.html
8598         * doc/manual/fr/sylpheed-17.html
8599         * doc/manual/fr/sylpheed-18.html
8600         * doc/manual/fr/sylpheed-19.html
8601         * doc/manual/fr/sylpheed-2.html
8602         * doc/manual/fr/sylpheed-20.html
8603         * doc/manual/fr/sylpheed-3.html
8604         * doc/manual/fr/sylpheed-4.html
8605         * doc/manual/fr/sylpheed-5.html
8606         * doc/manual/fr/sylpheed-6.html
8607         * doc/manual/fr/sylpheed-7.html
8608         * doc/manual/fr/sylpheed-8.html
8609         * doc/manual/fr/sylpheed-9.html
8610         * doc/manual/fr/sylpheed.html
8611         * doc/manual/ja/.cvsignore
8612         * doc/manual/ja/Makefile.am
8613         * doc/manual/ja/sylpheed-1.html
8614         * doc/manual/ja/sylpheed-10.html
8615         * doc/manual/ja/sylpheed-11.html
8616         * doc/manual/ja/sylpheed-12.html
8617         * doc/manual/ja/sylpheed-13.html
8618         * doc/manual/ja/sylpheed-14.html
8619         * doc/manual/ja/sylpheed-15.html
8620         * doc/manual/ja/sylpheed-16.html
8621         * doc/manual/ja/sylpheed-17.html
8622         * doc/manual/ja/sylpheed-18.html
8623         * doc/manual/ja/sylpheed-19.html
8624         * doc/manual/ja/sylpheed-2.html
8625         * doc/manual/ja/sylpheed-20.html
8626         * doc/manual/ja/sylpheed-3.html
8627         * doc/manual/ja/sylpheed-4.html
8628         * doc/manual/ja/sylpheed-5.html
8629         * doc/manual/ja/sylpheed-6.html
8630         * doc/manual/ja/sylpheed-7.html
8631         * doc/manual/ja/sylpheed-8.html
8632         * doc/manual/ja/sylpheed-9.html
8633         * doc/manual/ja/sylpheed.html
8634         * doc/manual/ja/sylpheed.sgml
8635         * src/mainwindow.c
8636                 Remove outdated manual and faq. Noisy, eh?
8637
8638 2005-12-06 [colin]      1.9.100cvs70
8639
8640         * src/compose.c
8641         * src/quote_fmt_parse.y
8642         * src/undo.c
8643         * src/undo.h
8644                 Allow %X to position cursor at 0 
8645                 (no %X = before signature)
8646                 Fix paste as quotation putting the cursor at 0
8647                 Fix undo offsets when pasting
8648                 Insert the quote_fmt at once instead of line 
8649                 by line
8650                 Fix [Edited] when starting to reply/forward
8651
8652 2005-12-06 [paul]       1.9.100cvs69
8653
8654         * src/plugins/clamav/clamav_plugin_gtk.c
8655                 add another tooltip
8656         * src/plugins/spamassassin/spamassassin_gtk.c
8657                 rework spamassassin_create_widget_func()
8658
8659 2005-12-05 [colin]      1.9.100cvs68
8660
8661         * po/POTFILES.in
8662                 Fix make release ;-)
8663
8664 2005-12-05 [colin]      1.9.100cvs67
8665
8666         * src/compose.c
8667         * src/compose.h
8668                 Fix cursor positioning (not obeying %X)
8669
8670 2005-12-05 [paul]       1.9.100cvs66
8671
8672         * src/plugins/dillo_viewer/dillo_prefs.c
8673                 fix compilation warning
8674
8675 2005-12-05 [paul]       1.9.100cvs65
8676
8677         * src/prefs_spelling.c
8678         * src/plugins/trayicon/trayicon.c
8679                 cleanups - remove unused stuff
8680
8681 2005-12-05 [paul]       1.9.100cvs64
8682
8683         * README
8684         * manual/plugins.xml
8685                 remove info about removed mathml_viewer plugin
8686
8687 2005-12-05 [paul]       1.9.100cvs63
8688
8689         * configure.ac
8690         * src/plugins/Makefile.am
8691         * src/plugins/mathml_viewer/.cvsignore
8692         * src/plugins/mathml_viewer/Makefile.am
8693         * src/plugins/mathml_viewer/mathml_viewer.c
8694                 remove unmaintained mathml_viewer plugin
8695
8696 2005-12-05 [paul]       1.9.100cvs62
8697
8698         * src/summaryview.c
8699                 obey prefs_common.always_show_msg when
8700                 moving a msg
8701                 Thanks to Colin
8702
8703 2005-12-05 [paul]       1.9.100cvs61
8704
8705         * src/compose.c
8706         * src/prefs_account.c
8707         * src/prefs_filtering.c
8708         * src/prefs_quote.c
8709         * src/prefs_spelling.c
8710         * src/prefs_toolbar.c
8711         * src/summaryview.c
8712         * src/gtk/gtkutils.c
8713         * src/gtk/quicksearch.c
8714         * src/plugins/dillo_viewer/dillo_prefs.c
8715                 dialog cleanups
8716
8717 2005-12-04 [paul]       1.9.100cvs60
8718
8719         * src/inc.c
8720         * src/prefs_account.c
8721         * src/prefs_account.h
8722                 allow a Local account to specify a
8723                 default inbox
8724                 (closes bug 843 'Inbox cannot be changed for local
8725                  mailboxes')
8726
8727 2005-12-04 [colin]      1.9.100cvs59
8728
8729         * src/plugins/trayicon/trayicon.c
8730                 Remove Get, rename Get All to Get Mail in order to
8731                 be consistent with the default main toolbar
8732
8733 2005-12-03 [colin]      1.9.100cvs58
8734
8735         * manual/gpl.xml
8736         * manual/sylpheed-claws-manual.xml
8737                 Add GPL appendix
8738
8739 2005-12-03 [paul]       1.9.100cvs57
8740
8741         * AUTHORS
8742         * po/sv.po
8743         * src/gtk/authors.h
8744                 new (partially complete) Swedish translation
8745                 by Anders Troback <sylpheed@troback.com>
8746
8747 2005-12-02 [paul]       1.9.100cvs56
8748
8749         * configure.ac
8750                 libetpan 0.41 required
8751
8752 2005-12-02 [paul]       1.9.100cvs55
8753
8754         * src/plugins/clamav/clamav_plugin.c
8755         * src/plugins/clamav/clamav_plugin.h
8756         * src/plugins/clamav/clamav_plugin_gtk.c
8757         * src/plugins/spamassassin/spamassassin.c
8758         * src/plugins/spamassassin/spamassassin.h
8759         * src/plugins/spamassassin/spamassassin_gtk.c
8760                 unregister prefs pages on unloading, thus
8761                 preventing a crash
8762                 (thanks to Colin for the hint)
8763
8764 2005-12-02 [wwp]        1.9.100cvs54
8765
8766         * src/quote_fmt.h
8767         * src/quote_fmt_parse.y
8768                 fix misuse of gboolean*, use gboolean instead
8769                 (thanks to Paul, Colin, for pointing out that scaring one)
8770
8771 2005-12-02 [paul]       1.9.100cvs53
8772
8773         * src/plugins/clamav/clamav_plugin.c
8774                 int no --> unsigned int no
8775         * src/plugins/clamav/clamav_plugin_gtk.c
8776                 rework config page
8777
8778 2005-12-02 [wwp]        1.9.100cvs52
8779
8780         * src/compose.c
8781         * src/prefs_template.c
8782         * src/quote_fmt.h
8783         * src/quote_fmt_parse.y
8784                 prevent from executing |f and |p templates commands when
8785                 adding or replacing templates in prefs (avoids annoying and
8786                 potentially dangerous behaviours)
8787
8788 2005-12-02 [paul]       1.9.100cvs51
8789
8790         * src/prefs_common.c
8791                 allow translation of some default values
8792                 Patch by Fabien Vantard
8793
8794 2005-12-02 [paul]       1.9.100cvs50
8795
8796         * src/codeconv.c
8797         * src/codeconv.h
8798         * src/prefs_common.c
8799         * src/prefs_common.h
8800         * src/prefs_message.c
8801         * src/textview.c
8802                 remove obsolete 'convert_mb_alnum' option
8803                 and related stuff
8804         * src/gtk/about.c
8805                 remove unused 'about_textview_visibility_notify'
8806
8807 2005-12-02 [paul]       1.9.100cvs49
8808
8809         * src/prefs_account.c
8810         * src/prefs_compose_writing.c
8811         * src/prefs_fonts.c
8812         * src/prefs_gtk.h
8813         * src/prefs_image_viewer.c
8814         * src/prefs_message.c
8815         * src/prefs_other.c
8816         * src/prefs_receive.c
8817         * src/prefs_send.c
8818         * src/prefs_spelling.c
8819         * src/prefs_summaries.c
8820         * src/prefs_wrapping.c
8821         * src/plugins/dillo_viewer/dillo_prefs.c
8822         * src/plugins/pgpcore/prefs_gpg.c
8823                 several cleanups to the prefs dialogs
8824                 (slightly modified) patch by Fabien Vantard
8825
8826 2005-12-02 [paul]       1.9.100cvs48
8827
8828         * src/main.c
8829                 --exit means exit
8830         * src/send_message.c
8831                 fix crash on send when connection fails
8832
8833         Thanks to Colin
8834
8835 2005-12-01 [colin]      1.9.100cvs47
8836
8837         * src/html.c
8838                 Translate &hellip; to "..."
8839
8840 2005-11-30 [colin]      1.9.100cvs46
8841
8842         * src/matcher.c
8843         * src/matcher.h
8844                 Optimize back yesterday's fix.
8845
8846 2005-11-30 [paul]       1.9.100cvs45
8847
8848         * manual/faq.xml
8849                 standardised
8850         * manual/intro.xml
8851                 written by Colin, edited by me
8852
8853 2005-11-29 [colin]      1.9.100cvs44
8854
8855         * src/matcher.c
8856                 Skip headers unconditionnaly in match_body if the
8857                 rule is not message or ~message
8858
8859 2005-11-29 [colin]      1.9.100cvs43
8860
8861         * src/matcher.c
8862                 Fix body_part and such, not skipping headers 
8863                 if the matchcriteria wasn't the first in the rule
8864
8865 2005-11-29 [colin]      1.9.100cvs42
8866
8867         * src/compose.c
8868                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8869                 option missing from message view window)
8870                 Fix double text D'n'D with gtk-2.8
8871         * src/matcher.c
8872                 Fix ~message, ~headers_part, ~body_part rules
8873         * src/messageview.c
8874                 Add Windows-1252 (Closes bug #863)
8875                 Fix accels
8876         * src/gtk/gtkaspell.c
8877                 Properly destroy accels in all menus
8878
8879 2005-11-29 [mones]      1.9.100cvs41
8880
8881         * po/es.po
8882                 Updated.
8883
8884 2005-11-27 [colin]      1.9.100cvs40
8885
8886         * src/mh_gtk.c
8887                 "/Remove mailbox" -> "/Remove mailbox..."
8888
8889 2005-11-27 [paul]       1.9.100cvs39
8890
8891         * AUTHORS
8892         * po/de.po
8893         * src/gtk/authors.h
8894                 updated by new maintainer, Stephan Sachse
8895
8896 2005-11-27 [paul]       1.9.100cvs38
8897
8898         * manual/faq.xml
8899                 written by Colin, edited by me
8900
8901 2005-11-27 [paul]       1.9.100cvs37
8902
8903         * src/prefs_common.c
8904         * src/prefs_common.h
8905         * src/prefs_receive.c
8906         * src/prefs_summaries.c
8907                 move 'go to inbox after receiving new mail'
8908                 option from display/sumamaries to mail
8909                 handling/receive, and rework prefs_summaries
8910                 dialog a little
8911
8912 2005-11-25 [martin]     1.9.100cvs36
8913
8914         * po/de.po
8915             fixed windows-1252 translation;
8916             translated some new and fuzzy strings
8917
8918 2005-11-25 [paul]       1.9.100cvs35
8919
8920         * src/plugins/clamav/clamav_plugin.c
8921                 complete the update done in cvs34
8922
8923 2005-11-25 [paul]       1.9.100cvs34
8924
8925         * src/plugins/clamav/clamav_plugin.c
8926                 reflect upstream changes
8927
8928 2005-11-25 [paul]       1.9.100cvs33
8929
8930         * manual/ack.xml
8931         * manual/plugins.xml
8932         * manual/sylpheed-claws-manual.xml
8933                 written/updated by Colin, edited by me
8934         * tools/acroread2sylpheed.pl
8935                 update binary name
8936
8937 2005-11-24 [colin]      1.9.100cvs32
8938
8939         * src/compose.c
8940                 Fix bug #856 (reediting messages forgets Request
8941                 Return Receipt)
8942
8943 2005-11-24 [paul]       1.9.100cvs31
8944
8945         * manual/addrbook.xml
8946         * manual/starting.xml
8947                 written by Colin, proofread, edited, adapted by me
8948         * manual/advanced.xml
8949                 add some Actions examples
8950         * src/importldif.c
8951                 use a Save button instead of a Close button
8952         * src/wizard.c
8953                 indicate mandatory fields
8954                 fix page display
8955                 Thanks to Colin
8956
8957 2005-11-23 [colin]      1.9.100cvs30
8958
8959         * src/addressbook.c
8960                 Rename menu item, fix possible crash after
8961                 deletion of books
8962         * src/addrindex.c
8963                 Allow searching for '*' in ldap
8964         * src/browseldap.c
8965                 Fix "Browse Entry" (did anyone use it?)
8966         * src/wizard.c
8967                 Add guards for mandatory information
8968
8969 2005-11-23 [paul]       1.9.100cvs29
8970
8971         * manual/advanced.xml
8972                 corrections to the English
8973
8974 2005-11-23 [colin]      1.9.100cvs28
8975
8976         * src/mimeview.c
8977                 Fix possible crash at exit. After the call to
8978                 gtk_container_remove(), the Viewer's widget has no
8979                 more parent so gtk+ automatically frees it and its
8980                 sons. If destroy_viewer() then try to access it,
8981                 problems ensue.
8982
8983 2005-11-22 [colin]      1.9.100cvs27
8984
8985         * src/compose.c
8986         * src/gtk/gtkaspell.c
8987                 Fix right-clicking on a misspelled word
8988                 Fix More... in suggestions menu
8989
8990 2005-11-22 [wwp]        1.9.100cvs26
8991
8992         * src/prefs_template.c
8993                 templates works: re-sort templates list when adding or replacing,
8994                 prevent from adding or replacing when the template name is empty
8995
8996 2005-11-21 [colin]      1.9.100cvs25
8997
8998         * src/addressbook.c
8999                 Fix some addressbook suckage (dnd, select all)
9000         * src/compose.c
9001         * src/gtk/gtkaspell.c
9002         * src/gtk/gtkaspell.h
9003                 Make the spellchecker menu work with the 
9004                 GtkTextView one instead of overriding it
9005
9006 2005-11-20 [paul]       1.9.100cvs24
9007
9008         * manual/handling.xml
9009                 proofread and corrected
9010
9011 2005-11-20 [paul]       1.9.100cvs23
9012
9013         * manual/Makefile
9014                 generate html as one file
9015         * manual/advanced.xml
9016                 fix output generation
9017                 reformat hidden options list
9018         * manual/manual.xml     ** REMOVED **
9019         * manual/sylpheed-claws-manual.xml      ** ADDED **
9020                 renamed
9021
9022 2005-11-18 [colin]      1.9.100cvs22
9023
9024         * src/prefs_account.c
9025                 Fix layout in news and mbox accounts
9026         * manual/account.xml
9027         * manual/advanced.xml
9028                 New contents for Paul to check :)
9029
9030 2005-11-18 [wwp]        1.9.100cvs21
9031
9032         * src/gtk/quicksearch.c
9033                 don't update extended quicksearch buttons twice
9034
9035 2005-11-18 [paul]       1.9.100cvs20
9036
9037         * src/textview.c
9038                 complete 1.9.100cvs19
9039
9040 2005-11-18 [paul]       1.9.100cvs19
9041
9042         * src/compose.c
9043                 cosmetic improvements
9044         * src/textview.c
9045                 also list text/* attachments
9046
9047 2005-11-18 [colin]      1.9.100cvs18
9048
9049         * src/summaryview.c
9050                 Use column 0 instead of -1 in 
9051                 gtk_ctree_node_moveto, in a naive
9052                 hope it'll fix the gtk-related crashes
9053
9054 2005-11-18 [colin]      1.9.100cvs17
9055
9056         * src/gtk/inputdialog.c
9057                 Fix icon staying the first one
9058
9059 2005-11-17 [wwp]        1.9.100cvs16
9060                 fix possible problem showing some quicksearch buttons, and a bad
9061                 call to g_return_if_fail in a function that returns a value (both
9062                 fixes by Fabien Vantard)
9063
9064 2005-11-15 [wwp]        1.9.100cvs15
9065
9066         * src/gtk/quicksearch.c
9067                 added a tooltip to that obscure ... quicksearch button
9068
9069 2005-11-15 [wwp]        1.9.100cvs14
9070
9071         * src/gtk/quicksearch.c
9072                 add a quicksearch helper to filtering expression users: the ... button
9073                 raises the condition expr window. condition expressions set up w/ this
9074                 window are used by the quicksearch if the user closes it pressing OK.
9075
9076 2005-11-14 [paul]       1.9.100cvs13
9077
9078         * src/plugins/clamav/clamav_plugin.c
9079         * src/plugins/spamassassin/spamassassin.c
9080                 change plugin type following recent merging
9081
9082 2005-11-14 [wwp]        1.9.100cvs12
9083
9084         * src/folder.c
9085                 prevent from crashing when copying/moving message(s) from and
9086                 to the same folder
9087
9088 2005-11-14 [paul]       1.9.100cvs11
9089
9090         * src/plugins/clamav/Makefile.am
9091         * src/plugins/clamav/clamav_plugin.c
9092         * src/plugins/clamav/clamav_plugin.h
9093         * src/plugins/clamav/clamav_plugin_gtk.c
9094                 also merge clamav and clamav_gtk plugins
9095
9096 2005-11-13 [colin]      1.9.100cvs10
9097
9098         * configure.ac
9099         * src/plugins/spamassassin/Makefile.am
9100         * src/plugins/spamassassin/spamassassin.c
9101         * src/plugins/spamassassin/spamassassin.h
9102         * src/plugins/spamassassin/spamassassin_gtk.c
9103                 Merge spamassassin and spamassassin_gtk plugins,
9104                 and build it by default.
9105
9106 2005-11-12 [colin]      1.9.100cvs9
9107
9108         * src/etpan/imap-thread.c
9109                 Fix gcc warning
9110
9111 2005-11-12 [colin]      1.9.100cvs8
9112
9113         * src/procmime.c
9114                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9115
9116 2005-11-10 [colin]      1.9.100cvs7
9117
9118         * src/main.c
9119                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9120                 minimised state)
9121
9122 2005-11-10 [wwp]        1.9.100cvs6
9123
9124         * src/gtk/description_window.c
9125                 fix a crash when closing description windows using the WM's [X] button
9126
9127 2005-11-09 [colin]      1.9.100cvs5
9128
9129         * src/common/ssl.c
9130                 Update libetpan call to follow upstream
9131                 (yes, this requires libetpan-0.40cvs3)
9132
9133 2005-11-08 [colin]      1.9.100cvs4
9134
9135         * src/compose.c
9136         * src/textview.c
9137         * src/common/utils.c
9138         * src/common/utils.h
9139                 Enhance the email parser
9140
9141 2005-11-08 [colin]      1.9.100cvs3
9142
9143         * src/procmime.c
9144                 Fix what looks like an off-by-one (fixes 
9145                 attachments from the Bat)
9146
9147 2005-11-08 [wwp]        1.9.100cvs2
9148
9149         * src/main.c
9150                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9151
9152 2005-11-08 [wwp]        1.9.100cvs1
9153
9154         * src/main.c
9155                 allow exiting Sylpheed-Claws from command-line
9156
9157 2005-11-08 [paul]       1.9.100
9158
9159         1.9.100 released
9160
9161 2005-11-07 [colin]      1.9.99cvs17
9162
9163         * src/addritem.c
9164         * src/ldif.c
9165                 Fix import of base-64 encoded items
9166
9167 2005-11-07 [colin]      1.9.99cvs16
9168
9169         * src/send_message.c
9170                 Fix bug #314 (Queue does not empty under certain 
9171                 circumstances)
9172
9173 2005-11-07 [paul]       1.9.99cvs15
9174
9175         * src/mutt.c
9176         * src/pine.c
9177                 fix buffer overflows
9178                 Thanks to Colin
9179
9180 2005-11-07 [paul]       1.9.99cvs14
9181
9182         * doc/man/Makefile.am
9183         * doc/man/sylpheed-claws.1      ** ADDED **
9184         * doc/man/sylpheed.1            ** DELETED **
9185                 rename and update the man file
9186
9187 2005-11-06 [colin]      1.9.99cvs13
9188
9189         * src/ldif.c
9190                 Fix ldif_get_line() that returned empty strings
9191                 (Didn't understand why). Also fix a possible
9192                 buffer overflow.
9193
9194 2005-11-06 [wwp]        1.9.99cvs12
9195
9196         * src/textview.c
9197         * src/gtk/about.c
9198         * src/gtk/gtkutils.c
9199         * src/gtk/gtkutils.h
9200                 fix a compilation warning,
9201                 make links sensitive in the about dialog
9202
9203 2005-11-04 [wwp]        1.9.99cvs11
9204
9205         * src/gtk/about.c
9206                 don't wrap or translate URIs, and a bit text format cleanup
9207
9208 2005-11-04 [wwp]        1.9.99cvs10
9209
9210         * src/gtk/about.c
9211                 better textview tagging implementation (no more use of marks for
9212                 postponed tagging)
9213
9214 2005-11-02 [colin]      1.9.99cvs9
9215
9216         * src/common/ssl.c
9217                 Forgot an ifdef
9218
9219 2005-11-02 [colin]      1.9.99cvs8
9220
9221         * configure.ac
9222                 Require libetpan-0.40 due to upstream fix
9223         * src/common/ssl.c
9224                 Tell libetpan not to call SSL_Library_Init,
9225                 as we do it ourselves.
9226
9227 2005-11-02 [colin]      1.9.99cvs7
9228
9229         * po/POTFILES.in
9230                 Add missing files (thanks to Fabien Vantard)
9231
9232 2005-11-02 [colin]      1.9.99cvs6
9233
9234         * src/summaryview.c
9235                 Fix totals when read messages are hidden or quicksearch
9236                 is on
9237         * src/ssl_manager.c
9238         * src/ssl_manager.h
9239         * src/common/ssl_certificate.c
9240         * src/common/ssl_certificate.h
9241         * src/gtk/sslcertwindow.c
9242         * src/gtk/sslcertwindow.h
9243                 Fix copyright on my stuff
9244
9245 2005-11-02 [wwp]        1.9.99cvs5
9246
9247         * src/prefs_themes.c
9248                 fix directory name checking (theme installation/removal),
9249                 made related error a bit more verbose
9250
9251 2005-11-02 [colin]      1.9.99cvs4
9252
9253         * src/summaryview.c
9254                 Fix typo (probably fixes bug #841 (Sort by the From 
9255                 field doesn't work)
9256
9257 2005-11-02 [paul]       1.9.99cvs3
9258
9259         * po/ko.po
9260         * po/nb.po
9261                 updated by SungHyun Nam, Geir Helland
9262         * src/wizard.c
9263                 fix typo in welcome message. spotted by
9264                 Andrea Spadaccini
9265
9266 2005-11-01 [colin]      1.9.99cvs2
9267
9268         * src/compose.c
9269                 Fix replying to ml wen confirming subscription
9270         * src/messageview.c
9271         * src/mimeview.c
9272         * src/mimeview.h
9273         * src/privacy.h
9274         * src/summaryview.c
9275                 Make key check non blocking
9276
9277 2005-10-31 [paul]       1.9.99cvs1
9278
9279         * tools/claws.i18n.status.pl
9280                 updated for ChangeLog
9281
9282 2005-10-31 [paul]       1.9.99
9283
9284         1.9.99 released
9285
9286 2005-10-31 [paul]       1.9.15cvs131
9287
9288         * .cvsignore
9289         * ChangeLog
9290         * ChangeLog.claws       ** REMOVED **
9291         * ChangeLog-gtk2.claws  ** REMOVED **
9292         * ChangeLog.gtk1        ** ADDED **
9293         * INSTALL
9294         * Makefile.am
9295         * NEWS
9296         * README
9297         * README.claws          ** REMOVED **
9298         * README.jp             ** REMOVED **
9299         * RELEASE_NOTES         ** ADDED **
9300         * RELEASE_NOTES.claws   ** REMOVED **
9301         * commitHelper
9302         * configure.ac
9303         * sylpheed.spec.in      ** REMOVED **
9304                 tidy up and update the default docs:
9305                 ChangeLog.claws is renamed ChangeLog.gtk1
9306                 ChangeLog-gtk2.claws is renamed ChangeLog
9307                 README.claws is renamed README
9308                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9309
9310 2005-10-31 [paul]       1.9.15cvs130
9311
9312         * po/it.po
9313                 fix errors
9314
9315 2005-10-31 [paul]       1.9.15cvs129
9316
9317         * po/ca.po
9318         * po/de.po
9319         * po/en_GB.po
9320         * po/fr.po
9321         * po/it.po
9322         * po/pt_BR.po
9323         * po/sk.po
9324         * po/sr.po
9325         * po/zh_CN.po
9326                 updated by Miquel Oliete, Stephan Sachse and
9327                 Thomas Gilgin, me, Fabien Vantard, Andrea
9328                 Spadaccini, Frederico Goncalves Guimaraes,
9329                 Andrej Kacian, Aleksandar Urosevic, and
9330                 Ralgh Young.
9331
9332 2005-10-31 [mones]      1.9.15cvs128
9333
9334         * manual/faq.xml
9335                 More questions.
9336         
9337         * po/es.po
9338                 Updated for release.
9339
9340 2005-10-30 [colin]      1.9.15cvs127
9341
9342         * src/compose.c
9343                 Place cursor before rewrapping (fixes cursor
9344                 pos if quotation gets rewrapped)
9345
9346 2005-10-29 [paul]       1.9.15cvs126
9347
9348         * src/crash.c
9349         * src/foldersel.c
9350         * src/main.c
9351         * src/messageview.c
9352         * src/toolbar.c
9353         * src/gtk/authors.h
9354                 corrections to text items
9355
9356 2005-10-28 [colin]      1.9.15cvs125
9357
9358         * src/messageview.c
9359                 Make "hit 'C' to check sig" work from extern 
9360                 messageviews
9361
9362 2005-10-27 [colin]      1.9.15cvs124
9363
9364         * src/summaryview.c
9365                 Add a hack to avoid segfaulting when hammering 
9366                 on gtk's events
9367
9368 2005-10-27 [wwp]        1.9.15cvs123
9369
9370         * src/prefs_themes.c
9371                 sort list of themes names in themes prefs
9372
9373 2005-10-27 [paul]       1.9.15cvs122
9374
9375         * src/folder.c
9376         * src/prefs_account.c
9377                 fix building on Solaris
9378                 Patch by Alex Moore
9379
9380 2005-10-27 [wwp]        1.9.15cvs121
9381
9382         * src/summaryview.c
9383         * src/gtk/gtksctree.c
9384                 speed up unselecting messages in summary view (thanks to Colin)
9385
9386 2005-10-27 [paul]       1.9.15cvs120
9387
9388         * src/mainwindow.c
9389                 fix a compilation warning
9390         * src/summaryview.c
9391                 fix updating of 'n items selected' count
9392                 when deselecting
9393
9394 2005-10-27 [martin]     1.9.15cvs119
9395
9396         * src/action.c
9397                 ignore actions with a leading '/' in the action menu name
9398                 fixes a crash on menu creation
9399         * src/prefs_actions.c
9400                 do not allow a leading '/' in the action menu name
9401
9402 2005-10-27 [paul]       1.9.15cvs118
9403
9404         * src/main.c
9405                 fix compilation warning
9406
9407 2005-10-27 [paul]       1.9.15cvs117
9408
9409         * src/procmime.c
9410                 add #if HAVE_LOCALE_H
9411
9412 2005-10-27 [paul]       1.9.15cvs116
9413
9414         * src/plugins/clamav/clamav_plugin.c
9415         * src/plugins/dillo_viewer/dillo_viewer.c
9416         * src/plugins/mathml_viewer/mathml_viewer.c
9417         * src/plugins/pgpcore/plugin.c
9418         * src/plugins/pgpinline/plugin.c
9419         * src/plugins/pgpmime/plugin.c
9420         * src/plugins/spamassassin/spamassassin.c
9421         * src/plugins/trayicon/trayicon.c
9422                 plugin_init() : make error messages more
9423                 informative
9424
9425 2005-10-26 [wwp]        1.9.15cvs115
9426
9427         * src/prefs_matcher.c
9428                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9429
9430 2005-10-26 [wwp]        1.9.15cvs114
9431
9432         * src/procmime.c
9433         * src/gtk/gtksctree.c
9434         * src/plugins/spamassassin/libspamc.c
9435         * src/plugins/spamassassin/spamassassin.c
9436                 fix some compilation warnings more
9437
9438 2005-10-26 [mones]      1.9.15cvs113
9439
9440         * po/es.po
9441                 Updated translation
9442
9443 2005-10-26 [paul]       1.9.15cvs112
9444
9445         * src/prefs_message.c
9446                 give all display_xface stuff the
9447                 #if HAVE_LIBCOMPFACE treatment, thus
9448                 preventing a crash
9449                 (Thanks to Wolfgang Enderlein)
9450
9451 2005-10-26 [colin]      1.9.15cvs111
9452
9453         * src/gedit-print.c
9454                 Fix date format
9455         * src/imap_gtk.c
9456         * src/news_gtk.c
9457                 Remove context menu items that should not be there
9458         * src/jpilot.c
9459                 Fix encoding
9460         * src/main.c
9461         * src/mainwindow.c
9462                 Don't show the mainwindow too soon
9463
9464 2005-10-26 [wwp]        1.9.15cvs110
9465
9466         * src/folder.c
9467         * src/manual.c
9468         * src/summaryview.c
9469                 fix uninitialized pointers in the folder updating hook
9470                 (thanks to Colin)
9471
9472 2005-10-25 [mones]      1.9.15cvs109
9473
9474         * manual/faq.xml
9475                 General information subsection completed. 
9476                 Removed archaic references.
9477                 
9478         * manual/Makefile
9479         * manual/dtd/manual.dsl
9480                 Added customization stylesheet for getting paragraphs
9481                 fully justified in PDF output (as suggested by Colin).
9482
9483 2005-10-25 [colin]      1.9.15cvs108
9484
9485         * src/compose.c
9486                 Fix a second leak
9487
9488 2005-10-25 [colin]      1.9.15cvs107
9489
9490         * src/addrbook.c
9491         * src/addrindex.c
9492                 Fix leak (xml_get_element() allocates memory)
9493         * src/compose.c
9494                 Fix leak + dead code (shame!)
9495         * src/procmime.c
9496                 Fix leak
9497
9498 2005-10-25 [colin]      1.9.15cvs106
9499
9500         * src/mimeview.c
9501                 Fix encoding issue in Save all and in 
9502                 overwrite-confirmation alertpanel
9503
9504 2005-10-25 [colin]      1.9.15cvs105
9505
9506         * src/common/socket.c
9507                 Fix a leak - Thanks to Christopher Aillon
9508                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9509
9510 2005-10-25 [paul]       1.9.15cvs104
9511
9512         * src/wizard.c
9513                 Always guess servers from the right-hand
9514                 email part and guess username from the
9515                 left-hand part. (Thanks to Colin)
9516                 add an X-Face to the welcome message
9517
9518 2005-10-25 [paul]       1.9.15cvs103
9519
9520         * manual/handling.xml
9521                 written by Colin, edited by me
9522
9523 2005-10-25 [wwp]        1.9.15cvs102
9524
9525         * src/folderview.c
9526         * src/grouplistdialog.c
9527         * src/imap.c
9528         * src/noticeview.c
9529                 fix some compilation warnings
9530
9531 2005-10-24 [paul]
9532
9533         1.9.99-rc3 released
9534
9535 2005-10-24 [paul]       1.9.15cvs101
9536
9537         * src/gtk/about.c
9538                 fix window sizing
9539
9540 2005-10-24 [paul]       1.9.15cvs100
9541
9542         * src/pixmaps/offline.xpm
9543         * src/pixmaps/online.xpm
9544                 replace with last default versions
9545
9546 2005-10-24 [colin]      1.9.15cvs99
9547
9548         * src/imap.c
9549                 Fix bug when moving a folder
9550         * src/imap_gtk.c
9551         * src/mh_gtk.c
9552                 "Delete folder" pops up a window, so it 
9553                 should be suffixed with "..."
9554         * src/plugins/pgpcore/sgpgme.c
9555                 Include locale.h
9556
9557 2005-10-24 [mones]      1.9.15cvs98
9558
9559         * manual/Makefile
9560         * manual/account.xml
9561         * manual/ack.xml
9562         * manual/addrbook.xml
9563         * manual/advanced.xml
9564         * manual/faq.xml
9565         * manual/glossary.xml
9566         * manual/gpl.xml
9567         * manual/handling.xml
9568         * manual/intro.xml
9569         * manual/keyboard.xml
9570         * manual/manual.xml
9571         * manual/plugins.xml
9572         * manual/starting.xml
9573         * manual/dtd/sdocbook.dtd
9574                 Initial manual structure and some content.
9575
9576 2005-10-23 [wwp]        1.9.15cvs97
9577
9578         * src/gtk/about.c
9579                 fix a typo
9580
9581 2005-10-23 [wwp]        1.9.15cvs96
9582
9583         * src/gtk/about.c
9584         * src/gtk/authors.h
9585                 rework of the about window (main work by Paul), also featuring a few
9586                 fixes for typos and duplicate names
9587
9588 2005-10-23 [wwp]        1.9.15cvs95
9589
9590         * src/.cvsignore
9591                 Ignore the right binary name (sylpheed-claws now)
9592
9593 2005-10-23 [paul]       1.9.15cvs94
9594
9595         * src/compose.c
9596                 when using Folder Pref 'Default To for
9597                 replies' make the entry in the Compose
9598                 window bold
9599                 Patch by Fabien Vantard
9600
9601 2005-10-22 [colin]      1.9.15cvs93
9602
9603         * src/codeconv.c
9604                 Fix leak
9605
9606 2005-10-22 [colin]      1.9.15cvs92
9607
9608         * src/codeconv.c
9609                 try to convert using locale (apart utf8) if necessary
9610
9611 2005-10-22 [colin]      1.9.15cvs91
9612
9613         * src/pixmaps/new.xpm
9614         * src/pixmaps/unread.xpm
9615                 Make the unread envelope blue again and
9616                 saturate the new one a bit more.
9617
9618 2005-10-22 [colin]      1.9.15cvs90
9619
9620         * src/compose.c
9621                 When replying to a mail sent by one of our accounts,
9622                 use the original list of recipients. Let 'Reply All'
9623                 and 'Reply to sender' work like previously.
9624
9625 2005-10-21 [colin]      1.9.15cvs89
9626
9627         * src/prefs_filtering.c
9628                 Clear fields after add and replace
9629         * src/textview.c
9630                 Display xface differently (better)
9631         * src/plugins/pgpinline/pgpinline.c
9632                 Fix crappy encodings/recodings
9633
9634 2005-10-21 [paul]       1.9.15cvs88
9635
9636         * src/compose.c
9637         * src/prefs_folder_item.c
9638         * src/toolbar.c
9639                 fix news folder Folder Properties
9640                 (thanks to Colin)
9641         * src/folderview.c
9642                 update folderview after Themes change
9643                 keep selected folder selected
9644                 (thanks to Colin)
9645
9646 2005-10-21 [paul]       1.9.15cvs87
9647
9648         * tools/Makefile.am
9649         * tools/OOo2sylpheed.pl
9650         * tools/README
9651         * tools/README.sylprint
9652         * tools/asus_mailled.sh         ** REMOVED **
9653         * tools/filter_conv.pl
9654         * tools/freshmeat_search.pl
9655         * tools/google_search.pl
9656         * tools/gpg-sign-syl            ** REMOVED **
9657         * tools/kmail2sylpheed.pl
9658         * tools/kmail2sylpheed_v2.pl
9659         * tools/multiwebsearch.pl
9660         * tools/nautilus2sylpheed.sh
9661         * tools/newscache_clean.pl
9662         * tools/outlook2sylpheed.pl
9663         * tools/sylpheed-switcher       ** REMOVED **
9664         * tools/sylprint.pl
9665         * tools/sylprint.rc
9666         * tools/tb2sylpheed
9667         * tools/vcard2xml.py
9668         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9669                 update default config dir
9670                 update binary name (thanks to Fabien Vantard)
9671                 remove obsolete scripts
9672
9673 2005-10-21 [colin]      1.9.15cvs86
9674
9675         * src/inc.c
9676                 Fix possible leak and units. Based on a patch by
9677                 Fabien Vantard.
9678
9679 2005-10-20 [colin]      1.9.15cvs85
9680
9681         * src/textview.c
9682                 Clear xface when clearing textview
9683
9684 2005-10-20 [colin]      1.9.15cvs84
9685
9686         * configure.ac
9687         * src/folderview.c
9688         * src/headerview.c
9689         * src/main.c
9690         * src/prefs_common.c
9691         * src/prefs_common.h
9692         * src/prefs_message.c
9693         * src/textview.c
9694         * src/textview.h
9695         * src/common/defs.h
9696         * src/common/utils.c
9697         * src/common/utils.h
9698         * src/gtk/gtkutils.c
9699         * src/gtk/gtkutils.h
9700                 Migrate config to .sylpheed-claws (Automatically)
9701                 Add a way to get the Xface in the TextView
9702
9703 2005-10-20 [colin]      1.9.15cvs83
9704
9705         * src/gtk/Makefile.am
9706         * src/gtk/about.c
9707         * src/gtk/authors.h
9708                 Make the about dialog *grooovy*
9709
9710 2005-10-20 [colin]      1.9.15cvs82
9711
9712         * src/mimeview.c
9713                 Use "Open with" on double click if no command
9714                 was found
9715
9716 2005-10-20 [colin]      1.9.15cvs81
9717
9718         * src/imap.c
9719         * src/etpan/imap-thread.c
9720                 Fix possible crash.
9721
9722 2005-10-20 [paul]       1.9.15cvs80
9723
9724         * src/folder.c
9725                 don't show clipkey icon if the only
9726                 attachment is the signature
9727                 Patch by Colin
9728
9729 2005-10-20 [paul]       1.9.15cvs79
9730
9731         * AUTHORS
9732         * src/plugins/pgpmime/pgpmime.c
9733                 name the PGP/MIME signature 'signature.asc'
9734                 Patch by Andrew Nelson <freeandy@gmail.com>
9735
9736 2005-10-19 [colin]      1.9.15cvs78
9737
9738         * src/plugins/pgpmime/pgpmime.c
9739                 Oops, no need to double-check though
9740
9741 2005-10-19 [colin]      1.9.15cvs77
9742
9743         * src/plugins/pgpinline/pgpinline.c
9744         * src/plugins/pgpmime/pgpmime.c
9745                 Check that my_tmpfile() doesn't 
9746                 return NULL
9747
9748 2005-10-19 [colin]      1.9.15cvs76
9749
9750         * src/common/utils.c
9751                 Use shorter mime boundaries to avoid having
9752                 MTAs rewrapping our headers, breaking the
9753                 PGP signature in the process 
9754         * src/compose.c
9755         * src/plugins/pgpmime/pgpmime.c
9756                 Check for boundary uniqueness to be sure
9757                 it won't happen, instead of hoping for the
9758                 best
9759
9760 2005-10-19 [colin]      1.9.15cvs75
9761
9762         * sylpheed-claws.desktop
9763         * src/Makefile.am
9764         * src/main.c
9765                 Ship a sylpheed-claws binary instead
9766                 of a sylpheed one. Change the socket
9767                 name, too
9768         * src/folderview.c
9769                 Update folder only if it changed
9770         * src/wizard.c
9771                 Fix i18n in welcome mail, patch by
9772                 Fabien Vantard
9773
9774 2005-10-19 [paul]
9775
9776         1.9.99-rc2 released
9777
9778 2005-10-19 [paul]       1.9.15cvs74
9779
9780         * src/folder.c
9781         * src/folderview.c
9782                 fix summaryview update
9783                 Patch by Colin
9784
9785 2005-10-18 [colin]      1.9.15cvs73
9786
9787         * src/plugins/pgpcore/passphrase.c
9788                 Don't XGrabServer, and try a bit more to 
9789                 sync everything before grabbing mouse/keyboard
9790
9791 2005-10-18 [colin]      1.9.15cvs72
9792
9793         * src/Makefile.am
9794         * src/addressadd.c
9795         * src/addressbook.c
9796         * src/folderview.c
9797         * src/grouplistdialog.c
9798         * src/mimeview.c
9799         * src/stock_pixmap.c
9800         * src/stock_pixmap.h
9801         * src/summaryview.c
9802         * src/gtk/gtksctree.c
9803         * src/gtk/gtksctree.h
9804         * src/pixmaps/empty.xpm
9805                 Implement a wrapper call for gtk_ctree_set_node_info
9806                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9807                 pixmap instead of a NULL one. This works around some
9808                 memory problems deep inside gtk, revealed by valgrind,
9809                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9810                 as locked crashes sylpheed.), as well as, probably, 
9811                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9812
9813 2005-10-17 [colin]      1.9.15cvs71
9814
9815         * src/mimeview.c
9816                 Provide visual feedback when checking
9817                 signature
9818
9819 2005-10-17 [colin]      1.9.15cvs70
9820
9821         * src/main.c
9822                 Keep the folder list frozen while checking caches...
9823
9824 2005-10-17 [colin]      1.9.15cvs69
9825
9826         * src/addr_compl.c
9827                 Fi bug #833 (Autocompleting from addressbook 
9828                 fails with extended chars)
9829         * src/imap.c
9830                 Fix 'adding messages' staying in statusbar
9831                 after an error
9832
9833 2005-10-17 [wwp]        1.9.15cvs68
9834
9835         * src/ssl_manager.c
9836                 Fix buttons' layout resizing when window size changes
9837
9838 2005-10-17 [wwp]        1.9.15cvs67
9839
9840         * src/account.c
9841         * src/prefs_account.c
9842         * src/prefs_common.c
9843         * src/prefs_common.h
9844         * src/prefs_folder_item.c
9845         * src/prefs_gtk.c
9846         * src/gtk/logwindow.c
9847         * src/gtk/pluginwindow.c
9848         * src/gtk/prefswindow.c
9849         * src/gtk/prefswindow.h
9850                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9851
9852 2005-10-17 [paul]       1.9.15cvs66
9853
9854         * configure.ac
9855                 fix missing libetpan message
9856         * po/en_GB.po
9857                 updated
9858         * src/crash.c
9859         * src/manual.c
9860         * src/prefs_themes.c
9861         * src/common/defs.h
9862                 add some new URI defines, change some
9863                 others
9864         * src/wizard.c
9865                 make welcome message translatable
9866                 small improvements to english
9867                 other tweaks
9868         * src/gtk/menu.c
9869                 fix warnings
9870
9871 2005-10-17 [paul]       1.9.15cvs65
9872
9873         * src/summaryview.c
9874                 fix column titles
9875
9876 2005-10-16 [mones]      1.9.15cvs64
9877
9878         * po/es.po
9879                 Updated translation
9880
9881 2005-10-16 [colin]
9882
9883         1.9.99-rc1 released
9884
9885 2005-10-16 [colin]      1.9.15cvs63
9886
9887         * src/wizard.c
9888                 Fix whitespace
9889
9890 2005-10-16 [colin]      1.9.15cvs62
9891
9892         * src/toolbar.c
9893                 s/Get All/Get Mail/
9894         * src/wizard.c
9895                 Real welcome mail text, thanks Paul
9896
9897 2005-10-16 [colin]      1.9.15cvs61
9898
9899         * src/editldap.c
9900         * src/exporthtml.c
9901         * src/main.c
9902         * src/mainwindow.c
9903         * src/prefs_themes.c
9904         * src/prefs_toolbar.c
9905         * src/plugins/demo/demo.c
9906         * src/plugins/trayicon/trayicon.c
9907                 s/Sylpheed/Sylpheed-Claws/
9908
9909 2005-10-16 [colin]      1.9.15cvs60
9910
9911         * src/wizard.c
9912                 Add a welcome email in the first empty mailbox
9913         * src/prefs_common.c
9914                 Change one more default
9915
9916 2005-10-16 [colin]      1.9.15cvs59
9917
9918         * src/wizard.c
9919                 Remove printf
9920
9921 2005-10-16 [colin]      1.9.15cvs58
9922
9923         * src/toolbar.c
9924         * src/prefs_common.c
9925                 Change some defaults
9926
9927 2005-10-16 [colin]      1.9.15cvs57
9928
9929         * src/toolbar.c
9930         * src/prefs_common.c
9931                 Change some defaults
9932
9933 2005-10-16 [colin]      1.9.15cvs56
9934
9935         * src/wizard.c
9936                 By default, initialize fonts to have
9937                 the same size as normal GtkWidgets
9938
9939 2005-10-16 [colin]      1.9.15cvs55
9940
9941         * src/mimeview.c
9942                 Fix message a bit more
9943
9944 2005-10-16 [colin]      1.9.15cvs54
9945
9946         * src/addressbook.c
9947                 Second attempt at flicker fixing
9948
9949 2005-10-16 [colin]      1.9.15cvs53
9950
9951         * src/addressbook.c
9952                 Fix flicker
9953
9954 2005-10-16 [wwp]        1.9.15cvs52
9955
9956         * src/addressbook.c
9957         * src/editaddress.c
9958         * src/prefs_common.c
9959         * src/prefs_common.h
9960                 Remember window sizes (address book)
9961
9962 2005-10-16 [wwp]        1.9.15cvs51
9963
9964         * src/plugins/clamav/clamav_plugin_gtk.c
9965         * src/plugins/spamassassin/spamassassin_gtk.c
9966                 Fix compilation warnings (missing #include).
9967
9968 2005-10-16 [colin]      1.9.15cvs50
9969
9970         * src/mimeview.c
9971         * src/summaryview.c
9972         * src/textview.c
9973                 Make 'c' check signature, and forward
9974                 c, l, y, t from summaryview to mimeview
9975
9976 2005-10-16 [colin]      1.9.15cvs49
9977
9978         * src/addressbook.c
9979                 Put border around buttons
9980         * src/mainwindow.c
9981         * src/summaryview.c
9982                 Rework menus (Patch based on a patch
9983                 by Paul)
9984
9985 2005-10-15 [wwp]        1.9.15cvs48
9986
9987         * src/editjpilot.c
9988         * src/editldap.c
9989         * src/editvcard.c
9990         * src/exphtmldlg.c
9991         * src/expldifdlg.c
9992         * src/export.c
9993         * src/import.c
9994         * src/importldif.c
9995         * src/importmutt.c
9996         * src/importpine.c
9997         * src/prefs_account.c
9998         * src/prefs_spelling.c
9999         * src/gtk/gtkutils.c
10000         * src/gtk/gtkutils.h
10001         * src/plugins/clamav/clamav_plugin_gtk.c
10002         * src/plugins/spamassassin/spamassassin_gtk.c
10003                 use nicer browse-for-file/dir buttons than the "..." ones,
10004                 code factorizing more.
10005
10006 2005-10-14 [colin]      1.9.15cvs47
10007
10008         * src/mainwindow.c
10009                 set relief on the account switcher so that people see it
10010                 grey out Create processing rules when no message is selected
10011         * src/prefs_filtering.c
10012                 ask before closing if the rule has not been modified, even if
10013                 it's not valid
10014         * src/prefs_matcher.c
10015                 fix sensitivity when entering the dialog
10016         * src/gtk/inputdialog.c
10017                 display a better icon on password ask
10018         * src/plugins/pgpcore/passphrase.c
10019                 make the dialog look better
10020
10021 2005-10-14 [paul]       1.9.15cvs46
10022
10023         * src/folderview.c
10024                 indicate presense of marked msgs in
10025                 unexpanded subfolders
10026
10027 2005-10-14 [paul]       1.9.15cvs45
10028
10029         * src/prefs_actions.c
10030         * src/prefs_common.c
10031         * src/prefs_common.h
10032         * src/prefs_filtering_action.c
10033         * src/prefs_matcher.c
10034         * src/prefs_template.c
10035                 remember window sizes
10036                 fix Info button size
10037
10038         Patches by wwp
10039
10040 2005-10-13 [colin]      1.9.15cvs44
10041
10042         * src/mimeview.c
10043         * src/noticeview.c
10044         * src/noticeview.h
10045                 Add a tooltip on the icon (optional) 
10046                 Get rid of the signature buttons and only
10047                 use the icon+tooltip
10048
10049 2005-10-13 [colin]      1.9.15cvs43
10050
10051         * src/noticeview.c
10052         * src/noticeview.h
10053                 Add hand cursor for hovering over icon
10054
10055 2005-10-13 [colin]      1.9.15cvs42
10056
10057         * src/summaryview.c
10058                 Fix crash when quicksearch's hidden 
10059                 at startup
10060
10061 2005-10-13 [colin]      1.9.15cvs41
10062
10063         * src/compose.c
10064                 Set subject when forwarding multiple mails
10065                 Check that other recipient than the default Cc or Bcc
10066                 have been set before sending.
10067
10068 2005-10-13 [colin]      1.9.15cvs40
10069
10070         * src/imap.c
10071                 Batch per-folder
10072                 Introduce locking, but don't use it yet
10073
10074 2005-10-13 [colin]      1.9.15cvs39
10075
10076         * src/gtk/quicksearch.c
10077                 Reset quicksearch when hiding it
10078                 Make sticky a real pref
10079
10080 2005-10-13 [colin]      1.9.15cvs38
10081
10082         * src/summaryview.c
10083                 Faster prefs apply
10084
10085 2005-10-13 [colin]      1.9.15cvs37
10086
10087         * src/mimeview.c
10088         * src/noticeview.c
10089         * src/noticeview.h
10090         * src/plugins/pgpcore/sgpgme.c
10091                 Make privacy icon clickable
10092                 Move Trust field in Full info
10093                 When trust is less than full, don't display
10094                 a warning icon
10095
10096 2005-10-13 [colin]      1.9.15cvs36
10097
10098         * src/folder.c
10099                 Batch on flags sync
10100         * src/folderview.c
10101                 Revert speed hack which is dangerous in fact
10102                 Apply prefs faster
10103
10104 2005-10-13 [colin]      1.9.15cvs35
10105
10106         * src/folder_item_prefs.c
10107                 Fix pref corruption on folder move. Patch
10108                 by wwp
10109
10110 2005-10-13 [paul]       1.9.15cvs34
10111
10112         * src/export.c
10113         * src/import.c
10114                 fix typos in g_warnings
10115         * src/prefs_account.c
10116                 add a file selector for Signature file
10117
10118         Patches by wwp
10119
10120 2005-10-12 [colin]      1.9.15cvs33
10121
10122         * src/mimeview.c
10123                 Provide a quick way to go back from a
10124                 signature's full info to the email part
10125
10126 2005-10-12 [colin]      1.9.15cvs32
10127
10128         * src/compose.c
10129                 Remove old hack of encoding signed mails with base64.
10130                 QP works equally well.
10131
10132 2005-10-12 [colin]      1.9.15cvs31
10133
10134         * src/crash.c
10135                 Replace deprecated GtkText with GtkTextView
10136         * src/imap.c
10137                 Fix a logic bug about counts in imap_select
10138                 (previously un-triggered)
10139         * src/mainwindow.c
10140         * src/summaryview.c
10141         * src/news.c
10142                 Allow local deletion of news posts
10143         * src/mimeview.c
10144                 Show GPG noticeview on the message/rfc822 part
10145                 in addition to the text/plain one
10146         * src/prefs_image_viewer.c
10147           src/plugins/pgpcore/prefs_gpg.c
10148                 Polish (set the label as part of the checkbox)
10149         * src/wizard.c
10150                 Don't sit there doing nothing after destroying
10151                 the window - return err
10152
10153 2005-10-11 [colin]      1.9.15cvs30
10154
10155         * src/folderview.c
10156                 Apply processing rules before showing folders.
10157                 Early folder show (before flags sync) will only
10158                 be done when there are no processing rules (nor
10159                 pre- or post- ones)
10160         * src/imap.c
10161                 Fix stuff related to mail subdir, creation and 
10162                 deletion of folders 
10163         * src/imap_gtk.c
10164                 Don't allow creation of folders in NoInferior
10165                 folders, as it won't work
10166
10167 2005-10-10 [colin]      1.9.15cvs29
10168
10169         * src/compose.c
10170                 Reselect "None" Privacy system when selecting an
10171                 account with no privacy system defined
10172
10173 2005-10-10 [colin]      1.9.15cvs28
10174
10175         * src/mainwindow.c
10176                 Add Windows-1252 encoding
10177         * src/prefs_common.c
10178                 Rework some defaults:
10179                 - autosave to draft by default
10180                 - don't show header pane (it's already in the textview)
10181                 - Select first new or unread mail on entry
10182                 - Assume 'Yes' to change folder when there's no more
10183                   unread message
10184         * src/prefs_matcher.c
10185                 Fix a gtk assertion failure
10186         * src/gtk/colorlabel.c
10187                 Workaround bad repainting on selection
10188         * src/main.c
10189                 Freeze/thaw (a bit faster on ssh -X)
10190         * src/msgcache.c
10191                 Get rid of StrdupConverter that just adds an
10192                 extra strdup/free 
10193         * src/etpan/imap_thread.c
10194                 memset buf to 0
10195
10196 2005-10-10 [colin]      1.9.15cvs27
10197
10198         * src/export.c
10199         * src/import.c
10200                 Fix compile on gtk 2.4. Patch by wwp
10201
10202 2005-10-09 [colin]      1.9.15cvs26
10203
10204         * src/mainwindow.c
10205         * src/messageview.c
10206         * src/summaryview.c
10207                 Clarify forward menus. Patch by wwp
10208
10209 2005-10-09 [colin]      1.9.15cvs25
10210
10211         * src/compose.c
10212         * src/compose.h
10213                 Fix bug #829 (Non-working "Encrypt message by 
10214                 default when replying to an encrypted message")
10215
10216 2005-10-08 [colin]      1.9.15cvs24
10217
10218         * src/wizard.c
10219                 Fix bug #827 ("Welcome" setup wizard after a 
10220                 permission error gives up & forgets itself.)
10221
10222 2005-10-08 [colin]      1.9.15cvs23
10223
10224         * src/procmime.c
10225                 Fix bug #828 (Ignoring headers with spaces around = sign)
10226
10227 2005-10-08 [colin]      1.9.15cvs22
10228
10229         * src/export.c
10230                 Warning fix by wwp
10231
10232 2005-10-08 [colin]      1.9.15cvs21
10233
10234         * src/folder.c
10235         * src/folder.h
10236                 Add a processing_pending indicator, set on 
10237                 folder_item_open and cleared after 
10238                 folder_item_process_open
10239         * src/folderview.c
10240         * src/summaryview.c
10241                 wrap procmsg_msginfo_*_flags, and in the
10242                 wrapper check that there's no folder processing 
10243                 pending. If there is, defer the flags change until 
10244                 processing is done to avoid stepping over each
10245                 other's toes.
10246                 Freeze during processing, but not during scanning.
10247
10248 2005-10-07 [colin]      1.9.15cvs20
10249
10250         * src/plugins/pgpcore/passphrase.c
10251                 Fix bug #826 (X-Server hangs when 
10252                 right-clicking a PGP encrypted message)
10253
10254 2005-10-07 [paul]       1.9.15cvs19
10255
10256         * src/compose.c
10257                 fix compose_entries[]
10258                 patch by Fabien Vantard
10259
10260 2005-10-06 [colin]      1.9.15cvs18
10261
10262         * src/pixmaps/address.xpm
10263         * src/pixmaps/address_book.xpm
10264         * src/pixmaps/book.xpm
10265         * src/pixmaps/check_spelling.xpm
10266         * src/pixmaps/checkbox_off.xpm
10267         * src/pixmaps/checkbox_on.xpm
10268         * src/pixmaps/close.xpm
10269         * src/pixmaps/complete.xpm
10270         * src/pixmaps/continue.xpm
10271         * src/pixmaps/deleted.xpm
10272         * src/pixmaps/down_arrow.xpm
10273         * src/pixmaps/exec.xpm
10274         * src/pixmaps/forwarded.xpm
10275         * src/pixmaps/group.xpm
10276         * src/pixmaps/ignorethread.xpm
10277         * src/pixmaps/interface.xpm
10278         * src/pixmaps/jpilot.xpm
10279         * src/pixmaps/ldap.xpm
10280         * src/pixmaps/linewrap.xpm
10281         * src/pixmaps/linewrapcurrent.xpm
10282         * src/pixmaps/mail.xpm
10283         * src/pixmaps/mail_attach.xpm
10284         * src/pixmaps/mail_compose.xpm
10285         * src/pixmaps/mail_forward.xpm
10286         * src/pixmaps/mail_receive.xpm
10287         * src/pixmaps/mail_receive_all.xpm
10288         * src/pixmaps/mail_reply.xpm
10289         * src/pixmaps/mail_reply_to_all.xpm
10290         * src/pixmaps/mail_reply_to_author.xpm
10291         * src/pixmaps/mail_send.xpm
10292         * src/pixmaps/mail_send_queue.xpm
10293         * src/pixmaps/mime_application.xpm
10294         * src/pixmaps/mime_audio.xpm
10295         * src/pixmaps/mime_image.xpm
10296         * src/pixmaps/mime_message.xpm
10297         * src/pixmaps/mime_text_enriched.xpm
10298         * src/pixmaps/mime_text_html.xpm
10299         * src/pixmaps/mime_text_plain.xpm
10300         * src/pixmaps/mime_unknown.xpm
10301         * src/pixmaps/new.xpm
10302         * src/pixmaps/news_compose.xpm
10303         * src/pixmaps/offline.xpm
10304         * src/pixmaps/online.xpm
10305         * src/pixmaps/paste.xpm
10306         * src/pixmaps/preferences.xpm
10307         * src/pixmaps/privacy_emblem_encrypted.xpm
10308         * src/pixmaps/privacy_expired.xpm
10309         * src/pixmaps/privacy_failed.xpm
10310         * src/pixmaps/privacy_passed.xpm
10311         * src/pixmaps/privacy_signed.xpm
10312         * src/pixmaps/privacy_unknown.xpm
10313         * src/pixmaps/privacy_warn.xpm
10314         * src/pixmaps/properties.xpm
10315         * src/pixmaps/replied.xpm
10316         * src/pixmaps/search.xpm
10317         * src/pixmaps/unread.xpm
10318         * src/pixmaps/up_arrow.xpm
10319         * src/pixmaps/vcard.xpm
10320                 Modernize internal theme, with icons from the 
10321                 Gnomaws theme. Keep some of the old ones where
10322                 they were better.
10323
10324 2005-10-06 [colin]      1.9.15cvs17
10325
10326         * src/summaryview.c
10327                 Little optimisations + bugfix
10328         * src/toolbar.c
10329                 Remove default useless items - useless being defined
10330                 by the default relevant prefs
10331         * src/wizard.c
10332                 include config.h to make gettext work
10333         * src/prefs_themes.c
10334                 Fix selection of current theme in prefs
10335
10336 2005-10-06 [colin]      1.9.15cvs16
10337
10338         * src/prefs_common.c
10339         * src/prefs_common.h
10340         * src/prefs_summaries.c
10341         * src/folderview.c
10342                 Add a warning dialog on Mark all read 
10343                 (with pref to get rid of it)
10344
10345 2005-10-06 [paul]       1.9.15cvs15
10346
10347         * po/nb.po
10348         * po/pt_BR.po
10349                 updated by Geir Helland and Frederico
10350                 Goncalves Guimaraes
10351
10352 2005-10-05 [colin]      1.9.15cvs14
10353
10354         * src/folder.c
10355         * src/folder.h
10356         * src/folderview.c
10357         * src/folderview.h
10358         * src/imap_gtk.c
10359         * src/mh_gtk.c
10360         * src/mainwindow.c
10361         * src/setup.c
10362                 add a way to rescan without rebuilding
10363                 make moving a bit faster (less folders changes)
10364                 don't lock the tree on Get 
10365         * src/imap.c
10366                 Don't re-delete deleted messages before expunging
10367         * src/summaryview.c
10368                 Set batch mode when deleting mails
10369
10370 2005-10-05 [paul]       1.9.15cvs13
10371
10372         * src/mainwindow.c
10373         * src/mainwindow.h
10374                 fix disabled Execute menu item
10375         * src/toolbar.c
10376                 match the change in 1.9.15cvs10: use Compose
10377                 instead of News by default
10378
10379 2005-10-04 [colin]      1.9.15cvs12
10380
10381         * src/compose.c
10382                 When replying to an ML post with Reply-To set
10383                 to the poster's email, honor it (as before),
10384                 but also honor our user's request to reply to
10385                 the mailing list: set the ML address in the To
10386                 field and the Reply-To address in the Cc: 
10387                 field.
10388
10389 2005-10-04 [colin]      1.9.15cvs11
10390
10391         * src/plugins/trayicon/trayicon.c
10392                 Finish cosmetic change - thanks to wwp
10393
10394 2005-10-04 [colin]      1.9.15cvs10
10395
10396         * src/toolbar.c
10397                 Use Compose instead of Email by default.
10398                 Spotted by wwp.
10399
10400 2005-10-04 [colin]      1.9.15cvs9
10401
10402         * src/folder.c
10403         * src/folder.h
10404         * src/folderview.c
10405         * src/imap.c
10406         * src/etpan/imap-thread.c
10407         * src/etpan/imap-thread.h
10408                 Try to make IMAP faster, by simplifying SEARCH
10409                 commands, avoiding sending two STATUS in a row,
10410                 and deferring flags sync and processing just
10411                 after displaying the folder. 
10412                 This will update the SummaryView in certain
10413                 cases (new mails not already fetched, flags
10414                 changed from another client) but in a non-
10415                 blocking manner.
10416
10417 2005-10-04 [colin]      1.9.15cvs8
10418
10419         * src/plugins/trayicon/trayicon.c
10420                 Relabel "Offline" to "Work offline"
10421
10422 2005-10-04 [colin]      1.9.15cvs7
10423
10424         * src/export.c
10425         * src/import.c
10426         * src/mbox.c
10427                 Fix mbox import/export buglets
10428                 Patch by wwp
10429         * src/plugins/trayicon/trayicon.c
10430                 Add offline swithc
10431                 Patch by wwp
10432
10433 2005-10-04 [colin]      1.9.15cvs6
10434
10435         * src/folder.c
10436         * src/folderview.c
10437         * src/summaryview.c
10438                 Better fix (don't break mark all read) for cvs2
10439
10440 2005-10-03 [colin]      1.9.15cvs5
10441
10442         * src/folder.c
10443                 Use a sane sort by default
10444
10445 2005-10-03 [colin]      1.9.15cvs4
10446
10447         * src/inc.c
10448                 Add a 'Only once' button for overriding offline mode
10449         * src/prefs_account.c
10450         * src/wizard.c
10451                 Add Local mbox to the wizard
10452                 Add IMAP subdir to the wizard (or the wizard is useless
10453                 for such accounts, or even worse than useless)
10454                 Move IMAP subdir from Advanced to Receive tab, as it's
10455                 not that uncommon
10456
10457 2005-10-03 [colin]      1.9.15cvs3
10458
10459         * src/send_message.c
10460                 Forgot this one in cvs1
10461
10462 2005-10-03 [colin]      1.9.15cvs2
10463
10464         * src/folder.c
10465                 Faster close when leaving a folder with lots
10466                 of new mails. Idea by David Relson.
10467
10468 2005-10-03 [colin]      1.9.15cvs1
10469
10470         * src/compose.c
10471         * src/imap.c
10472         * src/inc.c
10473         * src/main.c
10474         * src/messageview.c
10475         * src/news.c
10476         * src/summaryview.c
10477         * src/gtk/sslcertwindow.c
10478         * src/plugins/trayicon/trayicon.c
10479                 Add accels to every AlertPanel. Patch by Fabien 
10480                 Vantard
10481
10482 2005-10-03 [paul]       1.9.15
10483
10484         1.9.15 released
10485
10486 2005-10-03 [paul]       1.9.14cvs68
10487
10488         * po/ca.po
10489         * po/de.po
10490         * po/es.po
10491         * po/fi.po
10492         * po/fr.po
10493         * po/sk.po
10494         * po/sr.po
10495         * po/zh_CN.po
10496                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10497                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10498                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10499
10500 2005-10-03 [paul]       1.9.14cvs67
10501
10502         * src/send_message.c
10503                 prevent hang on Cancel
10504                 patch by Colin
10505
10506 2005-10-03 [paul]       1.9.14cvs66
10507
10508         * src/main.c
10509                 fix crash in IMAP caused by discrepancy
10510                 between check_at_startup and offline mode
10511                 Patch by Colin
10512
10513 2005-10-01 [paul]       1.9.14cvs65
10514
10515         * src/inc.c
10516                 fix engrish
10517
10518 2005-10-01 [paul]       1.9.14cvs64
10519         * src/export.c
10520         * src/import.c
10521                 synchronise import_mbox() and export_mbox()
10522         * src/mbox.c
10523                 proc_mbox(): add alert if file cannot be opened
10524                 export_list_to_mbox(): test if dest file exists,
10525                 prompt user to overwrite if it does. add alert
10526                 if file cannot be created
10527                                                                 
10528         Patch by wwp
10529                                                                                                                 
10530
10531 2005-09-30 [paul]       1.9.14cvs63
10532
10533         * src/addressbook.c
10534                 Fix sensitivity of a menu
10535         * src/codeconv.c
10536                 Respect hidden pref for mails with no encoding
10537         * src/common/xml.c
10538                 Fix memory corruption
10539         * src/plugins/pgpcore/sgpgme.c
10540                 Fix segfault on incomplete sigs, and display
10541                 of S/Mime UIDs
10542
10543         Patches by Colin
10544
10545 2005-09-30 [colin]      1.9.14cvs62
10546
10547         * src/partial_download.c
10548                 Little logic fix in almost-dead code
10549         * src/pop.c
10550                 Fix partial download when there's no new mail
10551
10552 2005-09-29 [paul]       1.9.14cvs61
10553
10554         * src/plugins/pgpinline/pgpinline.c
10555                 fix bug 819, 'crash accessing sign message'
10556                 Patch by Colin
10557
10558 2005-09-28 [martin]     1.9.14cvs60
10559
10560         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10561                 fix bug #790 (Crash when restarting window manager (fluxbox))
10562
10563 2005-09-28 [paul]       1.9.14cvs59
10564
10565         * src/gtk/gtkaspell.c
10566                 fix off-by-one typo
10567
10568 2005-09-27 [colin]      1.9.14cvs58
10569
10570         * src/plugins/pgpcore/sgpgme.c
10571                 Report error when there's one, instead of
10572                 "Signature unchecked" 
10573
10574 2005-09-27 [colin]      1.9.14cvs57
10575
10576         * src/prefs_quote.c
10577                 Fix bug #816 (Weird quotation with spaces)
10578
10579 2005-09-27 [colin]      1.9.14cvs56
10580
10581         * src/codeconv.c
10582         * src/compose.c
10583         * src/compose.h
10584                 Put subject in compose's title
10585                 Fix Automatic encoding so that it's really automatic:
10586                 first try default locale's charset, then charset of the replied mail, 
10587                 then utf-8
10588                 Fix encoding of headers (must be in strict mode too)
10589
10590 2005-09-26 [colin]      1.9.14cvs55
10591
10592         * src/gtk/gtkaspell.c
10593                 Fix previous patch - don't color the space,
10594                 just uncolor it :)
10595
10596 2005-09-26 [colin]      1.9.14cvs54
10597
10598         * src/gtk/gtkaspell.c
10599                 Unmark space if possible
10600
10601 2005-09-26 [colin]      1.9.14cvs53
10602
10603         * src/imap.c
10604                 log_error instead of alertpanel according to the pref
10605         * src/etpan/imap-thread.c
10606                 Print connect status, copy only necessary size to 
10607                 logger
10608         * src/plugins/pgpmime/pgpmime.c
10609                 Handle S/Mime signatures (verification only). Patch based
10610                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10611
10612 2005-09-26 [paul]       1.9.14cvs52
10613
10614         * src/common/passcrypt.c
10615                 this 'workaround' not necessary on NetBSD.
10616                 Thanks to Daniel Gustafson
10617
10618 2005-09-26 [paul]
10619
10620         1.9.15-rc4 released
10621
10622 2005-09-26 [paul]       1.9.14cvs51
10623
10624         * src/summaryview.c
10625                 Skip currently selected message when
10626                 looking for next new or unread message
10627                 in current folder. Patch by Colin
10628         * src/common/passcrypt.c
10629                 eliminate warnings on *BSD. Patch by
10630                 Daniel Gustafson
10631
10632 2005-09-26 [colin]      1.9.14cvs50
10633
10634         * src/procmsg.c
10635                 Call postfiltering hook anyway
10636
10637 2005-09-22 [colin]      1.9.14cvs49
10638
10639         * src/codeconv.c
10640         * src/codeconv.h
10641                 Add a strict mode that doesn't replace with _
10642         * src/compose.c
10643         * src/compose.h
10644                 Use strict conversion while sending
10645                 Fix race when drafting while sending (happens
10646                 on IMAP)
10647                 Fix d'n'd of messages from summaryview
10648         * src/prefs_common.c
10649         * src/prefs_common.h
10650                 add hidden utf8_instead_of_locale_for_broken_mail 
10651                 pref for people that preferred the default charset 
10652                 to be utf8 for broken mails
10653         * src/quote_fmt_parse.y
10654                 fix bug #815 (No quote insert if "From:" fied 
10655                 contained Russian letters)
10656         * src/summaryview.c
10657                 Fix d'n'd of messages to compose
10658
10659 2005-09-22 [paul]       1.9.14cvs48
10660
10661         * src/compose.c
10662                 fix bug where attachments Name entry
10663                 would display Path instead
10664
10665 2005-09-21 [paul]       1.9.14cvs47
10666
10667         * README
10668         * README.jp
10669         * configure.ac
10670         * config/config.rpath
10671         * doc/manual/en/sylpheed-20.html
10672         * doc/manual/es/sylpheed-20.html
10673         * po/bg.po
10674         * po/ca.po
10675         * po/de.po
10676         * po/es.po
10677         * po/fr.po
10678         * po/it.po
10679         * po/pt_BR.po
10680         * po/sk.po
10681         * po/zh_TW.po
10682         * src/account.c
10683         * src/account.h
10684         * src/action.c
10685         * src/action.h
10686         * src/adbookbase.h
10687         * src/addr_compl.c
10688         * src/addr_compl.h
10689         * src/addrbook.c
10690         * src/addrbook.h
10691         * src/addrcache.c
10692         * src/addrcache.h
10693         * src/addrcindex.c
10694         * src/addrcindex.h
10695         * src/addrclip.c
10696         * src/addrclip.h
10697         * src/addrdefs.h
10698         * src/addressadd.c
10699         * src/addressadd.h
10700         * src/addressbook.c
10701         * src/addressbook.h
10702         * src/addressitem.h
10703         * src/addrgather.c
10704         * src/addrgather.h
10705         * src/addrharvest.c
10706         * src/addrharvest.h
10707         * src/addrindex.c
10708         * src/addrindex.h
10709         * src/addritem.c
10710         * src/addritem.h
10711         * src/addrquery.c
10712         * src/addrquery.h
10713         * src/addrselect.c
10714         * src/addrselect.h
10715         * src/alertpanel.c
10716         * src/alertpanel.h
10717         * src/browseldap.c
10718         * src/browseldap.h
10719         * src/codeconv.c
10720         * src/codeconv.h
10721         * src/compose.c
10722         * src/compose.h
10723         * src/crash.c
10724         * src/crash.h
10725         * src/customheader.c
10726         * src/customheader.h
10727         * src/displayheader.c
10728         * src/displayheader.h
10729         * src/editaddress.c
10730         * src/editaddress.h
10731         * src/editbook.c
10732         * src/editbook.h
10733         * src/editgroup.c
10734         * src/editgroup.h
10735         * src/editjpilot.c
10736         * src/editjpilot.h
10737         * src/editldap.c
10738         * src/editldap.h
10739         * src/editldap_basedn.c
10740         * src/editldap_basedn.h
10741         * src/editvcard.c
10742         * src/editvcard.h
10743         * src/enriched.c
10744         * src/enriched.h
10745         * src/exphtmldlg.c
10746         * src/exphtmldlg.h
10747         * src/expldifdlg.c
10748         * src/expldifdlg.h
10749         * src/export.c
10750         * src/export.h
10751         * src/exporthtml.c
10752         * src/exporthtml.h
10753         * src/exportldif.c
10754         * src/exportldif.h
10755         * src/filtering.c
10756         * src/filtering.h
10757         * src/folder.c
10758         * src/folder.h
10759         * src/folder_item_prefs.c
10760         * src/folder_item_prefs.h
10761         * src/foldersel.c
10762         * src/foldersel.h
10763         * src/folderutils.c
10764         * src/folderutils.h
10765         * src/folderview.c
10766         * src/folderview.h
10767         * src/grouplistdialog.c
10768         * src/grouplistdialog.h
10769         * src/headerview.c
10770         * src/headerview.h
10771         * src/html.c
10772         * src/html.h
10773         * src/image_viewer.c
10774         * src/image_viewer.h
10775         * src/imap.c
10776         * src/imap.h
10777         * src/imap_gtk.c
10778         * src/imap_gtk.h
10779         * src/import.c
10780         * src/import.h
10781         * src/importldif.c
10782         * src/importldif.h
10783         * src/importmutt.c
10784         * src/importmutt.h
10785         * src/importpine.c
10786         * src/importpine.h
10787         * src/inc.c
10788         * src/inc.h
10789         * src/jpilot.c
10790         * src/jpilot.h
10791         * src/ldapctrl.c
10792         * src/ldapctrl.h
10793         * src/ldaplocate.c
10794         * src/ldaplocate.h
10795         * src/ldapquery.c
10796         * src/ldapquery.h
10797         * src/ldapserver.c
10798         * src/ldapserver.h
10799         * src/ldaputil.c
10800         * src/ldaputil.h
10801         * src/ldif.c
10802         * src/ldif.h
10803         * src/localfolder.c
10804         * src/localfolder.h
10805         * src/main.c
10806         * src/main.h
10807         * src/mainwindow.c
10808         * src/mainwindow.h
10809         * src/manual.c
10810         * src/manual.h
10811         * src/matcher.c
10812         * src/matcher.h
10813         * src/matcher_parser.h
10814         * src/matcher_parser_lex.l
10815         * src/matcher_parser_parse.y
10816         * src/mbox.c
10817         * src/mbox.h
10818         * src/message_search.c
10819         * src/message_search.h
10820         * src/messageview.c
10821         * src/messageview.h
10822         * src/mh.c
10823         * src/mh.h
10824         * src/mh_gtk.c
10825         * src/mh_gtk.h
10826         * src/mimeview.c
10827         * src/mimeview.h
10828         * src/msgcache.c
10829         * src/msgcache.h
10830         * src/mutt.c
10831         * src/mutt.h
10832         * src/news.c
10833         * src/news.h
10834         * src/news_gtk.c
10835         * src/news_gtk.h
10836         * src/noticeview.c
10837         * src/noticeview.h
10838         * src/partial_download.c
10839         * src/partial_download.h
10840         * src/pine.c
10841         * src/pine.h
10842         * src/pop.c
10843         * src/pop.h
10844         * src/prefs_account.c
10845         * src/prefs_account.h
10846         * src/prefs_actions.c
10847         * src/prefs_actions.h
10848         * src/prefs_common.c
10849         * src/prefs_common.h
10850         * src/prefs_compose_writing.c
10851         * src/prefs_compose_writing.h
10852         * src/prefs_customheader.c
10853         * src/prefs_customheader.h
10854         * src/prefs_display_header.c
10855         * src/prefs_display_header.h
10856         * src/prefs_ext_prog.c
10857         * src/prefs_ext_prog.h
10858         * src/prefs_filtering.c
10859         * src/prefs_filtering.h
10860         * src/prefs_filtering_action.c
10861         * src/prefs_filtering_action.h
10862         * src/prefs_folder_column.c
10863         * src/prefs_folder_column.h
10864         * src/prefs_folder_item.c
10865         * src/prefs_folder_item.h
10866         * src/prefs_fonts.c
10867         * src/prefs_fonts.h
10868         * src/prefs_gtk.c
10869         * src/prefs_gtk.h
10870         * src/prefs_image_viewer.c
10871         * src/prefs_image_viewer.h
10872         * src/prefs_matcher.c
10873         * src/prefs_matcher.h
10874         * src/prefs_message.c
10875         * src/prefs_message.h
10876         * src/prefs_msg_colors.c
10877         * src/prefs_msg_colors.h
10878         * src/prefs_other.c
10879         * src/prefs_other.h
10880         * src/prefs_quote.c
10881         * src/prefs_quote.h
10882         * src/prefs_receive.c
10883         * src/prefs_receive.h
10884         * src/prefs_send.c
10885         * src/prefs_send.h
10886         * src/prefs_spelling.c
10887         * src/prefs_spelling.h
10888         * src/prefs_summaries.c
10889         * src/prefs_summaries.h
10890         * src/prefs_summary_column.c
10891         * src/prefs_summary_column.h
10892         * src/prefs_template.c
10893         * src/prefs_template.h
10894         * src/prefs_themes.c
10895         * src/prefs_themes.h
10896         * src/prefs_toolbar.c
10897         * src/prefs_toolbar.h
10898         * src/prefs_wrapping.c
10899         * src/prefs_wrapping.h
10900         * src/privacy.c
10901         * src/privacy.h
10902         * src/procheader.c
10903         * src/procheader.h
10904         * src/procmime.c
10905         * src/procmime.h
10906         * src/procmsg.c
10907         * src/procmsg.h
10908         * src/quote_fmt.c
10909         * src/quote_fmt_parse.y
10910         * src/recv.c
10911         * src/recv.h
10912         * src/remotefolder.c
10913         * src/remotefolder.h
10914         * src/send_message.c
10915         * src/send_message.h
10916         * src/setup.c
10917         * src/setup.h
10918         * src/simple-gettext.c
10919         * src/sourcewindow.c
10920         * src/sourcewindow.h
10921         * src/ssl_manager.c
10922         * src/ssl_manager.h
10923         * src/statusbar.c
10924         * src/statusbar.h
10925         * src/stock_pixmap.c
10926         * src/stock_pixmap.h
10927         * src/summary_search.c
10928         * src/summary_search.h
10929         * src/summaryview.c
10930         * src/summaryview.h
10931         * src/syldap.c
10932         * src/syldap.h
10933         * src/textview.c
10934         * src/textview.h
10935         * src/toolbar.c
10936         * src/toolbar.h
10937         * src/undo.c
10938         * src/undo.h
10939         * src/unmime.c
10940         * src/unmime.h
10941         * src/vcard.c
10942         * src/vcard.h
10943         * src/wizard.c
10944         * src/wizard.h
10945         * src/common/base64.c
10946         * src/common/base64.h
10947         * src/common/defs.h
10948         * src/common/hooks.c
10949         * src/common/hooks.h
10950         * src/common/log.c
10951         * src/common/log.h
10952         * src/common/md5.c
10953         * src/common/md5.h
10954         * src/common/mgutils.c
10955         * src/common/mgutils.h
10956         * src/common/nntp.c
10957         * src/common/nntp.h
10958         * src/common/passcrypt.c
10959         * src/common/passcrypt.h.in
10960         * src/common/plugin.c
10961         * src/common/plugin.h
10962         * src/common/prefs.c
10963         * src/common/prefs.h
10964         * src/common/progressindicator.c
10965         * src/common/progressindicator.h
10966         * src/common/quoted-printable.c
10967         * src/common/quoted-printable.h
10968         * src/common/session.c
10969         * src/common/session.h
10970         * src/common/smtp.c
10971         * src/common/smtp.h
10972         * src/common/socket.c
10973         * src/common/socket.h
10974         * src/common/ssl.c
10975         * src/common/ssl.h
10976         * src/common/ssl_certificate.c
10977         * src/common/ssl_certificate.h
10978         * src/common/string_match.c
10979         * src/common/string_match.h
10980         * src/common/stringtable.c
10981         * src/common/sylpheed.c
10982         * src/common/sylpheed.h
10983         * src/common/template.c
10984         * src/common/template.h
10985         * src/common/timing.h
10986         * src/common/utils.c
10987         * src/common/utils.h
10988         * src/common/uuencode.c
10989         * src/common/uuencode.h
10990         * src/common/version.h.in
10991         * src/common/xml.c
10992         * src/common/xml.h
10993         * src/common/xmlprops.c
10994         * src/common/xmlprops.h
10995         * src/gtk/about.c
10996         * src/gtk/about.h
10997         * src/gtk/colorlabel.c
10998         * src/gtk/colorlabel.h
10999         * src/gtk/colorsel.c
11000         * src/gtk/colorsel.h
11001         * src/gtk/description_window.c
11002         * src/gtk/description_window.h
11003         * src/gtk/filesel.c
11004         * src/gtk/filesel.h
11005         * src/gtk/foldersort.c
11006         * src/gtk/foldersort.h
11007         * src/gtk/gtkutils.c
11008         * src/gtk/gtkutils.h
11009         * src/gtk/inputdialog.c
11010         * src/gtk/inputdialog.h
11011         * src/gtk/logwindow.c
11012         * src/gtk/logwindow.h
11013         * src/gtk/manage_window.c
11014         * src/gtk/manage_window.h
11015         * src/gtk/menu.c
11016         * src/gtk/menu.h
11017         * src/gtk/pluginwindow.c
11018         * src/gtk/pluginwindow.h
11019         * src/gtk/prefswindow.c
11020         * src/gtk/prefswindow.h
11021         * src/gtk/progressdialog.c
11022         * src/gtk/progressdialog.h
11023         * src/gtk/quicksearch.c
11024         * src/gtk/quicksearch.h
11025         * src/gtk/sslcertwindow.c
11026         * src/gtk/sslcertwindow.h
11027         * src/plugins/clamav/clamav_plugin.c
11028         * src/plugins/clamav/clamav_plugin.h
11029         * src/plugins/clamav/clamav_plugin_gtk.c
11030         * src/plugins/demo/demo.c
11031         * src/plugins/dillo_viewer/dillo_prefs.c
11032         * src/plugins/dillo_viewer/dillo_prefs.h
11033         * src/plugins/dillo_viewer/dillo_viewer.c
11034         * src/plugins/mathml_viewer/mathml_viewer.c
11035         * src/plugins/pgpcore/passphrase.c
11036         * src/plugins/pgpcore/passphrase.h
11037         * src/plugins/pgpcore/plugin.c
11038         * src/plugins/pgpcore/prefs_gpg.c
11039         * src/plugins/pgpcore/prefs_gpg.h
11040         * src/plugins/pgpcore/select-keys.c
11041         * src/plugins/pgpcore/select-keys.h
11042         * src/plugins/pgpcore/sgpgme.c
11043         * src/plugins/pgpcore/sgpgme.h
11044         * src/plugins/pgpinline/pgpinline.c
11045         * src/plugins/pgpinline/pgpinline.h
11046         * src/plugins/pgpinline/plugin.c
11047         * src/plugins/pgpmime/pgpmime.c
11048         * src/plugins/pgpmime/pgpmime.h
11049         * src/plugins/pgpmime/plugin.c
11050         * src/plugins/spamassassin/spamassassin.c
11051         * src/plugins/spamassassin/spamassassin.h
11052         * src/plugins/spamassassin/spamassassin_gtk.c
11053         * src/plugins/trayicon/trayicon.c
11054         * tools/OOo2sylpheed.pl
11055         * tools/acroread2sylpheed.pl
11056         * tools/asus_mailled.sh
11057         * tools/filter_conv.pl
11058         * tools/freshmeat_search.pl
11059         * tools/google_search.pl
11060         * tools/kmail2sylpheed.pl
11061         * tools/kmail2sylpheed_v2.pl
11062         * tools/maildir2sylpheed.pl
11063         * tools/multiwebsearch.pl
11064         * tools/newscache_clean.pl
11065         * tools/outlook2sylpheed.pl
11066         * tools/sylpheed-switcher
11067         * tools/update-po
11068         * tools/vcard2xml.py
11069         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11070                 update FSF address
11071
11072 2005-09-21 [colin]      1.9.14cvs46
11073
11074         * src/gedit-print.c
11075         * src/procmsg.c
11076         * src/procmsg.h
11077         * src/textview.c
11078         * src/summaryview.c
11079                 Remove some printing hacks (deselection/reselection),
11080                 which by the way fix printing the currently 
11081                 displayed mime part (still only text)
11082                 Plus a little optimisation of summary_show
11083
11084
11085 2005-09-20 [colin]      1.9.14cvs45
11086
11087         * src/mainwindow.c
11088         * src/messageview.c
11089                 GUI fixups: add accels, set message
11090                 view title to displayed mail's subject
11091         * src/prefs_spelling.c
11092         * src/gtk/gtkaspell.c
11093                 GUI fixups: allow underlining misspelled
11094                 words instead of coloring them (a11y!)
11095
11096 2005-09-19 [colin]
11097
11098         1.9.15rc3 released
11099
11100 2005-09-19 [colin]      1.9.14cvs44
11101
11102         * src/compose.c
11103                 Fix draft message
11104         * src/gtk/gtkaspell.c
11105                 Fix wrong test ;-)
11106
11107 2005-09-19 [colin]      1.9.14cvs43
11108
11109         * src/addressbook.c
11110                 Fix sensitivity of Delete button
11111         * src/compose.c
11112                 Warn if the requested Privacy system
11113                 is not available
11114         * src/exphtmldlg.c
11115         * src/expldifdlg.c
11116         * src/importldif.c
11117         * src/importmutt.c
11118         * src/importpine.c
11119                 Fix crappy UI
11120         * src/
11121         * src/ssl.h
11122         * src/prefs_account.h
11123         * src/prefs_account.c
11124                 Save SSL prefs even in builds that have
11125                 SSL support disable
11126         * src/imap.c
11127         * src/inc.c
11128         * src/news.c
11129         * src/send_message.c
11130                 Warn if connection should be secure, but
11131                 SSL support isn't compiled in
11132         * src/gtkaspell.c
11133                 Fix word separation on UTF-8 systems
11134                 Fixes bug #812 (Strange inline spellchecking)
11135         * src/compose.c
11136                 Warn if the requested Privacy system
11137                 is not available
11138                 Factorize offline warning
11139         * src/imap.c
11140         * src/imap_gtk.c
11141         * src/imap_gtk.h
11142         * src/inc.h
11143         * src/news_gtk.c
11144         * src/news_gtk.h
11145         * src/messageview.c
11146                 Factorize offline warning
11147
11148 2005-09-19 [paul]
11149
11150         1.9.15-rc2 released
11151
11152 2005-09-18 [colin]      1.9.14cvs42
11153
11154         * src/codeconv.c
11155         * src/codeconv.h
11156         * src/procmime.c
11157                 Add a way to get locale's charset ignoring utf-8,
11158                 and use that as default encoding for broken mails
11159
11160 2005-09-18 [colin]      1.9.14cvs41
11161
11162         * src/gtk/logwindow.c
11163                 Translate string. Patch by Fabien Vantard
11164
11165 2005-09-18 [colin]      1.9.14cvs40
11166
11167         * configure.ac
11168                 Fix bug #803 (IMAP/SSL support breaks with 
11169                 GnuTLS libetpan 0.38)
11170
11171 2005-09-18 [colin]      1.9.14cvs39
11172
11173         * src/codeconv.c
11174         * src/compose.c
11175         * src/procmime.c
11176                 More charsets fixes. Fixes bug #806 (non
11177                 ascii characters in subject line)
11178
11179 2005-09-17 [paul]       1.9.14cvs38
11180
11181         * src/folderview.c
11182         * src/mainwindow.c
11183                 fix gcc-2.95 issues
11184                 Patch by Pawel Pekala
11185
11186 2005-09-17 [colin]      1.9.14cvs37
11187
11188         * src/addrindex.c
11189                 bugfix for NO-USE LDAP compilation, patch 
11190                 by Fabien Vantard
11191
11192 2005-09-17 [colin]      1.9.14cvs36
11193
11194         * src/prefs_actions.c
11195         * src/prefs_customheader.c
11196         * src/prefs_display_header.c
11197         * src/prefs_filtering_action.c
11198         * src/prefs_matcher.c
11199         * src/prefs_toolbar.c
11200                 Fix strange casts (less elegant but
11201                 works better)
11202
11203 2005-09-16 [colin]      1.9.14cvs35
11204
11205         * src/jpilot.c
11206                 Missed that one
11207
11208 2005-09-16 [colin]      1.9.14cvs34
11209
11210         * configure.ac
11211         * src/Makefile.am
11212         * src/addr_compl.c
11213         * src/addrindex.c
11214         * src/browseldap.c
11215         * src/editldap.c
11216         * src/ldaplocate.c
11217         * src/ldapquery.c
11218         * src/ldapquery.h
11219         * src/ldapserver.c
11220         * src/ldapserver.h
11221         * src/main.c
11222         * src/matcher_parser_parse.y
11223         * src/prefs_themes.c
11224         * src/etpan/Makefile.am
11225         * src/gtk/description_window.c
11226         * src/plugins/clamav/Makefile.am
11227         * src/plugins/clamav/clamav_plugin.c
11228         * src/plugins/dillo_viewer/Makefile.am
11229         * src/plugins/pgpcore/Makefile.am
11230         * src/plugins/pgpinline/Makefile.am
11231         * src/plugins/pgpmime/Makefile.am
11232         * src/plugins/trayicon/Makefile.am
11233                 Fix 100% cpu usage in address completion list
11234                 Fix little bugs (return with no values etc)
11235                 Fix all warnings (with common CFLAGS)
11236
11237 2005-09-15 [colin]      1.9.14cvs33
11238
11239         * src/addressbook.c
11240                 Fix bug where sometimes a group's email list is empty,
11241                 force its refresh (probably fixes "Re: how to create a 
11242                 distribution list")
11243         * src/ldapquery.c
11244                 Don't return to the callback in the main thread from the
11245                 fetch thread (or face segs!)
11246
11247 2005-09-15 [paul]       1.9.14cvs32
11248
11249         * src/prefs_matcher.c
11250                 forgotten in last commit
11251
11252 2005-09-15 [paul]       1.9.14cvs31
11253
11254         * src/prefs_actions.c
11255         * src/prefs_filtering_action.c
11256         * src/prefs_quote.c
11257         * src/quote_fmt.c
11258         * src/summaryview.c
11259         * src/gtk/description_window.c
11260         * src/gtk/description_window.h
11261         * src/gtk/quicksearch.c
11262                 allow interaction with the called
11263                 description window
11264                 Patch by Anders Hammar
11265
11266 2005-09-14 [paul]       1.9.14cvs30
11267
11268         * src/compose.c
11269                 fix a little annoyance when pasting with 3rd button 
11270                 with wrap_pastes=0 and wrap_input=1
11271                 Patch by Colin
11272
11273 2005-09-14 [paul]       1.9.14cvs29
11274
11275         * src/prefs_account.c
11276                 disable 'Filter messages on receiving' for
11277                 SMTP-only accounts
11278                 Patch  by Anders Hammar
11279
11280 2005-09-14 [paul]       1.9.14cvs28
11281
11282         * po/sk.po
11283                 fix crash
11284                 updated by Andrej Kacian
11285
11286 2005-09-14 [paul]
11287
11288         1.9.15-rc1 released
11289
11290 2005-09-14 [paul]       1.9.14cvs27
11291
11292         * po/es.po
11293                 updated by Ricardo Mones Lastra
11294         * src/compose.c
11295         * src/compose.h
11296                 associate no_wrap_tags to Compose windows
11297                 instead of using a static one
11298                 Patch by Colin
11299         * src/mbox.c
11300                 fix proc_mbox()
11301                 Patch by wwp
11302         * src/textview.c
11303                 remove unneeded printf()
11304
11305 2005-09-14 [paul]       1.9.14cvs26
11306
11307         * src/addrcache.c
11308         * src/codeconv.h
11309         * src/folder.h
11310         * src/mainwindow.h
11311         * src/mh.c
11312         * src/mimeview.h
11313         * src/partial_download.c
11314         * src/pop.c
11315         * src/prefs_account.c
11316         * src/prefs_account.h
11317         * src/prefs_actions.c
11318         * src/prefs_customheader.c
11319         * src/prefs_display_header.c
11320         * src/prefs_filtering_action.c
11321         * src/prefs_matcher.c
11322         * src/prefs_toolbar.c
11323         * src/privacy.h
11324         * src/procmime.c
11325         * src/procmime.h
11326         * src/procmsg.h
11327         * src/textview.c
11328         * src/undo.h
11329         * src/common/plugin.c
11330         * src/common/session.h
11331         * src/common/socket.c
11332         * src/common/socket.h
11333         * src/common/template.c
11334         * src/gtk/gtkaspell.c
11335         * src/gtk/quicksearch.h
11336         * src/plugins/pgpcore/passphrase.c
11337         * src/plugins/pgpcore/prefs_gpg.h
11338         * src/plugins/pgpcore/select-keys.c
11339         * src/plugins/pgpcore/select-keys.h
11340         * src/plugins/pgpcore/sgpgme.c
11341         * src/plugins/pgpinline/pgpinline.c
11342         * src/plugins/pgpmime/pgpmime.c
11343         * src/plugins/trayicon/trayicon.c
11344                 fix compilation warnings
11345                 Patch by Daniel Gustafson
11346
11347 2005-09-14 [paul]       1.9.14cvs25
11348
11349         * src/addressbook.c
11350                 add missing column header, and other small
11351                 bug fixes
11352                 Patch by Anders Hammar
11353
11354 2005-09-13 [colin]      1.9.14cvs24
11355
11356         * src/gtk/gtkaspell.c
11357                 Fix non-utf8 in menu
11358                 Fix little leaks
11359                 Nullify struct members after free()s
11360
11361 2005-09-13 [colin]      1.9.14cvs23
11362
11363         * src/compose.c
11364                 Test utf8 compliance before inserting to 
11365                 buffer, and try to convert if necessary
11366         * src/procmime.c
11367                 If no charset is present, use the locale 
11368                 one instead of us-ascii
11369         * src/procmsg.c
11370                 Add Sender, List-Post and To in the checked 
11371                 headers for automatic rules creation 
11372                 (thanks to wwp)
11373         * src/prefs_themes.c
11374         * src/gtk/gtkaspell.c
11375                 Remove deprecated functions. 
11376                 patch by Daniel Gustafson
11377
11378 2005-09-12 [colin]      1.9.14cvs22
11379
11380         * src/compose.c
11381                 Fix bug #448 (Scrolling/Redraw issue with 
11382                 address-fields in Header)
11383         * src/mainwindow.c
11384         * src/summaryview.c
11385         * src/summaryview.h
11386                 Fix loss of MSG_MARKED on move/copy
11387                 Fix bug #804 (Quicksearch togglebutton doesn't 
11388                 get depressed after '/' key is pressed)
11389
11390 2005-09-12 [paul]       1.9.14cvs21
11391
11392         * AUTHORS
11393         * src/gtk/logwindow.c
11394                 add 'Clear Log' to popup menu
11395                 Patch by Anders Hammar <anders.hammar@telia.com>
11396
11397 2005-09-12 [paul]       1.9.14cvs20
11398
11399         * src/compose.c
11400                 set correct sensitivity on attachments
11401                 popup menu
11402         * src/folder.c
11403                 fix typo
11404         * src/prefs_spelling.c
11405                 fix crash when no LANG env is set
11406         * src/common/xml.c
11407                 fix crash in wizard
11408                 don't use memeory after free
11409
11410         All patches by Daniel Gustafson
11411
11412 2005-09-12 [paul]       1.9.14cvs19
11413
11414         * src/prefs_themes.c
11415                 make theme info selectable
11416         * src/gtk/description_window.c
11417                 make window non-modal
11418         * tools/README
11419                 add details of asus_mailed.sh
11420         * tools/claws.i18n.status.pl
11421                 update for new zh_TW translator
11422                 widen the output
11423                 create alternate coloured lines
11424                 improve readability
11425
11426 2005-09-10 [colin]      1.9.14cvs18
11427
11428         * src/plugins/pgpcore/select-keys.c
11429                 Better order for the buttons
11430
11431 2005-09-10 [colin]      1.9.14cvs17
11432
11433         * src/compose.c
11434         * src/plugins/pgpcore/select-keys.c
11435         * src/plugins/pgpcore/select-keys.h
11436         * src/plugins/pgpcore/sgpgme.c
11437                 Add a "Don't encrypt" button to the key
11438                 selection dialog. Fixes bug #177 (There should be a 
11439                 'Don't encrypt button in the Select Keys dialog)
11440
11441 2005-09-10 [colin]      1.9.14cvs16
11442
11443         * src/compose.c
11444                 Fix bug #572 (%X option does not work with templates)
11445
11446 2005-09-10 [colin]      1.9.14cvs15
11447
11448         * src/toolbar.c 
11449                 Remove g_print
11450
11451 2005-09-10 [colin]      1.9.14cvs14
11452
11453         * src/imap.c
11454                 Fix a possible crash
11455
11456 2005-09-09 [colin]      1.9.14cvs13
11457
11458         * src/imap.c
11459         * src/etpan/imap-thread.c
11460         * src/etpan/imap-thread.h
11461                 Fix moving from queue or drafts to normal folders
11462                 Fix bug #794 (No way to delete without expunging)
11463                 Take flags unset by other mailers into account
11464                 Take deleted flag set by other mailers into account
11465                 Fix unsetting REPLIED flag
11466                 Fix crash when capabilities can't be retrieved
11467         * src/mainwindow.c
11468         * src/mainwindow.h
11469                 Add M_DELAYED_FLAGS condition, and let the user use
11470                 Execute in order to be able to expunge deleted mails,
11471                 even if he's not in delayed execute mode
11472         * src/prefs_spelling.c
11473                 Use 'en' dictionary by default if LANG is POSIX or C
11474         * src/gtk/prefswindow.c
11475                 Fix bug #767 (Preferences windows expanding) by making
11476                 the window a bit larger when the resolution is greater
11477                 than 640x480, and by putting the prefs in a
11478                 GtkScrolledWindow.
11479
11480 2005-09-09 [paul]       1.9.14cvs12
11481
11482         * AUTHORS
11483         * configure.ac
11484         * po/zh_TW.Big5.po      ** REMOVED **
11485         * po/zh_TW.po           ** ADDED **
11486                 updated by Wei-Lun Chao
11487
11488 2005-09-09 [paul]       1.9.14cvs11
11489
11490         * src/mainwindow.c
11491                 fix asserts
11492         * src/common/xml.c
11493                 delay memory allocation until file is
11494                 opened successfully
11495                 Patch by Daniel Gustafson
11496
11497 2005-09-09 [colin]      1.9.14cvs10
11498
11499         * src/imap.c
11500                 Add guards
11501
11502 2005-09-08 [colin]      1.9.14cvs9
11503
11504         * src/compose.c
11505                 Alert when we can't save draft
11506                 Fix various wrap/color issues
11507                 Add mid-click pasting respecting wrap_paste option
11508         * src/folder.c
11509         * src/folder.h
11510         * src/folder_item_prefs.c
11511         * src/folder_item_prefs.h
11512         * src/imap.c
11513         * src/imap_gtk.c
11514         * src/imap_gtk.h
11515         * src/main.c
11516         * src/mainwindow.c
11517         * src/mainwindow.h
11518         * src/news.c
11519         * src/news_gtk.c
11520         * src/news_gtk.h
11521         * src/prefs_folder_item.c
11522                 Fix the impossibility to synchronise folders for
11523                 offline use (IMAP and NNTP are concerned)
11524
11525 2005-09-08 [colin]      1.9.14cvs8
11526
11527         * configure.ac
11528                 Build LDAP and JPilot by default if available
11529         * src/textview.c
11530                 Fix use after free
11531
11532 2005-09-08 [paul]       1.9.14cvs7
11533
11534         * doc/manual/en/sylpheed-1.html
11535         * doc/manual/en/sylpheed-18.html
11536         * doc/manual/en/sylpheed-19.html
11537         * doc/manual/en/sylpheed-4.html
11538         * doc/manual/en/sylpheed-6.html
11539         * doc/manual/en/sylpheed.html
11540                 a few minor updates, plus include some
11541                 details about plugins and their requirements
11542         * src/mainwindow.c
11543                 minor changes to English in /View/Sort
11544
11545 2005-09-07 [colin]      1.9.14cvs6
11546
11547         * doc/manual/en/sylpheed-1.html
11548         * doc/manual/en/sylpheed-10.html
11549         * doc/manual/en/sylpheed-11.html
11550         * doc/manual/en/sylpheed-12.html
11551         * doc/manual/en/sylpheed-13.html
11552         * doc/manual/en/sylpheed-14.html
11553         * doc/manual/en/sylpheed-15.html
11554         * doc/manual/en/sylpheed-16.html
11555         * doc/manual/en/sylpheed-17.html
11556         * doc/manual/en/sylpheed-18.html
11557         * doc/manual/en/sylpheed-19.html
11558         * doc/manual/en/sylpheed-2.html
11559         * doc/manual/en/sylpheed-20.html
11560         * doc/manual/en/sylpheed-21.html
11561         * doc/manual/en/sylpheed-22.html
11562         * doc/manual/en/sylpheed-3.html
11563         * doc/manual/en/sylpheed-4.html
11564         * doc/manual/en/sylpheed-5.html
11565         * doc/manual/en/sylpheed-6.html
11566         * doc/manual/en/sylpheed-7.html
11567         * doc/manual/en/sylpheed-8.html
11568         * doc/manual/en/sylpheed-9.html
11569         * doc/manual/en/sylpheed.html
11570                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11571
11572 2005-09-07 [colin]      1.9.14cvs5
11573
11574         * src/mainwindow.c
11575                 Make labels more to-the-point
11576
11577 2005-09-07 [colin]      1.9.14cvs4
11578
11579         * doc/manual/en/sylpheed-1.html
11580         * doc/manual/en/sylpheed-12.html
11581         * doc/manual/en/sylpheed-13.html
11582         * doc/manual/en/sylpheed-14.html
11583         * doc/manual/en/sylpheed-15.html
11584         * doc/manual/en/sylpheed-16.html
11585         * doc/manual/en/sylpheed-17.html
11586         * doc/manual/en/sylpheed-18.html
11587         * doc/manual/en/sylpheed-19.html
11588         * doc/manual/en/sylpheed-2.html
11589         * doc/manual/en/sylpheed-20.html
11590         * doc/manual/en/sylpheed-21.html
11591         * doc/manual/en/sylpheed-22.html
11592         * doc/manual/en/sylpheed-4.html
11593         * doc/manual/en/sylpheed-5.html
11594         * doc/manual/en/sylpheed-6.html
11595         * doc/manual/en/sylpheed-7.html
11596         * doc/manual/en/sylpheed-8.html
11597         * doc/manual/en/sylpheed-9.html
11598         * doc/manual/en/sylpheed.html
11599                 Update manual
11600
11601 2005-09-07 [colin]      1.9.14cvs3
11602
11603         * doc/faq/en/sylpheed-faq-1.html
11604         * doc/faq/en/sylpheed-faq-2.html
11605         * doc/faq/en/sylpheed-faq-3.html
11606         * doc/faq/en/sylpheed-faq.html
11607                 Update FAQ
11608
11609 2005-09-07 [colin]      1.9.14cvs2
11610
11611         * src/folderview.c
11612         * src/procmsg.c
11613         * src/summaryview.c
11614         * src/toolbar.c
11615                 Fix special subfolders:
11616                 - Inherit parent's icon
11617                 - sent contents of queues subfolders
11618                 - empty subfolders of trashes
11619         * src/mainwindow.c
11620                 Remove outdated manual and faq entries
11621         * src/common/utils.c
11622                 Add quotes around %s coming from mailcap
11623
11624 2005-09-07 [colin]      1.9.14cvs1
11625
11626         * src/compose.c
11627                 After saving draft, set modified to FALSE
11628         * src/mimeview.c
11629         * src/common/utils.c
11630         * src/common/utils.h
11631                 Try to open mime parts using what is 
11632                 indicated in ~/.mailcap or /etc/mailcap,
11633                 if possible.
11634
11635 2005-09-05 [paul]       1.9.14
11636
11637         1.9.14 released
11638
11639         * po/sk.po
11640                 updated by Andrej Kacian
11641
11642 2005-09-05 [paul]       1.9.13cvs83
11643
11644         * po/de.po
11645         * po/es.po
11646         * po/fi.po
11647         * po/fr.po
11648         * po/nb.po
11649         * po/pt_BR.po
11650         * po/sr.po
11651                 updated translations by Thomas Gilgin, Ricardo Mones
11652                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11653                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11654
11655 2005-09-04 [paul]       1.9.13cvs82
11656
11657         * src/compose.c
11658                 only warn about exceeded line length limit
11659                 on send
11660
11661 2005-09-04 [paul]       1.9.13cvs81
11662
11663         * src/compose.c
11664                 fix crash in 'line length exceeded' dialogue
11665
11666 2005-09-02 [paul]       1.9.13cvs80
11667
11668         * src/imap.c
11669                 fix bug 795, 'Connection lost IMAP'
11670                 and add statusbar prints
11671                 Patch by Colin
11672
11673 2005-09-02 [paul]       1.9.13cvs79
11674
11675         * src/compose.c
11676                 compose_wrap_paragraph() becomes
11677                 compose_beautify_paragraph()
11678                 Patch by Colin
11679
11680 2005-09-02 [colin]      1.9.13cvs78
11681
11682         * src/folderview.c
11683                 Micro-fix
11684
11685 2005-09-01 [colin]      1.9.13cvs77
11686
11687         * src/imap.c
11688                 Maybe fix bug #795 (Connection lost IMAP)
11689                 Don't try to send logout when we're disconnected.
11690         * src/summaryview.c
11691                 Include locked and marked emails in HRM
11692                 view. Fixes bug #800 (Locked messages no longer 
11693                 show up when hide read messages is used)
11694
11695 2005-09-01 [paul]       1.9.13cvs76
11696
11697         * src/prefs_common.c
11698                 fix bad cutting
11699
11700 2005-08-31 [colin]      1.9.13cvs75
11701
11702         * src/folderview.c
11703         * src/folderview.h
11704         * src/prefs_summaries.c
11705         * src/summaryview.c
11706                 Fix "go to next new", fix preference
11707                 (Open unread/next swapped)
11708
11709 2005-08-31 [paul]       1.9.13cvs74
11710
11711         * src/compose.c
11712         * src/folderview.c
11713         * src/headerview.c
11714         * src/headerview.h
11715         * src/mainwindow.c
11716         * src/prefs_common.c
11717         * src/prefs_common.h
11718         * src/prefs_fonts.c
11719         * src/summaryview.c
11720         * src/textview.c
11721         * src/common/defs.h
11722                 remove obsolete BOLD_FONT setting
11723                 fix font update in headerview and textview
11724                 headers after prefs change
11725                 Patch By Colin
11726
11727 2005-08-31 [paul]
11728
11729         1.9.14-rc4 released
11730
11731 2005-08-30 [colin]      1.9.13cvs73
11732
11733         * src/summaryview.c
11734                 When Hide read messages is selected and we
11735                 refresh the summaryview, don't remove the 
11736                 currently displayed message. Fixes bug #797
11737                 (Summary view reloads when new mail is 
11738                 downloaded in 1.9.14 rc)
11739
11740 2005-08-30 [colin]      1.9.13cvs72
11741
11742         * src/folderview.c
11743                 Fix flickering
11744         * src/mainwindow.c
11745                 Remove useless callback
11746         * src/mimeview.c
11747         * src/gtk/filesel.c
11748         * src/gtk/filesel.h
11749                 Add a filesel_select_file_save_folder() - used by Save All
11750
11751 2005-08-29 [paul]       1.9.13cvs71
11752
11753         * AUTHORS
11754         * src/matcher_parser_parse.y
11755         * src/etpan/imap-thread.c
11756                 fix building on FreeBSD
11757                 Patch by Daniel Gustafson <daniel@hobbit.se>
11758
11759 2005-08-29 [paul]       1.9.13cvs70
11760
11761         * src/plugins/pgpinline/pgpinline.c
11762                 only initialise sig result if it's been handled
11763                 Patch by Colin
11764
11765 2005-08-29 [paul]       1.9.13cvs69
11766         
11767         Patches by Colin:
11768
11769         * src/imap.c
11770         * src/common.utils.c
11771         * src/common/utils.h
11772                 optimisation
11773         * src/stock_pixmap.h
11774                 fix wrong icon reference
11775         * src/pixmaps/trash_btn.xpm
11776                 replace with nicer image
11777
11778 2005-08-28 [colin]      1.9.13cvs68
11779
11780         * src/Makefile.am
11781         * src/stock_pixmap.c
11782         * src/stock_pixmap.h
11783         * src/toolbar.c
11784         * src/pixmaps/trash_btn.xpm
11785                 Add a specific trash xpm for the button
11786
11787 2005-08-28 [colin]      1.9.13cvs67
11788
11789         * src/imap.c
11790                 Fix leak
11791
11792 2005-08-27 [colin]      1.9.13cvs66
11793
11794         * src/imap.c
11795         * src/procmime.c
11796                 Correctly fix "Problem with replies", fixes
11797                 pgpmime encryption too. 
11798
11799 2005-08-27 [colin]      1.9.13cvs65
11800
11801         * src/folder.c
11802         * src/procmsg.c
11803         * src/procmsg.h
11804         * src/summaryview.c
11805                 Fix bug #517 (messages removed from summaryview 
11806                 when moving fails)
11807
11808 2005-08-27 [colin]      1.9.13cvs64
11809
11810         * tools/Makefile.am
11811         * tools/asus_mailled.sh
11812                 Add a script to blink ASUS laptops' mail LED where there
11813                 is unread mail.
11814
11815 2005-08-27 [colin]      1.9.13cvs63
11816
11817         * src/imap.c
11818         * src/etpan/imap-thread.c
11819         * src/etpan/imap-thread.h
11820                 Implement automatic choosing of login method
11821                 Fixes bug #791
11822         * src/gtk/.cvsignore
11823                 Add sylpheed-marshal.[ch]
11824
11825 2005-08-27 [colin]      1.9.13cvs62
11826
11827         * src/common/utils.c
11828                 Fix confusing perror
11829
11830 2005-08-27 [colin]      1.9.13cvs61
11831
11832         * src/toolbar.c
11833         * src/toolbar.h
11834                 Remove A_DELETE, replace it with 
11835                 A_TRASH and A_DELETE_REAL. Automatically
11836                 rewrite config files to replace A_DELETE
11837                 with A_TRASH (no functionality change).
11838                 Fixes half of #794
11839
11840 2005-08-26 [colin]      1.9.13cvs60
11841
11842         * src/procmime.c
11843                 Previous "Problem with replies" fix brought other
11844                 problems, fixing them
11845
11846 2005-08-26 [colin]      1.9.13cvs59
11847
11848         * src/procmime.c
11849                 Fix "Problem with replies". This happened only
11850                 on IMAP...
11851         * src/procmsg.c
11852                 Factorize code a bit
11853         * src/compose.c
11854                 Speed improvement on very long messages (wrapping)
11855                 Fix signature color on Reedit and Redirect
11856                 On Reedit, don't attach pgp-signatures parts, but
11857                 set signing to On.
11858
11859 2005-08-24 [paul]       1.9.13cvs58
11860
11861         * src/compose.c
11862                 don't claim success when clicking
11863                 Cancel on the passphrase box.
11864                 Patch by Colin
11865
11866 2005-08-24 [paul]       1.9.13cvs57
11867
11868         * src/main.c
11869                 fix misplaced sylpheed.log
11870         * src/common/defs.h
11871                 define UIDL_DIR
11872
11873 2005-08-24 [paul]       1.9.13cvs56
11874
11875         * src/imap.c
11876         * src/etpan/imap-thread.c
11877         * src/etpan/imap-thread.h
11878                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11879                 Patch by Colin
11880         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11881         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11882                 remove autogenerated files
11883         * tools/kdeservicemenu/README
11884         * tools/kdeservicemenu/install.sh
11885         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11886         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11887                 use Claws icon, use 'Sylpheed-Claws' in menu,
11888                 use kdialog, and other cleanups
11889
11890 2005-08-23 [paul]       1.9.13cvs55
11891
11892         * src/compose.c
11893                 fix paste/wrap crash
11894                 Patch by Colin
11895
11896 2005-08-23 [paul]       1.9.13cvs54
11897
11898         * src/main.c
11899                 fix crash recovery
11900                 Patch by Colin
11901
11902 2005-08-23 [paul]       1.9.13cvs53
11903
11904         * src/addressbook.c
11905         * src/editaddress.c
11906                 view all data of LDAP contacts
11907                 Patch by Colin
11908
11909 2005-08-23 [paul]       1.9.13cvs52
11910
11911         * src/addressbook.c
11912                 fix issues with the Search field
11913                 Patch by Colin
11914
11915 2005-08-22 [paul]       1.9.13cvs51
11916
11917         * src/folderview.c
11918                 put name of folder in processing dialog
11919                 title
11920         * src/prefs_folder_item.c
11921                 improve english usage
11922
11923 2005-08-22 [paul]       1.9.13cvs50
11924
11925         * src/filtering.c
11926         * src/filtering.h
11927         * src/matcher.c
11928         * src/matcher_parser_lex.l
11929         * src/matcher_parser_parse.y
11930         * src/prefs_filtering.c
11931                 add Filtering/Processing rule names feature.
11932                 (the incompatible old matcherrc is saved as
11933                 matcherrc.pre_names).
11934                 Patch by Colin
11935
11936 2005-08-22 [paul]       1.9.13cvs49
11937
11938         * src/procmsg.c
11939                 fix colour labelling
11940                 Patch by Colin
11941
11942 2005-08-22 [paul]       1.9.13cvs48
11943
11944         * src/textview.c
11945                 fix open_image_cb()
11946
11947 2005-08-22 [paul]       1.9.13cvs47
11948
11949         * src/imap.c
11950                 fix bug 789, 'SC crashes with imap (CVS ver)'
11951                 Patch by Colin
11952
11953 2005-08-22 [paul]       1.9.13cvs46
11954
11955         * src/mimeview.c
11956         * src/prefs_common.c
11957         * src/common/defs.h
11958                 define reused defaults in defs.h
11959         * src/textview.c
11960                 add 'Open image' to image popup menu
11961
11962 2005-08-21 [colin]      1.9.13cvs45
11963
11964         * src/summaryview.c
11965                 Fix bug #788 (Bogus "From" address displayed)
11966
11967 2005-08-20 [colin]      1.9.13cvs44
11968
11969         * src/folder.c
11970                 Fix buf #787 (multilevel delete causes SIGSEGV)
11971
11972 2005-08-19 [colin]      1.9.13cvs43
11973
11974         * src/inc.c
11975         * src/prefs_common.c
11976         * src/prefs_common.h
11977                 Add an hidden pref to allow modifying the
11978                 update stepping in incorporation.
11979                 Patch by wwp.
11980
11981 2005-08-19 [colin]      1.9.13cvs42
11982
11983         * src/compose.c
11984         * src/procmime.c
11985                 Workaround for broken MUAs: encode 
11986                 Content-type: name: as ASCII and 
11987                 Content-Disposition: filename: as
11988                 per rfc2231
11989         * src/prefs_account.c
11990                 Fix invisible-ness of SMTP SSL prefs
11991                 in NNTP accounts
11992
11993 2005-08-19 [paul]       1.9.13cvs41
11994
11995         * src/compose.c
11996         * src/prefs_common.c
11997         * src/prefs_common.h
11998         * src/prefs_wrapping.c
11999                 paste with or without wrapping.
12000                 patch by Colin
12001
12002 2005-08-19 [paul]       1.9.13cvs40
12003
12004         * src/prefs_common.c
12005         * src/prefs_common.h
12006         * src/summaryview.c
12007                 reintroduce enable_swap_from as a
12008                 hidden pref. patch by Colin
12009         * src/quote_fmt_parse.y
12010         * src/plugins/clamav/clamav_plugin.c
12011         * src/plugins/dillo_viewer/dillo_viewer.c
12012         * src/plugins/mathml_viewer/mathml_viewer.c
12013         * src/plugins/pgpcore/sgpgme.c
12014         * src/plugins/pgpinline/pgpinline.c
12015         * src/plugins/pgpmime/pgpmime.c
12016                 tidy up. patch by Colin
12017
12018 2005-08-19 [paul]       1.9.13cvs39
12019
12020         * configure.ac
12021                 complete cvs38's sync
12022         * src/editaddress.c
12023         * src/gedit-print.c
12024         * src/mutt.c
12025         * src/etpan/etpan-log.c
12026         * src/etpan/imap-thread.c
12027         * src/gtk/gtksourceprintjob.c
12028                 fix compilation warnings
12029                 (patch by Colin)
12030
12031 2005-08-19 [paul]       1.9.13cvs38
12032
12033         sync with main:
12034
12035         * src/account.c
12036         * src/action.c
12037         * src/addrbook.c
12038         * src/addrcache.c
12039         * src/addrharvest.c
12040         * src/addrindex.c
12041         * src/codeconv.c
12042         * src/compose.c
12043         * src/crash.c
12044         * src/exporthtml.c
12045         * src/exportldif.c
12046         * src/folder.c
12047         * src/image_viewer.c
12048         * src/inc.c
12049         * src/inc.h
12050         * src/jpilot.c
12051         * src/ldif.c
12052         * src/main.c
12053         * src/matcher.c
12054         * src/mbox.c
12055         * src/messageview.c
12056         * src/mh.c
12057         * src/mimeview.c
12058         * src/msgcache.c
12059         * src/mutt.c
12060         * src/news.c
12061         * src/partial_download.c
12062         * src/pine.c
12063         * src/pop.c
12064         * src/prefs_actions.c
12065         * src/prefs_common.c
12066         * src/prefs_customheader.c
12067         * src/prefs_display_header.c
12068         * src/prefs_gtk.c
12069         * src/prefs_themes.c
12070         * src/procheader.c
12071         * src/procmime.c
12072         * src/procmsg.c
12073         * src/recv.c
12074         * src/send_message.c
12075         * src/simple-gettext.c
12076         * src/sourcewindow.c
12077         * src/textview.c
12078         * src/vcard.c
12079         * src/common/defs.h
12080         * src/common/log.c
12081         * src/common/plugin.c
12082         * src/common/prefs.c
12083         * src/common/session.c
12084         * src/common/session.h
12085         * src/common/socket.c
12086         * src/common/socket.h
12087         * src/common/ssl_certificate.c
12088         * src/common/template.c
12089         * src/common/utils.c
12090         * src/common/utils.h
12091         * src/common/xml.c
12092         * src/gtk/about.c
12093         added wrappers for C library function that
12094                 take pathname arguments.
12095                 enabled compilation with MinGW.
12096                 use GDir instead of directly using opendir().
12097                 added rename_force().
12098
12099 2005-08-19 [paul]       1.9.13cvs37
12100         
12101         patches by Colin:
12102         * src/compose.c
12103                 fix privacy settings on re-editing
12104                 a sent message
12105         * src/jpilot.c
12106                 fix encoding bug
12107         * src/folder.c
12108         * src/procmsg.c
12109         * src/procmsg.h
12110         * src/summaryview.c
12111                 flag changing optimisation
12112
12113 2005-08-18 [martin]     1.9.13cvs36
12114
12115         * commitHelper
12116             added my login
12117         * src/addrcache.c
12118         * src/addrharvest.c
12119         * src/addrindex.c
12120         * src/compose.c
12121         * src/grouplistdialog.c
12122         * src/main.c
12123         * src/mainwindow.c
12124         * src/msgcache.c
12125         * src/mutt.c
12126         * src/pine.c
12127         * src/prefs_account.c
12128         * src/prefs_themes.c
12129         * src/stock_pixmap.c
12130         * src/summaryview.c
12131         * src/gtk/about.c
12132         * src/gtk/logwindow.c
12133             removed deprecated glib and gdk stuff
12134         * src/plugins/pgpcore/select-keys.c
12135             convert attributes from locale to utf8
12136
12137 2005-08-17 [paul]       1.9.13cvs35
12138
12139         * src/account.c
12140         * src/addressbook.c
12141                 use new GTK_STOCK_ icons if available
12142         * src/summaryview.c
12143         * src/gtk/gtksctree.c
12144         * src/gtk/gtksctree.h
12145                 faster range select. patch by Colin
12146
12147 2005-08-17 [paul]       1.9.13cvs34
12148
12149         patches by colin:
12150         * src/addressbook.c
12151         * src/addressitem.h
12152                 Add an edit button for contacts, fix selections
12153                 of gtksctree items
12154         * src/editaddress.c
12155                 Change labels, let Save be always possible in the
12156                 email and user atributes tabs
12157         * src/folderview.c
12158                 fix sort issues
12159         * src/summaryview.c
12160                 select next item instead of the displayed one
12161                 after deletion
12162
12163         * src/gtk/progressdialog.c
12164                 use prefs_common.enable_rules_hint
12165
12166 2005-08-13 [hoa]        1.9.13cvs33
12167
12168         * src/etpan/imap-thread.c
12169                 fixed build on Solaris.
12170
12171 2005-08-10 [colin]      1.9.13cvs32
12172
12173         * src/procmsg.c
12174                 Fix cvs31 (missing fclose before reading
12175                 the file)
12176
12177 2005-08-10 [colin]      1.9.13cvs31
12178
12179         * src/procmsg.c
12180                 Fix procmsg_msginfo_new_from_mimeinfo() when
12181                 the MimeInfo isn't stored in memory. This fixes
12182                 replying to an attached message.
12183
12184 2005-08-10 [colin]      1.9.13cvs30
12185
12186         * src/mainwindow.c
12187                 Fix slowness in account changing
12188
12189 2005-08-10 [colin]      1.9.13cvs29
12190
12191         * src/folder.c
12192         * src/folderutils.c
12193         * src/folderview.c
12194         * src/imap_gtk.c
12195         * src/mainwindow.c
12196         * src/mh_gtk.c
12197         * src/procmsg.c
12198         * src/summaryview.c
12199                 Optimize folder_has_parent_of_type
12200                 Prevent moving special sub-folders from contextual menus
12201                 Rework message a bit ("Empty all messages" -> "Delete all
12202                 messages")
12203                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12204                 and "Deleted Items" folders)
12205
12206 2005-08-08 [colin]      1.9.13cvs28
12207
12208         * src/summaryview.c
12209         * src/prefs_summaries.c
12210                 Make "Select first unread|new" more flexible
12211                 (just prioritize new or unread)
12212
12213 2005-08-08 [colin]      1.9.13cvs27
12214
12215         * src/summaryview.c
12216                 If "select first new" is selected and there only
12217                 are unread messages, fallback to "select first
12218                 unread".
12219
12220 2005-08-08 [colin]      1.9.13cvs26
12221
12222         * src/folder.c
12223                 Fix shameful bugs (and bug #779)
12224
12225 2005-08-08 [colin]      1.9.13cvs25
12226
12227         * src/folder.c
12228         * src/folder.h
12229                 Cache parents' type to make folder_has_parent_of_type
12230                 faster
12231         * src/folderview.c
12232                 Forbid DnD of special sub-folders
12233         * src/procmsg.c
12234         * src/procmsg.h
12235                 Add MAIL_POSTFILTERING_HOOK
12236         * src/summaryview.c
12237                 Revert over-zealous deletion of the use_addr_book 
12238                 code
12239
12240 2005-08-07 [colin]      1.9.13cvs24
12241
12242         * src/folder.c
12243                 Fix big mistake (passing MsgInfo instead 
12244                 of FolderItem)
12245
12246 2005-08-07 [colin]      1.9.13cvs23
12247
12248         * src/compose.c
12249         * src/folder.c
12250         * src/folder.h
12251         * src/foldersel.c
12252         * src/folderutils.c
12253         * src/folderview.c
12254         * src/imap.c
12255         * src/mainwindow.c
12256         * src/messageview.c
12257         * src/mh.c
12258         * src/msgcache.c
12259         * src/procmime.c
12260         * src/summaryview.c
12261                 Make subfolders of Drafts, Queue, Outbox, Trash
12262                 work like their parents. 
12263                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12264
12265 2005-08-07 [colin]      1.9.13cvs22
12266
12267         * src/addressbook.c
12268                 Fix bug #771 (Dragged contacts not saved)
12269
12270 2005-08-07 [paul]       1.9.13cvs21
12271
12272         * src/summaryview.c
12273                 fix bug 32 'Search Doesn't display results
12274                 if "Hide Read Messages" is chosen'
12275                 be more literal in interpreting 'Hide read
12276                 messages'
12277
12278 2005-08-07 [colin]      1.9.13cvs20
12279
12280         * src/folderview.c
12281                 Add debug
12282         * src/summaryview.c
12283                 Faster 'unthread_for_execution'
12284
12285 2005-08-06 [paul]       1.9.13cvs19
12286
12287         * src/mainwindow.c
12288                 add mnemonics to Set displayed columns
12289                 fix bug where msgview_visible option was
12290                 overwritten as TRUE on startup
12291
12292 2005-08-06 [paul]       1.9.13cvs18
12293
12294         * src/mainwindow.c
12295                 refer to 'displayed columns in folder/message
12296                 list' not 'displayed items in summary/message view'
12297         * src/prefs_display_header.c
12298                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12299                 be consistent with similar dialogues
12300         * src/prefs_folder_column.c
12301         * src/prefs_summary_column.c
12302                 'columns' not 'items', and folder and message lists,
12303                 instead of folder and summary views;
12304                 Use 'Hidden columns' as list heading not 'Available
12305                 items';
12306                 move the 'Remove' button to the right hand side;
12307                 top-align the buttons;
12308                 remove unneeded vbox
12309         * src/prefs_summaries.c
12310                 put the 2 column prefs buttons in a frame to reduce
12311                 overall width; refer to columns not items &c.
12312
12313 2005-08-05 [colin]      1.9.13cvs17
12314
12315         * src/prefs_common.c
12316         * src/prefs_common.h
12317         * src/mainwindow.c
12318         * src/compose.c
12319         * src/messageview.c
12320                 Add an hidden toolbar_detachable pref, so
12321                 that I can get rid of these painful handles
12322                 in the toolbars. Defaults to TRUE to avoid
12323                 changing the GUI on unsuspecting people...
12324
12325 2005-08-05 [colin]      1.9.13cvs16
12326
12327         * src/Makefile.am
12328         * src/prefs_folder_column.c
12329         * src/prefs_folder_column.h
12330                 Add prefs for folder columns
12331         * src/folderview.c
12332         * src/folderview.h
12333         * src/mainwindow.c
12334         * src/mainwindow.h
12335         * src/prefs_common.c
12336         * src/prefs_common.h
12337         * src/prefs_summaries.c
12338                 Use them
12339         * src/prefs_summary_column.c
12340         * src/summaryview.c
12341         * src/summaryview.h
12342                 Add a To column
12343         * src/textview.c
12344         * src/common/utils.c
12345         * src/common/utils.h
12346                 Move uri colourisation functions
12347                 to utils
12348         * src/compose.c
12349                 Colourise URIs
12350         * src/imap.c
12351                 Fix bug with LIST where we'd try
12352                 to get Folder//////[...]/// 
12353
12354 2005-08-05 [paul]       1.9.13cvs15
12355
12356         * src/prefs_summaries.c
12357                 improve the English usage
12358         * src/summaryview.c
12359                 set font on column change
12360                 thanks to Colin
12361
12362 2005-08-05 [paul]       1.9.13cvs14
12363
12364         * src/prefs_common.c
12365         * src/prefs_common.h
12366         * src/prefs_summaries.c
12367         * src/summaryview.c
12368                 replace 'open_unread_on_enter' option with
12369                 'select_on_entry' option. opening/not opening
12370                 is now exclusively controlled by 'always_show_msg'
12371
12372 2005-08-04 [colin]      1.9.13cvs13
12373
12374         * src/compose.c
12375                 Remove dead code
12376                 Add colourisation of quotes and signatures
12377         * src/folderview.c
12378                 Fix possible crashes
12379         * src/messageview.c
12380                 Change an assert that is no problem
12381         * src/news.c
12382         * src/news_gtk.c
12383         * src/news_gtk.h
12384                 Fix offline mode
12385         * src/gtk/quicksearch.c
12386                 Fix a possible crash
12387
12388 2005-08-03 [colin]      1.9.13cvs12
12389
12390         * src/prefs_account.c
12391                 Fix bug #777 (Sylpheed crash in account configuration)
12392
12393 2005-08-03 [colin]      1.9.13cvs11
12394
12395         * src/addressbook.c
12396         * src/editaddress.c
12397         * src/editgroup.c
12398                 Fixing addressbook, round 2
12399         * src/textview.c
12400                 Fix emphasis color on rechecking 'Colorize messages'
12401
12402 2005-08-03 [paul]       1.9.13cvs10
12403
12404         sync with main
12405
12406         * src/addr_compl.c
12407         * src/compose.c
12408         * src/main.c
12409         * src/pop.c
12410         * src/prefs_account.c
12411         * src/procmime.c
12412         * src/procmsg.c
12413         * src/quote_fmt_parse.y
12414         * src/textview.c
12415         * src/common/quoted-printable.c
12416         * src/common/utils.c
12417         * src/common/utils.h
12418         * src/common/xml.c
12419                 replaced incorrect locale-independent
12420                 ctype functions with GLib's. Corrected
12421                 signedness mismatch.
12422         * src/headerview.c
12423                 headerview_create(): added spacing for vbox.
12424         * src/gtk/about.c
12425                 set focus to the OK button.
12426
12427 2005-08-03 [colin]      1.9.13cvs9
12428
12429         * src/folderview.c
12430                 Fix possible crash
12431
12432 2005-08-02 [colin]      1.9.13cvs8
12433
12434         * src/mainwindow.c
12435                 Fix cast
12436         * src/addressbook.c
12437         * src/addressitem.h
12438                 Fix a cast and more generally, try to make the
12439                 GUI more intuitive and consistent (round 1)
12440
12441 2005-08-02 [paul]       1.9.13cvs7
12442
12443         * src/folder.h
12444                 missing in 1.9.13cvs6
12445
12446 2005-08-02 [colin]      1.9.13cvs6
12447
12448         * src/folder.c
12449                 Fix one more leak
12450
12451 2005-08-02 [colin]      1.9.13cvs5
12452
12453         * src/folder.c
12454         * src/folderview.c
12455         * src/imap.c
12456         * src/main.c
12457         * src/mbox.c
12458         * src/procmsg.c
12459         * src/summaryview.c
12460                 Fix a number of folder_item_get_msg_list()-related
12461                 leaks (missing procmsg_msginfo_free()s)
12462
12463 2005-08-01 [colin]      1.9.13cvs4
12464
12465         * src/folderview.c
12466         * src/folderview.h
12467         * src/mainwindow.c
12468         * src/prefs_fonts.c
12469         * src/prefs_summaries.c
12470         * src/prefs_themes.c
12471         * src/summaryview.c
12472         * src/summaryview.h
12473         * src/textview.c
12474         * src/textview.h
12475                 Fix instant-apply of summary and folderview-related prefs
12476                 Fix erroneous g_free and alertpanels in prefs_theme
12477                 Add instant-apply for fonts
12478                 Defer applying of prefs a little bit so it's done only
12479                 once even if requested by multiples prefs pages
12480
12481 2005-08-01 [paul]       1.9.13cvs3
12482
12483         * src/main.c
12484                 fix bug 776 'S.C. crashes on close'
12485                 thanks to Colin
12486         * src/etpan/etpan-thread-manager-types.h
12487                 add missing include
12488                 thanks to Hoa
12489
12490 2005-07-25 [paul]       1.9.13cvs2
12491
12492         * src/summaryview.c
12493                 fix typos. spotted by Fabien Vantard
12494
12495 2005-07-24 [paul]       1.9.13cvs1
12496
12497         * doc/man/sylpheed.1
12498                 update man page, incorporating fix of
12499                 bug 769 'Typo in manpage'
12500         * src/etpan/imap-thread.c
12501                 fix NetBSD openssl dependencies. patch by
12502                 George Michaelson <ggm@apnic.net>
12503         * po/pt_BR.po
12504                 updated by Frederico Goncalves Guimaraes
12505
12506 2005-07-22 [paul]       1.9.13
12507
12508         1.9.13 release
12509
12510 2005-07-22 [paul]       1.9.12cvs91
12511
12512         * AUTHORS
12513         * INSTALL
12514         * README.claws
12515         * RELEASE_NOTES.claws
12516                 updated for release
12517         * configure.ac
12518         * po/nb.po
12519         * tools/claws.i18n.status.pl
12520                 add Norwegian translation. submiited by
12521                 Geir Helland <pjallabais@users.sourceforge.net>
12522         * po/ca.po
12523         * po/de.po
12524         * po/es.po
12525         * po/fi.po
12526         * po/fr.po
12527         * po/it.po
12528         * po/sk.po
12529         * po/sr.po
12530         * po/zh_CN.po
12531                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12532                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12533                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12534                 Yang Guilong
12535         * src/plugins/clamav/clamav_plugin_gtk.c
12536         * src/plugins/spamassassin/spamassassin_gtk.c
12537                 replace outdated description strings
12538
12539 2005-07-21 [colin]      1.9.12cvs90
12540
12541         * src/folder.c
12542                 Set folder to batch mode when scanning it. Makes deletion
12543                 of unread mails on IMAP much faster (due to the UNREAD 
12544                 flag unsetting)
12545
12546 2005-07-21 [darko]      1.9.12cvs89
12547
12548         * configure.ac
12549                 link against libresolv if necessary (patch by Paul)
12550         * src/msgcache.c
12551                 use glib's portable macros to determine endianness
12552
12553 2005-07-21 [paul]       1.9.12cvs88
12554
12555         * src/crash.c
12556         * src/gtk/about.c
12557                 update compiled-in features list
12558
12559 2005-07-20 [colin]      1.9.12cvs87
12560
12561         * src/folder.c
12562         * src/textview.c
12563                 Gcc 2.9x compilation fixes, thanks to Darko
12564         * src/plugins/clamav/clamav_plugin.c
12565                 Little optimisation: load virus database only once
12566         * src/plugins/spamassassin/spamassassin.c
12567                 Big optimisation: filtering one mail took at least 1 second,
12568                 now it takes at least 50ms. Doesn't speed up spamassassin 
12569                 itself, but should already be much more tolerable.
12570
12571 2005-07-20 [colin]      1.9.12cvs86
12572
12573         * src/summaryview.c
12574                 Fix performance issue
12575
12576 2005-07-19 [colin]      1.9.12cvs85
12577
12578         * src/plugins/pgpinline/plugin.c
12579                 Fix warning
12580
12581 2005-07-19 [colin]      1.9.12cvs84
12582
12583         * configure.ac
12584         * src/plugins/Makefile.am
12585         * src/plugins/pgpinline/.cvsignore
12586         * src/plugins/pgpinline/Makefile.am
12587         * src/plugins/pgpinline/pgpinline.c
12588         * src/plugins/pgpinline/pgpinline.deps
12589         * src/plugins/pgpinline/pgpinline.h
12590         * src/plugins/pgpinline/plugin.c
12591                 Put pgpinline in the main tree
12592
12593 2005-07-19 [paul]       1.9.12cvs83
12594
12595         * src/prefs_actions.c
12596                 prevent '//' in menu names, which cause a crash
12597                 thanks to Colin
12598
12599 2005-07-19 [paul]       1.9.12cvs82
12600
12601         * configure.ac
12602                 be generally more informative in configure output.
12603                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12604                 '[ --disable-openssl ...', as --enable-openssl is default
12605                 PGP/MIME: don't check for GPGME again, check for
12606                 pgpcore instead. Therefore prevent the possibility of
12607                 attempting to build pgpmime if pgpcore dependencies are
12608                 not met
12609                 ClamAV: use pkgconfig to check for lib
12610                 libgnomeprint: revert logic on inner test to match
12611                 everything else
12612         * src/plugins/pgpcore/sgpgme.c
12613                 add missing include
12614
12615 2005-07-19 [colin]      1.9.12cvs81
12616
12617         * src/summaryview.c
12618                 Fix slow thread rebuilding in particular
12619                 cases
12620
12621 2005-07-19 [paul]       1.9.12cvs80
12622
12623         * sylpheed-claws.desktop
12624                 fix typo, spotted by Stephan Sachse
12625         * src/account.c
12626                 replace GTK_STOCK_ADD with
12627                 GTK_STOCK_NEW button
12628
12629 2005-07-18 [colin]      1.9.12cvs79
12630
12631         * src/etpan/imap-thread.c
12632                 Fix return value (Thanks Hoa)
12633
12634 2005-07-18 [colin]      1.9.12cvs78
12635
12636         * src/imap.c
12637                 Allow empty passwords
12638                 Create drafts/queue/outbox if necessary
12639         * src/summaryview.c
12640                 Remove old code
12641         * src/etpan/imap-thread.c
12642                 Fix STARTTLS (Thanks to Hoa)
12643
12644 2005-07-18 [paul]       1.9.12cvs77
12645
12646         * ChangeLog-gtk2.jp
12647         * ChangeLog.jp
12648                 removed
12649         * Makefile.am
12650                 updated to reflect additions and removals
12651         * TODO
12652                 updated to be claws-specific
12653         * TODO-gtk2
12654         * TODO-gtk2.jp
12655         * TODO.jp
12656         * sylpheed-128x128.png
12657         * sylpheed-64x64.png
12658                 removed
12659         * sylpheed-claws-128x128.png
12660         * sylpheed-claws-64x64.png
12661         * sylpheed-claws.desktop
12662         * sylpheed-claws.png
12663                 added
12664         * sylpheed.desktop
12665         * sylpheed.png
12666                 removed
12667
12668 2005-07-17 [paul]       1.9.12cvs76
12669
12670         * src/account.c
12671         * src/addressbook.c
12672         * src/alertpanel.c
12673         * src/alertpanel.h
12674         * src/compose.c
12675         * src/exphtmldlg.c
12676         * src/expldifdlg.c
12677         * src/folderview.c
12678         * src/imap_gtk.c
12679         * src/inc.c
12680         * src/message_search.c
12681         * src/messageview.c
12682         * src/mh_gtk.c
12683         * src/news_gtk.c
12684         * src/prefs_actions.c
12685         * src/prefs_filtering.c
12686         * src/prefs_matcher.c
12687         * src/prefs_template.c
12688         * src/prefs_themes.c
12689         * src/ssl_manager.c
12690         * src/summary_search.c
12691         * src/textview.c
12692         * src/toolbar.c
12693         * src/gtk/sslcertwindow.c
12694         * src/plugins/pgpcore/sgpgme.c
12695                 rework alertpanels
12696
12697 2005-07-17 [colin]      1.9.12cvs75
12698
12699         * src/privacy.c
12700                 add a PrivacySystem accessor that checks that
12701                 the system cached in a MimeInfo's privacydata
12702                 is still registered. Use this accessor instead
12703                 of directly using data->system. Fixes crashes
12704                 after unloading pgp plugins.
12705
12706 2005-07-17 [colin]      1.9.12cvs74
12707
12708         * src/alertpanel.c
12709                 Change geometry hints to a simple default size.
12710                 Fixes the certs dialogs.
12711
12712 2005-07-17 [colin]      1.9.12cvs73
12713
12714         * src/gtk/sslcertwindow.c
12715                 Use a gtkExpander
12716
12717 2005-07-17 [colin]      1.9.12cvs72
12718
12719         * src/plugins/pgpcore/Makefile.am
12720         * src/plugins/pgpmime/Makefile.am
12721                 Add gpgme libs
12722
12723 2005-07-17 [paul]       1.9.12cvs71
12724
12725         * configure.ac
12726                 add --disable-gnomeprint option
12727                 modified version of patch by Marius Mauch
12728
12729 2005-07-17 [paul]       1.9.12cvs70
12730
12731         * src/common/defs.h
12732                 update urls
12733         * src/account.c
12734         * src/action.c
12735         * src/addressbook.c
12736         * src/compose.c
12737         * src/foldersel.c
12738         * src/folderview.c
12739         * src/html.c
12740         * src/imap_gtk.c
12741         * src/main.c
12742         * src/mainwindow.c
12743         * src/messageview.c
12744         * src/mh_gtk.c
12745         * src/mimeview.c
12746         * src/news_gtk.c
12747         * src/prefs_account.c
12748         * src/prefs_send.c
12749         * src/prefs_summaries.c
12750         * src/procmsg.c
12751         * src/summaryview.c
12752         * src/common/utils.c
12753         * src/common/xml.c
12754         * src/plugins/pgpcore/passphrase.c
12755         * src/plugins/pgpcore/select-keys.c
12756                 replace inappropriately used backticks
12757                 with single quotes
12758
12759 2005-07-16 [colin]      1.9.12cvs69
12760
12761         * src/image_viewer.c
12762                 Add extra paranoid checks
12763
12764 2005-07-16 [colin]      1.9.12cvs68
12765
12766         * src/plugins/pgpcore/prefs_gpg.c
12767                 Don't auto-check sigs by default, as it
12768                 can be really slow.
12769
12770 2005-07-16 [colin]      1.9.12cvs67
12771
12772         * src/plugins/pgpcore/sgpgme.c
12773                 Make messages a bit better.
12774
12775 2005-07-16 [colin]      1.9.12cvs66
12776
12777         * src/imap.c
12778                 Remove pseudo-log
12779         * src/etpan/imap-thread.c
12780                 Add real log
12781
12782 2005-07-16 [colin]      1.9.12cvs65
12783
12784         * src/main.c
12785         * src/prefs_other.c
12786                 And now, fix build with libetpan :-/
12787
12788 2005-07-15 [colin]      1.9.12cvs64
12789
12790         * src/prefs_other.c
12791                 Continue fixing build without libetpan.
12792
12793 2005-07-15 [colin]      1.9.12cvs63
12794
12795         * src/main.c
12796                 Fix build with --disable-libetpan
12797
12798 2005-07-15 [colin]      1.9.12cvs62
12799
12800         * configure.ac
12801                 Bump libetpan's version
12802
12803 2005-07-15 [colin]      1.9.12cvs61
12804
12805         * src/etpan/imap-thread.c
12806                 Actually stop logging :)
12807
12808 2005-07-15 [colin]      1.9.12cvs60
12809
12810         * src/addressbook.c
12811                 Fix dnd of multiple addresses.
12812
12813 2005-07-15 [hoa]        1.9.12cvs59
12814
12815         * src/etpan/imap-thread.c
12816             disable login of IMAP password in libetpan log file.
12817
12818 2005-07-15 [paul]       1.9.12cvs58
12819
12820         * src/account.c
12821                 don't automatically sort
12822                 do allow drag n drop
12823
12824 2005-07-15 [paul]       1.9.12cvs57
12825
12826         * src/account.c
12827         * src/ssl_manager.c
12828                 alphabetical listing
12829
12830 2005-07-15 [paul]       1.9.12cvs56
12831
12832         * src/gtk/pluginwindow.c
12833                 sort plugin list alphabetically
12834
12835 2005-07-15 [paul]       1.9.12cvs55
12836
12837         * src/prefs_spelling.c
12838         * src/prefs_wrapping.c
12839                 unify English usage
12840
12841 2005-07-15 [colin]      1.9.12cvs54
12842
12843         * src/wizard.c
12844                 Typo fix
12845
12846 2005-07-15 [paul]       1.9.12cvs53
12847
12848         * src/prefs_message.c
12849                 make 'show cursor' a hidden option
12850
12851 2005-07-14 [colin]      1.9.12cvs52
12852
12853         * src/plugins/spamassassin/Makefile.am
12854         * src/plugins/clamav/Makefile.am
12855                 Fix double EXTRA_DISTs
12856
12857 2005-07-14 [colin]      1.9.12cvs51
12858
12859         * src/plugins/clamav/Makefile.am
12860         * src/plugins/clamav/clamav_plugin_gtk.deps
12861         * src/plugins/spamassassin/Makefile.am
12862         * src/plugins/spamassassin/spamassassin_gtk.deps
12863                 Make $plugin_gtk depend on $plugin
12864
12865 2005-07-14 [hoa]        1.9.12cvs50
12866
12867         * src/etpan/imap-thread.c
12868                 enable debug log of libetpan when running with --debug
12869
12870 2005-07-14 [colin]      1.9.12cvs49
12871
12872         * configure.ac
12873         * src/common/Makefile.am
12874         * src/common/plugin.c
12875         * src/common/plugin.h
12876                 Add a little plugin dependancy system.
12877                 Plugins can ship a $plugin_name.deps file
12878                 (near them in PLUGINDIR) so that their
12879                 dependancies are loaded if possible.
12880         * src/plugins/Makefile.am
12881         * src/plugins/pgpcore/Makefile.am
12882         * src/plugins/pgpcore/passphrase.c
12883         * src/plugins/pgpcore/passphrase.h
12884         * src/plugins/pgpcore/plugin.c
12885         * src/plugins/pgpcore/prefs_gpg.c
12886         * src/plugins/pgpcore/prefs_gpg.h
12887         * src/plugins/pgpcore/select-keys.c
12888         * src/plugins/pgpcore/select-keys.h
12889         * src/plugins/pgpcore/sgpgme.c
12890         * src/plugins/pgpcore/sgpgme.h
12891                 Introduce pgpcore, used by pgpmime and
12892                 pgpinline
12893         * src/plugins/pgpmime/Makefile.am
12894         * src/plugins/pgpmime/passphrase.c
12895         * src/plugins/pgpmime/passphrase.h
12896         * src/plugins/pgpmime/pgpmime.c
12897         * src/plugins/pgpmime/pgpmime.deps
12898         * src/plugins/pgpmime/plugin.c
12899         * src/plugins/pgpmime/prefs_gpg.c
12900         * src/plugins/pgpmime/prefs_gpg.h
12901         * src/plugins/pgpmime/select-keys.c
12902         * src/plugins/pgpmime/select-keys.h
12903         * src/plugins/pgpmime/sgpgme.c
12904         * src/plugins/pgpmime/sgpgme.h
12905                 Remove the core from pgpmime and add the
12906                 dependancy to pgpcore.
12907
12908 2005-07-14 [paul]       1.9.12cvs48
12909
12910         * src/stock_pixmap.c
12911                 forgot this in last commit
12912
12913 2005-07-14 [paul]       1.9.12cvs47
12914
12915         * src/account.c
12916         * src/addressbook.c
12917                 add accelerators for the buttons (sync with main)
12918         * src/compose.c
12919         * src/compose.h
12920                 add accelerators for the buttons.
12921                 fix editing with external editor.
12922                 replace gdk_input_*() with GIOChannel;
12923                 (sync with main)
12924         * src/foldersel.c
12925                 display folder names with new/unread
12926                 representation (sync with main)
12927         * src/main.c
12928                 specify default window icon (sync with main)
12929         * src/prefs_common.c
12930                 use_addr_book default to FALSE
12931         * src/summaryview.c
12932         * src/textview.c
12933                 add accelerators for the buttons (sync with main)
12934         * src/gtk/menu.c
12935                 fix typos
12936         * src/pixmaps/sylpheed_icon.xpm
12937                 updated
12938
12939 2005-07-13 [paul]       1.9.12cvs46
12940
12941         * src/plugins/pgpmime/pgpmime.c
12942         * src/plugins/pgpmime/sgpgme.c
12943                 (temporarily) use deprecated gpgme_data_rewind()
12944                 while largefile support is not present
12945                 (as suggested by Colin)
12946
12947 2005-07-13 [paul]       1.9.12cvs45
12948
12949         * configure.ac
12950                 remove large file support (for now):
12951                 it breaks too many things
12952
12953 2005-07-13 [paul]       1.9.12cvs44
12954
12955         * configure.ac
12956                 add large file support
12957         * src/html.c
12958                 fix bug #763 where href attribute was not
12959                 the very first attribute of a link
12960                 patch by Thomas Gilgin
12961
12962 2005-07-13 [colin]      1.9.12cvs43
12963
12964         * src/gtk/pluginwindow.c
12965                 Little portability fix
12966
12967 2005-07-13 [colin]      1.9.12cvs42
12968
12969         * src/plugins/pgpmime/sgpgme.c
12970                 Fix crasher.
12971
12972 2005-07-13 [colin]      1.9.12cvs41
12973
12974         * src/plugins/pgpmime/pgpmime.c
12975         * src/plugins/pgpmime/sgpgme.c
12976                 Use gpgme_data_release_and_get_mem instead
12977                 of gpgme_data_read.
12978
12979 2005-07-13 [colin]      1.9.12cvs40
12980
12981         * configure.ac
12982         * src/plugins/pgpmime/passphrase.c
12983         * src/plugins/pgpmime/passphrase.h
12984         * src/plugins/pgpmime/pgpmime.c
12985         * src/plugins/pgpmime/plugin.c
12986         * src/plugins/pgpmime/select-keys.c
12987         * src/plugins/pgpmime/select-keys.h
12988         * src/plugins/pgpmime/sgpgme.c
12989         * src/plugins/pgpmime/sgpgme.h
12990                 Port pgpmime to gpgme-1.0.
12991
12992 2005-07-12 [paul]       1.9.12cvs39
12993
12994         * AUTHORS
12995         * src/toolbar.c
12996         * src/toolbar.h
12997                 add a 'Go to Prev' button to the toolbar.
12998                 correct tooltip text of go to buttons.
12999                 based on patch by Yang Guilong <bamanzi@gmail.com>
13000
13001 2005-07-12 [colin]      1.9.12cvs38
13002
13003         * src/statusbar.c
13004                 Fix progress bar showing stuff at startup.
13005
13006 2005-07-12 [paul]       1.9.12cvs37
13007
13008         * src/editjpilot.c
13009                 fix building with jpilot support
13010
13011 2005-07-11 [colin]      1.9.12cvs36
13012
13013         * src/inc.c
13014                 Add visual indication that filtering is running
13015         * src/textview.c
13016                 Make {}[] uri delimiters
13017         * src/summaryview.c
13018                 Remove useless (and slow) calls
13019
13020 2005-07-11 [paul]       1.9.12cvs35
13021
13022         * src/plugins/clamav/clamav_plugin_gtk.c
13023         * src/plugins/dillo_viewer/dillo_prefs.c
13024         * src/plugins/pgpmime/prefs_gpg.c
13025         * src/plugins/spamassassin/spamassassin_gtk.c
13026                 gather plugins prefs together under their
13027                 own 'Plugins' heading
13028
13029 2005-07-11 [paul]       1.9.12cvs34
13030
13031         sync with main
13032
13033         * src/account.c
13034                 account_delete(): modified alert dialog
13035         * src/editjpilot.c
13036         * src/editvcard.c
13037                 fixed a crash when cancelling file selection
13038                 dialog by Escape key. Made non-ascii filename
13039                 selectable.
13040         * src/prefs_template.c
13041                 prefs_template_window_create(): make scrolled
13042                 window policy AUTOMATIC
13043
13044 2005-07-10 [hoa]        1.9.12cvs33
13045
13046         * src/etpan/imap-thread.c
13047                 workaround for old Courier IMAP servers.
13048
13049 2005-07-10 [colin]      1.9.12cvs32
13050
13051         * src/folder.c
13052         * src/statusbar.c
13053         * src/statusbar.h
13054                 Add visual progress indicator on filtering/processing
13055                 Factorize the progress bar code
13056         * src/imap.c
13057         * src/imap.h
13058         * src/etpan/imap-thread.c
13059                 Add a reference counter to avoid destroying the Folder
13060                 while it's in use by another callback.
13061
13062 2005-07-09 [hoa]        1.9.12cvs31
13063
13064         * src/imap.c
13065         * src/etpan/imap-thread.c
13066                 fixed deadlock when removing IMAP account.
13067
13068 2005-07-08 [colin]      1.9.12cvs30
13069
13070         * src/textview.c
13071         * src/unmime.c
13072                 Fix again problems decoding broken headers
13073         * src/gtk/inputdialog.c
13074                 Fix local variable shadowing a global one
13075
13076 2005-07-08 [colin]      1.9.12cvs29
13077
13078         * src/msgcache.c
13079                 Make the cache/mark files platform-agnostic by writing
13080                 them in little-endian format. Reading them is also done
13081                 in little-endian format, of course; however, in order
13082                 to avoid trashing mark data on big-endian machines, the
13083                 files are, at first, read from the native format if the
13084                 little-endian one doesn't exist. This is easy to deter-
13085                 mine by trying to open a file with a swapped data_ver
13086                 and seeing if it's the wanted version.
13087                 Little-endian using users should see absolutely no
13088                 difference, Big-endian users may get a very little
13089                 performance drop due to byte-swapping.
13090                 Tested on i386 and ppc32. 
13091                 Fixes bug #159 (The index file, in the mailboxes, is 
13092                 hardware depending).
13093
13094                 To have the cache/mark files updated to the new little-
13095                 endian format, "Check for new messages" or even
13096                 "Rebuild folder tree" aren't enough. Files will be
13097                 updated as soon as a folder has been opened/closed.
13098                 To update everything, just select all folders by
13099                 selecting them one by one.
13100
13101 2005-07-07 [colin]      1.9.12cvs28
13102
13103         * src/imap.c
13104                 Remember the folder separator per IMAPFolder
13105                 instead of globally.
13106                 Revive the Session on noop; fixes bug #761
13107                 (mark a bunch of unread messages as read takes 
13108                 forever)
13109
13110 2005-07-07 [darko]      1.9.12cvs27
13111
13112         * src/common/template.c
13113                 Sort templates alphabetically
13114
13115 2005-07-06 [colin]      1.9.12cvs26
13116
13117         * src/imap.c
13118                 Try to use the correct separator in
13119                 most cases. Possibly fixes bug #759
13120                 (only creates the INBOX folder when 
13121                 setting up new IMAP account) and 
13122                 bug #760 (Can't retrieve messages)
13123
13124 2005-07-06 [colin]      1.9.12cvs25
13125
13126         * src/imap.c
13127                 Use real_path in status command. This will
13128                 help later, when namespaces will be used.
13129
13130 2005-07-06 [colin]      1.9.12cvs24
13131
13132         * configure.ac
13133         * src/account.c
13134         * src/folder.c
13135         * src/imap.c
13136         * src/etpan/etpan-log.c
13137         * src/etpan/etpan-thread-manager.c
13138         * src/etpan/imap-thread.c
13139                 Add a --disable-libetpan parameter. With this,
13140                 users that don't want IMAP4 support can avoid
13141                 the new dependancy (and have no IMAP support).
13142                 Users that have IMAP4 accounts and use this
13143                 parameter won't lose their configuration, their
13144                 IMAP accounts will just be invisible and not
13145                 used.
13146         * src/textview.c
13147                 Make the "Copy ..." contextual menu items 
13148                 copy to both the X clipboard and the gtk 
13149                 clipboard - as most other apps do.
13150         * src/gtk/about.c
13151                 Add a notice about OpenSSL usage, in order to
13152                 comply with OpenSSL's license (point 6):
13153                 http://www.openssl.org/source/license.html
13154
13155 2005-07-06 [colin]      1.9.12cvs23
13156
13157         * src/alertpanel.c
13158                 Fix a minimum size for alertpanels
13159         * src/compose.c
13160                 Show 'No space left on device' type errors
13161                 when queuing/sending
13162         * src/imap_gtk.c
13163         * src/mh_gtk.c
13164                 Rework folder's deletion message (remove 
13165                 extra \n)
13166
13167 2005-07-05 [colin]      1.9.12cvs22
13168
13169         * src/imap.c
13170                 Add an alertpanel on auth error
13171                 Add pseudo-log
13172                 Remove pthread-related stuff
13173
13174 2005-07-05 [colin]      1.9.12cvs21
13175
13176         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13177                 Fix crash on plugin reloading (with a hack)
13178
13179 2005-07-05 [colin]      1.9.12cvs20
13180
13181         * src/prefs_account.c
13182         * src/prefs_account.h
13183                 Fix typo
13184         * src/gtk/filesel.c
13185         * src/gtk/filesel.h
13186                 Add a way to filter the view
13187         * src/gtk/pluginwindow.c
13188                 Filter loadable stuff
13189         * src/plugins/pgpmime/prefs_gpg.c
13190                 Fix missing unregistration
13191         * .cvsignore
13192         * src/etpan/.cvsignore
13193         * src/plugins/spamassassin/.cvsignore
13194                 Add more stuff to cvs ignored files
13195
13196 2005-07-04 [colin]      1.9.12cvs19
13197
13198         * src/imap.c
13199                 Fix scan_required returning FALSE when it
13200                 shouldn't. Maybe fix #760 (Can't retrieve
13201                 messages)
13202
13203 2005-07-04 [colin]      1.9.12cvs18
13204
13205         * src/summaryview.c
13206                 Fix always_show_msg pref
13207
13208 2005-07-04 [paul]       1.9.12cvs17
13209
13210         sync with main (forgotten in last commit)
13211         
13212         * src/common/utils.c
13213         * src/common/utils.h
13214                 check_line_length(): new.
13215                 is_dir_exist()
13216                 is_file_entry_exist()
13217                 dirent_is_regular_file()
13218                 dirent_is_directory(): use g_file_test() instead of stat().
13219
13220 2005-07-04 [paul]       1.9.12cvs16
13221
13222         sync with main:
13223
13224         * src/compose.c
13225                 compose_write_to_file(): check for line
13226                 length limit and display warning if exceeds
13227         * src/jpilot.c
13228                 use get_home_dir() instead of g_get_home_dir()
13229         * src/procheader.c
13230                 removed warning about invalid date
13231         * src/vcard.c
13232                 use get_home_dir() instead of g_get_home_dir()
13233
13234 2005-07-04 [paul]       1.9.12cvs15
13235
13236         * src/stock_pixmap.c
13237                 fix new pixmap naming errors
13238                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13239
13240 2005-07-04 [colin]      1.9.12cvs14
13241
13242         * src/imap.c
13243                 Fix debugging string with a warning
13244
13245 2005-07-04 [colin]      1.9.12cvs13
13246
13247         * configure.ac
13248                 Add a check for libetpan's version (>= 0.37)
13249
13250 2005-07-04 [hoa]        1.9.12cvs12
13251
13252         * commitHelper
13253         * src/imap.c
13254         * src/etpan/imap-thread.c
13255         * src/etpan/imap-thread.h
13256                 fixed IMAP implementation of check of mails.
13257
13258 2005-07-03 [hoa]        1.9.12cvs11
13259
13260         * src/etpan/Makefile.am
13261         * src/etpan/etpan-errors.h
13262         * src/etpan/etpan-log.[ch]
13263         * src/etpan/etpan-thread-manager-types.h
13264         * src/etpan/etpan-thread-manager.[ch]
13265         * src/etpan/imap-thread.[ch]
13266         * src/Makefile.am
13267         * src/imap.c
13268         * src/main.c
13269         * src/prefs_other.c
13270         * configure.ac
13271             merged imap branch.
13272             dependency on libetpan 0.37 is now added.
13273
13274 2005-07-01 [colin]      1.9.12cvs10
13275
13276         * src/Makefile.am
13277         * src/folder.c
13278         * src/folder.h
13279         * src/folderview.c
13280         * src/stock_pixmap.c
13281         * src/stock_pixmap.h
13282         * src/plugins/trayicon/trayicon.c
13283                 Add marked symbol on folders containing
13284                 marked messages
13285         * src/procmsg.c
13286         * src/procmsg.h
13287         * src/toolbar.c
13288         * src/prefs_common.c
13289         * src/prefs_common.h
13290         * src/prefs_send.c
13291                 Add an optional confirmation dialog on queue
13292                 sending. Patch by wwp.
13293         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13294         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13295         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13296         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13297         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13298         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13299         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13300         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13301         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13302         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13303         * src/pixmaps/trash_mark.xpm            ** ADDED **
13304                 New pixmaps
13305
13306 2005-07-01 [colin]      1.9.12cvs9
13307
13308         * src/summaryview.c
13309                 Fix a little threading bug
13310         * src/addrgather.c
13311         * src/mainwindow.c
13312                 A little bit of HIG normality never hurts
13313
13314 2005-07-01 [colin]      1.9.12cvs8
13315
13316         * src/compose.c
13317         * src/msgcache.c
13318         * src/pop.c
13319         * src/procmime.c
13320         * src/recv.c
13321         * src/common/log.c
13322         * src/common/template.c
13323         * src/common/utils.c
13324         * src/common/utils.h
13325                 Reverted the fwrite_atomic stuff. In fact
13326                 it is already atomic.
13327
13328 2005-06-30 [colin]      1.9.12cvs7
13329
13330         * src/common/utils.c
13331         * src/common/utils.h
13332                 Add an fwrite_atomic() function to make
13333                 sure we write everything: fwrite can make
13334                 short writes.
13335         * src/compose.c
13336         * src/msgcache.c
13337         * src/pop.c
13338         * src/procmime.c
13339         * src/recv.c
13340         * src/common/log.c
13341         * src/common/template.c
13342                 Use that (and fix swapping of size and nmemb).
13343                 Thanks to Rich Coe for the heads up.
13344
13345 2005-06-30 [colin]      1.9.12cvs6
13346
13347         * src/addressbook.c
13348                 Optimize addressbook opening 
13349
13350 2005-06-30 [colin]      1.9.12cvs5
13351
13352         * src/summaryview.c
13353                 Remove calls to summary_step after move/copy
13354
13355 2005-06-28 [paul]       1.9.12cvs4
13356
13357         * src/alertpanel.c
13358                 wrap and make the error msg selectable
13359
13360 2005-06-28 [paul]       1.9.12cvs3
13361
13362         * src/ssl_manager.c
13363                 replace the OK button with a Close button
13364         * src/gtk/foldersort.c
13365                 use GTK_STOCK_ icons/buttons
13366
13367 2005-06-28 [colin]      1.9.12cvs2
13368
13369         * src/gedit-print.c             ** ADDED **
13370         * src/gedit-print.h             ** ADDED **
13371         * src/gtk/gtksourceprintjob.c   ** ADDED **
13372         * src/gtk/gtksourceprintjob.h   ** ADDED **
13373                 I can't believe no one had enough time to tell
13374                 me I forgot the `cvs add`
13375
13376 2005-06-27 [colin]      1.9.12cvs1
13377
13378         * src/Makefile.am
13379         * src/gtk/Makefile.am
13380         * src/messageview.c
13381         * src/procmsg.c
13382         * src/summaryview.c
13383         * configure.ac
13384                 Add optional libgnomeprint-based printing
13385         * src/mainwindow.c
13386         * src/gtk/quicksearch.c
13387                 Add an Edit/Quick search menu item to show
13388                 and focus the quicksearch
13389
13390 2005-06-27 [paul]       1.9.12
13391
13392         1.9.12 release
13393
13394         * po/ca.po
13395         * po/de.po
13396         * po/es.po
13397         * po/fr.po
13398         * po/it.po
13399         * po/ko.po
13400         * po/pt_BR.po
13401         * po/sk.po
13402         * po/zh_CN.po
13403                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13404                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13405                 SungHyun Nam, Frederico Goncalves Guimaraes,
13406                 Andrej Kacian, and Yang Guilong
13407 2005-06-26 [colin]      1.9.11cvs106
13408
13409         * src/imap_gtk.c
13410                 Forgot one file for previous fix
13411
13412 2005-06-26 [colin]      1.9.11cvs105
13413
13414         * src/folder.c
13415         * src/imap.c
13416                 Fix problems with folder operations in no_select
13417                 imap folders. it applies only to mails, and 
13418                 creation/deletion/move/renaming of folders 
13419                 should be possible
13420
13421 2005-06-26 [paul]       1.9.11cvs104
13422
13423         * src/prefs_filtering.c
13424                 replace one more GTK_STOCK_REMOVE
13425                 with GTK_STOCK_DELETE
13426
13427 2005-06-25 [colin]      1.9.11cvs103
13428
13429         * src/imap.c
13430                 Optimize get_seq_set_from_seq_list
13431                 (Patch by Ricardo) 
13432
13433 2005-06-25 [colin]      1.9.11cvs102
13434
13435         * src/mh.c
13436                 If the directory exists, but not in the
13437                 correct encoding, rename it. This should
13438                 handle old-versions-induced bugs.
13439
13440 2005-06-25 [colin]      1.9.11cvs101
13441
13442         * src/mh.c
13443                 Fix path access with extended dir names
13444                 Fixes bug #589 (SC segfaults with wrong locale
13445                 settings)
13446
13447 2005-06-25 [colin]      1.9.11cvs100
13448
13449         * src/prefs_account.c
13450         * src/prefs_account.h
13451         * src/compose.c
13452                 Add an option to encrypt replies to
13453                 encrypted messages
13454
13455 2005-06-25 [colin]      1.9.11cvs99
13456
13457         * src/compose.c
13458         * src/quote_fmt_parse.y
13459                 ... And make it work with pgpinline.
13460
13461 2005-06-25 [colin]      1.9.11cvs98
13462
13463         * src/compose.c
13464         * src/procmime.c
13465         * src/procmime.h
13466         * src/quote_fmt_parse.y
13467                 o Make reedition of encrypted messages possible
13468                   (as long as it is encrypted to self too, no
13469                    magic there)
13470                 o Make replying with quote (and without selecting
13471                   text) possible for encrypted messages.
13472                 Closes bug #550 (Not possible to "reply with quote"
13473                 to gnupg encrypted messages)
13474
13475 2005-06-24 [paul]       1.9.11cvs97
13476
13477         * src/imap.c
13478                 add missing include
13479
13480 2005-06-24 [paul]       1.9.11cvs96
13481
13482         * src/editldap.c
13483                 made bind password entry invisible
13484                 (sync with main)
13485         * src/send_message.c
13486                 send_message_local(): check exit status
13487                 to detect errors (sync with main)
13488         * src/textview.c
13489                 use main's less ambiguous popup menu
13490                 wording
13491
13492 2005-06-24 [paul]       1.9.11cvs95
13493
13494         * src/prefs_actions.c
13495         * src/prefs_customheader.c
13496         * src/prefs_display_header.c
13497         * src/prefs_filtering_action.c
13498         * src/prefs_matcher.c
13499         * src/prefs_template.c
13500         * src/prefs_toolbar.c
13501                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13502         * src/gtk/description_window.c
13503                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13504
13505 2005-06-23 [colin]      1.9.11cvs94
13506
13507         * src/summaryview.c
13508                 Fix rough edges (be sure to call status_show whenever
13509                 necessary).
13510
13511 2005-06-23 [colin]      1.9.11cvs93
13512
13513         * src/summaryview.c
13514                 Optimize Select All
13515                 Before, in a 5K mails folder: 11s
13516                 After, in the same folder: 58000µs
13517                 The joys of locking... gtk_clist_select_all() fires a 
13518                 tree-select-row event for each selected row, which in 
13519                 summaryview, callbacks summary_selected which in turn,
13520                 calls summary_status_show, which walks the selected
13521                 rows. Hence, calling gtk_clist_select_all was 
13522                 exponential. Locking the summaryview makes 
13523                 summary_selected return early.
13524
13525 2005-06-23 [colin]      1.9.11cvs92
13526
13527         * src/imap.c
13528                 Move mutex at the important place to avoid
13529                 deadlocks
13530         * src/summaryview.c
13531                 Fix Del key deleting directly instead of
13532                 moving to trash
13533
13534 2005-06-22 [colin]      1.9.11cvs91
13535
13536         * src/plugins/spamassassin/libspamc.c
13537                 As we do spagetti code with assignations in multiple
13538                 places (see _message_read_raw where out = msg = raw),
13539                 let's be sure we don't free the same pointer twice.
13540                 Should fix bug #683 (Crash in libpam at 
13541                 message_cleanup).
13542
13543 2005-06-22 [colin]      1.9.11cvs90
13544
13545         * src/compose.c
13546         * src/messageview.c
13547         * src/toolbar.c
13548                 Make toolbar's delete use the move to trash stuff;
13549                 Add gtk_widget_realize to be sure pixmaps can get
13550                 created (that may fix an old worksforme bug which
13551                 I can't find back...)
13552
13553 2005-06-22 [colin]      1.9.11cvs89
13554
13555         * src/summaryview.c
13556         * src/summaryview.h
13557         * src/mainwindow.c
13558                 Rename "Message/Delete" to "Message/Move to trash"
13559                 Add "Message/Delete..." that directly destroys the
13560                 selected messages after asking for a confirmation.
13561
13562 2005-06-22 [colin]      1.9.11cvs88
13563
13564         * src/imap.c
13565                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13566                 o Fix a deadlock (thanks Darko)
13567
13568 2005-06-22 [colin]      1.9.11cvs87
13569
13570         * src/gtk/foldersort.c
13571                 Add missing include for the i18n;
13572                 patch by Fabien Vantard
13573
13574 2005-06-21 [colin]      1.9.11cvs86
13575
13576         * src/folder.c
13577         * src/folderview.c
13578                 Respect the no_select flag
13579         * src/imap.c
13580                 Fix recursive deletion
13581         * src/imap_gtk.c
13582         * src/mh_gtk.c
13583                 Make the folder deletion's warning
13584                 more explicit
13585
13586 2005-06-21 [colin]      1.9.11cvs85
13587
13588         * src/textview.c
13589                 Prevent email addresses from spanning accross
13590                 lines - fixes bug # 646 (newline-chars in 
13591                 email addresses)
13592
13593 2005-06-20 [colin]      1.9.11cvs84
13594
13595         * src/folder.c
13596                 Be sure not to remove source if copy failed
13597
13598 2005-06-20 [colin]      1.9.11cvs83
13599
13600         * src/folderview.c
13601         * src/imap_gtk.c
13602                 remove summaryview's lock
13603         * src/imap.c
13604                 introduce threads to avoid problems when foreground tasks
13605                 interfere with background tasks
13606         * src/mh.c
13607                 prevent moving to drafts/queue
13608         * src/mimeview.c
13609                 fix leak
13610
13611 2005-06-19 [colin]      1.9.11cvs82
13612
13613         * src/imap_gtk.c
13614                 Remember that the user doesn't want to override
13615                 offline mode, for 3 seconds. It avoid presenting
13616                 him with N popups in a really short time.
13617
13618 2005-06-17 [colin]      1.9.11cvs81
13619
13620         * src/imap.c
13621                 Fix IMAP breaking on folders containing '('
13622                 (Probably won't be enough)
13623
13624 2005-06-17 [colin]      1.9.11cvs80
13625
13626         Forgotten files on 1.9.11cvs79
13627         * src/summaryview.c
13628                 Fix stepping when not immediately executing
13629         * src/imap.c
13630                 Really prevent UID FETCH 0
13631         * src/codeconv.c
13632                 Fix outgoing charset never set to utf-8
13633         * src/mh.c
13634                 Fix leak
13635
13636 2005-06-16 [colin]      1.9.11cvs79
13637
13638         * src/compose.c
13639                 Fix bug #707 (Dash splits rows)
13640                 Only wrap if we're on a line break position and
13641                 the previous one was a "white" (space) char.
13642                 Pango stuff is weird.
13643
13644 2005-06-16 [colin]      1.9.11cvs78
13645
13646         * src/imap_gtk.c
13647                 Lock summaryview while downloading messages
13648                 on user demand
13649         * src/procheader.c
13650         * src/unmime.c
13651         * src/common/utils.c
13652         * src/common/utils.h
13653                 Replace \r and \n with spaces in From and
13654                 Subject headers
13655
13656 2005-06-16 [paul]       1.9.11cvs77
13657
13658         * src/procmime.c
13659                 liberalise the mime parser
13660         * src/gtk/about.c
13661                 add text wrapping
13662
13663 2005-06-16 [paul]       1.9.11cvs76
13664
13665         * src/gtk/about.c
13666                 reworked
13667
13668 2005-06-15 [colin]      1.9.11cvs75
13669
13670         * src/compose.c
13671                 Finish header encoding fix
13672         * src/summaryview.c
13673                 Fix segfault
13674         * src/headerview.c
13675                 Fix compilation (Thanks Stephan
13676                 Sachse)
13677
13678 2005-06-15 [colin]      1.9.11cvs74
13679
13680         * Makefile.am
13681                 Install gnome2 stuff rather than gnome1, 
13682                 if both are present
13683         * src/codeconv.c
13684         * src/codeconv.h
13685         * src/compose.c
13686                 Fix headers encoding
13687         * src/folder.c
13688                 Visual progress when fetching all messages
13689         * src/folderview.c
13690         * src/summaryview.c
13691         * src/summaryview.h
13692                 Prevent changing current message while
13693                 incorporating
13694
13695 2005-06-15 [paul]       1.9.11cvs73
13696
13697         * src/gtk/gtkaspell.c
13698         * src/gtk/gtkaspell.h
13699                 fix build warnings
13700
13701 2005-06-15 [paul]       1.9.11cvs72
13702
13703         * src/prefs_filtering.c
13704                 allow reordering of filter rules by
13705                 drag n drop
13706
13707 2005-06-15 [paul]       1.9.11cvs71
13708
13709         * COPYING
13710                 updated
13711         * src/codeconv.c
13712                 replace deprecated function
13713         * src/inc.c
13714         * src/send_message.c
13715         * src/gtk/progressdialog.c
13716         * src/gtk/progressdialog.h
13717                 salvage and reuse parts of reverted sync
13718
13719 2005-06-15 [paul]       1.9.11cvs70
13720
13721         * src/inc.c
13722         * src/send_message.c
13723         * src/gtk/progressdialog.c
13724         * src/gtk/progressdialog.h
13725                 revert yesterday's sync with main
13726                 it contains deprecated functions
13727
13728 2005-06-15 [colin]      1.9.11cvs69
13729
13730         * src/headerview.c
13731                 Fix bug #670 (multi user to: will corrupt message 
13732                 headers display)
13733
13734 2005-06-15 [colin]      1.9.11cvs68
13735
13736         * src/compose.c
13737                 Fix bug #421 (Fix undo on wrapping)
13738
13739 2005-06-15 [colin]      1.9.11cvs67
13740
13741         * src/folder.c
13742                 Provide visual feedback while processing
13743                 folder's rules.
13744         * src/imap.c
13745                 Provide visual feedback while getting
13746                 short headers (for uncached messages)
13747
13748
13749 2005-06-14 [paul]       1.9.11cvs66
13750
13751         * src/account.c
13752                 change a couple stock icons
13753         * src/inc.c
13754         * src/send_message.c
13755         * src/gtk/progressdialog.c
13756         * src/gtk/progressdialog.h
13757                 sync main's GtkTreeView implementation
13758
13759 2005-06-14 [colin]      1.9.11cvs65
13760
13761         * src/imap.c
13762                 Various little fixes, mainly on error paths
13763
13764 2005-06-13 [colin]      1.9.11cvs64
13765
13766         * matcher.c
13767         * procmsg.c
13768         * procmsg.h
13769                 Add a way to fetch only headers. This speeds
13770                 up filtering on headers for IMAP. Fixes:
13771                 bug #481 extraneous imap commands slow down 
13772                         imap filtering
13773                 bug #522 Sylpheed downloads all messages 
13774                         when opening mailbox (IMAP)
13775                 bug #677 IMAP fetch is soooooooooooooo slow
13776         * src/folder.c
13777         * src/folder.h
13778                 Add a folder set_batch method so that
13779                 implementations can speed up flags changes
13780         * src/folderutils.c
13781         * src/summaryview.c
13782                 Use that in mark as (un)read and mark all read
13783                 Refix bug #679
13784         * src/imap.c
13785                 Implement set_batch - brings back deferred
13786                 flags in a less buggy manner. Fixes:
13787                 bug #729 IMAP immediate expunge of deleted messages
13788                 bug #191 remove list of messages with one command
13789                 Fix login with strange chars
13790                 Implement fetch_msg_full
13791                 Fix copy (wrong counts)
13792
13793 2005-06-12 [colin]      1.9.11cvs63
13794
13795         * src/folder.c
13796                 lock incorporation during long operations.
13797                 Avoids fucking up the IMAP socket.
13798
13799 2005-06-12 [colin]      1.9.11cvs62
13800
13801         * src/imap.c
13802                 Fix harmful typo
13803                 Factorize remove_all_msg
13804                 Thread-ize expunge
13805         * src/summaryview.c
13806                 Don't update partial-download status if unnecessary
13807         * src/folder.c
13808                 Use remove_msgs everywhere possible
13809
13810 2005-06-12 [colin]      1.9.11cvs61
13811
13812         * src/folder.c
13813         * src/folder.h
13814                 Add a remove_msgs function to remove a 
13815                 list of messages
13816         * src/imap.c
13817                 Implement that.
13818
13819 2005-06-12 [colin]      1.9.11cvs60
13820
13821         * src/imap.c
13822                 Remove flags-processing deferring... Too hard
13823                 to get it to work in all cases.
13824
13825 2005-06-11 [colin]      1.9.11cvs59
13826
13827         * src/imap.c
13828                 printf -> debug_print
13829
13830 2005-06-11 [colin]      1.9.11cvs58
13831
13832         * src/imap.c
13833                 o Fix build without USE_PTHREAD
13834                 o Factorize imap_open
13835                 o Alertpanel in case of impossible connection
13836                 o Alertpanel in case of impossible login
13837                 o Fix deferred flags processing to force a 
13838                   flush before adding some more flags to process,
13839                   but in another folder.
13840
13841 2005-06-10 [colin]      1.9.11cvs57
13842
13843         * src/imap.c
13844                 o Fix a format string error
13845                 o init ssl socket outside of the thread 
13846                   (it possibly invokes gtk calls)
13847         * src/procmime.c
13848                 o Put back the buffer to its necessary size
13849                 o Fix changing a file pointer without keeping
13850                   track of it (thanks Valgrind)
13851         * src/common/smtp.c
13852                 o Fix automatic STARTTLS if login should be done
13853                   and the server only allows it after starting TLS
13854         * src/gtk/gtkinputdialog.c
13855                 o Eat GDK_Return so that the combo popup doesn't 
13856                   appear when we press Enter to validate the combo
13857                   input dialog (as seen in the Open with... dialog)
13858
13859 2005-06-10 [colin]      1.9.11cvs56
13860
13861         * src/imap.c
13862                 o A bit less debug
13863                 o Fix a crash on deletion
13864                 o Threadize imap_select (it's called outside of 
13865                   threads)
13866                 o Defer treatment of DELETED flags
13867
13868
13869 2005-06-09 [colin]      1.9.11cvs55
13870
13871         * src/imap.c
13872                 Make sure we check imap_gtk_should_override(), which
13873                 potentially calls gtk stuff, before creating thread.
13874                 That way it should't be called via imap_get_session()
13875                 inside a thread.
13876
13877 2005-06-09 [colin]      1.9.11cvs54
13878
13879         * src/imap.c
13880                 o add a bit of status output
13881                 o remove some dead code
13882                 o threadize get_list_of_uids
13883                 o threadize imap_get_flags
13884                 o defer flag changing by 500ms so that they
13885                   can be batched
13886
13887
13888 2005-06-08 [colin]      1.9.11cvs53
13889
13890         * src/imap.c
13891                 Thread-ize imap_cmd_fetch
13892
13893 2005-06-08 [colin]      1.9.11cvs52
13894
13895         * src/main.c
13896                 Mmh, that broke POP3...
13897
13898 2005-06-08 [colin]      1.9.11cvs51
13899
13900         * src/main.c
13901                 Stabilize IMAP patch (thanks to Hoa)
13902
13903 2005-06-08 [colin]      1.9.11cvs50
13904
13905         * src/imap.c
13906                 Test patch to speed up imap. 
13907
13908 2005-06-08 [colin]      1.9.11cvs49
13909
13910         * src/imap_gtk.c
13911                 Warning fix
13912         * src/procmime.c
13913                 Apply patch from gentoo to use /usr/share/mime/globs if 
13914                 available, after un-breaking it
13915         * src/common/log.c
13916         * src/common/log.h
13917                 Use g_timeout for invoking hooks that possibly use gtk
13918                 calls. This should leave gtk calls in the main thread.
13919
13920 2005-06-08 [paul]       1.9.11cvs48
13921
13922         * src/codeconv.c
13923                 conv_get_outgoing_charset_str(): don't
13924                 use prefs_common setting
13925         * src/compose.c
13926         * src/compose.h
13927                 add /Options/Character encoding/... to
13928                 temporarily change the outgoing encoding
13929
13930         (belated sync with main)
13931
13932 2005-06-08 [paul]       1.9.11cvs47
13933
13934         * src/compose.c
13935                 correction to/completion of last
13936                 sync with main
13937
13938 2005-06-08 [paul]       1.9.11cvs46
13939
13940         sync with main:
13941         
13942         * src/codeconv.c
13943         * src/codeconv.h
13944                 always enabled Japanese auto-detection
13945                 if the first letters of locale string
13946                 is "ja"
13947         * src/compose.c
13948                 don't use "destroy" signal to destroy
13949                 Compose object (fix rare crashes on discard?)
13950         * src/mainwindow.c
13951         * src/messageview.c
13952         * src/prefs_send.c
13953                 added Hebrew encodings
13954         * src/sourcewindow.c
13955                 don't use "destroy" signal to destroy
13956                 objects
13957
13958 2005-06-07 [colin]      1.9.11cvs45
13959
13960         * src/summaryview.c
13961                 Add missing unlocks/locks
13962
13963 2005-06-07 [paul]       1.9.11cvs44
13964
13965         * src/summaryview.c
13966                 restore bug #749 fix
13967
13968 2005-06-06 [colin]      1.9.11cvs43
13969
13970         * src/summaryview.c
13971                 Fix selection bug when prefs_common.open_unread 
13972                 is FALSE
13973
13974 2005-06-06 [colin]      1.9.11cvs42
13975
13976         * src/common/md5.c
13977                 Fix a warning
13978         * src/summaryview.c
13979         * src/folderview.c
13980                 Factorize long operations beginning and end
13981                 (locking, freezing/thawing, cursor, ...)
13982                 Check selection->data member in selection-
13983                 related loops; this avoids dying an awful
13984                 death if the selection changes on us while
13985                 we're marking a whole IMAP folder unread, 
13986                 for example.
13987
13988 2005-06-06 [paul]       1.9.11cvs41
13989
13990         * src/textview.c
13991                 don't g_free() a static gchar buffer
13992
13993 2005-06-05 [colin]      1.9.11cvs40
13994
13995         * src/mainwindow.c
13996         * src/messageview.c
13997         * src/summaryview.c
13998                 Fix bug #749 (Show all headers should be
13999                 sticky as the GUI suggests)
14000
14001 2005-06-03 [paul]       1.9.11cvs39
14002
14003         * src/compose.c
14004                 don't allow editing of mail while sending.
14005                 patch by Colin
14006
14007 2005-06-03 [paul]       1.9.11cvs38
14008
14009         * src/folderview.c
14010                 add a freeze/thaw to speed up 'mark all read'
14011
14012 2005-06-03 [paul]       1.9.11cvs37
14013
14014         * src/prefs_message.c
14015                 reflect changes immediately
14016
14017 2005-06-02 [colin]      1.9.11cvs36
14018
14019         * po/POTFILES.in
14020                 Patch by Fabien Vantard.
14021
14022 2005-06-02 [colin]      1.9.11cvs35
14023
14024         * src/imap.c
14025                 Use a non-blocking imap_getline() if possible.
14026                 This should completely prevent the interface
14027                 from freezin on imap operations, although it
14028                 may do strange stuff in case of folder switching
14029                 while a big imap operation is taking place...
14030
14031                 In addition, fix a leak in the case thread
14032                 creation fails on connection.
14033
14034 2005-06-02 [colin]      1.9.11cvs34
14035
14036         * src/crash.c
14037         * src/prefs_common.h
14038                 Fix build (prefs_common_init() doesn't exist
14039                 anymore)
14040
14041 2005-06-02 [colin]      1.9.11cvs33
14042
14043         * src/prefs_account.c
14044                 Fix bug #245 (filtering rules broken when
14045                 renaming a remote account (imap4 or nntp)
14046
14047 2005-06-02 [colin]      1.9.11cvs32
14048
14049         * src/imap.c
14050                 Try to fix IMAP shortcomings: 
14051                 o Multithread imap_open()
14052                 o allow offline-mode overriding instead of
14053                   just returning NULL
14054         * src/imap_gtk.c
14055         * src/imap_gtk.h
14056                 Add a function to ask whether we want to
14057                 override offline-mode for 10 minutes (one-shot
14058                 asking was painful)
14059         * src/procheader.c
14060                 Fix segfault when imap parser isn't happy about
14061                 a missing {
14062
14063 2005-06-01 [colin]      1.9.11cvs31
14064
14065         * src/addrharvest.c
14066         * src/compose.c
14067         * src/mbox.c
14068         * src/mbox.h
14069         * src/mh.c
14070         * src/msgcache.c
14071         * src/send_message.c
14072         * src/setup.c
14073         * src/undo.c
14074         * src/common/hooks.c
14075         * src/common/prefs.c
14076         * src/common/template.c
14077         * src/common/utils.c
14078         * src/gtk/gtkutils.c
14079         * src/gtk/inputdialog.c
14080         * src/gtk/menu.c
14081         * src/gtk/pluginwindow.c
14082         * src/gtk/prefswindow.c
14083         * src/plugins/pgpmime/passphrase.c
14084         * src/plugins/pgpmime/prefs_gpg.c
14085                 More -Wall fixes
14086
14087         * src/common/Makefile.am
14088         * src/common/timing.h
14089                 Add basic timing code
14090
14091         * src/summaryview.c
14092                 Fix a bug with unread messages when 
14093                 re-sorting folders, and by the way
14094                 fix a big performance hit when 
14095                 re-sorting (10k mails: before 5s,
14096                 after .5s)
14097
14098         * src/prefs_compose_writing.c
14099         * src/prefs_compose_writing.h
14100         * src/prefs_message.c
14101         * src/prefs_message.h
14102         * src/prefs_other.c
14103         * src/prefs_other.h
14104         * src/prefs_quote.c
14105         * src/prefs_quote.h
14106         * src/prefs_receive.c
14107         * src/prefs_receive.h
14108         * src/prefs_send.c
14109         * src/prefs_send.h
14110         * src/prefs_summaries.c
14111         * src/prefs_summaries.h
14112                 Fix copyright banner
14113
14114 2005-06-01 [paul]       1.9.11cvs30
14115
14116         * po/fi.po
14117                 updated by Flammie Pirinen
14118         * src/procmime.c
14119                 fix 'Bad BASE64 content' output
14120
14121 2005-05-31 [colin]      1.9.11cvs29
14122
14123         * src/procmime.c
14124                 Oops, where did my hunk go.
14125
14126 2005-05-31 [colin]      1.9.11cvs28
14127
14128         * src/Makefile.am
14129         * src/account.c
14130         * src/action.c
14131         * src/addr_compl.c
14132         * src/addressbook.c
14133         * src/codeconv.c
14134         * src/compose.c
14135         * src/export.c
14136         * src/folder.c
14137         * src/folderview.c
14138         * src/image_viewer.c
14139         * src/main.c
14140         * src/mainwindow.c
14141         * src/messageview.c
14142         * src/mimeview.c
14143         * src/msgcache.c
14144         * src/prefs_account.c
14145         * src/prefs_actions.c
14146         * src/prefs_common.c
14147         * src/prefs_compose_writing.c
14148         * src/prefs_customheader.c
14149         * src/prefs_ext_prog.c
14150         * src/prefs_filtering.c
14151         * src/prefs_filtering_action.c
14152         * src/prefs_fonts.c
14153         * src/prefs_image_viewer.c
14154         * src/prefs_message.c
14155         * src/prefs_message.h
14156         * src/prefs_msg_colors.c
14157         * src/prefs_other.c
14158         * src/prefs_other.h
14159         * src/prefs_quote.c
14160         * src/prefs_receive.c
14161         * src/prefs_receive.h
14162         * src/prefs_send.c
14163         * src/prefs_send.h
14164         * src/prefs_spelling.c
14165         * src/prefs_summaries.c
14166         * src/prefs_summary_column.c
14167         * src/prefs_template.c
14168         * src/prefs_themes.c
14169         * src/prefs_toolbar.c
14170         * src/prefs_wrapping.c
14171         * src/procmime.c
14172         * src/procmsg.c
14173         * src/send_message.h
14174         * src/ssl_manager.c
14175         * src/summary_search.c
14176         * src/summaryview.c
14177         * src/textview.c
14178         * src/wizard.c
14179         * src/common/smtp.c
14180         * src/common/smtp.h
14181         * src/gtk/gtkutils.h
14182                 o Move the rest of Common prefs to new style
14183                 o Lots of -Wall warning fixes
14184                 o fix FIXME in cache memusage calculation
14185                 o Let return receipts be sent from any account
14186                 o Little cache optimisation (read)
14187                 o Fix bug #746 (don't treat commas as separators
14188                   when inside a quoted string)
14189
14190 2005-05-31 [paul]       1.9.11cvs27
14191
14192         * src/prefs_common.c
14193                 fix 'off-by-one' typo
14194
14195 2005-05-31 [paul]       1.9.11cvs26
14196
14197         * src/account.c
14198         * src/addr_compl.c
14199         * src/compose.c
14200         * src/foldersel.c
14201         * src/prefs_actions.c
14202         * src/prefs_common.c
14203         * src/prefs_common.h
14204         * src/prefs_customheader.c
14205         * src/prefs_display_header.c
14206         * src/prefs_filtering.c
14207         * src/prefs_filtering_action.c
14208         * src/prefs_matcher.c
14209         * src/prefs_summaries.c
14210         * src/prefs_summary_column.c
14211         * src/prefs_template.c
14212         * src/prefs_toolbar.c
14213         * src/ssl_manager.c
14214         * src/gtk/pluginwindow.c
14215         * src/gtk/prefswindow.c
14216         * src/gtk/progressdialog.c
14217                 add hidden prefs 'enable_rules_hint'
14218                 for gtk_tree_view_set_rules_hint()
14219                 (sync with main)
14220                 
14221
14222 2005-05-31 [colin]      1.9.11cvs25
14223
14224         * src/Makefile.am
14225         * src/main.c
14226         * src/prefs_common.c
14227         * src/prefs_summaries.c ** ADDED **
14228         * src/prefs_summaries.h ** ADDED **
14229                 Common/Display -> Display/Summaries
14230
14231 2005-05-31 [colin]      1.9.11cvs24
14232
14233         * src/Makefile.am
14234         * src/main.c
14235         * src/prefs_quote.c ** ADDED **
14236         * src/prefs_quote.h ** ADDED **
14237                 Move Common/Quote to Compose/Quoting
14238         * src/prefs_common.c
14239         * src/prefs_common.h
14240                 Remove old quote stuff, add
14241                 convenience functions for GtkTextView prefs
14242         * src/gtk/prefswindow.c
14243                 Set default height higher
14244
14245 2005-05-30 [colin]      1.9.11cvs23
14246
14247         * src/Makefile.am
14248         * src/main.c
14249         * src/prefs_common.c
14250         * src/prefs_compose_writing.c ** ADDED **
14251         * src/prefs_compose_writing.h ** ADDED **
14252                 Move Common/Compose prefs to Compose/Writing
14253
14254 2005-05-30 [colin]      1.9.11cvs22
14255
14256         * src/common/utils.c
14257                 Fix bug #651 (Confused Attract by Subject)
14258                 Patch by M. Benkmann <haferfrost@web.de>
14259         * AUTHORS
14260
14261 2005-05-30 [colin]      1.9.11cvs21
14262
14263         * src/compose.c
14264                 Fix concatenation of different headers of
14265                 the same type (bug #645)
14266         * src/prefs_folder_item.c
14267                 Fix bug #699 (setting color to black doesn't
14268                 work immediately)
14269         * src/procmime.c
14270                 Print out decoding error only once per
14271                 block
14272
14273 2005-05-30 [paul]       1.9.11cvs20
14274
14275         * src/common/template.c
14276                 fix Bcc
14277
14278 2005-05-30 [paul]       1.9.11cvs19
14279
14280         * doc/src/rfc2368.txt   **NEW FILE**
14281         * src/compose.c
14282                 compose_entries_set(): don't interpret Bcc
14283                 header field (conform to RFC 2368)
14284                 (sync with main)
14285
14286 2005-05-29 [colin]      1.9.11cvs18
14287
14288         * src/prefs_common.c
14289                 Let the default reply format respect
14290                 netiquette by cutting the signature.
14291
14292 2005-05-29 [colin]      1.9.11cvs17
14293
14294         * src/summaryview.c
14295                 Don't let always_show_msg override
14296                 open_unread_on_enter when opening a new
14297                 directory.
14298
14299 2005-05-27 [paul]       1.9.11cvs16
14300
14301         sync with main:
14302
14303         * src/main.c
14304                 app_will_exit(): cleanup tmp directory when exit
14305         * src/message_search.c
14306                 improved the interface and made code cleanup.
14307                 removed Clear button
14308         * src/send_message.c
14309                 send_message_local(): use GSpawn, and detect errors
14310         * src/summary_search.c
14311                 improved the interface and made code cleanup
14312         * src/textview.c
14313                 textview_write_link(): also skip non-ascii space
14314                  at the head of link strings (phishing check
14315                  didn't work at the case)
14316         * src/common/utils.c
14317                 get_command_output(): use g_spawn_command_line_sync()
14318                 instead of popen()
14319
14320 2005-05-26 [colin]      1.9.11cvs15
14321
14322         * src/folder.c
14323                 remove printf
14324
14325 2005-05-26 [colin]      1.9.11cvs14
14326
14327         * src/common/nntp.c
14328                 Fix nntp mode reader (bug #611)
14329                 Patch by Florian Mickler <florian@mickler.org>
14330
14331 2005-05-26 [colin]      1.9.11cvs13
14332
14333         * src/plugins/pgpmime/passphrase.c
14334                 Fix mouse grabbing (bug #557)
14335
14336 2005-05-26 [colin]      1.9.11cvs12
14337
14338         * src/prefs_themes.c
14339                 Fix g_warning (bug #541)
14340
14341 2005-05-26 [colin]      1.9.11cvs11
14342
14343         * src/prefs_actions.c
14344         * src/prefs_template.c
14345                 Fix bug #506 (no warning if action/template
14346                 is not saved)
14347         * src/common/template.c
14348                 Fix a possible crash
14349
14350 2005-05-26 [colin]      1.9.11cvs10
14351
14352         * src/folder.c
14353         * src/folderview.c
14354         * src/procmsg.c
14355         * src/summaryview.c
14356                 Forbid locked messages to be moved or
14357                 deleted. Locked messages in trashes 
14358                 still get deleted, for performance
14359                 reason (mh.c::mh_remove_all_msgs)
14360
14361 2005-05-25 [colin]      1.9.11cvs9
14362
14363         * src/procmime.c
14364                 Use correct encoding when sending mails
14365                 with attachments that have accentued 
14366                 chars in their name
14367
14368 2005-05-24 [colin]      1.9.11cvs8
14369
14370         * src/summaryview.c
14371                 Fix bug #688 f) read/unread marker not
14372                 changed on first click
14373                 Also, optimize summary_status_show()
14374                 calls
14375         * src/folder.c
14376         * src/inc.c
14377         * src/procmime.c
14378                 Fix bug #688 b) and c) wrt message
14379                 attachments and signature
14380         * src/stock_pixmap.c
14381         * src/stock_pixmap.h
14382         * src/stock_pixmap.c
14383         * src/stock_pixmap.h
14384         * src/Makefile.am
14385         * src/pixmaps/clip_gpg_signed.xpm
14386                 Add clip/signed icon
14387
14388 2005-05-24 [colin]      1.9.11cvs7
14389
14390         * src/folder_item_prefs.c
14391                 whitespace fix
14392
14393 2005-05-24 [colin]      1.9.11cvs6
14394
14395         * src/folderview.c
14396         * src/prefs_common.c
14397         * src/prefs_common.h
14398                 Add a confirmation to folder drag and drop
14399                 fixes bug #156
14400         * src/alertpanel.c
14401         * src/alertpanel.h
14402                 fix _with_disable parameters so that
14403                 the buttons labels are specifiable too
14404         * src/plugins/pgpmime/sgpgme.c
14405                 reflect said change
14406                 
14407
14408 2005-05-24 [colin]      1.9.11cvs5
14409
14410         * src/folderview.c
14411                 Uncollapse/collapse folders on double-click
14412                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14413                 closes bug #108
14414
14415 2005-05-23 [colin]      1.9.11cvs4
14416
14417         * src/common/socket.c
14418                 Check another special SSL_peek() error.
14419                 Should help wrt bug #728
14420
14421 2005-05-23 [colin]      1.9.11cvs3
14422
14423         * src/plugins/pgpmime/pgpmime.c
14424                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14425                 breaking menu accelerators and stuff. Users will have to
14426                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14427                 account's privacy preferences if needed.
14428
14429 2005-05-22 [paul]
14430
14431         * tools/kdeservicemenu/install.sh
14432                 use kdesu to prompt for root password if doing
14433                 global install/uninstall
14434
14435 2005-05-20 [colin]      1.9.11cvs2
14436
14437         * src/procmsg.c
14438                 Fix another compilation error with gcc-2.9x
14439                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14440         * src/send_message.c
14441                 Don't send QUIT if we aren't connected
14442
14443 2005-05-19 [colin]      1.9.11cvs1
14444
14445         * src/procmsg.c
14446                 Fix compilation with gcc 2.9x
14447
14448 2005-05-19 [paul]       1.9.11
14449
14450         1.9.11 released
14451
14452 2005-05-19 [paul]       1.9.9cvs14
14453
14454         * src/gtk/inputdialog.c
14455                 prevent gettext warning
14456
14457 2005-05-19 [paul]       1.9.9cvs13
14458
14459         * src/mainwindow.c
14460         * src/prefs_common.c
14461         * src/prefs_common.h
14462         * src/textview.c
14463         * src/textview.h
14464                 add an option to toggle cursor in message
14465                 view (sync with main)
14466
14467 2005-05-18 [colin]      1.9.9cvs12
14468
14469         * src/compose.c
14470                 Dereference freed pointer
14471         * src/gtk/gtkaspell.c
14472                 Fix duplication of dictionaries (is it an aspell issue?)
14473
14474 2005-05-18 [colin]      1.9.9cvs11
14475
14476         * src/gtk/inputdialog.c
14477         * src/gtk/gtkaspell.c
14478                 HIGuify dialogs
14479         * src/alertpanel.c
14480                 Remove a double call
14481
14482 2005-05-17 [colin]      1.9.9cvs10
14483
14484         * src/gtk/gtkaspell.c
14485                 Fix dialogs, Ctrl-Enter accel
14486
14487 2005-05-17 [colin]      1.9.9cvs9
14488
14489         * src/gtk/gtkaspell.c
14490                 Fix some accelerators, escape in replace-window
14491
14492 2005-05-16 [colin]      1.9.9cvs8
14493
14494         * src/gtk/gtkaspell.c
14495                 Revert last commit, it was a mistake.
14496
14497 2005-05-16 [colin]      1.9.9cvs7
14498
14499         * src/gtk/gtkaspell.c
14500                 Remove buggy code while we're at it. It's a 
14501                 dead code path anyway.
14502
14503 2005-05-16 [colin]      1.9.9cvs6
14504
14505         * src/gtk/gtkaspell.c
14506                 Missed some gtk_menu_popup where deactivate
14507                 signal should be handled. Should fix bug
14508                 #629 a bit more.
14509
14510 2005-05-16 [colin]      1.9.9cvs5
14511
14512         * src/gtk/gtkaspell.c
14513                 Remove debug printf()s
14514
14515 2005-05-16 [colin]      1.9.9cvs4
14516
14517         * src/gtk/gtkaspell.c
14518                 Fix a bit aspell problems
14519                 (see bug #629)
14520
14521 2005-05-13 [colin]      1.9.9cvs3
14522
14523         * src/folderview.c
14524                 Fix the + appearing even when no subfolders
14525                 have unread messages. Thanks to wwp for the
14526                 bug report.
14527
14528 2005-05-11 [paul]       1.9.9cvs2
14529
14530         * src/folderview.c
14531                 correction to 1.9.9cvs1, only colour folders that
14532                 have new msgs (not unread msgs)
14533
14534 2005-05-10 [colin]      1.9.9cvs1
14535
14536         * src/folderview.c
14537         * src/summaryview.c
14538                 Try to fix bolding bugs again.
14539
14540 2005-05-09 [paul]
14541
14542         * tools/claws.i18n.status.pl
14543                 add Ricardo Mones Lastra's script that has been providing
14544                 the i18n status page for many months
14545
14546 2005-05-09 [paul]       1.9.9
14547
14548         1.9.9 release
14549
14550 2005-05-09 [paul]       1.9.6cvs58
14551
14552         * AUTHORS
14553         * INSTALL
14554         * README.claws
14555                 updated
14556         * Makefile.am 
14557         * RELEASE_NOTES.claws
14558                 add release notes to cvs to simplify release
14559                 procedure
14560         * configure.ac
14561                 add ca and fi to ALL_LINGUAS
14562         * po/Makefile.in.in
14563                 workaround for missing Makevars
14564         * po/ca.po
14565         * po/fi.po
14566                 add new Catalan and Finnish translations
14567                 submitted by Miquel Oliete and Flammie Pirinen
14568         * po/de.po
14569         * po/es.po
14570         * po/fr.po
14571         * po/it.po
14572         * po/pl.po
14573         * po/ru.po
14574         * po/sk.po
14575         * po/sr.po
14576         * po/zh_CN.po
14577                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14578                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14579                 Urke MMI, and Hansom Young
14580         * src/main.c
14581                 Fix drafting when quitting. compose_draft() closes the
14582                 compose windows, which modifies the compose_list GSList.
14583                 We have to refresh this list after echo drafting to avoid a
14584                 segfault
14585         * src/partial_download.c
14586                 fix segfault on exit
14587
14588 2005-05-06 [paul]       1.9.6cvs57
14589
14590         * src/grouplistdialog.c
14591                 quick fix/workaround for unresizeable newsgroup
14592                 name column 
14593
14594 2005-05-06 [paul]       1.9.6cvs56
14595
14596         * src/inc.c
14597         * src/mainwindow.c
14598                 use gettext plural forms
14599         * src/imap_gtk.c
14600         * src/mh_gtk.c
14601         * src/toolbar.c
14602                 small improvement to english usage
14603
14604 2005-05-05 [thorsten]   1.9.6cvs55
14605
14606         * src/folder.c
14607                 fix possible crash
14608
14609 2005-05-05 [paul]       1.9.6cvs54
14610         
14611         sync with HEAD
14612
14613         * AUTHORS
14614         * src/compose.c
14615                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14616                 patch by Tim Mann
14617
14618 2005-05-05 [paul]       1.9.6cvs53
14619
14620         * src/mainwindow.c
14621                 fix resizing of separate message and
14622                 folder views
14623
14624 2005-05-05 [paul]       1.9.6cvs52
14625
14626         * src/account.c
14627         * src/addrgather.c
14628         * src/browseldap.c
14629         * src/exphtmldlg.c
14630         * src/expldifdlg.c
14631         * src/importmutt.c
14632         * src/importpine.c
14633         * src/main.c
14634         * src/mainwindow.c
14635         * src/noticeview.c
14636         * src/prefs_filtering.c
14637         * src/prefs_filtering_action.c
14638         * src/prefs_matcher.c
14639         * src/prefs_spelling.c
14640         * src/prefs_toolbar.c
14641         * src/toolbar.c
14642         * src/wizard.c
14643         * src/gtk/description_window.c
14644         * src/gtk/gtkvscrollbutton.c
14645         * src/gtk/progressdialog.c
14646         * src/gtk/quicksearch.c
14647         * src/plugins/pgpmime/prefs_gpg.c
14648         * src/plugins/spamassassin/spamassassin_gtk.c
14649                 replace deprecated gtk_widget_set_usize
14650
14651 2005-05-04 [colin]      1.9.6cvs51
14652
14653         * src/common/utils.c
14654                 Fix crash when subst_for_filename is called
14655                 with a NULL parameter
14656
14657 2005-05-04 [colin]      1.9.6cvs50
14658
14659         * src/partial_download.c
14660         * src/pop.c
14661                 Escape login when writing uidl file
14662                 fixes bug #736
14663
14664 2005-05-03 [colin]      1.9.6cvs49
14665
14666         * src/procmime.c
14667                 Fix possible DOS in mime parser
14668                 (see bug #634)
14669
14670 2005-05-02 [colin]      1.9.6cvs48
14671
14672         * src/compose.c
14673                 Try to fix the copy/paste mess once again.
14674
14675
14676 2005-04-30 [colin]      1.9.6cvs47
14677
14678         * src/prefs_account.h
14679         * src/procmsg.c
14680         * src/send_message.c
14681         * src/common/smtp.c
14682         * src/common/smtp.h
14683                 Try to batch sending mails (per account) instead of
14684                 reconnecting to server every time.
14685
14686 2005-04-29 [colin]      1.9.6cvs46
14687
14688         * src/messageview.c
14689                 Fix window resizing that refused to size down
14690         * src/prefs_common.c
14691         * src/prefs_common.h
14692         * src/prefs_filtering.c
14693                 Save Filtering's window size
14694
14695 2005-04-21 [paul]       1.9.6cvs45
14696
14697         * ChangeLog-gtk2.claws
14698         * src/setup.c
14699                 correction to sync
14700
14701 2005-04-21 [paul]       1.9.6cvs44
14702
14703         sync with main:
14704
14705         * src/setup.c
14706         * src/statusbar.c
14707         * src/statusbar.h
14708                 use gtkut_widget_draw_now(). Improved performance
14709                 of the update of statusbar
14710         * src/textview.c
14711                 textview_smooth_scroll_do(): redraw it after scroll
14712                 is done (fixed incorrect display when a part of the
14713                 view is hidden).
14714         * src/gtk/gtkutils.c
14715         * src/gtk/gtkutils.h
14716                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14717                 to force update of widgets.
14718                 Removed gtkut_widget_wait_for_draw() which had a big
14719                 overhead  because of waiting for all events processed 
14720
14721 2005-04-20 [paul]       1.9.6cvs43
14722
14723         * src/codeconv.c
14724                 complete 1.9.6cvs42's sync:
14725                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14726
14727 2005-04-19 [paul]       1.9.6cvs42
14728
14729         sync with main:
14730
14731         * src/action.c
14732                 catch_output(): correctly select the insert text
14733                 (fix invalid iterator warnings).
14734         * src/codeconv.c
14735         * src/codeconv.h
14736         * src/mainwindow.c
14737         * src/messageview.c
14738         * src/prefs_common.c
14739                 support GBK encoding.
14740         * src/common/session.c
14741         * src/common/session.h
14742                 use separate buffer for large data to be sent,
14743                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14744
14745 2005-04-18 [paul]       1.9.6cvs41
14746
14747         * src/jpilot.c
14748                 convert unsigned long into guint32
14749                 patch by Paul LeoNerd Evans 
14750
14751 2005-04-17 [colin]      1.9.6cvs40
14752
14753         * src/compose.c
14754                 Fix 'Request return receipt' from folder
14755                 properties (bug #708)
14756
14757 2005-04-17 [colin]      1.9.6cvs39
14758
14759         * src/mainwindow.c
14760                 Fix duplicate hotkeys in Mainwindow's menu
14761
14762 2005-04-17 [colin]      1.9.6cvs38
14763
14764         * src/folderview.c
14765                 Fix duplicate hotkeys in Folderview's contextual
14766                 menu
14767
14768 2005-04-15 [colin]      1.9.6cvs37
14769
14770         * src/summaryview.c
14771                 Fix 'Save as...' with non-ascii filenames
14772
14773 2005-04-15 [colin]      1.9.6cvs36
14774
14775         * src/plugins/pgpmime/pgpmime.c
14776                 Fix bus error on 64bit. Spotted by 
14777                 macallan1888@gmail.com
14778
14779 2005-04-15 [colin]      1.9.6cvs35
14780
14781         * src/prefs_account.c
14782                 Fix cvs34.
14783
14784 2005-04-12 [colin]      1.9.6cvs34
14785
14786         * src/prefs_account.c
14787                 Fix smtp auth type off-by-one. We forgot to
14788                 add PLAIN in the prefs-to-gui setter func and
14789                 as a result, the selected auth when opening
14790                 account prefs was not the correct one.
14791
14792 2005-04-12 [paul]       1.9.6cvs33
14793
14794         * src/inc.c
14795                 if the recv dialog is visible, Cancel only
14796                 cancels the current account
14797
14798
14799 2005-04-10 [colin]      1.9.6cvs32
14800
14801         * src/filtering.c
14802                 Copy score when copying FilteringActions
14803                 Fix bug #674
14804
14805 2005-04-10 [colin]      1.9.6cvs31
14806
14807         * src/inc.c
14808                 Make Message -> Receive -> Cancel cancel 
14809                 incorporation on all accounts. Fixes
14810                 bug #693
14811
14812 2005-04-10 [colin]      1.9.6cvs30
14813
14814         * src/prefs_account.c
14815                 Update Privacy checkbuttons status based
14816                 on the selected privacy system
14817         * src/compose.c
14818                 Always connect the "None" privacy system; the
14819                 static boolean was probably there to avoid
14820                 reconnecting twice in the same compose window,
14821                 but as the parent function is only called once
14822                 per compose, it's only a bug - as a static is
14823                 initialized once per application instance.
14824                 Also, don't uncheck Sign and Encrypt when
14825                 selecting None as privacy system; just ignore
14826                 them when sending/queuing.
14827                 Should fix bug #695
14828
14829 2005-04-08 [colin]      1.9.6cvs29
14830
14831         * src/account.c
14832         * src/prefs_account.c
14833         * src/prefs_account.h
14834                 Add account preference to queue message in a certain
14835                 folder.
14836
14837 2005-04-06 [colin]      1.9.6cvs28
14838
14839         * src/prefs_account.c
14840                 Update old inbox path syntax
14841
14842 2005-04-06 [paul]       1.9.6cvs27
14843
14844         sync with main:
14845
14846         * configure.ac
14847                 changed -traditional-cpp to -no-cpp-precomp for newer
14848                 Mac OS X support
14849         * src/foldersel.c
14850                 made column resize automatically
14851         * src/send_message.c
14852                 send_message_smtp(): consider EOF right after QUIT
14853                 successful (workaround for Gmail SMTP server)
14854         * src/common/socket.c
14855                 ssl_read(), ssl_peek(): check EOF which violates the
14856                 SSL protocol
14857         * src/gtk/colorlabel.c
14858                 removed warnings when displaying colorlabel menu
14859                 (don't use GtkAlignment)
14860
14861 2005-04-05 [paul]       1.9.6cvs26
14862
14863         * src/plugins/trayicon/trayicon.c
14864                 fix clipping of icon under KDE3 
14865
14866 2005-04-05 [paul]       1.9.6cvs25
14867
14868         * src/summaryview.c
14869                 hide display of threading
14870                 patch by Alfons
14871
14872 2005-04-04 [thorsten]   1.9.6cvs24
14873
14874         * src/mh.c
14875                 marks lost on filesystems with different stat() results on
14876                 summer-/wintertime
14877
14878 2005-04-03 [colin]      1.9.6cvs23
14879
14880         * src/summaryview.c
14881                 Don't handle up/down. Patch by Alfons
14882
14883 2005-04-02 [colin]      1.9.6cvs22
14884
14885         * src/summaryview.c
14886                 Make scrolling faster. Patch by Alfons.
14887
14888 2005-04-01 [colin]      1.9.6cvs21
14889
14890         * src/Makefile.am
14891         * src/stock_pixmap.c
14892         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14893         * src/pixmaps/dir_noselect.xpm ** ADDED **
14894                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14895
14896 2005-04-01 [colin]      1.9.6cvs20
14897
14898         * src/image_viewer.c
14899         * src/image_viewer.h
14900         * src/procmime.c
14901         * src/procmime.h
14902         * src/textview.c
14903         * src/textview.h
14904                 Implement inline image resizing and right-clicking
14905
14906 2005-04-01 [paul]       1.9.6cvs19
14907
14908         * AUTHORS
14909         * Makefile.am
14910         * configure.ac
14911                 check for gnome2
14912                 patch by Luca Cavalli <loopback<AT>slackit.org>
14913         * po/ru.po
14914                 updated by Pavlo Bohmat
14915
14916 2005-03-31 [colin]      1.9.6cvs18
14917
14918         * src/news.c
14919                 Fix parsing references
14920         * src/msgcache.c
14921                 don't put nulls in the references list
14922         * src/procheader.c
14923                 commit that forgotten file in 1.9.6cvs14
14924
14925 2005-03-31 [colin]      1.9.6cvs17
14926
14927         * src/compose.c
14928                 Fix joining of signature separator again. 
14929                 Maybe Hiro could put it in main too...
14930
14931 2005-03-31 [colin]      1.9.6cvs16
14932
14933         * src/Makefile.am
14934         * src/foldersel.c
14935         * src/stock_pixmap.c
14936         * src/stock_pixmap.h
14937         * src/pixmaps/dir-noselect.xpm
14938                 Update foldersel.c (sync from main, patch by Alfons)
14939
14940 2005-03-30 [colin]      1.9.6cvs15
14941
14942         * src/imap.c
14943                 Fix handling of imap folders containing [] in 
14944                 their name. Thanks to Nahuel Angelinetti for
14945                 the detailed bugreport.
14946
14947 2005-03-30 [colin]      1.9.6cvs14
14948
14949         * src/common/utils.h
14950         * src/common/utils.c
14951         * src/common/defs.h
14952         * src/matcher.c
14953         * src/msgcache.c
14954         * src/news.c
14955         * src/procmsg.c
14956         * src/procmsg.h
14957         * src/quote_fmt_parse.y
14958         * src/summaryview.c
14959                 Update references system. Patch by Alfons
14960
14961 2005-03-30 [colin]      1.9.6cvs13
14962
14963         * src/common/socket.c
14964                 Force the glibc to read resolv.conf again when 
14965                 it has changed. Should fix issues when changing
14966                 networks on a laptop and not restarting sylpheed. 
14967
14968 2005-03-30 [paul]       1.9.6cvs12
14969
14970         partial sync with main:
14971
14972         * src/action.c
14973                 create_io_dialog(): use user-defined text font
14974                 (thanks to Alfons), and modified its appearance.
14975         * src/addrgather.c
14976         * src/addrharvest.c
14977         * src/browseldap.c
14978                 replace old code
14979         * src/compose.c
14980                 don't join (presumably) itemized lines on line-wrapping
14981                 fixed wrapping of quote when auto-wrapping is enabled
14982                 compose_destroy(): destroy paned only if it's not
14983                 attached to window. Fixed memory leak of popup menu.
14984         * src/exphtmldlg.c
14985         * src/expldifdlg.c
14986                 replace old code
14987         * src/html.c
14988         * src/html.h
14989         * src/importmutt.c
14990         * src/importpine.c
14991                 replace old code
14992         * src/main.c
14993                 removed redundant code
14994         * src/mainwindow.c
14995                 changed 'Code set' (which is rather incorrect)
14996                 in the menu to 'Character encoding'
14997                 main_window_set_widgets(): request size first
14998                 to prevent window size becoming wrong
14999                 fixed remembering of the state of the visibility
15000                 of MessageView
15001         * src/messageview.c
15002                 changed 'Code set' (which is rather incorrect)
15003                 in the menu to 'Character encoding'
15004         * src/prefs_common.c
15005         * src/prefs_common.h
15006                 added an option whether to render HTML as text or not
15007                 added separators to outgoing encoding menu
15008         * src/procheader.c
15009                 procheader_scan_date_string(): support header
15010                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
15011         * src/summaryview.c
15012         * src/summaryview.h
15013                 minor code cleanup
15014         * src/textview.c
15015                 textview_show_html(): force output of newline
15016                 added an option whether to render HTML as text or not
15017         * src/common/utils.c
15018                 strncpy2(): optimized based on Alfons' code
15019         * src/gtk/gtkutils.c
15020         * src/gtk/gtkutils.h
15021                 removed non-used code
15022         * src/plugins/pgpmime/passphrase.c
15023                 partially fixed grab input of passphrase dialog
15024                 Confine pointer to window
15025
15026 2005-03-30 [colin]      1.9.6cvs11
15027
15028         * src/msgcache.c
15029         * src/msgcache.h
15030                 Read/write 32bit ints from cache & marks
15031                 From main.
15032
15033 2005-03-29 [paul]       1.9.6cvs10
15034
15035         * AUTHORS
15036         * ChangeLog.claws
15037         * src/compose.c
15038         * src/gtk/gtkaspell.c
15039                 sync with HEAD (don't pass NULL pointers) 
15040
15041 2005-03-24 [paul]
15042
15043         * tools/Makefile.am
15044         * tools/README
15045         * tools/acroread2sylpheed.pl
15046                 sync with HEAD (add script to send pdfs as
15047                 attachments from Adobe Reader 7)
15048
15049 2005-03-21 [paul]       1.9.6cvs9
15050
15051         * configure.ac
15052         * po/POTFILES.in
15053         * src/Makefile.am
15054         * src/crash.c
15055         * src/image_viewer.c ** ADDED **
15056         * src/image_viewer.h ** ADDED **
15057         * src/main.c
15058         * src/prefs_common.c
15059         * src/prefs_common.h
15060         * src/prefs_image_viewer.c ** ADDED **
15061         * src/prefs_image_viewer.h ** ADDED **
15062         * src/textview.c
15063         * src/gtk/about.c
15064         * src/pixmaps/sylpheed_logo.xpm
15065         * src/plugins/Makefile.am
15066         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15067         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15068         * src/plugins/image_viewer/plugin.c ** REMOVED **
15069         * src/plugins/image_viewer/viewer.c ** REMOVED **
15070         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15071         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15072         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15073         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15074         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15075                 as gdk-pixbuf is now built-in
15076                 remove image_viewer plugin and put code back into
15077                 main codebase
15078                 implement inline image display (sync with main)
15079
15080                 replace logo with newer, nicer, larger version  
15081
15082 2005-03-21 [paul]       1.9.6cvs8
15083
15084         * src/gtk/about.c
15085                 cosmetic improvement
15086
15087 2005-03-21 [holger]     1.9.6cvs7
15088
15089         * src/plugins/spamassassin/spamassassin.c
15090                 Sync with HEAD
15091                 (unregister hook on failed plugin init)
15092
15093 2005-03-20 [colin]      1.9.6cvs6
15094
15095         * src/common/plugin.c
15096                 Check that plugin isn't already loaded
15097                 Patch by Alfons
15098
15099 2005-03-20 [thorsten]   1.9.6cvs5
15100
15101         * src/compose.c
15102                 use a more compatible syntax
15103
15104 2005-03-20 [thorsten]   1.9.6cvs4
15105
15106         * src/prefs_toolbar.c
15107                 fix crash when selecting toolbar item (uninitialized pointer)
15108
15109 2005-03-20 [thorsten]   1.9.6cvs3
15110
15111         * src/procmime.c
15112                 fix mimetype detection (referenced free()d string)
15113
15114 2005-03-20 [paul]       1.9.6cvs2
15115
15116         * src/compose.c
15117                 sync with HEAD (1.0.3cvs5)
15118                 neglect Reply-To header if empty
15119                 Patch by Alfons 
15120
15121 2005-03-19 [holger]     1.9.6cvs1
15122
15123         * src/summaryview.c
15124         * src/summaryview.h
15125                 Sync with HEAD
15126
15127 2005-03-18 [paul]       1.9.6
15128
15129         initial GTK2 release
15130
15131 2005-03-18 [paul]       1.0.3cvs3.1
15132
15133         * AUTHORS
15134         * ChangeLog.claws
15135         * configure.ac
15136         * src/gtk/about.c
15137         * src/pixmaps/sylpheed_logo.xpm
15138                 sync with HEAD
15139
15140 2005-03-18 [colin]      1.0.3cvs2.6
15141
15142         * src/summaryview.c
15143                 Remove call to summary_step in summary_copy_selected_to
15144                 Can't see its purpose, and this causes bug when copying
15145                 a message if the next one is unread: it reads it.
15146
15147 2005-03-18 [paul]       1.0.3cvs2.5
15148
15149         * src/foldersel.c
15150                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15151
15152 2005-03-18 [paul]       1.0.3cvs2.4
15153
15154         * src/addrharvest.c
15155         * src/codeconv.c
15156         * src/codeconv.h
15157         * src/compose.c
15158         * src/news.c
15159         * src/procheader.c
15160         * src/procmime.c
15161         * src/unmime.c
15162         * src/unmime.h
15163                 fix buffer overflow, CAN-2005-0667, see
15164                 http://secunia.com/advisories/14491/
15165                 Patch by Alfons
15166
15167 2005-03-17 [colin]      1.0.3cvs2.3
15168
15169         * src/prefs_fonts.c
15170         * src/summaryview.c
15171                 Fix font bugs (both lists now officialy share 
15172                 the same font)
15173                 
15174
15175 2005-03-17 [paul]       1.0.3cvs2.2
15176
15177         * src/gtk/pluginwindow.c
15178                 make plugin descriptions uneditable
15179
15180 2005-03-11 [paul]       1.0.3cvs2.1
15181
15182         * ChangeLog.claws
15183         * configure.ac
15184         * po/POTFILES.in
15185         * src/plugins/trayicon/trayicon.c
15186                 sync with HEAD
15187                 add src/wizard.c to POTFILES.in
15188
15189 2005-03-11 [paul]       1.0.3cvs1.1
15190
15191         * ChangeLog
15192         * ChangeLog.claws
15193         * configure.ac
15194         * po/de.po
15195         * po/es.po
15196         * po/fr.po
15197         * po/it.po
15198         * po/pt_BR.po
15199         * po/ru.po
15200         * po/sk.po
15201         * po/sr.po
15202         * po/zh_CN.po
15203                 sync with HEAD
15204
15205 2005-03-04 [colin]      1.0.1cvs22.2
15206
15207         * src/compose.c
15208                 Fix signatures with accentued chars in it
15209
15210 2005-03-04 [colin]      1.0.1cvs22.1
15211
15212         * src/common/smtp.c
15213         * src/common/smtp.h
15214                 Don't use SIZE param in MAIL FROM: if server 
15215                 doesn't support it. Patch by Eugen Freiter
15216                 <eugen_f@users.sf.net>
15217
15218 2005-02-27 [paul]       1.0.1cvs20.1
15219
15220         * ChangeLog.claws
15221         * configure.ac
15222         * src/messageview.c
15223                 sync with HEAD
15224
15225 2005-02-27 [colin]      1.0.1cvs19.4
15226
15227         * src/procheader.c
15228         * src/procheader.h
15229                 Fix prototypes. Patch by Alfons
15230
15231 2005-02-27 [colin]      1.0.1cvs19.3
15232
15233         * src/compose.c
15234                 Don't auto-join the signature separator.
15235
15236 2005-02-26 [colin]      1.0.1cvs19.2
15237
15238         * src/summaryview.c
15239                 Fix 'mark all read' with collapsed threads.
15240                 Patch by Alfons.
15241
15242 2005-02-25 [paul]       1.0.1cvs19.1
15243
15244         * ChangeLog.claws
15245         * configure.ac
15246         * src/prefs_account.c
15247         * src/prefs_folder_item.c
15248         * src/gtk/prefswindow.c
15249         * src/gtk/prefswindow.h
15250                 sync with HEAD
15251
15252 2005-02-25 [paul]       1.0.1cvs15.12
15253
15254         * src/alertpanel.c
15255         * src/codeconv.c
15256         * src/compose.c
15257         * src/textview.c
15258         * src/gtk/gtkutils.c
15259         * src/gtk/gtkutils.h
15260         * src/gtk/logwindow.c
15261         * src/gtk/progressdialog.c
15262                 sync with main (revision 127)
15263                 and fix logwindow clipping
15264
15265 2005-02-24 [colin]      1.0.1cvs15.11
15266
15267         * src/plugins/pgpmime/passphrase.c
15268                 Disable input grabbing; it doesn't work yet.
15269
15270 2005-02-24 [colin]      1.0.1cvs15.10
15271
15272         * src/messageview.c
15273                 Don't send out receipts if offline. Ask.
15274
15275 2005-02-23 [colin]      1.0.1cvs15.9
15276
15277         * src/summaryview.c     
15278                 Fix expanding
15279
15280 2005-02-23 [colin]      1.0.1cvs15.8
15281
15282         * src/summaryview.c
15283                 Really fix Bug 568 by removing useless
15284                 calls. summary_thread_init() now called
15285                 in summary_sort(). This should please
15286                 Alfons as it should be faster than 
15287                 previously.
15288
15289 2005-02-23 [colin]      1.0.1cvs15.7
15290
15291         * src/compose.c
15292                 Encode parts as QP or B64 if signing
15293
15294 2005-02-23 [colin]      1.0.1cvs15.6
15295
15296         * src/compose.c
15297                 Fix Mimeinfo leakage (including tmp files)
15298         * src/procmsg.c
15299                 Fix tmp file leakage (spotted by Ivan Rayner)
15300
15301 2005-02-22 [colin]      1.0.1cvs15.5
15302
15303         * src/expldifdlg.c
15304                 Fix keyboard input. Patch by Alfons.
15305
15306 2005-02-21 [colin]      1.0.1cvs15.4
15307
15308         * src/compose.c
15309                 Fix Sign/Encrypt when unselecting privacy
15310                 system
15311         * src/prefs_common.c
15312                 Change default message font to Monospace
15313         * src/summaryview.c
15314                 More freezing during potentially large operations
15315
15316 2005-02-21 [paul]       1.0.1cvs15.3
15317
15318         * src/main.c
15319                 fix --help output
15320
15321 2005-02-21 [paul]       1.0.1cvs15.2
15322
15323         * po/Makefile.in.in
15324         * src/compose.c
15325         * src/summaryview.c
15326         * src/textview.c
15327         * src/common/utils.c
15328         * src/common/utils.h
15329                 sync with main (revision 117)
15330
15331 2005-02-20 [colin]      1.0.1cvs15.1
15332
15333         * src/common/defs.h
15334                 Change cache file to .sylpheed_claws_cache, as
15335                 suggested by Alfons. Allows people to switch
15336                 between Sylpheed and Sylpheed-Claws. it is
15337                 a good idea to "Check for new messages" at next
15338                 startup.
15339
15340
15341 2005-02-18 [colin]      1.0.1cvs14.1
15342
15343         * src/quote_fmt_lex.l
15344         * src/quote_fmt_parse.y
15345                 Fix parser initialisation. Patch by Ivan.
15346
15347 2005-02-18 [colin]      1.0.1cvs11.6
15348
15349         * src/folderview.c
15350                 Fix scrolldown (bug 662)
15351
15352 2005-02-17 [colin]      1.0.1cvs11.5
15353
15354         * src/codeconv.c
15355                 conv_filename_to_utf8: return clean 7bit instead
15356                 of broken utf8 if needed
15357         * src/mimeview.c
15358                 Fix display of parts with unclean 8bit names
15359
15360 2005-02-17 [paul]       1.0.1cvs11.4
15361
15362         * src/compose.c
15363         * src/exportldif.c
15364         * src/matcher_parser_parse.y
15365         * src/procmime.c
15366         * src/sourcewindow.c
15367         * src/common/Makefile.am
15368         * src/common/intl.h             ** REMOVED **
15369         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15370                 sync with main (revision 109)
15371                 and clean up
15372
15373 2005-02-16 [colin]      1.0.1cvs11.3
15374
15375         * src/summaryview.c
15376                 Fix collapsed thread not highlighting when new
15377                 messages in it (Bug 568) Patch by Stephan Sachse.
15378                 Fix messed up selection when reaching bounds (Bug 632)
15379         * src/prefs_themes.c
15380                 Fix theme installing (Bug 684)
15381
15382 2005-02-16 [colin]      1.0.1cvs11.2
15383
15384         * src/messageview.c
15385                 Fix messageview_select_all
15386
15387 2005-02-16 [colin]      1.0.1cvs11.1
15388
15389         * src/mh.c
15390                 Sync with HEAD (MH scan required function)
15391
15392 2005-02-15 [colin]      1.0.1cvs8.1
15393
15394         * src/mimeview.c
15395         * src/common/utils.c
15396                 Sync with HEAD (filename chars substitution)
15397
15398 2005-02-15 [colin]      1.0.1cvs7.3
15399
15400         * src/gtk/pluginwindow.c
15401                 Fix button spacing
15402
15403 2005-02-15 [colin]      1.0.1cvs7.2
15404
15405         * src/mimeview.c
15406                 Fix mime icons not reset across message when
15407                 scrolled down
15408
15409 2005-02-15 [colin]      1.0.1cvs7.1
15410
15411         * src/compose.c
15412         * src/procmime.c
15413                 Sync with HEAD (optimisation of cvs6)
15414
15415 2005-02-14 [colin]      1.0.1cvs6.1
15416
15417         * src/compose.c
15418         * src/procmime.c
15419                 Sync with HEAD (encode "From " at line beginning)
15420
15421 2005-02-14 [colin]      1.0.1cvs5.3
15422
15423         * src/compose.c
15424                 Fix wrapping with accentued chars.
15425
15426 2005-02-13 [colin]      1.0.1cvs5.2
15427
15428         * src/textview.c
15429                 Fix email informative part parsing with
15430                 accentued chars in it. ispunct() returns
15431                 true for them in utf8...
15432
15433 2005-02-12 [colin]      1.0.1cvs5.1
15434
15435         * src/filtering.c
15436                 Sync with HEAD (remove wrong use of compose after send)
15437
15438 2005-02-12 [paul]       1.0.1cvs4.5
15439
15440         * src/textview.c
15441                 remove unnecessary code (thanks to Alfons)
15442
15443 2005-02-12 [paul]       1.0.1cvs4.4
15444
15445         * src/textview.c
15446                 add 'Copy' to contextual menu on emails
15447
15448 2005-02-11 [colin]      1.0.1cvs4.3
15449
15450         * src/compose.c
15451                 revert 1.0.0cvs28.2, it doesn't work that well.
15452
15453 2005-02-11 [paul]       1.0.1cvs4.2
15454
15455         * po/Makefile.in.in
15456                 fix 'make release'
15457
15458 2005-02-10 [paul]       1.0.1cvs4.1
15459
15460         * ChangeLog
15461         * ChangeLog.claws
15462         * ChangeLog.jp
15463         * configure.ac
15464         * src/compose.c
15465                 sync with HEAD (sync with main)
15466
15467 2005-02-10 [paul]       1.0.1cvs3.2
15468
15469         * AUTHORS
15470         * Makefile.am
15471         * autogen.sh
15472         * configure.ac
15473         * config/mkinstalldirs
15474         * intl/.cvsignore
15475         * intl/ChangeLog
15476         * intl/VERSION
15477         * intl/bindtextdom.c
15478         * intl/config.charset
15479         * intl/dcgettext.c
15480         * intl/dcigettext.c
15481         * intl/dcngettext.c
15482         * intl/dgettext.c
15483         * intl/dngettext.c
15484         * intl/eval-plural.h
15485         * intl/explodename.c
15486         * intl/finddomain.c
15487         * intl/gettext.c
15488         * intl/gettextP.h
15489         * intl/gmo.h
15490         * intl/hash-string.h
15491         * intl/intl-compat.c
15492         * intl/l10nflist.c
15493         * intl/libgnuintl.h.in
15494         * intl/loadinfo.h
15495         * intl/loadmsgcat.c
15496         * intl/localcharset.c
15497         * intl/localcharset.h
15498         * intl/locale.alias
15499         * intl/localealias.c
15500         * intl/localename.c
15501         * intl/log.c
15502         * intl/ngettext.c
15503         * intl/os2compat.c
15504         * intl/os2compat.h
15505         * intl/osdep.c
15506         * intl/plural-exp.c
15507         * intl/plural-exp.h
15508         * intl/plural.c
15509         * intl/plural.y
15510         * intl/ref-add.sin
15511         * intl/ref-del.sin
15512         * intl/relocatable.c
15513         * intl/relocatable.h
15514         * intl/textdomain.c
15515         * m4/Makefile.am
15516         * po/Makefile.in.in
15517         * src/Makefile.am
15518         * src/account.c
15519         * src/action.c
15520         * src/addr_compl.c
15521         * src/addressadd.c
15522         * src/addressbook.c
15523         * src/addrgather.c
15524         * src/addrindex.c
15525         * src/alertpanel.c
15526         * src/browseldap.c
15527         * src/codeconv.c
15528         * src/codeconv.h
15529         * src/compose.c
15530         * src/compose.h
15531         * src/crash.c
15532         * src/editaddress.c
15533         * src/editbook.c
15534         * src/editgroup.c
15535         * src/editjpilot.c
15536         * src/editldap.c
15537         * src/editldap_basedn.c
15538         * src/editvcard.c
15539         * src/exphtmldlg.c
15540         * src/expldifdlg.c
15541         * src/export.c
15542         * src/exporthtml.c
15543         * src/filtering.c
15544         * src/folder.c
15545         * src/folder_item_prefs.c
15546         * src/foldersel.c
15547         * src/folderview.c
15548         * src/grouplistdialog.c
15549         * src/headerview.c
15550         * src/imap.c
15551         * src/imap_gtk.c
15552         * src/import.c
15553         * src/importldif.c
15554         * src/importmutt.c
15555         * src/importpine.c
15556         * src/inc.c
15557         * src/ldif.c
15558         * src/main.c
15559         * src/mainwindow.c
15560         * src/matcher.c
15561         * src/mbox.c
15562         * src/message_search.c
15563         * src/messageview.c
15564         * src/mh.c
15565         * src/mh_gtk.c
15566         * src/mimeview.c
15567         * src/msgcache.c
15568         * src/news.c
15569         * src/news_gtk.c
15570         * src/noticeview.c
15571         * src/partial_download.c
15572         * src/pop.c
15573         * src/prefs_account.c
15574         * src/prefs_actions.c
15575         * src/prefs_common.c
15576         * src/prefs_customheader.c
15577         * src/prefs_display_header.c
15578         * src/prefs_ext_prog.c
15579         * src/prefs_filtering.c
15580         * src/prefs_filtering_action.c
15581         * src/prefs_folder_item.c
15582         * src/prefs_fonts.c
15583         * src/prefs_gtk.c
15584         * src/prefs_matcher.c
15585         * src/prefs_msg_colors.c
15586         * src/prefs_spelling.c
15587         * src/prefs_summary_column.c
15588         * src/prefs_template.c
15589         * src/prefs_themes.c
15590         * src/prefs_toolbar.c
15591         * src/prefs_wrapping.c
15592         * src/privacy.c
15593         * src/procheader.c
15594         * src/procmime.c
15595         * src/procmsg.c
15596         * src/quote_fmt.c
15597         * src/recv.c
15598         * src/send_message.c
15599         * src/setup.c
15600         * src/sourcewindow.c
15601         * src/ssl_manager.c
15602         * src/statusbar.c
15603         * src/summary_search.c
15604         * src/summaryview.c
15605         * src/textview.c
15606         * src/toolbar.c
15607         * src/wizard.c
15608         * src/common/nntp.c
15609         * src/common/plugin.c
15610         * src/common/smtp.c
15611         * src/common/ssl.c
15612         * src/common/ssl_certificate.c
15613         * src/common/string_match.c
15614         * src/common/sylpheed.c
15615         * src/common/template.c
15616         * src/common/utils.c
15617         * src/gtk/about.c
15618         * src/gtk/colorlabel.c
15619         * src/gtk/description_window.c
15620         * src/gtk/filesel.c
15621         * src/gtk/foldersort.c
15622         * src/gtk/gtkaspell.c
15623         * src/gtk/gtkutils.c
15624         * src/gtk/inputdialog.c
15625         * src/gtk/logwindow.c
15626         * src/gtk/menu.c
15627         * src/gtk/pluginwindow.c
15628         * src/gtk/prefswindow.c
15629         * src/gtk/progressdialog.c
15630         * src/gtk/quicksearch.c
15631         * src/gtk/sslcertwindow.c
15632         * src/plugins/clamav/clamav_plugin.c
15633         * src/plugins/clamav/clamav_plugin_gtk.c
15634         * src/plugins/demo/demo.c
15635         * src/plugins/dillo_viewer/dillo_prefs.c
15636         * src/plugins/dillo_viewer/dillo_viewer.c
15637         * src/plugins/image_viewer/plugin.c
15638         * src/plugins/image_viewer/viewer.c
15639         * src/plugins/image_viewer/viewerprefs.c
15640         * src/plugins/mathml_viewer/mathml_viewer.c
15641         * src/plugins/pgpmime/passphrase.c
15642         * src/plugins/pgpmime/plugin.c
15643         * src/plugins/pgpmime/prefs_gpg.c
15644         * src/plugins/pgpmime/select-keys.c
15645         * src/plugins/pgpmime/sgpgme.c
15646         * src/plugins/spamassassin/spamassassin.c
15647         * src/plugins/spamassassin/spamassassin_gtk.c
15648         * src/plugins/trayicon/trayicon.c
15649                 sync with main (revision 104)
15650
15651 2005-02-10 [colin]      1.0.1cvs3.1
15652
15653         * src/mainwindow.c
15654                 Sync with HEAD (fix occasional crasher)
15655
15656 2005-02-10 [colin]      1.0.1cvs2.1
15657
15658         * src/messageview.c
15659                 Synw with HEAD (don't automatically display html)
15660
15661 2005-02-09 [colin]      1.0.1cvs1.3
15662
15663         * src/textview.c
15664         * src/textview.h
15665                 Add contextual menu on emails
15666
15667 2005-02-09 [colin]      1.0.1cvs1.2
15668
15669         * src/codeconv.c
15670                 Fix converting from broken headers and 
15671                 put back the _ in missing places
15672                 (feature broke with cvs24.2 sync, main 
15673                  possibly affected?)
15674
15675 2005-02-09 [colin]      1.0.1cvs1.1
15676
15677         * src/messageview.c
15678         * src/mimeview.c
15679         * src/mimeview.h
15680                 Sync with HEAD (display non text/plain mails with plugin)
15681
15682 2005-02-08 [colin]      1.0.1.1
15683
15684         * ChangeLog.claws
15685         * po/pt_BR.po
15686                 Sync with HEAD
15687         * configure.ac
15688                 Make default configuration directory 
15689                 be .sylpheed-gtk2
15690
15691 2005-02-08 [colin]      1.0.0cvs29.1
15692
15693         * po/de.po
15694         * po/es.po
15695         * po/fr.po
15696         * po/it.po
15697         * po/sk.po
15698         * po/sr.po
15699                 Sync translations with HEAD
15700
15701 2005-02-06 [colin]      1.0.0cvs28.3
15702
15703         * src/compose.c
15704                 Make compose a bit faster - patch by Alfons.
15705
15706 2005-02-06 [colin]      1.0.0cvs28.2
15707
15708         * src/compose.c
15709                 Make pasting via middle-click more reliable
15710
15711 2005-02-05 [paul]       1.0.0cvs28.1
15712
15713         * ChangeLog
15714         * ChangeLog.claws
15715         * ChangeLog.jp
15716         * configure.ac
15717         * src/compose.c
15718                 sync with HEAD
15719                 (fix bug 682 'redirect is broken'
15720
15721 2005-02-05 [torte]      1.0.0cvs27.1
15722
15723         * ChangeLog.claws
15724         * configure.ac
15725         * src/partial_download.c
15726                 Sync with HEAD (fix buf overflow)
15727
15728 2005-02-03 [colin]      1.0.0cvs26.1
15729
15730         * src/common/plugin.c
15731                 Sync with HEAD (avoid plugin mismatches)
15732
15733 2005-02-03 [paul]       1.0.0cvs25.3
15734
15735         * src/folderview.c
15736         * src/headerview.c
15737         * src/summaryview.c
15738         * src/textview.c
15739         * src/gtk/colorlabel.c
15740                 third and final part of initial sync with main-gtk2
15741
15742 2005-02-03 [paul]       1.0.0cvs25.2
15743
15744         * src/jpilot.c
15745                 fix building with jpilot support
15746
15747 2005-02-02 [colin]      1.0.0cvs25.1
15748
15749         * src/messageview.c
15750                 Sync with HEAD (fix dangerous typo)
15751
15752 2005-02-01 [colin]      1.0.0cvs24.3
15753
15754         * src/common/xml.c
15755                 Write file as advertised (UTF-8)
15756
15757 2005-02-01 [paul]       1.0.0cvs24.2
15758
15759         * src/addrbook.c
15760         * src/addrindex.c
15761         * src/alertpanel.h
15762         * src/codeconv.c
15763         * src/codeconv.h
15764         * src/compose.c
15765         * src/export.c
15766         * src/folder_item_prefs.c
15767         * src/html.c
15768         * src/imap.c
15769         * src/import.c
15770         * src/jpilot.c
15771         * src/mainwindow.c
15772         * src/matcher_parser_lex.l
15773         * src/messageview.c
15774         * src/mh.c
15775         * src/prefs_account.c
15776         * src/prefs_actions.c
15777         * src/prefs_common.c
15778         * src/prefs_gtk.c
15779         * src/prefs_gtk.h
15780         * src/prefs_themes.c
15781         * src/procheader.c
15782         * src/procmime.c
15783         * src/sourcewindow.c
15784         * src/statusbar.c
15785         * src/summaryview.c
15786         * src/textview.c
15787         * src/toolbar.c
15788         * src/unmime.c
15789         * src/common/template.c
15790         * src/common/utils.c
15791         * src/common/xml.c
15792         * src/common/xml.h
15793         * src/gtk/gtkaspell.c
15794         * src/plugins/clamav/clamav_plugin.c
15795         * src/plugins/dillo_viewer/dillo_prefs.c
15796         * src/plugins/image_viewer/viewerprefs.c
15797         * src/plugins/pgpmime/passphrase.c
15798         * src/plugins/pgpmime/prefs_gpg.c
15799         * src/plugins/pgpmime/select-keys.c
15800         * src/plugins/spamassassin/spamassassin.c
15801                 second part of initial sync with main-gtk2
15802                 (more to follow)
15803
15804 2005-01-31 [colin]      1.0.0cvs24.1
15805
15806         * src/compose.c
15807                 Sync with HEAD
15808
15809 2005-01-29 [paul]       1.0.0cvs23.2
15810
15811         * src/account.c
15812         * src/action.c
15813         * src/addressadd.c
15814         * src/addressbook.c
15815         * src/alertpanel.c
15816         * src/compose.c
15817         * src/editaddress.c
15818         * src/editbook.c
15819         * src/editgroup.c
15820         * src/editjpilot.c
15821         * src/editldap.c
15822         * src/editldap_basedn.c
15823         * src/editvcard.c
15824         * src/export.c
15825         * src/foldersel.c
15826         * src/grouplistdialog.c
15827         * src/import.c
15828         * src/importldif.c
15829         * src/inc.c
15830         * src/main.c
15831         * src/mainwindow.c
15832         * src/message_search.c
15833         * src/messageview.c
15834         * src/mimeview.c
15835         * src/prefs_actions.c
15836         * src/prefs_common.c
15837         * src/prefs_common.h
15838         * src/prefs_customheader.c
15839         * src/prefs_display_header.c
15840         * src/prefs_filtering.c
15841         * src/prefs_filtering_action.c
15842         * src/prefs_gtk.c
15843         * src/prefs_matcher.c
15844         * src/prefs_summary_column.c
15845         * src/prefs_template.c
15846         * src/sourcewindow.c
15847         * src/summary_search.c
15848         * src/summaryview.c
15849         * src/textview.c
15850         * src/gtk/about.c
15851         * src/gtk/description_window.c
15852         * src/gtk/gtkshruler.c
15853         * src/gtk/gtkutils.c
15854         * src/gtk/gtkutils.h
15855         * src/gtk/inputdialog.c
15856         * src/gtk/logwindow.c
15857         * src/gtk/prefswindow.c
15858         * src/gtk/progressdialog.c
15859         * src/gtk/progressdialog.h
15860                 first part of initial sync with main-gtk2
15861                 (more to follow)
15862
15863 2005-01-28 [colin]      1.0.0cvs23.1
15864
15865         * src/folderview.c
15866                 Sync with HEAD
15867
15868 2005-01-27 [colin]      1.0.0cvs21.1
15869
15870         * src/folder.c
15871         * src/folderview.c
15872                 Sync with HEAD
15873
15874 2005-01-27 [colin]      1.0.0cvs19.1
15875
15876         * src/procmime.c
15877                 Sync with HEAD
15878
15879 2005-01-27 [colin]      1.0.0cvs18.1
15880
15881         * src/messageview.c
15882         * src/summaryview.c
15883         * src/mainwindow.c
15884         * src/compose.c
15885         * src/compose.h
15886         * src/procmsg.c
15887         * src/procmsg.h
15888         * src/toolbar.c
15889                 Sync with HEAD
15890
15891 2005-01-26 [paul]       1.0.0cvs15.2
15892
15893         * src/compose.c
15894                 compose_entries_set(): convert subject and body to
15895                 utf8 if necessary. patch by Felix Eckhofer
15896
15897 2005-01-26 [paul]       1.0.0cvs15.1
15898
15899         * configure.ac
15900         * src/common/template.c
15901                 sync with HEAD (fix memory leak)
15902
15903 2005-01-25 [paul]       1.0.0cvs14.1
15904
15905         * configure.ac
15906         * src/compose.c
15907                 sync with HEAD
15908
15909 2005-01-24 [colin]      1.0.0cvs13.1
15910
15911         * src/summaryview.c
15912                 Sync with HEAD
15913
15914 2005-01-24 [paul]       1.0.0cvs12.1
15915
15916         * configure.ac
15917         * src/messageview.c
15918         * src/mh.c
15919         * src/common/utils.c
15920                 sync with HEAD
15921
15922 2005-01-24 [colin]      1.0.0cvs11.1
15923
15924         * src/procheader.c
15925                 Sync with HEAD
15926
15927 2005-01-24 [colin]      1.0.0cvs10.1
15928
15929         * src/folderview.c
15930                 Sync with HEAD
15931
15932 2005-01-23 [colin]      1.0.0cvs9.1
15933
15934         * src/crash.c
15935                 Sync with HEAD
15936
15937 2005-01-22 [colin]      1.0.0cvs8.1
15938
15939         * src/summaryview.c
15940         * src/gtk/quicksearch.c
15941                 Sync with HEAD
15942
15943 2005-01-21 [colin]      1.0.0cvs7.1
15944
15945         * src/summaryview.c
15946                 Sync with HEAD
15947
15948 2005-01-21 [colin]      1.0.0cvs6.1
15949
15950         * src/summaryview.c
15951                 Sync with HEAD
15952
15953 2005-01-21 [colin]      1.0.0cvs5.1
15954
15955         * src/gtk/quicksearch.c
15956         * src/prefs_common.c
15957         * src/prefs_common.h
15958                 Sync with HEAD (recurse option)
15959
15960 2005-01-21 [colin]      1.0.0cvs4.1
15961
15962         * src/folder.h
15963         * src/folderview.c
15964         * src/folderview.h
15965         * src/summaryview.c
15966         * src/gtk/quicksearch.c
15967         * src/gtk/quicksearch.h
15968                 Sync with HEAD (recursive quicksearch)
15969
15970 2005-01-20 [colin]      1.0.0cvs3.4
15971
15972         * src/ssl_manager.c
15973                 Remove useless code
15974
15975 2005-01-20 [colin]      1.0.0cvs3.3
15976
15977         * src/ssl_manager.c
15978                 Fix leak, thanks to Alfons.
15979
15980 2005-01-20 [colin]      1.0.0cvs3.2
15981
15982         * src/ssl_manager.c
15983                 Port SSL certificate window to GTK2.
15984
15985 2005-01-20 [paul]       1.0.0cvs3.1
15986
15987         * ChangeLog.claws
15988         * configure.ac
15989         * src/addrindex.c
15990         * src/addrindex.h
15991                 sync with HEAD
15992
15993 2005-01-19 [colin]      1.0.0cvs2.2
15994
15995         * src/plugins/trayicon/trayicon.c
15996                 Fix freeze with gtk-2.6, the easy way
15997                 (signal blocking helpless there...)
15998                 Closes bug #668.
15999
16000 2005-01-19 [colin]      1.0.0cvs2.1
16001
16002         * src/mbox.c
16003         * src/mbox.h
16004         * src/mainwindow.c
16005         * src/summaryview.c
16006         * src/summaryview.h
16007                 Sync with HEAD
16008
16009 2005-01-19 [paul]       1.0.0cvs1.1
16010
16011         * configure.ac
16012         * po/de.po
16013         * po/es.po
16014         * po/fr.po
16015         * po/hr.po
16016         * po/it.po
16017         * po/ja.po
16018         * po/ko.po
16019         * po/pt_BR.po
16020         * po/ru.po
16021         * po/sk.po
16022         * po/sr.po
16023                 sync with HEAD (update translations)
16024
16025 2005-01-18 [colin]      1.0.0cvs0.1
16026
16027         * src/foldersel.c
16028                 Specify search column - patch by Alfons
16029
16030 2005-01-18 [colin]      0.9.13cvs36.3
16031
16032         * src/prefs_toolbar.c
16033                 Change Delete to Remove
16034         * src/prefs_fonts.c
16035                 GTK2 version and leak fixes
16036         * src/prefs_actions.c
16037                 Add stock buttons.
16038                 All patches by Alfons
16039
16040 2005-01-17 [colin]      0.9.13cvs36.2
16041
16042         * src/compose.c
16043                 Fix DnD inserting twice. While at it,
16044                 add DnD support for text/plain in the
16045                 body, and add support in the headers.
16046
16047 2005-01-16 [colin]      0.9.13cvs36.1
16048
16049         * ChangeLog
16050         * ChangeLog.jp
16051         * ChangeLog.claws
16052                 Sync with HEAD (nothing applicable)
16053
16054 2005-01-16 [colin]      0.9.13cvs33.2
16055
16056         * src/prefs_toolbar.c
16057                 GTK2ize prefs_toolbar, by Alfons.
16058
16059 2005-01-14 [colin]      0.9.13cvs33.1
16060
16061         * src/html.c
16062         * src/msgcache.c
16063                 Sync with HEAD
16064
16065 2005-01-14 [colin]      0.9.13cvs32.1
16066
16067         * src/html.c
16068         * src/html.h
16069         * src/msgcache.c
16070         * AUTHORS
16071         * tools/calypso_convert.pl
16072                 Sync with HEAD
16073
16074 2005-01-08 [colin]      0.9.13cvs29.2
16075
16076         * src/prefs_filtering_action.c
16077         * src/prefs_filtering.c
16078                 2 more gtk2 patches by Alfons
16079
16080 2005-01-07 [paul]       0.9.13cvs29.1
16081
16082         * ChangeLog
16083         * ChangeLog.claws
16084         * ChangeLog.jp
16085         * configure.ac
16086         * src/pop.c
16087         * src/pop.h
16088                 sync with HEAD
16089
16090 2005-01-07 [colin]      0.9.13cvs28.3
16091
16092         * src/gtk/progressdialog.c
16093         * src/gtk/progressdialog.h
16094         * src/inc.c
16095         * src/send_message.c
16096                 GTK2 for the incorporation dialog. The CList isn't dead
16097                 yet, for a more smooth migration. Patch by Alfons.
16098
16099 2005-01-06 [colin]      0.9.13cvs28.2
16100
16101         * src/prefs_display_header.c
16102                 GTK2 conversion by Alfons
16103         * src/prefs_actions.c
16104         * src/prefs_matcher.c
16105                 Fix 2 leaks - patch by Alfons
16106
16107 2005-01-06 [colin]      0.9.13cvs28.1
16108
16109         * src/prefs_matcher.c
16110                 Sync with HEAD
16111
16112 2005-01-06 [colin]      0.9.13cvs27.4
16113
16114         * src/prefs_matcher.c
16115                 Fix double-free. Patch by Alfons
16116
16117 2005-01-06 [colin]      0.9.13cvs27.3
16118
16119         * src/prefs_matcher.c
16120                 GTK2 widgets + memleak
16121                 Patch by Alfons
16122
16123 2005-01-05 [colin]      0.9.13cvs27.2
16124
16125         * src/account.c
16126         * src/addr_compl.c
16127         * src/foldersel.c
16128         * src/stock_pixmap.c
16129         * src/stock_pixmap.h
16130                 3 more GTK2 patches by Alfons.
16131
16132 2005-01-04 [colin]      0.9.13cvs27.1
16133
16134         * src/folderview.c
16135         * src/imap_gtk.c
16136         * src/news_gtk.c
16137                 Sync with HEAD
16138
16139 2005-01-04 [colin]      0.9.13cvs25.9
16140
16141         * src/compose.c
16142                 Fix Show Ruler menuitem
16143         * src/prefs_template.c
16144                 Convert to GTK2
16145         * src/common/utils.c
16146                 Make auto pointer stuff handles NULLs
16147                 Patches by Alfons.
16148
16149 2005-01-04 [colin]      0.9.13cvs25.8
16150
16151         * src/compose.c
16152                 Move the attachment list to gtk2
16153                 Patch by Alfons.
16154
16155 2005-01-04 [colin]      0.9.13cvs25.7
16156
16157         * src/textview.c
16158                 Make some keys work again
16159                 Patch by SungHyun Nam <namsh@kldp.org>
16160
16161 2005-01-04 [colin]      0.9.13cvs25.6
16162
16163         * src/gtk/gtkshruler.c
16164                 Move the ruler to GTK2
16165                 Patch by Alfons
16166
16167 2005-01-03 [colin]      0.9.13cvs25.5
16168
16169         * src/compose.c
16170                 Fix my broken patch apply 
16171
16172 2005-01-03 [colin]      0.9.13cvs25.4
16173
16174         * src/common/utils.c
16175         * src/common/utils.h
16176         * src/gtk/prefswindow.c
16177                 Move auto pointer stuff to utils.c
16178                 Patch by Alfons again :)
16179
16180 2005-01-03 [colin]      0.9.13cvs25.3
16181
16182         * src/compose.c
16183         * src/prefs_gtk.c
16184         * src/prefs_template.c
16185         * src/textview.c
16186                 Empty text widgets with empty strings, not NULL char
16187                 Patch by SungHyun Nam <namsh@kldp_org>
16188
16189 2005-01-03 [colin]      0.9.13cvs25.2
16190
16191         * src/main.c
16192         * AUTHORS
16193                 Sync with HEAD
16194
16195 2005-01-03 [colin]      0.9.13cvs25.1
16196
16197         * src/pop.c
16198         * src/pop.h
16199                 Sync with HEAD
16200
16201 2005-01-03 [colin]      0.9.13cvs24.3
16202
16203         * src/account.c
16204                 Two patches from Alfons and Alex S Moore:
16205                 fix images, fix return value.
16206
16207 2005-01-01 [colin]      0.9.13cvs24.2
16208
16209         * src/prefs_actions.c
16210                 Fix over-zealous assertion. Patch by Alfons
16211
16212 2005-01-01 [colin]      0.9.13cvs24.1
16213
16214         * src/procmime.c
16215                 Sync with HEAD (leak fix)
16216
16217 2004-12-31 [colin]      0.9.13cvs23.2
16218
16219         * src/prefs_common.c
16220                 GTK2 widgets + stock buttons - patch by Alfons
16221
16222 2004-12-31 [paul]       0.9.13cvs23.1
16223
16224         * configure.ac
16225                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16226         * src/gtk/pluginwindow.c
16227                 use GTK2 widgets and plug memory leaks,
16228                 patches by Alfons
16229
16230 2004-12-30 [colin]      0.9.13cvs22.4
16231
16232         * src/account.c
16233         * src/action.c
16234         * src/export.c
16235         * src/foldersel.c
16236         * src/import.c
16237         * src/message_search.c
16238         * src/prefs_actions.c
16239         * src/prefs_common.c
16240         * src/prefs_customheader.c
16241         * src/prefs_filtering.c
16242         * src/prefs_summary_column.c
16243         * src/summary_search.c
16244         * src/gtk/about.c
16245         * src/gtk/description_window.c
16246         * src/gtk/gtkutils.c
16247         * src/gtk/gtkutils.h
16248         * src/gtk/inputdialog.c
16249         * src/gtk/prefswindow.c
16250                 Use GTK2 stock buttons. Patches by Alfons.
16251
16252 2004-12-30 [colin]      0.9.13cvs22.3
16253
16254         * src/account.c
16255                 Sync with HEAD
16256         * src/prefs_actions.c
16257         * src/prefs_customheader.c
16258         * src/prefs_filtering.c
16259         * src/prefs_msg_colors.c
16260         * src/prefs_summary_column.c
16261         * src/gtk/prefswindow.c
16262                 Use GtkTreeView instead of deprecated 
16263                 widgets. Patches by Alfons.
16264
16265 2004-12-30 [paul]       0.9.13cvs22.2
16266
16267         * src/foldersel.c
16268                 use GTK 2 Tree View
16269                 patch by Alfons, with root folder sorting fix
16270                 by Stephan Sachse
16271
16272 2004-12-30 [paul]       0.9.13cvs22.1
16273
16274         * ChangeLog
16275         * ChangeLog.claws
16276         * ChangeLog.jp
16277         * NEWS
16278         * configure.ac
16279         * src/account.c
16280                 sync with HEAD
16281
16282 2004-12-22 [martin]     0.9.13cvs21.2
16283
16284         * src/action.c
16285                 free the command line after its use
16286
16287 2004-12-18 [paul]       0.9.13cvs21.1
16288
16289         * AUTHORS
16290         * ChangeLog
16291         * ChangeLog.claws
16292         * ChangeLog.jp
16293         * NEWS
16294         * configure.ac
16295         * src/action.c
16296         * src/compose.c
16297         * src/syldap.c
16298                 sync with HEAD
16299
16300 2004-12-17 [martin]     0.9.13cvs17.2
16301
16302         * src/action.c
16303                 convert actions input to locale
16304         * src/inc.c
16305                 convert notification command to locale
16306         * src/plugins/pgpmime/select-keys.c
16307                 convert attributes to utf8
16308
16309 2004-12-14 [colin]      0.9.13cvs17.1
16310
16311         * ChangeLog
16312         * ChangeLog.jp
16313         * ChangeLog.claws
16314         * src/action.c
16315         * src/common/utils.c
16316         * src/gtk/prefswindow.c
16317         * src/gtk/gtkutils.c
16318         * src/gtk/gtkutils.h
16319         * src/plugins/spamassassin/libspamc.c
16320                 Sync with HEAD
16321
16322 2004-12-13 [colin]      0.9.13cvs14.1
16323
16324         * src/quote_fmt_parse.y
16325                 Sync with HEAD
16326
16327 2004-12-10 [colin]      0.9.13cvs12.1
16328
16329         * src/prefs_themes.c
16330         * src/mainwindow.c
16331         * src/messageview.c
16332                 Sync with HEAD
16333
16334 2004-12-09 [colin]      0.9.13cvs10.1
16335
16336         * src/procmime.c
16337                 Sync with HEAD (fix B64 encoding from memory)
16338
16339 2004-12-08 [colin]      0.9.13cvs9.1
16340
16341         * src/gtk/colorlabel.c
16342                 Sync with HEAD
16343
16344 2004-12-08 [paul]       0.9.13cvs8.2
16345
16346         * src/gtk/pluginwindow.c
16347                 fix window resizing oddities
16348
16349 2004-12-08 [colin]      0.9.13cvs8.1
16350
16351         * src/quote_fmt_parse.y
16352                 Sync with HEAD
16353
16354 2004-12-08 [colin]      0.9.13cvs7.1
16355
16356         * src/matcher_parser_parse.y
16357         * src/msgcache.c
16358         * src/prefs_matcher.c
16359         * src/procheader.c
16360         * src/matcher.c
16361         * src/common/defs.h
16362         * po/sr.po
16363                 Sync with HEAD
16364
16365 2004-12-08 [colin]      0.9.13cvs6.1
16366
16367         * src/quote_fmt_parse.y
16368         * src/textview.c
16369                 Sync with HEAD
16370         * src/gtk/prefswindow.c
16371         * src/gtk/pluginwindow.c
16372                 Fix G_CALLBACKS protos (thanks to Alfons)
16373
16374 2004-12-07 [torte]      0.9.13cvs2.2
16375
16376         * src/procmime.c
16377                 [Bug 650] reply button causes crash
16378                 Thanks to David Relson and Christoph
16379
16380 2004-12-07 [colin]      0.9.13cvs2.1
16381
16382         * ChangeLog.claws
16383         * AUTHORS
16384         * po/sk.po
16385         * src/procmime.c
16386         * src/prefs_account.c
16387         * src/common/smtp.c
16388         * src/common/smtp.h
16389                 Sync with HEAD
16390
16391 2004-12-06 [colin]      0.9.12cvs187.1
16392
16393         * ChangeLog.claws
16394         * INSTALL
16395         * Makefile.am
16396         * README.claws
16397         * TODO.claws
16398         * configure.ac
16399         * po/bg.po
16400         * po/cs.po
16401         * po/el.po
16402         * po/en_GB.po
16403         * po/es.po
16404         * po/fr.po
16405         * po/hr.po
16406         * po/hu.po
16407         * po/it.po
16408         * po/ja.po
16409         * po/ko.po
16410         * po/nl.po
16411         * po/pl.po
16412         * po/pt_BR.po
16413         * po/ru.po
16414         * po/sk.po
16415         * po/sr.po
16416         * po/sv.po
16417         * po/zh_CN.po
16418         * po/zh_TW.Big5.po
16419         * src/compose.c
16420         * tools/Makefile.am
16421         * tools/README
16422         * tools/filter_conv.pl
16423         * tools/kdeservicemenu/README
16424         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16425         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16426                 Sync with HEAD
16427
16428 2004-12-04 [colin]      0.9.12cvs183.1
16429
16430         * src/compose.c
16431                 Sync with HEAD (compose window position saving)
16432
16433 2004-12-04 [paul]       0.9.12cvs182.3
16434
16435         * src/messageview.c
16436         * src/mimeview.c
16437         * src/prefs_customheader.c
16438         * src/gtk/quicksearch.c
16439                 replace some forgotten GTK_SIGNAL_FUNCs
16440
16441 2004-12-04 [paul]       0.9.12cvs182.2
16442
16443         * src/Makefile.am
16444                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16445                 committed in error      
16446
16447 2004-12-04 [paul]       0.9.12cvs182.1
16448
16449         * ChangeLog
16450         * ChangeLog.claws
16451         * ChangeLog.jp
16452         * INSTALL
16453         * NEWS
16454         * README
16455         * README.jp
16456         * configure.ac
16457         * doc/manual/ja/Makefile.am
16458         * doc/manual/ja/sylpheed-1.html
16459         * doc/manual/ja/sylpheed-10.html
16460         * doc/manual/ja/sylpheed-11.html
16461         * doc/manual/ja/sylpheed-12.html
16462         * doc/manual/ja/sylpheed-13.html
16463         * doc/manual/ja/sylpheed-14.html
16464         * doc/manual/ja/sylpheed-15.html
16465         * doc/manual/ja/sylpheed-16.html
16466         * doc/manual/ja/sylpheed-17.html
16467         * doc/manual/ja/sylpheed-18.html
16468         * doc/manual/ja/sylpheed-19.html
16469         * doc/manual/ja/sylpheed-2.html
16470         * doc/manual/ja/sylpheed-20.html
16471         * doc/manual/ja/sylpheed-3.html
16472         * doc/manual/ja/sylpheed-4.html
16473         * doc/manual/ja/sylpheed-5.html
16474         * doc/manual/ja/sylpheed-6.html
16475         * doc/manual/ja/sylpheed-7.html
16476         * doc/manual/ja/sylpheed-8.html
16477         * doc/manual/ja/sylpheed-9.html
16478         * doc/manual/ja/sylpheed.html
16479         * doc/manual/ja/sylpheed.sgml
16480         * po/de.po
16481         * src/Makefile.am
16482         * src/compose.c
16483         * src/procmime.c
16484         * src/pixmaps/regular.xpm **REMOVED**
16485         * src/plugins/pgpmime/pgpmime.c
16486         * src/plugins/pgpmime/plugin.c
16487         * src/plugins/pgpmime/prefs_gpg.c
16488                 sync with HEAD
16489
16490 2004-12-03 [paul]       0.9.12cvs180.1
16491
16492         * ChangeLog
16493         * ChangeLog.claws
16494         * ChangeLog.jp
16495         * configure.ac
16496         * src/Makefile.am
16497         * src/pop.c
16498         * src/common/utils.c
16499         * src/common/utils.h
16500         * src/pixmaps/continue.xpm
16501         * src/pixmaps/dir_close.xpm
16502         * src/pixmaps/dir_open.xpm
16503         * src/pixmaps/drafts_close.xpm
16504         * src/pixmaps/drafts_open.xpm
16505         * src/pixmaps/folder.xpm **REMOVED**
16506         * src/pixmaps/group.xpm
16507         * src/pixmaps/unread.xpm
16508                 sync with HEAD
16509
16510 2004-12-02 [colin]      0.9.12cvs179.1
16511
16512         * src/compose.c
16513                 Sync with HEAD (non-duplicated reedition)
16514
16515 2004-12-02 [colin]      0.9.12cvs178.1
16516
16517         * src/compose.c
16518                 Sync with HEAD (linewrap_quote fix)
16519
16520 2004-12-01 [colin]      0.9.12cvs177.3
16521
16522         * src/addrharvest.c
16523                 Replace sizeof with strlen
16524
16525 2004-12-01 [paul]       0.9.12cvs177.2
16526
16527         * src/addrharvest.c
16528                 fix 'harvest addresses'
16529
16530 2004-11-30 [colin]      0.9.12cvs177.1
16531
16532         * src/gtk/prefswindow.c
16533         * src/gtk/pluginwindow.c
16534                 Sync with HEAD
16535
16536 2004-11-29 [colin]      0.9.12cvs176.1
16537
16538         * src/folderview.c
16539                 sync with HEAD (Fix disappearing separators in folderview's popup)
16540
16541 2004-11-29 [colin]      0.9.12cvs175.1
16542
16543         * src/procmime.c
16544                 Sync with head (another format fix)
16545
16546 2004-11-29 [colin]      0.9.12cvs174.1
16547
16548         * src/pop.c
16549                 Sync with HEAD (format string fix)
16550
16551 2004-11-26 [colin]      0.9.12cvs173.1
16552
16553         * src/common/smtp.c
16554         * src/common/smtp.h
16555                 Sync with HEAD
16556
16557 2004-11-24 [colin]      0.9.12cvs172.1
16558
16559         * src/plugins/pgpmime/pgpmime.c
16560                 Sync with HEAD
16561
16562 2004-11-24 [colin]      0.9.12cvs171.1
16563
16564         * src/plugins/pgpmime/pgpmime.c
16565                 Sync with head (gpgmectx leaks)
16566
16567 2004-11-24 [colin]      0.9.12cvs169.1
16568
16569         * src/plugins/pgpmime/plugin.c
16570         * src/plugins/trayicon/Makefile.am
16571         * src/plugins/trayicon/newmarkedmail.xpm
16572         * src/plugins/trayicon/trayicon.c
16573         * src/plugins/trayicon/unreadmarkedmail.xpm
16574                 Sync with HEAD
16575
16576 2004-11-23 [colin]      0.9.12cvs168.1
16577
16578         * src/partial_download.c
16579         * src/partial_download.h
16580         * src/plugins/pgpmime/plugin.c
16581                 Sync with HEAD
16582
16583 2004-11-23 [colin]      0.9.12cvs166.1
16584
16585         * src/Makefile.am
16586         * src/codeconv.c
16587         * src/compose.c
16588         * src/folderview.c
16589         * src/main.c
16590         * src/partial_download.c
16591         * src/partial_download.h
16592         * src/prefs_account.c
16593         * src/prefs_account.h
16594         * src/privacy.c
16595         * src/privacy.h
16596         * src/procmime.c
16597         * src/common/Makefile.am
16598         * src/common/base64.h
16599         * src/common/partial_download.c
16600         * src/common/partial_download.h
16601         * src/gtk/prefswindow.c
16602         * src/gtk/prefswindow.h
16603         * src/plugins/pgpmime/pgpmime.c
16604         * src/plugins/pgpmime/prefs_gpg.c
16605         * src/plugins/pgpmime/prefs_gpg.h
16606         * src/plugins/pgpmime/sgpgme.c
16607         * src/plugins/pgpmime/sgpgme.h
16608                 Sync with HEAD
16609
16610 2004-11-23 [colin]      0.9.12cvs163.1
16611
16612         * src/main.c
16613                 Sync with HEAD (cursor optimization)
16614
16615 2004-11-23 [colin]      0.9.12cvs162.1
16616
16617         * src/prefs_common.c
16618         * src/prefs_themes.c
16619         * src/procmsg.c
16620                 Sync with HEAD
16621
16622 2004-11-23 [colin]      0.9.12cvs158.9
16623
16624         * src/compose.c
16625                 Fix double-free when forwarding
16626         * src/msgcache.c
16627                 Fix leak on error path
16628                 
16629
16630 2004-11-23 [colin]      0.9.12cvs158.8
16631
16632         * src/compose.c
16633                 Fix possible double-free
16634                 Spotted by Alfons
16635
16636 2004-11-23 [colin]      0.9.12cvs158.7
16637
16638         * src/compose.c
16639                 Fix some signal handlers' prototypes
16640                 Spotted by Alfons
16641
16642 2004-11-22 [colin]      0.9.12cvs158.6
16643
16644         * src/compose.c
16645                 Remove unneeded code and duplicated
16646                 wrapping - patch by Alfons
16647
16648 2004-11-22 [colin]      0.9.12cvs158.5
16649
16650         * src/prefs_themes.c
16651                 Fix oversized selector
16652
16653 2004-11-22 [colin]      0.9.12cvs158.4
16654
16655         * src/compose.c
16656                 fix dump_text()
16657                 patch by Alfons
16658
16659 2004-11-19 [colin]      0.9.12cvs158.3
16660
16661         * src/textview.c
16662                 Add a context menu on links (open, copy)
16663
16664 2004-11-18 [paul]       0.9.12cvs158.2
16665
16666         * src/addrgather.c
16667         * src/exphtmldlg.c
16668         * src/expldifdlg.c
16669         * src/mimeview.c
16670         * src/prefs_common.c
16671         * src/plugins/image_viewer/viewer.c
16672         * src/plugins/spamassassin/spamassassin_gtk.c
16673                 replace deprecated gtk_notebook_set_page
16674                 and gtk_notebook_current_page
16675
16676 2004-11-18 [paul]       0.9.12cvs158.1
16677
16678         * configure.ac
16679         * src/compose.c
16680         * src/mainwindow.c
16681         * src/messageview.c
16682         * src/prefs_common.c
16683         * src/common/utils.c
16684         * src/common/utils.h
16685                 sync with HEAD
16686
16687 2004-11-17 [colin]      0.9.12cvs156.1
16688
16689         * src/prefs_account.c
16690         * src/prefs_account.h
16691         * src/procmsg.c
16692                 Sync with HEAD (add pref to store encrypted mails encrypted)
16693
16694 2004-11-17 [paul]       0.9.12cvs155.1
16695
16696         * ChangeLog
16697         * ChangeLog.claws
16698         * ChangeLog.jp
16699         * NEWS
16700         * configure.ac
16701         * src/compose.c
16702         * src/jpilot.c
16703         * src/privacy.c
16704         * src/procmime.c
16705         * src/procmime.h
16706         * src/procmsg.c
16707         * src/toolbar.c
16708         * src/pixmaps/error.xpm
16709                 sync with HEAD
16710
16711 2004-11-17 [colin]      0.9.12cvs151.1
16712
16713         * src/plugins/pgpmime/pgpmime.c
16714                 Sync with HEAD (remove debug printf)
16715
16716 2004-11-17 [colin]      0.9.12cvs150.1
16717
16718         * src/plugins/pgpmime/pgpmime.c
16719                 Sync with HEAD (off-by-one fix)
16720
16721 2004-11-17 [colin]      0.9.12cvs149.1
16722
16723         * src/procmsg.c
16724                 Sync with HEAD (coding style fixes)
16725
16726 2004-11-16 [colin]      0.9.12cvs148.1
16727
16728         * src/procmsg.c
16729                 Sync with head (Fix the fix)
16730
16731 2004-11-16 [colin]      0.9.12cvs147.1
16732
16733         * src/procmsg.c
16734                 Sync with Main (leak fix)
16735
16736 2004-11-16 [colin]      0.9.12cvs146.14
16737
16738         * src/compose.c
16739                 Remove useless chunk of code
16740                 Patch by Alfons
16741
16742 2004-11-15 [colin]      0.9.12cvs146.13
16743
16744         * src/compose.c
16745                 Fix drafting after insertion
16746                 Patch by Alfons
16747
16748 2004-11-15 [colin]      0.9.12cvs146.12
16749
16750         * src/compose.c
16751         * src/prefs_filtering.c
16752         * src/prefs_filtering_action.c
16753         * src/prefs_toolbar.c
16754                 Fix some const-correctness
16755
16756 2004-11-15 [colin]      0.9.12cvs146.11
16757
16758         * src/summaryview.c
16759         * src/prefs_themes.c
16760         * src/messageview.c
16761                 Fix some leaks
16762
16763 2004-11-15 [colin]      0.9.12cvs146.10
16764
16765         * src/codeconv.c
16766                 More unreadable locale fixes
16767
16768 2004-11-14 [colin]      0.9.12cvs146.9
16769
16770         * src/textview.c
16771                 Fix uri_security_check
16772                 Patch by Alfons
16773
16774 2004-11-13 [paul]       0.9.12cvs146.8
16775
16776         * src/folder.c
16777         * src/procmime.c
16778                 fix 2 bugs introduced in last commit
16779
16780 2004-11-13 [paul]       0.9.12cvs146.7
16781
16782         * src/compose.c
16783         * src/exporthtml.c
16784         * src/exportldif.c
16785         * src/folder.c
16786         * src/imap.c
16787         * src/imap_gtk.c
16788         * src/main.c
16789         * src/mainwindow.c
16790         * src/messageview.c
16791         * src/mh_gtk.c
16792         * src/prefs_themes.c
16793         * src/procmime.c
16794         * src/setup.c
16795         * src/summaryview.c
16796                 replace deprecated g_basename
16797
16798 2004-11-13 [paul]       0.9.12cvs146.6
16799
16800         * src/compose.c
16801         * src/imap.c
16802         * src/matcher_parser.h
16803         * src/matcher_parser_parse.y
16804         * src/prefs_filtering.c
16805         * src/prefs_filtering_action.c
16806         * src/prefs_themes.c
16807         * src/prefs_toolbar.c
16808         * src/common/utils.c
16809                 various small fixes/cleanups
16810
16811 2004-11-12 [colin]      0.9.12cvs146.5
16812
16813         * src/textview.c
16814                 Validate event's origin on visibility notify
16815                 Patch by Alfons.
16816
16817 2004-11-12 [paul]       0.9.12cvs146.4
16818
16819         * src/exporthtml.c
16820         * src/exportldif.c
16821         * src/imap.c
16822         * src/mh.c
16823         * src/mimeview.c
16824         * src/prefs_spelling.c
16825         * src/prefs_themes.c
16826                 replace deprecated g_dirname    
16827
16828 2004-11-12 [colin]      0.9.12cvs146.3
16829
16830         * src/textview.c
16831                 Some coding style fixes
16832
16833 2004-11-12 [colin]      0.9.12cvs146.2
16834
16835         * src/codeconv.c
16836                 We want to replace _all_ extended chars in
16837                 conv_unreadable_*, because any string containing
16838                 extended chars not parsing as UTF8 is 
16839                 undisplayed on gtk2.
16840
16841 2004-11-12 [paul]       0.9.12cvs146.1
16842
16843         * ChangeLog
16844         * ChangeLog.claws
16845         * ChangeLog.jp
16846         * NEWS
16847         * configure.ac
16848         * src/account.c
16849         * src/folderview.c
16850         * src/folderview.h
16851         * src/imap.c
16852         * src/imap_gtk.c
16853         * src/inc.c
16854         * src/mainwindow.c
16855         * src/mh_gtk.c
16856         * src/news_gtk.c
16857         * src/pop.c
16858         * src/prefs_account.c
16859         * src/prefs_account.h
16860         * src/prefs_ext_prog.c
16861         * src/procmime.c
16862         * src/procmime.h
16863         * src/procmsg.c
16864         * src/procmsg.h
16865         * src/summary_search.c
16866         * src/summaryview.c
16867         * src/textview.c
16868         * src/common/defs.h
16869         * src/common/utils.c
16870         * src/common/utils.h
16871         * src/gtk/menu.c
16872         * src/gtk/menu.h
16873                 sync with HEAD
16874
16875 2004-11-11 [colin]      0.9.12cvs144.2
16876
16877         * src/textview.c
16878                 Fix URI range selection (patch by Alfons)
16879
16880 2004-11-09 [colin]      0.9.12cvs144.1
16881
16882         * ChangeLog.claws
16883         * src/compose.c
16884         * src/folder.c
16885         * src/folder_item_prefs.c
16886         * src/prefs_account.c
16887         * src/prefs_account.h
16888         * src/plugins/pgpmime/pgpmime.c
16889                 Sync with HEAD
16890
16891 2004-11-08 [colin]      0.9.12cvs143.1
16892
16893         * src/summaryview.c
16894                 Sync with HEAD (optimize quicksearch)
16895
16896 2004-11-08 [colin]      0.9.12cvs142.2
16897
16898         * src/compose.c
16899                 Don't wrap when Edit/Auto wrapping is disabled
16900
16901 2004-11-08 [colin]      0.9.12cvs142.1
16902
16903         * src/textview.c
16904                 Sync with HEAD
16905
16906 2004-11-08 [colin]      0.9.12cvs141.1
16907
16908         * src/textview.c
16909                 Sync with HEAD (fix some mail URIs)
16910
16911 2004-11-08 [colin]      0.9.12cvs140.3
16912
16913         * src/textview.c
16914                 o Use text cursor instead of arrow when
16915                   not on a link
16916                 o Fix handling of contiguous links (as in
16917                   "colin@colino.net" <colin@colino.net>)
16918                   This one unveils a bug in get_email_part()
16919
16920 2004-11-07 [colin]      0.9.12cvs140.2
16921
16922         * src/textview.c
16923                 Fix memleak. Patch by Alfons.
16924
16925 2004-11-06 [colin]      0.9.12cvs140.1
16926
16927         * src/compose.c
16928                 Sync with HEAD (don't ask passphrase
16929                 when drafting)
16930
16931 2004-11-06 [paul]       0.9.12cvs139.2
16932
16933         * AUTHORS
16934         * src/textview.c
16935         * src/textview.h
16936                 textview URI handling. hovering over a 
16937                 link displays it in the status bar,
16938                 and changes the mouse pointer to a hand 
16939                 cursor. a link is activated with a single 
16940                 click. (Modified from the) patch by Jean-Yves 
16941                 Lefort <jylefort@users.sourceforge.net>
16942                 
16943
16944 2004-11-05 [colin]      0.9.12cvs139.1
16945
16946         * src/compose.c
16947         * src/procmime.c
16948                 Sync with HEAD again ^^
16949
16950 2004-11-05 [colin]      0.9.12cvs139.1
16951
16952         * src/compose.c
16953         * src/procmime.c
16954                 Sync with HEAD
16955
16956 2004-11-03 [paul]       0.9.12cvs138.1
16957
16958         * ChangeLog.claws
16959         * configure.ac
16960         * po/POTFILES.in
16961         * src/prefs_ext_prog.c
16962         * src/procmime.c
16963         * tools/kdeservicemenu/README
16964         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16965         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16966                 sync with HEAD
16967
16968 2004-11-01 [christoph]  0.9.12cvs136.2
16969
16970         * src/procmime.c
16971                 convert MIME parameters to UTF-8
16972
16973 2004-10-29 [colin]      0.9.12cvs136.1
16974
16975         * src/common/utils.c
16976                 Sync with HEAD (don't use '=' in mime boundary)
16977
16978 2004-10-29 [paul]       0.9.12cvs135.1
16979
16980         * configure.ac
16981         * doc/src/rfc2231.txt
16982         * src/procmime.c
16983         * src/common/quoted-printable.c
16984         * src/common/utils.c
16985         * src/common/utils.h
16986                 sync with HEAD
16987
16988 2004-10-27 [paul]       0.9.12cvs134.1
16989
16990         * configure.ac
16991         * src/main.c
16992         * src/procmime.c
16993         * src/plugins/pgpmime/pgpmime.c
16994                 sync with HEAD
16995
16996 2004-10-26 [paul]       0.9.12cvs132.3
16997
16998         * src/account.c
16999         * src/addressbook.c
17000         * src/addrgather.c
17001         * src/addrharvest.c
17002         * src/codeconv.c
17003         * src/compose.c
17004         * src/customheader.c
17005         * src/editaddress.c
17006         * src/editgroup.c
17007         * src/enriched.c
17008         * src/expldifdlg.c
17009         * src/exporthtml.c
17010         * src/exportldif.c
17011         * src/folder.c
17012         * src/foldersel.c
17013         * src/folderview.c
17014         * src/grouplistdialog.c
17015         * src/html.c
17016         * src/imap.c
17017         * src/jpilot.c
17018         * src/ldapserver.c
17019         * src/ldif.c
17020         * src/mimeview.c
17021         * src/news.c
17022         * src/news_gtk.c
17023         * src/pop.c
17024         * src/prefs_display_header.c
17025         * src/prefs_gtk.c
17026         * src/prefs_msg_colors.c
17027         * src/prefs_toolbar.c
17028         * src/procheader.c
17029         * src/procmime.c
17030         * src/summaryview.c
17031         * src/textview.c
17032         * src/toolbar.c
17033         * src/vcard.c
17034         * src/common/mgutils.c
17035         * src/common/nntp.c
17036         * src/common/smtp.c
17037         * src/common/template.c
17038         * src/common/utils.c
17039         * src/common/xmlprops.c
17040         * src/plugins/pgpmime/pgpmime.c
17041         * src/plugins/pgpmime/select-keys.c
17042         * src/plugins/pgpmime/sgpgme.c
17043                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17044                 g_string_sprintfa(), gtk_notebook_current_page()
17045
17046 2004-10-26 [colin]      0.9.12cvs132.2
17047
17048         * src/prefs_folder_item.c
17049                 Fix default-account selection
17050
17051 2004-10-21 [colin]      0.9.12cvs133
17052
17053         * src/compose.c
17054                 Sync with HEAD (Remove extra separator in compose's Options)
17055         * src/textview.c
17056                 Set wrapping to char
17057
17058 2004-10-21 [paul]       0.9.12cvs131.2
17059
17060         * src/compose.c
17061         * src/sourcewindow.c
17062                 fix wrapping
17063                 fix window shrinking 
17064
17065 2004-10-21 [colin]      0.9.12cvs131.1
17066
17067         * ChangeLog.claws
17068         * src/compose.c
17069                 Sync with HEAD
17070
17071 2004-10-21 [paul]       0.9.12cvs130.2
17072
17073         * src/prefs_folder_item.c
17074                 sync with HEAD (Apply to subfolders)
17075
17076 2004-10-19 [colin]      0.9.12cvs130.1
17077
17078         * ChangeLog.claws
17079         * src/compose.c
17080         * src/common/utils.c
17081         * src/gtk/menu.c
17082                 Sync with HEAD
17083
17084 2004-10-19 [colin]      0.9.12cvs128.1
17085
17086         * src/addrbook.c
17087         * src/addrcache.c
17088         * src/addressbook.c
17089         * src/codeconv.c
17090         * src/compose.c
17091         * src/customheader.c
17092         * src/editaddress.c
17093         * src/editgroup.c
17094         * src/exporthtml.c
17095         * src/folder.c
17096         * src/folderview.c
17097         * src/imap.c
17098         * src/jpilot.c
17099         * src/main.c
17100         * src/matcher_parser_parse.y
17101         * src/mbox.c
17102         * src/pop.c
17103         * src/prefs_account.c
17104         * src/prefs_gtk.c
17105         * src/prefs_msg_colors.c
17106         * src/procheader.c
17107         * src/procmime.c
17108         * src/procmime.h
17109         * src/procmsg.c
17110         * src/summaryview.c
17111         * src/textview.c
17112         * src/common/base64.c
17113         * src/common/partial_download.c
17114         * src/common/socket.c
17115         * src/common/sylpheed.c
17116         * src/common/utils.c
17117         * src/common/utils.h
17118         * src/gtk/pluginwindow.c
17119         * src/gtk/quicksearch.c
17120         * src/plugins/clamav/clamav_plugin.c
17121         * src/plugins/clamav/clamav_plugin.h
17122         * src/plugins/clamav/clamav_plugin_gtk.c
17123         * src/plugins/pgpmime/passphrase.c
17124         * src/plugins/pgpmime/pgpmime.c
17125         * src/plugins/pgpmime/plugin.c
17126         * src/plugins/pgpmime/prefs_gpg.c
17127         * src/plugins/pgpmime/prefs_gpg.h
17128         * src/plugins/pgpmime/select-keys.c
17129         * src/plugins/pgpmime/sgpgme.c
17130         * src/plugins/spamassassin/libspamc.c
17131         * src/plugins/spamassassin/spamassassin.c
17132         * src/plugins/spamassassin/spamassassin.h
17133         * src/plugins/spamassassin/spamassassin_gtk.c
17134         * src/plugins/trayicon/trayicon.c
17135         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17136                 Sync with HEAD
17137
17138 2004-10-14 [colin]      0.9.12cvs126.2
17139
17140         * src/codeconv.c
17141         * src/textview.c
17142                 Fix conv_unreadable_locale
17143
17144 2004-10-13 [colin]      0.9.12cvs126.1
17145
17146         * src/compose.c
17147                 Sync with HEAD (don't convert charset for 
17148                 drafted messages, minor cleanup)
17149
17150 2004-10-13 [colin]      0.9.12cvs125.1
17151
17152         * po/POTFILES.in
17153                 Sync with HEAD (POTFILES fix)
17154
17155 2004-10-12 [colin]      0.9.12cvs124.3
17156
17157         * src/compose.c
17158                 Fix encoding bug from latest sync
17159
17160 2004-10-12 [paul]       0.9.12cvs124.2
17161
17162         * src/plugins/pgpmime/prefs_gpg.c
17163         * src/plugins/pgpmime/prefs_gpg.h
17164                 forgotten in last commit        
17165
17166 2004-10-12 [paul]       0.9.12cvs124.1
17167
17168         * ChangeLog.claws
17169         * configure.ac
17170         * m4/spamassassin.m4
17171         * src/Makefile.am
17172         * src/account.c
17173         * src/compose.c
17174         * src/compose.h
17175         * src/crash.c
17176         * src/main.c
17177         * src/mimeview.c
17178         * src/passphrase.c
17179         * src/passphrase.h
17180         * src/prefs_account.c
17181         * src/prefs_account.h
17182         * src/prefs_common.c
17183         * src/privacy.c
17184         * src/privacy.h
17185         * src/procmime.c
17186         * src/procmime.h
17187         * src/procmsg.c
17188         * src/rfc2015.c
17189         * src/rfc2015.h
17190         * src/select-keys.c
17191         * src/select-keys.h
17192         * src/textview.c
17193         * src/common/utils.c
17194         * src/common/utils.h
17195         * src/gtk/about.c
17196         * src/plugins/pgpmime/Makefile.am
17197         * src/plugins/pgpmime/passphrase.c
17198         * src/plugins/pgpmime/passphrase.h
17199         * src/plugins/pgpmime/pgpmime.c
17200         * src/plugins/pgpmime/plugin.c
17201         * src/plugins/pgpmime/select-keys.c
17202         * src/plugins/pgpmime/select-keys.h
17203         * src/plugins/pgpmime/sgpgme.c
17204         * src/plugins/pgpmime/sgpgme.h
17205                 sync with HEAD
17206
17207 2004-10-04 [colin]      0.9.12cvs122.1
17208
17209         * src/mainwindow.c
17210         * src/messageview.c
17211         * src/messageview.h
17212         * src/textview.c
17213                 Sync with HEAD
17214
17215 2004-10-04 [colin]      0.9.12cvs121.1
17216
17217         * src/summaryview.c
17218                 Sync with HEAD
17219
17220 2004-10-04 [paul]       0.9.12cvs120.1
17221
17222         * configure.ac
17223                 sync with HEAD [don't try to build 
17224                 pgpmime plugin when gpgme is disabled]
17225
17226 2004-10-03 [colin]      0.9.12cvs119.3
17227
17228         * src/gtk/gtksctree.c
17229                 Lots of side effects. Put back as before 117.2.
17230         * src/summaryview.c
17231                 Fix bug #602
17232
17233 2004-10-03 [colin]      0.9.12cvs119.2
17234
17235         * src/gtk/gtksctree.c
17236                 Revert 608 fix that doesn't work that good
17237
17238 2004-10-02 [colin]      0.9.12cvs119.1
17239
17240         * src/mainwindow.c
17241         * src/messageview.c
17242         * src/prefs_common.h
17243         * src/procmime.c
17244         * src/procmime.h
17245         * src/textview.c
17246                 Sync with HEAD
17247         * src/gtk/gtksctree.c
17248                 Close bug #608
17249
17250 2004-10-01 [colin]      0.9.12cvs118.1
17251
17252         * src/mimeview.c
17253                 Sync with HEAD (better Save All fix)
17254
17255 2004-10-01 [colin]      0.9.12cvs117.2
17256
17257         * src/gtk/gtksctree.c
17258                 Faster on selection
17259
17260 2004-10-01 [colin]      0.9.12cvs117.1
17261
17262         * src/mimeview.c
17263                 Sync with HEAD (Save All: only attachments)
17264
17265 2004-10-01 [paul]       0.9.12cvs116.1
17266
17267         * ChangeLog.claws
17268         * configure.ac
17269         * src/account.c
17270         * src/prefs_common.c
17271         * src/gtk/colorlabel.c
17272                 sync with HEAD
17273
17274 2004-09-30 [colin]      0.9.12cvs115.1
17275
17276         * src/stock_pixmap.c
17277         * src/stock_pixmap.h
17278         * src/folderview.c
17279         * src/Makefile.am
17280         * src/pixmaps/read.xpm
17281                 Sync with HEAD (new pixmap)
17282
17283 2004-09-29 [colin]      0.9.12cvs114.1
17284
17285         * src/compose.c
17286                 Sync with HEAD
17287                 Fix focus handling in headers
17288
17289 2004-09-29 [paul]       0.9.12cvs113.1
17290
17291         * src/quote_fmt_parse.y
17292                 sync with HEAD
17293  
17294
17295 2004-09-28 [colin]      0.9.12cvs112.1
17296
17297         * src/folderview.c
17298         * src/mainwindow.c
17299                 Sync with HEAD
17300
17301 2004-09-28 [colin]      0.9.12cvs110.1
17302
17303         * src/folderview.c
17304                 Sync with HEAD (Contextual Empty trash menu)
17305
17306 2004-09-28 [colin]      0.9.12cvs108.1
17307
17308         * src/addressbook.c
17309                 Sync with HEAD (addressbook edit on double-click)
17310
17311 2004-09-28 [colin]      0.9.12cvs106.1
17312
17313         * src/inc.c
17314                 Sync with HEAD (folder_item freeze on inc)
17315
17316 2004-09-27 [colin]      0.9.12cvs105.1
17317
17318         * src/folderview.c
17319                 Sync with HEAD (right-align new and unread column)
17320
17321 2004-09-27 [colin]      0.9.12cvs104.1
17322
17323         * src/main.c
17324                 Sync with HEAD (revert 0.9.12cvs101)
17325
17326 2004-09-24 [colin]      0.9.12cvs103.2
17327
17328         * src/wizard.c
17329                 Fix gtk warnings and use domain part of the email address 
17330                 when domain detection fails (no dot in domain name)
17331
17332 2004-09-23 [colin]      0.9.12cvs103.1
17333
17334         * src/plugins/spamassassin/libspamc.c
17335         * src/plugins/spamassassin/libspamc.h
17336         * src/plugins/spamassassin/utils.c
17337         * src/plugins/spamassassin/utils.h
17338                 Sync with HEAD (Update spamassassin to 3.0)
17339
17340 2004-09-21 [colin]      0.9.12cvs102.3
17341
17342         * src/action.c
17343                 Add horizontal scrollbar in action io dialog as needed
17344                 Patch by Alfons.
17345
17346 2004-09-20 [colin]      0.9.12cvs102.2
17347
17348         * src/plugins/image_viewer/viewer.c
17349                 Remove imlib stuff
17350                 use gtk_pixmap_set when clearing
17351                 (would be better to use gtkImages, but causes size-allocate 
17352                 signals storm)
17353
17354 2004-09-17 [paul]       0.9.12cvs102.1
17355
17356         * ChangeLog
17357         * ChangeLog.claws
17358         * ChangeLog.jp
17359         * configure.ac
17360         * src/inc.c
17361                 sync with HEAD
17362
17363
17364 2004-09-17 [colin]      0.9.12cvs101.1
17365
17366         * ChangeLog.claws
17367         * src/main.c
17368                 Sync with HEAD (fix segs at exit)
17369
17370 2004-09-14 [colin]      0.9.12cvs99.5
17371
17372         * src/common/socket.c
17373         * AUTHORS
17374                 Fix send error on 64bit platforms
17375                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17376
17377 2004-09-14 [colin]      0.9.12cvs99.4
17378
17379         * src/action.c
17380                 Fix action output with utf8 
17381                 Patch by Alfons.
17382
17383 2004-09-14 [colin]      0.9.12cvs99.3
17384
17385         * ChangeLog.claws
17386         * src/folder.c
17387                 Sync with HEAD
17388
17389 2004-09-09 [colin]      0.9.12cvs99.2
17390
17391         * src/action.c
17392                 Fix progress bar (displaying "Completed %v/%u")
17393                 Patch by Alfons.
17394
17395 2004-09-08 [colin]      0.9.12cvs99.1
17396
17397         * src/account.c
17398         * src/folder.c
17399         * src/procmsg.c
17400         * src/procmsg.h
17401         * src/plugins/pgpmime/pgpmime.c
17402                 Sync with HEAD
17403
17404 2004-09-08 [colin]      0.9.12cvs97.2
17405
17406         * src/summaryview.c
17407                 Don't select mails in collapsed threads 
17408                 when navigating with up/down
17409
17410 2004-09-07 [colin]      0.9.12cvs97.1
17411
17412         * src/inc.c
17413                 Sync with HEAD (meaningful error messages)
17414
17415 2004-09-06 [colin]      0.9.12cvs96.1
17416
17417         * src/toolbar.c
17418                 Sync with HEAD (fix Redirect graying out)
17419
17420 2004-09-06 [colin]      0.9.12cvs95.1
17421
17422         * src/summaryview.c
17423         * src/mimeview.c
17424                 Sync with HEAD (fix dropped URIs)
17425
17426 2004-09-06 [colin]      0.9.12cvs94.1
17427
17428         * src/addressbook.c
17429         * src/addressitem.h
17430         * src/addritem.c
17431         * src/addritem.h
17432                 Sync with HEAD (addressbook DnD)
17433
17434 2004-09-03 [colin]      0.9.12cvs93.1
17435
17436         * src/summaryview.c
17437                 Sync with HEAD (next/prev unread)
17438
17439 2004-09-03 [colin]      0.9.12cvs92.1
17440
17441         * src/prefs_common.c
17442         * src/prefs_common.h
17443         * src/summaryview.c
17444                 Sync with HEAD ('mark_as_read_delay' pref)
17445
17446 2004-09-02 [colin]      0.9.12cvs91.2
17447
17448         * src/common/xml.c
17449                 Fix leak
17450
17451 2004-09-02 [colin]      0.9.12cvs91.1
17452
17453         * src/gtk/menu.c
17454                 Sync with HEAD (menu accel don't work, but whatever)
17455
17456 2004-09-02 [colin]      0.9.12cvs90.1
17457
17458         * src/account.c
17459                 Sync with HEAD (fix bug 582)
17460
17461 2004-09-02 [colin]      0.9.12cvs89.1
17462
17463         * src/addrindex.c
17464                 Sync with HEAD (free deleted queries)
17465
17466 2004-09-02 [colin]      0.9.12cvs88.1
17467
17468         * src/ldapquery.c
17469                 Sync with HEAD (fix LDAP freezes)
17470
17471 2004-09-02 [colin]      0.9.12cvs87.1
17472
17473         * src/prefs_spelling.c
17474                 Sync with HEAD (add default dictionary)
17475
17476 2004-09-01 [colin]      0.9.12cvs86.1
17477
17478         * src/filtering.c
17479         * src/folderview.c
17480         * src/imap.c
17481         * src/prefs_matcher.c
17482         * src/stock_pixmap.c
17483         * src/summary_search.c
17484         * src/summaryview.c
17485         * src/wizard.c
17486         * src/wizard.h
17487                 Sync with HEAD (uninitialized vars fixes)
17488                 + gtk2 specific warning fixes
17489
17490 2004-08-31 [colin]      0.9.12cvs85.1
17491
17492         * src/folder.c
17493                 Sync with HEAD (Fix memory corruption due to 
17494                 uninitialized var)
17495
17496 2004-08-31 [colin]      0.9.12cvs84.4
17497
17498         * src/summary_search.c
17499                 Fix segfaults when searching in folders with broken headers
17500
17501 2004-08-31 [colin]      0.9.12cvs84.3
17502
17503         * src/compose.c
17504         * src/textview.c
17505                 Fix some more encoding/decoding issues
17506
17507 2004-08-30 [colin]      0.9.12cvs84.2
17508
17509         * src/mimeview.c
17510         * src/prefs_themes.c
17511         * src/gtk/filesel.c
17512         * src/gtk/filesel.h
17513                 Add a folder-mode selection (fixes mimeview's "Save all")
17514
17515 2004-08-29 [colin]      0.9.12cvs84.1
17516
17517         * src/mimeview.c
17518                 Sync with HEAD (don't escape saved filenames)
17519
17520 2004-08-27 [colin]      0.9.12cvs83.1
17521
17522         * ChangeLog
17523         * ChangeLog.claws
17524         * ChangeLog.jp
17525         * src/mh.c
17526         * src/procheader.c
17527         * src/procmsg.c
17528         * src/procmsg.h
17529         * src/common/utils.c
17530         * src/gtk/menu.h
17531         * po/
17532                 Sync with HEAD 0.9.12cvs83 (sync with main)
17533
17534 2004-08-26 [colin]      0.9.12cvs82.4
17535
17536         * src/codeconv.c
17537                 Fix strange stack corruption
17538                 Convert to utf8 after unmime, not before
17539
17540 2004-08-26 [colin]      0.9.12cvs82.3
17541
17542         * src/main.c
17543         * src/wizard.c
17544                 Fix account folders duplication
17545
17546 2004-08-25 [colin]      0.9.12cvs82.2
17547
17548         * src/wizard.c
17549                 Remove ports
17550                 Add SSL selection
17551                 Use login@server as account name
17552
17553 2004-08-25 [colin]      0.9.12cvs82.1
17554
17555         * src/plugins/pgpmime/pgpmime.c
17556                 Sync with HEAD (leak fix).
17557
17558 2004-08-25 [colin]      0.9.12cvs81.1
17559
17560         * src/plugins/pgpmime/pgpmime.c
17561         * src/plugins/pgpmime/sgpgme.c
17562         * src/plugins/pgpmime/sgpgme.h
17563                 Sync with HEAD (Handle combined messages).
17564
17565 2004-08-24 [colin]      0.9.12cvs80.3
17566
17567         * src/wizard.c
17568                 Fix full name, ports, and imap
17569
17570 2004-08-24 [colin]      0.9.12cvs80.2
17571
17572         * src/Makefile.am
17573         * src/main.c
17574         * src/setup.c
17575         * src/setup.h
17576         * src/stock_pixmap.c
17577         * src/stock_pixmap.h
17578         * src/wizard.c ** ADDED **
17579         * src/wizard.h ** ADDED ** 
17580         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17581                 Add a setup wizard 
17582
17583 2004-08-24 [colin]      0.9.12cvs80.1
17584
17585         * src/folder.c
17586                 Sync with HEAD (set mimeflags on all messages)
17587
17588 2004-08-24 [colin]      0.9.12cvs79.3
17589
17590         * src/matcher_parser_lex.l
17591                 Fix 8bits strings not in utf8
17592
17593 2004-08-24 [colin]      0.9.12cvs79.2
17594
17595         * src/compose.c
17596                 Check conversion result before replacing buffer
17597
17598 2004-08-23 [colin]      0.9.12cvs79.1
17599
17600         * src/compose.c
17601                 Sync with HEAD (create message header in memory)
17602
17603 2004-08-23 [colin]      0.9.12cvs78.1
17604
17605         * src/rfc2015.c
17606         * src/rfc2015.h
17607                 Sync with HEAD (fix bug 197 again)
17608
17609 2004-08-23 [colin]      0.9.12cvs77.3
17610
17611         * src/compose.c
17612                 Fix again inline gpg signing (which outputs utf8
17613                 in gtk2). Not syncing this fix to HEAD as this 
17614                 code is meant to die.
17615
17616 2004-08-23 [colin]      0.9.12cvs77.2
17617
17618         * src/prefs_account.h
17619                 Remove useless include
17620
17621 2004-08-23 [colin]      0.9.12cvs77.1
17622
17623         * src/imap.c
17624         * po/es.po
17625         * po/fr.po
17626         * po/it.po
17627         * po/pl.po
17628         * po/pt_BR.po
17629         * po/sk.po
17630         * po/sr.po
17631                 Sync with HEAD (fix bug 577)
17632
17633 2004-08-22 [colin]      0.9.12cvs76.1
17634
17635         * src/plugins/trayicon/trayicon.c
17636                 Sync with HEAD (fix formatting bug)
17637
17638 2004-08-21 [colin]      0.9.12cvs74.2
17639
17640         * src/gtk/colorsel.c
17641                 Fix bug 564 (Folder color selection window exits on any
17642                 keypress)
17643
17644 2004-08-21 [colin]      0.9.12cvs74.1
17645
17646         * ChangeLog.claws
17647         * src/compose.c
17648         * src/summaryview.c
17649         * src/toolbar.c
17650                 Sync with HEAD (fix bug 576)
17651
17652 2004-08-21 [colin]      0.9.12cvs70.1
17653
17654         * src/compose.c
17655         * src/mainwindow.c
17656                 Sync with HEAD
17657                 
17658
17659 2004-08-21 [paul]       0.9.12cvs66.4
17660
17661         * src/mainwindow.c
17662         * src/messageview.c
17663         * src/gtk/menu.c
17664         * src/plugins/spamassassin/spamassassin_gtk.c
17665                 remove some deprecated gtk1 functions
17666
17667
17668 2004-08-21 [colin]      0.9.12cvs66.3
17669
17670         * src/compose.c
17671         * src/codeconv.c
17672                 Fix warnings
17673                 Remove encoding hacks
17674                 Fix bug 575 (Strange character messes up message)
17675                 Don't display conversion error when drafting
17676
17677 2004-08-21 [paul]       0.9.12cvs66.2
17678
17679         * src/prefs_account.c
17680                 fix GnuPG mode bugs
17681
17682
17683 2004-08-20 [colin]      0.9.12cvs66.1
17684
17685         * src/codeconv.c
17686                 Sync with HEAD 0.9.12cvs66
17687
17688 2004-08-20 [paul]
17689
17690         * src/plugins/pgpmime/plugin.c
17691                 modify PGP/MIME plugin's description
17692
17693 2004-08-17 [colin]      0.9.12cvs65.1
17694
17695         * src/common/ssl.c
17696         * src/plugins/pgpmime/plugin.c
17697                 Sync with HEAD
17698
17699 2004-08-14 [colin]      0.9.12cvs60.3
17700
17701         * src/plugins/trayicon/trayicon.c
17702                 Put back resize callback, on size-request signal
17703                 rather than size-allocate to avoid infinite 
17704                 callback loop
17705
17706 2004-08-13 [colin]      0.9.12cvs60.2
17707
17708         * src/common/defs.h
17709                 Cache versions have been fixed
17710
17711 2004-08-13 [colin]      0.9.12cvs60.1
17712
17713         * src/folderutils.c
17714                 Sync with HEAD
17715
17716 2004-08-12 [colin]      0.9.12cvs59.1
17717
17718         * src/plugins/trayicon/trayicon.c
17719                 Sync with HEAD
17720
17721 2004-08-12 [colin]      0.9.12cvs57.5
17722
17723         * sylpheed.desktop
17724         * configure.ac
17725         * src/Makefile.am
17726         * src/main.c
17727                 Add support for Freedesktop.org's startup notification
17728
17729 2004-08-11 [colin]      0.9.12cvs57.4
17730
17731         * src/textview.c
17732                 Fix off-by-one
17733
17734 2004-08-11 [colin]      0.9.12cvs57.3
17735
17736         * src/message_search.c
17737         * src/summary_search.c
17738                 Make searches case insensitive by default
17739         * src/textview.c
17740                 Fix case-insensitive search in message
17741
17742 2004-08-11 [colin]      0.9.12cvs57.2
17743
17744         * src/summary_search.c
17745                 Let case-sensitive be specified
17746
17747 2004-08-10 [colin]      0.9.12cvs55.4
17748
17749         * src/common/socket.c
17750                 Fix the possible race condition
17751
17752 2004-08-09 [paul]       0.9.12cvs55.3
17753
17754         * configure.ac
17755         * src/Makefile.am
17756         * src/common/Makefile.am
17757                 sync with HEAD
17758
17759
17760 2004-08-09 [paul]       0.9.12cvs55.2
17761
17762         * autogen.sh
17763         * po/poconv.sh
17764                 remove unneeded script
17765
17766         * configure.ac
17767                 add forgotten USE_LDAP_TLS (sync with HEAD)
17768
17769
17770 2004-08-09 [colin]      0.9.12cvs55.1
17771
17772         * src/main.c
17773         * src/common/ssl.c
17774         * src/common/sylpheed.c
17775         * src/common/sylpheed.h
17776                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17777
17778 2004-08-09 [paul]       0.9.12cvs54.1
17779
17780         * ChangeLog
17781         * ChangeLog.claws
17782         * ChangeLog.jp
17783         * configure.ac
17784         * po/POTFILES.in
17785         * src/Makefile.am
17786         * src/folderutils.c
17787         * src/main.c
17788         * src/pgpmime.c
17789         * src/pgpmime.h
17790         * src/sgpgme.c
17791         * src/sgpgme.h
17792         * src/plugins/Makefile.am
17793         * src/plugins/pgpmime/.cvsignore
17794         * src/plugins/pgpmime/Makefile.am
17795         * src/plugins/pgpmime/pgpmime.c
17796         * src/plugins/pgpmime/pgpmime.h
17797         * src/plugins/pgpmime/plugin.c
17798         * src/plugins/pgpmime/sgpgme.c
17799         * src/plugins/pgpmime/sgpgme.h
17800                 sync with HEAD
17801
17802 2004-08-08 [paul]       0.9.12cvs51.1
17803
17804         * configure.ac
17805         * src/folder.c
17806                 sync with HEAD
17807
17808 2004-08-07 [colin]      0.9.12cvs50.1
17809
17810         * src/pop.c
17811         * src/common/partial_download.c
17812                 fix warnings (sync from HEAD)
17813
17814 2004-08-07 [colin]      0.9.12cvs48.1
17815
17816         * src/prefs_folder_item.c
17817                 sync with HEAD 0.9.12cvs48
17818
17819 2004-08-06 [colin]      0.9.12cvs47.1
17820
17821         * src/compose.c
17822                 Sync with HEAD
17823
17824 2004-08-06 [christoph]  0.9.12cvs46.2
17825
17826         * src/main.c
17827         * src/plugins/clamav/clamav_plugin_gtk.c
17828         * src/plugins/dillo_viewer/dillo_viewer.c
17829         * src/plugins/image_viewer/plugin.c
17830         * src/plugins/mathml_viewer/mathml_viewer.c
17831         * src/plugins/spamassassin/spamassassin_gtk.c
17832         * src/plugins/trayicon/trayicon.c
17833                 don't mix GTK1.2 plugin with GTK2 plugins
17834
17835 2004-08-06 [colin]      0.9.12cvs46.1
17836
17837         * ChangeLog
17838         * ChangeLog.claws
17839         * ChangeLog.jp
17840         * configure.ac
17841         * sylpheed-claws.pc.in
17842         * src/folder.c
17843         * src/imap.c
17844         * src/localfolder.c
17845         * src/messageview.c
17846         * src/mimeview.c
17847         * src/mimeview.h
17848         * src/msgcache.c
17849         * src/news.c
17850         * src/prefs_ext_prog.c
17851         * src/prefs_folder_item.c
17852         * src/prefs_fonts.c
17853         * src/prefs_msg_colors.c
17854         * src/prefs_spelling.c
17855         * src/prefs_themes.c
17856         * src/prefs_toolbar.c
17857         * src/prefs_wrapping.c
17858         * src/procmime.h
17859         * src/common/defs.h
17860         * src/common/nntp.c
17861         * src/common/session.c
17862         * src/common/session.h
17863         * src/common/socket.c
17864         * src/common/utils.h
17865         * src/common/xml.c
17866         * src/common/xml.h
17867         * src/gtk/prefswindow.c
17868         * src/gtk/prefswindow.h
17869         * src/plugins/clamav/clamav_plugin_gtk.c
17870         * src/plugins/dillo_viewer/dillo_prefs.c
17871         * src/plugins/image_viewer/viewerprefs.c
17872         * src/plugins/spamassassin/spamassassin_gtk.c
17873         * m4/openssl.m4 *** REMOVED ***
17874                 Sync with HEAD 0.9.12cvs46
17875
17876 2004-08-03 [paul]       0.9.12cvs40.2
17877
17878         * src/action.c
17879         * src/addressadd.c
17880         * src/addressbook.c
17881         * src/addrgather.c
17882         * src/browseldap.c
17883         * src/compose.c
17884         * src/crash.c
17885         * src/editaddress.c
17886         * src/editgroup.c
17887         * src/editldap_basedn.c
17888         * src/foldersel.c
17889         * src/importldif.c
17890         * src/mimeview.c
17891         * src/prefs_common.c
17892         * src/prefs_template.c
17893         * src/sourcewindow.c
17894         * src/summaryview.c
17895         * src/gtk/about.c
17896         * src/gtk/foldersort.c
17897         * src/gtk/logwindow.c
17898         * src/gtk/pluginwindow.c
17899         * src/gtk/prefswindow.c
17900                 change all gtk_scrolled_window_set_policy from 
17901                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17902
17903 2004-08-02 [paul]       0.9.12cvs40.1
17904
17905         * AUTHORS
17906                 update translation team section
17907         * po/pt_BR.po
17908                 updated by Frederico Goncalves Guimaraes
17909                 <fggdebian@yahoo.com.br>
17910
17911 2004-07-31 [colin]      0.9.12cvs39.9
17912
17913         * src/exphtmldlg.c
17914                 Fix compilation
17915
17916 2004-07-31 [colin]      0.9.12cvs39.8
17917
17918         * src/exphtmldlg.c
17919                 Fix an alertpanel type
17920
17921 2004-07-30 [colin]      0.9.12cvs39.7
17922
17923         * src/alertpanel.c
17924                 Fix alertpanel_error_log's icon
17925
17926 2004-07-30 [colin]      0.9.12cvs39.6
17927
17928         * src/pop.c
17929                 Two of them should still be warnings
17930
17931 2004-07-30 [colin]      0.9.12cvs39.5
17932
17933         * src/pop.c
17934                 More warning -> error
17935 2004-07-29 [colin]      0.9.12cvs39.4
17936
17937         * src/pop.c
17938                 Warning -> error
17939
17940 2004-07-29 [colin]      0.9.12cvs39.3
17941
17942         * src/prefs_matcher.c
17943                 Fix segfault
17944
17945 2004-07-29 [colin]      0.9.12cvs39.2
17946
17947         * src/alertpanel.c
17948                 More nice-looking alertpanels
17949
17950 2004-07-29 [colin]      0.9.12cvs39.1
17951
17952         * src/messageview.c
17953                 sync with head
17954                 (inform user when partial mail is deleted on server)
17955
17956 2004-07-29 [colin]      0.9.12cvs38.1
17957
17958         * src/messageview.c
17959                 sync with head
17960
17961 2004-07-28 [paul]       0.9.12cvs37.7
17962
17963         * src/mainwindow.c
17964                 complete the replacement of deprecated gtk_progress_*
17965
17966 2004-07-28 [paul]       0.9.12cvs37.6
17967
17968         * src/action.c
17969         * src/inc.c
17970         * src/mainwindow.c
17971         * src/send_message.c
17972         * src/gtk/progressdialog.c
17973         * src/gtk/progressdialog.h
17974                 replace deprecated gtk_progress_*
17975
17976 2004-07-28 [paul]       0.9.12cvs37.5
17977
17978         * src/gtk/filesel.c
17979                 remove gtk_window_set_wmclass()
17980 2004-07-28 [paul]       0.9.12cvs37.4
17981
17982         * src/addressbook.c
17983         * src/compose.c
17984         * src/foldersel.c
17985         * src/mainwindow.c
17986         * src/messageview.c
17987         * src/sourcewindow.c
17988         * src/gtk/logwindow.c
17989                 remove gtk_window_set_wmclass()
17990                 
17991         * src/prefs_filtering.c
17992         * src/prefs_filtering_action.c
17993         * src/prefs_fonts.c
17994         * src/prefs_gtk.c
17995         * src/prefs_matcher.c
17996         * src/ssl_manager.c
17997         * src/gtk/prefswindow.c
17998                 replace gtk_window_position()
17999
18000 2004-07-28 [colin]      0.9.12cvs37.3
18001
18002         * src/alertpanel.c
18003         * src/alertpanel.h
18004                 Add a way to specify panel type for specific
18005                 panels (alertpanel())
18006         * src/account.c
18007         * src/addressbook.c
18008         * src/compose.c
18009         * src/expldifdlg.c
18010         * src/main.c
18011         * src/messageview.c
18012         * src/summaryview.c
18013         * src/textview.c
18014         * src/gtk/sslcertwindow.c
18015                 Fix alertpanel()s so that their icon match
18016                 their real type
18017
18018 2004-07-28 [paul]       0.9.12cvs37.2
18019
18020         * src/addr_compl.c
18021         * src/addressbook.c
18022         * src/alertpanel.c
18023         * src/compose.c
18024         * src/export.c
18025         * src/foldersel.c
18026         * src/folderview.c
18027         * src/grouplistdialog.c
18028         * src/import.c
18029         * src/mainwindow.c
18030         * src/message_search.c
18031         * src/messageview.c
18032         * src/passphrase.c
18033         * src/prefs_actions.c
18034         * src/prefs_common.c
18035         * src/prefs_customheader.c
18036         * src/prefs_display_header.c
18037         * src/prefs_filtering.c
18038         * src/prefs_filtering_action.c
18039         * src/prefs_gtk.c
18040         * src/prefs_matcher.c
18041         * src/prefs_msg_colors.c
18042         * src/prefs_summary_column.c
18043         * src/prefs_template.c
18044         * src/sourcewindow.c
18045         * src/ssl_manager.c
18046         * src/summary_search.c
18047         * src/gtk/colorsel.c
18048         * src/gtk/description_window.c
18049         * src/gtk/gtkaspell.c
18050         * src/gtk/inputdialog.c
18051         * src/gtk/logwindow.c
18052         * src/gtk/prefswindow.c
18053         * src/gtk/progressdialog.c
18054                 replace deprecated gtk_window_set_policy
18055
18056 2004-07-27 [colin]      0.9.12cvs37.1
18057
18058         * src/msgcache.c
18059                 More fixes (synced for head again)
18060
18061 2004-07-27 [colin]      0.9.12cvs35.3
18062
18063         * src/msgcache.c
18064                 Fix wrong test
18065
18066 2004-07-27 [colin]      0.9.12cvs35.2
18067
18068         * src/mimeview.c
18069                 Fix width a bit (by Paul)
18070         * src/alertpanel.c
18071         * src/alertpanel.h
18072                 Specialize icons, make alertpanel_message()
18073                 private
18074         * src/message_search.c
18075         * src/sgpgme.c
18076         * src/summary_search.c
18077                 Suit alertpanel changes
18078
18079 2004-07-27 [colin]      0.9.12cvs35.1
18080
18081         * src/alertpanel.c
18082                 Add an icon
18083         * src/passphrase.c
18084                 Add debug output - maybe someone will
18085                 want to look at the problem with Grab
18086                 Input :)
18087         Bump version as we're synced with HEAD
18088
18089 2004-07-26 [colin]      0.9.12cvs33.26
18090
18091         * src/pop.c
18092                 Fix uidl-file parsing when not in new
18093                 format
18094
18095 2004-07-26 [colin]      0.9.12cvs33.25
18096
18097         * src/gtk/menu.c
18098                 Move popup menu up if necessary (fixes 
18099                 account selector)
18100         * src/mainwindow.c
18101                 Set account selector's button height to
18102                 minimum
18103
18104 2004-07-26 [colin]      0.9.12cvs33.24
18105
18106         * src/alertpanel.c
18107                 Maybe fix 551 (Truncated font in alert window)
18108
18109 2004-07-26 [colin]      0.9.12cvs33.23
18110
18111         * po/de.po
18112         * po/es.po
18113         * po/fr.po
18114         * po/it.po
18115         * po/ja.po
18116         * po/pl.po
18117         * po/ru.po
18118         * po/sk.po
18119         * po/sr.po
18120         * po/zh_CN.po
18121                 Sync po files with HEAD
18122
18123 2004-07-26 [paul]       0.9.12cvs33.22
18124
18125         * src/compose.c
18126                 fix Bug 556 'Organisation-header is sent even if empty'
18127
18128 2004-07-24 [colin]      0.9.12cvs33.21
18129
18130         * src/compose.c
18131         * src/gtk/gtkaspell.c
18132         * src/gtk/gtkaspell.h
18133                 Fix speller accelerators (require hack)
18134
18135 2004-07-24 [colin]      0.9.12cvs33.20
18136
18137         * src/gtk/gtkaspell.c
18138                 Fix over-eager code deletion breaking
18139                 Check while typing
18140
18141 2004-07-24 [colin]      0.9.12cvs33.19
18142
18143         * src/browseldap.c
18144         * src/ldapctrl.c
18145         * src/ldapctrl.h
18146         * src/ldapserver.h
18147                 Sync ldap with HEAD
18148         (Fixes 546 LDAP completely broken)
18149
18150 2004-07-24 [colin]      0.9.12cvs33.18
18151
18152         * src/prefs_msg_colors.c
18153                 Fix prototype mismatch
18154         (Fixes 547 void function cannot return value)
18155
18156 2004-07-24 [colin]      0.9.12cvs33.17
18157
18158         * src/mainwindow.c
18159                 Fix sort going back to previous sort key
18160                 when changing sort direction
18161
18162 2004-07-24 [colin]      0.9.12cvs33.16
18163
18164         * src/compose.c
18165                 Fix space insertion when re-wrapping at 
18166                 cursor point
18167
18168 2004-07-24 [colin]      0.9.12cvs33.15
18169
18170         * src/gtk/gtkaspell.c
18171                 Don't change cursor position in insert-text
18172                 callback
18173         (Fixes 539 Word wrapping on input transposes letters)
18174
18175 2004-07-24 [colin]      0.9.12cvs33.14
18176
18177         * src/gtk/gtkaspell.c
18178                 Reencode non-ascii chars to dictionary's
18179                 encoding
18180         (Fixes 544 Spell check broken non english locale)
18181
18182 2004-07-24 [colin]      0.9.12cvs33.13
18183
18184         * src/summaryview.c
18185                 Fix Shift+Down, add Home/End/PgUp/PgDown
18186
18187 2004-07-21 [colin]      0.9.12cvs33.12
18188
18189         * src/prefs_common.c
18190                 Fix a gtk warning (Patch by Andrej Kacian)
18191
18192 2004-07-21 [colin]      0.9.12cvs33.11
18193
18194         * src/gtk/filesel.c
18195                 More check
18196
18197 2004-07-21 [colin]      0.9.12cvs33.10
18198
18199         * src/compose.c
18200         * src/crash.c
18201         * src/export.c
18202         * src/import.c
18203         * src/messageview.c
18204         * src/mimeview.c
18205         * src/prefs_spelling.c
18206         * src/prefs_themes.c
18207         * src/summaryview.c
18208         * src/gtk/filesel.c
18209         * src/gtk/filesel.h
18210         * src/gtk/pluginwindow.c
18211                 Untwist open/save mode guessing logic, make
18212                 it explicit
18213
18214 2004-07-20 [colin]      0.9.12cvs33.9
18215
18216         * src/codeconv.c
18217                 conv_encode_header: src_charset is UTF-8 on
18218                 gtk2
18219         * src/compose.c
18220                 Remove double encoding of the headers
18221
18222 2004-07-20 [colin]      0.9.12cvs33.8
18223
18224         * src/codeconv.c
18225                 Fix typo
18226
18227 2004-07-20 [colin]      0.9.12cvs33.7
18228
18229         * src/mainwindow.c
18230                 Set the separated messageview to the saved
18231                 size of Claws' messageview (Patch by Alfons)
18232                 Fix a callback prototype (me)
18233
18234 2004-07-20 [colin]      0.9.12cvs33.6
18235
18236         * src/codeconv.h
18237                 Forgot one hunk in 0.9.12cvs33.4
18238
18239 2004-07-19 [colin]      0.9.12cvs33.5
18240
18241         * src/action.c
18242                 Action output fix
18243                 Patch by Alfons
18244
18245 2004-07-19 [colin]      0.9.12cvs33.4
18246
18247         * src/compose.c
18248                 Fix outgoing charset bug in headers
18249         * src/codeconv.c
18250                 Clean for glib2 - Patch by Alfons
18251
18252 2004-07-19 [colin]      0.9.12cvs33.3
18253
18254         * src/statusbar.c
18255                 Remove grip from the statusbar
18256                 Patch by Alfons
18257
18258 2004-07-19 [colin]      0.9.12cvs33.2
18259
18260         * src/messageview.c
18261         * src/textview.c
18262                 Fix messageview remembering the previous
18263                 scroll position when loading a new message
18264                 Patch by Alfons
18265
18266 2004-07-19 [colin]      0.9.12cvs33.1
18267
18268         * src/folder.h
18269         * src/folderview.c
18270         * src/summaryview.c
18271                 Sync with HEAD
18272
18273 2004-07-18 [colin]      0.9.12cvs32.7
18274
18275         * configure.ac
18276                 Remove useless check for XIM - noticed
18277                 by Alfons
18278
18279 2004-07-18 [colin]      0.9.12cvs32.6
18280
18281         * src/summaryview.c
18282                 Remove non-modified and shift-modified
18283                 accelerators in summaryview's popup
18284                 menu, as that doesn't get catched by
18285                 the accel-activate signal catcher...
18286
18287 2004-07-18 [colin]      0.9.12cvs32.5
18288
18289         * src/prefs_common.c
18290                 Define sensible default prefs for 
18291                 wrapping
18292
18293 2004-07-18 [colin]      0.9.12cvs32.4
18294
18295         * src/compose.c
18296         * src/prefs_common.c
18297         * src/prefs_common.h
18298         * src/prefs_wrapping.c
18299                 Remove Smart Wrapping pref, which does
18300                 nothing on gtk2 branch
18301
18302 2004-07-18 [colin]      0.9.12cvs32.3
18303
18304         * src/sourcewindow.c
18305                 Proper utf8
18306
18307 2004-07-18 [colin]      0.9.12cvs32.2
18308
18309         * src/compose.c
18310                 Save attachment status when drafting
18311
18312 2004-07-18 [colin]      0.9.12cvs32.1
18313
18314         * src/gtk/filesel.c
18315                 Fix erratic folder selection in open mode
18316
18317 2004-07-18 [colin]      0.9.12cvs31.11
18318
18319         * src/pop.c
18320                 Don't let partial messages get deleted
18321                 even with "dowload all"
18322                 (0.9.12cvs31.8 fix extension)
18323 2004-07-18 [colin]      0.9.12cvs31.10
18324
18325         * src/gtk/logwindow.c
18326                 Fix log scrolling
18327
18328 2004-07-18 [colin]      0.9.12cvs31.9
18329
18330         * src/common/utils.c
18331                 Fix non-utf8 strings coming from commands
18332                 and files
18333
18334 2004-07-18 [colin]      0.9.12cvs31.8
18335
18336         * src/pop.c
18337                 Fix partial download bug with Download all
18338                 messages option
18339
18340 2004-07-18 [colin]      0.9.12cvs31.7
18341
18342         * src/textview.c
18343                 Fix bug introduced in 0.9.12cvs31.2
18344                 (blocked in select mode after double click)
18345
18346 2004-07-18 [colin]      0.9.12cvs31.6
18347
18348         * src/compose.c
18349         * src/gtk/menu.c
18350                 More glib-warning fixes
18351
18352 2004-07-18 [colin]      0.9.12cvs31.5
18353
18354         * src/compose.c
18355                 Fix trashing the primary clipboard when moving 
18356                 around with tab
18357         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18358
18359 2004-07-18 [colin]      0.9.12cvs31.4
18360
18361         * src/codeconv.c
18362                 convert unencoded iso headers to utf8
18363         (Fix Bug 538 Unencoded local characters in subject make it 
18364          disappear)
18365
18366 2004-07-18 [colin]      0.9.12cvs31.3
18367
18368         * src/compose.c
18369                 Fix tab char handling in wrapping
18370         (Fix Bug 537 Line wrap problem - TAB character treated as 
18371          one character instead of 8)
18372
18373 2004-07-18 [colin]      0.9.12cvs31.2
18374
18375         * src/textview.c
18376                 return FALSE on GDK_MOTION_NOTIFY
18377         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18378          (unable to highlight))
18379
18380 2004-07-18 [colin]      0.9.12cvs31.1
18381
18382         * src/folderview.c
18383                 Sync with 0.9.12cvs31
18384
18385 2004-07-18 [colin]      0.9.12cvs30.4
18386
18387         * src/compose.c
18388                 Also block text_inserted when inserting a file
18389
18390 2004-07-18 [colin]      0.9.12cvs30.3
18391
18392         * src/compose.c
18393                 Fix smart wrapping (block text_inserted handler
18394                 while putting quotation to avoid wrap on input,
18395                 don't join lines if next is sig separator)
18396
18397 2004-07-17 [colin]      0.9.12cvs30.2
18398
18399         * src/folderview.c
18400         * src/mainwindow.c
18401         * src/mimeview.c
18402         * src/summaryview.c
18403         * src/gtk/quicksearch.c
18404         * src/gtk/quicksearch.h
18405                 Block key events handlers *and* accels while
18406                 quicksearch is focused
18407         (Fixes Bug 534 quick-search bar not accepting certain letters)
18408
18409 2004-07-17 [colin]      0.9.12cvs30.1
18410
18411         * src/folder.h
18412         * src/folderview.c
18413         * src/summaryview.c
18414                 Sync with 0.9.12cvs30
18415
18416 2004-07-17 [colin]      0.9.12cvs28.2
18417
18418         * src/mimeview.c
18419         * src/procmime.c
18420         * src/summaryview.c
18421         * src/gtk/menu.c
18422                 Squash some compile and glib warnings
18423
18424 2004-07-17 [paul]       0.9.12cvs28.1
18425
18426         * src/mimeview.c
18427                 sync with 0.9.12cvs28 HEAD
18428
18429 2004-07-16 [paul]       0.9.12cvs26.1
18430         
18431         * src/gtk/quicksearch.c
18432         * src/account.c
18433         * src/account.h
18434         * src/compose.c
18435         * src/customheader.c
18436         * src/folder_item_prefs.c
18437         * src/main.c
18438         * src/mainwindow.c
18439         * src/messageview.c
18440         * src/mimeview.c
18441         * src/news.c
18442         * src/pgpmime.c
18443         * src/pop.c
18444         * src/pop.h
18445         * src/prefs_account.c
18446         * src/prefs_account.h
18447         * src/prefs_common.c
18448         * src/prefs_common.h
18449         * src/prefs_display_header.c
18450         * src/prefs_gtk.c
18451         * src/prefs_gtk.h
18452         * src/procheader.c
18453         * src/procmime.c
18454                 sync with 0.9.12cvs26 HEAD      
18455
18456 2004-07-15 [colin]      0.9.12cvs18.14
18457
18458         * src/folder.c
18459                 Disable GPG signature check during
18460                 folder move and scan
18461         (Closes Bug 521 Signature checking slows down Folder-Move)
18462
18463 2004-07-14 [colin]      0.9.12cvs18.13
18464
18465         * src/common/partial_download.c
18466                 update includes
18467
18468 2004-07-14 [colin]      0.9.12cvs18.12
18469
18470         * src/common/partial_download.c
18471         * src/common/partial_download.h
18472                 Move doc at top, add correct copyright
18473
18474 2004-07-14 [colin]      0.9.12cvs18.11
18475
18476         * src/folder.c
18477         * src/messageview.c
18478         * src/pop.c
18479         * src/pop.h
18480         * src/procmsg.c
18481         * src/summaryview.c
18482         * src/common/Makefile.am
18483         * src/common/partial_download.c ** NEW FILES **
18484         * src/common/partial_download.h ** NEW FILES **
18485                 Move partial-download related stuff to its
18486                 own file
18487
18488 2004-07-14 [colin]      0.9.12cvs18.10
18489
18490         * src/send_message.c
18491                 Fix smtp auth when user is null or empty
18492
18493 2004-07-13 [colin]      0.9.12cvs18.9
18494
18495         * src/gtk/quicksearch.c
18496                 Use alphabetic order
18497
18498 2004-07-13 [colin]      0.9.12cvs18.8
18499
18500         * src/pop.c
18501                 Be paranoid on the checks
18502
18503 2004-07-13 [colin]      0.9.12cvs18.7
18504
18505         * src/gtk/quicksearch.c
18506                 Fix Engrish once again
18507
18508 2004-07-13 [colin]      0.9.12cvs18.6
18509
18510         * src/procmsg.c
18511         * src/summaryview.c
18512                 Mark messages for deletion when they are about to
18513                 be removed from trash
18514
18515 2004-07-13 [colin]      0.9.12cvs18.5
18516
18517         * src/matcher.c
18518         * src/matcher.h
18519         * src/matcher_parser_parse.y
18520         * src/prefs_matcher.c
18521         * src/gtk/quicksearch.c
18522                 Add 'partial' ('p') match string to find partially
18523                 downloaded messages
18524
18525 2004-07-13 [colin]      0.9.12cvs18.4
18526
18527         * src/pop.c
18528                 Fix misplaced block
18529
18530 2004-07-13 [colin]      0.9.12cvs18.3
18531
18532         * src/pop.c
18533         * src/pop.h
18534         * src/messageview.c
18535                 Refactor API (to avoid passing 5+ params and code
18536                 duplication)
18537         * src/folder.c
18538         * src/msgcache.c
18539         * src/procheader.c
18540         * src/common/defs.h
18541                 Add planned_download to cache
18542                 Don't mess uidl file when moving partially downloaded
18543                 mails (they change folder, we should change it in the
18544                 uidl list too or we'll remove an incorrect message)
18545                 (this also helps removing hacks when changing 
18546                 planned_download in messageview.c)
18547
18548 2004-07-12 [colin]      0.9.12cvs18.2
18549
18550         * src/gtk/quicksearch.c
18551                 Fix missing status update in quicksearch
18552
18553 2004-07-12 [paul]       0.9.12cvs18.1
18554
18555         * po/POTFILES.in
18556         * src/Makefile.am
18557         * src/account.c
18558         * src/codeconv.c
18559         * src/compose.c
18560         * src/inc.c
18561         * src/main.c
18562         * src/prefs_common.c
18563         * src/procmsg.h
18564         * src/toolbar.c
18565         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18566         * src/prefs_wrapping.[ch]       ** NEW FILES **
18567         * src/common/intl.h
18568         * src/common/utils.[ch]
18569         * src/gtk/quicksearch.[ch]
18570                 sync with 0.9.12cvs18 HEAD
18571
18572 2004-07-12 [colin]      0.9.11cvs17.25
18573
18574         * src/folder.c
18575         * src/folder.h
18576                 Remove unused function added by me in 0.9.11cvs17.10
18577
18578 2004-07-11 [colin]      0.9.11cvs17.24
18579
18580         * src/inc.c
18581         * src/messageview.c
18582         * src/pop.c
18583         * src/pop.h
18584                 Use folderitem and msgnum instead of filename to
18585                 know which mail to delete
18586                 Move old partial mail deletion to pop.c
18587
18588 2004-07-10 [colin]      0.9.11cvs17.23
18589
18590         * src/inc.c
18591                 Add debug
18592         * src/pop.c
18593         * src/pop.h
18594                 Don't re-use same enums for unrelated stuff: it's 
18595                 completely misleading !
18596                 Document a bit
18597
18598 2004-07-09 [colin]      0.9.11cvs17.22
18599
18600         * src/inc.c
18601                 Remove folder-type check and do
18602                 more tests to be sure everything's
18603                 ok
18604         * src/messageview.c
18605                 Punctuation update, remove useless
18606                 code, fix two warnings
18607         * src/noticeview.c
18608                 Layout cleaning, reset 2nd button
18609                 when specifying one
18610
18611 2004-07-09 [colin]      0.9.11cvs17.21
18612
18613         * src/messageview.c
18614         * src/pop.c
18615         * src/pop.h
18616                 Allow user to change his mind
18617                 and postpone decision (by
18618                 unmarking the mail)
18619
18620 2004-07-09 [colin]      0.9.11cvs17.20
18621
18622         * src/messageview.c
18623                 Fix bug with delete state
18624         * src/pop.c
18625         * src/pop.h
18626                 Fix buffer leak (fread doesn't 
18627                 terminate buffers with \0)
18628                 Refactoring (remove magic 
18629                 numbers)
18630
18631 2004-07-09 [colin]      0.9.11cvs17.19
18632
18633         * src/pop.c
18634                 Don't log "Skipping message" if 
18635                 we're going to TOP it two lines
18636                 later
18637
18638 2004-07-09 [colin]      0.9.11cvs17.18
18639
18640         * src/messageview.c
18641                 Fix Engrish
18642
18643 2004-07-09 [colin]      0.9.11cvs17.17
18644
18645         * src/pop.c
18646                 strlen checking...
18647         * src/messageview.c
18648                 refactoring a bit
18649
18650 2004-07-08 [colin]      0.9.11cvs17.16
18651
18652         * src/noticeview.c
18653         * src/noticeview.h
18654                 Add an optional second button
18655         * src/messageview.c
18656         * src/pop.c
18657         * src/pop.h
18658                 Don't delete partially received mails after a certain
18659                 time; rather, let the user decide.
18660
18661 2004-07-08 [colin]      0.9.11cvs17.15
18662
18663         * src/common/smtp.h
18664                 Sync with HEAD
18665
18666 2004-07-08 [colin]      0.9.11cvs17.14
18667
18668         * src/messageview.c
18669         * src/common/smtp.c
18670                 Use to_human_readable() for sizes
18671
18672 2004-07-08 [colin]      0.9.11cvs17.13
18673
18674         * src/inc.c
18675         * src/messageview.c
18676         * src/pop.c
18677         * src/pop.h
18678         * src/procmsg.c
18679                 Fix partial-downloading issues:
18680                         catch unsupported TOP
18681                         don't delete partially downloaded mails before 5 days
18682                         don't update existing with non-MH folders; that'll
18683                         make dups, but it's better than trashing the folder
18684                         free new msginfo parts
18685                 Fix indentation ;-)
18686
18687 2004-07-08 [colin]      0.9.11cvs17.12
18688
18689         * src/common/smtp.c
18690         * src/common/smtp.h
18691                 Sync smtp size verification with HEAD
18692
18693 2004-07-08 [colin]      0.9.11cvs17.11
18694
18695         * src/summaryview.c
18696         * src/prefs_common.c
18697         * src/prefs_common.h
18698         * src/gtk/quicksearch.c
18699         * src/gtk/quicksearch.h
18700                 Sync sticky pref with HEAD
18701
18702 2004-07-08 [colin]      0.9.11cvs17.10
18703
18704         * src/folder.c [1.213.2.6]
18705         * src/folder.h [1.87.2.6]
18706         * src/inc.c [1.149.2.7]
18707         * src/messageview.c [1.94.2.8]
18708         * src/procheader.c [1.47.2.6]
18709         * src/procmsg.c [1.150.2.4]
18710         * src/procmsg.h [1.60.2.5]
18711         * src/pop.c [1.56.2.4]
18712         * src/pop.h [1.17.2.3]
18713                 Let too big messages get downloaded, but truncated
18714                 Add a button to download them completely
18715                 
18716 2004-07-06 [colin]      0.9.11cvs17.9
18717
18718         * src/gtk/quicksearch.c [1.1.2.3]
18719                 Add a Clear button
18720         * commitHelper
18721         * PATCHSETS
18722                 Add a script to help with cvs
18723
18724 2004-07-03 [colin]      0.9.11cvs17.8
18725
18726         * src/plugins/imageviewer/viewer.c
18727                 fix imageviewer (which was staying on the first
18728                 displayed image)
18729
18730 2004-07-03 [colin]      0.9.11cvs17.7
18731
18732         Removed FIXME_GTK2 warnings
18733         * src/gtk/gtkutils.c
18734                 useless #warnings
18735         * src/gtk/menu.c
18736                 useless #warnings (no need to mess with menu rc)
18737         * src/gtk/menu.h
18738                 unused functions
18739         
18740
18741 2004-07-03 [colin]      0.9.11cvs17.6
18742
18743         Removed FIXME_GTK2 warnings
18744         * src/codeconv.c
18745                 useless #warnings (rewrite needed)
18746         * src/compose.c
18747                 useless #warnings (rewrite needed)
18748                 useless #warnings (gtk2 is like that)
18749                 useless #warnings (previously fixed)
18750         * src/main.c
18751                 useless #warnings (previously fixed)
18752         * src/message_search.c
18753                 useless #warnings (gtk2 is like that)
18754                 Made apparent that search is case-sensitive
18755         * src/mimeview.c
18756                 useless #warnings (rewrite needed)
18757                 useless #warnings (gtk2 is like that)
18758                 reimplemented real warnings
18759         * src/prefs_common.c
18760                 Removed block cursor option (not it gtk2)
18761         * src/prefs_gtk.c
18762                 useless #warnings (rewrite needed)
18763         * src/procheader.c
18764                 useless #warnings (rewrite needed)
18765         * src/sourcewindow.c
18766                 useless #warnings (incorrect placing)
18767         * src/summary_search.c
18768                 useless #warnings (gtk2 is like that)
18769                 Made apparent that search is case-sensitive
18770         * src/action.c
18771                 useless #warnings (gtk2 is like that)
18772         * src/textview.c
18773                 useless #warnings (rewrite needed)
18774         * src/toolbar.c
18775                 useless #warnings (rewrite needed)
18776
18777 2004-07-03 [colin]      0.9.11cvs17.5
18778
18779         * src/textview.c
18780                 Fix mismerge which broke URI opening
18781                 
18782 2004-07-01 [colin]      0.9.11cvs17.4
18783
18784         * src/gtk/filesel.c
18785                 Fill filename when saving
18786                 
18787 2004-06-27 [colin]      0.9.11cvs17.3
18788
18789         * src/gtk/filesel.[ch]
18790                 Use the new GTK file selector
18791                 Update prototype to match the reality: multiple file
18792                 selection is open-only          
18793         * src/compose.c
18794                 Match the new prototypes        
18795         * configure.ac
18796                 Match the new requirements (gtk 2.4.0)
18797                         
18798 2004-06-26 [colin]      0.9.11cvs17.2
18799
18800         * src/plugins/trayicon/trayicon.c
18801                 Remove useless signal handler on resize, which causes
18802                 an infinite "loop"
18803         
18804 2004-06-26 [colin]      0.9.11cvs17.1
18805         
18806         * tools/Makefile.am
18807                 remove launch_firebird and add nautilus2sylpheed.sh
18808         * src/quicksearch.c
18809           src/summaryview.c
18810                 Fix show/hide "Extended symbols" button problem
18811                 Fix apparition at startup
18812                 Fix const warnings
18813         * src/plugins/image_viewer/Makefile.am
18814                 Fix configure 
18815         * common/ssl.c
18816                 Re-enable certificate check, as it doesn't seem to
18817                 cause Xlib errors anymore
18818
18819 2004-06-25 [paul]       0.9.11cvs17
18820
18821         * sync with 0.9.11cvs17 HEAD
18822         
18823         NOTE: QuickSearch is broken
18824
18825 2004-06-07 [colin]      0.9.10claws67.10
18826         * src/plugins/trayicon/trayicon.c
18827           src/plugins/trayicon/libeggtrayicon/Makefile.am
18828           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18829                 Fix gettextization in trayicon plugin
18830
18831 2004-06-07 [colin]      0.9.10claws67.9
18832         
18833         * src/summaryview.c
18834           src/gtk/gtksctree.[ch]
18835                 Let Shift+{Up,Down} work in summaryview
18836                 (well, Down "works" and Up works)
18837                 Let the list scroll when using these keys
18838
18839 2004-06-06 [colin]      0.9.10claws67.8
18840
18841         * src/plugins/trayicon/trayicon.c
18842                 Fix pixmap update
18843
18844 2004-06-06 [colin]      0.9.10claws67.7
18845
18846         * src/addressbook.c
18847                 Fix signal handling causing system-wide focus grab
18848
18849 2004-05-25 [paul]       0.9.10claws67.6
18850
18851         * Makefile.am
18852           src/Makefile.am
18853                 clean up
18854
18855 2004-05-25 [paul]       0.9.10claws67.5
18856
18857         * replace deprecated gtk_signal... functions
18858
18859 2004-05-23 [colin]      0.9.10claws67.4
18860
18861         * src/compose.c
18862                 Fix wrapping
18863
18864 2004-05-22 [colin]      0.9.10claws67.3
18865
18866         * src/compose.c
18867                 Re-fix [Edited] in compose.c::compose_reedit()
18868
18869 2004-05-22 [colin]      0.9.10claws67.2
18870
18871         * src/procmime.c
18872                 Fix parsing of multiparts mails
18873
18874 2004-05-22 [colin]      0.9.10claws67.1
18875
18876         * src/summaryview.c
18877                 Fix quicksearch
18878
18879 2004-05-22 [paul]       0.9.10claws67
18880
18881         * sync with 0.9.10claws67 HEAD
18882
18883 2004-05-14 [alfons]
18884
18885         * src/procmime.h
18886                 add forgotton prototype
18887
18888 2004-05-10 [paul]       0.9.10claws57
18889
18890         * sync with 0.9.10claws57 HEAD
18891
18892 2004-05-05 [paul]       0.9.9.claws1
18893
18894         * ChangeLog-gtk2        ** REMOVED **
18895           ChangeLog-gtk2.claws  ** ADDED **
18896                 rename and adopt the normal claws format
18897                 
18898         * configure.ac
18899                 require gtkmathview >= 0.5
18900
18901         * ac/*                          ** REMOVED **
18902           ac/                           ** REMOVED **
18903           intl/Makefile.in              ** REMOVED **
18904           m4/                           ** ADDED **
18905           m4/missing                    ** ADDED **
18906           m4/missing/gdk-pixbuf.m4      ** ADDED **
18907           m4/missing/gettext.m4         ** ADDED **
18908           m4/missing/gpgme.m4           ** ADDED **
18909           m4/missing/imlib.m4           ** ADDED **
18910           m4/.cvsignore                 ** ADDED **
18911           m4/Makefile.am                ** ADDED **
18912           m4/README                     ** ADDED **
18913           m4/aclocal-include.m4         ** ADDED **
18914           m4/aspell.m4                  ** ADDED **
18915           m4/check-type.m4              ** ADDED **
18916           m4/gnupg-check-typedef.m4     ** ADDED **
18917           m4/openssl.m4                 ** ADDED **
18918           m4/spamassassin.m4            ** ADDED **
18919           po/ChangeLog                  ** REMOVED **
18920           po/Makefile.in.in             ** REMOVED **
18921           po/Rules-quot                 ** REMOVED **
18922           po/boldquot.sed               ** REMOVED **
18923           po/en@boldquot.header         ** REMOVED **
18924           po/en@quot.header             ** REMOVED **
18925           po/insert-header.sin          ** REMOVED **
18926           po/quot.sed                   ** REMOVED **
18927           po/remove-potcdate.sed        ** REMOVED **
18928           po/remove-potcdate.sin        ** REMOVED **
18929           po/stamp-po                   ** REMOVED **
18930           Makefile.am
18931           autogen.sh
18932           configure.ac
18933                 enable building with automake 1.8.x
18934                 add 'autopoint --force' to autogen.sh and remove all
18935                 auto-generated files, remove ac/ directory and use
18936                 m4/ directory instead
18937                 
18938         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18939                 fix gettextization
18940
18941 2004-02-28 Colin Leroy <colin@colino.net>
18942         * src/prefs_matcher.c
18943           src/prefs_filtering.c
18944           src/prefs_filtering_action.c
18945                 Fix non-editable GtkEntries
18946
18947 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18948         * src/prefs_themes.c
18949                 utf8 conversion for theme info
18950
18951 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18952         * sync 0.9.9claws
18953
18954 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18955         * src/grouplistdialog.c
18956                 allow multiple selections without ctrl key
18957
18958 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18959         * src/main.c
18960                 enable customizable accelerators
18961
18962 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18963         * src/prefs_common.c
18964                 re-enable different font settings for gtk1/2
18965         * src/prefs_folder_item.c
18966                 fix folder prefs displayed wrong
18967         * src/textview.c
18968                 set 'sunken' shadow type
18969
18970 2004-02-07 Colin Leroy <colin@colino.net>
18971         * src/compose.c
18972                 Fix message being always [Edited]
18973                 Encode headers correctly (utf8 buf)
18974
18975 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18976         * src/socket.c
18977                 remove double g_source_attach()
18978                 (Thanks to Colin Leroy)
18979
18980 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18981         * src/gtk/gtksctree.c
18982                 Fix SSL certificate list not shown
18983         * src/mimeview.c
18984                 Fix clicks in mime tree
18985
18986 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18987         * src/common/socket.c
18988                 Fix SSL receive
18989         * src/compose.c
18990                 Fix clipboard menu hotkeys
18991
18992 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18993         * src/gtk/gtkaspell.[ch]
18994           src/compose.c
18995                 reimplement spellchecker
18996
18997 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18998         * src/gtk/filesel.c
18999                 crash when inserting file in compose window
19000                 (TODO: keep old selection on clicks)
19001         * src/main.c
19002                 use gtkrc-2.0 instead of gtkrc
19003
19004 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19005         * src/messageview.c
19006                 remove orphaned mimeview unref()
19007
19008 2004-01-20 Thorsten Maerz <torte@netztorte.de>
19009         * src/grouplistdialog.c
19010                 expand nodes containing subscribed groups
19011
19012 2004-01-19 Thorsten Maerz <torte@netztorte.de>
19013         * src/textview.c
19014                 textview: hide cursor, restore old click behaviour
19015
19016 2004-01-18 Thorsten Maerz <torte@netztorte.de>
19017         * src/textview.c
19018                 variable names messed up
19019
19020 2004-01-17 Colin Leroy <colin@colino.net>
19021         * src/addr_compl.c
19022                 Fix completion address too thin
19023         * src/compose.c
19024                 Fix tab-to-subject behaviour
19025         * src/summaryview.c
19026                 Implement key up & down in summaryview
19027
19028 2004-01-12 Thorsten Maerz <torte@netztorte.de>
19029
19030         * sync 098claws
19031
19032 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19033         * configure.ac
19034           Makefile.am
19035           doc/.cvsignore
19036           doc/Makefile.am
19037                 faq, man, manual moved to doc/
19038         * ac/aspell.m4
19039           ac/check-type.m4
19040           ac/gnupg-check-typedef.m4
19041           ac/openssl.m4
19042           ac/spamassassin.m4
19043           ac/missing/gdk-pixbuf.m4
19044           ac/missing/gpgme.m4
19045           ac/missing/imlib.m4
19046                 fix automake warnings
19047
19048 2003-12-06 Colin Leroy <colin@colino.net>
19049         * src/summaryview.c
19050                 Fix quicksearch
19051
19052 2003-12-05 Colin Leroy <colin@colino.net>
19053         * src/summaryview.c
19054                 Fix going to next unread folder
19055
19056 2003-12-05 Colin Leroy <colin@colino.net>
19057         * src/crash.c
19058                 Fix gtk2 compilation
19059         * src/session.c
19060                 Remove iotag source handler at disconnection
19061         * src/socket.[ch] 
19062                 Remove source handler when closing socket 
19063                 (fixes another seg)
19064
19065 2003-12-04 Colin Leroy <colin@colino.net>
19066         * src/compose.c
19067           src/prefs_account.c
19068           src/prefs_common.c
19069                 Fix some dropdown menus
19070
19071 2003-12-04 Colin Leroy <colin@colino.net>
19072         * src/compose.c
19073                 Fix event handlers on header fields
19074         * src/common/socket.c
19075           src/common/session.c
19076                 Fix segfault with callback (SSL)
19077                 Fix end of session 
19078
19079 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19080
19081         * Fix compile bug in src/compose.c
19082         * removed src/gtk/gtkstext.[ch]
19083
19084 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19085
19086         * Convert character set and escape "text" attributes in toolbar setting
19087         files.
19088         * Fixed bug in button-press-event handling.
19089
19090 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19091
19092         * Fixed bug in key-press-event handling.
19093
19094 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19095
19096         * Enabled to compile tray-icon plugin (Ad-hoc).
19097         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19098
19099 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19100
19101         * Enabled to compile on sylpheed-claws.
19102         (tray-icon plugin still cannot compile yet.)
19103
19104 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19105
19106         * Updated to 0.9.5.
19107
19108 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19109
19110         * Updated to 0.9.4.
19111         * Ported monitoring SSL mechanism to GSource of GLib2
19112         (I don't confirm it)
19113         * Added _gtk2 suffix to key name of font preference to avoid
19114         ovverwriting preference of Gtk+-1.2 version.
19115
19116 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19117
19118         * Updated to 0.9.2.
19119
19120 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19121
19122         * Updated to 0.9.1.
19123         * Translate po files into UTF-8 when execute autogen.sh.
19124
19125 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19126
19127         * Updated to 0.9.0.
19128
19129 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19130
19131         * Plugged GError related memory leaks.
19132
19133 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19134
19135         * Changed default size of fonts.
19136         * Enabled to set titile font size of warning dialog.
19137
19138 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19139
19140         * Embed a sylpheed icon into executable binary on Windows.
19141
19142 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19143
19144         * I forgot to traslate character set of element string in src/xml.c.
19145
19146 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19147
19148         * Fixed detecting bind_textdomain_codeset in configure.in.
19149         * The bug in which "Example" of "Date fromat" preference isn't displayed
19150         correctly has been fixed.
19151
19152 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19153
19154         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19155           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19156           glib-gettextize
19157           Removed intl directory.
19158           Translated po files into UTF-8.
19159           (Thanks! Ryuji Abe)
19160
19161 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19162
19163         * The bug which doesn't unscape string in xml.c has been fixed.
19164
19165 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19166
19167         * The bug which is failed to translate encoding of file name thorough
19168         file dialog has been fixed.
19169
19170 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19171
19172         * Modified to translate file names which is used in inporting/expoting
19173         mbox feature and "Save as" feature into locale encoding.
19174         * Translate file names into locale encoding when "Attache file" and
19175         "Insert file".
19176         * Force set G_BROKEN_FILENAMES environment variable.
19177         * Other minor fixes.
19178
19179 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19180
19181         * Modified to treat MH folder's name as locale encoding.
19182
19183 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19184
19185         * The bug which clash on switching candidates of auto completion of
19186         addresses, cannot use auto completion in Japanesse is fixed
19187         (Thanks! Tokunaga-san)¡¥
19188
19189 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19190
19191         * The bug which cannot switch key accelerator preference has been fixed
19192         (Thanks! smbd-san)¡¥
19193
19194 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19195
19196         * version 0.8.11-gtk2-20030314
19197
19198 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19199
19200         * The bug in which character set conversion of filtering messages has
19201         been fixed.(Thanks! COCOA-san).
19202
19203 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19204
19205         * Revived "Leave space on head" preference in "Message" category.
19206         * A bug which clash when put the cursor to end of buffer and execute
19207         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19208
19209 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19210
19211         * version 0.8.11-gtk2-20030312
19212
19213 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19214
19215         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19216         * Modified to use Pango's API directly for font preference.
19217         * Integrated GtkTextView of textview to one widget.
19218         * Set fonts of header title in textview by "header_title" tag.
19219         * Removed some deprecated codes.
19220
19221 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19222
19223         * Updated to 0.8.11.
19224         * Merged cygwin patch(Thanks! Sakai-san).
19225
19226 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19227
19228         * version 0.8.10-gtk2-20030309