2006-10-21 [paul] 2.5.6cvs4
[claws.git] / ChangeLog
1 2006-10-21 [paul]       2.5.6cvs4
2
3         * src/gtk/authors.h
4         * src/plugins/pgpcore/pgp_viewer.c
5         * src/plugins/pgpcore/sgpgme.c
6                 fix building on BSDs
7                 Thanks to Michael Hughes
8                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9
10 2006-10-20 [colin]      2.5.6cvs3
11
12         * configure.ac
13                 Bump up libetpan requirement
14                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
15         * src/common/utils.c
16         * src/common/utils.h
17                 Add convenience get_file_mtime()
18         * src/imap.c
19         * src/etpan/imap-thread.c
20         * src/etpan/imap-thread.h
21                 Implement UIDPLUS support if the server
22                 supports it - faster sending in this case
23
24 2006-10-19 [colin]      2.5.6cvs2
25
26         * src/gtk/quicksearch.c
27                 Fix emptying in type-ahead+extended mode
28         * src/mainwindow.c
29         * src/mainwindow.h
30                 Add a hook for offline state change
31         * src/plugins/trayicon/trayicon.c
32                 Use it to display offline icons
33         * src/plugins/trayicon/Makefile.am
34         * src/plugins/trayicon/newmail.offline.xpm
35         * src/plugins/trayicon/newmarkedmail.offline.xpm
36         * src/plugins/trayicon/nomail.offline.xpm
37         * src/plugins/trayicon/unreadmail.offline.xpm
38         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
39                 Add the icons
40
41 2006-10-12 [paul]       2.5.6cvs1
42
43         * NEWS
44         * README
45         * configure.ac
46                 Update version number following
47                 stable release
48
49 2006-10-19 [colin]      2.5.5cvs18
50
51         * manual/handling.xml
52                 Add type-ahead search
53
54 2006-10-18 [colin]      2.5.5cvs17
55
56         * src/gtk/quicksearch.c
57                 Remove "save to history only if there's
58                 no syntax error", it breaks for some 
59                 reason which I'll investigate later.
60
61 2006-10-18 [colin]      2.5.5cvs16
62
63         * src/prefs_common.c
64         * src/prefs_common.h
65         * src/summaryview.c
66         * src/gtk/quicksearch.c
67         * src/gtk/quicksearch.h
68                 Add a type-ahead option for fast searches
69                 Patch by Fabien Vantard
70
71 2006-10-18 [colin]      2.5.5cvs15
72
73         * src/compose.c
74         * src/compose.h
75                 Add Options/Reply mode/ menu to be able to
76                 change the recipients of a reply on the fly
77
78 2006-10-18 [colin]      2.5.5cvs14
79
80         * src/compose.c
81                 Fix redirecting of our own sent mails
82
83 2006-10-17 [wwp]        2.5.5cvs13
84
85         * src/send_message.c
86                 Fix duplicate error messages when sending, and missing
87                 newline in such error messages.
88
89 2006-10-17 [colin]      2.5.5cvs12
90
91         * src/compose.c
92                 Compare addresses case-insensitive
93
94 2006-10-17 [colin]      2.5.5cvs11
95
96         * src/plugins/pgpcore/sgpgme.c
97                 Fix return status
98
99 2006-10-17 [colin]      2.5.5cvs10
100
101         * src/plugins/pgpcore/pgp_viewer.c
102                 Fix return status
103
104 2006-10-17 [colin]      2.5.5cvs9
105
106         * src/quote_fmt.c
107                 Fix a typo (thanks to Fabien)
108
109 2006-10-16 [colin]      2.5.5cvs8
110
111         * src/textview.c
112                 Fix problem with quote-folding when emails
113                 don't convert cleanly to UTF-8
114
115 2006-10-14 [colin]      2.5.5cvs7
116
117         * src/prefs_template.c
118                 Reset fields when reopening
119                 the window
120
121 2006-10-13 [paul]       2.5.5cvs6
122
123         * manual/advanced.xml
124         * src/prefs_message.c
125                 make 'respect_flowed_format' a hidden
126                 option, and add a manual entry for it
127                 Thanks to Colin
128
129 2006-10-12 [colin]      2.5.5cvs5
130
131         * src/codeconv.c
132                 Revert part of 2.5.2cvs21:
133                 Don't optimise by reusing the 
134                 last iconv converter if possible:
135                 it seems slightly broken in a 
136                 very hard way to reproduce
137
138 2006-10-12 [colin]      2.5.5cvs4
139
140         * src/prefs_common.c
141         * src/prefs_common.h
142         * src/prefs_message.c
143         * src/procmime.c
144                 Fix bug 1035, 'Incorrect handling 
145                 of flowed lines'. We now optionnaly
146                 handle this format (preference is in
147                 Message View/Text options section)
148
149 2006-10-12 [colin]      2.5.5cvs3
150
151         * po/POTFILES.in
152                 Add new file
153         * src/plugins/pgpcore/pgp_viewer.c
154         * src/plugins/pgpcore/sgpgme.c
155                 Don't try to import without asking
156
157 2006-10-12 [colin]      2.5.5cvs2
158
159         * src/compose.c
160                 Fix bug 1036, 'Forwarding a mutlipart
161                 mail with a "text/html" block to ms
162                 outlook users leeds to freeze of
163                 outlook'. Poor outlook users...
164
165 2006-10-12 [paul]       2.5.5cvs1
166
167         * NEWS
168         * README
169         * configure.ac
170                 Update version number following
171                 stable release
172
173 2006-10-11 [paul]       2.5.4cvs1
174
175         * NEWS
176         * README
177         * configure.ac
178                 Update version number following
179                 stable release
180
181 2006-10-11 [paul]       2.5.3cvs32
182
183         * src/textview.c
184                 fix bug 1032, 'Segmentation fault when showing
185                 message' (bug in quote folding)
186                 Thanks to Colin
187
188 2006-10-10 [colin]      2.5.3cvs31
189
190         * src/quote_fmt.c
191                 Rephrase english a bit
192
193 2006-10-10 [colin]      2.5.3cvs30
194
195         * src/prefs_compose_writing.c
196                 Stop making the page larger than the window
197
198 2006-10-10 [wwp]        2.5.3cvs29
199
200         * src/compose.c
201         * src/prefs_template.c
202         * src/quote_fmt.c
203         * src/quote_fmt.h
204         * src/quote_fmt_lex.l
205         * src/quote_fmt_parse.y
206                 Extend the quote parser a bit: allow to get access to
207                 basic (composing) account info.
208
209 2006-10-10 [colin]      2.5.3cvs28
210
211         * src/procheader.c
212                 Fix this \t problem in subject
213
214 2006-10-09 [colin]      2.5.3cvs27
215
216         * src/main.c
217         * src/prefs_gtk.c
218                 Prepare cache a bit later
219                 If section already exists, skip the new one 
220                 (as previously); avoid writing the same block
221                 twice - if we find a second block with the 
222                 same id, skip it.
223         * src/plugins/pgpcore/pgp_viewer.c
224                 Set cursor to busy when retrieving a key
225         * src/plugins/pgpcore/sgpgme.c
226                 allow 5 seconds for gpg to export the key
227                 
228
229 2006-10-09 [colin]      2.5.3cvs26
230
231         * configure.ac
232         * src/msgcache.c
233         * src/prefs_gtk.c
234                 Check for existence of fgets_unlocked
235                 and fwrite_unlocked
236
237 2006-10-09 [paul]       2.5.3cvs25
238
239         * src/prefs_summaries.c
240                 replace strftime() with fast_strftime() and in
241                 the consequence fix the bug in the display of
242                 AM/PM in the 'Example' string
243
244 2006-10-09 [ticho]      2.5.3cvs24
245
246         * po/sk.po
247                 Updated (and fixed up somewhat) Slovak translation.
248
249 2006-10-08 [colin]      2.5.3cvs23
250
251         * src/prefs_folder_item.c
252                 Explain why prefs in the top-level folder
253                 aren't retained, but are still useful
254
255 2006-10-08 [colin]      2.5.3cvs22
256
257         * src/prefs_gtk.c
258                 Don't cache anything if caching fails
259
260 2006-10-08 [colin]      2.5.3cvs21
261
262         * src/common/utils.c
263                 always include gi18n.h
264
265 2006-10-07 [colin]      2.5.3cvs20
266
267         * src/plugins/pgpcore/pgp_viewer.c
268                 Kill gpg after 5 seconds wait
269
270 2006-10-07 [colin]      2.5.3cvs19
271
272         * src/plugins/pgpcore/pgp_viewer.c
273         * src/plugins/pgpcore/pgp_viewer.h
274                 Fix copyright
275
276 2006-10-07 [colin]      2.5.3cvs18
277
278         * src/plugins/pgpcore/pgp_viewer.c
279         * src/plugins/pgpcore/pgp_viewer.h
280                 Actually add the files to CVS
281
282 2006-10-07 [colin]      2.5.3cvs17
283
284         * src/plugins/pgpcore/sgpgme.c
285                 Be sure not to crash on 'application/pgp-signature' that
286                 are not application/pgp-signatures
287
288 2006-10-07 [colin]      2.5.3cvs16
289
290         * src/textview.c
291         * src/textview.h
292                 Make a bit more of the API available
293         * src/plugins/pgpcore/Makefile.am
294         * src/plugins/pgpcore/plugin.c
295         * src/plugins/pgpcore/sgpgme.c
296                 Add basic key import/export
297
298 2006-10-07 [colin]      2.5.3cvs15
299
300         * src/folderview.c
301         * src/imap.c
302         * src/prefs_account.c
303         * src/wizard.c
304                 Warn users *everywhere* if libetpan's not
305                 linked in
306
307 2006-10-06 [mones]      2.5.3cvs14
308
309         * po/de.po
310         * po/es.po
311                 updated by Stephan Sachse and me
312
313 2006-10-06 [colin]      2.5.3cvs13
314
315         * src/main.c
316         * src/common/sylpheed.c
317                 Don't load common plugins if --exit is passed
318         * src/prefs_gtk.c
319         * src/prefs_gtk.h
320                 Implement a cache to avoid reading the same
321                 files over and over again at startup
322
323 2006-10-06 [colin]      2.5.3cvs12
324
325         * src/summaryview.c
326         * src/gtk/quicksearch.c
327                 Update display every 5k mails on fast searches
328
329 2006-10-06 [colin]      2.5.3cvs11
330
331         * src/textview.c
332                 Don't do quote folding on HTML or ERTF.
333                 May fix the Cygwin issues if they were
334                 happening with HTML mails?
335
336 2006-10-05 [colin]      2.5.3cvs10
337
338         * src/prefs_gtk.c
339                 Oops, forgot one
340
341 2006-10-05 [colin]      2.5.3cvs9
342
343         * src/prefs_gtk.c
344                 Use unlocked_stdio here too
345
346 2006-10-05 [colin]      2.5.3cvs8
347
348         * src/folderview.c
349                 Fix go to next * after preferences apply
350         * src/msgcache.c
351                 Do the fd lock/unlock ourselves instead of
352                 letting the libc do it at each write 
353
354 2006-10-05 [colin]      2.5.3cvs7
355
356         * src/common/utils.c
357                 Faster division, thanks to Jean Diraison
358
359 2006-10-05 [paul]       2.5.3cvs6
360
361         * src/common/utils.c
362                 fix building with --disable-nls
363
364 2006-10-04 [colin]      2.5.3cvs5
365
366         * src/folder.c
367                 Maybe fix a segfault
368
369 2006-10-04 [wwp]        2.5.3cvs4
370
371         * src/prefs_folder_item.c
372                 Fine-tune layouts in folder item prefs. Suggested by
373                 Fabien Vantard <fzzzzz@gmail.com>.
374
375 2006-10-04 [wwp]        2.5.3cvs3
376
377         * src/prefs_folder_item.c
378                 Kill the clandestine passengers. You didn't see anything.
379
380 2006-10-04 [wwp]        2.5.3cvs2
381
382         * src/prefs_folder_item.c
383                 Add a way to test the subject simplify regexp in
384                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
385                 w/ few layout changes.
386
387 2006-20-04 [paul]       2.5.3cvs1
388
389         * NEWS
390         * README
391         * configure.ac
392                 Update version number following
393                 stable release
394
395 2006-10-04 [colin]      2.5.2cvs42
396
397         * src/folder.c
398         * src/folder.h
399         * src/summaryview.c
400                 Provide a way for folder classes to set their sort
401                 type and key
402
403 2006-10-03 [colin]      2.5.2cvs41
404
405         * src/mh.c
406                 Don't use strlen() to know if the
407                 string's empty
408
409 2006-10-03 [colin]      2.5.2cvs40
410
411         * src/mh.c
412                 Fix "check for new folders" with accentued folders
413
414 2006-10-03 [ticho]      2.5.2cvs39
415
416         * src/filtering.c
417         * src/folder.c
418         * src/inc.c
419         * src/mbox.c
420                 Colin's fix for "copy" filtering rules.
421
422 2006-10-02 [colin]      2.5.2cvs38
423
424         * src/folderview.c
425                 Fix for double-click too
426
427 2006-10-02 [colin]      2.5.2cvs37
428
429         * src/folderview.c
430                 correct fix for cvs36
431
432 2006-10-02 [colin]      2.5.2cvs36
433
434         * src/folderview.c
435                 Fix 'goto next unread' after collapsing/expanding 
436                 a node.
437
438 2006-10-02 [colin]      2.5.2cvs35
439
440         * src/summaryview.c
441                 Fix double freeze/thaw
442         * src/common/utils.c
443         * src/common/utils.h
444                 Reimplement strftime
445         * src/procheader.c
446                 Use it
447
448
449 2006-10-02 [colin]      2.5.2cvs34
450
451         * src/mh.c
452                 Time mh_write_sequences() - it's fast
453         * src/summaryview.c
454                 Init a variable to shut up gcc
455
456 2006-10-01 [colin]      2.5.2cvs33
457
458         * src/folder.c
459         * src/mh.c
460         * src/mh.h
461         * src/msgcache.c
462                 Add helper mh_set_mtime(), and set mtime to stat()'s result
463                 Add fsync but disable it, it's slow as hell
464
465 2006-10-01 [colin]      2.5.2cvs32
466
467         * src/mh.c
468         * src/msgcache.c
469                 fflush() caches and mh_sequences before
470                 fclose()ing
471
472 2006-10-01 [colin]      2.5.2cvs31
473
474         * src/msgcache.c
475                 Don't ftruncate when not using mmap
476
477 2006-09-30 [colin]      2.5.2cvs30
478
479         * src/main.c
480                 Write folder list *after* saving caches
481
482 2006-09-30 [colin]      2.5.2cvs29
483
484         * src/folder.c
485         * src/mh.c
486                 Debug forced mtime changes
487
488 2006-09-30 [colin]      2.5.2cvs28
489
490         * src/folder.c
491         * src/main.c
492                 Remove useless debug_print()s (code
493                 well-tested)
494
495 2006-09-30 [colin]      2.5.2cvs27
496
497         * src/mh.c
498                 Do stuff faster when writing mh_sequences
499
500 2006-09-30 [colin]      2.5.2cvs26
501
502         * src/mh.c
503                 Don't let the writing of .mh_sequences, which
504                 can change the folder's mtime, let us think
505                 we need to scan.
506
507 2006-09-30 [colin]      2.5.2cvs25
508
509         * src/folder.c
510                 Move a debug_print where it belongs 
511                 (processing)
512         * src/summaryview.c
513                 Don't mess with a huge slow subject
514                 table if we're not threading by
515                 subject
516
517 2006-09-30 [colin]      2.5.2cvs24
518
519         * src/msgcache.c
520                 Reenable mmaped reads (*not* writes!)
521         * src/procmsg.c
522                 Don't destroy and recreate hashtables just
523                 for fun
524         * src/common/utils.c
525                 Remove useless reply prefixes (it's case
526                 unsensitive)
527
528 2006-09-30 [wwp]        2.5.2cvs23
529
530         * tools/fix_date.sh
531                 Fixed a minor bug in date value extraction, added a switch
532                 to replace non RFC-compliant Date: value, added a switch
533                 to use strict RFC matching patterns for dates.
534
535 2006-09-29 [colin]      2.5.2cvs22
536
537         * src/matcher_parser.h
538         * src/matcher_parser_parse.y
539         * src/prefs_filtering.c
540         * src/statusbar.c
541         * src/summary_search.c
542         * src/summaryview.c
543         * src/gtk/quicksearch.c
544         * src/gtk/quicksearch.h
545                 Optimise searches by setting different
546                 refresh intervals (depending if the 
547                 search is fast or not)
548
549 2006-09-29 [colin]      2.5.2cvs21
550
551         * src/codeconv.c
552                 Optimise by reusing the last iconv converter
553                 if possible
554         * src/textview.c
555                 Optimise a bit (the foldable quotes feature
556                 still has an awful O(n^2) algo
557
558 2006-09-29 [colin]      2.5.2cvs20
559
560         * src/gtk/gtksctree.c
561         * src/gtk/gtksctree.h
562                 Optimise de-selection via up/down or
563                 another key
564
565 2006-09-28 [colin]      2.5.2cvs19
566
567         * src/action.c
568         * src/compose.c
569         * src/folderview.c
570         * src/mainwindow.c
571         * src/messageview.c
572         * src/summary_search.c
573         * src/toolbar.c
574                 Avoid using summaryview->ctree directly
575
576 2006-09-28 [colin]      2.5.2cvs18
577
578         * src/summaryview.c
579         * src/summaryview.h
580                 Add helpers to freeze/thaw/grab_focus
581                 Factorize calls to freeze/thaw/grab_focus
582                 
583
584 2006-09-28 [colin]      2.5.2cvs17
585
586         * src/main.c
587                 More guards for the session management
588
589 2006-09-28 [colin]      2.5.2cvs16
590
591         * src/folderview.c
592         * src/gtk/gtksctree.c
593         * src/gtk/gtksctree.h
594                 Make expanding not recursive in folderview
595
596 2006-09-28 [colin]      2.5.2cvs15
597
598         * src/addressbook.c
599                 If nothing is selected in the list (right part)
600                 and a group is selected in the tree (left part),
601                 mail this group.
602
603 2006-09-28 [colin]      2.5.2cvs14
604
605         * src/Makefile.am
606                 Actually use SM_LIBS
607
608 2006-09-28 [ticho]      2.5.2cvs13
609
610         * src/export.c
611         * src/messageview.c
612         * src/mimeview.c
613         * src/news.c
614         * src/pop.c
615         * src/prefs_themes.c
616         * src/procmsg.c
617                 Small i18n string optimization.
618         * src/send_message.c
619         * src/summaryview.c
620         * src/common/session.c
621         * src/common/smtp.c
622         * src/common/ssl_certificate.c
623         * src/common/utils.c
624                 Use "Couldn't" instead of "Can't" in UI messages,
625                 where appropriate.
626
627 2006-09-28 [colin]      2.5.2cvs12
628
629         * configure.ac
630                 Possibly fix link errors
631
632 2006-09-27 [wwp]        2.5.2cvs11
633
634         * src/gtk/authors.h
635         * doc/man/sylpheed-claws.1
636         * manual/ack.xml
637         * manual/es/ack.xml
638         * manual/fr/ack.xml
639         * manual/pl/ack.xml
640                 Updated authors info (me, myself and I).
641
642 2006-09-27 [colin]      2.5.2cvs10
643
644         * src/addressbook.c
645                 Remove useless printf
646
647 2006-09-27 [wwp]        2.5.2cvs9
648
649         * src/editgroup.c
650         * src/send_message.c
651         * src/inc.c
652         * src/prefs_common.c
653         * src/prefs_common.h
654         * src/gtk/progressdialog.c
655                 remember more windows' sizes (send dialog, received dialog,
656                 edit group in addressbook).
657
658 2006-09-27 [colin]      2.5.2cvs8
659
660         * configure.ac
661         * src/main.c
662         * src/mainwindow.h
663                 Use libSM to communicate with the session
664                 manager, so that we can know when the 
665                 session ends, save our caches, and draft
666                 our compose windows.
667
668 2006-09-27 [colin]      2.5.2cvs7
669
670         * src/addressbook.c
671                 Fix issues:
672                 o Allow Book and Group creation from the tree's
673                   contextual menu
674                 o Do not actually delete the contacts when 
675                   deleting groups from the tree (duh!)
676
677 2006-09-27 [colin]      2.5.2cvs6
678
679         * src/compose.c
680         * src/compose.h
681         * src/mainwindow.c
682         * src/textview.c
683         * src/toolbar.c
684                 o Allow passing an email address to 
685                   compose_new_with_folderitem
686                 o Update callers
687                 o Use current folderitem when clicking
688                   on a TextView mailto: link
689                 o Fix a possible leak in TextView
690
691 2006-09-27 [colin]      2.5.2cvs5
692
693         * src/html.c
694                 Use UTF-8 chars to replace HTML entities
695
696 2006-09-27 [colin]      2.5.2cvs4
697
698         * AUTHORS
699         * src/prefs_account.c
700         * src/gtk/authors.h
701                 Fix bug #1024 (Array index out of
702                 range in sylpheed-claws-2.5.2)
703                 Patch by Ales Nosek <anosek@suse.cz>
704
705 2006-09-27 [colin]      2.5.2cvs3
706
707         * src/addr_compl.c
708                 Actually do the test
709
710 2006-09-27 [colin]      2.5.2cvs2
711
712         * src/addr_compl.c
713         * src/addr_compl.h
714                 Allow completing with comma (in certain cases: vCalendar
715                 for example doesn't support that)
716                 Patch by Fabien Vantard
717
718 2006-09-26 [colin]      2.5.2cvs1
719
720         * src/Makefile.am
721         * src/addr_compl.c
722         * src/addr_compl.h
723         * src/addrbook.c
724         * src/addrbook.h
725         * src/addressbook.c
726         * src/addrindex.c
727         * src/addrindex.h
728         * src/compose.c
729         * src/prefs_common.c
730         * src/prefs_filtering_action.c
731         * src/prefs_folder_item.c
732         * src/prefs_template.c
733         * src/stock_pixmap.c
734         * src/stock_pixmap.h
735         * src/pixmaps/addr_one.xpm
736         * src/pixmaps/addr_two.xpm
737                 Add auto-completion on groups
738
739 2006-09-26 [colin]      2.5.2
740
741         * NEWS
742         * README
743         * RELEASE_NOTES
744                 2.5.2 released
745
746 2006-09-26 [colin]      2.5.1cvs5
747
748         * src/matcher.c
749                 Fix condition
750
751 2006-09-26 [colin]      2.5.1cvs4
752
753         * src/mbox.c
754                 Revert cvs1 (useless as the message is printed 
755                 every 500 mails)
756
757 2006-09-26 [colin]      2.5.1cvs3
758
759         * src/partial_download.c
760                 Fix crasher found by Alexsandar Urosevic
761
762 2006-09-26 [colin]      2.5.1cvs2
763
764         * src/summaryview.c
765                 Fix bug #1023 (Sylpheed deletes too much messages)
766
767 2006-09-26 [ticho]      2.5.1cvs1
768
769         * src/mbox.c
770                 Make use of gettext's multiple plurals for statusbar
771                 progress message.
772
773 2006-09-25 [paul]       2.5.1
774
775         * NEWS
776         * README
777         * RELEASE_NOTES
778                 2.5.1 released
779
780 2006-09-25 [colin]      2.5.0cvs3
781
782         * src/plugins/bogofilter/bogofilter.c
783         * src/plugins/clamav/clamav_plugin.c
784         * src/plugins/spamassassin/spamassassin.c
785                 BogoFilter, Spamassassin: Fix double hook registering after
786                 visiting preferences
787                 Spamassassin, Clamav: Just set the mails to move instead of
788                 doing the move - caller will move the things at once.
789
790 2006-09-25 [colin]      2.5.0cvs2
791
792         * src/imap.c
793         * src/etpan/imap-thread.c
794                 Use UID SEARCH ALL instead of UID 1:*
795                 (braindead servers can't figure out that's
796                 the same...)
797
798 2006-09-25 [wwp]        2.5.0cvs1
799
800         * src/message_search.c
801                 Added the ability to stop a running search (in message body).
802
803 2006-09-25 [paul]       2.5.0
804
805         * NEWS
806         * README
807         * RELEASE_NOTES
808                 2.5.0 released
809
810 2006-09-25 [paul]       2.4.0cvs214
811
812         * po/cs.po
813         * po/de.po
814         * po/fi.po
815         * po/fr.po
816         * po/nl.po
817         * po/pt_BR.po
818         * po/sk.po
819         * po/sr.po
820         * po/zh_CN.po
821                 updated by Tim, Stephan Sachse, Flammie Pirinen,
822                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
823                 Ticho, Aleksander Urosevic, Ralgh Young
824
825 2006-09-24 [mones]      2.4.0cvs213
826
827         * po/es.po
828                 Updated for release
829
830 2006-09-23 [colin]      2.4.0cvs212
831
832         * src/gtk/inputdialog.c
833                 Fix [ ] remember this appearing in normal
834                 input dialogs after it's been used by
835                 mimeview.
836         * src/folder.c
837         * src/folderview.c
838         * src/msgcache.c
839         * src/procmsg.c
840         * src/summaryview.c
841         * src/textview.c
842         * src/common/timing.h
843                 Enable timings in debug mode and make it
844                 look prettier.
845
846 2006-09-22 [colin]      2.4.0cvs211
847
848         * README
849                 Revert test change
850         * commitHelper
851                 ping the correct URI
852
853 2006-09-22 [colin]      2.4.0cvs210
854
855         * README
856                 Let's see if bug #1022 is fixed
857
858 2006-09-21 [colin]      2.4.0cvs209
859
860         * src/wizard.c
861         * src/common/plugin.c
862                 Prepare infra to load predefined plugins when
863                 no configuration existed. Don't actually load
864                 anything yet (feat. freeze)
865
866 2006-09-21 [wwp]        2.4.0cvs208
867
868         * manual/fr/faq.xml
869                 Partial sync w/ 2.4.0cvs72:
870                 wrap file and minor updates.
871
872 2006-09-21 [wwp]        2.4.0cvs207
873
874         * tools/fix_date.sh
875                 several fixes and enhancements. A new --force switch has been
876                 added to prevent overriding by default Date: header when
877                 already existing.
878
879 2006-09-21 [paul]       2.4.0cvs206
880
881         * src/common/utils.c
882                 add Chinese UTF8 Re prefix
883
884 2006-09-21 [wwp]        2.4.0cvs205
885
886         * tools/Makefile.am
887                 Fics alfabettical order.
888
889 2006-09-21 [wwp]        2.4.0cvs204
890
891         * tools/fix_date.sh
892         * tools/Makefile.am
893                 Added an action tool to fix missing Date field in emails.
894                 Updated Makefile.am to reflect those last two additions.
895
896 2006-09-21 [wwp]        2.4.0cvs203
897
898         * tools/uuooffice
899                 Added a action tool to open uuencoded docs w/
900                 OpenOffice (based on uudec method).
901
902 2006-09-21 [colin]      2.4.0cvs202
903
904         * src/compose.c
905         * src/textview.c
906                 Workaround possible GTK crash: remove selection 
907                 clipboard before destroying widget, or GTK+-2.10
908                 dies. Thanks to Hiro.
909
910 2006-09-20 [colin]      2.4.0cvs201
911
912         * src/compose.c
913                 Fix free-after-use in some cases (when 
914                 procmime_encode_content() frees mimeinfo->data.mem
915                 and turns it to a temp file)
916
917 2006-09-20 [colin]      2.4.0cvs200
918
919         * src/folderview.c
920         * src/summaryview.c
921         * src/gtk/gtksctree.c
922         * src/gtk/gtksctree.h
923                 Add tooltips in the folderview and summaryview
924                 (Doesn't break string freeze as they already
925                 exist)
926         * src/toolbar.c
927                 Put the spam button in the default configuration
928                 if compiled with bogo plugin too
929
930 2006-09-19 [colin]      2.4.0cvs199
931
932         * src/summaryview.c
933         * src/summaryview.h
934                 Update folder name label on folder rename
935         * src/prefs_matcher.c
936         * src/gtk/logwindow.h
937                 Fix warnings
938                 Patches by Fabien
939
940 2006-09-19 [wwp]        2.4.0cvs198
941
942         * src/summary_search.c
943                 fix can't click forward/backward buttons in the
944                 search messages.
945
946 2006-09-18 [paul]       2.4.0cvs197
947
948         * src/wizard.c
949                 add missing bracket, capitalise the A of
950                 'SpamAssassin'
951
952 2006-09-18 [paul]       2.4.0cvs196
953
954         * src/compose.c
955                 fix bug 1012 'crashed upon sending mail
956                 from compose window'
957                 Thanks to Colin
958
959 2006-09-16 [colin]      2.4.0cvs195
960
961         * src/folderview.c
962                 Fix "real-time" sorting by freezing/thawing
963
964 2006-09-16 [colin]      2.4.0cvs194
965
966         * manual/faq.xml
967                 Fix the anti-spam entry a bit
968
969 2006-09-16 [colin]      2.4.0cvs193
970
971         * src/wizard.c
972                 Make sure reviewers have no excuse when stating
973                 Sylpheed-Claws doesn't have antispam capabilities.
974
975 2006-09-16 [colin]      2.4.0cvs192
976
977         * src/main.c
978                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
979                 as if the SIGPIPE comes from etpan's thread we could
980                 trigger a GUI update from this thread.
981
982 2006-09-16 [colin]      2.4.0cvs191
983
984         * src/summaryview.c
985                 Init all members of the struct
986
987 2006-09-16 [paul]       2.4.0cvs190
988
989         * src/account.c
990                 improvements to the English
991
992 2006-09-15 [colin]      2.4.0cvs189
993
994         * src/summaryview.c
995                 HIG order on dialog
996
997 2006-09-14 [colin]      2.4.0cvs188
998
999         * src/common/socket.c
1000         * src/common/socket.h
1001         * src/common/ssl.c
1002         * src/common/ssl_certificate.c
1003         * src/common/ssl_certificate.h
1004         * src/etpan/imap-thread.c
1005                 the get_fqdn() call done to get canonical name when
1006                 checking an SSL certificate is blocking, which is
1007                 sad as we just did a non-blocking lookup to connect.
1008                 Fix that by letting the fqdn available to the SockInfo,
1009                 and use that in ssl_certificate_check(). For IMAP,
1010                 we don't do it as the lookup's done by libetpan, but
1011                 it's less annoying as IMAP connections as much more
1012                 rare than POP3 connections.
1013
1014 2006-09-14 [paul]       2.4.0cvs187
1015
1016         * manual/advanced.xml
1017                 improvements to the English,
1018                 properly place the new hidden options
1019                 within the alphabetical order
1020         * src/gtk/pluginwindow.c
1021                 improvements to the English
1022
1023 2006-09-14 [colin]      2.4.0cvs186
1024
1025         * src/prefs_common.c
1026         * src/prefs_common.h
1027         * src/gtk/gtksctree.c
1028         * manual/advanced.xml
1029                 New hidden pref, stripes_color_offset, to change
1030                 the value added/substracted to normal bgcolor to
1031                 create the stripes in summaries
1032
1033 2006-09-13 [colin]      2.4.0cvs185
1034
1035         * src/gedit-print.c
1036         * src/messageview.c
1037         * src/messageview.h
1038         * src/summaryview.c
1039         * src/textview.c
1040                 Fix misc. printing issues: 
1041                 - Bad font for linkified headers
1042                 - Different font if the mail was displayed or not
1043                 - Factorize the thing
1044
1045 2006-09-13 [colin]      2.4.0cvs184
1046
1047         * src/common/ssl_certificate.c
1048                 Only get FQDN once when checking certificate
1049
1050 2006-09-13 [colin]      2.4.0cvs183
1051
1052         * src/account.c
1053         * src/gtk/pluginwindow.c
1054                 Misc. GUI fixes by Fabien
1055
1056 2006-09-13 [wwp]        2.4.0cvs182
1057
1058         * configure.ac
1059         * src/common/utils.h
1060         * src/common/utils.c
1061                 get rid of unused wide-char functions.
1062
1063 2006-09-13 [wwp]        2.4.0cvs181
1064
1065         * src/plugins/pgpinline/sylpheed.def
1066         * src/textview.c
1067                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
1068                 add privacy_reset_error to the .def file,
1069                 do not fork for an external textviewer.
1070
1071 2006-09-13 [wwp]        2.4.0cvs180
1072
1073         * src/prefs_common.c
1074                 fix broken font entry in prefs (patch issued by the gpg4win team,
1075                 probably by Marcus Brinkmann <marcus@g10code.de>).
1076
1077 2006-09-13 [colin]      2.4.0cvs179
1078
1079         * src/folder.h
1080                 Fix a warning in summaryview.c
1081         * src/mainwindow.c
1082         * src/summaryview.c
1083         * src/summaryview.h
1084                 Add missing Mark/* elements in the
1085                 main menu
1086
1087 2006-09-12 [colin]      2.4.0cvs178
1088
1089         * src/prefs_actions.c
1090         * src/prefs_filtering_action.c
1091         * src/prefs_matcher.c
1092                 Use (New) instead of New everywhere
1093
1094 2006-09-12 [wwp]        2.4.0cvs177
1095
1096         * manual/fr/addrbook.xml
1097         * manual/fr/handling.xml
1098                 updated some quotes in the fr manual to match the fr translation.
1099
1100 2006-09-12 [wwp]        2.4.0cvs176
1101
1102         * src/prefs_matcher.c
1103                 don't store translated string elements in matcher expressions.
1104                 Also fixed a misused of Q_().
1105
1106 2006-09-11 [wwp]        2.4.0cvs175
1107
1108         * src/plugins//bogofilter/bogofilter.c
1109         * src/plugins//clamav/clamav_plugin.c
1110         * src/plugins//demo/demo.c
1111         * src/plugins//dillo_viewer/dillo_viewer.c
1112         * src/plugins//pgpcore/plugin.c
1113         * src/plugins//pgpinline/plugin.c
1114         * src/plugins//pgpmime/plugin.c
1115         * src/plugins//spamassassin/spamassassin.c
1116                 gettext-ize more strings (mostly plugin error messages).
1117
1118 2006-09-11 [colin]      2.4.0cvs174
1119
1120         * src/alertpanel.c
1121                 Make maximum buffer size bigger to avoid
1122                 truncating translated messages. Patch by
1123                 Fabien
1124
1125 2006-09-11 [colin]      2.4.0cvs173
1126
1127         * src/etpan/imap-thread.c
1128                 Fix compilation on OpenBSD, thanks to 
1129                 Landry
1130
1131 2006-09-10 [wwp]        2.4.0cvs172
1132
1133         * manual/account.xml
1134         * manual/addrbook.xml
1135         * manual/handling.xml
1136         * manual/es/handling.xml
1137         * manual/fr/account.xml
1138         * manual/fr/addrbook.xml
1139         * manual/fr/handling.xml
1140                 documented addressbook matching (condition configuration):
1141                   addrbook.xml, en fr
1142                 documented per-account filtering rules (handling/filtering
1143                   section, account section):
1144                   account.xml, handling.xml, en fr
1145                 slightly updated the handling/searching section to tell few
1146                   words about the extended search ability:
1147                   handling.xml, en fr
1148                 added missing <quote></quotes> to Quick Search:
1149                   handling.xml, en fr es
1150                 fixed a typo (auomatically):
1151                   handling.xml, en
1152                 changes revisited by Paul.
1153
1154 2006-09-10 [paul]       2.4.0cvs171
1155
1156         * src/prefs_actions.c
1157         * src/prefs_filtering.c
1158         * src/prefs_template.c
1159                 adjustments to the gui
1160                 Patch by Fabien Vantard (slightly modified)
1161
1162 2006-09-10 [colin]      2.4.0cvs170
1163
1164         * src/summaryview.c
1165                 Check folderitem/summaryview consistency
1166                 (basically automates Update summary). Fixes
1167                 #1011 (wrong (negative) count on unread 
1168                 messages)
1169
1170 2006-09-10 [colin]      2.4.0cvs169
1171
1172         * src/gtk/gtksctree.c
1173                 Fix recursive expansion via mouse
1174         * src/plugins/bogofilter/bogofilter.c
1175                 Use normal filtering way of moving
1176                 messages (batching), possibly fixing
1177                 bug #1015 (Bogofilter plugin doubles 
1178                 new messages)
1179
1180 2006-09-09 [wwp]        2.4.0cvs168
1181
1182         * src/prefs_filtering.c
1183                 better place for this fix.
1184
1185 2006-09-09 [wwp]        2.4.0cvs167
1186
1187         * src/prefs_filtering.c
1188                 fix a minor bug when the enabled status of a filtering/processing
1189                 rule always got set to TRUE when replacing this rule. That still
1190                 make sense when adding a new rule, but now when replacing, we
1191                 don't override the value of 'enabled'.
1192                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1193                 to prefs_filtering_list_view_get_info() as this function not only
1194                 returns the name, but also the account_id and the enabled status.
1195
1196 2006-09-09 [mones]      2.4.0cvs166
1197
1198         * manual/glossary.xml
1199         * manual/plugins.xml
1200                 Minor format corrections
1201         * manual/gpl.xml
1202                 Fix misplaced NO WARRANTY section
1203         * manual/es/advanced.xml
1204         * manual/es/faq.xml
1205         * manual/es/glossary.xml
1206         * manual/es/gpl.xml
1207         * manual/es/handling.xml
1208         * manual/es/plugins.xml
1209         * manual/es/starting.xml
1210                 Incorporate changes from English version
1211         * manual/fr/ack.xml
1212         * manual/pl/ack.xml
1213         * manual/es/ack.xml
1214                 Fix address, (add translation credits in es version)
1215         * po/es.po
1216                 Updated translation
1217
1218 2006-09-09 [wwp]        2.4.0cvs165
1219
1220         * src/prefs_filtering.c
1221                 fix a crash when opening filtering prefs, if matcherrc file contains
1222                 broken data (non-existing account id, which is theoretically not
1223                 possible).
1224
1225 2006-09-08 [colin]      2.4.0cvs164
1226
1227         * src/folder.c
1228                 Wrong assert, make it an if()
1229         * src/gtk/gtksctree.c
1230                 Fix bug #1013 (expand selected thread 
1231                 tree) - expanding is now recursive
1232
1233 2006-09-07 [wwp]        2.4.0cvs163
1234
1235         * src/prefs_matcher.c
1236                 make better sentences about addressbook matching in the
1237                 matcher prefs. This should make translators' work easier
1238                 too.
1239
1240 2006-09-07 [wwp]        2.4.0cvs162
1241
1242         * src/prefs_filtering.c
1243                 code simplification (get rid of dup var. assignment).
1244
1245 2006-09-07 [wwp]        2.4.0cvs161
1246
1247         * src/summaryview.c
1248                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1249                 <fzzzzz@gmail.com>.
1250
1251 2006-09-07 [paul]       2.4.0cvs160
1252
1253         * src/mimeview.c
1254                 fix compilation warnings
1255                 Thanks to Colin
1256
1257 2006-09-07 [paul]       2.4.0cvs159
1258
1259         * src/mimeview.c
1260                 select the mimepart icon when
1261                 displaying as text
1262                 Thanks to Colin
1263
1264 2006-09-06 [paul]       2.4.0cvs158
1265
1266         * src/prefs_filtering.c
1267                 fix labels and table element spacing
1268                 Patch by Fabien Vantard
1269
1270 2006-09-06 [paul]
1271
1272         2.5.0-rc3 released
1273
1274 2006-09-06 [paul]       2.4.0cvs157
1275
1276         * manual/es/advanced.xml
1277                 fix typo
1278
1279 2006-09-06 [wwp]        2.4.0cvs156
1280
1281         * src/mainwindow.c
1282                 fix an dup launch issue when iconified, thanks to Colin.
1283
1284 2006-09-06 [wwp]        2.4.0cvs155
1285
1286         * src/gtk//gtksctree.h
1287                 oops, forgot that one!
1288
1289 2006-09-06 [wwp]        2.4.0cvs154
1290
1291         * manual/pl/advanced.xml
1292         * manual/advanced.xml
1293         * manual/es/advanced.xml
1294         * manual/fr/advanced.xml
1295         * src/prefs_customheader.c
1296         * src/prefs_filtering_action.c
1297         * src/foldersel.c
1298         * src/prefs_summaries.c
1299         * src/prefs_filtering.c
1300         * src/account.c
1301         * src/compose.c
1302         * src/prefs_summary_column.c
1303         * src/addr_compl.c
1304         * src/prefs_actions.c
1305         * src/prefs_folder_column.c
1306         * src/ssl_manager.c
1307         * src/prefs_template.c
1308         * src/prefs_display_header.c
1309         * src/prefs_common.h
1310         * src/prefs_matcher.c
1311         * src/prefs_common.c
1312         * src/prefs_toolbar.c
1313         * src/summaryview.c
1314         * src/folderview.c
1315         * src/gtk/gtksctree.c
1316         * src/gtk/pluginwindow.c
1317         * src/gtk/progressdialog.c
1318         * src/gtk/prefswindow.c
1319                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1320                 to make its meaning more obvious (all versions of the manual reflect
1321                 the change).
1322                 added an extra hidden option use_stripes_in_summary to allow
1323                 discarding these stripes in mainwindow's folder and message lists;
1324                 en and fr manuals only are OK towards this.
1325
1326 2006-09-06 [colin]      2.4.0cvs153
1327
1328         * src/textview.c
1329                 Hide Sylpheed-Claws' internal queue headers
1330                 when showing all headers. They'll be present
1331                 only in Source window.
1332
1333 2006-09-05 [colin]      2.4.0cvs152
1334
1335         * src/plugins/trayicon/trayicon.c
1336                 Fix crash at exit - we have to disconnect
1337                 our handlers
1338         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1339                 Update eggtrayicon - patch adapted from a
1340                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1341                 on Sylpheed's ML
1342
1343 2006-09-05 [colin]      2.4.0cvs151
1344
1345         * src/mainwindow.c
1346         * src/gtk/logwindow.c
1347                 Fix race condition when something writes
1348                 to the log too soon during init. Thanks
1349                 to Fabien Vantard
1350
1351 2006-09-05 [colin]      2.4.0cvs150
1352
1353         * src/mimeview.c
1354                 Don't select part on right-click either
1355
1356 2006-09-05 [paul]       2.4.0cvs149
1357
1358         * src/mimeview.c
1359                 completion of previous commit
1360                 Thanks to Colin
1361
1362 2006-09-05 [colin]      2.4.0cvs148
1363
1364         * src/mimeview.c
1365                 Don't force selection on middle-click, just open
1366
1367 2006-09-04 [colin]      2.4.0cvs147
1368
1369         * src/mimeview.c
1370                 Looks like gtk_notebook_set_current_page()
1371                 sometimes steals focus, and this annoys us
1372                 in MimeViewers as it renders navigation
1373                 keys useless. Take back focus after switching
1374                 pages.
1375
1376 2006-09-04 [colin]      2.4.0cvs146
1377
1378         * src/messageview.c
1379                 Set stop_loading when clicking on Next
1380                 during load. Don't add a callback to 
1381                 avoid over-complicating things.
1382
1383 2006-09-04 [colin]      2.4.0cvs145
1384
1385         * src/mimeview.c
1386         * src/messageview.c
1387                 Fix multiple loads in separate messageview
1388
1389 2006-09-04 [colin]      2.4.0cvs144
1390
1391         * src/summaryview.c
1392                 Let navigation keys be handled during 
1393                 load
1394
1395 2006-09-04 [colin]      2.4.0cvs143
1396
1397         * src/messageview.c
1398         * src/summaryview.c
1399         * src/textview.c
1400         * src/textview.h
1401                 Make loading of huge mails (lots of text and/or
1402                 images) cancellable, so the GUI doesn't block 
1403
1404 2006-09-04 [colin]      2.4.0cvs142
1405
1406         * src/plugins/trayicon/trayicon.c
1407                 Fix annoyance when removing a folder with 
1408                 unread mails: trayicon didn't update
1409
1410 2006-09-04 [paul]       2.4.0cvs141
1411
1412         * src/gtk/icon_legend.c
1413                 straighten up columns
1414                 Patch by Fabien Vantard
1415
1416 2006-09-04 [wwp]        2.4.0cvs140
1417
1418         * src/prefs_filtering.c
1419                 fix new line's account name in filtering prefs:
1420                 was "All", is now "(New)".
1421
1422 2006-09-04 [paul]       2.4.0cvs139
1423
1424         * tools/make.themes.project
1425                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1426                 instead of homebrewed "make release"
1427
1428 2006-09-03 [colin]      2.4.0cvs138
1429
1430         * src/folderview.c
1431                 Fix bug #1007 (Wrong folder highlighted)
1432
1433 2006-09-03 [colin]      2.4.0cvs137
1434
1435         * src/compose.c
1436                 Don't set Newsgroup: header to a mail folder
1437                 path
1438
1439 2006-09-03 [paul]       2.4.0cvs136
1440
1441         * src/prefs_other.c
1442         * src/prefs_spelling.c
1443                 unify the gui
1444
1445 2006-09-03 [paul]       2.4.0cvs135
1446
1447         * src/prefs_summaries.c
1448                 correct menu item text in prefs_keybind_apply_clicked()
1449
1450 2006-09-03 [paul]       2.4.0cvs134
1451
1452         * manual/advanced.xml
1453                 some improvements to the descriptions
1454         * src/mainwindow.c
1455         * src/messageview.c
1456         * src/summaryview.c
1457         * src/gtk/menu.c
1458                 fix menu sensitivity issues
1459         * src/prefs_message.c
1460                 drop the useless word 'short'
1461         * src/prefs_other.c
1462                 add the word 'lines' indicating log length
1463                 is a measure of lines
1464         * src/textview.c
1465                 fix compilation warnings
1466
1467 2006-09-02 [colin]      2.4.0cvs133
1468
1469         * src/messageview.c
1470                 Display a special return-receipt message
1471                 if the message is from the user
1472         * src/summaryview.c
1473                 Fix missing freeze of the list when marking
1474                 all read and unthreading for exec. Thanks
1475                 to Stephan Sachse.
1476
1477 2006-09-02 [paul]       2.4.0cvs132
1478
1479         * src/mainwindow.c
1480         * src/prefs_message.c
1481         * src/summaryview.c
1482                 fix some english
1483
1484 2006-09-02 [wwp]        2.4.0cvs131
1485
1486         * src/prefs_filtering.c
1487                 added an account name column to the filtering rules
1488                 dialog.
1489
1490 2006-09-02 [colin]      2.4.0cvs130
1491
1492         * src/gtk/logwindow.c
1493         * src/gtk/logwindow.h
1494                 Block scrolling if we're not at the end
1495                 of the log
1496
1497 2006-09-02 [colin]      2.4.0cvs129
1498
1499         * src/folder.c
1500                 Make sure account-specific rules can't
1501                 be used in {pre-,post-,}processing
1502         * src/mainwindow.c
1503         * src/gtk/logwindow.c
1504         * src/gtk/logwindow.h
1505                 Jump to last error when clicking on the
1506                 warning icon
1507
1508 2006-09-02 [colin]      2.4.0cvs128
1509
1510         * src/imap.c
1511         * src/import.c
1512         * src/mainwindow.c
1513         * src/mainwindow.h
1514                 Fix warning icon
1515         * src/inc.c
1516         * src/mbox.c
1517         * src/mbox.h
1518                 Let proc_mbox know its account, for
1519                 account-specific rules
1520
1521 2006-09-01 [colin]      2.4.0cvs127
1522
1523         * src/codeconv.c
1524                 Don't uselessly use iconv to convert from
1525                 us-ascii
1526         * src/alertpanel.c
1527         * src/mainwindow.c
1528         * src/mainwindow.h
1529         * src/inc.c
1530                 Fix certain log cases, disable warning icon
1531                 for now, the correct way to display it when
1532                 necessary and only when necessary is probably
1533                 to do it manually rather than use error logs
1534         * src/etpan/imap-thread.c
1535                 Clean up UID logging a bit
1536         * src/gtk/logwindow.c
1537         * src/gtk/logwindow.h
1538                 Make logging faster when the window's closed
1539
1540 2006-09-01 [wwp]        2.4.0cvs126
1541
1542         * manual/fr/account.xml
1543                 reflect changes to the ref. manual (parts of cvs72):
1544                 fix tabnames and quotes.
1545
1546 2006-09-01 [wwp]        2.4.0cvs125
1547
1548         * manual/fr/plugins.xml
1549                 reflect changes to the reference manual (cvs42):
1550                 update IRC channel info.
1551
1552 2006-09-01 [wwp]        2.4.0cvs124
1553
1554         * commitHelper
1555                 use CVSEDITOR env. var. if set, according to `man cvs`.
1556
1557 2006-09-01 [wwp]        2.4.0cvs123
1558
1559         * manual/advanced.xml
1560                 better sentence again (thanks to Paul).
1561
1562 2006-09-01 [wwp]        2.4.0cvs122
1563
1564         * manual/advanced.xml
1565         fix definition of toolbar_detachable and rework a bit the one of
1566         enable_dotted_lines.
1567
1568 2006-09-01 [mones]      2.4.0cvs121
1569
1570         * manual/advanced.xml
1571                 Document enable_dotted_lines
1572
1573 2006-09-01 [paul]       2.4.0cvs120
1574
1575         * src/folderview.c
1576         * src/folderview.h
1577         * src/imap.c
1578         * src/mainwindow.c
1579         * src/summaryview.c
1580                 obey the 'When entering folder...' option
1581                 when using the /View/Go to/... menu items
1582                 Thanks to Colin
1583
1584 2006-08-31 [colin]      2.4.0cvs119
1585
1586         * src/folderview.c
1587                 Revert 2.4.0cvs116, wrong fix.
1588
1589 2006-08-31 [colin]      2.4.0cvs118
1590
1591         * src/gtk/gtksctree.c
1592                 Better state the various copyrights
1593
1594 2006-08-31 [colin]      2.4.0cvs117
1595
1596         * src/prefs_common.c
1597                 fix enable_dotted_lines
1598
1599 2006-08-31 [colin]      2.4.0cvs116
1600
1601         * src/folderview.c
1602                 Use pref "Always open on select" when going
1603                 to next unread folder
1604         * src/gtk/gtksctree.c
1605                 Fix link failure to _gtk_clist_create_cell_layout
1606                 on certain computers. (Why not mine, I wonder)
1607
1608 2006-08-31 [colin]      2.4.0cvs115
1609
1610         * src/procmsg.c
1611         * src/textview.c
1612         * src/plugins/bogofilter/bogofilter.c
1613         * src/plugins/spamassassin/spamassassin.c
1614                 Requalify some "errors" to warnings
1615         * src/mainwindow.c
1616         * src/mainwindow.h
1617         * src/statusbar.c
1618                 Add an icon in the statusbar to notify
1619                 of errors
1620         * src/gtk/gtksctree.c
1621         * src/folderview.c
1622         * src/summaryview.c
1623                 Make the GtkSCTree look more modern by
1624                 alternating background lines
1625         * src/prefs_common.c
1626         * src/prefs_common.h
1627                 Add a pref to let people have the old
1628                 way if they prefer
1629
1630
1631 2006-08-30 [colin]      2.4.0cvs114
1632
1633         * src/procmsg.c
1634         * src/procmsg.h
1635                 Provide a way to filter a list of
1636                 messages in an optimised manner, and
1637                 add a list-filtering hook
1638         * src/folder.c
1639         * src/inc.c
1640         * src/mbox.c
1641                 Use the list filtering
1642         * src/plugins/bogofilter/bogofilter.c
1643                 Use the list-filtering hook
1644                 Use -b (bulk) mode for more speed
1645                 when learning and filtering
1646         * src/etpan/imap-thread.c
1647                 Make log output shorter in UID SEARCH
1648
1649
1650 2006-08-30 [colin]      2.4.0cvs113
1651
1652         * src/plugins/bogofilter/bogofilter.c
1653                 Really fast mass learning - thanks to David
1654                 Relson for the options explanations :)
1655
1656 2006-08-30 [colin]      2.4.0cvs112
1657
1658         * src/msgcache.c
1659                 Fix compilation on FreeBSD. Thanks
1660                 to Michael Hugues
1661
1662 2006-08-29 [colin]      2.4.0cvs111
1663
1664         * src/folderview.c
1665                 Handle "popup_menu" signal (for popping the 
1666                 menu via the keyboard)
1667         * src/mimeview.c
1668         * src/mimeview.h
1669         * src/summaryview.c
1670         * src/textview.c
1671         * src/gtk/gtkutils.c
1672         * src/gtk/gtkutils.h
1673                 Factorize scrolling code, and add an API 
1674                 for MimeViewers to handle scroll orders
1675
1676 2006-08-29 [wwp]        2.4.0cvs110
1677
1678         * src/plugins//bogofilter/bogofilter.c
1679         * src/plugins//spamassassin/spamassassin.c
1680                 make the bogofilter/spamassassin filtering error dialogs at
1681         incorporation obey to the "don't popup error dialog on
1682         receive error" option. If disabled, feed the log window w/
1683         the error message.
1684
1685 2006-08-29 [paul]
1686
1687         2.5.0-rc2 released
1688
1689 2006-08-29 [paul]       2.4.0cvs109
1690
1691         * Makefile.am
1692                 remove 'make release', it's not needed
1693                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1694
1695 2006-08-29 [paul]       2.4.0cvs108
1696
1697         * src/foldersel.c
1698         * src/summary_search.c
1699         * src/gtk/progressdialog.c
1700         * src/plugins/pgpcore/passphrase.c
1701                 replace deprecated gtk_window_set_policy()
1702
1703 2006-08-29 [colin]      2.4.0cvs107
1704
1705         * src/folder.c
1706                 Fix data loss when copy fails during a move:
1707                 only use fast remove_msgs if everything was
1708                 copied OK; else use slow remove_msg on the
1709                 mails that got copied only.
1710
1711 2006-08-28 [paul]       2.4.0cvs106
1712
1713         * src/mh.c
1714                 revert change in 2.4.0cvs104, it breaks
1715                 stuff
1716
1717 2006-08-28 [paul]       2.4.0cvs105
1718
1719         * src/plugins/spamassassin/spamassassin.c
1720                 english fix
1721
1722 2006-08-28 [paul]       2.4.0cvs104
1723
1724         * src/mh.c
1725                 fix data loss when moving to another
1726                 mailbox fails
1727         * src/prefs_spelling.c
1728                 improve the english
1729         * src/gtk/pluginwindow.c
1730                 improve the layout of the dialog text
1731         All thanks to Colin
1732
1733 2006-08-28 [paul]       2.4.0cvs103
1734
1735         * src/plugins/bogofilter/bogofilter.c
1736         * src/plugins/bogofilter/bogofilter_gtk.c
1737                 fix english up a bit, innit
1738
1739 2006-08-28 [paul]       2.4.0cvs102
1740
1741         * configure.ac
1742         * po/Makefile.in.in
1743         * po/Makevars
1744                 require autoconf 2.60, enabling building
1745                 with gettext 0.15 (gettext 0.14.x build still
1746                 possible). Replace Makefiles with versions
1747                 from gettext 0.15.
1748                 Remove configure options --with-localedir and
1749                 --with-mandir. The options that are provided
1750                 directly by autoconf 2.60 can be used instead:
1751                 --mandir --localedir
1752
1753 2006-08-27 [colin]      2.4.0cvs101
1754
1755         * src/plugins/bogofilter/Makefile.am
1756                 Fix make dist (no README)
1757
1758 2006-08-27 [colin]      2.4.0cvs100
1759
1760         * src/folder.c
1761                 Don't use F_UNKNOWN folders for any default
1762                 outbox/trash/etc
1763         * src/plugins/bogofilter/bogofilter.c
1764         * src/plugins/bogofilter/bogofilter.h
1765         * src/plugins/bogofilter/bogofilter_gtk.c
1766                 Add an option to specify the path to bogofilter
1767                 Use single-quotes to be able to learn in folders
1768                 with spaces in their names
1769                 Verify learning status
1770
1771 2006-08-27 [colin]      2.4.0cvs99
1772
1773         * manual/faq.xml
1774         * manual/plugins.xml
1775                 Document Bogofilter plugin
1776
1777 2006-08-27 [colin]      2.4.0cvs98
1778
1779         * src/compose.c
1780         * src/messageview.c
1781         * src/procmsg.c
1782         * src/procmsg.h
1783                 When possible, copy the queued mail to sent folder
1784                 instead of re-adding. Much faster on IMAP.
1785
1786 2006-08-27 [colin]      2.4.0cvs97
1787
1788         * src/msgcache.c
1789                 Disable mmaped caches - huge metadata loss
1790                 here after a power failure.
1791         * src/summaryview.c
1792                 Add quicksearch timing
1793         * src/common/plugin.c
1794         * src/common/plugin.h
1795                 Implement an interface to tell what plugins
1796                 provide. Prevent loading of similar plugins.
1797         * src/plugins/clamav/clamav_plugin.c
1798         * src/plugins/demo/demo.c
1799         * src/plugins/dillo_viewer/dillo_viewer.c
1800         * src/plugins/pgpcore/plugin.c
1801         * src/plugins/pgpinline/pgpinline.c
1802         * src/plugins/pgpmime/pgpmime.c
1803         * src/plugins/spamassassin/spamassassin.c
1804         * src/plugins/trayicon/trayicon.c
1805                 Implement plugin_provides()
1806
1807 2006-08-27 [colin]      2.4.0cvs96
1808
1809         * configure.ac
1810         * src/plugins/Makefile.am
1811         * src/plugins/bogofilter/.cvsignore
1812         * src/plugins/bogofilter/Makefile.am
1813         * src/plugins/bogofilter/bogofilter.c
1814         * src/plugins/bogofilter/bogofilter.h
1815         * src/plugins/bogofilter/bogofilter_gtk.c
1816                 New Bogofilter plugin, provides filtering and
1817                 learning. Spamassassin will go to extra plugins.
1818
1819 2006-08-26 [mones]      2.4.0cvs95
1820
1821         * manual/handling.xml
1822                 Fix subfolder path in the example (thanks to Paul) 
1823
1824 2006-08-26 [mones]      2.4.0cvs94
1825
1826         * manual/glossary.xml
1827                 2.2. + add ISP to the glossary
1828                 7.5. + Add UIDL to glossary
1829                 7.7. + Add TCP to glossary
1830         * manual/handling.xml
1831                 7.1. + Mentions GNU/Linux distribution, what about the non...
1832                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1833                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1834                 7.4. = Use appropriate quotation for commands
1835                 7.6. = change "" to <quote></quote>
1836         * manual/plugins.xml
1837                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1838         * manual/starting.xml
1839                 2.1. + local mbox file: some examples of mbox file locations...
1840                 Also reformatted files requiring it
1841
1842 2006-08-26 [wwp]        2.4.0cvs93
1843
1844         * src/summary_search.c
1845                 disable find buttons while summary search is running.
1846
1847 2006-08-25 [colin]      2.4.0cvs92
1848
1849         * src/folder.c
1850         * src/folderutils.c
1851         * src/mh.c
1852         * src/procmsg.h
1853         * src/summaryview.c
1854                 Speed up MH moving, and add progressbar
1855                 for MH deletion
1856         * src/msgcache.c
1857                 Write cache files using mmap() too
1858
1859 2006-08-25 [wwp]        2.4.0cvs91
1860
1861         * src/summaryview.c
1862                 switch spam<->ham button when a message has been marked as spam or ham
1863                 and is still selected. Thanks to Colin.
1864
1865 2006-08-25 [paul]       2.4.0cvs90
1866
1867         * src/Makefile.am
1868         * src/stock_pixmap.c
1869         * src/stock_pixmap.h
1870         * src/summaryview.c
1871         * src/gtk/icon_legend.c
1872         * src/pixmaps/copied.xpm
1873         * src/pixmaps/moved.xpm
1874                 add icons for delayed execution marked for
1875                 copying, marked for moving
1876
1877 2006-08-25 [mones]      2.4.0cvs89
1878
1879         * manual/glossary.xml
1880                 Fix the other glossary items:
1881                 5.1. = Inmmediate execution -> <quote>immediate execution...
1882                 5.2. = Fix MBOX capitalization -> Mbox
1883                 5.3. + Improve Plugins def. w/ tech. ref.
1884                 5.4. = Quotation -> replace '>' by <quote>></quote>
1885                 5.5. - SMTP Server. -> remove dot
1886         * po/es.po
1887                 Updated translation
1888
1889 2006-08-25 [mones]      2.4.0cvs88
1890
1891         * manual/ack.xml
1892                 Reformatted, changed email address
1893         * manual/glossary.xml
1894                 Reformatted, fixed MANUAL-TODO items:
1895                 8.2. + add ROT-13 to glossary
1896                 8.4. + add URL to glossary
1897         * manual/es/advanced.xml
1898                 Fixed <literal>s
1899
1900 2006-08-25 [paul]       2.4.0cvs87
1901
1902         * src/gtk/icon_legend.c
1903                 add 'marked for deletion' icon
1904                 arrange icons by containing column
1905                 wrap long label text
1906
1907 2006-08-25 [colin]      2.4.0cvs86
1908
1909         * src/common/utils.c
1910         * src/common/utils.h
1911                 Add the sc_g_*list_bigger functions in
1912                 a place everyone can use it
1913         * src/summaryview.c
1914                 Only freeze/thaw the list when working
1915                 on the selection, if it's bigger than 1
1916         * src/gtk/gtksctree.c
1917                 Only freeze/thaw the list when unselec-
1918                 ting 'all' if ('all' != 1)
1919                 This avoids some flickering
1920
1921 2006-08-24 [colin]      2.4.0cvs85
1922
1923         * src/addressbook.c
1924                 Fix strange list selection
1925                 Fix random seg (Invalid read of freed memory)
1926
1927 2006-08-24 [colin]      2.4.0cvs84
1928
1929         * src/alertpanel.c
1930         * src/gtk/inputdialog.c
1931         * src/plugins/pgpcore/passphrase.c
1932                 Revert minimal width patch of 2.4.0cvs67,
1933                 as it is also a maximal width. Use 
1934                 gtk_window_set_default_size instead.
1935
1936 2006-08-24 [colin]      2.4.0cvs83
1937
1938         * src/msgcache.c
1939                 Write cache/mark to temp files before
1940                 overwriting old ones (avoids metadata
1941                 loss if writing the new files fail).
1942                 Use mmap() to read cache/mark file, as
1943                 this makes cache reading faster. Dis-
1944                 abled for big-endian machines until it
1945                 can be tested. (Big-endian users: set
1946                 msgcache_use_mmap = TRUE in the relevant
1947                 #if).
1948         * src/procmsg.h
1949                 Move rarely used fields of MsgInfo in 
1950                 another structure, which will only be
1951                 allocated if needed. Face, X-Face,
1952                 Return receipt headers and List-*
1953                 headers are moved. Mails having none
1954                 of these occupy 52 bytes less with
1955                 this patch, which makes 2.5MB of RAM
1956                 saved on a 50k folder).
1957         * src/headerview.c
1958         * src/mainwindow.c
1959         * src/messageview.c
1960         * src/partial_download.c
1961         * src/procheader.c
1962         * src/procmsg.c
1963         * src/textview.c
1964                 Follow this structure change.
1965
1966 2006-08-24 [wwp]        2.4.0cvs82
1967
1968         * manual/es/.cvsignore
1969         * manual/es/dist/.cvsignore
1970         * manual/es/dist/html/.cvsignore
1971         * manual/es/dist/pdf/.cvsignore
1972         * manual/es/dist/ps/.cvsignore
1973         * manual/es/dist/txt/.cvsignore
1974                 more (generated) files to ignore.
1975
1976 2006-08-24 [colin]      2.4.0cvs81
1977
1978         * src/folder.c
1979         * src/mh.c
1980                 Fix possible problems with local delivery. Check the folder doesn't
1981                 need scan before setting its mtime when saving cache (which can be
1982                 done long after the folder's been modified by an external process);
1983                 Check that the stored item's mtime didn't change in mh functions.
1984
1985 2006-08-24 [mones]      2.4.0cvs80
1986
1987         * manual/advanced.xml
1988                 Rewrapping, some fixes and MANUAL-TODO items:
1989                 8.1. = change "" to <quote></quote>
1990                 8.3. = quote menu items
1991                 8.5. - deploying -> new user ... ideally a new user (redundant)
1992
1993 2006-08-23 [colin]      2.4.0cvs79
1994
1995         * src/gtk/gtksctree.c
1996                 When selecting or deselecting range, only
1997                 freeze/thaw when selection is bigger than 10
1998
1999 2006-08-23 [colin]      2.4.0cvs78
2000
2001         * src/messageview.c
2002         * src/mimeview.c
2003         * src/mimeview.h
2004         * src/plugins/dillo_viewer/dillo_viewer.c
2005                 Provide an API for MimeViewer plugins to
2006                 return a text selection for replying
2007
2008 2006-08-23 [colin]      2.4.0cvs77
2009
2010         * src/image_viewer.c
2011         * src/textview.c
2012                 Use gtk_pixbuf_new_from_file_at_scale(), which
2013                 is faster than getting the pixbuf then resizing
2014                 it.
2015
2016 2006-08-23 [colin]      2.4.0cvs76
2017
2018         * src/procmime.c
2019                 UTF-8 should be sent Quoted-printable
2020
2021 2006-08-22 [colin]      2.4.0cvs75
2022
2023         * src/mh.c
2024                 Check if scan is required before touching
2025                 the folder (or it'll be required every time)
2026
2027 2006-08-22 [colin]      2.4.0cvs74
2028
2029         * configure.ac
2030                 Require libetpan 0.46 (crasher fix when built
2031                 against gnutls)
2032
2033 2006-08-22 [colin]      2.4.0cvs73
2034
2035         * src/folder.c
2036                 Set folder's mtime after writing its
2037                 cache
2038         * src/folderview.c
2039                 Add some timing
2040         * src/procmsg.c
2041                 Don't do useless stuff if we don't 
2042                 thread by subject
2043         * src/summaryview.c
2044                 Add some timing, don't deselect prior
2045                 to selecting (gtksctree does it itself),
2046                 remove crash avoidance hacks as it's been
2047                 properly fixed since a while
2048         * src/common/utils.c
2049                 Optimize to_human_readable(): _() is slow,
2050                 do it only once, and avoid %f format for KB
2051                 (the most common in a summaryview)
2052         * src/gtk/gtksctree.c
2053                 Don't uselessly freeze/thaw (fixes flicker
2054                 on next unread and friends), reduce number
2055                 of g_list_nth/g_list_position where possible
2056         * src/gtk/gtkutils.c
2057         * src/gtk/gtkutils.h
2058                 Reduce number of g_list_nth/g_list_position
2059                 where possible.
2060                 All of this makes loading as 70k folder 2.1
2061                 seconds instead of 3.2 (with hot FS caches).
2062                 (1.3 seconds without Date and Size columns...)
2063
2064 2006-08-22 [paul]       2.4.0cvs72
2065
2066         wrap documents and do some items from mones' MANUAL-TODO:
2067
2068         * manual/account.xml
2069                 4.1. = fix tabname references to <quote>tabname</quote>
2070                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
2071         * manual/faq.xml
2072                 1.1. = mentioned options don't match UI
2073                 Add information about the 'Never send Return Receipts'
2074                 option
2075         * manual/handling.xml
2076                 6.2. = Mentions Extended symbols button, but now is
2077                 named Information
2078                 6.3. = Mentions ... button, which is now Edit
2079
2080 2006-08-22 [colin]      2.4.0cvs71
2081
2082         * src/gtk/pluginwindow.c
2083                 Fix layout in verbose translations (such
2084                 as french)
2085
2086 2006-08-22 [paul]       2.4.0cvs70
2087
2088         * manual/Makefile.am
2089                 build manuals in alphabetical order
2090         * src/addressbook.c
2091         * src/prefs_themes.c
2092                 replace/remove deprecated symbols
2093         * src/gtk/gtkutils.c
2094                 fix a warning
2095         * src/gtk/pluginwindow.c
2096                 replace deprecated symbol
2097                 replace label text and move it
2098         * src/plugins/pgpcore/prefs_gpg.c
2099                 move the 'Generate...' button out of the
2100                 Sign Key frame, replace the English used
2101         * src/plugins/pgpcore/sgpgme.c
2102                 fixes to the English
2103
2104 2006-08-21 [colin]      2.4.0cvs69
2105
2106         * src/plugins/trayicon/trayicon.c
2107                 Add more strings for translation; patch
2108                 by Pawel
2109
2110 2006-08-21 [colin]      2.4.0cvs68
2111
2112         * src/compose.c
2113                 fix replied flag not set after drafting
2114         * src/matcher.c
2115                 fix body quicksearch in non-encoded bodies
2116                 containing '='
2117         * src/msgcache.c
2118                 Get rid of the g_malloc workaround for
2119                 corrupted caches, use g_try_malloc
2120
2121 2006-08-21 [colin]      2.4.0cvs67
2122
2123         * src/alertpanel.c
2124         * src/gtk/inputdialog.c
2125         * src/plugins/pgpcore/passphrase.c
2126                 Set minimal width to 375
2127         * src/mainwindow.c
2128                 Fix switching to offline, asking if it 
2129                 should be overriden for synchronising
2130         * src/mimeview.c
2131                 Don't offer to remember command on Open 
2132                 with for text parts, as the browser or 
2133                 text editor command isn't changed from 
2134                 there
2135
2136 2006-08-20 [paul]       2.4.0cvs66
2137
2138         * po/ko.po
2139         * po/zh_CN.po
2140                 fix plural form errors. revealed by stricter
2141                 checking of gettext 0.15
2142
2143 2006-08-18 [paul]       2.4.0cvs65
2144
2145         * src/stock_pixmap.c
2146                 fix the fix of 2.4.0cvs64
2147                 Thanks to Colin
2148
2149 2006-08-18 [paul]       2.4.0cvs64
2150
2151         * src/stock_pixmap.c
2152                 fix leaks
2153                 Thanks to Colin
2154
2155 2006-08-18 [paul]       2.4.0cvs63
2156
2157         * src/compose.c
2158         * src/procmsg.c
2159                 fix occasional IMAP bug where large msgs
2160                 were left in the queue folder after sending
2161                 Thanks to Colin
2162
2163 2006-08-18 [paul]       2.4.0cvs62
2164
2165         * src/folderview.c
2166                 freeze the summaryview while quicksearch results
2167                 are displayed
2168                 (fixes bug 456 'current message is hidden when the
2169                 view is refreshed and extended search is "unread 
2170                 messages"')
2171                 Thanks to Colin
2172         * src/textview.c
2173                 add missing #include "inputdialog.h"
2174         * src/common/utils.h
2175                 add missing mailcap_update_default() and improve
2176                 readability
2177
2178 2006-08-17 [colin]      2.4.0cvs61
2179
2180         * src/plugins/pgpcore/select-keys.c
2181                 Fix warnings :)
2182
2183 2006-08-17 [colin]      2.4.0cvs60
2184
2185         * src/compose.c
2186                 Don't continue queuing if Cancel is clicked
2187                 in select-keys
2188
2189 2006-08-17 [colin]      2.4.0cvs59
2190
2191         * src/plugins/pgpcore/select-keys.c
2192                 When encrypting, if only one key matches and it 
2193                 matches exactly, automatically use it.
2194
2195 2006-08-17 [colin]      2.4.0cvs58
2196
2197         * src/mimeview.c
2198         * src/prefs_common.c
2199         * src/prefs_common.h
2200         * src/prefs_ext_prog.c
2201         * src/textview.c
2202                 Fix issues with previous patch (text/html)
2203                 Remove outdated prefs
2204
2205 2006-08-17 [colin]      2.4.0cvs57
2206
2207         * src/imap.c
2208                 Add View Log button on auth error
2209         * src/procmsg.c
2210                 Fix encrypted mail marked as new when
2211                 saved in normal folders
2212         * src/plugins/pgpinline/pgpinline.c
2213                 Fix encrypt bug on IMAP
2214         * src/mimeview.c
2215         * src/common/utils.c
2216         * src/common/utils.h
2217         * src/gtk/inputdialog.c
2218         * src/gtk/inputdialog.h
2219                 Get rid of metamail stuff, simplify
2220                 opening, and allow remembering of user's
2221                 choices (by updating ~/.mailcap). There's
2222                 still to drop "Audio player" and "Image
2223                 viewer" preferences.
2224
2225 2006-08-17 [mones]      2.4.0cvs56
2226
2227         * manual/es/sylpheed-claws-manual.xml
2228                 fix DTD path
2229
2230 2006-08-17 [mones]      2.4.0cvs55
2231
2232         * configure.ac
2233         * manual/Makefile.am
2234         * manual/es/Makefile.am
2235         * manual/es/account.xml
2236         * manual/es/ack.xml
2237         * manual/es/addrbook.xml
2238         * manual/es/advanced.xml
2239         * manual/es/faq.xml
2240         * manual/es/glossary.xml
2241         * manual/es/gpl.xml
2242         * manual/es/handling.xml
2243         * manual/es/intro.xml
2244         * manual/es/keyboard.xml
2245         * manual/es/plugins.xml
2246         * manual/es/starting.xml
2247         * manual/es/sylpheed-claws-manual.xml
2248         * manual/es/dist/Makefile.am
2249         * manual/es/dist/html/Makefile.am
2250         * manual/es/dist/pdf/Makefile.am
2251         * manual/es/dist/ps/Makefile.am
2252         * manual/es/dist/txt/Makefile.am
2253                 Spanish translation for the manual
2254
2255 2006-08-16 [colin]      2.4.0cvs54
2256
2257         * src/compose.c
2258         * src/main.c
2259         * src/mainwindow.c
2260                 Fix send button sensitivity at startup
2261                 Set send menu sensitivity (patch by Fabien)
2262         * src/ssl_manager.c
2263                 Enable closing with esc (patch by Fabien)
2264         * src/gtk/foldersort.c
2265                 Enable closing with esc (patch by Fabien)
2266         * src/procmime.c
2267                 Optimisation (no need to copy to tempfile to
2268                 "decode" 7bit and 8bit)
2269         * src/summaryview.c
2270                 Fix cruft in swap_from case
2271         * src/textview.c
2272                 Fix missing last line in some mail cases 
2273                 (Fixes debian #381872)
2274         * src/plugins/pgpcore/prefs_gpg.c
2275         * src/plugins/pgpcore/sgpgme.c
2276         * src/plugins/pgpcore/sgpgme.h
2277                 Don't show "no key found" when user explicitely
2278                 wants to create a key
2279
2280 2006-08-16 [paul]       2.4.0cvs53
2281
2282         * configure.ac
2283         * src/account.c
2284         * src/addressbook.c
2285         * src/headerview.c
2286         * src/prefs_account.c
2287         * src/prefs_message.c
2288         * src/gtk/gtkutils.c
2289                 bump up minimum required versions of GTK+ and
2290                 GLIB to 2.6.0
2291
2292 2006-08-16 [paul]       2.4.0cvs52
2293
2294         * src/toolbar.c
2295                 workaround GTK+ Bug 351600 - 'Can't re-click
2296                 on button after sensitivity update'
2297                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2298                 Thanks to Colin
2299
2300 2006-08-15 [colin]      2.4.0cvs51
2301
2302         * src/plugins/pgpcore/prefs_gpg.c
2303                 Set options sensitivity according to
2304                 key existence
2305         * src/plugins/pgpcore/sgpgme.c
2306                 Allow to create key with no passphrase
2307
2308 2006-08-14 [cleroy]     2.4.0cvs50
2309
2310         * src/gtk/pluginwindow.c
2311                 New layout (maybe to be changed?)
2312         * src/gtk/gtkutils.c
2313                 Fix a bit label_window
2314         * src/plugins/pgpcore/passphrase.c
2315         * src/plugins/pgpcore/passphrase.h
2316         * src/plugins/pgpcore/plugin.c
2317         * src/plugins/pgpcore/prefs_gpg.c
2318         * src/plugins/pgpcore/prefs_gpg.h
2319         * src/plugins/pgpcore/sgpgme.c
2320         * src/plugins/pgpcore/sgpgme.h
2321                 Allow to create a PGP private key via the GUI
2322
2323 2006-08-14 [wwp]        2.4.0cvs49
2324
2325         * src/addressbook_foldersel.c
2326                 fix strict ISO C90 compliance.
2327
2328 2006-08-14 [paul]       2.4.0cvs48
2329
2330         * src/gtk/prefswindow.c
2331                 re-set scrolled window on opening
2332                 Patch by Ticho
2333
2334 2006-08-14 [paul]
2335
2336         2.5.0-rc1 released
2337
2338 2006-08-14 [paul]       2.4.0cvs47
2339
2340         * src/prefs_display_header.c
2341                 re-enable user-defined Displayed Headers
2342
2343 2006-08-14 [paul]       2.4.0cvs46
2344
2345         * src/prefs_account.c
2346                 use GTK_STOCK_EDIT
2347
2348 2006-08-13 [colin]      2.4.0cvs45
2349
2350         * src/common/utils.c
2351                 Fix "a" in quote when the original message is empty,
2352                 by using \0 instead of 'a' to test writability of
2353                 temp files.
2354
2355 2006-08-13 [wwp]        2.4.0cvs44
2356
2357         * src/plugins/spamassassin/spamassassin.c
2358                 fix capitalization of "SpamAssassin" in some debug, log and
2359                 dialog messages.
2360
2361 2006-08-13 [paul]       2.4.0cvs43
2362
2363         * src/editldap.c
2364                 fix overlapping widgets
2365         * src/prefs_account.c
2366                 fix translation of protocol_names[]
2367                 fix label disappearing off the edge of the
2368                 visible area
2369
2370 2006-08-12 [paul]       2.4.0cvs42
2371
2372         * manual/plugins.xml
2373                 update IRC channel info before it gets forgotten
2374                 about
2375
2376 2006-08-11 [colin]      2.4.0cvs41
2377
2378         * src/compose.c
2379         * src/mainwindow.c
2380         * src/mainwindow.h
2381         * src/procmsg.c
2382         * src/procmsg.h
2383         * src/summaryview.c
2384         * src/toolbar.c
2385                 Grey out the Send button if
2386                 - Queue folders are empty, or
2387                 - We're sending already
2388
2389 2006-08-11 [wwp]        2.4.0cvs40
2390
2391         * src/main.c
2392                 fix a logic issue when quitting while a compose window is
2393                 still open, thanks to Colin.
2394
2395 2006-08-10 [colin]      2.4.0cvs39
2396
2397         * src/main.c
2398                 Fix default font size setting after wizard run
2399         * src/imap.c
2400         * src/etpan/imap-thread.c
2401         * src/etpan/imap-thread.h
2402                 Fix bug #999 (Timing out on TSL cert validation 
2403                 dialog makes ugly things happen). Also, STARTTLS
2404                 unconditionnaly if initial capabilities contain
2405                 LOGINDISABLED and STARTTLS.
2406
2407 2006-08-09 [colin]      2.4.0cvs38
2408
2409         * src/mainwindow.c
2410         * src/mainwindow.h
2411                 Fix Tools/Actions sensitivity when there are
2412                 no actions
2413
2414 2006-08-09 [colin]      2.4.0cvs37
2415
2416         * src/prefs_filtering.c
2417                 Warning fix, patch by Paul
2418         * src/messageview.c
2419         * src/prefs_actions.c
2420         * src/prefs_filtering_action.c
2421         * src/prefs_matcher.c
2422                 Uniformisation of "Info ..." to "Info..." (for
2423                 old gtk), patch by Fabien
2424         * src/plugins/clamav/clamav_plugin_gtk.c
2425                 Sensitivity fix by Fabien
2426
2427 2006-08-09 [colin]      2.4.0cvs36
2428
2429         * src/main.c
2430         * src/main.h
2431                 Add a function to know whether we're exiting
2432         * src/plugins/trayicon/trayicon.c
2433                 If exiting, don't do anything. Faster, and
2434                 avoids gtk_main_iteration reentracy causing
2435                 segfaults at exit
2436
2437 2006-08-09 [colin]      2.4.0cvs35
2438
2439         * src/messageview.c
2440         * src/mimeview.c
2441         * src/mimeview.h
2442                 Fix lack of part selection when automatically 
2443                 jumping to a specific part
2444         * src/msgcache.c
2445                 Little optimisation in cache reading
2446
2447 2006-08-09 [colin]      2.4.0cvs34
2448
2449         * src/compose.c
2450                 Fix crash setting the priority on reedit
2451                 (Accessing compose before creating it!)
2452
2453 2006-08-08 [colin]      2.4.0cvs33
2454
2455         * src/procmime.c
2456                 Fix bug #998 (last attachment is not accessible)
2457                 Bad RFC interpretation on multipart close-delimiters
2458         * src/mimeview.c
2459         * src/mimeview.h
2460         * src/gtk/gtkvscrollbutton.c
2461         * src/gtk/gtkvscrollbutton.h
2462                 Make attachments list wheel-scrollable
2463
2464 2006-08-07 [colin]      2.4.0cvs32
2465
2466         * src/gtk/gtkaspell.c
2467                 Fix bug #973 (Unicode punctation characters 
2468                 are not recognized as separators by the
2469                 spell checker); fix unsigned stuff
2470
2471 2006-08-07 [colin]      2.4.0cvs31
2472
2473         * src/compose.c
2474                 Fix bug #956 (DnD text with accents in compose 
2475                 text entry); fix gccc's signed/unsigned fuss
2476
2477 2006-08-06 [colin]      2.4.0cvs30
2478
2479         * src/main.c
2480                 Fix bug #979 (Plugin crashes when exiting 
2481                 sylpheed-claws) : handle exit request only 
2482                 once
2483
2484 2006-08-05 [colin]      2.4.0cvs29
2485
2486         * src/news.c
2487                 Just make sure we have a msgid.
2488
2489 2006-08-05 [colin]      2.4.0cvs28
2490
2491         * src/news.c
2492         * src/summaryview.c
2493                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2494                 by reimplementing it
2495         * src/textview.c
2496                 Fix bug when hiding quotes with level > 3 and quote
2497                 colors are recycled
2498
2499 2006-08-04 [colin]      2.4.0cvs27
2500
2501         * src/compose.c
2502         * src/undo.c
2503         * src/undo.h
2504                 Fix a bit replace-by-pasting undo
2505         * src/mainwindow.c
2506         * src/messageview.c
2507                 Fix Fold quotes menu synchro in
2508                 mainwindow when it changes in 
2509                 messageview
2510         * src/textview.c
2511                 Fix right-click on quotes blocks
2512         * src/common/utils.c
2513                 Verify that the file created by
2514                 my_tmpfile() is writable. Fixes
2515                 bug #988 (very specific filesystem
2516                 issue)
2517         * src/plugins/pgpcore/sgpgme.c
2518                 Fix file descriptor leak
2519         * src/plugins/spamassassin/spamassassin.c
2520                 Warn once if spamd isn't reachable
2521
2522 2006-08-04 [colin]      2.4.0cvs26
2523
2524         * src/toolbar.c
2525                 i18n context patch by Fabien
2526
2527 2006-08-03 [colin]      2.4.0cvs25
2528
2529         * src/mainwindow.c
2530         * src/messageview.c
2531                 Rename "Hide quotes" to "Fold quotes"
2532         * src/textview.c
2533                 Don't use hand cursor on quotes. "all 
2534                 the bonuses of the feature and none of 
2535                 unwelcome side-effects"
2536
2537 2006-08-03 [colin]      2.4.0cvs24
2538
2539         * AUTHORS
2540         * sylpheed-claws.desktop
2541         * src/gtk/authors.h
2542                 Bring the desktop file to XDG compliance
2543                 Patch by Charles A. Edwards
2544
2545 2006-08-03 [colin]      2.4.0cvs23
2546
2547         * src/textview.c
2548                 Fix links offset when they are preceded
2549                 by accentued chars (g_utf8_strlen!)
2550         * src/mainwindow.c
2551                 Fix wrong status when starting offline
2552
2553
2554 2006-08-03 [wwp]        2.4.0cvs22
2555
2556         * src/prefs_common.h
2557                 ask what to do w/ filtering rules that belong to an account when
2558                 applying filtering rules manually from the main window (skip,
2559                 apply regardless of the account, use current account). This dialog
2560                 can be skipped and the last reply used.
2561                 (forgot that file)
2562
2563 2006-08-03 [wwp]        2.4.0cvs21
2564
2565         * src/filtering.c
2566         * src/filtering.h
2567         * src/prefs_common.c
2568         * src/summaryview.c
2569         * src/alertpanel.c
2570         * src/alertpanel.h
2571         * src/messageview.c
2572                 ask what to do w/ filtering rules that belong to an account when
2573                 applying filtering rules manually from the main window (skip,
2574                 apply regardless of the account, use current account). This dialog
2575                 can be skipped and the last reply used.
2576
2577
2578 2006-08-03 [colin]      2.4.0cvs20
2579
2580         * src/textview.c
2581                 Optimize previous patch
2582
2583 2006-08-03 [cleroy]     2.4.0cvs19
2584
2585         * src/textview.c
2586                 Fix quotes getting toggled back when the
2587                 mail has an even number of text parts
2588
2589 2006-08-02 [colin]      2.4.0cvs18
2590
2591         * src/messageview.c
2592                 Add Hide quotes menu
2593
2594 2006-08-02 [colin]      2.4.0cvs17
2595
2596         * src/mainwindow.c
2597         * src/prefs_common.c
2598         * src/textview.c
2599         * src/textview.h
2600         * src/gtk/about.c
2601                 Allow per-level quote hiding,
2602                 Allow toggling quotes by double-clicking them
2603                 Rename RemoteURI to ClickableText to reflect
2604                 the fact it's used for a variety of things
2605
2606 2006-08-02 [wwp]        2.4.0cvs16
2607
2608         * src/mainwindow.c
2609                 fix "View/Hide quotes" menu item status initialization.
2610
2611 2006-08-02 [wwp]        2.4.0cvs15
2612
2613         * src/matcher_parser_parse.y
2614                 remove a debug trace.
2615
2616 2006-08-02 [paul]       2.4.0cvs14
2617
2618         * src/plugins/pgpcore/passphrase.c
2619                 don't set initial dialog size
2620                 make it resizable
2621
2622 2006-08-02 [paul]       2.4.0cvs13
2623
2624         * src/noticeview.c
2625                 remove the rogue '/' character
2626
2627 2006-08-02 [paul]       2.4.0cvs12
2628
2629         * src/noticeview.c
2630                 allow buttons to resize as necessary
2631
2632 2006-08-01 [wwp]        2.4.0cvs11
2633
2634         * src/mbox.c
2635                 fix strict ISO C90 compliance.
2636
2637 2006-08-01 [wwp]        2.4.0cvs10
2638
2639         * tools/update-po
2640                 updated update-po tool to work w/ context-dependent translations.
2641                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2642
2643 2006-08-01 [wwp]        2.4.0cvs9
2644
2645         * src/matcher.c
2646         * src/prefs_filtering.c
2647         * src/prefs_matcher.c
2648                 allow context-dependent translations for "All",
2649                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2650
2651 2006-07-31 [colin]      2.4.0cvs8
2652
2653         * AUTHORS
2654         * src/gtk/authors.h
2655                 Add Rafal to authors
2656
2657 2006-07-31 [colin]      2.4.0cvs7
2658
2659         * src/compose.c
2660         * src/mainwindow.c
2661         * src/messageview.h
2662         * src/prefs_common.c
2663         * src/prefs_common.h
2664         * src/textview.c
2665                 Add 'View/Hide quotes'. Patch based on a patch
2666                 by Rafal Weglarz
2667
2668 2006-07-31 [colin]      2.4.0cvs6
2669
2670         * src/action.c
2671                 Fix problem with "> stuff >" actions
2672
2673 2006-07-31 [paul]       2.4.0cvs5
2674
2675         * po/nb.po
2676                 updated by Geir Helland
2677
2678 2006-07-31 [wwp]        2.4.0cvs4
2679
2680         * src/mainwindow.c
2681         * src/summaryview.c
2682         * src/summaryview.h
2683                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2684                 thanks to Colin.
2685
2686 2006-07-31 [wwp]        2.4.0cvs3
2687
2688         * src/Makefile.am
2689         * src/addr_compl.c
2690         * src/addr_compl.h
2691         * src/addressbook.c
2692         * src/addressbook.h
2693         * src/addressbook_foldersel.c
2694         * src/addressbook_foldersel.h
2695         * src/addrindex.c
2696         * src/addrindex.h
2697         * src/matcher.c
2698         * src/matcher.h
2699         * src/matcher_parser_lex.l
2700         * src/matcher_parser_parse.y
2701         * src/prefs_common.c
2702         * src/prefs_common.h
2703         * src/prefs_filtering.c
2704         * src/prefs_matcher.c
2705         * src/prefs_matcher.h
2706         * src/summaryview.c
2707                 introduce filtering against the address book. It's now possible to add
2708                 matched conditions to determine if any email address in a message matches
2709                 or doesn't match any or all books or folders in the address book.
2710
2711 2006-07-31 [wwp]        2.4.0cvs2
2712
2713         * src/account.c
2714         * src/filtering.c
2715         * src/filtering.h
2716         * src/folder.c
2717         * src/folderview.c
2718         * src/inc.c
2719         * src/mainwindow.c
2720         * src/matcher.c
2721         * src/matcher_parser_lex.l
2722         * src/matcher_parser_parse.y
2723         * src/mbox.c
2724         * src/prefs_filtering.c
2725         * src/prefs_filtering.h
2726         * src/procmsg.c
2727         * src/procmsg.h
2728         * src/summaryview.c
2729                 introduce per-account filtering rules. Each filtering rule can now be assigned
2730                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2731                 when applying filtering rules manually, as all rules will apply - even the ones
2732                 assigned to an account. This issue will be addressed soon.
2733  
2734
2735
2736 2006-07-31 [wwp]        2.4.0cvs1
2737
2738         * src/quote_fmt.c
2739                 make more strings translatable.
2740
2741 2006-07-31 [paul]       2.4.0
2742
2743         2.4.0 released
2744
2745 2006-07-31 [paul]       2.3.1cvs91
2746
2747         * po/ca.po
2748                 updated by Miquel Oliete
2749
2750 2006-07-31 [paul]       2.3.1cvs90
2751
2752         * po/de.po
2753         * po/el.po
2754         * po/fr.po
2755         * po/it.po
2756         * po/pl.po
2757         * po/pt_BR.po
2758         * po/sr.po
2759         * po/zh_CN.po
2760                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2761                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2762                 Aleksandar Urosevic, and Ralgh Young
2763
2764 2006-07-31 [paul]       2.3.1cvs89
2765
2766         * src/account.c
2767         * src/main.c
2768         * src/mainwindow.c
2769         * src/mainwindow.h
2770                 Fix a race condition when, after an SC crash, rescanning
2771                 folders took more than 0.5 seconds
2772                 Thanks to Colin
2773
2774 2006-07-31 [paul]       2.3.1cvs88
2775
2776         * src/folderview.c
2777                 don't translate separator strings
2778
2779 2006-07-30 [mones]      2.3.1cvs87
2780
2781         * doc/man/sylpheed-claws.1
2782                 Fixed non-ASCII chars in Hoa's name
2783         * po/es.po
2784                 Updated for release
2785
2786 2006-07-27 [colin]      2.3.1cvs86
2787
2788         * src/textview.c
2789                 Don't include the leading \n in links
2790                 Patch by Fabien
2791
2792 2006-07-25 [colin]      2.3.1cvs85
2793
2794         * src/mainwindow.c
2795         * src/common/socket.h
2796         * src/etpan/imap-thread.c
2797                 Refresh resolvers before connecting
2798                 to IMAP servers, and after switching
2799                 to online. Thanks to Paul.
2800
2801 2006-07-18 [colin]
2802
2803         * 2.4.0-rc4 released
2804
2805 2006-07-17 [colin]      2.3.1cvs84
2806
2807         * src/inc.c
2808                 Show connection attempt in statusbar before
2809                 connecting (previously first message was
2810                 "Retrieving messages from ..." after the
2811                 connection succeeded.
2812
2813 2006-07-16 [wwp]        2.3.1cvs83
2814
2815         * sylpheed-claws.ico
2816                 Added .ico file (windows multi-size icon file, generated).
2817
2818 2006-07-12 [wwp]        2.3.1cvs82
2819
2820         * src/messageview.c
2821                 remove Message/Re-edit menu entry from messageview window,
2822                 as sent/draft/queued messages are opened in compose window when
2823                 re-edited and it's not possible to re-edit other msgs.
2824
2825 2006-07-12 [paul]       2.3.1cvs81
2826
2827         * AUTHORS
2828         * src/mainwindow.c
2829         * src/gtk/authors.h
2830                 check online state before resetting
2831                 mailcheck timer. Useful if some program
2832                 verifies connection state and updates
2833                 Claws.
2834                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2835
2836 2006-07-12 [paul]       2.3.1cvs80
2837
2838         * sylpheed-claws-128x128.png
2839         * sylpheed-claws-64x64.png
2840         * sylpheed-claws.png
2841         * src/Makefile.am
2842         * src/main.c
2843         * src/prefs_toolbar.c
2844         * src/stock_pixmap.c
2845         * src/stock_pixmap.h
2846         * src/wizard.c
2847         * src/gtk/about.c
2848         * src/gtk/gtkutils.c
2849         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2850         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2851         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2852         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2853         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2854         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2855                 updated and renamed logo/icon files and related
2856                 logo by Jesper Schultz
2857
2858 2006-07-11 [paul]       2.3.1cvs79
2859
2860         * src/main.c
2861                 fix the labels a smidgin
2862
2863 2006-07-09 [colin]      2.3.1cvs78
2864
2865         * src/textview.c
2866                 Show errors in textviewer's command
2867                 Patch by H. Merijn Brand
2868
2869 2006-07-09 [colin]      2.3.1cvs77
2870
2871         * src/compose.c
2872                 Save FMID in drafts too
2873
2874 2006-07-08 [colin]      2.3.1cvs76
2875
2876         * src/compose.c
2877                 Svae RMID in drafted mails too
2878                 Save quote_fmt vars for whole mails,
2879                 don't reset at each quote_fmt_init:
2880                 allows to use the same |i{var} in
2881                 various template fields
2882         * src/prefs_template.c
2883         * src/quote_fmt.h
2884         * src/quote_fmt_parse.y
2885                 Same
2886
2887 2006-07-08 [colin]      2.3.1cvs75
2888
2889         * src/textview.c
2890                 Fix highlighting of attached parts URIs
2891
2892 2006-07-08 [colin]      2.3.1cvs74
2893
2894         * src/main.c
2895                 Prevent bug #981 (sc 2.3.1 segfaults with 
2896                 gtk+ 2.10) from being reported again:
2897                 if Sylpheed-Claws has been compiled against
2898                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2899                 of if Sylpheed-Claws has been compiled against
2900                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2901                 error out.
2902
2903 2006-07-07 [colin]      2.3.1cvs73
2904
2905         * src/prefs_actions.c
2906                 Fix label
2907
2908 2006-07-07 [colin]      2.3.1cvs72
2909
2910         * src/prefs_actions.c
2911                 Fix compile on gtk < 2.8. argh :)
2912
2913 2006-07-07 [paul]       2.3.1cvs71
2914
2915         * src/common/defs.h
2916                 update DONATE_URI
2917
2918 2006-07-07 [colin]      2.3.1cvs70
2919
2920         * po/POTFILES.in
2921         * src/quote_fmt.c
2922         * src/quote_fmt_lex.l
2923         * src/quote_fmt_parse.y
2924                 Add |i{var}, a way to insert user-entered
2925                 text in a template
2926
2927 2006-07-07 [colin]
2928
2929         * 2.4.0-rc3 released
2930
2931 2006-07-07 [colin]      2.3.1cvs69
2932
2933         * src/folder.c
2934                 Don't consider inboxes of UNKNOWN folder 
2935                 classes to be useable as default inboxes
2936
2937 2006-07-07 [paul]       2.3.1cvs68
2938
2939         * src/textview.c
2940                 add missing #include <errno.h>
2941                 Thanks to René J. Blokland
2942
2943 2006-07-07 [paul]       2.3.1cvs67
2944
2945         * src/action.c
2946                 Return now Closes dialog
2947         * src/mimeview.c
2948         * src/mimeview.h
2949         * src/textview.c
2950                 add contextual menu to mime parts listed
2951                 in the textview
2952                 Thanks to Colin
2953         * src/common/utils.c
2954                 reversal: ' is a valid character in URLs
2955
2956 2006-07-06 [colin]      2.3.1cvs66
2957
2958         * src/remotefolder.h
2959                 Forgotten in previous commit
2960
2961 2006-07-06 [colin]      2.3.1cvs65
2962
2963         * src/folder.c
2964                 Set summary update flag whenever
2965                 totals changed
2966         * src/imap.c
2967         * src/prefs_account.c
2968         * src/common/utils.h
2969         * src/etpan/imap-thread.c
2970                 Fix warnings, thanks to Fabien and
2971                 Ricardo
2972
2973 2006-07-06 [wwp]        2.3.1cvs64
2974
2975         * src/gtk/gtkutils.c
2976                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2977
2978 2006-07-06 [wwp]        2.3.1cvs63
2979
2980         * src/account.c
2981         * src/addressbook.c
2982         * src/addressitem.h
2983         * src/folderview.c
2984         * src/mainwindow.c
2985         * src/manual.c
2986         * src/manual.h
2987         * src/message_search.c
2988         * src/prefs_actions.c
2989         * src/prefs_filtering.c
2990         * src/prefs_filtering.h
2991         * src/prefs_template.c
2992         * src/summary_search.c
2993         * src/summaryview.c
2994         * src/gtk/gtkutils.c
2995         * src/gtk/gtkutils.h
2996         * src/gtk/pluginwindow.c
2997                 add help buttons to some dialogs. Clicking such buttons opens a
2998                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2999
3000 2006-07-06 [paul]       2.3.1cvs62
3001
3002         * src/textview.c
3003                 fix attachments contextual menu
3004                 Thanks to Colin
3005
3006 2006-07-05 [colin]      2.3.1cvs61
3007
3008         * src/textview.c
3009         * src/compose.c
3010                 Handle sftp:// links
3011
3012 2006-07-05 [paul]       2.3.1cvs60
3013
3014         * src/gtk/filesel.c
3015                 grab save button by default
3016                 Thanks to Colin
3017
3018 2006-07-05 [wwp]        2.3.1cvs59
3019
3020         * manual/xml2pdf
3021                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
3022
3023 2006-07-04 [colin]      2.3.1cvs58
3024
3025         * src/mimeview.c
3026         * src/textview.c
3027                 Use left click to select, middle click to open
3028                 on mimeparts links
3029         * src/common/utils.c
3030                 Fix segfault
3031
3032 2006-07-04 [colin]      2.3.1cvs57
3033
3034         * src/mainwindow.c
3035         * src/news.c
3036                 Warning fixes, thanks to Fabien
3037
3038 2006-07-04 [colin]      2.3.1cvs56
3039
3040         * src/mimeview.c
3041         * src/mimeview.h
3042         * src/textview.c
3043                 Allow parts to be selected via their text label
3044                 in textview
3045
3046 2006-07-04 [colin]      2.3.1cvs55
3047
3048         * src/folderview.c
3049                 Feedback when closing (for big folders)
3050         * src/prefs_actions.c
3051         * src/prefs_filtering.c
3052         * src/prefs_matcher.c
3053         * src/prefs_template.c
3054                 Fix default button when closing without
3055                 having saved
3056
3057 2006-07-04 [colin]      2.3.1cvs54
3058
3059         * src/news.c
3060                 Delete local file on deletion
3061
3062 2006-07-03 [colin]      2.3.1cvs53
3063
3064         * src/folderview.c
3065         * src/main.c
3066                 Don't freeze when rescanning after crash
3067
3068 2006-07-03 [wwp]        2.3.1cvs52
3069
3070         * src/compose.c
3071         * src/privacy.c
3072         * src/privacy.h
3073         * src/plugins/pgpinline/pgpinline.c
3074         * src/plugins/pgpmime/pgpmime.c
3075                 don't report an error when the user cancels the passphrase dialog.
3076
3077 2006-07-02 [colin]      2.3.1cvs51
3078
3079         * src/folderview.c
3080                 Open message when crossing folders with Space,
3081                 goto next unread and friends
3082
3083 2006-07-01 [colin]      2.3.1cvs50
3084
3085         * src/prefs_account.c
3086                 Typographic rules varying from language
3087                 to language (in french "Protocole :"),
3088                 we have to do that :)
3089
3090 2006-07-01 [ticho]      2.3.1cvs49
3091
3092         * src/prefs_account.c
3093                 Only use one temporary gchar* variable in
3094                 prefs_account_protocol_set_optmenu().
3095
3096 2006-07-01 [ticho]      2.3.1cvs48
3097
3098         * src/prefs_account.c
3099         * src/prefs_account.h
3100                 Use GtkLabel for existing account protocol name.
3101                 Created an array for protocol names and populate the
3102                 combobox from it in a for() cycle.
3103
3104 2006-06-30 [colin]      2.3.1cvs47
3105
3106         * src/compose.c
3107                 Block undo when changing signature (by changing
3108                 account)
3109
3110 2006-06-30 [paul]       2.3.1cvs46
3111
3112         * src/send_message.c
3113                 when editing From in the Compose window, use that address
3114                 in the Return-Path: header
3115                 Thanks to Colin
3116
3117 2006-06-30 [colin]      2.3.1cvs45
3118
3119         * src/compose.c
3120                 Fix signature replacement:
3121                 - when no newline before separator
3122                 - when reediting
3123
3124 2006-06-29 [colin]      2.3.1cvs44
3125
3126         * src/folderview.c
3127         * src/folderview.h
3128         * src/mainwindow.c
3129         * src/summaryview.c
3130                 Let 'View/Go to/Next marked' work like
3131                 Next new & Next unread: across folders
3132                 Change the select_on_entry pref to do
3133                 what we want when changing folder
3134         * src/common/utils.c
3135                 Fix single-quoted links 
3136
3137 2006-06-29 [colin]      2.3.1cvs43
3138
3139         * src/gtk/gtkaspell.c
3140                 "Sylpheed" and "Sylpheed-Claws" do exist !
3141
3142 2006-06-29 [colin]      2.3.1cvs42
3143
3144         * src/imap.c
3145                 Forgot to remove debug
3146
3147 2006-06-29 [colin]      2.3.1cvs41
3148
3149         * src/imap.c
3150         * src/imap.h
3151         * src/mainwindow.c
3152                 Disconnect from IMAP servers when going
3153                 offline. Fixes bug #978 (going to offline-mode 
3154                 won't close connections)
3155
3156 2006-06-29 [colin]      2.3.1cvs40
3157
3158         * src/main.c
3159                 Fix transient setting on failing plugins
3160                 Patch by Fabien
3161         * src/plugins/pgpcore/sgpgme.c
3162                 Only warn for OpenPGP. Most people don't
3163                 have CMS available.
3164
3165 2006-06-29 [colin]      2.3.1cvs39
3166
3167         * src/compose.c
3168                 Fix Spelling menu (discrepancy between context menu
3169                 and top menu when folder's dictionary isn't the 
3170                 default one)
3171         * src/plugins/pgpcore/sgpgme.c
3172                 More error reporting about why gpgme can fail
3173
3174 2006-06-29 [wwp]        2.3.1cvs38
3175
3176         * src/mainwindow.c
3177                 honor the display-header-pane setting even when the message view
3178                 is a separate window.
3179
3180 2006-06-29 [wwp]        2.3.1cvs37
3181
3182         * src/prefs_actions.c
3183                 forgot to commit that one (use of GTK_STOCK_INFO).
3184
3185 2006-06-29 [colin]      2.3.1cvs36
3186
3187         * src/imap.c
3188                 Better handling of login errors (ask the password
3189                 again once), alert in case of error. Fix three
3190                 signedness warnings.
3191
3192 2006-06-28 [wwp]        2.3.1cvs35
3193
3194         * src/prefs_template.c
3195         * src/prefs_matcher.c
3196         * src/prefs_filtering_action.c
3197         * src/prefs_quote.c
3198                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3199                 patch by Fabien Vantard, slightly modified.
3200
3201 2006-06-28 [paul]
3202
3203         2.4.0-rc2 released
3204
3205 2006-06-28 [colin]      2.3.1cvs34
3206
3207         * src/prefs_account.c
3208                 Fix bug #977 (Can't add or edit imap accounts)
3209
3210 2006-06-28 [colin]      2.3.1cvs33
3211
3212         * src/mimeview.c
3213                 Fix previous
3214
3215 2006-06-28 [colin]      2.3.1cvs32
3216
3217         * src/mimeview.c
3218                 Save named inlined attachments with "Save all"
3219         * src/main.c
3220         * src/mbox.c
3221         * src/common/plugin.c
3222         * src/common/plugin.h
3223         * src/common/sylpheed.c
3224         * src/common/utils.c
3225         * src/plugins/pgpcore/sylpheed.def
3226         * src/plugins/pgpinline/sylpheed.def
3227         * src/plugins/pgpmime/sylpheed.def
3228                 Win32 compatibility patch, by
3229                 Werner Koch
3230
3231 2006-06-28 [wwp]        2.3.1cvs31
3232
3233         * src/imap.c
3234         * src/prefs_folder_item.c
3235                 less compilation warnings (thanks to Fabien Vantard), less typos.
3236
3237 2006-06-28 [paul]       2.3.1cvs30
3238
3239         * src/gtk/gtkutils.c
3240                 gtk_combo_box_set_focus_on_click() is only
3241                 available since gtk 2.6.0
3242
3243 2006-06-28 [paul]       2.3.1cvs29
3244
3245         * src/prefs_ext_prog.c
3246                 fix engrish and add a tooltip for the
3247                 'command for 'Display as text' option
3248
3249 2006-06-28 [paul]
3250
3251         2.4.0-rc1 released
3252
3253 2006-06-28 [paul]       2.3.1cvs28
3254
3255         * ChangeLog
3256         * tools/Makefile.am
3257                 include textviewer.pl in releases
3258
3259 2006-06-28 [paul]       2.3.1cvs27
3260
3261         * src/prefs_ext_prog.c
3262                 hide Print command option if libgnomeprint
3263                 support is present
3264
3265 2006-06-27 [colin]      2.3.1cvs26
3266
3267         * src/compose.c
3268                 Fix Esc handling in insert/attach dialog
3269                 Don't show this dialog if dragging something
3270                 else than text/uri-list
3271                 Thanks to Fabien Vantard
3272         * tools/textviewer.pl
3273                 Filter script to display stuff as text
3274                 by H. Merijn Brand
3275
3276 2006-06-27 [wwp]        2.3.1cvs25
3277
3278         * src/messageview.c
3279                 use the exact product name (message view title), patch
3280                 by Fabien Vantard.
3281
3282 2006-06-27 [ticho]      2.3.1cvs24
3283
3284         * src/prefs_account.c
3285         * src/prefs_common.c
3286         * src/prefs_common.h
3287         * src/prefs_ext_prog.c
3288         * src/textview.c
3289                 Add a preference (Preferences/External programs)
3290                 to allow "Display as text" to be done via a script
3291                 (patch by H.Merijn Brand).
3292                 Use GtkComboBox for protocol selection in account
3293                 preferences.
3294                 Only include current choice for existing accounts, and
3295                 insensitivize the combobox.
3296
3297 2006-06-27 [paul]       2.3.1cvs23
3298
3299         * src/mbox.c
3300                 fix crasher introduced in cvs21.
3301                 Thanks to Colin
3302
3303 2006-06-26 [colin]      2.3.1cvs22
3304
3305         * src/mbox.c
3306                 Fix double-frees when leaving folders
3307                 after exporting to mbox
3308
3309 2006-06-26 [colin]      2.3.1cvs21
3310
3311         * src/mbox.c
3312                 More feedback (and optimisation)
3313                 on import/export
3314         * src/common/utils.c
3315                 Fix case when looking for mail addresses
3316         * src/gtk/gtkutils.c
3317                 Extra check for (X-)Face
3318
3319 2006-06-25 [ticho]      2.3.1cvs20
3320
3321         * src/compose.c
3322         * src/exphtmldlg.c
3323         * src/gtk/gtkutils.c
3324         * src/gtk/gtkutils.h
3325                 Added second argument to gtkut_sc_combobox_create() to
3326                 control focus-on-click for the widget.
3327                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3328
3329 2006-06-25 [ticho]      2.3.1cvs19
3330
3331         * src/compose.c
3332         * src/gtk/Makefile.am
3333         * src/gtk/combobox.c
3334         * src/gtk/combobox.h
3335         * src/gtk/gtkutils.c
3336         * src/gtk/gtkutils.h
3337                 Use GtkComboBox instead of deprecated GtkOptionMenu
3338                 for account selector in compose window and for encoding
3339                 selector in attachment properties.
3340                 Also factorise working with the new GtkComboBox somewhat.
3341
3342 2006-06-24 [paul]       2.3.1cvs18
3343
3344         * src/prefs_common.c
3345                 use the correct default value
3346
3347 2006-06-24 [paul]       2.3.1cvs17
3348
3349         * src/compose.c
3350         * src/prefs_common.c
3351         * src/prefs_common.h
3352         * src/prefs_compose_writing.c
3353                 enable setting of default action when
3354                 dnd'ing files in the compose window.
3355                 (Collaborative effort with wwp)
3356
3357 2006-06-23 [wwp]        2.3.1cvs16
3358
3359         * src/compose.c
3360                 i18n fix (thanks to Fabien Vantard)
3361
3362 2006-06-22 [colin]      2.3.1cvs15
3363
3364         * src/prefs_customheader.c
3365                 Don't use filters in custom headers' file 
3366                 selector. Remember, extensions mean nothing :)
3367
3368 2006-06-22 [paul]       2.3.1cvs14
3369
3370         * configure.ac
3371                 allow setting of man directory location
3372
3373 2006-06-22 [colin]      2.3.1cvs13
3374
3375         * src/mainwindow.c
3376                 Add 'View/Go to/Next unread folder'.
3377                 I missed that :)
3378
3379 2006-06-22 [colin]      2.3.1cvs12
3380
3381         * src/common/utils.c
3382                 Add some subject prefixes
3383                 Patch by Bjorn T Johansen <btj@havleik.no>
3384
3385 2006-06-22 [colin]      2.3.1cvs11
3386
3387         * manual/advanced.xml
3388                 Forgotten hidden pref
3389
3390 2006-06-21 [paul]       2.3.1cvs10
3391
3392         * src/prefs_account.c
3393                 complete the removal of 'Add date header' option
3394
3395 2006-06-21 [paul]       2.3.1cvs9
3396
3397         * src/account.c
3398         * src/compose.c
3399         * src/prefs_account.c
3400         * src/prefs_account.h
3401                 remove option to add date header - always
3402                 add date header
3403         * src/etpan/imap-thread.c
3404                 fix warnings (Thanks to Colin)
3405
3406 2006-06-21 [wwp]        2.3.1cvs8
3407
3408         * src/folder.c
3409                 set the attachment flag when inline text part are (file)named. This is more convenient
3410                 when receiving (for instance) inline source files or patches sent using thunderbird.
3411
3412 2006-06-21 [paul]       2.3.1cvs7
3413
3414         * src/inc.c
3415                 fix off-by-one count of current msg in
3416                 statusbar filtering progressbar
3417
3418 2006-06-21 [paul]       2.3.1cvs6
3419
3420         * src/folder.c
3421                 Show attachment icon even if the part is 'inline'
3422                 if the following conditions are met:
3423                 - content-type != 'text/plain'
3424                 - content-type != '*/pgp-signature'
3425                 - either 'name' or 'filename' parameter is not NULL
3426                 
3427                 Thanks to Colin
3428
3429 2006-06-21 [paul]       2.3.1cvs5
3430
3431         * src/messageview.c
3432         * src/prefs_common.c
3433         * src/prefs_common.h
3434         * src/prefs_other.c
3435                 add an option to 'Never send Return
3436                 Receipts'
3437                 Thanks to Colin
3438
3439 2006-06-20 [mones]      2.3.1cvs4
3440
3441         * po/es.po
3442                 updated
3443         * src/compose.c
3444                 typo fixed (space after comma)
3445         * tools/make.themes.project
3446                 remove exec mode from tarball files
3447
3448 2006-06-20 [colin]      2.3.1cvs3
3449
3450         * src/news.c
3451         * src/procheader.c
3452         * src/unmime.c
3453                 Better fix for \n's in headers (don't 
3454                 break Received: and others)
3455
3456 2006-06-20 [paul]       2.3.1cvs2
3457
3458         * src/alertpanel.c
3459         * src/textview.c
3460                 improve legibility of phishing attempt
3461                 dialog
3462
3463 2006-06-20 [paul]       2.3.1cvs1
3464
3465         * NEWS
3466         * README
3467         * configure.ac
3468                 Update version number following
3469                 stable release
3470
3471 2006-06-20 [colin]      2.3.0cvs26
3472
3473         * src/compose.c
3474                 When dragging a file to the text of the compose
3475                 window, ask whether we want to insert or attach
3476                 (I know lots of people who do that to attach)
3477
3478 2006-06-20 [colin]      2.3.0cvs25
3479
3480         * src/etpan/imap-thread.c
3481                 Fix threshold (the append command is often > 32 bytes)
3482
3483 2006-06-19 [colin]      2.3.0cvs24
3484
3485         * src/imap.c
3486         * src/etpan/imap-thread.c
3487                 Workaround Rockliffe IMAP server bug: replace
3488                 "x UID SEARCH (ANSWERED UID 1:*)" with
3489                 "x UID SEARCH ANSWERED"
3490                 (Rockliffe doesn't handle the parenthesis)
3491
3492 2006-06-19 [colin]      2.3.0cvs23
3493
3494         * src/compose.c
3495         * src/imap.c
3496         * src/etpan/imap-thread.c
3497                 Probably fix bug #972 (Freezes when adding 
3498                 an attachment to the message)
3499         * src/common/defs.h
3500                 Modernize Firefox cmd
3501
3502
3503 2006-06-18 [colin]      2.3.0cvs22
3504
3505         * src/prefs_customheader.c
3506                 Only allow correct filenames for various
3507                 custom headers
3508
3509 2006-06-18 [colin]      2.3.0cvs21
3510
3511         * src/prefs_customheader.c
3512                 Add a 'From File...' button in custom headers prefs, which
3513                 try to do the right thing: 
3514                 for normal headers, use file as plaintext,
3515                 for X-Face, calls compface,
3516                 for Face, encode to b64.
3517
3518 2006-06-17 [colin]      2.3.0cvs20
3519
3520         * src/mh.c
3521                 Warning fix
3522
3523 2006-06-16 [colin]      2.3.0cvs19
3524
3525         * src/summaryview.c
3526                 Recursive quicksearch: show message list
3527                 in current folder, *then* search children
3528                 in the background.
3529
3530 2006-06-16 [colin]      2.3.0cvs18
3531
3532         * src/main.c
3533                 Instead of ignoring SIGPIPE, save caches
3534                 when getting one. Will fix the fact that
3535                 hot caches are out-of-date when logging 
3536                 out of Xorg.
3537         * src/compose.c
3538         * src/prefs_compose_writing.c
3539                 Only save text (not attachments) when 
3540                 auto-saving to drafts
3541         * src/unmime.c
3542                 Always replace \n, \r and \t with spaces
3543                 in headers
3544         * manual/dist/html/Makefile.am
3545         * manual/dist/pdf/Makefile.am
3546         * manual/dist/ps/Makefile.am
3547         * manual/dist/txt/Makefile.am
3548         * manual/fr/dist/html/Makefile.am
3549         * manual/fr/dist/pdf/Makefile.am
3550         * manual/fr/dist/ps/Makefile.am
3551         * manual/fr/dist/txt/Makefile.am
3552         * manual/pl/dist/html/Makefile.am
3553         * manual/pl/dist/pdf/Makefile.am
3554         * manual/pl/dist/ps/Makefile.am
3555         * manual/pl/dist/txt/Makefile.am
3556                 Fix make clean removing pregenerated manuals
3557
3558
3559 2006-06-16 [colin]      2.3.0cvs17
3560
3561         * src/plugins/pgpcore/sgpgme.c
3562         * src/plugins/pgpmime/pgpmime.c
3563         * src/plugins/pgpinline/pgpinline.c
3564                 Better error reporting in setup_signers.
3565                 Don't fallback to default key if specified
3566                 key isn't found.
3567                 Don't allow signing if more than one secret
3568                 key matches the one specified in prefs.
3569
3570 2006-06-15 [colin]      2.3.0cvs16
3571
3572         * src/folderview.c
3573                 Add "Send queue" in the folder's contextual
3574                 menu
3575         * src/compose.c
3576         * src/messageview.c
3577         * src/privacy.c
3578         * src/privacy.h
3579         * src/procmime.c
3580         * src/procmsg.c
3581         * src/plugins/pgpcore/passphrase.c
3582         * src/plugins/pgpcore/sgpgme.c
3583         * src/plugins/pgpinline/pgpinline.c
3584         * src/plugins/pgpmime/pgpmime.c
3585                 Better error reporting
3586         * src/mbox.c
3587                 Probably fix bug #971 (2.2.3 cannot read mail 
3588                 from local mbox)
3589
3590
3591 2006-06-15 [mones]      2.3.0cvs15
3592
3593         * tools/make.themes.project
3594                 creates the themes project from the web page
3595
3596 2006-06-15 [colin]      2.3.0cvs14
3597
3598         * src/folder.c
3599                 Better fix (avoid losing the folder if scan_tree 
3600                 fails)
3601
3602 2006-06-15 [cleroy]     2.3.0cvs13
3603
3604         * src/folder.c
3605                 Probably fix Bug #969 (crash on rebuilding 
3606                 imap folder)
3607
3608 2006-06-14 [colin]      2.3.0cvs12
3609
3610         * manual/dtd/manual.xsl
3611         * manual/sylpheed-claws-manual.xml
3612         * manual/fr/sylpheed-claws-manual.xml
3613         * manual/pl/sylpheed-claws-manual.xml
3614                 Insert pagebreaks between sections
3615
3616 2006-06-14 [paul]       2.3.0cvs11
3617
3618         * configure.ac
3619                 better fix than 2.3.0cvs10
3620
3621 2006-06-14 [paul]       2.3.0cvs10
3622
3623         * configure.ac
3624                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3625                 (backwards compatible)
3626
3627 2006-06-13 [colin]      2.3.0cvs9
3628
3629         * src/messageview.c
3630                 Fix sending of return receipt with the new queue folders
3631
3632 2006-06-13 [wwp]        2.3.0cvs8
3633
3634         * src/quote_fmt_lex.l
3635                 fix wrong tokens returned in quote_fmt lexer, query not().
3636
3637 2006-06-13 [wwp]        2.3.0cvs7
3638
3639         * src/folder.c
3640         * src/prefs_folder_item.c
3641                 allow changing folder type even when folder is not a top-level one,
3642                 thanks to Colin.
3643
3644 2006-06-12 [colin]      2.3.0cvs6
3645
3646         * src/folderview.c
3647                 Fix double-ask of "Do you want to mark all
3648                 as read"
3649
3650 2006-06-12 [colin]      2.3.0cvs5
3651
3652         * src/compose.c
3653         * src/compose.h
3654         * src/folder.c
3655         * src/folder.h
3656         * src/imap.c
3657         * src/inc.c
3658         * src/main.c
3659         * src/messageview.c
3660         * src/mh.c
3661         * src/prefs_folder_item.c
3662         * src/procheader.c
3663         * src/procmime.c
3664         * src/procmsg.c
3665         * src/procmsg.h
3666         * src/send_message.c
3667         * src/summaryview.c
3668         * src/toolbar.c
3669                 Apply bug #964's patch (Queue and drafts aren't normal)
3670                 The Drafts and Queue folder now contain RFC-822 files,
3671                 allowing to move and copy mails from and to these 
3672                 folders. Moving from Drafts to Queue will prepare the
3673                 mail for sending (PGP signature, encryption, etc).
3674                 This patch also rework sending errors handling to try
3675                 to be more helpful.
3676                 Also, allow redefining folder types via the GUI 
3677                 (Folder type in its Properties)
3678
3679 2006-06-12 [colin]      2.3.0cvs4
3680
3681         * src/summaryview.c
3682         * src/prefs_common.c
3683         * src/prefs_common.h
3684         * src/gedit-print.c
3685                 Allow to define a specific print font - patch
3686                 by Bernhard Walle <bernhard.walle@gmx.de>
3687         * src/prefs_fonts.c
3688         * manual/advanced.xml
3689         * manual/fr/advanced.xml
3690                 Add a hidden pref to allow deletion without
3691                 confirmation
3692
3693 2006-06-12 [wwp]        2.3.0cvs3
3694
3695         * .cvsignore
3696                 more files to ignore.
3697
3698 2006-06-12 [wwp]        2.3.0cvs2
3699
3700         * src/quote_fmt.c
3701         * src/quote_fmt_lex.l
3702         * src/quote_fmt_parse.y
3703                 extend the quote_fmt parser (templates and quotes):
3704                 - allow limited sub-expressions in |p{} and |f{} expressions,
3705                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3706                 - implemented/fixed missing implementation of query_references and show_references,
3707                 - completed, fixed contents and format of the symbols help dialog,
3708                 - fix some compilation warnings.
3709
3710 2006-06-12 [wwp]        2.3.0cvs1
3711
3712         * manual/advanced.xml
3713         * manual/fr/advanced.xml
3714                 updates in the "templates" section of the manual (eng/fr):
3715                  - be more precise (both versions)
3716                  - completed to match the english reference (fr version)
3717                  - touchups (both versions)
3718
3719 2006-06-12 [paul]       2.3.0
3720
3721         2.3.0 released
3722
3723 2006-06-12 [paul]       2.2.3cvs14
3724
3725         * po/ca.po
3726         * po/cs.po
3727         * po/de.po
3728         * po/el.po
3729         * po/fr.po
3730         * po/it.po
3731         * po/pt_BR.po
3732         * po/sr.po
3733         * po/zh_CN.po
3734                 updated by Miquel Oliete, Tim, Stephan Sachse,
3735                 Stavros Giannouris, Fabien Vantard, Andrea
3736                 Spadaccini, Frederico Goncalves Guimaraes,
3737                 Aleksandar Urosevic, and Ralgh Young
3738
3739 2006-06-12 [colin]      2.2.3cvs13
3740
3741         * src/mbox.c
3742                 Add missing header
3743
3744 2006-06-11 [colin]      2.2.3cvs12
3745
3746         * src/msgcache.c
3747                 Verify that g_malloc() succeeded
3748
3749 2006-06-11 [colin]      2.2.3cvs11
3750
3751         * src/wizard.c
3752                 Add Face header to welcome mail
3753
3754 2006-06-10 [colin]      2.2.3cvs10
3755
3756         * src/textview.c
3757                 Revert previous (Forgot it changes the
3758                 margin on the whole mail)
3759
3760 2006-06-10 [colin]      2.2.3cvs9
3761
3762         * src/textview.c
3763                 Don't overlap long headers under (X-)Face
3764
3765 2006-06-10 [mones]      2.2.3cvs8
3766
3767         * manual/xml2pdf
3768                 allow generation of manual on systems lacking saxon binary
3769                 but with java and the saxon library installed
3770
3771         * po/es.po
3772                 updated for release
3773
3774 2006-06-09 [colin]      2.2.3cvs7
3775
3776         * src/summaryview.c
3777                 Fix leak when using Display Sender using Addressbook
3778
3779 2006-06-09 [colin]      2.2.3cvs6
3780
3781         * src/compose.c
3782         * src/folder.c
3783         * src/folderview.c
3784         * src/mimeview.c
3785         * src/summaryview.c
3786                 More leaks fixes
3787
3788 2006-06-09 [paul]       2.2.3cvs5
3789
3790         * AUTHORS
3791         * src/gtk/authors.h
3792         * tools/claws.i18n.status.pl
3793                 updated with new info
3794
3795 2006-06-09 [paul]       2.2.3cvs4
3796
3797         * README
3798                 updated
3799         * manual/ack.xml
3800                 add wwp to authors list
3801         * src/gtk/authors.h
3802                 update mine and Colin's addresses
3803
3804 2006-06-08 [colin]      2.2.3cvs3
3805
3806         * src/etpan/imap-thread.c
3807                 Fix leak on SSL cert check
3808
3809 2006-06-08 [colin]      2.2.3cvs2
3810
3811         * src/common/utils.c
3812                 Fix leak
3813
3814 2006-06-08 [paul]       2.2.3cvs1
3815
3816         * configure.ac
3817                 Update version number following
3818                 stable release
3819
3820 2006-06-07 [colin]      2.2.2cvs3
3821
3822         * src/msgcache.c
3823                 Fix catching cache read errors (guint instead of gint)
3824                 Prevent malloc'ing more than 8MB (means cache corruption)
3825
3826 2006-06-07 [paul]       2.2.2cvs2
3827
3828         * src/exporthtml.c
3829         * src/exportldif.c
3830         * src/mh.c
3831         * src/mutt.c
3832         * src/pine.c
3833         * src/common/utils.c
3834                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3835                 obey $HOME'
3836                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3837                 Thanks to Colin
3838
3839 2006-06-06 [paul]       2.2.2cvs1
3840
3841         * configure.ac
3842                 Update version number following
3843                 stable release
3844
3845 2006-06-06 [paul]       2.2.1cvs6
3846
3847         * src/matcher.c
3848                 fix  implicit declaration of
3849                 sylpheed_do_idle()
3850                 Patch by Fabien Vantard
3851
3852 2006-06-06 [paul]       2.2.1cvs5
3853
3854         * src/matcher.c
3855                 fix age_greater and age_lower so that they
3856                 mean what say and not '...or equal to'
3857                 Thanks to Colin
3858
3859 2006-06-06 [paul]       2.2.1cvs4
3860
3861         * src/textview.c
3862         * src/common/utils.c
3863                 fix URI check
3864                 Thanks to Colin
3865
3866 2006-06-05 [wwp]        2.2.1cvs3
3867
3868         * manual/fr/account.xml
3869                 minor language fixes (thanks to Fabien Vantard).
3870
3871 2006-06-05 [colin]      2.2.1cvs2
3872
3873         * src/prefs_folder_item.c
3874         * src/folderview.c
3875                 Allow recursive setting of properties 
3876                 for whole mailboxes
3877         * src/matcher.c
3878                 Don't freeze on 'test' filtering rule
3879
3880 2006-06-05 [colin]      2.2.1cvs1
3881
3882         * configure.ac
3883                 Update version number following
3884                 stable release
3885
3886 2006-06-04 [wwp]        2.2.0cvs82
3887
3888         * manual/glossary.xml
3889         * manual/account.xml
3890         * manual/fr/glossary.xml
3891         * manual/fr/account.xml
3892                 added glossary section and references/links related to the Face custom header.
3893
3894 2006-06-04 [colin]      2.2.0cvs81
3895
3896         * src/summaryview.c
3897                 Skip to next message on move with no
3898                 immediate execution
3899
3900 2006-06-04 [wwp]        2.2.0cvs80
3901
3902         * manual/xml2pdf
3903                 added sanity checks, exit when needed.
3904
3905 2006-06-03 [paul]       2.2.0cvs79
3906
3907         * src/prefs_receive.c
3908                 page name is now 'Receiving'
3909         * src/prefs_send.c
3910                 page name is now 'Sending'
3911
3912 2006-06-03 [colin]      2.2.0cvs78
3913
3914         * src/plugins/spamassassin/spamassassin_gtk.c
3915                 Autoswitch to Localhost if transport was previously
3916                 disabled. Else people had to check [] Enable, then
3917                 *reselect* transport.
3918
3919 2006-06-03 [colin]      2.2.0cvs77
3920
3921         * src/plugins/pgpinline/pgpinline.c
3922         * src/plugins/pgpmime/pgpmime.c
3923                 Check that gpg_data_release_and_get_mem 
3924                 didn't fail (now, why this happens...)
3925
3926 2006-06-03 [colin]      2.2.0cvs76
3927
3928         * src/mbox.c
3929                 Fix bug #962 (Manual and/or UI should 
3930                 warn about incompatible locking 
3931                 causing dataloss)
3932
3933 2006-06-02 [cleroy]     2.2.0cvs75
3934
3935         * src/filtering.c
3936         * src/folder.c
3937         * src/procmsg.c
3938         * src/summaryview.c
3939                 Fix a few leaks
3940
3941 2006-06-02 [colin]      2.2.0cvs74
3942
3943         * src/main.c
3944                 On exit, free caches after writing them
3945                 Shuts up some valgrind false positives
3946         * src/procmsg.c
3947         * src/send_message.c
3948                 Fix races when reusing existing SMTP connections
3949                 Fix inexistant session timeout
3950         * src/toolbar.c
3951                 Display alertpanel after all queues have
3952                 been processed, not after each
3953
3954 2006-06-02 [wwp]        2.2.0cvs73
3955
3956         * manual/fr/glossary.xml
3957         * manual/fr/ack.xml
3958         * manual/ack.xml
3959                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3960
3961 2006-06-02 [wwp]        2.2.0cvs72
3962
3963         * manual/xml2pdf
3964         * manual/dist/pdf/Makefile.am
3965         * manual/dtd/manual.xsl
3966         * manual/fr/dist/pdf/Makefile.am
3967         * manual/pl/dist/pdf/Makefile.am
3968                 we changed the procedure to generate the .pdf version of the manual.
3969                 The procedure is more modern and the .pdf we get now has a valid index.
3970                 Here are the new pre-requisites:
3971
3972                 - JRE 1.x (1.4 here): there must be one from your distro
3973                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3974                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3975                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3976
3977                 See my posts for further info about the installation of this toolchain:
3978
3979                 Date: Fri, 19 May 2006 19:40:06 +0200
3980                 From: wwp <subscript@free.fr>
3981                 To: sylpheed-claws-devel@lists.sourceforge.net
3982                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3983
3984                 and
3985
3986                 Date: Wed, 24 May 2006 12:58:49 +0200
3987                 From: wwp <subscript@free.fr>
3988                 To: sylpheed-claws-devel@lists.sourceforge.net
3989                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3990
3991 2006-06-01 [colin]      2.2.0cvs71
3992
3993         * src/compose.c
3994                 Better guards against IMAP races
3995         * src/main.c
3996         * src/prefs_common.c
3997         * src/prefs_common.h
3998         * src/common/ssl_certificate.c
3999         * src/etpan/imap-thread.c
4000         * src/etpan/imap-thread.h
4001         * src/gtk/sslcertwindow.c
4002                 New hidden option ssl_skip_cert_check to 
4003                 avoid dups of bug #959 (libetpan linked
4004                 against gnutls and gnutls buggy on 64bit)
4005                 Present expired warning only once per
4006                 session/server.
4007         * manual/advanced.xml
4008         * manual/fr/advanced.xml
4009                 Document new option
4010
4011 2006-06-01 [wwp]        2.2.0cvs70
4012
4013         * src/messageview.c
4014                 fix for bug #961 (return receipt dialog 
4015                 complains incorrectly about return-path 
4016                 email adress being different), thanks 
4017                 to Colin.
4018
4019 2006-05-31 [cleroy]     2.2.0cvs69
4020
4021         * src/common/ssl.c
4022                 Guard against NULLs, although this
4023                 should never be an issue
4024
4025 2006-05-31 [colin]      2.2.0cvs68
4026
4027         * src/filtering.c
4028                 Use g_slist_prepend
4029         * src/imap.c
4030                 Don't remove caches when destroying folder, it
4031                 could (should) be done at exit
4032         * src/inc.c
4033                 free processing cache after incorporation
4034         * src/etpan/imap-thread.c
4035                 Maybe fix bug #959 (Crash on moving to emails 
4036                 to a imap account per ssl with a expired 
4037                 certificate.)
4038
4039 2006-05-30 [colin]      2.2.0cvs67
4040
4041         * src/summaryview.c
4042                 Put back event flush when displaying message
4043                 It avoids reading a bunch of messages just
4044                 by hitting shift-n for too long ;)
4045
4046 2006-05-29 [colin]      2.2.0cvs66
4047
4048         * src/summaryview.c
4049                 Remove useless g_warnings
4050
4051 2006-05-29 [colin]      2.2.0cvs65
4052
4053         * src/imap.c
4054                 Fix g_slist_append()s for performance
4055
4056 2006-05-29 [colin]      2.2.0cvs64
4057
4058         * src/compose.c
4059         * src/common/utils.c
4060                 Fix extraneous tab at start of addresses
4061         * src/mainwindow.c
4062                 Fix warnings (thanks to Fabien)
4063                 Fix crash at exit when composing messages 
4064                 exist
4065         * src/pop.c
4066                 Fix progress bar when deleting expired mails
4067                 Thanks to Hiro
4068         * src/summaryview.c
4069         * src/gtk/gtksctree.c
4070                 Fix re-sorting slowness
4071
4072 2006-05-29 [paul]       2.2.0cvs63
4073
4074         * src/mh.c
4075                 fetch full message when moving mails
4076                 from another mailbox, (fixed data loss
4077                 when filtering from IMAP to MH, introduced
4078                 in 2.2.0cvs57).
4079                 Thanks to Colin
4080
4081 2006-05-29 [mones]      2.2.0cvs62
4082
4083         * src/gtk/gtksctree.c
4084                 Unselect faster (patch by Colin)        
4085
4086 2006-05-26 [colin]      2.2.0cvs61
4087
4088         * src/summaryview.c
4089                 Unplug MSGINFO_UPDATE callback on delete too.
4090
4091 2006-05-26 [colin]      2.2.0cvs60
4092
4093         * src/foldersel.c
4094                 Fix bold in folder selection window with glib2.10
4095                 thanks Hiro
4096
4097 2006-05-26 [colin]      2.2.0cvs59
4098
4099         * src/procheader.c
4100                 Convert date only if necessary (and don't
4101                 try to convert from utf8 to utf8, too)
4102         * src/summaryview.c
4103                 Only set column's text if the column's 
4104                 displayed
4105
4106 2006-05-26 [colin]      2.2.0cvs58
4107
4108         * src/summaryview.c
4109         * src/gtk/gtkutils.c
4110                 Fix useless warning
4111
4112 2006-05-26 [colin]      2.2.0cvs57
4113
4114         * src/mainwindow.c
4115                 Make summaryview selectable as long as 
4116                 no message has focus
4117         * src/mh.c
4118                 Faster deletion (by implementing mh_remove_msgs)
4119                 Faster copy (avoid using mh_fetch_msg just to get
4120                 the filename)
4121                 Faster move (using move_file instead of copy_file
4122                 if MSG_IS_MOVE)
4123                 No progressbar if total number of mails to cp/mv 
4124                 is less than 100
4125         * src/summaryview.c
4126                 Fix removal from subject_table when mail gets moved
4127                 Faster deletion (g_slist_prepend instead of append)
4128         * src/gtk/gtksctree.c
4129                 Remove useless code
4130
4131 2006-05-25 [colin]      2.2.0cvs56
4132
4133         * src/common/ssl_certificate.c
4134                 Fix leak in expired cert check
4135
4136 2006-05-25 [colin]      2.2.0cvs55
4137
4138         * src/mh.c
4139                 Disable flags syncing on .mh_sequences - it
4140                 is buggy and marks mails read under unknown
4141                 conditions.
4142
4143 2006-05-25 [paul]
4144
4145         * 2.3.0-rc4 released
4146
4147 2006-05-24 [colin]      2.2.0cvs54
4148
4149         attention cvs users: if you manage to crash
4150         Sylpheed-Claws while moving, copying or deleting
4151         mails, we *are* interested in stack traces and
4152         valgrind logs. It looks stable, but one never
4153         knows...
4154
4155         * src/folder.c
4156                 Add progressbar for cache updates
4157         * src/folderutils.c
4158                 Optimize Mark all read in the current
4159                 folder
4160         * src/mh.c
4161                 Add progressbar for copy/move
4162         * src/procmsg.c
4163                 Optimize O(n^2) in copy/move
4164         * src/summaryview.c
4165         * src/gtk/gtksctree.c
4166                 Optimize O(n^2) algos
4167         * src/common/timing.h
4168                 Display ms instead of us
4169
4170 2006-05-24 [wwp]        2.2.0cvs53
4171
4172         * manual/fr/advanced.xml
4173                 updates to the French manual.
4174
4175 2006-05-24 [wwp]        2.2.0cvs52
4176
4177         * src/common/utils.c
4178                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4179
4180 2006-05-24 [wwp]        2.2.0cvs51
4181
4182         * src/folderutils.c
4183                 fixed "mark all read" in MH folders (thanks to Colin).
4184
4185 2006-05-24 [paul]       2.2.0cvs50
4186
4187         * doc/man/sylpheed-claws.1
4188                 updated the man page
4189
4190 2006-05-23 [colin]      2.2.0cvs49
4191
4192         * src/folderview.c
4193         * src/imap.c
4194         * src/inc.c
4195         * src/mbox.c
4196         * src/messageview.c
4197         * src/news.c
4198         * src/send_message.c
4199         * src/summaryview.c
4200         * src/gtk/sslcertwindow.c
4201                 alertpanel fixes, by Fabien
4202
4203 2006-05-23 [colin]      2.2.0cvs48
4204
4205         * src/folder.c
4206         * src/folderview.c
4207         * src/msgcache.c
4208         * src/summaryview.c
4209         * src/gtk/gtksctree.c
4210         * src/gtk/gtksctree.h
4211                 More timings
4212                 Fix slow loading problem, which was caused by the
4213                 use of some gtk_ctree funcs and their use of
4214                 g_list_position while gtk_ctree_(un)link'ing.
4215                 Reap more functions from gtkctree.c to be sure we
4216                 use our (fast) version instead of theirs.
4217         * src/mh.c
4218                 Fix copy of unread mails
4219
4220
4221 2006-05-22 [wwp]        2.2.0cvs47
4222
4223         * manual/fr/advanced.xml
4224                 updated.
4225
4226 2006-05-22 [colin]      2.2.0cvs46
4227
4228         * src/filtering.c
4229                 Fix possible infinite loop. 'copy' is not a 
4230                 final action, so when encountering a 'copy',
4231                 we have to check if a previous one was set
4232                 and do it. In the same way, if we encounter
4233                 a 'move' we have to perform a possibly 
4234                 pending 'copy'. This will slow down filtering
4235                 on IMAP if move+copy or multiple copy actions
4236                 are to be done, but handling it via the batch
4237                 would be really too convoluted.
4238
4239 2006-05-22 [wwp]        2.2.0cvs45
4240
4241         * manual/fr/advanced.xml
4242         * manual/fr/faq.xml
4243         * manual/fr/glossary.xml
4244         * manual/fr/handling.xml
4245         * manual/fr/intro.xml
4246         * manual/fr/plugins.xml
4247         * manual/fr/sylpheed-claws-manual.xml
4248                 sync w/ the english manual: updates URIs, documented mailing-list
4249                 support, better explanation about the enabled/disabled feature
4250                 in filtering/processing rules by Paul.
4251
4252 2006-05-21 [colin]      2.2.0cvs44
4253
4254         * src/summaryview.c
4255                 Don't expand after building threads, but during
4256
4257 2006-05-21 [colin]      2.2.0cvs43
4258
4259         * src/procmsg.c
4260         * src/summaryview.c
4261                 More timing possibilities... For next time I have 
4262                 to find out how the hell some 3GHz computer takes
4263                 one minute to open a 30k folder...
4264
4265 2006-05-21 [colin]      2.2.0cvs42
4266
4267         * manual/pl/advanced.xml
4268         * manual/pl/faq.xml
4269         * manual/pl/glossary.xml
4270         * manual/pl/handling.xml
4271         * manual/pl/intro.xml
4272         * manual/pl/plugins.xml
4273         * manual/pl/sylpheed-claws-manual.xml
4274                 Polish manual updated by Pawel
4275
4276 2006-05-20 [colin]
4277
4278         * 2.3.0-rc3 released
4279
4280 2006-05-20 [colin]      2.2.0cvs41
4281
4282         * src/imap.c
4283                 Fix -rc2 problems:
4284                 - remove cache of moved messages from original folder
4285                 - apply new flags to messages even if they aren't appliable
4286                   via IMAP.
4287
4288 2006-05-20 [colin]
4289
4290         * 2.3.0-rc2 released
4291
4292 2006-05-19 [colin]      2.2.0cvs40
4293
4294         * src/imap.c
4295                 Don't issue SELECT in imap_change_flags
4296                 before having checked that we indeed have
4297                 some flags to change. MSG_POSTFILTERED for
4298                 example can't be used on IMAP.
4299                 Fixes bug #955 (copying messages between 
4300                 imap folders is extremely slow), which was
4301                 a regression.
4302
4303 2006-05-19 [colin]      2.2.0cvs39
4304
4305         * src/folder.c
4306         * src/folder.h
4307         * src/folderview.c
4308                 Try to fix bug #830 (Some unread messages 
4309                 get marked read in IMAP inbox):
4310                 - Prevent scanning a folder if it's being 
4311                   opened via the GUI
4312                 - Postpone opening via the GUI of a folder
4313                   currently scanned.
4314
4315
4316 2006-05-19 [wwp]        2.2.0cvs38
4317
4318         * manual/advanced.xml
4319                 fix English+typo (thanks to Paul).
4320
4321 2006-05-19 [wwp]        2.2.0cvs37
4322
4323         * manual/advanced.xml
4324         * manual/fr/advanced.xml
4325         * src/gtk/logwindow.c
4326         * src/prefs_common.c
4327         * src/prefs_common.h
4328                 added hidden prefs to allow customization of colors used in
4329                 protocol log window (useful for dark gtk+ themes).
4330
4331 2006-05-19 [wwp]        2.2.0cvs36
4332
4333         * ChangeLog
4334                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4335
4336 2006-05-19 [paul]       2.2.0cvs35
4337
4338         * src/textview.c
4339                 make Reply-To fully clickable
4340         * src/gtk/logwindow.c
4341                 more colouring (SMTP ESMTP)
4342         Both patches by Pawel Pekala
4343
4344 2006-05-19 [cleroy]     2.2.0cvs34
4345
4346         * src/mh.c
4347                 Don't update flags from current folder
4348                 Probably fixes bug #935 (Read Messages 
4349                 Revert to Being Marked as Unread)
4350
4351 2006-05-18 [colin]      2.2.0cvs33
4352
4353         * src/imap.c
4354                 Warning fix
4355         * src/compose.c
4356         * src/mainwindow.c
4357         * src/summaryview.c
4358         * src/toolbar.c
4359                 Allow replying to multiple emails
4360                 in multiple windows
4361         * src/mimeview.c
4362         * src/etpan/imap-thread.c
4363                 Leak fixes
4364
4365 2006-05-18 [paul]       2.2.0cvs32
4366
4367         * src/summaryview.c
4368                 keep Mailing-List menu refreshed
4369                 Thanks to Colin
4370
4371 2006-05-18 [paul]       2.2.0cvs31
4372
4373         * manual/advanced.xml
4374         * manual/faq.xml
4375         * manual/glossary.xml
4376         * manual/handling.xml
4377         * manual/intro.xml
4378         * manual/plugins.xml
4379         * manual/sylpheed-claws-manual.xml
4380                 update URLs
4381                 add info about mailing-list support
4382                 edit filtering info
4383         * src/wizard.c
4384         * src/common/defs.h
4385         * src/gtk/about.c
4386         * src/plugins/dillo_viewer/README
4387                 update URLs
4388
4389 2006-05-17 [wwp]        2.2.0cvs30
4390
4391         * manual/handling.xml
4392         * manual/fr/handling.xml
4393                 documented the ability to enabled/disable filtering/processing rules.
4394
4395 2006-05-17 [colin]      2.2.0cvs29
4396
4397         * src/main.c
4398                 Don't initialize g_thread subsystem if it's 
4399                 already done (thanks to Hiro)
4400         * src/mimeview.c
4401                 Fix saving of parts when there name can't be
4402                 converted from UTF-8.
4403
4404 2006-05-17 [paul]       2.2.0cvs28
4405
4406         * po/Makefile.in.in
4407                 fix config.status warning with autoconf 2.60
4408
4409 2006-05-17 [paul]       2.2.0cvs27
4410
4411         * po/POTFILES.in
4412                 add src/mbox.c
4413
4414 2006-05-17 [wwp]        2.2.0cvs26
4415
4416         * src/mainwindow.c
4417                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4418
4419 2006-05-17 [wwp]        2.2.0cvs25
4420
4421         * src/plugins/demo/demo.c
4422                 updated product name in plugin demo (many plugins need to be
4423                 sync'ed w/ that change).
4424
4425 2006-05-17 [colin]      2.2.0cvs24
4426
4427         * src/mh.c
4428                 Fix leak
4429
4430 2006-05-16 [colin]      2.2.0cvs23
4431
4432         * src/mainwindow.c
4433                 Stupid me hit again. Fix cvs22.
4434
4435 2006-05-16 [colin]      2.2.0cvs22
4436
4437         * src/mainwindow.c
4438                 Fix bug #922 (sylpheed-claws crashed after 
4439                 pushing on Inbox folder)
4440
4441 2006-05-16 [colin]      2.2.0cvs21
4442
4443         * src/compose.c
4444                 Make From header be copy/paste/select-able
4445
4446 2006-05-16 [wwp]        2.2.0cvs20
4447
4448         * src/export.c
4449         * src/matcher.c
4450         * src/summaryview.c
4451         * src/etpan/imap-thread.c
4452                 fix some compiler warnings (thanks to Colin).
4453
4454 2006-05-16 [wwp]        2.2.0cvs19
4455
4456         * src/action.c
4457         * src/gedit-print.c
4458         * src/inc.c
4459         * src/mainwindow.c
4460         * src/mh.c
4461         * src/statusbar.c
4462         * src/send_message.c
4463         * src/summaryview.c
4464                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4465
4466 2006-05-15 [colin]      2.2.0cvs18
4467
4468         * src/procmsg.c
4469                 Fix automatic rule creation with List-Post
4470
4471 2006-05-15 [paul]       2.2.0cvs17
4472
4473         * tools/filter_conv_new.pl
4474                 updated for rule enabling/disabling
4475                 claws version >= 2.3.x required
4476
4477 2006-05-15 [cleroy]     2.2.0cvs16
4478
4479         * src/main.c
4480                 Revert test
4481
4482 2006-05-15 [cleroy]     2.2.0cvs15
4483
4484         * src/main.c
4485                 test
4486
4487 2006-05-15 [wwp]        2.2.0cvs14
4488
4489         * manual/pl/.cvsignore
4490                 ignore generated files.
4491
4492 2006-05-14 [wwp]        2.3.0-rc1
4493
4494         * 2.3.0-rc1 released
4495
4496 2006-05-13 [wwp]        2.2.0cvs13
4497
4498         * src/filtering.c
4499         * src/filtering.h
4500         * src/matcher.c
4501         * src/matcher_parser_lex.l
4502         * src/matcher_parser_parse.y
4503         * src/prefs_filtering.c
4504                 new feature: provide the ability to disable filtering and processing
4505                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4506                 adaptations.
4507
4508 2006-05-13 [colin]      2.2.0cvs12
4509
4510         * src/compose.c
4511                 Remove useless if (a) b; else b;
4512                 Thanks to wwp
4513
4514 2006-05-13 [wwp]        2.2.0cvs11
4515
4516         * src/export.c
4517         * src/import.c
4518         * src/mainwindow.c
4519         * src/mbox.c
4520         * src/summaryview.c
4521         * src/summaryview.h
4522                 no more silent failures (or at least less ones) when importing
4523                 or exporting from/to mbox. Also start importing/exporting if
4524                 the necessary info is set.
4525
4526 2006-05-13 [wwp]        2.2.0cvs10
4527
4528         * RELEASE_NOTES
4529                 restored up-to-date release notes.
4530
4531 2006-05-13 [paul]       2.2.0cvs9
4532
4533         * po/nl.po
4534         * po/ru.po
4535                 updated by Tim Dijkstra and Pavlo Bohmat
4536
4537 2006-05-12 [colin]      2.2.0cvs8
4538
4539         * src/gtk/quicksearch.c
4540                 Add "k" as shortcut for "colorlabel". Patch
4541                 by ath42@users.sf.net.
4542
4543 2006-05-12 [paul]       2.2.0cvs7
4544
4545         * src/prefs_common.h
4546         * src/prefs_summaries.c
4547         * src/summaryview.c
4548                 when entering a folder also allow
4549                 going directly to first Marked message
4550
4551 2006-05-12 [paul]       2.2.0cvs6
4552
4553         * src/summaryview.c
4554                 always obey 'confirm before marking all
4555                 mails read' option
4556
4557 2006-05-12 [paul]       2.2.0cvs5
4558
4559         * src/textview.c
4560                 make Sender fully clickable
4561
4562 2006-05-12 [colin]      2.2.0cvs4
4563
4564         * src/compose.c
4565         * src/compose.h
4566                 Let From be editable
4567         * src/main.c
4568         * src/mh.c
4569                 Full support of .mh_sequences' Unseen seq
4570
4571 2006-05-12 [colin]      2.2.0cvs3
4572
4573         * src/folder.c
4574         * src/mainwindow.c
4575         * src/mainwindow.h
4576         * src/messageview.c
4577         * src/prefs_spelling.c
4578         * src/procheader.c
4579         * src/procmsg.c
4580         * src/procmsg.h
4581         * src/summaryview.c
4582         * src/toolbar.c
4583         * src/toolbar.h
4584                 Add contextual menu on Compose toolbar
4585                 button. Fixes bug #944 (Automatic
4586                 addresses not applied when changing account
4587                 from compose window)
4588                 add Mailing List support
4589                 based on the old 0.6.5claws25 patch by
4590                 Melvin Hadasht, with finishing touches
4591                 by Colin
4592                 Fix "ignore thread" when mails are threaded by
4593                 subject (and weren't ignored although appearing
4594                 in the thread).
4595                 GUI rework.
4596                 Both patches by Pawel.
4597
4598 2006-05-08 [paul]       2.2.0cvs2
4599
4600         * src/mainwindow.c
4601         * src/mainwindow.h
4602         * src/messageview.c
4603         * src/procheader.c
4604         * src/procmsg.c
4605         * src/procmsg.h
4606         * src/summaryview.c
4607                 add Mailing List support
4608                 based on the old 0.6.5claws25 patch by 
4609                 Melvin Hadasht, with finishing touches
4610                 by Colin
4611
4612 2006-05-08 [colin]      2.2.0cvs1
4613
4614         * src/mainwindow.c
4615         * src/toolbar.c
4616         * src/toolbar.h
4617                 Add contextual menu on Compose toolbar 
4618                 button. Fixes bug #944 (Automatic 
4619                 addresses not applied when changing account 
4620                 from compose window)
4621
4622 2006-05-08 [paul]       2.2.0
4623
4624         2.2.0 released
4625
4626 2006-05-08 [paul]       2.1.1cvs51
4627
4628         * po/cs.po
4629         * po/de.po
4630         * po/en_GB.po
4631         * po/fi.po
4632         * po/fr.po
4633         * po/pt_BR.po
4634         * po/sr.po
4635         * po/zh_CN.po
4636                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4637                 Fabien Vantard, Frederico Goncalves Guimaraes,
4638                 Aleksandar Urosevic, and Ralgh Young
4639
4640 2006-05-12 [colin]      2.1.1cvs50
4641
4642         * po/cs.po
4643         * po/de.po
4644         * po/en_GB.po
4645         * po/es.po
4646         * po/fi.po
4647         * po/fr.po
4648         * po/pt_BR.po
4649         * po/sr.po
4650         * po/zh_CN.po
4651                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4652                 Fabien Vantard, Frederico Goncalves Guimaraes,
4653                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4654
4655 2006-05-05 [colin]      2.1.1cvs49
4656
4657         * manual/Makefile.am
4658         * manual/pl/Makefile.am
4659         * manual/pl/account.xml
4660         * manual/pl/ack.xml
4661         * manual/pl/addrbook.xml
4662         * manual/pl/advanced.xml
4663         * manual/pl/faq.xml
4664         * manual/pl/glossary.xml
4665         * manual/pl/gpl.xml
4666         * manual/pl/handling.xml
4667         * manual/pl/intro.xml
4668         * manual/pl/keyboard.xml
4669         * manual/pl/plugins.xml
4670         * manual/pl/starting.xml
4671         * manual/pl/sylpheed-claws-manual.xml
4672         * manual/pl/dist/.cvsignore
4673         * manual/pl/dist/Makefile.am
4674         * manual/pl/dist/html/.cvsignore
4675         * manual/pl/dist/html/Makefile.am
4676         * manual/pl/dist/pdf/.cvsignore
4677         * manual/pl/dist/pdf/Makefile.am
4678         * manual/pl/dist/ps/.cvsignore
4679         * manual/pl/dist/ps/Makefile.am
4680         * manual/pl/dist/txt/.cvsignore
4681         * manual/pl/dist/txt/Makefile.am
4682                 Add the polish translation of the manual,
4683                 Authored by Pawel Pekala.
4684
4685 2006-05-05 [cleroy]     2.1.1cvs48
4686
4687         * src/main.c
4688                 Re-read matcherrc after loading plugins 
4689                 if some of them add folders.
4690
4691 2006-05-03 [colin]      2.1.1cvs47
4692
4693         * src/imap.c
4694                 I'm idiot
4695
4696 2006-05-03 [colin]      2.1.1cvs46
4697
4698         * src/imap.c
4699                 Be sure to have a session when
4700                 getting separator
4701
4702 2006-05-03 [colin]      2.1.1cvs45
4703
4704         * src/imap.c
4705         * src/imap.h
4706         * src/imap_gtk.c
4707                 Fix preventing renaming with namespace 
4708                 separator.
4709
4710 2006-05-01 [colin]      2.1.1cvs44
4711
4712         * src/action.c
4713                 Don't reload messageview when result of
4714                 action is piped.
4715
4716 2006-04-29 [colin]      2.1.1cvs43
4717
4718         * src/prefs_receive.c
4719         * src/plugins/spamassassin/spamassassin_gtk.c
4720         * src/plugins/clamav/clamav_plugin_gtk.c
4721                 GUI fixes by Pawel
4722
4723 2006-04-29 [colin]      2.1.1cvs42
4724
4725         * src/prefs_compose_writing.c
4726         * src/prefs_quote.c
4727                 Cleanups. Patch by Pawel
4728
4729 2006-04-28 [paul]       2.1.1cvs41
4730
4731         * src/matcher.c
4732                 fix returned quick search results when search
4733                 term contains an underscore.
4734                 Thanks to Colin
4735
4736 2006-04-28 [paul]       2.1.1cvs40
4737
4738         * src/prefs_message.c
4739         * src/prefs_receive.c
4740                 GUI cleanups
4741                 Patches by Pawel Pekala
4742
4743 2006-04-27 [colin]      2.1.1cvs39
4744
4745         * src/wizard.c
4746                 Differentiate subject Welcome from
4747                 window's title Welcome
4748
4749 2006-04-27 [paul]
4750
4751         2.2.0-rc1 released
4752
4753 2006-04-27 [paul]       2.1.1cvs38
4754
4755         * manual/advanced.xml
4756         * manual/fr/advanced.xml
4757                 add info about compose_no_markup hidden pref
4758
4759 2006-04-27 [paul]       2.1.1cvs37
4760
4761         * src/prefs_account.c
4762                 improve privacy labels
4763         * src/prefs_msg_colors.c
4764                 change some strings for translators' convenience
4765         * src/gtk/gtkutils.c
4766                 don't underline the link button text
4767
4768 2006-04-25 [colin]      2.1.1cvs36
4769
4770         * src/folder.c
4771                 Complete 2.1.1cvs33 (once more ;)
4772
4773 2006-04-25 [colin]      2.1.1cvs35
4774
4775         * src/editldap.c
4776                 Fix tooltip
4777
4778 2006-04-25 [cleroy]     2.1.1cvs34
4779
4780         * src/compose.c
4781         * src/gtk/gtkaspell.c
4782                 Fix crash on redirect (related to the return 
4783                 of the aspell menu in compose's toolbar)
4784         * src/prefs_msg_colors.c
4785                 Fix sensitivity widgets
4786         * src/image_viewer.c
4787         * src/gtk/pluginwindow.c
4788         * src/gtk/prefswindow.c
4789                 Change released signals to clicked (Fabien)
4790         * po/POTFILES.in
4791         * src/common/socket.c
4792         * src/plugins/spamassassin/spamassassin.c
4793                 Translate strings (Fabien)
4794
4795 2006-04-25 [paul]       2.1.1cvs33
4796
4797         * src/folder.c
4798         * src/folder.h
4799         * src/folderview.c
4800                 complete the fix of bug #912
4801                 Thanks to Colin
4802
4803 2006-04-25 [colin]      2.1.1cvs32
4804
4805         * src/news.c
4806                 Better progress bar
4807         * src/mimeview.c
4808         * src/summaryview.c
4809         * src/summaryview.h
4810                 Fix focus chain
4811                 Patches by Pawel Pekala
4812
4813 2006-04-24 [colin]      2.1.1cvs31
4814
4815         * src/compose.c
4816                 Fix compilation warnings (Fabien)
4817
4818 2006-04-24 [colin]      2.1.1cvs30
4819
4820         * src/addrindex.c
4821         * src/editldap.c
4822         * src/editldap_basedn.c
4823         * src/editldap_basedn.h
4824         * src/ldapctrl.c
4825         * src/ldapctrl.h
4826         * src/ldapquery.c
4827         * src/ldaputil.c
4828         * src/ldaputil.h
4829                 Fix bug #901 (LDAPS support)
4830
4831 2006-04-24 [colin]      2.1.1cvs29
4832
4833         * src/compose.c
4834                 Fix logic on error with send dialog on
4835         * src/imap.c
4836                 Fix compilation without libetpan, thanks
4837                 to Fabien
4838         * src/summaryview.c
4839                 Fix 'context-menu' key
4840
4841 2006-04-23 [colin]      2.1.1cvs28
4842
4843         * src/folder.c
4844                 Never free current's cache to free up 
4845                 memory. Fixes bug #912 (new count 
4846                 randomly set to message count)
4847
4848 2006-04-23 [colin]      2.1.1cvs27
4849
4850         * src/gtk/quicksearch.c
4851                 And remove printf...
4852
4853 2006-04-23 [colin]      2.1.1cvs26
4854
4855         * src/gtk/quicksearch.c
4856                 Fix replacing in quicksearch, and fix inserting
4857                 in the middle of the string. (introduced at 2.1.0cvs22)
4858
4859 2006-04-23 [colin]      2.1.1cvs25
4860
4861         * src/imap.c
4862                 Make sure uidnext is initialized in get_num_list
4863                 (not for stable, related to 2.1.1cvs8 and friends)
4864
4865 2006-04-23 [colin]      2.1.1cvs24
4866
4867         * src/imap.c
4868                 Output something when login is successful
4869                 too
4870
4871 2006-04-23 [colin]      2.1.1cvs23
4872
4873         * src/etpan/imap-thread.c
4874                 Better logging (line-per-line, hide data in fetch)
4875                 Fix a const warning
4876         * src/gtk/logwindow.c
4877         * src/gtk/logwindow.h
4878                 Better logging (color for input/output)
4879
4880 2006-04-21 [colin]      2.1.1cvs22
4881
4882         * src/gtk/quicksearch.c
4883                 On gtk+-2.8, use stock buttons in quicksearch
4884                 Based on a patch by Fabien and a design by Paul
4885
4886 2006-04-21 [colin]      2.1.1cvs21
4887
4888         * src/folderview.c
4889         * src/mainwindow.c
4890                 Fix occasional flicker in folderview
4891         * src/common/utils.c
4892                 Fix bug #943 (Incorrectly parsed email address 
4893                 list in short headers on message view and in 
4894                 printouts)
4895
4896 2006-04-20 [colin]      2.1.1cvs20
4897
4898         * src/imap.c
4899         * src/imap.h
4900         * src/prefs_account.c
4901                 Add ANONYMOUS auth for IMAP
4902
4903 2006-04-20 [paul]       2.1.1cvs19
4904
4905         * src/main.c
4906                 proper fix for 2.1.1cvs18
4907                 Thanks to Colin
4908
4909 2006-04-20 [paul]       2.1.1cvs18
4910
4911         * src/main.c
4912                 fix build warnings
4913
4914 2006-04-20 [paul]       2.1.1cvs17
4915
4916         * src/gtk/quicksearch.c
4917                 fix standard, non-extended Quick search,
4918                 was broken in 2.1.1cvs15.
4919                 Thanks to Colin.
4920
4921 2006-04-20 [colin]      2.1.1cvs16
4922
4923         * src/prefs_matcher.c
4924                 Fix values when reselecting a ~test
4925                 rule
4926
4927 2006-04-19 [colin]      2.1.1cvs15
4928
4929         * src/compose.c
4930         * src/compose.h
4931         * src/gtk/gtkaspell.c
4932         * src/gtk/gtkaspell.h
4933                 Put back Options menu in Spelling/
4934         * src/gtk/quicksearch.c
4935                 Don't search, and show error, if the
4936                 advanced search has a syntax error
4937
4938 2006-04-18 [colin]      2.1.1cvs14
4939
4940         * src/textview.c
4941                 Fix gdk warnings on set_cursor when textview
4942                 isn't visible
4943
4944 2006-04-18 [colin]      2.1.1cvs13
4945
4946         * src/gtk/gtksctree.c
4947                 Remove seemingly useless refresh that causes
4948                 flicker - watch this commit in case of 
4949                 problems before planned backport to stable
4950
4951 2006-04-18 [colin]      2.1.1cvs12
4952
4953         * src/imap.c
4954                 Factorize get/set_xml code
4955         * src/compose.c
4956         * src/prefs_account.c
4957         * src/prefs_account.h
4958         * src/procmsg.c
4959                 Add Encrypt to self option
4960
4961 2006-04-17 [colin]      2.1.1cvs11
4962
4963         * configure.ac
4964                 Fix search on encrpyt function on dragonfly
4965                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4966
4967 2006-04-17 [colin]      2.1.1cvs10
4968
4969         * src/prefs_account.c
4970                 Be safe by default: remove mails from POP3
4971                 after 7 days, not immediately
4972
4973 2006-04-17 [colin]      2.1.1cvs9
4974
4975         * src/etpan/imap-thread.c
4976                 Fix build on DragonFly - patch by 
4977                 Jonathan Buschmann <jonthn@agmact.com>
4978
4979 2006-04-17 [colin]      2.1.1cvs8
4980
4981         * src/imap.c
4982                 Save uidnext between sessions
4983
4984 2006-04-17 [colin]      2.1.1cvs7
4985
4986         * src/imap.c
4987                 scan is required when uid validity changes
4988
4989 2006-04-17 [colin]      2.1.1cvs6
4990
4991         * src/folderview.c
4992                 Don't scan if not necessary, apart in current
4993                 folder and INBOX to fetch flags.
4994         * src/imap.c
4995                 Scan is necessary if unread count changes
4996
4997 2006-04-17 [colin]      2.1.1cvs5
4998
4999         * src/imap.c
5000                 ...But always fetch ANSWERED and DELETED flags for
5001                 INBOX, as filtering can happen on these flags.
5002
5003 2006-04-17 [colin]      2.1.1cvs4
5004
5005         * src/imap.c
5006                 Don't fetch REPLIED and DELETED flags when synchronising
5007                 flags with a closed folder. We only need UNSEEN and FLAGGED
5008                 to update the folderview.
5009
5010 2006-04-17 [colin]      2.1.1cvs3
5011
5012         * src/imap.c
5013                 Faster flag search when there are new mails 
5014                 in a folder. We can do a full search if the 
5015                 folder contains less messages than the new
5016                 list.
5017
5018 2006-04-17 [colin]      2.1.1cvs2
5019
5020         * po/cs.po
5021         * po/de.po
5022         * po/fr.po
5023         * po/nl.po
5024         * po/pt_BR.po
5025                 Update translations from stable branch
5026
5027 2006-04-17 [colin]      2.1.1cvs1
5028
5029         * configure.ac
5030                 Bump version to follow stable release
5031
5032 2006-04-16 [mones]      2.1.0cvs50
5033
5034         * po/es.po
5035                 Updated for release
5036
5037 2006-04-16 [colin]      2.1.0cvs49
5038
5039         * src/textview.c
5040                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
5041                 with gtk < 2.8. Thanks to Fabien Vantard.
5042
5043 2006-04-15 [colin]      2.1.0cvs48
5044
5045         * src/etpan/imap-thread.c
5046                 Fix bug #919 (libetpan: SEGV when connecting 
5047                 using command)
5048
5049 2006-04-14 [colin]      2.1.0cvs47
5050
5051         * src/main.c
5052                 Fix race on --select (should be done better)
5053
5054 2006-04-14 [wwp]        2.1.0cvs46
5055
5056         * src/send_message.c
5057                 enforce a check for domain in account prefs (a sending
5058                 error could be faced if domain was checked but no value set),
5059                 thanks to Colin.
5060
5061 2006-04-14 [colin]      2.1.0cvs45
5062
5063         * src/codeconv.c
5064                 when converting from unknown to unknown, if the
5065                 string is UTF8, don't convert it to the locale
5066                 (which breaks it)
5067
5068 2006-04-14 [colin]      2.1.0cvs44
5069
5070         * src/compose.c
5071                 Don't try to use ASCII for converting headers
5072                 (as done in body)
5073
5074 2006-04-14 [paul]       2.1.0cvs43
5075
5076         * src/crash.c
5077                 add locale/charset info to crash report
5078         * src/gtk/about.c
5079                 add wwp to doc team
5080                 replace 'e-mail' with preferred 'email'
5081         * src/gtk/authors.h
5082                 ensure contributors list is in alphabetical
5083                 order
5084
5085 2006-04-13 [colin]      2.1.0cvs42
5086
5087         * src/textview.c
5088                 Prevent gdk warnings
5089
5090 2006-04-13 [colin]      2.1.0cvs41
5091
5092         * src/common/ssl_certificate.c
5093         * src/common/ssl_certificate.h
5094         * src/gtk/sslcertwindow.c
5095                 Warn on expired certs, and display the expiration date
5096
5097 2006-04-13 [colin]      2.1.0cvs40
5098
5099         * src/plugins/spamassassin/spamassassin_gtk.c
5100                 Fix missing set_text on unix socket
5101
5102 2006-04-13 [wwp]        2.1.0cvs39
5103
5104         * manual/fr/advanced.xml
5105         * manual/fr/glossary.xml
5106                 applied new spam/ham/email lexicon (pourriel, courriel)
5107
5108 2006-04-13 [paul]       2.1.0cvs38
5109
5110         * src/plugins/pgpmime/plugin.c
5111                 remove the mention of S/MIME from the
5112                 description. This is now handled by the
5113                 S/MIME plugin.
5114
5115 2006-04-13 [paul]       2.1.0cvs37
5116
5117         * src/prefs_msg_colors.c
5118                 rework dialog
5119         * src/prefs_folder_item.c
5120         * src/prefs_spelling.c
5121                 add a tooltip to the colour selector buttons
5122
5123 2006-04-13 [wwp]        2.1.0cvs36
5124
5125         * manual/advanced.xml
5126         * manual/glossary.xml
5127         * manual/handling.xml
5128         * manual/keyboard.xml
5129         * manual/plugins.xml
5130         * manual/starting.xml
5131         * manual/fr/account.xml
5132         * manual/fr/ack.xml
5133         * manual/fr/addrbook.xml
5134         * manual/fr/advanced.xml
5135         * manual/fr/faq.xml
5136         * manual/fr/glossary.xml
5137         * manual/fr/gpl.xml
5138         * manual/fr/handling.xml
5139         * manual/fr/intro.xml
5140         * manual/fr/keyboard.xml
5141         * manual/fr/plugins.xml
5142         * manual/fr/starting.xml
5143         * manual/fr/sylpheed-claws-manual.xml
5144                 fixes to the manuals:
5145                  - summaryview -> Message List (same in French)
5146                  - translate key names
5147                  - fix French punctuation, use non-breakable spaces when
5148                    necessary, don't use &thinsp; which is not portable
5149                  - tell what maildir and mbox formats we support
5150
5151 2006-04-12 [wwp]        2.1.0cvs35
5152
5153         * src/prefs_toolbar.c
5154                 unified a replace button more,
5155                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5156
5157 2006-04-12 [wwp]        2.1.0cvs34
5158
5159         * src/prefs_common.c
5160         * src/prefs_msg_colors.c
5161                 make default color labels translatable,
5162                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5163                 thanks to Tim <timbrain@post.cz> for reporting.
5164
5165 2006-04-12 [wwp]        2.1.0cvs33
5166
5167         * manual/glossary.xml
5168         * manual/intro.xml
5169         * manual/plugins.xml
5170         * manual/starting.xml
5171         * manual/sylpheed-claws-manual.xml
5172         * manual/fr/.cvsignore
5173         * manual/fr/account.xml
5174         * manual/fr/ack.xml
5175         * manual/fr/addrbook.xml
5176         * manual/fr/advanced.xml
5177         * manual/fr/faq.xml
5178         * manual/fr/glossary.xml
5179         * manual/fr/handling.xml
5180         * manual/fr/intro.xml
5181         * manual/fr/keyboard.xml
5182         * manual/fr/plugins.xml
5183         * manual/fr/starting.xml
5184         * manual/fr/sylpheed-claws-manual.xml
5185                 various fixes: typos, missing .fr translations, punctuation,
5186                 capitalization, links, accents and some bad French more.
5187
5188 2006-04-12 [wwp]        2.1.0cvs32
5189
5190         * src/prefs_gtk.c
5191                 fix for bug #935: always store prefs files in UTF-8 (thanks
5192                 to Colin).
5193
5194 2006-04-11 [colin]      2.1.0cvs31
5195
5196         * src/compose.c
5197                 Fix inserting files not in utf8 when locale is utf8
5198
5199 2006-04-11 [colin]      2.1.0cvs30
5200
5201         * src/inc.c
5202                 Don't show error dialog when cancelling connection
5203                 Patch by Pawel
5204
5205 2006-04-11 [cleroy]     2.1.0cvs29
5206
5207         * src/compose.c
5208                 Implement multiple quote levels
5209         * src/prefs_common.c
5210                 Change a little bit the quote bgcolor for 2nd level
5211
5212 2006-04-11 [colin]      2.1.0cvs28
5213
5214         * src/gtk/about.c
5215                 Add locale and charset in the label
5216
5217 2006-04-10 [colin]      2.1.0cvs27
5218
5219         * src/compose.c
5220         * src/prefs_common.c
5221         * src/prefs_common.h
5222         * src/prefs_msg_colors.c
5223         * src/textview.c
5224                 Allow optional background color in quotes
5225                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5226                 GTK+-2.8.x feature
5227
5228 2006-04-10 [colin]      2.1.0cvs26
5229
5230         * src/main.c
5231         * src/mainwindow.c
5232         * src/mainwindow.h
5233                 Implement --select
5234
5235 2006-04-10 [colin]      2.1.0cvs25
5236
5237         * manual/plugins.xml
5238         * manual/fr/plugins.xml
5239                 Document libcurl's proxy variables
5240
5241 2006-04-09 [colin]      2.1.0cvs24
5242
5243         * src/prefs_common.c
5244                 gettext() returns statically allocated stuff. We have
5245                 to strdup it in order to be able to free it.
5246
5247 2006-04-09 [colin]      2.1.0cvs23
5248
5249         * AUTHORS
5250         * src/gtk/authors.h
5251                 Add Alexei
5252
5253 2006-04-09 [colin]      2.1.0cvs22
5254
5255         * src/mainwindow.c
5256         * src/gtk/quicksearch.c
5257                 Fix bug #859 (problems with cyrilic input in 
5258                 search panel) - Patch by Alexey Illarionov 
5259                 <littlesavage@rambler.ru>
5260
5261 2006-04-09 [colin]      2.1.0cvs21
5262
5263         * src/prefs_customheader.c
5264                 I prefer removing then freeing rather than the contrary
5265                 (even if it doesn't change anything ;-)
5266         * src/prefs_account.c
5267                 Fix bug #933 (Crash re-entering the custom headers list 
5268                 dialog in accounts prefs)
5269                 The problem happened when cancelling the Account 
5270                 Preferences' dialogs - in which case we didn't do 
5271                 anything to the PrefsAccount * struct. In case of applying,
5272                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5273                 working with in this dialog. The problem is that 
5274                 prefs_customheader.c, working on this tmp_ac_prefs, always
5275                 changes the ->customhdr_list pointer, even when cancelled. 
5276                 So in case of cancelling the prefs_account dialog, we still
5277                 have to update ->customhdr_list in the real account.
5278
5279 2006-04-08 [colin]      2.1.0cvs20
5280
5281         * manual/fr/glossary.xml
5282         * manual/fr/keyboard.xml
5283                 Forgot some headers :)
5284
5285 2006-04-08 [colin]      2.1.0cvs19
5286
5287         * manual/Makefile.am
5288         * manual/fr/Makefile.am
5289         * manual/fr/account.xml
5290         * manual/fr/ack.xml
5291         * manual/fr/addrbook.xml
5292         * manual/fr/advanced.xml
5293         * manual/fr/faq.xml
5294         * manual/fr/glossary.xml
5295         * manual/fr/gpl.xml
5296         * manual/fr/handling.xml
5297         * manual/fr/intro.xml
5298         * manual/fr/keyboard.xml
5299         * manual/fr/plugins.xml
5300         * manual/fr/starting.xml
5301         * manual/fr/sylpheed-claws-manual.xml
5302         * manual/fr/dist/.cvsignore
5303         * manual/fr/dist/Makefile.am
5304         * manual/fr/dist/html/.cvsignore
5305         * manual/fr/dist/html/Makefile.am
5306         * manual/fr/dist/pdf/.cvsignore
5307         * manual/fr/dist/pdf/Makefile.am
5308         * manual/fr/dist/ps/.cvsignore
5309         * manual/fr/dist/ps/Makefile.am
5310         * manual/fr/dist/txt/.cvsignore
5311         * manual/fr/dist/txt/Makefile.am
5312                 Add the french translation of the manual. Thanks to
5313                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5314                 account.xml, ack.xml, addrbook.xml and advanced.xml
5315
5316 2006-04-08 [colin]      2.1.0cvs18
5317
5318         * manual/plugins.xml
5319         * manual/starting.xml
5320                 More fixes
5321
5322 2006-04-07 [colin]      2.1.0cvs17
5323
5324         * manual/faq.xml
5325         * manual/intro.xml
5326         * manual/keyboard.xml
5327                 Little fixes
5328
5329 2006-04-07 [colin]      2.1.0cvs16
5330
5331         * README
5332         * src/compose.c
5333         * src/prefs_common.c
5334         * src/prefs_common.h
5335                 Add hidden compose_no_markup pref
5336
5337 2006-04-07 [wwp]        2.1.0cvs15
5338
5339         * src/summary_search.c
5340         * .cvsignore
5341                 Bugfix: stop button was sticky when searching in an empty folder.
5342                 Applied curly brackets code style to the whole file (summary_search.c).
5343                 More files to ignore.
5344
5345 2006-04-07 [wwp]        2.1.0cvs14
5346
5347         * src/message_search.c
5348         * src/summary_search.c
5349                 changed default button when search bumps at file/folder
5350                 beginning or end, for convenience (thanks to Colin).
5351
5352 2006-04-07 [paul]       2.1.0cvs13
5353
5354         * src/plugins/dillo_viewer/dillo_prefs.c
5355                 avoid future potential for namespace collision
5356                 Patch by Colin
5357
5358 2006-04-06 [wwp]        2.1.0cvs12
5359
5360         * src/summary_search.c
5361                 Unify extended/advanced searches names (and thus factorize labels),
5362                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5363
5364 2006-04-06 [wwp]        2.1.0cvs11
5365
5366         * src/folderview.c
5367         * src/prefs_themes.c
5368         * src/summaryview.c
5369                 Fixed some compilation warnings.
5370
5371 2006-04-06 [colin]      2.1.0cvs10
5372
5373         * manual/advanced.xml
5374                 Document the wizard template and how to deploy
5375                 Sylpheed-Claws effectively
5376
5377 2006-04-06 [colin]      2.1.0cvs9
5378
5379         * src/folderview.c
5380                 gettext patch to tell translators about _("#"),
5381                 by Maxim Britov
5382
5383 2006-04-06 [colin]      2.1.0cvs8
5384
5385         * src/textview.c
5386                 Fix invalid GtkTextBIter after clicking "Display as text"
5387
5388 2006-04-06 [mones]      2.1.0cvs7
5389
5390         * src/addr_compl.c
5391         * src/addrindex.c
5392         * src/addritem.c
5393         * src/codeconv.c
5394         * src/compose.c
5395         * src/filtering.c
5396         * src/folder.c
5397         * src/folder_item_prefs.c
5398         * src/folderview.c
5399         * src/localfolder.c
5400         * src/matcher.c
5401         * src/mimeview.c
5402         * src/prefs_msg_colors.c
5403         * src/prefs_spelling.c
5404         * src/prefs_themes.c
5405         * src/procmime.c
5406         * src/procmsg.c
5407         * src/stock_pixmap.c
5408         * src/summaryview.c
5409         * src/textview.c
5410         * src/toolbar.c
5411         * src/common/mgutils.c
5412         * src/common/prefs.c
5413         * src/common/ssl_certificate.c
5414         * src/gtk/colorlabel.c
5415         * src/gtk/quicksearch.c
5416         * src/plugins/pgpmime/pgpmime.c
5417         * src/plugins/spamassassin/spamassassin.c
5418                 Removed redundant NULL checks for g_free() calls.
5419                 Patch by Pawel Pekala.
5420
5421 2006-04-06 [mones]      2.1.0cvs6
5422
5423         * src/prefs_actions.c
5424         * src/prefs_filtering.c
5425         * src/prefs_filtering_action.c
5426         * src/prefs_matcher.c
5427         * src/prefs_template.c
5428         * src/gtk/gtkutils.c
5429         * src/gtk/gtkutils.h
5430                 Have a nice replace button. Patch by Pawel Pekala
5431
5432 2006-04-06 [colin]      2.1.0cvs5
5433
5434         * src/addressbook.c
5435                 Fix crash with empty columns
5436
5437 2006-04-05 [colin]      2.1.0cvs4
5438
5439         * src/wizard.c
5440         * src/prefs_gtk.c
5441                 Allow wizard customization with pre-filled values
5442
5443 2006-04-05 [colin]      2.1.0cvs3
5444
5445         * src/textview.c
5446         * src/mimeview.c
5447         * src/mimeview.h
5448                 Nicer messages in mimeview
5449
5450 2006-04-05 [colin]      2.1.0cvs2
5451
5452         * src/addressbook.c
5453         * src/prefs_summaries.c
5454                 i18n fix
5455
5456 2006-04-05 [colin]      2.1.0cvs1
5457
5458         * src/plugins/pgpcore/plugin.c
5459         * src/plugins/pgpcore/select-keys.c
5460         * src/plugins/pgpcore/select-keys.h
5461         * src/plugins/pgpcore/sgpgme.c
5462         * src/plugins/pgpcore/sgpgme.h
5463         * src/plugins/pgpinline/pgpinline.c
5464         * src/plugins/pgpinline/plugin.c
5465         * src/plugins/pgpmime/pgpmime.c
5466         * src/plugins/pgpmime/plugin.c
5467                 Factorize and generalize a bit 
5468                 Drop S/MIME signature verification from PGP/MIME
5469                 (adding it as another, more complete plugin)
5470
5471 2006-04-05 [paul]       2.1.0
5472
5473         2.1.0 released
5474
5475 2006-04-05 [paul]       2.0.0cvs186
5476
5477         * manual/advanced.xml
5478                 add info on colour labels
5479
5480 2006-04-05 [paul]       2.0.0cvs185
5481
5482         * po/bg.po
5483         * po/cs.po
5484         * po/de.po
5485         * po/el.po
5486         * po/en_GB.po
5487         * po/fi.po
5488         * po/fr.po
5489         * po/it.po
5490         * po/nl.po
5491         * po/pl.po
5492         * po/pt_BR.po
5493         * po/sr.po
5494         * po/zh_CN.po
5495                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5496                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5497                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5498                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5499         * src/gtk/authors.h
5500         * tools/claws.i18n.status.pl
5501                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5502                 and new Czech translator, Tim <timbrain@post.cz>
5503
5504 2006-04-05 [mones]      2.0.0cvs184
5505
5506         * po/es.po
5507                 Updated translation
5508
5509 2006-04-05 [colin]      2.0.0cvs183
5510
5511         * src/gtk/quicksearch.c
5512                 Fix bug #929 (unnecessary reload in quick search bar)
5513
5514 2006-04-05 [colin]      2.0.0cvs182
5515
5516         * src/compose.c
5517                 Fix crash on Reply with no From:
5518                 Show signature and conversion error on queuing 
5519                 (but not sending)
5520         * src/mainwindow.c
5521         * src/summaryview.c
5522         * src/summaryview.h
5523                 Factorize threading code and make sure msginfo 
5524                 is not null when it comes from a GtkCTreeRow's 
5525                 data
5526         * src/gtk/gtkaspell.c
5527                 Check for necessary things
5528         * src/gtk/gtksctree.c
5529         * src/gtk/gtksctree.h
5530                 Reset anchor if necessary when removing node
5531
5532 2006-03-29 [colin]      2.0.0cvs181
5533
5534         * src/folderview.c
5535                 Warn for disabled IMAP accounts (due to lack of
5536                 libetpan). Breaks string-freeze - sorry - but it
5537                 is kind of important ;)
5538
5539 2006-03-28 [colin]      2.0.0cvs180
5540
5541         * src/gtk/gtkutils.c
5542         * src/gtk/gtkutils.h
5543                 Add a gtkut_get_link_btn() function that
5544                 creates a button which acts like an URI
5545         * src/prefs_themes.c
5546         * src/gtk/about.c
5547                 Use this function (factorizes codes)
5548         * src/common/defs.h
5549         * src/gtk/pluginwindow.c
5550                 Add a "Get more..." in the plugins window
5551
5552 2006-03-28 [colin]      2.0.0cvs179
5553
5554         * src/common/smtp.c
5555         * src/common/passcrypt.c
5556         * src/undo.c
5557                 Warning fixes. Patch by Pawel Pekala
5558
5559 2006-03-27 [colin]      2.0.0cvs178
5560
5561         * src/undo.c
5562                 Fix undoing by blocks with spaces
5563
5564 2006-03-27 [colin]      2.0.0cvs177
5565
5566         * src/textview.c
5567                 Set margin to 3px for headers
5568
5569 2006-03-27 [paul]
5570
5571         2.1.0-rc2 released
5572
5573 2006-03-27 [wwp]        2.0.0cvs176
5574
5575         * src/summaryview.c
5576                 don't reset quicksearch when updating the message list.
5577                 Thanks to Colin.
5578
5579 2006-03-26 [wwp]        2.0.0cvs175
5580
5581         * src/compose.c
5582                 use a unified border width ('other' tab in the compose window,
5583                 patch by Pawel Pekala).
5584
5585
5586 2006-03-26 [wwp]        2.0.0cvs174
5587
5588         * src/common/quoted-printable.c
5589         * src/addressbook.c
5590                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5591
5592 2006-03-26 [colin]      2.0.0cvs173
5593
5594         * src/quote_fmt_parse.y
5595                 Fix non-UTF8 date formats messing up the whole quote a 
5596                 little bit
5597
5598 2006-03-26 [colin]      2.0.0cvs172
5599
5600         * src/procheader.c
5601                 Make sure the date is UTF8 valid, or try to make it
5602                 so. IncrediMail is really IncrediStupid.
5603         * src/compose.c
5604                 Fix possible conversions. 
5605                 
5606
5607 2006-03-26 [colin]      2.0.0cvs171
5608
5609         * src/matcher.c
5610                 Fix corner cases in body search. This is still a
5611                 hack... It seems impossible to make it good and 
5612                 reasonably fast at the same time.
5613
5614 2006-03-26 [colin]      2.0.0cvs170
5615
5616         * src/summaryview.c
5617                 I think I killed the twilight zone bug!
5618                 summary_select_node() flushes GTK events in order
5619                 to be able to center the view. But this also 
5620                 flushes keypresses like Ctrl-Alt-U, so this can
5621                 call summary_show from summary_select_node (itself
5622                 called from summary_show, etc.). And the summaryview
5623                 has to be unlocked in this function. So just locking
5624                 while processing GTK events, and bailing if locked, 
5625                 should fix it.
5626                 Fixes bug #927 (SIGSEGV during Update Summary)
5627
5628 2006-03-25 [colin]      2.0.0cvs169
5629
5630         * src/matcher.c
5631                 Fix search in QP-encoded bodies
5632                 Fix utf-8 searches in bodies encoded in the
5633                 locale's encoding
5634         * src/common/quoted-printable.c
5635         * src/common/quoted-printable.h
5636                 Add a decode function that doesn't overwrite
5637                 the original pointer
5638                 
5639
5640 2006-03-24 [colin]      2.0.0cvs168
5641
5642         * src/action.c
5643         * src/summaryview.c
5644         * src/summaryview.h
5645                 Update message cache after action
5646                 Patch by H. Merijn Brand
5647         * src/prefs_msg_colors.c
5648                 Factorize label 
5649                 Patch by Fabien Vantard
5650         * src/plugins/spamassassin/spamassassin_gtk.c
5651                 Remove useless translation
5652                 Patch by Fabien Vantard
5653
5654 2006-03-23 [colin]      2.0.0cvs167
5655
5656         * src/common/ssl.c
5657                 Let 30 seconds to SSL_connect
5658
5659 2006-03-23 [wwp]        2.0.0cvs166
5660
5661         * src/summaryview.c
5662         * src/gtk/description_window.c
5663                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5664                 and headers are translated; adjust description windows' width to fit their
5665                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5666
5667 2006-03-23 [paul]       2.0.0cvs165
5668
5669         * src/common/utils.c
5670                 fix highlighting of URIs containing "()"
5671                 (2.0.0cvs164's reversal fixed)
5672                 Thanks to Colin.
5673
5674 2006-03-23 [paul]       2.0.0cvs164
5675
5676         * src/common/utils.c
5677                 revert patch, (postponing a fix), at 2.0.0cvs120
5678                 as it breaks more URIs than it fixes.
5679                 Allow '-' to be a terminating character in a URI
5680
5681 2006-03-22 [colin]      2.0.0cvs163
5682
5683         * configure.ac
5684                 Require libetpan 0.45
5685                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5686
5687 2006-03-22 [paul]       2.0.0cvs162
5688
5689         * src/editgroup.c
5690                 replace '<-' and '->' buttons with GTK_STOCK graphical
5691                 buttons
5692         * src/summary_search.c
5693                 don't offer '...' for translation
5694                 add a tooltip to advanced search '...' button
5695         * src/gtk/quicksearch.c
5696                 don't offer '...' for translation
5697
5698 2006-03-21 [colin]      2.0.0cvs161
5699
5700         * src/compose.c
5701                 Fix middle-click pasting (insert at click
5702                 position instead of cursor position, don't
5703                 remove existing selection and allow pasting
5704                 our own selection)
5705         * src/addressbook.c
5706                 "LDAP Server" -> "LDAP servers"
5707
5708 2006-03-21 [wwp]        2.0.0cvs160
5709
5710         * src/etpan/imap-thread.c
5711                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5712
5713 2006-03-20 [colin]      2.0.0cvs159
5714
5715         * src/summaryview.c
5716                 Don't reload summaryview after an execute with no
5717                 move action
5718
5719 2006-03-19 [colin]      2.0.0cvs158
5720
5721         * src/addressbook.c
5722                 and put groups at the top, always
5723
5724 2006-03-19 [colin]      2.0.0cvs157
5725
5726         * src/addressbook.c
5727                 Order groups before names, as previously
5728
5729 2006-03-19 [colin]      2.0.0cvs156
5730
5731         * src/addressbook.c
5732                 - Sort case-unsensitive
5733                 - Put the sort arrow at opening too
5734
5735 2006-03-19 [wwp]        2.0.0cvs155
5736
5737         * src/addressbook.c
5738                 allow sorting by name/email/remarks, ensure that right-pane's contents
5739                 matches the left-pane selection (cleared when appropriate).
5740                 Patch by Pawel Pekala <c0rn@o2.pl>.
5741
5742 2006-03-18 [colin]      2.0.0cvs154
5743
5744         * src/textview.c
5745                 Fix text cursor ;)
5746
5747 2006-03-18 [colin]      2.0.0cvs153
5748
5749         * src/gtk/filesel.c
5750                 Make sure we hide the preview if we didn't get
5751                 a filename
5752
5753 2006-03-18 [colin]      2.0.0cvs152
5754
5755         * src/summaryview.c
5756                 Set cursor to watch for execution (fixes lack
5757                 of watch-cursor when dnd'ing hundreds of mails)
5758         * src/gtk/filesel.c
5759                 Check that mime type is 'image/*' before updating
5760                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5761
5762 2006-03-18 [colin]      2.0.0cvs151
5763
5764         * src/mainwindow.c
5765         * src/textview.c
5766         * src/textview.h
5767                 Put a watch cursor in textview too when the mainwindow's
5768                 cursor in a watch
5769
5770 2006-03-18 [colin]      2.0.0cvs150
5771
5772         * src/folder.c
5773                 Change wrong asserts to simple tests
5774
5775 2006-03-17 [colin]      2.0.0cvs149
5776
5777         * src/mainwindow.c
5778         * src/mainwindow.h
5779         * src/prefs_msg_colors.c
5780         * src/summaryview.c
5781         * src/summaryview.h
5782         * src/gtk/colorlabel.c
5783         * src/gtk/colorlabel.h
5784                 Add a color label menu in the main menubar
5785                 Add (fixed) accels Ctrl-{0-7} to change the color
5786                 They have to be fixed because the menu's dynamic,
5787                 the items are complex widgets, hence we can't use
5788                 a GtkItemFactory.
5789
5790
5791 2006-03-17 [wwp]        2.0.0cvs148
5792
5793         * src/compose.c
5794                 rollback few lines from my previous commit (those lines come from
5795                 a pending patch, accidentally commited, even if neutral as they are
5796                 commented out).
5797
5798 2006-03-17 [wwp]        2.0.0cvs147
5799
5800         * src/compose.c
5801                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5802                 applied code style/indentation to the modified function.
5803
5804 2006-03-17 [wwp]        2.0.0cvs146
5805
5806         * src/procmsg.c
5807         * src/compose.c
5808                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5809
5810 2006-03-17 [paul]
5811
5812         2.1.0-rc1 released
5813
5814 2006-03-17 [paul]       2.0.0cvs145
5815
5816         * src/main.c
5817                 addressbook_read_file() was called twice
5818         * src/textview.c
5819                 X-Mailer highlighting
5820
5821 2006-03-16 [colin]      2.0.0cvs144
5822
5823         * src/sourcewindow.c
5824         * src/sourcewindow.h
5825                 And the last one, in source window.
5826
5827 2006-03-16 [colin]      2.0.0cvs143
5828
5829         * src/compose.c
5830         * src/compose.h
5831                 Fix the same stuff in compose
5832
5833 2006-03-16 [colin]      2.0.0cvs142
5834
5835         * src/messageview.c
5836                 Complete the previous messageview crash fix
5837
5838 2006-03-16 [colin]      2.0.0cvs141
5839
5840         * src/procmsg.h
5841         * src/procmsg.c
5842         * src/folder.c
5843                 Fix POSTPROCESSING hook
5844                 Patch by H. Merijn Brand
5845
5846         * src/procmime.c
5847         * src/procmime.h
5848                 Parse Content-Location
5849
5850         * src/toolbar.c
5851         * src/messageview.c
5852         * src/messageview.h
5853                 Don't crash when a top-level MessageView has
5854                 been closed on us. Same problematic than
5855                 yesterday's quicksearch issue.
5856
5857 2006-03-15 [colin]      2.0.0cvs140
5858
5859         * src/gtk/quicksearch.c
5860                 Fix a bitchy race we didn't think about when we
5861                 added quicksearch cancellation:
5862                 If the search is not on cached fields, for example
5863                 body_part matchcase "stuff"
5864                 the matcher code has to get the whole message. If
5865                 we're on IMAP, that can be slow, and in order to
5866                 be non-blocking, the IMAP code idle loop processes
5867                 gtk events too. So it is possible to cancel a
5868                 quicksearch while the matcher is getting the mail's
5869                 body. After matcher got its body, it will start to
5870                 iterate over the matcher list that the Quicksearch's
5871                 clear_search_cb() just freed via prepare_matcher().
5872                 SIGSEGV ensues.
5873                 The fix consists of guarding the matcherlist_match()
5874                 call with a boolean 'matching'. If we reset the
5875                 quicksearch while matching is TRUE, we don't free
5876                 the matcherlist anymore like we did, but we set
5877                 another new flag, deferred_free, to TRUE. Then,
5878                 in quicksearch_match(), just after returning from
5879                 matcherlist_match() and unsetting the matching flag,
5880                 we check the deferred_free flag and do the
5881                 prepare_matcher() (which does the matcherlist_free)
5882                 for real, so we free the matcherlist once it's not
5883                 used anymore.
5884                 As all of this runs via the glib main loop, we
5885                 luckily don't need a mutex.
5886         * src/summaryview.c
5887                 Also, show progress while searching.
5888
5889
5890 2006-03-14 [colin]      2.0.0cvs139
5891
5892         * src/alertpanel.c
5893                 Make alertpanel_is_open non-static
5894
5895 2006-03-14 [colin]      2.0.0cvs138
5896
5897         * src/prefs_spelling.c
5898                 Cleanups - Fabien Vantard
5899
5900 2006-03-14 [wwp]        2.0.0cvs137
5901
5902         * src/main.c
5903                 code style normalization (curly braces, indentation).
5904
5905 2006-03-14 [wwp]        2.0.0cvs137
5906
5907         * src/main.c
5908                 code style (braces, indentation)
5909
5910 2006-03-12 [paul]       2.0.0cvs136
5911
5912         * src/prefs_common.c
5913                 trans_hdr defaults to FALSE to be RFC-savvy
5914         * src/prefs_summaries.c
5915                 add a tooltip to the trans_hdr option
5916                 
5917
5918 2006-03-12 [paul]       2.0.0cvs135
5919
5920         * src/prefs_matcher.c
5921                 give a little more width to the combos
5922         * src/prefs_display_header.c
5923         * src/textview.c
5924                 translate headers if prefs_common.trans_hdr
5925                 is TRUE
5926
5927         Patches by Pawel Pekala
5928
5929 2006-03-12 [paul]       2.0.0cvs134
5930
5931         * src/plugins/clamav/clamav_plugin.c
5932         * src/plugins/dillo_viewer/dillo_viewer.c
5933         * src/plugins/pgpcore/plugin.c
5934         * src/plugins/pgpinline/plugin.c
5935         * src/plugins/pgpmime/plugin.c
5936         * src/plugins/spamassassin/spamassassin.c
5937                 update/add to descriptions
5938         * src/plugins/spamassassin/spamassassin_gtk.c
5939                 fixes to the english, remove superfluous
5940                 tooltips, clean up a little
5941
5942 2006-03-12 [paul]       2.0.0cvs133
5943
5944         * src/compose.c
5945                 fix Bug 924, 'Account combo box shows up wrong 
5946                 if & is in account name'
5947
5948 2006-03-11 [colin]      2.0.0cvs132
5949
5950         * src/summaryview.c
5951                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5952                 messed up shift-selection because is slows down
5953                 moving around summaryview. thanks -users
5954
5955 2006-03-10 [colin]      2.0.0cvs131
5956
5957         * src/plugins/spamassassin/spamassassin_gtk.c
5958                 Put back Paul's engrish fixes
5959
5960 2006-03-10 [colin]      2.0.0cvs130
5961
5962         * src/plugins/spamassassin/spamassassin.c
5963         * src/plugins/spamassassin/spamassassin.h
5964         * src/plugins/spamassassin/spamassassin_gtk.c
5965                 Cleanup SA prefs page (more)
5966                 Patch by Fabien Vantard
5967
5968 2006-03-10 [paul]       2.0.0cvs129
5969
5970         * src/prefs_msg_colors.c
5971         * src/prefs_spelling.c
5972                 widget sensitivity
5973
5974 2006-03-09 [mones]      2.0.0cvs128
5975
5976         * po/es.po
5977                 Update for next RC
5978
5979 2006-03-09 [wwp]        2.0.0cvs127
5980
5981         * configure.ac
5982                 revert accidental commit (requirement for libetpan 0.43), this time
5983                 not in HEAD.
5984
5985 2006-03-09 [wwp]        2.0.0cvs125
5986
5987         * configure.ac
5988                 revert accidental commit (requirement for libetpan 0.43)
5989
5990 2006-03-09 [paul]       2.0.0cvs126
5991
5992         * src/prefs_receive.c
5993                 remove useless frame
5994                 replace 'incorporation' with 'receiving'
5995         * src/plugins/clamav/clamav_plugin_gtk.c
5996         * src/plugins/spamassassin/spamassassin_gtk.c
5997                 improve widget sensitivity
5998                 fix a bit his engrish
5999
6000 2006-03-09 [wwp]        2.0.0cvs125
6001
6002         * src/addressadd.c
6003         * src/foldersel.c
6004         * src/prefs_common.c
6005         * src/prefs_common.h
6006                 remember some more windows' sizes (add to addressbook and
6007                 select folder).
6008
6009 2006-03-09 [paul]       2.0.0cvs124
6010
6011         * src/plugins/pgpcore/prefs_gpg.c
6012                 normalise construction of dialogue
6013
6014 2006-03-09 [paul]       2.0.0cvs123
6015
6016         * src/plugins/trayicon/Makefile.am
6017                 add missing slash
6018
6019 2006-03-08 [colin]      2.0.0cvs122
6020
6021         * src/plugins/trayicon/Makefile.am
6022                 Fix build in separate dir 
6023                 Patch by Bamanzi <bamanzi@gmail.com>
6024
6025 2006-03-08 [colin]      2.0.0cvs121
6026
6027         * src/procmsg.c
6028                 Batch move and copies from summaryview with delayed execution
6029                 too
6030
6031 2006-03-07 [paul]       2.0.0cvs120
6032
6033         * src/common/utils.c
6034                 fix highlighting of URIs containing "()"
6035                 Patch by Pawel Pekala
6036
6037 2006-03-07 [paul]       2.0.0cvs119
6038
6039         * src/folder.c
6040         * src/folder.h
6041         * src/folderview.c
6042                 immediately do alphabetical resort when
6043                 changing a folder's name
6044                 Patch by Pawel Pekala
6045
6046 2006-03-07 [paul]       2.0.0cvs118
6047
6048         * src/news.c
6049         * src/news_gtk.c
6050                 when unsubscribing a newsgroup, remove the
6051                 folder and msgs in .sylpheed-claws/newscache
6052                 Patch by Pawel Pekala <c0rn@gazeta.pl>
6053
6054 2006-03-07 [paul]       2.0.0cvs117
6055
6056         * src/textview.c
6057                 fix wrong Fake URL Warning
6058                 Thanks to Hiro
6059
6060 2006-03-07 [colin]      2.0.0cvs116
6061
6062         * src/imap.c
6063                 Return immediately when password dialog was
6064                 cancelled
6065         * src/gtk/inputdialog.c
6066                 Allow empty strings for passwords
6067
6068
6069 2006-03-06 [colin]      2.0.0cvs115
6070
6071         * src/imap.c
6072                 Prevent double-timeouts when connection fails
6073
6074 2006-03-06 [colin]
6075
6076         2.0.1-rc1 released
6077
6078 2006-03-06 [colin]      2.0.0cvs114
6079
6080         * src/imap.c
6081                 Refresh session during potentially long
6082                 operations
6083
6084 2006-03-06 [wwp]        2.0.0cvs113
6085
6086         * src/prefs_msg_colors.h
6087                 forgot that one (custom color labels).
6088
6089 2006-03-06 [wwp]        2.0.0cvs112
6090
6091         * src/prefs_common.c
6092         * src/prefs_common.h
6093         * src/prefs_msg_colors.c
6094         * src/summaryview.c
6095         * src/summaryview.h
6096         * src/gtk/colorlabel.c
6097         * src/gtk/colorlabel.h
6098                 colors in messages list are now customizable. Color values and names can
6099                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
6100                 Thanks to Paul and Colin for their help with this longstanding patch!
6101
6102 2006-03-06 [wwp]        2.0.0cvs111
6103
6104         * src/textview.c
6105                 don't crash if (x)face is bad.
6106
6107 2006-03-05 [paul]       2.0.0cvs110
6108
6109         * AUTHORS
6110         * configure.ac
6111         * src/Makefile.am
6112         * src/common/Makefile.am
6113         * src/common/utils.h
6114         * src/etpan/imap-thread.c
6115         * src/gtk/authors.h
6116         * src/plugins/clamav/Makefile.am
6117         * src/plugins/demo/Makefile.am
6118         * src/plugins/dillo_viewer/Makefile.am
6119         * src/plugins/pgpcore/Makefile.am
6120         * src/plugins/pgpcore/passphrase.c
6121         * src/plugins/pgpinline/Makefile.am
6122         * src/plugins/pgpmime/Makefile.am
6123         * src/plugins/spamassassin/Makefile.am
6124         * src/plugins/trayicon/Makefile.am
6125                 fix builiding on cygwin
6126                 Patch by Ralgh Young <bamanzi@gmail.com>
6127
6128 2006-03-04 [wwp]        2.0.0cvs109
6129
6130         * manual/keyboard.xml
6131                 fix mixed up/down keys.
6132
6133 2006-03-04 [wwp]        2.0.0cvs108
6134
6135         * README
6136         * INSTALL
6137                 updated links to SpamAssassin.
6138
6139 2006-03-04 [wwp]        2.0.0cvs107
6140
6141         * manual/plugins.xml
6142         * src/plugins/spamassassin/README
6143                 updated SpamAssassin plugin docs to reflect new functional additions
6144                 (also fix/update/documents few technical stuff more, see the README).
6145
6146 2006-03-04 [wwp]        2.0.0cvs106
6147
6148         * src/prefs_message.c
6149                 normalized capitalization of message-prefs paths.
6150
6151 2006-03-04 [wwp]        2.0.0cvs105
6152
6153         * manual/advanced.xml
6154                 typo.
6155
6156 2006-03-03 [colin]      2.0.0cvs104
6157
6158         * src/plugins/clamav/clamav_plugin_gtk.c
6159                 Rework prefs page, patch by Fabien 
6160
6161 2006-03-03 [colin]      2.0.0cvs103
6162
6163         * src/plugins/clamav/clamav_plugin.c
6164                 Set error on all errors
6165
6166 2006-03-03 [colin]      2.0.0cvs102
6167
6168         * src/common/plugin.c
6169                 Initialize error to avoid crashing when a plugin fails
6170                 without setting error
6171
6172 2006-03-02 [wwp]        2.0.0cvs101
6173
6174         * configure.ac
6175                 fixed linker flags for libetpan support on Cygwin
6176                 (thanks to H.Merijn Brand).
6177
6178 2006-03-02 [wwp]        2.0.0cvs100
6179
6180         * src/addressbook.c
6181                 fix some AB error messages: one for punctuation and
6182                 one wrongly duplicate (thanks, maxbritov).
6183
6184 2006-03-02 [wwp]        2.0.0cvs99
6185
6186         * src/plugins/spamassassin/spamassassin.c
6187                 make sync calls to sa-learn/spamc to prevent
6188                 system (whatever local or client/server) overload.
6189
6190 2006-03-02 [colin]      2.0.0cvs98
6191
6192         * src/summaryview.c
6193                 Put the spam icon in the status column instead of the
6194                 mark one
6195
6196 2006-03-01 [colin]      2.0.0cvs97
6197
6198         * src/plugins/spamassassin/spamassassin.c
6199                 Fix segfault (g_file_set_contents fails for some 
6200                 reason and err==0x2f. Can't find out why with
6201                 valgrind, using working function :-)
6202
6203 2006-03-01 [colin]      2.0.0cvs96
6204
6205         * src/inc.c
6206                 Offline overriding: let 'No' be cached only 3 seconds
6207
6208 2006-03-01 [colin]      2.0.0cvs95
6209
6210         * src/addr_compl.c
6211         * src/addrbook.c
6212         * src/addressbook.c
6213         * src/addrindex.c
6214         * src/folder_item_prefs.c
6215         * src/headerview.c
6216         * src/imap.c
6217         * src/inc.c
6218         * src/ldif.c
6219         * src/mainwindow.c
6220         * src/mh.c
6221         * src/msgcache.c
6222         * src/prefs_common.h
6223         * src/prefs_msg_colors.c
6224         * src/procheader.c
6225         * src/procheader.h
6226         * src/procmime.c
6227         * src/procmsg.c
6228         * src/procmsg.h
6229         * src/send_message.h
6230         * src/simple-gettext.c
6231         * src/summaryview.c
6232         * src/summaryview.h
6233         * src/syldap.c
6234         * src/textview.c
6235         * src/undo.c
6236         * src/common/ssl_certificate.c
6237         * src/common/utils.c
6238         * src/gtk/colorsel.c
6239         * src/gtk/gtksctree.c
6240         * src/gtk/gtkshruler.c
6241         * src/plugins/trayicon/trayicon.c
6242                 #if 0 goes to /dev/null
6243
6244 2006-03-01 [colin]      2.0.0cvs94
6245
6246         * src/compose.c
6247         * src/imap.c
6248         * src/inc.c
6249         * src/inc.h
6250         * src/messageview.c
6251         * src/news.c
6252         * src/plugins/spamassassin/spamassassin.c
6253                 Allow to add information in the "working offline"
6254                 window
6255
6256 2006-03-01 [wwp]        2.0.0cvs93
6257
6258         * src/plugins/spamassassin/spamassassin.c
6259                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6260                 'cause it seems that calling `spamc ... < inputfile` with
6261                 g_spawn_(a)sync simply.. erm doesn't work :-).
6262
6263 2006-03-01 [wwp]        2.0.0cvs92
6264
6265         * src/toolbar.c
6266         * src/toolbar.h
6267                 simplify the adding of spam/ham button to the messageview toolbar
6268                 (it gets more clear now that the same button will be "Mark as spam"
6269                 or "Mark as ham" according to the current message status,
6270                 thanks to Colin).
6271
6272 2006-03-01 [wwp]        2.0.0cvs91
6273
6274         * src/messageview.c
6275         * src/procmsg.c
6276         * src/procmsg.h
6277         * src/summaryview.c
6278         * src/plugins/spamassassin/spamassassin.c
6279         * src/plugins/spamassassin/spamassassin.h
6280                 make learner callbacks return a status (0 for ok),
6281                 handle it in main code to avoid setting flags when learning failed,
6282                 don't learn on TCP if offline in spamassassin,
6283                 thanks to Colin.
6284
6285                 
6286
6287 2006-03-01 [wwp]        2.0.0cvs90
6288
6289         * src/compose.c
6290                 some work around the compose window's account menu,
6291                 patch by Fabien Vantard.
6292
6293 2006-03-01 [wwp]        2.0.0cvs89
6294
6295         * src/plugins/spamassassin/spamassassin.c
6296                 fixed bad logics, was using spamc in local mode and sa-learn
6297                 in remote mode (thanks, Colin).
6298
6299 2006-03-01 [wwp]        2.0.0cvs88
6300
6301         * src/plugins/spamassassin/spamassassin.c
6302         * src/plugins/spamassassin/spamassassin.h
6303         * src/plugins/spamassassin/spamassassin_gtk.c
6304                 made processing of emails w/ sa-plugin an option (default is TRUE),
6305                 fixed Engrish some tooltips, capitalization of some debug messages
6306                 and warnings. The spamassassin plugin now provides two separate
6307                 services: process emails upon incorporation and spamd training.
6308                 Both services (un)register independently but use some common
6309                 plugin settings (transport settings, spam storage location).
6310
6311 2006-02-28 [wwp]        2.0.0cvs87
6312
6313         * src/plugins/spamassassin/spamassassin.c
6314                 fix async flag to spamc cmdline execution (batch exec should
6315                 be asynchronous).
6316
6317 2006-02-27 [wwp]        2.0.0cvs86
6318
6319         * src/plugins/spamassassin/spamassassin.c
6320         * src/plugins/spamassassin/spamassassin.h
6321         * src/plugins/spamassassin/spamassassin_gtk.c
6322                 - added the ability to learn a remote spamassassin server (spamd),
6323                 using spamc.
6324                 - added the spamassassin option 'username', that applies to all
6325                 spamassassin operations (filtering, learning, local or remote).
6326                 The default username is the current unix user (if left blank
6327                 from gtk prefs or config file).
6328                 - commented out some unused code (notebook widget), removed unused
6329                 layout (hbox1).
6330                 - make more widgets sensitive to the transport type.
6331
6332 2006-02-27 [colin]      2.0.0cvs85
6333
6334         * src/plugins/spamassassin/spamassassin.c
6335                 Fix sa-learn call when offline
6336
6337 2006-02-27 [colin]      2.0.0cvs84
6338
6339         * configure.ac
6340         * src/Makefile.am
6341         * src/mainwindow.c
6342         * src/mainwindow.h
6343         * src/messageview.c
6344         * src/messageview.h
6345         * src/prefs_toolbar.c
6346         * src/procmsg.c
6347         * src/stock_pixmap.c
6348         * src/stock_pixmap.h
6349         * src/summaryview.c
6350         * src/toolbar.c
6351         * src/toolbar.h
6352         * src/pixmaps/ham_btn.xpm
6353         * src/pixmaps/spam.xpm
6354         * src/pixmaps/spam_btn.xpm
6355         * src/plugins/spamassassin/spamassassin.c
6356                 Add button in toolbar for spam learning
6357                 Fix a few bugs from the last related commit
6358                 Revert 1.9.6cvs23 which messed up shift-selection
6359
6360 2006-02-24 [colin]      2.0.0cvs83
6361
6362         * src/procmsg.c
6363         * src/summaryview.c
6364         * src/summaryview.h
6365         * src/plugins/spamassassin/spamassassin.c
6366         * src/plugins/spamassassin/spamassassin.h
6367         * src/plugins/spamassassin/spamassassin_gtk.c
6368                 Unregister learner when spamassassin is either
6369                 disabled or over tcp
6370
6371 2006-02-24 [colin]      2.0.0cvs82
6372
6373         * src/Makefile.am
6374         * src/mainwindow.c
6375         * src/mainwindow.h
6376         * src/procmsg.c
6377         * src/procmsg.h
6378         * src/stock_pixmap.c
6379         * src/stock_pixmap.h
6380         * src/summaryview.c
6381         * src/summaryview.h
6382         * src/gtk/icon_legend.c
6383         * src/pixmaps/spam.xpm  ** NEW FILE **
6384         * src/plugins/spamassassin/spamassassin.c
6385         * src/plugins/spamassassin/spamassassin_gtk.c
6386                 Add spam learning interface (Mark/Mark as 
6387                 (spam|ham) menus)
6388
6389 2006-02-24 [wwp]        2.0.0cvs81
6390
6391         * src/compose.c
6392         * src/compose.h
6393         * src/filtering.c
6394                 hide compose window when sending message in batch mode
6395                 (filtering: forward and redirect). Also fixed a wrong
6396                 value returned when sending failed, neutral anyway.
6397                 (Colin, me) 
6398
6399 2006-02-24 [wwp]        2.0.0cvs80
6400
6401         * src/mainwindow.c
6402                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6403
6404 2006-02-24 [paul]       2.0.0cvs79
6405
6406         * src/news.c
6407         * src/news.h
6408         * src/news_gtk.c
6409                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6410                 Thanks to Colin
6411
6412 2006-02-23 [colin]      2.0.0cvs78
6413
6414         * src/alertpanel.c
6415                 Change OK to Close in alertpanel with View log
6416                 button; add accel to View log. Patch by Fabien
6417                 Vantard
6418
6419 2006-02-23 [wwp]        2.0.0cvs77
6420
6421         * src/compose.c
6422                 silly me, there were much more tests to perform, since toolbars can
6423                 really have down to 1 element only.
6424
6425 2006-02-23 [wwp]        2.0.0cvs76
6426
6427         * commitHelper
6428                 fixed indentation from my previous commit. Fallback to VISUAL if
6429                 EDITOR is not set (and to vi, at last resort).
6430
6431 2006-02-23 [wwp]        2.0.0cvs75
6432
6433         * commitHelper
6434                 improved error detection (Colin, me).
6435
6436 2006-02-23 [wwp]        2.0.0cvs74
6437
6438         * src/prefs_toolbar.c
6439                 simplify and fix prefs/toolbars layouting. Combos' contents can
6440                 now be really displayed.
6441
6442 2006-02-23 [wwp]        2.0.0cvs73
6443         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6444         be really displayed.
6445
6446 2006-02-22 [wwp]        2.0.0cvs72
6447
6448         * src/compose.c
6449                 fix a typo in my previous commit (sorry!).
6450
6451 2006-02-22 [wwp]        2.0.0cvs71
6452
6453         * src/prefs_toolbar.c
6454                 fix a crash when adding separators to toolbars,
6455                 also fix some separator item information.
6456
6457 2006-02-22 [wwp]        2.0.0cvs70
6458
6459         * src/compose.c
6460                 fix a crash when redirecting (for instance) when compose window's
6461                 toolbar contents has been customized (when some buttons have been
6462                 removed in fact).
6463
6464 2006-02-21 [wwp]        2.0.0cvs69
6465
6466         * src/summaryview.c
6467         * src/gtk/pluginwindow.c
6468         * src/plugins/pgpcore/prefs_gpg.c
6469                 fix some compilation warnings (feat. remains of removed code).
6470
6471 2006-02-21 [wwp]        2.0.0cvs68
6472
6473         * src/gtk/gtkutils.c
6474                 fix two compilation issues, thanks to Stephan Sachse.
6475
6476 2006-02-20 [colin]      2.0.0cvs67
6477
6478         * src/mainwindow.c
6479                 Don't reselect displayed mail on refocus
6480                 This fixes actions misbehaving 
6481
6482 2006-02-20 [wwp]        2.0.0cvs66
6483
6484         * src/summaryview.c
6485         * src/gtk/gtksctree.c
6486         * src/gtk/gtkshruler.c
6487                 changed more runtime typecast checks.
6488
6489 2006-02-20 [wwp]        2.0.0cvs65
6490
6491         * src/summary_search.c
6492                 find all - summaryview refresh issue fixed, thanks to Colin.
6493
6494 2006-02-20 [wwp]        2.0.0cvs64
6495
6496         * src/gtk/gtkutils.c
6497                 better runtime typecast checks.
6498
6499 2006-02-20 [wwp]        2.0.0cvs63
6500
6501         * src/summary_search.c
6502                 enhancements to the summary search:
6503                         - add the ability to stop the running search
6504                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6505                         - don't search if no criteria (From/To/Subject/Body) is set
6506                         - ensure that a busy mouse pointer is always shown when searching,
6507                           show it even a bit earlier
6508
6509 2006-02-19 [colin]      2.0.0cvs62
6510
6511         * src/compose.c
6512         * src/imap.c
6513         * src/etpan/imap-thread.c
6514         * src/etpan/imap-thread.h
6515                 (Future) IMAP speed improvement on sending
6516                 Will require a libetpan update
6517         * src/summaryview.c
6518         * src/gtk/quicksearch.c
6519                 Make quicksearch clearable while running.
6520
6521 2006-02-17 [colin]      2.0.0cvs61
6522
6523         * src/imap.c
6524         * src/etpan/imap-thread.c
6525         * src/etpan/imap-thread.h
6526                 Check for IMAP certificates
6527                 ** Requires libetpan-0.42-cvs4 
6528                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6529
6530 2006-02-17 [colin]      2.0.0cvs60
6531
6532         * src/messageview.c
6533         * src/prefs_common.c
6534         * src/prefs_common.h
6535         * src/prefs_message.c
6536                 Add pref to display HTML-only mails with plugin, 
6537                 if possible (defaulting to FALSE of course).
6538
6539 2006-02-16 [colin]      2.0.0cvs59
6540
6541         * src/main.c
6542         * src/common/plugin.c
6543         * src/common/plugin.h
6544         * src/gtk/pluginwindow.c
6545                 Keep track of requested (but unloaded) plugins
6546                 in some error cases.
6547
6548 2006-02-16 [wwp]        2.0.0cvs58
6549
6550         * src/gtk/gtkaspell.c
6551         * src/gtk/gtkaspell.h
6552         * src/prefs_spelling.c
6553         * src/compose.c
6554         * src/prefs_common.c
6555         * src/prefs_common.h
6556                 implemented new optional spellchecker behaviour: re-check message when
6557                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6558
6559 2006-02-16 [wwp]        2.0.0cvs57
6560
6561         * src/quote_fmt_parse.y
6562                 pclose popen'ed pipe.
6563
6564 2006-02-15 [colin]      2.0.0cvs56
6565
6566         * src/mimeview.c
6567         * src/mimeview.h
6568                 Let MimeViewers know which MimeView they
6569                 depend of.
6570         * src/summaryview.c
6571                 Swap From/To columns in Sent/Queue/Drafts
6572                 folders
6573         * src/etpan/imap-thread.c
6574                 Use mailstream_low_tls_open() for STARTTLS
6575                 instead of mailstream_low_ssl_open()
6576                 ** REQUIRES libetpan 0.42cvs3 **
6577
6578 2006-02-15 [wwp]        2.0.0cvs55
6579
6580         * src/compose.c
6581         * src/compose.h
6582         * src/message_search.c
6583         * src/message_search.h
6584         * src/textview.c
6585         * src/gtk/gtkutils.c
6586         * src/gtk/gtkutils.h
6587                 added the ability to Find text in the compose window (and a bit
6588                 of code factorization).
6589
6590 2006-02-15 [wwp]        2.0.0cvs54
6591
6592         * src/prefs_gtk.c
6593                 yet another one file was missing (fix for some widgets' sensitivity).
6594                 Thanks Colin!
6595
6596 2006-02-15 [wwp]        2.0.0cvs53
6597
6598         * src/prefs_gtk.h
6599                 oops forgot that file (fix for some widgets' sensitivity).
6600
6601 2006-02-15 [wwp]        2.0.0cvs52
6602
6603         * src/summary_search.c
6604                 implemented advanced summary search options (added the ability
6605                 to use matcher conditions in an advanced search mode).
6606
6607 2006-02-15 [wwp]        2.0.0cvs51
6608
6609         * src/plugins/pgpcore/prefs_gpg.c
6610         * src/prefs_account.c
6611                 fix some widget sensitivity, mostly around some labels in
6612                 account prefs.
6613
6614 2006-02-15 [paul]       2.0.0cvs50
6615
6616         * manual/advanced.xml
6617                 improve Templates info
6618                 written by wwp
6619
6620 2006-02-14 [colin]      2.0.0cvs49
6621
6622         * src/pixmaps/address_book.xpm
6623         * src/pixmaps/preferences.xpm
6624         * src/pixmaps/properties.xpm
6625                 Fix pixmap size - patch by Fabien Vantard
6626
6627 2006-02-13 [colin]      2.0.0cvs48
6628
6629         * src/procmime.c
6630                 Add missing fclose()s on error
6631         * src/textview.c
6632                 Remove unused code
6633         * src/common/utils.c
6634                 Fix temp files not being deleted on windows
6635         Patches by Thomas Gilgin
6636
6637 2006-02-13 [colin]      2.0.0cvs47
6638
6639         * src/mainwindow.c
6640                 Fix exit crash
6641
6642 2006-02-13 [wwp]        2.0.0cvs46
6643
6644         * src/plugins/pgpcore/prefs_gpg.c
6645                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6646
6647 2006-02-12 [colin]      2.0.0cvs45
6648
6649         * src/folderview.c
6650         * src/main.c
6651         * src/mainwindow.c
6652                 Fix "stuff" when quitting
6653
6654 2006-02-12 [wwp]        2.0.0cvs44
6655
6656         * src/prefs_themes.c
6657                 fix typos in debug messages.
6658
6659 2006-02-11 [colin]      2.0.0cvs43
6660
6661         * src/summaryview.c
6662                 don't allow drag/drop from ourself
6663
6664 2006-02-10 [wwp]        2.0.0cvs42
6665
6666         * src/exporthtml.c
6667         * src/html.c
6668         * src/html.h
6669         * src/procmime.c
6670         * src/textview.c
6671                 renamed html_ prefixed functions and data structures to avoid
6672                 namespace clashes w/ other software (gtkhtml2 for instance).
6673                 Closes bug #907.
6674
6675
6676 2006-02-09 [colin]      2.0.0cvs41
6677
6678         * src/summaryview.c
6679                 Fix shitty logic messed up. Thanks Ticho for the hint!
6680
6681 2006-02-09 [wwp]        2.0.0cvs40
6682
6683         * src/gtk/about.c
6684         * src/compose.c
6685         * src/prefs_account.c
6686         * src/prefs_gtk.h
6687         * src/editaddress.c
6688                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6689                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6690                 Browse buttons in accounts prefs.
6691
6692 2006-02-09 [colin]      2.0.0cvs39
6693
6694         * src/matcher.c
6695                 Check for pointer before using its members
6696         * src/gtk/gtksourceprintjob.c
6697                 Fix a wrong warning
6698
6699 2006-02-09 [wwp]        2.0.0cvs38
6700
6701         * src/gtk/filesel.c
6702                 fix few compiler warnings (type mismatch).
6703
6704 2006-02-09 [paul]       2.0.0cvs37
6705
6706         * po/fr.po
6707                 updated by Fabien Vantard
6708
6709 2006-02-08 [colin]      2.0.0cvs36
6710
6711         * src/prefs_common.c
6712         * src/common/defs.h
6713         * src/common/plugin.c
6714                 allow windows and linux configurations to coexist
6715                 patch by Thomas Gilgin
6716
6717 2006-02-08 [colin]      2.0.0cvs35
6718
6719         * src/filtering.c
6720         * src/matcher.c
6721         * src/matcher.h
6722         * src/matcher_parser_parse.y
6723         * src/prefs_filtering_action.c
6724         * src/prefs_matcher.c
6725                 Add the "Ignore thread" filtering
6726                 action
6727
6728 2006-02-08 [colin]      2.0.0cvs34
6729
6730         * src/compose.c
6731         * src/procmime.c
6732         * src/procmime.h
6733                 Fix bug #905 (damaged attachment)
6734                 text files with raw \0's aren't really text files
6735         FOR_STABLE
6736
6737 2006-02-08 [colin]      2.0.0cvs33
6738
6739         * src/summaryview.c
6740                 Fix crasher introduced yesterday
6741
6742 2006-02-08 [wwp]        2.0.0cvs32
6743
6744         * src/compose.c
6745         * src/compose.h
6746                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6747
6748 2006-02-08 [wwp]        2.0.0cvs31
6749
6750         * src/prefs_template.c
6751                 templates enhancement: allow address completion for Cc and Bcc fields
6752                 (it was currently possible for the To field only)
6753
6754 2006-02-08 [colin]      2.0.0cvs30
6755
6756         * src/compose.c
6757                 Don't unblock if not blocked
6758         FOR_STABLE
6759
6760 2006-02-07 [colin]      2.0.0cvs29
6761
6762         * src/action.c
6763                 Forgot to refresh summaryview
6764
6765 2006-02-07 [colin]      2.0.0cvs28
6766
6767         * src/action.c
6768                 Freeze/thaw message list and folder list while
6769                 processing %as{} actions 
6770         * src/compose.c
6771                 Fix auto-wrap disabling after a middle-click
6772                 paste - FOR_STABLE
6773
6774 2006-02-07 [paul]       2.0.0cvs27
6775
6776         * src/folder.c
6777                 fix freeing of uninitialised pointers
6778                 Thanks to Colin
6779
6780 2006-02-06 [colin]      2.0.0cvs26
6781
6782         * src/folder.c
6783                 Use g_slist_prepend in potentially big list
6784
6785 2006-02-06 [colin]      2.0.0cvs25
6786
6787         * src/folder.c
6788                 Completely skip processing if it doesn't 
6789                 exist (faster!)
6790
6791 2006-02-06 [colin]      2.0.0cvs24
6792
6793         * src/folder.c
6794         * src/summaryview.c
6795                 Batch filtering in summaryview (from Tools menu)
6796                 and pre/post//-processing too
6797
6798 2006-02-06 [colin]      2.0.0cvs23
6799
6800         * src/procmsg.h
6801         * src/filtering.c
6802                 Use a special field for batch filtering instead
6803                 of stepping on deferred execution's toes
6804
6805 2006-02-06 [colin]      2.0.0cvs22
6806
6807         * src/action.c
6808         * src/filtering.c
6809         * src/filtering.h
6810         * src/folder.c
6811         * src/summaryview.c
6812                 Fix filtering via menus and actions
6813
6814 2006-02-06 [colin]      2.0.0cvs21
6815
6816         * src/imap.c
6817                 Put the added file directly to cache if possible (will work
6818                 with next libetpan)
6819         * src/filtering.c
6820         * src/filtering.h
6821         * src/inc.c
6822         * src/folder.c
6823         * src/mbox.c
6824         * src/procmsg.h
6825                 Move and copy filtered messages by batches instead of one
6826                 by one - faster on IMAP
6827         * src/procmsg.c
6828                 Add a function that'll possibly be useful later
6829
6830 2006-02-06 [colin]      2.0.0cvs20
6831
6832         * src/addressbook.c
6833                 Use internal mime-type instead of text/plain for d'n'd
6834         * src/compose.c
6835                 Allow attaching files from mimeview's icon list via d'n'd
6836         * src/folderview.c
6837         * src/folderview.h
6838                 Use internal mime-type instead of text/plain for d'n'd
6839                 Don't try to selected opened folder if none is
6840                 Factorize d'n'd from other apps code
6841         * src/headerview.c
6842         * src/textview.c
6843         * src/gtk/gtkutils.c
6844         * src/gtk/gtkutils.h
6845                 Factorize Face/X-Face stuff
6846         * src/mimeview.c
6847                 Fix d'n'd to other apps
6848         * src/prefs_message.c
6849                 Let the XFace pref be usable without libcompface as it also
6850                 applies to Face
6851         * src/summaryview.c
6852                 Fix d'n'd to other apps
6853                 Factorize d'n'd from other apps code
6854
6855 2006-02-06 [wwp]        2.0.0cvs19
6856
6857         * po/it.po
6858                 Italian translation fixes by Andrea Spadaccini (no more confusion
6859                 between filtering and processing, and few changes in the About
6860                 dialog).
6861
6862
6863 2006-02-06 [mones]      2.0.0cvs18
6864
6865         * src/gtk/icon_legend.c
6866                 Improved descriptions allowing better translations
6867
6868 2006-02-05 [colin]      2.0.0cvs17
6869
6870         * src/imap.c
6871                 Add the f*cking missing expunge that caused imap_fetch_env
6872                 to fail after an add_msgs ! :-///
6873         * src/etpan/imap-thread.c
6874                 Add a bit of debug
6875         FOR_STABLE
6876
6877 2006-02-05 [colin]      2.0.0cvs16
6878
6879         * src/common/utils.c
6880                 Don't check for return-path (or we can't put
6881                 back non-sent mails)
6882
6883 2006-02-05 [colin]      2.0.0cvs15
6884
6885         * src/textview.c
6886                 Don't try to display Face header in textview
6887                 when teh headerview's active
6888
6889 2006-02-05 [colin]      2.0.0cvs14
6890
6891         * tools/tbird2syl.py
6892         * tools/Makefile.am
6893                 Add script to import Thunderbird mails
6894
6895 2006-02-05 [colin]      2.0.0cvs13
6896
6897         * src/headerview.c
6898         * src/procheader.c
6899         * src/procmsg.c
6900         * src/procmsg.h
6901         * src/textview.c
6902                 Show Face headers - patch partially by Klaus Flittner
6903
6904 2006-02-05 [colin]      2.0.0cvs12
6905
6906         * src/folderview.c
6907         * src/summaryview.c
6908         * src/common/utils.c
6909         * src/common/utils.h
6910                 Let dnd work from mime icons to summaryview
6911                 and to folderview too
6912                 Add a crude test to avoid trying to add files
6913                 drag'n'dropped when they're not mails
6914
6915 2006-02-04 [colin]      2.0.0cvs11
6916
6917         * src/summaryview.c
6918         * src/mimeview.c
6919                 Fix utf8 conversion
6920
6921 2006-02-04 [colin]      2.0.0cvs10
6922
6923         * src/compose.c
6924         * src/folderview.c
6925         * src/mimeview.c
6926         * src/summaryview.c
6927         * src/summaryview.h
6928                 Added various drag and drop capas:
6929                 From                    To
6930                 summaryview             other apps
6931                 mimeview icons          other apps
6932                 other apps              summaryview
6933                 other apps              folderview
6934
6935                 This shouldn't have broken the existing:
6936                 From                    To
6937                 summaryview             folderview
6938                 folderview              folderview
6939                 summaryview             compose's attachments
6940
6941         Tests welcomed.
6942
6943 2006-02-02 [paul]       2.0.0cvs9
6944
6945         * src/mainwindow.c
6946                 move global option 'Set displayed columns...' out
6947                 of folder option grouping.
6948                 fix sensitivity of 'harvest addresses'
6949         FOR_STABLE
6950
6951 2006-02-01 [colin]      2.0.0cvs8
6952
6953         * src/mimeview.c
6954                 Revert the alertpanel patch, it sucks (intrusive
6955                 and gets in the way of "open")
6956
6957 2006-02-01 [colin]      2.0.0cvs7
6958
6959         * src/compose.c
6960         * src/prefs_account.c
6961         * src/prefs_common.c
6962         * src/common/defs.h
6963         * src/common/utils.c
6964         * src/common/utils.h
6965                 Add ability to edit the signature file
6966                 from the account preferences, and use
6967                 a default for the text editor.
6968                 Patch by Fabien Vantard
6969
6970 2006-02-01 [colin]      2.0.0cvs6
6971
6972         * src/mimeview.c
6973                 Try to get mime type by extension if it is
6974                 application/octet-stream
6975                 Display a window with possible choices when
6976                 encountering unknown mime types
6977         * src/gtk/filesel.c
6978         * src/gtk/filesel.h
6979                 Add preview
6980                 Allow multiple selection in filtered filesel
6981                 (patch by Fabien Vantard)
6982         * src/gtk/pluginwindow.c
6983                 Use it (patch by Fabien Vantard)
6984
6985 2006-02-01 [paul]       2.0.0cvs5
6986
6987         * src/jpilot.c
6988                 fix crash on creating jpilot address book
6989                 Thanks to Colin - FOR_STABLE
6990         * src/prefs_summaries.c
6991         * src/prefs_wrapping.c
6992         * src/gtk/icon_legend.c
6993         * src/gtk/quicksearch.c
6994                 string fixes and additions
6995
6996 2006-02-01 [paul]       2.0.0cvs4
6997
6998         * src/compose.c
6999         * src/mainwindow.c
7000         * src/messageview.c
7001         * src/prefs_send.c
7002                 add Arabic encoding option
7003                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
7004
7005 2006-01-31 [colin]      2.0.0cvs3
7006
7007         * src/plugins/pgpcore/passphrase.c
7008                 Convert passphrase to locale encoding
7009         * src/compose.c
7010                 Fix drafting on IMAP. Crappy bug sneaked in
7011                 the release :-/
7012         FOR_STABLE
7013
7014 2006-01-30 [paul]       2.0.0cvs2
7015
7016         * src/gtk/icon_legend.c
7017                 show the new entries
7018
7019 2006-01-30 [colin]      2.0.0cvs1
7020
7021         * src/manual.c
7022                 Check for the file to be present before 
7023                 enabling the menu - FOR_STABLE
7024         * src/gtk/icon_legend.c
7025                 Add folders icons (not all of them, there
7026                 are too much, but the most intriguing ones)
7027
7028 2006-01-30 [paul]       2.0.0
7029
7030         version 2.0.0 released
7031
7032 2006-01-30 [paul]       1.9.100cvs200
7033
7034         * manual/faq.xml
7035         * manual/gpl.xml
7036         * manual/intro.xml
7037         * manual/starting.xml
7038         * manual/sylpheed-claws-manual.xml
7039                 fixes, additions
7040
7041 2006-01-29 [mones]      1.9.100cvs199
7042
7043         * manual/account.xml
7044         * manual/advanced.xml
7045         * manual/glossary.xml
7046                 Some typos fixed, added LDIF term to glossary
7047         * po/es.po
7048                 Fixed leading plus symbol
7049
7050 2006-01-29 [paul]       1.9.100cvs198
7051
7052         * po/fi.po
7053         * po/sk.po
7054                 updated by Tommi Pirinen and Andrej Kacian
7055
7056 2006-01-29 [paul]       1.9.100cvs197
7057
7058         * src/gtk/authors.h
7059                 remove duplicates
7060
7061 2006-01-29 [paul]       1.9.100cvs196
7062
7063         * AUTHORS
7064         * po/nl.po
7065         * src/gtk/authors.h
7066         * tools/claws.i18n.status.pl
7067                 nl translation updated by Tim Dijkstra
7068
7069 2006-01-29 [paul]       1.9.100cvs195
7070
7071         * po/sr.po
7072         * po/sv.po
7073                 updated by Aleksandar Urosevic and Anders Troback
7074
7075 2006-01-28 [colin]      1.9.100cvs194
7076
7077         * src/gtk/gtksourceprintjob.c
7078                 Don't fiddle with PangoLayout when we
7079                 have an image
7080
7081 2006-01-28 [paul]       1.9.100cvs193
7082
7083         * AUTHORS
7084         * po/el.po
7085         * po/zh_CN.po
7086         * src/gtk/authors.h
7087         * tools/claws.i18n.status.pl
7088                 updated translations submitted by Stavros Giannouris
7089                 and Ralgh Young
7090
7091 2006-01-27 [colin]      1.9.100cvs192
7092
7093         * src/summaryview.c
7094         * src/gtk/gtksourceprintjob.c
7095                 Add image printing 
7096                 (libgnomeprint only, of course)
7097
7098 2006-01-27 [paul]       1.9.100cvs191
7099
7100         * po/fr.po
7101         * po/it.po
7102                 updated by Fabien Vantard and Andrea Spadaccini
7103
7104 2006-01-26 [colin]      1.9.100cvs190
7105
7106         * manual/Makefile.am
7107         * configure.ac
7108                 Make building the manual optional 
7109                 (--disable-manual)
7110
7111 2006-01-26 [paul]       1.9.100cvs189
7112
7113         * manual/glossary.xml
7114         * manual/plugins.xml
7115                 edited
7116         * po/en_GB.po
7117                 updated
7118
7119 2006-01-26 [paul]       1.9.100cvs188
7120
7121         * src/prefs_display_header.c
7122         * src/prefs_folder_column.c
7123         * src/prefs_msg_colors.c
7124         * src/prefs_summaries.c
7125         * src/prefs_summary_column.c
7126                 HIGify
7127
7128 2006-01-25 [colin]      1.9.100cvs187
7129
7130         * src/imap.c
7131                 Don't allow moving/copying mails between
7132                 queue/drafts and non-queue/drafts folders
7133                 Fixes bug #897 (message header is resetted 
7134                 if one is copied to Drafts)
7135
7136 2006-01-25 [colin]      1.9.100cvs186
7137
7138         * src/folder.c
7139         * src/mainwindow.c
7140                 Fix subscribed folders not found
7141         * src/compose.c
7142                 Don't try to encode as original mail's charset
7143                 if it's ascii 
7144
7145 2006-01-25 [paul]       1.9.100cvs185
7146
7147         * AUTHORS
7148         * po/Makevars
7149                 updated
7150         * po/de.po
7151         * po/pl.po
7152         * po/pt_BR.po
7153         * po/sr.po
7154                 updates submitted by Stephan Sachse, Emilian Nowak
7155                 and Quar, Frederico Goncalves Guimaraes, and
7156                 Aleksandar Urosevic
7157                 Fix Bug 896, 'PT_BR locale broken'.
7158         * src/gtk/authors.h
7159                 updated
7160
7161 2006-01-24 [mones]      1.9.100cvs184
7162
7163         * manual/glossary.xml
7164                 All current terms finished. Reviewers welcome ;-)
7165         * manual/keyboard.xml
7166                 Fixed column width for pdf output.
7167         * po/es.po
7168                 Updated
7169
7170 2006-01-24 [paul]       1.9.100cvs183
7171
7172         * manual/glossary.xml
7173                 fix id name
7174         * manual/dist/html/Makefile.am
7175         * manual/dist/pdf/Makefile.am
7176         * manual/dist/ps/Makefile.am
7177         * manual/dist/txt/Makefile.am
7178                 fix make deps
7179                 Thanks to Colin
7180
7181 2006-01-24 [mones]      1.9.100cvs182
7182
7183         * manual/glossary.xml
7184                 Nearly finished, some terms missing.
7185
7186 2006-01-23 [paul]       1.9.100cvs181
7187
7188         * manual/dist/html/Makefile.am
7189         * manual/dist/pdf/Makefile.am
7190         * manual/dist/ps/Makefile.am
7191         * manual/dist/txt/Makefile.am
7192         * src/mainwindow.c
7193                 re-enable manual
7194                 Thanks to Colin
7195
7196 2006-01-22 [colin]      1.9.100cvs180
7197
7198         * src/compose.c
7199         * src/gtk/gtkaspell.c
7200                 Don't deselect stuff before right-clicking, with aspell.
7201                 (This prevented right-click Copy, for example).
7202                 Thanks to Clo!
7203
7204 2006-01-22 [paul]       1.9.100cvs179
7205
7206         * src/summary_search.c
7207                 don't fix the widget size as it causes problems
7208                 under localisation.
7209                 Thanks to Emilian Nowak
7210
7211 2006-01-21 [paul]       1.9.100cvs178
7212
7213         * src/prefs_themes.c
7214                 fix broken underlining of label text
7215                 with some translations
7216
7217 2006-01-21 [colin]      1.9.100cvs177
7218
7219         * po/fr.po
7220                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7221
7222 2006-01-20 [colin]      1.9.100cvs176
7223
7224         * configure.ac
7225         * Makefile.am
7226         * manual/Makefile
7227         * manual/dist/html/.cvsignore
7228         * manual/dist/html/Makefile.am
7229         * manual/dist/pdf/.cvsignore
7230         * manual/dist/pdf/Makefile.am
7231         * manual/dist/ps/.cvsignore
7232         * manual/dist/ps/Makefile.am
7233         * manual/dist/txt/.cvsignore
7234         * manual/dist/txt/Makefile.am
7235                 Autotool-ize manual
7236
7237 2006-01-20 [paul]       1.9.100cvs175
7238
7239         * manual/handling.xml
7240                 make Filtering and Searching entries easier to find
7241         * manual/keyboard.xml
7242                 add the remaining default keybinds
7243         * src/prefs_summaries.c
7244                 update the default keybinds
7245
7246 2006-01-20 [paul]       1.9.100cvs174
7247
7248         * src/addressbook.c
7249         * src/addrgather.c
7250         * src/addrharvest.c
7251         * src/editaddress.c
7252         * src/editgroup.c
7253         * src/exphtmldlg.c
7254         * src/expldifdlg.c
7255         * src/exporthtml.c
7256         * src/exportldif.c
7257         * src/ldif.c
7258                 replace 'e-mail' with 'email'
7259         * src/summary_search.c
7260                 add mnemonic to "Find all" button
7261
7262 2006-01-20 [wwp]        1.9.100cvs173
7263
7264         * src/export.c
7265         * src/import.c
7266                 touched mbox import/export buttons for HIG-compliance
7267
7268 2006-01-19 [paul]       1.9.100cvs172
7269
7270         * manual/account.xml
7271         * manual/addrbook.xml
7272         * manual/advanced.xml
7273         * manual/faq.xml
7274         * manual/handling.xml
7275         * manual/intro.xml
7276         * manual/plugins.xml
7277         * manual/starting.xml
7278                 more editing
7279
7280 2006-01-19 [paul]       1.9.100cvs171
7281
7282         * src/toolbar.c
7283                 allow use of trash button while receiving
7284                 Thanks to Colin
7285
7286 2006-01-19 [wwp]        1.9.100cvs170
7287
7288         * src/gtk/quicksearch.c
7289         * src/compose.c
7290                 force text color to black when yellow background is set
7291
7292 2006-01-19 [colin]      1.9.100cvs169
7293
7294         * src/plugins/trayicon/trayicon.c
7295                 Gray out Get Mail when already getting mail
7296
7297 2006-01-18 [paul]       1.9.100cvs168
7298
7299         * src/compose.c
7300                 give widget yellow background was To is
7301                 set via folder prefs
7302         * src/gtk/quicksearch.c
7303                 give widget yellow background when quick
7304                 search is active.
7305                 Thanks to Colin
7306
7307 2006-01-18 [paul]       1.9.100cvs167
7308
7309         * doc/man/sylpheed-claws.1
7310                 add --subscribe option
7311
7312 2006-01-18 [paul]       1.9.100cvs166
7313
7314         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7315         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7316                 use %U instead of %F (%F is broken for user installed
7317                 files in kde 3.5)
7318
7319 2006-01-18 [colin]      1.9.100cvs165
7320
7321         * src/summaryview.c
7322                 Default to Yes in "No more * messages" dialogs
7323
7324 2006-01-17 [colin]      1.9.100cvs164
7325
7326         * src/compose.c
7327                 Possibly fix an invalid iterator causing
7328                 crash
7329
7330 2006-01-17 [colin]      1.9.100cvs163
7331
7332         * src/mimeview.c
7333                 Fix crash when the image disappears under the
7334                 image viewer
7335
7336 2006-01-16 [colin]      1.9.100cvs162
7337
7338         * src/compose.c
7339                 Fix reenabling autowrap
7340
7341 2006-01-16 [colin]      1.9.100cvs161
7342
7343         * src/compose.c
7344                 reset quote_len before getting quote_str
7345
7346 2006-01-16 [colin]      1.9.100cvs160
7347
7348         * src/account.c
7349         * src/account.h
7350         * src/folder.c
7351         * src/imap_gtk.c
7352         * src/mh_gtk.c
7353                 Fix bug #883 (default inbox does not track folder move)
7354
7355 2006-01-16 [colin]      1.9.100cvs159
7356
7357         * src/compose.c
7358         * src/plugins/pgpcore/passphrase.c
7359                 More buttons fixes
7360
7361 2006-01-16 [paul]       1.9.100cvs158
7362
7363         * src/prefs_actions.c
7364         * src/prefs_filtering_action.c
7365         * src/prefs_matcher.c
7366         * src/quote_fmt.c
7367         * src/gtk/description_window.c
7368         * src/gtk/description_window.h
7369         * src/gtk/quicksearch.c
7370                 description window cleanups
7371
7372 2006-01-15 [colin]      1.9.100cvs157
7373
7374         * src/addressbook.c
7375         * src/prefs_filtering.c
7376                 Same here
7377
7378 2006-01-15 [colin]      1.9.100cvs156
7379
7380         * src/folderview.c
7381         * src/mainwindow.c
7382                 Same for "Empty trash"
7383
7384 2006-01-15 [colin]      1.9.100cvs155
7385
7386         * src/inc.c
7387                 Override offline dialog had Yes by default
7388
7389 2006-01-15 [colin]      1.9.100cvs154
7390
7391         * src/summaryview.c
7392                 Delete selected messages? previously had Yes the default
7393
7394 2006-01-15 [colin]      1.9.100cvs153
7395
7396         * src/folder.c
7397         * src/folder.h
7398         * src/main.c
7399                 Check if a mailbox is loaded after all
7400                 plugins are loaded.
7401
7402 2006-01-15 [colin]      1.9.100cvs152
7403
7404         * src/folder.c
7405                 Don't start wizard when there are unloaded folders (will help
7406                 people with only mbox or maildir mailboxes)
7407
7408 2006-01-14 [colin]      1.9.100cvs151
7409
7410         * src/addressbook.c
7411         * src/expldifdlg.c
7412         * src/importldif.c
7413         * src/importmutt.c
7414         * src/importpine.c
7415         * src/mh_gtk.c
7416                 More HIG compliance and fixes
7417
7418 2006-01-14 [colin]      1.9.100cvs150
7419
7420         * src/prefs_filtering_action.c
7421         * src/foldersel.c
7422                 Two forgotten button order changes
7423
7424 2006-01-14 [colin]      1.9.100cvs149
7425
7426         * src/account.c
7427         * src/addressbook.c
7428         * src/compose.c
7429         * src/folderview.c
7430         * src/imap_gtk.c
7431         * src/mainwindow.c
7432         * src/mh_gtk.c
7433         * src/news_gtk.c
7434         * src/prefs_actions.c
7435         * src/prefs_customheader.c
7436         * src/prefs_filtering.c
7437         * src/prefs_matcher.c
7438         * src/prefs_template.c
7439         * src/ssl_manager.c
7440         * src/summaryview.c
7441         * src/textview.c
7442         * src/toolbar.c
7443                 All deletion confirmations are now "Cancel, Delete" 
7444                 instead of "No, Yes"
7445                 Clarified most of the other "No, Yes" to 
7446                 "Cancel, Descriptive_action"
7447                 Rechanged the "Entry not saved" alerts to have 
7448                 "Close, Continue editing"
7449
7450
7451 2006-01-14 [paul]
7452
7453         * 2.0.0-rc4 released
7454
7455 2006-01-14 [paul]       1.9.100cvs148
7456
7457         * src/account.c
7458         * src/addressadd.c
7459         * src/addressbook.c
7460         * src/compose.c
7461         * src/editaddress.c
7462         * src/editbook.c
7463         * src/editgroup.c
7464         * src/editjpilot.c
7465         * src/editldap.c
7466         * src/editvcard.c
7467         * src/exphtmldlg.c
7468         * src/expldifdlg.c
7469         * src/folderview.c
7470         * src/grouplistdialog.c
7471         * src/imap_gtk.c
7472         * src/importmutt.c
7473         * src/importpine.c
7474         * src/inc.c
7475         * src/main.c
7476         * src/mainwindow.c
7477         * src/message_search.c
7478         * src/messageview.c
7479         * src/mh_gtk.c
7480         * src/mimeview.c
7481         * src/news_gtk.c
7482         * src/prefs_actions.c
7483         * src/prefs_customheader.c
7484         * src/prefs_filtering.c
7485         * src/prefs_matcher.c
7486         * src/prefs_template.c
7487         * src/prefs_themes.c
7488         * src/ssl_manager.c
7489         * src/summary_search.c
7490         * src/summaryview.c
7491         * src/textview.c
7492         * src/toolbar.c
7493         * src/gtk/foldersort.c
7494         * src/gtk/gtkaspell.c
7495         * src/gtk/inputdialog.c
7496         * src/gtk/prefswindow.c
7497         * src/plugins/pgpcore/select-keys.c
7498         * src/plugins/trayicon/trayicon.c
7499                 HIG compliant button order
7500
7501 2006-01-14 [mones]      1.9.100cvs147
7502
7503         * po/es.po
7504                 Updated translation
7505
7506 2006-01-13 [paul]       1.9.100cvs146
7507
7508         * AUTHORS
7509         * ChangeLog
7510         * src/gtk/authors.h
7511                 add Joshua M. Kwan to contributors list
7512
7513 2006-01-13 [colin]      1.9.100cvs145
7514
7515         * src/gtk/quicksearch.c
7516                 Don't refocus quick search after executing (Esc or Enter)
7517                 Allows to '/'search something then move up/down in 
7518                 summaryview, and to Esc a search and be back in the 
7519                 summaryview
7520
7521 2006-01-13 [paul]       1.9.100cvs144
7522
7523         * src/plugins/pgpinline/pgpinline.c
7524                 support Content-Type 'application/pgp'
7525                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7526
7527 2006-01-13 [paul]       1.9.100cvs143
7528
7529         * manual/account.xml
7530                 make mention of partial retrieval
7531                 thanks to Colin
7532
7533 2006-01-13 [paul]       1.9.100cvs142
7534
7535         * src/account.c
7536         * src/account.h
7537         * src/action.c
7538         * src/action.h
7539         * src/adbookbase.h
7540         * src/addr_compl.c
7541         * src/addr_compl.h
7542         * src/addrbook.c
7543         * src/addrcache.c
7544         * src/addrcache.h
7545         * src/addrcindex.c
7546         * src/addrcindex.h
7547         * src/addrclip.c
7548         * src/addrclip.h
7549         * src/addrdefs.h
7550         * src/addressadd.c
7551         * src/addressadd.h
7552         * src/addressbook.c
7553         * src/addressbook.h
7554         * src/addrgather.c
7555         * src/addrgather.h
7556         * src/addrharvest.c
7557         * src/addrharvest.h
7558         * src/addrindex.c
7559         * src/addrindex.h
7560         * src/addritem.c
7561         * src/addritem.h
7562         * src/addrquery.c
7563         * src/addrquery.h
7564         * src/addrselect.c
7565         * src/addrselect.h
7566         * src/alertpanel.c
7567         * src/alertpanel.h
7568         * src/browseldap.c
7569         * src/browseldap.h
7570         * src/codeconv.c
7571         * src/codeconv.h
7572         * src/compose.c
7573         * src/compose.h
7574         * src/customheader.c
7575         * src/customheader.h
7576         * src/displayheader.c
7577         * src/displayheader.h
7578         * src/editaddress.c
7579         * src/editaddress.h
7580         * src/editbook.c
7581         * src/editbook.h
7582         * src/editgroup.c
7583         * src/editgroup.h
7584         * src/editjpilot.c
7585         * src/editjpilot.h
7586         * src/editldap.c
7587         * src/editldap.h
7588         * src/editldap_basedn.c
7589         * src/editldap_basedn.h
7590         * src/editvcard.c
7591         * src/editvcard.h
7592         * src/exphtmldlg.c
7593         * src/exphtmldlg.h
7594         * src/expldifdlg.c
7595         * src/expldifdlg.h
7596         * src/export.h
7597         * src/exporthtml.c
7598         * src/exporthtml.h
7599         * src/exportldif.c
7600         * src/exportldif.h
7601         * src/filtering.c
7602         * src/filtering.h
7603         * src/folder.c
7604         * src/folder.h
7605         * src/folder_item_prefs.c
7606         * src/folder_item_prefs.h
7607         * src/foldersel.c
7608         * src/foldersel.h
7609         * src/folderutils.c
7610         * src/folderutils.h
7611         * src/folderview.c
7612         * src/folderview.h
7613         * src/grouplistdialog.c
7614         * src/grouplistdialog.h
7615         * src/headerview.c
7616         * src/html.c
7617         * src/html.h
7618         * src/image_viewer.c
7619         * src/image_viewer.h
7620         * src/imap.c
7621         * src/imap.h
7622         * src/imap_gtk.c
7623         * src/imap_gtk.h
7624         * src/import.h
7625         * src/importldif.c
7626         * src/importldif.h
7627         * src/importmutt.c
7628         * src/importmutt.h
7629         * src/importpine.c
7630         * src/importpine.h
7631         * src/inc.c
7632         * src/inc.h
7633         * src/jpilot.c
7634         * src/jpilot.h
7635         * src/ldapctrl.c
7636         * src/ldapctrl.h
7637         * src/ldaplocate.c
7638         * src/ldaplocate.h
7639         * src/ldapquery.c
7640         * src/ldapquery.h
7641         * src/ldapserver.c
7642         * src/ldapserver.h
7643         * src/ldaputil.c
7644         * src/ldaputil.h
7645         * src/ldif.c
7646         * src/ldif.h
7647         * src/main.c
7648         * src/main.h
7649         * src/mainwindow.c
7650         * src/mainwindow.h
7651         * src/manual.c
7652         * src/manual.h
7653         * src/mbox.c
7654         * src/mbox.h
7655         * src/message_search.c
7656         * src/message_search.h
7657         * src/messageview.c
7658         * src/messageview.h
7659         * src/mh.c
7660         * src/mh.h
7661         * src/mh_gtk.c
7662         * src/mh_gtk.h
7663         * src/mimeview.c
7664         * src/mimeview.h
7665         * src/msgcache.c
7666         * src/msgcache.h
7667         * src/mutt.c
7668         * src/mutt.h
7669         * src/news.c
7670         * src/news.h
7671         * src/news_gtk.c
7672         * src/news_gtk.h
7673         * src/partial_download.c
7674         * src/partial_download.h
7675         * src/pine.c
7676         * src/pine.h
7677         * src/pop.c
7678         * src/pop.h
7679         * src/prefs_account.c
7680         * src/prefs_account.h
7681         * src/prefs_actions.c
7682         * src/prefs_actions.h
7683         * src/prefs_common.c
7684         * src/prefs_common.h
7685         * src/prefs_compose_writing.c
7686         * src/prefs_compose_writing.h
7687         * src/prefs_customheader.c
7688         * src/prefs_customheader.h
7689         * src/prefs_display_header.c
7690         * src/prefs_display_header.h
7691         * src/prefs_filtering.c
7692         * src/prefs_filtering.h
7693         * src/prefs_filtering_action.c
7694         * src/prefs_filtering_action.h
7695         * src/prefs_folder_column.c
7696         * src/prefs_folder_column.h
7697         * src/prefs_folder_item.c
7698         * src/prefs_folder_item.h
7699         * src/prefs_fonts.c
7700         * src/prefs_fonts.h
7701         * src/prefs_gtk.c
7702         * src/prefs_gtk.h
7703         * src/prefs_image_viewer.c
7704         * src/prefs_image_viewer.h
7705         * src/prefs_matcher.c
7706         * src/prefs_matcher.h
7707         * src/prefs_message.c
7708         * src/prefs_msg_colors.c
7709         * src/prefs_msg_colors.h
7710         * src/prefs_other.c
7711         * src/prefs_quote.c
7712         * src/prefs_receive.c
7713         * src/prefs_send.c
7714         * src/prefs_spelling.c
7715         * src/prefs_spelling.h
7716         * src/prefs_summaries.c
7717         * src/prefs_summaries.h
7718         * src/prefs_summary_column.c
7719         * src/prefs_summary_column.h
7720         * src/prefs_template.c
7721         * src/prefs_template.h
7722         * src/prefs_themes.c
7723         * src/prefs_themes.h
7724         * src/prefs_toolbar.c
7725         * src/prefs_toolbar.h
7726         * src/prefs_wrapping.c
7727         * src/prefs_wrapping.h
7728         * src/privacy.c
7729         * src/privacy.h
7730         * src/procheader.c
7731         * src/procheader.h
7732         * src/procmime.c
7733         * src/procmime.h
7734         * src/procmsg.c
7735         * src/procmsg.h
7736         * src/quote_fmt.c
7737         * src/quote_fmt_parse.y
7738         * src/recv.c
7739         * src/recv.h
7740         * src/remotefolder.c
7741         * src/remotefolder.h
7742         * src/send_message.c
7743         * src/send_message.h
7744         * src/setup.c
7745         * src/setup.h
7746         * src/sourcewindow.c
7747         * src/sourcewindow.h
7748         * src/ssl_manager.c
7749         * src/ssl_manager.h
7750         * src/statusbar.c
7751         * src/statusbar.h
7752         * src/stock_pixmap.c
7753         * src/stock_pixmap.h
7754         * src/summary_search.c
7755         * src/summary_search.h
7756         * src/summaryview.c
7757         * src/summaryview.h
7758         * src/syldap.c
7759         * src/syldap.h
7760         * src/textview.c
7761         * src/textview.h
7762         * src/toolbar.c
7763         * src/toolbar.h
7764         * src/undo.c
7765         * src/undo.h
7766         * src/unmime.c
7767         * src/unmime.h
7768         * src/vcard.c
7769         * src/vcard.h
7770         * src/wizard.c
7771         * src/wizard.h
7772         * src/common/base64.c
7773         * src/common/base64.h
7774         * src/common/defs.h
7775         * src/common/hooks.c
7776         * src/common/hooks.h
7777         * src/common/log.c
7778         * src/common/log.h
7779         * src/common/mgutils.c
7780         * src/common/mgutils.h
7781         * src/common/nntp.c
7782         * src/common/nntp.h
7783         * src/common/passcrypt.c
7784         * src/common/passcrypt.h.in
7785         * src/common/plugin.c
7786         * src/common/plugin.h
7787         * src/common/prefs.c
7788         * src/common/prefs.h
7789         * src/common/progressindicator.c
7790         * src/common/progressindicator.h
7791         * src/common/quoted-printable.c
7792         * src/common/quoted-printable.h
7793         * src/common/session.c
7794         * src/common/session.h
7795         * src/common/smtp.c
7796         * src/common/smtp.h
7797         * src/common/socket.c
7798         * src/common/socket.h
7799         * src/common/ssl.c
7800         * src/common/ssl.h
7801         * src/common/ssl_certificate.c
7802         * src/common/ssl_certificate.h
7803         * src/common/stringtable.c
7804         * src/common/stringtable.h
7805         * src/common/sylpheed.c
7806         * src/common/sylpheed.h
7807         * src/common/template.c
7808         * src/common/template.h
7809         * src/common/timing.h
7810         * src/common/utils.c
7811         * src/common/utils.h
7812         * src/common/version.h.in
7813         * src/common/xml.c
7814         * src/common/xml.h
7815         * src/common/xmlprops.c
7816         * src/common/xmlprops.h
7817         * src/gtk/colorlabel.c
7818         * src/gtk/colorsel.c
7819         * src/gtk/colorsel.h
7820         * src/gtk/description_window.c
7821         * src/gtk/description_window.h
7822         * src/gtk/filesel.c
7823         * src/gtk/filesel.h
7824         * src/gtk/foldersort.c
7825         * src/gtk/foldersort.h
7826         * src/gtk/gtkutils.c
7827         * src/gtk/gtkutils.h
7828         * src/gtk/inputdialog.c
7829         * src/gtk/inputdialog.h
7830         * src/gtk/logwindow.c
7831         * src/gtk/logwindow.h
7832         * src/gtk/manage_window.c
7833         * src/gtk/manage_window.h
7834         * src/gtk/menu.c
7835         * src/gtk/menu.h
7836         * src/gtk/pluginwindow.c
7837         * src/gtk/pluginwindow.h
7838         * src/gtk/prefswindow.c
7839         * src/gtk/prefswindow.h
7840         * src/gtk/progressdialog.c
7841         * src/gtk/progressdialog.h
7842         * src/gtk/sslcertwindow.c
7843         * src/gtk/sslcertwindow.h
7844         * src/plugins/clamav/clamav_plugin.c
7845         * src/plugins/clamav/clamav_plugin.h
7846         * src/plugins/clamav/clamav_plugin_gtk.c
7847         * src/plugins/demo/demo.c
7848         * src/plugins/dillo_viewer/dillo_prefs.c
7849         * src/plugins/dillo_viewer/dillo_prefs.h
7850         * src/plugins/dillo_viewer/dillo_viewer.c
7851         * src/plugins/pgpcore/passphrase.c
7852         * src/plugins/pgpcore/passphrase.h
7853         * src/plugins/pgpcore/plugin.c
7854         * src/plugins/pgpcore/select-keys.c
7855         * src/plugins/pgpcore/select-keys.h
7856         * src/plugins/pgpcore/sgpgme.c
7857         * src/plugins/pgpcore/sgpgme.h
7858         * src/plugins/pgpinline/pgpinline.c
7859         * src/plugins/pgpinline/pgpinline.h
7860         * src/plugins/pgpinline/plugin.c
7861         * src/plugins/pgpmime/pgpmime.c
7862         * src/plugins/pgpmime/pgpmime.h
7863         * src/plugins/pgpmime/plugin.c
7864         * src/plugins/spamassassin/spamassassin.c
7865         * src/plugins/spamassassin/spamassassin.h
7866         * src/plugins/spamassassin/spamassassin_gtk.c
7867         * src/plugins/trayicon/trayicon.c
7868                 update copyright header
7869
7870 2006-01-13 [paul]       1.9.100cvs141
7871
7872         * src/account.c
7873         * src/export.c
7874         * src/import.c
7875         * src/mainwindow.c
7876         * src/prefs_account.c
7877         * src/prefs_display_header.c
7878         * src/prefs_receive.c
7879         * src/prefs_send.c
7880         * src/prefs_summaries.c
7881         * src/prefs_themes.c
7882         * src/prefs_toolbar.c
7883         * src/gtk/about.c
7884                 various cleanups
7885
7886 2006-01-12 [colin]      1.9.100cvs140
7887
7888         * src/folder.c
7889         * src/folder.h
7890         * src/main.c
7891                 Add --subscribe option
7892                 Let sylpheed-claws email@domain.com equivalent to --compose
7893                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7894
7895 2006-01-12 [paul]       1.9.100cvs139
7896
7897         * src/mainwindow.c
7898                 append 'Change folder order' label with '...'
7899         * src/prefs_actions.c
7900                 allow reordering of actions list by dnd
7901         * src/gtk/foldersort.c
7902                 make the dialog nicer
7903
7904 2006-01-11 [colin]      1.9.100cvs138
7905
7906         * src/compose.c
7907                 Allow templates without text
7908
7909 2006-01-11 [paul]       1.9.100cvs137
7910
7911         * tools/README
7912         * tools/filter_conv_new.pl
7913                 add info to README
7914                 also check .sylpheed for filter.xml
7915                 be a bit informative to the user
7916
7917 2006-01-11 [colin]      1.9.100cvs136
7918
7919         * src/textview.c
7920                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7921
7922 2006-01-10 [paul]       1.9.100cvs135
7923
7924         * tools/Makefile.am
7925         * tools/filter_conv_new.pl
7926                 add script to convert new style Sylpheed
7927                 filter rules (Sylpheed >= 0.9.99) to
7928                 Claws filtering rules
7929
7930 2006-01-10 [colin]      1.9.100cvs134
7931
7932         * src/compose.c
7933                 Fix broken line joins in certain conditions
7934                 (between two quoted lines: <enter><enter><up>
7935                  <type a wrapped sentence><go in the first line>
7936                  <insert more text><watch as line joining failed>)
7937
7938 2006-01-10 [paul]       1.9.100cvs133
7939
7940         * src/compose.c
7941                 don't report success in error dialog
7942                 thanks to Colin
7943         * src/common/utils.c
7944                 include some trailing punctuations as URI
7945                 thanks to Hiro
7946
7947 2006-01-10 [paul]       1.9.100cvs132
7948
7949         * src/mimeview.c
7950                 fix incompatible pointer type
7951                 warning
7952
7953 2006-01-10 [paul]       1.9.100cvs131
7954
7955         * src/compose.c
7956                 change Subject in window title
7957                 instantaneously
7958
7959 2006-01-09 [colin]      1.9.100cvs130
7960
7961         * src/addressbook.c
7962         * src/headerview.c
7963         * src/mainwindow.c
7964         * src/messageview.c
7965         * src/mimeview.c
7966         * src/noticeview.c
7967         * src/summaryview.c
7968                 Fix possible crashes on exit and in addressbook
7969
7970 2006-01-09 [paul]       1.9.100cvs129
7971
7972         * src/prefs_msg_colors.c
7973                 some cleanups that I forgot last time
7974
7975 2006-01-09 [paul]       1.9.100cvs128
7976
7977         * README
7978         * src/folderview.c
7979         * src/prefs_msg_colors.c
7980                 add previously hidden option, color_new, to
7981                 the gui
7982                 move the page to Display/
7983                 rework the gui
7984
7985 2006-01-09 [wwp]        1.9.100cvs127
7986
7987         * src/prefs_themes.c
7988                 made the prefs/display/themes layouts spacing less condensed
7989                 (and so they match other prefs/pages' look).
7990
7991 2006-01-09 [paul]       1.9.100cvs126
7992
7993         * src/compose.c
7994         * src/prefs_common.c
7995         * src/prefs_common.h
7996         * src/prefs_wrapping.c
7997                 remove 'wrap at send' option
7998
7999 2006-01-06 [colin]      1.9.100cvs125
8000
8001         * src/compose.c
8002                 Just make completely sure we don't insert "manual line breaks" 
8003                 when wrapping... 
8004
8005 2006-01-04 [paul]
8006
8007         * 2.0.0-rc3 released
8008
8009 2006-01-04 [paul]       1.9.100cvs124
8010
8011         * src/folderview.c
8012                 fix bug 882, 'quick scroll in folder list
8013                 displays wrong folder contents'
8014
8015 2006-01-04 [paul]       1.9.100cvs123
8016
8017         * src/plugins/pgpmime/pgpmime.c
8018                 better debug information when signing
8019                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
8020
8021 2006-01-03 [colin]      1.9.100cvs122
8022
8023         * configure.ac
8024                 We need to recheck for gpgme 1.0.0 after checking
8025                 for 1.1.1, because if 1.1.1 isn't available, 
8026                 GPGME_LIBS and friends are blanked out by the 
8027                 second check.
8028
8029 2006-01-03 [colin]      1.9.100cvs121
8030
8031         * src/common/prefs.c
8032                 Windows unlink-before rename fix
8033         * src/plugins/pgpcore/sgpgme.c
8034                 Add support for PKA info if available
8035                 Both patches by Werner Koch
8036
8037 2006-01-03 [paul]       1.9.100cvs120
8038
8039         * src/messageview.c
8040                 fix bug 884, 'Send receipt' button visible in queue
8041                 Thanks to Colin
8042
8043 2006-01-02 [colin]      1.9.100cvs119
8044
8045         * src/compose.c
8046         * src/imap.c
8047                 Fix autosave on IMAP and more generally try to
8048                 return the correct ID on a newly added IMAP message
8049
8050 2006-01-02 [paul]       1.9.100cvs118
8051
8052         * manual/keyboard.xml
8053                 edited
8054
8055 2006-01-01 [paul]       1.9.100cvs117
8056
8057         * src/gtk/authors.h
8058                 alphabetical order
8059
8060 2005-12-30 [colin]      1.9.100cvs116
8061
8062         * manual/advanced.xml
8063                 Explain Pre/Post-processing differences.
8064
8065 2005-12-30 [colin]      1.9.100cvs115
8066
8067         * src/mh.c
8068                 Implement copy_msgs for a little optimization
8069         * src/imap.c
8070                 Finish yesterday's fix
8071
8072 2005-12-29 [colin]      1.9.100cvs114
8073
8074         * src/imap.c
8075                 Fix occasional failure in fetching a mail over
8076                 IMAP
8077
8078 2005-12-29 [colin]      1.9.100cvs113
8079
8080         * src/compose.c
8081                 Don't remove a draft when sending it, if it is 
8082                 locked.
8083
8084 2005-12-28 [colin]      1.9.100cvs112
8085
8086         * src/summaryview.c
8087                 Fix leak for real
8088
8089 2005-12-28 [wwp]        1.9.100cvs111
8090
8091         * doc/faq/.cvsignore
8092         * doc/faq/de/.cvsignore
8093         * doc/faq/en/.cvsignore
8094         * doc/faq/es/.cvsignore
8095         * doc/faq/fr/.cvsignore
8096         * doc/faq/it/.cvsignore
8097         * doc/manual/.cvsignore
8098         * doc/manual/de/.cvsignore
8099         * doc/manual/en/.cvsignore
8100         * doc/manual/es/.cvsignore
8101         * doc/manual/fr/.cvsignore
8102         * doc/manual/ja/.cvsignore
8103         * src/plugins/mathml_viewer/.cvsignore
8104                 rollback revival of those files (my bad, sorry for the noise).
8105
8106 2005-12-28 [wwp]        1.9.100cvs110
8107
8108         * src/compose.c
8109                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
8110
8111 2005-12-28 [wwp]        1.9.100cvs109
8112
8113         * doc/faq/.cvsignore
8114         * doc/faq/de/.cvsignore
8115         * doc/faq/en/.cvsignore
8116         * doc/faq/es/.cvsignore
8117         * doc/faq/fr/.cvsignore
8118         * doc/faq/it/.cvsignore
8119         * doc/manual/.cvsignore
8120         * doc/manual/de/.cvsignore
8121         * doc/manual/en/.cvsignore
8122         * doc/manual/es/.cvsignore
8123         * doc/manual/fr/.cvsignore
8124         * doc/manual/ja/.cvsignore
8125         * src/plugins/mathml_viewer/.cvsignore
8126         * po/.cvsignore
8127                 more files to ignore.
8128
8129 2005-12-24 [colin]      1.9.100cvs108
8130
8131         * AUTHORS
8132         * src/gtk/authors.h
8133                 Update for Werner
8134
8135 2005-12-24 [colin]      1.9.100cvs107
8136
8137         * src/procmsg.c
8138                 Allow NULL src_msginfo in 
8139                 procmsg_msginfo_new_from_mimeinfo
8140
8141 2005-12-23 [paul]       1.9.100cvs106
8142
8143         * src/plugins/pgpinline/mypgpcore.def
8144                 add this forgotten file
8145
8146 2005-12-23 [colin]      1.9.100cvs105
8147
8148         * src/mainwindow.c
8149                 Fix missing break
8150
8151 2005-12-23 [colin]      1.9.100cvs104
8152
8153         * autogen.sh
8154         * src/folder.c
8155         * src/mh.c
8156         * src/common/plugin.c
8157         * src/common/socket.c
8158         * src/common/socket.h
8159         * src/common/utils.c
8160         * src/common/utils.h
8161         * src/gtk/pluginwindow.c
8162         * src/plugins/pgpcore/plugin.def
8163         * src/plugins/pgpcore/sylpheed.def
8164         * src/plugins/pgpinline/Makefile.am
8165         * src/plugins/pgpinline/plugin.def
8166         * src/plugins/pgpinline/sylpheed.def
8167         * src/plugins/pgpmime/plugin.def
8168         * src/plugins/pgpmime/sylpheed.def
8169                 Various w32 fixes by Werner Koch
8170
8171 2005-12-22 [paul]       1.9.100cvs103
8172
8173         * src/wizard.c
8174                 don't offer IMAP as 'server type' if
8175                 libetpan isn't built in
8176
8177 2005-12-22 [paul]       1.9.100cvs102
8178
8179         * AUTHORS
8180         * src/mainwindow.c
8181         * src/mainwindow.h
8182         * src/toolbar.c
8183         * src/gtk/authors.h
8184                 support GTK_TOOLBAR_BOTH_HORIZ (text
8185                 next to icon) Patch by Marien Zwart
8186                 marienz@users.sf.net
8187                 Also reword the text
8188
8189 2005-12-21 [colin]      1.9.100cvs101
8190
8191         * configure.ac
8192                 Fix DATADIRNAME
8193         * COPYING
8194                 Fix missing section and explicit the exception better
8195         * src/compose.c
8196                 Prevent mail from being lost without notice when an
8197                 SMTP error happens on trying to send an unmodified
8198                 drafted mail.
8199         * src/send_message.c
8200         * src/common/smtp.c
8201                 Fix password remembering when wrong, and add return
8202                 value checks where they should have been
8203         * src/plugins/pgpcore/sylpheed.def
8204         * src/plugins/pgpinline/sylpheed.def
8205         * src/plugins/pgpmime/sylpheed.def
8206                 Add a few symbols needed
8207
8208 2005-12-21 [paul]       1.9.100cvs100
8209
8210         * m4/codeset.m4
8211         * m4/glibc21.m4
8212         * m4/intdiv0.m4
8213         * m4/inttypes-pri.m4
8214         * m4/inttypes.m4
8215         * m4/inttypes_h.m4
8216         * m4/isc-posix.m4
8217         * m4/lcmessage.m4
8218         * m4/stdint_h.m4
8219         * m4/uintmax_t.m4
8220                 gettextization
8221                 thanks to Colin
8222
8223 2005-12-21 [paul]       1.9.100cvs99
8224
8225         * po/sv.po
8226                 fixed by Colin
8227
8228 2005-12-20 [paul]       1.9.100cvs98
8229
8230         * po/sv.po
8231                 updated by Anders Trobäck
8232
8233 2005-12-20 [colin]      1.9.100cvs97
8234
8235         * ABOUT-NLS
8236         * Makefile.am
8237         * autogen.sh
8238         * configure.ac
8239         * config/config.rpath
8240         * config/mkinstalldirs
8241         * m4/Makefile.am
8242         * m4/glibc2.m4
8243         * m4/gnupg.m4
8244         * m4/gpgme.m4
8245         * m4/intmax.m4
8246         * m4/longdouble.m4
8247         * m4/longlong.m4
8248         * m4/printf-posix.m4
8249         * m4/signed.m4
8250         * m4/size_max.m4
8251         * m4/ulonglong.m4
8252         * m4/wchar_t.m4
8253         * m4/wint_t.m4
8254         * m4/xsize.m4
8255         * po/Makefile.in.in
8256         * po/Makevars
8257         * po/bg.po
8258         * po/ca.po
8259         * po/cs.po
8260         * po/de.po
8261         * po/el.po
8262         * po/en_GB.po
8263         * po/es.po
8264         * po/fi.po
8265         * po/fr.po
8266         * po/hr.po
8267         * po/hu.po
8268         * po/it.po
8269         * po/ja.po
8270         * po/ko.po
8271         * po/nb.po
8272         * po/nl.po
8273         * po/pl.po
8274         * po/pt_BR.po
8275         * po/ru.po
8276         * po/sk.po
8277         * po/sr.po
8278         * po/stamp-po
8279         * po/sv.po
8280         * po/zh_CN.po
8281         * po/zh_TW.po
8282         * src/Makefile.am
8283         * src/codeconv.c
8284         * src/compose.c
8285         * src/exporthtml.c
8286         * src/exportldif.c
8287         * src/folder.c
8288         * src/main.c
8289         * src/manual.c
8290         * src/mh.c
8291         * src/mimeview.c
8292         * src/send_message.c
8293         * src/common/Makefile.am
8294         * src/common/fnmatch.c
8295         * src/common/fnmatch.h
8296         * src/common/fnmatch_loop.c
8297         * src/common/nntp.c
8298         * src/common/plugin.c
8299         * src/common/smtp.c
8300         * src/common/socket.c
8301         * src/common/string_match.c
8302         * src/common/sylpheed.c
8303         * src/common/utils.c
8304         * src/common/utils.h
8305         * src/common/w32_dirent.c
8306         * src/common/w32_reg.c
8307         * src/common/w32_signal.c
8308         * src/common/w32_stat.c
8309         * src/common/w32_stdio.c
8310         * src/common/w32_stdlib.c
8311         * src/common/w32_string.c
8312         * src/common/w32_time.c
8313         * src/common/w32_unistd.c
8314         * src/common/w32_wait.c
8315         * src/common/w32lib.h
8316         * src/etpan/Makefile.am
8317         * src/gtk/Makefile.am
8318         * src/plugins/clamav/Makefile.am
8319         * src/plugins/demo/Makefile.am
8320         * src/plugins/dillo_viewer/Makefile.am
8321         * src/plugins/pgpcore/Makefile.am
8322         * src/plugins/pgpcore/passphrase.c
8323         * src/plugins/pgpcore/plugin.def
8324         * src/plugins/pgpcore/sgpgme.c
8325         * src/plugins/pgpcore/sylpheed.def
8326         * src/plugins/pgpcore/version.rc
8327         * src/plugins/pgpinline/Makefile.am
8328         * src/plugins/pgpinline/plugin.def
8329         * src/plugins/pgpinline/sylpheed.def
8330         * src/plugins/pgpinline/version.rc
8331         * src/plugins/pgpmime/Makefile.am
8332         * src/plugins/pgpmime/mypgpcore.def
8333         * src/plugins/pgpmime/plugin.def
8334         * src/plugins/pgpmime/sylpheed.def
8335         * src/plugins/pgpmime/version.rc
8336         * src/plugins/spamassassin/Makefile.am
8337                 Very little ;-) patch from Werner Koch, providing
8338                 infrastructure for cross-compiling to Win32
8339
8340 2005-12-20 [paul]       1.9.100cvs96
8341
8342         * src/account.c
8343         * src/account.h
8344         * src/mainwindow.c
8345         * src/mainwindow.h
8346         * src/toolbar.c
8347         * src/toolbar.h
8348                 add a combo to the Get All button, allowing
8349                 quick retrieval from any account
8350                 Patch by Fabien Vantard, slightly modified
8351                 by Colin
8352         * src/gtk/about.c
8353                 i18n fix. Patch by Fabien Vantard
8354
8355 2005-12-19 [colin]      1.9.100cvs95
8356
8357         * src/compose.c
8358         * src/compose.h
8359                 Don't automatically join lines when they've 
8360                 been separated by the user and not automatically
8361
8362 2005-12-19 [paul]       1.9.100cvs94
8363
8364         * src/gtk/pluginwindow.c
8365                 i18n fix.
8366                 Patch by Fabien Vantard
8367
8368 2005-12-15 [paul]       1.9.100cvs93
8369
8370         * src/common/plugin.c
8371         * src/common/plugin.h
8372         * src/gtk/pluginwindow.c
8373         * src/plugins/clamav/clamav_plugin.c
8374         * src/plugins/demo/demo.c
8375         * src/plugins/dillo_viewer/dillo_viewer.c
8376         * src/plugins/pgpcore/plugin.c
8377         * src/plugins/pgpinline/plugin.c
8378         * src/plugins/pgpmime/plugin.c
8379         * src/plugins/spamassassin/spamassassin.c
8380         * src/plugins/trayicon/trayicon.c
8381                 add plugin_version()
8382
8383 2005-12-15 [colin]      1.9.100cvs92
8384
8385         * src/compose.c
8386                 Further fix bug #875
8387
8388 2005-12-15 [paul]       1.9.100cvs91
8389
8390         * src/gtk/filesel.c
8391                 fix attach_load_dir getting set to
8392                 PLUGINDIR on plugin load
8393
8394 2005-12-14 [mones]      1.9.100cvs90
8395
8396         * manual/ack.xml
8397         * manual/keyboard.xml
8398                 Initial draft and some shortcuts added
8399                 
8400         * po/es.po
8401                 Updated translation
8402
8403 2005-12-14 [colin]      1.9.100cvs89
8404
8405         * src/compose.c
8406         * src/imap.c
8407         * src/summaryview.c
8408         * src/gtk/gtkaspell.c
8409                 More leaks fixed
8410         * src/prefs_folder_item.c
8411                 Fix recursive prefs apply
8412
8413
8414 2005-12-14 [colin]      1.9.100cvs88
8415
8416         * src/compose.c
8417                 Fix bug #875 (Freeze On Inline Forward of 
8418                 Large Message)
8419
8420 2005-12-13 [colin]      1.9.100cvs87
8421
8422         * src/compose.c
8423                 Uniq-ify and sort the mimetypes list
8424                 Patch by Fabien Vantard
8425
8426 2005-12-13 [colin]      1.9.100cvs86
8427
8428         * src/imap.c
8429         * src/etpan/imap-thread.c
8430                 Fix leaks (patch by Hoa)
8431         * src/news.c
8432         * src/common/plugin.c
8433                 Fix leaks
8434
8435 2005-12-12 [colin]
8436
8437         * 2.0.0-rc2 released
8438
8439 2005-12-12 [colin]      1.9.100cvs85
8440
8441         * src/matcher.c
8442                 Fix a leak
8443
8444 2005-12-12 [wwp]        1.9.100cvs84
8445
8446         * src/gtk/icon_legend.c
8447                 fix misbehaviour and crash when closing the legend window
8448         using the Esc key (patch by Fabien Vantard).
8449
8450 2005-12-12 [paul]       1.9.100cvs83
8451
8452         * src/browseldap.c
8453         * src/foldersel.c
8454         * src/prefs_actions.c
8455         * src/prefs_filtering.c
8456         * src/prefs_matcher.c
8457         * src/prefs_spelling.glade      ** REMOVED **
8458         * src/prefs_template.c
8459         * src/gtk/foldersort.glade      ** REMOVED **
8460         * src/gtk/pluginwindow.c
8461         * src/gtk/pluginwindow.glade    ** REMOVED **
8462         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8463                 cleanups
8464
8465 2005-12-11 [paul]       1.9.100cvs82
8466
8467         * src/gtk/filesel.c
8468                 fix attach_load_dir crasher (double free)
8469
8470 2005-12-09 [paul]       1.9.100cvs81
8471
8472         * po/POTFILES.in
8473         * src/mainwindow.c
8474         * src/gtk/Makefile.am
8475         * src/gtk/icon_legend.c
8476         * src/gtk/icon_legend.h
8477                 add icon legend
8478         * src/manual.c
8479                 cleanup
8480
8481 2005-12-09 [paul]       1.9.100cvs80
8482
8483         * src/plugins/pgpcore/passphrase.c
8484                 wrap the label in the dialog
8485
8486 2005-12-09 [colin]      1.9.100cvs79
8487
8488         * src/plugins/pgpcore/sgpgme.c
8489                 Display (untrusted) on not trusted signatures
8490                 Patch by Michal Èihaø <michal@cihar.com>
8491                 Closes bug #867 (Report also key trust)
8492
8493 2005-12-09 [colin]      1.9.100cvs78
8494
8495         * src/common/plugin.c
8496                 Update licence check, following Eben Moglen's advice
8497
8498 2005-12-08 [colin]      1.9.100cvs77
8499
8500         * src/folder.c
8501                 Fix the occasionnal item->cache != NULL 
8502                 assertion failure. 
8503
8504 2005-12-08 [colin]      1.9.100cvs76
8505
8506         * src/mimeview.c
8507         * src/plugins/pgpcore/sgpgme.c
8508                 Print key id when unable to check it
8509                 Closes bug #866 (Show key id when missing)
8510
8511 2005-12-08 [paul]       1.9.100cvs75
8512
8513         * src/prefs_common.c
8514         * src/prefs_common.h
8515         * src/gtk/filesel.c
8516                 remember load attachment dir
8517
8518 2005-12-07 [colin]      1.9.100cvs74
8519
8520         * src/prefs_toolbar.c
8521                 Gtk fixes, patch by Fabien Vantard
8522
8523 2005-12-07 [colin]      1.9.100cvs73
8524
8525         * src/action.c
8526         * src/compose.c
8527         * src/compose.h
8528                 Fix bug #839 (Quoted text isn't colored after 
8529                 executing an action)
8530         * src/common/plugin.c
8531                 Require plugins to declare their licence in plugin_licence()
8532                 Refuse to load non-GPL plugins as they'd be illegal (as 
8533                 derived works of Sylpheed-Claws, they must be GPL).
8534         * src/plugins/clamav/clamav_plugin.c
8535         * src/plugins/demo/demo.c
8536         * src/plugins/dillo_viewer/dillo_viewer.c
8537         * src/plugins/pgpcore/plugin.c
8538         * src/plugins/pgpinline/plugin.c
8539         * src/plugins/pgpmime/plugin.c
8540         * src/plugins/spamassassin/spamassassin.c
8541         * src/plugins/trayicon/trayicon.c
8542                 Add plugin_licence()
8543
8544 2005-12-07 [paul]       1.9.100cvs72
8545
8546         * configure.ac
8547         * src/mainwindow.c
8548         * src/manual.c
8549         * src/manual.h
8550         * src/common/defs.h
8551                 clean up after local FAQ removal and
8552                 temporary manual removal
8553
8554 2005-12-06 [colin]      1.9.100cvs71
8555
8556         * configure.ac
8557         * doc/Makefile.am
8558         * doc/faq/.cvsignore
8559         * doc/faq/Makefile.am
8560         * doc/faq/de/.cvsignore
8561         * doc/faq/de/Makefile.am
8562         * doc/faq/de/sylpheed-faq-1.html
8563         * doc/faq/de/sylpheed-faq-2.html
8564         * doc/faq/de/sylpheed-faq-3.html
8565         * doc/faq/de/sylpheed-faq.html
8566         * doc/faq/en/.cvsignore
8567         * doc/faq/en/Makefile.am
8568         * doc/faq/en/sylpheed-faq-1.html
8569         * doc/faq/en/sylpheed-faq-2.html
8570         * doc/faq/en/sylpheed-faq-3.html
8571         * doc/faq/en/sylpheed-faq-4.html
8572         * doc/faq/en/sylpheed-faq.html
8573         * doc/faq/es/.cvsignore
8574         * doc/faq/es/Makefile.am
8575         * doc/faq/es/sylpheed-faq-1.html
8576         * doc/faq/es/sylpheed-faq-2.html
8577         * doc/faq/es/sylpheed-faq-3.html
8578         * doc/faq/es/sylpheed-faq-4.html
8579         * doc/faq/es/sylpheed-faq.html
8580         * doc/faq/fr/.cvsignore
8581         * doc/faq/fr/Makefile.am
8582         * doc/faq/fr/sylpheed-faq-1.html
8583         * doc/faq/fr/sylpheed-faq-2.html
8584         * doc/faq/fr/sylpheed-faq-3.html
8585         * doc/faq/fr/sylpheed-faq.html
8586         * doc/faq/it/.cvsignore
8587         * doc/faq/it/Makefile.am
8588         * doc/faq/it/sylpheed-faq-1.html
8589         * doc/faq/it/sylpheed-faq-2.html
8590         * doc/faq/it/sylpheed-faq-3.html
8591         * doc/faq/it/sylpheed-faq.html
8592         * doc/manual/.cvsignore
8593         * doc/manual/Makefile.am
8594         * doc/manual/de/.cvsignore
8595         * doc/manual/de/Makefile.am
8596         * doc/manual/de/sylpheed-1.html
8597         * doc/manual/de/sylpheed-10.html
8598         * doc/manual/de/sylpheed-11.html
8599         * doc/manual/de/sylpheed-12.html
8600         * doc/manual/de/sylpheed-13.html
8601         * doc/manual/de/sylpheed-14.html
8602         * doc/manual/de/sylpheed-15.html
8603         * doc/manual/de/sylpheed-16.html
8604         * doc/manual/de/sylpheed-17.html
8605         * doc/manual/de/sylpheed-18.html
8606         * doc/manual/de/sylpheed-19.html
8607         * doc/manual/de/sylpheed-2.html
8608         * doc/manual/de/sylpheed-20.html
8609         * doc/manual/de/sylpheed-3.html
8610         * doc/manual/de/sylpheed-4.html
8611         * doc/manual/de/sylpheed-5.html
8612         * doc/manual/de/sylpheed-6.html
8613         * doc/manual/de/sylpheed-7.html
8614         * doc/manual/de/sylpheed-8.html
8615         * doc/manual/de/sylpheed-9.html
8616         * doc/manual/de/sylpheed.html
8617         * doc/manual/en/.cvsignore
8618         * doc/manual/en/Makefile.am
8619         * doc/manual/en/sylpheed-1.html
8620         * doc/manual/en/sylpheed-10.html
8621         * doc/manual/en/sylpheed-11.html
8622         * doc/manual/en/sylpheed-12.html
8623         * doc/manual/en/sylpheed-13.html
8624         * doc/manual/en/sylpheed-14.html
8625         * doc/manual/en/sylpheed-15.html
8626         * doc/manual/en/sylpheed-16.html
8627         * doc/manual/en/sylpheed-17.html
8628         * doc/manual/en/sylpheed-18.html
8629         * doc/manual/en/sylpheed-19.html
8630         * doc/manual/en/sylpheed-2.html
8631         * doc/manual/en/sylpheed-20.html
8632         * doc/manual/en/sylpheed-21.html
8633         * doc/manual/en/sylpheed-22.html
8634         * doc/manual/en/sylpheed-3.html
8635         * doc/manual/en/sylpheed-4.html
8636         * doc/manual/en/sylpheed-5.html
8637         * doc/manual/en/sylpheed-6.html
8638         * doc/manual/en/sylpheed-7.html
8639         * doc/manual/en/sylpheed-8.html
8640         * doc/manual/en/sylpheed-9.html
8641         * doc/manual/en/sylpheed.html
8642         * doc/manual/es/.cvsignore
8643         * doc/manual/es/Makefile.am
8644         * doc/manual/es/sylpheed-1.html
8645         * doc/manual/es/sylpheed-10.html
8646         * doc/manual/es/sylpheed-11.html
8647         * doc/manual/es/sylpheed-12.html
8648         * doc/manual/es/sylpheed-13.html
8649         * doc/manual/es/sylpheed-14.html
8650         * doc/manual/es/sylpheed-15.html
8651         * doc/manual/es/sylpheed-16.html
8652         * doc/manual/es/sylpheed-17.html
8653         * doc/manual/es/sylpheed-18.html
8654         * doc/manual/es/sylpheed-19.html
8655         * doc/manual/es/sylpheed-2.html
8656         * doc/manual/es/sylpheed-20.html
8657         * doc/manual/es/sylpheed-3.html
8658         * doc/manual/es/sylpheed-4.html
8659         * doc/manual/es/sylpheed-5.html
8660         * doc/manual/es/sylpheed-6.html
8661         * doc/manual/es/sylpheed-7.html
8662         * doc/manual/es/sylpheed-8.html
8663         * doc/manual/es/sylpheed-9.html
8664         * doc/manual/es/sylpheed.html
8665         * doc/manual/fr/.cvsignore
8666         * doc/manual/fr/Makefile.am
8667         * doc/manual/fr/sylpheed-1.html
8668         * doc/manual/fr/sylpheed-10.html
8669         * doc/manual/fr/sylpheed-11.html
8670         * doc/manual/fr/sylpheed-12.html
8671         * doc/manual/fr/sylpheed-13.html
8672         * doc/manual/fr/sylpheed-14.html
8673         * doc/manual/fr/sylpheed-15.html
8674         * doc/manual/fr/sylpheed-16.html
8675         * doc/manual/fr/sylpheed-17.html
8676         * doc/manual/fr/sylpheed-18.html
8677         * doc/manual/fr/sylpheed-19.html
8678         * doc/manual/fr/sylpheed-2.html
8679         * doc/manual/fr/sylpheed-20.html
8680         * doc/manual/fr/sylpheed-3.html
8681         * doc/manual/fr/sylpheed-4.html
8682         * doc/manual/fr/sylpheed-5.html
8683         * doc/manual/fr/sylpheed-6.html
8684         * doc/manual/fr/sylpheed-7.html
8685         * doc/manual/fr/sylpheed-8.html
8686         * doc/manual/fr/sylpheed-9.html
8687         * doc/manual/fr/sylpheed.html
8688         * doc/manual/ja/.cvsignore
8689         * doc/manual/ja/Makefile.am
8690         * doc/manual/ja/sylpheed-1.html
8691         * doc/manual/ja/sylpheed-10.html
8692         * doc/manual/ja/sylpheed-11.html
8693         * doc/manual/ja/sylpheed-12.html
8694         * doc/manual/ja/sylpheed-13.html
8695         * doc/manual/ja/sylpheed-14.html
8696         * doc/manual/ja/sylpheed-15.html
8697         * doc/manual/ja/sylpheed-16.html
8698         * doc/manual/ja/sylpheed-17.html
8699         * doc/manual/ja/sylpheed-18.html
8700         * doc/manual/ja/sylpheed-19.html
8701         * doc/manual/ja/sylpheed-2.html
8702         * doc/manual/ja/sylpheed-20.html
8703         * doc/manual/ja/sylpheed-3.html
8704         * doc/manual/ja/sylpheed-4.html
8705         * doc/manual/ja/sylpheed-5.html
8706         * doc/manual/ja/sylpheed-6.html
8707         * doc/manual/ja/sylpheed-7.html
8708         * doc/manual/ja/sylpheed-8.html
8709         * doc/manual/ja/sylpheed-9.html
8710         * doc/manual/ja/sylpheed.html
8711         * doc/manual/ja/sylpheed.sgml
8712         * src/mainwindow.c
8713                 Remove outdated manual and faq. Noisy, eh?
8714
8715 2005-12-06 [colin]      1.9.100cvs70
8716
8717         * src/compose.c
8718         * src/quote_fmt_parse.y
8719         * src/undo.c
8720         * src/undo.h
8721                 Allow %X to position cursor at 0 
8722                 (no %X = before signature)
8723                 Fix paste as quotation putting the cursor at 0
8724                 Fix undo offsets when pasting
8725                 Insert the quote_fmt at once instead of line 
8726                 by line
8727                 Fix [Edited] when starting to reply/forward
8728
8729 2005-12-06 [paul]       1.9.100cvs69
8730
8731         * src/plugins/clamav/clamav_plugin_gtk.c
8732                 add another tooltip
8733         * src/plugins/spamassassin/spamassassin_gtk.c
8734                 rework spamassassin_create_widget_func()
8735
8736 2005-12-05 [colin]      1.9.100cvs68
8737
8738         * po/POTFILES.in
8739                 Fix make release ;-)
8740
8741 2005-12-05 [colin]      1.9.100cvs67
8742
8743         * src/compose.c
8744         * src/compose.h
8745                 Fix cursor positioning (not obeying %X)
8746
8747 2005-12-05 [paul]       1.9.100cvs66
8748
8749         * src/plugins/dillo_viewer/dillo_prefs.c
8750                 fix compilation warning
8751
8752 2005-12-05 [paul]       1.9.100cvs65
8753
8754         * src/prefs_spelling.c
8755         * src/plugins/trayicon/trayicon.c
8756                 cleanups - remove unused stuff
8757
8758 2005-12-05 [paul]       1.9.100cvs64
8759
8760         * README
8761         * manual/plugins.xml
8762                 remove info about removed mathml_viewer plugin
8763
8764 2005-12-05 [paul]       1.9.100cvs63
8765
8766         * configure.ac
8767         * src/plugins/Makefile.am
8768         * src/plugins/mathml_viewer/.cvsignore
8769         * src/plugins/mathml_viewer/Makefile.am
8770         * src/plugins/mathml_viewer/mathml_viewer.c
8771                 remove unmaintained mathml_viewer plugin
8772
8773 2005-12-05 [paul]       1.9.100cvs62
8774
8775         * src/summaryview.c
8776                 obey prefs_common.always_show_msg when
8777                 moving a msg
8778                 Thanks to Colin
8779
8780 2005-12-05 [paul]       1.9.100cvs61
8781
8782         * src/compose.c
8783         * src/prefs_account.c
8784         * src/prefs_filtering.c
8785         * src/prefs_quote.c
8786         * src/prefs_spelling.c
8787         * src/prefs_toolbar.c
8788         * src/summaryview.c
8789         * src/gtk/gtkutils.c
8790         * src/gtk/quicksearch.c
8791         * src/plugins/dillo_viewer/dillo_prefs.c
8792                 dialog cleanups
8793
8794 2005-12-04 [paul]       1.9.100cvs60
8795
8796         * src/inc.c
8797         * src/prefs_account.c
8798         * src/prefs_account.h
8799                 allow a Local account to specify a
8800                 default inbox
8801                 (closes bug 843 'Inbox cannot be changed for local
8802                  mailboxes')
8803
8804 2005-12-04 [colin]      1.9.100cvs59
8805
8806         * src/plugins/trayicon/trayicon.c
8807                 Remove Get, rename Get All to Get Mail in order to
8808                 be consistent with the default main toolbar
8809
8810 2005-12-03 [colin]      1.9.100cvs58
8811
8812         * manual/gpl.xml
8813         * manual/sylpheed-claws-manual.xml
8814                 Add GPL appendix
8815
8816 2005-12-03 [paul]       1.9.100cvs57
8817
8818         * AUTHORS
8819         * po/sv.po
8820         * src/gtk/authors.h
8821                 new (partially complete) Swedish translation
8822                 by Anders Troback <sylpheed@troback.com>
8823
8824 2005-12-02 [paul]       1.9.100cvs56
8825
8826         * configure.ac
8827                 libetpan 0.41 required
8828
8829 2005-12-02 [paul]       1.9.100cvs55
8830
8831         * src/plugins/clamav/clamav_plugin.c
8832         * src/plugins/clamav/clamav_plugin.h
8833         * src/plugins/clamav/clamav_plugin_gtk.c
8834         * src/plugins/spamassassin/spamassassin.c
8835         * src/plugins/spamassassin/spamassassin.h
8836         * src/plugins/spamassassin/spamassassin_gtk.c
8837                 unregister prefs pages on unloading, thus
8838                 preventing a crash
8839                 (thanks to Colin for the hint)
8840
8841 2005-12-02 [wwp]        1.9.100cvs54
8842
8843         * src/quote_fmt.h
8844         * src/quote_fmt_parse.y
8845                 fix misuse of gboolean*, use gboolean instead
8846                 (thanks to Paul, Colin, for pointing out that scaring one)
8847
8848 2005-12-02 [paul]       1.9.100cvs53
8849
8850         * src/plugins/clamav/clamav_plugin.c
8851                 int no --> unsigned int no
8852         * src/plugins/clamav/clamav_plugin_gtk.c
8853                 rework config page
8854
8855 2005-12-02 [wwp]        1.9.100cvs52
8856
8857         * src/compose.c
8858         * src/prefs_template.c
8859         * src/quote_fmt.h
8860         * src/quote_fmt_parse.y
8861                 prevent from executing |f and |p templates commands when
8862                 adding or replacing templates in prefs (avoids annoying and
8863                 potentially dangerous behaviours)
8864
8865 2005-12-02 [paul]       1.9.100cvs51
8866
8867         * src/prefs_common.c
8868                 allow translation of some default values
8869                 Patch by Fabien Vantard
8870
8871 2005-12-02 [paul]       1.9.100cvs50
8872
8873         * src/codeconv.c
8874         * src/codeconv.h
8875         * src/prefs_common.c
8876         * src/prefs_common.h
8877         * src/prefs_message.c
8878         * src/textview.c
8879                 remove obsolete 'convert_mb_alnum' option
8880                 and related stuff
8881         * src/gtk/about.c
8882                 remove unused 'about_textview_visibility_notify'
8883
8884 2005-12-02 [paul]       1.9.100cvs49
8885
8886         * src/prefs_account.c
8887         * src/prefs_compose_writing.c
8888         * src/prefs_fonts.c
8889         * src/prefs_gtk.h
8890         * src/prefs_image_viewer.c
8891         * src/prefs_message.c
8892         * src/prefs_other.c
8893         * src/prefs_receive.c
8894         * src/prefs_send.c
8895         * src/prefs_spelling.c
8896         * src/prefs_summaries.c
8897         * src/prefs_wrapping.c
8898         * src/plugins/dillo_viewer/dillo_prefs.c
8899         * src/plugins/pgpcore/prefs_gpg.c
8900                 several cleanups to the prefs dialogs
8901                 (slightly modified) patch by Fabien Vantard
8902
8903 2005-12-02 [paul]       1.9.100cvs48
8904
8905         * src/main.c
8906                 --exit means exit
8907         * src/send_message.c
8908                 fix crash on send when connection fails
8909
8910         Thanks to Colin
8911
8912 2005-12-01 [colin]      1.9.100cvs47
8913
8914         * src/html.c
8915                 Translate &hellip; to "..."
8916
8917 2005-11-30 [colin]      1.9.100cvs46
8918
8919         * src/matcher.c
8920         * src/matcher.h
8921                 Optimize back yesterday's fix.
8922
8923 2005-11-30 [paul]       1.9.100cvs45
8924
8925         * manual/faq.xml
8926                 standardised
8927         * manual/intro.xml
8928                 written by Colin, edited by me
8929
8930 2005-11-29 [colin]      1.9.100cvs44
8931
8932         * src/matcher.c
8933                 Skip headers unconditionnaly in match_body if the
8934                 rule is not message or ~message
8935
8936 2005-11-29 [colin]      1.9.100cvs43
8937
8938         * src/matcher.c
8939                 Fix body_part and such, not skipping headers 
8940                 if the matchcriteria wasn't the first in the rule
8941
8942 2005-11-29 [colin]      1.9.100cvs42
8943
8944         * src/compose.c
8945                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8946                 option missing from message view window)
8947                 Fix double text D'n'D with gtk-2.8
8948         * src/matcher.c
8949                 Fix ~message, ~headers_part, ~body_part rules
8950         * src/messageview.c
8951                 Add Windows-1252 (Closes bug #863)
8952                 Fix accels
8953         * src/gtk/gtkaspell.c
8954                 Properly destroy accels in all menus
8955
8956 2005-11-29 [mones]      1.9.100cvs41
8957
8958         * po/es.po
8959                 Updated.
8960
8961 2005-11-27 [colin]      1.9.100cvs40
8962
8963         * src/mh_gtk.c
8964                 "/Remove mailbox" -> "/Remove mailbox..."
8965
8966 2005-11-27 [paul]       1.9.100cvs39
8967
8968         * AUTHORS
8969         * po/de.po
8970         * src/gtk/authors.h
8971                 updated by new maintainer, Stephan Sachse
8972
8973 2005-11-27 [paul]       1.9.100cvs38
8974
8975         * manual/faq.xml
8976                 written by Colin, edited by me
8977
8978 2005-11-27 [paul]       1.9.100cvs37
8979
8980         * src/prefs_common.c
8981         * src/prefs_common.h
8982         * src/prefs_receive.c
8983         * src/prefs_summaries.c
8984                 move 'go to inbox after receiving new mail'
8985                 option from display/sumamaries to mail
8986                 handling/receive, and rework prefs_summaries
8987                 dialog a little
8988
8989 2005-11-25 [martin]     1.9.100cvs36
8990
8991         * po/de.po
8992             fixed windows-1252 translation;
8993             translated some new and fuzzy strings
8994
8995 2005-11-25 [paul]       1.9.100cvs35
8996
8997         * src/plugins/clamav/clamav_plugin.c
8998                 complete the update done in cvs34
8999
9000 2005-11-25 [paul]       1.9.100cvs34
9001
9002         * src/plugins/clamav/clamav_plugin.c
9003                 reflect upstream changes
9004
9005 2005-11-25 [paul]       1.9.100cvs33
9006
9007         * manual/ack.xml
9008         * manual/plugins.xml
9009         * manual/sylpheed-claws-manual.xml
9010                 written/updated by Colin, edited by me
9011         * tools/acroread2sylpheed.pl
9012                 update binary name
9013
9014 2005-11-24 [colin]      1.9.100cvs32
9015
9016         * src/compose.c
9017                 Fix bug #856 (reediting messages forgets Request
9018                 Return Receipt)
9019
9020 2005-11-24 [paul]       1.9.100cvs31
9021
9022         * manual/addrbook.xml
9023         * manual/starting.xml
9024                 written by Colin, proofread, edited, adapted by me
9025         * manual/advanced.xml
9026                 add some Actions examples
9027         * src/importldif.c
9028                 use a Save button instead of a Close button
9029         * src/wizard.c
9030                 indicate mandatory fields
9031                 fix page display
9032                 Thanks to Colin
9033
9034 2005-11-23 [colin]      1.9.100cvs30
9035
9036         * src/addressbook.c
9037                 Rename menu item, fix possible crash after
9038                 deletion of books
9039         * src/addrindex.c
9040                 Allow searching for '*' in ldap
9041         * src/browseldap.c
9042                 Fix "Browse Entry" (did anyone use it?)
9043         * src/wizard.c
9044                 Add guards for mandatory information
9045
9046 2005-11-23 [paul]       1.9.100cvs29
9047
9048         * manual/advanced.xml
9049                 corrections to the English
9050
9051 2005-11-23 [colin]      1.9.100cvs28
9052
9053         * src/mimeview.c
9054                 Fix possible crash at exit. After the call to
9055                 gtk_container_remove(), the Viewer's widget has no
9056                 more parent so gtk+ automatically frees it and its
9057                 sons. If destroy_viewer() then try to access it,
9058                 problems ensue.
9059
9060 2005-11-22 [colin]      1.9.100cvs27
9061
9062         * src/compose.c
9063         * src/gtk/gtkaspell.c
9064                 Fix right-clicking on a misspelled word
9065                 Fix More... in suggestions menu
9066
9067 2005-11-22 [wwp]        1.9.100cvs26
9068
9069         * src/prefs_template.c
9070                 templates works: re-sort templates list when adding or replacing,
9071                 prevent from adding or replacing when the template name is empty
9072
9073 2005-11-21 [colin]      1.9.100cvs25
9074
9075         * src/addressbook.c
9076                 Fix some addressbook suckage (dnd, select all)
9077         * src/compose.c
9078         * src/gtk/gtkaspell.c
9079         * src/gtk/gtkaspell.h
9080                 Make the spellchecker menu work with the 
9081                 GtkTextView one instead of overriding it
9082
9083 2005-11-20 [paul]       1.9.100cvs24
9084
9085         * manual/handling.xml
9086                 proofread and corrected
9087
9088 2005-11-20 [paul]       1.9.100cvs23
9089
9090         * manual/Makefile
9091                 generate html as one file
9092         * manual/advanced.xml
9093                 fix output generation
9094                 reformat hidden options list
9095         * manual/manual.xml     ** REMOVED **
9096         * manual/sylpheed-claws-manual.xml      ** ADDED **
9097                 renamed
9098
9099 2005-11-18 [colin]      1.9.100cvs22
9100
9101         * src/prefs_account.c
9102                 Fix layout in news and mbox accounts
9103         * manual/account.xml
9104         * manual/advanced.xml
9105                 New contents for Paul to check :)
9106
9107 2005-11-18 [wwp]        1.9.100cvs21
9108
9109         * src/gtk/quicksearch.c
9110                 don't update extended quicksearch buttons twice
9111
9112 2005-11-18 [paul]       1.9.100cvs20
9113
9114         * src/textview.c
9115                 complete 1.9.100cvs19
9116
9117 2005-11-18 [paul]       1.9.100cvs19
9118
9119         * src/compose.c
9120                 cosmetic improvements
9121         * src/textview.c
9122                 also list text/* attachments
9123
9124 2005-11-18 [colin]      1.9.100cvs18
9125
9126         * src/summaryview.c
9127                 Use column 0 instead of -1 in 
9128                 gtk_ctree_node_moveto, in a naive
9129                 hope it'll fix the gtk-related crashes
9130
9131 2005-11-18 [colin]      1.9.100cvs17
9132
9133         * src/gtk/inputdialog.c
9134                 Fix icon staying the first one
9135
9136 2005-11-17 [wwp]        1.9.100cvs16
9137                 fix possible problem showing some quicksearch buttons, and a bad
9138                 call to g_return_if_fail in a function that returns a value (both
9139                 fixes by Fabien Vantard)
9140
9141 2005-11-15 [wwp]        1.9.100cvs15
9142
9143         * src/gtk/quicksearch.c
9144                 added a tooltip to that obscure ... quicksearch button
9145
9146 2005-11-15 [wwp]        1.9.100cvs14
9147
9148         * src/gtk/quicksearch.c
9149                 add a quicksearch helper to filtering expression users: the ... button
9150                 raises the condition expr window. condition expressions set up w/ this
9151                 window are used by the quicksearch if the user closes it pressing OK.
9152
9153 2005-11-14 [paul]       1.9.100cvs13
9154
9155         * src/plugins/clamav/clamav_plugin.c
9156         * src/plugins/spamassassin/spamassassin.c
9157                 change plugin type following recent merging
9158
9159 2005-11-14 [wwp]        1.9.100cvs12
9160
9161         * src/folder.c
9162                 prevent from crashing when copying/moving message(s) from and
9163                 to the same folder
9164
9165 2005-11-14 [paul]       1.9.100cvs11
9166
9167         * src/plugins/clamav/Makefile.am
9168         * src/plugins/clamav/clamav_plugin.c
9169         * src/plugins/clamav/clamav_plugin.h
9170         * src/plugins/clamav/clamav_plugin_gtk.c
9171                 also merge clamav and clamav_gtk plugins
9172
9173 2005-11-13 [colin]      1.9.100cvs10
9174
9175         * configure.ac
9176         * src/plugins/spamassassin/Makefile.am
9177         * src/plugins/spamassassin/spamassassin.c
9178         * src/plugins/spamassassin/spamassassin.h
9179         * src/plugins/spamassassin/spamassassin_gtk.c
9180                 Merge spamassassin and spamassassin_gtk plugins,
9181                 and build it by default.
9182
9183 2005-11-12 [colin]      1.9.100cvs9
9184
9185         * src/etpan/imap-thread.c
9186                 Fix gcc warning
9187
9188 2005-11-12 [colin]      1.9.100cvs8
9189
9190         * src/procmime.c
9191                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9192
9193 2005-11-10 [colin]      1.9.100cvs7
9194
9195         * src/main.c
9196                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9197                 minimised state)
9198
9199 2005-11-10 [wwp]        1.9.100cvs6
9200
9201         * src/gtk/description_window.c
9202                 fix a crash when closing description windows using the WM's [X] button
9203
9204 2005-11-09 [colin]      1.9.100cvs5
9205
9206         * src/common/ssl.c
9207                 Update libetpan call to follow upstream
9208                 (yes, this requires libetpan-0.40cvs3)
9209
9210 2005-11-08 [colin]      1.9.100cvs4
9211
9212         * src/compose.c
9213         * src/textview.c
9214         * src/common/utils.c
9215         * src/common/utils.h
9216                 Enhance the email parser
9217
9218 2005-11-08 [colin]      1.9.100cvs3
9219
9220         * src/procmime.c
9221                 Fix what looks like an off-by-one (fixes 
9222                 attachments from the Bat)
9223
9224 2005-11-08 [wwp]        1.9.100cvs2
9225
9226         * src/main.c
9227                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9228
9229 2005-11-08 [wwp]        1.9.100cvs1
9230
9231         * src/main.c
9232                 allow exiting Sylpheed-Claws from command-line
9233
9234 2005-11-08 [paul]       1.9.100
9235
9236         1.9.100 released
9237
9238 2005-11-07 [colin]      1.9.99cvs17
9239
9240         * src/addritem.c
9241         * src/ldif.c
9242                 Fix import of base-64 encoded items
9243
9244 2005-11-07 [colin]      1.9.99cvs16
9245
9246         * src/send_message.c
9247                 Fix bug #314 (Queue does not empty under certain 
9248                 circumstances)
9249
9250 2005-11-07 [paul]       1.9.99cvs15
9251
9252         * src/mutt.c
9253         * src/pine.c
9254                 fix buffer overflows
9255                 Thanks to Colin
9256
9257 2005-11-07 [paul]       1.9.99cvs14
9258
9259         * doc/man/Makefile.am
9260         * doc/man/sylpheed-claws.1      ** ADDED **
9261         * doc/man/sylpheed.1            ** DELETED **
9262                 rename and update the man file
9263
9264 2005-11-06 [colin]      1.9.99cvs13
9265
9266         * src/ldif.c
9267                 Fix ldif_get_line() that returned empty strings
9268                 (Didn't understand why). Also fix a possible
9269                 buffer overflow.
9270
9271 2005-11-06 [wwp]        1.9.99cvs12
9272
9273         * src/textview.c
9274         * src/gtk/about.c
9275         * src/gtk/gtkutils.c
9276         * src/gtk/gtkutils.h
9277                 fix a compilation warning,
9278                 make links sensitive in the about dialog
9279
9280 2005-11-04 [wwp]        1.9.99cvs11
9281
9282         * src/gtk/about.c
9283                 don't wrap or translate URIs, and a bit text format cleanup
9284
9285 2005-11-04 [wwp]        1.9.99cvs10
9286
9287         * src/gtk/about.c
9288                 better textview tagging implementation (no more use of marks for
9289                 postponed tagging)
9290
9291 2005-11-02 [colin]      1.9.99cvs9
9292
9293         * src/common/ssl.c
9294                 Forgot an ifdef
9295
9296 2005-11-02 [colin]      1.9.99cvs8
9297
9298         * configure.ac
9299                 Require libetpan-0.40 due to upstream fix
9300         * src/common/ssl.c
9301                 Tell libetpan not to call SSL_Library_Init,
9302                 as we do it ourselves.
9303
9304 2005-11-02 [colin]      1.9.99cvs7
9305
9306         * po/POTFILES.in
9307                 Add missing files (thanks to Fabien Vantard)
9308
9309 2005-11-02 [colin]      1.9.99cvs6
9310
9311         * src/summaryview.c
9312                 Fix totals when read messages are hidden or quicksearch
9313                 is on
9314         * src/ssl_manager.c
9315         * src/ssl_manager.h
9316         * src/common/ssl_certificate.c
9317         * src/common/ssl_certificate.h
9318         * src/gtk/sslcertwindow.c
9319         * src/gtk/sslcertwindow.h
9320                 Fix copyright on my stuff
9321
9322 2005-11-02 [wwp]        1.9.99cvs5
9323
9324         * src/prefs_themes.c
9325                 fix directory name checking (theme installation/removal),
9326                 made related error a bit more verbose
9327
9328 2005-11-02 [colin]      1.9.99cvs4
9329
9330         * src/summaryview.c
9331                 Fix typo (probably fixes bug #841 (Sort by the From 
9332                 field doesn't work)
9333
9334 2005-11-02 [paul]       1.9.99cvs3
9335
9336         * po/ko.po
9337         * po/nb.po
9338                 updated by SungHyun Nam, Geir Helland
9339         * src/wizard.c
9340                 fix typo in welcome message. spotted by
9341                 Andrea Spadaccini
9342
9343 2005-11-01 [colin]      1.9.99cvs2
9344
9345         * src/compose.c
9346                 Fix replying to ml wen confirming subscription
9347         * src/messageview.c
9348         * src/mimeview.c
9349         * src/mimeview.h
9350         * src/privacy.h
9351         * src/summaryview.c
9352                 Make key check non blocking
9353
9354 2005-10-31 [paul]       1.9.99cvs1
9355
9356         * tools/claws.i18n.status.pl
9357                 updated for ChangeLog
9358
9359 2005-10-31 [paul]       1.9.99
9360
9361         1.9.99 released
9362
9363 2005-10-31 [paul]       1.9.15cvs131
9364
9365         * .cvsignore
9366         * ChangeLog
9367         * ChangeLog.claws       ** REMOVED **
9368         * ChangeLog-gtk2.claws  ** REMOVED **
9369         * ChangeLog.gtk1        ** ADDED **
9370         * INSTALL
9371         * Makefile.am
9372         * NEWS
9373         * README
9374         * README.claws          ** REMOVED **
9375         * README.jp             ** REMOVED **
9376         * RELEASE_NOTES         ** ADDED **
9377         * RELEASE_NOTES.claws   ** REMOVED **
9378         * commitHelper
9379         * configure.ac
9380         * sylpheed.spec.in      ** REMOVED **
9381                 tidy up and update the default docs:
9382                 ChangeLog.claws is renamed ChangeLog.gtk1
9383                 ChangeLog-gtk2.claws is renamed ChangeLog
9384                 README.claws is renamed README
9385                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9386
9387 2005-10-31 [paul]       1.9.15cvs130
9388
9389         * po/it.po
9390                 fix errors
9391
9392 2005-10-31 [paul]       1.9.15cvs129
9393
9394         * po/ca.po
9395         * po/de.po
9396         * po/en_GB.po
9397         * po/fr.po
9398         * po/it.po
9399         * po/pt_BR.po
9400         * po/sk.po
9401         * po/sr.po
9402         * po/zh_CN.po
9403                 updated by Miquel Oliete, Stephan Sachse and
9404                 Thomas Gilgin, me, Fabien Vantard, Andrea
9405                 Spadaccini, Frederico Goncalves Guimaraes,
9406                 Andrej Kacian, Aleksandar Urosevic, and
9407                 Ralgh Young.
9408
9409 2005-10-31 [mones]      1.9.15cvs128
9410
9411         * manual/faq.xml
9412                 More questions.
9413         
9414         * po/es.po
9415                 Updated for release.
9416
9417 2005-10-30 [colin]      1.9.15cvs127
9418
9419         * src/compose.c
9420                 Place cursor before rewrapping (fixes cursor
9421                 pos if quotation gets rewrapped)
9422
9423 2005-10-29 [paul]       1.9.15cvs126
9424
9425         * src/crash.c
9426         * src/foldersel.c
9427         * src/main.c
9428         * src/messageview.c
9429         * src/toolbar.c
9430         * src/gtk/authors.h
9431                 corrections to text items
9432
9433 2005-10-28 [colin]      1.9.15cvs125
9434
9435         * src/messageview.c
9436                 Make "hit 'C' to check sig" work from extern 
9437                 messageviews
9438
9439 2005-10-27 [colin]      1.9.15cvs124
9440
9441         * src/summaryview.c
9442                 Add a hack to avoid segfaulting when hammering 
9443                 on gtk's events
9444
9445 2005-10-27 [wwp]        1.9.15cvs123
9446
9447         * src/prefs_themes.c
9448                 sort list of themes names in themes prefs
9449
9450 2005-10-27 [paul]       1.9.15cvs122
9451
9452         * src/folder.c
9453         * src/prefs_account.c
9454                 fix building on Solaris
9455                 Patch by Alex Moore
9456
9457 2005-10-27 [wwp]        1.9.15cvs121
9458
9459         * src/summaryview.c
9460         * src/gtk/gtksctree.c
9461                 speed up unselecting messages in summary view (thanks to Colin)
9462
9463 2005-10-27 [paul]       1.9.15cvs120
9464
9465         * src/mainwindow.c
9466                 fix a compilation warning
9467         * src/summaryview.c
9468                 fix updating of 'n items selected' count
9469                 when deselecting
9470
9471 2005-10-27 [martin]     1.9.15cvs119
9472
9473         * src/action.c
9474                 ignore actions with a leading '/' in the action menu name
9475                 fixes a crash on menu creation
9476         * src/prefs_actions.c
9477                 do not allow a leading '/' in the action menu name
9478
9479 2005-10-27 [paul]       1.9.15cvs118
9480
9481         * src/main.c
9482                 fix compilation warning
9483
9484 2005-10-27 [paul]       1.9.15cvs117
9485
9486         * src/procmime.c
9487                 add #if HAVE_LOCALE_H
9488
9489 2005-10-27 [paul]       1.9.15cvs116
9490
9491         * src/plugins/clamav/clamav_plugin.c
9492         * src/plugins/dillo_viewer/dillo_viewer.c
9493         * src/plugins/mathml_viewer/mathml_viewer.c
9494         * src/plugins/pgpcore/plugin.c
9495         * src/plugins/pgpinline/plugin.c
9496         * src/plugins/pgpmime/plugin.c
9497         * src/plugins/spamassassin/spamassassin.c
9498         * src/plugins/trayicon/trayicon.c
9499                 plugin_init() : make error messages more
9500                 informative
9501
9502 2005-10-26 [wwp]        1.9.15cvs115
9503
9504         * src/prefs_matcher.c
9505                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9506
9507 2005-10-26 [wwp]        1.9.15cvs114
9508
9509         * src/procmime.c
9510         * src/gtk/gtksctree.c
9511         * src/plugins/spamassassin/libspamc.c
9512         * src/plugins/spamassassin/spamassassin.c
9513                 fix some compilation warnings more
9514
9515 2005-10-26 [mones]      1.9.15cvs113
9516
9517         * po/es.po
9518                 Updated translation
9519
9520 2005-10-26 [paul]       1.9.15cvs112
9521
9522         * src/prefs_message.c
9523                 give all display_xface stuff the
9524                 #if HAVE_LIBCOMPFACE treatment, thus
9525                 preventing a crash
9526                 (Thanks to Wolfgang Enderlein)
9527
9528 2005-10-26 [colin]      1.9.15cvs111
9529
9530         * src/gedit-print.c
9531                 Fix date format
9532         * src/imap_gtk.c
9533         * src/news_gtk.c
9534                 Remove context menu items that should not be there
9535         * src/jpilot.c
9536                 Fix encoding
9537         * src/main.c
9538         * src/mainwindow.c
9539                 Don't show the mainwindow too soon
9540
9541 2005-10-26 [wwp]        1.9.15cvs110
9542
9543         * src/folder.c
9544         * src/manual.c
9545         * src/summaryview.c
9546                 fix uninitialized pointers in the folder updating hook
9547                 (thanks to Colin)
9548
9549 2005-10-25 [mones]      1.9.15cvs109
9550
9551         * manual/faq.xml
9552                 General information subsection completed. 
9553                 Removed archaic references.
9554                 
9555         * manual/Makefile
9556         * manual/dtd/manual.dsl
9557                 Added customization stylesheet for getting paragraphs
9558                 fully justified in PDF output (as suggested by Colin).
9559
9560 2005-10-25 [colin]      1.9.15cvs108
9561
9562         * src/compose.c
9563                 Fix a second leak
9564
9565 2005-10-25 [colin]      1.9.15cvs107
9566
9567         * src/addrbook.c
9568         * src/addrindex.c
9569                 Fix leak (xml_get_element() allocates memory)
9570         * src/compose.c
9571                 Fix leak + dead code (shame!)
9572         * src/procmime.c
9573                 Fix leak
9574
9575 2005-10-25 [colin]      1.9.15cvs106
9576
9577         * src/mimeview.c
9578                 Fix encoding issue in Save all and in 
9579                 overwrite-confirmation alertpanel
9580
9581 2005-10-25 [colin]      1.9.15cvs105
9582
9583         * src/common/socket.c
9584                 Fix a leak - Thanks to Christopher Aillon
9585                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9586
9587 2005-10-25 [paul]       1.9.15cvs104
9588
9589         * src/wizard.c
9590                 Always guess servers from the right-hand
9591                 email part and guess username from the
9592                 left-hand part. (Thanks to Colin)
9593                 add an X-Face to the welcome message
9594
9595 2005-10-25 [paul]       1.9.15cvs103
9596
9597         * manual/handling.xml
9598                 written by Colin, edited by me
9599
9600 2005-10-25 [wwp]        1.9.15cvs102
9601
9602         * src/folderview.c
9603         * src/grouplistdialog.c
9604         * src/imap.c
9605         * src/noticeview.c
9606                 fix some compilation warnings
9607
9608 2005-10-24 [paul]
9609
9610         1.9.99-rc3 released
9611
9612 2005-10-24 [paul]       1.9.15cvs101
9613
9614         * src/gtk/about.c
9615                 fix window sizing
9616
9617 2005-10-24 [paul]       1.9.15cvs100
9618
9619         * src/pixmaps/offline.xpm
9620         * src/pixmaps/online.xpm
9621                 replace with last default versions
9622
9623 2005-10-24 [colin]      1.9.15cvs99
9624
9625         * src/imap.c
9626                 Fix bug when moving a folder
9627         * src/imap_gtk.c
9628         * src/mh_gtk.c
9629                 "Delete folder" pops up a window, so it 
9630                 should be suffixed with "..."
9631         * src/plugins/pgpcore/sgpgme.c
9632                 Include locale.h
9633
9634 2005-10-24 [mones]      1.9.15cvs98
9635
9636         * manual/Makefile
9637         * manual/account.xml
9638         * manual/ack.xml
9639         * manual/addrbook.xml
9640         * manual/advanced.xml
9641         * manual/faq.xml
9642         * manual/glossary.xml
9643         * manual/gpl.xml
9644         * manual/handling.xml
9645         * manual/intro.xml
9646         * manual/keyboard.xml
9647         * manual/manual.xml
9648         * manual/plugins.xml
9649         * manual/starting.xml
9650         * manual/dtd/sdocbook.dtd
9651                 Initial manual structure and some content.
9652
9653 2005-10-23 [wwp]        1.9.15cvs97
9654
9655         * src/gtk/about.c
9656                 fix a typo
9657
9658 2005-10-23 [wwp]        1.9.15cvs96
9659
9660         * src/gtk/about.c
9661         * src/gtk/authors.h
9662                 rework of the about window (main work by Paul), also featuring a few
9663                 fixes for typos and duplicate names
9664
9665 2005-10-23 [wwp]        1.9.15cvs95
9666
9667         * src/.cvsignore
9668                 Ignore the right binary name (sylpheed-claws now)
9669
9670 2005-10-23 [paul]       1.9.15cvs94
9671
9672         * src/compose.c
9673                 when using Folder Pref 'Default To for
9674                 replies' make the entry in the Compose
9675                 window bold
9676                 Patch by Fabien Vantard
9677
9678 2005-10-22 [colin]      1.9.15cvs93
9679
9680         * src/codeconv.c
9681                 Fix leak
9682
9683 2005-10-22 [colin]      1.9.15cvs92
9684
9685         * src/codeconv.c
9686                 try to convert using locale (apart utf8) if necessary
9687
9688 2005-10-22 [colin]      1.9.15cvs91
9689
9690         * src/pixmaps/new.xpm
9691         * src/pixmaps/unread.xpm
9692                 Make the unread envelope blue again and
9693                 saturate the new one a bit more.
9694
9695 2005-10-22 [colin]      1.9.15cvs90
9696
9697         * src/compose.c
9698                 When replying to a mail sent by one of our accounts,
9699                 use the original list of recipients. Let 'Reply All'
9700                 and 'Reply to sender' work like previously.
9701
9702 2005-10-21 [colin]      1.9.15cvs89
9703
9704         * src/prefs_filtering.c
9705                 Clear fields after add and replace
9706         * src/textview.c
9707                 Display xface differently (better)
9708         * src/plugins/pgpinline/pgpinline.c
9709                 Fix crappy encodings/recodings
9710
9711 2005-10-21 [paul]       1.9.15cvs88
9712
9713         * src/compose.c
9714         * src/prefs_folder_item.c
9715         * src/toolbar.c
9716                 fix news folder Folder Properties
9717                 (thanks to Colin)
9718         * src/folderview.c
9719                 update folderview after Themes change
9720                 keep selected folder selected
9721                 (thanks to Colin)
9722
9723 2005-10-21 [paul]       1.9.15cvs87
9724
9725         * tools/Makefile.am
9726         * tools/OOo2sylpheed.pl
9727         * tools/README
9728         * tools/README.sylprint
9729         * tools/asus_mailled.sh         ** REMOVED **
9730         * tools/filter_conv.pl
9731         * tools/freshmeat_search.pl
9732         * tools/google_search.pl
9733         * tools/gpg-sign-syl            ** REMOVED **
9734         * tools/kmail2sylpheed.pl
9735         * tools/kmail2sylpheed_v2.pl
9736         * tools/multiwebsearch.pl
9737         * tools/nautilus2sylpheed.sh
9738         * tools/newscache_clean.pl
9739         * tools/outlook2sylpheed.pl
9740         * tools/sylpheed-switcher       ** REMOVED **
9741         * tools/sylprint.pl
9742         * tools/sylprint.rc
9743         * tools/tb2sylpheed
9744         * tools/vcard2xml.py
9745         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9746                 update default config dir
9747                 update binary name (thanks to Fabien Vantard)
9748                 remove obsolete scripts
9749
9750 2005-10-21 [colin]      1.9.15cvs86
9751
9752         * src/inc.c
9753                 Fix possible leak and units. Based on a patch by
9754                 Fabien Vantard.
9755
9756 2005-10-20 [colin]      1.9.15cvs85
9757
9758         * src/textview.c
9759                 Clear xface when clearing textview
9760
9761 2005-10-20 [colin]      1.9.15cvs84
9762
9763         * configure.ac
9764         * src/folderview.c
9765         * src/headerview.c
9766         * src/main.c
9767         * src/prefs_common.c
9768         * src/prefs_common.h
9769         * src/prefs_message.c
9770         * src/textview.c
9771         * src/textview.h
9772         * src/common/defs.h
9773         * src/common/utils.c
9774         * src/common/utils.h
9775         * src/gtk/gtkutils.c
9776         * src/gtk/gtkutils.h
9777                 Migrate config to .sylpheed-claws (Automatically)
9778                 Add a way to get the Xface in the TextView
9779
9780 2005-10-20 [colin]      1.9.15cvs83
9781
9782         * src/gtk/Makefile.am
9783         * src/gtk/about.c
9784         * src/gtk/authors.h
9785                 Make the about dialog *grooovy*
9786
9787 2005-10-20 [colin]      1.9.15cvs82
9788
9789         * src/mimeview.c
9790                 Use "Open with" on double click if no command
9791                 was found
9792
9793 2005-10-20 [colin]      1.9.15cvs81
9794
9795         * src/imap.c
9796         * src/etpan/imap-thread.c
9797                 Fix possible crash.
9798
9799 2005-10-20 [paul]       1.9.15cvs80
9800
9801         * src/folder.c
9802                 don't show clipkey icon if the only
9803                 attachment is the signature
9804                 Patch by Colin
9805
9806 2005-10-20 [paul]       1.9.15cvs79
9807
9808         * AUTHORS
9809         * src/plugins/pgpmime/pgpmime.c
9810                 name the PGP/MIME signature 'signature.asc'
9811                 Patch by Andrew Nelson <freeandy@gmail.com>
9812
9813 2005-10-19 [colin]      1.9.15cvs78
9814
9815         * src/plugins/pgpmime/pgpmime.c
9816                 Oops, no need to double-check though
9817
9818 2005-10-19 [colin]      1.9.15cvs77
9819
9820         * src/plugins/pgpinline/pgpinline.c
9821         * src/plugins/pgpmime/pgpmime.c
9822                 Check that my_tmpfile() doesn't 
9823                 return NULL
9824
9825 2005-10-19 [colin]      1.9.15cvs76
9826
9827         * src/common/utils.c
9828                 Use shorter mime boundaries to avoid having
9829                 MTAs rewrapping our headers, breaking the
9830                 PGP signature in the process 
9831         * src/compose.c
9832         * src/plugins/pgpmime/pgpmime.c
9833                 Check for boundary uniqueness to be sure
9834                 it won't happen, instead of hoping for the
9835                 best
9836
9837 2005-10-19 [colin]      1.9.15cvs75
9838
9839         * sylpheed-claws.desktop
9840         * src/Makefile.am
9841         * src/main.c
9842                 Ship a sylpheed-claws binary instead
9843                 of a sylpheed one. Change the socket
9844                 name, too
9845         * src/folderview.c
9846                 Update folder only if it changed
9847         * src/wizard.c
9848                 Fix i18n in welcome mail, patch by
9849                 Fabien Vantard
9850
9851 2005-10-19 [paul]
9852
9853         1.9.99-rc2 released
9854
9855 2005-10-19 [paul]       1.9.15cvs74
9856
9857         * src/folder.c
9858         * src/folderview.c
9859                 fix summaryview update
9860                 Patch by Colin
9861
9862 2005-10-18 [colin]      1.9.15cvs73
9863
9864         * src/plugins/pgpcore/passphrase.c
9865                 Don't XGrabServer, and try a bit more to 
9866                 sync everything before grabbing mouse/keyboard
9867
9868 2005-10-18 [colin]      1.9.15cvs72
9869
9870         * src/Makefile.am
9871         * src/addressadd.c
9872         * src/addressbook.c
9873         * src/folderview.c
9874         * src/grouplistdialog.c
9875         * src/mimeview.c
9876         * src/stock_pixmap.c
9877         * src/stock_pixmap.h
9878         * src/summaryview.c
9879         * src/gtk/gtksctree.c
9880         * src/gtk/gtksctree.h
9881         * src/pixmaps/empty.xpm
9882                 Implement a wrapper call for gtk_ctree_set_node_info
9883                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9884                 pixmap instead of a NULL one. This works around some
9885                 memory problems deep inside gtk, revealed by valgrind,
9886                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9887                 as locked crashes sylpheed.), as well as, probably, 
9888                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9889
9890 2005-10-17 [colin]      1.9.15cvs71
9891
9892         * src/mimeview.c
9893                 Provide visual feedback when checking
9894                 signature
9895
9896 2005-10-17 [colin]      1.9.15cvs70
9897
9898         * src/main.c
9899                 Keep the folder list frozen while checking caches...
9900
9901 2005-10-17 [colin]      1.9.15cvs69
9902
9903         * src/addr_compl.c
9904                 Fi bug #833 (Autocompleting from addressbook 
9905                 fails with extended chars)
9906         * src/imap.c
9907                 Fix 'adding messages' staying in statusbar
9908                 after an error
9909
9910 2005-10-17 [wwp]        1.9.15cvs68
9911
9912         * src/ssl_manager.c
9913                 Fix buttons' layout resizing when window size changes
9914
9915 2005-10-17 [wwp]        1.9.15cvs67
9916
9917         * src/account.c
9918         * src/prefs_account.c
9919         * src/prefs_common.c
9920         * src/prefs_common.h
9921         * src/prefs_folder_item.c
9922         * src/prefs_gtk.c
9923         * src/gtk/logwindow.c
9924         * src/gtk/pluginwindow.c
9925         * src/gtk/prefswindow.c
9926         * src/gtk/prefswindow.h
9927                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9928
9929 2005-10-17 [paul]       1.9.15cvs66
9930
9931         * configure.ac
9932                 fix missing libetpan message
9933         * po/en_GB.po
9934                 updated
9935         * src/crash.c
9936         * src/manual.c
9937         * src/prefs_themes.c
9938         * src/common/defs.h
9939                 add some new URI defines, change some
9940                 others
9941         * src/wizard.c
9942                 make welcome message translatable
9943                 small improvements to english
9944                 other tweaks
9945         * src/gtk/menu.c
9946                 fix warnings
9947
9948 2005-10-17 [paul]       1.9.15cvs65
9949
9950         * src/summaryview.c
9951                 fix column titles
9952
9953 2005-10-16 [mones]      1.9.15cvs64
9954
9955         * po/es.po
9956                 Updated translation
9957
9958 2005-10-16 [colin]
9959
9960         1.9.99-rc1 released
9961
9962 2005-10-16 [colin]      1.9.15cvs63
9963
9964         * src/wizard.c
9965                 Fix whitespace
9966
9967 2005-10-16 [colin]      1.9.15cvs62
9968
9969         * src/toolbar.c
9970                 s/Get All/Get Mail/
9971         * src/wizard.c
9972                 Real welcome mail text, thanks Paul
9973
9974 2005-10-16 [colin]      1.9.15cvs61
9975
9976         * src/editldap.c
9977         * src/exporthtml.c
9978         * src/main.c
9979         * src/mainwindow.c
9980         * src/prefs_themes.c
9981         * src/prefs_toolbar.c
9982         * src/plugins/demo/demo.c
9983         * src/plugins/trayicon/trayicon.c
9984                 s/Sylpheed/Sylpheed-Claws/
9985
9986 2005-10-16 [colin]      1.9.15cvs60
9987
9988         * src/wizard.c
9989                 Add a welcome email in the first empty mailbox
9990         * src/prefs_common.c
9991                 Change one more default
9992
9993 2005-10-16 [colin]      1.9.15cvs59
9994
9995         * src/wizard.c
9996                 Remove printf
9997
9998 2005-10-16 [colin]      1.9.15cvs58
9999
10000         * src/toolbar.c
10001         * src/prefs_common.c
10002                 Change some defaults
10003
10004 2005-10-16 [colin]      1.9.15cvs57
10005
10006         * src/toolbar.c
10007         * src/prefs_common.c
10008                 Change some defaults
10009
10010 2005-10-16 [colin]      1.9.15cvs56
10011
10012         * src/wizard.c
10013                 By default, initialize fonts to have
10014                 the same size as normal GtkWidgets
10015
10016 2005-10-16 [colin]      1.9.15cvs55
10017
10018         * src/mimeview.c
10019                 Fix message a bit more
10020
10021 2005-10-16 [colin]      1.9.15cvs54
10022
10023         * src/addressbook.c
10024                 Second attempt at flicker fixing
10025
10026 2005-10-16 [colin]      1.9.15cvs53
10027
10028         * src/addressbook.c
10029                 Fix flicker
10030
10031 2005-10-16 [wwp]        1.9.15cvs52
10032
10033         * src/addressbook.c
10034         * src/editaddress.c
10035         * src/prefs_common.c
10036         * src/prefs_common.h
10037                 Remember window sizes (address book)
10038
10039 2005-10-16 [wwp]        1.9.15cvs51
10040
10041         * src/plugins/clamav/clamav_plugin_gtk.c
10042         * src/plugins/spamassassin/spamassassin_gtk.c
10043                 Fix compilation warnings (missing #include).
10044
10045 2005-10-16 [colin]      1.9.15cvs50
10046
10047         * src/mimeview.c
10048         * src/summaryview.c
10049         * src/textview.c
10050                 Make 'c' check signature, and forward
10051                 c, l, y, t from summaryview to mimeview
10052
10053 2005-10-16 [colin]      1.9.15cvs49
10054
10055         * src/addressbook.c
10056                 Put border around buttons
10057         * src/mainwindow.c
10058         * src/summaryview.c
10059                 Rework menus (Patch based on a patch
10060                 by Paul)
10061
10062 2005-10-15 [wwp]        1.9.15cvs48
10063
10064         * src/editjpilot.c
10065         * src/editldap.c
10066         * src/editvcard.c
10067         * src/exphtmldlg.c
10068         * src/expldifdlg.c
10069         * src/export.c
10070         * src/import.c
10071         * src/importldif.c
10072         * src/importmutt.c
10073         * src/importpine.c
10074         * src/prefs_account.c
10075         * src/prefs_spelling.c
10076         * src/gtk/gtkutils.c
10077         * src/gtk/gtkutils.h
10078         * src/plugins/clamav/clamav_plugin_gtk.c
10079         * src/plugins/spamassassin/spamassassin_gtk.c
10080                 use nicer browse-for-file/dir buttons than the "..." ones,
10081                 code factorizing more.
10082
10083 2005-10-14 [colin]      1.9.15cvs47
10084
10085         * src/mainwindow.c
10086                 set relief on the account switcher so that people see it
10087                 grey out Create processing rules when no message is selected
10088         * src/prefs_filtering.c
10089                 ask before closing if the rule has not been modified, even if
10090                 it's not valid
10091         * src/prefs_matcher.c
10092                 fix sensitivity when entering the dialog
10093         * src/gtk/inputdialog.c
10094                 display a better icon on password ask
10095         * src/plugins/pgpcore/passphrase.c
10096                 make the dialog look better
10097
10098 2005-10-14 [paul]       1.9.15cvs46
10099
10100         * src/folderview.c
10101                 indicate presense of marked msgs in
10102                 unexpanded subfolders
10103
10104 2005-10-14 [paul]       1.9.15cvs45
10105
10106         * src/prefs_actions.c
10107         * src/prefs_common.c
10108         * src/prefs_common.h
10109         * src/prefs_filtering_action.c
10110         * src/prefs_matcher.c
10111         * src/prefs_template.c
10112                 remember window sizes
10113                 fix Info button size
10114
10115         Patches by wwp
10116
10117 2005-10-13 [colin]      1.9.15cvs44
10118
10119         * src/mimeview.c
10120         * src/noticeview.c
10121         * src/noticeview.h
10122                 Add a tooltip on the icon (optional) 
10123                 Get rid of the signature buttons and only
10124                 use the icon+tooltip
10125
10126 2005-10-13 [colin]      1.9.15cvs43
10127
10128         * src/noticeview.c
10129         * src/noticeview.h
10130                 Add hand cursor for hovering over icon
10131
10132 2005-10-13 [colin]      1.9.15cvs42
10133
10134         * src/summaryview.c
10135                 Fix crash when quicksearch's hidden 
10136                 at startup
10137
10138 2005-10-13 [colin]      1.9.15cvs41
10139
10140         * src/compose.c
10141                 Set subject when forwarding multiple mails
10142                 Check that other recipient than the default Cc or Bcc
10143                 have been set before sending.
10144
10145 2005-10-13 [colin]      1.9.15cvs40
10146
10147         * src/imap.c
10148                 Batch per-folder
10149                 Introduce locking, but don't use it yet
10150
10151 2005-10-13 [colin]      1.9.15cvs39
10152
10153         * src/gtk/quicksearch.c
10154                 Reset quicksearch when hiding it
10155                 Make sticky a real pref
10156
10157 2005-10-13 [colin]      1.9.15cvs38
10158
10159         * src/summaryview.c
10160                 Faster prefs apply
10161
10162 2005-10-13 [colin]      1.9.15cvs37
10163
10164         * src/mimeview.c
10165         * src/noticeview.c
10166         * src/noticeview.h
10167         * src/plugins/pgpcore/sgpgme.c
10168                 Make privacy icon clickable
10169                 Move Trust field in Full info
10170                 When trust is less than full, don't display
10171                 a warning icon
10172
10173 2005-10-13 [colin]      1.9.15cvs36
10174
10175         * src/folder.c
10176                 Batch on flags sync
10177         * src/folderview.c
10178                 Revert speed hack which is dangerous in fact
10179                 Apply prefs faster
10180
10181 2005-10-13 [colin]      1.9.15cvs35
10182
10183         * src/folder_item_prefs.c
10184                 Fix pref corruption on folder move. Patch
10185                 by wwp
10186
10187 2005-10-13 [paul]       1.9.15cvs34
10188
10189         * src/export.c
10190         * src/import.c
10191                 fix typos in g_warnings
10192         * src/prefs_account.c
10193                 add a file selector for Signature file
10194
10195         Patches by wwp
10196
10197 2005-10-12 [colin]      1.9.15cvs33
10198
10199         * src/mimeview.c
10200                 Provide a quick way to go back from a
10201                 signature's full info to the email part
10202
10203 2005-10-12 [colin]      1.9.15cvs32
10204
10205         * src/compose.c
10206                 Remove old hack of encoding signed mails with base64.
10207                 QP works equally well.
10208
10209 2005-10-12 [colin]      1.9.15cvs31
10210
10211         * src/crash.c
10212                 Replace deprecated GtkText with GtkTextView
10213         * src/imap.c
10214                 Fix a logic bug about counts in imap_select
10215                 (previously un-triggered)
10216         * src/mainwindow.c
10217         * src/summaryview.c
10218         * src/news.c
10219                 Allow local deletion of news posts
10220         * src/mimeview.c
10221                 Show GPG noticeview on the message/rfc822 part
10222                 in addition to the text/plain one
10223         * src/prefs_image_viewer.c
10224           src/plugins/pgpcore/prefs_gpg.c
10225                 Polish (set the label as part of the checkbox)
10226         * src/wizard.c
10227                 Don't sit there doing nothing after destroying
10228                 the window - return err
10229
10230 2005-10-11 [colin]      1.9.15cvs30
10231
10232         * src/folderview.c
10233                 Apply processing rules before showing folders.
10234                 Early folder show (before flags sync) will only
10235                 be done when there are no processing rules (nor
10236                 pre- or post- ones)
10237         * src/imap.c
10238                 Fix stuff related to mail subdir, creation and 
10239                 deletion of folders 
10240         * src/imap_gtk.c
10241                 Don't allow creation of folders in NoInferior
10242                 folders, as it won't work
10243
10244 2005-10-10 [colin]      1.9.15cvs29
10245
10246         * src/compose.c
10247                 Reselect "None" Privacy system when selecting an
10248                 account with no privacy system defined
10249
10250 2005-10-10 [colin]      1.9.15cvs28
10251
10252         * src/mainwindow.c
10253                 Add Windows-1252 encoding
10254         * src/prefs_common.c
10255                 Rework some defaults:
10256                 - autosave to draft by default
10257                 - don't show header pane (it's already in the textview)
10258                 - Select first new or unread mail on entry
10259                 - Assume 'Yes' to change folder when there's no more
10260                   unread message
10261         * src/prefs_matcher.c
10262                 Fix a gtk assertion failure
10263         * src/gtk/colorlabel.c
10264                 Workaround bad repainting on selection
10265         * src/main.c
10266                 Freeze/thaw (a bit faster on ssh -X)
10267         * src/msgcache.c
10268                 Get rid of StrdupConverter that just adds an
10269                 extra strdup/free 
10270         * src/etpan/imap_thread.c
10271                 memset buf to 0
10272
10273 2005-10-10 [colin]      1.9.15cvs27
10274
10275         * src/export.c
10276         * src/import.c
10277                 Fix compile on gtk 2.4. Patch by wwp
10278
10279 2005-10-09 [colin]      1.9.15cvs26
10280
10281         * src/mainwindow.c
10282         * src/messageview.c
10283         * src/summaryview.c
10284                 Clarify forward menus. Patch by wwp
10285
10286 2005-10-09 [colin]      1.9.15cvs25
10287
10288         * src/compose.c
10289         * src/compose.h
10290                 Fix bug #829 (Non-working "Encrypt message by 
10291                 default when replying to an encrypted message")
10292
10293 2005-10-08 [colin]      1.9.15cvs24
10294
10295         * src/wizard.c
10296                 Fix bug #827 ("Welcome" setup wizard after a 
10297                 permission error gives up & forgets itself.)
10298
10299 2005-10-08 [colin]      1.9.15cvs23
10300
10301         * src/procmime.c
10302                 Fix bug #828 (Ignoring headers with spaces around = sign)
10303
10304 2005-10-08 [colin]      1.9.15cvs22
10305
10306         * src/export.c
10307                 Warning fix by wwp
10308
10309 2005-10-08 [colin]      1.9.15cvs21
10310
10311         * src/folder.c
10312         * src/folder.h
10313                 Add a processing_pending indicator, set on 
10314                 folder_item_open and cleared after 
10315                 folder_item_process_open
10316         * src/folderview.c
10317         * src/summaryview.c
10318                 wrap procmsg_msginfo_*_flags, and in the
10319                 wrapper check that there's no folder processing 
10320                 pending. If there is, defer the flags change until 
10321                 processing is done to avoid stepping over each
10322                 other's toes.
10323                 Freeze during processing, but not during scanning.
10324
10325 2005-10-07 [colin]      1.9.15cvs20
10326
10327         * src/plugins/pgpcore/passphrase.c
10328                 Fix bug #826 (X-Server hangs when 
10329                 right-clicking a PGP encrypted message)
10330
10331 2005-10-07 [paul]       1.9.15cvs19
10332
10333         * src/compose.c
10334                 fix compose_entries[]
10335                 patch by Fabien Vantard
10336
10337 2005-10-06 [colin]      1.9.15cvs18
10338
10339         * src/pixmaps/address.xpm
10340         * src/pixmaps/address_book.xpm
10341         * src/pixmaps/book.xpm
10342         * src/pixmaps/check_spelling.xpm
10343         * src/pixmaps/checkbox_off.xpm
10344         * src/pixmaps/checkbox_on.xpm
10345         * src/pixmaps/close.xpm
10346         * src/pixmaps/complete.xpm
10347         * src/pixmaps/continue.xpm
10348         * src/pixmaps/deleted.xpm
10349         * src/pixmaps/down_arrow.xpm
10350         * src/pixmaps/exec.xpm
10351         * src/pixmaps/forwarded.xpm
10352         * src/pixmaps/group.xpm
10353         * src/pixmaps/ignorethread.xpm
10354         * src/pixmaps/interface.xpm
10355         * src/pixmaps/jpilot.xpm
10356         * src/pixmaps/ldap.xpm
10357         * src/pixmaps/linewrap.xpm
10358         * src/pixmaps/linewrapcurrent.xpm
10359         * src/pixmaps/mail.xpm
10360         * src/pixmaps/mail_attach.xpm
10361         * src/pixmaps/mail_compose.xpm
10362         * src/pixmaps/mail_forward.xpm
10363         * src/pixmaps/mail_receive.xpm
10364         * src/pixmaps/mail_receive_all.xpm
10365         * src/pixmaps/mail_reply.xpm
10366         * src/pixmaps/mail_reply_to_all.xpm
10367         * src/pixmaps/mail_reply_to_author.xpm
10368         * src/pixmaps/mail_send.xpm
10369         * src/pixmaps/mail_send_queue.xpm
10370         * src/pixmaps/mime_application.xpm
10371         * src/pixmaps/mime_audio.xpm
10372         * src/pixmaps/mime_image.xpm
10373         * src/pixmaps/mime_message.xpm
10374         * src/pixmaps/mime_text_enriched.xpm
10375         * src/pixmaps/mime_text_html.xpm
10376         * src/pixmaps/mime_text_plain.xpm
10377         * src/pixmaps/mime_unknown.xpm
10378         * src/pixmaps/new.xpm
10379         * src/pixmaps/news_compose.xpm
10380         * src/pixmaps/offline.xpm
10381         * src/pixmaps/online.xpm
10382         * src/pixmaps/paste.xpm
10383         * src/pixmaps/preferences.xpm
10384         * src/pixmaps/privacy_emblem_encrypted.xpm
10385         * src/pixmaps/privacy_expired.xpm
10386         * src/pixmaps/privacy_failed.xpm
10387         * src/pixmaps/privacy_passed.xpm
10388         * src/pixmaps/privacy_signed.xpm
10389         * src/pixmaps/privacy_unknown.xpm
10390         * src/pixmaps/privacy_warn.xpm
10391         * src/pixmaps/properties.xpm
10392         * src/pixmaps/replied.xpm
10393         * src/pixmaps/search.xpm
10394         * src/pixmaps/unread.xpm
10395         * src/pixmaps/up_arrow.xpm
10396         * src/pixmaps/vcard.xpm
10397                 Modernize internal theme, with icons from the 
10398                 Gnomaws theme. Keep some of the old ones where
10399                 they were better.
10400
10401 2005-10-06 [colin]      1.9.15cvs17
10402
10403         * src/summaryview.c
10404                 Little optimisations + bugfix
10405         * src/toolbar.c
10406                 Remove default useless items - useless being defined
10407                 by the default relevant prefs
10408         * src/wizard.c
10409                 include config.h to make gettext work
10410         * src/prefs_themes.c
10411                 Fix selection of current theme in prefs
10412
10413 2005-10-06 [colin]      1.9.15cvs16
10414
10415         * src/prefs_common.c
10416         * src/prefs_common.h
10417         * src/prefs_summaries.c
10418         * src/folderview.c
10419                 Add a warning dialog on Mark all read 
10420                 (with pref to get rid of it)
10421
10422 2005-10-06 [paul]       1.9.15cvs15
10423
10424         * po/nb.po
10425         * po/pt_BR.po
10426                 updated by Geir Helland and Frederico
10427                 Goncalves Guimaraes
10428
10429 2005-10-05 [colin]      1.9.15cvs14
10430
10431         * src/folder.c
10432         * src/folder.h
10433         * src/folderview.c
10434         * src/folderview.h
10435         * src/imap_gtk.c
10436         * src/mh_gtk.c
10437         * src/mainwindow.c
10438         * src/setup.c
10439                 add a way to rescan without rebuilding
10440                 make moving a bit faster (less folders changes)
10441                 don't lock the tree on Get 
10442         * src/imap.c
10443                 Don't re-delete deleted messages before expunging
10444         * src/summaryview.c
10445                 Set batch mode when deleting mails
10446
10447 2005-10-05 [paul]       1.9.15cvs13
10448
10449         * src/mainwindow.c
10450         * src/mainwindow.h
10451                 fix disabled Execute menu item
10452         * src/toolbar.c
10453                 match the change in 1.9.15cvs10: use Compose
10454                 instead of News by default
10455
10456 2005-10-04 [colin]      1.9.15cvs12
10457
10458         * src/compose.c
10459                 When replying to an ML post with Reply-To set
10460                 to the poster's email, honor it (as before),
10461                 but also honor our user's request to reply to
10462                 the mailing list: set the ML address in the To
10463                 field and the Reply-To address in the Cc: 
10464                 field.
10465
10466 2005-10-04 [colin]      1.9.15cvs11
10467
10468         * src/plugins/trayicon/trayicon.c
10469                 Finish cosmetic change - thanks to wwp
10470
10471 2005-10-04 [colin]      1.9.15cvs10
10472
10473         * src/toolbar.c
10474                 Use Compose instead of Email by default.
10475                 Spotted by wwp.
10476
10477 2005-10-04 [colin]      1.9.15cvs9
10478
10479         * src/folder.c
10480         * src/folder.h
10481         * src/folderview.c
10482         * src/imap.c
10483         * src/etpan/imap-thread.c
10484         * src/etpan/imap-thread.h
10485                 Try to make IMAP faster, by simplifying SEARCH
10486                 commands, avoiding sending two STATUS in a row,
10487                 and deferring flags sync and processing just
10488                 after displaying the folder. 
10489                 This will update the SummaryView in certain
10490                 cases (new mails not already fetched, flags
10491                 changed from another client) but in a non-
10492                 blocking manner.
10493
10494 2005-10-04 [colin]      1.9.15cvs8
10495
10496         * src/plugins/trayicon/trayicon.c
10497                 Relabel "Offline" to "Work offline"
10498
10499 2005-10-04 [colin]      1.9.15cvs7
10500
10501         * src/export.c
10502         * src/import.c
10503         * src/mbox.c
10504                 Fix mbox import/export buglets
10505                 Patch by wwp
10506         * src/plugins/trayicon/trayicon.c
10507                 Add offline swithc
10508                 Patch by wwp
10509
10510 2005-10-04 [colin]      1.9.15cvs6
10511
10512         * src/folder.c
10513         * src/folderview.c
10514         * src/summaryview.c
10515                 Better fix (don't break mark all read) for cvs2
10516
10517 2005-10-03 [colin]      1.9.15cvs5
10518
10519         * src/folder.c
10520                 Use a sane sort by default
10521
10522 2005-10-03 [colin]      1.9.15cvs4
10523
10524         * src/inc.c
10525                 Add a 'Only once' button for overriding offline mode
10526         * src/prefs_account.c
10527         * src/wizard.c
10528                 Add Local mbox to the wizard
10529                 Add IMAP subdir to the wizard (or the wizard is useless
10530                 for such accounts, or even worse than useless)
10531                 Move IMAP subdir from Advanced to Receive tab, as it's
10532                 not that uncommon
10533
10534 2005-10-03 [colin]      1.9.15cvs3
10535
10536         * src/send_message.c
10537                 Forgot this one in cvs1
10538
10539 2005-10-03 [colin]      1.9.15cvs2
10540
10541         * src/folder.c
10542                 Faster close when leaving a folder with lots
10543                 of new mails. Idea by David Relson.
10544
10545 2005-10-03 [colin]      1.9.15cvs1
10546
10547         * src/compose.c
10548         * src/imap.c
10549         * src/inc.c
10550         * src/main.c
10551         * src/messageview.c
10552         * src/news.c
10553         * src/summaryview.c
10554         * src/gtk/sslcertwindow.c
10555         * src/plugins/trayicon/trayicon.c
10556                 Add accels to every AlertPanel. Patch by Fabien 
10557                 Vantard
10558
10559 2005-10-03 [paul]       1.9.15
10560
10561         1.9.15 released
10562
10563 2005-10-03 [paul]       1.9.14cvs68
10564
10565         * po/ca.po
10566         * po/de.po
10567         * po/es.po
10568         * po/fi.po
10569         * po/fr.po
10570         * po/sk.po
10571         * po/sr.po
10572         * po/zh_CN.po
10573                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10574                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10575                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10576
10577 2005-10-03 [paul]       1.9.14cvs67
10578
10579         * src/send_message.c
10580                 prevent hang on Cancel
10581                 patch by Colin
10582
10583 2005-10-03 [paul]       1.9.14cvs66
10584
10585         * src/main.c
10586                 fix crash in IMAP caused by discrepancy
10587                 between check_at_startup and offline mode
10588                 Patch by Colin
10589
10590 2005-10-01 [paul]       1.9.14cvs65
10591
10592         * src/inc.c
10593                 fix engrish
10594
10595 2005-10-01 [paul]       1.9.14cvs64
10596         * src/export.c
10597         * src/import.c
10598                 synchronise import_mbox() and export_mbox()
10599         * src/mbox.c
10600                 proc_mbox(): add alert if file cannot be opened
10601                 export_list_to_mbox(): test if dest file exists,
10602                 prompt user to overwrite if it does. add alert
10603                 if file cannot be created
10604                                                                 
10605         Patch by wwp
10606                                                                                                                 
10607
10608 2005-09-30 [paul]       1.9.14cvs63
10609
10610         * src/addressbook.c
10611                 Fix sensitivity of a menu
10612         * src/codeconv.c
10613                 Respect hidden pref for mails with no encoding
10614         * src/common/xml.c
10615                 Fix memory corruption
10616         * src/plugins/pgpcore/sgpgme.c
10617                 Fix segfault on incomplete sigs, and display
10618                 of S/Mime UIDs
10619
10620         Patches by Colin
10621
10622 2005-09-30 [colin]      1.9.14cvs62
10623
10624         * src/partial_download.c
10625                 Little logic fix in almost-dead code
10626         * src/pop.c
10627                 Fix partial download when there's no new mail
10628
10629 2005-09-29 [paul]       1.9.14cvs61
10630
10631         * src/plugins/pgpinline/pgpinline.c
10632                 fix bug 819, 'crash accessing sign message'
10633                 Patch by Colin
10634
10635 2005-09-28 [martin]     1.9.14cvs60
10636
10637         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10638                 fix bug #790 (Crash when restarting window manager (fluxbox))
10639
10640 2005-09-28 [paul]       1.9.14cvs59
10641
10642         * src/gtk/gtkaspell.c
10643                 fix off-by-one typo
10644
10645 2005-09-27 [colin]      1.9.14cvs58
10646
10647         * src/plugins/pgpcore/sgpgme.c
10648                 Report error when there's one, instead of
10649                 "Signature unchecked" 
10650
10651 2005-09-27 [colin]      1.9.14cvs57
10652
10653         * src/prefs_quote.c
10654                 Fix bug #816 (Weird quotation with spaces)
10655
10656 2005-09-27 [colin]      1.9.14cvs56
10657
10658         * src/codeconv.c
10659         * src/compose.c
10660         * src/compose.h
10661                 Put subject in compose's title
10662                 Fix Automatic encoding so that it's really automatic:
10663                 first try default locale's charset, then charset of the replied mail, 
10664                 then utf-8
10665                 Fix encoding of headers (must be in strict mode too)
10666
10667 2005-09-26 [colin]      1.9.14cvs55
10668
10669         * src/gtk/gtkaspell.c
10670                 Fix previous patch - don't color the space,
10671                 just uncolor it :)
10672
10673 2005-09-26 [colin]      1.9.14cvs54
10674
10675         * src/gtk/gtkaspell.c
10676                 Unmark space if possible
10677
10678 2005-09-26 [colin]      1.9.14cvs53
10679
10680         * src/imap.c
10681                 log_error instead of alertpanel according to the pref
10682         * src/etpan/imap-thread.c
10683                 Print connect status, copy only necessary size to 
10684                 logger
10685         * src/plugins/pgpmime/pgpmime.c
10686                 Handle S/Mime signatures (verification only). Patch based
10687                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10688
10689 2005-09-26 [paul]       1.9.14cvs52
10690
10691         * src/common/passcrypt.c
10692                 this 'workaround' not necessary on NetBSD.
10693                 Thanks to Daniel Gustafson
10694
10695 2005-09-26 [paul]
10696
10697         1.9.15-rc4 released
10698
10699 2005-09-26 [paul]       1.9.14cvs51
10700
10701         * src/summaryview.c
10702                 Skip currently selected message when
10703                 looking for next new or unread message
10704                 in current folder. Patch by Colin
10705         * src/common/passcrypt.c
10706                 eliminate warnings on *BSD. Patch by
10707                 Daniel Gustafson
10708
10709 2005-09-26 [colin]      1.9.14cvs50
10710
10711         * src/procmsg.c
10712                 Call postfiltering hook anyway
10713
10714 2005-09-22 [colin]      1.9.14cvs49
10715
10716         * src/codeconv.c
10717         * src/codeconv.h
10718                 Add a strict mode that doesn't replace with _
10719         * src/compose.c
10720         * src/compose.h
10721                 Use strict conversion while sending
10722                 Fix race when drafting while sending (happens
10723                 on IMAP)
10724                 Fix d'n'd of messages from summaryview
10725         * src/prefs_common.c
10726         * src/prefs_common.h
10727                 add hidden utf8_instead_of_locale_for_broken_mail 
10728                 pref for people that preferred the default charset 
10729                 to be utf8 for broken mails
10730         * src/quote_fmt_parse.y
10731                 fix bug #815 (No quote insert if "From:" fied 
10732                 contained Russian letters)
10733         * src/summaryview.c
10734                 Fix d'n'd of messages to compose
10735
10736 2005-09-22 [paul]       1.9.14cvs48
10737
10738         * src/compose.c
10739                 fix bug where attachments Name entry
10740                 would display Path instead
10741
10742 2005-09-21 [paul]       1.9.14cvs47
10743
10744         * README
10745         * README.jp
10746         * configure.ac
10747         * config/config.rpath
10748         * doc/manual/en/sylpheed-20.html
10749         * doc/manual/es/sylpheed-20.html
10750         * po/bg.po
10751         * po/ca.po
10752         * po/de.po
10753         * po/es.po
10754         * po/fr.po
10755         * po/it.po
10756         * po/pt_BR.po
10757         * po/sk.po
10758         * po/zh_TW.po
10759         * src/account.c
10760         * src/account.h
10761         * src/action.c
10762         * src/action.h
10763         * src/adbookbase.h
10764         * src/addr_compl.c
10765         * src/addr_compl.h
10766         * src/addrbook.c
10767         * src/addrbook.h
10768         * src/addrcache.c
10769         * src/addrcache.h
10770         * src/addrcindex.c
10771         * src/addrcindex.h
10772         * src/addrclip.c
10773         * src/addrclip.h
10774         * src/addrdefs.h
10775         * src/addressadd.c
10776         * src/addressadd.h
10777         * src/addressbook.c
10778         * src/addressbook.h
10779         * src/addressitem.h
10780         * src/addrgather.c
10781         * src/addrgather.h
10782         * src/addrharvest.c
10783         * src/addrharvest.h
10784         * src/addrindex.c
10785         * src/addrindex.h
10786         * src/addritem.c
10787         * src/addritem.h
10788         * src/addrquery.c
10789         * src/addrquery.h
10790         * src/addrselect.c
10791         * src/addrselect.h
10792         * src/alertpanel.c
10793         * src/alertpanel.h
10794         * src/browseldap.c
10795         * src/browseldap.h
10796         * src/codeconv.c
10797         * src/codeconv.h
10798         * src/compose.c
10799         * src/compose.h
10800         * src/crash.c
10801         * src/crash.h
10802         * src/customheader.c
10803         * src/customheader.h
10804         * src/displayheader.c
10805         * src/displayheader.h
10806         * src/editaddress.c
10807         * src/editaddress.h
10808         * src/editbook.c
10809         * src/editbook.h
10810         * src/editgroup.c
10811         * src/editgroup.h
10812         * src/editjpilot.c
10813         * src/editjpilot.h
10814         * src/editldap.c
10815         * src/editldap.h
10816         * src/editldap_basedn.c
10817         * src/editldap_basedn.h
10818         * src/editvcard.c
10819         * src/editvcard.h
10820         * src/enriched.c
10821         * src/enriched.h
10822         * src/exphtmldlg.c
10823         * src/exphtmldlg.h
10824         * src/expldifdlg.c
10825         * src/expldifdlg.h
10826         * src/export.c
10827         * src/export.h
10828         * src/exporthtml.c
10829         * src/exporthtml.h
10830         * src/exportldif.c
10831         * src/exportldif.h
10832         * src/filtering.c
10833         * src/filtering.h
10834         * src/folder.c
10835         * src/folder.h
10836         * src/folder_item_prefs.c
10837         * src/folder_item_prefs.h
10838         * src/foldersel.c
10839         * src/foldersel.h
10840         * src/folderutils.c
10841         * src/folderutils.h
10842         * src/folderview.c
10843         * src/folderview.h
10844         * src/grouplistdialog.c
10845         * src/grouplistdialog.h
10846         * src/headerview.c
10847         * src/headerview.h
10848         * src/html.c
10849         * src/html.h
10850         * src/image_viewer.c
10851         * src/image_viewer.h
10852         * src/imap.c
10853         * src/imap.h
10854         * src/imap_gtk.c
10855         * src/imap_gtk.h
10856         * src/import.c
10857         * src/import.h
10858         * src/importldif.c
10859         * src/importldif.h
10860         * src/importmutt.c
10861         * src/importmutt.h
10862         * src/importpine.c
10863         * src/importpine.h
10864         * src/inc.c
10865         * src/inc.h
10866         * src/jpilot.c
10867         * src/jpilot.h
10868         * src/ldapctrl.c
10869         * src/ldapctrl.h
10870         * src/ldaplocate.c
10871         * src/ldaplocate.h
10872         * src/ldapquery.c
10873         * src/ldapquery.h
10874         * src/ldapserver.c
10875         * src/ldapserver.h
10876         * src/ldaputil.c
10877         * src/ldaputil.h
10878         * src/ldif.c
10879         * src/ldif.h
10880         * src/localfolder.c
10881         * src/localfolder.h
10882         * src/main.c
10883         * src/main.h
10884         * src/mainwindow.c
10885         * src/mainwindow.h
10886         * src/manual.c
10887         * src/manual.h
10888         * src/matcher.c
10889         * src/matcher.h
10890         * src/matcher_parser.h
10891         * src/matcher_parser_lex.l
10892         * src/matcher_parser_parse.y
10893         * src/mbox.c
10894         * src/mbox.h
10895         * src/message_search.c
10896         * src/message_search.h
10897         * src/messageview.c
10898         * src/messageview.h
10899         * src/mh.c
10900         * src/mh.h
10901         * src/mh_gtk.c
10902         * src/mh_gtk.h
10903         * src/mimeview.c
10904         * src/mimeview.h
10905         * src/msgcache.c
10906         * src/msgcache.h
10907         * src/mutt.c
10908         * src/mutt.h
10909         * src/news.c
10910         * src/news.h
10911         * src/news_gtk.c
10912         * src/news_gtk.h
10913         * src/noticeview.c
10914         * src/noticeview.h
10915         * src/partial_download.c
10916         * src/partial_download.h
10917         * src/pine.c
10918         * src/pine.h
10919         * src/pop.c
10920         * src/pop.h
10921         * src/prefs_account.c
10922         * src/prefs_account.h
10923         * src/prefs_actions.c
10924         * src/prefs_actions.h
10925         * src/prefs_common.c
10926         * src/prefs_common.h
10927         * src/prefs_compose_writing.c
10928         * src/prefs_compose_writing.h
10929         * src/prefs_customheader.c
10930         * src/prefs_customheader.h
10931         * src/prefs_display_header.c
10932         * src/prefs_display_header.h
10933         * src/prefs_ext_prog.c
10934         * src/prefs_ext_prog.h
10935         * src/prefs_filtering.c
10936         * src/prefs_filtering.h
10937         * src/prefs_filtering_action.c
10938         * src/prefs_filtering_action.h
10939         * src/prefs_folder_column.c
10940         * src/prefs_folder_column.h
10941         * src/prefs_folder_item.c
10942         * src/prefs_folder_item.h
10943         * src/prefs_fonts.c
10944         * src/prefs_fonts.h
10945         * src/prefs_gtk.c
10946         * src/prefs_gtk.h
10947         * src/prefs_image_viewer.c
10948         * src/prefs_image_viewer.h
10949         * src/prefs_matcher.c
10950         * src/prefs_matcher.h
10951         * src/prefs_message.c
10952         * src/prefs_message.h
10953         * src/prefs_msg_colors.c
10954         * src/prefs_msg_colors.h
10955         * src/prefs_other.c
10956         * src/prefs_other.h
10957         * src/prefs_quote.c
10958         * src/prefs_quote.h
10959         * src/prefs_receive.c
10960         * src/prefs_receive.h
10961         * src/prefs_send.c
10962         * src/prefs_send.h
10963         * src/prefs_spelling.c
10964         * src/prefs_spelling.h
10965         * src/prefs_summaries.c
10966         * src/prefs_summaries.h
10967         * src/prefs_summary_column.c
10968         * src/prefs_summary_column.h
10969         * src/prefs_template.c
10970         * src/prefs_template.h
10971         * src/prefs_themes.c
10972         * src/prefs_themes.h
10973         * src/prefs_toolbar.c
10974         * src/prefs_toolbar.h
10975         * src/prefs_wrapping.c
10976         * src/prefs_wrapping.h
10977         * src/privacy.c
10978         * src/privacy.h
10979         * src/procheader.c
10980         * src/procheader.h
10981         * src/procmime.c
10982         * src/procmime.h
10983         * src/procmsg.c
10984         * src/procmsg.h
10985         * src/quote_fmt.c
10986         * src/quote_fmt_parse.y
10987         * src/recv.c
10988         * src/recv.h
10989         * src/remotefolder.c
10990         * src/remotefolder.h
10991         * src/send_message.c
10992         * src/send_message.h
10993         * src/setup.c
10994         * src/setup.h
10995         * src/simple-gettext.c
10996         * src/sourcewindow.c
10997         * src/sourcewindow.h
10998         * src/ssl_manager.c
10999         * src/ssl_manager.h
11000         * src/statusbar.c
11001         * src/statusbar.h
11002         * src/stock_pixmap.c
11003         * src/stock_pixmap.h
11004         * src/summary_search.c
11005         * src/summary_search.h
11006         * src/summaryview.c
11007         * src/summaryview.h
11008         * src/syldap.c
11009         * src/syldap.h
11010         * src/textview.c
11011         * src/textview.h
11012         * src/toolbar.c
11013         * src/toolbar.h
11014         * src/undo.c
11015         * src/undo.h
11016         * src/unmime.c
11017         * src/unmime.h
11018         * src/vcard.c
11019         * src/vcard.h
11020         * src/wizard.c
11021         * src/wizard.h
11022         * src/common/base64.c
11023         * src/common/base64.h
11024         * src/common/defs.h
11025         * src/common/hooks.c
11026         * src/common/hooks.h
11027         * src/common/log.c
11028         * src/common/log.h
11029         * src/common/md5.c
11030         * src/common/md5.h
11031         * src/common/mgutils.c
11032         * src/common/mgutils.h
11033         * src/common/nntp.c
11034         * src/common/nntp.h
11035         * src/common/passcrypt.c
11036         * src/common/passcrypt.h.in
11037         * src/common/plugin.c
11038         * src/common/plugin.h
11039         * src/common/prefs.c
11040         * src/common/prefs.h
11041         * src/common/progressindicator.c
11042         * src/common/progressindicator.h
11043         * src/common/quoted-printable.c
11044         * src/common/quoted-printable.h
11045         * src/common/session.c
11046         * src/common/session.h
11047         * src/common/smtp.c
11048         * src/common/smtp.h
11049         * src/common/socket.c
11050         * src/common/socket.h
11051         * src/common/ssl.c
11052         * src/common/ssl.h
11053         * src/common/ssl_certificate.c
11054         * src/common/ssl_certificate.h
11055         * src/common/string_match.c
11056         * src/common/string_match.h
11057         * src/common/stringtable.c
11058         * src/common/sylpheed.c
11059         * src/common/sylpheed.h
11060         * src/common/template.c
11061         * src/common/template.h
11062         * src/common/timing.h
11063         * src/common/utils.c
11064         * src/common/utils.h
11065         * src/common/uuencode.c
11066         * src/common/uuencode.h
11067         * src/common/version.h.in
11068         * src/common/xml.c
11069         * src/common/xml.h
11070         * src/common/xmlprops.c
11071         * src/common/xmlprops.h
11072         * src/gtk/about.c
11073         * src/gtk/about.h
11074         * src/gtk/colorlabel.c
11075         * src/gtk/colorlabel.h
11076         * src/gtk/colorsel.c
11077         * src/gtk/colorsel.h
11078         * src/gtk/description_window.c
11079         * src/gtk/description_window.h
11080         * src/gtk/filesel.c
11081         * src/gtk/filesel.h
11082         * src/gtk/foldersort.c
11083         * src/gtk/foldersort.h
11084         * src/gtk/gtkutils.c
11085         * src/gtk/gtkutils.h
11086         * src/gtk/inputdialog.c
11087         * src/gtk/inputdialog.h
11088         * src/gtk/logwindow.c
11089         * src/gtk/logwindow.h
11090         * src/gtk/manage_window.c
11091         * src/gtk/manage_window.h
11092         * src/gtk/menu.c
11093         * src/gtk/menu.h
11094         * src/gtk/pluginwindow.c
11095         * src/gtk/pluginwindow.h
11096         * src/gtk/prefswindow.c
11097         * src/gtk/prefswindow.h
11098         * src/gtk/progressdialog.c
11099         * src/gtk/progressdialog.h
11100         * src/gtk/quicksearch.c
11101         * src/gtk/quicksearch.h
11102         * src/gtk/sslcertwindow.c
11103         * src/gtk/sslcertwindow.h
11104         * src/plugins/clamav/clamav_plugin.c
11105         * src/plugins/clamav/clamav_plugin.h
11106         * src/plugins/clamav/clamav_plugin_gtk.c
11107         * src/plugins/demo/demo.c
11108         * src/plugins/dillo_viewer/dillo_prefs.c
11109         * src/plugins/dillo_viewer/dillo_prefs.h
11110         * src/plugins/dillo_viewer/dillo_viewer.c
11111         * src/plugins/mathml_viewer/mathml_viewer.c
11112         * src/plugins/pgpcore/passphrase.c
11113         * src/plugins/pgpcore/passphrase.h
11114         * src/plugins/pgpcore/plugin.c
11115         * src/plugins/pgpcore/prefs_gpg.c
11116         * src/plugins/pgpcore/prefs_gpg.h
11117         * src/plugins/pgpcore/select-keys.c
11118         * src/plugins/pgpcore/select-keys.h
11119         * src/plugins/pgpcore/sgpgme.c
11120         * src/plugins/pgpcore/sgpgme.h
11121         * src/plugins/pgpinline/pgpinline.c
11122         * src/plugins/pgpinline/pgpinline.h
11123         * src/plugins/pgpinline/plugin.c
11124         * src/plugins/pgpmime/pgpmime.c
11125         * src/plugins/pgpmime/pgpmime.h
11126         * src/plugins/pgpmime/plugin.c
11127         * src/plugins/spamassassin/spamassassin.c
11128         * src/plugins/spamassassin/spamassassin.h
11129         * src/plugins/spamassassin/spamassassin_gtk.c
11130         * src/plugins/trayicon/trayicon.c
11131         * tools/OOo2sylpheed.pl
11132         * tools/acroread2sylpheed.pl
11133         * tools/asus_mailled.sh
11134         * tools/filter_conv.pl
11135         * tools/freshmeat_search.pl
11136         * tools/google_search.pl
11137         * tools/kmail2sylpheed.pl
11138         * tools/kmail2sylpheed_v2.pl
11139         * tools/maildir2sylpheed.pl
11140         * tools/multiwebsearch.pl
11141         * tools/newscache_clean.pl
11142         * tools/outlook2sylpheed.pl
11143         * tools/sylpheed-switcher
11144         * tools/update-po
11145         * tools/vcard2xml.py
11146         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11147                 update FSF address
11148
11149 2005-09-21 [colin]      1.9.14cvs46
11150
11151         * src/gedit-print.c
11152         * src/procmsg.c
11153         * src/procmsg.h
11154         * src/textview.c
11155         * src/summaryview.c
11156                 Remove some printing hacks (deselection/reselection),
11157                 which by the way fix printing the currently 
11158                 displayed mime part (still only text)
11159                 Plus a little optimisation of summary_show
11160
11161
11162 2005-09-20 [colin]      1.9.14cvs45
11163
11164         * src/mainwindow.c
11165         * src/messageview.c
11166                 GUI fixups: add accels, set message
11167                 view title to displayed mail's subject
11168         * src/prefs_spelling.c
11169         * src/gtk/gtkaspell.c
11170                 GUI fixups: allow underlining misspelled
11171                 words instead of coloring them (a11y!)
11172
11173 2005-09-19 [colin]
11174
11175         1.9.15rc3 released
11176
11177 2005-09-19 [colin]      1.9.14cvs44
11178
11179         * src/compose.c
11180                 Fix draft message
11181         * src/gtk/gtkaspell.c
11182                 Fix wrong test ;-)
11183
11184 2005-09-19 [colin]      1.9.14cvs43
11185
11186         * src/addressbook.c
11187                 Fix sensitivity of Delete button
11188         * src/compose.c
11189                 Warn if the requested Privacy system
11190                 is not available
11191         * src/exphtmldlg.c
11192         * src/expldifdlg.c
11193         * src/importldif.c
11194         * src/importmutt.c
11195         * src/importpine.c
11196                 Fix crappy UI
11197         * src/
11198         * src/ssl.h
11199         * src/prefs_account.h
11200         * src/prefs_account.c
11201                 Save SSL prefs even in builds that have
11202                 SSL support disable
11203         * src/imap.c
11204         * src/inc.c
11205         * src/news.c
11206         * src/send_message.c
11207                 Warn if connection should be secure, but
11208                 SSL support isn't compiled in
11209         * src/gtkaspell.c
11210                 Fix word separation on UTF-8 systems
11211                 Fixes bug #812 (Strange inline spellchecking)
11212         * src/compose.c
11213                 Warn if the requested Privacy system
11214                 is not available
11215                 Factorize offline warning
11216         * src/imap.c
11217         * src/imap_gtk.c
11218         * src/imap_gtk.h
11219         * src/inc.h
11220         * src/news_gtk.c
11221         * src/news_gtk.h
11222         * src/messageview.c
11223                 Factorize offline warning
11224
11225 2005-09-19 [paul]
11226
11227         1.9.15-rc2 released
11228
11229 2005-09-18 [colin]      1.9.14cvs42
11230
11231         * src/codeconv.c
11232         * src/codeconv.h
11233         * src/procmime.c
11234                 Add a way to get locale's charset ignoring utf-8,
11235                 and use that as default encoding for broken mails
11236
11237 2005-09-18 [colin]      1.9.14cvs41
11238
11239         * src/gtk/logwindow.c
11240                 Translate string. Patch by Fabien Vantard
11241
11242 2005-09-18 [colin]      1.9.14cvs40
11243
11244         * configure.ac
11245                 Fix bug #803 (IMAP/SSL support breaks with 
11246                 GnuTLS libetpan 0.38)
11247
11248 2005-09-18 [colin]      1.9.14cvs39
11249
11250         * src/codeconv.c
11251         * src/compose.c
11252         * src/procmime.c
11253                 More charsets fixes. Fixes bug #806 (non
11254                 ascii characters in subject line)
11255
11256 2005-09-17 [paul]       1.9.14cvs38
11257
11258         * src/folderview.c
11259         * src/mainwindow.c
11260                 fix gcc-2.95 issues
11261                 Patch by Pawel Pekala
11262
11263 2005-09-17 [colin]      1.9.14cvs37
11264
11265         * src/addrindex.c
11266                 bugfix for NO-USE LDAP compilation, patch 
11267                 by Fabien Vantard
11268
11269 2005-09-17 [colin]      1.9.14cvs36
11270
11271         * src/prefs_actions.c
11272         * src/prefs_customheader.c
11273         * src/prefs_display_header.c
11274         * src/prefs_filtering_action.c
11275         * src/prefs_matcher.c
11276         * src/prefs_toolbar.c
11277                 Fix strange casts (less elegant but
11278                 works better)
11279
11280 2005-09-16 [colin]      1.9.14cvs35
11281
11282         * src/jpilot.c
11283                 Missed that one
11284
11285 2005-09-16 [colin]      1.9.14cvs34
11286
11287         * configure.ac
11288         * src/Makefile.am
11289         * src/addr_compl.c
11290         * src/addrindex.c
11291         * src/browseldap.c
11292         * src/editldap.c
11293         * src/ldaplocate.c
11294         * src/ldapquery.c
11295         * src/ldapquery.h
11296         * src/ldapserver.c
11297         * src/ldapserver.h
11298         * src/main.c
11299         * src/matcher_parser_parse.y
11300         * src/prefs_themes.c
11301         * src/etpan/Makefile.am
11302         * src/gtk/description_window.c
11303         * src/plugins/clamav/Makefile.am
11304         * src/plugins/clamav/clamav_plugin.c
11305         * src/plugins/dillo_viewer/Makefile.am
11306         * src/plugins/pgpcore/Makefile.am
11307         * src/plugins/pgpinline/Makefile.am
11308         * src/plugins/pgpmime/Makefile.am
11309         * src/plugins/trayicon/Makefile.am
11310                 Fix 100% cpu usage in address completion list
11311                 Fix little bugs (return with no values etc)
11312                 Fix all warnings (with common CFLAGS)
11313
11314 2005-09-15 [colin]      1.9.14cvs33
11315
11316         * src/addressbook.c
11317                 Fix bug where sometimes a group's email list is empty,
11318                 force its refresh (probably fixes "Re: how to create a 
11319                 distribution list")
11320         * src/ldapquery.c
11321                 Don't return to the callback in the main thread from the
11322                 fetch thread (or face segs!)
11323
11324 2005-09-15 [paul]       1.9.14cvs32
11325
11326         * src/prefs_matcher.c
11327                 forgotten in last commit
11328
11329 2005-09-15 [paul]       1.9.14cvs31
11330
11331         * src/prefs_actions.c
11332         * src/prefs_filtering_action.c
11333         * src/prefs_quote.c
11334         * src/quote_fmt.c
11335         * src/summaryview.c
11336         * src/gtk/description_window.c
11337         * src/gtk/description_window.h
11338         * src/gtk/quicksearch.c
11339                 allow interaction with the called
11340                 description window
11341                 Patch by Anders Hammar
11342
11343 2005-09-14 [paul]       1.9.14cvs30
11344
11345         * src/compose.c
11346                 fix a little annoyance when pasting with 3rd button 
11347                 with wrap_pastes=0 and wrap_input=1
11348                 Patch by Colin
11349
11350 2005-09-14 [paul]       1.9.14cvs29
11351
11352         * src/prefs_account.c
11353                 disable 'Filter messages on receiving' for
11354                 SMTP-only accounts
11355                 Patch  by Anders Hammar
11356
11357 2005-09-14 [paul]       1.9.14cvs28
11358
11359         * po/sk.po
11360                 fix crash
11361                 updated by Andrej Kacian
11362
11363 2005-09-14 [paul]
11364
11365         1.9.15-rc1 released
11366
11367 2005-09-14 [paul]       1.9.14cvs27
11368
11369         * po/es.po
11370                 updated by Ricardo Mones Lastra
11371         * src/compose.c
11372         * src/compose.h
11373                 associate no_wrap_tags to Compose windows
11374                 instead of using a static one
11375                 Patch by Colin
11376         * src/mbox.c
11377                 fix proc_mbox()
11378                 Patch by wwp
11379         * src/textview.c
11380                 remove unneeded printf()
11381
11382 2005-09-14 [paul]       1.9.14cvs26
11383
11384         * src/addrcache.c
11385         * src/codeconv.h
11386         * src/folder.h
11387         * src/mainwindow.h
11388         * src/mh.c
11389         * src/mimeview.h
11390         * src/partial_download.c
11391         * src/pop.c
11392         * src/prefs_account.c
11393         * src/prefs_account.h
11394         * src/prefs_actions.c
11395         * src/prefs_customheader.c
11396         * src/prefs_display_header.c
11397         * src/prefs_filtering_action.c
11398         * src/prefs_matcher.c
11399         * src/prefs_toolbar.c
11400         * src/privacy.h
11401         * src/procmime.c
11402         * src/procmime.h
11403         * src/procmsg.h
11404         * src/textview.c
11405         * src/undo.h
11406         * src/common/plugin.c
11407         * src/common/session.h
11408         * src/common/socket.c
11409         * src/common/socket.h
11410         * src/common/template.c
11411         * src/gtk/gtkaspell.c
11412         * src/gtk/quicksearch.h
11413         * src/plugins/pgpcore/passphrase.c
11414         * src/plugins/pgpcore/prefs_gpg.h
11415         * src/plugins/pgpcore/select-keys.c
11416         * src/plugins/pgpcore/select-keys.h
11417         * src/plugins/pgpcore/sgpgme.c
11418         * src/plugins/pgpinline/pgpinline.c
11419         * src/plugins/pgpmime/pgpmime.c
11420         * src/plugins/trayicon/trayicon.c
11421                 fix compilation warnings
11422                 Patch by Daniel Gustafson
11423
11424 2005-09-14 [paul]       1.9.14cvs25
11425
11426         * src/addressbook.c
11427                 add missing column header, and other small
11428                 bug fixes
11429                 Patch by Anders Hammar
11430
11431 2005-09-13 [colin]      1.9.14cvs24
11432
11433         * src/gtk/gtkaspell.c
11434                 Fix non-utf8 in menu
11435                 Fix little leaks
11436                 Nullify struct members after free()s
11437
11438 2005-09-13 [colin]      1.9.14cvs23
11439
11440         * src/compose.c
11441                 Test utf8 compliance before inserting to 
11442                 buffer, and try to convert if necessary
11443         * src/procmime.c
11444                 If no charset is present, use the locale 
11445                 one instead of us-ascii
11446         * src/procmsg.c
11447                 Add Sender, List-Post and To in the checked 
11448                 headers for automatic rules creation 
11449                 (thanks to wwp)
11450         * src/prefs_themes.c
11451         * src/gtk/gtkaspell.c
11452                 Remove deprecated functions. 
11453                 patch by Daniel Gustafson
11454
11455 2005-09-12 [colin]      1.9.14cvs22
11456
11457         * src/compose.c
11458                 Fix bug #448 (Scrolling/Redraw issue with 
11459                 address-fields in Header)
11460         * src/mainwindow.c
11461         * src/summaryview.c
11462         * src/summaryview.h
11463                 Fix loss of MSG_MARKED on move/copy
11464                 Fix bug #804 (Quicksearch togglebutton doesn't 
11465                 get depressed after '/' key is pressed)
11466
11467 2005-09-12 [paul]       1.9.14cvs21
11468
11469         * AUTHORS
11470         * src/gtk/logwindow.c
11471                 add 'Clear Log' to popup menu
11472                 Patch by Anders Hammar <anders.hammar@telia.com>
11473
11474 2005-09-12 [paul]       1.9.14cvs20
11475
11476         * src/compose.c
11477                 set correct sensitivity on attachments
11478                 popup menu
11479         * src/folder.c
11480                 fix typo
11481         * src/prefs_spelling.c
11482                 fix crash when no LANG env is set
11483         * src/common/xml.c
11484                 fix crash in wizard
11485                 don't use memeory after free
11486
11487         All patches by Daniel Gustafson
11488
11489 2005-09-12 [paul]       1.9.14cvs19
11490
11491         * src/prefs_themes.c
11492                 make theme info selectable
11493         * src/gtk/description_window.c
11494                 make window non-modal
11495         * tools/README
11496                 add details of asus_mailed.sh
11497         * tools/claws.i18n.status.pl
11498                 update for new zh_TW translator
11499                 widen the output
11500                 create alternate coloured lines
11501                 improve readability
11502
11503 2005-09-10 [colin]      1.9.14cvs18
11504
11505         * src/plugins/pgpcore/select-keys.c
11506                 Better order for the buttons
11507
11508 2005-09-10 [colin]      1.9.14cvs17
11509
11510         * src/compose.c
11511         * src/plugins/pgpcore/select-keys.c
11512         * src/plugins/pgpcore/select-keys.h
11513         * src/plugins/pgpcore/sgpgme.c
11514                 Add a "Don't encrypt" button to the key
11515                 selection dialog. Fixes bug #177 (There should be a 
11516                 'Don't encrypt button in the Select Keys dialog)
11517
11518 2005-09-10 [colin]      1.9.14cvs16
11519
11520         * src/compose.c
11521                 Fix bug #572 (%X option does not work with templates)
11522
11523 2005-09-10 [colin]      1.9.14cvs15
11524
11525         * src/toolbar.c 
11526                 Remove g_print
11527
11528 2005-09-10 [colin]      1.9.14cvs14
11529
11530         * src/imap.c
11531                 Fix a possible crash
11532
11533 2005-09-09 [colin]      1.9.14cvs13
11534
11535         * src/imap.c
11536         * src/etpan/imap-thread.c
11537         * src/etpan/imap-thread.h
11538                 Fix moving from queue or drafts to normal folders
11539                 Fix bug #794 (No way to delete without expunging)
11540                 Take flags unset by other mailers into account
11541                 Take deleted flag set by other mailers into account
11542                 Fix unsetting REPLIED flag
11543                 Fix crash when capabilities can't be retrieved
11544         * src/mainwindow.c
11545         * src/mainwindow.h
11546                 Add M_DELAYED_FLAGS condition, and let the user use
11547                 Execute in order to be able to expunge deleted mails,
11548                 even if he's not in delayed execute mode
11549         * src/prefs_spelling.c
11550                 Use 'en' dictionary by default if LANG is POSIX or C
11551         * src/gtk/prefswindow.c
11552                 Fix bug #767 (Preferences windows expanding) by making
11553                 the window a bit larger when the resolution is greater
11554                 than 640x480, and by putting the prefs in a
11555                 GtkScrolledWindow.
11556
11557 2005-09-09 [paul]       1.9.14cvs12
11558
11559         * AUTHORS
11560         * configure.ac
11561         * po/zh_TW.Big5.po      ** REMOVED **
11562         * po/zh_TW.po           ** ADDED **
11563                 updated by Wei-Lun Chao
11564
11565 2005-09-09 [paul]       1.9.14cvs11
11566
11567         * src/mainwindow.c
11568                 fix asserts
11569         * src/common/xml.c
11570                 delay memory allocation until file is
11571                 opened successfully
11572                 Patch by Daniel Gustafson
11573
11574 2005-09-09 [colin]      1.9.14cvs10
11575
11576         * src/imap.c
11577                 Add guards
11578
11579 2005-09-08 [colin]      1.9.14cvs9
11580
11581         * src/compose.c
11582                 Alert when we can't save draft
11583                 Fix various wrap/color issues
11584                 Add mid-click pasting respecting wrap_paste option
11585         * src/folder.c
11586         * src/folder.h
11587         * src/folder_item_prefs.c
11588         * src/folder_item_prefs.h
11589         * src/imap.c
11590         * src/imap_gtk.c
11591         * src/imap_gtk.h
11592         * src/main.c
11593         * src/mainwindow.c
11594         * src/mainwindow.h
11595         * src/news.c
11596         * src/news_gtk.c
11597         * src/news_gtk.h
11598         * src/prefs_folder_item.c
11599                 Fix the impossibility to synchronise folders for
11600                 offline use (IMAP and NNTP are concerned)
11601
11602 2005-09-08 [colin]      1.9.14cvs8
11603
11604         * configure.ac
11605                 Build LDAP and JPilot by default if available
11606         * src/textview.c
11607                 Fix use after free
11608
11609 2005-09-08 [paul]       1.9.14cvs7
11610
11611         * doc/manual/en/sylpheed-1.html
11612         * doc/manual/en/sylpheed-18.html
11613         * doc/manual/en/sylpheed-19.html
11614         * doc/manual/en/sylpheed-4.html
11615         * doc/manual/en/sylpheed-6.html
11616         * doc/manual/en/sylpheed.html
11617                 a few minor updates, plus include some
11618                 details about plugins and their requirements
11619         * src/mainwindow.c
11620                 minor changes to English in /View/Sort
11621
11622 2005-09-07 [colin]      1.9.14cvs6
11623
11624         * doc/manual/en/sylpheed-1.html
11625         * doc/manual/en/sylpheed-10.html
11626         * doc/manual/en/sylpheed-11.html
11627         * doc/manual/en/sylpheed-12.html
11628         * doc/manual/en/sylpheed-13.html
11629         * doc/manual/en/sylpheed-14.html
11630         * doc/manual/en/sylpheed-15.html
11631         * doc/manual/en/sylpheed-16.html
11632         * doc/manual/en/sylpheed-17.html
11633         * doc/manual/en/sylpheed-18.html
11634         * doc/manual/en/sylpheed-19.html
11635         * doc/manual/en/sylpheed-2.html
11636         * doc/manual/en/sylpheed-20.html
11637         * doc/manual/en/sylpheed-21.html
11638         * doc/manual/en/sylpheed-22.html
11639         * doc/manual/en/sylpheed-3.html
11640         * doc/manual/en/sylpheed-4.html
11641         * doc/manual/en/sylpheed-5.html
11642         * doc/manual/en/sylpheed-6.html
11643         * doc/manual/en/sylpheed-7.html
11644         * doc/manual/en/sylpheed-8.html
11645         * doc/manual/en/sylpheed-9.html
11646         * doc/manual/en/sylpheed.html
11647                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11648
11649 2005-09-07 [colin]      1.9.14cvs5
11650
11651         * src/mainwindow.c
11652                 Make labels more to-the-point
11653
11654 2005-09-07 [colin]      1.9.14cvs4
11655
11656         * doc/manual/en/sylpheed-1.html
11657         * doc/manual/en/sylpheed-12.html
11658         * doc/manual/en/sylpheed-13.html
11659         * doc/manual/en/sylpheed-14.html
11660         * doc/manual/en/sylpheed-15.html
11661         * doc/manual/en/sylpheed-16.html
11662         * doc/manual/en/sylpheed-17.html
11663         * doc/manual/en/sylpheed-18.html
11664         * doc/manual/en/sylpheed-19.html
11665         * doc/manual/en/sylpheed-2.html
11666         * doc/manual/en/sylpheed-20.html
11667         * doc/manual/en/sylpheed-21.html
11668         * doc/manual/en/sylpheed-22.html
11669         * doc/manual/en/sylpheed-4.html
11670         * doc/manual/en/sylpheed-5.html
11671         * doc/manual/en/sylpheed-6.html
11672         * doc/manual/en/sylpheed-7.html
11673         * doc/manual/en/sylpheed-8.html
11674         * doc/manual/en/sylpheed-9.html
11675         * doc/manual/en/sylpheed.html
11676                 Update manual
11677
11678 2005-09-07 [colin]      1.9.14cvs3
11679
11680         * doc/faq/en/sylpheed-faq-1.html
11681         * doc/faq/en/sylpheed-faq-2.html
11682         * doc/faq/en/sylpheed-faq-3.html
11683         * doc/faq/en/sylpheed-faq.html
11684                 Update FAQ
11685
11686 2005-09-07 [colin]      1.9.14cvs2
11687
11688         * src/folderview.c
11689         * src/procmsg.c
11690         * src/summaryview.c
11691         * src/toolbar.c
11692                 Fix special subfolders:
11693                 - Inherit parent's icon
11694                 - sent contents of queues subfolders
11695                 - empty subfolders of trashes
11696         * src/mainwindow.c
11697                 Remove outdated manual and faq entries
11698         * src/common/utils.c
11699                 Add quotes around %s coming from mailcap
11700
11701 2005-09-07 [colin]      1.9.14cvs1
11702
11703         * src/compose.c
11704                 After saving draft, set modified to FALSE
11705         * src/mimeview.c
11706         * src/common/utils.c
11707         * src/common/utils.h
11708                 Try to open mime parts using what is 
11709                 indicated in ~/.mailcap or /etc/mailcap,
11710                 if possible.
11711
11712 2005-09-05 [paul]       1.9.14
11713
11714         1.9.14 released
11715
11716         * po/sk.po
11717                 updated by Andrej Kacian
11718
11719 2005-09-05 [paul]       1.9.13cvs83
11720
11721         * po/de.po
11722         * po/es.po
11723         * po/fi.po
11724         * po/fr.po
11725         * po/nb.po
11726         * po/pt_BR.po
11727         * po/sr.po
11728                 updated translations by Thomas Gilgin, Ricardo Mones
11729                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11730                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11731
11732 2005-09-04 [paul]       1.9.13cvs82
11733
11734         * src/compose.c
11735                 only warn about exceeded line length limit
11736                 on send
11737
11738 2005-09-04 [paul]       1.9.13cvs81
11739
11740         * src/compose.c
11741                 fix crash in 'line length exceeded' dialogue
11742
11743 2005-09-02 [paul]       1.9.13cvs80
11744
11745         * src/imap.c
11746                 fix bug 795, 'Connection lost IMAP'
11747                 and add statusbar prints
11748                 Patch by Colin
11749
11750 2005-09-02 [paul]       1.9.13cvs79
11751
11752         * src/compose.c
11753                 compose_wrap_paragraph() becomes
11754                 compose_beautify_paragraph()
11755                 Patch by Colin
11756
11757 2005-09-02 [colin]      1.9.13cvs78
11758
11759         * src/folderview.c
11760                 Micro-fix
11761
11762 2005-09-01 [colin]      1.9.13cvs77
11763
11764         * src/imap.c
11765                 Maybe fix bug #795 (Connection lost IMAP)
11766                 Don't try to send logout when we're disconnected.
11767         * src/summaryview.c
11768                 Include locked and marked emails in HRM
11769                 view. Fixes bug #800 (Locked messages no longer 
11770                 show up when hide read messages is used)
11771
11772 2005-09-01 [paul]       1.9.13cvs76
11773
11774         * src/prefs_common.c
11775                 fix bad cutting
11776
11777 2005-08-31 [colin]      1.9.13cvs75
11778
11779         * src/folderview.c
11780         * src/folderview.h
11781         * src/prefs_summaries.c
11782         * src/summaryview.c
11783                 Fix "go to next new", fix preference
11784                 (Open unread/next swapped)
11785
11786 2005-08-31 [paul]       1.9.13cvs74
11787
11788         * src/compose.c
11789         * src/folderview.c
11790         * src/headerview.c
11791         * src/headerview.h
11792         * src/mainwindow.c
11793         * src/prefs_common.c
11794         * src/prefs_common.h
11795         * src/prefs_fonts.c
11796         * src/summaryview.c
11797         * src/textview.c
11798         * src/common/defs.h
11799                 remove obsolete BOLD_FONT setting
11800                 fix font update in headerview and textview
11801                 headers after prefs change
11802                 Patch By Colin
11803
11804 2005-08-31 [paul]
11805
11806         1.9.14-rc4 released
11807
11808 2005-08-30 [colin]      1.9.13cvs73
11809
11810         * src/summaryview.c
11811                 When Hide read messages is selected and we
11812                 refresh the summaryview, don't remove the 
11813                 currently displayed message. Fixes bug #797
11814                 (Summary view reloads when new mail is 
11815                 downloaded in 1.9.14 rc)
11816
11817 2005-08-30 [colin]      1.9.13cvs72
11818
11819         * src/folderview.c
11820                 Fix flickering
11821         * src/mainwindow.c
11822                 Remove useless callback
11823         * src/mimeview.c
11824         * src/gtk/filesel.c
11825         * src/gtk/filesel.h
11826                 Add a filesel_select_file_save_folder() - used by Save All
11827
11828 2005-08-29 [paul]       1.9.13cvs71
11829
11830         * AUTHORS
11831         * src/matcher_parser_parse.y
11832         * src/etpan/imap-thread.c
11833                 fix building on FreeBSD
11834                 Patch by Daniel Gustafson <daniel@hobbit.se>
11835
11836 2005-08-29 [paul]       1.9.13cvs70
11837
11838         * src/plugins/pgpinline/pgpinline.c
11839                 only initialise sig result if it's been handled
11840                 Patch by Colin
11841
11842 2005-08-29 [paul]       1.9.13cvs69
11843         
11844         Patches by Colin:
11845
11846         * src/imap.c
11847         * src/common.utils.c
11848         * src/common/utils.h
11849                 optimisation
11850         * src/stock_pixmap.h
11851                 fix wrong icon reference
11852         * src/pixmaps/trash_btn.xpm
11853                 replace with nicer image
11854
11855 2005-08-28 [colin]      1.9.13cvs68
11856
11857         * src/Makefile.am
11858         * src/stock_pixmap.c
11859         * src/stock_pixmap.h
11860         * src/toolbar.c
11861         * src/pixmaps/trash_btn.xpm
11862                 Add a specific trash xpm for the button
11863
11864 2005-08-28 [colin]      1.9.13cvs67
11865
11866         * src/imap.c
11867                 Fix leak
11868
11869 2005-08-27 [colin]      1.9.13cvs66
11870
11871         * src/imap.c
11872         * src/procmime.c
11873                 Correctly fix "Problem with replies", fixes
11874                 pgpmime encryption too. 
11875
11876 2005-08-27 [colin]      1.9.13cvs65
11877
11878         * src/folder.c
11879         * src/procmsg.c
11880         * src/procmsg.h
11881         * src/summaryview.c
11882                 Fix bug #517 (messages removed from summaryview 
11883                 when moving fails)
11884
11885 2005-08-27 [colin]      1.9.13cvs64
11886
11887         * tools/Makefile.am
11888         * tools/asus_mailled.sh
11889                 Add a script to blink ASUS laptops' mail LED where there
11890                 is unread mail.
11891
11892 2005-08-27 [colin]      1.9.13cvs63
11893
11894         * src/imap.c
11895         * src/etpan/imap-thread.c
11896         * src/etpan/imap-thread.h
11897                 Implement automatic choosing of login method
11898                 Fixes bug #791
11899         * src/gtk/.cvsignore
11900                 Add sylpheed-marshal.[ch]
11901
11902 2005-08-27 [colin]      1.9.13cvs62
11903
11904         * src/common/utils.c
11905                 Fix confusing perror
11906
11907 2005-08-27 [colin]      1.9.13cvs61
11908
11909         * src/toolbar.c
11910         * src/toolbar.h
11911                 Remove A_DELETE, replace it with 
11912                 A_TRASH and A_DELETE_REAL. Automatically
11913                 rewrite config files to replace A_DELETE
11914                 with A_TRASH (no functionality change).
11915                 Fixes half of #794
11916
11917 2005-08-26 [colin]      1.9.13cvs60
11918
11919         * src/procmime.c
11920                 Previous "Problem with replies" fix brought other
11921                 problems, fixing them
11922
11923 2005-08-26 [colin]      1.9.13cvs59
11924
11925         * src/procmime.c
11926                 Fix "Problem with replies". This happened only
11927                 on IMAP...
11928         * src/procmsg.c
11929                 Factorize code a bit
11930         * src/compose.c
11931                 Speed improvement on very long messages (wrapping)
11932                 Fix signature color on Reedit and Redirect
11933                 On Reedit, don't attach pgp-signatures parts, but
11934                 set signing to On.
11935
11936 2005-08-24 [paul]       1.9.13cvs58
11937
11938         * src/compose.c
11939                 don't claim success when clicking
11940                 Cancel on the passphrase box.
11941                 Patch by Colin
11942
11943 2005-08-24 [paul]       1.9.13cvs57
11944
11945         * src/main.c
11946                 fix misplaced sylpheed.log
11947         * src/common/defs.h
11948                 define UIDL_DIR
11949
11950 2005-08-24 [paul]       1.9.13cvs56
11951
11952         * src/imap.c
11953         * src/etpan/imap-thread.c
11954         * src/etpan/imap-thread.h
11955                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11956                 Patch by Colin
11957         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11958         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11959                 remove autogenerated files
11960         * tools/kdeservicemenu/README
11961         * tools/kdeservicemenu/install.sh
11962         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11963         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11964                 use Claws icon, use 'Sylpheed-Claws' in menu,
11965                 use kdialog, and other cleanups
11966
11967 2005-08-23 [paul]       1.9.13cvs55
11968
11969         * src/compose.c
11970                 fix paste/wrap crash
11971                 Patch by Colin
11972
11973 2005-08-23 [paul]       1.9.13cvs54
11974
11975         * src/main.c
11976                 fix crash recovery
11977                 Patch by Colin
11978
11979 2005-08-23 [paul]       1.9.13cvs53
11980
11981         * src/addressbook.c
11982         * src/editaddress.c
11983                 view all data of LDAP contacts
11984                 Patch by Colin
11985
11986 2005-08-23 [paul]       1.9.13cvs52
11987
11988         * src/addressbook.c
11989                 fix issues with the Search field
11990                 Patch by Colin
11991
11992 2005-08-22 [paul]       1.9.13cvs51
11993
11994         * src/folderview.c
11995                 put name of folder in processing dialog
11996                 title
11997         * src/prefs_folder_item.c
11998                 improve english usage
11999
12000 2005-08-22 [paul]       1.9.13cvs50
12001
12002         * src/filtering.c
12003         * src/filtering.h
12004         * src/matcher.c
12005         * src/matcher_parser_lex.l
12006         * src/matcher_parser_parse.y
12007         * src/prefs_filtering.c
12008                 add Filtering/Processing rule names feature.
12009                 (the incompatible old matcherrc is saved as
12010                 matcherrc.pre_names).
12011                 Patch by Colin
12012
12013 2005-08-22 [paul]       1.9.13cvs49
12014
12015         * src/procmsg.c
12016                 fix colour labelling
12017                 Patch by Colin
12018
12019 2005-08-22 [paul]       1.9.13cvs48
12020
12021         * src/textview.c
12022                 fix open_image_cb()
12023
12024 2005-08-22 [paul]       1.9.13cvs47
12025
12026         * src/imap.c
12027                 fix bug 789, 'SC crashes with imap (CVS ver)'
12028                 Patch by Colin
12029
12030 2005-08-22 [paul]       1.9.13cvs46
12031
12032         * src/mimeview.c
12033         * src/prefs_common.c
12034         * src/common/defs.h
12035                 define reused defaults in defs.h
12036         * src/textview.c
12037                 add 'Open image' to image popup menu
12038
12039 2005-08-21 [colin]      1.9.13cvs45
12040
12041         * src/summaryview.c
12042                 Fix bug #788 (Bogus "From" address displayed)
12043
12044 2005-08-20 [colin]      1.9.13cvs44
12045
12046         * src/folder.c
12047                 Fix buf #787 (multilevel delete causes SIGSEGV)
12048
12049 2005-08-19 [colin]      1.9.13cvs43
12050
12051         * src/inc.c
12052         * src/prefs_common.c
12053         * src/prefs_common.h
12054                 Add an hidden pref to allow modifying the
12055                 update stepping in incorporation.
12056                 Patch by wwp.
12057
12058 2005-08-19 [colin]      1.9.13cvs42
12059
12060         * src/compose.c
12061         * src/procmime.c
12062                 Workaround for broken MUAs: encode 
12063                 Content-type: name: as ASCII and 
12064                 Content-Disposition: filename: as
12065                 per rfc2231
12066         * src/prefs_account.c
12067                 Fix invisible-ness of SMTP SSL prefs
12068                 in NNTP accounts
12069
12070 2005-08-19 [paul]       1.9.13cvs41
12071
12072         * src/compose.c
12073         * src/prefs_common.c
12074         * src/prefs_common.h
12075         * src/prefs_wrapping.c
12076                 paste with or without wrapping.
12077                 patch by Colin
12078
12079 2005-08-19 [paul]       1.9.13cvs40
12080
12081         * src/prefs_common.c
12082         * src/prefs_common.h
12083         * src/summaryview.c
12084                 reintroduce enable_swap_from as a
12085                 hidden pref. patch by Colin
12086         * src/quote_fmt_parse.y
12087         * src/plugins/clamav/clamav_plugin.c
12088         * src/plugins/dillo_viewer/dillo_viewer.c
12089         * src/plugins/mathml_viewer/mathml_viewer.c
12090         * src/plugins/pgpcore/sgpgme.c
12091         * src/plugins/pgpinline/pgpinline.c
12092         * src/plugins/pgpmime/pgpmime.c
12093                 tidy up. patch by Colin
12094
12095 2005-08-19 [paul]       1.9.13cvs39
12096
12097         * configure.ac
12098                 complete cvs38's sync
12099         * src/editaddress.c
12100         * src/gedit-print.c
12101         * src/mutt.c
12102         * src/etpan/etpan-log.c
12103         * src/etpan/imap-thread.c
12104         * src/gtk/gtksourceprintjob.c
12105                 fix compilation warnings
12106                 (patch by Colin)
12107
12108 2005-08-19 [paul]       1.9.13cvs38
12109
12110         sync with main:
12111
12112         * src/account.c
12113         * src/action.c
12114         * src/addrbook.c
12115         * src/addrcache.c
12116         * src/addrharvest.c
12117         * src/addrindex.c
12118         * src/codeconv.c
12119         * src/compose.c
12120         * src/crash.c
12121         * src/exporthtml.c
12122         * src/exportldif.c
12123         * src/folder.c
12124         * src/image_viewer.c
12125         * src/inc.c
12126         * src/inc.h
12127         * src/jpilot.c
12128         * src/ldif.c
12129         * src/main.c
12130         * src/matcher.c
12131         * src/mbox.c
12132         * src/messageview.c
12133         * src/mh.c
12134         * src/mimeview.c
12135         * src/msgcache.c
12136         * src/mutt.c
12137         * src/news.c
12138         * src/partial_download.c
12139         * src/pine.c
12140         * src/pop.c
12141         * src/prefs_actions.c
12142         * src/prefs_common.c
12143         * src/prefs_customheader.c
12144         * src/prefs_display_header.c
12145         * src/prefs_gtk.c
12146         * src/prefs_themes.c
12147         * src/procheader.c
12148         * src/procmime.c
12149         * src/procmsg.c
12150         * src/recv.c
12151         * src/send_message.c
12152         * src/simple-gettext.c
12153         * src/sourcewindow.c
12154         * src/textview.c
12155         * src/vcard.c
12156         * src/common/defs.h
12157         * src/common/log.c
12158         * src/common/plugin.c
12159         * src/common/prefs.c
12160         * src/common/session.c
12161         * src/common/session.h
12162         * src/common/socket.c
12163         * src/common/socket.h
12164         * src/common/ssl_certificate.c
12165         * src/common/template.c
12166         * src/common/utils.c
12167         * src/common/utils.h
12168         * src/common/xml.c
12169         * src/gtk/about.c
12170         added wrappers for C library function that
12171                 take pathname arguments.
12172                 enabled compilation with MinGW.
12173                 use GDir instead of directly using opendir().
12174                 added rename_force().
12175
12176 2005-08-19 [paul]       1.9.13cvs37
12177         
12178         patches by Colin:
12179         * src/compose.c
12180                 fix privacy settings on re-editing
12181                 a sent message
12182         * src/jpilot.c
12183                 fix encoding bug
12184         * src/folder.c
12185         * src/procmsg.c
12186         * src/procmsg.h
12187         * src/summaryview.c
12188                 flag changing optimisation
12189
12190 2005-08-18 [martin]     1.9.13cvs36
12191
12192         * commitHelper
12193             added my login
12194         * src/addrcache.c
12195         * src/addrharvest.c
12196         * src/addrindex.c
12197         * src/compose.c
12198         * src/grouplistdialog.c
12199         * src/main.c
12200         * src/mainwindow.c
12201         * src/msgcache.c
12202         * src/mutt.c
12203         * src/pine.c
12204         * src/prefs_account.c
12205         * src/prefs_themes.c
12206         * src/stock_pixmap.c
12207         * src/summaryview.c
12208         * src/gtk/about.c
12209         * src/gtk/logwindow.c
12210             removed deprecated glib and gdk stuff
12211         * src/plugins/pgpcore/select-keys.c
12212             convert attributes from locale to utf8
12213
12214 2005-08-17 [paul]       1.9.13cvs35
12215
12216         * src/account.c
12217         * src/addressbook.c
12218                 use new GTK_STOCK_ icons if available
12219         * src/summaryview.c
12220         * src/gtk/gtksctree.c
12221         * src/gtk/gtksctree.h
12222                 faster range select. patch by Colin
12223
12224 2005-08-17 [paul]       1.9.13cvs34
12225
12226         patches by colin:
12227         * src/addressbook.c
12228         * src/addressitem.h
12229                 Add an edit button for contacts, fix selections
12230                 of gtksctree items
12231         * src/editaddress.c
12232                 Change labels, let Save be always possible in the
12233                 email and user atributes tabs
12234         * src/folderview.c
12235                 fix sort issues
12236         * src/summaryview.c
12237                 select next item instead of the displayed one
12238                 after deletion
12239
12240         * src/gtk/progressdialog.c
12241                 use prefs_common.enable_rules_hint
12242
12243 2005-08-13 [hoa]        1.9.13cvs33
12244
12245         * src/etpan/imap-thread.c
12246                 fixed build on Solaris.
12247
12248 2005-08-10 [colin]      1.9.13cvs32
12249
12250         * src/procmsg.c
12251                 Fix cvs31 (missing fclose before reading
12252                 the file)
12253
12254 2005-08-10 [colin]      1.9.13cvs31
12255
12256         * src/procmsg.c
12257                 Fix procmsg_msginfo_new_from_mimeinfo() when
12258                 the MimeInfo isn't stored in memory. This fixes
12259                 replying to an attached message.
12260
12261 2005-08-10 [colin]      1.9.13cvs30
12262
12263         * src/mainwindow.c
12264                 Fix slowness in account changing
12265
12266 2005-08-10 [colin]      1.9.13cvs29
12267
12268         * src/folder.c
12269         * src/folderutils.c
12270         * src/folderview.c
12271         * src/imap_gtk.c
12272         * src/mainwindow.c
12273         * src/mh_gtk.c
12274         * src/procmsg.c
12275         * src/summaryview.c
12276                 Optimize folder_has_parent_of_type
12277                 Prevent moving special sub-folders from contextual menus
12278                 Rework message a bit ("Empty all messages" -> "Delete all
12279                 messages")
12280                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12281                 and "Deleted Items" folders)
12282
12283 2005-08-08 [colin]      1.9.13cvs28
12284
12285         * src/summaryview.c
12286         * src/prefs_summaries.c
12287                 Make "Select first unread|new" more flexible
12288                 (just prioritize new or unread)
12289
12290 2005-08-08 [colin]      1.9.13cvs27
12291
12292         * src/summaryview.c
12293                 If "select first new" is selected and there only
12294                 are unread messages, fallback to "select first
12295                 unread".
12296
12297 2005-08-08 [colin]      1.9.13cvs26
12298
12299         * src/folder.c
12300                 Fix shameful bugs (and bug #779)
12301
12302 2005-08-08 [colin]      1.9.13cvs25
12303
12304         * src/folder.c
12305         * src/folder.h
12306                 Cache parents' type to make folder_has_parent_of_type
12307                 faster
12308         * src/folderview.c
12309                 Forbid DnD of special sub-folders
12310         * src/procmsg.c
12311         * src/procmsg.h
12312                 Add MAIL_POSTFILTERING_HOOK
12313         * src/summaryview.c
12314                 Revert over-zealous deletion of the use_addr_book 
12315                 code
12316
12317 2005-08-07 [colin]      1.9.13cvs24
12318
12319         * src/folder.c
12320                 Fix big mistake (passing MsgInfo instead 
12321                 of FolderItem)
12322
12323 2005-08-07 [colin]      1.9.13cvs23
12324
12325         * src/compose.c
12326         * src/folder.c
12327         * src/folder.h
12328         * src/foldersel.c
12329         * src/folderutils.c
12330         * src/folderview.c
12331         * src/imap.c
12332         * src/mainwindow.c
12333         * src/messageview.c
12334         * src/mh.c
12335         * src/msgcache.c
12336         * src/procmime.c
12337         * src/summaryview.c
12338                 Make subfolders of Drafts, Queue, Outbox, Trash
12339                 work like their parents. 
12340                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12341
12342 2005-08-07 [colin]      1.9.13cvs22
12343
12344         * src/addressbook.c
12345                 Fix bug #771 (Dragged contacts not saved)
12346
12347 2005-08-07 [paul]       1.9.13cvs21
12348
12349         * src/summaryview.c
12350                 fix bug 32 'Search Doesn't display results
12351                 if "Hide Read Messages" is chosen'
12352                 be more literal in interpreting 'Hide read
12353                 messages'
12354
12355 2005-08-07 [colin]      1.9.13cvs20
12356
12357         * src/folderview.c
12358                 Add debug
12359         * src/summaryview.c
12360                 Faster 'unthread_for_execution'
12361
12362 2005-08-06 [paul]       1.9.13cvs19
12363
12364         * src/mainwindow.c
12365                 add mnemonics to Set displayed columns
12366                 fix bug where msgview_visible option was
12367                 overwritten as TRUE on startup
12368
12369 2005-08-06 [paul]       1.9.13cvs18
12370
12371         * src/mainwindow.c
12372                 refer to 'displayed columns in folder/message
12373                 list' not 'displayed items in summary/message view'
12374         * src/prefs_display_header.c
12375                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12376                 be consistent with similar dialogues
12377         * src/prefs_folder_column.c
12378         * src/prefs_summary_column.c
12379                 'columns' not 'items', and folder and message lists,
12380                 instead of folder and summary views;
12381                 Use 'Hidden columns' as list heading not 'Available
12382                 items';
12383                 move the 'Remove' button to the right hand side;
12384                 top-align the buttons;
12385                 remove unneeded vbox
12386         * src/prefs_summaries.c
12387                 put the 2 column prefs buttons in a frame to reduce
12388                 overall width; refer to columns not items &c.
12389
12390 2005-08-05 [colin]      1.9.13cvs17
12391
12392         * src/prefs_common.c
12393         * src/prefs_common.h
12394         * src/mainwindow.c
12395         * src/compose.c
12396         * src/messageview.c
12397                 Add an hidden toolbar_detachable pref, so
12398                 that I can get rid of these painful handles
12399                 in the toolbars. Defaults to TRUE to avoid
12400                 changing the GUI on unsuspecting people...
12401
12402 2005-08-05 [colin]      1.9.13cvs16
12403
12404         * src/Makefile.am
12405         * src/prefs_folder_column.c
12406         * src/prefs_folder_column.h
12407                 Add prefs for folder columns
12408         * src/folderview.c
12409         * src/folderview.h
12410         * src/mainwindow.c
12411         * src/mainwindow.h
12412         * src/prefs_common.c
12413         * src/prefs_common.h
12414         * src/prefs_summaries.c
12415                 Use them
12416         * src/prefs_summary_column.c
12417         * src/summaryview.c
12418         * src/summaryview.h
12419                 Add a To column
12420         * src/textview.c
12421         * src/common/utils.c
12422         * src/common/utils.h
12423                 Move uri colourisation functions
12424                 to utils
12425         * src/compose.c
12426                 Colourise URIs
12427         * src/imap.c
12428                 Fix bug with LIST where we'd try
12429                 to get Folder//////[...]/// 
12430
12431 2005-08-05 [paul]       1.9.13cvs15
12432
12433         * src/prefs_summaries.c
12434                 improve the English usage
12435         * src/summaryview.c
12436                 set font on column change
12437                 thanks to Colin
12438
12439 2005-08-05 [paul]       1.9.13cvs14
12440
12441         * src/prefs_common.c
12442         * src/prefs_common.h
12443         * src/prefs_summaries.c
12444         * src/summaryview.c
12445                 replace 'open_unread_on_enter' option with
12446                 'select_on_entry' option. opening/not opening
12447                 is now exclusively controlled by 'always_show_msg'
12448
12449 2005-08-04 [colin]      1.9.13cvs13
12450
12451         * src/compose.c
12452                 Remove dead code
12453                 Add colourisation of quotes and signatures
12454         * src/folderview.c
12455                 Fix possible crashes
12456         * src/messageview.c
12457                 Change an assert that is no problem
12458         * src/news.c
12459         * src/news_gtk.c
12460         * src/news_gtk.h
12461                 Fix offline mode
12462         * src/gtk/quicksearch.c
12463                 Fix a possible crash
12464
12465 2005-08-03 [colin]      1.9.13cvs12
12466
12467         * src/prefs_account.c
12468                 Fix bug #777 (Sylpheed crash in account configuration)
12469
12470 2005-08-03 [colin]      1.9.13cvs11
12471
12472         * src/addressbook.c
12473         * src/editaddress.c
12474         * src/editgroup.c
12475                 Fixing addressbook, round 2
12476         * src/textview.c
12477                 Fix emphasis color on rechecking 'Colorize messages'
12478
12479 2005-08-03 [paul]       1.9.13cvs10
12480
12481         sync with main
12482
12483         * src/addr_compl.c
12484         * src/compose.c
12485         * src/main.c
12486         * src/pop.c
12487         * src/prefs_account.c
12488         * src/procmime.c
12489         * src/procmsg.c
12490         * src/quote_fmt_parse.y
12491         * src/textview.c
12492         * src/common/quoted-printable.c
12493         * src/common/utils.c
12494         * src/common/utils.h
12495         * src/common/xml.c
12496                 replaced incorrect locale-independent
12497                 ctype functions with GLib's. Corrected
12498                 signedness mismatch.
12499         * src/headerview.c
12500                 headerview_create(): added spacing for vbox.
12501         * src/gtk/about.c
12502                 set focus to the OK button.
12503
12504 2005-08-03 [colin]      1.9.13cvs9
12505
12506         * src/folderview.c
12507                 Fix possible crash
12508
12509 2005-08-02 [colin]      1.9.13cvs8
12510
12511         * src/mainwindow.c
12512                 Fix cast
12513         * src/addressbook.c
12514         * src/addressitem.h
12515                 Fix a cast and more generally, try to make the
12516                 GUI more intuitive and consistent (round 1)
12517
12518 2005-08-02 [paul]       1.9.13cvs7
12519
12520         * src/folder.h
12521                 missing in 1.9.13cvs6
12522
12523 2005-08-02 [colin]      1.9.13cvs6
12524
12525         * src/folder.c
12526                 Fix one more leak
12527
12528 2005-08-02 [colin]      1.9.13cvs5
12529
12530         * src/folder.c
12531         * src/folderview.c
12532         * src/imap.c
12533         * src/main.c
12534         * src/mbox.c
12535         * src/procmsg.c
12536         * src/summaryview.c
12537                 Fix a number of folder_item_get_msg_list()-related
12538                 leaks (missing procmsg_msginfo_free()s)
12539
12540 2005-08-01 [colin]      1.9.13cvs4
12541
12542         * src/folderview.c
12543         * src/folderview.h
12544         * src/mainwindow.c
12545         * src/prefs_fonts.c
12546         * src/prefs_summaries.c
12547         * src/prefs_themes.c
12548         * src/summaryview.c
12549         * src/summaryview.h
12550         * src/textview.c
12551         * src/textview.h
12552                 Fix instant-apply of summary and folderview-related prefs
12553                 Fix erroneous g_free and alertpanels in prefs_theme
12554                 Add instant-apply for fonts
12555                 Defer applying of prefs a little bit so it's done only
12556                 once even if requested by multiples prefs pages
12557
12558 2005-08-01 [paul]       1.9.13cvs3
12559
12560         * src/main.c
12561                 fix bug 776 'S.C. crashes on close'
12562                 thanks to Colin
12563         * src/etpan/etpan-thread-manager-types.h
12564                 add missing include
12565                 thanks to Hoa
12566
12567 2005-07-25 [paul]       1.9.13cvs2
12568
12569         * src/summaryview.c
12570                 fix typos. spotted by Fabien Vantard
12571
12572 2005-07-24 [paul]       1.9.13cvs1
12573
12574         * doc/man/sylpheed.1
12575                 update man page, incorporating fix of
12576                 bug 769 'Typo in manpage'
12577         * src/etpan/imap-thread.c
12578                 fix NetBSD openssl dependencies. patch by
12579                 George Michaelson <ggm@apnic.net>
12580         * po/pt_BR.po
12581                 updated by Frederico Goncalves Guimaraes
12582
12583 2005-07-22 [paul]       1.9.13
12584
12585         1.9.13 release
12586
12587 2005-07-22 [paul]       1.9.12cvs91
12588
12589         * AUTHORS
12590         * INSTALL
12591         * README.claws
12592         * RELEASE_NOTES.claws
12593                 updated for release
12594         * configure.ac
12595         * po/nb.po
12596         * tools/claws.i18n.status.pl
12597                 add Norwegian translation. submiited by
12598                 Geir Helland <pjallabais@users.sourceforge.net>
12599         * po/ca.po
12600         * po/de.po
12601         * po/es.po
12602         * po/fi.po
12603         * po/fr.po
12604         * po/it.po
12605         * po/sk.po
12606         * po/sr.po
12607         * po/zh_CN.po
12608                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12609                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12610                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12611                 Yang Guilong
12612         * src/plugins/clamav/clamav_plugin_gtk.c
12613         * src/plugins/spamassassin/spamassassin_gtk.c
12614                 replace outdated description strings
12615
12616 2005-07-21 [colin]      1.9.12cvs90
12617
12618         * src/folder.c
12619                 Set folder to batch mode when scanning it. Makes deletion
12620                 of unread mails on IMAP much faster (due to the UNREAD 
12621                 flag unsetting)
12622
12623 2005-07-21 [darko]      1.9.12cvs89
12624
12625         * configure.ac
12626                 link against libresolv if necessary (patch by Paul)
12627         * src/msgcache.c
12628                 use glib's portable macros to determine endianness
12629
12630 2005-07-21 [paul]       1.9.12cvs88
12631
12632         * src/crash.c
12633         * src/gtk/about.c
12634                 update compiled-in features list
12635
12636 2005-07-20 [colin]      1.9.12cvs87
12637
12638         * src/folder.c
12639         * src/textview.c
12640                 Gcc 2.9x compilation fixes, thanks to Darko
12641         * src/plugins/clamav/clamav_plugin.c
12642                 Little optimisation: load virus database only once
12643         * src/plugins/spamassassin/spamassassin.c
12644                 Big optimisation: filtering one mail took at least 1 second,
12645                 now it takes at least 50ms. Doesn't speed up spamassassin 
12646                 itself, but should already be much more tolerable.
12647
12648 2005-07-20 [colin]      1.9.12cvs86
12649
12650         * src/summaryview.c
12651                 Fix performance issue
12652
12653 2005-07-19 [colin]      1.9.12cvs85
12654
12655         * src/plugins/pgpinline/plugin.c
12656                 Fix warning
12657
12658 2005-07-19 [colin]      1.9.12cvs84
12659
12660         * configure.ac
12661         * src/plugins/Makefile.am
12662         * src/plugins/pgpinline/.cvsignore
12663         * src/plugins/pgpinline/Makefile.am
12664         * src/plugins/pgpinline/pgpinline.c
12665         * src/plugins/pgpinline/pgpinline.deps
12666         * src/plugins/pgpinline/pgpinline.h
12667         * src/plugins/pgpinline/plugin.c
12668                 Put pgpinline in the main tree
12669
12670 2005-07-19 [paul]       1.9.12cvs83
12671
12672         * src/prefs_actions.c
12673                 prevent '//' in menu names, which cause a crash
12674                 thanks to Colin
12675
12676 2005-07-19 [paul]       1.9.12cvs82
12677
12678         * configure.ac
12679                 be generally more informative in configure output.
12680                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12681                 '[ --disable-openssl ...', as --enable-openssl is default
12682                 PGP/MIME: don't check for GPGME again, check for
12683                 pgpcore instead. Therefore prevent the possibility of
12684                 attempting to build pgpmime if pgpcore dependencies are
12685                 not met
12686                 ClamAV: use pkgconfig to check for lib
12687                 libgnomeprint: revert logic on inner test to match
12688                 everything else
12689         * src/plugins/pgpcore/sgpgme.c
12690                 add missing include
12691
12692 2005-07-19 [colin]      1.9.12cvs81
12693
12694         * src/summaryview.c
12695                 Fix slow thread rebuilding in particular
12696                 cases
12697
12698 2005-07-19 [paul]       1.9.12cvs80
12699
12700         * sylpheed-claws.desktop
12701                 fix typo, spotted by Stephan Sachse
12702         * src/account.c
12703                 replace GTK_STOCK_ADD with
12704                 GTK_STOCK_NEW button
12705
12706 2005-07-18 [colin]      1.9.12cvs79
12707
12708         * src/etpan/imap-thread.c
12709                 Fix return value (Thanks Hoa)
12710
12711 2005-07-18 [colin]      1.9.12cvs78
12712
12713         * src/imap.c
12714                 Allow empty passwords
12715                 Create drafts/queue/outbox if necessary
12716         * src/summaryview.c
12717                 Remove old code
12718         * src/etpan/imap-thread.c
12719                 Fix STARTTLS (Thanks to Hoa)
12720
12721 2005-07-18 [paul]       1.9.12cvs77
12722
12723         * ChangeLog-gtk2.jp
12724         * ChangeLog.jp
12725                 removed
12726         * Makefile.am
12727                 updated to reflect additions and removals
12728         * TODO
12729                 updated to be claws-specific
12730         * TODO-gtk2
12731         * TODO-gtk2.jp
12732         * TODO.jp
12733         * sylpheed-128x128.png
12734         * sylpheed-64x64.png
12735                 removed
12736         * sylpheed-claws-128x128.png
12737         * sylpheed-claws-64x64.png
12738         * sylpheed-claws.desktop
12739         * sylpheed-claws.png
12740                 added
12741         * sylpheed.desktop
12742         * sylpheed.png
12743                 removed
12744
12745 2005-07-17 [paul]       1.9.12cvs76
12746
12747         * src/account.c
12748         * src/addressbook.c
12749         * src/alertpanel.c
12750         * src/alertpanel.h
12751         * src/compose.c
12752         * src/exphtmldlg.c
12753         * src/expldifdlg.c
12754         * src/folderview.c
12755         * src/imap_gtk.c
12756         * src/inc.c
12757         * src/message_search.c
12758         * src/messageview.c
12759         * src/mh_gtk.c
12760         * src/news_gtk.c
12761         * src/prefs_actions.c
12762         * src/prefs_filtering.c
12763         * src/prefs_matcher.c
12764         * src/prefs_template.c
12765         * src/prefs_themes.c
12766         * src/ssl_manager.c
12767         * src/summary_search.c
12768         * src/textview.c
12769         * src/toolbar.c
12770         * src/gtk/sslcertwindow.c
12771         * src/plugins/pgpcore/sgpgme.c
12772                 rework alertpanels
12773
12774 2005-07-17 [colin]      1.9.12cvs75
12775
12776         * src/privacy.c
12777                 add a PrivacySystem accessor that checks that
12778                 the system cached in a MimeInfo's privacydata
12779                 is still registered. Use this accessor instead
12780                 of directly using data->system. Fixes crashes
12781                 after unloading pgp plugins.
12782
12783 2005-07-17 [colin]      1.9.12cvs74
12784
12785         * src/alertpanel.c
12786                 Change geometry hints to a simple default size.
12787                 Fixes the certs dialogs.
12788
12789 2005-07-17 [colin]      1.9.12cvs73
12790
12791         * src/gtk/sslcertwindow.c
12792                 Use a gtkExpander
12793
12794 2005-07-17 [colin]      1.9.12cvs72
12795
12796         * src/plugins/pgpcore/Makefile.am
12797         * src/plugins/pgpmime/Makefile.am
12798                 Add gpgme libs
12799
12800 2005-07-17 [paul]       1.9.12cvs71
12801
12802         * configure.ac
12803                 add --disable-gnomeprint option
12804                 modified version of patch by Marius Mauch
12805
12806 2005-07-17 [paul]       1.9.12cvs70
12807
12808         * src/common/defs.h
12809                 update urls
12810         * src/account.c
12811         * src/action.c
12812         * src/addressbook.c
12813         * src/compose.c
12814         * src/foldersel.c
12815         * src/folderview.c
12816         * src/html.c
12817         * src/imap_gtk.c
12818         * src/main.c
12819         * src/mainwindow.c
12820         * src/messageview.c
12821         * src/mh_gtk.c
12822         * src/mimeview.c
12823         * src/news_gtk.c
12824         * src/prefs_account.c
12825         * src/prefs_send.c
12826         * src/prefs_summaries.c
12827         * src/procmsg.c
12828         * src/summaryview.c
12829         * src/common/utils.c
12830         * src/common/xml.c
12831         * src/plugins/pgpcore/passphrase.c
12832         * src/plugins/pgpcore/select-keys.c
12833                 replace inappropriately used backticks
12834                 with single quotes
12835
12836 2005-07-16 [colin]      1.9.12cvs69
12837
12838         * src/image_viewer.c
12839                 Add extra paranoid checks
12840
12841 2005-07-16 [colin]      1.9.12cvs68
12842
12843         * src/plugins/pgpcore/prefs_gpg.c
12844                 Don't auto-check sigs by default, as it
12845                 can be really slow.
12846
12847 2005-07-16 [colin]      1.9.12cvs67
12848
12849         * src/plugins/pgpcore/sgpgme.c
12850                 Make messages a bit better.
12851
12852 2005-07-16 [colin]      1.9.12cvs66
12853
12854         * src/imap.c
12855                 Remove pseudo-log
12856         * src/etpan/imap-thread.c
12857                 Add real log
12858
12859 2005-07-16 [colin]      1.9.12cvs65
12860
12861         * src/main.c
12862         * src/prefs_other.c
12863                 And now, fix build with libetpan :-/
12864
12865 2005-07-15 [colin]      1.9.12cvs64
12866
12867         * src/prefs_other.c
12868                 Continue fixing build without libetpan.
12869
12870 2005-07-15 [colin]      1.9.12cvs63
12871
12872         * src/main.c
12873                 Fix build with --disable-libetpan
12874
12875 2005-07-15 [colin]      1.9.12cvs62
12876
12877         * configure.ac
12878                 Bump libetpan's version
12879
12880 2005-07-15 [colin]      1.9.12cvs61
12881
12882         * src/etpan/imap-thread.c
12883                 Actually stop logging :)
12884
12885 2005-07-15 [colin]      1.9.12cvs60
12886
12887         * src/addressbook.c
12888                 Fix dnd of multiple addresses.
12889
12890 2005-07-15 [hoa]        1.9.12cvs59
12891
12892         * src/etpan/imap-thread.c
12893             disable login of IMAP password in libetpan log file.
12894
12895 2005-07-15 [paul]       1.9.12cvs58
12896
12897         * src/account.c
12898                 don't automatically sort
12899                 do allow drag n drop
12900
12901 2005-07-15 [paul]       1.9.12cvs57
12902
12903         * src/account.c
12904         * src/ssl_manager.c
12905                 alphabetical listing
12906
12907 2005-07-15 [paul]       1.9.12cvs56
12908
12909         * src/gtk/pluginwindow.c
12910                 sort plugin list alphabetically
12911
12912 2005-07-15 [paul]       1.9.12cvs55
12913
12914         * src/prefs_spelling.c
12915         * src/prefs_wrapping.c
12916                 unify English usage
12917
12918 2005-07-15 [colin]      1.9.12cvs54
12919
12920         * src/wizard.c
12921                 Typo fix
12922
12923 2005-07-15 [paul]       1.9.12cvs53
12924
12925         * src/prefs_message.c
12926                 make 'show cursor' a hidden option
12927
12928 2005-07-14 [colin]      1.9.12cvs52
12929
12930         * src/plugins/spamassassin/Makefile.am
12931         * src/plugins/clamav/Makefile.am
12932                 Fix double EXTRA_DISTs
12933
12934 2005-07-14 [colin]      1.9.12cvs51
12935
12936         * src/plugins/clamav/Makefile.am
12937         * src/plugins/clamav/clamav_plugin_gtk.deps
12938         * src/plugins/spamassassin/Makefile.am
12939         * src/plugins/spamassassin/spamassassin_gtk.deps
12940                 Make $plugin_gtk depend on $plugin
12941
12942 2005-07-14 [hoa]        1.9.12cvs50
12943
12944         * src/etpan/imap-thread.c
12945                 enable debug log of libetpan when running with --debug
12946
12947 2005-07-14 [colin]      1.9.12cvs49
12948
12949         * configure.ac
12950         * src/common/Makefile.am
12951         * src/common/plugin.c
12952         * src/common/plugin.h
12953                 Add a little plugin dependancy system.
12954                 Plugins can ship a $plugin_name.deps file
12955                 (near them in PLUGINDIR) so that their
12956                 dependancies are loaded if possible.
12957         * src/plugins/Makefile.am
12958         * src/plugins/pgpcore/Makefile.am
12959         * src/plugins/pgpcore/passphrase.c
12960         * src/plugins/pgpcore/passphrase.h
12961         * src/plugins/pgpcore/plugin.c
12962         * src/plugins/pgpcore/prefs_gpg.c
12963         * src/plugins/pgpcore/prefs_gpg.h
12964         * src/plugins/pgpcore/select-keys.c
12965         * src/plugins/pgpcore/select-keys.h
12966         * src/plugins/pgpcore/sgpgme.c
12967         * src/plugins/pgpcore/sgpgme.h
12968                 Introduce pgpcore, used by pgpmime and
12969                 pgpinline
12970         * src/plugins/pgpmime/Makefile.am
12971         * src/plugins/pgpmime/passphrase.c
12972         * src/plugins/pgpmime/passphrase.h
12973         * src/plugins/pgpmime/pgpmime.c
12974         * src/plugins/pgpmime/pgpmime.deps
12975         * src/plugins/pgpmime/plugin.c
12976         * src/plugins/pgpmime/prefs_gpg.c
12977         * src/plugins/pgpmime/prefs_gpg.h
12978         * src/plugins/pgpmime/select-keys.c
12979         * src/plugins/pgpmime/select-keys.h
12980         * src/plugins/pgpmime/sgpgme.c
12981         * src/plugins/pgpmime/sgpgme.h
12982                 Remove the core from pgpmime and add the
12983                 dependancy to pgpcore.
12984
12985 2005-07-14 [paul]       1.9.12cvs48
12986
12987         * src/stock_pixmap.c
12988                 forgot this in last commit
12989
12990 2005-07-14 [paul]       1.9.12cvs47
12991
12992         * src/account.c
12993         * src/addressbook.c
12994                 add accelerators for the buttons (sync with main)
12995         * src/compose.c
12996         * src/compose.h
12997                 add accelerators for the buttons.
12998                 fix editing with external editor.
12999                 replace gdk_input_*() with GIOChannel;
13000                 (sync with main)
13001         * src/foldersel.c
13002                 display folder names with new/unread
13003                 representation (sync with main)
13004         * src/main.c
13005                 specify default window icon (sync with main)
13006         * src/prefs_common.c
13007                 use_addr_book default to FALSE
13008         * src/summaryview.c
13009         * src/textview.c
13010                 add accelerators for the buttons (sync with main)
13011         * src/gtk/menu.c
13012                 fix typos
13013         * src/pixmaps/sylpheed_icon.xpm
13014                 updated
13015
13016 2005-07-13 [paul]       1.9.12cvs46
13017
13018         * src/plugins/pgpmime/pgpmime.c
13019         * src/plugins/pgpmime/sgpgme.c
13020                 (temporarily) use deprecated gpgme_data_rewind()
13021                 while largefile support is not present
13022                 (as suggested by Colin)
13023
13024 2005-07-13 [paul]       1.9.12cvs45
13025
13026         * configure.ac
13027                 remove large file support (for now):
13028                 it breaks too many things
13029
13030 2005-07-13 [paul]       1.9.12cvs44
13031
13032         * configure.ac
13033                 add large file support
13034         * src/html.c
13035                 fix bug #763 where href attribute was not
13036                 the very first attribute of a link
13037                 patch by Thomas Gilgin
13038
13039 2005-07-13 [colin]      1.9.12cvs43
13040
13041         * src/gtk/pluginwindow.c
13042                 Little portability fix
13043
13044 2005-07-13 [colin]      1.9.12cvs42
13045
13046         * src/plugins/pgpmime/sgpgme.c
13047                 Fix crasher.
13048
13049 2005-07-13 [colin]      1.9.12cvs41
13050
13051         * src/plugins/pgpmime/pgpmime.c
13052         * src/plugins/pgpmime/sgpgme.c
13053                 Use gpgme_data_release_and_get_mem instead
13054                 of gpgme_data_read.
13055
13056 2005-07-13 [colin]      1.9.12cvs40
13057
13058         * configure.ac
13059         * src/plugins/pgpmime/passphrase.c
13060         * src/plugins/pgpmime/passphrase.h
13061         * src/plugins/pgpmime/pgpmime.c
13062         * src/plugins/pgpmime/plugin.c
13063         * src/plugins/pgpmime/select-keys.c
13064         * src/plugins/pgpmime/select-keys.h
13065         * src/plugins/pgpmime/sgpgme.c
13066         * src/plugins/pgpmime/sgpgme.h
13067                 Port pgpmime to gpgme-1.0.
13068
13069 2005-07-12 [paul]       1.9.12cvs39
13070
13071         * AUTHORS
13072         * src/toolbar.c
13073         * src/toolbar.h
13074                 add a 'Go to Prev' button to the toolbar.
13075                 correct tooltip text of go to buttons.
13076                 based on patch by Yang Guilong <bamanzi@gmail.com>
13077
13078 2005-07-12 [colin]      1.9.12cvs38
13079
13080         * src/statusbar.c
13081                 Fix progress bar showing stuff at startup.
13082
13083 2005-07-12 [paul]       1.9.12cvs37
13084
13085         * src/editjpilot.c
13086                 fix building with jpilot support
13087
13088 2005-07-11 [colin]      1.9.12cvs36
13089
13090         * src/inc.c
13091                 Add visual indication that filtering is running
13092         * src/textview.c
13093                 Make {}[] uri delimiters
13094         * src/summaryview.c
13095                 Remove useless (and slow) calls
13096
13097 2005-07-11 [paul]       1.9.12cvs35
13098
13099         * src/plugins/clamav/clamav_plugin_gtk.c
13100         * src/plugins/dillo_viewer/dillo_prefs.c
13101         * src/plugins/pgpmime/prefs_gpg.c
13102         * src/plugins/spamassassin/spamassassin_gtk.c
13103                 gather plugins prefs together under their
13104                 own 'Plugins' heading
13105
13106 2005-07-11 [paul]       1.9.12cvs34
13107
13108         sync with main
13109
13110         * src/account.c
13111                 account_delete(): modified alert dialog
13112         * src/editjpilot.c
13113         * src/editvcard.c
13114                 fixed a crash when cancelling file selection
13115                 dialog by Escape key. Made non-ascii filename
13116                 selectable.
13117         * src/prefs_template.c
13118                 prefs_template_window_create(): make scrolled
13119                 window policy AUTOMATIC
13120
13121 2005-07-10 [hoa]        1.9.12cvs33
13122
13123         * src/etpan/imap-thread.c
13124                 workaround for old Courier IMAP servers.
13125
13126 2005-07-10 [colin]      1.9.12cvs32
13127
13128         * src/folder.c
13129         * src/statusbar.c
13130         * src/statusbar.h
13131                 Add visual progress indicator on filtering/processing
13132                 Factorize the progress bar code
13133         * src/imap.c
13134         * src/imap.h
13135         * src/etpan/imap-thread.c
13136                 Add a reference counter to avoid destroying the Folder
13137                 while it's in use by another callback.
13138
13139 2005-07-09 [hoa]        1.9.12cvs31
13140
13141         * src/imap.c
13142         * src/etpan/imap-thread.c
13143                 fixed deadlock when removing IMAP account.
13144
13145 2005-07-08 [colin]      1.9.12cvs30
13146
13147         * src/textview.c
13148         * src/unmime.c
13149                 Fix again problems decoding broken headers
13150         * src/gtk/inputdialog.c
13151                 Fix local variable shadowing a global one
13152
13153 2005-07-08 [colin]      1.9.12cvs29
13154
13155         * src/msgcache.c
13156                 Make the cache/mark files platform-agnostic by writing
13157                 them in little-endian format. Reading them is also done
13158                 in little-endian format, of course; however, in order
13159                 to avoid trashing mark data on big-endian machines, the
13160                 files are, at first, read from the native format if the
13161                 little-endian one doesn't exist. This is easy to deter-
13162                 mine by trying to open a file with a swapped data_ver
13163                 and seeing if it's the wanted version.
13164                 Little-endian using users should see absolutely no
13165                 difference, Big-endian users may get a very little
13166                 performance drop due to byte-swapping.
13167                 Tested on i386 and ppc32. 
13168                 Fixes bug #159 (The index file, in the mailboxes, is 
13169                 hardware depending).
13170
13171                 To have the cache/mark files updated to the new little-
13172                 endian format, "Check for new messages" or even
13173                 "Rebuild folder tree" aren't enough. Files will be
13174                 updated as soon as a folder has been opened/closed.
13175                 To update everything, just select all folders by
13176                 selecting them one by one.
13177
13178 2005-07-07 [colin]      1.9.12cvs28
13179
13180         * src/imap.c
13181                 Remember the folder separator per IMAPFolder
13182                 instead of globally.
13183                 Revive the Session on noop; fixes bug #761
13184                 (mark a bunch of unread messages as read takes 
13185                 forever)
13186
13187 2005-07-07 [darko]      1.9.12cvs27
13188
13189         * src/common/template.c
13190                 Sort templates alphabetically
13191
13192 2005-07-06 [colin]      1.9.12cvs26
13193
13194         * src/imap.c
13195                 Try to use the correct separator in
13196                 most cases. Possibly fixes bug #759
13197                 (only creates the INBOX folder when 
13198                 setting up new IMAP account) and 
13199                 bug #760 (Can't retrieve messages)
13200
13201 2005-07-06 [colin]      1.9.12cvs25
13202
13203         * src/imap.c
13204                 Use real_path in status command. This will
13205                 help later, when namespaces will be used.
13206
13207 2005-07-06 [colin]      1.9.12cvs24
13208
13209         * configure.ac
13210         * src/account.c
13211         * src/folder.c
13212         * src/imap.c
13213         * src/etpan/etpan-log.c
13214         * src/etpan/etpan-thread-manager.c
13215         * src/etpan/imap-thread.c
13216                 Add a --disable-libetpan parameter. With this,
13217                 users that don't want IMAP4 support can avoid
13218                 the new dependancy (and have no IMAP support).
13219                 Users that have IMAP4 accounts and use this
13220                 parameter won't lose their configuration, their
13221                 IMAP accounts will just be invisible and not
13222                 used.
13223         * src/textview.c
13224                 Make the "Copy ..." contextual menu items 
13225                 copy to both the X clipboard and the gtk 
13226                 clipboard - as most other apps do.
13227         * src/gtk/about.c
13228                 Add a notice about OpenSSL usage, in order to
13229                 comply with OpenSSL's license (point 6):
13230                 http://www.openssl.org/source/license.html
13231
13232 2005-07-06 [colin]      1.9.12cvs23
13233
13234         * src/alertpanel.c
13235                 Fix a minimum size for alertpanels
13236         * src/compose.c
13237                 Show 'No space left on device' type errors
13238                 when queuing/sending
13239         * src/imap_gtk.c
13240         * src/mh_gtk.c
13241                 Rework folder's deletion message (remove 
13242                 extra \n)
13243
13244 2005-07-05 [colin]      1.9.12cvs22
13245
13246         * src/imap.c
13247                 Add an alertpanel on auth error
13248                 Add pseudo-log
13249                 Remove pthread-related stuff
13250
13251 2005-07-05 [colin]      1.9.12cvs21
13252
13253         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13254                 Fix crash on plugin reloading (with a hack)
13255
13256 2005-07-05 [colin]      1.9.12cvs20
13257
13258         * src/prefs_account.c
13259         * src/prefs_account.h
13260                 Fix typo
13261         * src/gtk/filesel.c
13262         * src/gtk/filesel.h
13263                 Add a way to filter the view
13264         * src/gtk/pluginwindow.c
13265                 Filter loadable stuff
13266         * src/plugins/pgpmime/prefs_gpg.c
13267                 Fix missing unregistration
13268         * .cvsignore
13269         * src/etpan/.cvsignore
13270         * src/plugins/spamassassin/.cvsignore
13271                 Add more stuff to cvs ignored files
13272
13273 2005-07-04 [colin]      1.9.12cvs19
13274
13275         * src/imap.c
13276                 Fix scan_required returning FALSE when it
13277                 shouldn't. Maybe fix #760 (Can't retrieve
13278                 messages)
13279
13280 2005-07-04 [colin]      1.9.12cvs18
13281
13282         * src/summaryview.c
13283                 Fix always_show_msg pref
13284
13285 2005-07-04 [paul]       1.9.12cvs17
13286
13287         sync with main (forgotten in last commit)
13288         
13289         * src/common/utils.c
13290         * src/common/utils.h
13291                 check_line_length(): new.
13292                 is_dir_exist()
13293                 is_file_entry_exist()
13294                 dirent_is_regular_file()
13295                 dirent_is_directory(): use g_file_test() instead of stat().
13296
13297 2005-07-04 [paul]       1.9.12cvs16
13298
13299         sync with main:
13300
13301         * src/compose.c
13302                 compose_write_to_file(): check for line
13303                 length limit and display warning if exceeds
13304         * src/jpilot.c
13305                 use get_home_dir() instead of g_get_home_dir()
13306         * src/procheader.c
13307                 removed warning about invalid date
13308         * src/vcard.c
13309                 use get_home_dir() instead of g_get_home_dir()
13310
13311 2005-07-04 [paul]       1.9.12cvs15
13312
13313         * src/stock_pixmap.c
13314                 fix new pixmap naming errors
13315                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13316
13317 2005-07-04 [colin]      1.9.12cvs14
13318
13319         * src/imap.c
13320                 Fix debugging string with a warning
13321
13322 2005-07-04 [colin]      1.9.12cvs13
13323
13324         * configure.ac
13325                 Add a check for libetpan's version (>= 0.37)
13326
13327 2005-07-04 [hoa]        1.9.12cvs12
13328
13329         * commitHelper
13330         * src/imap.c
13331         * src/etpan/imap-thread.c
13332         * src/etpan/imap-thread.h
13333                 fixed IMAP implementation of check of mails.
13334
13335 2005-07-03 [hoa]        1.9.12cvs11
13336
13337         * src/etpan/Makefile.am
13338         * src/etpan/etpan-errors.h
13339         * src/etpan/etpan-log.[ch]
13340         * src/etpan/etpan-thread-manager-types.h
13341         * src/etpan/etpan-thread-manager.[ch]
13342         * src/etpan/imap-thread.[ch]
13343         * src/Makefile.am
13344         * src/imap.c
13345         * src/main.c
13346         * src/prefs_other.c
13347         * configure.ac
13348             merged imap branch.
13349             dependency on libetpan 0.37 is now added.
13350
13351 2005-07-01 [colin]      1.9.12cvs10
13352
13353         * src/Makefile.am
13354         * src/folder.c
13355         * src/folder.h
13356         * src/folderview.c
13357         * src/stock_pixmap.c
13358         * src/stock_pixmap.h
13359         * src/plugins/trayicon/trayicon.c
13360                 Add marked symbol on folders containing
13361                 marked messages
13362         * src/procmsg.c
13363         * src/procmsg.h
13364         * src/toolbar.c
13365         * src/prefs_common.c
13366         * src/prefs_common.h
13367         * src/prefs_send.c
13368                 Add an optional confirmation dialog on queue
13369                 sending. Patch by wwp.
13370         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13371         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13372         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13373         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13374         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13375         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13376         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13377         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13378         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13379         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13380         * src/pixmaps/trash_mark.xpm            ** ADDED **
13381                 New pixmaps
13382
13383 2005-07-01 [colin]      1.9.12cvs9
13384
13385         * src/summaryview.c
13386                 Fix a little threading bug
13387         * src/addrgather.c
13388         * src/mainwindow.c
13389                 A little bit of HIG normality never hurts
13390
13391 2005-07-01 [colin]      1.9.12cvs8
13392
13393         * src/compose.c
13394         * src/msgcache.c
13395         * src/pop.c
13396         * src/procmime.c
13397         * src/recv.c
13398         * src/common/log.c
13399         * src/common/template.c
13400         * src/common/utils.c
13401         * src/common/utils.h
13402                 Reverted the fwrite_atomic stuff. In fact
13403                 it is already atomic.
13404
13405 2005-06-30 [colin]      1.9.12cvs7
13406
13407         * src/common/utils.c
13408         * src/common/utils.h
13409                 Add an fwrite_atomic() function to make
13410                 sure we write everything: fwrite can make
13411                 short writes.
13412         * src/compose.c
13413         * src/msgcache.c
13414         * src/pop.c
13415         * src/procmime.c
13416         * src/recv.c
13417         * src/common/log.c
13418         * src/common/template.c
13419                 Use that (and fix swapping of size and nmemb).
13420                 Thanks to Rich Coe for the heads up.
13421
13422 2005-06-30 [colin]      1.9.12cvs6
13423
13424         * src/addressbook.c
13425                 Optimize addressbook opening 
13426
13427 2005-06-30 [colin]      1.9.12cvs5
13428
13429         * src/summaryview.c
13430                 Remove calls to summary_step after move/copy
13431
13432 2005-06-28 [paul]       1.9.12cvs4
13433
13434         * src/alertpanel.c
13435                 wrap and make the error msg selectable
13436
13437 2005-06-28 [paul]       1.9.12cvs3
13438
13439         * src/ssl_manager.c
13440                 replace the OK button with a Close button
13441         * src/gtk/foldersort.c
13442                 use GTK_STOCK_ icons/buttons
13443
13444 2005-06-28 [colin]      1.9.12cvs2
13445
13446         * src/gedit-print.c             ** ADDED **
13447         * src/gedit-print.h             ** ADDED **
13448         * src/gtk/gtksourceprintjob.c   ** ADDED **
13449         * src/gtk/gtksourceprintjob.h   ** ADDED **
13450                 I can't believe no one had enough time to tell
13451                 me I forgot the `cvs add`
13452
13453 2005-06-27 [colin]      1.9.12cvs1
13454
13455         * src/Makefile.am
13456         * src/gtk/Makefile.am
13457         * src/messageview.c
13458         * src/procmsg.c
13459         * src/summaryview.c
13460         * configure.ac
13461                 Add optional libgnomeprint-based printing
13462         * src/mainwindow.c
13463         * src/gtk/quicksearch.c
13464                 Add an Edit/Quick search menu item to show
13465                 and focus the quicksearch
13466
13467 2005-06-27 [paul]       1.9.12
13468
13469         1.9.12 release
13470
13471         * po/ca.po
13472         * po/de.po
13473         * po/es.po
13474         * po/fr.po
13475         * po/it.po
13476         * po/ko.po
13477         * po/pt_BR.po
13478         * po/sk.po
13479         * po/zh_CN.po
13480                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13481                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13482                 SungHyun Nam, Frederico Goncalves Guimaraes,
13483                 Andrej Kacian, and Yang Guilong
13484 2005-06-26 [colin]      1.9.11cvs106
13485
13486         * src/imap_gtk.c
13487                 Forgot one file for previous fix
13488
13489 2005-06-26 [colin]      1.9.11cvs105
13490
13491         * src/folder.c
13492         * src/imap.c
13493                 Fix problems with folder operations in no_select
13494                 imap folders. it applies only to mails, and 
13495                 creation/deletion/move/renaming of folders 
13496                 should be possible
13497
13498 2005-06-26 [paul]       1.9.11cvs104
13499
13500         * src/prefs_filtering.c
13501                 replace one more GTK_STOCK_REMOVE
13502                 with GTK_STOCK_DELETE
13503
13504 2005-06-25 [colin]      1.9.11cvs103
13505
13506         * src/imap.c
13507                 Optimize get_seq_set_from_seq_list
13508                 (Patch by Ricardo) 
13509
13510 2005-06-25 [colin]      1.9.11cvs102
13511
13512         * src/mh.c
13513                 If the directory exists, but not in the
13514                 correct encoding, rename it. This should
13515                 handle old-versions-induced bugs.
13516
13517 2005-06-25 [colin]      1.9.11cvs101
13518
13519         * src/mh.c
13520                 Fix path access with extended dir names
13521                 Fixes bug #589 (SC segfaults with wrong locale
13522                 settings)
13523
13524 2005-06-25 [colin]      1.9.11cvs100
13525
13526         * src/prefs_account.c
13527         * src/prefs_account.h
13528         * src/compose.c
13529                 Add an option to encrypt replies to
13530                 encrypted messages
13531
13532 2005-06-25 [colin]      1.9.11cvs99
13533
13534         * src/compose.c
13535         * src/quote_fmt_parse.y
13536                 ... And make it work with pgpinline.
13537
13538 2005-06-25 [colin]      1.9.11cvs98
13539
13540         * src/compose.c
13541         * src/procmime.c
13542         * src/procmime.h
13543         * src/quote_fmt_parse.y
13544                 o Make reedition of encrypted messages possible
13545                   (as long as it is encrypted to self too, no
13546                    magic there)
13547                 o Make replying with quote (and without selecting
13548                   text) possible for encrypted messages.
13549                 Closes bug #550 (Not possible to "reply with quote"
13550                 to gnupg encrypted messages)
13551
13552 2005-06-24 [paul]       1.9.11cvs97
13553
13554         * src/imap.c
13555                 add missing include
13556
13557 2005-06-24 [paul]       1.9.11cvs96
13558
13559         * src/editldap.c
13560                 made bind password entry invisible
13561                 (sync with main)
13562         * src/send_message.c
13563                 send_message_local(): check exit status
13564                 to detect errors (sync with main)
13565         * src/textview.c
13566                 use main's less ambiguous popup menu
13567                 wording
13568
13569 2005-06-24 [paul]       1.9.11cvs95
13570
13571         * src/prefs_actions.c
13572         * src/prefs_customheader.c
13573         * src/prefs_display_header.c
13574         * src/prefs_filtering_action.c
13575         * src/prefs_matcher.c
13576         * src/prefs_template.c
13577         * src/prefs_toolbar.c
13578                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13579         * src/gtk/description_window.c
13580                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13581
13582 2005-06-23 [colin]      1.9.11cvs94
13583
13584         * src/summaryview.c
13585                 Fix rough edges (be sure to call status_show whenever
13586                 necessary).
13587
13588 2005-06-23 [colin]      1.9.11cvs93
13589
13590         * src/summaryview.c
13591                 Optimize Select All
13592                 Before, in a 5K mails folder: 11s
13593                 After, in the same folder: 58000µs
13594                 The joys of locking... gtk_clist_select_all() fires a 
13595                 tree-select-row event for each selected row, which in 
13596                 summaryview, callbacks summary_selected which in turn,
13597                 calls summary_status_show, which walks the selected
13598                 rows. Hence, calling gtk_clist_select_all was 
13599                 exponential. Locking the summaryview makes 
13600                 summary_selected return early.
13601
13602 2005-06-23 [colin]      1.9.11cvs92
13603
13604         * src/imap.c
13605                 Move mutex at the important place to avoid
13606                 deadlocks
13607         * src/summaryview.c
13608                 Fix Del key deleting directly instead of
13609                 moving to trash
13610
13611 2005-06-22 [colin]      1.9.11cvs91
13612
13613         * src/plugins/spamassassin/libspamc.c
13614                 As we do spagetti code with assignations in multiple
13615                 places (see _message_read_raw where out = msg = raw),
13616                 let's be sure we don't free the same pointer twice.
13617                 Should fix bug #683 (Crash in libpam at 
13618                 message_cleanup).
13619
13620 2005-06-22 [colin]      1.9.11cvs90
13621
13622         * src/compose.c
13623         * src/messageview.c
13624         * src/toolbar.c
13625                 Make toolbar's delete use the move to trash stuff;
13626                 Add gtk_widget_realize to be sure pixmaps can get
13627                 created (that may fix an old worksforme bug which
13628                 I can't find back...)
13629
13630 2005-06-22 [colin]      1.9.11cvs89
13631
13632         * src/summaryview.c
13633         * src/summaryview.h
13634         * src/mainwindow.c
13635                 Rename "Message/Delete" to "Message/Move to trash"
13636                 Add "Message/Delete..." that directly destroys the
13637                 selected messages after asking for a confirmation.
13638
13639 2005-06-22 [colin]      1.9.11cvs88
13640
13641         * src/imap.c
13642                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13643                 o Fix a deadlock (thanks Darko)
13644
13645 2005-06-22 [colin]      1.9.11cvs87
13646
13647         * src/gtk/foldersort.c
13648                 Add missing include for the i18n;
13649                 patch by Fabien Vantard
13650
13651 2005-06-21 [colin]      1.9.11cvs86
13652
13653         * src/folder.c
13654         * src/folderview.c
13655                 Respect the no_select flag
13656         * src/imap.c
13657                 Fix recursive deletion
13658         * src/imap_gtk.c
13659         * src/mh_gtk.c
13660                 Make the folder deletion's warning
13661                 more explicit
13662
13663 2005-06-21 [colin]      1.9.11cvs85
13664
13665         * src/textview.c
13666                 Prevent email addresses from spanning accross
13667                 lines - fixes bug # 646 (newline-chars in 
13668                 email addresses)
13669
13670 2005-06-20 [colin]      1.9.11cvs84
13671
13672         * src/folder.c
13673                 Be sure not to remove source if copy failed
13674
13675 2005-06-20 [colin]      1.9.11cvs83
13676
13677         * src/folderview.c
13678         * src/imap_gtk.c
13679                 remove summaryview's lock
13680         * src/imap.c
13681                 introduce threads to avoid problems when foreground tasks
13682                 interfere with background tasks
13683         * src/mh.c
13684                 prevent moving to drafts/queue
13685         * src/mimeview.c
13686                 fix leak
13687
13688 2005-06-19 [colin]      1.9.11cvs82
13689
13690         * src/imap_gtk.c
13691                 Remember that the user doesn't want to override
13692                 offline mode, for 3 seconds. It avoid presenting
13693                 him with N popups in a really short time.
13694
13695 2005-06-17 [colin]      1.9.11cvs81
13696
13697         * src/imap.c
13698                 Fix IMAP breaking on folders containing '('
13699                 (Probably won't be enough)
13700
13701 2005-06-17 [colin]      1.9.11cvs80
13702
13703         Forgotten files on 1.9.11cvs79
13704         * src/summaryview.c
13705                 Fix stepping when not immediately executing
13706         * src/imap.c
13707                 Really prevent UID FETCH 0
13708         * src/codeconv.c
13709                 Fix outgoing charset never set to utf-8
13710         * src/mh.c
13711                 Fix leak
13712
13713 2005-06-16 [colin]      1.9.11cvs79
13714
13715         * src/compose.c
13716                 Fix bug #707 (Dash splits rows)
13717                 Only wrap if we're on a line break position and
13718                 the previous one was a "white" (space) char.
13719                 Pango stuff is weird.
13720
13721 2005-06-16 [colin]      1.9.11cvs78
13722
13723         * src/imap_gtk.c
13724                 Lock summaryview while downloading messages
13725                 on user demand
13726         * src/procheader.c
13727         * src/unmime.c
13728         * src/common/utils.c
13729         * src/common/utils.h
13730                 Replace \r and \n with spaces in From and
13731                 Subject headers
13732
13733 2005-06-16 [paul]       1.9.11cvs77
13734
13735         * src/procmime.c
13736                 liberalise the mime parser
13737         * src/gtk/about.c
13738                 add text wrapping
13739
13740 2005-06-16 [paul]       1.9.11cvs76
13741
13742         * src/gtk/about.c
13743                 reworked
13744
13745 2005-06-15 [colin]      1.9.11cvs75
13746
13747         * src/compose.c
13748                 Finish header encoding fix
13749         * src/summaryview.c
13750                 Fix segfault
13751         * src/headerview.c
13752                 Fix compilation (Thanks Stephan
13753                 Sachse)
13754
13755 2005-06-15 [colin]      1.9.11cvs74
13756
13757         * Makefile.am
13758                 Install gnome2 stuff rather than gnome1, 
13759                 if both are present
13760         * src/codeconv.c
13761         * src/codeconv.h
13762         * src/compose.c
13763                 Fix headers encoding
13764         * src/folder.c
13765                 Visual progress when fetching all messages
13766         * src/folderview.c
13767         * src/summaryview.c
13768         * src/summaryview.h
13769                 Prevent changing current message while
13770                 incorporating
13771
13772 2005-06-15 [paul]       1.9.11cvs73
13773
13774         * src/gtk/gtkaspell.c
13775         * src/gtk/gtkaspell.h
13776                 fix build warnings
13777
13778 2005-06-15 [paul]       1.9.11cvs72
13779
13780         * src/prefs_filtering.c
13781                 allow reordering of filter rules by
13782                 drag n drop
13783
13784 2005-06-15 [paul]       1.9.11cvs71
13785
13786         * COPYING
13787                 updated
13788         * src/codeconv.c
13789                 replace deprecated function
13790         * src/inc.c
13791         * src/send_message.c
13792         * src/gtk/progressdialog.c
13793         * src/gtk/progressdialog.h
13794                 salvage and reuse parts of reverted sync
13795
13796 2005-06-15 [paul]       1.9.11cvs70
13797
13798         * src/inc.c
13799         * src/send_message.c
13800         * src/gtk/progressdialog.c
13801         * src/gtk/progressdialog.h
13802                 revert yesterday's sync with main
13803                 it contains deprecated functions
13804
13805 2005-06-15 [colin]      1.9.11cvs69
13806
13807         * src/headerview.c
13808                 Fix bug #670 (multi user to: will corrupt message 
13809                 headers display)
13810
13811 2005-06-15 [colin]      1.9.11cvs68
13812
13813         * src/compose.c
13814                 Fix bug #421 (Fix undo on wrapping)
13815
13816 2005-06-15 [colin]      1.9.11cvs67
13817
13818         * src/folder.c
13819                 Provide visual feedback while processing
13820                 folder's rules.
13821         * src/imap.c
13822                 Provide visual feedback while getting
13823                 short headers (for uncached messages)
13824
13825
13826 2005-06-14 [paul]       1.9.11cvs66
13827
13828         * src/account.c
13829                 change a couple stock icons
13830         * src/inc.c
13831         * src/send_message.c
13832         * src/gtk/progressdialog.c
13833         * src/gtk/progressdialog.h
13834                 sync main's GtkTreeView implementation
13835
13836 2005-06-14 [colin]      1.9.11cvs65
13837
13838         * src/imap.c
13839                 Various little fixes, mainly on error paths
13840
13841 2005-06-13 [colin]      1.9.11cvs64
13842
13843         * matcher.c
13844         * procmsg.c
13845         * procmsg.h
13846                 Add a way to fetch only headers. This speeds
13847                 up filtering on headers for IMAP. Fixes:
13848                 bug #481 extraneous imap commands slow down 
13849                         imap filtering
13850                 bug #522 Sylpheed downloads all messages 
13851                         when opening mailbox (IMAP)
13852                 bug #677 IMAP fetch is soooooooooooooo slow
13853         * src/folder.c
13854         * src/folder.h
13855                 Add a folder set_batch method so that
13856                 implementations can speed up flags changes
13857         * src/folderutils.c
13858         * src/summaryview.c
13859                 Use that in mark as (un)read and mark all read
13860                 Refix bug #679
13861         * src/imap.c
13862                 Implement set_batch - brings back deferred
13863                 flags in a less buggy manner. Fixes:
13864                 bug #729 IMAP immediate expunge of deleted messages
13865                 bug #191 remove list of messages with one command
13866                 Fix login with strange chars
13867                 Implement fetch_msg_full
13868                 Fix copy (wrong counts)
13869
13870 2005-06-12 [colin]      1.9.11cvs63
13871
13872         * src/folder.c
13873                 lock incorporation during long operations.
13874                 Avoids fucking up the IMAP socket.
13875
13876 2005-06-12 [colin]      1.9.11cvs62
13877
13878         * src/imap.c
13879                 Fix harmful typo
13880                 Factorize remove_all_msg
13881                 Thread-ize expunge
13882         * src/summaryview.c
13883                 Don't update partial-download status if unnecessary
13884         * src/folder.c
13885                 Use remove_msgs everywhere possible
13886
13887 2005-06-12 [colin]      1.9.11cvs61
13888
13889         * src/folder.c
13890         * src/folder.h
13891                 Add a remove_msgs function to remove a 
13892                 list of messages
13893         * src/imap.c
13894                 Implement that.
13895
13896 2005-06-12 [colin]      1.9.11cvs60
13897
13898         * src/imap.c
13899                 Remove flags-processing deferring... Too hard
13900                 to get it to work in all cases.
13901
13902 2005-06-11 [colin]      1.9.11cvs59
13903
13904         * src/imap.c
13905                 printf -> debug_print
13906
13907 2005-06-11 [colin]      1.9.11cvs58
13908
13909         * src/imap.c
13910                 o Fix build without USE_PTHREAD
13911                 o Factorize imap_open
13912                 o Alertpanel in case of impossible connection
13913                 o Alertpanel in case of impossible login
13914                 o Fix deferred flags processing to force a 
13915                   flush before adding some more flags to process,
13916                   but in another folder.
13917
13918 2005-06-10 [colin]      1.9.11cvs57
13919
13920         * src/imap.c
13921                 o Fix a format string error
13922                 o init ssl socket outside of the thread 
13923                   (it possibly invokes gtk calls)
13924         * src/procmime.c
13925                 o Put back the buffer to its necessary size
13926                 o Fix changing a file pointer without keeping
13927                   track of it (thanks Valgrind)
13928         * src/common/smtp.c
13929                 o Fix automatic STARTTLS if login should be done
13930                   and the server only allows it after starting TLS
13931         * src/gtk/gtkinputdialog.c
13932                 o Eat GDK_Return so that the combo popup doesn't 
13933                   appear when we press Enter to validate the combo
13934                   input dialog (as seen in the Open with... dialog)
13935
13936 2005-06-10 [colin]      1.9.11cvs56
13937
13938         * src/imap.c
13939                 o A bit less debug
13940                 o Fix a crash on deletion
13941                 o Threadize imap_select (it's called outside of 
13942                   threads)
13943                 o Defer treatment of DELETED flags
13944
13945
13946 2005-06-09 [colin]      1.9.11cvs55
13947
13948         * src/imap.c
13949                 Make sure we check imap_gtk_should_override(), which
13950                 potentially calls gtk stuff, before creating thread.
13951                 That way it should't be called via imap_get_session()
13952                 inside a thread.
13953
13954 2005-06-09 [colin]      1.9.11cvs54
13955
13956         * src/imap.c
13957                 o add a bit of status output
13958                 o remove some dead code
13959                 o threadize get_list_of_uids
13960                 o threadize imap_get_flags
13961                 o defer flag changing by 500ms so that they
13962                   can be batched
13963
13964
13965 2005-06-08 [colin]      1.9.11cvs53
13966
13967         * src/imap.c
13968                 Thread-ize imap_cmd_fetch
13969
13970 2005-06-08 [colin]      1.9.11cvs52
13971
13972         * src/main.c
13973                 Mmh, that broke POP3...
13974
13975 2005-06-08 [colin]      1.9.11cvs51
13976
13977         * src/main.c
13978                 Stabilize IMAP patch (thanks to Hoa)
13979
13980 2005-06-08 [colin]      1.9.11cvs50
13981
13982         * src/imap.c
13983                 Test patch to speed up imap. 
13984
13985 2005-06-08 [colin]      1.9.11cvs49
13986
13987         * src/imap_gtk.c
13988                 Warning fix
13989         * src/procmime.c
13990                 Apply patch from gentoo to use /usr/share/mime/globs if 
13991                 available, after un-breaking it
13992         * src/common/log.c
13993         * src/common/log.h
13994                 Use g_timeout for invoking hooks that possibly use gtk
13995                 calls. This should leave gtk calls in the main thread.
13996
13997 2005-06-08 [paul]       1.9.11cvs48
13998
13999         * src/codeconv.c
14000                 conv_get_outgoing_charset_str(): don't
14001                 use prefs_common setting
14002         * src/compose.c
14003         * src/compose.h
14004                 add /Options/Character encoding/... to
14005                 temporarily change the outgoing encoding
14006
14007         (belated sync with main)
14008
14009 2005-06-08 [paul]       1.9.11cvs47
14010
14011         * src/compose.c
14012                 correction to/completion of last
14013                 sync with main
14014
14015 2005-06-08 [paul]       1.9.11cvs46
14016
14017         sync with main:
14018         
14019         * src/codeconv.c
14020         * src/codeconv.h
14021                 always enabled Japanese auto-detection
14022                 if the first letters of locale string
14023                 is "ja"
14024         * src/compose.c
14025                 don't use "destroy" signal to destroy
14026                 Compose object (fix rare crashes on discard?)
14027         * src/mainwindow.c
14028         * src/messageview.c
14029         * src/prefs_send.c
14030                 added Hebrew encodings
14031         * src/sourcewindow.c
14032                 don't use "destroy" signal to destroy
14033                 objects
14034
14035 2005-06-07 [colin]      1.9.11cvs45
14036
14037         * src/summaryview.c
14038                 Add missing unlocks/locks
14039
14040 2005-06-07 [paul]       1.9.11cvs44
14041
14042         * src/summaryview.c
14043                 restore bug #749 fix
14044
14045 2005-06-06 [colin]      1.9.11cvs43
14046
14047         * src/summaryview.c
14048                 Fix selection bug when prefs_common.open_unread 
14049                 is FALSE
14050
14051 2005-06-06 [colin]      1.9.11cvs42
14052
14053         * src/common/md5.c
14054                 Fix a warning
14055         * src/summaryview.c
14056         * src/folderview.c
14057                 Factorize long operations beginning and end
14058                 (locking, freezing/thawing, cursor, ...)
14059                 Check selection->data member in selection-
14060                 related loops; this avoids dying an awful
14061                 death if the selection changes on us while
14062                 we're marking a whole IMAP folder unread, 
14063                 for example.
14064
14065 2005-06-06 [paul]       1.9.11cvs41
14066
14067         * src/textview.c
14068                 don't g_free() a static gchar buffer
14069
14070 2005-06-05 [colin]      1.9.11cvs40
14071
14072         * src/mainwindow.c
14073         * src/messageview.c
14074         * src/summaryview.c
14075                 Fix bug #749 (Show all headers should be
14076                 sticky as the GUI suggests)
14077
14078 2005-06-03 [paul]       1.9.11cvs39
14079
14080         * src/compose.c
14081                 don't allow editing of mail while sending.
14082                 patch by Colin
14083
14084 2005-06-03 [paul]       1.9.11cvs38
14085
14086         * src/folderview.c
14087                 add a freeze/thaw to speed up 'mark all read'
14088
14089 2005-06-03 [paul]       1.9.11cvs37
14090
14091         * src/prefs_message.c
14092                 reflect changes immediately
14093
14094 2005-06-02 [colin]      1.9.11cvs36
14095
14096         * po/POTFILES.in
14097                 Patch by Fabien Vantard.
14098
14099 2005-06-02 [colin]      1.9.11cvs35
14100
14101         * src/imap.c
14102                 Use a non-blocking imap_getline() if possible.
14103                 This should completely prevent the interface
14104                 from freezin on imap operations, although it
14105                 may do strange stuff in case of folder switching
14106                 while a big imap operation is taking place...
14107
14108                 In addition, fix a leak in the case thread
14109                 creation fails on connection.
14110
14111 2005-06-02 [colin]      1.9.11cvs34
14112
14113         * src/crash.c
14114         * src/prefs_common.h
14115                 Fix build (prefs_common_init() doesn't exist
14116                 anymore)
14117
14118 2005-06-02 [colin]      1.9.11cvs33
14119
14120         * src/prefs_account.c
14121                 Fix bug #245 (filtering rules broken when
14122                 renaming a remote account (imap4 or nntp)
14123
14124 2005-06-02 [colin]      1.9.11cvs32
14125
14126         * src/imap.c
14127                 Try to fix IMAP shortcomings: 
14128                 o Multithread imap_open()
14129                 o allow offline-mode overriding instead of
14130                   just returning NULL
14131         * src/imap_gtk.c
14132         * src/imap_gtk.h
14133                 Add a function to ask whether we want to
14134                 override offline-mode for 10 minutes (one-shot
14135                 asking was painful)
14136         * src/procheader.c
14137                 Fix segfault when imap parser isn't happy about
14138                 a missing {
14139
14140 2005-06-01 [colin]      1.9.11cvs31
14141
14142         * src/addrharvest.c
14143         * src/compose.c
14144         * src/mbox.c
14145         * src/mbox.h
14146         * src/mh.c
14147         * src/msgcache.c
14148         * src/send_message.c
14149         * src/setup.c
14150         * src/undo.c
14151         * src/common/hooks.c
14152         * src/common/prefs.c
14153         * src/common/template.c
14154         * src/common/utils.c
14155         * src/gtk/gtkutils.c
14156         * src/gtk/inputdialog.c
14157         * src/gtk/menu.c
14158         * src/gtk/pluginwindow.c
14159         * src/gtk/prefswindow.c
14160         * src/plugins/pgpmime/passphrase.c
14161         * src/plugins/pgpmime/prefs_gpg.c
14162                 More -Wall fixes
14163
14164         * src/common/Makefile.am
14165         * src/common/timing.h
14166                 Add basic timing code
14167
14168         * src/summaryview.c
14169                 Fix a bug with unread messages when 
14170                 re-sorting folders, and by the way
14171                 fix a big performance hit when 
14172                 re-sorting (10k mails: before 5s,
14173                 after .5s)
14174
14175         * src/prefs_compose_writing.c
14176         * src/prefs_compose_writing.h
14177         * src/prefs_message.c
14178         * src/prefs_message.h
14179         * src/prefs_other.c
14180         * src/prefs_other.h
14181         * src/prefs_quote.c
14182         * src/prefs_quote.h
14183         * src/prefs_receive.c
14184         * src/prefs_receive.h
14185         * src/prefs_send.c
14186         * src/prefs_send.h
14187         * src/prefs_summaries.c
14188         * src/prefs_summaries.h
14189                 Fix copyright banner
14190
14191 2005-06-01 [paul]       1.9.11cvs30
14192
14193         * po/fi.po
14194                 updated by Flammie Pirinen
14195         * src/procmime.c
14196                 fix 'Bad BASE64 content' output
14197
14198 2005-05-31 [colin]      1.9.11cvs29
14199
14200         * src/procmime.c
14201                 Oops, where did my hunk go.
14202
14203 2005-05-31 [colin]      1.9.11cvs28
14204
14205         * src/Makefile.am
14206         * src/account.c
14207         * src/action.c
14208         * src/addr_compl.c
14209         * src/addressbook.c
14210         * src/codeconv.c
14211         * src/compose.c
14212         * src/export.c
14213         * src/folder.c
14214         * src/folderview.c
14215         * src/image_viewer.c
14216         * src/main.c
14217         * src/mainwindow.c
14218         * src/messageview.c
14219         * src/mimeview.c
14220         * src/msgcache.c
14221         * src/prefs_account.c
14222         * src/prefs_actions.c
14223         * src/prefs_common.c
14224         * src/prefs_compose_writing.c
14225         * src/prefs_customheader.c
14226         * src/prefs_ext_prog.c
14227         * src/prefs_filtering.c
14228         * src/prefs_filtering_action.c
14229         * src/prefs_fonts.c
14230         * src/prefs_image_viewer.c
14231         * src/prefs_message.c
14232         * src/prefs_message.h
14233         * src/prefs_msg_colors.c
14234         * src/prefs_other.c
14235         * src/prefs_other.h
14236         * src/prefs_quote.c
14237         * src/prefs_receive.c
14238         * src/prefs_receive.h
14239         * src/prefs_send.c
14240         * src/prefs_send.h
14241         * src/prefs_spelling.c
14242         * src/prefs_summaries.c
14243         * src/prefs_summary_column.c
14244         * src/prefs_template.c
14245         * src/prefs_themes.c
14246         * src/prefs_toolbar.c
14247         * src/prefs_wrapping.c
14248         * src/procmime.c
14249         * src/procmsg.c
14250         * src/send_message.h
14251         * src/ssl_manager.c
14252         * src/summary_search.c
14253         * src/summaryview.c
14254         * src/textview.c
14255         * src/wizard.c
14256         * src/common/smtp.c
14257         * src/common/smtp.h
14258         * src/gtk/gtkutils.h
14259                 o Move the rest of Common prefs to new style
14260                 o Lots of -Wall warning fixes
14261                 o fix FIXME in cache memusage calculation
14262                 o Let return receipts be sent from any account
14263                 o Little cache optimisation (read)
14264                 o Fix bug #746 (don't treat commas as separators
14265                   when inside a quoted string)
14266
14267 2005-05-31 [paul]       1.9.11cvs27
14268
14269         * src/prefs_common.c
14270                 fix 'off-by-one' typo
14271
14272 2005-05-31 [paul]       1.9.11cvs26
14273
14274         * src/account.c
14275         * src/addr_compl.c
14276         * src/compose.c
14277         * src/foldersel.c
14278         * src/prefs_actions.c
14279         * src/prefs_common.c
14280         * src/prefs_common.h
14281         * src/prefs_customheader.c
14282         * src/prefs_display_header.c
14283         * src/prefs_filtering.c
14284         * src/prefs_filtering_action.c
14285         * src/prefs_matcher.c
14286         * src/prefs_summaries.c
14287         * src/prefs_summary_column.c
14288         * src/prefs_template.c
14289         * src/prefs_toolbar.c
14290         * src/ssl_manager.c
14291         * src/gtk/pluginwindow.c
14292         * src/gtk/prefswindow.c
14293         * src/gtk/progressdialog.c
14294                 add hidden prefs 'enable_rules_hint'
14295                 for gtk_tree_view_set_rules_hint()
14296                 (sync with main)
14297                 
14298
14299 2005-05-31 [colin]      1.9.11cvs25
14300
14301         * src/Makefile.am
14302         * src/main.c
14303         * src/prefs_common.c
14304         * src/prefs_summaries.c ** ADDED **
14305         * src/prefs_summaries.h ** ADDED **
14306                 Common/Display -> Display/Summaries
14307
14308 2005-05-31 [colin]      1.9.11cvs24
14309
14310         * src/Makefile.am
14311         * src/main.c
14312         * src/prefs_quote.c ** ADDED **
14313         * src/prefs_quote.h ** ADDED **
14314                 Move Common/Quote to Compose/Quoting
14315         * src/prefs_common.c
14316         * src/prefs_common.h
14317                 Remove old quote stuff, add
14318                 convenience functions for GtkTextView prefs
14319         * src/gtk/prefswindow.c
14320                 Set default height higher
14321
14322 2005-05-30 [colin]      1.9.11cvs23
14323
14324         * src/Makefile.am
14325         * src/main.c
14326         * src/prefs_common.c
14327         * src/prefs_compose_writing.c ** ADDED **
14328         * src/prefs_compose_writing.h ** ADDED **
14329                 Move Common/Compose prefs to Compose/Writing
14330
14331 2005-05-30 [colin]      1.9.11cvs22
14332
14333         * src/common/utils.c
14334                 Fix bug #651 (Confused Attract by Subject)
14335                 Patch by M. Benkmann <haferfrost@web.de>
14336         * AUTHORS
14337
14338 2005-05-30 [colin]      1.9.11cvs21
14339
14340         * src/compose.c
14341                 Fix concatenation of different headers of
14342                 the same type (bug #645)
14343         * src/prefs_folder_item.c
14344                 Fix bug #699 (setting color to black doesn't
14345                 work immediately)
14346         * src/procmime.c
14347                 Print out decoding error only once per
14348                 block
14349
14350 2005-05-30 [paul]       1.9.11cvs20
14351
14352         * src/common/template.c
14353                 fix Bcc
14354
14355 2005-05-30 [paul]       1.9.11cvs19
14356
14357         * doc/src/rfc2368.txt   **NEW FILE**
14358         * src/compose.c
14359                 compose_entries_set(): don't interpret Bcc
14360                 header field (conform to RFC 2368)
14361                 (sync with main)
14362
14363 2005-05-29 [colin]      1.9.11cvs18
14364
14365         * src/prefs_common.c
14366                 Let the default reply format respect
14367                 netiquette by cutting the signature.
14368
14369 2005-05-29 [colin]      1.9.11cvs17
14370
14371         * src/summaryview.c
14372                 Don't let always_show_msg override
14373                 open_unread_on_enter when opening a new
14374                 directory.
14375
14376 2005-05-27 [paul]       1.9.11cvs16
14377
14378         sync with main:
14379
14380         * src/main.c
14381                 app_will_exit(): cleanup tmp directory when exit
14382         * src/message_search.c
14383                 improved the interface and made code cleanup.
14384                 removed Clear button
14385         * src/send_message.c
14386                 send_message_local(): use GSpawn, and detect errors
14387         * src/summary_search.c
14388                 improved the interface and made code cleanup
14389         * src/textview.c
14390                 textview_write_link(): also skip non-ascii space
14391                  at the head of link strings (phishing check
14392                  didn't work at the case)
14393         * src/common/utils.c
14394                 get_command_output(): use g_spawn_command_line_sync()
14395                 instead of popen()
14396
14397 2005-05-26 [colin]      1.9.11cvs15
14398
14399         * src/folder.c
14400                 remove printf
14401
14402 2005-05-26 [colin]      1.9.11cvs14
14403
14404         * src/common/nntp.c
14405                 Fix nntp mode reader (bug #611)
14406                 Patch by Florian Mickler <florian@mickler.org>
14407
14408 2005-05-26 [colin]      1.9.11cvs13
14409
14410         * src/plugins/pgpmime/passphrase.c
14411                 Fix mouse grabbing (bug #557)
14412
14413 2005-05-26 [colin]      1.9.11cvs12
14414
14415         * src/prefs_themes.c
14416                 Fix g_warning (bug #541)
14417
14418 2005-05-26 [colin]      1.9.11cvs11
14419
14420         * src/prefs_actions.c
14421         * src/prefs_template.c
14422                 Fix bug #506 (no warning if action/template
14423                 is not saved)
14424         * src/common/template.c
14425                 Fix a possible crash
14426
14427 2005-05-26 [colin]      1.9.11cvs10
14428
14429         * src/folder.c
14430         * src/folderview.c
14431         * src/procmsg.c
14432         * src/summaryview.c
14433                 Forbid locked messages to be moved or
14434                 deleted. Locked messages in trashes 
14435                 still get deleted, for performance
14436                 reason (mh.c::mh_remove_all_msgs)
14437
14438 2005-05-25 [colin]      1.9.11cvs9
14439
14440         * src/procmime.c
14441                 Use correct encoding when sending mails
14442                 with attachments that have accentued 
14443                 chars in their name
14444
14445 2005-05-24 [colin]      1.9.11cvs8
14446
14447         * src/summaryview.c
14448                 Fix bug #688 f) read/unread marker not
14449                 changed on first click
14450                 Also, optimize summary_status_show()
14451                 calls
14452         * src/folder.c
14453         * src/inc.c
14454         * src/procmime.c
14455                 Fix bug #688 b) and c) wrt message
14456                 attachments and signature
14457         * src/stock_pixmap.c
14458         * src/stock_pixmap.h
14459         * src/stock_pixmap.c
14460         * src/stock_pixmap.h
14461         * src/Makefile.am
14462         * src/pixmaps/clip_gpg_signed.xpm
14463                 Add clip/signed icon
14464
14465 2005-05-24 [colin]      1.9.11cvs7
14466
14467         * src/folder_item_prefs.c
14468                 whitespace fix
14469
14470 2005-05-24 [colin]      1.9.11cvs6
14471
14472         * src/folderview.c
14473         * src/prefs_common.c
14474         * src/prefs_common.h
14475                 Add a confirmation to folder drag and drop
14476                 fixes bug #156
14477         * src/alertpanel.c
14478         * src/alertpanel.h
14479                 fix _with_disable parameters so that
14480                 the buttons labels are specifiable too
14481         * src/plugins/pgpmime/sgpgme.c
14482                 reflect said change
14483                 
14484
14485 2005-05-24 [colin]      1.9.11cvs5
14486
14487         * src/folderview.c
14488                 Uncollapse/collapse folders on double-click
14489                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14490                 closes bug #108
14491
14492 2005-05-23 [colin]      1.9.11cvs4
14493
14494         * src/common/socket.c
14495                 Check another special SSL_peek() error.
14496                 Should help wrt bug #728
14497
14498 2005-05-23 [colin]      1.9.11cvs3
14499
14500         * src/plugins/pgpmime/pgpmime.c
14501                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14502                 breaking menu accelerators and stuff. Users will have to
14503                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14504                 account's privacy preferences if needed.
14505
14506 2005-05-22 [paul]
14507
14508         * tools/kdeservicemenu/install.sh
14509                 use kdesu to prompt for root password if doing
14510                 global install/uninstall
14511
14512 2005-05-20 [colin]      1.9.11cvs2
14513
14514         * src/procmsg.c
14515                 Fix another compilation error with gcc-2.9x
14516                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14517         * src/send_message.c
14518                 Don't send QUIT if we aren't connected
14519
14520 2005-05-19 [colin]      1.9.11cvs1
14521
14522         * src/procmsg.c
14523                 Fix compilation with gcc 2.9x
14524
14525 2005-05-19 [paul]       1.9.11
14526
14527         1.9.11 released
14528
14529 2005-05-19 [paul]       1.9.9cvs14
14530
14531         * src/gtk/inputdialog.c
14532                 prevent gettext warning
14533
14534 2005-05-19 [paul]       1.9.9cvs13
14535
14536         * src/mainwindow.c
14537         * src/prefs_common.c
14538         * src/prefs_common.h
14539         * src/textview.c
14540         * src/textview.h
14541                 add an option to toggle cursor in message
14542                 view (sync with main)
14543
14544 2005-05-18 [colin]      1.9.9cvs12
14545
14546         * src/compose.c
14547                 Dereference freed pointer
14548         * src/gtk/gtkaspell.c
14549                 Fix duplication of dictionaries (is it an aspell issue?)
14550
14551 2005-05-18 [colin]      1.9.9cvs11
14552
14553         * src/gtk/inputdialog.c
14554         * src/gtk/gtkaspell.c
14555                 HIGuify dialogs
14556         * src/alertpanel.c
14557                 Remove a double call
14558
14559 2005-05-17 [colin]      1.9.9cvs10
14560
14561         * src/gtk/gtkaspell.c
14562                 Fix dialogs, Ctrl-Enter accel
14563
14564 2005-05-17 [colin]      1.9.9cvs9
14565
14566         * src/gtk/gtkaspell.c
14567                 Fix some accelerators, escape in replace-window
14568
14569 2005-05-16 [colin]      1.9.9cvs8
14570
14571         * src/gtk/gtkaspell.c
14572                 Revert last commit, it was a mistake.
14573
14574 2005-05-16 [colin]      1.9.9cvs7
14575
14576         * src/gtk/gtkaspell.c
14577                 Remove buggy code while we're at it. It's a 
14578                 dead code path anyway.
14579
14580 2005-05-16 [colin]      1.9.9cvs6
14581
14582         * src/gtk/gtkaspell.c
14583                 Missed some gtk_menu_popup where deactivate
14584                 signal should be handled. Should fix bug
14585                 #629 a bit more.
14586
14587 2005-05-16 [colin]      1.9.9cvs5
14588
14589         * src/gtk/gtkaspell.c
14590                 Remove debug printf()s
14591
14592 2005-05-16 [colin]      1.9.9cvs4
14593
14594         * src/gtk/gtkaspell.c
14595                 Fix a bit aspell problems
14596                 (see bug #629)
14597
14598 2005-05-13 [colin]      1.9.9cvs3
14599
14600         * src/folderview.c
14601                 Fix the + appearing even when no subfolders
14602                 have unread messages. Thanks to wwp for the
14603                 bug report.
14604
14605 2005-05-11 [paul]       1.9.9cvs2
14606
14607         * src/folderview.c
14608                 correction to 1.9.9cvs1, only colour folders that
14609                 have new msgs (not unread msgs)
14610
14611 2005-05-10 [colin]      1.9.9cvs1
14612
14613         * src/folderview.c
14614         * src/summaryview.c
14615                 Try to fix bolding bugs again.
14616
14617 2005-05-09 [paul]
14618
14619         * tools/claws.i18n.status.pl
14620                 add Ricardo Mones Lastra's script that has been providing
14621                 the i18n status page for many months
14622
14623 2005-05-09 [paul]       1.9.9
14624
14625         1.9.9 release
14626
14627 2005-05-09 [paul]       1.9.6cvs58
14628
14629         * AUTHORS
14630         * INSTALL
14631         * README.claws
14632                 updated
14633         * Makefile.am 
14634         * RELEASE_NOTES.claws
14635                 add release notes to cvs to simplify release
14636                 procedure
14637         * configure.ac
14638                 add ca and fi to ALL_LINGUAS
14639         * po/Makefile.in.in
14640                 workaround for missing Makevars
14641         * po/ca.po
14642         * po/fi.po
14643                 add new Catalan and Finnish translations
14644                 submitted by Miquel Oliete and Flammie Pirinen
14645         * po/de.po
14646         * po/es.po
14647         * po/fr.po
14648         * po/it.po
14649         * po/pl.po
14650         * po/ru.po
14651         * po/sk.po
14652         * po/sr.po
14653         * po/zh_CN.po
14654                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14655                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14656                 Urke MMI, and Hansom Young
14657         * src/main.c
14658                 Fix drafting when quitting. compose_draft() closes the
14659                 compose windows, which modifies the compose_list GSList.
14660                 We have to refresh this list after echo drafting to avoid a
14661                 segfault
14662         * src/partial_download.c
14663                 fix segfault on exit
14664
14665 2005-05-06 [paul]       1.9.6cvs57
14666
14667         * src/grouplistdialog.c
14668                 quick fix/workaround for unresizeable newsgroup
14669                 name column 
14670
14671 2005-05-06 [paul]       1.9.6cvs56
14672
14673         * src/inc.c
14674         * src/mainwindow.c
14675                 use gettext plural forms
14676         * src/imap_gtk.c
14677         * src/mh_gtk.c
14678         * src/toolbar.c
14679                 small improvement to english usage
14680
14681 2005-05-05 [thorsten]   1.9.6cvs55
14682
14683         * src/folder.c
14684                 fix possible crash
14685
14686 2005-05-05 [paul]       1.9.6cvs54
14687         
14688         sync with HEAD
14689
14690         * AUTHORS
14691         * src/compose.c
14692                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14693                 patch by Tim Mann
14694
14695 2005-05-05 [paul]       1.9.6cvs53
14696
14697         * src/mainwindow.c
14698                 fix resizing of separate message and
14699                 folder views
14700
14701 2005-05-05 [paul]       1.9.6cvs52
14702
14703         * src/account.c
14704         * src/addrgather.c
14705         * src/browseldap.c
14706         * src/exphtmldlg.c
14707         * src/expldifdlg.c
14708         * src/importmutt.c
14709         * src/importpine.c
14710         * src/main.c
14711         * src/mainwindow.c
14712         * src/noticeview.c
14713         * src/prefs_filtering.c
14714         * src/prefs_filtering_action.c
14715         * src/prefs_matcher.c
14716         * src/prefs_spelling.c
14717         * src/prefs_toolbar.c
14718         * src/toolbar.c
14719         * src/wizard.c
14720         * src/gtk/description_window.c
14721         * src/gtk/gtkvscrollbutton.c
14722         * src/gtk/progressdialog.c
14723         * src/gtk/quicksearch.c
14724         * src/plugins/pgpmime/prefs_gpg.c
14725         * src/plugins/spamassassin/spamassassin_gtk.c
14726                 replace deprecated gtk_widget_set_usize
14727
14728 2005-05-04 [colin]      1.9.6cvs51
14729
14730         * src/common/utils.c
14731                 Fix crash when subst_for_filename is called
14732                 with a NULL parameter
14733
14734 2005-05-04 [colin]      1.9.6cvs50
14735
14736         * src/partial_download.c
14737         * src/pop.c
14738                 Escape login when writing uidl file
14739                 fixes bug #736
14740
14741 2005-05-03 [colin]      1.9.6cvs49
14742
14743         * src/procmime.c
14744                 Fix possible DOS in mime parser
14745                 (see bug #634)
14746
14747 2005-05-02 [colin]      1.9.6cvs48
14748
14749         * src/compose.c
14750                 Try to fix the copy/paste mess once again.
14751
14752
14753 2005-04-30 [colin]      1.9.6cvs47
14754
14755         * src/prefs_account.h
14756         * src/procmsg.c
14757         * src/send_message.c
14758         * src/common/smtp.c
14759         * src/common/smtp.h
14760                 Try to batch sending mails (per account) instead of
14761                 reconnecting to server every time.
14762
14763 2005-04-29 [colin]      1.9.6cvs46
14764
14765         * src/messageview.c
14766                 Fix window resizing that refused to size down
14767         * src/prefs_common.c
14768         * src/prefs_common.h
14769         * src/prefs_filtering.c
14770                 Save Filtering's window size
14771
14772 2005-04-21 [paul]       1.9.6cvs45
14773
14774         * ChangeLog-gtk2.claws
14775         * src/setup.c
14776                 correction to sync
14777
14778 2005-04-21 [paul]       1.9.6cvs44
14779
14780         sync with main:
14781
14782         * src/setup.c
14783         * src/statusbar.c
14784         * src/statusbar.h
14785                 use gtkut_widget_draw_now(). Improved performance
14786                 of the update of statusbar
14787         * src/textview.c
14788                 textview_smooth_scroll_do(): redraw it after scroll
14789                 is done (fixed incorrect display when a part of the
14790                 view is hidden).
14791         * src/gtk/gtkutils.c
14792         * src/gtk/gtkutils.h
14793                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14794                 to force update of widgets.
14795                 Removed gtkut_widget_wait_for_draw() which had a big
14796                 overhead  because of waiting for all events processed 
14797
14798 2005-04-20 [paul]       1.9.6cvs43
14799
14800         * src/codeconv.c
14801                 complete 1.9.6cvs42's sync:
14802                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14803
14804 2005-04-19 [paul]       1.9.6cvs42
14805
14806         sync with main:
14807
14808         * src/action.c
14809                 catch_output(): correctly select the insert text
14810                 (fix invalid iterator warnings).
14811         * src/codeconv.c
14812         * src/codeconv.h
14813         * src/mainwindow.c
14814         * src/messageview.c
14815         * src/prefs_common.c
14816                 support GBK encoding.
14817         * src/common/session.c
14818         * src/common/session.h
14819                 use separate buffer for large data to be sent,
14820                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14821
14822 2005-04-18 [paul]       1.9.6cvs41
14823
14824         * src/jpilot.c
14825                 convert unsigned long into guint32
14826                 patch by Paul LeoNerd Evans 
14827
14828 2005-04-17 [colin]      1.9.6cvs40
14829
14830         * src/compose.c
14831                 Fix 'Request return receipt' from folder
14832                 properties (bug #708)
14833
14834 2005-04-17 [colin]      1.9.6cvs39
14835
14836         * src/mainwindow.c
14837                 Fix duplicate hotkeys in Mainwindow's menu
14838
14839 2005-04-17 [colin]      1.9.6cvs38
14840
14841         * src/folderview.c
14842                 Fix duplicate hotkeys in Folderview's contextual
14843                 menu
14844
14845 2005-04-15 [colin]      1.9.6cvs37
14846
14847         * src/summaryview.c
14848                 Fix 'Save as...' with non-ascii filenames
14849
14850 2005-04-15 [colin]      1.9.6cvs36
14851
14852         * src/plugins/pgpmime/pgpmime.c
14853                 Fix bus error on 64bit. Spotted by 
14854                 macallan1888@gmail.com
14855
14856 2005-04-15 [colin]      1.9.6cvs35
14857
14858         * src/prefs_account.c
14859                 Fix cvs34.
14860
14861 2005-04-12 [colin]      1.9.6cvs34
14862
14863         * src/prefs_account.c
14864                 Fix smtp auth type off-by-one. We forgot to
14865                 add PLAIN in the prefs-to-gui setter func and
14866                 as a result, the selected auth when opening
14867                 account prefs was not the correct one.
14868
14869 2005-04-12 [paul]       1.9.6cvs33
14870
14871         * src/inc.c
14872                 if the recv dialog is visible, Cancel only
14873                 cancels the current account
14874
14875
14876 2005-04-10 [colin]      1.9.6cvs32
14877
14878         * src/filtering.c
14879                 Copy score when copying FilteringActions
14880                 Fix bug #674
14881
14882 2005-04-10 [colin]      1.9.6cvs31
14883
14884         * src/inc.c
14885                 Make Message -> Receive -> Cancel cancel 
14886                 incorporation on all accounts. Fixes
14887                 bug #693
14888
14889 2005-04-10 [colin]      1.9.6cvs30
14890
14891         * src/prefs_account.c
14892                 Update Privacy checkbuttons status based
14893                 on the selected privacy system
14894         * src/compose.c
14895                 Always connect the "None" privacy system; the
14896                 static boolean was probably there to avoid
14897                 reconnecting twice in the same compose window,
14898                 but as the parent function is only called once
14899                 per compose, it's only a bug - as a static is
14900                 initialized once per application instance.
14901                 Also, don't uncheck Sign and Encrypt when
14902                 selecting None as privacy system; just ignore
14903                 them when sending/queuing.
14904                 Should fix bug #695
14905
14906 2005-04-08 [colin]      1.9.6cvs29
14907
14908         * src/account.c
14909         * src/prefs_account.c
14910         * src/prefs_account.h
14911                 Add account preference to queue message in a certain
14912                 folder.
14913
14914 2005-04-06 [colin]      1.9.6cvs28
14915
14916         * src/prefs_account.c
14917                 Update old inbox path syntax
14918
14919 2005-04-06 [paul]       1.9.6cvs27
14920
14921         sync with main:
14922
14923         * configure.ac
14924                 changed -traditional-cpp to -no-cpp-precomp for newer
14925                 Mac OS X support
14926         * src/foldersel.c
14927                 made column resize automatically
14928         * src/send_message.c
14929                 send_message_smtp(): consider EOF right after QUIT
14930                 successful (workaround for Gmail SMTP server)
14931         * src/common/socket.c
14932                 ssl_read(), ssl_peek(): check EOF which violates the
14933                 SSL protocol
14934         * src/gtk/colorlabel.c
14935                 removed warnings when displaying colorlabel menu
14936                 (don't use GtkAlignment)
14937
14938 2005-04-05 [paul]       1.9.6cvs26
14939
14940         * src/plugins/trayicon/trayicon.c
14941                 fix clipping of icon under KDE3 
14942
14943 2005-04-05 [paul]       1.9.6cvs25
14944
14945         * src/summaryview.c
14946                 hide display of threading
14947                 patch by Alfons
14948
14949 2005-04-04 [thorsten]   1.9.6cvs24
14950
14951         * src/mh.c
14952                 marks lost on filesystems with different stat() results on
14953                 summer-/wintertime
14954
14955 2005-04-03 [colin]      1.9.6cvs23
14956
14957         * src/summaryview.c
14958                 Don't handle up/down. Patch by Alfons
14959
14960 2005-04-02 [colin]      1.9.6cvs22
14961
14962         * src/summaryview.c
14963                 Make scrolling faster. Patch by Alfons.
14964
14965 2005-04-01 [colin]      1.9.6cvs21
14966
14967         * src/Makefile.am
14968         * src/stock_pixmap.c
14969         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14970         * src/pixmaps/dir_noselect.xpm ** ADDED **
14971                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14972
14973 2005-04-01 [colin]      1.9.6cvs20
14974
14975         * src/image_viewer.c
14976         * src/image_viewer.h
14977         * src/procmime.c
14978         * src/procmime.h
14979         * src/textview.c
14980         * src/textview.h
14981                 Implement inline image resizing and right-clicking
14982
14983 2005-04-01 [paul]       1.9.6cvs19
14984
14985         * AUTHORS
14986         * Makefile.am
14987         * configure.ac
14988                 check for gnome2
14989                 patch by Luca Cavalli <loopback<AT>slackit.org>
14990         * po/ru.po
14991                 updated by Pavlo Bohmat
14992
14993 2005-03-31 [colin]      1.9.6cvs18
14994
14995         * src/news.c
14996                 Fix parsing references
14997         * src/msgcache.c
14998                 don't put nulls in the references list
14999         * src/procheader.c
15000                 commit that forgotten file in 1.9.6cvs14
15001
15002 2005-03-31 [colin]      1.9.6cvs17
15003
15004         * src/compose.c
15005                 Fix joining of signature separator again. 
15006                 Maybe Hiro could put it in main too...
15007
15008 2005-03-31 [colin]      1.9.6cvs16
15009
15010         * src/Makefile.am
15011         * src/foldersel.c
15012         * src/stock_pixmap.c
15013         * src/stock_pixmap.h
15014         * src/pixmaps/dir-noselect.xpm
15015                 Update foldersel.c (sync from main, patch by Alfons)
15016
15017 2005-03-30 [colin]      1.9.6cvs15
15018
15019         * src/imap.c
15020                 Fix handling of imap folders containing [] in 
15021                 their name. Thanks to Nahuel Angelinetti for
15022                 the detailed bugreport.
15023
15024 2005-03-30 [colin]      1.9.6cvs14
15025
15026         * src/common/utils.h
15027         * src/common/utils.c
15028         * src/common/defs.h
15029         * src/matcher.c
15030         * src/msgcache.c
15031         * src/news.c
15032         * src/procmsg.c
15033         * src/procmsg.h
15034         * src/quote_fmt_parse.y
15035         * src/summaryview.c
15036                 Update references system. Patch by Alfons
15037
15038 2005-03-30 [colin]      1.9.6cvs13
15039
15040         * src/common/socket.c
15041                 Force the glibc to read resolv.conf again when 
15042                 it has changed. Should fix issues when changing
15043                 networks on a laptop and not restarting sylpheed. 
15044
15045 2005-03-30 [paul]       1.9.6cvs12
15046
15047         partial sync with main:
15048
15049         * src/action.c
15050                 create_io_dialog(): use user-defined text font
15051                 (thanks to Alfons), and modified its appearance.
15052         * src/addrgather.c
15053         * src/addrharvest.c
15054         * src/browseldap.c
15055                 replace old code
15056         * src/compose.c
15057                 don't join (presumably) itemized lines on line-wrapping
15058                 fixed wrapping of quote when auto-wrapping is enabled
15059                 compose_destroy(): destroy paned only if it's not
15060                 attached to window. Fixed memory leak of popup menu.
15061         * src/exphtmldlg.c
15062         * src/expldifdlg.c
15063                 replace old code
15064         * src/html.c
15065         * src/html.h
15066         * src/importmutt.c
15067         * src/importpine.c
15068                 replace old code
15069         * src/main.c
15070                 removed redundant code
15071         * src/mainwindow.c
15072                 changed 'Code set' (which is rather incorrect)
15073                 in the menu to 'Character encoding'
15074                 main_window_set_widgets(): request size first
15075                 to prevent window size becoming wrong
15076                 fixed remembering of the state of the visibility
15077                 of MessageView
15078         * src/messageview.c
15079                 changed 'Code set' (which is rather incorrect)
15080                 in the menu to 'Character encoding'
15081         * src/prefs_common.c
15082         * src/prefs_common.h
15083                 added an option whether to render HTML as text or not
15084                 added separators to outgoing encoding menu
15085         * src/procheader.c
15086                 procheader_scan_date_string(): support header
15087                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
15088         * src/summaryview.c
15089         * src/summaryview.h
15090                 minor code cleanup
15091         * src/textview.c
15092                 textview_show_html(): force output of newline
15093                 added an option whether to render HTML as text or not
15094         * src/common/utils.c
15095                 strncpy2(): optimized based on Alfons' code
15096         * src/gtk/gtkutils.c
15097         * src/gtk/gtkutils.h
15098                 removed non-used code
15099         * src/plugins/pgpmime/passphrase.c
15100                 partially fixed grab input of passphrase dialog
15101                 Confine pointer to window
15102
15103 2005-03-30 [colin]      1.9.6cvs11
15104
15105         * src/msgcache.c
15106         * src/msgcache.h
15107                 Read/write 32bit ints from cache & marks
15108                 From main.
15109
15110 2005-03-29 [paul]       1.9.6cvs10
15111
15112         * AUTHORS
15113         * ChangeLog.claws
15114         * src/compose.c
15115         * src/gtk/gtkaspell.c
15116                 sync with HEAD (don't pass NULL pointers) 
15117
15118 2005-03-24 [paul]
15119
15120         * tools/Makefile.am
15121         * tools/README
15122         * tools/acroread2sylpheed.pl
15123                 sync with HEAD (add script to send pdfs as
15124                 attachments from Adobe Reader 7)
15125
15126 2005-03-21 [paul]       1.9.6cvs9
15127
15128         * configure.ac
15129         * po/POTFILES.in
15130         * src/Makefile.am
15131         * src/crash.c
15132         * src/image_viewer.c ** ADDED **
15133         * src/image_viewer.h ** ADDED **
15134         * src/main.c
15135         * src/prefs_common.c
15136         * src/prefs_common.h
15137         * src/prefs_image_viewer.c ** ADDED **
15138         * src/prefs_image_viewer.h ** ADDED **
15139         * src/textview.c
15140         * src/gtk/about.c
15141         * src/pixmaps/sylpheed_logo.xpm
15142         * src/plugins/Makefile.am
15143         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15144         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15145         * src/plugins/image_viewer/plugin.c ** REMOVED **
15146         * src/plugins/image_viewer/viewer.c ** REMOVED **
15147         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15148         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15149         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15150         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15151         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15152                 as gdk-pixbuf is now built-in
15153                 remove image_viewer plugin and put code back into
15154                 main codebase
15155                 implement inline image display (sync with main)
15156
15157                 replace logo with newer, nicer, larger version  
15158
15159 2005-03-21 [paul]       1.9.6cvs8
15160
15161         * src/gtk/about.c
15162                 cosmetic improvement
15163
15164 2005-03-21 [holger]     1.9.6cvs7
15165
15166         * src/plugins/spamassassin/spamassassin.c
15167                 Sync with HEAD
15168                 (unregister hook on failed plugin init)
15169
15170 2005-03-20 [colin]      1.9.6cvs6
15171
15172         * src/common/plugin.c
15173                 Check that plugin isn't already loaded
15174                 Patch by Alfons
15175
15176 2005-03-20 [thorsten]   1.9.6cvs5
15177
15178         * src/compose.c
15179                 use a more compatible syntax
15180
15181 2005-03-20 [thorsten]   1.9.6cvs4
15182
15183         * src/prefs_toolbar.c
15184                 fix crash when selecting toolbar item (uninitialized pointer)
15185
15186 2005-03-20 [thorsten]   1.9.6cvs3
15187
15188         * src/procmime.c
15189                 fix mimetype detection (referenced free()d string)
15190
15191 2005-03-20 [paul]       1.9.6cvs2
15192
15193         * src/compose.c
15194                 sync with HEAD (1.0.3cvs5)
15195                 neglect Reply-To header if empty
15196                 Patch by Alfons 
15197
15198 2005-03-19 [holger]     1.9.6cvs1
15199
15200         * src/summaryview.c
15201         * src/summaryview.h
15202                 Sync with HEAD
15203
15204 2005-03-18 [paul]       1.9.6
15205
15206         initial GTK2 release
15207
15208 2005-03-18 [paul]       1.0.3cvs3.1
15209
15210         * AUTHORS
15211         * ChangeLog.claws
15212         * configure.ac
15213         * src/gtk/about.c
15214         * src/pixmaps/sylpheed_logo.xpm
15215                 sync with HEAD
15216
15217 2005-03-18 [colin]      1.0.3cvs2.6
15218
15219         * src/summaryview.c
15220                 Remove call to summary_step in summary_copy_selected_to
15221                 Can't see its purpose, and this causes bug when copying
15222                 a message if the next one is unread: it reads it.
15223
15224 2005-03-18 [paul]       1.0.3cvs2.5
15225
15226         * src/foldersel.c
15227                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15228
15229 2005-03-18 [paul]       1.0.3cvs2.4
15230
15231         * src/addrharvest.c
15232         * src/codeconv.c
15233         * src/codeconv.h
15234         * src/compose.c
15235         * src/news.c
15236         * src/procheader.c
15237         * src/procmime.c
15238         * src/unmime.c
15239         * src/unmime.h
15240                 fix buffer overflow, CAN-2005-0667, see
15241                 http://secunia.com/advisories/14491/
15242                 Patch by Alfons
15243
15244 2005-03-17 [colin]      1.0.3cvs2.3
15245
15246         * src/prefs_fonts.c
15247         * src/summaryview.c
15248                 Fix font bugs (both lists now officialy share 
15249                 the same font)
15250                 
15251
15252 2005-03-17 [paul]       1.0.3cvs2.2
15253
15254         * src/gtk/pluginwindow.c
15255                 make plugin descriptions uneditable
15256
15257 2005-03-11 [paul]       1.0.3cvs2.1
15258
15259         * ChangeLog.claws
15260         * configure.ac
15261         * po/POTFILES.in
15262         * src/plugins/trayicon/trayicon.c
15263                 sync with HEAD
15264                 add src/wizard.c to POTFILES.in
15265
15266 2005-03-11 [paul]       1.0.3cvs1.1
15267
15268         * ChangeLog
15269         * ChangeLog.claws
15270         * configure.ac
15271         * po/de.po
15272         * po/es.po
15273         * po/fr.po
15274         * po/it.po
15275         * po/pt_BR.po
15276         * po/ru.po
15277         * po/sk.po
15278         * po/sr.po
15279         * po/zh_CN.po
15280                 sync with HEAD
15281
15282 2005-03-04 [colin]      1.0.1cvs22.2
15283
15284         * src/compose.c
15285                 Fix signatures with accentued chars in it
15286
15287 2005-03-04 [colin]      1.0.1cvs22.1
15288
15289         * src/common/smtp.c
15290         * src/common/smtp.h
15291                 Don't use SIZE param in MAIL FROM: if server 
15292                 doesn't support it. Patch by Eugen Freiter
15293                 <eugen_f@users.sf.net>
15294
15295 2005-02-27 [paul]       1.0.1cvs20.1
15296
15297         * ChangeLog.claws
15298         * configure.ac
15299         * src/messageview.c
15300                 sync with HEAD
15301
15302 2005-02-27 [colin]      1.0.1cvs19.4
15303
15304         * src/procheader.c
15305         * src/procheader.h
15306                 Fix prototypes. Patch by Alfons
15307
15308 2005-02-27 [colin]      1.0.1cvs19.3
15309
15310         * src/compose.c
15311                 Don't auto-join the signature separator.
15312
15313 2005-02-26 [colin]      1.0.1cvs19.2
15314
15315         * src/summaryview.c
15316                 Fix 'mark all read' with collapsed threads.
15317                 Patch by Alfons.
15318
15319 2005-02-25 [paul]       1.0.1cvs19.1
15320
15321         * ChangeLog.claws
15322         * configure.ac
15323         * src/prefs_account.c
15324         * src/prefs_folder_item.c
15325         * src/gtk/prefswindow.c
15326         * src/gtk/prefswindow.h
15327                 sync with HEAD
15328
15329 2005-02-25 [paul]       1.0.1cvs15.12
15330
15331         * src/alertpanel.c
15332         * src/codeconv.c
15333         * src/compose.c
15334         * src/textview.c
15335         * src/gtk/gtkutils.c
15336         * src/gtk/gtkutils.h
15337         * src/gtk/logwindow.c
15338         * src/gtk/progressdialog.c
15339                 sync with main (revision 127)
15340                 and fix logwindow clipping
15341
15342 2005-02-24 [colin]      1.0.1cvs15.11
15343
15344         * src/plugins/pgpmime/passphrase.c
15345                 Disable input grabbing; it doesn't work yet.
15346
15347 2005-02-24 [colin]      1.0.1cvs15.10
15348
15349         * src/messageview.c
15350                 Don't send out receipts if offline. Ask.
15351
15352 2005-02-23 [colin]      1.0.1cvs15.9
15353
15354         * src/summaryview.c     
15355                 Fix expanding
15356
15357 2005-02-23 [colin]      1.0.1cvs15.8
15358
15359         * src/summaryview.c
15360                 Really fix Bug 568 by removing useless
15361                 calls. summary_thread_init() now called
15362                 in summary_sort(). This should please
15363                 Alfons as it should be faster than 
15364                 previously.
15365
15366 2005-02-23 [colin]      1.0.1cvs15.7
15367
15368         * src/compose.c
15369                 Encode parts as QP or B64 if signing
15370
15371 2005-02-23 [colin]      1.0.1cvs15.6
15372
15373         * src/compose.c
15374                 Fix Mimeinfo leakage (including tmp files)
15375         * src/procmsg.c
15376                 Fix tmp file leakage (spotted by Ivan Rayner)
15377
15378 2005-02-22 [colin]      1.0.1cvs15.5
15379
15380         * src/expldifdlg.c
15381                 Fix keyboard input. Patch by Alfons.
15382
15383 2005-02-21 [colin]      1.0.1cvs15.4
15384
15385         * src/compose.c
15386                 Fix Sign/Encrypt when unselecting privacy
15387                 system
15388         * src/prefs_common.c
15389                 Change default message font to Monospace
15390         * src/summaryview.c
15391                 More freezing during potentially large operations
15392
15393 2005-02-21 [paul]       1.0.1cvs15.3
15394
15395         * src/main.c
15396                 fix --help output
15397
15398 2005-02-21 [paul]       1.0.1cvs15.2
15399
15400         * po/Makefile.in.in
15401         * src/compose.c
15402         * src/summaryview.c
15403         * src/textview.c
15404         * src/common/utils.c
15405         * src/common/utils.h
15406                 sync with main (revision 117)
15407
15408 2005-02-20 [colin]      1.0.1cvs15.1
15409
15410         * src/common/defs.h
15411                 Change cache file to .sylpheed_claws_cache, as
15412                 suggested by Alfons. Allows people to switch
15413                 between Sylpheed and Sylpheed-Claws. it is
15414                 a good idea to "Check for new messages" at next
15415                 startup.
15416
15417
15418 2005-02-18 [colin]      1.0.1cvs14.1
15419
15420         * src/quote_fmt_lex.l
15421         * src/quote_fmt_parse.y
15422                 Fix parser initialisation. Patch by Ivan.
15423
15424 2005-02-18 [colin]      1.0.1cvs11.6
15425
15426         * src/folderview.c
15427                 Fix scrolldown (bug 662)
15428
15429 2005-02-17 [colin]      1.0.1cvs11.5
15430
15431         * src/codeconv.c
15432                 conv_filename_to_utf8: return clean 7bit instead
15433                 of broken utf8 if needed
15434         * src/mimeview.c
15435                 Fix display of parts with unclean 8bit names
15436
15437 2005-02-17 [paul]       1.0.1cvs11.4
15438
15439         * src/compose.c
15440         * src/exportldif.c
15441         * src/matcher_parser_parse.y
15442         * src/procmime.c
15443         * src/sourcewindow.c
15444         * src/common/Makefile.am
15445         * src/common/intl.h             ** REMOVED **
15446         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15447                 sync with main (revision 109)
15448                 and clean up
15449
15450 2005-02-16 [colin]      1.0.1cvs11.3
15451
15452         * src/summaryview.c
15453                 Fix collapsed thread not highlighting when new
15454                 messages in it (Bug 568) Patch by Stephan Sachse.
15455                 Fix messed up selection when reaching bounds (Bug 632)
15456         * src/prefs_themes.c
15457                 Fix theme installing (Bug 684)
15458
15459 2005-02-16 [colin]      1.0.1cvs11.2
15460
15461         * src/messageview.c
15462                 Fix messageview_select_all
15463
15464 2005-02-16 [colin]      1.0.1cvs11.1
15465
15466         * src/mh.c
15467                 Sync with HEAD (MH scan required function)
15468
15469 2005-02-15 [colin]      1.0.1cvs8.1
15470
15471         * src/mimeview.c
15472         * src/common/utils.c
15473                 Sync with HEAD (filename chars substitution)
15474
15475 2005-02-15 [colin]      1.0.1cvs7.3
15476
15477         * src/gtk/pluginwindow.c
15478                 Fix button spacing
15479
15480 2005-02-15 [colin]      1.0.1cvs7.2
15481
15482         * src/mimeview.c
15483                 Fix mime icons not reset across message when
15484                 scrolled down
15485
15486 2005-02-15 [colin]      1.0.1cvs7.1
15487
15488         * src/compose.c
15489         * src/procmime.c
15490                 Sync with HEAD (optimisation of cvs6)
15491
15492 2005-02-14 [colin]      1.0.1cvs6.1
15493
15494         * src/compose.c
15495         * src/procmime.c
15496                 Sync with HEAD (encode "From " at line beginning)
15497
15498 2005-02-14 [colin]      1.0.1cvs5.3
15499
15500         * src/compose.c
15501                 Fix wrapping with accentued chars.
15502
15503 2005-02-13 [colin]      1.0.1cvs5.2
15504
15505         * src/textview.c
15506                 Fix email informative part parsing with
15507                 accentued chars in it. ispunct() returns
15508                 true for them in utf8...
15509
15510 2005-02-12 [colin]      1.0.1cvs5.1
15511
15512         * src/filtering.c
15513                 Sync with HEAD (remove wrong use of compose after send)
15514
15515 2005-02-12 [paul]       1.0.1cvs4.5
15516
15517         * src/textview.c
15518                 remove unnecessary code (thanks to Alfons)
15519
15520 2005-02-12 [paul]       1.0.1cvs4.4
15521
15522         * src/textview.c
15523                 add 'Copy' to contextual menu on emails
15524
15525 2005-02-11 [colin]      1.0.1cvs4.3
15526
15527         * src/compose.c
15528                 revert 1.0.0cvs28.2, it doesn't work that well.
15529
15530 2005-02-11 [paul]       1.0.1cvs4.2
15531
15532         * po/Makefile.in.in
15533                 fix 'make release'
15534
15535 2005-02-10 [paul]       1.0.1cvs4.1
15536
15537         * ChangeLog
15538         * ChangeLog.claws
15539         * ChangeLog.jp
15540         * configure.ac
15541         * src/compose.c
15542                 sync with HEAD (sync with main)
15543
15544 2005-02-10 [paul]       1.0.1cvs3.2
15545
15546         * AUTHORS
15547         * Makefile.am
15548         * autogen.sh
15549         * configure.ac
15550         * config/mkinstalldirs
15551         * intl/.cvsignore
15552         * intl/ChangeLog
15553         * intl/VERSION
15554         * intl/bindtextdom.c
15555         * intl/config.charset
15556         * intl/dcgettext.c
15557         * intl/dcigettext.c
15558         * intl/dcngettext.c
15559         * intl/dgettext.c
15560         * intl/dngettext.c
15561         * intl/eval-plural.h
15562         * intl/explodename.c
15563         * intl/finddomain.c
15564         * intl/gettext.c
15565         * intl/gettextP.h
15566         * intl/gmo.h
15567         * intl/hash-string.h
15568         * intl/intl-compat.c
15569         * intl/l10nflist.c
15570         * intl/libgnuintl.h.in
15571         * intl/loadinfo.h
15572         * intl/loadmsgcat.c
15573         * intl/localcharset.c
15574         * intl/localcharset.h
15575         * intl/locale.alias
15576         * intl/localealias.c
15577         * intl/localename.c
15578         * intl/log.c
15579         * intl/ngettext.c
15580         * intl/os2compat.c
15581         * intl/os2compat.h
15582         * intl/osdep.c
15583         * intl/plural-exp.c
15584         * intl/plural-exp.h
15585         * intl/plural.c
15586         * intl/plural.y
15587         * intl/ref-add.sin
15588         * intl/ref-del.sin
15589         * intl/relocatable.c
15590         * intl/relocatable.h
15591         * intl/textdomain.c
15592         * m4/Makefile.am
15593         * po/Makefile.in.in
15594         * src/Makefile.am
15595         * src/account.c
15596         * src/action.c
15597         * src/addr_compl.c
15598         * src/addressadd.c
15599         * src/addressbook.c
15600         * src/addrgather.c
15601         * src/addrindex.c
15602         * src/alertpanel.c
15603         * src/browseldap.c
15604         * src/codeconv.c
15605         * src/codeconv.h
15606         * src/compose.c
15607         * src/compose.h
15608         * src/crash.c
15609         * src/editaddress.c
15610         * src/editbook.c
15611         * src/editgroup.c
15612         * src/editjpilot.c
15613         * src/editldap.c
15614         * src/editldap_basedn.c
15615         * src/editvcard.c
15616         * src/exphtmldlg.c
15617         * src/expldifdlg.c
15618         * src/export.c
15619         * src/exporthtml.c
15620         * src/filtering.c
15621         * src/folder.c
15622         * src/folder_item_prefs.c
15623         * src/foldersel.c
15624         * src/folderview.c
15625         * src/grouplistdialog.c
15626         * src/headerview.c
15627         * src/imap.c
15628         * src/imap_gtk.c
15629         * src/import.c
15630         * src/importldif.c
15631         * src/importmutt.c
15632         * src/importpine.c
15633         * src/inc.c
15634         * src/ldif.c
15635         * src/main.c
15636         * src/mainwindow.c
15637         * src/matcher.c
15638         * src/mbox.c
15639         * src/message_search.c
15640         * src/messageview.c
15641         * src/mh.c
15642         * src/mh_gtk.c
15643         * src/mimeview.c
15644         * src/msgcache.c
15645         * src/news.c
15646         * src/news_gtk.c
15647         * src/noticeview.c
15648         * src/partial_download.c
15649         * src/pop.c
15650         * src/prefs_account.c
15651         * src/prefs_actions.c
15652         * src/prefs_common.c
15653         * src/prefs_customheader.c
15654         * src/prefs_display_header.c
15655         * src/prefs_ext_prog.c
15656         * src/prefs_filtering.c
15657         * src/prefs_filtering_action.c
15658         * src/prefs_folder_item.c
15659         * src/prefs_fonts.c
15660         * src/prefs_gtk.c
15661         * src/prefs_matcher.c
15662         * src/prefs_msg_colors.c
15663         * src/prefs_spelling.c
15664         * src/prefs_summary_column.c
15665         * src/prefs_template.c
15666         * src/prefs_themes.c
15667         * src/prefs_toolbar.c
15668         * src/prefs_wrapping.c
15669         * src/privacy.c
15670         * src/procheader.c
15671         * src/procmime.c
15672         * src/procmsg.c
15673         * src/quote_fmt.c
15674         * src/recv.c
15675         * src/send_message.c
15676         * src/setup.c
15677         * src/sourcewindow.c
15678         * src/ssl_manager.c
15679         * src/statusbar.c
15680         * src/summary_search.c
15681         * src/summaryview.c
15682         * src/textview.c
15683         * src/toolbar.c
15684         * src/wizard.c
15685         * src/common/nntp.c
15686         * src/common/plugin.c
15687         * src/common/smtp.c
15688         * src/common/ssl.c
15689         * src/common/ssl_certificate.c
15690         * src/common/string_match.c
15691         * src/common/sylpheed.c
15692         * src/common/template.c
15693         * src/common/utils.c
15694         * src/gtk/about.c
15695         * src/gtk/colorlabel.c
15696         * src/gtk/description_window.c
15697         * src/gtk/filesel.c
15698         * src/gtk/foldersort.c
15699         * src/gtk/gtkaspell.c
15700         * src/gtk/gtkutils.c
15701         * src/gtk/inputdialog.c
15702         * src/gtk/logwindow.c
15703         * src/gtk/menu.c
15704         * src/gtk/pluginwindow.c
15705         * src/gtk/prefswindow.c
15706         * src/gtk/progressdialog.c
15707         * src/gtk/quicksearch.c
15708         * src/gtk/sslcertwindow.c
15709         * src/plugins/clamav/clamav_plugin.c
15710         * src/plugins/clamav/clamav_plugin_gtk.c
15711         * src/plugins/demo/demo.c
15712         * src/plugins/dillo_viewer/dillo_prefs.c
15713         * src/plugins/dillo_viewer/dillo_viewer.c
15714         * src/plugins/image_viewer/plugin.c
15715         * src/plugins/image_viewer/viewer.c
15716         * src/plugins/image_viewer/viewerprefs.c
15717         * src/plugins/mathml_viewer/mathml_viewer.c
15718         * src/plugins/pgpmime/passphrase.c
15719         * src/plugins/pgpmime/plugin.c
15720         * src/plugins/pgpmime/prefs_gpg.c
15721         * src/plugins/pgpmime/select-keys.c
15722         * src/plugins/pgpmime/sgpgme.c
15723         * src/plugins/spamassassin/spamassassin.c
15724         * src/plugins/spamassassin/spamassassin_gtk.c
15725         * src/plugins/trayicon/trayicon.c
15726                 sync with main (revision 104)
15727
15728 2005-02-10 [colin]      1.0.1cvs3.1
15729
15730         * src/mainwindow.c
15731                 Sync with HEAD (fix occasional crasher)
15732
15733 2005-02-10 [colin]      1.0.1cvs2.1
15734
15735         * src/messageview.c
15736                 Synw with HEAD (don't automatically display html)
15737
15738 2005-02-09 [colin]      1.0.1cvs1.3
15739
15740         * src/textview.c
15741         * src/textview.h
15742                 Add contextual menu on emails
15743
15744 2005-02-09 [colin]      1.0.1cvs1.2
15745
15746         * src/codeconv.c
15747                 Fix converting from broken headers and 
15748                 put back the _ in missing places
15749                 (feature broke with cvs24.2 sync, main 
15750                  possibly affected?)
15751
15752 2005-02-09 [colin]      1.0.1cvs1.1
15753
15754         * src/messageview.c
15755         * src/mimeview.c
15756         * src/mimeview.h
15757                 Sync with HEAD (display non text/plain mails with plugin)
15758
15759 2005-02-08 [colin]      1.0.1.1
15760
15761         * ChangeLog.claws
15762         * po/pt_BR.po
15763                 Sync with HEAD
15764         * configure.ac
15765                 Make default configuration directory 
15766                 be .sylpheed-gtk2
15767
15768 2005-02-08 [colin]      1.0.0cvs29.1
15769
15770         * po/de.po
15771         * po/es.po
15772         * po/fr.po
15773         * po/it.po
15774         * po/sk.po
15775         * po/sr.po
15776                 Sync translations with HEAD
15777
15778 2005-02-06 [colin]      1.0.0cvs28.3
15779
15780         * src/compose.c
15781                 Make compose a bit faster - patch by Alfons.
15782
15783 2005-02-06 [colin]      1.0.0cvs28.2
15784
15785         * src/compose.c
15786                 Make pasting via middle-click more reliable
15787
15788 2005-02-05 [paul]       1.0.0cvs28.1
15789
15790         * ChangeLog
15791         * ChangeLog.claws
15792         * ChangeLog.jp
15793         * configure.ac
15794         * src/compose.c
15795                 sync with HEAD
15796                 (fix bug 682 'redirect is broken'
15797
15798 2005-02-05 [torte]      1.0.0cvs27.1
15799
15800         * ChangeLog.claws
15801         * configure.ac
15802         * src/partial_download.c
15803                 Sync with HEAD (fix buf overflow)
15804
15805 2005-02-03 [colin]      1.0.0cvs26.1
15806
15807         * src/common/plugin.c
15808                 Sync with HEAD (avoid plugin mismatches)
15809
15810 2005-02-03 [paul]       1.0.0cvs25.3
15811
15812         * src/folderview.c
15813         * src/headerview.c
15814         * src/summaryview.c
15815         * src/textview.c
15816         * src/gtk/colorlabel.c
15817                 third and final part of initial sync with main-gtk2
15818
15819 2005-02-03 [paul]       1.0.0cvs25.2
15820
15821         * src/jpilot.c
15822                 fix building with jpilot support
15823
15824 2005-02-02 [colin]      1.0.0cvs25.1
15825
15826         * src/messageview.c
15827                 Sync with HEAD (fix dangerous typo)
15828
15829 2005-02-01 [colin]      1.0.0cvs24.3
15830
15831         * src/common/xml.c
15832                 Write file as advertised (UTF-8)
15833
15834 2005-02-01 [paul]       1.0.0cvs24.2
15835
15836         * src/addrbook.c
15837         * src/addrindex.c
15838         * src/alertpanel.h
15839         * src/codeconv.c
15840         * src/codeconv.h
15841         * src/compose.c
15842         * src/export.c
15843         * src/folder_item_prefs.c
15844         * src/html.c
15845         * src/imap.c
15846         * src/import.c
15847         * src/jpilot.c
15848         * src/mainwindow.c
15849         * src/matcher_parser_lex.l
15850         * src/messageview.c
15851         * src/mh.c
15852         * src/prefs_account.c
15853         * src/prefs_actions.c
15854         * src/prefs_common.c
15855         * src/prefs_gtk.c
15856         * src/prefs_gtk.h
15857         * src/prefs_themes.c
15858         * src/procheader.c
15859         * src/procmime.c
15860         * src/sourcewindow.c
15861         * src/statusbar.c
15862         * src/summaryview.c
15863         * src/textview.c
15864         * src/toolbar.c
15865         * src/unmime.c
15866         * src/common/template.c
15867         * src/common/utils.c
15868         * src/common/xml.c
15869         * src/common/xml.h
15870         * src/gtk/gtkaspell.c
15871         * src/plugins/clamav/clamav_plugin.c
15872         * src/plugins/dillo_viewer/dillo_prefs.c
15873         * src/plugins/image_viewer/viewerprefs.c
15874         * src/plugins/pgpmime/passphrase.c
15875         * src/plugins/pgpmime/prefs_gpg.c
15876         * src/plugins/pgpmime/select-keys.c
15877         * src/plugins/spamassassin/spamassassin.c
15878                 second part of initial sync with main-gtk2
15879                 (more to follow)
15880
15881 2005-01-31 [colin]      1.0.0cvs24.1
15882
15883         * src/compose.c
15884                 Sync with HEAD
15885
15886 2005-01-29 [paul]       1.0.0cvs23.2
15887
15888         * src/account.c
15889         * src/action.c
15890         * src/addressadd.c
15891         * src/addressbook.c
15892         * src/alertpanel.c
15893         * src/compose.c
15894         * src/editaddress.c
15895         * src/editbook.c
15896         * src/editgroup.c
15897         * src/editjpilot.c
15898         * src/editldap.c
15899         * src/editldap_basedn.c
15900         * src/editvcard.c
15901         * src/export.c
15902         * src/foldersel.c
15903         * src/grouplistdialog.c
15904         * src/import.c
15905         * src/importldif.c
15906         * src/inc.c
15907         * src/main.c
15908         * src/mainwindow.c
15909         * src/message_search.c
15910         * src/messageview.c
15911         * src/mimeview.c
15912         * src/prefs_actions.c
15913         * src/prefs_common.c
15914         * src/prefs_common.h
15915         * src/prefs_customheader.c
15916         * src/prefs_display_header.c
15917         * src/prefs_filtering.c
15918         * src/prefs_filtering_action.c
15919         * src/prefs_gtk.c
15920         * src/prefs_matcher.c
15921         * src/prefs_summary_column.c
15922         * src/prefs_template.c
15923         * src/sourcewindow.c
15924         * src/summary_search.c
15925         * src/summaryview.c
15926         * src/textview.c
15927         * src/gtk/about.c
15928         * src/gtk/description_window.c
15929         * src/gtk/gtkshruler.c
15930         * src/gtk/gtkutils.c
15931         * src/gtk/gtkutils.h
15932         * src/gtk/inputdialog.c
15933         * src/gtk/logwindow.c
15934         * src/gtk/prefswindow.c
15935         * src/gtk/progressdialog.c
15936         * src/gtk/progressdialog.h
15937                 first part of initial sync with main-gtk2
15938                 (more to follow)
15939
15940 2005-01-28 [colin]      1.0.0cvs23.1
15941
15942         * src/folderview.c
15943                 Sync with HEAD
15944
15945 2005-01-27 [colin]      1.0.0cvs21.1
15946
15947         * src/folder.c
15948         * src/folderview.c
15949                 Sync with HEAD
15950
15951 2005-01-27 [colin]      1.0.0cvs19.1
15952
15953         * src/procmime.c
15954                 Sync with HEAD
15955
15956 2005-01-27 [colin]      1.0.0cvs18.1
15957
15958         * src/messageview.c
15959         * src/summaryview.c
15960         * src/mainwindow.c
15961         * src/compose.c
15962         * src/compose.h
15963         * src/procmsg.c
15964         * src/procmsg.h
15965         * src/toolbar.c
15966                 Sync with HEAD
15967
15968 2005-01-26 [paul]       1.0.0cvs15.2
15969
15970         * src/compose.c
15971                 compose_entries_set(): convert subject and body to
15972                 utf8 if necessary. patch by Felix Eckhofer
15973
15974 2005-01-26 [paul]       1.0.0cvs15.1
15975
15976         * configure.ac
15977         * src/common/template.c
15978                 sync with HEAD (fix memory leak)
15979
15980 2005-01-25 [paul]       1.0.0cvs14.1
15981
15982         * configure.ac
15983         * src/compose.c
15984                 sync with HEAD
15985
15986 2005-01-24 [colin]      1.0.0cvs13.1
15987
15988         * src/summaryview.c
15989                 Sync with HEAD
15990
15991 2005-01-24 [paul]       1.0.0cvs12.1
15992
15993         * configure.ac
15994         * src/messageview.c
15995         * src/mh.c
15996         * src/common/utils.c
15997                 sync with HEAD
15998
15999 2005-01-24 [colin]      1.0.0cvs11.1
16000
16001         * src/procheader.c
16002                 Sync with HEAD
16003
16004 2005-01-24 [colin]      1.0.0cvs10.1
16005
16006         * src/folderview.c
16007                 Sync with HEAD
16008
16009 2005-01-23 [colin]      1.0.0cvs9.1
16010
16011         * src/crash.c
16012                 Sync with HEAD
16013
16014 2005-01-22 [colin]      1.0.0cvs8.1
16015
16016         * src/summaryview.c
16017         * src/gtk/quicksearch.c
16018                 Sync with HEAD
16019
16020 2005-01-21 [colin]      1.0.0cvs7.1
16021
16022         * src/summaryview.c
16023                 Sync with HEAD
16024
16025 2005-01-21 [colin]      1.0.0cvs6.1
16026
16027         * src/summaryview.c
16028                 Sync with HEAD
16029
16030 2005-01-21 [colin]      1.0.0cvs5.1
16031
16032         * src/gtk/quicksearch.c
16033         * src/prefs_common.c
16034         * src/prefs_common.h
16035                 Sync with HEAD (recurse option)
16036
16037 2005-01-21 [colin]      1.0.0cvs4.1
16038
16039         * src/folder.h
16040         * src/folderview.c
16041         * src/folderview.h
16042         * src/summaryview.c
16043         * src/gtk/quicksearch.c
16044         * src/gtk/quicksearch.h
16045                 Sync with HEAD (recursive quicksearch)
16046
16047 2005-01-20 [colin]      1.0.0cvs3.4
16048
16049         * src/ssl_manager.c
16050                 Remove useless code
16051
16052 2005-01-20 [colin]      1.0.0cvs3.3
16053
16054         * src/ssl_manager.c
16055                 Fix leak, thanks to Alfons.
16056
16057 2005-01-20 [colin]      1.0.0cvs3.2
16058
16059         * src/ssl_manager.c
16060                 Port SSL certificate window to GTK2.
16061
16062 2005-01-20 [paul]       1.0.0cvs3.1
16063
16064         * ChangeLog.claws
16065         * configure.ac
16066         * src/addrindex.c
16067         * src/addrindex.h
16068                 sync with HEAD
16069
16070 2005-01-19 [colin]      1.0.0cvs2.2
16071
16072         * src/plugins/trayicon/trayicon.c
16073                 Fix freeze with gtk-2.6, the easy way
16074                 (signal blocking helpless there...)
16075                 Closes bug #668.
16076
16077 2005-01-19 [colin]      1.0.0cvs2.1
16078
16079         * src/mbox.c
16080         * src/mbox.h
16081         * src/mainwindow.c
16082         * src/summaryview.c
16083         * src/summaryview.h
16084                 Sync with HEAD
16085
16086 2005-01-19 [paul]       1.0.0cvs1.1
16087
16088         * configure.ac
16089         * po/de.po
16090         * po/es.po
16091         * po/fr.po
16092         * po/hr.po
16093         * po/it.po
16094         * po/ja.po
16095         * po/ko.po
16096         * po/pt_BR.po
16097         * po/ru.po
16098         * po/sk.po
16099         * po/sr.po
16100                 sync with HEAD (update translations)
16101
16102 2005-01-18 [colin]      1.0.0cvs0.1
16103
16104         * src/foldersel.c
16105                 Specify search column - patch by Alfons
16106
16107 2005-01-18 [colin]      0.9.13cvs36.3
16108
16109         * src/prefs_toolbar.c
16110                 Change Delete to Remove
16111         * src/prefs_fonts.c
16112                 GTK2 version and leak fixes
16113         * src/prefs_actions.c
16114                 Add stock buttons.
16115                 All patches by Alfons
16116
16117 2005-01-17 [colin]      0.9.13cvs36.2
16118
16119         * src/compose.c
16120                 Fix DnD inserting twice. While at it,
16121                 add DnD support for text/plain in the
16122                 body, and add support in the headers.
16123
16124 2005-01-16 [colin]      0.9.13cvs36.1
16125
16126         * ChangeLog
16127         * ChangeLog.jp
16128         * ChangeLog.claws
16129                 Sync with HEAD (nothing applicable)
16130
16131 2005-01-16 [colin]      0.9.13cvs33.2
16132
16133         * src/prefs_toolbar.c
16134                 GTK2ize prefs_toolbar, by Alfons.
16135
16136 2005-01-14 [colin]      0.9.13cvs33.1
16137
16138         * src/html.c
16139         * src/msgcache.c
16140                 Sync with HEAD
16141
16142 2005-01-14 [colin]      0.9.13cvs32.1
16143
16144         * src/html.c
16145         * src/html.h
16146         * src/msgcache.c
16147         * AUTHORS
16148         * tools/calypso_convert.pl
16149                 Sync with HEAD
16150
16151 2005-01-08 [colin]      0.9.13cvs29.2
16152
16153         * src/prefs_filtering_action.c
16154         * src/prefs_filtering.c
16155                 2 more gtk2 patches by Alfons
16156
16157 2005-01-07 [paul]       0.9.13cvs29.1
16158
16159         * ChangeLog
16160         * ChangeLog.claws
16161         * ChangeLog.jp
16162         * configure.ac
16163         * src/pop.c
16164         * src/pop.h
16165                 sync with HEAD
16166
16167 2005-01-07 [colin]      0.9.13cvs28.3
16168
16169         * src/gtk/progressdialog.c
16170         * src/gtk/progressdialog.h
16171         * src/inc.c
16172         * src/send_message.c
16173                 GTK2 for the incorporation dialog. The CList isn't dead
16174                 yet, for a more smooth migration. Patch by Alfons.
16175
16176 2005-01-06 [colin]      0.9.13cvs28.2
16177
16178         * src/prefs_display_header.c
16179                 GTK2 conversion by Alfons
16180         * src/prefs_actions.c
16181         * src/prefs_matcher.c
16182                 Fix 2 leaks - patch by Alfons
16183
16184 2005-01-06 [colin]      0.9.13cvs28.1
16185
16186         * src/prefs_matcher.c
16187                 Sync with HEAD
16188
16189 2005-01-06 [colin]      0.9.13cvs27.4
16190
16191         * src/prefs_matcher.c
16192                 Fix double-free. Patch by Alfons
16193
16194 2005-01-06 [colin]      0.9.13cvs27.3
16195
16196         * src/prefs_matcher.c
16197                 GTK2 widgets + memleak
16198                 Patch by Alfons
16199
16200 2005-01-05 [colin]      0.9.13cvs27.2
16201
16202         * src/account.c
16203         * src/addr_compl.c
16204         * src/foldersel.c
16205         * src/stock_pixmap.c
16206         * src/stock_pixmap.h
16207                 3 more GTK2 patches by Alfons.
16208
16209 2005-01-04 [colin]      0.9.13cvs27.1
16210
16211         * src/folderview.c
16212         * src/imap_gtk.c
16213         * src/news_gtk.c
16214                 Sync with HEAD
16215
16216 2005-01-04 [colin]      0.9.13cvs25.9
16217
16218         * src/compose.c
16219                 Fix Show Ruler menuitem
16220         * src/prefs_template.c
16221                 Convert to GTK2
16222         * src/common/utils.c
16223                 Make auto pointer stuff handles NULLs
16224                 Patches by Alfons.
16225
16226 2005-01-04 [colin]      0.9.13cvs25.8
16227
16228         * src/compose.c
16229                 Move the attachment list to gtk2
16230                 Patch by Alfons.
16231
16232 2005-01-04 [colin]      0.9.13cvs25.7
16233
16234         * src/textview.c
16235                 Make some keys work again
16236                 Patch by SungHyun Nam <namsh@kldp.org>
16237
16238 2005-01-04 [colin]      0.9.13cvs25.6
16239
16240         * src/gtk/gtkshruler.c
16241                 Move the ruler to GTK2
16242                 Patch by Alfons
16243
16244 2005-01-03 [colin]      0.9.13cvs25.5
16245
16246         * src/compose.c
16247                 Fix my broken patch apply 
16248
16249 2005-01-03 [colin]      0.9.13cvs25.4
16250
16251         * src/common/utils.c
16252         * src/common/utils.h
16253         * src/gtk/prefswindow.c
16254                 Move auto pointer stuff to utils.c
16255                 Patch by Alfons again :)
16256
16257 2005-01-03 [colin]      0.9.13cvs25.3
16258
16259         * src/compose.c
16260         * src/prefs_gtk.c
16261         * src/prefs_template.c
16262         * src/textview.c
16263                 Empty text widgets with empty strings, not NULL char
16264                 Patch by SungHyun Nam <namsh@kldp_org>
16265
16266 2005-01-03 [colin]      0.9.13cvs25.2
16267
16268         * src/main.c
16269         * AUTHORS
16270                 Sync with HEAD
16271
16272 2005-01-03 [colin]      0.9.13cvs25.1
16273
16274         * src/pop.c
16275         * src/pop.h
16276                 Sync with HEAD
16277
16278 2005-01-03 [colin]      0.9.13cvs24.3
16279
16280         * src/account.c
16281                 Two patches from Alfons and Alex S Moore:
16282                 fix images, fix return value.
16283
16284 2005-01-01 [colin]      0.9.13cvs24.2
16285
16286         * src/prefs_actions.c
16287                 Fix over-zealous assertion. Patch by Alfons
16288
16289 2005-01-01 [colin]      0.9.13cvs24.1
16290
16291         * src/procmime.c
16292                 Sync with HEAD (leak fix)
16293
16294 2004-12-31 [colin]      0.9.13cvs23.2
16295
16296         * src/prefs_common.c
16297                 GTK2 widgets + stock buttons - patch by Alfons
16298
16299 2004-12-31 [paul]       0.9.13cvs23.1
16300
16301         * configure.ac
16302                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16303         * src/gtk/pluginwindow.c
16304                 use GTK2 widgets and plug memory leaks,
16305                 patches by Alfons
16306
16307 2004-12-30 [colin]      0.9.13cvs22.4
16308
16309         * src/account.c
16310         * src/action.c
16311         * src/export.c
16312         * src/foldersel.c
16313         * src/import.c
16314         * src/message_search.c
16315         * src/prefs_actions.c
16316         * src/prefs_common.c
16317         * src/prefs_customheader.c
16318         * src/prefs_filtering.c
16319         * src/prefs_summary_column.c
16320         * src/summary_search.c
16321         * src/gtk/about.c
16322         * src/gtk/description_window.c
16323         * src/gtk/gtkutils.c
16324         * src/gtk/gtkutils.h
16325         * src/gtk/inputdialog.c
16326         * src/gtk/prefswindow.c
16327                 Use GTK2 stock buttons. Patches by Alfons.
16328
16329 2004-12-30 [colin]      0.9.13cvs22.3
16330
16331         * src/account.c
16332                 Sync with HEAD
16333         * src/prefs_actions.c
16334         * src/prefs_customheader.c
16335         * src/prefs_filtering.c
16336         * src/prefs_msg_colors.c
16337         * src/prefs_summary_column.c
16338         * src/gtk/prefswindow.c
16339                 Use GtkTreeView instead of deprecated 
16340                 widgets. Patches by Alfons.
16341
16342 2004-12-30 [paul]       0.9.13cvs22.2
16343
16344         * src/foldersel.c
16345                 use GTK 2 Tree View
16346                 patch by Alfons, with root folder sorting fix
16347                 by Stephan Sachse
16348
16349 2004-12-30 [paul]       0.9.13cvs22.1
16350
16351         * ChangeLog
16352         * ChangeLog.claws
16353         * ChangeLog.jp
16354         * NEWS
16355         * configure.ac
16356         * src/account.c
16357                 sync with HEAD
16358
16359 2004-12-22 [martin]     0.9.13cvs21.2
16360
16361         * src/action.c
16362                 free the command line after its use
16363
16364 2004-12-18 [paul]       0.9.13cvs21.1
16365
16366         * AUTHORS
16367         * ChangeLog
16368         * ChangeLog.claws
16369         * ChangeLog.jp
16370         * NEWS
16371         * configure.ac
16372         * src/action.c
16373         * src/compose.c
16374         * src/syldap.c
16375                 sync with HEAD
16376
16377 2004-12-17 [martin]     0.9.13cvs17.2
16378
16379         * src/action.c
16380                 convert actions input to locale
16381         * src/inc.c
16382                 convert notification command to locale
16383         * src/plugins/pgpmime/select-keys.c
16384                 convert attributes to utf8
16385
16386 2004-12-14 [colin]      0.9.13cvs17.1
16387
16388         * ChangeLog
16389         * ChangeLog.jp
16390         * ChangeLog.claws
16391         * src/action.c
16392         * src/common/utils.c
16393         * src/gtk/prefswindow.c
16394         * src/gtk/gtkutils.c
16395         * src/gtk/gtkutils.h
16396         * src/plugins/spamassassin/libspamc.c
16397                 Sync with HEAD
16398
16399 2004-12-13 [colin]      0.9.13cvs14.1
16400
16401         * src/quote_fmt_parse.y
16402                 Sync with HEAD
16403
16404 2004-12-10 [colin]      0.9.13cvs12.1
16405
16406         * src/prefs_themes.c
16407         * src/mainwindow.c
16408         * src/messageview.c
16409                 Sync with HEAD
16410
16411 2004-12-09 [colin]      0.9.13cvs10.1
16412
16413         * src/procmime.c
16414                 Sync with HEAD (fix B64 encoding from memory)
16415
16416 2004-12-08 [colin]      0.9.13cvs9.1
16417
16418         * src/gtk/colorlabel.c
16419                 Sync with HEAD
16420
16421 2004-12-08 [paul]       0.9.13cvs8.2
16422
16423         * src/gtk/pluginwindow.c
16424                 fix window resizing oddities
16425
16426 2004-12-08 [colin]      0.9.13cvs8.1
16427
16428         * src/quote_fmt_parse.y
16429                 Sync with HEAD
16430
16431 2004-12-08 [colin]      0.9.13cvs7.1
16432
16433         * src/matcher_parser_parse.y
16434         * src/msgcache.c
16435         * src/prefs_matcher.c
16436         * src/procheader.c
16437         * src/matcher.c
16438         * src/common/defs.h
16439         * po/sr.po
16440                 Sync with HEAD
16441
16442 2004-12-08 [colin]      0.9.13cvs6.1
16443
16444         * src/quote_fmt_parse.y
16445         * src/textview.c
16446                 Sync with HEAD
16447         * src/gtk/prefswindow.c
16448         * src/gtk/pluginwindow.c
16449                 Fix G_CALLBACKS protos (thanks to Alfons)
16450
16451 2004-12-07 [torte]      0.9.13cvs2.2
16452
16453         * src/procmime.c
16454                 [Bug 650] reply button causes crash
16455                 Thanks to David Relson and Christoph
16456
16457 2004-12-07 [colin]      0.9.13cvs2.1
16458
16459         * ChangeLog.claws
16460         * AUTHORS
16461         * po/sk.po
16462         * src/procmime.c
16463         * src/prefs_account.c
16464         * src/common/smtp.c
16465         * src/common/smtp.h
16466                 Sync with HEAD
16467
16468 2004-12-06 [colin]      0.9.12cvs187.1
16469
16470         * ChangeLog.claws
16471         * INSTALL
16472         * Makefile.am
16473         * README.claws
16474         * TODO.claws
16475         * configure.ac
16476         * po/bg.po
16477         * po/cs.po
16478         * po/el.po
16479         * po/en_GB.po
16480         * po/es.po
16481         * po/fr.po
16482         * po/hr.po
16483         * po/hu.po
16484         * po/it.po
16485         * po/ja.po
16486         * po/ko.po
16487         * po/nl.po
16488         * po/pl.po
16489         * po/pt_BR.po
16490         * po/ru.po
16491         * po/sk.po
16492         * po/sr.po
16493         * po/sv.po
16494         * po/zh_CN.po
16495         * po/zh_TW.Big5.po
16496         * src/compose.c
16497         * tools/Makefile.am
16498         * tools/README
16499         * tools/filter_conv.pl
16500         * tools/kdeservicemenu/README
16501         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16502         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16503                 Sync with HEAD
16504
16505 2004-12-04 [colin]      0.9.12cvs183.1
16506
16507         * src/compose.c
16508                 Sync with HEAD (compose window position saving)
16509
16510 2004-12-04 [paul]       0.9.12cvs182.3
16511
16512         * src/messageview.c
16513         * src/mimeview.c
16514         * src/prefs_customheader.c
16515         * src/gtk/quicksearch.c
16516                 replace some forgotten GTK_SIGNAL_FUNCs
16517
16518 2004-12-04 [paul]       0.9.12cvs182.2
16519
16520         * src/Makefile.am
16521                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16522                 committed in error      
16523
16524 2004-12-04 [paul]       0.9.12cvs182.1
16525
16526         * ChangeLog
16527         * ChangeLog.claws
16528         * ChangeLog.jp
16529         * INSTALL
16530         * NEWS
16531         * README
16532         * README.jp
16533         * configure.ac
16534         * doc/manual/ja/Makefile.am
16535         * doc/manual/ja/sylpheed-1.html
16536         * doc/manual/ja/sylpheed-10.html
16537         * doc/manual/ja/sylpheed-11.html
16538         * doc/manual/ja/sylpheed-12.html
16539         * doc/manual/ja/sylpheed-13.html
16540         * doc/manual/ja/sylpheed-14.html
16541         * doc/manual/ja/sylpheed-15.html
16542         * doc/manual/ja/sylpheed-16.html
16543         * doc/manual/ja/sylpheed-17.html
16544         * doc/manual/ja/sylpheed-18.html
16545         * doc/manual/ja/sylpheed-19.html
16546         * doc/manual/ja/sylpheed-2.html
16547         * doc/manual/ja/sylpheed-20.html
16548         * doc/manual/ja/sylpheed-3.html
16549         * doc/manual/ja/sylpheed-4.html
16550         * doc/manual/ja/sylpheed-5.html
16551         * doc/manual/ja/sylpheed-6.html
16552         * doc/manual/ja/sylpheed-7.html
16553         * doc/manual/ja/sylpheed-8.html
16554         * doc/manual/ja/sylpheed-9.html
16555         * doc/manual/ja/sylpheed.html
16556         * doc/manual/ja/sylpheed.sgml
16557         * po/de.po
16558         * src/Makefile.am
16559         * src/compose.c
16560         * src/procmime.c
16561         * src/pixmaps/regular.xpm **REMOVED**
16562         * src/plugins/pgpmime/pgpmime.c
16563         * src/plugins/pgpmime/plugin.c
16564         * src/plugins/pgpmime/prefs_gpg.c
16565                 sync with HEAD
16566
16567 2004-12-03 [paul]       0.9.12cvs180.1
16568
16569         * ChangeLog
16570         * ChangeLog.claws
16571         * ChangeLog.jp
16572         * configure.ac
16573         * src/Makefile.am
16574         * src/pop.c
16575         * src/common/utils.c
16576         * src/common/utils.h
16577         * src/pixmaps/continue.xpm
16578         * src/pixmaps/dir_close.xpm
16579         * src/pixmaps/dir_open.xpm
16580         * src/pixmaps/drafts_close.xpm
16581         * src/pixmaps/drafts_open.xpm
16582         * src/pixmaps/folder.xpm **REMOVED**
16583         * src/pixmaps/group.xpm
16584         * src/pixmaps/unread.xpm
16585                 sync with HEAD
16586
16587 2004-12-02 [colin]      0.9.12cvs179.1
16588
16589         * src/compose.c
16590                 Sync with HEAD (non-duplicated reedition)
16591
16592 2004-12-02 [colin]      0.9.12cvs178.1
16593
16594         * src/compose.c
16595                 Sync with HEAD (linewrap_quote fix)
16596
16597 2004-12-01 [colin]      0.9.12cvs177.3
16598
16599         * src/addrharvest.c
16600                 Replace sizeof with strlen
16601
16602 2004-12-01 [paul]       0.9.12cvs177.2
16603
16604         * src/addrharvest.c
16605                 fix 'harvest addresses'
16606
16607 2004-11-30 [colin]      0.9.12cvs177.1
16608
16609         * src/gtk/prefswindow.c
16610         * src/gtk/pluginwindow.c
16611                 Sync with HEAD
16612
16613 2004-11-29 [colin]      0.9.12cvs176.1
16614
16615         * src/folderview.c
16616                 sync with HEAD (Fix disappearing separators in folderview's popup)
16617
16618 2004-11-29 [colin]      0.9.12cvs175.1
16619
16620         * src/procmime.c
16621                 Sync with head (another format fix)
16622
16623 2004-11-29 [colin]      0.9.12cvs174.1
16624
16625         * src/pop.c
16626                 Sync with HEAD (format string fix)
16627
16628 2004-11-26 [colin]      0.9.12cvs173.1
16629
16630         * src/common/smtp.c
16631         * src/common/smtp.h
16632                 Sync with HEAD
16633
16634 2004-11-24 [colin]      0.9.12cvs172.1
16635
16636         * src/plugins/pgpmime/pgpmime.c
16637                 Sync with HEAD
16638
16639 2004-11-24 [colin]      0.9.12cvs171.1
16640
16641         * src/plugins/pgpmime/pgpmime.c
16642                 Sync with head (gpgmectx leaks)
16643
16644 2004-11-24 [colin]      0.9.12cvs169.1
16645
16646         * src/plugins/pgpmime/plugin.c
16647         * src/plugins/trayicon/Makefile.am
16648         * src/plugins/trayicon/newmarkedmail.xpm
16649         * src/plugins/trayicon/trayicon.c
16650         * src/plugins/trayicon/unreadmarkedmail.xpm
16651                 Sync with HEAD
16652
16653 2004-11-23 [colin]      0.9.12cvs168.1
16654
16655         * src/partial_download.c
16656         * src/partial_download.h
16657         * src/plugins/pgpmime/plugin.c
16658                 Sync with HEAD
16659
16660 2004-11-23 [colin]      0.9.12cvs166.1
16661
16662         * src/Makefile.am
16663         * src/codeconv.c
16664         * src/compose.c
16665         * src/folderview.c
16666         * src/main.c
16667         * src/partial_download.c
16668         * src/partial_download.h
16669         * src/prefs_account.c
16670         * src/prefs_account.h
16671         * src/privacy.c
16672         * src/privacy.h
16673         * src/procmime.c
16674         * src/common/Makefile.am
16675         * src/common/base64.h
16676         * src/common/partial_download.c
16677         * src/common/partial_download.h
16678         * src/gtk/prefswindow.c
16679         * src/gtk/prefswindow.h
16680         * src/plugins/pgpmime/pgpmime.c
16681         * src/plugins/pgpmime/prefs_gpg.c
16682         * src/plugins/pgpmime/prefs_gpg.h
16683         * src/plugins/pgpmime/sgpgme.c
16684         * src/plugins/pgpmime/sgpgme.h
16685                 Sync with HEAD
16686
16687 2004-11-23 [colin]      0.9.12cvs163.1
16688
16689         * src/main.c
16690                 Sync with HEAD (cursor optimization)
16691
16692 2004-11-23 [colin]      0.9.12cvs162.1
16693
16694         * src/prefs_common.c
16695         * src/prefs_themes.c
16696         * src/procmsg.c
16697                 Sync with HEAD
16698
16699 2004-11-23 [colin]      0.9.12cvs158.9
16700
16701         * src/compose.c
16702                 Fix double-free when forwarding
16703         * src/msgcache.c
16704                 Fix leak on error path
16705                 
16706
16707 2004-11-23 [colin]      0.9.12cvs158.8
16708
16709         * src/compose.c
16710                 Fix possible double-free
16711                 Spotted by Alfons
16712
16713 2004-11-23 [colin]      0.9.12cvs158.7
16714
16715         * src/compose.c
16716                 Fix some signal handlers' prototypes
16717                 Spotted by Alfons
16718
16719 2004-11-22 [colin]      0.9.12cvs158.6
16720
16721         * src/compose.c
16722                 Remove unneeded code and duplicated
16723                 wrapping - patch by Alfons
16724
16725 2004-11-22 [colin]      0.9.12cvs158.5
16726
16727         * src/prefs_themes.c
16728                 Fix oversized selector
16729
16730 2004-11-22 [colin]      0.9.12cvs158.4
16731
16732         * src/compose.c
16733                 fix dump_text()
16734                 patch by Alfons
16735
16736 2004-11-19 [colin]      0.9.12cvs158.3
16737
16738         * src/textview.c
16739                 Add a context menu on links (open, copy)
16740
16741 2004-11-18 [paul]       0.9.12cvs158.2
16742
16743         * src/addrgather.c
16744         * src/exphtmldlg.c
16745         * src/expldifdlg.c
16746         * src/mimeview.c
16747         * src/prefs_common.c
16748         * src/plugins/image_viewer/viewer.c
16749         * src/plugins/spamassassin/spamassassin_gtk.c
16750                 replace deprecated gtk_notebook_set_page
16751                 and gtk_notebook_current_page
16752
16753 2004-11-18 [paul]       0.9.12cvs158.1
16754
16755         * configure.ac
16756         * src/compose.c
16757         * src/mainwindow.c
16758         * src/messageview.c
16759         * src/prefs_common.c
16760         * src/common/utils.c
16761         * src/common/utils.h
16762                 sync with HEAD
16763
16764 2004-11-17 [colin]      0.9.12cvs156.1
16765
16766         * src/prefs_account.c
16767         * src/prefs_account.h
16768         * src/procmsg.c
16769                 Sync with HEAD (add pref to store encrypted mails encrypted)
16770
16771 2004-11-17 [paul]       0.9.12cvs155.1
16772
16773         * ChangeLog
16774         * ChangeLog.claws
16775         * ChangeLog.jp
16776         * NEWS
16777         * configure.ac
16778         * src/compose.c
16779         * src/jpilot.c
16780         * src/privacy.c
16781         * src/procmime.c
16782         * src/procmime.h
16783         * src/procmsg.c
16784         * src/toolbar.c
16785         * src/pixmaps/error.xpm
16786                 sync with HEAD
16787
16788 2004-11-17 [colin]      0.9.12cvs151.1
16789
16790         * src/plugins/pgpmime/pgpmime.c
16791                 Sync with HEAD (remove debug printf)
16792
16793 2004-11-17 [colin]      0.9.12cvs150.1
16794
16795         * src/plugins/pgpmime/pgpmime.c
16796                 Sync with HEAD (off-by-one fix)
16797
16798 2004-11-17 [colin]      0.9.12cvs149.1
16799
16800         * src/procmsg.c
16801                 Sync with HEAD (coding style fixes)
16802
16803 2004-11-16 [colin]      0.9.12cvs148.1
16804
16805         * src/procmsg.c
16806                 Sync with head (Fix the fix)
16807
16808 2004-11-16 [colin]      0.9.12cvs147.1
16809
16810         * src/procmsg.c
16811                 Sync with Main (leak fix)
16812
16813 2004-11-16 [colin]      0.9.12cvs146.14
16814
16815         * src/compose.c
16816                 Remove useless chunk of code
16817                 Patch by Alfons
16818
16819 2004-11-15 [colin]      0.9.12cvs146.13
16820
16821         * src/compose.c
16822                 Fix drafting after insertion
16823                 Patch by Alfons
16824
16825 2004-11-15 [colin]      0.9.12cvs146.12
16826
16827         * src/compose.c
16828         * src/prefs_filtering.c
16829         * src/prefs_filtering_action.c
16830         * src/prefs_toolbar.c
16831                 Fix some const-correctness
16832
16833 2004-11-15 [colin]      0.9.12cvs146.11
16834
16835         * src/summaryview.c
16836         * src/prefs_themes.c
16837         * src/messageview.c
16838                 Fix some leaks
16839
16840 2004-11-15 [colin]      0.9.12cvs146.10
16841
16842         * src/codeconv.c
16843                 More unreadable locale fixes
16844
16845 2004-11-14 [colin]      0.9.12cvs146.9
16846
16847         * src/textview.c
16848                 Fix uri_security_check
16849                 Patch by Alfons
16850
16851 2004-11-13 [paul]       0.9.12cvs146.8
16852
16853         * src/folder.c
16854         * src/procmime.c
16855                 fix 2 bugs introduced in last commit
16856
16857 2004-11-13 [paul]       0.9.12cvs146.7
16858
16859         * src/compose.c
16860         * src/exporthtml.c
16861         * src/exportldif.c
16862         * src/folder.c
16863         * src/imap.c
16864         * src/imap_gtk.c
16865         * src/main.c
16866         * src/mainwindow.c
16867         * src/messageview.c
16868         * src/mh_gtk.c
16869         * src/prefs_themes.c
16870         * src/procmime.c
16871         * src/setup.c
16872         * src/summaryview.c
16873                 replace deprecated g_basename
16874
16875 2004-11-13 [paul]       0.9.12cvs146.6
16876
16877         * src/compose.c
16878         * src/imap.c
16879         * src/matcher_parser.h
16880         * src/matcher_parser_parse.y
16881         * src/prefs_filtering.c
16882         * src/prefs_filtering_action.c
16883         * src/prefs_themes.c
16884         * src/prefs_toolbar.c
16885         * src/common/utils.c
16886                 various small fixes/cleanups
16887
16888 2004-11-12 [colin]      0.9.12cvs146.5
16889
16890         * src/textview.c
16891                 Validate event's origin on visibility notify
16892                 Patch by Alfons.
16893
16894 2004-11-12 [paul]       0.9.12cvs146.4
16895
16896         * src/exporthtml.c
16897         * src/exportldif.c
16898         * src/imap.c
16899         * src/mh.c
16900         * src/mimeview.c
16901         * src/prefs_spelling.c
16902         * src/prefs_themes.c
16903                 replace deprecated g_dirname    
16904
16905 2004-11-12 [colin]      0.9.12cvs146.3
16906
16907         * src/textview.c
16908                 Some coding style fixes
16909
16910 2004-11-12 [colin]      0.9.12cvs146.2
16911
16912         * src/codeconv.c
16913                 We want to replace _all_ extended chars in
16914                 conv_unreadable_*, because any string containing
16915                 extended chars not parsing as UTF8 is 
16916                 undisplayed on gtk2.
16917
16918 2004-11-12 [paul]       0.9.12cvs146.1
16919
16920         * ChangeLog
16921         * ChangeLog.claws
16922         * ChangeLog.jp
16923         * NEWS
16924         * configure.ac
16925         * src/account.c
16926         * src/folderview.c
16927         * src/folderview.h
16928         * src/imap.c
16929         * src/imap_gtk.c
16930         * src/inc.c
16931         * src/mainwindow.c
16932         * src/mh_gtk.c
16933         * src/news_gtk.c
16934         * src/pop.c
16935         * src/prefs_account.c
16936         * src/prefs_account.h
16937         * src/prefs_ext_prog.c
16938         * src/procmime.c
16939         * src/procmime.h
16940         * src/procmsg.c
16941         * src/procmsg.h
16942         * src/summary_search.c
16943         * src/summaryview.c
16944         * src/textview.c
16945         * src/common/defs.h
16946         * src/common/utils.c
16947         * src/common/utils.h
16948         * src/gtk/menu.c
16949         * src/gtk/menu.h
16950                 sync with HEAD
16951
16952 2004-11-11 [colin]      0.9.12cvs144.2
16953
16954         * src/textview.c
16955                 Fix URI range selection (patch by Alfons)
16956
16957 2004-11-09 [colin]      0.9.12cvs144.1
16958
16959         * ChangeLog.claws
16960         * src/compose.c
16961         * src/folder.c
16962         * src/folder_item_prefs.c
16963         * src/prefs_account.c
16964         * src/prefs_account.h
16965         * src/plugins/pgpmime/pgpmime.c
16966                 Sync with HEAD
16967
16968 2004-11-08 [colin]      0.9.12cvs143.1
16969
16970         * src/summaryview.c
16971                 Sync with HEAD (optimize quicksearch)
16972
16973 2004-11-08 [colin]      0.9.12cvs142.2
16974
16975         * src/compose.c
16976                 Don't wrap when Edit/Auto wrapping is disabled
16977
16978 2004-11-08 [colin]      0.9.12cvs142.1
16979
16980         * src/textview.c
16981                 Sync with HEAD
16982
16983 2004-11-08 [colin]      0.9.12cvs141.1
16984
16985         * src/textview.c
16986                 Sync with HEAD (fix some mail URIs)
16987
16988 2004-11-08 [colin]      0.9.12cvs140.3
16989
16990         * src/textview.c
16991                 o Use text cursor instead of arrow when
16992                   not on a link
16993                 o Fix handling of contiguous links (as in
16994                   "colin@colino.net" <colin@colino.net>)
16995                   This one unveils a bug in get_email_part()
16996
16997 2004-11-07 [colin]      0.9.12cvs140.2
16998
16999         * src/textview.c
17000                 Fix memleak. Patch by Alfons.
17001
17002 2004-11-06 [colin]      0.9.12cvs140.1
17003
17004         * src/compose.c
17005                 Sync with HEAD (don't ask passphrase
17006                 when drafting)
17007
17008 2004-11-06 [paul]       0.9.12cvs139.2
17009
17010         * AUTHORS
17011         * src/textview.c
17012         * src/textview.h
17013                 textview URI handling. hovering over a 
17014                 link displays it in the status bar,
17015                 and changes the mouse pointer to a hand 
17016                 cursor. a link is activated with a single 
17017                 click. (Modified from the) patch by Jean-Yves 
17018                 Lefort <jylefort@users.sourceforge.net>
17019                 
17020
17021 2004-11-05 [colin]      0.9.12cvs139.1
17022
17023         * src/compose.c
17024         * src/procmime.c
17025                 Sync with HEAD again ^^
17026
17027 2004-11-05 [colin]      0.9.12cvs139.1
17028
17029         * src/compose.c
17030         * src/procmime.c
17031                 Sync with HEAD
17032
17033 2004-11-03 [paul]       0.9.12cvs138.1
17034
17035         * ChangeLog.claws
17036         * configure.ac
17037         * po/POTFILES.in
17038         * src/prefs_ext_prog.c
17039         * src/procmime.c
17040         * tools/kdeservicemenu/README
17041         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17042         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17043                 sync with HEAD
17044
17045 2004-11-01 [christoph]  0.9.12cvs136.2
17046
17047         * src/procmime.c
17048                 convert MIME parameters to UTF-8
17049
17050 2004-10-29 [colin]      0.9.12cvs136.1
17051
17052         * src/common/utils.c
17053                 Sync with HEAD (don't use '=' in mime boundary)
17054
17055 2004-10-29 [paul]       0.9.12cvs135.1
17056
17057         * configure.ac
17058         * doc/src/rfc2231.txt
17059         * src/procmime.c
17060         * src/common/quoted-printable.c
17061         * src/common/utils.c
17062         * src/common/utils.h
17063                 sync with HEAD
17064
17065 2004-10-27 [paul]       0.9.12cvs134.1
17066
17067         * configure.ac
17068         * src/main.c
17069         * src/procmime.c
17070         * src/plugins/pgpmime/pgpmime.c
17071                 sync with HEAD
17072
17073 2004-10-26 [paul]       0.9.12cvs132.3
17074
17075         * src/account.c
17076         * src/addressbook.c
17077         * src/addrgather.c
17078         * src/addrharvest.c
17079         * src/codeconv.c
17080         * src/compose.c
17081         * src/customheader.c
17082         * src/editaddress.c
17083         * src/editgroup.c
17084         * src/enriched.c
17085         * src/expldifdlg.c
17086         * src/exporthtml.c
17087         * src/exportldif.c
17088         * src/folder.c
17089         * src/foldersel.c
17090         * src/folderview.c
17091         * src/grouplistdialog.c
17092         * src/html.c
17093         * src/imap.c
17094         * src/jpilot.c
17095         * src/ldapserver.c
17096         * src/ldif.c
17097         * src/mimeview.c
17098         * src/news.c
17099         * src/news_gtk.c
17100         * src/pop.c
17101         * src/prefs_display_header.c
17102         * src/prefs_gtk.c
17103         * src/prefs_msg_colors.c
17104         * src/prefs_toolbar.c
17105         * src/procheader.c
17106         * src/procmime.c
17107         * src/summaryview.c
17108         * src/textview.c
17109         * src/toolbar.c
17110         * src/vcard.c
17111         * src/common/mgutils.c
17112         * src/common/nntp.c
17113         * src/common/smtp.c
17114         * src/common/template.c
17115         * src/common/utils.c
17116         * src/common/xmlprops.c
17117         * src/plugins/pgpmime/pgpmime.c
17118         * src/plugins/pgpmime/select-keys.c
17119         * src/plugins/pgpmime/sgpgme.c
17120                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17121                 g_string_sprintfa(), gtk_notebook_current_page()
17122
17123 2004-10-26 [colin]      0.9.12cvs132.2
17124
17125         * src/prefs_folder_item.c
17126                 Fix default-account selection
17127
17128 2004-10-21 [colin]      0.9.12cvs133
17129
17130         * src/compose.c
17131                 Sync with HEAD (Remove extra separator in compose's Options)
17132         * src/textview.c
17133                 Set wrapping to char
17134
17135 2004-10-21 [paul]       0.9.12cvs131.2
17136
17137         * src/compose.c
17138         * src/sourcewindow.c
17139                 fix wrapping
17140                 fix window shrinking 
17141
17142 2004-10-21 [colin]      0.9.12cvs131.1
17143
17144         * ChangeLog.claws
17145         * src/compose.c
17146                 Sync with HEAD
17147
17148 2004-10-21 [paul]       0.9.12cvs130.2
17149
17150         * src/prefs_folder_item.c
17151                 sync with HEAD (Apply to subfolders)
17152
17153 2004-10-19 [colin]      0.9.12cvs130.1
17154
17155         * ChangeLog.claws
17156         * src/compose.c
17157         * src/common/utils.c
17158         * src/gtk/menu.c
17159                 Sync with HEAD
17160
17161 2004-10-19 [colin]      0.9.12cvs128.1
17162
17163         * src/addrbook.c
17164         * src/addrcache.c
17165         * src/addressbook.c
17166         * src/codeconv.c
17167         * src/compose.c
17168         * src/customheader.c
17169         * src/editaddress.c
17170         * src/editgroup.c
17171         * src/exporthtml.c
17172         * src/folder.c
17173         * src/folderview.c
17174         * src/imap.c
17175         * src/jpilot.c
17176         * src/main.c
17177         * src/matcher_parser_parse.y
17178         * src/mbox.c
17179         * src/pop.c
17180         * src/prefs_account.c
17181         * src/prefs_gtk.c
17182         * src/prefs_msg_colors.c
17183         * src/procheader.c
17184         * src/procmime.c
17185         * src/procmime.h
17186         * src/procmsg.c
17187         * src/summaryview.c
17188         * src/textview.c
17189         * src/common/base64.c
17190         * src/common/partial_download.c
17191         * src/common/socket.c
17192         * src/common/sylpheed.c
17193         * src/common/utils.c
17194         * src/common/utils.h
17195         * src/gtk/pluginwindow.c
17196         * src/gtk/quicksearch.c
17197         * src/plugins/clamav/clamav_plugin.c
17198         * src/plugins/clamav/clamav_plugin.h
17199         * src/plugins/clamav/clamav_plugin_gtk.c
17200         * src/plugins/pgpmime/passphrase.c
17201         * src/plugins/pgpmime/pgpmime.c
17202         * src/plugins/pgpmime/plugin.c
17203         * src/plugins/pgpmime/prefs_gpg.c
17204         * src/plugins/pgpmime/prefs_gpg.h
17205         * src/plugins/pgpmime/select-keys.c
17206         * src/plugins/pgpmime/sgpgme.c
17207         * src/plugins/spamassassin/libspamc.c
17208         * src/plugins/spamassassin/spamassassin.c
17209         * src/plugins/spamassassin/spamassassin.h
17210         * src/plugins/spamassassin/spamassassin_gtk.c
17211         * src/plugins/trayicon/trayicon.c
17212         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17213                 Sync with HEAD
17214
17215 2004-10-14 [colin]      0.9.12cvs126.2
17216
17217         * src/codeconv.c
17218         * src/textview.c
17219                 Fix conv_unreadable_locale
17220
17221 2004-10-13 [colin]      0.9.12cvs126.1
17222
17223         * src/compose.c
17224                 Sync with HEAD (don't convert charset for 
17225                 drafted messages, minor cleanup)
17226
17227 2004-10-13 [colin]      0.9.12cvs125.1
17228
17229         * po/POTFILES.in
17230                 Sync with HEAD (POTFILES fix)
17231
17232 2004-10-12 [colin]      0.9.12cvs124.3
17233
17234         * src/compose.c
17235                 Fix encoding bug from latest sync
17236
17237 2004-10-12 [paul]       0.9.12cvs124.2
17238
17239         * src/plugins/pgpmime/prefs_gpg.c
17240         * src/plugins/pgpmime/prefs_gpg.h
17241                 forgotten in last commit        
17242
17243 2004-10-12 [paul]       0.9.12cvs124.1
17244
17245         * ChangeLog.claws
17246         * configure.ac
17247         * m4/spamassassin.m4
17248         * src/Makefile.am
17249         * src/account.c
17250         * src/compose.c
17251         * src/compose.h
17252         * src/crash.c
17253         * src/main.c
17254         * src/mimeview.c
17255         * src/passphrase.c
17256         * src/passphrase.h
17257         * src/prefs_account.c
17258         * src/prefs_account.h
17259         * src/prefs_common.c
17260         * src/privacy.c
17261         * src/privacy.h
17262         * src/procmime.c
17263         * src/procmime.h
17264         * src/procmsg.c
17265         * src/rfc2015.c
17266         * src/rfc2015.h
17267         * src/select-keys.c
17268         * src/select-keys.h
17269         * src/textview.c
17270         * src/common/utils.c
17271         * src/common/utils.h
17272         * src/gtk/about.c
17273         * src/plugins/pgpmime/Makefile.am
17274         * src/plugins/pgpmime/passphrase.c
17275         * src/plugins/pgpmime/passphrase.h
17276         * src/plugins/pgpmime/pgpmime.c
17277         * src/plugins/pgpmime/plugin.c
17278         * src/plugins/pgpmime/select-keys.c
17279         * src/plugins/pgpmime/select-keys.h
17280         * src/plugins/pgpmime/sgpgme.c
17281         * src/plugins/pgpmime/sgpgme.h
17282                 sync with HEAD
17283
17284 2004-10-04 [colin]      0.9.12cvs122.1
17285
17286         * src/mainwindow.c
17287         * src/messageview.c
17288         * src/messageview.h
17289         * src/textview.c
17290                 Sync with HEAD
17291
17292 2004-10-04 [colin]      0.9.12cvs121.1
17293
17294         * src/summaryview.c
17295                 Sync with HEAD
17296
17297 2004-10-04 [paul]       0.9.12cvs120.1
17298
17299         * configure.ac
17300                 sync with HEAD [don't try to build 
17301                 pgpmime plugin when gpgme is disabled]
17302
17303 2004-10-03 [colin]      0.9.12cvs119.3
17304
17305         * src/gtk/gtksctree.c
17306                 Lots of side effects. Put back as before 117.2.
17307         * src/summaryview.c
17308                 Fix bug #602
17309
17310 2004-10-03 [colin]      0.9.12cvs119.2
17311
17312         * src/gtk/gtksctree.c
17313                 Revert 608 fix that doesn't work that good
17314
17315 2004-10-02 [colin]      0.9.12cvs119.1
17316
17317         * src/mainwindow.c
17318         * src/messageview.c
17319         * src/prefs_common.h
17320         * src/procmime.c
17321         * src/procmime.h
17322         * src/textview.c
17323                 Sync with HEAD
17324         * src/gtk/gtksctree.c
17325                 Close bug #608
17326
17327 2004-10-01 [colin]      0.9.12cvs118.1
17328
17329         * src/mimeview.c
17330                 Sync with HEAD (better Save All fix)
17331
17332 2004-10-01 [colin]      0.9.12cvs117.2
17333
17334         * src/gtk/gtksctree.c
17335                 Faster on selection
17336
17337 2004-10-01 [colin]      0.9.12cvs117.1
17338
17339         * src/mimeview.c
17340                 Sync with HEAD (Save All: only attachments)
17341
17342 2004-10-01 [paul]       0.9.12cvs116.1
17343
17344         * ChangeLog.claws
17345         * configure.ac
17346         * src/account.c
17347         * src/prefs_common.c
17348         * src/gtk/colorlabel.c
17349                 sync with HEAD
17350
17351 2004-09-30 [colin]      0.9.12cvs115.1
17352
17353         * src/stock_pixmap.c
17354         * src/stock_pixmap.h
17355         * src/folderview.c
17356         * src/Makefile.am
17357         * src/pixmaps/read.xpm
17358                 Sync with HEAD (new pixmap)
17359
17360 2004-09-29 [colin]      0.9.12cvs114.1
17361
17362         * src/compose.c
17363                 Sync with HEAD
17364                 Fix focus handling in headers
17365
17366 2004-09-29 [paul]       0.9.12cvs113.1
17367
17368         * src/quote_fmt_parse.y
17369                 sync with HEAD
17370  
17371
17372 2004-09-28 [colin]      0.9.12cvs112.1
17373
17374         * src/folderview.c
17375         * src/mainwindow.c
17376                 Sync with HEAD
17377
17378 2004-09-28 [colin]      0.9.12cvs110.1
17379
17380         * src/folderview.c
17381                 Sync with HEAD (Contextual Empty trash menu)
17382
17383 2004-09-28 [colin]      0.9.12cvs108.1
17384
17385         * src/addressbook.c
17386                 Sync with HEAD (addressbook edit on double-click)
17387
17388 2004-09-28 [colin]      0.9.12cvs106.1
17389
17390         * src/inc.c
17391                 Sync with HEAD (folder_item freeze on inc)
17392
17393 2004-09-27 [colin]      0.9.12cvs105.1
17394
17395         * src/folderview.c
17396                 Sync with HEAD (right-align new and unread column)
17397
17398 2004-09-27 [colin]      0.9.12cvs104.1
17399
17400         * src/main.c
17401                 Sync with HEAD (revert 0.9.12cvs101)
17402
17403 2004-09-24 [colin]      0.9.12cvs103.2
17404
17405         * src/wizard.c
17406                 Fix gtk warnings and use domain part of the email address 
17407                 when domain detection fails (no dot in domain name)
17408
17409 2004-09-23 [colin]      0.9.12cvs103.1
17410
17411         * src/plugins/spamassassin/libspamc.c
17412         * src/plugins/spamassassin/libspamc.h
17413         * src/plugins/spamassassin/utils.c
17414         * src/plugins/spamassassin/utils.h
17415                 Sync with HEAD (Update spamassassin to 3.0)
17416
17417 2004-09-21 [colin]      0.9.12cvs102.3
17418
17419         * src/action.c
17420                 Add horizontal scrollbar in action io dialog as needed
17421                 Patch by Alfons.
17422
17423 2004-09-20 [colin]      0.9.12cvs102.2
17424
17425         * src/plugins/image_viewer/viewer.c
17426                 Remove imlib stuff
17427                 use gtk_pixmap_set when clearing
17428                 (would be better to use gtkImages, but causes size-allocate 
17429                 signals storm)
17430
17431 2004-09-17 [paul]       0.9.12cvs102.1
17432
17433         * ChangeLog
17434         * ChangeLog.claws
17435         * ChangeLog.jp
17436         * configure.ac
17437         * src/inc.c
17438                 sync with HEAD
17439
17440
17441 2004-09-17 [colin]      0.9.12cvs101.1
17442
17443         * ChangeLog.claws
17444         * src/main.c
17445                 Sync with HEAD (fix segs at exit)
17446
17447 2004-09-14 [colin]      0.9.12cvs99.5
17448
17449         * src/common/socket.c
17450         * AUTHORS
17451                 Fix send error on 64bit platforms
17452                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17453
17454 2004-09-14 [colin]      0.9.12cvs99.4
17455
17456         * src/action.c
17457                 Fix action output with utf8 
17458                 Patch by Alfons.
17459
17460 2004-09-14 [colin]      0.9.12cvs99.3
17461
17462         * ChangeLog.claws
17463         * src/folder.c
17464                 Sync with HEAD
17465
17466 2004-09-09 [colin]      0.9.12cvs99.2
17467
17468         * src/action.c
17469                 Fix progress bar (displaying "Completed %v/%u")
17470                 Patch by Alfons.
17471
17472 2004-09-08 [colin]      0.9.12cvs99.1
17473
17474         * src/account.c
17475         * src/folder.c
17476         * src/procmsg.c
17477         * src/procmsg.h
17478         * src/plugins/pgpmime/pgpmime.c
17479                 Sync with HEAD
17480
17481 2004-09-08 [colin]      0.9.12cvs97.2
17482
17483         * src/summaryview.c
17484                 Don't select mails in collapsed threads 
17485                 when navigating with up/down
17486
17487 2004-09-07 [colin]      0.9.12cvs97.1
17488
17489         * src/inc.c
17490                 Sync with HEAD (meaningful error messages)
17491
17492 2004-09-06 [colin]      0.9.12cvs96.1
17493
17494         * src/toolbar.c
17495                 Sync with HEAD (fix Redirect graying out)
17496
17497 2004-09-06 [colin]      0.9.12cvs95.1
17498
17499         * src/summaryview.c
17500         * src/mimeview.c
17501                 Sync with HEAD (fix dropped URIs)
17502
17503 2004-09-06 [colin]      0.9.12cvs94.1
17504
17505         * src/addressbook.c
17506         * src/addressitem.h
17507         * src/addritem.c
17508         * src/addritem.h
17509                 Sync with HEAD (addressbook DnD)
17510
17511 2004-09-03 [colin]      0.9.12cvs93.1
17512
17513         * src/summaryview.c
17514                 Sync with HEAD (next/prev unread)
17515
17516 2004-09-03 [colin]      0.9.12cvs92.1
17517
17518         * src/prefs_common.c
17519         * src/prefs_common.h
17520         * src/summaryview.c
17521                 Sync with HEAD ('mark_as_read_delay' pref)
17522
17523 2004-09-02 [colin]      0.9.12cvs91.2
17524
17525         * src/common/xml.c
17526                 Fix leak
17527
17528 2004-09-02 [colin]      0.9.12cvs91.1
17529
17530         * src/gtk/menu.c
17531                 Sync with HEAD (menu accel don't work, but whatever)
17532
17533 2004-09-02 [colin]      0.9.12cvs90.1
17534
17535         * src/account.c
17536                 Sync with HEAD (fix bug 582)
17537
17538 2004-09-02 [colin]      0.9.12cvs89.1
17539
17540         * src/addrindex.c
17541                 Sync with HEAD (free deleted queries)
17542
17543 2004-09-02 [colin]      0.9.12cvs88.1
17544
17545         * src/ldapquery.c
17546                 Sync with HEAD (fix LDAP freezes)
17547
17548 2004-09-02 [colin]      0.9.12cvs87.1
17549
17550         * src/prefs_spelling.c
17551                 Sync with HEAD (add default dictionary)
17552
17553 2004-09-01 [colin]      0.9.12cvs86.1
17554
17555         * src/filtering.c
17556         * src/folderview.c
17557         * src/imap.c
17558         * src/prefs_matcher.c
17559         * src/stock_pixmap.c
17560         * src/summary_search.c
17561         * src/summaryview.c
17562         * src/wizard.c
17563         * src/wizard.h
17564                 Sync with HEAD (uninitialized vars fixes)
17565                 + gtk2 specific warning fixes
17566
17567 2004-08-31 [colin]      0.9.12cvs85.1
17568
17569         * src/folder.c
17570                 Sync with HEAD (Fix memory corruption due to 
17571                 uninitialized var)
17572
17573 2004-08-31 [colin]      0.9.12cvs84.4
17574
17575         * src/summary_search.c
17576                 Fix segfaults when searching in folders with broken headers
17577
17578 2004-08-31 [colin]      0.9.12cvs84.3
17579
17580         * src/compose.c
17581         * src/textview.c
17582                 Fix some more encoding/decoding issues
17583
17584 2004-08-30 [colin]      0.9.12cvs84.2
17585
17586         * src/mimeview.c
17587         * src/prefs_themes.c
17588         * src/gtk/filesel.c
17589         * src/gtk/filesel.h
17590                 Add a folder-mode selection (fixes mimeview's "Save all")
17591
17592 2004-08-29 [colin]      0.9.12cvs84.1
17593
17594         * src/mimeview.c
17595                 Sync with HEAD (don't escape saved filenames)
17596
17597 2004-08-27 [colin]      0.9.12cvs83.1
17598
17599         * ChangeLog
17600         * ChangeLog.claws
17601         * ChangeLog.jp
17602         * src/mh.c
17603         * src/procheader.c
17604         * src/procmsg.c
17605         * src/procmsg.h
17606         * src/common/utils.c
17607         * src/gtk/menu.h
17608         * po/
17609                 Sync with HEAD 0.9.12cvs83 (sync with main)
17610
17611 2004-08-26 [colin]      0.9.12cvs82.4
17612
17613         * src/codeconv.c
17614                 Fix strange stack corruption
17615                 Convert to utf8 after unmime, not before
17616
17617 2004-08-26 [colin]      0.9.12cvs82.3
17618
17619         * src/main.c
17620         * src/wizard.c
17621                 Fix account folders duplication
17622
17623 2004-08-25 [colin]      0.9.12cvs82.2
17624
17625         * src/wizard.c
17626                 Remove ports
17627                 Add SSL selection
17628                 Use login@server as account name
17629
17630 2004-08-25 [colin]      0.9.12cvs82.1
17631
17632         * src/plugins/pgpmime/pgpmime.c
17633                 Sync with HEAD (leak fix).
17634
17635 2004-08-25 [colin]      0.9.12cvs81.1
17636
17637         * src/plugins/pgpmime/pgpmime.c
17638         * src/plugins/pgpmime/sgpgme.c
17639         * src/plugins/pgpmime/sgpgme.h
17640                 Sync with HEAD (Handle combined messages).
17641
17642 2004-08-24 [colin]      0.9.12cvs80.3
17643
17644         * src/wizard.c
17645                 Fix full name, ports, and imap
17646
17647 2004-08-24 [colin]      0.9.12cvs80.2
17648
17649         * src/Makefile.am
17650         * src/main.c
17651         * src/setup.c
17652         * src/setup.h
17653         * src/stock_pixmap.c
17654         * src/stock_pixmap.h
17655         * src/wizard.c ** ADDED **
17656         * src/wizard.h ** ADDED ** 
17657         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17658                 Add a setup wizard 
17659
17660 2004-08-24 [colin]      0.9.12cvs80.1
17661
17662         * src/folder.c
17663                 Sync with HEAD (set mimeflags on all messages)
17664
17665 2004-08-24 [colin]      0.9.12cvs79.3
17666
17667         * src/matcher_parser_lex.l
17668                 Fix 8bits strings not in utf8
17669
17670 2004-08-24 [colin]      0.9.12cvs79.2
17671
17672         * src/compose.c
17673                 Check conversion result before replacing buffer
17674
17675 2004-08-23 [colin]      0.9.12cvs79.1
17676
17677         * src/compose.c
17678                 Sync with HEAD (create message header in memory)
17679
17680 2004-08-23 [colin]      0.9.12cvs78.1
17681
17682         * src/rfc2015.c
17683         * src/rfc2015.h
17684                 Sync with HEAD (fix bug 197 again)
17685
17686 2004-08-23 [colin]      0.9.12cvs77.3
17687
17688         * src/compose.c
17689                 Fix again inline gpg signing (which outputs utf8
17690                 in gtk2). Not syncing this fix to HEAD as this 
17691                 code is meant to die.
17692
17693 2004-08-23 [colin]      0.9.12cvs77.2
17694
17695         * src/prefs_account.h
17696                 Remove useless include
17697
17698 2004-08-23 [colin]      0.9.12cvs77.1
17699
17700         * src/imap.c
17701         * po/es.po
17702         * po/fr.po
17703         * po/it.po
17704         * po/pl.po
17705         * po/pt_BR.po
17706         * po/sk.po
17707         * po/sr.po
17708                 Sync with HEAD (fix bug 577)
17709
17710 2004-08-22 [colin]      0.9.12cvs76.1
17711
17712         * src/plugins/trayicon/trayicon.c
17713                 Sync with HEAD (fix formatting bug)
17714
17715 2004-08-21 [colin]      0.9.12cvs74.2
17716
17717         * src/gtk/colorsel.c
17718                 Fix bug 564 (Folder color selection window exits on any
17719                 keypress)
17720
17721 2004-08-21 [colin]      0.9.12cvs74.1
17722
17723         * ChangeLog.claws
17724         * src/compose.c
17725         * src/summaryview.c
17726         * src/toolbar.c
17727                 Sync with HEAD (fix bug 576)
17728
17729 2004-08-21 [colin]      0.9.12cvs70.1
17730
17731         * src/compose.c
17732         * src/mainwindow.c
17733                 Sync with HEAD
17734                 
17735
17736 2004-08-21 [paul]       0.9.12cvs66.4
17737
17738         * src/mainwindow.c
17739         * src/messageview.c
17740         * src/gtk/menu.c
17741         * src/plugins/spamassassin/spamassassin_gtk.c
17742                 remove some deprecated gtk1 functions
17743
17744
17745 2004-08-21 [colin]      0.9.12cvs66.3
17746
17747         * src/compose.c
17748         * src/codeconv.c
17749                 Fix warnings
17750                 Remove encoding hacks
17751                 Fix bug 575 (Strange character messes up message)
17752                 Don't display conversion error when drafting
17753
17754 2004-08-21 [paul]       0.9.12cvs66.2
17755
17756         * src/prefs_account.c
17757                 fix GnuPG mode bugs
17758
17759
17760 2004-08-20 [colin]      0.9.12cvs66.1
17761
17762         * src/codeconv.c
17763                 Sync with HEAD 0.9.12cvs66
17764
17765 2004-08-20 [paul]
17766
17767         * src/plugins/pgpmime/plugin.c
17768                 modify PGP/MIME plugin's description
17769
17770 2004-08-17 [colin]      0.9.12cvs65.1
17771
17772         * src/common/ssl.c
17773         * src/plugins/pgpmime/plugin.c
17774                 Sync with HEAD
17775
17776 2004-08-14 [colin]      0.9.12cvs60.3
17777
17778         * src/plugins/trayicon/trayicon.c
17779                 Put back resize callback, on size-request signal
17780                 rather than size-allocate to avoid infinite 
17781                 callback loop
17782
17783 2004-08-13 [colin]      0.9.12cvs60.2
17784
17785         * src/common/defs.h
17786                 Cache versions have been fixed
17787
17788 2004-08-13 [colin]      0.9.12cvs60.1
17789
17790         * src/folderutils.c
17791                 Sync with HEAD
17792
17793 2004-08-12 [colin]      0.9.12cvs59.1
17794
17795         * src/plugins/trayicon/trayicon.c
17796                 Sync with HEAD
17797
17798 2004-08-12 [colin]      0.9.12cvs57.5
17799
17800         * sylpheed.desktop
17801         * configure.ac
17802         * src/Makefile.am
17803         * src/main.c
17804                 Add support for Freedesktop.org's startup notification
17805
17806 2004-08-11 [colin]      0.9.12cvs57.4
17807
17808         * src/textview.c
17809                 Fix off-by-one
17810
17811 2004-08-11 [colin]      0.9.12cvs57.3
17812
17813         * src/message_search.c
17814         * src/summary_search.c
17815                 Make searches case insensitive by default
17816         * src/textview.c
17817                 Fix case-insensitive search in message
17818
17819 2004-08-11 [colin]      0.9.12cvs57.2
17820
17821         * src/summary_search.c
17822                 Let case-sensitive be specified
17823
17824 2004-08-10 [colin]      0.9.12cvs55.4
17825
17826         * src/common/socket.c
17827                 Fix the possible race condition
17828
17829 2004-08-09 [paul]       0.9.12cvs55.3
17830
17831         * configure.ac
17832         * src/Makefile.am
17833         * src/common/Makefile.am
17834                 sync with HEAD
17835
17836
17837 2004-08-09 [paul]       0.9.12cvs55.2
17838
17839         * autogen.sh
17840         * po/poconv.sh
17841                 remove unneeded script
17842
17843         * configure.ac
17844                 add forgotten USE_LDAP_TLS (sync with HEAD)
17845
17846
17847 2004-08-09 [colin]      0.9.12cvs55.1
17848
17849         * src/main.c
17850         * src/common/ssl.c
17851         * src/common/sylpheed.c
17852         * src/common/sylpheed.h
17853                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17854
17855 2004-08-09 [paul]       0.9.12cvs54.1
17856
17857         * ChangeLog
17858         * ChangeLog.claws
17859         * ChangeLog.jp
17860         * configure.ac
17861         * po/POTFILES.in
17862         * src/Makefile.am
17863         * src/folderutils.c
17864         * src/main.c
17865         * src/pgpmime.c
17866         * src/pgpmime.h
17867         * src/sgpgme.c
17868         * src/sgpgme.h
17869         * src/plugins/Makefile.am
17870         * src/plugins/pgpmime/.cvsignore
17871         * src/plugins/pgpmime/Makefile.am
17872         * src/plugins/pgpmime/pgpmime.c
17873         * src/plugins/pgpmime/pgpmime.h
17874         * src/plugins/pgpmime/plugin.c
17875         * src/plugins/pgpmime/sgpgme.c
17876         * src/plugins/pgpmime/sgpgme.h
17877                 sync with HEAD
17878
17879 2004-08-08 [paul]       0.9.12cvs51.1
17880
17881         * configure.ac
17882         * src/folder.c
17883                 sync with HEAD
17884
17885 2004-08-07 [colin]      0.9.12cvs50.1
17886
17887         * src/pop.c
17888         * src/common/partial_download.c
17889                 fix warnings (sync from HEAD)
17890
17891 2004-08-07 [colin]      0.9.12cvs48.1
17892
17893         * src/prefs_folder_item.c
17894                 sync with HEAD 0.9.12cvs48
17895
17896 2004-08-06 [colin]      0.9.12cvs47.1
17897
17898         * src/compose.c
17899                 Sync with HEAD
17900
17901 2004-08-06 [christoph]  0.9.12cvs46.2
17902
17903         * src/main.c
17904         * src/plugins/clamav/clamav_plugin_gtk.c
17905         * src/plugins/dillo_viewer/dillo_viewer.c
17906         * src/plugins/image_viewer/plugin.c
17907         * src/plugins/mathml_viewer/mathml_viewer.c
17908         * src/plugins/spamassassin/spamassassin_gtk.c
17909         * src/plugins/trayicon/trayicon.c
17910                 don't mix GTK1.2 plugin with GTK2 plugins
17911
17912 2004-08-06 [colin]      0.9.12cvs46.1
17913
17914         * ChangeLog
17915         * ChangeLog.claws
17916         * ChangeLog.jp
17917         * configure.ac
17918         * sylpheed-claws.pc.in
17919         * src/folder.c
17920         * src/imap.c
17921         * src/localfolder.c
17922         * src/messageview.c
17923         * src/mimeview.c
17924         * src/mimeview.h
17925         * src/msgcache.c
17926         * src/news.c
17927         * src/prefs_ext_prog.c
17928         * src/prefs_folder_item.c
17929         * src/prefs_fonts.c
17930         * src/prefs_msg_colors.c
17931         * src/prefs_spelling.c
17932         * src/prefs_themes.c
17933         * src/prefs_toolbar.c
17934         * src/prefs_wrapping.c
17935         * src/procmime.h
17936         * src/common/defs.h
17937         * src/common/nntp.c
17938         * src/common/session.c
17939         * src/common/session.h
17940         * src/common/socket.c
17941         * src/common/utils.h
17942         * src/common/xml.c
17943         * src/common/xml.h
17944         * src/gtk/prefswindow.c
17945         * src/gtk/prefswindow.h
17946         * src/plugins/clamav/clamav_plugin_gtk.c
17947         * src/plugins/dillo_viewer/dillo_prefs.c
17948         * src/plugins/image_viewer/viewerprefs.c
17949         * src/plugins/spamassassin/spamassassin_gtk.c
17950         * m4/openssl.m4 *** REMOVED ***
17951                 Sync with HEAD 0.9.12cvs46
17952
17953 2004-08-03 [paul]       0.9.12cvs40.2
17954
17955         * src/action.c
17956         * src/addressadd.c
17957         * src/addressbook.c
17958         * src/addrgather.c
17959         * src/browseldap.c
17960         * src/compose.c
17961         * src/crash.c
17962         * src/editaddress.c
17963         * src/editgroup.c
17964         * src/editldap_basedn.c
17965         * src/foldersel.c
17966         * src/importldif.c
17967         * src/mimeview.c
17968         * src/prefs_common.c
17969         * src/prefs_template.c
17970         * src/sourcewindow.c
17971         * src/summaryview.c
17972         * src/gtk/about.c
17973         * src/gtk/foldersort.c
17974         * src/gtk/logwindow.c
17975         * src/gtk/pluginwindow.c
17976         * src/gtk/prefswindow.c
17977                 change all gtk_scrolled_window_set_policy from 
17978                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17979
17980 2004-08-02 [paul]       0.9.12cvs40.1
17981
17982         * AUTHORS
17983                 update translation team section
17984         * po/pt_BR.po
17985                 updated by Frederico Goncalves Guimaraes
17986                 <fggdebian@yahoo.com.br>
17987
17988 2004-07-31 [colin]      0.9.12cvs39.9
17989
17990         * src/exphtmldlg.c
17991                 Fix compilation
17992
17993 2004-07-31 [colin]      0.9.12cvs39.8
17994
17995         * src/exphtmldlg.c
17996                 Fix an alertpanel type
17997
17998 2004-07-30 [colin]      0.9.12cvs39.7
17999
18000         * src/alertpanel.c
18001                 Fix alertpanel_error_log's icon
18002
18003 2004-07-30 [colin]      0.9.12cvs39.6
18004
18005         * src/pop.c
18006                 Two of them should still be warnings
18007
18008 2004-07-30 [colin]      0.9.12cvs39.5
18009
18010         * src/pop.c
18011                 More warning -> error
18012 2004-07-29 [colin]      0.9.12cvs39.4
18013
18014         * src/pop.c
18015                 Warning -> error
18016
18017 2004-07-29 [colin]      0.9.12cvs39.3
18018
18019         * src/prefs_matcher.c
18020                 Fix segfault
18021
18022 2004-07-29 [colin]      0.9.12cvs39.2
18023
18024         * src/alertpanel.c
18025                 More nice-looking alertpanels
18026
18027 2004-07-29 [colin]      0.9.12cvs39.1
18028
18029         * src/messageview.c
18030                 sync with head
18031                 (inform user when partial mail is deleted on server)
18032
18033 2004-07-29 [colin]      0.9.12cvs38.1
18034
18035         * src/messageview.c
18036                 sync with head
18037
18038 2004-07-28 [paul]       0.9.12cvs37.7
18039
18040         * src/mainwindow.c
18041                 complete the replacement of deprecated gtk_progress_*
18042
18043 2004-07-28 [paul]       0.9.12cvs37.6
18044
18045         * src/action.c
18046         * src/inc.c
18047         * src/mainwindow.c
18048         * src/send_message.c
18049         * src/gtk/progressdialog.c
18050         * src/gtk/progressdialog.h
18051                 replace deprecated gtk_progress_*
18052
18053 2004-07-28 [paul]       0.9.12cvs37.5
18054
18055         * src/gtk/filesel.c
18056                 remove gtk_window_set_wmclass()
18057 2004-07-28 [paul]       0.9.12cvs37.4
18058
18059         * src/addressbook.c
18060         * src/compose.c
18061         * src/foldersel.c
18062         * src/mainwindow.c
18063         * src/messageview.c
18064         * src/sourcewindow.c
18065         * src/gtk/logwindow.c
18066                 remove gtk_window_set_wmclass()
18067                 
18068         * src/prefs_filtering.c
18069         * src/prefs_filtering_action.c
18070         * src/prefs_fonts.c
18071         * src/prefs_gtk.c
18072         * src/prefs_matcher.c
18073         * src/ssl_manager.c
18074         * src/gtk/prefswindow.c
18075                 replace gtk_window_position()
18076
18077 2004-07-28 [colin]      0.9.12cvs37.3
18078
18079         * src/alertpanel.c
18080         * src/alertpanel.h
18081                 Add a way to specify panel type for specific
18082                 panels (alertpanel())
18083         * src/account.c
18084         * src/addressbook.c
18085         * src/compose.c
18086         * src/expldifdlg.c
18087         * src/main.c
18088         * src/messageview.c
18089         * src/summaryview.c
18090         * src/textview.c
18091         * src/gtk/sslcertwindow.c
18092                 Fix alertpanel()s so that their icon match
18093                 their real type
18094
18095 2004-07-28 [paul]       0.9.12cvs37.2
18096
18097         * src/addr_compl.c
18098         * src/addressbook.c
18099         * src/alertpanel.c
18100         * src/compose.c
18101         * src/export.c
18102         * src/foldersel.c
18103         * src/folderview.c
18104         * src/grouplistdialog.c
18105         * src/import.c
18106         * src/mainwindow.c
18107         * src/message_search.c
18108         * src/messageview.c
18109         * src/passphrase.c
18110         * src/prefs_actions.c
18111         * src/prefs_common.c
18112         * src/prefs_customheader.c
18113         * src/prefs_display_header.c
18114         * src/prefs_filtering.c
18115         * src/prefs_filtering_action.c
18116         * src/prefs_gtk.c
18117         * src/prefs_matcher.c
18118         * src/prefs_msg_colors.c
18119         * src/prefs_summary_column.c
18120         * src/prefs_template.c
18121         * src/sourcewindow.c
18122         * src/ssl_manager.c
18123         * src/summary_search.c
18124         * src/gtk/colorsel.c
18125         * src/gtk/description_window.c
18126         * src/gtk/gtkaspell.c
18127         * src/gtk/inputdialog.c
18128         * src/gtk/logwindow.c
18129         * src/gtk/prefswindow.c
18130         * src/gtk/progressdialog.c
18131                 replace deprecated gtk_window_set_policy
18132
18133 2004-07-27 [colin]      0.9.12cvs37.1
18134
18135         * src/msgcache.c
18136                 More fixes (synced for head again)
18137
18138 2004-07-27 [colin]      0.9.12cvs35.3
18139
18140         * src/msgcache.c
18141                 Fix wrong test
18142
18143 2004-07-27 [colin]      0.9.12cvs35.2
18144
18145         * src/mimeview.c
18146                 Fix width a bit (by Paul)
18147         * src/alertpanel.c
18148         * src/alertpanel.h
18149                 Specialize icons, make alertpanel_message()
18150                 private
18151         * src/message_search.c
18152         * src/sgpgme.c
18153         * src/summary_search.c
18154                 Suit alertpanel changes
18155
18156 2004-07-27 [colin]      0.9.12cvs35.1
18157
18158         * src/alertpanel.c
18159                 Add an icon
18160         * src/passphrase.c
18161                 Add debug output - maybe someone will
18162                 want to look at the problem with Grab
18163                 Input :)
18164         Bump version as we're synced with HEAD
18165
18166 2004-07-26 [colin]      0.9.12cvs33.26
18167
18168         * src/pop.c
18169                 Fix uidl-file parsing when not in new
18170                 format
18171
18172 2004-07-26 [colin]      0.9.12cvs33.25
18173
18174         * src/gtk/menu.c
18175                 Move popup menu up if necessary (fixes 
18176                 account selector)
18177         * src/mainwindow.c
18178                 Set account selector's button height to
18179                 minimum
18180
18181 2004-07-26 [colin]      0.9.12cvs33.24
18182
18183         * src/alertpanel.c
18184                 Maybe fix 551 (Truncated font in alert window)
18185
18186 2004-07-26 [colin]      0.9.12cvs33.23
18187
18188         * po/de.po
18189         * po/es.po
18190         * po/fr.po
18191         * po/it.po
18192         * po/ja.po
18193         * po/pl.po
18194         * po/ru.po
18195         * po/sk.po
18196         * po/sr.po
18197         * po/zh_CN.po
18198                 Sync po files with HEAD
18199
18200 2004-07-26 [paul]       0.9.12cvs33.22
18201
18202         * src/compose.c
18203                 fix Bug 556 'Organisation-header is sent even if empty'
18204
18205 2004-07-24 [colin]      0.9.12cvs33.21
18206
18207         * src/compose.c
18208         * src/gtk/gtkaspell.c
18209         * src/gtk/gtkaspell.h
18210                 Fix speller accelerators (require hack)
18211
18212 2004-07-24 [colin]      0.9.12cvs33.20
18213
18214         * src/gtk/gtkaspell.c
18215                 Fix over-eager code deletion breaking
18216                 Check while typing
18217
18218 2004-07-24 [colin]      0.9.12cvs33.19
18219
18220         * src/browseldap.c
18221         * src/ldapctrl.c
18222         * src/ldapctrl.h
18223         * src/ldapserver.h
18224                 Sync ldap with HEAD
18225         (Fixes 546 LDAP completely broken)
18226
18227 2004-07-24 [colin]      0.9.12cvs33.18
18228
18229         * src/prefs_msg_colors.c
18230                 Fix prototype mismatch
18231         (Fixes 547 void function cannot return value)
18232
18233 2004-07-24 [colin]      0.9.12cvs33.17
18234
18235         * src/mainwindow.c
18236                 Fix sort going back to previous sort key
18237                 when changing sort direction
18238
18239 2004-07-24 [colin]      0.9.12cvs33.16
18240
18241         * src/compose.c
18242                 Fix space insertion when re-wrapping at 
18243                 cursor point
18244
18245 2004-07-24 [colin]      0.9.12cvs33.15
18246
18247         * src/gtk/gtkaspell.c
18248                 Don't change cursor position in insert-text
18249                 callback
18250         (Fixes 539 Word wrapping on input transposes letters)
18251
18252 2004-07-24 [colin]      0.9.12cvs33.14
18253
18254         * src/gtk/gtkaspell.c
18255                 Reencode non-ascii chars to dictionary's
18256                 encoding
18257         (Fixes 544 Spell check broken non english locale)
18258
18259 2004-07-24 [colin]      0.9.12cvs33.13
18260
18261         * src/summaryview.c
18262                 Fix Shift+Down, add Home/End/PgUp/PgDown
18263
18264 2004-07-21 [colin]      0.9.12cvs33.12
18265
18266         * src/prefs_common.c
18267                 Fix a gtk warning (Patch by Andrej Kacian)
18268
18269 2004-07-21 [colin]      0.9.12cvs33.11
18270
18271         * src/gtk/filesel.c
18272                 More check
18273
18274 2004-07-21 [colin]      0.9.12cvs33.10
18275
18276         * src/compose.c
18277         * src/crash.c
18278         * src/export.c
18279         * src/import.c
18280         * src/messageview.c
18281         * src/mimeview.c
18282         * src/prefs_spelling.c
18283         * src/prefs_themes.c
18284         * src/summaryview.c
18285         * src/gtk/filesel.c
18286         * src/gtk/filesel.h
18287         * src/gtk/pluginwindow.c
18288                 Untwist open/save mode guessing logic, make
18289                 it explicit
18290
18291 2004-07-20 [colin]      0.9.12cvs33.9
18292
18293         * src/codeconv.c
18294                 conv_encode_header: src_charset is UTF-8 on
18295                 gtk2
18296         * src/compose.c
18297                 Remove double encoding of the headers
18298
18299 2004-07-20 [colin]      0.9.12cvs33.8
18300
18301         * src/codeconv.c
18302                 Fix typo
18303
18304 2004-07-20 [colin]      0.9.12cvs33.7
18305
18306         * src/mainwindow.c
18307                 Set the separated messageview to the saved
18308                 size of Claws' messageview (Patch by Alfons)
18309                 Fix a callback prototype (me)
18310
18311 2004-07-20 [colin]      0.9.12cvs33.6
18312
18313         * src/codeconv.h
18314                 Forgot one hunk in 0.9.12cvs33.4
18315
18316 2004-07-19 [colin]      0.9.12cvs33.5
18317
18318         * src/action.c
18319                 Action output fix
18320                 Patch by Alfons
18321
18322 2004-07-19 [colin]      0.9.12cvs33.4
18323
18324         * src/compose.c
18325                 Fix outgoing charset bug in headers
18326         * src/codeconv.c
18327                 Clean for glib2 - Patch by Alfons
18328
18329 2004-07-19 [colin]      0.9.12cvs33.3
18330
18331         * src/statusbar.c
18332                 Remove grip from the statusbar
18333                 Patch by Alfons
18334
18335 2004-07-19 [colin]      0.9.12cvs33.2
18336
18337         * src/messageview.c
18338         * src/textview.c
18339                 Fix messageview remembering the previous
18340                 scroll position when loading a new message
18341                 Patch by Alfons
18342
18343 2004-07-19 [colin]      0.9.12cvs33.1
18344
18345         * src/folder.h
18346         * src/folderview.c
18347         * src/summaryview.c
18348                 Sync with HEAD
18349
18350 2004-07-18 [colin]      0.9.12cvs32.7
18351
18352         * configure.ac
18353                 Remove useless check for XIM - noticed
18354                 by Alfons
18355
18356 2004-07-18 [colin]      0.9.12cvs32.6
18357
18358         * src/summaryview.c
18359                 Remove non-modified and shift-modified
18360                 accelerators in summaryview's popup
18361                 menu, as that doesn't get catched by
18362                 the accel-activate signal catcher...
18363
18364 2004-07-18 [colin]      0.9.12cvs32.5
18365
18366         * src/prefs_common.c
18367                 Define sensible default prefs for 
18368                 wrapping
18369
18370 2004-07-18 [colin]      0.9.12cvs32.4
18371
18372         * src/compose.c
18373         * src/prefs_common.c
18374         * src/prefs_common.h
18375         * src/prefs_wrapping.c
18376                 Remove Smart Wrapping pref, which does
18377                 nothing on gtk2 branch
18378
18379 2004-07-18 [colin]      0.9.12cvs32.3
18380
18381         * src/sourcewindow.c
18382                 Proper utf8
18383
18384 2004-07-18 [colin]      0.9.12cvs32.2
18385
18386         * src/compose.c
18387                 Save attachment status when drafting
18388
18389 2004-07-18 [colin]      0.9.12cvs32.1
18390
18391         * src/gtk/filesel.c
18392                 Fix erratic folder selection in open mode
18393
18394 2004-07-18 [colin]      0.9.12cvs31.11
18395
18396         * src/pop.c
18397                 Don't let partial messages get deleted
18398                 even with "dowload all"
18399                 (0.9.12cvs31.8 fix extension)
18400 2004-07-18 [colin]      0.9.12cvs31.10
18401
18402         * src/gtk/logwindow.c
18403                 Fix log scrolling
18404
18405 2004-07-18 [colin]      0.9.12cvs31.9
18406
18407         * src/common/utils.c
18408                 Fix non-utf8 strings coming from commands
18409                 and files
18410
18411 2004-07-18 [colin]      0.9.12cvs31.8
18412
18413         * src/pop.c
18414                 Fix partial download bug with Download all
18415                 messages option
18416
18417 2004-07-18 [colin]      0.9.12cvs31.7
18418
18419         * src/textview.c
18420                 Fix bug introduced in 0.9.12cvs31.2
18421                 (blocked in select mode after double click)
18422
18423 2004-07-18 [colin]      0.9.12cvs31.6
18424
18425         * src/compose.c
18426         * src/gtk/menu.c
18427                 More glib-warning fixes
18428
18429 2004-07-18 [colin]      0.9.12cvs31.5
18430
18431         * src/compose.c
18432                 Fix trashing the primary clipboard when moving 
18433                 around with tab
18434         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18435
18436 2004-07-18 [colin]      0.9.12cvs31.4
18437
18438         * src/codeconv.c
18439                 convert unencoded iso headers to utf8
18440         (Fix Bug 538 Unencoded local characters in subject make it 
18441          disappear)
18442
18443 2004-07-18 [colin]      0.9.12cvs31.3
18444
18445         * src/compose.c
18446                 Fix tab char handling in wrapping
18447         (Fix Bug 537 Line wrap problem - TAB character treated as 
18448          one character instead of 8)
18449
18450 2004-07-18 [colin]      0.9.12cvs31.2
18451
18452         * src/textview.c
18453                 return FALSE on GDK_MOTION_NOTIFY
18454         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18455          (unable to highlight))
18456
18457 2004-07-18 [colin]      0.9.12cvs31.1
18458
18459         * src/folderview.c
18460                 Sync with 0.9.12cvs31
18461
18462 2004-07-18 [colin]      0.9.12cvs30.4
18463
18464         * src/compose.c
18465                 Also block text_inserted when inserting a file
18466
18467 2004-07-18 [colin]      0.9.12cvs30.3
18468
18469         * src/compose.c
18470                 Fix smart wrapping (block text_inserted handler
18471                 while putting quotation to avoid wrap on input,
18472                 don't join lines if next is sig separator)
18473
18474 2004-07-17 [colin]      0.9.12cvs30.2
18475
18476         * src/folderview.c
18477         * src/mainwindow.c
18478         * src/mimeview.c
18479         * src/summaryview.c
18480         * src/gtk/quicksearch.c
18481         * src/gtk/quicksearch.h
18482                 Block key events handlers *and* accels while
18483                 quicksearch is focused
18484         (Fixes Bug 534 quick-search bar not accepting certain letters)
18485
18486 2004-07-17 [colin]      0.9.12cvs30.1
18487
18488         * src/folder.h
18489         * src/folderview.c
18490         * src/summaryview.c
18491                 Sync with 0.9.12cvs30
18492
18493 2004-07-17 [colin]      0.9.12cvs28.2
18494
18495         * src/mimeview.c
18496         * src/procmime.c
18497         * src/summaryview.c
18498         * src/gtk/menu.c
18499                 Squash some compile and glib warnings
18500
18501 2004-07-17 [paul]       0.9.12cvs28.1
18502
18503         * src/mimeview.c
18504                 sync with 0.9.12cvs28 HEAD
18505
18506 2004-07-16 [paul]       0.9.12cvs26.1
18507         
18508         * src/gtk/quicksearch.c
18509         * src/account.c
18510         * src/account.h
18511         * src/compose.c
18512         * src/customheader.c
18513         * src/folder_item_prefs.c
18514         * src/main.c
18515         * src/mainwindow.c
18516         * src/messageview.c
18517         * src/mimeview.c
18518         * src/news.c
18519         * src/pgpmime.c
18520         * src/pop.c
18521         * src/pop.h
18522         * src/prefs_account.c
18523         * src/prefs_account.h
18524         * src/prefs_common.c
18525         * src/prefs_common.h
18526         * src/prefs_display_header.c
18527         * src/prefs_gtk.c
18528         * src/prefs_gtk.h
18529         * src/procheader.c
18530         * src/procmime.c
18531                 sync with 0.9.12cvs26 HEAD      
18532
18533 2004-07-15 [colin]      0.9.12cvs18.14
18534
18535         * src/folder.c
18536                 Disable GPG signature check during
18537                 folder move and scan
18538         (Closes Bug 521 Signature checking slows down Folder-Move)
18539
18540 2004-07-14 [colin]      0.9.12cvs18.13
18541
18542         * src/common/partial_download.c
18543                 update includes
18544
18545 2004-07-14 [colin]      0.9.12cvs18.12
18546
18547         * src/common/partial_download.c
18548         * src/common/partial_download.h
18549                 Move doc at top, add correct copyright
18550
18551 2004-07-14 [colin]      0.9.12cvs18.11
18552
18553         * src/folder.c
18554         * src/messageview.c
18555         * src/pop.c
18556         * src/pop.h
18557         * src/procmsg.c
18558         * src/summaryview.c
18559         * src/common/Makefile.am
18560         * src/common/partial_download.c ** NEW FILES **
18561         * src/common/partial_download.h ** NEW FILES **
18562                 Move partial-download related stuff to its
18563                 own file
18564
18565 2004-07-14 [colin]      0.9.12cvs18.10
18566
18567         * src/send_message.c
18568                 Fix smtp auth when user is null or empty
18569
18570 2004-07-13 [colin]      0.9.12cvs18.9
18571
18572         * src/gtk/quicksearch.c
18573                 Use alphabetic order
18574
18575 2004-07-13 [colin]      0.9.12cvs18.8
18576
18577         * src/pop.c
18578                 Be paranoid on the checks
18579
18580 2004-07-13 [colin]      0.9.12cvs18.7
18581
18582         * src/gtk/quicksearch.c
18583                 Fix Engrish once again
18584
18585 2004-07-13 [colin]      0.9.12cvs18.6
18586
18587         * src/procmsg.c
18588         * src/summaryview.c
18589                 Mark messages for deletion when they are about to
18590                 be removed from trash
18591
18592 2004-07-13 [colin]      0.9.12cvs18.5
18593
18594         * src/matcher.c
18595         * src/matcher.h
18596         * src/matcher_parser_parse.y
18597         * src/prefs_matcher.c
18598         * src/gtk/quicksearch.c
18599                 Add 'partial' ('p') match string to find partially
18600                 downloaded messages
18601
18602 2004-07-13 [colin]      0.9.12cvs18.4
18603
18604         * src/pop.c
18605                 Fix misplaced block
18606
18607 2004-07-13 [colin]      0.9.12cvs18.3
18608
18609         * src/pop.c
18610         * src/pop.h
18611         * src/messageview.c
18612                 Refactor API (to avoid passing 5+ params and code
18613                 duplication)
18614         * src/folder.c
18615         * src/msgcache.c
18616         * src/procheader.c
18617         * src/common/defs.h
18618                 Add planned_download to cache
18619                 Don't mess uidl file when moving partially downloaded
18620                 mails (they change folder, we should change it in the
18621                 uidl list too or we'll remove an incorrect message)
18622                 (this also helps removing hacks when changing 
18623                 planned_download in messageview.c)
18624
18625 2004-07-12 [colin]      0.9.12cvs18.2
18626
18627         * src/gtk/quicksearch.c
18628                 Fix missing status update in quicksearch
18629
18630 2004-07-12 [paul]       0.9.12cvs18.1
18631
18632         * po/POTFILES.in
18633         * src/Makefile.am
18634         * src/account.c
18635         * src/codeconv.c
18636         * src/compose.c
18637         * src/inc.c
18638         * src/main.c
18639         * src/prefs_common.c
18640         * src/procmsg.h
18641         * src/toolbar.c
18642         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18643         * src/prefs_wrapping.[ch]       ** NEW FILES **
18644         * src/common/intl.h
18645         * src/common/utils.[ch]
18646         * src/gtk/quicksearch.[ch]
18647                 sync with 0.9.12cvs18 HEAD
18648
18649 2004-07-12 [colin]      0.9.11cvs17.25
18650
18651         * src/folder.c
18652         * src/folder.h
18653                 Remove unused function added by me in 0.9.11cvs17.10
18654
18655 2004-07-11 [colin]      0.9.11cvs17.24
18656
18657         * src/inc.c
18658         * src/messageview.c
18659         * src/pop.c
18660         * src/pop.h
18661                 Use folderitem and msgnum instead of filename to
18662                 know which mail to delete
18663                 Move old partial mail deletion to pop.c
18664
18665 2004-07-10 [colin]      0.9.11cvs17.23
18666
18667         * src/inc.c
18668                 Add debug
18669         * src/pop.c
18670         * src/pop.h
18671                 Don't re-use same enums for unrelated stuff: it's 
18672                 completely misleading !
18673                 Document a bit
18674
18675 2004-07-09 [colin]      0.9.11cvs17.22
18676
18677         * src/inc.c
18678                 Remove folder-type check and do
18679                 more tests to be sure everything's
18680                 ok
18681         * src/messageview.c
18682                 Punctuation update, remove useless
18683                 code, fix two warnings
18684         * src/noticeview.c
18685                 Layout cleaning, reset 2nd button
18686                 when specifying one
18687
18688 2004-07-09 [colin]      0.9.11cvs17.21
18689
18690         * src/messageview.c
18691         * src/pop.c
18692         * src/pop.h
18693                 Allow user to change his mind
18694                 and postpone decision (by
18695                 unmarking the mail)
18696
18697 2004-07-09 [colin]      0.9.11cvs17.20
18698
18699         * src/messageview.c
18700                 Fix bug with delete state
18701         * src/pop.c
18702         * src/pop.h
18703                 Fix buffer leak (fread doesn't 
18704                 terminate buffers with \0)
18705                 Refactoring (remove magic 
18706                 numbers)
18707
18708 2004-07-09 [colin]      0.9.11cvs17.19
18709
18710         * src/pop.c
18711                 Don't log "Skipping message" if 
18712                 we're going to TOP it two lines
18713                 later
18714
18715 2004-07-09 [colin]      0.9.11cvs17.18
18716
18717         * src/messageview.c
18718                 Fix Engrish
18719
18720 2004-07-09 [colin]      0.9.11cvs17.17
18721
18722         * src/pop.c
18723                 strlen checking...
18724         * src/messageview.c
18725                 refactoring a bit
18726
18727 2004-07-08 [colin]      0.9.11cvs17.16
18728
18729         * src/noticeview.c
18730         * src/noticeview.h
18731                 Add an optional second button
18732         * src/messageview.c
18733         * src/pop.c
18734         * src/pop.h
18735                 Don't delete partially received mails after a certain
18736                 time; rather, let the user decide.
18737
18738 2004-07-08 [colin]      0.9.11cvs17.15
18739
18740         * src/common/smtp.h
18741                 Sync with HEAD
18742
18743 2004-07-08 [colin]      0.9.11cvs17.14
18744
18745         * src/messageview.c
18746         * src/common/smtp.c
18747                 Use to_human_readable() for sizes
18748
18749 2004-07-08 [colin]      0.9.11cvs17.13
18750
18751         * src/inc.c
18752         * src/messageview.c
18753         * src/pop.c
18754         * src/pop.h
18755         * src/procmsg.c
18756                 Fix partial-downloading issues:
18757                         catch unsupported TOP
18758                         don't delete partially downloaded mails before 5 days
18759                         don't update existing with non-MH folders; that'll
18760                         make dups, but it's better than trashing the folder
18761                         free new msginfo parts
18762                 Fix indentation ;-)
18763
18764 2004-07-08 [colin]      0.9.11cvs17.12
18765
18766         * src/common/smtp.c
18767         * src/common/smtp.h
18768                 Sync smtp size verification with HEAD
18769
18770 2004-07-08 [colin]      0.9.11cvs17.11
18771
18772         * src/summaryview.c
18773         * src/prefs_common.c
18774         * src/prefs_common.h
18775         * src/gtk/quicksearch.c
18776         * src/gtk/quicksearch.h
18777                 Sync sticky pref with HEAD
18778
18779 2004-07-08 [colin]      0.9.11cvs17.10
18780
18781         * src/folder.c [1.213.2.6]
18782         * src/folder.h [1.87.2.6]
18783         * src/inc.c [1.149.2.7]
18784         * src/messageview.c [1.94.2.8]
18785         * src/procheader.c [1.47.2.6]
18786         * src/procmsg.c [1.150.2.4]
18787         * src/procmsg.h [1.60.2.5]
18788         * src/pop.c [1.56.2.4]
18789         * src/pop.h [1.17.2.3]
18790                 Let too big messages get downloaded, but truncated
18791                 Add a button to download them completely
18792                 
18793 2004-07-06 [colin]      0.9.11cvs17.9
18794
18795         * src/gtk/quicksearch.c [1.1.2.3]
18796                 Add a Clear button
18797         * commitHelper
18798         * PATCHSETS
18799                 Add a script to help with cvs
18800
18801 2004-07-03 [colin]      0.9.11cvs17.8
18802
18803         * src/plugins/imageviewer/viewer.c
18804                 fix imageviewer (which was staying on the first
18805                 displayed image)
18806
18807 2004-07-03 [colin]      0.9.11cvs17.7
18808
18809         Removed FIXME_GTK2 warnings
18810         * src/gtk/gtkutils.c
18811                 useless #warnings
18812         * src/gtk/menu.c
18813                 useless #warnings (no need to mess with menu rc)
18814         * src/gtk/menu.h
18815                 unused functions
18816         
18817
18818 2004-07-03 [colin]      0.9.11cvs17.6
18819
18820         Removed FIXME_GTK2 warnings
18821         * src/codeconv.c
18822                 useless #warnings (rewrite needed)
18823         * src/compose.c
18824                 useless #warnings (rewrite needed)
18825                 useless #warnings (gtk2 is like that)
18826                 useless #warnings (previously fixed)
18827         * src/main.c
18828                 useless #warnings (previously fixed)
18829         * src/message_search.c
18830                 useless #warnings (gtk2 is like that)
18831                 Made apparent that search is case-sensitive
18832         * src/mimeview.c
18833                 useless #warnings (rewrite needed)
18834                 useless #warnings (gtk2 is like that)
18835                 reimplemented real warnings
18836         * src/prefs_common.c
18837                 Removed block cursor option (not it gtk2)
18838         * src/prefs_gtk.c
18839                 useless #warnings (rewrite needed)
18840         * src/procheader.c
18841                 useless #warnings (rewrite needed)
18842         * src/sourcewindow.c
18843                 useless #warnings (incorrect placing)
18844         * src/summary_search.c
18845                 useless #warnings (gtk2 is like that)
18846                 Made apparent that search is case-sensitive
18847         * src/action.c
18848                 useless #warnings (gtk2 is like that)
18849         * src/textview.c
18850                 useless #warnings (rewrite needed)
18851         * src/toolbar.c
18852                 useless #warnings (rewrite needed)
18853
18854 2004-07-03 [colin]      0.9.11cvs17.5
18855
18856         * src/textview.c
18857                 Fix mismerge which broke URI opening
18858                 
18859 2004-07-01 [colin]      0.9.11cvs17.4
18860
18861         * src/gtk/filesel.c
18862                 Fill filename when saving
18863                 
18864 2004-06-27 [colin]      0.9.11cvs17.3
18865
18866         * src/gtk/filesel.[ch]
18867                 Use the new GTK file selector
18868                 Update prototype to match the reality: multiple file
18869                 selection is open-only          
18870         * src/compose.c
18871                 Match the new prototypes        
18872         * configure.ac
18873                 Match the new requirements (gtk 2.4.0)
18874                         
18875 2004-06-26 [colin]      0.9.11cvs17.2
18876
18877         * src/plugins/trayicon/trayicon.c
18878                 Remove useless signal handler on resize, which causes
18879                 an infinite "loop"
18880         
18881 2004-06-26 [colin]      0.9.11cvs17.1
18882         
18883         * tools/Makefile.am
18884                 remove launch_firebird and add nautilus2sylpheed.sh
18885         * src/quicksearch.c
18886           src/summaryview.c
18887                 Fix show/hide "Extended symbols" button problem
18888                 Fix apparition at startup
18889                 Fix const warnings
18890         * src/plugins/image_viewer/Makefile.am
18891                 Fix configure 
18892         * common/ssl.c
18893                 Re-enable certificate check, as it doesn't seem to
18894                 cause Xlib errors anymore
18895
18896 2004-06-25 [paul]       0.9.11cvs17
18897
18898         * sync with 0.9.11cvs17 HEAD
18899         
18900         NOTE: QuickSearch is broken
18901
18902 2004-06-07 [colin]      0.9.10claws67.10
18903         * src/plugins/trayicon/trayicon.c
18904           src/plugins/trayicon/libeggtrayicon/Makefile.am
18905           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18906                 Fix gettextization in trayicon plugin
18907
18908 2004-06-07 [colin]      0.9.10claws67.9
18909         
18910         * src/summaryview.c
18911           src/gtk/gtksctree.[ch]
18912                 Let Shift+{Up,Down} work in summaryview
18913                 (well, Down "works" and Up works)
18914                 Let the list scroll when using these keys
18915
18916 2004-06-06 [colin]      0.9.10claws67.8
18917
18918         * src/plugins/trayicon/trayicon.c
18919                 Fix pixmap update
18920
18921 2004-06-06 [colin]      0.9.10claws67.7
18922
18923         * src/addressbook.c
18924                 Fix signal handling causing system-wide focus grab
18925
18926 2004-05-25 [paul]       0.9.10claws67.6
18927
18928         * Makefile.am
18929           src/Makefile.am
18930                 clean up
18931
18932 2004-05-25 [paul]       0.9.10claws67.5
18933
18934         * replace deprecated gtk_signal... functions
18935
18936 2004-05-23 [colin]      0.9.10claws67.4
18937
18938         * src/compose.c
18939                 Fix wrapping
18940
18941 2004-05-22 [colin]      0.9.10claws67.3
18942
18943         * src/compose.c
18944                 Re-fix [Edited] in compose.c::compose_reedit()
18945
18946 2004-05-22 [colin]      0.9.10claws67.2
18947
18948         * src/procmime.c
18949                 Fix parsing of multiparts mails
18950
18951 2004-05-22 [colin]      0.9.10claws67.1
18952
18953         * src/summaryview.c
18954                 Fix quicksearch
18955
18956 2004-05-22 [paul]       0.9.10claws67
18957
18958         * sync with 0.9.10claws67 HEAD
18959
18960 2004-05-14 [alfons]
18961
18962         * src/procmime.h
18963                 add forgotton prototype
18964
18965 2004-05-10 [paul]       0.9.10claws57
18966
18967         * sync with 0.9.10claws57 HEAD
18968
18969 2004-05-05 [paul]       0.9.9.claws1
18970
18971         * ChangeLog-gtk2        ** REMOVED **
18972           ChangeLog-gtk2.claws  ** ADDED **
18973                 rename and adopt the normal claws format
18974                 
18975         * configure.ac
18976                 require gtkmathview >= 0.5
18977
18978         * ac/*                          ** REMOVED **
18979           ac/                           ** REMOVED **
18980           intl/Makefile.in              ** REMOVED **
18981           m4/                           ** ADDED **
18982           m4/missing                    ** ADDED **
18983           m4/missing/gdk-pixbuf.m4      ** ADDED **
18984           m4/missing/gettext.m4         ** ADDED **
18985           m4/missing/gpgme.m4           ** ADDED **
18986           m4/missing/imlib.m4           ** ADDED **
18987           m4/.cvsignore                 ** ADDED **
18988           m4/Makefile.am                ** ADDED **
18989           m4/README                     ** ADDED **
18990           m4/aclocal-include.m4         ** ADDED **
18991           m4/aspell.m4                  ** ADDED **
18992           m4/check-type.m4              ** ADDED **
18993           m4/gnupg-check-typedef.m4     ** ADDED **
18994           m4/openssl.m4                 ** ADDED **
18995           m4/spamassassin.m4            ** ADDED **
18996           po/ChangeLog                  ** REMOVED **
18997           po/Makefile.in.in             ** REMOVED **
18998           po/Rules-quot                 ** REMOVED **
18999           po/boldquot.sed               ** REMOVED **
19000           po/en@boldquot.header         ** REMOVED **
19001           po/en@quot.header             ** REMOVED **
19002           po/insert-header.sin          ** REMOVED **
19003           po/quot.sed                   ** REMOVED **
19004           po/remove-potcdate.sed        ** REMOVED **
19005           po/remove-potcdate.sin        ** REMOVED **
19006           po/stamp-po                   ** REMOVED **
19007           Makefile.am
19008           autogen.sh
19009           configure.ac
19010                 enable building with automake 1.8.x
19011                 add 'autopoint --force' to autogen.sh and remove all
19012                 auto-generated files, remove ac/ directory and use
19013                 m4/ directory instead
19014                 
19015         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
19016                 fix gettextization
19017
19018 2004-02-28 Colin Leroy <colin@colino.net>
19019         * src/prefs_matcher.c
19020           src/prefs_filtering.c
19021           src/prefs_filtering_action.c
19022                 Fix non-editable GtkEntries
19023
19024 2004-02-22 Thorsten Maerz <torte@netztorte.de>
19025         * src/prefs_themes.c
19026                 utf8 conversion for theme info
19027
19028 2004-02-21 Thorsten Maerz <torte@netztorte.de>
19029         * sync 0.9.9claws
19030
19031 2004-02-14 Thorsten Maerz <torte@netztorte.de>
19032         * src/grouplistdialog.c
19033                 allow multiple selections without ctrl key
19034
19035 2004-02-09 Thorsten Maerz <torte@netztorte.de>
19036         * src/main.c
19037                 enable customizable accelerators
19038
19039 2004-02-08 Thorsten Maerz <torte@netztorte.de>
19040         * src/prefs_common.c
19041                 re-enable different font settings for gtk1/2
19042         * src/prefs_folder_item.c
19043                 fix folder prefs displayed wrong
19044         * src/textview.c
19045                 set 'sunken' shadow type
19046
19047 2004-02-07 Colin Leroy <colin@colino.net>
19048         * src/compose.c
19049                 Fix message being always [Edited]
19050                 Encode headers correctly (utf8 buf)
19051
19052 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19053         * src/socket.c
19054                 remove double g_source_attach()
19055                 (Thanks to Colin Leroy)
19056
19057 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19058         * src/gtk/gtksctree.c
19059                 Fix SSL certificate list not shown
19060         * src/mimeview.c
19061                 Fix clicks in mime tree
19062
19063 2004-01-27 Thorsten Maerz <torte@netztorte.de>
19064         * src/common/socket.c
19065                 Fix SSL receive
19066         * src/compose.c
19067                 Fix clipboard menu hotkeys
19068
19069 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19070         * src/gtk/gtkaspell.[ch]
19071           src/compose.c
19072                 reimplement spellchecker
19073
19074 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19075         * src/gtk/filesel.c
19076                 crash when inserting file in compose window
19077                 (TODO: keep old selection on clicks)
19078         * src/main.c
19079                 use gtkrc-2.0 instead of gtkrc
19080
19081 2004-01-25 Thorsten Maerz <torte@netztorte.de>
19082         * src/messageview.c
19083                 remove orphaned mimeview unref()
19084
19085 2004-01-20 Thorsten Maerz <torte@netztorte.de>
19086         * src/grouplistdialog.c
19087                 expand nodes containing subscribed groups
19088
19089 2004-01-19 Thorsten Maerz <torte@netztorte.de>
19090         * src/textview.c
19091                 textview: hide cursor, restore old click behaviour
19092
19093 2004-01-18 Thorsten Maerz <torte@netztorte.de>
19094         * src/textview.c
19095                 variable names messed up
19096
19097 2004-01-17 Colin Leroy <colin@colino.net>
19098         * src/addr_compl.c
19099                 Fix completion address too thin
19100         * src/compose.c
19101                 Fix tab-to-subject behaviour
19102         * src/summaryview.c
19103                 Implement key up & down in summaryview
19104
19105 2004-01-12 Thorsten Maerz <torte@netztorte.de>
19106
19107         * sync 098claws
19108
19109 2004-01-08 Thorsten Maerz <torte@netztorte.de>
19110         * configure.ac
19111           Makefile.am
19112           doc/.cvsignore
19113           doc/Makefile.am
19114                 faq, man, manual moved to doc/
19115         * ac/aspell.m4
19116           ac/check-type.m4
19117           ac/gnupg-check-typedef.m4
19118           ac/openssl.m4
19119           ac/spamassassin.m4
19120           ac/missing/gdk-pixbuf.m4
19121           ac/missing/gpgme.m4
19122           ac/missing/imlib.m4
19123                 fix automake warnings
19124
19125 2003-12-06 Colin Leroy <colin@colino.net>
19126         * src/summaryview.c
19127                 Fix quicksearch
19128
19129 2003-12-05 Colin Leroy <colin@colino.net>
19130         * src/summaryview.c
19131                 Fix going to next unread folder
19132
19133 2003-12-05 Colin Leroy <colin@colino.net>
19134         * src/crash.c
19135                 Fix gtk2 compilation
19136         * src/session.c
19137                 Remove iotag source handler at disconnection
19138         * src/socket.[ch] 
19139                 Remove source handler when closing socket 
19140                 (fixes another seg)
19141
19142 2003-12-04 Colin Leroy <colin@colino.net>
19143         * src/compose.c
19144           src/prefs_account.c
19145           src/prefs_common.c
19146                 Fix some dropdown menus
19147
19148 2003-12-04 Colin Leroy <colin@colino.net>
19149         * src/compose.c
19150                 Fix event handlers on header fields
19151         * src/common/socket.c
19152           src/common/session.c
19153                 Fix segfault with callback (SSL)
19154                 Fix end of session 
19155
19156 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19157
19158         * Fix compile bug in src/compose.c
19159         * removed src/gtk/gtkstext.[ch]
19160
19161 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19162
19163         * Convert character set and escape "text" attributes in toolbar setting
19164         files.
19165         * Fixed bug in button-press-event handling.
19166
19167 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19168
19169         * Fixed bug in key-press-event handling.
19170
19171 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19172
19173         * Enabled to compile tray-icon plugin (Ad-hoc).
19174         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19175
19176 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19177
19178         * Enabled to compile on sylpheed-claws.
19179         (tray-icon plugin still cannot compile yet.)
19180
19181 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19182
19183         * Updated to 0.9.5.
19184
19185 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19186
19187         * Updated to 0.9.4.
19188         * Ported monitoring SSL mechanism to GSource of GLib2
19189         (I don't confirm it)
19190         * Added _gtk2 suffix to key name of font preference to avoid
19191         ovverwriting preference of Gtk+-1.2 version.
19192
19193 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19194
19195         * Updated to 0.9.2.
19196
19197 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19198
19199         * Updated to 0.9.1.
19200         * Translate po files into UTF-8 when execute autogen.sh.
19201
19202 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19203
19204         * Updated to 0.9.0.
19205
19206 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19207
19208         * Plugged GError related memory leaks.
19209
19210 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19211
19212         * Changed default size of fonts.
19213         * Enabled to set titile font size of warning dialog.
19214
19215 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19216
19217         * Embed a sylpheed icon into executable binary on Windows.
19218
19219 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19220
19221         * I forgot to traslate character set of element string in src/xml.c.
19222
19223 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19224
19225         * Fixed detecting bind_textdomain_codeset in configure.in.
19226         * The bug in which "Example" of "Date fromat" preference isn't displayed
19227         correctly has been fixed.
19228
19229 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19230
19231         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19232           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19233           glib-gettextize
19234           Removed intl directory.
19235           Translated po files into UTF-8.
19236           (Thanks! Ryuji Abe)
19237
19238 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19239
19240         * The bug which doesn't unscape string in xml.c has been fixed.
19241
19242 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19243
19244         * The bug which is failed to translate encoding of file name thorough
19245         file dialog has been fixed.
19246
19247 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19248
19249         * Modified to translate file names which is used in inporting/expoting
19250         mbox feature and "Save as" feature into locale encoding.
19251         * Translate file names into locale encoding when "Attache file" and
19252         "Insert file".
19253         * Force set G_BROKEN_FILENAMES environment variable.
19254         * Other minor fixes.
19255
19256 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19257
19258         * Modified to treat MH folder's name as locale encoding.
19259
19260 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19261
19262         * The bug which clash on switching candidates of auto completion of
19263         addresses, cannot use auto completion in Japanesse is fixed
19264         (Thanks! Tokunaga-san)¡¥
19265
19266 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19267
19268         * The bug which cannot switch key accelerator preference has been fixed
19269         (Thanks! smbd-san)¡¥
19270
19271 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19272
19273         * version 0.8.11-gtk2-20030314
19274
19275 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19276
19277         * The bug in which character set conversion of filtering messages has
19278         been fixed.(Thanks! COCOA-san).
19279
19280 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19281
19282         * Revived "Leave space on head" preference in "Message" category.
19283         * A bug which clash when put the cursor to end of buffer and execute
19284         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19285
19286 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19287
19288         * version 0.8.11-gtk2-20030312
19289
19290 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19291
19292         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19293         * Modified to use Pango's API directly for font preference.
19294         * Integrated GtkTextView of textview to one widget.
19295         * Set fonts of header title in textview by "header_title" tag.
19296         * Removed some deprecated codes.
19297
19298 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19299
19300         * Updated to 0.8.11.
19301         * Merged cygwin patch(Thanks! Sakai-san).
19302
19303 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19304
19305         * version 0.8.10-gtk2-20030309