2006-11-06 [wwp] 2.6.0cvs1
[claws.git] / ChangeLog
1 2006-11-06 [wwp]        2.6.0cvs1
2
3         * src/prefs_template.c
4                 fix missing checks of some template fields.
5
6 2006-11-06 [paul]       2.6.0
7
8         * NEWS
9         * README
10         * RELEASE_NOTES
11                 2.6.0 released
12
13 2006-11-06 [paul]       2.5.6cvs22
14
15         * manual/advanced.xml
16         * manual/es/advanced.xml
17                 put 'respect_flowed_format' info in the correct
18                 place
19
20 2006-11-06 [mones]      2.5.6cvs21
21
22         * po/es.po
23                 Minor fixes for release
24
25 2006-11-06 [paul]       2.5.6cvs20
26
27         * po/cs.po
28         * po/de.po
29         * po/fr.po
30         * po/it.po
31         * po/nl.po
32         * po/pt_BR.po
33         * po/sk.po
34         * po/sv.po
35         * po/zh_CN.po
36                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
37                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
38                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
39                 Young
40
41 2006-11-02 [colin]      2.5.6cvs19
42
43         * src/imap.c
44         * src/imap.h
45         * src/prefs_account.c
46         * src/etpan/imap-thread.c
47                 Add GSSAPI support - fixes Debian bug #383274
48
49 2006-11-01 [colin]      2.5.6cvs18
50
51         * src/jpilot.c
52                 Handle libpisock12 support. Probably
53                 fixes bug 1046, 'jpilot AddressDB.pdb 
54                 import fail'
55
56 2006-11-01 [colin]      2.5.6cvs17
57
58         * src/folderutils.c
59                 debug_print() folderutils_mark_all_read()
60
61 2006-11-01 [colin]      2.5.6cvs16
62
63         * COPYING
64                 Add missed files to the Apache exception
65
66 2006-10-31 [colin]      2.5.6cvs15
67
68         * src/folder.c
69         * src/folder.h
70                 Add a copy_private_data() func to FolderClasses
71                 Doesn't break the feature freeze, because we 
72                 won't use it (right now) in the core.
73
74 2006-10-31 [colin]      2.5.6cvs14
75
76         * COPYING
77                 Allow linking with the Apache licensed files in
78                 src/plugins/spamassassin. Hopefully fixes 
79                 bug 1048, 'Spamassassin plugin license problem'
80
81 2006-10-31 [wwp]        2.5.6cvs13
82
83         * src/compose.c
84                 fix and optimize trimming of leading linefeeds in body loop.
85
86 2006-10-31 [colin]      2.5.6cvs12
87
88         * src/etpan/imap-thread.c
89         * src/imap.c
90                 Make really sure to have NULL sets in case
91                 of error
92
93 2006-10-30 [wwp]        2.5.6cvs11
94
95         * src/prefs_common.c
96         * src/prefs_common.h
97         * src/compose.c
98                 fix broken storage of quote format template when it contains \-escape
99                 sequences. The application of such sequences is also fixed now (\t
100                 in quote format will be a real tab instead of a 't', for instance).
101
102 2006-10-27 [colin]      2.5.6cvs10
103
104         * src/compose.c
105                 Probably fix bug 1045, 'sylpheed-claws 
106                 doesn't remove the mail from the IMAP 
107                 Queue folder after sending'. From
108                 2.5.6cvs3-stable
109
110 2006-10-27 [colin]      2.5.6cvs9
111
112         * configure.ac
113                 Require libetpan-0.48. I'm so annoying,
114                 I know ;-)
115
116 2006-10-27 [colin]      2.5.6cvs8
117
118         * src/folder.c
119         * src/imap.c
120                 Probably fix bug 1044, 'sylpheed-claws 
121                 segfaults while moving mails' - Fix relation
122                 usage when moving to an IMAP mailbox from another
123                 mailbox
124
125 2006-10-26 [paul]       2.5.6cvs7
126
127         * src/gtk/about.c
128                 add libSM to compiled-in features
129                 list
130
131 2006-10-24 [colin]      2.5.6cvs6
132
133         * src/textview.c
134         * src/gtk/gtkutils.c
135                 Fix crash when printing emails with an
136                 xface
137
138 2006-10-24 [mones]      2.5.6cvs5
139
140         * manual/es/advanced.xml
141                 Synchronize hidden option respect_flowed_format
142         * po/es.po
143                 Updated translation
144
145 2006-10-21 [paul]       2.5.6cvs4
146
147         * src/gtk/authors.h
148         * src/plugins/pgpcore/pgp_viewer.c
149         * src/plugins/pgpcore/sgpgme.c
150                 fix building on BSDs
151                 Thanks to Michael Hughes
152                 <Sylpheed-Claws_user@thehugheslogcabin.net>
153
154 2006-10-20 [colin]      2.5.6cvs3
155
156         * configure.ac
157                 Bump up libetpan requirement
158                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
159         * src/common/utils.c
160         * src/common/utils.h
161                 Add convenience get_file_mtime()
162         * src/imap.c
163         * src/etpan/imap-thread.c
164         * src/etpan/imap-thread.h
165                 Implement UIDPLUS support if the server
166                 supports it - faster sending in this case
167
168 2006-10-19 [colin]      2.5.6cvs2
169
170         * src/gtk/quicksearch.c
171                 Fix emptying in type-ahead+extended mode
172         * src/mainwindow.c
173         * src/mainwindow.h
174                 Add a hook for offline state change
175         * src/plugins/trayicon/trayicon.c
176                 Use it to display offline icons
177         * src/plugins/trayicon/Makefile.am
178         * src/plugins/trayicon/newmail.offline.xpm
179         * src/plugins/trayicon/newmarkedmail.offline.xpm
180         * src/plugins/trayicon/nomail.offline.xpm
181         * src/plugins/trayicon/unreadmail.offline.xpm
182         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
183                 Add the icons
184
185 2006-10-12 [paul]       2.5.6cvs1
186
187         * NEWS
188         * README
189         * configure.ac
190                 Update version number following
191                 stable release
192
193 2006-10-19 [colin]      2.5.5cvs18
194
195         * manual/handling.xml
196                 Add type-ahead search
197
198 2006-10-18 [colin]      2.5.5cvs17
199
200         * src/gtk/quicksearch.c
201                 Remove "save to history only if there's
202                 no syntax error", it breaks for some 
203                 reason which I'll investigate later.
204
205 2006-10-18 [colin]      2.5.5cvs16
206
207         * src/prefs_common.c
208         * src/prefs_common.h
209         * src/summaryview.c
210         * src/gtk/quicksearch.c
211         * src/gtk/quicksearch.h
212                 Add a type-ahead option for fast searches
213                 Patch by Fabien Vantard
214
215 2006-10-18 [colin]      2.5.5cvs15
216
217         * src/compose.c
218         * src/compose.h
219                 Add Options/Reply mode/ menu to be able to
220                 change the recipients of a reply on the fly
221
222 2006-10-18 [colin]      2.5.5cvs14
223
224         * src/compose.c
225                 Fix redirecting of our own sent mails
226
227 2006-10-17 [wwp]        2.5.5cvs13
228
229         * src/send_message.c
230                 Fix duplicate error messages when sending, and missing
231                 newline in such error messages.
232
233 2006-10-17 [colin]      2.5.5cvs12
234
235         * src/compose.c
236                 Compare addresses case-insensitive
237
238 2006-10-17 [colin]      2.5.5cvs11
239
240         * src/plugins/pgpcore/sgpgme.c
241                 Fix return status
242
243 2006-10-17 [colin]      2.5.5cvs10
244
245         * src/plugins/pgpcore/pgp_viewer.c
246                 Fix return status
247
248 2006-10-17 [colin]      2.5.5cvs9
249
250         * src/quote_fmt.c
251                 Fix a typo (thanks to Fabien)
252
253 2006-10-16 [colin]      2.5.5cvs8
254
255         * src/textview.c
256                 Fix problem with quote-folding when emails
257                 don't convert cleanly to UTF-8
258
259 2006-10-14 [colin]      2.5.5cvs7
260
261         * src/prefs_template.c
262                 Reset fields when reopening
263                 the window
264
265 2006-10-13 [paul]       2.5.5cvs6
266
267         * manual/advanced.xml
268         * src/prefs_message.c
269                 make 'respect_flowed_format' a hidden
270                 option, and add a manual entry for it
271                 Thanks to Colin
272
273 2006-10-12 [colin]      2.5.5cvs5
274
275         * src/codeconv.c
276                 Revert part of 2.5.2cvs21:
277                 Don't optimise by reusing the 
278                 last iconv converter if possible:
279                 it seems slightly broken in a 
280                 very hard way to reproduce
281
282 2006-10-12 [colin]      2.5.5cvs4
283
284         * src/prefs_common.c
285         * src/prefs_common.h
286         * src/prefs_message.c
287         * src/procmime.c
288                 Fix bug 1035, 'Incorrect handling 
289                 of flowed lines'. We now optionnaly
290                 handle this format (preference is in
291                 Message View/Text options section)
292
293 2006-10-12 [colin]      2.5.5cvs3
294
295         * po/POTFILES.in
296                 Add new file
297         * src/plugins/pgpcore/pgp_viewer.c
298         * src/plugins/pgpcore/sgpgme.c
299                 Don't try to import without asking
300
301 2006-10-12 [colin]      2.5.5cvs2
302
303         * src/compose.c
304                 Fix bug 1036, 'Forwarding a mutlipart
305                 mail with a "text/html" block to ms
306                 outlook users leeds to freeze of
307                 outlook'. Poor outlook users...
308
309 2006-10-12 [paul]       2.5.5cvs1
310
311         * NEWS
312         * README
313         * configure.ac
314                 Update version number following
315                 stable release
316
317 2006-10-11 [paul]       2.5.4cvs1
318
319         * NEWS
320         * README
321         * configure.ac
322                 Update version number following
323                 stable release
324
325 2006-10-11 [paul]       2.5.3cvs32
326
327         * src/textview.c
328                 fix bug 1032, 'Segmentation fault when showing
329                 message' (bug in quote folding)
330                 Thanks to Colin
331
332 2006-10-10 [colin]      2.5.3cvs31
333
334         * src/quote_fmt.c
335                 Rephrase english a bit
336
337 2006-10-10 [colin]      2.5.3cvs30
338
339         * src/prefs_compose_writing.c
340                 Stop making the page larger than the window
341
342 2006-10-10 [wwp]        2.5.3cvs29
343
344         * src/compose.c
345         * src/prefs_template.c
346         * src/quote_fmt.c
347         * src/quote_fmt.h
348         * src/quote_fmt_lex.l
349         * src/quote_fmt_parse.y
350                 Extend the quote parser a bit: allow to get access to
351                 basic (composing) account info.
352
353 2006-10-10 [colin]      2.5.3cvs28
354
355         * src/procheader.c
356                 Fix this \t problem in subject
357
358 2006-10-09 [colin]      2.5.3cvs27
359
360         * src/main.c
361         * src/prefs_gtk.c
362                 Prepare cache a bit later
363                 If section already exists, skip the new one 
364                 (as previously); avoid writing the same block
365                 twice - if we find a second block with the 
366                 same id, skip it.
367         * src/plugins/pgpcore/pgp_viewer.c
368                 Set cursor to busy when retrieving a key
369         * src/plugins/pgpcore/sgpgme.c
370                 allow 5 seconds for gpg to export the key
371                 
372
373 2006-10-09 [colin]      2.5.3cvs26
374
375         * configure.ac
376         * src/msgcache.c
377         * src/prefs_gtk.c
378                 Check for existence of fgets_unlocked
379                 and fwrite_unlocked
380
381 2006-10-09 [paul]       2.5.3cvs25
382
383         * src/prefs_summaries.c
384                 replace strftime() with fast_strftime() and in
385                 the consequence fix the bug in the display of
386                 AM/PM in the 'Example' string
387
388 2006-10-09 [ticho]      2.5.3cvs24
389
390         * po/sk.po
391                 Updated (and fixed up somewhat) Slovak translation.
392
393 2006-10-08 [colin]      2.5.3cvs23
394
395         * src/prefs_folder_item.c
396                 Explain why prefs in the top-level folder
397                 aren't retained, but are still useful
398
399 2006-10-08 [colin]      2.5.3cvs22
400
401         * src/prefs_gtk.c
402                 Don't cache anything if caching fails
403
404 2006-10-08 [colin]      2.5.3cvs21
405
406         * src/common/utils.c
407                 always include gi18n.h
408
409 2006-10-07 [colin]      2.5.3cvs20
410
411         * src/plugins/pgpcore/pgp_viewer.c
412                 Kill gpg after 5 seconds wait
413
414 2006-10-07 [colin]      2.5.3cvs19
415
416         * src/plugins/pgpcore/pgp_viewer.c
417         * src/plugins/pgpcore/pgp_viewer.h
418                 Fix copyright
419
420 2006-10-07 [colin]      2.5.3cvs18
421
422         * src/plugins/pgpcore/pgp_viewer.c
423         * src/plugins/pgpcore/pgp_viewer.h
424                 Actually add the files to CVS
425
426 2006-10-07 [colin]      2.5.3cvs17
427
428         * src/plugins/pgpcore/sgpgme.c
429                 Be sure not to crash on 'application/pgp-signature' that
430                 are not application/pgp-signatures
431
432 2006-10-07 [colin]      2.5.3cvs16
433
434         * src/textview.c
435         * src/textview.h
436                 Make a bit more of the API available
437         * src/plugins/pgpcore/Makefile.am
438         * src/plugins/pgpcore/plugin.c
439         * src/plugins/pgpcore/sgpgme.c
440                 Add basic key import/export
441
442 2006-10-07 [colin]      2.5.3cvs15
443
444         * src/folderview.c
445         * src/imap.c
446         * src/prefs_account.c
447         * src/wizard.c
448                 Warn users *everywhere* if libetpan's not
449                 linked in
450
451 2006-10-06 [mones]      2.5.3cvs14
452
453         * po/de.po
454         * po/es.po
455                 updated by Stephan Sachse and me
456
457 2006-10-06 [colin]      2.5.3cvs13
458
459         * src/main.c
460         * src/common/sylpheed.c
461                 Don't load common plugins if --exit is passed
462         * src/prefs_gtk.c
463         * src/prefs_gtk.h
464                 Implement a cache to avoid reading the same
465                 files over and over again at startup
466
467 2006-10-06 [colin]      2.5.3cvs12
468
469         * src/summaryview.c
470         * src/gtk/quicksearch.c
471                 Update display every 5k mails on fast searches
472
473 2006-10-06 [colin]      2.5.3cvs11
474
475         * src/textview.c
476                 Don't do quote folding on HTML or ERTF.
477                 May fix the Cygwin issues if they were
478                 happening with HTML mails?
479
480 2006-10-05 [colin]      2.5.3cvs10
481
482         * src/prefs_gtk.c
483                 Oops, forgot one
484
485 2006-10-05 [colin]      2.5.3cvs9
486
487         * src/prefs_gtk.c
488                 Use unlocked_stdio here too
489
490 2006-10-05 [colin]      2.5.3cvs8
491
492         * src/folderview.c
493                 Fix go to next * after preferences apply
494         * src/msgcache.c
495                 Do the fd lock/unlock ourselves instead of
496                 letting the libc do it at each write 
497
498 2006-10-05 [colin]      2.5.3cvs7
499
500         * src/common/utils.c
501                 Faster division, thanks to Jean Diraison
502
503 2006-10-05 [paul]       2.5.3cvs6
504
505         * src/common/utils.c
506                 fix building with --disable-nls
507
508 2006-10-04 [colin]      2.5.3cvs5
509
510         * src/folder.c
511                 Maybe fix a segfault
512
513 2006-10-04 [wwp]        2.5.3cvs4
514
515         * src/prefs_folder_item.c
516                 Fine-tune layouts in folder item prefs. Suggested by
517                 Fabien Vantard <fzzzzz@gmail.com>.
518
519 2006-10-04 [wwp]        2.5.3cvs3
520
521         * src/prefs_folder_item.c
522                 Kill the clandestine passengers. You didn't see anything.
523
524 2006-10-04 [wwp]        2.5.3cvs2
525
526         * src/prefs_folder_item.c
527                 Add a way to test the subject simplify regexp in
528                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
529                 w/ few layout changes.
530
531 2006-20-04 [paul]       2.5.3cvs1
532
533         * NEWS
534         * README
535         * configure.ac
536                 Update version number following
537                 stable release
538
539 2006-10-04 [colin]      2.5.2cvs42
540
541         * src/folder.c
542         * src/folder.h
543         * src/summaryview.c
544                 Provide a way for folder classes to set their sort
545                 type and key
546
547 2006-10-03 [colin]      2.5.2cvs41
548
549         * src/mh.c
550                 Don't use strlen() to know if the
551                 string's empty
552
553 2006-10-03 [colin]      2.5.2cvs40
554
555         * src/mh.c
556                 Fix "check for new folders" with accentued folders
557
558 2006-10-03 [ticho]      2.5.2cvs39
559
560         * src/filtering.c
561         * src/folder.c
562         * src/inc.c
563         * src/mbox.c
564                 Colin's fix for "copy" filtering rules.
565
566 2006-10-02 [colin]      2.5.2cvs38
567
568         * src/folderview.c
569                 Fix for double-click too
570
571 2006-10-02 [colin]      2.5.2cvs37
572
573         * src/folderview.c
574                 correct fix for cvs36
575
576 2006-10-02 [colin]      2.5.2cvs36
577
578         * src/folderview.c
579                 Fix 'goto next unread' after collapsing/expanding 
580                 a node.
581
582 2006-10-02 [colin]      2.5.2cvs35
583
584         * src/summaryview.c
585                 Fix double freeze/thaw
586         * src/common/utils.c
587         * src/common/utils.h
588                 Reimplement strftime
589         * src/procheader.c
590                 Use it
591
592
593 2006-10-02 [colin]      2.5.2cvs34
594
595         * src/mh.c
596                 Time mh_write_sequences() - it's fast
597         * src/summaryview.c
598                 Init a variable to shut up gcc
599
600 2006-10-01 [colin]      2.5.2cvs33
601
602         * src/folder.c
603         * src/mh.c
604         * src/mh.h
605         * src/msgcache.c
606                 Add helper mh_set_mtime(), and set mtime to stat()'s result
607                 Add fsync but disable it, it's slow as hell
608
609 2006-10-01 [colin]      2.5.2cvs32
610
611         * src/mh.c
612         * src/msgcache.c
613                 fflush() caches and mh_sequences before
614                 fclose()ing
615
616 2006-10-01 [colin]      2.5.2cvs31
617
618         * src/msgcache.c
619                 Don't ftruncate when not using mmap
620
621 2006-09-30 [colin]      2.5.2cvs30
622
623         * src/main.c
624                 Write folder list *after* saving caches
625
626 2006-09-30 [colin]      2.5.2cvs29
627
628         * src/folder.c
629         * src/mh.c
630                 Debug forced mtime changes
631
632 2006-09-30 [colin]      2.5.2cvs28
633
634         * src/folder.c
635         * src/main.c
636                 Remove useless debug_print()s (code
637                 well-tested)
638
639 2006-09-30 [colin]      2.5.2cvs27
640
641         * src/mh.c
642                 Do stuff faster when writing mh_sequences
643
644 2006-09-30 [colin]      2.5.2cvs26
645
646         * src/mh.c
647                 Don't let the writing of .mh_sequences, which
648                 can change the folder's mtime, let us think
649                 we need to scan.
650
651 2006-09-30 [colin]      2.5.2cvs25
652
653         * src/folder.c
654                 Move a debug_print where it belongs 
655                 (processing)
656         * src/summaryview.c
657                 Don't mess with a huge slow subject
658                 table if we're not threading by
659                 subject
660
661 2006-09-30 [colin]      2.5.2cvs24
662
663         * src/msgcache.c
664                 Reenable mmaped reads (*not* writes!)
665         * src/procmsg.c
666                 Don't destroy and recreate hashtables just
667                 for fun
668         * src/common/utils.c
669                 Remove useless reply prefixes (it's case
670                 unsensitive)
671
672 2006-09-30 [wwp]        2.5.2cvs23
673
674         * tools/fix_date.sh
675                 Fixed a minor bug in date value extraction, added a switch
676                 to replace non RFC-compliant Date: value, added a switch
677                 to use strict RFC matching patterns for dates.
678
679 2006-09-29 [colin]      2.5.2cvs22
680
681         * src/matcher_parser.h
682         * src/matcher_parser_parse.y
683         * src/prefs_filtering.c
684         * src/statusbar.c
685         * src/summary_search.c
686         * src/summaryview.c
687         * src/gtk/quicksearch.c
688         * src/gtk/quicksearch.h
689                 Optimise searches by setting different
690                 refresh intervals (depending if the 
691                 search is fast or not)
692
693 2006-09-29 [colin]      2.5.2cvs21
694
695         * src/codeconv.c
696                 Optimise by reusing the last iconv converter
697                 if possible
698         * src/textview.c
699                 Optimise a bit (the foldable quotes feature
700                 still has an awful O(n^2) algo
701
702 2006-09-29 [colin]      2.5.2cvs20
703
704         * src/gtk/gtksctree.c
705         * src/gtk/gtksctree.h
706                 Optimise de-selection via up/down or
707                 another key
708
709 2006-09-28 [colin]      2.5.2cvs19
710
711         * src/action.c
712         * src/compose.c
713         * src/folderview.c
714         * src/mainwindow.c
715         * src/messageview.c
716         * src/summary_search.c
717         * src/toolbar.c
718                 Avoid using summaryview->ctree directly
719
720 2006-09-28 [colin]      2.5.2cvs18
721
722         * src/summaryview.c
723         * src/summaryview.h
724                 Add helpers to freeze/thaw/grab_focus
725                 Factorize calls to freeze/thaw/grab_focus
726                 
727
728 2006-09-28 [colin]      2.5.2cvs17
729
730         * src/main.c
731                 More guards for the session management
732
733 2006-09-28 [colin]      2.5.2cvs16
734
735         * src/folderview.c
736         * src/gtk/gtksctree.c
737         * src/gtk/gtksctree.h
738                 Make expanding not recursive in folderview
739
740 2006-09-28 [colin]      2.5.2cvs15
741
742         * src/addressbook.c
743                 If nothing is selected in the list (right part)
744                 and a group is selected in the tree (left part),
745                 mail this group.
746
747 2006-09-28 [colin]      2.5.2cvs14
748
749         * src/Makefile.am
750                 Actually use SM_LIBS
751
752 2006-09-28 [ticho]      2.5.2cvs13
753
754         * src/export.c
755         * src/messageview.c
756         * src/mimeview.c
757         * src/news.c
758         * src/pop.c
759         * src/prefs_themes.c
760         * src/procmsg.c
761                 Small i18n string optimization.
762         * src/send_message.c
763         * src/summaryview.c
764         * src/common/session.c
765         * src/common/smtp.c
766         * src/common/ssl_certificate.c
767         * src/common/utils.c
768                 Use "Couldn't" instead of "Can't" in UI messages,
769                 where appropriate.
770
771 2006-09-28 [colin]      2.5.2cvs12
772
773         * configure.ac
774                 Possibly fix link errors
775
776 2006-09-27 [wwp]        2.5.2cvs11
777
778         * src/gtk/authors.h
779         * doc/man/sylpheed-claws.1
780         * manual/ack.xml
781         * manual/es/ack.xml
782         * manual/fr/ack.xml
783         * manual/pl/ack.xml
784                 Updated authors info (me, myself and I).
785
786 2006-09-27 [colin]      2.5.2cvs10
787
788         * src/addressbook.c
789                 Remove useless printf
790
791 2006-09-27 [wwp]        2.5.2cvs9
792
793         * src/editgroup.c
794         * src/send_message.c
795         * src/inc.c
796         * src/prefs_common.c
797         * src/prefs_common.h
798         * src/gtk/progressdialog.c
799                 remember more windows' sizes (send dialog, received dialog,
800                 edit group in addressbook).
801
802 2006-09-27 [colin]      2.5.2cvs8
803
804         * configure.ac
805         * src/main.c
806         * src/mainwindow.h
807                 Use libSM to communicate with the session
808                 manager, so that we can know when the 
809                 session ends, save our caches, and draft
810                 our compose windows.
811
812 2006-09-27 [colin]      2.5.2cvs7
813
814         * src/addressbook.c
815                 Fix issues:
816                 o Allow Book and Group creation from the tree's
817                   contextual menu
818                 o Do not actually delete the contacts when 
819                   deleting groups from the tree (duh!)
820
821 2006-09-27 [colin]      2.5.2cvs6
822
823         * src/compose.c
824         * src/compose.h
825         * src/mainwindow.c
826         * src/textview.c
827         * src/toolbar.c
828                 o Allow passing an email address to 
829                   compose_new_with_folderitem
830                 o Update callers
831                 o Use current folderitem when clicking
832                   on a TextView mailto: link
833                 o Fix a possible leak in TextView
834
835 2006-09-27 [colin]      2.5.2cvs5
836
837         * src/html.c
838                 Use UTF-8 chars to replace HTML entities
839
840 2006-09-27 [colin]      2.5.2cvs4
841
842         * AUTHORS
843         * src/prefs_account.c
844         * src/gtk/authors.h
845                 Fix bug #1024 (Array index out of
846                 range in sylpheed-claws-2.5.2)
847                 Patch by Ales Nosek <anosek@suse.cz>
848
849 2006-09-27 [colin]      2.5.2cvs3
850
851         * src/addr_compl.c
852                 Actually do the test
853
854 2006-09-27 [colin]      2.5.2cvs2
855
856         * src/addr_compl.c
857         * src/addr_compl.h
858                 Allow completing with comma (in certain cases: vCalendar
859                 for example doesn't support that)
860                 Patch by Fabien Vantard
861
862 2006-09-26 [colin]      2.5.2cvs1
863
864         * src/Makefile.am
865         * src/addr_compl.c
866         * src/addr_compl.h
867         * src/addrbook.c
868         * src/addrbook.h
869         * src/addressbook.c
870         * src/addrindex.c
871         * src/addrindex.h
872         * src/compose.c
873         * src/prefs_common.c
874         * src/prefs_filtering_action.c
875         * src/prefs_folder_item.c
876         * src/prefs_template.c
877         * src/stock_pixmap.c
878         * src/stock_pixmap.h
879         * src/pixmaps/addr_one.xpm
880         * src/pixmaps/addr_two.xpm
881                 Add auto-completion on groups
882
883 2006-09-26 [colin]      2.5.2
884
885         * NEWS
886         * README
887         * RELEASE_NOTES
888                 2.5.2 released
889
890 2006-09-26 [colin]      2.5.1cvs5
891
892         * src/matcher.c
893                 Fix condition
894
895 2006-09-26 [colin]      2.5.1cvs4
896
897         * src/mbox.c
898                 Revert cvs1 (useless as the message is printed 
899                 every 500 mails)
900
901 2006-09-26 [colin]      2.5.1cvs3
902
903         * src/partial_download.c
904                 Fix crasher found by Alexsandar Urosevic
905
906 2006-09-26 [colin]      2.5.1cvs2
907
908         * src/summaryview.c
909                 Fix bug #1023 (Sylpheed deletes too much messages)
910
911 2006-09-26 [ticho]      2.5.1cvs1
912
913         * src/mbox.c
914                 Make use of gettext's multiple plurals for statusbar
915                 progress message.
916
917 2006-09-25 [paul]       2.5.1
918
919         * NEWS
920         * README
921         * RELEASE_NOTES
922                 2.5.1 released
923
924 2006-09-25 [colin]      2.5.0cvs3
925
926         * src/plugins/bogofilter/bogofilter.c
927         * src/plugins/clamav/clamav_plugin.c
928         * src/plugins/spamassassin/spamassassin.c
929                 BogoFilter, Spamassassin: Fix double hook registering after
930                 visiting preferences
931                 Spamassassin, Clamav: Just set the mails to move instead of
932                 doing the move - caller will move the things at once.
933
934 2006-09-25 [colin]      2.5.0cvs2
935
936         * src/imap.c
937         * src/etpan/imap-thread.c
938                 Use UID SEARCH ALL instead of UID 1:*
939                 (braindead servers can't figure out that's
940                 the same...)
941
942 2006-09-25 [wwp]        2.5.0cvs1
943
944         * src/message_search.c
945                 Added the ability to stop a running search (in message body).
946
947 2006-09-25 [paul]       2.5.0
948
949         * NEWS
950         * README
951         * RELEASE_NOTES
952                 2.5.0 released
953
954 2006-09-25 [paul]       2.4.0cvs214
955
956         * po/cs.po
957         * po/de.po
958         * po/fi.po
959         * po/fr.po
960         * po/nl.po
961         * po/pt_BR.po
962         * po/sk.po
963         * po/sr.po
964         * po/zh_CN.po
965                 updated by Tim, Stephan Sachse, Flammie Pirinen,
966                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
967                 Ticho, Aleksander Urosevic, Ralgh Young
968
969 2006-09-24 [mones]      2.4.0cvs213
970
971         * po/es.po
972                 Updated for release
973
974 2006-09-23 [colin]      2.4.0cvs212
975
976         * src/gtk/inputdialog.c
977                 Fix [ ] remember this appearing in normal
978                 input dialogs after it's been used by
979                 mimeview.
980         * src/folder.c
981         * src/folderview.c
982         * src/msgcache.c
983         * src/procmsg.c
984         * src/summaryview.c
985         * src/textview.c
986         * src/common/timing.h
987                 Enable timings in debug mode and make it
988                 look prettier.
989
990 2006-09-22 [colin]      2.4.0cvs211
991
992         * README
993                 Revert test change
994         * commitHelper
995                 ping the correct URI
996
997 2006-09-22 [colin]      2.4.0cvs210
998
999         * README
1000                 Let's see if bug #1022 is fixed
1001
1002 2006-09-21 [colin]      2.4.0cvs209
1003
1004         * src/wizard.c
1005         * src/common/plugin.c
1006                 Prepare infra to load predefined plugins when
1007                 no configuration existed. Don't actually load
1008                 anything yet (feat. freeze)
1009
1010 2006-09-21 [wwp]        2.4.0cvs208
1011
1012         * manual/fr/faq.xml
1013                 Partial sync w/ 2.4.0cvs72:
1014                 wrap file and minor updates.
1015
1016 2006-09-21 [wwp]        2.4.0cvs207
1017
1018         * tools/fix_date.sh
1019                 several fixes and enhancements. A new --force switch has been
1020                 added to prevent overriding by default Date: header when
1021                 already existing.
1022
1023 2006-09-21 [paul]       2.4.0cvs206
1024
1025         * src/common/utils.c
1026                 add Chinese UTF8 Re prefix
1027
1028 2006-09-21 [wwp]        2.4.0cvs205
1029
1030         * tools/Makefile.am
1031                 Fics alfabettical order.
1032
1033 2006-09-21 [wwp]        2.4.0cvs204
1034
1035         * tools/fix_date.sh
1036         * tools/Makefile.am
1037                 Added an action tool to fix missing Date field in emails.
1038                 Updated Makefile.am to reflect those last two additions.
1039
1040 2006-09-21 [wwp]        2.4.0cvs203
1041
1042         * tools/uuooffice
1043                 Added a action tool to open uuencoded docs w/
1044                 OpenOffice (based on uudec method).
1045
1046 2006-09-21 [colin]      2.4.0cvs202
1047
1048         * src/compose.c
1049         * src/textview.c
1050                 Workaround possible GTK crash: remove selection 
1051                 clipboard before destroying widget, or GTK+-2.10
1052                 dies. Thanks to Hiro.
1053
1054 2006-09-20 [colin]      2.4.0cvs201
1055
1056         * src/compose.c
1057                 Fix free-after-use in some cases (when 
1058                 procmime_encode_content() frees mimeinfo->data.mem
1059                 and turns it to a temp file)
1060
1061 2006-09-20 [colin]      2.4.0cvs200
1062
1063         * src/folderview.c
1064         * src/summaryview.c
1065         * src/gtk/gtksctree.c
1066         * src/gtk/gtksctree.h
1067                 Add tooltips in the folderview and summaryview
1068                 (Doesn't break string freeze as they already
1069                 exist)
1070         * src/toolbar.c
1071                 Put the spam button in the default configuration
1072                 if compiled with bogo plugin too
1073
1074 2006-09-19 [colin]      2.4.0cvs199
1075
1076         * src/summaryview.c
1077         * src/summaryview.h
1078                 Update folder name label on folder rename
1079         * src/prefs_matcher.c
1080         * src/gtk/logwindow.h
1081                 Fix warnings
1082                 Patches by Fabien
1083
1084 2006-09-19 [wwp]        2.4.0cvs198
1085
1086         * src/summary_search.c
1087                 fix can't click forward/backward buttons in the
1088                 search messages.
1089
1090 2006-09-18 [paul]       2.4.0cvs197
1091
1092         * src/wizard.c
1093                 add missing bracket, capitalise the A of
1094                 'SpamAssassin'
1095
1096 2006-09-18 [paul]       2.4.0cvs196
1097
1098         * src/compose.c
1099                 fix bug 1012 'crashed upon sending mail
1100                 from compose window'
1101                 Thanks to Colin
1102
1103 2006-09-16 [colin]      2.4.0cvs195
1104
1105         * src/folderview.c
1106                 Fix "real-time" sorting by freezing/thawing
1107
1108 2006-09-16 [colin]      2.4.0cvs194
1109
1110         * manual/faq.xml
1111                 Fix the anti-spam entry a bit
1112
1113 2006-09-16 [colin]      2.4.0cvs193
1114
1115         * src/wizard.c
1116                 Make sure reviewers have no excuse when stating
1117                 Sylpheed-Claws doesn't have antispam capabilities.
1118
1119 2006-09-16 [colin]      2.4.0cvs192
1120
1121         * src/main.c
1122                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
1123                 as if the SIGPIPE comes from etpan's thread we could
1124                 trigger a GUI update from this thread.
1125
1126 2006-09-16 [colin]      2.4.0cvs191
1127
1128         * src/summaryview.c
1129                 Init all members of the struct
1130
1131 2006-09-16 [paul]       2.4.0cvs190
1132
1133         * src/account.c
1134                 improvements to the English
1135
1136 2006-09-15 [colin]      2.4.0cvs189
1137
1138         * src/summaryview.c
1139                 HIG order on dialog
1140
1141 2006-09-14 [colin]      2.4.0cvs188
1142
1143         * src/common/socket.c
1144         * src/common/socket.h
1145         * src/common/ssl.c
1146         * src/common/ssl_certificate.c
1147         * src/common/ssl_certificate.h
1148         * src/etpan/imap-thread.c
1149                 the get_fqdn() call done to get canonical name when
1150                 checking an SSL certificate is blocking, which is
1151                 sad as we just did a non-blocking lookup to connect.
1152                 Fix that by letting the fqdn available to the SockInfo,
1153                 and use that in ssl_certificate_check(). For IMAP,
1154                 we don't do it as the lookup's done by libetpan, but
1155                 it's less annoying as IMAP connections as much more
1156                 rare than POP3 connections.
1157
1158 2006-09-14 [paul]       2.4.0cvs187
1159
1160         * manual/advanced.xml
1161                 improvements to the English,
1162                 properly place the new hidden options
1163                 within the alphabetical order
1164         * src/gtk/pluginwindow.c
1165                 improvements to the English
1166
1167 2006-09-14 [colin]      2.4.0cvs186
1168
1169         * src/prefs_common.c
1170         * src/prefs_common.h
1171         * src/gtk/gtksctree.c
1172         * manual/advanced.xml
1173                 New hidden pref, stripes_color_offset, to change
1174                 the value added/substracted to normal bgcolor to
1175                 create the stripes in summaries
1176
1177 2006-09-13 [colin]      2.4.0cvs185
1178
1179         * src/gedit-print.c
1180         * src/messageview.c
1181         * src/messageview.h
1182         * src/summaryview.c
1183         * src/textview.c
1184                 Fix misc. printing issues: 
1185                 - Bad font for linkified headers
1186                 - Different font if the mail was displayed or not
1187                 - Factorize the thing
1188
1189 2006-09-13 [colin]      2.4.0cvs184
1190
1191         * src/common/ssl_certificate.c
1192                 Only get FQDN once when checking certificate
1193
1194 2006-09-13 [colin]      2.4.0cvs183
1195
1196         * src/account.c
1197         * src/gtk/pluginwindow.c
1198                 Misc. GUI fixes by Fabien
1199
1200 2006-09-13 [wwp]        2.4.0cvs182
1201
1202         * configure.ac
1203         * src/common/utils.h
1204         * src/common/utils.c
1205                 get rid of unused wide-char functions.
1206
1207 2006-09-13 [wwp]        2.4.0cvs181
1208
1209         * src/plugins/pgpinline/sylpheed.def
1210         * src/textview.c
1211                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
1212                 add privacy_reset_error to the .def file,
1213                 do not fork for an external textviewer.
1214
1215 2006-09-13 [wwp]        2.4.0cvs180
1216
1217         * src/prefs_common.c
1218                 fix broken font entry in prefs (patch issued by the gpg4win team,
1219                 probably by Marcus Brinkmann <marcus@g10code.de>).
1220
1221 2006-09-13 [colin]      2.4.0cvs179
1222
1223         * src/folder.h
1224                 Fix a warning in summaryview.c
1225         * src/mainwindow.c
1226         * src/summaryview.c
1227         * src/summaryview.h
1228                 Add missing Mark/* elements in the
1229                 main menu
1230
1231 2006-09-12 [colin]      2.4.0cvs178
1232
1233         * src/prefs_actions.c
1234         * src/prefs_filtering_action.c
1235         * src/prefs_matcher.c
1236                 Use (New) instead of New everywhere
1237
1238 2006-09-12 [wwp]        2.4.0cvs177
1239
1240         * manual/fr/addrbook.xml
1241         * manual/fr/handling.xml
1242                 updated some quotes in the fr manual to match the fr translation.
1243
1244 2006-09-12 [wwp]        2.4.0cvs176
1245
1246         * src/prefs_matcher.c
1247                 don't store translated string elements in matcher expressions.
1248                 Also fixed a misused of Q_().
1249
1250 2006-09-11 [wwp]        2.4.0cvs175
1251
1252         * src/plugins//bogofilter/bogofilter.c
1253         * src/plugins//clamav/clamav_plugin.c
1254         * src/plugins//demo/demo.c
1255         * src/plugins//dillo_viewer/dillo_viewer.c
1256         * src/plugins//pgpcore/plugin.c
1257         * src/plugins//pgpinline/plugin.c
1258         * src/plugins//pgpmime/plugin.c
1259         * src/plugins//spamassassin/spamassassin.c
1260                 gettext-ize more strings (mostly plugin error messages).
1261
1262 2006-09-11 [colin]      2.4.0cvs174
1263
1264         * src/alertpanel.c
1265                 Make maximum buffer size bigger to avoid
1266                 truncating translated messages. Patch by
1267                 Fabien
1268
1269 2006-09-11 [colin]      2.4.0cvs173
1270
1271         * src/etpan/imap-thread.c
1272                 Fix compilation on OpenBSD, thanks to 
1273                 Landry
1274
1275 2006-09-10 [wwp]        2.4.0cvs172
1276
1277         * manual/account.xml
1278         * manual/addrbook.xml
1279         * manual/handling.xml
1280         * manual/es/handling.xml
1281         * manual/fr/account.xml
1282         * manual/fr/addrbook.xml
1283         * manual/fr/handling.xml
1284                 documented addressbook matching (condition configuration):
1285                   addrbook.xml, en fr
1286                 documented per-account filtering rules (handling/filtering
1287                   section, account section):
1288                   account.xml, handling.xml, en fr
1289                 slightly updated the handling/searching section to tell few
1290                   words about the extended search ability:
1291                   handling.xml, en fr
1292                 added missing <quote></quotes> to Quick Search:
1293                   handling.xml, en fr es
1294                 fixed a typo (auomatically):
1295                   handling.xml, en
1296                 changes revisited by Paul.
1297
1298 2006-09-10 [paul]       2.4.0cvs171
1299
1300         * src/prefs_actions.c
1301         * src/prefs_filtering.c
1302         * src/prefs_template.c
1303                 adjustments to the gui
1304                 Patch by Fabien Vantard (slightly modified)
1305
1306 2006-09-10 [colin]      2.4.0cvs170
1307
1308         * src/summaryview.c
1309                 Check folderitem/summaryview consistency
1310                 (basically automates Update summary). Fixes
1311                 #1011 (wrong (negative) count on unread 
1312                 messages)
1313
1314 2006-09-10 [colin]      2.4.0cvs169
1315
1316         * src/gtk/gtksctree.c
1317                 Fix recursive expansion via mouse
1318         * src/plugins/bogofilter/bogofilter.c
1319                 Use normal filtering way of moving
1320                 messages (batching), possibly fixing
1321                 bug #1015 (Bogofilter plugin doubles 
1322                 new messages)
1323
1324 2006-09-09 [wwp]        2.4.0cvs168
1325
1326         * src/prefs_filtering.c
1327                 better place for this fix.
1328
1329 2006-09-09 [wwp]        2.4.0cvs167
1330
1331         * src/prefs_filtering.c
1332                 fix a minor bug when the enabled status of a filtering/processing
1333                 rule always got set to TRUE when replacing this rule. That still
1334                 make sense when adding a new rule, but now when replacing, we
1335                 don't override the value of 'enabled'.
1336                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1337                 to prefs_filtering_list_view_get_info() as this function not only
1338                 returns the name, but also the account_id and the enabled status.
1339
1340 2006-09-09 [mones]      2.4.0cvs166
1341
1342         * manual/glossary.xml
1343         * manual/plugins.xml
1344                 Minor format corrections
1345         * manual/gpl.xml
1346                 Fix misplaced NO WARRANTY section
1347         * manual/es/advanced.xml
1348         * manual/es/faq.xml
1349         * manual/es/glossary.xml
1350         * manual/es/gpl.xml
1351         * manual/es/handling.xml
1352         * manual/es/plugins.xml
1353         * manual/es/starting.xml
1354                 Incorporate changes from English version
1355         * manual/fr/ack.xml
1356         * manual/pl/ack.xml
1357         * manual/es/ack.xml
1358                 Fix address, (add translation credits in es version)
1359         * po/es.po
1360                 Updated translation
1361
1362 2006-09-09 [wwp]        2.4.0cvs165
1363
1364         * src/prefs_filtering.c
1365                 fix a crash when opening filtering prefs, if matcherrc file contains
1366                 broken data (non-existing account id, which is theoretically not
1367                 possible).
1368
1369 2006-09-08 [colin]      2.4.0cvs164
1370
1371         * src/folder.c
1372                 Wrong assert, make it an if()
1373         * src/gtk/gtksctree.c
1374                 Fix bug #1013 (expand selected thread 
1375                 tree) - expanding is now recursive
1376
1377 2006-09-07 [wwp]        2.4.0cvs163
1378
1379         * src/prefs_matcher.c
1380                 make better sentences about addressbook matching in the
1381                 matcher prefs. This should make translators' work easier
1382                 too.
1383
1384 2006-09-07 [wwp]        2.4.0cvs162
1385
1386         * src/prefs_filtering.c
1387                 code simplification (get rid of dup var. assignment).
1388
1389 2006-09-07 [wwp]        2.4.0cvs161
1390
1391         * src/summaryview.c
1392                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1393                 <fzzzzz@gmail.com>.
1394
1395 2006-09-07 [paul]       2.4.0cvs160
1396
1397         * src/mimeview.c
1398                 fix compilation warnings
1399                 Thanks to Colin
1400
1401 2006-09-07 [paul]       2.4.0cvs159
1402
1403         * src/mimeview.c
1404                 select the mimepart icon when
1405                 displaying as text
1406                 Thanks to Colin
1407
1408 2006-09-06 [paul]       2.4.0cvs158
1409
1410         * src/prefs_filtering.c
1411                 fix labels and table element spacing
1412                 Patch by Fabien Vantard
1413
1414 2006-09-06 [paul]
1415
1416         2.5.0-rc3 released
1417
1418 2006-09-06 [paul]       2.4.0cvs157
1419
1420         * manual/es/advanced.xml
1421                 fix typo
1422
1423 2006-09-06 [wwp]        2.4.0cvs156
1424
1425         * src/mainwindow.c
1426                 fix an dup launch issue when iconified, thanks to Colin.
1427
1428 2006-09-06 [wwp]        2.4.0cvs155
1429
1430         * src/gtk//gtksctree.h
1431                 oops, forgot that one!
1432
1433 2006-09-06 [wwp]        2.4.0cvs154
1434
1435         * manual/pl/advanced.xml
1436         * manual/advanced.xml
1437         * manual/es/advanced.xml
1438         * manual/fr/advanced.xml
1439         * src/prefs_customheader.c
1440         * src/prefs_filtering_action.c
1441         * src/foldersel.c
1442         * src/prefs_summaries.c
1443         * src/prefs_filtering.c
1444         * src/account.c
1445         * src/compose.c
1446         * src/prefs_summary_column.c
1447         * src/addr_compl.c
1448         * src/prefs_actions.c
1449         * src/prefs_folder_column.c
1450         * src/ssl_manager.c
1451         * src/prefs_template.c
1452         * src/prefs_display_header.c
1453         * src/prefs_common.h
1454         * src/prefs_matcher.c
1455         * src/prefs_common.c
1456         * src/prefs_toolbar.c
1457         * src/summaryview.c
1458         * src/folderview.c
1459         * src/gtk/gtksctree.c
1460         * src/gtk/pluginwindow.c
1461         * src/gtk/progressdialog.c
1462         * src/gtk/prefswindow.c
1463                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1464                 to make its meaning more obvious (all versions of the manual reflect
1465                 the change).
1466                 added an extra hidden option use_stripes_in_summary to allow
1467                 discarding these stripes in mainwindow's folder and message lists;
1468                 en and fr manuals only are OK towards this.
1469
1470 2006-09-06 [colin]      2.4.0cvs153
1471
1472         * src/textview.c
1473                 Hide Sylpheed-Claws' internal queue headers
1474                 when showing all headers. They'll be present
1475                 only in Source window.
1476
1477 2006-09-05 [colin]      2.4.0cvs152
1478
1479         * src/plugins/trayicon/trayicon.c
1480                 Fix crash at exit - we have to disconnect
1481                 our handlers
1482         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1483                 Update eggtrayicon - patch adapted from a
1484                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1485                 on Sylpheed's ML
1486
1487 2006-09-05 [colin]      2.4.0cvs151
1488
1489         * src/mainwindow.c
1490         * src/gtk/logwindow.c
1491                 Fix race condition when something writes
1492                 to the log too soon during init. Thanks
1493                 to Fabien Vantard
1494
1495 2006-09-05 [colin]      2.4.0cvs150
1496
1497         * src/mimeview.c
1498                 Don't select part on right-click either
1499
1500 2006-09-05 [paul]       2.4.0cvs149
1501
1502         * src/mimeview.c
1503                 completion of previous commit
1504                 Thanks to Colin
1505
1506 2006-09-05 [colin]      2.4.0cvs148
1507
1508         * src/mimeview.c
1509                 Don't force selection on middle-click, just open
1510
1511 2006-09-04 [colin]      2.4.0cvs147
1512
1513         * src/mimeview.c
1514                 Looks like gtk_notebook_set_current_page()
1515                 sometimes steals focus, and this annoys us
1516                 in MimeViewers as it renders navigation
1517                 keys useless. Take back focus after switching
1518                 pages.
1519
1520 2006-09-04 [colin]      2.4.0cvs146
1521
1522         * src/messageview.c
1523                 Set stop_loading when clicking on Next
1524                 during load. Don't add a callback to 
1525                 avoid over-complicating things.
1526
1527 2006-09-04 [colin]      2.4.0cvs145
1528
1529         * src/mimeview.c
1530         * src/messageview.c
1531                 Fix multiple loads in separate messageview
1532
1533 2006-09-04 [colin]      2.4.0cvs144
1534
1535         * src/summaryview.c
1536                 Let navigation keys be handled during 
1537                 load
1538
1539 2006-09-04 [colin]      2.4.0cvs143
1540
1541         * src/messageview.c
1542         * src/summaryview.c
1543         * src/textview.c
1544         * src/textview.h
1545                 Make loading of huge mails (lots of text and/or
1546                 images) cancellable, so the GUI doesn't block 
1547
1548 2006-09-04 [colin]      2.4.0cvs142
1549
1550         * src/plugins/trayicon/trayicon.c
1551                 Fix annoyance when removing a folder with 
1552                 unread mails: trayicon didn't update
1553
1554 2006-09-04 [paul]       2.4.0cvs141
1555
1556         * src/gtk/icon_legend.c
1557                 straighten up columns
1558                 Patch by Fabien Vantard
1559
1560 2006-09-04 [wwp]        2.4.0cvs140
1561
1562         * src/prefs_filtering.c
1563                 fix new line's account name in filtering prefs:
1564                 was "All", is now "(New)".
1565
1566 2006-09-04 [paul]       2.4.0cvs139
1567
1568         * tools/make.themes.project
1569                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1570                 instead of homebrewed "make release"
1571
1572 2006-09-03 [colin]      2.4.0cvs138
1573
1574         * src/folderview.c
1575                 Fix bug #1007 (Wrong folder highlighted)
1576
1577 2006-09-03 [colin]      2.4.0cvs137
1578
1579         * src/compose.c
1580                 Don't set Newsgroup: header to a mail folder
1581                 path
1582
1583 2006-09-03 [paul]       2.4.0cvs136
1584
1585         * src/prefs_other.c
1586         * src/prefs_spelling.c
1587                 unify the gui
1588
1589 2006-09-03 [paul]       2.4.0cvs135
1590
1591         * src/prefs_summaries.c
1592                 correct menu item text in prefs_keybind_apply_clicked()
1593
1594 2006-09-03 [paul]       2.4.0cvs134
1595
1596         * manual/advanced.xml
1597                 some improvements to the descriptions
1598         * src/mainwindow.c
1599         * src/messageview.c
1600         * src/summaryview.c
1601         * src/gtk/menu.c
1602                 fix menu sensitivity issues
1603         * src/prefs_message.c
1604                 drop the useless word 'short'
1605         * src/prefs_other.c
1606                 add the word 'lines' indicating log length
1607                 is a measure of lines
1608         * src/textview.c
1609                 fix compilation warnings
1610
1611 2006-09-02 [colin]      2.4.0cvs133
1612
1613         * src/messageview.c
1614                 Display a special return-receipt message
1615                 if the message is from the user
1616         * src/summaryview.c
1617                 Fix missing freeze of the list when marking
1618                 all read and unthreading for exec. Thanks
1619                 to Stephan Sachse.
1620
1621 2006-09-02 [paul]       2.4.0cvs132
1622
1623         * src/mainwindow.c
1624         * src/prefs_message.c
1625         * src/summaryview.c
1626                 fix some english
1627
1628 2006-09-02 [wwp]        2.4.0cvs131
1629
1630         * src/prefs_filtering.c
1631                 added an account name column to the filtering rules
1632                 dialog.
1633
1634 2006-09-02 [colin]      2.4.0cvs130
1635
1636         * src/gtk/logwindow.c
1637         * src/gtk/logwindow.h
1638                 Block scrolling if we're not at the end
1639                 of the log
1640
1641 2006-09-02 [colin]      2.4.0cvs129
1642
1643         * src/folder.c
1644                 Make sure account-specific rules can't
1645                 be used in {pre-,post-,}processing
1646         * src/mainwindow.c
1647         * src/gtk/logwindow.c
1648         * src/gtk/logwindow.h
1649                 Jump to last error when clicking on the
1650                 warning icon
1651
1652 2006-09-02 [colin]      2.4.0cvs128
1653
1654         * src/imap.c
1655         * src/import.c
1656         * src/mainwindow.c
1657         * src/mainwindow.h
1658                 Fix warning icon
1659         * src/inc.c
1660         * src/mbox.c
1661         * src/mbox.h
1662                 Let proc_mbox know its account, for
1663                 account-specific rules
1664
1665 2006-09-01 [colin]      2.4.0cvs127
1666
1667         * src/codeconv.c
1668                 Don't uselessly use iconv to convert from
1669                 us-ascii
1670         * src/alertpanel.c
1671         * src/mainwindow.c
1672         * src/mainwindow.h
1673         * src/inc.c
1674                 Fix certain log cases, disable warning icon
1675                 for now, the correct way to display it when
1676                 necessary and only when necessary is probably
1677                 to do it manually rather than use error logs
1678         * src/etpan/imap-thread.c
1679                 Clean up UID logging a bit
1680         * src/gtk/logwindow.c
1681         * src/gtk/logwindow.h
1682                 Make logging faster when the window's closed
1683
1684 2006-09-01 [wwp]        2.4.0cvs126
1685
1686         * manual/fr/account.xml
1687                 reflect changes to the ref. manual (parts of cvs72):
1688                 fix tabnames and quotes.
1689
1690 2006-09-01 [wwp]        2.4.0cvs125
1691
1692         * manual/fr/plugins.xml
1693                 reflect changes to the reference manual (cvs42):
1694                 update IRC channel info.
1695
1696 2006-09-01 [wwp]        2.4.0cvs124
1697
1698         * commitHelper
1699                 use CVSEDITOR env. var. if set, according to `man cvs`.
1700
1701 2006-09-01 [wwp]        2.4.0cvs123
1702
1703         * manual/advanced.xml
1704                 better sentence again (thanks to Paul).
1705
1706 2006-09-01 [wwp]        2.4.0cvs122
1707
1708         * manual/advanced.xml
1709         fix definition of toolbar_detachable and rework a bit the one of
1710         enable_dotted_lines.
1711
1712 2006-09-01 [mones]      2.4.0cvs121
1713
1714         * manual/advanced.xml
1715                 Document enable_dotted_lines
1716
1717 2006-09-01 [paul]       2.4.0cvs120
1718
1719         * src/folderview.c
1720         * src/folderview.h
1721         * src/imap.c
1722         * src/mainwindow.c
1723         * src/summaryview.c
1724                 obey the 'When entering folder...' option
1725                 when using the /View/Go to/... menu items
1726                 Thanks to Colin
1727
1728 2006-08-31 [colin]      2.4.0cvs119
1729
1730         * src/folderview.c
1731                 Revert 2.4.0cvs116, wrong fix.
1732
1733 2006-08-31 [colin]      2.4.0cvs118
1734
1735         * src/gtk/gtksctree.c
1736                 Better state the various copyrights
1737
1738 2006-08-31 [colin]      2.4.0cvs117
1739
1740         * src/prefs_common.c
1741                 fix enable_dotted_lines
1742
1743 2006-08-31 [colin]      2.4.0cvs116
1744
1745         * src/folderview.c
1746                 Use pref "Always open on select" when going
1747                 to next unread folder
1748         * src/gtk/gtksctree.c
1749                 Fix link failure to _gtk_clist_create_cell_layout
1750                 on certain computers. (Why not mine, I wonder)
1751
1752 2006-08-31 [colin]      2.4.0cvs115
1753
1754         * src/procmsg.c
1755         * src/textview.c
1756         * src/plugins/bogofilter/bogofilter.c
1757         * src/plugins/spamassassin/spamassassin.c
1758                 Requalify some "errors" to warnings
1759         * src/mainwindow.c
1760         * src/mainwindow.h
1761         * src/statusbar.c
1762                 Add an icon in the statusbar to notify
1763                 of errors
1764         * src/gtk/gtksctree.c
1765         * src/folderview.c
1766         * src/summaryview.c
1767                 Make the GtkSCTree look more modern by
1768                 alternating background lines
1769         * src/prefs_common.c
1770         * src/prefs_common.h
1771                 Add a pref to let people have the old
1772                 way if they prefer
1773
1774
1775 2006-08-30 [colin]      2.4.0cvs114
1776
1777         * src/procmsg.c
1778         * src/procmsg.h
1779                 Provide a way to filter a list of
1780                 messages in an optimised manner, and
1781                 add a list-filtering hook
1782         * src/folder.c
1783         * src/inc.c
1784         * src/mbox.c
1785                 Use the list filtering
1786         * src/plugins/bogofilter/bogofilter.c
1787                 Use the list-filtering hook
1788                 Use -b (bulk) mode for more speed
1789                 when learning and filtering
1790         * src/etpan/imap-thread.c
1791                 Make log output shorter in UID SEARCH
1792
1793
1794 2006-08-30 [colin]      2.4.0cvs113
1795
1796         * src/plugins/bogofilter/bogofilter.c
1797                 Really fast mass learning - thanks to David
1798                 Relson for the options explanations :)
1799
1800 2006-08-30 [colin]      2.4.0cvs112
1801
1802         * src/msgcache.c
1803                 Fix compilation on FreeBSD. Thanks
1804                 to Michael Hugues
1805
1806 2006-08-29 [colin]      2.4.0cvs111
1807
1808         * src/folderview.c
1809                 Handle "popup_menu" signal (for popping the 
1810                 menu via the keyboard)
1811         * src/mimeview.c
1812         * src/mimeview.h
1813         * src/summaryview.c
1814         * src/textview.c
1815         * src/gtk/gtkutils.c
1816         * src/gtk/gtkutils.h
1817                 Factorize scrolling code, and add an API 
1818                 for MimeViewers to handle scroll orders
1819
1820 2006-08-29 [wwp]        2.4.0cvs110
1821
1822         * src/plugins//bogofilter/bogofilter.c
1823         * src/plugins//spamassassin/spamassassin.c
1824                 make the bogofilter/spamassassin filtering error dialogs at
1825         incorporation obey to the "don't popup error dialog on
1826         receive error" option. If disabled, feed the log window w/
1827         the error message.
1828
1829 2006-08-29 [paul]
1830
1831         2.5.0-rc2 released
1832
1833 2006-08-29 [paul]       2.4.0cvs109
1834
1835         * Makefile.am
1836                 remove 'make release', it's not needed
1837                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1838
1839 2006-08-29 [paul]       2.4.0cvs108
1840
1841         * src/foldersel.c
1842         * src/summary_search.c
1843         * src/gtk/progressdialog.c
1844         * src/plugins/pgpcore/passphrase.c
1845                 replace deprecated gtk_window_set_policy()
1846
1847 2006-08-29 [colin]      2.4.0cvs107
1848
1849         * src/folder.c
1850                 Fix data loss when copy fails during a move:
1851                 only use fast remove_msgs if everything was
1852                 copied OK; else use slow remove_msg on the
1853                 mails that got copied only.
1854
1855 2006-08-28 [paul]       2.4.0cvs106
1856
1857         * src/mh.c
1858                 revert change in 2.4.0cvs104, it breaks
1859                 stuff
1860
1861 2006-08-28 [paul]       2.4.0cvs105
1862
1863         * src/plugins/spamassassin/spamassassin.c
1864                 english fix
1865
1866 2006-08-28 [paul]       2.4.0cvs104
1867
1868         * src/mh.c
1869                 fix data loss when moving to another
1870                 mailbox fails
1871         * src/prefs_spelling.c
1872                 improve the english
1873         * src/gtk/pluginwindow.c
1874                 improve the layout of the dialog text
1875         All thanks to Colin
1876
1877 2006-08-28 [paul]       2.4.0cvs103
1878
1879         * src/plugins/bogofilter/bogofilter.c
1880         * src/plugins/bogofilter/bogofilter_gtk.c
1881                 fix english up a bit, innit
1882
1883 2006-08-28 [paul]       2.4.0cvs102
1884
1885         * configure.ac
1886         * po/Makefile.in.in
1887         * po/Makevars
1888                 require autoconf 2.60, enabling building
1889                 with gettext 0.15 (gettext 0.14.x build still
1890                 possible). Replace Makefiles with versions
1891                 from gettext 0.15.
1892                 Remove configure options --with-localedir and
1893                 --with-mandir. The options that are provided
1894                 directly by autoconf 2.60 can be used instead:
1895                 --mandir --localedir
1896
1897 2006-08-27 [colin]      2.4.0cvs101
1898
1899         * src/plugins/bogofilter/Makefile.am
1900                 Fix make dist (no README)
1901
1902 2006-08-27 [colin]      2.4.0cvs100
1903
1904         * src/folder.c
1905                 Don't use F_UNKNOWN folders for any default
1906                 outbox/trash/etc
1907         * src/plugins/bogofilter/bogofilter.c
1908         * src/plugins/bogofilter/bogofilter.h
1909         * src/plugins/bogofilter/bogofilter_gtk.c
1910                 Add an option to specify the path to bogofilter
1911                 Use single-quotes to be able to learn in folders
1912                 with spaces in their names
1913                 Verify learning status
1914
1915 2006-08-27 [colin]      2.4.0cvs99
1916
1917         * manual/faq.xml
1918         * manual/plugins.xml
1919                 Document Bogofilter plugin
1920
1921 2006-08-27 [colin]      2.4.0cvs98
1922
1923         * src/compose.c
1924         * src/messageview.c
1925         * src/procmsg.c
1926         * src/procmsg.h
1927                 When possible, copy the queued mail to sent folder
1928                 instead of re-adding. Much faster on IMAP.
1929
1930 2006-08-27 [colin]      2.4.0cvs97
1931
1932         * src/msgcache.c
1933                 Disable mmaped caches - huge metadata loss
1934                 here after a power failure.
1935         * src/summaryview.c
1936                 Add quicksearch timing
1937         * src/common/plugin.c
1938         * src/common/plugin.h
1939                 Implement an interface to tell what plugins
1940                 provide. Prevent loading of similar plugins.
1941         * src/plugins/clamav/clamav_plugin.c
1942         * src/plugins/demo/demo.c
1943         * src/plugins/dillo_viewer/dillo_viewer.c
1944         * src/plugins/pgpcore/plugin.c
1945         * src/plugins/pgpinline/pgpinline.c
1946         * src/plugins/pgpmime/pgpmime.c
1947         * src/plugins/spamassassin/spamassassin.c
1948         * src/plugins/trayicon/trayicon.c
1949                 Implement plugin_provides()
1950
1951 2006-08-27 [colin]      2.4.0cvs96
1952
1953         * configure.ac
1954         * src/plugins/Makefile.am
1955         * src/plugins/bogofilter/.cvsignore
1956         * src/plugins/bogofilter/Makefile.am
1957         * src/plugins/bogofilter/bogofilter.c
1958         * src/plugins/bogofilter/bogofilter.h
1959         * src/plugins/bogofilter/bogofilter_gtk.c
1960                 New Bogofilter plugin, provides filtering and
1961                 learning. Spamassassin will go to extra plugins.
1962
1963 2006-08-26 [mones]      2.4.0cvs95
1964
1965         * manual/handling.xml
1966                 Fix subfolder path in the example (thanks to Paul) 
1967
1968 2006-08-26 [mones]      2.4.0cvs94
1969
1970         * manual/glossary.xml
1971                 2.2. + add ISP to the glossary
1972                 7.5. + Add UIDL to glossary
1973                 7.7. + Add TCP to glossary
1974         * manual/handling.xml
1975                 7.1. + Mentions GNU/Linux distribution, what about the non...
1976                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1977                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1978                 7.4. = Use appropriate quotation for commands
1979                 7.6. = change "" to <quote></quote>
1980         * manual/plugins.xml
1981                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1982         * manual/starting.xml
1983                 2.1. + local mbox file: some examples of mbox file locations...
1984                 Also reformatted files requiring it
1985
1986 2006-08-26 [wwp]        2.4.0cvs93
1987
1988         * src/summary_search.c
1989                 disable find buttons while summary search is running.
1990
1991 2006-08-25 [colin]      2.4.0cvs92
1992
1993         * src/folder.c
1994         * src/folderutils.c
1995         * src/mh.c
1996         * src/procmsg.h
1997         * src/summaryview.c
1998                 Speed up MH moving, and add progressbar
1999                 for MH deletion
2000         * src/msgcache.c
2001                 Write cache files using mmap() too
2002
2003 2006-08-25 [wwp]        2.4.0cvs91
2004
2005         * src/summaryview.c
2006                 switch spam<->ham button when a message has been marked as spam or ham
2007                 and is still selected. Thanks to Colin.
2008
2009 2006-08-25 [paul]       2.4.0cvs90
2010
2011         * src/Makefile.am
2012         * src/stock_pixmap.c
2013         * src/stock_pixmap.h
2014         * src/summaryview.c
2015         * src/gtk/icon_legend.c
2016         * src/pixmaps/copied.xpm
2017         * src/pixmaps/moved.xpm
2018                 add icons for delayed execution marked for
2019                 copying, marked for moving
2020
2021 2006-08-25 [mones]      2.4.0cvs89
2022
2023         * manual/glossary.xml
2024                 Fix the other glossary items:
2025                 5.1. = Inmmediate execution -> <quote>immediate execution...
2026                 5.2. = Fix MBOX capitalization -> Mbox
2027                 5.3. + Improve Plugins def. w/ tech. ref.
2028                 5.4. = Quotation -> replace '>' by <quote>></quote>
2029                 5.5. - SMTP Server. -> remove dot
2030         * po/es.po
2031                 Updated translation
2032
2033 2006-08-25 [mones]      2.4.0cvs88
2034
2035         * manual/ack.xml
2036                 Reformatted, changed email address
2037         * manual/glossary.xml
2038                 Reformatted, fixed MANUAL-TODO items:
2039                 8.2. + add ROT-13 to glossary
2040                 8.4. + add URL to glossary
2041         * manual/es/advanced.xml
2042                 Fixed <literal>s
2043
2044 2006-08-25 [paul]       2.4.0cvs87
2045
2046         * src/gtk/icon_legend.c
2047                 add 'marked for deletion' icon
2048                 arrange icons by containing column
2049                 wrap long label text
2050
2051 2006-08-25 [colin]      2.4.0cvs86
2052
2053         * src/common/utils.c
2054         * src/common/utils.h
2055                 Add the sc_g_*list_bigger functions in
2056                 a place everyone can use it
2057         * src/summaryview.c
2058                 Only freeze/thaw the list when working
2059                 on the selection, if it's bigger than 1
2060         * src/gtk/gtksctree.c
2061                 Only freeze/thaw the list when unselec-
2062                 ting 'all' if ('all' != 1)
2063                 This avoids some flickering
2064
2065 2006-08-24 [colin]      2.4.0cvs85
2066
2067         * src/addressbook.c
2068                 Fix strange list selection
2069                 Fix random seg (Invalid read of freed memory)
2070
2071 2006-08-24 [colin]      2.4.0cvs84
2072
2073         * src/alertpanel.c
2074         * src/gtk/inputdialog.c
2075         * src/plugins/pgpcore/passphrase.c
2076                 Revert minimal width patch of 2.4.0cvs67,
2077                 as it is also a maximal width. Use 
2078                 gtk_window_set_default_size instead.
2079
2080 2006-08-24 [colin]      2.4.0cvs83
2081
2082         * src/msgcache.c
2083                 Write cache/mark to temp files before
2084                 overwriting old ones (avoids metadata
2085                 loss if writing the new files fail).
2086                 Use mmap() to read cache/mark file, as
2087                 this makes cache reading faster. Dis-
2088                 abled for big-endian machines until it
2089                 can be tested. (Big-endian users: set
2090                 msgcache_use_mmap = TRUE in the relevant
2091                 #if).
2092         * src/procmsg.h
2093                 Move rarely used fields of MsgInfo in 
2094                 another structure, which will only be
2095                 allocated if needed. Face, X-Face,
2096                 Return receipt headers and List-*
2097                 headers are moved. Mails having none
2098                 of these occupy 52 bytes less with
2099                 this patch, which makes 2.5MB of RAM
2100                 saved on a 50k folder).
2101         * src/headerview.c
2102         * src/mainwindow.c
2103         * src/messageview.c
2104         * src/partial_download.c
2105         * src/procheader.c
2106         * src/procmsg.c
2107         * src/textview.c
2108                 Follow this structure change.
2109
2110 2006-08-24 [wwp]        2.4.0cvs82
2111
2112         * manual/es/.cvsignore
2113         * manual/es/dist/.cvsignore
2114         * manual/es/dist/html/.cvsignore
2115         * manual/es/dist/pdf/.cvsignore
2116         * manual/es/dist/ps/.cvsignore
2117         * manual/es/dist/txt/.cvsignore
2118                 more (generated) files to ignore.
2119
2120 2006-08-24 [colin]      2.4.0cvs81
2121
2122         * src/folder.c
2123         * src/mh.c
2124                 Fix possible problems with local delivery. Check the folder doesn't
2125                 need scan before setting its mtime when saving cache (which can be
2126                 done long after the folder's been modified by an external process);
2127                 Check that the stored item's mtime didn't change in mh functions.
2128
2129 2006-08-24 [mones]      2.4.0cvs80
2130
2131         * manual/advanced.xml
2132                 Rewrapping, some fixes and MANUAL-TODO items:
2133                 8.1. = change "" to <quote></quote>
2134                 8.3. = quote menu items
2135                 8.5. - deploying -> new user ... ideally a new user (redundant)
2136
2137 2006-08-23 [colin]      2.4.0cvs79
2138
2139         * src/gtk/gtksctree.c
2140                 When selecting or deselecting range, only
2141                 freeze/thaw when selection is bigger than 10
2142
2143 2006-08-23 [colin]      2.4.0cvs78
2144
2145         * src/messageview.c
2146         * src/mimeview.c
2147         * src/mimeview.h
2148         * src/plugins/dillo_viewer/dillo_viewer.c
2149                 Provide an API for MimeViewer plugins to
2150                 return a text selection for replying
2151
2152 2006-08-23 [colin]      2.4.0cvs77
2153
2154         * src/image_viewer.c
2155         * src/textview.c
2156                 Use gtk_pixbuf_new_from_file_at_scale(), which
2157                 is faster than getting the pixbuf then resizing
2158                 it.
2159
2160 2006-08-23 [colin]      2.4.0cvs76
2161
2162         * src/procmime.c
2163                 UTF-8 should be sent Quoted-printable
2164
2165 2006-08-22 [colin]      2.4.0cvs75
2166
2167         * src/mh.c
2168                 Check if scan is required before touching
2169                 the folder (or it'll be required every time)
2170
2171 2006-08-22 [colin]      2.4.0cvs74
2172
2173         * configure.ac
2174                 Require libetpan 0.46 (crasher fix when built
2175                 against gnutls)
2176
2177 2006-08-22 [colin]      2.4.0cvs73
2178
2179         * src/folder.c
2180                 Set folder's mtime after writing its
2181                 cache
2182         * src/folderview.c
2183                 Add some timing
2184         * src/procmsg.c
2185                 Don't do useless stuff if we don't 
2186                 thread by subject
2187         * src/summaryview.c
2188                 Add some timing, don't deselect prior
2189                 to selecting (gtksctree does it itself),
2190                 remove crash avoidance hacks as it's been
2191                 properly fixed since a while
2192         * src/common/utils.c
2193                 Optimize to_human_readable(): _() is slow,
2194                 do it only once, and avoid %f format for KB
2195                 (the most common in a summaryview)
2196         * src/gtk/gtksctree.c
2197                 Don't uselessly freeze/thaw (fixes flicker
2198                 on next unread and friends), reduce number
2199                 of g_list_nth/g_list_position where possible
2200         * src/gtk/gtkutils.c
2201         * src/gtk/gtkutils.h
2202                 Reduce number of g_list_nth/g_list_position
2203                 where possible.
2204                 All of this makes loading as 70k folder 2.1
2205                 seconds instead of 3.2 (with hot FS caches).
2206                 (1.3 seconds without Date and Size columns...)
2207
2208 2006-08-22 [paul]       2.4.0cvs72
2209
2210         wrap documents and do some items from mones' MANUAL-TODO:
2211
2212         * manual/account.xml
2213                 4.1. = fix tabname references to <quote>tabname</quote>
2214                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
2215         * manual/faq.xml
2216                 1.1. = mentioned options don't match UI
2217                 Add information about the 'Never send Return Receipts'
2218                 option
2219         * manual/handling.xml
2220                 6.2. = Mentions Extended symbols button, but now is
2221                 named Information
2222                 6.3. = Mentions ... button, which is now Edit
2223
2224 2006-08-22 [colin]      2.4.0cvs71
2225
2226         * src/gtk/pluginwindow.c
2227                 Fix layout in verbose translations (such
2228                 as french)
2229
2230 2006-08-22 [paul]       2.4.0cvs70
2231
2232         * manual/Makefile.am
2233                 build manuals in alphabetical order
2234         * src/addressbook.c
2235         * src/prefs_themes.c
2236                 replace/remove deprecated symbols
2237         * src/gtk/gtkutils.c
2238                 fix a warning
2239         * src/gtk/pluginwindow.c
2240                 replace deprecated symbol
2241                 replace label text and move it
2242         * src/plugins/pgpcore/prefs_gpg.c
2243                 move the 'Generate...' button out of the
2244                 Sign Key frame, replace the English used
2245         * src/plugins/pgpcore/sgpgme.c
2246                 fixes to the English
2247
2248 2006-08-21 [colin]      2.4.0cvs69
2249
2250         * src/plugins/trayicon/trayicon.c
2251                 Add more strings for translation; patch
2252                 by Pawel
2253
2254 2006-08-21 [colin]      2.4.0cvs68
2255
2256         * src/compose.c
2257                 fix replied flag not set after drafting
2258         * src/matcher.c
2259                 fix body quicksearch in non-encoded bodies
2260                 containing '='
2261         * src/msgcache.c
2262                 Get rid of the g_malloc workaround for
2263                 corrupted caches, use g_try_malloc
2264
2265 2006-08-21 [colin]      2.4.0cvs67
2266
2267         * src/alertpanel.c
2268         * src/gtk/inputdialog.c
2269         * src/plugins/pgpcore/passphrase.c
2270                 Set minimal width to 375
2271         * src/mainwindow.c
2272                 Fix switching to offline, asking if it 
2273                 should be overriden for synchronising
2274         * src/mimeview.c
2275                 Don't offer to remember command on Open 
2276                 with for text parts, as the browser or 
2277                 text editor command isn't changed from 
2278                 there
2279
2280 2006-08-20 [paul]       2.4.0cvs66
2281
2282         * po/ko.po
2283         * po/zh_CN.po
2284                 fix plural form errors. revealed by stricter
2285                 checking of gettext 0.15
2286
2287 2006-08-18 [paul]       2.4.0cvs65
2288
2289         * src/stock_pixmap.c
2290                 fix the fix of 2.4.0cvs64
2291                 Thanks to Colin
2292
2293 2006-08-18 [paul]       2.4.0cvs64
2294
2295         * src/stock_pixmap.c
2296                 fix leaks
2297                 Thanks to Colin
2298
2299 2006-08-18 [paul]       2.4.0cvs63
2300
2301         * src/compose.c
2302         * src/procmsg.c
2303                 fix occasional IMAP bug where large msgs
2304                 were left in the queue folder after sending
2305                 Thanks to Colin
2306
2307 2006-08-18 [paul]       2.4.0cvs62
2308
2309         * src/folderview.c
2310                 freeze the summaryview while quicksearch results
2311                 are displayed
2312                 (fixes bug 456 'current message is hidden when the
2313                 view is refreshed and extended search is "unread 
2314                 messages"')
2315                 Thanks to Colin
2316         * src/textview.c
2317                 add missing #include "inputdialog.h"
2318         * src/common/utils.h
2319                 add missing mailcap_update_default() and improve
2320                 readability
2321
2322 2006-08-17 [colin]      2.4.0cvs61
2323
2324         * src/plugins/pgpcore/select-keys.c
2325                 Fix warnings :)
2326
2327 2006-08-17 [colin]      2.4.0cvs60
2328
2329         * src/compose.c
2330                 Don't continue queuing if Cancel is clicked
2331                 in select-keys
2332
2333 2006-08-17 [colin]      2.4.0cvs59
2334
2335         * src/plugins/pgpcore/select-keys.c
2336                 When encrypting, if only one key matches and it 
2337                 matches exactly, automatically use it.
2338
2339 2006-08-17 [colin]      2.4.0cvs58
2340
2341         * src/mimeview.c
2342         * src/prefs_common.c
2343         * src/prefs_common.h
2344         * src/prefs_ext_prog.c
2345         * src/textview.c
2346                 Fix issues with previous patch (text/html)
2347                 Remove outdated prefs
2348
2349 2006-08-17 [colin]      2.4.0cvs57
2350
2351         * src/imap.c
2352                 Add View Log button on auth error
2353         * src/procmsg.c
2354                 Fix encrypted mail marked as new when
2355                 saved in normal folders
2356         * src/plugins/pgpinline/pgpinline.c
2357                 Fix encrypt bug on IMAP
2358         * src/mimeview.c
2359         * src/common/utils.c
2360         * src/common/utils.h
2361         * src/gtk/inputdialog.c
2362         * src/gtk/inputdialog.h
2363                 Get rid of metamail stuff, simplify
2364                 opening, and allow remembering of user's
2365                 choices (by updating ~/.mailcap). There's
2366                 still to drop "Audio player" and "Image
2367                 viewer" preferences.
2368
2369 2006-08-17 [mones]      2.4.0cvs56
2370
2371         * manual/es/sylpheed-claws-manual.xml
2372                 fix DTD path
2373
2374 2006-08-17 [mones]      2.4.0cvs55
2375
2376         * configure.ac
2377         * manual/Makefile.am
2378         * manual/es/Makefile.am
2379         * manual/es/account.xml
2380         * manual/es/ack.xml
2381         * manual/es/addrbook.xml
2382         * manual/es/advanced.xml
2383         * manual/es/faq.xml
2384         * manual/es/glossary.xml
2385         * manual/es/gpl.xml
2386         * manual/es/handling.xml
2387         * manual/es/intro.xml
2388         * manual/es/keyboard.xml
2389         * manual/es/plugins.xml
2390         * manual/es/starting.xml
2391         * manual/es/sylpheed-claws-manual.xml
2392         * manual/es/dist/Makefile.am
2393         * manual/es/dist/html/Makefile.am
2394         * manual/es/dist/pdf/Makefile.am
2395         * manual/es/dist/ps/Makefile.am
2396         * manual/es/dist/txt/Makefile.am
2397                 Spanish translation for the manual
2398
2399 2006-08-16 [colin]      2.4.0cvs54
2400
2401         * src/compose.c
2402         * src/main.c
2403         * src/mainwindow.c
2404                 Fix send button sensitivity at startup
2405                 Set send menu sensitivity (patch by Fabien)
2406         * src/ssl_manager.c
2407                 Enable closing with esc (patch by Fabien)
2408         * src/gtk/foldersort.c
2409                 Enable closing with esc (patch by Fabien)
2410         * src/procmime.c
2411                 Optimisation (no need to copy to tempfile to
2412                 "decode" 7bit and 8bit)
2413         * src/summaryview.c
2414                 Fix cruft in swap_from case
2415         * src/textview.c
2416                 Fix missing last line in some mail cases 
2417                 (Fixes debian #381872)
2418         * src/plugins/pgpcore/prefs_gpg.c
2419         * src/plugins/pgpcore/sgpgme.c
2420         * src/plugins/pgpcore/sgpgme.h
2421                 Don't show "no key found" when user explicitely
2422                 wants to create a key
2423
2424 2006-08-16 [paul]       2.4.0cvs53
2425
2426         * configure.ac
2427         * src/account.c
2428         * src/addressbook.c
2429         * src/headerview.c
2430         * src/prefs_account.c
2431         * src/prefs_message.c
2432         * src/gtk/gtkutils.c
2433                 bump up minimum required versions of GTK+ and
2434                 GLIB to 2.6.0
2435
2436 2006-08-16 [paul]       2.4.0cvs52
2437
2438         * src/toolbar.c
2439                 workaround GTK+ Bug 351600 - 'Can't re-click
2440                 on button after sensitivity update'
2441                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2442                 Thanks to Colin
2443
2444 2006-08-15 [colin]      2.4.0cvs51
2445
2446         * src/plugins/pgpcore/prefs_gpg.c
2447                 Set options sensitivity according to
2448                 key existence
2449         * src/plugins/pgpcore/sgpgme.c
2450                 Allow to create key with no passphrase
2451
2452 2006-08-14 [cleroy]     2.4.0cvs50
2453
2454         * src/gtk/pluginwindow.c
2455                 New layout (maybe to be changed?)
2456         * src/gtk/gtkutils.c
2457                 Fix a bit label_window
2458         * src/plugins/pgpcore/passphrase.c
2459         * src/plugins/pgpcore/passphrase.h
2460         * src/plugins/pgpcore/plugin.c
2461         * src/plugins/pgpcore/prefs_gpg.c
2462         * src/plugins/pgpcore/prefs_gpg.h
2463         * src/plugins/pgpcore/sgpgme.c
2464         * src/plugins/pgpcore/sgpgme.h
2465                 Allow to create a PGP private key via the GUI
2466
2467 2006-08-14 [wwp]        2.4.0cvs49
2468
2469         * src/addressbook_foldersel.c
2470                 fix strict ISO C90 compliance.
2471
2472 2006-08-14 [paul]       2.4.0cvs48
2473
2474         * src/gtk/prefswindow.c
2475                 re-set scrolled window on opening
2476                 Patch by Ticho
2477
2478 2006-08-14 [paul]
2479
2480         2.5.0-rc1 released
2481
2482 2006-08-14 [paul]       2.4.0cvs47
2483
2484         * src/prefs_display_header.c
2485                 re-enable user-defined Displayed Headers
2486
2487 2006-08-14 [paul]       2.4.0cvs46
2488
2489         * src/prefs_account.c
2490                 use GTK_STOCK_EDIT
2491
2492 2006-08-13 [colin]      2.4.0cvs45
2493
2494         * src/common/utils.c
2495                 Fix "a" in quote when the original message is empty,
2496                 by using \0 instead of 'a' to test writability of
2497                 temp files.
2498
2499 2006-08-13 [wwp]        2.4.0cvs44
2500
2501         * src/plugins/spamassassin/spamassassin.c
2502                 fix capitalization of "SpamAssassin" in some debug, log and
2503                 dialog messages.
2504
2505 2006-08-13 [paul]       2.4.0cvs43
2506
2507         * src/editldap.c
2508                 fix overlapping widgets
2509         * src/prefs_account.c
2510                 fix translation of protocol_names[]
2511                 fix label disappearing off the edge of the
2512                 visible area
2513
2514 2006-08-12 [paul]       2.4.0cvs42
2515
2516         * manual/plugins.xml
2517                 update IRC channel info before it gets forgotten
2518                 about
2519
2520 2006-08-11 [colin]      2.4.0cvs41
2521
2522         * src/compose.c
2523         * src/mainwindow.c
2524         * src/mainwindow.h
2525         * src/procmsg.c
2526         * src/procmsg.h
2527         * src/summaryview.c
2528         * src/toolbar.c
2529                 Grey out the Send button if
2530                 - Queue folders are empty, or
2531                 - We're sending already
2532
2533 2006-08-11 [wwp]        2.4.0cvs40
2534
2535         * src/main.c
2536                 fix a logic issue when quitting while a compose window is
2537                 still open, thanks to Colin.
2538
2539 2006-08-10 [colin]      2.4.0cvs39
2540
2541         * src/main.c
2542                 Fix default font size setting after wizard run
2543         * src/imap.c
2544         * src/etpan/imap-thread.c
2545         * src/etpan/imap-thread.h
2546                 Fix bug #999 (Timing out on TSL cert validation 
2547                 dialog makes ugly things happen). Also, STARTTLS
2548                 unconditionnaly if initial capabilities contain
2549                 LOGINDISABLED and STARTTLS.
2550
2551 2006-08-09 [colin]      2.4.0cvs38
2552
2553         * src/mainwindow.c
2554         * src/mainwindow.h
2555                 Fix Tools/Actions sensitivity when there are
2556                 no actions
2557
2558 2006-08-09 [colin]      2.4.0cvs37
2559
2560         * src/prefs_filtering.c
2561                 Warning fix, patch by Paul
2562         * src/messageview.c
2563         * src/prefs_actions.c
2564         * src/prefs_filtering_action.c
2565         * src/prefs_matcher.c
2566                 Uniformisation of "Info ..." to "Info..." (for
2567                 old gtk), patch by Fabien
2568         * src/plugins/clamav/clamav_plugin_gtk.c
2569                 Sensitivity fix by Fabien
2570
2571 2006-08-09 [colin]      2.4.0cvs36
2572
2573         * src/main.c
2574         * src/main.h
2575                 Add a function to know whether we're exiting
2576         * src/plugins/trayicon/trayicon.c
2577                 If exiting, don't do anything. Faster, and
2578                 avoids gtk_main_iteration reentracy causing
2579                 segfaults at exit
2580
2581 2006-08-09 [colin]      2.4.0cvs35
2582
2583         * src/messageview.c
2584         * src/mimeview.c
2585         * src/mimeview.h
2586                 Fix lack of part selection when automatically 
2587                 jumping to a specific part
2588         * src/msgcache.c
2589                 Little optimisation in cache reading
2590
2591 2006-08-09 [colin]      2.4.0cvs34
2592
2593         * src/compose.c
2594                 Fix crash setting the priority on reedit
2595                 (Accessing compose before creating it!)
2596
2597 2006-08-08 [colin]      2.4.0cvs33
2598
2599         * src/procmime.c
2600                 Fix bug #998 (last attachment is not accessible)
2601                 Bad RFC interpretation on multipart close-delimiters
2602         * src/mimeview.c
2603         * src/mimeview.h
2604         * src/gtk/gtkvscrollbutton.c
2605         * src/gtk/gtkvscrollbutton.h
2606                 Make attachments list wheel-scrollable
2607
2608 2006-08-07 [colin]      2.4.0cvs32
2609
2610         * src/gtk/gtkaspell.c
2611                 Fix bug #973 (Unicode punctation characters 
2612                 are not recognized as separators by the
2613                 spell checker); fix unsigned stuff
2614
2615 2006-08-07 [colin]      2.4.0cvs31
2616
2617         * src/compose.c
2618                 Fix bug #956 (DnD text with accents in compose 
2619                 text entry); fix gccc's signed/unsigned fuss
2620
2621 2006-08-06 [colin]      2.4.0cvs30
2622
2623         * src/main.c
2624                 Fix bug #979 (Plugin crashes when exiting 
2625                 sylpheed-claws) : handle exit request only 
2626                 once
2627
2628 2006-08-05 [colin]      2.4.0cvs29
2629
2630         * src/news.c
2631                 Just make sure we have a msgid.
2632
2633 2006-08-05 [colin]      2.4.0cvs28
2634
2635         * src/news.c
2636         * src/summaryview.c
2637                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2638                 by reimplementing it
2639         * src/textview.c
2640                 Fix bug when hiding quotes with level > 3 and quote
2641                 colors are recycled
2642
2643 2006-08-04 [colin]      2.4.0cvs27
2644
2645         * src/compose.c
2646         * src/undo.c
2647         * src/undo.h
2648                 Fix a bit replace-by-pasting undo
2649         * src/mainwindow.c
2650         * src/messageview.c
2651                 Fix Fold quotes menu synchro in
2652                 mainwindow when it changes in 
2653                 messageview
2654         * src/textview.c
2655                 Fix right-click on quotes blocks
2656         * src/common/utils.c
2657                 Verify that the file created by
2658                 my_tmpfile() is writable. Fixes
2659                 bug #988 (very specific filesystem
2660                 issue)
2661         * src/plugins/pgpcore/sgpgme.c
2662                 Fix file descriptor leak
2663         * src/plugins/spamassassin/spamassassin.c
2664                 Warn once if spamd isn't reachable
2665
2666 2006-08-04 [colin]      2.4.0cvs26
2667
2668         * src/toolbar.c
2669                 i18n context patch by Fabien
2670
2671 2006-08-03 [colin]      2.4.0cvs25
2672
2673         * src/mainwindow.c
2674         * src/messageview.c
2675                 Rename "Hide quotes" to "Fold quotes"
2676         * src/textview.c
2677                 Don't use hand cursor on quotes. "all 
2678                 the bonuses of the feature and none of 
2679                 unwelcome side-effects"
2680
2681 2006-08-03 [colin]      2.4.0cvs24
2682
2683         * AUTHORS
2684         * sylpheed-claws.desktop
2685         * src/gtk/authors.h
2686                 Bring the desktop file to XDG compliance
2687                 Patch by Charles A. Edwards
2688
2689 2006-08-03 [colin]      2.4.0cvs23
2690
2691         * src/textview.c
2692                 Fix links offset when they are preceded
2693                 by accentued chars (g_utf8_strlen!)
2694         * src/mainwindow.c
2695                 Fix wrong status when starting offline
2696
2697
2698 2006-08-03 [wwp]        2.4.0cvs22
2699
2700         * src/prefs_common.h
2701                 ask what to do w/ filtering rules that belong to an account when
2702                 applying filtering rules manually from the main window (skip,
2703                 apply regardless of the account, use current account). This dialog
2704                 can be skipped and the last reply used.
2705                 (forgot that file)
2706
2707 2006-08-03 [wwp]        2.4.0cvs21
2708
2709         * src/filtering.c
2710         * src/filtering.h
2711         * src/prefs_common.c
2712         * src/summaryview.c
2713         * src/alertpanel.c
2714         * src/alertpanel.h
2715         * src/messageview.c
2716                 ask what to do w/ filtering rules that belong to an account when
2717                 applying filtering rules manually from the main window (skip,
2718                 apply regardless of the account, use current account). This dialog
2719                 can be skipped and the last reply used.
2720
2721
2722 2006-08-03 [colin]      2.4.0cvs20
2723
2724         * src/textview.c
2725                 Optimize previous patch
2726
2727 2006-08-03 [cleroy]     2.4.0cvs19
2728
2729         * src/textview.c
2730                 Fix quotes getting toggled back when the
2731                 mail has an even number of text parts
2732
2733 2006-08-02 [colin]      2.4.0cvs18
2734
2735         * src/messageview.c
2736                 Add Hide quotes menu
2737
2738 2006-08-02 [colin]      2.4.0cvs17
2739
2740         * src/mainwindow.c
2741         * src/prefs_common.c
2742         * src/textview.c
2743         * src/textview.h
2744         * src/gtk/about.c
2745                 Allow per-level quote hiding,
2746                 Allow toggling quotes by double-clicking them
2747                 Rename RemoteURI to ClickableText to reflect
2748                 the fact it's used for a variety of things
2749
2750 2006-08-02 [wwp]        2.4.0cvs16
2751
2752         * src/mainwindow.c
2753                 fix "View/Hide quotes" menu item status initialization.
2754
2755 2006-08-02 [wwp]        2.4.0cvs15
2756
2757         * src/matcher_parser_parse.y
2758                 remove a debug trace.
2759
2760 2006-08-02 [paul]       2.4.0cvs14
2761
2762         * src/plugins/pgpcore/passphrase.c
2763                 don't set initial dialog size
2764                 make it resizable
2765
2766 2006-08-02 [paul]       2.4.0cvs13
2767
2768         * src/noticeview.c
2769                 remove the rogue '/' character
2770
2771 2006-08-02 [paul]       2.4.0cvs12
2772
2773         * src/noticeview.c
2774                 allow buttons to resize as necessary
2775
2776 2006-08-01 [wwp]        2.4.0cvs11
2777
2778         * src/mbox.c
2779                 fix strict ISO C90 compliance.
2780
2781 2006-08-01 [wwp]        2.4.0cvs10
2782
2783         * tools/update-po
2784                 updated update-po tool to work w/ context-dependent translations.
2785                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2786
2787 2006-08-01 [wwp]        2.4.0cvs9
2788
2789         * src/matcher.c
2790         * src/prefs_filtering.c
2791         * src/prefs_matcher.c
2792                 allow context-dependent translations for "All",
2793                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2794
2795 2006-07-31 [colin]      2.4.0cvs8
2796
2797         * AUTHORS
2798         * src/gtk/authors.h
2799                 Add Rafal to authors
2800
2801 2006-07-31 [colin]      2.4.0cvs7
2802
2803         * src/compose.c
2804         * src/mainwindow.c
2805         * src/messageview.h
2806         * src/prefs_common.c
2807         * src/prefs_common.h
2808         * src/textview.c
2809                 Add 'View/Hide quotes'. Patch based on a patch
2810                 by Rafal Weglarz
2811
2812 2006-07-31 [colin]      2.4.0cvs6
2813
2814         * src/action.c
2815                 Fix problem with "> stuff >" actions
2816
2817 2006-07-31 [paul]       2.4.0cvs5
2818
2819         * po/nb.po
2820                 updated by Geir Helland
2821
2822 2006-07-31 [wwp]        2.4.0cvs4
2823
2824         * src/mainwindow.c
2825         * src/summaryview.c
2826         * src/summaryview.h
2827                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2828                 thanks to Colin.
2829
2830 2006-07-31 [wwp]        2.4.0cvs3
2831
2832         * src/Makefile.am
2833         * src/addr_compl.c
2834         * src/addr_compl.h
2835         * src/addressbook.c
2836         * src/addressbook.h
2837         * src/addressbook_foldersel.c
2838         * src/addressbook_foldersel.h
2839         * src/addrindex.c
2840         * src/addrindex.h
2841         * src/matcher.c
2842         * src/matcher.h
2843         * src/matcher_parser_lex.l
2844         * src/matcher_parser_parse.y
2845         * src/prefs_common.c
2846         * src/prefs_common.h
2847         * src/prefs_filtering.c
2848         * src/prefs_matcher.c
2849         * src/prefs_matcher.h
2850         * src/summaryview.c
2851                 introduce filtering against the address book. It's now possible to add
2852                 matched conditions to determine if any email address in a message matches
2853                 or doesn't match any or all books or folders in the address book.
2854
2855 2006-07-31 [wwp]        2.4.0cvs2
2856
2857         * src/account.c
2858         * src/filtering.c
2859         * src/filtering.h
2860         * src/folder.c
2861         * src/folderview.c
2862         * src/inc.c
2863         * src/mainwindow.c
2864         * src/matcher.c
2865         * src/matcher_parser_lex.l
2866         * src/matcher_parser_parse.y
2867         * src/mbox.c
2868         * src/prefs_filtering.c
2869         * src/prefs_filtering.h
2870         * src/procmsg.c
2871         * src/procmsg.h
2872         * src/summaryview.c
2873                 introduce per-account filtering rules. Each filtering rule can now be assigned
2874                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2875                 when applying filtering rules manually, as all rules will apply - even the ones
2876                 assigned to an account. This issue will be addressed soon.
2877  
2878
2879
2880 2006-07-31 [wwp]        2.4.0cvs1
2881
2882         * src/quote_fmt.c
2883                 make more strings translatable.
2884
2885 2006-07-31 [paul]       2.4.0
2886
2887         2.4.0 released
2888
2889 2006-07-31 [paul]       2.3.1cvs91
2890
2891         * po/ca.po
2892                 updated by Miquel Oliete
2893
2894 2006-07-31 [paul]       2.3.1cvs90
2895
2896         * po/de.po
2897         * po/el.po
2898         * po/fr.po
2899         * po/it.po
2900         * po/pl.po
2901         * po/pt_BR.po
2902         * po/sr.po
2903         * po/zh_CN.po
2904                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2905                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2906                 Aleksandar Urosevic, and Ralgh Young
2907
2908 2006-07-31 [paul]       2.3.1cvs89
2909
2910         * src/account.c
2911         * src/main.c
2912         * src/mainwindow.c
2913         * src/mainwindow.h
2914                 Fix a race condition when, after an SC crash, rescanning
2915                 folders took more than 0.5 seconds
2916                 Thanks to Colin
2917
2918 2006-07-31 [paul]       2.3.1cvs88
2919
2920         * src/folderview.c
2921                 don't translate separator strings
2922
2923 2006-07-30 [mones]      2.3.1cvs87
2924
2925         * doc/man/sylpheed-claws.1
2926                 Fixed non-ASCII chars in Hoa's name
2927         * po/es.po
2928                 Updated for release
2929
2930 2006-07-27 [colin]      2.3.1cvs86
2931
2932         * src/textview.c
2933                 Don't include the leading \n in links
2934                 Patch by Fabien
2935
2936 2006-07-25 [colin]      2.3.1cvs85
2937
2938         * src/mainwindow.c
2939         * src/common/socket.h
2940         * src/etpan/imap-thread.c
2941                 Refresh resolvers before connecting
2942                 to IMAP servers, and after switching
2943                 to online. Thanks to Paul.
2944
2945 2006-07-18 [colin]
2946
2947         * 2.4.0-rc4 released
2948
2949 2006-07-17 [colin]      2.3.1cvs84
2950
2951         * src/inc.c
2952                 Show connection attempt in statusbar before
2953                 connecting (previously first message was
2954                 "Retrieving messages from ..." after the
2955                 connection succeeded.
2956
2957 2006-07-16 [wwp]        2.3.1cvs83
2958
2959         * sylpheed-claws.ico
2960                 Added .ico file (windows multi-size icon file, generated).
2961
2962 2006-07-12 [wwp]        2.3.1cvs82
2963
2964         * src/messageview.c
2965                 remove Message/Re-edit menu entry from messageview window,
2966                 as sent/draft/queued messages are opened in compose window when
2967                 re-edited and it's not possible to re-edit other msgs.
2968
2969 2006-07-12 [paul]       2.3.1cvs81
2970
2971         * AUTHORS
2972         * src/mainwindow.c
2973         * src/gtk/authors.h
2974                 check online state before resetting
2975                 mailcheck timer. Useful if some program
2976                 verifies connection state and updates
2977                 Claws.
2978                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2979
2980 2006-07-12 [paul]       2.3.1cvs80
2981
2982         * sylpheed-claws-128x128.png
2983         * sylpheed-claws-64x64.png
2984         * sylpheed-claws.png
2985         * src/Makefile.am
2986         * src/main.c
2987         * src/prefs_toolbar.c
2988         * src/stock_pixmap.c
2989         * src/stock_pixmap.h
2990         * src/wizard.c
2991         * src/gtk/about.c
2992         * src/gtk/gtkutils.c
2993         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2994         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2995         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2996         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2997         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2998         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2999                 updated and renamed logo/icon files and related
3000                 logo by Jesper Schultz
3001
3002 2006-07-11 [paul]       2.3.1cvs79
3003
3004         * src/main.c
3005                 fix the labels a smidgin
3006
3007 2006-07-09 [colin]      2.3.1cvs78
3008
3009         * src/textview.c
3010                 Show errors in textviewer's command
3011                 Patch by H. Merijn Brand
3012
3013 2006-07-09 [colin]      2.3.1cvs77
3014
3015         * src/compose.c
3016                 Save FMID in drafts too
3017
3018 2006-07-08 [colin]      2.3.1cvs76
3019
3020         * src/compose.c
3021                 Svae RMID in drafted mails too
3022                 Save quote_fmt vars for whole mails,
3023                 don't reset at each quote_fmt_init:
3024                 allows to use the same |i{var} in
3025                 various template fields
3026         * src/prefs_template.c
3027         * src/quote_fmt.h
3028         * src/quote_fmt_parse.y
3029                 Same
3030
3031 2006-07-08 [colin]      2.3.1cvs75
3032
3033         * src/textview.c
3034                 Fix highlighting of attached parts URIs
3035
3036 2006-07-08 [colin]      2.3.1cvs74
3037
3038         * src/main.c
3039                 Prevent bug #981 (sc 2.3.1 segfaults with 
3040                 gtk+ 2.10) from being reported again:
3041                 if Sylpheed-Claws has been compiled against
3042                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
3043                 of if Sylpheed-Claws has been compiled against
3044                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
3045                 error out.
3046
3047 2006-07-07 [colin]      2.3.1cvs73
3048
3049         * src/prefs_actions.c
3050                 Fix label
3051
3052 2006-07-07 [colin]      2.3.1cvs72
3053
3054         * src/prefs_actions.c
3055                 Fix compile on gtk < 2.8. argh :)
3056
3057 2006-07-07 [paul]       2.3.1cvs71
3058
3059         * src/common/defs.h
3060                 update DONATE_URI
3061
3062 2006-07-07 [colin]      2.3.1cvs70
3063
3064         * po/POTFILES.in
3065         * src/quote_fmt.c
3066         * src/quote_fmt_lex.l
3067         * src/quote_fmt_parse.y
3068                 Add |i{var}, a way to insert user-entered
3069                 text in a template
3070
3071 2006-07-07 [colin]
3072
3073         * 2.4.0-rc3 released
3074
3075 2006-07-07 [colin]      2.3.1cvs69
3076
3077         * src/folder.c
3078                 Don't consider inboxes of UNKNOWN folder 
3079                 classes to be useable as default inboxes
3080
3081 2006-07-07 [paul]       2.3.1cvs68
3082
3083         * src/textview.c
3084                 add missing #include <errno.h>
3085                 Thanks to René J. Blokland
3086
3087 2006-07-07 [paul]       2.3.1cvs67
3088
3089         * src/action.c
3090                 Return now Closes dialog
3091         * src/mimeview.c
3092         * src/mimeview.h
3093         * src/textview.c
3094                 add contextual menu to mime parts listed
3095                 in the textview
3096                 Thanks to Colin
3097         * src/common/utils.c
3098                 reversal: ' is a valid character in URLs
3099
3100 2006-07-06 [colin]      2.3.1cvs66
3101
3102         * src/remotefolder.h
3103                 Forgotten in previous commit
3104
3105 2006-07-06 [colin]      2.3.1cvs65
3106
3107         * src/folder.c
3108                 Set summary update flag whenever
3109                 totals changed
3110         * src/imap.c
3111         * src/prefs_account.c
3112         * src/common/utils.h
3113         * src/etpan/imap-thread.c
3114                 Fix warnings, thanks to Fabien and
3115                 Ricardo
3116
3117 2006-07-06 [wwp]        2.3.1cvs64
3118
3119         * src/gtk/gtkutils.c
3120                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
3121
3122 2006-07-06 [wwp]        2.3.1cvs63
3123
3124         * src/account.c
3125         * src/addressbook.c
3126         * src/addressitem.h
3127         * src/folderview.c
3128         * src/mainwindow.c
3129         * src/manual.c
3130         * src/manual.h
3131         * src/message_search.c
3132         * src/prefs_actions.c
3133         * src/prefs_filtering.c
3134         * src/prefs_filtering.h
3135         * src/prefs_template.c
3136         * src/summary_search.c
3137         * src/summaryview.c
3138         * src/gtk/gtkutils.c
3139         * src/gtk/gtkutils.h
3140         * src/gtk/pluginwindow.c
3141                 add help buttons to some dialogs. Clicking such buttons opens a
3142                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
3143
3144 2006-07-06 [paul]       2.3.1cvs62
3145
3146         * src/textview.c
3147                 fix attachments contextual menu
3148                 Thanks to Colin
3149
3150 2006-07-05 [colin]      2.3.1cvs61
3151
3152         * src/textview.c
3153         * src/compose.c
3154                 Handle sftp:// links
3155
3156 2006-07-05 [paul]       2.3.1cvs60
3157
3158         * src/gtk/filesel.c
3159                 grab save button by default
3160                 Thanks to Colin
3161
3162 2006-07-05 [wwp]        2.3.1cvs59
3163
3164         * manual/xml2pdf
3165                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
3166
3167 2006-07-04 [colin]      2.3.1cvs58
3168
3169         * src/mimeview.c
3170         * src/textview.c
3171                 Use left click to select, middle click to open
3172                 on mimeparts links
3173         * src/common/utils.c
3174                 Fix segfault
3175
3176 2006-07-04 [colin]      2.3.1cvs57
3177
3178         * src/mainwindow.c
3179         * src/news.c
3180                 Warning fixes, thanks to Fabien
3181
3182 2006-07-04 [colin]      2.3.1cvs56
3183
3184         * src/mimeview.c
3185         * src/mimeview.h
3186         * src/textview.c
3187                 Allow parts to be selected via their text label
3188                 in textview
3189
3190 2006-07-04 [colin]      2.3.1cvs55
3191
3192         * src/folderview.c
3193                 Feedback when closing (for big folders)
3194         * src/prefs_actions.c
3195         * src/prefs_filtering.c
3196         * src/prefs_matcher.c
3197         * src/prefs_template.c
3198                 Fix default button when closing without
3199                 having saved
3200
3201 2006-07-04 [colin]      2.3.1cvs54
3202
3203         * src/news.c
3204                 Delete local file on deletion
3205
3206 2006-07-03 [colin]      2.3.1cvs53
3207
3208         * src/folderview.c
3209         * src/main.c
3210                 Don't freeze when rescanning after crash
3211
3212 2006-07-03 [wwp]        2.3.1cvs52
3213
3214         * src/compose.c
3215         * src/privacy.c
3216         * src/privacy.h
3217         * src/plugins/pgpinline/pgpinline.c
3218         * src/plugins/pgpmime/pgpmime.c
3219                 don't report an error when the user cancels the passphrase dialog.
3220
3221 2006-07-02 [colin]      2.3.1cvs51
3222
3223         * src/folderview.c
3224                 Open message when crossing folders with Space,
3225                 goto next unread and friends
3226
3227 2006-07-01 [colin]      2.3.1cvs50
3228
3229         * src/prefs_account.c
3230                 Typographic rules varying from language
3231                 to language (in french "Protocole :"),
3232                 we have to do that :)
3233
3234 2006-07-01 [ticho]      2.3.1cvs49
3235
3236         * src/prefs_account.c
3237                 Only use one temporary gchar* variable in
3238                 prefs_account_protocol_set_optmenu().
3239
3240 2006-07-01 [ticho]      2.3.1cvs48
3241
3242         * src/prefs_account.c
3243         * src/prefs_account.h
3244                 Use GtkLabel for existing account protocol name.
3245                 Created an array for protocol names and populate the
3246                 combobox from it in a for() cycle.
3247
3248 2006-06-30 [colin]      2.3.1cvs47
3249
3250         * src/compose.c
3251                 Block undo when changing signature (by changing
3252                 account)
3253
3254 2006-06-30 [paul]       2.3.1cvs46
3255
3256         * src/send_message.c
3257                 when editing From in the Compose window, use that address
3258                 in the Return-Path: header
3259                 Thanks to Colin
3260
3261 2006-06-30 [colin]      2.3.1cvs45
3262
3263         * src/compose.c
3264                 Fix signature replacement:
3265                 - when no newline before separator
3266                 - when reediting
3267
3268 2006-06-29 [colin]      2.3.1cvs44
3269
3270         * src/folderview.c
3271         * src/folderview.h
3272         * src/mainwindow.c
3273         * src/summaryview.c
3274                 Let 'View/Go to/Next marked' work like
3275                 Next new & Next unread: across folders
3276                 Change the select_on_entry pref to do
3277                 what we want when changing folder
3278         * src/common/utils.c
3279                 Fix single-quoted links 
3280
3281 2006-06-29 [colin]      2.3.1cvs43
3282
3283         * src/gtk/gtkaspell.c
3284                 "Sylpheed" and "Sylpheed-Claws" do exist !
3285
3286 2006-06-29 [colin]      2.3.1cvs42
3287
3288         * src/imap.c
3289                 Forgot to remove debug
3290
3291 2006-06-29 [colin]      2.3.1cvs41
3292
3293         * src/imap.c
3294         * src/imap.h
3295         * src/mainwindow.c
3296                 Disconnect from IMAP servers when going
3297                 offline. Fixes bug #978 (going to offline-mode 
3298                 won't close connections)
3299
3300 2006-06-29 [colin]      2.3.1cvs40
3301
3302         * src/main.c
3303                 Fix transient setting on failing plugins
3304                 Patch by Fabien
3305         * src/plugins/pgpcore/sgpgme.c
3306                 Only warn for OpenPGP. Most people don't
3307                 have CMS available.
3308
3309 2006-06-29 [colin]      2.3.1cvs39
3310
3311         * src/compose.c
3312                 Fix Spelling menu (discrepancy between context menu
3313                 and top menu when folder's dictionary isn't the 
3314                 default one)
3315         * src/plugins/pgpcore/sgpgme.c
3316                 More error reporting about why gpgme can fail
3317
3318 2006-06-29 [wwp]        2.3.1cvs38
3319
3320         * src/mainwindow.c
3321                 honor the display-header-pane setting even when the message view
3322                 is a separate window.
3323
3324 2006-06-29 [wwp]        2.3.1cvs37
3325
3326         * src/prefs_actions.c
3327                 forgot to commit that one (use of GTK_STOCK_INFO).
3328
3329 2006-06-29 [colin]      2.3.1cvs36
3330
3331         * src/imap.c
3332                 Better handling of login errors (ask the password
3333                 again once), alert in case of error. Fix three
3334                 signedness warnings.
3335
3336 2006-06-28 [wwp]        2.3.1cvs35
3337
3338         * src/prefs_template.c
3339         * src/prefs_matcher.c
3340         * src/prefs_filtering_action.c
3341         * src/prefs_quote.c
3342                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3343                 patch by Fabien Vantard, slightly modified.
3344
3345 2006-06-28 [paul]
3346
3347         2.4.0-rc2 released
3348
3349 2006-06-28 [colin]      2.3.1cvs34
3350
3351         * src/prefs_account.c
3352                 Fix bug #977 (Can't add or edit imap accounts)
3353
3354 2006-06-28 [colin]      2.3.1cvs33
3355
3356         * src/mimeview.c
3357                 Fix previous
3358
3359 2006-06-28 [colin]      2.3.1cvs32
3360
3361         * src/mimeview.c
3362                 Save named inlined attachments with "Save all"
3363         * src/main.c
3364         * src/mbox.c
3365         * src/common/plugin.c
3366         * src/common/plugin.h
3367         * src/common/sylpheed.c
3368         * src/common/utils.c
3369         * src/plugins/pgpcore/sylpheed.def
3370         * src/plugins/pgpinline/sylpheed.def
3371         * src/plugins/pgpmime/sylpheed.def
3372                 Win32 compatibility patch, by
3373                 Werner Koch
3374
3375 2006-06-28 [wwp]        2.3.1cvs31
3376
3377         * src/imap.c
3378         * src/prefs_folder_item.c
3379                 less compilation warnings (thanks to Fabien Vantard), less typos.
3380
3381 2006-06-28 [paul]       2.3.1cvs30
3382
3383         * src/gtk/gtkutils.c
3384                 gtk_combo_box_set_focus_on_click() is only
3385                 available since gtk 2.6.0
3386
3387 2006-06-28 [paul]       2.3.1cvs29
3388
3389         * src/prefs_ext_prog.c
3390                 fix engrish and add a tooltip for the
3391                 'command for 'Display as text' option
3392
3393 2006-06-28 [paul]
3394
3395         2.4.0-rc1 released
3396
3397 2006-06-28 [paul]       2.3.1cvs28
3398
3399         * ChangeLog
3400         * tools/Makefile.am
3401                 include textviewer.pl in releases
3402
3403 2006-06-28 [paul]       2.3.1cvs27
3404
3405         * src/prefs_ext_prog.c
3406                 hide Print command option if libgnomeprint
3407                 support is present
3408
3409 2006-06-27 [colin]      2.3.1cvs26
3410
3411         * src/compose.c
3412                 Fix Esc handling in insert/attach dialog
3413                 Don't show this dialog if dragging something
3414                 else than text/uri-list
3415                 Thanks to Fabien Vantard
3416         * tools/textviewer.pl
3417                 Filter script to display stuff as text
3418                 by H. Merijn Brand
3419
3420 2006-06-27 [wwp]        2.3.1cvs25
3421
3422         * src/messageview.c
3423                 use the exact product name (message view title), patch
3424                 by Fabien Vantard.
3425
3426 2006-06-27 [ticho]      2.3.1cvs24
3427
3428         * src/prefs_account.c
3429         * src/prefs_common.c
3430         * src/prefs_common.h
3431         * src/prefs_ext_prog.c
3432         * src/textview.c
3433                 Add a preference (Preferences/External programs)
3434                 to allow "Display as text" to be done via a script
3435                 (patch by H.Merijn Brand).
3436                 Use GtkComboBox for protocol selection in account
3437                 preferences.
3438                 Only include current choice for existing accounts, and
3439                 insensitivize the combobox.
3440
3441 2006-06-27 [paul]       2.3.1cvs23
3442
3443         * src/mbox.c
3444                 fix crasher introduced in cvs21.
3445                 Thanks to Colin
3446
3447 2006-06-26 [colin]      2.3.1cvs22
3448
3449         * src/mbox.c
3450                 Fix double-frees when leaving folders
3451                 after exporting to mbox
3452
3453 2006-06-26 [colin]      2.3.1cvs21
3454
3455         * src/mbox.c
3456                 More feedback (and optimisation)
3457                 on import/export
3458         * src/common/utils.c
3459                 Fix case when looking for mail addresses
3460         * src/gtk/gtkutils.c
3461                 Extra check for (X-)Face
3462
3463 2006-06-25 [ticho]      2.3.1cvs20
3464
3465         * src/compose.c
3466         * src/exphtmldlg.c
3467         * src/gtk/gtkutils.c
3468         * src/gtk/gtkutils.h
3469                 Added second argument to gtkut_sc_combobox_create() to
3470                 control focus-on-click for the widget.
3471                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3472
3473 2006-06-25 [ticho]      2.3.1cvs19
3474
3475         * src/compose.c
3476         * src/gtk/Makefile.am
3477         * src/gtk/combobox.c
3478         * src/gtk/combobox.h
3479         * src/gtk/gtkutils.c
3480         * src/gtk/gtkutils.h
3481                 Use GtkComboBox instead of deprecated GtkOptionMenu
3482                 for account selector in compose window and for encoding
3483                 selector in attachment properties.
3484                 Also factorise working with the new GtkComboBox somewhat.
3485
3486 2006-06-24 [paul]       2.3.1cvs18
3487
3488         * src/prefs_common.c
3489                 use the correct default value
3490
3491 2006-06-24 [paul]       2.3.1cvs17
3492
3493         * src/compose.c
3494         * src/prefs_common.c
3495         * src/prefs_common.h
3496         * src/prefs_compose_writing.c
3497                 enable setting of default action when
3498                 dnd'ing files in the compose window.
3499                 (Collaborative effort with wwp)
3500
3501 2006-06-23 [wwp]        2.3.1cvs16
3502
3503         * src/compose.c
3504                 i18n fix (thanks to Fabien Vantard)
3505
3506 2006-06-22 [colin]      2.3.1cvs15
3507
3508         * src/prefs_customheader.c
3509                 Don't use filters in custom headers' file 
3510                 selector. Remember, extensions mean nothing :)
3511
3512 2006-06-22 [paul]       2.3.1cvs14
3513
3514         * configure.ac
3515                 allow setting of man directory location
3516
3517 2006-06-22 [colin]      2.3.1cvs13
3518
3519         * src/mainwindow.c
3520                 Add 'View/Go to/Next unread folder'.
3521                 I missed that :)
3522
3523 2006-06-22 [colin]      2.3.1cvs12
3524
3525         * src/common/utils.c
3526                 Add some subject prefixes
3527                 Patch by Bjorn T Johansen <btj@havleik.no>
3528
3529 2006-06-22 [colin]      2.3.1cvs11
3530
3531         * manual/advanced.xml
3532                 Forgotten hidden pref
3533
3534 2006-06-21 [paul]       2.3.1cvs10
3535
3536         * src/prefs_account.c
3537                 complete the removal of 'Add date header' option
3538
3539 2006-06-21 [paul]       2.3.1cvs9
3540
3541         * src/account.c
3542         * src/compose.c
3543         * src/prefs_account.c
3544         * src/prefs_account.h
3545                 remove option to add date header - always
3546                 add date header
3547         * src/etpan/imap-thread.c
3548                 fix warnings (Thanks to Colin)
3549
3550 2006-06-21 [wwp]        2.3.1cvs8
3551
3552         * src/folder.c
3553                 set the attachment flag when inline text part are (file)named. This is more convenient
3554                 when receiving (for instance) inline source files or patches sent using thunderbird.
3555
3556 2006-06-21 [paul]       2.3.1cvs7
3557
3558         * src/inc.c
3559                 fix off-by-one count of current msg in
3560                 statusbar filtering progressbar
3561
3562 2006-06-21 [paul]       2.3.1cvs6
3563
3564         * src/folder.c
3565                 Show attachment icon even if the part is 'inline'
3566                 if the following conditions are met:
3567                 - content-type != 'text/plain'
3568                 - content-type != '*/pgp-signature'
3569                 - either 'name' or 'filename' parameter is not NULL
3570                 
3571                 Thanks to Colin
3572
3573 2006-06-21 [paul]       2.3.1cvs5
3574
3575         * src/messageview.c
3576         * src/prefs_common.c
3577         * src/prefs_common.h
3578         * src/prefs_other.c
3579                 add an option to 'Never send Return
3580                 Receipts'
3581                 Thanks to Colin
3582
3583 2006-06-20 [mones]      2.3.1cvs4
3584
3585         * po/es.po
3586                 updated
3587         * src/compose.c
3588                 typo fixed (space after comma)
3589         * tools/make.themes.project
3590                 remove exec mode from tarball files
3591
3592 2006-06-20 [colin]      2.3.1cvs3
3593
3594         * src/news.c
3595         * src/procheader.c
3596         * src/unmime.c
3597                 Better fix for \n's in headers (don't 
3598                 break Received: and others)
3599
3600 2006-06-20 [paul]       2.3.1cvs2
3601
3602         * src/alertpanel.c
3603         * src/textview.c
3604                 improve legibility of phishing attempt
3605                 dialog
3606
3607 2006-06-20 [paul]       2.3.1cvs1
3608
3609         * NEWS
3610         * README
3611         * configure.ac
3612                 Update version number following
3613                 stable release
3614
3615 2006-06-20 [colin]      2.3.0cvs26
3616
3617         * src/compose.c
3618                 When dragging a file to the text of the compose
3619                 window, ask whether we want to insert or attach
3620                 (I know lots of people who do that to attach)
3621
3622 2006-06-20 [colin]      2.3.0cvs25
3623
3624         * src/etpan/imap-thread.c
3625                 Fix threshold (the append command is often > 32 bytes)
3626
3627 2006-06-19 [colin]      2.3.0cvs24
3628
3629         * src/imap.c
3630         * src/etpan/imap-thread.c
3631                 Workaround Rockliffe IMAP server bug: replace
3632                 "x UID SEARCH (ANSWERED UID 1:*)" with
3633                 "x UID SEARCH ANSWERED"
3634                 (Rockliffe doesn't handle the parenthesis)
3635
3636 2006-06-19 [colin]      2.3.0cvs23
3637
3638         * src/compose.c
3639         * src/imap.c
3640         * src/etpan/imap-thread.c
3641                 Probably fix bug #972 (Freezes when adding 
3642                 an attachment to the message)
3643         * src/common/defs.h
3644                 Modernize Firefox cmd
3645
3646
3647 2006-06-18 [colin]      2.3.0cvs22
3648
3649         * src/prefs_customheader.c
3650                 Only allow correct filenames for various
3651                 custom headers
3652
3653 2006-06-18 [colin]      2.3.0cvs21
3654
3655         * src/prefs_customheader.c
3656                 Add a 'From File...' button in custom headers prefs, which
3657                 try to do the right thing: 
3658                 for normal headers, use file as plaintext,
3659                 for X-Face, calls compface,
3660                 for Face, encode to b64.
3661
3662 2006-06-17 [colin]      2.3.0cvs20
3663
3664         * src/mh.c
3665                 Warning fix
3666
3667 2006-06-16 [colin]      2.3.0cvs19
3668
3669         * src/summaryview.c
3670                 Recursive quicksearch: show message list
3671                 in current folder, *then* search children
3672                 in the background.
3673
3674 2006-06-16 [colin]      2.3.0cvs18
3675
3676         * src/main.c
3677                 Instead of ignoring SIGPIPE, save caches
3678                 when getting one. Will fix the fact that
3679                 hot caches are out-of-date when logging 
3680                 out of Xorg.
3681         * src/compose.c
3682         * src/prefs_compose_writing.c
3683                 Only save text (not attachments) when 
3684                 auto-saving to drafts
3685         * src/unmime.c
3686                 Always replace \n, \r and \t with spaces
3687                 in headers
3688         * manual/dist/html/Makefile.am
3689         * manual/dist/pdf/Makefile.am
3690         * manual/dist/ps/Makefile.am
3691         * manual/dist/txt/Makefile.am
3692         * manual/fr/dist/html/Makefile.am
3693         * manual/fr/dist/pdf/Makefile.am
3694         * manual/fr/dist/ps/Makefile.am
3695         * manual/fr/dist/txt/Makefile.am
3696         * manual/pl/dist/html/Makefile.am
3697         * manual/pl/dist/pdf/Makefile.am
3698         * manual/pl/dist/ps/Makefile.am
3699         * manual/pl/dist/txt/Makefile.am
3700                 Fix make clean removing pregenerated manuals
3701
3702
3703 2006-06-16 [colin]      2.3.0cvs17
3704
3705         * src/plugins/pgpcore/sgpgme.c
3706         * src/plugins/pgpmime/pgpmime.c
3707         * src/plugins/pgpinline/pgpinline.c
3708                 Better error reporting in setup_signers.
3709                 Don't fallback to default key if specified
3710                 key isn't found.
3711                 Don't allow signing if more than one secret
3712                 key matches the one specified in prefs.
3713
3714 2006-06-15 [colin]      2.3.0cvs16
3715
3716         * src/folderview.c
3717                 Add "Send queue" in the folder's contextual
3718                 menu
3719         * src/compose.c
3720         * src/messageview.c
3721         * src/privacy.c
3722         * src/privacy.h
3723         * src/procmime.c
3724         * src/procmsg.c
3725         * src/plugins/pgpcore/passphrase.c
3726         * src/plugins/pgpcore/sgpgme.c
3727         * src/plugins/pgpinline/pgpinline.c
3728         * src/plugins/pgpmime/pgpmime.c
3729                 Better error reporting
3730         * src/mbox.c
3731                 Probably fix bug #971 (2.2.3 cannot read mail 
3732                 from local mbox)
3733
3734
3735 2006-06-15 [mones]      2.3.0cvs15
3736
3737         * tools/make.themes.project
3738                 creates the themes project from the web page
3739
3740 2006-06-15 [colin]      2.3.0cvs14
3741
3742         * src/folder.c
3743                 Better fix (avoid losing the folder if scan_tree 
3744                 fails)
3745
3746 2006-06-15 [cleroy]     2.3.0cvs13
3747
3748         * src/folder.c
3749                 Probably fix Bug #969 (crash on rebuilding 
3750                 imap folder)
3751
3752 2006-06-14 [colin]      2.3.0cvs12
3753
3754         * manual/dtd/manual.xsl
3755         * manual/sylpheed-claws-manual.xml
3756         * manual/fr/sylpheed-claws-manual.xml
3757         * manual/pl/sylpheed-claws-manual.xml
3758                 Insert pagebreaks between sections
3759
3760 2006-06-14 [paul]       2.3.0cvs11
3761
3762         * configure.ac
3763                 better fix than 2.3.0cvs10
3764
3765 2006-06-14 [paul]       2.3.0cvs10
3766
3767         * configure.ac
3768                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3769                 (backwards compatible)
3770
3771 2006-06-13 [colin]      2.3.0cvs9
3772
3773         * src/messageview.c
3774                 Fix sending of return receipt with the new queue folders
3775
3776 2006-06-13 [wwp]        2.3.0cvs8
3777
3778         * src/quote_fmt_lex.l
3779                 fix wrong tokens returned in quote_fmt lexer, query not().
3780
3781 2006-06-13 [wwp]        2.3.0cvs7
3782
3783         * src/folder.c
3784         * src/prefs_folder_item.c
3785                 allow changing folder type even when folder is not a top-level one,
3786                 thanks to Colin.
3787
3788 2006-06-12 [colin]      2.3.0cvs6
3789
3790         * src/folderview.c
3791                 Fix double-ask of "Do you want to mark all
3792                 as read"
3793
3794 2006-06-12 [colin]      2.3.0cvs5
3795
3796         * src/compose.c
3797         * src/compose.h
3798         * src/folder.c
3799         * src/folder.h
3800         * src/imap.c
3801         * src/inc.c
3802         * src/main.c
3803         * src/messageview.c
3804         * src/mh.c
3805         * src/prefs_folder_item.c
3806         * src/procheader.c
3807         * src/procmime.c
3808         * src/procmsg.c
3809         * src/procmsg.h
3810         * src/send_message.c
3811         * src/summaryview.c
3812         * src/toolbar.c
3813                 Apply bug #964's patch (Queue and drafts aren't normal)
3814                 The Drafts and Queue folder now contain RFC-822 files,
3815                 allowing to move and copy mails from and to these 
3816                 folders. Moving from Drafts to Queue will prepare the
3817                 mail for sending (PGP signature, encryption, etc).
3818                 This patch also rework sending errors handling to try
3819                 to be more helpful.
3820                 Also, allow redefining folder types via the GUI 
3821                 (Folder type in its Properties)
3822
3823 2006-06-12 [colin]      2.3.0cvs4
3824
3825         * src/summaryview.c
3826         * src/prefs_common.c
3827         * src/prefs_common.h
3828         * src/gedit-print.c
3829                 Allow to define a specific print font - patch
3830                 by Bernhard Walle <bernhard.walle@gmx.de>
3831         * src/prefs_fonts.c
3832         * manual/advanced.xml
3833         * manual/fr/advanced.xml
3834                 Add a hidden pref to allow deletion without
3835                 confirmation
3836
3837 2006-06-12 [wwp]        2.3.0cvs3
3838
3839         * .cvsignore
3840                 more files to ignore.
3841
3842 2006-06-12 [wwp]        2.3.0cvs2
3843
3844         * src/quote_fmt.c
3845         * src/quote_fmt_lex.l
3846         * src/quote_fmt_parse.y
3847                 extend the quote_fmt parser (templates and quotes):
3848                 - allow limited sub-expressions in |p{} and |f{} expressions,
3849                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3850                 - implemented/fixed missing implementation of query_references and show_references,
3851                 - completed, fixed contents and format of the symbols help dialog,
3852                 - fix some compilation warnings.
3853
3854 2006-06-12 [wwp]        2.3.0cvs1
3855
3856         * manual/advanced.xml
3857         * manual/fr/advanced.xml
3858                 updates in the "templates" section of the manual (eng/fr):
3859                  - be more precise (both versions)
3860                  - completed to match the english reference (fr version)
3861                  - touchups (both versions)
3862
3863 2006-06-12 [paul]       2.3.0
3864
3865         2.3.0 released
3866
3867 2006-06-12 [paul]       2.2.3cvs14
3868
3869         * po/ca.po
3870         * po/cs.po
3871         * po/de.po
3872         * po/el.po
3873         * po/fr.po
3874         * po/it.po
3875         * po/pt_BR.po
3876         * po/sr.po
3877         * po/zh_CN.po
3878                 updated by Miquel Oliete, Tim, Stephan Sachse,
3879                 Stavros Giannouris, Fabien Vantard, Andrea
3880                 Spadaccini, Frederico Goncalves Guimaraes,
3881                 Aleksandar Urosevic, and Ralgh Young
3882
3883 2006-06-12 [colin]      2.2.3cvs13
3884
3885         * src/mbox.c
3886                 Add missing header
3887
3888 2006-06-11 [colin]      2.2.3cvs12
3889
3890         * src/msgcache.c
3891                 Verify that g_malloc() succeeded
3892
3893 2006-06-11 [colin]      2.2.3cvs11
3894
3895         * src/wizard.c
3896                 Add Face header to welcome mail
3897
3898 2006-06-10 [colin]      2.2.3cvs10
3899
3900         * src/textview.c
3901                 Revert previous (Forgot it changes the
3902                 margin on the whole mail)
3903
3904 2006-06-10 [colin]      2.2.3cvs9
3905
3906         * src/textview.c
3907                 Don't overlap long headers under (X-)Face
3908
3909 2006-06-10 [mones]      2.2.3cvs8
3910
3911         * manual/xml2pdf
3912                 allow generation of manual on systems lacking saxon binary
3913                 but with java and the saxon library installed
3914
3915         * po/es.po
3916                 updated for release
3917
3918 2006-06-09 [colin]      2.2.3cvs7
3919
3920         * src/summaryview.c
3921                 Fix leak when using Display Sender using Addressbook
3922
3923 2006-06-09 [colin]      2.2.3cvs6
3924
3925         * src/compose.c
3926         * src/folder.c
3927         * src/folderview.c
3928         * src/mimeview.c
3929         * src/summaryview.c
3930                 More leaks fixes
3931
3932 2006-06-09 [paul]       2.2.3cvs5
3933
3934         * AUTHORS
3935         * src/gtk/authors.h
3936         * tools/claws.i18n.status.pl
3937                 updated with new info
3938
3939 2006-06-09 [paul]       2.2.3cvs4
3940
3941         * README
3942                 updated
3943         * manual/ack.xml
3944                 add wwp to authors list
3945         * src/gtk/authors.h
3946                 update mine and Colin's addresses
3947
3948 2006-06-08 [colin]      2.2.3cvs3
3949
3950         * src/etpan/imap-thread.c
3951                 Fix leak on SSL cert check
3952
3953 2006-06-08 [colin]      2.2.3cvs2
3954
3955         * src/common/utils.c
3956                 Fix leak
3957
3958 2006-06-08 [paul]       2.2.3cvs1
3959
3960         * configure.ac
3961                 Update version number following
3962                 stable release
3963
3964 2006-06-07 [colin]      2.2.2cvs3
3965
3966         * src/msgcache.c
3967                 Fix catching cache read errors (guint instead of gint)
3968                 Prevent malloc'ing more than 8MB (means cache corruption)
3969
3970 2006-06-07 [paul]       2.2.2cvs2
3971
3972         * src/exporthtml.c
3973         * src/exportldif.c
3974         * src/mh.c
3975         * src/mutt.c
3976         * src/pine.c
3977         * src/common/utils.c
3978                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3979                 obey $HOME'
3980                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3981                 Thanks to Colin
3982
3983 2006-06-06 [paul]       2.2.2cvs1
3984
3985         * configure.ac
3986                 Update version number following
3987                 stable release
3988
3989 2006-06-06 [paul]       2.2.1cvs6
3990
3991         * src/matcher.c
3992                 fix  implicit declaration of
3993                 sylpheed_do_idle()
3994                 Patch by Fabien Vantard
3995
3996 2006-06-06 [paul]       2.2.1cvs5
3997
3998         * src/matcher.c
3999                 fix age_greater and age_lower so that they
4000                 mean what say and not '...or equal to'
4001                 Thanks to Colin
4002
4003 2006-06-06 [paul]       2.2.1cvs4
4004
4005         * src/textview.c
4006         * src/common/utils.c
4007                 fix URI check
4008                 Thanks to Colin
4009
4010 2006-06-05 [wwp]        2.2.1cvs3
4011
4012         * manual/fr/account.xml
4013                 minor language fixes (thanks to Fabien Vantard).
4014
4015 2006-06-05 [colin]      2.2.1cvs2
4016
4017         * src/prefs_folder_item.c
4018         * src/folderview.c
4019                 Allow recursive setting of properties 
4020                 for whole mailboxes
4021         * src/matcher.c
4022                 Don't freeze on 'test' filtering rule
4023
4024 2006-06-05 [colin]      2.2.1cvs1
4025
4026         * configure.ac
4027                 Update version number following
4028                 stable release
4029
4030 2006-06-04 [wwp]        2.2.0cvs82
4031
4032         * manual/glossary.xml
4033         * manual/account.xml
4034         * manual/fr/glossary.xml
4035         * manual/fr/account.xml
4036                 added glossary section and references/links related to the Face custom header.
4037
4038 2006-06-04 [colin]      2.2.0cvs81
4039
4040         * src/summaryview.c
4041                 Skip to next message on move with no
4042                 immediate execution
4043
4044 2006-06-04 [wwp]        2.2.0cvs80
4045
4046         * manual/xml2pdf
4047                 added sanity checks, exit when needed.
4048
4049 2006-06-03 [paul]       2.2.0cvs79
4050
4051         * src/prefs_receive.c
4052                 page name is now 'Receiving'
4053         * src/prefs_send.c
4054                 page name is now 'Sending'
4055
4056 2006-06-03 [colin]      2.2.0cvs78
4057
4058         * src/plugins/spamassassin/spamassassin_gtk.c
4059                 Autoswitch to Localhost if transport was previously
4060                 disabled. Else people had to check [] Enable, then
4061                 *reselect* transport.
4062
4063 2006-06-03 [colin]      2.2.0cvs77
4064
4065         * src/plugins/pgpinline/pgpinline.c
4066         * src/plugins/pgpmime/pgpmime.c
4067                 Check that gpg_data_release_and_get_mem 
4068                 didn't fail (now, why this happens...)
4069
4070 2006-06-03 [colin]      2.2.0cvs76
4071
4072         * src/mbox.c
4073                 Fix bug #962 (Manual and/or UI should 
4074                 warn about incompatible locking 
4075                 causing dataloss)
4076
4077 2006-06-02 [cleroy]     2.2.0cvs75
4078
4079         * src/filtering.c
4080         * src/folder.c
4081         * src/procmsg.c
4082         * src/summaryview.c
4083                 Fix a few leaks
4084
4085 2006-06-02 [colin]      2.2.0cvs74
4086
4087         * src/main.c
4088                 On exit, free caches after writing them
4089                 Shuts up some valgrind false positives
4090         * src/procmsg.c
4091         * src/send_message.c
4092                 Fix races when reusing existing SMTP connections
4093                 Fix inexistant session timeout
4094         * src/toolbar.c
4095                 Display alertpanel after all queues have
4096                 been processed, not after each
4097
4098 2006-06-02 [wwp]        2.2.0cvs73
4099
4100         * manual/fr/glossary.xml
4101         * manual/fr/ack.xml
4102         * manual/ack.xml
4103                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
4104
4105 2006-06-02 [wwp]        2.2.0cvs72
4106
4107         * manual/xml2pdf
4108         * manual/dist/pdf/Makefile.am
4109         * manual/dtd/manual.xsl
4110         * manual/fr/dist/pdf/Makefile.am
4111         * manual/pl/dist/pdf/Makefile.am
4112                 we changed the procedure to generate the .pdf version of the manual.
4113                 The procedure is more modern and the .pdf we get now has a valid index.
4114                 Here are the new pre-requisites:
4115
4116                 - JRE 1.x (1.4 here): there must be one from your distro
4117                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
4118                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
4119                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
4120
4121                 See my posts for further info about the installation of this toolchain:
4122
4123                 Date: Fri, 19 May 2006 19:40:06 +0200
4124                 From: wwp <subscript@free.fr>
4125                 To: sylpheed-claws-devel@lists.sourceforge.net
4126                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
4127
4128                 and
4129
4130                 Date: Wed, 24 May 2006 12:58:49 +0200
4131                 From: wwp <subscript@free.fr>
4132                 To: sylpheed-claws-devel@lists.sourceforge.net
4133                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
4134
4135 2006-06-01 [colin]      2.2.0cvs71
4136
4137         * src/compose.c
4138                 Better guards against IMAP races
4139         * src/main.c
4140         * src/prefs_common.c
4141         * src/prefs_common.h
4142         * src/common/ssl_certificate.c
4143         * src/etpan/imap-thread.c
4144         * src/etpan/imap-thread.h
4145         * src/gtk/sslcertwindow.c
4146                 New hidden option ssl_skip_cert_check to 
4147                 avoid dups of bug #959 (libetpan linked
4148                 against gnutls and gnutls buggy on 64bit)
4149                 Present expired warning only once per
4150                 session/server.
4151         * manual/advanced.xml
4152         * manual/fr/advanced.xml
4153                 Document new option
4154
4155 2006-06-01 [wwp]        2.2.0cvs70
4156
4157         * src/messageview.c
4158                 fix for bug #961 (return receipt dialog 
4159                 complains incorrectly about return-path 
4160                 email adress being different), thanks 
4161                 to Colin.
4162
4163 2006-05-31 [cleroy]     2.2.0cvs69
4164
4165         * src/common/ssl.c
4166                 Guard against NULLs, although this
4167                 should never be an issue
4168
4169 2006-05-31 [colin]      2.2.0cvs68
4170
4171         * src/filtering.c
4172                 Use g_slist_prepend
4173         * src/imap.c
4174                 Don't remove caches when destroying folder, it
4175                 could (should) be done at exit
4176         * src/inc.c
4177                 free processing cache after incorporation
4178         * src/etpan/imap-thread.c
4179                 Maybe fix bug #959 (Crash on moving to emails 
4180                 to a imap account per ssl with a expired 
4181                 certificate.)
4182
4183 2006-05-30 [colin]      2.2.0cvs67
4184
4185         * src/summaryview.c
4186                 Put back event flush when displaying message
4187                 It avoids reading a bunch of messages just
4188                 by hitting shift-n for too long ;)
4189
4190 2006-05-29 [colin]      2.2.0cvs66
4191
4192         * src/summaryview.c
4193                 Remove useless g_warnings
4194
4195 2006-05-29 [colin]      2.2.0cvs65
4196
4197         * src/imap.c
4198                 Fix g_slist_append()s for performance
4199
4200 2006-05-29 [colin]      2.2.0cvs64
4201
4202         * src/compose.c
4203         * src/common/utils.c
4204                 Fix extraneous tab at start of addresses
4205         * src/mainwindow.c
4206                 Fix warnings (thanks to Fabien)
4207                 Fix crash at exit when composing messages 
4208                 exist
4209         * src/pop.c
4210                 Fix progress bar when deleting expired mails
4211                 Thanks to Hiro
4212         * src/summaryview.c
4213         * src/gtk/gtksctree.c
4214                 Fix re-sorting slowness
4215
4216 2006-05-29 [paul]       2.2.0cvs63
4217
4218         * src/mh.c
4219                 fetch full message when moving mails
4220                 from another mailbox, (fixed data loss
4221                 when filtering from IMAP to MH, introduced
4222                 in 2.2.0cvs57).
4223                 Thanks to Colin
4224
4225 2006-05-29 [mones]      2.2.0cvs62
4226
4227         * src/gtk/gtksctree.c
4228                 Unselect faster (patch by Colin)        
4229
4230 2006-05-26 [colin]      2.2.0cvs61
4231
4232         * src/summaryview.c
4233                 Unplug MSGINFO_UPDATE callback on delete too.
4234
4235 2006-05-26 [colin]      2.2.0cvs60
4236
4237         * src/foldersel.c
4238                 Fix bold in folder selection window with glib2.10
4239                 thanks Hiro
4240
4241 2006-05-26 [colin]      2.2.0cvs59
4242
4243         * src/procheader.c
4244                 Convert date only if necessary (and don't
4245                 try to convert from utf8 to utf8, too)
4246         * src/summaryview.c
4247                 Only set column's text if the column's 
4248                 displayed
4249
4250 2006-05-26 [colin]      2.2.0cvs58
4251
4252         * src/summaryview.c
4253         * src/gtk/gtkutils.c
4254                 Fix useless warning
4255
4256 2006-05-26 [colin]      2.2.0cvs57
4257
4258         * src/mainwindow.c
4259                 Make summaryview selectable as long as 
4260                 no message has focus
4261         * src/mh.c
4262                 Faster deletion (by implementing mh_remove_msgs)
4263                 Faster copy (avoid using mh_fetch_msg just to get
4264                 the filename)
4265                 Faster move (using move_file instead of copy_file
4266                 if MSG_IS_MOVE)
4267                 No progressbar if total number of mails to cp/mv 
4268                 is less than 100
4269         * src/summaryview.c
4270                 Fix removal from subject_table when mail gets moved
4271                 Faster deletion (g_slist_prepend instead of append)
4272         * src/gtk/gtksctree.c
4273                 Remove useless code
4274
4275 2006-05-25 [colin]      2.2.0cvs56
4276
4277         * src/common/ssl_certificate.c
4278                 Fix leak in expired cert check
4279
4280 2006-05-25 [colin]      2.2.0cvs55
4281
4282         * src/mh.c
4283                 Disable flags syncing on .mh_sequences - it
4284                 is buggy and marks mails read under unknown
4285                 conditions.
4286
4287 2006-05-25 [paul]
4288
4289         * 2.3.0-rc4 released
4290
4291 2006-05-24 [colin]      2.2.0cvs54
4292
4293         attention cvs users: if you manage to crash
4294         Sylpheed-Claws while moving, copying or deleting
4295         mails, we *are* interested in stack traces and
4296         valgrind logs. It looks stable, but one never
4297         knows...
4298
4299         * src/folder.c
4300                 Add progressbar for cache updates
4301         * src/folderutils.c
4302                 Optimize Mark all read in the current
4303                 folder
4304         * src/mh.c
4305                 Add progressbar for copy/move
4306         * src/procmsg.c
4307                 Optimize O(n^2) in copy/move
4308         * src/summaryview.c
4309         * src/gtk/gtksctree.c
4310                 Optimize O(n^2) algos
4311         * src/common/timing.h
4312                 Display ms instead of us
4313
4314 2006-05-24 [wwp]        2.2.0cvs53
4315
4316         * manual/fr/advanced.xml
4317                 updates to the French manual.
4318
4319 2006-05-24 [wwp]        2.2.0cvs52
4320
4321         * src/common/utils.c
4322                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4323
4324 2006-05-24 [wwp]        2.2.0cvs51
4325
4326         * src/folderutils.c
4327                 fixed "mark all read" in MH folders (thanks to Colin).
4328
4329 2006-05-24 [paul]       2.2.0cvs50
4330
4331         * doc/man/sylpheed-claws.1
4332                 updated the man page
4333
4334 2006-05-23 [colin]      2.2.0cvs49
4335
4336         * src/folderview.c
4337         * src/imap.c
4338         * src/inc.c
4339         * src/mbox.c
4340         * src/messageview.c
4341         * src/news.c
4342         * src/send_message.c
4343         * src/summaryview.c
4344         * src/gtk/sslcertwindow.c
4345                 alertpanel fixes, by Fabien
4346
4347 2006-05-23 [colin]      2.2.0cvs48
4348
4349         * src/folder.c
4350         * src/folderview.c
4351         * src/msgcache.c
4352         * src/summaryview.c
4353         * src/gtk/gtksctree.c
4354         * src/gtk/gtksctree.h
4355                 More timings
4356                 Fix slow loading problem, which was caused by the
4357                 use of some gtk_ctree funcs and their use of
4358                 g_list_position while gtk_ctree_(un)link'ing.
4359                 Reap more functions from gtkctree.c to be sure we
4360                 use our (fast) version instead of theirs.
4361         * src/mh.c
4362                 Fix copy of unread mails
4363
4364
4365 2006-05-22 [wwp]        2.2.0cvs47
4366
4367         * manual/fr/advanced.xml
4368                 updated.
4369
4370 2006-05-22 [colin]      2.2.0cvs46
4371
4372         * src/filtering.c
4373                 Fix possible infinite loop. 'copy' is not a 
4374                 final action, so when encountering a 'copy',
4375                 we have to check if a previous one was set
4376                 and do it. In the same way, if we encounter
4377                 a 'move' we have to perform a possibly 
4378                 pending 'copy'. This will slow down filtering
4379                 on IMAP if move+copy or multiple copy actions
4380                 are to be done, but handling it via the batch
4381                 would be really too convoluted.
4382
4383 2006-05-22 [wwp]        2.2.0cvs45
4384
4385         * manual/fr/advanced.xml
4386         * manual/fr/faq.xml
4387         * manual/fr/glossary.xml
4388         * manual/fr/handling.xml
4389         * manual/fr/intro.xml
4390         * manual/fr/plugins.xml
4391         * manual/fr/sylpheed-claws-manual.xml
4392                 sync w/ the english manual: updates URIs, documented mailing-list
4393                 support, better explanation about the enabled/disabled feature
4394                 in filtering/processing rules by Paul.
4395
4396 2006-05-21 [colin]      2.2.0cvs44
4397
4398         * src/summaryview.c
4399                 Don't expand after building threads, but during
4400
4401 2006-05-21 [colin]      2.2.0cvs43
4402
4403         * src/procmsg.c
4404         * src/summaryview.c
4405                 More timing possibilities... For next time I have 
4406                 to find out how the hell some 3GHz computer takes
4407                 one minute to open a 30k folder...
4408
4409 2006-05-21 [colin]      2.2.0cvs42
4410
4411         * manual/pl/advanced.xml
4412         * manual/pl/faq.xml
4413         * manual/pl/glossary.xml
4414         * manual/pl/handling.xml
4415         * manual/pl/intro.xml
4416         * manual/pl/plugins.xml
4417         * manual/pl/sylpheed-claws-manual.xml
4418                 Polish manual updated by Pawel
4419
4420 2006-05-20 [colin]
4421
4422         * 2.3.0-rc3 released
4423
4424 2006-05-20 [colin]      2.2.0cvs41
4425
4426         * src/imap.c
4427                 Fix -rc2 problems:
4428                 - remove cache of moved messages from original folder
4429                 - apply new flags to messages even if they aren't appliable
4430                   via IMAP.
4431
4432 2006-05-20 [colin]
4433
4434         * 2.3.0-rc2 released
4435
4436 2006-05-19 [colin]      2.2.0cvs40
4437
4438         * src/imap.c
4439                 Don't issue SELECT in imap_change_flags
4440                 before having checked that we indeed have
4441                 some flags to change. MSG_POSTFILTERED for
4442                 example can't be used on IMAP.
4443                 Fixes bug #955 (copying messages between 
4444                 imap folders is extremely slow), which was
4445                 a regression.
4446
4447 2006-05-19 [colin]      2.2.0cvs39
4448
4449         * src/folder.c
4450         * src/folder.h
4451         * src/folderview.c
4452                 Try to fix bug #830 (Some unread messages 
4453                 get marked read in IMAP inbox):
4454                 - Prevent scanning a folder if it's being 
4455                   opened via the GUI
4456                 - Postpone opening via the GUI of a folder
4457                   currently scanned.
4458
4459
4460 2006-05-19 [wwp]        2.2.0cvs38
4461
4462         * manual/advanced.xml
4463                 fix English+typo (thanks to Paul).
4464
4465 2006-05-19 [wwp]        2.2.0cvs37
4466
4467         * manual/advanced.xml
4468         * manual/fr/advanced.xml
4469         * src/gtk/logwindow.c
4470         * src/prefs_common.c
4471         * src/prefs_common.h
4472                 added hidden prefs to allow customization of colors used in
4473                 protocol log window (useful for dark gtk+ themes).
4474
4475 2006-05-19 [wwp]        2.2.0cvs36
4476
4477         * ChangeLog
4478                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4479
4480 2006-05-19 [paul]       2.2.0cvs35
4481
4482         * src/textview.c
4483                 make Reply-To fully clickable
4484         * src/gtk/logwindow.c
4485                 more colouring (SMTP ESMTP)
4486         Both patches by Pawel Pekala
4487
4488 2006-05-19 [cleroy]     2.2.0cvs34
4489
4490         * src/mh.c
4491                 Don't update flags from current folder
4492                 Probably fixes bug #935 (Read Messages 
4493                 Revert to Being Marked as Unread)
4494
4495 2006-05-18 [colin]      2.2.0cvs33
4496
4497         * src/imap.c
4498                 Warning fix
4499         * src/compose.c
4500         * src/mainwindow.c
4501         * src/summaryview.c
4502         * src/toolbar.c
4503                 Allow replying to multiple emails
4504                 in multiple windows
4505         * src/mimeview.c
4506         * src/etpan/imap-thread.c
4507                 Leak fixes
4508
4509 2006-05-18 [paul]       2.2.0cvs32
4510
4511         * src/summaryview.c
4512                 keep Mailing-List menu refreshed
4513                 Thanks to Colin
4514
4515 2006-05-18 [paul]       2.2.0cvs31
4516
4517         * manual/advanced.xml
4518         * manual/faq.xml
4519         * manual/glossary.xml
4520         * manual/handling.xml
4521         * manual/intro.xml
4522         * manual/plugins.xml
4523         * manual/sylpheed-claws-manual.xml
4524                 update URLs
4525                 add info about mailing-list support
4526                 edit filtering info
4527         * src/wizard.c
4528         * src/common/defs.h
4529         * src/gtk/about.c
4530         * src/plugins/dillo_viewer/README
4531                 update URLs
4532
4533 2006-05-17 [wwp]        2.2.0cvs30
4534
4535         * manual/handling.xml
4536         * manual/fr/handling.xml
4537                 documented the ability to enabled/disable filtering/processing rules.
4538
4539 2006-05-17 [colin]      2.2.0cvs29
4540
4541         * src/main.c
4542                 Don't initialize g_thread subsystem if it's 
4543                 already done (thanks to Hiro)
4544         * src/mimeview.c
4545                 Fix saving of parts when there name can't be
4546                 converted from UTF-8.
4547
4548 2006-05-17 [paul]       2.2.0cvs28
4549
4550         * po/Makefile.in.in
4551                 fix config.status warning with autoconf 2.60
4552
4553 2006-05-17 [paul]       2.2.0cvs27
4554
4555         * po/POTFILES.in
4556                 add src/mbox.c
4557
4558 2006-05-17 [wwp]        2.2.0cvs26
4559
4560         * src/mainwindow.c
4561                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4562
4563 2006-05-17 [wwp]        2.2.0cvs25
4564
4565         * src/plugins/demo/demo.c
4566                 updated product name in plugin demo (many plugins need to be
4567                 sync'ed w/ that change).
4568
4569 2006-05-17 [colin]      2.2.0cvs24
4570
4571         * src/mh.c
4572                 Fix leak
4573
4574 2006-05-16 [colin]      2.2.0cvs23
4575
4576         * src/mainwindow.c
4577                 Stupid me hit again. Fix cvs22.
4578
4579 2006-05-16 [colin]      2.2.0cvs22
4580
4581         * src/mainwindow.c
4582                 Fix bug #922 (sylpheed-claws crashed after 
4583                 pushing on Inbox folder)
4584
4585 2006-05-16 [colin]      2.2.0cvs21
4586
4587         * src/compose.c
4588                 Make From header be copy/paste/select-able
4589
4590 2006-05-16 [wwp]        2.2.0cvs20
4591
4592         * src/export.c
4593         * src/matcher.c
4594         * src/summaryview.c
4595         * src/etpan/imap-thread.c
4596                 fix some compiler warnings (thanks to Colin).
4597
4598 2006-05-16 [wwp]        2.2.0cvs19
4599
4600         * src/action.c
4601         * src/gedit-print.c
4602         * src/inc.c
4603         * src/mainwindow.c
4604         * src/mh.c
4605         * src/statusbar.c
4606         * src/send_message.c
4607         * src/summaryview.c
4608                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4609
4610 2006-05-15 [colin]      2.2.0cvs18
4611
4612         * src/procmsg.c
4613                 Fix automatic rule creation with List-Post
4614
4615 2006-05-15 [paul]       2.2.0cvs17
4616
4617         * tools/filter_conv_new.pl
4618                 updated for rule enabling/disabling
4619                 claws version >= 2.3.x required
4620
4621 2006-05-15 [cleroy]     2.2.0cvs16
4622
4623         * src/main.c
4624                 Revert test
4625
4626 2006-05-15 [cleroy]     2.2.0cvs15
4627
4628         * src/main.c
4629                 test
4630
4631 2006-05-15 [wwp]        2.2.0cvs14
4632
4633         * manual/pl/.cvsignore
4634                 ignore generated files.
4635
4636 2006-05-14 [wwp]        2.3.0-rc1
4637
4638         * 2.3.0-rc1 released
4639
4640 2006-05-13 [wwp]        2.2.0cvs13
4641
4642         * src/filtering.c
4643         * src/filtering.h
4644         * src/matcher.c
4645         * src/matcher_parser_lex.l
4646         * src/matcher_parser_parse.y
4647         * src/prefs_filtering.c
4648                 new feature: provide the ability to disable filtering and processing
4649                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4650                 adaptations.
4651
4652 2006-05-13 [colin]      2.2.0cvs12
4653
4654         * src/compose.c
4655                 Remove useless if (a) b; else b;
4656                 Thanks to wwp
4657
4658 2006-05-13 [wwp]        2.2.0cvs11
4659
4660         * src/export.c
4661         * src/import.c
4662         * src/mainwindow.c
4663         * src/mbox.c
4664         * src/summaryview.c
4665         * src/summaryview.h
4666                 no more silent failures (or at least less ones) when importing
4667                 or exporting from/to mbox. Also start importing/exporting if
4668                 the necessary info is set.
4669
4670 2006-05-13 [wwp]        2.2.0cvs10
4671
4672         * RELEASE_NOTES
4673                 restored up-to-date release notes.
4674
4675 2006-05-13 [paul]       2.2.0cvs9
4676
4677         * po/nl.po
4678         * po/ru.po
4679                 updated by Tim Dijkstra and Pavlo Bohmat
4680
4681 2006-05-12 [colin]      2.2.0cvs8
4682
4683         * src/gtk/quicksearch.c
4684                 Add "k" as shortcut for "colorlabel". Patch
4685                 by ath42@users.sf.net.
4686
4687 2006-05-12 [paul]       2.2.0cvs7
4688
4689         * src/prefs_common.h
4690         * src/prefs_summaries.c
4691         * src/summaryview.c
4692                 when entering a folder also allow
4693                 going directly to first Marked message
4694
4695 2006-05-12 [paul]       2.2.0cvs6
4696
4697         * src/summaryview.c
4698                 always obey 'confirm before marking all
4699                 mails read' option
4700
4701 2006-05-12 [paul]       2.2.0cvs5
4702
4703         * src/textview.c
4704                 make Sender fully clickable
4705
4706 2006-05-12 [colin]      2.2.0cvs4
4707
4708         * src/compose.c
4709         * src/compose.h
4710                 Let From be editable
4711         * src/main.c
4712         * src/mh.c
4713                 Full support of .mh_sequences' Unseen seq
4714
4715 2006-05-12 [colin]      2.2.0cvs3
4716
4717         * src/folder.c
4718         * src/mainwindow.c
4719         * src/mainwindow.h
4720         * src/messageview.c
4721         * src/prefs_spelling.c
4722         * src/procheader.c
4723         * src/procmsg.c
4724         * src/procmsg.h
4725         * src/summaryview.c
4726         * src/toolbar.c
4727         * src/toolbar.h
4728                 Add contextual menu on Compose toolbar
4729                 button. Fixes bug #944 (Automatic
4730                 addresses not applied when changing account
4731                 from compose window)
4732                 add Mailing List support
4733                 based on the old 0.6.5claws25 patch by
4734                 Melvin Hadasht, with finishing touches
4735                 by Colin
4736                 Fix "ignore thread" when mails are threaded by
4737                 subject (and weren't ignored although appearing
4738                 in the thread).
4739                 GUI rework.
4740                 Both patches by Pawel.
4741
4742 2006-05-08 [paul]       2.2.0cvs2
4743
4744         * src/mainwindow.c
4745         * src/mainwindow.h
4746         * src/messageview.c
4747         * src/procheader.c
4748         * src/procmsg.c
4749         * src/procmsg.h
4750         * src/summaryview.c
4751                 add Mailing List support
4752                 based on the old 0.6.5claws25 patch by 
4753                 Melvin Hadasht, with finishing touches
4754                 by Colin
4755
4756 2006-05-08 [colin]      2.2.0cvs1
4757
4758         * src/mainwindow.c
4759         * src/toolbar.c
4760         * src/toolbar.h
4761                 Add contextual menu on Compose toolbar 
4762                 button. Fixes bug #944 (Automatic 
4763                 addresses not applied when changing account 
4764                 from compose window)
4765
4766 2006-05-08 [paul]       2.2.0
4767
4768         2.2.0 released
4769
4770 2006-05-08 [paul]       2.1.1cvs51
4771
4772         * po/cs.po
4773         * po/de.po
4774         * po/en_GB.po
4775         * po/fi.po
4776         * po/fr.po
4777         * po/pt_BR.po
4778         * po/sr.po
4779         * po/zh_CN.po
4780                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4781                 Fabien Vantard, Frederico Goncalves Guimaraes,
4782                 Aleksandar Urosevic, and Ralgh Young
4783
4784 2006-05-12 [colin]      2.1.1cvs50
4785
4786         * po/cs.po
4787         * po/de.po
4788         * po/en_GB.po
4789         * po/es.po
4790         * po/fi.po
4791         * po/fr.po
4792         * po/pt_BR.po
4793         * po/sr.po
4794         * po/zh_CN.po
4795                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4796                 Fabien Vantard, Frederico Goncalves Guimaraes,
4797                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4798
4799 2006-05-05 [colin]      2.1.1cvs49
4800
4801         * manual/Makefile.am
4802         * manual/pl/Makefile.am
4803         * manual/pl/account.xml
4804         * manual/pl/ack.xml
4805         * manual/pl/addrbook.xml
4806         * manual/pl/advanced.xml
4807         * manual/pl/faq.xml
4808         * manual/pl/glossary.xml
4809         * manual/pl/gpl.xml
4810         * manual/pl/handling.xml
4811         * manual/pl/intro.xml
4812         * manual/pl/keyboard.xml
4813         * manual/pl/plugins.xml
4814         * manual/pl/starting.xml
4815         * manual/pl/sylpheed-claws-manual.xml
4816         * manual/pl/dist/.cvsignore
4817         * manual/pl/dist/Makefile.am
4818         * manual/pl/dist/html/.cvsignore
4819         * manual/pl/dist/html/Makefile.am
4820         * manual/pl/dist/pdf/.cvsignore
4821         * manual/pl/dist/pdf/Makefile.am
4822         * manual/pl/dist/ps/.cvsignore
4823         * manual/pl/dist/ps/Makefile.am
4824         * manual/pl/dist/txt/.cvsignore
4825         * manual/pl/dist/txt/Makefile.am
4826                 Add the polish translation of the manual,
4827                 Authored by Pawel Pekala.
4828
4829 2006-05-05 [cleroy]     2.1.1cvs48
4830
4831         * src/main.c
4832                 Re-read matcherrc after loading plugins 
4833                 if some of them add folders.
4834
4835 2006-05-03 [colin]      2.1.1cvs47
4836
4837         * src/imap.c
4838                 I'm idiot
4839
4840 2006-05-03 [colin]      2.1.1cvs46
4841
4842         * src/imap.c
4843                 Be sure to have a session when
4844                 getting separator
4845
4846 2006-05-03 [colin]      2.1.1cvs45
4847
4848         * src/imap.c
4849         * src/imap.h
4850         * src/imap_gtk.c
4851                 Fix preventing renaming with namespace 
4852                 separator.
4853
4854 2006-05-01 [colin]      2.1.1cvs44
4855
4856         * src/action.c
4857                 Don't reload messageview when result of
4858                 action is piped.
4859
4860 2006-04-29 [colin]      2.1.1cvs43
4861
4862         * src/prefs_receive.c
4863         * src/plugins/spamassassin/spamassassin_gtk.c
4864         * src/plugins/clamav/clamav_plugin_gtk.c
4865                 GUI fixes by Pawel
4866
4867 2006-04-29 [colin]      2.1.1cvs42
4868
4869         * src/prefs_compose_writing.c
4870         * src/prefs_quote.c
4871                 Cleanups. Patch by Pawel
4872
4873 2006-04-28 [paul]       2.1.1cvs41
4874
4875         * src/matcher.c
4876                 fix returned quick search results when search
4877                 term contains an underscore.
4878                 Thanks to Colin
4879
4880 2006-04-28 [paul]       2.1.1cvs40
4881
4882         * src/prefs_message.c
4883         * src/prefs_receive.c
4884                 GUI cleanups
4885                 Patches by Pawel Pekala
4886
4887 2006-04-27 [colin]      2.1.1cvs39
4888
4889         * src/wizard.c
4890                 Differentiate subject Welcome from
4891                 window's title Welcome
4892
4893 2006-04-27 [paul]
4894
4895         2.2.0-rc1 released
4896
4897 2006-04-27 [paul]       2.1.1cvs38
4898
4899         * manual/advanced.xml
4900         * manual/fr/advanced.xml
4901                 add info about compose_no_markup hidden pref
4902
4903 2006-04-27 [paul]       2.1.1cvs37
4904
4905         * src/prefs_account.c
4906                 improve privacy labels
4907         * src/prefs_msg_colors.c
4908                 change some strings for translators' convenience
4909         * src/gtk/gtkutils.c
4910                 don't underline the link button text
4911
4912 2006-04-25 [colin]      2.1.1cvs36
4913
4914         * src/folder.c
4915                 Complete 2.1.1cvs33 (once more ;)
4916
4917 2006-04-25 [colin]      2.1.1cvs35
4918
4919         * src/editldap.c
4920                 Fix tooltip
4921
4922 2006-04-25 [cleroy]     2.1.1cvs34
4923
4924         * src/compose.c
4925         * src/gtk/gtkaspell.c
4926                 Fix crash on redirect (related to the return 
4927                 of the aspell menu in compose's toolbar)
4928         * src/prefs_msg_colors.c
4929                 Fix sensitivity widgets
4930         * src/image_viewer.c
4931         * src/gtk/pluginwindow.c
4932         * src/gtk/prefswindow.c
4933                 Change released signals to clicked (Fabien)
4934         * po/POTFILES.in
4935         * src/common/socket.c
4936         * src/plugins/spamassassin/spamassassin.c
4937                 Translate strings (Fabien)
4938
4939 2006-04-25 [paul]       2.1.1cvs33
4940
4941         * src/folder.c
4942         * src/folder.h
4943         * src/folderview.c
4944                 complete the fix of bug #912
4945                 Thanks to Colin
4946
4947 2006-04-25 [colin]      2.1.1cvs32
4948
4949         * src/news.c
4950                 Better progress bar
4951         * src/mimeview.c
4952         * src/summaryview.c
4953         * src/summaryview.h
4954                 Fix focus chain
4955                 Patches by Pawel Pekala
4956
4957 2006-04-24 [colin]      2.1.1cvs31
4958
4959         * src/compose.c
4960                 Fix compilation warnings (Fabien)
4961
4962 2006-04-24 [colin]      2.1.1cvs30
4963
4964         * src/addrindex.c
4965         * src/editldap.c
4966         * src/editldap_basedn.c
4967         * src/editldap_basedn.h
4968         * src/ldapctrl.c
4969         * src/ldapctrl.h
4970         * src/ldapquery.c
4971         * src/ldaputil.c
4972         * src/ldaputil.h
4973                 Fix bug #901 (LDAPS support)
4974
4975 2006-04-24 [colin]      2.1.1cvs29
4976
4977         * src/compose.c
4978                 Fix logic on error with send dialog on
4979         * src/imap.c
4980                 Fix compilation without libetpan, thanks
4981                 to Fabien
4982         * src/summaryview.c
4983                 Fix 'context-menu' key
4984
4985 2006-04-23 [colin]      2.1.1cvs28
4986
4987         * src/folder.c
4988                 Never free current's cache to free up 
4989                 memory. Fixes bug #912 (new count 
4990                 randomly set to message count)
4991
4992 2006-04-23 [colin]      2.1.1cvs27
4993
4994         * src/gtk/quicksearch.c
4995                 And remove printf...
4996
4997 2006-04-23 [colin]      2.1.1cvs26
4998
4999         * src/gtk/quicksearch.c
5000                 Fix replacing in quicksearch, and fix inserting
5001                 in the middle of the string. (introduced at 2.1.0cvs22)
5002
5003 2006-04-23 [colin]      2.1.1cvs25
5004
5005         * src/imap.c
5006                 Make sure uidnext is initialized in get_num_list
5007                 (not for stable, related to 2.1.1cvs8 and friends)
5008
5009 2006-04-23 [colin]      2.1.1cvs24
5010
5011         * src/imap.c
5012                 Output something when login is successful
5013                 too
5014
5015 2006-04-23 [colin]      2.1.1cvs23
5016
5017         * src/etpan/imap-thread.c
5018                 Better logging (line-per-line, hide data in fetch)
5019                 Fix a const warning
5020         * src/gtk/logwindow.c
5021         * src/gtk/logwindow.h
5022                 Better logging (color for input/output)
5023
5024 2006-04-21 [colin]      2.1.1cvs22
5025
5026         * src/gtk/quicksearch.c
5027                 On gtk+-2.8, use stock buttons in quicksearch
5028                 Based on a patch by Fabien and a design by Paul
5029
5030 2006-04-21 [colin]      2.1.1cvs21
5031
5032         * src/folderview.c
5033         * src/mainwindow.c
5034                 Fix occasional flicker in folderview
5035         * src/common/utils.c
5036                 Fix bug #943 (Incorrectly parsed email address 
5037                 list in short headers on message view and in 
5038                 printouts)
5039
5040 2006-04-20 [colin]      2.1.1cvs20
5041
5042         * src/imap.c
5043         * src/imap.h
5044         * src/prefs_account.c
5045                 Add ANONYMOUS auth for IMAP
5046
5047 2006-04-20 [paul]       2.1.1cvs19
5048
5049         * src/main.c
5050                 proper fix for 2.1.1cvs18
5051                 Thanks to Colin
5052
5053 2006-04-20 [paul]       2.1.1cvs18
5054
5055         * src/main.c
5056                 fix build warnings
5057
5058 2006-04-20 [paul]       2.1.1cvs17
5059
5060         * src/gtk/quicksearch.c
5061                 fix standard, non-extended Quick search,
5062                 was broken in 2.1.1cvs15.
5063                 Thanks to Colin.
5064
5065 2006-04-20 [colin]      2.1.1cvs16
5066
5067         * src/prefs_matcher.c
5068                 Fix values when reselecting a ~test
5069                 rule
5070
5071 2006-04-19 [colin]      2.1.1cvs15
5072
5073         * src/compose.c
5074         * src/compose.h
5075         * src/gtk/gtkaspell.c
5076         * src/gtk/gtkaspell.h
5077                 Put back Options menu in Spelling/
5078         * src/gtk/quicksearch.c
5079                 Don't search, and show error, if the
5080                 advanced search has a syntax error
5081
5082 2006-04-18 [colin]      2.1.1cvs14
5083
5084         * src/textview.c
5085                 Fix gdk warnings on set_cursor when textview
5086                 isn't visible
5087
5088 2006-04-18 [colin]      2.1.1cvs13
5089
5090         * src/gtk/gtksctree.c
5091                 Remove seemingly useless refresh that causes
5092                 flicker - watch this commit in case of 
5093                 problems before planned backport to stable
5094
5095 2006-04-18 [colin]      2.1.1cvs12
5096
5097         * src/imap.c
5098                 Factorize get/set_xml code
5099         * src/compose.c
5100         * src/prefs_account.c
5101         * src/prefs_account.h
5102         * src/procmsg.c
5103                 Add Encrypt to self option
5104
5105 2006-04-17 [colin]      2.1.1cvs11
5106
5107         * configure.ac
5108                 Fix search on encrpyt function on dragonfly
5109                 Patch by Jonathan Buschmann <jonthn@agmact.com>
5110
5111 2006-04-17 [colin]      2.1.1cvs10
5112
5113         * src/prefs_account.c
5114                 Be safe by default: remove mails from POP3
5115                 after 7 days, not immediately
5116
5117 2006-04-17 [colin]      2.1.1cvs9
5118
5119         * src/etpan/imap-thread.c
5120                 Fix build on DragonFly - patch by 
5121                 Jonathan Buschmann <jonthn@agmact.com>
5122
5123 2006-04-17 [colin]      2.1.1cvs8
5124
5125         * src/imap.c
5126                 Save uidnext between sessions
5127
5128 2006-04-17 [colin]      2.1.1cvs7
5129
5130         * src/imap.c
5131                 scan is required when uid validity changes
5132
5133 2006-04-17 [colin]      2.1.1cvs6
5134
5135         * src/folderview.c
5136                 Don't scan if not necessary, apart in current
5137                 folder and INBOX to fetch flags.
5138         * src/imap.c
5139                 Scan is necessary if unread count changes
5140
5141 2006-04-17 [colin]      2.1.1cvs5
5142
5143         * src/imap.c
5144                 ...But always fetch ANSWERED and DELETED flags for
5145                 INBOX, as filtering can happen on these flags.
5146
5147 2006-04-17 [colin]      2.1.1cvs4
5148
5149         * src/imap.c
5150                 Don't fetch REPLIED and DELETED flags when synchronising
5151                 flags with a closed folder. We only need UNSEEN and FLAGGED
5152                 to update the folderview.
5153
5154 2006-04-17 [colin]      2.1.1cvs3
5155
5156         * src/imap.c
5157                 Faster flag search when there are new mails 
5158                 in a folder. We can do a full search if the 
5159                 folder contains less messages than the new
5160                 list.
5161
5162 2006-04-17 [colin]      2.1.1cvs2
5163
5164         * po/cs.po
5165         * po/de.po
5166         * po/fr.po
5167         * po/nl.po
5168         * po/pt_BR.po
5169                 Update translations from stable branch
5170
5171 2006-04-17 [colin]      2.1.1cvs1
5172
5173         * configure.ac
5174                 Bump version to follow stable release
5175
5176 2006-04-16 [mones]      2.1.0cvs50
5177
5178         * po/es.po
5179                 Updated for release
5180
5181 2006-04-16 [colin]      2.1.0cvs49
5182
5183         * src/textview.c
5184                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
5185                 with gtk < 2.8. Thanks to Fabien Vantard.
5186
5187 2006-04-15 [colin]      2.1.0cvs48
5188
5189         * src/etpan/imap-thread.c
5190                 Fix bug #919 (libetpan: SEGV when connecting 
5191                 using command)
5192
5193 2006-04-14 [colin]      2.1.0cvs47
5194
5195         * src/main.c
5196                 Fix race on --select (should be done better)
5197
5198 2006-04-14 [wwp]        2.1.0cvs46
5199
5200         * src/send_message.c
5201                 enforce a check for domain in account prefs (a sending
5202                 error could be faced if domain was checked but no value set),
5203                 thanks to Colin.
5204
5205 2006-04-14 [colin]      2.1.0cvs45
5206
5207         * src/codeconv.c
5208                 when converting from unknown to unknown, if the
5209                 string is UTF8, don't convert it to the locale
5210                 (which breaks it)
5211
5212 2006-04-14 [colin]      2.1.0cvs44
5213
5214         * src/compose.c
5215                 Don't try to use ASCII for converting headers
5216                 (as done in body)
5217
5218 2006-04-14 [paul]       2.1.0cvs43
5219
5220         * src/crash.c
5221                 add locale/charset info to crash report
5222         * src/gtk/about.c
5223                 add wwp to doc team
5224                 replace 'e-mail' with preferred 'email'
5225         * src/gtk/authors.h
5226                 ensure contributors list is in alphabetical
5227                 order
5228
5229 2006-04-13 [colin]      2.1.0cvs42
5230
5231         * src/textview.c
5232                 Prevent gdk warnings
5233
5234 2006-04-13 [colin]      2.1.0cvs41
5235
5236         * src/common/ssl_certificate.c
5237         * src/common/ssl_certificate.h
5238         * src/gtk/sslcertwindow.c
5239                 Warn on expired certs, and display the expiration date
5240
5241 2006-04-13 [colin]      2.1.0cvs40
5242
5243         * src/plugins/spamassassin/spamassassin_gtk.c
5244                 Fix missing set_text on unix socket
5245
5246 2006-04-13 [wwp]        2.1.0cvs39
5247
5248         * manual/fr/advanced.xml
5249         * manual/fr/glossary.xml
5250                 applied new spam/ham/email lexicon (pourriel, courriel)
5251
5252 2006-04-13 [paul]       2.1.0cvs38
5253
5254         * src/plugins/pgpmime/plugin.c
5255                 remove the mention of S/MIME from the
5256                 description. This is now handled by the
5257                 S/MIME plugin.
5258
5259 2006-04-13 [paul]       2.1.0cvs37
5260
5261         * src/prefs_msg_colors.c
5262                 rework dialog
5263         * src/prefs_folder_item.c
5264         * src/prefs_spelling.c
5265                 add a tooltip to the colour selector buttons
5266
5267 2006-04-13 [wwp]        2.1.0cvs36
5268
5269         * manual/advanced.xml
5270         * manual/glossary.xml
5271         * manual/handling.xml
5272         * manual/keyboard.xml
5273         * manual/plugins.xml
5274         * manual/starting.xml
5275         * manual/fr/account.xml
5276         * manual/fr/ack.xml
5277         * manual/fr/addrbook.xml
5278         * manual/fr/advanced.xml
5279         * manual/fr/faq.xml
5280         * manual/fr/glossary.xml
5281         * manual/fr/gpl.xml
5282         * manual/fr/handling.xml
5283         * manual/fr/intro.xml
5284         * manual/fr/keyboard.xml
5285         * manual/fr/plugins.xml
5286         * manual/fr/starting.xml
5287         * manual/fr/sylpheed-claws-manual.xml
5288                 fixes to the manuals:
5289                  - summaryview -> Message List (same in French)
5290                  - translate key names
5291                  - fix French punctuation, use non-breakable spaces when
5292                    necessary, don't use &thinsp; which is not portable
5293                  - tell what maildir and mbox formats we support
5294
5295 2006-04-12 [wwp]        2.1.0cvs35
5296
5297         * src/prefs_toolbar.c
5298                 unified a replace button more,
5299                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5300
5301 2006-04-12 [wwp]        2.1.0cvs34
5302
5303         * src/prefs_common.c
5304         * src/prefs_msg_colors.c
5305                 make default color labels translatable,
5306                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5307                 thanks to Tim <timbrain@post.cz> for reporting.
5308
5309 2006-04-12 [wwp]        2.1.0cvs33
5310
5311         * manual/glossary.xml
5312         * manual/intro.xml
5313         * manual/plugins.xml
5314         * manual/starting.xml
5315         * manual/sylpheed-claws-manual.xml
5316         * manual/fr/.cvsignore
5317         * manual/fr/account.xml
5318         * manual/fr/ack.xml
5319         * manual/fr/addrbook.xml
5320         * manual/fr/advanced.xml
5321         * manual/fr/faq.xml
5322         * manual/fr/glossary.xml
5323         * manual/fr/handling.xml
5324         * manual/fr/intro.xml
5325         * manual/fr/keyboard.xml
5326         * manual/fr/plugins.xml
5327         * manual/fr/starting.xml
5328         * manual/fr/sylpheed-claws-manual.xml
5329                 various fixes: typos, missing .fr translations, punctuation,
5330                 capitalization, links, accents and some bad French more.
5331
5332 2006-04-12 [wwp]        2.1.0cvs32
5333
5334         * src/prefs_gtk.c
5335                 fix for bug #935: always store prefs files in UTF-8 (thanks
5336                 to Colin).
5337
5338 2006-04-11 [colin]      2.1.0cvs31
5339
5340         * src/compose.c
5341                 Fix inserting files not in utf8 when locale is utf8
5342
5343 2006-04-11 [colin]      2.1.0cvs30
5344
5345         * src/inc.c
5346                 Don't show error dialog when cancelling connection
5347                 Patch by Pawel
5348
5349 2006-04-11 [cleroy]     2.1.0cvs29
5350
5351         * src/compose.c
5352                 Implement multiple quote levels
5353         * src/prefs_common.c
5354                 Change a little bit the quote bgcolor for 2nd level
5355
5356 2006-04-11 [colin]      2.1.0cvs28
5357
5358         * src/gtk/about.c
5359                 Add locale and charset in the label
5360
5361 2006-04-10 [colin]      2.1.0cvs27
5362
5363         * src/compose.c
5364         * src/prefs_common.c
5365         * src/prefs_common.h
5366         * src/prefs_msg_colors.c
5367         * src/textview.c
5368                 Allow optional background color in quotes
5369                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5370                 GTK+-2.8.x feature
5371
5372 2006-04-10 [colin]      2.1.0cvs26
5373
5374         * src/main.c
5375         * src/mainwindow.c
5376         * src/mainwindow.h
5377                 Implement --select
5378
5379 2006-04-10 [colin]      2.1.0cvs25
5380
5381         * manual/plugins.xml
5382         * manual/fr/plugins.xml
5383                 Document libcurl's proxy variables
5384
5385 2006-04-09 [colin]      2.1.0cvs24
5386
5387         * src/prefs_common.c
5388                 gettext() returns statically allocated stuff. We have
5389                 to strdup it in order to be able to free it.
5390
5391 2006-04-09 [colin]      2.1.0cvs23
5392
5393         * AUTHORS
5394         * src/gtk/authors.h
5395                 Add Alexei
5396
5397 2006-04-09 [colin]      2.1.0cvs22
5398
5399         * src/mainwindow.c
5400         * src/gtk/quicksearch.c
5401                 Fix bug #859 (problems with cyrilic input in 
5402                 search panel) - Patch by Alexey Illarionov 
5403                 <littlesavage@rambler.ru>
5404
5405 2006-04-09 [colin]      2.1.0cvs21
5406
5407         * src/prefs_customheader.c
5408                 I prefer removing then freeing rather than the contrary
5409                 (even if it doesn't change anything ;-)
5410         * src/prefs_account.c
5411                 Fix bug #933 (Crash re-entering the custom headers list 
5412                 dialog in accounts prefs)
5413                 The problem happened when cancelling the Account 
5414                 Preferences' dialogs - in which case we didn't do 
5415                 anything to the PrefsAccount * struct. In case of applying,
5416                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5417                 working with in this dialog. The problem is that 
5418                 prefs_customheader.c, working on this tmp_ac_prefs, always
5419                 changes the ->customhdr_list pointer, even when cancelled. 
5420                 So in case of cancelling the prefs_account dialog, we still
5421                 have to update ->customhdr_list in the real account.
5422
5423 2006-04-08 [colin]      2.1.0cvs20
5424
5425         * manual/fr/glossary.xml
5426         * manual/fr/keyboard.xml
5427                 Forgot some headers :)
5428
5429 2006-04-08 [colin]      2.1.0cvs19
5430
5431         * manual/Makefile.am
5432         * manual/fr/Makefile.am
5433         * manual/fr/account.xml
5434         * manual/fr/ack.xml
5435         * manual/fr/addrbook.xml
5436         * manual/fr/advanced.xml
5437         * manual/fr/faq.xml
5438         * manual/fr/glossary.xml
5439         * manual/fr/gpl.xml
5440         * manual/fr/handling.xml
5441         * manual/fr/intro.xml
5442         * manual/fr/keyboard.xml
5443         * manual/fr/plugins.xml
5444         * manual/fr/starting.xml
5445         * manual/fr/sylpheed-claws-manual.xml
5446         * manual/fr/dist/.cvsignore
5447         * manual/fr/dist/Makefile.am
5448         * manual/fr/dist/html/.cvsignore
5449         * manual/fr/dist/html/Makefile.am
5450         * manual/fr/dist/pdf/.cvsignore
5451         * manual/fr/dist/pdf/Makefile.am
5452         * manual/fr/dist/ps/.cvsignore
5453         * manual/fr/dist/ps/Makefile.am
5454         * manual/fr/dist/txt/.cvsignore
5455         * manual/fr/dist/txt/Makefile.am
5456                 Add the french translation of the manual. Thanks to
5457                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5458                 account.xml, ack.xml, addrbook.xml and advanced.xml
5459
5460 2006-04-08 [colin]      2.1.0cvs18
5461
5462         * manual/plugins.xml
5463         * manual/starting.xml
5464                 More fixes
5465
5466 2006-04-07 [colin]      2.1.0cvs17
5467
5468         * manual/faq.xml
5469         * manual/intro.xml
5470         * manual/keyboard.xml
5471                 Little fixes
5472
5473 2006-04-07 [colin]      2.1.0cvs16
5474
5475         * README
5476         * src/compose.c
5477         * src/prefs_common.c
5478         * src/prefs_common.h
5479                 Add hidden compose_no_markup pref
5480
5481 2006-04-07 [wwp]        2.1.0cvs15
5482
5483         * src/summary_search.c
5484         * .cvsignore
5485                 Bugfix: stop button was sticky when searching in an empty folder.
5486                 Applied curly brackets code style to the whole file (summary_search.c).
5487                 More files to ignore.
5488
5489 2006-04-07 [wwp]        2.1.0cvs14
5490
5491         * src/message_search.c
5492         * src/summary_search.c
5493                 changed default button when search bumps at file/folder
5494                 beginning or end, for convenience (thanks to Colin).
5495
5496 2006-04-07 [paul]       2.1.0cvs13
5497
5498         * src/plugins/dillo_viewer/dillo_prefs.c
5499                 avoid future potential for namespace collision
5500                 Patch by Colin
5501
5502 2006-04-06 [wwp]        2.1.0cvs12
5503
5504         * src/summary_search.c
5505                 Unify extended/advanced searches names (and thus factorize labels),
5506                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5507
5508 2006-04-06 [wwp]        2.1.0cvs11
5509
5510         * src/folderview.c
5511         * src/prefs_themes.c
5512         * src/summaryview.c
5513                 Fixed some compilation warnings.
5514
5515 2006-04-06 [colin]      2.1.0cvs10
5516
5517         * manual/advanced.xml
5518                 Document the wizard template and how to deploy
5519                 Sylpheed-Claws effectively
5520
5521 2006-04-06 [colin]      2.1.0cvs9
5522
5523         * src/folderview.c
5524                 gettext patch to tell translators about _("#"),
5525                 by Maxim Britov
5526
5527 2006-04-06 [colin]      2.1.0cvs8
5528
5529         * src/textview.c
5530                 Fix invalid GtkTextBIter after clicking "Display as text"
5531
5532 2006-04-06 [mones]      2.1.0cvs7
5533
5534         * src/addr_compl.c
5535         * src/addrindex.c
5536         * src/addritem.c
5537         * src/codeconv.c
5538         * src/compose.c
5539         * src/filtering.c
5540         * src/folder.c
5541         * src/folder_item_prefs.c
5542         * src/folderview.c
5543         * src/localfolder.c
5544         * src/matcher.c
5545         * src/mimeview.c
5546         * src/prefs_msg_colors.c
5547         * src/prefs_spelling.c
5548         * src/prefs_themes.c
5549         * src/procmime.c
5550         * src/procmsg.c
5551         * src/stock_pixmap.c
5552         * src/summaryview.c
5553         * src/textview.c
5554         * src/toolbar.c
5555         * src/common/mgutils.c
5556         * src/common/prefs.c
5557         * src/common/ssl_certificate.c
5558         * src/gtk/colorlabel.c
5559         * src/gtk/quicksearch.c
5560         * src/plugins/pgpmime/pgpmime.c
5561         * src/plugins/spamassassin/spamassassin.c
5562                 Removed redundant NULL checks for g_free() calls.
5563                 Patch by Pawel Pekala.
5564
5565 2006-04-06 [mones]      2.1.0cvs6
5566
5567         * src/prefs_actions.c
5568         * src/prefs_filtering.c
5569         * src/prefs_filtering_action.c
5570         * src/prefs_matcher.c
5571         * src/prefs_template.c
5572         * src/gtk/gtkutils.c
5573         * src/gtk/gtkutils.h
5574                 Have a nice replace button. Patch by Pawel Pekala
5575
5576 2006-04-06 [colin]      2.1.0cvs5
5577
5578         * src/addressbook.c
5579                 Fix crash with empty columns
5580
5581 2006-04-05 [colin]      2.1.0cvs4
5582
5583         * src/wizard.c
5584         * src/prefs_gtk.c
5585                 Allow wizard customization with pre-filled values
5586
5587 2006-04-05 [colin]      2.1.0cvs3
5588
5589         * src/textview.c
5590         * src/mimeview.c
5591         * src/mimeview.h
5592                 Nicer messages in mimeview
5593
5594 2006-04-05 [colin]      2.1.0cvs2
5595
5596         * src/addressbook.c
5597         * src/prefs_summaries.c
5598                 i18n fix
5599
5600 2006-04-05 [colin]      2.1.0cvs1
5601
5602         * src/plugins/pgpcore/plugin.c
5603         * src/plugins/pgpcore/select-keys.c
5604         * src/plugins/pgpcore/select-keys.h
5605         * src/plugins/pgpcore/sgpgme.c
5606         * src/plugins/pgpcore/sgpgme.h
5607         * src/plugins/pgpinline/pgpinline.c
5608         * src/plugins/pgpinline/plugin.c
5609         * src/plugins/pgpmime/pgpmime.c
5610         * src/plugins/pgpmime/plugin.c
5611                 Factorize and generalize a bit 
5612                 Drop S/MIME signature verification from PGP/MIME
5613                 (adding it as another, more complete plugin)
5614
5615 2006-04-05 [paul]       2.1.0
5616
5617         2.1.0 released
5618
5619 2006-04-05 [paul]       2.0.0cvs186
5620
5621         * manual/advanced.xml
5622                 add info on colour labels
5623
5624 2006-04-05 [paul]       2.0.0cvs185
5625
5626         * po/bg.po
5627         * po/cs.po
5628         * po/de.po
5629         * po/el.po
5630         * po/en_GB.po
5631         * po/fi.po
5632         * po/fr.po
5633         * po/it.po
5634         * po/nl.po
5635         * po/pl.po
5636         * po/pt_BR.po
5637         * po/sr.po
5638         * po/zh_CN.po
5639                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5640                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5641                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5642                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5643         * src/gtk/authors.h
5644         * tools/claws.i18n.status.pl
5645                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5646                 and new Czech translator, Tim <timbrain@post.cz>
5647
5648 2006-04-05 [mones]      2.0.0cvs184
5649
5650         * po/es.po
5651                 Updated translation
5652
5653 2006-04-05 [colin]      2.0.0cvs183
5654
5655         * src/gtk/quicksearch.c
5656                 Fix bug #929 (unnecessary reload in quick search bar)
5657
5658 2006-04-05 [colin]      2.0.0cvs182
5659
5660         * src/compose.c
5661                 Fix crash on Reply with no From:
5662                 Show signature and conversion error on queuing 
5663                 (but not sending)
5664         * src/mainwindow.c
5665         * src/summaryview.c
5666         * src/summaryview.h
5667                 Factorize threading code and make sure msginfo 
5668                 is not null when it comes from a GtkCTreeRow's 
5669                 data
5670         * src/gtk/gtkaspell.c
5671                 Check for necessary things
5672         * src/gtk/gtksctree.c
5673         * src/gtk/gtksctree.h
5674                 Reset anchor if necessary when removing node
5675
5676 2006-03-29 [colin]      2.0.0cvs181
5677
5678         * src/folderview.c
5679                 Warn for disabled IMAP accounts (due to lack of
5680                 libetpan). Breaks string-freeze - sorry - but it
5681                 is kind of important ;)
5682
5683 2006-03-28 [colin]      2.0.0cvs180
5684
5685         * src/gtk/gtkutils.c
5686         * src/gtk/gtkutils.h
5687                 Add a gtkut_get_link_btn() function that
5688                 creates a button which acts like an URI
5689         * src/prefs_themes.c
5690         * src/gtk/about.c
5691                 Use this function (factorizes codes)
5692         * src/common/defs.h
5693         * src/gtk/pluginwindow.c
5694                 Add a "Get more..." in the plugins window
5695
5696 2006-03-28 [colin]      2.0.0cvs179
5697
5698         * src/common/smtp.c
5699         * src/common/passcrypt.c
5700         * src/undo.c
5701                 Warning fixes. Patch by Pawel Pekala
5702
5703 2006-03-27 [colin]      2.0.0cvs178
5704
5705         * src/undo.c
5706                 Fix undoing by blocks with spaces
5707
5708 2006-03-27 [colin]      2.0.0cvs177
5709
5710         * src/textview.c
5711                 Set margin to 3px for headers
5712
5713 2006-03-27 [paul]
5714
5715         2.1.0-rc2 released
5716
5717 2006-03-27 [wwp]        2.0.0cvs176
5718
5719         * src/summaryview.c
5720                 don't reset quicksearch when updating the message list.
5721                 Thanks to Colin.
5722
5723 2006-03-26 [wwp]        2.0.0cvs175
5724
5725         * src/compose.c
5726                 use a unified border width ('other' tab in the compose window,
5727                 patch by Pawel Pekala).
5728
5729
5730 2006-03-26 [wwp]        2.0.0cvs174
5731
5732         * src/common/quoted-printable.c
5733         * src/addressbook.c
5734                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5735
5736 2006-03-26 [colin]      2.0.0cvs173
5737
5738         * src/quote_fmt_parse.y
5739                 Fix non-UTF8 date formats messing up the whole quote a 
5740                 little bit
5741
5742 2006-03-26 [colin]      2.0.0cvs172
5743
5744         * src/procheader.c
5745                 Make sure the date is UTF8 valid, or try to make it
5746                 so. IncrediMail is really IncrediStupid.
5747         * src/compose.c
5748                 Fix possible conversions. 
5749                 
5750
5751 2006-03-26 [colin]      2.0.0cvs171
5752
5753         * src/matcher.c
5754                 Fix corner cases in body search. This is still a
5755                 hack... It seems impossible to make it good and 
5756                 reasonably fast at the same time.
5757
5758 2006-03-26 [colin]      2.0.0cvs170
5759
5760         * src/summaryview.c
5761                 I think I killed the twilight zone bug!
5762                 summary_select_node() flushes GTK events in order
5763                 to be able to center the view. But this also 
5764                 flushes keypresses like Ctrl-Alt-U, so this can
5765                 call summary_show from summary_select_node (itself
5766                 called from summary_show, etc.). And the summaryview
5767                 has to be unlocked in this function. So just locking
5768                 while processing GTK events, and bailing if locked, 
5769                 should fix it.
5770                 Fixes bug #927 (SIGSEGV during Update Summary)
5771
5772 2006-03-25 [colin]      2.0.0cvs169
5773
5774         * src/matcher.c
5775                 Fix search in QP-encoded bodies
5776                 Fix utf-8 searches in bodies encoded in the
5777                 locale's encoding
5778         * src/common/quoted-printable.c
5779         * src/common/quoted-printable.h
5780                 Add a decode function that doesn't overwrite
5781                 the original pointer
5782                 
5783
5784 2006-03-24 [colin]      2.0.0cvs168
5785
5786         * src/action.c
5787         * src/summaryview.c
5788         * src/summaryview.h
5789                 Update message cache after action
5790                 Patch by H. Merijn Brand
5791         * src/prefs_msg_colors.c
5792                 Factorize label 
5793                 Patch by Fabien Vantard
5794         * src/plugins/spamassassin/spamassassin_gtk.c
5795                 Remove useless translation
5796                 Patch by Fabien Vantard
5797
5798 2006-03-23 [colin]      2.0.0cvs167
5799
5800         * src/common/ssl.c
5801                 Let 30 seconds to SSL_connect
5802
5803 2006-03-23 [wwp]        2.0.0cvs166
5804
5805         * src/summaryview.c
5806         * src/gtk/description_window.c
5807                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5808                 and headers are translated; adjust description windows' width to fit their
5809                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5810
5811 2006-03-23 [paul]       2.0.0cvs165
5812
5813         * src/common/utils.c
5814                 fix highlighting of URIs containing "()"
5815                 (2.0.0cvs164's reversal fixed)
5816                 Thanks to Colin.
5817
5818 2006-03-23 [paul]       2.0.0cvs164
5819
5820         * src/common/utils.c
5821                 revert patch, (postponing a fix), at 2.0.0cvs120
5822                 as it breaks more URIs than it fixes.
5823                 Allow '-' to be a terminating character in a URI
5824
5825 2006-03-22 [colin]      2.0.0cvs163
5826
5827         * configure.ac
5828                 Require libetpan 0.45
5829                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5830
5831 2006-03-22 [paul]       2.0.0cvs162
5832
5833         * src/editgroup.c
5834                 replace '<-' and '->' buttons with GTK_STOCK graphical
5835                 buttons
5836         * src/summary_search.c
5837                 don't offer '...' for translation
5838                 add a tooltip to advanced search '...' button
5839         * src/gtk/quicksearch.c
5840                 don't offer '...' for translation
5841
5842 2006-03-21 [colin]      2.0.0cvs161
5843
5844         * src/compose.c
5845                 Fix middle-click pasting (insert at click
5846                 position instead of cursor position, don't
5847                 remove existing selection and allow pasting
5848                 our own selection)
5849         * src/addressbook.c
5850                 "LDAP Server" -> "LDAP servers"
5851
5852 2006-03-21 [wwp]        2.0.0cvs160
5853
5854         * src/etpan/imap-thread.c
5855                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5856
5857 2006-03-20 [colin]      2.0.0cvs159
5858
5859         * src/summaryview.c
5860                 Don't reload summaryview after an execute with no
5861                 move action
5862
5863 2006-03-19 [colin]      2.0.0cvs158
5864
5865         * src/addressbook.c
5866                 and put groups at the top, always
5867
5868 2006-03-19 [colin]      2.0.0cvs157
5869
5870         * src/addressbook.c
5871                 Order groups before names, as previously
5872
5873 2006-03-19 [colin]      2.0.0cvs156
5874
5875         * src/addressbook.c
5876                 - Sort case-unsensitive
5877                 - Put the sort arrow at opening too
5878
5879 2006-03-19 [wwp]        2.0.0cvs155
5880
5881         * src/addressbook.c
5882                 allow sorting by name/email/remarks, ensure that right-pane's contents
5883                 matches the left-pane selection (cleared when appropriate).
5884                 Patch by Pawel Pekala <c0rn@o2.pl>.
5885
5886 2006-03-18 [colin]      2.0.0cvs154
5887
5888         * src/textview.c
5889                 Fix text cursor ;)
5890
5891 2006-03-18 [colin]      2.0.0cvs153
5892
5893         * src/gtk/filesel.c
5894                 Make sure we hide the preview if we didn't get
5895                 a filename
5896
5897 2006-03-18 [colin]      2.0.0cvs152
5898
5899         * src/summaryview.c
5900                 Set cursor to watch for execution (fixes lack
5901                 of watch-cursor when dnd'ing hundreds of mails)
5902         * src/gtk/filesel.c
5903                 Check that mime type is 'image/*' before updating
5904                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5905
5906 2006-03-18 [colin]      2.0.0cvs151
5907
5908         * src/mainwindow.c
5909         * src/textview.c
5910         * src/textview.h
5911                 Put a watch cursor in textview too when the mainwindow's
5912                 cursor in a watch
5913
5914 2006-03-18 [colin]      2.0.0cvs150
5915
5916         * src/folder.c
5917                 Change wrong asserts to simple tests
5918
5919 2006-03-17 [colin]      2.0.0cvs149
5920
5921         * src/mainwindow.c
5922         * src/mainwindow.h
5923         * src/prefs_msg_colors.c
5924         * src/summaryview.c
5925         * src/summaryview.h
5926         * src/gtk/colorlabel.c
5927         * src/gtk/colorlabel.h
5928                 Add a color label menu in the main menubar
5929                 Add (fixed) accels Ctrl-{0-7} to change the color
5930                 They have to be fixed because the menu's dynamic,
5931                 the items are complex widgets, hence we can't use
5932                 a GtkItemFactory.
5933
5934
5935 2006-03-17 [wwp]        2.0.0cvs148
5936
5937         * src/compose.c
5938                 rollback few lines from my previous commit (those lines come from
5939                 a pending patch, accidentally commited, even if neutral as they are
5940                 commented out).
5941
5942 2006-03-17 [wwp]        2.0.0cvs147
5943
5944         * src/compose.c
5945                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5946                 applied code style/indentation to the modified function.
5947
5948 2006-03-17 [wwp]        2.0.0cvs146
5949
5950         * src/procmsg.c
5951         * src/compose.c
5952                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5953
5954 2006-03-17 [paul]
5955
5956         2.1.0-rc1 released
5957
5958 2006-03-17 [paul]       2.0.0cvs145
5959
5960         * src/main.c
5961                 addressbook_read_file() was called twice
5962         * src/textview.c
5963                 X-Mailer highlighting
5964
5965 2006-03-16 [colin]      2.0.0cvs144
5966
5967         * src/sourcewindow.c
5968         * src/sourcewindow.h
5969                 And the last one, in source window.
5970
5971 2006-03-16 [colin]      2.0.0cvs143
5972
5973         * src/compose.c
5974         * src/compose.h
5975                 Fix the same stuff in compose
5976
5977 2006-03-16 [colin]      2.0.0cvs142
5978
5979         * src/messageview.c
5980                 Complete the previous messageview crash fix
5981
5982 2006-03-16 [colin]      2.0.0cvs141
5983
5984         * src/procmsg.h
5985         * src/procmsg.c
5986         * src/folder.c
5987                 Fix POSTPROCESSING hook
5988                 Patch by H. Merijn Brand
5989
5990         * src/procmime.c
5991         * src/procmime.h
5992                 Parse Content-Location
5993
5994         * src/toolbar.c
5995         * src/messageview.c
5996         * src/messageview.h
5997                 Don't crash when a top-level MessageView has
5998                 been closed on us. Same problematic than
5999                 yesterday's quicksearch issue.
6000
6001 2006-03-15 [colin]      2.0.0cvs140
6002
6003         * src/gtk/quicksearch.c
6004                 Fix a bitchy race we didn't think about when we
6005                 added quicksearch cancellation:
6006                 If the search is not on cached fields, for example
6007                 body_part matchcase "stuff"
6008                 the matcher code has to get the whole message. If
6009                 we're on IMAP, that can be slow, and in order to
6010                 be non-blocking, the IMAP code idle loop processes
6011                 gtk events too. So it is possible to cancel a
6012                 quicksearch while the matcher is getting the mail's
6013                 body. After matcher got its body, it will start to
6014                 iterate over the matcher list that the Quicksearch's
6015                 clear_search_cb() just freed via prepare_matcher().
6016                 SIGSEGV ensues.
6017                 The fix consists of guarding the matcherlist_match()
6018                 call with a boolean 'matching'. If we reset the
6019                 quicksearch while matching is TRUE, we don't free
6020                 the matcherlist anymore like we did, but we set
6021                 another new flag, deferred_free, to TRUE. Then,
6022                 in quicksearch_match(), just after returning from
6023                 matcherlist_match() and unsetting the matching flag,
6024                 we check the deferred_free flag and do the
6025                 prepare_matcher() (which does the matcherlist_free)
6026                 for real, so we free the matcherlist once it's not
6027                 used anymore.
6028                 As all of this runs via the glib main loop, we
6029                 luckily don't need a mutex.
6030         * src/summaryview.c
6031                 Also, show progress while searching.
6032
6033
6034 2006-03-14 [colin]      2.0.0cvs139
6035
6036         * src/alertpanel.c
6037                 Make alertpanel_is_open non-static
6038
6039 2006-03-14 [colin]      2.0.0cvs138
6040
6041         * src/prefs_spelling.c
6042                 Cleanups - Fabien Vantard
6043
6044 2006-03-14 [wwp]        2.0.0cvs137
6045
6046         * src/main.c
6047                 code style normalization (curly braces, indentation).
6048
6049 2006-03-14 [wwp]        2.0.0cvs137
6050
6051         * src/main.c
6052                 code style (braces, indentation)
6053
6054 2006-03-12 [paul]       2.0.0cvs136
6055
6056         * src/prefs_common.c
6057                 trans_hdr defaults to FALSE to be RFC-savvy
6058         * src/prefs_summaries.c
6059                 add a tooltip to the trans_hdr option
6060                 
6061
6062 2006-03-12 [paul]       2.0.0cvs135
6063
6064         * src/prefs_matcher.c
6065                 give a little more width to the combos
6066         * src/prefs_display_header.c
6067         * src/textview.c
6068                 translate headers if prefs_common.trans_hdr
6069                 is TRUE
6070
6071         Patches by Pawel Pekala
6072
6073 2006-03-12 [paul]       2.0.0cvs134
6074
6075         * src/plugins/clamav/clamav_plugin.c
6076         * src/plugins/dillo_viewer/dillo_viewer.c
6077         * src/plugins/pgpcore/plugin.c
6078         * src/plugins/pgpinline/plugin.c
6079         * src/plugins/pgpmime/plugin.c
6080         * src/plugins/spamassassin/spamassassin.c
6081                 update/add to descriptions
6082         * src/plugins/spamassassin/spamassassin_gtk.c
6083                 fixes to the english, remove superfluous
6084                 tooltips, clean up a little
6085
6086 2006-03-12 [paul]       2.0.0cvs133
6087
6088         * src/compose.c
6089                 fix Bug 924, 'Account combo box shows up wrong 
6090                 if & is in account name'
6091
6092 2006-03-11 [colin]      2.0.0cvs132
6093
6094         * src/summaryview.c
6095                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
6096                 messed up shift-selection because is slows down
6097                 moving around summaryview. thanks -users
6098
6099 2006-03-10 [colin]      2.0.0cvs131
6100
6101         * src/plugins/spamassassin/spamassassin_gtk.c
6102                 Put back Paul's engrish fixes
6103
6104 2006-03-10 [colin]      2.0.0cvs130
6105
6106         * src/plugins/spamassassin/spamassassin.c
6107         * src/plugins/spamassassin/spamassassin.h
6108         * src/plugins/spamassassin/spamassassin_gtk.c
6109                 Cleanup SA prefs page (more)
6110                 Patch by Fabien Vantard
6111
6112 2006-03-10 [paul]       2.0.0cvs129
6113
6114         * src/prefs_msg_colors.c
6115         * src/prefs_spelling.c
6116                 widget sensitivity
6117
6118 2006-03-09 [mones]      2.0.0cvs128
6119
6120         * po/es.po
6121                 Update for next RC
6122
6123 2006-03-09 [wwp]        2.0.0cvs127
6124
6125         * configure.ac
6126                 revert accidental commit (requirement for libetpan 0.43), this time
6127                 not in HEAD.
6128
6129 2006-03-09 [wwp]        2.0.0cvs125
6130
6131         * configure.ac
6132                 revert accidental commit (requirement for libetpan 0.43)
6133
6134 2006-03-09 [paul]       2.0.0cvs126
6135
6136         * src/prefs_receive.c
6137                 remove useless frame
6138                 replace 'incorporation' with 'receiving'
6139         * src/plugins/clamav/clamav_plugin_gtk.c
6140         * src/plugins/spamassassin/spamassassin_gtk.c
6141                 improve widget sensitivity
6142                 fix a bit his engrish
6143
6144 2006-03-09 [wwp]        2.0.0cvs125
6145
6146         * src/addressadd.c
6147         * src/foldersel.c
6148         * src/prefs_common.c
6149         * src/prefs_common.h
6150                 remember some more windows' sizes (add to addressbook and
6151                 select folder).
6152
6153 2006-03-09 [paul]       2.0.0cvs124
6154
6155         * src/plugins/pgpcore/prefs_gpg.c
6156                 normalise construction of dialogue
6157
6158 2006-03-09 [paul]       2.0.0cvs123
6159
6160         * src/plugins/trayicon/Makefile.am
6161                 add missing slash
6162
6163 2006-03-08 [colin]      2.0.0cvs122
6164
6165         * src/plugins/trayicon/Makefile.am
6166                 Fix build in separate dir 
6167                 Patch by Bamanzi <bamanzi@gmail.com>
6168
6169 2006-03-08 [colin]      2.0.0cvs121
6170
6171         * src/procmsg.c
6172                 Batch move and copies from summaryview with delayed execution
6173                 too
6174
6175 2006-03-07 [paul]       2.0.0cvs120
6176
6177         * src/common/utils.c
6178                 fix highlighting of URIs containing "()"
6179                 Patch by Pawel Pekala
6180
6181 2006-03-07 [paul]       2.0.0cvs119
6182
6183         * src/folder.c
6184         * src/folder.h
6185         * src/folderview.c
6186                 immediately do alphabetical resort when
6187                 changing a folder's name
6188                 Patch by Pawel Pekala
6189
6190 2006-03-07 [paul]       2.0.0cvs118
6191
6192         * src/news.c
6193         * src/news_gtk.c
6194                 when unsubscribing a newsgroup, remove the
6195                 folder and msgs in .sylpheed-claws/newscache
6196                 Patch by Pawel Pekala <c0rn@gazeta.pl>
6197
6198 2006-03-07 [paul]       2.0.0cvs117
6199
6200         * src/textview.c
6201                 fix wrong Fake URL Warning
6202                 Thanks to Hiro
6203
6204 2006-03-07 [colin]      2.0.0cvs116
6205
6206         * src/imap.c
6207                 Return immediately when password dialog was
6208                 cancelled
6209         * src/gtk/inputdialog.c
6210                 Allow empty strings for passwords
6211
6212
6213 2006-03-06 [colin]      2.0.0cvs115
6214
6215         * src/imap.c
6216                 Prevent double-timeouts when connection fails
6217
6218 2006-03-06 [colin]
6219
6220         2.0.1-rc1 released
6221
6222 2006-03-06 [colin]      2.0.0cvs114
6223
6224         * src/imap.c
6225                 Refresh session during potentially long
6226                 operations
6227
6228 2006-03-06 [wwp]        2.0.0cvs113
6229
6230         * src/prefs_msg_colors.h
6231                 forgot that one (custom color labels).
6232
6233 2006-03-06 [wwp]        2.0.0cvs112
6234
6235         * src/prefs_common.c
6236         * src/prefs_common.h
6237         * src/prefs_msg_colors.c
6238         * src/summaryview.c
6239         * src/summaryview.h
6240         * src/gtk/colorlabel.c
6241         * src/gtk/colorlabel.h
6242                 colors in messages list are now customizable. Color values and names can
6243                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
6244                 Thanks to Paul and Colin for their help with this longstanding patch!
6245
6246 2006-03-06 [wwp]        2.0.0cvs111
6247
6248         * src/textview.c
6249                 don't crash if (x)face is bad.
6250
6251 2006-03-05 [paul]       2.0.0cvs110
6252
6253         * AUTHORS
6254         * configure.ac
6255         * src/Makefile.am
6256         * src/common/Makefile.am
6257         * src/common/utils.h
6258         * src/etpan/imap-thread.c
6259         * src/gtk/authors.h
6260         * src/plugins/clamav/Makefile.am
6261         * src/plugins/demo/Makefile.am
6262         * src/plugins/dillo_viewer/Makefile.am
6263         * src/plugins/pgpcore/Makefile.am
6264         * src/plugins/pgpcore/passphrase.c
6265         * src/plugins/pgpinline/Makefile.am
6266         * src/plugins/pgpmime/Makefile.am
6267         * src/plugins/spamassassin/Makefile.am
6268         * src/plugins/trayicon/Makefile.am
6269                 fix builiding on cygwin
6270                 Patch by Ralgh Young <bamanzi@gmail.com>
6271
6272 2006-03-04 [wwp]        2.0.0cvs109
6273
6274         * manual/keyboard.xml
6275                 fix mixed up/down keys.
6276
6277 2006-03-04 [wwp]        2.0.0cvs108
6278
6279         * README
6280         * INSTALL
6281                 updated links to SpamAssassin.
6282
6283 2006-03-04 [wwp]        2.0.0cvs107
6284
6285         * manual/plugins.xml
6286         * src/plugins/spamassassin/README
6287                 updated SpamAssassin plugin docs to reflect new functional additions
6288                 (also fix/update/documents few technical stuff more, see the README).
6289
6290 2006-03-04 [wwp]        2.0.0cvs106
6291
6292         * src/prefs_message.c
6293                 normalized capitalization of message-prefs paths.
6294
6295 2006-03-04 [wwp]        2.0.0cvs105
6296
6297         * manual/advanced.xml
6298                 typo.
6299
6300 2006-03-03 [colin]      2.0.0cvs104
6301
6302         * src/plugins/clamav/clamav_plugin_gtk.c
6303                 Rework prefs page, patch by Fabien 
6304
6305 2006-03-03 [colin]      2.0.0cvs103
6306
6307         * src/plugins/clamav/clamav_plugin.c
6308                 Set error on all errors
6309
6310 2006-03-03 [colin]      2.0.0cvs102
6311
6312         * src/common/plugin.c
6313                 Initialize error to avoid crashing when a plugin fails
6314                 without setting error
6315
6316 2006-03-02 [wwp]        2.0.0cvs101
6317
6318         * configure.ac
6319                 fixed linker flags for libetpan support on Cygwin
6320                 (thanks to H.Merijn Brand).
6321
6322 2006-03-02 [wwp]        2.0.0cvs100
6323
6324         * src/addressbook.c
6325                 fix some AB error messages: one for punctuation and
6326                 one wrongly duplicate (thanks, maxbritov).
6327
6328 2006-03-02 [wwp]        2.0.0cvs99
6329
6330         * src/plugins/spamassassin/spamassassin.c
6331                 make sync calls to sa-learn/spamc to prevent
6332                 system (whatever local or client/server) overload.
6333
6334 2006-03-02 [colin]      2.0.0cvs98
6335
6336         * src/summaryview.c
6337                 Put the spam icon in the status column instead of the
6338                 mark one
6339
6340 2006-03-01 [colin]      2.0.0cvs97
6341
6342         * src/plugins/spamassassin/spamassassin.c
6343                 Fix segfault (g_file_set_contents fails for some 
6344                 reason and err==0x2f. Can't find out why with
6345                 valgrind, using working function :-)
6346
6347 2006-03-01 [colin]      2.0.0cvs96
6348
6349         * src/inc.c
6350                 Offline overriding: let 'No' be cached only 3 seconds
6351
6352 2006-03-01 [colin]      2.0.0cvs95
6353
6354         * src/addr_compl.c
6355         * src/addrbook.c
6356         * src/addressbook.c
6357         * src/addrindex.c
6358         * src/folder_item_prefs.c
6359         * src/headerview.c
6360         * src/imap.c
6361         * src/inc.c
6362         * src/ldif.c
6363         * src/mainwindow.c
6364         * src/mh.c
6365         * src/msgcache.c
6366         * src/prefs_common.h
6367         * src/prefs_msg_colors.c
6368         * src/procheader.c
6369         * src/procheader.h
6370         * src/procmime.c
6371         * src/procmsg.c
6372         * src/procmsg.h
6373         * src/send_message.h
6374         * src/simple-gettext.c
6375         * src/summaryview.c
6376         * src/summaryview.h
6377         * src/syldap.c
6378         * src/textview.c
6379         * src/undo.c
6380         * src/common/ssl_certificate.c
6381         * src/common/utils.c
6382         * src/gtk/colorsel.c
6383         * src/gtk/gtksctree.c
6384         * src/gtk/gtkshruler.c
6385         * src/plugins/trayicon/trayicon.c
6386                 #if 0 goes to /dev/null
6387
6388 2006-03-01 [colin]      2.0.0cvs94
6389
6390         * src/compose.c
6391         * src/imap.c
6392         * src/inc.c
6393         * src/inc.h
6394         * src/messageview.c
6395         * src/news.c
6396         * src/plugins/spamassassin/spamassassin.c
6397                 Allow to add information in the "working offline"
6398                 window
6399
6400 2006-03-01 [wwp]        2.0.0cvs93
6401
6402         * src/plugins/spamassassin/spamassassin.c
6403                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6404                 'cause it seems that calling `spamc ... < inputfile` with
6405                 g_spawn_(a)sync simply.. erm doesn't work :-).
6406
6407 2006-03-01 [wwp]        2.0.0cvs92
6408
6409         * src/toolbar.c
6410         * src/toolbar.h
6411                 simplify the adding of spam/ham button to the messageview toolbar
6412                 (it gets more clear now that the same button will be "Mark as spam"
6413                 or "Mark as ham" according to the current message status,
6414                 thanks to Colin).
6415
6416 2006-03-01 [wwp]        2.0.0cvs91
6417
6418         * src/messageview.c
6419         * src/procmsg.c
6420         * src/procmsg.h
6421         * src/summaryview.c
6422         * src/plugins/spamassassin/spamassassin.c
6423         * src/plugins/spamassassin/spamassassin.h
6424                 make learner callbacks return a status (0 for ok),
6425                 handle it in main code to avoid setting flags when learning failed,
6426                 don't learn on TCP if offline in spamassassin,
6427                 thanks to Colin.
6428
6429                 
6430
6431 2006-03-01 [wwp]        2.0.0cvs90
6432
6433         * src/compose.c
6434                 some work around the compose window's account menu,
6435                 patch by Fabien Vantard.
6436
6437 2006-03-01 [wwp]        2.0.0cvs89
6438
6439         * src/plugins/spamassassin/spamassassin.c
6440                 fixed bad logics, was using spamc in local mode and sa-learn
6441                 in remote mode (thanks, Colin).
6442
6443 2006-03-01 [wwp]        2.0.0cvs88
6444
6445         * src/plugins/spamassassin/spamassassin.c
6446         * src/plugins/spamassassin/spamassassin.h
6447         * src/plugins/spamassassin/spamassassin_gtk.c
6448                 made processing of emails w/ sa-plugin an option (default is TRUE),
6449                 fixed Engrish some tooltips, capitalization of some debug messages
6450                 and warnings. The spamassassin plugin now provides two separate
6451                 services: process emails upon incorporation and spamd training.
6452                 Both services (un)register independently but use some common
6453                 plugin settings (transport settings, spam storage location).
6454
6455 2006-02-28 [wwp]        2.0.0cvs87
6456
6457         * src/plugins/spamassassin/spamassassin.c
6458                 fix async flag to spamc cmdline execution (batch exec should
6459                 be asynchronous).
6460
6461 2006-02-27 [wwp]        2.0.0cvs86
6462
6463         * src/plugins/spamassassin/spamassassin.c
6464         * src/plugins/spamassassin/spamassassin.h
6465         * src/plugins/spamassassin/spamassassin_gtk.c
6466                 - added the ability to learn a remote spamassassin server (spamd),
6467                 using spamc.
6468                 - added the spamassassin option 'username', that applies to all
6469                 spamassassin operations (filtering, learning, local or remote).
6470                 The default username is the current unix user (if left blank
6471                 from gtk prefs or config file).
6472                 - commented out some unused code (notebook widget), removed unused
6473                 layout (hbox1).
6474                 - make more widgets sensitive to the transport type.
6475
6476 2006-02-27 [colin]      2.0.0cvs85
6477
6478         * src/plugins/spamassassin/spamassassin.c
6479                 Fix sa-learn call when offline
6480
6481 2006-02-27 [colin]      2.0.0cvs84
6482
6483         * configure.ac
6484         * src/Makefile.am
6485         * src/mainwindow.c
6486         * src/mainwindow.h
6487         * src/messageview.c
6488         * src/messageview.h
6489         * src/prefs_toolbar.c
6490         * src/procmsg.c
6491         * src/stock_pixmap.c
6492         * src/stock_pixmap.h
6493         * src/summaryview.c
6494         * src/toolbar.c
6495         * src/toolbar.h
6496         * src/pixmaps/ham_btn.xpm
6497         * src/pixmaps/spam.xpm
6498         * src/pixmaps/spam_btn.xpm
6499         * src/plugins/spamassassin/spamassassin.c
6500                 Add button in toolbar for spam learning
6501                 Fix a few bugs from the last related commit
6502                 Revert 1.9.6cvs23 which messed up shift-selection
6503
6504 2006-02-24 [colin]      2.0.0cvs83
6505
6506         * src/procmsg.c
6507         * src/summaryview.c
6508         * src/summaryview.h
6509         * src/plugins/spamassassin/spamassassin.c
6510         * src/plugins/spamassassin/spamassassin.h
6511         * src/plugins/spamassassin/spamassassin_gtk.c
6512                 Unregister learner when spamassassin is either
6513                 disabled or over tcp
6514
6515 2006-02-24 [colin]      2.0.0cvs82
6516
6517         * src/Makefile.am
6518         * src/mainwindow.c
6519         * src/mainwindow.h
6520         * src/procmsg.c
6521         * src/procmsg.h
6522         * src/stock_pixmap.c
6523         * src/stock_pixmap.h
6524         * src/summaryview.c
6525         * src/summaryview.h
6526         * src/gtk/icon_legend.c
6527         * src/pixmaps/spam.xpm  ** NEW FILE **
6528         * src/plugins/spamassassin/spamassassin.c
6529         * src/plugins/spamassassin/spamassassin_gtk.c
6530                 Add spam learning interface (Mark/Mark as 
6531                 (spam|ham) menus)
6532
6533 2006-02-24 [wwp]        2.0.0cvs81
6534
6535         * src/compose.c
6536         * src/compose.h
6537         * src/filtering.c
6538                 hide compose window when sending message in batch mode
6539                 (filtering: forward and redirect). Also fixed a wrong
6540                 value returned when sending failed, neutral anyway.
6541                 (Colin, me) 
6542
6543 2006-02-24 [wwp]        2.0.0cvs80
6544
6545         * src/mainwindow.c
6546                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6547
6548 2006-02-24 [paul]       2.0.0cvs79
6549
6550         * src/news.c
6551         * src/news.h
6552         * src/news_gtk.c
6553                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6554                 Thanks to Colin
6555
6556 2006-02-23 [colin]      2.0.0cvs78
6557
6558         * src/alertpanel.c
6559                 Change OK to Close in alertpanel with View log
6560                 button; add accel to View log. Patch by Fabien
6561                 Vantard
6562
6563 2006-02-23 [wwp]        2.0.0cvs77
6564
6565         * src/compose.c
6566                 silly me, there were much more tests to perform, since toolbars can
6567                 really have down to 1 element only.
6568
6569 2006-02-23 [wwp]        2.0.0cvs76
6570
6571         * commitHelper
6572                 fixed indentation from my previous commit. Fallback to VISUAL if
6573                 EDITOR is not set (and to vi, at last resort).
6574
6575 2006-02-23 [wwp]        2.0.0cvs75
6576
6577         * commitHelper
6578                 improved error detection (Colin, me).
6579
6580 2006-02-23 [wwp]        2.0.0cvs74
6581
6582         * src/prefs_toolbar.c
6583                 simplify and fix prefs/toolbars layouting. Combos' contents can
6584                 now be really displayed.
6585
6586 2006-02-23 [wwp]        2.0.0cvs73
6587         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6588         be really displayed.
6589
6590 2006-02-22 [wwp]        2.0.0cvs72
6591
6592         * src/compose.c
6593                 fix a typo in my previous commit (sorry!).
6594
6595 2006-02-22 [wwp]        2.0.0cvs71
6596
6597         * src/prefs_toolbar.c
6598                 fix a crash when adding separators to toolbars,
6599                 also fix some separator item information.
6600
6601 2006-02-22 [wwp]        2.0.0cvs70
6602
6603         * src/compose.c
6604                 fix a crash when redirecting (for instance) when compose window's
6605                 toolbar contents has been customized (when some buttons have been
6606                 removed in fact).
6607
6608 2006-02-21 [wwp]        2.0.0cvs69
6609
6610         * src/summaryview.c
6611         * src/gtk/pluginwindow.c
6612         * src/plugins/pgpcore/prefs_gpg.c
6613                 fix some compilation warnings (feat. remains of removed code).
6614
6615 2006-02-21 [wwp]        2.0.0cvs68
6616
6617         * src/gtk/gtkutils.c
6618                 fix two compilation issues, thanks to Stephan Sachse.
6619
6620 2006-02-20 [colin]      2.0.0cvs67
6621
6622         * src/mainwindow.c
6623                 Don't reselect displayed mail on refocus
6624                 This fixes actions misbehaving 
6625
6626 2006-02-20 [wwp]        2.0.0cvs66
6627
6628         * src/summaryview.c
6629         * src/gtk/gtksctree.c
6630         * src/gtk/gtkshruler.c
6631                 changed more runtime typecast checks.
6632
6633 2006-02-20 [wwp]        2.0.0cvs65
6634
6635         * src/summary_search.c
6636                 find all - summaryview refresh issue fixed, thanks to Colin.
6637
6638 2006-02-20 [wwp]        2.0.0cvs64
6639
6640         * src/gtk/gtkutils.c
6641                 better runtime typecast checks.
6642
6643 2006-02-20 [wwp]        2.0.0cvs63
6644
6645         * src/summary_search.c
6646                 enhancements to the summary search:
6647                         - add the ability to stop the running search
6648                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6649                         - don't search if no criteria (From/To/Subject/Body) is set
6650                         - ensure that a busy mouse pointer is always shown when searching,
6651                           show it even a bit earlier
6652
6653 2006-02-19 [colin]      2.0.0cvs62
6654
6655         * src/compose.c
6656         * src/imap.c
6657         * src/etpan/imap-thread.c
6658         * src/etpan/imap-thread.h
6659                 (Future) IMAP speed improvement on sending
6660                 Will require a libetpan update
6661         * src/summaryview.c
6662         * src/gtk/quicksearch.c
6663                 Make quicksearch clearable while running.
6664
6665 2006-02-17 [colin]      2.0.0cvs61
6666
6667         * src/imap.c
6668         * src/etpan/imap-thread.c
6669         * src/etpan/imap-thread.h
6670                 Check for IMAP certificates
6671                 ** Requires libetpan-0.42-cvs4 
6672                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6673
6674 2006-02-17 [colin]      2.0.0cvs60
6675
6676         * src/messageview.c
6677         * src/prefs_common.c
6678         * src/prefs_common.h
6679         * src/prefs_message.c
6680                 Add pref to display HTML-only mails with plugin, 
6681                 if possible (defaulting to FALSE of course).
6682
6683 2006-02-16 [colin]      2.0.0cvs59
6684
6685         * src/main.c
6686         * src/common/plugin.c
6687         * src/common/plugin.h
6688         * src/gtk/pluginwindow.c
6689                 Keep track of requested (but unloaded) plugins
6690                 in some error cases.
6691
6692 2006-02-16 [wwp]        2.0.0cvs58
6693
6694         * src/gtk/gtkaspell.c
6695         * src/gtk/gtkaspell.h
6696         * src/prefs_spelling.c
6697         * src/compose.c
6698         * src/prefs_common.c
6699         * src/prefs_common.h
6700                 implemented new optional spellchecker behaviour: re-check message when
6701                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6702
6703 2006-02-16 [wwp]        2.0.0cvs57
6704
6705         * src/quote_fmt_parse.y
6706                 pclose popen'ed pipe.
6707
6708 2006-02-15 [colin]      2.0.0cvs56
6709
6710         * src/mimeview.c
6711         * src/mimeview.h
6712                 Let MimeViewers know which MimeView they
6713                 depend of.
6714         * src/summaryview.c
6715                 Swap From/To columns in Sent/Queue/Drafts
6716                 folders
6717         * src/etpan/imap-thread.c
6718                 Use mailstream_low_tls_open() for STARTTLS
6719                 instead of mailstream_low_ssl_open()
6720                 ** REQUIRES libetpan 0.42cvs3 **
6721
6722 2006-02-15 [wwp]        2.0.0cvs55
6723
6724         * src/compose.c
6725         * src/compose.h
6726         * src/message_search.c
6727         * src/message_search.h
6728         * src/textview.c
6729         * src/gtk/gtkutils.c
6730         * src/gtk/gtkutils.h
6731                 added the ability to Find text in the compose window (and a bit
6732                 of code factorization).
6733
6734 2006-02-15 [wwp]        2.0.0cvs54
6735
6736         * src/prefs_gtk.c
6737                 yet another one file was missing (fix for some widgets' sensitivity).
6738                 Thanks Colin!
6739
6740 2006-02-15 [wwp]        2.0.0cvs53
6741
6742         * src/prefs_gtk.h
6743                 oops forgot that file (fix for some widgets' sensitivity).
6744
6745 2006-02-15 [wwp]        2.0.0cvs52
6746
6747         * src/summary_search.c
6748                 implemented advanced summary search options (added the ability
6749                 to use matcher conditions in an advanced search mode).
6750
6751 2006-02-15 [wwp]        2.0.0cvs51
6752
6753         * src/plugins/pgpcore/prefs_gpg.c
6754         * src/prefs_account.c
6755                 fix some widget sensitivity, mostly around some labels in
6756                 account prefs.
6757
6758 2006-02-15 [paul]       2.0.0cvs50
6759
6760         * manual/advanced.xml
6761                 improve Templates info
6762                 written by wwp
6763
6764 2006-02-14 [colin]      2.0.0cvs49
6765
6766         * src/pixmaps/address_book.xpm
6767         * src/pixmaps/preferences.xpm
6768         * src/pixmaps/properties.xpm
6769                 Fix pixmap size - patch by Fabien Vantard
6770
6771 2006-02-13 [colin]      2.0.0cvs48
6772
6773         * src/procmime.c
6774                 Add missing fclose()s on error
6775         * src/textview.c
6776                 Remove unused code
6777         * src/common/utils.c
6778                 Fix temp files not being deleted on windows
6779         Patches by Thomas Gilgin
6780
6781 2006-02-13 [colin]      2.0.0cvs47
6782
6783         * src/mainwindow.c
6784                 Fix exit crash
6785
6786 2006-02-13 [wwp]        2.0.0cvs46
6787
6788         * src/plugins/pgpcore/prefs_gpg.c
6789                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6790
6791 2006-02-12 [colin]      2.0.0cvs45
6792
6793         * src/folderview.c
6794         * src/main.c
6795         * src/mainwindow.c
6796                 Fix "stuff" when quitting
6797
6798 2006-02-12 [wwp]        2.0.0cvs44
6799
6800         * src/prefs_themes.c
6801                 fix typos in debug messages.
6802
6803 2006-02-11 [colin]      2.0.0cvs43
6804
6805         * src/summaryview.c
6806                 don't allow drag/drop from ourself
6807
6808 2006-02-10 [wwp]        2.0.0cvs42
6809
6810         * src/exporthtml.c
6811         * src/html.c
6812         * src/html.h
6813         * src/procmime.c
6814         * src/textview.c
6815                 renamed html_ prefixed functions and data structures to avoid
6816                 namespace clashes w/ other software (gtkhtml2 for instance).
6817                 Closes bug #907.
6818
6819
6820 2006-02-09 [colin]      2.0.0cvs41
6821
6822         * src/summaryview.c
6823                 Fix shitty logic messed up. Thanks Ticho for the hint!
6824
6825 2006-02-09 [wwp]        2.0.0cvs40
6826
6827         * src/gtk/about.c
6828         * src/compose.c
6829         * src/prefs_account.c
6830         * src/prefs_gtk.h
6831         * src/editaddress.c
6832                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6833                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6834                 Browse buttons in accounts prefs.
6835
6836 2006-02-09 [colin]      2.0.0cvs39
6837
6838         * src/matcher.c
6839                 Check for pointer before using its members
6840         * src/gtk/gtksourceprintjob.c
6841                 Fix a wrong warning
6842
6843 2006-02-09 [wwp]        2.0.0cvs38
6844
6845         * src/gtk/filesel.c
6846                 fix few compiler warnings (type mismatch).
6847
6848 2006-02-09 [paul]       2.0.0cvs37
6849
6850         * po/fr.po
6851                 updated by Fabien Vantard
6852
6853 2006-02-08 [colin]      2.0.0cvs36
6854
6855         * src/prefs_common.c
6856         * src/common/defs.h
6857         * src/common/plugin.c
6858                 allow windows and linux configurations to coexist
6859                 patch by Thomas Gilgin
6860
6861 2006-02-08 [colin]      2.0.0cvs35
6862
6863         * src/filtering.c
6864         * src/matcher.c
6865         * src/matcher.h
6866         * src/matcher_parser_parse.y
6867         * src/prefs_filtering_action.c
6868         * src/prefs_matcher.c
6869                 Add the "Ignore thread" filtering
6870                 action
6871
6872 2006-02-08 [colin]      2.0.0cvs34
6873
6874         * src/compose.c
6875         * src/procmime.c
6876         * src/procmime.h
6877                 Fix bug #905 (damaged attachment)
6878                 text files with raw \0's aren't really text files
6879         FOR_STABLE
6880
6881 2006-02-08 [colin]      2.0.0cvs33
6882
6883         * src/summaryview.c
6884                 Fix crasher introduced yesterday
6885
6886 2006-02-08 [wwp]        2.0.0cvs32
6887
6888         * src/compose.c
6889         * src/compose.h
6890                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6891
6892 2006-02-08 [wwp]        2.0.0cvs31
6893
6894         * src/prefs_template.c
6895                 templates enhancement: allow address completion for Cc and Bcc fields
6896                 (it was currently possible for the To field only)
6897
6898 2006-02-08 [colin]      2.0.0cvs30
6899
6900         * src/compose.c
6901                 Don't unblock if not blocked
6902         FOR_STABLE
6903
6904 2006-02-07 [colin]      2.0.0cvs29
6905
6906         * src/action.c
6907                 Forgot to refresh summaryview
6908
6909 2006-02-07 [colin]      2.0.0cvs28
6910
6911         * src/action.c
6912                 Freeze/thaw message list and folder list while
6913                 processing %as{} actions 
6914         * src/compose.c
6915                 Fix auto-wrap disabling after a middle-click
6916                 paste - FOR_STABLE
6917
6918 2006-02-07 [paul]       2.0.0cvs27
6919
6920         * src/folder.c
6921                 fix freeing of uninitialised pointers
6922                 Thanks to Colin
6923
6924 2006-02-06 [colin]      2.0.0cvs26
6925
6926         * src/folder.c
6927                 Use g_slist_prepend in potentially big list
6928
6929 2006-02-06 [colin]      2.0.0cvs25
6930
6931         * src/folder.c
6932                 Completely skip processing if it doesn't 
6933                 exist (faster!)
6934
6935 2006-02-06 [colin]      2.0.0cvs24
6936
6937         * src/folder.c
6938         * src/summaryview.c
6939                 Batch filtering in summaryview (from Tools menu)
6940                 and pre/post//-processing too
6941
6942 2006-02-06 [colin]      2.0.0cvs23
6943
6944         * src/procmsg.h
6945         * src/filtering.c
6946                 Use a special field for batch filtering instead
6947                 of stepping on deferred execution's toes
6948
6949 2006-02-06 [colin]      2.0.0cvs22
6950
6951         * src/action.c
6952         * src/filtering.c
6953         * src/filtering.h
6954         * src/folder.c
6955         * src/summaryview.c
6956                 Fix filtering via menus and actions
6957
6958 2006-02-06 [colin]      2.0.0cvs21
6959
6960         * src/imap.c
6961                 Put the added file directly to cache if possible (will work
6962                 with next libetpan)
6963         * src/filtering.c
6964         * src/filtering.h
6965         * src/inc.c
6966         * src/folder.c
6967         * src/mbox.c
6968         * src/procmsg.h
6969                 Move and copy filtered messages by batches instead of one
6970                 by one - faster on IMAP
6971         * src/procmsg.c
6972                 Add a function that'll possibly be useful later
6973
6974 2006-02-06 [colin]      2.0.0cvs20
6975
6976         * src/addressbook.c
6977                 Use internal mime-type instead of text/plain for d'n'd
6978         * src/compose.c
6979                 Allow attaching files from mimeview's icon list via d'n'd
6980         * src/folderview.c
6981         * src/folderview.h
6982                 Use internal mime-type instead of text/plain for d'n'd
6983                 Don't try to selected opened folder if none is
6984                 Factorize d'n'd from other apps code
6985         * src/headerview.c
6986         * src/textview.c
6987         * src/gtk/gtkutils.c
6988         * src/gtk/gtkutils.h
6989                 Factorize Face/X-Face stuff
6990         * src/mimeview.c
6991                 Fix d'n'd to other apps
6992         * src/prefs_message.c
6993                 Let the XFace pref be usable without libcompface as it also
6994                 applies to Face
6995         * src/summaryview.c
6996                 Fix d'n'd to other apps
6997                 Factorize d'n'd from other apps code
6998
6999 2006-02-06 [wwp]        2.0.0cvs19
7000
7001         * po/it.po
7002                 Italian translation fixes by Andrea Spadaccini (no more confusion
7003                 between filtering and processing, and few changes in the About
7004                 dialog).
7005
7006
7007 2006-02-06 [mones]      2.0.0cvs18
7008
7009         * src/gtk/icon_legend.c
7010                 Improved descriptions allowing better translations
7011
7012 2006-02-05 [colin]      2.0.0cvs17
7013
7014         * src/imap.c
7015                 Add the f*cking missing expunge that caused imap_fetch_env
7016                 to fail after an add_msgs ! :-///
7017         * src/etpan/imap-thread.c
7018                 Add a bit of debug
7019         FOR_STABLE
7020
7021 2006-02-05 [colin]      2.0.0cvs16
7022
7023         * src/common/utils.c
7024                 Don't check for return-path (or we can't put
7025                 back non-sent mails)
7026
7027 2006-02-05 [colin]      2.0.0cvs15
7028
7029         * src/textview.c
7030                 Don't try to display Face header in textview
7031                 when teh headerview's active
7032
7033 2006-02-05 [colin]      2.0.0cvs14
7034
7035         * tools/tbird2syl.py
7036         * tools/Makefile.am
7037                 Add script to import Thunderbird mails
7038
7039 2006-02-05 [colin]      2.0.0cvs13
7040
7041         * src/headerview.c
7042         * src/procheader.c
7043         * src/procmsg.c
7044         * src/procmsg.h
7045         * src/textview.c
7046                 Show Face headers - patch partially by Klaus Flittner
7047
7048 2006-02-05 [colin]      2.0.0cvs12
7049
7050         * src/folderview.c
7051         * src/summaryview.c
7052         * src/common/utils.c
7053         * src/common/utils.h
7054                 Let dnd work from mime icons to summaryview
7055                 and to folderview too
7056                 Add a crude test to avoid trying to add files
7057                 drag'n'dropped when they're not mails
7058
7059 2006-02-04 [colin]      2.0.0cvs11
7060
7061         * src/summaryview.c
7062         * src/mimeview.c
7063                 Fix utf8 conversion
7064
7065 2006-02-04 [colin]      2.0.0cvs10
7066
7067         * src/compose.c
7068         * src/folderview.c
7069         * src/mimeview.c
7070         * src/summaryview.c
7071         * src/summaryview.h
7072                 Added various drag and drop capas:
7073                 From                    To
7074                 summaryview             other apps
7075                 mimeview icons          other apps
7076                 other apps              summaryview
7077                 other apps              folderview
7078
7079                 This shouldn't have broken the existing:
7080                 From                    To
7081                 summaryview             folderview
7082                 folderview              folderview
7083                 summaryview             compose's attachments
7084
7085         Tests welcomed.
7086
7087 2006-02-02 [paul]       2.0.0cvs9
7088
7089         * src/mainwindow.c
7090                 move global option 'Set displayed columns...' out
7091                 of folder option grouping.
7092                 fix sensitivity of 'harvest addresses'
7093         FOR_STABLE
7094
7095 2006-02-01 [colin]      2.0.0cvs8
7096
7097         * src/mimeview.c
7098                 Revert the alertpanel patch, it sucks (intrusive
7099                 and gets in the way of "open")
7100
7101 2006-02-01 [colin]      2.0.0cvs7
7102
7103         * src/compose.c
7104         * src/prefs_account.c
7105         * src/prefs_common.c
7106         * src/common/defs.h
7107         * src/common/utils.c
7108         * src/common/utils.h
7109                 Add ability to edit the signature file
7110                 from the account preferences, and use
7111                 a default for the text editor.
7112                 Patch by Fabien Vantard
7113
7114 2006-02-01 [colin]      2.0.0cvs6
7115
7116         * src/mimeview.c
7117                 Try to get mime type by extension if it is
7118                 application/octet-stream
7119                 Display a window with possible choices when
7120                 encountering unknown mime types
7121         * src/gtk/filesel.c
7122         * src/gtk/filesel.h
7123                 Add preview
7124                 Allow multiple selection in filtered filesel
7125                 (patch by Fabien Vantard)
7126         * src/gtk/pluginwindow.c
7127                 Use it (patch by Fabien Vantard)
7128
7129 2006-02-01 [paul]       2.0.0cvs5
7130
7131         * src/jpilot.c
7132                 fix crash on creating jpilot address book
7133                 Thanks to Colin - FOR_STABLE
7134         * src/prefs_summaries.c
7135         * src/prefs_wrapping.c
7136         * src/gtk/icon_legend.c
7137         * src/gtk/quicksearch.c
7138                 string fixes and additions
7139
7140 2006-02-01 [paul]       2.0.0cvs4
7141
7142         * src/compose.c
7143         * src/mainwindow.c
7144         * src/messageview.c
7145         * src/prefs_send.c
7146                 add Arabic encoding option
7147                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
7148
7149 2006-01-31 [colin]      2.0.0cvs3
7150
7151         * src/plugins/pgpcore/passphrase.c
7152                 Convert passphrase to locale encoding
7153         * src/compose.c
7154                 Fix drafting on IMAP. Crappy bug sneaked in
7155                 the release :-/
7156         FOR_STABLE
7157
7158 2006-01-30 [paul]       2.0.0cvs2
7159
7160         * src/gtk/icon_legend.c
7161                 show the new entries
7162
7163 2006-01-30 [colin]      2.0.0cvs1
7164
7165         * src/manual.c
7166                 Check for the file to be present before 
7167                 enabling the menu - FOR_STABLE
7168         * src/gtk/icon_legend.c
7169                 Add folders icons (not all of them, there
7170                 are too much, but the most intriguing ones)
7171
7172 2006-01-30 [paul]       2.0.0
7173
7174         version 2.0.0 released
7175
7176 2006-01-30 [paul]       1.9.100cvs200
7177
7178         * manual/faq.xml
7179         * manual/gpl.xml
7180         * manual/intro.xml
7181         * manual/starting.xml
7182         * manual/sylpheed-claws-manual.xml
7183                 fixes, additions
7184
7185 2006-01-29 [mones]      1.9.100cvs199
7186
7187         * manual/account.xml
7188         * manual/advanced.xml
7189         * manual/glossary.xml
7190                 Some typos fixed, added LDIF term to glossary
7191         * po/es.po
7192                 Fixed leading plus symbol
7193
7194 2006-01-29 [paul]       1.9.100cvs198
7195
7196         * po/fi.po
7197         * po/sk.po
7198                 updated by Tommi Pirinen and Andrej Kacian
7199
7200 2006-01-29 [paul]       1.9.100cvs197
7201
7202         * src/gtk/authors.h
7203                 remove duplicates
7204
7205 2006-01-29 [paul]       1.9.100cvs196
7206
7207         * AUTHORS
7208         * po/nl.po
7209         * src/gtk/authors.h
7210         * tools/claws.i18n.status.pl
7211                 nl translation updated by Tim Dijkstra
7212
7213 2006-01-29 [paul]       1.9.100cvs195
7214
7215         * po/sr.po
7216         * po/sv.po
7217                 updated by Aleksandar Urosevic and Anders Troback
7218
7219 2006-01-28 [colin]      1.9.100cvs194
7220
7221         * src/gtk/gtksourceprintjob.c
7222                 Don't fiddle with PangoLayout when we
7223                 have an image
7224
7225 2006-01-28 [paul]       1.9.100cvs193
7226
7227         * AUTHORS
7228         * po/el.po
7229         * po/zh_CN.po
7230         * src/gtk/authors.h
7231         * tools/claws.i18n.status.pl
7232                 updated translations submitted by Stavros Giannouris
7233                 and Ralgh Young
7234
7235 2006-01-27 [colin]      1.9.100cvs192
7236
7237         * src/summaryview.c
7238         * src/gtk/gtksourceprintjob.c
7239                 Add image printing 
7240                 (libgnomeprint only, of course)
7241
7242 2006-01-27 [paul]       1.9.100cvs191
7243
7244         * po/fr.po
7245         * po/it.po
7246                 updated by Fabien Vantard and Andrea Spadaccini
7247
7248 2006-01-26 [colin]      1.9.100cvs190
7249
7250         * manual/Makefile.am
7251         * configure.ac
7252                 Make building the manual optional 
7253                 (--disable-manual)
7254
7255 2006-01-26 [paul]       1.9.100cvs189
7256
7257         * manual/glossary.xml
7258         * manual/plugins.xml
7259                 edited
7260         * po/en_GB.po
7261                 updated
7262
7263 2006-01-26 [paul]       1.9.100cvs188
7264
7265         * src/prefs_display_header.c
7266         * src/prefs_folder_column.c
7267         * src/prefs_msg_colors.c
7268         * src/prefs_summaries.c
7269         * src/prefs_summary_column.c
7270                 HIGify
7271
7272 2006-01-25 [colin]      1.9.100cvs187
7273
7274         * src/imap.c
7275                 Don't allow moving/copying mails between
7276                 queue/drafts and non-queue/drafts folders
7277                 Fixes bug #897 (message header is resetted 
7278                 if one is copied to Drafts)
7279
7280 2006-01-25 [colin]      1.9.100cvs186
7281
7282         * src/folder.c
7283         * src/mainwindow.c
7284                 Fix subscribed folders not found
7285         * src/compose.c
7286                 Don't try to encode as original mail's charset
7287                 if it's ascii 
7288
7289 2006-01-25 [paul]       1.9.100cvs185
7290
7291         * AUTHORS
7292         * po/Makevars
7293                 updated
7294         * po/de.po
7295         * po/pl.po
7296         * po/pt_BR.po
7297         * po/sr.po
7298                 updates submitted by Stephan Sachse, Emilian Nowak
7299                 and Quar, Frederico Goncalves Guimaraes, and
7300                 Aleksandar Urosevic
7301                 Fix Bug 896, 'PT_BR locale broken'.
7302         * src/gtk/authors.h
7303                 updated
7304
7305 2006-01-24 [mones]      1.9.100cvs184
7306
7307         * manual/glossary.xml
7308                 All current terms finished. Reviewers welcome ;-)
7309         * manual/keyboard.xml
7310                 Fixed column width for pdf output.
7311         * po/es.po
7312                 Updated
7313
7314 2006-01-24 [paul]       1.9.100cvs183
7315
7316         * manual/glossary.xml
7317                 fix id name
7318         * manual/dist/html/Makefile.am
7319         * manual/dist/pdf/Makefile.am
7320         * manual/dist/ps/Makefile.am
7321         * manual/dist/txt/Makefile.am
7322                 fix make deps
7323                 Thanks to Colin
7324
7325 2006-01-24 [mones]      1.9.100cvs182
7326
7327         * manual/glossary.xml
7328                 Nearly finished, some terms missing.
7329
7330 2006-01-23 [paul]       1.9.100cvs181
7331
7332         * manual/dist/html/Makefile.am
7333         * manual/dist/pdf/Makefile.am
7334         * manual/dist/ps/Makefile.am
7335         * manual/dist/txt/Makefile.am
7336         * src/mainwindow.c
7337                 re-enable manual
7338                 Thanks to Colin
7339
7340 2006-01-22 [colin]      1.9.100cvs180
7341
7342         * src/compose.c
7343         * src/gtk/gtkaspell.c
7344                 Don't deselect stuff before right-clicking, with aspell.
7345                 (This prevented right-click Copy, for example).
7346                 Thanks to Clo!
7347
7348 2006-01-22 [paul]       1.9.100cvs179
7349
7350         * src/summary_search.c
7351                 don't fix the widget size as it causes problems
7352                 under localisation.
7353                 Thanks to Emilian Nowak
7354
7355 2006-01-21 [paul]       1.9.100cvs178
7356
7357         * src/prefs_themes.c
7358                 fix broken underlining of label text
7359                 with some translations
7360
7361 2006-01-21 [colin]      1.9.100cvs177
7362
7363         * po/fr.po
7364                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7365
7366 2006-01-20 [colin]      1.9.100cvs176
7367
7368         * configure.ac
7369         * Makefile.am
7370         * manual/Makefile
7371         * manual/dist/html/.cvsignore
7372         * manual/dist/html/Makefile.am
7373         * manual/dist/pdf/.cvsignore
7374         * manual/dist/pdf/Makefile.am
7375         * manual/dist/ps/.cvsignore
7376         * manual/dist/ps/Makefile.am
7377         * manual/dist/txt/.cvsignore
7378         * manual/dist/txt/Makefile.am
7379                 Autotool-ize manual
7380
7381 2006-01-20 [paul]       1.9.100cvs175
7382
7383         * manual/handling.xml
7384                 make Filtering and Searching entries easier to find
7385         * manual/keyboard.xml
7386                 add the remaining default keybinds
7387         * src/prefs_summaries.c
7388                 update the default keybinds
7389
7390 2006-01-20 [paul]       1.9.100cvs174
7391
7392         * src/addressbook.c
7393         * src/addrgather.c
7394         * src/addrharvest.c
7395         * src/editaddress.c
7396         * src/editgroup.c
7397         * src/exphtmldlg.c
7398         * src/expldifdlg.c
7399         * src/exporthtml.c
7400         * src/exportldif.c
7401         * src/ldif.c
7402                 replace 'e-mail' with 'email'
7403         * src/summary_search.c
7404                 add mnemonic to "Find all" button
7405
7406 2006-01-20 [wwp]        1.9.100cvs173
7407
7408         * src/export.c
7409         * src/import.c
7410                 touched mbox import/export buttons for HIG-compliance
7411
7412 2006-01-19 [paul]       1.9.100cvs172
7413
7414         * manual/account.xml
7415         * manual/addrbook.xml
7416         * manual/advanced.xml
7417         * manual/faq.xml
7418         * manual/handling.xml
7419         * manual/intro.xml
7420         * manual/plugins.xml
7421         * manual/starting.xml
7422                 more editing
7423
7424 2006-01-19 [paul]       1.9.100cvs171
7425
7426         * src/toolbar.c
7427                 allow use of trash button while receiving
7428                 Thanks to Colin
7429
7430 2006-01-19 [wwp]        1.9.100cvs170
7431
7432         * src/gtk/quicksearch.c
7433         * src/compose.c
7434                 force text color to black when yellow background is set
7435
7436 2006-01-19 [colin]      1.9.100cvs169
7437
7438         * src/plugins/trayicon/trayicon.c
7439                 Gray out Get Mail when already getting mail
7440
7441 2006-01-18 [paul]       1.9.100cvs168
7442
7443         * src/compose.c
7444                 give widget yellow background was To is
7445                 set via folder prefs
7446         * src/gtk/quicksearch.c
7447                 give widget yellow background when quick
7448                 search is active.
7449                 Thanks to Colin
7450
7451 2006-01-18 [paul]       1.9.100cvs167
7452
7453         * doc/man/sylpheed-claws.1
7454                 add --subscribe option
7455
7456 2006-01-18 [paul]       1.9.100cvs166
7457
7458         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7459         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7460                 use %U instead of %F (%F is broken for user installed
7461                 files in kde 3.5)
7462
7463 2006-01-18 [colin]      1.9.100cvs165
7464
7465         * src/summaryview.c
7466                 Default to Yes in "No more * messages" dialogs
7467
7468 2006-01-17 [colin]      1.9.100cvs164
7469
7470         * src/compose.c
7471                 Possibly fix an invalid iterator causing
7472                 crash
7473
7474 2006-01-17 [colin]      1.9.100cvs163
7475
7476         * src/mimeview.c
7477                 Fix crash when the image disappears under the
7478                 image viewer
7479
7480 2006-01-16 [colin]      1.9.100cvs162
7481
7482         * src/compose.c
7483                 Fix reenabling autowrap
7484
7485 2006-01-16 [colin]      1.9.100cvs161
7486
7487         * src/compose.c
7488                 reset quote_len before getting quote_str
7489
7490 2006-01-16 [colin]      1.9.100cvs160
7491
7492         * src/account.c
7493         * src/account.h
7494         * src/folder.c
7495         * src/imap_gtk.c
7496         * src/mh_gtk.c
7497                 Fix bug #883 (default inbox does not track folder move)
7498
7499 2006-01-16 [colin]      1.9.100cvs159
7500
7501         * src/compose.c
7502         * src/plugins/pgpcore/passphrase.c
7503                 More buttons fixes
7504
7505 2006-01-16 [paul]       1.9.100cvs158
7506
7507         * src/prefs_actions.c
7508         * src/prefs_filtering_action.c
7509         * src/prefs_matcher.c
7510         * src/quote_fmt.c
7511         * src/gtk/description_window.c
7512         * src/gtk/description_window.h
7513         * src/gtk/quicksearch.c
7514                 description window cleanups
7515
7516 2006-01-15 [colin]      1.9.100cvs157
7517
7518         * src/addressbook.c
7519         * src/prefs_filtering.c
7520                 Same here
7521
7522 2006-01-15 [colin]      1.9.100cvs156
7523
7524         * src/folderview.c
7525         * src/mainwindow.c
7526                 Same for "Empty trash"
7527
7528 2006-01-15 [colin]      1.9.100cvs155
7529
7530         * src/inc.c
7531                 Override offline dialog had Yes by default
7532
7533 2006-01-15 [colin]      1.9.100cvs154
7534
7535         * src/summaryview.c
7536                 Delete selected messages? previously had Yes the default
7537
7538 2006-01-15 [colin]      1.9.100cvs153
7539
7540         * src/folder.c
7541         * src/folder.h
7542         * src/main.c
7543                 Check if a mailbox is loaded after all
7544                 plugins are loaded.
7545
7546 2006-01-15 [colin]      1.9.100cvs152
7547
7548         * src/folder.c
7549                 Don't start wizard when there are unloaded folders (will help
7550                 people with only mbox or maildir mailboxes)
7551
7552 2006-01-14 [colin]      1.9.100cvs151
7553
7554         * src/addressbook.c
7555         * src/expldifdlg.c
7556         * src/importldif.c
7557         * src/importmutt.c
7558         * src/importpine.c
7559         * src/mh_gtk.c
7560                 More HIG compliance and fixes
7561
7562 2006-01-14 [colin]      1.9.100cvs150
7563
7564         * src/prefs_filtering_action.c
7565         * src/foldersel.c
7566                 Two forgotten button order changes
7567
7568 2006-01-14 [colin]      1.9.100cvs149
7569
7570         * src/account.c
7571         * src/addressbook.c
7572         * src/compose.c
7573         * src/folderview.c
7574         * src/imap_gtk.c
7575         * src/mainwindow.c
7576         * src/mh_gtk.c
7577         * src/news_gtk.c
7578         * src/prefs_actions.c
7579         * src/prefs_customheader.c
7580         * src/prefs_filtering.c
7581         * src/prefs_matcher.c
7582         * src/prefs_template.c
7583         * src/ssl_manager.c
7584         * src/summaryview.c
7585         * src/textview.c
7586         * src/toolbar.c
7587                 All deletion confirmations are now "Cancel, Delete" 
7588                 instead of "No, Yes"
7589                 Clarified most of the other "No, Yes" to 
7590                 "Cancel, Descriptive_action"
7591                 Rechanged the "Entry not saved" alerts to have 
7592                 "Close, Continue editing"
7593
7594
7595 2006-01-14 [paul]
7596
7597         * 2.0.0-rc4 released
7598
7599 2006-01-14 [paul]       1.9.100cvs148
7600
7601         * src/account.c
7602         * src/addressadd.c
7603         * src/addressbook.c
7604         * src/compose.c
7605         * src/editaddress.c
7606         * src/editbook.c
7607         * src/editgroup.c
7608         * src/editjpilot.c
7609         * src/editldap.c
7610         * src/editvcard.c
7611         * src/exphtmldlg.c
7612         * src/expldifdlg.c
7613         * src/folderview.c
7614         * src/grouplistdialog.c
7615         * src/imap_gtk.c
7616         * src/importmutt.c
7617         * src/importpine.c
7618         * src/inc.c
7619         * src/main.c
7620         * src/mainwindow.c
7621         * src/message_search.c
7622         * src/messageview.c
7623         * src/mh_gtk.c
7624         * src/mimeview.c
7625         * src/news_gtk.c
7626         * src/prefs_actions.c
7627         * src/prefs_customheader.c
7628         * src/prefs_filtering.c
7629         * src/prefs_matcher.c
7630         * src/prefs_template.c
7631         * src/prefs_themes.c
7632         * src/ssl_manager.c
7633         * src/summary_search.c
7634         * src/summaryview.c
7635         * src/textview.c
7636         * src/toolbar.c
7637         * src/gtk/foldersort.c
7638         * src/gtk/gtkaspell.c
7639         * src/gtk/inputdialog.c
7640         * src/gtk/prefswindow.c
7641         * src/plugins/pgpcore/select-keys.c
7642         * src/plugins/trayicon/trayicon.c
7643                 HIG compliant button order
7644
7645 2006-01-14 [mones]      1.9.100cvs147
7646
7647         * po/es.po
7648                 Updated translation
7649
7650 2006-01-13 [paul]       1.9.100cvs146
7651
7652         * AUTHORS
7653         * ChangeLog
7654         * src/gtk/authors.h
7655                 add Joshua M. Kwan to contributors list
7656
7657 2006-01-13 [colin]      1.9.100cvs145
7658
7659         * src/gtk/quicksearch.c
7660                 Don't refocus quick search after executing (Esc or Enter)
7661                 Allows to '/'search something then move up/down in 
7662                 summaryview, and to Esc a search and be back in the 
7663                 summaryview
7664
7665 2006-01-13 [paul]       1.9.100cvs144
7666
7667         * src/plugins/pgpinline/pgpinline.c
7668                 support Content-Type 'application/pgp'
7669                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7670
7671 2006-01-13 [paul]       1.9.100cvs143
7672
7673         * manual/account.xml
7674                 make mention of partial retrieval
7675                 thanks to Colin
7676
7677 2006-01-13 [paul]       1.9.100cvs142
7678
7679         * src/account.c
7680         * src/account.h
7681         * src/action.c
7682         * src/action.h
7683         * src/adbookbase.h
7684         * src/addr_compl.c
7685         * src/addr_compl.h
7686         * src/addrbook.c
7687         * src/addrcache.c
7688         * src/addrcache.h
7689         * src/addrcindex.c
7690         * src/addrcindex.h
7691         * src/addrclip.c
7692         * src/addrclip.h
7693         * src/addrdefs.h
7694         * src/addressadd.c
7695         * src/addressadd.h
7696         * src/addressbook.c
7697         * src/addressbook.h
7698         * src/addrgather.c
7699         * src/addrgather.h
7700         * src/addrharvest.c
7701         * src/addrharvest.h
7702         * src/addrindex.c
7703         * src/addrindex.h
7704         * src/addritem.c
7705         * src/addritem.h
7706         * src/addrquery.c
7707         * src/addrquery.h
7708         * src/addrselect.c
7709         * src/addrselect.h
7710         * src/alertpanel.c
7711         * src/alertpanel.h
7712         * src/browseldap.c
7713         * src/browseldap.h
7714         * src/codeconv.c
7715         * src/codeconv.h
7716         * src/compose.c
7717         * src/compose.h
7718         * src/customheader.c
7719         * src/customheader.h
7720         * src/displayheader.c
7721         * src/displayheader.h
7722         * src/editaddress.c
7723         * src/editaddress.h
7724         * src/editbook.c
7725         * src/editbook.h
7726         * src/editgroup.c
7727         * src/editgroup.h
7728         * src/editjpilot.c
7729         * src/editjpilot.h
7730         * src/editldap.c
7731         * src/editldap.h
7732         * src/editldap_basedn.c
7733         * src/editldap_basedn.h
7734         * src/editvcard.c
7735         * src/editvcard.h
7736         * src/exphtmldlg.c
7737         * src/exphtmldlg.h
7738         * src/expldifdlg.c
7739         * src/expldifdlg.h
7740         * src/export.h
7741         * src/exporthtml.c
7742         * src/exporthtml.h
7743         * src/exportldif.c
7744         * src/exportldif.h
7745         * src/filtering.c
7746         * src/filtering.h
7747         * src/folder.c
7748         * src/folder.h
7749         * src/folder_item_prefs.c
7750         * src/folder_item_prefs.h
7751         * src/foldersel.c
7752         * src/foldersel.h
7753         * src/folderutils.c
7754         * src/folderutils.h
7755         * src/folderview.c
7756         * src/folderview.h
7757         * src/grouplistdialog.c
7758         * src/grouplistdialog.h
7759         * src/headerview.c
7760         * src/html.c
7761         * src/html.h
7762         * src/image_viewer.c
7763         * src/image_viewer.h
7764         * src/imap.c
7765         * src/imap.h
7766         * src/imap_gtk.c
7767         * src/imap_gtk.h
7768         * src/import.h
7769         * src/importldif.c
7770         * src/importldif.h
7771         * src/importmutt.c
7772         * src/importmutt.h
7773         * src/importpine.c
7774         * src/importpine.h
7775         * src/inc.c
7776         * src/inc.h
7777         * src/jpilot.c
7778         * src/jpilot.h
7779         * src/ldapctrl.c
7780         * src/ldapctrl.h
7781         * src/ldaplocate.c
7782         * src/ldaplocate.h
7783         * src/ldapquery.c
7784         * src/ldapquery.h
7785         * src/ldapserver.c
7786         * src/ldapserver.h
7787         * src/ldaputil.c
7788         * src/ldaputil.h
7789         * src/ldif.c
7790         * src/ldif.h
7791         * src/main.c
7792         * src/main.h
7793         * src/mainwindow.c
7794         * src/mainwindow.h
7795         * src/manual.c
7796         * src/manual.h
7797         * src/mbox.c
7798         * src/mbox.h
7799         * src/message_search.c
7800         * src/message_search.h
7801         * src/messageview.c
7802         * src/messageview.h
7803         * src/mh.c
7804         * src/mh.h
7805         * src/mh_gtk.c
7806         * src/mh_gtk.h
7807         * src/mimeview.c
7808         * src/mimeview.h
7809         * src/msgcache.c
7810         * src/msgcache.h
7811         * src/mutt.c
7812         * src/mutt.h
7813         * src/news.c
7814         * src/news.h
7815         * src/news_gtk.c
7816         * src/news_gtk.h
7817         * src/partial_download.c
7818         * src/partial_download.h
7819         * src/pine.c
7820         * src/pine.h
7821         * src/pop.c
7822         * src/pop.h
7823         * src/prefs_account.c
7824         * src/prefs_account.h
7825         * src/prefs_actions.c
7826         * src/prefs_actions.h
7827         * src/prefs_common.c
7828         * src/prefs_common.h
7829         * src/prefs_compose_writing.c
7830         * src/prefs_compose_writing.h
7831         * src/prefs_customheader.c
7832         * src/prefs_customheader.h
7833         * src/prefs_display_header.c
7834         * src/prefs_display_header.h
7835         * src/prefs_filtering.c
7836         * src/prefs_filtering.h
7837         * src/prefs_filtering_action.c
7838         * src/prefs_filtering_action.h
7839         * src/prefs_folder_column.c
7840         * src/prefs_folder_column.h
7841         * src/prefs_folder_item.c
7842         * src/prefs_folder_item.h
7843         * src/prefs_fonts.c
7844         * src/prefs_fonts.h
7845         * src/prefs_gtk.c
7846         * src/prefs_gtk.h
7847         * src/prefs_image_viewer.c
7848         * src/prefs_image_viewer.h
7849         * src/prefs_matcher.c
7850         * src/prefs_matcher.h
7851         * src/prefs_message.c
7852         * src/prefs_msg_colors.c
7853         * src/prefs_msg_colors.h
7854         * src/prefs_other.c
7855         * src/prefs_quote.c
7856         * src/prefs_receive.c
7857         * src/prefs_send.c
7858         * src/prefs_spelling.c
7859         * src/prefs_spelling.h
7860         * src/prefs_summaries.c
7861         * src/prefs_summaries.h
7862         * src/prefs_summary_column.c
7863         * src/prefs_summary_column.h
7864         * src/prefs_template.c
7865         * src/prefs_template.h
7866         * src/prefs_themes.c
7867         * src/prefs_themes.h
7868         * src/prefs_toolbar.c
7869         * src/prefs_toolbar.h
7870         * src/prefs_wrapping.c
7871         * src/prefs_wrapping.h
7872         * src/privacy.c
7873         * src/privacy.h
7874         * src/procheader.c
7875         * src/procheader.h
7876         * src/procmime.c
7877         * src/procmime.h
7878         * src/procmsg.c
7879         * src/procmsg.h
7880         * src/quote_fmt.c
7881         * src/quote_fmt_parse.y
7882         * src/recv.c
7883         * src/recv.h
7884         * src/remotefolder.c
7885         * src/remotefolder.h
7886         * src/send_message.c
7887         * src/send_message.h
7888         * src/setup.c
7889         * src/setup.h
7890         * src/sourcewindow.c
7891         * src/sourcewindow.h
7892         * src/ssl_manager.c
7893         * src/ssl_manager.h
7894         * src/statusbar.c
7895         * src/statusbar.h
7896         * src/stock_pixmap.c
7897         * src/stock_pixmap.h
7898         * src/summary_search.c
7899         * src/summary_search.h
7900         * src/summaryview.c
7901         * src/summaryview.h
7902         * src/syldap.c
7903         * src/syldap.h
7904         * src/textview.c
7905         * src/textview.h
7906         * src/toolbar.c
7907         * src/toolbar.h
7908         * src/undo.c
7909         * src/undo.h
7910         * src/unmime.c
7911         * src/unmime.h
7912         * src/vcard.c
7913         * src/vcard.h
7914         * src/wizard.c
7915         * src/wizard.h
7916         * src/common/base64.c
7917         * src/common/base64.h
7918         * src/common/defs.h
7919         * src/common/hooks.c
7920         * src/common/hooks.h
7921         * src/common/log.c
7922         * src/common/log.h
7923         * src/common/mgutils.c
7924         * src/common/mgutils.h
7925         * src/common/nntp.c
7926         * src/common/nntp.h
7927         * src/common/passcrypt.c
7928         * src/common/passcrypt.h.in
7929         * src/common/plugin.c
7930         * src/common/plugin.h
7931         * src/common/prefs.c
7932         * src/common/prefs.h
7933         * src/common/progressindicator.c
7934         * src/common/progressindicator.h
7935         * src/common/quoted-printable.c
7936         * src/common/quoted-printable.h
7937         * src/common/session.c
7938         * src/common/session.h
7939         * src/common/smtp.c
7940         * src/common/smtp.h
7941         * src/common/socket.c
7942         * src/common/socket.h
7943         * src/common/ssl.c
7944         * src/common/ssl.h
7945         * src/common/ssl_certificate.c
7946         * src/common/ssl_certificate.h
7947         * src/common/stringtable.c
7948         * src/common/stringtable.h
7949         * src/common/sylpheed.c
7950         * src/common/sylpheed.h
7951         * src/common/template.c
7952         * src/common/template.h
7953         * src/common/timing.h
7954         * src/common/utils.c
7955         * src/common/utils.h
7956         * src/common/version.h.in
7957         * src/common/xml.c
7958         * src/common/xml.h
7959         * src/common/xmlprops.c
7960         * src/common/xmlprops.h
7961         * src/gtk/colorlabel.c
7962         * src/gtk/colorsel.c
7963         * src/gtk/colorsel.h
7964         * src/gtk/description_window.c
7965         * src/gtk/description_window.h
7966         * src/gtk/filesel.c
7967         * src/gtk/filesel.h
7968         * src/gtk/foldersort.c
7969         * src/gtk/foldersort.h
7970         * src/gtk/gtkutils.c
7971         * src/gtk/gtkutils.h
7972         * src/gtk/inputdialog.c
7973         * src/gtk/inputdialog.h
7974         * src/gtk/logwindow.c
7975         * src/gtk/logwindow.h
7976         * src/gtk/manage_window.c
7977         * src/gtk/manage_window.h
7978         * src/gtk/menu.c
7979         * src/gtk/menu.h
7980         * src/gtk/pluginwindow.c
7981         * src/gtk/pluginwindow.h
7982         * src/gtk/prefswindow.c
7983         * src/gtk/prefswindow.h
7984         * src/gtk/progressdialog.c
7985         * src/gtk/progressdialog.h
7986         * src/gtk/sslcertwindow.c
7987         * src/gtk/sslcertwindow.h
7988         * src/plugins/clamav/clamav_plugin.c
7989         * src/plugins/clamav/clamav_plugin.h
7990         * src/plugins/clamav/clamav_plugin_gtk.c
7991         * src/plugins/demo/demo.c
7992         * src/plugins/dillo_viewer/dillo_prefs.c
7993         * src/plugins/dillo_viewer/dillo_prefs.h
7994         * src/plugins/dillo_viewer/dillo_viewer.c
7995         * src/plugins/pgpcore/passphrase.c
7996         * src/plugins/pgpcore/passphrase.h
7997         * src/plugins/pgpcore/plugin.c
7998         * src/plugins/pgpcore/select-keys.c
7999         * src/plugins/pgpcore/select-keys.h
8000         * src/plugins/pgpcore/sgpgme.c
8001         * src/plugins/pgpcore/sgpgme.h
8002         * src/plugins/pgpinline/pgpinline.c
8003         * src/plugins/pgpinline/pgpinline.h
8004         * src/plugins/pgpinline/plugin.c
8005         * src/plugins/pgpmime/pgpmime.c
8006         * src/plugins/pgpmime/pgpmime.h
8007         * src/plugins/pgpmime/plugin.c
8008         * src/plugins/spamassassin/spamassassin.c
8009         * src/plugins/spamassassin/spamassassin.h
8010         * src/plugins/spamassassin/spamassassin_gtk.c
8011         * src/plugins/trayicon/trayicon.c
8012                 update copyright header
8013
8014 2006-01-13 [paul]       1.9.100cvs141
8015
8016         * src/account.c
8017         * src/export.c
8018         * src/import.c
8019         * src/mainwindow.c
8020         * src/prefs_account.c
8021         * src/prefs_display_header.c
8022         * src/prefs_receive.c
8023         * src/prefs_send.c
8024         * src/prefs_summaries.c
8025         * src/prefs_themes.c
8026         * src/prefs_toolbar.c
8027         * src/gtk/about.c
8028                 various cleanups
8029
8030 2006-01-12 [colin]      1.9.100cvs140
8031
8032         * src/folder.c
8033         * src/folder.h
8034         * src/main.c
8035                 Add --subscribe option
8036                 Let sylpheed-claws email@domain.com equivalent to --compose
8037                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
8038
8039 2006-01-12 [paul]       1.9.100cvs139
8040
8041         * src/mainwindow.c
8042                 append 'Change folder order' label with '...'
8043         * src/prefs_actions.c
8044                 allow reordering of actions list by dnd
8045         * src/gtk/foldersort.c
8046                 make the dialog nicer
8047
8048 2006-01-11 [colin]      1.9.100cvs138
8049
8050         * src/compose.c
8051                 Allow templates without text
8052
8053 2006-01-11 [paul]       1.9.100cvs137
8054
8055         * tools/README
8056         * tools/filter_conv_new.pl
8057                 add info to README
8058                 also check .sylpheed for filter.xml
8059                 be a bit informative to the user
8060
8061 2006-01-11 [colin]      1.9.100cvs136
8062
8063         * src/textview.c
8064                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
8065
8066 2006-01-10 [paul]       1.9.100cvs135
8067
8068         * tools/Makefile.am
8069         * tools/filter_conv_new.pl
8070                 add script to convert new style Sylpheed
8071                 filter rules (Sylpheed >= 0.9.99) to
8072                 Claws filtering rules
8073
8074 2006-01-10 [colin]      1.9.100cvs134
8075
8076         * src/compose.c
8077                 Fix broken line joins in certain conditions
8078                 (between two quoted lines: <enter><enter><up>
8079                  <type a wrapped sentence><go in the first line>
8080                  <insert more text><watch as line joining failed>)
8081
8082 2006-01-10 [paul]       1.9.100cvs133
8083
8084         * src/compose.c
8085                 don't report success in error dialog
8086                 thanks to Colin
8087         * src/common/utils.c
8088                 include some trailing punctuations as URI
8089                 thanks to Hiro
8090
8091 2006-01-10 [paul]       1.9.100cvs132
8092
8093         * src/mimeview.c
8094                 fix incompatible pointer type
8095                 warning
8096
8097 2006-01-10 [paul]       1.9.100cvs131
8098
8099         * src/compose.c
8100                 change Subject in window title
8101                 instantaneously
8102
8103 2006-01-09 [colin]      1.9.100cvs130
8104
8105         * src/addressbook.c
8106         * src/headerview.c
8107         * src/mainwindow.c
8108         * src/messageview.c
8109         * src/mimeview.c
8110         * src/noticeview.c
8111         * src/summaryview.c
8112                 Fix possible crashes on exit and in addressbook
8113
8114 2006-01-09 [paul]       1.9.100cvs129
8115
8116         * src/prefs_msg_colors.c
8117                 some cleanups that I forgot last time
8118
8119 2006-01-09 [paul]       1.9.100cvs128
8120
8121         * README
8122         * src/folderview.c
8123         * src/prefs_msg_colors.c
8124                 add previously hidden option, color_new, to
8125                 the gui
8126                 move the page to Display/
8127                 rework the gui
8128
8129 2006-01-09 [wwp]        1.9.100cvs127
8130
8131         * src/prefs_themes.c
8132                 made the prefs/display/themes layouts spacing less condensed
8133                 (and so they match other prefs/pages' look).
8134
8135 2006-01-09 [paul]       1.9.100cvs126
8136
8137         * src/compose.c
8138         * src/prefs_common.c
8139         * src/prefs_common.h
8140         * src/prefs_wrapping.c
8141                 remove 'wrap at send' option
8142
8143 2006-01-06 [colin]      1.9.100cvs125
8144
8145         * src/compose.c
8146                 Just make completely sure we don't insert "manual line breaks" 
8147                 when wrapping... 
8148
8149 2006-01-04 [paul]
8150
8151         * 2.0.0-rc3 released
8152
8153 2006-01-04 [paul]       1.9.100cvs124
8154
8155         * src/folderview.c
8156                 fix bug 882, 'quick scroll in folder list
8157                 displays wrong folder contents'
8158
8159 2006-01-04 [paul]       1.9.100cvs123
8160
8161         * src/plugins/pgpmime/pgpmime.c
8162                 better debug information when signing
8163                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
8164
8165 2006-01-03 [colin]      1.9.100cvs122
8166
8167         * configure.ac
8168                 We need to recheck for gpgme 1.0.0 after checking
8169                 for 1.1.1, because if 1.1.1 isn't available, 
8170                 GPGME_LIBS and friends are blanked out by the 
8171                 second check.
8172
8173 2006-01-03 [colin]      1.9.100cvs121
8174
8175         * src/common/prefs.c
8176                 Windows unlink-before rename fix
8177         * src/plugins/pgpcore/sgpgme.c
8178                 Add support for PKA info if available
8179                 Both patches by Werner Koch
8180
8181 2006-01-03 [paul]       1.9.100cvs120
8182
8183         * src/messageview.c
8184                 fix bug 884, 'Send receipt' button visible in queue
8185                 Thanks to Colin
8186
8187 2006-01-02 [colin]      1.9.100cvs119
8188
8189         * src/compose.c
8190         * src/imap.c
8191                 Fix autosave on IMAP and more generally try to
8192                 return the correct ID on a newly added IMAP message
8193
8194 2006-01-02 [paul]       1.9.100cvs118
8195
8196         * manual/keyboard.xml
8197                 edited
8198
8199 2006-01-01 [paul]       1.9.100cvs117
8200
8201         * src/gtk/authors.h
8202                 alphabetical order
8203
8204 2005-12-30 [colin]      1.9.100cvs116
8205
8206         * manual/advanced.xml
8207                 Explain Pre/Post-processing differences.
8208
8209 2005-12-30 [colin]      1.9.100cvs115
8210
8211         * src/mh.c
8212                 Implement copy_msgs for a little optimization
8213         * src/imap.c
8214                 Finish yesterday's fix
8215
8216 2005-12-29 [colin]      1.9.100cvs114
8217
8218         * src/imap.c
8219                 Fix occasional failure in fetching a mail over
8220                 IMAP
8221
8222 2005-12-29 [colin]      1.9.100cvs113
8223
8224         * src/compose.c
8225                 Don't remove a draft when sending it, if it is 
8226                 locked.
8227
8228 2005-12-28 [colin]      1.9.100cvs112
8229
8230         * src/summaryview.c
8231                 Fix leak for real
8232
8233 2005-12-28 [wwp]        1.9.100cvs111
8234
8235         * doc/faq/.cvsignore
8236         * doc/faq/de/.cvsignore
8237         * doc/faq/en/.cvsignore
8238         * doc/faq/es/.cvsignore
8239         * doc/faq/fr/.cvsignore
8240         * doc/faq/it/.cvsignore
8241         * doc/manual/.cvsignore
8242         * doc/manual/de/.cvsignore
8243         * doc/manual/en/.cvsignore
8244         * doc/manual/es/.cvsignore
8245         * doc/manual/fr/.cvsignore
8246         * doc/manual/ja/.cvsignore
8247         * src/plugins/mathml_viewer/.cvsignore
8248                 rollback revival of those files (my bad, sorry for the noise).
8249
8250 2005-12-28 [wwp]        1.9.100cvs110
8251
8252         * src/compose.c
8253                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8254
8255 2005-12-28 [wwp]        1.9.100cvs109
8256
8257         * doc/faq/.cvsignore
8258         * doc/faq/de/.cvsignore
8259         * doc/faq/en/.cvsignore
8260         * doc/faq/es/.cvsignore
8261         * doc/faq/fr/.cvsignore
8262         * doc/faq/it/.cvsignore
8263         * doc/manual/.cvsignore
8264         * doc/manual/de/.cvsignore
8265         * doc/manual/en/.cvsignore
8266         * doc/manual/es/.cvsignore
8267         * doc/manual/fr/.cvsignore
8268         * doc/manual/ja/.cvsignore
8269         * src/plugins/mathml_viewer/.cvsignore
8270         * po/.cvsignore
8271                 more files to ignore.
8272
8273 2005-12-24 [colin]      1.9.100cvs108
8274
8275         * AUTHORS
8276         * src/gtk/authors.h
8277                 Update for Werner
8278
8279 2005-12-24 [colin]      1.9.100cvs107
8280
8281         * src/procmsg.c
8282                 Allow NULL src_msginfo in 
8283                 procmsg_msginfo_new_from_mimeinfo
8284
8285 2005-12-23 [paul]       1.9.100cvs106
8286
8287         * src/plugins/pgpinline/mypgpcore.def
8288                 add this forgotten file
8289
8290 2005-12-23 [colin]      1.9.100cvs105
8291
8292         * src/mainwindow.c
8293                 Fix missing break
8294
8295 2005-12-23 [colin]      1.9.100cvs104
8296
8297         * autogen.sh
8298         * src/folder.c
8299         * src/mh.c
8300         * src/common/plugin.c
8301         * src/common/socket.c
8302         * src/common/socket.h
8303         * src/common/utils.c
8304         * src/common/utils.h
8305         * src/gtk/pluginwindow.c
8306         * src/plugins/pgpcore/plugin.def
8307         * src/plugins/pgpcore/sylpheed.def
8308         * src/plugins/pgpinline/Makefile.am
8309         * src/plugins/pgpinline/plugin.def
8310         * src/plugins/pgpinline/sylpheed.def
8311         * src/plugins/pgpmime/plugin.def
8312         * src/plugins/pgpmime/sylpheed.def
8313                 Various w32 fixes by Werner Koch
8314
8315 2005-12-22 [paul]       1.9.100cvs103
8316
8317         * src/wizard.c
8318                 don't offer IMAP as 'server type' if
8319                 libetpan isn't built in
8320
8321 2005-12-22 [paul]       1.9.100cvs102
8322
8323         * AUTHORS
8324         * src/mainwindow.c
8325         * src/mainwindow.h
8326         * src/toolbar.c
8327         * src/gtk/authors.h
8328                 support GTK_TOOLBAR_BOTH_HORIZ (text
8329                 next to icon) Patch by Marien Zwart
8330                 marienz@users.sf.net
8331                 Also reword the text
8332
8333 2005-12-21 [colin]      1.9.100cvs101
8334
8335         * configure.ac
8336                 Fix DATADIRNAME
8337         * COPYING
8338                 Fix missing section and explicit the exception better
8339         * src/compose.c
8340                 Prevent mail from being lost without notice when an
8341                 SMTP error happens on trying to send an unmodified
8342                 drafted mail.
8343         * src/send_message.c
8344         * src/common/smtp.c
8345                 Fix password remembering when wrong, and add return
8346                 value checks where they should have been
8347         * src/plugins/pgpcore/sylpheed.def
8348         * src/plugins/pgpinline/sylpheed.def
8349         * src/plugins/pgpmime/sylpheed.def
8350                 Add a few symbols needed
8351
8352 2005-12-21 [paul]       1.9.100cvs100
8353
8354         * m4/codeset.m4
8355         * m4/glibc21.m4
8356         * m4/intdiv0.m4
8357         * m4/inttypes-pri.m4
8358         * m4/inttypes.m4
8359         * m4/inttypes_h.m4
8360         * m4/isc-posix.m4
8361         * m4/lcmessage.m4
8362         * m4/stdint_h.m4
8363         * m4/uintmax_t.m4
8364                 gettextization
8365                 thanks to Colin
8366
8367 2005-12-21 [paul]       1.9.100cvs99
8368
8369         * po/sv.po
8370                 fixed by Colin
8371
8372 2005-12-20 [paul]       1.9.100cvs98
8373
8374         * po/sv.po
8375                 updated by Anders Trobäck
8376
8377 2005-12-20 [colin]      1.9.100cvs97
8378
8379         * ABOUT-NLS
8380         * Makefile.am
8381         * autogen.sh
8382         * configure.ac
8383         * config/config.rpath
8384         * config/mkinstalldirs
8385         * m4/Makefile.am
8386         * m4/glibc2.m4
8387         * m4/gnupg.m4
8388         * m4/gpgme.m4
8389         * m4/intmax.m4
8390         * m4/longdouble.m4
8391         * m4/longlong.m4
8392         * m4/printf-posix.m4
8393         * m4/signed.m4
8394         * m4/size_max.m4
8395         * m4/ulonglong.m4
8396         * m4/wchar_t.m4
8397         * m4/wint_t.m4
8398         * m4/xsize.m4
8399         * po/Makefile.in.in
8400         * po/Makevars
8401         * po/bg.po
8402         * po/ca.po
8403         * po/cs.po
8404         * po/de.po
8405         * po/el.po
8406         * po/en_GB.po
8407         * po/es.po
8408         * po/fi.po
8409         * po/fr.po
8410         * po/hr.po
8411         * po/hu.po
8412         * po/it.po
8413         * po/ja.po
8414         * po/ko.po
8415         * po/nb.po
8416         * po/nl.po
8417         * po/pl.po
8418         * po/pt_BR.po
8419         * po/ru.po
8420         * po/sk.po
8421         * po/sr.po
8422         * po/stamp-po
8423         * po/sv.po
8424         * po/zh_CN.po
8425         * po/zh_TW.po
8426         * src/Makefile.am
8427         * src/codeconv.c
8428         * src/compose.c
8429         * src/exporthtml.c
8430         * src/exportldif.c
8431         * src/folder.c
8432         * src/main.c
8433         * src/manual.c
8434         * src/mh.c
8435         * src/mimeview.c
8436         * src/send_message.c
8437         * src/common/Makefile.am
8438         * src/common/fnmatch.c
8439         * src/common/fnmatch.h
8440         * src/common/fnmatch_loop.c
8441         * src/common/nntp.c
8442         * src/common/plugin.c
8443         * src/common/smtp.c
8444         * src/common/socket.c
8445         * src/common/string_match.c
8446         * src/common/sylpheed.c
8447         * src/common/utils.c
8448         * src/common/utils.h
8449         * src/common/w32_dirent.c
8450         * src/common/w32_reg.c
8451         * src/common/w32_signal.c
8452         * src/common/w32_stat.c
8453         * src/common/w32_stdio.c
8454         * src/common/w32_stdlib.c
8455         * src/common/w32_string.c
8456         * src/common/w32_time.c
8457         * src/common/w32_unistd.c
8458         * src/common/w32_wait.c
8459         * src/common/w32lib.h
8460         * src/etpan/Makefile.am
8461         * src/gtk/Makefile.am
8462         * src/plugins/clamav/Makefile.am
8463         * src/plugins/demo/Makefile.am
8464         * src/plugins/dillo_viewer/Makefile.am
8465         * src/plugins/pgpcore/Makefile.am
8466         * src/plugins/pgpcore/passphrase.c
8467         * src/plugins/pgpcore/plugin.def
8468         * src/plugins/pgpcore/sgpgme.c
8469         * src/plugins/pgpcore/sylpheed.def
8470         * src/plugins/pgpcore/version.rc
8471         * src/plugins/pgpinline/Makefile.am
8472         * src/plugins/pgpinline/plugin.def
8473         * src/plugins/pgpinline/sylpheed.def
8474         * src/plugins/pgpinline/version.rc
8475         * src/plugins/pgpmime/Makefile.am
8476         * src/plugins/pgpmime/mypgpcore.def
8477         * src/plugins/pgpmime/plugin.def
8478         * src/plugins/pgpmime/sylpheed.def
8479         * src/plugins/pgpmime/version.rc
8480         * src/plugins/spamassassin/Makefile.am
8481                 Very little ;-) patch from Werner Koch, providing
8482                 infrastructure for cross-compiling to Win32
8483
8484 2005-12-20 [paul]       1.9.100cvs96
8485
8486         * src/account.c
8487         * src/account.h
8488         * src/mainwindow.c
8489         * src/mainwindow.h
8490         * src/toolbar.c
8491         * src/toolbar.h
8492                 add a combo to the Get All button, allowing
8493                 quick retrieval from any account
8494                 Patch by Fabien Vantard, slightly modified
8495                 by Colin
8496         * src/gtk/about.c
8497                 i18n fix. Patch by Fabien Vantard
8498
8499 2005-12-19 [colin]      1.9.100cvs95
8500
8501         * src/compose.c
8502         * src/compose.h
8503                 Don't automatically join lines when they've 
8504                 been separated by the user and not automatically
8505
8506 2005-12-19 [paul]       1.9.100cvs94
8507
8508         * src/gtk/pluginwindow.c
8509                 i18n fix.
8510                 Patch by Fabien Vantard
8511
8512 2005-12-15 [paul]       1.9.100cvs93
8513
8514         * src/common/plugin.c
8515         * src/common/plugin.h
8516         * src/gtk/pluginwindow.c
8517         * src/plugins/clamav/clamav_plugin.c
8518         * src/plugins/demo/demo.c
8519         * src/plugins/dillo_viewer/dillo_viewer.c
8520         * src/plugins/pgpcore/plugin.c
8521         * src/plugins/pgpinline/plugin.c
8522         * src/plugins/pgpmime/plugin.c
8523         * src/plugins/spamassassin/spamassassin.c
8524         * src/plugins/trayicon/trayicon.c
8525                 add plugin_version()
8526
8527 2005-12-15 [colin]      1.9.100cvs92
8528
8529         * src/compose.c
8530                 Further fix bug #875
8531
8532 2005-12-15 [paul]       1.9.100cvs91
8533
8534         * src/gtk/filesel.c
8535                 fix attach_load_dir getting set to
8536                 PLUGINDIR on plugin load
8537
8538 2005-12-14 [mones]      1.9.100cvs90
8539
8540         * manual/ack.xml
8541         * manual/keyboard.xml
8542                 Initial draft and some shortcuts added
8543                 
8544         * po/es.po
8545                 Updated translation
8546
8547 2005-12-14 [colin]      1.9.100cvs89
8548
8549         * src/compose.c
8550         * src/imap.c
8551         * src/summaryview.c
8552         * src/gtk/gtkaspell.c
8553                 More leaks fixed
8554         * src/prefs_folder_item.c
8555                 Fix recursive prefs apply
8556
8557
8558 2005-12-14 [colin]      1.9.100cvs88
8559
8560         * src/compose.c
8561                 Fix bug #875 (Freeze On Inline Forward of 
8562                 Large Message)
8563
8564 2005-12-13 [colin]      1.9.100cvs87
8565
8566         * src/compose.c
8567                 Uniq-ify and sort the mimetypes list
8568                 Patch by Fabien Vantard
8569
8570 2005-12-13 [colin]      1.9.100cvs86
8571
8572         * src/imap.c
8573         * src/etpan/imap-thread.c
8574                 Fix leaks (patch by Hoa)
8575         * src/news.c
8576         * src/common/plugin.c
8577                 Fix leaks
8578
8579 2005-12-12 [colin]
8580
8581         * 2.0.0-rc2 released
8582
8583 2005-12-12 [colin]      1.9.100cvs85
8584
8585         * src/matcher.c
8586                 Fix a leak
8587
8588 2005-12-12 [wwp]        1.9.100cvs84
8589
8590         * src/gtk/icon_legend.c
8591                 fix misbehaviour and crash when closing the legend window
8592         using the Esc key (patch by Fabien Vantard).
8593
8594 2005-12-12 [paul]       1.9.100cvs83
8595
8596         * src/browseldap.c
8597         * src/foldersel.c
8598         * src/prefs_actions.c
8599         * src/prefs_filtering.c
8600         * src/prefs_matcher.c
8601         * src/prefs_spelling.glade      ** REMOVED **
8602         * src/prefs_template.c
8603         * src/gtk/foldersort.glade      ** REMOVED **
8604         * src/gtk/pluginwindow.c
8605         * src/gtk/pluginwindow.glade    ** REMOVED **
8606         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8607                 cleanups
8608
8609 2005-12-11 [paul]       1.9.100cvs82
8610
8611         * src/gtk/filesel.c
8612                 fix attach_load_dir crasher (double free)
8613
8614 2005-12-09 [paul]       1.9.100cvs81
8615
8616         * po/POTFILES.in
8617         * src/mainwindow.c
8618         * src/gtk/Makefile.am
8619         * src/gtk/icon_legend.c
8620         * src/gtk/icon_legend.h
8621                 add icon legend
8622         * src/manual.c
8623                 cleanup
8624
8625 2005-12-09 [paul]       1.9.100cvs80
8626
8627         * src/plugins/pgpcore/passphrase.c
8628                 wrap the label in the dialog
8629
8630 2005-12-09 [colin]      1.9.100cvs79
8631
8632         * src/plugins/pgpcore/sgpgme.c
8633                 Display (untrusted) on not trusted signatures
8634                 Patch by Michal Èihaø <michal@cihar.com>
8635                 Closes bug #867 (Report also key trust)
8636
8637 2005-12-09 [colin]      1.9.100cvs78
8638
8639         * src/common/plugin.c
8640                 Update licence check, following Eben Moglen's advice
8641
8642 2005-12-08 [colin]      1.9.100cvs77
8643
8644         * src/folder.c
8645                 Fix the occasionnal item->cache != NULL 
8646                 assertion failure. 
8647
8648 2005-12-08 [colin]      1.9.100cvs76
8649
8650         * src/mimeview.c
8651         * src/plugins/pgpcore/sgpgme.c
8652                 Print key id when unable to check it
8653                 Closes bug #866 (Show key id when missing)
8654
8655 2005-12-08 [paul]       1.9.100cvs75
8656
8657         * src/prefs_common.c
8658         * src/prefs_common.h
8659         * src/gtk/filesel.c
8660                 remember load attachment dir
8661
8662 2005-12-07 [colin]      1.9.100cvs74
8663
8664         * src/prefs_toolbar.c
8665                 Gtk fixes, patch by Fabien Vantard
8666
8667 2005-12-07 [colin]      1.9.100cvs73
8668
8669         * src/action.c
8670         * src/compose.c
8671         * src/compose.h
8672                 Fix bug #839 (Quoted text isn't colored after 
8673                 executing an action)
8674         * src/common/plugin.c
8675                 Require plugins to declare their licence in plugin_licence()
8676                 Refuse to load non-GPL plugins as they'd be illegal (as 
8677                 derived works of Sylpheed-Claws, they must be GPL).
8678         * src/plugins/clamav/clamav_plugin.c
8679         * src/plugins/demo/demo.c
8680         * src/plugins/dillo_viewer/dillo_viewer.c
8681         * src/plugins/pgpcore/plugin.c
8682         * src/plugins/pgpinline/plugin.c
8683         * src/plugins/pgpmime/plugin.c
8684         * src/plugins/spamassassin/spamassassin.c
8685         * src/plugins/trayicon/trayicon.c
8686                 Add plugin_licence()
8687
8688 2005-12-07 [paul]       1.9.100cvs72
8689
8690         * configure.ac
8691         * src/mainwindow.c
8692         * src/manual.c
8693         * src/manual.h
8694         * src/common/defs.h
8695                 clean up after local FAQ removal and
8696                 temporary manual removal
8697
8698 2005-12-06 [colin]      1.9.100cvs71
8699
8700         * configure.ac
8701         * doc/Makefile.am
8702         * doc/faq/.cvsignore
8703         * doc/faq/Makefile.am
8704         * doc/faq/de/.cvsignore
8705         * doc/faq/de/Makefile.am
8706         * doc/faq/de/sylpheed-faq-1.html
8707         * doc/faq/de/sylpheed-faq-2.html
8708         * doc/faq/de/sylpheed-faq-3.html
8709         * doc/faq/de/sylpheed-faq.html
8710         * doc/faq/en/.cvsignore
8711         * doc/faq/en/Makefile.am
8712         * doc/faq/en/sylpheed-faq-1.html
8713         * doc/faq/en/sylpheed-faq-2.html
8714         * doc/faq/en/sylpheed-faq-3.html
8715         * doc/faq/en/sylpheed-faq-4.html
8716         * doc/faq/en/sylpheed-faq.html
8717         * doc/faq/es/.cvsignore
8718         * doc/faq/es/Makefile.am
8719         * doc/faq/es/sylpheed-faq-1.html
8720         * doc/faq/es/sylpheed-faq-2.html
8721         * doc/faq/es/sylpheed-faq-3.html
8722         * doc/faq/es/sylpheed-faq-4.html
8723         * doc/faq/es/sylpheed-faq.html
8724         * doc/faq/fr/.cvsignore
8725         * doc/faq/fr/Makefile.am
8726         * doc/faq/fr/sylpheed-faq-1.html
8727         * doc/faq/fr/sylpheed-faq-2.html
8728         * doc/faq/fr/sylpheed-faq-3.html
8729         * doc/faq/fr/sylpheed-faq.html
8730         * doc/faq/it/.cvsignore
8731         * doc/faq/it/Makefile.am
8732         * doc/faq/it/sylpheed-faq-1.html
8733         * doc/faq/it/sylpheed-faq-2.html
8734         * doc/faq/it/sylpheed-faq-3.html
8735         * doc/faq/it/sylpheed-faq.html
8736         * doc/manual/.cvsignore
8737         * doc/manual/Makefile.am
8738         * doc/manual/de/.cvsignore
8739         * doc/manual/de/Makefile.am
8740         * doc/manual/de/sylpheed-1.html
8741         * doc/manual/de/sylpheed-10.html
8742         * doc/manual/de/sylpheed-11.html
8743         * doc/manual/de/sylpheed-12.html
8744         * doc/manual/de/sylpheed-13.html
8745         * doc/manual/de/sylpheed-14.html
8746         * doc/manual/de/sylpheed-15.html
8747         * doc/manual/de/sylpheed-16.html
8748         * doc/manual/de/sylpheed-17.html
8749         * doc/manual/de/sylpheed-18.html
8750         * doc/manual/de/sylpheed-19.html
8751         * doc/manual/de/sylpheed-2.html
8752         * doc/manual/de/sylpheed-20.html
8753         * doc/manual/de/sylpheed-3.html
8754         * doc/manual/de/sylpheed-4.html
8755         * doc/manual/de/sylpheed-5.html
8756         * doc/manual/de/sylpheed-6.html
8757         * doc/manual/de/sylpheed-7.html
8758         * doc/manual/de/sylpheed-8.html
8759         * doc/manual/de/sylpheed-9.html
8760         * doc/manual/de/sylpheed.html
8761         * doc/manual/en/.cvsignore
8762         * doc/manual/en/Makefile.am
8763         * doc/manual/en/sylpheed-1.html
8764         * doc/manual/en/sylpheed-10.html
8765         * doc/manual/en/sylpheed-11.html
8766         * doc/manual/en/sylpheed-12.html
8767         * doc/manual/en/sylpheed-13.html
8768         * doc/manual/en/sylpheed-14.html
8769         * doc/manual/en/sylpheed-15.html
8770         * doc/manual/en/sylpheed-16.html
8771         * doc/manual/en/sylpheed-17.html
8772         * doc/manual/en/sylpheed-18.html
8773         * doc/manual/en/sylpheed-19.html
8774         * doc/manual/en/sylpheed-2.html
8775         * doc/manual/en/sylpheed-20.html
8776         * doc/manual/en/sylpheed-21.html
8777         * doc/manual/en/sylpheed-22.html
8778         * doc/manual/en/sylpheed-3.html
8779         * doc/manual/en/sylpheed-4.html
8780         * doc/manual/en/sylpheed-5.html
8781         * doc/manual/en/sylpheed-6.html
8782         * doc/manual/en/sylpheed-7.html
8783         * doc/manual/en/sylpheed-8.html
8784         * doc/manual/en/sylpheed-9.html
8785         * doc/manual/en/sylpheed.html
8786         * doc/manual/es/.cvsignore
8787         * doc/manual/es/Makefile.am
8788         * doc/manual/es/sylpheed-1.html
8789         * doc/manual/es/sylpheed-10.html
8790         * doc/manual/es/sylpheed-11.html
8791         * doc/manual/es/sylpheed-12.html
8792         * doc/manual/es/sylpheed-13.html
8793         * doc/manual/es/sylpheed-14.html
8794         * doc/manual/es/sylpheed-15.html
8795         * doc/manual/es/sylpheed-16.html
8796         * doc/manual/es/sylpheed-17.html
8797         * doc/manual/es/sylpheed-18.html
8798         * doc/manual/es/sylpheed-19.html
8799         * doc/manual/es/sylpheed-2.html
8800         * doc/manual/es/sylpheed-20.html
8801         * doc/manual/es/sylpheed-3.html
8802         * doc/manual/es/sylpheed-4.html
8803         * doc/manual/es/sylpheed-5.html
8804         * doc/manual/es/sylpheed-6.html
8805         * doc/manual/es/sylpheed-7.html
8806         * doc/manual/es/sylpheed-8.html
8807         * doc/manual/es/sylpheed-9.html
8808         * doc/manual/es/sylpheed.html
8809         * doc/manual/fr/.cvsignore
8810         * doc/manual/fr/Makefile.am
8811         * doc/manual/fr/sylpheed-1.html
8812         * doc/manual/fr/sylpheed-10.html
8813         * doc/manual/fr/sylpheed-11.html
8814         * doc/manual/fr/sylpheed-12.html
8815         * doc/manual/fr/sylpheed-13.html
8816         * doc/manual/fr/sylpheed-14.html
8817         * doc/manual/fr/sylpheed-15.html
8818         * doc/manual/fr/sylpheed-16.html
8819         * doc/manual/fr/sylpheed-17.html
8820         * doc/manual/fr/sylpheed-18.html
8821         * doc/manual/fr/sylpheed-19.html
8822         * doc/manual/fr/sylpheed-2.html
8823         * doc/manual/fr/sylpheed-20.html
8824         * doc/manual/fr/sylpheed-3.html
8825         * doc/manual/fr/sylpheed-4.html
8826         * doc/manual/fr/sylpheed-5.html
8827         * doc/manual/fr/sylpheed-6.html
8828         * doc/manual/fr/sylpheed-7.html
8829         * doc/manual/fr/sylpheed-8.html
8830         * doc/manual/fr/sylpheed-9.html
8831         * doc/manual/fr/sylpheed.html
8832         * doc/manual/ja/.cvsignore
8833         * doc/manual/ja/Makefile.am
8834         * doc/manual/ja/sylpheed-1.html
8835         * doc/manual/ja/sylpheed-10.html
8836         * doc/manual/ja/sylpheed-11.html
8837         * doc/manual/ja/sylpheed-12.html
8838         * doc/manual/ja/sylpheed-13.html
8839         * doc/manual/ja/sylpheed-14.html
8840         * doc/manual/ja/sylpheed-15.html
8841         * doc/manual/ja/sylpheed-16.html
8842         * doc/manual/ja/sylpheed-17.html
8843         * doc/manual/ja/sylpheed-18.html
8844         * doc/manual/ja/sylpheed-19.html
8845         * doc/manual/ja/sylpheed-2.html
8846         * doc/manual/ja/sylpheed-20.html
8847         * doc/manual/ja/sylpheed-3.html
8848         * doc/manual/ja/sylpheed-4.html
8849         * doc/manual/ja/sylpheed-5.html
8850         * doc/manual/ja/sylpheed-6.html
8851         * doc/manual/ja/sylpheed-7.html
8852         * doc/manual/ja/sylpheed-8.html
8853         * doc/manual/ja/sylpheed-9.html
8854         * doc/manual/ja/sylpheed.html
8855         * doc/manual/ja/sylpheed.sgml
8856         * src/mainwindow.c
8857                 Remove outdated manual and faq. Noisy, eh?
8858
8859 2005-12-06 [colin]      1.9.100cvs70
8860
8861         * src/compose.c
8862         * src/quote_fmt_parse.y
8863         * src/undo.c
8864         * src/undo.h
8865                 Allow %X to position cursor at 0 
8866                 (no %X = before signature)
8867                 Fix paste as quotation putting the cursor at 0
8868                 Fix undo offsets when pasting
8869                 Insert the quote_fmt at once instead of line 
8870                 by line
8871                 Fix [Edited] when starting to reply/forward
8872
8873 2005-12-06 [paul]       1.9.100cvs69
8874
8875         * src/plugins/clamav/clamav_plugin_gtk.c
8876                 add another tooltip
8877         * src/plugins/spamassassin/spamassassin_gtk.c
8878                 rework spamassassin_create_widget_func()
8879
8880 2005-12-05 [colin]      1.9.100cvs68
8881
8882         * po/POTFILES.in
8883                 Fix make release ;-)
8884
8885 2005-12-05 [colin]      1.9.100cvs67
8886
8887         * src/compose.c
8888         * src/compose.h
8889                 Fix cursor positioning (not obeying %X)
8890
8891 2005-12-05 [paul]       1.9.100cvs66
8892
8893         * src/plugins/dillo_viewer/dillo_prefs.c
8894                 fix compilation warning
8895
8896 2005-12-05 [paul]       1.9.100cvs65
8897
8898         * src/prefs_spelling.c
8899         * src/plugins/trayicon/trayicon.c
8900                 cleanups - remove unused stuff
8901
8902 2005-12-05 [paul]       1.9.100cvs64
8903
8904         * README
8905         * manual/plugins.xml
8906                 remove info about removed mathml_viewer plugin
8907
8908 2005-12-05 [paul]       1.9.100cvs63
8909
8910         * configure.ac
8911         * src/plugins/Makefile.am
8912         * src/plugins/mathml_viewer/.cvsignore
8913         * src/plugins/mathml_viewer/Makefile.am
8914         * src/plugins/mathml_viewer/mathml_viewer.c
8915                 remove unmaintained mathml_viewer plugin
8916
8917 2005-12-05 [paul]       1.9.100cvs62
8918
8919         * src/summaryview.c
8920                 obey prefs_common.always_show_msg when
8921                 moving a msg
8922                 Thanks to Colin
8923
8924 2005-12-05 [paul]       1.9.100cvs61
8925
8926         * src/compose.c
8927         * src/prefs_account.c
8928         * src/prefs_filtering.c
8929         * src/prefs_quote.c
8930         * src/prefs_spelling.c
8931         * src/prefs_toolbar.c
8932         * src/summaryview.c
8933         * src/gtk/gtkutils.c
8934         * src/gtk/quicksearch.c
8935         * src/plugins/dillo_viewer/dillo_prefs.c
8936                 dialog cleanups
8937
8938 2005-12-04 [paul]       1.9.100cvs60
8939
8940         * src/inc.c
8941         * src/prefs_account.c
8942         * src/prefs_account.h
8943                 allow a Local account to specify a
8944                 default inbox
8945                 (closes bug 843 'Inbox cannot be changed for local
8946                  mailboxes')
8947
8948 2005-12-04 [colin]      1.9.100cvs59
8949
8950         * src/plugins/trayicon/trayicon.c
8951                 Remove Get, rename Get All to Get Mail in order to
8952                 be consistent with the default main toolbar
8953
8954 2005-12-03 [colin]      1.9.100cvs58
8955
8956         * manual/gpl.xml
8957         * manual/sylpheed-claws-manual.xml
8958                 Add GPL appendix
8959
8960 2005-12-03 [paul]       1.9.100cvs57
8961
8962         * AUTHORS
8963         * po/sv.po
8964         * src/gtk/authors.h
8965                 new (partially complete) Swedish translation
8966                 by Anders Troback <sylpheed@troback.com>
8967
8968 2005-12-02 [paul]       1.9.100cvs56
8969
8970         * configure.ac
8971                 libetpan 0.41 required
8972
8973 2005-12-02 [paul]       1.9.100cvs55
8974
8975         * src/plugins/clamav/clamav_plugin.c
8976         * src/plugins/clamav/clamav_plugin.h
8977         * src/plugins/clamav/clamav_plugin_gtk.c
8978         * src/plugins/spamassassin/spamassassin.c
8979         * src/plugins/spamassassin/spamassassin.h
8980         * src/plugins/spamassassin/spamassassin_gtk.c
8981                 unregister prefs pages on unloading, thus
8982                 preventing a crash
8983                 (thanks to Colin for the hint)
8984
8985 2005-12-02 [wwp]        1.9.100cvs54
8986
8987         * src/quote_fmt.h
8988         * src/quote_fmt_parse.y
8989                 fix misuse of gboolean*, use gboolean instead
8990                 (thanks to Paul, Colin, for pointing out that scaring one)
8991
8992 2005-12-02 [paul]       1.9.100cvs53
8993
8994         * src/plugins/clamav/clamav_plugin.c
8995                 int no --> unsigned int no
8996         * src/plugins/clamav/clamav_plugin_gtk.c
8997                 rework config page
8998
8999 2005-12-02 [wwp]        1.9.100cvs52
9000
9001         * src/compose.c
9002         * src/prefs_template.c
9003         * src/quote_fmt.h
9004         * src/quote_fmt_parse.y
9005                 prevent from executing |f and |p templates commands when
9006                 adding or replacing templates in prefs (avoids annoying and
9007                 potentially dangerous behaviours)
9008
9009 2005-12-02 [paul]       1.9.100cvs51
9010
9011         * src/prefs_common.c
9012                 allow translation of some default values
9013                 Patch by Fabien Vantard
9014
9015 2005-12-02 [paul]       1.9.100cvs50
9016
9017         * src/codeconv.c
9018         * src/codeconv.h
9019         * src/prefs_common.c
9020         * src/prefs_common.h
9021         * src/prefs_message.c
9022         * src/textview.c
9023                 remove obsolete 'convert_mb_alnum' option
9024                 and related stuff
9025         * src/gtk/about.c
9026                 remove unused 'about_textview_visibility_notify'
9027
9028 2005-12-02 [paul]       1.9.100cvs49
9029
9030         * src/prefs_account.c
9031         * src/prefs_compose_writing.c
9032         * src/prefs_fonts.c
9033         * src/prefs_gtk.h
9034         * src/prefs_image_viewer.c
9035         * src/prefs_message.c
9036         * src/prefs_other.c
9037         * src/prefs_receive.c
9038         * src/prefs_send.c
9039         * src/prefs_spelling.c
9040         * src/prefs_summaries.c
9041         * src/prefs_wrapping.c
9042         * src/plugins/dillo_viewer/dillo_prefs.c
9043         * src/plugins/pgpcore/prefs_gpg.c
9044                 several cleanups to the prefs dialogs
9045                 (slightly modified) patch by Fabien Vantard
9046
9047 2005-12-02 [paul]       1.9.100cvs48
9048
9049         * src/main.c
9050                 --exit means exit
9051         * src/send_message.c
9052                 fix crash on send when connection fails
9053
9054         Thanks to Colin
9055
9056 2005-12-01 [colin]      1.9.100cvs47
9057
9058         * src/html.c
9059                 Translate &hellip; to "..."
9060
9061 2005-11-30 [colin]      1.9.100cvs46
9062
9063         * src/matcher.c
9064         * src/matcher.h
9065                 Optimize back yesterday's fix.
9066
9067 2005-11-30 [paul]       1.9.100cvs45
9068
9069         * manual/faq.xml
9070                 standardised
9071         * manual/intro.xml
9072                 written by Colin, edited by me
9073
9074 2005-11-29 [colin]      1.9.100cvs44
9075
9076         * src/matcher.c
9077                 Skip headers unconditionnaly in match_body if the
9078                 rule is not message or ~message
9079
9080 2005-11-29 [colin]      1.9.100cvs43
9081
9082         * src/matcher.c
9083                 Fix body_part and such, not skipping headers 
9084                 if the matchcriteria wasn't the first in the rule
9085
9086 2005-11-29 [colin]      1.9.100cvs42
9087
9088         * src/compose.c
9089                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
9090                 option missing from message view window)
9091                 Fix double text D'n'D with gtk-2.8
9092         * src/matcher.c
9093                 Fix ~message, ~headers_part, ~body_part rules
9094         * src/messageview.c
9095                 Add Windows-1252 (Closes bug #863)
9096                 Fix accels
9097         * src/gtk/gtkaspell.c
9098                 Properly destroy accels in all menus
9099
9100 2005-11-29 [mones]      1.9.100cvs41
9101
9102         * po/es.po
9103                 Updated.
9104
9105 2005-11-27 [colin]      1.9.100cvs40
9106
9107         * src/mh_gtk.c
9108                 "/Remove mailbox" -> "/Remove mailbox..."
9109
9110 2005-11-27 [paul]       1.9.100cvs39
9111
9112         * AUTHORS
9113         * po/de.po
9114         * src/gtk/authors.h
9115                 updated by new maintainer, Stephan Sachse
9116
9117 2005-11-27 [paul]       1.9.100cvs38
9118
9119         * manual/faq.xml
9120                 written by Colin, edited by me
9121
9122 2005-11-27 [paul]       1.9.100cvs37
9123
9124         * src/prefs_common.c
9125         * src/prefs_common.h
9126         * src/prefs_receive.c
9127         * src/prefs_summaries.c
9128                 move 'go to inbox after receiving new mail'
9129                 option from display/sumamaries to mail
9130                 handling/receive, and rework prefs_summaries
9131                 dialog a little
9132
9133 2005-11-25 [martin]     1.9.100cvs36
9134
9135         * po/de.po
9136             fixed windows-1252 translation;
9137             translated some new and fuzzy strings
9138
9139 2005-11-25 [paul]       1.9.100cvs35
9140
9141         * src/plugins/clamav/clamav_plugin.c
9142                 complete the update done in cvs34
9143
9144 2005-11-25 [paul]       1.9.100cvs34
9145
9146         * src/plugins/clamav/clamav_plugin.c
9147                 reflect upstream changes
9148
9149 2005-11-25 [paul]       1.9.100cvs33
9150
9151         * manual/ack.xml
9152         * manual/plugins.xml
9153         * manual/sylpheed-claws-manual.xml
9154                 written/updated by Colin, edited by me
9155         * tools/acroread2sylpheed.pl
9156                 update binary name
9157
9158 2005-11-24 [colin]      1.9.100cvs32
9159
9160         * src/compose.c
9161                 Fix bug #856 (reediting messages forgets Request
9162                 Return Receipt)
9163
9164 2005-11-24 [paul]       1.9.100cvs31
9165
9166         * manual/addrbook.xml
9167         * manual/starting.xml
9168                 written by Colin, proofread, edited, adapted by me
9169         * manual/advanced.xml
9170                 add some Actions examples
9171         * src/importldif.c
9172                 use a Save button instead of a Close button
9173         * src/wizard.c
9174                 indicate mandatory fields
9175                 fix page display
9176                 Thanks to Colin
9177
9178 2005-11-23 [colin]      1.9.100cvs30
9179
9180         * src/addressbook.c
9181                 Rename menu item, fix possible crash after
9182                 deletion of books
9183         * src/addrindex.c
9184                 Allow searching for '*' in ldap
9185         * src/browseldap.c
9186                 Fix "Browse Entry" (did anyone use it?)
9187         * src/wizard.c
9188                 Add guards for mandatory information
9189
9190 2005-11-23 [paul]       1.9.100cvs29
9191
9192         * manual/advanced.xml
9193                 corrections to the English
9194
9195 2005-11-23 [colin]      1.9.100cvs28
9196
9197         * src/mimeview.c
9198                 Fix possible crash at exit. After the call to
9199                 gtk_container_remove(), the Viewer's widget has no
9200                 more parent so gtk+ automatically frees it and its
9201                 sons. If destroy_viewer() then try to access it,
9202                 problems ensue.
9203
9204 2005-11-22 [colin]      1.9.100cvs27
9205
9206         * src/compose.c
9207         * src/gtk/gtkaspell.c
9208                 Fix right-clicking on a misspelled word
9209                 Fix More... in suggestions menu
9210
9211 2005-11-22 [wwp]        1.9.100cvs26
9212
9213         * src/prefs_template.c
9214                 templates works: re-sort templates list when adding or replacing,
9215                 prevent from adding or replacing when the template name is empty
9216
9217 2005-11-21 [colin]      1.9.100cvs25
9218
9219         * src/addressbook.c
9220                 Fix some addressbook suckage (dnd, select all)
9221         * src/compose.c
9222         * src/gtk/gtkaspell.c
9223         * src/gtk/gtkaspell.h
9224                 Make the spellchecker menu work with the 
9225                 GtkTextView one instead of overriding it
9226
9227 2005-11-20 [paul]       1.9.100cvs24
9228
9229         * manual/handling.xml
9230                 proofread and corrected
9231
9232 2005-11-20 [paul]       1.9.100cvs23
9233
9234         * manual/Makefile
9235                 generate html as one file
9236         * manual/advanced.xml
9237                 fix output generation
9238                 reformat hidden options list
9239         * manual/manual.xml     ** REMOVED **
9240         * manual/sylpheed-claws-manual.xml      ** ADDED **
9241                 renamed
9242
9243 2005-11-18 [colin]      1.9.100cvs22
9244
9245         * src/prefs_account.c
9246                 Fix layout in news and mbox accounts
9247         * manual/account.xml
9248         * manual/advanced.xml
9249                 New contents for Paul to check :)
9250
9251 2005-11-18 [wwp]        1.9.100cvs21
9252
9253         * src/gtk/quicksearch.c
9254                 don't update extended quicksearch buttons twice
9255
9256 2005-11-18 [paul]       1.9.100cvs20
9257
9258         * src/textview.c
9259                 complete 1.9.100cvs19
9260
9261 2005-11-18 [paul]       1.9.100cvs19
9262
9263         * src/compose.c
9264                 cosmetic improvements
9265         * src/textview.c
9266                 also list text/* attachments
9267
9268 2005-11-18 [colin]      1.9.100cvs18
9269
9270         * src/summaryview.c
9271                 Use column 0 instead of -1 in 
9272                 gtk_ctree_node_moveto, in a naive
9273                 hope it'll fix the gtk-related crashes
9274
9275 2005-11-18 [colin]      1.9.100cvs17
9276
9277         * src/gtk/inputdialog.c
9278                 Fix icon staying the first one
9279
9280 2005-11-17 [wwp]        1.9.100cvs16
9281                 fix possible problem showing some quicksearch buttons, and a bad
9282                 call to g_return_if_fail in a function that returns a value (both
9283                 fixes by Fabien Vantard)
9284
9285 2005-11-15 [wwp]        1.9.100cvs15
9286
9287         * src/gtk/quicksearch.c
9288                 added a tooltip to that obscure ... quicksearch button
9289
9290 2005-11-15 [wwp]        1.9.100cvs14
9291
9292         * src/gtk/quicksearch.c
9293                 add a quicksearch helper to filtering expression users: the ... button
9294                 raises the condition expr window. condition expressions set up w/ this
9295                 window are used by the quicksearch if the user closes it pressing OK.
9296
9297 2005-11-14 [paul]       1.9.100cvs13
9298
9299         * src/plugins/clamav/clamav_plugin.c
9300         * src/plugins/spamassassin/spamassassin.c
9301                 change plugin type following recent merging
9302
9303 2005-11-14 [wwp]        1.9.100cvs12
9304
9305         * src/folder.c
9306                 prevent from crashing when copying/moving message(s) from and
9307                 to the same folder
9308
9309 2005-11-14 [paul]       1.9.100cvs11
9310
9311         * src/plugins/clamav/Makefile.am
9312         * src/plugins/clamav/clamav_plugin.c
9313         * src/plugins/clamav/clamav_plugin.h
9314         * src/plugins/clamav/clamav_plugin_gtk.c
9315                 also merge clamav and clamav_gtk plugins
9316
9317 2005-11-13 [colin]      1.9.100cvs10
9318
9319         * configure.ac
9320         * src/plugins/spamassassin/Makefile.am
9321         * src/plugins/spamassassin/spamassassin.c
9322         * src/plugins/spamassassin/spamassassin.h
9323         * src/plugins/spamassassin/spamassassin_gtk.c
9324                 Merge spamassassin and spamassassin_gtk plugins,
9325                 and build it by default.
9326
9327 2005-11-12 [colin]      1.9.100cvs9
9328
9329         * src/etpan/imap-thread.c
9330                 Fix gcc warning
9331
9332 2005-11-12 [colin]      1.9.100cvs8
9333
9334         * src/procmime.c
9335                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9336
9337 2005-11-10 [colin]      1.9.100cvs7
9338
9339         * src/main.c
9340                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9341                 minimised state)
9342
9343 2005-11-10 [wwp]        1.9.100cvs6
9344
9345         * src/gtk/description_window.c
9346                 fix a crash when closing description windows using the WM's [X] button
9347
9348 2005-11-09 [colin]      1.9.100cvs5
9349
9350         * src/common/ssl.c
9351                 Update libetpan call to follow upstream
9352                 (yes, this requires libetpan-0.40cvs3)
9353
9354 2005-11-08 [colin]      1.9.100cvs4
9355
9356         * src/compose.c
9357         * src/textview.c
9358         * src/common/utils.c
9359         * src/common/utils.h
9360                 Enhance the email parser
9361
9362 2005-11-08 [colin]      1.9.100cvs3
9363
9364         * src/procmime.c
9365                 Fix what looks like an off-by-one (fixes 
9366                 attachments from the Bat)
9367
9368 2005-11-08 [wwp]        1.9.100cvs2
9369
9370         * src/main.c
9371                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9372
9373 2005-11-08 [wwp]        1.9.100cvs1
9374
9375         * src/main.c
9376                 allow exiting Sylpheed-Claws from command-line
9377
9378 2005-11-08 [paul]       1.9.100
9379
9380         1.9.100 released
9381
9382 2005-11-07 [colin]      1.9.99cvs17
9383
9384         * src/addritem.c
9385         * src/ldif.c
9386                 Fix import of base-64 encoded items
9387
9388 2005-11-07 [colin]      1.9.99cvs16
9389
9390         * src/send_message.c
9391                 Fix bug #314 (Queue does not empty under certain 
9392                 circumstances)
9393
9394 2005-11-07 [paul]       1.9.99cvs15
9395
9396         * src/mutt.c
9397         * src/pine.c
9398                 fix buffer overflows
9399                 Thanks to Colin
9400
9401 2005-11-07 [paul]       1.9.99cvs14
9402
9403         * doc/man/Makefile.am
9404         * doc/man/sylpheed-claws.1      ** ADDED **
9405         * doc/man/sylpheed.1            ** DELETED **
9406                 rename and update the man file
9407
9408 2005-11-06 [colin]      1.9.99cvs13
9409
9410         * src/ldif.c
9411                 Fix ldif_get_line() that returned empty strings
9412                 (Didn't understand why). Also fix a possible
9413                 buffer overflow.
9414
9415 2005-11-06 [wwp]        1.9.99cvs12
9416
9417         * src/textview.c
9418         * src/gtk/about.c
9419         * src/gtk/gtkutils.c
9420         * src/gtk/gtkutils.h
9421                 fix a compilation warning,
9422                 make links sensitive in the about dialog
9423
9424 2005-11-04 [wwp]        1.9.99cvs11
9425
9426         * src/gtk/about.c
9427                 don't wrap or translate URIs, and a bit text format cleanup
9428
9429 2005-11-04 [wwp]        1.9.99cvs10
9430
9431         * src/gtk/about.c
9432                 better textview tagging implementation (no more use of marks for
9433                 postponed tagging)
9434
9435 2005-11-02 [colin]      1.9.99cvs9
9436
9437         * src/common/ssl.c
9438                 Forgot an ifdef
9439
9440 2005-11-02 [colin]      1.9.99cvs8
9441
9442         * configure.ac
9443                 Require libetpan-0.40 due to upstream fix
9444         * src/common/ssl.c
9445                 Tell libetpan not to call SSL_Library_Init,
9446                 as we do it ourselves.
9447
9448 2005-11-02 [colin]      1.9.99cvs7
9449
9450         * po/POTFILES.in
9451                 Add missing files (thanks to Fabien Vantard)
9452
9453 2005-11-02 [colin]      1.9.99cvs6
9454
9455         * src/summaryview.c
9456                 Fix totals when read messages are hidden or quicksearch
9457                 is on
9458         * src/ssl_manager.c
9459         * src/ssl_manager.h
9460         * src/common/ssl_certificate.c
9461         * src/common/ssl_certificate.h
9462         * src/gtk/sslcertwindow.c
9463         * src/gtk/sslcertwindow.h
9464                 Fix copyright on my stuff
9465
9466 2005-11-02 [wwp]        1.9.99cvs5
9467
9468         * src/prefs_themes.c
9469                 fix directory name checking (theme installation/removal),
9470                 made related error a bit more verbose
9471
9472 2005-11-02 [colin]      1.9.99cvs4
9473
9474         * src/summaryview.c
9475                 Fix typo (probably fixes bug #841 (Sort by the From 
9476                 field doesn't work)
9477
9478 2005-11-02 [paul]       1.9.99cvs3
9479
9480         * po/ko.po
9481         * po/nb.po
9482                 updated by SungHyun Nam, Geir Helland
9483         * src/wizard.c
9484                 fix typo in welcome message. spotted by
9485                 Andrea Spadaccini
9486
9487 2005-11-01 [colin]      1.9.99cvs2
9488
9489         * src/compose.c
9490                 Fix replying to ml wen confirming subscription
9491         * src/messageview.c
9492         * src/mimeview.c
9493         * src/mimeview.h
9494         * src/privacy.h
9495         * src/summaryview.c
9496                 Make key check non blocking
9497
9498 2005-10-31 [paul]       1.9.99cvs1
9499
9500         * tools/claws.i18n.status.pl
9501                 updated for ChangeLog
9502
9503 2005-10-31 [paul]       1.9.99
9504
9505         1.9.99 released
9506
9507 2005-10-31 [paul]       1.9.15cvs131
9508
9509         * .cvsignore
9510         * ChangeLog
9511         * ChangeLog.claws       ** REMOVED **
9512         * ChangeLog-gtk2.claws  ** REMOVED **
9513         * ChangeLog.gtk1        ** ADDED **
9514         * INSTALL
9515         * Makefile.am
9516         * NEWS
9517         * README
9518         * README.claws          ** REMOVED **
9519         * README.jp             ** REMOVED **
9520         * RELEASE_NOTES         ** ADDED **
9521         * RELEASE_NOTES.claws   ** REMOVED **
9522         * commitHelper
9523         * configure.ac
9524         * sylpheed.spec.in      ** REMOVED **
9525                 tidy up and update the default docs:
9526                 ChangeLog.claws is renamed ChangeLog.gtk1
9527                 ChangeLog-gtk2.claws is renamed ChangeLog
9528                 README.claws is renamed README
9529                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9530
9531 2005-10-31 [paul]       1.9.15cvs130
9532
9533         * po/it.po
9534                 fix errors
9535
9536 2005-10-31 [paul]       1.9.15cvs129
9537
9538         * po/ca.po
9539         * po/de.po
9540         * po/en_GB.po
9541         * po/fr.po
9542         * po/it.po
9543         * po/pt_BR.po
9544         * po/sk.po
9545         * po/sr.po
9546         * po/zh_CN.po
9547                 updated by Miquel Oliete, Stephan Sachse and
9548                 Thomas Gilgin, me, Fabien Vantard, Andrea
9549                 Spadaccini, Frederico Goncalves Guimaraes,
9550                 Andrej Kacian, Aleksandar Urosevic, and
9551                 Ralgh Young.
9552
9553 2005-10-31 [mones]      1.9.15cvs128
9554
9555         * manual/faq.xml
9556                 More questions.
9557         
9558         * po/es.po
9559                 Updated for release.
9560
9561 2005-10-30 [colin]      1.9.15cvs127
9562
9563         * src/compose.c
9564                 Place cursor before rewrapping (fixes cursor
9565                 pos if quotation gets rewrapped)
9566
9567 2005-10-29 [paul]       1.9.15cvs126
9568
9569         * src/crash.c
9570         * src/foldersel.c
9571         * src/main.c
9572         * src/messageview.c
9573         * src/toolbar.c
9574         * src/gtk/authors.h
9575                 corrections to text items
9576
9577 2005-10-28 [colin]      1.9.15cvs125
9578
9579         * src/messageview.c
9580                 Make "hit 'C' to check sig" work from extern 
9581                 messageviews
9582
9583 2005-10-27 [colin]      1.9.15cvs124
9584
9585         * src/summaryview.c
9586                 Add a hack to avoid segfaulting when hammering 
9587                 on gtk's events
9588
9589 2005-10-27 [wwp]        1.9.15cvs123
9590
9591         * src/prefs_themes.c
9592                 sort list of themes names in themes prefs
9593
9594 2005-10-27 [paul]       1.9.15cvs122
9595
9596         * src/folder.c
9597         * src/prefs_account.c
9598                 fix building on Solaris
9599                 Patch by Alex Moore
9600
9601 2005-10-27 [wwp]        1.9.15cvs121
9602
9603         * src/summaryview.c
9604         * src/gtk/gtksctree.c
9605                 speed up unselecting messages in summary view (thanks to Colin)
9606
9607 2005-10-27 [paul]       1.9.15cvs120
9608
9609         * src/mainwindow.c
9610                 fix a compilation warning
9611         * src/summaryview.c
9612                 fix updating of 'n items selected' count
9613                 when deselecting
9614
9615 2005-10-27 [martin]     1.9.15cvs119
9616
9617         * src/action.c
9618                 ignore actions with a leading '/' in the action menu name
9619                 fixes a crash on menu creation
9620         * src/prefs_actions.c
9621                 do not allow a leading '/' in the action menu name
9622
9623 2005-10-27 [paul]       1.9.15cvs118
9624
9625         * src/main.c
9626                 fix compilation warning
9627
9628 2005-10-27 [paul]       1.9.15cvs117
9629
9630         * src/procmime.c
9631                 add #if HAVE_LOCALE_H
9632
9633 2005-10-27 [paul]       1.9.15cvs116
9634
9635         * src/plugins/clamav/clamav_plugin.c
9636         * src/plugins/dillo_viewer/dillo_viewer.c
9637         * src/plugins/mathml_viewer/mathml_viewer.c
9638         * src/plugins/pgpcore/plugin.c
9639         * src/plugins/pgpinline/plugin.c
9640         * src/plugins/pgpmime/plugin.c
9641         * src/plugins/spamassassin/spamassassin.c
9642         * src/plugins/trayicon/trayicon.c
9643                 plugin_init() : make error messages more
9644                 informative
9645
9646 2005-10-26 [wwp]        1.9.15cvs115
9647
9648         * src/prefs_matcher.c
9649                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9650
9651 2005-10-26 [wwp]        1.9.15cvs114
9652
9653         * src/procmime.c
9654         * src/gtk/gtksctree.c
9655         * src/plugins/spamassassin/libspamc.c
9656         * src/plugins/spamassassin/spamassassin.c
9657                 fix some compilation warnings more
9658
9659 2005-10-26 [mones]      1.9.15cvs113
9660
9661         * po/es.po
9662                 Updated translation
9663
9664 2005-10-26 [paul]       1.9.15cvs112
9665
9666         * src/prefs_message.c
9667                 give all display_xface stuff the
9668                 #if HAVE_LIBCOMPFACE treatment, thus
9669                 preventing a crash
9670                 (Thanks to Wolfgang Enderlein)
9671
9672 2005-10-26 [colin]      1.9.15cvs111
9673
9674         * src/gedit-print.c
9675                 Fix date format
9676         * src/imap_gtk.c
9677         * src/news_gtk.c
9678                 Remove context menu items that should not be there
9679         * src/jpilot.c
9680                 Fix encoding
9681         * src/main.c
9682         * src/mainwindow.c
9683                 Don't show the mainwindow too soon
9684
9685 2005-10-26 [wwp]        1.9.15cvs110
9686
9687         * src/folder.c
9688         * src/manual.c
9689         * src/summaryview.c
9690                 fix uninitialized pointers in the folder updating hook
9691                 (thanks to Colin)
9692
9693 2005-10-25 [mones]      1.9.15cvs109
9694
9695         * manual/faq.xml
9696                 General information subsection completed. 
9697                 Removed archaic references.
9698                 
9699         * manual/Makefile
9700         * manual/dtd/manual.dsl
9701                 Added customization stylesheet for getting paragraphs
9702                 fully justified in PDF output (as suggested by Colin).
9703
9704 2005-10-25 [colin]      1.9.15cvs108
9705
9706         * src/compose.c
9707                 Fix a second leak
9708
9709 2005-10-25 [colin]      1.9.15cvs107
9710
9711         * src/addrbook.c
9712         * src/addrindex.c
9713                 Fix leak (xml_get_element() allocates memory)
9714         * src/compose.c
9715                 Fix leak + dead code (shame!)
9716         * src/procmime.c
9717                 Fix leak
9718
9719 2005-10-25 [colin]      1.9.15cvs106
9720
9721         * src/mimeview.c
9722                 Fix encoding issue in Save all and in 
9723                 overwrite-confirmation alertpanel
9724
9725 2005-10-25 [colin]      1.9.15cvs105
9726
9727         * src/common/socket.c
9728                 Fix a leak - Thanks to Christopher Aillon
9729                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9730
9731 2005-10-25 [paul]       1.9.15cvs104
9732
9733         * src/wizard.c
9734                 Always guess servers from the right-hand
9735                 email part and guess username from the
9736                 left-hand part. (Thanks to Colin)
9737                 add an X-Face to the welcome message
9738
9739 2005-10-25 [paul]       1.9.15cvs103
9740
9741         * manual/handling.xml
9742                 written by Colin, edited by me
9743
9744 2005-10-25 [wwp]        1.9.15cvs102
9745
9746         * src/folderview.c
9747         * src/grouplistdialog.c
9748         * src/imap.c
9749         * src/noticeview.c
9750                 fix some compilation warnings
9751
9752 2005-10-24 [paul]
9753
9754         1.9.99-rc3 released
9755
9756 2005-10-24 [paul]       1.9.15cvs101
9757
9758         * src/gtk/about.c
9759                 fix window sizing
9760
9761 2005-10-24 [paul]       1.9.15cvs100
9762
9763         * src/pixmaps/offline.xpm
9764         * src/pixmaps/online.xpm
9765                 replace with last default versions
9766
9767 2005-10-24 [colin]      1.9.15cvs99
9768
9769         * src/imap.c
9770                 Fix bug when moving a folder
9771         * src/imap_gtk.c
9772         * src/mh_gtk.c
9773                 "Delete folder" pops up a window, so it 
9774                 should be suffixed with "..."
9775         * src/plugins/pgpcore/sgpgme.c
9776                 Include locale.h
9777
9778 2005-10-24 [mones]      1.9.15cvs98
9779
9780         * manual/Makefile
9781         * manual/account.xml
9782         * manual/ack.xml
9783         * manual/addrbook.xml
9784         * manual/advanced.xml
9785         * manual/faq.xml
9786         * manual/glossary.xml
9787         * manual/gpl.xml
9788         * manual/handling.xml
9789         * manual/intro.xml
9790         * manual/keyboard.xml
9791         * manual/manual.xml
9792         * manual/plugins.xml
9793         * manual/starting.xml
9794         * manual/dtd/sdocbook.dtd
9795                 Initial manual structure and some content.
9796
9797 2005-10-23 [wwp]        1.9.15cvs97
9798
9799         * src/gtk/about.c
9800                 fix a typo
9801
9802 2005-10-23 [wwp]        1.9.15cvs96
9803
9804         * src/gtk/about.c
9805         * src/gtk/authors.h
9806                 rework of the about window (main work by Paul), also featuring a few
9807                 fixes for typos and duplicate names
9808
9809 2005-10-23 [wwp]        1.9.15cvs95
9810
9811         * src/.cvsignore
9812                 Ignore the right binary name (sylpheed-claws now)
9813
9814 2005-10-23 [paul]       1.9.15cvs94
9815
9816         * src/compose.c
9817                 when using Folder Pref 'Default To for
9818                 replies' make the entry in the Compose
9819                 window bold
9820                 Patch by Fabien Vantard
9821
9822 2005-10-22 [colin]      1.9.15cvs93
9823
9824         * src/codeconv.c
9825                 Fix leak
9826
9827 2005-10-22 [colin]      1.9.15cvs92
9828
9829         * src/codeconv.c
9830                 try to convert using locale (apart utf8) if necessary
9831
9832 2005-10-22 [colin]      1.9.15cvs91
9833
9834         * src/pixmaps/new.xpm
9835         * src/pixmaps/unread.xpm
9836                 Make the unread envelope blue again and
9837                 saturate the new one a bit more.
9838
9839 2005-10-22 [colin]      1.9.15cvs90
9840
9841         * src/compose.c
9842                 When replying to a mail sent by one of our accounts,
9843                 use the original list of recipients. Let 'Reply All'
9844                 and 'Reply to sender' work like previously.
9845
9846 2005-10-21 [colin]      1.9.15cvs89
9847
9848         * src/prefs_filtering.c
9849                 Clear fields after add and replace
9850         * src/textview.c
9851                 Display xface differently (better)
9852         * src/plugins/pgpinline/pgpinline.c
9853                 Fix crappy encodings/recodings
9854
9855 2005-10-21 [paul]       1.9.15cvs88
9856
9857         * src/compose.c
9858         * src/prefs_folder_item.c
9859         * src/toolbar.c
9860                 fix news folder Folder Properties
9861                 (thanks to Colin)
9862         * src/folderview.c
9863                 update folderview after Themes change
9864                 keep selected folder selected
9865                 (thanks to Colin)
9866
9867 2005-10-21 [paul]       1.9.15cvs87
9868
9869         * tools/Makefile.am
9870         * tools/OOo2sylpheed.pl
9871         * tools/README
9872         * tools/README.sylprint
9873         * tools/asus_mailled.sh         ** REMOVED **
9874         * tools/filter_conv.pl
9875         * tools/freshmeat_search.pl
9876         * tools/google_search.pl
9877         * tools/gpg-sign-syl            ** REMOVED **
9878         * tools/kmail2sylpheed.pl
9879         * tools/kmail2sylpheed_v2.pl
9880         * tools/multiwebsearch.pl
9881         * tools/nautilus2sylpheed.sh
9882         * tools/newscache_clean.pl
9883         * tools/outlook2sylpheed.pl
9884         * tools/sylpheed-switcher       ** REMOVED **
9885         * tools/sylprint.pl
9886         * tools/sylprint.rc
9887         * tools/tb2sylpheed
9888         * tools/vcard2xml.py
9889         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9890                 update default config dir
9891                 update binary name (thanks to Fabien Vantard)
9892                 remove obsolete scripts
9893
9894 2005-10-21 [colin]      1.9.15cvs86
9895
9896         * src/inc.c
9897                 Fix possible leak and units. Based on a patch by
9898                 Fabien Vantard.
9899
9900 2005-10-20 [colin]      1.9.15cvs85
9901
9902         * src/textview.c
9903                 Clear xface when clearing textview
9904
9905 2005-10-20 [colin]      1.9.15cvs84
9906
9907         * configure.ac
9908         * src/folderview.c
9909         * src/headerview.c
9910         * src/main.c
9911         * src/prefs_common.c
9912         * src/prefs_common.h
9913         * src/prefs_message.c
9914         * src/textview.c
9915         * src/textview.h
9916         * src/common/defs.h
9917         * src/common/utils.c
9918         * src/common/utils.h
9919         * src/gtk/gtkutils.c
9920         * src/gtk/gtkutils.h
9921                 Migrate config to .sylpheed-claws (Automatically)
9922                 Add a way to get the Xface in the TextView
9923
9924 2005-10-20 [colin]      1.9.15cvs83
9925
9926         * src/gtk/Makefile.am
9927         * src/gtk/about.c
9928         * src/gtk/authors.h
9929                 Make the about dialog *grooovy*
9930
9931 2005-10-20 [colin]      1.9.15cvs82
9932
9933         * src/mimeview.c
9934                 Use "Open with" on double click if no command
9935                 was found
9936
9937 2005-10-20 [colin]      1.9.15cvs81
9938
9939         * src/imap.c
9940         * src/etpan/imap-thread.c
9941                 Fix possible crash.
9942
9943 2005-10-20 [paul]       1.9.15cvs80
9944
9945         * src/folder.c
9946                 don't show clipkey icon if the only
9947                 attachment is the signature
9948                 Patch by Colin
9949
9950 2005-10-20 [paul]       1.9.15cvs79
9951
9952         * AUTHORS
9953         * src/plugins/pgpmime/pgpmime.c
9954                 name the PGP/MIME signature 'signature.asc'
9955                 Patch by Andrew Nelson <freeandy@gmail.com>
9956
9957 2005-10-19 [colin]      1.9.15cvs78
9958
9959         * src/plugins/pgpmime/pgpmime.c
9960                 Oops, no need to double-check though
9961
9962 2005-10-19 [colin]      1.9.15cvs77
9963
9964         * src/plugins/pgpinline/pgpinline.c
9965         * src/plugins/pgpmime/pgpmime.c
9966                 Check that my_tmpfile() doesn't 
9967                 return NULL
9968
9969 2005-10-19 [colin]      1.9.15cvs76
9970
9971         * src/common/utils.c
9972                 Use shorter mime boundaries to avoid having
9973                 MTAs rewrapping our headers, breaking the
9974                 PGP signature in the process 
9975         * src/compose.c
9976         * src/plugins/pgpmime/pgpmime.c
9977                 Check for boundary uniqueness to be sure
9978                 it won't happen, instead of hoping for the
9979                 best
9980
9981 2005-10-19 [colin]      1.9.15cvs75
9982
9983         * sylpheed-claws.desktop
9984         * src/Makefile.am
9985         * src/main.c
9986                 Ship a sylpheed-claws binary instead
9987                 of a sylpheed one. Change the socket
9988                 name, too
9989         * src/folderview.c
9990                 Update folder only if it changed
9991         * src/wizard.c
9992                 Fix i18n in welcome mail, patch by
9993                 Fabien Vantard
9994
9995 2005-10-19 [paul]
9996
9997         1.9.99-rc2 released
9998
9999 2005-10-19 [paul]       1.9.15cvs74
10000
10001         * src/folder.c
10002         * src/folderview.c
10003                 fix summaryview update
10004                 Patch by Colin
10005
10006 2005-10-18 [colin]      1.9.15cvs73
10007
10008         * src/plugins/pgpcore/passphrase.c
10009                 Don't XGrabServer, and try a bit more to 
10010                 sync everything before grabbing mouse/keyboard
10011
10012 2005-10-18 [colin]      1.9.15cvs72
10013
10014         * src/Makefile.am
10015         * src/addressadd.c
10016         * src/addressbook.c
10017         * src/folderview.c
10018         * src/grouplistdialog.c
10019         * src/mimeview.c
10020         * src/stock_pixmap.c
10021         * src/stock_pixmap.h
10022         * src/summaryview.c
10023         * src/gtk/gtksctree.c
10024         * src/gtk/gtksctree.h
10025         * src/pixmaps/empty.xpm
10026                 Implement a wrapper call for gtk_ctree_set_node_info
10027                 and gtk_ctree_insert_node, that uses a 1x1 transparent
10028                 pixmap instead of a NULL one. This works around some
10029                 memory problems deep inside gtk, revealed by valgrind,
10030                 and fixes bug #834 (Pressing CTRl-D on a message marked 
10031                 as locked crashes sylpheed.), as well as, probably, 
10032                 wwp's 4th dimension problems that happen in gtk_ctree_*.
10033
10034 2005-10-17 [colin]      1.9.15cvs71
10035
10036         * src/mimeview.c
10037                 Provide visual feedback when checking
10038                 signature
10039
10040 2005-10-17 [colin]      1.9.15cvs70
10041
10042         * src/main.c
10043                 Keep the folder list frozen while checking caches...
10044
10045 2005-10-17 [colin]      1.9.15cvs69
10046
10047         * src/addr_compl.c
10048                 Fi bug #833 (Autocompleting from addressbook 
10049                 fails with extended chars)
10050         * src/imap.c
10051                 Fix 'adding messages' staying in statusbar
10052                 after an error
10053
10054 2005-10-17 [wwp]        1.9.15cvs68
10055
10056         * src/ssl_manager.c
10057                 Fix buttons' layout resizing when window size changes
10058
10059 2005-10-17 [wwp]        1.9.15cvs67
10060
10061         * src/account.c
10062         * src/prefs_account.c
10063         * src/prefs_common.c
10064         * src/prefs_common.h
10065         * src/prefs_folder_item.c
10066         * src/prefs_gtk.c
10067         * src/gtk/logwindow.c
10068         * src/gtk/pluginwindow.c
10069         * src/gtk/prefswindow.c
10070         * src/gtk/prefswindow.h
10071                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
10072
10073 2005-10-17 [paul]       1.9.15cvs66
10074
10075         * configure.ac
10076                 fix missing libetpan message
10077         * po/en_GB.po
10078                 updated
10079         * src/crash.c
10080         * src/manual.c
10081         * src/prefs_themes.c
10082         * src/common/defs.h
10083                 add some new URI defines, change some
10084                 others
10085         * src/wizard.c
10086                 make welcome message translatable
10087                 small improvements to english
10088                 other tweaks
10089         * src/gtk/menu.c
10090                 fix warnings
10091
10092 2005-10-17 [paul]       1.9.15cvs65
10093
10094         * src/summaryview.c
10095                 fix column titles
10096
10097 2005-10-16 [mones]      1.9.15cvs64
10098
10099         * po/es.po
10100                 Updated translation
10101
10102 2005-10-16 [colin]
10103
10104         1.9.99-rc1 released
10105
10106 2005-10-16 [colin]      1.9.15cvs63
10107
10108         * src/wizard.c
10109                 Fix whitespace
10110
10111 2005-10-16 [colin]      1.9.15cvs62
10112
10113         * src/toolbar.c
10114                 s/Get All/Get Mail/
10115         * src/wizard.c
10116                 Real welcome mail text, thanks Paul
10117
10118 2005-10-16 [colin]      1.9.15cvs61
10119
10120         * src/editldap.c
10121         * src/exporthtml.c
10122         * src/main.c
10123         * src/mainwindow.c
10124         * src/prefs_themes.c
10125         * src/prefs_toolbar.c
10126         * src/plugins/demo/demo.c
10127         * src/plugins/trayicon/trayicon.c
10128                 s/Sylpheed/Sylpheed-Claws/
10129
10130 2005-10-16 [colin]      1.9.15cvs60
10131
10132         * src/wizard.c
10133                 Add a welcome email in the first empty mailbox
10134         * src/prefs_common.c
10135                 Change one more default
10136
10137 2005-10-16 [colin]      1.9.15cvs59
10138
10139         * src/wizard.c
10140                 Remove printf
10141
10142 2005-10-16 [colin]      1.9.15cvs58
10143
10144         * src/toolbar.c
10145         * src/prefs_common.c
10146                 Change some defaults
10147
10148 2005-10-16 [colin]      1.9.15cvs57
10149
10150         * src/toolbar.c
10151         * src/prefs_common.c
10152                 Change some defaults
10153
10154 2005-10-16 [colin]      1.9.15cvs56
10155
10156         * src/wizard.c
10157                 By default, initialize fonts to have
10158                 the same size as normal GtkWidgets
10159
10160 2005-10-16 [colin]      1.9.15cvs55
10161
10162         * src/mimeview.c
10163                 Fix message a bit more
10164
10165 2005-10-16 [colin]      1.9.15cvs54
10166
10167         * src/addressbook.c
10168                 Second attempt at flicker fixing
10169
10170 2005-10-16 [colin]      1.9.15cvs53
10171
10172         * src/addressbook.c
10173                 Fix flicker
10174
10175 2005-10-16 [wwp]        1.9.15cvs52
10176
10177         * src/addressbook.c
10178         * src/editaddress.c
10179         * src/prefs_common.c
10180         * src/prefs_common.h
10181                 Remember window sizes (address book)
10182
10183 2005-10-16 [wwp]        1.9.15cvs51
10184
10185         * src/plugins/clamav/clamav_plugin_gtk.c
10186         * src/plugins/spamassassin/spamassassin_gtk.c
10187                 Fix compilation warnings (missing #include).
10188
10189 2005-10-16 [colin]      1.9.15cvs50
10190
10191         * src/mimeview.c
10192         * src/summaryview.c
10193         * src/textview.c
10194                 Make 'c' check signature, and forward
10195                 c, l, y, t from summaryview to mimeview
10196
10197 2005-10-16 [colin]      1.9.15cvs49
10198
10199         * src/addressbook.c
10200                 Put border around buttons
10201         * src/mainwindow.c
10202         * src/summaryview.c
10203                 Rework menus (Patch based on a patch
10204                 by Paul)
10205
10206 2005-10-15 [wwp]        1.9.15cvs48
10207
10208         * src/editjpilot.c
10209         * src/editldap.c
10210         * src/editvcard.c
10211         * src/exphtmldlg.c
10212         * src/expldifdlg.c
10213         * src/export.c
10214         * src/import.c
10215         * src/importldif.c
10216         * src/importmutt.c
10217         * src/importpine.c
10218         * src/prefs_account.c
10219         * src/prefs_spelling.c
10220         * src/gtk/gtkutils.c
10221         * src/gtk/gtkutils.h
10222         * src/plugins/clamav/clamav_plugin_gtk.c
10223         * src/plugins/spamassassin/spamassassin_gtk.c
10224                 use nicer browse-for-file/dir buttons than the "..." ones,
10225                 code factorizing more.
10226
10227 2005-10-14 [colin]      1.9.15cvs47
10228
10229         * src/mainwindow.c
10230                 set relief on the account switcher so that people see it
10231                 grey out Create processing rules when no message is selected
10232         * src/prefs_filtering.c
10233                 ask before closing if the rule has not been modified, even if
10234                 it's not valid
10235         * src/prefs_matcher.c
10236                 fix sensitivity when entering the dialog
10237         * src/gtk/inputdialog.c
10238                 display a better icon on password ask
10239         * src/plugins/pgpcore/passphrase.c
10240                 make the dialog look better
10241
10242 2005-10-14 [paul]       1.9.15cvs46
10243
10244         * src/folderview.c
10245                 indicate presense of marked msgs in
10246                 unexpanded subfolders
10247
10248 2005-10-14 [paul]       1.9.15cvs45
10249
10250         * src/prefs_actions.c
10251         * src/prefs_common.c
10252         * src/prefs_common.h
10253         * src/prefs_filtering_action.c
10254         * src/prefs_matcher.c
10255         * src/prefs_template.c
10256                 remember window sizes
10257                 fix Info button size
10258
10259         Patches by wwp
10260
10261 2005-10-13 [colin]      1.9.15cvs44
10262
10263         * src/mimeview.c
10264         * src/noticeview.c
10265         * src/noticeview.h
10266                 Add a tooltip on the icon (optional) 
10267                 Get rid of the signature buttons and only
10268                 use the icon+tooltip
10269
10270 2005-10-13 [colin]      1.9.15cvs43
10271
10272         * src/noticeview.c
10273         * src/noticeview.h
10274                 Add hand cursor for hovering over icon
10275
10276 2005-10-13 [colin]      1.9.15cvs42
10277
10278         * src/summaryview.c
10279                 Fix crash when quicksearch's hidden 
10280                 at startup
10281
10282 2005-10-13 [colin]      1.9.15cvs41
10283
10284         * src/compose.c
10285                 Set subject when forwarding multiple mails
10286                 Check that other recipient than the default Cc or Bcc
10287                 have been set before sending.
10288
10289 2005-10-13 [colin]      1.9.15cvs40
10290
10291         * src/imap.c
10292                 Batch per-folder
10293                 Introduce locking, but don't use it yet
10294
10295 2005-10-13 [colin]      1.9.15cvs39
10296
10297         * src/gtk/quicksearch.c
10298                 Reset quicksearch when hiding it
10299                 Make sticky a real pref
10300
10301 2005-10-13 [colin]      1.9.15cvs38
10302
10303         * src/summaryview.c
10304                 Faster prefs apply
10305
10306 2005-10-13 [colin]      1.9.15cvs37
10307
10308         * src/mimeview.c
10309         * src/noticeview.c
10310         * src/noticeview.h
10311         * src/plugins/pgpcore/sgpgme.c
10312                 Make privacy icon clickable
10313                 Move Trust field in Full info
10314                 When trust is less than full, don't display
10315                 a warning icon
10316
10317 2005-10-13 [colin]      1.9.15cvs36
10318
10319         * src/folder.c
10320                 Batch on flags sync
10321         * src/folderview.c
10322                 Revert speed hack which is dangerous in fact
10323                 Apply prefs faster
10324
10325 2005-10-13 [colin]      1.9.15cvs35
10326
10327         * src/folder_item_prefs.c
10328                 Fix pref corruption on folder move. Patch
10329                 by wwp
10330
10331 2005-10-13 [paul]       1.9.15cvs34
10332
10333         * src/export.c
10334         * src/import.c
10335                 fix typos in g_warnings
10336         * src/prefs_account.c
10337                 add a file selector for Signature file
10338
10339         Patches by wwp
10340
10341 2005-10-12 [colin]      1.9.15cvs33
10342
10343         * src/mimeview.c
10344                 Provide a quick way to go back from a
10345                 signature's full info to the email part
10346
10347 2005-10-12 [colin]      1.9.15cvs32
10348
10349         * src/compose.c
10350                 Remove old hack of encoding signed mails with base64.
10351                 QP works equally well.
10352
10353 2005-10-12 [colin]      1.9.15cvs31
10354
10355         * src/crash.c
10356                 Replace deprecated GtkText with GtkTextView
10357         * src/imap.c
10358                 Fix a logic bug about counts in imap_select
10359                 (previously un-triggered)
10360         * src/mainwindow.c
10361         * src/summaryview.c
10362         * src/news.c
10363                 Allow local deletion of news posts
10364         * src/mimeview.c
10365                 Show GPG noticeview on the message/rfc822 part
10366                 in addition to the text/plain one
10367         * src/prefs_image_viewer.c
10368           src/plugins/pgpcore/prefs_gpg.c
10369                 Polish (set the label as part of the checkbox)
10370         * src/wizard.c
10371                 Don't sit there doing nothing after destroying
10372                 the window - return err
10373
10374 2005-10-11 [colin]      1.9.15cvs30
10375
10376         * src/folderview.c
10377                 Apply processing rules before showing folders.
10378                 Early folder show (before flags sync) will only
10379                 be done when there are no processing rules (nor
10380                 pre- or post- ones)
10381         * src/imap.c
10382                 Fix stuff related to mail subdir, creation and 
10383                 deletion of folders 
10384         * src/imap_gtk.c
10385                 Don't allow creation of folders in NoInferior
10386                 folders, as it won't work
10387
10388 2005-10-10 [colin]      1.9.15cvs29
10389
10390         * src/compose.c
10391                 Reselect "None" Privacy system when selecting an
10392                 account with no privacy system defined
10393
10394 2005-10-10 [colin]      1.9.15cvs28
10395
10396         * src/mainwindow.c
10397                 Add Windows-1252 encoding
10398         * src/prefs_common.c
10399                 Rework some defaults:
10400                 - autosave to draft by default
10401                 - don't show header pane (it's already in the textview)
10402                 - Select first new or unread mail on entry
10403                 - Assume 'Yes' to change folder when there's no more
10404                   unread message
10405         * src/prefs_matcher.c
10406                 Fix a gtk assertion failure
10407         * src/gtk/colorlabel.c
10408                 Workaround bad repainting on selection
10409         * src/main.c
10410                 Freeze/thaw (a bit faster on ssh -X)
10411         * src/msgcache.c
10412                 Get rid of StrdupConverter that just adds an
10413                 extra strdup/free 
10414         * src/etpan/imap_thread.c
10415                 memset buf to 0
10416
10417 2005-10-10 [colin]      1.9.15cvs27
10418
10419         * src/export.c
10420         * src/import.c
10421                 Fix compile on gtk 2.4. Patch by wwp
10422
10423 2005-10-09 [colin]      1.9.15cvs26
10424
10425         * src/mainwindow.c
10426         * src/messageview.c
10427         * src/summaryview.c
10428                 Clarify forward menus. Patch by wwp
10429
10430 2005-10-09 [colin]      1.9.15cvs25
10431
10432         * src/compose.c
10433         * src/compose.h
10434                 Fix bug #829 (Non-working "Encrypt message by 
10435                 default when replying to an encrypted message")
10436
10437 2005-10-08 [colin]      1.9.15cvs24
10438
10439         * src/wizard.c
10440                 Fix bug #827 ("Welcome" setup wizard after a 
10441                 permission error gives up & forgets itself.)
10442
10443 2005-10-08 [colin]      1.9.15cvs23
10444
10445         * src/procmime.c
10446                 Fix bug #828 (Ignoring headers with spaces around = sign)
10447
10448 2005-10-08 [colin]      1.9.15cvs22
10449
10450         * src/export.c
10451                 Warning fix by wwp
10452
10453 2005-10-08 [colin]      1.9.15cvs21
10454
10455         * src/folder.c
10456         * src/folder.h
10457                 Add a processing_pending indicator, set on 
10458                 folder_item_open and cleared after 
10459                 folder_item_process_open
10460         * src/folderview.c
10461         * src/summaryview.c
10462                 wrap procmsg_msginfo_*_flags, and in the
10463                 wrapper check that there's no folder processing 
10464                 pending. If there is, defer the flags change until 
10465                 processing is done to avoid stepping over each
10466                 other's toes.
10467                 Freeze during processing, but not during scanning.
10468
10469 2005-10-07 [colin]      1.9.15cvs20
10470
10471         * src/plugins/pgpcore/passphrase.c
10472                 Fix bug #826 (X-Server hangs when 
10473                 right-clicking a PGP encrypted message)
10474
10475 2005-10-07 [paul]       1.9.15cvs19
10476
10477         * src/compose.c
10478                 fix compose_entries[]
10479                 patch by Fabien Vantard
10480
10481 2005-10-06 [colin]      1.9.15cvs18
10482
10483         * src/pixmaps/address.xpm
10484         * src/pixmaps/address_book.xpm
10485         * src/pixmaps/book.xpm
10486         * src/pixmaps/check_spelling.xpm
10487         * src/pixmaps/checkbox_off.xpm
10488         * src/pixmaps/checkbox_on.xpm
10489         * src/pixmaps/close.xpm
10490         * src/pixmaps/complete.xpm
10491         * src/pixmaps/continue.xpm
10492         * src/pixmaps/deleted.xpm
10493         * src/pixmaps/down_arrow.xpm
10494         * src/pixmaps/exec.xpm
10495         * src/pixmaps/forwarded.xpm
10496         * src/pixmaps/group.xpm
10497         * src/pixmaps/ignorethread.xpm
10498         * src/pixmaps/interface.xpm
10499         * src/pixmaps/jpilot.xpm
10500         * src/pixmaps/ldap.xpm
10501         * src/pixmaps/linewrap.xpm
10502         * src/pixmaps/linewrapcurrent.xpm
10503         * src/pixmaps/mail.xpm
10504         * src/pixmaps/mail_attach.xpm
10505         * src/pixmaps/mail_compose.xpm
10506         * src/pixmaps/mail_forward.xpm
10507         * src/pixmaps/mail_receive.xpm
10508         * src/pixmaps/mail_receive_all.xpm
10509         * src/pixmaps/mail_reply.xpm
10510         * src/pixmaps/mail_reply_to_all.xpm
10511         * src/pixmaps/mail_reply_to_author.xpm
10512         * src/pixmaps/mail_send.xpm
10513         * src/pixmaps/mail_send_queue.xpm
10514         * src/pixmaps/mime_application.xpm
10515         * src/pixmaps/mime_audio.xpm
10516         * src/pixmaps/mime_image.xpm
10517         * src/pixmaps/mime_message.xpm
10518         * src/pixmaps/mime_text_enriched.xpm
10519         * src/pixmaps/mime_text_html.xpm
10520         * src/pixmaps/mime_text_plain.xpm
10521         * src/pixmaps/mime_unknown.xpm
10522         * src/pixmaps/new.xpm
10523         * src/pixmaps/news_compose.xpm
10524         * src/pixmaps/offline.xpm
10525         * src/pixmaps/online.xpm
10526         * src/pixmaps/paste.xpm
10527         * src/pixmaps/preferences.xpm
10528         * src/pixmaps/privacy_emblem_encrypted.xpm
10529         * src/pixmaps/privacy_expired.xpm
10530         * src/pixmaps/privacy_failed.xpm
10531         * src/pixmaps/privacy_passed.xpm
10532         * src/pixmaps/privacy_signed.xpm
10533         * src/pixmaps/privacy_unknown.xpm
10534         * src/pixmaps/privacy_warn.xpm
10535         * src/pixmaps/properties.xpm
10536         * src/pixmaps/replied.xpm
10537         * src/pixmaps/search.xpm
10538         * src/pixmaps/unread.xpm
10539         * src/pixmaps/up_arrow.xpm
10540         * src/pixmaps/vcard.xpm
10541                 Modernize internal theme, with icons from the 
10542                 Gnomaws theme. Keep some of the old ones where
10543                 they were better.
10544
10545 2005-10-06 [colin]      1.9.15cvs17
10546
10547         * src/summaryview.c
10548                 Little optimisations + bugfix
10549         * src/toolbar.c
10550                 Remove default useless items - useless being defined
10551                 by the default relevant prefs
10552         * src/wizard.c
10553                 include config.h to make gettext work
10554         * src/prefs_themes.c
10555                 Fix selection of current theme in prefs
10556
10557 2005-10-06 [colin]      1.9.15cvs16
10558
10559         * src/prefs_common.c
10560         * src/prefs_common.h
10561         * src/prefs_summaries.c
10562         * src/folderview.c
10563                 Add a warning dialog on Mark all read 
10564                 (with pref to get rid of it)
10565
10566 2005-10-06 [paul]       1.9.15cvs15
10567
10568         * po/nb.po
10569         * po/pt_BR.po
10570                 updated by Geir Helland and Frederico
10571                 Goncalves Guimaraes
10572
10573 2005-10-05 [colin]      1.9.15cvs14
10574
10575         * src/folder.c
10576         * src/folder.h
10577         * src/folderview.c
10578         * src/folderview.h
10579         * src/imap_gtk.c
10580         * src/mh_gtk.c
10581         * src/mainwindow.c
10582         * src/setup.c
10583                 add a way to rescan without rebuilding
10584                 make moving a bit faster (less folders changes)
10585                 don't lock the tree on Get 
10586         * src/imap.c
10587                 Don't re-delete deleted messages before expunging
10588         * src/summaryview.c
10589                 Set batch mode when deleting mails
10590
10591 2005-10-05 [paul]       1.9.15cvs13
10592
10593         * src/mainwindow.c
10594         * src/mainwindow.h
10595                 fix disabled Execute menu item
10596         * src/toolbar.c
10597                 match the change in 1.9.15cvs10: use Compose
10598                 instead of News by default
10599
10600 2005-10-04 [colin]      1.9.15cvs12
10601
10602         * src/compose.c
10603                 When replying to an ML post with Reply-To set
10604                 to the poster's email, honor it (as before),
10605                 but also honor our user's request to reply to
10606                 the mailing list: set the ML address in the To
10607                 field and the Reply-To address in the Cc: 
10608                 field.
10609
10610 2005-10-04 [colin]      1.9.15cvs11
10611
10612         * src/plugins/trayicon/trayicon.c
10613                 Finish cosmetic change - thanks to wwp
10614
10615 2005-10-04 [colin]      1.9.15cvs10
10616
10617         * src/toolbar.c
10618                 Use Compose instead of Email by default.
10619                 Spotted by wwp.
10620
10621 2005-10-04 [colin]      1.9.15cvs9
10622
10623         * src/folder.c
10624         * src/folder.h
10625         * src/folderview.c
10626         * src/imap.c
10627         * src/etpan/imap-thread.c
10628         * src/etpan/imap-thread.h
10629                 Try to make IMAP faster, by simplifying SEARCH
10630                 commands, avoiding sending two STATUS in a row,
10631                 and deferring flags sync and processing just
10632                 after displaying the folder. 
10633                 This will update the SummaryView in certain
10634                 cases (new mails not already fetched, flags
10635                 changed from another client) but in a non-
10636                 blocking manner.
10637
10638 2005-10-04 [colin]      1.9.15cvs8
10639
10640         * src/plugins/trayicon/trayicon.c
10641                 Relabel "Offline" to "Work offline"
10642
10643 2005-10-04 [colin]      1.9.15cvs7
10644
10645         * src/export.c
10646         * src/import.c
10647         * src/mbox.c
10648                 Fix mbox import/export buglets
10649                 Patch by wwp
10650         * src/plugins/trayicon/trayicon.c
10651                 Add offline swithc
10652                 Patch by wwp
10653
10654 2005-10-04 [colin]      1.9.15cvs6
10655
10656         * src/folder.c
10657         * src/folderview.c
10658         * src/summaryview.c
10659                 Better fix (don't break mark all read) for cvs2
10660
10661 2005-10-03 [colin]      1.9.15cvs5
10662
10663         * src/folder.c
10664                 Use a sane sort by default
10665
10666 2005-10-03 [colin]      1.9.15cvs4
10667
10668         * src/inc.c
10669                 Add a 'Only once' button for overriding offline mode
10670         * src/prefs_account.c
10671         * src/wizard.c
10672                 Add Local mbox to the wizard
10673                 Add IMAP subdir to the wizard (or the wizard is useless
10674                 for such accounts, or even worse than useless)
10675                 Move IMAP subdir from Advanced to Receive tab, as it's
10676                 not that uncommon
10677
10678 2005-10-03 [colin]      1.9.15cvs3
10679
10680         * src/send_message.c
10681                 Forgot this one in cvs1
10682
10683 2005-10-03 [colin]      1.9.15cvs2
10684
10685         * src/folder.c
10686                 Faster close when leaving a folder with lots
10687                 of new mails. Idea by David Relson.
10688
10689 2005-10-03 [colin]      1.9.15cvs1
10690
10691         * src/compose.c
10692         * src/imap.c
10693         * src/inc.c
10694         * src/main.c
10695         * src/messageview.c
10696         * src/news.c
10697         * src/summaryview.c
10698         * src/gtk/sslcertwindow.c
10699         * src/plugins/trayicon/trayicon.c
10700                 Add accels to every AlertPanel. Patch by Fabien 
10701                 Vantard
10702
10703 2005-10-03 [paul]       1.9.15
10704
10705         1.9.15 released
10706
10707 2005-10-03 [paul]       1.9.14cvs68
10708
10709         * po/ca.po
10710         * po/de.po
10711         * po/es.po
10712         * po/fi.po
10713         * po/fr.po
10714         * po/sk.po
10715         * po/sr.po
10716         * po/zh_CN.po
10717                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10718                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10719                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10720
10721 2005-10-03 [paul]       1.9.14cvs67
10722
10723         * src/send_message.c
10724                 prevent hang on Cancel
10725                 patch by Colin
10726
10727 2005-10-03 [paul]       1.9.14cvs66
10728
10729         * src/main.c
10730                 fix crash in IMAP caused by discrepancy
10731                 between check_at_startup and offline mode
10732                 Patch by Colin
10733
10734 2005-10-01 [paul]       1.9.14cvs65
10735
10736         * src/inc.c
10737                 fix engrish
10738
10739 2005-10-01 [paul]       1.9.14cvs64
10740         * src/export.c
10741         * src/import.c
10742                 synchronise import_mbox() and export_mbox()
10743         * src/mbox.c
10744                 proc_mbox(): add alert if file cannot be opened
10745                 export_list_to_mbox(): test if dest file exists,
10746                 prompt user to overwrite if it does. add alert
10747                 if file cannot be created
10748                                                                 
10749         Patch by wwp
10750                                                                                                                 
10751
10752 2005-09-30 [paul]       1.9.14cvs63
10753
10754         * src/addressbook.c
10755                 Fix sensitivity of a menu
10756         * src/codeconv.c
10757                 Respect hidden pref for mails with no encoding
10758         * src/common/xml.c
10759                 Fix memory corruption
10760         * src/plugins/pgpcore/sgpgme.c
10761                 Fix segfault on incomplete sigs, and display
10762                 of S/Mime UIDs
10763
10764         Patches by Colin
10765
10766 2005-09-30 [colin]      1.9.14cvs62
10767
10768         * src/partial_download.c
10769                 Little logic fix in almost-dead code
10770         * src/pop.c
10771                 Fix partial download when there's no new mail
10772
10773 2005-09-29 [paul]       1.9.14cvs61
10774
10775         * src/plugins/pgpinline/pgpinline.c
10776                 fix bug 819, 'crash accessing sign message'
10777                 Patch by Colin
10778
10779 2005-09-28 [martin]     1.9.14cvs60
10780
10781         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10782                 fix bug #790 (Crash when restarting window manager (fluxbox))
10783
10784 2005-09-28 [paul]       1.9.14cvs59
10785
10786         * src/gtk/gtkaspell.c
10787                 fix off-by-one typo
10788
10789 2005-09-27 [colin]      1.9.14cvs58
10790
10791         * src/plugins/pgpcore/sgpgme.c
10792                 Report error when there's one, instead of
10793                 "Signature unchecked" 
10794
10795 2005-09-27 [colin]      1.9.14cvs57
10796
10797         * src/prefs_quote.c
10798                 Fix bug #816 (Weird quotation with spaces)
10799
10800 2005-09-27 [colin]      1.9.14cvs56
10801
10802         * src/codeconv.c
10803         * src/compose.c
10804         * src/compose.h
10805                 Put subject in compose's title
10806                 Fix Automatic encoding so that it's really automatic:
10807                 first try default locale's charset, then charset of the replied mail, 
10808                 then utf-8
10809                 Fix encoding of headers (must be in strict mode too)
10810
10811 2005-09-26 [colin]      1.9.14cvs55
10812
10813         * src/gtk/gtkaspell.c
10814                 Fix previous patch - don't color the space,
10815                 just uncolor it :)
10816
10817 2005-09-26 [colin]      1.9.14cvs54
10818
10819         * src/gtk/gtkaspell.c
10820                 Unmark space if possible
10821
10822 2005-09-26 [colin]      1.9.14cvs53
10823
10824         * src/imap.c
10825                 log_error instead of alertpanel according to the pref
10826         * src/etpan/imap-thread.c
10827                 Print connect status, copy only necessary size to 
10828                 logger
10829         * src/plugins/pgpmime/pgpmime.c
10830                 Handle S/Mime signatures (verification only). Patch based
10831                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10832
10833 2005-09-26 [paul]       1.9.14cvs52
10834
10835         * src/common/passcrypt.c
10836                 this 'workaround' not necessary on NetBSD.
10837                 Thanks to Daniel Gustafson
10838
10839 2005-09-26 [paul]
10840
10841         1.9.15-rc4 released
10842
10843 2005-09-26 [paul]       1.9.14cvs51
10844
10845         * src/summaryview.c
10846                 Skip currently selected message when
10847                 looking for next new or unread message
10848                 in current folder. Patch by Colin
10849         * src/common/passcrypt.c
10850                 eliminate warnings on *BSD. Patch by
10851                 Daniel Gustafson
10852
10853 2005-09-26 [colin]      1.9.14cvs50
10854
10855         * src/procmsg.c
10856                 Call postfiltering hook anyway
10857
10858 2005-09-22 [colin]      1.9.14cvs49
10859
10860         * src/codeconv.c
10861         * src/codeconv.h
10862                 Add a strict mode that doesn't replace with _
10863         * src/compose.c
10864         * src/compose.h
10865                 Use strict conversion while sending
10866                 Fix race when drafting while sending (happens
10867                 on IMAP)
10868                 Fix d'n'd of messages from summaryview
10869         * src/prefs_common.c
10870         * src/prefs_common.h
10871                 add hidden utf8_instead_of_locale_for_broken_mail 
10872                 pref for people that preferred the default charset 
10873                 to be utf8 for broken mails
10874         * src/quote_fmt_parse.y
10875                 fix bug #815 (No quote insert if "From:" fied 
10876                 contained Russian letters)
10877         * src/summaryview.c
10878                 Fix d'n'd of messages to compose
10879
10880 2005-09-22 [paul]       1.9.14cvs48
10881
10882         * src/compose.c
10883                 fix bug where attachments Name entry
10884                 would display Path instead
10885
10886 2005-09-21 [paul]       1.9.14cvs47
10887
10888         * README
10889         * README.jp
10890         * configure.ac
10891         * config/config.rpath
10892         * doc/manual/en/sylpheed-20.html
10893         * doc/manual/es/sylpheed-20.html
10894         * po/bg.po
10895         * po/ca.po
10896         * po/de.po
10897         * po/es.po
10898         * po/fr.po
10899         * po/it.po
10900         * po/pt_BR.po
10901         * po/sk.po
10902         * po/zh_TW.po
10903         * src/account.c
10904         * src/account.h
10905         * src/action.c
10906         * src/action.h
10907         * src/adbookbase.h
10908         * src/addr_compl.c
10909         * src/addr_compl.h
10910         * src/addrbook.c
10911         * src/addrbook.h
10912         * src/addrcache.c
10913         * src/addrcache.h
10914         * src/addrcindex.c
10915         * src/addrcindex.h
10916         * src/addrclip.c
10917         * src/addrclip.h
10918         * src/addrdefs.h
10919         * src/addressadd.c
10920         * src/addressadd.h
10921         * src/addressbook.c
10922         * src/addressbook.h
10923         * src/addressitem.h
10924         * src/addrgather.c
10925         * src/addrgather.h
10926         * src/addrharvest.c
10927         * src/addrharvest.h
10928         * src/addrindex.c
10929         * src/addrindex.h
10930         * src/addritem.c
10931         * src/addritem.h
10932         * src/addrquery.c
10933         * src/addrquery.h
10934         * src/addrselect.c
10935         * src/addrselect.h
10936         * src/alertpanel.c
10937         * src/alertpanel.h
10938         * src/browseldap.c
10939         * src/browseldap.h
10940         * src/codeconv.c
10941         * src/codeconv.h
10942         * src/compose.c
10943         * src/compose.h
10944         * src/crash.c
10945         * src/crash.h
10946         * src/customheader.c
10947         * src/customheader.h
10948         * src/displayheader.c
10949         * src/displayheader.h
10950         * src/editaddress.c
10951         * src/editaddress.h
10952         * src/editbook.c
10953         * src/editbook.h
10954         * src/editgroup.c
10955         * src/editgroup.h
10956         * src/editjpilot.c
10957         * src/editjpilot.h
10958         * src/editldap.c
10959         * src/editldap.h
10960         * src/editldap_basedn.c
10961         * src/editldap_basedn.h
10962         * src/editvcard.c
10963         * src/editvcard.h
10964         * src/enriched.c
10965         * src/enriched.h
10966         * src/exphtmldlg.c
10967         * src/exphtmldlg.h
10968         * src/expldifdlg.c
10969         * src/expldifdlg.h
10970         * src/export.c
10971         * src/export.h
10972         * src/exporthtml.c
10973         * src/exporthtml.h
10974         * src/exportldif.c
10975         * src/exportldif.h
10976         * src/filtering.c
10977         * src/filtering.h
10978         * src/folder.c
10979         * src/folder.h
10980         * src/folder_item_prefs.c
10981         * src/folder_item_prefs.h
10982         * src/foldersel.c
10983         * src/foldersel.h
10984         * src/folderutils.c
10985         * src/folderutils.h
10986         * src/folderview.c
10987         * src/folderview.h
10988         * src/grouplistdialog.c
10989         * src/grouplistdialog.h
10990         * src/headerview.c
10991         * src/headerview.h
10992         * src/html.c
10993         * src/html.h
10994         * src/image_viewer.c
10995         * src/image_viewer.h
10996         * src/imap.c
10997         * src/imap.h
10998         * src/imap_gtk.c
10999         * src/imap_gtk.h
11000         * src/import.c
11001         * src/import.h
11002         * src/importldif.c
11003         * src/importldif.h
11004         * src/importmutt.c
11005         * src/importmutt.h
11006         * src/importpine.c
11007         * src/importpine.h
11008         * src/inc.c
11009         * src/inc.h
11010         * src/jpilot.c
11011         * src/jpilot.h
11012         * src/ldapctrl.c
11013         * src/ldapctrl.h
11014         * src/ldaplocate.c
11015         * src/ldaplocate.h
11016         * src/ldapquery.c
11017         * src/ldapquery.h
11018         * src/ldapserver.c
11019         * src/ldapserver.h
11020         * src/ldaputil.c
11021         * src/ldaputil.h
11022         * src/ldif.c
11023         * src/ldif.h
11024         * src/localfolder.c
11025         * src/localfolder.h
11026         * src/main.c
11027         * src/main.h
11028         * src/mainwindow.c
11029         * src/mainwindow.h
11030         * src/manual.c
11031         * src/manual.h
11032         * src/matcher.c
11033         * src/matcher.h
11034         * src/matcher_parser.h
11035         * src/matcher_parser_lex.l
11036         * src/matcher_parser_parse.y
11037         * src/mbox.c
11038         * src/mbox.h
11039         * src/message_search.c
11040         * src/message_search.h
11041         * src/messageview.c
11042         * src/messageview.h
11043         * src/mh.c
11044         * src/mh.h
11045         * src/mh_gtk.c
11046         * src/mh_gtk.h
11047         * src/mimeview.c
11048         * src/mimeview.h
11049         * src/msgcache.c
11050         * src/msgcache.h
11051         * src/mutt.c
11052         * src/mutt.h
11053         * src/news.c
11054         * src/news.h
11055         * src/news_gtk.c
11056         * src/news_gtk.h
11057         * src/noticeview.c
11058         * src/noticeview.h
11059         * src/partial_download.c
11060         * src/partial_download.h
11061         * src/pine.c
11062         * src/pine.h
11063         * src/pop.c
11064         * src/pop.h
11065         * src/prefs_account.c
11066         * src/prefs_account.h
11067         * src/prefs_actions.c
11068         * src/prefs_actions.h
11069         * src/prefs_common.c
11070         * src/prefs_common.h
11071         * src/prefs_compose_writing.c
11072         * src/prefs_compose_writing.h
11073         * src/prefs_customheader.c
11074         * src/prefs_customheader.h
11075         * src/prefs_display_header.c
11076         * src/prefs_display_header.h
11077         * src/prefs_ext_prog.c
11078         * src/prefs_ext_prog.h
11079         * src/prefs_filtering.c
11080         * src/prefs_filtering.h
11081         * src/prefs_filtering_action.c
11082         * src/prefs_filtering_action.h
11083         * src/prefs_folder_column.c
11084         * src/prefs_folder_column.h
11085         * src/prefs_folder_item.c
11086         * src/prefs_folder_item.h
11087         * src/prefs_fonts.c
11088         * src/prefs_fonts.h
11089         * src/prefs_gtk.c
11090         * src/prefs_gtk.h
11091         * src/prefs_image_viewer.c
11092         * src/prefs_image_viewer.h
11093         * src/prefs_matcher.c
11094         * src/prefs_matcher.h
11095         * src/prefs_message.c
11096         * src/prefs_message.h
11097         * src/prefs_msg_colors.c
11098         * src/prefs_msg_colors.h
11099         * src/prefs_other.c
11100         * src/prefs_other.h
11101         * src/prefs_quote.c
11102         * src/prefs_quote.h
11103         * src/prefs_receive.c
11104         * src/prefs_receive.h
11105         * src/prefs_send.c
11106         * src/prefs_send.h
11107         * src/prefs_spelling.c
11108         * src/prefs_spelling.h
11109         * src/prefs_summaries.c
11110         * src/prefs_summaries.h
11111         * src/prefs_summary_column.c
11112         * src/prefs_summary_column.h
11113         * src/prefs_template.c
11114         * src/prefs_template.h
11115         * src/prefs_themes.c
11116         * src/prefs_themes.h
11117         * src/prefs_toolbar.c
11118         * src/prefs_toolbar.h
11119         * src/prefs_wrapping.c
11120         * src/prefs_wrapping.h
11121         * src/privacy.c
11122         * src/privacy.h
11123         * src/procheader.c
11124         * src/procheader.h
11125         * src/procmime.c
11126         * src/procmime.h
11127         * src/procmsg.c
11128         * src/procmsg.h
11129         * src/quote_fmt.c
11130         * src/quote_fmt_parse.y
11131         * src/recv.c
11132         * src/recv.h
11133         * src/remotefolder.c
11134         * src/remotefolder.h
11135         * src/send_message.c
11136         * src/send_message.h
11137         * src/setup.c
11138         * src/setup.h
11139         * src/simple-gettext.c
11140         * src/sourcewindow.c
11141         * src/sourcewindow.h
11142         * src/ssl_manager.c
11143         * src/ssl_manager.h
11144         * src/statusbar.c
11145         * src/statusbar.h
11146         * src/stock_pixmap.c
11147         * src/stock_pixmap.h
11148         * src/summary_search.c
11149         * src/summary_search.h
11150         * src/summaryview.c
11151         * src/summaryview.h
11152         * src/syldap.c
11153         * src/syldap.h
11154         * src/textview.c
11155         * src/textview.h
11156         * src/toolbar.c
11157         * src/toolbar.h
11158         * src/undo.c
11159         * src/undo.h
11160         * src/unmime.c
11161         * src/unmime.h
11162         * src/vcard.c
11163         * src/vcard.h
11164         * src/wizard.c
11165         * src/wizard.h
11166         * src/common/base64.c
11167         * src/common/base64.h
11168         * src/common/defs.h
11169         * src/common/hooks.c
11170         * src/common/hooks.h
11171         * src/common/log.c
11172         * src/common/log.h
11173         * src/common/md5.c
11174         * src/common/md5.h
11175         * src/common/mgutils.c
11176         * src/common/mgutils.h
11177         * src/common/nntp.c
11178         * src/common/nntp.h
11179         * src/common/passcrypt.c
11180         * src/common/passcrypt.h.in
11181         * src/common/plugin.c
11182         * src/common/plugin.h
11183         * src/common/prefs.c
11184         * src/common/prefs.h
11185         * src/common/progressindicator.c
11186         * src/common/progressindicator.h
11187         * src/common/quoted-printable.c
11188         * src/common/quoted-printable.h
11189         * src/common/session.c
11190         * src/common/session.h
11191         * src/common/smtp.c
11192         * src/common/smtp.h
11193         * src/common/socket.c
11194         * src/common/socket.h
11195         * src/common/ssl.c
11196         * src/common/ssl.h
11197         * src/common/ssl_certificate.c
11198         * src/common/ssl_certificate.h
11199         * src/common/string_match.c
11200         * src/common/string_match.h
11201         * src/common/stringtable.c
11202         * src/common/sylpheed.c
11203         * src/common/sylpheed.h
11204         * src/common/template.c
11205         * src/common/template.h
11206         * src/common/timing.h
11207         * src/common/utils.c
11208         * src/common/utils.h
11209         * src/common/uuencode.c
11210         * src/common/uuencode.h
11211         * src/common/version.h.in
11212         * src/common/xml.c
11213         * src/common/xml.h
11214         * src/common/xmlprops.c
11215         * src/common/xmlprops.h
11216         * src/gtk/about.c
11217         * src/gtk/about.h
11218         * src/gtk/colorlabel.c
11219         * src/gtk/colorlabel.h
11220         * src/gtk/colorsel.c
11221         * src/gtk/colorsel.h
11222         * src/gtk/description_window.c
11223         * src/gtk/description_window.h
11224         * src/gtk/filesel.c
11225         * src/gtk/filesel.h
11226         * src/gtk/foldersort.c
11227         * src/gtk/foldersort.h
11228         * src/gtk/gtkutils.c
11229         * src/gtk/gtkutils.h
11230         * src/gtk/inputdialog.c
11231         * src/gtk/inputdialog.h
11232         * src/gtk/logwindow.c
11233         * src/gtk/logwindow.h
11234         * src/gtk/manage_window.c
11235         * src/gtk/manage_window.h
11236         * src/gtk/menu.c
11237         * src/gtk/menu.h
11238         * src/gtk/pluginwindow.c
11239         * src/gtk/pluginwindow.h
11240         * src/gtk/prefswindow.c
11241         * src/gtk/prefswindow.h
11242         * src/gtk/progressdialog.c
11243         * src/gtk/progressdialog.h
11244         * src/gtk/quicksearch.c
11245         * src/gtk/quicksearch.h
11246         * src/gtk/sslcertwindow.c
11247         * src/gtk/sslcertwindow.h
11248         * src/plugins/clamav/clamav_plugin.c
11249         * src/plugins/clamav/clamav_plugin.h
11250         * src/plugins/clamav/clamav_plugin_gtk.c
11251         * src/plugins/demo/demo.c
11252         * src/plugins/dillo_viewer/dillo_prefs.c
11253         * src/plugins/dillo_viewer/dillo_prefs.h
11254         * src/plugins/dillo_viewer/dillo_viewer.c
11255         * src/plugins/mathml_viewer/mathml_viewer.c
11256         * src/plugins/pgpcore/passphrase.c
11257         * src/plugins/pgpcore/passphrase.h
11258         * src/plugins/pgpcore/plugin.c
11259         * src/plugins/pgpcore/prefs_gpg.c
11260         * src/plugins/pgpcore/prefs_gpg.h
11261         * src/plugins/pgpcore/select-keys.c
11262         * src/plugins/pgpcore/select-keys.h
11263         * src/plugins/pgpcore/sgpgme.c
11264         * src/plugins/pgpcore/sgpgme.h
11265         * src/plugins/pgpinline/pgpinline.c
11266         * src/plugins/pgpinline/pgpinline.h
11267         * src/plugins/pgpinline/plugin.c
11268         * src/plugins/pgpmime/pgpmime.c
11269         * src/plugins/pgpmime/pgpmime.h
11270         * src/plugins/pgpmime/plugin.c
11271         * src/plugins/spamassassin/spamassassin.c
11272         * src/plugins/spamassassin/spamassassin.h
11273         * src/plugins/spamassassin/spamassassin_gtk.c
11274         * src/plugins/trayicon/trayicon.c
11275         * tools/OOo2sylpheed.pl
11276         * tools/acroread2sylpheed.pl
11277         * tools/asus_mailled.sh
11278         * tools/filter_conv.pl
11279         * tools/freshmeat_search.pl
11280         * tools/google_search.pl
11281         * tools/kmail2sylpheed.pl
11282         * tools/kmail2sylpheed_v2.pl
11283         * tools/maildir2sylpheed.pl
11284         * tools/multiwebsearch.pl
11285         * tools/newscache_clean.pl
11286         * tools/outlook2sylpheed.pl
11287         * tools/sylpheed-switcher
11288         * tools/update-po
11289         * tools/vcard2xml.py
11290         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11291                 update FSF address
11292
11293 2005-09-21 [colin]      1.9.14cvs46
11294
11295         * src/gedit-print.c
11296         * src/procmsg.c
11297         * src/procmsg.h
11298         * src/textview.c
11299         * src/summaryview.c
11300                 Remove some printing hacks (deselection/reselection),
11301                 which by the way fix printing the currently 
11302                 displayed mime part (still only text)
11303                 Plus a little optimisation of summary_show
11304
11305
11306 2005-09-20 [colin]      1.9.14cvs45
11307
11308         * src/mainwindow.c
11309         * src/messageview.c
11310                 GUI fixups: add accels, set message
11311                 view title to displayed mail's subject
11312         * src/prefs_spelling.c
11313         * src/gtk/gtkaspell.c
11314                 GUI fixups: allow underlining misspelled
11315                 words instead of coloring them (a11y!)
11316
11317 2005-09-19 [colin]
11318
11319         1.9.15rc3 released
11320
11321 2005-09-19 [colin]      1.9.14cvs44
11322
11323         * src/compose.c
11324                 Fix draft message
11325         * src/gtk/gtkaspell.c
11326                 Fix wrong test ;-)
11327
11328 2005-09-19 [colin]      1.9.14cvs43
11329
11330         * src/addressbook.c
11331                 Fix sensitivity of Delete button
11332         * src/compose.c
11333                 Warn if the requested Privacy system
11334                 is not available
11335         * src/exphtmldlg.c
11336         * src/expldifdlg.c
11337         * src/importldif.c
11338         * src/importmutt.c
11339         * src/importpine.c
11340                 Fix crappy UI
11341         * src/
11342         * src/ssl.h
11343         * src/prefs_account.h
11344         * src/prefs_account.c
11345                 Save SSL prefs even in builds that have
11346                 SSL support disable
11347         * src/imap.c
11348         * src/inc.c
11349         * src/news.c
11350         * src/send_message.c
11351                 Warn if connection should be secure, but
11352                 SSL support isn't compiled in
11353         * src/gtkaspell.c
11354                 Fix word separation on UTF-8 systems
11355                 Fixes bug #812 (Strange inline spellchecking)
11356         * src/compose.c
11357                 Warn if the requested Privacy system
11358                 is not available
11359                 Factorize offline warning
11360         * src/imap.c
11361         * src/imap_gtk.c
11362         * src/imap_gtk.h
11363         * src/inc.h
11364         * src/news_gtk.c
11365         * src/news_gtk.h
11366         * src/messageview.c
11367                 Factorize offline warning
11368
11369 2005-09-19 [paul]
11370
11371         1.9.15-rc2 released
11372
11373 2005-09-18 [colin]      1.9.14cvs42
11374
11375         * src/codeconv.c
11376         * src/codeconv.h
11377         * src/procmime.c
11378                 Add a way to get locale's charset ignoring utf-8,
11379                 and use that as default encoding for broken mails
11380
11381 2005-09-18 [colin]      1.9.14cvs41
11382
11383         * src/gtk/logwindow.c
11384                 Translate string. Patch by Fabien Vantard
11385
11386 2005-09-18 [colin]      1.9.14cvs40
11387
11388         * configure.ac
11389                 Fix bug #803 (IMAP/SSL support breaks with 
11390                 GnuTLS libetpan 0.38)
11391
11392 2005-09-18 [colin]      1.9.14cvs39
11393
11394         * src/codeconv.c
11395         * src/compose.c
11396         * src/procmime.c
11397                 More charsets fixes. Fixes bug #806 (non
11398                 ascii characters in subject line)
11399
11400 2005-09-17 [paul]       1.9.14cvs38
11401
11402         * src/folderview.c
11403         * src/mainwindow.c
11404                 fix gcc-2.95 issues
11405                 Patch by Pawel Pekala
11406
11407 2005-09-17 [colin]      1.9.14cvs37
11408
11409         * src/addrindex.c
11410                 bugfix for NO-USE LDAP compilation, patch 
11411                 by Fabien Vantard
11412
11413 2005-09-17 [colin]      1.9.14cvs36
11414
11415         * src/prefs_actions.c
11416         * src/prefs_customheader.c
11417         * src/prefs_display_header.c
11418         * src/prefs_filtering_action.c
11419         * src/prefs_matcher.c
11420         * src/prefs_toolbar.c
11421                 Fix strange casts (less elegant but
11422                 works better)
11423
11424 2005-09-16 [colin]      1.9.14cvs35
11425
11426         * src/jpilot.c
11427                 Missed that one
11428
11429 2005-09-16 [colin]      1.9.14cvs34
11430
11431         * configure.ac
11432         * src/Makefile.am
11433         * src/addr_compl.c
11434         * src/addrindex.c
11435         * src/browseldap.c
11436         * src/editldap.c
11437         * src/ldaplocate.c
11438         * src/ldapquery.c
11439         * src/ldapquery.h
11440         * src/ldapserver.c
11441         * src/ldapserver.h
11442         * src/main.c
11443         * src/matcher_parser_parse.y
11444         * src/prefs_themes.c
11445         * src/etpan/Makefile.am
11446         * src/gtk/description_window.c
11447         * src/plugins/clamav/Makefile.am
11448         * src/plugins/clamav/clamav_plugin.c
11449         * src/plugins/dillo_viewer/Makefile.am
11450         * src/plugins/pgpcore/Makefile.am
11451         * src/plugins/pgpinline/Makefile.am
11452         * src/plugins/pgpmime/Makefile.am
11453         * src/plugins/trayicon/Makefile.am
11454                 Fix 100% cpu usage in address completion list
11455                 Fix little bugs (return with no values etc)
11456                 Fix all warnings (with common CFLAGS)
11457
11458 2005-09-15 [colin]      1.9.14cvs33
11459
11460         * src/addressbook.c
11461                 Fix bug where sometimes a group's email list is empty,
11462                 force its refresh (probably fixes "Re: how to create a 
11463                 distribution list")
11464         * src/ldapquery.c
11465                 Don't return to the callback in the main thread from the
11466                 fetch thread (or face segs!)
11467
11468 2005-09-15 [paul]       1.9.14cvs32
11469
11470         * src/prefs_matcher.c
11471                 forgotten in last commit
11472
11473 2005-09-15 [paul]       1.9.14cvs31
11474
11475         * src/prefs_actions.c
11476         * src/prefs_filtering_action.c
11477         * src/prefs_quote.c
11478         * src/quote_fmt.c
11479         * src/summaryview.c
11480         * src/gtk/description_window.c
11481         * src/gtk/description_window.h
11482         * src/gtk/quicksearch.c
11483                 allow interaction with the called
11484                 description window
11485                 Patch by Anders Hammar
11486
11487 2005-09-14 [paul]       1.9.14cvs30
11488
11489         * src/compose.c
11490                 fix a little annoyance when pasting with 3rd button 
11491                 with wrap_pastes=0 and wrap_input=1
11492                 Patch by Colin
11493
11494 2005-09-14 [paul]       1.9.14cvs29
11495
11496         * src/prefs_account.c
11497                 disable 'Filter messages on receiving' for
11498                 SMTP-only accounts
11499                 Patch  by Anders Hammar
11500
11501 2005-09-14 [paul]       1.9.14cvs28
11502
11503         * po/sk.po
11504                 fix crash
11505                 updated by Andrej Kacian
11506
11507 2005-09-14 [paul]
11508
11509         1.9.15-rc1 released
11510
11511 2005-09-14 [paul]       1.9.14cvs27
11512
11513         * po/es.po
11514                 updated by Ricardo Mones Lastra
11515         * src/compose.c
11516         * src/compose.h
11517                 associate no_wrap_tags to Compose windows
11518                 instead of using a static one
11519                 Patch by Colin
11520         * src/mbox.c
11521                 fix proc_mbox()
11522                 Patch by wwp
11523         * src/textview.c
11524                 remove unneeded printf()
11525
11526 2005-09-14 [paul]       1.9.14cvs26
11527
11528         * src/addrcache.c
11529         * src/codeconv.h
11530         * src/folder.h
11531         * src/mainwindow.h
11532         * src/mh.c
11533         * src/mimeview.h
11534         * src/partial_download.c
11535         * src/pop.c
11536         * src/prefs_account.c
11537         * src/prefs_account.h
11538         * src/prefs_actions.c
11539         * src/prefs_customheader.c
11540         * src/prefs_display_header.c
11541         * src/prefs_filtering_action.c
11542         * src/prefs_matcher.c
11543         * src/prefs_toolbar.c
11544         * src/privacy.h
11545         * src/procmime.c
11546         * src/procmime.h
11547         * src/procmsg.h
11548         * src/textview.c
11549         * src/undo.h
11550         * src/common/plugin.c
11551         * src/common/session.h
11552         * src/common/socket.c
11553         * src/common/socket.h
11554         * src/common/template.c
11555         * src/gtk/gtkaspell.c
11556         * src/gtk/quicksearch.h
11557         * src/plugins/pgpcore/passphrase.c
11558         * src/plugins/pgpcore/prefs_gpg.h
11559         * src/plugins/pgpcore/select-keys.c
11560         * src/plugins/pgpcore/select-keys.h
11561         * src/plugins/pgpcore/sgpgme.c
11562         * src/plugins/pgpinline/pgpinline.c
11563         * src/plugins/pgpmime/pgpmime.c
11564         * src/plugins/trayicon/trayicon.c
11565                 fix compilation warnings
11566                 Patch by Daniel Gustafson
11567
11568 2005-09-14 [paul]       1.9.14cvs25
11569
11570         * src/addressbook.c
11571                 add missing column header, and other small
11572                 bug fixes
11573                 Patch by Anders Hammar
11574
11575 2005-09-13 [colin]      1.9.14cvs24
11576
11577         * src/gtk/gtkaspell.c
11578                 Fix non-utf8 in menu
11579                 Fix little leaks
11580                 Nullify struct members after free()s
11581
11582 2005-09-13 [colin]      1.9.14cvs23
11583
11584         * src/compose.c
11585                 Test utf8 compliance before inserting to 
11586                 buffer, and try to convert if necessary
11587         * src/procmime.c
11588                 If no charset is present, use the locale 
11589                 one instead of us-ascii
11590         * src/procmsg.c
11591                 Add Sender, List-Post and To in the checked 
11592                 headers for automatic rules creation 
11593                 (thanks to wwp)
11594         * src/prefs_themes.c
11595         * src/gtk/gtkaspell.c
11596                 Remove deprecated functions. 
11597                 patch by Daniel Gustafson
11598
11599 2005-09-12 [colin]      1.9.14cvs22
11600
11601         * src/compose.c
11602                 Fix bug #448 (Scrolling/Redraw issue with 
11603                 address-fields in Header)
11604         * src/mainwindow.c
11605         * src/summaryview.c
11606         * src/summaryview.h
11607                 Fix loss of MSG_MARKED on move/copy
11608                 Fix bug #804 (Quicksearch togglebutton doesn't 
11609                 get depressed after '/' key is pressed)
11610
11611 2005-09-12 [paul]       1.9.14cvs21
11612
11613         * AUTHORS
11614         * src/gtk/logwindow.c
11615                 add 'Clear Log' to popup menu
11616                 Patch by Anders Hammar <anders.hammar@telia.com>
11617
11618 2005-09-12 [paul]       1.9.14cvs20
11619
11620         * src/compose.c
11621                 set correct sensitivity on attachments
11622                 popup menu
11623         * src/folder.c
11624                 fix typo
11625         * src/prefs_spelling.c
11626                 fix crash when no LANG env is set
11627         * src/common/xml.c
11628                 fix crash in wizard
11629                 don't use memeory after free
11630
11631         All patches by Daniel Gustafson
11632
11633 2005-09-12 [paul]       1.9.14cvs19
11634
11635         * src/prefs_themes.c
11636                 make theme info selectable
11637         * src/gtk/description_window.c
11638                 make window non-modal
11639         * tools/README
11640                 add details of asus_mailed.sh
11641         * tools/claws.i18n.status.pl
11642                 update for new zh_TW translator
11643                 widen the output
11644                 create alternate coloured lines
11645                 improve readability
11646
11647 2005-09-10 [colin]      1.9.14cvs18
11648
11649         * src/plugins/pgpcore/select-keys.c
11650                 Better order for the buttons
11651
11652 2005-09-10 [colin]      1.9.14cvs17
11653
11654         * src/compose.c
11655         * src/plugins/pgpcore/select-keys.c
11656         * src/plugins/pgpcore/select-keys.h
11657         * src/plugins/pgpcore/sgpgme.c
11658                 Add a "Don't encrypt" button to the key
11659                 selection dialog. Fixes bug #177 (There should be a 
11660                 'Don't encrypt button in the Select Keys dialog)
11661
11662 2005-09-10 [colin]      1.9.14cvs16
11663
11664         * src/compose.c
11665                 Fix bug #572 (%X option does not work with templates)
11666
11667 2005-09-10 [colin]      1.9.14cvs15
11668
11669         * src/toolbar.c 
11670                 Remove g_print
11671
11672 2005-09-10 [colin]      1.9.14cvs14
11673
11674         * src/imap.c
11675                 Fix a possible crash
11676
11677 2005-09-09 [colin]      1.9.14cvs13
11678
11679         * src/imap.c
11680         * src/etpan/imap-thread.c
11681         * src/etpan/imap-thread.h
11682                 Fix moving from queue or drafts to normal folders
11683                 Fix bug #794 (No way to delete without expunging)
11684                 Take flags unset by other mailers into account
11685                 Take deleted flag set by other mailers into account
11686                 Fix unsetting REPLIED flag
11687                 Fix crash when capabilities can't be retrieved
11688         * src/mainwindow.c
11689         * src/mainwindow.h
11690                 Add M_DELAYED_FLAGS condition, and let the user use
11691                 Execute in order to be able to expunge deleted mails,
11692                 even if he's not in delayed execute mode
11693         * src/prefs_spelling.c
11694                 Use 'en' dictionary by default if LANG is POSIX or C
11695         * src/gtk/prefswindow.c
11696                 Fix bug #767 (Preferences windows expanding) by making
11697                 the window a bit larger when the resolution is greater
11698                 than 640x480, and by putting the prefs in a
11699                 GtkScrolledWindow.
11700
11701 2005-09-09 [paul]       1.9.14cvs12
11702
11703         * AUTHORS
11704         * configure.ac
11705         * po/zh_TW.Big5.po      ** REMOVED **
11706         * po/zh_TW.po           ** ADDED **
11707                 updated by Wei-Lun Chao
11708
11709 2005-09-09 [paul]       1.9.14cvs11
11710
11711         * src/mainwindow.c
11712                 fix asserts
11713         * src/common/xml.c
11714                 delay memory allocation until file is
11715                 opened successfully
11716                 Patch by Daniel Gustafson
11717
11718 2005-09-09 [colin]      1.9.14cvs10
11719
11720         * src/imap.c
11721                 Add guards
11722
11723 2005-09-08 [colin]      1.9.14cvs9
11724
11725         * src/compose.c
11726                 Alert when we can't save draft
11727                 Fix various wrap/color issues
11728                 Add mid-click pasting respecting wrap_paste option
11729         * src/folder.c
11730         * src/folder.h
11731         * src/folder_item_prefs.c
11732         * src/folder_item_prefs.h
11733         * src/imap.c
11734         * src/imap_gtk.c
11735         * src/imap_gtk.h
11736         * src/main.c
11737         * src/mainwindow.c
11738         * src/mainwindow.h
11739         * src/news.c
11740         * src/news_gtk.c
11741         * src/news_gtk.h
11742         * src/prefs_folder_item.c
11743                 Fix the impossibility to synchronise folders for
11744                 offline use (IMAP and NNTP are concerned)
11745
11746 2005-09-08 [colin]      1.9.14cvs8
11747
11748         * configure.ac
11749                 Build LDAP and JPilot by default if available
11750         * src/textview.c
11751                 Fix use after free
11752
11753 2005-09-08 [paul]       1.9.14cvs7
11754
11755         * doc/manual/en/sylpheed-1.html
11756         * doc/manual/en/sylpheed-18.html
11757         * doc/manual/en/sylpheed-19.html
11758         * doc/manual/en/sylpheed-4.html
11759         * doc/manual/en/sylpheed-6.html
11760         * doc/manual/en/sylpheed.html
11761                 a few minor updates, plus include some
11762                 details about plugins and their requirements
11763         * src/mainwindow.c
11764                 minor changes to English in /View/Sort
11765
11766 2005-09-07 [colin]      1.9.14cvs6
11767
11768         * doc/manual/en/sylpheed-1.html
11769         * doc/manual/en/sylpheed-10.html
11770         * doc/manual/en/sylpheed-11.html
11771         * doc/manual/en/sylpheed-12.html
11772         * doc/manual/en/sylpheed-13.html
11773         * doc/manual/en/sylpheed-14.html
11774         * doc/manual/en/sylpheed-15.html
11775         * doc/manual/en/sylpheed-16.html
11776         * doc/manual/en/sylpheed-17.html
11777         * doc/manual/en/sylpheed-18.html
11778         * doc/manual/en/sylpheed-19.html
11779         * doc/manual/en/sylpheed-2.html
11780         * doc/manual/en/sylpheed-20.html
11781         * doc/manual/en/sylpheed-21.html
11782         * doc/manual/en/sylpheed-22.html
11783         * doc/manual/en/sylpheed-3.html
11784         * doc/manual/en/sylpheed-4.html
11785         * doc/manual/en/sylpheed-5.html
11786         * doc/manual/en/sylpheed-6.html
11787         * doc/manual/en/sylpheed-7.html
11788         * doc/manual/en/sylpheed-8.html
11789         * doc/manual/en/sylpheed-9.html
11790         * doc/manual/en/sylpheed.html
11791                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11792
11793 2005-09-07 [colin]      1.9.14cvs5
11794
11795         * src/mainwindow.c
11796                 Make labels more to-the-point
11797
11798 2005-09-07 [colin]      1.9.14cvs4
11799
11800         * doc/manual/en/sylpheed-1.html
11801         * doc/manual/en/sylpheed-12.html
11802         * doc/manual/en/sylpheed-13.html
11803         * doc/manual/en/sylpheed-14.html
11804         * doc/manual/en/sylpheed-15.html
11805         * doc/manual/en/sylpheed-16.html
11806         * doc/manual/en/sylpheed-17.html
11807         * doc/manual/en/sylpheed-18.html
11808         * doc/manual/en/sylpheed-19.html
11809         * doc/manual/en/sylpheed-2.html
11810         * doc/manual/en/sylpheed-20.html
11811         * doc/manual/en/sylpheed-21.html
11812         * doc/manual/en/sylpheed-22.html
11813         * doc/manual/en/sylpheed-4.html
11814         * doc/manual/en/sylpheed-5.html
11815         * doc/manual/en/sylpheed-6.html
11816         * doc/manual/en/sylpheed-7.html
11817         * doc/manual/en/sylpheed-8.html
11818         * doc/manual/en/sylpheed-9.html
11819         * doc/manual/en/sylpheed.html
11820                 Update manual
11821
11822 2005-09-07 [colin]      1.9.14cvs3
11823
11824         * doc/faq/en/sylpheed-faq-1.html
11825         * doc/faq/en/sylpheed-faq-2.html
11826         * doc/faq/en/sylpheed-faq-3.html
11827         * doc/faq/en/sylpheed-faq.html
11828                 Update FAQ
11829
11830 2005-09-07 [colin]      1.9.14cvs2
11831
11832         * src/folderview.c
11833         * src/procmsg.c
11834         * src/summaryview.c
11835         * src/toolbar.c
11836                 Fix special subfolders:
11837                 - Inherit parent's icon
11838                 - sent contents of queues subfolders
11839                 - empty subfolders of trashes
11840         * src/mainwindow.c
11841                 Remove outdated manual and faq entries
11842         * src/common/utils.c
11843                 Add quotes around %s coming from mailcap
11844
11845 2005-09-07 [colin]      1.9.14cvs1
11846
11847         * src/compose.c
11848                 After saving draft, set modified to FALSE
11849         * src/mimeview.c
11850         * src/common/utils.c
11851         * src/common/utils.h
11852                 Try to open mime parts using what is 
11853                 indicated in ~/.mailcap or /etc/mailcap,
11854                 if possible.
11855
11856 2005-09-05 [paul]       1.9.14
11857
11858         1.9.14 released
11859
11860         * po/sk.po
11861                 updated by Andrej Kacian
11862
11863 2005-09-05 [paul]       1.9.13cvs83
11864
11865         * po/de.po
11866         * po/es.po
11867         * po/fi.po
11868         * po/fr.po
11869         * po/nb.po
11870         * po/pt_BR.po
11871         * po/sr.po
11872                 updated translations by Thomas Gilgin, Ricardo Mones
11873                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11874                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11875
11876 2005-09-04 [paul]       1.9.13cvs82
11877
11878         * src/compose.c
11879                 only warn about exceeded line length limit
11880                 on send
11881
11882 2005-09-04 [paul]       1.9.13cvs81
11883
11884         * src/compose.c
11885                 fix crash in 'line length exceeded' dialogue
11886
11887 2005-09-02 [paul]       1.9.13cvs80
11888
11889         * src/imap.c
11890                 fix bug 795, 'Connection lost IMAP'
11891                 and add statusbar prints
11892                 Patch by Colin
11893
11894 2005-09-02 [paul]       1.9.13cvs79
11895
11896         * src/compose.c
11897                 compose_wrap_paragraph() becomes
11898                 compose_beautify_paragraph()
11899                 Patch by Colin
11900
11901 2005-09-02 [colin]      1.9.13cvs78
11902
11903         * src/folderview.c
11904                 Micro-fix
11905
11906 2005-09-01 [colin]      1.9.13cvs77
11907
11908         * src/imap.c
11909                 Maybe fix bug #795 (Connection lost IMAP)
11910                 Don't try to send logout when we're disconnected.
11911         * src/summaryview.c
11912                 Include locked and marked emails in HRM
11913                 view. Fixes bug #800 (Locked messages no longer 
11914                 show up when hide read messages is used)
11915
11916 2005-09-01 [paul]       1.9.13cvs76
11917
11918         * src/prefs_common.c
11919                 fix bad cutting
11920
11921 2005-08-31 [colin]      1.9.13cvs75
11922
11923         * src/folderview.c
11924         * src/folderview.h
11925         * src/prefs_summaries.c
11926         * src/summaryview.c
11927                 Fix "go to next new", fix preference
11928                 (Open unread/next swapped)
11929
11930 2005-08-31 [paul]       1.9.13cvs74
11931
11932         * src/compose.c
11933         * src/folderview.c
11934         * src/headerview.c
11935         * src/headerview.h
11936         * src/mainwindow.c
11937         * src/prefs_common.c
11938         * src/prefs_common.h
11939         * src/prefs_fonts.c
11940         * src/summaryview.c
11941         * src/textview.c
11942         * src/common/defs.h
11943                 remove obsolete BOLD_FONT setting
11944                 fix font update in headerview and textview
11945                 headers after prefs change
11946                 Patch By Colin
11947
11948 2005-08-31 [paul]
11949
11950         1.9.14-rc4 released
11951
11952 2005-08-30 [colin]      1.9.13cvs73
11953
11954         * src/summaryview.c
11955                 When Hide read messages is selected and we
11956                 refresh the summaryview, don't remove the 
11957                 currently displayed message. Fixes bug #797
11958                 (Summary view reloads when new mail is 
11959                 downloaded in 1.9.14 rc)
11960
11961 2005-08-30 [colin]      1.9.13cvs72
11962
11963         * src/folderview.c
11964                 Fix flickering
11965         * src/mainwindow.c
11966                 Remove useless callback
11967         * src/mimeview.c
11968         * src/gtk/filesel.c
11969         * src/gtk/filesel.h
11970                 Add a filesel_select_file_save_folder() - used by Save All
11971
11972 2005-08-29 [paul]       1.9.13cvs71
11973
11974         * AUTHORS
11975         * src/matcher_parser_parse.y
11976         * src/etpan/imap-thread.c
11977                 fix building on FreeBSD
11978                 Patch by Daniel Gustafson <daniel@hobbit.se>
11979
11980 2005-08-29 [paul]       1.9.13cvs70
11981
11982         * src/plugins/pgpinline/pgpinline.c
11983                 only initialise sig result if it's been handled
11984                 Patch by Colin
11985
11986 2005-08-29 [paul]       1.9.13cvs69
11987         
11988         Patches by Colin:
11989
11990         * src/imap.c
11991         * src/common.utils.c
11992         * src/common/utils.h
11993                 optimisation
11994         * src/stock_pixmap.h
11995                 fix wrong icon reference
11996         * src/pixmaps/trash_btn.xpm
11997                 replace with nicer image
11998
11999 2005-08-28 [colin]      1.9.13cvs68
12000
12001         * src/Makefile.am
12002         * src/stock_pixmap.c
12003         * src/stock_pixmap.h
12004         * src/toolbar.c
12005         * src/pixmaps/trash_btn.xpm
12006                 Add a specific trash xpm for the button
12007
12008 2005-08-28 [colin]      1.9.13cvs67
12009
12010         * src/imap.c
12011                 Fix leak
12012
12013 2005-08-27 [colin]      1.9.13cvs66
12014
12015         * src/imap.c
12016         * src/procmime.c
12017                 Correctly fix "Problem with replies", fixes
12018                 pgpmime encryption too. 
12019
12020 2005-08-27 [colin]      1.9.13cvs65
12021
12022         * src/folder.c
12023         * src/procmsg.c
12024         * src/procmsg.h
12025         * src/summaryview.c
12026                 Fix bug #517 (messages removed from summaryview 
12027                 when moving fails)
12028
12029 2005-08-27 [colin]      1.9.13cvs64
12030
12031         * tools/Makefile.am
12032         * tools/asus_mailled.sh
12033                 Add a script to blink ASUS laptops' mail LED where there
12034                 is unread mail.
12035
12036 2005-08-27 [colin]      1.9.13cvs63
12037
12038         * src/imap.c
12039         * src/etpan/imap-thread.c
12040         * src/etpan/imap-thread.h
12041                 Implement automatic choosing of login method
12042                 Fixes bug #791
12043         * src/gtk/.cvsignore
12044                 Add sylpheed-marshal.[ch]
12045
12046 2005-08-27 [colin]      1.9.13cvs62
12047
12048         * src/common/utils.c
12049                 Fix confusing perror
12050
12051 2005-08-27 [colin]      1.9.13cvs61
12052
12053         * src/toolbar.c
12054         * src/toolbar.h
12055                 Remove A_DELETE, replace it with 
12056                 A_TRASH and A_DELETE_REAL. Automatically
12057                 rewrite config files to replace A_DELETE
12058                 with A_TRASH (no functionality change).
12059                 Fixes half of #794
12060
12061 2005-08-26 [colin]      1.9.13cvs60
12062
12063         * src/procmime.c
12064                 Previous "Problem with replies" fix brought other
12065                 problems, fixing them
12066
12067 2005-08-26 [colin]      1.9.13cvs59
12068
12069         * src/procmime.c
12070                 Fix "Problem with replies". This happened only
12071                 on IMAP...
12072         * src/procmsg.c
12073                 Factorize code a bit
12074         * src/compose.c
12075                 Speed improvement on very long messages (wrapping)
12076                 Fix signature color on Reedit and Redirect
12077                 On Reedit, don't attach pgp-signatures parts, but
12078                 set signing to On.
12079
12080 2005-08-24 [paul]       1.9.13cvs58
12081
12082         * src/compose.c
12083                 don't claim success when clicking
12084                 Cancel on the passphrase box.
12085                 Patch by Colin
12086
12087 2005-08-24 [paul]       1.9.13cvs57
12088
12089         * src/main.c
12090                 fix misplaced sylpheed.log
12091         * src/common/defs.h
12092                 define UIDL_DIR
12093
12094 2005-08-24 [paul]       1.9.13cvs56
12095
12096         * src/imap.c
12097         * src/etpan/imap-thread.c
12098         * src/etpan/imap-thread.h
12099                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
12100                 Patch by Colin
12101         * src/gtk/sylpheed-marshal.c    ** REMOVED **
12102         * src/gtk/sylpheed-marshal.h    ** REMOVED **
12103                 remove autogenerated files
12104         * tools/kdeservicemenu/README
12105         * tools/kdeservicemenu/install.sh
12106         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12107         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12108                 use Claws icon, use 'Sylpheed-Claws' in menu,
12109                 use kdialog, and other cleanups
12110
12111 2005-08-23 [paul]       1.9.13cvs55
12112
12113         * src/compose.c
12114                 fix paste/wrap crash
12115                 Patch by Colin
12116
12117 2005-08-23 [paul]       1.9.13cvs54
12118
12119         * src/main.c
12120                 fix crash recovery
12121                 Patch by Colin
12122
12123 2005-08-23 [paul]       1.9.13cvs53
12124
12125         * src/addressbook.c
12126         * src/editaddress.c
12127                 view all data of LDAP contacts
12128                 Patch by Colin
12129
12130 2005-08-23 [paul]       1.9.13cvs52
12131
12132         * src/addressbook.c
12133                 fix issues with the Search field
12134                 Patch by Colin
12135
12136 2005-08-22 [paul]       1.9.13cvs51
12137
12138         * src/folderview.c
12139                 put name of folder in processing dialog
12140                 title
12141         * src/prefs_folder_item.c
12142                 improve english usage
12143
12144 2005-08-22 [paul]       1.9.13cvs50
12145
12146         * src/filtering.c
12147         * src/filtering.h
12148         * src/matcher.c
12149         * src/matcher_parser_lex.l
12150         * src/matcher_parser_parse.y
12151         * src/prefs_filtering.c
12152                 add Filtering/Processing rule names feature.
12153                 (the incompatible old matcherrc is saved as
12154                 matcherrc.pre_names).
12155                 Patch by Colin
12156
12157 2005-08-22 [paul]       1.9.13cvs49
12158
12159         * src/procmsg.c
12160                 fix colour labelling
12161                 Patch by Colin
12162
12163 2005-08-22 [paul]       1.9.13cvs48
12164
12165         * src/textview.c
12166                 fix open_image_cb()
12167
12168 2005-08-22 [paul]       1.9.13cvs47
12169
12170         * src/imap.c
12171                 fix bug 789, 'SC crashes with imap (CVS ver)'
12172                 Patch by Colin
12173
12174 2005-08-22 [paul]       1.9.13cvs46
12175
12176         * src/mimeview.c
12177         * src/prefs_common.c
12178         * src/common/defs.h
12179                 define reused defaults in defs.h
12180         * src/textview.c
12181                 add 'Open image' to image popup menu
12182
12183 2005-08-21 [colin]      1.9.13cvs45
12184
12185         * src/summaryview.c
12186                 Fix bug #788 (Bogus "From" address displayed)
12187
12188 2005-08-20 [colin]      1.9.13cvs44
12189
12190         * src/folder.c
12191                 Fix buf #787 (multilevel delete causes SIGSEGV)
12192
12193 2005-08-19 [colin]      1.9.13cvs43
12194
12195         * src/inc.c
12196         * src/prefs_common.c
12197         * src/prefs_common.h
12198                 Add an hidden pref to allow modifying the
12199                 update stepping in incorporation.
12200                 Patch by wwp.
12201
12202 2005-08-19 [colin]      1.9.13cvs42
12203
12204         * src/compose.c
12205         * src/procmime.c
12206                 Workaround for broken MUAs: encode 
12207                 Content-type: name: as ASCII and 
12208                 Content-Disposition: filename: as
12209                 per rfc2231
12210         * src/prefs_account.c
12211                 Fix invisible-ness of SMTP SSL prefs
12212                 in NNTP accounts
12213
12214 2005-08-19 [paul]       1.9.13cvs41
12215
12216         * src/compose.c
12217         * src/prefs_common.c
12218         * src/prefs_common.h
12219         * src/prefs_wrapping.c
12220                 paste with or without wrapping.
12221                 patch by Colin
12222
12223 2005-08-19 [paul]       1.9.13cvs40
12224
12225         * src/prefs_common.c
12226         * src/prefs_common.h
12227         * src/summaryview.c
12228                 reintroduce enable_swap_from as a
12229                 hidden pref. patch by Colin
12230         * src/quote_fmt_parse.y
12231         * src/plugins/clamav/clamav_plugin.c
12232         * src/plugins/dillo_viewer/dillo_viewer.c
12233         * src/plugins/mathml_viewer/mathml_viewer.c
12234         * src/plugins/pgpcore/sgpgme.c
12235         * src/plugins/pgpinline/pgpinline.c
12236         * src/plugins/pgpmime/pgpmime.c
12237                 tidy up. patch by Colin
12238
12239 2005-08-19 [paul]       1.9.13cvs39
12240
12241         * configure.ac
12242                 complete cvs38's sync
12243         * src/editaddress.c
12244         * src/gedit-print.c
12245         * src/mutt.c
12246         * src/etpan/etpan-log.c
12247         * src/etpan/imap-thread.c
12248         * src/gtk/gtksourceprintjob.c
12249                 fix compilation warnings
12250                 (patch by Colin)
12251
12252 2005-08-19 [paul]       1.9.13cvs38
12253
12254         sync with main:
12255
12256         * src/account.c
12257         * src/action.c
12258         * src/addrbook.c
12259         * src/addrcache.c
12260         * src/addrharvest.c
12261         * src/addrindex.c
12262         * src/codeconv.c
12263         * src/compose.c
12264         * src/crash.c
12265         * src/exporthtml.c
12266         * src/exportldif.c
12267         * src/folder.c
12268         * src/image_viewer.c
12269         * src/inc.c
12270         * src/inc.h
12271         * src/jpilot.c
12272         * src/ldif.c
12273         * src/main.c
12274         * src/matcher.c
12275         * src/mbox.c
12276         * src/messageview.c
12277         * src/mh.c
12278         * src/mimeview.c
12279         * src/msgcache.c
12280         * src/mutt.c
12281         * src/news.c
12282         * src/partial_download.c
12283         * src/pine.c
12284         * src/pop.c
12285         * src/prefs_actions.c
12286         * src/prefs_common.c
12287         * src/prefs_customheader.c
12288         * src/prefs_display_header.c
12289         * src/prefs_gtk.c
12290         * src/prefs_themes.c
12291         * src/procheader.c
12292         * src/procmime.c
12293         * src/procmsg.c
12294         * src/recv.c
12295         * src/send_message.c
12296         * src/simple-gettext.c
12297         * src/sourcewindow.c
12298         * src/textview.c
12299         * src/vcard.c
12300         * src/common/defs.h
12301         * src/common/log.c
12302         * src/common/plugin.c
12303         * src/common/prefs.c
12304         * src/common/session.c
12305         * src/common/session.h
12306         * src/common/socket.c
12307         * src/common/socket.h
12308         * src/common/ssl_certificate.c
12309         * src/common/template.c
12310         * src/common/utils.c
12311         * src/common/utils.h
12312         * src/common/xml.c
12313         * src/gtk/about.c
12314         added wrappers for C library function that
12315                 take pathname arguments.
12316                 enabled compilation with MinGW.
12317                 use GDir instead of directly using opendir().
12318                 added rename_force().
12319
12320 2005-08-19 [paul]       1.9.13cvs37
12321         
12322         patches by Colin:
12323         * src/compose.c
12324                 fix privacy settings on re-editing
12325                 a sent message
12326         * src/jpilot.c
12327                 fix encoding bug
12328         * src/folder.c
12329         * src/procmsg.c
12330         * src/procmsg.h
12331         * src/summaryview.c
12332                 flag changing optimisation
12333
12334 2005-08-18 [martin]     1.9.13cvs36
12335
12336         * commitHelper
12337             added my login
12338         * src/addrcache.c
12339         * src/addrharvest.c
12340         * src/addrindex.c
12341         * src/compose.c
12342         * src/grouplistdialog.c
12343         * src/main.c
12344         * src/mainwindow.c
12345         * src/msgcache.c
12346         * src/mutt.c
12347         * src/pine.c
12348         * src/prefs_account.c
12349         * src/prefs_themes.c
12350         * src/stock_pixmap.c
12351         * src/summaryview.c
12352         * src/gtk/about.c
12353         * src/gtk/logwindow.c
12354             removed deprecated glib and gdk stuff
12355         * src/plugins/pgpcore/select-keys.c
12356             convert attributes from locale to utf8
12357
12358 2005-08-17 [paul]       1.9.13cvs35
12359
12360         * src/account.c
12361         * src/addressbook.c
12362                 use new GTK_STOCK_ icons if available
12363         * src/summaryview.c
12364         * src/gtk/gtksctree.c
12365         * src/gtk/gtksctree.h
12366                 faster range select. patch by Colin
12367
12368 2005-08-17 [paul]       1.9.13cvs34
12369
12370         patches by colin:
12371         * src/addressbook.c
12372         * src/addressitem.h
12373                 Add an edit button for contacts, fix selections
12374                 of gtksctree items
12375         * src/editaddress.c
12376                 Change labels, let Save be always possible in the
12377                 email and user atributes tabs
12378         * src/folderview.c
12379                 fix sort issues
12380         * src/summaryview.c
12381                 select next item instead of the displayed one
12382                 after deletion
12383
12384         * src/gtk/progressdialog.c
12385                 use prefs_common.enable_rules_hint
12386
12387 2005-08-13 [hoa]        1.9.13cvs33
12388
12389         * src/etpan/imap-thread.c
12390                 fixed build on Solaris.
12391
12392 2005-08-10 [colin]      1.9.13cvs32
12393
12394         * src/procmsg.c
12395                 Fix cvs31 (missing fclose before reading
12396                 the file)
12397
12398 2005-08-10 [colin]      1.9.13cvs31
12399
12400         * src/procmsg.c
12401                 Fix procmsg_msginfo_new_from_mimeinfo() when
12402                 the MimeInfo isn't stored in memory. This fixes
12403                 replying to an attached message.
12404
12405 2005-08-10 [colin]      1.9.13cvs30
12406
12407         * src/mainwindow.c
12408                 Fix slowness in account changing
12409
12410 2005-08-10 [colin]      1.9.13cvs29
12411
12412         * src/folder.c
12413         * src/folderutils.c
12414         * src/folderview.c
12415         * src/imap_gtk.c
12416         * src/mainwindow.c
12417         * src/mh_gtk.c
12418         * src/procmsg.c
12419         * src/summaryview.c
12420                 Optimize folder_has_parent_of_type
12421                 Prevent moving special sub-folders from contextual menus
12422                 Rework message a bit ("Empty all messages" -> "Delete all
12423                 messages")
12424                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12425                 and "Deleted Items" folders)
12426
12427 2005-08-08 [colin]      1.9.13cvs28
12428
12429         * src/summaryview.c
12430         * src/prefs_summaries.c
12431                 Make "Select first unread|new" more flexible
12432                 (just prioritize new or unread)
12433
12434 2005-08-08 [colin]      1.9.13cvs27
12435
12436         * src/summaryview.c
12437                 If "select first new" is selected and there only
12438                 are unread messages, fallback to "select first
12439                 unread".
12440
12441 2005-08-08 [colin]      1.9.13cvs26
12442
12443         * src/folder.c
12444                 Fix shameful bugs (and bug #779)
12445
12446 2005-08-08 [colin]      1.9.13cvs25
12447
12448         * src/folder.c
12449         * src/folder.h
12450                 Cache parents' type to make folder_has_parent_of_type
12451                 faster
12452         * src/folderview.c
12453                 Forbid DnD of special sub-folders
12454         * src/procmsg.c
12455         * src/procmsg.h
12456                 Add MAIL_POSTFILTERING_HOOK
12457         * src/summaryview.c
12458                 Revert over-zealous deletion of the use_addr_book 
12459                 code
12460
12461 2005-08-07 [colin]      1.9.13cvs24
12462
12463         * src/folder.c
12464                 Fix big mistake (passing MsgInfo instead 
12465                 of FolderItem)
12466
12467 2005-08-07 [colin]      1.9.13cvs23
12468
12469         * src/compose.c
12470         * src/folder.c
12471         * src/folder.h
12472         * src/foldersel.c
12473         * src/folderutils.c
12474         * src/folderview.c
12475         * src/imap.c
12476         * src/mainwindow.c
12477         * src/messageview.c
12478         * src/mh.c
12479         * src/msgcache.c
12480         * src/procmime.c
12481         * src/summaryview.c
12482                 Make subfolders of Drafts, Queue, Outbox, Trash
12483                 work like their parents. 
12484                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12485
12486 2005-08-07 [colin]      1.9.13cvs22
12487
12488         * src/addressbook.c
12489                 Fix bug #771 (Dragged contacts not saved)
12490
12491 2005-08-07 [paul]       1.9.13cvs21
12492
12493         * src/summaryview.c
12494                 fix bug 32 'Search Doesn't display results
12495                 if "Hide Read Messages" is chosen'
12496                 be more literal in interpreting 'Hide read
12497                 messages'
12498
12499 2005-08-07 [colin]      1.9.13cvs20
12500
12501         * src/folderview.c
12502                 Add debug
12503         * src/summaryview.c
12504                 Faster 'unthread_for_execution'
12505
12506 2005-08-06 [paul]       1.9.13cvs19
12507
12508         * src/mainwindow.c
12509                 add mnemonics to Set displayed columns
12510                 fix bug where msgview_visible option was
12511                 overwritten as TRUE on startup
12512
12513 2005-08-06 [paul]       1.9.13cvs18
12514
12515         * src/mainwindow.c
12516                 refer to 'displayed columns in folder/message
12517                 list' not 'displayed items in summary/message view'
12518         * src/prefs_display_header.c
12519                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12520                 be consistent with similar dialogues
12521         * src/prefs_folder_column.c
12522         * src/prefs_summary_column.c
12523                 'columns' not 'items', and folder and message lists,
12524                 instead of folder and summary views;
12525                 Use 'Hidden columns' as list heading not 'Available
12526                 items';
12527                 move the 'Remove' button to the right hand side;
12528                 top-align the buttons;
12529                 remove unneeded vbox
12530         * src/prefs_summaries.c
12531                 put the 2 column prefs buttons in a frame to reduce
12532                 overall width; refer to columns not items &c.
12533
12534 2005-08-05 [colin]      1.9.13cvs17
12535
12536         * src/prefs_common.c
12537         * src/prefs_common.h
12538         * src/mainwindow.c
12539         * src/compose.c
12540         * src/messageview.c
12541                 Add an hidden toolbar_detachable pref, so
12542                 that I can get rid of these painful handles
12543                 in the toolbars. Defaults to TRUE to avoid
12544                 changing the GUI on unsuspecting people...
12545
12546 2005-08-05 [colin]      1.9.13cvs16
12547
12548         * src/Makefile.am
12549         * src/prefs_folder_column.c
12550         * src/prefs_folder_column.h
12551                 Add prefs for folder columns
12552         * src/folderview.c
12553         * src/folderview.h
12554         * src/mainwindow.c
12555         * src/mainwindow.h
12556         * src/prefs_common.c
12557         * src/prefs_common.h
12558         * src/prefs_summaries.c
12559                 Use them
12560         * src/prefs_summary_column.c
12561         * src/summaryview.c
12562         * src/summaryview.h
12563                 Add a To column
12564         * src/textview.c
12565         * src/common/utils.c
12566         * src/common/utils.h
12567                 Move uri colourisation functions
12568                 to utils
12569         * src/compose.c
12570                 Colourise URIs
12571         * src/imap.c
12572                 Fix bug with LIST where we'd try
12573                 to get Folder//////[...]/// 
12574
12575 2005-08-05 [paul]       1.9.13cvs15
12576
12577         * src/prefs_summaries.c
12578                 improve the English usage
12579         * src/summaryview.c
12580                 set font on column change
12581                 thanks to Colin
12582
12583 2005-08-05 [paul]       1.9.13cvs14
12584
12585         * src/prefs_common.c
12586         * src/prefs_common.h
12587         * src/prefs_summaries.c
12588         * src/summaryview.c
12589                 replace 'open_unread_on_enter' option with
12590                 'select_on_entry' option. opening/not opening
12591                 is now exclusively controlled by 'always_show_msg'
12592
12593 2005-08-04 [colin]      1.9.13cvs13
12594
12595         * src/compose.c
12596                 Remove dead code
12597                 Add colourisation of quotes and signatures
12598         * src/folderview.c
12599                 Fix possible crashes
12600         * src/messageview.c
12601                 Change an assert that is no problem
12602         * src/news.c
12603         * src/news_gtk.c
12604         * src/news_gtk.h
12605                 Fix offline mode
12606         * src/gtk/quicksearch.c
12607                 Fix a possible crash
12608
12609 2005-08-03 [colin]      1.9.13cvs12
12610
12611         * src/prefs_account.c
12612                 Fix bug #777 (Sylpheed crash in account configuration)
12613
12614 2005-08-03 [colin]      1.9.13cvs11
12615
12616         * src/addressbook.c
12617         * src/editaddress.c
12618         * src/editgroup.c
12619                 Fixing addressbook, round 2
12620         * src/textview.c
12621                 Fix emphasis color on rechecking 'Colorize messages'
12622
12623 2005-08-03 [paul]       1.9.13cvs10
12624
12625         sync with main
12626
12627         * src/addr_compl.c
12628         * src/compose.c
12629         * src/main.c
12630         * src/pop.c
12631         * src/prefs_account.c
12632         * src/procmime.c
12633         * src/procmsg.c
12634         * src/quote_fmt_parse.y
12635         * src/textview.c
12636         * src/common/quoted-printable.c
12637         * src/common/utils.c
12638         * src/common/utils.h
12639         * src/common/xml.c
12640                 replaced incorrect locale-independent
12641                 ctype functions with GLib's. Corrected
12642                 signedness mismatch.
12643         * src/headerview.c
12644                 headerview_create(): added spacing for vbox.
12645         * src/gtk/about.c
12646                 set focus to the OK button.
12647
12648 2005-08-03 [colin]      1.9.13cvs9
12649
12650         * src/folderview.c
12651                 Fix possible crash
12652
12653 2005-08-02 [colin]      1.9.13cvs8
12654
12655         * src/mainwindow.c
12656                 Fix cast
12657         * src/addressbook.c
12658         * src/addressitem.h
12659                 Fix a cast and more generally, try to make the
12660                 GUI more intuitive and consistent (round 1)
12661
12662 2005-08-02 [paul]       1.9.13cvs7
12663
12664         * src/folder.h
12665                 missing in 1.9.13cvs6
12666
12667 2005-08-02 [colin]      1.9.13cvs6
12668
12669         * src/folder.c
12670                 Fix one more leak
12671
12672 2005-08-02 [colin]      1.9.13cvs5
12673
12674         * src/folder.c
12675         * src/folderview.c
12676         * src/imap.c
12677         * src/main.c
12678         * src/mbox.c
12679         * src/procmsg.c
12680         * src/summaryview.c
12681                 Fix a number of folder_item_get_msg_list()-related
12682                 leaks (missing procmsg_msginfo_free()s)
12683
12684 2005-08-01 [colin]      1.9.13cvs4
12685
12686         * src/folderview.c
12687         * src/folderview.h
12688         * src/mainwindow.c
12689         * src/prefs_fonts.c
12690         * src/prefs_summaries.c
12691         * src/prefs_themes.c
12692         * src/summaryview.c
12693         * src/summaryview.h
12694         * src/textview.c
12695         * src/textview.h
12696                 Fix instant-apply of summary and folderview-related prefs
12697                 Fix erroneous g_free and alertpanels in prefs_theme
12698                 Add instant-apply for fonts
12699                 Defer applying of prefs a little bit so it's done only
12700                 once even if requested by multiples prefs pages
12701
12702 2005-08-01 [paul]       1.9.13cvs3
12703
12704         * src/main.c
12705                 fix bug 776 'S.C. crashes on close'
12706                 thanks to Colin
12707         * src/etpan/etpan-thread-manager-types.h
12708                 add missing include
12709                 thanks to Hoa
12710
12711 2005-07-25 [paul]       1.9.13cvs2
12712
12713         * src/summaryview.c
12714                 fix typos. spotted by Fabien Vantard
12715
12716 2005-07-24 [paul]       1.9.13cvs1
12717
12718         * doc/man/sylpheed.1
12719                 update man page, incorporating fix of
12720                 bug 769 'Typo in manpage'
12721         * src/etpan/imap-thread.c
12722                 fix NetBSD openssl dependencies. patch by
12723                 George Michaelson <ggm@apnic.net>
12724         * po/pt_BR.po
12725                 updated by Frederico Goncalves Guimaraes
12726
12727 2005-07-22 [paul]       1.9.13
12728
12729         1.9.13 release
12730
12731 2005-07-22 [paul]       1.9.12cvs91
12732
12733         * AUTHORS
12734         * INSTALL
12735         * README.claws
12736         * RELEASE_NOTES.claws
12737                 updated for release
12738         * configure.ac
12739         * po/nb.po
12740         * tools/claws.i18n.status.pl
12741                 add Norwegian translation. submiited by
12742                 Geir Helland <pjallabais@users.sourceforge.net>
12743         * po/ca.po
12744         * po/de.po
12745         * po/es.po
12746         * po/fi.po
12747         * po/fr.po
12748         * po/it.po
12749         * po/sk.po
12750         * po/sr.po
12751         * po/zh_CN.po
12752                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12753                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12754                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12755                 Yang Guilong
12756         * src/plugins/clamav/clamav_plugin_gtk.c
12757         * src/plugins/spamassassin/spamassassin_gtk.c
12758                 replace outdated description strings
12759
12760 2005-07-21 [colin]      1.9.12cvs90
12761
12762         * src/folder.c
12763                 Set folder to batch mode when scanning it. Makes deletion
12764                 of unread mails on IMAP much faster (due to the UNREAD 
12765                 flag unsetting)
12766
12767 2005-07-21 [darko]      1.9.12cvs89
12768
12769         * configure.ac
12770                 link against libresolv if necessary (patch by Paul)
12771         * src/msgcache.c
12772                 use glib's portable macros to determine endianness
12773
12774 2005-07-21 [paul]       1.9.12cvs88
12775
12776         * src/crash.c
12777         * src/gtk/about.c
12778                 update compiled-in features list
12779
12780 2005-07-20 [colin]      1.9.12cvs87
12781
12782         * src/folder.c
12783         * src/textview.c
12784                 Gcc 2.9x compilation fixes, thanks to Darko
12785         * src/plugins/clamav/clamav_plugin.c
12786                 Little optimisation: load virus database only once
12787         * src/plugins/spamassassin/spamassassin.c
12788                 Big optimisation: filtering one mail took at least 1 second,
12789                 now it takes at least 50ms. Doesn't speed up spamassassin 
12790                 itself, but should already be much more tolerable.
12791
12792 2005-07-20 [colin]      1.9.12cvs86
12793
12794         * src/summaryview.c
12795                 Fix performance issue
12796
12797 2005-07-19 [colin]      1.9.12cvs85
12798
12799         * src/plugins/pgpinline/plugin.c
12800                 Fix warning
12801
12802 2005-07-19 [colin]      1.9.12cvs84
12803
12804         * configure.ac
12805         * src/plugins/Makefile.am
12806         * src/plugins/pgpinline/.cvsignore
12807         * src/plugins/pgpinline/Makefile.am
12808         * src/plugins/pgpinline/pgpinline.c
12809         * src/plugins/pgpinline/pgpinline.deps
12810         * src/plugins/pgpinline/pgpinline.h
12811         * src/plugins/pgpinline/plugin.c
12812                 Put pgpinline in the main tree
12813
12814 2005-07-19 [paul]       1.9.12cvs83
12815
12816         * src/prefs_actions.c
12817                 prevent '//' in menu names, which cause a crash
12818                 thanks to Colin
12819
12820 2005-07-19 [paul]       1.9.12cvs82
12821
12822         * configure.ac
12823                 be generally more informative in configure output.
12824                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12825                 '[ --disable-openssl ...', as --enable-openssl is default
12826                 PGP/MIME: don't check for GPGME again, check for
12827                 pgpcore instead. Therefore prevent the possibility of
12828                 attempting to build pgpmime if pgpcore dependencies are
12829                 not met
12830                 ClamAV: use pkgconfig to check for lib
12831                 libgnomeprint: revert logic on inner test to match
12832                 everything else
12833         * src/plugins/pgpcore/sgpgme.c
12834                 add missing include
12835
12836 2005-07-19 [colin]      1.9.12cvs81
12837
12838         * src/summaryview.c
12839                 Fix slow thread rebuilding in particular
12840                 cases
12841
12842 2005-07-19 [paul]       1.9.12cvs80
12843
12844         * sylpheed-claws.desktop
12845                 fix typo, spotted by Stephan Sachse
12846         * src/account.c
12847                 replace GTK_STOCK_ADD with
12848                 GTK_STOCK_NEW button
12849
12850 2005-07-18 [colin]      1.9.12cvs79
12851
12852         * src/etpan/imap-thread.c
12853                 Fix return value (Thanks Hoa)
12854
12855 2005-07-18 [colin]      1.9.12cvs78
12856
12857         * src/imap.c
12858                 Allow empty passwords
12859                 Create drafts/queue/outbox if necessary
12860         * src/summaryview.c
12861                 Remove old code
12862         * src/etpan/imap-thread.c
12863                 Fix STARTTLS (Thanks to Hoa)
12864
12865 2005-07-18 [paul]       1.9.12cvs77
12866
12867         * ChangeLog-gtk2.jp
12868         * ChangeLog.jp
12869                 removed
12870         * Makefile.am
12871                 updated to reflect additions and removals
12872         * TODO
12873                 updated to be claws-specific
12874         * TODO-gtk2
12875         * TODO-gtk2.jp
12876         * TODO.jp
12877         * sylpheed-128x128.png
12878         * sylpheed-64x64.png
12879                 removed
12880         * sylpheed-claws-128x128.png
12881         * sylpheed-claws-64x64.png
12882         * sylpheed-claws.desktop
12883         * sylpheed-claws.png
12884                 added
12885         * sylpheed.desktop
12886         * sylpheed.png
12887                 removed
12888
12889 2005-07-17 [paul]       1.9.12cvs76
12890
12891         * src/account.c
12892         * src/addressbook.c
12893         * src/alertpanel.c
12894         * src/alertpanel.h
12895         * src/compose.c
12896         * src/exphtmldlg.c
12897         * src/expldifdlg.c
12898         * src/folderview.c
12899         * src/imap_gtk.c
12900         * src/inc.c
12901         * src/message_search.c
12902         * src/messageview.c
12903         * src/mh_gtk.c
12904         * src/news_gtk.c
12905         * src/prefs_actions.c
12906         * src/prefs_filtering.c
12907         * src/prefs_matcher.c
12908         * src/prefs_template.c
12909         * src/prefs_themes.c
12910         * src/ssl_manager.c
12911         * src/summary_search.c
12912         * src/textview.c
12913         * src/toolbar.c
12914         * src/gtk/sslcertwindow.c
12915         * src/plugins/pgpcore/sgpgme.c
12916                 rework alertpanels
12917
12918 2005-07-17 [colin]      1.9.12cvs75
12919
12920         * src/privacy.c
12921                 add a PrivacySystem accessor that checks that
12922                 the system cached in a MimeInfo's privacydata
12923                 is still registered. Use this accessor instead
12924                 of directly using data->system. Fixes crashes
12925                 after unloading pgp plugins.
12926
12927 2005-07-17 [colin]      1.9.12cvs74
12928
12929         * src/alertpanel.c
12930                 Change geometry hints to a simple default size.
12931                 Fixes the certs dialogs.
12932
12933 2005-07-17 [colin]      1.9.12cvs73
12934
12935         * src/gtk/sslcertwindow.c
12936                 Use a gtkExpander
12937
12938 2005-07-17 [colin]      1.9.12cvs72
12939
12940         * src/plugins/pgpcore/Makefile.am
12941         * src/plugins/pgpmime/Makefile.am
12942                 Add gpgme libs
12943
12944 2005-07-17 [paul]       1.9.12cvs71
12945
12946         * configure.ac
12947                 add --disable-gnomeprint option
12948                 modified version of patch by Marius Mauch
12949
12950 2005-07-17 [paul]       1.9.12cvs70
12951
12952         * src/common/defs.h
12953                 update urls
12954         * src/account.c
12955         * src/action.c
12956         * src/addressbook.c
12957         * src/compose.c
12958         * src/foldersel.c
12959         * src/folderview.c
12960         * src/html.c
12961         * src/imap_gtk.c
12962         * src/main.c
12963         * src/mainwindow.c
12964         * src/messageview.c
12965         * src/mh_gtk.c
12966         * src/mimeview.c
12967         * src/news_gtk.c
12968         * src/prefs_account.c
12969         * src/prefs_send.c
12970         * src/prefs_summaries.c
12971         * src/procmsg.c
12972         * src/summaryview.c
12973         * src/common/utils.c
12974         * src/common/xml.c
12975         * src/plugins/pgpcore/passphrase.c
12976         * src/plugins/pgpcore/select-keys.c
12977                 replace inappropriately used backticks
12978                 with single quotes
12979
12980 2005-07-16 [colin]      1.9.12cvs69
12981
12982         * src/image_viewer.c
12983                 Add extra paranoid checks
12984
12985 2005-07-16 [colin]      1.9.12cvs68
12986
12987         * src/plugins/pgpcore/prefs_gpg.c
12988                 Don't auto-check sigs by default, as it
12989                 can be really slow.
12990
12991 2005-07-16 [colin]      1.9.12cvs67
12992
12993         * src/plugins/pgpcore/sgpgme.c
12994                 Make messages a bit better.
12995
12996 2005-07-16 [colin]      1.9.12cvs66
12997
12998         * src/imap.c
12999                 Remove pseudo-log
13000         * src/etpan/imap-thread.c
13001                 Add real log
13002
13003 2005-07-16 [colin]      1.9.12cvs65
13004
13005         * src/main.c
13006         * src/prefs_other.c
13007                 And now, fix build with libetpan :-/
13008
13009 2005-07-15 [colin]      1.9.12cvs64
13010
13011         * src/prefs_other.c
13012                 Continue fixing build without libetpan.
13013
13014 2005-07-15 [colin]      1.9.12cvs63
13015
13016         * src/main.c
13017                 Fix build with --disable-libetpan
13018
13019 2005-07-15 [colin]      1.9.12cvs62
13020
13021         * configure.ac
13022                 Bump libetpan's version
13023
13024 2005-07-15 [colin]      1.9.12cvs61
13025
13026         * src/etpan/imap-thread.c
13027                 Actually stop logging :)
13028
13029 2005-07-15 [colin]      1.9.12cvs60
13030
13031         * src/addressbook.c
13032                 Fix dnd of multiple addresses.
13033
13034 2005-07-15 [hoa]        1.9.12cvs59
13035
13036         * src/etpan/imap-thread.c
13037             disable login of IMAP password in libetpan log file.
13038
13039 2005-07-15 [paul]       1.9.12cvs58
13040
13041         * src/account.c
13042                 don't automatically sort
13043                 do allow drag n drop
13044
13045 2005-07-15 [paul]       1.9.12cvs57
13046
13047         * src/account.c
13048         * src/ssl_manager.c
13049                 alphabetical listing
13050
13051 2005-07-15 [paul]       1.9.12cvs56
13052
13053         * src/gtk/pluginwindow.c
13054                 sort plugin list alphabetically
13055
13056 2005-07-15 [paul]       1.9.12cvs55
13057
13058         * src/prefs_spelling.c
13059         * src/prefs_wrapping.c
13060                 unify English usage
13061
13062 2005-07-15 [colin]      1.9.12cvs54
13063
13064         * src/wizard.c
13065                 Typo fix
13066
13067 2005-07-15 [paul]       1.9.12cvs53
13068
13069         * src/prefs_message.c
13070                 make 'show cursor' a hidden option
13071
13072 2005-07-14 [colin]      1.9.12cvs52
13073
13074         * src/plugins/spamassassin/Makefile.am
13075         * src/plugins/clamav/Makefile.am
13076                 Fix double EXTRA_DISTs
13077
13078 2005-07-14 [colin]      1.9.12cvs51
13079
13080         * src/plugins/clamav/Makefile.am
13081         * src/plugins/clamav/clamav_plugin_gtk.deps
13082         * src/plugins/spamassassin/Makefile.am
13083         * src/plugins/spamassassin/spamassassin_gtk.deps
13084                 Make $plugin_gtk depend on $plugin
13085
13086 2005-07-14 [hoa]        1.9.12cvs50
13087
13088         * src/etpan/imap-thread.c
13089                 enable debug log of libetpan when running with --debug
13090
13091 2005-07-14 [colin]      1.9.12cvs49
13092
13093         * configure.ac
13094         * src/common/Makefile.am
13095         * src/common/plugin.c
13096         * src/common/plugin.h
13097                 Add a little plugin dependancy system.
13098                 Plugins can ship a $plugin_name.deps file
13099                 (near them in PLUGINDIR) so that their
13100                 dependancies are loaded if possible.
13101         * src/plugins/Makefile.am
13102         * src/plugins/pgpcore/Makefile.am
13103         * src/plugins/pgpcore/passphrase.c
13104         * src/plugins/pgpcore/passphrase.h
13105         * src/plugins/pgpcore/plugin.c
13106         * src/plugins/pgpcore/prefs_gpg.c
13107         * src/plugins/pgpcore/prefs_gpg.h
13108         * src/plugins/pgpcore/select-keys.c
13109         * src/plugins/pgpcore/select-keys.h
13110         * src/plugins/pgpcore/sgpgme.c
13111         * src/plugins/pgpcore/sgpgme.h
13112                 Introduce pgpcore, used by pgpmime and
13113                 pgpinline
13114         * src/plugins/pgpmime/Makefile.am
13115         * src/plugins/pgpmime/passphrase.c
13116         * src/plugins/pgpmime/passphrase.h
13117         * src/plugins/pgpmime/pgpmime.c
13118         * src/plugins/pgpmime/pgpmime.deps
13119         * src/plugins/pgpmime/plugin.c
13120         * src/plugins/pgpmime/prefs_gpg.c
13121         * src/plugins/pgpmime/prefs_gpg.h
13122         * src/plugins/pgpmime/select-keys.c
13123         * src/plugins/pgpmime/select-keys.h
13124         * src/plugins/pgpmime/sgpgme.c
13125         * src/plugins/pgpmime/sgpgme.h
13126                 Remove the core from pgpmime and add the
13127                 dependancy to pgpcore.
13128
13129 2005-07-14 [paul]       1.9.12cvs48
13130
13131         * src/stock_pixmap.c
13132                 forgot this in last commit
13133
13134 2005-07-14 [paul]       1.9.12cvs47
13135
13136         * src/account.c
13137         * src/addressbook.c
13138                 add accelerators for the buttons (sync with main)
13139         * src/compose.c
13140         * src/compose.h
13141                 add accelerators for the buttons.
13142                 fix editing with external editor.
13143                 replace gdk_input_*() with GIOChannel;
13144                 (sync with main)
13145         * src/foldersel.c
13146                 display folder names with new/unread
13147                 representation (sync with main)
13148         * src/main.c
13149                 specify default window icon (sync with main)
13150         * src/prefs_common.c
13151                 use_addr_book default to FALSE
13152         * src/summaryview.c
13153         * src/textview.c
13154                 add accelerators for the buttons (sync with main)
13155         * src/gtk/menu.c
13156                 fix typos
13157         * src/pixmaps/sylpheed_icon.xpm
13158                 updated
13159
13160 2005-07-13 [paul]       1.9.12cvs46
13161
13162         * src/plugins/pgpmime/pgpmime.c
13163         * src/plugins/pgpmime/sgpgme.c
13164                 (temporarily) use deprecated gpgme_data_rewind()
13165                 while largefile support is not present
13166                 (as suggested by Colin)
13167
13168 2005-07-13 [paul]       1.9.12cvs45
13169
13170         * configure.ac
13171                 remove large file support (for now):
13172                 it breaks too many things
13173
13174 2005-07-13 [paul]       1.9.12cvs44
13175
13176         * configure.ac
13177                 add large file support
13178         * src/html.c
13179                 fix bug #763 where href attribute was not
13180                 the very first attribute of a link
13181                 patch by Thomas Gilgin
13182
13183 2005-07-13 [colin]      1.9.12cvs43
13184
13185         * src/gtk/pluginwindow.c
13186                 Little portability fix
13187
13188 2005-07-13 [colin]      1.9.12cvs42
13189
13190         * src/plugins/pgpmime/sgpgme.c
13191                 Fix crasher.
13192
13193 2005-07-13 [colin]      1.9.12cvs41
13194
13195         * src/plugins/pgpmime/pgpmime.c
13196         * src/plugins/pgpmime/sgpgme.c
13197                 Use gpgme_data_release_and_get_mem instead
13198                 of gpgme_data_read.
13199
13200 2005-07-13 [colin]      1.9.12cvs40
13201
13202         * configure.ac
13203         * src/plugins/pgpmime/passphrase.c
13204         * src/plugins/pgpmime/passphrase.h
13205         * src/plugins/pgpmime/pgpmime.c
13206         * src/plugins/pgpmime/plugin.c
13207         * src/plugins/pgpmime/select-keys.c
13208         * src/plugins/pgpmime/select-keys.h
13209         * src/plugins/pgpmime/sgpgme.c
13210         * src/plugins/pgpmime/sgpgme.h
13211                 Port pgpmime to gpgme-1.0.
13212
13213 2005-07-12 [paul]       1.9.12cvs39
13214
13215         * AUTHORS
13216         * src/toolbar.c
13217         * src/toolbar.h
13218                 add a 'Go to Prev' button to the toolbar.
13219                 correct tooltip text of go to buttons.
13220                 based on patch by Yang Guilong <bamanzi@gmail.com>
13221
13222 2005-07-12 [colin]      1.9.12cvs38
13223
13224         * src/statusbar.c
13225                 Fix progress bar showing stuff at startup.
13226
13227 2005-07-12 [paul]       1.9.12cvs37
13228
13229         * src/editjpilot.c
13230                 fix building with jpilot support
13231
13232 2005-07-11 [colin]      1.9.12cvs36
13233
13234         * src/inc.c
13235                 Add visual indication that filtering is running
13236         * src/textview.c
13237                 Make {}[] uri delimiters
13238         * src/summaryview.c
13239                 Remove useless (and slow) calls
13240
13241 2005-07-11 [paul]       1.9.12cvs35
13242
13243         * src/plugins/clamav/clamav_plugin_gtk.c
13244         * src/plugins/dillo_viewer/dillo_prefs.c
13245         * src/plugins/pgpmime/prefs_gpg.c
13246         * src/plugins/spamassassin/spamassassin_gtk.c
13247                 gather plugins prefs together under their
13248                 own 'Plugins' heading
13249
13250 2005-07-11 [paul]       1.9.12cvs34
13251
13252         sync with main
13253
13254         * src/account.c
13255                 account_delete(): modified alert dialog
13256         * src/editjpilot.c
13257         * src/editvcard.c
13258                 fixed a crash when cancelling file selection
13259                 dialog by Escape key. Made non-ascii filename
13260                 selectable.
13261         * src/prefs_template.c
13262                 prefs_template_window_create(): make scrolled
13263                 window policy AUTOMATIC
13264
13265 2005-07-10 [hoa]        1.9.12cvs33
13266
13267         * src/etpan/imap-thread.c
13268                 workaround for old Courier IMAP servers.
13269
13270 2005-07-10 [colin]      1.9.12cvs32
13271
13272         * src/folder.c
13273         * src/statusbar.c
13274         * src/statusbar.h
13275                 Add visual progress indicator on filtering/processing
13276                 Factorize the progress bar code
13277         * src/imap.c
13278         * src/imap.h
13279         * src/etpan/imap-thread.c
13280                 Add a reference counter to avoid destroying the Folder
13281                 while it's in use by another callback.
13282
13283 2005-07-09 [hoa]        1.9.12cvs31
13284
13285         * src/imap.c
13286         * src/etpan/imap-thread.c
13287                 fixed deadlock when removing IMAP account.
13288
13289 2005-07-08 [colin]      1.9.12cvs30
13290
13291         * src/textview.c
13292         * src/unmime.c
13293                 Fix again problems decoding broken headers
13294         * src/gtk/inputdialog.c
13295                 Fix local variable shadowing a global one
13296
13297 2005-07-08 [colin]      1.9.12cvs29
13298
13299         * src/msgcache.c
13300                 Make the cache/mark files platform-agnostic by writing
13301                 them in little-endian format. Reading them is also done
13302                 in little-endian format, of course; however, in order
13303                 to avoid trashing mark data on big-endian machines, the
13304                 files are, at first, read from the native format if the
13305                 little-endian one doesn't exist. This is easy to deter-
13306                 mine by trying to open a file with a swapped data_ver
13307                 and seeing if it's the wanted version.
13308                 Little-endian using users should see absolutely no
13309                 difference, Big-endian users may get a very little
13310                 performance drop due to byte-swapping.
13311                 Tested on i386 and ppc32. 
13312                 Fixes bug #159 (The index file, in the mailboxes, is 
13313                 hardware depending).
13314
13315                 To have the cache/mark files updated to the new little-
13316                 endian format, "Check for new messages" or even
13317                 "Rebuild folder tree" aren't enough. Files will be
13318                 updated as soon as a folder has been opened/closed.
13319                 To update everything, just select all folders by
13320                 selecting them one by one.
13321
13322 2005-07-07 [colin]      1.9.12cvs28
13323
13324         * src/imap.c
13325                 Remember the folder separator per IMAPFolder
13326                 instead of globally.
13327                 Revive the Session on noop; fixes bug #761
13328                 (mark a bunch of unread messages as read takes 
13329                 forever)
13330
13331 2005-07-07 [darko]      1.9.12cvs27
13332
13333         * src/common/template.c
13334                 Sort templates alphabetically
13335
13336 2005-07-06 [colin]      1.9.12cvs26
13337
13338         * src/imap.c
13339                 Try to use the correct separator in
13340                 most cases. Possibly fixes bug #759
13341                 (only creates the INBOX folder when 
13342                 setting up new IMAP account) and 
13343                 bug #760 (Can't retrieve messages)
13344
13345 2005-07-06 [colin]      1.9.12cvs25
13346
13347         * src/imap.c
13348                 Use real_path in status command. This will
13349                 help later, when namespaces will be used.
13350
13351 2005-07-06 [colin]      1.9.12cvs24
13352
13353         * configure.ac
13354         * src/account.c
13355         * src/folder.c
13356         * src/imap.c
13357         * src/etpan/etpan-log.c
13358         * src/etpan/etpan-thread-manager.c
13359         * src/etpan/imap-thread.c
13360                 Add a --disable-libetpan parameter. With this,
13361                 users that don't want IMAP4 support can avoid
13362                 the new dependancy (and have no IMAP support).
13363                 Users that have IMAP4 accounts and use this
13364                 parameter won't lose their configuration, their
13365                 IMAP accounts will just be invisible and not
13366                 used.
13367         * src/textview.c
13368                 Make the "Copy ..." contextual menu items 
13369                 copy to both the X clipboard and the gtk 
13370                 clipboard - as most other apps do.
13371         * src/gtk/about.c
13372                 Add a notice about OpenSSL usage, in order to
13373                 comply with OpenSSL's license (point 6):
13374                 http://www.openssl.org/source/license.html
13375
13376 2005-07-06 [colin]      1.9.12cvs23
13377
13378         * src/alertpanel.c
13379                 Fix a minimum size for alertpanels
13380         * src/compose.c
13381                 Show 'No space left on device' type errors
13382                 when queuing/sending
13383         * src/imap_gtk.c
13384         * src/mh_gtk.c
13385                 Rework folder's deletion message (remove 
13386                 extra \n)
13387
13388 2005-07-05 [colin]      1.9.12cvs22
13389
13390         * src/imap.c
13391                 Add an alertpanel on auth error
13392                 Add pseudo-log
13393                 Remove pthread-related stuff
13394
13395 2005-07-05 [colin]      1.9.12cvs21
13396
13397         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13398                 Fix crash on plugin reloading (with a hack)
13399
13400 2005-07-05 [colin]      1.9.12cvs20
13401
13402         * src/prefs_account.c
13403         * src/prefs_account.h
13404                 Fix typo
13405         * src/gtk/filesel.c
13406         * src/gtk/filesel.h
13407                 Add a way to filter the view
13408         * src/gtk/pluginwindow.c
13409                 Filter loadable stuff
13410         * src/plugins/pgpmime/prefs_gpg.c
13411                 Fix missing unregistration
13412         * .cvsignore
13413         * src/etpan/.cvsignore
13414         * src/plugins/spamassassin/.cvsignore
13415                 Add more stuff to cvs ignored files
13416
13417 2005-07-04 [colin]      1.9.12cvs19
13418
13419         * src/imap.c
13420                 Fix scan_required returning FALSE when it
13421                 shouldn't. Maybe fix #760 (Can't retrieve
13422                 messages)
13423
13424 2005-07-04 [colin]      1.9.12cvs18
13425
13426         * src/summaryview.c
13427                 Fix always_show_msg pref
13428
13429 2005-07-04 [paul]       1.9.12cvs17
13430
13431         sync with main (forgotten in last commit)
13432         
13433         * src/common/utils.c
13434         * src/common/utils.h
13435                 check_line_length(): new.
13436                 is_dir_exist()
13437                 is_file_entry_exist()
13438                 dirent_is_regular_file()
13439                 dirent_is_directory(): use g_file_test() instead of stat().
13440
13441 2005-07-04 [paul]       1.9.12cvs16
13442
13443         sync with main:
13444
13445         * src/compose.c
13446                 compose_write_to_file(): check for line
13447                 length limit and display warning if exceeds
13448         * src/jpilot.c
13449                 use get_home_dir() instead of g_get_home_dir()
13450         * src/procheader.c
13451                 removed warning about invalid date
13452         * src/vcard.c
13453                 use get_home_dir() instead of g_get_home_dir()
13454
13455 2005-07-04 [paul]       1.9.12cvs15
13456
13457         * src/stock_pixmap.c
13458                 fix new pixmap naming errors
13459                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13460
13461 2005-07-04 [colin]      1.9.12cvs14
13462
13463         * src/imap.c
13464                 Fix debugging string with a warning
13465
13466 2005-07-04 [colin]      1.9.12cvs13
13467
13468         * configure.ac
13469                 Add a check for libetpan's version (>= 0.37)
13470
13471 2005-07-04 [hoa]        1.9.12cvs12
13472
13473         * commitHelper
13474         * src/imap.c
13475         * src/etpan/imap-thread.c
13476         * src/etpan/imap-thread.h
13477                 fixed IMAP implementation of check of mails.
13478
13479 2005-07-03 [hoa]        1.9.12cvs11
13480
13481         * src/etpan/Makefile.am
13482         * src/etpan/etpan-errors.h
13483         * src/etpan/etpan-log.[ch]
13484         * src/etpan/etpan-thread-manager-types.h
13485         * src/etpan/etpan-thread-manager.[ch]
13486         * src/etpan/imap-thread.[ch]
13487         * src/Makefile.am
13488         * src/imap.c
13489         * src/main.c
13490         * src/prefs_other.c
13491         * configure.ac
13492             merged imap branch.
13493             dependency on libetpan 0.37 is now added.
13494
13495 2005-07-01 [colin]      1.9.12cvs10
13496
13497         * src/Makefile.am
13498         * src/folder.c
13499         * src/folder.h
13500         * src/folderview.c
13501         * src/stock_pixmap.c
13502         * src/stock_pixmap.h
13503         * src/plugins/trayicon/trayicon.c
13504                 Add marked symbol on folders containing
13505                 marked messages
13506         * src/procmsg.c
13507         * src/procmsg.h
13508         * src/toolbar.c
13509         * src/prefs_common.c
13510         * src/prefs_common.h
13511         * src/prefs_send.c
13512                 Add an optional confirmation dialog on queue
13513                 sending. Patch by wwp.
13514         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13515         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13516         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13517         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13518         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13519         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13520         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13521         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13522         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13523         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13524         * src/pixmaps/trash_mark.xpm            ** ADDED **
13525                 New pixmaps
13526
13527 2005-07-01 [colin]      1.9.12cvs9
13528
13529         * src/summaryview.c
13530                 Fix a little threading bug
13531         * src/addrgather.c
13532         * src/mainwindow.c
13533                 A little bit of HIG normality never hurts
13534
13535 2005-07-01 [colin]      1.9.12cvs8
13536
13537         * src/compose.c
13538         * src/msgcache.c
13539         * src/pop.c
13540         * src/procmime.c
13541         * src/recv.c
13542         * src/common/log.c
13543         * src/common/template.c
13544         * src/common/utils.c
13545         * src/common/utils.h
13546                 Reverted the fwrite_atomic stuff. In fact
13547                 it is already atomic.
13548
13549 2005-06-30 [colin]      1.9.12cvs7
13550
13551         * src/common/utils.c
13552         * src/common/utils.h
13553                 Add an fwrite_atomic() function to make
13554                 sure we write everything: fwrite can make
13555                 short writes.
13556         * src/compose.c
13557         * src/msgcache.c
13558         * src/pop.c
13559         * src/procmime.c
13560         * src/recv.c
13561         * src/common/log.c
13562         * src/common/template.c
13563                 Use that (and fix swapping of size and nmemb).
13564                 Thanks to Rich Coe for the heads up.
13565
13566 2005-06-30 [colin]      1.9.12cvs6
13567
13568         * src/addressbook.c
13569                 Optimize addressbook opening 
13570
13571 2005-06-30 [colin]      1.9.12cvs5
13572
13573         * src/summaryview.c
13574                 Remove calls to summary_step after move/copy
13575
13576 2005-06-28 [paul]       1.9.12cvs4
13577
13578         * src/alertpanel.c
13579                 wrap and make the error msg selectable
13580
13581 2005-06-28 [paul]       1.9.12cvs3
13582
13583         * src/ssl_manager.c
13584                 replace the OK button with a Close button
13585         * src/gtk/foldersort.c
13586                 use GTK_STOCK_ icons/buttons
13587
13588 2005-06-28 [colin]      1.9.12cvs2
13589
13590         * src/gedit-print.c             ** ADDED **
13591         * src/gedit-print.h             ** ADDED **
13592         * src/gtk/gtksourceprintjob.c   ** ADDED **
13593         * src/gtk/gtksourceprintjob.h   ** ADDED **
13594                 I can't believe no one had enough time to tell
13595                 me I forgot the `cvs add`
13596
13597 2005-06-27 [colin]      1.9.12cvs1
13598
13599         * src/Makefile.am
13600         * src/gtk/Makefile.am
13601         * src/messageview.c
13602         * src/procmsg.c
13603         * src/summaryview.c
13604         * configure.ac
13605                 Add optional libgnomeprint-based printing
13606         * src/mainwindow.c
13607         * src/gtk/quicksearch.c
13608                 Add an Edit/Quick search menu item to show
13609                 and focus the quicksearch
13610
13611 2005-06-27 [paul]       1.9.12
13612
13613         1.9.12 release
13614
13615         * po/ca.po
13616         * po/de.po
13617         * po/es.po
13618         * po/fr.po
13619         * po/it.po
13620         * po/ko.po
13621         * po/pt_BR.po
13622         * po/sk.po
13623         * po/zh_CN.po
13624                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13625                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13626                 SungHyun Nam, Frederico Goncalves Guimaraes,
13627                 Andrej Kacian, and Yang Guilong
13628 2005-06-26 [colin]      1.9.11cvs106
13629
13630         * src/imap_gtk.c
13631                 Forgot one file for previous fix
13632
13633 2005-06-26 [colin]      1.9.11cvs105
13634
13635         * src/folder.c
13636         * src/imap.c
13637                 Fix problems with folder operations in no_select
13638                 imap folders. it applies only to mails, and 
13639                 creation/deletion/move/renaming of folders 
13640                 should be possible
13641
13642 2005-06-26 [paul]       1.9.11cvs104
13643
13644         * src/prefs_filtering.c
13645                 replace one more GTK_STOCK_REMOVE
13646                 with GTK_STOCK_DELETE
13647
13648 2005-06-25 [colin]      1.9.11cvs103
13649
13650         * src/imap.c
13651                 Optimize get_seq_set_from_seq_list
13652                 (Patch by Ricardo) 
13653
13654 2005-06-25 [colin]      1.9.11cvs102
13655
13656         * src/mh.c
13657                 If the directory exists, but not in the
13658                 correct encoding, rename it. This should
13659                 handle old-versions-induced bugs.
13660
13661 2005-06-25 [colin]      1.9.11cvs101
13662
13663         * src/mh.c
13664                 Fix path access with extended dir names
13665                 Fixes bug #589 (SC segfaults with wrong locale
13666                 settings)
13667
13668 2005-06-25 [colin]      1.9.11cvs100
13669
13670         * src/prefs_account.c
13671         * src/prefs_account.h
13672         * src/compose.c
13673                 Add an option to encrypt replies to
13674                 encrypted messages
13675
13676 2005-06-25 [colin]      1.9.11cvs99
13677
13678         * src/compose.c
13679         * src/quote_fmt_parse.y
13680                 ... And make it work with pgpinline.
13681
13682 2005-06-25 [colin]      1.9.11cvs98
13683
13684         * src/compose.c
13685         * src/procmime.c
13686         * src/procmime.h
13687         * src/quote_fmt_parse.y
13688                 o Make reedition of encrypted messages possible
13689                   (as long as it is encrypted to self too, no
13690                    magic there)
13691                 o Make replying with quote (and without selecting
13692                   text) possible for encrypted messages.
13693                 Closes bug #550 (Not possible to "reply with quote"
13694                 to gnupg encrypted messages)
13695
13696 2005-06-24 [paul]       1.9.11cvs97
13697
13698         * src/imap.c
13699                 add missing include
13700
13701 2005-06-24 [paul]       1.9.11cvs96
13702
13703         * src/editldap.c
13704                 made bind password entry invisible
13705                 (sync with main)
13706         * src/send_message.c
13707                 send_message_local(): check exit status
13708                 to detect errors (sync with main)
13709         * src/textview.c
13710                 use main's less ambiguous popup menu
13711                 wording
13712
13713 2005-06-24 [paul]       1.9.11cvs95
13714
13715         * src/prefs_actions.c
13716         * src/prefs_customheader.c
13717         * src/prefs_display_header.c
13718         * src/prefs_filtering_action.c
13719         * src/prefs_matcher.c
13720         * src/prefs_template.c
13721         * src/prefs_toolbar.c
13722                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13723         * src/gtk/description_window.c
13724                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13725
13726 2005-06-23 [colin]      1.9.11cvs94
13727
13728         * src/summaryview.c
13729                 Fix rough edges (be sure to call status_show whenever
13730                 necessary).
13731
13732 2005-06-23 [colin]      1.9.11cvs93
13733
13734         * src/summaryview.c
13735                 Optimize Select All
13736                 Before, in a 5K mails folder: 11s
13737                 After, in the same folder: 58000µs
13738                 The joys of locking... gtk_clist_select_all() fires a 
13739                 tree-select-row event for each selected row, which in 
13740                 summaryview, callbacks summary_selected which in turn,
13741                 calls summary_status_show, which walks the selected
13742                 rows. Hence, calling gtk_clist_select_all was 
13743                 exponential. Locking the summaryview makes 
13744                 summary_selected return early.
13745
13746 2005-06-23 [colin]      1.9.11cvs92
13747
13748         * src/imap.c
13749                 Move mutex at the important place to avoid
13750                 deadlocks
13751         * src/summaryview.c
13752                 Fix Del key deleting directly instead of
13753                 moving to trash
13754
13755 2005-06-22 [colin]      1.9.11cvs91
13756
13757         * src/plugins/spamassassin/libspamc.c
13758                 As we do spagetti code with assignations in multiple
13759                 places (see _message_read_raw where out = msg = raw),
13760                 let's be sure we don't free the same pointer twice.
13761                 Should fix bug #683 (Crash in libpam at 
13762                 message_cleanup).
13763
13764 2005-06-22 [colin]      1.9.11cvs90
13765
13766         * src/compose.c
13767         * src/messageview.c
13768         * src/toolbar.c
13769                 Make toolbar's delete use the move to trash stuff;
13770                 Add gtk_widget_realize to be sure pixmaps can get
13771                 created (that may fix an old worksforme bug which
13772                 I can't find back...)
13773
13774 2005-06-22 [colin]      1.9.11cvs89
13775
13776         * src/summaryview.c
13777         * src/summaryview.h
13778         * src/mainwindow.c
13779                 Rename "Message/Delete" to "Message/Move to trash"
13780                 Add "Message/Delete..." that directly destroys the
13781                 selected messages after asking for a confirmation.
13782
13783 2005-06-22 [colin]      1.9.11cvs88
13784
13785         * src/imap.c
13786                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13787                 o Fix a deadlock (thanks Darko)
13788
13789 2005-06-22 [colin]      1.9.11cvs87
13790
13791         * src/gtk/foldersort.c
13792                 Add missing include for the i18n;
13793                 patch by Fabien Vantard
13794
13795 2005-06-21 [colin]      1.9.11cvs86
13796
13797         * src/folder.c
13798         * src/folderview.c
13799                 Respect the no_select flag
13800         * src/imap.c
13801                 Fix recursive deletion
13802         * src/imap_gtk.c
13803         * src/mh_gtk.c
13804                 Make the folder deletion's warning
13805                 more explicit
13806
13807 2005-06-21 [colin]      1.9.11cvs85
13808
13809         * src/textview.c
13810                 Prevent email addresses from spanning accross
13811                 lines - fixes bug # 646 (newline-chars in 
13812                 email addresses)
13813
13814 2005-06-20 [colin]      1.9.11cvs84
13815
13816         * src/folder.c
13817                 Be sure not to remove source if copy failed
13818
13819 2005-06-20 [colin]      1.9.11cvs83
13820
13821         * src/folderview.c
13822         * src/imap_gtk.c
13823                 remove summaryview's lock
13824         * src/imap.c
13825                 introduce threads to avoid problems when foreground tasks
13826                 interfere with background tasks
13827         * src/mh.c
13828                 prevent moving to drafts/queue
13829         * src/mimeview.c
13830                 fix leak
13831
13832 2005-06-19 [colin]      1.9.11cvs82
13833
13834         * src/imap_gtk.c
13835                 Remember that the user doesn't want to override
13836                 offline mode, for 3 seconds. It avoid presenting
13837                 him with N popups in a really short time.
13838
13839 2005-06-17 [colin]      1.9.11cvs81
13840
13841         * src/imap.c
13842                 Fix IMAP breaking on folders containing '('
13843                 (Probably won't be enough)
13844
13845 2005-06-17 [colin]      1.9.11cvs80
13846
13847         Forgotten files on 1.9.11cvs79
13848         * src/summaryview.c
13849                 Fix stepping when not immediately executing
13850         * src/imap.c
13851                 Really prevent UID FETCH 0
13852         * src/codeconv.c
13853                 Fix outgoing charset never set to utf-8
13854         * src/mh.c
13855                 Fix leak
13856
13857 2005-06-16 [colin]      1.9.11cvs79
13858
13859         * src/compose.c
13860                 Fix bug #707 (Dash splits rows)
13861                 Only wrap if we're on a line break position and
13862                 the previous one was a "white" (space) char.
13863                 Pango stuff is weird.
13864
13865 2005-06-16 [colin]      1.9.11cvs78
13866
13867         * src/imap_gtk.c
13868                 Lock summaryview while downloading messages
13869                 on user demand
13870         * src/procheader.c
13871         * src/unmime.c
13872         * src/common/utils.c
13873         * src/common/utils.h
13874                 Replace \r and \n with spaces in From and
13875                 Subject headers
13876
13877 2005-06-16 [paul]       1.9.11cvs77
13878
13879         * src/procmime.c
13880                 liberalise the mime parser
13881         * src/gtk/about.c
13882                 add text wrapping
13883
13884 2005-06-16 [paul]       1.9.11cvs76
13885
13886         * src/gtk/about.c
13887                 reworked
13888
13889 2005-06-15 [colin]      1.9.11cvs75
13890
13891         * src/compose.c
13892                 Finish header encoding fix
13893         * src/summaryview.c
13894                 Fix segfault
13895         * src/headerview.c
13896                 Fix compilation (Thanks Stephan
13897                 Sachse)
13898
13899 2005-06-15 [colin]      1.9.11cvs74
13900
13901         * Makefile.am
13902                 Install gnome2 stuff rather than gnome1, 
13903                 if both are present
13904         * src/codeconv.c
13905         * src/codeconv.h
13906         * src/compose.c
13907                 Fix headers encoding
13908         * src/folder.c
13909                 Visual progress when fetching all messages
13910         * src/folderview.c
13911         * src/summaryview.c
13912         * src/summaryview.h
13913                 Prevent changing current message while
13914                 incorporating
13915
13916 2005-06-15 [paul]       1.9.11cvs73
13917
13918         * src/gtk/gtkaspell.c
13919         * src/gtk/gtkaspell.h
13920                 fix build warnings
13921
13922 2005-06-15 [paul]       1.9.11cvs72
13923
13924         * src/prefs_filtering.c
13925                 allow reordering of filter rules by
13926                 drag n drop
13927
13928 2005-06-15 [paul]       1.9.11cvs71
13929
13930         * COPYING
13931                 updated
13932         * src/codeconv.c
13933                 replace deprecated function
13934         * src/inc.c
13935         * src/send_message.c
13936         * src/gtk/progressdialog.c
13937         * src/gtk/progressdialog.h
13938                 salvage and reuse parts of reverted sync
13939
13940 2005-06-15 [paul]       1.9.11cvs70
13941
13942         * src/inc.c
13943         * src/send_message.c
13944         * src/gtk/progressdialog.c
13945         * src/gtk/progressdialog.h
13946                 revert yesterday's sync with main
13947                 it contains deprecated functions
13948
13949 2005-06-15 [colin]      1.9.11cvs69
13950
13951         * src/headerview.c
13952                 Fix bug #670 (multi user to: will corrupt message 
13953                 headers display)
13954
13955 2005-06-15 [colin]      1.9.11cvs68
13956
13957         * src/compose.c
13958                 Fix bug #421 (Fix undo on wrapping)
13959
13960 2005-06-15 [colin]      1.9.11cvs67
13961
13962         * src/folder.c
13963                 Provide visual feedback while processing
13964                 folder's rules.
13965         * src/imap.c
13966                 Provide visual feedback while getting
13967                 short headers (for uncached messages)
13968
13969
13970 2005-06-14 [paul]       1.9.11cvs66
13971
13972         * src/account.c
13973                 change a couple stock icons
13974         * src/inc.c
13975         * src/send_message.c
13976         * src/gtk/progressdialog.c
13977         * src/gtk/progressdialog.h
13978                 sync main's GtkTreeView implementation
13979
13980 2005-06-14 [colin]      1.9.11cvs65
13981
13982         * src/imap.c
13983                 Various little fixes, mainly on error paths
13984
13985 2005-06-13 [colin]      1.9.11cvs64
13986
13987         * matcher.c
13988         * procmsg.c
13989         * procmsg.h
13990                 Add a way to fetch only headers. This speeds
13991                 up filtering on headers for IMAP. Fixes:
13992                 bug #481 extraneous imap commands slow down 
13993                         imap filtering
13994                 bug #522 Sylpheed downloads all messages 
13995                         when opening mailbox (IMAP)
13996                 bug #677 IMAP fetch is soooooooooooooo slow
13997         * src/folder.c
13998         * src/folder.h
13999                 Add a folder set_batch method so that
14000                 implementations can speed up flags changes
14001         * src/folderutils.c
14002         * src/summaryview.c
14003                 Use that in mark as (un)read and mark all read
14004                 Refix bug #679
14005         * src/imap.c
14006                 Implement set_batch - brings back deferred
14007                 flags in a less buggy manner. Fixes:
14008                 bug #729 IMAP immediate expunge of deleted messages
14009                 bug #191 remove list of messages with one command
14010                 Fix login with strange chars
14011                 Implement fetch_msg_full
14012                 Fix copy (wrong counts)
14013
14014 2005-06-12 [colin]      1.9.11cvs63
14015
14016         * src/folder.c
14017                 lock incorporation during long operations.
14018                 Avoids fucking up the IMAP socket.
14019
14020 2005-06-12 [colin]      1.9.11cvs62
14021
14022         * src/imap.c
14023                 Fix harmful typo
14024                 Factorize remove_all_msg
14025                 Thread-ize expunge
14026         * src/summaryview.c
14027                 Don't update partial-download status if unnecessary
14028         * src/folder.c
14029                 Use remove_msgs everywhere possible
14030
14031 2005-06-12 [colin]      1.9.11cvs61
14032
14033         * src/folder.c
14034         * src/folder.h
14035                 Add a remove_msgs function to remove a 
14036                 list of messages
14037         * src/imap.c
14038                 Implement that.
14039
14040 2005-06-12 [colin]      1.9.11cvs60
14041
14042         * src/imap.c
14043                 Remove flags-processing deferring... Too hard
14044                 to get it to work in all cases.
14045
14046 2005-06-11 [colin]      1.9.11cvs59
14047
14048         * src/imap.c
14049                 printf -> debug_print
14050
14051 2005-06-11 [colin]      1.9.11cvs58
14052
14053         * src/imap.c
14054                 o Fix build without USE_PTHREAD
14055                 o Factorize imap_open
14056                 o Alertpanel in case of impossible connection
14057                 o Alertpanel in case of impossible login
14058                 o Fix deferred flags processing to force a 
14059                   flush before adding some more flags to process,
14060                   but in another folder.
14061
14062 2005-06-10 [colin]      1.9.11cvs57
14063
14064         * src/imap.c
14065                 o Fix a format string error
14066                 o init ssl socket outside of the thread 
14067                   (it possibly invokes gtk calls)
14068         * src/procmime.c
14069                 o Put back the buffer to its necessary size
14070                 o Fix changing a file pointer without keeping
14071                   track of it (thanks Valgrind)
14072         * src/common/smtp.c
14073                 o Fix automatic STARTTLS if login should be done
14074                   and the server only allows it after starting TLS
14075         * src/gtk/gtkinputdialog.c
14076                 o Eat GDK_Return so that the combo popup doesn't 
14077                   appear when we press Enter to validate the combo
14078                   input dialog (as seen in the Open with... dialog)
14079
14080 2005-06-10 [colin]      1.9.11cvs56
14081
14082         * src/imap.c
14083                 o A bit less debug
14084                 o Fix a crash on deletion
14085                 o Threadize imap_select (it's called outside of 
14086                   threads)
14087                 o Defer treatment of DELETED flags
14088
14089
14090 2005-06-09 [colin]      1.9.11cvs55
14091
14092         * src/imap.c
14093                 Make sure we check imap_gtk_should_override(), which
14094                 potentially calls gtk stuff, before creating thread.
14095                 That way it should't be called via imap_get_session()
14096                 inside a thread.
14097
14098 2005-06-09 [colin]      1.9.11cvs54
14099
14100         * src/imap.c
14101                 o add a bit of status output
14102                 o remove some dead code
14103                 o threadize get_list_of_uids
14104                 o threadize imap_get_flags
14105                 o defer flag changing by 500ms so that they
14106                   can be batched
14107
14108
14109 2005-06-08 [colin]      1.9.11cvs53
14110
14111         * src/imap.c
14112                 Thread-ize imap_cmd_fetch
14113
14114 2005-06-08 [colin]      1.9.11cvs52
14115
14116         * src/main.c
14117                 Mmh, that broke POP3...
14118
14119 2005-06-08 [colin]      1.9.11cvs51
14120
14121         * src/main.c
14122                 Stabilize IMAP patch (thanks to Hoa)
14123
14124 2005-06-08 [colin]      1.9.11cvs50
14125
14126         * src/imap.c
14127                 Test patch to speed up imap. 
14128
14129 2005-06-08 [colin]      1.9.11cvs49
14130
14131         * src/imap_gtk.c
14132                 Warning fix
14133         * src/procmime.c
14134                 Apply patch from gentoo to use /usr/share/mime/globs if 
14135                 available, after un-breaking it
14136         * src/common/log.c
14137         * src/common/log.h
14138                 Use g_timeout for invoking hooks that possibly use gtk
14139                 calls. This should leave gtk calls in the main thread.
14140
14141 2005-06-08 [paul]       1.9.11cvs48
14142
14143         * src/codeconv.c
14144                 conv_get_outgoing_charset_str(): don't
14145                 use prefs_common setting
14146         * src/compose.c
14147         * src/compose.h
14148                 add /Options/Character encoding/... to
14149                 temporarily change the outgoing encoding
14150
14151         (belated sync with main)
14152
14153 2005-06-08 [paul]       1.9.11cvs47
14154
14155         * src/compose.c
14156                 correction to/completion of last
14157                 sync with main
14158
14159 2005-06-08 [paul]       1.9.11cvs46
14160
14161         sync with main:
14162         
14163         * src/codeconv.c
14164         * src/codeconv.h
14165                 always enabled Japanese auto-detection
14166                 if the first letters of locale string
14167                 is "ja"
14168         * src/compose.c
14169                 don't use "destroy" signal to destroy
14170                 Compose object (fix rare crashes on discard?)
14171         * src/mainwindow.c
14172         * src/messageview.c
14173         * src/prefs_send.c
14174                 added Hebrew encodings
14175         * src/sourcewindow.c
14176                 don't use "destroy" signal to destroy
14177                 objects
14178
14179 2005-06-07 [colin]      1.9.11cvs45
14180
14181         * src/summaryview.c
14182                 Add missing unlocks/locks
14183
14184 2005-06-07 [paul]       1.9.11cvs44
14185
14186         * src/summaryview.c
14187                 restore bug #749 fix
14188
14189 2005-06-06 [colin]      1.9.11cvs43
14190
14191         * src/summaryview.c
14192                 Fix selection bug when prefs_common.open_unread 
14193                 is FALSE
14194
14195 2005-06-06 [colin]      1.9.11cvs42
14196
14197         * src/common/md5.c
14198                 Fix a warning
14199         * src/summaryview.c
14200         * src/folderview.c
14201                 Factorize long operations beginning and end
14202                 (locking, freezing/thawing, cursor, ...)
14203                 Check selection->data member in selection-
14204                 related loops; this avoids dying an awful
14205                 death if the selection changes on us while
14206                 we're marking a whole IMAP folder unread, 
14207                 for example.
14208
14209 2005-06-06 [paul]       1.9.11cvs41
14210
14211         * src/textview.c
14212                 don't g_free() a static gchar buffer
14213
14214 2005-06-05 [colin]      1.9.11cvs40
14215
14216         * src/mainwindow.c
14217         * src/messageview.c
14218         * src/summaryview.c
14219                 Fix bug #749 (Show all headers should be
14220                 sticky as the GUI suggests)
14221
14222 2005-06-03 [paul]       1.9.11cvs39
14223
14224         * src/compose.c
14225                 don't allow editing of mail while sending.
14226                 patch by Colin
14227
14228 2005-06-03 [paul]       1.9.11cvs38
14229
14230         * src/folderview.c
14231                 add a freeze/thaw to speed up 'mark all read'
14232
14233 2005-06-03 [paul]       1.9.11cvs37
14234
14235         * src/prefs_message.c
14236                 reflect changes immediately
14237
14238 2005-06-02 [colin]      1.9.11cvs36
14239
14240         * po/POTFILES.in
14241                 Patch by Fabien Vantard.
14242
14243 2005-06-02 [colin]      1.9.11cvs35
14244
14245         * src/imap.c
14246                 Use a non-blocking imap_getline() if possible.
14247                 This should completely prevent the interface
14248                 from freezin on imap operations, although it
14249                 may do strange stuff in case of folder switching
14250                 while a big imap operation is taking place...
14251
14252                 In addition, fix a leak in the case thread
14253                 creation fails on connection.
14254
14255 2005-06-02 [colin]      1.9.11cvs34
14256
14257         * src/crash.c
14258         * src/prefs_common.h
14259                 Fix build (prefs_common_init() doesn't exist
14260                 anymore)
14261
14262 2005-06-02 [colin]      1.9.11cvs33
14263
14264         * src/prefs_account.c
14265                 Fix bug #245 (filtering rules broken when
14266                 renaming a remote account (imap4 or nntp)
14267
14268 2005-06-02 [colin]      1.9.11cvs32
14269
14270         * src/imap.c
14271                 Try to fix IMAP shortcomings: 
14272                 o Multithread imap_open()
14273                 o allow offline-mode overriding instead of
14274                   just returning NULL
14275         * src/imap_gtk.c
14276         * src/imap_gtk.h
14277                 Add a function to ask whether we want to
14278                 override offline-mode for 10 minutes (one-shot
14279                 asking was painful)
14280         * src/procheader.c
14281                 Fix segfault when imap parser isn't happy about
14282                 a missing {
14283
14284 2005-06-01 [colin]      1.9.11cvs31
14285
14286         * src/addrharvest.c
14287         * src/compose.c
14288         * src/mbox.c
14289         * src/mbox.h
14290         * src/mh.c
14291         * src/msgcache.c
14292         * src/send_message.c
14293         * src/setup.c
14294         * src/undo.c
14295         * src/common/hooks.c
14296         * src/common/prefs.c
14297         * src/common/template.c
14298         * src/common/utils.c
14299         * src/gtk/gtkutils.c
14300         * src/gtk/inputdialog.c
14301         * src/gtk/menu.c
14302         * src/gtk/pluginwindow.c
14303         * src/gtk/prefswindow.c
14304         * src/plugins/pgpmime/passphrase.c
14305         * src/plugins/pgpmime/prefs_gpg.c
14306                 More -Wall fixes
14307
14308         * src/common/Makefile.am
14309         * src/common/timing.h
14310                 Add basic timing code
14311
14312         * src/summaryview.c
14313                 Fix a bug with unread messages when 
14314                 re-sorting folders, and by the way
14315                 fix a big performance hit when 
14316                 re-sorting (10k mails: before 5s,
14317                 after .5s)
14318
14319         * src/prefs_compose_writing.c
14320         * src/prefs_compose_writing.h
14321         * src/prefs_message.c
14322         * src/prefs_message.h
14323         * src/prefs_other.c
14324         * src/prefs_other.h
14325         * src/prefs_quote.c
14326         * src/prefs_quote.h
14327         * src/prefs_receive.c
14328         * src/prefs_receive.h
14329         * src/prefs_send.c
14330         * src/prefs_send.h
14331         * src/prefs_summaries.c
14332         * src/prefs_summaries.h
14333                 Fix copyright banner
14334
14335 2005-06-01 [paul]       1.9.11cvs30
14336
14337         * po/fi.po
14338                 updated by Flammie Pirinen
14339         * src/procmime.c
14340                 fix 'Bad BASE64 content' output
14341
14342 2005-05-31 [colin]      1.9.11cvs29
14343
14344         * src/procmime.c
14345                 Oops, where did my hunk go.
14346
14347 2005-05-31 [colin]      1.9.11cvs28
14348
14349         * src/Makefile.am
14350         * src/account.c
14351         * src/action.c
14352         * src/addr_compl.c
14353         * src/addressbook.c
14354         * src/codeconv.c
14355         * src/compose.c
14356         * src/export.c
14357         * src/folder.c
14358         * src/folderview.c
14359         * src/image_viewer.c
14360         * src/main.c
14361         * src/mainwindow.c
14362         * src/messageview.c
14363         * src/mimeview.c
14364         * src/msgcache.c
14365         * src/prefs_account.c
14366         * src/prefs_actions.c
14367         * src/prefs_common.c
14368         * src/prefs_compose_writing.c
14369         * src/prefs_customheader.c
14370         * src/prefs_ext_prog.c
14371         * src/prefs_filtering.c
14372         * src/prefs_filtering_action.c
14373         * src/prefs_fonts.c
14374         * src/prefs_image_viewer.c
14375         * src/prefs_message.c
14376         * src/prefs_message.h
14377         * src/prefs_msg_colors.c
14378         * src/prefs_other.c
14379         * src/prefs_other.h
14380         * src/prefs_quote.c
14381         * src/prefs_receive.c
14382         * src/prefs_receive.h
14383         * src/prefs_send.c
14384         * src/prefs_send.h
14385         * src/prefs_spelling.c
14386         * src/prefs_summaries.c
14387         * src/prefs_summary_column.c
14388         * src/prefs_template.c
14389         * src/prefs_themes.c
14390         * src/prefs_toolbar.c
14391         * src/prefs_wrapping.c
14392         * src/procmime.c
14393         * src/procmsg.c
14394         * src/send_message.h
14395         * src/ssl_manager.c
14396         * src/summary_search.c
14397         * src/summaryview.c
14398         * src/textview.c
14399         * src/wizard.c
14400         * src/common/smtp.c
14401         * src/common/smtp.h
14402         * src/gtk/gtkutils.h
14403                 o Move the rest of Common prefs to new style
14404                 o Lots of -Wall warning fixes
14405                 o fix FIXME in cache memusage calculation
14406                 o Let return receipts be sent from any account
14407                 o Little cache optimisation (read)
14408                 o Fix bug #746 (don't treat commas as separators
14409                   when inside a quoted string)
14410
14411 2005-05-31 [paul]       1.9.11cvs27
14412
14413         * src/prefs_common.c
14414                 fix 'off-by-one' typo
14415
14416 2005-05-31 [paul]       1.9.11cvs26
14417
14418         * src/account.c
14419         * src/addr_compl.c
14420         * src/compose.c
14421         * src/foldersel.c
14422         * src/prefs_actions.c
14423         * src/prefs_common.c
14424         * src/prefs_common.h
14425         * src/prefs_customheader.c
14426         * src/prefs_display_header.c
14427         * src/prefs_filtering.c
14428         * src/prefs_filtering_action.c
14429         * src/prefs_matcher.c
14430         * src/prefs_summaries.c
14431         * src/prefs_summary_column.c
14432         * src/prefs_template.c
14433         * src/prefs_toolbar.c
14434         * src/ssl_manager.c
14435         * src/gtk/pluginwindow.c
14436         * src/gtk/prefswindow.c
14437         * src/gtk/progressdialog.c
14438                 add hidden prefs 'enable_rules_hint'
14439                 for gtk_tree_view_set_rules_hint()
14440                 (sync with main)
14441                 
14442
14443 2005-05-31 [colin]      1.9.11cvs25
14444
14445         * src/Makefile.am
14446         * src/main.c
14447         * src/prefs_common.c
14448         * src/prefs_summaries.c ** ADDED **
14449         * src/prefs_summaries.h ** ADDED **
14450                 Common/Display -> Display/Summaries
14451
14452 2005-05-31 [colin]      1.9.11cvs24
14453
14454         * src/Makefile.am
14455         * src/main.c
14456         * src/prefs_quote.c ** ADDED **
14457         * src/prefs_quote.h ** ADDED **
14458                 Move Common/Quote to Compose/Quoting
14459         * src/prefs_common.c
14460         * src/prefs_common.h
14461                 Remove old quote stuff, add
14462                 convenience functions for GtkTextView prefs
14463         * src/gtk/prefswindow.c
14464                 Set default height higher
14465
14466 2005-05-30 [colin]      1.9.11cvs23
14467
14468         * src/Makefile.am
14469         * src/main.c
14470         * src/prefs_common.c
14471         * src/prefs_compose_writing.c ** ADDED **
14472         * src/prefs_compose_writing.h ** ADDED **
14473                 Move Common/Compose prefs to Compose/Writing
14474
14475 2005-05-30 [colin]      1.9.11cvs22
14476
14477         * src/common/utils.c
14478                 Fix bug #651 (Confused Attract by Subject)
14479                 Patch by M. Benkmann <haferfrost@web.de>
14480         * AUTHORS
14481
14482 2005-05-30 [colin]      1.9.11cvs21
14483
14484         * src/compose.c
14485                 Fix concatenation of different headers of
14486                 the same type (bug #645)
14487         * src/prefs_folder_item.c
14488                 Fix bug #699 (setting color to black doesn't
14489                 work immediately)
14490         * src/procmime.c
14491                 Print out decoding error only once per
14492                 block
14493
14494 2005-05-30 [paul]       1.9.11cvs20
14495
14496         * src/common/template.c
14497                 fix Bcc
14498
14499 2005-05-30 [paul]       1.9.11cvs19
14500
14501         * doc/src/rfc2368.txt   **NEW FILE**
14502         * src/compose.c
14503                 compose_entries_set(): don't interpret Bcc
14504                 header field (conform to RFC 2368)
14505                 (sync with main)
14506
14507 2005-05-29 [colin]      1.9.11cvs18
14508
14509         * src/prefs_common.c
14510                 Let the default reply format respect
14511                 netiquette by cutting the signature.
14512
14513 2005-05-29 [colin]      1.9.11cvs17
14514
14515         * src/summaryview.c
14516                 Don't let always_show_msg override
14517                 open_unread_on_enter when opening a new
14518                 directory.
14519
14520 2005-05-27 [paul]       1.9.11cvs16
14521
14522         sync with main:
14523
14524         * src/main.c
14525                 app_will_exit(): cleanup tmp directory when exit
14526         * src/message_search.c
14527                 improved the interface and made code cleanup.
14528                 removed Clear button
14529         * src/send_message.c
14530                 send_message_local(): use GSpawn, and detect errors
14531         * src/summary_search.c
14532                 improved the interface and made code cleanup
14533         * src/textview.c
14534                 textview_write_link(): also skip non-ascii space
14535                  at the head of link strings (phishing check
14536                  didn't work at the case)
14537         * src/common/utils.c
14538                 get_command_output(): use g_spawn_command_line_sync()
14539                 instead of popen()
14540
14541 2005-05-26 [colin]      1.9.11cvs15
14542
14543         * src/folder.c
14544                 remove printf
14545
14546 2005-05-26 [colin]      1.9.11cvs14
14547
14548         * src/common/nntp.c
14549                 Fix nntp mode reader (bug #611)
14550                 Patch by Florian Mickler <florian@mickler.org>
14551
14552 2005-05-26 [colin]      1.9.11cvs13
14553
14554         * src/plugins/pgpmime/passphrase.c
14555                 Fix mouse grabbing (bug #557)
14556
14557 2005-05-26 [colin]      1.9.11cvs12
14558
14559         * src/prefs_themes.c
14560                 Fix g_warning (bug #541)
14561
14562 2005-05-26 [colin]      1.9.11cvs11
14563
14564         * src/prefs_actions.c
14565         * src/prefs_template.c
14566                 Fix bug #506 (no warning if action/template
14567                 is not saved)
14568         * src/common/template.c
14569                 Fix a possible crash
14570
14571 2005-05-26 [colin]      1.9.11cvs10
14572
14573         * src/folder.c
14574         * src/folderview.c
14575         * src/procmsg.c
14576         * src/summaryview.c
14577                 Forbid locked messages to be moved or
14578                 deleted. Locked messages in trashes 
14579                 still get deleted, for performance
14580                 reason (mh.c::mh_remove_all_msgs)
14581
14582 2005-05-25 [colin]      1.9.11cvs9
14583
14584         * src/procmime.c
14585                 Use correct encoding when sending mails
14586                 with attachments that have accentued 
14587                 chars in their name
14588
14589 2005-05-24 [colin]      1.9.11cvs8
14590
14591         * src/summaryview.c
14592                 Fix bug #688 f) read/unread marker not
14593                 changed on first click
14594                 Also, optimize summary_status_show()
14595                 calls
14596         * src/folder.c
14597         * src/inc.c
14598         * src/procmime.c
14599                 Fix bug #688 b) and c) wrt message
14600                 attachments and signature
14601         * src/stock_pixmap.c
14602         * src/stock_pixmap.h
14603         * src/stock_pixmap.c
14604         * src/stock_pixmap.h
14605         * src/Makefile.am
14606         * src/pixmaps/clip_gpg_signed.xpm
14607                 Add clip/signed icon
14608
14609 2005-05-24 [colin]      1.9.11cvs7
14610
14611         * src/folder_item_prefs.c
14612                 whitespace fix
14613
14614 2005-05-24 [colin]      1.9.11cvs6
14615
14616         * src/folderview.c
14617         * src/prefs_common.c
14618         * src/prefs_common.h
14619                 Add a confirmation to folder drag and drop
14620                 fixes bug #156
14621         * src/alertpanel.c
14622         * src/alertpanel.h
14623                 fix _with_disable parameters so that
14624                 the buttons labels are specifiable too
14625         * src/plugins/pgpmime/sgpgme.c
14626                 reflect said change
14627                 
14628
14629 2005-05-24 [colin]      1.9.11cvs5
14630
14631         * src/folderview.c
14632                 Uncollapse/collapse folders on double-click
14633                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14634                 closes bug #108
14635
14636 2005-05-23 [colin]      1.9.11cvs4
14637
14638         * src/common/socket.c
14639                 Check another special SSL_peek() error.
14640                 Should help wrt bug #728
14641
14642 2005-05-23 [colin]      1.9.11cvs3
14643
14644         * src/plugins/pgpmime/pgpmime.c
14645                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14646                 breaking menu accelerators and stuff. Users will have to
14647                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14648                 account's privacy preferences if needed.
14649
14650 2005-05-22 [paul]
14651
14652         * tools/kdeservicemenu/install.sh
14653                 use kdesu to prompt for root password if doing
14654                 global install/uninstall
14655
14656 2005-05-20 [colin]      1.9.11cvs2
14657
14658         * src/procmsg.c
14659                 Fix another compilation error with gcc-2.9x
14660                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14661         * src/send_message.c
14662                 Don't send QUIT if we aren't connected
14663
14664 2005-05-19 [colin]      1.9.11cvs1
14665
14666         * src/procmsg.c
14667                 Fix compilation with gcc 2.9x
14668
14669 2005-05-19 [paul]       1.9.11
14670
14671         1.9.11 released
14672
14673 2005-05-19 [paul]       1.9.9cvs14
14674
14675         * src/gtk/inputdialog.c
14676                 prevent gettext warning
14677
14678 2005-05-19 [paul]       1.9.9cvs13
14679
14680         * src/mainwindow.c
14681         * src/prefs_common.c
14682         * src/prefs_common.h
14683         * src/textview.c
14684         * src/textview.h
14685                 add an option to toggle cursor in message
14686                 view (sync with main)
14687
14688 2005-05-18 [colin]      1.9.9cvs12
14689
14690         * src/compose.c
14691                 Dereference freed pointer
14692         * src/gtk/gtkaspell.c
14693                 Fix duplication of dictionaries (is it an aspell issue?)
14694
14695 2005-05-18 [colin]      1.9.9cvs11
14696
14697         * src/gtk/inputdialog.c
14698         * src/gtk/gtkaspell.c
14699                 HIGuify dialogs
14700         * src/alertpanel.c
14701                 Remove a double call
14702
14703 2005-05-17 [colin]      1.9.9cvs10
14704
14705         * src/gtk/gtkaspell.c
14706                 Fix dialogs, Ctrl-Enter accel
14707
14708 2005-05-17 [colin]      1.9.9cvs9
14709
14710         * src/gtk/gtkaspell.c
14711                 Fix some accelerators, escape in replace-window
14712
14713 2005-05-16 [colin]      1.9.9cvs8
14714
14715         * src/gtk/gtkaspell.c
14716                 Revert last commit, it was a mistake.
14717
14718 2005-05-16 [colin]      1.9.9cvs7
14719
14720         * src/gtk/gtkaspell.c
14721                 Remove buggy code while we're at it. It's a 
14722                 dead code path anyway.
14723
14724 2005-05-16 [colin]      1.9.9cvs6
14725
14726         * src/gtk/gtkaspell.c
14727                 Missed some gtk_menu_popup where deactivate
14728                 signal should be handled. Should fix bug
14729                 #629 a bit more.
14730
14731 2005-05-16 [colin]      1.9.9cvs5
14732
14733         * src/gtk/gtkaspell.c
14734                 Remove debug printf()s
14735
14736 2005-05-16 [colin]      1.9.9cvs4
14737
14738         * src/gtk/gtkaspell.c
14739                 Fix a bit aspell problems
14740                 (see bug #629)
14741
14742 2005-05-13 [colin]      1.9.9cvs3
14743
14744         * src/folderview.c
14745                 Fix the + appearing even when no subfolders
14746                 have unread messages. Thanks to wwp for the
14747                 bug report.
14748
14749 2005-05-11 [paul]       1.9.9cvs2
14750
14751         * src/folderview.c
14752                 correction to 1.9.9cvs1, only colour folders that
14753                 have new msgs (not unread msgs)
14754
14755 2005-05-10 [colin]      1.9.9cvs1
14756
14757         * src/folderview.c
14758         * src/summaryview.c
14759                 Try to fix bolding bugs again.
14760
14761 2005-05-09 [paul]
14762
14763         * tools/claws.i18n.status.pl
14764                 add Ricardo Mones Lastra's script that has been providing
14765                 the i18n status page for many months
14766
14767 2005-05-09 [paul]       1.9.9
14768
14769         1.9.9 release
14770
14771 2005-05-09 [paul]       1.9.6cvs58
14772
14773         * AUTHORS
14774         * INSTALL
14775         * README.claws
14776                 updated
14777         * Makefile.am 
14778         * RELEASE_NOTES.claws
14779                 add release notes to cvs to simplify release
14780                 procedure
14781         * configure.ac
14782                 add ca and fi to ALL_LINGUAS
14783         * po/Makefile.in.in
14784                 workaround for missing Makevars
14785         * po/ca.po
14786         * po/fi.po
14787                 add new Catalan and Finnish translations
14788                 submitted by Miquel Oliete and Flammie Pirinen
14789         * po/de.po
14790         * po/es.po
14791         * po/fr.po
14792         * po/it.po
14793         * po/pl.po
14794         * po/ru.po
14795         * po/sk.po
14796         * po/sr.po
14797         * po/zh_CN.po
14798                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14799                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14800                 Urke MMI, and Hansom Young
14801         * src/main.c
14802                 Fix drafting when quitting. compose_draft() closes the
14803                 compose windows, which modifies the compose_list GSList.
14804                 We have to refresh this list after echo drafting to avoid a
14805                 segfault
14806         * src/partial_download.c
14807                 fix segfault on exit
14808
14809 2005-05-06 [paul]       1.9.6cvs57
14810
14811         * src/grouplistdialog.c
14812                 quick fix/workaround for unresizeable newsgroup
14813                 name column 
14814
14815 2005-05-06 [paul]       1.9.6cvs56
14816
14817         * src/inc.c
14818         * src/mainwindow.c
14819                 use gettext plural forms
14820         * src/imap_gtk.c
14821         * src/mh_gtk.c
14822         * src/toolbar.c
14823                 small improvement to english usage
14824
14825 2005-05-05 [thorsten]   1.9.6cvs55
14826
14827         * src/folder.c
14828                 fix possible crash
14829
14830 2005-05-05 [paul]       1.9.6cvs54
14831         
14832         sync with HEAD
14833
14834         * AUTHORS
14835         * src/compose.c
14836                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14837                 patch by Tim Mann
14838
14839 2005-05-05 [paul]       1.9.6cvs53
14840
14841         * src/mainwindow.c
14842                 fix resizing of separate message and
14843                 folder views
14844
14845 2005-05-05 [paul]       1.9.6cvs52
14846
14847         * src/account.c
14848         * src/addrgather.c
14849         * src/browseldap.c
14850         * src/exphtmldlg.c
14851         * src/expldifdlg.c
14852         * src/importmutt.c
14853         * src/importpine.c
14854         * src/main.c
14855         * src/mainwindow.c
14856         * src/noticeview.c
14857         * src/prefs_filtering.c
14858         * src/prefs_filtering_action.c
14859         * src/prefs_matcher.c
14860         * src/prefs_spelling.c
14861         * src/prefs_toolbar.c
14862         * src/toolbar.c
14863         * src/wizard.c
14864         * src/gtk/description_window.c
14865         * src/gtk/gtkvscrollbutton.c
14866         * src/gtk/progressdialog.c
14867         * src/gtk/quicksearch.c
14868         * src/plugins/pgpmime/prefs_gpg.c
14869         * src/plugins/spamassassin/spamassassin_gtk.c
14870                 replace deprecated gtk_widget_set_usize
14871
14872 2005-05-04 [colin]      1.9.6cvs51
14873
14874         * src/common/utils.c
14875                 Fix crash when subst_for_filename is called
14876                 with a NULL parameter
14877
14878 2005-05-04 [colin]      1.9.6cvs50
14879
14880         * src/partial_download.c
14881         * src/pop.c
14882                 Escape login when writing uidl file
14883                 fixes bug #736
14884
14885 2005-05-03 [colin]      1.9.6cvs49
14886
14887         * src/procmime.c
14888                 Fix possible DOS in mime parser
14889                 (see bug #634)
14890
14891 2005-05-02 [colin]      1.9.6cvs48
14892
14893         * src/compose.c
14894                 Try to fix the copy/paste mess once again.
14895
14896
14897 2005-04-30 [colin]      1.9.6cvs47
14898
14899         * src/prefs_account.h
14900         * src/procmsg.c
14901         * src/send_message.c
14902         * src/common/smtp.c
14903         * src/common/smtp.h
14904                 Try to batch sending mails (per account) instead of
14905                 reconnecting to server every time.
14906
14907 2005-04-29 [colin]      1.9.6cvs46
14908
14909         * src/messageview.c
14910                 Fix window resizing that refused to size down
14911         * src/prefs_common.c
14912         * src/prefs_common.h
14913         * src/prefs_filtering.c
14914                 Save Filtering's window size
14915
14916 2005-04-21 [paul]       1.9.6cvs45
14917
14918         * ChangeLog-gtk2.claws
14919         * src/setup.c
14920                 correction to sync
14921
14922 2005-04-21 [paul]       1.9.6cvs44
14923
14924         sync with main:
14925
14926         * src/setup.c
14927         * src/statusbar.c
14928         * src/statusbar.h
14929                 use gtkut_widget_draw_now(). Improved performance
14930                 of the update of statusbar
14931         * src/textview.c
14932                 textview_smooth_scroll_do(): redraw it after scroll
14933                 is done (fixed incorrect display when a part of the
14934                 view is hidden).
14935         * src/gtk/gtkutils.c
14936         * src/gtk/gtkutils.h
14937                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14938                 to force update of widgets.
14939                 Removed gtkut_widget_wait_for_draw() which had a big
14940                 overhead  because of waiting for all events processed 
14941
14942 2005-04-20 [paul]       1.9.6cvs43
14943
14944         * src/codeconv.c
14945                 complete 1.9.6cvs42's sync:
14946                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14947
14948 2005-04-19 [paul]       1.9.6cvs42
14949
14950         sync with main:
14951
14952         * src/action.c
14953                 catch_output(): correctly select the insert text
14954                 (fix invalid iterator warnings).
14955         * src/codeconv.c
14956         * src/codeconv.h
14957         * src/mainwindow.c
14958         * src/messageview.c
14959         * src/prefs_common.c
14960                 support GBK encoding.
14961         * src/common/session.c
14962         * src/common/session.h
14963                 use separate buffer for large data to be sent,
14964                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14965
14966 2005-04-18 [paul]       1.9.6cvs41
14967
14968         * src/jpilot.c
14969                 convert unsigned long into guint32
14970                 patch by Paul LeoNerd Evans 
14971
14972 2005-04-17 [colin]      1.9.6cvs40
14973
14974         * src/compose.c
14975                 Fix 'Request return receipt' from folder
14976                 properties (bug #708)
14977
14978 2005-04-17 [colin]      1.9.6cvs39
14979
14980         * src/mainwindow.c
14981                 Fix duplicate hotkeys in Mainwindow's menu
14982
14983 2005-04-17 [colin]      1.9.6cvs38
14984
14985         * src/folderview.c
14986                 Fix duplicate hotkeys in Folderview's contextual
14987                 menu
14988
14989 2005-04-15 [colin]      1.9.6cvs37
14990
14991         * src/summaryview.c
14992                 Fix 'Save as...' with non-ascii filenames
14993
14994 2005-04-15 [colin]      1.9.6cvs36
14995
14996         * src/plugins/pgpmime/pgpmime.c
14997                 Fix bus error on 64bit. Spotted by 
14998                 macallan1888@gmail.com
14999
15000 2005-04-15 [colin]      1.9.6cvs35
15001
15002         * src/prefs_account.c
15003                 Fix cvs34.
15004
15005 2005-04-12 [colin]      1.9.6cvs34
15006
15007         * src/prefs_account.c
15008                 Fix smtp auth type off-by-one. We forgot to
15009                 add PLAIN in the prefs-to-gui setter func and
15010                 as a result, the selected auth when opening
15011                 account prefs was not the correct one.
15012
15013 2005-04-12 [paul]       1.9.6cvs33
15014
15015         * src/inc.c
15016                 if the recv dialog is visible, Cancel only
15017                 cancels the current account
15018
15019
15020 2005-04-10 [colin]      1.9.6cvs32
15021
15022         * src/filtering.c
15023                 Copy score when copying FilteringActions
15024                 Fix bug #674
15025
15026 2005-04-10 [colin]      1.9.6cvs31
15027
15028         * src/inc.c
15029                 Make Message -> Receive -> Cancel cancel 
15030                 incorporation on all accounts. Fixes
15031                 bug #693
15032
15033 2005-04-10 [colin]      1.9.6cvs30
15034
15035         * src/prefs_account.c
15036                 Update Privacy checkbuttons status based
15037                 on the selected privacy system
15038         * src/compose.c
15039                 Always connect the "None" privacy system; the
15040                 static boolean was probably there to avoid
15041                 reconnecting twice in the same compose window,
15042                 but as the parent function is only called once
15043                 per compose, it's only a bug - as a static is
15044                 initialized once per application instance.
15045                 Also, don't uncheck Sign and Encrypt when
15046                 selecting None as privacy system; just ignore
15047                 them when sending/queuing.
15048                 Should fix bug #695
15049
15050 2005-04-08 [colin]      1.9.6cvs29
15051
15052         * src/account.c
15053         * src/prefs_account.c
15054         * src/prefs_account.h
15055                 Add account preference to queue message in a certain
15056                 folder.
15057
15058 2005-04-06 [colin]      1.9.6cvs28
15059
15060         * src/prefs_account.c
15061                 Update old inbox path syntax
15062
15063 2005-04-06 [paul]       1.9.6cvs27
15064
15065         sync with main:
15066
15067         * configure.ac
15068                 changed -traditional-cpp to -no-cpp-precomp for newer
15069                 Mac OS X support
15070         * src/foldersel.c
15071                 made column resize automatically
15072         * src/send_message.c
15073                 send_message_smtp(): consider EOF right after QUIT
15074                 successful (workaround for Gmail SMTP server)
15075         * src/common/socket.c
15076                 ssl_read(), ssl_peek(): check EOF which violates the
15077                 SSL protocol
15078         * src/gtk/colorlabel.c
15079                 removed warnings when displaying colorlabel menu
15080                 (don't use GtkAlignment)
15081
15082 2005-04-05 [paul]       1.9.6cvs26
15083
15084         * src/plugins/trayicon/trayicon.c
15085                 fix clipping of icon under KDE3 
15086
15087 2005-04-05 [paul]       1.9.6cvs25
15088
15089         * src/summaryview.c
15090                 hide display of threading
15091                 patch by Alfons
15092
15093 2005-04-04 [thorsten]   1.9.6cvs24
15094
15095         * src/mh.c
15096                 marks lost on filesystems with different stat() results on
15097                 summer-/wintertime
15098
15099 2005-04-03 [colin]      1.9.6cvs23
15100
15101         * src/summaryview.c
15102                 Don't handle up/down. Patch by Alfons
15103
15104 2005-04-02 [colin]      1.9.6cvs22
15105
15106         * src/summaryview.c
15107                 Make scrolling faster. Patch by Alfons.
15108
15109 2005-04-01 [colin]      1.9.6cvs21
15110
15111         * src/Makefile.am
15112         * src/stock_pixmap.c
15113         * src/pixmaps/dir-noselect.xpm ** REMOVED **
15114         * src/pixmaps/dir_noselect.xpm ** ADDED **
15115                 Fix pixmap name mismatch (Thanks Stephan Sachse)
15116
15117 2005-04-01 [colin]      1.9.6cvs20
15118
15119         * src/image_viewer.c
15120         * src/image_viewer.h
15121         * src/procmime.c
15122         * src/procmime.h
15123         * src/textview.c
15124         * src/textview.h
15125                 Implement inline image resizing and right-clicking
15126
15127 2005-04-01 [paul]       1.9.6cvs19
15128
15129         * AUTHORS
15130         * Makefile.am
15131         * configure.ac
15132                 check for gnome2
15133                 patch by Luca Cavalli <loopback<AT>slackit.org>
15134         * po/ru.po
15135                 updated by Pavlo Bohmat
15136
15137 2005-03-31 [colin]      1.9.6cvs18
15138
15139         * src/news.c
15140                 Fix parsing references
15141         * src/msgcache.c
15142                 don't put nulls in the references list
15143         * src/procheader.c
15144                 commit that forgotten file in 1.9.6cvs14
15145
15146 2005-03-31 [colin]      1.9.6cvs17
15147
15148         * src/compose.c
15149                 Fix joining of signature separator again. 
15150                 Maybe Hiro could put it in main too...
15151
15152 2005-03-31 [colin]      1.9.6cvs16
15153
15154         * src/Makefile.am
15155         * src/foldersel.c
15156         * src/stock_pixmap.c
15157         * src/stock_pixmap.h
15158         * src/pixmaps/dir-noselect.xpm
15159                 Update foldersel.c (sync from main, patch by Alfons)
15160
15161 2005-03-30 [colin]      1.9.6cvs15
15162
15163         * src/imap.c
15164                 Fix handling of imap folders containing [] in 
15165                 their name. Thanks to Nahuel Angelinetti for
15166                 the detailed bugreport.
15167
15168 2005-03-30 [colin]      1.9.6cvs14
15169
15170         * src/common/utils.h
15171         * src/common/utils.c
15172         * src/common/defs.h
15173         * src/matcher.c
15174         * src/msgcache.c
15175         * src/news.c
15176         * src/procmsg.c
15177         * src/procmsg.h
15178         * src/quote_fmt_parse.y
15179         * src/summaryview.c
15180                 Update references system. Patch by Alfons
15181
15182 2005-03-30 [colin]      1.9.6cvs13
15183
15184         * src/common/socket.c
15185                 Force the glibc to read resolv.conf again when 
15186                 it has changed. Should fix issues when changing
15187                 networks on a laptop and not restarting sylpheed. 
15188
15189 2005-03-30 [paul]       1.9.6cvs12
15190
15191         partial sync with main:
15192
15193         * src/action.c
15194                 create_io_dialog(): use user-defined text font
15195                 (thanks to Alfons), and modified its appearance.
15196         * src/addrgather.c
15197         * src/addrharvest.c
15198         * src/browseldap.c
15199                 replace old code
15200         * src/compose.c
15201                 don't join (presumably) itemized lines on line-wrapping
15202                 fixed wrapping of quote when auto-wrapping is enabled
15203                 compose_destroy(): destroy paned only if it's not
15204                 attached to window. Fixed memory leak of popup menu.
15205         * src/exphtmldlg.c
15206         * src/expldifdlg.c
15207                 replace old code
15208         * src/html.c
15209         * src/html.h
15210         * src/importmutt.c
15211         * src/importpine.c
15212                 replace old code
15213         * src/main.c
15214                 removed redundant code
15215         * src/mainwindow.c
15216                 changed 'Code set' (which is rather incorrect)
15217                 in the menu to 'Character encoding'
15218                 main_window_set_widgets(): request size first
15219                 to prevent window size becoming wrong
15220                 fixed remembering of the state of the visibility
15221                 of MessageView
15222         * src/messageview.c
15223                 changed 'Code set' (which is rather incorrect)
15224                 in the menu to 'Character encoding'
15225         * src/prefs_common.c
15226         * src/prefs_common.h
15227                 added an option whether to render HTML as text or not
15228                 added separators to outgoing encoding menu
15229         * src/procheader.c
15230                 procheader_scan_date_string(): support header
15231                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
15232         * src/summaryview.c
15233         * src/summaryview.h
15234                 minor code cleanup
15235         * src/textview.c
15236                 textview_show_html(): force output of newline
15237                 added an option whether to render HTML as text or not
15238         * src/common/utils.c
15239                 strncpy2(): optimized based on Alfons' code
15240         * src/gtk/gtkutils.c
15241         * src/gtk/gtkutils.h
15242                 removed non-used code
15243         * src/plugins/pgpmime/passphrase.c
15244                 partially fixed grab input of passphrase dialog
15245                 Confine pointer to window
15246
15247 2005-03-30 [colin]      1.9.6cvs11
15248
15249         * src/msgcache.c
15250         * src/msgcache.h
15251                 Read/write 32bit ints from cache & marks
15252                 From main.
15253
15254 2005-03-29 [paul]       1.9.6cvs10
15255
15256         * AUTHORS
15257         * ChangeLog.claws
15258         * src/compose.c
15259         * src/gtk/gtkaspell.c
15260                 sync with HEAD (don't pass NULL pointers) 
15261
15262 2005-03-24 [paul]
15263
15264         * tools/Makefile.am
15265         * tools/README
15266         * tools/acroread2sylpheed.pl
15267                 sync with HEAD (add script to send pdfs as
15268                 attachments from Adobe Reader 7)
15269
15270 2005-03-21 [paul]       1.9.6cvs9
15271
15272         * configure.ac
15273         * po/POTFILES.in
15274         * src/Makefile.am
15275         * src/crash.c
15276         * src/image_viewer.c ** ADDED **
15277         * src/image_viewer.h ** ADDED **
15278         * src/main.c
15279         * src/prefs_common.c
15280         * src/prefs_common.h
15281         * src/prefs_image_viewer.c ** ADDED **
15282         * src/prefs_image_viewer.h ** ADDED **
15283         * src/textview.c
15284         * src/gtk/about.c
15285         * src/pixmaps/sylpheed_logo.xpm
15286         * src/plugins/Makefile.am
15287         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15288         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15289         * src/plugins/image_viewer/plugin.c ** REMOVED **
15290         * src/plugins/image_viewer/viewer.c ** REMOVED **
15291         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15292         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15293         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15294         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15295         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15296                 as gdk-pixbuf is now built-in
15297                 remove image_viewer plugin and put code back into
15298                 main codebase
15299                 implement inline image display (sync with main)
15300
15301                 replace logo with newer, nicer, larger version  
15302
15303 2005-03-21 [paul]       1.9.6cvs8
15304
15305         * src/gtk/about.c
15306                 cosmetic improvement
15307
15308 2005-03-21 [holger]     1.9.6cvs7
15309
15310         * src/plugins/spamassassin/spamassassin.c
15311                 Sync with HEAD
15312                 (unregister hook on failed plugin init)
15313
15314 2005-03-20 [colin]      1.9.6cvs6
15315
15316         * src/common/plugin.c
15317                 Check that plugin isn't already loaded
15318                 Patch by Alfons
15319
15320 2005-03-20 [thorsten]   1.9.6cvs5
15321
15322         * src/compose.c
15323                 use a more compatible syntax
15324
15325 2005-03-20 [thorsten]   1.9.6cvs4
15326
15327         * src/prefs_toolbar.c
15328                 fix crash when selecting toolbar item (uninitialized pointer)
15329
15330 2005-03-20 [thorsten]   1.9.6cvs3
15331
15332         * src/procmime.c
15333                 fix mimetype detection (referenced free()d string)
15334
15335 2005-03-20 [paul]       1.9.6cvs2
15336
15337         * src/compose.c
15338                 sync with HEAD (1.0.3cvs5)
15339                 neglect Reply-To header if empty
15340                 Patch by Alfons 
15341
15342 2005-03-19 [holger]     1.9.6cvs1
15343
15344         * src/summaryview.c
15345         * src/summaryview.h
15346                 Sync with HEAD
15347
15348 2005-03-18 [paul]       1.9.6
15349
15350         initial GTK2 release
15351
15352 2005-03-18 [paul]       1.0.3cvs3.1
15353
15354         * AUTHORS
15355         * ChangeLog.claws
15356         * configure.ac
15357         * src/gtk/about.c
15358         * src/pixmaps/sylpheed_logo.xpm
15359                 sync with HEAD
15360
15361 2005-03-18 [colin]      1.0.3cvs2.6
15362
15363         * src/summaryview.c
15364                 Remove call to summary_step in summary_copy_selected_to
15365                 Can't see its purpose, and this causes bug when copying
15366                 a message if the next one is unread: it reads it.
15367
15368 2005-03-18 [paul]       1.0.3cvs2.5
15369
15370         * src/foldersel.c
15371                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15372
15373 2005-03-18 [paul]       1.0.3cvs2.4
15374
15375         * src/addrharvest.c
15376         * src/codeconv.c
15377         * src/codeconv.h
15378         * src/compose.c
15379         * src/news.c
15380         * src/procheader.c
15381         * src/procmime.c
15382         * src/unmime.c
15383         * src/unmime.h
15384                 fix buffer overflow, CAN-2005-0667, see
15385                 http://secunia.com/advisories/14491/
15386                 Patch by Alfons
15387
15388 2005-03-17 [colin]      1.0.3cvs2.3
15389
15390         * src/prefs_fonts.c
15391         * src/summaryview.c
15392                 Fix font bugs (both lists now officialy share 
15393                 the same font)
15394                 
15395
15396 2005-03-17 [paul]       1.0.3cvs2.2
15397
15398         * src/gtk/pluginwindow.c
15399                 make plugin descriptions uneditable
15400
15401 2005-03-11 [paul]       1.0.3cvs2.1
15402
15403         * ChangeLog.claws
15404         * configure.ac
15405         * po/POTFILES.in
15406         * src/plugins/trayicon/trayicon.c
15407                 sync with HEAD
15408                 add src/wizard.c to POTFILES.in
15409
15410 2005-03-11 [paul]       1.0.3cvs1.1
15411
15412         * ChangeLog
15413         * ChangeLog.claws
15414         * configure.ac
15415         * po/de.po
15416         * po/es.po
15417         * po/fr.po
15418         * po/it.po
15419         * po/pt_BR.po
15420         * po/ru.po
15421         * po/sk.po
15422         * po/sr.po
15423         * po/zh_CN.po
15424                 sync with HEAD
15425
15426 2005-03-04 [colin]      1.0.1cvs22.2
15427
15428         * src/compose.c
15429                 Fix signatures with accentued chars in it
15430
15431 2005-03-04 [colin]      1.0.1cvs22.1
15432
15433         * src/common/smtp.c
15434         * src/common/smtp.h
15435                 Don't use SIZE param in MAIL FROM: if server 
15436                 doesn't support it. Patch by Eugen Freiter
15437                 <eugen_f@users.sf.net>
15438
15439 2005-02-27 [paul]       1.0.1cvs20.1
15440
15441         * ChangeLog.claws
15442         * configure.ac
15443         * src/messageview.c
15444                 sync with HEAD
15445
15446 2005-02-27 [colin]      1.0.1cvs19.4
15447
15448         * src/procheader.c
15449         * src/procheader.h
15450                 Fix prototypes. Patch by Alfons
15451
15452 2005-02-27 [colin]      1.0.1cvs19.3
15453
15454         * src/compose.c
15455                 Don't auto-join the signature separator.
15456
15457 2005-02-26 [colin]      1.0.1cvs19.2
15458
15459         * src/summaryview.c
15460                 Fix 'mark all read' with collapsed threads.
15461                 Patch by Alfons.
15462
15463 2005-02-25 [paul]       1.0.1cvs19.1
15464
15465         * ChangeLog.claws
15466         * configure.ac
15467         * src/prefs_account.c
15468         * src/prefs_folder_item.c
15469         * src/gtk/prefswindow.c
15470         * src/gtk/prefswindow.h
15471                 sync with HEAD
15472
15473 2005-02-25 [paul]       1.0.1cvs15.12
15474
15475         * src/alertpanel.c
15476         * src/codeconv.c
15477         * src/compose.c
15478         * src/textview.c
15479         * src/gtk/gtkutils.c
15480         * src/gtk/gtkutils.h
15481         * src/gtk/logwindow.c
15482         * src/gtk/progressdialog.c
15483                 sync with main (revision 127)
15484                 and fix logwindow clipping
15485
15486 2005-02-24 [colin]      1.0.1cvs15.11
15487
15488         * src/plugins/pgpmime/passphrase.c
15489                 Disable input grabbing; it doesn't work yet.
15490
15491 2005-02-24 [colin]      1.0.1cvs15.10
15492
15493         * src/messageview.c
15494                 Don't send out receipts if offline. Ask.
15495
15496 2005-02-23 [colin]      1.0.1cvs15.9
15497
15498         * src/summaryview.c     
15499                 Fix expanding
15500
15501 2005-02-23 [colin]      1.0.1cvs15.8
15502
15503         * src/summaryview.c
15504                 Really fix Bug 568 by removing useless
15505                 calls. summary_thread_init() now called
15506                 in summary_sort(). This should please
15507                 Alfons as it should be faster than 
15508                 previously.
15509
15510 2005-02-23 [colin]      1.0.1cvs15.7
15511
15512         * src/compose.c
15513                 Encode parts as QP or B64 if signing
15514
15515 2005-02-23 [colin]      1.0.1cvs15.6
15516
15517         * src/compose.c
15518                 Fix Mimeinfo leakage (including tmp files)
15519         * src/procmsg.c
15520                 Fix tmp file leakage (spotted by Ivan Rayner)
15521
15522 2005-02-22 [colin]      1.0.1cvs15.5
15523
15524         * src/expldifdlg.c
15525                 Fix keyboard input. Patch by Alfons.
15526
15527 2005-02-21 [colin]      1.0.1cvs15.4
15528
15529         * src/compose.c
15530                 Fix Sign/Encrypt when unselecting privacy
15531                 system
15532         * src/prefs_common.c
15533                 Change default message font to Monospace
15534         * src/summaryview.c
15535                 More freezing during potentially large operations
15536
15537 2005-02-21 [paul]       1.0.1cvs15.3
15538
15539         * src/main.c
15540                 fix --help output
15541
15542 2005-02-21 [paul]       1.0.1cvs15.2
15543
15544         * po/Makefile.in.in
15545         * src/compose.c
15546         * src/summaryview.c
15547         * src/textview.c
15548         * src/common/utils.c
15549         * src/common/utils.h
15550                 sync with main (revision 117)
15551
15552 2005-02-20 [colin]      1.0.1cvs15.1
15553
15554         * src/common/defs.h
15555                 Change cache file to .sylpheed_claws_cache, as
15556                 suggested by Alfons. Allows people to switch
15557                 between Sylpheed and Sylpheed-Claws. it is
15558                 a good idea to "Check for new messages" at next
15559                 startup.
15560
15561
15562 2005-02-18 [colin]      1.0.1cvs14.1
15563
15564         * src/quote_fmt_lex.l
15565         * src/quote_fmt_parse.y
15566                 Fix parser initialisation. Patch by Ivan.
15567
15568 2005-02-18 [colin]      1.0.1cvs11.6
15569
15570         * src/folderview.c
15571                 Fix scrolldown (bug 662)
15572
15573 2005-02-17 [colin]      1.0.1cvs11.5
15574
15575         * src/codeconv.c
15576                 conv_filename_to_utf8: return clean 7bit instead
15577                 of broken utf8 if needed
15578         * src/mimeview.c
15579                 Fix display of parts with unclean 8bit names
15580
15581 2005-02-17 [paul]       1.0.1cvs11.4
15582
15583         * src/compose.c
15584         * src/exportldif.c
15585         * src/matcher_parser_parse.y
15586         * src/procmime.c
15587         * src/sourcewindow.c
15588         * src/common/Makefile.am
15589         * src/common/intl.h             ** REMOVED **
15590         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15591                 sync with main (revision 109)
15592                 and clean up
15593
15594 2005-02-16 [colin]      1.0.1cvs11.3
15595
15596         * src/summaryview.c
15597                 Fix collapsed thread not highlighting when new
15598                 messages in it (Bug 568) Patch by Stephan Sachse.
15599                 Fix messed up selection when reaching bounds (Bug 632)
15600         * src/prefs_themes.c
15601                 Fix theme installing (Bug 684)
15602
15603 2005-02-16 [colin]      1.0.1cvs11.2
15604
15605         * src/messageview.c
15606                 Fix messageview_select_all
15607
15608 2005-02-16 [colin]      1.0.1cvs11.1
15609
15610         * src/mh.c
15611                 Sync with HEAD (MH scan required function)
15612
15613 2005-02-15 [colin]      1.0.1cvs8.1
15614
15615         * src/mimeview.c
15616         * src/common/utils.c
15617                 Sync with HEAD (filename chars substitution)
15618
15619 2005-02-15 [colin]      1.0.1cvs7.3
15620
15621         * src/gtk/pluginwindow.c
15622                 Fix button spacing
15623
15624 2005-02-15 [colin]      1.0.1cvs7.2
15625
15626         * src/mimeview.c
15627                 Fix mime icons not reset across message when
15628                 scrolled down
15629
15630 2005-02-15 [colin]      1.0.1cvs7.1
15631
15632         * src/compose.c
15633         * src/procmime.c
15634                 Sync with HEAD (optimisation of cvs6)
15635
15636 2005-02-14 [colin]      1.0.1cvs6.1
15637
15638         * src/compose.c
15639         * src/procmime.c
15640                 Sync with HEAD (encode "From " at line beginning)
15641
15642 2005-02-14 [colin]      1.0.1cvs5.3
15643
15644         * src/compose.c
15645                 Fix wrapping with accentued chars.
15646
15647 2005-02-13 [colin]      1.0.1cvs5.2
15648
15649         * src/textview.c
15650                 Fix email informative part parsing with
15651                 accentued chars in it. ispunct() returns
15652                 true for them in utf8...
15653
15654 2005-02-12 [colin]      1.0.1cvs5.1
15655
15656         * src/filtering.c
15657                 Sync with HEAD (remove wrong use of compose after send)
15658
15659 2005-02-12 [paul]       1.0.1cvs4.5
15660
15661         * src/textview.c
15662                 remove unnecessary code (thanks to Alfons)
15663
15664 2005-02-12 [paul]       1.0.1cvs4.4
15665
15666         * src/textview.c
15667                 add 'Copy' to contextual menu on emails
15668
15669 2005-02-11 [colin]      1.0.1cvs4.3
15670
15671         * src/compose.c
15672                 revert 1.0.0cvs28.2, it doesn't work that well.
15673
15674 2005-02-11 [paul]       1.0.1cvs4.2
15675
15676         * po/Makefile.in.in
15677                 fix 'make release'
15678
15679 2005-02-10 [paul]       1.0.1cvs4.1
15680
15681         * ChangeLog
15682         * ChangeLog.claws
15683         * ChangeLog.jp
15684         * configure.ac
15685         * src/compose.c
15686                 sync with HEAD (sync with main)
15687
15688 2005-02-10 [paul]       1.0.1cvs3.2
15689
15690         * AUTHORS
15691         * Makefile.am
15692         * autogen.sh
15693         * configure.ac
15694         * config/mkinstalldirs
15695         * intl/.cvsignore
15696         * intl/ChangeLog
15697         * intl/VERSION
15698         * intl/bindtextdom.c
15699         * intl/config.charset
15700         * intl/dcgettext.c
15701         * intl/dcigettext.c
15702         * intl/dcngettext.c
15703         * intl/dgettext.c
15704         * intl/dngettext.c
15705         * intl/eval-plural.h
15706         * intl/explodename.c
15707         * intl/finddomain.c
15708         * intl/gettext.c
15709         * intl/gettextP.h
15710         * intl/gmo.h
15711         * intl/hash-string.h
15712         * intl/intl-compat.c
15713         * intl/l10nflist.c
15714         * intl/libgnuintl.h.in
15715         * intl/loadinfo.h
15716         * intl/loadmsgcat.c
15717         * intl/localcharset.c
15718         * intl/localcharset.h
15719         * intl/locale.alias
15720         * intl/localealias.c
15721         * intl/localename.c
15722         * intl/log.c
15723         * intl/ngettext.c
15724         * intl/os2compat.c
15725         * intl/os2compat.h
15726         * intl/osdep.c
15727         * intl/plural-exp.c
15728         * intl/plural-exp.h
15729         * intl/plural.c
15730         * intl/plural.y
15731         * intl/ref-add.sin
15732         * intl/ref-del.sin
15733         * intl/relocatable.c
15734         * intl/relocatable.h
15735         * intl/textdomain.c
15736         * m4/Makefile.am
15737         * po/Makefile.in.in
15738         * src/Makefile.am
15739         * src/account.c
15740         * src/action.c
15741         * src/addr_compl.c
15742         * src/addressadd.c
15743         * src/addressbook.c
15744         * src/addrgather.c
15745         * src/addrindex.c
15746         * src/alertpanel.c
15747         * src/browseldap.c
15748         * src/codeconv.c
15749         * src/codeconv.h
15750         * src/compose.c
15751         * src/compose.h
15752         * src/crash.c
15753         * src/editaddress.c
15754         * src/editbook.c
15755         * src/editgroup.c
15756         * src/editjpilot.c
15757         * src/editldap.c
15758         * src/editldap_basedn.c
15759         * src/editvcard.c
15760         * src/exphtmldlg.c
15761         * src/expldifdlg.c
15762         * src/export.c
15763         * src/exporthtml.c
15764         * src/filtering.c
15765         * src/folder.c
15766         * src/folder_item_prefs.c
15767         * src/foldersel.c
15768         * src/folderview.c
15769         * src/grouplistdialog.c
15770         * src/headerview.c
15771         * src/imap.c
15772         * src/imap_gtk.c
15773         * src/import.c
15774         * src/importldif.c
15775         * src/importmutt.c
15776         * src/importpine.c
15777         * src/inc.c
15778         * src/ldif.c
15779         * src/main.c
15780         * src/mainwindow.c
15781         * src/matcher.c
15782         * src/mbox.c
15783         * src/message_search.c
15784         * src/messageview.c
15785         * src/mh.c
15786         * src/mh_gtk.c
15787         * src/mimeview.c
15788         * src/msgcache.c
15789         * src/news.c
15790         * src/news_gtk.c
15791         * src/noticeview.c
15792         * src/partial_download.c
15793         * src/pop.c
15794         * src/prefs_account.c
15795         * src/prefs_actions.c
15796         * src/prefs_common.c
15797         * src/prefs_customheader.c
15798         * src/prefs_display_header.c
15799         * src/prefs_ext_prog.c
15800         * src/prefs_filtering.c
15801         * src/prefs_filtering_action.c
15802         * src/prefs_folder_item.c
15803         * src/prefs_fonts.c
15804         * src/prefs_gtk.c
15805         * src/prefs_matcher.c
15806         * src/prefs_msg_colors.c
15807         * src/prefs_spelling.c
15808         * src/prefs_summary_column.c
15809         * src/prefs_template.c
15810         * src/prefs_themes.c
15811         * src/prefs_toolbar.c
15812         * src/prefs_wrapping.c
15813         * src/privacy.c
15814         * src/procheader.c
15815         * src/procmime.c
15816         * src/procmsg.c
15817         * src/quote_fmt.c
15818         * src/recv.c
15819         * src/send_message.c
15820         * src/setup.c
15821         * src/sourcewindow.c
15822         * src/ssl_manager.c
15823         * src/statusbar.c
15824         * src/summary_search.c
15825         * src/summaryview.c
15826         * src/textview.c
15827         * src/toolbar.c
15828         * src/wizard.c
15829         * src/common/nntp.c
15830         * src/common/plugin.c
15831         * src/common/smtp.c
15832         * src/common/ssl.c
15833         * src/common/ssl_certificate.c
15834         * src/common/string_match.c
15835         * src/common/sylpheed.c
15836         * src/common/template.c
15837         * src/common/utils.c
15838         * src/gtk/about.c
15839         * src/gtk/colorlabel.c
15840         * src/gtk/description_window.c
15841         * src/gtk/filesel.c
15842         * src/gtk/foldersort.c
15843         * src/gtk/gtkaspell.c
15844         * src/gtk/gtkutils.c
15845         * src/gtk/inputdialog.c
15846         * src/gtk/logwindow.c
15847         * src/gtk/menu.c
15848         * src/gtk/pluginwindow.c
15849         * src/gtk/prefswindow.c
15850         * src/gtk/progressdialog.c
15851         * src/gtk/quicksearch.c
15852         * src/gtk/sslcertwindow.c
15853         * src/plugins/clamav/clamav_plugin.c
15854         * src/plugins/clamav/clamav_plugin_gtk.c
15855         * src/plugins/demo/demo.c
15856         * src/plugins/dillo_viewer/dillo_prefs.c
15857         * src/plugins/dillo_viewer/dillo_viewer.c
15858         * src/plugins/image_viewer/plugin.c
15859         * src/plugins/image_viewer/viewer.c
15860         * src/plugins/image_viewer/viewerprefs.c
15861         * src/plugins/mathml_viewer/mathml_viewer.c
15862         * src/plugins/pgpmime/passphrase.c
15863         * src/plugins/pgpmime/plugin.c
15864         * src/plugins/pgpmime/prefs_gpg.c
15865         * src/plugins/pgpmime/select-keys.c
15866         * src/plugins/pgpmime/sgpgme.c
15867         * src/plugins/spamassassin/spamassassin.c
15868         * src/plugins/spamassassin/spamassassin_gtk.c
15869         * src/plugins/trayicon/trayicon.c
15870                 sync with main (revision 104)
15871
15872 2005-02-10 [colin]      1.0.1cvs3.1
15873
15874         * src/mainwindow.c
15875                 Sync with HEAD (fix occasional crasher)
15876
15877 2005-02-10 [colin]      1.0.1cvs2.1
15878
15879         * src/messageview.c
15880                 Synw with HEAD (don't automatically display html)
15881
15882 2005-02-09 [colin]      1.0.1cvs1.3
15883
15884         * src/textview.c
15885         * src/textview.h
15886                 Add contextual menu on emails
15887
15888 2005-02-09 [colin]      1.0.1cvs1.2
15889
15890         * src/codeconv.c
15891                 Fix converting from broken headers and 
15892                 put back the _ in missing places
15893                 (feature broke with cvs24.2 sync, main 
15894                  possibly affected?)
15895
15896 2005-02-09 [colin]      1.0.1cvs1.1
15897
15898         * src/messageview.c
15899         * src/mimeview.c
15900         * src/mimeview.h
15901                 Sync with HEAD (display non text/plain mails with plugin)
15902
15903 2005-02-08 [colin]      1.0.1.1
15904
15905         * ChangeLog.claws
15906         * po/pt_BR.po
15907                 Sync with HEAD
15908         * configure.ac
15909                 Make default configuration directory 
15910                 be .sylpheed-gtk2
15911
15912 2005-02-08 [colin]      1.0.0cvs29.1
15913
15914         * po/de.po
15915         * po/es.po
15916         * po/fr.po
15917         * po/it.po
15918         * po/sk.po
15919         * po/sr.po
15920                 Sync translations with HEAD
15921
15922 2005-02-06 [colin]      1.0.0cvs28.3
15923
15924         * src/compose.c
15925                 Make compose a bit faster - patch by Alfons.
15926
15927 2005-02-06 [colin]      1.0.0cvs28.2
15928
15929         * src/compose.c
15930                 Make pasting via middle-click more reliable
15931
15932 2005-02-05 [paul]       1.0.0cvs28.1
15933
15934         * ChangeLog
15935         * ChangeLog.claws
15936         * ChangeLog.jp
15937         * configure.ac
15938         * src/compose.c
15939                 sync with HEAD
15940                 (fix bug 682 'redirect is broken'
15941
15942 2005-02-05 [torte]      1.0.0cvs27.1
15943
15944         * ChangeLog.claws
15945         * configure.ac
15946         * src/partial_download.c
15947                 Sync with HEAD (fix buf overflow)
15948
15949 2005-02-03 [colin]      1.0.0cvs26.1
15950
15951         * src/common/plugin.c
15952                 Sync with HEAD (avoid plugin mismatches)
15953
15954 2005-02-03 [paul]       1.0.0cvs25.3
15955
15956         * src/folderview.c
15957         * src/headerview.c
15958         * src/summaryview.c
15959         * src/textview.c
15960         * src/gtk/colorlabel.c
15961                 third and final part of initial sync with main-gtk2
15962
15963 2005-02-03 [paul]       1.0.0cvs25.2
15964
15965         * src/jpilot.c
15966                 fix building with jpilot support
15967
15968 2005-02-02 [colin]      1.0.0cvs25.1
15969
15970         * src/messageview.c
15971                 Sync with HEAD (fix dangerous typo)
15972
15973 2005-02-01 [colin]      1.0.0cvs24.3
15974
15975         * src/common/xml.c
15976                 Write file as advertised (UTF-8)
15977
15978 2005-02-01 [paul]       1.0.0cvs24.2
15979
15980         * src/addrbook.c
15981         * src/addrindex.c
15982         * src/alertpanel.h
15983         * src/codeconv.c
15984         * src/codeconv.h
15985         * src/compose.c
15986         * src/export.c
15987         * src/folder_item_prefs.c
15988         * src/html.c
15989         * src/imap.c
15990         * src/import.c
15991         * src/jpilot.c
15992         * src/mainwindow.c
15993         * src/matcher_parser_lex.l
15994         * src/messageview.c
15995         * src/mh.c
15996         * src/prefs_account.c
15997         * src/prefs_actions.c
15998         * src/prefs_common.c
15999         * src/prefs_gtk.c
16000         * src/prefs_gtk.h
16001         * src/prefs_themes.c
16002         * src/procheader.c
16003         * src/procmime.c
16004         * src/sourcewindow.c
16005         * src/statusbar.c
16006         * src/summaryview.c
16007         * src/textview.c
16008         * src/toolbar.c
16009         * src/unmime.c
16010         * src/common/template.c
16011         * src/common/utils.c
16012         * src/common/xml.c
16013         * src/common/xml.h
16014         * src/gtk/gtkaspell.c
16015         * src/plugins/clamav/clamav_plugin.c
16016         * src/plugins/dillo_viewer/dillo_prefs.c
16017         * src/plugins/image_viewer/viewerprefs.c
16018         * src/plugins/pgpmime/passphrase.c
16019         * src/plugins/pgpmime/prefs_gpg.c
16020         * src/plugins/pgpmime/select-keys.c
16021         * src/plugins/spamassassin/spamassassin.c
16022                 second part of initial sync with main-gtk2
16023                 (more to follow)
16024
16025 2005-01-31 [colin]      1.0.0cvs24.1
16026
16027         * src/compose.c
16028                 Sync with HEAD
16029
16030 2005-01-29 [paul]       1.0.0cvs23.2
16031
16032         * src/account.c
16033         * src/action.c
16034         * src/addressadd.c
16035         * src/addressbook.c
16036         * src/alertpanel.c
16037         * src/compose.c
16038         * src/editaddress.c
16039         * src/editbook.c
16040         * src/editgroup.c
16041         * src/editjpilot.c
16042         * src/editldap.c
16043         * src/editldap_basedn.c
16044         * src/editvcard.c
16045         * src/export.c
16046         * src/foldersel.c
16047         * src/grouplistdialog.c
16048         * src/import.c
16049         * src/importldif.c
16050         * src/inc.c
16051         * src/main.c
16052         * src/mainwindow.c
16053         * src/message_search.c
16054         * src/messageview.c
16055         * src/mimeview.c
16056         * src/prefs_actions.c
16057         * src/prefs_common.c
16058         * src/prefs_common.h
16059         * src/prefs_customheader.c
16060         * src/prefs_display_header.c
16061         * src/prefs_filtering.c
16062         * src/prefs_filtering_action.c
16063         * src/prefs_gtk.c
16064         * src/prefs_matcher.c
16065         * src/prefs_summary_column.c
16066         * src/prefs_template.c
16067         * src/sourcewindow.c
16068         * src/summary_search.c
16069         * src/summaryview.c
16070         * src/textview.c
16071         * src/gtk/about.c
16072         * src/gtk/description_window.c
16073         * src/gtk/gtkshruler.c
16074         * src/gtk/gtkutils.c
16075         * src/gtk/gtkutils.h
16076         * src/gtk/inputdialog.c
16077         * src/gtk/logwindow.c
16078         * src/gtk/prefswindow.c
16079         * src/gtk/progressdialog.c
16080         * src/gtk/progressdialog.h
16081                 first part of initial sync with main-gtk2
16082                 (more to follow)
16083
16084 2005-01-28 [colin]      1.0.0cvs23.1
16085
16086         * src/folderview.c
16087                 Sync with HEAD
16088
16089 2005-01-27 [colin]      1.0.0cvs21.1
16090
16091         * src/folder.c
16092         * src/folderview.c
16093                 Sync with HEAD
16094
16095 2005-01-27 [colin]      1.0.0cvs19.1
16096
16097         * src/procmime.c
16098                 Sync with HEAD
16099
16100 2005-01-27 [colin]      1.0.0cvs18.1
16101
16102         * src/messageview.c
16103         * src/summaryview.c
16104         * src/mainwindow.c
16105         * src/compose.c
16106         * src/compose.h
16107         * src/procmsg.c
16108         * src/procmsg.h
16109         * src/toolbar.c
16110                 Sync with HEAD
16111
16112 2005-01-26 [paul]       1.0.0cvs15.2
16113
16114         * src/compose.c
16115                 compose_entries_set(): convert subject and body to
16116                 utf8 if necessary. patch by Felix Eckhofer
16117
16118 2005-01-26 [paul]       1.0.0cvs15.1
16119
16120         * configure.ac
16121         * src/common/template.c
16122                 sync with HEAD (fix memory leak)
16123
16124 2005-01-25 [paul]       1.0.0cvs14.1
16125
16126         * configure.ac
16127         * src/compose.c
16128                 sync with HEAD
16129
16130 2005-01-24 [colin]      1.0.0cvs13.1
16131
16132         * src/summaryview.c
16133                 Sync with HEAD
16134
16135 2005-01-24 [paul]       1.0.0cvs12.1
16136
16137         * configure.ac
16138         * src/messageview.c
16139         * src/mh.c
16140         * src/common/utils.c
16141                 sync with HEAD
16142
16143 2005-01-24 [colin]      1.0.0cvs11.1
16144
16145         * src/procheader.c
16146                 Sync with HEAD
16147
16148 2005-01-24 [colin]      1.0.0cvs10.1
16149
16150         * src/folderview.c
16151                 Sync with HEAD
16152
16153 2005-01-23 [colin]      1.0.0cvs9.1
16154
16155         * src/crash.c
16156                 Sync with HEAD
16157
16158 2005-01-22 [colin]      1.0.0cvs8.1
16159
16160         * src/summaryview.c
16161         * src/gtk/quicksearch.c
16162                 Sync with HEAD
16163
16164 2005-01-21 [colin]      1.0.0cvs7.1
16165
16166         * src/summaryview.c
16167                 Sync with HEAD
16168
16169 2005-01-21 [colin]      1.0.0cvs6.1
16170
16171         * src/summaryview.c
16172                 Sync with HEAD
16173
16174 2005-01-21 [colin]      1.0.0cvs5.1
16175
16176         * src/gtk/quicksearch.c
16177         * src/prefs_common.c
16178         * src/prefs_common.h
16179                 Sync with HEAD (recurse option)
16180
16181 2005-01-21 [colin]      1.0.0cvs4.1
16182
16183         * src/folder.h
16184         * src/folderview.c
16185         * src/folderview.h
16186         * src/summaryview.c
16187         * src/gtk/quicksearch.c
16188         * src/gtk/quicksearch.h
16189                 Sync with HEAD (recursive quicksearch)
16190
16191 2005-01-20 [colin]      1.0.0cvs3.4
16192
16193         * src/ssl_manager.c
16194                 Remove useless code
16195
16196 2005-01-20 [colin]      1.0.0cvs3.3
16197
16198         * src/ssl_manager.c
16199                 Fix leak, thanks to Alfons.
16200
16201 2005-01-20 [colin]      1.0.0cvs3.2
16202
16203         * src/ssl_manager.c
16204                 Port SSL certificate window to GTK2.
16205
16206 2005-01-20 [paul]       1.0.0cvs3.1
16207
16208         * ChangeLog.claws
16209         * configure.ac
16210         * src/addrindex.c
16211         * src/addrindex.h
16212                 sync with HEAD
16213
16214 2005-01-19 [colin]      1.0.0cvs2.2
16215
16216         * src/plugins/trayicon/trayicon.c
16217                 Fix freeze with gtk-2.6, the easy way
16218                 (signal blocking helpless there...)
16219                 Closes bug #668.
16220
16221 2005-01-19 [colin]      1.0.0cvs2.1
16222
16223         * src/mbox.c
16224         * src/mbox.h
16225         * src/mainwindow.c
16226         * src/summaryview.c
16227         * src/summaryview.h
16228                 Sync with HEAD
16229
16230 2005-01-19 [paul]       1.0.0cvs1.1
16231
16232         * configure.ac
16233         * po/de.po
16234         * po/es.po
16235         * po/fr.po
16236         * po/hr.po
16237         * po/it.po
16238         * po/ja.po
16239         * po/ko.po
16240         * po/pt_BR.po
16241         * po/ru.po
16242         * po/sk.po
16243         * po/sr.po
16244                 sync with HEAD (update translations)
16245
16246 2005-01-18 [colin]      1.0.0cvs0.1
16247
16248         * src/foldersel.c
16249                 Specify search column - patch by Alfons
16250
16251 2005-01-18 [colin]      0.9.13cvs36.3
16252
16253         * src/prefs_toolbar.c
16254                 Change Delete to Remove
16255         * src/prefs_fonts.c
16256                 GTK2 version and leak fixes
16257         * src/prefs_actions.c
16258                 Add stock buttons.
16259                 All patches by Alfons
16260
16261 2005-01-17 [colin]      0.9.13cvs36.2
16262
16263         * src/compose.c
16264                 Fix DnD inserting twice. While at it,
16265                 add DnD support for text/plain in the
16266                 body, and add support in the headers.
16267
16268 2005-01-16 [colin]      0.9.13cvs36.1
16269
16270         * ChangeLog
16271         * ChangeLog.jp
16272         * ChangeLog.claws
16273                 Sync with HEAD (nothing applicable)
16274
16275 2005-01-16 [colin]      0.9.13cvs33.2
16276
16277         * src/prefs_toolbar.c
16278                 GTK2ize prefs_toolbar, by Alfons.
16279
16280 2005-01-14 [colin]      0.9.13cvs33.1
16281
16282         * src/html.c
16283         * src/msgcache.c
16284                 Sync with HEAD
16285
16286 2005-01-14 [colin]      0.9.13cvs32.1
16287
16288         * src/html.c
16289         * src/html.h
16290         * src/msgcache.c
16291         * AUTHORS
16292         * tools/calypso_convert.pl
16293                 Sync with HEAD
16294
16295 2005-01-08 [colin]      0.9.13cvs29.2
16296
16297         * src/prefs_filtering_action.c
16298         * src/prefs_filtering.c
16299                 2 more gtk2 patches by Alfons
16300
16301 2005-01-07 [paul]       0.9.13cvs29.1
16302
16303         * ChangeLog
16304         * ChangeLog.claws
16305         * ChangeLog.jp
16306         * configure.ac
16307         * src/pop.c
16308         * src/pop.h
16309                 sync with HEAD
16310
16311 2005-01-07 [colin]      0.9.13cvs28.3
16312
16313         * src/gtk/progressdialog.c
16314         * src/gtk/progressdialog.h
16315         * src/inc.c
16316         * src/send_message.c
16317                 GTK2 for the incorporation dialog. The CList isn't dead
16318                 yet, for a more smooth migration. Patch by Alfons.
16319
16320 2005-01-06 [colin]      0.9.13cvs28.2
16321
16322         * src/prefs_display_header.c
16323                 GTK2 conversion by Alfons
16324         * src/prefs_actions.c
16325         * src/prefs_matcher.c
16326                 Fix 2 leaks - patch by Alfons
16327
16328 2005-01-06 [colin]      0.9.13cvs28.1
16329
16330         * src/prefs_matcher.c
16331                 Sync with HEAD
16332
16333 2005-01-06 [colin]      0.9.13cvs27.4
16334
16335         * src/prefs_matcher.c
16336                 Fix double-free. Patch by Alfons
16337
16338 2005-01-06 [colin]      0.9.13cvs27.3
16339
16340         * src/prefs_matcher.c
16341                 GTK2 widgets + memleak
16342                 Patch by Alfons
16343
16344 2005-01-05 [colin]      0.9.13cvs27.2
16345
16346         * src/account.c
16347         * src/addr_compl.c
16348         * src/foldersel.c
16349         * src/stock_pixmap.c
16350         * src/stock_pixmap.h
16351                 3 more GTK2 patches by Alfons.
16352
16353 2005-01-04 [colin]      0.9.13cvs27.1
16354
16355         * src/folderview.c
16356         * src/imap_gtk.c
16357         * src/news_gtk.c
16358                 Sync with HEAD
16359
16360 2005-01-04 [colin]      0.9.13cvs25.9
16361
16362         * src/compose.c
16363                 Fix Show Ruler menuitem
16364         * src/prefs_template.c
16365                 Convert to GTK2
16366         * src/common/utils.c
16367                 Make auto pointer stuff handles NULLs
16368                 Patches by Alfons.
16369
16370 2005-01-04 [colin]      0.9.13cvs25.8
16371
16372         * src/compose.c
16373                 Move the attachment list to gtk2
16374                 Patch by Alfons.
16375
16376 2005-01-04 [colin]      0.9.13cvs25.7
16377
16378         * src/textview.c
16379                 Make some keys work again
16380                 Patch by SungHyun Nam <namsh@kldp.org>
16381
16382 2005-01-04 [colin]      0.9.13cvs25.6
16383
16384         * src/gtk/gtkshruler.c
16385                 Move the ruler to GTK2
16386                 Patch by Alfons
16387
16388 2005-01-03 [colin]      0.9.13cvs25.5
16389
16390         * src/compose.c
16391                 Fix my broken patch apply 
16392
16393 2005-01-03 [colin]      0.9.13cvs25.4
16394
16395         * src/common/utils.c
16396         * src/common/utils.h
16397         * src/gtk/prefswindow.c
16398                 Move auto pointer stuff to utils.c
16399                 Patch by Alfons again :)
16400
16401 2005-01-03 [colin]      0.9.13cvs25.3
16402
16403         * src/compose.c
16404         * src/prefs_gtk.c
16405         * src/prefs_template.c
16406         * src/textview.c
16407                 Empty text widgets with empty strings, not NULL char
16408                 Patch by SungHyun Nam <namsh@kldp_org>
16409
16410 2005-01-03 [colin]      0.9.13cvs25.2
16411
16412         * src/main.c
16413         * AUTHORS
16414                 Sync with HEAD
16415
16416 2005-01-03 [colin]      0.9.13cvs25.1
16417
16418         * src/pop.c
16419         * src/pop.h
16420                 Sync with HEAD
16421
16422 2005-01-03 [colin]      0.9.13cvs24.3
16423
16424         * src/account.c
16425                 Two patches from Alfons and Alex S Moore:
16426                 fix images, fix return value.
16427
16428 2005-01-01 [colin]      0.9.13cvs24.2
16429
16430         * src/prefs_actions.c
16431                 Fix over-zealous assertion. Patch by Alfons
16432
16433 2005-01-01 [colin]      0.9.13cvs24.1
16434
16435         * src/procmime.c
16436                 Sync with HEAD (leak fix)
16437
16438 2004-12-31 [colin]      0.9.13cvs23.2
16439
16440         * src/prefs_common.c
16441                 GTK2 widgets + stock buttons - patch by Alfons
16442
16443 2004-12-31 [paul]       0.9.13cvs23.1
16444
16445         * configure.ac
16446                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16447         * src/gtk/pluginwindow.c
16448                 use GTK2 widgets and plug memory leaks,
16449                 patches by Alfons
16450
16451 2004-12-30 [colin]      0.9.13cvs22.4
16452
16453         * src/account.c
16454         * src/action.c
16455         * src/export.c
16456         * src/foldersel.c
16457         * src/import.c
16458         * src/message_search.c
16459         * src/prefs_actions.c
16460         * src/prefs_common.c
16461         * src/prefs_customheader.c
16462         * src/prefs_filtering.c
16463         * src/prefs_summary_column.c
16464         * src/summary_search.c
16465         * src/gtk/about.c
16466         * src/gtk/description_window.c
16467         * src/gtk/gtkutils.c
16468         * src/gtk/gtkutils.h
16469         * src/gtk/inputdialog.c
16470         * src/gtk/prefswindow.c
16471                 Use GTK2 stock buttons. Patches by Alfons.
16472
16473 2004-12-30 [colin]      0.9.13cvs22.3
16474
16475         * src/account.c
16476                 Sync with HEAD
16477         * src/prefs_actions.c
16478         * src/prefs_customheader.c
16479         * src/prefs_filtering.c
16480         * src/prefs_msg_colors.c
16481         * src/prefs_summary_column.c
16482         * src/gtk/prefswindow.c
16483                 Use GtkTreeView instead of deprecated 
16484                 widgets. Patches by Alfons.
16485
16486 2004-12-30 [paul]       0.9.13cvs22.2
16487
16488         * src/foldersel.c
16489                 use GTK 2 Tree View
16490                 patch by Alfons, with root folder sorting fix
16491                 by Stephan Sachse
16492
16493 2004-12-30 [paul]       0.9.13cvs22.1
16494
16495         * ChangeLog
16496         * ChangeLog.claws
16497         * ChangeLog.jp
16498         * NEWS
16499         * configure.ac
16500         * src/account.c
16501                 sync with HEAD
16502
16503 2004-12-22 [martin]     0.9.13cvs21.2
16504
16505         * src/action.c
16506                 free the command line after its use
16507
16508 2004-12-18 [paul]       0.9.13cvs21.1
16509
16510         * AUTHORS
16511         * ChangeLog
16512         * ChangeLog.claws
16513         * ChangeLog.jp
16514         * NEWS
16515         * configure.ac
16516         * src/action.c
16517         * src/compose.c
16518         * src/syldap.c
16519                 sync with HEAD
16520
16521 2004-12-17 [martin]     0.9.13cvs17.2
16522
16523         * src/action.c
16524                 convert actions input to locale
16525         * src/inc.c
16526                 convert notification command to locale
16527         * src/plugins/pgpmime/select-keys.c
16528                 convert attributes to utf8
16529
16530 2004-12-14 [colin]      0.9.13cvs17.1
16531
16532         * ChangeLog
16533         * ChangeLog.jp
16534         * ChangeLog.claws
16535         * src/action.c
16536         * src/common/utils.c
16537         * src/gtk/prefswindow.c
16538         * src/gtk/gtkutils.c
16539         * src/gtk/gtkutils.h
16540         * src/plugins/spamassassin/libspamc.c
16541                 Sync with HEAD
16542
16543 2004-12-13 [colin]      0.9.13cvs14.1
16544
16545         * src/quote_fmt_parse.y
16546                 Sync with HEAD
16547
16548 2004-12-10 [colin]      0.9.13cvs12.1
16549
16550         * src/prefs_themes.c
16551         * src/mainwindow.c
16552         * src/messageview.c
16553                 Sync with HEAD
16554
16555 2004-12-09 [colin]      0.9.13cvs10.1
16556
16557         * src/procmime.c
16558                 Sync with HEAD (fix B64 encoding from memory)
16559
16560 2004-12-08 [colin]      0.9.13cvs9.1
16561
16562         * src/gtk/colorlabel.c
16563                 Sync with HEAD
16564
16565 2004-12-08 [paul]       0.9.13cvs8.2
16566
16567         * src/gtk/pluginwindow.c
16568                 fix window resizing oddities
16569
16570 2004-12-08 [colin]      0.9.13cvs8.1
16571
16572         * src/quote_fmt_parse.y
16573                 Sync with HEAD
16574
16575 2004-12-08 [colin]      0.9.13cvs7.1
16576
16577         * src/matcher_parser_parse.y
16578         * src/msgcache.c
16579         * src/prefs_matcher.c
16580         * src/procheader.c
16581         * src/matcher.c
16582         * src/common/defs.h
16583         * po/sr.po
16584                 Sync with HEAD
16585
16586 2004-12-08 [colin]      0.9.13cvs6.1
16587
16588         * src/quote_fmt_parse.y
16589         * src/textview.c
16590                 Sync with HEAD
16591         * src/gtk/prefswindow.c
16592         * src/gtk/pluginwindow.c
16593                 Fix G_CALLBACKS protos (thanks to Alfons)
16594
16595 2004-12-07 [torte]      0.9.13cvs2.2
16596
16597         * src/procmime.c
16598                 [Bug 650] reply button causes crash
16599                 Thanks to David Relson and Christoph
16600
16601 2004-12-07 [colin]      0.9.13cvs2.1
16602
16603         * ChangeLog.claws
16604         * AUTHORS
16605         * po/sk.po
16606         * src/procmime.c
16607         * src/prefs_account.c
16608         * src/common/smtp.c
16609         * src/common/smtp.h
16610                 Sync with HEAD
16611
16612 2004-12-06 [colin]      0.9.12cvs187.1
16613
16614         * ChangeLog.claws
16615         * INSTALL
16616         * Makefile.am
16617         * README.claws
16618         * TODO.claws
16619         * configure.ac
16620         * po/bg.po
16621         * po/cs.po
16622         * po/el.po
16623         * po/en_GB.po
16624         * po/es.po
16625         * po/fr.po
16626         * po/hr.po
16627         * po/hu.po
16628         * po/it.po
16629         * po/ja.po
16630         * po/ko.po
16631         * po/nl.po
16632         * po/pl.po
16633         * po/pt_BR.po
16634         * po/ru.po
16635         * po/sk.po
16636         * po/sr.po
16637         * po/sv.po
16638         * po/zh_CN.po
16639         * po/zh_TW.Big5.po
16640         * src/compose.c
16641         * tools/Makefile.am
16642         * tools/README
16643         * tools/filter_conv.pl
16644         * tools/kdeservicemenu/README
16645         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16646         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16647                 Sync with HEAD
16648
16649 2004-12-04 [colin]      0.9.12cvs183.1
16650
16651         * src/compose.c
16652                 Sync with HEAD (compose window position saving)
16653
16654 2004-12-04 [paul]       0.9.12cvs182.3
16655
16656         * src/messageview.c
16657         * src/mimeview.c
16658         * src/prefs_customheader.c
16659         * src/gtk/quicksearch.c
16660                 replace some forgotten GTK_SIGNAL_FUNCs
16661
16662 2004-12-04 [paul]       0.9.12cvs182.2
16663
16664         * src/Makefile.am
16665                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16666                 committed in error      
16667
16668 2004-12-04 [paul]       0.9.12cvs182.1
16669
16670         * ChangeLog
16671         * ChangeLog.claws
16672         * ChangeLog.jp
16673         * INSTALL
16674         * NEWS
16675         * README
16676         * README.jp
16677         * configure.ac
16678         * doc/manual/ja/Makefile.am
16679         * doc/manual/ja/sylpheed-1.html
16680         * doc/manual/ja/sylpheed-10.html
16681         * doc/manual/ja/sylpheed-11.html
16682         * doc/manual/ja/sylpheed-12.html
16683         * doc/manual/ja/sylpheed-13.html
16684         * doc/manual/ja/sylpheed-14.html
16685         * doc/manual/ja/sylpheed-15.html
16686         * doc/manual/ja/sylpheed-16.html
16687         * doc/manual/ja/sylpheed-17.html
16688         * doc/manual/ja/sylpheed-18.html
16689         * doc/manual/ja/sylpheed-19.html
16690         * doc/manual/ja/sylpheed-2.html
16691         * doc/manual/ja/sylpheed-20.html
16692         * doc/manual/ja/sylpheed-3.html
16693         * doc/manual/ja/sylpheed-4.html
16694         * doc/manual/ja/sylpheed-5.html
16695         * doc/manual/ja/sylpheed-6.html
16696         * doc/manual/ja/sylpheed-7.html
16697         * doc/manual/ja/sylpheed-8.html
16698         * doc/manual/ja/sylpheed-9.html
16699         * doc/manual/ja/sylpheed.html
16700         * doc/manual/ja/sylpheed.sgml
16701         * po/de.po
16702         * src/Makefile.am
16703         * src/compose.c
16704         * src/procmime.c
16705         * src/pixmaps/regular.xpm **REMOVED**
16706         * src/plugins/pgpmime/pgpmime.c
16707         * src/plugins/pgpmime/plugin.c
16708         * src/plugins/pgpmime/prefs_gpg.c
16709                 sync with HEAD
16710
16711 2004-12-03 [paul]       0.9.12cvs180.1
16712
16713         * ChangeLog
16714         * ChangeLog.claws
16715         * ChangeLog.jp
16716         * configure.ac
16717         * src/Makefile.am
16718         * src/pop.c
16719         * src/common/utils.c
16720         * src/common/utils.h
16721         * src/pixmaps/continue.xpm
16722         * src/pixmaps/dir_close.xpm
16723         * src/pixmaps/dir_open.xpm
16724         * src/pixmaps/drafts_close.xpm
16725         * src/pixmaps/drafts_open.xpm
16726         * src/pixmaps/folder.xpm **REMOVED**
16727         * src/pixmaps/group.xpm
16728         * src/pixmaps/unread.xpm
16729                 sync with HEAD
16730
16731 2004-12-02 [colin]      0.9.12cvs179.1
16732
16733         * src/compose.c
16734                 Sync with HEAD (non-duplicated reedition)
16735
16736 2004-12-02 [colin]      0.9.12cvs178.1
16737
16738         * src/compose.c
16739                 Sync with HEAD (linewrap_quote fix)
16740
16741 2004-12-01 [colin]      0.9.12cvs177.3
16742
16743         * src/addrharvest.c
16744                 Replace sizeof with strlen
16745
16746 2004-12-01 [paul]       0.9.12cvs177.2
16747
16748         * src/addrharvest.c
16749                 fix 'harvest addresses'
16750
16751 2004-11-30 [colin]      0.9.12cvs177.1
16752
16753         * src/gtk/prefswindow.c
16754         * src/gtk/pluginwindow.c
16755                 Sync with HEAD
16756
16757 2004-11-29 [colin]      0.9.12cvs176.1
16758
16759         * src/folderview.c
16760                 sync with HEAD (Fix disappearing separators in folderview's popup)
16761
16762 2004-11-29 [colin]      0.9.12cvs175.1
16763
16764         * src/procmime.c
16765                 Sync with head (another format fix)
16766
16767 2004-11-29 [colin]      0.9.12cvs174.1
16768
16769         * src/pop.c
16770                 Sync with HEAD (format string fix)
16771
16772 2004-11-26 [colin]      0.9.12cvs173.1
16773
16774         * src/common/smtp.c
16775         * src/common/smtp.h
16776                 Sync with HEAD
16777
16778 2004-11-24 [colin]      0.9.12cvs172.1
16779
16780         * src/plugins/pgpmime/pgpmime.c
16781                 Sync with HEAD
16782
16783 2004-11-24 [colin]      0.9.12cvs171.1
16784
16785         * src/plugins/pgpmime/pgpmime.c
16786                 Sync with head (gpgmectx leaks)
16787
16788 2004-11-24 [colin]      0.9.12cvs169.1
16789
16790         * src/plugins/pgpmime/plugin.c
16791         * src/plugins/trayicon/Makefile.am
16792         * src/plugins/trayicon/newmarkedmail.xpm
16793         * src/plugins/trayicon/trayicon.c
16794         * src/plugins/trayicon/unreadmarkedmail.xpm
16795                 Sync with HEAD
16796
16797 2004-11-23 [colin]      0.9.12cvs168.1
16798
16799         * src/partial_download.c
16800         * src/partial_download.h
16801         * src/plugins/pgpmime/plugin.c
16802                 Sync with HEAD
16803
16804 2004-11-23 [colin]      0.9.12cvs166.1
16805
16806         * src/Makefile.am
16807         * src/codeconv.c
16808         * src/compose.c
16809         * src/folderview.c
16810         * src/main.c
16811         * src/partial_download.c
16812         * src/partial_download.h
16813         * src/prefs_account.c
16814         * src/prefs_account.h
16815         * src/privacy.c
16816         * src/privacy.h
16817         * src/procmime.c
16818         * src/common/Makefile.am
16819         * src/common/base64.h
16820         * src/common/partial_download.c
16821         * src/common/partial_download.h
16822         * src/gtk/prefswindow.c
16823         * src/gtk/prefswindow.h
16824         * src/plugins/pgpmime/pgpmime.c
16825         * src/plugins/pgpmime/prefs_gpg.c
16826         * src/plugins/pgpmime/prefs_gpg.h
16827         * src/plugins/pgpmime/sgpgme.c
16828         * src/plugins/pgpmime/sgpgme.h
16829                 Sync with HEAD
16830
16831 2004-11-23 [colin]      0.9.12cvs163.1
16832
16833         * src/main.c
16834                 Sync with HEAD (cursor optimization)
16835
16836 2004-11-23 [colin]      0.9.12cvs162.1
16837
16838         * src/prefs_common.c
16839         * src/prefs_themes.c
16840         * src/procmsg.c
16841                 Sync with HEAD
16842
16843 2004-11-23 [colin]      0.9.12cvs158.9
16844
16845         * src/compose.c
16846                 Fix double-free when forwarding
16847         * src/msgcache.c
16848                 Fix leak on error path
16849                 
16850
16851 2004-11-23 [colin]      0.9.12cvs158.8
16852
16853         * src/compose.c
16854                 Fix possible double-free
16855                 Spotted by Alfons
16856
16857 2004-11-23 [colin]      0.9.12cvs158.7
16858
16859         * src/compose.c
16860                 Fix some signal handlers' prototypes
16861                 Spotted by Alfons
16862
16863 2004-11-22 [colin]      0.9.12cvs158.6
16864
16865         * src/compose.c
16866                 Remove unneeded code and duplicated
16867                 wrapping - patch by Alfons
16868
16869 2004-11-22 [colin]      0.9.12cvs158.5
16870
16871         * src/prefs_themes.c
16872                 Fix oversized selector
16873
16874 2004-11-22 [colin]      0.9.12cvs158.4
16875
16876         * src/compose.c
16877                 fix dump_text()
16878                 patch by Alfons
16879
16880 2004-11-19 [colin]      0.9.12cvs158.3
16881
16882         * src/textview.c
16883                 Add a context menu on links (open, copy)
16884
16885 2004-11-18 [paul]       0.9.12cvs158.2
16886
16887         * src/addrgather.c
16888         * src/exphtmldlg.c
16889         * src/expldifdlg.c
16890         * src/mimeview.c
16891         * src/prefs_common.c
16892         * src/plugins/image_viewer/viewer.c
16893         * src/plugins/spamassassin/spamassassin_gtk.c
16894                 replace deprecated gtk_notebook_set_page
16895                 and gtk_notebook_current_page
16896
16897 2004-11-18 [paul]       0.9.12cvs158.1
16898
16899         * configure.ac
16900         * src/compose.c
16901         * src/mainwindow.c
16902         * src/messageview.c
16903         * src/prefs_common.c
16904         * src/common/utils.c
16905         * src/common/utils.h
16906                 sync with HEAD
16907
16908 2004-11-17 [colin]      0.9.12cvs156.1
16909
16910         * src/prefs_account.c
16911         * src/prefs_account.h
16912         * src/procmsg.c
16913                 Sync with HEAD (add pref to store encrypted mails encrypted)
16914
16915 2004-11-17 [paul]       0.9.12cvs155.1
16916
16917         * ChangeLog
16918         * ChangeLog.claws
16919         * ChangeLog.jp
16920         * NEWS
16921         * configure.ac
16922         * src/compose.c
16923         * src/jpilot.c
16924         * src/privacy.c
16925         * src/procmime.c
16926         * src/procmime.h
16927         * src/procmsg.c
16928         * src/toolbar.c
16929         * src/pixmaps/error.xpm
16930                 sync with HEAD
16931
16932 2004-11-17 [colin]      0.9.12cvs151.1
16933
16934         * src/plugins/pgpmime/pgpmime.c
16935                 Sync with HEAD (remove debug printf)
16936
16937 2004-11-17 [colin]      0.9.12cvs150.1
16938
16939         * src/plugins/pgpmime/pgpmime.c
16940                 Sync with HEAD (off-by-one fix)
16941
16942 2004-11-17 [colin]      0.9.12cvs149.1
16943
16944         * src/procmsg.c
16945                 Sync with HEAD (coding style fixes)
16946
16947 2004-11-16 [colin]      0.9.12cvs148.1
16948
16949         * src/procmsg.c
16950                 Sync with head (Fix the fix)
16951
16952 2004-11-16 [colin]      0.9.12cvs147.1
16953
16954         * src/procmsg.c
16955                 Sync with Main (leak fix)
16956
16957 2004-11-16 [colin]      0.9.12cvs146.14
16958
16959         * src/compose.c
16960                 Remove useless chunk of code
16961                 Patch by Alfons
16962
16963 2004-11-15 [colin]      0.9.12cvs146.13
16964
16965         * src/compose.c
16966                 Fix drafting after insertion
16967                 Patch by Alfons
16968
16969 2004-11-15 [colin]      0.9.12cvs146.12
16970
16971         * src/compose.c
16972         * src/prefs_filtering.c
16973         * src/prefs_filtering_action.c
16974         * src/prefs_toolbar.c
16975                 Fix some const-correctness
16976
16977 2004-11-15 [colin]      0.9.12cvs146.11
16978
16979         * src/summaryview.c
16980         * src/prefs_themes.c
16981         * src/messageview.c
16982                 Fix some leaks
16983
16984 2004-11-15 [colin]      0.9.12cvs146.10
16985
16986         * src/codeconv.c
16987                 More unreadable locale fixes
16988
16989 2004-11-14 [colin]      0.9.12cvs146.9
16990
16991         * src/textview.c
16992                 Fix uri_security_check
16993                 Patch by Alfons
16994
16995 2004-11-13 [paul]       0.9.12cvs146.8
16996
16997         * src/folder.c
16998         * src/procmime.c
16999                 fix 2 bugs introduced in last commit
17000
17001 2004-11-13 [paul]       0.9.12cvs146.7
17002
17003         * src/compose.c
17004         * src/exporthtml.c
17005         * src/exportldif.c
17006         * src/folder.c
17007         * src/imap.c
17008         * src/imap_gtk.c
17009         * src/main.c
17010         * src/mainwindow.c
17011         * src/messageview.c
17012         * src/mh_gtk.c
17013         * src/prefs_themes.c
17014         * src/procmime.c
17015         * src/setup.c
17016         * src/summaryview.c
17017                 replace deprecated g_basename
17018
17019 2004-11-13 [paul]       0.9.12cvs146.6
17020
17021         * src/compose.c
17022         * src/imap.c
17023         * src/matcher_parser.h
17024         * src/matcher_parser_parse.y
17025         * src/prefs_filtering.c
17026         * src/prefs_filtering_action.c
17027         * src/prefs_themes.c
17028         * src/prefs_toolbar.c
17029         * src/common/utils.c
17030                 various small fixes/cleanups
17031
17032 2004-11-12 [colin]      0.9.12cvs146.5
17033
17034         * src/textview.c
17035                 Validate event's origin on visibility notify
17036                 Patch by Alfons.
17037
17038 2004-11-12 [paul]       0.9.12cvs146.4
17039
17040         * src/exporthtml.c
17041         * src/exportldif.c
17042         * src/imap.c
17043         * src/mh.c
17044         * src/mimeview.c
17045         * src/prefs_spelling.c
17046         * src/prefs_themes.c
17047                 replace deprecated g_dirname    
17048
17049 2004-11-12 [colin]      0.9.12cvs146.3
17050
17051         * src/textview.c
17052                 Some coding style fixes
17053
17054 2004-11-12 [colin]      0.9.12cvs146.2
17055
17056         * src/codeconv.c
17057                 We want to replace _all_ extended chars in
17058                 conv_unreadable_*, because any string containing
17059                 extended chars not parsing as UTF8 is 
17060                 undisplayed on gtk2.
17061
17062 2004-11-12 [paul]       0.9.12cvs146.1
17063
17064         * ChangeLog
17065         * ChangeLog.claws
17066         * ChangeLog.jp
17067         * NEWS
17068         * configure.ac
17069         * src/account.c
17070         * src/folderview.c
17071         * src/folderview.h
17072         * src/imap.c
17073         * src/imap_gtk.c
17074         * src/inc.c
17075         * src/mainwindow.c
17076         * src/mh_gtk.c
17077         * src/news_gtk.c
17078         * src/pop.c
17079         * src/prefs_account.c
17080         * src/prefs_account.h
17081         * src/prefs_ext_prog.c
17082         * src/procmime.c
17083         * src/procmime.h
17084         * src/procmsg.c
17085         * src/procmsg.h
17086         * src/summary_search.c
17087         * src/summaryview.c
17088         * src/textview.c
17089         * src/common/defs.h
17090         * src/common/utils.c
17091         * src/common/utils.h
17092         * src/gtk/menu.c
17093         * src/gtk/menu.h
17094                 sync with HEAD
17095
17096 2004-11-11 [colin]      0.9.12cvs144.2
17097
17098         * src/textview.c
17099                 Fix URI range selection (patch by Alfons)
17100
17101 2004-11-09 [colin]      0.9.12cvs144.1
17102
17103         * ChangeLog.claws
17104         * src/compose.c
17105         * src/folder.c
17106         * src/folder_item_prefs.c
17107         * src/prefs_account.c
17108         * src/prefs_account.h
17109         * src/plugins/pgpmime/pgpmime.c
17110                 Sync with HEAD
17111
17112 2004-11-08 [colin]      0.9.12cvs143.1
17113
17114         * src/summaryview.c
17115                 Sync with HEAD (optimize quicksearch)
17116
17117 2004-11-08 [colin]      0.9.12cvs142.2
17118
17119         * src/compose.c
17120                 Don't wrap when Edit/Auto wrapping is disabled
17121
17122 2004-11-08 [colin]      0.9.12cvs142.1
17123
17124         * src/textview.c
17125                 Sync with HEAD
17126
17127 2004-11-08 [colin]      0.9.12cvs141.1
17128
17129         * src/textview.c
17130                 Sync with HEAD (fix some mail URIs)
17131
17132 2004-11-08 [colin]      0.9.12cvs140.3
17133
17134         * src/textview.c
17135                 o Use text cursor instead of arrow when
17136                   not on a link
17137                 o Fix handling of contiguous links (as in
17138                   "colin@colino.net" <colin@colino.net>)
17139                   This one unveils a bug in get_email_part()
17140
17141 2004-11-07 [colin]      0.9.12cvs140.2
17142
17143         * src/textview.c
17144                 Fix memleak. Patch by Alfons.
17145
17146 2004-11-06 [colin]      0.9.12cvs140.1
17147
17148         * src/compose.c
17149                 Sync with HEAD (don't ask passphrase
17150                 when drafting)
17151
17152 2004-11-06 [paul]       0.9.12cvs139.2
17153
17154         * AUTHORS
17155         * src/textview.c
17156         * src/textview.h
17157                 textview URI handling. hovering over a 
17158                 link displays it in the status bar,
17159                 and changes the mouse pointer to a hand 
17160                 cursor. a link is activated with a single 
17161                 click. (Modified from the) patch by Jean-Yves 
17162                 Lefort <jylefort@users.sourceforge.net>
17163                 
17164
17165 2004-11-05 [colin]      0.9.12cvs139.1
17166
17167         * src/compose.c
17168         * src/procmime.c
17169                 Sync with HEAD again ^^
17170
17171 2004-11-05 [colin]      0.9.12cvs139.1
17172
17173         * src/compose.c
17174         * src/procmime.c
17175                 Sync with HEAD
17176
17177 2004-11-03 [paul]       0.9.12cvs138.1
17178
17179         * ChangeLog.claws
17180         * configure.ac
17181         * po/POTFILES.in
17182         * src/prefs_ext_prog.c
17183         * src/procmime.c
17184         * tools/kdeservicemenu/README
17185         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17186         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17187                 sync with HEAD
17188
17189 2004-11-01 [christoph]  0.9.12cvs136.2
17190
17191         * src/procmime.c
17192                 convert MIME parameters to UTF-8
17193
17194 2004-10-29 [colin]      0.9.12cvs136.1
17195
17196         * src/common/utils.c
17197                 Sync with HEAD (don't use '=' in mime boundary)
17198
17199 2004-10-29 [paul]       0.9.12cvs135.1
17200
17201         * configure.ac
17202         * doc/src/rfc2231.txt
17203         * src/procmime.c
17204         * src/common/quoted-printable.c
17205         * src/common/utils.c
17206         * src/common/utils.h
17207                 sync with HEAD
17208
17209 2004-10-27 [paul]       0.9.12cvs134.1
17210
17211         * configure.ac
17212         * src/main.c
17213         * src/procmime.c
17214         * src/plugins/pgpmime/pgpmime.c
17215                 sync with HEAD
17216
17217 2004-10-26 [paul]       0.9.12cvs132.3
17218
17219         * src/account.c
17220         * src/addressbook.c
17221         * src/addrgather.c
17222         * src/addrharvest.c
17223         * src/codeconv.c
17224         * src/compose.c
17225         * src/customheader.c
17226         * src/editaddress.c
17227         * src/editgroup.c
17228         * src/enriched.c
17229         * src/expldifdlg.c
17230         * src/exporthtml.c
17231         * src/exportldif.c
17232         * src/folder.c
17233         * src/foldersel.c
17234         * src/folderview.c
17235         * src/grouplistdialog.c
17236         * src/html.c
17237         * src/imap.c
17238         * src/jpilot.c
17239         * src/ldapserver.c
17240         * src/ldif.c
17241         * src/mimeview.c
17242         * src/news.c
17243         * src/news_gtk.c
17244         * src/pop.c
17245         * src/prefs_display_header.c
17246         * src/prefs_gtk.c
17247         * src/prefs_msg_colors.c
17248         * src/prefs_toolbar.c
17249         * src/procheader.c
17250         * src/procmime.c
17251         * src/summaryview.c
17252         * src/textview.c
17253         * src/toolbar.c
17254         * src/vcard.c
17255         * src/common/mgutils.c
17256         * src/common/nntp.c
17257         * src/common/smtp.c
17258         * src/common/template.c
17259         * src/common/utils.c
17260         * src/common/xmlprops.c
17261         * src/plugins/pgpmime/pgpmime.c
17262         * src/plugins/pgpmime/select-keys.c
17263         * src/plugins/pgpmime/sgpgme.c
17264                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17265                 g_string_sprintfa(), gtk_notebook_current_page()
17266
17267 2004-10-26 [colin]      0.9.12cvs132.2
17268
17269         * src/prefs_folder_item.c
17270                 Fix default-account selection
17271
17272 2004-10-21 [colin]      0.9.12cvs133
17273
17274         * src/compose.c
17275                 Sync with HEAD (Remove extra separator in compose's Options)
17276         * src/textview.c
17277                 Set wrapping to char
17278
17279 2004-10-21 [paul]       0.9.12cvs131.2
17280
17281         * src/compose.c
17282         * src/sourcewindow.c
17283                 fix wrapping
17284                 fix window shrinking 
17285
17286 2004-10-21 [colin]      0.9.12cvs131.1
17287
17288         * ChangeLog.claws
17289         * src/compose.c
17290                 Sync with HEAD
17291
17292 2004-10-21 [paul]       0.9.12cvs130.2
17293
17294         * src/prefs_folder_item.c
17295                 sync with HEAD (Apply to subfolders)
17296
17297 2004-10-19 [colin]      0.9.12cvs130.1
17298
17299         * ChangeLog.claws
17300         * src/compose.c
17301         * src/common/utils.c
17302         * src/gtk/menu.c
17303                 Sync with HEAD
17304
17305 2004-10-19 [colin]      0.9.12cvs128.1
17306
17307         * src/addrbook.c
17308         * src/addrcache.c
17309         * src/addressbook.c
17310         * src/codeconv.c
17311         * src/compose.c
17312         * src/customheader.c
17313         * src/editaddress.c
17314         * src/editgroup.c
17315         * src/exporthtml.c
17316         * src/folder.c
17317         * src/folderview.c
17318         * src/imap.c
17319         * src/jpilot.c
17320         * src/main.c
17321         * src/matcher_parser_parse.y
17322         * src/mbox.c
17323         * src/pop.c
17324         * src/prefs_account.c
17325         * src/prefs_gtk.c
17326         * src/prefs_msg_colors.c
17327         * src/procheader.c
17328         * src/procmime.c
17329         * src/procmime.h
17330         * src/procmsg.c
17331         * src/summaryview.c
17332         * src/textview.c
17333         * src/common/base64.c
17334         * src/common/partial_download.c
17335         * src/common/socket.c
17336         * src/common/sylpheed.c
17337         * src/common/utils.c
17338         * src/common/utils.h
17339         * src/gtk/pluginwindow.c
17340         * src/gtk/quicksearch.c
17341         * src/plugins/clamav/clamav_plugin.c
17342         * src/plugins/clamav/clamav_plugin.h
17343         * src/plugins/clamav/clamav_plugin_gtk.c
17344         * src/plugins/pgpmime/passphrase.c
17345         * src/plugins/pgpmime/pgpmime.c
17346         * src/plugins/pgpmime/plugin.c
17347         * src/plugins/pgpmime/prefs_gpg.c
17348         * src/plugins/pgpmime/prefs_gpg.h
17349         * src/plugins/pgpmime/select-keys.c
17350         * src/plugins/pgpmime/sgpgme.c
17351         * src/plugins/spamassassin/libspamc.c
17352         * src/plugins/spamassassin/spamassassin.c
17353         * src/plugins/spamassassin/spamassassin.h
17354         * src/plugins/spamassassin/spamassassin_gtk.c
17355         * src/plugins/trayicon/trayicon.c
17356         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17357                 Sync with HEAD
17358
17359 2004-10-14 [colin]      0.9.12cvs126.2
17360
17361         * src/codeconv.c
17362         * src/textview.c
17363                 Fix conv_unreadable_locale
17364
17365 2004-10-13 [colin]      0.9.12cvs126.1
17366
17367         * src/compose.c
17368                 Sync with HEAD (don't convert charset for 
17369                 drafted messages, minor cleanup)
17370
17371 2004-10-13 [colin]      0.9.12cvs125.1
17372
17373         * po/POTFILES.in
17374                 Sync with HEAD (POTFILES fix)
17375
17376 2004-10-12 [colin]      0.9.12cvs124.3
17377
17378         * src/compose.c
17379                 Fix encoding bug from latest sync
17380
17381 2004-10-12 [paul]       0.9.12cvs124.2
17382
17383         * src/plugins/pgpmime/prefs_gpg.c
17384         * src/plugins/pgpmime/prefs_gpg.h
17385                 forgotten in last commit        
17386
17387 2004-10-12 [paul]       0.9.12cvs124.1
17388
17389         * ChangeLog.claws
17390         * configure.ac
17391         * m4/spamassassin.m4
17392         * src/Makefile.am
17393         * src/account.c
17394         * src/compose.c
17395         * src/compose.h
17396         * src/crash.c
17397         * src/main.c
17398         * src/mimeview.c
17399         * src/passphrase.c
17400         * src/passphrase.h
17401         * src/prefs_account.c
17402         * src/prefs_account.h
17403         * src/prefs_common.c
17404         * src/privacy.c
17405         * src/privacy.h
17406         * src/procmime.c
17407         * src/procmime.h
17408         * src/procmsg.c
17409         * src/rfc2015.c
17410         * src/rfc2015.h
17411         * src/select-keys.c
17412         * src/select-keys.h
17413         * src/textview.c
17414         * src/common/utils.c
17415         * src/common/utils.h
17416         * src/gtk/about.c
17417         * src/plugins/pgpmime/Makefile.am
17418         * src/plugins/pgpmime/passphrase.c
17419         * src/plugins/pgpmime/passphrase.h
17420         * src/plugins/pgpmime/pgpmime.c
17421         * src/plugins/pgpmime/plugin.c
17422         * src/plugins/pgpmime/select-keys.c
17423         * src/plugins/pgpmime/select-keys.h
17424         * src/plugins/pgpmime/sgpgme.c
17425         * src/plugins/pgpmime/sgpgme.h
17426                 sync with HEAD
17427
17428 2004-10-04 [colin]      0.9.12cvs122.1
17429
17430         * src/mainwindow.c
17431         * src/messageview.c
17432         * src/messageview.h
17433         * src/textview.c
17434                 Sync with HEAD
17435
17436 2004-10-04 [colin]      0.9.12cvs121.1
17437
17438         * src/summaryview.c
17439                 Sync with HEAD
17440
17441 2004-10-04 [paul]       0.9.12cvs120.1
17442
17443         * configure.ac
17444                 sync with HEAD [don't try to build 
17445                 pgpmime plugin when gpgme is disabled]
17446
17447 2004-10-03 [colin]      0.9.12cvs119.3
17448
17449         * src/gtk/gtksctree.c
17450                 Lots of side effects. Put back as before 117.2.
17451         * src/summaryview.c
17452                 Fix bug #602
17453
17454 2004-10-03 [colin]      0.9.12cvs119.2
17455
17456         * src/gtk/gtksctree.c
17457                 Revert 608 fix that doesn't work that good
17458
17459 2004-10-02 [colin]      0.9.12cvs119.1
17460
17461         * src/mainwindow.c
17462         * src/messageview.c
17463         * src/prefs_common.h
17464         * src/procmime.c
17465         * src/procmime.h
17466         * src/textview.c
17467                 Sync with HEAD
17468         * src/gtk/gtksctree.c
17469                 Close bug #608
17470
17471 2004-10-01 [colin]      0.9.12cvs118.1
17472
17473         * src/mimeview.c
17474                 Sync with HEAD (better Save All fix)
17475
17476 2004-10-01 [colin]      0.9.12cvs117.2
17477
17478         * src/gtk/gtksctree.c
17479                 Faster on selection
17480
17481 2004-10-01 [colin]      0.9.12cvs117.1
17482
17483         * src/mimeview.c
17484                 Sync with HEAD (Save All: only attachments)
17485
17486 2004-10-01 [paul]       0.9.12cvs116.1
17487
17488         * ChangeLog.claws
17489         * configure.ac
17490         * src/account.c
17491         * src/prefs_common.c
17492         * src/gtk/colorlabel.c
17493                 sync with HEAD
17494
17495 2004-09-30 [colin]      0.9.12cvs115.1
17496
17497         * src/stock_pixmap.c
17498         * src/stock_pixmap.h
17499         * src/folderview.c
17500         * src/Makefile.am
17501         * src/pixmaps/read.xpm
17502                 Sync with HEAD (new pixmap)
17503
17504 2004-09-29 [colin]      0.9.12cvs114.1
17505
17506         * src/compose.c
17507                 Sync with HEAD
17508                 Fix focus handling in headers
17509
17510 2004-09-29 [paul]       0.9.12cvs113.1
17511
17512         * src/quote_fmt_parse.y
17513                 sync with HEAD
17514  
17515
17516 2004-09-28 [colin]      0.9.12cvs112.1
17517
17518         * src/folderview.c
17519         * src/mainwindow.c
17520                 Sync with HEAD
17521
17522 2004-09-28 [colin]      0.9.12cvs110.1
17523
17524         * src/folderview.c
17525                 Sync with HEAD (Contextual Empty trash menu)
17526
17527 2004-09-28 [colin]      0.9.12cvs108.1
17528
17529         * src/addressbook.c
17530                 Sync with HEAD (addressbook edit on double-click)
17531
17532 2004-09-28 [colin]      0.9.12cvs106.1
17533
17534         * src/inc.c
17535                 Sync with HEAD (folder_item freeze on inc)
17536
17537 2004-09-27 [colin]      0.9.12cvs105.1
17538
17539         * src/folderview.c
17540                 Sync with HEAD (right-align new and unread column)
17541
17542 2004-09-27 [colin]      0.9.12cvs104.1
17543
17544         * src/main.c
17545                 Sync with HEAD (revert 0.9.12cvs101)
17546
17547 2004-09-24 [colin]      0.9.12cvs103.2
17548
17549         * src/wizard.c
17550                 Fix gtk warnings and use domain part of the email address 
17551                 when domain detection fails (no dot in domain name)
17552
17553 2004-09-23 [colin]      0.9.12cvs103.1
17554
17555         * src/plugins/spamassassin/libspamc.c
17556         * src/plugins/spamassassin/libspamc.h
17557         * src/plugins/spamassassin/utils.c
17558         * src/plugins/spamassassin/utils.h
17559                 Sync with HEAD (Update spamassassin to 3.0)
17560
17561 2004-09-21 [colin]      0.9.12cvs102.3
17562
17563         * src/action.c
17564                 Add horizontal scrollbar in action io dialog as needed
17565                 Patch by Alfons.
17566
17567 2004-09-20 [colin]      0.9.12cvs102.2
17568
17569         * src/plugins/image_viewer/viewer.c
17570                 Remove imlib stuff
17571                 use gtk_pixmap_set when clearing
17572                 (would be better to use gtkImages, but causes size-allocate 
17573                 signals storm)
17574
17575 2004-09-17 [paul]       0.9.12cvs102.1
17576
17577         * ChangeLog
17578         * ChangeLog.claws
17579         * ChangeLog.jp
17580         * configure.ac
17581         * src/inc.c
17582                 sync with HEAD
17583
17584
17585 2004-09-17 [colin]      0.9.12cvs101.1
17586
17587         * ChangeLog.claws
17588         * src/main.c
17589                 Sync with HEAD (fix segs at exit)
17590
17591 2004-09-14 [colin]      0.9.12cvs99.5
17592
17593         * src/common/socket.c
17594         * AUTHORS
17595                 Fix send error on 64bit platforms
17596                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17597
17598 2004-09-14 [colin]      0.9.12cvs99.4
17599
17600         * src/action.c
17601                 Fix action output with utf8 
17602                 Patch by Alfons.
17603
17604 2004-09-14 [colin]      0.9.12cvs99.3
17605
17606         * ChangeLog.claws
17607         * src/folder.c
17608                 Sync with HEAD
17609
17610 2004-09-09 [colin]      0.9.12cvs99.2
17611
17612         * src/action.c
17613                 Fix progress bar (displaying "Completed %v/%u")
17614                 Patch by Alfons.
17615
17616 2004-09-08 [colin]      0.9.12cvs99.1
17617
17618         * src/account.c
17619         * src/folder.c
17620         * src/procmsg.c
17621         * src/procmsg.h
17622         * src/plugins/pgpmime/pgpmime.c
17623                 Sync with HEAD
17624
17625 2004-09-08 [colin]      0.9.12cvs97.2
17626
17627         * src/summaryview.c
17628                 Don't select mails in collapsed threads 
17629                 when navigating with up/down
17630
17631 2004-09-07 [colin]      0.9.12cvs97.1
17632
17633         * src/inc.c
17634                 Sync with HEAD (meaningful error messages)
17635
17636 2004-09-06 [colin]      0.9.12cvs96.1
17637
17638         * src/toolbar.c
17639                 Sync with HEAD (fix Redirect graying out)
17640
17641 2004-09-06 [colin]      0.9.12cvs95.1
17642
17643         * src/summaryview.c
17644         * src/mimeview.c
17645                 Sync with HEAD (fix dropped URIs)
17646
17647 2004-09-06 [colin]      0.9.12cvs94.1
17648
17649         * src/addressbook.c
17650         * src/addressitem.h
17651         * src/addritem.c
17652         * src/addritem.h
17653                 Sync with HEAD (addressbook DnD)
17654
17655 2004-09-03 [colin]      0.9.12cvs93.1
17656
17657         * src/summaryview.c
17658                 Sync with HEAD (next/prev unread)
17659
17660 2004-09-03 [colin]      0.9.12cvs92.1
17661
17662         * src/prefs_common.c
17663         * src/prefs_common.h
17664         * src/summaryview.c
17665                 Sync with HEAD ('mark_as_read_delay' pref)
17666
17667 2004-09-02 [colin]      0.9.12cvs91.2
17668
17669         * src/common/xml.c
17670                 Fix leak
17671
17672 2004-09-02 [colin]      0.9.12cvs91.1
17673
17674         * src/gtk/menu.c
17675                 Sync with HEAD (menu accel don't work, but whatever)
17676
17677 2004-09-02 [colin]      0.9.12cvs90.1
17678
17679         * src/account.c
17680                 Sync with HEAD (fix bug 582)
17681
17682 2004-09-02 [colin]      0.9.12cvs89.1
17683
17684         * src/addrindex.c
17685                 Sync with HEAD (free deleted queries)
17686
17687 2004-09-02 [colin]      0.9.12cvs88.1
17688
17689         * src/ldapquery.c
17690                 Sync with HEAD (fix LDAP freezes)
17691
17692 2004-09-02 [colin]      0.9.12cvs87.1
17693
17694         * src/prefs_spelling.c
17695                 Sync with HEAD (add default dictionary)
17696
17697 2004-09-01 [colin]      0.9.12cvs86.1
17698
17699         * src/filtering.c
17700         * src/folderview.c
17701         * src/imap.c
17702         * src/prefs_matcher.c
17703         * src/stock_pixmap.c
17704         * src/summary_search.c
17705         * src/summaryview.c
17706         * src/wizard.c
17707         * src/wizard.h
17708                 Sync with HEAD (uninitialized vars fixes)
17709                 + gtk2 specific warning fixes
17710
17711 2004-08-31 [colin]      0.9.12cvs85.1
17712
17713         * src/folder.c
17714                 Sync with HEAD (Fix memory corruption due to 
17715                 uninitialized var)
17716
17717 2004-08-31 [colin]      0.9.12cvs84.4
17718
17719         * src/summary_search.c
17720                 Fix segfaults when searching in folders with broken headers
17721
17722 2004-08-31 [colin]      0.9.12cvs84.3
17723
17724         * src/compose.c
17725         * src/textview.c
17726                 Fix some more encoding/decoding issues
17727
17728 2004-08-30 [colin]      0.9.12cvs84.2
17729
17730         * src/mimeview.c
17731         * src/prefs_themes.c
17732         * src/gtk/filesel.c
17733         * src/gtk/filesel.h
17734                 Add a folder-mode selection (fixes mimeview's "Save all")
17735
17736 2004-08-29 [colin]      0.9.12cvs84.1
17737
17738         * src/mimeview.c
17739                 Sync with HEAD (don't escape saved filenames)
17740
17741 2004-08-27 [colin]      0.9.12cvs83.1
17742
17743         * ChangeLog
17744         * ChangeLog.claws
17745         * ChangeLog.jp
17746         * src/mh.c
17747         * src/procheader.c
17748         * src/procmsg.c
17749         * src/procmsg.h
17750         * src/common/utils.c
17751         * src/gtk/menu.h
17752         * po/
17753                 Sync with HEAD 0.9.12cvs83 (sync with main)
17754
17755 2004-08-26 [colin]      0.9.12cvs82.4
17756
17757         * src/codeconv.c
17758                 Fix strange stack corruption
17759                 Convert to utf8 after unmime, not before
17760
17761 2004-08-26 [colin]      0.9.12cvs82.3
17762
17763         * src/main.c
17764         * src/wizard.c
17765                 Fix account folders duplication
17766
17767 2004-08-25 [colin]      0.9.12cvs82.2
17768
17769         * src/wizard.c
17770                 Remove ports
17771                 Add SSL selection
17772                 Use login@server as account name
17773
17774 2004-08-25 [colin]      0.9.12cvs82.1
17775
17776         * src/plugins/pgpmime/pgpmime.c
17777                 Sync with HEAD (leak fix).
17778
17779 2004-08-25 [colin]      0.9.12cvs81.1
17780
17781         * src/plugins/pgpmime/pgpmime.c
17782         * src/plugins/pgpmime/sgpgme.c
17783         * src/plugins/pgpmime/sgpgme.h
17784                 Sync with HEAD (Handle combined messages).
17785
17786 2004-08-24 [colin]      0.9.12cvs80.3
17787
17788         * src/wizard.c
17789                 Fix full name, ports, and imap
17790
17791 2004-08-24 [colin]      0.9.12cvs80.2
17792
17793         * src/Makefile.am
17794         * src/main.c
17795         * src/setup.c
17796         * src/setup.h
17797         * src/stock_pixmap.c
17798         * src/stock_pixmap.h
17799         * src/wizard.c ** ADDED **
17800         * src/wizard.h ** ADDED ** 
17801         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17802                 Add a setup wizard 
17803
17804 2004-08-24 [colin]      0.9.12cvs80.1
17805
17806         * src/folder.c
17807                 Sync with HEAD (set mimeflags on all messages)
17808
17809 2004-08-24 [colin]      0.9.12cvs79.3
17810
17811         * src/matcher_parser_lex.l
17812                 Fix 8bits strings not in utf8
17813
17814 2004-08-24 [colin]      0.9.12cvs79.2
17815
17816         * src/compose.c
17817                 Check conversion result before replacing buffer
17818
17819 2004-08-23 [colin]      0.9.12cvs79.1
17820
17821         * src/compose.c
17822                 Sync with HEAD (create message header in memory)
17823
17824 2004-08-23 [colin]      0.9.12cvs78.1
17825
17826         * src/rfc2015.c
17827         * src/rfc2015.h
17828                 Sync with HEAD (fix bug 197 again)
17829
17830 2004-08-23 [colin]      0.9.12cvs77.3
17831
17832         * src/compose.c
17833                 Fix again inline gpg signing (which outputs utf8
17834                 in gtk2). Not syncing this fix to HEAD as this 
17835                 code is meant to die.
17836
17837 2004-08-23 [colin]      0.9.12cvs77.2
17838
17839         * src/prefs_account.h
17840                 Remove useless include
17841
17842 2004-08-23 [colin]      0.9.12cvs77.1
17843
17844         * src/imap.c
17845         * po/es.po
17846         * po/fr.po
17847         * po/it.po
17848         * po/pl.po
17849         * po/pt_BR.po
17850         * po/sk.po
17851         * po/sr.po
17852                 Sync with HEAD (fix bug 577)
17853
17854 2004-08-22 [colin]      0.9.12cvs76.1
17855
17856         * src/plugins/trayicon/trayicon.c
17857                 Sync with HEAD (fix formatting bug)
17858
17859 2004-08-21 [colin]      0.9.12cvs74.2
17860
17861         * src/gtk/colorsel.c
17862                 Fix bug 564 (Folder color selection window exits on any
17863                 keypress)
17864
17865 2004-08-21 [colin]      0.9.12cvs74.1
17866
17867         * ChangeLog.claws
17868         * src/compose.c
17869         * src/summaryview.c
17870         * src/toolbar.c
17871                 Sync with HEAD (fix bug 576)
17872
17873 2004-08-21 [colin]      0.9.12cvs70.1
17874
17875         * src/compose.c
17876         * src/mainwindow.c
17877                 Sync with HEAD
17878                 
17879
17880 2004-08-21 [paul]       0.9.12cvs66.4
17881
17882         * src/mainwindow.c
17883         * src/messageview.c
17884         * src/gtk/menu.c
17885         * src/plugins/spamassassin/spamassassin_gtk.c
17886                 remove some deprecated gtk1 functions
17887
17888
17889 2004-08-21 [colin]      0.9.12cvs66.3
17890
17891         * src/compose.c
17892         * src/codeconv.c
17893                 Fix warnings
17894                 Remove encoding hacks
17895                 Fix bug 575 (Strange character messes up message)
17896                 Don't display conversion error when drafting
17897
17898 2004-08-21 [paul]       0.9.12cvs66.2
17899
17900         * src/prefs_account.c
17901                 fix GnuPG mode bugs
17902
17903
17904 2004-08-20 [colin]      0.9.12cvs66.1
17905
17906         * src/codeconv.c
17907                 Sync with HEAD 0.9.12cvs66
17908
17909 2004-08-20 [paul]
17910
17911         * src/plugins/pgpmime/plugin.c
17912                 modify PGP/MIME plugin's description
17913
17914 2004-08-17 [colin]      0.9.12cvs65.1
17915
17916         * src/common/ssl.c
17917         * src/plugins/pgpmime/plugin.c
17918                 Sync with HEAD
17919
17920 2004-08-14 [colin]      0.9.12cvs60.3
17921
17922         * src/plugins/trayicon/trayicon.c
17923                 Put back resize callback, on size-request signal
17924                 rather than size-allocate to avoid infinite 
17925                 callback loop
17926
17927 2004-08-13 [colin]      0.9.12cvs60.2
17928
17929         * src/common/defs.h
17930                 Cache versions have been fixed
17931
17932 2004-08-13 [colin]      0.9.12cvs60.1
17933
17934         * src/folderutils.c
17935                 Sync with HEAD
17936
17937 2004-08-12 [colin]      0.9.12cvs59.1
17938
17939         * src/plugins/trayicon/trayicon.c
17940                 Sync with HEAD
17941
17942 2004-08-12 [colin]      0.9.12cvs57.5
17943
17944         * sylpheed.desktop
17945         * configure.ac
17946         * src/Makefile.am
17947         * src/main.c
17948                 Add support for Freedesktop.org's startup notification
17949
17950 2004-08-11 [colin]      0.9.12cvs57.4
17951
17952         * src/textview.c
17953                 Fix off-by-one
17954
17955 2004-08-11 [colin]      0.9.12cvs57.3
17956
17957         * src/message_search.c
17958         * src/summary_search.c
17959                 Make searches case insensitive by default
17960         * src/textview.c
17961                 Fix case-insensitive search in message
17962
17963 2004-08-11 [colin]      0.9.12cvs57.2
17964
17965         * src/summary_search.c
17966                 Let case-sensitive be specified
17967
17968 2004-08-10 [colin]      0.9.12cvs55.4
17969
17970         * src/common/socket.c
17971                 Fix the possible race condition
17972
17973 2004-08-09 [paul]       0.9.12cvs55.3
17974
17975         * configure.ac
17976         * src/Makefile.am
17977         * src/common/Makefile.am
17978                 sync with HEAD
17979
17980
17981 2004-08-09 [paul]       0.9.12cvs55.2
17982
17983         * autogen.sh
17984         * po/poconv.sh
17985                 remove unneeded script
17986
17987         * configure.ac
17988                 add forgotten USE_LDAP_TLS (sync with HEAD)
17989
17990
17991 2004-08-09 [colin]      0.9.12cvs55.1
17992
17993         * src/main.c
17994         * src/common/ssl.c
17995         * src/common/sylpheed.c
17996         * src/common/sylpheed.h
17997                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17998
17999 2004-08-09 [paul]       0.9.12cvs54.1
18000
18001         * ChangeLog
18002         * ChangeLog.claws
18003         * ChangeLog.jp
18004         * configure.ac
18005         * po/POTFILES.in
18006         * src/Makefile.am
18007         * src/folderutils.c
18008         * src/main.c
18009         * src/pgpmime.c
18010         * src/pgpmime.h
18011         * src/sgpgme.c
18012         * src/sgpgme.h
18013         * src/plugins/Makefile.am
18014         * src/plugins/pgpmime/.cvsignore
18015         * src/plugins/pgpmime/Makefile.am
18016         * src/plugins/pgpmime/pgpmime.c
18017         * src/plugins/pgpmime/pgpmime.h
18018         * src/plugins/pgpmime/plugin.c
18019         * src/plugins/pgpmime/sgpgme.c
18020         * src/plugins/pgpmime/sgpgme.h
18021                 sync with HEAD
18022
18023 2004-08-08 [paul]       0.9.12cvs51.1
18024
18025         * configure.ac
18026         * src/folder.c
18027                 sync with HEAD
18028
18029 2004-08-07 [colin]      0.9.12cvs50.1
18030
18031         * src/pop.c
18032         * src/common/partial_download.c
18033                 fix warnings (sync from HEAD)
18034
18035 2004-08-07 [colin]      0.9.12cvs48.1
18036
18037         * src/prefs_folder_item.c
18038                 sync with HEAD 0.9.12cvs48
18039
18040 2004-08-06 [colin]      0.9.12cvs47.1
18041
18042         * src/compose.c
18043                 Sync with HEAD
18044
18045 2004-08-06 [christoph]  0.9.12cvs46.2
18046
18047         * src/main.c
18048         * src/plugins/clamav/clamav_plugin_gtk.c
18049         * src/plugins/dillo_viewer/dillo_viewer.c
18050         * src/plugins/image_viewer/plugin.c
18051         * src/plugins/mathml_viewer/mathml_viewer.c
18052         * src/plugins/spamassassin/spamassassin_gtk.c
18053         * src/plugins/trayicon/trayicon.c
18054                 don't mix GTK1.2 plugin with GTK2 plugins
18055
18056 2004-08-06 [colin]      0.9.12cvs46.1
18057
18058         * ChangeLog
18059         * ChangeLog.claws
18060         * ChangeLog.jp
18061         * configure.ac
18062         * sylpheed-claws.pc.in
18063         * src/folder.c
18064         * src/imap.c
18065         * src/localfolder.c
18066         * src/messageview.c
18067         * src/mimeview.c
18068         * src/mimeview.h
18069         * src/msgcache.c
18070         * src/news.c
18071         * src/prefs_ext_prog.c
18072         * src/prefs_folder_item.c
18073         * src/prefs_fonts.c
18074         * src/prefs_msg_colors.c
18075         * src/prefs_spelling.c
18076         * src/prefs_themes.c
18077         * src/prefs_toolbar.c
18078         * src/prefs_wrapping.c
18079         * src/procmime.h
18080         * src/common/defs.h
18081         * src/common/nntp.c
18082         * src/common/session.c
18083         * src/common/session.h
18084         * src/common/socket.c
18085         * src/common/utils.h
18086         * src/common/xml.c
18087         * src/common/xml.h
18088         * src/gtk/prefswindow.c
18089         * src/gtk/prefswindow.h
18090         * src/plugins/clamav/clamav_plugin_gtk.c
18091         * src/plugins/dillo_viewer/dillo_prefs.c
18092         * src/plugins/image_viewer/viewerprefs.c
18093         * src/plugins/spamassassin/spamassassin_gtk.c
18094         * m4/openssl.m4 *** REMOVED ***
18095                 Sync with HEAD 0.9.12cvs46
18096
18097 2004-08-03 [paul]       0.9.12cvs40.2
18098
18099         * src/action.c
18100         * src/addressadd.c
18101         * src/addressbook.c
18102         * src/addrgather.c
18103         * src/browseldap.c
18104         * src/compose.c
18105         * src/crash.c
18106         * src/editaddress.c
18107         * src/editgroup.c
18108         * src/editldap_basedn.c
18109         * src/foldersel.c
18110         * src/importldif.c
18111         * src/mimeview.c
18112         * src/prefs_common.c
18113         * src/prefs_template.c
18114         * src/sourcewindow.c
18115         * src/summaryview.c
18116         * src/gtk/about.c
18117         * src/gtk/foldersort.c
18118         * src/gtk/logwindow.c
18119         * src/gtk/pluginwindow.c
18120         * src/gtk/prefswindow.c
18121                 change all gtk_scrolled_window_set_policy from 
18122                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
18123
18124 2004-08-02 [paul]       0.9.12cvs40.1
18125
18126         * AUTHORS
18127                 update translation team section
18128         * po/pt_BR.po
18129                 updated by Frederico Goncalves Guimaraes
18130                 <fggdebian@yahoo.com.br>
18131
18132 2004-07-31 [colin]      0.9.12cvs39.9
18133
18134         * src/exphtmldlg.c
18135                 Fix compilation
18136
18137 2004-07-31 [colin]      0.9.12cvs39.8
18138
18139         * src/exphtmldlg.c
18140                 Fix an alertpanel type
18141
18142 2004-07-30 [colin]      0.9.12cvs39.7
18143
18144         * src/alertpanel.c
18145                 Fix alertpanel_error_log's icon
18146
18147 2004-07-30 [colin]      0.9.12cvs39.6
18148
18149         * src/pop.c
18150                 Two of them should still be warnings
18151
18152 2004-07-30 [colin]      0.9.12cvs39.5
18153
18154         * src/pop.c
18155                 More warning -> error
18156 2004-07-29 [colin]      0.9.12cvs39.4
18157
18158         * src/pop.c
18159                 Warning -> error
18160
18161 2004-07-29 [colin]      0.9.12cvs39.3
18162
18163         * src/prefs_matcher.c
18164                 Fix segfault
18165
18166 2004-07-29 [colin]      0.9.12cvs39.2
18167
18168         * src/alertpanel.c
18169                 More nice-looking alertpanels
18170
18171 2004-07-29 [colin]      0.9.12cvs39.1
18172
18173         * src/messageview.c
18174                 sync with head
18175                 (inform user when partial mail is deleted on server)
18176
18177 2004-07-29 [colin]      0.9.12cvs38.1
18178
18179         * src/messageview.c
18180                 sync with head
18181
18182 2004-07-28 [paul]       0.9.12cvs37.7
18183
18184         * src/mainwindow.c
18185                 complete the replacement of deprecated gtk_progress_*
18186
18187 2004-07-28 [paul]       0.9.12cvs37.6
18188
18189         * src/action.c
18190         * src/inc.c
18191         * src/mainwindow.c
18192         * src/send_message.c
18193         * src/gtk/progressdialog.c
18194         * src/gtk/progressdialog.h
18195                 replace deprecated gtk_progress_*
18196
18197 2004-07-28 [paul]       0.9.12cvs37.5
18198
18199         * src/gtk/filesel.c
18200                 remove gtk_window_set_wmclass()
18201 2004-07-28 [paul]       0.9.12cvs37.4
18202
18203         * src/addressbook.c
18204         * src/compose.c
18205         * src/foldersel.c
18206         * src/mainwindow.c
18207         * src/messageview.c
18208         * src/sourcewindow.c
18209         * src/gtk/logwindow.c
18210                 remove gtk_window_set_wmclass()
18211                 
18212         * src/prefs_filtering.c
18213         * src/prefs_filtering_action.c
18214         * src/prefs_fonts.c
18215         * src/prefs_gtk.c
18216         * src/prefs_matcher.c
18217         * src/ssl_manager.c
18218         * src/gtk/prefswindow.c
18219                 replace gtk_window_position()
18220
18221 2004-07-28 [colin]      0.9.12cvs37.3
18222
18223         * src/alertpanel.c
18224         * src/alertpanel.h
18225                 Add a way to specify panel type for specific
18226                 panels (alertpanel())
18227         * src/account.c
18228         * src/addressbook.c
18229         * src/compose.c
18230         * src/expldifdlg.c
18231         * src/main.c
18232         * src/messageview.c
18233         * src/summaryview.c
18234         * src/textview.c
18235         * src/gtk/sslcertwindow.c
18236                 Fix alertpanel()s so that their icon match
18237                 their real type
18238
18239 2004-07-28 [paul]       0.9.12cvs37.2
18240
18241         * src/addr_compl.c
18242         * src/addressbook.c
18243         * src/alertpanel.c
18244         * src/compose.c
18245         * src/export.c
18246         * src/foldersel.c
18247         * src/folderview.c
18248         * src/grouplistdialog.c
18249         * src/import.c
18250         * src/mainwindow.c
18251         * src/message_search.c
18252         * src/messageview.c
18253         * src/passphrase.c
18254         * src/prefs_actions.c
18255         * src/prefs_common.c
18256         * src/prefs_customheader.c
18257         * src/prefs_display_header.c
18258         * src/prefs_filtering.c
18259         * src/prefs_filtering_action.c
18260         * src/prefs_gtk.c
18261         * src/prefs_matcher.c
18262         * src/prefs_msg_colors.c
18263         * src/prefs_summary_column.c
18264         * src/prefs_template.c
18265         * src/sourcewindow.c
18266         * src/ssl_manager.c
18267         * src/summary_search.c
18268         * src/gtk/colorsel.c
18269         * src/gtk/description_window.c
18270         * src/gtk/gtkaspell.c
18271         * src/gtk/inputdialog.c
18272         * src/gtk/logwindow.c
18273         * src/gtk/prefswindow.c
18274         * src/gtk/progressdialog.c
18275                 replace deprecated gtk_window_set_policy
18276
18277 2004-07-27 [colin]      0.9.12cvs37.1
18278
18279         * src/msgcache.c
18280                 More fixes (synced for head again)
18281
18282 2004-07-27 [colin]      0.9.12cvs35.3
18283
18284         * src/msgcache.c
18285                 Fix wrong test
18286
18287 2004-07-27 [colin]      0.9.12cvs35.2
18288
18289         * src/mimeview.c
18290                 Fix width a bit (by Paul)
18291         * src/alertpanel.c
18292         * src/alertpanel.h
18293                 Specialize icons, make alertpanel_message()
18294                 private
18295         * src/message_search.c
18296         * src/sgpgme.c
18297         * src/summary_search.c
18298                 Suit alertpanel changes
18299
18300 2004-07-27 [colin]      0.9.12cvs35.1
18301
18302         * src/alertpanel.c
18303                 Add an icon
18304         * src/passphrase.c
18305                 Add debug output - maybe someone will
18306                 want to look at the problem with Grab
18307                 Input :)
18308         Bump version as we're synced with HEAD
18309
18310 2004-07-26 [colin]      0.9.12cvs33.26
18311
18312         * src/pop.c
18313                 Fix uidl-file parsing when not in new
18314                 format
18315
18316 2004-07-26 [colin]      0.9.12cvs33.25
18317
18318         * src/gtk/menu.c
18319                 Move popup menu up if necessary (fixes 
18320                 account selector)
18321         * src/mainwindow.c
18322                 Set account selector's button height to
18323                 minimum
18324
18325 2004-07-26 [colin]      0.9.12cvs33.24
18326
18327         * src/alertpanel.c
18328                 Maybe fix 551 (Truncated font in alert window)
18329
18330 2004-07-26 [colin]      0.9.12cvs33.23
18331
18332         * po/de.po
18333         * po/es.po
18334         * po/fr.po
18335         * po/it.po
18336         * po/ja.po
18337         * po/pl.po
18338         * po/ru.po
18339         * po/sk.po
18340         * po/sr.po
18341         * po/zh_CN.po
18342                 Sync po files with HEAD
18343
18344 2004-07-26 [paul]       0.9.12cvs33.22
18345
18346         * src/compose.c
18347                 fix Bug 556 'Organisation-header is sent even if empty'
18348
18349 2004-07-24 [colin]      0.9.12cvs33.21
18350
18351         * src/compose.c
18352         * src/gtk/gtkaspell.c
18353         * src/gtk/gtkaspell.h
18354                 Fix speller accelerators (require hack)
18355
18356 2004-07-24 [colin]      0.9.12cvs33.20
18357
18358         * src/gtk/gtkaspell.c
18359                 Fix over-eager code deletion breaking
18360                 Check while typing
18361
18362 2004-07-24 [colin]      0.9.12cvs33.19
18363
18364         * src/browseldap.c
18365         * src/ldapctrl.c
18366         * src/ldapctrl.h
18367         * src/ldapserver.h
18368                 Sync ldap with HEAD
18369         (Fixes 546 LDAP completely broken)
18370
18371 2004-07-24 [colin]      0.9.12cvs33.18
18372
18373         * src/prefs_msg_colors.c
18374                 Fix prototype mismatch
18375         (Fixes 547 void function cannot return value)
18376
18377 2004-07-24 [colin]      0.9.12cvs33.17
18378
18379         * src/mainwindow.c
18380                 Fix sort going back to previous sort key
18381                 when changing sort direction
18382
18383 2004-07-24 [colin]      0.9.12cvs33.16
18384
18385         * src/compose.c
18386                 Fix space insertion when re-wrapping at 
18387                 cursor point
18388
18389 2004-07-24 [colin]      0.9.12cvs33.15
18390
18391         * src/gtk/gtkaspell.c
18392                 Don't change cursor position in insert-text
18393                 callback
18394         (Fixes 539 Word wrapping on input transposes letters)
18395
18396 2004-07-24 [colin]      0.9.12cvs33.14
18397
18398         * src/gtk/gtkaspell.c
18399                 Reencode non-ascii chars to dictionary's
18400                 encoding
18401         (Fixes 544 Spell check broken non english locale)
18402
18403 2004-07-24 [colin]      0.9.12cvs33.13
18404
18405         * src/summaryview.c
18406                 Fix Shift+Down, add Home/End/PgUp/PgDown
18407
18408 2004-07-21 [colin]      0.9.12cvs33.12
18409
18410         * src/prefs_common.c
18411                 Fix a gtk warning (Patch by Andrej Kacian)
18412
18413 2004-07-21 [colin]      0.9.12cvs33.11
18414
18415         * src/gtk/filesel.c
18416                 More check
18417
18418 2004-07-21 [colin]      0.9.12cvs33.10
18419
18420         * src/compose.c
18421         * src/crash.c
18422         * src/export.c
18423         * src/import.c
18424         * src/messageview.c
18425         * src/mimeview.c
18426         * src/prefs_spelling.c
18427         * src/prefs_themes.c
18428         * src/summaryview.c
18429         * src/gtk/filesel.c
18430         * src/gtk/filesel.h
18431         * src/gtk/pluginwindow.c
18432                 Untwist open/save mode guessing logic, make
18433                 it explicit
18434
18435 2004-07-20 [colin]      0.9.12cvs33.9
18436
18437         * src/codeconv.c
18438                 conv_encode_header: src_charset is UTF-8 on
18439                 gtk2
18440         * src/compose.c
18441                 Remove double encoding of the headers
18442
18443 2004-07-20 [colin]      0.9.12cvs33.8
18444
18445         * src/codeconv.c
18446                 Fix typo
18447
18448 2004-07-20 [colin]      0.9.12cvs33.7
18449
18450         * src/mainwindow.c
18451                 Set the separated messageview to the saved
18452                 size of Claws' messageview (Patch by Alfons)
18453                 Fix a callback prototype (me)
18454
18455 2004-07-20 [colin]      0.9.12cvs33.6
18456
18457         * src/codeconv.h
18458                 Forgot one hunk in 0.9.12cvs33.4
18459
18460 2004-07-19 [colin]      0.9.12cvs33.5
18461
18462         * src/action.c
18463                 Action output fix
18464                 Patch by Alfons
18465
18466 2004-07-19 [colin]      0.9.12cvs33.4
18467
18468         * src/compose.c
18469                 Fix outgoing charset bug in headers
18470         * src/codeconv.c
18471                 Clean for glib2 - Patch by Alfons
18472
18473 2004-07-19 [colin]      0.9.12cvs33.3
18474
18475         * src/statusbar.c
18476                 Remove grip from the statusbar
18477                 Patch by Alfons
18478
18479 2004-07-19 [colin]      0.9.12cvs33.2
18480
18481         * src/messageview.c
18482         * src/textview.c
18483                 Fix messageview remembering the previous
18484                 scroll position when loading a new message
18485                 Patch by Alfons
18486
18487 2004-07-19 [colin]      0.9.12cvs33.1
18488
18489         * src/folder.h
18490         * src/folderview.c
18491         * src/summaryview.c
18492                 Sync with HEAD
18493
18494 2004-07-18 [colin]      0.9.12cvs32.7
18495
18496         * configure.ac
18497                 Remove useless check for XIM - noticed
18498                 by Alfons
18499
18500 2004-07-18 [colin]      0.9.12cvs32.6
18501
18502         * src/summaryview.c
18503                 Remove non-modified and shift-modified
18504                 accelerators in summaryview's popup
18505                 menu, as that doesn't get catched by
18506                 the accel-activate signal catcher...
18507
18508 2004-07-18 [colin]      0.9.12cvs32.5
18509
18510         * src/prefs_common.c
18511                 Define sensible default prefs for 
18512                 wrapping
18513
18514 2004-07-18 [colin]      0.9.12cvs32.4
18515
18516         * src/compose.c
18517         * src/prefs_common.c
18518         * src/prefs_common.h
18519         * src/prefs_wrapping.c
18520                 Remove Smart Wrapping pref, which does
18521                 nothing on gtk2 branch
18522
18523 2004-07-18 [colin]      0.9.12cvs32.3
18524
18525         * src/sourcewindow.c
18526                 Proper utf8
18527
18528 2004-07-18 [colin]      0.9.12cvs32.2
18529
18530         * src/compose.c
18531                 Save attachment status when drafting
18532
18533 2004-07-18 [colin]      0.9.12cvs32.1
18534
18535         * src/gtk/filesel.c
18536                 Fix erratic folder selection in open mode
18537
18538 2004-07-18 [colin]      0.9.12cvs31.11
18539
18540         * src/pop.c
18541                 Don't let partial messages get deleted
18542                 even with "dowload all"
18543                 (0.9.12cvs31.8 fix extension)
18544 2004-07-18 [colin]      0.9.12cvs31.10
18545
18546         * src/gtk/logwindow.c
18547                 Fix log scrolling
18548
18549 2004-07-18 [colin]      0.9.12cvs31.9
18550
18551         * src/common/utils.c
18552                 Fix non-utf8 strings coming from commands
18553                 and files
18554
18555 2004-07-18 [colin]      0.9.12cvs31.8
18556
18557         * src/pop.c
18558                 Fix partial download bug with Download all
18559                 messages option
18560
18561 2004-07-18 [colin]      0.9.12cvs31.7
18562
18563         * src/textview.c
18564                 Fix bug introduced in 0.9.12cvs31.2
18565                 (blocked in select mode after double click)
18566
18567 2004-07-18 [colin]      0.9.12cvs31.6
18568
18569         * src/compose.c
18570         * src/gtk/menu.c
18571                 More glib-warning fixes
18572
18573 2004-07-18 [colin]      0.9.12cvs31.5
18574
18575         * src/compose.c
18576                 Fix trashing the primary clipboard when moving 
18577                 around with tab
18578         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18579
18580 2004-07-18 [colin]      0.9.12cvs31.4
18581
18582         * src/codeconv.c
18583                 convert unencoded iso headers to utf8
18584         (Fix Bug 538 Unencoded local characters in subject make it 
18585          disappear)
18586
18587 2004-07-18 [colin]      0.9.12cvs31.3
18588
18589         * src/compose.c
18590                 Fix tab char handling in wrapping
18591         (Fix Bug 537 Line wrap problem - TAB character treated as 
18592          one character instead of 8)
18593
18594 2004-07-18 [colin]      0.9.12cvs31.2
18595
18596         * src/textview.c
18597                 return FALSE on GDK_MOTION_NOTIFY
18598         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18599          (unable to highlight))
18600
18601 2004-07-18 [colin]      0.9.12cvs31.1
18602
18603         * src/folderview.c
18604                 Sync with 0.9.12cvs31
18605
18606 2004-07-18 [colin]      0.9.12cvs30.4
18607
18608         * src/compose.c
18609                 Also block text_inserted when inserting a file
18610
18611 2004-07-18 [colin]      0.9.12cvs30.3
18612
18613         * src/compose.c
18614                 Fix smart wrapping (block text_inserted handler
18615                 while putting quotation to avoid wrap on input,
18616                 don't join lines if next is sig separator)
18617
18618 2004-07-17 [colin]      0.9.12cvs30.2
18619
18620         * src/folderview.c
18621         * src/mainwindow.c
18622         * src/mimeview.c
18623         * src/summaryview.c
18624         * src/gtk/quicksearch.c
18625         * src/gtk/quicksearch.h
18626                 Block key events handlers *and* accels while
18627                 quicksearch is focused
18628         (Fixes Bug 534 quick-search bar not accepting certain letters)
18629
18630 2004-07-17 [colin]      0.9.12cvs30.1
18631
18632         * src/folder.h
18633         * src/folderview.c
18634         * src/summaryview.c
18635                 Sync with 0.9.12cvs30
18636
18637 2004-07-17 [colin]      0.9.12cvs28.2
18638
18639         * src/mimeview.c
18640         * src/procmime.c
18641         * src/summaryview.c
18642         * src/gtk/menu.c
18643                 Squash some compile and glib warnings
18644
18645 2004-07-17 [paul]       0.9.12cvs28.1
18646
18647         * src/mimeview.c
18648                 sync with 0.9.12cvs28 HEAD
18649
18650 2004-07-16 [paul]       0.9.12cvs26.1
18651         
18652         * src/gtk/quicksearch.c
18653         * src/account.c
18654         * src/account.h
18655         * src/compose.c
18656         * src/customheader.c
18657         * src/folder_item_prefs.c
18658         * src/main.c
18659         * src/mainwindow.c
18660         * src/messageview.c
18661         * src/mimeview.c
18662         * src/news.c
18663         * src/pgpmime.c
18664         * src/pop.c
18665         * src/pop.h
18666         * src/prefs_account.c
18667         * src/prefs_account.h
18668         * src/prefs_common.c
18669         * src/prefs_common.h
18670         * src/prefs_display_header.c
18671         * src/prefs_gtk.c
18672         * src/prefs_gtk.h
18673         * src/procheader.c
18674         * src/procmime.c
18675                 sync with 0.9.12cvs26 HEAD      
18676
18677 2004-07-15 [colin]      0.9.12cvs18.14
18678
18679         * src/folder.c
18680                 Disable GPG signature check during
18681                 folder move and scan
18682         (Closes Bug 521 Signature checking slows down Folder-Move)
18683
18684 2004-07-14 [colin]      0.9.12cvs18.13
18685
18686         * src/common/partial_download.c
18687                 update includes
18688
18689 2004-07-14 [colin]      0.9.12cvs18.12
18690
18691         * src/common/partial_download.c
18692         * src/common/partial_download.h
18693                 Move doc at top, add correct copyright
18694
18695 2004-07-14 [colin]      0.9.12cvs18.11
18696
18697         * src/folder.c
18698         * src/messageview.c
18699         * src/pop.c
18700         * src/pop.h
18701         * src/procmsg.c
18702         * src/summaryview.c
18703         * src/common/Makefile.am
18704         * src/common/partial_download.c ** NEW FILES **
18705         * src/common/partial_download.h ** NEW FILES **
18706                 Move partial-download related stuff to its
18707                 own file
18708
18709 2004-07-14 [colin]      0.9.12cvs18.10
18710
18711         * src/send_message.c
18712                 Fix smtp auth when user is null or empty
18713
18714 2004-07-13 [colin]      0.9.12cvs18.9
18715
18716         * src/gtk/quicksearch.c
18717                 Use alphabetic order
18718
18719 2004-07-13 [colin]      0.9.12cvs18.8
18720
18721         * src/pop.c
18722                 Be paranoid on the checks
18723
18724 2004-07-13 [colin]      0.9.12cvs18.7
18725
18726         * src/gtk/quicksearch.c
18727                 Fix Engrish once again
18728
18729 2004-07-13 [colin]      0.9.12cvs18.6
18730
18731         * src/procmsg.c
18732         * src/summaryview.c
18733                 Mark messages for deletion when they are about to
18734                 be removed from trash
18735
18736 2004-07-13 [colin]      0.9.12cvs18.5
18737
18738         * src/matcher.c
18739         * src/matcher.h
18740         * src/matcher_parser_parse.y
18741         * src/prefs_matcher.c
18742         * src/gtk/quicksearch.c
18743                 Add 'partial' ('p') match string to find partially
18744                 downloaded messages
18745
18746 2004-07-13 [colin]      0.9.12cvs18.4
18747
18748         * src/pop.c
18749                 Fix misplaced block
18750
18751 2004-07-13 [colin]      0.9.12cvs18.3
18752
18753         * src/pop.c
18754         * src/pop.h
18755         * src/messageview.c
18756                 Refactor API (to avoid passing 5+ params and code
18757                 duplication)
18758         * src/folder.c
18759         * src/msgcache.c
18760         * src/procheader.c
18761         * src/common/defs.h
18762                 Add planned_download to cache
18763                 Don't mess uidl file when moving partially downloaded
18764                 mails (they change folder, we should change it in the
18765                 uidl list too or we'll remove an incorrect message)
18766                 (this also helps removing hacks when changing 
18767                 planned_download in messageview.c)
18768
18769 2004-07-12 [colin]      0.9.12cvs18.2
18770
18771         * src/gtk/quicksearch.c
18772                 Fix missing status update in quicksearch
18773
18774 2004-07-12 [paul]       0.9.12cvs18.1
18775
18776         * po/POTFILES.in
18777         * src/Makefile.am
18778         * src/account.c
18779         * src/codeconv.c
18780         * src/compose.c
18781         * src/inc.c
18782         * src/main.c
18783         * src/prefs_common.c
18784         * src/procmsg.h
18785         * src/toolbar.c
18786         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18787         * src/prefs_wrapping.[ch]       ** NEW FILES **
18788         * src/common/intl.h
18789         * src/common/utils.[ch]
18790         * src/gtk/quicksearch.[ch]
18791                 sync with 0.9.12cvs18 HEAD
18792
18793 2004-07-12 [colin]      0.9.11cvs17.25
18794
18795         * src/folder.c
18796         * src/folder.h
18797                 Remove unused function added by me in 0.9.11cvs17.10
18798
18799 2004-07-11 [colin]      0.9.11cvs17.24
18800
18801         * src/inc.c
18802         * src/messageview.c
18803         * src/pop.c
18804         * src/pop.h
18805                 Use folderitem and msgnum instead of filename to
18806                 know which mail to delete
18807                 Move old partial mail deletion to pop.c
18808
18809 2004-07-10 [colin]      0.9.11cvs17.23
18810
18811         * src/inc.c
18812                 Add debug
18813         * src/pop.c
18814         * src/pop.h
18815                 Don't re-use same enums for unrelated stuff: it's 
18816                 completely misleading !
18817                 Document a bit
18818
18819 2004-07-09 [colin]      0.9.11cvs17.22
18820
18821         * src/inc.c
18822                 Remove folder-type check and do
18823                 more tests to be sure everything's
18824                 ok
18825         * src/messageview.c
18826                 Punctuation update, remove useless
18827                 code, fix two warnings
18828         * src/noticeview.c
18829                 Layout cleaning, reset 2nd button
18830                 when specifying one
18831
18832 2004-07-09 [colin]      0.9.11cvs17.21
18833
18834         * src/messageview.c
18835         * src/pop.c
18836         * src/pop.h
18837                 Allow user to change his mind
18838                 and postpone decision (by
18839                 unmarking the mail)
18840
18841 2004-07-09 [colin]      0.9.11cvs17.20
18842
18843         * src/messageview.c
18844                 Fix bug with delete state
18845         * src/pop.c
18846         * src/pop.h
18847                 Fix buffer leak (fread doesn't 
18848                 terminate buffers with \0)
18849                 Refactoring (remove magic 
18850                 numbers)
18851
18852 2004-07-09 [colin]      0.9.11cvs17.19
18853
18854         * src/pop.c
18855                 Don't log "Skipping message" if 
18856                 we're going to TOP it two lines
18857                 later
18858
18859 2004-07-09 [colin]      0.9.11cvs17.18
18860
18861         * src/messageview.c
18862                 Fix Engrish
18863
18864 2004-07-09 [colin]      0.9.11cvs17.17
18865
18866         * src/pop.c
18867                 strlen checking...
18868         * src/messageview.c
18869                 refactoring a bit
18870
18871 2004-07-08 [colin]      0.9.11cvs17.16
18872
18873         * src/noticeview.c
18874         * src/noticeview.h
18875                 Add an optional second button
18876         * src/messageview.c
18877         * src/pop.c
18878         * src/pop.h
18879                 Don't delete partially received mails after a certain
18880                 time; rather, let the user decide.
18881
18882 2004-07-08 [colin]      0.9.11cvs17.15
18883
18884         * src/common/smtp.h
18885                 Sync with HEAD
18886
18887 2004-07-08 [colin]      0.9.11cvs17.14
18888
18889         * src/messageview.c
18890         * src/common/smtp.c
18891                 Use to_human_readable() for sizes
18892
18893 2004-07-08 [colin]      0.9.11cvs17.13
18894
18895         * src/inc.c
18896         * src/messageview.c
18897         * src/pop.c
18898         * src/pop.h
18899         * src/procmsg.c
18900                 Fix partial-downloading issues:
18901                         catch unsupported TOP
18902                         don't delete partially downloaded mails before 5 days
18903                         don't update existing with non-MH folders; that'll
18904                         make dups, but it's better than trashing the folder
18905                         free new msginfo parts
18906                 Fix indentation ;-)
18907
18908 2004-07-08 [colin]      0.9.11cvs17.12
18909
18910         * src/common/smtp.c
18911         * src/common/smtp.h
18912                 Sync smtp size verification with HEAD
18913
18914 2004-07-08 [colin]      0.9.11cvs17.11
18915
18916         * src/summaryview.c
18917         * src/prefs_common.c
18918         * src/prefs_common.h
18919         * src/gtk/quicksearch.c
18920         * src/gtk/quicksearch.h
18921                 Sync sticky pref with HEAD
18922
18923 2004-07-08 [colin]      0.9.11cvs17.10
18924
18925         * src/folder.c [1.213.2.6]
18926         * src/folder.h [1.87.2.6]
18927         * src/inc.c [1.149.2.7]
18928         * src/messageview.c [1.94.2.8]
18929         * src/procheader.c [1.47.2.6]
18930         * src/procmsg.c [1.150.2.4]
18931         * src/procmsg.h [1.60.2.5]
18932         * src/pop.c [1.56.2.4]
18933         * src/pop.h [1.17.2.3]
18934                 Let too big messages get downloaded, but truncated
18935                 Add a button to download them completely
18936                 
18937 2004-07-06 [colin]      0.9.11cvs17.9
18938
18939         * src/gtk/quicksearch.c [1.1.2.3]
18940                 Add a Clear button
18941         * commitHelper
18942         * PATCHSETS
18943                 Add a script to help with cvs
18944
18945 2004-07-03 [colin]      0.9.11cvs17.8
18946
18947         * src/plugins/imageviewer/viewer.c
18948                 fix imageviewer (which was staying on the first
18949                 displayed image)
18950
18951 2004-07-03 [colin]      0.9.11cvs17.7
18952
18953         Removed FIXME_GTK2 warnings
18954         * src/gtk/gtkutils.c
18955                 useless #warnings
18956         * src/gtk/menu.c
18957                 useless #warnings (no need to mess with menu rc)
18958         * src/gtk/menu.h
18959                 unused functions
18960         
18961
18962 2004-07-03 [colin]      0.9.11cvs17.6
18963
18964         Removed FIXME_GTK2 warnings
18965         * src/codeconv.c
18966                 useless #warnings (rewrite needed)
18967         * src/compose.c
18968                 useless #warnings (rewrite needed)
18969                 useless #warnings (gtk2 is like that)
18970                 useless #warnings (previously fixed)
18971         * src/main.c
18972                 useless #warnings (previously fixed)
18973         * src/message_search.c
18974                 useless #warnings (gtk2 is like that)
18975                 Made apparent that search is case-sensitive
18976         * src/mimeview.c
18977                 useless #warnings (rewrite needed)
18978                 useless #warnings (gtk2 is like that)
18979                 reimplemented real warnings
18980         * src/prefs_common.c
18981                 Removed block cursor option (not it gtk2)
18982         * src/prefs_gtk.c
18983                 useless #warnings (rewrite needed)
18984         * src/procheader.c
18985                 useless #warnings (rewrite needed)
18986         * src/sourcewindow.c
18987                 useless #warnings (incorrect placing)
18988         * src/summary_search.c
18989                 useless #warnings (gtk2 is like that)
18990                 Made apparent that search is case-sensitive
18991         * src/action.c
18992                 useless #warnings (gtk2 is like that)
18993         * src/textview.c
18994                 useless #warnings (rewrite needed)
18995         * src/toolbar.c
18996                 useless #warnings (rewrite needed)
18997
18998 2004-07-03 [colin]      0.9.11cvs17.5
18999
19000         * src/textview.c
19001                 Fix mismerge which broke URI opening
19002                 
19003 2004-07-01 [colin]      0.9.11cvs17.4
19004
19005         * src/gtk/filesel.c
19006                 Fill filename when saving
19007                 
19008 2004-06-27 [colin]      0.9.11cvs17.3
19009
19010         * src/gtk/filesel.[ch]
19011                 Use the new GTK file selector
19012                 Update prototype to match the reality: multiple file
19013                 selection is open-only          
19014         * src/compose.c
19015                 Match the new prototypes        
19016         * configure.ac
19017                 Match the new requirements (gtk 2.4.0)
19018                         
19019 2004-06-26 [colin]      0.9.11cvs17.2
19020
19021         * src/plugins/trayicon/trayicon.c
19022                 Remove useless signal handler on resize, which causes
19023                 an infinite "loop"
19024         
19025 2004-06-26 [colin]      0.9.11cvs17.1
19026         
19027         * tools/Makefile.am
19028                 remove launch_firebird and add nautilus2sylpheed.sh
19029         * src/quicksearch.c
19030           src/summaryview.c
19031                 Fix show/hide "Extended symbols" button problem
19032                 Fix apparition at startup
19033                 Fix const warnings
19034         * src/plugins/image_viewer/Makefile.am
19035                 Fix configure 
19036         * common/ssl.c
19037                 Re-enable certificate check, as it doesn't seem to
19038                 cause Xlib errors anymore
19039
19040 2004-06-25 [paul]       0.9.11cvs17
19041
19042         * sync with 0.9.11cvs17 HEAD
19043         
19044         NOTE: QuickSearch is broken
19045
19046 2004-06-07 [colin]      0.9.10claws67.10
19047         * src/plugins/trayicon/trayicon.c
19048           src/plugins/trayicon/libeggtrayicon/Makefile.am
19049           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19050                 Fix gettextization in trayicon plugin
19051
19052 2004-06-07 [colin]      0.9.10claws67.9
19053         
19054         * src/summaryview.c
19055           src/gtk/gtksctree.[ch]
19056                 Let Shift+{Up,Down} work in summaryview
19057                 (well, Down "works" and Up works)
19058                 Let the list scroll when using these keys
19059
19060 2004-06-06 [colin]      0.9.10claws67.8
19061
19062         * src/plugins/trayicon/trayicon.c
19063                 Fix pixmap update
19064
19065 2004-06-06 [colin]      0.9.10claws67.7
19066
19067         * src/addressbook.c
19068                 Fix signal handling causing system-wide focus grab
19069
19070 2004-05-25 [paul]       0.9.10claws67.6
19071
19072         * Makefile.am
19073           src/Makefile.am
19074                 clean up
19075
19076 2004-05-25 [paul]       0.9.10claws67.5
19077
19078         * replace deprecated gtk_signal... functions
19079
19080 2004-05-23 [colin]      0.9.10claws67.4
19081
19082         * src/compose.c
19083                 Fix wrapping
19084
19085 2004-05-22 [colin]      0.9.10claws67.3
19086
19087         * src/compose.c
19088                 Re-fix [Edited] in compose.c::compose_reedit()
19089
19090 2004-05-22 [colin]      0.9.10claws67.2
19091
19092         * src/procmime.c
19093                 Fix parsing of multiparts mails
19094
19095 2004-05-22 [colin]      0.9.10claws67.1
19096
19097         * src/summaryview.c
19098                 Fix quicksearch
19099
19100 2004-05-22 [paul]       0.9.10claws67
19101
19102         * sync with 0.9.10claws67 HEAD
19103
19104 2004-05-14 [alfons]
19105
19106         * src/procmime.h
19107                 add forgotton prototype
19108
19109 2004-05-10 [paul]       0.9.10claws57
19110
19111         * sync with 0.9.10claws57 HEAD
19112
19113 2004-05-05 [paul]       0.9.9.claws1
19114
19115         * ChangeLog-gtk2        ** REMOVED **
19116           ChangeLog-gtk2.claws  ** ADDED **
19117                 rename and adopt the normal claws format
19118                 
19119         * configure.ac
19120                 require gtkmathview >= 0.5
19121
19122         * ac/*                          ** REMOVED **
19123           ac/                           ** REMOVED **
19124           intl/Makefile.in              ** REMOVED **
19125           m4/                           ** ADDED **
19126           m4/missing                    ** ADDED **
19127           m4/missing/gdk-pixbuf.m4      ** ADDED **
19128           m4/missing/gettext.m4         ** ADDED **
19129           m4/missing/gpgme.m4           ** ADDED **
19130           m4/missing/imlib.m4           ** ADDED **
19131           m4/.cvsignore                 ** ADDED **
19132           m4/Makefile.am                ** ADDED **
19133           m4/README                     ** ADDED **
19134           m4/aclocal-include.m4         ** ADDED **
19135           m4/aspell.m4                  ** ADDED **
19136           m4/check-type.m4              ** ADDED **
19137           m4/gnupg-check-typedef.m4     ** ADDED **
19138           m4/openssl.m4                 ** ADDED **
19139           m4/spamassassin.m4            ** ADDED **
19140           po/ChangeLog                  ** REMOVED **
19141           po/Makefile.in.in             ** REMOVED **
19142           po/Rules-quot                 ** REMOVED **
19143           po/boldquot.sed               ** REMOVED **
19144           po/en@boldquot.header         ** REMOVED **
19145           po/en@quot.header             ** REMOVED **
19146           po/insert-header.sin          ** REMOVED **
19147           po/quot.sed                   ** REMOVED **
19148           po/remove-potcdate.sed        ** REMOVED **
19149           po/remove-potcdate.sin        ** REMOVED **
19150           po/stamp-po                   ** REMOVED **
19151           Makefile.am
19152           autogen.sh
19153           configure.ac
19154                 enable building with automake 1.8.x
19155                 add 'autopoint --force' to autogen.sh and remove all
19156                 auto-generated files, remove ac/ directory and use
19157                 m4/ directory instead
19158                 
19159         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19160                 fix gettextization
19161
19162 2004-02-28 Colin Leroy <colin@colino.net>
19163         * src/prefs_matcher.c
19164           src/prefs_filtering.c
19165           src/prefs_filtering_action.c
19166                 Fix non-editable GtkEntries
19167
19168 2004-02-22 Thorsten Maerz <torte@netztorte.de>
19169         * src/prefs_themes.c
19170                 utf8 conversion for theme info
19171
19172 2004-02-21 Thorsten Maerz <torte@netztorte.de>
19173         * sync 0.9.9claws
19174
19175 2004-02-14 Thorsten Maerz <torte@netztorte.de>
19176         * src/grouplistdialog.c
19177                 allow multiple selections without ctrl key
19178
19179 2004-02-09 Thorsten Maerz <torte@netztorte.de>
19180         * src/main.c
19181                 enable customizable accelerators
19182
19183 2004-02-08 Thorsten Maerz <torte@netztorte.de>
19184         * src/prefs_common.c
19185                 re-enable different font settings for gtk1/2
19186         * src/prefs_folder_item.c
19187                 fix folder prefs displayed wrong
19188         * src/textview.c
19189                 set 'sunken' shadow type
19190
19191 2004-02-07 Colin Leroy <colin@colino.net>
19192         * src/compose.c
19193                 Fix message being always [Edited]
19194                 Encode headers correctly (utf8 buf)
19195
19196 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19197         * src/socket.c
19198                 remove double g_source_attach()
19199                 (Thanks to Colin Leroy)
19200
19201 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19202         * src/gtk/gtksctree.c
19203                 Fix SSL certificate list not shown
19204         * src/mimeview.c
19205                 Fix clicks in mime tree
19206
19207 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19208         * src/common/socket.c
19209                 Fix SSL receive
19210         * src/compose.c
19211                 Fix clipboard menu hotkeys
19212
19213 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19214         * src/gtk/gtkaspell.[ch]
19215           src/compose.c
19216                 reimplement spellchecker
19217
19218 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19219         * src/gtk/filesel.c
19220                 crash when inserting file in compose window
19221                 (TODO: keep old selection on clicks)
19222         * src/main.c
19223                 use gtkrc-2.0 instead of gtkrc
19224
19225 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19226         * src/messageview.c
19227                 remove orphaned mimeview unref()
19228
19229 2004-01-20 Thorsten Maerz <torte@netztorte.de>
19230         * src/grouplistdialog.c
19231                 expand nodes containing subscribed groups
19232
19233 2004-01-19 Thorsten Maerz <torte@netztorte.de>
19234         * src/textview.c
19235                 textview: hide cursor, restore old click behaviour
19236
19237 2004-01-18 Thorsten Maerz <torte@netztorte.de>
19238         * src/textview.c
19239                 variable names messed up
19240
19241 2004-01-17 Colin Leroy <colin@colino.net>
19242         * src/addr_compl.c
19243                 Fix completion address too thin
19244         * src/compose.c
19245                 Fix tab-to-subject behaviour
19246         * src/summaryview.c
19247                 Implement key up & down in summaryview
19248
19249 2004-01-12 Thorsten Maerz <torte@netztorte.de>
19250
19251         * sync 098claws
19252
19253 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19254         * configure.ac
19255           Makefile.am
19256           doc/.cvsignore
19257           doc/Makefile.am
19258                 faq, man, manual moved to doc/
19259         * ac/aspell.m4
19260           ac/check-type.m4
19261           ac/gnupg-check-typedef.m4
19262           ac/openssl.m4
19263           ac/spamassassin.m4
19264           ac/missing/gdk-pixbuf.m4
19265           ac/missing/gpgme.m4
19266           ac/missing/imlib.m4
19267                 fix automake warnings
19268
19269 2003-12-06 Colin Leroy <colin@colino.net>
19270         * src/summaryview.c
19271                 Fix quicksearch
19272
19273 2003-12-05 Colin Leroy <colin@colino.net>
19274         * src/summaryview.c
19275                 Fix going to next unread folder
19276
19277 2003-12-05 Colin Leroy <colin@colino.net>
19278         * src/crash.c
19279                 Fix gtk2 compilation
19280         * src/session.c
19281                 Remove iotag source handler at disconnection
19282         * src/socket.[ch] 
19283                 Remove source handler when closing socket 
19284                 (fixes another seg)
19285
19286 2003-12-04 Colin Leroy <colin@colino.net>
19287         * src/compose.c
19288           src/prefs_account.c
19289           src/prefs_common.c
19290                 Fix some dropdown menus
19291
19292 2003-12-04 Colin Leroy <colin@colino.net>
19293         * src/compose.c
19294                 Fix event handlers on header fields
19295         * src/common/socket.c
19296           src/common/session.c
19297                 Fix segfault with callback (SSL)
19298                 Fix end of session 
19299
19300 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19301
19302         * Fix compile bug in src/compose.c
19303         * removed src/gtk/gtkstext.[ch]
19304
19305 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19306
19307         * Convert character set and escape "text" attributes in toolbar setting
19308         files.
19309         * Fixed bug in button-press-event handling.
19310
19311 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19312
19313         * Fixed bug in key-press-event handling.
19314
19315 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19316
19317         * Enabled to compile tray-icon plugin (Ad-hoc).
19318         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19319
19320 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19321
19322         * Enabled to compile on sylpheed-claws.
19323         (tray-icon plugin still cannot compile yet.)
19324
19325 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19326
19327         * Updated to 0.9.5.
19328
19329 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19330
19331         * Updated to 0.9.4.
19332         * Ported monitoring SSL mechanism to GSource of GLib2
19333         (I don't confirm it)
19334         * Added _gtk2 suffix to key name of font preference to avoid
19335         ovverwriting preference of Gtk+-1.2 version.
19336
19337 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19338
19339         * Updated to 0.9.2.
19340
19341 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19342
19343         * Updated to 0.9.1.
19344         * Translate po files into UTF-8 when execute autogen.sh.
19345
19346 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19347
19348         * Updated to 0.9.0.
19349
19350 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19351
19352         * Plugged GError related memory leaks.
19353
19354 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19355
19356         * Changed default size of fonts.
19357         * Enabled to set titile font size of warning dialog.
19358
19359 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19360
19361         * Embed a sylpheed icon into executable binary on Windows.
19362
19363 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19364
19365         * I forgot to traslate character set of element string in src/xml.c.
19366
19367 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19368
19369         * Fixed detecting bind_textdomain_codeset in configure.in.
19370         * The bug in which "Example" of "Date fromat" preference isn't displayed
19371         correctly has been fixed.
19372
19373 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19374
19375         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19376           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19377           glib-gettextize
19378           Removed intl directory.
19379           Translated po files into UTF-8.
19380           (Thanks! Ryuji Abe)
19381
19382 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19383
19384         * The bug which doesn't unscape string in xml.c has been fixed.
19385
19386 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19387
19388         * The bug which is failed to translate encoding of file name thorough
19389         file dialog has been fixed.
19390
19391 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19392
19393         * Modified to translate file names which is used in inporting/expoting
19394         mbox feature and "Save as" feature into locale encoding.
19395         * Translate file names into locale encoding when "Attache file" and
19396         "Insert file".
19397         * Force set G_BROKEN_FILENAMES environment variable.
19398         * Other minor fixes.
19399
19400 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19401
19402         * Modified to treat MH folder's name as locale encoding.
19403
19404 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19405
19406         * The bug which clash on switching candidates of auto completion of
19407         addresses, cannot use auto completion in Japanesse is fixed
19408         (Thanks! Tokunaga-san)¡¥
19409
19410 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19411
19412         * The bug which cannot switch key accelerator preference has been fixed
19413         (Thanks! smbd-san)¡¥
19414
19415 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19416
19417         * version 0.8.11-gtk2-20030314
19418
19419 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19420
19421         * The bug in which character set conversion of filtering messages has
19422         been fixed.(Thanks! COCOA-san).
19423
19424 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19425
19426         * Revived "Leave space on head" preference in "Message" category.
19427         * A bug which clash when put the cursor to end of buffer and execute
19428         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19429
19430 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19431
19432         * version 0.8.11-gtk2-20030312
19433
19434 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19435
19436         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19437         * Modified to use Pango's API directly for font preference.
19438         * Integrated GtkTextView of textview to one widget.
19439         * Set fonts of header title in textview by "header_title" tag.
19440         * Removed some deprecated codes.
19441
19442 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19443
19444         * Updated to 0.8.11.
19445         * Merged cygwin patch(Thanks! Sakai-san).
19446
19447 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19448
19449         * version 0.8.10-gtk2-20030309