5d7642ee1ceb6c2a5f1035bf26b35ebb36e0fe29
[claws.git] / ChangeLog
1 2006-10-31 [colin]      2.5.6cvs15
2
3         * src/folder.c
4         * src/folder.h
5                 Add a copy_private_data() func to FolderClasses
6                 Doesn't break the feature freeze, because we 
7                 won't use it (right now) in the core.
8
9 2006-10-31 [colin]      2.5.6cvs14
10
11         * COPYING
12                 Allow linking with the Apache licensed files in
13                 src/plugins/spamassassin. Hopefully fixes 
14                 bug 1048, 'Spamassassin plugin license problem'
15
16 2006-10-31 [wwp]        2.5.6cvs13
17
18         * src/compose.c
19                 fix and optimize trimming of leading linefeeds in body loop.
20
21 2006-10-31 [colin]      2.5.6cvs12
22
23         * src/etpan/imap-thread.c
24         * src/imap.c
25                 Make really sure to have NULL sets in case
26                 of error
27
28 2006-10-30 [wwp]        2.5.6cvs11
29
30         * src/prefs_common.c
31         * src/prefs_common.h
32         * src/compose.c
33                 fix broken storage of quote format template when it contains \-escape
34                 sequences. The application of such sequences is also fixed now (\t
35                 in quote format will be a real tab instead of a 't', for instance).
36
37 2006-10-27 [colin]      2.5.6cvs10
38
39         * src/compose.c
40                 Probably fix bug 1045, 'sylpheed-claws 
41                 doesn't remove the mail from the IMAP 
42                 Queue folder after sending'. From
43                 2.5.6cvs3-stable
44
45 2006-10-27 [colin]      2.5.6cvs9
46
47         * configure.ac
48                 Require libetpan-0.48. I'm so annoying,
49                 I know ;-)
50
51 2006-10-27 [colin]      2.5.6cvs8
52
53         * src/folder.c
54         * src/imap.c
55                 Probably fix bug 1044, 'sylpheed-claws 
56                 segfaults while moving mails' - Fix relation
57                 usage when moving to an IMAP mailbox from another
58                 mailbox
59
60 2006-10-26 [paul]       2.5.6cvs7
61
62         * src/gtk/about.c
63                 add libSM to compiled-in features
64                 list
65
66 2006-10-24 [colin]      2.5.6cvs6
67
68         * src/textview.c
69         * src/gtk/gtkutils.c
70                 Fix crash when printing emails with an
71                 xface
72
73 2006-10-24 [mones]      2.5.6cvs5
74
75         * manual/es/advanced.xml
76                 Synchronize hidden option respect_flowed_format
77         * po/es.po
78                 Updated translation
79
80 2006-10-21 [paul]       2.5.6cvs4
81
82         * src/gtk/authors.h
83         * src/plugins/pgpcore/pgp_viewer.c
84         * src/plugins/pgpcore/sgpgme.c
85                 fix building on BSDs
86                 Thanks to Michael Hughes
87                 <Sylpheed-Claws_user@thehugheslogcabin.net>
88
89 2006-10-20 [colin]      2.5.6cvs3
90
91         * configure.ac
92                 Bump up libetpan requirement
93                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
94         * src/common/utils.c
95         * src/common/utils.h
96                 Add convenience get_file_mtime()
97         * src/imap.c
98         * src/etpan/imap-thread.c
99         * src/etpan/imap-thread.h
100                 Implement UIDPLUS support if the server
101                 supports it - faster sending in this case
102
103 2006-10-19 [colin]      2.5.6cvs2
104
105         * src/gtk/quicksearch.c
106                 Fix emptying in type-ahead+extended mode
107         * src/mainwindow.c
108         * src/mainwindow.h
109                 Add a hook for offline state change
110         * src/plugins/trayicon/trayicon.c
111                 Use it to display offline icons
112         * src/plugins/trayicon/Makefile.am
113         * src/plugins/trayicon/newmail.offline.xpm
114         * src/plugins/trayicon/newmarkedmail.offline.xpm
115         * src/plugins/trayicon/nomail.offline.xpm
116         * src/plugins/trayicon/unreadmail.offline.xpm
117         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
118                 Add the icons
119
120 2006-10-12 [paul]       2.5.6cvs1
121
122         * NEWS
123         * README
124         * configure.ac
125                 Update version number following
126                 stable release
127
128 2006-10-19 [colin]      2.5.5cvs18
129
130         * manual/handling.xml
131                 Add type-ahead search
132
133 2006-10-18 [colin]      2.5.5cvs17
134
135         * src/gtk/quicksearch.c
136                 Remove "save to history only if there's
137                 no syntax error", it breaks for some 
138                 reason which I'll investigate later.
139
140 2006-10-18 [colin]      2.5.5cvs16
141
142         * src/prefs_common.c
143         * src/prefs_common.h
144         * src/summaryview.c
145         * src/gtk/quicksearch.c
146         * src/gtk/quicksearch.h
147                 Add a type-ahead option for fast searches
148                 Patch by Fabien Vantard
149
150 2006-10-18 [colin]      2.5.5cvs15
151
152         * src/compose.c
153         * src/compose.h
154                 Add Options/Reply mode/ menu to be able to
155                 change the recipients of a reply on the fly
156
157 2006-10-18 [colin]      2.5.5cvs14
158
159         * src/compose.c
160                 Fix redirecting of our own sent mails
161
162 2006-10-17 [wwp]        2.5.5cvs13
163
164         * src/send_message.c
165                 Fix duplicate error messages when sending, and missing
166                 newline in such error messages.
167
168 2006-10-17 [colin]      2.5.5cvs12
169
170         * src/compose.c
171                 Compare addresses case-insensitive
172
173 2006-10-17 [colin]      2.5.5cvs11
174
175         * src/plugins/pgpcore/sgpgme.c
176                 Fix return status
177
178 2006-10-17 [colin]      2.5.5cvs10
179
180         * src/plugins/pgpcore/pgp_viewer.c
181                 Fix return status
182
183 2006-10-17 [colin]      2.5.5cvs9
184
185         * src/quote_fmt.c
186                 Fix a typo (thanks to Fabien)
187
188 2006-10-16 [colin]      2.5.5cvs8
189
190         * src/textview.c
191                 Fix problem with quote-folding when emails
192                 don't convert cleanly to UTF-8
193
194 2006-10-14 [colin]      2.5.5cvs7
195
196         * src/prefs_template.c
197                 Reset fields when reopening
198                 the window
199
200 2006-10-13 [paul]       2.5.5cvs6
201
202         * manual/advanced.xml
203         * src/prefs_message.c
204                 make 'respect_flowed_format' a hidden
205                 option, and add a manual entry for it
206                 Thanks to Colin
207
208 2006-10-12 [colin]      2.5.5cvs5
209
210         * src/codeconv.c
211                 Revert part of 2.5.2cvs21:
212                 Don't optimise by reusing the 
213                 last iconv converter if possible:
214                 it seems slightly broken in a 
215                 very hard way to reproduce
216
217 2006-10-12 [colin]      2.5.5cvs4
218
219         * src/prefs_common.c
220         * src/prefs_common.h
221         * src/prefs_message.c
222         * src/procmime.c
223                 Fix bug 1035, 'Incorrect handling 
224                 of flowed lines'. We now optionnaly
225                 handle this format (preference is in
226                 Message View/Text options section)
227
228 2006-10-12 [colin]      2.5.5cvs3
229
230         * po/POTFILES.in
231                 Add new file
232         * src/plugins/pgpcore/pgp_viewer.c
233         * src/plugins/pgpcore/sgpgme.c
234                 Don't try to import without asking
235
236 2006-10-12 [colin]      2.5.5cvs2
237
238         * src/compose.c
239                 Fix bug 1036, 'Forwarding a mutlipart
240                 mail with a "text/html" block to ms
241                 outlook users leeds to freeze of
242                 outlook'. Poor outlook users...
243
244 2006-10-12 [paul]       2.5.5cvs1
245
246         * NEWS
247         * README
248         * configure.ac
249                 Update version number following
250                 stable release
251
252 2006-10-11 [paul]       2.5.4cvs1
253
254         * NEWS
255         * README
256         * configure.ac
257                 Update version number following
258                 stable release
259
260 2006-10-11 [paul]       2.5.3cvs32
261
262         * src/textview.c
263                 fix bug 1032, 'Segmentation fault when showing
264                 message' (bug in quote folding)
265                 Thanks to Colin
266
267 2006-10-10 [colin]      2.5.3cvs31
268
269         * src/quote_fmt.c
270                 Rephrase english a bit
271
272 2006-10-10 [colin]      2.5.3cvs30
273
274         * src/prefs_compose_writing.c
275                 Stop making the page larger than the window
276
277 2006-10-10 [wwp]        2.5.3cvs29
278
279         * src/compose.c
280         * src/prefs_template.c
281         * src/quote_fmt.c
282         * src/quote_fmt.h
283         * src/quote_fmt_lex.l
284         * src/quote_fmt_parse.y
285                 Extend the quote parser a bit: allow to get access to
286                 basic (composing) account info.
287
288 2006-10-10 [colin]      2.5.3cvs28
289
290         * src/procheader.c
291                 Fix this \t problem in subject
292
293 2006-10-09 [colin]      2.5.3cvs27
294
295         * src/main.c
296         * src/prefs_gtk.c
297                 Prepare cache a bit later
298                 If section already exists, skip the new one 
299                 (as previously); avoid writing the same block
300                 twice - if we find a second block with the 
301                 same id, skip it.
302         * src/plugins/pgpcore/pgp_viewer.c
303                 Set cursor to busy when retrieving a key
304         * src/plugins/pgpcore/sgpgme.c
305                 allow 5 seconds for gpg to export the key
306                 
307
308 2006-10-09 [colin]      2.5.3cvs26
309
310         * configure.ac
311         * src/msgcache.c
312         * src/prefs_gtk.c
313                 Check for existence of fgets_unlocked
314                 and fwrite_unlocked
315
316 2006-10-09 [paul]       2.5.3cvs25
317
318         * src/prefs_summaries.c
319                 replace strftime() with fast_strftime() and in
320                 the consequence fix the bug in the display of
321                 AM/PM in the 'Example' string
322
323 2006-10-09 [ticho]      2.5.3cvs24
324
325         * po/sk.po
326                 Updated (and fixed up somewhat) Slovak translation.
327
328 2006-10-08 [colin]      2.5.3cvs23
329
330         * src/prefs_folder_item.c
331                 Explain why prefs in the top-level folder
332                 aren't retained, but are still useful
333
334 2006-10-08 [colin]      2.5.3cvs22
335
336         * src/prefs_gtk.c
337                 Don't cache anything if caching fails
338
339 2006-10-08 [colin]      2.5.3cvs21
340
341         * src/common/utils.c
342                 always include gi18n.h
343
344 2006-10-07 [colin]      2.5.3cvs20
345
346         * src/plugins/pgpcore/pgp_viewer.c
347                 Kill gpg after 5 seconds wait
348
349 2006-10-07 [colin]      2.5.3cvs19
350
351         * src/plugins/pgpcore/pgp_viewer.c
352         * src/plugins/pgpcore/pgp_viewer.h
353                 Fix copyright
354
355 2006-10-07 [colin]      2.5.3cvs18
356
357         * src/plugins/pgpcore/pgp_viewer.c
358         * src/plugins/pgpcore/pgp_viewer.h
359                 Actually add the files to CVS
360
361 2006-10-07 [colin]      2.5.3cvs17
362
363         * src/plugins/pgpcore/sgpgme.c
364                 Be sure not to crash on 'application/pgp-signature' that
365                 are not application/pgp-signatures
366
367 2006-10-07 [colin]      2.5.3cvs16
368
369         * src/textview.c
370         * src/textview.h
371                 Make a bit more of the API available
372         * src/plugins/pgpcore/Makefile.am
373         * src/plugins/pgpcore/plugin.c
374         * src/plugins/pgpcore/sgpgme.c
375                 Add basic key import/export
376
377 2006-10-07 [colin]      2.5.3cvs15
378
379         * src/folderview.c
380         * src/imap.c
381         * src/prefs_account.c
382         * src/wizard.c
383                 Warn users *everywhere* if libetpan's not
384                 linked in
385
386 2006-10-06 [mones]      2.5.3cvs14
387
388         * po/de.po
389         * po/es.po
390                 updated by Stephan Sachse and me
391
392 2006-10-06 [colin]      2.5.3cvs13
393
394         * src/main.c
395         * src/common/sylpheed.c
396                 Don't load common plugins if --exit is passed
397         * src/prefs_gtk.c
398         * src/prefs_gtk.h
399                 Implement a cache to avoid reading the same
400                 files over and over again at startup
401
402 2006-10-06 [colin]      2.5.3cvs12
403
404         * src/summaryview.c
405         * src/gtk/quicksearch.c
406                 Update display every 5k mails on fast searches
407
408 2006-10-06 [colin]      2.5.3cvs11
409
410         * src/textview.c
411                 Don't do quote folding on HTML or ERTF.
412                 May fix the Cygwin issues if they were
413                 happening with HTML mails?
414
415 2006-10-05 [colin]      2.5.3cvs10
416
417         * src/prefs_gtk.c
418                 Oops, forgot one
419
420 2006-10-05 [colin]      2.5.3cvs9
421
422         * src/prefs_gtk.c
423                 Use unlocked_stdio here too
424
425 2006-10-05 [colin]      2.5.3cvs8
426
427         * src/folderview.c
428                 Fix go to next * after preferences apply
429         * src/msgcache.c
430                 Do the fd lock/unlock ourselves instead of
431                 letting the libc do it at each write 
432
433 2006-10-05 [colin]      2.5.3cvs7
434
435         * src/common/utils.c
436                 Faster division, thanks to Jean Diraison
437
438 2006-10-05 [paul]       2.5.3cvs6
439
440         * src/common/utils.c
441                 fix building with --disable-nls
442
443 2006-10-04 [colin]      2.5.3cvs5
444
445         * src/folder.c
446                 Maybe fix a segfault
447
448 2006-10-04 [wwp]        2.5.3cvs4
449
450         * src/prefs_folder_item.c
451                 Fine-tune layouts in folder item prefs. Suggested by
452                 Fabien Vantard <fzzzzz@gmail.com>.
453
454 2006-10-04 [wwp]        2.5.3cvs3
455
456         * src/prefs_folder_item.c
457                 Kill the clandestine passengers. You didn't see anything.
458
459 2006-10-04 [wwp]        2.5.3cvs2
460
461         * src/prefs_folder_item.c
462                 Add a way to test the subject simplify regexp in
463                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
464                 w/ few layout changes.
465
466 2006-20-04 [paul]       2.5.3cvs1
467
468         * NEWS
469         * README
470         * configure.ac
471                 Update version number following
472                 stable release
473
474 2006-10-04 [colin]      2.5.2cvs42
475
476         * src/folder.c
477         * src/folder.h
478         * src/summaryview.c
479                 Provide a way for folder classes to set their sort
480                 type and key
481
482 2006-10-03 [colin]      2.5.2cvs41
483
484         * src/mh.c
485                 Don't use strlen() to know if the
486                 string's empty
487
488 2006-10-03 [colin]      2.5.2cvs40
489
490         * src/mh.c
491                 Fix "check for new folders" with accentued folders
492
493 2006-10-03 [ticho]      2.5.2cvs39
494
495         * src/filtering.c
496         * src/folder.c
497         * src/inc.c
498         * src/mbox.c
499                 Colin's fix for "copy" filtering rules.
500
501 2006-10-02 [colin]      2.5.2cvs38
502
503         * src/folderview.c
504                 Fix for double-click too
505
506 2006-10-02 [colin]      2.5.2cvs37
507
508         * src/folderview.c
509                 correct fix for cvs36
510
511 2006-10-02 [colin]      2.5.2cvs36
512
513         * src/folderview.c
514                 Fix 'goto next unread' after collapsing/expanding 
515                 a node.
516
517 2006-10-02 [colin]      2.5.2cvs35
518
519         * src/summaryview.c
520                 Fix double freeze/thaw
521         * src/common/utils.c
522         * src/common/utils.h
523                 Reimplement strftime
524         * src/procheader.c
525                 Use it
526
527
528 2006-10-02 [colin]      2.5.2cvs34
529
530         * src/mh.c
531                 Time mh_write_sequences() - it's fast
532         * src/summaryview.c
533                 Init a variable to shut up gcc
534
535 2006-10-01 [colin]      2.5.2cvs33
536
537         * src/folder.c
538         * src/mh.c
539         * src/mh.h
540         * src/msgcache.c
541                 Add helper mh_set_mtime(), and set mtime to stat()'s result
542                 Add fsync but disable it, it's slow as hell
543
544 2006-10-01 [colin]      2.5.2cvs32
545
546         * src/mh.c
547         * src/msgcache.c
548                 fflush() caches and mh_sequences before
549                 fclose()ing
550
551 2006-10-01 [colin]      2.5.2cvs31
552
553         * src/msgcache.c
554                 Don't ftruncate when not using mmap
555
556 2006-09-30 [colin]      2.5.2cvs30
557
558         * src/main.c
559                 Write folder list *after* saving caches
560
561 2006-09-30 [colin]      2.5.2cvs29
562
563         * src/folder.c
564         * src/mh.c
565                 Debug forced mtime changes
566
567 2006-09-30 [colin]      2.5.2cvs28
568
569         * src/folder.c
570         * src/main.c
571                 Remove useless debug_print()s (code
572                 well-tested)
573
574 2006-09-30 [colin]      2.5.2cvs27
575
576         * src/mh.c
577                 Do stuff faster when writing mh_sequences
578
579 2006-09-30 [colin]      2.5.2cvs26
580
581         * src/mh.c
582                 Don't let the writing of .mh_sequences, which
583                 can change the folder's mtime, let us think
584                 we need to scan.
585
586 2006-09-30 [colin]      2.5.2cvs25
587
588         * src/folder.c
589                 Move a debug_print where it belongs 
590                 (processing)
591         * src/summaryview.c
592                 Don't mess with a huge slow subject
593                 table if we're not threading by
594                 subject
595
596 2006-09-30 [colin]      2.5.2cvs24
597
598         * src/msgcache.c
599                 Reenable mmaped reads (*not* writes!)
600         * src/procmsg.c
601                 Don't destroy and recreate hashtables just
602                 for fun
603         * src/common/utils.c
604                 Remove useless reply prefixes (it's case
605                 unsensitive)
606
607 2006-09-30 [wwp]        2.5.2cvs23
608
609         * tools/fix_date.sh
610                 Fixed a minor bug in date value extraction, added a switch
611                 to replace non RFC-compliant Date: value, added a switch
612                 to use strict RFC matching patterns for dates.
613
614 2006-09-29 [colin]      2.5.2cvs22
615
616         * src/matcher_parser.h
617         * src/matcher_parser_parse.y
618         * src/prefs_filtering.c
619         * src/statusbar.c
620         * src/summary_search.c
621         * src/summaryview.c
622         * src/gtk/quicksearch.c
623         * src/gtk/quicksearch.h
624                 Optimise searches by setting different
625                 refresh intervals (depending if the 
626                 search is fast or not)
627
628 2006-09-29 [colin]      2.5.2cvs21
629
630         * src/codeconv.c
631                 Optimise by reusing the last iconv converter
632                 if possible
633         * src/textview.c
634                 Optimise a bit (the foldable quotes feature
635                 still has an awful O(n^2) algo
636
637 2006-09-29 [colin]      2.5.2cvs20
638
639         * src/gtk/gtksctree.c
640         * src/gtk/gtksctree.h
641                 Optimise de-selection via up/down or
642                 another key
643
644 2006-09-28 [colin]      2.5.2cvs19
645
646         * src/action.c
647         * src/compose.c
648         * src/folderview.c
649         * src/mainwindow.c
650         * src/messageview.c
651         * src/summary_search.c
652         * src/toolbar.c
653                 Avoid using summaryview->ctree directly
654
655 2006-09-28 [colin]      2.5.2cvs18
656
657         * src/summaryview.c
658         * src/summaryview.h
659                 Add helpers to freeze/thaw/grab_focus
660                 Factorize calls to freeze/thaw/grab_focus
661                 
662
663 2006-09-28 [colin]      2.5.2cvs17
664
665         * src/main.c
666                 More guards for the session management
667
668 2006-09-28 [colin]      2.5.2cvs16
669
670         * src/folderview.c
671         * src/gtk/gtksctree.c
672         * src/gtk/gtksctree.h
673                 Make expanding not recursive in folderview
674
675 2006-09-28 [colin]      2.5.2cvs15
676
677         * src/addressbook.c
678                 If nothing is selected in the list (right part)
679                 and a group is selected in the tree (left part),
680                 mail this group.
681
682 2006-09-28 [colin]      2.5.2cvs14
683
684         * src/Makefile.am
685                 Actually use SM_LIBS
686
687 2006-09-28 [ticho]      2.5.2cvs13
688
689         * src/export.c
690         * src/messageview.c
691         * src/mimeview.c
692         * src/news.c
693         * src/pop.c
694         * src/prefs_themes.c
695         * src/procmsg.c
696                 Small i18n string optimization.
697         * src/send_message.c
698         * src/summaryview.c
699         * src/common/session.c
700         * src/common/smtp.c
701         * src/common/ssl_certificate.c
702         * src/common/utils.c
703                 Use "Couldn't" instead of "Can't" in UI messages,
704                 where appropriate.
705
706 2006-09-28 [colin]      2.5.2cvs12
707
708         * configure.ac
709                 Possibly fix link errors
710
711 2006-09-27 [wwp]        2.5.2cvs11
712
713         * src/gtk/authors.h
714         * doc/man/sylpheed-claws.1
715         * manual/ack.xml
716         * manual/es/ack.xml
717         * manual/fr/ack.xml
718         * manual/pl/ack.xml
719                 Updated authors info (me, myself and I).
720
721 2006-09-27 [colin]      2.5.2cvs10
722
723         * src/addressbook.c
724                 Remove useless printf
725
726 2006-09-27 [wwp]        2.5.2cvs9
727
728         * src/editgroup.c
729         * src/send_message.c
730         * src/inc.c
731         * src/prefs_common.c
732         * src/prefs_common.h
733         * src/gtk/progressdialog.c
734                 remember more windows' sizes (send dialog, received dialog,
735                 edit group in addressbook).
736
737 2006-09-27 [colin]      2.5.2cvs8
738
739         * configure.ac
740         * src/main.c
741         * src/mainwindow.h
742                 Use libSM to communicate with the session
743                 manager, so that we can know when the 
744                 session ends, save our caches, and draft
745                 our compose windows.
746
747 2006-09-27 [colin]      2.5.2cvs7
748
749         * src/addressbook.c
750                 Fix issues:
751                 o Allow Book and Group creation from the tree's
752                   contextual menu
753                 o Do not actually delete the contacts when 
754                   deleting groups from the tree (duh!)
755
756 2006-09-27 [colin]      2.5.2cvs6
757
758         * src/compose.c
759         * src/compose.h
760         * src/mainwindow.c
761         * src/textview.c
762         * src/toolbar.c
763                 o Allow passing an email address to 
764                   compose_new_with_folderitem
765                 o Update callers
766                 o Use current folderitem when clicking
767                   on a TextView mailto: link
768                 o Fix a possible leak in TextView
769
770 2006-09-27 [colin]      2.5.2cvs5
771
772         * src/html.c
773                 Use UTF-8 chars to replace HTML entities
774
775 2006-09-27 [colin]      2.5.2cvs4
776
777         * AUTHORS
778         * src/prefs_account.c
779         * src/gtk/authors.h
780                 Fix bug #1024 (Array index out of
781                 range in sylpheed-claws-2.5.2)
782                 Patch by Ales Nosek <anosek@suse.cz>
783
784 2006-09-27 [colin]      2.5.2cvs3
785
786         * src/addr_compl.c
787                 Actually do the test
788
789 2006-09-27 [colin]      2.5.2cvs2
790
791         * src/addr_compl.c
792         * src/addr_compl.h
793                 Allow completing with comma (in certain cases: vCalendar
794                 for example doesn't support that)
795                 Patch by Fabien Vantard
796
797 2006-09-26 [colin]      2.5.2cvs1
798
799         * src/Makefile.am
800         * src/addr_compl.c
801         * src/addr_compl.h
802         * src/addrbook.c
803         * src/addrbook.h
804         * src/addressbook.c
805         * src/addrindex.c
806         * src/addrindex.h
807         * src/compose.c
808         * src/prefs_common.c
809         * src/prefs_filtering_action.c
810         * src/prefs_folder_item.c
811         * src/prefs_template.c
812         * src/stock_pixmap.c
813         * src/stock_pixmap.h
814         * src/pixmaps/addr_one.xpm
815         * src/pixmaps/addr_two.xpm
816                 Add auto-completion on groups
817
818 2006-09-26 [colin]      2.5.2
819
820         * NEWS
821         * README
822         * RELEASE_NOTES
823                 2.5.2 released
824
825 2006-09-26 [colin]      2.5.1cvs5
826
827         * src/matcher.c
828                 Fix condition
829
830 2006-09-26 [colin]      2.5.1cvs4
831
832         * src/mbox.c
833                 Revert cvs1 (useless as the message is printed 
834                 every 500 mails)
835
836 2006-09-26 [colin]      2.5.1cvs3
837
838         * src/partial_download.c
839                 Fix crasher found by Alexsandar Urosevic
840
841 2006-09-26 [colin]      2.5.1cvs2
842
843         * src/summaryview.c
844                 Fix bug #1023 (Sylpheed deletes too much messages)
845
846 2006-09-26 [ticho]      2.5.1cvs1
847
848         * src/mbox.c
849                 Make use of gettext's multiple plurals for statusbar
850                 progress message.
851
852 2006-09-25 [paul]       2.5.1
853
854         * NEWS
855         * README
856         * RELEASE_NOTES
857                 2.5.1 released
858
859 2006-09-25 [colin]      2.5.0cvs3
860
861         * src/plugins/bogofilter/bogofilter.c
862         * src/plugins/clamav/clamav_plugin.c
863         * src/plugins/spamassassin/spamassassin.c
864                 BogoFilter, Spamassassin: Fix double hook registering after
865                 visiting preferences
866                 Spamassassin, Clamav: Just set the mails to move instead of
867                 doing the move - caller will move the things at once.
868
869 2006-09-25 [colin]      2.5.0cvs2
870
871         * src/imap.c
872         * src/etpan/imap-thread.c
873                 Use UID SEARCH ALL instead of UID 1:*
874                 (braindead servers can't figure out that's
875                 the same...)
876
877 2006-09-25 [wwp]        2.5.0cvs1
878
879         * src/message_search.c
880                 Added the ability to stop a running search (in message body).
881
882 2006-09-25 [paul]       2.5.0
883
884         * NEWS
885         * README
886         * RELEASE_NOTES
887                 2.5.0 released
888
889 2006-09-25 [paul]       2.4.0cvs214
890
891         * po/cs.po
892         * po/de.po
893         * po/fi.po
894         * po/fr.po
895         * po/nl.po
896         * po/pt_BR.po
897         * po/sk.po
898         * po/sr.po
899         * po/zh_CN.po
900                 updated by Tim, Stephan Sachse, Flammie Pirinen,
901                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
902                 Ticho, Aleksander Urosevic, Ralgh Young
903
904 2006-09-24 [mones]      2.4.0cvs213
905
906         * po/es.po
907                 Updated for release
908
909 2006-09-23 [colin]      2.4.0cvs212
910
911         * src/gtk/inputdialog.c
912                 Fix [ ] remember this appearing in normal
913                 input dialogs after it's been used by
914                 mimeview.
915         * src/folder.c
916         * src/folderview.c
917         * src/msgcache.c
918         * src/procmsg.c
919         * src/summaryview.c
920         * src/textview.c
921         * src/common/timing.h
922                 Enable timings in debug mode and make it
923                 look prettier.
924
925 2006-09-22 [colin]      2.4.0cvs211
926
927         * README
928                 Revert test change
929         * commitHelper
930                 ping the correct URI
931
932 2006-09-22 [colin]      2.4.0cvs210
933
934         * README
935                 Let's see if bug #1022 is fixed
936
937 2006-09-21 [colin]      2.4.0cvs209
938
939         * src/wizard.c
940         * src/common/plugin.c
941                 Prepare infra to load predefined plugins when
942                 no configuration existed. Don't actually load
943                 anything yet (feat. freeze)
944
945 2006-09-21 [wwp]        2.4.0cvs208
946
947         * manual/fr/faq.xml
948                 Partial sync w/ 2.4.0cvs72:
949                 wrap file and minor updates.
950
951 2006-09-21 [wwp]        2.4.0cvs207
952
953         * tools/fix_date.sh
954                 several fixes and enhancements. A new --force switch has been
955                 added to prevent overriding by default Date: header when
956                 already existing.
957
958 2006-09-21 [paul]       2.4.0cvs206
959
960         * src/common/utils.c
961                 add Chinese UTF8 Re prefix
962
963 2006-09-21 [wwp]        2.4.0cvs205
964
965         * tools/Makefile.am
966                 Fics alfabettical order.
967
968 2006-09-21 [wwp]        2.4.0cvs204
969
970         * tools/fix_date.sh
971         * tools/Makefile.am
972                 Added an action tool to fix missing Date field in emails.
973                 Updated Makefile.am to reflect those last two additions.
974
975 2006-09-21 [wwp]        2.4.0cvs203
976
977         * tools/uuooffice
978                 Added a action tool to open uuencoded docs w/
979                 OpenOffice (based on uudec method).
980
981 2006-09-21 [colin]      2.4.0cvs202
982
983         * src/compose.c
984         * src/textview.c
985                 Workaround possible GTK crash: remove selection 
986                 clipboard before destroying widget, or GTK+-2.10
987                 dies. Thanks to Hiro.
988
989 2006-09-20 [colin]      2.4.0cvs201
990
991         * src/compose.c
992                 Fix free-after-use in some cases (when 
993                 procmime_encode_content() frees mimeinfo->data.mem
994                 and turns it to a temp file)
995
996 2006-09-20 [colin]      2.4.0cvs200
997
998         * src/folderview.c
999         * src/summaryview.c
1000         * src/gtk/gtksctree.c
1001         * src/gtk/gtksctree.h
1002                 Add tooltips in the folderview and summaryview
1003                 (Doesn't break string freeze as they already
1004                 exist)
1005         * src/toolbar.c
1006                 Put the spam button in the default configuration
1007                 if compiled with bogo plugin too
1008
1009 2006-09-19 [colin]      2.4.0cvs199
1010
1011         * src/summaryview.c
1012         * src/summaryview.h
1013                 Update folder name label on folder rename
1014         * src/prefs_matcher.c
1015         * src/gtk/logwindow.h
1016                 Fix warnings
1017                 Patches by Fabien
1018
1019 2006-09-19 [wwp]        2.4.0cvs198
1020
1021         * src/summary_search.c
1022                 fix can't click forward/backward buttons in the
1023                 search messages.
1024
1025 2006-09-18 [paul]       2.4.0cvs197
1026
1027         * src/wizard.c
1028                 add missing bracket, capitalise the A of
1029                 'SpamAssassin'
1030
1031 2006-09-18 [paul]       2.4.0cvs196
1032
1033         * src/compose.c
1034                 fix bug 1012 'crashed upon sending mail
1035                 from compose window'
1036                 Thanks to Colin
1037
1038 2006-09-16 [colin]      2.4.0cvs195
1039
1040         * src/folderview.c
1041                 Fix "real-time" sorting by freezing/thawing
1042
1043 2006-09-16 [colin]      2.4.0cvs194
1044
1045         * manual/faq.xml
1046                 Fix the anti-spam entry a bit
1047
1048 2006-09-16 [colin]      2.4.0cvs193
1049
1050         * src/wizard.c
1051                 Make sure reviewers have no excuse when stating
1052                 Sylpheed-Claws doesn't have antispam capabilities.
1053
1054 2006-09-16 [colin]      2.4.0cvs192
1055
1056         * src/main.c
1057                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
1058                 as if the SIGPIPE comes from etpan's thread we could
1059                 trigger a GUI update from this thread.
1060
1061 2006-09-16 [colin]      2.4.0cvs191
1062
1063         * src/summaryview.c
1064                 Init all members of the struct
1065
1066 2006-09-16 [paul]       2.4.0cvs190
1067
1068         * src/account.c
1069                 improvements to the English
1070
1071 2006-09-15 [colin]      2.4.0cvs189
1072
1073         * src/summaryview.c
1074                 HIG order on dialog
1075
1076 2006-09-14 [colin]      2.4.0cvs188
1077
1078         * src/common/socket.c
1079         * src/common/socket.h
1080         * src/common/ssl.c
1081         * src/common/ssl_certificate.c
1082         * src/common/ssl_certificate.h
1083         * src/etpan/imap-thread.c
1084                 the get_fqdn() call done to get canonical name when
1085                 checking an SSL certificate is blocking, which is
1086                 sad as we just did a non-blocking lookup to connect.
1087                 Fix that by letting the fqdn available to the SockInfo,
1088                 and use that in ssl_certificate_check(). For IMAP,
1089                 we don't do it as the lookup's done by libetpan, but
1090                 it's less annoying as IMAP connections as much more
1091                 rare than POP3 connections.
1092
1093 2006-09-14 [paul]       2.4.0cvs187
1094
1095         * manual/advanced.xml
1096                 improvements to the English,
1097                 properly place the new hidden options
1098                 within the alphabetical order
1099         * src/gtk/pluginwindow.c
1100                 improvements to the English
1101
1102 2006-09-14 [colin]      2.4.0cvs186
1103
1104         * src/prefs_common.c
1105         * src/prefs_common.h
1106         * src/gtk/gtksctree.c
1107         * manual/advanced.xml
1108                 New hidden pref, stripes_color_offset, to change
1109                 the value added/substracted to normal bgcolor to
1110                 create the stripes in summaries
1111
1112 2006-09-13 [colin]      2.4.0cvs185
1113
1114         * src/gedit-print.c
1115         * src/messageview.c
1116         * src/messageview.h
1117         * src/summaryview.c
1118         * src/textview.c
1119                 Fix misc. printing issues: 
1120                 - Bad font for linkified headers
1121                 - Different font if the mail was displayed or not
1122                 - Factorize the thing
1123
1124 2006-09-13 [colin]      2.4.0cvs184
1125
1126         * src/common/ssl_certificate.c
1127                 Only get FQDN once when checking certificate
1128
1129 2006-09-13 [colin]      2.4.0cvs183
1130
1131         * src/account.c
1132         * src/gtk/pluginwindow.c
1133                 Misc. GUI fixes by Fabien
1134
1135 2006-09-13 [wwp]        2.4.0cvs182
1136
1137         * configure.ac
1138         * src/common/utils.h
1139         * src/common/utils.c
1140                 get rid of unused wide-char functions.
1141
1142 2006-09-13 [wwp]        2.4.0cvs181
1143
1144         * src/plugins/pgpinline/sylpheed.def
1145         * src/textview.c
1146                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
1147                 add privacy_reset_error to the .def file,
1148                 do not fork for an external textviewer.
1149
1150 2006-09-13 [wwp]        2.4.0cvs180
1151
1152         * src/prefs_common.c
1153                 fix broken font entry in prefs (patch issued by the gpg4win team,
1154                 probably by Marcus Brinkmann <marcus@g10code.de>).
1155
1156 2006-09-13 [colin]      2.4.0cvs179
1157
1158         * src/folder.h
1159                 Fix a warning in summaryview.c
1160         * src/mainwindow.c
1161         * src/summaryview.c
1162         * src/summaryview.h
1163                 Add missing Mark/* elements in the
1164                 main menu
1165
1166 2006-09-12 [colin]      2.4.0cvs178
1167
1168         * src/prefs_actions.c
1169         * src/prefs_filtering_action.c
1170         * src/prefs_matcher.c
1171                 Use (New) instead of New everywhere
1172
1173 2006-09-12 [wwp]        2.4.0cvs177
1174
1175         * manual/fr/addrbook.xml
1176         * manual/fr/handling.xml
1177                 updated some quotes in the fr manual to match the fr translation.
1178
1179 2006-09-12 [wwp]        2.4.0cvs176
1180
1181         * src/prefs_matcher.c
1182                 don't store translated string elements in matcher expressions.
1183                 Also fixed a misused of Q_().
1184
1185 2006-09-11 [wwp]        2.4.0cvs175
1186
1187         * src/plugins//bogofilter/bogofilter.c
1188         * src/plugins//clamav/clamav_plugin.c
1189         * src/plugins//demo/demo.c
1190         * src/plugins//dillo_viewer/dillo_viewer.c
1191         * src/plugins//pgpcore/plugin.c
1192         * src/plugins//pgpinline/plugin.c
1193         * src/plugins//pgpmime/plugin.c
1194         * src/plugins//spamassassin/spamassassin.c
1195                 gettext-ize more strings (mostly plugin error messages).
1196
1197 2006-09-11 [colin]      2.4.0cvs174
1198
1199         * src/alertpanel.c
1200                 Make maximum buffer size bigger to avoid
1201                 truncating translated messages. Patch by
1202                 Fabien
1203
1204 2006-09-11 [colin]      2.4.0cvs173
1205
1206         * src/etpan/imap-thread.c
1207                 Fix compilation on OpenBSD, thanks to 
1208                 Landry
1209
1210 2006-09-10 [wwp]        2.4.0cvs172
1211
1212         * manual/account.xml
1213         * manual/addrbook.xml
1214         * manual/handling.xml
1215         * manual/es/handling.xml
1216         * manual/fr/account.xml
1217         * manual/fr/addrbook.xml
1218         * manual/fr/handling.xml
1219                 documented addressbook matching (condition configuration):
1220                   addrbook.xml, en fr
1221                 documented per-account filtering rules (handling/filtering
1222                   section, account section):
1223                   account.xml, handling.xml, en fr
1224                 slightly updated the handling/searching section to tell few
1225                   words about the extended search ability:
1226                   handling.xml, en fr
1227                 added missing <quote></quotes> to Quick Search:
1228                   handling.xml, en fr es
1229                 fixed a typo (auomatically):
1230                   handling.xml, en
1231                 changes revisited by Paul.
1232
1233 2006-09-10 [paul]       2.4.0cvs171
1234
1235         * src/prefs_actions.c
1236         * src/prefs_filtering.c
1237         * src/prefs_template.c
1238                 adjustments to the gui
1239                 Patch by Fabien Vantard (slightly modified)
1240
1241 2006-09-10 [colin]      2.4.0cvs170
1242
1243         * src/summaryview.c
1244                 Check folderitem/summaryview consistency
1245                 (basically automates Update summary). Fixes
1246                 #1011 (wrong (negative) count on unread 
1247                 messages)
1248
1249 2006-09-10 [colin]      2.4.0cvs169
1250
1251         * src/gtk/gtksctree.c
1252                 Fix recursive expansion via mouse
1253         * src/plugins/bogofilter/bogofilter.c
1254                 Use normal filtering way of moving
1255                 messages (batching), possibly fixing
1256                 bug #1015 (Bogofilter plugin doubles 
1257                 new messages)
1258
1259 2006-09-09 [wwp]        2.4.0cvs168
1260
1261         * src/prefs_filtering.c
1262                 better place for this fix.
1263
1264 2006-09-09 [wwp]        2.4.0cvs167
1265
1266         * src/prefs_filtering.c
1267                 fix a minor bug when the enabled status of a filtering/processing
1268                 rule always got set to TRUE when replacing this rule. That still
1269                 make sense when adding a new rule, but now when replacing, we
1270                 don't override the value of 'enabled'.
1271                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1272                 to prefs_filtering_list_view_get_info() as this function not only
1273                 returns the name, but also the account_id and the enabled status.
1274
1275 2006-09-09 [mones]      2.4.0cvs166
1276
1277         * manual/glossary.xml
1278         * manual/plugins.xml
1279                 Minor format corrections
1280         * manual/gpl.xml
1281                 Fix misplaced NO WARRANTY section
1282         * manual/es/advanced.xml
1283         * manual/es/faq.xml
1284         * manual/es/glossary.xml
1285         * manual/es/gpl.xml
1286         * manual/es/handling.xml
1287         * manual/es/plugins.xml
1288         * manual/es/starting.xml
1289                 Incorporate changes from English version
1290         * manual/fr/ack.xml
1291         * manual/pl/ack.xml
1292         * manual/es/ack.xml
1293                 Fix address, (add translation credits in es version)
1294         * po/es.po
1295                 Updated translation
1296
1297 2006-09-09 [wwp]        2.4.0cvs165
1298
1299         * src/prefs_filtering.c
1300                 fix a crash when opening filtering prefs, if matcherrc file contains
1301                 broken data (non-existing account id, which is theoretically not
1302                 possible).
1303
1304 2006-09-08 [colin]      2.4.0cvs164
1305
1306         * src/folder.c
1307                 Wrong assert, make it an if()
1308         * src/gtk/gtksctree.c
1309                 Fix bug #1013 (expand selected thread 
1310                 tree) - expanding is now recursive
1311
1312 2006-09-07 [wwp]        2.4.0cvs163
1313
1314         * src/prefs_matcher.c
1315                 make better sentences about addressbook matching in the
1316                 matcher prefs. This should make translators' work easier
1317                 too.
1318
1319 2006-09-07 [wwp]        2.4.0cvs162
1320
1321         * src/prefs_filtering.c
1322                 code simplification (get rid of dup var. assignment).
1323
1324 2006-09-07 [wwp]        2.4.0cvs161
1325
1326         * src/summaryview.c
1327                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1328                 <fzzzzz@gmail.com>.
1329
1330 2006-09-07 [paul]       2.4.0cvs160
1331
1332         * src/mimeview.c
1333                 fix compilation warnings
1334                 Thanks to Colin
1335
1336 2006-09-07 [paul]       2.4.0cvs159
1337
1338         * src/mimeview.c
1339                 select the mimepart icon when
1340                 displaying as text
1341                 Thanks to Colin
1342
1343 2006-09-06 [paul]       2.4.0cvs158
1344
1345         * src/prefs_filtering.c
1346                 fix labels and table element spacing
1347                 Patch by Fabien Vantard
1348
1349 2006-09-06 [paul]
1350
1351         2.5.0-rc3 released
1352
1353 2006-09-06 [paul]       2.4.0cvs157
1354
1355         * manual/es/advanced.xml
1356                 fix typo
1357
1358 2006-09-06 [wwp]        2.4.0cvs156
1359
1360         * src/mainwindow.c
1361                 fix an dup launch issue when iconified, thanks to Colin.
1362
1363 2006-09-06 [wwp]        2.4.0cvs155
1364
1365         * src/gtk//gtksctree.h
1366                 oops, forgot that one!
1367
1368 2006-09-06 [wwp]        2.4.0cvs154
1369
1370         * manual/pl/advanced.xml
1371         * manual/advanced.xml
1372         * manual/es/advanced.xml
1373         * manual/fr/advanced.xml
1374         * src/prefs_customheader.c
1375         * src/prefs_filtering_action.c
1376         * src/foldersel.c
1377         * src/prefs_summaries.c
1378         * src/prefs_filtering.c
1379         * src/account.c
1380         * src/compose.c
1381         * src/prefs_summary_column.c
1382         * src/addr_compl.c
1383         * src/prefs_actions.c
1384         * src/prefs_folder_column.c
1385         * src/ssl_manager.c
1386         * src/prefs_template.c
1387         * src/prefs_display_header.c
1388         * src/prefs_common.h
1389         * src/prefs_matcher.c
1390         * src/prefs_common.c
1391         * src/prefs_toolbar.c
1392         * src/summaryview.c
1393         * src/folderview.c
1394         * src/gtk/gtksctree.c
1395         * src/gtk/pluginwindow.c
1396         * src/gtk/progressdialog.c
1397         * src/gtk/prefswindow.c
1398                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1399                 to make its meaning more obvious (all versions of the manual reflect
1400                 the change).
1401                 added an extra hidden option use_stripes_in_summary to allow
1402                 discarding these stripes in mainwindow's folder and message lists;
1403                 en and fr manuals only are OK towards this.
1404
1405 2006-09-06 [colin]      2.4.0cvs153
1406
1407         * src/textview.c
1408                 Hide Sylpheed-Claws' internal queue headers
1409                 when showing all headers. They'll be present
1410                 only in Source window.
1411
1412 2006-09-05 [colin]      2.4.0cvs152
1413
1414         * src/plugins/trayicon/trayicon.c
1415                 Fix crash at exit - we have to disconnect
1416                 our handlers
1417         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1418                 Update eggtrayicon - patch adapted from a
1419                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1420                 on Sylpheed's ML
1421
1422 2006-09-05 [colin]      2.4.0cvs151
1423
1424         * src/mainwindow.c
1425         * src/gtk/logwindow.c
1426                 Fix race condition when something writes
1427                 to the log too soon during init. Thanks
1428                 to Fabien Vantard
1429
1430 2006-09-05 [colin]      2.4.0cvs150
1431
1432         * src/mimeview.c
1433                 Don't select part on right-click either
1434
1435 2006-09-05 [paul]       2.4.0cvs149
1436
1437         * src/mimeview.c
1438                 completion of previous commit
1439                 Thanks to Colin
1440
1441 2006-09-05 [colin]      2.4.0cvs148
1442
1443         * src/mimeview.c
1444                 Don't force selection on middle-click, just open
1445
1446 2006-09-04 [colin]      2.4.0cvs147
1447
1448         * src/mimeview.c
1449                 Looks like gtk_notebook_set_current_page()
1450                 sometimes steals focus, and this annoys us
1451                 in MimeViewers as it renders navigation
1452                 keys useless. Take back focus after switching
1453                 pages.
1454
1455 2006-09-04 [colin]      2.4.0cvs146
1456
1457         * src/messageview.c
1458                 Set stop_loading when clicking on Next
1459                 during load. Don't add a callback to 
1460                 avoid over-complicating things.
1461
1462 2006-09-04 [colin]      2.4.0cvs145
1463
1464         * src/mimeview.c
1465         * src/messageview.c
1466                 Fix multiple loads in separate messageview
1467
1468 2006-09-04 [colin]      2.4.0cvs144
1469
1470         * src/summaryview.c
1471                 Let navigation keys be handled during 
1472                 load
1473
1474 2006-09-04 [colin]      2.4.0cvs143
1475
1476         * src/messageview.c
1477         * src/summaryview.c
1478         * src/textview.c
1479         * src/textview.h
1480                 Make loading of huge mails (lots of text and/or
1481                 images) cancellable, so the GUI doesn't block 
1482
1483 2006-09-04 [colin]      2.4.0cvs142
1484
1485         * src/plugins/trayicon/trayicon.c
1486                 Fix annoyance when removing a folder with 
1487                 unread mails: trayicon didn't update
1488
1489 2006-09-04 [paul]       2.4.0cvs141
1490
1491         * src/gtk/icon_legend.c
1492                 straighten up columns
1493                 Patch by Fabien Vantard
1494
1495 2006-09-04 [wwp]        2.4.0cvs140
1496
1497         * src/prefs_filtering.c
1498                 fix new line's account name in filtering prefs:
1499                 was "All", is now "(New)".
1500
1501 2006-09-04 [paul]       2.4.0cvs139
1502
1503         * tools/make.themes.project
1504                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1505                 instead of homebrewed "make release"
1506
1507 2006-09-03 [colin]      2.4.0cvs138
1508
1509         * src/folderview.c
1510                 Fix bug #1007 (Wrong folder highlighted)
1511
1512 2006-09-03 [colin]      2.4.0cvs137
1513
1514         * src/compose.c
1515                 Don't set Newsgroup: header to a mail folder
1516                 path
1517
1518 2006-09-03 [paul]       2.4.0cvs136
1519
1520         * src/prefs_other.c
1521         * src/prefs_spelling.c
1522                 unify the gui
1523
1524 2006-09-03 [paul]       2.4.0cvs135
1525
1526         * src/prefs_summaries.c
1527                 correct menu item text in prefs_keybind_apply_clicked()
1528
1529 2006-09-03 [paul]       2.4.0cvs134
1530
1531         * manual/advanced.xml
1532                 some improvements to the descriptions
1533         * src/mainwindow.c
1534         * src/messageview.c
1535         * src/summaryview.c
1536         * src/gtk/menu.c
1537                 fix menu sensitivity issues
1538         * src/prefs_message.c
1539                 drop the useless word 'short'
1540         * src/prefs_other.c
1541                 add the word 'lines' indicating log length
1542                 is a measure of lines
1543         * src/textview.c
1544                 fix compilation warnings
1545
1546 2006-09-02 [colin]      2.4.0cvs133
1547
1548         * src/messageview.c
1549                 Display a special return-receipt message
1550                 if the message is from the user
1551         * src/summaryview.c
1552                 Fix missing freeze of the list when marking
1553                 all read and unthreading for exec. Thanks
1554                 to Stephan Sachse.
1555
1556 2006-09-02 [paul]       2.4.0cvs132
1557
1558         * src/mainwindow.c
1559         * src/prefs_message.c
1560         * src/summaryview.c
1561                 fix some english
1562
1563 2006-09-02 [wwp]        2.4.0cvs131
1564
1565         * src/prefs_filtering.c
1566                 added an account name column to the filtering rules
1567                 dialog.
1568
1569 2006-09-02 [colin]      2.4.0cvs130
1570
1571         * src/gtk/logwindow.c
1572         * src/gtk/logwindow.h
1573                 Block scrolling if we're not at the end
1574                 of the log
1575
1576 2006-09-02 [colin]      2.4.0cvs129
1577
1578         * src/folder.c
1579                 Make sure account-specific rules can't
1580                 be used in {pre-,post-,}processing
1581         * src/mainwindow.c
1582         * src/gtk/logwindow.c
1583         * src/gtk/logwindow.h
1584                 Jump to last error when clicking on the
1585                 warning icon
1586
1587 2006-09-02 [colin]      2.4.0cvs128
1588
1589         * src/imap.c
1590         * src/import.c
1591         * src/mainwindow.c
1592         * src/mainwindow.h
1593                 Fix warning icon
1594         * src/inc.c
1595         * src/mbox.c
1596         * src/mbox.h
1597                 Let proc_mbox know its account, for
1598                 account-specific rules
1599
1600 2006-09-01 [colin]      2.4.0cvs127
1601
1602         * src/codeconv.c
1603                 Don't uselessly use iconv to convert from
1604                 us-ascii
1605         * src/alertpanel.c
1606         * src/mainwindow.c
1607         * src/mainwindow.h
1608         * src/inc.c
1609                 Fix certain log cases, disable warning icon
1610                 for now, the correct way to display it when
1611                 necessary and only when necessary is probably
1612                 to do it manually rather than use error logs
1613         * src/etpan/imap-thread.c
1614                 Clean up UID logging a bit
1615         * src/gtk/logwindow.c
1616         * src/gtk/logwindow.h
1617                 Make logging faster when the window's closed
1618
1619 2006-09-01 [wwp]        2.4.0cvs126
1620
1621         * manual/fr/account.xml
1622                 reflect changes to the ref. manual (parts of cvs72):
1623                 fix tabnames and quotes.
1624
1625 2006-09-01 [wwp]        2.4.0cvs125
1626
1627         * manual/fr/plugins.xml
1628                 reflect changes to the reference manual (cvs42):
1629                 update IRC channel info.
1630
1631 2006-09-01 [wwp]        2.4.0cvs124
1632
1633         * commitHelper
1634                 use CVSEDITOR env. var. if set, according to `man cvs`.
1635
1636 2006-09-01 [wwp]        2.4.0cvs123
1637
1638         * manual/advanced.xml
1639                 better sentence again (thanks to Paul).
1640
1641 2006-09-01 [wwp]        2.4.0cvs122
1642
1643         * manual/advanced.xml
1644         fix definition of toolbar_detachable and rework a bit the one of
1645         enable_dotted_lines.
1646
1647 2006-09-01 [mones]      2.4.0cvs121
1648
1649         * manual/advanced.xml
1650                 Document enable_dotted_lines
1651
1652 2006-09-01 [paul]       2.4.0cvs120
1653
1654         * src/folderview.c
1655         * src/folderview.h
1656         * src/imap.c
1657         * src/mainwindow.c
1658         * src/summaryview.c
1659                 obey the 'When entering folder...' option
1660                 when using the /View/Go to/... menu items
1661                 Thanks to Colin
1662
1663 2006-08-31 [colin]      2.4.0cvs119
1664
1665         * src/folderview.c
1666                 Revert 2.4.0cvs116, wrong fix.
1667
1668 2006-08-31 [colin]      2.4.0cvs118
1669
1670         * src/gtk/gtksctree.c
1671                 Better state the various copyrights
1672
1673 2006-08-31 [colin]      2.4.0cvs117
1674
1675         * src/prefs_common.c
1676                 fix enable_dotted_lines
1677
1678 2006-08-31 [colin]      2.4.0cvs116
1679
1680         * src/folderview.c
1681                 Use pref "Always open on select" when going
1682                 to next unread folder
1683         * src/gtk/gtksctree.c
1684                 Fix link failure to _gtk_clist_create_cell_layout
1685                 on certain computers. (Why not mine, I wonder)
1686
1687 2006-08-31 [colin]      2.4.0cvs115
1688
1689         * src/procmsg.c
1690         * src/textview.c
1691         * src/plugins/bogofilter/bogofilter.c
1692         * src/plugins/spamassassin/spamassassin.c
1693                 Requalify some "errors" to warnings
1694         * src/mainwindow.c
1695         * src/mainwindow.h
1696         * src/statusbar.c
1697                 Add an icon in the statusbar to notify
1698                 of errors
1699         * src/gtk/gtksctree.c
1700         * src/folderview.c
1701         * src/summaryview.c
1702                 Make the GtkSCTree look more modern by
1703                 alternating background lines
1704         * src/prefs_common.c
1705         * src/prefs_common.h
1706                 Add a pref to let people have the old
1707                 way if they prefer
1708
1709
1710 2006-08-30 [colin]      2.4.0cvs114
1711
1712         * src/procmsg.c
1713         * src/procmsg.h
1714                 Provide a way to filter a list of
1715                 messages in an optimised manner, and
1716                 add a list-filtering hook
1717         * src/folder.c
1718         * src/inc.c
1719         * src/mbox.c
1720                 Use the list filtering
1721         * src/plugins/bogofilter/bogofilter.c
1722                 Use the list-filtering hook
1723                 Use -b (bulk) mode for more speed
1724                 when learning and filtering
1725         * src/etpan/imap-thread.c
1726                 Make log output shorter in UID SEARCH
1727
1728
1729 2006-08-30 [colin]      2.4.0cvs113
1730
1731         * src/plugins/bogofilter/bogofilter.c
1732                 Really fast mass learning - thanks to David
1733                 Relson for the options explanations :)
1734
1735 2006-08-30 [colin]      2.4.0cvs112
1736
1737         * src/msgcache.c
1738                 Fix compilation on FreeBSD. Thanks
1739                 to Michael Hugues
1740
1741 2006-08-29 [colin]      2.4.0cvs111
1742
1743         * src/folderview.c
1744                 Handle "popup_menu" signal (for popping the 
1745                 menu via the keyboard)
1746         * src/mimeview.c
1747         * src/mimeview.h
1748         * src/summaryview.c
1749         * src/textview.c
1750         * src/gtk/gtkutils.c
1751         * src/gtk/gtkutils.h
1752                 Factorize scrolling code, and add an API 
1753                 for MimeViewers to handle scroll orders
1754
1755 2006-08-29 [wwp]        2.4.0cvs110
1756
1757         * src/plugins//bogofilter/bogofilter.c
1758         * src/plugins//spamassassin/spamassassin.c
1759                 make the bogofilter/spamassassin filtering error dialogs at
1760         incorporation obey to the "don't popup error dialog on
1761         receive error" option. If disabled, feed the log window w/
1762         the error message.
1763
1764 2006-08-29 [paul]
1765
1766         2.5.0-rc2 released
1767
1768 2006-08-29 [paul]       2.4.0cvs109
1769
1770         * Makefile.am
1771                 remove 'make release', it's not needed
1772                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1773
1774 2006-08-29 [paul]       2.4.0cvs108
1775
1776         * src/foldersel.c
1777         * src/summary_search.c
1778         * src/gtk/progressdialog.c
1779         * src/plugins/pgpcore/passphrase.c
1780                 replace deprecated gtk_window_set_policy()
1781
1782 2006-08-29 [colin]      2.4.0cvs107
1783
1784         * src/folder.c
1785                 Fix data loss when copy fails during a move:
1786                 only use fast remove_msgs if everything was
1787                 copied OK; else use slow remove_msg on the
1788                 mails that got copied only.
1789
1790 2006-08-28 [paul]       2.4.0cvs106
1791
1792         * src/mh.c
1793                 revert change in 2.4.0cvs104, it breaks
1794                 stuff
1795
1796 2006-08-28 [paul]       2.4.0cvs105
1797
1798         * src/plugins/spamassassin/spamassassin.c
1799                 english fix
1800
1801 2006-08-28 [paul]       2.4.0cvs104
1802
1803         * src/mh.c
1804                 fix data loss when moving to another
1805                 mailbox fails
1806         * src/prefs_spelling.c
1807                 improve the english
1808         * src/gtk/pluginwindow.c
1809                 improve the layout of the dialog text
1810         All thanks to Colin
1811
1812 2006-08-28 [paul]       2.4.0cvs103
1813
1814         * src/plugins/bogofilter/bogofilter.c
1815         * src/plugins/bogofilter/bogofilter_gtk.c
1816                 fix english up a bit, innit
1817
1818 2006-08-28 [paul]       2.4.0cvs102
1819
1820         * configure.ac
1821         * po/Makefile.in.in
1822         * po/Makevars
1823                 require autoconf 2.60, enabling building
1824                 with gettext 0.15 (gettext 0.14.x build still
1825                 possible). Replace Makefiles with versions
1826                 from gettext 0.15.
1827                 Remove configure options --with-localedir and
1828                 --with-mandir. The options that are provided
1829                 directly by autoconf 2.60 can be used instead:
1830                 --mandir --localedir
1831
1832 2006-08-27 [colin]      2.4.0cvs101
1833
1834         * src/plugins/bogofilter/Makefile.am
1835                 Fix make dist (no README)
1836
1837 2006-08-27 [colin]      2.4.0cvs100
1838
1839         * src/folder.c
1840                 Don't use F_UNKNOWN folders for any default
1841                 outbox/trash/etc
1842         * src/plugins/bogofilter/bogofilter.c
1843         * src/plugins/bogofilter/bogofilter.h
1844         * src/plugins/bogofilter/bogofilter_gtk.c
1845                 Add an option to specify the path to bogofilter
1846                 Use single-quotes to be able to learn in folders
1847                 with spaces in their names
1848                 Verify learning status
1849
1850 2006-08-27 [colin]      2.4.0cvs99
1851
1852         * manual/faq.xml
1853         * manual/plugins.xml
1854                 Document Bogofilter plugin
1855
1856 2006-08-27 [colin]      2.4.0cvs98
1857
1858         * src/compose.c
1859         * src/messageview.c
1860         * src/procmsg.c
1861         * src/procmsg.h
1862                 When possible, copy the queued mail to sent folder
1863                 instead of re-adding. Much faster on IMAP.
1864
1865 2006-08-27 [colin]      2.4.0cvs97
1866
1867         * src/msgcache.c
1868                 Disable mmaped caches - huge metadata loss
1869                 here after a power failure.
1870         * src/summaryview.c
1871                 Add quicksearch timing
1872         * src/common/plugin.c
1873         * src/common/plugin.h
1874                 Implement an interface to tell what plugins
1875                 provide. Prevent loading of similar plugins.
1876         * src/plugins/clamav/clamav_plugin.c
1877         * src/plugins/demo/demo.c
1878         * src/plugins/dillo_viewer/dillo_viewer.c
1879         * src/plugins/pgpcore/plugin.c
1880         * src/plugins/pgpinline/pgpinline.c
1881         * src/plugins/pgpmime/pgpmime.c
1882         * src/plugins/spamassassin/spamassassin.c
1883         * src/plugins/trayicon/trayicon.c
1884                 Implement plugin_provides()
1885
1886 2006-08-27 [colin]      2.4.0cvs96
1887
1888         * configure.ac
1889         * src/plugins/Makefile.am
1890         * src/plugins/bogofilter/.cvsignore
1891         * src/plugins/bogofilter/Makefile.am
1892         * src/plugins/bogofilter/bogofilter.c
1893         * src/plugins/bogofilter/bogofilter.h
1894         * src/plugins/bogofilter/bogofilter_gtk.c
1895                 New Bogofilter plugin, provides filtering and
1896                 learning. Spamassassin will go to extra plugins.
1897
1898 2006-08-26 [mones]      2.4.0cvs95
1899
1900         * manual/handling.xml
1901                 Fix subfolder path in the example (thanks to Paul) 
1902
1903 2006-08-26 [mones]      2.4.0cvs94
1904
1905         * manual/glossary.xml
1906                 2.2. + add ISP to the glossary
1907                 7.5. + Add UIDL to glossary
1908                 7.7. + Add TCP to glossary
1909         * manual/handling.xml
1910                 7.1. + Mentions GNU/Linux distribution, what about the non...
1911                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1912                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1913                 7.4. = Use appropriate quotation for commands
1914                 7.6. = change "" to <quote></quote>
1915         * manual/plugins.xml
1916                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1917         * manual/starting.xml
1918                 2.1. + local mbox file: some examples of mbox file locations...
1919                 Also reformatted files requiring it
1920
1921 2006-08-26 [wwp]        2.4.0cvs93
1922
1923         * src/summary_search.c
1924                 disable find buttons while summary search is running.
1925
1926 2006-08-25 [colin]      2.4.0cvs92
1927
1928         * src/folder.c
1929         * src/folderutils.c
1930         * src/mh.c
1931         * src/procmsg.h
1932         * src/summaryview.c
1933                 Speed up MH moving, and add progressbar
1934                 for MH deletion
1935         * src/msgcache.c
1936                 Write cache files using mmap() too
1937
1938 2006-08-25 [wwp]        2.4.0cvs91
1939
1940         * src/summaryview.c
1941                 switch spam<->ham button when a message has been marked as spam or ham
1942                 and is still selected. Thanks to Colin.
1943
1944 2006-08-25 [paul]       2.4.0cvs90
1945
1946         * src/Makefile.am
1947         * src/stock_pixmap.c
1948         * src/stock_pixmap.h
1949         * src/summaryview.c
1950         * src/gtk/icon_legend.c
1951         * src/pixmaps/copied.xpm
1952         * src/pixmaps/moved.xpm
1953                 add icons for delayed execution marked for
1954                 copying, marked for moving
1955
1956 2006-08-25 [mones]      2.4.0cvs89
1957
1958         * manual/glossary.xml
1959                 Fix the other glossary items:
1960                 5.1. = Inmmediate execution -> <quote>immediate execution...
1961                 5.2. = Fix MBOX capitalization -> Mbox
1962                 5.3. + Improve Plugins def. w/ tech. ref.
1963                 5.4. = Quotation -> replace '>' by <quote>></quote>
1964                 5.5. - SMTP Server. -> remove dot
1965         * po/es.po
1966                 Updated translation
1967
1968 2006-08-25 [mones]      2.4.0cvs88
1969
1970         * manual/ack.xml
1971                 Reformatted, changed email address
1972         * manual/glossary.xml
1973                 Reformatted, fixed MANUAL-TODO items:
1974                 8.2. + add ROT-13 to glossary
1975                 8.4. + add URL to glossary
1976         * manual/es/advanced.xml
1977                 Fixed <literal>s
1978
1979 2006-08-25 [paul]       2.4.0cvs87
1980
1981         * src/gtk/icon_legend.c
1982                 add 'marked for deletion' icon
1983                 arrange icons by containing column
1984                 wrap long label text
1985
1986 2006-08-25 [colin]      2.4.0cvs86
1987
1988         * src/common/utils.c
1989         * src/common/utils.h
1990                 Add the sc_g_*list_bigger functions in
1991                 a place everyone can use it
1992         * src/summaryview.c
1993                 Only freeze/thaw the list when working
1994                 on the selection, if it's bigger than 1
1995         * src/gtk/gtksctree.c
1996                 Only freeze/thaw the list when unselec-
1997                 ting 'all' if ('all' != 1)
1998                 This avoids some flickering
1999
2000 2006-08-24 [colin]      2.4.0cvs85
2001
2002         * src/addressbook.c
2003                 Fix strange list selection
2004                 Fix random seg (Invalid read of freed memory)
2005
2006 2006-08-24 [colin]      2.4.0cvs84
2007
2008         * src/alertpanel.c
2009         * src/gtk/inputdialog.c
2010         * src/plugins/pgpcore/passphrase.c
2011                 Revert minimal width patch of 2.4.0cvs67,
2012                 as it is also a maximal width. Use 
2013                 gtk_window_set_default_size instead.
2014
2015 2006-08-24 [colin]      2.4.0cvs83
2016
2017         * src/msgcache.c
2018                 Write cache/mark to temp files before
2019                 overwriting old ones (avoids metadata
2020                 loss if writing the new files fail).
2021                 Use mmap() to read cache/mark file, as
2022                 this makes cache reading faster. Dis-
2023                 abled for big-endian machines until it
2024                 can be tested. (Big-endian users: set
2025                 msgcache_use_mmap = TRUE in the relevant
2026                 #if).
2027         * src/procmsg.h
2028                 Move rarely used fields of MsgInfo in 
2029                 another structure, which will only be
2030                 allocated if needed. Face, X-Face,
2031                 Return receipt headers and List-*
2032                 headers are moved. Mails having none
2033                 of these occupy 52 bytes less with
2034                 this patch, which makes 2.5MB of RAM
2035                 saved on a 50k folder).
2036         * src/headerview.c
2037         * src/mainwindow.c
2038         * src/messageview.c
2039         * src/partial_download.c
2040         * src/procheader.c
2041         * src/procmsg.c
2042         * src/textview.c
2043                 Follow this structure change.
2044
2045 2006-08-24 [wwp]        2.4.0cvs82
2046
2047         * manual/es/.cvsignore
2048         * manual/es/dist/.cvsignore
2049         * manual/es/dist/html/.cvsignore
2050         * manual/es/dist/pdf/.cvsignore
2051         * manual/es/dist/ps/.cvsignore
2052         * manual/es/dist/txt/.cvsignore
2053                 more (generated) files to ignore.
2054
2055 2006-08-24 [colin]      2.4.0cvs81
2056
2057         * src/folder.c
2058         * src/mh.c
2059                 Fix possible problems with local delivery. Check the folder doesn't
2060                 need scan before setting its mtime when saving cache (which can be
2061                 done long after the folder's been modified by an external process);
2062                 Check that the stored item's mtime didn't change in mh functions.
2063
2064 2006-08-24 [mones]      2.4.0cvs80
2065
2066         * manual/advanced.xml
2067                 Rewrapping, some fixes and MANUAL-TODO items:
2068                 8.1. = change "" to <quote></quote>
2069                 8.3. = quote menu items
2070                 8.5. - deploying -> new user ... ideally a new user (redundant)
2071
2072 2006-08-23 [colin]      2.4.0cvs79
2073
2074         * src/gtk/gtksctree.c
2075                 When selecting or deselecting range, only
2076                 freeze/thaw when selection is bigger than 10
2077
2078 2006-08-23 [colin]      2.4.0cvs78
2079
2080         * src/messageview.c
2081         * src/mimeview.c
2082         * src/mimeview.h
2083         * src/plugins/dillo_viewer/dillo_viewer.c
2084                 Provide an API for MimeViewer plugins to
2085                 return a text selection for replying
2086
2087 2006-08-23 [colin]      2.4.0cvs77
2088
2089         * src/image_viewer.c
2090         * src/textview.c
2091                 Use gtk_pixbuf_new_from_file_at_scale(), which
2092                 is faster than getting the pixbuf then resizing
2093                 it.
2094
2095 2006-08-23 [colin]      2.4.0cvs76
2096
2097         * src/procmime.c
2098                 UTF-8 should be sent Quoted-printable
2099
2100 2006-08-22 [colin]      2.4.0cvs75
2101
2102         * src/mh.c
2103                 Check if scan is required before touching
2104                 the folder (or it'll be required every time)
2105
2106 2006-08-22 [colin]      2.4.0cvs74
2107
2108         * configure.ac
2109                 Require libetpan 0.46 (crasher fix when built
2110                 against gnutls)
2111
2112 2006-08-22 [colin]      2.4.0cvs73
2113
2114         * src/folder.c
2115                 Set folder's mtime after writing its
2116                 cache
2117         * src/folderview.c
2118                 Add some timing
2119         * src/procmsg.c
2120                 Don't do useless stuff if we don't 
2121                 thread by subject
2122         * src/summaryview.c
2123                 Add some timing, don't deselect prior
2124                 to selecting (gtksctree does it itself),
2125                 remove crash avoidance hacks as it's been
2126                 properly fixed since a while
2127         * src/common/utils.c
2128                 Optimize to_human_readable(): _() is slow,
2129                 do it only once, and avoid %f format for KB
2130                 (the most common in a summaryview)
2131         * src/gtk/gtksctree.c
2132                 Don't uselessly freeze/thaw (fixes flicker
2133                 on next unread and friends), reduce number
2134                 of g_list_nth/g_list_position where possible
2135         * src/gtk/gtkutils.c
2136         * src/gtk/gtkutils.h
2137                 Reduce number of g_list_nth/g_list_position
2138                 where possible.
2139                 All of this makes loading as 70k folder 2.1
2140                 seconds instead of 3.2 (with hot FS caches).
2141                 (1.3 seconds without Date and Size columns...)
2142
2143 2006-08-22 [paul]       2.4.0cvs72
2144
2145         wrap documents and do some items from mones' MANUAL-TODO:
2146
2147         * manual/account.xml
2148                 4.1. = fix tabname references to <quote>tabname</quote>
2149                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
2150         * manual/faq.xml
2151                 1.1. = mentioned options don't match UI
2152                 Add information about the 'Never send Return Receipts'
2153                 option
2154         * manual/handling.xml
2155                 6.2. = Mentions Extended symbols button, but now is
2156                 named Information
2157                 6.3. = Mentions ... button, which is now Edit
2158
2159 2006-08-22 [colin]      2.4.0cvs71
2160
2161         * src/gtk/pluginwindow.c
2162                 Fix layout in verbose translations (such
2163                 as french)
2164
2165 2006-08-22 [paul]       2.4.0cvs70
2166
2167         * manual/Makefile.am
2168                 build manuals in alphabetical order
2169         * src/addressbook.c
2170         * src/prefs_themes.c
2171                 replace/remove deprecated symbols
2172         * src/gtk/gtkutils.c
2173                 fix a warning
2174         * src/gtk/pluginwindow.c
2175                 replace deprecated symbol
2176                 replace label text and move it
2177         * src/plugins/pgpcore/prefs_gpg.c
2178                 move the 'Generate...' button out of the
2179                 Sign Key frame, replace the English used
2180         * src/plugins/pgpcore/sgpgme.c
2181                 fixes to the English
2182
2183 2006-08-21 [colin]      2.4.0cvs69
2184
2185         * src/plugins/trayicon/trayicon.c
2186                 Add more strings for translation; patch
2187                 by Pawel
2188
2189 2006-08-21 [colin]      2.4.0cvs68
2190
2191         * src/compose.c
2192                 fix replied flag not set after drafting
2193         * src/matcher.c
2194                 fix body quicksearch in non-encoded bodies
2195                 containing '='
2196         * src/msgcache.c
2197                 Get rid of the g_malloc workaround for
2198                 corrupted caches, use g_try_malloc
2199
2200 2006-08-21 [colin]      2.4.0cvs67
2201
2202         * src/alertpanel.c
2203         * src/gtk/inputdialog.c
2204         * src/plugins/pgpcore/passphrase.c
2205                 Set minimal width to 375
2206         * src/mainwindow.c
2207                 Fix switching to offline, asking if it 
2208                 should be overriden for synchronising
2209         * src/mimeview.c
2210                 Don't offer to remember command on Open 
2211                 with for text parts, as the browser or 
2212                 text editor command isn't changed from 
2213                 there
2214
2215 2006-08-20 [paul]       2.4.0cvs66
2216
2217         * po/ko.po
2218         * po/zh_CN.po
2219                 fix plural form errors. revealed by stricter
2220                 checking of gettext 0.15
2221
2222 2006-08-18 [paul]       2.4.0cvs65
2223
2224         * src/stock_pixmap.c
2225                 fix the fix of 2.4.0cvs64
2226                 Thanks to Colin
2227
2228 2006-08-18 [paul]       2.4.0cvs64
2229
2230         * src/stock_pixmap.c
2231                 fix leaks
2232                 Thanks to Colin
2233
2234 2006-08-18 [paul]       2.4.0cvs63
2235
2236         * src/compose.c
2237         * src/procmsg.c
2238                 fix occasional IMAP bug where large msgs
2239                 were left in the queue folder after sending
2240                 Thanks to Colin
2241
2242 2006-08-18 [paul]       2.4.0cvs62
2243
2244         * src/folderview.c
2245                 freeze the summaryview while quicksearch results
2246                 are displayed
2247                 (fixes bug 456 'current message is hidden when the
2248                 view is refreshed and extended search is "unread 
2249                 messages"')
2250                 Thanks to Colin
2251         * src/textview.c
2252                 add missing #include "inputdialog.h"
2253         * src/common/utils.h
2254                 add missing mailcap_update_default() and improve
2255                 readability
2256
2257 2006-08-17 [colin]      2.4.0cvs61
2258
2259         * src/plugins/pgpcore/select-keys.c
2260                 Fix warnings :)
2261
2262 2006-08-17 [colin]      2.4.0cvs60
2263
2264         * src/compose.c
2265                 Don't continue queuing if Cancel is clicked
2266                 in select-keys
2267
2268 2006-08-17 [colin]      2.4.0cvs59
2269
2270         * src/plugins/pgpcore/select-keys.c
2271                 When encrypting, if only one key matches and it 
2272                 matches exactly, automatically use it.
2273
2274 2006-08-17 [colin]      2.4.0cvs58
2275
2276         * src/mimeview.c
2277         * src/prefs_common.c
2278         * src/prefs_common.h
2279         * src/prefs_ext_prog.c
2280         * src/textview.c
2281                 Fix issues with previous patch (text/html)
2282                 Remove outdated prefs
2283
2284 2006-08-17 [colin]      2.4.0cvs57
2285
2286         * src/imap.c
2287                 Add View Log button on auth error
2288         * src/procmsg.c
2289                 Fix encrypted mail marked as new when
2290                 saved in normal folders
2291         * src/plugins/pgpinline/pgpinline.c
2292                 Fix encrypt bug on IMAP
2293         * src/mimeview.c
2294         * src/common/utils.c
2295         * src/common/utils.h
2296         * src/gtk/inputdialog.c
2297         * src/gtk/inputdialog.h
2298                 Get rid of metamail stuff, simplify
2299                 opening, and allow remembering of user's
2300                 choices (by updating ~/.mailcap). There's
2301                 still to drop "Audio player" and "Image
2302                 viewer" preferences.
2303
2304 2006-08-17 [mones]      2.4.0cvs56
2305
2306         * manual/es/sylpheed-claws-manual.xml
2307                 fix DTD path
2308
2309 2006-08-17 [mones]      2.4.0cvs55
2310
2311         * configure.ac
2312         * manual/Makefile.am
2313         * manual/es/Makefile.am
2314         * manual/es/account.xml
2315         * manual/es/ack.xml
2316         * manual/es/addrbook.xml
2317         * manual/es/advanced.xml
2318         * manual/es/faq.xml
2319         * manual/es/glossary.xml
2320         * manual/es/gpl.xml
2321         * manual/es/handling.xml
2322         * manual/es/intro.xml
2323         * manual/es/keyboard.xml
2324         * manual/es/plugins.xml
2325         * manual/es/starting.xml
2326         * manual/es/sylpheed-claws-manual.xml
2327         * manual/es/dist/Makefile.am
2328         * manual/es/dist/html/Makefile.am
2329         * manual/es/dist/pdf/Makefile.am
2330         * manual/es/dist/ps/Makefile.am
2331         * manual/es/dist/txt/Makefile.am
2332                 Spanish translation for the manual
2333
2334 2006-08-16 [colin]      2.4.0cvs54
2335
2336         * src/compose.c
2337         * src/main.c
2338         * src/mainwindow.c
2339                 Fix send button sensitivity at startup
2340                 Set send menu sensitivity (patch by Fabien)
2341         * src/ssl_manager.c
2342                 Enable closing with esc (patch by Fabien)
2343         * src/gtk/foldersort.c
2344                 Enable closing with esc (patch by Fabien)
2345         * src/procmime.c
2346                 Optimisation (no need to copy to tempfile to
2347                 "decode" 7bit and 8bit)
2348         * src/summaryview.c
2349                 Fix cruft in swap_from case
2350         * src/textview.c
2351                 Fix missing last line in some mail cases 
2352                 (Fixes debian #381872)
2353         * src/plugins/pgpcore/prefs_gpg.c
2354         * src/plugins/pgpcore/sgpgme.c
2355         * src/plugins/pgpcore/sgpgme.h
2356                 Don't show "no key found" when user explicitely
2357                 wants to create a key
2358
2359 2006-08-16 [paul]       2.4.0cvs53
2360
2361         * configure.ac
2362         * src/account.c
2363         * src/addressbook.c
2364         * src/headerview.c
2365         * src/prefs_account.c
2366         * src/prefs_message.c
2367         * src/gtk/gtkutils.c
2368                 bump up minimum required versions of GTK+ and
2369                 GLIB to 2.6.0
2370
2371 2006-08-16 [paul]       2.4.0cvs52
2372
2373         * src/toolbar.c
2374                 workaround GTK+ Bug 351600 - 'Can't re-click
2375                 on button after sensitivity update'
2376                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2377                 Thanks to Colin
2378
2379 2006-08-15 [colin]      2.4.0cvs51
2380
2381         * src/plugins/pgpcore/prefs_gpg.c
2382                 Set options sensitivity according to
2383                 key existence
2384         * src/plugins/pgpcore/sgpgme.c
2385                 Allow to create key with no passphrase
2386
2387 2006-08-14 [cleroy]     2.4.0cvs50
2388
2389         * src/gtk/pluginwindow.c
2390                 New layout (maybe to be changed?)
2391         * src/gtk/gtkutils.c
2392                 Fix a bit label_window
2393         * src/plugins/pgpcore/passphrase.c
2394         * src/plugins/pgpcore/passphrase.h
2395         * src/plugins/pgpcore/plugin.c
2396         * src/plugins/pgpcore/prefs_gpg.c
2397         * src/plugins/pgpcore/prefs_gpg.h
2398         * src/plugins/pgpcore/sgpgme.c
2399         * src/plugins/pgpcore/sgpgme.h
2400                 Allow to create a PGP private key via the GUI
2401
2402 2006-08-14 [wwp]        2.4.0cvs49
2403
2404         * src/addressbook_foldersel.c
2405                 fix strict ISO C90 compliance.
2406
2407 2006-08-14 [paul]       2.4.0cvs48
2408
2409         * src/gtk/prefswindow.c
2410                 re-set scrolled window on opening
2411                 Patch by Ticho
2412
2413 2006-08-14 [paul]
2414
2415         2.5.0-rc1 released
2416
2417 2006-08-14 [paul]       2.4.0cvs47
2418
2419         * src/prefs_display_header.c
2420                 re-enable user-defined Displayed Headers
2421
2422 2006-08-14 [paul]       2.4.0cvs46
2423
2424         * src/prefs_account.c
2425                 use GTK_STOCK_EDIT
2426
2427 2006-08-13 [colin]      2.4.0cvs45
2428
2429         * src/common/utils.c
2430                 Fix "a" in quote when the original message is empty,
2431                 by using \0 instead of 'a' to test writability of
2432                 temp files.
2433
2434 2006-08-13 [wwp]        2.4.0cvs44
2435
2436         * src/plugins/spamassassin/spamassassin.c
2437                 fix capitalization of "SpamAssassin" in some debug, log and
2438                 dialog messages.
2439
2440 2006-08-13 [paul]       2.4.0cvs43
2441
2442         * src/editldap.c
2443                 fix overlapping widgets
2444         * src/prefs_account.c
2445                 fix translation of protocol_names[]
2446                 fix label disappearing off the edge of the
2447                 visible area
2448
2449 2006-08-12 [paul]       2.4.0cvs42
2450
2451         * manual/plugins.xml
2452                 update IRC channel info before it gets forgotten
2453                 about
2454
2455 2006-08-11 [colin]      2.4.0cvs41
2456
2457         * src/compose.c
2458         * src/mainwindow.c
2459         * src/mainwindow.h
2460         * src/procmsg.c
2461         * src/procmsg.h
2462         * src/summaryview.c
2463         * src/toolbar.c
2464                 Grey out the Send button if
2465                 - Queue folders are empty, or
2466                 - We're sending already
2467
2468 2006-08-11 [wwp]        2.4.0cvs40
2469
2470         * src/main.c
2471                 fix a logic issue when quitting while a compose window is
2472                 still open, thanks to Colin.
2473
2474 2006-08-10 [colin]      2.4.0cvs39
2475
2476         * src/main.c
2477                 Fix default font size setting after wizard run
2478         * src/imap.c
2479         * src/etpan/imap-thread.c
2480         * src/etpan/imap-thread.h
2481                 Fix bug #999 (Timing out on TSL cert validation 
2482                 dialog makes ugly things happen). Also, STARTTLS
2483                 unconditionnaly if initial capabilities contain
2484                 LOGINDISABLED and STARTTLS.
2485
2486 2006-08-09 [colin]      2.4.0cvs38
2487
2488         * src/mainwindow.c
2489         * src/mainwindow.h
2490                 Fix Tools/Actions sensitivity when there are
2491                 no actions
2492
2493 2006-08-09 [colin]      2.4.0cvs37
2494
2495         * src/prefs_filtering.c
2496                 Warning fix, patch by Paul
2497         * src/messageview.c
2498         * src/prefs_actions.c
2499         * src/prefs_filtering_action.c
2500         * src/prefs_matcher.c
2501                 Uniformisation of "Info ..." to "Info..." (for
2502                 old gtk), patch by Fabien
2503         * src/plugins/clamav/clamav_plugin_gtk.c
2504                 Sensitivity fix by Fabien
2505
2506 2006-08-09 [colin]      2.4.0cvs36
2507
2508         * src/main.c
2509         * src/main.h
2510                 Add a function to know whether we're exiting
2511         * src/plugins/trayicon/trayicon.c
2512                 If exiting, don't do anything. Faster, and
2513                 avoids gtk_main_iteration reentracy causing
2514                 segfaults at exit
2515
2516 2006-08-09 [colin]      2.4.0cvs35
2517
2518         * src/messageview.c
2519         * src/mimeview.c
2520         * src/mimeview.h
2521                 Fix lack of part selection when automatically 
2522                 jumping to a specific part
2523         * src/msgcache.c
2524                 Little optimisation in cache reading
2525
2526 2006-08-09 [colin]      2.4.0cvs34
2527
2528         * src/compose.c
2529                 Fix crash setting the priority on reedit
2530                 (Accessing compose before creating it!)
2531
2532 2006-08-08 [colin]      2.4.0cvs33
2533
2534         * src/procmime.c
2535                 Fix bug #998 (last attachment is not accessible)
2536                 Bad RFC interpretation on multipart close-delimiters
2537         * src/mimeview.c
2538         * src/mimeview.h
2539         * src/gtk/gtkvscrollbutton.c
2540         * src/gtk/gtkvscrollbutton.h
2541                 Make attachments list wheel-scrollable
2542
2543 2006-08-07 [colin]      2.4.0cvs32
2544
2545         * src/gtk/gtkaspell.c
2546                 Fix bug #973 (Unicode punctation characters 
2547                 are not recognized as separators by the
2548                 spell checker); fix unsigned stuff
2549
2550 2006-08-07 [colin]      2.4.0cvs31
2551
2552         * src/compose.c
2553                 Fix bug #956 (DnD text with accents in compose 
2554                 text entry); fix gccc's signed/unsigned fuss
2555
2556 2006-08-06 [colin]      2.4.0cvs30
2557
2558         * src/main.c
2559                 Fix bug #979 (Plugin crashes when exiting 
2560                 sylpheed-claws) : handle exit request only 
2561                 once
2562
2563 2006-08-05 [colin]      2.4.0cvs29
2564
2565         * src/news.c
2566                 Just make sure we have a msgid.
2567
2568 2006-08-05 [colin]      2.4.0cvs28
2569
2570         * src/news.c
2571         * src/summaryview.c
2572                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2573                 by reimplementing it
2574         * src/textview.c
2575                 Fix bug when hiding quotes with level > 3 and quote
2576                 colors are recycled
2577
2578 2006-08-04 [colin]      2.4.0cvs27
2579
2580         * src/compose.c
2581         * src/undo.c
2582         * src/undo.h
2583                 Fix a bit replace-by-pasting undo
2584         * src/mainwindow.c
2585         * src/messageview.c
2586                 Fix Fold quotes menu synchro in
2587                 mainwindow when it changes in 
2588                 messageview
2589         * src/textview.c
2590                 Fix right-click on quotes blocks
2591         * src/common/utils.c
2592                 Verify that the file created by
2593                 my_tmpfile() is writable. Fixes
2594                 bug #988 (very specific filesystem
2595                 issue)
2596         * src/plugins/pgpcore/sgpgme.c
2597                 Fix file descriptor leak
2598         * src/plugins/spamassassin/spamassassin.c
2599                 Warn once if spamd isn't reachable
2600
2601 2006-08-04 [colin]      2.4.0cvs26
2602
2603         * src/toolbar.c
2604                 i18n context patch by Fabien
2605
2606 2006-08-03 [colin]      2.4.0cvs25
2607
2608         * src/mainwindow.c
2609         * src/messageview.c
2610                 Rename "Hide quotes" to "Fold quotes"
2611         * src/textview.c
2612                 Don't use hand cursor on quotes. "all 
2613                 the bonuses of the feature and none of 
2614                 unwelcome side-effects"
2615
2616 2006-08-03 [colin]      2.4.0cvs24
2617
2618         * AUTHORS
2619         * sylpheed-claws.desktop
2620         * src/gtk/authors.h
2621                 Bring the desktop file to XDG compliance
2622                 Patch by Charles A. Edwards
2623
2624 2006-08-03 [colin]      2.4.0cvs23
2625
2626         * src/textview.c
2627                 Fix links offset when they are preceded
2628                 by accentued chars (g_utf8_strlen!)
2629         * src/mainwindow.c
2630                 Fix wrong status when starting offline
2631
2632
2633 2006-08-03 [wwp]        2.4.0cvs22
2634
2635         * src/prefs_common.h
2636                 ask what to do w/ filtering rules that belong to an account when
2637                 applying filtering rules manually from the main window (skip,
2638                 apply regardless of the account, use current account). This dialog
2639                 can be skipped and the last reply used.
2640                 (forgot that file)
2641
2642 2006-08-03 [wwp]        2.4.0cvs21
2643
2644         * src/filtering.c
2645         * src/filtering.h
2646         * src/prefs_common.c
2647         * src/summaryview.c
2648         * src/alertpanel.c
2649         * src/alertpanel.h
2650         * src/messageview.c
2651                 ask what to do w/ filtering rules that belong to an account when
2652                 applying filtering rules manually from the main window (skip,
2653                 apply regardless of the account, use current account). This dialog
2654                 can be skipped and the last reply used.
2655
2656
2657 2006-08-03 [colin]      2.4.0cvs20
2658
2659         * src/textview.c
2660                 Optimize previous patch
2661
2662 2006-08-03 [cleroy]     2.4.0cvs19
2663
2664         * src/textview.c
2665                 Fix quotes getting toggled back when the
2666                 mail has an even number of text parts
2667
2668 2006-08-02 [colin]      2.4.0cvs18
2669
2670         * src/messageview.c
2671                 Add Hide quotes menu
2672
2673 2006-08-02 [colin]      2.4.0cvs17
2674
2675         * src/mainwindow.c
2676         * src/prefs_common.c
2677         * src/textview.c
2678         * src/textview.h
2679         * src/gtk/about.c
2680                 Allow per-level quote hiding,
2681                 Allow toggling quotes by double-clicking them
2682                 Rename RemoteURI to ClickableText to reflect
2683                 the fact it's used for a variety of things
2684
2685 2006-08-02 [wwp]        2.4.0cvs16
2686
2687         * src/mainwindow.c
2688                 fix "View/Hide quotes" menu item status initialization.
2689
2690 2006-08-02 [wwp]        2.4.0cvs15
2691
2692         * src/matcher_parser_parse.y
2693                 remove a debug trace.
2694
2695 2006-08-02 [paul]       2.4.0cvs14
2696
2697         * src/plugins/pgpcore/passphrase.c
2698                 don't set initial dialog size
2699                 make it resizable
2700
2701 2006-08-02 [paul]       2.4.0cvs13
2702
2703         * src/noticeview.c
2704                 remove the rogue '/' character
2705
2706 2006-08-02 [paul]       2.4.0cvs12
2707
2708         * src/noticeview.c
2709                 allow buttons to resize as necessary
2710
2711 2006-08-01 [wwp]        2.4.0cvs11
2712
2713         * src/mbox.c
2714                 fix strict ISO C90 compliance.
2715
2716 2006-08-01 [wwp]        2.4.0cvs10
2717
2718         * tools/update-po
2719                 updated update-po tool to work w/ context-dependent translations.
2720                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2721
2722 2006-08-01 [wwp]        2.4.0cvs9
2723
2724         * src/matcher.c
2725         * src/prefs_filtering.c
2726         * src/prefs_matcher.c
2727                 allow context-dependent translations for "All",
2728                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2729
2730 2006-07-31 [colin]      2.4.0cvs8
2731
2732         * AUTHORS
2733         * src/gtk/authors.h
2734                 Add Rafal to authors
2735
2736 2006-07-31 [colin]      2.4.0cvs7
2737
2738         * src/compose.c
2739         * src/mainwindow.c
2740         * src/messageview.h
2741         * src/prefs_common.c
2742         * src/prefs_common.h
2743         * src/textview.c
2744                 Add 'View/Hide quotes'. Patch based on a patch
2745                 by Rafal Weglarz
2746
2747 2006-07-31 [colin]      2.4.0cvs6
2748
2749         * src/action.c
2750                 Fix problem with "> stuff >" actions
2751
2752 2006-07-31 [paul]       2.4.0cvs5
2753
2754         * po/nb.po
2755                 updated by Geir Helland
2756
2757 2006-07-31 [wwp]        2.4.0cvs4
2758
2759         * src/mainwindow.c
2760         * src/summaryview.c
2761         * src/summaryview.h
2762                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2763                 thanks to Colin.
2764
2765 2006-07-31 [wwp]        2.4.0cvs3
2766
2767         * src/Makefile.am
2768         * src/addr_compl.c
2769         * src/addr_compl.h
2770         * src/addressbook.c
2771         * src/addressbook.h
2772         * src/addressbook_foldersel.c
2773         * src/addressbook_foldersel.h
2774         * src/addrindex.c
2775         * src/addrindex.h
2776         * src/matcher.c
2777         * src/matcher.h
2778         * src/matcher_parser_lex.l
2779         * src/matcher_parser_parse.y
2780         * src/prefs_common.c
2781         * src/prefs_common.h
2782         * src/prefs_filtering.c
2783         * src/prefs_matcher.c
2784         * src/prefs_matcher.h
2785         * src/summaryview.c
2786                 introduce filtering against the address book. It's now possible to add
2787                 matched conditions to determine if any email address in a message matches
2788                 or doesn't match any or all books or folders in the address book.
2789
2790 2006-07-31 [wwp]        2.4.0cvs2
2791
2792         * src/account.c
2793         * src/filtering.c
2794         * src/filtering.h
2795         * src/folder.c
2796         * src/folderview.c
2797         * src/inc.c
2798         * src/mainwindow.c
2799         * src/matcher.c
2800         * src/matcher_parser_lex.l
2801         * src/matcher_parser_parse.y
2802         * src/mbox.c
2803         * src/prefs_filtering.c
2804         * src/prefs_filtering.h
2805         * src/procmsg.c
2806         * src/procmsg.h
2807         * src/summaryview.c
2808                 introduce per-account filtering rules. Each filtering rule can now be assigned
2809                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2810                 when applying filtering rules manually, as all rules will apply - even the ones
2811                 assigned to an account. This issue will be addressed soon.
2812  
2813
2814
2815 2006-07-31 [wwp]        2.4.0cvs1
2816
2817         * src/quote_fmt.c
2818                 make more strings translatable.
2819
2820 2006-07-31 [paul]       2.4.0
2821
2822         2.4.0 released
2823
2824 2006-07-31 [paul]       2.3.1cvs91
2825
2826         * po/ca.po
2827                 updated by Miquel Oliete
2828
2829 2006-07-31 [paul]       2.3.1cvs90
2830
2831         * po/de.po
2832         * po/el.po
2833         * po/fr.po
2834         * po/it.po
2835         * po/pl.po
2836         * po/pt_BR.po
2837         * po/sr.po
2838         * po/zh_CN.po
2839                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2840                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2841                 Aleksandar Urosevic, and Ralgh Young
2842
2843 2006-07-31 [paul]       2.3.1cvs89
2844
2845         * src/account.c
2846         * src/main.c
2847         * src/mainwindow.c
2848         * src/mainwindow.h
2849                 Fix a race condition when, after an SC crash, rescanning
2850                 folders took more than 0.5 seconds
2851                 Thanks to Colin
2852
2853 2006-07-31 [paul]       2.3.1cvs88
2854
2855         * src/folderview.c
2856                 don't translate separator strings
2857
2858 2006-07-30 [mones]      2.3.1cvs87
2859
2860         * doc/man/sylpheed-claws.1
2861                 Fixed non-ASCII chars in Hoa's name
2862         * po/es.po
2863                 Updated for release
2864
2865 2006-07-27 [colin]      2.3.1cvs86
2866
2867         * src/textview.c
2868                 Don't include the leading \n in links
2869                 Patch by Fabien
2870
2871 2006-07-25 [colin]      2.3.1cvs85
2872
2873         * src/mainwindow.c
2874         * src/common/socket.h
2875         * src/etpan/imap-thread.c
2876                 Refresh resolvers before connecting
2877                 to IMAP servers, and after switching
2878                 to online. Thanks to Paul.
2879
2880 2006-07-18 [colin]
2881
2882         * 2.4.0-rc4 released
2883
2884 2006-07-17 [colin]      2.3.1cvs84
2885
2886         * src/inc.c
2887                 Show connection attempt in statusbar before
2888                 connecting (previously first message was
2889                 "Retrieving messages from ..." after the
2890                 connection succeeded.
2891
2892 2006-07-16 [wwp]        2.3.1cvs83
2893
2894         * sylpheed-claws.ico
2895                 Added .ico file (windows multi-size icon file, generated).
2896
2897 2006-07-12 [wwp]        2.3.1cvs82
2898
2899         * src/messageview.c
2900                 remove Message/Re-edit menu entry from messageview window,
2901                 as sent/draft/queued messages are opened in compose window when
2902                 re-edited and it's not possible to re-edit other msgs.
2903
2904 2006-07-12 [paul]       2.3.1cvs81
2905
2906         * AUTHORS
2907         * src/mainwindow.c
2908         * src/gtk/authors.h
2909                 check online state before resetting
2910                 mailcheck timer. Useful if some program
2911                 verifies connection state and updates
2912                 Claws.
2913                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2914
2915 2006-07-12 [paul]       2.3.1cvs80
2916
2917         * sylpheed-claws-128x128.png
2918         * sylpheed-claws-64x64.png
2919         * sylpheed-claws.png
2920         * src/Makefile.am
2921         * src/main.c
2922         * src/prefs_toolbar.c
2923         * src/stock_pixmap.c
2924         * src/stock_pixmap.h
2925         * src/wizard.c
2926         * src/gtk/about.c
2927         * src/gtk/gtkutils.c
2928         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2929         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2930         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2931         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2932         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2933         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2934                 updated and renamed logo/icon files and related
2935                 logo by Jesper Schultz
2936
2937 2006-07-11 [paul]       2.3.1cvs79
2938
2939         * src/main.c
2940                 fix the labels a smidgin
2941
2942 2006-07-09 [colin]      2.3.1cvs78
2943
2944         * src/textview.c
2945                 Show errors in textviewer's command
2946                 Patch by H. Merijn Brand
2947
2948 2006-07-09 [colin]      2.3.1cvs77
2949
2950         * src/compose.c
2951                 Save FMID in drafts too
2952
2953 2006-07-08 [colin]      2.3.1cvs76
2954
2955         * src/compose.c
2956                 Svae RMID in drafted mails too
2957                 Save quote_fmt vars for whole mails,
2958                 don't reset at each quote_fmt_init:
2959                 allows to use the same |i{var} in
2960                 various template fields
2961         * src/prefs_template.c
2962         * src/quote_fmt.h
2963         * src/quote_fmt_parse.y
2964                 Same
2965
2966 2006-07-08 [colin]      2.3.1cvs75
2967
2968         * src/textview.c
2969                 Fix highlighting of attached parts URIs
2970
2971 2006-07-08 [colin]      2.3.1cvs74
2972
2973         * src/main.c
2974                 Prevent bug #981 (sc 2.3.1 segfaults with 
2975                 gtk+ 2.10) from being reported again:
2976                 if Sylpheed-Claws has been compiled against
2977                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2978                 of if Sylpheed-Claws has been compiled against
2979                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2980                 error out.
2981
2982 2006-07-07 [colin]      2.3.1cvs73
2983
2984         * src/prefs_actions.c
2985                 Fix label
2986
2987 2006-07-07 [colin]      2.3.1cvs72
2988
2989         * src/prefs_actions.c
2990                 Fix compile on gtk < 2.8. argh :)
2991
2992 2006-07-07 [paul]       2.3.1cvs71
2993
2994         * src/common/defs.h
2995                 update DONATE_URI
2996
2997 2006-07-07 [colin]      2.3.1cvs70
2998
2999         * po/POTFILES.in
3000         * src/quote_fmt.c
3001         * src/quote_fmt_lex.l
3002         * src/quote_fmt_parse.y
3003                 Add |i{var}, a way to insert user-entered
3004                 text in a template
3005
3006 2006-07-07 [colin]
3007
3008         * 2.4.0-rc3 released
3009
3010 2006-07-07 [colin]      2.3.1cvs69
3011
3012         * src/folder.c
3013                 Don't consider inboxes of UNKNOWN folder 
3014                 classes to be useable as default inboxes
3015
3016 2006-07-07 [paul]       2.3.1cvs68
3017
3018         * src/textview.c
3019                 add missing #include <errno.h>
3020                 Thanks to René J. Blokland
3021
3022 2006-07-07 [paul]       2.3.1cvs67
3023
3024         * src/action.c
3025                 Return now Closes dialog
3026         * src/mimeview.c
3027         * src/mimeview.h
3028         * src/textview.c
3029                 add contextual menu to mime parts listed
3030                 in the textview
3031                 Thanks to Colin
3032         * src/common/utils.c
3033                 reversal: ' is a valid character in URLs
3034
3035 2006-07-06 [colin]      2.3.1cvs66
3036
3037         * src/remotefolder.h
3038                 Forgotten in previous commit
3039
3040 2006-07-06 [colin]      2.3.1cvs65
3041
3042         * src/folder.c
3043                 Set summary update flag whenever
3044                 totals changed
3045         * src/imap.c
3046         * src/prefs_account.c
3047         * src/common/utils.h
3048         * src/etpan/imap-thread.c
3049                 Fix warnings, thanks to Fabien and
3050                 Ricardo
3051
3052 2006-07-06 [wwp]        2.3.1cvs64
3053
3054         * src/gtk/gtkutils.c
3055                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
3056
3057 2006-07-06 [wwp]        2.3.1cvs63
3058
3059         * src/account.c
3060         * src/addressbook.c
3061         * src/addressitem.h
3062         * src/folderview.c
3063         * src/mainwindow.c
3064         * src/manual.c
3065         * src/manual.h
3066         * src/message_search.c
3067         * src/prefs_actions.c
3068         * src/prefs_filtering.c
3069         * src/prefs_filtering.h
3070         * src/prefs_template.c
3071         * src/summary_search.c
3072         * src/summaryview.c
3073         * src/gtk/gtkutils.c
3074         * src/gtk/gtkutils.h
3075         * src/gtk/pluginwindow.c
3076                 add help buttons to some dialogs. Clicking such buttons opens a
3077                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
3078
3079 2006-07-06 [paul]       2.3.1cvs62
3080
3081         * src/textview.c
3082                 fix attachments contextual menu
3083                 Thanks to Colin
3084
3085 2006-07-05 [colin]      2.3.1cvs61
3086
3087         * src/textview.c
3088         * src/compose.c
3089                 Handle sftp:// links
3090
3091 2006-07-05 [paul]       2.3.1cvs60
3092
3093         * src/gtk/filesel.c
3094                 grab save button by default
3095                 Thanks to Colin
3096
3097 2006-07-05 [wwp]        2.3.1cvs59
3098
3099         * manual/xml2pdf
3100                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
3101
3102 2006-07-04 [colin]      2.3.1cvs58
3103
3104         * src/mimeview.c
3105         * src/textview.c
3106                 Use left click to select, middle click to open
3107                 on mimeparts links
3108         * src/common/utils.c
3109                 Fix segfault
3110
3111 2006-07-04 [colin]      2.3.1cvs57
3112
3113         * src/mainwindow.c
3114         * src/news.c
3115                 Warning fixes, thanks to Fabien
3116
3117 2006-07-04 [colin]      2.3.1cvs56
3118
3119         * src/mimeview.c
3120         * src/mimeview.h
3121         * src/textview.c
3122                 Allow parts to be selected via their text label
3123                 in textview
3124
3125 2006-07-04 [colin]      2.3.1cvs55
3126
3127         * src/folderview.c
3128                 Feedback when closing (for big folders)
3129         * src/prefs_actions.c
3130         * src/prefs_filtering.c
3131         * src/prefs_matcher.c
3132         * src/prefs_template.c
3133                 Fix default button when closing without
3134                 having saved
3135
3136 2006-07-04 [colin]      2.3.1cvs54
3137
3138         * src/news.c
3139                 Delete local file on deletion
3140
3141 2006-07-03 [colin]      2.3.1cvs53
3142
3143         * src/folderview.c
3144         * src/main.c
3145                 Don't freeze when rescanning after crash
3146
3147 2006-07-03 [wwp]        2.3.1cvs52
3148
3149         * src/compose.c
3150         * src/privacy.c
3151         * src/privacy.h
3152         * src/plugins/pgpinline/pgpinline.c
3153         * src/plugins/pgpmime/pgpmime.c
3154                 don't report an error when the user cancels the passphrase dialog.
3155
3156 2006-07-02 [colin]      2.3.1cvs51
3157
3158         * src/folderview.c
3159                 Open message when crossing folders with Space,
3160                 goto next unread and friends
3161
3162 2006-07-01 [colin]      2.3.1cvs50
3163
3164         * src/prefs_account.c
3165                 Typographic rules varying from language
3166                 to language (in french "Protocole :"),
3167                 we have to do that :)
3168
3169 2006-07-01 [ticho]      2.3.1cvs49
3170
3171         * src/prefs_account.c
3172                 Only use one temporary gchar* variable in
3173                 prefs_account_protocol_set_optmenu().
3174
3175 2006-07-01 [ticho]      2.3.1cvs48
3176
3177         * src/prefs_account.c
3178         * src/prefs_account.h
3179                 Use GtkLabel for existing account protocol name.
3180                 Created an array for protocol names and populate the
3181                 combobox from it in a for() cycle.
3182
3183 2006-06-30 [colin]      2.3.1cvs47
3184
3185         * src/compose.c
3186                 Block undo when changing signature (by changing
3187                 account)
3188
3189 2006-06-30 [paul]       2.3.1cvs46
3190
3191         * src/send_message.c
3192                 when editing From in the Compose window, use that address
3193                 in the Return-Path: header
3194                 Thanks to Colin
3195
3196 2006-06-30 [colin]      2.3.1cvs45
3197
3198         * src/compose.c
3199                 Fix signature replacement:
3200                 - when no newline before separator
3201                 - when reediting
3202
3203 2006-06-29 [colin]      2.3.1cvs44
3204
3205         * src/folderview.c
3206         * src/folderview.h
3207         * src/mainwindow.c
3208         * src/summaryview.c
3209                 Let 'View/Go to/Next marked' work like
3210                 Next new & Next unread: across folders
3211                 Change the select_on_entry pref to do
3212                 what we want when changing folder
3213         * src/common/utils.c
3214                 Fix single-quoted links 
3215
3216 2006-06-29 [colin]      2.3.1cvs43
3217
3218         * src/gtk/gtkaspell.c
3219                 "Sylpheed" and "Sylpheed-Claws" do exist !
3220
3221 2006-06-29 [colin]      2.3.1cvs42
3222
3223         * src/imap.c
3224                 Forgot to remove debug
3225
3226 2006-06-29 [colin]      2.3.1cvs41
3227
3228         * src/imap.c
3229         * src/imap.h
3230         * src/mainwindow.c
3231                 Disconnect from IMAP servers when going
3232                 offline. Fixes bug #978 (going to offline-mode 
3233                 won't close connections)
3234
3235 2006-06-29 [colin]      2.3.1cvs40
3236
3237         * src/main.c
3238                 Fix transient setting on failing plugins
3239                 Patch by Fabien
3240         * src/plugins/pgpcore/sgpgme.c
3241                 Only warn for OpenPGP. Most people don't
3242                 have CMS available.
3243
3244 2006-06-29 [colin]      2.3.1cvs39
3245
3246         * src/compose.c
3247                 Fix Spelling menu (discrepancy between context menu
3248                 and top menu when folder's dictionary isn't the 
3249                 default one)
3250         * src/plugins/pgpcore/sgpgme.c
3251                 More error reporting about why gpgme can fail
3252
3253 2006-06-29 [wwp]        2.3.1cvs38
3254
3255         * src/mainwindow.c
3256                 honor the display-header-pane setting even when the message view
3257                 is a separate window.
3258
3259 2006-06-29 [wwp]        2.3.1cvs37
3260
3261         * src/prefs_actions.c
3262                 forgot to commit that one (use of GTK_STOCK_INFO).
3263
3264 2006-06-29 [colin]      2.3.1cvs36
3265
3266         * src/imap.c
3267                 Better handling of login errors (ask the password
3268                 again once), alert in case of error. Fix three
3269                 signedness warnings.
3270
3271 2006-06-28 [wwp]        2.3.1cvs35
3272
3273         * src/prefs_template.c
3274         * src/prefs_matcher.c
3275         * src/prefs_filtering_action.c
3276         * src/prefs_quote.c
3277                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3278                 patch by Fabien Vantard, slightly modified.
3279
3280 2006-06-28 [paul]
3281
3282         2.4.0-rc2 released
3283
3284 2006-06-28 [colin]      2.3.1cvs34
3285
3286         * src/prefs_account.c
3287                 Fix bug #977 (Can't add or edit imap accounts)
3288
3289 2006-06-28 [colin]      2.3.1cvs33
3290
3291         * src/mimeview.c
3292                 Fix previous
3293
3294 2006-06-28 [colin]      2.3.1cvs32
3295
3296         * src/mimeview.c
3297                 Save named inlined attachments with "Save all"
3298         * src/main.c
3299         * src/mbox.c
3300         * src/common/plugin.c
3301         * src/common/plugin.h
3302         * src/common/sylpheed.c
3303         * src/common/utils.c
3304         * src/plugins/pgpcore/sylpheed.def
3305         * src/plugins/pgpinline/sylpheed.def
3306         * src/plugins/pgpmime/sylpheed.def
3307                 Win32 compatibility patch, by
3308                 Werner Koch
3309
3310 2006-06-28 [wwp]        2.3.1cvs31
3311
3312         * src/imap.c
3313         * src/prefs_folder_item.c
3314                 less compilation warnings (thanks to Fabien Vantard), less typos.
3315
3316 2006-06-28 [paul]       2.3.1cvs30
3317
3318         * src/gtk/gtkutils.c
3319                 gtk_combo_box_set_focus_on_click() is only
3320                 available since gtk 2.6.0
3321
3322 2006-06-28 [paul]       2.3.1cvs29
3323
3324         * src/prefs_ext_prog.c
3325                 fix engrish and add a tooltip for the
3326                 'command for 'Display as text' option
3327
3328 2006-06-28 [paul]
3329
3330         2.4.0-rc1 released
3331
3332 2006-06-28 [paul]       2.3.1cvs28
3333
3334         * ChangeLog
3335         * tools/Makefile.am
3336                 include textviewer.pl in releases
3337
3338 2006-06-28 [paul]       2.3.1cvs27
3339
3340         * src/prefs_ext_prog.c
3341                 hide Print command option if libgnomeprint
3342                 support is present
3343
3344 2006-06-27 [colin]      2.3.1cvs26
3345
3346         * src/compose.c
3347                 Fix Esc handling in insert/attach dialog
3348                 Don't show this dialog if dragging something
3349                 else than text/uri-list
3350                 Thanks to Fabien Vantard
3351         * tools/textviewer.pl
3352                 Filter script to display stuff as text
3353                 by H. Merijn Brand
3354
3355 2006-06-27 [wwp]        2.3.1cvs25
3356
3357         * src/messageview.c
3358                 use the exact product name (message view title), patch
3359                 by Fabien Vantard.
3360
3361 2006-06-27 [ticho]      2.3.1cvs24
3362
3363         * src/prefs_account.c
3364         * src/prefs_common.c
3365         * src/prefs_common.h
3366         * src/prefs_ext_prog.c
3367         * src/textview.c
3368                 Add a preference (Preferences/External programs)
3369                 to allow "Display as text" to be done via a script
3370                 (patch by H.Merijn Brand).
3371                 Use GtkComboBox for protocol selection in account
3372                 preferences.
3373                 Only include current choice for existing accounts, and
3374                 insensitivize the combobox.
3375
3376 2006-06-27 [paul]       2.3.1cvs23
3377
3378         * src/mbox.c
3379                 fix crasher introduced in cvs21.
3380                 Thanks to Colin
3381
3382 2006-06-26 [colin]      2.3.1cvs22
3383
3384         * src/mbox.c
3385                 Fix double-frees when leaving folders
3386                 after exporting to mbox
3387
3388 2006-06-26 [colin]      2.3.1cvs21
3389
3390         * src/mbox.c
3391                 More feedback (and optimisation)
3392                 on import/export
3393         * src/common/utils.c
3394                 Fix case when looking for mail addresses
3395         * src/gtk/gtkutils.c
3396                 Extra check for (X-)Face
3397
3398 2006-06-25 [ticho]      2.3.1cvs20
3399
3400         * src/compose.c
3401         * src/exphtmldlg.c
3402         * src/gtk/gtkutils.c
3403         * src/gtk/gtkutils.h
3404                 Added second argument to gtkut_sc_combobox_create() to
3405                 control focus-on-click for the widget.
3406                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3407
3408 2006-06-25 [ticho]      2.3.1cvs19
3409
3410         * src/compose.c
3411         * src/gtk/Makefile.am
3412         * src/gtk/combobox.c
3413         * src/gtk/combobox.h
3414         * src/gtk/gtkutils.c
3415         * src/gtk/gtkutils.h
3416                 Use GtkComboBox instead of deprecated GtkOptionMenu
3417                 for account selector in compose window and for encoding
3418                 selector in attachment properties.
3419                 Also factorise working with the new GtkComboBox somewhat.
3420
3421 2006-06-24 [paul]       2.3.1cvs18
3422
3423         * src/prefs_common.c
3424                 use the correct default value
3425
3426 2006-06-24 [paul]       2.3.1cvs17
3427
3428         * src/compose.c
3429         * src/prefs_common.c
3430         * src/prefs_common.h
3431         * src/prefs_compose_writing.c
3432                 enable setting of default action when
3433                 dnd'ing files in the compose window.
3434                 (Collaborative effort with wwp)
3435
3436 2006-06-23 [wwp]        2.3.1cvs16
3437
3438         * src/compose.c
3439                 i18n fix (thanks to Fabien Vantard)
3440
3441 2006-06-22 [colin]      2.3.1cvs15
3442
3443         * src/prefs_customheader.c
3444                 Don't use filters in custom headers' file 
3445                 selector. Remember, extensions mean nothing :)
3446
3447 2006-06-22 [paul]       2.3.1cvs14
3448
3449         * configure.ac
3450                 allow setting of man directory location
3451
3452 2006-06-22 [colin]      2.3.1cvs13
3453
3454         * src/mainwindow.c
3455                 Add 'View/Go to/Next unread folder'.
3456                 I missed that :)
3457
3458 2006-06-22 [colin]      2.3.1cvs12
3459
3460         * src/common/utils.c
3461                 Add some subject prefixes
3462                 Patch by Bjorn T Johansen <btj@havleik.no>
3463
3464 2006-06-22 [colin]      2.3.1cvs11
3465
3466         * manual/advanced.xml
3467                 Forgotten hidden pref
3468
3469 2006-06-21 [paul]       2.3.1cvs10
3470
3471         * src/prefs_account.c
3472                 complete the removal of 'Add date header' option
3473
3474 2006-06-21 [paul]       2.3.1cvs9
3475
3476         * src/account.c
3477         * src/compose.c
3478         * src/prefs_account.c
3479         * src/prefs_account.h
3480                 remove option to add date header - always
3481                 add date header
3482         * src/etpan/imap-thread.c
3483                 fix warnings (Thanks to Colin)
3484
3485 2006-06-21 [wwp]        2.3.1cvs8
3486
3487         * src/folder.c
3488                 set the attachment flag when inline text part are (file)named. This is more convenient
3489                 when receiving (for instance) inline source files or patches sent using thunderbird.
3490
3491 2006-06-21 [paul]       2.3.1cvs7
3492
3493         * src/inc.c
3494                 fix off-by-one count of current msg in
3495                 statusbar filtering progressbar
3496
3497 2006-06-21 [paul]       2.3.1cvs6
3498
3499         * src/folder.c
3500                 Show attachment icon even if the part is 'inline'
3501                 if the following conditions are met:
3502                 - content-type != 'text/plain'
3503                 - content-type != '*/pgp-signature'
3504                 - either 'name' or 'filename' parameter is not NULL
3505                 
3506                 Thanks to Colin
3507
3508 2006-06-21 [paul]       2.3.1cvs5
3509
3510         * src/messageview.c
3511         * src/prefs_common.c
3512         * src/prefs_common.h
3513         * src/prefs_other.c
3514                 add an option to 'Never send Return
3515                 Receipts'
3516                 Thanks to Colin
3517
3518 2006-06-20 [mones]      2.3.1cvs4
3519
3520         * po/es.po
3521                 updated
3522         * src/compose.c
3523                 typo fixed (space after comma)
3524         * tools/make.themes.project
3525                 remove exec mode from tarball files
3526
3527 2006-06-20 [colin]      2.3.1cvs3
3528
3529         * src/news.c
3530         * src/procheader.c
3531         * src/unmime.c
3532                 Better fix for \n's in headers (don't 
3533                 break Received: and others)
3534
3535 2006-06-20 [paul]       2.3.1cvs2
3536
3537         * src/alertpanel.c
3538         * src/textview.c
3539                 improve legibility of phishing attempt
3540                 dialog
3541
3542 2006-06-20 [paul]       2.3.1cvs1
3543
3544         * NEWS
3545         * README
3546         * configure.ac
3547                 Update version number following
3548                 stable release
3549
3550 2006-06-20 [colin]      2.3.0cvs26
3551
3552         * src/compose.c
3553                 When dragging a file to the text of the compose
3554                 window, ask whether we want to insert or attach
3555                 (I know lots of people who do that to attach)
3556
3557 2006-06-20 [colin]      2.3.0cvs25
3558
3559         * src/etpan/imap-thread.c
3560                 Fix threshold (the append command is often > 32 bytes)
3561
3562 2006-06-19 [colin]      2.3.0cvs24
3563
3564         * src/imap.c
3565         * src/etpan/imap-thread.c
3566                 Workaround Rockliffe IMAP server bug: replace
3567                 "x UID SEARCH (ANSWERED UID 1:*)" with
3568                 "x UID SEARCH ANSWERED"
3569                 (Rockliffe doesn't handle the parenthesis)
3570
3571 2006-06-19 [colin]      2.3.0cvs23
3572
3573         * src/compose.c
3574         * src/imap.c
3575         * src/etpan/imap-thread.c
3576                 Probably fix bug #972 (Freezes when adding 
3577                 an attachment to the message)
3578         * src/common/defs.h
3579                 Modernize Firefox cmd
3580
3581
3582 2006-06-18 [colin]      2.3.0cvs22
3583
3584         * src/prefs_customheader.c
3585                 Only allow correct filenames for various
3586                 custom headers
3587
3588 2006-06-18 [colin]      2.3.0cvs21
3589
3590         * src/prefs_customheader.c
3591                 Add a 'From File...' button in custom headers prefs, which
3592                 try to do the right thing: 
3593                 for normal headers, use file as plaintext,
3594                 for X-Face, calls compface,
3595                 for Face, encode to b64.
3596
3597 2006-06-17 [colin]      2.3.0cvs20
3598
3599         * src/mh.c
3600                 Warning fix
3601
3602 2006-06-16 [colin]      2.3.0cvs19
3603
3604         * src/summaryview.c
3605                 Recursive quicksearch: show message list
3606                 in current folder, *then* search children
3607                 in the background.
3608
3609 2006-06-16 [colin]      2.3.0cvs18
3610
3611         * src/main.c
3612                 Instead of ignoring SIGPIPE, save caches
3613                 when getting one. Will fix the fact that
3614                 hot caches are out-of-date when logging 
3615                 out of Xorg.
3616         * src/compose.c
3617         * src/prefs_compose_writing.c
3618                 Only save text (not attachments) when 
3619                 auto-saving to drafts
3620         * src/unmime.c
3621                 Always replace \n, \r and \t with spaces
3622                 in headers
3623         * manual/dist/html/Makefile.am
3624         * manual/dist/pdf/Makefile.am
3625         * manual/dist/ps/Makefile.am
3626         * manual/dist/txt/Makefile.am
3627         * manual/fr/dist/html/Makefile.am
3628         * manual/fr/dist/pdf/Makefile.am
3629         * manual/fr/dist/ps/Makefile.am
3630         * manual/fr/dist/txt/Makefile.am
3631         * manual/pl/dist/html/Makefile.am
3632         * manual/pl/dist/pdf/Makefile.am
3633         * manual/pl/dist/ps/Makefile.am
3634         * manual/pl/dist/txt/Makefile.am
3635                 Fix make clean removing pregenerated manuals
3636
3637
3638 2006-06-16 [colin]      2.3.0cvs17
3639
3640         * src/plugins/pgpcore/sgpgme.c
3641         * src/plugins/pgpmime/pgpmime.c
3642         * src/plugins/pgpinline/pgpinline.c
3643                 Better error reporting in setup_signers.
3644                 Don't fallback to default key if specified
3645                 key isn't found.
3646                 Don't allow signing if more than one secret
3647                 key matches the one specified in prefs.
3648
3649 2006-06-15 [colin]      2.3.0cvs16
3650
3651         * src/folderview.c
3652                 Add "Send queue" in the folder's contextual
3653                 menu
3654         * src/compose.c
3655         * src/messageview.c
3656         * src/privacy.c
3657         * src/privacy.h
3658         * src/procmime.c
3659         * src/procmsg.c
3660         * src/plugins/pgpcore/passphrase.c
3661         * src/plugins/pgpcore/sgpgme.c
3662         * src/plugins/pgpinline/pgpinline.c
3663         * src/plugins/pgpmime/pgpmime.c
3664                 Better error reporting
3665         * src/mbox.c
3666                 Probably fix bug #971 (2.2.3 cannot read mail 
3667                 from local mbox)
3668
3669
3670 2006-06-15 [mones]      2.3.0cvs15
3671
3672         * tools/make.themes.project
3673                 creates the themes project from the web page
3674
3675 2006-06-15 [colin]      2.3.0cvs14
3676
3677         * src/folder.c
3678                 Better fix (avoid losing the folder if scan_tree 
3679                 fails)
3680
3681 2006-06-15 [cleroy]     2.3.0cvs13
3682
3683         * src/folder.c
3684                 Probably fix Bug #969 (crash on rebuilding 
3685                 imap folder)
3686
3687 2006-06-14 [colin]      2.3.0cvs12
3688
3689         * manual/dtd/manual.xsl
3690         * manual/sylpheed-claws-manual.xml
3691         * manual/fr/sylpheed-claws-manual.xml
3692         * manual/pl/sylpheed-claws-manual.xml
3693                 Insert pagebreaks between sections
3694
3695 2006-06-14 [paul]       2.3.0cvs11
3696
3697         * configure.ac
3698                 better fix than 2.3.0cvs10
3699
3700 2006-06-14 [paul]       2.3.0cvs10
3701
3702         * configure.ac
3703                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3704                 (backwards compatible)
3705
3706 2006-06-13 [colin]      2.3.0cvs9
3707
3708         * src/messageview.c
3709                 Fix sending of return receipt with the new queue folders
3710
3711 2006-06-13 [wwp]        2.3.0cvs8
3712
3713         * src/quote_fmt_lex.l
3714                 fix wrong tokens returned in quote_fmt lexer, query not().
3715
3716 2006-06-13 [wwp]        2.3.0cvs7
3717
3718         * src/folder.c
3719         * src/prefs_folder_item.c
3720                 allow changing folder type even when folder is not a top-level one,
3721                 thanks to Colin.
3722
3723 2006-06-12 [colin]      2.3.0cvs6
3724
3725         * src/folderview.c
3726                 Fix double-ask of "Do you want to mark all
3727                 as read"
3728
3729 2006-06-12 [colin]      2.3.0cvs5
3730
3731         * src/compose.c
3732         * src/compose.h
3733         * src/folder.c
3734         * src/folder.h
3735         * src/imap.c
3736         * src/inc.c
3737         * src/main.c
3738         * src/messageview.c
3739         * src/mh.c
3740         * src/prefs_folder_item.c
3741         * src/procheader.c
3742         * src/procmime.c
3743         * src/procmsg.c
3744         * src/procmsg.h
3745         * src/send_message.c
3746         * src/summaryview.c
3747         * src/toolbar.c
3748                 Apply bug #964's patch (Queue and drafts aren't normal)
3749                 The Drafts and Queue folder now contain RFC-822 files,
3750                 allowing to move and copy mails from and to these 
3751                 folders. Moving from Drafts to Queue will prepare the
3752                 mail for sending (PGP signature, encryption, etc).
3753                 This patch also rework sending errors handling to try
3754                 to be more helpful.
3755                 Also, allow redefining folder types via the GUI 
3756                 (Folder type in its Properties)
3757
3758 2006-06-12 [colin]      2.3.0cvs4
3759
3760         * src/summaryview.c
3761         * src/prefs_common.c
3762         * src/prefs_common.h
3763         * src/gedit-print.c
3764                 Allow to define a specific print font - patch
3765                 by Bernhard Walle <bernhard.walle@gmx.de>
3766         * src/prefs_fonts.c
3767         * manual/advanced.xml
3768         * manual/fr/advanced.xml
3769                 Add a hidden pref to allow deletion without
3770                 confirmation
3771
3772 2006-06-12 [wwp]        2.3.0cvs3
3773
3774         * .cvsignore
3775                 more files to ignore.
3776
3777 2006-06-12 [wwp]        2.3.0cvs2
3778
3779         * src/quote_fmt.c
3780         * src/quote_fmt_lex.l
3781         * src/quote_fmt_parse.y
3782                 extend the quote_fmt parser (templates and quotes):
3783                 - allow limited sub-expressions in |p{} and |f{} expressions,
3784                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3785                 - implemented/fixed missing implementation of query_references and show_references,
3786                 - completed, fixed contents and format of the symbols help dialog,
3787                 - fix some compilation warnings.
3788
3789 2006-06-12 [wwp]        2.3.0cvs1
3790
3791         * manual/advanced.xml
3792         * manual/fr/advanced.xml
3793                 updates in the "templates" section of the manual (eng/fr):
3794                  - be more precise (both versions)
3795                  - completed to match the english reference (fr version)
3796                  - touchups (both versions)
3797
3798 2006-06-12 [paul]       2.3.0
3799
3800         2.3.0 released
3801
3802 2006-06-12 [paul]       2.2.3cvs14
3803
3804         * po/ca.po
3805         * po/cs.po
3806         * po/de.po
3807         * po/el.po
3808         * po/fr.po
3809         * po/it.po
3810         * po/pt_BR.po
3811         * po/sr.po
3812         * po/zh_CN.po
3813                 updated by Miquel Oliete, Tim, Stephan Sachse,
3814                 Stavros Giannouris, Fabien Vantard, Andrea
3815                 Spadaccini, Frederico Goncalves Guimaraes,
3816                 Aleksandar Urosevic, and Ralgh Young
3817
3818 2006-06-12 [colin]      2.2.3cvs13
3819
3820         * src/mbox.c
3821                 Add missing header
3822
3823 2006-06-11 [colin]      2.2.3cvs12
3824
3825         * src/msgcache.c
3826                 Verify that g_malloc() succeeded
3827
3828 2006-06-11 [colin]      2.2.3cvs11
3829
3830         * src/wizard.c
3831                 Add Face header to welcome mail
3832
3833 2006-06-10 [colin]      2.2.3cvs10
3834
3835         * src/textview.c
3836                 Revert previous (Forgot it changes the
3837                 margin on the whole mail)
3838
3839 2006-06-10 [colin]      2.2.3cvs9
3840
3841         * src/textview.c
3842                 Don't overlap long headers under (X-)Face
3843
3844 2006-06-10 [mones]      2.2.3cvs8
3845
3846         * manual/xml2pdf
3847                 allow generation of manual on systems lacking saxon binary
3848                 but with java and the saxon library installed
3849
3850         * po/es.po
3851                 updated for release
3852
3853 2006-06-09 [colin]      2.2.3cvs7
3854
3855         * src/summaryview.c
3856                 Fix leak when using Display Sender using Addressbook
3857
3858 2006-06-09 [colin]      2.2.3cvs6
3859
3860         * src/compose.c
3861         * src/folder.c
3862         * src/folderview.c
3863         * src/mimeview.c
3864         * src/summaryview.c
3865                 More leaks fixes
3866
3867 2006-06-09 [paul]       2.2.3cvs5
3868
3869         * AUTHORS
3870         * src/gtk/authors.h
3871         * tools/claws.i18n.status.pl
3872                 updated with new info
3873
3874 2006-06-09 [paul]       2.2.3cvs4
3875
3876         * README
3877                 updated
3878         * manual/ack.xml
3879                 add wwp to authors list
3880         * src/gtk/authors.h
3881                 update mine and Colin's addresses
3882
3883 2006-06-08 [colin]      2.2.3cvs3
3884
3885         * src/etpan/imap-thread.c
3886                 Fix leak on SSL cert check
3887
3888 2006-06-08 [colin]      2.2.3cvs2
3889
3890         * src/common/utils.c
3891                 Fix leak
3892
3893 2006-06-08 [paul]       2.2.3cvs1
3894
3895         * configure.ac
3896                 Update version number following
3897                 stable release
3898
3899 2006-06-07 [colin]      2.2.2cvs3
3900
3901         * src/msgcache.c
3902                 Fix catching cache read errors (guint instead of gint)
3903                 Prevent malloc'ing more than 8MB (means cache corruption)
3904
3905 2006-06-07 [paul]       2.2.2cvs2
3906
3907         * src/exporthtml.c
3908         * src/exportldif.c
3909         * src/mh.c
3910         * src/mutt.c
3911         * src/pine.c
3912         * src/common/utils.c
3913                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3914                 obey $HOME'
3915                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3916                 Thanks to Colin
3917
3918 2006-06-06 [paul]       2.2.2cvs1
3919
3920         * configure.ac
3921                 Update version number following
3922                 stable release
3923
3924 2006-06-06 [paul]       2.2.1cvs6
3925
3926         * src/matcher.c
3927                 fix  implicit declaration of
3928                 sylpheed_do_idle()
3929                 Patch by Fabien Vantard
3930
3931 2006-06-06 [paul]       2.2.1cvs5
3932
3933         * src/matcher.c
3934                 fix age_greater and age_lower so that they
3935                 mean what say and not '...or equal to'
3936                 Thanks to Colin
3937
3938 2006-06-06 [paul]       2.2.1cvs4
3939
3940         * src/textview.c
3941         * src/common/utils.c
3942                 fix URI check
3943                 Thanks to Colin
3944
3945 2006-06-05 [wwp]        2.2.1cvs3
3946
3947         * manual/fr/account.xml
3948                 minor language fixes (thanks to Fabien Vantard).
3949
3950 2006-06-05 [colin]      2.2.1cvs2
3951
3952         * src/prefs_folder_item.c
3953         * src/folderview.c
3954                 Allow recursive setting of properties 
3955                 for whole mailboxes
3956         * src/matcher.c
3957                 Don't freeze on 'test' filtering rule
3958
3959 2006-06-05 [colin]      2.2.1cvs1
3960
3961         * configure.ac
3962                 Update version number following
3963                 stable release
3964
3965 2006-06-04 [wwp]        2.2.0cvs82
3966
3967         * manual/glossary.xml
3968         * manual/account.xml
3969         * manual/fr/glossary.xml
3970         * manual/fr/account.xml
3971                 added glossary section and references/links related to the Face custom header.
3972
3973 2006-06-04 [colin]      2.2.0cvs81
3974
3975         * src/summaryview.c
3976                 Skip to next message on move with no
3977                 immediate execution
3978
3979 2006-06-04 [wwp]        2.2.0cvs80
3980
3981         * manual/xml2pdf
3982                 added sanity checks, exit when needed.
3983
3984 2006-06-03 [paul]       2.2.0cvs79
3985
3986         * src/prefs_receive.c
3987                 page name is now 'Receiving'
3988         * src/prefs_send.c
3989                 page name is now 'Sending'
3990
3991 2006-06-03 [colin]      2.2.0cvs78
3992
3993         * src/plugins/spamassassin/spamassassin_gtk.c
3994                 Autoswitch to Localhost if transport was previously
3995                 disabled. Else people had to check [] Enable, then
3996                 *reselect* transport.
3997
3998 2006-06-03 [colin]      2.2.0cvs77
3999
4000         * src/plugins/pgpinline/pgpinline.c
4001         * src/plugins/pgpmime/pgpmime.c
4002                 Check that gpg_data_release_and_get_mem 
4003                 didn't fail (now, why this happens...)
4004
4005 2006-06-03 [colin]      2.2.0cvs76
4006
4007         * src/mbox.c
4008                 Fix bug #962 (Manual and/or UI should 
4009                 warn about incompatible locking 
4010                 causing dataloss)
4011
4012 2006-06-02 [cleroy]     2.2.0cvs75
4013
4014         * src/filtering.c
4015         * src/folder.c
4016         * src/procmsg.c
4017         * src/summaryview.c
4018                 Fix a few leaks
4019
4020 2006-06-02 [colin]      2.2.0cvs74
4021
4022         * src/main.c
4023                 On exit, free caches after writing them
4024                 Shuts up some valgrind false positives
4025         * src/procmsg.c
4026         * src/send_message.c
4027                 Fix races when reusing existing SMTP connections
4028                 Fix inexistant session timeout
4029         * src/toolbar.c
4030                 Display alertpanel after all queues have
4031                 been processed, not after each
4032
4033 2006-06-02 [wwp]        2.2.0cvs73
4034
4035         * manual/fr/glossary.xml
4036         * manual/fr/ack.xml
4037         * manual/ack.xml
4038                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
4039
4040 2006-06-02 [wwp]        2.2.0cvs72
4041
4042         * manual/xml2pdf
4043         * manual/dist/pdf/Makefile.am
4044         * manual/dtd/manual.xsl
4045         * manual/fr/dist/pdf/Makefile.am
4046         * manual/pl/dist/pdf/Makefile.am
4047                 we changed the procedure to generate the .pdf version of the manual.
4048                 The procedure is more modern and the .pdf we get now has a valid index.
4049                 Here are the new pre-requisites:
4050
4051                 - JRE 1.x (1.4 here): there must be one from your distro
4052                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
4053                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
4054                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
4055
4056                 See my posts for further info about the installation of this toolchain:
4057
4058                 Date: Fri, 19 May 2006 19:40:06 +0200
4059                 From: wwp <subscript@free.fr>
4060                 To: sylpheed-claws-devel@lists.sourceforge.net
4061                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
4062
4063                 and
4064
4065                 Date: Wed, 24 May 2006 12:58:49 +0200
4066                 From: wwp <subscript@free.fr>
4067                 To: sylpheed-claws-devel@lists.sourceforge.net
4068                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
4069
4070 2006-06-01 [colin]      2.2.0cvs71
4071
4072         * src/compose.c
4073                 Better guards against IMAP races
4074         * src/main.c
4075         * src/prefs_common.c
4076         * src/prefs_common.h
4077         * src/common/ssl_certificate.c
4078         * src/etpan/imap-thread.c
4079         * src/etpan/imap-thread.h
4080         * src/gtk/sslcertwindow.c
4081                 New hidden option ssl_skip_cert_check to 
4082                 avoid dups of bug #959 (libetpan linked
4083                 against gnutls and gnutls buggy on 64bit)
4084                 Present expired warning only once per
4085                 session/server.
4086         * manual/advanced.xml
4087         * manual/fr/advanced.xml
4088                 Document new option
4089
4090 2006-06-01 [wwp]        2.2.0cvs70
4091
4092         * src/messageview.c
4093                 fix for bug #961 (return receipt dialog 
4094                 complains incorrectly about return-path 
4095                 email adress being different), thanks 
4096                 to Colin.
4097
4098 2006-05-31 [cleroy]     2.2.0cvs69
4099
4100         * src/common/ssl.c
4101                 Guard against NULLs, although this
4102                 should never be an issue
4103
4104 2006-05-31 [colin]      2.2.0cvs68
4105
4106         * src/filtering.c
4107                 Use g_slist_prepend
4108         * src/imap.c
4109                 Don't remove caches when destroying folder, it
4110                 could (should) be done at exit
4111         * src/inc.c
4112                 free processing cache after incorporation
4113         * src/etpan/imap-thread.c
4114                 Maybe fix bug #959 (Crash on moving to emails 
4115                 to a imap account per ssl with a expired 
4116                 certificate.)
4117
4118 2006-05-30 [colin]      2.2.0cvs67
4119
4120         * src/summaryview.c
4121                 Put back event flush when displaying message
4122                 It avoids reading a bunch of messages just
4123                 by hitting shift-n for too long ;)
4124
4125 2006-05-29 [colin]      2.2.0cvs66
4126
4127         * src/summaryview.c
4128                 Remove useless g_warnings
4129
4130 2006-05-29 [colin]      2.2.0cvs65
4131
4132         * src/imap.c
4133                 Fix g_slist_append()s for performance
4134
4135 2006-05-29 [colin]      2.2.0cvs64
4136
4137         * src/compose.c
4138         * src/common/utils.c
4139                 Fix extraneous tab at start of addresses
4140         * src/mainwindow.c
4141                 Fix warnings (thanks to Fabien)
4142                 Fix crash at exit when composing messages 
4143                 exist
4144         * src/pop.c
4145                 Fix progress bar when deleting expired mails
4146                 Thanks to Hiro
4147         * src/summaryview.c
4148         * src/gtk/gtksctree.c
4149                 Fix re-sorting slowness
4150
4151 2006-05-29 [paul]       2.2.0cvs63
4152
4153         * src/mh.c
4154                 fetch full message when moving mails
4155                 from another mailbox, (fixed data loss
4156                 when filtering from IMAP to MH, introduced
4157                 in 2.2.0cvs57).
4158                 Thanks to Colin
4159
4160 2006-05-29 [mones]      2.2.0cvs62
4161
4162         * src/gtk/gtksctree.c
4163                 Unselect faster (patch by Colin)        
4164
4165 2006-05-26 [colin]      2.2.0cvs61
4166
4167         * src/summaryview.c
4168                 Unplug MSGINFO_UPDATE callback on delete too.
4169
4170 2006-05-26 [colin]      2.2.0cvs60
4171
4172         * src/foldersel.c
4173                 Fix bold in folder selection window with glib2.10
4174                 thanks Hiro
4175
4176 2006-05-26 [colin]      2.2.0cvs59
4177
4178         * src/procheader.c
4179                 Convert date only if necessary (and don't
4180                 try to convert from utf8 to utf8, too)
4181         * src/summaryview.c
4182                 Only set column's text if the column's 
4183                 displayed
4184
4185 2006-05-26 [colin]      2.2.0cvs58
4186
4187         * src/summaryview.c
4188         * src/gtk/gtkutils.c
4189                 Fix useless warning
4190
4191 2006-05-26 [colin]      2.2.0cvs57
4192
4193         * src/mainwindow.c
4194                 Make summaryview selectable as long as 
4195                 no message has focus
4196         * src/mh.c
4197                 Faster deletion (by implementing mh_remove_msgs)
4198                 Faster copy (avoid using mh_fetch_msg just to get
4199                 the filename)
4200                 Faster move (using move_file instead of copy_file
4201                 if MSG_IS_MOVE)
4202                 No progressbar if total number of mails to cp/mv 
4203                 is less than 100
4204         * src/summaryview.c
4205                 Fix removal from subject_table when mail gets moved
4206                 Faster deletion (g_slist_prepend instead of append)
4207         * src/gtk/gtksctree.c
4208                 Remove useless code
4209
4210 2006-05-25 [colin]      2.2.0cvs56
4211
4212         * src/common/ssl_certificate.c
4213                 Fix leak in expired cert check
4214
4215 2006-05-25 [colin]      2.2.0cvs55
4216
4217         * src/mh.c
4218                 Disable flags syncing on .mh_sequences - it
4219                 is buggy and marks mails read under unknown
4220                 conditions.
4221
4222 2006-05-25 [paul]
4223
4224         * 2.3.0-rc4 released
4225
4226 2006-05-24 [colin]      2.2.0cvs54
4227
4228         attention cvs users: if you manage to crash
4229         Sylpheed-Claws while moving, copying or deleting
4230         mails, we *are* interested in stack traces and
4231         valgrind logs. It looks stable, but one never
4232         knows...
4233
4234         * src/folder.c
4235                 Add progressbar for cache updates
4236         * src/folderutils.c
4237                 Optimize Mark all read in the current
4238                 folder
4239         * src/mh.c
4240                 Add progressbar for copy/move
4241         * src/procmsg.c
4242                 Optimize O(n^2) in copy/move
4243         * src/summaryview.c
4244         * src/gtk/gtksctree.c
4245                 Optimize O(n^2) algos
4246         * src/common/timing.h
4247                 Display ms instead of us
4248
4249 2006-05-24 [wwp]        2.2.0cvs53
4250
4251         * manual/fr/advanced.xml
4252                 updates to the French manual.
4253
4254 2006-05-24 [wwp]        2.2.0cvs52
4255
4256         * src/common/utils.c
4257                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4258
4259 2006-05-24 [wwp]        2.2.0cvs51
4260
4261         * src/folderutils.c
4262                 fixed "mark all read" in MH folders (thanks to Colin).
4263
4264 2006-05-24 [paul]       2.2.0cvs50
4265
4266         * doc/man/sylpheed-claws.1
4267                 updated the man page
4268
4269 2006-05-23 [colin]      2.2.0cvs49
4270
4271         * src/folderview.c
4272         * src/imap.c
4273         * src/inc.c
4274         * src/mbox.c
4275         * src/messageview.c
4276         * src/news.c
4277         * src/send_message.c
4278         * src/summaryview.c
4279         * src/gtk/sslcertwindow.c
4280                 alertpanel fixes, by Fabien
4281
4282 2006-05-23 [colin]      2.2.0cvs48
4283
4284         * src/folder.c
4285         * src/folderview.c
4286         * src/msgcache.c
4287         * src/summaryview.c
4288         * src/gtk/gtksctree.c
4289         * src/gtk/gtksctree.h
4290                 More timings
4291                 Fix slow loading problem, which was caused by the
4292                 use of some gtk_ctree funcs and their use of
4293                 g_list_position while gtk_ctree_(un)link'ing.
4294                 Reap more functions from gtkctree.c to be sure we
4295                 use our (fast) version instead of theirs.
4296         * src/mh.c
4297                 Fix copy of unread mails
4298
4299
4300 2006-05-22 [wwp]        2.2.0cvs47
4301
4302         * manual/fr/advanced.xml
4303                 updated.
4304
4305 2006-05-22 [colin]      2.2.0cvs46
4306
4307         * src/filtering.c
4308                 Fix possible infinite loop. 'copy' is not a 
4309                 final action, so when encountering a 'copy',
4310                 we have to check if a previous one was set
4311                 and do it. In the same way, if we encounter
4312                 a 'move' we have to perform a possibly 
4313                 pending 'copy'. This will slow down filtering
4314                 on IMAP if move+copy or multiple copy actions
4315                 are to be done, but handling it via the batch
4316                 would be really too convoluted.
4317
4318 2006-05-22 [wwp]        2.2.0cvs45
4319
4320         * manual/fr/advanced.xml
4321         * manual/fr/faq.xml
4322         * manual/fr/glossary.xml
4323         * manual/fr/handling.xml
4324         * manual/fr/intro.xml
4325         * manual/fr/plugins.xml
4326         * manual/fr/sylpheed-claws-manual.xml
4327                 sync w/ the english manual: updates URIs, documented mailing-list
4328                 support, better explanation about the enabled/disabled feature
4329                 in filtering/processing rules by Paul.
4330
4331 2006-05-21 [colin]      2.2.0cvs44
4332
4333         * src/summaryview.c
4334                 Don't expand after building threads, but during
4335
4336 2006-05-21 [colin]      2.2.0cvs43
4337
4338         * src/procmsg.c
4339         * src/summaryview.c
4340                 More timing possibilities... For next time I have 
4341                 to find out how the hell some 3GHz computer takes
4342                 one minute to open a 30k folder...
4343
4344 2006-05-21 [colin]      2.2.0cvs42
4345
4346         * manual/pl/advanced.xml
4347         * manual/pl/faq.xml
4348         * manual/pl/glossary.xml
4349         * manual/pl/handling.xml
4350         * manual/pl/intro.xml
4351         * manual/pl/plugins.xml
4352         * manual/pl/sylpheed-claws-manual.xml
4353                 Polish manual updated by Pawel
4354
4355 2006-05-20 [colin]
4356
4357         * 2.3.0-rc3 released
4358
4359 2006-05-20 [colin]      2.2.0cvs41
4360
4361         * src/imap.c
4362                 Fix -rc2 problems:
4363                 - remove cache of moved messages from original folder
4364                 - apply new flags to messages even if they aren't appliable
4365                   via IMAP.
4366
4367 2006-05-20 [colin]
4368
4369         * 2.3.0-rc2 released
4370
4371 2006-05-19 [colin]      2.2.0cvs40
4372
4373         * src/imap.c
4374                 Don't issue SELECT in imap_change_flags
4375                 before having checked that we indeed have
4376                 some flags to change. MSG_POSTFILTERED for
4377                 example can't be used on IMAP.
4378                 Fixes bug #955 (copying messages between 
4379                 imap folders is extremely slow), which was
4380                 a regression.
4381
4382 2006-05-19 [colin]      2.2.0cvs39
4383
4384         * src/folder.c
4385         * src/folder.h
4386         * src/folderview.c
4387                 Try to fix bug #830 (Some unread messages 
4388                 get marked read in IMAP inbox):
4389                 - Prevent scanning a folder if it's being 
4390                   opened via the GUI
4391                 - Postpone opening via the GUI of a folder
4392                   currently scanned.
4393
4394
4395 2006-05-19 [wwp]        2.2.0cvs38
4396
4397         * manual/advanced.xml
4398                 fix English+typo (thanks to Paul).
4399
4400 2006-05-19 [wwp]        2.2.0cvs37
4401
4402         * manual/advanced.xml
4403         * manual/fr/advanced.xml
4404         * src/gtk/logwindow.c
4405         * src/prefs_common.c
4406         * src/prefs_common.h
4407                 added hidden prefs to allow customization of colors used in
4408                 protocol log window (useful for dark gtk+ themes).
4409
4410 2006-05-19 [wwp]        2.2.0cvs36
4411
4412         * ChangeLog
4413                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4414
4415 2006-05-19 [paul]       2.2.0cvs35
4416
4417         * src/textview.c
4418                 make Reply-To fully clickable
4419         * src/gtk/logwindow.c
4420                 more colouring (SMTP ESMTP)
4421         Both patches by Pawel Pekala
4422
4423 2006-05-19 [cleroy]     2.2.0cvs34
4424
4425         * src/mh.c
4426                 Don't update flags from current folder
4427                 Probably fixes bug #935 (Read Messages 
4428                 Revert to Being Marked as Unread)
4429
4430 2006-05-18 [colin]      2.2.0cvs33
4431
4432         * src/imap.c
4433                 Warning fix
4434         * src/compose.c
4435         * src/mainwindow.c
4436         * src/summaryview.c
4437         * src/toolbar.c
4438                 Allow replying to multiple emails
4439                 in multiple windows
4440         * src/mimeview.c
4441         * src/etpan/imap-thread.c
4442                 Leak fixes
4443
4444 2006-05-18 [paul]       2.2.0cvs32
4445
4446         * src/summaryview.c
4447                 keep Mailing-List menu refreshed
4448                 Thanks to Colin
4449
4450 2006-05-18 [paul]       2.2.0cvs31
4451
4452         * manual/advanced.xml
4453         * manual/faq.xml
4454         * manual/glossary.xml
4455         * manual/handling.xml
4456         * manual/intro.xml
4457         * manual/plugins.xml
4458         * manual/sylpheed-claws-manual.xml
4459                 update URLs
4460                 add info about mailing-list support
4461                 edit filtering info
4462         * src/wizard.c
4463         * src/common/defs.h
4464         * src/gtk/about.c
4465         * src/plugins/dillo_viewer/README
4466                 update URLs
4467
4468 2006-05-17 [wwp]        2.2.0cvs30
4469
4470         * manual/handling.xml
4471         * manual/fr/handling.xml
4472                 documented the ability to enabled/disable filtering/processing rules.
4473
4474 2006-05-17 [colin]      2.2.0cvs29
4475
4476         * src/main.c
4477                 Don't initialize g_thread subsystem if it's 
4478                 already done (thanks to Hiro)
4479         * src/mimeview.c
4480                 Fix saving of parts when there name can't be
4481                 converted from UTF-8.
4482
4483 2006-05-17 [paul]       2.2.0cvs28
4484
4485         * po/Makefile.in.in
4486                 fix config.status warning with autoconf 2.60
4487
4488 2006-05-17 [paul]       2.2.0cvs27
4489
4490         * po/POTFILES.in
4491                 add src/mbox.c
4492
4493 2006-05-17 [wwp]        2.2.0cvs26
4494
4495         * src/mainwindow.c
4496                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4497
4498 2006-05-17 [wwp]        2.2.0cvs25
4499
4500         * src/plugins/demo/demo.c
4501                 updated product name in plugin demo (many plugins need to be
4502                 sync'ed w/ that change).
4503
4504 2006-05-17 [colin]      2.2.0cvs24
4505
4506         * src/mh.c
4507                 Fix leak
4508
4509 2006-05-16 [colin]      2.2.0cvs23
4510
4511         * src/mainwindow.c
4512                 Stupid me hit again. Fix cvs22.
4513
4514 2006-05-16 [colin]      2.2.0cvs22
4515
4516         * src/mainwindow.c
4517                 Fix bug #922 (sylpheed-claws crashed after 
4518                 pushing on Inbox folder)
4519
4520 2006-05-16 [colin]      2.2.0cvs21
4521
4522         * src/compose.c
4523                 Make From header be copy/paste/select-able
4524
4525 2006-05-16 [wwp]        2.2.0cvs20
4526
4527         * src/export.c
4528         * src/matcher.c
4529         * src/summaryview.c
4530         * src/etpan/imap-thread.c
4531                 fix some compiler warnings (thanks to Colin).
4532
4533 2006-05-16 [wwp]        2.2.0cvs19
4534
4535         * src/action.c
4536         * src/gedit-print.c
4537         * src/inc.c
4538         * src/mainwindow.c
4539         * src/mh.c
4540         * src/statusbar.c
4541         * src/send_message.c
4542         * src/summaryview.c
4543                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4544
4545 2006-05-15 [colin]      2.2.0cvs18
4546
4547         * src/procmsg.c
4548                 Fix automatic rule creation with List-Post
4549
4550 2006-05-15 [paul]       2.2.0cvs17
4551
4552         * tools/filter_conv_new.pl
4553                 updated for rule enabling/disabling
4554                 claws version >= 2.3.x required
4555
4556 2006-05-15 [cleroy]     2.2.0cvs16
4557
4558         * src/main.c
4559                 Revert test
4560
4561 2006-05-15 [cleroy]     2.2.0cvs15
4562
4563         * src/main.c
4564                 test
4565
4566 2006-05-15 [wwp]        2.2.0cvs14
4567
4568         * manual/pl/.cvsignore
4569                 ignore generated files.
4570
4571 2006-05-14 [wwp]        2.3.0-rc1
4572
4573         * 2.3.0-rc1 released
4574
4575 2006-05-13 [wwp]        2.2.0cvs13
4576
4577         * src/filtering.c
4578         * src/filtering.h
4579         * src/matcher.c
4580         * src/matcher_parser_lex.l
4581         * src/matcher_parser_parse.y
4582         * src/prefs_filtering.c
4583                 new feature: provide the ability to disable filtering and processing
4584                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4585                 adaptations.
4586
4587 2006-05-13 [colin]      2.2.0cvs12
4588
4589         * src/compose.c
4590                 Remove useless if (a) b; else b;
4591                 Thanks to wwp
4592
4593 2006-05-13 [wwp]        2.2.0cvs11
4594
4595         * src/export.c
4596         * src/import.c
4597         * src/mainwindow.c
4598         * src/mbox.c
4599         * src/summaryview.c
4600         * src/summaryview.h
4601                 no more silent failures (or at least less ones) when importing
4602                 or exporting from/to mbox. Also start importing/exporting if
4603                 the necessary info is set.
4604
4605 2006-05-13 [wwp]        2.2.0cvs10
4606
4607         * RELEASE_NOTES
4608                 restored up-to-date release notes.
4609
4610 2006-05-13 [paul]       2.2.0cvs9
4611
4612         * po/nl.po
4613         * po/ru.po
4614                 updated by Tim Dijkstra and Pavlo Bohmat
4615
4616 2006-05-12 [colin]      2.2.0cvs8
4617
4618         * src/gtk/quicksearch.c
4619                 Add "k" as shortcut for "colorlabel". Patch
4620                 by ath42@users.sf.net.
4621
4622 2006-05-12 [paul]       2.2.0cvs7
4623
4624         * src/prefs_common.h
4625         * src/prefs_summaries.c
4626         * src/summaryview.c
4627                 when entering a folder also allow
4628                 going directly to first Marked message
4629
4630 2006-05-12 [paul]       2.2.0cvs6
4631
4632         * src/summaryview.c
4633                 always obey 'confirm before marking all
4634                 mails read' option
4635
4636 2006-05-12 [paul]       2.2.0cvs5
4637
4638         * src/textview.c
4639                 make Sender fully clickable
4640
4641 2006-05-12 [colin]      2.2.0cvs4
4642
4643         * src/compose.c
4644         * src/compose.h
4645                 Let From be editable
4646         * src/main.c
4647         * src/mh.c
4648                 Full support of .mh_sequences' Unseen seq
4649
4650 2006-05-12 [colin]      2.2.0cvs3
4651
4652         * src/folder.c
4653         * src/mainwindow.c
4654         * src/mainwindow.h
4655         * src/messageview.c
4656         * src/prefs_spelling.c
4657         * src/procheader.c
4658         * src/procmsg.c
4659         * src/procmsg.h
4660         * src/summaryview.c
4661         * src/toolbar.c
4662         * src/toolbar.h
4663                 Add contextual menu on Compose toolbar
4664                 button. Fixes bug #944 (Automatic
4665                 addresses not applied when changing account
4666                 from compose window)
4667                 add Mailing List support
4668                 based on the old 0.6.5claws25 patch by
4669                 Melvin Hadasht, with finishing touches
4670                 by Colin
4671                 Fix "ignore thread" when mails are threaded by
4672                 subject (and weren't ignored although appearing
4673                 in the thread).
4674                 GUI rework.
4675                 Both patches by Pawel.
4676
4677 2006-05-08 [paul]       2.2.0cvs2
4678
4679         * src/mainwindow.c
4680         * src/mainwindow.h
4681         * src/messageview.c
4682         * src/procheader.c
4683         * src/procmsg.c
4684         * src/procmsg.h
4685         * src/summaryview.c
4686                 add Mailing List support
4687                 based on the old 0.6.5claws25 patch by 
4688                 Melvin Hadasht, with finishing touches
4689                 by Colin
4690
4691 2006-05-08 [colin]      2.2.0cvs1
4692
4693         * src/mainwindow.c
4694         * src/toolbar.c
4695         * src/toolbar.h
4696                 Add contextual menu on Compose toolbar 
4697                 button. Fixes bug #944 (Automatic 
4698                 addresses not applied when changing account 
4699                 from compose window)
4700
4701 2006-05-08 [paul]       2.2.0
4702
4703         2.2.0 released
4704
4705 2006-05-08 [paul]       2.1.1cvs51
4706
4707         * po/cs.po
4708         * po/de.po
4709         * po/en_GB.po
4710         * po/fi.po
4711         * po/fr.po
4712         * po/pt_BR.po
4713         * po/sr.po
4714         * po/zh_CN.po
4715                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4716                 Fabien Vantard, Frederico Goncalves Guimaraes,
4717                 Aleksandar Urosevic, and Ralgh Young
4718
4719 2006-05-12 [colin]      2.1.1cvs50
4720
4721         * po/cs.po
4722         * po/de.po
4723         * po/en_GB.po
4724         * po/es.po
4725         * po/fi.po
4726         * po/fr.po
4727         * po/pt_BR.po
4728         * po/sr.po
4729         * po/zh_CN.po
4730                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4731                 Fabien Vantard, Frederico Goncalves Guimaraes,
4732                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4733
4734 2006-05-05 [colin]      2.1.1cvs49
4735
4736         * manual/Makefile.am
4737         * manual/pl/Makefile.am
4738         * manual/pl/account.xml
4739         * manual/pl/ack.xml
4740         * manual/pl/addrbook.xml
4741         * manual/pl/advanced.xml
4742         * manual/pl/faq.xml
4743         * manual/pl/glossary.xml
4744         * manual/pl/gpl.xml
4745         * manual/pl/handling.xml
4746         * manual/pl/intro.xml
4747         * manual/pl/keyboard.xml
4748         * manual/pl/plugins.xml
4749         * manual/pl/starting.xml
4750         * manual/pl/sylpheed-claws-manual.xml
4751         * manual/pl/dist/.cvsignore
4752         * manual/pl/dist/Makefile.am
4753         * manual/pl/dist/html/.cvsignore
4754         * manual/pl/dist/html/Makefile.am
4755         * manual/pl/dist/pdf/.cvsignore
4756         * manual/pl/dist/pdf/Makefile.am
4757         * manual/pl/dist/ps/.cvsignore
4758         * manual/pl/dist/ps/Makefile.am
4759         * manual/pl/dist/txt/.cvsignore
4760         * manual/pl/dist/txt/Makefile.am
4761                 Add the polish translation of the manual,
4762                 Authored by Pawel Pekala.
4763
4764 2006-05-05 [cleroy]     2.1.1cvs48
4765
4766         * src/main.c
4767                 Re-read matcherrc after loading plugins 
4768                 if some of them add folders.
4769
4770 2006-05-03 [colin]      2.1.1cvs47
4771
4772         * src/imap.c
4773                 I'm idiot
4774
4775 2006-05-03 [colin]      2.1.1cvs46
4776
4777         * src/imap.c
4778                 Be sure to have a session when
4779                 getting separator
4780
4781 2006-05-03 [colin]      2.1.1cvs45
4782
4783         * src/imap.c
4784         * src/imap.h
4785         * src/imap_gtk.c
4786                 Fix preventing renaming with namespace 
4787                 separator.
4788
4789 2006-05-01 [colin]      2.1.1cvs44
4790
4791         * src/action.c
4792                 Don't reload messageview when result of
4793                 action is piped.
4794
4795 2006-04-29 [colin]      2.1.1cvs43
4796
4797         * src/prefs_receive.c
4798         * src/plugins/spamassassin/spamassassin_gtk.c
4799         * src/plugins/clamav/clamav_plugin_gtk.c
4800                 GUI fixes by Pawel
4801
4802 2006-04-29 [colin]      2.1.1cvs42
4803
4804         * src/prefs_compose_writing.c
4805         * src/prefs_quote.c
4806                 Cleanups. Patch by Pawel
4807
4808 2006-04-28 [paul]       2.1.1cvs41
4809
4810         * src/matcher.c
4811                 fix returned quick search results when search
4812                 term contains an underscore.
4813                 Thanks to Colin
4814
4815 2006-04-28 [paul]       2.1.1cvs40
4816
4817         * src/prefs_message.c
4818         * src/prefs_receive.c
4819                 GUI cleanups
4820                 Patches by Pawel Pekala
4821
4822 2006-04-27 [colin]      2.1.1cvs39
4823
4824         * src/wizard.c
4825                 Differentiate subject Welcome from
4826                 window's title Welcome
4827
4828 2006-04-27 [paul]
4829
4830         2.2.0-rc1 released
4831
4832 2006-04-27 [paul]       2.1.1cvs38
4833
4834         * manual/advanced.xml
4835         * manual/fr/advanced.xml
4836                 add info about compose_no_markup hidden pref
4837
4838 2006-04-27 [paul]       2.1.1cvs37
4839
4840         * src/prefs_account.c
4841                 improve privacy labels
4842         * src/prefs_msg_colors.c
4843                 change some strings for translators' convenience
4844         * src/gtk/gtkutils.c
4845                 don't underline the link button text
4846
4847 2006-04-25 [colin]      2.1.1cvs36
4848
4849         * src/folder.c
4850                 Complete 2.1.1cvs33 (once more ;)
4851
4852 2006-04-25 [colin]      2.1.1cvs35
4853
4854         * src/editldap.c
4855                 Fix tooltip
4856
4857 2006-04-25 [cleroy]     2.1.1cvs34
4858
4859         * src/compose.c
4860         * src/gtk/gtkaspell.c
4861                 Fix crash on redirect (related to the return 
4862                 of the aspell menu in compose's toolbar)
4863         * src/prefs_msg_colors.c
4864                 Fix sensitivity widgets
4865         * src/image_viewer.c
4866         * src/gtk/pluginwindow.c
4867         * src/gtk/prefswindow.c
4868                 Change released signals to clicked (Fabien)
4869         * po/POTFILES.in
4870         * src/common/socket.c
4871         * src/plugins/spamassassin/spamassassin.c
4872                 Translate strings (Fabien)
4873
4874 2006-04-25 [paul]       2.1.1cvs33
4875
4876         * src/folder.c
4877         * src/folder.h
4878         * src/folderview.c
4879                 complete the fix of bug #912
4880                 Thanks to Colin
4881
4882 2006-04-25 [colin]      2.1.1cvs32
4883
4884         * src/news.c
4885                 Better progress bar
4886         * src/mimeview.c
4887         * src/summaryview.c
4888         * src/summaryview.h
4889                 Fix focus chain
4890                 Patches by Pawel Pekala
4891
4892 2006-04-24 [colin]      2.1.1cvs31
4893
4894         * src/compose.c
4895                 Fix compilation warnings (Fabien)
4896
4897 2006-04-24 [colin]      2.1.1cvs30
4898
4899         * src/addrindex.c
4900         * src/editldap.c
4901         * src/editldap_basedn.c
4902         * src/editldap_basedn.h
4903         * src/ldapctrl.c
4904         * src/ldapctrl.h
4905         * src/ldapquery.c
4906         * src/ldaputil.c
4907         * src/ldaputil.h
4908                 Fix bug #901 (LDAPS support)
4909
4910 2006-04-24 [colin]      2.1.1cvs29
4911
4912         * src/compose.c
4913                 Fix logic on error with send dialog on
4914         * src/imap.c
4915                 Fix compilation without libetpan, thanks
4916                 to Fabien
4917         * src/summaryview.c
4918                 Fix 'context-menu' key
4919
4920 2006-04-23 [colin]      2.1.1cvs28
4921
4922         * src/folder.c
4923                 Never free current's cache to free up 
4924                 memory. Fixes bug #912 (new count 
4925                 randomly set to message count)
4926
4927 2006-04-23 [colin]      2.1.1cvs27
4928
4929         * src/gtk/quicksearch.c
4930                 And remove printf...
4931
4932 2006-04-23 [colin]      2.1.1cvs26
4933
4934         * src/gtk/quicksearch.c
4935                 Fix replacing in quicksearch, and fix inserting
4936                 in the middle of the string. (introduced at 2.1.0cvs22)
4937
4938 2006-04-23 [colin]      2.1.1cvs25
4939
4940         * src/imap.c
4941                 Make sure uidnext is initialized in get_num_list
4942                 (not for stable, related to 2.1.1cvs8 and friends)
4943
4944 2006-04-23 [colin]      2.1.1cvs24
4945
4946         * src/imap.c
4947                 Output something when login is successful
4948                 too
4949
4950 2006-04-23 [colin]      2.1.1cvs23
4951
4952         * src/etpan/imap-thread.c
4953                 Better logging (line-per-line, hide data in fetch)
4954                 Fix a const warning
4955         * src/gtk/logwindow.c
4956         * src/gtk/logwindow.h
4957                 Better logging (color for input/output)
4958
4959 2006-04-21 [colin]      2.1.1cvs22
4960
4961         * src/gtk/quicksearch.c
4962                 On gtk+-2.8, use stock buttons in quicksearch
4963                 Based on a patch by Fabien and a design by Paul
4964
4965 2006-04-21 [colin]      2.1.1cvs21
4966
4967         * src/folderview.c
4968         * src/mainwindow.c
4969                 Fix occasional flicker in folderview
4970         * src/common/utils.c
4971                 Fix bug #943 (Incorrectly parsed email address 
4972                 list in short headers on message view and in 
4973                 printouts)
4974
4975 2006-04-20 [colin]      2.1.1cvs20
4976
4977         * src/imap.c
4978         * src/imap.h
4979         * src/prefs_account.c
4980                 Add ANONYMOUS auth for IMAP
4981
4982 2006-04-20 [paul]       2.1.1cvs19
4983
4984         * src/main.c
4985                 proper fix for 2.1.1cvs18
4986                 Thanks to Colin
4987
4988 2006-04-20 [paul]       2.1.1cvs18
4989
4990         * src/main.c
4991                 fix build warnings
4992
4993 2006-04-20 [paul]       2.1.1cvs17
4994
4995         * src/gtk/quicksearch.c
4996                 fix standard, non-extended Quick search,
4997                 was broken in 2.1.1cvs15.
4998                 Thanks to Colin.
4999
5000 2006-04-20 [colin]      2.1.1cvs16
5001
5002         * src/prefs_matcher.c
5003                 Fix values when reselecting a ~test
5004                 rule
5005
5006 2006-04-19 [colin]      2.1.1cvs15
5007
5008         * src/compose.c
5009         * src/compose.h
5010         * src/gtk/gtkaspell.c
5011         * src/gtk/gtkaspell.h
5012                 Put back Options menu in Spelling/
5013         * src/gtk/quicksearch.c
5014                 Don't search, and show error, if the
5015                 advanced search has a syntax error
5016
5017 2006-04-18 [colin]      2.1.1cvs14
5018
5019         * src/textview.c
5020                 Fix gdk warnings on set_cursor when textview
5021                 isn't visible
5022
5023 2006-04-18 [colin]      2.1.1cvs13
5024
5025         * src/gtk/gtksctree.c
5026                 Remove seemingly useless refresh that causes
5027                 flicker - watch this commit in case of 
5028                 problems before planned backport to stable
5029
5030 2006-04-18 [colin]      2.1.1cvs12
5031
5032         * src/imap.c
5033                 Factorize get/set_xml code
5034         * src/compose.c
5035         * src/prefs_account.c
5036         * src/prefs_account.h
5037         * src/procmsg.c
5038                 Add Encrypt to self option
5039
5040 2006-04-17 [colin]      2.1.1cvs11
5041
5042         * configure.ac
5043                 Fix search on encrpyt function on dragonfly
5044                 Patch by Jonathan Buschmann <jonthn@agmact.com>
5045
5046 2006-04-17 [colin]      2.1.1cvs10
5047
5048         * src/prefs_account.c
5049                 Be safe by default: remove mails from POP3
5050                 after 7 days, not immediately
5051
5052 2006-04-17 [colin]      2.1.1cvs9
5053
5054         * src/etpan/imap-thread.c
5055                 Fix build on DragonFly - patch by 
5056                 Jonathan Buschmann <jonthn@agmact.com>
5057
5058 2006-04-17 [colin]      2.1.1cvs8
5059
5060         * src/imap.c
5061                 Save uidnext between sessions
5062
5063 2006-04-17 [colin]      2.1.1cvs7
5064
5065         * src/imap.c
5066                 scan is required when uid validity changes
5067
5068 2006-04-17 [colin]      2.1.1cvs6
5069
5070         * src/folderview.c
5071                 Don't scan if not necessary, apart in current
5072                 folder and INBOX to fetch flags.
5073         * src/imap.c
5074                 Scan is necessary if unread count changes
5075
5076 2006-04-17 [colin]      2.1.1cvs5
5077
5078         * src/imap.c
5079                 ...But always fetch ANSWERED and DELETED flags for
5080                 INBOX, as filtering can happen on these flags.
5081
5082 2006-04-17 [colin]      2.1.1cvs4
5083
5084         * src/imap.c
5085                 Don't fetch REPLIED and DELETED flags when synchronising
5086                 flags with a closed folder. We only need UNSEEN and FLAGGED
5087                 to update the folderview.
5088
5089 2006-04-17 [colin]      2.1.1cvs3
5090
5091         * src/imap.c
5092                 Faster flag search when there are new mails 
5093                 in a folder. We can do a full search if the 
5094                 folder contains less messages than the new
5095                 list.
5096
5097 2006-04-17 [colin]      2.1.1cvs2
5098
5099         * po/cs.po
5100         * po/de.po
5101         * po/fr.po
5102         * po/nl.po
5103         * po/pt_BR.po
5104                 Update translations from stable branch
5105
5106 2006-04-17 [colin]      2.1.1cvs1
5107
5108         * configure.ac
5109                 Bump version to follow stable release
5110
5111 2006-04-16 [mones]      2.1.0cvs50
5112
5113         * po/es.po
5114                 Updated for release
5115
5116 2006-04-16 [colin]      2.1.0cvs49
5117
5118         * src/textview.c
5119                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
5120                 with gtk < 2.8. Thanks to Fabien Vantard.
5121
5122 2006-04-15 [colin]      2.1.0cvs48
5123
5124         * src/etpan/imap-thread.c
5125                 Fix bug #919 (libetpan: SEGV when connecting 
5126                 using command)
5127
5128 2006-04-14 [colin]      2.1.0cvs47
5129
5130         * src/main.c
5131                 Fix race on --select (should be done better)
5132
5133 2006-04-14 [wwp]        2.1.0cvs46
5134
5135         * src/send_message.c
5136                 enforce a check for domain in account prefs (a sending
5137                 error could be faced if domain was checked but no value set),
5138                 thanks to Colin.
5139
5140 2006-04-14 [colin]      2.1.0cvs45
5141
5142         * src/codeconv.c
5143                 when converting from unknown to unknown, if the
5144                 string is UTF8, don't convert it to the locale
5145                 (which breaks it)
5146
5147 2006-04-14 [colin]      2.1.0cvs44
5148
5149         * src/compose.c
5150                 Don't try to use ASCII for converting headers
5151                 (as done in body)
5152
5153 2006-04-14 [paul]       2.1.0cvs43
5154
5155         * src/crash.c
5156                 add locale/charset info to crash report
5157         * src/gtk/about.c
5158                 add wwp to doc team
5159                 replace 'e-mail' with preferred 'email'
5160         * src/gtk/authors.h
5161                 ensure contributors list is in alphabetical
5162                 order
5163
5164 2006-04-13 [colin]      2.1.0cvs42
5165
5166         * src/textview.c
5167                 Prevent gdk warnings
5168
5169 2006-04-13 [colin]      2.1.0cvs41
5170
5171         * src/common/ssl_certificate.c
5172         * src/common/ssl_certificate.h
5173         * src/gtk/sslcertwindow.c
5174                 Warn on expired certs, and display the expiration date
5175
5176 2006-04-13 [colin]      2.1.0cvs40
5177
5178         * src/plugins/spamassassin/spamassassin_gtk.c
5179                 Fix missing set_text on unix socket
5180
5181 2006-04-13 [wwp]        2.1.0cvs39
5182
5183         * manual/fr/advanced.xml
5184         * manual/fr/glossary.xml
5185                 applied new spam/ham/email lexicon (pourriel, courriel)
5186
5187 2006-04-13 [paul]       2.1.0cvs38
5188
5189         * src/plugins/pgpmime/plugin.c
5190                 remove the mention of S/MIME from the
5191                 description. This is now handled by the
5192                 S/MIME plugin.
5193
5194 2006-04-13 [paul]       2.1.0cvs37
5195
5196         * src/prefs_msg_colors.c
5197                 rework dialog
5198         * src/prefs_folder_item.c
5199         * src/prefs_spelling.c
5200                 add a tooltip to the colour selector buttons
5201
5202 2006-04-13 [wwp]        2.1.0cvs36
5203
5204         * manual/advanced.xml
5205         * manual/glossary.xml
5206         * manual/handling.xml
5207         * manual/keyboard.xml
5208         * manual/plugins.xml
5209         * manual/starting.xml
5210         * manual/fr/account.xml
5211         * manual/fr/ack.xml
5212         * manual/fr/addrbook.xml
5213         * manual/fr/advanced.xml
5214         * manual/fr/faq.xml
5215         * manual/fr/glossary.xml
5216         * manual/fr/gpl.xml
5217         * manual/fr/handling.xml
5218         * manual/fr/intro.xml
5219         * manual/fr/keyboard.xml
5220         * manual/fr/plugins.xml
5221         * manual/fr/starting.xml
5222         * manual/fr/sylpheed-claws-manual.xml
5223                 fixes to the manuals:
5224                  - summaryview -> Message List (same in French)
5225                  - translate key names
5226                  - fix French punctuation, use non-breakable spaces when
5227                    necessary, don't use &thinsp; which is not portable
5228                  - tell what maildir and mbox formats we support
5229
5230 2006-04-12 [wwp]        2.1.0cvs35
5231
5232         * src/prefs_toolbar.c
5233                 unified a replace button more,
5234                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5235
5236 2006-04-12 [wwp]        2.1.0cvs34
5237
5238         * src/prefs_common.c
5239         * src/prefs_msg_colors.c
5240                 make default color labels translatable,
5241                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5242                 thanks to Tim <timbrain@post.cz> for reporting.
5243
5244 2006-04-12 [wwp]        2.1.0cvs33
5245
5246         * manual/glossary.xml
5247         * manual/intro.xml
5248         * manual/plugins.xml
5249         * manual/starting.xml
5250         * manual/sylpheed-claws-manual.xml
5251         * manual/fr/.cvsignore
5252         * manual/fr/account.xml
5253         * manual/fr/ack.xml
5254         * manual/fr/addrbook.xml
5255         * manual/fr/advanced.xml
5256         * manual/fr/faq.xml
5257         * manual/fr/glossary.xml
5258         * manual/fr/handling.xml
5259         * manual/fr/intro.xml
5260         * manual/fr/keyboard.xml
5261         * manual/fr/plugins.xml
5262         * manual/fr/starting.xml
5263         * manual/fr/sylpheed-claws-manual.xml
5264                 various fixes: typos, missing .fr translations, punctuation,
5265                 capitalization, links, accents and some bad French more.
5266
5267 2006-04-12 [wwp]        2.1.0cvs32
5268
5269         * src/prefs_gtk.c
5270                 fix for bug #935: always store prefs files in UTF-8 (thanks
5271                 to Colin).
5272
5273 2006-04-11 [colin]      2.1.0cvs31
5274
5275         * src/compose.c
5276                 Fix inserting files not in utf8 when locale is utf8
5277
5278 2006-04-11 [colin]      2.1.0cvs30
5279
5280         * src/inc.c
5281                 Don't show error dialog when cancelling connection
5282                 Patch by Pawel
5283
5284 2006-04-11 [cleroy]     2.1.0cvs29
5285
5286         * src/compose.c
5287                 Implement multiple quote levels
5288         * src/prefs_common.c
5289                 Change a little bit the quote bgcolor for 2nd level
5290
5291 2006-04-11 [colin]      2.1.0cvs28
5292
5293         * src/gtk/about.c
5294                 Add locale and charset in the label
5295
5296 2006-04-10 [colin]      2.1.0cvs27
5297
5298         * src/compose.c
5299         * src/prefs_common.c
5300         * src/prefs_common.h
5301         * src/prefs_msg_colors.c
5302         * src/textview.c
5303                 Allow optional background color in quotes
5304                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5305                 GTK+-2.8.x feature
5306
5307 2006-04-10 [colin]      2.1.0cvs26
5308
5309         * src/main.c
5310         * src/mainwindow.c
5311         * src/mainwindow.h
5312                 Implement --select
5313
5314 2006-04-10 [colin]      2.1.0cvs25
5315
5316         * manual/plugins.xml
5317         * manual/fr/plugins.xml
5318                 Document libcurl's proxy variables
5319
5320 2006-04-09 [colin]      2.1.0cvs24
5321
5322         * src/prefs_common.c
5323                 gettext() returns statically allocated stuff. We have
5324                 to strdup it in order to be able to free it.
5325
5326 2006-04-09 [colin]      2.1.0cvs23
5327
5328         * AUTHORS
5329         * src/gtk/authors.h
5330                 Add Alexei
5331
5332 2006-04-09 [colin]      2.1.0cvs22
5333
5334         * src/mainwindow.c
5335         * src/gtk/quicksearch.c
5336                 Fix bug #859 (problems with cyrilic input in 
5337                 search panel) - Patch by Alexey Illarionov 
5338                 <littlesavage@rambler.ru>
5339
5340 2006-04-09 [colin]      2.1.0cvs21
5341
5342         * src/prefs_customheader.c
5343                 I prefer removing then freeing rather than the contrary
5344                 (even if it doesn't change anything ;-)
5345         * src/prefs_account.c
5346                 Fix bug #933 (Crash re-entering the custom headers list 
5347                 dialog in accounts prefs)
5348                 The problem happened when cancelling the Account 
5349                 Preferences' dialogs - in which case we didn't do 
5350                 anything to the PrefsAccount * struct. In case of applying,
5351                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5352                 working with in this dialog. The problem is that 
5353                 prefs_customheader.c, working on this tmp_ac_prefs, always
5354                 changes the ->customhdr_list pointer, even when cancelled. 
5355                 So in case of cancelling the prefs_account dialog, we still
5356                 have to update ->customhdr_list in the real account.
5357
5358 2006-04-08 [colin]      2.1.0cvs20
5359
5360         * manual/fr/glossary.xml
5361         * manual/fr/keyboard.xml
5362                 Forgot some headers :)
5363
5364 2006-04-08 [colin]      2.1.0cvs19
5365
5366         * manual/Makefile.am
5367         * manual/fr/Makefile.am
5368         * manual/fr/account.xml
5369         * manual/fr/ack.xml
5370         * manual/fr/addrbook.xml
5371         * manual/fr/advanced.xml
5372         * manual/fr/faq.xml
5373         * manual/fr/glossary.xml
5374         * manual/fr/gpl.xml
5375         * manual/fr/handling.xml
5376         * manual/fr/intro.xml
5377         * manual/fr/keyboard.xml
5378         * manual/fr/plugins.xml
5379         * manual/fr/starting.xml
5380         * manual/fr/sylpheed-claws-manual.xml
5381         * manual/fr/dist/.cvsignore
5382         * manual/fr/dist/Makefile.am
5383         * manual/fr/dist/html/.cvsignore
5384         * manual/fr/dist/html/Makefile.am
5385         * manual/fr/dist/pdf/.cvsignore
5386         * manual/fr/dist/pdf/Makefile.am
5387         * manual/fr/dist/ps/.cvsignore
5388         * manual/fr/dist/ps/Makefile.am
5389         * manual/fr/dist/txt/.cvsignore
5390         * manual/fr/dist/txt/Makefile.am
5391                 Add the french translation of the manual. Thanks to
5392                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5393                 account.xml, ack.xml, addrbook.xml and advanced.xml
5394
5395 2006-04-08 [colin]      2.1.0cvs18
5396
5397         * manual/plugins.xml
5398         * manual/starting.xml
5399                 More fixes
5400
5401 2006-04-07 [colin]      2.1.0cvs17
5402
5403         * manual/faq.xml
5404         * manual/intro.xml
5405         * manual/keyboard.xml
5406                 Little fixes
5407
5408 2006-04-07 [colin]      2.1.0cvs16
5409
5410         * README
5411         * src/compose.c
5412         * src/prefs_common.c
5413         * src/prefs_common.h
5414                 Add hidden compose_no_markup pref
5415
5416 2006-04-07 [wwp]        2.1.0cvs15
5417
5418         * src/summary_search.c
5419         * .cvsignore
5420                 Bugfix: stop button was sticky when searching in an empty folder.
5421                 Applied curly brackets code style to the whole file (summary_search.c).
5422                 More files to ignore.
5423
5424 2006-04-07 [wwp]        2.1.0cvs14
5425
5426         * src/message_search.c
5427         * src/summary_search.c
5428                 changed default button when search bumps at file/folder
5429                 beginning or end, for convenience (thanks to Colin).
5430
5431 2006-04-07 [paul]       2.1.0cvs13
5432
5433         * src/plugins/dillo_viewer/dillo_prefs.c
5434                 avoid future potential for namespace collision
5435                 Patch by Colin
5436
5437 2006-04-06 [wwp]        2.1.0cvs12
5438
5439         * src/summary_search.c
5440                 Unify extended/advanced searches names (and thus factorize labels),
5441                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5442
5443 2006-04-06 [wwp]        2.1.0cvs11
5444
5445         * src/folderview.c
5446         * src/prefs_themes.c
5447         * src/summaryview.c
5448                 Fixed some compilation warnings.
5449
5450 2006-04-06 [colin]      2.1.0cvs10
5451
5452         * manual/advanced.xml
5453                 Document the wizard template and how to deploy
5454                 Sylpheed-Claws effectively
5455
5456 2006-04-06 [colin]      2.1.0cvs9
5457
5458         * src/folderview.c
5459                 gettext patch to tell translators about _("#"),
5460                 by Maxim Britov
5461
5462 2006-04-06 [colin]      2.1.0cvs8
5463
5464         * src/textview.c
5465                 Fix invalid GtkTextBIter after clicking "Display as text"
5466
5467 2006-04-06 [mones]      2.1.0cvs7
5468
5469         * src/addr_compl.c
5470         * src/addrindex.c
5471         * src/addritem.c
5472         * src/codeconv.c
5473         * src/compose.c
5474         * src/filtering.c
5475         * src/folder.c
5476         * src/folder_item_prefs.c
5477         * src/folderview.c
5478         * src/localfolder.c
5479         * src/matcher.c
5480         * src/mimeview.c
5481         * src/prefs_msg_colors.c
5482         * src/prefs_spelling.c
5483         * src/prefs_themes.c
5484         * src/procmime.c
5485         * src/procmsg.c
5486         * src/stock_pixmap.c
5487         * src/summaryview.c
5488         * src/textview.c
5489         * src/toolbar.c
5490         * src/common/mgutils.c
5491         * src/common/prefs.c
5492         * src/common/ssl_certificate.c
5493         * src/gtk/colorlabel.c
5494         * src/gtk/quicksearch.c
5495         * src/plugins/pgpmime/pgpmime.c
5496         * src/plugins/spamassassin/spamassassin.c
5497                 Removed redundant NULL checks for g_free() calls.
5498                 Patch by Pawel Pekala.
5499
5500 2006-04-06 [mones]      2.1.0cvs6
5501
5502         * src/prefs_actions.c
5503         * src/prefs_filtering.c
5504         * src/prefs_filtering_action.c
5505         * src/prefs_matcher.c
5506         * src/prefs_template.c
5507         * src/gtk/gtkutils.c
5508         * src/gtk/gtkutils.h
5509                 Have a nice replace button. Patch by Pawel Pekala
5510
5511 2006-04-06 [colin]      2.1.0cvs5
5512
5513         * src/addressbook.c
5514                 Fix crash with empty columns
5515
5516 2006-04-05 [colin]      2.1.0cvs4
5517
5518         * src/wizard.c
5519         * src/prefs_gtk.c
5520                 Allow wizard customization with pre-filled values
5521
5522 2006-04-05 [colin]      2.1.0cvs3
5523
5524         * src/textview.c
5525         * src/mimeview.c
5526         * src/mimeview.h
5527                 Nicer messages in mimeview
5528
5529 2006-04-05 [colin]      2.1.0cvs2
5530
5531         * src/addressbook.c
5532         * src/prefs_summaries.c
5533                 i18n fix
5534
5535 2006-04-05 [colin]      2.1.0cvs1
5536
5537         * src/plugins/pgpcore/plugin.c
5538         * src/plugins/pgpcore/select-keys.c
5539         * src/plugins/pgpcore/select-keys.h
5540         * src/plugins/pgpcore/sgpgme.c
5541         * src/plugins/pgpcore/sgpgme.h
5542         * src/plugins/pgpinline/pgpinline.c
5543         * src/plugins/pgpinline/plugin.c
5544         * src/plugins/pgpmime/pgpmime.c
5545         * src/plugins/pgpmime/plugin.c
5546                 Factorize and generalize a bit 
5547                 Drop S/MIME signature verification from PGP/MIME
5548                 (adding it as another, more complete plugin)
5549
5550 2006-04-05 [paul]       2.1.0
5551
5552         2.1.0 released
5553
5554 2006-04-05 [paul]       2.0.0cvs186
5555
5556         * manual/advanced.xml
5557                 add info on colour labels
5558
5559 2006-04-05 [paul]       2.0.0cvs185
5560
5561         * po/bg.po
5562         * po/cs.po
5563         * po/de.po
5564         * po/el.po
5565         * po/en_GB.po
5566         * po/fi.po
5567         * po/fr.po
5568         * po/it.po
5569         * po/nl.po
5570         * po/pl.po
5571         * po/pt_BR.po
5572         * po/sr.po
5573         * po/zh_CN.po
5574                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5575                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5576                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5577                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5578         * src/gtk/authors.h
5579         * tools/claws.i18n.status.pl
5580                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5581                 and new Czech translator, Tim <timbrain@post.cz>
5582
5583 2006-04-05 [mones]      2.0.0cvs184
5584
5585         * po/es.po
5586                 Updated translation
5587
5588 2006-04-05 [colin]      2.0.0cvs183
5589
5590         * src/gtk/quicksearch.c
5591                 Fix bug #929 (unnecessary reload in quick search bar)
5592
5593 2006-04-05 [colin]      2.0.0cvs182
5594
5595         * src/compose.c
5596                 Fix crash on Reply with no From:
5597                 Show signature and conversion error on queuing 
5598                 (but not sending)
5599         * src/mainwindow.c
5600         * src/summaryview.c
5601         * src/summaryview.h
5602                 Factorize threading code and make sure msginfo 
5603                 is not null when it comes from a GtkCTreeRow's 
5604                 data
5605         * src/gtk/gtkaspell.c
5606                 Check for necessary things
5607         * src/gtk/gtksctree.c
5608         * src/gtk/gtksctree.h
5609                 Reset anchor if necessary when removing node
5610
5611 2006-03-29 [colin]      2.0.0cvs181
5612
5613         * src/folderview.c
5614                 Warn for disabled IMAP accounts (due to lack of
5615                 libetpan). Breaks string-freeze - sorry - but it
5616                 is kind of important ;)
5617
5618 2006-03-28 [colin]      2.0.0cvs180
5619
5620         * src/gtk/gtkutils.c
5621         * src/gtk/gtkutils.h
5622                 Add a gtkut_get_link_btn() function that
5623                 creates a button which acts like an URI
5624         * src/prefs_themes.c
5625         * src/gtk/about.c
5626                 Use this function (factorizes codes)
5627         * src/common/defs.h
5628         * src/gtk/pluginwindow.c
5629                 Add a "Get more..." in the plugins window
5630
5631 2006-03-28 [colin]      2.0.0cvs179
5632
5633         * src/common/smtp.c
5634         * src/common/passcrypt.c
5635         * src/undo.c
5636                 Warning fixes. Patch by Pawel Pekala
5637
5638 2006-03-27 [colin]      2.0.0cvs178
5639
5640         * src/undo.c
5641                 Fix undoing by blocks with spaces
5642
5643 2006-03-27 [colin]      2.0.0cvs177
5644
5645         * src/textview.c
5646                 Set margin to 3px for headers
5647
5648 2006-03-27 [paul]
5649
5650         2.1.0-rc2 released
5651
5652 2006-03-27 [wwp]        2.0.0cvs176
5653
5654         * src/summaryview.c
5655                 don't reset quicksearch when updating the message list.
5656                 Thanks to Colin.
5657
5658 2006-03-26 [wwp]        2.0.0cvs175
5659
5660         * src/compose.c
5661                 use a unified border width ('other' tab in the compose window,
5662                 patch by Pawel Pekala).
5663
5664
5665 2006-03-26 [wwp]        2.0.0cvs174
5666
5667         * src/common/quoted-printable.c
5668         * src/addressbook.c
5669                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5670
5671 2006-03-26 [colin]      2.0.0cvs173
5672
5673         * src/quote_fmt_parse.y
5674                 Fix non-UTF8 date formats messing up the whole quote a 
5675                 little bit
5676
5677 2006-03-26 [colin]      2.0.0cvs172
5678
5679         * src/procheader.c
5680                 Make sure the date is UTF8 valid, or try to make it
5681                 so. IncrediMail is really IncrediStupid.
5682         * src/compose.c
5683                 Fix possible conversions. 
5684                 
5685
5686 2006-03-26 [colin]      2.0.0cvs171
5687
5688         * src/matcher.c
5689                 Fix corner cases in body search. This is still a
5690                 hack... It seems impossible to make it good and 
5691                 reasonably fast at the same time.
5692
5693 2006-03-26 [colin]      2.0.0cvs170
5694
5695         * src/summaryview.c
5696                 I think I killed the twilight zone bug!
5697                 summary_select_node() flushes GTK events in order
5698                 to be able to center the view. But this also 
5699                 flushes keypresses like Ctrl-Alt-U, so this can
5700                 call summary_show from summary_select_node (itself
5701                 called from summary_show, etc.). And the summaryview
5702                 has to be unlocked in this function. So just locking
5703                 while processing GTK events, and bailing if locked, 
5704                 should fix it.
5705                 Fixes bug #927 (SIGSEGV during Update Summary)
5706
5707 2006-03-25 [colin]      2.0.0cvs169
5708
5709         * src/matcher.c
5710                 Fix search in QP-encoded bodies
5711                 Fix utf-8 searches in bodies encoded in the
5712                 locale's encoding
5713         * src/common/quoted-printable.c
5714         * src/common/quoted-printable.h
5715                 Add a decode function that doesn't overwrite
5716                 the original pointer
5717                 
5718
5719 2006-03-24 [colin]      2.0.0cvs168
5720
5721         * src/action.c
5722         * src/summaryview.c
5723         * src/summaryview.h
5724                 Update message cache after action
5725                 Patch by H. Merijn Brand
5726         * src/prefs_msg_colors.c
5727                 Factorize label 
5728                 Patch by Fabien Vantard
5729         * src/plugins/spamassassin/spamassassin_gtk.c
5730                 Remove useless translation
5731                 Patch by Fabien Vantard
5732
5733 2006-03-23 [colin]      2.0.0cvs167
5734
5735         * src/common/ssl.c
5736                 Let 30 seconds to SSL_connect
5737
5738 2006-03-23 [wwp]        2.0.0cvs166
5739
5740         * src/summaryview.c
5741         * src/gtk/description_window.c
5742                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5743                 and headers are translated; adjust description windows' width to fit their
5744                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5745
5746 2006-03-23 [paul]       2.0.0cvs165
5747
5748         * src/common/utils.c
5749                 fix highlighting of URIs containing "()"
5750                 (2.0.0cvs164's reversal fixed)
5751                 Thanks to Colin.
5752
5753 2006-03-23 [paul]       2.0.0cvs164
5754
5755         * src/common/utils.c
5756                 revert patch, (postponing a fix), at 2.0.0cvs120
5757                 as it breaks more URIs than it fixes.
5758                 Allow '-' to be a terminating character in a URI
5759
5760 2006-03-22 [colin]      2.0.0cvs163
5761
5762         * configure.ac
5763                 Require libetpan 0.45
5764                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5765
5766 2006-03-22 [paul]       2.0.0cvs162
5767
5768         * src/editgroup.c
5769                 replace '<-' and '->' buttons with GTK_STOCK graphical
5770                 buttons
5771         * src/summary_search.c
5772                 don't offer '...' for translation
5773                 add a tooltip to advanced search '...' button
5774         * src/gtk/quicksearch.c
5775                 don't offer '...' for translation
5776
5777 2006-03-21 [colin]      2.0.0cvs161
5778
5779         * src/compose.c
5780                 Fix middle-click pasting (insert at click
5781                 position instead of cursor position, don't
5782                 remove existing selection and allow pasting
5783                 our own selection)
5784         * src/addressbook.c
5785                 "LDAP Server" -> "LDAP servers"
5786
5787 2006-03-21 [wwp]        2.0.0cvs160
5788
5789         * src/etpan/imap-thread.c
5790                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5791
5792 2006-03-20 [colin]      2.0.0cvs159
5793
5794         * src/summaryview.c
5795                 Don't reload summaryview after an execute with no
5796                 move action
5797
5798 2006-03-19 [colin]      2.0.0cvs158
5799
5800         * src/addressbook.c
5801                 and put groups at the top, always
5802
5803 2006-03-19 [colin]      2.0.0cvs157
5804
5805         * src/addressbook.c
5806                 Order groups before names, as previously
5807
5808 2006-03-19 [colin]      2.0.0cvs156
5809
5810         * src/addressbook.c
5811                 - Sort case-unsensitive
5812                 - Put the sort arrow at opening too
5813
5814 2006-03-19 [wwp]        2.0.0cvs155
5815
5816         * src/addressbook.c
5817                 allow sorting by name/email/remarks, ensure that right-pane's contents
5818                 matches the left-pane selection (cleared when appropriate).
5819                 Patch by Pawel Pekala <c0rn@o2.pl>.
5820
5821 2006-03-18 [colin]      2.0.0cvs154
5822
5823         * src/textview.c
5824                 Fix text cursor ;)
5825
5826 2006-03-18 [colin]      2.0.0cvs153
5827
5828         * src/gtk/filesel.c
5829                 Make sure we hide the preview if we didn't get
5830                 a filename
5831
5832 2006-03-18 [colin]      2.0.0cvs152
5833
5834         * src/summaryview.c
5835                 Set cursor to watch for execution (fixes lack
5836                 of watch-cursor when dnd'ing hundreds of mails)
5837         * src/gtk/filesel.c
5838                 Check that mime type is 'image/*' before updating
5839                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5840
5841 2006-03-18 [colin]      2.0.0cvs151
5842
5843         * src/mainwindow.c
5844         * src/textview.c
5845         * src/textview.h
5846                 Put a watch cursor in textview too when the mainwindow's
5847                 cursor in a watch
5848
5849 2006-03-18 [colin]      2.0.0cvs150
5850
5851         * src/folder.c
5852                 Change wrong asserts to simple tests
5853
5854 2006-03-17 [colin]      2.0.0cvs149
5855
5856         * src/mainwindow.c
5857         * src/mainwindow.h
5858         * src/prefs_msg_colors.c
5859         * src/summaryview.c
5860         * src/summaryview.h
5861         * src/gtk/colorlabel.c
5862         * src/gtk/colorlabel.h
5863                 Add a color label menu in the main menubar
5864                 Add (fixed) accels Ctrl-{0-7} to change the color
5865                 They have to be fixed because the menu's dynamic,
5866                 the items are complex widgets, hence we can't use
5867                 a GtkItemFactory.
5868
5869
5870 2006-03-17 [wwp]        2.0.0cvs148
5871
5872         * src/compose.c
5873                 rollback few lines from my previous commit (those lines come from
5874                 a pending patch, accidentally commited, even if neutral as they are
5875                 commented out).
5876
5877 2006-03-17 [wwp]        2.0.0cvs147
5878
5879         * src/compose.c
5880                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5881                 applied code style/indentation to the modified function.
5882
5883 2006-03-17 [wwp]        2.0.0cvs146
5884
5885         * src/procmsg.c
5886         * src/compose.c
5887                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5888
5889 2006-03-17 [paul]
5890
5891         2.1.0-rc1 released
5892
5893 2006-03-17 [paul]       2.0.0cvs145
5894
5895         * src/main.c
5896                 addressbook_read_file() was called twice
5897         * src/textview.c
5898                 X-Mailer highlighting
5899
5900 2006-03-16 [colin]      2.0.0cvs144
5901
5902         * src/sourcewindow.c
5903         * src/sourcewindow.h
5904                 And the last one, in source window.
5905
5906 2006-03-16 [colin]      2.0.0cvs143
5907
5908         * src/compose.c
5909         * src/compose.h
5910                 Fix the same stuff in compose
5911
5912 2006-03-16 [colin]      2.0.0cvs142
5913
5914         * src/messageview.c
5915                 Complete the previous messageview crash fix
5916
5917 2006-03-16 [colin]      2.0.0cvs141
5918
5919         * src/procmsg.h
5920         * src/procmsg.c
5921         * src/folder.c
5922                 Fix POSTPROCESSING hook
5923                 Patch by H. Merijn Brand
5924
5925         * src/procmime.c
5926         * src/procmime.h
5927                 Parse Content-Location
5928
5929         * src/toolbar.c
5930         * src/messageview.c
5931         * src/messageview.h
5932                 Don't crash when a top-level MessageView has
5933                 been closed on us. Same problematic than
5934                 yesterday's quicksearch issue.
5935
5936 2006-03-15 [colin]      2.0.0cvs140
5937
5938         * src/gtk/quicksearch.c
5939                 Fix a bitchy race we didn't think about when we
5940                 added quicksearch cancellation:
5941                 If the search is not on cached fields, for example
5942                 body_part matchcase "stuff"
5943                 the matcher code has to get the whole message. If
5944                 we're on IMAP, that can be slow, and in order to
5945                 be non-blocking, the IMAP code idle loop processes
5946                 gtk events too. So it is possible to cancel a
5947                 quicksearch while the matcher is getting the mail's
5948                 body. After matcher got its body, it will start to
5949                 iterate over the matcher list that the Quicksearch's
5950                 clear_search_cb() just freed via prepare_matcher().
5951                 SIGSEGV ensues.
5952                 The fix consists of guarding the matcherlist_match()
5953                 call with a boolean 'matching'. If we reset the
5954                 quicksearch while matching is TRUE, we don't free
5955                 the matcherlist anymore like we did, but we set
5956                 another new flag, deferred_free, to TRUE. Then,
5957                 in quicksearch_match(), just after returning from
5958                 matcherlist_match() and unsetting the matching flag,
5959                 we check the deferred_free flag and do the
5960                 prepare_matcher() (which does the matcherlist_free)
5961                 for real, so we free the matcherlist once it's not
5962                 used anymore.
5963                 As all of this runs via the glib main loop, we
5964                 luckily don't need a mutex.
5965         * src/summaryview.c
5966                 Also, show progress while searching.
5967
5968
5969 2006-03-14 [colin]      2.0.0cvs139
5970
5971         * src/alertpanel.c
5972                 Make alertpanel_is_open non-static
5973
5974 2006-03-14 [colin]      2.0.0cvs138
5975
5976         * src/prefs_spelling.c
5977                 Cleanups - Fabien Vantard
5978
5979 2006-03-14 [wwp]        2.0.0cvs137
5980
5981         * src/main.c
5982                 code style normalization (curly braces, indentation).
5983
5984 2006-03-14 [wwp]        2.0.0cvs137
5985
5986         * src/main.c
5987                 code style (braces, indentation)
5988
5989 2006-03-12 [paul]       2.0.0cvs136
5990
5991         * src/prefs_common.c
5992                 trans_hdr defaults to FALSE to be RFC-savvy
5993         * src/prefs_summaries.c
5994                 add a tooltip to the trans_hdr option
5995                 
5996
5997 2006-03-12 [paul]       2.0.0cvs135
5998
5999         * src/prefs_matcher.c
6000                 give a little more width to the combos
6001         * src/prefs_display_header.c
6002         * src/textview.c
6003                 translate headers if prefs_common.trans_hdr
6004                 is TRUE
6005
6006         Patches by Pawel Pekala
6007
6008 2006-03-12 [paul]       2.0.0cvs134
6009
6010         * src/plugins/clamav/clamav_plugin.c
6011         * src/plugins/dillo_viewer/dillo_viewer.c
6012         * src/plugins/pgpcore/plugin.c
6013         * src/plugins/pgpinline/plugin.c
6014         * src/plugins/pgpmime/plugin.c
6015         * src/plugins/spamassassin/spamassassin.c
6016                 update/add to descriptions
6017         * src/plugins/spamassassin/spamassassin_gtk.c
6018                 fixes to the english, remove superfluous
6019                 tooltips, clean up a little
6020
6021 2006-03-12 [paul]       2.0.0cvs133
6022
6023         * src/compose.c
6024                 fix Bug 924, 'Account combo box shows up wrong 
6025                 if & is in account name'
6026
6027 2006-03-11 [colin]      2.0.0cvs132
6028
6029         * src/summaryview.c
6030                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
6031                 messed up shift-selection because is slows down
6032                 moving around summaryview. thanks -users
6033
6034 2006-03-10 [colin]      2.0.0cvs131
6035
6036         * src/plugins/spamassassin/spamassassin_gtk.c
6037                 Put back Paul's engrish fixes
6038
6039 2006-03-10 [colin]      2.0.0cvs130
6040
6041         * src/plugins/spamassassin/spamassassin.c
6042         * src/plugins/spamassassin/spamassassin.h
6043         * src/plugins/spamassassin/spamassassin_gtk.c
6044                 Cleanup SA prefs page (more)
6045                 Patch by Fabien Vantard
6046
6047 2006-03-10 [paul]       2.0.0cvs129
6048
6049         * src/prefs_msg_colors.c
6050         * src/prefs_spelling.c
6051                 widget sensitivity
6052
6053 2006-03-09 [mones]      2.0.0cvs128
6054
6055         * po/es.po
6056                 Update for next RC
6057
6058 2006-03-09 [wwp]        2.0.0cvs127
6059
6060         * configure.ac
6061                 revert accidental commit (requirement for libetpan 0.43), this time
6062                 not in HEAD.
6063
6064 2006-03-09 [wwp]        2.0.0cvs125
6065
6066         * configure.ac
6067                 revert accidental commit (requirement for libetpan 0.43)
6068
6069 2006-03-09 [paul]       2.0.0cvs126
6070
6071         * src/prefs_receive.c
6072                 remove useless frame
6073                 replace 'incorporation' with 'receiving'
6074         * src/plugins/clamav/clamav_plugin_gtk.c
6075         * src/plugins/spamassassin/spamassassin_gtk.c
6076                 improve widget sensitivity
6077                 fix a bit his engrish
6078
6079 2006-03-09 [wwp]        2.0.0cvs125
6080
6081         * src/addressadd.c
6082         * src/foldersel.c
6083         * src/prefs_common.c
6084         * src/prefs_common.h
6085                 remember some more windows' sizes (add to addressbook and
6086                 select folder).
6087
6088 2006-03-09 [paul]       2.0.0cvs124
6089
6090         * src/plugins/pgpcore/prefs_gpg.c
6091                 normalise construction of dialogue
6092
6093 2006-03-09 [paul]       2.0.0cvs123
6094
6095         * src/plugins/trayicon/Makefile.am
6096                 add missing slash
6097
6098 2006-03-08 [colin]      2.0.0cvs122
6099
6100         * src/plugins/trayicon/Makefile.am
6101                 Fix build in separate dir 
6102                 Patch by Bamanzi <bamanzi@gmail.com>
6103
6104 2006-03-08 [colin]      2.0.0cvs121
6105
6106         * src/procmsg.c
6107                 Batch move and copies from summaryview with delayed execution
6108                 too
6109
6110 2006-03-07 [paul]       2.0.0cvs120
6111
6112         * src/common/utils.c
6113                 fix highlighting of URIs containing "()"
6114                 Patch by Pawel Pekala
6115
6116 2006-03-07 [paul]       2.0.0cvs119
6117
6118         * src/folder.c
6119         * src/folder.h
6120         * src/folderview.c
6121                 immediately do alphabetical resort when
6122                 changing a folder's name
6123                 Patch by Pawel Pekala
6124
6125 2006-03-07 [paul]       2.0.0cvs118
6126
6127         * src/news.c
6128         * src/news_gtk.c
6129                 when unsubscribing a newsgroup, remove the
6130                 folder and msgs in .sylpheed-claws/newscache
6131                 Patch by Pawel Pekala <c0rn@gazeta.pl>
6132
6133 2006-03-07 [paul]       2.0.0cvs117
6134
6135         * src/textview.c
6136                 fix wrong Fake URL Warning
6137                 Thanks to Hiro
6138
6139 2006-03-07 [colin]      2.0.0cvs116
6140
6141         * src/imap.c
6142                 Return immediately when password dialog was
6143                 cancelled
6144         * src/gtk/inputdialog.c
6145                 Allow empty strings for passwords
6146
6147
6148 2006-03-06 [colin]      2.0.0cvs115
6149
6150         * src/imap.c
6151                 Prevent double-timeouts when connection fails
6152
6153 2006-03-06 [colin]
6154
6155         2.0.1-rc1 released
6156
6157 2006-03-06 [colin]      2.0.0cvs114
6158
6159         * src/imap.c
6160                 Refresh session during potentially long
6161                 operations
6162
6163 2006-03-06 [wwp]        2.0.0cvs113
6164
6165         * src/prefs_msg_colors.h
6166                 forgot that one (custom color labels).
6167
6168 2006-03-06 [wwp]        2.0.0cvs112
6169
6170         * src/prefs_common.c
6171         * src/prefs_common.h
6172         * src/prefs_msg_colors.c
6173         * src/summaryview.c
6174         * src/summaryview.h
6175         * src/gtk/colorlabel.c
6176         * src/gtk/colorlabel.h
6177                 colors in messages list are now customizable. Color values and names can
6178                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
6179                 Thanks to Paul and Colin for their help with this longstanding patch!
6180
6181 2006-03-06 [wwp]        2.0.0cvs111
6182
6183         * src/textview.c
6184                 don't crash if (x)face is bad.
6185
6186 2006-03-05 [paul]       2.0.0cvs110
6187
6188         * AUTHORS
6189         * configure.ac
6190         * src/Makefile.am
6191         * src/common/Makefile.am
6192         * src/common/utils.h
6193         * src/etpan/imap-thread.c
6194         * src/gtk/authors.h
6195         * src/plugins/clamav/Makefile.am
6196         * src/plugins/demo/Makefile.am
6197         * src/plugins/dillo_viewer/Makefile.am
6198         * src/plugins/pgpcore/Makefile.am
6199         * src/plugins/pgpcore/passphrase.c
6200         * src/plugins/pgpinline/Makefile.am
6201         * src/plugins/pgpmime/Makefile.am
6202         * src/plugins/spamassassin/Makefile.am
6203         * src/plugins/trayicon/Makefile.am
6204                 fix builiding on cygwin
6205                 Patch by Ralgh Young <bamanzi@gmail.com>
6206
6207 2006-03-04 [wwp]        2.0.0cvs109
6208
6209         * manual/keyboard.xml
6210                 fix mixed up/down keys.
6211
6212 2006-03-04 [wwp]        2.0.0cvs108
6213
6214         * README
6215         * INSTALL
6216                 updated links to SpamAssassin.
6217
6218 2006-03-04 [wwp]        2.0.0cvs107
6219
6220         * manual/plugins.xml
6221         * src/plugins/spamassassin/README
6222                 updated SpamAssassin plugin docs to reflect new functional additions
6223                 (also fix/update/documents few technical stuff more, see the README).
6224
6225 2006-03-04 [wwp]        2.0.0cvs106
6226
6227         * src/prefs_message.c
6228                 normalized capitalization of message-prefs paths.
6229
6230 2006-03-04 [wwp]        2.0.0cvs105
6231
6232         * manual/advanced.xml
6233                 typo.
6234
6235 2006-03-03 [colin]      2.0.0cvs104
6236
6237         * src/plugins/clamav/clamav_plugin_gtk.c
6238                 Rework prefs page, patch by Fabien 
6239
6240 2006-03-03 [colin]      2.0.0cvs103
6241
6242         * src/plugins/clamav/clamav_plugin.c
6243                 Set error on all errors
6244
6245 2006-03-03 [colin]      2.0.0cvs102
6246
6247         * src/common/plugin.c
6248                 Initialize error to avoid crashing when a plugin fails
6249                 without setting error
6250
6251 2006-03-02 [wwp]        2.0.0cvs101
6252
6253         * configure.ac
6254                 fixed linker flags for libetpan support on Cygwin
6255                 (thanks to H.Merijn Brand).
6256
6257 2006-03-02 [wwp]        2.0.0cvs100
6258
6259         * src/addressbook.c
6260                 fix some AB error messages: one for punctuation and
6261                 one wrongly duplicate (thanks, maxbritov).
6262
6263 2006-03-02 [wwp]        2.0.0cvs99
6264
6265         * src/plugins/spamassassin/spamassassin.c
6266                 make sync calls to sa-learn/spamc to prevent
6267                 system (whatever local or client/server) overload.
6268
6269 2006-03-02 [colin]      2.0.0cvs98
6270
6271         * src/summaryview.c
6272                 Put the spam icon in the status column instead of the
6273                 mark one
6274
6275 2006-03-01 [colin]      2.0.0cvs97
6276
6277         * src/plugins/spamassassin/spamassassin.c
6278                 Fix segfault (g_file_set_contents fails for some 
6279                 reason and err==0x2f. Can't find out why with
6280                 valgrind, using working function :-)
6281
6282 2006-03-01 [colin]      2.0.0cvs96
6283
6284         * src/inc.c
6285                 Offline overriding: let 'No' be cached only 3 seconds
6286
6287 2006-03-01 [colin]      2.0.0cvs95
6288
6289         * src/addr_compl.c
6290         * src/addrbook.c
6291         * src/addressbook.c
6292         * src/addrindex.c
6293         * src/folder_item_prefs.c
6294         * src/headerview.c
6295         * src/imap.c
6296         * src/inc.c
6297         * src/ldif.c
6298         * src/mainwindow.c
6299         * src/mh.c
6300         * src/msgcache.c
6301         * src/prefs_common.h
6302         * src/prefs_msg_colors.c
6303         * src/procheader.c
6304         * src/procheader.h
6305         * src/procmime.c
6306         * src/procmsg.c
6307         * src/procmsg.h
6308         * src/send_message.h
6309         * src/simple-gettext.c
6310         * src/summaryview.c
6311         * src/summaryview.h
6312         * src/syldap.c
6313         * src/textview.c
6314         * src/undo.c
6315         * src/common/ssl_certificate.c
6316         * src/common/utils.c
6317         * src/gtk/colorsel.c
6318         * src/gtk/gtksctree.c
6319         * src/gtk/gtkshruler.c
6320         * src/plugins/trayicon/trayicon.c
6321                 #if 0 goes to /dev/null
6322
6323 2006-03-01 [colin]      2.0.0cvs94
6324
6325         * src/compose.c
6326         * src/imap.c
6327         * src/inc.c
6328         * src/inc.h
6329         * src/messageview.c
6330         * src/news.c
6331         * src/plugins/spamassassin/spamassassin.c
6332                 Allow to add information in the "working offline"
6333                 window
6334
6335 2006-03-01 [wwp]        2.0.0cvs93
6336
6337         * src/plugins/spamassassin/spamassassin.c
6338                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6339                 'cause it seems that calling `spamc ... < inputfile` with
6340                 g_spawn_(a)sync simply.. erm doesn't work :-).
6341
6342 2006-03-01 [wwp]        2.0.0cvs92
6343
6344         * src/toolbar.c
6345         * src/toolbar.h
6346                 simplify the adding of spam/ham button to the messageview toolbar
6347                 (it gets more clear now that the same button will be "Mark as spam"
6348                 or "Mark as ham" according to the current message status,
6349                 thanks to Colin).
6350
6351 2006-03-01 [wwp]        2.0.0cvs91
6352
6353         * src/messageview.c
6354         * src/procmsg.c
6355         * src/procmsg.h
6356         * src/summaryview.c
6357         * src/plugins/spamassassin/spamassassin.c
6358         * src/plugins/spamassassin/spamassassin.h
6359                 make learner callbacks return a status (0 for ok),
6360                 handle it in main code to avoid setting flags when learning failed,
6361                 don't learn on TCP if offline in spamassassin,
6362                 thanks to Colin.
6363
6364                 
6365
6366 2006-03-01 [wwp]        2.0.0cvs90
6367
6368         * src/compose.c
6369                 some work around the compose window's account menu,
6370                 patch by Fabien Vantard.
6371
6372 2006-03-01 [wwp]        2.0.0cvs89
6373
6374         * src/plugins/spamassassin/spamassassin.c
6375                 fixed bad logics, was using spamc in local mode and sa-learn
6376                 in remote mode (thanks, Colin).
6377
6378 2006-03-01 [wwp]        2.0.0cvs88
6379
6380         * src/plugins/spamassassin/spamassassin.c
6381         * src/plugins/spamassassin/spamassassin.h
6382         * src/plugins/spamassassin/spamassassin_gtk.c
6383                 made processing of emails w/ sa-plugin an option (default is TRUE),
6384                 fixed Engrish some tooltips, capitalization of some debug messages
6385                 and warnings. The spamassassin plugin now provides two separate
6386                 services: process emails upon incorporation and spamd training.
6387                 Both services (un)register independently but use some common
6388                 plugin settings (transport settings, spam storage location).
6389
6390 2006-02-28 [wwp]        2.0.0cvs87
6391
6392         * src/plugins/spamassassin/spamassassin.c
6393                 fix async flag to spamc cmdline execution (batch exec should
6394                 be asynchronous).
6395
6396 2006-02-27 [wwp]        2.0.0cvs86
6397
6398         * src/plugins/spamassassin/spamassassin.c
6399         * src/plugins/spamassassin/spamassassin.h
6400         * src/plugins/spamassassin/spamassassin_gtk.c
6401                 - added the ability to learn a remote spamassassin server (spamd),
6402                 using spamc.
6403                 - added the spamassassin option 'username', that applies to all
6404                 spamassassin operations (filtering, learning, local or remote).
6405                 The default username is the current unix user (if left blank
6406                 from gtk prefs or config file).
6407                 - commented out some unused code (notebook widget), removed unused
6408                 layout (hbox1).
6409                 - make more widgets sensitive to the transport type.
6410
6411 2006-02-27 [colin]      2.0.0cvs85
6412
6413         * src/plugins/spamassassin/spamassassin.c
6414                 Fix sa-learn call when offline
6415
6416 2006-02-27 [colin]      2.0.0cvs84
6417
6418         * configure.ac
6419         * src/Makefile.am
6420         * src/mainwindow.c
6421         * src/mainwindow.h
6422         * src/messageview.c
6423         * src/messageview.h
6424         * src/prefs_toolbar.c
6425         * src/procmsg.c
6426         * src/stock_pixmap.c
6427         * src/stock_pixmap.h
6428         * src/summaryview.c
6429         * src/toolbar.c
6430         * src/toolbar.h
6431         * src/pixmaps/ham_btn.xpm
6432         * src/pixmaps/spam.xpm
6433         * src/pixmaps/spam_btn.xpm
6434         * src/plugins/spamassassin/spamassassin.c
6435                 Add button in toolbar for spam learning
6436                 Fix a few bugs from the last related commit
6437                 Revert 1.9.6cvs23 which messed up shift-selection
6438
6439 2006-02-24 [colin]      2.0.0cvs83
6440
6441         * src/procmsg.c
6442         * src/summaryview.c
6443         * src/summaryview.h
6444         * src/plugins/spamassassin/spamassassin.c
6445         * src/plugins/spamassassin/spamassassin.h
6446         * src/plugins/spamassassin/spamassassin_gtk.c
6447                 Unregister learner when spamassassin is either
6448                 disabled or over tcp
6449
6450 2006-02-24 [colin]      2.0.0cvs82
6451
6452         * src/Makefile.am
6453         * src/mainwindow.c
6454         * src/mainwindow.h
6455         * src/procmsg.c
6456         * src/procmsg.h
6457         * src/stock_pixmap.c
6458         * src/stock_pixmap.h
6459         * src/summaryview.c
6460         * src/summaryview.h
6461         * src/gtk/icon_legend.c
6462         * src/pixmaps/spam.xpm  ** NEW FILE **
6463         * src/plugins/spamassassin/spamassassin.c
6464         * src/plugins/spamassassin/spamassassin_gtk.c
6465                 Add spam learning interface (Mark/Mark as 
6466                 (spam|ham) menus)
6467
6468 2006-02-24 [wwp]        2.0.0cvs81
6469
6470         * src/compose.c
6471         * src/compose.h
6472         * src/filtering.c
6473                 hide compose window when sending message in batch mode
6474                 (filtering: forward and redirect). Also fixed a wrong
6475                 value returned when sending failed, neutral anyway.
6476                 (Colin, me) 
6477
6478 2006-02-24 [wwp]        2.0.0cvs80
6479
6480         * src/mainwindow.c
6481                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6482
6483 2006-02-24 [paul]       2.0.0cvs79
6484
6485         * src/news.c
6486         * src/news.h
6487         * src/news_gtk.c
6488                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6489                 Thanks to Colin
6490
6491 2006-02-23 [colin]      2.0.0cvs78
6492
6493         * src/alertpanel.c
6494                 Change OK to Close in alertpanel with View log
6495                 button; add accel to View log. Patch by Fabien
6496                 Vantard
6497
6498 2006-02-23 [wwp]        2.0.0cvs77
6499
6500         * src/compose.c
6501                 silly me, there were much more tests to perform, since toolbars can
6502                 really have down to 1 element only.
6503
6504 2006-02-23 [wwp]        2.0.0cvs76
6505
6506         * commitHelper
6507                 fixed indentation from my previous commit. Fallback to VISUAL if
6508                 EDITOR is not set (and to vi, at last resort).
6509
6510 2006-02-23 [wwp]        2.0.0cvs75
6511
6512         * commitHelper
6513                 improved error detection (Colin, me).
6514
6515 2006-02-23 [wwp]        2.0.0cvs74
6516
6517         * src/prefs_toolbar.c
6518                 simplify and fix prefs/toolbars layouting. Combos' contents can
6519                 now be really displayed.
6520
6521 2006-02-23 [wwp]        2.0.0cvs73
6522         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6523         be really displayed.
6524
6525 2006-02-22 [wwp]        2.0.0cvs72
6526
6527         * src/compose.c
6528                 fix a typo in my previous commit (sorry!).
6529
6530 2006-02-22 [wwp]        2.0.0cvs71
6531
6532         * src/prefs_toolbar.c
6533                 fix a crash when adding separators to toolbars,
6534                 also fix some separator item information.
6535
6536 2006-02-22 [wwp]        2.0.0cvs70
6537
6538         * src/compose.c
6539                 fix a crash when redirecting (for instance) when compose window's
6540                 toolbar contents has been customized (when some buttons have been
6541                 removed in fact).
6542
6543 2006-02-21 [wwp]        2.0.0cvs69
6544
6545         * src/summaryview.c
6546         * src/gtk/pluginwindow.c
6547         * src/plugins/pgpcore/prefs_gpg.c
6548                 fix some compilation warnings (feat. remains of removed code).
6549
6550 2006-02-21 [wwp]        2.0.0cvs68
6551
6552         * src/gtk/gtkutils.c
6553                 fix two compilation issues, thanks to Stephan Sachse.
6554
6555 2006-02-20 [colin]      2.0.0cvs67
6556
6557         * src/mainwindow.c
6558                 Don't reselect displayed mail on refocus
6559                 This fixes actions misbehaving 
6560
6561 2006-02-20 [wwp]        2.0.0cvs66
6562
6563         * src/summaryview.c
6564         * src/gtk/gtksctree.c
6565         * src/gtk/gtkshruler.c
6566                 changed more runtime typecast checks.
6567
6568 2006-02-20 [wwp]        2.0.0cvs65
6569
6570         * src/summary_search.c
6571                 find all - summaryview refresh issue fixed, thanks to Colin.
6572
6573 2006-02-20 [wwp]        2.0.0cvs64
6574
6575         * src/gtk/gtkutils.c
6576                 better runtime typecast checks.
6577
6578 2006-02-20 [wwp]        2.0.0cvs63
6579
6580         * src/summary_search.c
6581                 enhancements to the summary search:
6582                         - add the ability to stop the running search
6583                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6584                         - don't search if no criteria (From/To/Subject/Body) is set
6585                         - ensure that a busy mouse pointer is always shown when searching,
6586                           show it even a bit earlier
6587
6588 2006-02-19 [colin]      2.0.0cvs62
6589
6590         * src/compose.c
6591         * src/imap.c
6592         * src/etpan/imap-thread.c
6593         * src/etpan/imap-thread.h
6594                 (Future) IMAP speed improvement on sending
6595                 Will require a libetpan update
6596         * src/summaryview.c
6597         * src/gtk/quicksearch.c
6598                 Make quicksearch clearable while running.
6599
6600 2006-02-17 [colin]      2.0.0cvs61
6601
6602         * src/imap.c
6603         * src/etpan/imap-thread.c
6604         * src/etpan/imap-thread.h
6605                 Check for IMAP certificates
6606                 ** Requires libetpan-0.42-cvs4 
6607                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6608
6609 2006-02-17 [colin]      2.0.0cvs60
6610
6611         * src/messageview.c
6612         * src/prefs_common.c
6613         * src/prefs_common.h
6614         * src/prefs_message.c
6615                 Add pref to display HTML-only mails with plugin, 
6616                 if possible (defaulting to FALSE of course).
6617
6618 2006-02-16 [colin]      2.0.0cvs59
6619
6620         * src/main.c
6621         * src/common/plugin.c
6622         * src/common/plugin.h
6623         * src/gtk/pluginwindow.c
6624                 Keep track of requested (but unloaded) plugins
6625                 in some error cases.
6626
6627 2006-02-16 [wwp]        2.0.0cvs58
6628
6629         * src/gtk/gtkaspell.c
6630         * src/gtk/gtkaspell.h
6631         * src/prefs_spelling.c
6632         * src/compose.c
6633         * src/prefs_common.c
6634         * src/prefs_common.h
6635                 implemented new optional spellchecker behaviour: re-check message when
6636                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6637
6638 2006-02-16 [wwp]        2.0.0cvs57
6639
6640         * src/quote_fmt_parse.y
6641                 pclose popen'ed pipe.
6642
6643 2006-02-15 [colin]      2.0.0cvs56
6644
6645         * src/mimeview.c
6646         * src/mimeview.h
6647                 Let MimeViewers know which MimeView they
6648                 depend of.
6649         * src/summaryview.c
6650                 Swap From/To columns in Sent/Queue/Drafts
6651                 folders
6652         * src/etpan/imap-thread.c
6653                 Use mailstream_low_tls_open() for STARTTLS
6654                 instead of mailstream_low_ssl_open()
6655                 ** REQUIRES libetpan 0.42cvs3 **
6656
6657 2006-02-15 [wwp]        2.0.0cvs55
6658
6659         * src/compose.c
6660         * src/compose.h
6661         * src/message_search.c
6662         * src/message_search.h
6663         * src/textview.c
6664         * src/gtk/gtkutils.c
6665         * src/gtk/gtkutils.h
6666                 added the ability to Find text in the compose window (and a bit
6667                 of code factorization).
6668
6669 2006-02-15 [wwp]        2.0.0cvs54
6670
6671         * src/prefs_gtk.c
6672                 yet another one file was missing (fix for some widgets' sensitivity).
6673                 Thanks Colin!
6674
6675 2006-02-15 [wwp]        2.0.0cvs53
6676
6677         * src/prefs_gtk.h
6678                 oops forgot that file (fix for some widgets' sensitivity).
6679
6680 2006-02-15 [wwp]        2.0.0cvs52
6681
6682         * src/summary_search.c
6683                 implemented advanced summary search options (added the ability
6684                 to use matcher conditions in an advanced search mode).
6685
6686 2006-02-15 [wwp]        2.0.0cvs51
6687
6688         * src/plugins/pgpcore/prefs_gpg.c
6689         * src/prefs_account.c
6690                 fix some widget sensitivity, mostly around some labels in
6691                 account prefs.
6692
6693 2006-02-15 [paul]       2.0.0cvs50
6694
6695         * manual/advanced.xml
6696                 improve Templates info
6697                 written by wwp
6698
6699 2006-02-14 [colin]      2.0.0cvs49
6700
6701         * src/pixmaps/address_book.xpm
6702         * src/pixmaps/preferences.xpm
6703         * src/pixmaps/properties.xpm
6704                 Fix pixmap size - patch by Fabien Vantard
6705
6706 2006-02-13 [colin]      2.0.0cvs48
6707
6708         * src/procmime.c
6709                 Add missing fclose()s on error
6710         * src/textview.c
6711                 Remove unused code
6712         * src/common/utils.c
6713                 Fix temp files not being deleted on windows
6714         Patches by Thomas Gilgin
6715
6716 2006-02-13 [colin]      2.0.0cvs47
6717
6718         * src/mainwindow.c
6719                 Fix exit crash
6720
6721 2006-02-13 [wwp]        2.0.0cvs46
6722
6723         * src/plugins/pgpcore/prefs_gpg.c
6724                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6725
6726 2006-02-12 [colin]      2.0.0cvs45
6727
6728         * src/folderview.c
6729         * src/main.c
6730         * src/mainwindow.c
6731                 Fix "stuff" when quitting
6732
6733 2006-02-12 [wwp]        2.0.0cvs44
6734
6735         * src/prefs_themes.c
6736                 fix typos in debug messages.
6737
6738 2006-02-11 [colin]      2.0.0cvs43
6739
6740         * src/summaryview.c
6741                 don't allow drag/drop from ourself
6742
6743 2006-02-10 [wwp]        2.0.0cvs42
6744
6745         * src/exporthtml.c
6746         * src/html.c
6747         * src/html.h
6748         * src/procmime.c
6749         * src/textview.c
6750                 renamed html_ prefixed functions and data structures to avoid
6751                 namespace clashes w/ other software (gtkhtml2 for instance).
6752                 Closes bug #907.
6753
6754
6755 2006-02-09 [colin]      2.0.0cvs41
6756
6757         * src/summaryview.c
6758                 Fix shitty logic messed up. Thanks Ticho for the hint!
6759
6760 2006-02-09 [wwp]        2.0.0cvs40
6761
6762         * src/gtk/about.c
6763         * src/compose.c
6764         * src/prefs_account.c
6765         * src/prefs_gtk.h
6766         * src/editaddress.c
6767                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6768                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6769                 Browse buttons in accounts prefs.
6770
6771 2006-02-09 [colin]      2.0.0cvs39
6772
6773         * src/matcher.c
6774                 Check for pointer before using its members
6775         * src/gtk/gtksourceprintjob.c
6776                 Fix a wrong warning
6777
6778 2006-02-09 [wwp]        2.0.0cvs38
6779
6780         * src/gtk/filesel.c
6781                 fix few compiler warnings (type mismatch).
6782
6783 2006-02-09 [paul]       2.0.0cvs37
6784
6785         * po/fr.po
6786                 updated by Fabien Vantard
6787
6788 2006-02-08 [colin]      2.0.0cvs36
6789
6790         * src/prefs_common.c
6791         * src/common/defs.h
6792         * src/common/plugin.c
6793                 allow windows and linux configurations to coexist
6794                 patch by Thomas Gilgin
6795
6796 2006-02-08 [colin]      2.0.0cvs35
6797
6798         * src/filtering.c
6799         * src/matcher.c
6800         * src/matcher.h
6801         * src/matcher_parser_parse.y
6802         * src/prefs_filtering_action.c
6803         * src/prefs_matcher.c
6804                 Add the "Ignore thread" filtering
6805                 action
6806
6807 2006-02-08 [colin]      2.0.0cvs34
6808
6809         * src/compose.c
6810         * src/procmime.c
6811         * src/procmime.h
6812                 Fix bug #905 (damaged attachment)
6813                 text files with raw \0's aren't really text files
6814         FOR_STABLE
6815
6816 2006-02-08 [colin]      2.0.0cvs33
6817
6818         * src/summaryview.c
6819                 Fix crasher introduced yesterday
6820
6821 2006-02-08 [wwp]        2.0.0cvs32
6822
6823         * src/compose.c
6824         * src/compose.h
6825                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6826
6827 2006-02-08 [wwp]        2.0.0cvs31
6828
6829         * src/prefs_template.c
6830                 templates enhancement: allow address completion for Cc and Bcc fields
6831                 (it was currently possible for the To field only)
6832
6833 2006-02-08 [colin]      2.0.0cvs30
6834
6835         * src/compose.c
6836                 Don't unblock if not blocked
6837         FOR_STABLE
6838
6839 2006-02-07 [colin]      2.0.0cvs29
6840
6841         * src/action.c
6842                 Forgot to refresh summaryview
6843
6844 2006-02-07 [colin]      2.0.0cvs28
6845
6846         * src/action.c
6847                 Freeze/thaw message list and folder list while
6848                 processing %as{} actions 
6849         * src/compose.c
6850                 Fix auto-wrap disabling after a middle-click
6851                 paste - FOR_STABLE
6852
6853 2006-02-07 [paul]       2.0.0cvs27
6854
6855         * src/folder.c
6856                 fix freeing of uninitialised pointers
6857                 Thanks to Colin
6858
6859 2006-02-06 [colin]      2.0.0cvs26
6860
6861         * src/folder.c
6862                 Use g_slist_prepend in potentially big list
6863
6864 2006-02-06 [colin]      2.0.0cvs25
6865
6866         * src/folder.c
6867                 Completely skip processing if it doesn't 
6868                 exist (faster!)
6869
6870 2006-02-06 [colin]      2.0.0cvs24
6871
6872         * src/folder.c
6873         * src/summaryview.c
6874                 Batch filtering in summaryview (from Tools menu)
6875                 and pre/post//-processing too
6876
6877 2006-02-06 [colin]      2.0.0cvs23
6878
6879         * src/procmsg.h
6880         * src/filtering.c
6881                 Use a special field for batch filtering instead
6882                 of stepping on deferred execution's toes
6883
6884 2006-02-06 [colin]      2.0.0cvs22
6885
6886         * src/action.c
6887         * src/filtering.c
6888         * src/filtering.h
6889         * src/folder.c
6890         * src/summaryview.c
6891                 Fix filtering via menus and actions
6892
6893 2006-02-06 [colin]      2.0.0cvs21
6894
6895         * src/imap.c
6896                 Put the added file directly to cache if possible (will work
6897                 with next libetpan)
6898         * src/filtering.c
6899         * src/filtering.h
6900         * src/inc.c
6901         * src/folder.c
6902         * src/mbox.c
6903         * src/procmsg.h
6904                 Move and copy filtered messages by batches instead of one
6905                 by one - faster on IMAP
6906         * src/procmsg.c
6907                 Add a function that'll possibly be useful later
6908
6909 2006-02-06 [colin]      2.0.0cvs20
6910
6911         * src/addressbook.c
6912                 Use internal mime-type instead of text/plain for d'n'd
6913         * src/compose.c
6914                 Allow attaching files from mimeview's icon list via d'n'd
6915         * src/folderview.c
6916         * src/folderview.h
6917                 Use internal mime-type instead of text/plain for d'n'd
6918                 Don't try to selected opened folder if none is
6919                 Factorize d'n'd from other apps code
6920         * src/headerview.c
6921         * src/textview.c
6922         * src/gtk/gtkutils.c
6923         * src/gtk/gtkutils.h
6924                 Factorize Face/X-Face stuff
6925         * src/mimeview.c
6926                 Fix d'n'd to other apps
6927         * src/prefs_message.c
6928                 Let the XFace pref be usable without libcompface as it also
6929                 applies to Face
6930         * src/summaryview.c
6931                 Fix d'n'd to other apps
6932                 Factorize d'n'd from other apps code
6933
6934 2006-02-06 [wwp]        2.0.0cvs19
6935
6936         * po/it.po
6937                 Italian translation fixes by Andrea Spadaccini (no more confusion
6938                 between filtering and processing, and few changes in the About
6939                 dialog).
6940
6941
6942 2006-02-06 [mones]      2.0.0cvs18
6943
6944         * src/gtk/icon_legend.c
6945                 Improved descriptions allowing better translations
6946
6947 2006-02-05 [colin]      2.0.0cvs17
6948
6949         * src/imap.c
6950                 Add the f*cking missing expunge that caused imap_fetch_env
6951                 to fail after an add_msgs ! :-///
6952         * src/etpan/imap-thread.c
6953                 Add a bit of debug
6954         FOR_STABLE
6955
6956 2006-02-05 [colin]      2.0.0cvs16
6957
6958         * src/common/utils.c
6959                 Don't check for return-path (or we can't put
6960                 back non-sent mails)
6961
6962 2006-02-05 [colin]      2.0.0cvs15
6963
6964         * src/textview.c
6965                 Don't try to display Face header in textview
6966                 when teh headerview's active
6967
6968 2006-02-05 [colin]      2.0.0cvs14
6969
6970         * tools/tbird2syl.py
6971         * tools/Makefile.am
6972                 Add script to import Thunderbird mails
6973
6974 2006-02-05 [colin]      2.0.0cvs13
6975
6976         * src/headerview.c
6977         * src/procheader.c
6978         * src/procmsg.c
6979         * src/procmsg.h
6980         * src/textview.c
6981                 Show Face headers - patch partially by Klaus Flittner
6982
6983 2006-02-05 [colin]      2.0.0cvs12
6984
6985         * src/folderview.c
6986         * src/summaryview.c
6987         * src/common/utils.c
6988         * src/common/utils.h
6989                 Let dnd work from mime icons to summaryview
6990                 and to folderview too
6991                 Add a crude test to avoid trying to add files
6992                 drag'n'dropped when they're not mails
6993
6994 2006-02-04 [colin]      2.0.0cvs11
6995
6996         * src/summaryview.c
6997         * src/mimeview.c
6998                 Fix utf8 conversion
6999
7000 2006-02-04 [colin]      2.0.0cvs10
7001
7002         * src/compose.c
7003         * src/folderview.c
7004         * src/mimeview.c
7005         * src/summaryview.c
7006         * src/summaryview.h
7007                 Added various drag and drop capas:
7008                 From                    To
7009                 summaryview             other apps
7010                 mimeview icons          other apps
7011                 other apps              summaryview
7012                 other apps              folderview
7013
7014                 This shouldn't have broken the existing:
7015                 From                    To
7016                 summaryview             folderview
7017                 folderview              folderview
7018                 summaryview             compose's attachments
7019
7020         Tests welcomed.
7021
7022 2006-02-02 [paul]       2.0.0cvs9
7023
7024         * src/mainwindow.c
7025                 move global option 'Set displayed columns...' out
7026                 of folder option grouping.
7027                 fix sensitivity of 'harvest addresses'
7028         FOR_STABLE
7029
7030 2006-02-01 [colin]      2.0.0cvs8
7031
7032         * src/mimeview.c
7033                 Revert the alertpanel patch, it sucks (intrusive
7034                 and gets in the way of "open")
7035
7036 2006-02-01 [colin]      2.0.0cvs7
7037
7038         * src/compose.c
7039         * src/prefs_account.c
7040         * src/prefs_common.c
7041         * src/common/defs.h
7042         * src/common/utils.c
7043         * src/common/utils.h
7044                 Add ability to edit the signature file
7045                 from the account preferences, and use
7046                 a default for the text editor.
7047                 Patch by Fabien Vantard
7048
7049 2006-02-01 [colin]      2.0.0cvs6
7050
7051         * src/mimeview.c
7052                 Try to get mime type by extension if it is
7053                 application/octet-stream
7054                 Display a window with possible choices when
7055                 encountering unknown mime types
7056         * src/gtk/filesel.c
7057         * src/gtk/filesel.h
7058                 Add preview
7059                 Allow multiple selection in filtered filesel
7060                 (patch by Fabien Vantard)
7061         * src/gtk/pluginwindow.c
7062                 Use it (patch by Fabien Vantard)
7063
7064 2006-02-01 [paul]       2.0.0cvs5
7065
7066         * src/jpilot.c
7067                 fix crash on creating jpilot address book
7068                 Thanks to Colin - FOR_STABLE
7069         * src/prefs_summaries.c
7070         * src/prefs_wrapping.c
7071         * src/gtk/icon_legend.c
7072         * src/gtk/quicksearch.c
7073                 string fixes and additions
7074
7075 2006-02-01 [paul]       2.0.0cvs4
7076
7077         * src/compose.c
7078         * src/mainwindow.c
7079         * src/messageview.c
7080         * src/prefs_send.c
7081                 add Arabic encoding option
7082                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
7083
7084 2006-01-31 [colin]      2.0.0cvs3
7085
7086         * src/plugins/pgpcore/passphrase.c
7087                 Convert passphrase to locale encoding
7088         * src/compose.c
7089                 Fix drafting on IMAP. Crappy bug sneaked in
7090                 the release :-/
7091         FOR_STABLE
7092
7093 2006-01-30 [paul]       2.0.0cvs2
7094
7095         * src/gtk/icon_legend.c
7096                 show the new entries
7097
7098 2006-01-30 [colin]      2.0.0cvs1
7099
7100         * src/manual.c
7101                 Check for the file to be present before 
7102                 enabling the menu - FOR_STABLE
7103         * src/gtk/icon_legend.c
7104                 Add folders icons (not all of them, there
7105                 are too much, but the most intriguing ones)
7106
7107 2006-01-30 [paul]       2.0.0
7108
7109         version 2.0.0 released
7110
7111 2006-01-30 [paul]       1.9.100cvs200
7112
7113         * manual/faq.xml
7114         * manual/gpl.xml
7115         * manual/intro.xml
7116         * manual/starting.xml
7117         * manual/sylpheed-claws-manual.xml
7118                 fixes, additions
7119
7120 2006-01-29 [mones]      1.9.100cvs199
7121
7122         * manual/account.xml
7123         * manual/advanced.xml
7124         * manual/glossary.xml
7125                 Some typos fixed, added LDIF term to glossary
7126         * po/es.po
7127                 Fixed leading plus symbol
7128
7129 2006-01-29 [paul]       1.9.100cvs198
7130
7131         * po/fi.po
7132         * po/sk.po
7133                 updated by Tommi Pirinen and Andrej Kacian
7134
7135 2006-01-29 [paul]       1.9.100cvs197
7136
7137         * src/gtk/authors.h
7138                 remove duplicates
7139
7140 2006-01-29 [paul]       1.9.100cvs196
7141
7142         * AUTHORS
7143         * po/nl.po
7144         * src/gtk/authors.h
7145         * tools/claws.i18n.status.pl
7146                 nl translation updated by Tim Dijkstra
7147
7148 2006-01-29 [paul]       1.9.100cvs195
7149
7150         * po/sr.po
7151         * po/sv.po
7152                 updated by Aleksandar Urosevic and Anders Troback
7153
7154 2006-01-28 [colin]      1.9.100cvs194
7155
7156         * src/gtk/gtksourceprintjob.c
7157                 Don't fiddle with PangoLayout when we
7158                 have an image
7159
7160 2006-01-28 [paul]       1.9.100cvs193
7161
7162         * AUTHORS
7163         * po/el.po
7164         * po/zh_CN.po
7165         * src/gtk/authors.h
7166         * tools/claws.i18n.status.pl
7167                 updated translations submitted by Stavros Giannouris
7168                 and Ralgh Young
7169
7170 2006-01-27 [colin]      1.9.100cvs192
7171
7172         * src/summaryview.c
7173         * src/gtk/gtksourceprintjob.c
7174                 Add image printing 
7175                 (libgnomeprint only, of course)
7176
7177 2006-01-27 [paul]       1.9.100cvs191
7178
7179         * po/fr.po
7180         * po/it.po
7181                 updated by Fabien Vantard and Andrea Spadaccini
7182
7183 2006-01-26 [colin]      1.9.100cvs190
7184
7185         * manual/Makefile.am
7186         * configure.ac
7187                 Make building the manual optional 
7188                 (--disable-manual)
7189
7190 2006-01-26 [paul]       1.9.100cvs189
7191
7192         * manual/glossary.xml
7193         * manual/plugins.xml
7194                 edited
7195         * po/en_GB.po
7196                 updated
7197
7198 2006-01-26 [paul]       1.9.100cvs188
7199
7200         * src/prefs_display_header.c
7201         * src/prefs_folder_column.c
7202         * src/prefs_msg_colors.c
7203         * src/prefs_summaries.c
7204         * src/prefs_summary_column.c
7205                 HIGify
7206
7207 2006-01-25 [colin]      1.9.100cvs187
7208
7209         * src/imap.c
7210                 Don't allow moving/copying mails between
7211                 queue/drafts and non-queue/drafts folders
7212                 Fixes bug #897 (message header is resetted 
7213                 if one is copied to Drafts)
7214
7215 2006-01-25 [colin]      1.9.100cvs186
7216
7217         * src/folder.c
7218         * src/mainwindow.c
7219                 Fix subscribed folders not found
7220         * src/compose.c
7221                 Don't try to encode as original mail's charset
7222                 if it's ascii 
7223
7224 2006-01-25 [paul]       1.9.100cvs185
7225
7226         * AUTHORS
7227         * po/Makevars
7228                 updated
7229         * po/de.po
7230         * po/pl.po
7231         * po/pt_BR.po
7232         * po/sr.po
7233                 updates submitted by Stephan Sachse, Emilian Nowak
7234                 and Quar, Frederico Goncalves Guimaraes, and
7235                 Aleksandar Urosevic
7236                 Fix Bug 896, 'PT_BR locale broken'.
7237         * src/gtk/authors.h
7238                 updated
7239
7240 2006-01-24 [mones]      1.9.100cvs184
7241
7242         * manual/glossary.xml
7243                 All current terms finished. Reviewers welcome ;-)
7244         * manual/keyboard.xml
7245                 Fixed column width for pdf output.
7246         * po/es.po
7247                 Updated
7248
7249 2006-01-24 [paul]       1.9.100cvs183
7250
7251         * manual/glossary.xml
7252                 fix id name
7253         * manual/dist/html/Makefile.am
7254         * manual/dist/pdf/Makefile.am
7255         * manual/dist/ps/Makefile.am
7256         * manual/dist/txt/Makefile.am
7257                 fix make deps
7258                 Thanks to Colin
7259
7260 2006-01-24 [mones]      1.9.100cvs182
7261
7262         * manual/glossary.xml
7263                 Nearly finished, some terms missing.
7264
7265 2006-01-23 [paul]       1.9.100cvs181
7266
7267         * manual/dist/html/Makefile.am
7268         * manual/dist/pdf/Makefile.am
7269         * manual/dist/ps/Makefile.am
7270         * manual/dist/txt/Makefile.am
7271         * src/mainwindow.c
7272                 re-enable manual
7273                 Thanks to Colin
7274
7275 2006-01-22 [colin]      1.9.100cvs180
7276
7277         * src/compose.c
7278         * src/gtk/gtkaspell.c
7279                 Don't deselect stuff before right-clicking, with aspell.
7280                 (This prevented right-click Copy, for example).
7281                 Thanks to Clo!
7282
7283 2006-01-22 [paul]       1.9.100cvs179
7284
7285         * src/summary_search.c
7286                 don't fix the widget size as it causes problems
7287                 under localisation.
7288                 Thanks to Emilian Nowak
7289
7290 2006-01-21 [paul]       1.9.100cvs178
7291
7292         * src/prefs_themes.c
7293                 fix broken underlining of label text
7294                 with some translations
7295
7296 2006-01-21 [colin]      1.9.100cvs177
7297
7298         * po/fr.po
7299                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7300
7301 2006-01-20 [colin]      1.9.100cvs176
7302
7303         * configure.ac
7304         * Makefile.am
7305         * manual/Makefile
7306         * manual/dist/html/.cvsignore
7307         * manual/dist/html/Makefile.am
7308         * manual/dist/pdf/.cvsignore
7309         * manual/dist/pdf/Makefile.am
7310         * manual/dist/ps/.cvsignore
7311         * manual/dist/ps/Makefile.am
7312         * manual/dist/txt/.cvsignore
7313         * manual/dist/txt/Makefile.am
7314                 Autotool-ize manual
7315
7316 2006-01-20 [paul]       1.9.100cvs175
7317
7318         * manual/handling.xml
7319                 make Filtering and Searching entries easier to find
7320         * manual/keyboard.xml
7321                 add the remaining default keybinds
7322         * src/prefs_summaries.c
7323                 update the default keybinds
7324
7325 2006-01-20 [paul]       1.9.100cvs174
7326
7327         * src/addressbook.c
7328         * src/addrgather.c
7329         * src/addrharvest.c
7330         * src/editaddress.c
7331         * src/editgroup.c
7332         * src/exphtmldlg.c
7333         * src/expldifdlg.c
7334         * src/exporthtml.c
7335         * src/exportldif.c
7336         * src/ldif.c
7337                 replace 'e-mail' with 'email'
7338         * src/summary_search.c
7339                 add mnemonic to "Find all" button
7340
7341 2006-01-20 [wwp]        1.9.100cvs173
7342
7343         * src/export.c
7344         * src/import.c
7345                 touched mbox import/export buttons for HIG-compliance
7346
7347 2006-01-19 [paul]       1.9.100cvs172
7348
7349         * manual/account.xml
7350         * manual/addrbook.xml
7351         * manual/advanced.xml
7352         * manual/faq.xml
7353         * manual/handling.xml
7354         * manual/intro.xml
7355         * manual/plugins.xml
7356         * manual/starting.xml
7357                 more editing
7358
7359 2006-01-19 [paul]       1.9.100cvs171
7360
7361         * src/toolbar.c
7362                 allow use of trash button while receiving
7363                 Thanks to Colin
7364
7365 2006-01-19 [wwp]        1.9.100cvs170
7366
7367         * src/gtk/quicksearch.c
7368         * src/compose.c
7369                 force text color to black when yellow background is set
7370
7371 2006-01-19 [colin]      1.9.100cvs169
7372
7373         * src/plugins/trayicon/trayicon.c
7374                 Gray out Get Mail when already getting mail
7375
7376 2006-01-18 [paul]       1.9.100cvs168
7377
7378         * src/compose.c
7379                 give widget yellow background was To is
7380                 set via folder prefs
7381         * src/gtk/quicksearch.c
7382                 give widget yellow background when quick
7383                 search is active.
7384                 Thanks to Colin
7385
7386 2006-01-18 [paul]       1.9.100cvs167
7387
7388         * doc/man/sylpheed-claws.1
7389                 add --subscribe option
7390
7391 2006-01-18 [paul]       1.9.100cvs166
7392
7393         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7394         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7395                 use %U instead of %F (%F is broken for user installed
7396                 files in kde 3.5)
7397
7398 2006-01-18 [colin]      1.9.100cvs165
7399
7400         * src/summaryview.c
7401                 Default to Yes in "No more * messages" dialogs
7402
7403 2006-01-17 [colin]      1.9.100cvs164
7404
7405         * src/compose.c
7406                 Possibly fix an invalid iterator causing
7407                 crash
7408
7409 2006-01-17 [colin]      1.9.100cvs163
7410
7411         * src/mimeview.c
7412                 Fix crash when the image disappears under the
7413                 image viewer
7414
7415 2006-01-16 [colin]      1.9.100cvs162
7416
7417         * src/compose.c
7418                 Fix reenabling autowrap
7419
7420 2006-01-16 [colin]      1.9.100cvs161
7421
7422         * src/compose.c
7423                 reset quote_len before getting quote_str
7424
7425 2006-01-16 [colin]      1.9.100cvs160
7426
7427         * src/account.c
7428         * src/account.h
7429         * src/folder.c
7430         * src/imap_gtk.c
7431         * src/mh_gtk.c
7432                 Fix bug #883 (default inbox does not track folder move)
7433
7434 2006-01-16 [colin]      1.9.100cvs159
7435
7436         * src/compose.c
7437         * src/plugins/pgpcore/passphrase.c
7438                 More buttons fixes
7439
7440 2006-01-16 [paul]       1.9.100cvs158
7441
7442         * src/prefs_actions.c
7443         * src/prefs_filtering_action.c
7444         * src/prefs_matcher.c
7445         * src/quote_fmt.c
7446         * src/gtk/description_window.c
7447         * src/gtk/description_window.h
7448         * src/gtk/quicksearch.c
7449                 description window cleanups
7450
7451 2006-01-15 [colin]      1.9.100cvs157
7452
7453         * src/addressbook.c
7454         * src/prefs_filtering.c
7455                 Same here
7456
7457 2006-01-15 [colin]      1.9.100cvs156
7458
7459         * src/folderview.c
7460         * src/mainwindow.c
7461                 Same for "Empty trash"
7462
7463 2006-01-15 [colin]      1.9.100cvs155
7464
7465         * src/inc.c
7466                 Override offline dialog had Yes by default
7467
7468 2006-01-15 [colin]      1.9.100cvs154
7469
7470         * src/summaryview.c
7471                 Delete selected messages? previously had Yes the default
7472
7473 2006-01-15 [colin]      1.9.100cvs153
7474
7475         * src/folder.c
7476         * src/folder.h
7477         * src/main.c
7478                 Check if a mailbox is loaded after all
7479                 plugins are loaded.
7480
7481 2006-01-15 [colin]      1.9.100cvs152
7482
7483         * src/folder.c
7484                 Don't start wizard when there are unloaded folders (will help
7485                 people with only mbox or maildir mailboxes)
7486
7487 2006-01-14 [colin]      1.9.100cvs151
7488
7489         * src/addressbook.c
7490         * src/expldifdlg.c
7491         * src/importldif.c
7492         * src/importmutt.c
7493         * src/importpine.c
7494         * src/mh_gtk.c
7495                 More HIG compliance and fixes
7496
7497 2006-01-14 [colin]      1.9.100cvs150
7498
7499         * src/prefs_filtering_action.c
7500         * src/foldersel.c
7501                 Two forgotten button order changes
7502
7503 2006-01-14 [colin]      1.9.100cvs149
7504
7505         * src/account.c
7506         * src/addressbook.c
7507         * src/compose.c
7508         * src/folderview.c
7509         * src/imap_gtk.c
7510         * src/mainwindow.c
7511         * src/mh_gtk.c
7512         * src/news_gtk.c
7513         * src/prefs_actions.c
7514         * src/prefs_customheader.c
7515         * src/prefs_filtering.c
7516         * src/prefs_matcher.c
7517         * src/prefs_template.c
7518         * src/ssl_manager.c
7519         * src/summaryview.c
7520         * src/textview.c
7521         * src/toolbar.c
7522                 All deletion confirmations are now "Cancel, Delete" 
7523                 instead of "No, Yes"
7524                 Clarified most of the other "No, Yes" to 
7525                 "Cancel, Descriptive_action"
7526                 Rechanged the "Entry not saved" alerts to have 
7527                 "Close, Continue editing"
7528
7529
7530 2006-01-14 [paul]
7531
7532         * 2.0.0-rc4 released
7533
7534 2006-01-14 [paul]       1.9.100cvs148
7535
7536         * src/account.c
7537         * src/addressadd.c
7538         * src/addressbook.c
7539         * src/compose.c
7540         * src/editaddress.c
7541         * src/editbook.c
7542         * src/editgroup.c
7543         * src/editjpilot.c
7544         * src/editldap.c
7545         * src/editvcard.c
7546         * src/exphtmldlg.c
7547         * src/expldifdlg.c
7548         * src/folderview.c
7549         * src/grouplistdialog.c
7550         * src/imap_gtk.c
7551         * src/importmutt.c
7552         * src/importpine.c
7553         * src/inc.c
7554         * src/main.c
7555         * src/mainwindow.c
7556         * src/message_search.c
7557         * src/messageview.c
7558         * src/mh_gtk.c
7559         * src/mimeview.c
7560         * src/news_gtk.c
7561         * src/prefs_actions.c
7562         * src/prefs_customheader.c
7563         * src/prefs_filtering.c
7564         * src/prefs_matcher.c
7565         * src/prefs_template.c
7566         * src/prefs_themes.c
7567         * src/ssl_manager.c
7568         * src/summary_search.c
7569         * src/summaryview.c
7570         * src/textview.c
7571         * src/toolbar.c
7572         * src/gtk/foldersort.c
7573         * src/gtk/gtkaspell.c
7574         * src/gtk/inputdialog.c
7575         * src/gtk/prefswindow.c
7576         * src/plugins/pgpcore/select-keys.c
7577         * src/plugins/trayicon/trayicon.c
7578                 HIG compliant button order
7579
7580 2006-01-14 [mones]      1.9.100cvs147
7581
7582         * po/es.po
7583                 Updated translation
7584
7585 2006-01-13 [paul]       1.9.100cvs146
7586
7587         * AUTHORS
7588         * ChangeLog
7589         * src/gtk/authors.h
7590                 add Joshua M. Kwan to contributors list
7591
7592 2006-01-13 [colin]      1.9.100cvs145
7593
7594         * src/gtk/quicksearch.c
7595                 Don't refocus quick search after executing (Esc or Enter)
7596                 Allows to '/'search something then move up/down in 
7597                 summaryview, and to Esc a search and be back in the 
7598                 summaryview
7599
7600 2006-01-13 [paul]       1.9.100cvs144
7601
7602         * src/plugins/pgpinline/pgpinline.c
7603                 support Content-Type 'application/pgp'
7604                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7605
7606 2006-01-13 [paul]       1.9.100cvs143
7607
7608         * manual/account.xml
7609                 make mention of partial retrieval
7610                 thanks to Colin
7611
7612 2006-01-13 [paul]       1.9.100cvs142
7613
7614         * src/account.c
7615         * src/account.h
7616         * src/action.c
7617         * src/action.h
7618         * src/adbookbase.h
7619         * src/addr_compl.c
7620         * src/addr_compl.h
7621         * src/addrbook.c
7622         * src/addrcache.c
7623         * src/addrcache.h
7624         * src/addrcindex.c
7625         * src/addrcindex.h
7626         * src/addrclip.c
7627         * src/addrclip.h
7628         * src/addrdefs.h
7629         * src/addressadd.c
7630         * src/addressadd.h
7631         * src/addressbook.c
7632         * src/addressbook.h
7633         * src/addrgather.c
7634         * src/addrgather.h
7635         * src/addrharvest.c
7636         * src/addrharvest.h
7637         * src/addrindex.c
7638         * src/addrindex.h
7639         * src/addritem.c
7640         * src/addritem.h
7641         * src/addrquery.c
7642         * src/addrquery.h
7643         * src/addrselect.c
7644         * src/addrselect.h
7645         * src/alertpanel.c
7646         * src/alertpanel.h
7647         * src/browseldap.c
7648         * src/browseldap.h
7649         * src/codeconv.c
7650         * src/codeconv.h
7651         * src/compose.c
7652         * src/compose.h
7653         * src/customheader.c
7654         * src/customheader.h
7655         * src/displayheader.c
7656         * src/displayheader.h
7657         * src/editaddress.c
7658         * src/editaddress.h
7659         * src/editbook.c
7660         * src/editbook.h
7661         * src/editgroup.c
7662         * src/editgroup.h
7663         * src/editjpilot.c
7664         * src/editjpilot.h
7665         * src/editldap.c
7666         * src/editldap.h
7667         * src/editldap_basedn.c
7668         * src/editldap_basedn.h
7669         * src/editvcard.c
7670         * src/editvcard.h
7671         * src/exphtmldlg.c
7672         * src/exphtmldlg.h
7673         * src/expldifdlg.c
7674         * src/expldifdlg.h
7675         * src/export.h
7676         * src/exporthtml.c
7677         * src/exporthtml.h
7678         * src/exportldif.c
7679         * src/exportldif.h
7680         * src/filtering.c
7681         * src/filtering.h
7682         * src/folder.c
7683         * src/folder.h
7684         * src/folder_item_prefs.c
7685         * src/folder_item_prefs.h
7686         * src/foldersel.c
7687         * src/foldersel.h
7688         * src/folderutils.c
7689         * src/folderutils.h
7690         * src/folderview.c
7691         * src/folderview.h
7692         * src/grouplistdialog.c
7693         * src/grouplistdialog.h
7694         * src/headerview.c
7695         * src/html.c
7696         * src/html.h
7697         * src/image_viewer.c
7698         * src/image_viewer.h
7699         * src/imap.c
7700         * src/imap.h
7701         * src/imap_gtk.c
7702         * src/imap_gtk.h
7703         * src/import.h
7704         * src/importldif.c
7705         * src/importldif.h
7706         * src/importmutt.c
7707         * src/importmutt.h
7708         * src/importpine.c
7709         * src/importpine.h
7710         * src/inc.c
7711         * src/inc.h
7712         * src/jpilot.c
7713         * src/jpilot.h
7714         * src/ldapctrl.c
7715         * src/ldapctrl.h
7716         * src/ldaplocate.c
7717         * src/ldaplocate.h
7718         * src/ldapquery.c
7719         * src/ldapquery.h
7720         * src/ldapserver.c
7721         * src/ldapserver.h
7722         * src/ldaputil.c
7723         * src/ldaputil.h
7724         * src/ldif.c
7725         * src/ldif.h
7726         * src/main.c
7727         * src/main.h
7728         * src/mainwindow.c
7729         * src/mainwindow.h
7730         * src/manual.c
7731         * src/manual.h
7732         * src/mbox.c
7733         * src/mbox.h
7734         * src/message_search.c
7735         * src/message_search.h
7736         * src/messageview.c
7737         * src/messageview.h
7738         * src/mh.c
7739         * src/mh.h
7740         * src/mh_gtk.c
7741         * src/mh_gtk.h
7742         * src/mimeview.c
7743         * src/mimeview.h
7744         * src/msgcache.c
7745         * src/msgcache.h
7746         * src/mutt.c
7747         * src/mutt.h
7748         * src/news.c
7749         * src/news.h
7750         * src/news_gtk.c
7751         * src/news_gtk.h
7752         * src/partial_download.c
7753         * src/partial_download.h
7754         * src/pine.c
7755         * src/pine.h
7756         * src/pop.c
7757         * src/pop.h
7758         * src/prefs_account.c
7759         * src/prefs_account.h
7760         * src/prefs_actions.c
7761         * src/prefs_actions.h
7762         * src/prefs_common.c
7763         * src/prefs_common.h
7764         * src/prefs_compose_writing.c
7765         * src/prefs_compose_writing.h
7766         * src/prefs_customheader.c
7767         * src/prefs_customheader.h
7768         * src/prefs_display_header.c
7769         * src/prefs_display_header.h
7770         * src/prefs_filtering.c
7771         * src/prefs_filtering.h
7772         * src/prefs_filtering_action.c
7773         * src/prefs_filtering_action.h
7774         * src/prefs_folder_column.c
7775         * src/prefs_folder_column.h
7776         * src/prefs_folder_item.c
7777         * src/prefs_folder_item.h
7778         * src/prefs_fonts.c
7779         * src/prefs_fonts.h
7780         * src/prefs_gtk.c
7781         * src/prefs_gtk.h
7782         * src/prefs_image_viewer.c
7783         * src/prefs_image_viewer.h
7784         * src/prefs_matcher.c
7785         * src/prefs_matcher.h
7786         * src/prefs_message.c
7787         * src/prefs_msg_colors.c
7788         * src/prefs_msg_colors.h
7789         * src/prefs_other.c
7790         * src/prefs_quote.c
7791         * src/prefs_receive.c
7792         * src/prefs_send.c
7793         * src/prefs_spelling.c
7794         * src/prefs_spelling.h
7795         * src/prefs_summaries.c
7796         * src/prefs_summaries.h
7797         * src/prefs_summary_column.c
7798         * src/prefs_summary_column.h
7799         * src/prefs_template.c
7800         * src/prefs_template.h
7801         * src/prefs_themes.c
7802         * src/prefs_themes.h
7803         * src/prefs_toolbar.c
7804         * src/prefs_toolbar.h
7805         * src/prefs_wrapping.c
7806         * src/prefs_wrapping.h
7807         * src/privacy.c
7808         * src/privacy.h
7809         * src/procheader.c
7810         * src/procheader.h
7811         * src/procmime.c
7812         * src/procmime.h
7813         * src/procmsg.c
7814         * src/procmsg.h
7815         * src/quote_fmt.c
7816         * src/quote_fmt_parse.y
7817         * src/recv.c
7818         * src/recv.h
7819         * src/remotefolder.c
7820         * src/remotefolder.h
7821         * src/send_message.c
7822         * src/send_message.h
7823         * src/setup.c
7824         * src/setup.h
7825         * src/sourcewindow.c
7826         * src/sourcewindow.h
7827         * src/ssl_manager.c
7828         * src/ssl_manager.h
7829         * src/statusbar.c
7830         * src/statusbar.h
7831         * src/stock_pixmap.c
7832         * src/stock_pixmap.h
7833         * src/summary_search.c
7834         * src/summary_search.h
7835         * src/summaryview.c
7836         * src/summaryview.h
7837         * src/syldap.c
7838         * src/syldap.h
7839         * src/textview.c
7840         * src/textview.h
7841         * src/toolbar.c
7842         * src/toolbar.h
7843         * src/undo.c
7844         * src/undo.h
7845         * src/unmime.c
7846         * src/unmime.h
7847         * src/vcard.c
7848         * src/vcard.h
7849         * src/wizard.c
7850         * src/wizard.h
7851         * src/common/base64.c
7852         * src/common/base64.h
7853         * src/common/defs.h
7854         * src/common/hooks.c
7855         * src/common/hooks.h
7856         * src/common/log.c
7857         * src/common/log.h
7858         * src/common/mgutils.c
7859         * src/common/mgutils.h
7860         * src/common/nntp.c
7861         * src/common/nntp.h
7862         * src/common/passcrypt.c
7863         * src/common/passcrypt.h.in
7864         * src/common/plugin.c
7865         * src/common/plugin.h
7866         * src/common/prefs.c
7867         * src/common/prefs.h
7868         * src/common/progressindicator.c
7869         * src/common/progressindicator.h
7870         * src/common/quoted-printable.c
7871         * src/common/quoted-printable.h
7872         * src/common/session.c
7873         * src/common/session.h
7874         * src/common/smtp.c
7875         * src/common/smtp.h
7876         * src/common/socket.c
7877         * src/common/socket.h
7878         * src/common/ssl.c
7879         * src/common/ssl.h
7880         * src/common/ssl_certificate.c
7881         * src/common/ssl_certificate.h
7882         * src/common/stringtable.c
7883         * src/common/stringtable.h
7884         * src/common/sylpheed.c
7885         * src/common/sylpheed.h
7886         * src/common/template.c
7887         * src/common/template.h
7888         * src/common/timing.h
7889         * src/common/utils.c
7890         * src/common/utils.h
7891         * src/common/version.h.in
7892         * src/common/xml.c
7893         * src/common/xml.h
7894         * src/common/xmlprops.c
7895         * src/common/xmlprops.h
7896         * src/gtk/colorlabel.c
7897         * src/gtk/colorsel.c
7898         * src/gtk/colorsel.h
7899         * src/gtk/description_window.c
7900         * src/gtk/description_window.h
7901         * src/gtk/filesel.c
7902         * src/gtk/filesel.h
7903         * src/gtk/foldersort.c
7904         * src/gtk/foldersort.h
7905         * src/gtk/gtkutils.c
7906         * src/gtk/gtkutils.h
7907         * src/gtk/inputdialog.c
7908         * src/gtk/inputdialog.h
7909         * src/gtk/logwindow.c
7910         * src/gtk/logwindow.h
7911         * src/gtk/manage_window.c
7912         * src/gtk/manage_window.h
7913         * src/gtk/menu.c
7914         * src/gtk/menu.h
7915         * src/gtk/pluginwindow.c
7916         * src/gtk/pluginwindow.h
7917         * src/gtk/prefswindow.c
7918         * src/gtk/prefswindow.h
7919         * src/gtk/progressdialog.c
7920         * src/gtk/progressdialog.h
7921         * src/gtk/sslcertwindow.c
7922         * src/gtk/sslcertwindow.h
7923         * src/plugins/clamav/clamav_plugin.c
7924         * src/plugins/clamav/clamav_plugin.h
7925         * src/plugins/clamav/clamav_plugin_gtk.c
7926         * src/plugins/demo/demo.c
7927         * src/plugins/dillo_viewer/dillo_prefs.c
7928         * src/plugins/dillo_viewer/dillo_prefs.h
7929         * src/plugins/dillo_viewer/dillo_viewer.c
7930         * src/plugins/pgpcore/passphrase.c
7931         * src/plugins/pgpcore/passphrase.h
7932         * src/plugins/pgpcore/plugin.c
7933         * src/plugins/pgpcore/select-keys.c
7934         * src/plugins/pgpcore/select-keys.h
7935         * src/plugins/pgpcore/sgpgme.c
7936         * src/plugins/pgpcore/sgpgme.h
7937         * src/plugins/pgpinline/pgpinline.c
7938         * src/plugins/pgpinline/pgpinline.h
7939         * src/plugins/pgpinline/plugin.c
7940         * src/plugins/pgpmime/pgpmime.c
7941         * src/plugins/pgpmime/pgpmime.h
7942         * src/plugins/pgpmime/plugin.c
7943         * src/plugins/spamassassin/spamassassin.c
7944         * src/plugins/spamassassin/spamassassin.h
7945         * src/plugins/spamassassin/spamassassin_gtk.c
7946         * src/plugins/trayicon/trayicon.c
7947                 update copyright header
7948
7949 2006-01-13 [paul]       1.9.100cvs141
7950
7951         * src/account.c
7952         * src/export.c
7953         * src/import.c
7954         * src/mainwindow.c
7955         * src/prefs_account.c
7956         * src/prefs_display_header.c
7957         * src/prefs_receive.c
7958         * src/prefs_send.c
7959         * src/prefs_summaries.c
7960         * src/prefs_themes.c
7961         * src/prefs_toolbar.c
7962         * src/gtk/about.c
7963                 various cleanups
7964
7965 2006-01-12 [colin]      1.9.100cvs140
7966
7967         * src/folder.c
7968         * src/folder.h
7969         * src/main.c
7970                 Add --subscribe option
7971                 Let sylpheed-claws email@domain.com equivalent to --compose
7972                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7973
7974 2006-01-12 [paul]       1.9.100cvs139
7975
7976         * src/mainwindow.c
7977                 append 'Change folder order' label with '...'
7978         * src/prefs_actions.c
7979                 allow reordering of actions list by dnd
7980         * src/gtk/foldersort.c
7981                 make the dialog nicer
7982
7983 2006-01-11 [colin]      1.9.100cvs138
7984
7985         * src/compose.c
7986                 Allow templates without text
7987
7988 2006-01-11 [paul]       1.9.100cvs137
7989
7990         * tools/README
7991         * tools/filter_conv_new.pl
7992                 add info to README
7993                 also check .sylpheed for filter.xml
7994                 be a bit informative to the user
7995
7996 2006-01-11 [colin]      1.9.100cvs136
7997
7998         * src/textview.c
7999                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
8000
8001 2006-01-10 [paul]       1.9.100cvs135
8002
8003         * tools/Makefile.am
8004         * tools/filter_conv_new.pl
8005                 add script to convert new style Sylpheed
8006                 filter rules (Sylpheed >= 0.9.99) to
8007                 Claws filtering rules
8008
8009 2006-01-10 [colin]      1.9.100cvs134
8010
8011         * src/compose.c
8012                 Fix broken line joins in certain conditions
8013                 (between two quoted lines: <enter><enter><up>
8014                  <type a wrapped sentence><go in the first line>
8015                  <insert more text><watch as line joining failed>)
8016
8017 2006-01-10 [paul]       1.9.100cvs133
8018
8019         * src/compose.c
8020                 don't report success in error dialog
8021                 thanks to Colin
8022         * src/common/utils.c
8023                 include some trailing punctuations as URI
8024                 thanks to Hiro
8025
8026 2006-01-10 [paul]       1.9.100cvs132
8027
8028         * src/mimeview.c
8029                 fix incompatible pointer type
8030                 warning
8031
8032 2006-01-10 [paul]       1.9.100cvs131
8033
8034         * src/compose.c
8035                 change Subject in window title
8036                 instantaneously
8037
8038 2006-01-09 [colin]      1.9.100cvs130
8039
8040         * src/addressbook.c
8041         * src/headerview.c
8042         * src/mainwindow.c
8043         * src/messageview.c
8044         * src/mimeview.c
8045         * src/noticeview.c
8046         * src/summaryview.c
8047                 Fix possible crashes on exit and in addressbook
8048
8049 2006-01-09 [paul]       1.9.100cvs129
8050
8051         * src/prefs_msg_colors.c
8052                 some cleanups that I forgot last time
8053
8054 2006-01-09 [paul]       1.9.100cvs128
8055
8056         * README
8057         * src/folderview.c
8058         * src/prefs_msg_colors.c
8059                 add previously hidden option, color_new, to
8060                 the gui
8061                 move the page to Display/
8062                 rework the gui
8063
8064 2006-01-09 [wwp]        1.9.100cvs127
8065
8066         * src/prefs_themes.c
8067                 made the prefs/display/themes layouts spacing less condensed
8068                 (and so they match other prefs/pages' look).
8069
8070 2006-01-09 [paul]       1.9.100cvs126
8071
8072         * src/compose.c
8073         * src/prefs_common.c
8074         * src/prefs_common.h
8075         * src/prefs_wrapping.c
8076                 remove 'wrap at send' option
8077
8078 2006-01-06 [colin]      1.9.100cvs125
8079
8080         * src/compose.c
8081                 Just make completely sure we don't insert "manual line breaks" 
8082                 when wrapping... 
8083
8084 2006-01-04 [paul]
8085
8086         * 2.0.0-rc3 released
8087
8088 2006-01-04 [paul]       1.9.100cvs124
8089
8090         * src/folderview.c
8091                 fix bug 882, 'quick scroll in folder list
8092                 displays wrong folder contents'
8093
8094 2006-01-04 [paul]       1.9.100cvs123
8095
8096         * src/plugins/pgpmime/pgpmime.c
8097                 better debug information when signing
8098                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
8099
8100 2006-01-03 [colin]      1.9.100cvs122
8101
8102         * configure.ac
8103                 We need to recheck for gpgme 1.0.0 after checking
8104                 for 1.1.1, because if 1.1.1 isn't available, 
8105                 GPGME_LIBS and friends are blanked out by the 
8106                 second check.
8107
8108 2006-01-03 [colin]      1.9.100cvs121
8109
8110         * src/common/prefs.c
8111                 Windows unlink-before rename fix
8112         * src/plugins/pgpcore/sgpgme.c
8113                 Add support for PKA info if available
8114                 Both patches by Werner Koch
8115
8116 2006-01-03 [paul]       1.9.100cvs120
8117
8118         * src/messageview.c
8119                 fix bug 884, 'Send receipt' button visible in queue
8120                 Thanks to Colin
8121
8122 2006-01-02 [colin]      1.9.100cvs119
8123
8124         * src/compose.c
8125         * src/imap.c
8126                 Fix autosave on IMAP and more generally try to
8127                 return the correct ID on a newly added IMAP message
8128
8129 2006-01-02 [paul]       1.9.100cvs118
8130
8131         * manual/keyboard.xml
8132                 edited
8133
8134 2006-01-01 [paul]       1.9.100cvs117
8135
8136         * src/gtk/authors.h
8137                 alphabetical order
8138
8139 2005-12-30 [colin]      1.9.100cvs116
8140
8141         * manual/advanced.xml
8142                 Explain Pre/Post-processing differences.
8143
8144 2005-12-30 [colin]      1.9.100cvs115
8145
8146         * src/mh.c
8147                 Implement copy_msgs for a little optimization
8148         * src/imap.c
8149                 Finish yesterday's fix
8150
8151 2005-12-29 [colin]      1.9.100cvs114
8152
8153         * src/imap.c
8154                 Fix occasional failure in fetching a mail over
8155                 IMAP
8156
8157 2005-12-29 [colin]      1.9.100cvs113
8158
8159         * src/compose.c
8160                 Don't remove a draft when sending it, if it is 
8161                 locked.
8162
8163 2005-12-28 [colin]      1.9.100cvs112
8164
8165         * src/summaryview.c
8166                 Fix leak for real
8167
8168 2005-12-28 [wwp]        1.9.100cvs111
8169
8170         * doc/faq/.cvsignore
8171         * doc/faq/de/.cvsignore
8172         * doc/faq/en/.cvsignore
8173         * doc/faq/es/.cvsignore
8174         * doc/faq/fr/.cvsignore
8175         * doc/faq/it/.cvsignore
8176         * doc/manual/.cvsignore
8177         * doc/manual/de/.cvsignore
8178         * doc/manual/en/.cvsignore
8179         * doc/manual/es/.cvsignore
8180         * doc/manual/fr/.cvsignore
8181         * doc/manual/ja/.cvsignore
8182         * src/plugins/mathml_viewer/.cvsignore
8183                 rollback revival of those files (my bad, sorry for the noise).
8184
8185 2005-12-28 [wwp]        1.9.100cvs110
8186
8187         * src/compose.c
8188                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8189
8190 2005-12-28 [wwp]        1.9.100cvs109
8191
8192         * doc/faq/.cvsignore
8193         * doc/faq/de/.cvsignore
8194         * doc/faq/en/.cvsignore
8195         * doc/faq/es/.cvsignore
8196         * doc/faq/fr/.cvsignore
8197         * doc/faq/it/.cvsignore
8198         * doc/manual/.cvsignore
8199         * doc/manual/de/.cvsignore
8200         * doc/manual/en/.cvsignore
8201         * doc/manual/es/.cvsignore
8202         * doc/manual/fr/.cvsignore
8203         * doc/manual/ja/.cvsignore
8204         * src/plugins/mathml_viewer/.cvsignore
8205         * po/.cvsignore
8206                 more files to ignore.
8207
8208 2005-12-24 [colin]      1.9.100cvs108
8209
8210         * AUTHORS
8211         * src/gtk/authors.h
8212                 Update for Werner
8213
8214 2005-12-24 [colin]      1.9.100cvs107
8215
8216         * src/procmsg.c
8217                 Allow NULL src_msginfo in 
8218                 procmsg_msginfo_new_from_mimeinfo
8219
8220 2005-12-23 [paul]       1.9.100cvs106
8221
8222         * src/plugins/pgpinline/mypgpcore.def
8223                 add this forgotten file
8224
8225 2005-12-23 [colin]      1.9.100cvs105
8226
8227         * src/mainwindow.c
8228                 Fix missing break
8229
8230 2005-12-23 [colin]      1.9.100cvs104
8231
8232         * autogen.sh
8233         * src/folder.c
8234         * src/mh.c
8235         * src/common/plugin.c
8236         * src/common/socket.c
8237         * src/common/socket.h
8238         * src/common/utils.c
8239         * src/common/utils.h
8240         * src/gtk/pluginwindow.c
8241         * src/plugins/pgpcore/plugin.def
8242         * src/plugins/pgpcore/sylpheed.def
8243         * src/plugins/pgpinline/Makefile.am
8244         * src/plugins/pgpinline/plugin.def
8245         * src/plugins/pgpinline/sylpheed.def
8246         * src/plugins/pgpmime/plugin.def
8247         * src/plugins/pgpmime/sylpheed.def
8248                 Various w32 fixes by Werner Koch
8249
8250 2005-12-22 [paul]       1.9.100cvs103
8251
8252         * src/wizard.c
8253                 don't offer IMAP as 'server type' if
8254                 libetpan isn't built in
8255
8256 2005-12-22 [paul]       1.9.100cvs102
8257
8258         * AUTHORS
8259         * src/mainwindow.c
8260         * src/mainwindow.h
8261         * src/toolbar.c
8262         * src/gtk/authors.h
8263                 support GTK_TOOLBAR_BOTH_HORIZ (text
8264                 next to icon) Patch by Marien Zwart
8265                 marienz@users.sf.net
8266                 Also reword the text
8267
8268 2005-12-21 [colin]      1.9.100cvs101
8269
8270         * configure.ac
8271                 Fix DATADIRNAME
8272         * COPYING
8273                 Fix missing section and explicit the exception better
8274         * src/compose.c
8275                 Prevent mail from being lost without notice when an
8276                 SMTP error happens on trying to send an unmodified
8277                 drafted mail.
8278         * src/send_message.c
8279         * src/common/smtp.c
8280                 Fix password remembering when wrong, and add return
8281                 value checks where they should have been
8282         * src/plugins/pgpcore/sylpheed.def
8283         * src/plugins/pgpinline/sylpheed.def
8284         * src/plugins/pgpmime/sylpheed.def
8285                 Add a few symbols needed
8286
8287 2005-12-21 [paul]       1.9.100cvs100
8288
8289         * m4/codeset.m4
8290         * m4/glibc21.m4
8291         * m4/intdiv0.m4
8292         * m4/inttypes-pri.m4
8293         * m4/inttypes.m4
8294         * m4/inttypes_h.m4
8295         * m4/isc-posix.m4
8296         * m4/lcmessage.m4
8297         * m4/stdint_h.m4
8298         * m4/uintmax_t.m4
8299                 gettextization
8300                 thanks to Colin
8301
8302 2005-12-21 [paul]       1.9.100cvs99
8303
8304         * po/sv.po
8305                 fixed by Colin
8306
8307 2005-12-20 [paul]       1.9.100cvs98
8308
8309         * po/sv.po
8310                 updated by Anders Trobäck
8311
8312 2005-12-20 [colin]      1.9.100cvs97
8313
8314         * ABOUT-NLS
8315         * Makefile.am
8316         * autogen.sh
8317         * configure.ac
8318         * config/config.rpath
8319         * config/mkinstalldirs
8320         * m4/Makefile.am
8321         * m4/glibc2.m4
8322         * m4/gnupg.m4
8323         * m4/gpgme.m4
8324         * m4/intmax.m4
8325         * m4/longdouble.m4
8326         * m4/longlong.m4
8327         * m4/printf-posix.m4
8328         * m4/signed.m4
8329         * m4/size_max.m4
8330         * m4/ulonglong.m4
8331         * m4/wchar_t.m4
8332         * m4/wint_t.m4
8333         * m4/xsize.m4
8334         * po/Makefile.in.in
8335         * po/Makevars
8336         * po/bg.po
8337         * po/ca.po
8338         * po/cs.po
8339         * po/de.po
8340         * po/el.po
8341         * po/en_GB.po
8342         * po/es.po
8343         * po/fi.po
8344         * po/fr.po
8345         * po/hr.po
8346         * po/hu.po
8347         * po/it.po
8348         * po/ja.po
8349         * po/ko.po
8350         * po/nb.po
8351         * po/nl.po
8352         * po/pl.po
8353         * po/pt_BR.po
8354         * po/ru.po
8355         * po/sk.po
8356         * po/sr.po
8357         * po/stamp-po
8358         * po/sv.po
8359         * po/zh_CN.po
8360         * po/zh_TW.po
8361         * src/Makefile.am
8362         * src/codeconv.c
8363         * src/compose.c
8364         * src/exporthtml.c
8365         * src/exportldif.c
8366         * src/folder.c
8367         * src/main.c
8368         * src/manual.c
8369         * src/mh.c
8370         * src/mimeview.c
8371         * src/send_message.c
8372         * src/common/Makefile.am
8373         * src/common/fnmatch.c
8374         * src/common/fnmatch.h
8375         * src/common/fnmatch_loop.c
8376         * src/common/nntp.c
8377         * src/common/plugin.c
8378         * src/common/smtp.c
8379         * src/common/socket.c
8380         * src/common/string_match.c
8381         * src/common/sylpheed.c
8382         * src/common/utils.c
8383         * src/common/utils.h
8384         * src/common/w32_dirent.c
8385         * src/common/w32_reg.c
8386         * src/common/w32_signal.c
8387         * src/common/w32_stat.c
8388         * src/common/w32_stdio.c
8389         * src/common/w32_stdlib.c
8390         * src/common/w32_string.c
8391         * src/common/w32_time.c
8392         * src/common/w32_unistd.c
8393         * src/common/w32_wait.c
8394         * src/common/w32lib.h
8395         * src/etpan/Makefile.am
8396         * src/gtk/Makefile.am
8397         * src/plugins/clamav/Makefile.am
8398         * src/plugins/demo/Makefile.am
8399         * src/plugins/dillo_viewer/Makefile.am
8400         * src/plugins/pgpcore/Makefile.am
8401         * src/plugins/pgpcore/passphrase.c
8402         * src/plugins/pgpcore/plugin.def
8403         * src/plugins/pgpcore/sgpgme.c
8404         * src/plugins/pgpcore/sylpheed.def
8405         * src/plugins/pgpcore/version.rc
8406         * src/plugins/pgpinline/Makefile.am
8407         * src/plugins/pgpinline/plugin.def
8408         * src/plugins/pgpinline/sylpheed.def
8409         * src/plugins/pgpinline/version.rc
8410         * src/plugins/pgpmime/Makefile.am
8411         * src/plugins/pgpmime/mypgpcore.def
8412         * src/plugins/pgpmime/plugin.def
8413         * src/plugins/pgpmime/sylpheed.def
8414         * src/plugins/pgpmime/version.rc
8415         * src/plugins/spamassassin/Makefile.am
8416                 Very little ;-) patch from Werner Koch, providing
8417                 infrastructure for cross-compiling to Win32
8418
8419 2005-12-20 [paul]       1.9.100cvs96
8420
8421         * src/account.c
8422         * src/account.h
8423         * src/mainwindow.c
8424         * src/mainwindow.h
8425         * src/toolbar.c
8426         * src/toolbar.h
8427                 add a combo to the Get All button, allowing
8428                 quick retrieval from any account
8429                 Patch by Fabien Vantard, slightly modified
8430                 by Colin
8431         * src/gtk/about.c
8432                 i18n fix. Patch by Fabien Vantard
8433
8434 2005-12-19 [colin]      1.9.100cvs95
8435
8436         * src/compose.c
8437         * src/compose.h
8438                 Don't automatically join lines when they've 
8439                 been separated by the user and not automatically
8440
8441 2005-12-19 [paul]       1.9.100cvs94
8442
8443         * src/gtk/pluginwindow.c
8444                 i18n fix.
8445                 Patch by Fabien Vantard
8446
8447 2005-12-15 [paul]       1.9.100cvs93
8448
8449         * src/common/plugin.c
8450         * src/common/plugin.h
8451         * src/gtk/pluginwindow.c
8452         * src/plugins/clamav/clamav_plugin.c
8453         * src/plugins/demo/demo.c
8454         * src/plugins/dillo_viewer/dillo_viewer.c
8455         * src/plugins/pgpcore/plugin.c
8456         * src/plugins/pgpinline/plugin.c
8457         * src/plugins/pgpmime/plugin.c
8458         * src/plugins/spamassassin/spamassassin.c
8459         * src/plugins/trayicon/trayicon.c
8460                 add plugin_version()
8461
8462 2005-12-15 [colin]      1.9.100cvs92
8463
8464         * src/compose.c
8465                 Further fix bug #875
8466
8467 2005-12-15 [paul]       1.9.100cvs91
8468
8469         * src/gtk/filesel.c
8470                 fix attach_load_dir getting set to
8471                 PLUGINDIR on plugin load
8472
8473 2005-12-14 [mones]      1.9.100cvs90
8474
8475         * manual/ack.xml
8476         * manual/keyboard.xml
8477                 Initial draft and some shortcuts added
8478                 
8479         * po/es.po
8480                 Updated translation
8481
8482 2005-12-14 [colin]      1.9.100cvs89
8483
8484         * src/compose.c
8485         * src/imap.c
8486         * src/summaryview.c
8487         * src/gtk/gtkaspell.c
8488                 More leaks fixed
8489         * src/prefs_folder_item.c
8490                 Fix recursive prefs apply
8491
8492
8493 2005-12-14 [colin]      1.9.100cvs88
8494
8495         * src/compose.c
8496                 Fix bug #875 (Freeze On Inline Forward of 
8497                 Large Message)
8498
8499 2005-12-13 [colin]      1.9.100cvs87
8500
8501         * src/compose.c
8502                 Uniq-ify and sort the mimetypes list
8503                 Patch by Fabien Vantard
8504
8505 2005-12-13 [colin]      1.9.100cvs86
8506
8507         * src/imap.c
8508         * src/etpan/imap-thread.c
8509                 Fix leaks (patch by Hoa)
8510         * src/news.c
8511         * src/common/plugin.c
8512                 Fix leaks
8513
8514 2005-12-12 [colin]
8515
8516         * 2.0.0-rc2 released
8517
8518 2005-12-12 [colin]      1.9.100cvs85
8519
8520         * src/matcher.c
8521                 Fix a leak
8522
8523 2005-12-12 [wwp]        1.9.100cvs84
8524
8525         * src/gtk/icon_legend.c
8526                 fix misbehaviour and crash when closing the legend window
8527         using the Esc key (patch by Fabien Vantard).
8528
8529 2005-12-12 [paul]       1.9.100cvs83
8530
8531         * src/browseldap.c
8532         * src/foldersel.c
8533         * src/prefs_actions.c
8534         * src/prefs_filtering.c
8535         * src/prefs_matcher.c
8536         * src/prefs_spelling.glade      ** REMOVED **
8537         * src/prefs_template.c
8538         * src/gtk/foldersort.glade      ** REMOVED **
8539         * src/gtk/pluginwindow.c
8540         * src/gtk/pluginwindow.glade    ** REMOVED **
8541         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8542                 cleanups
8543
8544 2005-12-11 [paul]       1.9.100cvs82
8545
8546         * src/gtk/filesel.c
8547                 fix attach_load_dir crasher (double free)
8548
8549 2005-12-09 [paul]       1.9.100cvs81
8550
8551         * po/POTFILES.in
8552         * src/mainwindow.c
8553         * src/gtk/Makefile.am
8554         * src/gtk/icon_legend.c
8555         * src/gtk/icon_legend.h
8556                 add icon legend
8557         * src/manual.c
8558                 cleanup
8559
8560 2005-12-09 [paul]       1.9.100cvs80
8561
8562         * src/plugins/pgpcore/passphrase.c
8563                 wrap the label in the dialog
8564
8565 2005-12-09 [colin]      1.9.100cvs79
8566
8567         * src/plugins/pgpcore/sgpgme.c
8568                 Display (untrusted) on not trusted signatures
8569                 Patch by Michal Èihaø <michal@cihar.com>
8570                 Closes bug #867 (Report also key trust)
8571
8572 2005-12-09 [colin]      1.9.100cvs78
8573
8574         * src/common/plugin.c
8575                 Update licence check, following Eben Moglen's advice
8576
8577 2005-12-08 [colin]      1.9.100cvs77
8578
8579         * src/folder.c
8580                 Fix the occasionnal item->cache != NULL 
8581                 assertion failure. 
8582
8583 2005-12-08 [colin]      1.9.100cvs76
8584
8585         * src/mimeview.c
8586         * src/plugins/pgpcore/sgpgme.c
8587                 Print key id when unable to check it
8588                 Closes bug #866 (Show key id when missing)
8589
8590 2005-12-08 [paul]       1.9.100cvs75
8591
8592         * src/prefs_common.c
8593         * src/prefs_common.h
8594         * src/gtk/filesel.c
8595                 remember load attachment dir
8596
8597 2005-12-07 [colin]      1.9.100cvs74
8598
8599         * src/prefs_toolbar.c
8600                 Gtk fixes, patch by Fabien Vantard
8601
8602 2005-12-07 [colin]      1.9.100cvs73
8603
8604         * src/action.c
8605         * src/compose.c
8606         * src/compose.h
8607                 Fix bug #839 (Quoted text isn't colored after 
8608                 executing an action)
8609         * src/common/plugin.c
8610                 Require plugins to declare their licence in plugin_licence()
8611                 Refuse to load non-GPL plugins as they'd be illegal (as 
8612                 derived works of Sylpheed-Claws, they must be GPL).
8613         * src/plugins/clamav/clamav_plugin.c
8614         * src/plugins/demo/demo.c
8615         * src/plugins/dillo_viewer/dillo_viewer.c
8616         * src/plugins/pgpcore/plugin.c
8617         * src/plugins/pgpinline/plugin.c
8618         * src/plugins/pgpmime/plugin.c
8619         * src/plugins/spamassassin/spamassassin.c
8620         * src/plugins/trayicon/trayicon.c
8621                 Add plugin_licence()
8622
8623 2005-12-07 [paul]       1.9.100cvs72
8624
8625         * configure.ac
8626         * src/mainwindow.c
8627         * src/manual.c
8628         * src/manual.h
8629         * src/common/defs.h
8630                 clean up after local FAQ removal and
8631                 temporary manual removal
8632
8633 2005-12-06 [colin]      1.9.100cvs71
8634
8635         * configure.ac
8636         * doc/Makefile.am
8637         * doc/faq/.cvsignore
8638         * doc/faq/Makefile.am
8639         * doc/faq/de/.cvsignore
8640         * doc/faq/de/Makefile.am
8641         * doc/faq/de/sylpheed-faq-1.html
8642         * doc/faq/de/sylpheed-faq-2.html
8643         * doc/faq/de/sylpheed-faq-3.html
8644         * doc/faq/de/sylpheed-faq.html
8645         * doc/faq/en/.cvsignore
8646         * doc/faq/en/Makefile.am
8647         * doc/faq/en/sylpheed-faq-1.html
8648         * doc/faq/en/sylpheed-faq-2.html
8649         * doc/faq/en/sylpheed-faq-3.html
8650         * doc/faq/en/sylpheed-faq-4.html
8651         * doc/faq/en/sylpheed-faq.html
8652         * doc/faq/es/.cvsignore
8653         * doc/faq/es/Makefile.am
8654         * doc/faq/es/sylpheed-faq-1.html
8655         * doc/faq/es/sylpheed-faq-2.html
8656         * doc/faq/es/sylpheed-faq-3.html
8657         * doc/faq/es/sylpheed-faq-4.html
8658         * doc/faq/es/sylpheed-faq.html
8659         * doc/faq/fr/.cvsignore
8660         * doc/faq/fr/Makefile.am
8661         * doc/faq/fr/sylpheed-faq-1.html
8662         * doc/faq/fr/sylpheed-faq-2.html
8663         * doc/faq/fr/sylpheed-faq-3.html
8664         * doc/faq/fr/sylpheed-faq.html
8665         * doc/faq/it/.cvsignore
8666         * doc/faq/it/Makefile.am
8667         * doc/faq/it/sylpheed-faq-1.html
8668         * doc/faq/it/sylpheed-faq-2.html
8669         * doc/faq/it/sylpheed-faq-3.html
8670         * doc/faq/it/sylpheed-faq.html
8671         * doc/manual/.cvsignore
8672         * doc/manual/Makefile.am
8673         * doc/manual/de/.cvsignore
8674         * doc/manual/de/Makefile.am
8675         * doc/manual/de/sylpheed-1.html
8676         * doc/manual/de/sylpheed-10.html
8677         * doc/manual/de/sylpheed-11.html
8678         * doc/manual/de/sylpheed-12.html
8679         * doc/manual/de/sylpheed-13.html
8680         * doc/manual/de/sylpheed-14.html
8681         * doc/manual/de/sylpheed-15.html
8682         * doc/manual/de/sylpheed-16.html
8683         * doc/manual/de/sylpheed-17.html
8684         * doc/manual/de/sylpheed-18.html
8685         * doc/manual/de/sylpheed-19.html
8686         * doc/manual/de/sylpheed-2.html
8687         * doc/manual/de/sylpheed-20.html
8688         * doc/manual/de/sylpheed-3.html
8689         * doc/manual/de/sylpheed-4.html
8690         * doc/manual/de/sylpheed-5.html
8691         * doc/manual/de/sylpheed-6.html
8692         * doc/manual/de/sylpheed-7.html
8693         * doc/manual/de/sylpheed-8.html
8694         * doc/manual/de/sylpheed-9.html
8695         * doc/manual/de/sylpheed.html
8696         * doc/manual/en/.cvsignore
8697         * doc/manual/en/Makefile.am
8698         * doc/manual/en/sylpheed-1.html
8699         * doc/manual/en/sylpheed-10.html
8700         * doc/manual/en/sylpheed-11.html
8701         * doc/manual/en/sylpheed-12.html
8702         * doc/manual/en/sylpheed-13.html
8703         * doc/manual/en/sylpheed-14.html
8704         * doc/manual/en/sylpheed-15.html
8705         * doc/manual/en/sylpheed-16.html
8706         * doc/manual/en/sylpheed-17.html
8707         * doc/manual/en/sylpheed-18.html
8708         * doc/manual/en/sylpheed-19.html
8709         * doc/manual/en/sylpheed-2.html
8710         * doc/manual/en/sylpheed-20.html
8711         * doc/manual/en/sylpheed-21.html
8712         * doc/manual/en/sylpheed-22.html
8713         * doc/manual/en/sylpheed-3.html
8714         * doc/manual/en/sylpheed-4.html
8715         * doc/manual/en/sylpheed-5.html
8716         * doc/manual/en/sylpheed-6.html
8717         * doc/manual/en/sylpheed-7.html
8718         * doc/manual/en/sylpheed-8.html
8719         * doc/manual/en/sylpheed-9.html
8720         * doc/manual/en/sylpheed.html
8721         * doc/manual/es/.cvsignore
8722         * doc/manual/es/Makefile.am
8723         * doc/manual/es/sylpheed-1.html
8724         * doc/manual/es/sylpheed-10.html
8725         * doc/manual/es/sylpheed-11.html
8726         * doc/manual/es/sylpheed-12.html
8727         * doc/manual/es/sylpheed-13.html
8728         * doc/manual/es/sylpheed-14.html
8729         * doc/manual/es/sylpheed-15.html
8730         * doc/manual/es/sylpheed-16.html
8731         * doc/manual/es/sylpheed-17.html
8732         * doc/manual/es/sylpheed-18.html
8733         * doc/manual/es/sylpheed-19.html
8734         * doc/manual/es/sylpheed-2.html
8735         * doc/manual/es/sylpheed-20.html
8736         * doc/manual/es/sylpheed-3.html
8737         * doc/manual/es/sylpheed-4.html
8738         * doc/manual/es/sylpheed-5.html
8739         * doc/manual/es/sylpheed-6.html
8740         * doc/manual/es/sylpheed-7.html
8741         * doc/manual/es/sylpheed-8.html
8742         * doc/manual/es/sylpheed-9.html
8743         * doc/manual/es/sylpheed.html
8744         * doc/manual/fr/.cvsignore
8745         * doc/manual/fr/Makefile.am
8746         * doc/manual/fr/sylpheed-1.html
8747         * doc/manual/fr/sylpheed-10.html
8748         * doc/manual/fr/sylpheed-11.html
8749         * doc/manual/fr/sylpheed-12.html
8750         * doc/manual/fr/sylpheed-13.html
8751         * doc/manual/fr/sylpheed-14.html
8752         * doc/manual/fr/sylpheed-15.html
8753         * doc/manual/fr/sylpheed-16.html
8754         * doc/manual/fr/sylpheed-17.html
8755         * doc/manual/fr/sylpheed-18.html
8756         * doc/manual/fr/sylpheed-19.html
8757         * doc/manual/fr/sylpheed-2.html
8758         * doc/manual/fr/sylpheed-20.html
8759         * doc/manual/fr/sylpheed-3.html
8760         * doc/manual/fr/sylpheed-4.html
8761         * doc/manual/fr/sylpheed-5.html
8762         * doc/manual/fr/sylpheed-6.html
8763         * doc/manual/fr/sylpheed-7.html
8764         * doc/manual/fr/sylpheed-8.html
8765         * doc/manual/fr/sylpheed-9.html
8766         * doc/manual/fr/sylpheed.html
8767         * doc/manual/ja/.cvsignore
8768         * doc/manual/ja/Makefile.am
8769         * doc/manual/ja/sylpheed-1.html
8770         * doc/manual/ja/sylpheed-10.html
8771         * doc/manual/ja/sylpheed-11.html
8772         * doc/manual/ja/sylpheed-12.html
8773         * doc/manual/ja/sylpheed-13.html
8774         * doc/manual/ja/sylpheed-14.html
8775         * doc/manual/ja/sylpheed-15.html
8776         * doc/manual/ja/sylpheed-16.html
8777         * doc/manual/ja/sylpheed-17.html
8778         * doc/manual/ja/sylpheed-18.html
8779         * doc/manual/ja/sylpheed-19.html
8780         * doc/manual/ja/sylpheed-2.html
8781         * doc/manual/ja/sylpheed-20.html
8782         * doc/manual/ja/sylpheed-3.html
8783         * doc/manual/ja/sylpheed-4.html
8784         * doc/manual/ja/sylpheed-5.html
8785         * doc/manual/ja/sylpheed-6.html
8786         * doc/manual/ja/sylpheed-7.html
8787         * doc/manual/ja/sylpheed-8.html
8788         * doc/manual/ja/sylpheed-9.html
8789         * doc/manual/ja/sylpheed.html
8790         * doc/manual/ja/sylpheed.sgml
8791         * src/mainwindow.c
8792                 Remove outdated manual and faq. Noisy, eh?
8793
8794 2005-12-06 [colin]      1.9.100cvs70
8795
8796         * src/compose.c
8797         * src/quote_fmt_parse.y
8798         * src/undo.c
8799         * src/undo.h
8800                 Allow %X to position cursor at 0 
8801                 (no %X = before signature)
8802                 Fix paste as quotation putting the cursor at 0
8803                 Fix undo offsets when pasting
8804                 Insert the quote_fmt at once instead of line 
8805                 by line
8806                 Fix [Edited] when starting to reply/forward
8807
8808 2005-12-06 [paul]       1.9.100cvs69
8809
8810         * src/plugins/clamav/clamav_plugin_gtk.c
8811                 add another tooltip
8812         * src/plugins/spamassassin/spamassassin_gtk.c
8813                 rework spamassassin_create_widget_func()
8814
8815 2005-12-05 [colin]      1.9.100cvs68
8816
8817         * po/POTFILES.in
8818                 Fix make release ;-)
8819
8820 2005-12-05 [colin]      1.9.100cvs67
8821
8822         * src/compose.c
8823         * src/compose.h
8824                 Fix cursor positioning (not obeying %X)
8825
8826 2005-12-05 [paul]       1.9.100cvs66
8827
8828         * src/plugins/dillo_viewer/dillo_prefs.c
8829                 fix compilation warning
8830
8831 2005-12-05 [paul]       1.9.100cvs65
8832
8833         * src/prefs_spelling.c
8834         * src/plugins/trayicon/trayicon.c
8835                 cleanups - remove unused stuff
8836
8837 2005-12-05 [paul]       1.9.100cvs64
8838
8839         * README
8840         * manual/plugins.xml
8841                 remove info about removed mathml_viewer plugin
8842
8843 2005-12-05 [paul]       1.9.100cvs63
8844
8845         * configure.ac
8846         * src/plugins/Makefile.am
8847         * src/plugins/mathml_viewer/.cvsignore
8848         * src/plugins/mathml_viewer/Makefile.am
8849         * src/plugins/mathml_viewer/mathml_viewer.c
8850                 remove unmaintained mathml_viewer plugin
8851
8852 2005-12-05 [paul]       1.9.100cvs62
8853
8854         * src/summaryview.c
8855                 obey prefs_common.always_show_msg when
8856                 moving a msg
8857                 Thanks to Colin
8858
8859 2005-12-05 [paul]       1.9.100cvs61
8860
8861         * src/compose.c
8862         * src/prefs_account.c
8863         * src/prefs_filtering.c
8864         * src/prefs_quote.c
8865         * src/prefs_spelling.c
8866         * src/prefs_toolbar.c
8867         * src/summaryview.c
8868         * src/gtk/gtkutils.c
8869         * src/gtk/quicksearch.c
8870         * src/plugins/dillo_viewer/dillo_prefs.c
8871                 dialog cleanups
8872
8873 2005-12-04 [paul]       1.9.100cvs60
8874
8875         * src/inc.c
8876         * src/prefs_account.c
8877         * src/prefs_account.h
8878                 allow a Local account to specify a
8879                 default inbox
8880                 (closes bug 843 'Inbox cannot be changed for local
8881                  mailboxes')
8882
8883 2005-12-04 [colin]      1.9.100cvs59
8884
8885         * src/plugins/trayicon/trayicon.c
8886                 Remove Get, rename Get All to Get Mail in order to
8887                 be consistent with the default main toolbar
8888
8889 2005-12-03 [colin]      1.9.100cvs58
8890
8891         * manual/gpl.xml
8892         * manual/sylpheed-claws-manual.xml
8893                 Add GPL appendix
8894
8895 2005-12-03 [paul]       1.9.100cvs57
8896
8897         * AUTHORS
8898         * po/sv.po
8899         * src/gtk/authors.h
8900                 new (partially complete) Swedish translation
8901                 by Anders Troback <sylpheed@troback.com>
8902
8903 2005-12-02 [paul]       1.9.100cvs56
8904
8905         * configure.ac
8906                 libetpan 0.41 required
8907
8908 2005-12-02 [paul]       1.9.100cvs55
8909
8910         * src/plugins/clamav/clamav_plugin.c
8911         * src/plugins/clamav/clamav_plugin.h
8912         * src/plugins/clamav/clamav_plugin_gtk.c
8913         * src/plugins/spamassassin/spamassassin.c
8914         * src/plugins/spamassassin/spamassassin.h
8915         * src/plugins/spamassassin/spamassassin_gtk.c
8916                 unregister prefs pages on unloading, thus
8917                 preventing a crash
8918                 (thanks to Colin for the hint)
8919
8920 2005-12-02 [wwp]        1.9.100cvs54
8921
8922         * src/quote_fmt.h
8923         * src/quote_fmt_parse.y
8924                 fix misuse of gboolean*, use gboolean instead
8925                 (thanks to Paul, Colin, for pointing out that scaring one)
8926
8927 2005-12-02 [paul]       1.9.100cvs53
8928
8929         * src/plugins/clamav/clamav_plugin.c
8930                 int no --> unsigned int no
8931         * src/plugins/clamav/clamav_plugin_gtk.c
8932                 rework config page
8933
8934 2005-12-02 [wwp]        1.9.100cvs52
8935
8936         * src/compose.c
8937         * src/prefs_template.c
8938         * src/quote_fmt.h
8939         * src/quote_fmt_parse.y
8940                 prevent from executing |f and |p templates commands when
8941                 adding or replacing templates in prefs (avoids annoying and
8942                 potentially dangerous behaviours)
8943
8944 2005-12-02 [paul]       1.9.100cvs51
8945
8946         * src/prefs_common.c
8947                 allow translation of some default values
8948                 Patch by Fabien Vantard
8949
8950 2005-12-02 [paul]       1.9.100cvs50
8951
8952         * src/codeconv.c
8953         * src/codeconv.h
8954         * src/prefs_common.c
8955         * src/prefs_common.h
8956         * src/prefs_message.c
8957         * src/textview.c
8958                 remove obsolete 'convert_mb_alnum' option
8959                 and related stuff
8960         * src/gtk/about.c
8961                 remove unused 'about_textview_visibility_notify'
8962
8963 2005-12-02 [paul]       1.9.100cvs49
8964
8965         * src/prefs_account.c
8966         * src/prefs_compose_writing.c
8967         * src/prefs_fonts.c
8968         * src/prefs_gtk.h
8969         * src/prefs_image_viewer.c
8970         * src/prefs_message.c
8971         * src/prefs_other.c
8972         * src/prefs_receive.c
8973         * src/prefs_send.c
8974         * src/prefs_spelling.c
8975         * src/prefs_summaries.c
8976         * src/prefs_wrapping.c
8977         * src/plugins/dillo_viewer/dillo_prefs.c
8978         * src/plugins/pgpcore/prefs_gpg.c
8979                 several cleanups to the prefs dialogs
8980                 (slightly modified) patch by Fabien Vantard
8981
8982 2005-12-02 [paul]       1.9.100cvs48
8983
8984         * src/main.c
8985                 --exit means exit
8986         * src/send_message.c
8987                 fix crash on send when connection fails
8988
8989         Thanks to Colin
8990
8991 2005-12-01 [colin]      1.9.100cvs47
8992
8993         * src/html.c
8994                 Translate &hellip; to "..."
8995
8996 2005-11-30 [colin]      1.9.100cvs46
8997
8998         * src/matcher.c
8999         * src/matcher.h
9000                 Optimize back yesterday's fix.
9001
9002 2005-11-30 [paul]       1.9.100cvs45
9003
9004         * manual/faq.xml
9005                 standardised
9006         * manual/intro.xml
9007                 written by Colin, edited by me
9008
9009 2005-11-29 [colin]      1.9.100cvs44
9010
9011         * src/matcher.c
9012                 Skip headers unconditionnaly in match_body if the
9013                 rule is not message or ~message
9014
9015 2005-11-29 [colin]      1.9.100cvs43
9016
9017         * src/matcher.c
9018                 Fix body_part and such, not skipping headers 
9019                 if the matchcriteria wasn't the first in the rule
9020
9021 2005-11-29 [colin]      1.9.100cvs42
9022
9023         * src/compose.c
9024                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
9025                 option missing from message view window)
9026                 Fix double text D'n'D with gtk-2.8
9027         * src/matcher.c
9028                 Fix ~message, ~headers_part, ~body_part rules
9029         * src/messageview.c
9030                 Add Windows-1252 (Closes bug #863)
9031                 Fix accels
9032         * src/gtk/gtkaspell.c
9033                 Properly destroy accels in all menus
9034
9035 2005-11-29 [mones]      1.9.100cvs41
9036
9037         * po/es.po
9038                 Updated.
9039
9040 2005-11-27 [colin]      1.9.100cvs40
9041
9042         * src/mh_gtk.c
9043                 "/Remove mailbox" -> "/Remove mailbox..."
9044
9045 2005-11-27 [paul]       1.9.100cvs39
9046
9047         * AUTHORS
9048         * po/de.po
9049         * src/gtk/authors.h
9050                 updated by new maintainer, Stephan Sachse
9051
9052 2005-11-27 [paul]       1.9.100cvs38
9053
9054         * manual/faq.xml
9055                 written by Colin, edited by me
9056
9057 2005-11-27 [paul]       1.9.100cvs37
9058
9059         * src/prefs_common.c
9060         * src/prefs_common.h
9061         * src/prefs_receive.c
9062         * src/prefs_summaries.c
9063                 move 'go to inbox after receiving new mail'
9064                 option from display/sumamaries to mail
9065                 handling/receive, and rework prefs_summaries
9066                 dialog a little
9067
9068 2005-11-25 [martin]     1.9.100cvs36
9069
9070         * po/de.po
9071             fixed windows-1252 translation;
9072             translated some new and fuzzy strings
9073
9074 2005-11-25 [paul]       1.9.100cvs35
9075
9076         * src/plugins/clamav/clamav_plugin.c
9077                 complete the update done in cvs34
9078
9079 2005-11-25 [paul]       1.9.100cvs34
9080
9081         * src/plugins/clamav/clamav_plugin.c
9082                 reflect upstream changes
9083
9084 2005-11-25 [paul]       1.9.100cvs33
9085
9086         * manual/ack.xml
9087         * manual/plugins.xml
9088         * manual/sylpheed-claws-manual.xml
9089                 written/updated by Colin, edited by me
9090         * tools/acroread2sylpheed.pl
9091                 update binary name
9092
9093 2005-11-24 [colin]      1.9.100cvs32
9094
9095         * src/compose.c
9096                 Fix bug #856 (reediting messages forgets Request
9097                 Return Receipt)
9098
9099 2005-11-24 [paul]       1.9.100cvs31
9100
9101         * manual/addrbook.xml
9102         * manual/starting.xml
9103                 written by Colin, proofread, edited, adapted by me
9104         * manual/advanced.xml
9105                 add some Actions examples
9106         * src/importldif.c
9107                 use a Save button instead of a Close button
9108         * src/wizard.c
9109                 indicate mandatory fields
9110                 fix page display
9111                 Thanks to Colin
9112
9113 2005-11-23 [colin]      1.9.100cvs30
9114
9115         * src/addressbook.c
9116                 Rename menu item, fix possible crash after
9117                 deletion of books
9118         * src/addrindex.c
9119                 Allow searching for '*' in ldap
9120         * src/browseldap.c
9121                 Fix "Browse Entry" (did anyone use it?)
9122         * src/wizard.c
9123                 Add guards for mandatory information
9124
9125 2005-11-23 [paul]       1.9.100cvs29
9126
9127         * manual/advanced.xml
9128                 corrections to the English
9129
9130 2005-11-23 [colin]      1.9.100cvs28
9131
9132         * src/mimeview.c
9133                 Fix possible crash at exit. After the call to
9134                 gtk_container_remove(), the Viewer's widget has no
9135                 more parent so gtk+ automatically frees it and its
9136                 sons. If destroy_viewer() then try to access it,
9137                 problems ensue.
9138
9139 2005-11-22 [colin]      1.9.100cvs27
9140
9141         * src/compose.c
9142         * src/gtk/gtkaspell.c
9143                 Fix right-clicking on a misspelled word
9144                 Fix More... in suggestions menu
9145
9146 2005-11-22 [wwp]        1.9.100cvs26
9147
9148         * src/prefs_template.c
9149                 templates works: re-sort templates list when adding or replacing,
9150                 prevent from adding or replacing when the template name is empty
9151
9152 2005-11-21 [colin]      1.9.100cvs25
9153
9154         * src/addressbook.c
9155                 Fix some addressbook suckage (dnd, select all)
9156         * src/compose.c
9157         * src/gtk/gtkaspell.c
9158         * src/gtk/gtkaspell.h
9159                 Make the spellchecker menu work with the 
9160                 GtkTextView one instead of overriding it
9161
9162 2005-11-20 [paul]       1.9.100cvs24
9163
9164         * manual/handling.xml
9165                 proofread and corrected
9166
9167 2005-11-20 [paul]       1.9.100cvs23
9168
9169         * manual/Makefile
9170                 generate html as one file
9171         * manual/advanced.xml
9172                 fix output generation
9173                 reformat hidden options list
9174         * manual/manual.xml     ** REMOVED **
9175         * manual/sylpheed-claws-manual.xml      ** ADDED **
9176                 renamed
9177
9178 2005-11-18 [colin]      1.9.100cvs22
9179
9180         * src/prefs_account.c
9181                 Fix layout in news and mbox accounts
9182         * manual/account.xml
9183         * manual/advanced.xml
9184                 New contents for Paul to check :)
9185
9186 2005-11-18 [wwp]        1.9.100cvs21
9187
9188         * src/gtk/quicksearch.c
9189                 don't update extended quicksearch buttons twice
9190
9191 2005-11-18 [paul]       1.9.100cvs20
9192
9193         * src/textview.c
9194                 complete 1.9.100cvs19
9195
9196 2005-11-18 [paul]       1.9.100cvs19
9197
9198         * src/compose.c
9199                 cosmetic improvements
9200         * src/textview.c
9201                 also list text/* attachments
9202
9203 2005-11-18 [colin]      1.9.100cvs18
9204
9205         * src/summaryview.c
9206                 Use column 0 instead of -1 in 
9207                 gtk_ctree_node_moveto, in a naive
9208                 hope it'll fix the gtk-related crashes
9209
9210 2005-11-18 [colin]      1.9.100cvs17
9211
9212         * src/gtk/inputdialog.c
9213                 Fix icon staying the first one
9214
9215 2005-11-17 [wwp]        1.9.100cvs16
9216                 fix possible problem showing some quicksearch buttons, and a bad
9217                 call to g_return_if_fail in a function that returns a value (both
9218                 fixes by Fabien Vantard)
9219
9220 2005-11-15 [wwp]        1.9.100cvs15
9221
9222         * src/gtk/quicksearch.c
9223                 added a tooltip to that obscure ... quicksearch button
9224
9225 2005-11-15 [wwp]        1.9.100cvs14
9226
9227         * src/gtk/quicksearch.c
9228                 add a quicksearch helper to filtering expression users: the ... button
9229                 raises the condition expr window. condition expressions set up w/ this
9230                 window are used by the quicksearch if the user closes it pressing OK.
9231
9232 2005-11-14 [paul]       1.9.100cvs13
9233
9234         * src/plugins/clamav/clamav_plugin.c
9235         * src/plugins/spamassassin/spamassassin.c
9236                 change plugin type following recent merging
9237
9238 2005-11-14 [wwp]        1.9.100cvs12
9239
9240         * src/folder.c
9241                 prevent from crashing when copying/moving message(s) from and
9242                 to the same folder
9243
9244 2005-11-14 [paul]       1.9.100cvs11
9245
9246         * src/plugins/clamav/Makefile.am
9247         * src/plugins/clamav/clamav_plugin.c
9248         * src/plugins/clamav/clamav_plugin.h
9249         * src/plugins/clamav/clamav_plugin_gtk.c
9250                 also merge clamav and clamav_gtk plugins
9251
9252 2005-11-13 [colin]      1.9.100cvs10
9253
9254         * configure.ac
9255         * src/plugins/spamassassin/Makefile.am
9256         * src/plugins/spamassassin/spamassassin.c
9257         * src/plugins/spamassassin/spamassassin.h
9258         * src/plugins/spamassassin/spamassassin_gtk.c
9259                 Merge spamassassin and spamassassin_gtk plugins,
9260                 and build it by default.
9261
9262 2005-11-12 [colin]      1.9.100cvs9
9263
9264         * src/etpan/imap-thread.c
9265                 Fix gcc warning
9266
9267 2005-11-12 [colin]      1.9.100cvs8
9268
9269         * src/procmime.c
9270                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9271
9272 2005-11-10 [colin]      1.9.100cvs7
9273
9274         * src/main.c
9275                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9276                 minimised state)
9277
9278 2005-11-10 [wwp]        1.9.100cvs6
9279
9280         * src/gtk/description_window.c
9281                 fix a crash when closing description windows using the WM's [X] button
9282
9283 2005-11-09 [colin]      1.9.100cvs5
9284
9285         * src/common/ssl.c
9286                 Update libetpan call to follow upstream
9287                 (yes, this requires libetpan-0.40cvs3)
9288
9289 2005-11-08 [colin]      1.9.100cvs4
9290
9291         * src/compose.c
9292         * src/textview.c
9293         * src/common/utils.c
9294         * src/common/utils.h
9295                 Enhance the email parser
9296
9297 2005-11-08 [colin]      1.9.100cvs3
9298
9299         * src/procmime.c
9300                 Fix what looks like an off-by-one (fixes 
9301                 attachments from the Bat)
9302
9303 2005-11-08 [wwp]        1.9.100cvs2
9304
9305         * src/main.c
9306                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9307
9308 2005-11-08 [wwp]        1.9.100cvs1
9309
9310         * src/main.c
9311                 allow exiting Sylpheed-Claws from command-line
9312
9313 2005-11-08 [paul]       1.9.100
9314
9315         1.9.100 released
9316
9317 2005-11-07 [colin]      1.9.99cvs17
9318
9319         * src/addritem.c
9320         * src/ldif.c
9321                 Fix import of base-64 encoded items
9322
9323 2005-11-07 [colin]      1.9.99cvs16
9324
9325         * src/send_message.c
9326                 Fix bug #314 (Queue does not empty under certain 
9327                 circumstances)
9328
9329 2005-11-07 [paul]       1.9.99cvs15
9330
9331         * src/mutt.c
9332         * src/pine.c
9333                 fix buffer overflows
9334                 Thanks to Colin
9335
9336 2005-11-07 [paul]       1.9.99cvs14
9337
9338         * doc/man/Makefile.am
9339         * doc/man/sylpheed-claws.1      ** ADDED **
9340         * doc/man/sylpheed.1            ** DELETED **
9341                 rename and update the man file
9342
9343 2005-11-06 [colin]      1.9.99cvs13
9344
9345         * src/ldif.c
9346                 Fix ldif_get_line() that returned empty strings
9347                 (Didn't understand why). Also fix a possible
9348                 buffer overflow.
9349
9350 2005-11-06 [wwp]        1.9.99cvs12
9351
9352         * src/textview.c
9353         * src/gtk/about.c
9354         * src/gtk/gtkutils.c
9355         * src/gtk/gtkutils.h
9356                 fix a compilation warning,
9357                 make links sensitive in the about dialog
9358
9359 2005-11-04 [wwp]        1.9.99cvs11
9360
9361         * src/gtk/about.c
9362                 don't wrap or translate URIs, and a bit text format cleanup
9363
9364 2005-11-04 [wwp]        1.9.99cvs10
9365
9366         * src/gtk/about.c
9367                 better textview tagging implementation (no more use of marks for
9368                 postponed tagging)
9369
9370 2005-11-02 [colin]      1.9.99cvs9
9371
9372         * src/common/ssl.c
9373                 Forgot an ifdef
9374
9375 2005-11-02 [colin]      1.9.99cvs8
9376
9377         * configure.ac
9378                 Require libetpan-0.40 due to upstream fix
9379         * src/common/ssl.c
9380                 Tell libetpan not to call SSL_Library_Init,
9381                 as we do it ourselves.
9382
9383 2005-11-02 [colin]      1.9.99cvs7
9384
9385         * po/POTFILES.in
9386                 Add missing files (thanks to Fabien Vantard)
9387
9388 2005-11-02 [colin]      1.9.99cvs6
9389
9390         * src/summaryview.c
9391                 Fix totals when read messages are hidden or quicksearch
9392                 is on
9393         * src/ssl_manager.c
9394         * src/ssl_manager.h
9395         * src/common/ssl_certificate.c
9396         * src/common/ssl_certificate.h
9397         * src/gtk/sslcertwindow.c
9398         * src/gtk/sslcertwindow.h
9399                 Fix copyright on my stuff
9400
9401 2005-11-02 [wwp]        1.9.99cvs5
9402
9403         * src/prefs_themes.c
9404                 fix directory name checking (theme installation/removal),
9405                 made related error a bit more verbose
9406
9407 2005-11-02 [colin]      1.9.99cvs4
9408
9409         * src/summaryview.c
9410                 Fix typo (probably fixes bug #841 (Sort by the From 
9411                 field doesn't work)
9412
9413 2005-11-02 [paul]       1.9.99cvs3
9414
9415         * po/ko.po
9416         * po/nb.po
9417                 updated by SungHyun Nam, Geir Helland
9418         * src/wizard.c
9419                 fix typo in welcome message. spotted by
9420                 Andrea Spadaccini
9421
9422 2005-11-01 [colin]      1.9.99cvs2
9423
9424         * src/compose.c
9425                 Fix replying to ml wen confirming subscription
9426         * src/messageview.c
9427         * src/mimeview.c
9428         * src/mimeview.h
9429         * src/privacy.h
9430         * src/summaryview.c
9431                 Make key check non blocking
9432
9433 2005-10-31 [paul]       1.9.99cvs1
9434
9435         * tools/claws.i18n.status.pl
9436                 updated for ChangeLog
9437
9438 2005-10-31 [paul]       1.9.99
9439
9440         1.9.99 released
9441
9442 2005-10-31 [paul]       1.9.15cvs131
9443
9444         * .cvsignore
9445         * ChangeLog
9446         * ChangeLog.claws       ** REMOVED **
9447         * ChangeLog-gtk2.claws  ** REMOVED **
9448         * ChangeLog.gtk1        ** ADDED **
9449         * INSTALL
9450         * Makefile.am
9451         * NEWS
9452         * README
9453         * README.claws          ** REMOVED **
9454         * README.jp             ** REMOVED **
9455         * RELEASE_NOTES         ** ADDED **
9456         * RELEASE_NOTES.claws   ** REMOVED **
9457         * commitHelper
9458         * configure.ac
9459         * sylpheed.spec.in      ** REMOVED **
9460                 tidy up and update the default docs:
9461                 ChangeLog.claws is renamed ChangeLog.gtk1
9462                 ChangeLog-gtk2.claws is renamed ChangeLog
9463                 README.claws is renamed README
9464                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9465
9466 2005-10-31 [paul]       1.9.15cvs130
9467
9468         * po/it.po
9469                 fix errors
9470
9471 2005-10-31 [paul]       1.9.15cvs129
9472
9473         * po/ca.po
9474         * po/de.po
9475         * po/en_GB.po
9476         * po/fr.po
9477         * po/it.po
9478         * po/pt_BR.po
9479         * po/sk.po
9480         * po/sr.po
9481         * po/zh_CN.po
9482                 updated by Miquel Oliete, Stephan Sachse and
9483                 Thomas Gilgin, me, Fabien Vantard, Andrea
9484                 Spadaccini, Frederico Goncalves Guimaraes,
9485                 Andrej Kacian, Aleksandar Urosevic, and
9486                 Ralgh Young.
9487
9488 2005-10-31 [mones]      1.9.15cvs128
9489
9490         * manual/faq.xml
9491                 More questions.
9492         
9493         * po/es.po
9494                 Updated for release.
9495
9496 2005-10-30 [colin]      1.9.15cvs127
9497
9498         * src/compose.c
9499                 Place cursor before rewrapping (fixes cursor
9500                 pos if quotation gets rewrapped)
9501
9502 2005-10-29 [paul]       1.9.15cvs126
9503
9504         * src/crash.c
9505         * src/foldersel.c
9506         * src/main.c
9507         * src/messageview.c
9508         * src/toolbar.c
9509         * src/gtk/authors.h
9510                 corrections to text items
9511
9512 2005-10-28 [colin]      1.9.15cvs125
9513
9514         * src/messageview.c
9515                 Make "hit 'C' to check sig" work from extern 
9516                 messageviews
9517
9518 2005-10-27 [colin]      1.9.15cvs124
9519
9520         * src/summaryview.c
9521                 Add a hack to avoid segfaulting when hammering 
9522                 on gtk's events
9523
9524 2005-10-27 [wwp]        1.9.15cvs123
9525
9526         * src/prefs_themes.c
9527                 sort list of themes names in themes prefs
9528
9529 2005-10-27 [paul]       1.9.15cvs122
9530
9531         * src/folder.c
9532         * src/prefs_account.c
9533                 fix building on Solaris
9534                 Patch by Alex Moore
9535
9536 2005-10-27 [wwp]        1.9.15cvs121
9537
9538         * src/summaryview.c
9539         * src/gtk/gtksctree.c
9540                 speed up unselecting messages in summary view (thanks to Colin)
9541
9542 2005-10-27 [paul]       1.9.15cvs120
9543
9544         * src/mainwindow.c
9545                 fix a compilation warning
9546         * src/summaryview.c
9547                 fix updating of 'n items selected' count
9548                 when deselecting
9549
9550 2005-10-27 [martin]     1.9.15cvs119
9551
9552         * src/action.c
9553                 ignore actions with a leading '/' in the action menu name
9554                 fixes a crash on menu creation
9555         * src/prefs_actions.c
9556                 do not allow a leading '/' in the action menu name
9557
9558 2005-10-27 [paul]       1.9.15cvs118
9559
9560         * src/main.c
9561                 fix compilation warning
9562
9563 2005-10-27 [paul]       1.9.15cvs117
9564
9565         * src/procmime.c
9566                 add #if HAVE_LOCALE_H
9567
9568 2005-10-27 [paul]       1.9.15cvs116
9569
9570         * src/plugins/clamav/clamav_plugin.c
9571         * src/plugins/dillo_viewer/dillo_viewer.c
9572         * src/plugins/mathml_viewer/mathml_viewer.c
9573         * src/plugins/pgpcore/plugin.c
9574         * src/plugins/pgpinline/plugin.c
9575         * src/plugins/pgpmime/plugin.c
9576         * src/plugins/spamassassin/spamassassin.c
9577         * src/plugins/trayicon/trayicon.c
9578                 plugin_init() : make error messages more
9579                 informative
9580
9581 2005-10-26 [wwp]        1.9.15cvs115
9582
9583         * src/prefs_matcher.c
9584                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9585
9586 2005-10-26 [wwp]        1.9.15cvs114
9587
9588         * src/procmime.c
9589         * src/gtk/gtksctree.c
9590         * src/plugins/spamassassin/libspamc.c
9591         * src/plugins/spamassassin/spamassassin.c
9592                 fix some compilation warnings more
9593
9594 2005-10-26 [mones]      1.9.15cvs113
9595
9596         * po/es.po
9597                 Updated translation
9598
9599 2005-10-26 [paul]       1.9.15cvs112
9600
9601         * src/prefs_message.c
9602                 give all display_xface stuff the
9603                 #if HAVE_LIBCOMPFACE treatment, thus
9604                 preventing a crash
9605                 (Thanks to Wolfgang Enderlein)
9606
9607 2005-10-26 [colin]      1.9.15cvs111
9608
9609         * src/gedit-print.c
9610                 Fix date format
9611         * src/imap_gtk.c
9612         * src/news_gtk.c
9613                 Remove context menu items that should not be there
9614         * src/jpilot.c
9615                 Fix encoding
9616         * src/main.c
9617         * src/mainwindow.c
9618                 Don't show the mainwindow too soon
9619
9620 2005-10-26 [wwp]        1.9.15cvs110
9621
9622         * src/folder.c
9623         * src/manual.c
9624         * src/summaryview.c
9625                 fix uninitialized pointers in the folder updating hook
9626                 (thanks to Colin)
9627
9628 2005-10-25 [mones]      1.9.15cvs109
9629
9630         * manual/faq.xml
9631                 General information subsection completed. 
9632                 Removed archaic references.
9633                 
9634         * manual/Makefile
9635         * manual/dtd/manual.dsl
9636                 Added customization stylesheet for getting paragraphs
9637                 fully justified in PDF output (as suggested by Colin).
9638
9639 2005-10-25 [colin]      1.9.15cvs108
9640
9641         * src/compose.c
9642                 Fix a second leak
9643
9644 2005-10-25 [colin]      1.9.15cvs107
9645
9646         * src/addrbook.c
9647         * src/addrindex.c
9648                 Fix leak (xml_get_element() allocates memory)
9649         * src/compose.c
9650                 Fix leak + dead code (shame!)
9651         * src/procmime.c
9652                 Fix leak
9653
9654 2005-10-25 [colin]      1.9.15cvs106
9655
9656         * src/mimeview.c
9657                 Fix encoding issue in Save all and in 
9658                 overwrite-confirmation alertpanel
9659
9660 2005-10-25 [colin]      1.9.15cvs105
9661
9662         * src/common/socket.c
9663                 Fix a leak - Thanks to Christopher Aillon
9664                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9665
9666 2005-10-25 [paul]       1.9.15cvs104
9667
9668         * src/wizard.c
9669                 Always guess servers from the right-hand
9670                 email part and guess username from the
9671                 left-hand part. (Thanks to Colin)
9672                 add an X-Face to the welcome message
9673
9674 2005-10-25 [paul]       1.9.15cvs103
9675
9676         * manual/handling.xml
9677                 written by Colin, edited by me
9678
9679 2005-10-25 [wwp]        1.9.15cvs102
9680
9681         * src/folderview.c
9682         * src/grouplistdialog.c
9683         * src/imap.c
9684         * src/noticeview.c
9685                 fix some compilation warnings
9686
9687 2005-10-24 [paul]
9688
9689         1.9.99-rc3 released
9690
9691 2005-10-24 [paul]       1.9.15cvs101
9692
9693         * src/gtk/about.c
9694                 fix window sizing
9695
9696 2005-10-24 [paul]       1.9.15cvs100
9697
9698         * src/pixmaps/offline.xpm
9699         * src/pixmaps/online.xpm
9700                 replace with last default versions
9701
9702 2005-10-24 [colin]      1.9.15cvs99
9703
9704         * src/imap.c
9705                 Fix bug when moving a folder
9706         * src/imap_gtk.c
9707         * src/mh_gtk.c
9708                 "Delete folder" pops up a window, so it 
9709                 should be suffixed with "..."
9710         * src/plugins/pgpcore/sgpgme.c
9711                 Include locale.h
9712
9713 2005-10-24 [mones]      1.9.15cvs98
9714
9715         * manual/Makefile
9716         * manual/account.xml
9717         * manual/ack.xml
9718         * manual/addrbook.xml
9719         * manual/advanced.xml
9720         * manual/faq.xml
9721         * manual/glossary.xml
9722         * manual/gpl.xml
9723         * manual/handling.xml
9724         * manual/intro.xml
9725         * manual/keyboard.xml
9726         * manual/manual.xml
9727         * manual/plugins.xml
9728         * manual/starting.xml
9729         * manual/dtd/sdocbook.dtd
9730                 Initial manual structure and some content.
9731
9732 2005-10-23 [wwp]        1.9.15cvs97
9733
9734         * src/gtk/about.c
9735                 fix a typo
9736
9737 2005-10-23 [wwp]        1.9.15cvs96
9738
9739         * src/gtk/about.c
9740         * src/gtk/authors.h
9741                 rework of the about window (main work by Paul), also featuring a few
9742                 fixes for typos and duplicate names
9743
9744 2005-10-23 [wwp]        1.9.15cvs95
9745
9746         * src/.cvsignore
9747                 Ignore the right binary name (sylpheed-claws now)
9748
9749 2005-10-23 [paul]       1.9.15cvs94
9750
9751         * src/compose.c
9752                 when using Folder Pref 'Default To for
9753                 replies' make the entry in the Compose
9754                 window bold
9755                 Patch by Fabien Vantard
9756
9757 2005-10-22 [colin]      1.9.15cvs93
9758
9759         * src/codeconv.c
9760                 Fix leak
9761
9762 2005-10-22 [colin]      1.9.15cvs92
9763
9764         * src/codeconv.c
9765                 try to convert using locale (apart utf8) if necessary
9766
9767 2005-10-22 [colin]      1.9.15cvs91
9768
9769         * src/pixmaps/new.xpm
9770         * src/pixmaps/unread.xpm
9771                 Make the unread envelope blue again and
9772                 saturate the new one a bit more.
9773
9774 2005-10-22 [colin]      1.9.15cvs90
9775
9776         * src/compose.c
9777                 When replying to a mail sent by one of our accounts,
9778                 use the original list of recipients. Let 'Reply All'
9779                 and 'Reply to sender' work like previously.
9780
9781 2005-10-21 [colin]      1.9.15cvs89
9782
9783         * src/prefs_filtering.c
9784                 Clear fields after add and replace
9785         * src/textview.c
9786                 Display xface differently (better)
9787         * src/plugins/pgpinline/pgpinline.c
9788                 Fix crappy encodings/recodings
9789
9790 2005-10-21 [paul]       1.9.15cvs88
9791
9792         * src/compose.c
9793         * src/prefs_folder_item.c
9794         * src/toolbar.c
9795                 fix news folder Folder Properties
9796                 (thanks to Colin)
9797         * src/folderview.c
9798                 update folderview after Themes change
9799                 keep selected folder selected
9800                 (thanks to Colin)
9801
9802 2005-10-21 [paul]       1.9.15cvs87
9803
9804         * tools/Makefile.am
9805         * tools/OOo2sylpheed.pl
9806         * tools/README
9807         * tools/README.sylprint
9808         * tools/asus_mailled.sh         ** REMOVED **
9809         * tools/filter_conv.pl
9810         * tools/freshmeat_search.pl
9811         * tools/google_search.pl
9812         * tools/gpg-sign-syl            ** REMOVED **
9813         * tools/kmail2sylpheed.pl
9814         * tools/kmail2sylpheed_v2.pl
9815         * tools/multiwebsearch.pl
9816         * tools/nautilus2sylpheed.sh
9817         * tools/newscache_clean.pl
9818         * tools/outlook2sylpheed.pl
9819         * tools/sylpheed-switcher       ** REMOVED **
9820         * tools/sylprint.pl
9821         * tools/sylprint.rc
9822         * tools/tb2sylpheed
9823         * tools/vcard2xml.py
9824         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9825                 update default config dir
9826                 update binary name (thanks to Fabien Vantard)
9827                 remove obsolete scripts
9828
9829 2005-10-21 [colin]      1.9.15cvs86
9830
9831         * src/inc.c
9832                 Fix possible leak and units. Based on a patch by
9833                 Fabien Vantard.
9834
9835 2005-10-20 [colin]      1.9.15cvs85
9836
9837         * src/textview.c
9838                 Clear xface when clearing textview
9839
9840 2005-10-20 [colin]      1.9.15cvs84
9841
9842         * configure.ac
9843         * src/folderview.c
9844         * src/headerview.c
9845         * src/main.c
9846         * src/prefs_common.c
9847         * src/prefs_common.h
9848         * src/prefs_message.c
9849         * src/textview.c
9850         * src/textview.h
9851         * src/common/defs.h
9852         * src/common/utils.c
9853         * src/common/utils.h
9854         * src/gtk/gtkutils.c
9855         * src/gtk/gtkutils.h
9856                 Migrate config to .sylpheed-claws (Automatically)
9857                 Add a way to get the Xface in the TextView
9858
9859 2005-10-20 [colin]      1.9.15cvs83
9860
9861         * src/gtk/Makefile.am
9862         * src/gtk/about.c
9863         * src/gtk/authors.h
9864                 Make the about dialog *grooovy*
9865
9866 2005-10-20 [colin]      1.9.15cvs82
9867
9868         * src/mimeview.c
9869                 Use "Open with" on double click if no command
9870                 was found
9871
9872 2005-10-20 [colin]      1.9.15cvs81
9873
9874         * src/imap.c
9875         * src/etpan/imap-thread.c
9876                 Fix possible crash.
9877
9878 2005-10-20 [paul]       1.9.15cvs80
9879
9880         * src/folder.c
9881                 don't show clipkey icon if the only
9882                 attachment is the signature
9883                 Patch by Colin
9884
9885 2005-10-20 [paul]       1.9.15cvs79
9886
9887         * AUTHORS
9888         * src/plugins/pgpmime/pgpmime.c
9889                 name the PGP/MIME signature 'signature.asc'
9890                 Patch by Andrew Nelson <freeandy@gmail.com>
9891
9892 2005-10-19 [colin]      1.9.15cvs78
9893
9894         * src/plugins/pgpmime/pgpmime.c
9895                 Oops, no need to double-check though
9896
9897 2005-10-19 [colin]      1.9.15cvs77
9898
9899         * src/plugins/pgpinline/pgpinline.c
9900         * src/plugins/pgpmime/pgpmime.c
9901                 Check that my_tmpfile() doesn't 
9902                 return NULL
9903
9904 2005-10-19 [colin]      1.9.15cvs76
9905
9906         * src/common/utils.c
9907                 Use shorter mime boundaries to avoid having
9908                 MTAs rewrapping our headers, breaking the
9909                 PGP signature in the process 
9910         * src/compose.c
9911         * src/plugins/pgpmime/pgpmime.c
9912                 Check for boundary uniqueness to be sure
9913                 it won't happen, instead of hoping for the
9914                 best
9915
9916 2005-10-19 [colin]      1.9.15cvs75
9917
9918         * sylpheed-claws.desktop
9919         * src/Makefile.am
9920         * src/main.c
9921                 Ship a sylpheed-claws binary instead
9922                 of a sylpheed one. Change the socket
9923                 name, too
9924         * src/folderview.c
9925                 Update folder only if it changed
9926         * src/wizard.c
9927                 Fix i18n in welcome mail, patch by
9928                 Fabien Vantard
9929
9930 2005-10-19 [paul]
9931
9932         1.9.99-rc2 released
9933
9934 2005-10-19 [paul]       1.9.15cvs74
9935
9936         * src/folder.c
9937         * src/folderview.c
9938                 fix summaryview update
9939                 Patch by Colin
9940
9941 2005-10-18 [colin]      1.9.15cvs73
9942
9943         * src/plugins/pgpcore/passphrase.c
9944                 Don't XGrabServer, and try a bit more to 
9945                 sync everything before grabbing mouse/keyboard
9946
9947 2005-10-18 [colin]      1.9.15cvs72
9948
9949         * src/Makefile.am
9950         * src/addressadd.c
9951         * src/addressbook.c
9952         * src/folderview.c
9953         * src/grouplistdialog.c
9954         * src/mimeview.c
9955         * src/stock_pixmap.c
9956         * src/stock_pixmap.h
9957         * src/summaryview.c
9958         * src/gtk/gtksctree.c
9959         * src/gtk/gtksctree.h
9960         * src/pixmaps/empty.xpm
9961                 Implement a wrapper call for gtk_ctree_set_node_info
9962                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9963                 pixmap instead of a NULL one. This works around some
9964                 memory problems deep inside gtk, revealed by valgrind,
9965                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9966                 as locked crashes sylpheed.), as well as, probably, 
9967                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9968
9969 2005-10-17 [colin]      1.9.15cvs71
9970
9971         * src/mimeview.c
9972                 Provide visual feedback when checking
9973                 signature
9974
9975 2005-10-17 [colin]      1.9.15cvs70
9976
9977         * src/main.c
9978                 Keep the folder list frozen while checking caches...
9979
9980 2005-10-17 [colin]      1.9.15cvs69
9981
9982         * src/addr_compl.c
9983                 Fi bug #833 (Autocompleting from addressbook 
9984                 fails with extended chars)
9985         * src/imap.c
9986                 Fix 'adding messages' staying in statusbar
9987                 after an error
9988
9989 2005-10-17 [wwp]        1.9.15cvs68
9990
9991         * src/ssl_manager.c
9992                 Fix buttons' layout resizing when window size changes
9993
9994 2005-10-17 [wwp]        1.9.15cvs67
9995
9996         * src/account.c
9997         * src/prefs_account.c
9998         * src/prefs_common.c
9999         * src/prefs_common.h
10000         * src/prefs_folder_item.c
10001         * src/prefs_gtk.c
10002         * src/gtk/logwindow.c
10003         * src/gtk/pluginwindow.c
10004         * src/gtk/prefswindow.c
10005         * src/gtk/prefswindow.h
10006                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
10007
10008 2005-10-17 [paul]       1.9.15cvs66
10009
10010         * configure.ac
10011                 fix missing libetpan message
10012         * po/en_GB.po
10013                 updated
10014         * src/crash.c
10015         * src/manual.c
10016         * src/prefs_themes.c
10017         * src/common/defs.h
10018                 add some new URI defines, change some
10019                 others
10020         * src/wizard.c
10021                 make welcome message translatable
10022                 small improvements to english
10023                 other tweaks
10024         * src/gtk/menu.c
10025                 fix warnings
10026
10027 2005-10-17 [paul]       1.9.15cvs65
10028
10029         * src/summaryview.c
10030                 fix column titles
10031
10032 2005-10-16 [mones]      1.9.15cvs64
10033
10034         * po/es.po
10035                 Updated translation
10036
10037 2005-10-16 [colin]
10038
10039         1.9.99-rc1 released
10040
10041 2005-10-16 [colin]      1.9.15cvs63
10042
10043         * src/wizard.c
10044                 Fix whitespace
10045
10046 2005-10-16 [colin]      1.9.15cvs62
10047
10048         * src/toolbar.c
10049                 s/Get All/Get Mail/
10050         * src/wizard.c
10051                 Real welcome mail text, thanks Paul
10052
10053 2005-10-16 [colin]      1.9.15cvs61
10054
10055         * src/editldap.c
10056         * src/exporthtml.c
10057         * src/main.c
10058         * src/mainwindow.c
10059         * src/prefs_themes.c
10060         * src/prefs_toolbar.c
10061         * src/plugins/demo/demo.c
10062         * src/plugins/trayicon/trayicon.c
10063                 s/Sylpheed/Sylpheed-Claws/
10064
10065 2005-10-16 [colin]      1.9.15cvs60
10066
10067         * src/wizard.c
10068                 Add a welcome email in the first empty mailbox
10069         * src/prefs_common.c
10070                 Change one more default
10071
10072 2005-10-16 [colin]      1.9.15cvs59
10073
10074         * src/wizard.c
10075                 Remove printf
10076
10077 2005-10-16 [colin]      1.9.15cvs58
10078
10079         * src/toolbar.c
10080         * src/prefs_common.c
10081                 Change some defaults
10082
10083 2005-10-16 [colin]      1.9.15cvs57
10084
10085         * src/toolbar.c
10086         * src/prefs_common.c
10087                 Change some defaults
10088
10089 2005-10-16 [colin]      1.9.15cvs56
10090
10091         * src/wizard.c
10092                 By default, initialize fonts to have
10093                 the same size as normal GtkWidgets
10094
10095 2005-10-16 [colin]      1.9.15cvs55
10096
10097         * src/mimeview.c
10098                 Fix message a bit more
10099
10100 2005-10-16 [colin]      1.9.15cvs54
10101
10102         * src/addressbook.c
10103                 Second attempt at flicker fixing
10104
10105 2005-10-16 [colin]      1.9.15cvs53
10106
10107         * src/addressbook.c
10108                 Fix flicker
10109
10110 2005-10-16 [wwp]        1.9.15cvs52
10111
10112         * src/addressbook.c
10113         * src/editaddress.c
10114         * src/prefs_common.c
10115         * src/prefs_common.h
10116                 Remember window sizes (address book)
10117
10118 2005-10-16 [wwp]        1.9.15cvs51
10119
10120         * src/plugins/clamav/clamav_plugin_gtk.c
10121         * src/plugins/spamassassin/spamassassin_gtk.c
10122                 Fix compilation warnings (missing #include).
10123
10124 2005-10-16 [colin]      1.9.15cvs50
10125
10126         * src/mimeview.c
10127         * src/summaryview.c
10128         * src/textview.c
10129                 Make 'c' check signature, and forward
10130                 c, l, y, t from summaryview to mimeview
10131
10132 2005-10-16 [colin]      1.9.15cvs49
10133
10134         * src/addressbook.c
10135                 Put border around buttons
10136         * src/mainwindow.c
10137         * src/summaryview.c
10138                 Rework menus (Patch based on a patch
10139                 by Paul)
10140
10141 2005-10-15 [wwp]        1.9.15cvs48
10142
10143         * src/editjpilot.c
10144         * src/editldap.c
10145         * src/editvcard.c
10146         * src/exphtmldlg.c
10147         * src/expldifdlg.c
10148         * src/export.c
10149         * src/import.c
10150         * src/importldif.c
10151         * src/importmutt.c
10152         * src/importpine.c
10153         * src/prefs_account.c
10154         * src/prefs_spelling.c
10155         * src/gtk/gtkutils.c
10156         * src/gtk/gtkutils.h
10157         * src/plugins/clamav/clamav_plugin_gtk.c
10158         * src/plugins/spamassassin/spamassassin_gtk.c
10159                 use nicer browse-for-file/dir buttons than the "..." ones,
10160                 code factorizing more.
10161
10162 2005-10-14 [colin]      1.9.15cvs47
10163
10164         * src/mainwindow.c
10165                 set relief on the account switcher so that people see it
10166                 grey out Create processing rules when no message is selected
10167         * src/prefs_filtering.c
10168                 ask before closing if the rule has not been modified, even if
10169                 it's not valid
10170         * src/prefs_matcher.c
10171                 fix sensitivity when entering the dialog
10172         * src/gtk/inputdialog.c
10173                 display a better icon on password ask
10174         * src/plugins/pgpcore/passphrase.c
10175                 make the dialog look better
10176
10177 2005-10-14 [paul]       1.9.15cvs46
10178
10179         * src/folderview.c
10180                 indicate presense of marked msgs in
10181                 unexpanded subfolders
10182
10183 2005-10-14 [paul]       1.9.15cvs45
10184
10185         * src/prefs_actions.c
10186         * src/prefs_common.c
10187         * src/prefs_common.h
10188         * src/prefs_filtering_action.c
10189         * src/prefs_matcher.c
10190         * src/prefs_template.c
10191                 remember window sizes
10192                 fix Info button size
10193
10194         Patches by wwp
10195
10196 2005-10-13 [colin]      1.9.15cvs44
10197
10198         * src/mimeview.c
10199         * src/noticeview.c
10200         * src/noticeview.h
10201                 Add a tooltip on the icon (optional) 
10202                 Get rid of the signature buttons and only
10203                 use the icon+tooltip
10204
10205 2005-10-13 [colin]      1.9.15cvs43
10206
10207         * src/noticeview.c
10208         * src/noticeview.h
10209                 Add hand cursor for hovering over icon
10210
10211 2005-10-13 [colin]      1.9.15cvs42
10212
10213         * src/summaryview.c
10214                 Fix crash when quicksearch's hidden 
10215                 at startup
10216
10217 2005-10-13 [colin]      1.9.15cvs41
10218
10219         * src/compose.c
10220                 Set subject when forwarding multiple mails
10221                 Check that other recipient than the default Cc or Bcc
10222                 have been set before sending.
10223
10224 2005-10-13 [colin]      1.9.15cvs40
10225
10226         * src/imap.c
10227                 Batch per-folder
10228                 Introduce locking, but don't use it yet
10229
10230 2005-10-13 [colin]      1.9.15cvs39
10231
10232         * src/gtk/quicksearch.c
10233                 Reset quicksearch when hiding it
10234                 Make sticky a real pref
10235
10236 2005-10-13 [colin]      1.9.15cvs38
10237
10238         * src/summaryview.c
10239                 Faster prefs apply
10240
10241 2005-10-13 [colin]      1.9.15cvs37
10242
10243         * src/mimeview.c
10244         * src/noticeview.c
10245         * src/noticeview.h
10246         * src/plugins/pgpcore/sgpgme.c
10247                 Make privacy icon clickable
10248                 Move Trust field in Full info
10249                 When trust is less than full, don't display
10250                 a warning icon
10251
10252 2005-10-13 [colin]      1.9.15cvs36
10253
10254         * src/folder.c
10255                 Batch on flags sync
10256         * src/folderview.c
10257                 Revert speed hack which is dangerous in fact
10258                 Apply prefs faster
10259
10260 2005-10-13 [colin]      1.9.15cvs35
10261
10262         * src/folder_item_prefs.c
10263                 Fix pref corruption on folder move. Patch
10264                 by wwp
10265
10266 2005-10-13 [paul]       1.9.15cvs34
10267
10268         * src/export.c
10269         * src/import.c
10270                 fix typos in g_warnings
10271         * src/prefs_account.c
10272                 add a file selector for Signature file
10273
10274         Patches by wwp
10275
10276 2005-10-12 [colin]      1.9.15cvs33
10277
10278         * src/mimeview.c
10279                 Provide a quick way to go back from a
10280                 signature's full info to the email part
10281
10282 2005-10-12 [colin]      1.9.15cvs32
10283
10284         * src/compose.c
10285                 Remove old hack of encoding signed mails with base64.
10286                 QP works equally well.
10287
10288 2005-10-12 [colin]      1.9.15cvs31
10289
10290         * src/crash.c
10291                 Replace deprecated GtkText with GtkTextView
10292         * src/imap.c
10293                 Fix a logic bug about counts in imap_select
10294                 (previously un-triggered)
10295         * src/mainwindow.c
10296         * src/summaryview.c
10297         * src/news.c
10298                 Allow local deletion of news posts
10299         * src/mimeview.c
10300                 Show GPG noticeview on the message/rfc822 part
10301                 in addition to the text/plain one
10302         * src/prefs_image_viewer.c
10303           src/plugins/pgpcore/prefs_gpg.c
10304                 Polish (set the label as part of the checkbox)
10305         * src/wizard.c
10306                 Don't sit there doing nothing after destroying
10307                 the window - return err
10308
10309 2005-10-11 [colin]      1.9.15cvs30
10310
10311         * src/folderview.c
10312                 Apply processing rules before showing folders.
10313                 Early folder show (before flags sync) will only
10314                 be done when there are no processing rules (nor
10315                 pre- or post- ones)
10316         * src/imap.c
10317                 Fix stuff related to mail subdir, creation and 
10318                 deletion of folders 
10319         * src/imap_gtk.c
10320                 Don't allow creation of folders in NoInferior
10321                 folders, as it won't work
10322
10323 2005-10-10 [colin]      1.9.15cvs29
10324
10325         * src/compose.c
10326                 Reselect "None" Privacy system when selecting an
10327                 account with no privacy system defined
10328
10329 2005-10-10 [colin]      1.9.15cvs28
10330
10331         * src/mainwindow.c
10332                 Add Windows-1252 encoding
10333         * src/prefs_common.c
10334                 Rework some defaults:
10335                 - autosave to draft by default
10336                 - don't show header pane (it's already in the textview)
10337                 - Select first new or unread mail on entry
10338                 - Assume 'Yes' to change folder when there's no more
10339                   unread message
10340         * src/prefs_matcher.c
10341                 Fix a gtk assertion failure
10342         * src/gtk/colorlabel.c
10343                 Workaround bad repainting on selection
10344         * src/main.c
10345                 Freeze/thaw (a bit faster on ssh -X)
10346         * src/msgcache.c
10347                 Get rid of StrdupConverter that just adds an
10348                 extra strdup/free 
10349         * src/etpan/imap_thread.c
10350                 memset buf to 0
10351
10352 2005-10-10 [colin]      1.9.15cvs27
10353
10354         * src/export.c
10355         * src/import.c
10356                 Fix compile on gtk 2.4. Patch by wwp
10357
10358 2005-10-09 [colin]      1.9.15cvs26
10359
10360         * src/mainwindow.c
10361         * src/messageview.c
10362         * src/summaryview.c
10363                 Clarify forward menus. Patch by wwp
10364
10365 2005-10-09 [colin]      1.9.15cvs25
10366
10367         * src/compose.c
10368         * src/compose.h
10369                 Fix bug #829 (Non-working "Encrypt message by 
10370                 default when replying to an encrypted message")
10371
10372 2005-10-08 [colin]      1.9.15cvs24
10373
10374         * src/wizard.c
10375                 Fix bug #827 ("Welcome" setup wizard after a 
10376                 permission error gives up & forgets itself.)
10377
10378 2005-10-08 [colin]      1.9.15cvs23
10379
10380         * src/procmime.c
10381                 Fix bug #828 (Ignoring headers with spaces around = sign)
10382
10383 2005-10-08 [colin]      1.9.15cvs22
10384
10385         * src/export.c
10386                 Warning fix by wwp
10387
10388 2005-10-08 [colin]      1.9.15cvs21
10389
10390         * src/folder.c
10391         * src/folder.h
10392                 Add a processing_pending indicator, set on 
10393                 folder_item_open and cleared after 
10394                 folder_item_process_open
10395         * src/folderview.c
10396         * src/summaryview.c
10397                 wrap procmsg_msginfo_*_flags, and in the
10398                 wrapper check that there's no folder processing 
10399                 pending. If there is, defer the flags change until 
10400                 processing is done to avoid stepping over each
10401                 other's toes.
10402                 Freeze during processing, but not during scanning.
10403
10404 2005-10-07 [colin]      1.9.15cvs20
10405
10406         * src/plugins/pgpcore/passphrase.c
10407                 Fix bug #826 (X-Server hangs when 
10408                 right-clicking a PGP encrypted message)
10409
10410 2005-10-07 [paul]       1.9.15cvs19
10411
10412         * src/compose.c
10413                 fix compose_entries[]
10414                 patch by Fabien Vantard
10415
10416 2005-10-06 [colin]      1.9.15cvs18
10417
10418         * src/pixmaps/address.xpm
10419         * src/pixmaps/address_book.xpm
10420         * src/pixmaps/book.xpm
10421         * src/pixmaps/check_spelling.xpm
10422         * src/pixmaps/checkbox_off.xpm
10423         * src/pixmaps/checkbox_on.xpm
10424         * src/pixmaps/close.xpm
10425         * src/pixmaps/complete.xpm
10426         * src/pixmaps/continue.xpm
10427         * src/pixmaps/deleted.xpm
10428         * src/pixmaps/down_arrow.xpm
10429         * src/pixmaps/exec.xpm
10430         * src/pixmaps/forwarded.xpm
10431         * src/pixmaps/group.xpm
10432         * src/pixmaps/ignorethread.xpm
10433         * src/pixmaps/interface.xpm
10434         * src/pixmaps/jpilot.xpm
10435         * src/pixmaps/ldap.xpm
10436         * src/pixmaps/linewrap.xpm
10437         * src/pixmaps/linewrapcurrent.xpm
10438         * src/pixmaps/mail.xpm
10439         * src/pixmaps/mail_attach.xpm
10440         * src/pixmaps/mail_compose.xpm
10441         * src/pixmaps/mail_forward.xpm
10442         * src/pixmaps/mail_receive.xpm
10443         * src/pixmaps/mail_receive_all.xpm
10444         * src/pixmaps/mail_reply.xpm
10445         * src/pixmaps/mail_reply_to_all.xpm
10446         * src/pixmaps/mail_reply_to_author.xpm
10447         * src/pixmaps/mail_send.xpm
10448         * src/pixmaps/mail_send_queue.xpm
10449         * src/pixmaps/mime_application.xpm
10450         * src/pixmaps/mime_audio.xpm
10451         * src/pixmaps/mime_image.xpm
10452         * src/pixmaps/mime_message.xpm
10453         * src/pixmaps/mime_text_enriched.xpm
10454         * src/pixmaps/mime_text_html.xpm
10455         * src/pixmaps/mime_text_plain.xpm
10456         * src/pixmaps/mime_unknown.xpm
10457         * src/pixmaps/new.xpm
10458         * src/pixmaps/news_compose.xpm
10459         * src/pixmaps/offline.xpm
10460         * src/pixmaps/online.xpm
10461         * src/pixmaps/paste.xpm
10462         * src/pixmaps/preferences.xpm
10463         * src/pixmaps/privacy_emblem_encrypted.xpm
10464         * src/pixmaps/privacy_expired.xpm
10465         * src/pixmaps/privacy_failed.xpm
10466         * src/pixmaps/privacy_passed.xpm
10467         * src/pixmaps/privacy_signed.xpm
10468         * src/pixmaps/privacy_unknown.xpm
10469         * src/pixmaps/privacy_warn.xpm
10470         * src/pixmaps/properties.xpm
10471         * src/pixmaps/replied.xpm
10472         * src/pixmaps/search.xpm
10473         * src/pixmaps/unread.xpm
10474         * src/pixmaps/up_arrow.xpm
10475         * src/pixmaps/vcard.xpm
10476                 Modernize internal theme, with icons from the 
10477                 Gnomaws theme. Keep some of the old ones where
10478                 they were better.
10479
10480 2005-10-06 [colin]      1.9.15cvs17
10481
10482         * src/summaryview.c
10483                 Little optimisations + bugfix
10484         * src/toolbar.c
10485                 Remove default useless items - useless being defined
10486                 by the default relevant prefs
10487         * src/wizard.c
10488                 include config.h to make gettext work
10489         * src/prefs_themes.c
10490                 Fix selection of current theme in prefs
10491
10492 2005-10-06 [colin]      1.9.15cvs16
10493
10494         * src/prefs_common.c
10495         * src/prefs_common.h
10496         * src/prefs_summaries.c
10497         * src/folderview.c
10498                 Add a warning dialog on Mark all read 
10499                 (with pref to get rid of it)
10500
10501 2005-10-06 [paul]       1.9.15cvs15
10502
10503         * po/nb.po
10504         * po/pt_BR.po
10505                 updated by Geir Helland and Frederico
10506                 Goncalves Guimaraes
10507
10508 2005-10-05 [colin]      1.9.15cvs14
10509
10510         * src/folder.c
10511         * src/folder.h
10512         * src/folderview.c
10513         * src/folderview.h
10514         * src/imap_gtk.c
10515         * src/mh_gtk.c
10516         * src/mainwindow.c
10517         * src/setup.c
10518                 add a way to rescan without rebuilding
10519                 make moving a bit faster (less folders changes)
10520                 don't lock the tree on Get 
10521         * src/imap.c
10522                 Don't re-delete deleted messages before expunging
10523         * src/summaryview.c
10524                 Set batch mode when deleting mails
10525
10526 2005-10-05 [paul]       1.9.15cvs13
10527
10528         * src/mainwindow.c
10529         * src/mainwindow.h
10530                 fix disabled Execute menu item
10531         * src/toolbar.c
10532                 match the change in 1.9.15cvs10: use Compose
10533                 instead of News by default
10534
10535 2005-10-04 [colin]      1.9.15cvs12
10536
10537         * src/compose.c
10538                 When replying to an ML post with Reply-To set
10539                 to the poster's email, honor it (as before),
10540                 but also honor our user's request to reply to
10541                 the mailing list: set the ML address in the To
10542                 field and the Reply-To address in the Cc: 
10543                 field.
10544
10545 2005-10-04 [colin]      1.9.15cvs11
10546
10547         * src/plugins/trayicon/trayicon.c
10548                 Finish cosmetic change - thanks to wwp
10549
10550 2005-10-04 [colin]      1.9.15cvs10
10551
10552         * src/toolbar.c
10553                 Use Compose instead of Email by default.
10554                 Spotted by wwp.
10555
10556 2005-10-04 [colin]      1.9.15cvs9
10557
10558         * src/folder.c
10559         * src/folder.h
10560         * src/folderview.c
10561         * src/imap.c
10562         * src/etpan/imap-thread.c
10563         * src/etpan/imap-thread.h
10564                 Try to make IMAP faster, by simplifying SEARCH
10565                 commands, avoiding sending two STATUS in a row,
10566                 and deferring flags sync and processing just
10567                 after displaying the folder. 
10568                 This will update the SummaryView in certain
10569                 cases (new mails not already fetched, flags
10570                 changed from another client) but in a non-
10571                 blocking manner.
10572
10573 2005-10-04 [colin]      1.9.15cvs8
10574
10575         * src/plugins/trayicon/trayicon.c
10576                 Relabel "Offline" to "Work offline"
10577
10578 2005-10-04 [colin]      1.9.15cvs7
10579
10580         * src/export.c
10581         * src/import.c
10582         * src/mbox.c
10583                 Fix mbox import/export buglets
10584                 Patch by wwp
10585         * src/plugins/trayicon/trayicon.c
10586                 Add offline swithc
10587                 Patch by wwp
10588
10589 2005-10-04 [colin]      1.9.15cvs6
10590
10591         * src/folder.c
10592         * src/folderview.c
10593         * src/summaryview.c
10594                 Better fix (don't break mark all read) for cvs2
10595
10596 2005-10-03 [colin]      1.9.15cvs5
10597
10598         * src/folder.c
10599                 Use a sane sort by default
10600
10601 2005-10-03 [colin]      1.9.15cvs4
10602
10603         * src/inc.c
10604                 Add a 'Only once' button for overriding offline mode
10605         * src/prefs_account.c
10606         * src/wizard.c
10607                 Add Local mbox to the wizard
10608                 Add IMAP subdir to the wizard (or the wizard is useless
10609                 for such accounts, or even worse than useless)
10610                 Move IMAP subdir from Advanced to Receive tab, as it's
10611                 not that uncommon
10612
10613 2005-10-03 [colin]      1.9.15cvs3
10614
10615         * src/send_message.c
10616                 Forgot this one in cvs1
10617
10618 2005-10-03 [colin]      1.9.15cvs2
10619
10620         * src/folder.c
10621                 Faster close when leaving a folder with lots
10622                 of new mails. Idea by David Relson.
10623
10624 2005-10-03 [colin]      1.9.15cvs1
10625
10626         * src/compose.c
10627         * src/imap.c
10628         * src/inc.c
10629         * src/main.c
10630         * src/messageview.c
10631         * src/news.c
10632         * src/summaryview.c
10633         * src/gtk/sslcertwindow.c
10634         * src/plugins/trayicon/trayicon.c
10635                 Add accels to every AlertPanel. Patch by Fabien 
10636                 Vantard
10637
10638 2005-10-03 [paul]       1.9.15
10639
10640         1.9.15 released
10641
10642 2005-10-03 [paul]       1.9.14cvs68
10643
10644         * po/ca.po
10645         * po/de.po
10646         * po/es.po
10647         * po/fi.po
10648         * po/fr.po
10649         * po/sk.po
10650         * po/sr.po
10651         * po/zh_CN.po
10652                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10653                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10654                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10655
10656 2005-10-03 [paul]       1.9.14cvs67
10657
10658         * src/send_message.c
10659                 prevent hang on Cancel
10660                 patch by Colin
10661
10662 2005-10-03 [paul]       1.9.14cvs66
10663
10664         * src/main.c
10665                 fix crash in IMAP caused by discrepancy
10666                 between check_at_startup and offline mode
10667                 Patch by Colin
10668
10669 2005-10-01 [paul]       1.9.14cvs65
10670
10671         * src/inc.c
10672                 fix engrish
10673
10674 2005-10-01 [paul]       1.9.14cvs64
10675         * src/export.c
10676         * src/import.c
10677                 synchronise import_mbox() and export_mbox()
10678         * src/mbox.c
10679                 proc_mbox(): add alert if file cannot be opened
10680                 export_list_to_mbox(): test if dest file exists,
10681                 prompt user to overwrite if it does. add alert
10682                 if file cannot be created
10683                                                                 
10684         Patch by wwp
10685                                                                                                                 
10686
10687 2005-09-30 [paul]       1.9.14cvs63
10688
10689         * src/addressbook.c
10690                 Fix sensitivity of a menu
10691         * src/codeconv.c
10692                 Respect hidden pref for mails with no encoding
10693         * src/common/xml.c
10694                 Fix memory corruption
10695         * src/plugins/pgpcore/sgpgme.c
10696                 Fix segfault on incomplete sigs, and display
10697                 of S/Mime UIDs
10698
10699         Patches by Colin
10700
10701 2005-09-30 [colin]      1.9.14cvs62
10702
10703         * src/partial_download.c
10704                 Little logic fix in almost-dead code
10705         * src/pop.c
10706                 Fix partial download when there's no new mail
10707
10708 2005-09-29 [paul]       1.9.14cvs61
10709
10710         * src/plugins/pgpinline/pgpinline.c
10711                 fix bug 819, 'crash accessing sign message'
10712                 Patch by Colin
10713
10714 2005-09-28 [martin]     1.9.14cvs60
10715
10716         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10717                 fix bug #790 (Crash when restarting window manager (fluxbox))
10718
10719 2005-09-28 [paul]       1.9.14cvs59
10720
10721         * src/gtk/gtkaspell.c
10722                 fix off-by-one typo
10723
10724 2005-09-27 [colin]      1.9.14cvs58
10725
10726         * src/plugins/pgpcore/sgpgme.c
10727                 Report error when there's one, instead of
10728                 "Signature unchecked" 
10729
10730 2005-09-27 [colin]      1.9.14cvs57
10731
10732         * src/prefs_quote.c
10733                 Fix bug #816 (Weird quotation with spaces)
10734
10735 2005-09-27 [colin]      1.9.14cvs56
10736
10737         * src/codeconv.c
10738         * src/compose.c
10739         * src/compose.h
10740                 Put subject in compose's title
10741                 Fix Automatic encoding so that it's really automatic:
10742                 first try default locale's charset, then charset of the replied mail, 
10743                 then utf-8
10744                 Fix encoding of headers (must be in strict mode too)
10745
10746 2005-09-26 [colin]      1.9.14cvs55
10747
10748         * src/gtk/gtkaspell.c
10749                 Fix previous patch - don't color the space,
10750                 just uncolor it :)
10751
10752 2005-09-26 [colin]      1.9.14cvs54
10753
10754         * src/gtk/gtkaspell.c
10755                 Unmark space if possible
10756
10757 2005-09-26 [colin]      1.9.14cvs53
10758
10759         * src/imap.c
10760                 log_error instead of alertpanel according to the pref
10761         * src/etpan/imap-thread.c
10762                 Print connect status, copy only necessary size to 
10763                 logger
10764         * src/plugins/pgpmime/pgpmime.c
10765                 Handle S/Mime signatures (verification only). Patch based
10766                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10767
10768 2005-09-26 [paul]       1.9.14cvs52
10769
10770         * src/common/passcrypt.c
10771                 this 'workaround' not necessary on NetBSD.
10772                 Thanks to Daniel Gustafson
10773
10774 2005-09-26 [paul]
10775
10776         1.9.15-rc4 released
10777
10778 2005-09-26 [paul]       1.9.14cvs51
10779
10780         * src/summaryview.c
10781                 Skip currently selected message when
10782                 looking for next new or unread message
10783                 in current folder. Patch by Colin
10784         * src/common/passcrypt.c
10785                 eliminate warnings on *BSD. Patch by
10786                 Daniel Gustafson
10787
10788 2005-09-26 [colin]      1.9.14cvs50
10789
10790         * src/procmsg.c
10791                 Call postfiltering hook anyway
10792
10793 2005-09-22 [colin]      1.9.14cvs49
10794
10795         * src/codeconv.c
10796         * src/codeconv.h
10797                 Add a strict mode that doesn't replace with _
10798         * src/compose.c
10799         * src/compose.h
10800                 Use strict conversion while sending
10801                 Fix race when drafting while sending (happens
10802                 on IMAP)
10803                 Fix d'n'd of messages from summaryview
10804         * src/prefs_common.c
10805         * src/prefs_common.h
10806                 add hidden utf8_instead_of_locale_for_broken_mail 
10807                 pref for people that preferred the default charset 
10808                 to be utf8 for broken mails
10809         * src/quote_fmt_parse.y
10810                 fix bug #815 (No quote insert if "From:" fied 
10811                 contained Russian letters)
10812         * src/summaryview.c
10813                 Fix d'n'd of messages to compose
10814
10815 2005-09-22 [paul]       1.9.14cvs48
10816
10817         * src/compose.c
10818                 fix bug where attachments Name entry
10819                 would display Path instead
10820
10821 2005-09-21 [paul]       1.9.14cvs47
10822
10823         * README
10824         * README.jp
10825         * configure.ac
10826         * config/config.rpath
10827         * doc/manual/en/sylpheed-20.html
10828         * doc/manual/es/sylpheed-20.html
10829         * po/bg.po
10830         * po/ca.po
10831         * po/de.po
10832         * po/es.po
10833         * po/fr.po
10834         * po/it.po
10835         * po/pt_BR.po
10836         * po/sk.po
10837         * po/zh_TW.po
10838         * src/account.c
10839         * src/account.h
10840         * src/action.c
10841         * src/action.h
10842         * src/adbookbase.h
10843         * src/addr_compl.c
10844         * src/addr_compl.h
10845         * src/addrbook.c
10846         * src/addrbook.h
10847         * src/addrcache.c
10848         * src/addrcache.h
10849         * src/addrcindex.c
10850         * src/addrcindex.h
10851         * src/addrclip.c
10852         * src/addrclip.h
10853         * src/addrdefs.h
10854         * src/addressadd.c
10855         * src/addressadd.h
10856         * src/addressbook.c
10857         * src/addressbook.h
10858         * src/addressitem.h
10859         * src/addrgather.c
10860         * src/addrgather.h
10861         * src/addrharvest.c
10862         * src/addrharvest.h
10863         * src/addrindex.c
10864         * src/addrindex.h
10865         * src/addritem.c
10866         * src/addritem.h
10867         * src/addrquery.c
10868         * src/addrquery.h
10869         * src/addrselect.c
10870         * src/addrselect.h
10871         * src/alertpanel.c
10872         * src/alertpanel.h
10873         * src/browseldap.c
10874         * src/browseldap.h
10875         * src/codeconv.c
10876         * src/codeconv.h
10877         * src/compose.c
10878         * src/compose.h
10879         * src/crash.c
10880         * src/crash.h
10881         * src/customheader.c
10882         * src/customheader.h
10883         * src/displayheader.c
10884         * src/displayheader.h
10885         * src/editaddress.c
10886         * src/editaddress.h
10887         * src/editbook.c
10888         * src/editbook.h
10889         * src/editgroup.c
10890         * src/editgroup.h
10891         * src/editjpilot.c
10892         * src/editjpilot.h
10893         * src/editldap.c
10894         * src/editldap.h
10895         * src/editldap_basedn.c
10896         * src/editldap_basedn.h
10897         * src/editvcard.c
10898         * src/editvcard.h
10899         * src/enriched.c
10900         * src/enriched.h
10901         * src/exphtmldlg.c
10902         * src/exphtmldlg.h
10903         * src/expldifdlg.c
10904         * src/expldifdlg.h
10905         * src/export.c
10906         * src/export.h
10907         * src/exporthtml.c
10908         * src/exporthtml.h
10909         * src/exportldif.c
10910         * src/exportldif.h
10911         * src/filtering.c
10912         * src/filtering.h
10913         * src/folder.c
10914         * src/folder.h
10915         * src/folder_item_prefs.c
10916         * src/folder_item_prefs.h
10917         * src/foldersel.c
10918         * src/foldersel.h
10919         * src/folderutils.c
10920         * src/folderutils.h
10921         * src/folderview.c
10922         * src/folderview.h
10923         * src/grouplistdialog.c
10924         * src/grouplistdialog.h
10925         * src/headerview.c
10926         * src/headerview.h
10927         * src/html.c
10928         * src/html.h
10929         * src/image_viewer.c
10930         * src/image_viewer.h
10931         * src/imap.c
10932         * src/imap.h
10933         * src/imap_gtk.c
10934         * src/imap_gtk.h
10935         * src/import.c
10936         * src/import.h
10937         * src/importldif.c
10938         * src/importldif.h
10939         * src/importmutt.c
10940         * src/importmutt.h
10941         * src/importpine.c
10942         * src/importpine.h
10943         * src/inc.c
10944         * src/inc.h
10945         * src/jpilot.c
10946         * src/jpilot.h
10947         * src/ldapctrl.c
10948         * src/ldapctrl.h
10949         * src/ldaplocate.c
10950         * src/ldaplocate.h
10951         * src/ldapquery.c
10952         * src/ldapquery.h
10953         * src/ldapserver.c
10954         * src/ldapserver.h
10955         * src/ldaputil.c
10956         * src/ldaputil.h
10957         * src/ldif.c
10958         * src/ldif.h
10959         * src/localfolder.c
10960         * src/localfolder.h
10961         * src/main.c
10962         * src/main.h
10963         * src/mainwindow.c
10964         * src/mainwindow.h
10965         * src/manual.c
10966         * src/manual.h
10967         * src/matcher.c
10968         * src/matcher.h
10969         * src/matcher_parser.h
10970         * src/matcher_parser_lex.l
10971         * src/matcher_parser_parse.y
10972         * src/mbox.c
10973         * src/mbox.h
10974         * src/message_search.c
10975         * src/message_search.h
10976         * src/messageview.c
10977         * src/messageview.h
10978         * src/mh.c
10979         * src/mh.h
10980         * src/mh_gtk.c
10981         * src/mh_gtk.h
10982         * src/mimeview.c
10983         * src/mimeview.h
10984         * src/msgcache.c
10985         * src/msgcache.h
10986         * src/mutt.c
10987         * src/mutt.h
10988         * src/news.c
10989         * src/news.h
10990         * src/news_gtk.c
10991         * src/news_gtk.h
10992         * src/noticeview.c
10993         * src/noticeview.h
10994         * src/partial_download.c
10995         * src/partial_download.h
10996         * src/pine.c
10997         * src/pine.h
10998         * src/pop.c
10999         * src/pop.h
11000         * src/prefs_account.c
11001         * src/prefs_account.h
11002         * src/prefs_actions.c
11003         * src/prefs_actions.h
11004         * src/prefs_common.c
11005         * src/prefs_common.h
11006         * src/prefs_compose_writing.c
11007         * src/prefs_compose_writing.h
11008         * src/prefs_customheader.c
11009         * src/prefs_customheader.h
11010         * src/prefs_display_header.c
11011         * src/prefs_display_header.h
11012         * src/prefs_ext_prog.c
11013         * src/prefs_ext_prog.h
11014         * src/prefs_filtering.c
11015         * src/prefs_filtering.h
11016         * src/prefs_filtering_action.c
11017         * src/prefs_filtering_action.h
11018         * src/prefs_folder_column.c
11019         * src/prefs_folder_column.h
11020         * src/prefs_folder_item.c
11021         * src/prefs_folder_item.h
11022         * src/prefs_fonts.c
11023         * src/prefs_fonts.h
11024         * src/prefs_gtk.c
11025         * src/prefs_gtk.h
11026         * src/prefs_image_viewer.c
11027         * src/prefs_image_viewer.h
11028         * src/prefs_matcher.c
11029         * src/prefs_matcher.h
11030         * src/prefs_message.c
11031         * src/prefs_message.h
11032         * src/prefs_msg_colors.c
11033         * src/prefs_msg_colors.h
11034         * src/prefs_other.c
11035         * src/prefs_other.h
11036         * src/prefs_quote.c
11037         * src/prefs_quote.h
11038         * src/prefs_receive.c
11039         * src/prefs_receive.h
11040         * src/prefs_send.c
11041         * src/prefs_send.h
11042         * src/prefs_spelling.c
11043         * src/prefs_spelling.h
11044         * src/prefs_summaries.c
11045         * src/prefs_summaries.h
11046         * src/prefs_summary_column.c
11047         * src/prefs_summary_column.h
11048         * src/prefs_template.c
11049         * src/prefs_template.h
11050         * src/prefs_themes.c
11051         * src/prefs_themes.h
11052         * src/prefs_toolbar.c
11053         * src/prefs_toolbar.h
11054         * src/prefs_wrapping.c
11055         * src/prefs_wrapping.h
11056         * src/privacy.c
11057         * src/privacy.h
11058         * src/procheader.c
11059         * src/procheader.h
11060         * src/procmime.c
11061         * src/procmime.h
11062         * src/procmsg.c
11063         * src/procmsg.h
11064         * src/quote_fmt.c
11065         * src/quote_fmt_parse.y
11066         * src/recv.c
11067         * src/recv.h
11068         * src/remotefolder.c
11069         * src/remotefolder.h
11070         * src/send_message.c
11071         * src/send_message.h
11072         * src/setup.c
11073         * src/setup.h
11074         * src/simple-gettext.c
11075         * src/sourcewindow.c
11076         * src/sourcewindow.h
11077         * src/ssl_manager.c
11078         * src/ssl_manager.h
11079         * src/statusbar.c
11080         * src/statusbar.h
11081         * src/stock_pixmap.c
11082         * src/stock_pixmap.h
11083         * src/summary_search.c
11084         * src/summary_search.h
11085         * src/summaryview.c
11086         * src/summaryview.h
11087         * src/syldap.c
11088         * src/syldap.h
11089         * src/textview.c
11090         * src/textview.h
11091         * src/toolbar.c
11092         * src/toolbar.h
11093         * src/undo.c
11094         * src/undo.h
11095         * src/unmime.c
11096         * src/unmime.h
11097         * src/vcard.c
11098         * src/vcard.h
11099         * src/wizard.c
11100         * src/wizard.h
11101         * src/common/base64.c
11102         * src/common/base64.h
11103         * src/common/defs.h
11104         * src/common/hooks.c
11105         * src/common/hooks.h
11106         * src/common/log.c
11107         * src/common/log.h
11108         * src/common/md5.c
11109         * src/common/md5.h
11110         * src/common/mgutils.c
11111         * src/common/mgutils.h
11112         * src/common/nntp.c
11113         * src/common/nntp.h
11114         * src/common/passcrypt.c
11115         * src/common/passcrypt.h.in
11116         * src/common/plugin.c
11117         * src/common/plugin.h
11118         * src/common/prefs.c
11119         * src/common/prefs.h
11120         * src/common/progressindicator.c
11121         * src/common/progressindicator.h
11122         * src/common/quoted-printable.c
11123         * src/common/quoted-printable.h
11124         * src/common/session.c
11125         * src/common/session.h
11126         * src/common/smtp.c
11127         * src/common/smtp.h
11128         * src/common/socket.c
11129         * src/common/socket.h
11130         * src/common/ssl.c
11131         * src/common/ssl.h
11132         * src/common/ssl_certificate.c
11133         * src/common/ssl_certificate.h
11134         * src/common/string_match.c
11135         * src/common/string_match.h
11136         * src/common/stringtable.c
11137         * src/common/sylpheed.c
11138         * src/common/sylpheed.h
11139         * src/common/template.c
11140         * src/common/template.h
11141         * src/common/timing.h
11142         * src/common/utils.c
11143         * src/common/utils.h
11144         * src/common/uuencode.c
11145         * src/common/uuencode.h
11146         * src/common/version.h.in
11147         * src/common/xml.c
11148         * src/common/xml.h
11149         * src/common/xmlprops.c
11150         * src/common/xmlprops.h
11151         * src/gtk/about.c
11152         * src/gtk/about.h
11153         * src/gtk/colorlabel.c
11154         * src/gtk/colorlabel.h
11155         * src/gtk/colorsel.c
11156         * src/gtk/colorsel.h
11157         * src/gtk/description_window.c
11158         * src/gtk/description_window.h
11159         * src/gtk/filesel.c
11160         * src/gtk/filesel.h
11161         * src/gtk/foldersort.c
11162         * src/gtk/foldersort.h
11163         * src/gtk/gtkutils.c
11164         * src/gtk/gtkutils.h
11165         * src/gtk/inputdialog.c
11166         * src/gtk/inputdialog.h
11167         * src/gtk/logwindow.c
11168         * src/gtk/logwindow.h
11169         * src/gtk/manage_window.c
11170         * src/gtk/manage_window.h
11171         * src/gtk/menu.c
11172         * src/gtk/menu.h
11173         * src/gtk/pluginwindow.c
11174         * src/gtk/pluginwindow.h
11175         * src/gtk/prefswindow.c
11176         * src/gtk/prefswindow.h
11177         * src/gtk/progressdialog.c
11178         * src/gtk/progressdialog.h
11179         * src/gtk/quicksearch.c
11180         * src/gtk/quicksearch.h
11181         * src/gtk/sslcertwindow.c
11182         * src/gtk/sslcertwindow.h
11183         * src/plugins/clamav/clamav_plugin.c
11184         * src/plugins/clamav/clamav_plugin.h
11185         * src/plugins/clamav/clamav_plugin_gtk.c
11186         * src/plugins/demo/demo.c
11187         * src/plugins/dillo_viewer/dillo_prefs.c
11188         * src/plugins/dillo_viewer/dillo_prefs.h
11189         * src/plugins/dillo_viewer/dillo_viewer.c
11190         * src/plugins/mathml_viewer/mathml_viewer.c
11191         * src/plugins/pgpcore/passphrase.c
11192         * src/plugins/pgpcore/passphrase.h
11193         * src/plugins/pgpcore/plugin.c
11194         * src/plugins/pgpcore/prefs_gpg.c
11195         * src/plugins/pgpcore/prefs_gpg.h
11196         * src/plugins/pgpcore/select-keys.c
11197         * src/plugins/pgpcore/select-keys.h
11198         * src/plugins/pgpcore/sgpgme.c
11199         * src/plugins/pgpcore/sgpgme.h
11200         * src/plugins/pgpinline/pgpinline.c
11201         * src/plugins/pgpinline/pgpinline.h
11202         * src/plugins/pgpinline/plugin.c
11203         * src/plugins/pgpmime/pgpmime.c
11204         * src/plugins/pgpmime/pgpmime.h
11205         * src/plugins/pgpmime/plugin.c
11206         * src/plugins/spamassassin/spamassassin.c
11207         * src/plugins/spamassassin/spamassassin.h
11208         * src/plugins/spamassassin/spamassassin_gtk.c
11209         * src/plugins/trayicon/trayicon.c
11210         * tools/OOo2sylpheed.pl
11211         * tools/acroread2sylpheed.pl
11212         * tools/asus_mailled.sh
11213         * tools/filter_conv.pl
11214         * tools/freshmeat_search.pl
11215         * tools/google_search.pl
11216         * tools/kmail2sylpheed.pl
11217         * tools/kmail2sylpheed_v2.pl
11218         * tools/maildir2sylpheed.pl
11219         * tools/multiwebsearch.pl
11220         * tools/newscache_clean.pl
11221         * tools/outlook2sylpheed.pl
11222         * tools/sylpheed-switcher
11223         * tools/update-po
11224         * tools/vcard2xml.py
11225         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11226                 update FSF address
11227
11228 2005-09-21 [colin]      1.9.14cvs46
11229
11230         * src/gedit-print.c
11231         * src/procmsg.c
11232         * src/procmsg.h
11233         * src/textview.c
11234         * src/summaryview.c
11235                 Remove some printing hacks (deselection/reselection),
11236                 which by the way fix printing the currently 
11237                 displayed mime part (still only text)
11238                 Plus a little optimisation of summary_show
11239
11240
11241 2005-09-20 [colin]      1.9.14cvs45
11242
11243         * src/mainwindow.c
11244         * src/messageview.c
11245                 GUI fixups: add accels, set message
11246                 view title to displayed mail's subject
11247         * src/prefs_spelling.c
11248         * src/gtk/gtkaspell.c
11249                 GUI fixups: allow underlining misspelled
11250                 words instead of coloring them (a11y!)
11251
11252 2005-09-19 [colin]
11253
11254         1.9.15rc3 released
11255
11256 2005-09-19 [colin]      1.9.14cvs44
11257
11258         * src/compose.c
11259                 Fix draft message
11260         * src/gtk/gtkaspell.c
11261                 Fix wrong test ;-)
11262
11263 2005-09-19 [colin]      1.9.14cvs43
11264
11265         * src/addressbook.c
11266                 Fix sensitivity of Delete button
11267         * src/compose.c
11268                 Warn if the requested Privacy system
11269                 is not available
11270         * src/exphtmldlg.c
11271         * src/expldifdlg.c
11272         * src/importldif.c
11273         * src/importmutt.c
11274         * src/importpine.c
11275                 Fix crappy UI
11276         * src/
11277         * src/ssl.h
11278         * src/prefs_account.h
11279         * src/prefs_account.c
11280                 Save SSL prefs even in builds that have
11281                 SSL support disable
11282         * src/imap.c
11283         * src/inc.c
11284         * src/news.c
11285         * src/send_message.c
11286                 Warn if connection should be secure, but
11287                 SSL support isn't compiled in
11288         * src/gtkaspell.c
11289                 Fix word separation on UTF-8 systems
11290                 Fixes bug #812 (Strange inline spellchecking)
11291         * src/compose.c
11292                 Warn if the requested Privacy system
11293                 is not available
11294                 Factorize offline warning
11295         * src/imap.c
11296         * src/imap_gtk.c
11297         * src/imap_gtk.h
11298         * src/inc.h
11299         * src/news_gtk.c
11300         * src/news_gtk.h
11301         * src/messageview.c
11302                 Factorize offline warning
11303
11304 2005-09-19 [paul]
11305
11306         1.9.15-rc2 released
11307
11308 2005-09-18 [colin]      1.9.14cvs42
11309
11310         * src/codeconv.c
11311         * src/codeconv.h
11312         * src/procmime.c
11313                 Add a way to get locale's charset ignoring utf-8,
11314                 and use that as default encoding for broken mails
11315
11316 2005-09-18 [colin]      1.9.14cvs41
11317
11318         * src/gtk/logwindow.c
11319                 Translate string. Patch by Fabien Vantard
11320
11321 2005-09-18 [colin]      1.9.14cvs40
11322
11323         * configure.ac
11324                 Fix bug #803 (IMAP/SSL support breaks with 
11325                 GnuTLS libetpan 0.38)
11326
11327 2005-09-18 [colin]      1.9.14cvs39
11328
11329         * src/codeconv.c
11330         * src/compose.c
11331         * src/procmime.c
11332                 More charsets fixes. Fixes bug #806 (non
11333                 ascii characters in subject line)
11334
11335 2005-09-17 [paul]       1.9.14cvs38
11336
11337         * src/folderview.c
11338         * src/mainwindow.c
11339                 fix gcc-2.95 issues
11340                 Patch by Pawel Pekala
11341
11342 2005-09-17 [colin]      1.9.14cvs37
11343
11344         * src/addrindex.c
11345                 bugfix for NO-USE LDAP compilation, patch 
11346                 by Fabien Vantard
11347
11348 2005-09-17 [colin]      1.9.14cvs36
11349
11350         * src/prefs_actions.c
11351         * src/prefs_customheader.c
11352         * src/prefs_display_header.c
11353         * src/prefs_filtering_action.c
11354         * src/prefs_matcher.c
11355         * src/prefs_toolbar.c
11356                 Fix strange casts (less elegant but
11357                 works better)
11358
11359 2005-09-16 [colin]      1.9.14cvs35
11360
11361         * src/jpilot.c
11362                 Missed that one
11363
11364 2005-09-16 [colin]      1.9.14cvs34
11365
11366         * configure.ac
11367         * src/Makefile.am
11368         * src/addr_compl.c
11369         * src/addrindex.c
11370         * src/browseldap.c
11371         * src/editldap.c
11372         * src/ldaplocate.c
11373         * src/ldapquery.c
11374         * src/ldapquery.h
11375         * src/ldapserver.c
11376         * src/ldapserver.h
11377         * src/main.c
11378         * src/matcher_parser_parse.y
11379         * src/prefs_themes.c
11380         * src/etpan/Makefile.am
11381         * src/gtk/description_window.c
11382         * src/plugins/clamav/Makefile.am
11383         * src/plugins/clamav/clamav_plugin.c
11384         * src/plugins/dillo_viewer/Makefile.am
11385         * src/plugins/pgpcore/Makefile.am
11386         * src/plugins/pgpinline/Makefile.am
11387         * src/plugins/pgpmime/Makefile.am
11388         * src/plugins/trayicon/Makefile.am
11389                 Fix 100% cpu usage in address completion list
11390                 Fix little bugs (return with no values etc)
11391                 Fix all warnings (with common CFLAGS)
11392
11393 2005-09-15 [colin]      1.9.14cvs33
11394
11395         * src/addressbook.c
11396                 Fix bug where sometimes a group's email list is empty,
11397                 force its refresh (probably fixes "Re: how to create a 
11398                 distribution list")
11399         * src/ldapquery.c
11400                 Don't return to the callback in the main thread from the
11401                 fetch thread (or face segs!)
11402
11403 2005-09-15 [paul]       1.9.14cvs32
11404
11405         * src/prefs_matcher.c
11406                 forgotten in last commit
11407
11408 2005-09-15 [paul]       1.9.14cvs31
11409
11410         * src/prefs_actions.c
11411         * src/prefs_filtering_action.c
11412         * src/prefs_quote.c
11413         * src/quote_fmt.c
11414         * src/summaryview.c
11415         * src/gtk/description_window.c
11416         * src/gtk/description_window.h
11417         * src/gtk/quicksearch.c
11418                 allow interaction with the called
11419                 description window
11420                 Patch by Anders Hammar
11421
11422 2005-09-14 [paul]       1.9.14cvs30
11423
11424         * src/compose.c
11425                 fix a little annoyance when pasting with 3rd button 
11426                 with wrap_pastes=0 and wrap_input=1
11427                 Patch by Colin
11428
11429 2005-09-14 [paul]       1.9.14cvs29
11430
11431         * src/prefs_account.c
11432                 disable 'Filter messages on receiving' for
11433                 SMTP-only accounts
11434                 Patch  by Anders Hammar
11435
11436 2005-09-14 [paul]       1.9.14cvs28
11437
11438         * po/sk.po
11439                 fix crash
11440                 updated by Andrej Kacian
11441
11442 2005-09-14 [paul]
11443
11444         1.9.15-rc1 released
11445
11446 2005-09-14 [paul]       1.9.14cvs27
11447
11448         * po/es.po
11449                 updated by Ricardo Mones Lastra
11450         * src/compose.c
11451         * src/compose.h
11452                 associate no_wrap_tags to Compose windows
11453                 instead of using a static one
11454                 Patch by Colin
11455         * src/mbox.c
11456                 fix proc_mbox()
11457                 Patch by wwp
11458         * src/textview.c
11459                 remove unneeded printf()
11460
11461 2005-09-14 [paul]       1.9.14cvs26
11462
11463         * src/addrcache.c
11464         * src/codeconv.h
11465         * src/folder.h
11466         * src/mainwindow.h
11467         * src/mh.c
11468         * src/mimeview.h
11469         * src/partial_download.c
11470         * src/pop.c
11471         * src/prefs_account.c
11472         * src/prefs_account.h
11473         * src/prefs_actions.c
11474         * src/prefs_customheader.c
11475         * src/prefs_display_header.c
11476         * src/prefs_filtering_action.c
11477         * src/prefs_matcher.c
11478         * src/prefs_toolbar.c
11479         * src/privacy.h
11480         * src/procmime.c
11481         * src/procmime.h
11482         * src/procmsg.h
11483         * src/textview.c
11484         * src/undo.h
11485         * src/common/plugin.c
11486         * src/common/session.h
11487         * src/common/socket.c
11488         * src/common/socket.h
11489         * src/common/template.c
11490         * src/gtk/gtkaspell.c
11491         * src/gtk/quicksearch.h
11492         * src/plugins/pgpcore/passphrase.c
11493         * src/plugins/pgpcore/prefs_gpg.h
11494         * src/plugins/pgpcore/select-keys.c
11495         * src/plugins/pgpcore/select-keys.h
11496         * src/plugins/pgpcore/sgpgme.c
11497         * src/plugins/pgpinline/pgpinline.c
11498         * src/plugins/pgpmime/pgpmime.c
11499         * src/plugins/trayicon/trayicon.c
11500                 fix compilation warnings
11501                 Patch by Daniel Gustafson
11502
11503 2005-09-14 [paul]       1.9.14cvs25
11504
11505         * src/addressbook.c
11506                 add missing column header, and other small
11507                 bug fixes
11508                 Patch by Anders Hammar
11509
11510 2005-09-13 [colin]      1.9.14cvs24
11511
11512         * src/gtk/gtkaspell.c
11513                 Fix non-utf8 in menu
11514                 Fix little leaks
11515                 Nullify struct members after free()s
11516
11517 2005-09-13 [colin]      1.9.14cvs23
11518
11519         * src/compose.c
11520                 Test utf8 compliance before inserting to 
11521                 buffer, and try to convert if necessary
11522         * src/procmime.c
11523                 If no charset is present, use the locale 
11524                 one instead of us-ascii
11525         * src/procmsg.c
11526                 Add Sender, List-Post and To in the checked 
11527                 headers for automatic rules creation 
11528                 (thanks to wwp)
11529         * src/prefs_themes.c
11530         * src/gtk/gtkaspell.c
11531                 Remove deprecated functions. 
11532                 patch by Daniel Gustafson
11533
11534 2005-09-12 [colin]      1.9.14cvs22
11535
11536         * src/compose.c
11537                 Fix bug #448 (Scrolling/Redraw issue with 
11538                 address-fields in Header)
11539         * src/mainwindow.c
11540         * src/summaryview.c
11541         * src/summaryview.h
11542                 Fix loss of MSG_MARKED on move/copy
11543                 Fix bug #804 (Quicksearch togglebutton doesn't 
11544                 get depressed after '/' key is pressed)
11545
11546 2005-09-12 [paul]       1.9.14cvs21
11547
11548         * AUTHORS
11549         * src/gtk/logwindow.c
11550                 add 'Clear Log' to popup menu
11551                 Patch by Anders Hammar <anders.hammar@telia.com>
11552
11553 2005-09-12 [paul]       1.9.14cvs20
11554
11555         * src/compose.c
11556                 set correct sensitivity on attachments
11557                 popup menu
11558         * src/folder.c
11559                 fix typo
11560         * src/prefs_spelling.c
11561                 fix crash when no LANG env is set
11562         * src/common/xml.c
11563                 fix crash in wizard
11564                 don't use memeory after free
11565
11566         All patches by Daniel Gustafson
11567
11568 2005-09-12 [paul]       1.9.14cvs19
11569
11570         * src/prefs_themes.c
11571                 make theme info selectable
11572         * src/gtk/description_window.c
11573                 make window non-modal
11574         * tools/README
11575                 add details of asus_mailed.sh
11576         * tools/claws.i18n.status.pl
11577                 update for new zh_TW translator
11578                 widen the output
11579                 create alternate coloured lines
11580                 improve readability
11581
11582 2005-09-10 [colin]      1.9.14cvs18
11583
11584         * src/plugins/pgpcore/select-keys.c
11585                 Better order for the buttons
11586
11587 2005-09-10 [colin]      1.9.14cvs17
11588
11589         * src/compose.c
11590         * src/plugins/pgpcore/select-keys.c
11591         * src/plugins/pgpcore/select-keys.h
11592         * src/plugins/pgpcore/sgpgme.c
11593                 Add a "Don't encrypt" button to the key
11594                 selection dialog. Fixes bug #177 (There should be a 
11595                 'Don't encrypt button in the Select Keys dialog)
11596
11597 2005-09-10 [colin]      1.9.14cvs16
11598
11599         * src/compose.c
11600                 Fix bug #572 (%X option does not work with templates)
11601
11602 2005-09-10 [colin]      1.9.14cvs15
11603
11604         * src/toolbar.c 
11605                 Remove g_print
11606
11607 2005-09-10 [colin]      1.9.14cvs14
11608
11609         * src/imap.c
11610                 Fix a possible crash
11611
11612 2005-09-09 [colin]      1.9.14cvs13
11613
11614         * src/imap.c
11615         * src/etpan/imap-thread.c
11616         * src/etpan/imap-thread.h
11617                 Fix moving from queue or drafts to normal folders
11618                 Fix bug #794 (No way to delete without expunging)
11619                 Take flags unset by other mailers into account
11620                 Take deleted flag set by other mailers into account
11621                 Fix unsetting REPLIED flag
11622                 Fix crash when capabilities can't be retrieved
11623         * src/mainwindow.c
11624         * src/mainwindow.h
11625                 Add M_DELAYED_FLAGS condition, and let the user use
11626                 Execute in order to be able to expunge deleted mails,
11627                 even if he's not in delayed execute mode
11628         * src/prefs_spelling.c
11629                 Use 'en' dictionary by default if LANG is POSIX or C
11630         * src/gtk/prefswindow.c
11631                 Fix bug #767 (Preferences windows expanding) by making
11632                 the window a bit larger when the resolution is greater
11633                 than 640x480, and by putting the prefs in a
11634                 GtkScrolledWindow.
11635
11636 2005-09-09 [paul]       1.9.14cvs12
11637
11638         * AUTHORS
11639         * configure.ac
11640         * po/zh_TW.Big5.po      ** REMOVED **
11641         * po/zh_TW.po           ** ADDED **
11642                 updated by Wei-Lun Chao
11643
11644 2005-09-09 [paul]       1.9.14cvs11
11645
11646         * src/mainwindow.c
11647                 fix asserts
11648         * src/common/xml.c
11649                 delay memory allocation until file is
11650                 opened successfully
11651                 Patch by Daniel Gustafson
11652
11653 2005-09-09 [colin]      1.9.14cvs10
11654
11655         * src/imap.c
11656                 Add guards
11657
11658 2005-09-08 [colin]      1.9.14cvs9
11659
11660         * src/compose.c
11661                 Alert when we can't save draft
11662                 Fix various wrap/color issues
11663                 Add mid-click pasting respecting wrap_paste option
11664         * src/folder.c
11665         * src/folder.h
11666         * src/folder_item_prefs.c
11667         * src/folder_item_prefs.h
11668         * src/imap.c
11669         * src/imap_gtk.c
11670         * src/imap_gtk.h
11671         * src/main.c
11672         * src/mainwindow.c
11673         * src/mainwindow.h
11674         * src/news.c
11675         * src/news_gtk.c
11676         * src/news_gtk.h
11677         * src/prefs_folder_item.c
11678                 Fix the impossibility to synchronise folders for
11679                 offline use (IMAP and NNTP are concerned)
11680
11681 2005-09-08 [colin]      1.9.14cvs8
11682
11683         * configure.ac
11684                 Build LDAP and JPilot by default if available
11685         * src/textview.c
11686                 Fix use after free
11687
11688 2005-09-08 [paul]       1.9.14cvs7
11689
11690         * doc/manual/en/sylpheed-1.html
11691         * doc/manual/en/sylpheed-18.html
11692         * doc/manual/en/sylpheed-19.html
11693         * doc/manual/en/sylpheed-4.html
11694         * doc/manual/en/sylpheed-6.html
11695         * doc/manual/en/sylpheed.html
11696                 a few minor updates, plus include some
11697                 details about plugins and their requirements
11698         * src/mainwindow.c
11699                 minor changes to English in /View/Sort
11700
11701 2005-09-07 [colin]      1.9.14cvs6
11702
11703         * doc/manual/en/sylpheed-1.html
11704         * doc/manual/en/sylpheed-10.html
11705         * doc/manual/en/sylpheed-11.html
11706         * doc/manual/en/sylpheed-12.html
11707         * doc/manual/en/sylpheed-13.html
11708         * doc/manual/en/sylpheed-14.html
11709         * doc/manual/en/sylpheed-15.html
11710         * doc/manual/en/sylpheed-16.html
11711         * doc/manual/en/sylpheed-17.html
11712         * doc/manual/en/sylpheed-18.html
11713         * doc/manual/en/sylpheed-19.html
11714         * doc/manual/en/sylpheed-2.html
11715         * doc/manual/en/sylpheed-20.html
11716         * doc/manual/en/sylpheed-21.html
11717         * doc/manual/en/sylpheed-22.html
11718         * doc/manual/en/sylpheed-3.html
11719         * doc/manual/en/sylpheed-4.html
11720         * doc/manual/en/sylpheed-5.html
11721         * doc/manual/en/sylpheed-6.html
11722         * doc/manual/en/sylpheed-7.html
11723         * doc/manual/en/sylpheed-8.html
11724         * doc/manual/en/sylpheed-9.html
11725         * doc/manual/en/sylpheed.html
11726                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11727
11728 2005-09-07 [colin]      1.9.14cvs5
11729
11730         * src/mainwindow.c
11731                 Make labels more to-the-point
11732
11733 2005-09-07 [colin]      1.9.14cvs4
11734
11735         * doc/manual/en/sylpheed-1.html
11736         * doc/manual/en/sylpheed-12.html
11737         * doc/manual/en/sylpheed-13.html
11738         * doc/manual/en/sylpheed-14.html
11739         * doc/manual/en/sylpheed-15.html
11740         * doc/manual/en/sylpheed-16.html
11741         * doc/manual/en/sylpheed-17.html
11742         * doc/manual/en/sylpheed-18.html
11743         * doc/manual/en/sylpheed-19.html
11744         * doc/manual/en/sylpheed-2.html
11745         * doc/manual/en/sylpheed-20.html
11746         * doc/manual/en/sylpheed-21.html
11747         * doc/manual/en/sylpheed-22.html
11748         * doc/manual/en/sylpheed-4.html
11749         * doc/manual/en/sylpheed-5.html
11750         * doc/manual/en/sylpheed-6.html
11751         * doc/manual/en/sylpheed-7.html
11752         * doc/manual/en/sylpheed-8.html
11753         * doc/manual/en/sylpheed-9.html
11754         * doc/manual/en/sylpheed.html
11755                 Update manual
11756
11757 2005-09-07 [colin]      1.9.14cvs3
11758
11759         * doc/faq/en/sylpheed-faq-1.html
11760         * doc/faq/en/sylpheed-faq-2.html
11761         * doc/faq/en/sylpheed-faq-3.html
11762         * doc/faq/en/sylpheed-faq.html
11763                 Update FAQ
11764
11765 2005-09-07 [colin]      1.9.14cvs2
11766
11767         * src/folderview.c
11768         * src/procmsg.c
11769         * src/summaryview.c
11770         * src/toolbar.c
11771                 Fix special subfolders:
11772                 - Inherit parent's icon
11773                 - sent contents of queues subfolders
11774                 - empty subfolders of trashes
11775         * src/mainwindow.c
11776                 Remove outdated manual and faq entries
11777         * src/common/utils.c
11778                 Add quotes around %s coming from mailcap
11779
11780 2005-09-07 [colin]      1.9.14cvs1
11781
11782         * src/compose.c
11783                 After saving draft, set modified to FALSE
11784         * src/mimeview.c
11785         * src/common/utils.c
11786         * src/common/utils.h
11787                 Try to open mime parts using what is 
11788                 indicated in ~/.mailcap or /etc/mailcap,
11789                 if possible.
11790
11791 2005-09-05 [paul]       1.9.14
11792
11793         1.9.14 released
11794
11795         * po/sk.po
11796                 updated by Andrej Kacian
11797
11798 2005-09-05 [paul]       1.9.13cvs83
11799
11800         * po/de.po
11801         * po/es.po
11802         * po/fi.po
11803         * po/fr.po
11804         * po/nb.po
11805         * po/pt_BR.po
11806         * po/sr.po
11807                 updated translations by Thomas Gilgin, Ricardo Mones
11808                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11809                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11810
11811 2005-09-04 [paul]       1.9.13cvs82
11812
11813         * src/compose.c
11814                 only warn about exceeded line length limit
11815                 on send
11816
11817 2005-09-04 [paul]       1.9.13cvs81
11818
11819         * src/compose.c
11820                 fix crash in 'line length exceeded' dialogue
11821
11822 2005-09-02 [paul]       1.9.13cvs80
11823
11824         * src/imap.c
11825                 fix bug 795, 'Connection lost IMAP'
11826                 and add statusbar prints
11827                 Patch by Colin
11828
11829 2005-09-02 [paul]       1.9.13cvs79
11830
11831         * src/compose.c
11832                 compose_wrap_paragraph() becomes
11833                 compose_beautify_paragraph()
11834                 Patch by Colin
11835
11836 2005-09-02 [colin]      1.9.13cvs78
11837
11838         * src/folderview.c
11839                 Micro-fix
11840
11841 2005-09-01 [colin]      1.9.13cvs77
11842
11843         * src/imap.c
11844                 Maybe fix bug #795 (Connection lost IMAP)
11845                 Don't try to send logout when we're disconnected.
11846         * src/summaryview.c
11847                 Include locked and marked emails in HRM
11848                 view. Fixes bug #800 (Locked messages no longer 
11849                 show up when hide read messages is used)
11850
11851 2005-09-01 [paul]       1.9.13cvs76
11852
11853         * src/prefs_common.c
11854                 fix bad cutting
11855
11856 2005-08-31 [colin]      1.9.13cvs75
11857
11858         * src/folderview.c
11859         * src/folderview.h
11860         * src/prefs_summaries.c
11861         * src/summaryview.c
11862                 Fix "go to next new", fix preference
11863                 (Open unread/next swapped)
11864
11865 2005-08-31 [paul]       1.9.13cvs74
11866
11867         * src/compose.c
11868         * src/folderview.c
11869         * src/headerview.c
11870         * src/headerview.h
11871         * src/mainwindow.c
11872         * src/prefs_common.c
11873         * src/prefs_common.h
11874         * src/prefs_fonts.c
11875         * src/summaryview.c
11876         * src/textview.c
11877         * src/common/defs.h
11878                 remove obsolete BOLD_FONT setting
11879                 fix font update in headerview and textview
11880                 headers after prefs change
11881                 Patch By Colin
11882
11883 2005-08-31 [paul]
11884
11885         1.9.14-rc4 released
11886
11887 2005-08-30 [colin]      1.9.13cvs73
11888
11889         * src/summaryview.c
11890                 When Hide read messages is selected and we
11891                 refresh the summaryview, don't remove the 
11892                 currently displayed message. Fixes bug #797
11893                 (Summary view reloads when new mail is 
11894                 downloaded in 1.9.14 rc)
11895
11896 2005-08-30 [colin]      1.9.13cvs72
11897
11898         * src/folderview.c
11899                 Fix flickering
11900         * src/mainwindow.c
11901                 Remove useless callback
11902         * src/mimeview.c
11903         * src/gtk/filesel.c
11904         * src/gtk/filesel.h
11905                 Add a filesel_select_file_save_folder() - used by Save All
11906
11907 2005-08-29 [paul]       1.9.13cvs71
11908
11909         * AUTHORS
11910         * src/matcher_parser_parse.y
11911         * src/etpan/imap-thread.c
11912                 fix building on FreeBSD
11913                 Patch by Daniel Gustafson <daniel@hobbit.se>
11914
11915 2005-08-29 [paul]       1.9.13cvs70
11916
11917         * src/plugins/pgpinline/pgpinline.c
11918                 only initialise sig result if it's been handled
11919                 Patch by Colin
11920
11921 2005-08-29 [paul]       1.9.13cvs69
11922         
11923         Patches by Colin:
11924
11925         * src/imap.c
11926         * src/common.utils.c
11927         * src/common/utils.h
11928                 optimisation
11929         * src/stock_pixmap.h
11930                 fix wrong icon reference
11931         * src/pixmaps/trash_btn.xpm
11932                 replace with nicer image
11933
11934 2005-08-28 [colin]      1.9.13cvs68
11935
11936         * src/Makefile.am
11937         * src/stock_pixmap.c
11938         * src/stock_pixmap.h
11939         * src/toolbar.c
11940         * src/pixmaps/trash_btn.xpm
11941                 Add a specific trash xpm for the button
11942
11943 2005-08-28 [colin]      1.9.13cvs67
11944
11945         * src/imap.c
11946                 Fix leak
11947
11948 2005-08-27 [colin]      1.9.13cvs66
11949
11950         * src/imap.c
11951         * src/procmime.c
11952                 Correctly fix "Problem with replies", fixes
11953                 pgpmime encryption too. 
11954
11955 2005-08-27 [colin]      1.9.13cvs65
11956
11957         * src/folder.c
11958         * src/procmsg.c
11959         * src/procmsg.h
11960         * src/summaryview.c
11961                 Fix bug #517 (messages removed from summaryview 
11962                 when moving fails)
11963
11964 2005-08-27 [colin]      1.9.13cvs64
11965
11966         * tools/Makefile.am
11967         * tools/asus_mailled.sh
11968                 Add a script to blink ASUS laptops' mail LED where there
11969                 is unread mail.
11970
11971 2005-08-27 [colin]      1.9.13cvs63
11972
11973         * src/imap.c
11974         * src/etpan/imap-thread.c
11975         * src/etpan/imap-thread.h
11976                 Implement automatic choosing of login method
11977                 Fixes bug #791
11978         * src/gtk/.cvsignore
11979                 Add sylpheed-marshal.[ch]
11980
11981 2005-08-27 [colin]      1.9.13cvs62
11982
11983         * src/common/utils.c
11984                 Fix confusing perror
11985
11986 2005-08-27 [colin]      1.9.13cvs61
11987
11988         * src/toolbar.c
11989         * src/toolbar.h
11990                 Remove A_DELETE, replace it with 
11991                 A_TRASH and A_DELETE_REAL. Automatically
11992                 rewrite config files to replace A_DELETE
11993                 with A_TRASH (no functionality change).
11994                 Fixes half of #794
11995
11996 2005-08-26 [colin]      1.9.13cvs60
11997
11998         * src/procmime.c
11999                 Previous "Problem with replies" fix brought other
12000                 problems, fixing them
12001
12002 2005-08-26 [colin]      1.9.13cvs59
12003
12004         * src/procmime.c
12005                 Fix "Problem with replies". This happened only
12006                 on IMAP...
12007         * src/procmsg.c
12008                 Factorize code a bit
12009         * src/compose.c
12010                 Speed improvement on very long messages (wrapping)
12011                 Fix signature color on Reedit and Redirect
12012                 On Reedit, don't attach pgp-signatures parts, but
12013                 set signing to On.
12014
12015 2005-08-24 [paul]       1.9.13cvs58
12016
12017         * src/compose.c
12018                 don't claim success when clicking
12019                 Cancel on the passphrase box.
12020                 Patch by Colin
12021
12022 2005-08-24 [paul]       1.9.13cvs57
12023
12024         * src/main.c
12025                 fix misplaced sylpheed.log
12026         * src/common/defs.h
12027                 define UIDL_DIR
12028
12029 2005-08-24 [paul]       1.9.13cvs56
12030
12031         * src/imap.c
12032         * src/etpan/imap-thread.c
12033         * src/etpan/imap-thread.h
12034                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
12035                 Patch by Colin
12036         * src/gtk/sylpheed-marshal.c    ** REMOVED **
12037         * src/gtk/sylpheed-marshal.h    ** REMOVED **
12038                 remove autogenerated files
12039         * tools/kdeservicemenu/README
12040         * tools/kdeservicemenu/install.sh
12041         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12042         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12043                 use Claws icon, use 'Sylpheed-Claws' in menu,
12044                 use kdialog, and other cleanups
12045
12046 2005-08-23 [paul]       1.9.13cvs55
12047
12048         * src/compose.c
12049                 fix paste/wrap crash
12050                 Patch by Colin
12051
12052 2005-08-23 [paul]       1.9.13cvs54
12053
12054         * src/main.c
12055                 fix crash recovery
12056                 Patch by Colin
12057
12058 2005-08-23 [paul]       1.9.13cvs53
12059
12060         * src/addressbook.c
12061         * src/editaddress.c
12062                 view all data of LDAP contacts
12063                 Patch by Colin
12064
12065 2005-08-23 [paul]       1.9.13cvs52
12066
12067         * src/addressbook.c
12068                 fix issues with the Search field
12069                 Patch by Colin
12070
12071 2005-08-22 [paul]       1.9.13cvs51
12072
12073         * src/folderview.c
12074                 put name of folder in processing dialog
12075                 title
12076         * src/prefs_folder_item.c
12077                 improve english usage
12078
12079 2005-08-22 [paul]       1.9.13cvs50
12080
12081         * src/filtering.c
12082         * src/filtering.h
12083         * src/matcher.c
12084         * src/matcher_parser_lex.l
12085         * src/matcher_parser_parse.y
12086         * src/prefs_filtering.c
12087                 add Filtering/Processing rule names feature.
12088                 (the incompatible old matcherrc is saved as
12089                 matcherrc.pre_names).
12090                 Patch by Colin
12091
12092 2005-08-22 [paul]       1.9.13cvs49
12093
12094         * src/procmsg.c
12095                 fix colour labelling
12096                 Patch by Colin
12097
12098 2005-08-22 [paul]       1.9.13cvs48
12099
12100         * src/textview.c
12101                 fix open_image_cb()
12102
12103 2005-08-22 [paul]       1.9.13cvs47
12104
12105         * src/imap.c
12106                 fix bug 789, 'SC crashes with imap (CVS ver)'
12107                 Patch by Colin
12108
12109 2005-08-22 [paul]       1.9.13cvs46
12110
12111         * src/mimeview.c
12112         * src/prefs_common.c
12113         * src/common/defs.h
12114                 define reused defaults in defs.h
12115         * src/textview.c
12116                 add 'Open image' to image popup menu
12117
12118 2005-08-21 [colin]      1.9.13cvs45
12119
12120         * src/summaryview.c
12121                 Fix bug #788 (Bogus "From" address displayed)
12122
12123 2005-08-20 [colin]      1.9.13cvs44
12124
12125         * src/folder.c
12126                 Fix buf #787 (multilevel delete causes SIGSEGV)
12127
12128 2005-08-19 [colin]      1.9.13cvs43
12129
12130         * src/inc.c
12131         * src/prefs_common.c
12132         * src/prefs_common.h
12133                 Add an hidden pref to allow modifying the
12134                 update stepping in incorporation.
12135                 Patch by wwp.
12136
12137 2005-08-19 [colin]      1.9.13cvs42
12138
12139         * src/compose.c
12140         * src/procmime.c
12141                 Workaround for broken MUAs: encode 
12142                 Content-type: name: as ASCII and 
12143                 Content-Disposition: filename: as
12144                 per rfc2231
12145         * src/prefs_account.c
12146                 Fix invisible-ness of SMTP SSL prefs
12147                 in NNTP accounts
12148
12149 2005-08-19 [paul]       1.9.13cvs41
12150
12151         * src/compose.c
12152         * src/prefs_common.c
12153         * src/prefs_common.h
12154         * src/prefs_wrapping.c
12155                 paste with or without wrapping.
12156                 patch by Colin
12157
12158 2005-08-19 [paul]       1.9.13cvs40
12159
12160         * src/prefs_common.c
12161         * src/prefs_common.h
12162         * src/summaryview.c
12163                 reintroduce enable_swap_from as a
12164                 hidden pref. patch by Colin
12165         * src/quote_fmt_parse.y
12166         * src/plugins/clamav/clamav_plugin.c
12167         * src/plugins/dillo_viewer/dillo_viewer.c
12168         * src/plugins/mathml_viewer/mathml_viewer.c
12169         * src/plugins/pgpcore/sgpgme.c
12170         * src/plugins/pgpinline/pgpinline.c
12171         * src/plugins/pgpmime/pgpmime.c
12172                 tidy up. patch by Colin
12173
12174 2005-08-19 [paul]       1.9.13cvs39
12175
12176         * configure.ac
12177                 complete cvs38's sync
12178         * src/editaddress.c
12179         * src/gedit-print.c
12180         * src/mutt.c
12181         * src/etpan/etpan-log.c
12182         * src/etpan/imap-thread.c
12183         * src/gtk/gtksourceprintjob.c
12184                 fix compilation warnings
12185                 (patch by Colin)
12186
12187 2005-08-19 [paul]       1.9.13cvs38
12188
12189         sync with main:
12190
12191         * src/account.c
12192         * src/action.c
12193         * src/addrbook.c
12194         * src/addrcache.c
12195         * src/addrharvest.c
12196         * src/addrindex.c
12197         * src/codeconv.c
12198         * src/compose.c
12199         * src/crash.c
12200         * src/exporthtml.c
12201         * src/exportldif.c
12202         * src/folder.c
12203         * src/image_viewer.c
12204         * src/inc.c
12205         * src/inc.h
12206         * src/jpilot.c
12207         * src/ldif.c
12208         * src/main.c
12209         * src/matcher.c
12210         * src/mbox.c
12211         * src/messageview.c
12212         * src/mh.c
12213         * src/mimeview.c
12214         * src/msgcache.c
12215         * src/mutt.c
12216         * src/news.c
12217         * src/partial_download.c
12218         * src/pine.c
12219         * src/pop.c
12220         * src/prefs_actions.c
12221         * src/prefs_common.c
12222         * src/prefs_customheader.c
12223         * src/prefs_display_header.c
12224         * src/prefs_gtk.c
12225         * src/prefs_themes.c
12226         * src/procheader.c
12227         * src/procmime.c
12228         * src/procmsg.c
12229         * src/recv.c
12230         * src/send_message.c
12231         * src/simple-gettext.c
12232         * src/sourcewindow.c
12233         * src/textview.c
12234         * src/vcard.c
12235         * src/common/defs.h
12236         * src/common/log.c
12237         * src/common/plugin.c
12238         * src/common/prefs.c
12239         * src/common/session.c
12240         * src/common/session.h
12241         * src/common/socket.c
12242         * src/common/socket.h
12243         * src/common/ssl_certificate.c
12244         * src/common/template.c
12245         * src/common/utils.c
12246         * src/common/utils.h
12247         * src/common/xml.c
12248         * src/gtk/about.c
12249         added wrappers for C library function that
12250                 take pathname arguments.
12251                 enabled compilation with MinGW.
12252                 use GDir instead of directly using opendir().
12253                 added rename_force().
12254
12255 2005-08-19 [paul]       1.9.13cvs37
12256         
12257         patches by Colin:
12258         * src/compose.c
12259                 fix privacy settings on re-editing
12260                 a sent message
12261         * src/jpilot.c
12262                 fix encoding bug
12263         * src/folder.c
12264         * src/procmsg.c
12265         * src/procmsg.h
12266         * src/summaryview.c
12267                 flag changing optimisation
12268
12269 2005-08-18 [martin]     1.9.13cvs36
12270
12271         * commitHelper
12272             added my login
12273         * src/addrcache.c
12274         * src/addrharvest.c
12275         * src/addrindex.c
12276         * src/compose.c
12277         * src/grouplistdialog.c
12278         * src/main.c
12279         * src/mainwindow.c
12280         * src/msgcache.c
12281         * src/mutt.c
12282         * src/pine.c
12283         * src/prefs_account.c
12284         * src/prefs_themes.c
12285         * src/stock_pixmap.c
12286         * src/summaryview.c
12287         * src/gtk/about.c
12288         * src/gtk/logwindow.c
12289             removed deprecated glib and gdk stuff
12290         * src/plugins/pgpcore/select-keys.c
12291             convert attributes from locale to utf8
12292
12293 2005-08-17 [paul]       1.9.13cvs35
12294
12295         * src/account.c
12296         * src/addressbook.c
12297                 use new GTK_STOCK_ icons if available
12298         * src/summaryview.c
12299         * src/gtk/gtksctree.c
12300         * src/gtk/gtksctree.h
12301                 faster range select. patch by Colin
12302
12303 2005-08-17 [paul]       1.9.13cvs34
12304
12305         patches by colin:
12306         * src/addressbook.c
12307         * src/addressitem.h
12308                 Add an edit button for contacts, fix selections
12309                 of gtksctree items
12310         * src/editaddress.c
12311                 Change labels, let Save be always possible in the
12312                 email and user atributes tabs
12313         * src/folderview.c
12314                 fix sort issues
12315         * src/summaryview.c
12316                 select next item instead of the displayed one
12317                 after deletion
12318
12319         * src/gtk/progressdialog.c
12320                 use prefs_common.enable_rules_hint
12321
12322 2005-08-13 [hoa]        1.9.13cvs33
12323
12324         * src/etpan/imap-thread.c
12325                 fixed build on Solaris.
12326
12327 2005-08-10 [colin]      1.9.13cvs32
12328
12329         * src/procmsg.c
12330                 Fix cvs31 (missing fclose before reading
12331                 the file)
12332
12333 2005-08-10 [colin]      1.9.13cvs31
12334
12335         * src/procmsg.c
12336                 Fix procmsg_msginfo_new_from_mimeinfo() when
12337                 the MimeInfo isn't stored in memory. This fixes
12338                 replying to an attached message.
12339
12340 2005-08-10 [colin]      1.9.13cvs30
12341
12342         * src/mainwindow.c
12343                 Fix slowness in account changing
12344
12345 2005-08-10 [colin]      1.9.13cvs29
12346
12347         * src/folder.c
12348         * src/folderutils.c
12349         * src/folderview.c
12350         * src/imap_gtk.c
12351         * src/mainwindow.c
12352         * src/mh_gtk.c
12353         * src/procmsg.c
12354         * src/summaryview.c
12355                 Optimize folder_has_parent_of_type
12356                 Prevent moving special sub-folders from contextual menus
12357                 Rework message a bit ("Empty all messages" -> "Delete all
12358                 messages")
12359                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12360                 and "Deleted Items" folders)
12361
12362 2005-08-08 [colin]      1.9.13cvs28
12363
12364         * src/summaryview.c
12365         * src/prefs_summaries.c
12366                 Make "Select first unread|new" more flexible
12367                 (just prioritize new or unread)
12368
12369 2005-08-08 [colin]      1.9.13cvs27
12370
12371         * src/summaryview.c
12372                 If "select first new" is selected and there only
12373                 are unread messages, fallback to "select first
12374                 unread".
12375
12376 2005-08-08 [colin]      1.9.13cvs26
12377
12378         * src/folder.c
12379                 Fix shameful bugs (and bug #779)
12380
12381 2005-08-08 [colin]      1.9.13cvs25
12382
12383         * src/folder.c
12384         * src/folder.h
12385                 Cache parents' type to make folder_has_parent_of_type
12386                 faster
12387         * src/folderview.c
12388                 Forbid DnD of special sub-folders
12389         * src/procmsg.c
12390         * src/procmsg.h
12391                 Add MAIL_POSTFILTERING_HOOK
12392         * src/summaryview.c
12393                 Revert over-zealous deletion of the use_addr_book 
12394                 code
12395
12396 2005-08-07 [colin]      1.9.13cvs24
12397
12398         * src/folder.c
12399                 Fix big mistake (passing MsgInfo instead 
12400                 of FolderItem)
12401
12402 2005-08-07 [colin]      1.9.13cvs23
12403
12404         * src/compose.c
12405         * src/folder.c
12406         * src/folder.h
12407         * src/foldersel.c
12408         * src/folderutils.c
12409         * src/folderview.c
12410         * src/imap.c
12411         * src/mainwindow.c
12412         * src/messageview.c
12413         * src/mh.c
12414         * src/msgcache.c
12415         * src/procmime.c
12416         * src/summaryview.c
12417                 Make subfolders of Drafts, Queue, Outbox, Trash
12418                 work like their parents. 
12419                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12420
12421 2005-08-07 [colin]      1.9.13cvs22
12422
12423         * src/addressbook.c
12424                 Fix bug #771 (Dragged contacts not saved)
12425
12426 2005-08-07 [paul]       1.9.13cvs21
12427
12428         * src/summaryview.c
12429                 fix bug 32 'Search Doesn't display results
12430                 if "Hide Read Messages" is chosen'
12431                 be more literal in interpreting 'Hide read
12432                 messages'
12433
12434 2005-08-07 [colin]      1.9.13cvs20
12435
12436         * src/folderview.c
12437                 Add debug
12438         * src/summaryview.c
12439                 Faster 'unthread_for_execution'
12440
12441 2005-08-06 [paul]       1.9.13cvs19
12442
12443         * src/mainwindow.c
12444                 add mnemonics to Set displayed columns
12445                 fix bug where msgview_visible option was
12446                 overwritten as TRUE on startup
12447
12448 2005-08-06 [paul]       1.9.13cvs18
12449
12450         * src/mainwindow.c
12451                 refer to 'displayed columns in folder/message
12452                 list' not 'displayed items in summary/message view'
12453         * src/prefs_display_header.c
12454                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12455                 be consistent with similar dialogues
12456         * src/prefs_folder_column.c
12457         * src/prefs_summary_column.c
12458                 'columns' not 'items', and folder and message lists,
12459                 instead of folder and summary views;
12460                 Use 'Hidden columns' as list heading not 'Available
12461                 items';
12462                 move the 'Remove' button to the right hand side;
12463                 top-align the buttons;
12464                 remove unneeded vbox
12465         * src/prefs_summaries.c
12466                 put the 2 column prefs buttons in a frame to reduce
12467                 overall width; refer to columns not items &c.
12468
12469 2005-08-05 [colin]      1.9.13cvs17
12470
12471         * src/prefs_common.c
12472         * src/prefs_common.h
12473         * src/mainwindow.c
12474         * src/compose.c
12475         * src/messageview.c
12476                 Add an hidden toolbar_detachable pref, so
12477                 that I can get rid of these painful handles
12478                 in the toolbars. Defaults to TRUE to avoid
12479                 changing the GUI on unsuspecting people...
12480
12481 2005-08-05 [colin]      1.9.13cvs16
12482
12483         * src/Makefile.am
12484         * src/prefs_folder_column.c
12485         * src/prefs_folder_column.h
12486                 Add prefs for folder columns
12487         * src/folderview.c
12488         * src/folderview.h
12489         * src/mainwindow.c
12490         * src/mainwindow.h
12491         * src/prefs_common.c
12492         * src/prefs_common.h
12493         * src/prefs_summaries.c
12494                 Use them
12495         * src/prefs_summary_column.c
12496         * src/summaryview.c
12497         * src/summaryview.h
12498                 Add a To column
12499         * src/textview.c
12500         * src/common/utils.c
12501         * src/common/utils.h
12502                 Move uri colourisation functions
12503                 to utils
12504         * src/compose.c
12505                 Colourise URIs
12506         * src/imap.c
12507                 Fix bug with LIST where we'd try
12508                 to get Folder//////[...]/// 
12509
12510 2005-08-05 [paul]       1.9.13cvs15
12511
12512         * src/prefs_summaries.c
12513                 improve the English usage
12514         * src/summaryview.c
12515                 set font on column change
12516                 thanks to Colin
12517
12518 2005-08-05 [paul]       1.9.13cvs14
12519
12520         * src/prefs_common.c
12521         * src/prefs_common.h
12522         * src/prefs_summaries.c
12523         * src/summaryview.c
12524                 replace 'open_unread_on_enter' option with
12525                 'select_on_entry' option. opening/not opening
12526                 is now exclusively controlled by 'always_show_msg'
12527
12528 2005-08-04 [colin]      1.9.13cvs13
12529
12530         * src/compose.c
12531                 Remove dead code
12532                 Add colourisation of quotes and signatures
12533         * src/folderview.c
12534                 Fix possible crashes
12535         * src/messageview.c
12536                 Change an assert that is no problem
12537         * src/news.c
12538         * src/news_gtk.c
12539         * src/news_gtk.h
12540                 Fix offline mode
12541         * src/gtk/quicksearch.c
12542                 Fix a possible crash
12543
12544 2005-08-03 [colin]      1.9.13cvs12
12545
12546         * src/prefs_account.c
12547                 Fix bug #777 (Sylpheed crash in account configuration)
12548
12549 2005-08-03 [colin]      1.9.13cvs11
12550
12551         * src/addressbook.c
12552         * src/editaddress.c
12553         * src/editgroup.c
12554                 Fixing addressbook, round 2
12555         * src/textview.c
12556                 Fix emphasis color on rechecking 'Colorize messages'
12557
12558 2005-08-03 [paul]       1.9.13cvs10
12559
12560         sync with main
12561
12562         * src/addr_compl.c
12563         * src/compose.c
12564         * src/main.c
12565         * src/pop.c
12566         * src/prefs_account.c
12567         * src/procmime.c
12568         * src/procmsg.c
12569         * src/quote_fmt_parse.y
12570         * src/textview.c
12571         * src/common/quoted-printable.c
12572         * src/common/utils.c
12573         * src/common/utils.h
12574         * src/common/xml.c
12575                 replaced incorrect locale-independent
12576                 ctype functions with GLib's. Corrected
12577                 signedness mismatch.
12578         * src/headerview.c
12579                 headerview_create(): added spacing for vbox.
12580         * src/gtk/about.c
12581                 set focus to the OK button.
12582
12583 2005-08-03 [colin]      1.9.13cvs9
12584
12585         * src/folderview.c
12586                 Fix possible crash
12587
12588 2005-08-02 [colin]      1.9.13cvs8
12589
12590         * src/mainwindow.c
12591                 Fix cast
12592         * src/addressbook.c
12593         * src/addressitem.h
12594                 Fix a cast and more generally, try to make the
12595                 GUI more intuitive and consistent (round 1)
12596
12597 2005-08-02 [paul]       1.9.13cvs7
12598
12599         * src/folder.h
12600                 missing in 1.9.13cvs6
12601
12602 2005-08-02 [colin]      1.9.13cvs6
12603
12604         * src/folder.c
12605                 Fix one more leak
12606
12607 2005-08-02 [colin]      1.9.13cvs5
12608
12609         * src/folder.c
12610         * src/folderview.c
12611         * src/imap.c
12612         * src/main.c
12613         * src/mbox.c
12614         * src/procmsg.c
12615         * src/summaryview.c
12616                 Fix a number of folder_item_get_msg_list()-related
12617                 leaks (missing procmsg_msginfo_free()s)
12618
12619 2005-08-01 [colin]      1.9.13cvs4
12620
12621         * src/folderview.c
12622         * src/folderview.h
12623         * src/mainwindow.c
12624         * src/prefs_fonts.c
12625         * src/prefs_summaries.c
12626         * src/prefs_themes.c
12627         * src/summaryview.c
12628         * src/summaryview.h
12629         * src/textview.c
12630         * src/textview.h
12631                 Fix instant-apply of summary and folderview-related prefs
12632                 Fix erroneous g_free and alertpanels in prefs_theme
12633                 Add instant-apply for fonts
12634                 Defer applying of prefs a little bit so it's done only
12635                 once even if requested by multiples prefs pages
12636
12637 2005-08-01 [paul]       1.9.13cvs3
12638
12639         * src/main.c
12640                 fix bug 776 'S.C. crashes on close'
12641                 thanks to Colin
12642         * src/etpan/etpan-thread-manager-types.h
12643                 add missing include
12644                 thanks to Hoa
12645
12646 2005-07-25 [paul]       1.9.13cvs2
12647
12648         * src/summaryview.c
12649                 fix typos. spotted by Fabien Vantard
12650
12651 2005-07-24 [paul]       1.9.13cvs1
12652
12653         * doc/man/sylpheed.1
12654                 update man page, incorporating fix of
12655                 bug 769 'Typo in manpage'
12656         * src/etpan/imap-thread.c
12657                 fix NetBSD openssl dependencies. patch by
12658                 George Michaelson <ggm@apnic.net>
12659         * po/pt_BR.po
12660                 updated by Frederico Goncalves Guimaraes
12661
12662 2005-07-22 [paul]       1.9.13
12663
12664         1.9.13 release
12665
12666 2005-07-22 [paul]       1.9.12cvs91
12667
12668         * AUTHORS
12669         * INSTALL
12670         * README.claws
12671         * RELEASE_NOTES.claws
12672                 updated for release
12673         * configure.ac
12674         * po/nb.po
12675         * tools/claws.i18n.status.pl
12676                 add Norwegian translation. submiited by
12677                 Geir Helland <pjallabais@users.sourceforge.net>
12678         * po/ca.po
12679         * po/de.po
12680         * po/es.po
12681         * po/fi.po
12682         * po/fr.po
12683         * po/it.po
12684         * po/sk.po
12685         * po/sr.po
12686         * po/zh_CN.po
12687                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12688                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12689                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12690                 Yang Guilong
12691         * src/plugins/clamav/clamav_plugin_gtk.c
12692         * src/plugins/spamassassin/spamassassin_gtk.c
12693                 replace outdated description strings
12694
12695 2005-07-21 [colin]      1.9.12cvs90
12696
12697         * src/folder.c
12698                 Set folder to batch mode when scanning it. Makes deletion
12699                 of unread mails on IMAP much faster (due to the UNREAD 
12700                 flag unsetting)
12701
12702 2005-07-21 [darko]      1.9.12cvs89
12703
12704         * configure.ac
12705                 link against libresolv if necessary (patch by Paul)
12706         * src/msgcache.c
12707                 use glib's portable macros to determine endianness
12708
12709 2005-07-21 [paul]       1.9.12cvs88
12710
12711         * src/crash.c
12712         * src/gtk/about.c
12713                 update compiled-in features list
12714
12715 2005-07-20 [colin]      1.9.12cvs87
12716
12717         * src/folder.c
12718         * src/textview.c
12719                 Gcc 2.9x compilation fixes, thanks to Darko
12720         * src/plugins/clamav/clamav_plugin.c
12721                 Little optimisation: load virus database only once
12722         * src/plugins/spamassassin/spamassassin.c
12723                 Big optimisation: filtering one mail took at least 1 second,
12724                 now it takes at least 50ms. Doesn't speed up spamassassin 
12725                 itself, but should already be much more tolerable.
12726
12727 2005-07-20 [colin]      1.9.12cvs86
12728
12729         * src/summaryview.c
12730                 Fix performance issue
12731
12732 2005-07-19 [colin]      1.9.12cvs85
12733
12734         * src/plugins/pgpinline/plugin.c
12735                 Fix warning
12736
12737 2005-07-19 [colin]      1.9.12cvs84
12738
12739         * configure.ac
12740         * src/plugins/Makefile.am
12741         * src/plugins/pgpinline/.cvsignore
12742         * src/plugins/pgpinline/Makefile.am
12743         * src/plugins/pgpinline/pgpinline.c
12744         * src/plugins/pgpinline/pgpinline.deps
12745         * src/plugins/pgpinline/pgpinline.h
12746         * src/plugins/pgpinline/plugin.c
12747                 Put pgpinline in the main tree
12748
12749 2005-07-19 [paul]       1.9.12cvs83
12750
12751         * src/prefs_actions.c
12752                 prevent '//' in menu names, which cause a crash
12753                 thanks to Colin
12754
12755 2005-07-19 [paul]       1.9.12cvs82
12756
12757         * configure.ac
12758                 be generally more informative in configure output.
12759                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12760                 '[ --disable-openssl ...', as --enable-openssl is default
12761                 PGP/MIME: don't check for GPGME again, check for
12762                 pgpcore instead. Therefore prevent the possibility of
12763                 attempting to build pgpmime if pgpcore dependencies are
12764                 not met
12765                 ClamAV: use pkgconfig to check for lib
12766                 libgnomeprint: revert logic on inner test to match
12767                 everything else
12768         * src/plugins/pgpcore/sgpgme.c
12769                 add missing include
12770
12771 2005-07-19 [colin]      1.9.12cvs81
12772
12773         * src/summaryview.c
12774                 Fix slow thread rebuilding in particular
12775                 cases
12776
12777 2005-07-19 [paul]       1.9.12cvs80
12778
12779         * sylpheed-claws.desktop
12780                 fix typo, spotted by Stephan Sachse
12781         * src/account.c
12782                 replace GTK_STOCK_ADD with
12783                 GTK_STOCK_NEW button
12784
12785 2005-07-18 [colin]      1.9.12cvs79
12786
12787         * src/etpan/imap-thread.c
12788                 Fix return value (Thanks Hoa)
12789
12790 2005-07-18 [colin]      1.9.12cvs78
12791
12792         * src/imap.c
12793                 Allow empty passwords
12794                 Create drafts/queue/outbox if necessary
12795         * src/summaryview.c
12796                 Remove old code
12797         * src/etpan/imap-thread.c
12798                 Fix STARTTLS (Thanks to Hoa)
12799
12800 2005-07-18 [paul]       1.9.12cvs77
12801
12802         * ChangeLog-gtk2.jp
12803         * ChangeLog.jp
12804                 removed
12805         * Makefile.am
12806                 updated to reflect additions and removals
12807         * TODO
12808                 updated to be claws-specific
12809         * TODO-gtk2
12810         * TODO-gtk2.jp
12811         * TODO.jp
12812         * sylpheed-128x128.png
12813         * sylpheed-64x64.png
12814                 removed
12815         * sylpheed-claws-128x128.png
12816         * sylpheed-claws-64x64.png
12817         * sylpheed-claws.desktop
12818         * sylpheed-claws.png
12819                 added
12820         * sylpheed.desktop
12821         * sylpheed.png
12822                 removed
12823
12824 2005-07-17 [paul]       1.9.12cvs76
12825
12826         * src/account.c
12827         * src/addressbook.c
12828         * src/alertpanel.c
12829         * src/alertpanel.h
12830         * src/compose.c
12831         * src/exphtmldlg.c
12832         * src/expldifdlg.c
12833         * src/folderview.c
12834         * src/imap_gtk.c
12835         * src/inc.c
12836         * src/message_search.c
12837         * src/messageview.c
12838         * src/mh_gtk.c
12839         * src/news_gtk.c
12840         * src/prefs_actions.c
12841         * src/prefs_filtering.c
12842         * src/prefs_matcher.c
12843         * src/prefs_template.c
12844         * src/prefs_themes.c
12845         * src/ssl_manager.c
12846         * src/summary_search.c
12847         * src/textview.c
12848         * src/toolbar.c
12849         * src/gtk/sslcertwindow.c
12850         * src/plugins/pgpcore/sgpgme.c
12851                 rework alertpanels
12852
12853 2005-07-17 [colin]      1.9.12cvs75
12854
12855         * src/privacy.c
12856                 add a PrivacySystem accessor that checks that
12857                 the system cached in a MimeInfo's privacydata
12858                 is still registered. Use this accessor instead
12859                 of directly using data->system. Fixes crashes
12860                 after unloading pgp plugins.
12861
12862 2005-07-17 [colin]      1.9.12cvs74
12863
12864         * src/alertpanel.c
12865                 Change geometry hints to a simple default size.
12866                 Fixes the certs dialogs.
12867
12868 2005-07-17 [colin]      1.9.12cvs73
12869
12870         * src/gtk/sslcertwindow.c
12871                 Use a gtkExpander
12872
12873 2005-07-17 [colin]      1.9.12cvs72
12874
12875         * src/plugins/pgpcore/Makefile.am
12876         * src/plugins/pgpmime/Makefile.am
12877                 Add gpgme libs
12878
12879 2005-07-17 [paul]       1.9.12cvs71
12880
12881         * configure.ac
12882                 add --disable-gnomeprint option
12883                 modified version of patch by Marius Mauch
12884
12885 2005-07-17 [paul]       1.9.12cvs70
12886
12887         * src/common/defs.h
12888                 update urls
12889         * src/account.c
12890         * src/action.c
12891         * src/addressbook.c
12892         * src/compose.c
12893         * src/foldersel.c
12894         * src/folderview.c
12895         * src/html.c
12896         * src/imap_gtk.c
12897         * src/main.c
12898         * src/mainwindow.c
12899         * src/messageview.c
12900         * src/mh_gtk.c
12901         * src/mimeview.c
12902         * src/news_gtk.c
12903         * src/prefs_account.c
12904         * src/prefs_send.c
12905         * src/prefs_summaries.c
12906         * src/procmsg.c
12907         * src/summaryview.c
12908         * src/common/utils.c
12909         * src/common/xml.c
12910         * src/plugins/pgpcore/passphrase.c
12911         * src/plugins/pgpcore/select-keys.c
12912                 replace inappropriately used backticks
12913                 with single quotes
12914
12915 2005-07-16 [colin]      1.9.12cvs69
12916
12917         * src/image_viewer.c
12918                 Add extra paranoid checks
12919
12920 2005-07-16 [colin]      1.9.12cvs68
12921
12922         * src/plugins/pgpcore/prefs_gpg.c
12923                 Don't auto-check sigs by default, as it
12924                 can be really slow.
12925
12926 2005-07-16 [colin]      1.9.12cvs67
12927
12928         * src/plugins/pgpcore/sgpgme.c
12929                 Make messages a bit better.
12930
12931 2005-07-16 [colin]      1.9.12cvs66
12932
12933         * src/imap.c
12934                 Remove pseudo-log
12935         * src/etpan/imap-thread.c
12936                 Add real log
12937
12938 2005-07-16 [colin]      1.9.12cvs65
12939
12940         * src/main.c
12941         * src/prefs_other.c
12942                 And now, fix build with libetpan :-/
12943
12944 2005-07-15 [colin]      1.9.12cvs64
12945
12946         * src/prefs_other.c
12947                 Continue fixing build without libetpan.
12948
12949 2005-07-15 [colin]      1.9.12cvs63
12950
12951         * src/main.c
12952                 Fix build with --disable-libetpan
12953
12954 2005-07-15 [colin]      1.9.12cvs62
12955
12956         * configure.ac
12957                 Bump libetpan's version
12958
12959 2005-07-15 [colin]      1.9.12cvs61
12960
12961         * src/etpan/imap-thread.c
12962                 Actually stop logging :)
12963
12964 2005-07-15 [colin]      1.9.12cvs60
12965
12966         * src/addressbook.c
12967                 Fix dnd of multiple addresses.
12968
12969 2005-07-15 [hoa]        1.9.12cvs59
12970
12971         * src/etpan/imap-thread.c
12972             disable login of IMAP password in libetpan log file.
12973
12974 2005-07-15 [paul]       1.9.12cvs58
12975
12976         * src/account.c
12977                 don't automatically sort
12978                 do allow drag n drop
12979
12980 2005-07-15 [paul]       1.9.12cvs57
12981
12982         * src/account.c
12983         * src/ssl_manager.c
12984                 alphabetical listing
12985
12986 2005-07-15 [paul]       1.9.12cvs56
12987
12988         * src/gtk/pluginwindow.c
12989                 sort plugin list alphabetically
12990
12991 2005-07-15 [paul]       1.9.12cvs55
12992
12993         * src/prefs_spelling.c
12994         * src/prefs_wrapping.c
12995                 unify English usage
12996
12997 2005-07-15 [colin]      1.9.12cvs54
12998
12999         * src/wizard.c
13000                 Typo fix
13001
13002 2005-07-15 [paul]       1.9.12cvs53
13003
13004         * src/prefs_message.c
13005                 make 'show cursor' a hidden option
13006
13007 2005-07-14 [colin]      1.9.12cvs52
13008
13009         * src/plugins/spamassassin/Makefile.am
13010         * src/plugins/clamav/Makefile.am
13011                 Fix double EXTRA_DISTs
13012
13013 2005-07-14 [colin]      1.9.12cvs51
13014
13015         * src/plugins/clamav/Makefile.am
13016         * src/plugins/clamav/clamav_plugin_gtk.deps
13017         * src/plugins/spamassassin/Makefile.am
13018         * src/plugins/spamassassin/spamassassin_gtk.deps
13019                 Make $plugin_gtk depend on $plugin
13020
13021 2005-07-14 [hoa]        1.9.12cvs50
13022
13023         * src/etpan/imap-thread.c
13024                 enable debug log of libetpan when running with --debug
13025
13026 2005-07-14 [colin]      1.9.12cvs49
13027
13028         * configure.ac
13029         * src/common/Makefile.am
13030         * src/common/plugin.c
13031         * src/common/plugin.h
13032                 Add a little plugin dependancy system.
13033                 Plugins can ship a $plugin_name.deps file
13034                 (near them in PLUGINDIR) so that their
13035                 dependancies are loaded if possible.
13036         * src/plugins/Makefile.am
13037         * src/plugins/pgpcore/Makefile.am
13038         * src/plugins/pgpcore/passphrase.c
13039         * src/plugins/pgpcore/passphrase.h
13040         * src/plugins/pgpcore/plugin.c
13041         * src/plugins/pgpcore/prefs_gpg.c
13042         * src/plugins/pgpcore/prefs_gpg.h
13043         * src/plugins/pgpcore/select-keys.c
13044         * src/plugins/pgpcore/select-keys.h
13045         * src/plugins/pgpcore/sgpgme.c
13046         * src/plugins/pgpcore/sgpgme.h
13047                 Introduce pgpcore, used by pgpmime and
13048                 pgpinline
13049         * src/plugins/pgpmime/Makefile.am
13050         * src/plugins/pgpmime/passphrase.c
13051         * src/plugins/pgpmime/passphrase.h
13052         * src/plugins/pgpmime/pgpmime.c
13053         * src/plugins/pgpmime/pgpmime.deps
13054         * src/plugins/pgpmime/plugin.c
13055         * src/plugins/pgpmime/prefs_gpg.c
13056         * src/plugins/pgpmime/prefs_gpg.h
13057         * src/plugins/pgpmime/select-keys.c
13058         * src/plugins/pgpmime/select-keys.h
13059         * src/plugins/pgpmime/sgpgme.c
13060         * src/plugins/pgpmime/sgpgme.h
13061                 Remove the core from pgpmime and add the
13062                 dependancy to pgpcore.
13063
13064 2005-07-14 [paul]       1.9.12cvs48
13065
13066         * src/stock_pixmap.c
13067                 forgot this in last commit
13068
13069 2005-07-14 [paul]       1.9.12cvs47
13070
13071         * src/account.c
13072         * src/addressbook.c
13073                 add accelerators for the buttons (sync with main)
13074         * src/compose.c
13075         * src/compose.h
13076                 add accelerators for the buttons.
13077                 fix editing with external editor.
13078                 replace gdk_input_*() with GIOChannel;
13079                 (sync with main)
13080         * src/foldersel.c
13081                 display folder names with new/unread
13082                 representation (sync with main)
13083         * src/main.c
13084                 specify default window icon (sync with main)
13085         * src/prefs_common.c
13086                 use_addr_book default to FALSE
13087         * src/summaryview.c
13088         * src/textview.c
13089                 add accelerators for the buttons (sync with main)
13090         * src/gtk/menu.c
13091                 fix typos
13092         * src/pixmaps/sylpheed_icon.xpm
13093                 updated
13094
13095 2005-07-13 [paul]       1.9.12cvs46
13096
13097         * src/plugins/pgpmime/pgpmime.c
13098         * src/plugins/pgpmime/sgpgme.c
13099                 (temporarily) use deprecated gpgme_data_rewind()
13100                 while largefile support is not present
13101                 (as suggested by Colin)
13102
13103 2005-07-13 [paul]       1.9.12cvs45
13104
13105         * configure.ac
13106                 remove large file support (for now):
13107                 it breaks too many things
13108
13109 2005-07-13 [paul]       1.9.12cvs44
13110
13111         * configure.ac
13112                 add large file support
13113         * src/html.c
13114                 fix bug #763 where href attribute was not
13115                 the very first attribute of a link
13116                 patch by Thomas Gilgin
13117
13118 2005-07-13 [colin]      1.9.12cvs43
13119
13120         * src/gtk/pluginwindow.c
13121                 Little portability fix
13122
13123 2005-07-13 [colin]      1.9.12cvs42
13124
13125         * src/plugins/pgpmime/sgpgme.c
13126                 Fix crasher.
13127
13128 2005-07-13 [colin]      1.9.12cvs41
13129
13130         * src/plugins/pgpmime/pgpmime.c
13131         * src/plugins/pgpmime/sgpgme.c
13132                 Use gpgme_data_release_and_get_mem instead
13133                 of gpgme_data_read.
13134
13135 2005-07-13 [colin]      1.9.12cvs40
13136
13137         * configure.ac
13138         * src/plugins/pgpmime/passphrase.c
13139         * src/plugins/pgpmime/passphrase.h
13140         * src/plugins/pgpmime/pgpmime.c
13141         * src/plugins/pgpmime/plugin.c
13142         * src/plugins/pgpmime/select-keys.c
13143         * src/plugins/pgpmime/select-keys.h
13144         * src/plugins/pgpmime/sgpgme.c
13145         * src/plugins/pgpmime/sgpgme.h
13146                 Port pgpmime to gpgme-1.0.
13147
13148 2005-07-12 [paul]       1.9.12cvs39
13149
13150         * AUTHORS
13151         * src/toolbar.c
13152         * src/toolbar.h
13153                 add a 'Go to Prev' button to the toolbar.
13154                 correct tooltip text of go to buttons.
13155                 based on patch by Yang Guilong <bamanzi@gmail.com>
13156
13157 2005-07-12 [colin]      1.9.12cvs38
13158
13159         * src/statusbar.c
13160                 Fix progress bar showing stuff at startup.
13161
13162 2005-07-12 [paul]       1.9.12cvs37
13163
13164         * src/editjpilot.c
13165                 fix building with jpilot support
13166
13167 2005-07-11 [colin]      1.9.12cvs36
13168
13169         * src/inc.c
13170                 Add visual indication that filtering is running
13171         * src/textview.c
13172                 Make {}[] uri delimiters
13173         * src/summaryview.c
13174                 Remove useless (and slow) calls
13175
13176 2005-07-11 [paul]       1.9.12cvs35
13177
13178         * src/plugins/clamav/clamav_plugin_gtk.c
13179         * src/plugins/dillo_viewer/dillo_prefs.c
13180         * src/plugins/pgpmime/prefs_gpg.c
13181         * src/plugins/spamassassin/spamassassin_gtk.c
13182                 gather plugins prefs together under their
13183                 own 'Plugins' heading
13184
13185 2005-07-11 [paul]       1.9.12cvs34
13186
13187         sync with main
13188
13189         * src/account.c
13190                 account_delete(): modified alert dialog
13191         * src/editjpilot.c
13192         * src/editvcard.c
13193                 fixed a crash when cancelling file selection
13194                 dialog by Escape key. Made non-ascii filename
13195                 selectable.
13196         * src/prefs_template.c
13197                 prefs_template_window_create(): make scrolled
13198                 window policy AUTOMATIC
13199
13200 2005-07-10 [hoa]        1.9.12cvs33
13201
13202         * src/etpan/imap-thread.c
13203                 workaround for old Courier IMAP servers.
13204
13205 2005-07-10 [colin]      1.9.12cvs32
13206
13207         * src/folder.c
13208         * src/statusbar.c
13209         * src/statusbar.h
13210                 Add visual progress indicator on filtering/processing
13211                 Factorize the progress bar code
13212         * src/imap.c
13213         * src/imap.h
13214         * src/etpan/imap-thread.c
13215                 Add a reference counter to avoid destroying the Folder
13216                 while it's in use by another callback.
13217
13218 2005-07-09 [hoa]        1.9.12cvs31
13219
13220         * src/imap.c
13221         * src/etpan/imap-thread.c
13222                 fixed deadlock when removing IMAP account.
13223
13224 2005-07-08 [colin]      1.9.12cvs30
13225
13226         * src/textview.c
13227         * src/unmime.c
13228                 Fix again problems decoding broken headers
13229         * src/gtk/inputdialog.c
13230                 Fix local variable shadowing a global one
13231
13232 2005-07-08 [colin]      1.9.12cvs29
13233
13234         * src/msgcache.c
13235                 Make the cache/mark files platform-agnostic by writing
13236                 them in little-endian format. Reading them is also done
13237                 in little-endian format, of course; however, in order
13238                 to avoid trashing mark data on big-endian machines, the
13239                 files are, at first, read from the native format if the
13240                 little-endian one doesn't exist. This is easy to deter-
13241                 mine by trying to open a file with a swapped data_ver
13242                 and seeing if it's the wanted version.
13243                 Little-endian using users should see absolutely no
13244                 difference, Big-endian users may get a very little
13245                 performance drop due to byte-swapping.
13246                 Tested on i386 and ppc32. 
13247                 Fixes bug #159 (The index file, in the mailboxes, is 
13248                 hardware depending).
13249
13250                 To have the cache/mark files updated to the new little-
13251                 endian format, "Check for new messages" or even
13252                 "Rebuild folder tree" aren't enough. Files will be
13253                 updated as soon as a folder has been opened/closed.
13254                 To update everything, just select all folders by
13255                 selecting them one by one.
13256
13257 2005-07-07 [colin]      1.9.12cvs28
13258
13259         * src/imap.c
13260                 Remember the folder separator per IMAPFolder
13261                 instead of globally.
13262                 Revive the Session on noop; fixes bug #761
13263                 (mark a bunch of unread messages as read takes 
13264                 forever)
13265
13266 2005-07-07 [darko]      1.9.12cvs27
13267
13268         * src/common/template.c
13269                 Sort templates alphabetically
13270
13271 2005-07-06 [colin]      1.9.12cvs26
13272
13273         * src/imap.c
13274                 Try to use the correct separator in
13275                 most cases. Possibly fixes bug #759
13276                 (only creates the INBOX folder when 
13277                 setting up new IMAP account) and 
13278                 bug #760 (Can't retrieve messages)
13279
13280 2005-07-06 [colin]      1.9.12cvs25
13281
13282         * src/imap.c
13283                 Use real_path in status command. This will
13284                 help later, when namespaces will be used.
13285
13286 2005-07-06 [colin]      1.9.12cvs24
13287
13288         * configure.ac
13289         * src/account.c
13290         * src/folder.c
13291         * src/imap.c
13292         * src/etpan/etpan-log.c
13293         * src/etpan/etpan-thread-manager.c
13294         * src/etpan/imap-thread.c
13295                 Add a --disable-libetpan parameter. With this,
13296                 users that don't want IMAP4 support can avoid
13297                 the new dependancy (and have no IMAP support).
13298                 Users that have IMAP4 accounts and use this
13299                 parameter won't lose their configuration, their
13300                 IMAP accounts will just be invisible and not
13301                 used.
13302         * src/textview.c
13303                 Make the "Copy ..." contextual menu items 
13304                 copy to both the X clipboard and the gtk 
13305                 clipboard - as most other apps do.
13306         * src/gtk/about.c
13307                 Add a notice about OpenSSL usage, in order to
13308                 comply with OpenSSL's license (point 6):
13309                 http://www.openssl.org/source/license.html
13310
13311 2005-07-06 [colin]      1.9.12cvs23
13312
13313         * src/alertpanel.c
13314                 Fix a minimum size for alertpanels
13315         * src/compose.c
13316                 Show 'No space left on device' type errors
13317                 when queuing/sending
13318         * src/imap_gtk.c
13319         * src/mh_gtk.c
13320                 Rework folder's deletion message (remove 
13321                 extra \n)
13322
13323 2005-07-05 [colin]      1.9.12cvs22
13324
13325         * src/imap.c
13326                 Add an alertpanel on auth error
13327                 Add pseudo-log
13328                 Remove pthread-related stuff
13329
13330 2005-07-05 [colin]      1.9.12cvs21
13331
13332         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13333                 Fix crash on plugin reloading (with a hack)
13334
13335 2005-07-05 [colin]      1.9.12cvs20
13336
13337         * src/prefs_account.c
13338         * src/prefs_account.h
13339                 Fix typo
13340         * src/gtk/filesel.c
13341         * src/gtk/filesel.h
13342                 Add a way to filter the view
13343         * src/gtk/pluginwindow.c
13344                 Filter loadable stuff
13345         * src/plugins/pgpmime/prefs_gpg.c
13346                 Fix missing unregistration
13347         * .cvsignore
13348         * src/etpan/.cvsignore
13349         * src/plugins/spamassassin/.cvsignore
13350                 Add more stuff to cvs ignored files
13351
13352 2005-07-04 [colin]      1.9.12cvs19
13353
13354         * src/imap.c
13355                 Fix scan_required returning FALSE when it
13356                 shouldn't. Maybe fix #760 (Can't retrieve
13357                 messages)
13358
13359 2005-07-04 [colin]      1.9.12cvs18
13360
13361         * src/summaryview.c
13362                 Fix always_show_msg pref
13363
13364 2005-07-04 [paul]       1.9.12cvs17
13365
13366         sync with main (forgotten in last commit)
13367         
13368         * src/common/utils.c
13369         * src/common/utils.h
13370                 check_line_length(): new.
13371                 is_dir_exist()
13372                 is_file_entry_exist()
13373                 dirent_is_regular_file()
13374                 dirent_is_directory(): use g_file_test() instead of stat().
13375
13376 2005-07-04 [paul]       1.9.12cvs16
13377
13378         sync with main:
13379
13380         * src/compose.c
13381                 compose_write_to_file(): check for line
13382                 length limit and display warning if exceeds
13383         * src/jpilot.c
13384                 use get_home_dir() instead of g_get_home_dir()
13385         * src/procheader.c
13386                 removed warning about invalid date
13387         * src/vcard.c
13388                 use get_home_dir() instead of g_get_home_dir()
13389
13390 2005-07-04 [paul]       1.9.12cvs15
13391
13392         * src/stock_pixmap.c
13393                 fix new pixmap naming errors
13394                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13395
13396 2005-07-04 [colin]      1.9.12cvs14
13397
13398         * src/imap.c
13399                 Fix debugging string with a warning
13400
13401 2005-07-04 [colin]      1.9.12cvs13
13402
13403         * configure.ac
13404                 Add a check for libetpan's version (>= 0.37)
13405
13406 2005-07-04 [hoa]        1.9.12cvs12
13407
13408         * commitHelper
13409         * src/imap.c
13410         * src/etpan/imap-thread.c
13411         * src/etpan/imap-thread.h
13412                 fixed IMAP implementation of check of mails.
13413
13414 2005-07-03 [hoa]        1.9.12cvs11
13415
13416         * src/etpan/Makefile.am
13417         * src/etpan/etpan-errors.h
13418         * src/etpan/etpan-log.[ch]
13419         * src/etpan/etpan-thread-manager-types.h
13420         * src/etpan/etpan-thread-manager.[ch]
13421         * src/etpan/imap-thread.[ch]
13422         * src/Makefile.am
13423         * src/imap.c
13424         * src/main.c
13425         * src/prefs_other.c
13426         * configure.ac
13427             merged imap branch.
13428             dependency on libetpan 0.37 is now added.
13429
13430 2005-07-01 [colin]      1.9.12cvs10
13431
13432         * src/Makefile.am
13433         * src/folder.c
13434         * src/folder.h
13435         * src/folderview.c
13436         * src/stock_pixmap.c
13437         * src/stock_pixmap.h
13438         * src/plugins/trayicon/trayicon.c
13439                 Add marked symbol on folders containing
13440                 marked messages
13441         * src/procmsg.c
13442         * src/procmsg.h
13443         * src/toolbar.c
13444         * src/prefs_common.c
13445         * src/prefs_common.h
13446         * src/prefs_send.c
13447                 Add an optional confirmation dialog on queue
13448                 sending. Patch by wwp.
13449         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13450         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13451         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13452         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13453         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13454         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13455         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13456         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13457         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13458         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13459         * src/pixmaps/trash_mark.xpm            ** ADDED **
13460                 New pixmaps
13461
13462 2005-07-01 [colin]      1.9.12cvs9
13463
13464         * src/summaryview.c
13465                 Fix a little threading bug
13466         * src/addrgather.c
13467         * src/mainwindow.c
13468                 A little bit of HIG normality never hurts
13469
13470 2005-07-01 [colin]      1.9.12cvs8
13471
13472         * src/compose.c
13473         * src/msgcache.c
13474         * src/pop.c
13475         * src/procmime.c
13476         * src/recv.c
13477         * src/common/log.c
13478         * src/common/template.c
13479         * src/common/utils.c
13480         * src/common/utils.h
13481                 Reverted the fwrite_atomic stuff. In fact
13482                 it is already atomic.
13483
13484 2005-06-30 [colin]      1.9.12cvs7
13485
13486         * src/common/utils.c
13487         * src/common/utils.h
13488                 Add an fwrite_atomic() function to make
13489                 sure we write everything: fwrite can make
13490                 short writes.
13491         * src/compose.c
13492         * src/msgcache.c
13493         * src/pop.c
13494         * src/procmime.c
13495         * src/recv.c
13496         * src/common/log.c
13497         * src/common/template.c
13498                 Use that (and fix swapping of size and nmemb).
13499                 Thanks to Rich Coe for the heads up.
13500
13501 2005-06-30 [colin]      1.9.12cvs6
13502
13503         * src/addressbook.c
13504                 Optimize addressbook opening 
13505
13506 2005-06-30 [colin]      1.9.12cvs5
13507
13508         * src/summaryview.c
13509                 Remove calls to summary_step after move/copy
13510
13511 2005-06-28 [paul]       1.9.12cvs4
13512
13513         * src/alertpanel.c
13514                 wrap and make the error msg selectable
13515
13516 2005-06-28 [paul]       1.9.12cvs3
13517
13518         * src/ssl_manager.c
13519                 replace the OK button with a Close button
13520         * src/gtk/foldersort.c
13521                 use GTK_STOCK_ icons/buttons
13522
13523 2005-06-28 [colin]      1.9.12cvs2
13524
13525         * src/gedit-print.c             ** ADDED **
13526         * src/gedit-print.h             ** ADDED **
13527         * src/gtk/gtksourceprintjob.c   ** ADDED **
13528         * src/gtk/gtksourceprintjob.h   ** ADDED **
13529                 I can't believe no one had enough time to tell
13530                 me I forgot the `cvs add`
13531
13532 2005-06-27 [colin]      1.9.12cvs1
13533
13534         * src/Makefile.am
13535         * src/gtk/Makefile.am
13536         * src/messageview.c
13537         * src/procmsg.c
13538         * src/summaryview.c
13539         * configure.ac
13540                 Add optional libgnomeprint-based printing
13541         * src/mainwindow.c
13542         * src/gtk/quicksearch.c
13543                 Add an Edit/Quick search menu item to show
13544                 and focus the quicksearch
13545
13546 2005-06-27 [paul]       1.9.12
13547
13548         1.9.12 release
13549
13550         * po/ca.po
13551         * po/de.po
13552         * po/es.po
13553         * po/fr.po
13554         * po/it.po
13555         * po/ko.po
13556         * po/pt_BR.po
13557         * po/sk.po
13558         * po/zh_CN.po
13559                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13560                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13561                 SungHyun Nam, Frederico Goncalves Guimaraes,
13562                 Andrej Kacian, and Yang Guilong
13563 2005-06-26 [colin]      1.9.11cvs106
13564
13565         * src/imap_gtk.c
13566                 Forgot one file for previous fix
13567
13568 2005-06-26 [colin]      1.9.11cvs105
13569
13570         * src/folder.c
13571         * src/imap.c
13572                 Fix problems with folder operations in no_select
13573                 imap folders. it applies only to mails, and 
13574                 creation/deletion/move/renaming of folders 
13575                 should be possible
13576
13577 2005-06-26 [paul]       1.9.11cvs104
13578
13579         * src/prefs_filtering.c
13580                 replace one more GTK_STOCK_REMOVE
13581                 with GTK_STOCK_DELETE
13582
13583 2005-06-25 [colin]      1.9.11cvs103
13584
13585         * src/imap.c
13586                 Optimize get_seq_set_from_seq_list
13587                 (Patch by Ricardo) 
13588
13589 2005-06-25 [colin]      1.9.11cvs102
13590
13591         * src/mh.c
13592                 If the directory exists, but not in the
13593                 correct encoding, rename it. This should
13594                 handle old-versions-induced bugs.
13595
13596 2005-06-25 [colin]      1.9.11cvs101
13597
13598         * src/mh.c
13599                 Fix path access with extended dir names
13600                 Fixes bug #589 (SC segfaults with wrong locale
13601                 settings)
13602
13603 2005-06-25 [colin]      1.9.11cvs100
13604
13605         * src/prefs_account.c
13606         * src/prefs_account.h
13607         * src/compose.c
13608                 Add an option to encrypt replies to
13609                 encrypted messages
13610
13611 2005-06-25 [colin]      1.9.11cvs99
13612
13613         * src/compose.c
13614         * src/quote_fmt_parse.y
13615                 ... And make it work with pgpinline.
13616
13617 2005-06-25 [colin]      1.9.11cvs98
13618
13619         * src/compose.c
13620         * src/procmime.c
13621         * src/procmime.h
13622         * src/quote_fmt_parse.y
13623                 o Make reedition of encrypted messages possible
13624                   (as long as it is encrypted to self too, no
13625                    magic there)
13626                 o Make replying with quote (and without selecting
13627                   text) possible for encrypted messages.
13628                 Closes bug #550 (Not possible to "reply with quote"
13629                 to gnupg encrypted messages)
13630
13631 2005-06-24 [paul]       1.9.11cvs97
13632
13633         * src/imap.c
13634                 add missing include
13635
13636 2005-06-24 [paul]       1.9.11cvs96
13637
13638         * src/editldap.c
13639                 made bind password entry invisible
13640                 (sync with main)
13641         * src/send_message.c
13642                 send_message_local(): check exit status
13643                 to detect errors (sync with main)
13644         * src/textview.c
13645                 use main's less ambiguous popup menu
13646                 wording
13647
13648 2005-06-24 [paul]       1.9.11cvs95
13649
13650         * src/prefs_actions.c
13651         * src/prefs_customheader.c
13652         * src/prefs_display_header.c
13653         * src/prefs_filtering_action.c
13654         * src/prefs_matcher.c
13655         * src/prefs_template.c
13656         * src/prefs_toolbar.c
13657                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13658         * src/gtk/description_window.c
13659                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13660
13661 2005-06-23 [colin]      1.9.11cvs94
13662
13663         * src/summaryview.c
13664                 Fix rough edges (be sure to call status_show whenever
13665                 necessary).
13666
13667 2005-06-23 [colin]      1.9.11cvs93
13668
13669         * src/summaryview.c
13670                 Optimize Select All
13671                 Before, in a 5K mails folder: 11s
13672                 After, in the same folder: 58000µs
13673                 The joys of locking... gtk_clist_select_all() fires a 
13674                 tree-select-row event for each selected row, which in 
13675                 summaryview, callbacks summary_selected which in turn,
13676                 calls summary_status_show, which walks the selected
13677                 rows. Hence, calling gtk_clist_select_all was 
13678                 exponential. Locking the summaryview makes 
13679                 summary_selected return early.
13680
13681 2005-06-23 [colin]      1.9.11cvs92
13682
13683         * src/imap.c
13684                 Move mutex at the important place to avoid
13685                 deadlocks
13686         * src/summaryview.c
13687                 Fix Del key deleting directly instead of
13688                 moving to trash
13689
13690 2005-06-22 [colin]      1.9.11cvs91
13691
13692         * src/plugins/spamassassin/libspamc.c
13693                 As we do spagetti code with assignations in multiple
13694                 places (see _message_read_raw where out = msg = raw),
13695                 let's be sure we don't free the same pointer twice.
13696                 Should fix bug #683 (Crash in libpam at 
13697                 message_cleanup).
13698
13699 2005-06-22 [colin]      1.9.11cvs90
13700
13701         * src/compose.c
13702         * src/messageview.c
13703         * src/toolbar.c
13704                 Make toolbar's delete use the move to trash stuff;
13705                 Add gtk_widget_realize to be sure pixmaps can get
13706                 created (that may fix an old worksforme bug which
13707                 I can't find back...)
13708
13709 2005-06-22 [colin]      1.9.11cvs89
13710
13711         * src/summaryview.c
13712         * src/summaryview.h
13713         * src/mainwindow.c
13714                 Rename "Message/Delete" to "Message/Move to trash"
13715                 Add "Message/Delete..." that directly destroys the
13716                 selected messages after asking for a confirmation.
13717
13718 2005-06-22 [colin]      1.9.11cvs88
13719
13720         * src/imap.c
13721                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13722                 o Fix a deadlock (thanks Darko)
13723
13724 2005-06-22 [colin]      1.9.11cvs87
13725
13726         * src/gtk/foldersort.c
13727                 Add missing include for the i18n;
13728                 patch by Fabien Vantard
13729
13730 2005-06-21 [colin]      1.9.11cvs86
13731
13732         * src/folder.c
13733         * src/folderview.c
13734                 Respect the no_select flag
13735         * src/imap.c
13736                 Fix recursive deletion
13737         * src/imap_gtk.c
13738         * src/mh_gtk.c
13739                 Make the folder deletion's warning
13740                 more explicit
13741
13742 2005-06-21 [colin]      1.9.11cvs85
13743
13744         * src/textview.c
13745                 Prevent email addresses from spanning accross
13746                 lines - fixes bug # 646 (newline-chars in 
13747                 email addresses)
13748
13749 2005-06-20 [colin]      1.9.11cvs84
13750
13751         * src/folder.c
13752                 Be sure not to remove source if copy failed
13753
13754 2005-06-20 [colin]      1.9.11cvs83
13755
13756         * src/folderview.c
13757         * src/imap_gtk.c
13758                 remove summaryview's lock
13759         * src/imap.c
13760                 introduce threads to avoid problems when foreground tasks
13761                 interfere with background tasks
13762         * src/mh.c
13763                 prevent moving to drafts/queue
13764         * src/mimeview.c
13765                 fix leak
13766
13767 2005-06-19 [colin]      1.9.11cvs82
13768
13769         * src/imap_gtk.c
13770                 Remember that the user doesn't want to override
13771                 offline mode, for 3 seconds. It avoid presenting
13772                 him with N popups in a really short time.
13773
13774 2005-06-17 [colin]      1.9.11cvs81
13775
13776         * src/imap.c
13777                 Fix IMAP breaking on folders containing '('
13778                 (Probably won't be enough)
13779
13780 2005-06-17 [colin]      1.9.11cvs80
13781
13782         Forgotten files on 1.9.11cvs79
13783         * src/summaryview.c
13784                 Fix stepping when not immediately executing
13785         * src/imap.c
13786                 Really prevent UID FETCH 0
13787         * src/codeconv.c
13788                 Fix outgoing charset never set to utf-8
13789         * src/mh.c
13790                 Fix leak
13791
13792 2005-06-16 [colin]      1.9.11cvs79
13793
13794         * src/compose.c
13795                 Fix bug #707 (Dash splits rows)
13796                 Only wrap if we're on a line break position and
13797                 the previous one was a "white" (space) char.
13798                 Pango stuff is weird.
13799
13800 2005-06-16 [colin]      1.9.11cvs78
13801
13802         * src/imap_gtk.c
13803                 Lock summaryview while downloading messages
13804                 on user demand
13805         * src/procheader.c
13806         * src/unmime.c
13807         * src/common/utils.c
13808         * src/common/utils.h
13809                 Replace \r and \n with spaces in From and
13810                 Subject headers
13811
13812 2005-06-16 [paul]       1.9.11cvs77
13813
13814         * src/procmime.c
13815                 liberalise the mime parser
13816         * src/gtk/about.c
13817                 add text wrapping
13818
13819 2005-06-16 [paul]       1.9.11cvs76
13820
13821         * src/gtk/about.c
13822                 reworked
13823
13824 2005-06-15 [colin]      1.9.11cvs75
13825
13826         * src/compose.c
13827                 Finish header encoding fix
13828         * src/summaryview.c
13829                 Fix segfault
13830         * src/headerview.c
13831                 Fix compilation (Thanks Stephan
13832                 Sachse)
13833
13834 2005-06-15 [colin]      1.9.11cvs74
13835
13836         * Makefile.am
13837                 Install gnome2 stuff rather than gnome1, 
13838                 if both are present
13839         * src/codeconv.c
13840         * src/codeconv.h
13841         * src/compose.c
13842                 Fix headers encoding
13843         * src/folder.c
13844                 Visual progress when fetching all messages
13845         * src/folderview.c
13846         * src/summaryview.c
13847         * src/summaryview.h
13848                 Prevent changing current message while
13849                 incorporating
13850
13851 2005-06-15 [paul]       1.9.11cvs73
13852
13853         * src/gtk/gtkaspell.c
13854         * src/gtk/gtkaspell.h
13855                 fix build warnings
13856
13857 2005-06-15 [paul]       1.9.11cvs72
13858
13859         * src/prefs_filtering.c
13860                 allow reordering of filter rules by
13861                 drag n drop
13862
13863 2005-06-15 [paul]       1.9.11cvs71
13864
13865         * COPYING
13866                 updated
13867         * src/codeconv.c
13868                 replace deprecated function
13869         * src/inc.c
13870         * src/send_message.c
13871         * src/gtk/progressdialog.c
13872         * src/gtk/progressdialog.h
13873                 salvage and reuse parts of reverted sync
13874
13875 2005-06-15 [paul]       1.9.11cvs70
13876
13877         * src/inc.c
13878         * src/send_message.c
13879         * src/gtk/progressdialog.c
13880         * src/gtk/progressdialog.h
13881                 revert yesterday's sync with main
13882                 it contains deprecated functions
13883
13884 2005-06-15 [colin]      1.9.11cvs69
13885
13886         * src/headerview.c
13887                 Fix bug #670 (multi user to: will corrupt message 
13888                 headers display)
13889
13890 2005-06-15 [colin]      1.9.11cvs68
13891
13892         * src/compose.c
13893                 Fix bug #421 (Fix undo on wrapping)
13894
13895 2005-06-15 [colin]      1.9.11cvs67
13896
13897         * src/folder.c
13898                 Provide visual feedback while processing
13899                 folder's rules.
13900         * src/imap.c
13901                 Provide visual feedback while getting
13902                 short headers (for uncached messages)
13903
13904
13905 2005-06-14 [paul]       1.9.11cvs66
13906
13907         * src/account.c
13908                 change a couple stock icons
13909         * src/inc.c
13910         * src/send_message.c
13911         * src/gtk/progressdialog.c
13912         * src/gtk/progressdialog.h
13913                 sync main's GtkTreeView implementation
13914
13915 2005-06-14 [colin]      1.9.11cvs65
13916
13917         * src/imap.c
13918                 Various little fixes, mainly on error paths
13919
13920 2005-06-13 [colin]      1.9.11cvs64
13921
13922         * matcher.c
13923         * procmsg.c
13924         * procmsg.h
13925                 Add a way to fetch only headers. This speeds
13926                 up filtering on headers for IMAP. Fixes:
13927                 bug #481 extraneous imap commands slow down 
13928                         imap filtering
13929                 bug #522 Sylpheed downloads all messages 
13930                         when opening mailbox (IMAP)
13931                 bug #677 IMAP fetch is soooooooooooooo slow
13932         * src/folder.c
13933         * src/folder.h
13934                 Add a folder set_batch method so that
13935                 implementations can speed up flags changes
13936         * src/folderutils.c
13937         * src/summaryview.c
13938                 Use that in mark as (un)read and mark all read
13939                 Refix bug #679
13940         * src/imap.c
13941                 Implement set_batch - brings back deferred
13942                 flags in a less buggy manner. Fixes:
13943                 bug #729 IMAP immediate expunge of deleted messages
13944                 bug #191 remove list of messages with one command
13945                 Fix login with strange chars
13946                 Implement fetch_msg_full
13947                 Fix copy (wrong counts)
13948
13949 2005-06-12 [colin]      1.9.11cvs63
13950
13951         * src/folder.c
13952                 lock incorporation during long operations.
13953                 Avoids fucking up the IMAP socket.
13954
13955 2005-06-12 [colin]      1.9.11cvs62
13956
13957         * src/imap.c
13958                 Fix harmful typo
13959                 Factorize remove_all_msg
13960                 Thread-ize expunge
13961         * src/summaryview.c
13962                 Don't update partial-download status if unnecessary
13963         * src/folder.c
13964                 Use remove_msgs everywhere possible
13965
13966 2005-06-12 [colin]      1.9.11cvs61
13967
13968         * src/folder.c
13969         * src/folder.h
13970                 Add a remove_msgs function to remove a 
13971                 list of messages
13972         * src/imap.c
13973                 Implement that.
13974
13975 2005-06-12 [colin]      1.9.11cvs60
13976
13977         * src/imap.c
13978                 Remove flags-processing deferring... Too hard
13979                 to get it to work in all cases.
13980
13981 2005-06-11 [colin]      1.9.11cvs59
13982
13983         * src/imap.c
13984                 printf -> debug_print
13985
13986 2005-06-11 [colin]      1.9.11cvs58
13987
13988         * src/imap.c
13989                 o Fix build without USE_PTHREAD
13990                 o Factorize imap_open
13991                 o Alertpanel in case of impossible connection
13992                 o Alertpanel in case of impossible login
13993                 o Fix deferred flags processing to force a 
13994                   flush before adding some more flags to process,
13995                   but in another folder.
13996
13997 2005-06-10 [colin]      1.9.11cvs57
13998
13999         * src/imap.c
14000                 o Fix a format string error
14001                 o init ssl socket outside of the thread 
14002                   (it possibly invokes gtk calls)
14003         * src/procmime.c
14004                 o Put back the buffer to its necessary size
14005                 o Fix changing a file pointer without keeping
14006                   track of it (thanks Valgrind)
14007         * src/common/smtp.c
14008                 o Fix automatic STARTTLS if login should be done
14009                   and the server only allows it after starting TLS
14010         * src/gtk/gtkinputdialog.c
14011                 o Eat GDK_Return so that the combo popup doesn't 
14012                   appear when we press Enter to validate the combo
14013                   input dialog (as seen in the Open with... dialog)
14014
14015 2005-06-10 [colin]      1.9.11cvs56
14016
14017         * src/imap.c
14018                 o A bit less debug
14019                 o Fix a crash on deletion
14020                 o Threadize imap_select (it's called outside of 
14021                   threads)
14022                 o Defer treatment of DELETED flags
14023
14024
14025 2005-06-09 [colin]      1.9.11cvs55
14026
14027         * src/imap.c
14028                 Make sure we check imap_gtk_should_override(), which
14029                 potentially calls gtk stuff, before creating thread.
14030                 That way it should't be called via imap_get_session()
14031                 inside a thread.
14032
14033 2005-06-09 [colin]      1.9.11cvs54
14034
14035         * src/imap.c
14036                 o add a bit of status output
14037                 o remove some dead code
14038                 o threadize get_list_of_uids
14039                 o threadize imap_get_flags
14040                 o defer flag changing by 500ms so that they
14041                   can be batched
14042
14043
14044 2005-06-08 [colin]      1.9.11cvs53
14045
14046         * src/imap.c
14047                 Thread-ize imap_cmd_fetch
14048
14049 2005-06-08 [colin]      1.9.11cvs52
14050
14051         * src/main.c
14052                 Mmh, that broke POP3...
14053
14054 2005-06-08 [colin]      1.9.11cvs51
14055
14056         * src/main.c
14057                 Stabilize IMAP patch (thanks to Hoa)
14058
14059 2005-06-08 [colin]      1.9.11cvs50
14060
14061         * src/imap.c
14062                 Test patch to speed up imap. 
14063
14064 2005-06-08 [colin]      1.9.11cvs49
14065
14066         * src/imap_gtk.c
14067                 Warning fix
14068         * src/procmime.c
14069                 Apply patch from gentoo to use /usr/share/mime/globs if 
14070                 available, after un-breaking it
14071         * src/common/log.c
14072         * src/common/log.h
14073                 Use g_timeout for invoking hooks that possibly use gtk
14074                 calls. This should leave gtk calls in the main thread.
14075
14076 2005-06-08 [paul]       1.9.11cvs48
14077
14078         * src/codeconv.c
14079                 conv_get_outgoing_charset_str(): don't
14080                 use prefs_common setting
14081         * src/compose.c
14082         * src/compose.h
14083                 add /Options/Character encoding/... to
14084                 temporarily change the outgoing encoding
14085
14086         (belated sync with main)
14087
14088 2005-06-08 [paul]       1.9.11cvs47
14089
14090         * src/compose.c
14091                 correction to/completion of last
14092                 sync with main
14093
14094 2005-06-08 [paul]       1.9.11cvs46
14095
14096         sync with main:
14097         
14098         * src/codeconv.c
14099         * src/codeconv.h
14100                 always enabled Japanese auto-detection
14101                 if the first letters of locale string
14102                 is "ja"
14103         * src/compose.c
14104                 don't use "destroy" signal to destroy
14105                 Compose object (fix rare crashes on discard?)
14106         * src/mainwindow.c
14107         * src/messageview.c
14108         * src/prefs_send.c
14109                 added Hebrew encodings
14110         * src/sourcewindow.c
14111                 don't use "destroy" signal to destroy
14112                 objects
14113
14114 2005-06-07 [colin]      1.9.11cvs45
14115
14116         * src/summaryview.c
14117                 Add missing unlocks/locks
14118
14119 2005-06-07 [paul]       1.9.11cvs44
14120
14121         * src/summaryview.c
14122                 restore bug #749 fix
14123
14124 2005-06-06 [colin]      1.9.11cvs43
14125
14126         * src/summaryview.c
14127                 Fix selection bug when prefs_common.open_unread 
14128                 is FALSE
14129
14130 2005-06-06 [colin]      1.9.11cvs42
14131
14132         * src/common/md5.c
14133                 Fix a warning
14134         * src/summaryview.c
14135         * src/folderview.c
14136                 Factorize long operations beginning and end
14137                 (locking, freezing/thawing, cursor, ...)
14138                 Check selection->data member in selection-
14139                 related loops; this avoids dying an awful
14140                 death if the selection changes on us while
14141                 we're marking a whole IMAP folder unread, 
14142                 for example.
14143
14144 2005-06-06 [paul]       1.9.11cvs41
14145
14146         * src/textview.c
14147                 don't g_free() a static gchar buffer
14148
14149 2005-06-05 [colin]      1.9.11cvs40
14150
14151         * src/mainwindow.c
14152         * src/messageview.c
14153         * src/summaryview.c
14154                 Fix bug #749 (Show all headers should be
14155                 sticky as the GUI suggests)
14156
14157 2005-06-03 [paul]       1.9.11cvs39
14158
14159         * src/compose.c
14160                 don't allow editing of mail while sending.
14161                 patch by Colin
14162
14163 2005-06-03 [paul]       1.9.11cvs38
14164
14165         * src/folderview.c
14166                 add a freeze/thaw to speed up 'mark all read'
14167
14168 2005-06-03 [paul]       1.9.11cvs37
14169
14170         * src/prefs_message.c
14171                 reflect changes immediately
14172
14173 2005-06-02 [colin]      1.9.11cvs36
14174
14175         * po/POTFILES.in
14176                 Patch by Fabien Vantard.
14177
14178 2005-06-02 [colin]      1.9.11cvs35
14179
14180         * src/imap.c
14181                 Use a non-blocking imap_getline() if possible.
14182                 This should completely prevent the interface
14183                 from freezin on imap operations, although it
14184                 may do strange stuff in case of folder switching
14185                 while a big imap operation is taking place...
14186
14187                 In addition, fix a leak in the case thread
14188                 creation fails on connection.
14189
14190 2005-06-02 [colin]      1.9.11cvs34
14191
14192         * src/crash.c
14193         * src/prefs_common.h
14194                 Fix build (prefs_common_init() doesn't exist
14195                 anymore)
14196
14197 2005-06-02 [colin]      1.9.11cvs33
14198
14199         * src/prefs_account.c
14200                 Fix bug #245 (filtering rules broken when
14201                 renaming a remote account (imap4 or nntp)
14202
14203 2005-06-02 [colin]      1.9.11cvs32
14204
14205         * src/imap.c
14206                 Try to fix IMAP shortcomings: 
14207                 o Multithread imap_open()
14208                 o allow offline-mode overriding instead of
14209                   just returning NULL
14210         * src/imap_gtk.c
14211         * src/imap_gtk.h
14212                 Add a function to ask whether we want to
14213                 override offline-mode for 10 minutes (one-shot
14214                 asking was painful)
14215         * src/procheader.c
14216                 Fix segfault when imap parser isn't happy about
14217                 a missing {
14218
14219 2005-06-01 [colin]      1.9.11cvs31
14220
14221         * src/addrharvest.c
14222         * src/compose.c
14223         * src/mbox.c
14224         * src/mbox.h
14225         * src/mh.c
14226         * src/msgcache.c
14227         * src/send_message.c
14228         * src/setup.c
14229         * src/undo.c
14230         * src/common/hooks.c
14231         * src/common/prefs.c
14232         * src/common/template.c
14233         * src/common/utils.c
14234         * src/gtk/gtkutils.c
14235         * src/gtk/inputdialog.c
14236         * src/gtk/menu.c
14237         * src/gtk/pluginwindow.c
14238         * src/gtk/prefswindow.c
14239         * src/plugins/pgpmime/passphrase.c
14240         * src/plugins/pgpmime/prefs_gpg.c
14241                 More -Wall fixes
14242
14243         * src/common/Makefile.am
14244         * src/common/timing.h
14245                 Add basic timing code
14246
14247         * src/summaryview.c
14248                 Fix a bug with unread messages when 
14249                 re-sorting folders, and by the way
14250                 fix a big performance hit when 
14251                 re-sorting (10k mails: before 5s,
14252                 after .5s)
14253
14254         * src/prefs_compose_writing.c
14255         * src/prefs_compose_writing.h
14256         * src/prefs_message.c
14257         * src/prefs_message.h
14258         * src/prefs_other.c
14259         * src/prefs_other.h
14260         * src/prefs_quote.c
14261         * src/prefs_quote.h
14262         * src/prefs_receive.c
14263         * src/prefs_receive.h
14264         * src/prefs_send.c
14265         * src/prefs_send.h
14266         * src/prefs_summaries.c
14267         * src/prefs_summaries.h
14268                 Fix copyright banner
14269
14270 2005-06-01 [paul]       1.9.11cvs30
14271
14272         * po/fi.po
14273                 updated by Flammie Pirinen
14274         * src/procmime.c
14275                 fix 'Bad BASE64 content' output
14276
14277 2005-05-31 [colin]      1.9.11cvs29
14278
14279         * src/procmime.c
14280                 Oops, where did my hunk go.
14281
14282 2005-05-31 [colin]      1.9.11cvs28
14283
14284         * src/Makefile.am
14285         * src/account.c
14286         * src/action.c
14287         * src/addr_compl.c
14288         * src/addressbook.c
14289         * src/codeconv.c
14290         * src/compose.c
14291         * src/export.c
14292         * src/folder.c
14293         * src/folderview.c
14294         * src/image_viewer.c
14295         * src/main.c
14296         * src/mainwindow.c
14297         * src/messageview.c
14298         * src/mimeview.c
14299         * src/msgcache.c
14300         * src/prefs_account.c
14301         * src/prefs_actions.c
14302         * src/prefs_common.c
14303         * src/prefs_compose_writing.c
14304         * src/prefs_customheader.c
14305         * src/prefs_ext_prog.c
14306         * src/prefs_filtering.c
14307         * src/prefs_filtering_action.c
14308         * src/prefs_fonts.c
14309         * src/prefs_image_viewer.c
14310         * src/prefs_message.c
14311         * src/prefs_message.h
14312         * src/prefs_msg_colors.c
14313         * src/prefs_other.c
14314         * src/prefs_other.h
14315         * src/prefs_quote.c
14316         * src/prefs_receive.c
14317         * src/prefs_receive.h
14318         * src/prefs_send.c
14319         * src/prefs_send.h
14320         * src/prefs_spelling.c
14321         * src/prefs_summaries.c
14322         * src/prefs_summary_column.c
14323         * src/prefs_template.c
14324         * src/prefs_themes.c
14325         * src/prefs_toolbar.c
14326         * src/prefs_wrapping.c
14327         * src/procmime.c
14328         * src/procmsg.c
14329         * src/send_message.h
14330         * src/ssl_manager.c
14331         * src/summary_search.c
14332         * src/summaryview.c
14333         * src/textview.c
14334         * src/wizard.c
14335         * src/common/smtp.c
14336         * src/common/smtp.h
14337         * src/gtk/gtkutils.h
14338                 o Move the rest of Common prefs to new style
14339                 o Lots of -Wall warning fixes
14340                 o fix FIXME in cache memusage calculation
14341                 o Let return receipts be sent from any account
14342                 o Little cache optimisation (read)
14343                 o Fix bug #746 (don't treat commas as separators
14344                   when inside a quoted string)
14345
14346 2005-05-31 [paul]       1.9.11cvs27
14347
14348         * src/prefs_common.c
14349                 fix 'off-by-one' typo
14350
14351 2005-05-31 [paul]       1.9.11cvs26
14352
14353         * src/account.c
14354         * src/addr_compl.c
14355         * src/compose.c
14356         * src/foldersel.c
14357         * src/prefs_actions.c
14358         * src/prefs_common.c
14359         * src/prefs_common.h
14360         * src/prefs_customheader.c
14361         * src/prefs_display_header.c
14362         * src/prefs_filtering.c
14363         * src/prefs_filtering_action.c
14364         * src/prefs_matcher.c
14365         * src/prefs_summaries.c
14366         * src/prefs_summary_column.c
14367         * src/prefs_template.c
14368         * src/prefs_toolbar.c
14369         * src/ssl_manager.c
14370         * src/gtk/pluginwindow.c
14371         * src/gtk/prefswindow.c
14372         * src/gtk/progressdialog.c
14373                 add hidden prefs 'enable_rules_hint'
14374                 for gtk_tree_view_set_rules_hint()
14375                 (sync with main)
14376                 
14377
14378 2005-05-31 [colin]      1.9.11cvs25
14379
14380         * src/Makefile.am
14381         * src/main.c
14382         * src/prefs_common.c
14383         * src/prefs_summaries.c ** ADDED **
14384         * src/prefs_summaries.h ** ADDED **
14385                 Common/Display -> Display/Summaries
14386
14387 2005-05-31 [colin]      1.9.11cvs24
14388
14389         * src/Makefile.am
14390         * src/main.c
14391         * src/prefs_quote.c ** ADDED **
14392         * src/prefs_quote.h ** ADDED **
14393                 Move Common/Quote to Compose/Quoting
14394         * src/prefs_common.c
14395         * src/prefs_common.h
14396                 Remove old quote stuff, add
14397                 convenience functions for GtkTextView prefs
14398         * src/gtk/prefswindow.c
14399                 Set default height higher
14400
14401 2005-05-30 [colin]      1.9.11cvs23
14402
14403         * src/Makefile.am
14404         * src/main.c
14405         * src/prefs_common.c
14406         * src/prefs_compose_writing.c ** ADDED **
14407         * src/prefs_compose_writing.h ** ADDED **
14408                 Move Common/Compose prefs to Compose/Writing
14409
14410 2005-05-30 [colin]      1.9.11cvs22
14411
14412         * src/common/utils.c
14413                 Fix bug #651 (Confused Attract by Subject)
14414                 Patch by M. Benkmann <haferfrost@web.de>
14415         * AUTHORS
14416
14417 2005-05-30 [colin]      1.9.11cvs21
14418
14419         * src/compose.c
14420                 Fix concatenation of different headers of
14421                 the same type (bug #645)
14422         * src/prefs_folder_item.c
14423                 Fix bug #699 (setting color to black doesn't
14424                 work immediately)
14425         * src/procmime.c
14426                 Print out decoding error only once per
14427                 block
14428
14429 2005-05-30 [paul]       1.9.11cvs20
14430
14431         * src/common/template.c
14432                 fix Bcc
14433
14434 2005-05-30 [paul]       1.9.11cvs19
14435
14436         * doc/src/rfc2368.txt   **NEW FILE**
14437         * src/compose.c
14438                 compose_entries_set(): don't interpret Bcc
14439                 header field (conform to RFC 2368)
14440                 (sync with main)
14441
14442 2005-05-29 [colin]      1.9.11cvs18
14443
14444         * src/prefs_common.c
14445                 Let the default reply format respect
14446                 netiquette by cutting the signature.
14447
14448 2005-05-29 [colin]      1.9.11cvs17
14449
14450         * src/summaryview.c
14451                 Don't let always_show_msg override
14452                 open_unread_on_enter when opening a new
14453                 directory.
14454
14455 2005-05-27 [paul]       1.9.11cvs16
14456
14457         sync with main:
14458
14459         * src/main.c
14460                 app_will_exit(): cleanup tmp directory when exit
14461         * src/message_search.c
14462                 improved the interface and made code cleanup.
14463                 removed Clear button
14464         * src/send_message.c
14465                 send_message_local(): use GSpawn, and detect errors
14466         * src/summary_search.c
14467                 improved the interface and made code cleanup
14468         * src/textview.c
14469                 textview_write_link(): also skip non-ascii space
14470                  at the head of link strings (phishing check
14471                  didn't work at the case)
14472         * src/common/utils.c
14473                 get_command_output(): use g_spawn_command_line_sync()
14474                 instead of popen()
14475
14476 2005-05-26 [colin]      1.9.11cvs15
14477
14478         * src/folder.c
14479                 remove printf
14480
14481 2005-05-26 [colin]      1.9.11cvs14
14482
14483         * src/common/nntp.c
14484                 Fix nntp mode reader (bug #611)
14485                 Patch by Florian Mickler <florian@mickler.org>
14486
14487 2005-05-26 [colin]      1.9.11cvs13
14488
14489         * src/plugins/pgpmime/passphrase.c
14490                 Fix mouse grabbing (bug #557)
14491
14492 2005-05-26 [colin]      1.9.11cvs12
14493
14494         * src/prefs_themes.c
14495                 Fix g_warning (bug #541)
14496
14497 2005-05-26 [colin]      1.9.11cvs11
14498
14499         * src/prefs_actions.c
14500         * src/prefs_template.c
14501                 Fix bug #506 (no warning if action/template
14502                 is not saved)
14503         * src/common/template.c
14504                 Fix a possible crash
14505
14506 2005-05-26 [colin]      1.9.11cvs10
14507
14508         * src/folder.c
14509         * src/folderview.c
14510         * src/procmsg.c
14511         * src/summaryview.c
14512                 Forbid locked messages to be moved or
14513                 deleted. Locked messages in trashes 
14514                 still get deleted, for performance
14515                 reason (mh.c::mh_remove_all_msgs)
14516
14517 2005-05-25 [colin]      1.9.11cvs9
14518
14519         * src/procmime.c
14520                 Use correct encoding when sending mails
14521                 with attachments that have accentued 
14522                 chars in their name
14523
14524 2005-05-24 [colin]      1.9.11cvs8
14525
14526         * src/summaryview.c
14527                 Fix bug #688 f) read/unread marker not
14528                 changed on first click
14529                 Also, optimize summary_status_show()
14530                 calls
14531         * src/folder.c
14532         * src/inc.c
14533         * src/procmime.c
14534                 Fix bug #688 b) and c) wrt message
14535                 attachments and signature
14536         * src/stock_pixmap.c
14537         * src/stock_pixmap.h
14538         * src/stock_pixmap.c
14539         * src/stock_pixmap.h
14540         * src/Makefile.am
14541         * src/pixmaps/clip_gpg_signed.xpm
14542                 Add clip/signed icon
14543
14544 2005-05-24 [colin]      1.9.11cvs7
14545
14546         * src/folder_item_prefs.c
14547                 whitespace fix
14548
14549 2005-05-24 [colin]      1.9.11cvs6
14550
14551         * src/folderview.c
14552         * src/prefs_common.c
14553         * src/prefs_common.h
14554                 Add a confirmation to folder drag and drop
14555                 fixes bug #156
14556         * src/alertpanel.c
14557         * src/alertpanel.h
14558                 fix _with_disable parameters so that
14559                 the buttons labels are specifiable too
14560         * src/plugins/pgpmime/sgpgme.c
14561                 reflect said change
14562                 
14563
14564 2005-05-24 [colin]      1.9.11cvs5
14565
14566         * src/folderview.c
14567                 Uncollapse/collapse folders on double-click
14568                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14569                 closes bug #108
14570
14571 2005-05-23 [colin]      1.9.11cvs4
14572
14573         * src/common/socket.c
14574                 Check another special SSL_peek() error.
14575                 Should help wrt bug #728
14576
14577 2005-05-23 [colin]      1.9.11cvs3
14578
14579         * src/plugins/pgpmime/pgpmime.c
14580                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14581                 breaking menu accelerators and stuff. Users will have to
14582                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14583                 account's privacy preferences if needed.
14584
14585 2005-05-22 [paul]
14586
14587         * tools/kdeservicemenu/install.sh
14588                 use kdesu to prompt for root password if doing
14589                 global install/uninstall
14590
14591 2005-05-20 [colin]      1.9.11cvs2
14592
14593         * src/procmsg.c
14594                 Fix another compilation error with gcc-2.9x
14595                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14596         * src/send_message.c
14597                 Don't send QUIT if we aren't connected
14598
14599 2005-05-19 [colin]      1.9.11cvs1
14600
14601         * src/procmsg.c
14602                 Fix compilation with gcc 2.9x
14603
14604 2005-05-19 [paul]       1.9.11
14605
14606         1.9.11 released
14607
14608 2005-05-19 [paul]       1.9.9cvs14
14609
14610         * src/gtk/inputdialog.c
14611                 prevent gettext warning
14612
14613 2005-05-19 [paul]       1.9.9cvs13
14614
14615         * src/mainwindow.c
14616         * src/prefs_common.c
14617         * src/prefs_common.h
14618         * src/textview.c
14619         * src/textview.h
14620                 add an option to toggle cursor in message
14621                 view (sync with main)
14622
14623 2005-05-18 [colin]      1.9.9cvs12
14624
14625         * src/compose.c
14626                 Dereference freed pointer
14627         * src/gtk/gtkaspell.c
14628                 Fix duplication of dictionaries (is it an aspell issue?)
14629
14630 2005-05-18 [colin]      1.9.9cvs11
14631
14632         * src/gtk/inputdialog.c
14633         * src/gtk/gtkaspell.c
14634                 HIGuify dialogs
14635         * src/alertpanel.c
14636                 Remove a double call
14637
14638 2005-05-17 [colin]      1.9.9cvs10
14639
14640         * src/gtk/gtkaspell.c
14641                 Fix dialogs, Ctrl-Enter accel
14642
14643 2005-05-17 [colin]      1.9.9cvs9
14644
14645         * src/gtk/gtkaspell.c
14646                 Fix some accelerators, escape in replace-window
14647
14648 2005-05-16 [colin]      1.9.9cvs8
14649
14650         * src/gtk/gtkaspell.c
14651                 Revert last commit, it was a mistake.
14652
14653 2005-05-16 [colin]      1.9.9cvs7
14654
14655         * src/gtk/gtkaspell.c
14656                 Remove buggy code while we're at it. It's a 
14657                 dead code path anyway.
14658
14659 2005-05-16 [colin]      1.9.9cvs6
14660
14661         * src/gtk/gtkaspell.c
14662                 Missed some gtk_menu_popup where deactivate
14663                 signal should be handled. Should fix bug
14664                 #629 a bit more.
14665
14666 2005-05-16 [colin]      1.9.9cvs5
14667
14668         * src/gtk/gtkaspell.c
14669                 Remove debug printf()s
14670
14671 2005-05-16 [colin]      1.9.9cvs4
14672
14673         * src/gtk/gtkaspell.c
14674                 Fix a bit aspell problems
14675                 (see bug #629)
14676
14677 2005-05-13 [colin]      1.9.9cvs3
14678
14679         * src/folderview.c
14680                 Fix the + appearing even when no subfolders
14681                 have unread messages. Thanks to wwp for the
14682                 bug report.
14683
14684 2005-05-11 [paul]       1.9.9cvs2
14685
14686         * src/folderview.c
14687                 correction to 1.9.9cvs1, only colour folders that
14688                 have new msgs (not unread msgs)
14689
14690 2005-05-10 [colin]      1.9.9cvs1
14691
14692         * src/folderview.c
14693         * src/summaryview.c
14694                 Try to fix bolding bugs again.
14695
14696 2005-05-09 [paul]
14697
14698         * tools/claws.i18n.status.pl
14699                 add Ricardo Mones Lastra's script that has been providing
14700                 the i18n status page for many months
14701
14702 2005-05-09 [paul]       1.9.9
14703
14704         1.9.9 release
14705
14706 2005-05-09 [paul]       1.9.6cvs58
14707
14708         * AUTHORS
14709         * INSTALL
14710         * README.claws
14711                 updated
14712         * Makefile.am 
14713         * RELEASE_NOTES.claws
14714                 add release notes to cvs to simplify release
14715                 procedure
14716         * configure.ac
14717                 add ca and fi to ALL_LINGUAS
14718         * po/Makefile.in.in
14719                 workaround for missing Makevars
14720         * po/ca.po
14721         * po/fi.po
14722                 add new Catalan and Finnish translations
14723                 submitted by Miquel Oliete and Flammie Pirinen
14724         * po/de.po
14725         * po/es.po
14726         * po/fr.po
14727         * po/it.po
14728         * po/pl.po
14729         * po/ru.po
14730         * po/sk.po
14731         * po/sr.po
14732         * po/zh_CN.po
14733                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14734                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14735                 Urke MMI, and Hansom Young
14736         * src/main.c
14737                 Fix drafting when quitting. compose_draft() closes the
14738                 compose windows, which modifies the compose_list GSList.
14739                 We have to refresh this list after echo drafting to avoid a
14740                 segfault
14741         * src/partial_download.c
14742                 fix segfault on exit
14743
14744 2005-05-06 [paul]       1.9.6cvs57
14745
14746         * src/grouplistdialog.c
14747                 quick fix/workaround for unresizeable newsgroup
14748                 name column 
14749
14750 2005-05-06 [paul]       1.9.6cvs56
14751
14752         * src/inc.c
14753         * src/mainwindow.c
14754                 use gettext plural forms
14755         * src/imap_gtk.c
14756         * src/mh_gtk.c
14757         * src/toolbar.c
14758                 small improvement to english usage
14759
14760 2005-05-05 [thorsten]   1.9.6cvs55
14761
14762         * src/folder.c
14763                 fix possible crash
14764
14765 2005-05-05 [paul]       1.9.6cvs54
14766         
14767         sync with HEAD
14768
14769         * AUTHORS
14770         * src/compose.c
14771                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14772                 patch by Tim Mann
14773
14774 2005-05-05 [paul]       1.9.6cvs53
14775
14776         * src/mainwindow.c
14777                 fix resizing of separate message and
14778                 folder views
14779
14780 2005-05-05 [paul]       1.9.6cvs52
14781
14782         * src/account.c
14783         * src/addrgather.c
14784         * src/browseldap.c
14785         * src/exphtmldlg.c
14786         * src/expldifdlg.c
14787         * src/importmutt.c
14788         * src/importpine.c
14789         * src/main.c
14790         * src/mainwindow.c
14791         * src/noticeview.c
14792         * src/prefs_filtering.c
14793         * src/prefs_filtering_action.c
14794         * src/prefs_matcher.c
14795         * src/prefs_spelling.c
14796         * src/prefs_toolbar.c
14797         * src/toolbar.c
14798         * src/wizard.c
14799         * src/gtk/description_window.c
14800         * src/gtk/gtkvscrollbutton.c
14801         * src/gtk/progressdialog.c
14802         * src/gtk/quicksearch.c
14803         * src/plugins/pgpmime/prefs_gpg.c
14804         * src/plugins/spamassassin/spamassassin_gtk.c
14805                 replace deprecated gtk_widget_set_usize
14806
14807 2005-05-04 [colin]      1.9.6cvs51
14808
14809         * src/common/utils.c
14810                 Fix crash when subst_for_filename is called
14811                 with a NULL parameter
14812
14813 2005-05-04 [colin]      1.9.6cvs50
14814
14815         * src/partial_download.c
14816         * src/pop.c
14817                 Escape login when writing uidl file
14818                 fixes bug #736
14819
14820 2005-05-03 [colin]      1.9.6cvs49
14821
14822         * src/procmime.c
14823                 Fix possible DOS in mime parser
14824                 (see bug #634)
14825
14826 2005-05-02 [colin]      1.9.6cvs48
14827
14828         * src/compose.c
14829                 Try to fix the copy/paste mess once again.
14830
14831
14832 2005-04-30 [colin]      1.9.6cvs47
14833
14834         * src/prefs_account.h
14835         * src/procmsg.c
14836         * src/send_message.c
14837         * src/common/smtp.c
14838         * src/common/smtp.h
14839                 Try to batch sending mails (per account) instead of
14840                 reconnecting to server every time.
14841
14842 2005-04-29 [colin]      1.9.6cvs46
14843
14844         * src/messageview.c
14845                 Fix window resizing that refused to size down
14846         * src/prefs_common.c
14847         * src/prefs_common.h
14848         * src/prefs_filtering.c
14849                 Save Filtering's window size
14850
14851 2005-04-21 [paul]       1.9.6cvs45
14852
14853         * ChangeLog-gtk2.claws
14854         * src/setup.c
14855                 correction to sync
14856
14857 2005-04-21 [paul]       1.9.6cvs44
14858
14859         sync with main:
14860
14861         * src/setup.c
14862         * src/statusbar.c
14863         * src/statusbar.h
14864                 use gtkut_widget_draw_now(). Improved performance
14865                 of the update of statusbar
14866         * src/textview.c
14867                 textview_smooth_scroll_do(): redraw it after scroll
14868                 is done (fixed incorrect display when a part of the
14869                 view is hidden).
14870         * src/gtk/gtkutils.c
14871         * src/gtk/gtkutils.h
14872                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14873                 to force update of widgets.
14874                 Removed gtkut_widget_wait_for_draw() which had a big
14875                 overhead  because of waiting for all events processed 
14876
14877 2005-04-20 [paul]       1.9.6cvs43
14878
14879         * src/codeconv.c
14880                 complete 1.9.6cvs42's sync:
14881                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14882
14883 2005-04-19 [paul]       1.9.6cvs42
14884
14885         sync with main:
14886
14887         * src/action.c
14888                 catch_output(): correctly select the insert text
14889                 (fix invalid iterator warnings).
14890         * src/codeconv.c
14891         * src/codeconv.h
14892         * src/mainwindow.c
14893         * src/messageview.c
14894         * src/prefs_common.c
14895                 support GBK encoding.
14896         * src/common/session.c
14897         * src/common/session.h
14898                 use separate buffer for large data to be sent,
14899                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14900
14901 2005-04-18 [paul]       1.9.6cvs41
14902
14903         * src/jpilot.c
14904                 convert unsigned long into guint32
14905                 patch by Paul LeoNerd Evans 
14906
14907 2005-04-17 [colin]      1.9.6cvs40
14908
14909         * src/compose.c
14910                 Fix 'Request return receipt' from folder
14911                 properties (bug #708)
14912
14913 2005-04-17 [colin]      1.9.6cvs39
14914
14915         * src/mainwindow.c
14916                 Fix duplicate hotkeys in Mainwindow's menu
14917
14918 2005-04-17 [colin]      1.9.6cvs38
14919
14920         * src/folderview.c
14921                 Fix duplicate hotkeys in Folderview's contextual
14922                 menu
14923
14924 2005-04-15 [colin]      1.9.6cvs37
14925
14926         * src/summaryview.c
14927                 Fix 'Save as...' with non-ascii filenames
14928
14929 2005-04-15 [colin]      1.9.6cvs36
14930
14931         * src/plugins/pgpmime/pgpmime.c
14932                 Fix bus error on 64bit. Spotted by 
14933                 macallan1888@gmail.com
14934
14935 2005-04-15 [colin]      1.9.6cvs35
14936
14937         * src/prefs_account.c
14938                 Fix cvs34.
14939
14940 2005-04-12 [colin]      1.9.6cvs34
14941
14942         * src/prefs_account.c
14943                 Fix smtp auth type off-by-one. We forgot to
14944                 add PLAIN in the prefs-to-gui setter func and
14945                 as a result, the selected auth when opening
14946                 account prefs was not the correct one.
14947
14948 2005-04-12 [paul]       1.9.6cvs33
14949
14950         * src/inc.c
14951                 if the recv dialog is visible, Cancel only
14952                 cancels the current account
14953
14954
14955 2005-04-10 [colin]      1.9.6cvs32
14956
14957         * src/filtering.c
14958                 Copy score when copying FilteringActions
14959                 Fix bug #674
14960
14961 2005-04-10 [colin]      1.9.6cvs31
14962
14963         * src/inc.c
14964                 Make Message -> Receive -> Cancel cancel 
14965                 incorporation on all accounts. Fixes
14966                 bug #693
14967
14968 2005-04-10 [colin]      1.9.6cvs30
14969
14970         * src/prefs_account.c
14971                 Update Privacy checkbuttons status based
14972                 on the selected privacy system
14973         * src/compose.c
14974                 Always connect the "None" privacy system; the
14975                 static boolean was probably there to avoid
14976                 reconnecting twice in the same compose window,
14977                 but as the parent function is only called once
14978                 per compose, it's only a bug - as a static is
14979                 initialized once per application instance.
14980                 Also, don't uncheck Sign and Encrypt when
14981                 selecting None as privacy system; just ignore
14982                 them when sending/queuing.
14983                 Should fix bug #695
14984
14985 2005-04-08 [colin]      1.9.6cvs29
14986
14987         * src/account.c
14988         * src/prefs_account.c
14989         * src/prefs_account.h
14990                 Add account preference to queue message in a certain
14991                 folder.
14992
14993 2005-04-06 [colin]      1.9.6cvs28
14994
14995         * src/prefs_account.c
14996                 Update old inbox path syntax
14997
14998 2005-04-06 [paul]       1.9.6cvs27
14999
15000         sync with main:
15001
15002         * configure.ac
15003                 changed -traditional-cpp to -no-cpp-precomp for newer
15004                 Mac OS X support
15005         * src/foldersel.c
15006                 made column resize automatically
15007         * src/send_message.c
15008                 send_message_smtp(): consider EOF right after QUIT
15009                 successful (workaround for Gmail SMTP server)
15010         * src/common/socket.c
15011                 ssl_read(), ssl_peek(): check EOF which violates the
15012                 SSL protocol
15013         * src/gtk/colorlabel.c
15014                 removed warnings when displaying colorlabel menu
15015                 (don't use GtkAlignment)
15016
15017 2005-04-05 [paul]       1.9.6cvs26
15018
15019         * src/plugins/trayicon/trayicon.c
15020                 fix clipping of icon under KDE3 
15021
15022 2005-04-05 [paul]       1.9.6cvs25
15023
15024         * src/summaryview.c
15025                 hide display of threading
15026                 patch by Alfons
15027
15028 2005-04-04 [thorsten]   1.9.6cvs24
15029
15030         * src/mh.c
15031                 marks lost on filesystems with different stat() results on
15032                 summer-/wintertime
15033
15034 2005-04-03 [colin]      1.9.6cvs23
15035
15036         * src/summaryview.c
15037                 Don't handle up/down. Patch by Alfons
15038
15039 2005-04-02 [colin]      1.9.6cvs22
15040
15041         * src/summaryview.c
15042                 Make scrolling faster. Patch by Alfons.
15043
15044 2005-04-01 [colin]      1.9.6cvs21
15045
15046         * src/Makefile.am
15047         * src/stock_pixmap.c
15048         * src/pixmaps/dir-noselect.xpm ** REMOVED **
15049         * src/pixmaps/dir_noselect.xpm ** ADDED **
15050                 Fix pixmap name mismatch (Thanks Stephan Sachse)
15051
15052 2005-04-01 [colin]      1.9.6cvs20
15053
15054         * src/image_viewer.c
15055         * src/image_viewer.h
15056         * src/procmime.c
15057         * src/procmime.h
15058         * src/textview.c
15059         * src/textview.h
15060                 Implement inline image resizing and right-clicking
15061
15062 2005-04-01 [paul]       1.9.6cvs19
15063
15064         * AUTHORS
15065         * Makefile.am
15066         * configure.ac
15067                 check for gnome2
15068                 patch by Luca Cavalli <loopback<AT>slackit.org>
15069         * po/ru.po
15070                 updated by Pavlo Bohmat
15071
15072 2005-03-31 [colin]      1.9.6cvs18
15073
15074         * src/news.c
15075                 Fix parsing references
15076         * src/msgcache.c
15077                 don't put nulls in the references list
15078         * src/procheader.c
15079                 commit that forgotten file in 1.9.6cvs14
15080
15081 2005-03-31 [colin]      1.9.6cvs17
15082
15083         * src/compose.c
15084                 Fix joining of signature separator again. 
15085                 Maybe Hiro could put it in main too...
15086
15087 2005-03-31 [colin]      1.9.6cvs16
15088
15089         * src/Makefile.am
15090         * src/foldersel.c
15091         * src/stock_pixmap.c
15092         * src/stock_pixmap.h
15093         * src/pixmaps/dir-noselect.xpm
15094                 Update foldersel.c (sync from main, patch by Alfons)
15095
15096 2005-03-30 [colin]      1.9.6cvs15
15097
15098         * src/imap.c
15099                 Fix handling of imap folders containing [] in 
15100                 their name. Thanks to Nahuel Angelinetti for
15101                 the detailed bugreport.
15102
15103 2005-03-30 [colin]      1.9.6cvs14
15104
15105         * src/common/utils.h
15106         * src/common/utils.c
15107         * src/common/defs.h
15108         * src/matcher.c
15109         * src/msgcache.c
15110         * src/news.c
15111         * src/procmsg.c
15112         * src/procmsg.h
15113         * src/quote_fmt_parse.y
15114         * src/summaryview.c
15115                 Update references system. Patch by Alfons
15116
15117 2005-03-30 [colin]      1.9.6cvs13
15118
15119         * src/common/socket.c
15120                 Force the glibc to read resolv.conf again when 
15121                 it has changed. Should fix issues when changing
15122                 networks on a laptop and not restarting sylpheed. 
15123
15124 2005-03-30 [paul]       1.9.6cvs12
15125
15126         partial sync with main:
15127
15128         * src/action.c
15129                 create_io_dialog(): use user-defined text font
15130                 (thanks to Alfons), and modified its appearance.
15131         * src/addrgather.c
15132         * src/addrharvest.c
15133         * src/browseldap.c
15134                 replace old code
15135         * src/compose.c
15136                 don't join (presumably) itemized lines on line-wrapping
15137                 fixed wrapping of quote when auto-wrapping is enabled
15138                 compose_destroy(): destroy paned only if it's not
15139                 attached to window. Fixed memory leak of popup menu.
15140         * src/exphtmldlg.c
15141         * src/expldifdlg.c
15142                 replace old code
15143         * src/html.c
15144         * src/html.h
15145         * src/importmutt.c
15146         * src/importpine.c
15147                 replace old code
15148         * src/main.c
15149                 removed redundant code
15150         * src/mainwindow.c
15151                 changed 'Code set' (which is rather incorrect)
15152                 in the menu to 'Character encoding'
15153                 main_window_set_widgets(): request size first
15154                 to prevent window size becoming wrong
15155                 fixed remembering of the state of the visibility
15156                 of MessageView
15157         * src/messageview.c
15158                 changed 'Code set' (which is rather incorrect)
15159                 in the menu to 'Character encoding'
15160         * src/prefs_common.c
15161         * src/prefs_common.h
15162                 added an option whether to render HTML as text or not
15163                 added separators to outgoing encoding menu
15164         * src/procheader.c
15165                 procheader_scan_date_string(): support header
15166                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
15167         * src/summaryview.c
15168         * src/summaryview.h
15169                 minor code cleanup
15170         * src/textview.c
15171                 textview_show_html(): force output of newline
15172                 added an option whether to render HTML as text or not
15173         * src/common/utils.c
15174                 strncpy2(): optimized based on Alfons' code
15175         * src/gtk/gtkutils.c
15176         * src/gtk/gtkutils.h
15177                 removed non-used code
15178         * src/plugins/pgpmime/passphrase.c
15179                 partially fixed grab input of passphrase dialog
15180                 Confine pointer to window
15181
15182 2005-03-30 [colin]      1.9.6cvs11
15183
15184         * src/msgcache.c
15185         * src/msgcache.h
15186                 Read/write 32bit ints from cache & marks
15187                 From main.
15188
15189 2005-03-29 [paul]       1.9.6cvs10
15190
15191         * AUTHORS
15192         * ChangeLog.claws
15193         * src/compose.c
15194         * src/gtk/gtkaspell.c
15195                 sync with HEAD (don't pass NULL pointers) 
15196
15197 2005-03-24 [paul]
15198
15199         * tools/Makefile.am
15200         * tools/README
15201         * tools/acroread2sylpheed.pl
15202                 sync with HEAD (add script to send pdfs as
15203                 attachments from Adobe Reader 7)
15204
15205 2005-03-21 [paul]       1.9.6cvs9
15206
15207         * configure.ac
15208         * po/POTFILES.in
15209         * src/Makefile.am
15210         * src/crash.c
15211         * src/image_viewer.c ** ADDED **
15212         * src/image_viewer.h ** ADDED **
15213         * src/main.c
15214         * src/prefs_common.c
15215         * src/prefs_common.h
15216         * src/prefs_image_viewer.c ** ADDED **
15217         * src/prefs_image_viewer.h ** ADDED **
15218         * src/textview.c
15219         * src/gtk/about.c
15220         * src/pixmaps/sylpheed_logo.xpm
15221         * src/plugins/Makefile.am
15222         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15223         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15224         * src/plugins/image_viewer/plugin.c ** REMOVED **
15225         * src/plugins/image_viewer/viewer.c ** REMOVED **
15226         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15227         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15228         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15229         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15230         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15231                 as gdk-pixbuf is now built-in
15232                 remove image_viewer plugin and put code back into
15233                 main codebase
15234                 implement inline image display (sync with main)
15235
15236                 replace logo with newer, nicer, larger version  
15237
15238 2005-03-21 [paul]       1.9.6cvs8
15239
15240         * src/gtk/about.c
15241                 cosmetic improvement
15242
15243 2005-03-21 [holger]     1.9.6cvs7
15244
15245         * src/plugins/spamassassin/spamassassin.c
15246                 Sync with HEAD
15247                 (unregister hook on failed plugin init)
15248
15249 2005-03-20 [colin]      1.9.6cvs6
15250
15251         * src/common/plugin.c
15252                 Check that plugin isn't already loaded
15253                 Patch by Alfons
15254
15255 2005-03-20 [thorsten]   1.9.6cvs5
15256
15257         * src/compose.c
15258                 use a more compatible syntax
15259
15260 2005-03-20 [thorsten]   1.9.6cvs4
15261
15262         * src/prefs_toolbar.c
15263                 fix crash when selecting toolbar item (uninitialized pointer)
15264
15265 2005-03-20 [thorsten]   1.9.6cvs3
15266
15267         * src/procmime.c
15268                 fix mimetype detection (referenced free()d string)
15269
15270 2005-03-20 [paul]       1.9.6cvs2
15271
15272         * src/compose.c
15273                 sync with HEAD (1.0.3cvs5)
15274                 neglect Reply-To header if empty
15275                 Patch by Alfons 
15276
15277 2005-03-19 [holger]     1.9.6cvs1
15278
15279         * src/summaryview.c
15280         * src/summaryview.h
15281                 Sync with HEAD
15282
15283 2005-03-18 [paul]       1.9.6
15284
15285         initial GTK2 release
15286
15287 2005-03-18 [paul]       1.0.3cvs3.1
15288
15289         * AUTHORS
15290         * ChangeLog.claws
15291         * configure.ac
15292         * src/gtk/about.c
15293         * src/pixmaps/sylpheed_logo.xpm
15294                 sync with HEAD
15295
15296 2005-03-18 [colin]      1.0.3cvs2.6
15297
15298         * src/summaryview.c
15299                 Remove call to summary_step in summary_copy_selected_to
15300                 Can't see its purpose, and this causes bug when copying
15301                 a message if the next one is unread: it reads it.
15302
15303 2005-03-18 [paul]       1.0.3cvs2.5
15304
15305         * src/foldersel.c
15306                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15307
15308 2005-03-18 [paul]       1.0.3cvs2.4
15309
15310         * src/addrharvest.c
15311         * src/codeconv.c
15312         * src/codeconv.h
15313         * src/compose.c
15314         * src/news.c
15315         * src/procheader.c
15316         * src/procmime.c
15317         * src/unmime.c
15318         * src/unmime.h
15319                 fix buffer overflow, CAN-2005-0667, see
15320                 http://secunia.com/advisories/14491/
15321                 Patch by Alfons
15322
15323 2005-03-17 [colin]      1.0.3cvs2.3
15324
15325         * src/prefs_fonts.c
15326         * src/summaryview.c
15327                 Fix font bugs (both lists now officialy share 
15328                 the same font)
15329                 
15330
15331 2005-03-17 [paul]       1.0.3cvs2.2
15332
15333         * src/gtk/pluginwindow.c
15334                 make plugin descriptions uneditable
15335
15336 2005-03-11 [paul]       1.0.3cvs2.1
15337
15338         * ChangeLog.claws
15339         * configure.ac
15340         * po/POTFILES.in
15341         * src/plugins/trayicon/trayicon.c
15342                 sync with HEAD
15343                 add src/wizard.c to POTFILES.in
15344
15345 2005-03-11 [paul]       1.0.3cvs1.1
15346
15347         * ChangeLog
15348         * ChangeLog.claws
15349         * configure.ac
15350         * po/de.po
15351         * po/es.po
15352         * po/fr.po
15353         * po/it.po
15354         * po/pt_BR.po
15355         * po/ru.po
15356         * po/sk.po
15357         * po/sr.po
15358         * po/zh_CN.po
15359                 sync with HEAD
15360
15361 2005-03-04 [colin]      1.0.1cvs22.2
15362
15363         * src/compose.c
15364                 Fix signatures with accentued chars in it
15365
15366 2005-03-04 [colin]      1.0.1cvs22.1
15367
15368         * src/common/smtp.c
15369         * src/common/smtp.h
15370                 Don't use SIZE param in MAIL FROM: if server 
15371                 doesn't support it. Patch by Eugen Freiter
15372                 <eugen_f@users.sf.net>
15373
15374 2005-02-27 [paul]       1.0.1cvs20.1
15375
15376         * ChangeLog.claws
15377         * configure.ac
15378         * src/messageview.c
15379                 sync with HEAD
15380
15381 2005-02-27 [colin]      1.0.1cvs19.4
15382
15383         * src/procheader.c
15384         * src/procheader.h
15385                 Fix prototypes. Patch by Alfons
15386
15387 2005-02-27 [colin]      1.0.1cvs19.3
15388
15389         * src/compose.c
15390                 Don't auto-join the signature separator.
15391
15392 2005-02-26 [colin]      1.0.1cvs19.2
15393
15394         * src/summaryview.c
15395                 Fix 'mark all read' with collapsed threads.
15396                 Patch by Alfons.
15397
15398 2005-02-25 [paul]       1.0.1cvs19.1
15399
15400         * ChangeLog.claws
15401         * configure.ac
15402         * src/prefs_account.c
15403         * src/prefs_folder_item.c
15404         * src/gtk/prefswindow.c
15405         * src/gtk/prefswindow.h
15406                 sync with HEAD
15407
15408 2005-02-25 [paul]       1.0.1cvs15.12
15409
15410         * src/alertpanel.c
15411         * src/codeconv.c
15412         * src/compose.c
15413         * src/textview.c
15414         * src/gtk/gtkutils.c
15415         * src/gtk/gtkutils.h
15416         * src/gtk/logwindow.c
15417         * src/gtk/progressdialog.c
15418                 sync with main (revision 127)
15419                 and fix logwindow clipping
15420
15421 2005-02-24 [colin]      1.0.1cvs15.11
15422
15423         * src/plugins/pgpmime/passphrase.c
15424                 Disable input grabbing; it doesn't work yet.
15425
15426 2005-02-24 [colin]      1.0.1cvs15.10
15427
15428         * src/messageview.c
15429                 Don't send out receipts if offline. Ask.
15430
15431 2005-02-23 [colin]      1.0.1cvs15.9
15432
15433         * src/summaryview.c     
15434                 Fix expanding
15435
15436 2005-02-23 [colin]      1.0.1cvs15.8
15437
15438         * src/summaryview.c
15439                 Really fix Bug 568 by removing useless
15440                 calls. summary_thread_init() now called
15441                 in summary_sort(). This should please
15442                 Alfons as it should be faster than 
15443                 previously.
15444
15445 2005-02-23 [colin]      1.0.1cvs15.7
15446
15447         * src/compose.c
15448                 Encode parts as QP or B64 if signing
15449
15450 2005-02-23 [colin]      1.0.1cvs15.6
15451
15452         * src/compose.c
15453                 Fix Mimeinfo leakage (including tmp files)
15454         * src/procmsg.c
15455                 Fix tmp file leakage (spotted by Ivan Rayner)
15456
15457 2005-02-22 [colin]      1.0.1cvs15.5
15458
15459         * src/expldifdlg.c
15460                 Fix keyboard input. Patch by Alfons.
15461
15462 2005-02-21 [colin]      1.0.1cvs15.4
15463
15464         * src/compose.c
15465                 Fix Sign/Encrypt when unselecting privacy
15466                 system
15467         * src/prefs_common.c
15468                 Change default message font to Monospace
15469         * src/summaryview.c
15470                 More freezing during potentially large operations
15471
15472 2005-02-21 [paul]       1.0.1cvs15.3
15473
15474         * src/main.c
15475                 fix --help output
15476
15477 2005-02-21 [paul]       1.0.1cvs15.2
15478
15479         * po/Makefile.in.in
15480         * src/compose.c
15481         * src/summaryview.c
15482         * src/textview.c
15483         * src/common/utils.c
15484         * src/common/utils.h
15485                 sync with main (revision 117)
15486
15487 2005-02-20 [colin]      1.0.1cvs15.1
15488
15489         * src/common/defs.h
15490                 Change cache file to .sylpheed_claws_cache, as
15491                 suggested by Alfons. Allows people to switch
15492                 between Sylpheed and Sylpheed-Claws. it is
15493                 a good idea to "Check for new messages" at next
15494                 startup.
15495
15496
15497 2005-02-18 [colin]      1.0.1cvs14.1
15498
15499         * src/quote_fmt_lex.l
15500         * src/quote_fmt_parse.y
15501                 Fix parser initialisation. Patch by Ivan.
15502
15503 2005-02-18 [colin]      1.0.1cvs11.6
15504
15505         * src/folderview.c
15506                 Fix scrolldown (bug 662)
15507
15508 2005-02-17 [colin]      1.0.1cvs11.5
15509
15510         * src/codeconv.c
15511                 conv_filename_to_utf8: return clean 7bit instead
15512                 of broken utf8 if needed
15513         * src/mimeview.c
15514                 Fix display of parts with unclean 8bit names
15515
15516 2005-02-17 [paul]       1.0.1cvs11.4
15517
15518         * src/compose.c
15519         * src/exportldif.c
15520         * src/matcher_parser_parse.y
15521         * src/procmime.c
15522         * src/sourcewindow.c
15523         * src/common/Makefile.am
15524         * src/common/intl.h             ** REMOVED **
15525         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15526                 sync with main (revision 109)
15527                 and clean up
15528
15529 2005-02-16 [colin]      1.0.1cvs11.3
15530
15531         * src/summaryview.c
15532                 Fix collapsed thread not highlighting when new
15533                 messages in it (Bug 568) Patch by Stephan Sachse.
15534                 Fix messed up selection when reaching bounds (Bug 632)
15535         * src/prefs_themes.c
15536                 Fix theme installing (Bug 684)
15537
15538 2005-02-16 [colin]      1.0.1cvs11.2
15539
15540         * src/messageview.c
15541                 Fix messageview_select_all
15542
15543 2005-02-16 [colin]      1.0.1cvs11.1
15544
15545         * src/mh.c
15546                 Sync with HEAD (MH scan required function)
15547
15548 2005-02-15 [colin]      1.0.1cvs8.1
15549
15550         * src/mimeview.c
15551         * src/common/utils.c
15552                 Sync with HEAD (filename chars substitution)
15553
15554 2005-02-15 [colin]      1.0.1cvs7.3
15555
15556         * src/gtk/pluginwindow.c
15557                 Fix button spacing
15558
15559 2005-02-15 [colin]      1.0.1cvs7.2
15560
15561         * src/mimeview.c
15562                 Fix mime icons not reset across message when
15563                 scrolled down
15564
15565 2005-02-15 [colin]      1.0.1cvs7.1
15566
15567         * src/compose.c
15568         * src/procmime.c
15569                 Sync with HEAD (optimisation of cvs6)
15570
15571 2005-02-14 [colin]      1.0.1cvs6.1
15572
15573         * src/compose.c
15574         * src/procmime.c
15575                 Sync with HEAD (encode "From " at line beginning)
15576
15577 2005-02-14 [colin]      1.0.1cvs5.3
15578
15579         * src/compose.c
15580                 Fix wrapping with accentued chars.
15581
15582 2005-02-13 [colin]      1.0.1cvs5.2
15583
15584         * src/textview.c
15585                 Fix email informative part parsing with
15586                 accentued chars in it. ispunct() returns
15587                 true for them in utf8...
15588
15589 2005-02-12 [colin]      1.0.1cvs5.1
15590
15591         * src/filtering.c
15592                 Sync with HEAD (remove wrong use of compose after send)
15593
15594 2005-02-12 [paul]       1.0.1cvs4.5
15595
15596         * src/textview.c
15597                 remove unnecessary code (thanks to Alfons)
15598
15599 2005-02-12 [paul]       1.0.1cvs4.4
15600
15601         * src/textview.c
15602                 add 'Copy' to contextual menu on emails
15603
15604 2005-02-11 [colin]      1.0.1cvs4.3
15605
15606         * src/compose.c
15607                 revert 1.0.0cvs28.2, it doesn't work that well.
15608
15609 2005-02-11 [paul]       1.0.1cvs4.2
15610
15611         * po/Makefile.in.in
15612                 fix 'make release'
15613
15614 2005-02-10 [paul]       1.0.1cvs4.1
15615
15616         * ChangeLog
15617         * ChangeLog.claws
15618         * ChangeLog.jp
15619         * configure.ac
15620         * src/compose.c
15621                 sync with HEAD (sync with main)
15622
15623 2005-02-10 [paul]       1.0.1cvs3.2
15624
15625         * AUTHORS
15626         * Makefile.am
15627         * autogen.sh
15628         * configure.ac
15629         * config/mkinstalldirs
15630         * intl/.cvsignore
15631         * intl/ChangeLog
15632         * intl/VERSION
15633         * intl/bindtextdom.c
15634         * intl/config.charset
15635         * intl/dcgettext.c
15636         * intl/dcigettext.c
15637         * intl/dcngettext.c
15638         * intl/dgettext.c
15639         * intl/dngettext.c
15640         * intl/eval-plural.h
15641         * intl/explodename.c
15642         * intl/finddomain.c
15643         * intl/gettext.c
15644         * intl/gettextP.h
15645         * intl/gmo.h
15646         * intl/hash-string.h
15647         * intl/intl-compat.c
15648         * intl/l10nflist.c
15649         * intl/libgnuintl.h.in
15650         * intl/loadinfo.h
15651         * intl/loadmsgcat.c
15652         * intl/localcharset.c
15653         * intl/localcharset.h
15654         * intl/locale.alias
15655         * intl/localealias.c
15656         * intl/localename.c
15657         * intl/log.c
15658         * intl/ngettext.c
15659         * intl/os2compat.c
15660         * intl/os2compat.h
15661         * intl/osdep.c
15662         * intl/plural-exp.c
15663         * intl/plural-exp.h
15664         * intl/plural.c
15665         * intl/plural.y
15666         * intl/ref-add.sin
15667         * intl/ref-del.sin
15668         * intl/relocatable.c
15669         * intl/relocatable.h
15670         * intl/textdomain.c
15671         * m4/Makefile.am
15672         * po/Makefile.in.in
15673         * src/Makefile.am
15674         * src/account.c
15675         * src/action.c
15676         * src/addr_compl.c
15677         * src/addressadd.c
15678         * src/addressbook.c
15679         * src/addrgather.c
15680         * src/addrindex.c
15681         * src/alertpanel.c
15682         * src/browseldap.c
15683         * src/codeconv.c
15684         * src/codeconv.h
15685         * src/compose.c
15686         * src/compose.h
15687         * src/crash.c
15688         * src/editaddress.c
15689         * src/editbook.c
15690         * src/editgroup.c
15691         * src/editjpilot.c
15692         * src/editldap.c
15693         * src/editldap_basedn.c
15694         * src/editvcard.c
15695         * src/exphtmldlg.c
15696         * src/expldifdlg.c
15697         * src/export.c
15698         * src/exporthtml.c
15699         * src/filtering.c
15700         * src/folder.c
15701         * src/folder_item_prefs.c
15702         * src/foldersel.c
15703         * src/folderview.c
15704         * src/grouplistdialog.c
15705         * src/headerview.c
15706         * src/imap.c
15707         * src/imap_gtk.c
15708         * src/import.c
15709         * src/importldif.c
15710         * src/importmutt.c
15711         * src/importpine.c
15712         * src/inc.c
15713         * src/ldif.c
15714         * src/main.c
15715         * src/mainwindow.c
15716         * src/matcher.c
15717         * src/mbox.c
15718         * src/message_search.c
15719         * src/messageview.c
15720         * src/mh.c
15721         * src/mh_gtk.c
15722         * src/mimeview.c
15723         * src/msgcache.c
15724         * src/news.c
15725         * src/news_gtk.c
15726         * src/noticeview.c
15727         * src/partial_download.c
15728         * src/pop.c
15729         * src/prefs_account.c
15730         * src/prefs_actions.c
15731         * src/prefs_common.c
15732         * src/prefs_customheader.c
15733         * src/prefs_display_header.c
15734         * src/prefs_ext_prog.c
15735         * src/prefs_filtering.c
15736         * src/prefs_filtering_action.c
15737         * src/prefs_folder_item.c
15738         * src/prefs_fonts.c
15739         * src/prefs_gtk.c
15740         * src/prefs_matcher.c
15741         * src/prefs_msg_colors.c
15742         * src/prefs_spelling.c
15743         * src/prefs_summary_column.c
15744         * src/prefs_template.c
15745         * src/prefs_themes.c
15746         * src/prefs_toolbar.c
15747         * src/prefs_wrapping.c
15748         * src/privacy.c
15749         * src/procheader.c
15750         * src/procmime.c
15751         * src/procmsg.c
15752         * src/quote_fmt.c
15753         * src/recv.c
15754         * src/send_message.c
15755         * src/setup.c
15756         * src/sourcewindow.c
15757         * src/ssl_manager.c
15758         * src/statusbar.c
15759         * src/summary_search.c
15760         * src/summaryview.c
15761         * src/textview.c
15762         * src/toolbar.c
15763         * src/wizard.c
15764         * src/common/nntp.c
15765         * src/common/plugin.c
15766         * src/common/smtp.c
15767         * src/common/ssl.c
15768         * src/common/ssl_certificate.c
15769         * src/common/string_match.c
15770         * src/common/sylpheed.c
15771         * src/common/template.c
15772         * src/common/utils.c
15773         * src/gtk/about.c
15774         * src/gtk/colorlabel.c
15775         * src/gtk/description_window.c
15776         * src/gtk/filesel.c
15777         * src/gtk/foldersort.c
15778         * src/gtk/gtkaspell.c
15779         * src/gtk/gtkutils.c
15780         * src/gtk/inputdialog.c
15781         * src/gtk/logwindow.c
15782         * src/gtk/menu.c
15783         * src/gtk/pluginwindow.c
15784         * src/gtk/prefswindow.c
15785         * src/gtk/progressdialog.c
15786         * src/gtk/quicksearch.c
15787         * src/gtk/sslcertwindow.c
15788         * src/plugins/clamav/clamav_plugin.c
15789         * src/plugins/clamav/clamav_plugin_gtk.c
15790         * src/plugins/demo/demo.c
15791         * src/plugins/dillo_viewer/dillo_prefs.c
15792         * src/plugins/dillo_viewer/dillo_viewer.c
15793         * src/plugins/image_viewer/plugin.c
15794         * src/plugins/image_viewer/viewer.c
15795         * src/plugins/image_viewer/viewerprefs.c
15796         * src/plugins/mathml_viewer/mathml_viewer.c
15797         * src/plugins/pgpmime/passphrase.c
15798         * src/plugins/pgpmime/plugin.c
15799         * src/plugins/pgpmime/prefs_gpg.c
15800         * src/plugins/pgpmime/select-keys.c
15801         * src/plugins/pgpmime/sgpgme.c
15802         * src/plugins/spamassassin/spamassassin.c
15803         * src/plugins/spamassassin/spamassassin_gtk.c
15804         * src/plugins/trayicon/trayicon.c
15805                 sync with main (revision 104)
15806
15807 2005-02-10 [colin]      1.0.1cvs3.1
15808
15809         * src/mainwindow.c
15810                 Sync with HEAD (fix occasional crasher)
15811
15812 2005-02-10 [colin]      1.0.1cvs2.1
15813
15814         * src/messageview.c
15815                 Synw with HEAD (don't automatically display html)
15816
15817 2005-02-09 [colin]      1.0.1cvs1.3
15818
15819         * src/textview.c
15820         * src/textview.h
15821                 Add contextual menu on emails
15822
15823 2005-02-09 [colin]      1.0.1cvs1.2
15824
15825         * src/codeconv.c
15826                 Fix converting from broken headers and 
15827                 put back the _ in missing places
15828                 (feature broke with cvs24.2 sync, main 
15829                  possibly affected?)
15830
15831 2005-02-09 [colin]      1.0.1cvs1.1
15832
15833         * src/messageview.c
15834         * src/mimeview.c
15835         * src/mimeview.h
15836                 Sync with HEAD (display non text/plain mails with plugin)
15837
15838 2005-02-08 [colin]      1.0.1.1
15839
15840         * ChangeLog.claws
15841         * po/pt_BR.po
15842                 Sync with HEAD
15843         * configure.ac
15844                 Make default configuration directory 
15845                 be .sylpheed-gtk2
15846
15847 2005-02-08 [colin]      1.0.0cvs29.1
15848
15849         * po/de.po
15850         * po/es.po
15851         * po/fr.po
15852         * po/it.po
15853         * po/sk.po
15854         * po/sr.po
15855                 Sync translations with HEAD
15856
15857 2005-02-06 [colin]      1.0.0cvs28.3
15858
15859         * src/compose.c
15860                 Make compose a bit faster - patch by Alfons.
15861
15862 2005-02-06 [colin]      1.0.0cvs28.2
15863
15864         * src/compose.c
15865                 Make pasting via middle-click more reliable
15866
15867 2005-02-05 [paul]       1.0.0cvs28.1
15868
15869         * ChangeLog
15870         * ChangeLog.claws
15871         * ChangeLog.jp
15872         * configure.ac
15873         * src/compose.c
15874                 sync with HEAD
15875                 (fix bug 682 'redirect is broken'
15876
15877 2005-02-05 [torte]      1.0.0cvs27.1
15878
15879         * ChangeLog.claws
15880         * configure.ac
15881         * src/partial_download.c
15882                 Sync with HEAD (fix buf overflow)
15883
15884 2005-02-03 [colin]      1.0.0cvs26.1
15885
15886         * src/common/plugin.c
15887                 Sync with HEAD (avoid plugin mismatches)
15888
15889 2005-02-03 [paul]       1.0.0cvs25.3
15890
15891         * src/folderview.c
15892         * src/headerview.c
15893         * src/summaryview.c
15894         * src/textview.c
15895         * src/gtk/colorlabel.c
15896                 third and final part of initial sync with main-gtk2
15897
15898 2005-02-03 [paul]       1.0.0cvs25.2
15899
15900         * src/jpilot.c
15901                 fix building with jpilot support
15902
15903 2005-02-02 [colin]      1.0.0cvs25.1
15904
15905         * src/messageview.c
15906                 Sync with HEAD (fix dangerous typo)
15907
15908 2005-02-01 [colin]      1.0.0cvs24.3
15909
15910         * src/common/xml.c
15911                 Write file as advertised (UTF-8)
15912
15913 2005-02-01 [paul]       1.0.0cvs24.2
15914
15915         * src/addrbook.c
15916         * src/addrindex.c
15917         * src/alertpanel.h
15918         * src/codeconv.c
15919         * src/codeconv.h
15920         * src/compose.c
15921         * src/export.c
15922         * src/folder_item_prefs.c
15923         * src/html.c
15924         * src/imap.c
15925         * src/import.c
15926         * src/jpilot.c
15927         * src/mainwindow.c
15928         * src/matcher_parser_lex.l
15929         * src/messageview.c
15930         * src/mh.c
15931         * src/prefs_account.c
15932         * src/prefs_actions.c
15933         * src/prefs_common.c
15934         * src/prefs_gtk.c
15935         * src/prefs_gtk.h
15936         * src/prefs_themes.c
15937         * src/procheader.c
15938         * src/procmime.c
15939         * src/sourcewindow.c
15940         * src/statusbar.c
15941         * src/summaryview.c
15942         * src/textview.c
15943         * src/toolbar.c
15944         * src/unmime.c
15945         * src/common/template.c
15946         * src/common/utils.c
15947         * src/common/xml.c
15948         * src/common/xml.h
15949         * src/gtk/gtkaspell.c
15950         * src/plugins/clamav/clamav_plugin.c
15951         * src/plugins/dillo_viewer/dillo_prefs.c
15952         * src/plugins/image_viewer/viewerprefs.c
15953         * src/plugins/pgpmime/passphrase.c
15954         * src/plugins/pgpmime/prefs_gpg.c
15955         * src/plugins/pgpmime/select-keys.c
15956         * src/plugins/spamassassin/spamassassin.c
15957                 second part of initial sync with main-gtk2
15958                 (more to follow)
15959
15960 2005-01-31 [colin]      1.0.0cvs24.1
15961
15962         * src/compose.c
15963                 Sync with HEAD
15964
15965 2005-01-29 [paul]       1.0.0cvs23.2
15966
15967         * src/account.c
15968         * src/action.c
15969         * src/addressadd.c
15970         * src/addressbook.c
15971         * src/alertpanel.c
15972         * src/compose.c
15973         * src/editaddress.c
15974         * src/editbook.c
15975         * src/editgroup.c
15976         * src/editjpilot.c
15977         * src/editldap.c
15978         * src/editldap_basedn.c
15979         * src/editvcard.c
15980         * src/export.c
15981         * src/foldersel.c
15982         * src/grouplistdialog.c
15983         * src/import.c
15984         * src/importldif.c
15985         * src/inc.c
15986         * src/main.c
15987         * src/mainwindow.c
15988         * src/message_search.c
15989         * src/messageview.c
15990         * src/mimeview.c
15991         * src/prefs_actions.c
15992         * src/prefs_common.c
15993         * src/prefs_common.h
15994         * src/prefs_customheader.c
15995         * src/prefs_display_header.c
15996         * src/prefs_filtering.c
15997         * src/prefs_filtering_action.c
15998         * src/prefs_gtk.c
15999         * src/prefs_matcher.c
16000         * src/prefs_summary_column.c
16001         * src/prefs_template.c
16002         * src/sourcewindow.c
16003         * src/summary_search.c
16004         * src/summaryview.c
16005         * src/textview.c
16006         * src/gtk/about.c
16007         * src/gtk/description_window.c
16008         * src/gtk/gtkshruler.c
16009         * src/gtk/gtkutils.c
16010         * src/gtk/gtkutils.h
16011         * src/gtk/inputdialog.c
16012         * src/gtk/logwindow.c
16013         * src/gtk/prefswindow.c
16014         * src/gtk/progressdialog.c
16015         * src/gtk/progressdialog.h
16016                 first part of initial sync with main-gtk2
16017                 (more to follow)
16018
16019 2005-01-28 [colin]      1.0.0cvs23.1
16020
16021         * src/folderview.c
16022                 Sync with HEAD
16023
16024 2005-01-27 [colin]      1.0.0cvs21.1
16025
16026         * src/folder.c
16027         * src/folderview.c
16028                 Sync with HEAD
16029
16030 2005-01-27 [colin]      1.0.0cvs19.1
16031
16032         * src/procmime.c
16033                 Sync with HEAD
16034
16035 2005-01-27 [colin]      1.0.0cvs18.1
16036
16037         * src/messageview.c
16038         * src/summaryview.c
16039         * src/mainwindow.c
16040         * src/compose.c
16041         * src/compose.h
16042         * src/procmsg.c
16043         * src/procmsg.h
16044         * src/toolbar.c
16045                 Sync with HEAD
16046
16047 2005-01-26 [paul]       1.0.0cvs15.2
16048
16049         * src/compose.c
16050                 compose_entries_set(): convert subject and body to
16051                 utf8 if necessary. patch by Felix Eckhofer
16052
16053 2005-01-26 [paul]       1.0.0cvs15.1
16054
16055         * configure.ac
16056         * src/common/template.c
16057                 sync with HEAD (fix memory leak)
16058
16059 2005-01-25 [paul]       1.0.0cvs14.1
16060
16061         * configure.ac
16062         * src/compose.c
16063                 sync with HEAD
16064
16065 2005-01-24 [colin]      1.0.0cvs13.1
16066
16067         * src/summaryview.c
16068                 Sync with HEAD
16069
16070 2005-01-24 [paul]       1.0.0cvs12.1
16071
16072         * configure.ac
16073         * src/messageview.c
16074         * src/mh.c
16075         * src/common/utils.c
16076                 sync with HEAD
16077
16078 2005-01-24 [colin]      1.0.0cvs11.1
16079
16080         * src/procheader.c
16081                 Sync with HEAD
16082
16083 2005-01-24 [colin]      1.0.0cvs10.1
16084
16085         * src/folderview.c
16086                 Sync with HEAD
16087
16088 2005-01-23 [colin]      1.0.0cvs9.1
16089
16090         * src/crash.c
16091                 Sync with HEAD
16092
16093 2005-01-22 [colin]      1.0.0cvs8.1
16094
16095         * src/summaryview.c
16096         * src/gtk/quicksearch.c
16097                 Sync with HEAD
16098
16099 2005-01-21 [colin]      1.0.0cvs7.1
16100
16101         * src/summaryview.c
16102                 Sync with HEAD
16103
16104 2005-01-21 [colin]      1.0.0cvs6.1
16105
16106         * src/summaryview.c
16107                 Sync with HEAD
16108
16109 2005-01-21 [colin]      1.0.0cvs5.1
16110
16111         * src/gtk/quicksearch.c
16112         * src/prefs_common.c
16113         * src/prefs_common.h
16114                 Sync with HEAD (recurse option)
16115
16116 2005-01-21 [colin]      1.0.0cvs4.1
16117
16118         * src/folder.h
16119         * src/folderview.c
16120         * src/folderview.h
16121         * src/summaryview.c
16122         * src/gtk/quicksearch.c
16123         * src/gtk/quicksearch.h
16124                 Sync with HEAD (recursive quicksearch)
16125
16126 2005-01-20 [colin]      1.0.0cvs3.4
16127
16128         * src/ssl_manager.c
16129                 Remove useless code
16130
16131 2005-01-20 [colin]      1.0.0cvs3.3
16132
16133         * src/ssl_manager.c
16134                 Fix leak, thanks to Alfons.
16135
16136 2005-01-20 [colin]      1.0.0cvs3.2
16137
16138         * src/ssl_manager.c
16139                 Port SSL certificate window to GTK2.
16140
16141 2005-01-20 [paul]       1.0.0cvs3.1
16142
16143         * ChangeLog.claws
16144         * configure.ac
16145         * src/addrindex.c
16146         * src/addrindex.h
16147                 sync with HEAD
16148
16149 2005-01-19 [colin]      1.0.0cvs2.2
16150
16151         * src/plugins/trayicon/trayicon.c
16152                 Fix freeze with gtk-2.6, the easy way
16153                 (signal blocking helpless there...)
16154                 Closes bug #668.
16155
16156 2005-01-19 [colin]      1.0.0cvs2.1
16157
16158         * src/mbox.c
16159         * src/mbox.h
16160         * src/mainwindow.c
16161         * src/summaryview.c
16162         * src/summaryview.h
16163                 Sync with HEAD
16164
16165 2005-01-19 [paul]       1.0.0cvs1.1
16166
16167         * configure.ac
16168         * po/de.po
16169         * po/es.po
16170         * po/fr.po
16171         * po/hr.po
16172         * po/it.po
16173         * po/ja.po
16174         * po/ko.po
16175         * po/pt_BR.po
16176         * po/ru.po
16177         * po/sk.po
16178         * po/sr.po
16179                 sync with HEAD (update translations)
16180
16181 2005-01-18 [colin]      1.0.0cvs0.1
16182
16183         * src/foldersel.c
16184                 Specify search column - patch by Alfons
16185
16186 2005-01-18 [colin]      0.9.13cvs36.3
16187
16188         * src/prefs_toolbar.c
16189                 Change Delete to Remove
16190         * src/prefs_fonts.c
16191                 GTK2 version and leak fixes
16192         * src/prefs_actions.c
16193                 Add stock buttons.
16194                 All patches by Alfons
16195
16196 2005-01-17 [colin]      0.9.13cvs36.2
16197
16198         * src/compose.c
16199                 Fix DnD inserting twice. While at it,
16200                 add DnD support for text/plain in the
16201                 body, and add support in the headers.
16202
16203 2005-01-16 [colin]      0.9.13cvs36.1
16204
16205         * ChangeLog
16206         * ChangeLog.jp
16207         * ChangeLog.claws
16208                 Sync with HEAD (nothing applicable)
16209
16210 2005-01-16 [colin]      0.9.13cvs33.2
16211
16212         * src/prefs_toolbar.c
16213                 GTK2ize prefs_toolbar, by Alfons.
16214
16215 2005-01-14 [colin]      0.9.13cvs33.1
16216
16217         * src/html.c
16218         * src/msgcache.c
16219                 Sync with HEAD
16220
16221 2005-01-14 [colin]      0.9.13cvs32.1
16222
16223         * src/html.c
16224         * src/html.h
16225         * src/msgcache.c
16226         * AUTHORS
16227         * tools/calypso_convert.pl
16228                 Sync with HEAD
16229
16230 2005-01-08 [colin]      0.9.13cvs29.2
16231
16232         * src/prefs_filtering_action.c
16233         * src/prefs_filtering.c
16234                 2 more gtk2 patches by Alfons
16235
16236 2005-01-07 [paul]       0.9.13cvs29.1
16237
16238         * ChangeLog
16239         * ChangeLog.claws
16240         * ChangeLog.jp
16241         * configure.ac
16242         * src/pop.c
16243         * src/pop.h
16244                 sync with HEAD
16245
16246 2005-01-07 [colin]      0.9.13cvs28.3
16247
16248         * src/gtk/progressdialog.c
16249         * src/gtk/progressdialog.h
16250         * src/inc.c
16251         * src/send_message.c
16252                 GTK2 for the incorporation dialog. The CList isn't dead
16253                 yet, for a more smooth migration. Patch by Alfons.
16254
16255 2005-01-06 [colin]      0.9.13cvs28.2
16256
16257         * src/prefs_display_header.c
16258                 GTK2 conversion by Alfons
16259         * src/prefs_actions.c
16260         * src/prefs_matcher.c
16261                 Fix 2 leaks - patch by Alfons
16262
16263 2005-01-06 [colin]      0.9.13cvs28.1
16264
16265         * src/prefs_matcher.c
16266                 Sync with HEAD
16267
16268 2005-01-06 [colin]      0.9.13cvs27.4
16269
16270         * src/prefs_matcher.c
16271                 Fix double-free. Patch by Alfons
16272
16273 2005-01-06 [colin]      0.9.13cvs27.3
16274
16275         * src/prefs_matcher.c
16276                 GTK2 widgets + memleak
16277                 Patch by Alfons
16278
16279 2005-01-05 [colin]      0.9.13cvs27.2
16280
16281         * src/account.c
16282         * src/addr_compl.c
16283         * src/foldersel.c
16284         * src/stock_pixmap.c
16285         * src/stock_pixmap.h
16286                 3 more GTK2 patches by Alfons.
16287
16288 2005-01-04 [colin]      0.9.13cvs27.1
16289
16290         * src/folderview.c
16291         * src/imap_gtk.c
16292         * src/news_gtk.c
16293                 Sync with HEAD
16294
16295 2005-01-04 [colin]      0.9.13cvs25.9
16296
16297         * src/compose.c
16298                 Fix Show Ruler menuitem
16299         * src/prefs_template.c
16300                 Convert to GTK2
16301         * src/common/utils.c
16302                 Make auto pointer stuff handles NULLs
16303                 Patches by Alfons.
16304
16305 2005-01-04 [colin]      0.9.13cvs25.8
16306
16307         * src/compose.c
16308                 Move the attachment list to gtk2
16309                 Patch by Alfons.
16310
16311 2005-01-04 [colin]      0.9.13cvs25.7
16312
16313         * src/textview.c
16314                 Make some keys work again
16315                 Patch by SungHyun Nam <namsh@kldp.org>
16316
16317 2005-01-04 [colin]      0.9.13cvs25.6
16318
16319         * src/gtk/gtkshruler.c
16320                 Move the ruler to GTK2
16321                 Patch by Alfons
16322
16323 2005-01-03 [colin]      0.9.13cvs25.5
16324
16325         * src/compose.c
16326                 Fix my broken patch apply 
16327
16328 2005-01-03 [colin]      0.9.13cvs25.4
16329
16330         * src/common/utils.c
16331         * src/common/utils.h
16332         * src/gtk/prefswindow.c
16333                 Move auto pointer stuff to utils.c
16334                 Patch by Alfons again :)
16335
16336 2005-01-03 [colin]      0.9.13cvs25.3
16337
16338         * src/compose.c
16339         * src/prefs_gtk.c
16340         * src/prefs_template.c
16341         * src/textview.c
16342                 Empty text widgets with empty strings, not NULL char
16343                 Patch by SungHyun Nam <namsh@kldp_org>
16344
16345 2005-01-03 [colin]      0.9.13cvs25.2
16346
16347         * src/main.c
16348         * AUTHORS
16349                 Sync with HEAD
16350
16351 2005-01-03 [colin]      0.9.13cvs25.1
16352
16353         * src/pop.c
16354         * src/pop.h
16355                 Sync with HEAD
16356
16357 2005-01-03 [colin]      0.9.13cvs24.3
16358
16359         * src/account.c
16360                 Two patches from Alfons and Alex S Moore:
16361                 fix images, fix return value.
16362
16363 2005-01-01 [colin]      0.9.13cvs24.2
16364
16365         * src/prefs_actions.c
16366                 Fix over-zealous assertion. Patch by Alfons
16367
16368 2005-01-01 [colin]      0.9.13cvs24.1
16369
16370         * src/procmime.c
16371                 Sync with HEAD (leak fix)
16372
16373 2004-12-31 [colin]      0.9.13cvs23.2
16374
16375         * src/prefs_common.c
16376                 GTK2 widgets + stock buttons - patch by Alfons
16377
16378 2004-12-31 [paul]       0.9.13cvs23.1
16379
16380         * configure.ac
16381                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16382         * src/gtk/pluginwindow.c
16383                 use GTK2 widgets and plug memory leaks,
16384                 patches by Alfons
16385
16386 2004-12-30 [colin]      0.9.13cvs22.4
16387
16388         * src/account.c
16389         * src/action.c
16390         * src/export.c
16391         * src/foldersel.c
16392         * src/import.c
16393         * src/message_search.c
16394         * src/prefs_actions.c
16395         * src/prefs_common.c
16396         * src/prefs_customheader.c
16397         * src/prefs_filtering.c
16398         * src/prefs_summary_column.c
16399         * src/summary_search.c
16400         * src/gtk/about.c
16401         * src/gtk/description_window.c
16402         * src/gtk/gtkutils.c
16403         * src/gtk/gtkutils.h
16404         * src/gtk/inputdialog.c
16405         * src/gtk/prefswindow.c
16406                 Use GTK2 stock buttons. Patches by Alfons.
16407
16408 2004-12-30 [colin]      0.9.13cvs22.3
16409
16410         * src/account.c
16411                 Sync with HEAD
16412         * src/prefs_actions.c
16413         * src/prefs_customheader.c
16414         * src/prefs_filtering.c
16415         * src/prefs_msg_colors.c
16416         * src/prefs_summary_column.c
16417         * src/gtk/prefswindow.c
16418                 Use GtkTreeView instead of deprecated 
16419                 widgets. Patches by Alfons.
16420
16421 2004-12-30 [paul]       0.9.13cvs22.2
16422
16423         * src/foldersel.c
16424                 use GTK 2 Tree View
16425                 patch by Alfons, with root folder sorting fix
16426                 by Stephan Sachse
16427
16428 2004-12-30 [paul]       0.9.13cvs22.1
16429
16430         * ChangeLog
16431         * ChangeLog.claws
16432         * ChangeLog.jp
16433         * NEWS
16434         * configure.ac
16435         * src/account.c
16436                 sync with HEAD
16437
16438 2004-12-22 [martin]     0.9.13cvs21.2
16439
16440         * src/action.c
16441                 free the command line after its use
16442
16443 2004-12-18 [paul]       0.9.13cvs21.1
16444
16445         * AUTHORS
16446         * ChangeLog
16447         * ChangeLog.claws
16448         * ChangeLog.jp
16449         * NEWS
16450         * configure.ac
16451         * src/action.c
16452         * src/compose.c
16453         * src/syldap.c
16454                 sync with HEAD
16455
16456 2004-12-17 [martin]     0.9.13cvs17.2
16457
16458         * src/action.c
16459                 convert actions input to locale
16460         * src/inc.c
16461                 convert notification command to locale
16462         * src/plugins/pgpmime/select-keys.c
16463                 convert attributes to utf8
16464
16465 2004-12-14 [colin]      0.9.13cvs17.1
16466
16467         * ChangeLog
16468         * ChangeLog.jp
16469         * ChangeLog.claws
16470         * src/action.c
16471         * src/common/utils.c
16472         * src/gtk/prefswindow.c
16473         * src/gtk/gtkutils.c
16474         * src/gtk/gtkutils.h
16475         * src/plugins/spamassassin/libspamc.c
16476                 Sync with HEAD
16477
16478 2004-12-13 [colin]      0.9.13cvs14.1
16479
16480         * src/quote_fmt_parse.y
16481                 Sync with HEAD
16482
16483 2004-12-10 [colin]      0.9.13cvs12.1
16484
16485         * src/prefs_themes.c
16486         * src/mainwindow.c
16487         * src/messageview.c
16488                 Sync with HEAD
16489
16490 2004-12-09 [colin]      0.9.13cvs10.1
16491
16492         * src/procmime.c
16493                 Sync with HEAD (fix B64 encoding from memory)
16494
16495 2004-12-08 [colin]      0.9.13cvs9.1
16496
16497         * src/gtk/colorlabel.c
16498                 Sync with HEAD
16499
16500 2004-12-08 [paul]       0.9.13cvs8.2
16501
16502         * src/gtk/pluginwindow.c
16503                 fix window resizing oddities
16504
16505 2004-12-08 [colin]      0.9.13cvs8.1
16506
16507         * src/quote_fmt_parse.y
16508                 Sync with HEAD
16509
16510 2004-12-08 [colin]      0.9.13cvs7.1
16511
16512         * src/matcher_parser_parse.y
16513         * src/msgcache.c
16514         * src/prefs_matcher.c
16515         * src/procheader.c
16516         * src/matcher.c
16517         * src/common/defs.h
16518         * po/sr.po
16519                 Sync with HEAD
16520
16521 2004-12-08 [colin]      0.9.13cvs6.1
16522
16523         * src/quote_fmt_parse.y
16524         * src/textview.c
16525                 Sync with HEAD
16526         * src/gtk/prefswindow.c
16527         * src/gtk/pluginwindow.c
16528                 Fix G_CALLBACKS protos (thanks to Alfons)
16529
16530 2004-12-07 [torte]      0.9.13cvs2.2
16531
16532         * src/procmime.c
16533                 [Bug 650] reply button causes crash
16534                 Thanks to David Relson and Christoph
16535
16536 2004-12-07 [colin]      0.9.13cvs2.1
16537
16538         * ChangeLog.claws
16539         * AUTHORS
16540         * po/sk.po
16541         * src/procmime.c
16542         * src/prefs_account.c
16543         * src/common/smtp.c
16544         * src/common/smtp.h
16545                 Sync with HEAD
16546
16547 2004-12-06 [colin]      0.9.12cvs187.1
16548
16549         * ChangeLog.claws
16550         * INSTALL
16551         * Makefile.am
16552         * README.claws
16553         * TODO.claws
16554         * configure.ac
16555         * po/bg.po
16556         * po/cs.po
16557         * po/el.po
16558         * po/en_GB.po
16559         * po/es.po
16560         * po/fr.po
16561         * po/hr.po
16562         * po/hu.po
16563         * po/it.po
16564         * po/ja.po
16565         * po/ko.po
16566         * po/nl.po
16567         * po/pl.po
16568         * po/pt_BR.po
16569         * po/ru.po
16570         * po/sk.po
16571         * po/sr.po
16572         * po/sv.po
16573         * po/zh_CN.po
16574         * po/zh_TW.Big5.po
16575         * src/compose.c
16576         * tools/Makefile.am
16577         * tools/README
16578         * tools/filter_conv.pl
16579         * tools/kdeservicemenu/README
16580         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16581         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16582                 Sync with HEAD
16583
16584 2004-12-04 [colin]      0.9.12cvs183.1
16585
16586         * src/compose.c
16587                 Sync with HEAD (compose window position saving)
16588
16589 2004-12-04 [paul]       0.9.12cvs182.3
16590
16591         * src/messageview.c
16592         * src/mimeview.c
16593         * src/prefs_customheader.c
16594         * src/gtk/quicksearch.c
16595                 replace some forgotten GTK_SIGNAL_FUNCs
16596
16597 2004-12-04 [paul]       0.9.12cvs182.2
16598
16599         * src/Makefile.am
16600                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16601                 committed in error      
16602
16603 2004-12-04 [paul]       0.9.12cvs182.1
16604
16605         * ChangeLog
16606         * ChangeLog.claws
16607         * ChangeLog.jp
16608         * INSTALL
16609         * NEWS
16610         * README
16611         * README.jp
16612         * configure.ac
16613         * doc/manual/ja/Makefile.am
16614         * doc/manual/ja/sylpheed-1.html
16615         * doc/manual/ja/sylpheed-10.html
16616         * doc/manual/ja/sylpheed-11.html
16617         * doc/manual/ja/sylpheed-12.html
16618         * doc/manual/ja/sylpheed-13.html
16619         * doc/manual/ja/sylpheed-14.html
16620         * doc/manual/ja/sylpheed-15.html
16621         * doc/manual/ja/sylpheed-16.html
16622         * doc/manual/ja/sylpheed-17.html
16623         * doc/manual/ja/sylpheed-18.html
16624         * doc/manual/ja/sylpheed-19.html
16625         * doc/manual/ja/sylpheed-2.html
16626         * doc/manual/ja/sylpheed-20.html
16627         * doc/manual/ja/sylpheed-3.html
16628         * doc/manual/ja/sylpheed-4.html
16629         * doc/manual/ja/sylpheed-5.html
16630         * doc/manual/ja/sylpheed-6.html
16631         * doc/manual/ja/sylpheed-7.html
16632         * doc/manual/ja/sylpheed-8.html
16633         * doc/manual/ja/sylpheed-9.html
16634         * doc/manual/ja/sylpheed.html
16635         * doc/manual/ja/sylpheed.sgml
16636         * po/de.po
16637         * src/Makefile.am
16638         * src/compose.c
16639         * src/procmime.c
16640         * src/pixmaps/regular.xpm **REMOVED**
16641         * src/plugins/pgpmime/pgpmime.c
16642         * src/plugins/pgpmime/plugin.c
16643         * src/plugins/pgpmime/prefs_gpg.c
16644                 sync with HEAD
16645
16646 2004-12-03 [paul]       0.9.12cvs180.1
16647
16648         * ChangeLog
16649         * ChangeLog.claws
16650         * ChangeLog.jp
16651         * configure.ac
16652         * src/Makefile.am
16653         * src/pop.c
16654         * src/common/utils.c
16655         * src/common/utils.h
16656         * src/pixmaps/continue.xpm
16657         * src/pixmaps/dir_close.xpm
16658         * src/pixmaps/dir_open.xpm
16659         * src/pixmaps/drafts_close.xpm
16660         * src/pixmaps/drafts_open.xpm
16661         * src/pixmaps/folder.xpm **REMOVED**
16662         * src/pixmaps/group.xpm
16663         * src/pixmaps/unread.xpm
16664                 sync with HEAD
16665
16666 2004-12-02 [colin]      0.9.12cvs179.1
16667
16668         * src/compose.c
16669                 Sync with HEAD (non-duplicated reedition)
16670
16671 2004-12-02 [colin]      0.9.12cvs178.1
16672
16673         * src/compose.c
16674                 Sync with HEAD (linewrap_quote fix)
16675
16676 2004-12-01 [colin]      0.9.12cvs177.3
16677
16678         * src/addrharvest.c
16679                 Replace sizeof with strlen
16680
16681 2004-12-01 [paul]       0.9.12cvs177.2
16682
16683         * src/addrharvest.c
16684                 fix 'harvest addresses'
16685
16686 2004-11-30 [colin]      0.9.12cvs177.1
16687
16688         * src/gtk/prefswindow.c
16689         * src/gtk/pluginwindow.c
16690                 Sync with HEAD
16691
16692 2004-11-29 [colin]      0.9.12cvs176.1
16693
16694         * src/folderview.c
16695                 sync with HEAD (Fix disappearing separators in folderview's popup)
16696
16697 2004-11-29 [colin]      0.9.12cvs175.1
16698
16699         * src/procmime.c
16700                 Sync with head (another format fix)
16701
16702 2004-11-29 [colin]      0.9.12cvs174.1
16703
16704         * src/pop.c
16705                 Sync with HEAD (format string fix)
16706
16707 2004-11-26 [colin]      0.9.12cvs173.1
16708
16709         * src/common/smtp.c
16710         * src/common/smtp.h
16711                 Sync with HEAD
16712
16713 2004-11-24 [colin]      0.9.12cvs172.1
16714
16715         * src/plugins/pgpmime/pgpmime.c
16716                 Sync with HEAD
16717
16718 2004-11-24 [colin]      0.9.12cvs171.1
16719
16720         * src/plugins/pgpmime/pgpmime.c
16721                 Sync with head (gpgmectx leaks)
16722
16723 2004-11-24 [colin]      0.9.12cvs169.1
16724
16725         * src/plugins/pgpmime/plugin.c
16726         * src/plugins/trayicon/Makefile.am
16727         * src/plugins/trayicon/newmarkedmail.xpm
16728         * src/plugins/trayicon/trayicon.c
16729         * src/plugins/trayicon/unreadmarkedmail.xpm
16730                 Sync with HEAD
16731
16732 2004-11-23 [colin]      0.9.12cvs168.1
16733
16734         * src/partial_download.c
16735         * src/partial_download.h
16736         * src/plugins/pgpmime/plugin.c
16737                 Sync with HEAD
16738
16739 2004-11-23 [colin]      0.9.12cvs166.1
16740
16741         * src/Makefile.am
16742         * src/codeconv.c
16743         * src/compose.c
16744         * src/folderview.c
16745         * src/main.c
16746         * src/partial_download.c
16747         * src/partial_download.h
16748         * src/prefs_account.c
16749         * src/prefs_account.h
16750         * src/privacy.c
16751         * src/privacy.h
16752         * src/procmime.c
16753         * src/common/Makefile.am
16754         * src/common/base64.h
16755         * src/common/partial_download.c
16756         * src/common/partial_download.h
16757         * src/gtk/prefswindow.c
16758         * src/gtk/prefswindow.h
16759         * src/plugins/pgpmime/pgpmime.c
16760         * src/plugins/pgpmime/prefs_gpg.c
16761         * src/plugins/pgpmime/prefs_gpg.h
16762         * src/plugins/pgpmime/sgpgme.c
16763         * src/plugins/pgpmime/sgpgme.h
16764                 Sync with HEAD
16765
16766 2004-11-23 [colin]      0.9.12cvs163.1
16767
16768         * src/main.c
16769                 Sync with HEAD (cursor optimization)
16770
16771 2004-11-23 [colin]      0.9.12cvs162.1
16772
16773         * src/prefs_common.c
16774         * src/prefs_themes.c
16775         * src/procmsg.c
16776                 Sync with HEAD
16777
16778 2004-11-23 [colin]      0.9.12cvs158.9
16779
16780         * src/compose.c
16781                 Fix double-free when forwarding
16782         * src/msgcache.c
16783                 Fix leak on error path
16784                 
16785
16786 2004-11-23 [colin]      0.9.12cvs158.8
16787
16788         * src/compose.c
16789                 Fix possible double-free
16790                 Spotted by Alfons
16791
16792 2004-11-23 [colin]      0.9.12cvs158.7
16793
16794         * src/compose.c
16795                 Fix some signal handlers' prototypes
16796                 Spotted by Alfons
16797
16798 2004-11-22 [colin]      0.9.12cvs158.6
16799
16800         * src/compose.c
16801                 Remove unneeded code and duplicated
16802                 wrapping - patch by Alfons
16803
16804 2004-11-22 [colin]      0.9.12cvs158.5
16805
16806         * src/prefs_themes.c
16807                 Fix oversized selector
16808
16809 2004-11-22 [colin]      0.9.12cvs158.4
16810
16811         * src/compose.c
16812                 fix dump_text()
16813                 patch by Alfons
16814
16815 2004-11-19 [colin]      0.9.12cvs158.3
16816
16817         * src/textview.c
16818                 Add a context menu on links (open, copy)
16819
16820 2004-11-18 [paul]       0.9.12cvs158.2
16821
16822         * src/addrgather.c
16823         * src/exphtmldlg.c
16824         * src/expldifdlg.c
16825         * src/mimeview.c
16826         * src/prefs_common.c
16827         * src/plugins/image_viewer/viewer.c
16828         * src/plugins/spamassassin/spamassassin_gtk.c
16829                 replace deprecated gtk_notebook_set_page
16830                 and gtk_notebook_current_page
16831
16832 2004-11-18 [paul]       0.9.12cvs158.1
16833
16834         * configure.ac
16835         * src/compose.c
16836         * src/mainwindow.c
16837         * src/messageview.c
16838         * src/prefs_common.c
16839         * src/common/utils.c
16840         * src/common/utils.h
16841                 sync with HEAD
16842
16843 2004-11-17 [colin]      0.9.12cvs156.1
16844
16845         * src/prefs_account.c
16846         * src/prefs_account.h
16847         * src/procmsg.c
16848                 Sync with HEAD (add pref to store encrypted mails encrypted)
16849
16850 2004-11-17 [paul]       0.9.12cvs155.1
16851
16852         * ChangeLog
16853         * ChangeLog.claws
16854         * ChangeLog.jp
16855         * NEWS
16856         * configure.ac
16857         * src/compose.c
16858         * src/jpilot.c
16859         * src/privacy.c
16860         * src/procmime.c
16861         * src/procmime.h
16862         * src/procmsg.c
16863         * src/toolbar.c
16864         * src/pixmaps/error.xpm
16865                 sync with HEAD
16866
16867 2004-11-17 [colin]      0.9.12cvs151.1
16868
16869         * src/plugins/pgpmime/pgpmime.c
16870                 Sync with HEAD (remove debug printf)
16871
16872 2004-11-17 [colin]      0.9.12cvs150.1
16873
16874         * src/plugins/pgpmime/pgpmime.c
16875                 Sync with HEAD (off-by-one fix)
16876
16877 2004-11-17 [colin]      0.9.12cvs149.1
16878
16879         * src/procmsg.c
16880                 Sync with HEAD (coding style fixes)
16881
16882 2004-11-16 [colin]      0.9.12cvs148.1
16883
16884         * src/procmsg.c
16885                 Sync with head (Fix the fix)
16886
16887 2004-11-16 [colin]      0.9.12cvs147.1
16888
16889         * src/procmsg.c
16890                 Sync with Main (leak fix)
16891
16892 2004-11-16 [colin]      0.9.12cvs146.14
16893
16894         * src/compose.c
16895                 Remove useless chunk of code
16896                 Patch by Alfons
16897
16898 2004-11-15 [colin]      0.9.12cvs146.13
16899
16900         * src/compose.c
16901                 Fix drafting after insertion
16902                 Patch by Alfons
16903
16904 2004-11-15 [colin]      0.9.12cvs146.12
16905
16906         * src/compose.c
16907         * src/prefs_filtering.c
16908         * src/prefs_filtering_action.c
16909         * src/prefs_toolbar.c
16910                 Fix some const-correctness
16911
16912 2004-11-15 [colin]      0.9.12cvs146.11
16913
16914         * src/summaryview.c
16915         * src/prefs_themes.c
16916         * src/messageview.c
16917                 Fix some leaks
16918
16919 2004-11-15 [colin]      0.9.12cvs146.10
16920
16921         * src/codeconv.c
16922                 More unreadable locale fixes
16923
16924 2004-11-14 [colin]      0.9.12cvs146.9
16925
16926         * src/textview.c
16927                 Fix uri_security_check
16928                 Patch by Alfons
16929
16930 2004-11-13 [paul]       0.9.12cvs146.8
16931
16932         * src/folder.c
16933         * src/procmime.c
16934                 fix 2 bugs introduced in last commit
16935
16936 2004-11-13 [paul]       0.9.12cvs146.7
16937
16938         * src/compose.c
16939         * src/exporthtml.c
16940         * src/exportldif.c
16941         * src/folder.c
16942         * src/imap.c
16943         * src/imap_gtk.c
16944         * src/main.c
16945         * src/mainwindow.c
16946         * src/messageview.c
16947         * src/mh_gtk.c
16948         * src/prefs_themes.c
16949         * src/procmime.c
16950         * src/setup.c
16951         * src/summaryview.c
16952                 replace deprecated g_basename
16953
16954 2004-11-13 [paul]       0.9.12cvs146.6
16955
16956         * src/compose.c
16957         * src/imap.c
16958         * src/matcher_parser.h
16959         * src/matcher_parser_parse.y
16960         * src/prefs_filtering.c
16961         * src/prefs_filtering_action.c
16962         * src/prefs_themes.c
16963         * src/prefs_toolbar.c
16964         * src/common/utils.c
16965                 various small fixes/cleanups
16966
16967 2004-11-12 [colin]      0.9.12cvs146.5
16968
16969         * src/textview.c
16970                 Validate event's origin on visibility notify
16971                 Patch by Alfons.
16972
16973 2004-11-12 [paul]       0.9.12cvs146.4
16974
16975         * src/exporthtml.c
16976         * src/exportldif.c
16977         * src/imap.c
16978         * src/mh.c
16979         * src/mimeview.c
16980         * src/prefs_spelling.c
16981         * src/prefs_themes.c
16982                 replace deprecated g_dirname    
16983
16984 2004-11-12 [colin]      0.9.12cvs146.3
16985
16986         * src/textview.c
16987                 Some coding style fixes
16988
16989 2004-11-12 [colin]      0.9.12cvs146.2
16990
16991         * src/codeconv.c
16992                 We want to replace _all_ extended chars in
16993                 conv_unreadable_*, because any string containing
16994                 extended chars not parsing as UTF8 is 
16995                 undisplayed on gtk2.
16996
16997 2004-11-12 [paul]       0.9.12cvs146.1
16998
16999         * ChangeLog
17000         * ChangeLog.claws
17001         * ChangeLog.jp
17002         * NEWS
17003         * configure.ac
17004         * src/account.c
17005         * src/folderview.c
17006         * src/folderview.h
17007         * src/imap.c
17008         * src/imap_gtk.c
17009         * src/inc.c
17010         * src/mainwindow.c
17011         * src/mh_gtk.c
17012         * src/news_gtk.c
17013         * src/pop.c
17014         * src/prefs_account.c
17015         * src/prefs_account.h
17016         * src/prefs_ext_prog.c
17017         * src/procmime.c
17018         * src/procmime.h
17019         * src/procmsg.c
17020         * src/procmsg.h
17021         * src/summary_search.c
17022         * src/summaryview.c
17023         * src/textview.c
17024         * src/common/defs.h
17025         * src/common/utils.c
17026         * src/common/utils.h
17027         * src/gtk/menu.c
17028         * src/gtk/menu.h
17029                 sync with HEAD
17030
17031 2004-11-11 [colin]      0.9.12cvs144.2
17032
17033         * src/textview.c
17034                 Fix URI range selection (patch by Alfons)
17035
17036 2004-11-09 [colin]      0.9.12cvs144.1
17037
17038         * ChangeLog.claws
17039         * src/compose.c
17040         * src/folder.c
17041         * src/folder_item_prefs.c
17042         * src/prefs_account.c
17043         * src/prefs_account.h
17044         * src/plugins/pgpmime/pgpmime.c
17045                 Sync with HEAD
17046
17047 2004-11-08 [colin]      0.9.12cvs143.1
17048
17049         * src/summaryview.c
17050                 Sync with HEAD (optimize quicksearch)
17051
17052 2004-11-08 [colin]      0.9.12cvs142.2
17053
17054         * src/compose.c
17055                 Don't wrap when Edit/Auto wrapping is disabled
17056
17057 2004-11-08 [colin]      0.9.12cvs142.1
17058
17059         * src/textview.c
17060                 Sync with HEAD
17061
17062 2004-11-08 [colin]      0.9.12cvs141.1
17063
17064         * src/textview.c
17065                 Sync with HEAD (fix some mail URIs)
17066
17067 2004-11-08 [colin]      0.9.12cvs140.3
17068
17069         * src/textview.c
17070                 o Use text cursor instead of arrow when
17071                   not on a link
17072                 o Fix handling of contiguous links (as in
17073                   "colin@colino.net" <colin@colino.net>)
17074                   This one unveils a bug in get_email_part()
17075
17076 2004-11-07 [colin]      0.9.12cvs140.2
17077
17078         * src/textview.c
17079                 Fix memleak. Patch by Alfons.
17080
17081 2004-11-06 [colin]      0.9.12cvs140.1
17082
17083         * src/compose.c
17084                 Sync with HEAD (don't ask passphrase
17085                 when drafting)
17086
17087 2004-11-06 [paul]       0.9.12cvs139.2
17088
17089         * AUTHORS
17090         * src/textview.c
17091         * src/textview.h
17092                 textview URI handling. hovering over a 
17093                 link displays it in the status bar,
17094                 and changes the mouse pointer to a hand 
17095                 cursor. a link is activated with a single 
17096                 click. (Modified from the) patch by Jean-Yves 
17097                 Lefort <jylefort@users.sourceforge.net>
17098                 
17099
17100 2004-11-05 [colin]      0.9.12cvs139.1
17101
17102         * src/compose.c
17103         * src/procmime.c
17104                 Sync with HEAD again ^^
17105
17106 2004-11-05 [colin]      0.9.12cvs139.1
17107
17108         * src/compose.c
17109         * src/procmime.c
17110                 Sync with HEAD
17111
17112 2004-11-03 [paul]       0.9.12cvs138.1
17113
17114         * ChangeLog.claws
17115         * configure.ac
17116         * po/POTFILES.in
17117         * src/prefs_ext_prog.c
17118         * src/procmime.c
17119         * tools/kdeservicemenu/README
17120         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17121         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17122                 sync with HEAD
17123
17124 2004-11-01 [christoph]  0.9.12cvs136.2
17125
17126         * src/procmime.c
17127                 convert MIME parameters to UTF-8
17128
17129 2004-10-29 [colin]      0.9.12cvs136.1
17130
17131         * src/common/utils.c
17132                 Sync with HEAD (don't use '=' in mime boundary)
17133
17134 2004-10-29 [paul]       0.9.12cvs135.1
17135
17136         * configure.ac
17137         * doc/src/rfc2231.txt
17138         * src/procmime.c
17139         * src/common/quoted-printable.c
17140         * src/common/utils.c
17141         * src/common/utils.h
17142                 sync with HEAD
17143
17144 2004-10-27 [paul]       0.9.12cvs134.1
17145
17146         * configure.ac
17147         * src/main.c
17148         * src/procmime.c
17149         * src/plugins/pgpmime/pgpmime.c
17150                 sync with HEAD
17151
17152 2004-10-26 [paul]       0.9.12cvs132.3
17153
17154         * src/account.c
17155         * src/addressbook.c
17156         * src/addrgather.c
17157         * src/addrharvest.c
17158         * src/codeconv.c
17159         * src/compose.c
17160         * src/customheader.c
17161         * src/editaddress.c
17162         * src/editgroup.c
17163         * src/enriched.c
17164         * src/expldifdlg.c
17165         * src/exporthtml.c
17166         * src/exportldif.c
17167         * src/folder.c
17168         * src/foldersel.c
17169         * src/folderview.c
17170         * src/grouplistdialog.c
17171         * src/html.c
17172         * src/imap.c
17173         * src/jpilot.c
17174         * src/ldapserver.c
17175         * src/ldif.c
17176         * src/mimeview.c
17177         * src/news.c
17178         * src/news_gtk.c
17179         * src/pop.c
17180         * src/prefs_display_header.c
17181         * src/prefs_gtk.c
17182         * src/prefs_msg_colors.c
17183         * src/prefs_toolbar.c
17184         * src/procheader.c
17185         * src/procmime.c
17186         * src/summaryview.c
17187         * src/textview.c
17188         * src/toolbar.c
17189         * src/vcard.c
17190         * src/common/mgutils.c
17191         * src/common/nntp.c
17192         * src/common/smtp.c
17193         * src/common/template.c
17194         * src/common/utils.c
17195         * src/common/xmlprops.c
17196         * src/plugins/pgpmime/pgpmime.c
17197         * src/plugins/pgpmime/select-keys.c
17198         * src/plugins/pgpmime/sgpgme.c
17199                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17200                 g_string_sprintfa(), gtk_notebook_current_page()
17201
17202 2004-10-26 [colin]      0.9.12cvs132.2
17203
17204         * src/prefs_folder_item.c
17205                 Fix default-account selection
17206
17207 2004-10-21 [colin]      0.9.12cvs133
17208
17209         * src/compose.c
17210                 Sync with HEAD (Remove extra separator in compose's Options)
17211         * src/textview.c
17212                 Set wrapping to char
17213
17214 2004-10-21 [paul]       0.9.12cvs131.2
17215
17216         * src/compose.c
17217         * src/sourcewindow.c
17218                 fix wrapping
17219                 fix window shrinking 
17220
17221 2004-10-21 [colin]      0.9.12cvs131.1
17222
17223         * ChangeLog.claws
17224         * src/compose.c
17225                 Sync with HEAD
17226
17227 2004-10-21 [paul]       0.9.12cvs130.2
17228
17229         * src/prefs_folder_item.c
17230                 sync with HEAD (Apply to subfolders)
17231
17232 2004-10-19 [colin]      0.9.12cvs130.1
17233
17234         * ChangeLog.claws
17235         * src/compose.c
17236         * src/common/utils.c
17237         * src/gtk/menu.c
17238                 Sync with HEAD
17239
17240 2004-10-19 [colin]      0.9.12cvs128.1
17241
17242         * src/addrbook.c
17243         * src/addrcache.c
17244         * src/addressbook.c
17245         * src/codeconv.c
17246         * src/compose.c
17247         * src/customheader.c
17248         * src/editaddress.c
17249         * src/editgroup.c
17250         * src/exporthtml.c
17251         * src/folder.c
17252         * src/folderview.c
17253         * src/imap.c
17254         * src/jpilot.c
17255         * src/main.c
17256         * src/matcher_parser_parse.y
17257         * src/mbox.c
17258         * src/pop.c
17259         * src/prefs_account.c
17260         * src/prefs_gtk.c
17261         * src/prefs_msg_colors.c
17262         * src/procheader.c
17263         * src/procmime.c
17264         * src/procmime.h
17265         * src/procmsg.c
17266         * src/summaryview.c
17267         * src/textview.c
17268         * src/common/base64.c
17269         * src/common/partial_download.c
17270         * src/common/socket.c
17271         * src/common/sylpheed.c
17272         * src/common/utils.c
17273         * src/common/utils.h
17274         * src/gtk/pluginwindow.c
17275         * src/gtk/quicksearch.c
17276         * src/plugins/clamav/clamav_plugin.c
17277         * src/plugins/clamav/clamav_plugin.h
17278         * src/plugins/clamav/clamav_plugin_gtk.c
17279         * src/plugins/pgpmime/passphrase.c
17280         * src/plugins/pgpmime/pgpmime.c
17281         * src/plugins/pgpmime/plugin.c
17282         * src/plugins/pgpmime/prefs_gpg.c
17283         * src/plugins/pgpmime/prefs_gpg.h
17284         * src/plugins/pgpmime/select-keys.c
17285         * src/plugins/pgpmime/sgpgme.c
17286         * src/plugins/spamassassin/libspamc.c
17287         * src/plugins/spamassassin/spamassassin.c
17288         * src/plugins/spamassassin/spamassassin.h
17289         * src/plugins/spamassassin/spamassassin_gtk.c
17290         * src/plugins/trayicon/trayicon.c
17291         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17292                 Sync with HEAD
17293
17294 2004-10-14 [colin]      0.9.12cvs126.2
17295
17296         * src/codeconv.c
17297         * src/textview.c
17298                 Fix conv_unreadable_locale
17299
17300 2004-10-13 [colin]      0.9.12cvs126.1
17301
17302         * src/compose.c
17303                 Sync with HEAD (don't convert charset for 
17304                 drafted messages, minor cleanup)
17305
17306 2004-10-13 [colin]      0.9.12cvs125.1
17307
17308         * po/POTFILES.in
17309                 Sync with HEAD (POTFILES fix)
17310
17311 2004-10-12 [colin]      0.9.12cvs124.3
17312
17313         * src/compose.c
17314                 Fix encoding bug from latest sync
17315
17316 2004-10-12 [paul]       0.9.12cvs124.2
17317
17318         * src/plugins/pgpmime/prefs_gpg.c
17319         * src/plugins/pgpmime/prefs_gpg.h
17320                 forgotten in last commit        
17321
17322 2004-10-12 [paul]       0.9.12cvs124.1
17323
17324         * ChangeLog.claws
17325         * configure.ac
17326         * m4/spamassassin.m4
17327         * src/Makefile.am
17328         * src/account.c
17329         * src/compose.c
17330         * src/compose.h
17331         * src/crash.c
17332         * src/main.c
17333         * src/mimeview.c
17334         * src/passphrase.c
17335         * src/passphrase.h
17336         * src/prefs_account.c
17337         * src/prefs_account.h
17338         * src/prefs_common.c
17339         * src/privacy.c
17340         * src/privacy.h
17341         * src/procmime.c
17342         * src/procmime.h
17343         * src/procmsg.c
17344         * src/rfc2015.c
17345         * src/rfc2015.h
17346         * src/select-keys.c
17347         * src/select-keys.h
17348         * src/textview.c
17349         * src/common/utils.c
17350         * src/common/utils.h
17351         * src/gtk/about.c
17352         * src/plugins/pgpmime/Makefile.am
17353         * src/plugins/pgpmime/passphrase.c
17354         * src/plugins/pgpmime/passphrase.h
17355         * src/plugins/pgpmime/pgpmime.c
17356         * src/plugins/pgpmime/plugin.c
17357         * src/plugins/pgpmime/select-keys.c
17358         * src/plugins/pgpmime/select-keys.h
17359         * src/plugins/pgpmime/sgpgme.c
17360         * src/plugins/pgpmime/sgpgme.h
17361                 sync with HEAD
17362
17363 2004-10-04 [colin]      0.9.12cvs122.1
17364
17365         * src/mainwindow.c
17366         * src/messageview.c
17367         * src/messageview.h
17368         * src/textview.c
17369                 Sync with HEAD
17370
17371 2004-10-04 [colin]      0.9.12cvs121.1
17372
17373         * src/summaryview.c
17374                 Sync with HEAD
17375
17376 2004-10-04 [paul]       0.9.12cvs120.1
17377
17378         * configure.ac
17379                 sync with HEAD [don't try to build 
17380                 pgpmime plugin when gpgme is disabled]
17381
17382 2004-10-03 [colin]      0.9.12cvs119.3
17383
17384         * src/gtk/gtksctree.c
17385                 Lots of side effects. Put back as before 117.2.
17386         * src/summaryview.c
17387                 Fix bug #602
17388
17389 2004-10-03 [colin]      0.9.12cvs119.2
17390
17391         * src/gtk/gtksctree.c
17392                 Revert 608 fix that doesn't work that good
17393
17394 2004-10-02 [colin]      0.9.12cvs119.1
17395
17396         * src/mainwindow.c
17397         * src/messageview.c
17398         * src/prefs_common.h
17399         * src/procmime.c
17400         * src/procmime.h
17401         * src/textview.c
17402                 Sync with HEAD
17403         * src/gtk/gtksctree.c
17404                 Close bug #608
17405
17406 2004-10-01 [colin]      0.9.12cvs118.1
17407
17408         * src/mimeview.c
17409                 Sync with HEAD (better Save All fix)
17410
17411 2004-10-01 [colin]      0.9.12cvs117.2
17412
17413         * src/gtk/gtksctree.c
17414                 Faster on selection
17415
17416 2004-10-01 [colin]      0.9.12cvs117.1
17417
17418         * src/mimeview.c
17419                 Sync with HEAD (Save All: only attachments)
17420
17421 2004-10-01 [paul]       0.9.12cvs116.1
17422
17423         * ChangeLog.claws
17424         * configure.ac
17425         * src/account.c
17426         * src/prefs_common.c
17427         * src/gtk/colorlabel.c
17428                 sync with HEAD
17429
17430 2004-09-30 [colin]      0.9.12cvs115.1
17431
17432         * src/stock_pixmap.c
17433         * src/stock_pixmap.h
17434         * src/folderview.c
17435         * src/Makefile.am
17436         * src/pixmaps/read.xpm
17437                 Sync with HEAD (new pixmap)
17438
17439 2004-09-29 [colin]      0.9.12cvs114.1
17440
17441         * src/compose.c
17442                 Sync with HEAD
17443                 Fix focus handling in headers
17444
17445 2004-09-29 [paul]       0.9.12cvs113.1
17446
17447         * src/quote_fmt_parse.y
17448                 sync with HEAD
17449  
17450
17451 2004-09-28 [colin]      0.9.12cvs112.1
17452
17453         * src/folderview.c
17454         * src/mainwindow.c
17455                 Sync with HEAD
17456
17457 2004-09-28 [colin]      0.9.12cvs110.1
17458
17459         * src/folderview.c
17460                 Sync with HEAD (Contextual Empty trash menu)
17461
17462 2004-09-28 [colin]      0.9.12cvs108.1
17463
17464         * src/addressbook.c
17465                 Sync with HEAD (addressbook edit on double-click)
17466
17467 2004-09-28 [colin]      0.9.12cvs106.1
17468
17469         * src/inc.c
17470                 Sync with HEAD (folder_item freeze on inc)
17471
17472 2004-09-27 [colin]      0.9.12cvs105.1
17473
17474         * src/folderview.c
17475                 Sync with HEAD (right-align new and unread column)
17476
17477 2004-09-27 [colin]      0.9.12cvs104.1
17478
17479         * src/main.c
17480                 Sync with HEAD (revert 0.9.12cvs101)
17481
17482 2004-09-24 [colin]      0.9.12cvs103.2
17483
17484         * src/wizard.c
17485                 Fix gtk warnings and use domain part of the email address 
17486                 when domain detection fails (no dot in domain name)
17487
17488 2004-09-23 [colin]      0.9.12cvs103.1
17489
17490         * src/plugins/spamassassin/libspamc.c
17491         * src/plugins/spamassassin/libspamc.h
17492         * src/plugins/spamassassin/utils.c
17493         * src/plugins/spamassassin/utils.h
17494                 Sync with HEAD (Update spamassassin to 3.0)
17495
17496 2004-09-21 [colin]      0.9.12cvs102.3
17497
17498         * src/action.c
17499                 Add horizontal scrollbar in action io dialog as needed
17500                 Patch by Alfons.
17501
17502 2004-09-20 [colin]      0.9.12cvs102.2
17503
17504         * src/plugins/image_viewer/viewer.c
17505                 Remove imlib stuff
17506                 use gtk_pixmap_set when clearing
17507                 (would be better to use gtkImages, but causes size-allocate 
17508                 signals storm)
17509
17510 2004-09-17 [paul]       0.9.12cvs102.1
17511
17512         * ChangeLog
17513         * ChangeLog.claws
17514         * ChangeLog.jp
17515         * configure.ac
17516         * src/inc.c
17517                 sync with HEAD
17518
17519
17520 2004-09-17 [colin]      0.9.12cvs101.1
17521
17522         * ChangeLog.claws
17523         * src/main.c
17524                 Sync with HEAD (fix segs at exit)
17525
17526 2004-09-14 [colin]      0.9.12cvs99.5
17527
17528         * src/common/socket.c
17529         * AUTHORS
17530                 Fix send error on 64bit platforms
17531                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17532
17533 2004-09-14 [colin]      0.9.12cvs99.4
17534
17535         * src/action.c
17536                 Fix action output with utf8 
17537                 Patch by Alfons.
17538
17539 2004-09-14 [colin]      0.9.12cvs99.3
17540
17541         * ChangeLog.claws
17542         * src/folder.c
17543                 Sync with HEAD
17544
17545 2004-09-09 [colin]      0.9.12cvs99.2
17546
17547         * src/action.c
17548                 Fix progress bar (displaying "Completed %v/%u")
17549                 Patch by Alfons.
17550
17551 2004-09-08 [colin]      0.9.12cvs99.1
17552
17553         * src/account.c
17554         * src/folder.c
17555         * src/procmsg.c
17556         * src/procmsg.h
17557         * src/plugins/pgpmime/pgpmime.c
17558                 Sync with HEAD
17559
17560 2004-09-08 [colin]      0.9.12cvs97.2
17561
17562         * src/summaryview.c
17563                 Don't select mails in collapsed threads 
17564                 when navigating with up/down
17565
17566 2004-09-07 [colin]      0.9.12cvs97.1
17567
17568         * src/inc.c
17569                 Sync with HEAD (meaningful error messages)
17570
17571 2004-09-06 [colin]      0.9.12cvs96.1
17572
17573         * src/toolbar.c
17574                 Sync with HEAD (fix Redirect graying out)
17575
17576 2004-09-06 [colin]      0.9.12cvs95.1
17577
17578         * src/summaryview.c
17579         * src/mimeview.c
17580                 Sync with HEAD (fix dropped URIs)
17581
17582 2004-09-06 [colin]      0.9.12cvs94.1
17583
17584         * src/addressbook.c
17585         * src/addressitem.h
17586         * src/addritem.c
17587         * src/addritem.h
17588                 Sync with HEAD (addressbook DnD)
17589
17590 2004-09-03 [colin]      0.9.12cvs93.1
17591
17592         * src/summaryview.c
17593                 Sync with HEAD (next/prev unread)
17594
17595 2004-09-03 [colin]      0.9.12cvs92.1
17596
17597         * src/prefs_common.c
17598         * src/prefs_common.h
17599         * src/summaryview.c
17600                 Sync with HEAD ('mark_as_read_delay' pref)
17601
17602 2004-09-02 [colin]      0.9.12cvs91.2
17603
17604         * src/common/xml.c
17605                 Fix leak
17606
17607 2004-09-02 [colin]      0.9.12cvs91.1
17608
17609         * src/gtk/menu.c
17610                 Sync with HEAD (menu accel don't work, but whatever)
17611
17612 2004-09-02 [colin]      0.9.12cvs90.1
17613
17614         * src/account.c
17615                 Sync with HEAD (fix bug 582)
17616
17617 2004-09-02 [colin]      0.9.12cvs89.1
17618
17619         * src/addrindex.c
17620                 Sync with HEAD (free deleted queries)
17621
17622 2004-09-02 [colin]      0.9.12cvs88.1
17623
17624         * src/ldapquery.c
17625                 Sync with HEAD (fix LDAP freezes)
17626
17627 2004-09-02 [colin]      0.9.12cvs87.1
17628
17629         * src/prefs_spelling.c
17630                 Sync with HEAD (add default dictionary)
17631
17632 2004-09-01 [colin]      0.9.12cvs86.1
17633
17634         * src/filtering.c
17635         * src/folderview.c
17636         * src/imap.c
17637         * src/prefs_matcher.c
17638         * src/stock_pixmap.c
17639         * src/summary_search.c
17640         * src/summaryview.c
17641         * src/wizard.c
17642         * src/wizard.h
17643                 Sync with HEAD (uninitialized vars fixes)
17644                 + gtk2 specific warning fixes
17645
17646 2004-08-31 [colin]      0.9.12cvs85.1
17647
17648         * src/folder.c
17649                 Sync with HEAD (Fix memory corruption due to 
17650                 uninitialized var)
17651
17652 2004-08-31 [colin]      0.9.12cvs84.4
17653
17654         * src/summary_search.c
17655                 Fix segfaults when searching in folders with broken headers
17656
17657 2004-08-31 [colin]      0.9.12cvs84.3
17658
17659         * src/compose.c
17660         * src/textview.c
17661                 Fix some more encoding/decoding issues
17662
17663 2004-08-30 [colin]      0.9.12cvs84.2
17664
17665         * src/mimeview.c
17666         * src/prefs_themes.c
17667         * src/gtk/filesel.c
17668         * src/gtk/filesel.h
17669                 Add a folder-mode selection (fixes mimeview's "Save all")
17670
17671 2004-08-29 [colin]      0.9.12cvs84.1
17672
17673         * src/mimeview.c
17674                 Sync with HEAD (don't escape saved filenames)
17675
17676 2004-08-27 [colin]      0.9.12cvs83.1
17677
17678         * ChangeLog
17679         * ChangeLog.claws
17680         * ChangeLog.jp
17681         * src/mh.c
17682         * src/procheader.c
17683         * src/procmsg.c
17684         * src/procmsg.h
17685         * src/common/utils.c
17686         * src/gtk/menu.h
17687         * po/
17688                 Sync with HEAD 0.9.12cvs83 (sync with main)
17689
17690 2004-08-26 [colin]      0.9.12cvs82.4
17691
17692         * src/codeconv.c
17693                 Fix strange stack corruption
17694                 Convert to utf8 after unmime, not before
17695
17696 2004-08-26 [colin]      0.9.12cvs82.3
17697
17698         * src/main.c
17699         * src/wizard.c
17700                 Fix account folders duplication
17701
17702 2004-08-25 [colin]      0.9.12cvs82.2
17703
17704         * src/wizard.c
17705                 Remove ports
17706                 Add SSL selection
17707                 Use login@server as account name
17708
17709 2004-08-25 [colin]      0.9.12cvs82.1
17710
17711         * src/plugins/pgpmime/pgpmime.c
17712                 Sync with HEAD (leak fix).
17713
17714 2004-08-25 [colin]      0.9.12cvs81.1
17715
17716         * src/plugins/pgpmime/pgpmime.c
17717         * src/plugins/pgpmime/sgpgme.c
17718         * src/plugins/pgpmime/sgpgme.h
17719                 Sync with HEAD (Handle combined messages).
17720
17721 2004-08-24 [colin]      0.9.12cvs80.3
17722
17723         * src/wizard.c
17724                 Fix full name, ports, and imap
17725
17726 2004-08-24 [colin]      0.9.12cvs80.2
17727
17728         * src/Makefile.am
17729         * src/main.c
17730         * src/setup.c
17731         * src/setup.h
17732         * src/stock_pixmap.c
17733         * src/stock_pixmap.h
17734         * src/wizard.c ** ADDED **
17735         * src/wizard.h ** ADDED ** 
17736         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17737                 Add a setup wizard 
17738
17739 2004-08-24 [colin]      0.9.12cvs80.1
17740
17741         * src/folder.c
17742                 Sync with HEAD (set mimeflags on all messages)
17743
17744 2004-08-24 [colin]      0.9.12cvs79.3
17745
17746         * src/matcher_parser_lex.l
17747                 Fix 8bits strings not in utf8
17748
17749 2004-08-24 [colin]      0.9.12cvs79.2
17750
17751         * src/compose.c
17752                 Check conversion result before replacing buffer
17753
17754 2004-08-23 [colin]      0.9.12cvs79.1
17755
17756         * src/compose.c
17757                 Sync with HEAD (create message header in memory)
17758
17759 2004-08-23 [colin]      0.9.12cvs78.1
17760
17761         * src/rfc2015.c
17762         * src/rfc2015.h
17763                 Sync with HEAD (fix bug 197 again)
17764
17765 2004-08-23 [colin]      0.9.12cvs77.3
17766
17767         * src/compose.c
17768                 Fix again inline gpg signing (which outputs utf8
17769                 in gtk2). Not syncing this fix to HEAD as this 
17770                 code is meant to die.
17771
17772 2004-08-23 [colin]      0.9.12cvs77.2
17773
17774         * src/prefs_account.h
17775                 Remove useless include
17776
17777 2004-08-23 [colin]      0.9.12cvs77.1
17778
17779         * src/imap.c
17780         * po/es.po
17781         * po/fr.po
17782         * po/it.po
17783         * po/pl.po
17784         * po/pt_BR.po
17785         * po/sk.po
17786         * po/sr.po
17787                 Sync with HEAD (fix bug 577)
17788
17789 2004-08-22 [colin]      0.9.12cvs76.1
17790
17791         * src/plugins/trayicon/trayicon.c
17792                 Sync with HEAD (fix formatting bug)
17793
17794 2004-08-21 [colin]      0.9.12cvs74.2
17795
17796         * src/gtk/colorsel.c
17797                 Fix bug 564 (Folder color selection window exits on any
17798                 keypress)
17799
17800 2004-08-21 [colin]      0.9.12cvs74.1
17801
17802         * ChangeLog.claws
17803         * src/compose.c
17804         * src/summaryview.c
17805         * src/toolbar.c
17806                 Sync with HEAD (fix bug 576)
17807
17808 2004-08-21 [colin]      0.9.12cvs70.1
17809
17810         * src/compose.c
17811         * src/mainwindow.c
17812                 Sync with HEAD
17813                 
17814
17815 2004-08-21 [paul]       0.9.12cvs66.4
17816
17817         * src/mainwindow.c
17818         * src/messageview.c
17819         * src/gtk/menu.c
17820         * src/plugins/spamassassin/spamassassin_gtk.c
17821                 remove some deprecated gtk1 functions
17822
17823
17824 2004-08-21 [colin]      0.9.12cvs66.3
17825
17826         * src/compose.c
17827         * src/codeconv.c
17828                 Fix warnings
17829                 Remove encoding hacks
17830                 Fix bug 575 (Strange character messes up message)
17831                 Don't display conversion error when drafting
17832
17833 2004-08-21 [paul]       0.9.12cvs66.2
17834
17835         * src/prefs_account.c
17836                 fix GnuPG mode bugs
17837
17838
17839 2004-08-20 [colin]      0.9.12cvs66.1
17840
17841         * src/codeconv.c
17842                 Sync with HEAD 0.9.12cvs66
17843
17844 2004-08-20 [paul]
17845
17846         * src/plugins/pgpmime/plugin.c
17847                 modify PGP/MIME plugin's description
17848
17849 2004-08-17 [colin]      0.9.12cvs65.1
17850
17851         * src/common/ssl.c
17852         * src/plugins/pgpmime/plugin.c
17853                 Sync with HEAD
17854
17855 2004-08-14 [colin]      0.9.12cvs60.3
17856
17857         * src/plugins/trayicon/trayicon.c
17858                 Put back resize callback, on size-request signal
17859                 rather than size-allocate to avoid infinite 
17860                 callback loop
17861
17862 2004-08-13 [colin]      0.9.12cvs60.2
17863
17864         * src/common/defs.h
17865                 Cache versions have been fixed
17866
17867 2004-08-13 [colin]      0.9.12cvs60.1
17868
17869         * src/folderutils.c
17870                 Sync with HEAD
17871
17872 2004-08-12 [colin]      0.9.12cvs59.1
17873
17874         * src/plugins/trayicon/trayicon.c
17875                 Sync with HEAD
17876
17877 2004-08-12 [colin]      0.9.12cvs57.5
17878
17879         * sylpheed.desktop
17880         * configure.ac
17881         * src/Makefile.am
17882         * src/main.c
17883                 Add support for Freedesktop.org's startup notification
17884
17885 2004-08-11 [colin]      0.9.12cvs57.4
17886
17887         * src/textview.c
17888                 Fix off-by-one
17889
17890 2004-08-11 [colin]      0.9.12cvs57.3
17891
17892         * src/message_search.c
17893         * src/summary_search.c
17894                 Make searches case insensitive by default
17895         * src/textview.c
17896                 Fix case-insensitive search in message
17897
17898 2004-08-11 [colin]      0.9.12cvs57.2
17899
17900         * src/summary_search.c
17901                 Let case-sensitive be specified
17902
17903 2004-08-10 [colin]      0.9.12cvs55.4
17904
17905         * src/common/socket.c
17906                 Fix the possible race condition
17907
17908 2004-08-09 [paul]       0.9.12cvs55.3
17909
17910         * configure.ac
17911         * src/Makefile.am
17912         * src/common/Makefile.am
17913                 sync with HEAD
17914
17915
17916 2004-08-09 [paul]       0.9.12cvs55.2
17917
17918         * autogen.sh
17919         * po/poconv.sh
17920                 remove unneeded script
17921
17922         * configure.ac
17923                 add forgotten USE_LDAP_TLS (sync with HEAD)
17924
17925
17926 2004-08-09 [colin]      0.9.12cvs55.1
17927
17928         * src/main.c
17929         * src/common/ssl.c
17930         * src/common/sylpheed.c
17931         * src/common/sylpheed.h
17932                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17933
17934 2004-08-09 [paul]       0.9.12cvs54.1
17935
17936         * ChangeLog
17937         * ChangeLog.claws
17938         * ChangeLog.jp
17939         * configure.ac
17940         * po/POTFILES.in
17941         * src/Makefile.am
17942         * src/folderutils.c
17943         * src/main.c
17944         * src/pgpmime.c
17945         * src/pgpmime.h
17946         * src/sgpgme.c
17947         * src/sgpgme.h
17948         * src/plugins/Makefile.am
17949         * src/plugins/pgpmime/.cvsignore
17950         * src/plugins/pgpmime/Makefile.am
17951         * src/plugins/pgpmime/pgpmime.c
17952         * src/plugins/pgpmime/pgpmime.h
17953         * src/plugins/pgpmime/plugin.c
17954         * src/plugins/pgpmime/sgpgme.c
17955         * src/plugins/pgpmime/sgpgme.h
17956                 sync with HEAD
17957
17958 2004-08-08 [paul]       0.9.12cvs51.1
17959
17960         * configure.ac
17961         * src/folder.c
17962                 sync with HEAD
17963
17964 2004-08-07 [colin]      0.9.12cvs50.1
17965
17966         * src/pop.c
17967         * src/common/partial_download.c
17968                 fix warnings (sync from HEAD)
17969
17970 2004-08-07 [colin]      0.9.12cvs48.1
17971
17972         * src/prefs_folder_item.c
17973                 sync with HEAD 0.9.12cvs48
17974
17975 2004-08-06 [colin]      0.9.12cvs47.1
17976
17977         * src/compose.c
17978                 Sync with HEAD
17979
17980 2004-08-06 [christoph]  0.9.12cvs46.2
17981
17982         * src/main.c
17983         * src/plugins/clamav/clamav_plugin_gtk.c
17984         * src/plugins/dillo_viewer/dillo_viewer.c
17985         * src/plugins/image_viewer/plugin.c
17986         * src/plugins/mathml_viewer/mathml_viewer.c
17987         * src/plugins/spamassassin/spamassassin_gtk.c
17988         * src/plugins/trayicon/trayicon.c
17989                 don't mix GTK1.2 plugin with GTK2 plugins
17990
17991 2004-08-06 [colin]      0.9.12cvs46.1
17992
17993         * ChangeLog
17994         * ChangeLog.claws
17995         * ChangeLog.jp
17996         * configure.ac
17997         * sylpheed-claws.pc.in
17998         * src/folder.c
17999         * src/imap.c
18000         * src/localfolder.c
18001         * src/messageview.c
18002         * src/mimeview.c
18003         * src/mimeview.h
18004         * src/msgcache.c
18005         * src/news.c
18006         * src/prefs_ext_prog.c
18007         * src/prefs_folder_item.c
18008         * src/prefs_fonts.c
18009         * src/prefs_msg_colors.c
18010         * src/prefs_spelling.c
18011         * src/prefs_themes.c
18012         * src/prefs_toolbar.c
18013         * src/prefs_wrapping.c
18014         * src/procmime.h
18015         * src/common/defs.h
18016         * src/common/nntp.c
18017         * src/common/session.c
18018         * src/common/session.h
18019         * src/common/socket.c
18020         * src/common/utils.h
18021         * src/common/xml.c
18022         * src/common/xml.h
18023         * src/gtk/prefswindow.c
18024         * src/gtk/prefswindow.h
18025         * src/plugins/clamav/clamav_plugin_gtk.c
18026         * src/plugins/dillo_viewer/dillo_prefs.c
18027         * src/plugins/image_viewer/viewerprefs.c
18028         * src/plugins/spamassassin/spamassassin_gtk.c
18029         * m4/openssl.m4 *** REMOVED ***
18030                 Sync with HEAD 0.9.12cvs46
18031
18032 2004-08-03 [paul]       0.9.12cvs40.2
18033
18034         * src/action.c
18035         * src/addressadd.c
18036         * src/addressbook.c
18037         * src/addrgather.c
18038         * src/browseldap.c
18039         * src/compose.c
18040         * src/crash.c
18041         * src/editaddress.c
18042         * src/editgroup.c
18043         * src/editldap_basedn.c
18044         * src/foldersel.c
18045         * src/importldif.c
18046         * src/mimeview.c
18047         * src/prefs_common.c
18048         * src/prefs_template.c
18049         * src/sourcewindow.c
18050         * src/summaryview.c
18051         * src/gtk/about.c
18052         * src/gtk/foldersort.c
18053         * src/gtk/logwindow.c
18054         * src/gtk/pluginwindow.c
18055         * src/gtk/prefswindow.c
18056                 change all gtk_scrolled_window_set_policy from 
18057                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
18058
18059 2004-08-02 [paul]       0.9.12cvs40.1
18060
18061         * AUTHORS
18062                 update translation team section
18063         * po/pt_BR.po
18064                 updated by Frederico Goncalves Guimaraes
18065                 <fggdebian@yahoo.com.br>
18066
18067 2004-07-31 [colin]      0.9.12cvs39.9
18068
18069         * src/exphtmldlg.c
18070                 Fix compilation
18071
18072 2004-07-31 [colin]      0.9.12cvs39.8
18073
18074         * src/exphtmldlg.c
18075                 Fix an alertpanel type
18076
18077 2004-07-30 [colin]      0.9.12cvs39.7
18078
18079         * src/alertpanel.c
18080                 Fix alertpanel_error_log's icon
18081
18082 2004-07-30 [colin]      0.9.12cvs39.6
18083
18084         * src/pop.c
18085                 Two of them should still be warnings
18086
18087 2004-07-30 [colin]      0.9.12cvs39.5
18088
18089         * src/pop.c
18090                 More warning -> error
18091 2004-07-29 [colin]      0.9.12cvs39.4
18092
18093         * src/pop.c
18094                 Warning -> error
18095
18096 2004-07-29 [colin]      0.9.12cvs39.3
18097
18098         * src/prefs_matcher.c
18099                 Fix segfault
18100
18101 2004-07-29 [colin]      0.9.12cvs39.2
18102
18103         * src/alertpanel.c
18104                 More nice-looking alertpanels
18105
18106 2004-07-29 [colin]      0.9.12cvs39.1
18107
18108         * src/messageview.c
18109                 sync with head
18110                 (inform user when partial mail is deleted on server)
18111
18112 2004-07-29 [colin]      0.9.12cvs38.1
18113
18114         * src/messageview.c
18115                 sync with head
18116
18117 2004-07-28 [paul]       0.9.12cvs37.7
18118
18119         * src/mainwindow.c
18120                 complete the replacement of deprecated gtk_progress_*
18121
18122 2004-07-28 [paul]       0.9.12cvs37.6
18123
18124         * src/action.c
18125         * src/inc.c
18126         * src/mainwindow.c
18127         * src/send_message.c
18128         * src/gtk/progressdialog.c
18129         * src/gtk/progressdialog.h
18130                 replace deprecated gtk_progress_*
18131
18132 2004-07-28 [paul]       0.9.12cvs37.5
18133
18134         * src/gtk/filesel.c
18135                 remove gtk_window_set_wmclass()
18136 2004-07-28 [paul]       0.9.12cvs37.4
18137
18138         * src/addressbook.c
18139         * src/compose.c
18140         * src/foldersel.c
18141         * src/mainwindow.c
18142         * src/messageview.c
18143         * src/sourcewindow.c
18144         * src/gtk/logwindow.c
18145                 remove gtk_window_set_wmclass()
18146                 
18147         * src/prefs_filtering.c
18148         * src/prefs_filtering_action.c
18149         * src/prefs_fonts.c
18150         * src/prefs_gtk.c
18151         * src/prefs_matcher.c
18152         * src/ssl_manager.c
18153         * src/gtk/prefswindow.c
18154                 replace gtk_window_position()
18155
18156 2004-07-28 [colin]      0.9.12cvs37.3
18157
18158         * src/alertpanel.c
18159         * src/alertpanel.h
18160                 Add a way to specify panel type for specific
18161                 panels (alertpanel())
18162         * src/account.c
18163         * src/addressbook.c
18164         * src/compose.c
18165         * src/expldifdlg.c
18166         * src/main.c
18167         * src/messageview.c
18168         * src/summaryview.c
18169         * src/textview.c
18170         * src/gtk/sslcertwindow.c
18171                 Fix alertpanel()s so that their icon match
18172                 their real type
18173
18174 2004-07-28 [paul]       0.9.12cvs37.2
18175
18176         * src/addr_compl.c
18177         * src/addressbook.c
18178         * src/alertpanel.c
18179         * src/compose.c
18180         * src/export.c
18181         * src/foldersel.c
18182         * src/folderview.c
18183         * src/grouplistdialog.c
18184         * src/import.c
18185         * src/mainwindow.c
18186         * src/message_search.c
18187         * src/messageview.c
18188         * src/passphrase.c
18189         * src/prefs_actions.c
18190         * src/prefs_common.c
18191         * src/prefs_customheader.c
18192         * src/prefs_display_header.c
18193         * src/prefs_filtering.c
18194         * src/prefs_filtering_action.c
18195         * src/prefs_gtk.c
18196         * src/prefs_matcher.c
18197         * src/prefs_msg_colors.c
18198         * src/prefs_summary_column.c
18199         * src/prefs_template.c
18200         * src/sourcewindow.c
18201         * src/ssl_manager.c
18202         * src/summary_search.c
18203         * src/gtk/colorsel.c
18204         * src/gtk/description_window.c
18205         * src/gtk/gtkaspell.c
18206         * src/gtk/inputdialog.c
18207         * src/gtk/logwindow.c
18208         * src/gtk/prefswindow.c
18209         * src/gtk/progressdialog.c
18210                 replace deprecated gtk_window_set_policy
18211
18212 2004-07-27 [colin]      0.9.12cvs37.1
18213
18214         * src/msgcache.c
18215                 More fixes (synced for head again)
18216
18217 2004-07-27 [colin]      0.9.12cvs35.3
18218
18219         * src/msgcache.c
18220                 Fix wrong test
18221
18222 2004-07-27 [colin]      0.9.12cvs35.2
18223
18224         * src/mimeview.c
18225                 Fix width a bit (by Paul)
18226         * src/alertpanel.c
18227         * src/alertpanel.h
18228                 Specialize icons, make alertpanel_message()
18229                 private
18230         * src/message_search.c
18231         * src/sgpgme.c
18232         * src/summary_search.c
18233                 Suit alertpanel changes
18234
18235 2004-07-27 [colin]      0.9.12cvs35.1
18236
18237         * src/alertpanel.c
18238                 Add an icon
18239         * src/passphrase.c
18240                 Add debug output - maybe someone will
18241                 want to look at the problem with Grab
18242                 Input :)
18243         Bump version as we're synced with HEAD
18244
18245 2004-07-26 [colin]      0.9.12cvs33.26
18246
18247         * src/pop.c
18248                 Fix uidl-file parsing when not in new
18249                 format
18250
18251 2004-07-26 [colin]      0.9.12cvs33.25
18252
18253         * src/gtk/menu.c
18254                 Move popup menu up if necessary (fixes 
18255                 account selector)
18256         * src/mainwindow.c
18257                 Set account selector's button height to
18258                 minimum
18259
18260 2004-07-26 [colin]      0.9.12cvs33.24
18261
18262         * src/alertpanel.c
18263                 Maybe fix 551 (Truncated font in alert window)
18264
18265 2004-07-26 [colin]      0.9.12cvs33.23
18266
18267         * po/de.po
18268         * po/es.po
18269         * po/fr.po
18270         * po/it.po
18271         * po/ja.po
18272         * po/pl.po
18273         * po/ru.po
18274         * po/sk.po
18275         * po/sr.po
18276         * po/zh_CN.po
18277                 Sync po files with HEAD
18278
18279 2004-07-26 [paul]       0.9.12cvs33.22
18280
18281         * src/compose.c
18282                 fix Bug 556 'Organisation-header is sent even if empty'
18283
18284 2004-07-24 [colin]      0.9.12cvs33.21
18285
18286         * src/compose.c
18287         * src/gtk/gtkaspell.c
18288         * src/gtk/gtkaspell.h
18289                 Fix speller accelerators (require hack)
18290
18291 2004-07-24 [colin]      0.9.12cvs33.20
18292
18293         * src/gtk/gtkaspell.c
18294                 Fix over-eager code deletion breaking
18295                 Check while typing
18296
18297 2004-07-24 [colin]      0.9.12cvs33.19
18298
18299         * src/browseldap.c
18300         * src/ldapctrl.c
18301         * src/ldapctrl.h
18302         * src/ldapserver.h
18303                 Sync ldap with HEAD
18304         (Fixes 546 LDAP completely broken)
18305
18306 2004-07-24 [colin]      0.9.12cvs33.18
18307
18308         * src/prefs_msg_colors.c
18309                 Fix prototype mismatch
18310         (Fixes 547 void function cannot return value)
18311
18312 2004-07-24 [colin]      0.9.12cvs33.17
18313
18314         * src/mainwindow.c
18315                 Fix sort going back to previous sort key
18316                 when changing sort direction
18317
18318 2004-07-24 [colin]      0.9.12cvs33.16
18319
18320         * src/compose.c
18321                 Fix space insertion when re-wrapping at 
18322                 cursor point
18323
18324 2004-07-24 [colin]      0.9.12cvs33.15
18325
18326         * src/gtk/gtkaspell.c
18327                 Don't change cursor position in insert-text
18328                 callback
18329         (Fixes 539 Word wrapping on input transposes letters)
18330
18331 2004-07-24 [colin]      0.9.12cvs33.14
18332
18333         * src/gtk/gtkaspell.c
18334                 Reencode non-ascii chars to dictionary's
18335                 encoding
18336         (Fixes 544 Spell check broken non english locale)
18337
18338 2004-07-24 [colin]      0.9.12cvs33.13
18339
18340         * src/summaryview.c
18341                 Fix Shift+Down, add Home/End/PgUp/PgDown
18342
18343 2004-07-21 [colin]      0.9.12cvs33.12
18344
18345         * src/prefs_common.c
18346                 Fix a gtk warning (Patch by Andrej Kacian)
18347
18348 2004-07-21 [colin]      0.9.12cvs33.11
18349
18350         * src/gtk/filesel.c
18351                 More check
18352
18353 2004-07-21 [colin]      0.9.12cvs33.10
18354
18355         * src/compose.c
18356         * src/crash.c
18357         * src/export.c
18358         * src/import.c
18359         * src/messageview.c
18360         * src/mimeview.c
18361         * src/prefs_spelling.c
18362         * src/prefs_themes.c
18363         * src/summaryview.c
18364         * src/gtk/filesel.c
18365         * src/gtk/filesel.h
18366         * src/gtk/pluginwindow.c
18367                 Untwist open/save mode guessing logic, make
18368                 it explicit
18369
18370 2004-07-20 [colin]      0.9.12cvs33.9
18371
18372         * src/codeconv.c
18373                 conv_encode_header: src_charset is UTF-8 on
18374                 gtk2
18375         * src/compose.c
18376                 Remove double encoding of the headers
18377
18378 2004-07-20 [colin]      0.9.12cvs33.8
18379
18380         * src/codeconv.c
18381                 Fix typo
18382
18383 2004-07-20 [colin]      0.9.12cvs33.7
18384
18385         * src/mainwindow.c
18386                 Set the separated messageview to the saved
18387                 size of Claws' messageview (Patch by Alfons)
18388                 Fix a callback prototype (me)
18389
18390 2004-07-20 [colin]      0.9.12cvs33.6
18391
18392         * src/codeconv.h
18393                 Forgot one hunk in 0.9.12cvs33.4
18394
18395 2004-07-19 [colin]      0.9.12cvs33.5
18396
18397         * src/action.c
18398                 Action output fix
18399                 Patch by Alfons
18400
18401 2004-07-19 [colin]      0.9.12cvs33.4
18402
18403         * src/compose.c
18404                 Fix outgoing charset bug in headers
18405         * src/codeconv.c
18406                 Clean for glib2 - Patch by Alfons
18407
18408 2004-07-19 [colin]      0.9.12cvs33.3
18409
18410         * src/statusbar.c
18411                 Remove grip from the statusbar
18412                 Patch by Alfons
18413
18414 2004-07-19 [colin]      0.9.12cvs33.2
18415
18416         * src/messageview.c
18417         * src/textview.c
18418                 Fix messageview remembering the previous
18419                 scroll position when loading a new message
18420                 Patch by Alfons
18421
18422 2004-07-19 [colin]      0.9.12cvs33.1
18423
18424         * src/folder.h
18425         * src/folderview.c
18426         * src/summaryview.c
18427                 Sync with HEAD
18428
18429 2004-07-18 [colin]      0.9.12cvs32.7
18430
18431         * configure.ac
18432                 Remove useless check for XIM - noticed
18433                 by Alfons
18434
18435 2004-07-18 [colin]      0.9.12cvs32.6
18436
18437         * src/summaryview.c
18438                 Remove non-modified and shift-modified
18439                 accelerators in summaryview's popup
18440                 menu, as that doesn't get catched by
18441                 the accel-activate signal catcher...
18442
18443 2004-07-18 [colin]      0.9.12cvs32.5
18444
18445         * src/prefs_common.c
18446                 Define sensible default prefs for 
18447                 wrapping
18448
18449 2004-07-18 [colin]      0.9.12cvs32.4
18450
18451         * src/compose.c
18452         * src/prefs_common.c
18453         * src/prefs_common.h
18454         * src/prefs_wrapping.c
18455                 Remove Smart Wrapping pref, which does
18456                 nothing on gtk2 branch
18457
18458 2004-07-18 [colin]      0.9.12cvs32.3
18459
18460         * src/sourcewindow.c
18461                 Proper utf8
18462
18463 2004-07-18 [colin]      0.9.12cvs32.2
18464
18465         * src/compose.c
18466                 Save attachment status when drafting
18467
18468 2004-07-18 [colin]      0.9.12cvs32.1
18469
18470         * src/gtk/filesel.c
18471                 Fix erratic folder selection in open mode
18472
18473 2004-07-18 [colin]      0.9.12cvs31.11
18474
18475         * src/pop.c
18476                 Don't let partial messages get deleted
18477                 even with "dowload all"
18478                 (0.9.12cvs31.8 fix extension)
18479 2004-07-18 [colin]      0.9.12cvs31.10
18480
18481         * src/gtk/logwindow.c
18482                 Fix log scrolling
18483
18484 2004-07-18 [colin]      0.9.12cvs31.9
18485
18486         * src/common/utils.c
18487                 Fix non-utf8 strings coming from commands
18488                 and files
18489
18490 2004-07-18 [colin]      0.9.12cvs31.8
18491
18492         * src/pop.c
18493                 Fix partial download bug with Download all
18494                 messages option
18495
18496 2004-07-18 [colin]      0.9.12cvs31.7
18497
18498         * src/textview.c
18499                 Fix bug introduced in 0.9.12cvs31.2
18500                 (blocked in select mode after double click)
18501
18502 2004-07-18 [colin]      0.9.12cvs31.6
18503
18504         * src/compose.c
18505         * src/gtk/menu.c
18506                 More glib-warning fixes
18507
18508 2004-07-18 [colin]      0.9.12cvs31.5
18509
18510         * src/compose.c
18511                 Fix trashing the primary clipboard when moving 
18512                 around with tab
18513         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18514
18515 2004-07-18 [colin]      0.9.12cvs31.4
18516
18517         * src/codeconv.c
18518                 convert unencoded iso headers to utf8
18519         (Fix Bug 538 Unencoded local characters in subject make it 
18520          disappear)
18521
18522 2004-07-18 [colin]      0.9.12cvs31.3
18523
18524         * src/compose.c
18525                 Fix tab char handling in wrapping
18526         (Fix Bug 537 Line wrap problem - TAB character treated as 
18527          one character instead of 8)
18528
18529 2004-07-18 [colin]      0.9.12cvs31.2
18530
18531         * src/textview.c
18532                 return FALSE on GDK_MOTION_NOTIFY
18533         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18534          (unable to highlight))
18535
18536 2004-07-18 [colin]      0.9.12cvs31.1
18537
18538         * src/folderview.c
18539                 Sync with 0.9.12cvs31
18540
18541 2004-07-18 [colin]      0.9.12cvs30.4
18542
18543         * src/compose.c
18544                 Also block text_inserted when inserting a file
18545
18546 2004-07-18 [colin]      0.9.12cvs30.3
18547
18548         * src/compose.c
18549                 Fix smart wrapping (block text_inserted handler
18550                 while putting quotation to avoid wrap on input,
18551                 don't join lines if next is sig separator)
18552
18553 2004-07-17 [colin]      0.9.12cvs30.2
18554
18555         * src/folderview.c
18556         * src/mainwindow.c
18557         * src/mimeview.c
18558         * src/summaryview.c
18559         * src/gtk/quicksearch.c
18560         * src/gtk/quicksearch.h
18561                 Block key events handlers *and* accels while
18562                 quicksearch is focused
18563         (Fixes Bug 534 quick-search bar not accepting certain letters)
18564
18565 2004-07-17 [colin]      0.9.12cvs30.1
18566
18567         * src/folder.h
18568         * src/folderview.c
18569         * src/summaryview.c
18570                 Sync with 0.9.12cvs30
18571
18572 2004-07-17 [colin]      0.9.12cvs28.2
18573
18574         * src/mimeview.c
18575         * src/procmime.c
18576         * src/summaryview.c
18577         * src/gtk/menu.c
18578                 Squash some compile and glib warnings
18579
18580 2004-07-17 [paul]       0.9.12cvs28.1
18581
18582         * src/mimeview.c
18583                 sync with 0.9.12cvs28 HEAD
18584
18585 2004-07-16 [paul]       0.9.12cvs26.1
18586         
18587         * src/gtk/quicksearch.c
18588         * src/account.c
18589         * src/account.h
18590         * src/compose.c
18591         * src/customheader.c
18592         * src/folder_item_prefs.c
18593         * src/main.c
18594         * src/mainwindow.c
18595         * src/messageview.c
18596         * src/mimeview.c
18597         * src/news.c
18598         * src/pgpmime.c
18599         * src/pop.c
18600         * src/pop.h
18601         * src/prefs_account.c
18602         * src/prefs_account.h
18603         * src/prefs_common.c
18604         * src/prefs_common.h
18605         * src/prefs_display_header.c
18606         * src/prefs_gtk.c
18607         * src/prefs_gtk.h
18608         * src/procheader.c
18609         * src/procmime.c
18610                 sync with 0.9.12cvs26 HEAD      
18611
18612 2004-07-15 [colin]      0.9.12cvs18.14
18613
18614         * src/folder.c
18615                 Disable GPG signature check during
18616                 folder move and scan
18617         (Closes Bug 521 Signature checking slows down Folder-Move)
18618
18619 2004-07-14 [colin]      0.9.12cvs18.13
18620
18621         * src/common/partial_download.c
18622                 update includes
18623
18624 2004-07-14 [colin]      0.9.12cvs18.12
18625
18626         * src/common/partial_download.c
18627         * src/common/partial_download.h
18628                 Move doc at top, add correct copyright
18629
18630 2004-07-14 [colin]      0.9.12cvs18.11
18631
18632         * src/folder.c
18633         * src/messageview.c
18634         * src/pop.c
18635         * src/pop.h
18636         * src/procmsg.c
18637         * src/summaryview.c
18638         * src/common/Makefile.am
18639         * src/common/partial_download.c ** NEW FILES **
18640         * src/common/partial_download.h ** NEW FILES **
18641                 Move partial-download related stuff to its
18642                 own file
18643
18644 2004-07-14 [colin]      0.9.12cvs18.10
18645
18646         * src/send_message.c
18647                 Fix smtp auth when user is null or empty
18648
18649 2004-07-13 [colin]      0.9.12cvs18.9
18650
18651         * src/gtk/quicksearch.c
18652                 Use alphabetic order
18653
18654 2004-07-13 [colin]      0.9.12cvs18.8
18655
18656         * src/pop.c
18657                 Be paranoid on the checks
18658
18659 2004-07-13 [colin]      0.9.12cvs18.7
18660
18661         * src/gtk/quicksearch.c
18662                 Fix Engrish once again
18663
18664 2004-07-13 [colin]      0.9.12cvs18.6
18665
18666         * src/procmsg.c
18667         * src/summaryview.c
18668                 Mark messages for deletion when they are about to
18669                 be removed from trash
18670
18671 2004-07-13 [colin]      0.9.12cvs18.5
18672
18673         * src/matcher.c
18674         * src/matcher.h
18675         * src/matcher_parser_parse.y
18676         * src/prefs_matcher.c
18677         * src/gtk/quicksearch.c
18678                 Add 'partial' ('p') match string to find partially
18679                 downloaded messages
18680
18681 2004-07-13 [colin]      0.9.12cvs18.4
18682
18683         * src/pop.c
18684                 Fix misplaced block
18685
18686 2004-07-13 [colin]      0.9.12cvs18.3
18687
18688         * src/pop.c
18689         * src/pop.h
18690         * src/messageview.c
18691                 Refactor API (to avoid passing 5+ params and code
18692                 duplication)
18693         * src/folder.c
18694         * src/msgcache.c
18695         * src/procheader.c
18696         * src/common/defs.h
18697                 Add planned_download to cache
18698                 Don't mess uidl file when moving partially downloaded
18699                 mails (they change folder, we should change it in the
18700                 uidl list too or we'll remove an incorrect message)
18701                 (this also helps removing hacks when changing 
18702                 planned_download in messageview.c)
18703
18704 2004-07-12 [colin]      0.9.12cvs18.2
18705
18706         * src/gtk/quicksearch.c
18707                 Fix missing status update in quicksearch
18708
18709 2004-07-12 [paul]       0.9.12cvs18.1
18710
18711         * po/POTFILES.in
18712         * src/Makefile.am
18713         * src/account.c
18714         * src/codeconv.c
18715         * src/compose.c
18716         * src/inc.c
18717         * src/main.c
18718         * src/prefs_common.c
18719         * src/procmsg.h
18720         * src/toolbar.c
18721         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18722         * src/prefs_wrapping.[ch]       ** NEW FILES **
18723         * src/common/intl.h
18724         * src/common/utils.[ch]
18725         * src/gtk/quicksearch.[ch]
18726                 sync with 0.9.12cvs18 HEAD
18727
18728 2004-07-12 [colin]      0.9.11cvs17.25
18729
18730         * src/folder.c
18731         * src/folder.h
18732                 Remove unused function added by me in 0.9.11cvs17.10
18733
18734 2004-07-11 [colin]      0.9.11cvs17.24
18735
18736         * src/inc.c
18737         * src/messageview.c
18738         * src/pop.c
18739         * src/pop.h
18740                 Use folderitem and msgnum instead of filename to
18741                 know which mail to delete
18742                 Move old partial mail deletion to pop.c
18743
18744 2004-07-10 [colin]      0.9.11cvs17.23
18745
18746         * src/inc.c
18747                 Add debug
18748         * src/pop.c
18749         * src/pop.h
18750                 Don't re-use same enums for unrelated stuff: it's 
18751                 completely misleading !
18752                 Document a bit
18753
18754 2004-07-09 [colin]      0.9.11cvs17.22
18755
18756         * src/inc.c
18757                 Remove folder-type check and do
18758                 more tests to be sure everything's
18759                 ok
18760         * src/messageview.c
18761                 Punctuation update, remove useless
18762                 code, fix two warnings
18763         * src/noticeview.c
18764                 Layout cleaning, reset 2nd button
18765                 when specifying one
18766
18767 2004-07-09 [colin]      0.9.11cvs17.21
18768
18769         * src/messageview.c
18770         * src/pop.c
18771         * src/pop.h
18772                 Allow user to change his mind
18773                 and postpone decision (by
18774                 unmarking the mail)
18775
18776 2004-07-09 [colin]      0.9.11cvs17.20
18777
18778         * src/messageview.c
18779                 Fix bug with delete state
18780         * src/pop.c
18781         * src/pop.h
18782                 Fix buffer leak (fread doesn't 
18783                 terminate buffers with \0)
18784                 Refactoring (remove magic 
18785                 numbers)
18786
18787 2004-07-09 [colin]      0.9.11cvs17.19
18788
18789         * src/pop.c
18790                 Don't log "Skipping message" if 
18791                 we're going to TOP it two lines
18792                 later
18793
18794 2004-07-09 [colin]      0.9.11cvs17.18
18795
18796         * src/messageview.c
18797                 Fix Engrish
18798
18799 2004-07-09 [colin]      0.9.11cvs17.17
18800
18801         * src/pop.c
18802                 strlen checking...
18803         * src/messageview.c
18804                 refactoring a bit
18805
18806 2004-07-08 [colin]      0.9.11cvs17.16
18807
18808         * src/noticeview.c
18809         * src/noticeview.h
18810                 Add an optional second button
18811         * src/messageview.c
18812         * src/pop.c
18813         * src/pop.h
18814                 Don't delete partially received mails after a certain
18815                 time; rather, let the user decide.
18816
18817 2004-07-08 [colin]      0.9.11cvs17.15
18818
18819         * src/common/smtp.h
18820                 Sync with HEAD
18821
18822 2004-07-08 [colin]      0.9.11cvs17.14
18823
18824         * src/messageview.c
18825         * src/common/smtp.c
18826                 Use to_human_readable() for sizes
18827
18828 2004-07-08 [colin]      0.9.11cvs17.13
18829
18830         * src/inc.c
18831         * src/messageview.c
18832         * src/pop.c
18833         * src/pop.h
18834         * src/procmsg.c
18835                 Fix partial-downloading issues:
18836                         catch unsupported TOP
18837                         don't delete partially downloaded mails before 5 days
18838                         don't update existing with non-MH folders; that'll
18839                         make dups, but it's better than trashing the folder
18840                         free new msginfo parts
18841                 Fix indentation ;-)
18842
18843 2004-07-08 [colin]      0.9.11cvs17.12
18844
18845         * src/common/smtp.c
18846         * src/common/smtp.h
18847                 Sync smtp size verification with HEAD
18848
18849 2004-07-08 [colin]      0.9.11cvs17.11
18850
18851         * src/summaryview.c
18852         * src/prefs_common.c
18853         * src/prefs_common.h
18854         * src/gtk/quicksearch.c
18855         * src/gtk/quicksearch.h
18856                 Sync sticky pref with HEAD
18857
18858 2004-07-08 [colin]      0.9.11cvs17.10
18859
18860         * src/folder.c [1.213.2.6]
18861         * src/folder.h [1.87.2.6]
18862         * src/inc.c [1.149.2.7]
18863         * src/messageview.c [1.94.2.8]
18864         * src/procheader.c [1.47.2.6]
18865         * src/procmsg.c [1.150.2.4]
18866         * src/procmsg.h [1.60.2.5]
18867         * src/pop.c [1.56.2.4]
18868         * src/pop.h [1.17.2.3]
18869                 Let too big messages get downloaded, but truncated
18870                 Add a button to download them completely
18871                 
18872 2004-07-06 [colin]      0.9.11cvs17.9
18873
18874         * src/gtk/quicksearch.c [1.1.2.3]
18875                 Add a Clear button
18876         * commitHelper
18877         * PATCHSETS
18878                 Add a script to help with cvs
18879
18880 2004-07-03 [colin]      0.9.11cvs17.8
18881
18882         * src/plugins/imageviewer/viewer.c
18883                 fix imageviewer (which was staying on the first
18884                 displayed image)
18885
18886 2004-07-03 [colin]      0.9.11cvs17.7
18887
18888         Removed FIXME_GTK2 warnings
18889         * src/gtk/gtkutils.c
18890                 useless #warnings
18891         * src/gtk/menu.c
18892                 useless #warnings (no need to mess with menu rc)
18893         * src/gtk/menu.h
18894                 unused functions
18895         
18896
18897 2004-07-03 [colin]      0.9.11cvs17.6
18898
18899         Removed FIXME_GTK2 warnings
18900         * src/codeconv.c
18901                 useless #warnings (rewrite needed)
18902         * src/compose.c
18903                 useless #warnings (rewrite needed)
18904                 useless #warnings (gtk2 is like that)
18905                 useless #warnings (previously fixed)
18906         * src/main.c
18907                 useless #warnings (previously fixed)
18908         * src/message_search.c
18909                 useless #warnings (gtk2 is like that)
18910                 Made apparent that search is case-sensitive
18911         * src/mimeview.c
18912                 useless #warnings (rewrite needed)
18913                 useless #warnings (gtk2 is like that)
18914                 reimplemented real warnings
18915         * src/prefs_common.c
18916                 Removed block cursor option (not it gtk2)
18917         * src/prefs_gtk.c
18918                 useless #warnings (rewrite needed)
18919         * src/procheader.c
18920                 useless #warnings (rewrite needed)
18921         * src/sourcewindow.c
18922                 useless #warnings (incorrect placing)
18923         * src/summary_search.c
18924                 useless #warnings (gtk2 is like that)
18925                 Made apparent that search is case-sensitive
18926         * src/action.c
18927                 useless #warnings (gtk2 is like that)
18928         * src/textview.c
18929                 useless #warnings (rewrite needed)
18930         * src/toolbar.c
18931                 useless #warnings (rewrite needed)
18932
18933 2004-07-03 [colin]      0.9.11cvs17.5
18934
18935         * src/textview.c
18936                 Fix mismerge which broke URI opening
18937                 
18938 2004-07-01 [colin]      0.9.11cvs17.4
18939
18940         * src/gtk/filesel.c
18941                 Fill filename when saving
18942                 
18943 2004-06-27 [colin]      0.9.11cvs17.3
18944
18945         * src/gtk/filesel.[ch]
18946                 Use the new GTK file selector
18947                 Update prototype to match the reality: multiple file
18948                 selection is open-only          
18949         * src/compose.c
18950                 Match the new prototypes        
18951         * configure.ac
18952                 Match the new requirements (gtk 2.4.0)
18953                         
18954 2004-06-26 [colin]      0.9.11cvs17.2
18955
18956         * src/plugins/trayicon/trayicon.c
18957                 Remove useless signal handler on resize, which causes
18958                 an infinite "loop"
18959         
18960 2004-06-26 [colin]      0.9.11cvs17.1
18961         
18962         * tools/Makefile.am
18963                 remove launch_firebird and add nautilus2sylpheed.sh
18964         * src/quicksearch.c
18965           src/summaryview.c
18966                 Fix show/hide "Extended symbols" button problem
18967                 Fix apparition at startup
18968                 Fix const warnings
18969         * src/plugins/image_viewer/Makefile.am
18970                 Fix configure 
18971         * common/ssl.c
18972                 Re-enable certificate check, as it doesn't seem to
18973                 cause Xlib errors anymore
18974
18975 2004-06-25 [paul]       0.9.11cvs17
18976
18977         * sync with 0.9.11cvs17 HEAD
18978         
18979         NOTE: QuickSearch is broken
18980
18981 2004-06-07 [colin]      0.9.10claws67.10
18982         * src/plugins/trayicon/trayicon.c
18983           src/plugins/trayicon/libeggtrayicon/Makefile.am
18984           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18985                 Fix gettextization in trayicon plugin
18986
18987 2004-06-07 [colin]      0.9.10claws67.9
18988         
18989         * src/summaryview.c
18990           src/gtk/gtksctree.[ch]
18991                 Let Shift+{Up,Down} work in summaryview
18992                 (well, Down "works" and Up works)
18993                 Let the list scroll when using these keys
18994
18995 2004-06-06 [colin]      0.9.10claws67.8
18996
18997         * src/plugins/trayicon/trayicon.c
18998                 Fix pixmap update
18999
19000 2004-06-06 [colin]      0.9.10claws67.7
19001
19002         * src/addressbook.c
19003                 Fix signal handling causing system-wide focus grab
19004
19005 2004-05-25 [paul]       0.9.10claws67.6
19006
19007         * Makefile.am
19008           src/Makefile.am
19009                 clean up
19010
19011 2004-05-25 [paul]       0.9.10claws67.5
19012
19013         * replace deprecated gtk_signal... functions
19014
19015 2004-05-23 [colin]      0.9.10claws67.4
19016
19017         * src/compose.c
19018                 Fix wrapping
19019
19020 2004-05-22 [colin]      0.9.10claws67.3
19021
19022         * src/compose.c
19023                 Re-fix [Edited] in compose.c::compose_reedit()
19024
19025 2004-05-22 [colin]      0.9.10claws67.2
19026
19027         * src/procmime.c
19028                 Fix parsing of multiparts mails
19029
19030 2004-05-22 [colin]      0.9.10claws67.1
19031
19032         * src/summaryview.c
19033                 Fix quicksearch
19034
19035 2004-05-22 [paul]       0.9.10claws67
19036
19037         * sync with 0.9.10claws67 HEAD
19038
19039 2004-05-14 [alfons]
19040
19041         * src/procmime.h
19042                 add forgotton prototype
19043
19044 2004-05-10 [paul]       0.9.10claws57
19045
19046         * sync with 0.9.10claws57 HEAD
19047
19048 2004-05-05 [paul]       0.9.9.claws1
19049
19050         * ChangeLog-gtk2        ** REMOVED **
19051           ChangeLog-gtk2.claws  ** ADDED **
19052                 rename and adopt the normal claws format
19053                 
19054         * configure.ac
19055                 require gtkmathview >= 0.5
19056
19057         * ac/*                          ** REMOVED **
19058           ac/                           ** REMOVED **
19059           intl/Makefile.in              ** REMOVED **
19060           m4/                           ** ADDED **
19061           m4/missing                    ** ADDED **
19062           m4/missing/gdk-pixbuf.m4      ** ADDED **
19063           m4/missing/gettext.m4         ** ADDED **
19064           m4/missing/gpgme.m4           ** ADDED **
19065           m4/missing/imlib.m4           ** ADDED **
19066           m4/.cvsignore                 ** ADDED **
19067           m4/Makefile.am                ** ADDED **
19068           m4/README                     ** ADDED **
19069           m4/aclocal-include.m4         ** ADDED **
19070           m4/aspell.m4                  ** ADDED **
19071           m4/check-type.m4              ** ADDED **
19072           m4/gnupg-check-typedef.m4     ** ADDED **
19073           m4/openssl.m4                 ** ADDED **
19074           m4/spamassassin.m4            ** ADDED **
19075           po/ChangeLog                  ** REMOVED **
19076           po/Makefile.in.in             ** REMOVED **
19077           po/Rules-quot                 ** REMOVED **
19078           po/boldquot.sed               ** REMOVED **
19079           po/en@boldquot.header         ** REMOVED **
19080           po/en@quot.header             ** REMOVED **
19081           po/insert-header.sin          ** REMOVED **
19082           po/quot.sed                   ** REMOVED **
19083           po/remove-potcdate.sed        ** REMOVED **
19084           po/remove-potcdate.sin        ** REMOVED **
19085           po/stamp-po                   ** REMOVED **
19086           Makefile.am
19087           autogen.sh
19088           configure.ac
19089                 enable building with automake 1.8.x
19090                 add 'autopoint --force' to autogen.sh and remove all
19091                 auto-generated files, remove ac/ directory and use
19092                 m4/ directory instead
19093                 
19094         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19095                 fix gettextization
19096
19097 2004-02-28 Colin Leroy <colin@colino.net>
19098         * src/prefs_matcher.c
19099           src/prefs_filtering.c
19100           src/prefs_filtering_action.c
19101                 Fix non-editable GtkEntries
19102
19103 2004-02-22 Thorsten Maerz <torte@netztorte.de>
19104         * src/prefs_themes.c
19105                 utf8 conversion for theme info
19106
19107 2004-02-21 Thorsten Maerz <torte@netztorte.de>
19108         * sync 0.9.9claws
19109
19110 2004-02-14 Thorsten Maerz <torte@netztorte.de>
19111         * src/grouplistdialog.c
19112                 allow multiple selections without ctrl key
19113
19114 2004-02-09 Thorsten Maerz <torte@netztorte.de>
19115         * src/main.c
19116                 enable customizable accelerators
19117
19118 2004-02-08 Thorsten Maerz <torte@netztorte.de>
19119         * src/prefs_common.c
19120                 re-enable different font settings for gtk1/2
19121         * src/prefs_folder_item.c
19122                 fix folder prefs displayed wrong
19123         * src/textview.c
19124                 set 'sunken' shadow type
19125
19126 2004-02-07 Colin Leroy <colin@colino.net>
19127         * src/compose.c
19128                 Fix message being always [Edited]
19129                 Encode headers correctly (utf8 buf)
19130
19131 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19132         * src/socket.c
19133                 remove double g_source_attach()
19134                 (Thanks to Colin Leroy)
19135
19136 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19137         * src/gtk/gtksctree.c
19138                 Fix SSL certificate list not shown
19139         * src/mimeview.c
19140                 Fix clicks in mime tree
19141
19142 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19143         * src/common/socket.c
19144                 Fix SSL receive
19145         * src/compose.c
19146                 Fix clipboard menu hotkeys
19147
19148 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19149         * src/gtk/gtkaspell.[ch]
19150           src/compose.c
19151                 reimplement spellchecker
19152
19153 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19154         * src/gtk/filesel.c
19155                 crash when inserting file in compose window
19156                 (TODO: keep old selection on clicks)
19157         * src/main.c
19158                 use gtkrc-2.0 instead of gtkrc
19159
19160 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19161         * src/messageview.c
19162                 remove orphaned mimeview unref()
19163
19164 2004-01-20 Thorsten Maerz <torte@netztorte.de>
19165         * src/grouplistdialog.c
19166                 expand nodes containing subscribed groups
19167
19168 2004-01-19 Thorsten Maerz <torte@netztorte.de>
19169         * src/textview.c
19170                 textview: hide cursor, restore old click behaviour
19171
19172 2004-01-18 Thorsten Maerz <torte@netztorte.de>
19173         * src/textview.c
19174                 variable names messed up
19175
19176 2004-01-17 Colin Leroy <colin@colino.net>
19177         * src/addr_compl.c
19178                 Fix completion address too thin
19179         * src/compose.c
19180                 Fix tab-to-subject behaviour
19181         * src/summaryview.c
19182                 Implement key up & down in summaryview
19183
19184 2004-01-12 Thorsten Maerz <torte@netztorte.de>
19185
19186         * sync 098claws
19187
19188 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19189         * configure.ac
19190           Makefile.am
19191           doc/.cvsignore
19192           doc/Makefile.am
19193                 faq, man, manual moved to doc/
19194         * ac/aspell.m4
19195           ac/check-type.m4
19196           ac/gnupg-check-typedef.m4
19197           ac/openssl.m4
19198           ac/spamassassin.m4
19199           ac/missing/gdk-pixbuf.m4
19200           ac/missing/gpgme.m4
19201           ac/missing/imlib.m4
19202                 fix automake warnings
19203
19204 2003-12-06 Colin Leroy <colin@colino.net>
19205         * src/summaryview.c
19206                 Fix quicksearch
19207
19208 2003-12-05 Colin Leroy <colin@colino.net>
19209         * src/summaryview.c
19210                 Fix going to next unread folder
19211
19212 2003-12-05 Colin Leroy <colin@colino.net>
19213         * src/crash.c
19214                 Fix gtk2 compilation
19215         * src/session.c
19216                 Remove iotag source handler at disconnection
19217         * src/socket.[ch] 
19218                 Remove source handler when closing socket 
19219                 (fixes another seg)
19220
19221 2003-12-04 Colin Leroy <colin@colino.net>
19222         * src/compose.c
19223           src/prefs_account.c
19224           src/prefs_common.c
19225                 Fix some dropdown menus
19226
19227 2003-12-04 Colin Leroy <colin@colino.net>
19228         * src/compose.c
19229                 Fix event handlers on header fields
19230         * src/common/socket.c
19231           src/common/session.c
19232                 Fix segfault with callback (SSL)
19233                 Fix end of session 
19234
19235 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19236
19237         * Fix compile bug in src/compose.c
19238         * removed src/gtk/gtkstext.[ch]
19239
19240 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19241
19242         * Convert character set and escape "text" attributes in toolbar setting
19243         files.
19244         * Fixed bug in button-press-event handling.
19245
19246 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19247
19248         * Fixed bug in key-press-event handling.
19249
19250 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19251
19252         * Enabled to compile tray-icon plugin (Ad-hoc).
19253         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19254
19255 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19256
19257         * Enabled to compile on sylpheed-claws.
19258         (tray-icon plugin still cannot compile yet.)
19259
19260 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19261
19262         * Updated to 0.9.5.
19263
19264 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19265
19266         * Updated to 0.9.4.
19267         * Ported monitoring SSL mechanism to GSource of GLib2
19268         (I don't confirm it)
19269         * Added _gtk2 suffix to key name of font preference to avoid
19270         ovverwriting preference of Gtk+-1.2 version.
19271
19272 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19273
19274         * Updated to 0.9.2.
19275
19276 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19277
19278         * Updated to 0.9.1.
19279         * Translate po files into UTF-8 when execute autogen.sh.
19280
19281 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19282
19283         * Updated to 0.9.0.
19284
19285 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19286
19287         * Plugged GError related memory leaks.
19288
19289 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19290
19291         * Changed default size of fonts.
19292         * Enabled to set titile font size of warning dialog.
19293
19294 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19295
19296         * Embed a sylpheed icon into executable binary on Windows.
19297
19298 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19299
19300         * I forgot to traslate character set of element string in src/xml.c.
19301
19302 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19303
19304         * Fixed detecting bind_textdomain_codeset in configure.in.
19305         * The bug in which "Example" of "Date fromat" preference isn't displayed
19306         correctly has been fixed.
19307
19308 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19309
19310         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19311           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19312           glib-gettextize
19313           Removed intl directory.
19314           Translated po files into UTF-8.
19315           (Thanks! Ryuji Abe)
19316
19317 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19318
19319         * The bug which doesn't unscape string in xml.c has been fixed.
19320
19321 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19322
19323         * The bug which is failed to translate encoding of file name thorough
19324         file dialog has been fixed.
19325
19326 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19327
19328         * Modified to translate file names which is used in inporting/expoting
19329         mbox feature and "Save as" feature into locale encoding.
19330         * Translate file names into locale encoding when "Attache file" and
19331         "Insert file".
19332         * Force set G_BROKEN_FILENAMES environment variable.
19333         * Other minor fixes.
19334
19335 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19336
19337         * Modified to treat MH folder's name as locale encoding.
19338
19339 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19340
19341         * The bug which clash on switching candidates of auto completion of
19342         addresses, cannot use auto completion in Japanesse is fixed
19343         (Thanks! Tokunaga-san)¡¥
19344
19345 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19346
19347         * The bug which cannot switch key accelerator preference has been fixed
19348         (Thanks! smbd-san)¡¥
19349
19350 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19351
19352         * version 0.8.11-gtk2-20030314
19353
19354 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19355
19356         * The bug in which character set conversion of filtering messages has
19357         been fixed.(Thanks! COCOA-san).
19358
19359 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19360
19361         * Revived "Leave space on head" preference in "Message" category.
19362         * A bug which clash when put the cursor to end of buffer and execute
19363         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19364
19365 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19366
19367         * version 0.8.11-gtk2-20030312
19368
19369 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19370
19371         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19372         * Modified to use Pango's API directly for font preference.
19373         * Integrated GtkTextView of textview to one widget.
19374         * Set fonts of header title in textview by "header_title" tag.
19375         * Removed some deprecated codes.
19376
19377 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19378
19379         * Updated to 0.8.11.
19380         * Merged cygwin patch(Thanks! Sakai-san).
19381
19382 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19383
19384         * version 0.8.10-gtk2-20030309