2006-10-14 [colin] 2.5.5cvs7
[claws.git] / ChangeLog
1 2006-10-14 [colin]      2.5.5cvs7
2
3         * src/prefs_template.c
4                 Reset fields when reopening
5                 the window
6
7 2006-10-13 [paul]       2.5.5cvs6
8
9         * manual/advanced.xml
10         * src/prefs_message.c
11                 make 'respect_flowed_format' a hidden
12                 option, and add a manual entry for it
13                 Thanks to Colin
14
15 2006-10-12 [colin]      2.5.5cvs5
16
17         * src/codeconv.c
18                 Revert part of 2.5.2cvs21:
19                 Don't optimise by reusing the 
20                 last iconv converter if possible:
21                 it seems slightly broken in a 
22                 very hard way to reproduce
23
24 2006-10-12 [colin]      2.5.5cvs4
25
26         * src/prefs_common.c
27         * src/prefs_common.h
28         * src/prefs_message.c
29         * src/procmime.c
30                 Fix bug 1035, 'Incorrect handling 
31                 of flowed lines'. We now optionnaly
32                 handle this format (preference is in
33                 Message View/Text options section)
34
35 2006-10-12 [colin]      2.5.5cvs3
36
37         * po/POTFILES.in
38                 Add new file
39         * src/plugins/pgpcore/pgp_viewer.c
40         * src/plugins/pgpcore/sgpgme.c
41                 Don't try to import without asking
42
43 2006-10-12 [colin]      2.5.5cvs2
44
45         * src/compose.c
46                 Fix bug 1036, 'Forwarding a mutlipart
47                 mail with a "text/html" block to ms
48                 outlook users leeds to freeze of
49                 outlook'. Poor outlook users...
50
51 2006-10-12 [paul]       2.5.5cvs1
52
53         * NEWS
54         * README
55         * configure.ac
56                 Update version number following
57                 stable release
58
59 2006-10-11 [paul]       2.5.4cvs1
60
61         * NEWS
62         * README
63         * configure.ac
64                 Update version number following
65                 stable release
66
67 2006-10-11 [paul]       2.5.3cvs32
68
69         * src/textview.c
70                 fix bug 1032, 'Segmentation fault when showing
71                 message' (bug in quote folding)
72                 Thanks to Colin
73
74 2006-10-10 [colin]      2.5.3cvs31
75
76         * src/quote_fmt.c
77                 Rephrase english a bit
78
79 2006-10-10 [colin]      2.5.3cvs30
80
81         * src/prefs_compose_writing.c
82                 Stop making the page larger than the window
83
84 2006-10-10 [wwp]        2.5.3cvs29
85
86         * src/compose.c
87         * src/prefs_template.c
88         * src/quote_fmt.c
89         * src/quote_fmt.h
90         * src/quote_fmt_lex.l
91         * src/quote_fmt_parse.y
92                 Extend the quote parser a bit: allow to get access to
93                 basic (composing) account info.
94
95 2006-10-10 [colin]      2.5.3cvs28
96
97         * src/procheader.c
98                 Fix this \t problem in subject
99
100 2006-10-09 [colin]      2.5.3cvs27
101
102         * src/main.c
103         * src/prefs_gtk.c
104                 Prepare cache a bit later
105                 If section already exists, skip the new one 
106                 (as previously); avoid writing the same block
107                 twice - if we find a second block with the 
108                 same id, skip it.
109         * src/plugins/pgpcore/pgp_viewer.c
110                 Set cursor to busy when retrieving a key
111         * src/plugins/pgpcore/sgpgme.c
112                 allow 5 seconds for gpg to export the key
113                 
114
115 2006-10-09 [colin]      2.5.3cvs26
116
117         * configure.ac
118         * src/msgcache.c
119         * src/prefs_gtk.c
120                 Check for existence of fgets_unlocked
121                 and fwrite_unlocked
122
123 2006-10-09 [paul]       2.5.3cvs25
124
125         * src/prefs_summaries.c
126                 replace strftime() with fast_strftime() and in
127                 the consequence fix the bug in the display of
128                 AM/PM in the 'Example' string
129
130 2006-10-09 [ticho]      2.5.3cvs24
131
132         * po/sk.po
133                 Updated (and fixed up somewhat) Slovak translation.
134
135 2006-10-08 [colin]      2.5.3cvs23
136
137         * src/prefs_folder_item.c
138                 Explain why prefs in the top-level folder
139                 aren't retained, but are still useful
140
141 2006-10-08 [colin]      2.5.3cvs22
142
143         * src/prefs_gtk.c
144                 Don't cache anything if caching fails
145
146 2006-10-08 [colin]      2.5.3cvs21
147
148         * src/common/utils.c
149                 always include gi18n.h
150
151 2006-10-07 [colin]      2.5.3cvs20
152
153         * src/plugins/pgpcore/pgp_viewer.c
154                 Kill gpg after 5 seconds wait
155
156 2006-10-07 [colin]      2.5.3cvs19
157
158         * src/plugins/pgpcore/pgp_viewer.c
159         * src/plugins/pgpcore/pgp_viewer.h
160                 Fix copyright
161
162 2006-10-07 [colin]      2.5.3cvs18
163
164         * src/plugins/pgpcore/pgp_viewer.c
165         * src/plugins/pgpcore/pgp_viewer.h
166                 Actually add the files to CVS
167
168 2006-10-07 [colin]      2.5.3cvs17
169
170         * src/plugins/pgpcore/sgpgme.c
171                 Be sure not to crash on 'application/pgp-signature' that
172                 are not application/pgp-signatures
173
174 2006-10-07 [colin]      2.5.3cvs16
175
176         * src/textview.c
177         * src/textview.h
178                 Make a bit more of the API available
179         * src/plugins/pgpcore/Makefile.am
180         * src/plugins/pgpcore/plugin.c
181         * src/plugins/pgpcore/sgpgme.c
182                 Add basic key import/export
183
184 2006-10-07 [colin]      2.5.3cvs15
185
186         * src/folderview.c
187         * src/imap.c
188         * src/prefs_account.c
189         * src/wizard.c
190                 Warn users *everywhere* if libetpan's not
191                 linked in
192
193 2006-10-06 [mones]      2.5.3cvs14
194
195         * po/de.po
196         * po/es.po
197                 updated by Stephan Sachse and me
198
199 2006-10-06 [colin]      2.5.3cvs13
200
201         * src/main.c
202         * src/common/sylpheed.c
203                 Don't load common plugins if --exit is passed
204         * src/prefs_gtk.c
205         * src/prefs_gtk.h
206                 Implement a cache to avoid reading the same
207                 files over and over again at startup
208
209 2006-10-06 [colin]      2.5.3cvs12
210
211         * src/summaryview.c
212         * src/gtk/quicksearch.c
213                 Update display every 5k mails on fast searches
214
215 2006-10-06 [colin]      2.5.3cvs11
216
217         * src/textview.c
218                 Don't do quote folding on HTML or ERTF.
219                 May fix the Cygwin issues if they were
220                 happening with HTML mails?
221
222 2006-10-05 [colin]      2.5.3cvs10
223
224         * src/prefs_gtk.c
225                 Oops, forgot one
226
227 2006-10-05 [colin]      2.5.3cvs9
228
229         * src/prefs_gtk.c
230                 Use unlocked_stdio here too
231
232 2006-10-05 [colin]      2.5.3cvs8
233
234         * src/folderview.c
235                 Fix go to next * after preferences apply
236         * src/msgcache.c
237                 Do the fd lock/unlock ourselves instead of
238                 letting the libc do it at each write 
239
240 2006-10-05 [colin]      2.5.3cvs7
241
242         * src/common/utils.c
243                 Faster division, thanks to Jean Diraison
244
245 2006-10-05 [paul]       2.5.3cvs6
246
247         * src/common/utils.c
248                 fix building with --disable-nls
249
250 2006-10-04 [colin]      2.5.3cvs5
251
252         * src/folder.c
253                 Maybe fix a segfault
254
255 2006-10-04 [wwp]        2.5.3cvs4
256
257         * src/prefs_folder_item.c
258                 Fine-tune layouts in folder item prefs. Suggested by
259                 Fabien Vantard <fzzzzz@gmail.com>.
260
261 2006-10-04 [wwp]        2.5.3cvs3
262
263         * src/prefs_folder_item.c
264                 Kill the clandestine passengers. You didn't see anything.
265
266 2006-10-04 [wwp]        2.5.3cvs2
267
268         * src/prefs_folder_item.c
269                 Add a way to test the subject simplify regexp in
270                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
271                 w/ few layout changes.
272
273 2006-20-04 [paul]       2.5.3cvs1
274
275         * NEWS
276         * README
277         * configure.ac
278                 Update version number following
279                 stable release
280
281 2006-10-04 [colin]      2.5.2cvs42
282
283         * src/folder.c
284         * src/folder.h
285         * src/summaryview.c
286                 Provide a way for folder classes to set their sort
287                 type and key
288
289 2006-10-03 [colin]      2.5.2cvs41
290
291         * src/mh.c
292                 Don't use strlen() to know if the
293                 string's empty
294
295 2006-10-03 [colin]      2.5.2cvs40
296
297         * src/mh.c
298                 Fix "check for new folders" with accentued folders
299
300 2006-10-03 [ticho]      2.5.2cvs39
301
302         * src/filtering.c
303         * src/folder.c
304         * src/inc.c
305         * src/mbox.c
306                 Colin's fix for "copy" filtering rules.
307
308 2006-10-02 [colin]      2.5.2cvs38
309
310         * src/folderview.c
311                 Fix for double-click too
312
313 2006-10-02 [colin]      2.5.2cvs37
314
315         * src/folderview.c
316                 correct fix for cvs36
317
318 2006-10-02 [colin]      2.5.2cvs36
319
320         * src/folderview.c
321                 Fix 'goto next unread' after collapsing/expanding 
322                 a node.
323
324 2006-10-02 [colin]      2.5.2cvs35
325
326         * src/summaryview.c
327                 Fix double freeze/thaw
328         * src/common/utils.c
329         * src/common/utils.h
330                 Reimplement strftime
331         * src/procheader.c
332                 Use it
333
334
335 2006-10-02 [colin]      2.5.2cvs34
336
337         * src/mh.c
338                 Time mh_write_sequences() - it's fast
339         * src/summaryview.c
340                 Init a variable to shut up gcc
341
342 2006-10-01 [colin]      2.5.2cvs33
343
344         * src/folder.c
345         * src/mh.c
346         * src/mh.h
347         * src/msgcache.c
348                 Add helper mh_set_mtime(), and set mtime to stat()'s result
349                 Add fsync but disable it, it's slow as hell
350
351 2006-10-01 [colin]      2.5.2cvs32
352
353         * src/mh.c
354         * src/msgcache.c
355                 fflush() caches and mh_sequences before
356                 fclose()ing
357
358 2006-10-01 [colin]      2.5.2cvs31
359
360         * src/msgcache.c
361                 Don't ftruncate when not using mmap
362
363 2006-09-30 [colin]      2.5.2cvs30
364
365         * src/main.c
366                 Write folder list *after* saving caches
367
368 2006-09-30 [colin]      2.5.2cvs29
369
370         * src/folder.c
371         * src/mh.c
372                 Debug forced mtime changes
373
374 2006-09-30 [colin]      2.5.2cvs28
375
376         * src/folder.c
377         * src/main.c
378                 Remove useless debug_print()s (code
379                 well-tested)
380
381 2006-09-30 [colin]      2.5.2cvs27
382
383         * src/mh.c
384                 Do stuff faster when writing mh_sequences
385
386 2006-09-30 [colin]      2.5.2cvs26
387
388         * src/mh.c
389                 Don't let the writing of .mh_sequences, which
390                 can change the folder's mtime, let us think
391                 we need to scan.
392
393 2006-09-30 [colin]      2.5.2cvs25
394
395         * src/folder.c
396                 Move a debug_print where it belongs 
397                 (processing)
398         * src/summaryview.c
399                 Don't mess with a huge slow subject
400                 table if we're not threading by
401                 subject
402
403 2006-09-30 [colin]      2.5.2cvs24
404
405         * src/msgcache.c
406                 Reenable mmaped reads (*not* writes!)
407         * src/procmsg.c
408                 Don't destroy and recreate hashtables just
409                 for fun
410         * src/common/utils.c
411                 Remove useless reply prefixes (it's case
412                 unsensitive)
413
414 2006-09-30 [wwp]        2.5.2cvs23
415
416         * tools/fix_date.sh
417                 Fixed a minor bug in date value extraction, added a switch
418                 to replace non RFC-compliant Date: value, added a switch
419                 to use strict RFC matching patterns for dates.
420
421 2006-09-29 [colin]      2.5.2cvs22
422
423         * src/matcher_parser.h
424         * src/matcher_parser_parse.y
425         * src/prefs_filtering.c
426         * src/statusbar.c
427         * src/summary_search.c
428         * src/summaryview.c
429         * src/gtk/quicksearch.c
430         * src/gtk/quicksearch.h
431                 Optimise searches by setting different
432                 refresh intervals (depending if the 
433                 search is fast or not)
434
435 2006-09-29 [colin]      2.5.2cvs21
436
437         * src/codeconv.c
438                 Optimise by reusing the last iconv converter
439                 if possible
440         * src/textview.c
441                 Optimise a bit (the foldable quotes feature
442                 still has an awful O(n^2) algo
443
444 2006-09-29 [colin]      2.5.2cvs20
445
446         * src/gtk/gtksctree.c
447         * src/gtk/gtksctree.h
448                 Optimise de-selection via up/down or
449                 another key
450
451 2006-09-28 [colin]      2.5.2cvs19
452
453         * src/action.c
454         * src/compose.c
455         * src/folderview.c
456         * src/mainwindow.c
457         * src/messageview.c
458         * src/summary_search.c
459         * src/toolbar.c
460                 Avoid using summaryview->ctree directly
461
462 2006-09-28 [colin]      2.5.2cvs18
463
464         * src/summaryview.c
465         * src/summaryview.h
466                 Add helpers to freeze/thaw/grab_focus
467                 Factorize calls to freeze/thaw/grab_focus
468                 
469
470 2006-09-28 [colin]      2.5.2cvs17
471
472         * src/main.c
473                 More guards for the session management
474
475 2006-09-28 [colin]      2.5.2cvs16
476
477         * src/folderview.c
478         * src/gtk/gtksctree.c
479         * src/gtk/gtksctree.h
480                 Make expanding not recursive in folderview
481
482 2006-09-28 [colin]      2.5.2cvs15
483
484         * src/addressbook.c
485                 If nothing is selected in the list (right part)
486                 and a group is selected in the tree (left part),
487                 mail this group.
488
489 2006-09-28 [colin]      2.5.2cvs14
490
491         * src/Makefile.am
492                 Actually use SM_LIBS
493
494 2006-09-28 [ticho]      2.5.2cvs13
495
496         * src/export.c
497         * src/messageview.c
498         * src/mimeview.c
499         * src/news.c
500         * src/pop.c
501         * src/prefs_themes.c
502         * src/procmsg.c
503                 Small i18n string optimization.
504         * src/send_message.c
505         * src/summaryview.c
506         * src/common/session.c
507         * src/common/smtp.c
508         * src/common/ssl_certificate.c
509         * src/common/utils.c
510                 Use "Couldn't" instead of "Can't" in UI messages,
511                 where appropriate.
512
513 2006-09-28 [colin]      2.5.2cvs12
514
515         * configure.ac
516                 Possibly fix link errors
517
518 2006-09-27 [wwp]        2.5.2cvs11
519
520         * src/gtk/authors.h
521         * doc/man/sylpheed-claws.1
522         * manual/ack.xml
523         * manual/es/ack.xml
524         * manual/fr/ack.xml
525         * manual/pl/ack.xml
526                 Updated authors info (me, myself and I).
527
528 2006-09-27 [colin]      2.5.2cvs10
529
530         * src/addressbook.c
531                 Remove useless printf
532
533 2006-09-27 [wwp]        2.5.2cvs9
534
535         * src/editgroup.c
536         * src/send_message.c
537         * src/inc.c
538         * src/prefs_common.c
539         * src/prefs_common.h
540         * src/gtk/progressdialog.c
541                 remember more windows' sizes (send dialog, received dialog,
542                 edit group in addressbook).
543
544 2006-09-27 [colin]      2.5.2cvs8
545
546         * configure.ac
547         * src/main.c
548         * src/mainwindow.h
549                 Use libSM to communicate with the session
550                 manager, so that we can know when the 
551                 session ends, save our caches, and draft
552                 our compose windows.
553
554 2006-09-27 [colin]      2.5.2cvs7
555
556         * src/addressbook.c
557                 Fix issues:
558                 o Allow Book and Group creation from the tree's
559                   contextual menu
560                 o Do not actually delete the contacts when 
561                   deleting groups from the tree (duh!)
562
563 2006-09-27 [colin]      2.5.2cvs6
564
565         * src/compose.c
566         * src/compose.h
567         * src/mainwindow.c
568         * src/textview.c
569         * src/toolbar.c
570                 o Allow passing an email address to 
571                   compose_new_with_folderitem
572                 o Update callers
573                 o Use current folderitem when clicking
574                   on a TextView mailto: link
575                 o Fix a possible leak in TextView
576
577 2006-09-27 [colin]      2.5.2cvs5
578
579         * src/html.c
580                 Use UTF-8 chars to replace HTML entities
581
582 2006-09-27 [colin]      2.5.2cvs4
583
584         * AUTHORS
585         * src/prefs_account.c
586         * src/gtk/authors.h
587                 Fix bug #1024 (Array index out of
588                 range in sylpheed-claws-2.5.2)
589                 Patch by Ales Nosek <anosek@suse.cz>
590
591 2006-09-27 [colin]      2.5.2cvs3
592
593         * src/addr_compl.c
594                 Actually do the test
595
596 2006-09-27 [colin]      2.5.2cvs2
597
598         * src/addr_compl.c
599         * src/addr_compl.h
600                 Allow completing with comma (in certain cases: vCalendar
601                 for example doesn't support that)
602                 Patch by Fabien Vantard
603
604 2006-09-26 [colin]      2.5.2cvs1
605
606         * src/Makefile.am
607         * src/addr_compl.c
608         * src/addr_compl.h
609         * src/addrbook.c
610         * src/addrbook.h
611         * src/addressbook.c
612         * src/addrindex.c
613         * src/addrindex.h
614         * src/compose.c
615         * src/prefs_common.c
616         * src/prefs_filtering_action.c
617         * src/prefs_folder_item.c
618         * src/prefs_template.c
619         * src/stock_pixmap.c
620         * src/stock_pixmap.h
621         * src/pixmaps/addr_one.xpm
622         * src/pixmaps/addr_two.xpm
623                 Add auto-completion on groups
624
625 2006-09-26 [colin]      2.5.2
626
627         * NEWS
628         * README
629         * RELEASE_NOTES
630                 2.5.2 released
631
632 2006-09-26 [colin]      2.5.1cvs5
633
634         * src/matcher.c
635                 Fix condition
636
637 2006-09-26 [colin]      2.5.1cvs4
638
639         * src/mbox.c
640                 Revert cvs1 (useless as the message is printed 
641                 every 500 mails)
642
643 2006-09-26 [colin]      2.5.1cvs3
644
645         * src/partial_download.c
646                 Fix crasher found by Alexsandar Urosevic
647
648 2006-09-26 [colin]      2.5.1cvs2
649
650         * src/summaryview.c
651                 Fix bug #1023 (Sylpheed deletes too much messages)
652
653 2006-09-26 [ticho]      2.5.1cvs1
654
655         * src/mbox.c
656                 Make use of gettext's multiple plurals for statusbar
657                 progress message.
658
659 2006-09-25 [paul]       2.5.1
660
661         * NEWS
662         * README
663         * RELEASE_NOTES
664                 2.5.1 released
665
666 2006-09-25 [colin]      2.5.0cvs3
667
668         * src/plugins/bogofilter/bogofilter.c
669         * src/plugins/clamav/clamav_plugin.c
670         * src/plugins/spamassassin/spamassassin.c
671                 BogoFilter, Spamassassin: Fix double hook registering after
672                 visiting preferences
673                 Spamassassin, Clamav: Just set the mails to move instead of
674                 doing the move - caller will move the things at once.
675
676 2006-09-25 [colin]      2.5.0cvs2
677
678         * src/imap.c
679         * src/etpan/imap-thread.c
680                 Use UID SEARCH ALL instead of UID 1:*
681                 (braindead servers can't figure out that's
682                 the same...)
683
684 2006-09-25 [wwp]        2.5.0cvs1
685
686         * src/message_search.c
687                 Added the ability to stop a running search (in message body).
688
689 2006-09-25 [paul]       2.5.0
690
691         * NEWS
692         * README
693         * RELEASE_NOTES
694                 2.5.0 released
695
696 2006-09-25 [paul]       2.4.0cvs214
697
698         * po/cs.po
699         * po/de.po
700         * po/fi.po
701         * po/fr.po
702         * po/nl.po
703         * po/pt_BR.po
704         * po/sk.po
705         * po/sr.po
706         * po/zh_CN.po
707                 updated by Tim, Stephan Sachse, Flammie Pirinen,
708                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
709                 Ticho, Aleksander Urosevic, Ralgh Young
710
711 2006-09-24 [mones]      2.4.0cvs213
712
713         * po/es.po
714                 Updated for release
715
716 2006-09-23 [colin]      2.4.0cvs212
717
718         * src/gtk/inputdialog.c
719                 Fix [ ] remember this appearing in normal
720                 input dialogs after it's been used by
721                 mimeview.
722         * src/folder.c
723         * src/folderview.c
724         * src/msgcache.c
725         * src/procmsg.c
726         * src/summaryview.c
727         * src/textview.c
728         * src/common/timing.h
729                 Enable timings in debug mode and make it
730                 look prettier.
731
732 2006-09-22 [colin]      2.4.0cvs211
733
734         * README
735                 Revert test change
736         * commitHelper
737                 ping the correct URI
738
739 2006-09-22 [colin]      2.4.0cvs210
740
741         * README
742                 Let's see if bug #1022 is fixed
743
744 2006-09-21 [colin]      2.4.0cvs209
745
746         * src/wizard.c
747         * src/common/plugin.c
748                 Prepare infra to load predefined plugins when
749                 no configuration existed. Don't actually load
750                 anything yet (feat. freeze)
751
752 2006-09-21 [wwp]        2.4.0cvs208
753
754         * manual/fr/faq.xml
755                 Partial sync w/ 2.4.0cvs72:
756                 wrap file and minor updates.
757
758 2006-09-21 [wwp]        2.4.0cvs207
759
760         * tools/fix_date.sh
761                 several fixes and enhancements. A new --force switch has been
762                 added to prevent overriding by default Date: header when
763                 already existing.
764
765 2006-09-21 [paul]       2.4.0cvs206
766
767         * src/common/utils.c
768                 add Chinese UTF8 Re prefix
769
770 2006-09-21 [wwp]        2.4.0cvs205
771
772         * tools/Makefile.am
773                 Fics alfabettical order.
774
775 2006-09-21 [wwp]        2.4.0cvs204
776
777         * tools/fix_date.sh
778         * tools/Makefile.am
779                 Added an action tool to fix missing Date field in emails.
780                 Updated Makefile.am to reflect those last two additions.
781
782 2006-09-21 [wwp]        2.4.0cvs203
783
784         * tools/uuooffice
785                 Added a action tool to open uuencoded docs w/
786                 OpenOffice (based on uudec method).
787
788 2006-09-21 [colin]      2.4.0cvs202
789
790         * src/compose.c
791         * src/textview.c
792                 Workaround possible GTK crash: remove selection 
793                 clipboard before destroying widget, or GTK+-2.10
794                 dies. Thanks to Hiro.
795
796 2006-09-20 [colin]      2.4.0cvs201
797
798         * src/compose.c
799                 Fix free-after-use in some cases (when 
800                 procmime_encode_content() frees mimeinfo->data.mem
801                 and turns it to a temp file)
802
803 2006-09-20 [colin]      2.4.0cvs200
804
805         * src/folderview.c
806         * src/summaryview.c
807         * src/gtk/gtksctree.c
808         * src/gtk/gtksctree.h
809                 Add tooltips in the folderview and summaryview
810                 (Doesn't break string freeze as they already
811                 exist)
812         * src/toolbar.c
813                 Put the spam button in the default configuration
814                 if compiled with bogo plugin too
815
816 2006-09-19 [colin]      2.4.0cvs199
817
818         * src/summaryview.c
819         * src/summaryview.h
820                 Update folder name label on folder rename
821         * src/prefs_matcher.c
822         * src/gtk/logwindow.h
823                 Fix warnings
824                 Patches by Fabien
825
826 2006-09-19 [wwp]        2.4.0cvs198
827
828         * src/summary_search.c
829                 fix can't click forward/backward buttons in the
830                 search messages.
831
832 2006-09-18 [paul]       2.4.0cvs197
833
834         * src/wizard.c
835                 add missing bracket, capitalise the A of
836                 'SpamAssassin'
837
838 2006-09-18 [paul]       2.4.0cvs196
839
840         * src/compose.c
841                 fix bug 1012 'crashed upon sending mail
842                 from compose window'
843                 Thanks to Colin
844
845 2006-09-16 [colin]      2.4.0cvs195
846
847         * src/folderview.c
848                 Fix "real-time" sorting by freezing/thawing
849
850 2006-09-16 [colin]      2.4.0cvs194
851
852         * manual/faq.xml
853                 Fix the anti-spam entry a bit
854
855 2006-09-16 [colin]      2.4.0cvs193
856
857         * src/wizard.c
858                 Make sure reviewers have no excuse when stating
859                 Sylpheed-Claws doesn't have antispam capabilities.
860
861 2006-09-16 [colin]      2.4.0cvs192
862
863         * src/main.c
864                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
865                 as if the SIGPIPE comes from etpan's thread we could
866                 trigger a GUI update from this thread.
867
868 2006-09-16 [colin]      2.4.0cvs191
869
870         * src/summaryview.c
871                 Init all members of the struct
872
873 2006-09-16 [paul]       2.4.0cvs190
874
875         * src/account.c
876                 improvements to the English
877
878 2006-09-15 [colin]      2.4.0cvs189
879
880         * src/summaryview.c
881                 HIG order on dialog
882
883 2006-09-14 [colin]      2.4.0cvs188
884
885         * src/common/socket.c
886         * src/common/socket.h
887         * src/common/ssl.c
888         * src/common/ssl_certificate.c
889         * src/common/ssl_certificate.h
890         * src/etpan/imap-thread.c
891                 the get_fqdn() call done to get canonical name when
892                 checking an SSL certificate is blocking, which is
893                 sad as we just did a non-blocking lookup to connect.
894                 Fix that by letting the fqdn available to the SockInfo,
895                 and use that in ssl_certificate_check(). For IMAP,
896                 we don't do it as the lookup's done by libetpan, but
897                 it's less annoying as IMAP connections as much more
898                 rare than POP3 connections.
899
900 2006-09-14 [paul]       2.4.0cvs187
901
902         * manual/advanced.xml
903                 improvements to the English,
904                 properly place the new hidden options
905                 within the alphabetical order
906         * src/gtk/pluginwindow.c
907                 improvements to the English
908
909 2006-09-14 [colin]      2.4.0cvs186
910
911         * src/prefs_common.c
912         * src/prefs_common.h
913         * src/gtk/gtksctree.c
914         * manual/advanced.xml
915                 New hidden pref, stripes_color_offset, to change
916                 the value added/substracted to normal bgcolor to
917                 create the stripes in summaries
918
919 2006-09-13 [colin]      2.4.0cvs185
920
921         * src/gedit-print.c
922         * src/messageview.c
923         * src/messageview.h
924         * src/summaryview.c
925         * src/textview.c
926                 Fix misc. printing issues: 
927                 - Bad font for linkified headers
928                 - Different font if the mail was displayed or not
929                 - Factorize the thing
930
931 2006-09-13 [colin]      2.4.0cvs184
932
933         * src/common/ssl_certificate.c
934                 Only get FQDN once when checking certificate
935
936 2006-09-13 [colin]      2.4.0cvs183
937
938         * src/account.c
939         * src/gtk/pluginwindow.c
940                 Misc. GUI fixes by Fabien
941
942 2006-09-13 [wwp]        2.4.0cvs182
943
944         * configure.ac
945         * src/common/utils.h
946         * src/common/utils.c
947                 get rid of unused wide-char functions.
948
949 2006-09-13 [wwp]        2.4.0cvs181
950
951         * src/plugins/pgpinline/sylpheed.def
952         * src/textview.c
953                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
954                 add privacy_reset_error to the .def file,
955                 do not fork for an external textviewer.
956
957 2006-09-13 [wwp]        2.4.0cvs180
958
959         * src/prefs_common.c
960                 fix broken font entry in prefs (patch issued by the gpg4win team,
961                 probably by Marcus Brinkmann <marcus@g10code.de>).
962
963 2006-09-13 [colin]      2.4.0cvs179
964
965         * src/folder.h
966                 Fix a warning in summaryview.c
967         * src/mainwindow.c
968         * src/summaryview.c
969         * src/summaryview.h
970                 Add missing Mark/* elements in the
971                 main menu
972
973 2006-09-12 [colin]      2.4.0cvs178
974
975         * src/prefs_actions.c
976         * src/prefs_filtering_action.c
977         * src/prefs_matcher.c
978                 Use (New) instead of New everywhere
979
980 2006-09-12 [wwp]        2.4.0cvs177
981
982         * manual/fr/addrbook.xml
983         * manual/fr/handling.xml
984                 updated some quotes in the fr manual to match the fr translation.
985
986 2006-09-12 [wwp]        2.4.0cvs176
987
988         * src/prefs_matcher.c
989                 don't store translated string elements in matcher expressions.
990                 Also fixed a misused of Q_().
991
992 2006-09-11 [wwp]        2.4.0cvs175
993
994         * src/plugins//bogofilter/bogofilter.c
995         * src/plugins//clamav/clamav_plugin.c
996         * src/plugins//demo/demo.c
997         * src/plugins//dillo_viewer/dillo_viewer.c
998         * src/plugins//pgpcore/plugin.c
999         * src/plugins//pgpinline/plugin.c
1000         * src/plugins//pgpmime/plugin.c
1001         * src/plugins//spamassassin/spamassassin.c
1002                 gettext-ize more strings (mostly plugin error messages).
1003
1004 2006-09-11 [colin]      2.4.0cvs174
1005
1006         * src/alertpanel.c
1007                 Make maximum buffer size bigger to avoid
1008                 truncating translated messages. Patch by
1009                 Fabien
1010
1011 2006-09-11 [colin]      2.4.0cvs173
1012
1013         * src/etpan/imap-thread.c
1014                 Fix compilation on OpenBSD, thanks to 
1015                 Landry
1016
1017 2006-09-10 [wwp]        2.4.0cvs172
1018
1019         * manual/account.xml
1020         * manual/addrbook.xml
1021         * manual/handling.xml
1022         * manual/es/handling.xml
1023         * manual/fr/account.xml
1024         * manual/fr/addrbook.xml
1025         * manual/fr/handling.xml
1026                 documented addressbook matching (condition configuration):
1027                   addrbook.xml, en fr
1028                 documented per-account filtering rules (handling/filtering
1029                   section, account section):
1030                   account.xml, handling.xml, en fr
1031                 slightly updated the handling/searching section to tell few
1032                   words about the extended search ability:
1033                   handling.xml, en fr
1034                 added missing <quote></quotes> to Quick Search:
1035                   handling.xml, en fr es
1036                 fixed a typo (auomatically):
1037                   handling.xml, en
1038                 changes revisited by Paul.
1039
1040 2006-09-10 [paul]       2.4.0cvs171
1041
1042         * src/prefs_actions.c
1043         * src/prefs_filtering.c
1044         * src/prefs_template.c
1045                 adjustments to the gui
1046                 Patch by Fabien Vantard (slightly modified)
1047
1048 2006-09-10 [colin]      2.4.0cvs170
1049
1050         * src/summaryview.c
1051                 Check folderitem/summaryview consistency
1052                 (basically automates Update summary). Fixes
1053                 #1011 (wrong (negative) count on unread 
1054                 messages)
1055
1056 2006-09-10 [colin]      2.4.0cvs169
1057
1058         * src/gtk/gtksctree.c
1059                 Fix recursive expansion via mouse
1060         * src/plugins/bogofilter/bogofilter.c
1061                 Use normal filtering way of moving
1062                 messages (batching), possibly fixing
1063                 bug #1015 (Bogofilter plugin doubles 
1064                 new messages)
1065
1066 2006-09-09 [wwp]        2.4.0cvs168
1067
1068         * src/prefs_filtering.c
1069                 better place for this fix.
1070
1071 2006-09-09 [wwp]        2.4.0cvs167
1072
1073         * src/prefs_filtering.c
1074                 fix a minor bug when the enabled status of a filtering/processing
1075                 rule always got set to TRUE when replacing this rule. That still
1076                 make sense when adding a new rule, but now when replacing, we
1077                 don't override the value of 'enabled'.
1078                 Also renamed the func prefs_filtering_list_view_get_rule_name()
1079                 to prefs_filtering_list_view_get_info() as this function not only
1080                 returns the name, but also the account_id and the enabled status.
1081
1082 2006-09-09 [mones]      2.4.0cvs166
1083
1084         * manual/glossary.xml
1085         * manual/plugins.xml
1086                 Minor format corrections
1087         * manual/gpl.xml
1088                 Fix misplaced NO WARRANTY section
1089         * manual/es/advanced.xml
1090         * manual/es/faq.xml
1091         * manual/es/glossary.xml
1092         * manual/es/gpl.xml
1093         * manual/es/handling.xml
1094         * manual/es/plugins.xml
1095         * manual/es/starting.xml
1096                 Incorporate changes from English version
1097         * manual/fr/ack.xml
1098         * manual/pl/ack.xml
1099         * manual/es/ack.xml
1100                 Fix address, (add translation credits in es version)
1101         * po/es.po
1102                 Updated translation
1103
1104 2006-09-09 [wwp]        2.4.0cvs165
1105
1106         * src/prefs_filtering.c
1107                 fix a crash when opening filtering prefs, if matcherrc file contains
1108                 broken data (non-existing account id, which is theoretically not
1109                 possible).
1110
1111 2006-09-08 [colin]      2.4.0cvs164
1112
1113         * src/folder.c
1114                 Wrong assert, make it an if()
1115         * src/gtk/gtksctree.c
1116                 Fix bug #1013 (expand selected thread 
1117                 tree) - expanding is now recursive
1118
1119 2006-09-07 [wwp]        2.4.0cvs163
1120
1121         * src/prefs_matcher.c
1122                 make better sentences about addressbook matching in the
1123                 matcher prefs. This should make translators' work easier
1124                 too.
1125
1126 2006-09-07 [wwp]        2.4.0cvs162
1127
1128         * src/prefs_filtering.c
1129                 code simplification (get rid of dup var. assignment).
1130
1131 2006-09-07 [wwp]        2.4.0cvs161
1132
1133         * src/summaryview.c
1134                 use GTK_STOCK icons when possible, patch by Fabien Vantard
1135                 <fzzzzz@gmail.com>.
1136
1137 2006-09-07 [paul]       2.4.0cvs160
1138
1139         * src/mimeview.c
1140                 fix compilation warnings
1141                 Thanks to Colin
1142
1143 2006-09-07 [paul]       2.4.0cvs159
1144
1145         * src/mimeview.c
1146                 select the mimepart icon when
1147                 displaying as text
1148                 Thanks to Colin
1149
1150 2006-09-06 [paul]       2.4.0cvs158
1151
1152         * src/prefs_filtering.c
1153                 fix labels and table element spacing
1154                 Patch by Fabien Vantard
1155
1156 2006-09-06 [paul]
1157
1158         2.5.0-rc3 released
1159
1160 2006-09-06 [paul]       2.4.0cvs157
1161
1162         * manual/es/advanced.xml
1163                 fix typo
1164
1165 2006-09-06 [wwp]        2.4.0cvs156
1166
1167         * src/mainwindow.c
1168                 fix an dup launch issue when iconified, thanks to Colin.
1169
1170 2006-09-06 [wwp]        2.4.0cvs155
1171
1172         * src/gtk//gtksctree.h
1173                 oops, forgot that one!
1174
1175 2006-09-06 [wwp]        2.4.0cvs154
1176
1177         * manual/pl/advanced.xml
1178         * manual/advanced.xml
1179         * manual/es/advanced.xml
1180         * manual/fr/advanced.xml
1181         * src/prefs_customheader.c
1182         * src/prefs_filtering_action.c
1183         * src/foldersel.c
1184         * src/prefs_summaries.c
1185         * src/prefs_filtering.c
1186         * src/account.c
1187         * src/compose.c
1188         * src/prefs_summary_column.c
1189         * src/addr_compl.c
1190         * src/prefs_actions.c
1191         * src/prefs_folder_column.c
1192         * src/ssl_manager.c
1193         * src/prefs_template.c
1194         * src/prefs_display_header.c
1195         * src/prefs_common.h
1196         * src/prefs_matcher.c
1197         * src/prefs_common.c
1198         * src/prefs_toolbar.c
1199         * src/summaryview.c
1200         * src/folderview.c
1201         * src/gtk/gtksctree.c
1202         * src/gtk/pluginwindow.c
1203         * src/gtk/progressdialog.c
1204         * src/gtk/prefswindow.c
1205                 renamed hidden option enable_rules_hint to use_stripes_everywhere
1206                 to make its meaning more obvious (all versions of the manual reflect
1207                 the change).
1208                 added an extra hidden option use_stripes_in_summary to allow
1209                 discarding these stripes in mainwindow's folder and message lists;
1210                 en and fr manuals only are OK towards this.
1211
1212 2006-09-06 [colin]      2.4.0cvs153
1213
1214         * src/textview.c
1215                 Hide Sylpheed-Claws' internal queue headers
1216                 when showing all headers. They'll be present
1217                 only in Source window.
1218
1219 2006-09-05 [colin]      2.4.0cvs152
1220
1221         * src/plugins/trayicon/trayicon.c
1222                 Fix crash at exit - we have to disconnect
1223                 our handlers
1224         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1225                 Update eggtrayicon - patch adapted from a
1226                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1227                 on Sylpheed's ML
1228
1229 2006-09-05 [colin]      2.4.0cvs151
1230
1231         * src/mainwindow.c
1232         * src/gtk/logwindow.c
1233                 Fix race condition when something writes
1234                 to the log too soon during init. Thanks
1235                 to Fabien Vantard
1236
1237 2006-09-05 [colin]      2.4.0cvs150
1238
1239         * src/mimeview.c
1240                 Don't select part on right-click either
1241
1242 2006-09-05 [paul]       2.4.0cvs149
1243
1244         * src/mimeview.c
1245                 completion of previous commit
1246                 Thanks to Colin
1247
1248 2006-09-05 [colin]      2.4.0cvs148
1249
1250         * src/mimeview.c
1251                 Don't force selection on middle-click, just open
1252
1253 2006-09-04 [colin]      2.4.0cvs147
1254
1255         * src/mimeview.c
1256                 Looks like gtk_notebook_set_current_page()
1257                 sometimes steals focus, and this annoys us
1258                 in MimeViewers as it renders navigation
1259                 keys useless. Take back focus after switching
1260                 pages.
1261
1262 2006-09-04 [colin]      2.4.0cvs146
1263
1264         * src/messageview.c
1265                 Set stop_loading when clicking on Next
1266                 during load. Don't add a callback to 
1267                 avoid over-complicating things.
1268
1269 2006-09-04 [colin]      2.4.0cvs145
1270
1271         * src/mimeview.c
1272         * src/messageview.c
1273                 Fix multiple loads in separate messageview
1274
1275 2006-09-04 [colin]      2.4.0cvs144
1276
1277         * src/summaryview.c
1278                 Let navigation keys be handled during 
1279                 load
1280
1281 2006-09-04 [colin]      2.4.0cvs143
1282
1283         * src/messageview.c
1284         * src/summaryview.c
1285         * src/textview.c
1286         * src/textview.h
1287                 Make loading of huge mails (lots of text and/or
1288                 images) cancellable, so the GUI doesn't block 
1289
1290 2006-09-04 [colin]      2.4.0cvs142
1291
1292         * src/plugins/trayicon/trayicon.c
1293                 Fix annoyance when removing a folder with 
1294                 unread mails: trayicon didn't update
1295
1296 2006-09-04 [paul]       2.4.0cvs141
1297
1298         * src/gtk/icon_legend.c
1299                 straighten up columns
1300                 Patch by Fabien Vantard
1301
1302 2006-09-04 [wwp]        2.4.0cvs140
1303
1304         * src/prefs_filtering.c
1305                 fix new line's account name in filtering prefs:
1306                 was "All", is now "(New)".
1307
1308 2006-09-04 [paul]       2.4.0cvs139
1309
1310         * tools/make.themes.project
1311                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1312                 instead of homebrewed "make release"
1313
1314 2006-09-03 [colin]      2.4.0cvs138
1315
1316         * src/folderview.c
1317                 Fix bug #1007 (Wrong folder highlighted)
1318
1319 2006-09-03 [colin]      2.4.0cvs137
1320
1321         * src/compose.c
1322                 Don't set Newsgroup: header to a mail folder
1323                 path
1324
1325 2006-09-03 [paul]       2.4.0cvs136
1326
1327         * src/prefs_other.c
1328         * src/prefs_spelling.c
1329                 unify the gui
1330
1331 2006-09-03 [paul]       2.4.0cvs135
1332
1333         * src/prefs_summaries.c
1334                 correct menu item text in prefs_keybind_apply_clicked()
1335
1336 2006-09-03 [paul]       2.4.0cvs134
1337
1338         * manual/advanced.xml
1339                 some improvements to the descriptions
1340         * src/mainwindow.c
1341         * src/messageview.c
1342         * src/summaryview.c
1343         * src/gtk/menu.c
1344                 fix menu sensitivity issues
1345         * src/prefs_message.c
1346                 drop the useless word 'short'
1347         * src/prefs_other.c
1348                 add the word 'lines' indicating log length
1349                 is a measure of lines
1350         * src/textview.c
1351                 fix compilation warnings
1352
1353 2006-09-02 [colin]      2.4.0cvs133
1354
1355         * src/messageview.c
1356                 Display a special return-receipt message
1357                 if the message is from the user
1358         * src/summaryview.c
1359                 Fix missing freeze of the list when marking
1360                 all read and unthreading for exec. Thanks
1361                 to Stephan Sachse.
1362
1363 2006-09-02 [paul]       2.4.0cvs132
1364
1365         * src/mainwindow.c
1366         * src/prefs_message.c
1367         * src/summaryview.c
1368                 fix some english
1369
1370 2006-09-02 [wwp]        2.4.0cvs131
1371
1372         * src/prefs_filtering.c
1373                 added an account name column to the filtering rules
1374                 dialog.
1375
1376 2006-09-02 [colin]      2.4.0cvs130
1377
1378         * src/gtk/logwindow.c
1379         * src/gtk/logwindow.h
1380                 Block scrolling if we're not at the end
1381                 of the log
1382
1383 2006-09-02 [colin]      2.4.0cvs129
1384
1385         * src/folder.c
1386                 Make sure account-specific rules can't
1387                 be used in {pre-,post-,}processing
1388         * src/mainwindow.c
1389         * src/gtk/logwindow.c
1390         * src/gtk/logwindow.h
1391                 Jump to last error when clicking on the
1392                 warning icon
1393
1394 2006-09-02 [colin]      2.4.0cvs128
1395
1396         * src/imap.c
1397         * src/import.c
1398         * src/mainwindow.c
1399         * src/mainwindow.h
1400                 Fix warning icon
1401         * src/inc.c
1402         * src/mbox.c
1403         * src/mbox.h
1404                 Let proc_mbox know its account, for
1405                 account-specific rules
1406
1407 2006-09-01 [colin]      2.4.0cvs127
1408
1409         * src/codeconv.c
1410                 Don't uselessly use iconv to convert from
1411                 us-ascii
1412         * src/alertpanel.c
1413         * src/mainwindow.c
1414         * src/mainwindow.h
1415         * src/inc.c
1416                 Fix certain log cases, disable warning icon
1417                 for now, the correct way to display it when
1418                 necessary and only when necessary is probably
1419                 to do it manually rather than use error logs
1420         * src/etpan/imap-thread.c
1421                 Clean up UID logging a bit
1422         * src/gtk/logwindow.c
1423         * src/gtk/logwindow.h
1424                 Make logging faster when the window's closed
1425
1426 2006-09-01 [wwp]        2.4.0cvs126
1427
1428         * manual/fr/account.xml
1429                 reflect changes to the ref. manual (parts of cvs72):
1430                 fix tabnames and quotes.
1431
1432 2006-09-01 [wwp]        2.4.0cvs125
1433
1434         * manual/fr/plugins.xml
1435                 reflect changes to the reference manual (cvs42):
1436                 update IRC channel info.
1437
1438 2006-09-01 [wwp]        2.4.0cvs124
1439
1440         * commitHelper
1441                 use CVSEDITOR env. var. if set, according to `man cvs`.
1442
1443 2006-09-01 [wwp]        2.4.0cvs123
1444
1445         * manual/advanced.xml
1446                 better sentence again (thanks to Paul).
1447
1448 2006-09-01 [wwp]        2.4.0cvs122
1449
1450         * manual/advanced.xml
1451         fix definition of toolbar_detachable and rework a bit the one of
1452         enable_dotted_lines.
1453
1454 2006-09-01 [mones]      2.4.0cvs121
1455
1456         * manual/advanced.xml
1457                 Document enable_dotted_lines
1458
1459 2006-09-01 [paul]       2.4.0cvs120
1460
1461         * src/folderview.c
1462         * src/folderview.h
1463         * src/imap.c
1464         * src/mainwindow.c
1465         * src/summaryview.c
1466                 obey the 'When entering folder...' option
1467                 when using the /View/Go to/... menu items
1468                 Thanks to Colin
1469
1470 2006-08-31 [colin]      2.4.0cvs119
1471
1472         * src/folderview.c
1473                 Revert 2.4.0cvs116, wrong fix.
1474
1475 2006-08-31 [colin]      2.4.0cvs118
1476
1477         * src/gtk/gtksctree.c
1478                 Better state the various copyrights
1479
1480 2006-08-31 [colin]      2.4.0cvs117
1481
1482         * src/prefs_common.c
1483                 fix enable_dotted_lines
1484
1485 2006-08-31 [colin]      2.4.0cvs116
1486
1487         * src/folderview.c
1488                 Use pref "Always open on select" when going
1489                 to next unread folder
1490         * src/gtk/gtksctree.c
1491                 Fix link failure to _gtk_clist_create_cell_layout
1492                 on certain computers. (Why not mine, I wonder)
1493
1494 2006-08-31 [colin]      2.4.0cvs115
1495
1496         * src/procmsg.c
1497         * src/textview.c
1498         * src/plugins/bogofilter/bogofilter.c
1499         * src/plugins/spamassassin/spamassassin.c
1500                 Requalify some "errors" to warnings
1501         * src/mainwindow.c
1502         * src/mainwindow.h
1503         * src/statusbar.c
1504                 Add an icon in the statusbar to notify
1505                 of errors
1506         * src/gtk/gtksctree.c
1507         * src/folderview.c
1508         * src/summaryview.c
1509                 Make the GtkSCTree look more modern by
1510                 alternating background lines
1511         * src/prefs_common.c
1512         * src/prefs_common.h
1513                 Add a pref to let people have the old
1514                 way if they prefer
1515
1516
1517 2006-08-30 [colin]      2.4.0cvs114
1518
1519         * src/procmsg.c
1520         * src/procmsg.h
1521                 Provide a way to filter a list of
1522                 messages in an optimised manner, and
1523                 add a list-filtering hook
1524         * src/folder.c
1525         * src/inc.c
1526         * src/mbox.c
1527                 Use the list filtering
1528         * src/plugins/bogofilter/bogofilter.c
1529                 Use the list-filtering hook
1530                 Use -b (bulk) mode for more speed
1531                 when learning and filtering
1532         * src/etpan/imap-thread.c
1533                 Make log output shorter in UID SEARCH
1534
1535
1536 2006-08-30 [colin]      2.4.0cvs113
1537
1538         * src/plugins/bogofilter/bogofilter.c
1539                 Really fast mass learning - thanks to David
1540                 Relson for the options explanations :)
1541
1542 2006-08-30 [colin]      2.4.0cvs112
1543
1544         * src/msgcache.c
1545                 Fix compilation on FreeBSD. Thanks
1546                 to Michael Hugues
1547
1548 2006-08-29 [colin]      2.4.0cvs111
1549
1550         * src/folderview.c
1551                 Handle "popup_menu" signal (for popping the 
1552                 menu via the keyboard)
1553         * src/mimeview.c
1554         * src/mimeview.h
1555         * src/summaryview.c
1556         * src/textview.c
1557         * src/gtk/gtkutils.c
1558         * src/gtk/gtkutils.h
1559                 Factorize scrolling code, and add an API 
1560                 for MimeViewers to handle scroll orders
1561
1562 2006-08-29 [wwp]        2.4.0cvs110
1563
1564         * src/plugins//bogofilter/bogofilter.c
1565         * src/plugins//spamassassin/spamassassin.c
1566                 make the bogofilter/spamassassin filtering error dialogs at
1567         incorporation obey to the "don't popup error dialog on
1568         receive error" option. If disabled, feed the log window w/
1569         the error message.
1570
1571 2006-08-29 [paul]
1572
1573         2.5.0-rc2 released
1574
1575 2006-08-29 [paul]       2.4.0cvs109
1576
1577         * Makefile.am
1578                 remove 'make release', it's not needed
1579                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1580
1581 2006-08-29 [paul]       2.4.0cvs108
1582
1583         * src/foldersel.c
1584         * src/summary_search.c
1585         * src/gtk/progressdialog.c
1586         * src/plugins/pgpcore/passphrase.c
1587                 replace deprecated gtk_window_set_policy()
1588
1589 2006-08-29 [colin]      2.4.0cvs107
1590
1591         * src/folder.c
1592                 Fix data loss when copy fails during a move:
1593                 only use fast remove_msgs if everything was
1594                 copied OK; else use slow remove_msg on the
1595                 mails that got copied only.
1596
1597 2006-08-28 [paul]       2.4.0cvs106
1598
1599         * src/mh.c
1600                 revert change in 2.4.0cvs104, it breaks
1601                 stuff
1602
1603 2006-08-28 [paul]       2.4.0cvs105
1604
1605         * src/plugins/spamassassin/spamassassin.c
1606                 english fix
1607
1608 2006-08-28 [paul]       2.4.0cvs104
1609
1610         * src/mh.c
1611                 fix data loss when moving to another
1612                 mailbox fails
1613         * src/prefs_spelling.c
1614                 improve the english
1615         * src/gtk/pluginwindow.c
1616                 improve the layout of the dialog text
1617         All thanks to Colin
1618
1619 2006-08-28 [paul]       2.4.0cvs103
1620
1621         * src/plugins/bogofilter/bogofilter.c
1622         * src/plugins/bogofilter/bogofilter_gtk.c
1623                 fix english up a bit, innit
1624
1625 2006-08-28 [paul]       2.4.0cvs102
1626
1627         * configure.ac
1628         * po/Makefile.in.in
1629         * po/Makevars
1630                 require autoconf 2.60, enabling building
1631                 with gettext 0.15 (gettext 0.14.x build still
1632                 possible). Replace Makefiles with versions
1633                 from gettext 0.15.
1634                 Remove configure options --with-localedir and
1635                 --with-mandir. The options that are provided
1636                 directly by autoconf 2.60 can be used instead:
1637                 --mandir --localedir
1638
1639 2006-08-27 [colin]      2.4.0cvs101
1640
1641         * src/plugins/bogofilter/Makefile.am
1642                 Fix make dist (no README)
1643
1644 2006-08-27 [colin]      2.4.0cvs100
1645
1646         * src/folder.c
1647                 Don't use F_UNKNOWN folders for any default
1648                 outbox/trash/etc
1649         * src/plugins/bogofilter/bogofilter.c
1650         * src/plugins/bogofilter/bogofilter.h
1651         * src/plugins/bogofilter/bogofilter_gtk.c
1652                 Add an option to specify the path to bogofilter
1653                 Use single-quotes to be able to learn in folders
1654                 with spaces in their names
1655                 Verify learning status
1656
1657 2006-08-27 [colin]      2.4.0cvs99
1658
1659         * manual/faq.xml
1660         * manual/plugins.xml
1661                 Document Bogofilter plugin
1662
1663 2006-08-27 [colin]      2.4.0cvs98
1664
1665         * src/compose.c
1666         * src/messageview.c
1667         * src/procmsg.c
1668         * src/procmsg.h
1669                 When possible, copy the queued mail to sent folder
1670                 instead of re-adding. Much faster on IMAP.
1671
1672 2006-08-27 [colin]      2.4.0cvs97
1673
1674         * src/msgcache.c
1675                 Disable mmaped caches - huge metadata loss
1676                 here after a power failure.
1677         * src/summaryview.c
1678                 Add quicksearch timing
1679         * src/common/plugin.c
1680         * src/common/plugin.h
1681                 Implement an interface to tell what plugins
1682                 provide. Prevent loading of similar plugins.
1683         * src/plugins/clamav/clamav_plugin.c
1684         * src/plugins/demo/demo.c
1685         * src/plugins/dillo_viewer/dillo_viewer.c
1686         * src/plugins/pgpcore/plugin.c
1687         * src/plugins/pgpinline/pgpinline.c
1688         * src/plugins/pgpmime/pgpmime.c
1689         * src/plugins/spamassassin/spamassassin.c
1690         * src/plugins/trayicon/trayicon.c
1691                 Implement plugin_provides()
1692
1693 2006-08-27 [colin]      2.4.0cvs96
1694
1695         * configure.ac
1696         * src/plugins/Makefile.am
1697         * src/plugins/bogofilter/.cvsignore
1698         * src/plugins/bogofilter/Makefile.am
1699         * src/plugins/bogofilter/bogofilter.c
1700         * src/plugins/bogofilter/bogofilter.h
1701         * src/plugins/bogofilter/bogofilter_gtk.c
1702                 New Bogofilter plugin, provides filtering and
1703                 learning. Spamassassin will go to extra plugins.
1704
1705 2006-08-26 [mones]      2.4.0cvs95
1706
1707         * manual/handling.xml
1708                 Fix subfolder path in the example (thanks to Paul) 
1709
1710 2006-08-26 [mones]      2.4.0cvs94
1711
1712         * manual/glossary.xml
1713                 2.2. + add ISP to the glossary
1714                 7.5. + Add UIDL to glossary
1715                 7.7. + Add TCP to glossary
1716         * manual/handling.xml
1717                 7.1. + Mentions GNU/Linux distribution, what about the non...
1718                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1719                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1720                 7.4. = Use appropriate quotation for commands
1721                 7.6. = change "" to <quote></quote>
1722         * manual/plugins.xml
1723                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1724         * manual/starting.xml
1725                 2.1. + local mbox file: some examples of mbox file locations...
1726                 Also reformatted files requiring it
1727
1728 2006-08-26 [wwp]        2.4.0cvs93
1729
1730         * src/summary_search.c
1731                 disable find buttons while summary search is running.
1732
1733 2006-08-25 [colin]      2.4.0cvs92
1734
1735         * src/folder.c
1736         * src/folderutils.c
1737         * src/mh.c
1738         * src/procmsg.h
1739         * src/summaryview.c
1740                 Speed up MH moving, and add progressbar
1741                 for MH deletion
1742         * src/msgcache.c
1743                 Write cache files using mmap() too
1744
1745 2006-08-25 [wwp]        2.4.0cvs91
1746
1747         * src/summaryview.c
1748                 switch spam<->ham button when a message has been marked as spam or ham
1749                 and is still selected. Thanks to Colin.
1750
1751 2006-08-25 [paul]       2.4.0cvs90
1752
1753         * src/Makefile.am
1754         * src/stock_pixmap.c
1755         * src/stock_pixmap.h
1756         * src/summaryview.c
1757         * src/gtk/icon_legend.c
1758         * src/pixmaps/copied.xpm
1759         * src/pixmaps/moved.xpm
1760                 add icons for delayed execution marked for
1761                 copying, marked for moving
1762
1763 2006-08-25 [mones]      2.4.0cvs89
1764
1765         * manual/glossary.xml
1766                 Fix the other glossary items:
1767                 5.1. = Inmmediate execution -> <quote>immediate execution...
1768                 5.2. = Fix MBOX capitalization -> Mbox
1769                 5.3. + Improve Plugins def. w/ tech. ref.
1770                 5.4. = Quotation -> replace '>' by <quote>></quote>
1771                 5.5. - SMTP Server. -> remove dot
1772         * po/es.po
1773                 Updated translation
1774
1775 2006-08-25 [mones]      2.4.0cvs88
1776
1777         * manual/ack.xml
1778                 Reformatted, changed email address
1779         * manual/glossary.xml
1780                 Reformatted, fixed MANUAL-TODO items:
1781                 8.2. + add ROT-13 to glossary
1782                 8.4. + add URL to glossary
1783         * manual/es/advanced.xml
1784                 Fixed <literal>s
1785
1786 2006-08-25 [paul]       2.4.0cvs87
1787
1788         * src/gtk/icon_legend.c
1789                 add 'marked for deletion' icon
1790                 arrange icons by containing column
1791                 wrap long label text
1792
1793 2006-08-25 [colin]      2.4.0cvs86
1794
1795         * src/common/utils.c
1796         * src/common/utils.h
1797                 Add the sc_g_*list_bigger functions in
1798                 a place everyone can use it
1799         * src/summaryview.c
1800                 Only freeze/thaw the list when working
1801                 on the selection, if it's bigger than 1
1802         * src/gtk/gtksctree.c
1803                 Only freeze/thaw the list when unselec-
1804                 ting 'all' if ('all' != 1)
1805                 This avoids some flickering
1806
1807 2006-08-24 [colin]      2.4.0cvs85
1808
1809         * src/addressbook.c
1810                 Fix strange list selection
1811                 Fix random seg (Invalid read of freed memory)
1812
1813 2006-08-24 [colin]      2.4.0cvs84
1814
1815         * src/alertpanel.c
1816         * src/gtk/inputdialog.c
1817         * src/plugins/pgpcore/passphrase.c
1818                 Revert minimal width patch of 2.4.0cvs67,
1819                 as it is also a maximal width. Use 
1820                 gtk_window_set_default_size instead.
1821
1822 2006-08-24 [colin]      2.4.0cvs83
1823
1824         * src/msgcache.c
1825                 Write cache/mark to temp files before
1826                 overwriting old ones (avoids metadata
1827                 loss if writing the new files fail).
1828                 Use mmap() to read cache/mark file, as
1829                 this makes cache reading faster. Dis-
1830                 abled for big-endian machines until it
1831                 can be tested. (Big-endian users: set
1832                 msgcache_use_mmap = TRUE in the relevant
1833                 #if).
1834         * src/procmsg.h
1835                 Move rarely used fields of MsgInfo in 
1836                 another structure, which will only be
1837                 allocated if needed. Face, X-Face,
1838                 Return receipt headers and List-*
1839                 headers are moved. Mails having none
1840                 of these occupy 52 bytes less with
1841                 this patch, which makes 2.5MB of RAM
1842                 saved on a 50k folder).
1843         * src/headerview.c
1844         * src/mainwindow.c
1845         * src/messageview.c
1846         * src/partial_download.c
1847         * src/procheader.c
1848         * src/procmsg.c
1849         * src/textview.c
1850                 Follow this structure change.
1851
1852 2006-08-24 [wwp]        2.4.0cvs82
1853
1854         * manual/es/.cvsignore
1855         * manual/es/dist/.cvsignore
1856         * manual/es/dist/html/.cvsignore
1857         * manual/es/dist/pdf/.cvsignore
1858         * manual/es/dist/ps/.cvsignore
1859         * manual/es/dist/txt/.cvsignore
1860                 more (generated) files to ignore.
1861
1862 2006-08-24 [colin]      2.4.0cvs81
1863
1864         * src/folder.c
1865         * src/mh.c
1866                 Fix possible problems with local delivery. Check the folder doesn't
1867                 need scan before setting its mtime when saving cache (which can be
1868                 done long after the folder's been modified by an external process);
1869                 Check that the stored item's mtime didn't change in mh functions.
1870
1871 2006-08-24 [mones]      2.4.0cvs80
1872
1873         * manual/advanced.xml
1874                 Rewrapping, some fixes and MANUAL-TODO items:
1875                 8.1. = change "" to <quote></quote>
1876                 8.3. = quote menu items
1877                 8.5. - deploying -> new user ... ideally a new user (redundant)
1878
1879 2006-08-23 [colin]      2.4.0cvs79
1880
1881         * src/gtk/gtksctree.c
1882                 When selecting or deselecting range, only
1883                 freeze/thaw when selection is bigger than 10
1884
1885 2006-08-23 [colin]      2.4.0cvs78
1886
1887         * src/messageview.c
1888         * src/mimeview.c
1889         * src/mimeview.h
1890         * src/plugins/dillo_viewer/dillo_viewer.c
1891                 Provide an API for MimeViewer plugins to
1892                 return a text selection for replying
1893
1894 2006-08-23 [colin]      2.4.0cvs77
1895
1896         * src/image_viewer.c
1897         * src/textview.c
1898                 Use gtk_pixbuf_new_from_file_at_scale(), which
1899                 is faster than getting the pixbuf then resizing
1900                 it.
1901
1902 2006-08-23 [colin]      2.4.0cvs76
1903
1904         * src/procmime.c
1905                 UTF-8 should be sent Quoted-printable
1906
1907 2006-08-22 [colin]      2.4.0cvs75
1908
1909         * src/mh.c
1910                 Check if scan is required before touching
1911                 the folder (or it'll be required every time)
1912
1913 2006-08-22 [colin]      2.4.0cvs74
1914
1915         * configure.ac
1916                 Require libetpan 0.46 (crasher fix when built
1917                 against gnutls)
1918
1919 2006-08-22 [colin]      2.4.0cvs73
1920
1921         * src/folder.c
1922                 Set folder's mtime after writing its
1923                 cache
1924         * src/folderview.c
1925                 Add some timing
1926         * src/procmsg.c
1927                 Don't do useless stuff if we don't 
1928                 thread by subject
1929         * src/summaryview.c
1930                 Add some timing, don't deselect prior
1931                 to selecting (gtksctree does it itself),
1932                 remove crash avoidance hacks as it's been
1933                 properly fixed since a while
1934         * src/common/utils.c
1935                 Optimize to_human_readable(): _() is slow,
1936                 do it only once, and avoid %f format for KB
1937                 (the most common in a summaryview)
1938         * src/gtk/gtksctree.c
1939                 Don't uselessly freeze/thaw (fixes flicker
1940                 on next unread and friends), reduce number
1941                 of g_list_nth/g_list_position where possible
1942         * src/gtk/gtkutils.c
1943         * src/gtk/gtkutils.h
1944                 Reduce number of g_list_nth/g_list_position
1945                 where possible.
1946                 All of this makes loading as 70k folder 2.1
1947                 seconds instead of 3.2 (with hot FS caches).
1948                 (1.3 seconds without Date and Size columns...)
1949
1950 2006-08-22 [paul]       2.4.0cvs72
1951
1952         wrap documents and do some items from mones' MANUAL-TODO:
1953
1954         * manual/account.xml
1955                 4.1. = fix tabname references to <quote>tabname</quote>
1956                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1957         * manual/faq.xml
1958                 1.1. = mentioned options don't match UI
1959                 Add information about the 'Never send Return Receipts'
1960                 option
1961         * manual/handling.xml
1962                 6.2. = Mentions Extended symbols button, but now is
1963                 named Information
1964                 6.3. = Mentions ... button, which is now Edit
1965
1966 2006-08-22 [colin]      2.4.0cvs71
1967
1968         * src/gtk/pluginwindow.c
1969                 Fix layout in verbose translations (such
1970                 as french)
1971
1972 2006-08-22 [paul]       2.4.0cvs70
1973
1974         * manual/Makefile.am
1975                 build manuals in alphabetical order
1976         * src/addressbook.c
1977         * src/prefs_themes.c
1978                 replace/remove deprecated symbols
1979         * src/gtk/gtkutils.c
1980                 fix a warning
1981         * src/gtk/pluginwindow.c
1982                 replace deprecated symbol
1983                 replace label text and move it
1984         * src/plugins/pgpcore/prefs_gpg.c
1985                 move the 'Generate...' button out of the
1986                 Sign Key frame, replace the English used
1987         * src/plugins/pgpcore/sgpgme.c
1988                 fixes to the English
1989
1990 2006-08-21 [colin]      2.4.0cvs69
1991
1992         * src/plugins/trayicon/trayicon.c
1993                 Add more strings for translation; patch
1994                 by Pawel
1995
1996 2006-08-21 [colin]      2.4.0cvs68
1997
1998         * src/compose.c
1999                 fix replied flag not set after drafting
2000         * src/matcher.c
2001                 fix body quicksearch in non-encoded bodies
2002                 containing '='
2003         * src/msgcache.c
2004                 Get rid of the g_malloc workaround for
2005                 corrupted caches, use g_try_malloc
2006
2007 2006-08-21 [colin]      2.4.0cvs67
2008
2009         * src/alertpanel.c
2010         * src/gtk/inputdialog.c
2011         * src/plugins/pgpcore/passphrase.c
2012                 Set minimal width to 375
2013         * src/mainwindow.c
2014                 Fix switching to offline, asking if it 
2015                 should be overriden for synchronising
2016         * src/mimeview.c
2017                 Don't offer to remember command on Open 
2018                 with for text parts, as the browser or 
2019                 text editor command isn't changed from 
2020                 there
2021
2022 2006-08-20 [paul]       2.4.0cvs66
2023
2024         * po/ko.po
2025         * po/zh_CN.po
2026                 fix plural form errors. revealed by stricter
2027                 checking of gettext 0.15
2028
2029 2006-08-18 [paul]       2.4.0cvs65
2030
2031         * src/stock_pixmap.c
2032                 fix the fix of 2.4.0cvs64
2033                 Thanks to Colin
2034
2035 2006-08-18 [paul]       2.4.0cvs64
2036
2037         * src/stock_pixmap.c
2038                 fix leaks
2039                 Thanks to Colin
2040
2041 2006-08-18 [paul]       2.4.0cvs63
2042
2043         * src/compose.c
2044         * src/procmsg.c
2045                 fix occasional IMAP bug where large msgs
2046                 were left in the queue folder after sending
2047                 Thanks to Colin
2048
2049 2006-08-18 [paul]       2.4.0cvs62
2050
2051         * src/folderview.c
2052                 freeze the summaryview while quicksearch results
2053                 are displayed
2054                 (fixes bug 456 'current message is hidden when the
2055                 view is refreshed and extended search is "unread 
2056                 messages"')
2057                 Thanks to Colin
2058         * src/textview.c
2059                 add missing #include "inputdialog.h"
2060         * src/common/utils.h
2061                 add missing mailcap_update_default() and improve
2062                 readability
2063
2064 2006-08-17 [colin]      2.4.0cvs61
2065
2066         * src/plugins/pgpcore/select-keys.c
2067                 Fix warnings :)
2068
2069 2006-08-17 [colin]      2.4.0cvs60
2070
2071         * src/compose.c
2072                 Don't continue queuing if Cancel is clicked
2073                 in select-keys
2074
2075 2006-08-17 [colin]      2.4.0cvs59
2076
2077         * src/plugins/pgpcore/select-keys.c
2078                 When encrypting, if only one key matches and it 
2079                 matches exactly, automatically use it.
2080
2081 2006-08-17 [colin]      2.4.0cvs58
2082
2083         * src/mimeview.c
2084         * src/prefs_common.c
2085         * src/prefs_common.h
2086         * src/prefs_ext_prog.c
2087         * src/textview.c
2088                 Fix issues with previous patch (text/html)
2089                 Remove outdated prefs
2090
2091 2006-08-17 [colin]      2.4.0cvs57
2092
2093         * src/imap.c
2094                 Add View Log button on auth error
2095         * src/procmsg.c
2096                 Fix encrypted mail marked as new when
2097                 saved in normal folders
2098         * src/plugins/pgpinline/pgpinline.c
2099                 Fix encrypt bug on IMAP
2100         * src/mimeview.c
2101         * src/common/utils.c
2102         * src/common/utils.h
2103         * src/gtk/inputdialog.c
2104         * src/gtk/inputdialog.h
2105                 Get rid of metamail stuff, simplify
2106                 opening, and allow remembering of user's
2107                 choices (by updating ~/.mailcap). There's
2108                 still to drop "Audio player" and "Image
2109                 viewer" preferences.
2110
2111 2006-08-17 [mones]      2.4.0cvs56
2112
2113         * manual/es/sylpheed-claws-manual.xml
2114                 fix DTD path
2115
2116 2006-08-17 [mones]      2.4.0cvs55
2117
2118         * configure.ac
2119         * manual/Makefile.am
2120         * manual/es/Makefile.am
2121         * manual/es/account.xml
2122         * manual/es/ack.xml
2123         * manual/es/addrbook.xml
2124         * manual/es/advanced.xml
2125         * manual/es/faq.xml
2126         * manual/es/glossary.xml
2127         * manual/es/gpl.xml
2128         * manual/es/handling.xml
2129         * manual/es/intro.xml
2130         * manual/es/keyboard.xml
2131         * manual/es/plugins.xml
2132         * manual/es/starting.xml
2133         * manual/es/sylpheed-claws-manual.xml
2134         * manual/es/dist/Makefile.am
2135         * manual/es/dist/html/Makefile.am
2136         * manual/es/dist/pdf/Makefile.am
2137         * manual/es/dist/ps/Makefile.am
2138         * manual/es/dist/txt/Makefile.am
2139                 Spanish translation for the manual
2140
2141 2006-08-16 [colin]      2.4.0cvs54
2142
2143         * src/compose.c
2144         * src/main.c
2145         * src/mainwindow.c
2146                 Fix send button sensitivity at startup
2147                 Set send menu sensitivity (patch by Fabien)
2148         * src/ssl_manager.c
2149                 Enable closing with esc (patch by Fabien)
2150         * src/gtk/foldersort.c
2151                 Enable closing with esc (patch by Fabien)
2152         * src/procmime.c
2153                 Optimisation (no need to copy to tempfile to
2154                 "decode" 7bit and 8bit)
2155         * src/summaryview.c
2156                 Fix cruft in swap_from case
2157         * src/textview.c
2158                 Fix missing last line in some mail cases 
2159                 (Fixes debian #381872)
2160         * src/plugins/pgpcore/prefs_gpg.c
2161         * src/plugins/pgpcore/sgpgme.c
2162         * src/plugins/pgpcore/sgpgme.h
2163                 Don't show "no key found" when user explicitely
2164                 wants to create a key
2165
2166 2006-08-16 [paul]       2.4.0cvs53
2167
2168         * configure.ac
2169         * src/account.c
2170         * src/addressbook.c
2171         * src/headerview.c
2172         * src/prefs_account.c
2173         * src/prefs_message.c
2174         * src/gtk/gtkutils.c
2175                 bump up minimum required versions of GTK+ and
2176                 GLIB to 2.6.0
2177
2178 2006-08-16 [paul]       2.4.0cvs52
2179
2180         * src/toolbar.c
2181                 workaround GTK+ Bug 351600 - 'Can't re-click
2182                 on button after sensitivity update'
2183                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
2184                 Thanks to Colin
2185
2186 2006-08-15 [colin]      2.4.0cvs51
2187
2188         * src/plugins/pgpcore/prefs_gpg.c
2189                 Set options sensitivity according to
2190                 key existence
2191         * src/plugins/pgpcore/sgpgme.c
2192                 Allow to create key with no passphrase
2193
2194 2006-08-14 [cleroy]     2.4.0cvs50
2195
2196         * src/gtk/pluginwindow.c
2197                 New layout (maybe to be changed?)
2198         * src/gtk/gtkutils.c
2199                 Fix a bit label_window
2200         * src/plugins/pgpcore/passphrase.c
2201         * src/plugins/pgpcore/passphrase.h
2202         * src/plugins/pgpcore/plugin.c
2203         * src/plugins/pgpcore/prefs_gpg.c
2204         * src/plugins/pgpcore/prefs_gpg.h
2205         * src/plugins/pgpcore/sgpgme.c
2206         * src/plugins/pgpcore/sgpgme.h
2207                 Allow to create a PGP private key via the GUI
2208
2209 2006-08-14 [wwp]        2.4.0cvs49
2210
2211         * src/addressbook_foldersel.c
2212                 fix strict ISO C90 compliance.
2213
2214 2006-08-14 [paul]       2.4.0cvs48
2215
2216         * src/gtk/prefswindow.c
2217                 re-set scrolled window on opening
2218                 Patch by Ticho
2219
2220 2006-08-14 [paul]
2221
2222         2.5.0-rc1 released
2223
2224 2006-08-14 [paul]       2.4.0cvs47
2225
2226         * src/prefs_display_header.c
2227                 re-enable user-defined Displayed Headers
2228
2229 2006-08-14 [paul]       2.4.0cvs46
2230
2231         * src/prefs_account.c
2232                 use GTK_STOCK_EDIT
2233
2234 2006-08-13 [colin]      2.4.0cvs45
2235
2236         * src/common/utils.c
2237                 Fix "a" in quote when the original message is empty,
2238                 by using \0 instead of 'a' to test writability of
2239                 temp files.
2240
2241 2006-08-13 [wwp]        2.4.0cvs44
2242
2243         * src/plugins/spamassassin/spamassassin.c
2244                 fix capitalization of "SpamAssassin" in some debug, log and
2245                 dialog messages.
2246
2247 2006-08-13 [paul]       2.4.0cvs43
2248
2249         * src/editldap.c
2250                 fix overlapping widgets
2251         * src/prefs_account.c
2252                 fix translation of protocol_names[]
2253                 fix label disappearing off the edge of the
2254                 visible area
2255
2256 2006-08-12 [paul]       2.4.0cvs42
2257
2258         * manual/plugins.xml
2259                 update IRC channel info before it gets forgotten
2260                 about
2261
2262 2006-08-11 [colin]      2.4.0cvs41
2263
2264         * src/compose.c
2265         * src/mainwindow.c
2266         * src/mainwindow.h
2267         * src/procmsg.c
2268         * src/procmsg.h
2269         * src/summaryview.c
2270         * src/toolbar.c
2271                 Grey out the Send button if
2272                 - Queue folders are empty, or
2273                 - We're sending already
2274
2275 2006-08-11 [wwp]        2.4.0cvs40
2276
2277         * src/main.c
2278                 fix a logic issue when quitting while a compose window is
2279                 still open, thanks to Colin.
2280
2281 2006-08-10 [colin]      2.4.0cvs39
2282
2283         * src/main.c
2284                 Fix default font size setting after wizard run
2285         * src/imap.c
2286         * src/etpan/imap-thread.c
2287         * src/etpan/imap-thread.h
2288                 Fix bug #999 (Timing out on TSL cert validation 
2289                 dialog makes ugly things happen). Also, STARTTLS
2290                 unconditionnaly if initial capabilities contain
2291                 LOGINDISABLED and STARTTLS.
2292
2293 2006-08-09 [colin]      2.4.0cvs38
2294
2295         * src/mainwindow.c
2296         * src/mainwindow.h
2297                 Fix Tools/Actions sensitivity when there are
2298                 no actions
2299
2300 2006-08-09 [colin]      2.4.0cvs37
2301
2302         * src/prefs_filtering.c
2303                 Warning fix, patch by Paul
2304         * src/messageview.c
2305         * src/prefs_actions.c
2306         * src/prefs_filtering_action.c
2307         * src/prefs_matcher.c
2308                 Uniformisation of "Info ..." to "Info..." (for
2309                 old gtk), patch by Fabien
2310         * src/plugins/clamav/clamav_plugin_gtk.c
2311                 Sensitivity fix by Fabien
2312
2313 2006-08-09 [colin]      2.4.0cvs36
2314
2315         * src/main.c
2316         * src/main.h
2317                 Add a function to know whether we're exiting
2318         * src/plugins/trayicon/trayicon.c
2319                 If exiting, don't do anything. Faster, and
2320                 avoids gtk_main_iteration reentracy causing
2321                 segfaults at exit
2322
2323 2006-08-09 [colin]      2.4.0cvs35
2324
2325         * src/messageview.c
2326         * src/mimeview.c
2327         * src/mimeview.h
2328                 Fix lack of part selection when automatically 
2329                 jumping to a specific part
2330         * src/msgcache.c
2331                 Little optimisation in cache reading
2332
2333 2006-08-09 [colin]      2.4.0cvs34
2334
2335         * src/compose.c
2336                 Fix crash setting the priority on reedit
2337                 (Accessing compose before creating it!)
2338
2339 2006-08-08 [colin]      2.4.0cvs33
2340
2341         * src/procmime.c
2342                 Fix bug #998 (last attachment is not accessible)
2343                 Bad RFC interpretation on multipart close-delimiters
2344         * src/mimeview.c
2345         * src/mimeview.h
2346         * src/gtk/gtkvscrollbutton.c
2347         * src/gtk/gtkvscrollbutton.h
2348                 Make attachments list wheel-scrollable
2349
2350 2006-08-07 [colin]      2.4.0cvs32
2351
2352         * src/gtk/gtkaspell.c
2353                 Fix bug #973 (Unicode punctation characters 
2354                 are not recognized as separators by the
2355                 spell checker); fix unsigned stuff
2356
2357 2006-08-07 [colin]      2.4.0cvs31
2358
2359         * src/compose.c
2360                 Fix bug #956 (DnD text with accents in compose 
2361                 text entry); fix gccc's signed/unsigned fuss
2362
2363 2006-08-06 [colin]      2.4.0cvs30
2364
2365         * src/main.c
2366                 Fix bug #979 (Plugin crashes when exiting 
2367                 sylpheed-claws) : handle exit request only 
2368                 once
2369
2370 2006-08-05 [colin]      2.4.0cvs29
2371
2372         * src/news.c
2373                 Just make sure we have a msgid.
2374
2375 2006-08-05 [colin]      2.4.0cvs28
2376
2377         * src/news.c
2378         * src/summaryview.c
2379                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2380                 by reimplementing it
2381         * src/textview.c
2382                 Fix bug when hiding quotes with level > 3 and quote
2383                 colors are recycled
2384
2385 2006-08-04 [colin]      2.4.0cvs27
2386
2387         * src/compose.c
2388         * src/undo.c
2389         * src/undo.h
2390                 Fix a bit replace-by-pasting undo
2391         * src/mainwindow.c
2392         * src/messageview.c
2393                 Fix Fold quotes menu synchro in
2394                 mainwindow when it changes in 
2395                 messageview
2396         * src/textview.c
2397                 Fix right-click on quotes blocks
2398         * src/common/utils.c
2399                 Verify that the file created by
2400                 my_tmpfile() is writable. Fixes
2401                 bug #988 (very specific filesystem
2402                 issue)
2403         * src/plugins/pgpcore/sgpgme.c
2404                 Fix file descriptor leak
2405         * src/plugins/spamassassin/spamassassin.c
2406                 Warn once if spamd isn't reachable
2407
2408 2006-08-04 [colin]      2.4.0cvs26
2409
2410         * src/toolbar.c
2411                 i18n context patch by Fabien
2412
2413 2006-08-03 [colin]      2.4.0cvs25
2414
2415         * src/mainwindow.c
2416         * src/messageview.c
2417                 Rename "Hide quotes" to "Fold quotes"
2418         * src/textview.c
2419                 Don't use hand cursor on quotes. "all 
2420                 the bonuses of the feature and none of 
2421                 unwelcome side-effects"
2422
2423 2006-08-03 [colin]      2.4.0cvs24
2424
2425         * AUTHORS
2426         * sylpheed-claws.desktop
2427         * src/gtk/authors.h
2428                 Bring the desktop file to XDG compliance
2429                 Patch by Charles A. Edwards
2430
2431 2006-08-03 [colin]      2.4.0cvs23
2432
2433         * src/textview.c
2434                 Fix links offset when they are preceded
2435                 by accentued chars (g_utf8_strlen!)
2436         * src/mainwindow.c
2437                 Fix wrong status when starting offline
2438
2439
2440 2006-08-03 [wwp]        2.4.0cvs22
2441
2442         * src/prefs_common.h
2443                 ask what to do w/ filtering rules that belong to an account when
2444                 applying filtering rules manually from the main window (skip,
2445                 apply regardless of the account, use current account). This dialog
2446                 can be skipped and the last reply used.
2447                 (forgot that file)
2448
2449 2006-08-03 [wwp]        2.4.0cvs21
2450
2451         * src/filtering.c
2452         * src/filtering.h
2453         * src/prefs_common.c
2454         * src/summaryview.c
2455         * src/alertpanel.c
2456         * src/alertpanel.h
2457         * src/messageview.c
2458                 ask what to do w/ filtering rules that belong to an account when
2459                 applying filtering rules manually from the main window (skip,
2460                 apply regardless of the account, use current account). This dialog
2461                 can be skipped and the last reply used.
2462
2463
2464 2006-08-03 [colin]      2.4.0cvs20
2465
2466         * src/textview.c
2467                 Optimize previous patch
2468
2469 2006-08-03 [cleroy]     2.4.0cvs19
2470
2471         * src/textview.c
2472                 Fix quotes getting toggled back when the
2473                 mail has an even number of text parts
2474
2475 2006-08-02 [colin]      2.4.0cvs18
2476
2477         * src/messageview.c
2478                 Add Hide quotes menu
2479
2480 2006-08-02 [colin]      2.4.0cvs17
2481
2482         * src/mainwindow.c
2483         * src/prefs_common.c
2484         * src/textview.c
2485         * src/textview.h
2486         * src/gtk/about.c
2487                 Allow per-level quote hiding,
2488                 Allow toggling quotes by double-clicking them
2489                 Rename RemoteURI to ClickableText to reflect
2490                 the fact it's used for a variety of things
2491
2492 2006-08-02 [wwp]        2.4.0cvs16
2493
2494         * src/mainwindow.c
2495                 fix "View/Hide quotes" menu item status initialization.
2496
2497 2006-08-02 [wwp]        2.4.0cvs15
2498
2499         * src/matcher_parser_parse.y
2500                 remove a debug trace.
2501
2502 2006-08-02 [paul]       2.4.0cvs14
2503
2504         * src/plugins/pgpcore/passphrase.c
2505                 don't set initial dialog size
2506                 make it resizable
2507
2508 2006-08-02 [paul]       2.4.0cvs13
2509
2510         * src/noticeview.c
2511                 remove the rogue '/' character
2512
2513 2006-08-02 [paul]       2.4.0cvs12
2514
2515         * src/noticeview.c
2516                 allow buttons to resize as necessary
2517
2518 2006-08-01 [wwp]        2.4.0cvs11
2519
2520         * src/mbox.c
2521                 fix strict ISO C90 compliance.
2522
2523 2006-08-01 [wwp]        2.4.0cvs10
2524
2525         * tools/update-po
2526                 updated update-po tool to work w/ context-dependent translations.
2527                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2528
2529 2006-08-01 [wwp]        2.4.0cvs9
2530
2531         * src/matcher.c
2532         * src/prefs_filtering.c
2533         * src/prefs_matcher.c
2534                 allow context-dependent translations for "All",
2535                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2536
2537 2006-07-31 [colin]      2.4.0cvs8
2538
2539         * AUTHORS
2540         * src/gtk/authors.h
2541                 Add Rafal to authors
2542
2543 2006-07-31 [colin]      2.4.0cvs7
2544
2545         * src/compose.c
2546         * src/mainwindow.c
2547         * src/messageview.h
2548         * src/prefs_common.c
2549         * src/prefs_common.h
2550         * src/textview.c
2551                 Add 'View/Hide quotes'. Patch based on a patch
2552                 by Rafal Weglarz
2553
2554 2006-07-31 [colin]      2.4.0cvs6
2555
2556         * src/action.c
2557                 Fix problem with "> stuff >" actions
2558
2559 2006-07-31 [paul]       2.4.0cvs5
2560
2561         * po/nb.po
2562                 updated by Geir Helland
2563
2564 2006-07-31 [wwp]        2.4.0cvs4
2565
2566         * src/mainwindow.c
2567         * src/summaryview.c
2568         * src/summaryview.h
2569                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2570                 thanks to Colin.
2571
2572 2006-07-31 [wwp]        2.4.0cvs3
2573
2574         * src/Makefile.am
2575         * src/addr_compl.c
2576         * src/addr_compl.h
2577         * src/addressbook.c
2578         * src/addressbook.h
2579         * src/addressbook_foldersel.c
2580         * src/addressbook_foldersel.h
2581         * src/addrindex.c
2582         * src/addrindex.h
2583         * src/matcher.c
2584         * src/matcher.h
2585         * src/matcher_parser_lex.l
2586         * src/matcher_parser_parse.y
2587         * src/prefs_common.c
2588         * src/prefs_common.h
2589         * src/prefs_filtering.c
2590         * src/prefs_matcher.c
2591         * src/prefs_matcher.h
2592         * src/summaryview.c
2593                 introduce filtering against the address book. It's now possible to add
2594                 matched conditions to determine if any email address in a message matches
2595                 or doesn't match any or all books or folders in the address book.
2596
2597 2006-07-31 [wwp]        2.4.0cvs2
2598
2599         * src/account.c
2600         * src/filtering.c
2601         * src/filtering.h
2602         * src/folder.c
2603         * src/folderview.c
2604         * src/inc.c
2605         * src/mainwindow.c
2606         * src/matcher.c
2607         * src/matcher_parser_lex.l
2608         * src/matcher_parser_parse.y
2609         * src/mbox.c
2610         * src/prefs_filtering.c
2611         * src/prefs_filtering.h
2612         * src/procmsg.c
2613         * src/procmsg.h
2614         * src/summaryview.c
2615                 introduce per-account filtering rules. Each filtering rule can now be assigned
2616                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2617                 when applying filtering rules manually, as all rules will apply - even the ones
2618                 assigned to an account. This issue will be addressed soon.
2619  
2620
2621
2622 2006-07-31 [wwp]        2.4.0cvs1
2623
2624         * src/quote_fmt.c
2625                 make more strings translatable.
2626
2627 2006-07-31 [paul]       2.4.0
2628
2629         2.4.0 released
2630
2631 2006-07-31 [paul]       2.3.1cvs91
2632
2633         * po/ca.po
2634                 updated by Miquel Oliete
2635
2636 2006-07-31 [paul]       2.3.1cvs90
2637
2638         * po/de.po
2639         * po/el.po
2640         * po/fr.po
2641         * po/it.po
2642         * po/pl.po
2643         * po/pt_BR.po
2644         * po/sr.po
2645         * po/zh_CN.po
2646                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2647                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2648                 Aleksandar Urosevic, and Ralgh Young
2649
2650 2006-07-31 [paul]       2.3.1cvs89
2651
2652         * src/account.c
2653         * src/main.c
2654         * src/mainwindow.c
2655         * src/mainwindow.h
2656                 Fix a race condition when, after an SC crash, rescanning
2657                 folders took more than 0.5 seconds
2658                 Thanks to Colin
2659
2660 2006-07-31 [paul]       2.3.1cvs88
2661
2662         * src/folderview.c
2663                 don't translate separator strings
2664
2665 2006-07-30 [mones]      2.3.1cvs87
2666
2667         * doc/man/sylpheed-claws.1
2668                 Fixed non-ASCII chars in Hoa's name
2669         * po/es.po
2670                 Updated for release
2671
2672 2006-07-27 [colin]      2.3.1cvs86
2673
2674         * src/textview.c
2675                 Don't include the leading \n in links
2676                 Patch by Fabien
2677
2678 2006-07-25 [colin]      2.3.1cvs85
2679
2680         * src/mainwindow.c
2681         * src/common/socket.h
2682         * src/etpan/imap-thread.c
2683                 Refresh resolvers before connecting
2684                 to IMAP servers, and after switching
2685                 to online. Thanks to Paul.
2686
2687 2006-07-18 [colin]
2688
2689         * 2.4.0-rc4 released
2690
2691 2006-07-17 [colin]      2.3.1cvs84
2692
2693         * src/inc.c
2694                 Show connection attempt in statusbar before
2695                 connecting (previously first message was
2696                 "Retrieving messages from ..." after the
2697                 connection succeeded.
2698
2699 2006-07-16 [wwp]        2.3.1cvs83
2700
2701         * sylpheed-claws.ico
2702                 Added .ico file (windows multi-size icon file, generated).
2703
2704 2006-07-12 [wwp]        2.3.1cvs82
2705
2706         * src/messageview.c
2707                 remove Message/Re-edit menu entry from messageview window,
2708                 as sent/draft/queued messages are opened in compose window when
2709                 re-edited and it's not possible to re-edit other msgs.
2710
2711 2006-07-12 [paul]       2.3.1cvs81
2712
2713         * AUTHORS
2714         * src/mainwindow.c
2715         * src/gtk/authors.h
2716                 check online state before resetting
2717                 mailcheck timer. Useful if some program
2718                 verifies connection state and updates
2719                 Claws.
2720                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2721
2722 2006-07-12 [paul]       2.3.1cvs80
2723
2724         * sylpheed-claws-128x128.png
2725         * sylpheed-claws-64x64.png
2726         * sylpheed-claws.png
2727         * src/Makefile.am
2728         * src/main.c
2729         * src/prefs_toolbar.c
2730         * src/stock_pixmap.c
2731         * src/stock_pixmap.h
2732         * src/wizard.c
2733         * src/gtk/about.c
2734         * src/gtk/gtkutils.c
2735         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2736         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2737         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2738         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2739         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2740         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2741                 updated and renamed logo/icon files and related
2742                 logo by Jesper Schultz
2743
2744 2006-07-11 [paul]       2.3.1cvs79
2745
2746         * src/main.c
2747                 fix the labels a smidgin
2748
2749 2006-07-09 [colin]      2.3.1cvs78
2750
2751         * src/textview.c
2752                 Show errors in textviewer's command
2753                 Patch by H. Merijn Brand
2754
2755 2006-07-09 [colin]      2.3.1cvs77
2756
2757         * src/compose.c
2758                 Save FMID in drafts too
2759
2760 2006-07-08 [colin]      2.3.1cvs76
2761
2762         * src/compose.c
2763                 Svae RMID in drafted mails too
2764                 Save quote_fmt vars for whole mails,
2765                 don't reset at each quote_fmt_init:
2766                 allows to use the same |i{var} in
2767                 various template fields
2768         * src/prefs_template.c
2769         * src/quote_fmt.h
2770         * src/quote_fmt_parse.y
2771                 Same
2772
2773 2006-07-08 [colin]      2.3.1cvs75
2774
2775         * src/textview.c
2776                 Fix highlighting of attached parts URIs
2777
2778 2006-07-08 [colin]      2.3.1cvs74
2779
2780         * src/main.c
2781                 Prevent bug #981 (sc 2.3.1 segfaults with 
2782                 gtk+ 2.10) from being reported again:
2783                 if Sylpheed-Claws has been compiled against
2784                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2785                 of if Sylpheed-Claws has been compiled against
2786                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2787                 error out.
2788
2789 2006-07-07 [colin]      2.3.1cvs73
2790
2791         * src/prefs_actions.c
2792                 Fix label
2793
2794 2006-07-07 [colin]      2.3.1cvs72
2795
2796         * src/prefs_actions.c
2797                 Fix compile on gtk < 2.8. argh :)
2798
2799 2006-07-07 [paul]       2.3.1cvs71
2800
2801         * src/common/defs.h
2802                 update DONATE_URI
2803
2804 2006-07-07 [colin]      2.3.1cvs70
2805
2806         * po/POTFILES.in
2807         * src/quote_fmt.c
2808         * src/quote_fmt_lex.l
2809         * src/quote_fmt_parse.y
2810                 Add |i{var}, a way to insert user-entered
2811                 text in a template
2812
2813 2006-07-07 [colin]
2814
2815         * 2.4.0-rc3 released
2816
2817 2006-07-07 [colin]      2.3.1cvs69
2818
2819         * src/folder.c
2820                 Don't consider inboxes of UNKNOWN folder 
2821                 classes to be useable as default inboxes
2822
2823 2006-07-07 [paul]       2.3.1cvs68
2824
2825         * src/textview.c
2826                 add missing #include <errno.h>
2827                 Thanks to René J. Blokland
2828
2829 2006-07-07 [paul]       2.3.1cvs67
2830
2831         * src/action.c
2832                 Return now Closes dialog
2833         * src/mimeview.c
2834         * src/mimeview.h
2835         * src/textview.c
2836                 add contextual menu to mime parts listed
2837                 in the textview
2838                 Thanks to Colin
2839         * src/common/utils.c
2840                 reversal: ' is a valid character in URLs
2841
2842 2006-07-06 [colin]      2.3.1cvs66
2843
2844         * src/remotefolder.h
2845                 Forgotten in previous commit
2846
2847 2006-07-06 [colin]      2.3.1cvs65
2848
2849         * src/folder.c
2850                 Set summary update flag whenever
2851                 totals changed
2852         * src/imap.c
2853         * src/prefs_account.c
2854         * src/common/utils.h
2855         * src/etpan/imap-thread.c
2856                 Fix warnings, thanks to Fabien and
2857                 Ricardo
2858
2859 2006-07-06 [wwp]        2.3.1cvs64
2860
2861         * src/gtk/gtkutils.c
2862                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2863
2864 2006-07-06 [wwp]        2.3.1cvs63
2865
2866         * src/account.c
2867         * src/addressbook.c
2868         * src/addressitem.h
2869         * src/folderview.c
2870         * src/mainwindow.c
2871         * src/manual.c
2872         * src/manual.h
2873         * src/message_search.c
2874         * src/prefs_actions.c
2875         * src/prefs_filtering.c
2876         * src/prefs_filtering.h
2877         * src/prefs_template.c
2878         * src/summary_search.c
2879         * src/summaryview.c
2880         * src/gtk/gtkutils.c
2881         * src/gtk/gtkutils.h
2882         * src/gtk/pluginwindow.c
2883                 add help buttons to some dialogs. Clicking such buttons opens a
2884                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2885
2886 2006-07-06 [paul]       2.3.1cvs62
2887
2888         * src/textview.c
2889                 fix attachments contextual menu
2890                 Thanks to Colin
2891
2892 2006-07-05 [colin]      2.3.1cvs61
2893
2894         * src/textview.c
2895         * src/compose.c
2896                 Handle sftp:// links
2897
2898 2006-07-05 [paul]       2.3.1cvs60
2899
2900         * src/gtk/filesel.c
2901                 grab save button by default
2902                 Thanks to Colin
2903
2904 2006-07-05 [wwp]        2.3.1cvs59
2905
2906         * manual/xml2pdf
2907                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2908
2909 2006-07-04 [colin]      2.3.1cvs58
2910
2911         * src/mimeview.c
2912         * src/textview.c
2913                 Use left click to select, middle click to open
2914                 on mimeparts links
2915         * src/common/utils.c
2916                 Fix segfault
2917
2918 2006-07-04 [colin]      2.3.1cvs57
2919
2920         * src/mainwindow.c
2921         * src/news.c
2922                 Warning fixes, thanks to Fabien
2923
2924 2006-07-04 [colin]      2.3.1cvs56
2925
2926         * src/mimeview.c
2927         * src/mimeview.h
2928         * src/textview.c
2929                 Allow parts to be selected via their text label
2930                 in textview
2931
2932 2006-07-04 [colin]      2.3.1cvs55
2933
2934         * src/folderview.c
2935                 Feedback when closing (for big folders)
2936         * src/prefs_actions.c
2937         * src/prefs_filtering.c
2938         * src/prefs_matcher.c
2939         * src/prefs_template.c
2940                 Fix default button when closing without
2941                 having saved
2942
2943 2006-07-04 [colin]      2.3.1cvs54
2944
2945         * src/news.c
2946                 Delete local file on deletion
2947
2948 2006-07-03 [colin]      2.3.1cvs53
2949
2950         * src/folderview.c
2951         * src/main.c
2952                 Don't freeze when rescanning after crash
2953
2954 2006-07-03 [wwp]        2.3.1cvs52
2955
2956         * src/compose.c
2957         * src/privacy.c
2958         * src/privacy.h
2959         * src/plugins/pgpinline/pgpinline.c
2960         * src/plugins/pgpmime/pgpmime.c
2961                 don't report an error when the user cancels the passphrase dialog.
2962
2963 2006-07-02 [colin]      2.3.1cvs51
2964
2965         * src/folderview.c
2966                 Open message when crossing folders with Space,
2967                 goto next unread and friends
2968
2969 2006-07-01 [colin]      2.3.1cvs50
2970
2971         * src/prefs_account.c
2972                 Typographic rules varying from language
2973                 to language (in french "Protocole :"),
2974                 we have to do that :)
2975
2976 2006-07-01 [ticho]      2.3.1cvs49
2977
2978         * src/prefs_account.c
2979                 Only use one temporary gchar* variable in
2980                 prefs_account_protocol_set_optmenu().
2981
2982 2006-07-01 [ticho]      2.3.1cvs48
2983
2984         * src/prefs_account.c
2985         * src/prefs_account.h
2986                 Use GtkLabel for existing account protocol name.
2987                 Created an array for protocol names and populate the
2988                 combobox from it in a for() cycle.
2989
2990 2006-06-30 [colin]      2.3.1cvs47
2991
2992         * src/compose.c
2993                 Block undo when changing signature (by changing
2994                 account)
2995
2996 2006-06-30 [paul]       2.3.1cvs46
2997
2998         * src/send_message.c
2999                 when editing From in the Compose window, use that address
3000                 in the Return-Path: header
3001                 Thanks to Colin
3002
3003 2006-06-30 [colin]      2.3.1cvs45
3004
3005         * src/compose.c
3006                 Fix signature replacement:
3007                 - when no newline before separator
3008                 - when reediting
3009
3010 2006-06-29 [colin]      2.3.1cvs44
3011
3012         * src/folderview.c
3013         * src/folderview.h
3014         * src/mainwindow.c
3015         * src/summaryview.c
3016                 Let 'View/Go to/Next marked' work like
3017                 Next new & Next unread: across folders
3018                 Change the select_on_entry pref to do
3019                 what we want when changing folder
3020         * src/common/utils.c
3021                 Fix single-quoted links 
3022
3023 2006-06-29 [colin]      2.3.1cvs43
3024
3025         * src/gtk/gtkaspell.c
3026                 "Sylpheed" and "Sylpheed-Claws" do exist !
3027
3028 2006-06-29 [colin]      2.3.1cvs42
3029
3030         * src/imap.c
3031                 Forgot to remove debug
3032
3033 2006-06-29 [colin]      2.3.1cvs41
3034
3035         * src/imap.c
3036         * src/imap.h
3037         * src/mainwindow.c
3038                 Disconnect from IMAP servers when going
3039                 offline. Fixes bug #978 (going to offline-mode 
3040                 won't close connections)
3041
3042 2006-06-29 [colin]      2.3.1cvs40
3043
3044         * src/main.c
3045                 Fix transient setting on failing plugins
3046                 Patch by Fabien
3047         * src/plugins/pgpcore/sgpgme.c
3048                 Only warn for OpenPGP. Most people don't
3049                 have CMS available.
3050
3051 2006-06-29 [colin]      2.3.1cvs39
3052
3053         * src/compose.c
3054                 Fix Spelling menu (discrepancy between context menu
3055                 and top menu when folder's dictionary isn't the 
3056                 default one)
3057         * src/plugins/pgpcore/sgpgme.c
3058                 More error reporting about why gpgme can fail
3059
3060 2006-06-29 [wwp]        2.3.1cvs38
3061
3062         * src/mainwindow.c
3063                 honor the display-header-pane setting even when the message view
3064                 is a separate window.
3065
3066 2006-06-29 [wwp]        2.3.1cvs37
3067
3068         * src/prefs_actions.c
3069                 forgot to commit that one (use of GTK_STOCK_INFO).
3070
3071 2006-06-29 [colin]      2.3.1cvs36
3072
3073         * src/imap.c
3074                 Better handling of login errors (ask the password
3075                 again once), alert in case of error. Fix three
3076                 signedness warnings.
3077
3078 2006-06-28 [wwp]        2.3.1cvs35
3079
3080         * src/prefs_template.c
3081         * src/prefs_matcher.c
3082         * src/prefs_filtering_action.c
3083         * src/prefs_quote.c
3084                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
3085                 patch by Fabien Vantard, slightly modified.
3086
3087 2006-06-28 [paul]
3088
3089         2.4.0-rc2 released
3090
3091 2006-06-28 [colin]      2.3.1cvs34
3092
3093         * src/prefs_account.c
3094                 Fix bug #977 (Can't add or edit imap accounts)
3095
3096 2006-06-28 [colin]      2.3.1cvs33
3097
3098         * src/mimeview.c
3099                 Fix previous
3100
3101 2006-06-28 [colin]      2.3.1cvs32
3102
3103         * src/mimeview.c
3104                 Save named inlined attachments with "Save all"
3105         * src/main.c
3106         * src/mbox.c
3107         * src/common/plugin.c
3108         * src/common/plugin.h
3109         * src/common/sylpheed.c
3110         * src/common/utils.c
3111         * src/plugins/pgpcore/sylpheed.def
3112         * src/plugins/pgpinline/sylpheed.def
3113         * src/plugins/pgpmime/sylpheed.def
3114                 Win32 compatibility patch, by
3115                 Werner Koch
3116
3117 2006-06-28 [wwp]        2.3.1cvs31
3118
3119         * src/imap.c
3120         * src/prefs_folder_item.c
3121                 less compilation warnings (thanks to Fabien Vantard), less typos.
3122
3123 2006-06-28 [paul]       2.3.1cvs30
3124
3125         * src/gtk/gtkutils.c
3126                 gtk_combo_box_set_focus_on_click() is only
3127                 available since gtk 2.6.0
3128
3129 2006-06-28 [paul]       2.3.1cvs29
3130
3131         * src/prefs_ext_prog.c
3132                 fix engrish and add a tooltip for the
3133                 'command for 'Display as text' option
3134
3135 2006-06-28 [paul]
3136
3137         2.4.0-rc1 released
3138
3139 2006-06-28 [paul]       2.3.1cvs28
3140
3141         * ChangeLog
3142         * tools/Makefile.am
3143                 include textviewer.pl in releases
3144
3145 2006-06-28 [paul]       2.3.1cvs27
3146
3147         * src/prefs_ext_prog.c
3148                 hide Print command option if libgnomeprint
3149                 support is present
3150
3151 2006-06-27 [colin]      2.3.1cvs26
3152
3153         * src/compose.c
3154                 Fix Esc handling in insert/attach dialog
3155                 Don't show this dialog if dragging something
3156                 else than text/uri-list
3157                 Thanks to Fabien Vantard
3158         * tools/textviewer.pl
3159                 Filter script to display stuff as text
3160                 by H. Merijn Brand
3161
3162 2006-06-27 [wwp]        2.3.1cvs25
3163
3164         * src/messageview.c
3165                 use the exact product name (message view title), patch
3166                 by Fabien Vantard.
3167
3168 2006-06-27 [ticho]      2.3.1cvs24
3169
3170         * src/prefs_account.c
3171         * src/prefs_common.c
3172         * src/prefs_common.h
3173         * src/prefs_ext_prog.c
3174         * src/textview.c
3175                 Add a preference (Preferences/External programs)
3176                 to allow "Display as text" to be done via a script
3177                 (patch by H.Merijn Brand).
3178                 Use GtkComboBox for protocol selection in account
3179                 preferences.
3180                 Only include current choice for existing accounts, and
3181                 insensitivize the combobox.
3182
3183 2006-06-27 [paul]       2.3.1cvs23
3184
3185         * src/mbox.c
3186                 fix crasher introduced in cvs21.
3187                 Thanks to Colin
3188
3189 2006-06-26 [colin]      2.3.1cvs22
3190
3191         * src/mbox.c
3192                 Fix double-frees when leaving folders
3193                 after exporting to mbox
3194
3195 2006-06-26 [colin]      2.3.1cvs21
3196
3197         * src/mbox.c
3198                 More feedback (and optimisation)
3199                 on import/export
3200         * src/common/utils.c
3201                 Fix case when looking for mail addresses
3202         * src/gtk/gtkutils.c
3203                 Extra check for (X-)Face
3204
3205 2006-06-25 [ticho]      2.3.1cvs20
3206
3207         * src/compose.c
3208         * src/exphtmldlg.c
3209         * src/gtk/gtkutils.c
3210         * src/gtk/gtkutils.h
3211                 Added second argument to gtkut_sc_combobox_create() to
3212                 control focus-on-click for the widget.
3213                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3214
3215 2006-06-25 [ticho]      2.3.1cvs19
3216
3217         * src/compose.c
3218         * src/gtk/Makefile.am
3219         * src/gtk/combobox.c
3220         * src/gtk/combobox.h
3221         * src/gtk/gtkutils.c
3222         * src/gtk/gtkutils.h
3223                 Use GtkComboBox instead of deprecated GtkOptionMenu
3224                 for account selector in compose window and for encoding
3225                 selector in attachment properties.
3226                 Also factorise working with the new GtkComboBox somewhat.
3227
3228 2006-06-24 [paul]       2.3.1cvs18
3229
3230         * src/prefs_common.c
3231                 use the correct default value
3232
3233 2006-06-24 [paul]       2.3.1cvs17
3234
3235         * src/compose.c
3236         * src/prefs_common.c
3237         * src/prefs_common.h
3238         * src/prefs_compose_writing.c
3239                 enable setting of default action when
3240                 dnd'ing files in the compose window.
3241                 (Collaborative effort with wwp)
3242
3243 2006-06-23 [wwp]        2.3.1cvs16
3244
3245         * src/compose.c
3246                 i18n fix (thanks to Fabien Vantard)
3247
3248 2006-06-22 [colin]      2.3.1cvs15
3249
3250         * src/prefs_customheader.c
3251                 Don't use filters in custom headers' file 
3252                 selector. Remember, extensions mean nothing :)
3253
3254 2006-06-22 [paul]       2.3.1cvs14
3255
3256         * configure.ac
3257                 allow setting of man directory location
3258
3259 2006-06-22 [colin]      2.3.1cvs13
3260
3261         * src/mainwindow.c
3262                 Add 'View/Go to/Next unread folder'.
3263                 I missed that :)
3264
3265 2006-06-22 [colin]      2.3.1cvs12
3266
3267         * src/common/utils.c
3268                 Add some subject prefixes
3269                 Patch by Bjorn T Johansen <btj@havleik.no>
3270
3271 2006-06-22 [colin]      2.3.1cvs11
3272
3273         * manual/advanced.xml
3274                 Forgotten hidden pref
3275
3276 2006-06-21 [paul]       2.3.1cvs10
3277
3278         * src/prefs_account.c
3279                 complete the removal of 'Add date header' option
3280
3281 2006-06-21 [paul]       2.3.1cvs9
3282
3283         * src/account.c
3284         * src/compose.c
3285         * src/prefs_account.c
3286         * src/prefs_account.h
3287                 remove option to add date header - always
3288                 add date header
3289         * src/etpan/imap-thread.c
3290                 fix warnings (Thanks to Colin)
3291
3292 2006-06-21 [wwp]        2.3.1cvs8
3293
3294         * src/folder.c
3295                 set the attachment flag when inline text part are (file)named. This is more convenient
3296                 when receiving (for instance) inline source files or patches sent using thunderbird.
3297
3298 2006-06-21 [paul]       2.3.1cvs7
3299
3300         * src/inc.c
3301                 fix off-by-one count of current msg in
3302                 statusbar filtering progressbar
3303
3304 2006-06-21 [paul]       2.3.1cvs6
3305
3306         * src/folder.c
3307                 Show attachment icon even if the part is 'inline'
3308                 if the following conditions are met:
3309                 - content-type != 'text/plain'
3310                 - content-type != '*/pgp-signature'
3311                 - either 'name' or 'filename' parameter is not NULL
3312                 
3313                 Thanks to Colin
3314
3315 2006-06-21 [paul]       2.3.1cvs5
3316
3317         * src/messageview.c
3318         * src/prefs_common.c
3319         * src/prefs_common.h
3320         * src/prefs_other.c
3321                 add an option to 'Never send Return
3322                 Receipts'
3323                 Thanks to Colin
3324
3325 2006-06-20 [mones]      2.3.1cvs4
3326
3327         * po/es.po
3328                 updated
3329         * src/compose.c
3330                 typo fixed (space after comma)
3331         * tools/make.themes.project
3332                 remove exec mode from tarball files
3333
3334 2006-06-20 [colin]      2.3.1cvs3
3335
3336         * src/news.c
3337         * src/procheader.c
3338         * src/unmime.c
3339                 Better fix for \n's in headers (don't 
3340                 break Received: and others)
3341
3342 2006-06-20 [paul]       2.3.1cvs2
3343
3344         * src/alertpanel.c
3345         * src/textview.c
3346                 improve legibility of phishing attempt
3347                 dialog
3348
3349 2006-06-20 [paul]       2.3.1cvs1
3350
3351         * NEWS
3352         * README
3353         * configure.ac
3354                 Update version number following
3355                 stable release
3356
3357 2006-06-20 [colin]      2.3.0cvs26
3358
3359         * src/compose.c
3360                 When dragging a file to the text of the compose
3361                 window, ask whether we want to insert or attach
3362                 (I know lots of people who do that to attach)
3363
3364 2006-06-20 [colin]      2.3.0cvs25
3365
3366         * src/etpan/imap-thread.c
3367                 Fix threshold (the append command is often > 32 bytes)
3368
3369 2006-06-19 [colin]      2.3.0cvs24
3370
3371         * src/imap.c
3372         * src/etpan/imap-thread.c
3373                 Workaround Rockliffe IMAP server bug: replace
3374                 "x UID SEARCH (ANSWERED UID 1:*)" with
3375                 "x UID SEARCH ANSWERED"
3376                 (Rockliffe doesn't handle the parenthesis)
3377
3378 2006-06-19 [colin]      2.3.0cvs23
3379
3380         * src/compose.c
3381         * src/imap.c
3382         * src/etpan/imap-thread.c
3383                 Probably fix bug #972 (Freezes when adding 
3384                 an attachment to the message)
3385         * src/common/defs.h
3386                 Modernize Firefox cmd
3387
3388
3389 2006-06-18 [colin]      2.3.0cvs22
3390
3391         * src/prefs_customheader.c
3392                 Only allow correct filenames for various
3393                 custom headers
3394
3395 2006-06-18 [colin]      2.3.0cvs21
3396
3397         * src/prefs_customheader.c
3398                 Add a 'From File...' button in custom headers prefs, which
3399                 try to do the right thing: 
3400                 for normal headers, use file as plaintext,
3401                 for X-Face, calls compface,
3402                 for Face, encode to b64.
3403
3404 2006-06-17 [colin]      2.3.0cvs20
3405
3406         * src/mh.c
3407                 Warning fix
3408
3409 2006-06-16 [colin]      2.3.0cvs19
3410
3411         * src/summaryview.c
3412                 Recursive quicksearch: show message list
3413                 in current folder, *then* search children
3414                 in the background.
3415
3416 2006-06-16 [colin]      2.3.0cvs18
3417
3418         * src/main.c
3419                 Instead of ignoring SIGPIPE, save caches
3420                 when getting one. Will fix the fact that
3421                 hot caches are out-of-date when logging 
3422                 out of Xorg.
3423         * src/compose.c
3424         * src/prefs_compose_writing.c
3425                 Only save text (not attachments) when 
3426                 auto-saving to drafts
3427         * src/unmime.c
3428                 Always replace \n, \r and \t with spaces
3429                 in headers
3430         * manual/dist/html/Makefile.am
3431         * manual/dist/pdf/Makefile.am
3432         * manual/dist/ps/Makefile.am
3433         * manual/dist/txt/Makefile.am
3434         * manual/fr/dist/html/Makefile.am
3435         * manual/fr/dist/pdf/Makefile.am
3436         * manual/fr/dist/ps/Makefile.am
3437         * manual/fr/dist/txt/Makefile.am
3438         * manual/pl/dist/html/Makefile.am
3439         * manual/pl/dist/pdf/Makefile.am
3440         * manual/pl/dist/ps/Makefile.am
3441         * manual/pl/dist/txt/Makefile.am
3442                 Fix make clean removing pregenerated manuals
3443
3444
3445 2006-06-16 [colin]      2.3.0cvs17
3446
3447         * src/plugins/pgpcore/sgpgme.c
3448         * src/plugins/pgpmime/pgpmime.c
3449         * src/plugins/pgpinline/pgpinline.c
3450                 Better error reporting in setup_signers.
3451                 Don't fallback to default key if specified
3452                 key isn't found.
3453                 Don't allow signing if more than one secret
3454                 key matches the one specified in prefs.
3455
3456 2006-06-15 [colin]      2.3.0cvs16
3457
3458         * src/folderview.c
3459                 Add "Send queue" in the folder's contextual
3460                 menu
3461         * src/compose.c
3462         * src/messageview.c
3463         * src/privacy.c
3464         * src/privacy.h
3465         * src/procmime.c
3466         * src/procmsg.c
3467         * src/plugins/pgpcore/passphrase.c
3468         * src/plugins/pgpcore/sgpgme.c
3469         * src/plugins/pgpinline/pgpinline.c
3470         * src/plugins/pgpmime/pgpmime.c
3471                 Better error reporting
3472         * src/mbox.c
3473                 Probably fix bug #971 (2.2.3 cannot read mail 
3474                 from local mbox)
3475
3476
3477 2006-06-15 [mones]      2.3.0cvs15
3478
3479         * tools/make.themes.project
3480                 creates the themes project from the web page
3481
3482 2006-06-15 [colin]      2.3.0cvs14
3483
3484         * src/folder.c
3485                 Better fix (avoid losing the folder if scan_tree 
3486                 fails)
3487
3488 2006-06-15 [cleroy]     2.3.0cvs13
3489
3490         * src/folder.c
3491                 Probably fix Bug #969 (crash on rebuilding 
3492                 imap folder)
3493
3494 2006-06-14 [colin]      2.3.0cvs12
3495
3496         * manual/dtd/manual.xsl
3497         * manual/sylpheed-claws-manual.xml
3498         * manual/fr/sylpheed-claws-manual.xml
3499         * manual/pl/sylpheed-claws-manual.xml
3500                 Insert pagebreaks between sections
3501
3502 2006-06-14 [paul]       2.3.0cvs11
3503
3504         * configure.ac
3505                 better fix than 2.3.0cvs10
3506
3507 2006-06-14 [paul]       2.3.0cvs10
3508
3509         * configure.ac
3510                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3511                 (backwards compatible)
3512
3513 2006-06-13 [colin]      2.3.0cvs9
3514
3515         * src/messageview.c
3516                 Fix sending of return receipt with the new queue folders
3517
3518 2006-06-13 [wwp]        2.3.0cvs8
3519
3520         * src/quote_fmt_lex.l
3521                 fix wrong tokens returned in quote_fmt lexer, query not().
3522
3523 2006-06-13 [wwp]        2.3.0cvs7
3524
3525         * src/folder.c
3526         * src/prefs_folder_item.c
3527                 allow changing folder type even when folder is not a top-level one,
3528                 thanks to Colin.
3529
3530 2006-06-12 [colin]      2.3.0cvs6
3531
3532         * src/folderview.c
3533                 Fix double-ask of "Do you want to mark all
3534                 as read"
3535
3536 2006-06-12 [colin]      2.3.0cvs5
3537
3538         * src/compose.c
3539         * src/compose.h
3540         * src/folder.c
3541         * src/folder.h
3542         * src/imap.c
3543         * src/inc.c
3544         * src/main.c
3545         * src/messageview.c
3546         * src/mh.c
3547         * src/prefs_folder_item.c
3548         * src/procheader.c
3549         * src/procmime.c
3550         * src/procmsg.c
3551         * src/procmsg.h
3552         * src/send_message.c
3553         * src/summaryview.c
3554         * src/toolbar.c
3555                 Apply bug #964's patch (Queue and drafts aren't normal)
3556                 The Drafts and Queue folder now contain RFC-822 files,
3557                 allowing to move and copy mails from and to these 
3558                 folders. Moving from Drafts to Queue will prepare the
3559                 mail for sending (PGP signature, encryption, etc).
3560                 This patch also rework sending errors handling to try
3561                 to be more helpful.
3562                 Also, allow redefining folder types via the GUI 
3563                 (Folder type in its Properties)
3564
3565 2006-06-12 [colin]      2.3.0cvs4
3566
3567         * src/summaryview.c
3568         * src/prefs_common.c
3569         * src/prefs_common.h
3570         * src/gedit-print.c
3571                 Allow to define a specific print font - patch
3572                 by Bernhard Walle <bernhard.walle@gmx.de>
3573         * src/prefs_fonts.c
3574         * manual/advanced.xml
3575         * manual/fr/advanced.xml
3576                 Add a hidden pref to allow deletion without
3577                 confirmation
3578
3579 2006-06-12 [wwp]        2.3.0cvs3
3580
3581         * .cvsignore
3582                 more files to ignore.
3583
3584 2006-06-12 [wwp]        2.3.0cvs2
3585
3586         * src/quote_fmt.c
3587         * src/quote_fmt_lex.l
3588         * src/quote_fmt_parse.y
3589                 extend the quote_fmt parser (templates and quotes):
3590                 - allow limited sub-expressions in |p{} and |f{} expressions,
3591                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3592                 - implemented/fixed missing implementation of query_references and show_references,
3593                 - completed, fixed contents and format of the symbols help dialog,
3594                 - fix some compilation warnings.
3595
3596 2006-06-12 [wwp]        2.3.0cvs1
3597
3598         * manual/advanced.xml
3599         * manual/fr/advanced.xml
3600                 updates in the "templates" section of the manual (eng/fr):
3601                  - be more precise (both versions)
3602                  - completed to match the english reference (fr version)
3603                  - touchups (both versions)
3604
3605 2006-06-12 [paul]       2.3.0
3606
3607         2.3.0 released
3608
3609 2006-06-12 [paul]       2.2.3cvs14
3610
3611         * po/ca.po
3612         * po/cs.po
3613         * po/de.po
3614         * po/el.po
3615         * po/fr.po
3616         * po/it.po
3617         * po/pt_BR.po
3618         * po/sr.po
3619         * po/zh_CN.po
3620                 updated by Miquel Oliete, Tim, Stephan Sachse,
3621                 Stavros Giannouris, Fabien Vantard, Andrea
3622                 Spadaccini, Frederico Goncalves Guimaraes,
3623                 Aleksandar Urosevic, and Ralgh Young
3624
3625 2006-06-12 [colin]      2.2.3cvs13
3626
3627         * src/mbox.c
3628                 Add missing header
3629
3630 2006-06-11 [colin]      2.2.3cvs12
3631
3632         * src/msgcache.c
3633                 Verify that g_malloc() succeeded
3634
3635 2006-06-11 [colin]      2.2.3cvs11
3636
3637         * src/wizard.c
3638                 Add Face header to welcome mail
3639
3640 2006-06-10 [colin]      2.2.3cvs10
3641
3642         * src/textview.c
3643                 Revert previous (Forgot it changes the
3644                 margin on the whole mail)
3645
3646 2006-06-10 [colin]      2.2.3cvs9
3647
3648         * src/textview.c
3649                 Don't overlap long headers under (X-)Face
3650
3651 2006-06-10 [mones]      2.2.3cvs8
3652
3653         * manual/xml2pdf
3654                 allow generation of manual on systems lacking saxon binary
3655                 but with java and the saxon library installed
3656
3657         * po/es.po
3658                 updated for release
3659
3660 2006-06-09 [colin]      2.2.3cvs7
3661
3662         * src/summaryview.c
3663                 Fix leak when using Display Sender using Addressbook
3664
3665 2006-06-09 [colin]      2.2.3cvs6
3666
3667         * src/compose.c
3668         * src/folder.c
3669         * src/folderview.c
3670         * src/mimeview.c
3671         * src/summaryview.c
3672                 More leaks fixes
3673
3674 2006-06-09 [paul]       2.2.3cvs5
3675
3676         * AUTHORS
3677         * src/gtk/authors.h
3678         * tools/claws.i18n.status.pl
3679                 updated with new info
3680
3681 2006-06-09 [paul]       2.2.3cvs4
3682
3683         * README
3684                 updated
3685         * manual/ack.xml
3686                 add wwp to authors list
3687         * src/gtk/authors.h
3688                 update mine and Colin's addresses
3689
3690 2006-06-08 [colin]      2.2.3cvs3
3691
3692         * src/etpan/imap-thread.c
3693                 Fix leak on SSL cert check
3694
3695 2006-06-08 [colin]      2.2.3cvs2
3696
3697         * src/common/utils.c
3698                 Fix leak
3699
3700 2006-06-08 [paul]       2.2.3cvs1
3701
3702         * configure.ac
3703                 Update version number following
3704                 stable release
3705
3706 2006-06-07 [colin]      2.2.2cvs3
3707
3708         * src/msgcache.c
3709                 Fix catching cache read errors (guint instead of gint)
3710                 Prevent malloc'ing more than 8MB (means cache corruption)
3711
3712 2006-06-07 [paul]       2.2.2cvs2
3713
3714         * src/exporthtml.c
3715         * src/exportldif.c
3716         * src/mh.c
3717         * src/mutt.c
3718         * src/pine.c
3719         * src/common/utils.c
3720                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3721                 obey $HOME'
3722                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3723                 Thanks to Colin
3724
3725 2006-06-06 [paul]       2.2.2cvs1
3726
3727         * configure.ac
3728                 Update version number following
3729                 stable release
3730
3731 2006-06-06 [paul]       2.2.1cvs6
3732
3733         * src/matcher.c
3734                 fix  implicit declaration of
3735                 sylpheed_do_idle()
3736                 Patch by Fabien Vantard
3737
3738 2006-06-06 [paul]       2.2.1cvs5
3739
3740         * src/matcher.c
3741                 fix age_greater and age_lower so that they
3742                 mean what say and not '...or equal to'
3743                 Thanks to Colin
3744
3745 2006-06-06 [paul]       2.2.1cvs4
3746
3747         * src/textview.c
3748         * src/common/utils.c
3749                 fix URI check
3750                 Thanks to Colin
3751
3752 2006-06-05 [wwp]        2.2.1cvs3
3753
3754         * manual/fr/account.xml
3755                 minor language fixes (thanks to Fabien Vantard).
3756
3757 2006-06-05 [colin]      2.2.1cvs2
3758
3759         * src/prefs_folder_item.c
3760         * src/folderview.c
3761                 Allow recursive setting of properties 
3762                 for whole mailboxes
3763         * src/matcher.c
3764                 Don't freeze on 'test' filtering rule
3765
3766 2006-06-05 [colin]      2.2.1cvs1
3767
3768         * configure.ac
3769                 Update version number following
3770                 stable release
3771
3772 2006-06-04 [wwp]        2.2.0cvs82
3773
3774         * manual/glossary.xml
3775         * manual/account.xml
3776         * manual/fr/glossary.xml
3777         * manual/fr/account.xml
3778                 added glossary section and references/links related to the Face custom header.
3779
3780 2006-06-04 [colin]      2.2.0cvs81
3781
3782         * src/summaryview.c
3783                 Skip to next message on move with no
3784                 immediate execution
3785
3786 2006-06-04 [wwp]        2.2.0cvs80
3787
3788         * manual/xml2pdf
3789                 added sanity checks, exit when needed.
3790
3791 2006-06-03 [paul]       2.2.0cvs79
3792
3793         * src/prefs_receive.c
3794                 page name is now 'Receiving'
3795         * src/prefs_send.c
3796                 page name is now 'Sending'
3797
3798 2006-06-03 [colin]      2.2.0cvs78
3799
3800         * src/plugins/spamassassin/spamassassin_gtk.c
3801                 Autoswitch to Localhost if transport was previously
3802                 disabled. Else people had to check [] Enable, then
3803                 *reselect* transport.
3804
3805 2006-06-03 [colin]      2.2.0cvs77
3806
3807         * src/plugins/pgpinline/pgpinline.c
3808         * src/plugins/pgpmime/pgpmime.c
3809                 Check that gpg_data_release_and_get_mem 
3810                 didn't fail (now, why this happens...)
3811
3812 2006-06-03 [colin]      2.2.0cvs76
3813
3814         * src/mbox.c
3815                 Fix bug #962 (Manual and/or UI should 
3816                 warn about incompatible locking 
3817                 causing dataloss)
3818
3819 2006-06-02 [cleroy]     2.2.0cvs75
3820
3821         * src/filtering.c
3822         * src/folder.c
3823         * src/procmsg.c
3824         * src/summaryview.c
3825                 Fix a few leaks
3826
3827 2006-06-02 [colin]      2.2.0cvs74
3828
3829         * src/main.c
3830                 On exit, free caches after writing them
3831                 Shuts up some valgrind false positives
3832         * src/procmsg.c
3833         * src/send_message.c
3834                 Fix races when reusing existing SMTP connections
3835                 Fix inexistant session timeout
3836         * src/toolbar.c
3837                 Display alertpanel after all queues have
3838                 been processed, not after each
3839
3840 2006-06-02 [wwp]        2.2.0cvs73
3841
3842         * manual/fr/glossary.xml
3843         * manual/fr/ack.xml
3844         * manual/ack.xml
3845                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3846
3847 2006-06-02 [wwp]        2.2.0cvs72
3848
3849         * manual/xml2pdf
3850         * manual/dist/pdf/Makefile.am
3851         * manual/dtd/manual.xsl
3852         * manual/fr/dist/pdf/Makefile.am
3853         * manual/pl/dist/pdf/Makefile.am
3854                 we changed the procedure to generate the .pdf version of the manual.
3855                 The procedure is more modern and the .pdf we get now has a valid index.
3856                 Here are the new pre-requisites:
3857
3858                 - JRE 1.x (1.4 here): there must be one from your distro
3859                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3860                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3861                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3862
3863                 See my posts for further info about the installation of this toolchain:
3864
3865                 Date: Fri, 19 May 2006 19:40:06 +0200
3866                 From: wwp <subscript@free.fr>
3867                 To: sylpheed-claws-devel@lists.sourceforge.net
3868                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3869
3870                 and
3871
3872                 Date: Wed, 24 May 2006 12:58:49 +0200
3873                 From: wwp <subscript@free.fr>
3874                 To: sylpheed-claws-devel@lists.sourceforge.net
3875                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3876
3877 2006-06-01 [colin]      2.2.0cvs71
3878
3879         * src/compose.c
3880                 Better guards against IMAP races
3881         * src/main.c
3882         * src/prefs_common.c
3883         * src/prefs_common.h
3884         * src/common/ssl_certificate.c
3885         * src/etpan/imap-thread.c
3886         * src/etpan/imap-thread.h
3887         * src/gtk/sslcertwindow.c
3888                 New hidden option ssl_skip_cert_check to 
3889                 avoid dups of bug #959 (libetpan linked
3890                 against gnutls and gnutls buggy on 64bit)
3891                 Present expired warning only once per
3892                 session/server.
3893         * manual/advanced.xml
3894         * manual/fr/advanced.xml
3895                 Document new option
3896
3897 2006-06-01 [wwp]        2.2.0cvs70
3898
3899         * src/messageview.c
3900                 fix for bug #961 (return receipt dialog 
3901                 complains incorrectly about return-path 
3902                 email adress being different), thanks 
3903                 to Colin.
3904
3905 2006-05-31 [cleroy]     2.2.0cvs69
3906
3907         * src/common/ssl.c
3908                 Guard against NULLs, although this
3909                 should never be an issue
3910
3911 2006-05-31 [colin]      2.2.0cvs68
3912
3913         * src/filtering.c
3914                 Use g_slist_prepend
3915         * src/imap.c
3916                 Don't remove caches when destroying folder, it
3917                 could (should) be done at exit
3918         * src/inc.c
3919                 free processing cache after incorporation
3920         * src/etpan/imap-thread.c
3921                 Maybe fix bug #959 (Crash on moving to emails 
3922                 to a imap account per ssl with a expired 
3923                 certificate.)
3924
3925 2006-05-30 [colin]      2.2.0cvs67
3926
3927         * src/summaryview.c
3928                 Put back event flush when displaying message
3929                 It avoids reading a bunch of messages just
3930                 by hitting shift-n for too long ;)
3931
3932 2006-05-29 [colin]      2.2.0cvs66
3933
3934         * src/summaryview.c
3935                 Remove useless g_warnings
3936
3937 2006-05-29 [colin]      2.2.0cvs65
3938
3939         * src/imap.c
3940                 Fix g_slist_append()s for performance
3941
3942 2006-05-29 [colin]      2.2.0cvs64
3943
3944         * src/compose.c
3945         * src/common/utils.c
3946                 Fix extraneous tab at start of addresses
3947         * src/mainwindow.c
3948                 Fix warnings (thanks to Fabien)
3949                 Fix crash at exit when composing messages 
3950                 exist
3951         * src/pop.c
3952                 Fix progress bar when deleting expired mails
3953                 Thanks to Hiro
3954         * src/summaryview.c
3955         * src/gtk/gtksctree.c
3956                 Fix re-sorting slowness
3957
3958 2006-05-29 [paul]       2.2.0cvs63
3959
3960         * src/mh.c
3961                 fetch full message when moving mails
3962                 from another mailbox, (fixed data loss
3963                 when filtering from IMAP to MH, introduced
3964                 in 2.2.0cvs57).
3965                 Thanks to Colin
3966
3967 2006-05-29 [mones]      2.2.0cvs62
3968
3969         * src/gtk/gtksctree.c
3970                 Unselect faster (patch by Colin)        
3971
3972 2006-05-26 [colin]      2.2.0cvs61
3973
3974         * src/summaryview.c
3975                 Unplug MSGINFO_UPDATE callback on delete too.
3976
3977 2006-05-26 [colin]      2.2.0cvs60
3978
3979         * src/foldersel.c
3980                 Fix bold in folder selection window with glib2.10
3981                 thanks Hiro
3982
3983 2006-05-26 [colin]      2.2.0cvs59
3984
3985         * src/procheader.c
3986                 Convert date only if necessary (and don't
3987                 try to convert from utf8 to utf8, too)
3988         * src/summaryview.c
3989                 Only set column's text if the column's 
3990                 displayed
3991
3992 2006-05-26 [colin]      2.2.0cvs58
3993
3994         * src/summaryview.c
3995         * src/gtk/gtkutils.c
3996                 Fix useless warning
3997
3998 2006-05-26 [colin]      2.2.0cvs57
3999
4000         * src/mainwindow.c
4001                 Make summaryview selectable as long as 
4002                 no message has focus
4003         * src/mh.c
4004                 Faster deletion (by implementing mh_remove_msgs)
4005                 Faster copy (avoid using mh_fetch_msg just to get
4006                 the filename)
4007                 Faster move (using move_file instead of copy_file
4008                 if MSG_IS_MOVE)
4009                 No progressbar if total number of mails to cp/mv 
4010                 is less than 100
4011         * src/summaryview.c
4012                 Fix removal from subject_table when mail gets moved
4013                 Faster deletion (g_slist_prepend instead of append)
4014         * src/gtk/gtksctree.c
4015                 Remove useless code
4016
4017 2006-05-25 [colin]      2.2.0cvs56
4018
4019         * src/common/ssl_certificate.c
4020                 Fix leak in expired cert check
4021
4022 2006-05-25 [colin]      2.2.0cvs55
4023
4024         * src/mh.c
4025                 Disable flags syncing on .mh_sequences - it
4026                 is buggy and marks mails read under unknown
4027                 conditions.
4028
4029 2006-05-25 [paul]
4030
4031         * 2.3.0-rc4 released
4032
4033 2006-05-24 [colin]      2.2.0cvs54
4034
4035         attention cvs users: if you manage to crash
4036         Sylpheed-Claws while moving, copying or deleting
4037         mails, we *are* interested in stack traces and
4038         valgrind logs. It looks stable, but one never
4039         knows...
4040
4041         * src/folder.c
4042                 Add progressbar for cache updates
4043         * src/folderutils.c
4044                 Optimize Mark all read in the current
4045                 folder
4046         * src/mh.c
4047                 Add progressbar for copy/move
4048         * src/procmsg.c
4049                 Optimize O(n^2) in copy/move
4050         * src/summaryview.c
4051         * src/gtk/gtksctree.c
4052                 Optimize O(n^2) algos
4053         * src/common/timing.h
4054                 Display ms instead of us
4055
4056 2006-05-24 [wwp]        2.2.0cvs53
4057
4058         * manual/fr/advanced.xml
4059                 updates to the French manual.
4060
4061 2006-05-24 [wwp]        2.2.0cvs52
4062
4063         * src/common/utils.c
4064                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
4065
4066 2006-05-24 [wwp]        2.2.0cvs51
4067
4068         * src/folderutils.c
4069                 fixed "mark all read" in MH folders (thanks to Colin).
4070
4071 2006-05-24 [paul]       2.2.0cvs50
4072
4073         * doc/man/sylpheed-claws.1
4074                 updated the man page
4075
4076 2006-05-23 [colin]      2.2.0cvs49
4077
4078         * src/folderview.c
4079         * src/imap.c
4080         * src/inc.c
4081         * src/mbox.c
4082         * src/messageview.c
4083         * src/news.c
4084         * src/send_message.c
4085         * src/summaryview.c
4086         * src/gtk/sslcertwindow.c
4087                 alertpanel fixes, by Fabien
4088
4089 2006-05-23 [colin]      2.2.0cvs48
4090
4091         * src/folder.c
4092         * src/folderview.c
4093         * src/msgcache.c
4094         * src/summaryview.c
4095         * src/gtk/gtksctree.c
4096         * src/gtk/gtksctree.h
4097                 More timings
4098                 Fix slow loading problem, which was caused by the
4099                 use of some gtk_ctree funcs and their use of
4100                 g_list_position while gtk_ctree_(un)link'ing.
4101                 Reap more functions from gtkctree.c to be sure we
4102                 use our (fast) version instead of theirs.
4103         * src/mh.c
4104                 Fix copy of unread mails
4105
4106
4107 2006-05-22 [wwp]        2.2.0cvs47
4108
4109         * manual/fr/advanced.xml
4110                 updated.
4111
4112 2006-05-22 [colin]      2.2.0cvs46
4113
4114         * src/filtering.c
4115                 Fix possible infinite loop. 'copy' is not a 
4116                 final action, so when encountering a 'copy',
4117                 we have to check if a previous one was set
4118                 and do it. In the same way, if we encounter
4119                 a 'move' we have to perform a possibly 
4120                 pending 'copy'. This will slow down filtering
4121                 on IMAP if move+copy or multiple copy actions
4122                 are to be done, but handling it via the batch
4123                 would be really too convoluted.
4124
4125 2006-05-22 [wwp]        2.2.0cvs45
4126
4127         * manual/fr/advanced.xml
4128         * manual/fr/faq.xml
4129         * manual/fr/glossary.xml
4130         * manual/fr/handling.xml
4131         * manual/fr/intro.xml
4132         * manual/fr/plugins.xml
4133         * manual/fr/sylpheed-claws-manual.xml
4134                 sync w/ the english manual: updates URIs, documented mailing-list
4135                 support, better explanation about the enabled/disabled feature
4136                 in filtering/processing rules by Paul.
4137
4138 2006-05-21 [colin]      2.2.0cvs44
4139
4140         * src/summaryview.c
4141                 Don't expand after building threads, but during
4142
4143 2006-05-21 [colin]      2.2.0cvs43
4144
4145         * src/procmsg.c
4146         * src/summaryview.c
4147                 More timing possibilities... For next time I have 
4148                 to find out how the hell some 3GHz computer takes
4149                 one minute to open a 30k folder...
4150
4151 2006-05-21 [colin]      2.2.0cvs42
4152
4153         * manual/pl/advanced.xml
4154         * manual/pl/faq.xml
4155         * manual/pl/glossary.xml
4156         * manual/pl/handling.xml
4157         * manual/pl/intro.xml
4158         * manual/pl/plugins.xml
4159         * manual/pl/sylpheed-claws-manual.xml
4160                 Polish manual updated by Pawel
4161
4162 2006-05-20 [colin]
4163
4164         * 2.3.0-rc3 released
4165
4166 2006-05-20 [colin]      2.2.0cvs41
4167
4168         * src/imap.c
4169                 Fix -rc2 problems:
4170                 - remove cache of moved messages from original folder
4171                 - apply new flags to messages even if they aren't appliable
4172                   via IMAP.
4173
4174 2006-05-20 [colin]
4175
4176         * 2.3.0-rc2 released
4177
4178 2006-05-19 [colin]      2.2.0cvs40
4179
4180         * src/imap.c
4181                 Don't issue SELECT in imap_change_flags
4182                 before having checked that we indeed have
4183                 some flags to change. MSG_POSTFILTERED for
4184                 example can't be used on IMAP.
4185                 Fixes bug #955 (copying messages between 
4186                 imap folders is extremely slow), which was
4187                 a regression.
4188
4189 2006-05-19 [colin]      2.2.0cvs39
4190
4191         * src/folder.c
4192         * src/folder.h
4193         * src/folderview.c
4194                 Try to fix bug #830 (Some unread messages 
4195                 get marked read in IMAP inbox):
4196                 - Prevent scanning a folder if it's being 
4197                   opened via the GUI
4198                 - Postpone opening via the GUI of a folder
4199                   currently scanned.
4200
4201
4202 2006-05-19 [wwp]        2.2.0cvs38
4203
4204         * manual/advanced.xml
4205                 fix English+typo (thanks to Paul).
4206
4207 2006-05-19 [wwp]        2.2.0cvs37
4208
4209         * manual/advanced.xml
4210         * manual/fr/advanced.xml
4211         * src/gtk/logwindow.c
4212         * src/prefs_common.c
4213         * src/prefs_common.h
4214                 added hidden prefs to allow customization of colors used in
4215                 protocol log window (useful for dark gtk+ themes).
4216
4217 2006-05-19 [wwp]        2.2.0cvs36
4218
4219         * ChangeLog
4220                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4221
4222 2006-05-19 [paul]       2.2.0cvs35
4223
4224         * src/textview.c
4225                 make Reply-To fully clickable
4226         * src/gtk/logwindow.c
4227                 more colouring (SMTP ESMTP)
4228         Both patches by Pawel Pekala
4229
4230 2006-05-19 [cleroy]     2.2.0cvs34
4231
4232         * src/mh.c
4233                 Don't update flags from current folder
4234                 Probably fixes bug #935 (Read Messages 
4235                 Revert to Being Marked as Unread)
4236
4237 2006-05-18 [colin]      2.2.0cvs33
4238
4239         * src/imap.c
4240                 Warning fix
4241         * src/compose.c
4242         * src/mainwindow.c
4243         * src/summaryview.c
4244         * src/toolbar.c
4245                 Allow replying to multiple emails
4246                 in multiple windows
4247         * src/mimeview.c
4248         * src/etpan/imap-thread.c
4249                 Leak fixes
4250
4251 2006-05-18 [paul]       2.2.0cvs32
4252
4253         * src/summaryview.c
4254                 keep Mailing-List menu refreshed
4255                 Thanks to Colin
4256
4257 2006-05-18 [paul]       2.2.0cvs31
4258
4259         * manual/advanced.xml
4260         * manual/faq.xml
4261         * manual/glossary.xml
4262         * manual/handling.xml
4263         * manual/intro.xml
4264         * manual/plugins.xml
4265         * manual/sylpheed-claws-manual.xml
4266                 update URLs
4267                 add info about mailing-list support
4268                 edit filtering info
4269         * src/wizard.c
4270         * src/common/defs.h
4271         * src/gtk/about.c
4272         * src/plugins/dillo_viewer/README
4273                 update URLs
4274
4275 2006-05-17 [wwp]        2.2.0cvs30
4276
4277         * manual/handling.xml
4278         * manual/fr/handling.xml
4279                 documented the ability to enabled/disable filtering/processing rules.
4280
4281 2006-05-17 [colin]      2.2.0cvs29
4282
4283         * src/main.c
4284                 Don't initialize g_thread subsystem if it's 
4285                 already done (thanks to Hiro)
4286         * src/mimeview.c
4287                 Fix saving of parts when there name can't be
4288                 converted from UTF-8.
4289
4290 2006-05-17 [paul]       2.2.0cvs28
4291
4292         * po/Makefile.in.in
4293                 fix config.status warning with autoconf 2.60
4294
4295 2006-05-17 [paul]       2.2.0cvs27
4296
4297         * po/POTFILES.in
4298                 add src/mbox.c
4299
4300 2006-05-17 [wwp]        2.2.0cvs26
4301
4302         * src/mainwindow.c
4303                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4304
4305 2006-05-17 [wwp]        2.2.0cvs25
4306
4307         * src/plugins/demo/demo.c
4308                 updated product name in plugin demo (many plugins need to be
4309                 sync'ed w/ that change).
4310
4311 2006-05-17 [colin]      2.2.0cvs24
4312
4313         * src/mh.c
4314                 Fix leak
4315
4316 2006-05-16 [colin]      2.2.0cvs23
4317
4318         * src/mainwindow.c
4319                 Stupid me hit again. Fix cvs22.
4320
4321 2006-05-16 [colin]      2.2.0cvs22
4322
4323         * src/mainwindow.c
4324                 Fix bug #922 (sylpheed-claws crashed after 
4325                 pushing on Inbox folder)
4326
4327 2006-05-16 [colin]      2.2.0cvs21
4328
4329         * src/compose.c
4330                 Make From header be copy/paste/select-able
4331
4332 2006-05-16 [wwp]        2.2.0cvs20
4333
4334         * src/export.c
4335         * src/matcher.c
4336         * src/summaryview.c
4337         * src/etpan/imap-thread.c
4338                 fix some compiler warnings (thanks to Colin).
4339
4340 2006-05-16 [wwp]        2.2.0cvs19
4341
4342         * src/action.c
4343         * src/gedit-print.c
4344         * src/inc.c
4345         * src/mainwindow.c
4346         * src/mh.c
4347         * src/statusbar.c
4348         * src/send_message.c
4349         * src/summaryview.c
4350                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4351
4352 2006-05-15 [colin]      2.2.0cvs18
4353
4354         * src/procmsg.c
4355                 Fix automatic rule creation with List-Post
4356
4357 2006-05-15 [paul]       2.2.0cvs17
4358
4359         * tools/filter_conv_new.pl
4360                 updated for rule enabling/disabling
4361                 claws version >= 2.3.x required
4362
4363 2006-05-15 [cleroy]     2.2.0cvs16
4364
4365         * src/main.c
4366                 Revert test
4367
4368 2006-05-15 [cleroy]     2.2.0cvs15
4369
4370         * src/main.c
4371                 test
4372
4373 2006-05-15 [wwp]        2.2.0cvs14
4374
4375         * manual/pl/.cvsignore
4376                 ignore generated files.
4377
4378 2006-05-14 [wwp]        2.3.0-rc1
4379
4380         * 2.3.0-rc1 released
4381
4382 2006-05-13 [wwp]        2.2.0cvs13
4383
4384         * src/filtering.c
4385         * src/filtering.h
4386         * src/matcher.c
4387         * src/matcher_parser_lex.l
4388         * src/matcher_parser_parse.y
4389         * src/prefs_filtering.c
4390                 new feature: provide the ability to disable filtering and processing
4391                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4392                 adaptations.
4393
4394 2006-05-13 [colin]      2.2.0cvs12
4395
4396         * src/compose.c
4397                 Remove useless if (a) b; else b;
4398                 Thanks to wwp
4399
4400 2006-05-13 [wwp]        2.2.0cvs11
4401
4402         * src/export.c
4403         * src/import.c
4404         * src/mainwindow.c
4405         * src/mbox.c
4406         * src/summaryview.c
4407         * src/summaryview.h
4408                 no more silent failures (or at least less ones) when importing
4409                 or exporting from/to mbox. Also start importing/exporting if
4410                 the necessary info is set.
4411
4412 2006-05-13 [wwp]        2.2.0cvs10
4413
4414         * RELEASE_NOTES
4415                 restored up-to-date release notes.
4416
4417 2006-05-13 [paul]       2.2.0cvs9
4418
4419         * po/nl.po
4420         * po/ru.po
4421                 updated by Tim Dijkstra and Pavlo Bohmat
4422
4423 2006-05-12 [colin]      2.2.0cvs8
4424
4425         * src/gtk/quicksearch.c
4426                 Add "k" as shortcut for "colorlabel". Patch
4427                 by ath42@users.sf.net.
4428
4429 2006-05-12 [paul]       2.2.0cvs7
4430
4431         * src/prefs_common.h
4432         * src/prefs_summaries.c
4433         * src/summaryview.c
4434                 when entering a folder also allow
4435                 going directly to first Marked message
4436
4437 2006-05-12 [paul]       2.2.0cvs6
4438
4439         * src/summaryview.c
4440                 always obey 'confirm before marking all
4441                 mails read' option
4442
4443 2006-05-12 [paul]       2.2.0cvs5
4444
4445         * src/textview.c
4446                 make Sender fully clickable
4447
4448 2006-05-12 [colin]      2.2.0cvs4
4449
4450         * src/compose.c
4451         * src/compose.h
4452                 Let From be editable
4453         * src/main.c
4454         * src/mh.c
4455                 Full support of .mh_sequences' Unseen seq
4456
4457 2006-05-12 [colin]      2.2.0cvs3
4458
4459         * src/folder.c
4460         * src/mainwindow.c
4461         * src/mainwindow.h
4462         * src/messageview.c
4463         * src/prefs_spelling.c
4464         * src/procheader.c
4465         * src/procmsg.c
4466         * src/procmsg.h
4467         * src/summaryview.c
4468         * src/toolbar.c
4469         * src/toolbar.h
4470                 Add contextual menu on Compose toolbar
4471                 button. Fixes bug #944 (Automatic
4472                 addresses not applied when changing account
4473                 from compose window)
4474                 add Mailing List support
4475                 based on the old 0.6.5claws25 patch by
4476                 Melvin Hadasht, with finishing touches
4477                 by Colin
4478                 Fix "ignore thread" when mails are threaded by
4479                 subject (and weren't ignored although appearing
4480                 in the thread).
4481                 GUI rework.
4482                 Both patches by Pawel.
4483
4484 2006-05-08 [paul]       2.2.0cvs2
4485
4486         * src/mainwindow.c
4487         * src/mainwindow.h
4488         * src/messageview.c
4489         * src/procheader.c
4490         * src/procmsg.c
4491         * src/procmsg.h
4492         * src/summaryview.c
4493                 add Mailing List support
4494                 based on the old 0.6.5claws25 patch by 
4495                 Melvin Hadasht, with finishing touches
4496                 by Colin
4497
4498 2006-05-08 [colin]      2.2.0cvs1
4499
4500         * src/mainwindow.c
4501         * src/toolbar.c
4502         * src/toolbar.h
4503                 Add contextual menu on Compose toolbar 
4504                 button. Fixes bug #944 (Automatic 
4505                 addresses not applied when changing account 
4506                 from compose window)
4507
4508 2006-05-08 [paul]       2.2.0
4509
4510         2.2.0 released
4511
4512 2006-05-08 [paul]       2.1.1cvs51
4513
4514         * po/cs.po
4515         * po/de.po
4516         * po/en_GB.po
4517         * po/fi.po
4518         * po/fr.po
4519         * po/pt_BR.po
4520         * po/sr.po
4521         * po/zh_CN.po
4522                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4523                 Fabien Vantard, Frederico Goncalves Guimaraes,
4524                 Aleksandar Urosevic, and Ralgh Young
4525
4526 2006-05-12 [colin]      2.1.1cvs50
4527
4528         * po/cs.po
4529         * po/de.po
4530         * po/en_GB.po
4531         * po/es.po
4532         * po/fi.po
4533         * po/fr.po
4534         * po/pt_BR.po
4535         * po/sr.po
4536         * po/zh_CN.po
4537                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4538                 Fabien Vantard, Frederico Goncalves Guimaraes,
4539                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4540
4541 2006-05-05 [colin]      2.1.1cvs49
4542
4543         * manual/Makefile.am
4544         * manual/pl/Makefile.am
4545         * manual/pl/account.xml
4546         * manual/pl/ack.xml
4547         * manual/pl/addrbook.xml
4548         * manual/pl/advanced.xml
4549         * manual/pl/faq.xml
4550         * manual/pl/glossary.xml
4551         * manual/pl/gpl.xml
4552         * manual/pl/handling.xml
4553         * manual/pl/intro.xml
4554         * manual/pl/keyboard.xml
4555         * manual/pl/plugins.xml
4556         * manual/pl/starting.xml
4557         * manual/pl/sylpheed-claws-manual.xml
4558         * manual/pl/dist/.cvsignore
4559         * manual/pl/dist/Makefile.am
4560         * manual/pl/dist/html/.cvsignore
4561         * manual/pl/dist/html/Makefile.am
4562         * manual/pl/dist/pdf/.cvsignore
4563         * manual/pl/dist/pdf/Makefile.am
4564         * manual/pl/dist/ps/.cvsignore
4565         * manual/pl/dist/ps/Makefile.am
4566         * manual/pl/dist/txt/.cvsignore
4567         * manual/pl/dist/txt/Makefile.am
4568                 Add the polish translation of the manual,
4569                 Authored by Pawel Pekala.
4570
4571 2006-05-05 [cleroy]     2.1.1cvs48
4572
4573         * src/main.c
4574                 Re-read matcherrc after loading plugins 
4575                 if some of them add folders.
4576
4577 2006-05-03 [colin]      2.1.1cvs47
4578
4579         * src/imap.c
4580                 I'm idiot
4581
4582 2006-05-03 [colin]      2.1.1cvs46
4583
4584         * src/imap.c
4585                 Be sure to have a session when
4586                 getting separator
4587
4588 2006-05-03 [colin]      2.1.1cvs45
4589
4590         * src/imap.c
4591         * src/imap.h
4592         * src/imap_gtk.c
4593                 Fix preventing renaming with namespace 
4594                 separator.
4595
4596 2006-05-01 [colin]      2.1.1cvs44
4597
4598         * src/action.c
4599                 Don't reload messageview when result of
4600                 action is piped.
4601
4602 2006-04-29 [colin]      2.1.1cvs43
4603
4604         * src/prefs_receive.c
4605         * src/plugins/spamassassin/spamassassin_gtk.c
4606         * src/plugins/clamav/clamav_plugin_gtk.c
4607                 GUI fixes by Pawel
4608
4609 2006-04-29 [colin]      2.1.1cvs42
4610
4611         * src/prefs_compose_writing.c
4612         * src/prefs_quote.c
4613                 Cleanups. Patch by Pawel
4614
4615 2006-04-28 [paul]       2.1.1cvs41
4616
4617         * src/matcher.c
4618                 fix returned quick search results when search
4619                 term contains an underscore.
4620                 Thanks to Colin
4621
4622 2006-04-28 [paul]       2.1.1cvs40
4623
4624         * src/prefs_message.c
4625         * src/prefs_receive.c
4626                 GUI cleanups
4627                 Patches by Pawel Pekala
4628
4629 2006-04-27 [colin]      2.1.1cvs39
4630
4631         * src/wizard.c
4632                 Differentiate subject Welcome from
4633                 window's title Welcome
4634
4635 2006-04-27 [paul]
4636
4637         2.2.0-rc1 released
4638
4639 2006-04-27 [paul]       2.1.1cvs38
4640
4641         * manual/advanced.xml
4642         * manual/fr/advanced.xml
4643                 add info about compose_no_markup hidden pref
4644
4645 2006-04-27 [paul]       2.1.1cvs37
4646
4647         * src/prefs_account.c
4648                 improve privacy labels
4649         * src/prefs_msg_colors.c
4650                 change some strings for translators' convenience
4651         * src/gtk/gtkutils.c
4652                 don't underline the link button text
4653
4654 2006-04-25 [colin]      2.1.1cvs36
4655
4656         * src/folder.c
4657                 Complete 2.1.1cvs33 (once more ;)
4658
4659 2006-04-25 [colin]      2.1.1cvs35
4660
4661         * src/editldap.c
4662                 Fix tooltip
4663
4664 2006-04-25 [cleroy]     2.1.1cvs34
4665
4666         * src/compose.c
4667         * src/gtk/gtkaspell.c
4668                 Fix crash on redirect (related to the return 
4669                 of the aspell menu in compose's toolbar)
4670         * src/prefs_msg_colors.c
4671                 Fix sensitivity widgets
4672         * src/image_viewer.c
4673         * src/gtk/pluginwindow.c
4674         * src/gtk/prefswindow.c
4675                 Change released signals to clicked (Fabien)
4676         * po/POTFILES.in
4677         * src/common/socket.c
4678         * src/plugins/spamassassin/spamassassin.c
4679                 Translate strings (Fabien)
4680
4681 2006-04-25 [paul]       2.1.1cvs33
4682
4683         * src/folder.c
4684         * src/folder.h
4685         * src/folderview.c
4686                 complete the fix of bug #912
4687                 Thanks to Colin
4688
4689 2006-04-25 [colin]      2.1.1cvs32
4690
4691         * src/news.c
4692                 Better progress bar
4693         * src/mimeview.c
4694         * src/summaryview.c
4695         * src/summaryview.h
4696                 Fix focus chain
4697                 Patches by Pawel Pekala
4698
4699 2006-04-24 [colin]      2.1.1cvs31
4700
4701         * src/compose.c
4702                 Fix compilation warnings (Fabien)
4703
4704 2006-04-24 [colin]      2.1.1cvs30
4705
4706         * src/addrindex.c
4707         * src/editldap.c
4708         * src/editldap_basedn.c
4709         * src/editldap_basedn.h
4710         * src/ldapctrl.c
4711         * src/ldapctrl.h
4712         * src/ldapquery.c
4713         * src/ldaputil.c
4714         * src/ldaputil.h
4715                 Fix bug #901 (LDAPS support)
4716
4717 2006-04-24 [colin]      2.1.1cvs29
4718
4719         * src/compose.c
4720                 Fix logic on error with send dialog on
4721         * src/imap.c
4722                 Fix compilation without libetpan, thanks
4723                 to Fabien
4724         * src/summaryview.c
4725                 Fix 'context-menu' key
4726
4727 2006-04-23 [colin]      2.1.1cvs28
4728
4729         * src/folder.c
4730                 Never free current's cache to free up 
4731                 memory. Fixes bug #912 (new count 
4732                 randomly set to message count)
4733
4734 2006-04-23 [colin]      2.1.1cvs27
4735
4736         * src/gtk/quicksearch.c
4737                 And remove printf...
4738
4739 2006-04-23 [colin]      2.1.1cvs26
4740
4741         * src/gtk/quicksearch.c
4742                 Fix replacing in quicksearch, and fix inserting
4743                 in the middle of the string. (introduced at 2.1.0cvs22)
4744
4745 2006-04-23 [colin]      2.1.1cvs25
4746
4747         * src/imap.c
4748                 Make sure uidnext is initialized in get_num_list
4749                 (not for stable, related to 2.1.1cvs8 and friends)
4750
4751 2006-04-23 [colin]      2.1.1cvs24
4752
4753         * src/imap.c
4754                 Output something when login is successful
4755                 too
4756
4757 2006-04-23 [colin]      2.1.1cvs23
4758
4759         * src/etpan/imap-thread.c
4760                 Better logging (line-per-line, hide data in fetch)
4761                 Fix a const warning
4762         * src/gtk/logwindow.c
4763         * src/gtk/logwindow.h
4764                 Better logging (color for input/output)
4765
4766 2006-04-21 [colin]      2.1.1cvs22
4767
4768         * src/gtk/quicksearch.c
4769                 On gtk+-2.8, use stock buttons in quicksearch
4770                 Based on a patch by Fabien and a design by Paul
4771
4772 2006-04-21 [colin]      2.1.1cvs21
4773
4774         * src/folderview.c
4775         * src/mainwindow.c
4776                 Fix occasional flicker in folderview
4777         * src/common/utils.c
4778                 Fix bug #943 (Incorrectly parsed email address 
4779                 list in short headers on message view and in 
4780                 printouts)
4781
4782 2006-04-20 [colin]      2.1.1cvs20
4783
4784         * src/imap.c
4785         * src/imap.h
4786         * src/prefs_account.c
4787                 Add ANONYMOUS auth for IMAP
4788
4789 2006-04-20 [paul]       2.1.1cvs19
4790
4791         * src/main.c
4792                 proper fix for 2.1.1cvs18
4793                 Thanks to Colin
4794
4795 2006-04-20 [paul]       2.1.1cvs18
4796
4797         * src/main.c
4798                 fix build warnings
4799
4800 2006-04-20 [paul]       2.1.1cvs17
4801
4802         * src/gtk/quicksearch.c
4803                 fix standard, non-extended Quick search,
4804                 was broken in 2.1.1cvs15.
4805                 Thanks to Colin.
4806
4807 2006-04-20 [colin]      2.1.1cvs16
4808
4809         * src/prefs_matcher.c
4810                 Fix values when reselecting a ~test
4811                 rule
4812
4813 2006-04-19 [colin]      2.1.1cvs15
4814
4815         * src/compose.c
4816         * src/compose.h
4817         * src/gtk/gtkaspell.c
4818         * src/gtk/gtkaspell.h
4819                 Put back Options menu in Spelling/
4820         * src/gtk/quicksearch.c
4821                 Don't search, and show error, if the
4822                 advanced search has a syntax error
4823
4824 2006-04-18 [colin]      2.1.1cvs14
4825
4826         * src/textview.c
4827                 Fix gdk warnings on set_cursor when textview
4828                 isn't visible
4829
4830 2006-04-18 [colin]      2.1.1cvs13
4831
4832         * src/gtk/gtksctree.c
4833                 Remove seemingly useless refresh that causes
4834                 flicker - watch this commit in case of 
4835                 problems before planned backport to stable
4836
4837 2006-04-18 [colin]      2.1.1cvs12
4838
4839         * src/imap.c
4840                 Factorize get/set_xml code
4841         * src/compose.c
4842         * src/prefs_account.c
4843         * src/prefs_account.h
4844         * src/procmsg.c
4845                 Add Encrypt to self option
4846
4847 2006-04-17 [colin]      2.1.1cvs11
4848
4849         * configure.ac
4850                 Fix search on encrpyt function on dragonfly
4851                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4852
4853 2006-04-17 [colin]      2.1.1cvs10
4854
4855         * src/prefs_account.c
4856                 Be safe by default: remove mails from POP3
4857                 after 7 days, not immediately
4858
4859 2006-04-17 [colin]      2.1.1cvs9
4860
4861         * src/etpan/imap-thread.c
4862                 Fix build on DragonFly - patch by 
4863                 Jonathan Buschmann <jonthn@agmact.com>
4864
4865 2006-04-17 [colin]      2.1.1cvs8
4866
4867         * src/imap.c
4868                 Save uidnext between sessions
4869
4870 2006-04-17 [colin]      2.1.1cvs7
4871
4872         * src/imap.c
4873                 scan is required when uid validity changes
4874
4875 2006-04-17 [colin]      2.1.1cvs6
4876
4877         * src/folderview.c
4878                 Don't scan if not necessary, apart in current
4879                 folder and INBOX to fetch flags.
4880         * src/imap.c
4881                 Scan is necessary if unread count changes
4882
4883 2006-04-17 [colin]      2.1.1cvs5
4884
4885         * src/imap.c
4886                 ...But always fetch ANSWERED and DELETED flags for
4887                 INBOX, as filtering can happen on these flags.
4888
4889 2006-04-17 [colin]      2.1.1cvs4
4890
4891         * src/imap.c
4892                 Don't fetch REPLIED and DELETED flags when synchronising
4893                 flags with a closed folder. We only need UNSEEN and FLAGGED
4894                 to update the folderview.
4895
4896 2006-04-17 [colin]      2.1.1cvs3
4897
4898         * src/imap.c
4899                 Faster flag search when there are new mails 
4900                 in a folder. We can do a full search if the 
4901                 folder contains less messages than the new
4902                 list.
4903
4904 2006-04-17 [colin]      2.1.1cvs2
4905
4906         * po/cs.po
4907         * po/de.po
4908         * po/fr.po
4909         * po/nl.po
4910         * po/pt_BR.po
4911                 Update translations from stable branch
4912
4913 2006-04-17 [colin]      2.1.1cvs1
4914
4915         * configure.ac
4916                 Bump version to follow stable release
4917
4918 2006-04-16 [mones]      2.1.0cvs50
4919
4920         * po/es.po
4921                 Updated for release
4922
4923 2006-04-16 [colin]      2.1.0cvs49
4924
4925         * src/textview.c
4926                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4927                 with gtk < 2.8. Thanks to Fabien Vantard.
4928
4929 2006-04-15 [colin]      2.1.0cvs48
4930
4931         * src/etpan/imap-thread.c
4932                 Fix bug #919 (libetpan: SEGV when connecting 
4933                 using command)
4934
4935 2006-04-14 [colin]      2.1.0cvs47
4936
4937         * src/main.c
4938                 Fix race on --select (should be done better)
4939
4940 2006-04-14 [wwp]        2.1.0cvs46
4941
4942         * src/send_message.c
4943                 enforce a check for domain in account prefs (a sending
4944                 error could be faced if domain was checked but no value set),
4945                 thanks to Colin.
4946
4947 2006-04-14 [colin]      2.1.0cvs45
4948
4949         * src/codeconv.c
4950                 when converting from unknown to unknown, if the
4951                 string is UTF8, don't convert it to the locale
4952                 (which breaks it)
4953
4954 2006-04-14 [colin]      2.1.0cvs44
4955
4956         * src/compose.c
4957                 Don't try to use ASCII for converting headers
4958                 (as done in body)
4959
4960 2006-04-14 [paul]       2.1.0cvs43
4961
4962         * src/crash.c
4963                 add locale/charset info to crash report
4964         * src/gtk/about.c
4965                 add wwp to doc team
4966                 replace 'e-mail' with preferred 'email'
4967         * src/gtk/authors.h
4968                 ensure contributors list is in alphabetical
4969                 order
4970
4971 2006-04-13 [colin]      2.1.0cvs42
4972
4973         * src/textview.c
4974                 Prevent gdk warnings
4975
4976 2006-04-13 [colin]      2.1.0cvs41
4977
4978         * src/common/ssl_certificate.c
4979         * src/common/ssl_certificate.h
4980         * src/gtk/sslcertwindow.c
4981                 Warn on expired certs, and display the expiration date
4982
4983 2006-04-13 [colin]      2.1.0cvs40
4984
4985         * src/plugins/spamassassin/spamassassin_gtk.c
4986                 Fix missing set_text on unix socket
4987
4988 2006-04-13 [wwp]        2.1.0cvs39
4989
4990         * manual/fr/advanced.xml
4991         * manual/fr/glossary.xml
4992                 applied new spam/ham/email lexicon (pourriel, courriel)
4993
4994 2006-04-13 [paul]       2.1.0cvs38
4995
4996         * src/plugins/pgpmime/plugin.c
4997                 remove the mention of S/MIME from the
4998                 description. This is now handled by the
4999                 S/MIME plugin.
5000
5001 2006-04-13 [paul]       2.1.0cvs37
5002
5003         * src/prefs_msg_colors.c
5004                 rework dialog
5005         * src/prefs_folder_item.c
5006         * src/prefs_spelling.c
5007                 add a tooltip to the colour selector buttons
5008
5009 2006-04-13 [wwp]        2.1.0cvs36
5010
5011         * manual/advanced.xml
5012         * manual/glossary.xml
5013         * manual/handling.xml
5014         * manual/keyboard.xml
5015         * manual/plugins.xml
5016         * manual/starting.xml
5017         * manual/fr/account.xml
5018         * manual/fr/ack.xml
5019         * manual/fr/addrbook.xml
5020         * manual/fr/advanced.xml
5021         * manual/fr/faq.xml
5022         * manual/fr/glossary.xml
5023         * manual/fr/gpl.xml
5024         * manual/fr/handling.xml
5025         * manual/fr/intro.xml
5026         * manual/fr/keyboard.xml
5027         * manual/fr/plugins.xml
5028         * manual/fr/starting.xml
5029         * manual/fr/sylpheed-claws-manual.xml
5030                 fixes to the manuals:
5031                  - summaryview -> Message List (same in French)
5032                  - translate key names
5033                  - fix French punctuation, use non-breakable spaces when
5034                    necessary, don't use &thinsp; which is not portable
5035                  - tell what maildir and mbox formats we support
5036
5037 2006-04-12 [wwp]        2.1.0cvs35
5038
5039         * src/prefs_toolbar.c
5040                 unified a replace button more,
5041                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5042
5043 2006-04-12 [wwp]        2.1.0cvs34
5044
5045         * src/prefs_common.c
5046         * src/prefs_msg_colors.c
5047                 make default color labels translatable,
5048                 patch from Fabien Vantard <fzzzzz@gmail.com>,
5049                 thanks to Tim <timbrain@post.cz> for reporting.
5050
5051 2006-04-12 [wwp]        2.1.0cvs33
5052
5053         * manual/glossary.xml
5054         * manual/intro.xml
5055         * manual/plugins.xml
5056         * manual/starting.xml
5057         * manual/sylpheed-claws-manual.xml
5058         * manual/fr/.cvsignore
5059         * manual/fr/account.xml
5060         * manual/fr/ack.xml
5061         * manual/fr/addrbook.xml
5062         * manual/fr/advanced.xml
5063         * manual/fr/faq.xml
5064         * manual/fr/glossary.xml
5065         * manual/fr/handling.xml
5066         * manual/fr/intro.xml
5067         * manual/fr/keyboard.xml
5068         * manual/fr/plugins.xml
5069         * manual/fr/starting.xml
5070         * manual/fr/sylpheed-claws-manual.xml
5071                 various fixes: typos, missing .fr translations, punctuation,
5072                 capitalization, links, accents and some bad French more.
5073
5074 2006-04-12 [wwp]        2.1.0cvs32
5075
5076         * src/prefs_gtk.c
5077                 fix for bug #935: always store prefs files in UTF-8 (thanks
5078                 to Colin).
5079
5080 2006-04-11 [colin]      2.1.0cvs31
5081
5082         * src/compose.c
5083                 Fix inserting files not in utf8 when locale is utf8
5084
5085 2006-04-11 [colin]      2.1.0cvs30
5086
5087         * src/inc.c
5088                 Don't show error dialog when cancelling connection
5089                 Patch by Pawel
5090
5091 2006-04-11 [cleroy]     2.1.0cvs29
5092
5093         * src/compose.c
5094                 Implement multiple quote levels
5095         * src/prefs_common.c
5096                 Change a little bit the quote bgcolor for 2nd level
5097
5098 2006-04-11 [colin]      2.1.0cvs28
5099
5100         * src/gtk/about.c
5101                 Add locale and charset in the label
5102
5103 2006-04-10 [colin]      2.1.0cvs27
5104
5105         * src/compose.c
5106         * src/prefs_common.c
5107         * src/prefs_common.h
5108         * src/prefs_msg_colors.c
5109         * src/textview.c
5110                 Allow optional background color in quotes
5111                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
5112                 GTK+-2.8.x feature
5113
5114 2006-04-10 [colin]      2.1.0cvs26
5115
5116         * src/main.c
5117         * src/mainwindow.c
5118         * src/mainwindow.h
5119                 Implement --select
5120
5121 2006-04-10 [colin]      2.1.0cvs25
5122
5123         * manual/plugins.xml
5124         * manual/fr/plugins.xml
5125                 Document libcurl's proxy variables
5126
5127 2006-04-09 [colin]      2.1.0cvs24
5128
5129         * src/prefs_common.c
5130                 gettext() returns statically allocated stuff. We have
5131                 to strdup it in order to be able to free it.
5132
5133 2006-04-09 [colin]      2.1.0cvs23
5134
5135         * AUTHORS
5136         * src/gtk/authors.h
5137                 Add Alexei
5138
5139 2006-04-09 [colin]      2.1.0cvs22
5140
5141         * src/mainwindow.c
5142         * src/gtk/quicksearch.c
5143                 Fix bug #859 (problems with cyrilic input in 
5144                 search panel) - Patch by Alexey Illarionov 
5145                 <littlesavage@rambler.ru>
5146
5147 2006-04-09 [colin]      2.1.0cvs21
5148
5149         * src/prefs_customheader.c
5150                 I prefer removing then freeing rather than the contrary
5151                 (even if it doesn't change anything ;-)
5152         * src/prefs_account.c
5153                 Fix bug #933 (Crash re-entering the custom headers list 
5154                 dialog in accounts prefs)
5155                 The problem happened when cancelling the Account 
5156                 Preferences' dialogs - in which case we didn't do 
5157                 anything to the PrefsAccount * struct. In case of applying,
5158                 the old ac_prefs was replaced with the tmp_ac_prefs we were
5159                 working with in this dialog. The problem is that 
5160                 prefs_customheader.c, working on this tmp_ac_prefs, always
5161                 changes the ->customhdr_list pointer, even when cancelled. 
5162                 So in case of cancelling the prefs_account dialog, we still
5163                 have to update ->customhdr_list in the real account.
5164
5165 2006-04-08 [colin]      2.1.0cvs20
5166
5167         * manual/fr/glossary.xml
5168         * manual/fr/keyboard.xml
5169                 Forgot some headers :)
5170
5171 2006-04-08 [colin]      2.1.0cvs19
5172
5173         * manual/Makefile.am
5174         * manual/fr/Makefile.am
5175         * manual/fr/account.xml
5176         * manual/fr/ack.xml
5177         * manual/fr/addrbook.xml
5178         * manual/fr/advanced.xml
5179         * manual/fr/faq.xml
5180         * manual/fr/glossary.xml
5181         * manual/fr/gpl.xml
5182         * manual/fr/handling.xml
5183         * manual/fr/intro.xml
5184         * manual/fr/keyboard.xml
5185         * manual/fr/plugins.xml
5186         * manual/fr/starting.xml
5187         * manual/fr/sylpheed-claws-manual.xml
5188         * manual/fr/dist/.cvsignore
5189         * manual/fr/dist/Makefile.am
5190         * manual/fr/dist/html/.cvsignore
5191         * manual/fr/dist/html/Makefile.am
5192         * manual/fr/dist/pdf/.cvsignore
5193         * manual/fr/dist/pdf/Makefile.am
5194         * manual/fr/dist/ps/.cvsignore
5195         * manual/fr/dist/ps/Makefile.am
5196         * manual/fr/dist/txt/.cvsignore
5197         * manual/fr/dist/txt/Makefile.am
5198                 Add the french translation of the manual. Thanks to
5199                 Olivier Delhomme <olivier.delhomme@free.fr> for 
5200                 account.xml, ack.xml, addrbook.xml and advanced.xml
5201
5202 2006-04-08 [colin]      2.1.0cvs18
5203
5204         * manual/plugins.xml
5205         * manual/starting.xml
5206                 More fixes
5207
5208 2006-04-07 [colin]      2.1.0cvs17
5209
5210         * manual/faq.xml
5211         * manual/intro.xml
5212         * manual/keyboard.xml
5213                 Little fixes
5214
5215 2006-04-07 [colin]      2.1.0cvs16
5216
5217         * README
5218         * src/compose.c
5219         * src/prefs_common.c
5220         * src/prefs_common.h
5221                 Add hidden compose_no_markup pref
5222
5223 2006-04-07 [wwp]        2.1.0cvs15
5224
5225         * src/summary_search.c
5226         * .cvsignore
5227                 Bugfix: stop button was sticky when searching in an empty folder.
5228                 Applied curly brackets code style to the whole file (summary_search.c).
5229                 More files to ignore.
5230
5231 2006-04-07 [wwp]        2.1.0cvs14
5232
5233         * src/message_search.c
5234         * src/summary_search.c
5235                 changed default button when search bumps at file/folder
5236                 beginning or end, for convenience (thanks to Colin).
5237
5238 2006-04-07 [paul]       2.1.0cvs13
5239
5240         * src/plugins/dillo_viewer/dillo_prefs.c
5241                 avoid future potential for namespace collision
5242                 Patch by Colin
5243
5244 2006-04-06 [wwp]        2.1.0cvs12
5245
5246         * src/summary_search.c
5247                 Unify extended/advanced searches names (and thus factorize labels),
5248                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5249
5250 2006-04-06 [wwp]        2.1.0cvs11
5251
5252         * src/folderview.c
5253         * src/prefs_themes.c
5254         * src/summaryview.c
5255                 Fixed some compilation warnings.
5256
5257 2006-04-06 [colin]      2.1.0cvs10
5258
5259         * manual/advanced.xml
5260                 Document the wizard template and how to deploy
5261                 Sylpheed-Claws effectively
5262
5263 2006-04-06 [colin]      2.1.0cvs9
5264
5265         * src/folderview.c
5266                 gettext patch to tell translators about _("#"),
5267                 by Maxim Britov
5268
5269 2006-04-06 [colin]      2.1.0cvs8
5270
5271         * src/textview.c
5272                 Fix invalid GtkTextBIter after clicking "Display as text"
5273
5274 2006-04-06 [mones]      2.1.0cvs7
5275
5276         * src/addr_compl.c
5277         * src/addrindex.c
5278         * src/addritem.c
5279         * src/codeconv.c
5280         * src/compose.c
5281         * src/filtering.c
5282         * src/folder.c
5283         * src/folder_item_prefs.c
5284         * src/folderview.c
5285         * src/localfolder.c
5286         * src/matcher.c
5287         * src/mimeview.c
5288         * src/prefs_msg_colors.c
5289         * src/prefs_spelling.c
5290         * src/prefs_themes.c
5291         * src/procmime.c
5292         * src/procmsg.c
5293         * src/stock_pixmap.c
5294         * src/summaryview.c
5295         * src/textview.c
5296         * src/toolbar.c
5297         * src/common/mgutils.c
5298         * src/common/prefs.c
5299         * src/common/ssl_certificate.c
5300         * src/gtk/colorlabel.c
5301         * src/gtk/quicksearch.c
5302         * src/plugins/pgpmime/pgpmime.c
5303         * src/plugins/spamassassin/spamassassin.c
5304                 Removed redundant NULL checks for g_free() calls.
5305                 Patch by Pawel Pekala.
5306
5307 2006-04-06 [mones]      2.1.0cvs6
5308
5309         * src/prefs_actions.c
5310         * src/prefs_filtering.c
5311         * src/prefs_filtering_action.c
5312         * src/prefs_matcher.c
5313         * src/prefs_template.c
5314         * src/gtk/gtkutils.c
5315         * src/gtk/gtkutils.h
5316                 Have a nice replace button. Patch by Pawel Pekala
5317
5318 2006-04-06 [colin]      2.1.0cvs5
5319
5320         * src/addressbook.c
5321                 Fix crash with empty columns
5322
5323 2006-04-05 [colin]      2.1.0cvs4
5324
5325         * src/wizard.c
5326         * src/prefs_gtk.c
5327                 Allow wizard customization with pre-filled values
5328
5329 2006-04-05 [colin]      2.1.0cvs3
5330
5331         * src/textview.c
5332         * src/mimeview.c
5333         * src/mimeview.h
5334                 Nicer messages in mimeview
5335
5336 2006-04-05 [colin]      2.1.0cvs2
5337
5338         * src/addressbook.c
5339         * src/prefs_summaries.c
5340                 i18n fix
5341
5342 2006-04-05 [colin]      2.1.0cvs1
5343
5344         * src/plugins/pgpcore/plugin.c
5345         * src/plugins/pgpcore/select-keys.c
5346         * src/plugins/pgpcore/select-keys.h
5347         * src/plugins/pgpcore/sgpgme.c
5348         * src/plugins/pgpcore/sgpgme.h
5349         * src/plugins/pgpinline/pgpinline.c
5350         * src/plugins/pgpinline/plugin.c
5351         * src/plugins/pgpmime/pgpmime.c
5352         * src/plugins/pgpmime/plugin.c
5353                 Factorize and generalize a bit 
5354                 Drop S/MIME signature verification from PGP/MIME
5355                 (adding it as another, more complete plugin)
5356
5357 2006-04-05 [paul]       2.1.0
5358
5359         2.1.0 released
5360
5361 2006-04-05 [paul]       2.0.0cvs186
5362
5363         * manual/advanced.xml
5364                 add info on colour labels
5365
5366 2006-04-05 [paul]       2.0.0cvs185
5367
5368         * po/bg.po
5369         * po/cs.po
5370         * po/de.po
5371         * po/el.po
5372         * po/en_GB.po
5373         * po/fi.po
5374         * po/fr.po
5375         * po/it.po
5376         * po/nl.po
5377         * po/pl.po
5378         * po/pt_BR.po
5379         * po/sr.po
5380         * po/zh_CN.po
5381                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5382                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5383                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5384                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5385         * src/gtk/authors.h
5386         * tools/claws.i18n.status.pl
5387                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5388                 and new Czech translator, Tim <timbrain@post.cz>
5389
5390 2006-04-05 [mones]      2.0.0cvs184
5391
5392         * po/es.po
5393                 Updated translation
5394
5395 2006-04-05 [colin]      2.0.0cvs183
5396
5397         * src/gtk/quicksearch.c
5398                 Fix bug #929 (unnecessary reload in quick search bar)
5399
5400 2006-04-05 [colin]      2.0.0cvs182
5401
5402         * src/compose.c
5403                 Fix crash on Reply with no From:
5404                 Show signature and conversion error on queuing 
5405                 (but not sending)
5406         * src/mainwindow.c
5407         * src/summaryview.c
5408         * src/summaryview.h
5409                 Factorize threading code and make sure msginfo 
5410                 is not null when it comes from a GtkCTreeRow's 
5411                 data
5412         * src/gtk/gtkaspell.c
5413                 Check for necessary things
5414         * src/gtk/gtksctree.c
5415         * src/gtk/gtksctree.h
5416                 Reset anchor if necessary when removing node
5417
5418 2006-03-29 [colin]      2.0.0cvs181
5419
5420         * src/folderview.c
5421                 Warn for disabled IMAP accounts (due to lack of
5422                 libetpan). Breaks string-freeze - sorry - but it
5423                 is kind of important ;)
5424
5425 2006-03-28 [colin]      2.0.0cvs180
5426
5427         * src/gtk/gtkutils.c
5428         * src/gtk/gtkutils.h
5429                 Add a gtkut_get_link_btn() function that
5430                 creates a button which acts like an URI
5431         * src/prefs_themes.c
5432         * src/gtk/about.c
5433                 Use this function (factorizes codes)
5434         * src/common/defs.h
5435         * src/gtk/pluginwindow.c
5436                 Add a "Get more..." in the plugins window
5437
5438 2006-03-28 [colin]      2.0.0cvs179
5439
5440         * src/common/smtp.c
5441         * src/common/passcrypt.c
5442         * src/undo.c
5443                 Warning fixes. Patch by Pawel Pekala
5444
5445 2006-03-27 [colin]      2.0.0cvs178
5446
5447         * src/undo.c
5448                 Fix undoing by blocks with spaces
5449
5450 2006-03-27 [colin]      2.0.0cvs177
5451
5452         * src/textview.c
5453                 Set margin to 3px for headers
5454
5455 2006-03-27 [paul]
5456
5457         2.1.0-rc2 released
5458
5459 2006-03-27 [wwp]        2.0.0cvs176
5460
5461         * src/summaryview.c
5462                 don't reset quicksearch when updating the message list.
5463                 Thanks to Colin.
5464
5465 2006-03-26 [wwp]        2.0.0cvs175
5466
5467         * src/compose.c
5468                 use a unified border width ('other' tab in the compose window,
5469                 patch by Pawel Pekala).
5470
5471
5472 2006-03-26 [wwp]        2.0.0cvs174
5473
5474         * src/common/quoted-printable.c
5475         * src/addressbook.c
5476                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5477
5478 2006-03-26 [colin]      2.0.0cvs173
5479
5480         * src/quote_fmt_parse.y
5481                 Fix non-UTF8 date formats messing up the whole quote a 
5482                 little bit
5483
5484 2006-03-26 [colin]      2.0.0cvs172
5485
5486         * src/procheader.c
5487                 Make sure the date is UTF8 valid, or try to make it
5488                 so. IncrediMail is really IncrediStupid.
5489         * src/compose.c
5490                 Fix possible conversions. 
5491                 
5492
5493 2006-03-26 [colin]      2.0.0cvs171
5494
5495         * src/matcher.c
5496                 Fix corner cases in body search. This is still a
5497                 hack... It seems impossible to make it good and 
5498                 reasonably fast at the same time.
5499
5500 2006-03-26 [colin]      2.0.0cvs170
5501
5502         * src/summaryview.c
5503                 I think I killed the twilight zone bug!
5504                 summary_select_node() flushes GTK events in order
5505                 to be able to center the view. But this also 
5506                 flushes keypresses like Ctrl-Alt-U, so this can
5507                 call summary_show from summary_select_node (itself
5508                 called from summary_show, etc.). And the summaryview
5509                 has to be unlocked in this function. So just locking
5510                 while processing GTK events, and bailing if locked, 
5511                 should fix it.
5512                 Fixes bug #927 (SIGSEGV during Update Summary)
5513
5514 2006-03-25 [colin]      2.0.0cvs169
5515
5516         * src/matcher.c
5517                 Fix search in QP-encoded bodies
5518                 Fix utf-8 searches in bodies encoded in the
5519                 locale's encoding
5520         * src/common/quoted-printable.c
5521         * src/common/quoted-printable.h
5522                 Add a decode function that doesn't overwrite
5523                 the original pointer
5524                 
5525
5526 2006-03-24 [colin]      2.0.0cvs168
5527
5528         * src/action.c
5529         * src/summaryview.c
5530         * src/summaryview.h
5531                 Update message cache after action
5532                 Patch by H. Merijn Brand
5533         * src/prefs_msg_colors.c
5534                 Factorize label 
5535                 Patch by Fabien Vantard
5536         * src/plugins/spamassassin/spamassassin_gtk.c
5537                 Remove useless translation
5538                 Patch by Fabien Vantard
5539
5540 2006-03-23 [colin]      2.0.0cvs167
5541
5542         * src/common/ssl.c
5543                 Let 30 seconds to SSL_connect
5544
5545 2006-03-23 [wwp]        2.0.0cvs166
5546
5547         * src/summaryview.c
5548         * src/gtk/description_window.c
5549                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5550                 and headers are translated; adjust description windows' width to fit their
5551                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5552
5553 2006-03-23 [paul]       2.0.0cvs165
5554
5555         * src/common/utils.c
5556                 fix highlighting of URIs containing "()"
5557                 (2.0.0cvs164's reversal fixed)
5558                 Thanks to Colin.
5559
5560 2006-03-23 [paul]       2.0.0cvs164
5561
5562         * src/common/utils.c
5563                 revert patch, (postponing a fix), at 2.0.0cvs120
5564                 as it breaks more URIs than it fixes.
5565                 Allow '-' to be a terminating character in a URI
5566
5567 2006-03-22 [colin]      2.0.0cvs163
5568
5569         * configure.ac
5570                 Require libetpan 0.45
5571                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5572
5573 2006-03-22 [paul]       2.0.0cvs162
5574
5575         * src/editgroup.c
5576                 replace '<-' and '->' buttons with GTK_STOCK graphical
5577                 buttons
5578         * src/summary_search.c
5579                 don't offer '...' for translation
5580                 add a tooltip to advanced search '...' button
5581         * src/gtk/quicksearch.c
5582                 don't offer '...' for translation
5583
5584 2006-03-21 [colin]      2.0.0cvs161
5585
5586         * src/compose.c
5587                 Fix middle-click pasting (insert at click
5588                 position instead of cursor position, don't
5589                 remove existing selection and allow pasting
5590                 our own selection)
5591         * src/addressbook.c
5592                 "LDAP Server" -> "LDAP servers"
5593
5594 2006-03-21 [wwp]        2.0.0cvs160
5595
5596         * src/etpan/imap-thread.c
5597                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5598
5599 2006-03-20 [colin]      2.0.0cvs159
5600
5601         * src/summaryview.c
5602                 Don't reload summaryview after an execute with no
5603                 move action
5604
5605 2006-03-19 [colin]      2.0.0cvs158
5606
5607         * src/addressbook.c
5608                 and put groups at the top, always
5609
5610 2006-03-19 [colin]      2.0.0cvs157
5611
5612         * src/addressbook.c
5613                 Order groups before names, as previously
5614
5615 2006-03-19 [colin]      2.0.0cvs156
5616
5617         * src/addressbook.c
5618                 - Sort case-unsensitive
5619                 - Put the sort arrow at opening too
5620
5621 2006-03-19 [wwp]        2.0.0cvs155
5622
5623         * src/addressbook.c
5624                 allow sorting by name/email/remarks, ensure that right-pane's contents
5625                 matches the left-pane selection (cleared when appropriate).
5626                 Patch by Pawel Pekala <c0rn@o2.pl>.
5627
5628 2006-03-18 [colin]      2.0.0cvs154
5629
5630         * src/textview.c
5631                 Fix text cursor ;)
5632
5633 2006-03-18 [colin]      2.0.0cvs153
5634
5635         * src/gtk/filesel.c
5636                 Make sure we hide the preview if we didn't get
5637                 a filename
5638
5639 2006-03-18 [colin]      2.0.0cvs152
5640
5641         * src/summaryview.c
5642                 Set cursor to watch for execution (fixes lack
5643                 of watch-cursor when dnd'ing hundreds of mails)
5644         * src/gtk/filesel.c
5645                 Check that mime type is 'image/*' before updating
5646                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5647
5648 2006-03-18 [colin]      2.0.0cvs151
5649
5650         * src/mainwindow.c
5651         * src/textview.c
5652         * src/textview.h
5653                 Put a watch cursor in textview too when the mainwindow's
5654                 cursor in a watch
5655
5656 2006-03-18 [colin]      2.0.0cvs150
5657
5658         * src/folder.c
5659                 Change wrong asserts to simple tests
5660
5661 2006-03-17 [colin]      2.0.0cvs149
5662
5663         * src/mainwindow.c
5664         * src/mainwindow.h
5665         * src/prefs_msg_colors.c
5666         * src/summaryview.c
5667         * src/summaryview.h
5668         * src/gtk/colorlabel.c
5669         * src/gtk/colorlabel.h
5670                 Add a color label menu in the main menubar
5671                 Add (fixed) accels Ctrl-{0-7} to change the color
5672                 They have to be fixed because the menu's dynamic,
5673                 the items are complex widgets, hence we can't use
5674                 a GtkItemFactory.
5675
5676
5677 2006-03-17 [wwp]        2.0.0cvs148
5678
5679         * src/compose.c
5680                 rollback few lines from my previous commit (those lines come from
5681                 a pending patch, accidentally commited, even if neutral as they are
5682                 commented out).
5683
5684 2006-03-17 [wwp]        2.0.0cvs147
5685
5686         * src/compose.c
5687                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5688                 applied code style/indentation to the modified function.
5689
5690 2006-03-17 [wwp]        2.0.0cvs146
5691
5692         * src/procmsg.c
5693         * src/compose.c
5694                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5695
5696 2006-03-17 [paul]
5697
5698         2.1.0-rc1 released
5699
5700 2006-03-17 [paul]       2.0.0cvs145
5701
5702         * src/main.c
5703                 addressbook_read_file() was called twice
5704         * src/textview.c
5705                 X-Mailer highlighting
5706
5707 2006-03-16 [colin]      2.0.0cvs144
5708
5709         * src/sourcewindow.c
5710         * src/sourcewindow.h
5711                 And the last one, in source window.
5712
5713 2006-03-16 [colin]      2.0.0cvs143
5714
5715         * src/compose.c
5716         * src/compose.h
5717                 Fix the same stuff in compose
5718
5719 2006-03-16 [colin]      2.0.0cvs142
5720
5721         * src/messageview.c
5722                 Complete the previous messageview crash fix
5723
5724 2006-03-16 [colin]      2.0.0cvs141
5725
5726         * src/procmsg.h
5727         * src/procmsg.c
5728         * src/folder.c
5729                 Fix POSTPROCESSING hook
5730                 Patch by H. Merijn Brand
5731
5732         * src/procmime.c
5733         * src/procmime.h
5734                 Parse Content-Location
5735
5736         * src/toolbar.c
5737         * src/messageview.c
5738         * src/messageview.h
5739                 Don't crash when a top-level MessageView has
5740                 been closed on us. Same problematic than
5741                 yesterday's quicksearch issue.
5742
5743 2006-03-15 [colin]      2.0.0cvs140
5744
5745         * src/gtk/quicksearch.c
5746                 Fix a bitchy race we didn't think about when we
5747                 added quicksearch cancellation:
5748                 If the search is not on cached fields, for example
5749                 body_part matchcase "stuff"
5750                 the matcher code has to get the whole message. If
5751                 we're on IMAP, that can be slow, and in order to
5752                 be non-blocking, the IMAP code idle loop processes
5753                 gtk events too. So it is possible to cancel a
5754                 quicksearch while the matcher is getting the mail's
5755                 body. After matcher got its body, it will start to
5756                 iterate over the matcher list that the Quicksearch's
5757                 clear_search_cb() just freed via prepare_matcher().
5758                 SIGSEGV ensues.
5759                 The fix consists of guarding the matcherlist_match()
5760                 call with a boolean 'matching'. If we reset the
5761                 quicksearch while matching is TRUE, we don't free
5762                 the matcherlist anymore like we did, but we set
5763                 another new flag, deferred_free, to TRUE. Then,
5764                 in quicksearch_match(), just after returning from
5765                 matcherlist_match() and unsetting the matching flag,
5766                 we check the deferred_free flag and do the
5767                 prepare_matcher() (which does the matcherlist_free)
5768                 for real, so we free the matcherlist once it's not
5769                 used anymore.
5770                 As all of this runs via the glib main loop, we
5771                 luckily don't need a mutex.
5772         * src/summaryview.c
5773                 Also, show progress while searching.
5774
5775
5776 2006-03-14 [colin]      2.0.0cvs139
5777
5778         * src/alertpanel.c
5779                 Make alertpanel_is_open non-static
5780
5781 2006-03-14 [colin]      2.0.0cvs138
5782
5783         * src/prefs_spelling.c
5784                 Cleanups - Fabien Vantard
5785
5786 2006-03-14 [wwp]        2.0.0cvs137
5787
5788         * src/main.c
5789                 code style normalization (curly braces, indentation).
5790
5791 2006-03-14 [wwp]        2.0.0cvs137
5792
5793         * src/main.c
5794                 code style (braces, indentation)
5795
5796 2006-03-12 [paul]       2.0.0cvs136
5797
5798         * src/prefs_common.c
5799                 trans_hdr defaults to FALSE to be RFC-savvy
5800         * src/prefs_summaries.c
5801                 add a tooltip to the trans_hdr option
5802                 
5803
5804 2006-03-12 [paul]       2.0.0cvs135
5805
5806         * src/prefs_matcher.c
5807                 give a little more width to the combos
5808         * src/prefs_display_header.c
5809         * src/textview.c
5810                 translate headers if prefs_common.trans_hdr
5811                 is TRUE
5812
5813         Patches by Pawel Pekala
5814
5815 2006-03-12 [paul]       2.0.0cvs134
5816
5817         * src/plugins/clamav/clamav_plugin.c
5818         * src/plugins/dillo_viewer/dillo_viewer.c
5819         * src/plugins/pgpcore/plugin.c
5820         * src/plugins/pgpinline/plugin.c
5821         * src/plugins/pgpmime/plugin.c
5822         * src/plugins/spamassassin/spamassassin.c
5823                 update/add to descriptions
5824         * src/plugins/spamassassin/spamassassin_gtk.c
5825                 fixes to the english, remove superfluous
5826                 tooltips, clean up a little
5827
5828 2006-03-12 [paul]       2.0.0cvs133
5829
5830         * src/compose.c
5831                 fix Bug 924, 'Account combo box shows up wrong 
5832                 if & is in account name'
5833
5834 2006-03-11 [colin]      2.0.0cvs132
5835
5836         * src/summaryview.c
5837                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5838                 messed up shift-selection because is slows down
5839                 moving around summaryview. thanks -users
5840
5841 2006-03-10 [colin]      2.0.0cvs131
5842
5843         * src/plugins/spamassassin/spamassassin_gtk.c
5844                 Put back Paul's engrish fixes
5845
5846 2006-03-10 [colin]      2.0.0cvs130
5847
5848         * src/plugins/spamassassin/spamassassin.c
5849         * src/plugins/spamassassin/spamassassin.h
5850         * src/plugins/spamassassin/spamassassin_gtk.c
5851                 Cleanup SA prefs page (more)
5852                 Patch by Fabien Vantard
5853
5854 2006-03-10 [paul]       2.0.0cvs129
5855
5856         * src/prefs_msg_colors.c
5857         * src/prefs_spelling.c
5858                 widget sensitivity
5859
5860 2006-03-09 [mones]      2.0.0cvs128
5861
5862         * po/es.po
5863                 Update for next RC
5864
5865 2006-03-09 [wwp]        2.0.0cvs127
5866
5867         * configure.ac
5868                 revert accidental commit (requirement for libetpan 0.43), this time
5869                 not in HEAD.
5870
5871 2006-03-09 [wwp]        2.0.0cvs125
5872
5873         * configure.ac
5874                 revert accidental commit (requirement for libetpan 0.43)
5875
5876 2006-03-09 [paul]       2.0.0cvs126
5877
5878         * src/prefs_receive.c
5879                 remove useless frame
5880                 replace 'incorporation' with 'receiving'
5881         * src/plugins/clamav/clamav_plugin_gtk.c
5882         * src/plugins/spamassassin/spamassassin_gtk.c
5883                 improve widget sensitivity
5884                 fix a bit his engrish
5885
5886 2006-03-09 [wwp]        2.0.0cvs125
5887
5888         * src/addressadd.c
5889         * src/foldersel.c
5890         * src/prefs_common.c
5891         * src/prefs_common.h
5892                 remember some more windows' sizes (add to addressbook and
5893                 select folder).
5894
5895 2006-03-09 [paul]       2.0.0cvs124
5896
5897         * src/plugins/pgpcore/prefs_gpg.c
5898                 normalise construction of dialogue
5899
5900 2006-03-09 [paul]       2.0.0cvs123
5901
5902         * src/plugins/trayicon/Makefile.am
5903                 add missing slash
5904
5905 2006-03-08 [colin]      2.0.0cvs122
5906
5907         * src/plugins/trayicon/Makefile.am
5908                 Fix build in separate dir 
5909                 Patch by Bamanzi <bamanzi@gmail.com>
5910
5911 2006-03-08 [colin]      2.0.0cvs121
5912
5913         * src/procmsg.c
5914                 Batch move and copies from summaryview with delayed execution
5915                 too
5916
5917 2006-03-07 [paul]       2.0.0cvs120
5918
5919         * src/common/utils.c
5920                 fix highlighting of URIs containing "()"
5921                 Patch by Pawel Pekala
5922
5923 2006-03-07 [paul]       2.0.0cvs119
5924
5925         * src/folder.c
5926         * src/folder.h
5927         * src/folderview.c
5928                 immediately do alphabetical resort when
5929                 changing a folder's name
5930                 Patch by Pawel Pekala
5931
5932 2006-03-07 [paul]       2.0.0cvs118
5933
5934         * src/news.c
5935         * src/news_gtk.c
5936                 when unsubscribing a newsgroup, remove the
5937                 folder and msgs in .sylpheed-claws/newscache
5938                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5939
5940 2006-03-07 [paul]       2.0.0cvs117
5941
5942         * src/textview.c
5943                 fix wrong Fake URL Warning
5944                 Thanks to Hiro
5945
5946 2006-03-07 [colin]      2.0.0cvs116
5947
5948         * src/imap.c
5949                 Return immediately when password dialog was
5950                 cancelled
5951         * src/gtk/inputdialog.c
5952                 Allow empty strings for passwords
5953
5954
5955 2006-03-06 [colin]      2.0.0cvs115
5956
5957         * src/imap.c
5958                 Prevent double-timeouts when connection fails
5959
5960 2006-03-06 [colin]
5961
5962         2.0.1-rc1 released
5963
5964 2006-03-06 [colin]      2.0.0cvs114
5965
5966         * src/imap.c
5967                 Refresh session during potentially long
5968                 operations
5969
5970 2006-03-06 [wwp]        2.0.0cvs113
5971
5972         * src/prefs_msg_colors.h
5973                 forgot that one (custom color labels).
5974
5975 2006-03-06 [wwp]        2.0.0cvs112
5976
5977         * src/prefs_common.c
5978         * src/prefs_common.h
5979         * src/prefs_msg_colors.c
5980         * src/summaryview.c
5981         * src/summaryview.h
5982         * src/gtk/colorlabel.c
5983         * src/gtk/colorlabel.h
5984                 colors in messages list are now customizable. Color values and names can
5985                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5986                 Thanks to Paul and Colin for their help with this longstanding patch!
5987
5988 2006-03-06 [wwp]        2.0.0cvs111
5989
5990         * src/textview.c
5991                 don't crash if (x)face is bad.
5992
5993 2006-03-05 [paul]       2.0.0cvs110
5994
5995         * AUTHORS
5996         * configure.ac
5997         * src/Makefile.am
5998         * src/common/Makefile.am
5999         * src/common/utils.h
6000         * src/etpan/imap-thread.c
6001         * src/gtk/authors.h
6002         * src/plugins/clamav/Makefile.am
6003         * src/plugins/demo/Makefile.am
6004         * src/plugins/dillo_viewer/Makefile.am
6005         * src/plugins/pgpcore/Makefile.am
6006         * src/plugins/pgpcore/passphrase.c
6007         * src/plugins/pgpinline/Makefile.am
6008         * src/plugins/pgpmime/Makefile.am
6009         * src/plugins/spamassassin/Makefile.am
6010         * src/plugins/trayicon/Makefile.am
6011                 fix builiding on cygwin
6012                 Patch by Ralgh Young <bamanzi@gmail.com>
6013
6014 2006-03-04 [wwp]        2.0.0cvs109
6015
6016         * manual/keyboard.xml
6017                 fix mixed up/down keys.
6018
6019 2006-03-04 [wwp]        2.0.0cvs108
6020
6021         * README
6022         * INSTALL
6023                 updated links to SpamAssassin.
6024
6025 2006-03-04 [wwp]        2.0.0cvs107
6026
6027         * manual/plugins.xml
6028         * src/plugins/spamassassin/README
6029                 updated SpamAssassin plugin docs to reflect new functional additions
6030                 (also fix/update/documents few technical stuff more, see the README).
6031
6032 2006-03-04 [wwp]        2.0.0cvs106
6033
6034         * src/prefs_message.c
6035                 normalized capitalization of message-prefs paths.
6036
6037 2006-03-04 [wwp]        2.0.0cvs105
6038
6039         * manual/advanced.xml
6040                 typo.
6041
6042 2006-03-03 [colin]      2.0.0cvs104
6043
6044         * src/plugins/clamav/clamav_plugin_gtk.c
6045                 Rework prefs page, patch by Fabien 
6046
6047 2006-03-03 [colin]      2.0.0cvs103
6048
6049         * src/plugins/clamav/clamav_plugin.c
6050                 Set error on all errors
6051
6052 2006-03-03 [colin]      2.0.0cvs102
6053
6054         * src/common/plugin.c
6055                 Initialize error to avoid crashing when a plugin fails
6056                 without setting error
6057
6058 2006-03-02 [wwp]        2.0.0cvs101
6059
6060         * configure.ac
6061                 fixed linker flags for libetpan support on Cygwin
6062                 (thanks to H.Merijn Brand).
6063
6064 2006-03-02 [wwp]        2.0.0cvs100
6065
6066         * src/addressbook.c
6067                 fix some AB error messages: one for punctuation and
6068                 one wrongly duplicate (thanks, maxbritov).
6069
6070 2006-03-02 [wwp]        2.0.0cvs99
6071
6072         * src/plugins/spamassassin/spamassassin.c
6073                 make sync calls to sa-learn/spamc to prevent
6074                 system (whatever local or client/server) overload.
6075
6076 2006-03-02 [colin]      2.0.0cvs98
6077
6078         * src/summaryview.c
6079                 Put the spam icon in the status column instead of the
6080                 mark one
6081
6082 2006-03-01 [colin]      2.0.0cvs97
6083
6084         * src/plugins/spamassassin/spamassassin.c
6085                 Fix segfault (g_file_set_contents fails for some 
6086                 reason and err==0x2f. Can't find out why with
6087                 valgrind, using working function :-)
6088
6089 2006-03-01 [colin]      2.0.0cvs96
6090
6091         * src/inc.c
6092                 Offline overriding: let 'No' be cached only 3 seconds
6093
6094 2006-03-01 [colin]      2.0.0cvs95
6095
6096         * src/addr_compl.c
6097         * src/addrbook.c
6098         * src/addressbook.c
6099         * src/addrindex.c
6100         * src/folder_item_prefs.c
6101         * src/headerview.c
6102         * src/imap.c
6103         * src/inc.c
6104         * src/ldif.c
6105         * src/mainwindow.c
6106         * src/mh.c
6107         * src/msgcache.c
6108         * src/prefs_common.h
6109         * src/prefs_msg_colors.c
6110         * src/procheader.c
6111         * src/procheader.h
6112         * src/procmime.c
6113         * src/procmsg.c
6114         * src/procmsg.h
6115         * src/send_message.h
6116         * src/simple-gettext.c
6117         * src/summaryview.c
6118         * src/summaryview.h
6119         * src/syldap.c
6120         * src/textview.c
6121         * src/undo.c
6122         * src/common/ssl_certificate.c
6123         * src/common/utils.c
6124         * src/gtk/colorsel.c
6125         * src/gtk/gtksctree.c
6126         * src/gtk/gtkshruler.c
6127         * src/plugins/trayicon/trayicon.c
6128                 #if 0 goes to /dev/null
6129
6130 2006-03-01 [colin]      2.0.0cvs94
6131
6132         * src/compose.c
6133         * src/imap.c
6134         * src/inc.c
6135         * src/inc.h
6136         * src/messageview.c
6137         * src/news.c
6138         * src/plugins/spamassassin/spamassassin.c
6139                 Allow to add information in the "working offline"
6140                 window
6141
6142 2006-03-01 [wwp]        2.0.0cvs93
6143
6144         * src/plugins/spamassassin/spamassassin.c
6145                 fixed spamc invocation: use a tricky temporary mini shell wrapper
6146                 'cause it seems that calling `spamc ... < inputfile` with
6147                 g_spawn_(a)sync simply.. erm doesn't work :-).
6148
6149 2006-03-01 [wwp]        2.0.0cvs92
6150
6151         * src/toolbar.c
6152         * src/toolbar.h
6153                 simplify the adding of spam/ham button to the messageview toolbar
6154                 (it gets more clear now that the same button will be "Mark as spam"
6155                 or "Mark as ham" according to the current message status,
6156                 thanks to Colin).
6157
6158 2006-03-01 [wwp]        2.0.0cvs91
6159
6160         * src/messageview.c
6161         * src/procmsg.c
6162         * src/procmsg.h
6163         * src/summaryview.c
6164         * src/plugins/spamassassin/spamassassin.c
6165         * src/plugins/spamassassin/spamassassin.h
6166                 make learner callbacks return a status (0 for ok),
6167                 handle it in main code to avoid setting flags when learning failed,
6168                 don't learn on TCP if offline in spamassassin,
6169                 thanks to Colin.
6170
6171                 
6172
6173 2006-03-01 [wwp]        2.0.0cvs90
6174
6175         * src/compose.c
6176                 some work around the compose window's account menu,
6177                 patch by Fabien Vantard.
6178
6179 2006-03-01 [wwp]        2.0.0cvs89
6180
6181         * src/plugins/spamassassin/spamassassin.c
6182                 fixed bad logics, was using spamc in local mode and sa-learn
6183                 in remote mode (thanks, Colin).
6184
6185 2006-03-01 [wwp]        2.0.0cvs88
6186
6187         * src/plugins/spamassassin/spamassassin.c
6188         * src/plugins/spamassassin/spamassassin.h
6189         * src/plugins/spamassassin/spamassassin_gtk.c
6190                 made processing of emails w/ sa-plugin an option (default is TRUE),
6191                 fixed Engrish some tooltips, capitalization of some debug messages
6192                 and warnings. The spamassassin plugin now provides two separate
6193                 services: process emails upon incorporation and spamd training.
6194                 Both services (un)register independently but use some common
6195                 plugin settings (transport settings, spam storage location).
6196
6197 2006-02-28 [wwp]        2.0.0cvs87
6198
6199         * src/plugins/spamassassin/spamassassin.c
6200                 fix async flag to spamc cmdline execution (batch exec should
6201                 be asynchronous).
6202
6203 2006-02-27 [wwp]        2.0.0cvs86
6204
6205         * src/plugins/spamassassin/spamassassin.c
6206         * src/plugins/spamassassin/spamassassin.h
6207         * src/plugins/spamassassin/spamassassin_gtk.c
6208                 - added the ability to learn a remote spamassassin server (spamd),
6209                 using spamc.
6210                 - added the spamassassin option 'username', that applies to all
6211                 spamassassin operations (filtering, learning, local or remote).
6212                 The default username is the current unix user (if left blank
6213                 from gtk prefs or config file).
6214                 - commented out some unused code (notebook widget), removed unused
6215                 layout (hbox1).
6216                 - make more widgets sensitive to the transport type.
6217
6218 2006-02-27 [colin]      2.0.0cvs85
6219
6220         * src/plugins/spamassassin/spamassassin.c
6221                 Fix sa-learn call when offline
6222
6223 2006-02-27 [colin]      2.0.0cvs84
6224
6225         * configure.ac
6226         * src/Makefile.am
6227         * src/mainwindow.c
6228         * src/mainwindow.h
6229         * src/messageview.c
6230         * src/messageview.h
6231         * src/prefs_toolbar.c
6232         * src/procmsg.c
6233         * src/stock_pixmap.c
6234         * src/stock_pixmap.h
6235         * src/summaryview.c
6236         * src/toolbar.c
6237         * src/toolbar.h
6238         * src/pixmaps/ham_btn.xpm
6239         * src/pixmaps/spam.xpm
6240         * src/pixmaps/spam_btn.xpm
6241         * src/plugins/spamassassin/spamassassin.c
6242                 Add button in toolbar for spam learning
6243                 Fix a few bugs from the last related commit
6244                 Revert 1.9.6cvs23 which messed up shift-selection
6245
6246 2006-02-24 [colin]      2.0.0cvs83
6247
6248         * src/procmsg.c
6249         * src/summaryview.c
6250         * src/summaryview.h
6251         * src/plugins/spamassassin/spamassassin.c
6252         * src/plugins/spamassassin/spamassassin.h
6253         * src/plugins/spamassassin/spamassassin_gtk.c
6254                 Unregister learner when spamassassin is either
6255                 disabled or over tcp
6256
6257 2006-02-24 [colin]      2.0.0cvs82
6258
6259         * src/Makefile.am
6260         * src/mainwindow.c
6261         * src/mainwindow.h
6262         * src/procmsg.c
6263         * src/procmsg.h
6264         * src/stock_pixmap.c
6265         * src/stock_pixmap.h
6266         * src/summaryview.c
6267         * src/summaryview.h
6268         * src/gtk/icon_legend.c
6269         * src/pixmaps/spam.xpm  ** NEW FILE **
6270         * src/plugins/spamassassin/spamassassin.c
6271         * src/plugins/spamassassin/spamassassin_gtk.c
6272                 Add spam learning interface (Mark/Mark as 
6273                 (spam|ham) menus)
6274
6275 2006-02-24 [wwp]        2.0.0cvs81
6276
6277         * src/compose.c
6278         * src/compose.h
6279         * src/filtering.c
6280                 hide compose window when sending message in batch mode
6281                 (filtering: forward and redirect). Also fixed a wrong
6282                 value returned when sending failed, neutral anyway.
6283                 (Colin, me) 
6284
6285 2006-02-24 [wwp]        2.0.0cvs80
6286
6287         * src/mainwindow.c
6288                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6289
6290 2006-02-24 [paul]       2.0.0cvs79
6291
6292         * src/news.c
6293         * src/news.h
6294         * src/news_gtk.c
6295                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6296                 Thanks to Colin
6297
6298 2006-02-23 [colin]      2.0.0cvs78
6299
6300         * src/alertpanel.c
6301                 Change OK to Close in alertpanel with View log
6302                 button; add accel to View log. Patch by Fabien
6303                 Vantard
6304
6305 2006-02-23 [wwp]        2.0.0cvs77
6306
6307         * src/compose.c
6308                 silly me, there were much more tests to perform, since toolbars can
6309                 really have down to 1 element only.
6310
6311 2006-02-23 [wwp]        2.0.0cvs76
6312
6313         * commitHelper
6314                 fixed indentation from my previous commit. Fallback to VISUAL if
6315                 EDITOR is not set (and to vi, at last resort).
6316
6317 2006-02-23 [wwp]        2.0.0cvs75
6318
6319         * commitHelper
6320                 improved error detection (Colin, me).
6321
6322 2006-02-23 [wwp]        2.0.0cvs74
6323
6324         * src/prefs_toolbar.c
6325                 simplify and fix prefs/toolbars layouting. Combos' contents can
6326                 now be really displayed.
6327
6328 2006-02-23 [wwp]        2.0.0cvs73
6329         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6330         be really displayed.
6331
6332 2006-02-22 [wwp]        2.0.0cvs72
6333
6334         * src/compose.c
6335                 fix a typo in my previous commit (sorry!).
6336
6337 2006-02-22 [wwp]        2.0.0cvs71
6338
6339         * src/prefs_toolbar.c
6340                 fix a crash when adding separators to toolbars,
6341                 also fix some separator item information.
6342
6343 2006-02-22 [wwp]        2.0.0cvs70
6344
6345         * src/compose.c
6346                 fix a crash when redirecting (for instance) when compose window's
6347                 toolbar contents has been customized (when some buttons have been
6348                 removed in fact).
6349
6350 2006-02-21 [wwp]        2.0.0cvs69
6351
6352         * src/summaryview.c
6353         * src/gtk/pluginwindow.c
6354         * src/plugins/pgpcore/prefs_gpg.c
6355                 fix some compilation warnings (feat. remains of removed code).
6356
6357 2006-02-21 [wwp]        2.0.0cvs68
6358
6359         * src/gtk/gtkutils.c
6360                 fix two compilation issues, thanks to Stephan Sachse.
6361
6362 2006-02-20 [colin]      2.0.0cvs67
6363
6364         * src/mainwindow.c
6365                 Don't reselect displayed mail on refocus
6366                 This fixes actions misbehaving 
6367
6368 2006-02-20 [wwp]        2.0.0cvs66
6369
6370         * src/summaryview.c
6371         * src/gtk/gtksctree.c
6372         * src/gtk/gtkshruler.c
6373                 changed more runtime typecast checks.
6374
6375 2006-02-20 [wwp]        2.0.0cvs65
6376
6377         * src/summary_search.c
6378                 find all - summaryview refresh issue fixed, thanks to Colin.
6379
6380 2006-02-20 [wwp]        2.0.0cvs64
6381
6382         * src/gtk/gtkutils.c
6383                 better runtime typecast checks.
6384
6385 2006-02-20 [wwp]        2.0.0cvs63
6386
6387         * src/summary_search.c
6388                 enhancements to the summary search:
6389                         - add the ability to stop the running search
6390                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6391                         - don't search if no criteria (From/To/Subject/Body) is set
6392                         - ensure that a busy mouse pointer is always shown when searching,
6393                           show it even a bit earlier
6394
6395 2006-02-19 [colin]      2.0.0cvs62
6396
6397         * src/compose.c
6398         * src/imap.c
6399         * src/etpan/imap-thread.c
6400         * src/etpan/imap-thread.h
6401                 (Future) IMAP speed improvement on sending
6402                 Will require a libetpan update
6403         * src/summaryview.c
6404         * src/gtk/quicksearch.c
6405                 Make quicksearch clearable while running.
6406
6407 2006-02-17 [colin]      2.0.0cvs61
6408
6409         * src/imap.c
6410         * src/etpan/imap-thread.c
6411         * src/etpan/imap-thread.h
6412                 Check for IMAP certificates
6413                 ** Requires libetpan-0.42-cvs4 
6414                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6415
6416 2006-02-17 [colin]      2.0.0cvs60
6417
6418         * src/messageview.c
6419         * src/prefs_common.c
6420         * src/prefs_common.h
6421         * src/prefs_message.c
6422                 Add pref to display HTML-only mails with plugin, 
6423                 if possible (defaulting to FALSE of course).
6424
6425 2006-02-16 [colin]      2.0.0cvs59
6426
6427         * src/main.c
6428         * src/common/plugin.c
6429         * src/common/plugin.h
6430         * src/gtk/pluginwindow.c
6431                 Keep track of requested (but unloaded) plugins
6432                 in some error cases.
6433
6434 2006-02-16 [wwp]        2.0.0cvs58
6435
6436         * src/gtk/gtkaspell.c
6437         * src/gtk/gtkaspell.h
6438         * src/prefs_spelling.c
6439         * src/compose.c
6440         * src/prefs_common.c
6441         * src/prefs_common.h
6442                 implemented new optional spellchecker behaviour: re-check message when
6443                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6444
6445 2006-02-16 [wwp]        2.0.0cvs57
6446
6447         * src/quote_fmt_parse.y
6448                 pclose popen'ed pipe.
6449
6450 2006-02-15 [colin]      2.0.0cvs56
6451
6452         * src/mimeview.c
6453         * src/mimeview.h
6454                 Let MimeViewers know which MimeView they
6455                 depend of.
6456         * src/summaryview.c
6457                 Swap From/To columns in Sent/Queue/Drafts
6458                 folders
6459         * src/etpan/imap-thread.c
6460                 Use mailstream_low_tls_open() for STARTTLS
6461                 instead of mailstream_low_ssl_open()
6462                 ** REQUIRES libetpan 0.42cvs3 **
6463
6464 2006-02-15 [wwp]        2.0.0cvs55
6465
6466         * src/compose.c
6467         * src/compose.h
6468         * src/message_search.c
6469         * src/message_search.h
6470         * src/textview.c
6471         * src/gtk/gtkutils.c
6472         * src/gtk/gtkutils.h
6473                 added the ability to Find text in the compose window (and a bit
6474                 of code factorization).
6475
6476 2006-02-15 [wwp]        2.0.0cvs54
6477
6478         * src/prefs_gtk.c
6479                 yet another one file was missing (fix for some widgets' sensitivity).
6480                 Thanks Colin!
6481
6482 2006-02-15 [wwp]        2.0.0cvs53
6483
6484         * src/prefs_gtk.h
6485                 oops forgot that file (fix for some widgets' sensitivity).
6486
6487 2006-02-15 [wwp]        2.0.0cvs52
6488
6489         * src/summary_search.c
6490                 implemented advanced summary search options (added the ability
6491                 to use matcher conditions in an advanced search mode).
6492
6493 2006-02-15 [wwp]        2.0.0cvs51
6494
6495         * src/plugins/pgpcore/prefs_gpg.c
6496         * src/prefs_account.c
6497                 fix some widget sensitivity, mostly around some labels in
6498                 account prefs.
6499
6500 2006-02-15 [paul]       2.0.0cvs50
6501
6502         * manual/advanced.xml
6503                 improve Templates info
6504                 written by wwp
6505
6506 2006-02-14 [colin]      2.0.0cvs49
6507
6508         * src/pixmaps/address_book.xpm
6509         * src/pixmaps/preferences.xpm
6510         * src/pixmaps/properties.xpm
6511                 Fix pixmap size - patch by Fabien Vantard
6512
6513 2006-02-13 [colin]      2.0.0cvs48
6514
6515         * src/procmime.c
6516                 Add missing fclose()s on error
6517         * src/textview.c
6518                 Remove unused code
6519         * src/common/utils.c
6520                 Fix temp files not being deleted on windows
6521         Patches by Thomas Gilgin
6522
6523 2006-02-13 [colin]      2.0.0cvs47
6524
6525         * src/mainwindow.c
6526                 Fix exit crash
6527
6528 2006-02-13 [wwp]        2.0.0cvs46
6529
6530         * src/plugins/pgpcore/prefs_gpg.c
6531                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6532
6533 2006-02-12 [colin]      2.0.0cvs45
6534
6535         * src/folderview.c
6536         * src/main.c
6537         * src/mainwindow.c
6538                 Fix "stuff" when quitting
6539
6540 2006-02-12 [wwp]        2.0.0cvs44
6541
6542         * src/prefs_themes.c
6543                 fix typos in debug messages.
6544
6545 2006-02-11 [colin]      2.0.0cvs43
6546
6547         * src/summaryview.c
6548                 don't allow drag/drop from ourself
6549
6550 2006-02-10 [wwp]        2.0.0cvs42
6551
6552         * src/exporthtml.c
6553         * src/html.c
6554         * src/html.h
6555         * src/procmime.c
6556         * src/textview.c
6557                 renamed html_ prefixed functions and data structures to avoid
6558                 namespace clashes w/ other software (gtkhtml2 for instance).
6559                 Closes bug #907.
6560
6561
6562 2006-02-09 [colin]      2.0.0cvs41
6563
6564         * src/summaryview.c
6565                 Fix shitty logic messed up. Thanks Ticho for the hint!
6566
6567 2006-02-09 [wwp]        2.0.0cvs40
6568
6569         * src/gtk/about.c
6570         * src/compose.c
6571         * src/prefs_account.c
6572         * src/prefs_gtk.h
6573         * src/editaddress.c
6574                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6575                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6576                 Browse buttons in accounts prefs.
6577
6578 2006-02-09 [colin]      2.0.0cvs39
6579
6580         * src/matcher.c
6581                 Check for pointer before using its members
6582         * src/gtk/gtksourceprintjob.c
6583                 Fix a wrong warning
6584
6585 2006-02-09 [wwp]        2.0.0cvs38
6586
6587         * src/gtk/filesel.c
6588                 fix few compiler warnings (type mismatch).
6589
6590 2006-02-09 [paul]       2.0.0cvs37
6591
6592         * po/fr.po
6593                 updated by Fabien Vantard
6594
6595 2006-02-08 [colin]      2.0.0cvs36
6596
6597         * src/prefs_common.c
6598         * src/common/defs.h
6599         * src/common/plugin.c
6600                 allow windows and linux configurations to coexist
6601                 patch by Thomas Gilgin
6602
6603 2006-02-08 [colin]      2.0.0cvs35
6604
6605         * src/filtering.c
6606         * src/matcher.c
6607         * src/matcher.h
6608         * src/matcher_parser_parse.y
6609         * src/prefs_filtering_action.c
6610         * src/prefs_matcher.c
6611                 Add the "Ignore thread" filtering
6612                 action
6613
6614 2006-02-08 [colin]      2.0.0cvs34
6615
6616         * src/compose.c
6617         * src/procmime.c
6618         * src/procmime.h
6619                 Fix bug #905 (damaged attachment)
6620                 text files with raw \0's aren't really text files
6621         FOR_STABLE
6622
6623 2006-02-08 [colin]      2.0.0cvs33
6624
6625         * src/summaryview.c
6626                 Fix crasher introduced yesterday
6627
6628 2006-02-08 [wwp]        2.0.0cvs32
6629
6630         * src/compose.c
6631         * src/compose.h
6632                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6633
6634 2006-02-08 [wwp]        2.0.0cvs31
6635
6636         * src/prefs_template.c
6637                 templates enhancement: allow address completion for Cc and Bcc fields
6638                 (it was currently possible for the To field only)
6639
6640 2006-02-08 [colin]      2.0.0cvs30
6641
6642         * src/compose.c
6643                 Don't unblock if not blocked
6644         FOR_STABLE
6645
6646 2006-02-07 [colin]      2.0.0cvs29
6647
6648         * src/action.c
6649                 Forgot to refresh summaryview
6650
6651 2006-02-07 [colin]      2.0.0cvs28
6652
6653         * src/action.c
6654                 Freeze/thaw message list and folder list while
6655                 processing %as{} actions 
6656         * src/compose.c
6657                 Fix auto-wrap disabling after a middle-click
6658                 paste - FOR_STABLE
6659
6660 2006-02-07 [paul]       2.0.0cvs27
6661
6662         * src/folder.c
6663                 fix freeing of uninitialised pointers
6664                 Thanks to Colin
6665
6666 2006-02-06 [colin]      2.0.0cvs26
6667
6668         * src/folder.c
6669                 Use g_slist_prepend in potentially big list
6670
6671 2006-02-06 [colin]      2.0.0cvs25
6672
6673         * src/folder.c
6674                 Completely skip processing if it doesn't 
6675                 exist (faster!)
6676
6677 2006-02-06 [colin]      2.0.0cvs24
6678
6679         * src/folder.c
6680         * src/summaryview.c
6681                 Batch filtering in summaryview (from Tools menu)
6682                 and pre/post//-processing too
6683
6684 2006-02-06 [colin]      2.0.0cvs23
6685
6686         * src/procmsg.h
6687         * src/filtering.c
6688                 Use a special field for batch filtering instead
6689                 of stepping on deferred execution's toes
6690
6691 2006-02-06 [colin]      2.0.0cvs22
6692
6693         * src/action.c
6694         * src/filtering.c
6695         * src/filtering.h
6696         * src/folder.c
6697         * src/summaryview.c
6698                 Fix filtering via menus and actions
6699
6700 2006-02-06 [colin]      2.0.0cvs21
6701
6702         * src/imap.c
6703                 Put the added file directly to cache if possible (will work
6704                 with next libetpan)
6705         * src/filtering.c
6706         * src/filtering.h
6707         * src/inc.c
6708         * src/folder.c
6709         * src/mbox.c
6710         * src/procmsg.h
6711                 Move and copy filtered messages by batches instead of one
6712                 by one - faster on IMAP
6713         * src/procmsg.c
6714                 Add a function that'll possibly be useful later
6715
6716 2006-02-06 [colin]      2.0.0cvs20
6717
6718         * src/addressbook.c
6719                 Use internal mime-type instead of text/plain for d'n'd
6720         * src/compose.c
6721                 Allow attaching files from mimeview's icon list via d'n'd
6722         * src/folderview.c
6723         * src/folderview.h
6724                 Use internal mime-type instead of text/plain for d'n'd
6725                 Don't try to selected opened folder if none is
6726                 Factorize d'n'd from other apps code
6727         * src/headerview.c
6728         * src/textview.c
6729         * src/gtk/gtkutils.c
6730         * src/gtk/gtkutils.h
6731                 Factorize Face/X-Face stuff
6732         * src/mimeview.c
6733                 Fix d'n'd to other apps
6734         * src/prefs_message.c
6735                 Let the XFace pref be usable without libcompface as it also
6736                 applies to Face
6737         * src/summaryview.c
6738                 Fix d'n'd to other apps
6739                 Factorize d'n'd from other apps code
6740
6741 2006-02-06 [wwp]        2.0.0cvs19
6742
6743         * po/it.po
6744                 Italian translation fixes by Andrea Spadaccini (no more confusion
6745                 between filtering and processing, and few changes in the About
6746                 dialog).
6747
6748
6749 2006-02-06 [mones]      2.0.0cvs18
6750
6751         * src/gtk/icon_legend.c
6752                 Improved descriptions allowing better translations
6753
6754 2006-02-05 [colin]      2.0.0cvs17
6755
6756         * src/imap.c
6757                 Add the f*cking missing expunge that caused imap_fetch_env
6758                 to fail after an add_msgs ! :-///
6759         * src/etpan/imap-thread.c
6760                 Add a bit of debug
6761         FOR_STABLE
6762
6763 2006-02-05 [colin]      2.0.0cvs16
6764
6765         * src/common/utils.c
6766                 Don't check for return-path (or we can't put
6767                 back non-sent mails)
6768
6769 2006-02-05 [colin]      2.0.0cvs15
6770
6771         * src/textview.c
6772                 Don't try to display Face header in textview
6773                 when teh headerview's active
6774
6775 2006-02-05 [colin]      2.0.0cvs14
6776
6777         * tools/tbird2syl.py
6778         * tools/Makefile.am
6779                 Add script to import Thunderbird mails
6780
6781 2006-02-05 [colin]      2.0.0cvs13
6782
6783         * src/headerview.c
6784         * src/procheader.c
6785         * src/procmsg.c
6786         * src/procmsg.h
6787         * src/textview.c
6788                 Show Face headers - patch partially by Klaus Flittner
6789
6790 2006-02-05 [colin]      2.0.0cvs12
6791
6792         * src/folderview.c
6793         * src/summaryview.c
6794         * src/common/utils.c
6795         * src/common/utils.h
6796                 Let dnd work from mime icons to summaryview
6797                 and to folderview too
6798                 Add a crude test to avoid trying to add files
6799                 drag'n'dropped when they're not mails
6800
6801 2006-02-04 [colin]      2.0.0cvs11
6802
6803         * src/summaryview.c
6804         * src/mimeview.c
6805                 Fix utf8 conversion
6806
6807 2006-02-04 [colin]      2.0.0cvs10
6808
6809         * src/compose.c
6810         * src/folderview.c
6811         * src/mimeview.c
6812         * src/summaryview.c
6813         * src/summaryview.h
6814                 Added various drag and drop capas:
6815                 From                    To
6816                 summaryview             other apps
6817                 mimeview icons          other apps
6818                 other apps              summaryview
6819                 other apps              folderview
6820
6821                 This shouldn't have broken the existing:
6822                 From                    To
6823                 summaryview             folderview
6824                 folderview              folderview
6825                 summaryview             compose's attachments
6826
6827         Tests welcomed.
6828
6829 2006-02-02 [paul]       2.0.0cvs9
6830
6831         * src/mainwindow.c
6832                 move global option 'Set displayed columns...' out
6833                 of folder option grouping.
6834                 fix sensitivity of 'harvest addresses'
6835         FOR_STABLE
6836
6837 2006-02-01 [colin]      2.0.0cvs8
6838
6839         * src/mimeview.c
6840                 Revert the alertpanel patch, it sucks (intrusive
6841                 and gets in the way of "open")
6842
6843 2006-02-01 [colin]      2.0.0cvs7
6844
6845         * src/compose.c
6846         * src/prefs_account.c
6847         * src/prefs_common.c
6848         * src/common/defs.h
6849         * src/common/utils.c
6850         * src/common/utils.h
6851                 Add ability to edit the signature file
6852                 from the account preferences, and use
6853                 a default for the text editor.
6854                 Patch by Fabien Vantard
6855
6856 2006-02-01 [colin]      2.0.0cvs6
6857
6858         * src/mimeview.c
6859                 Try to get mime type by extension if it is
6860                 application/octet-stream
6861                 Display a window with possible choices when
6862                 encountering unknown mime types
6863         * src/gtk/filesel.c
6864         * src/gtk/filesel.h
6865                 Add preview
6866                 Allow multiple selection in filtered filesel
6867                 (patch by Fabien Vantard)
6868         * src/gtk/pluginwindow.c
6869                 Use it (patch by Fabien Vantard)
6870
6871 2006-02-01 [paul]       2.0.0cvs5
6872
6873         * src/jpilot.c
6874                 fix crash on creating jpilot address book
6875                 Thanks to Colin - FOR_STABLE
6876         * src/prefs_summaries.c
6877         * src/prefs_wrapping.c
6878         * src/gtk/icon_legend.c
6879         * src/gtk/quicksearch.c
6880                 string fixes and additions
6881
6882 2006-02-01 [paul]       2.0.0cvs4
6883
6884         * src/compose.c
6885         * src/mainwindow.c
6886         * src/messageview.c
6887         * src/prefs_send.c
6888                 add Arabic encoding option
6889                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6890
6891 2006-01-31 [colin]      2.0.0cvs3
6892
6893         * src/plugins/pgpcore/passphrase.c
6894                 Convert passphrase to locale encoding
6895         * src/compose.c
6896                 Fix drafting on IMAP. Crappy bug sneaked in
6897                 the release :-/
6898         FOR_STABLE
6899
6900 2006-01-30 [paul]       2.0.0cvs2
6901
6902         * src/gtk/icon_legend.c
6903                 show the new entries
6904
6905 2006-01-30 [colin]      2.0.0cvs1
6906
6907         * src/manual.c
6908                 Check for the file to be present before 
6909                 enabling the menu - FOR_STABLE
6910         * src/gtk/icon_legend.c
6911                 Add folders icons (not all of them, there
6912                 are too much, but the most intriguing ones)
6913
6914 2006-01-30 [paul]       2.0.0
6915
6916         version 2.0.0 released
6917
6918 2006-01-30 [paul]       1.9.100cvs200
6919
6920         * manual/faq.xml
6921         * manual/gpl.xml
6922         * manual/intro.xml
6923         * manual/starting.xml
6924         * manual/sylpheed-claws-manual.xml
6925                 fixes, additions
6926
6927 2006-01-29 [mones]      1.9.100cvs199
6928
6929         * manual/account.xml
6930         * manual/advanced.xml
6931         * manual/glossary.xml
6932                 Some typos fixed, added LDIF term to glossary
6933         * po/es.po
6934                 Fixed leading plus symbol
6935
6936 2006-01-29 [paul]       1.9.100cvs198
6937
6938         * po/fi.po
6939         * po/sk.po
6940                 updated by Tommi Pirinen and Andrej Kacian
6941
6942 2006-01-29 [paul]       1.9.100cvs197
6943
6944         * src/gtk/authors.h
6945                 remove duplicates
6946
6947 2006-01-29 [paul]       1.9.100cvs196
6948
6949         * AUTHORS
6950         * po/nl.po
6951         * src/gtk/authors.h
6952         * tools/claws.i18n.status.pl
6953                 nl translation updated by Tim Dijkstra
6954
6955 2006-01-29 [paul]       1.9.100cvs195
6956
6957         * po/sr.po
6958         * po/sv.po
6959                 updated by Aleksandar Urosevic and Anders Troback
6960
6961 2006-01-28 [colin]      1.9.100cvs194
6962
6963         * src/gtk/gtksourceprintjob.c
6964                 Don't fiddle with PangoLayout when we
6965                 have an image
6966
6967 2006-01-28 [paul]       1.9.100cvs193
6968
6969         * AUTHORS
6970         * po/el.po
6971         * po/zh_CN.po
6972         * src/gtk/authors.h
6973         * tools/claws.i18n.status.pl
6974                 updated translations submitted by Stavros Giannouris
6975                 and Ralgh Young
6976
6977 2006-01-27 [colin]      1.9.100cvs192
6978
6979         * src/summaryview.c
6980         * src/gtk/gtksourceprintjob.c
6981                 Add image printing 
6982                 (libgnomeprint only, of course)
6983
6984 2006-01-27 [paul]       1.9.100cvs191
6985
6986         * po/fr.po
6987         * po/it.po
6988                 updated by Fabien Vantard and Andrea Spadaccini
6989
6990 2006-01-26 [colin]      1.9.100cvs190
6991
6992         * manual/Makefile.am
6993         * configure.ac
6994                 Make building the manual optional 
6995                 (--disable-manual)
6996
6997 2006-01-26 [paul]       1.9.100cvs189
6998
6999         * manual/glossary.xml
7000         * manual/plugins.xml
7001                 edited
7002         * po/en_GB.po
7003                 updated
7004
7005 2006-01-26 [paul]       1.9.100cvs188
7006
7007         * src/prefs_display_header.c
7008         * src/prefs_folder_column.c
7009         * src/prefs_msg_colors.c
7010         * src/prefs_summaries.c
7011         * src/prefs_summary_column.c
7012                 HIGify
7013
7014 2006-01-25 [colin]      1.9.100cvs187
7015
7016         * src/imap.c
7017                 Don't allow moving/copying mails between
7018                 queue/drafts and non-queue/drafts folders
7019                 Fixes bug #897 (message header is resetted 
7020                 if one is copied to Drafts)
7021
7022 2006-01-25 [colin]      1.9.100cvs186
7023
7024         * src/folder.c
7025         * src/mainwindow.c
7026                 Fix subscribed folders not found
7027         * src/compose.c
7028                 Don't try to encode as original mail's charset
7029                 if it's ascii 
7030
7031 2006-01-25 [paul]       1.9.100cvs185
7032
7033         * AUTHORS
7034         * po/Makevars
7035                 updated
7036         * po/de.po
7037         * po/pl.po
7038         * po/pt_BR.po
7039         * po/sr.po
7040                 updates submitted by Stephan Sachse, Emilian Nowak
7041                 and Quar, Frederico Goncalves Guimaraes, and
7042                 Aleksandar Urosevic
7043                 Fix Bug 896, 'PT_BR locale broken'.
7044         * src/gtk/authors.h
7045                 updated
7046
7047 2006-01-24 [mones]      1.9.100cvs184
7048
7049         * manual/glossary.xml
7050                 All current terms finished. Reviewers welcome ;-)
7051         * manual/keyboard.xml
7052                 Fixed column width for pdf output.
7053         * po/es.po
7054                 Updated
7055
7056 2006-01-24 [paul]       1.9.100cvs183
7057
7058         * manual/glossary.xml
7059                 fix id name
7060         * manual/dist/html/Makefile.am
7061         * manual/dist/pdf/Makefile.am
7062         * manual/dist/ps/Makefile.am
7063         * manual/dist/txt/Makefile.am
7064                 fix make deps
7065                 Thanks to Colin
7066
7067 2006-01-24 [mones]      1.9.100cvs182
7068
7069         * manual/glossary.xml
7070                 Nearly finished, some terms missing.
7071
7072 2006-01-23 [paul]       1.9.100cvs181
7073
7074         * manual/dist/html/Makefile.am
7075         * manual/dist/pdf/Makefile.am
7076         * manual/dist/ps/Makefile.am
7077         * manual/dist/txt/Makefile.am
7078         * src/mainwindow.c
7079                 re-enable manual
7080                 Thanks to Colin
7081
7082 2006-01-22 [colin]      1.9.100cvs180
7083
7084         * src/compose.c
7085         * src/gtk/gtkaspell.c
7086                 Don't deselect stuff before right-clicking, with aspell.
7087                 (This prevented right-click Copy, for example).
7088                 Thanks to Clo!
7089
7090 2006-01-22 [paul]       1.9.100cvs179
7091
7092         * src/summary_search.c
7093                 don't fix the widget size as it causes problems
7094                 under localisation.
7095                 Thanks to Emilian Nowak
7096
7097 2006-01-21 [paul]       1.9.100cvs178
7098
7099         * src/prefs_themes.c
7100                 fix broken underlining of label text
7101                 with some translations
7102
7103 2006-01-21 [colin]      1.9.100cvs177
7104
7105         * po/fr.po
7106                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
7107
7108 2006-01-20 [colin]      1.9.100cvs176
7109
7110         * configure.ac
7111         * Makefile.am
7112         * manual/Makefile
7113         * manual/dist/html/.cvsignore
7114         * manual/dist/html/Makefile.am
7115         * manual/dist/pdf/.cvsignore
7116         * manual/dist/pdf/Makefile.am
7117         * manual/dist/ps/.cvsignore
7118         * manual/dist/ps/Makefile.am
7119         * manual/dist/txt/.cvsignore
7120         * manual/dist/txt/Makefile.am
7121                 Autotool-ize manual
7122
7123 2006-01-20 [paul]       1.9.100cvs175
7124
7125         * manual/handling.xml
7126                 make Filtering and Searching entries easier to find
7127         * manual/keyboard.xml
7128                 add the remaining default keybinds
7129         * src/prefs_summaries.c
7130                 update the default keybinds
7131
7132 2006-01-20 [paul]       1.9.100cvs174
7133
7134         * src/addressbook.c
7135         * src/addrgather.c
7136         * src/addrharvest.c
7137         * src/editaddress.c
7138         * src/editgroup.c
7139         * src/exphtmldlg.c
7140         * src/expldifdlg.c
7141         * src/exporthtml.c
7142         * src/exportldif.c
7143         * src/ldif.c
7144                 replace 'e-mail' with 'email'
7145         * src/summary_search.c
7146                 add mnemonic to "Find all" button
7147
7148 2006-01-20 [wwp]        1.9.100cvs173
7149
7150         * src/export.c
7151         * src/import.c
7152                 touched mbox import/export buttons for HIG-compliance
7153
7154 2006-01-19 [paul]       1.9.100cvs172
7155
7156         * manual/account.xml
7157         * manual/addrbook.xml
7158         * manual/advanced.xml
7159         * manual/faq.xml
7160         * manual/handling.xml
7161         * manual/intro.xml
7162         * manual/plugins.xml
7163         * manual/starting.xml
7164                 more editing
7165
7166 2006-01-19 [paul]       1.9.100cvs171
7167
7168         * src/toolbar.c
7169                 allow use of trash button while receiving
7170                 Thanks to Colin
7171
7172 2006-01-19 [wwp]        1.9.100cvs170
7173
7174         * src/gtk/quicksearch.c
7175         * src/compose.c
7176                 force text color to black when yellow background is set
7177
7178 2006-01-19 [colin]      1.9.100cvs169
7179
7180         * src/plugins/trayicon/trayicon.c
7181                 Gray out Get Mail when already getting mail
7182
7183 2006-01-18 [paul]       1.9.100cvs168
7184
7185         * src/compose.c
7186                 give widget yellow background was To is
7187                 set via folder prefs
7188         * src/gtk/quicksearch.c
7189                 give widget yellow background when quick
7190                 search is active.
7191                 Thanks to Colin
7192
7193 2006-01-18 [paul]       1.9.100cvs167
7194
7195         * doc/man/sylpheed-claws.1
7196                 add --subscribe option
7197
7198 2006-01-18 [paul]       1.9.100cvs166
7199
7200         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7201         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7202                 use %U instead of %F (%F is broken for user installed
7203                 files in kde 3.5)
7204
7205 2006-01-18 [colin]      1.9.100cvs165
7206
7207         * src/summaryview.c
7208                 Default to Yes in "No more * messages" dialogs
7209
7210 2006-01-17 [colin]      1.9.100cvs164
7211
7212         * src/compose.c
7213                 Possibly fix an invalid iterator causing
7214                 crash
7215
7216 2006-01-17 [colin]      1.9.100cvs163
7217
7218         * src/mimeview.c
7219                 Fix crash when the image disappears under the
7220                 image viewer
7221
7222 2006-01-16 [colin]      1.9.100cvs162
7223
7224         * src/compose.c
7225                 Fix reenabling autowrap
7226
7227 2006-01-16 [colin]      1.9.100cvs161
7228
7229         * src/compose.c
7230                 reset quote_len before getting quote_str
7231
7232 2006-01-16 [colin]      1.9.100cvs160
7233
7234         * src/account.c
7235         * src/account.h
7236         * src/folder.c
7237         * src/imap_gtk.c
7238         * src/mh_gtk.c
7239                 Fix bug #883 (default inbox does not track folder move)
7240
7241 2006-01-16 [colin]      1.9.100cvs159
7242
7243         * src/compose.c
7244         * src/plugins/pgpcore/passphrase.c
7245                 More buttons fixes
7246
7247 2006-01-16 [paul]       1.9.100cvs158
7248
7249         * src/prefs_actions.c
7250         * src/prefs_filtering_action.c
7251         * src/prefs_matcher.c
7252         * src/quote_fmt.c
7253         * src/gtk/description_window.c
7254         * src/gtk/description_window.h
7255         * src/gtk/quicksearch.c
7256                 description window cleanups
7257
7258 2006-01-15 [colin]      1.9.100cvs157
7259
7260         * src/addressbook.c
7261         * src/prefs_filtering.c
7262                 Same here
7263
7264 2006-01-15 [colin]      1.9.100cvs156
7265
7266         * src/folderview.c
7267         * src/mainwindow.c
7268                 Same for "Empty trash"
7269
7270 2006-01-15 [colin]      1.9.100cvs155
7271
7272         * src/inc.c
7273                 Override offline dialog had Yes by default
7274
7275 2006-01-15 [colin]      1.9.100cvs154
7276
7277         * src/summaryview.c
7278                 Delete selected messages? previously had Yes the default
7279
7280 2006-01-15 [colin]      1.9.100cvs153
7281
7282         * src/folder.c
7283         * src/folder.h
7284         * src/main.c
7285                 Check if a mailbox is loaded after all
7286                 plugins are loaded.
7287
7288 2006-01-15 [colin]      1.9.100cvs152
7289
7290         * src/folder.c
7291                 Don't start wizard when there are unloaded folders (will help
7292                 people with only mbox or maildir mailboxes)
7293
7294 2006-01-14 [colin]      1.9.100cvs151
7295
7296         * src/addressbook.c
7297         * src/expldifdlg.c
7298         * src/importldif.c
7299         * src/importmutt.c
7300         * src/importpine.c
7301         * src/mh_gtk.c
7302                 More HIG compliance and fixes
7303
7304 2006-01-14 [colin]      1.9.100cvs150
7305
7306         * src/prefs_filtering_action.c
7307         * src/foldersel.c
7308                 Two forgotten button order changes
7309
7310 2006-01-14 [colin]      1.9.100cvs149
7311
7312         * src/account.c
7313         * src/addressbook.c
7314         * src/compose.c
7315         * src/folderview.c
7316         * src/imap_gtk.c
7317         * src/mainwindow.c
7318         * src/mh_gtk.c
7319         * src/news_gtk.c
7320         * src/prefs_actions.c
7321         * src/prefs_customheader.c
7322         * src/prefs_filtering.c
7323         * src/prefs_matcher.c
7324         * src/prefs_template.c
7325         * src/ssl_manager.c
7326         * src/summaryview.c
7327         * src/textview.c
7328         * src/toolbar.c
7329                 All deletion confirmations are now "Cancel, Delete" 
7330                 instead of "No, Yes"
7331                 Clarified most of the other "No, Yes" to 
7332                 "Cancel, Descriptive_action"
7333                 Rechanged the "Entry not saved" alerts to have 
7334                 "Close, Continue editing"
7335
7336
7337 2006-01-14 [paul]
7338
7339         * 2.0.0-rc4 released
7340
7341 2006-01-14 [paul]       1.9.100cvs148
7342
7343         * src/account.c
7344         * src/addressadd.c
7345         * src/addressbook.c
7346         * src/compose.c
7347         * src/editaddress.c
7348         * src/editbook.c
7349         * src/editgroup.c
7350         * src/editjpilot.c
7351         * src/editldap.c
7352         * src/editvcard.c
7353         * src/exphtmldlg.c
7354         * src/expldifdlg.c
7355         * src/folderview.c
7356         * src/grouplistdialog.c
7357         * src/imap_gtk.c
7358         * src/importmutt.c
7359         * src/importpine.c
7360         * src/inc.c
7361         * src/main.c
7362         * src/mainwindow.c
7363         * src/message_search.c
7364         * src/messageview.c
7365         * src/mh_gtk.c
7366         * src/mimeview.c
7367         * src/news_gtk.c
7368         * src/prefs_actions.c
7369         * src/prefs_customheader.c
7370         * src/prefs_filtering.c
7371         * src/prefs_matcher.c
7372         * src/prefs_template.c
7373         * src/prefs_themes.c
7374         * src/ssl_manager.c
7375         * src/summary_search.c
7376         * src/summaryview.c
7377         * src/textview.c
7378         * src/toolbar.c
7379         * src/gtk/foldersort.c
7380         * src/gtk/gtkaspell.c
7381         * src/gtk/inputdialog.c
7382         * src/gtk/prefswindow.c
7383         * src/plugins/pgpcore/select-keys.c
7384         * src/plugins/trayicon/trayicon.c
7385                 HIG compliant button order
7386
7387 2006-01-14 [mones]      1.9.100cvs147
7388
7389         * po/es.po
7390                 Updated translation
7391
7392 2006-01-13 [paul]       1.9.100cvs146
7393
7394         * AUTHORS
7395         * ChangeLog
7396         * src/gtk/authors.h
7397                 add Joshua M. Kwan to contributors list
7398
7399 2006-01-13 [colin]      1.9.100cvs145
7400
7401         * src/gtk/quicksearch.c
7402                 Don't refocus quick search after executing (Esc or Enter)
7403                 Allows to '/'search something then move up/down in 
7404                 summaryview, and to Esc a search and be back in the 
7405                 summaryview
7406
7407 2006-01-13 [paul]       1.9.100cvs144
7408
7409         * src/plugins/pgpinline/pgpinline.c
7410                 support Content-Type 'application/pgp'
7411                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7412
7413 2006-01-13 [paul]       1.9.100cvs143
7414
7415         * manual/account.xml
7416                 make mention of partial retrieval
7417                 thanks to Colin
7418
7419 2006-01-13 [paul]       1.9.100cvs142
7420
7421         * src/account.c
7422         * src/account.h
7423         * src/action.c
7424         * src/action.h
7425         * src/adbookbase.h
7426         * src/addr_compl.c
7427         * src/addr_compl.h
7428         * src/addrbook.c
7429         * src/addrcache.c
7430         * src/addrcache.h
7431         * src/addrcindex.c
7432         * src/addrcindex.h
7433         * src/addrclip.c
7434         * src/addrclip.h
7435         * src/addrdefs.h
7436         * src/addressadd.c
7437         * src/addressadd.h
7438         * src/addressbook.c
7439         * src/addressbook.h
7440         * src/addrgather.c
7441         * src/addrgather.h
7442         * src/addrharvest.c
7443         * src/addrharvest.h
7444         * src/addrindex.c
7445         * src/addrindex.h
7446         * src/addritem.c
7447         * src/addritem.h
7448         * src/addrquery.c
7449         * src/addrquery.h
7450         * src/addrselect.c
7451         * src/addrselect.h
7452         * src/alertpanel.c
7453         * src/alertpanel.h
7454         * src/browseldap.c
7455         * src/browseldap.h
7456         * src/codeconv.c
7457         * src/codeconv.h
7458         * src/compose.c
7459         * src/compose.h
7460         * src/customheader.c
7461         * src/customheader.h
7462         * src/displayheader.c
7463         * src/displayheader.h
7464         * src/editaddress.c
7465         * src/editaddress.h
7466         * src/editbook.c
7467         * src/editbook.h
7468         * src/editgroup.c
7469         * src/editgroup.h
7470         * src/editjpilot.c
7471         * src/editjpilot.h
7472         * src/editldap.c
7473         * src/editldap.h
7474         * src/editldap_basedn.c
7475         * src/editldap_basedn.h
7476         * src/editvcard.c
7477         * src/editvcard.h
7478         * src/exphtmldlg.c
7479         * src/exphtmldlg.h
7480         * src/expldifdlg.c
7481         * src/expldifdlg.h
7482         * src/export.h
7483         * src/exporthtml.c
7484         * src/exporthtml.h
7485         * src/exportldif.c
7486         * src/exportldif.h
7487         * src/filtering.c
7488         * src/filtering.h
7489         * src/folder.c
7490         * src/folder.h
7491         * src/folder_item_prefs.c
7492         * src/folder_item_prefs.h
7493         * src/foldersel.c
7494         * src/foldersel.h
7495         * src/folderutils.c
7496         * src/folderutils.h
7497         * src/folderview.c
7498         * src/folderview.h
7499         * src/grouplistdialog.c
7500         * src/grouplistdialog.h
7501         * src/headerview.c
7502         * src/html.c
7503         * src/html.h
7504         * src/image_viewer.c
7505         * src/image_viewer.h
7506         * src/imap.c
7507         * src/imap.h
7508         * src/imap_gtk.c
7509         * src/imap_gtk.h
7510         * src/import.h
7511         * src/importldif.c
7512         * src/importldif.h
7513         * src/importmutt.c
7514         * src/importmutt.h
7515         * src/importpine.c
7516         * src/importpine.h
7517         * src/inc.c
7518         * src/inc.h
7519         * src/jpilot.c
7520         * src/jpilot.h
7521         * src/ldapctrl.c
7522         * src/ldapctrl.h
7523         * src/ldaplocate.c
7524         * src/ldaplocate.h
7525         * src/ldapquery.c
7526         * src/ldapquery.h
7527         * src/ldapserver.c
7528         * src/ldapserver.h
7529         * src/ldaputil.c
7530         * src/ldaputil.h
7531         * src/ldif.c
7532         * src/ldif.h
7533         * src/main.c
7534         * src/main.h
7535         * src/mainwindow.c
7536         * src/mainwindow.h
7537         * src/manual.c
7538         * src/manual.h
7539         * src/mbox.c
7540         * src/mbox.h
7541         * src/message_search.c
7542         * src/message_search.h
7543         * src/messageview.c
7544         * src/messageview.h
7545         * src/mh.c
7546         * src/mh.h
7547         * src/mh_gtk.c
7548         * src/mh_gtk.h
7549         * src/mimeview.c
7550         * src/mimeview.h
7551         * src/msgcache.c
7552         * src/msgcache.h
7553         * src/mutt.c
7554         * src/mutt.h
7555         * src/news.c
7556         * src/news.h
7557         * src/news_gtk.c
7558         * src/news_gtk.h
7559         * src/partial_download.c
7560         * src/partial_download.h
7561         * src/pine.c
7562         * src/pine.h
7563         * src/pop.c
7564         * src/pop.h
7565         * src/prefs_account.c
7566         * src/prefs_account.h
7567         * src/prefs_actions.c
7568         * src/prefs_actions.h
7569         * src/prefs_common.c
7570         * src/prefs_common.h
7571         * src/prefs_compose_writing.c
7572         * src/prefs_compose_writing.h
7573         * src/prefs_customheader.c
7574         * src/prefs_customheader.h
7575         * src/prefs_display_header.c
7576         * src/prefs_display_header.h
7577         * src/prefs_filtering.c
7578         * src/prefs_filtering.h
7579         * src/prefs_filtering_action.c
7580         * src/prefs_filtering_action.h
7581         * src/prefs_folder_column.c
7582         * src/prefs_folder_column.h
7583         * src/prefs_folder_item.c
7584         * src/prefs_folder_item.h
7585         * src/prefs_fonts.c
7586         * src/prefs_fonts.h
7587         * src/prefs_gtk.c
7588         * src/prefs_gtk.h
7589         * src/prefs_image_viewer.c
7590         * src/prefs_image_viewer.h
7591         * src/prefs_matcher.c
7592         * src/prefs_matcher.h
7593         * src/prefs_message.c
7594         * src/prefs_msg_colors.c
7595         * src/prefs_msg_colors.h
7596         * src/prefs_other.c
7597         * src/prefs_quote.c
7598         * src/prefs_receive.c
7599         * src/prefs_send.c
7600         * src/prefs_spelling.c
7601         * src/prefs_spelling.h
7602         * src/prefs_summaries.c
7603         * src/prefs_summaries.h
7604         * src/prefs_summary_column.c
7605         * src/prefs_summary_column.h
7606         * src/prefs_template.c
7607         * src/prefs_template.h
7608         * src/prefs_themes.c
7609         * src/prefs_themes.h
7610         * src/prefs_toolbar.c
7611         * src/prefs_toolbar.h
7612         * src/prefs_wrapping.c
7613         * src/prefs_wrapping.h
7614         * src/privacy.c
7615         * src/privacy.h
7616         * src/procheader.c
7617         * src/procheader.h
7618         * src/procmime.c
7619         * src/procmime.h
7620         * src/procmsg.c
7621         * src/procmsg.h
7622         * src/quote_fmt.c
7623         * src/quote_fmt_parse.y
7624         * src/recv.c
7625         * src/recv.h
7626         * src/remotefolder.c
7627         * src/remotefolder.h
7628         * src/send_message.c
7629         * src/send_message.h
7630         * src/setup.c
7631         * src/setup.h
7632         * src/sourcewindow.c
7633         * src/sourcewindow.h
7634         * src/ssl_manager.c
7635         * src/ssl_manager.h
7636         * src/statusbar.c
7637         * src/statusbar.h
7638         * src/stock_pixmap.c
7639         * src/stock_pixmap.h
7640         * src/summary_search.c
7641         * src/summary_search.h
7642         * src/summaryview.c
7643         * src/summaryview.h
7644         * src/syldap.c
7645         * src/syldap.h
7646         * src/textview.c
7647         * src/textview.h
7648         * src/toolbar.c
7649         * src/toolbar.h
7650         * src/undo.c
7651         * src/undo.h
7652         * src/unmime.c
7653         * src/unmime.h
7654         * src/vcard.c
7655         * src/vcard.h
7656         * src/wizard.c
7657         * src/wizard.h
7658         * src/common/base64.c
7659         * src/common/base64.h
7660         * src/common/defs.h
7661         * src/common/hooks.c
7662         * src/common/hooks.h
7663         * src/common/log.c
7664         * src/common/log.h
7665         * src/common/mgutils.c
7666         * src/common/mgutils.h
7667         * src/common/nntp.c
7668         * src/common/nntp.h
7669         * src/common/passcrypt.c
7670         * src/common/passcrypt.h.in
7671         * src/common/plugin.c
7672         * src/common/plugin.h
7673         * src/common/prefs.c
7674         * src/common/prefs.h
7675         * src/common/progressindicator.c
7676         * src/common/progressindicator.h
7677         * src/common/quoted-printable.c
7678         * src/common/quoted-printable.h
7679         * src/common/session.c
7680         * src/common/session.h
7681         * src/common/smtp.c
7682         * src/common/smtp.h
7683         * src/common/socket.c
7684         * src/common/socket.h
7685         * src/common/ssl.c
7686         * src/common/ssl.h
7687         * src/common/ssl_certificate.c
7688         * src/common/ssl_certificate.h
7689         * src/common/stringtable.c
7690         * src/common/stringtable.h
7691         * src/common/sylpheed.c
7692         * src/common/sylpheed.h
7693         * src/common/template.c
7694         * src/common/template.h
7695         * src/common/timing.h
7696         * src/common/utils.c
7697         * src/common/utils.h
7698         * src/common/version.h.in
7699         * src/common/xml.c
7700         * src/common/xml.h
7701         * src/common/xmlprops.c
7702         * src/common/xmlprops.h
7703         * src/gtk/colorlabel.c
7704         * src/gtk/colorsel.c
7705         * src/gtk/colorsel.h
7706         * src/gtk/description_window.c
7707         * src/gtk/description_window.h
7708         * src/gtk/filesel.c
7709         * src/gtk/filesel.h
7710         * src/gtk/foldersort.c
7711         * src/gtk/foldersort.h
7712         * src/gtk/gtkutils.c
7713         * src/gtk/gtkutils.h
7714         * src/gtk/inputdialog.c
7715         * src/gtk/inputdialog.h
7716         * src/gtk/logwindow.c
7717         * src/gtk/logwindow.h
7718         * src/gtk/manage_window.c
7719         * src/gtk/manage_window.h
7720         * src/gtk/menu.c
7721         * src/gtk/menu.h
7722         * src/gtk/pluginwindow.c
7723         * src/gtk/pluginwindow.h
7724         * src/gtk/prefswindow.c
7725         * src/gtk/prefswindow.h
7726         * src/gtk/progressdialog.c
7727         * src/gtk/progressdialog.h
7728         * src/gtk/sslcertwindow.c
7729         * src/gtk/sslcertwindow.h
7730         * src/plugins/clamav/clamav_plugin.c
7731         * src/plugins/clamav/clamav_plugin.h
7732         * src/plugins/clamav/clamav_plugin_gtk.c
7733         * src/plugins/demo/demo.c
7734         * src/plugins/dillo_viewer/dillo_prefs.c
7735         * src/plugins/dillo_viewer/dillo_prefs.h
7736         * src/plugins/dillo_viewer/dillo_viewer.c
7737         * src/plugins/pgpcore/passphrase.c
7738         * src/plugins/pgpcore/passphrase.h
7739         * src/plugins/pgpcore/plugin.c
7740         * src/plugins/pgpcore/select-keys.c
7741         * src/plugins/pgpcore/select-keys.h
7742         * src/plugins/pgpcore/sgpgme.c
7743         * src/plugins/pgpcore/sgpgme.h
7744         * src/plugins/pgpinline/pgpinline.c
7745         * src/plugins/pgpinline/pgpinline.h
7746         * src/plugins/pgpinline/plugin.c
7747         * src/plugins/pgpmime/pgpmime.c
7748         * src/plugins/pgpmime/pgpmime.h
7749         * src/plugins/pgpmime/plugin.c
7750         * src/plugins/spamassassin/spamassassin.c
7751         * src/plugins/spamassassin/spamassassin.h
7752         * src/plugins/spamassassin/spamassassin_gtk.c
7753         * src/plugins/trayicon/trayicon.c
7754                 update copyright header
7755
7756 2006-01-13 [paul]       1.9.100cvs141
7757
7758         * src/account.c
7759         * src/export.c
7760         * src/import.c
7761         * src/mainwindow.c
7762         * src/prefs_account.c
7763         * src/prefs_display_header.c
7764         * src/prefs_receive.c
7765         * src/prefs_send.c
7766         * src/prefs_summaries.c
7767         * src/prefs_themes.c
7768         * src/prefs_toolbar.c
7769         * src/gtk/about.c
7770                 various cleanups
7771
7772 2006-01-12 [colin]      1.9.100cvs140
7773
7774         * src/folder.c
7775         * src/folder.h
7776         * src/main.c
7777                 Add --subscribe option
7778                 Let sylpheed-claws email@domain.com equivalent to --compose
7779                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7780
7781 2006-01-12 [paul]       1.9.100cvs139
7782
7783         * src/mainwindow.c
7784                 append 'Change folder order' label with '...'
7785         * src/prefs_actions.c
7786                 allow reordering of actions list by dnd
7787         * src/gtk/foldersort.c
7788                 make the dialog nicer
7789
7790 2006-01-11 [colin]      1.9.100cvs138
7791
7792         * src/compose.c
7793                 Allow templates without text
7794
7795 2006-01-11 [paul]       1.9.100cvs137
7796
7797         * tools/README
7798         * tools/filter_conv_new.pl
7799                 add info to README
7800                 also check .sylpheed for filter.xml
7801                 be a bit informative to the user
7802
7803 2006-01-11 [colin]      1.9.100cvs136
7804
7805         * src/textview.c
7806                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7807
7808 2006-01-10 [paul]       1.9.100cvs135
7809
7810         * tools/Makefile.am
7811         * tools/filter_conv_new.pl
7812                 add script to convert new style Sylpheed
7813                 filter rules (Sylpheed >= 0.9.99) to
7814                 Claws filtering rules
7815
7816 2006-01-10 [colin]      1.9.100cvs134
7817
7818         * src/compose.c
7819                 Fix broken line joins in certain conditions
7820                 (between two quoted lines: <enter><enter><up>
7821                  <type a wrapped sentence><go in the first line>
7822                  <insert more text><watch as line joining failed>)
7823
7824 2006-01-10 [paul]       1.9.100cvs133
7825
7826         * src/compose.c
7827                 don't report success in error dialog
7828                 thanks to Colin
7829         * src/common/utils.c
7830                 include some trailing punctuations as URI
7831                 thanks to Hiro
7832
7833 2006-01-10 [paul]       1.9.100cvs132
7834
7835         * src/mimeview.c
7836                 fix incompatible pointer type
7837                 warning
7838
7839 2006-01-10 [paul]       1.9.100cvs131
7840
7841         * src/compose.c
7842                 change Subject in window title
7843                 instantaneously
7844
7845 2006-01-09 [colin]      1.9.100cvs130
7846
7847         * src/addressbook.c
7848         * src/headerview.c
7849         * src/mainwindow.c
7850         * src/messageview.c
7851         * src/mimeview.c
7852         * src/noticeview.c
7853         * src/summaryview.c
7854                 Fix possible crashes on exit and in addressbook
7855
7856 2006-01-09 [paul]       1.9.100cvs129
7857
7858         * src/prefs_msg_colors.c
7859                 some cleanups that I forgot last time
7860
7861 2006-01-09 [paul]       1.9.100cvs128
7862
7863         * README
7864         * src/folderview.c
7865         * src/prefs_msg_colors.c
7866                 add previously hidden option, color_new, to
7867                 the gui
7868                 move the page to Display/
7869                 rework the gui
7870
7871 2006-01-09 [wwp]        1.9.100cvs127
7872
7873         * src/prefs_themes.c
7874                 made the prefs/display/themes layouts spacing less condensed
7875                 (and so they match other prefs/pages' look).
7876
7877 2006-01-09 [paul]       1.9.100cvs126
7878
7879         * src/compose.c
7880         * src/prefs_common.c
7881         * src/prefs_common.h
7882         * src/prefs_wrapping.c
7883                 remove 'wrap at send' option
7884
7885 2006-01-06 [colin]      1.9.100cvs125
7886
7887         * src/compose.c
7888                 Just make completely sure we don't insert "manual line breaks" 
7889                 when wrapping... 
7890
7891 2006-01-04 [paul]
7892
7893         * 2.0.0-rc3 released
7894
7895 2006-01-04 [paul]       1.9.100cvs124
7896
7897         * src/folderview.c
7898                 fix bug 882, 'quick scroll in folder list
7899                 displays wrong folder contents'
7900
7901 2006-01-04 [paul]       1.9.100cvs123
7902
7903         * src/plugins/pgpmime/pgpmime.c
7904                 better debug information when signing
7905                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7906
7907 2006-01-03 [colin]      1.9.100cvs122
7908
7909         * configure.ac
7910                 We need to recheck for gpgme 1.0.0 after checking
7911                 for 1.1.1, because if 1.1.1 isn't available, 
7912                 GPGME_LIBS and friends are blanked out by the 
7913                 second check.
7914
7915 2006-01-03 [colin]      1.9.100cvs121
7916
7917         * src/common/prefs.c
7918                 Windows unlink-before rename fix
7919         * src/plugins/pgpcore/sgpgme.c
7920                 Add support for PKA info if available
7921                 Both patches by Werner Koch
7922
7923 2006-01-03 [paul]       1.9.100cvs120
7924
7925         * src/messageview.c
7926                 fix bug 884, 'Send receipt' button visible in queue
7927                 Thanks to Colin
7928
7929 2006-01-02 [colin]      1.9.100cvs119
7930
7931         * src/compose.c
7932         * src/imap.c
7933                 Fix autosave on IMAP and more generally try to
7934                 return the correct ID on a newly added IMAP message
7935
7936 2006-01-02 [paul]       1.9.100cvs118
7937
7938         * manual/keyboard.xml
7939                 edited
7940
7941 2006-01-01 [paul]       1.9.100cvs117
7942
7943         * src/gtk/authors.h
7944                 alphabetical order
7945
7946 2005-12-30 [colin]      1.9.100cvs116
7947
7948         * manual/advanced.xml
7949                 Explain Pre/Post-processing differences.
7950
7951 2005-12-30 [colin]      1.9.100cvs115
7952
7953         * src/mh.c
7954                 Implement copy_msgs for a little optimization
7955         * src/imap.c
7956                 Finish yesterday's fix
7957
7958 2005-12-29 [colin]      1.9.100cvs114
7959
7960         * src/imap.c
7961                 Fix occasional failure in fetching a mail over
7962                 IMAP
7963
7964 2005-12-29 [colin]      1.9.100cvs113
7965
7966         * src/compose.c
7967                 Don't remove a draft when sending it, if it is 
7968                 locked.
7969
7970 2005-12-28 [colin]      1.9.100cvs112
7971
7972         * src/summaryview.c
7973                 Fix leak for real
7974
7975 2005-12-28 [wwp]        1.9.100cvs111
7976
7977         * doc/faq/.cvsignore
7978         * doc/faq/de/.cvsignore
7979         * doc/faq/en/.cvsignore
7980         * doc/faq/es/.cvsignore
7981         * doc/faq/fr/.cvsignore
7982         * doc/faq/it/.cvsignore
7983         * doc/manual/.cvsignore
7984         * doc/manual/de/.cvsignore
7985         * doc/manual/en/.cvsignore
7986         * doc/manual/es/.cvsignore
7987         * doc/manual/fr/.cvsignore
7988         * doc/manual/ja/.cvsignore
7989         * src/plugins/mathml_viewer/.cvsignore
7990                 rollback revival of those files (my bad, sorry for the noise).
7991
7992 2005-12-28 [wwp]        1.9.100cvs110
7993
7994         * src/compose.c
7995                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7996
7997 2005-12-28 [wwp]        1.9.100cvs109
7998
7999         * doc/faq/.cvsignore
8000         * doc/faq/de/.cvsignore
8001         * doc/faq/en/.cvsignore
8002         * doc/faq/es/.cvsignore
8003         * doc/faq/fr/.cvsignore
8004         * doc/faq/it/.cvsignore
8005         * doc/manual/.cvsignore
8006         * doc/manual/de/.cvsignore
8007         * doc/manual/en/.cvsignore
8008         * doc/manual/es/.cvsignore
8009         * doc/manual/fr/.cvsignore
8010         * doc/manual/ja/.cvsignore
8011         * src/plugins/mathml_viewer/.cvsignore
8012         * po/.cvsignore
8013                 more files to ignore.
8014
8015 2005-12-24 [colin]      1.9.100cvs108
8016
8017         * AUTHORS
8018         * src/gtk/authors.h
8019                 Update for Werner
8020
8021 2005-12-24 [colin]      1.9.100cvs107
8022
8023         * src/procmsg.c
8024                 Allow NULL src_msginfo in 
8025                 procmsg_msginfo_new_from_mimeinfo
8026
8027 2005-12-23 [paul]       1.9.100cvs106
8028
8029         * src/plugins/pgpinline/mypgpcore.def
8030                 add this forgotten file
8031
8032 2005-12-23 [colin]      1.9.100cvs105
8033
8034         * src/mainwindow.c
8035                 Fix missing break
8036
8037 2005-12-23 [colin]      1.9.100cvs104
8038
8039         * autogen.sh
8040         * src/folder.c
8041         * src/mh.c
8042         * src/common/plugin.c
8043         * src/common/socket.c
8044         * src/common/socket.h
8045         * src/common/utils.c
8046         * src/common/utils.h
8047         * src/gtk/pluginwindow.c
8048         * src/plugins/pgpcore/plugin.def
8049         * src/plugins/pgpcore/sylpheed.def
8050         * src/plugins/pgpinline/Makefile.am
8051         * src/plugins/pgpinline/plugin.def
8052         * src/plugins/pgpinline/sylpheed.def
8053         * src/plugins/pgpmime/plugin.def
8054         * src/plugins/pgpmime/sylpheed.def
8055                 Various w32 fixes by Werner Koch
8056
8057 2005-12-22 [paul]       1.9.100cvs103
8058
8059         * src/wizard.c
8060                 don't offer IMAP as 'server type' if
8061                 libetpan isn't built in
8062
8063 2005-12-22 [paul]       1.9.100cvs102
8064
8065         * AUTHORS
8066         * src/mainwindow.c
8067         * src/mainwindow.h
8068         * src/toolbar.c
8069         * src/gtk/authors.h
8070                 support GTK_TOOLBAR_BOTH_HORIZ (text
8071                 next to icon) Patch by Marien Zwart
8072                 marienz@users.sf.net
8073                 Also reword the text
8074
8075 2005-12-21 [colin]      1.9.100cvs101
8076
8077         * configure.ac
8078                 Fix DATADIRNAME
8079         * COPYING
8080                 Fix missing section and explicit the exception better
8081         * src/compose.c
8082                 Prevent mail from being lost without notice when an
8083                 SMTP error happens on trying to send an unmodified
8084                 drafted mail.
8085         * src/send_message.c
8086         * src/common/smtp.c
8087                 Fix password remembering when wrong, and add return
8088                 value checks where they should have been
8089         * src/plugins/pgpcore/sylpheed.def
8090         * src/plugins/pgpinline/sylpheed.def
8091         * src/plugins/pgpmime/sylpheed.def
8092                 Add a few symbols needed
8093
8094 2005-12-21 [paul]       1.9.100cvs100
8095
8096         * m4/codeset.m4
8097         * m4/glibc21.m4
8098         * m4/intdiv0.m4
8099         * m4/inttypes-pri.m4
8100         * m4/inttypes.m4
8101         * m4/inttypes_h.m4
8102         * m4/isc-posix.m4
8103         * m4/lcmessage.m4
8104         * m4/stdint_h.m4
8105         * m4/uintmax_t.m4
8106                 gettextization
8107                 thanks to Colin
8108
8109 2005-12-21 [paul]       1.9.100cvs99
8110
8111         * po/sv.po
8112                 fixed by Colin
8113
8114 2005-12-20 [paul]       1.9.100cvs98
8115
8116         * po/sv.po
8117                 updated by Anders Trobäck
8118
8119 2005-12-20 [colin]      1.9.100cvs97
8120
8121         * ABOUT-NLS
8122         * Makefile.am
8123         * autogen.sh
8124         * configure.ac
8125         * config/config.rpath
8126         * config/mkinstalldirs
8127         * m4/Makefile.am
8128         * m4/glibc2.m4
8129         * m4/gnupg.m4
8130         * m4/gpgme.m4
8131         * m4/intmax.m4
8132         * m4/longdouble.m4
8133         * m4/longlong.m4
8134         * m4/printf-posix.m4
8135         * m4/signed.m4
8136         * m4/size_max.m4
8137         * m4/ulonglong.m4
8138         * m4/wchar_t.m4
8139         * m4/wint_t.m4
8140         * m4/xsize.m4
8141         * po/Makefile.in.in
8142         * po/Makevars
8143         * po/bg.po
8144         * po/ca.po
8145         * po/cs.po
8146         * po/de.po
8147         * po/el.po
8148         * po/en_GB.po
8149         * po/es.po
8150         * po/fi.po
8151         * po/fr.po
8152         * po/hr.po
8153         * po/hu.po
8154         * po/it.po
8155         * po/ja.po
8156         * po/ko.po
8157         * po/nb.po
8158         * po/nl.po
8159         * po/pl.po
8160         * po/pt_BR.po
8161         * po/ru.po
8162         * po/sk.po
8163         * po/sr.po
8164         * po/stamp-po
8165         * po/sv.po
8166         * po/zh_CN.po
8167         * po/zh_TW.po
8168         * src/Makefile.am
8169         * src/codeconv.c
8170         * src/compose.c
8171         * src/exporthtml.c
8172         * src/exportldif.c
8173         * src/folder.c
8174         * src/main.c
8175         * src/manual.c
8176         * src/mh.c
8177         * src/mimeview.c
8178         * src/send_message.c
8179         * src/common/Makefile.am
8180         * src/common/fnmatch.c
8181         * src/common/fnmatch.h
8182         * src/common/fnmatch_loop.c
8183         * src/common/nntp.c
8184         * src/common/plugin.c
8185         * src/common/smtp.c
8186         * src/common/socket.c
8187         * src/common/string_match.c
8188         * src/common/sylpheed.c
8189         * src/common/utils.c
8190         * src/common/utils.h
8191         * src/common/w32_dirent.c
8192         * src/common/w32_reg.c
8193         * src/common/w32_signal.c
8194         * src/common/w32_stat.c
8195         * src/common/w32_stdio.c
8196         * src/common/w32_stdlib.c
8197         * src/common/w32_string.c
8198         * src/common/w32_time.c
8199         * src/common/w32_unistd.c
8200         * src/common/w32_wait.c
8201         * src/common/w32lib.h
8202         * src/etpan/Makefile.am
8203         * src/gtk/Makefile.am
8204         * src/plugins/clamav/Makefile.am
8205         * src/plugins/demo/Makefile.am
8206         * src/plugins/dillo_viewer/Makefile.am
8207         * src/plugins/pgpcore/Makefile.am
8208         * src/plugins/pgpcore/passphrase.c
8209         * src/plugins/pgpcore/plugin.def
8210         * src/plugins/pgpcore/sgpgme.c
8211         * src/plugins/pgpcore/sylpheed.def
8212         * src/plugins/pgpcore/version.rc
8213         * src/plugins/pgpinline/Makefile.am
8214         * src/plugins/pgpinline/plugin.def
8215         * src/plugins/pgpinline/sylpheed.def
8216         * src/plugins/pgpinline/version.rc
8217         * src/plugins/pgpmime/Makefile.am
8218         * src/plugins/pgpmime/mypgpcore.def
8219         * src/plugins/pgpmime/plugin.def
8220         * src/plugins/pgpmime/sylpheed.def
8221         * src/plugins/pgpmime/version.rc
8222         * src/plugins/spamassassin/Makefile.am
8223                 Very little ;-) patch from Werner Koch, providing
8224                 infrastructure for cross-compiling to Win32
8225
8226 2005-12-20 [paul]       1.9.100cvs96
8227
8228         * src/account.c
8229         * src/account.h
8230         * src/mainwindow.c
8231         * src/mainwindow.h
8232         * src/toolbar.c
8233         * src/toolbar.h
8234                 add a combo to the Get All button, allowing
8235                 quick retrieval from any account
8236                 Patch by Fabien Vantard, slightly modified
8237                 by Colin
8238         * src/gtk/about.c
8239                 i18n fix. Patch by Fabien Vantard
8240
8241 2005-12-19 [colin]      1.9.100cvs95
8242
8243         * src/compose.c
8244         * src/compose.h
8245                 Don't automatically join lines when they've 
8246                 been separated by the user and not automatically
8247
8248 2005-12-19 [paul]       1.9.100cvs94
8249
8250         * src/gtk/pluginwindow.c
8251                 i18n fix.
8252                 Patch by Fabien Vantard
8253
8254 2005-12-15 [paul]       1.9.100cvs93
8255
8256         * src/common/plugin.c
8257         * src/common/plugin.h
8258         * src/gtk/pluginwindow.c
8259         * src/plugins/clamav/clamav_plugin.c
8260         * src/plugins/demo/demo.c
8261         * src/plugins/dillo_viewer/dillo_viewer.c
8262         * src/plugins/pgpcore/plugin.c
8263         * src/plugins/pgpinline/plugin.c
8264         * src/plugins/pgpmime/plugin.c
8265         * src/plugins/spamassassin/spamassassin.c
8266         * src/plugins/trayicon/trayicon.c
8267                 add plugin_version()
8268
8269 2005-12-15 [colin]      1.9.100cvs92
8270
8271         * src/compose.c
8272                 Further fix bug #875
8273
8274 2005-12-15 [paul]       1.9.100cvs91
8275
8276         * src/gtk/filesel.c
8277                 fix attach_load_dir getting set to
8278                 PLUGINDIR on plugin load
8279
8280 2005-12-14 [mones]      1.9.100cvs90
8281
8282         * manual/ack.xml
8283         * manual/keyboard.xml
8284                 Initial draft and some shortcuts added
8285                 
8286         * po/es.po
8287                 Updated translation
8288
8289 2005-12-14 [colin]      1.9.100cvs89
8290
8291         * src/compose.c
8292         * src/imap.c
8293         * src/summaryview.c
8294         * src/gtk/gtkaspell.c
8295                 More leaks fixed
8296         * src/prefs_folder_item.c
8297                 Fix recursive prefs apply
8298
8299
8300 2005-12-14 [colin]      1.9.100cvs88
8301
8302         * src/compose.c
8303                 Fix bug #875 (Freeze On Inline Forward of 
8304                 Large Message)
8305
8306 2005-12-13 [colin]      1.9.100cvs87
8307
8308         * src/compose.c
8309                 Uniq-ify and sort the mimetypes list
8310                 Patch by Fabien Vantard
8311
8312 2005-12-13 [colin]      1.9.100cvs86
8313
8314         * src/imap.c
8315         * src/etpan/imap-thread.c
8316                 Fix leaks (patch by Hoa)
8317         * src/news.c
8318         * src/common/plugin.c
8319                 Fix leaks
8320
8321 2005-12-12 [colin]
8322
8323         * 2.0.0-rc2 released
8324
8325 2005-12-12 [colin]      1.9.100cvs85
8326
8327         * src/matcher.c
8328                 Fix a leak
8329
8330 2005-12-12 [wwp]        1.9.100cvs84
8331
8332         * src/gtk/icon_legend.c
8333                 fix misbehaviour and crash when closing the legend window
8334         using the Esc key (patch by Fabien Vantard).
8335
8336 2005-12-12 [paul]       1.9.100cvs83
8337
8338         * src/browseldap.c
8339         * src/foldersel.c
8340         * src/prefs_actions.c
8341         * src/prefs_filtering.c
8342         * src/prefs_matcher.c
8343         * src/prefs_spelling.glade      ** REMOVED **
8344         * src/prefs_template.c
8345         * src/gtk/foldersort.glade      ** REMOVED **
8346         * src/gtk/pluginwindow.c
8347         * src/gtk/pluginwindow.glade    ** REMOVED **
8348         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8349                 cleanups
8350
8351 2005-12-11 [paul]       1.9.100cvs82
8352
8353         * src/gtk/filesel.c
8354                 fix attach_load_dir crasher (double free)
8355
8356 2005-12-09 [paul]       1.9.100cvs81
8357
8358         * po/POTFILES.in
8359         * src/mainwindow.c
8360         * src/gtk/Makefile.am
8361         * src/gtk/icon_legend.c
8362         * src/gtk/icon_legend.h
8363                 add icon legend
8364         * src/manual.c
8365                 cleanup
8366
8367 2005-12-09 [paul]       1.9.100cvs80
8368
8369         * src/plugins/pgpcore/passphrase.c
8370                 wrap the label in the dialog
8371
8372 2005-12-09 [colin]      1.9.100cvs79
8373
8374         * src/plugins/pgpcore/sgpgme.c
8375                 Display (untrusted) on not trusted signatures
8376                 Patch by Michal Èihaø <michal@cihar.com>
8377                 Closes bug #867 (Report also key trust)
8378
8379 2005-12-09 [colin]      1.9.100cvs78
8380
8381         * src/common/plugin.c
8382                 Update licence check, following Eben Moglen's advice
8383
8384 2005-12-08 [colin]      1.9.100cvs77
8385
8386         * src/folder.c
8387                 Fix the occasionnal item->cache != NULL 
8388                 assertion failure. 
8389
8390 2005-12-08 [colin]      1.9.100cvs76
8391
8392         * src/mimeview.c
8393         * src/plugins/pgpcore/sgpgme.c
8394                 Print key id when unable to check it
8395                 Closes bug #866 (Show key id when missing)
8396
8397 2005-12-08 [paul]       1.9.100cvs75
8398
8399         * src/prefs_common.c
8400         * src/prefs_common.h
8401         * src/gtk/filesel.c
8402                 remember load attachment dir
8403
8404 2005-12-07 [colin]      1.9.100cvs74
8405
8406         * src/prefs_toolbar.c
8407                 Gtk fixes, patch by Fabien Vantard
8408
8409 2005-12-07 [colin]      1.9.100cvs73
8410
8411         * src/action.c
8412         * src/compose.c
8413         * src/compose.h
8414                 Fix bug #839 (Quoted text isn't colored after 
8415                 executing an action)
8416         * src/common/plugin.c
8417                 Require plugins to declare their licence in plugin_licence()
8418                 Refuse to load non-GPL plugins as they'd be illegal (as 
8419                 derived works of Sylpheed-Claws, they must be GPL).
8420         * src/plugins/clamav/clamav_plugin.c
8421         * src/plugins/demo/demo.c
8422         * src/plugins/dillo_viewer/dillo_viewer.c
8423         * src/plugins/pgpcore/plugin.c
8424         * src/plugins/pgpinline/plugin.c
8425         * src/plugins/pgpmime/plugin.c
8426         * src/plugins/spamassassin/spamassassin.c
8427         * src/plugins/trayicon/trayicon.c
8428                 Add plugin_licence()
8429
8430 2005-12-07 [paul]       1.9.100cvs72
8431
8432         * configure.ac
8433         * src/mainwindow.c
8434         * src/manual.c
8435         * src/manual.h
8436         * src/common/defs.h
8437                 clean up after local FAQ removal and
8438                 temporary manual removal
8439
8440 2005-12-06 [colin]      1.9.100cvs71
8441
8442         * configure.ac
8443         * doc/Makefile.am
8444         * doc/faq/.cvsignore
8445         * doc/faq/Makefile.am
8446         * doc/faq/de/.cvsignore
8447         * doc/faq/de/Makefile.am
8448         * doc/faq/de/sylpheed-faq-1.html
8449         * doc/faq/de/sylpheed-faq-2.html
8450         * doc/faq/de/sylpheed-faq-3.html
8451         * doc/faq/de/sylpheed-faq.html
8452         * doc/faq/en/.cvsignore
8453         * doc/faq/en/Makefile.am
8454         * doc/faq/en/sylpheed-faq-1.html
8455         * doc/faq/en/sylpheed-faq-2.html
8456         * doc/faq/en/sylpheed-faq-3.html
8457         * doc/faq/en/sylpheed-faq-4.html
8458         * doc/faq/en/sylpheed-faq.html
8459         * doc/faq/es/.cvsignore
8460         * doc/faq/es/Makefile.am
8461         * doc/faq/es/sylpheed-faq-1.html
8462         * doc/faq/es/sylpheed-faq-2.html
8463         * doc/faq/es/sylpheed-faq-3.html
8464         * doc/faq/es/sylpheed-faq-4.html
8465         * doc/faq/es/sylpheed-faq.html
8466         * doc/faq/fr/.cvsignore
8467         * doc/faq/fr/Makefile.am
8468         * doc/faq/fr/sylpheed-faq-1.html
8469         * doc/faq/fr/sylpheed-faq-2.html
8470         * doc/faq/fr/sylpheed-faq-3.html
8471         * doc/faq/fr/sylpheed-faq.html
8472         * doc/faq/it/.cvsignore
8473         * doc/faq/it/Makefile.am
8474         * doc/faq/it/sylpheed-faq-1.html
8475         * doc/faq/it/sylpheed-faq-2.html
8476         * doc/faq/it/sylpheed-faq-3.html
8477         * doc/faq/it/sylpheed-faq.html
8478         * doc/manual/.cvsignore
8479         * doc/manual/Makefile.am
8480         * doc/manual/de/.cvsignore
8481         * doc/manual/de/Makefile.am
8482         * doc/manual/de/sylpheed-1.html
8483         * doc/manual/de/sylpheed-10.html
8484         * doc/manual/de/sylpheed-11.html
8485         * doc/manual/de/sylpheed-12.html
8486         * doc/manual/de/sylpheed-13.html
8487         * doc/manual/de/sylpheed-14.html
8488         * doc/manual/de/sylpheed-15.html
8489         * doc/manual/de/sylpheed-16.html
8490         * doc/manual/de/sylpheed-17.html
8491         * doc/manual/de/sylpheed-18.html
8492         * doc/manual/de/sylpheed-19.html
8493         * doc/manual/de/sylpheed-2.html
8494         * doc/manual/de/sylpheed-20.html
8495         * doc/manual/de/sylpheed-3.html
8496         * doc/manual/de/sylpheed-4.html
8497         * doc/manual/de/sylpheed-5.html
8498         * doc/manual/de/sylpheed-6.html
8499         * doc/manual/de/sylpheed-7.html
8500         * doc/manual/de/sylpheed-8.html
8501         * doc/manual/de/sylpheed-9.html
8502         * doc/manual/de/sylpheed.html
8503         * doc/manual/en/.cvsignore
8504         * doc/manual/en/Makefile.am
8505         * doc/manual/en/sylpheed-1.html
8506         * doc/manual/en/sylpheed-10.html
8507         * doc/manual/en/sylpheed-11.html
8508         * doc/manual/en/sylpheed-12.html
8509         * doc/manual/en/sylpheed-13.html
8510         * doc/manual/en/sylpheed-14.html
8511         * doc/manual/en/sylpheed-15.html
8512         * doc/manual/en/sylpheed-16.html
8513         * doc/manual/en/sylpheed-17.html
8514         * doc/manual/en/sylpheed-18.html
8515         * doc/manual/en/sylpheed-19.html
8516         * doc/manual/en/sylpheed-2.html
8517         * doc/manual/en/sylpheed-20.html
8518         * doc/manual/en/sylpheed-21.html
8519         * doc/manual/en/sylpheed-22.html
8520         * doc/manual/en/sylpheed-3.html
8521         * doc/manual/en/sylpheed-4.html
8522         * doc/manual/en/sylpheed-5.html
8523         * doc/manual/en/sylpheed-6.html
8524         * doc/manual/en/sylpheed-7.html
8525         * doc/manual/en/sylpheed-8.html
8526         * doc/manual/en/sylpheed-9.html
8527         * doc/manual/en/sylpheed.html
8528         * doc/manual/es/.cvsignore
8529         * doc/manual/es/Makefile.am
8530         * doc/manual/es/sylpheed-1.html
8531         * doc/manual/es/sylpheed-10.html
8532         * doc/manual/es/sylpheed-11.html
8533         * doc/manual/es/sylpheed-12.html
8534         * doc/manual/es/sylpheed-13.html
8535         * doc/manual/es/sylpheed-14.html
8536         * doc/manual/es/sylpheed-15.html
8537         * doc/manual/es/sylpheed-16.html
8538         * doc/manual/es/sylpheed-17.html
8539         * doc/manual/es/sylpheed-18.html
8540         * doc/manual/es/sylpheed-19.html
8541         * doc/manual/es/sylpheed-2.html
8542         * doc/manual/es/sylpheed-20.html
8543         * doc/manual/es/sylpheed-3.html
8544         * doc/manual/es/sylpheed-4.html
8545         * doc/manual/es/sylpheed-5.html
8546         * doc/manual/es/sylpheed-6.html
8547         * doc/manual/es/sylpheed-7.html
8548         * doc/manual/es/sylpheed-8.html
8549         * doc/manual/es/sylpheed-9.html
8550         * doc/manual/es/sylpheed.html
8551         * doc/manual/fr/.cvsignore
8552         * doc/manual/fr/Makefile.am
8553         * doc/manual/fr/sylpheed-1.html
8554         * doc/manual/fr/sylpheed-10.html
8555         * doc/manual/fr/sylpheed-11.html
8556         * doc/manual/fr/sylpheed-12.html
8557         * doc/manual/fr/sylpheed-13.html
8558         * doc/manual/fr/sylpheed-14.html
8559         * doc/manual/fr/sylpheed-15.html
8560         * doc/manual/fr/sylpheed-16.html
8561         * doc/manual/fr/sylpheed-17.html
8562         * doc/manual/fr/sylpheed-18.html
8563         * doc/manual/fr/sylpheed-19.html
8564         * doc/manual/fr/sylpheed-2.html
8565         * doc/manual/fr/sylpheed-20.html
8566         * doc/manual/fr/sylpheed-3.html
8567         * doc/manual/fr/sylpheed-4.html
8568         * doc/manual/fr/sylpheed-5.html
8569         * doc/manual/fr/sylpheed-6.html
8570         * doc/manual/fr/sylpheed-7.html
8571         * doc/manual/fr/sylpheed-8.html
8572         * doc/manual/fr/sylpheed-9.html
8573         * doc/manual/fr/sylpheed.html
8574         * doc/manual/ja/.cvsignore
8575         * doc/manual/ja/Makefile.am
8576         * doc/manual/ja/sylpheed-1.html
8577         * doc/manual/ja/sylpheed-10.html
8578         * doc/manual/ja/sylpheed-11.html
8579         * doc/manual/ja/sylpheed-12.html
8580         * doc/manual/ja/sylpheed-13.html
8581         * doc/manual/ja/sylpheed-14.html
8582         * doc/manual/ja/sylpheed-15.html
8583         * doc/manual/ja/sylpheed-16.html
8584         * doc/manual/ja/sylpheed-17.html
8585         * doc/manual/ja/sylpheed-18.html
8586         * doc/manual/ja/sylpheed-19.html
8587         * doc/manual/ja/sylpheed-2.html
8588         * doc/manual/ja/sylpheed-20.html
8589         * doc/manual/ja/sylpheed-3.html
8590         * doc/manual/ja/sylpheed-4.html
8591         * doc/manual/ja/sylpheed-5.html
8592         * doc/manual/ja/sylpheed-6.html
8593         * doc/manual/ja/sylpheed-7.html
8594         * doc/manual/ja/sylpheed-8.html
8595         * doc/manual/ja/sylpheed-9.html
8596         * doc/manual/ja/sylpheed.html
8597         * doc/manual/ja/sylpheed.sgml
8598         * src/mainwindow.c
8599                 Remove outdated manual and faq. Noisy, eh?
8600
8601 2005-12-06 [colin]      1.9.100cvs70
8602
8603         * src/compose.c
8604         * src/quote_fmt_parse.y
8605         * src/undo.c
8606         * src/undo.h
8607                 Allow %X to position cursor at 0 
8608                 (no %X = before signature)
8609                 Fix paste as quotation putting the cursor at 0
8610                 Fix undo offsets when pasting
8611                 Insert the quote_fmt at once instead of line 
8612                 by line
8613                 Fix [Edited] when starting to reply/forward
8614
8615 2005-12-06 [paul]       1.9.100cvs69
8616
8617         * src/plugins/clamav/clamav_plugin_gtk.c
8618                 add another tooltip
8619         * src/plugins/spamassassin/spamassassin_gtk.c
8620                 rework spamassassin_create_widget_func()
8621
8622 2005-12-05 [colin]      1.9.100cvs68
8623
8624         * po/POTFILES.in
8625                 Fix make release ;-)
8626
8627 2005-12-05 [colin]      1.9.100cvs67
8628
8629         * src/compose.c
8630         * src/compose.h
8631                 Fix cursor positioning (not obeying %X)
8632
8633 2005-12-05 [paul]       1.9.100cvs66
8634
8635         * src/plugins/dillo_viewer/dillo_prefs.c
8636                 fix compilation warning
8637
8638 2005-12-05 [paul]       1.9.100cvs65
8639
8640         * src/prefs_spelling.c
8641         * src/plugins/trayicon/trayicon.c
8642                 cleanups - remove unused stuff
8643
8644 2005-12-05 [paul]       1.9.100cvs64
8645
8646         * README
8647         * manual/plugins.xml
8648                 remove info about removed mathml_viewer plugin
8649
8650 2005-12-05 [paul]       1.9.100cvs63
8651
8652         * configure.ac
8653         * src/plugins/Makefile.am
8654         * src/plugins/mathml_viewer/.cvsignore
8655         * src/plugins/mathml_viewer/Makefile.am
8656         * src/plugins/mathml_viewer/mathml_viewer.c
8657                 remove unmaintained mathml_viewer plugin
8658
8659 2005-12-05 [paul]       1.9.100cvs62
8660
8661         * src/summaryview.c
8662                 obey prefs_common.always_show_msg when
8663                 moving a msg
8664                 Thanks to Colin
8665
8666 2005-12-05 [paul]       1.9.100cvs61
8667
8668         * src/compose.c
8669         * src/prefs_account.c
8670         * src/prefs_filtering.c
8671         * src/prefs_quote.c
8672         * src/prefs_spelling.c
8673         * src/prefs_toolbar.c
8674         * src/summaryview.c
8675         * src/gtk/gtkutils.c
8676         * src/gtk/quicksearch.c
8677         * src/plugins/dillo_viewer/dillo_prefs.c
8678                 dialog cleanups
8679
8680 2005-12-04 [paul]       1.9.100cvs60
8681
8682         * src/inc.c
8683         * src/prefs_account.c
8684         * src/prefs_account.h
8685                 allow a Local account to specify a
8686                 default inbox
8687                 (closes bug 843 'Inbox cannot be changed for local
8688                  mailboxes')
8689
8690 2005-12-04 [colin]      1.9.100cvs59
8691
8692         * src/plugins/trayicon/trayicon.c
8693                 Remove Get, rename Get All to Get Mail in order to
8694                 be consistent with the default main toolbar
8695
8696 2005-12-03 [colin]      1.9.100cvs58
8697
8698         * manual/gpl.xml
8699         * manual/sylpheed-claws-manual.xml
8700                 Add GPL appendix
8701
8702 2005-12-03 [paul]       1.9.100cvs57
8703
8704         * AUTHORS
8705         * po/sv.po
8706         * src/gtk/authors.h
8707                 new (partially complete) Swedish translation
8708                 by Anders Troback <sylpheed@troback.com>
8709
8710 2005-12-02 [paul]       1.9.100cvs56
8711
8712         * configure.ac
8713                 libetpan 0.41 required
8714
8715 2005-12-02 [paul]       1.9.100cvs55
8716
8717         * src/plugins/clamav/clamav_plugin.c
8718         * src/plugins/clamav/clamav_plugin.h
8719         * src/plugins/clamav/clamav_plugin_gtk.c
8720         * src/plugins/spamassassin/spamassassin.c
8721         * src/plugins/spamassassin/spamassassin.h
8722         * src/plugins/spamassassin/spamassassin_gtk.c
8723                 unregister prefs pages on unloading, thus
8724                 preventing a crash
8725                 (thanks to Colin for the hint)
8726
8727 2005-12-02 [wwp]        1.9.100cvs54
8728
8729         * src/quote_fmt.h
8730         * src/quote_fmt_parse.y
8731                 fix misuse of gboolean*, use gboolean instead
8732                 (thanks to Paul, Colin, for pointing out that scaring one)
8733
8734 2005-12-02 [paul]       1.9.100cvs53
8735
8736         * src/plugins/clamav/clamav_plugin.c
8737                 int no --> unsigned int no
8738         * src/plugins/clamav/clamav_plugin_gtk.c
8739                 rework config page
8740
8741 2005-12-02 [wwp]        1.9.100cvs52
8742
8743         * src/compose.c
8744         * src/prefs_template.c
8745         * src/quote_fmt.h
8746         * src/quote_fmt_parse.y
8747                 prevent from executing |f and |p templates commands when
8748                 adding or replacing templates in prefs (avoids annoying and
8749                 potentially dangerous behaviours)
8750
8751 2005-12-02 [paul]       1.9.100cvs51
8752
8753         * src/prefs_common.c
8754                 allow translation of some default values
8755                 Patch by Fabien Vantard
8756
8757 2005-12-02 [paul]       1.9.100cvs50
8758
8759         * src/codeconv.c
8760         * src/codeconv.h
8761         * src/prefs_common.c
8762         * src/prefs_common.h
8763         * src/prefs_message.c
8764         * src/textview.c
8765                 remove obsolete 'convert_mb_alnum' option
8766                 and related stuff
8767         * src/gtk/about.c
8768                 remove unused 'about_textview_visibility_notify'
8769
8770 2005-12-02 [paul]       1.9.100cvs49
8771
8772         * src/prefs_account.c
8773         * src/prefs_compose_writing.c
8774         * src/prefs_fonts.c
8775         * src/prefs_gtk.h
8776         * src/prefs_image_viewer.c
8777         * src/prefs_message.c
8778         * src/prefs_other.c
8779         * src/prefs_receive.c
8780         * src/prefs_send.c
8781         * src/prefs_spelling.c
8782         * src/prefs_summaries.c
8783         * src/prefs_wrapping.c
8784         * src/plugins/dillo_viewer/dillo_prefs.c
8785         * src/plugins/pgpcore/prefs_gpg.c
8786                 several cleanups to the prefs dialogs
8787                 (slightly modified) patch by Fabien Vantard
8788
8789 2005-12-02 [paul]       1.9.100cvs48
8790
8791         * src/main.c
8792                 --exit means exit
8793         * src/send_message.c
8794                 fix crash on send when connection fails
8795
8796         Thanks to Colin
8797
8798 2005-12-01 [colin]      1.9.100cvs47
8799
8800         * src/html.c
8801                 Translate &hellip; to "..."
8802
8803 2005-11-30 [colin]      1.9.100cvs46
8804
8805         * src/matcher.c
8806         * src/matcher.h
8807                 Optimize back yesterday's fix.
8808
8809 2005-11-30 [paul]       1.9.100cvs45
8810
8811         * manual/faq.xml
8812                 standardised
8813         * manual/intro.xml
8814                 written by Colin, edited by me
8815
8816 2005-11-29 [colin]      1.9.100cvs44
8817
8818         * src/matcher.c
8819                 Skip headers unconditionnaly in match_body if the
8820                 rule is not message or ~message
8821
8822 2005-11-29 [colin]      1.9.100cvs43
8823
8824         * src/matcher.c
8825                 Fix body_part and such, not skipping headers 
8826                 if the matchcriteria wasn't the first in the rule
8827
8828 2005-11-29 [colin]      1.9.100cvs42
8829
8830         * src/compose.c
8831                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8832                 option missing from message view window)
8833                 Fix double text D'n'D with gtk-2.8
8834         * src/matcher.c
8835                 Fix ~message, ~headers_part, ~body_part rules
8836         * src/messageview.c
8837                 Add Windows-1252 (Closes bug #863)
8838                 Fix accels
8839         * src/gtk/gtkaspell.c
8840                 Properly destroy accels in all menus
8841
8842 2005-11-29 [mones]      1.9.100cvs41
8843
8844         * po/es.po
8845                 Updated.
8846
8847 2005-11-27 [colin]      1.9.100cvs40
8848
8849         * src/mh_gtk.c
8850                 "/Remove mailbox" -> "/Remove mailbox..."
8851
8852 2005-11-27 [paul]       1.9.100cvs39
8853
8854         * AUTHORS
8855         * po/de.po
8856         * src/gtk/authors.h
8857                 updated by new maintainer, Stephan Sachse
8858
8859 2005-11-27 [paul]       1.9.100cvs38
8860
8861         * manual/faq.xml
8862                 written by Colin, edited by me
8863
8864 2005-11-27 [paul]       1.9.100cvs37
8865
8866         * src/prefs_common.c
8867         * src/prefs_common.h
8868         * src/prefs_receive.c
8869         * src/prefs_summaries.c
8870                 move 'go to inbox after receiving new mail'
8871                 option from display/sumamaries to mail
8872                 handling/receive, and rework prefs_summaries
8873                 dialog a little
8874
8875 2005-11-25 [martin]     1.9.100cvs36
8876
8877         * po/de.po
8878             fixed windows-1252 translation;
8879             translated some new and fuzzy strings
8880
8881 2005-11-25 [paul]       1.9.100cvs35
8882
8883         * src/plugins/clamav/clamav_plugin.c
8884                 complete the update done in cvs34
8885
8886 2005-11-25 [paul]       1.9.100cvs34
8887
8888         * src/plugins/clamav/clamav_plugin.c
8889                 reflect upstream changes
8890
8891 2005-11-25 [paul]       1.9.100cvs33
8892
8893         * manual/ack.xml
8894         * manual/plugins.xml
8895         * manual/sylpheed-claws-manual.xml
8896                 written/updated by Colin, edited by me
8897         * tools/acroread2sylpheed.pl
8898                 update binary name
8899
8900 2005-11-24 [colin]      1.9.100cvs32
8901
8902         * src/compose.c
8903                 Fix bug #856 (reediting messages forgets Request
8904                 Return Receipt)
8905
8906 2005-11-24 [paul]       1.9.100cvs31
8907
8908         * manual/addrbook.xml
8909         * manual/starting.xml
8910                 written by Colin, proofread, edited, adapted by me
8911         * manual/advanced.xml
8912                 add some Actions examples
8913         * src/importldif.c
8914                 use a Save button instead of a Close button
8915         * src/wizard.c
8916                 indicate mandatory fields
8917                 fix page display
8918                 Thanks to Colin
8919
8920 2005-11-23 [colin]      1.9.100cvs30
8921
8922         * src/addressbook.c
8923                 Rename menu item, fix possible crash after
8924                 deletion of books
8925         * src/addrindex.c
8926                 Allow searching for '*' in ldap
8927         * src/browseldap.c
8928                 Fix "Browse Entry" (did anyone use it?)
8929         * src/wizard.c
8930                 Add guards for mandatory information
8931
8932 2005-11-23 [paul]       1.9.100cvs29
8933
8934         * manual/advanced.xml
8935                 corrections to the English
8936
8937 2005-11-23 [colin]      1.9.100cvs28
8938
8939         * src/mimeview.c
8940                 Fix possible crash at exit. After the call to
8941                 gtk_container_remove(), the Viewer's widget has no
8942                 more parent so gtk+ automatically frees it and its
8943                 sons. If destroy_viewer() then try to access it,
8944                 problems ensue.
8945
8946 2005-11-22 [colin]      1.9.100cvs27
8947
8948         * src/compose.c
8949         * src/gtk/gtkaspell.c
8950                 Fix right-clicking on a misspelled word
8951                 Fix More... in suggestions menu
8952
8953 2005-11-22 [wwp]        1.9.100cvs26
8954
8955         * src/prefs_template.c
8956                 templates works: re-sort templates list when adding or replacing,
8957                 prevent from adding or replacing when the template name is empty
8958
8959 2005-11-21 [colin]      1.9.100cvs25
8960
8961         * src/addressbook.c
8962                 Fix some addressbook suckage (dnd, select all)
8963         * src/compose.c
8964         * src/gtk/gtkaspell.c
8965         * src/gtk/gtkaspell.h
8966                 Make the spellchecker menu work with the 
8967                 GtkTextView one instead of overriding it
8968
8969 2005-11-20 [paul]       1.9.100cvs24
8970
8971         * manual/handling.xml
8972                 proofread and corrected
8973
8974 2005-11-20 [paul]       1.9.100cvs23
8975
8976         * manual/Makefile
8977                 generate html as one file
8978         * manual/advanced.xml
8979                 fix output generation
8980                 reformat hidden options list
8981         * manual/manual.xml     ** REMOVED **
8982         * manual/sylpheed-claws-manual.xml      ** ADDED **
8983                 renamed
8984
8985 2005-11-18 [colin]      1.9.100cvs22
8986
8987         * src/prefs_account.c
8988                 Fix layout in news and mbox accounts
8989         * manual/account.xml
8990         * manual/advanced.xml
8991                 New contents for Paul to check :)
8992
8993 2005-11-18 [wwp]        1.9.100cvs21
8994
8995         * src/gtk/quicksearch.c
8996                 don't update extended quicksearch buttons twice
8997
8998 2005-11-18 [paul]       1.9.100cvs20
8999
9000         * src/textview.c
9001                 complete 1.9.100cvs19
9002
9003 2005-11-18 [paul]       1.9.100cvs19
9004
9005         * src/compose.c
9006                 cosmetic improvements
9007         * src/textview.c
9008                 also list text/* attachments
9009
9010 2005-11-18 [colin]      1.9.100cvs18
9011
9012         * src/summaryview.c
9013                 Use column 0 instead of -1 in 
9014                 gtk_ctree_node_moveto, in a naive
9015                 hope it'll fix the gtk-related crashes
9016
9017 2005-11-18 [colin]      1.9.100cvs17
9018
9019         * src/gtk/inputdialog.c
9020                 Fix icon staying the first one
9021
9022 2005-11-17 [wwp]        1.9.100cvs16
9023                 fix possible problem showing some quicksearch buttons, and a bad
9024                 call to g_return_if_fail in a function that returns a value (both
9025                 fixes by Fabien Vantard)
9026
9027 2005-11-15 [wwp]        1.9.100cvs15
9028
9029         * src/gtk/quicksearch.c
9030                 added a tooltip to that obscure ... quicksearch button
9031
9032 2005-11-15 [wwp]        1.9.100cvs14
9033
9034         * src/gtk/quicksearch.c
9035                 add a quicksearch helper to filtering expression users: the ... button
9036                 raises the condition expr window. condition expressions set up w/ this
9037                 window are used by the quicksearch if the user closes it pressing OK.
9038
9039 2005-11-14 [paul]       1.9.100cvs13
9040
9041         * src/plugins/clamav/clamav_plugin.c
9042         * src/plugins/spamassassin/spamassassin.c
9043                 change plugin type following recent merging
9044
9045 2005-11-14 [wwp]        1.9.100cvs12
9046
9047         * src/folder.c
9048                 prevent from crashing when copying/moving message(s) from and
9049                 to the same folder
9050
9051 2005-11-14 [paul]       1.9.100cvs11
9052
9053         * src/plugins/clamav/Makefile.am
9054         * src/plugins/clamav/clamav_plugin.c
9055         * src/plugins/clamav/clamav_plugin.h
9056         * src/plugins/clamav/clamav_plugin_gtk.c
9057                 also merge clamav and clamav_gtk plugins
9058
9059 2005-11-13 [colin]      1.9.100cvs10
9060
9061         * configure.ac
9062         * src/plugins/spamassassin/Makefile.am
9063         * src/plugins/spamassassin/spamassassin.c
9064         * src/plugins/spamassassin/spamassassin.h
9065         * src/plugins/spamassassin/spamassassin_gtk.c
9066                 Merge spamassassin and spamassassin_gtk plugins,
9067                 and build it by default.
9068
9069 2005-11-12 [colin]      1.9.100cvs9
9070
9071         * src/etpan/imap-thread.c
9072                 Fix gcc warning
9073
9074 2005-11-12 [colin]      1.9.100cvs8
9075
9076         * src/procmime.c
9077                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
9078
9079 2005-11-10 [colin]      1.9.100cvs7
9080
9081         * src/main.c
9082                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
9083                 minimised state)
9084
9085 2005-11-10 [wwp]        1.9.100cvs6
9086
9087         * src/gtk/description_window.c
9088                 fix a crash when closing description windows using the WM's [X] button
9089
9090 2005-11-09 [colin]      1.9.100cvs5
9091
9092         * src/common/ssl.c
9093                 Update libetpan call to follow upstream
9094                 (yes, this requires libetpan-0.40cvs3)
9095
9096 2005-11-08 [colin]      1.9.100cvs4
9097
9098         * src/compose.c
9099         * src/textview.c
9100         * src/common/utils.c
9101         * src/common/utils.h
9102                 Enhance the email parser
9103
9104 2005-11-08 [colin]      1.9.100cvs3
9105
9106         * src/procmime.c
9107                 Fix what looks like an off-by-one (fixes 
9108                 attachments from the Bat)
9109
9110 2005-11-08 [wwp]        1.9.100cvs2
9111
9112         * src/main.c
9113                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
9114
9115 2005-11-08 [wwp]        1.9.100cvs1
9116
9117         * src/main.c
9118                 allow exiting Sylpheed-Claws from command-line
9119
9120 2005-11-08 [paul]       1.9.100
9121
9122         1.9.100 released
9123
9124 2005-11-07 [colin]      1.9.99cvs17
9125
9126         * src/addritem.c
9127         * src/ldif.c
9128                 Fix import of base-64 encoded items
9129
9130 2005-11-07 [colin]      1.9.99cvs16
9131
9132         * src/send_message.c
9133                 Fix bug #314 (Queue does not empty under certain 
9134                 circumstances)
9135
9136 2005-11-07 [paul]       1.9.99cvs15
9137
9138         * src/mutt.c
9139         * src/pine.c
9140                 fix buffer overflows
9141                 Thanks to Colin
9142
9143 2005-11-07 [paul]       1.9.99cvs14
9144
9145         * doc/man/Makefile.am
9146         * doc/man/sylpheed-claws.1      ** ADDED **
9147         * doc/man/sylpheed.1            ** DELETED **
9148                 rename and update the man file
9149
9150 2005-11-06 [colin]      1.9.99cvs13
9151
9152         * src/ldif.c
9153                 Fix ldif_get_line() that returned empty strings
9154                 (Didn't understand why). Also fix a possible
9155                 buffer overflow.
9156
9157 2005-11-06 [wwp]        1.9.99cvs12
9158
9159         * src/textview.c
9160         * src/gtk/about.c
9161         * src/gtk/gtkutils.c
9162         * src/gtk/gtkutils.h
9163                 fix a compilation warning,
9164                 make links sensitive in the about dialog
9165
9166 2005-11-04 [wwp]        1.9.99cvs11
9167
9168         * src/gtk/about.c
9169                 don't wrap or translate URIs, and a bit text format cleanup
9170
9171 2005-11-04 [wwp]        1.9.99cvs10
9172
9173         * src/gtk/about.c
9174                 better textview tagging implementation (no more use of marks for
9175                 postponed tagging)
9176
9177 2005-11-02 [colin]      1.9.99cvs9
9178
9179         * src/common/ssl.c
9180                 Forgot an ifdef
9181
9182 2005-11-02 [colin]      1.9.99cvs8
9183
9184         * configure.ac
9185                 Require libetpan-0.40 due to upstream fix
9186         * src/common/ssl.c
9187                 Tell libetpan not to call SSL_Library_Init,
9188                 as we do it ourselves.
9189
9190 2005-11-02 [colin]      1.9.99cvs7
9191
9192         * po/POTFILES.in
9193                 Add missing files (thanks to Fabien Vantard)
9194
9195 2005-11-02 [colin]      1.9.99cvs6
9196
9197         * src/summaryview.c
9198                 Fix totals when read messages are hidden or quicksearch
9199                 is on
9200         * src/ssl_manager.c
9201         * src/ssl_manager.h
9202         * src/common/ssl_certificate.c
9203         * src/common/ssl_certificate.h
9204         * src/gtk/sslcertwindow.c
9205         * src/gtk/sslcertwindow.h
9206                 Fix copyright on my stuff
9207
9208 2005-11-02 [wwp]        1.9.99cvs5
9209
9210         * src/prefs_themes.c
9211                 fix directory name checking (theme installation/removal),
9212                 made related error a bit more verbose
9213
9214 2005-11-02 [colin]      1.9.99cvs4
9215
9216         * src/summaryview.c
9217                 Fix typo (probably fixes bug #841 (Sort by the From 
9218                 field doesn't work)
9219
9220 2005-11-02 [paul]       1.9.99cvs3
9221
9222         * po/ko.po
9223         * po/nb.po
9224                 updated by SungHyun Nam, Geir Helland
9225         * src/wizard.c
9226                 fix typo in welcome message. spotted by
9227                 Andrea Spadaccini
9228
9229 2005-11-01 [colin]      1.9.99cvs2
9230
9231         * src/compose.c
9232                 Fix replying to ml wen confirming subscription
9233         * src/messageview.c
9234         * src/mimeview.c
9235         * src/mimeview.h
9236         * src/privacy.h
9237         * src/summaryview.c
9238                 Make key check non blocking
9239
9240 2005-10-31 [paul]       1.9.99cvs1
9241
9242         * tools/claws.i18n.status.pl
9243                 updated for ChangeLog
9244
9245 2005-10-31 [paul]       1.9.99
9246
9247         1.9.99 released
9248
9249 2005-10-31 [paul]       1.9.15cvs131
9250
9251         * .cvsignore
9252         * ChangeLog
9253         * ChangeLog.claws       ** REMOVED **
9254         * ChangeLog-gtk2.claws  ** REMOVED **
9255         * ChangeLog.gtk1        ** ADDED **
9256         * INSTALL
9257         * Makefile.am
9258         * NEWS
9259         * README
9260         * README.claws          ** REMOVED **
9261         * README.jp             ** REMOVED **
9262         * RELEASE_NOTES         ** ADDED **
9263         * RELEASE_NOTES.claws   ** REMOVED **
9264         * commitHelper
9265         * configure.ac
9266         * sylpheed.spec.in      ** REMOVED **
9267                 tidy up and update the default docs:
9268                 ChangeLog.claws is renamed ChangeLog.gtk1
9269                 ChangeLog-gtk2.claws is renamed ChangeLog
9270                 README.claws is renamed README
9271                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9272
9273 2005-10-31 [paul]       1.9.15cvs130
9274
9275         * po/it.po
9276                 fix errors
9277
9278 2005-10-31 [paul]       1.9.15cvs129
9279
9280         * po/ca.po
9281         * po/de.po
9282         * po/en_GB.po
9283         * po/fr.po
9284         * po/it.po
9285         * po/pt_BR.po
9286         * po/sk.po
9287         * po/sr.po
9288         * po/zh_CN.po
9289                 updated by Miquel Oliete, Stephan Sachse and
9290                 Thomas Gilgin, me, Fabien Vantard, Andrea
9291                 Spadaccini, Frederico Goncalves Guimaraes,
9292                 Andrej Kacian, Aleksandar Urosevic, and
9293                 Ralgh Young.
9294
9295 2005-10-31 [mones]      1.9.15cvs128
9296
9297         * manual/faq.xml
9298                 More questions.
9299         
9300         * po/es.po
9301                 Updated for release.
9302
9303 2005-10-30 [colin]      1.9.15cvs127
9304
9305         * src/compose.c
9306                 Place cursor before rewrapping (fixes cursor
9307                 pos if quotation gets rewrapped)
9308
9309 2005-10-29 [paul]       1.9.15cvs126
9310
9311         * src/crash.c
9312         * src/foldersel.c
9313         * src/main.c
9314         * src/messageview.c
9315         * src/toolbar.c
9316         * src/gtk/authors.h
9317                 corrections to text items
9318
9319 2005-10-28 [colin]      1.9.15cvs125
9320
9321         * src/messageview.c
9322                 Make "hit 'C' to check sig" work from extern 
9323                 messageviews
9324
9325 2005-10-27 [colin]      1.9.15cvs124
9326
9327         * src/summaryview.c
9328                 Add a hack to avoid segfaulting when hammering 
9329                 on gtk's events
9330
9331 2005-10-27 [wwp]        1.9.15cvs123
9332
9333         * src/prefs_themes.c
9334                 sort list of themes names in themes prefs
9335
9336 2005-10-27 [paul]       1.9.15cvs122
9337
9338         * src/folder.c
9339         * src/prefs_account.c
9340                 fix building on Solaris
9341                 Patch by Alex Moore
9342
9343 2005-10-27 [wwp]        1.9.15cvs121
9344
9345         * src/summaryview.c
9346         * src/gtk/gtksctree.c
9347                 speed up unselecting messages in summary view (thanks to Colin)
9348
9349 2005-10-27 [paul]       1.9.15cvs120
9350
9351         * src/mainwindow.c
9352                 fix a compilation warning
9353         * src/summaryview.c
9354                 fix updating of 'n items selected' count
9355                 when deselecting
9356
9357 2005-10-27 [martin]     1.9.15cvs119
9358
9359         * src/action.c
9360                 ignore actions with a leading '/' in the action menu name
9361                 fixes a crash on menu creation
9362         * src/prefs_actions.c
9363                 do not allow a leading '/' in the action menu name
9364
9365 2005-10-27 [paul]       1.9.15cvs118
9366
9367         * src/main.c
9368                 fix compilation warning
9369
9370 2005-10-27 [paul]       1.9.15cvs117
9371
9372         * src/procmime.c
9373                 add #if HAVE_LOCALE_H
9374
9375 2005-10-27 [paul]       1.9.15cvs116
9376
9377         * src/plugins/clamav/clamav_plugin.c
9378         * src/plugins/dillo_viewer/dillo_viewer.c
9379         * src/plugins/mathml_viewer/mathml_viewer.c
9380         * src/plugins/pgpcore/plugin.c
9381         * src/plugins/pgpinline/plugin.c
9382         * src/plugins/pgpmime/plugin.c
9383         * src/plugins/spamassassin/spamassassin.c
9384         * src/plugins/trayicon/trayicon.c
9385                 plugin_init() : make error messages more
9386                 informative
9387
9388 2005-10-26 [wwp]        1.9.15cvs115
9389
9390         * src/prefs_matcher.c
9391                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9392
9393 2005-10-26 [wwp]        1.9.15cvs114
9394
9395         * src/procmime.c
9396         * src/gtk/gtksctree.c
9397         * src/plugins/spamassassin/libspamc.c
9398         * src/plugins/spamassassin/spamassassin.c
9399                 fix some compilation warnings more
9400
9401 2005-10-26 [mones]      1.9.15cvs113
9402
9403         * po/es.po
9404                 Updated translation
9405
9406 2005-10-26 [paul]       1.9.15cvs112
9407
9408         * src/prefs_message.c
9409                 give all display_xface stuff the
9410                 #if HAVE_LIBCOMPFACE treatment, thus
9411                 preventing a crash
9412                 (Thanks to Wolfgang Enderlein)
9413
9414 2005-10-26 [colin]      1.9.15cvs111
9415
9416         * src/gedit-print.c
9417                 Fix date format
9418         * src/imap_gtk.c
9419         * src/news_gtk.c
9420                 Remove context menu items that should not be there
9421         * src/jpilot.c
9422                 Fix encoding
9423         * src/main.c
9424         * src/mainwindow.c
9425                 Don't show the mainwindow too soon
9426
9427 2005-10-26 [wwp]        1.9.15cvs110
9428
9429         * src/folder.c
9430         * src/manual.c
9431         * src/summaryview.c
9432                 fix uninitialized pointers in the folder updating hook
9433                 (thanks to Colin)
9434
9435 2005-10-25 [mones]      1.9.15cvs109
9436
9437         * manual/faq.xml
9438                 General information subsection completed. 
9439                 Removed archaic references.
9440                 
9441         * manual/Makefile
9442         * manual/dtd/manual.dsl
9443                 Added customization stylesheet for getting paragraphs
9444                 fully justified in PDF output (as suggested by Colin).
9445
9446 2005-10-25 [colin]      1.9.15cvs108
9447
9448         * src/compose.c
9449                 Fix a second leak
9450
9451 2005-10-25 [colin]      1.9.15cvs107
9452
9453         * src/addrbook.c
9454         * src/addrindex.c
9455                 Fix leak (xml_get_element() allocates memory)
9456         * src/compose.c
9457                 Fix leak + dead code (shame!)
9458         * src/procmime.c
9459                 Fix leak
9460
9461 2005-10-25 [colin]      1.9.15cvs106
9462
9463         * src/mimeview.c
9464                 Fix encoding issue in Save all and in 
9465                 overwrite-confirmation alertpanel
9466
9467 2005-10-25 [colin]      1.9.15cvs105
9468
9469         * src/common/socket.c
9470                 Fix a leak - Thanks to Christopher Aillon
9471                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9472
9473 2005-10-25 [paul]       1.9.15cvs104
9474
9475         * src/wizard.c
9476                 Always guess servers from the right-hand
9477                 email part and guess username from the
9478                 left-hand part. (Thanks to Colin)
9479                 add an X-Face to the welcome message
9480
9481 2005-10-25 [paul]       1.9.15cvs103
9482
9483         * manual/handling.xml
9484                 written by Colin, edited by me
9485
9486 2005-10-25 [wwp]        1.9.15cvs102
9487
9488         * src/folderview.c
9489         * src/grouplistdialog.c
9490         * src/imap.c
9491         * src/noticeview.c
9492                 fix some compilation warnings
9493
9494 2005-10-24 [paul]
9495
9496         1.9.99-rc3 released
9497
9498 2005-10-24 [paul]       1.9.15cvs101
9499
9500         * src/gtk/about.c
9501                 fix window sizing
9502
9503 2005-10-24 [paul]       1.9.15cvs100
9504
9505         * src/pixmaps/offline.xpm
9506         * src/pixmaps/online.xpm
9507                 replace with last default versions
9508
9509 2005-10-24 [colin]      1.9.15cvs99
9510
9511         * src/imap.c
9512                 Fix bug when moving a folder
9513         * src/imap_gtk.c
9514         * src/mh_gtk.c
9515                 "Delete folder" pops up a window, so it 
9516                 should be suffixed with "..."
9517         * src/plugins/pgpcore/sgpgme.c
9518                 Include locale.h
9519
9520 2005-10-24 [mones]      1.9.15cvs98
9521
9522         * manual/Makefile
9523         * manual/account.xml
9524         * manual/ack.xml
9525         * manual/addrbook.xml
9526         * manual/advanced.xml
9527         * manual/faq.xml
9528         * manual/glossary.xml
9529         * manual/gpl.xml
9530         * manual/handling.xml
9531         * manual/intro.xml
9532         * manual/keyboard.xml
9533         * manual/manual.xml
9534         * manual/plugins.xml
9535         * manual/starting.xml
9536         * manual/dtd/sdocbook.dtd
9537                 Initial manual structure and some content.
9538
9539 2005-10-23 [wwp]        1.9.15cvs97
9540
9541         * src/gtk/about.c
9542                 fix a typo
9543
9544 2005-10-23 [wwp]        1.9.15cvs96
9545
9546         * src/gtk/about.c
9547         * src/gtk/authors.h
9548                 rework of the about window (main work by Paul), also featuring a few
9549                 fixes for typos and duplicate names
9550
9551 2005-10-23 [wwp]        1.9.15cvs95
9552
9553         * src/.cvsignore
9554                 Ignore the right binary name (sylpheed-claws now)
9555
9556 2005-10-23 [paul]       1.9.15cvs94
9557
9558         * src/compose.c
9559                 when using Folder Pref 'Default To for
9560                 replies' make the entry in the Compose
9561                 window bold
9562                 Patch by Fabien Vantard
9563
9564 2005-10-22 [colin]      1.9.15cvs93
9565
9566         * src/codeconv.c
9567                 Fix leak
9568
9569 2005-10-22 [colin]      1.9.15cvs92
9570
9571         * src/codeconv.c
9572                 try to convert using locale (apart utf8) if necessary
9573
9574 2005-10-22 [colin]      1.9.15cvs91
9575
9576         * src/pixmaps/new.xpm
9577         * src/pixmaps/unread.xpm
9578                 Make the unread envelope blue again and
9579                 saturate the new one a bit more.
9580
9581 2005-10-22 [colin]      1.9.15cvs90
9582
9583         * src/compose.c
9584                 When replying to a mail sent by one of our accounts,
9585                 use the original list of recipients. Let 'Reply All'
9586                 and 'Reply to sender' work like previously.
9587
9588 2005-10-21 [colin]      1.9.15cvs89
9589
9590         * src/prefs_filtering.c
9591                 Clear fields after add and replace
9592         * src/textview.c
9593                 Display xface differently (better)
9594         * src/plugins/pgpinline/pgpinline.c
9595                 Fix crappy encodings/recodings
9596
9597 2005-10-21 [paul]       1.9.15cvs88
9598
9599         * src/compose.c
9600         * src/prefs_folder_item.c
9601         * src/toolbar.c
9602                 fix news folder Folder Properties
9603                 (thanks to Colin)
9604         * src/folderview.c
9605                 update folderview after Themes change
9606                 keep selected folder selected
9607                 (thanks to Colin)
9608
9609 2005-10-21 [paul]       1.9.15cvs87
9610
9611         * tools/Makefile.am
9612         * tools/OOo2sylpheed.pl
9613         * tools/README
9614         * tools/README.sylprint
9615         * tools/asus_mailled.sh         ** REMOVED **
9616         * tools/filter_conv.pl
9617         * tools/freshmeat_search.pl
9618         * tools/google_search.pl
9619         * tools/gpg-sign-syl            ** REMOVED **
9620         * tools/kmail2sylpheed.pl
9621         * tools/kmail2sylpheed_v2.pl
9622         * tools/multiwebsearch.pl
9623         * tools/nautilus2sylpheed.sh
9624         * tools/newscache_clean.pl
9625         * tools/outlook2sylpheed.pl
9626         * tools/sylpheed-switcher       ** REMOVED **
9627         * tools/sylprint.pl
9628         * tools/sylprint.rc
9629         * tools/tb2sylpheed
9630         * tools/vcard2xml.py
9631         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9632                 update default config dir
9633                 update binary name (thanks to Fabien Vantard)
9634                 remove obsolete scripts
9635
9636 2005-10-21 [colin]      1.9.15cvs86
9637
9638         * src/inc.c
9639                 Fix possible leak and units. Based on a patch by
9640                 Fabien Vantard.
9641
9642 2005-10-20 [colin]      1.9.15cvs85
9643
9644         * src/textview.c
9645                 Clear xface when clearing textview
9646
9647 2005-10-20 [colin]      1.9.15cvs84
9648
9649         * configure.ac
9650         * src/folderview.c
9651         * src/headerview.c
9652         * src/main.c
9653         * src/prefs_common.c
9654         * src/prefs_common.h
9655         * src/prefs_message.c
9656         * src/textview.c
9657         * src/textview.h
9658         * src/common/defs.h
9659         * src/common/utils.c
9660         * src/common/utils.h
9661         * src/gtk/gtkutils.c
9662         * src/gtk/gtkutils.h
9663                 Migrate config to .sylpheed-claws (Automatically)
9664                 Add a way to get the Xface in the TextView
9665
9666 2005-10-20 [colin]      1.9.15cvs83
9667
9668         * src/gtk/Makefile.am
9669         * src/gtk/about.c
9670         * src/gtk/authors.h
9671                 Make the about dialog *grooovy*
9672
9673 2005-10-20 [colin]      1.9.15cvs82
9674
9675         * src/mimeview.c
9676                 Use "Open with" on double click if no command
9677                 was found
9678
9679 2005-10-20 [colin]      1.9.15cvs81
9680
9681         * src/imap.c
9682         * src/etpan/imap-thread.c
9683                 Fix possible crash.
9684
9685 2005-10-20 [paul]       1.9.15cvs80
9686
9687         * src/folder.c
9688                 don't show clipkey icon if the only
9689                 attachment is the signature
9690                 Patch by Colin
9691
9692 2005-10-20 [paul]       1.9.15cvs79
9693
9694         * AUTHORS
9695         * src/plugins/pgpmime/pgpmime.c
9696                 name the PGP/MIME signature 'signature.asc'
9697                 Patch by Andrew Nelson <freeandy@gmail.com>
9698
9699 2005-10-19 [colin]      1.9.15cvs78
9700
9701         * src/plugins/pgpmime/pgpmime.c
9702                 Oops, no need to double-check though
9703
9704 2005-10-19 [colin]      1.9.15cvs77
9705
9706         * src/plugins/pgpinline/pgpinline.c
9707         * src/plugins/pgpmime/pgpmime.c
9708                 Check that my_tmpfile() doesn't 
9709                 return NULL
9710
9711 2005-10-19 [colin]      1.9.15cvs76
9712
9713         * src/common/utils.c
9714                 Use shorter mime boundaries to avoid having
9715                 MTAs rewrapping our headers, breaking the
9716                 PGP signature in the process 
9717         * src/compose.c
9718         * src/plugins/pgpmime/pgpmime.c
9719                 Check for boundary uniqueness to be sure
9720                 it won't happen, instead of hoping for the
9721                 best
9722
9723 2005-10-19 [colin]      1.9.15cvs75
9724
9725         * sylpheed-claws.desktop
9726         * src/Makefile.am
9727         * src/main.c
9728                 Ship a sylpheed-claws binary instead
9729                 of a sylpheed one. Change the socket
9730                 name, too
9731         * src/folderview.c
9732                 Update folder only if it changed
9733         * src/wizard.c
9734                 Fix i18n in welcome mail, patch by
9735                 Fabien Vantard
9736
9737 2005-10-19 [paul]
9738
9739         1.9.99-rc2 released
9740
9741 2005-10-19 [paul]       1.9.15cvs74
9742
9743         * src/folder.c
9744         * src/folderview.c
9745                 fix summaryview update
9746                 Patch by Colin
9747
9748 2005-10-18 [colin]      1.9.15cvs73
9749
9750         * src/plugins/pgpcore/passphrase.c
9751                 Don't XGrabServer, and try a bit more to 
9752                 sync everything before grabbing mouse/keyboard
9753
9754 2005-10-18 [colin]      1.9.15cvs72
9755
9756         * src/Makefile.am
9757         * src/addressadd.c
9758         * src/addressbook.c
9759         * src/folderview.c
9760         * src/grouplistdialog.c
9761         * src/mimeview.c
9762         * src/stock_pixmap.c
9763         * src/stock_pixmap.h
9764         * src/summaryview.c
9765         * src/gtk/gtksctree.c
9766         * src/gtk/gtksctree.h
9767         * src/pixmaps/empty.xpm
9768                 Implement a wrapper call for gtk_ctree_set_node_info
9769                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9770                 pixmap instead of a NULL one. This works around some
9771                 memory problems deep inside gtk, revealed by valgrind,
9772                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9773                 as locked crashes sylpheed.), as well as, probably, 
9774                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9775
9776 2005-10-17 [colin]      1.9.15cvs71
9777
9778         * src/mimeview.c
9779                 Provide visual feedback when checking
9780                 signature
9781
9782 2005-10-17 [colin]      1.9.15cvs70
9783
9784         * src/main.c
9785                 Keep the folder list frozen while checking caches...
9786
9787 2005-10-17 [colin]      1.9.15cvs69
9788
9789         * src/addr_compl.c
9790                 Fi bug #833 (Autocompleting from addressbook 
9791                 fails with extended chars)
9792         * src/imap.c
9793                 Fix 'adding messages' staying in statusbar
9794                 after an error
9795
9796 2005-10-17 [wwp]        1.9.15cvs68
9797
9798         * src/ssl_manager.c
9799                 Fix buttons' layout resizing when window size changes
9800
9801 2005-10-17 [wwp]        1.9.15cvs67
9802
9803         * src/account.c
9804         * src/prefs_account.c
9805         * src/prefs_common.c
9806         * src/prefs_common.h
9807         * src/prefs_folder_item.c
9808         * src/prefs_gtk.c
9809         * src/gtk/logwindow.c
9810         * src/gtk/pluginwindow.c
9811         * src/gtk/prefswindow.c
9812         * src/gtk/prefswindow.h
9813                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9814
9815 2005-10-17 [paul]       1.9.15cvs66
9816
9817         * configure.ac
9818                 fix missing libetpan message
9819         * po/en_GB.po
9820                 updated
9821         * src/crash.c
9822         * src/manual.c
9823         * src/prefs_themes.c
9824         * src/common/defs.h
9825                 add some new URI defines, change some
9826                 others
9827         * src/wizard.c
9828                 make welcome message translatable
9829                 small improvements to english
9830                 other tweaks
9831         * src/gtk/menu.c
9832                 fix warnings
9833
9834 2005-10-17 [paul]       1.9.15cvs65
9835
9836         * src/summaryview.c
9837                 fix column titles
9838
9839 2005-10-16 [mones]      1.9.15cvs64
9840
9841         * po/es.po
9842                 Updated translation
9843
9844 2005-10-16 [colin]
9845
9846         1.9.99-rc1 released
9847
9848 2005-10-16 [colin]      1.9.15cvs63
9849
9850         * src/wizard.c
9851                 Fix whitespace
9852
9853 2005-10-16 [colin]      1.9.15cvs62
9854
9855         * src/toolbar.c
9856                 s/Get All/Get Mail/
9857         * src/wizard.c
9858                 Real welcome mail text, thanks Paul
9859
9860 2005-10-16 [colin]      1.9.15cvs61
9861
9862         * src/editldap.c
9863         * src/exporthtml.c
9864         * src/main.c
9865         * src/mainwindow.c
9866         * src/prefs_themes.c
9867         * src/prefs_toolbar.c
9868         * src/plugins/demo/demo.c
9869         * src/plugins/trayicon/trayicon.c
9870                 s/Sylpheed/Sylpheed-Claws/
9871
9872 2005-10-16 [colin]      1.9.15cvs60
9873
9874         * src/wizard.c
9875                 Add a welcome email in the first empty mailbox
9876         * src/prefs_common.c
9877                 Change one more default
9878
9879 2005-10-16 [colin]      1.9.15cvs59
9880
9881         * src/wizard.c
9882                 Remove printf
9883
9884 2005-10-16 [colin]      1.9.15cvs58
9885
9886         * src/toolbar.c
9887         * src/prefs_common.c
9888                 Change some defaults
9889
9890 2005-10-16 [colin]      1.9.15cvs57
9891
9892         * src/toolbar.c
9893         * src/prefs_common.c
9894                 Change some defaults
9895
9896 2005-10-16 [colin]      1.9.15cvs56
9897
9898         * src/wizard.c
9899                 By default, initialize fonts to have
9900                 the same size as normal GtkWidgets
9901
9902 2005-10-16 [colin]      1.9.15cvs55
9903
9904         * src/mimeview.c
9905                 Fix message a bit more
9906
9907 2005-10-16 [colin]      1.9.15cvs54
9908
9909         * src/addressbook.c
9910                 Second attempt at flicker fixing
9911
9912 2005-10-16 [colin]      1.9.15cvs53
9913
9914         * src/addressbook.c
9915                 Fix flicker
9916
9917 2005-10-16 [wwp]        1.9.15cvs52
9918
9919         * src/addressbook.c
9920         * src/editaddress.c
9921         * src/prefs_common.c
9922         * src/prefs_common.h
9923                 Remember window sizes (address book)
9924
9925 2005-10-16 [wwp]        1.9.15cvs51
9926
9927         * src/plugins/clamav/clamav_plugin_gtk.c
9928         * src/plugins/spamassassin/spamassassin_gtk.c
9929                 Fix compilation warnings (missing #include).
9930
9931 2005-10-16 [colin]      1.9.15cvs50
9932
9933         * src/mimeview.c
9934         * src/summaryview.c
9935         * src/textview.c
9936                 Make 'c' check signature, and forward
9937                 c, l, y, t from summaryview to mimeview
9938
9939 2005-10-16 [colin]      1.9.15cvs49
9940
9941         * src/addressbook.c
9942                 Put border around buttons
9943         * src/mainwindow.c
9944         * src/summaryview.c
9945                 Rework menus (Patch based on a patch
9946                 by Paul)
9947
9948 2005-10-15 [wwp]        1.9.15cvs48
9949
9950         * src/editjpilot.c
9951         * src/editldap.c
9952         * src/editvcard.c
9953         * src/exphtmldlg.c
9954         * src/expldifdlg.c
9955         * src/export.c
9956         * src/import.c
9957         * src/importldif.c
9958         * src/importmutt.c
9959         * src/importpine.c
9960         * src/prefs_account.c
9961         * src/prefs_spelling.c
9962         * src/gtk/gtkutils.c
9963         * src/gtk/gtkutils.h
9964         * src/plugins/clamav/clamav_plugin_gtk.c
9965         * src/plugins/spamassassin/spamassassin_gtk.c
9966                 use nicer browse-for-file/dir buttons than the "..." ones,
9967                 code factorizing more.
9968
9969 2005-10-14 [colin]      1.9.15cvs47
9970
9971         * src/mainwindow.c
9972                 set relief on the account switcher so that people see it
9973                 grey out Create processing rules when no message is selected
9974         * src/prefs_filtering.c
9975                 ask before closing if the rule has not been modified, even if
9976                 it's not valid
9977         * src/prefs_matcher.c
9978                 fix sensitivity when entering the dialog
9979         * src/gtk/inputdialog.c
9980                 display a better icon on password ask
9981         * src/plugins/pgpcore/passphrase.c
9982                 make the dialog look better
9983
9984 2005-10-14 [paul]       1.9.15cvs46
9985
9986         * src/folderview.c
9987                 indicate presense of marked msgs in
9988                 unexpanded subfolders
9989
9990 2005-10-14 [paul]       1.9.15cvs45
9991
9992         * src/prefs_actions.c
9993         * src/prefs_common.c
9994         * src/prefs_common.h
9995         * src/prefs_filtering_action.c
9996         * src/prefs_matcher.c
9997         * src/prefs_template.c
9998                 remember window sizes
9999                 fix Info button size
10000
10001         Patches by wwp
10002
10003 2005-10-13 [colin]      1.9.15cvs44
10004
10005         * src/mimeview.c
10006         * src/noticeview.c
10007         * src/noticeview.h
10008                 Add a tooltip on the icon (optional) 
10009                 Get rid of the signature buttons and only
10010                 use the icon+tooltip
10011
10012 2005-10-13 [colin]      1.9.15cvs43
10013
10014         * src/noticeview.c
10015         * src/noticeview.h
10016                 Add hand cursor for hovering over icon
10017
10018 2005-10-13 [colin]      1.9.15cvs42
10019
10020         * src/summaryview.c
10021                 Fix crash when quicksearch's hidden 
10022                 at startup
10023
10024 2005-10-13 [colin]      1.9.15cvs41
10025
10026         * src/compose.c
10027                 Set subject when forwarding multiple mails
10028                 Check that other recipient than the default Cc or Bcc
10029                 have been set before sending.
10030
10031 2005-10-13 [colin]      1.9.15cvs40
10032
10033         * src/imap.c
10034                 Batch per-folder
10035                 Introduce locking, but don't use it yet
10036
10037 2005-10-13 [colin]      1.9.15cvs39
10038
10039         * src/gtk/quicksearch.c
10040                 Reset quicksearch when hiding it
10041                 Make sticky a real pref
10042
10043 2005-10-13 [colin]      1.9.15cvs38
10044
10045         * src/summaryview.c
10046                 Faster prefs apply
10047
10048 2005-10-13 [colin]      1.9.15cvs37
10049
10050         * src/mimeview.c
10051         * src/noticeview.c
10052         * src/noticeview.h
10053         * src/plugins/pgpcore/sgpgme.c
10054                 Make privacy icon clickable
10055                 Move Trust field in Full info
10056                 When trust is less than full, don't display
10057                 a warning icon
10058
10059 2005-10-13 [colin]      1.9.15cvs36
10060
10061         * src/folder.c
10062                 Batch on flags sync
10063         * src/folderview.c
10064                 Revert speed hack which is dangerous in fact
10065                 Apply prefs faster
10066
10067 2005-10-13 [colin]      1.9.15cvs35
10068
10069         * src/folder_item_prefs.c
10070                 Fix pref corruption on folder move. Patch
10071                 by wwp
10072
10073 2005-10-13 [paul]       1.9.15cvs34
10074
10075         * src/export.c
10076         * src/import.c
10077                 fix typos in g_warnings
10078         * src/prefs_account.c
10079                 add a file selector for Signature file
10080
10081         Patches by wwp
10082
10083 2005-10-12 [colin]      1.9.15cvs33
10084
10085         * src/mimeview.c
10086                 Provide a quick way to go back from a
10087                 signature's full info to the email part
10088
10089 2005-10-12 [colin]      1.9.15cvs32
10090
10091         * src/compose.c
10092                 Remove old hack of encoding signed mails with base64.
10093                 QP works equally well.
10094
10095 2005-10-12 [colin]      1.9.15cvs31
10096
10097         * src/crash.c
10098                 Replace deprecated GtkText with GtkTextView
10099         * src/imap.c
10100                 Fix a logic bug about counts in imap_select
10101                 (previously un-triggered)
10102         * src/mainwindow.c
10103         * src/summaryview.c
10104         * src/news.c
10105                 Allow local deletion of news posts
10106         * src/mimeview.c
10107                 Show GPG noticeview on the message/rfc822 part
10108                 in addition to the text/plain one
10109         * src/prefs_image_viewer.c
10110           src/plugins/pgpcore/prefs_gpg.c
10111                 Polish (set the label as part of the checkbox)
10112         * src/wizard.c
10113                 Don't sit there doing nothing after destroying
10114                 the window - return err
10115
10116 2005-10-11 [colin]      1.9.15cvs30
10117
10118         * src/folderview.c
10119                 Apply processing rules before showing folders.
10120                 Early folder show (before flags sync) will only
10121                 be done when there are no processing rules (nor
10122                 pre- or post- ones)
10123         * src/imap.c
10124                 Fix stuff related to mail subdir, creation and 
10125                 deletion of folders 
10126         * src/imap_gtk.c
10127                 Don't allow creation of folders in NoInferior
10128                 folders, as it won't work
10129
10130 2005-10-10 [colin]      1.9.15cvs29
10131
10132         * src/compose.c
10133                 Reselect "None" Privacy system when selecting an
10134                 account with no privacy system defined
10135
10136 2005-10-10 [colin]      1.9.15cvs28
10137
10138         * src/mainwindow.c
10139                 Add Windows-1252 encoding
10140         * src/prefs_common.c
10141                 Rework some defaults:
10142                 - autosave to draft by default
10143                 - don't show header pane (it's already in the textview)
10144                 - Select first new or unread mail on entry
10145                 - Assume 'Yes' to change folder when there's no more
10146                   unread message
10147         * src/prefs_matcher.c
10148                 Fix a gtk assertion failure
10149         * src/gtk/colorlabel.c
10150                 Workaround bad repainting on selection
10151         * src/main.c
10152                 Freeze/thaw (a bit faster on ssh -X)
10153         * src/msgcache.c
10154                 Get rid of StrdupConverter that just adds an
10155                 extra strdup/free 
10156         * src/etpan/imap_thread.c
10157                 memset buf to 0
10158
10159 2005-10-10 [colin]      1.9.15cvs27
10160
10161         * src/export.c
10162         * src/import.c
10163                 Fix compile on gtk 2.4. Patch by wwp
10164
10165 2005-10-09 [colin]      1.9.15cvs26
10166
10167         * src/mainwindow.c
10168         * src/messageview.c
10169         * src/summaryview.c
10170                 Clarify forward menus. Patch by wwp
10171
10172 2005-10-09 [colin]      1.9.15cvs25
10173
10174         * src/compose.c
10175         * src/compose.h
10176                 Fix bug #829 (Non-working "Encrypt message by 
10177                 default when replying to an encrypted message")
10178
10179 2005-10-08 [colin]      1.9.15cvs24
10180
10181         * src/wizard.c
10182                 Fix bug #827 ("Welcome" setup wizard after a 
10183                 permission error gives up & forgets itself.)
10184
10185 2005-10-08 [colin]      1.9.15cvs23
10186
10187         * src/procmime.c
10188                 Fix bug #828 (Ignoring headers with spaces around = sign)
10189
10190 2005-10-08 [colin]      1.9.15cvs22
10191
10192         * src/export.c
10193                 Warning fix by wwp
10194
10195 2005-10-08 [colin]      1.9.15cvs21
10196
10197         * src/folder.c
10198         * src/folder.h
10199                 Add a processing_pending indicator, set on 
10200                 folder_item_open and cleared after 
10201                 folder_item_process_open
10202         * src/folderview.c
10203         * src/summaryview.c
10204                 wrap procmsg_msginfo_*_flags, and in the
10205                 wrapper check that there's no folder processing 
10206                 pending. If there is, defer the flags change until 
10207                 processing is done to avoid stepping over each
10208                 other's toes.
10209                 Freeze during processing, but not during scanning.
10210
10211 2005-10-07 [colin]      1.9.15cvs20
10212
10213         * src/plugins/pgpcore/passphrase.c
10214                 Fix bug #826 (X-Server hangs when 
10215                 right-clicking a PGP encrypted message)
10216
10217 2005-10-07 [paul]       1.9.15cvs19
10218
10219         * src/compose.c
10220                 fix compose_entries[]
10221                 patch by Fabien Vantard
10222
10223 2005-10-06 [colin]      1.9.15cvs18
10224
10225         * src/pixmaps/address.xpm
10226         * src/pixmaps/address_book.xpm
10227         * src/pixmaps/book.xpm
10228         * src/pixmaps/check_spelling.xpm
10229         * src/pixmaps/checkbox_off.xpm
10230         * src/pixmaps/checkbox_on.xpm
10231         * src/pixmaps/close.xpm
10232         * src/pixmaps/complete.xpm
10233         * src/pixmaps/continue.xpm
10234         * src/pixmaps/deleted.xpm
10235         * src/pixmaps/down_arrow.xpm
10236         * src/pixmaps/exec.xpm
10237         * src/pixmaps/forwarded.xpm
10238         * src/pixmaps/group.xpm
10239         * src/pixmaps/ignorethread.xpm
10240         * src/pixmaps/interface.xpm
10241         * src/pixmaps/jpilot.xpm
10242         * src/pixmaps/ldap.xpm
10243         * src/pixmaps/linewrap.xpm
10244         * src/pixmaps/linewrapcurrent.xpm
10245         * src/pixmaps/mail.xpm
10246         * src/pixmaps/mail_attach.xpm
10247         * src/pixmaps/mail_compose.xpm
10248         * src/pixmaps/mail_forward.xpm
10249         * src/pixmaps/mail_receive.xpm
10250         * src/pixmaps/mail_receive_all.xpm
10251         * src/pixmaps/mail_reply.xpm
10252         * src/pixmaps/mail_reply_to_all.xpm
10253         * src/pixmaps/mail_reply_to_author.xpm
10254         * src/pixmaps/mail_send.xpm
10255         * src/pixmaps/mail_send_queue.xpm
10256         * src/pixmaps/mime_application.xpm
10257         * src/pixmaps/mime_audio.xpm
10258         * src/pixmaps/mime_image.xpm
10259         * src/pixmaps/mime_message.xpm
10260         * src/pixmaps/mime_text_enriched.xpm
10261         * src/pixmaps/mime_text_html.xpm
10262         * src/pixmaps/mime_text_plain.xpm
10263         * src/pixmaps/mime_unknown.xpm
10264         * src/pixmaps/new.xpm
10265         * src/pixmaps/news_compose.xpm
10266         * src/pixmaps/offline.xpm
10267         * src/pixmaps/online.xpm
10268         * src/pixmaps/paste.xpm
10269         * src/pixmaps/preferences.xpm
10270         * src/pixmaps/privacy_emblem_encrypted.xpm
10271         * src/pixmaps/privacy_expired.xpm
10272         * src/pixmaps/privacy_failed.xpm
10273         * src/pixmaps/privacy_passed.xpm
10274         * src/pixmaps/privacy_signed.xpm
10275         * src/pixmaps/privacy_unknown.xpm
10276         * src/pixmaps/privacy_warn.xpm
10277         * src/pixmaps/properties.xpm
10278         * src/pixmaps/replied.xpm
10279         * src/pixmaps/search.xpm
10280         * src/pixmaps/unread.xpm
10281         * src/pixmaps/up_arrow.xpm
10282         * src/pixmaps/vcard.xpm
10283                 Modernize internal theme, with icons from the 
10284                 Gnomaws theme. Keep some of the old ones where
10285                 they were better.
10286
10287 2005-10-06 [colin]      1.9.15cvs17
10288
10289         * src/summaryview.c
10290                 Little optimisations + bugfix
10291         * src/toolbar.c
10292                 Remove default useless items - useless being defined
10293                 by the default relevant prefs
10294         * src/wizard.c
10295                 include config.h to make gettext work
10296         * src/prefs_themes.c
10297                 Fix selection of current theme in prefs
10298
10299 2005-10-06 [colin]      1.9.15cvs16
10300
10301         * src/prefs_common.c
10302         * src/prefs_common.h
10303         * src/prefs_summaries.c
10304         * src/folderview.c
10305                 Add a warning dialog on Mark all read 
10306                 (with pref to get rid of it)
10307
10308 2005-10-06 [paul]       1.9.15cvs15
10309
10310         * po/nb.po
10311         * po/pt_BR.po
10312                 updated by Geir Helland and Frederico
10313                 Goncalves Guimaraes
10314
10315 2005-10-05 [colin]      1.9.15cvs14
10316
10317         * src/folder.c
10318         * src/folder.h
10319         * src/folderview.c
10320         * src/folderview.h
10321         * src/imap_gtk.c
10322         * src/mh_gtk.c
10323         * src/mainwindow.c
10324         * src/setup.c
10325                 add a way to rescan without rebuilding
10326                 make moving a bit faster (less folders changes)
10327                 don't lock the tree on Get 
10328         * src/imap.c
10329                 Don't re-delete deleted messages before expunging
10330         * src/summaryview.c
10331                 Set batch mode when deleting mails
10332
10333 2005-10-05 [paul]       1.9.15cvs13
10334
10335         * src/mainwindow.c
10336         * src/mainwindow.h
10337                 fix disabled Execute menu item
10338         * src/toolbar.c
10339                 match the change in 1.9.15cvs10: use Compose
10340                 instead of News by default
10341
10342 2005-10-04 [colin]      1.9.15cvs12
10343
10344         * src/compose.c
10345                 When replying to an ML post with Reply-To set
10346                 to the poster's email, honor it (as before),
10347                 but also honor our user's request to reply to
10348                 the mailing list: set the ML address in the To
10349                 field and the Reply-To address in the Cc: 
10350                 field.
10351
10352 2005-10-04 [colin]      1.9.15cvs11
10353
10354         * src/plugins/trayicon/trayicon.c
10355                 Finish cosmetic change - thanks to wwp
10356
10357 2005-10-04 [colin]      1.9.15cvs10
10358
10359         * src/toolbar.c
10360                 Use Compose instead of Email by default.
10361                 Spotted by wwp.
10362
10363 2005-10-04 [colin]      1.9.15cvs9
10364
10365         * src/folder.c
10366         * src/folder.h
10367         * src/folderview.c
10368         * src/imap.c
10369         * src/etpan/imap-thread.c
10370         * src/etpan/imap-thread.h
10371                 Try to make IMAP faster, by simplifying SEARCH
10372                 commands, avoiding sending two STATUS in a row,
10373                 and deferring flags sync and processing just
10374                 after displaying the folder. 
10375                 This will update the SummaryView in certain
10376                 cases (new mails not already fetched, flags
10377                 changed from another client) but in a non-
10378                 blocking manner.
10379
10380 2005-10-04 [colin]      1.9.15cvs8
10381
10382         * src/plugins/trayicon/trayicon.c
10383                 Relabel "Offline" to "Work offline"
10384
10385 2005-10-04 [colin]      1.9.15cvs7
10386
10387         * src/export.c
10388         * src/import.c
10389         * src/mbox.c
10390                 Fix mbox import/export buglets
10391                 Patch by wwp
10392         * src/plugins/trayicon/trayicon.c
10393                 Add offline swithc
10394                 Patch by wwp
10395
10396 2005-10-04 [colin]      1.9.15cvs6
10397
10398         * src/folder.c
10399         * src/folderview.c
10400         * src/summaryview.c
10401                 Better fix (don't break mark all read) for cvs2
10402
10403 2005-10-03 [colin]      1.9.15cvs5
10404
10405         * src/folder.c
10406                 Use a sane sort by default
10407
10408 2005-10-03 [colin]      1.9.15cvs4
10409
10410         * src/inc.c
10411                 Add a 'Only once' button for overriding offline mode
10412         * src/prefs_account.c
10413         * src/wizard.c
10414                 Add Local mbox to the wizard
10415                 Add IMAP subdir to the wizard (or the wizard is useless
10416                 for such accounts, or even worse than useless)
10417                 Move IMAP subdir from Advanced to Receive tab, as it's
10418                 not that uncommon
10419
10420 2005-10-03 [colin]      1.9.15cvs3
10421
10422         * src/send_message.c
10423                 Forgot this one in cvs1
10424
10425 2005-10-03 [colin]      1.9.15cvs2
10426
10427         * src/folder.c
10428                 Faster close when leaving a folder with lots
10429                 of new mails. Idea by David Relson.
10430
10431 2005-10-03 [colin]      1.9.15cvs1
10432
10433         * src/compose.c
10434         * src/imap.c
10435         * src/inc.c
10436         * src/main.c
10437         * src/messageview.c
10438         * src/news.c
10439         * src/summaryview.c
10440         * src/gtk/sslcertwindow.c
10441         * src/plugins/trayicon/trayicon.c
10442                 Add accels to every AlertPanel. Patch by Fabien 
10443                 Vantard
10444
10445 2005-10-03 [paul]       1.9.15
10446
10447         1.9.15 released
10448
10449 2005-10-03 [paul]       1.9.14cvs68
10450
10451         * po/ca.po
10452         * po/de.po
10453         * po/es.po
10454         * po/fi.po
10455         * po/fr.po
10456         * po/sk.po
10457         * po/sr.po
10458         * po/zh_CN.po
10459                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10460                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10461                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10462
10463 2005-10-03 [paul]       1.9.14cvs67
10464
10465         * src/send_message.c
10466                 prevent hang on Cancel
10467                 patch by Colin
10468
10469 2005-10-03 [paul]       1.9.14cvs66
10470
10471         * src/main.c
10472                 fix crash in IMAP caused by discrepancy
10473                 between check_at_startup and offline mode
10474                 Patch by Colin
10475
10476 2005-10-01 [paul]       1.9.14cvs65
10477
10478         * src/inc.c
10479                 fix engrish
10480
10481 2005-10-01 [paul]       1.9.14cvs64
10482         * src/export.c
10483         * src/import.c
10484                 synchronise import_mbox() and export_mbox()
10485         * src/mbox.c
10486                 proc_mbox(): add alert if file cannot be opened
10487                 export_list_to_mbox(): test if dest file exists,
10488                 prompt user to overwrite if it does. add alert
10489                 if file cannot be created
10490                                                                 
10491         Patch by wwp
10492                                                                                                                 
10493
10494 2005-09-30 [paul]       1.9.14cvs63
10495
10496         * src/addressbook.c
10497                 Fix sensitivity of a menu
10498         * src/codeconv.c
10499                 Respect hidden pref for mails with no encoding
10500         * src/common/xml.c
10501                 Fix memory corruption
10502         * src/plugins/pgpcore/sgpgme.c
10503                 Fix segfault on incomplete sigs, and display
10504                 of S/Mime UIDs
10505
10506         Patches by Colin
10507
10508 2005-09-30 [colin]      1.9.14cvs62
10509
10510         * src/partial_download.c
10511                 Little logic fix in almost-dead code
10512         * src/pop.c
10513                 Fix partial download when there's no new mail
10514
10515 2005-09-29 [paul]       1.9.14cvs61
10516
10517         * src/plugins/pgpinline/pgpinline.c
10518                 fix bug 819, 'crash accessing sign message'
10519                 Patch by Colin
10520
10521 2005-09-28 [martin]     1.9.14cvs60
10522
10523         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10524                 fix bug #790 (Crash when restarting window manager (fluxbox))
10525
10526 2005-09-28 [paul]       1.9.14cvs59
10527
10528         * src/gtk/gtkaspell.c
10529                 fix off-by-one typo
10530
10531 2005-09-27 [colin]      1.9.14cvs58
10532
10533         * src/plugins/pgpcore/sgpgme.c
10534                 Report error when there's one, instead of
10535                 "Signature unchecked" 
10536
10537 2005-09-27 [colin]      1.9.14cvs57
10538
10539         * src/prefs_quote.c
10540                 Fix bug #816 (Weird quotation with spaces)
10541
10542 2005-09-27 [colin]      1.9.14cvs56
10543
10544         * src/codeconv.c
10545         * src/compose.c
10546         * src/compose.h
10547                 Put subject in compose's title
10548                 Fix Automatic encoding so that it's really automatic:
10549                 first try default locale's charset, then charset of the replied mail, 
10550                 then utf-8
10551                 Fix encoding of headers (must be in strict mode too)
10552
10553 2005-09-26 [colin]      1.9.14cvs55
10554
10555         * src/gtk/gtkaspell.c
10556                 Fix previous patch - don't color the space,
10557                 just uncolor it :)
10558
10559 2005-09-26 [colin]      1.9.14cvs54
10560
10561         * src/gtk/gtkaspell.c
10562                 Unmark space if possible
10563
10564 2005-09-26 [colin]      1.9.14cvs53
10565
10566         * src/imap.c
10567                 log_error instead of alertpanel according to the pref
10568         * src/etpan/imap-thread.c
10569                 Print connect status, copy only necessary size to 
10570                 logger
10571         * src/plugins/pgpmime/pgpmime.c
10572                 Handle S/Mime signatures (verification only). Patch based
10573                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10574
10575 2005-09-26 [paul]       1.9.14cvs52
10576
10577         * src/common/passcrypt.c
10578                 this 'workaround' not necessary on NetBSD.
10579                 Thanks to Daniel Gustafson
10580
10581 2005-09-26 [paul]
10582
10583         1.9.15-rc4 released
10584
10585 2005-09-26 [paul]       1.9.14cvs51
10586
10587         * src/summaryview.c
10588                 Skip currently selected message when
10589                 looking for next new or unread message
10590                 in current folder. Patch by Colin
10591         * src/common/passcrypt.c
10592                 eliminate warnings on *BSD. Patch by
10593                 Daniel Gustafson
10594
10595 2005-09-26 [colin]      1.9.14cvs50
10596
10597         * src/procmsg.c
10598                 Call postfiltering hook anyway
10599
10600 2005-09-22 [colin]      1.9.14cvs49
10601
10602         * src/codeconv.c
10603         * src/codeconv.h
10604                 Add a strict mode that doesn't replace with _
10605         * src/compose.c
10606         * src/compose.h
10607                 Use strict conversion while sending
10608                 Fix race when drafting while sending (happens
10609                 on IMAP)
10610                 Fix d'n'd of messages from summaryview
10611         * src/prefs_common.c
10612         * src/prefs_common.h
10613                 add hidden utf8_instead_of_locale_for_broken_mail 
10614                 pref for people that preferred the default charset 
10615                 to be utf8 for broken mails
10616         * src/quote_fmt_parse.y
10617                 fix bug #815 (No quote insert if "From:" fied 
10618                 contained Russian letters)
10619         * src/summaryview.c
10620                 Fix d'n'd of messages to compose
10621
10622 2005-09-22 [paul]       1.9.14cvs48
10623
10624         * src/compose.c
10625                 fix bug where attachments Name entry
10626                 would display Path instead
10627
10628 2005-09-21 [paul]       1.9.14cvs47
10629
10630         * README
10631         * README.jp
10632         * configure.ac
10633         * config/config.rpath
10634         * doc/manual/en/sylpheed-20.html
10635         * doc/manual/es/sylpheed-20.html
10636         * po/bg.po
10637         * po/ca.po
10638         * po/de.po
10639         * po/es.po
10640         * po/fr.po
10641         * po/it.po
10642         * po/pt_BR.po
10643         * po/sk.po
10644         * po/zh_TW.po
10645         * src/account.c
10646         * src/account.h
10647         * src/action.c
10648         * src/action.h
10649         * src/adbookbase.h
10650         * src/addr_compl.c
10651         * src/addr_compl.h
10652         * src/addrbook.c
10653         * src/addrbook.h
10654         * src/addrcache.c
10655         * src/addrcache.h
10656         * src/addrcindex.c
10657         * src/addrcindex.h
10658         * src/addrclip.c
10659         * src/addrclip.h
10660         * src/addrdefs.h
10661         * src/addressadd.c
10662         * src/addressadd.h
10663         * src/addressbook.c
10664         * src/addressbook.h
10665         * src/addressitem.h
10666         * src/addrgather.c
10667         * src/addrgather.h
10668         * src/addrharvest.c
10669         * src/addrharvest.h
10670         * src/addrindex.c
10671         * src/addrindex.h
10672         * src/addritem.c
10673         * src/addritem.h
10674         * src/addrquery.c
10675         * src/addrquery.h
10676         * src/addrselect.c
10677         * src/addrselect.h
10678         * src/alertpanel.c
10679         * src/alertpanel.h
10680         * src/browseldap.c
10681         * src/browseldap.h
10682         * src/codeconv.c
10683         * src/codeconv.h
10684         * src/compose.c
10685         * src/compose.h
10686         * src/crash.c
10687         * src/crash.h
10688         * src/customheader.c
10689         * src/customheader.h
10690         * src/displayheader.c
10691         * src/displayheader.h
10692         * src/editaddress.c
10693         * src/editaddress.h
10694         * src/editbook.c
10695         * src/editbook.h
10696         * src/editgroup.c
10697         * src/editgroup.h
10698         * src/editjpilot.c
10699         * src/editjpilot.h
10700         * src/editldap.c
10701         * src/editldap.h
10702         * src/editldap_basedn.c
10703         * src/editldap_basedn.h
10704         * src/editvcard.c
10705         * src/editvcard.h
10706         * src/enriched.c
10707         * src/enriched.h
10708         * src/exphtmldlg.c
10709         * src/exphtmldlg.h
10710         * src/expldifdlg.c
10711         * src/expldifdlg.h
10712         * src/export.c
10713         * src/export.h
10714         * src/exporthtml.c
10715         * src/exporthtml.h
10716         * src/exportldif.c
10717         * src/exportldif.h
10718         * src/filtering.c
10719         * src/filtering.h
10720         * src/folder.c
10721         * src/folder.h
10722         * src/folder_item_prefs.c
10723         * src/folder_item_prefs.h
10724         * src/foldersel.c
10725         * src/foldersel.h
10726         * src/folderutils.c
10727         * src/folderutils.h
10728         * src/folderview.c
10729         * src/folderview.h
10730         * src/grouplistdialog.c
10731         * src/grouplistdialog.h
10732         * src/headerview.c
10733         * src/headerview.h
10734         * src/html.c
10735         * src/html.h
10736         * src/image_viewer.c
10737         * src/image_viewer.h
10738         * src/imap.c
10739         * src/imap.h
10740         * src/imap_gtk.c
10741         * src/imap_gtk.h
10742         * src/import.c
10743         * src/import.h
10744         * src/importldif.c
10745         * src/importldif.h
10746         * src/importmutt.c
10747         * src/importmutt.h
10748         * src/importpine.c
10749         * src/importpine.h
10750         * src/inc.c
10751         * src/inc.h
10752         * src/jpilot.c
10753         * src/jpilot.h
10754         * src/ldapctrl.c
10755         * src/ldapctrl.h
10756         * src/ldaplocate.c
10757         * src/ldaplocate.h
10758         * src/ldapquery.c
10759         * src/ldapquery.h
10760         * src/ldapserver.c
10761         * src/ldapserver.h
10762         * src/ldaputil.c
10763         * src/ldaputil.h
10764         * src/ldif.c
10765         * src/ldif.h
10766         * src/localfolder.c
10767         * src/localfolder.h
10768         * src/main.c
10769         * src/main.h
10770         * src/mainwindow.c
10771         * src/mainwindow.h
10772         * src/manual.c
10773         * src/manual.h
10774         * src/matcher.c
10775         * src/matcher.h
10776         * src/matcher_parser.h
10777         * src/matcher_parser_lex.l
10778         * src/matcher_parser_parse.y
10779         * src/mbox.c
10780         * src/mbox.h
10781         * src/message_search.c
10782         * src/message_search.h
10783         * src/messageview.c
10784         * src/messageview.h
10785         * src/mh.c
10786         * src/mh.h
10787         * src/mh_gtk.c
10788         * src/mh_gtk.h
10789         * src/mimeview.c
10790         * src/mimeview.h
10791         * src/msgcache.c
10792         * src/msgcache.h
10793         * src/mutt.c
10794         * src/mutt.h
10795         * src/news.c
10796         * src/news.h
10797         * src/news_gtk.c
10798         * src/news_gtk.h
10799         * src/noticeview.c
10800         * src/noticeview.h
10801         * src/partial_download.c
10802         * src/partial_download.h
10803         * src/pine.c
10804         * src/pine.h
10805         * src/pop.c
10806         * src/pop.h
10807         * src/prefs_account.c
10808         * src/prefs_account.h
10809         * src/prefs_actions.c
10810         * src/prefs_actions.h
10811         * src/prefs_common.c
10812         * src/prefs_common.h
10813         * src/prefs_compose_writing.c
10814         * src/prefs_compose_writing.h
10815         * src/prefs_customheader.c
10816         * src/prefs_customheader.h
10817         * src/prefs_display_header.c
10818         * src/prefs_display_header.h
10819         * src/prefs_ext_prog.c
10820         * src/prefs_ext_prog.h
10821         * src/prefs_filtering.c
10822         * src/prefs_filtering.h
10823         * src/prefs_filtering_action.c
10824         * src/prefs_filtering_action.h
10825         * src/prefs_folder_column.c
10826         * src/prefs_folder_column.h
10827         * src/prefs_folder_item.c
10828         * src/prefs_folder_item.h
10829         * src/prefs_fonts.c
10830         * src/prefs_fonts.h
10831         * src/prefs_gtk.c
10832         * src/prefs_gtk.h
10833         * src/prefs_image_viewer.c
10834         * src/prefs_image_viewer.h
10835         * src/prefs_matcher.c
10836         * src/prefs_matcher.h
10837         * src/prefs_message.c
10838         * src/prefs_message.h
10839         * src/prefs_msg_colors.c
10840         * src/prefs_msg_colors.h
10841         * src/prefs_other.c
10842         * src/prefs_other.h
10843         * src/prefs_quote.c
10844         * src/prefs_quote.h
10845         * src/prefs_receive.c
10846         * src/prefs_receive.h
10847         * src/prefs_send.c
10848         * src/prefs_send.h
10849         * src/prefs_spelling.c
10850         * src/prefs_spelling.h
10851         * src/prefs_summaries.c
10852         * src/prefs_summaries.h
10853         * src/prefs_summary_column.c
10854         * src/prefs_summary_column.h
10855         * src/prefs_template.c
10856         * src/prefs_template.h
10857         * src/prefs_themes.c
10858         * src/prefs_themes.h
10859         * src/prefs_toolbar.c
10860         * src/prefs_toolbar.h
10861         * src/prefs_wrapping.c
10862         * src/prefs_wrapping.h
10863         * src/privacy.c
10864         * src/privacy.h
10865         * src/procheader.c
10866         * src/procheader.h
10867         * src/procmime.c
10868         * src/procmime.h
10869         * src/procmsg.c
10870         * src/procmsg.h
10871         * src/quote_fmt.c
10872         * src/quote_fmt_parse.y
10873         * src/recv.c
10874         * src/recv.h
10875         * src/remotefolder.c
10876         * src/remotefolder.h
10877         * src/send_message.c
10878         * src/send_message.h
10879         * src/setup.c
10880         * src/setup.h
10881         * src/simple-gettext.c
10882         * src/sourcewindow.c
10883         * src/sourcewindow.h
10884         * src/ssl_manager.c
10885         * src/ssl_manager.h
10886         * src/statusbar.c
10887         * src/statusbar.h
10888         * src/stock_pixmap.c
10889         * src/stock_pixmap.h
10890         * src/summary_search.c
10891         * src/summary_search.h
10892         * src/summaryview.c
10893         * src/summaryview.h
10894         * src/syldap.c
10895         * src/syldap.h
10896         * src/textview.c
10897         * src/textview.h
10898         * src/toolbar.c
10899         * src/toolbar.h
10900         * src/undo.c
10901         * src/undo.h
10902         * src/unmime.c
10903         * src/unmime.h
10904         * src/vcard.c
10905         * src/vcard.h
10906         * src/wizard.c
10907         * src/wizard.h
10908         * src/common/base64.c
10909         * src/common/base64.h
10910         * src/common/defs.h
10911         * src/common/hooks.c
10912         * src/common/hooks.h
10913         * src/common/log.c
10914         * src/common/log.h
10915         * src/common/md5.c
10916         * src/common/md5.h
10917         * src/common/mgutils.c
10918         * src/common/mgutils.h
10919         * src/common/nntp.c
10920         * src/common/nntp.h
10921         * src/common/passcrypt.c
10922         * src/common/passcrypt.h.in
10923         * src/common/plugin.c
10924         * src/common/plugin.h
10925         * src/common/prefs.c
10926         * src/common/prefs.h
10927         * src/common/progressindicator.c
10928         * src/common/progressindicator.h
10929         * src/common/quoted-printable.c
10930         * src/common/quoted-printable.h
10931         * src/common/session.c
10932         * src/common/session.h
10933         * src/common/smtp.c
10934         * src/common/smtp.h
10935         * src/common/socket.c
10936         * src/common/socket.h
10937         * src/common/ssl.c
10938         * src/common/ssl.h
10939         * src/common/ssl_certificate.c
10940         * src/common/ssl_certificate.h
10941         * src/common/string_match.c
10942         * src/common/string_match.h
10943         * src/common/stringtable.c
10944         * src/common/sylpheed.c
10945         * src/common/sylpheed.h
10946         * src/common/template.c
10947         * src/common/template.h
10948         * src/common/timing.h
10949         * src/common/utils.c
10950         * src/common/utils.h
10951         * src/common/uuencode.c
10952         * src/common/uuencode.h
10953         * src/common/version.h.in
10954         * src/common/xml.c
10955         * src/common/xml.h
10956         * src/common/xmlprops.c
10957         * src/common/xmlprops.h
10958         * src/gtk/about.c
10959         * src/gtk/about.h
10960         * src/gtk/colorlabel.c
10961         * src/gtk/colorlabel.h
10962         * src/gtk/colorsel.c
10963         * src/gtk/colorsel.h
10964         * src/gtk/description_window.c
10965         * src/gtk/description_window.h
10966         * src/gtk/filesel.c
10967         * src/gtk/filesel.h
10968         * src/gtk/foldersort.c
10969         * src/gtk/foldersort.h
10970         * src/gtk/gtkutils.c
10971         * src/gtk/gtkutils.h
10972         * src/gtk/inputdialog.c
10973         * src/gtk/inputdialog.h
10974         * src/gtk/logwindow.c
10975         * src/gtk/logwindow.h
10976         * src/gtk/manage_window.c
10977         * src/gtk/manage_window.h
10978         * src/gtk/menu.c
10979         * src/gtk/menu.h
10980         * src/gtk/pluginwindow.c
10981         * src/gtk/pluginwindow.h
10982         * src/gtk/prefswindow.c
10983         * src/gtk/prefswindow.h
10984         * src/gtk/progressdialog.c
10985         * src/gtk/progressdialog.h
10986         * src/gtk/quicksearch.c
10987         * src/gtk/quicksearch.h
10988         * src/gtk/sslcertwindow.c
10989         * src/gtk/sslcertwindow.h
10990         * src/plugins/clamav/clamav_plugin.c
10991         * src/plugins/clamav/clamav_plugin.h
10992         * src/plugins/clamav/clamav_plugin_gtk.c
10993         * src/plugins/demo/demo.c
10994         * src/plugins/dillo_viewer/dillo_prefs.c
10995         * src/plugins/dillo_viewer/dillo_prefs.h
10996         * src/plugins/dillo_viewer/dillo_viewer.c
10997         * src/plugins/mathml_viewer/mathml_viewer.c
10998         * src/plugins/pgpcore/passphrase.c
10999         * src/plugins/pgpcore/passphrase.h
11000         * src/plugins/pgpcore/plugin.c
11001         * src/plugins/pgpcore/prefs_gpg.c
11002         * src/plugins/pgpcore/prefs_gpg.h
11003         * src/plugins/pgpcore/select-keys.c
11004         * src/plugins/pgpcore/select-keys.h
11005         * src/plugins/pgpcore/sgpgme.c
11006         * src/plugins/pgpcore/sgpgme.h
11007         * src/plugins/pgpinline/pgpinline.c
11008         * src/plugins/pgpinline/pgpinline.h
11009         * src/plugins/pgpinline/plugin.c
11010         * src/plugins/pgpmime/pgpmime.c
11011         * src/plugins/pgpmime/pgpmime.h
11012         * src/plugins/pgpmime/plugin.c
11013         * src/plugins/spamassassin/spamassassin.c
11014         * src/plugins/spamassassin/spamassassin.h
11015         * src/plugins/spamassassin/spamassassin_gtk.c
11016         * src/plugins/trayicon/trayicon.c
11017         * tools/OOo2sylpheed.pl
11018         * tools/acroread2sylpheed.pl
11019         * tools/asus_mailled.sh
11020         * tools/filter_conv.pl
11021         * tools/freshmeat_search.pl
11022         * tools/google_search.pl
11023         * tools/kmail2sylpheed.pl
11024         * tools/kmail2sylpheed_v2.pl
11025         * tools/maildir2sylpheed.pl
11026         * tools/multiwebsearch.pl
11027         * tools/newscache_clean.pl
11028         * tools/outlook2sylpheed.pl
11029         * tools/sylpheed-switcher
11030         * tools/update-po
11031         * tools/vcard2xml.py
11032         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11033                 update FSF address
11034
11035 2005-09-21 [colin]      1.9.14cvs46
11036
11037         * src/gedit-print.c
11038         * src/procmsg.c
11039         * src/procmsg.h
11040         * src/textview.c
11041         * src/summaryview.c
11042                 Remove some printing hacks (deselection/reselection),
11043                 which by the way fix printing the currently 
11044                 displayed mime part (still only text)
11045                 Plus a little optimisation of summary_show
11046
11047
11048 2005-09-20 [colin]      1.9.14cvs45
11049
11050         * src/mainwindow.c
11051         * src/messageview.c
11052                 GUI fixups: add accels, set message
11053                 view title to displayed mail's subject
11054         * src/prefs_spelling.c
11055         * src/gtk/gtkaspell.c
11056                 GUI fixups: allow underlining misspelled
11057                 words instead of coloring them (a11y!)
11058
11059 2005-09-19 [colin]
11060
11061         1.9.15rc3 released
11062
11063 2005-09-19 [colin]      1.9.14cvs44
11064
11065         * src/compose.c
11066                 Fix draft message
11067         * src/gtk/gtkaspell.c
11068                 Fix wrong test ;-)
11069
11070 2005-09-19 [colin]      1.9.14cvs43
11071
11072         * src/addressbook.c
11073                 Fix sensitivity of Delete button
11074         * src/compose.c
11075                 Warn if the requested Privacy system
11076                 is not available
11077         * src/exphtmldlg.c
11078         * src/expldifdlg.c
11079         * src/importldif.c
11080         * src/importmutt.c
11081         * src/importpine.c
11082                 Fix crappy UI
11083         * src/
11084         * src/ssl.h
11085         * src/prefs_account.h
11086         * src/prefs_account.c
11087                 Save SSL prefs even in builds that have
11088                 SSL support disable
11089         * src/imap.c
11090         * src/inc.c
11091         * src/news.c
11092         * src/send_message.c
11093                 Warn if connection should be secure, but
11094                 SSL support isn't compiled in
11095         * src/gtkaspell.c
11096                 Fix word separation on UTF-8 systems
11097                 Fixes bug #812 (Strange inline spellchecking)
11098         * src/compose.c
11099                 Warn if the requested Privacy system
11100                 is not available
11101                 Factorize offline warning
11102         * src/imap.c
11103         * src/imap_gtk.c
11104         * src/imap_gtk.h
11105         * src/inc.h
11106         * src/news_gtk.c
11107         * src/news_gtk.h
11108         * src/messageview.c
11109                 Factorize offline warning
11110
11111 2005-09-19 [paul]
11112
11113         1.9.15-rc2 released
11114
11115 2005-09-18 [colin]      1.9.14cvs42
11116
11117         * src/codeconv.c
11118         * src/codeconv.h
11119         * src/procmime.c
11120                 Add a way to get locale's charset ignoring utf-8,
11121                 and use that as default encoding for broken mails
11122
11123 2005-09-18 [colin]      1.9.14cvs41
11124
11125         * src/gtk/logwindow.c
11126                 Translate string. Patch by Fabien Vantard
11127
11128 2005-09-18 [colin]      1.9.14cvs40
11129
11130         * configure.ac
11131                 Fix bug #803 (IMAP/SSL support breaks with 
11132                 GnuTLS libetpan 0.38)
11133
11134 2005-09-18 [colin]      1.9.14cvs39
11135
11136         * src/codeconv.c
11137         * src/compose.c
11138         * src/procmime.c
11139                 More charsets fixes. Fixes bug #806 (non
11140                 ascii characters in subject line)
11141
11142 2005-09-17 [paul]       1.9.14cvs38
11143
11144         * src/folderview.c
11145         * src/mainwindow.c
11146                 fix gcc-2.95 issues
11147                 Patch by Pawel Pekala
11148
11149 2005-09-17 [colin]      1.9.14cvs37
11150
11151         * src/addrindex.c
11152                 bugfix for NO-USE LDAP compilation, patch 
11153                 by Fabien Vantard
11154
11155 2005-09-17 [colin]      1.9.14cvs36
11156
11157         * src/prefs_actions.c
11158         * src/prefs_customheader.c
11159         * src/prefs_display_header.c
11160         * src/prefs_filtering_action.c
11161         * src/prefs_matcher.c
11162         * src/prefs_toolbar.c
11163                 Fix strange casts (less elegant but
11164                 works better)
11165
11166 2005-09-16 [colin]      1.9.14cvs35
11167
11168         * src/jpilot.c
11169                 Missed that one
11170
11171 2005-09-16 [colin]      1.9.14cvs34
11172
11173         * configure.ac
11174         * src/Makefile.am
11175         * src/addr_compl.c
11176         * src/addrindex.c
11177         * src/browseldap.c
11178         * src/editldap.c
11179         * src/ldaplocate.c
11180         * src/ldapquery.c
11181         * src/ldapquery.h
11182         * src/ldapserver.c
11183         * src/ldapserver.h
11184         * src/main.c
11185         * src/matcher_parser_parse.y
11186         * src/prefs_themes.c
11187         * src/etpan/Makefile.am
11188         * src/gtk/description_window.c
11189         * src/plugins/clamav/Makefile.am
11190         * src/plugins/clamav/clamav_plugin.c
11191         * src/plugins/dillo_viewer/Makefile.am
11192         * src/plugins/pgpcore/Makefile.am
11193         * src/plugins/pgpinline/Makefile.am
11194         * src/plugins/pgpmime/Makefile.am
11195         * src/plugins/trayicon/Makefile.am
11196                 Fix 100% cpu usage in address completion list
11197                 Fix little bugs (return with no values etc)
11198                 Fix all warnings (with common CFLAGS)
11199
11200 2005-09-15 [colin]      1.9.14cvs33
11201
11202         * src/addressbook.c
11203                 Fix bug where sometimes a group's email list is empty,
11204                 force its refresh (probably fixes "Re: how to create a 
11205                 distribution list")
11206         * src/ldapquery.c
11207                 Don't return to the callback in the main thread from the
11208                 fetch thread (or face segs!)
11209
11210 2005-09-15 [paul]       1.9.14cvs32
11211
11212         * src/prefs_matcher.c
11213                 forgotten in last commit
11214
11215 2005-09-15 [paul]       1.9.14cvs31
11216
11217         * src/prefs_actions.c
11218         * src/prefs_filtering_action.c
11219         * src/prefs_quote.c
11220         * src/quote_fmt.c
11221         * src/summaryview.c
11222         * src/gtk/description_window.c
11223         * src/gtk/description_window.h
11224         * src/gtk/quicksearch.c
11225                 allow interaction with the called
11226                 description window
11227                 Patch by Anders Hammar
11228
11229 2005-09-14 [paul]       1.9.14cvs30
11230
11231         * src/compose.c
11232                 fix a little annoyance when pasting with 3rd button 
11233                 with wrap_pastes=0 and wrap_input=1
11234                 Patch by Colin
11235
11236 2005-09-14 [paul]       1.9.14cvs29
11237
11238         * src/prefs_account.c
11239                 disable 'Filter messages on receiving' for
11240                 SMTP-only accounts
11241                 Patch  by Anders Hammar
11242
11243 2005-09-14 [paul]       1.9.14cvs28
11244
11245         * po/sk.po
11246                 fix crash
11247                 updated by Andrej Kacian
11248
11249 2005-09-14 [paul]
11250
11251         1.9.15-rc1 released
11252
11253 2005-09-14 [paul]       1.9.14cvs27
11254
11255         * po/es.po
11256                 updated by Ricardo Mones Lastra
11257         * src/compose.c
11258         * src/compose.h
11259                 associate no_wrap_tags to Compose windows
11260                 instead of using a static one
11261                 Patch by Colin
11262         * src/mbox.c
11263                 fix proc_mbox()
11264                 Patch by wwp
11265         * src/textview.c
11266                 remove unneeded printf()
11267
11268 2005-09-14 [paul]       1.9.14cvs26
11269
11270         * src/addrcache.c
11271         * src/codeconv.h
11272         * src/folder.h
11273         * src/mainwindow.h
11274         * src/mh.c
11275         * src/mimeview.h
11276         * src/partial_download.c
11277         * src/pop.c
11278         * src/prefs_account.c
11279         * src/prefs_account.h
11280         * src/prefs_actions.c
11281         * src/prefs_customheader.c
11282         * src/prefs_display_header.c
11283         * src/prefs_filtering_action.c
11284         * src/prefs_matcher.c
11285         * src/prefs_toolbar.c
11286         * src/privacy.h
11287         * src/procmime.c
11288         * src/procmime.h
11289         * src/procmsg.h
11290         * src/textview.c
11291         * src/undo.h
11292         * src/common/plugin.c
11293         * src/common/session.h
11294         * src/common/socket.c
11295         * src/common/socket.h
11296         * src/common/template.c
11297         * src/gtk/gtkaspell.c
11298         * src/gtk/quicksearch.h
11299         * src/plugins/pgpcore/passphrase.c
11300         * src/plugins/pgpcore/prefs_gpg.h
11301         * src/plugins/pgpcore/select-keys.c
11302         * src/plugins/pgpcore/select-keys.h
11303         * src/plugins/pgpcore/sgpgme.c
11304         * src/plugins/pgpinline/pgpinline.c
11305         * src/plugins/pgpmime/pgpmime.c
11306         * src/plugins/trayicon/trayicon.c
11307                 fix compilation warnings
11308                 Patch by Daniel Gustafson
11309
11310 2005-09-14 [paul]       1.9.14cvs25
11311
11312         * src/addressbook.c
11313                 add missing column header, and other small
11314                 bug fixes
11315                 Patch by Anders Hammar
11316
11317 2005-09-13 [colin]      1.9.14cvs24
11318
11319         * src/gtk/gtkaspell.c
11320                 Fix non-utf8 in menu
11321                 Fix little leaks
11322                 Nullify struct members after free()s
11323
11324 2005-09-13 [colin]      1.9.14cvs23
11325
11326         * src/compose.c
11327                 Test utf8 compliance before inserting to 
11328                 buffer, and try to convert if necessary
11329         * src/procmime.c
11330                 If no charset is present, use the locale 
11331                 one instead of us-ascii
11332         * src/procmsg.c
11333                 Add Sender, List-Post and To in the checked 
11334                 headers for automatic rules creation 
11335                 (thanks to wwp)
11336         * src/prefs_themes.c
11337         * src/gtk/gtkaspell.c
11338                 Remove deprecated functions. 
11339                 patch by Daniel Gustafson
11340
11341 2005-09-12 [colin]      1.9.14cvs22
11342
11343         * src/compose.c
11344                 Fix bug #448 (Scrolling/Redraw issue with 
11345                 address-fields in Header)
11346         * src/mainwindow.c
11347         * src/summaryview.c
11348         * src/summaryview.h
11349                 Fix loss of MSG_MARKED on move/copy
11350                 Fix bug #804 (Quicksearch togglebutton doesn't 
11351                 get depressed after '/' key is pressed)
11352
11353 2005-09-12 [paul]       1.9.14cvs21
11354
11355         * AUTHORS
11356         * src/gtk/logwindow.c
11357                 add 'Clear Log' to popup menu
11358                 Patch by Anders Hammar <anders.hammar@telia.com>
11359
11360 2005-09-12 [paul]       1.9.14cvs20
11361
11362         * src/compose.c
11363                 set correct sensitivity on attachments
11364                 popup menu
11365         * src/folder.c
11366                 fix typo
11367         * src/prefs_spelling.c
11368                 fix crash when no LANG env is set
11369         * src/common/xml.c
11370                 fix crash in wizard
11371                 don't use memeory after free
11372
11373         All patches by Daniel Gustafson
11374
11375 2005-09-12 [paul]       1.9.14cvs19
11376
11377         * src/prefs_themes.c
11378                 make theme info selectable
11379         * src/gtk/description_window.c
11380                 make window non-modal
11381         * tools/README
11382                 add details of asus_mailed.sh
11383         * tools/claws.i18n.status.pl
11384                 update for new zh_TW translator
11385                 widen the output
11386                 create alternate coloured lines
11387                 improve readability
11388
11389 2005-09-10 [colin]      1.9.14cvs18
11390
11391         * src/plugins/pgpcore/select-keys.c
11392                 Better order for the buttons
11393
11394 2005-09-10 [colin]      1.9.14cvs17
11395
11396         * src/compose.c
11397         * src/plugins/pgpcore/select-keys.c
11398         * src/plugins/pgpcore/select-keys.h
11399         * src/plugins/pgpcore/sgpgme.c
11400                 Add a "Don't encrypt" button to the key
11401                 selection dialog. Fixes bug #177 (There should be a 
11402                 'Don't encrypt button in the Select Keys dialog)
11403
11404 2005-09-10 [colin]      1.9.14cvs16
11405
11406         * src/compose.c
11407                 Fix bug #572 (%X option does not work with templates)
11408
11409 2005-09-10 [colin]      1.9.14cvs15
11410
11411         * src/toolbar.c 
11412                 Remove g_print
11413
11414 2005-09-10 [colin]      1.9.14cvs14
11415
11416         * src/imap.c
11417                 Fix a possible crash
11418
11419 2005-09-09 [colin]      1.9.14cvs13
11420
11421         * src/imap.c
11422         * src/etpan/imap-thread.c
11423         * src/etpan/imap-thread.h
11424                 Fix moving from queue or drafts to normal folders
11425                 Fix bug #794 (No way to delete without expunging)
11426                 Take flags unset by other mailers into account
11427                 Take deleted flag set by other mailers into account
11428                 Fix unsetting REPLIED flag
11429                 Fix crash when capabilities can't be retrieved
11430         * src/mainwindow.c
11431         * src/mainwindow.h
11432                 Add M_DELAYED_FLAGS condition, and let the user use
11433                 Execute in order to be able to expunge deleted mails,
11434                 even if he's not in delayed execute mode
11435         * src/prefs_spelling.c
11436                 Use 'en' dictionary by default if LANG is POSIX or C
11437         * src/gtk/prefswindow.c
11438                 Fix bug #767 (Preferences windows expanding) by making
11439                 the window a bit larger when the resolution is greater
11440                 than 640x480, and by putting the prefs in a
11441                 GtkScrolledWindow.
11442
11443 2005-09-09 [paul]       1.9.14cvs12
11444
11445         * AUTHORS
11446         * configure.ac
11447         * po/zh_TW.Big5.po      ** REMOVED **
11448         * po/zh_TW.po           ** ADDED **
11449                 updated by Wei-Lun Chao
11450
11451 2005-09-09 [paul]       1.9.14cvs11
11452
11453         * src/mainwindow.c
11454                 fix asserts
11455         * src/common/xml.c
11456                 delay memory allocation until file is
11457                 opened successfully
11458                 Patch by Daniel Gustafson
11459
11460 2005-09-09 [colin]      1.9.14cvs10
11461
11462         * src/imap.c
11463                 Add guards
11464
11465 2005-09-08 [colin]      1.9.14cvs9
11466
11467         * src/compose.c
11468                 Alert when we can't save draft
11469                 Fix various wrap/color issues
11470                 Add mid-click pasting respecting wrap_paste option
11471         * src/folder.c
11472         * src/folder.h
11473         * src/folder_item_prefs.c
11474         * src/folder_item_prefs.h
11475         * src/imap.c
11476         * src/imap_gtk.c
11477         * src/imap_gtk.h
11478         * src/main.c
11479         * src/mainwindow.c
11480         * src/mainwindow.h
11481         * src/news.c
11482         * src/news_gtk.c
11483         * src/news_gtk.h
11484         * src/prefs_folder_item.c
11485                 Fix the impossibility to synchronise folders for
11486                 offline use (IMAP and NNTP are concerned)
11487
11488 2005-09-08 [colin]      1.9.14cvs8
11489
11490         * configure.ac
11491                 Build LDAP and JPilot by default if available
11492         * src/textview.c
11493                 Fix use after free
11494
11495 2005-09-08 [paul]       1.9.14cvs7
11496
11497         * doc/manual/en/sylpheed-1.html
11498         * doc/manual/en/sylpheed-18.html
11499         * doc/manual/en/sylpheed-19.html
11500         * doc/manual/en/sylpheed-4.html
11501         * doc/manual/en/sylpheed-6.html
11502         * doc/manual/en/sylpheed.html
11503                 a few minor updates, plus include some
11504                 details about plugins and their requirements
11505         * src/mainwindow.c
11506                 minor changes to English in /View/Sort
11507
11508 2005-09-07 [colin]      1.9.14cvs6
11509
11510         * doc/manual/en/sylpheed-1.html
11511         * doc/manual/en/sylpheed-10.html
11512         * doc/manual/en/sylpheed-11.html
11513         * doc/manual/en/sylpheed-12.html
11514         * doc/manual/en/sylpheed-13.html
11515         * doc/manual/en/sylpheed-14.html
11516         * doc/manual/en/sylpheed-15.html
11517         * doc/manual/en/sylpheed-16.html
11518         * doc/manual/en/sylpheed-17.html
11519         * doc/manual/en/sylpheed-18.html
11520         * doc/manual/en/sylpheed-19.html
11521         * doc/manual/en/sylpheed-2.html
11522         * doc/manual/en/sylpheed-20.html
11523         * doc/manual/en/sylpheed-21.html
11524         * doc/manual/en/sylpheed-22.html
11525         * doc/manual/en/sylpheed-3.html
11526         * doc/manual/en/sylpheed-4.html
11527         * doc/manual/en/sylpheed-5.html
11528         * doc/manual/en/sylpheed-6.html
11529         * doc/manual/en/sylpheed-7.html
11530         * doc/manual/en/sylpheed-8.html
11531         * doc/manual/en/sylpheed-9.html
11532         * doc/manual/en/sylpheed.html
11533                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11534
11535 2005-09-07 [colin]      1.9.14cvs5
11536
11537         * src/mainwindow.c
11538                 Make labels more to-the-point
11539
11540 2005-09-07 [colin]      1.9.14cvs4
11541
11542         * doc/manual/en/sylpheed-1.html
11543         * doc/manual/en/sylpheed-12.html
11544         * doc/manual/en/sylpheed-13.html
11545         * doc/manual/en/sylpheed-14.html
11546         * doc/manual/en/sylpheed-15.html
11547         * doc/manual/en/sylpheed-16.html
11548         * doc/manual/en/sylpheed-17.html
11549         * doc/manual/en/sylpheed-18.html
11550         * doc/manual/en/sylpheed-19.html
11551         * doc/manual/en/sylpheed-2.html
11552         * doc/manual/en/sylpheed-20.html
11553         * doc/manual/en/sylpheed-21.html
11554         * doc/manual/en/sylpheed-22.html
11555         * doc/manual/en/sylpheed-4.html
11556         * doc/manual/en/sylpheed-5.html
11557         * doc/manual/en/sylpheed-6.html
11558         * doc/manual/en/sylpheed-7.html
11559         * doc/manual/en/sylpheed-8.html
11560         * doc/manual/en/sylpheed-9.html
11561         * doc/manual/en/sylpheed.html
11562                 Update manual
11563
11564 2005-09-07 [colin]      1.9.14cvs3
11565
11566         * doc/faq/en/sylpheed-faq-1.html
11567         * doc/faq/en/sylpheed-faq-2.html
11568         * doc/faq/en/sylpheed-faq-3.html
11569         * doc/faq/en/sylpheed-faq.html
11570                 Update FAQ
11571
11572 2005-09-07 [colin]      1.9.14cvs2
11573
11574         * src/folderview.c
11575         * src/procmsg.c
11576         * src/summaryview.c
11577         * src/toolbar.c
11578                 Fix special subfolders:
11579                 - Inherit parent's icon
11580                 - sent contents of queues subfolders
11581                 - empty subfolders of trashes
11582         * src/mainwindow.c
11583                 Remove outdated manual and faq entries
11584         * src/common/utils.c
11585                 Add quotes around %s coming from mailcap
11586
11587 2005-09-07 [colin]      1.9.14cvs1
11588
11589         * src/compose.c
11590                 After saving draft, set modified to FALSE
11591         * src/mimeview.c
11592         * src/common/utils.c
11593         * src/common/utils.h
11594                 Try to open mime parts using what is 
11595                 indicated in ~/.mailcap or /etc/mailcap,
11596                 if possible.
11597
11598 2005-09-05 [paul]       1.9.14
11599
11600         1.9.14 released
11601
11602         * po/sk.po
11603                 updated by Andrej Kacian
11604
11605 2005-09-05 [paul]       1.9.13cvs83
11606
11607         * po/de.po
11608         * po/es.po
11609         * po/fi.po
11610         * po/fr.po
11611         * po/nb.po
11612         * po/pt_BR.po
11613         * po/sr.po
11614                 updated translations by Thomas Gilgin, Ricardo Mones
11615                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11616                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11617
11618 2005-09-04 [paul]       1.9.13cvs82
11619
11620         * src/compose.c
11621                 only warn about exceeded line length limit
11622                 on send
11623
11624 2005-09-04 [paul]       1.9.13cvs81
11625
11626         * src/compose.c
11627                 fix crash in 'line length exceeded' dialogue
11628
11629 2005-09-02 [paul]       1.9.13cvs80
11630
11631         * src/imap.c
11632                 fix bug 795, 'Connection lost IMAP'
11633                 and add statusbar prints
11634                 Patch by Colin
11635
11636 2005-09-02 [paul]       1.9.13cvs79
11637
11638         * src/compose.c
11639                 compose_wrap_paragraph() becomes
11640                 compose_beautify_paragraph()
11641                 Patch by Colin
11642
11643 2005-09-02 [colin]      1.9.13cvs78
11644
11645         * src/folderview.c
11646                 Micro-fix
11647
11648 2005-09-01 [colin]      1.9.13cvs77
11649
11650         * src/imap.c
11651                 Maybe fix bug #795 (Connection lost IMAP)
11652                 Don't try to send logout when we're disconnected.
11653         * src/summaryview.c
11654                 Include locked and marked emails in HRM
11655                 view. Fixes bug #800 (Locked messages no longer 
11656                 show up when hide read messages is used)
11657
11658 2005-09-01 [paul]       1.9.13cvs76
11659
11660         * src/prefs_common.c
11661                 fix bad cutting
11662
11663 2005-08-31 [colin]      1.9.13cvs75
11664
11665         * src/folderview.c
11666         * src/folderview.h
11667         * src/prefs_summaries.c
11668         * src/summaryview.c
11669                 Fix "go to next new", fix preference
11670                 (Open unread/next swapped)
11671
11672 2005-08-31 [paul]       1.9.13cvs74
11673
11674         * src/compose.c
11675         * src/folderview.c
11676         * src/headerview.c
11677         * src/headerview.h
11678         * src/mainwindow.c
11679         * src/prefs_common.c
11680         * src/prefs_common.h
11681         * src/prefs_fonts.c
11682         * src/summaryview.c
11683         * src/textview.c
11684         * src/common/defs.h
11685                 remove obsolete BOLD_FONT setting
11686                 fix font update in headerview and textview
11687                 headers after prefs change
11688                 Patch By Colin
11689
11690 2005-08-31 [paul]
11691
11692         1.9.14-rc4 released
11693
11694 2005-08-30 [colin]      1.9.13cvs73
11695
11696         * src/summaryview.c
11697                 When Hide read messages is selected and we
11698                 refresh the summaryview, don't remove the 
11699                 currently displayed message. Fixes bug #797
11700                 (Summary view reloads when new mail is 
11701                 downloaded in 1.9.14 rc)
11702
11703 2005-08-30 [colin]      1.9.13cvs72
11704
11705         * src/folderview.c
11706                 Fix flickering
11707         * src/mainwindow.c
11708                 Remove useless callback
11709         * src/mimeview.c
11710         * src/gtk/filesel.c
11711         * src/gtk/filesel.h
11712                 Add a filesel_select_file_save_folder() - used by Save All
11713
11714 2005-08-29 [paul]       1.9.13cvs71
11715
11716         * AUTHORS
11717         * src/matcher_parser_parse.y
11718         * src/etpan/imap-thread.c
11719                 fix building on FreeBSD
11720                 Patch by Daniel Gustafson <daniel@hobbit.se>
11721
11722 2005-08-29 [paul]       1.9.13cvs70
11723
11724         * src/plugins/pgpinline/pgpinline.c
11725                 only initialise sig result if it's been handled
11726                 Patch by Colin
11727
11728 2005-08-29 [paul]       1.9.13cvs69
11729         
11730         Patches by Colin:
11731
11732         * src/imap.c
11733         * src/common.utils.c
11734         * src/common/utils.h
11735                 optimisation
11736         * src/stock_pixmap.h
11737                 fix wrong icon reference
11738         * src/pixmaps/trash_btn.xpm
11739                 replace with nicer image
11740
11741 2005-08-28 [colin]      1.9.13cvs68
11742
11743         * src/Makefile.am
11744         * src/stock_pixmap.c
11745         * src/stock_pixmap.h
11746         * src/toolbar.c
11747         * src/pixmaps/trash_btn.xpm
11748                 Add a specific trash xpm for the button
11749
11750 2005-08-28 [colin]      1.9.13cvs67
11751
11752         * src/imap.c
11753                 Fix leak
11754
11755 2005-08-27 [colin]      1.9.13cvs66
11756
11757         * src/imap.c
11758         * src/procmime.c
11759                 Correctly fix "Problem with replies", fixes
11760                 pgpmime encryption too. 
11761
11762 2005-08-27 [colin]      1.9.13cvs65
11763
11764         * src/folder.c
11765         * src/procmsg.c
11766         * src/procmsg.h
11767         * src/summaryview.c
11768                 Fix bug #517 (messages removed from summaryview 
11769                 when moving fails)
11770
11771 2005-08-27 [colin]      1.9.13cvs64
11772
11773         * tools/Makefile.am
11774         * tools/asus_mailled.sh
11775                 Add a script to blink ASUS laptops' mail LED where there
11776                 is unread mail.
11777
11778 2005-08-27 [colin]      1.9.13cvs63
11779
11780         * src/imap.c
11781         * src/etpan/imap-thread.c
11782         * src/etpan/imap-thread.h
11783                 Implement automatic choosing of login method
11784                 Fixes bug #791
11785         * src/gtk/.cvsignore
11786                 Add sylpheed-marshal.[ch]
11787
11788 2005-08-27 [colin]      1.9.13cvs62
11789
11790         * src/common/utils.c
11791                 Fix confusing perror
11792
11793 2005-08-27 [colin]      1.9.13cvs61
11794
11795         * src/toolbar.c
11796         * src/toolbar.h
11797                 Remove A_DELETE, replace it with 
11798                 A_TRASH and A_DELETE_REAL. Automatically
11799                 rewrite config files to replace A_DELETE
11800                 with A_TRASH (no functionality change).
11801                 Fixes half of #794
11802
11803 2005-08-26 [colin]      1.9.13cvs60
11804
11805         * src/procmime.c
11806                 Previous "Problem with replies" fix brought other
11807                 problems, fixing them
11808
11809 2005-08-26 [colin]      1.9.13cvs59
11810
11811         * src/procmime.c
11812                 Fix "Problem with replies". This happened only
11813                 on IMAP...
11814         * src/procmsg.c
11815                 Factorize code a bit
11816         * src/compose.c
11817                 Speed improvement on very long messages (wrapping)
11818                 Fix signature color on Reedit and Redirect
11819                 On Reedit, don't attach pgp-signatures parts, but
11820                 set signing to On.
11821
11822 2005-08-24 [paul]       1.9.13cvs58
11823
11824         * src/compose.c
11825                 don't claim success when clicking
11826                 Cancel on the passphrase box.
11827                 Patch by Colin
11828
11829 2005-08-24 [paul]       1.9.13cvs57
11830
11831         * src/main.c
11832                 fix misplaced sylpheed.log
11833         * src/common/defs.h
11834                 define UIDL_DIR
11835
11836 2005-08-24 [paul]       1.9.13cvs56
11837
11838         * src/imap.c
11839         * src/etpan/imap-thread.c
11840         * src/etpan/imap-thread.h
11841                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11842                 Patch by Colin
11843         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11844         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11845                 remove autogenerated files
11846         * tools/kdeservicemenu/README
11847         * tools/kdeservicemenu/install.sh
11848         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11849         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11850                 use Claws icon, use 'Sylpheed-Claws' in menu,
11851                 use kdialog, and other cleanups
11852
11853 2005-08-23 [paul]       1.9.13cvs55
11854
11855         * src/compose.c
11856                 fix paste/wrap crash
11857                 Patch by Colin
11858
11859 2005-08-23 [paul]       1.9.13cvs54
11860
11861         * src/main.c
11862                 fix crash recovery
11863                 Patch by Colin
11864
11865 2005-08-23 [paul]       1.9.13cvs53
11866
11867         * src/addressbook.c
11868         * src/editaddress.c
11869                 view all data of LDAP contacts
11870                 Patch by Colin
11871
11872 2005-08-23 [paul]       1.9.13cvs52
11873
11874         * src/addressbook.c
11875                 fix issues with the Search field
11876                 Patch by Colin
11877
11878 2005-08-22 [paul]       1.9.13cvs51
11879
11880         * src/folderview.c
11881                 put name of folder in processing dialog
11882                 title
11883         * src/prefs_folder_item.c
11884                 improve english usage
11885
11886 2005-08-22 [paul]       1.9.13cvs50
11887
11888         * src/filtering.c
11889         * src/filtering.h
11890         * src/matcher.c
11891         * src/matcher_parser_lex.l
11892         * src/matcher_parser_parse.y
11893         * src/prefs_filtering.c
11894                 add Filtering/Processing rule names feature.
11895                 (the incompatible old matcherrc is saved as
11896                 matcherrc.pre_names).
11897                 Patch by Colin
11898
11899 2005-08-22 [paul]       1.9.13cvs49
11900
11901         * src/procmsg.c
11902                 fix colour labelling
11903                 Patch by Colin
11904
11905 2005-08-22 [paul]       1.9.13cvs48
11906
11907         * src/textview.c
11908                 fix open_image_cb()
11909
11910 2005-08-22 [paul]       1.9.13cvs47
11911
11912         * src/imap.c
11913                 fix bug 789, 'SC crashes with imap (CVS ver)'
11914                 Patch by Colin
11915
11916 2005-08-22 [paul]       1.9.13cvs46
11917
11918         * src/mimeview.c
11919         * src/prefs_common.c
11920         * src/common/defs.h
11921                 define reused defaults in defs.h
11922         * src/textview.c
11923                 add 'Open image' to image popup menu
11924
11925 2005-08-21 [colin]      1.9.13cvs45
11926
11927         * src/summaryview.c
11928                 Fix bug #788 (Bogus "From" address displayed)
11929
11930 2005-08-20 [colin]      1.9.13cvs44
11931
11932         * src/folder.c
11933                 Fix buf #787 (multilevel delete causes SIGSEGV)
11934
11935 2005-08-19 [colin]      1.9.13cvs43
11936
11937         * src/inc.c
11938         * src/prefs_common.c
11939         * src/prefs_common.h
11940                 Add an hidden pref to allow modifying the
11941                 update stepping in incorporation.
11942                 Patch by wwp.
11943
11944 2005-08-19 [colin]      1.9.13cvs42
11945
11946         * src/compose.c
11947         * src/procmime.c
11948                 Workaround for broken MUAs: encode 
11949                 Content-type: name: as ASCII and 
11950                 Content-Disposition: filename: as
11951                 per rfc2231
11952         * src/prefs_account.c
11953                 Fix invisible-ness of SMTP SSL prefs
11954                 in NNTP accounts
11955
11956 2005-08-19 [paul]       1.9.13cvs41
11957
11958         * src/compose.c
11959         * src/prefs_common.c
11960         * src/prefs_common.h
11961         * src/prefs_wrapping.c
11962                 paste with or without wrapping.
11963                 patch by Colin
11964
11965 2005-08-19 [paul]       1.9.13cvs40
11966
11967         * src/prefs_common.c
11968         * src/prefs_common.h
11969         * src/summaryview.c
11970                 reintroduce enable_swap_from as a
11971                 hidden pref. patch by Colin
11972         * src/quote_fmt_parse.y
11973         * src/plugins/clamav/clamav_plugin.c
11974         * src/plugins/dillo_viewer/dillo_viewer.c
11975         * src/plugins/mathml_viewer/mathml_viewer.c
11976         * src/plugins/pgpcore/sgpgme.c
11977         * src/plugins/pgpinline/pgpinline.c
11978         * src/plugins/pgpmime/pgpmime.c
11979                 tidy up. patch by Colin
11980
11981 2005-08-19 [paul]       1.9.13cvs39
11982
11983         * configure.ac
11984                 complete cvs38's sync
11985         * src/editaddress.c
11986         * src/gedit-print.c
11987         * src/mutt.c
11988         * src/etpan/etpan-log.c
11989         * src/etpan/imap-thread.c
11990         * src/gtk/gtksourceprintjob.c
11991                 fix compilation warnings
11992                 (patch by Colin)
11993
11994 2005-08-19 [paul]       1.9.13cvs38
11995
11996         sync with main:
11997
11998         * src/account.c
11999         * src/action.c
12000         * src/addrbook.c
12001         * src/addrcache.c
12002         * src/addrharvest.c
12003         * src/addrindex.c
12004         * src/codeconv.c
12005         * src/compose.c
12006         * src/crash.c
12007         * src/exporthtml.c
12008         * src/exportldif.c
12009         * src/folder.c
12010         * src/image_viewer.c
12011         * src/inc.c
12012         * src/inc.h
12013         * src/jpilot.c
12014         * src/ldif.c
12015         * src/main.c
12016         * src/matcher.c
12017         * src/mbox.c
12018         * src/messageview.c
12019         * src/mh.c
12020         * src/mimeview.c
12021         * src/msgcache.c
12022         * src/mutt.c
12023         * src/news.c
12024         * src/partial_download.c
12025         * src/pine.c
12026         * src/pop.c
12027         * src/prefs_actions.c
12028         * src/prefs_common.c
12029         * src/prefs_customheader.c
12030         * src/prefs_display_header.c
12031         * src/prefs_gtk.c
12032         * src/prefs_themes.c
12033         * src/procheader.c
12034         * src/procmime.c
12035         * src/procmsg.c
12036         * src/recv.c
12037         * src/send_message.c
12038         * src/simple-gettext.c
12039         * src/sourcewindow.c
12040         * src/textview.c
12041         * src/vcard.c
12042         * src/common/defs.h
12043         * src/common/log.c
12044         * src/common/plugin.c
12045         * src/common/prefs.c
12046         * src/common/session.c
12047         * src/common/session.h
12048         * src/common/socket.c
12049         * src/common/socket.h
12050         * src/common/ssl_certificate.c
12051         * src/common/template.c
12052         * src/common/utils.c
12053         * src/common/utils.h
12054         * src/common/xml.c
12055         * src/gtk/about.c
12056         added wrappers for C library function that
12057                 take pathname arguments.
12058                 enabled compilation with MinGW.
12059                 use GDir instead of directly using opendir().
12060                 added rename_force().
12061
12062 2005-08-19 [paul]       1.9.13cvs37
12063         
12064         patches by Colin:
12065         * src/compose.c
12066                 fix privacy settings on re-editing
12067                 a sent message
12068         * src/jpilot.c
12069                 fix encoding bug
12070         * src/folder.c
12071         * src/procmsg.c
12072         * src/procmsg.h
12073         * src/summaryview.c
12074                 flag changing optimisation
12075
12076 2005-08-18 [martin]     1.9.13cvs36
12077
12078         * commitHelper
12079             added my login
12080         * src/addrcache.c
12081         * src/addrharvest.c
12082         * src/addrindex.c
12083         * src/compose.c
12084         * src/grouplistdialog.c
12085         * src/main.c
12086         * src/mainwindow.c
12087         * src/msgcache.c
12088         * src/mutt.c
12089         * src/pine.c
12090         * src/prefs_account.c
12091         * src/prefs_themes.c
12092         * src/stock_pixmap.c
12093         * src/summaryview.c
12094         * src/gtk/about.c
12095         * src/gtk/logwindow.c
12096             removed deprecated glib and gdk stuff
12097         * src/plugins/pgpcore/select-keys.c
12098             convert attributes from locale to utf8
12099
12100 2005-08-17 [paul]       1.9.13cvs35
12101
12102         * src/account.c
12103         * src/addressbook.c
12104                 use new GTK_STOCK_ icons if available
12105         * src/summaryview.c
12106         * src/gtk/gtksctree.c
12107         * src/gtk/gtksctree.h
12108                 faster range select. patch by Colin
12109
12110 2005-08-17 [paul]       1.9.13cvs34
12111
12112         patches by colin:
12113         * src/addressbook.c
12114         * src/addressitem.h
12115                 Add an edit button for contacts, fix selections
12116                 of gtksctree items
12117         * src/editaddress.c
12118                 Change labels, let Save be always possible in the
12119                 email and user atributes tabs
12120         * src/folderview.c
12121                 fix sort issues
12122         * src/summaryview.c
12123                 select next item instead of the displayed one
12124                 after deletion
12125
12126         * src/gtk/progressdialog.c
12127                 use prefs_common.enable_rules_hint
12128
12129 2005-08-13 [hoa]        1.9.13cvs33
12130
12131         * src/etpan/imap-thread.c
12132                 fixed build on Solaris.
12133
12134 2005-08-10 [colin]      1.9.13cvs32
12135
12136         * src/procmsg.c
12137                 Fix cvs31 (missing fclose before reading
12138                 the file)
12139
12140 2005-08-10 [colin]      1.9.13cvs31
12141
12142         * src/procmsg.c
12143                 Fix procmsg_msginfo_new_from_mimeinfo() when
12144                 the MimeInfo isn't stored in memory. This fixes
12145                 replying to an attached message.
12146
12147 2005-08-10 [colin]      1.9.13cvs30
12148
12149         * src/mainwindow.c
12150                 Fix slowness in account changing
12151
12152 2005-08-10 [colin]      1.9.13cvs29
12153
12154         * src/folder.c
12155         * src/folderutils.c
12156         * src/folderview.c
12157         * src/imap_gtk.c
12158         * src/mainwindow.c
12159         * src/mh_gtk.c
12160         * src/procmsg.c
12161         * src/summaryview.c
12162                 Optimize folder_has_parent_of_type
12163                 Prevent moving special sub-folders from contextual menus
12164                 Rework message a bit ("Empty all messages" -> "Delete all
12165                 messages")
12166                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
12167                 and "Deleted Items" folders)
12168
12169 2005-08-08 [colin]      1.9.13cvs28
12170
12171         * src/summaryview.c
12172         * src/prefs_summaries.c
12173                 Make "Select first unread|new" more flexible
12174                 (just prioritize new or unread)
12175
12176 2005-08-08 [colin]      1.9.13cvs27
12177
12178         * src/summaryview.c
12179                 If "select first new" is selected and there only
12180                 are unread messages, fallback to "select first
12181                 unread".
12182
12183 2005-08-08 [colin]      1.9.13cvs26
12184
12185         * src/folder.c
12186                 Fix shameful bugs (and bug #779)
12187
12188 2005-08-08 [colin]      1.9.13cvs25
12189
12190         * src/folder.c
12191         * src/folder.h
12192                 Cache parents' type to make folder_has_parent_of_type
12193                 faster
12194         * src/folderview.c
12195                 Forbid DnD of special sub-folders
12196         * src/procmsg.c
12197         * src/procmsg.h
12198                 Add MAIL_POSTFILTERING_HOOK
12199         * src/summaryview.c
12200                 Revert over-zealous deletion of the use_addr_book 
12201                 code
12202
12203 2005-08-07 [colin]      1.9.13cvs24
12204
12205         * src/folder.c
12206                 Fix big mistake (passing MsgInfo instead 
12207                 of FolderItem)
12208
12209 2005-08-07 [colin]      1.9.13cvs23
12210
12211         * src/compose.c
12212         * src/folder.c
12213         * src/folder.h
12214         * src/foldersel.c
12215         * src/folderutils.c
12216         * src/folderview.c
12217         * src/imap.c
12218         * src/mainwindow.c
12219         * src/messageview.c
12220         * src/mh.c
12221         * src/msgcache.c
12222         * src/procmime.c
12223         * src/summaryview.c
12224                 Make subfolders of Drafts, Queue, Outbox, Trash
12225                 work like their parents. 
12226                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12227
12228 2005-08-07 [colin]      1.9.13cvs22
12229
12230         * src/addressbook.c
12231                 Fix bug #771 (Dragged contacts not saved)
12232
12233 2005-08-07 [paul]       1.9.13cvs21
12234
12235         * src/summaryview.c
12236                 fix bug 32 'Search Doesn't display results
12237                 if "Hide Read Messages" is chosen'
12238                 be more literal in interpreting 'Hide read
12239                 messages'
12240
12241 2005-08-07 [colin]      1.9.13cvs20
12242
12243         * src/folderview.c
12244                 Add debug
12245         * src/summaryview.c
12246                 Faster 'unthread_for_execution'
12247
12248 2005-08-06 [paul]       1.9.13cvs19
12249
12250         * src/mainwindow.c
12251                 add mnemonics to Set displayed columns
12252                 fix bug where msgview_visible option was
12253                 overwritten as TRUE on startup
12254
12255 2005-08-06 [paul]       1.9.13cvs18
12256
12257         * src/mainwindow.c
12258                 refer to 'displayed columns in folder/message
12259                 list' not 'displayed items in summary/message view'
12260         * src/prefs_display_header.c
12261                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12262                 be consistent with similar dialogues
12263         * src/prefs_folder_column.c
12264         * src/prefs_summary_column.c
12265                 'columns' not 'items', and folder and message lists,
12266                 instead of folder and summary views;
12267                 Use 'Hidden columns' as list heading not 'Available
12268                 items';
12269                 move the 'Remove' button to the right hand side;
12270                 top-align the buttons;
12271                 remove unneeded vbox
12272         * src/prefs_summaries.c
12273                 put the 2 column prefs buttons in a frame to reduce
12274                 overall width; refer to columns not items &c.
12275
12276 2005-08-05 [colin]      1.9.13cvs17
12277
12278         * src/prefs_common.c
12279         * src/prefs_common.h
12280         * src/mainwindow.c
12281         * src/compose.c
12282         * src/messageview.c
12283                 Add an hidden toolbar_detachable pref, so
12284                 that I can get rid of these painful handles
12285                 in the toolbars. Defaults to TRUE to avoid
12286                 changing the GUI on unsuspecting people...
12287
12288 2005-08-05 [colin]      1.9.13cvs16
12289
12290         * src/Makefile.am
12291         * src/prefs_folder_column.c
12292         * src/prefs_folder_column.h
12293                 Add prefs for folder columns
12294         * src/folderview.c
12295         * src/folderview.h
12296         * src/mainwindow.c
12297         * src/mainwindow.h
12298         * src/prefs_common.c
12299         * src/prefs_common.h
12300         * src/prefs_summaries.c
12301                 Use them
12302         * src/prefs_summary_column.c
12303         * src/summaryview.c
12304         * src/summaryview.h
12305                 Add a To column
12306         * src/textview.c
12307         * src/common/utils.c
12308         * src/common/utils.h
12309                 Move uri colourisation functions
12310                 to utils
12311         * src/compose.c
12312                 Colourise URIs
12313         * src/imap.c
12314                 Fix bug with LIST where we'd try
12315                 to get Folder//////[...]/// 
12316
12317 2005-08-05 [paul]       1.9.13cvs15
12318
12319         * src/prefs_summaries.c
12320                 improve the English usage
12321         * src/summaryview.c
12322                 set font on column change
12323                 thanks to Colin
12324
12325 2005-08-05 [paul]       1.9.13cvs14
12326
12327         * src/prefs_common.c
12328         * src/prefs_common.h
12329         * src/prefs_summaries.c
12330         * src/summaryview.c
12331                 replace 'open_unread_on_enter' option with
12332                 'select_on_entry' option. opening/not opening
12333                 is now exclusively controlled by 'always_show_msg'
12334
12335 2005-08-04 [colin]      1.9.13cvs13
12336
12337         * src/compose.c
12338                 Remove dead code
12339                 Add colourisation of quotes and signatures
12340         * src/folderview.c
12341                 Fix possible crashes
12342         * src/messageview.c
12343                 Change an assert that is no problem
12344         * src/news.c
12345         * src/news_gtk.c
12346         * src/news_gtk.h
12347                 Fix offline mode
12348         * src/gtk/quicksearch.c
12349                 Fix a possible crash
12350
12351 2005-08-03 [colin]      1.9.13cvs12
12352
12353         * src/prefs_account.c
12354                 Fix bug #777 (Sylpheed crash in account configuration)
12355
12356 2005-08-03 [colin]      1.9.13cvs11
12357
12358         * src/addressbook.c
12359         * src/editaddress.c
12360         * src/editgroup.c
12361                 Fixing addressbook, round 2
12362         * src/textview.c
12363                 Fix emphasis color on rechecking 'Colorize messages'
12364
12365 2005-08-03 [paul]       1.9.13cvs10
12366
12367         sync with main
12368
12369         * src/addr_compl.c
12370         * src/compose.c
12371         * src/main.c
12372         * src/pop.c
12373         * src/prefs_account.c
12374         * src/procmime.c
12375         * src/procmsg.c
12376         * src/quote_fmt_parse.y
12377         * src/textview.c
12378         * src/common/quoted-printable.c
12379         * src/common/utils.c
12380         * src/common/utils.h
12381         * src/common/xml.c
12382                 replaced incorrect locale-independent
12383                 ctype functions with GLib's. Corrected
12384                 signedness mismatch.
12385         * src/headerview.c
12386                 headerview_create(): added spacing for vbox.
12387         * src/gtk/about.c
12388                 set focus to the OK button.
12389
12390 2005-08-03 [colin]      1.9.13cvs9
12391
12392         * src/folderview.c
12393                 Fix possible crash
12394
12395 2005-08-02 [colin]      1.9.13cvs8
12396
12397         * src/mainwindow.c
12398                 Fix cast
12399         * src/addressbook.c
12400         * src/addressitem.h
12401                 Fix a cast and more generally, try to make the
12402                 GUI more intuitive and consistent (round 1)
12403
12404 2005-08-02 [paul]       1.9.13cvs7
12405
12406         * src/folder.h
12407                 missing in 1.9.13cvs6
12408
12409 2005-08-02 [colin]      1.9.13cvs6
12410
12411         * src/folder.c
12412                 Fix one more leak
12413
12414 2005-08-02 [colin]      1.9.13cvs5
12415
12416         * src/folder.c
12417         * src/folderview.c
12418         * src/imap.c
12419         * src/main.c
12420         * src/mbox.c
12421         * src/procmsg.c
12422         * src/summaryview.c
12423                 Fix a number of folder_item_get_msg_list()-related
12424                 leaks (missing procmsg_msginfo_free()s)
12425
12426 2005-08-01 [colin]      1.9.13cvs4
12427
12428         * src/folderview.c
12429         * src/folderview.h
12430         * src/mainwindow.c
12431         * src/prefs_fonts.c
12432         * src/prefs_summaries.c
12433         * src/prefs_themes.c
12434         * src/summaryview.c
12435         * src/summaryview.h
12436         * src/textview.c
12437         * src/textview.h
12438                 Fix instant-apply of summary and folderview-related prefs
12439                 Fix erroneous g_free and alertpanels in prefs_theme
12440                 Add instant-apply for fonts
12441                 Defer applying of prefs a little bit so it's done only
12442                 once even if requested by multiples prefs pages
12443
12444 2005-08-01 [paul]       1.9.13cvs3
12445
12446         * src/main.c
12447                 fix bug 776 'S.C. crashes on close'
12448                 thanks to Colin
12449         * src/etpan/etpan-thread-manager-types.h
12450                 add missing include
12451                 thanks to Hoa
12452
12453 2005-07-25 [paul]       1.9.13cvs2
12454
12455         * src/summaryview.c
12456                 fix typos. spotted by Fabien Vantard
12457
12458 2005-07-24 [paul]       1.9.13cvs1
12459
12460         * doc/man/sylpheed.1
12461                 update man page, incorporating fix of
12462                 bug 769 'Typo in manpage'
12463         * src/etpan/imap-thread.c
12464                 fix NetBSD openssl dependencies. patch by
12465                 George Michaelson <ggm@apnic.net>
12466         * po/pt_BR.po
12467                 updated by Frederico Goncalves Guimaraes
12468
12469 2005-07-22 [paul]       1.9.13
12470
12471         1.9.13 release
12472
12473 2005-07-22 [paul]       1.9.12cvs91
12474
12475         * AUTHORS
12476         * INSTALL
12477         * README.claws
12478         * RELEASE_NOTES.claws
12479                 updated for release
12480         * configure.ac
12481         * po/nb.po
12482         * tools/claws.i18n.status.pl
12483                 add Norwegian translation. submiited by
12484                 Geir Helland <pjallabais@users.sourceforge.net>
12485         * po/ca.po
12486         * po/de.po
12487         * po/es.po
12488         * po/fi.po
12489         * po/fr.po
12490         * po/it.po
12491         * po/sk.po
12492         * po/sr.po
12493         * po/zh_CN.po
12494                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12495                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12496                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12497                 Yang Guilong
12498         * src/plugins/clamav/clamav_plugin_gtk.c
12499         * src/plugins/spamassassin/spamassassin_gtk.c
12500                 replace outdated description strings
12501
12502 2005-07-21 [colin]      1.9.12cvs90
12503
12504         * src/folder.c
12505                 Set folder to batch mode when scanning it. Makes deletion
12506                 of unread mails on IMAP much faster (due to the UNREAD 
12507                 flag unsetting)
12508
12509 2005-07-21 [darko]      1.9.12cvs89
12510
12511         * configure.ac
12512                 link against libresolv if necessary (patch by Paul)
12513         * src/msgcache.c
12514                 use glib's portable macros to determine endianness
12515
12516 2005-07-21 [paul]       1.9.12cvs88
12517
12518         * src/crash.c
12519         * src/gtk/about.c
12520                 update compiled-in features list
12521
12522 2005-07-20 [colin]      1.9.12cvs87
12523
12524         * src/folder.c
12525         * src/textview.c
12526                 Gcc 2.9x compilation fixes, thanks to Darko
12527         * src/plugins/clamav/clamav_plugin.c
12528                 Little optimisation: load virus database only once
12529         * src/plugins/spamassassin/spamassassin.c
12530                 Big optimisation: filtering one mail took at least 1 second,
12531                 now it takes at least 50ms. Doesn't speed up spamassassin 
12532                 itself, but should already be much more tolerable.
12533
12534 2005-07-20 [colin]      1.9.12cvs86
12535
12536         * src/summaryview.c
12537                 Fix performance issue
12538
12539 2005-07-19 [colin]      1.9.12cvs85
12540
12541         * src/plugins/pgpinline/plugin.c
12542                 Fix warning
12543
12544 2005-07-19 [colin]      1.9.12cvs84
12545
12546         * configure.ac
12547         * src/plugins/Makefile.am
12548         * src/plugins/pgpinline/.cvsignore
12549         * src/plugins/pgpinline/Makefile.am
12550         * src/plugins/pgpinline/pgpinline.c
12551         * src/plugins/pgpinline/pgpinline.deps
12552         * src/plugins/pgpinline/pgpinline.h
12553         * src/plugins/pgpinline/plugin.c
12554                 Put pgpinline in the main tree
12555
12556 2005-07-19 [paul]       1.9.12cvs83
12557
12558         * src/prefs_actions.c
12559                 prevent '//' in menu names, which cause a crash
12560                 thanks to Colin
12561
12562 2005-07-19 [paul]       1.9.12cvs82
12563
12564         * configure.ac
12565                 be generally more informative in configure output.
12566                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12567                 '[ --disable-openssl ...', as --enable-openssl is default
12568                 PGP/MIME: don't check for GPGME again, check for
12569                 pgpcore instead. Therefore prevent the possibility of
12570                 attempting to build pgpmime if pgpcore dependencies are
12571                 not met
12572                 ClamAV: use pkgconfig to check for lib
12573                 libgnomeprint: revert logic on inner test to match
12574                 everything else
12575         * src/plugins/pgpcore/sgpgme.c
12576                 add missing include
12577
12578 2005-07-19 [colin]      1.9.12cvs81
12579
12580         * src/summaryview.c
12581                 Fix slow thread rebuilding in particular
12582                 cases
12583
12584 2005-07-19 [paul]       1.9.12cvs80
12585
12586         * sylpheed-claws.desktop
12587                 fix typo, spotted by Stephan Sachse
12588         * src/account.c
12589                 replace GTK_STOCK_ADD with
12590                 GTK_STOCK_NEW button
12591
12592 2005-07-18 [colin]      1.9.12cvs79
12593
12594         * src/etpan/imap-thread.c
12595                 Fix return value (Thanks Hoa)
12596
12597 2005-07-18 [colin]      1.9.12cvs78
12598
12599         * src/imap.c
12600                 Allow empty passwords
12601                 Create drafts/queue/outbox if necessary
12602         * src/summaryview.c
12603                 Remove old code
12604         * src/etpan/imap-thread.c
12605                 Fix STARTTLS (Thanks to Hoa)
12606
12607 2005-07-18 [paul]       1.9.12cvs77
12608
12609         * ChangeLog-gtk2.jp
12610         * ChangeLog.jp
12611                 removed
12612         * Makefile.am
12613                 updated to reflect additions and removals
12614         * TODO
12615                 updated to be claws-specific
12616         * TODO-gtk2
12617         * TODO-gtk2.jp
12618         * TODO.jp
12619         * sylpheed-128x128.png
12620         * sylpheed-64x64.png
12621                 removed
12622         * sylpheed-claws-128x128.png
12623         * sylpheed-claws-64x64.png
12624         * sylpheed-claws.desktop
12625         * sylpheed-claws.png
12626                 added
12627         * sylpheed.desktop
12628         * sylpheed.png
12629                 removed
12630
12631 2005-07-17 [paul]       1.9.12cvs76
12632
12633         * src/account.c
12634         * src/addressbook.c
12635         * src/alertpanel.c
12636         * src/alertpanel.h
12637         * src/compose.c
12638         * src/exphtmldlg.c
12639         * src/expldifdlg.c
12640         * src/folderview.c
12641         * src/imap_gtk.c
12642         * src/inc.c
12643         * src/message_search.c
12644         * src/messageview.c
12645         * src/mh_gtk.c
12646         * src/news_gtk.c
12647         * src/prefs_actions.c
12648         * src/prefs_filtering.c
12649         * src/prefs_matcher.c
12650         * src/prefs_template.c
12651         * src/prefs_themes.c
12652         * src/ssl_manager.c
12653         * src/summary_search.c
12654         * src/textview.c
12655         * src/toolbar.c
12656         * src/gtk/sslcertwindow.c
12657         * src/plugins/pgpcore/sgpgme.c
12658                 rework alertpanels
12659
12660 2005-07-17 [colin]      1.9.12cvs75
12661
12662         * src/privacy.c
12663                 add a PrivacySystem accessor that checks that
12664                 the system cached in a MimeInfo's privacydata
12665                 is still registered. Use this accessor instead
12666                 of directly using data->system. Fixes crashes
12667                 after unloading pgp plugins.
12668
12669 2005-07-17 [colin]      1.9.12cvs74
12670
12671         * src/alertpanel.c
12672                 Change geometry hints to a simple default size.
12673                 Fixes the certs dialogs.
12674
12675 2005-07-17 [colin]      1.9.12cvs73
12676
12677         * src/gtk/sslcertwindow.c
12678                 Use a gtkExpander
12679
12680 2005-07-17 [colin]      1.9.12cvs72
12681
12682         * src/plugins/pgpcore/Makefile.am
12683         * src/plugins/pgpmime/Makefile.am
12684                 Add gpgme libs
12685
12686 2005-07-17 [paul]       1.9.12cvs71
12687
12688         * configure.ac
12689                 add --disable-gnomeprint option
12690                 modified version of patch by Marius Mauch
12691
12692 2005-07-17 [paul]       1.9.12cvs70
12693
12694         * src/common/defs.h
12695                 update urls
12696         * src/account.c
12697         * src/action.c
12698         * src/addressbook.c
12699         * src/compose.c
12700         * src/foldersel.c
12701         * src/folderview.c
12702         * src/html.c
12703         * src/imap_gtk.c
12704         * src/main.c
12705         * src/mainwindow.c
12706         * src/messageview.c
12707         * src/mh_gtk.c
12708         * src/mimeview.c
12709         * src/news_gtk.c
12710         * src/prefs_account.c
12711         * src/prefs_send.c
12712         * src/prefs_summaries.c
12713         * src/procmsg.c
12714         * src/summaryview.c
12715         * src/common/utils.c
12716         * src/common/xml.c
12717         * src/plugins/pgpcore/passphrase.c
12718         * src/plugins/pgpcore/select-keys.c
12719                 replace inappropriately used backticks
12720                 with single quotes
12721
12722 2005-07-16 [colin]      1.9.12cvs69
12723
12724         * src/image_viewer.c
12725                 Add extra paranoid checks
12726
12727 2005-07-16 [colin]      1.9.12cvs68
12728
12729         * src/plugins/pgpcore/prefs_gpg.c
12730                 Don't auto-check sigs by default, as it
12731                 can be really slow.
12732
12733 2005-07-16 [colin]      1.9.12cvs67
12734
12735         * src/plugins/pgpcore/sgpgme.c
12736                 Make messages a bit better.
12737
12738 2005-07-16 [colin]      1.9.12cvs66
12739
12740         * src/imap.c
12741                 Remove pseudo-log
12742         * src/etpan/imap-thread.c
12743                 Add real log
12744
12745 2005-07-16 [colin]      1.9.12cvs65
12746
12747         * src/main.c
12748         * src/prefs_other.c
12749                 And now, fix build with libetpan :-/
12750
12751 2005-07-15 [colin]      1.9.12cvs64
12752
12753         * src/prefs_other.c
12754                 Continue fixing build without libetpan.
12755
12756 2005-07-15 [colin]      1.9.12cvs63
12757
12758         * src/main.c
12759                 Fix build with --disable-libetpan
12760
12761 2005-07-15 [colin]      1.9.12cvs62
12762
12763         * configure.ac
12764                 Bump libetpan's version
12765
12766 2005-07-15 [colin]      1.9.12cvs61
12767
12768         * src/etpan/imap-thread.c
12769                 Actually stop logging :)
12770
12771 2005-07-15 [colin]      1.9.12cvs60
12772
12773         * src/addressbook.c
12774                 Fix dnd of multiple addresses.
12775
12776 2005-07-15 [hoa]        1.9.12cvs59
12777
12778         * src/etpan/imap-thread.c
12779             disable login of IMAP password in libetpan log file.
12780
12781 2005-07-15 [paul]       1.9.12cvs58
12782
12783         * src/account.c
12784                 don't automatically sort
12785                 do allow drag n drop
12786
12787 2005-07-15 [paul]       1.9.12cvs57
12788
12789         * src/account.c
12790         * src/ssl_manager.c
12791                 alphabetical listing
12792
12793 2005-07-15 [paul]       1.9.12cvs56
12794
12795         * src/gtk/pluginwindow.c
12796                 sort plugin list alphabetically
12797
12798 2005-07-15 [paul]       1.9.12cvs55
12799
12800         * src/prefs_spelling.c
12801         * src/prefs_wrapping.c
12802                 unify English usage
12803
12804 2005-07-15 [colin]      1.9.12cvs54
12805
12806         * src/wizard.c
12807                 Typo fix
12808
12809 2005-07-15 [paul]       1.9.12cvs53
12810
12811         * src/prefs_message.c
12812                 make 'show cursor' a hidden option
12813
12814 2005-07-14 [colin]      1.9.12cvs52
12815
12816         * src/plugins/spamassassin/Makefile.am
12817         * src/plugins/clamav/Makefile.am
12818                 Fix double EXTRA_DISTs
12819
12820 2005-07-14 [colin]      1.9.12cvs51
12821
12822         * src/plugins/clamav/Makefile.am
12823         * src/plugins/clamav/clamav_plugin_gtk.deps
12824         * src/plugins/spamassassin/Makefile.am
12825         * src/plugins/spamassassin/spamassassin_gtk.deps
12826                 Make $plugin_gtk depend on $plugin
12827
12828 2005-07-14 [hoa]        1.9.12cvs50
12829
12830         * src/etpan/imap-thread.c
12831                 enable debug log of libetpan when running with --debug
12832
12833 2005-07-14 [colin]      1.9.12cvs49
12834
12835         * configure.ac
12836         * src/common/Makefile.am
12837         * src/common/plugin.c
12838         * src/common/plugin.h
12839                 Add a little plugin dependancy system.
12840                 Plugins can ship a $plugin_name.deps file
12841                 (near them in PLUGINDIR) so that their
12842                 dependancies are loaded if possible.
12843         * src/plugins/Makefile.am
12844         * src/plugins/pgpcore/Makefile.am
12845         * src/plugins/pgpcore/passphrase.c
12846         * src/plugins/pgpcore/passphrase.h
12847         * src/plugins/pgpcore/plugin.c
12848         * src/plugins/pgpcore/prefs_gpg.c
12849         * src/plugins/pgpcore/prefs_gpg.h
12850         * src/plugins/pgpcore/select-keys.c
12851         * src/plugins/pgpcore/select-keys.h
12852         * src/plugins/pgpcore/sgpgme.c
12853         * src/plugins/pgpcore/sgpgme.h
12854                 Introduce pgpcore, used by pgpmime and
12855                 pgpinline
12856         * src/plugins/pgpmime/Makefile.am
12857         * src/plugins/pgpmime/passphrase.c
12858         * src/plugins/pgpmime/passphrase.h
12859         * src/plugins/pgpmime/pgpmime.c
12860         * src/plugins/pgpmime/pgpmime.deps
12861         * src/plugins/pgpmime/plugin.c
12862         * src/plugins/pgpmime/prefs_gpg.c
12863         * src/plugins/pgpmime/prefs_gpg.h
12864         * src/plugins/pgpmime/select-keys.c
12865         * src/plugins/pgpmime/select-keys.h
12866         * src/plugins/pgpmime/sgpgme.c
12867         * src/plugins/pgpmime/sgpgme.h
12868                 Remove the core from pgpmime and add the
12869                 dependancy to pgpcore.
12870
12871 2005-07-14 [paul]       1.9.12cvs48
12872
12873         * src/stock_pixmap.c
12874                 forgot this in last commit
12875
12876 2005-07-14 [paul]       1.9.12cvs47
12877
12878         * src/account.c
12879         * src/addressbook.c
12880                 add accelerators for the buttons (sync with main)
12881         * src/compose.c
12882         * src/compose.h
12883                 add accelerators for the buttons.
12884                 fix editing with external editor.
12885                 replace gdk_input_*() with GIOChannel;
12886                 (sync with main)
12887         * src/foldersel.c
12888                 display folder names with new/unread
12889                 representation (sync with main)
12890         * src/main.c
12891                 specify default window icon (sync with main)
12892         * src/prefs_common.c
12893                 use_addr_book default to FALSE
12894         * src/summaryview.c
12895         * src/textview.c
12896                 add accelerators for the buttons (sync with main)
12897         * src/gtk/menu.c
12898                 fix typos
12899         * src/pixmaps/sylpheed_icon.xpm
12900                 updated
12901
12902 2005-07-13 [paul]       1.9.12cvs46
12903
12904         * src/plugins/pgpmime/pgpmime.c
12905         * src/plugins/pgpmime/sgpgme.c
12906                 (temporarily) use deprecated gpgme_data_rewind()
12907                 while largefile support is not present
12908                 (as suggested by Colin)
12909
12910 2005-07-13 [paul]       1.9.12cvs45
12911
12912         * configure.ac
12913                 remove large file support (for now):
12914                 it breaks too many things
12915
12916 2005-07-13 [paul]       1.9.12cvs44
12917
12918         * configure.ac
12919                 add large file support
12920         * src/html.c
12921                 fix bug #763 where href attribute was not
12922                 the very first attribute of a link
12923                 patch by Thomas Gilgin
12924
12925 2005-07-13 [colin]      1.9.12cvs43
12926
12927         * src/gtk/pluginwindow.c
12928                 Little portability fix
12929
12930 2005-07-13 [colin]      1.9.12cvs42
12931
12932         * src/plugins/pgpmime/sgpgme.c
12933                 Fix crasher.
12934
12935 2005-07-13 [colin]      1.9.12cvs41
12936
12937         * src/plugins/pgpmime/pgpmime.c
12938         * src/plugins/pgpmime/sgpgme.c
12939                 Use gpgme_data_release_and_get_mem instead
12940                 of gpgme_data_read.
12941
12942 2005-07-13 [colin]      1.9.12cvs40
12943
12944         * configure.ac
12945         * src/plugins/pgpmime/passphrase.c
12946         * src/plugins/pgpmime/passphrase.h
12947         * src/plugins/pgpmime/pgpmime.c
12948         * src/plugins/pgpmime/plugin.c
12949         * src/plugins/pgpmime/select-keys.c
12950         * src/plugins/pgpmime/select-keys.h
12951         * src/plugins/pgpmime/sgpgme.c
12952         * src/plugins/pgpmime/sgpgme.h
12953                 Port pgpmime to gpgme-1.0.
12954
12955 2005-07-12 [paul]       1.9.12cvs39
12956
12957         * AUTHORS
12958         * src/toolbar.c
12959         * src/toolbar.h
12960                 add a 'Go to Prev' button to the toolbar.
12961                 correct tooltip text of go to buttons.
12962                 based on patch by Yang Guilong <bamanzi@gmail.com>
12963
12964 2005-07-12 [colin]      1.9.12cvs38
12965
12966         * src/statusbar.c
12967                 Fix progress bar showing stuff at startup.
12968
12969 2005-07-12 [paul]       1.9.12cvs37
12970
12971         * src/editjpilot.c
12972                 fix building with jpilot support
12973
12974 2005-07-11 [colin]      1.9.12cvs36
12975
12976         * src/inc.c
12977                 Add visual indication that filtering is running
12978         * src/textview.c
12979                 Make {}[] uri delimiters
12980         * src/summaryview.c
12981                 Remove useless (and slow) calls
12982
12983 2005-07-11 [paul]       1.9.12cvs35
12984
12985         * src/plugins/clamav/clamav_plugin_gtk.c
12986         * src/plugins/dillo_viewer/dillo_prefs.c
12987         * src/plugins/pgpmime/prefs_gpg.c
12988         * src/plugins/spamassassin/spamassassin_gtk.c
12989                 gather plugins prefs together under their
12990                 own 'Plugins' heading
12991
12992 2005-07-11 [paul]       1.9.12cvs34
12993
12994         sync with main
12995
12996         * src/account.c
12997                 account_delete(): modified alert dialog
12998         * src/editjpilot.c
12999         * src/editvcard.c
13000                 fixed a crash when cancelling file selection
13001                 dialog by Escape key. Made non-ascii filename
13002                 selectable.
13003         * src/prefs_template.c
13004                 prefs_template_window_create(): make scrolled
13005                 window policy AUTOMATIC
13006
13007 2005-07-10 [hoa]        1.9.12cvs33
13008
13009         * src/etpan/imap-thread.c
13010                 workaround for old Courier IMAP servers.
13011
13012 2005-07-10 [colin]      1.9.12cvs32
13013
13014         * src/folder.c
13015         * src/statusbar.c
13016         * src/statusbar.h
13017                 Add visual progress indicator on filtering/processing
13018                 Factorize the progress bar code
13019         * src/imap.c
13020         * src/imap.h
13021         * src/etpan/imap-thread.c
13022                 Add a reference counter to avoid destroying the Folder
13023                 while it's in use by another callback.
13024
13025 2005-07-09 [hoa]        1.9.12cvs31
13026
13027         * src/imap.c
13028         * src/etpan/imap-thread.c
13029                 fixed deadlock when removing IMAP account.
13030
13031 2005-07-08 [colin]      1.9.12cvs30
13032
13033         * src/textview.c
13034         * src/unmime.c
13035                 Fix again problems decoding broken headers
13036         * src/gtk/inputdialog.c
13037                 Fix local variable shadowing a global one
13038
13039 2005-07-08 [colin]      1.9.12cvs29
13040
13041         * src/msgcache.c
13042                 Make the cache/mark files platform-agnostic by writing
13043                 them in little-endian format. Reading them is also done
13044                 in little-endian format, of course; however, in order
13045                 to avoid trashing mark data on big-endian machines, the
13046                 files are, at first, read from the native format if the
13047                 little-endian one doesn't exist. This is easy to deter-
13048                 mine by trying to open a file with a swapped data_ver
13049                 and seeing if it's the wanted version.
13050                 Little-endian using users should see absolutely no
13051                 difference, Big-endian users may get a very little
13052                 performance drop due to byte-swapping.
13053                 Tested on i386 and ppc32. 
13054                 Fixes bug #159 (The index file, in the mailboxes, is 
13055                 hardware depending).
13056
13057                 To have the cache/mark files updated to the new little-
13058                 endian format, "Check for new messages" or even
13059                 "Rebuild folder tree" aren't enough. Files will be
13060                 updated as soon as a folder has been opened/closed.
13061                 To update everything, just select all folders by
13062                 selecting them one by one.
13063
13064 2005-07-07 [colin]      1.9.12cvs28
13065
13066         * src/imap.c
13067                 Remember the folder separator per IMAPFolder
13068                 instead of globally.
13069                 Revive the Session on noop; fixes bug #761
13070                 (mark a bunch of unread messages as read takes 
13071                 forever)
13072
13073 2005-07-07 [darko]      1.9.12cvs27
13074
13075         * src/common/template.c
13076                 Sort templates alphabetically
13077
13078 2005-07-06 [colin]      1.9.12cvs26
13079
13080         * src/imap.c
13081                 Try to use the correct separator in
13082                 most cases. Possibly fixes bug #759
13083                 (only creates the INBOX folder when 
13084                 setting up new IMAP account) and 
13085                 bug #760 (Can't retrieve messages)
13086
13087 2005-07-06 [colin]      1.9.12cvs25
13088
13089         * src/imap.c
13090                 Use real_path in status command. This will
13091                 help later, when namespaces will be used.
13092
13093 2005-07-06 [colin]      1.9.12cvs24
13094
13095         * configure.ac
13096         * src/account.c
13097         * src/folder.c
13098         * src/imap.c
13099         * src/etpan/etpan-log.c
13100         * src/etpan/etpan-thread-manager.c
13101         * src/etpan/imap-thread.c
13102                 Add a --disable-libetpan parameter. With this,
13103                 users that don't want IMAP4 support can avoid
13104                 the new dependancy (and have no IMAP support).
13105                 Users that have IMAP4 accounts and use this
13106                 parameter won't lose their configuration, their
13107                 IMAP accounts will just be invisible and not
13108                 used.
13109         * src/textview.c
13110                 Make the "Copy ..." contextual menu items 
13111                 copy to both the X clipboard and the gtk 
13112                 clipboard - as most other apps do.
13113         * src/gtk/about.c
13114                 Add a notice about OpenSSL usage, in order to
13115                 comply with OpenSSL's license (point 6):
13116                 http://www.openssl.org/source/license.html
13117
13118 2005-07-06 [colin]      1.9.12cvs23
13119
13120         * src/alertpanel.c
13121                 Fix a minimum size for alertpanels
13122         * src/compose.c
13123                 Show 'No space left on device' type errors
13124                 when queuing/sending
13125         * src/imap_gtk.c
13126         * src/mh_gtk.c
13127                 Rework folder's deletion message (remove 
13128                 extra \n)
13129
13130 2005-07-05 [colin]      1.9.12cvs22
13131
13132         * src/imap.c
13133                 Add an alertpanel on auth error
13134                 Add pseudo-log
13135                 Remove pthread-related stuff
13136
13137 2005-07-05 [colin]      1.9.12cvs21
13138
13139         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13140                 Fix crash on plugin reloading (with a hack)
13141
13142 2005-07-05 [colin]      1.9.12cvs20
13143
13144         * src/prefs_account.c
13145         * src/prefs_account.h
13146                 Fix typo
13147         * src/gtk/filesel.c
13148         * src/gtk/filesel.h
13149                 Add a way to filter the view
13150         * src/gtk/pluginwindow.c
13151                 Filter loadable stuff
13152         * src/plugins/pgpmime/prefs_gpg.c
13153                 Fix missing unregistration
13154         * .cvsignore
13155         * src/etpan/.cvsignore
13156         * src/plugins/spamassassin/.cvsignore
13157                 Add more stuff to cvs ignored files
13158
13159 2005-07-04 [colin]      1.9.12cvs19
13160
13161         * src/imap.c
13162                 Fix scan_required returning FALSE when it
13163                 shouldn't. Maybe fix #760 (Can't retrieve
13164                 messages)
13165
13166 2005-07-04 [colin]      1.9.12cvs18
13167
13168         * src/summaryview.c
13169                 Fix always_show_msg pref
13170
13171 2005-07-04 [paul]       1.9.12cvs17
13172
13173         sync with main (forgotten in last commit)
13174         
13175         * src/common/utils.c
13176         * src/common/utils.h
13177                 check_line_length(): new.
13178                 is_dir_exist()
13179                 is_file_entry_exist()
13180                 dirent_is_regular_file()
13181                 dirent_is_directory(): use g_file_test() instead of stat().
13182
13183 2005-07-04 [paul]       1.9.12cvs16
13184
13185         sync with main:
13186
13187         * src/compose.c
13188                 compose_write_to_file(): check for line
13189                 length limit and display warning if exceeds
13190         * src/jpilot.c
13191                 use get_home_dir() instead of g_get_home_dir()
13192         * src/procheader.c
13193                 removed warning about invalid date
13194         * src/vcard.c
13195                 use get_home_dir() instead of g_get_home_dir()
13196
13197 2005-07-04 [paul]       1.9.12cvs15
13198
13199         * src/stock_pixmap.c
13200                 fix new pixmap naming errors
13201                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
13202
13203 2005-07-04 [colin]      1.9.12cvs14
13204
13205         * src/imap.c
13206                 Fix debugging string with a warning
13207
13208 2005-07-04 [colin]      1.9.12cvs13
13209
13210         * configure.ac
13211                 Add a check for libetpan's version (>= 0.37)
13212
13213 2005-07-04 [hoa]        1.9.12cvs12
13214
13215         * commitHelper
13216         * src/imap.c
13217         * src/etpan/imap-thread.c
13218         * src/etpan/imap-thread.h
13219                 fixed IMAP implementation of check of mails.
13220
13221 2005-07-03 [hoa]        1.9.12cvs11
13222
13223         * src/etpan/Makefile.am
13224         * src/etpan/etpan-errors.h
13225         * src/etpan/etpan-log.[ch]
13226         * src/etpan/etpan-thread-manager-types.h
13227         * src/etpan/etpan-thread-manager.[ch]
13228         * src/etpan/imap-thread.[ch]
13229         * src/Makefile.am
13230         * src/imap.c
13231         * src/main.c
13232         * src/prefs_other.c
13233         * configure.ac
13234             merged imap branch.
13235             dependency on libetpan 0.37 is now added.
13236
13237 2005-07-01 [colin]      1.9.12cvs10
13238
13239         * src/Makefile.am
13240         * src/folder.c
13241         * src/folder.h
13242         * src/folderview.c
13243         * src/stock_pixmap.c
13244         * src/stock_pixmap.h
13245         * src/plugins/trayicon/trayicon.c
13246                 Add marked symbol on folders containing
13247                 marked messages
13248         * src/procmsg.c
13249         * src/procmsg.h
13250         * src/toolbar.c
13251         * src/prefs_common.c
13252         * src/prefs_common.h
13253         * src/prefs_send.c
13254                 Add an optional confirmation dialog on queue
13255                 sending. Patch by wwp.
13256         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13257         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13258         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13259         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13260         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13261         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13262         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13263         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13264         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13265         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13266         * src/pixmaps/trash_mark.xpm            ** ADDED **
13267                 New pixmaps
13268
13269 2005-07-01 [colin]      1.9.12cvs9
13270
13271         * src/summaryview.c
13272                 Fix a little threading bug
13273         * src/addrgather.c
13274         * src/mainwindow.c
13275                 A little bit of HIG normality never hurts
13276
13277 2005-07-01 [colin]      1.9.12cvs8
13278
13279         * src/compose.c
13280         * src/msgcache.c
13281         * src/pop.c
13282         * src/procmime.c
13283         * src/recv.c
13284         * src/common/log.c
13285         * src/common/template.c
13286         * src/common/utils.c
13287         * src/common/utils.h
13288                 Reverted the fwrite_atomic stuff. In fact
13289                 it is already atomic.
13290
13291 2005-06-30 [colin]      1.9.12cvs7
13292
13293         * src/common/utils.c
13294         * src/common/utils.h
13295                 Add an fwrite_atomic() function to make
13296                 sure we write everything: fwrite can make
13297                 short writes.
13298         * src/compose.c
13299         * src/msgcache.c
13300         * src/pop.c
13301         * src/procmime.c
13302         * src/recv.c
13303         * src/common/log.c
13304         * src/common/template.c
13305                 Use that (and fix swapping of size and nmemb).
13306                 Thanks to Rich Coe for the heads up.
13307
13308 2005-06-30 [colin]      1.9.12cvs6
13309
13310         * src/addressbook.c
13311                 Optimize addressbook opening 
13312
13313 2005-06-30 [colin]      1.9.12cvs5
13314
13315         * src/summaryview.c
13316                 Remove calls to summary_step after move/copy
13317
13318 2005-06-28 [paul]       1.9.12cvs4
13319
13320         * src/alertpanel.c
13321                 wrap and make the error msg selectable
13322
13323 2005-06-28 [paul]       1.9.12cvs3
13324
13325         * src/ssl_manager.c
13326                 replace the OK button with a Close button
13327         * src/gtk/foldersort.c
13328                 use GTK_STOCK_ icons/buttons
13329
13330 2005-06-28 [colin]      1.9.12cvs2
13331
13332         * src/gedit-print.c             ** ADDED **
13333         * src/gedit-print.h             ** ADDED **
13334         * src/gtk/gtksourceprintjob.c   ** ADDED **
13335         * src/gtk/gtksourceprintjob.h   ** ADDED **
13336                 I can't believe no one had enough time to tell
13337                 me I forgot the `cvs add`
13338
13339 2005-06-27 [colin]      1.9.12cvs1
13340
13341         * src/Makefile.am
13342         * src/gtk/Makefile.am
13343         * src/messageview.c
13344         * src/procmsg.c
13345         * src/summaryview.c
13346         * configure.ac
13347                 Add optional libgnomeprint-based printing
13348         * src/mainwindow.c
13349         * src/gtk/quicksearch.c
13350                 Add an Edit/Quick search menu item to show
13351                 and focus the quicksearch
13352
13353 2005-06-27 [paul]       1.9.12
13354
13355         1.9.12 release
13356
13357         * po/ca.po
13358         * po/de.po
13359         * po/es.po
13360         * po/fr.po
13361         * po/it.po
13362         * po/ko.po
13363         * po/pt_BR.po
13364         * po/sk.po
13365         * po/zh_CN.po
13366                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13367                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13368                 SungHyun Nam, Frederico Goncalves Guimaraes,
13369                 Andrej Kacian, and Yang Guilong
13370 2005-06-26 [colin]      1.9.11cvs106
13371
13372         * src/imap_gtk.c
13373                 Forgot one file for previous fix
13374
13375 2005-06-26 [colin]      1.9.11cvs105
13376
13377         * src/folder.c
13378         * src/imap.c
13379                 Fix problems with folder operations in no_select
13380                 imap folders. it applies only to mails, and 
13381                 creation/deletion/move/renaming of folders 
13382                 should be possible
13383
13384 2005-06-26 [paul]       1.9.11cvs104
13385
13386         * src/prefs_filtering.c
13387                 replace one more GTK_STOCK_REMOVE
13388                 with GTK_STOCK_DELETE
13389
13390 2005-06-25 [colin]      1.9.11cvs103
13391
13392         * src/imap.c
13393                 Optimize get_seq_set_from_seq_list
13394                 (Patch by Ricardo) 
13395
13396 2005-06-25 [colin]      1.9.11cvs102
13397
13398         * src/mh.c
13399                 If the directory exists, but not in the
13400                 correct encoding, rename it. This should
13401                 handle old-versions-induced bugs.
13402
13403 2005-06-25 [colin]      1.9.11cvs101
13404
13405         * src/mh.c
13406                 Fix path access with extended dir names
13407                 Fixes bug #589 (SC segfaults with wrong locale
13408                 settings)
13409
13410 2005-06-25 [colin]      1.9.11cvs100
13411
13412         * src/prefs_account.c
13413         * src/prefs_account.h
13414         * src/compose.c
13415                 Add an option to encrypt replies to
13416                 encrypted messages
13417
13418 2005-06-25 [colin]      1.9.11cvs99
13419
13420         * src/compose.c
13421         * src/quote_fmt_parse.y
13422                 ... And make it work with pgpinline.
13423
13424 2005-06-25 [colin]      1.9.11cvs98
13425
13426         * src/compose.c
13427         * src/procmime.c
13428         * src/procmime.h
13429         * src/quote_fmt_parse.y
13430                 o Make reedition of encrypted messages possible
13431                   (as long as it is encrypted to self too, no
13432                    magic there)
13433                 o Make replying with quote (and without selecting
13434                   text) possible for encrypted messages.
13435                 Closes bug #550 (Not possible to "reply with quote"
13436                 to gnupg encrypted messages)
13437
13438 2005-06-24 [paul]       1.9.11cvs97
13439
13440         * src/imap.c
13441                 add missing include
13442
13443 2005-06-24 [paul]       1.9.11cvs96
13444
13445         * src/editldap.c
13446                 made bind password entry invisible
13447                 (sync with main)
13448         * src/send_message.c
13449                 send_message_local(): check exit status
13450                 to detect errors (sync with main)
13451         * src/textview.c
13452                 use main's less ambiguous popup menu
13453                 wording
13454
13455 2005-06-24 [paul]       1.9.11cvs95
13456
13457         * src/prefs_actions.c
13458         * src/prefs_customheader.c
13459         * src/prefs_display_header.c
13460         * src/prefs_filtering_action.c
13461         * src/prefs_matcher.c
13462         * src/prefs_template.c
13463         * src/prefs_toolbar.c
13464                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13465         * src/gtk/description_window.c
13466                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13467
13468 2005-06-23 [colin]      1.9.11cvs94
13469
13470         * src/summaryview.c
13471                 Fix rough edges (be sure to call status_show whenever
13472                 necessary).
13473
13474 2005-06-23 [colin]      1.9.11cvs93
13475
13476         * src/summaryview.c
13477                 Optimize Select All
13478                 Before, in a 5K mails folder: 11s
13479                 After, in the same folder: 58000µs
13480                 The joys of locking... gtk_clist_select_all() fires a 
13481                 tree-select-row event for each selected row, which in 
13482                 summaryview, callbacks summary_selected which in turn,
13483                 calls summary_status_show, which walks the selected
13484                 rows. Hence, calling gtk_clist_select_all was 
13485                 exponential. Locking the summaryview makes 
13486                 summary_selected return early.
13487
13488 2005-06-23 [colin]      1.9.11cvs92
13489
13490         * src/imap.c
13491                 Move mutex at the important place to avoid
13492                 deadlocks
13493         * src/summaryview.c
13494                 Fix Del key deleting directly instead of
13495                 moving to trash
13496
13497 2005-06-22 [colin]      1.9.11cvs91
13498
13499         * src/plugins/spamassassin/libspamc.c
13500                 As we do spagetti code with assignations in multiple
13501                 places (see _message_read_raw where out = msg = raw),
13502                 let's be sure we don't free the same pointer twice.
13503                 Should fix bug #683 (Crash in libpam at 
13504                 message_cleanup).
13505
13506 2005-06-22 [colin]      1.9.11cvs90
13507
13508         * src/compose.c
13509         * src/messageview.c
13510         * src/toolbar.c
13511                 Make toolbar's delete use the move to trash stuff;
13512                 Add gtk_widget_realize to be sure pixmaps can get
13513                 created (that may fix an old worksforme bug which
13514                 I can't find back...)
13515
13516 2005-06-22 [colin]      1.9.11cvs89
13517
13518         * src/summaryview.c
13519         * src/summaryview.h
13520         * src/mainwindow.c
13521                 Rename "Message/Delete" to "Message/Move to trash"
13522                 Add "Message/Delete..." that directly destroys the
13523                 selected messages after asking for a confirmation.
13524
13525 2005-06-22 [colin]      1.9.11cvs88
13526
13527         * src/imap.c
13528                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13529                 o Fix a deadlock (thanks Darko)
13530
13531 2005-06-22 [colin]      1.9.11cvs87
13532
13533         * src/gtk/foldersort.c
13534                 Add missing include for the i18n;
13535                 patch by Fabien Vantard
13536
13537 2005-06-21 [colin]      1.9.11cvs86
13538
13539         * src/folder.c
13540         * src/folderview.c
13541                 Respect the no_select flag
13542         * src/imap.c
13543                 Fix recursive deletion
13544         * src/imap_gtk.c
13545         * src/mh_gtk.c
13546                 Make the folder deletion's warning
13547                 more explicit
13548
13549 2005-06-21 [colin]      1.9.11cvs85
13550
13551         * src/textview.c
13552                 Prevent email addresses from spanning accross
13553                 lines - fixes bug # 646 (newline-chars in 
13554                 email addresses)
13555
13556 2005-06-20 [colin]      1.9.11cvs84
13557
13558         * src/folder.c
13559                 Be sure not to remove source if copy failed
13560
13561 2005-06-20 [colin]      1.9.11cvs83
13562
13563         * src/folderview.c
13564         * src/imap_gtk.c
13565                 remove summaryview's lock
13566         * src/imap.c
13567                 introduce threads to avoid problems when foreground tasks
13568                 interfere with background tasks
13569         * src/mh.c
13570                 prevent moving to drafts/queue
13571         * src/mimeview.c
13572                 fix leak
13573
13574 2005-06-19 [colin]      1.9.11cvs82
13575
13576         * src/imap_gtk.c
13577                 Remember that the user doesn't want to override
13578                 offline mode, for 3 seconds. It avoid presenting
13579                 him with N popups in a really short time.
13580
13581 2005-06-17 [colin]      1.9.11cvs81
13582
13583         * src/imap.c
13584                 Fix IMAP breaking on folders containing '('
13585                 (Probably won't be enough)
13586
13587 2005-06-17 [colin]      1.9.11cvs80
13588
13589         Forgotten files on 1.9.11cvs79
13590         * src/summaryview.c
13591                 Fix stepping when not immediately executing
13592         * src/imap.c
13593                 Really prevent UID FETCH 0
13594         * src/codeconv.c
13595                 Fix outgoing charset never set to utf-8
13596         * src/mh.c
13597                 Fix leak
13598
13599 2005-06-16 [colin]      1.9.11cvs79
13600
13601         * src/compose.c
13602                 Fix bug #707 (Dash splits rows)
13603                 Only wrap if we're on a line break position and
13604                 the previous one was a "white" (space) char.
13605                 Pango stuff is weird.
13606
13607 2005-06-16 [colin]      1.9.11cvs78
13608
13609         * src/imap_gtk.c
13610                 Lock summaryview while downloading messages
13611                 on user demand
13612         * src/procheader.c
13613         * src/unmime.c
13614         * src/common/utils.c
13615         * src/common/utils.h
13616                 Replace \r and \n with spaces in From and
13617                 Subject headers
13618
13619 2005-06-16 [paul]       1.9.11cvs77
13620
13621         * src/procmime.c
13622                 liberalise the mime parser
13623         * src/gtk/about.c
13624                 add text wrapping
13625
13626 2005-06-16 [paul]       1.9.11cvs76
13627
13628         * src/gtk/about.c
13629                 reworked
13630
13631 2005-06-15 [colin]      1.9.11cvs75
13632
13633         * src/compose.c
13634                 Finish header encoding fix
13635         * src/summaryview.c
13636                 Fix segfault
13637         * src/headerview.c
13638                 Fix compilation (Thanks Stephan
13639                 Sachse)
13640
13641 2005-06-15 [colin]      1.9.11cvs74
13642
13643         * Makefile.am
13644                 Install gnome2 stuff rather than gnome1, 
13645                 if both are present
13646         * src/codeconv.c
13647         * src/codeconv.h
13648         * src/compose.c
13649                 Fix headers encoding
13650         * src/folder.c
13651                 Visual progress when fetching all messages
13652         * src/folderview.c
13653         * src/summaryview.c
13654         * src/summaryview.h
13655                 Prevent changing current message while
13656                 incorporating
13657
13658 2005-06-15 [paul]       1.9.11cvs73
13659
13660         * src/gtk/gtkaspell.c
13661         * src/gtk/gtkaspell.h
13662                 fix build warnings
13663
13664 2005-06-15 [paul]       1.9.11cvs72
13665
13666         * src/prefs_filtering.c
13667                 allow reordering of filter rules by
13668                 drag n drop
13669
13670 2005-06-15 [paul]       1.9.11cvs71
13671
13672         * COPYING
13673                 updated
13674         * src/codeconv.c
13675                 replace deprecated function
13676         * src/inc.c
13677         * src/send_message.c
13678         * src/gtk/progressdialog.c
13679         * src/gtk/progressdialog.h
13680                 salvage and reuse parts of reverted sync
13681
13682 2005-06-15 [paul]       1.9.11cvs70
13683
13684         * src/inc.c
13685         * src/send_message.c
13686         * src/gtk/progressdialog.c
13687         * src/gtk/progressdialog.h
13688                 revert yesterday's sync with main
13689                 it contains deprecated functions
13690
13691 2005-06-15 [colin]      1.9.11cvs69
13692
13693         * src/headerview.c
13694                 Fix bug #670 (multi user to: will corrupt message 
13695                 headers display)
13696
13697 2005-06-15 [colin]      1.9.11cvs68
13698
13699         * src/compose.c
13700                 Fix bug #421 (Fix undo on wrapping)
13701
13702 2005-06-15 [colin]      1.9.11cvs67
13703
13704         * src/folder.c
13705                 Provide visual feedback while processing
13706                 folder's rules.
13707         * src/imap.c
13708                 Provide visual feedback while getting
13709                 short headers (for uncached messages)
13710
13711
13712 2005-06-14 [paul]       1.9.11cvs66
13713
13714         * src/account.c
13715                 change a couple stock icons
13716         * src/inc.c
13717         * src/send_message.c
13718         * src/gtk/progressdialog.c
13719         * src/gtk/progressdialog.h
13720                 sync main's GtkTreeView implementation
13721
13722 2005-06-14 [colin]      1.9.11cvs65
13723
13724         * src/imap.c
13725                 Various little fixes, mainly on error paths
13726
13727 2005-06-13 [colin]      1.9.11cvs64
13728
13729         * matcher.c
13730         * procmsg.c
13731         * procmsg.h
13732                 Add a way to fetch only headers. This speeds
13733                 up filtering on headers for IMAP. Fixes:
13734                 bug #481 extraneous imap commands slow down 
13735                         imap filtering
13736                 bug #522 Sylpheed downloads all messages 
13737                         when opening mailbox (IMAP)
13738                 bug #677 IMAP fetch is soooooooooooooo slow
13739         * src/folder.c
13740         * src/folder.h
13741                 Add a folder set_batch method so that
13742                 implementations can speed up flags changes
13743         * src/folderutils.c
13744         * src/summaryview.c
13745                 Use that in mark as (un)read and mark all read
13746                 Refix bug #679
13747         * src/imap.c
13748                 Implement set_batch - brings back deferred
13749                 flags in a less buggy manner. Fixes:
13750                 bug #729 IMAP immediate expunge of deleted messages
13751                 bug #191 remove list of messages with one command
13752                 Fix login with strange chars
13753                 Implement fetch_msg_full
13754                 Fix copy (wrong counts)
13755
13756 2005-06-12 [colin]      1.9.11cvs63
13757
13758         * src/folder.c
13759                 lock incorporation during long operations.
13760                 Avoids fucking up the IMAP socket.
13761
13762 2005-06-12 [colin]      1.9.11cvs62
13763
13764         * src/imap.c
13765                 Fix harmful typo
13766                 Factorize remove_all_msg
13767                 Thread-ize expunge
13768         * src/summaryview.c
13769                 Don't update partial-download status if unnecessary
13770         * src/folder.c
13771                 Use remove_msgs everywhere possible
13772
13773 2005-06-12 [colin]      1.9.11cvs61
13774
13775         * src/folder.c
13776         * src/folder.h
13777                 Add a remove_msgs function to remove a 
13778                 list of messages
13779         * src/imap.c
13780                 Implement that.
13781
13782 2005-06-12 [colin]      1.9.11cvs60
13783
13784         * src/imap.c
13785                 Remove flags-processing deferring... Too hard
13786                 to get it to work in all cases.
13787
13788 2005-06-11 [colin]      1.9.11cvs59
13789
13790         * src/imap.c
13791                 printf -> debug_print
13792
13793 2005-06-11 [colin]      1.9.11cvs58
13794
13795         * src/imap.c
13796                 o Fix build without USE_PTHREAD
13797                 o Factorize imap_open
13798                 o Alertpanel in case of impossible connection
13799                 o Alertpanel in case of impossible login
13800                 o Fix deferred flags processing to force a 
13801                   flush before adding some more flags to process,
13802                   but in another folder.
13803
13804 2005-06-10 [colin]      1.9.11cvs57
13805
13806         * src/imap.c
13807                 o Fix a format string error
13808                 o init ssl socket outside of the thread 
13809                   (it possibly invokes gtk calls)
13810         * src/procmime.c
13811                 o Put back the buffer to its necessary size
13812                 o Fix changing a file pointer without keeping
13813                   track of it (thanks Valgrind)
13814         * src/common/smtp.c
13815                 o Fix automatic STARTTLS if login should be done
13816                   and the server only allows it after starting TLS
13817         * src/gtk/gtkinputdialog.c
13818                 o Eat GDK_Return so that the combo popup doesn't 
13819                   appear when we press Enter to validate the combo
13820                   input dialog (as seen in the Open with... dialog)
13821
13822 2005-06-10 [colin]      1.9.11cvs56
13823
13824         * src/imap.c
13825                 o A bit less debug
13826                 o Fix a crash on deletion
13827                 o Threadize imap_select (it's called outside of 
13828                   threads)
13829                 o Defer treatment of DELETED flags
13830
13831
13832 2005-06-09 [colin]      1.9.11cvs55
13833
13834         * src/imap.c
13835                 Make sure we check imap_gtk_should_override(), which
13836                 potentially calls gtk stuff, before creating thread.
13837                 That way it should't be called via imap_get_session()
13838                 inside a thread.
13839
13840 2005-06-09 [colin]      1.9.11cvs54
13841
13842         * src/imap.c
13843                 o add a bit of status output
13844                 o remove some dead code
13845                 o threadize get_list_of_uids
13846                 o threadize imap_get_flags
13847                 o defer flag changing by 500ms so that they
13848                   can be batched
13849
13850
13851 2005-06-08 [colin]      1.9.11cvs53
13852
13853         * src/imap.c
13854                 Thread-ize imap_cmd_fetch
13855
13856 2005-06-08 [colin]      1.9.11cvs52
13857
13858         * src/main.c
13859                 Mmh, that broke POP3...
13860
13861 2005-06-08 [colin]      1.9.11cvs51
13862
13863         * src/main.c
13864                 Stabilize IMAP patch (thanks to Hoa)
13865
13866 2005-06-08 [colin]      1.9.11cvs50
13867
13868         * src/imap.c
13869                 Test patch to speed up imap. 
13870
13871 2005-06-08 [colin]      1.9.11cvs49
13872
13873         * src/imap_gtk.c
13874                 Warning fix
13875         * src/procmime.c
13876                 Apply patch from gentoo to use /usr/share/mime/globs if 
13877                 available, after un-breaking it
13878         * src/common/log.c
13879         * src/common/log.h
13880                 Use g_timeout for invoking hooks that possibly use gtk
13881                 calls. This should leave gtk calls in the main thread.
13882
13883 2005-06-08 [paul]       1.9.11cvs48
13884
13885         * src/codeconv.c
13886                 conv_get_outgoing_charset_str(): don't
13887                 use prefs_common setting
13888         * src/compose.c
13889         * src/compose.h
13890                 add /Options/Character encoding/... to
13891                 temporarily change the outgoing encoding
13892
13893         (belated sync with main)
13894
13895 2005-06-08 [paul]       1.9.11cvs47
13896
13897         * src/compose.c
13898                 correction to/completion of last
13899                 sync with main
13900
13901 2005-06-08 [paul]       1.9.11cvs46
13902
13903         sync with main:
13904         
13905         * src/codeconv.c
13906         * src/codeconv.h
13907                 always enabled Japanese auto-detection
13908                 if the first letters of locale string
13909                 is "ja"
13910         * src/compose.c
13911                 don't use "destroy" signal to destroy
13912                 Compose object (fix rare crashes on discard?)
13913         * src/mainwindow.c
13914         * src/messageview.c
13915         * src/prefs_send.c
13916                 added Hebrew encodings
13917         * src/sourcewindow.c
13918                 don't use "destroy" signal to destroy
13919                 objects
13920
13921 2005-06-07 [colin]      1.9.11cvs45
13922
13923         * src/summaryview.c
13924                 Add missing unlocks/locks
13925
13926 2005-06-07 [paul]       1.9.11cvs44
13927
13928         * src/summaryview.c
13929                 restore bug #749 fix
13930
13931 2005-06-06 [colin]      1.9.11cvs43
13932
13933         * src/summaryview.c
13934                 Fix selection bug when prefs_common.open_unread 
13935                 is FALSE
13936
13937 2005-06-06 [colin]      1.9.11cvs42
13938
13939         * src/common/md5.c
13940                 Fix a warning
13941         * src/summaryview.c
13942         * src/folderview.c
13943                 Factorize long operations beginning and end
13944                 (locking, freezing/thawing, cursor, ...)
13945                 Check selection->data member in selection-
13946                 related loops; this avoids dying an awful
13947                 death if the selection changes on us while
13948                 we're marking a whole IMAP folder unread, 
13949                 for example.
13950
13951 2005-06-06 [paul]       1.9.11cvs41
13952
13953         * src/textview.c
13954                 don't g_free() a static gchar buffer
13955
13956 2005-06-05 [colin]      1.9.11cvs40
13957
13958         * src/mainwindow.c
13959         * src/messageview.c
13960         * src/summaryview.c
13961                 Fix bug #749 (Show all headers should be
13962                 sticky as the GUI suggests)
13963
13964 2005-06-03 [paul]       1.9.11cvs39
13965
13966         * src/compose.c
13967                 don't allow editing of mail while sending.
13968                 patch by Colin
13969
13970 2005-06-03 [paul]       1.9.11cvs38
13971
13972         * src/folderview.c
13973                 add a freeze/thaw to speed up 'mark all read'
13974
13975 2005-06-03 [paul]       1.9.11cvs37
13976
13977         * src/prefs_message.c
13978                 reflect changes immediately
13979
13980 2005-06-02 [colin]      1.9.11cvs36
13981
13982         * po/POTFILES.in
13983                 Patch by Fabien Vantard.
13984
13985 2005-06-02 [colin]      1.9.11cvs35
13986
13987         * src/imap.c
13988                 Use a non-blocking imap_getline() if possible.
13989                 This should completely prevent the interface
13990                 from freezin on imap operations, although it
13991                 may do strange stuff in case of folder switching
13992                 while a big imap operation is taking place...
13993
13994                 In addition, fix a leak in the case thread
13995                 creation fails on connection.
13996
13997 2005-06-02 [colin]      1.9.11cvs34
13998
13999         * src/crash.c
14000         * src/prefs_common.h
14001                 Fix build (prefs_common_init() doesn't exist
14002                 anymore)
14003
14004 2005-06-02 [colin]      1.9.11cvs33
14005
14006         * src/prefs_account.c
14007                 Fix bug #245 (filtering rules broken when
14008                 renaming a remote account (imap4 or nntp)
14009
14010 2005-06-02 [colin]      1.9.11cvs32
14011
14012         * src/imap.c
14013                 Try to fix IMAP shortcomings: 
14014                 o Multithread imap_open()
14015                 o allow offline-mode overriding instead of
14016                   just returning NULL
14017         * src/imap_gtk.c
14018         * src/imap_gtk.h
14019                 Add a function to ask whether we want to
14020                 override offline-mode for 10 minutes (one-shot
14021                 asking was painful)
14022         * src/procheader.c
14023                 Fix segfault when imap parser isn't happy about
14024                 a missing {
14025
14026 2005-06-01 [colin]      1.9.11cvs31
14027
14028         * src/addrharvest.c
14029         * src/compose.c
14030         * src/mbox.c
14031         * src/mbox.h
14032         * src/mh.c
14033         * src/msgcache.c
14034         * src/send_message.c
14035         * src/setup.c
14036         * src/undo.c
14037         * src/common/hooks.c
14038         * src/common/prefs.c
14039         * src/common/template.c
14040         * src/common/utils.c
14041         * src/gtk/gtkutils.c
14042         * src/gtk/inputdialog.c
14043         * src/gtk/menu.c
14044         * src/gtk/pluginwindow.c
14045         * src/gtk/prefswindow.c
14046         * src/plugins/pgpmime/passphrase.c
14047         * src/plugins/pgpmime/prefs_gpg.c
14048                 More -Wall fixes
14049
14050         * src/common/Makefile.am
14051         * src/common/timing.h
14052                 Add basic timing code
14053
14054         * src/summaryview.c
14055                 Fix a bug with unread messages when 
14056                 re-sorting folders, and by the way
14057                 fix a big performance hit when 
14058                 re-sorting (10k mails: before 5s,
14059                 after .5s)
14060
14061         * src/prefs_compose_writing.c
14062         * src/prefs_compose_writing.h
14063         * src/prefs_message.c
14064         * src/prefs_message.h
14065         * src/prefs_other.c
14066         * src/prefs_other.h
14067         * src/prefs_quote.c
14068         * src/prefs_quote.h
14069         * src/prefs_receive.c
14070         * src/prefs_receive.h
14071         * src/prefs_send.c
14072         * src/prefs_send.h
14073         * src/prefs_summaries.c
14074         * src/prefs_summaries.h
14075                 Fix copyright banner
14076
14077 2005-06-01 [paul]       1.9.11cvs30
14078
14079         * po/fi.po
14080                 updated by Flammie Pirinen
14081         * src/procmime.c
14082                 fix 'Bad BASE64 content' output
14083
14084 2005-05-31 [colin]      1.9.11cvs29
14085
14086         * src/procmime.c
14087                 Oops, where did my hunk go.
14088
14089 2005-05-31 [colin]      1.9.11cvs28
14090
14091         * src/Makefile.am
14092         * src/account.c
14093         * src/action.c
14094         * src/addr_compl.c
14095         * src/addressbook.c
14096         * src/codeconv.c
14097         * src/compose.c
14098         * src/export.c
14099         * src/folder.c
14100         * src/folderview.c
14101         * src/image_viewer.c
14102         * src/main.c
14103         * src/mainwindow.c
14104         * src/messageview.c
14105         * src/mimeview.c
14106         * src/msgcache.c
14107         * src/prefs_account.c
14108         * src/prefs_actions.c
14109         * src/prefs_common.c
14110         * src/prefs_compose_writing.c
14111         * src/prefs_customheader.c
14112         * src/prefs_ext_prog.c
14113         * src/prefs_filtering.c
14114         * src/prefs_filtering_action.c
14115         * src/prefs_fonts.c
14116         * src/prefs_image_viewer.c
14117         * src/prefs_message.c
14118         * src/prefs_message.h
14119         * src/prefs_msg_colors.c
14120         * src/prefs_other.c
14121         * src/prefs_other.h
14122         * src/prefs_quote.c
14123         * src/prefs_receive.c
14124         * src/prefs_receive.h
14125         * src/prefs_send.c
14126         * src/prefs_send.h
14127         * src/prefs_spelling.c
14128         * src/prefs_summaries.c
14129         * src/prefs_summary_column.c
14130         * src/prefs_template.c
14131         * src/prefs_themes.c
14132         * src/prefs_toolbar.c
14133         * src/prefs_wrapping.c
14134         * src/procmime.c
14135         * src/procmsg.c
14136         * src/send_message.h
14137         * src/ssl_manager.c
14138         * src/summary_search.c
14139         * src/summaryview.c
14140         * src/textview.c
14141         * src/wizard.c
14142         * src/common/smtp.c
14143         * src/common/smtp.h
14144         * src/gtk/gtkutils.h
14145                 o Move the rest of Common prefs to new style
14146                 o Lots of -Wall warning fixes
14147                 o fix FIXME in cache memusage calculation
14148                 o Let return receipts be sent from any account
14149                 o Little cache optimisation (read)
14150                 o Fix bug #746 (don't treat commas as separators
14151                   when inside a quoted string)
14152
14153 2005-05-31 [paul]       1.9.11cvs27
14154
14155         * src/prefs_common.c
14156                 fix 'off-by-one' typo
14157
14158 2005-05-31 [paul]       1.9.11cvs26
14159
14160         * src/account.c
14161         * src/addr_compl.c
14162         * src/compose.c
14163         * src/foldersel.c
14164         * src/prefs_actions.c
14165         * src/prefs_common.c
14166         * src/prefs_common.h
14167         * src/prefs_customheader.c
14168         * src/prefs_display_header.c
14169         * src/prefs_filtering.c
14170         * src/prefs_filtering_action.c
14171         * src/prefs_matcher.c
14172         * src/prefs_summaries.c
14173         * src/prefs_summary_column.c
14174         * src/prefs_template.c
14175         * src/prefs_toolbar.c
14176         * src/ssl_manager.c
14177         * src/gtk/pluginwindow.c
14178         * src/gtk/prefswindow.c
14179         * src/gtk/progressdialog.c
14180                 add hidden prefs 'enable_rules_hint'
14181                 for gtk_tree_view_set_rules_hint()
14182                 (sync with main)
14183                 
14184
14185 2005-05-31 [colin]      1.9.11cvs25
14186
14187         * src/Makefile.am
14188         * src/main.c
14189         * src/prefs_common.c
14190         * src/prefs_summaries.c ** ADDED **
14191         * src/prefs_summaries.h ** ADDED **
14192                 Common/Display -> Display/Summaries
14193
14194 2005-05-31 [colin]      1.9.11cvs24
14195
14196         * src/Makefile.am
14197         * src/main.c
14198         * src/prefs_quote.c ** ADDED **
14199         * src/prefs_quote.h ** ADDED **
14200                 Move Common/Quote to Compose/Quoting
14201         * src/prefs_common.c
14202         * src/prefs_common.h
14203                 Remove old quote stuff, add
14204                 convenience functions for GtkTextView prefs
14205         * src/gtk/prefswindow.c
14206                 Set default height higher
14207
14208 2005-05-30 [colin]      1.9.11cvs23
14209
14210         * src/Makefile.am
14211         * src/main.c
14212         * src/prefs_common.c
14213         * src/prefs_compose_writing.c ** ADDED **
14214         * src/prefs_compose_writing.h ** ADDED **
14215                 Move Common/Compose prefs to Compose/Writing
14216
14217 2005-05-30 [colin]      1.9.11cvs22
14218
14219         * src/common/utils.c
14220                 Fix bug #651 (Confused Attract by Subject)
14221                 Patch by M. Benkmann <haferfrost@web.de>
14222         * AUTHORS
14223
14224 2005-05-30 [colin]      1.9.11cvs21
14225
14226         * src/compose.c
14227                 Fix concatenation of different headers of
14228                 the same type (bug #645)
14229         * src/prefs_folder_item.c
14230                 Fix bug #699 (setting color to black doesn't
14231                 work immediately)
14232         * src/procmime.c
14233                 Print out decoding error only once per
14234                 block
14235
14236 2005-05-30 [paul]       1.9.11cvs20
14237
14238         * src/common/template.c
14239                 fix Bcc
14240
14241 2005-05-30 [paul]       1.9.11cvs19
14242
14243         * doc/src/rfc2368.txt   **NEW FILE**
14244         * src/compose.c
14245                 compose_entries_set(): don't interpret Bcc
14246                 header field (conform to RFC 2368)
14247                 (sync with main)
14248
14249 2005-05-29 [colin]      1.9.11cvs18
14250
14251         * src/prefs_common.c
14252                 Let the default reply format respect
14253                 netiquette by cutting the signature.
14254
14255 2005-05-29 [colin]      1.9.11cvs17
14256
14257         * src/summaryview.c
14258                 Don't let always_show_msg override
14259                 open_unread_on_enter when opening a new
14260                 directory.
14261
14262 2005-05-27 [paul]       1.9.11cvs16
14263
14264         sync with main:
14265
14266         * src/main.c
14267                 app_will_exit(): cleanup tmp directory when exit
14268         * src/message_search.c
14269                 improved the interface and made code cleanup.
14270                 removed Clear button
14271         * src/send_message.c
14272                 send_message_local(): use GSpawn, and detect errors
14273         * src/summary_search.c
14274                 improved the interface and made code cleanup
14275         * src/textview.c
14276                 textview_write_link(): also skip non-ascii space
14277                  at the head of link strings (phishing check
14278                  didn't work at the case)
14279         * src/common/utils.c
14280                 get_command_output(): use g_spawn_command_line_sync()
14281                 instead of popen()
14282
14283 2005-05-26 [colin]      1.9.11cvs15
14284
14285         * src/folder.c
14286                 remove printf
14287
14288 2005-05-26 [colin]      1.9.11cvs14
14289
14290         * src/common/nntp.c
14291                 Fix nntp mode reader (bug #611)
14292                 Patch by Florian Mickler <florian@mickler.org>
14293
14294 2005-05-26 [colin]      1.9.11cvs13
14295
14296         * src/plugins/pgpmime/passphrase.c
14297                 Fix mouse grabbing (bug #557)
14298
14299 2005-05-26 [colin]      1.9.11cvs12
14300
14301         * src/prefs_themes.c
14302                 Fix g_warning (bug #541)
14303
14304 2005-05-26 [colin]      1.9.11cvs11
14305
14306         * src/prefs_actions.c
14307         * src/prefs_template.c
14308                 Fix bug #506 (no warning if action/template
14309                 is not saved)
14310         * src/common/template.c
14311                 Fix a possible crash
14312
14313 2005-05-26 [colin]      1.9.11cvs10
14314
14315         * src/folder.c
14316         * src/folderview.c
14317         * src/procmsg.c
14318         * src/summaryview.c
14319                 Forbid locked messages to be moved or
14320                 deleted. Locked messages in trashes 
14321                 still get deleted, for performance
14322                 reason (mh.c::mh_remove_all_msgs)
14323
14324 2005-05-25 [colin]      1.9.11cvs9
14325
14326         * src/procmime.c
14327                 Use correct encoding when sending mails
14328                 with attachments that have accentued 
14329                 chars in their name
14330
14331 2005-05-24 [colin]      1.9.11cvs8
14332
14333         * src/summaryview.c
14334                 Fix bug #688 f) read/unread marker not
14335                 changed on first click
14336                 Also, optimize summary_status_show()
14337                 calls
14338         * src/folder.c
14339         * src/inc.c
14340         * src/procmime.c
14341                 Fix bug #688 b) and c) wrt message
14342                 attachments and signature
14343         * src/stock_pixmap.c
14344         * src/stock_pixmap.h
14345         * src/stock_pixmap.c
14346         * src/stock_pixmap.h
14347         * src/Makefile.am
14348         * src/pixmaps/clip_gpg_signed.xpm
14349                 Add clip/signed icon
14350
14351 2005-05-24 [colin]      1.9.11cvs7
14352
14353         * src/folder_item_prefs.c
14354                 whitespace fix
14355
14356 2005-05-24 [colin]      1.9.11cvs6
14357
14358         * src/folderview.c
14359         * src/prefs_common.c
14360         * src/prefs_common.h
14361                 Add a confirmation to folder drag and drop
14362                 fixes bug #156
14363         * src/alertpanel.c
14364         * src/alertpanel.h
14365                 fix _with_disable parameters so that
14366                 the buttons labels are specifiable too
14367         * src/plugins/pgpmime/sgpgme.c
14368                 reflect said change
14369                 
14370
14371 2005-05-24 [colin]      1.9.11cvs5
14372
14373         * src/folderview.c
14374                 Uncollapse/collapse folders on double-click
14375                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14376                 closes bug #108
14377
14378 2005-05-23 [colin]      1.9.11cvs4
14379
14380         * src/common/socket.c
14381                 Check another special SSL_peek() error.
14382                 Should help wrt bug #728
14383
14384 2005-05-23 [colin]      1.9.11cvs3
14385
14386         * src/plugins/pgpmime/pgpmime.c
14387                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14388                 breaking menu accelerators and stuff. Users will have to
14389                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14390                 account's privacy preferences if needed.
14391
14392 2005-05-22 [paul]
14393
14394         * tools/kdeservicemenu/install.sh
14395                 use kdesu to prompt for root password if doing
14396                 global install/uninstall
14397
14398 2005-05-20 [colin]      1.9.11cvs2
14399
14400         * src/procmsg.c
14401                 Fix another compilation error with gcc-2.9x
14402                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14403         * src/send_message.c
14404                 Don't send QUIT if we aren't connected
14405
14406 2005-05-19 [colin]      1.9.11cvs1
14407
14408         * src/procmsg.c
14409                 Fix compilation with gcc 2.9x
14410
14411 2005-05-19 [paul]       1.9.11
14412
14413         1.9.11 released
14414
14415 2005-05-19 [paul]       1.9.9cvs14
14416
14417         * src/gtk/inputdialog.c
14418                 prevent gettext warning
14419
14420 2005-05-19 [paul]       1.9.9cvs13
14421
14422         * src/mainwindow.c
14423         * src/prefs_common.c
14424         * src/prefs_common.h
14425         * src/textview.c
14426         * src/textview.h
14427                 add an option to toggle cursor in message
14428                 view (sync with main)
14429
14430 2005-05-18 [colin]      1.9.9cvs12
14431
14432         * src/compose.c
14433                 Dereference freed pointer
14434         * src/gtk/gtkaspell.c
14435                 Fix duplication of dictionaries (is it an aspell issue?)
14436
14437 2005-05-18 [colin]      1.9.9cvs11
14438
14439         * src/gtk/inputdialog.c
14440         * src/gtk/gtkaspell.c
14441                 HIGuify dialogs
14442         * src/alertpanel.c
14443                 Remove a double call
14444
14445 2005-05-17 [colin]      1.9.9cvs10
14446
14447         * src/gtk/gtkaspell.c
14448                 Fix dialogs, Ctrl-Enter accel
14449
14450 2005-05-17 [colin]      1.9.9cvs9
14451
14452         * src/gtk/gtkaspell.c
14453                 Fix some accelerators, escape in replace-window
14454
14455 2005-05-16 [colin]      1.9.9cvs8
14456
14457         * src/gtk/gtkaspell.c
14458                 Revert last commit, it was a mistake.
14459
14460 2005-05-16 [colin]      1.9.9cvs7
14461
14462         * src/gtk/gtkaspell.c
14463                 Remove buggy code while we're at it. It's a 
14464                 dead code path anyway.
14465
14466 2005-05-16 [colin]      1.9.9cvs6
14467
14468         * src/gtk/gtkaspell.c
14469                 Missed some gtk_menu_popup where deactivate
14470                 signal should be handled. Should fix bug
14471                 #629 a bit more.
14472
14473 2005-05-16 [colin]      1.9.9cvs5
14474
14475         * src/gtk/gtkaspell.c
14476                 Remove debug printf()s
14477
14478 2005-05-16 [colin]      1.9.9cvs4
14479
14480         * src/gtk/gtkaspell.c
14481                 Fix a bit aspell problems
14482                 (see bug #629)
14483
14484 2005-05-13 [colin]      1.9.9cvs3
14485
14486         * src/folderview.c
14487                 Fix the + appearing even when no subfolders
14488                 have unread messages. Thanks to wwp for the
14489                 bug report.
14490
14491 2005-05-11 [paul]       1.9.9cvs2
14492
14493         * src/folderview.c
14494                 correction to 1.9.9cvs1, only colour folders that
14495                 have new msgs (not unread msgs)
14496
14497 2005-05-10 [colin]      1.9.9cvs1
14498
14499         * src/folderview.c
14500         * src/summaryview.c
14501                 Try to fix bolding bugs again.
14502
14503 2005-05-09 [paul]
14504
14505         * tools/claws.i18n.status.pl
14506                 add Ricardo Mones Lastra's script that has been providing
14507                 the i18n status page for many months
14508
14509 2005-05-09 [paul]       1.9.9
14510
14511         1.9.9 release
14512
14513 2005-05-09 [paul]       1.9.6cvs58
14514
14515         * AUTHORS
14516         * INSTALL
14517         * README.claws
14518                 updated
14519         * Makefile.am 
14520         * RELEASE_NOTES.claws
14521                 add release notes to cvs to simplify release
14522                 procedure
14523         * configure.ac
14524                 add ca and fi to ALL_LINGUAS
14525         * po/Makefile.in.in
14526                 workaround for missing Makevars
14527         * po/ca.po
14528         * po/fi.po
14529                 add new Catalan and Finnish translations
14530                 submitted by Miquel Oliete and Flammie Pirinen
14531         * po/de.po
14532         * po/es.po
14533         * po/fr.po
14534         * po/it.po
14535         * po/pl.po
14536         * po/ru.po
14537         * po/sk.po
14538         * po/sr.po
14539         * po/zh_CN.po
14540                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14541                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14542                 Urke MMI, and Hansom Young
14543         * src/main.c
14544                 Fix drafting when quitting. compose_draft() closes the
14545                 compose windows, which modifies the compose_list GSList.
14546                 We have to refresh this list after echo drafting to avoid a
14547                 segfault
14548         * src/partial_download.c
14549                 fix segfault on exit
14550
14551 2005-05-06 [paul]       1.9.6cvs57
14552
14553         * src/grouplistdialog.c
14554                 quick fix/workaround for unresizeable newsgroup
14555                 name column 
14556
14557 2005-05-06 [paul]       1.9.6cvs56
14558
14559         * src/inc.c
14560         * src/mainwindow.c
14561                 use gettext plural forms
14562         * src/imap_gtk.c
14563         * src/mh_gtk.c
14564         * src/toolbar.c
14565                 small improvement to english usage
14566
14567 2005-05-05 [thorsten]   1.9.6cvs55
14568
14569         * src/folder.c
14570                 fix possible crash
14571
14572 2005-05-05 [paul]       1.9.6cvs54
14573         
14574         sync with HEAD
14575
14576         * AUTHORS
14577         * src/compose.c
14578                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14579                 patch by Tim Mann
14580
14581 2005-05-05 [paul]       1.9.6cvs53
14582
14583         * src/mainwindow.c
14584                 fix resizing of separate message and
14585                 folder views
14586
14587 2005-05-05 [paul]       1.9.6cvs52
14588
14589         * src/account.c
14590         * src/addrgather.c
14591         * src/browseldap.c
14592         * src/exphtmldlg.c
14593         * src/expldifdlg.c
14594         * src/importmutt.c
14595         * src/importpine.c
14596         * src/main.c
14597         * src/mainwindow.c
14598         * src/noticeview.c
14599         * src/prefs_filtering.c
14600         * src/prefs_filtering_action.c
14601         * src/prefs_matcher.c
14602         * src/prefs_spelling.c
14603         * src/prefs_toolbar.c
14604         * src/toolbar.c
14605         * src/wizard.c
14606         * src/gtk/description_window.c
14607         * src/gtk/gtkvscrollbutton.c
14608         * src/gtk/progressdialog.c
14609         * src/gtk/quicksearch.c
14610         * src/plugins/pgpmime/prefs_gpg.c
14611         * src/plugins/spamassassin/spamassassin_gtk.c
14612                 replace deprecated gtk_widget_set_usize
14613
14614 2005-05-04 [colin]      1.9.6cvs51
14615
14616         * src/common/utils.c
14617                 Fix crash when subst_for_filename is called
14618                 with a NULL parameter
14619
14620 2005-05-04 [colin]      1.9.6cvs50
14621
14622         * src/partial_download.c
14623         * src/pop.c
14624                 Escape login when writing uidl file
14625                 fixes bug #736
14626
14627 2005-05-03 [colin]      1.9.6cvs49
14628
14629         * src/procmime.c
14630                 Fix possible DOS in mime parser
14631                 (see bug #634)
14632
14633 2005-05-02 [colin]      1.9.6cvs48
14634
14635         * src/compose.c
14636                 Try to fix the copy/paste mess once again.
14637
14638
14639 2005-04-30 [colin]      1.9.6cvs47
14640
14641         * src/prefs_account.h
14642         * src/procmsg.c
14643         * src/send_message.c
14644         * src/common/smtp.c
14645         * src/common/smtp.h
14646                 Try to batch sending mails (per account) instead of
14647                 reconnecting to server every time.
14648
14649 2005-04-29 [colin]      1.9.6cvs46
14650
14651         * src/messageview.c
14652                 Fix window resizing that refused to size down
14653         * src/prefs_common.c
14654         * src/prefs_common.h
14655         * src/prefs_filtering.c
14656                 Save Filtering's window size
14657
14658 2005-04-21 [paul]       1.9.6cvs45
14659
14660         * ChangeLog-gtk2.claws
14661         * src/setup.c
14662                 correction to sync
14663
14664 2005-04-21 [paul]       1.9.6cvs44
14665
14666         sync with main:
14667
14668         * src/setup.c
14669         * src/statusbar.c
14670         * src/statusbar.h
14671                 use gtkut_widget_draw_now(). Improved performance
14672                 of the update of statusbar
14673         * src/textview.c
14674                 textview_smooth_scroll_do(): redraw it after scroll
14675                 is done (fixed incorrect display when a part of the
14676                 view is hidden).
14677         * src/gtk/gtkutils.c
14678         * src/gtk/gtkutils.h
14679                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14680                 to force update of widgets.
14681                 Removed gtkut_widget_wait_for_draw() which had a big
14682                 overhead  because of waiting for all events processed 
14683
14684 2005-04-20 [paul]       1.9.6cvs43
14685
14686         * src/codeconv.c
14687                 complete 1.9.6cvs42's sync:
14688                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14689
14690 2005-04-19 [paul]       1.9.6cvs42
14691
14692         sync with main:
14693
14694         * src/action.c
14695                 catch_output(): correctly select the insert text
14696                 (fix invalid iterator warnings).
14697         * src/codeconv.c
14698         * src/codeconv.h
14699         * src/mainwindow.c
14700         * src/messageview.c
14701         * src/prefs_common.c
14702                 support GBK encoding.
14703         * src/common/session.c
14704         * src/common/session.h
14705                 use separate buffer for large data to be sent,
14706                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14707
14708 2005-04-18 [paul]       1.9.6cvs41
14709
14710         * src/jpilot.c
14711                 convert unsigned long into guint32
14712                 patch by Paul LeoNerd Evans 
14713
14714 2005-04-17 [colin]      1.9.6cvs40
14715
14716         * src/compose.c
14717                 Fix 'Request return receipt' from folder
14718                 properties (bug #708)
14719
14720 2005-04-17 [colin]      1.9.6cvs39
14721
14722         * src/mainwindow.c
14723                 Fix duplicate hotkeys in Mainwindow's menu
14724
14725 2005-04-17 [colin]      1.9.6cvs38
14726
14727         * src/folderview.c
14728                 Fix duplicate hotkeys in Folderview's contextual
14729                 menu
14730
14731 2005-04-15 [colin]      1.9.6cvs37
14732
14733         * src/summaryview.c
14734                 Fix 'Save as...' with non-ascii filenames
14735
14736 2005-04-15 [colin]      1.9.6cvs36
14737
14738         * src/plugins/pgpmime/pgpmime.c
14739                 Fix bus error on 64bit. Spotted by 
14740                 macallan1888@gmail.com
14741
14742 2005-04-15 [colin]      1.9.6cvs35
14743
14744         * src/prefs_account.c
14745                 Fix cvs34.
14746
14747 2005-04-12 [colin]      1.9.6cvs34
14748
14749         * src/prefs_account.c
14750                 Fix smtp auth type off-by-one. We forgot to
14751                 add PLAIN in the prefs-to-gui setter func and
14752                 as a result, the selected auth when opening
14753                 account prefs was not the correct one.
14754
14755 2005-04-12 [paul]       1.9.6cvs33
14756
14757         * src/inc.c
14758                 if the recv dialog is visible, Cancel only
14759                 cancels the current account
14760
14761
14762 2005-04-10 [colin]      1.9.6cvs32
14763
14764         * src/filtering.c
14765                 Copy score when copying FilteringActions
14766                 Fix bug #674
14767
14768 2005-04-10 [colin]      1.9.6cvs31
14769
14770         * src/inc.c
14771                 Make Message -> Receive -> Cancel cancel 
14772                 incorporation on all accounts. Fixes
14773                 bug #693
14774
14775 2005-04-10 [colin]      1.9.6cvs30
14776
14777         * src/prefs_account.c
14778                 Update Privacy checkbuttons status based
14779                 on the selected privacy system
14780         * src/compose.c
14781                 Always connect the "None" privacy system; the
14782                 static boolean was probably there to avoid
14783                 reconnecting twice in the same compose window,
14784                 but as the parent function is only called once
14785                 per compose, it's only a bug - as a static is
14786                 initialized once per application instance.
14787                 Also, don't uncheck Sign and Encrypt when
14788                 selecting None as privacy system; just ignore
14789                 them when sending/queuing.
14790                 Should fix bug #695
14791
14792 2005-04-08 [colin]      1.9.6cvs29
14793
14794         * src/account.c
14795         * src/prefs_account.c
14796         * src/prefs_account.h
14797                 Add account preference to queue message in a certain
14798                 folder.
14799
14800 2005-04-06 [colin]      1.9.6cvs28
14801
14802         * src/prefs_account.c
14803                 Update old inbox path syntax
14804
14805 2005-04-06 [paul]       1.9.6cvs27
14806
14807         sync with main:
14808
14809         * configure.ac
14810                 changed -traditional-cpp to -no-cpp-precomp for newer
14811                 Mac OS X support
14812         * src/foldersel.c
14813                 made column resize automatically
14814         * src/send_message.c
14815                 send_message_smtp(): consider EOF right after QUIT
14816                 successful (workaround for Gmail SMTP server)
14817         * src/common/socket.c
14818                 ssl_read(), ssl_peek(): check EOF which violates the
14819                 SSL protocol
14820         * src/gtk/colorlabel.c
14821                 removed warnings when displaying colorlabel menu
14822                 (don't use GtkAlignment)
14823
14824 2005-04-05 [paul]       1.9.6cvs26
14825
14826         * src/plugins/trayicon/trayicon.c
14827                 fix clipping of icon under KDE3 
14828
14829 2005-04-05 [paul]       1.9.6cvs25
14830
14831         * src/summaryview.c
14832                 hide display of threading
14833                 patch by Alfons
14834
14835 2005-04-04 [thorsten]   1.9.6cvs24
14836
14837         * src/mh.c
14838                 marks lost on filesystems with different stat() results on
14839                 summer-/wintertime
14840
14841 2005-04-03 [colin]      1.9.6cvs23
14842
14843         * src/summaryview.c
14844                 Don't handle up/down. Patch by Alfons
14845
14846 2005-04-02 [colin]      1.9.6cvs22
14847
14848         * src/summaryview.c
14849                 Make scrolling faster. Patch by Alfons.
14850
14851 2005-04-01 [colin]      1.9.6cvs21
14852
14853         * src/Makefile.am
14854         * src/stock_pixmap.c
14855         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14856         * src/pixmaps/dir_noselect.xpm ** ADDED **
14857                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14858
14859 2005-04-01 [colin]      1.9.6cvs20
14860
14861         * src/image_viewer.c
14862         * src/image_viewer.h
14863         * src/procmime.c
14864         * src/procmime.h
14865         * src/textview.c
14866         * src/textview.h
14867                 Implement inline image resizing and right-clicking
14868
14869 2005-04-01 [paul]       1.9.6cvs19
14870
14871         * AUTHORS
14872         * Makefile.am
14873         * configure.ac
14874                 check for gnome2
14875                 patch by Luca Cavalli <loopback<AT>slackit.org>
14876         * po/ru.po
14877                 updated by Pavlo Bohmat
14878
14879 2005-03-31 [colin]      1.9.6cvs18
14880
14881         * src/news.c
14882                 Fix parsing references
14883         * src/msgcache.c
14884                 don't put nulls in the references list
14885         * src/procheader.c
14886                 commit that forgotten file in 1.9.6cvs14
14887
14888 2005-03-31 [colin]      1.9.6cvs17
14889
14890         * src/compose.c
14891                 Fix joining of signature separator again. 
14892                 Maybe Hiro could put it in main too...
14893
14894 2005-03-31 [colin]      1.9.6cvs16
14895
14896         * src/Makefile.am
14897         * src/foldersel.c
14898         * src/stock_pixmap.c
14899         * src/stock_pixmap.h
14900         * src/pixmaps/dir-noselect.xpm
14901                 Update foldersel.c (sync from main, patch by Alfons)
14902
14903 2005-03-30 [colin]      1.9.6cvs15
14904
14905         * src/imap.c
14906                 Fix handling of imap folders containing [] in 
14907                 their name. Thanks to Nahuel Angelinetti for
14908                 the detailed bugreport.
14909
14910 2005-03-30 [colin]      1.9.6cvs14
14911
14912         * src/common/utils.h
14913         * src/common/utils.c
14914         * src/common/defs.h
14915         * src/matcher.c
14916         * src/msgcache.c
14917         * src/news.c
14918         * src/procmsg.c
14919         * src/procmsg.h
14920         * src/quote_fmt_parse.y
14921         * src/summaryview.c
14922                 Update references system. Patch by Alfons
14923
14924 2005-03-30 [colin]      1.9.6cvs13
14925
14926         * src/common/socket.c
14927                 Force the glibc to read resolv.conf again when 
14928                 it has changed. Should fix issues when changing
14929                 networks on a laptop and not restarting sylpheed. 
14930
14931 2005-03-30 [paul]       1.9.6cvs12
14932
14933         partial sync with main:
14934
14935         * src/action.c
14936                 create_io_dialog(): use user-defined text font
14937                 (thanks to Alfons), and modified its appearance.
14938         * src/addrgather.c
14939         * src/addrharvest.c
14940         * src/browseldap.c
14941                 replace old code
14942         * src/compose.c
14943                 don't join (presumably) itemized lines on line-wrapping
14944                 fixed wrapping of quote when auto-wrapping is enabled
14945                 compose_destroy(): destroy paned only if it's not
14946                 attached to window. Fixed memory leak of popup menu.
14947         * src/exphtmldlg.c
14948         * src/expldifdlg.c
14949                 replace old code
14950         * src/html.c
14951         * src/html.h
14952         * src/importmutt.c
14953         * src/importpine.c
14954                 replace old code
14955         * src/main.c
14956                 removed redundant code
14957         * src/mainwindow.c
14958                 changed 'Code set' (which is rather incorrect)
14959                 in the menu to 'Character encoding'
14960                 main_window_set_widgets(): request size first
14961                 to prevent window size becoming wrong
14962                 fixed remembering of the state of the visibility
14963                 of MessageView
14964         * src/messageview.c
14965                 changed 'Code set' (which is rather incorrect)
14966                 in the menu to 'Character encoding'
14967         * src/prefs_common.c
14968         * src/prefs_common.h
14969                 added an option whether to render HTML as text or not
14970                 added separators to outgoing encoding menu
14971         * src/procheader.c
14972                 procheader_scan_date_string(): support header
14973                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14974         * src/summaryview.c
14975         * src/summaryview.h
14976                 minor code cleanup
14977         * src/textview.c
14978                 textview_show_html(): force output of newline
14979                 added an option whether to render HTML as text or not
14980         * src/common/utils.c
14981                 strncpy2(): optimized based on Alfons' code
14982         * src/gtk/gtkutils.c
14983         * src/gtk/gtkutils.h
14984                 removed non-used code
14985         * src/plugins/pgpmime/passphrase.c
14986                 partially fixed grab input of passphrase dialog
14987                 Confine pointer to window
14988
14989 2005-03-30 [colin]      1.9.6cvs11
14990
14991         * src/msgcache.c
14992         * src/msgcache.h
14993                 Read/write 32bit ints from cache & marks
14994                 From main.
14995
14996 2005-03-29 [paul]       1.9.6cvs10
14997
14998         * AUTHORS
14999         * ChangeLog.claws
15000         * src/compose.c
15001         * src/gtk/gtkaspell.c
15002                 sync with HEAD (don't pass NULL pointers) 
15003
15004 2005-03-24 [paul]
15005
15006         * tools/Makefile.am
15007         * tools/README
15008         * tools/acroread2sylpheed.pl
15009                 sync with HEAD (add script to send pdfs as
15010                 attachments from Adobe Reader 7)
15011
15012 2005-03-21 [paul]       1.9.6cvs9
15013
15014         * configure.ac
15015         * po/POTFILES.in
15016         * src/Makefile.am
15017         * src/crash.c
15018         * src/image_viewer.c ** ADDED **
15019         * src/image_viewer.h ** ADDED **
15020         * src/main.c
15021         * src/prefs_common.c
15022         * src/prefs_common.h
15023         * src/prefs_image_viewer.c ** ADDED **
15024         * src/prefs_image_viewer.h ** ADDED **
15025         * src/textview.c
15026         * src/gtk/about.c
15027         * src/pixmaps/sylpheed_logo.xpm
15028         * src/plugins/Makefile.am
15029         * src/plugins/image_viewer/.cvsignore ** REMOVED **
15030         * src/plugins/image_viewer/Makefile.am ** REMOVED **
15031         * src/plugins/image_viewer/plugin.c ** REMOVED **
15032         * src/plugins/image_viewer/viewer.c ** REMOVED **
15033         * src/plugins/image_viewer/viewer.glade ** REMOVED **
15034         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
15035         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
15036         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
15037         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
15038                 as gdk-pixbuf is now built-in
15039                 remove image_viewer plugin and put code back into
15040                 main codebase
15041                 implement inline image display (sync with main)
15042
15043                 replace logo with newer, nicer, larger version  
15044
15045 2005-03-21 [paul]       1.9.6cvs8
15046
15047         * src/gtk/about.c
15048                 cosmetic improvement
15049
15050 2005-03-21 [holger]     1.9.6cvs7
15051
15052         * src/plugins/spamassassin/spamassassin.c
15053                 Sync with HEAD
15054                 (unregister hook on failed plugin init)
15055
15056 2005-03-20 [colin]      1.9.6cvs6
15057
15058         * src/common/plugin.c
15059                 Check that plugin isn't already loaded
15060                 Patch by Alfons
15061
15062 2005-03-20 [thorsten]   1.9.6cvs5
15063
15064         * src/compose.c
15065                 use a more compatible syntax
15066
15067 2005-03-20 [thorsten]   1.9.6cvs4
15068
15069         * src/prefs_toolbar.c
15070                 fix crash when selecting toolbar item (uninitialized pointer)
15071
15072 2005-03-20 [thorsten]   1.9.6cvs3
15073
15074         * src/procmime.c
15075                 fix mimetype detection (referenced free()d string)
15076
15077 2005-03-20 [paul]       1.9.6cvs2
15078
15079         * src/compose.c
15080                 sync with HEAD (1.0.3cvs5)
15081                 neglect Reply-To header if empty
15082                 Patch by Alfons 
15083
15084 2005-03-19 [holger]     1.9.6cvs1
15085
15086         * src/summaryview.c
15087         * src/summaryview.h
15088                 Sync with HEAD
15089
15090 2005-03-18 [paul]       1.9.6
15091
15092         initial GTK2 release
15093
15094 2005-03-18 [paul]       1.0.3cvs3.1
15095
15096         * AUTHORS
15097         * ChangeLog.claws
15098         * configure.ac
15099         * src/gtk/about.c
15100         * src/pixmaps/sylpheed_logo.xpm
15101                 sync with HEAD
15102
15103 2005-03-18 [colin]      1.0.3cvs2.6
15104
15105         * src/summaryview.c
15106                 Remove call to summary_step in summary_copy_selected_to
15107                 Can't see its purpose, and this causes bug when copying
15108                 a message if the next one is unread: it reads it.
15109
15110 2005-03-18 [paul]       1.0.3cvs2.5
15111
15112         * src/foldersel.c
15113                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
15114
15115 2005-03-18 [paul]       1.0.3cvs2.4
15116
15117         * src/addrharvest.c
15118         * src/codeconv.c
15119         * src/codeconv.h
15120         * src/compose.c
15121         * src/news.c
15122         * src/procheader.c
15123         * src/procmime.c
15124         * src/unmime.c
15125         * src/unmime.h
15126                 fix buffer overflow, CAN-2005-0667, see
15127                 http://secunia.com/advisories/14491/
15128                 Patch by Alfons
15129
15130 2005-03-17 [colin]      1.0.3cvs2.3
15131
15132         * src/prefs_fonts.c
15133         * src/summaryview.c
15134                 Fix font bugs (both lists now officialy share 
15135                 the same font)
15136                 
15137
15138 2005-03-17 [paul]       1.0.3cvs2.2
15139
15140         * src/gtk/pluginwindow.c
15141                 make plugin descriptions uneditable
15142
15143 2005-03-11 [paul]       1.0.3cvs2.1
15144
15145         * ChangeLog.claws
15146         * configure.ac
15147         * po/POTFILES.in
15148         * src/plugins/trayicon/trayicon.c
15149                 sync with HEAD
15150                 add src/wizard.c to POTFILES.in
15151
15152 2005-03-11 [paul]       1.0.3cvs1.1
15153
15154         * ChangeLog
15155         * ChangeLog.claws
15156         * configure.ac
15157         * po/de.po
15158         * po/es.po
15159         * po/fr.po
15160         * po/it.po
15161         * po/pt_BR.po
15162         * po/ru.po
15163         * po/sk.po
15164         * po/sr.po
15165         * po/zh_CN.po
15166                 sync with HEAD
15167
15168 2005-03-04 [colin]      1.0.1cvs22.2
15169
15170         * src/compose.c
15171                 Fix signatures with accentued chars in it
15172
15173 2005-03-04 [colin]      1.0.1cvs22.1
15174
15175         * src/common/smtp.c
15176         * src/common/smtp.h
15177                 Don't use SIZE param in MAIL FROM: if server 
15178                 doesn't support it. Patch by Eugen Freiter
15179                 <eugen_f@users.sf.net>
15180
15181 2005-02-27 [paul]       1.0.1cvs20.1
15182
15183         * ChangeLog.claws
15184         * configure.ac
15185         * src/messageview.c
15186                 sync with HEAD
15187
15188 2005-02-27 [colin]      1.0.1cvs19.4
15189
15190         * src/procheader.c
15191         * src/procheader.h
15192                 Fix prototypes. Patch by Alfons
15193
15194 2005-02-27 [colin]      1.0.1cvs19.3
15195
15196         * src/compose.c
15197                 Don't auto-join the signature separator.
15198
15199 2005-02-26 [colin]      1.0.1cvs19.2
15200
15201         * src/summaryview.c
15202                 Fix 'mark all read' with collapsed threads.
15203                 Patch by Alfons.
15204
15205 2005-02-25 [paul]       1.0.1cvs19.1
15206
15207         * ChangeLog.claws
15208         * configure.ac
15209         * src/prefs_account.c
15210         * src/prefs_folder_item.c
15211         * src/gtk/prefswindow.c
15212         * src/gtk/prefswindow.h
15213                 sync with HEAD
15214
15215 2005-02-25 [paul]       1.0.1cvs15.12
15216
15217         * src/alertpanel.c
15218         * src/codeconv.c
15219         * src/compose.c
15220         * src/textview.c
15221         * src/gtk/gtkutils.c
15222         * src/gtk/gtkutils.h
15223         * src/gtk/logwindow.c
15224         * src/gtk/progressdialog.c
15225                 sync with main (revision 127)
15226                 and fix logwindow clipping
15227
15228 2005-02-24 [colin]      1.0.1cvs15.11
15229
15230         * src/plugins/pgpmime/passphrase.c
15231                 Disable input grabbing; it doesn't work yet.
15232
15233 2005-02-24 [colin]      1.0.1cvs15.10
15234
15235         * src/messageview.c
15236                 Don't send out receipts if offline. Ask.
15237
15238 2005-02-23 [colin]      1.0.1cvs15.9
15239
15240         * src/summaryview.c     
15241                 Fix expanding
15242
15243 2005-02-23 [colin]      1.0.1cvs15.8
15244
15245         * src/summaryview.c
15246                 Really fix Bug 568 by removing useless
15247                 calls. summary_thread_init() now called
15248                 in summary_sort(). This should please
15249                 Alfons as it should be faster than 
15250                 previously.
15251
15252 2005-02-23 [colin]      1.0.1cvs15.7
15253
15254         * src/compose.c
15255                 Encode parts as QP or B64 if signing
15256
15257 2005-02-23 [colin]      1.0.1cvs15.6
15258
15259         * src/compose.c
15260                 Fix Mimeinfo leakage (including tmp files)
15261         * src/procmsg.c
15262                 Fix tmp file leakage (spotted by Ivan Rayner)
15263
15264 2005-02-22 [colin]      1.0.1cvs15.5
15265
15266         * src/expldifdlg.c
15267                 Fix keyboard input. Patch by Alfons.
15268
15269 2005-02-21 [colin]      1.0.1cvs15.4
15270
15271         * src/compose.c
15272                 Fix Sign/Encrypt when unselecting privacy
15273                 system
15274         * src/prefs_common.c
15275                 Change default message font to Monospace
15276         * src/summaryview.c
15277                 More freezing during potentially large operations
15278
15279 2005-02-21 [paul]       1.0.1cvs15.3
15280
15281         * src/main.c
15282                 fix --help output
15283
15284 2005-02-21 [paul]       1.0.1cvs15.2
15285
15286         * po/Makefile.in.in
15287         * src/compose.c
15288         * src/summaryview.c
15289         * src/textview.c
15290         * src/common/utils.c
15291         * src/common/utils.h
15292                 sync with main (revision 117)
15293
15294 2005-02-20 [colin]      1.0.1cvs15.1
15295
15296         * src/common/defs.h
15297                 Change cache file to .sylpheed_claws_cache, as
15298                 suggested by Alfons. Allows people to switch
15299                 between Sylpheed and Sylpheed-Claws. it is
15300                 a good idea to "Check for new messages" at next
15301                 startup.
15302
15303
15304 2005-02-18 [colin]      1.0.1cvs14.1
15305
15306         * src/quote_fmt_lex.l
15307         * src/quote_fmt_parse.y
15308                 Fix parser initialisation. Patch by Ivan.
15309
15310 2005-02-18 [colin]      1.0.1cvs11.6
15311
15312         * src/folderview.c
15313                 Fix scrolldown (bug 662)
15314
15315 2005-02-17 [colin]      1.0.1cvs11.5
15316
15317         * src/codeconv.c
15318                 conv_filename_to_utf8: return clean 7bit instead
15319                 of broken utf8 if needed
15320         * src/mimeview.c
15321                 Fix display of parts with unclean 8bit names
15322
15323 2005-02-17 [paul]       1.0.1cvs11.4
15324
15325         * src/compose.c
15326         * src/exportldif.c
15327         * src/matcher_parser_parse.y
15328         * src/procmime.c
15329         * src/sourcewindow.c
15330         * src/common/Makefile.am
15331         * src/common/intl.h             ** REMOVED **
15332         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15333                 sync with main (revision 109)
15334                 and clean up
15335
15336 2005-02-16 [colin]      1.0.1cvs11.3
15337
15338         * src/summaryview.c
15339                 Fix collapsed thread not highlighting when new
15340                 messages in it (Bug 568) Patch by Stephan Sachse.
15341                 Fix messed up selection when reaching bounds (Bug 632)
15342         * src/prefs_themes.c
15343                 Fix theme installing (Bug 684)
15344
15345 2005-02-16 [colin]      1.0.1cvs11.2
15346
15347         * src/messageview.c
15348                 Fix messageview_select_all
15349
15350 2005-02-16 [colin]      1.0.1cvs11.1
15351
15352         * src/mh.c
15353                 Sync with HEAD (MH scan required function)
15354
15355 2005-02-15 [colin]      1.0.1cvs8.1
15356
15357         * src/mimeview.c
15358         * src/common/utils.c
15359                 Sync with HEAD (filename chars substitution)
15360
15361 2005-02-15 [colin]      1.0.1cvs7.3
15362
15363         * src/gtk/pluginwindow.c
15364                 Fix button spacing
15365
15366 2005-02-15 [colin]      1.0.1cvs7.2
15367
15368         * src/mimeview.c
15369                 Fix mime icons not reset across message when
15370                 scrolled down
15371
15372 2005-02-15 [colin]      1.0.1cvs7.1
15373
15374         * src/compose.c
15375         * src/procmime.c
15376                 Sync with HEAD (optimisation of cvs6)
15377
15378 2005-02-14 [colin]      1.0.1cvs6.1
15379
15380         * src/compose.c
15381         * src/procmime.c
15382                 Sync with HEAD (encode "From " at line beginning)
15383
15384 2005-02-14 [colin]      1.0.1cvs5.3
15385
15386         * src/compose.c
15387                 Fix wrapping with accentued chars.
15388
15389 2005-02-13 [colin]      1.0.1cvs5.2
15390
15391         * src/textview.c
15392                 Fix email informative part parsing with
15393                 accentued chars in it. ispunct() returns
15394                 true for them in utf8...
15395
15396 2005-02-12 [colin]      1.0.1cvs5.1
15397
15398         * src/filtering.c
15399                 Sync with HEAD (remove wrong use of compose after send)
15400
15401 2005-02-12 [paul]       1.0.1cvs4.5
15402
15403         * src/textview.c
15404                 remove unnecessary code (thanks to Alfons)
15405
15406 2005-02-12 [paul]       1.0.1cvs4.4
15407
15408         * src/textview.c
15409                 add 'Copy' to contextual menu on emails
15410
15411 2005-02-11 [colin]      1.0.1cvs4.3
15412
15413         * src/compose.c
15414                 revert 1.0.0cvs28.2, it doesn't work that well.
15415
15416 2005-02-11 [paul]       1.0.1cvs4.2
15417
15418         * po/Makefile.in.in
15419                 fix 'make release'
15420
15421 2005-02-10 [paul]       1.0.1cvs4.1
15422
15423         * ChangeLog
15424         * ChangeLog.claws
15425         * ChangeLog.jp
15426         * configure.ac
15427         * src/compose.c
15428                 sync with HEAD (sync with main)
15429
15430 2005-02-10 [paul]       1.0.1cvs3.2
15431
15432         * AUTHORS
15433         * Makefile.am
15434         * autogen.sh
15435         * configure.ac
15436         * config/mkinstalldirs
15437         * intl/.cvsignore
15438         * intl/ChangeLog
15439         * intl/VERSION
15440         * intl/bindtextdom.c
15441         * intl/config.charset
15442         * intl/dcgettext.c
15443         * intl/dcigettext.c
15444         * intl/dcngettext.c
15445         * intl/dgettext.c
15446         * intl/dngettext.c
15447         * intl/eval-plural.h
15448         * intl/explodename.c
15449         * intl/finddomain.c
15450         * intl/gettext.c
15451         * intl/gettextP.h
15452         * intl/gmo.h
15453         * intl/hash-string.h
15454         * intl/intl-compat.c
15455         * intl/l10nflist.c
15456         * intl/libgnuintl.h.in
15457         * intl/loadinfo.h
15458         * intl/loadmsgcat.c
15459         * intl/localcharset.c
15460         * intl/localcharset.h
15461         * intl/locale.alias
15462         * intl/localealias.c
15463         * intl/localename.c
15464         * intl/log.c
15465         * intl/ngettext.c
15466         * intl/os2compat.c
15467         * intl/os2compat.h
15468         * intl/osdep.c
15469         * intl/plural-exp.c
15470         * intl/plural-exp.h
15471         * intl/plural.c
15472         * intl/plural.y
15473         * intl/ref-add.sin
15474         * intl/ref-del.sin
15475         * intl/relocatable.c
15476         * intl/relocatable.h
15477         * intl/textdomain.c
15478         * m4/Makefile.am
15479         * po/Makefile.in.in
15480         * src/Makefile.am
15481         * src/account.c
15482         * src/action.c
15483         * src/addr_compl.c
15484         * src/addressadd.c
15485         * src/addressbook.c
15486         * src/addrgather.c
15487         * src/addrindex.c
15488         * src/alertpanel.c
15489         * src/browseldap.c
15490         * src/codeconv.c
15491         * src/codeconv.h
15492         * src/compose.c
15493         * src/compose.h
15494         * src/crash.c
15495         * src/editaddress.c
15496         * src/editbook.c
15497         * src/editgroup.c
15498         * src/editjpilot.c
15499         * src/editldap.c
15500         * src/editldap_basedn.c
15501         * src/editvcard.c
15502         * src/exphtmldlg.c
15503         * src/expldifdlg.c
15504         * src/export.c
15505         * src/exporthtml.c
15506         * src/filtering.c
15507         * src/folder.c
15508         * src/folder_item_prefs.c
15509         * src/foldersel.c
15510         * src/folderview.c
15511         * src/grouplistdialog.c
15512         * src/headerview.c
15513         * src/imap.c
15514         * src/imap_gtk.c
15515         * src/import.c
15516         * src/importldif.c
15517         * src/importmutt.c
15518         * src/importpine.c
15519         * src/inc.c
15520         * src/ldif.c
15521         * src/main.c
15522         * src/mainwindow.c
15523         * src/matcher.c
15524         * src/mbox.c
15525         * src/message_search.c
15526         * src/messageview.c
15527         * src/mh.c
15528         * src/mh_gtk.c
15529         * src/mimeview.c
15530         * src/msgcache.c
15531         * src/news.c
15532         * src/news_gtk.c
15533         * src/noticeview.c
15534         * src/partial_download.c
15535         * src/pop.c
15536         * src/prefs_account.c
15537         * src/prefs_actions.c
15538         * src/prefs_common.c
15539         * src/prefs_customheader.c
15540         * src/prefs_display_header.c
15541         * src/prefs_ext_prog.c
15542         * src/prefs_filtering.c
15543         * src/prefs_filtering_action.c
15544         * src/prefs_folder_item.c
15545         * src/prefs_fonts.c
15546         * src/prefs_gtk.c
15547         * src/prefs_matcher.c
15548         * src/prefs_msg_colors.c
15549         * src/prefs_spelling.c
15550         * src/prefs_summary_column.c
15551         * src/prefs_template.c
15552         * src/prefs_themes.c
15553         * src/prefs_toolbar.c
15554         * src/prefs_wrapping.c
15555         * src/privacy.c
15556         * src/procheader.c
15557         * src/procmime.c
15558         * src/procmsg.c
15559         * src/quote_fmt.c
15560         * src/recv.c
15561         * src/send_message.c
15562         * src/setup.c
15563         * src/sourcewindow.c
15564         * src/ssl_manager.c
15565         * src/statusbar.c
15566         * src/summary_search.c
15567         * src/summaryview.c
15568         * src/textview.c
15569         * src/toolbar.c
15570         * src/wizard.c
15571         * src/common/nntp.c
15572         * src/common/plugin.c
15573         * src/common/smtp.c
15574         * src/common/ssl.c
15575         * src/common/ssl_certificate.c
15576         * src/common/string_match.c
15577         * src/common/sylpheed.c
15578         * src/common/template.c
15579         * src/common/utils.c
15580         * src/gtk/about.c
15581         * src/gtk/colorlabel.c
15582         * src/gtk/description_window.c
15583         * src/gtk/filesel.c
15584         * src/gtk/foldersort.c
15585         * src/gtk/gtkaspell.c
15586         * src/gtk/gtkutils.c
15587         * src/gtk/inputdialog.c
15588         * src/gtk/logwindow.c
15589         * src/gtk/menu.c
15590         * src/gtk/pluginwindow.c
15591         * src/gtk/prefswindow.c
15592         * src/gtk/progressdialog.c
15593         * src/gtk/quicksearch.c
15594         * src/gtk/sslcertwindow.c
15595         * src/plugins/clamav/clamav_plugin.c
15596         * src/plugins/clamav/clamav_plugin_gtk.c
15597         * src/plugins/demo/demo.c
15598         * src/plugins/dillo_viewer/dillo_prefs.c
15599         * src/plugins/dillo_viewer/dillo_viewer.c
15600         * src/plugins/image_viewer/plugin.c
15601         * src/plugins/image_viewer/viewer.c
15602         * src/plugins/image_viewer/viewerprefs.c
15603         * src/plugins/mathml_viewer/mathml_viewer.c
15604         * src/plugins/pgpmime/passphrase.c
15605         * src/plugins/pgpmime/plugin.c
15606         * src/plugins/pgpmime/prefs_gpg.c
15607         * src/plugins/pgpmime/select-keys.c
15608         * src/plugins/pgpmime/sgpgme.c
15609         * src/plugins/spamassassin/spamassassin.c
15610         * src/plugins/spamassassin/spamassassin_gtk.c
15611         * src/plugins/trayicon/trayicon.c
15612                 sync with main (revision 104)
15613
15614 2005-02-10 [colin]      1.0.1cvs3.1
15615
15616         * src/mainwindow.c
15617                 Sync with HEAD (fix occasional crasher)
15618
15619 2005-02-10 [colin]      1.0.1cvs2.1
15620
15621         * src/messageview.c
15622                 Synw with HEAD (don't automatically display html)
15623
15624 2005-02-09 [colin]      1.0.1cvs1.3
15625
15626         * src/textview.c
15627         * src/textview.h
15628                 Add contextual menu on emails
15629
15630 2005-02-09 [colin]      1.0.1cvs1.2
15631
15632         * src/codeconv.c
15633                 Fix converting from broken headers and 
15634                 put back the _ in missing places
15635                 (feature broke with cvs24.2 sync, main 
15636                  possibly affected?)
15637
15638 2005-02-09 [colin]      1.0.1cvs1.1
15639
15640         * src/messageview.c
15641         * src/mimeview.c
15642         * src/mimeview.h
15643                 Sync with HEAD (display non text/plain mails with plugin)
15644
15645 2005-02-08 [colin]      1.0.1.1
15646
15647         * ChangeLog.claws
15648         * po/pt_BR.po
15649                 Sync with HEAD
15650         * configure.ac
15651                 Make default configuration directory 
15652                 be .sylpheed-gtk2
15653
15654 2005-02-08 [colin]      1.0.0cvs29.1
15655
15656         * po/de.po
15657         * po/es.po
15658         * po/fr.po
15659         * po/it.po
15660         * po/sk.po
15661         * po/sr.po
15662                 Sync translations with HEAD
15663
15664 2005-02-06 [colin]      1.0.0cvs28.3
15665
15666         * src/compose.c
15667                 Make compose a bit faster - patch by Alfons.
15668
15669 2005-02-06 [colin]      1.0.0cvs28.2
15670
15671         * src/compose.c
15672                 Make pasting via middle-click more reliable
15673
15674 2005-02-05 [paul]       1.0.0cvs28.1
15675
15676         * ChangeLog
15677         * ChangeLog.claws
15678         * ChangeLog.jp
15679         * configure.ac
15680         * src/compose.c
15681                 sync with HEAD
15682                 (fix bug 682 'redirect is broken'
15683
15684 2005-02-05 [torte]      1.0.0cvs27.1
15685
15686         * ChangeLog.claws
15687         * configure.ac
15688         * src/partial_download.c
15689                 Sync with HEAD (fix buf overflow)
15690
15691 2005-02-03 [colin]      1.0.0cvs26.1
15692
15693         * src/common/plugin.c
15694                 Sync with HEAD (avoid plugin mismatches)
15695
15696 2005-02-03 [paul]       1.0.0cvs25.3
15697
15698         * src/folderview.c
15699         * src/headerview.c
15700         * src/summaryview.c
15701         * src/textview.c
15702         * src/gtk/colorlabel.c
15703                 third and final part of initial sync with main-gtk2
15704
15705 2005-02-03 [paul]       1.0.0cvs25.2
15706
15707         * src/jpilot.c
15708                 fix building with jpilot support
15709
15710 2005-02-02 [colin]      1.0.0cvs25.1
15711
15712         * src/messageview.c
15713                 Sync with HEAD (fix dangerous typo)
15714
15715 2005-02-01 [colin]      1.0.0cvs24.3
15716
15717         * src/common/xml.c
15718                 Write file as advertised (UTF-8)
15719
15720 2005-02-01 [paul]       1.0.0cvs24.2
15721
15722         * src/addrbook.c
15723         * src/addrindex.c
15724         * src/alertpanel.h
15725         * src/codeconv.c
15726         * src/codeconv.h
15727         * src/compose.c
15728         * src/export.c
15729         * src/folder_item_prefs.c
15730         * src/html.c
15731         * src/imap.c
15732         * src/import.c
15733         * src/jpilot.c
15734         * src/mainwindow.c
15735         * src/matcher_parser_lex.l
15736         * src/messageview.c
15737         * src/mh.c
15738         * src/prefs_account.c
15739         * src/prefs_actions.c
15740         * src/prefs_common.c
15741         * src/prefs_gtk.c
15742         * src/prefs_gtk.h
15743         * src/prefs_themes.c
15744         * src/procheader.c
15745         * src/procmime.c
15746         * src/sourcewindow.c
15747         * src/statusbar.c
15748         * src/summaryview.c
15749         * src/textview.c
15750         * src/toolbar.c
15751         * src/unmime.c
15752         * src/common/template.c
15753         * src/common/utils.c
15754         * src/common/xml.c
15755         * src/common/xml.h
15756         * src/gtk/gtkaspell.c
15757         * src/plugins/clamav/clamav_plugin.c
15758         * src/plugins/dillo_viewer/dillo_prefs.c
15759         * src/plugins/image_viewer/viewerprefs.c
15760         * src/plugins/pgpmime/passphrase.c
15761         * src/plugins/pgpmime/prefs_gpg.c
15762         * src/plugins/pgpmime/select-keys.c
15763         * src/plugins/spamassassin/spamassassin.c
15764                 second part of initial sync with main-gtk2
15765                 (more to follow)
15766
15767 2005-01-31 [colin]      1.0.0cvs24.1
15768
15769         * src/compose.c
15770                 Sync with HEAD
15771
15772 2005-01-29 [paul]       1.0.0cvs23.2
15773
15774         * src/account.c
15775         * src/action.c
15776         * src/addressadd.c
15777         * src/addressbook.c
15778         * src/alertpanel.c
15779         * src/compose.c
15780         * src/editaddress.c
15781         * src/editbook.c
15782         * src/editgroup.c
15783         * src/editjpilot.c
15784         * src/editldap.c
15785         * src/editldap_basedn.c
15786         * src/editvcard.c
15787         * src/export.c
15788         * src/foldersel.c
15789         * src/grouplistdialog.c
15790         * src/import.c
15791         * src/importldif.c
15792         * src/inc.c
15793         * src/main.c
15794         * src/mainwindow.c
15795         * src/message_search.c
15796         * src/messageview.c
15797         * src/mimeview.c
15798         * src/prefs_actions.c
15799         * src/prefs_common.c
15800         * src/prefs_common.h
15801         * src/prefs_customheader.c
15802         * src/prefs_display_header.c
15803         * src/prefs_filtering.c
15804         * src/prefs_filtering_action.c
15805         * src/prefs_gtk.c
15806         * src/prefs_matcher.c
15807         * src/prefs_summary_column.c
15808         * src/prefs_template.c
15809         * src/sourcewindow.c
15810         * src/summary_search.c
15811         * src/summaryview.c
15812         * src/textview.c
15813         * src/gtk/about.c
15814         * src/gtk/description_window.c
15815         * src/gtk/gtkshruler.c
15816         * src/gtk/gtkutils.c
15817         * src/gtk/gtkutils.h
15818         * src/gtk/inputdialog.c
15819         * src/gtk/logwindow.c
15820         * src/gtk/prefswindow.c
15821         * src/gtk/progressdialog.c
15822         * src/gtk/progressdialog.h
15823                 first part of initial sync with main-gtk2
15824                 (more to follow)
15825
15826 2005-01-28 [colin]      1.0.0cvs23.1
15827
15828         * src/folderview.c
15829                 Sync with HEAD
15830
15831 2005-01-27 [colin]      1.0.0cvs21.1
15832
15833         * src/folder.c
15834         * src/folderview.c
15835                 Sync with HEAD
15836
15837 2005-01-27 [colin]      1.0.0cvs19.1
15838
15839         * src/procmime.c
15840                 Sync with HEAD
15841
15842 2005-01-27 [colin]      1.0.0cvs18.1
15843
15844         * src/messageview.c
15845         * src/summaryview.c
15846         * src/mainwindow.c
15847         * src/compose.c
15848         * src/compose.h
15849         * src/procmsg.c
15850         * src/procmsg.h
15851         * src/toolbar.c
15852                 Sync with HEAD
15853
15854 2005-01-26 [paul]       1.0.0cvs15.2
15855
15856         * src/compose.c
15857                 compose_entries_set(): convert subject and body to
15858                 utf8 if necessary. patch by Felix Eckhofer
15859
15860 2005-01-26 [paul]       1.0.0cvs15.1
15861
15862         * configure.ac
15863         * src/common/template.c
15864                 sync with HEAD (fix memory leak)
15865
15866 2005-01-25 [paul]       1.0.0cvs14.1
15867
15868         * configure.ac
15869         * src/compose.c
15870                 sync with HEAD
15871
15872 2005-01-24 [colin]      1.0.0cvs13.1
15873
15874         * src/summaryview.c
15875                 Sync with HEAD
15876
15877 2005-01-24 [paul]       1.0.0cvs12.1
15878
15879         * configure.ac
15880         * src/messageview.c
15881         * src/mh.c
15882         * src/common/utils.c
15883                 sync with HEAD
15884
15885 2005-01-24 [colin]      1.0.0cvs11.1
15886
15887         * src/procheader.c
15888                 Sync with HEAD
15889
15890 2005-01-24 [colin]      1.0.0cvs10.1
15891
15892         * src/folderview.c
15893                 Sync with HEAD
15894
15895 2005-01-23 [colin]      1.0.0cvs9.1
15896
15897         * src/crash.c
15898                 Sync with HEAD
15899
15900 2005-01-22 [colin]      1.0.0cvs8.1
15901
15902         * src/summaryview.c
15903         * src/gtk/quicksearch.c
15904                 Sync with HEAD
15905
15906 2005-01-21 [colin]      1.0.0cvs7.1
15907
15908         * src/summaryview.c
15909                 Sync with HEAD
15910
15911 2005-01-21 [colin]      1.0.0cvs6.1
15912
15913         * src/summaryview.c
15914                 Sync with HEAD
15915
15916 2005-01-21 [colin]      1.0.0cvs5.1
15917
15918         * src/gtk/quicksearch.c
15919         * src/prefs_common.c
15920         * src/prefs_common.h
15921                 Sync with HEAD (recurse option)
15922
15923 2005-01-21 [colin]      1.0.0cvs4.1
15924
15925         * src/folder.h
15926         * src/folderview.c
15927         * src/folderview.h
15928         * src/summaryview.c
15929         * src/gtk/quicksearch.c
15930         * src/gtk/quicksearch.h
15931                 Sync with HEAD (recursive quicksearch)
15932
15933 2005-01-20 [colin]      1.0.0cvs3.4
15934
15935         * src/ssl_manager.c
15936                 Remove useless code
15937
15938 2005-01-20 [colin]      1.0.0cvs3.3
15939
15940         * src/ssl_manager.c
15941                 Fix leak, thanks to Alfons.
15942
15943 2005-01-20 [colin]      1.0.0cvs3.2
15944
15945         * src/ssl_manager.c
15946                 Port SSL certificate window to GTK2.
15947
15948 2005-01-20 [paul]       1.0.0cvs3.1
15949
15950         * ChangeLog.claws
15951         * configure.ac
15952         * src/addrindex.c
15953         * src/addrindex.h
15954                 sync with HEAD
15955
15956 2005-01-19 [colin]      1.0.0cvs2.2
15957
15958         * src/plugins/trayicon/trayicon.c
15959                 Fix freeze with gtk-2.6, the easy way
15960                 (signal blocking helpless there...)
15961                 Closes bug #668.
15962
15963 2005-01-19 [colin]      1.0.0cvs2.1
15964
15965         * src/mbox.c
15966         * src/mbox.h
15967         * src/mainwindow.c
15968         * src/summaryview.c
15969         * src/summaryview.h
15970                 Sync with HEAD
15971
15972 2005-01-19 [paul]       1.0.0cvs1.1
15973
15974         * configure.ac
15975         * po/de.po
15976         * po/es.po
15977         * po/fr.po
15978         * po/hr.po
15979         * po/it.po
15980         * po/ja.po
15981         * po/ko.po
15982         * po/pt_BR.po
15983         * po/ru.po
15984         * po/sk.po
15985         * po/sr.po
15986                 sync with HEAD (update translations)
15987
15988 2005-01-18 [colin]      1.0.0cvs0.1
15989
15990         * src/foldersel.c
15991                 Specify search column - patch by Alfons
15992
15993 2005-01-18 [colin]      0.9.13cvs36.3
15994
15995         * src/prefs_toolbar.c
15996                 Change Delete to Remove
15997         * src/prefs_fonts.c
15998                 GTK2 version and leak fixes
15999         * src/prefs_actions.c
16000                 Add stock buttons.
16001                 All patches by Alfons
16002
16003 2005-01-17 [colin]      0.9.13cvs36.2
16004
16005         * src/compose.c
16006                 Fix DnD inserting twice. While at it,
16007                 add DnD support for text/plain in the
16008                 body, and add support in the headers.
16009
16010 2005-01-16 [colin]      0.9.13cvs36.1
16011
16012         * ChangeLog
16013         * ChangeLog.jp
16014         * ChangeLog.claws
16015                 Sync with HEAD (nothing applicable)
16016
16017 2005-01-16 [colin]      0.9.13cvs33.2
16018
16019         * src/prefs_toolbar.c
16020                 GTK2ize prefs_toolbar, by Alfons.
16021
16022 2005-01-14 [colin]      0.9.13cvs33.1
16023
16024         * src/html.c
16025         * src/msgcache.c
16026                 Sync with HEAD
16027
16028 2005-01-14 [colin]      0.9.13cvs32.1
16029
16030         * src/html.c
16031         * src/html.h
16032         * src/msgcache.c
16033         * AUTHORS
16034         * tools/calypso_convert.pl
16035                 Sync with HEAD
16036
16037 2005-01-08 [colin]      0.9.13cvs29.2
16038
16039         * src/prefs_filtering_action.c
16040         * src/prefs_filtering.c
16041                 2 more gtk2 patches by Alfons
16042
16043 2005-01-07 [paul]       0.9.13cvs29.1
16044
16045         * ChangeLog
16046         * ChangeLog.claws
16047         * ChangeLog.jp
16048         * configure.ac
16049         * src/pop.c
16050         * src/pop.h
16051                 sync with HEAD
16052
16053 2005-01-07 [colin]      0.9.13cvs28.3
16054
16055         * src/gtk/progressdialog.c
16056         * src/gtk/progressdialog.h
16057         * src/inc.c
16058         * src/send_message.c
16059                 GTK2 for the incorporation dialog. The CList isn't dead
16060                 yet, for a more smooth migration. Patch by Alfons.
16061
16062 2005-01-06 [colin]      0.9.13cvs28.2
16063
16064         * src/prefs_display_header.c
16065                 GTK2 conversion by Alfons
16066         * src/prefs_actions.c
16067         * src/prefs_matcher.c
16068                 Fix 2 leaks - patch by Alfons
16069
16070 2005-01-06 [colin]      0.9.13cvs28.1
16071
16072         * src/prefs_matcher.c
16073                 Sync with HEAD
16074
16075 2005-01-06 [colin]      0.9.13cvs27.4
16076
16077         * src/prefs_matcher.c
16078                 Fix double-free. Patch by Alfons
16079
16080 2005-01-06 [colin]      0.9.13cvs27.3
16081
16082         * src/prefs_matcher.c
16083                 GTK2 widgets + memleak
16084                 Patch by Alfons
16085
16086 2005-01-05 [colin]      0.9.13cvs27.2
16087
16088         * src/account.c
16089         * src/addr_compl.c
16090         * src/foldersel.c
16091         * src/stock_pixmap.c
16092         * src/stock_pixmap.h
16093                 3 more GTK2 patches by Alfons.
16094
16095 2005-01-04 [colin]      0.9.13cvs27.1
16096
16097         * src/folderview.c
16098         * src/imap_gtk.c
16099         * src/news_gtk.c
16100                 Sync with HEAD
16101
16102 2005-01-04 [colin]      0.9.13cvs25.9
16103
16104         * src/compose.c
16105                 Fix Show Ruler menuitem
16106         * src/prefs_template.c
16107                 Convert to GTK2
16108         * src/common/utils.c
16109                 Make auto pointer stuff handles NULLs
16110                 Patches by Alfons.
16111
16112 2005-01-04 [colin]      0.9.13cvs25.8
16113
16114         * src/compose.c
16115                 Move the attachment list to gtk2
16116                 Patch by Alfons.
16117
16118 2005-01-04 [colin]      0.9.13cvs25.7
16119
16120         * src/textview.c
16121                 Make some keys work again
16122                 Patch by SungHyun Nam <namsh@kldp.org>
16123
16124 2005-01-04 [colin]      0.9.13cvs25.6
16125
16126         * src/gtk/gtkshruler.c
16127                 Move the ruler to GTK2
16128                 Patch by Alfons
16129
16130 2005-01-03 [colin]      0.9.13cvs25.5
16131
16132         * src/compose.c
16133                 Fix my broken patch apply 
16134
16135 2005-01-03 [colin]      0.9.13cvs25.4
16136
16137         * src/common/utils.c
16138         * src/common/utils.h
16139         * src/gtk/prefswindow.c
16140                 Move auto pointer stuff to utils.c
16141                 Patch by Alfons again :)
16142
16143 2005-01-03 [colin]      0.9.13cvs25.3
16144
16145         * src/compose.c
16146         * src/prefs_gtk.c
16147         * src/prefs_template.c
16148         * src/textview.c
16149                 Empty text widgets with empty strings, not NULL char
16150                 Patch by SungHyun Nam <namsh@kldp_org>
16151
16152 2005-01-03 [colin]      0.9.13cvs25.2
16153
16154         * src/main.c
16155         * AUTHORS
16156                 Sync with HEAD
16157
16158 2005-01-03 [colin]      0.9.13cvs25.1
16159
16160         * src/pop.c
16161         * src/pop.h
16162                 Sync with HEAD
16163
16164 2005-01-03 [colin]      0.9.13cvs24.3
16165
16166         * src/account.c
16167                 Two patches from Alfons and Alex S Moore:
16168                 fix images, fix return value.
16169
16170 2005-01-01 [colin]      0.9.13cvs24.2
16171
16172         * src/prefs_actions.c
16173                 Fix over-zealous assertion. Patch by Alfons
16174
16175 2005-01-01 [colin]      0.9.13cvs24.1
16176
16177         * src/procmime.c
16178                 Sync with HEAD (leak fix)
16179
16180 2004-12-31 [colin]      0.9.13cvs23.2
16181
16182         * src/prefs_common.c
16183                 GTK2 widgets + stock buttons - patch by Alfons
16184
16185 2004-12-31 [paul]       0.9.13cvs23.1
16186
16187         * configure.ac
16188                 bump up EXTRA_VERSION to match (sync'ed) HEAD
16189         * src/gtk/pluginwindow.c
16190                 use GTK2 widgets and plug memory leaks,
16191                 patches by Alfons
16192
16193 2004-12-30 [colin]      0.9.13cvs22.4
16194
16195         * src/account.c
16196         * src/action.c
16197         * src/export.c
16198         * src/foldersel.c
16199         * src/import.c
16200         * src/message_search.c
16201         * src/prefs_actions.c
16202         * src/prefs_common.c
16203         * src/prefs_customheader.c
16204         * src/prefs_filtering.c
16205         * src/prefs_summary_column.c
16206         * src/summary_search.c
16207         * src/gtk/about.c
16208         * src/gtk/description_window.c
16209         * src/gtk/gtkutils.c
16210         * src/gtk/gtkutils.h
16211         * src/gtk/inputdialog.c
16212         * src/gtk/prefswindow.c
16213                 Use GTK2 stock buttons. Patches by Alfons.
16214
16215 2004-12-30 [colin]      0.9.13cvs22.3
16216
16217         * src/account.c
16218                 Sync with HEAD
16219         * src/prefs_actions.c
16220         * src/prefs_customheader.c
16221         * src/prefs_filtering.c
16222         * src/prefs_msg_colors.c
16223         * src/prefs_summary_column.c
16224         * src/gtk/prefswindow.c
16225                 Use GtkTreeView instead of deprecated 
16226                 widgets. Patches by Alfons.
16227
16228 2004-12-30 [paul]       0.9.13cvs22.2
16229
16230         * src/foldersel.c
16231                 use GTK 2 Tree View
16232                 patch by Alfons, with root folder sorting fix
16233                 by Stephan Sachse
16234
16235 2004-12-30 [paul]       0.9.13cvs22.1
16236
16237         * ChangeLog
16238         * ChangeLog.claws
16239         * ChangeLog.jp
16240         * NEWS
16241         * configure.ac
16242         * src/account.c
16243                 sync with HEAD
16244
16245 2004-12-22 [martin]     0.9.13cvs21.2
16246
16247         * src/action.c
16248                 free the command line after its use
16249
16250 2004-12-18 [paul]       0.9.13cvs21.1
16251
16252         * AUTHORS
16253         * ChangeLog
16254         * ChangeLog.claws
16255         * ChangeLog.jp
16256         * NEWS
16257         * configure.ac
16258         * src/action.c
16259         * src/compose.c
16260         * src/syldap.c
16261                 sync with HEAD
16262
16263 2004-12-17 [martin]     0.9.13cvs17.2
16264
16265         * src/action.c
16266                 convert actions input to locale
16267         * src/inc.c
16268                 convert notification command to locale
16269         * src/plugins/pgpmime/select-keys.c
16270                 convert attributes to utf8
16271
16272 2004-12-14 [colin]      0.9.13cvs17.1
16273
16274         * ChangeLog
16275         * ChangeLog.jp
16276         * ChangeLog.claws
16277         * src/action.c
16278         * src/common/utils.c
16279         * src/gtk/prefswindow.c
16280         * src/gtk/gtkutils.c
16281         * src/gtk/gtkutils.h
16282         * src/plugins/spamassassin/libspamc.c
16283                 Sync with HEAD
16284
16285 2004-12-13 [colin]      0.9.13cvs14.1
16286
16287         * src/quote_fmt_parse.y
16288                 Sync with HEAD
16289
16290 2004-12-10 [colin]      0.9.13cvs12.1
16291
16292         * src/prefs_themes.c
16293         * src/mainwindow.c
16294         * src/messageview.c
16295                 Sync with HEAD
16296
16297 2004-12-09 [colin]      0.9.13cvs10.1
16298
16299         * src/procmime.c
16300                 Sync with HEAD (fix B64 encoding from memory)
16301
16302 2004-12-08 [colin]      0.9.13cvs9.1
16303
16304         * src/gtk/colorlabel.c
16305                 Sync with HEAD
16306
16307 2004-12-08 [paul]       0.9.13cvs8.2
16308
16309         * src/gtk/pluginwindow.c
16310                 fix window resizing oddities
16311
16312 2004-12-08 [colin]      0.9.13cvs8.1
16313
16314         * src/quote_fmt_parse.y
16315                 Sync with HEAD
16316
16317 2004-12-08 [colin]      0.9.13cvs7.1
16318
16319         * src/matcher_parser_parse.y
16320         * src/msgcache.c
16321         * src/prefs_matcher.c
16322         * src/procheader.c
16323         * src/matcher.c
16324         * src/common/defs.h
16325         * po/sr.po
16326                 Sync with HEAD
16327
16328 2004-12-08 [colin]      0.9.13cvs6.1
16329
16330         * src/quote_fmt_parse.y
16331         * src/textview.c
16332                 Sync with HEAD
16333         * src/gtk/prefswindow.c
16334         * src/gtk/pluginwindow.c
16335                 Fix G_CALLBACKS protos (thanks to Alfons)
16336
16337 2004-12-07 [torte]      0.9.13cvs2.2
16338
16339         * src/procmime.c
16340                 [Bug 650] reply button causes crash
16341                 Thanks to David Relson and Christoph
16342
16343 2004-12-07 [colin]      0.9.13cvs2.1
16344
16345         * ChangeLog.claws
16346         * AUTHORS
16347         * po/sk.po
16348         * src/procmime.c
16349         * src/prefs_account.c
16350         * src/common/smtp.c
16351         * src/common/smtp.h
16352                 Sync with HEAD
16353
16354 2004-12-06 [colin]      0.9.12cvs187.1
16355
16356         * ChangeLog.claws
16357         * INSTALL
16358         * Makefile.am
16359         * README.claws
16360         * TODO.claws
16361         * configure.ac
16362         * po/bg.po
16363         * po/cs.po
16364         * po/el.po
16365         * po/en_GB.po
16366         * po/es.po
16367         * po/fr.po
16368         * po/hr.po
16369         * po/hu.po
16370         * po/it.po
16371         * po/ja.po
16372         * po/ko.po
16373         * po/nl.po
16374         * po/pl.po
16375         * po/pt_BR.po
16376         * po/ru.po
16377         * po/sk.po
16378         * po/sr.po
16379         * po/sv.po
16380         * po/zh_CN.po
16381         * po/zh_TW.Big5.po
16382         * src/compose.c
16383         * tools/Makefile.am
16384         * tools/README
16385         * tools/filter_conv.pl
16386         * tools/kdeservicemenu/README
16387         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16388         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16389                 Sync with HEAD
16390
16391 2004-12-04 [colin]      0.9.12cvs183.1
16392
16393         * src/compose.c
16394                 Sync with HEAD (compose window position saving)
16395
16396 2004-12-04 [paul]       0.9.12cvs182.3
16397
16398         * src/messageview.c
16399         * src/mimeview.c
16400         * src/prefs_customheader.c
16401         * src/gtk/quicksearch.c
16402                 replace some forgotten GTK_SIGNAL_FUNCs
16403
16404 2004-12-04 [paul]       0.9.12cvs182.2
16405
16406         * src/Makefile.am
16407                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16408                 committed in error      
16409
16410 2004-12-04 [paul]       0.9.12cvs182.1
16411
16412         * ChangeLog
16413         * ChangeLog.claws
16414         * ChangeLog.jp
16415         * INSTALL
16416         * NEWS
16417         * README
16418         * README.jp
16419         * configure.ac
16420         * doc/manual/ja/Makefile.am
16421         * doc/manual/ja/sylpheed-1.html
16422         * doc/manual/ja/sylpheed-10.html
16423         * doc/manual/ja/sylpheed-11.html
16424         * doc/manual/ja/sylpheed-12.html
16425         * doc/manual/ja/sylpheed-13.html
16426         * doc/manual/ja/sylpheed-14.html
16427         * doc/manual/ja/sylpheed-15.html
16428         * doc/manual/ja/sylpheed-16.html
16429         * doc/manual/ja/sylpheed-17.html
16430         * doc/manual/ja/sylpheed-18.html
16431         * doc/manual/ja/sylpheed-19.html
16432         * doc/manual/ja/sylpheed-2.html
16433         * doc/manual/ja/sylpheed-20.html
16434         * doc/manual/ja/sylpheed-3.html
16435         * doc/manual/ja/sylpheed-4.html
16436         * doc/manual/ja/sylpheed-5.html
16437         * doc/manual/ja/sylpheed-6.html
16438         * doc/manual/ja/sylpheed-7.html
16439         * doc/manual/ja/sylpheed-8.html
16440         * doc/manual/ja/sylpheed-9.html
16441         * doc/manual/ja/sylpheed.html
16442         * doc/manual/ja/sylpheed.sgml
16443         * po/de.po
16444         * src/Makefile.am
16445         * src/compose.c
16446         * src/procmime.c
16447         * src/pixmaps/regular.xpm **REMOVED**
16448         * src/plugins/pgpmime/pgpmime.c
16449         * src/plugins/pgpmime/plugin.c
16450         * src/plugins/pgpmime/prefs_gpg.c
16451                 sync with HEAD
16452
16453 2004-12-03 [paul]       0.9.12cvs180.1
16454
16455         * ChangeLog
16456         * ChangeLog.claws
16457         * ChangeLog.jp
16458         * configure.ac
16459         * src/Makefile.am
16460         * src/pop.c
16461         * src/common/utils.c
16462         * src/common/utils.h
16463         * src/pixmaps/continue.xpm
16464         * src/pixmaps/dir_close.xpm
16465         * src/pixmaps/dir_open.xpm
16466         * src/pixmaps/drafts_close.xpm
16467         * src/pixmaps/drafts_open.xpm
16468         * src/pixmaps/folder.xpm **REMOVED**
16469         * src/pixmaps/group.xpm
16470         * src/pixmaps/unread.xpm
16471                 sync with HEAD
16472
16473 2004-12-02 [colin]      0.9.12cvs179.1
16474
16475         * src/compose.c
16476                 Sync with HEAD (non-duplicated reedition)
16477
16478 2004-12-02 [colin]      0.9.12cvs178.1
16479
16480         * src/compose.c
16481                 Sync with HEAD (linewrap_quote fix)
16482
16483 2004-12-01 [colin]      0.9.12cvs177.3
16484
16485         * src/addrharvest.c
16486                 Replace sizeof with strlen
16487
16488 2004-12-01 [paul]       0.9.12cvs177.2
16489
16490         * src/addrharvest.c
16491                 fix 'harvest addresses'
16492
16493 2004-11-30 [colin]      0.9.12cvs177.1
16494
16495         * src/gtk/prefswindow.c
16496         * src/gtk/pluginwindow.c
16497                 Sync with HEAD
16498
16499 2004-11-29 [colin]      0.9.12cvs176.1
16500
16501         * src/folderview.c
16502                 sync with HEAD (Fix disappearing separators in folderview's popup)
16503
16504 2004-11-29 [colin]      0.9.12cvs175.1
16505
16506         * src/procmime.c
16507                 Sync with head (another format fix)
16508
16509 2004-11-29 [colin]      0.9.12cvs174.1
16510
16511         * src/pop.c
16512                 Sync with HEAD (format string fix)
16513
16514 2004-11-26 [colin]      0.9.12cvs173.1
16515
16516         * src/common/smtp.c
16517         * src/common/smtp.h
16518                 Sync with HEAD
16519
16520 2004-11-24 [colin]      0.9.12cvs172.1
16521
16522         * src/plugins/pgpmime/pgpmime.c
16523                 Sync with HEAD
16524
16525 2004-11-24 [colin]      0.9.12cvs171.1
16526
16527         * src/plugins/pgpmime/pgpmime.c
16528                 Sync with head (gpgmectx leaks)
16529
16530 2004-11-24 [colin]      0.9.12cvs169.1
16531
16532         * src/plugins/pgpmime/plugin.c
16533         * src/plugins/trayicon/Makefile.am
16534         * src/plugins/trayicon/newmarkedmail.xpm
16535         * src/plugins/trayicon/trayicon.c
16536         * src/plugins/trayicon/unreadmarkedmail.xpm
16537                 Sync with HEAD
16538
16539 2004-11-23 [colin]      0.9.12cvs168.1
16540
16541         * src/partial_download.c
16542         * src/partial_download.h
16543         * src/plugins/pgpmime/plugin.c
16544                 Sync with HEAD
16545
16546 2004-11-23 [colin]      0.9.12cvs166.1
16547
16548         * src/Makefile.am
16549         * src/codeconv.c
16550         * src/compose.c
16551         * src/folderview.c
16552         * src/main.c
16553         * src/partial_download.c
16554         * src/partial_download.h
16555         * src/prefs_account.c
16556         * src/prefs_account.h
16557         * src/privacy.c
16558         * src/privacy.h
16559         * src/procmime.c
16560         * src/common/Makefile.am
16561         * src/common/base64.h
16562         * src/common/partial_download.c
16563         * src/common/partial_download.h
16564         * src/gtk/prefswindow.c
16565         * src/gtk/prefswindow.h
16566         * src/plugins/pgpmime/pgpmime.c
16567         * src/plugins/pgpmime/prefs_gpg.c
16568         * src/plugins/pgpmime/prefs_gpg.h
16569         * src/plugins/pgpmime/sgpgme.c
16570         * src/plugins/pgpmime/sgpgme.h
16571                 Sync with HEAD
16572
16573 2004-11-23 [colin]      0.9.12cvs163.1
16574
16575         * src/main.c
16576                 Sync with HEAD (cursor optimization)
16577
16578 2004-11-23 [colin]      0.9.12cvs162.1
16579
16580         * src/prefs_common.c
16581         * src/prefs_themes.c
16582         * src/procmsg.c
16583                 Sync with HEAD
16584
16585 2004-11-23 [colin]      0.9.12cvs158.9
16586
16587         * src/compose.c
16588                 Fix double-free when forwarding
16589         * src/msgcache.c
16590                 Fix leak on error path
16591                 
16592
16593 2004-11-23 [colin]      0.9.12cvs158.8
16594
16595         * src/compose.c
16596                 Fix possible double-free
16597                 Spotted by Alfons
16598
16599 2004-11-23 [colin]      0.9.12cvs158.7
16600
16601         * src/compose.c
16602                 Fix some signal handlers' prototypes
16603                 Spotted by Alfons
16604
16605 2004-11-22 [colin]      0.9.12cvs158.6
16606
16607         * src/compose.c
16608                 Remove unneeded code and duplicated
16609                 wrapping - patch by Alfons
16610
16611 2004-11-22 [colin]      0.9.12cvs158.5
16612
16613         * src/prefs_themes.c
16614                 Fix oversized selector
16615
16616 2004-11-22 [colin]      0.9.12cvs158.4
16617
16618         * src/compose.c
16619                 fix dump_text()
16620                 patch by Alfons
16621
16622 2004-11-19 [colin]      0.9.12cvs158.3
16623
16624         * src/textview.c
16625                 Add a context menu on links (open, copy)
16626
16627 2004-11-18 [paul]       0.9.12cvs158.2
16628
16629         * src/addrgather.c
16630         * src/exphtmldlg.c
16631         * src/expldifdlg.c
16632         * src/mimeview.c
16633         * src/prefs_common.c
16634         * src/plugins/image_viewer/viewer.c
16635         * src/plugins/spamassassin/spamassassin_gtk.c
16636                 replace deprecated gtk_notebook_set_page
16637                 and gtk_notebook_current_page
16638
16639 2004-11-18 [paul]       0.9.12cvs158.1
16640
16641         * configure.ac
16642         * src/compose.c
16643         * src/mainwindow.c
16644         * src/messageview.c
16645         * src/prefs_common.c
16646         * src/common/utils.c
16647         * src/common/utils.h
16648                 sync with HEAD
16649
16650 2004-11-17 [colin]      0.9.12cvs156.1
16651
16652         * src/prefs_account.c
16653         * src/prefs_account.h
16654         * src/procmsg.c
16655                 Sync with HEAD (add pref to store encrypted mails encrypted)
16656
16657 2004-11-17 [paul]       0.9.12cvs155.1
16658
16659         * ChangeLog
16660         * ChangeLog.claws
16661         * ChangeLog.jp
16662         * NEWS
16663         * configure.ac
16664         * src/compose.c
16665         * src/jpilot.c
16666         * src/privacy.c
16667         * src/procmime.c
16668         * src/procmime.h
16669         * src/procmsg.c
16670         * src/toolbar.c
16671         * src/pixmaps/error.xpm
16672                 sync with HEAD
16673
16674 2004-11-17 [colin]      0.9.12cvs151.1
16675
16676         * src/plugins/pgpmime/pgpmime.c
16677                 Sync with HEAD (remove debug printf)
16678
16679 2004-11-17 [colin]      0.9.12cvs150.1
16680
16681         * src/plugins/pgpmime/pgpmime.c
16682                 Sync with HEAD (off-by-one fix)
16683
16684 2004-11-17 [colin]      0.9.12cvs149.1
16685
16686         * src/procmsg.c
16687                 Sync with HEAD (coding style fixes)
16688
16689 2004-11-16 [colin]      0.9.12cvs148.1
16690
16691         * src/procmsg.c
16692                 Sync with head (Fix the fix)
16693
16694 2004-11-16 [colin]      0.9.12cvs147.1
16695
16696         * src/procmsg.c
16697                 Sync with Main (leak fix)
16698
16699 2004-11-16 [colin]      0.9.12cvs146.14
16700
16701         * src/compose.c
16702                 Remove useless chunk of code
16703                 Patch by Alfons
16704
16705 2004-11-15 [colin]      0.9.12cvs146.13
16706
16707         * src/compose.c
16708                 Fix drafting after insertion
16709                 Patch by Alfons
16710
16711 2004-11-15 [colin]      0.9.12cvs146.12
16712
16713         * src/compose.c
16714         * src/prefs_filtering.c
16715         * src/prefs_filtering_action.c
16716         * src/prefs_toolbar.c
16717                 Fix some const-correctness
16718
16719 2004-11-15 [colin]      0.9.12cvs146.11
16720
16721         * src/summaryview.c
16722         * src/prefs_themes.c
16723         * src/messageview.c
16724                 Fix some leaks
16725
16726 2004-11-15 [colin]      0.9.12cvs146.10
16727
16728         * src/codeconv.c
16729                 More unreadable locale fixes
16730
16731 2004-11-14 [colin]      0.9.12cvs146.9
16732
16733         * src/textview.c
16734                 Fix uri_security_check
16735                 Patch by Alfons
16736
16737 2004-11-13 [paul]       0.9.12cvs146.8
16738
16739         * src/folder.c
16740         * src/procmime.c
16741                 fix 2 bugs introduced in last commit
16742
16743 2004-11-13 [paul]       0.9.12cvs146.7
16744
16745         * src/compose.c
16746         * src/exporthtml.c
16747         * src/exportldif.c
16748         * src/folder.c
16749         * src/imap.c
16750         * src/imap_gtk.c
16751         * src/main.c
16752         * src/mainwindow.c
16753         * src/messageview.c
16754         * src/mh_gtk.c
16755         * src/prefs_themes.c
16756         * src/procmime.c
16757         * src/setup.c
16758         * src/summaryview.c
16759                 replace deprecated g_basename
16760
16761 2004-11-13 [paul]       0.9.12cvs146.6
16762
16763         * src/compose.c
16764         * src/imap.c
16765         * src/matcher_parser.h
16766         * src/matcher_parser_parse.y
16767         * src/prefs_filtering.c
16768         * src/prefs_filtering_action.c
16769         * src/prefs_themes.c
16770         * src/prefs_toolbar.c
16771         * src/common/utils.c
16772                 various small fixes/cleanups
16773
16774 2004-11-12 [colin]      0.9.12cvs146.5
16775
16776         * src/textview.c
16777                 Validate event's origin on visibility notify
16778                 Patch by Alfons.
16779
16780 2004-11-12 [paul]       0.9.12cvs146.4
16781
16782         * src/exporthtml.c
16783         * src/exportldif.c
16784         * src/imap.c
16785         * src/mh.c
16786         * src/mimeview.c
16787         * src/prefs_spelling.c
16788         * src/prefs_themes.c
16789                 replace deprecated g_dirname    
16790
16791 2004-11-12 [colin]      0.9.12cvs146.3
16792
16793         * src/textview.c
16794                 Some coding style fixes
16795
16796 2004-11-12 [colin]      0.9.12cvs146.2
16797
16798         * src/codeconv.c
16799                 We want to replace _all_ extended chars in
16800                 conv_unreadable_*, because any string containing
16801                 extended chars not parsing as UTF8 is 
16802                 undisplayed on gtk2.
16803
16804 2004-11-12 [paul]       0.9.12cvs146.1
16805
16806         * ChangeLog
16807         * ChangeLog.claws
16808         * ChangeLog.jp
16809         * NEWS
16810         * configure.ac
16811         * src/account.c
16812         * src/folderview.c
16813         * src/folderview.h
16814         * src/imap.c
16815         * src/imap_gtk.c
16816         * src/inc.c
16817         * src/mainwindow.c
16818         * src/mh_gtk.c
16819         * src/news_gtk.c
16820         * src/pop.c
16821         * src/prefs_account.c
16822         * src/prefs_account.h
16823         * src/prefs_ext_prog.c
16824         * src/procmime.c
16825         * src/procmime.h
16826         * src/procmsg.c
16827         * src/procmsg.h
16828         * src/summary_search.c
16829         * src/summaryview.c
16830         * src/textview.c
16831         * src/common/defs.h
16832         * src/common/utils.c
16833         * src/common/utils.h
16834         * src/gtk/menu.c
16835         * src/gtk/menu.h
16836                 sync with HEAD
16837
16838 2004-11-11 [colin]      0.9.12cvs144.2
16839
16840         * src/textview.c
16841                 Fix URI range selection (patch by Alfons)
16842
16843 2004-11-09 [colin]      0.9.12cvs144.1
16844
16845         * ChangeLog.claws
16846         * src/compose.c
16847         * src/folder.c
16848         * src/folder_item_prefs.c
16849         * src/prefs_account.c
16850         * src/prefs_account.h
16851         * src/plugins/pgpmime/pgpmime.c
16852                 Sync with HEAD
16853
16854 2004-11-08 [colin]      0.9.12cvs143.1
16855
16856         * src/summaryview.c
16857                 Sync with HEAD (optimize quicksearch)
16858
16859 2004-11-08 [colin]      0.9.12cvs142.2
16860
16861         * src/compose.c
16862                 Don't wrap when Edit/Auto wrapping is disabled
16863
16864 2004-11-08 [colin]      0.9.12cvs142.1
16865
16866         * src/textview.c
16867                 Sync with HEAD
16868
16869 2004-11-08 [colin]      0.9.12cvs141.1
16870
16871         * src/textview.c
16872                 Sync with HEAD (fix some mail URIs)
16873
16874 2004-11-08 [colin]      0.9.12cvs140.3
16875
16876         * src/textview.c
16877                 o Use text cursor instead of arrow when
16878                   not on a link
16879                 o Fix handling of contiguous links (as in
16880                   "colin@colino.net" <colin@colino.net>)
16881                   This one unveils a bug in get_email_part()
16882
16883 2004-11-07 [colin]      0.9.12cvs140.2
16884
16885         * src/textview.c
16886                 Fix memleak. Patch by Alfons.
16887
16888 2004-11-06 [colin]      0.9.12cvs140.1
16889
16890         * src/compose.c
16891                 Sync with HEAD (don't ask passphrase
16892                 when drafting)
16893
16894 2004-11-06 [paul]       0.9.12cvs139.2
16895
16896         * AUTHORS
16897         * src/textview.c
16898         * src/textview.h
16899                 textview URI handling. hovering over a 
16900                 link displays it in the status bar,
16901                 and changes the mouse pointer to a hand 
16902                 cursor. a link is activated with a single 
16903                 click. (Modified from the) patch by Jean-Yves 
16904                 Lefort <jylefort@users.sourceforge.net>
16905                 
16906
16907 2004-11-05 [colin]      0.9.12cvs139.1
16908
16909         * src/compose.c
16910         * src/procmime.c
16911                 Sync with HEAD again ^^
16912
16913 2004-11-05 [colin]      0.9.12cvs139.1
16914
16915         * src/compose.c
16916         * src/procmime.c
16917                 Sync with HEAD
16918
16919 2004-11-03 [paul]       0.9.12cvs138.1
16920
16921         * ChangeLog.claws
16922         * configure.ac
16923         * po/POTFILES.in
16924         * src/prefs_ext_prog.c
16925         * src/procmime.c
16926         * tools/kdeservicemenu/README
16927         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16928         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16929                 sync with HEAD
16930
16931 2004-11-01 [christoph]  0.9.12cvs136.2
16932
16933         * src/procmime.c
16934                 convert MIME parameters to UTF-8
16935
16936 2004-10-29 [colin]      0.9.12cvs136.1
16937
16938         * src/common/utils.c
16939                 Sync with HEAD (don't use '=' in mime boundary)
16940
16941 2004-10-29 [paul]       0.9.12cvs135.1
16942
16943         * configure.ac
16944         * doc/src/rfc2231.txt
16945         * src/procmime.c
16946         * src/common/quoted-printable.c
16947         * src/common/utils.c
16948         * src/common/utils.h
16949                 sync with HEAD
16950
16951 2004-10-27 [paul]       0.9.12cvs134.1
16952
16953         * configure.ac
16954         * src/main.c
16955         * src/procmime.c
16956         * src/plugins/pgpmime/pgpmime.c
16957                 sync with HEAD
16958
16959 2004-10-26 [paul]       0.9.12cvs132.3
16960
16961         * src/account.c
16962         * src/addressbook.c
16963         * src/addrgather.c
16964         * src/addrharvest.c
16965         * src/codeconv.c
16966         * src/compose.c
16967         * src/customheader.c
16968         * src/editaddress.c
16969         * src/editgroup.c
16970         * src/enriched.c
16971         * src/expldifdlg.c
16972         * src/exporthtml.c
16973         * src/exportldif.c
16974         * src/folder.c
16975         * src/foldersel.c
16976         * src/folderview.c
16977         * src/grouplistdialog.c
16978         * src/html.c
16979         * src/imap.c
16980         * src/jpilot.c
16981         * src/ldapserver.c
16982         * src/ldif.c
16983         * src/mimeview.c
16984         * src/news.c
16985         * src/news_gtk.c
16986         * src/pop.c
16987         * src/prefs_display_header.c
16988         * src/prefs_gtk.c
16989         * src/prefs_msg_colors.c
16990         * src/prefs_toolbar.c
16991         * src/procheader.c
16992         * src/procmime.c
16993         * src/summaryview.c
16994         * src/textview.c
16995         * src/toolbar.c
16996         * src/vcard.c
16997         * src/common/mgutils.c
16998         * src/common/nntp.c
16999         * src/common/smtp.c
17000         * src/common/template.c
17001         * src/common/utils.c
17002         * src/common/xmlprops.c
17003         * src/plugins/pgpmime/pgpmime.c
17004         * src/plugins/pgpmime/select-keys.c
17005         * src/plugins/pgpmime/sgpgme.c
17006                 replace deprecated g_strcasecmp(), g_strncasecmp(),
17007                 g_string_sprintfa(), gtk_notebook_current_page()
17008
17009 2004-10-26 [colin]      0.9.12cvs132.2
17010
17011         * src/prefs_folder_item.c
17012                 Fix default-account selection
17013
17014 2004-10-21 [colin]      0.9.12cvs133
17015
17016         * src/compose.c
17017                 Sync with HEAD (Remove extra separator in compose's Options)
17018         * src/textview.c
17019                 Set wrapping to char
17020
17021 2004-10-21 [paul]       0.9.12cvs131.2
17022
17023         * src/compose.c
17024         * src/sourcewindow.c
17025                 fix wrapping
17026                 fix window shrinking 
17027
17028 2004-10-21 [colin]      0.9.12cvs131.1
17029
17030         * ChangeLog.claws
17031         * src/compose.c
17032                 Sync with HEAD
17033
17034 2004-10-21 [paul]       0.9.12cvs130.2
17035
17036         * src/prefs_folder_item.c
17037                 sync with HEAD (Apply to subfolders)
17038
17039 2004-10-19 [colin]      0.9.12cvs130.1
17040
17041         * ChangeLog.claws
17042         * src/compose.c
17043         * src/common/utils.c
17044         * src/gtk/menu.c
17045                 Sync with HEAD
17046
17047 2004-10-19 [colin]      0.9.12cvs128.1
17048
17049         * src/addrbook.c
17050         * src/addrcache.c
17051         * src/addressbook.c
17052         * src/codeconv.c
17053         * src/compose.c
17054         * src/customheader.c
17055         * src/editaddress.c
17056         * src/editgroup.c
17057         * src/exporthtml.c
17058         * src/folder.c
17059         * src/folderview.c
17060         * src/imap.c
17061         * src/jpilot.c
17062         * src/main.c
17063         * src/matcher_parser_parse.y
17064         * src/mbox.c
17065         * src/pop.c
17066         * src/prefs_account.c
17067         * src/prefs_gtk.c
17068         * src/prefs_msg_colors.c
17069         * src/procheader.c
17070         * src/procmime.c
17071         * src/procmime.h
17072         * src/procmsg.c
17073         * src/summaryview.c
17074         * src/textview.c
17075         * src/common/base64.c
17076         * src/common/partial_download.c
17077         * src/common/socket.c
17078         * src/common/sylpheed.c
17079         * src/common/utils.c
17080         * src/common/utils.h
17081         * src/gtk/pluginwindow.c
17082         * src/gtk/quicksearch.c
17083         * src/plugins/clamav/clamav_plugin.c
17084         * src/plugins/clamav/clamav_plugin.h
17085         * src/plugins/clamav/clamav_plugin_gtk.c
17086         * src/plugins/pgpmime/passphrase.c
17087         * src/plugins/pgpmime/pgpmime.c
17088         * src/plugins/pgpmime/plugin.c
17089         * src/plugins/pgpmime/prefs_gpg.c
17090         * src/plugins/pgpmime/prefs_gpg.h
17091         * src/plugins/pgpmime/select-keys.c
17092         * src/plugins/pgpmime/sgpgme.c
17093         * src/plugins/spamassassin/libspamc.c
17094         * src/plugins/spamassassin/spamassassin.c
17095         * src/plugins/spamassassin/spamassassin.h
17096         * src/plugins/spamassassin/spamassassin_gtk.c
17097         * src/plugins/trayicon/trayicon.c
17098         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
17099                 Sync with HEAD
17100
17101 2004-10-14 [colin]      0.9.12cvs126.2
17102
17103         * src/codeconv.c
17104         * src/textview.c
17105                 Fix conv_unreadable_locale
17106
17107 2004-10-13 [colin]      0.9.12cvs126.1
17108
17109         * src/compose.c
17110                 Sync with HEAD (don't convert charset for 
17111                 drafted messages, minor cleanup)
17112
17113 2004-10-13 [colin]      0.9.12cvs125.1
17114
17115         * po/POTFILES.in
17116                 Sync with HEAD (POTFILES fix)
17117
17118 2004-10-12 [colin]      0.9.12cvs124.3
17119
17120         * src/compose.c
17121                 Fix encoding bug from latest sync
17122
17123 2004-10-12 [paul]       0.9.12cvs124.2
17124
17125         * src/plugins/pgpmime/prefs_gpg.c
17126         * src/plugins/pgpmime/prefs_gpg.h
17127                 forgotten in last commit        
17128
17129 2004-10-12 [paul]       0.9.12cvs124.1
17130
17131         * ChangeLog.claws
17132         * configure.ac
17133         * m4/spamassassin.m4
17134         * src/Makefile.am
17135         * src/account.c
17136         * src/compose.c
17137         * src/compose.h
17138         * src/crash.c
17139         * src/main.c
17140         * src/mimeview.c
17141         * src/passphrase.c
17142         * src/passphrase.h
17143         * src/prefs_account.c
17144         * src/prefs_account.h
17145         * src/prefs_common.c
17146         * src/privacy.c
17147         * src/privacy.h
17148         * src/procmime.c
17149         * src/procmime.h
17150         * src/procmsg.c
17151         * src/rfc2015.c
17152         * src/rfc2015.h
17153         * src/select-keys.c
17154         * src/select-keys.h
17155         * src/textview.c
17156         * src/common/utils.c
17157         * src/common/utils.h
17158         * src/gtk/about.c
17159         * src/plugins/pgpmime/Makefile.am
17160         * src/plugins/pgpmime/passphrase.c
17161         * src/plugins/pgpmime/passphrase.h
17162         * src/plugins/pgpmime/pgpmime.c
17163         * src/plugins/pgpmime/plugin.c
17164         * src/plugins/pgpmime/select-keys.c
17165         * src/plugins/pgpmime/select-keys.h
17166         * src/plugins/pgpmime/sgpgme.c
17167         * src/plugins/pgpmime/sgpgme.h
17168                 sync with HEAD
17169
17170 2004-10-04 [colin]      0.9.12cvs122.1
17171
17172         * src/mainwindow.c
17173         * src/messageview.c
17174         * src/messageview.h
17175         * src/textview.c
17176                 Sync with HEAD
17177
17178 2004-10-04 [colin]      0.9.12cvs121.1
17179
17180         * src/summaryview.c
17181                 Sync with HEAD
17182
17183 2004-10-04 [paul]       0.9.12cvs120.1
17184
17185         * configure.ac
17186                 sync with HEAD [don't try to build 
17187                 pgpmime plugin when gpgme is disabled]
17188
17189 2004-10-03 [colin]      0.9.12cvs119.3
17190
17191         * src/gtk/gtksctree.c
17192                 Lots of side effects. Put back as before 117.2.
17193         * src/summaryview.c
17194                 Fix bug #602
17195
17196 2004-10-03 [colin]      0.9.12cvs119.2
17197
17198         * src/gtk/gtksctree.c
17199                 Revert 608 fix that doesn't work that good
17200
17201 2004-10-02 [colin]      0.9.12cvs119.1
17202
17203         * src/mainwindow.c
17204         * src/messageview.c
17205         * src/prefs_common.h
17206         * src/procmime.c
17207         * src/procmime.h
17208         * src/textview.c
17209                 Sync with HEAD
17210         * src/gtk/gtksctree.c
17211                 Close bug #608
17212
17213 2004-10-01 [colin]      0.9.12cvs118.1
17214
17215         * src/mimeview.c
17216                 Sync with HEAD (better Save All fix)
17217
17218 2004-10-01 [colin]      0.9.12cvs117.2
17219
17220         * src/gtk/gtksctree.c
17221                 Faster on selection
17222
17223 2004-10-01 [colin]      0.9.12cvs117.1
17224
17225         * src/mimeview.c
17226                 Sync with HEAD (Save All: only attachments)
17227
17228 2004-10-01 [paul]       0.9.12cvs116.1
17229
17230         * ChangeLog.claws
17231         * configure.ac
17232         * src/account.c
17233         * src/prefs_common.c
17234         * src/gtk/colorlabel.c
17235                 sync with HEAD
17236
17237 2004-09-30 [colin]      0.9.12cvs115.1
17238
17239         * src/stock_pixmap.c
17240         * src/stock_pixmap.h
17241         * src/folderview.c
17242         * src/Makefile.am
17243         * src/pixmaps/read.xpm
17244                 Sync with HEAD (new pixmap)
17245
17246 2004-09-29 [colin]      0.9.12cvs114.1
17247
17248         * src/compose.c
17249                 Sync with HEAD
17250                 Fix focus handling in headers
17251
17252 2004-09-29 [paul]       0.9.12cvs113.1
17253
17254         * src/quote_fmt_parse.y
17255                 sync with HEAD
17256  
17257
17258 2004-09-28 [colin]      0.9.12cvs112.1
17259
17260         * src/folderview.c
17261         * src/mainwindow.c
17262                 Sync with HEAD
17263
17264 2004-09-28 [colin]      0.9.12cvs110.1
17265
17266         * src/folderview.c
17267                 Sync with HEAD (Contextual Empty trash menu)
17268
17269 2004-09-28 [colin]      0.9.12cvs108.1
17270
17271         * src/addressbook.c
17272                 Sync with HEAD (addressbook edit on double-click)
17273
17274 2004-09-28 [colin]      0.9.12cvs106.1
17275
17276         * src/inc.c
17277                 Sync with HEAD (folder_item freeze on inc)
17278
17279 2004-09-27 [colin]      0.9.12cvs105.1
17280
17281         * src/folderview.c
17282                 Sync with HEAD (right-align new and unread column)
17283
17284 2004-09-27 [colin]      0.9.12cvs104.1
17285
17286         * src/main.c
17287                 Sync with HEAD (revert 0.9.12cvs101)
17288
17289 2004-09-24 [colin]      0.9.12cvs103.2
17290
17291         * src/wizard.c
17292                 Fix gtk warnings and use domain part of the email address 
17293                 when domain detection fails (no dot in domain name)
17294
17295 2004-09-23 [colin]      0.9.12cvs103.1
17296
17297         * src/plugins/spamassassin/libspamc.c
17298         * src/plugins/spamassassin/libspamc.h
17299         * src/plugins/spamassassin/utils.c
17300         * src/plugins/spamassassin/utils.h
17301                 Sync with HEAD (Update spamassassin to 3.0)
17302
17303 2004-09-21 [colin]      0.9.12cvs102.3
17304
17305         * src/action.c
17306                 Add horizontal scrollbar in action io dialog as needed
17307                 Patch by Alfons.
17308
17309 2004-09-20 [colin]      0.9.12cvs102.2
17310
17311         * src/plugins/image_viewer/viewer.c
17312                 Remove imlib stuff
17313                 use gtk_pixmap_set when clearing
17314                 (would be better to use gtkImages, but causes size-allocate 
17315                 signals storm)
17316
17317 2004-09-17 [paul]       0.9.12cvs102.1
17318
17319         * ChangeLog
17320         * ChangeLog.claws
17321         * ChangeLog.jp
17322         * configure.ac
17323         * src/inc.c
17324                 sync with HEAD
17325
17326
17327 2004-09-17 [colin]      0.9.12cvs101.1
17328
17329         * ChangeLog.claws
17330         * src/main.c
17331                 Sync with HEAD (fix segs at exit)
17332
17333 2004-09-14 [colin]      0.9.12cvs99.5
17334
17335         * src/common/socket.c
17336         * AUTHORS
17337                 Fix send error on 64bit platforms
17338                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17339
17340 2004-09-14 [colin]      0.9.12cvs99.4
17341
17342         * src/action.c
17343                 Fix action output with utf8 
17344                 Patch by Alfons.
17345
17346 2004-09-14 [colin]      0.9.12cvs99.3
17347
17348         * ChangeLog.claws
17349         * src/folder.c
17350                 Sync with HEAD
17351
17352 2004-09-09 [colin]      0.9.12cvs99.2
17353
17354         * src/action.c
17355                 Fix progress bar (displaying "Completed %v/%u")
17356                 Patch by Alfons.
17357
17358 2004-09-08 [colin]      0.9.12cvs99.1
17359
17360         * src/account.c
17361         * src/folder.c
17362         * src/procmsg.c
17363         * src/procmsg.h
17364         * src/plugins/pgpmime/pgpmime.c
17365                 Sync with HEAD
17366
17367 2004-09-08 [colin]      0.9.12cvs97.2
17368
17369         * src/summaryview.c
17370                 Don't select mails in collapsed threads 
17371                 when navigating with up/down
17372
17373 2004-09-07 [colin]      0.9.12cvs97.1
17374
17375         * src/inc.c
17376                 Sync with HEAD (meaningful error messages)
17377
17378 2004-09-06 [colin]      0.9.12cvs96.1
17379
17380         * src/toolbar.c
17381                 Sync with HEAD (fix Redirect graying out)
17382
17383 2004-09-06 [colin]      0.9.12cvs95.1
17384
17385         * src/summaryview.c
17386         * src/mimeview.c
17387                 Sync with HEAD (fix dropped URIs)
17388
17389 2004-09-06 [colin]      0.9.12cvs94.1
17390
17391         * src/addressbook.c
17392         * src/addressitem.h
17393         * src/addritem.c
17394         * src/addritem.h
17395                 Sync with HEAD (addressbook DnD)
17396
17397 2004-09-03 [colin]      0.9.12cvs93.1
17398
17399         * src/summaryview.c
17400                 Sync with HEAD (next/prev unread)
17401
17402 2004-09-03 [colin]      0.9.12cvs92.1
17403
17404         * src/prefs_common.c
17405         * src/prefs_common.h
17406         * src/summaryview.c
17407                 Sync with HEAD ('mark_as_read_delay' pref)
17408
17409 2004-09-02 [colin]      0.9.12cvs91.2
17410
17411         * src/common/xml.c
17412                 Fix leak
17413
17414 2004-09-02 [colin]      0.9.12cvs91.1
17415
17416         * src/gtk/menu.c
17417                 Sync with HEAD (menu accel don't work, but whatever)
17418
17419 2004-09-02 [colin]      0.9.12cvs90.1
17420
17421         * src/account.c
17422                 Sync with HEAD (fix bug 582)
17423
17424 2004-09-02 [colin]      0.9.12cvs89.1
17425
17426         * src/addrindex.c
17427                 Sync with HEAD (free deleted queries)
17428
17429 2004-09-02 [colin]      0.9.12cvs88.1
17430
17431         * src/ldapquery.c
17432                 Sync with HEAD (fix LDAP freezes)
17433
17434 2004-09-02 [colin]      0.9.12cvs87.1
17435
17436         * src/prefs_spelling.c
17437                 Sync with HEAD (add default dictionary)
17438
17439 2004-09-01 [colin]      0.9.12cvs86.1
17440
17441         * src/filtering.c
17442         * src/folderview.c
17443         * src/imap.c
17444         * src/prefs_matcher.c
17445         * src/stock_pixmap.c
17446         * src/summary_search.c
17447         * src/summaryview.c
17448         * src/wizard.c
17449         * src/wizard.h
17450                 Sync with HEAD (uninitialized vars fixes)
17451                 + gtk2 specific warning fixes
17452
17453 2004-08-31 [colin]      0.9.12cvs85.1
17454
17455         * src/folder.c
17456                 Sync with HEAD (Fix memory corruption due to 
17457                 uninitialized var)
17458
17459 2004-08-31 [colin]      0.9.12cvs84.4
17460
17461         * src/summary_search.c
17462                 Fix segfaults when searching in folders with broken headers
17463
17464 2004-08-31 [colin]      0.9.12cvs84.3
17465
17466         * src/compose.c
17467         * src/textview.c
17468                 Fix some more encoding/decoding issues
17469
17470 2004-08-30 [colin]      0.9.12cvs84.2
17471
17472         * src/mimeview.c
17473         * src/prefs_themes.c
17474         * src/gtk/filesel.c
17475         * src/gtk/filesel.h
17476                 Add a folder-mode selection (fixes mimeview's "Save all")
17477
17478 2004-08-29 [colin]      0.9.12cvs84.1
17479
17480         * src/mimeview.c
17481                 Sync with HEAD (don't escape saved filenames)
17482
17483 2004-08-27 [colin]      0.9.12cvs83.1
17484
17485         * ChangeLog
17486         * ChangeLog.claws
17487         * ChangeLog.jp
17488         * src/mh.c
17489         * src/procheader.c
17490         * src/procmsg.c
17491         * src/procmsg.h
17492         * src/common/utils.c
17493         * src/gtk/menu.h
17494         * po/
17495                 Sync with HEAD 0.9.12cvs83 (sync with main)
17496
17497 2004-08-26 [colin]      0.9.12cvs82.4
17498
17499         * src/codeconv.c
17500                 Fix strange stack corruption
17501                 Convert to utf8 after unmime, not before
17502
17503 2004-08-26 [colin]      0.9.12cvs82.3
17504
17505         * src/main.c
17506         * src/wizard.c
17507                 Fix account folders duplication
17508
17509 2004-08-25 [colin]      0.9.12cvs82.2
17510
17511         * src/wizard.c
17512                 Remove ports
17513                 Add SSL selection
17514                 Use login@server as account name
17515
17516 2004-08-25 [colin]      0.9.12cvs82.1
17517
17518         * src/plugins/pgpmime/pgpmime.c
17519                 Sync with HEAD (leak fix).
17520
17521 2004-08-25 [colin]      0.9.12cvs81.1
17522
17523         * src/plugins/pgpmime/pgpmime.c
17524         * src/plugins/pgpmime/sgpgme.c
17525         * src/plugins/pgpmime/sgpgme.h
17526                 Sync with HEAD (Handle combined messages).
17527
17528 2004-08-24 [colin]      0.9.12cvs80.3
17529
17530         * src/wizard.c
17531                 Fix full name, ports, and imap
17532
17533 2004-08-24 [colin]      0.9.12cvs80.2
17534
17535         * src/Makefile.am
17536         * src/main.c
17537         * src/setup.c
17538         * src/setup.h
17539         * src/stock_pixmap.c
17540         * src/stock_pixmap.h
17541         * src/wizard.c ** ADDED **
17542         * src/wizard.h ** ADDED ** 
17543         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17544                 Add a setup wizard 
17545
17546 2004-08-24 [colin]      0.9.12cvs80.1
17547
17548         * src/folder.c
17549                 Sync with HEAD (set mimeflags on all messages)
17550
17551 2004-08-24 [colin]      0.9.12cvs79.3
17552
17553         * src/matcher_parser_lex.l
17554                 Fix 8bits strings not in utf8
17555
17556 2004-08-24 [colin]      0.9.12cvs79.2
17557
17558         * src/compose.c
17559                 Check conversion result before replacing buffer
17560
17561 2004-08-23 [colin]      0.9.12cvs79.1
17562
17563         * src/compose.c
17564                 Sync with HEAD (create message header in memory)
17565
17566 2004-08-23 [colin]      0.9.12cvs78.1
17567
17568         * src/rfc2015.c
17569         * src/rfc2015.h
17570                 Sync with HEAD (fix bug 197 again)
17571
17572 2004-08-23 [colin]      0.9.12cvs77.3
17573
17574         * src/compose.c
17575                 Fix again inline gpg signing (which outputs utf8
17576                 in gtk2). Not syncing this fix to HEAD as this 
17577                 code is meant to die.
17578
17579 2004-08-23 [colin]      0.9.12cvs77.2
17580
17581         * src/prefs_account.h
17582                 Remove useless include
17583
17584 2004-08-23 [colin]      0.9.12cvs77.1
17585
17586         * src/imap.c
17587         * po/es.po
17588         * po/fr.po
17589         * po/it.po
17590         * po/pl.po
17591         * po/pt_BR.po
17592         * po/sk.po
17593         * po/sr.po
17594                 Sync with HEAD (fix bug 577)
17595
17596 2004-08-22 [colin]      0.9.12cvs76.1
17597
17598         * src/plugins/trayicon/trayicon.c
17599                 Sync with HEAD (fix formatting bug)
17600
17601 2004-08-21 [colin]      0.9.12cvs74.2
17602
17603         * src/gtk/colorsel.c
17604                 Fix bug 564 (Folder color selection window exits on any
17605                 keypress)
17606
17607 2004-08-21 [colin]      0.9.12cvs74.1
17608
17609         * ChangeLog.claws
17610         * src/compose.c
17611         * src/summaryview.c
17612         * src/toolbar.c
17613                 Sync with HEAD (fix bug 576)
17614
17615 2004-08-21 [colin]      0.9.12cvs70.1
17616
17617         * src/compose.c
17618         * src/mainwindow.c
17619                 Sync with HEAD
17620                 
17621
17622 2004-08-21 [paul]       0.9.12cvs66.4
17623
17624         * src/mainwindow.c
17625         * src/messageview.c
17626         * src/gtk/menu.c
17627         * src/plugins/spamassassin/spamassassin_gtk.c
17628                 remove some deprecated gtk1 functions
17629
17630
17631 2004-08-21 [colin]      0.9.12cvs66.3
17632
17633         * src/compose.c
17634         * src/codeconv.c
17635                 Fix warnings
17636                 Remove encoding hacks
17637                 Fix bug 575 (Strange character messes up message)
17638                 Don't display conversion error when drafting
17639
17640 2004-08-21 [paul]       0.9.12cvs66.2
17641
17642         * src/prefs_account.c
17643                 fix GnuPG mode bugs
17644
17645
17646 2004-08-20 [colin]      0.9.12cvs66.1
17647
17648         * src/codeconv.c
17649                 Sync with HEAD 0.9.12cvs66
17650
17651 2004-08-20 [paul]
17652
17653         * src/plugins/pgpmime/plugin.c
17654                 modify PGP/MIME plugin's description
17655
17656 2004-08-17 [colin]      0.9.12cvs65.1
17657
17658         * src/common/ssl.c
17659         * src/plugins/pgpmime/plugin.c
17660                 Sync with HEAD
17661
17662 2004-08-14 [colin]      0.9.12cvs60.3
17663
17664         * src/plugins/trayicon/trayicon.c
17665                 Put back resize callback, on size-request signal
17666                 rather than size-allocate to avoid infinite 
17667                 callback loop
17668
17669 2004-08-13 [colin]      0.9.12cvs60.2
17670
17671         * src/common/defs.h
17672                 Cache versions have been fixed
17673
17674 2004-08-13 [colin]      0.9.12cvs60.1
17675
17676         * src/folderutils.c
17677                 Sync with HEAD
17678
17679 2004-08-12 [colin]      0.9.12cvs59.1
17680
17681         * src/plugins/trayicon/trayicon.c
17682                 Sync with HEAD
17683
17684 2004-08-12 [colin]      0.9.12cvs57.5
17685
17686         * sylpheed.desktop
17687         * configure.ac
17688         * src/Makefile.am
17689         * src/main.c
17690                 Add support for Freedesktop.org's startup notification
17691
17692 2004-08-11 [colin]      0.9.12cvs57.4
17693
17694         * src/textview.c
17695                 Fix off-by-one
17696
17697 2004-08-11 [colin]      0.9.12cvs57.3
17698
17699         * src/message_search.c
17700         * src/summary_search.c
17701                 Make searches case insensitive by default
17702         * src/textview.c
17703                 Fix case-insensitive search in message
17704
17705 2004-08-11 [colin]      0.9.12cvs57.2
17706
17707         * src/summary_search.c
17708                 Let case-sensitive be specified
17709
17710 2004-08-10 [colin]      0.9.12cvs55.4
17711
17712         * src/common/socket.c
17713                 Fix the possible race condition
17714
17715 2004-08-09 [paul]       0.9.12cvs55.3
17716
17717         * configure.ac
17718         * src/Makefile.am
17719         * src/common/Makefile.am
17720                 sync with HEAD
17721
17722
17723 2004-08-09 [paul]       0.9.12cvs55.2
17724
17725         * autogen.sh
17726         * po/poconv.sh
17727                 remove unneeded script
17728
17729         * configure.ac
17730                 add forgotten USE_LDAP_TLS (sync with HEAD)
17731
17732
17733 2004-08-09 [colin]      0.9.12cvs55.1
17734
17735         * src/main.c
17736         * src/common/ssl.c
17737         * src/common/sylpheed.c
17738         * src/common/sylpheed.h
17739                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17740
17741 2004-08-09 [paul]       0.9.12cvs54.1
17742
17743         * ChangeLog
17744         * ChangeLog.claws
17745         * ChangeLog.jp
17746         * configure.ac
17747         * po/POTFILES.in
17748         * src/Makefile.am
17749         * src/folderutils.c
17750         * src/main.c
17751         * src/pgpmime.c
17752         * src/pgpmime.h
17753         * src/sgpgme.c
17754         * src/sgpgme.h
17755         * src/plugins/Makefile.am
17756         * src/plugins/pgpmime/.cvsignore
17757         * src/plugins/pgpmime/Makefile.am
17758         * src/plugins/pgpmime/pgpmime.c
17759         * src/plugins/pgpmime/pgpmime.h
17760         * src/plugins/pgpmime/plugin.c
17761         * src/plugins/pgpmime/sgpgme.c
17762         * src/plugins/pgpmime/sgpgme.h
17763                 sync with HEAD
17764
17765 2004-08-08 [paul]       0.9.12cvs51.1
17766
17767         * configure.ac
17768         * src/folder.c
17769                 sync with HEAD
17770
17771 2004-08-07 [colin]      0.9.12cvs50.1
17772
17773         * src/pop.c
17774         * src/common/partial_download.c
17775                 fix warnings (sync from HEAD)
17776
17777 2004-08-07 [colin]      0.9.12cvs48.1
17778
17779         * src/prefs_folder_item.c
17780                 sync with HEAD 0.9.12cvs48
17781
17782 2004-08-06 [colin]      0.9.12cvs47.1
17783
17784         * src/compose.c
17785                 Sync with HEAD
17786
17787 2004-08-06 [christoph]  0.9.12cvs46.2
17788
17789         * src/main.c
17790         * src/plugins/clamav/clamav_plugin_gtk.c
17791         * src/plugins/dillo_viewer/dillo_viewer.c
17792         * src/plugins/image_viewer/plugin.c
17793         * src/plugins/mathml_viewer/mathml_viewer.c
17794         * src/plugins/spamassassin/spamassassin_gtk.c
17795         * src/plugins/trayicon/trayicon.c
17796                 don't mix GTK1.2 plugin with GTK2 plugins
17797
17798 2004-08-06 [colin]      0.9.12cvs46.1
17799
17800         * ChangeLog
17801         * ChangeLog.claws
17802         * ChangeLog.jp
17803         * configure.ac
17804         * sylpheed-claws.pc.in
17805         * src/folder.c
17806         * src/imap.c
17807         * src/localfolder.c
17808         * src/messageview.c
17809         * src/mimeview.c
17810         * src/mimeview.h
17811         * src/msgcache.c
17812         * src/news.c
17813         * src/prefs_ext_prog.c
17814         * src/prefs_folder_item.c
17815         * src/prefs_fonts.c
17816         * src/prefs_msg_colors.c
17817         * src/prefs_spelling.c
17818         * src/prefs_themes.c
17819         * src/prefs_toolbar.c
17820         * src/prefs_wrapping.c
17821         * src/procmime.h
17822         * src/common/defs.h
17823         * src/common/nntp.c
17824         * src/common/session.c
17825         * src/common/session.h
17826         * src/common/socket.c
17827         * src/common/utils.h
17828         * src/common/xml.c
17829         * src/common/xml.h
17830         * src/gtk/prefswindow.c
17831         * src/gtk/prefswindow.h
17832         * src/plugins/clamav/clamav_plugin_gtk.c
17833         * src/plugins/dillo_viewer/dillo_prefs.c
17834         * src/plugins/image_viewer/viewerprefs.c
17835         * src/plugins/spamassassin/spamassassin_gtk.c
17836         * m4/openssl.m4 *** REMOVED ***
17837                 Sync with HEAD 0.9.12cvs46
17838
17839 2004-08-03 [paul]       0.9.12cvs40.2
17840
17841         * src/action.c
17842         * src/addressadd.c
17843         * src/addressbook.c
17844         * src/addrgather.c
17845         * src/browseldap.c
17846         * src/compose.c
17847         * src/crash.c
17848         * src/editaddress.c
17849         * src/editgroup.c
17850         * src/editldap_basedn.c
17851         * src/foldersel.c
17852         * src/importldif.c
17853         * src/mimeview.c
17854         * src/prefs_common.c
17855         * src/prefs_template.c
17856         * src/sourcewindow.c
17857         * src/summaryview.c
17858         * src/gtk/about.c
17859         * src/gtk/foldersort.c
17860         * src/gtk/logwindow.c
17861         * src/gtk/pluginwindow.c
17862         * src/gtk/prefswindow.c
17863                 change all gtk_scrolled_window_set_policy from 
17864                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17865
17866 2004-08-02 [paul]       0.9.12cvs40.1
17867
17868         * AUTHORS
17869                 update translation team section
17870         * po/pt_BR.po
17871                 updated by Frederico Goncalves Guimaraes
17872                 <fggdebian@yahoo.com.br>
17873
17874 2004-07-31 [colin]      0.9.12cvs39.9
17875
17876         * src/exphtmldlg.c
17877                 Fix compilation
17878
17879 2004-07-31 [colin]      0.9.12cvs39.8
17880
17881         * src/exphtmldlg.c
17882                 Fix an alertpanel type
17883
17884 2004-07-30 [colin]      0.9.12cvs39.7
17885
17886         * src/alertpanel.c
17887                 Fix alertpanel_error_log's icon
17888
17889 2004-07-30 [colin]      0.9.12cvs39.6
17890
17891         * src/pop.c
17892                 Two of them should still be warnings
17893
17894 2004-07-30 [colin]      0.9.12cvs39.5
17895
17896         * src/pop.c
17897                 More warning -> error
17898 2004-07-29 [colin]      0.9.12cvs39.4
17899
17900         * src/pop.c
17901                 Warning -> error
17902
17903 2004-07-29 [colin]      0.9.12cvs39.3
17904
17905         * src/prefs_matcher.c
17906                 Fix segfault
17907
17908 2004-07-29 [colin]      0.9.12cvs39.2
17909
17910         * src/alertpanel.c
17911                 More nice-looking alertpanels
17912
17913 2004-07-29 [colin]      0.9.12cvs39.1
17914
17915         * src/messageview.c
17916                 sync with head
17917                 (inform user when partial mail is deleted on server)
17918
17919 2004-07-29 [colin]      0.9.12cvs38.1
17920
17921         * src/messageview.c
17922                 sync with head
17923
17924 2004-07-28 [paul]       0.9.12cvs37.7
17925
17926         * src/mainwindow.c
17927                 complete the replacement of deprecated gtk_progress_*
17928
17929 2004-07-28 [paul]       0.9.12cvs37.6
17930
17931         * src/action.c
17932         * src/inc.c
17933         * src/mainwindow.c
17934         * src/send_message.c
17935         * src/gtk/progressdialog.c
17936         * src/gtk/progressdialog.h
17937                 replace deprecated gtk_progress_*
17938
17939 2004-07-28 [paul]       0.9.12cvs37.5
17940
17941         * src/gtk/filesel.c
17942                 remove gtk_window_set_wmclass()
17943 2004-07-28 [paul]       0.9.12cvs37.4
17944
17945         * src/addressbook.c
17946         * src/compose.c
17947         * src/foldersel.c
17948         * src/mainwindow.c
17949         * src/messageview.c
17950         * src/sourcewindow.c
17951         * src/gtk/logwindow.c
17952                 remove gtk_window_set_wmclass()
17953                 
17954         * src/prefs_filtering.c
17955         * src/prefs_filtering_action.c
17956         * src/prefs_fonts.c
17957         * src/prefs_gtk.c
17958         * src/prefs_matcher.c
17959         * src/ssl_manager.c
17960         * src/gtk/prefswindow.c
17961                 replace gtk_window_position()
17962
17963 2004-07-28 [colin]      0.9.12cvs37.3
17964
17965         * src/alertpanel.c
17966         * src/alertpanel.h
17967                 Add a way to specify panel type for specific
17968                 panels (alertpanel())
17969         * src/account.c
17970         * src/addressbook.c
17971         * src/compose.c
17972         * src/expldifdlg.c
17973         * src/main.c
17974         * src/messageview.c
17975         * src/summaryview.c
17976         * src/textview.c
17977         * src/gtk/sslcertwindow.c
17978                 Fix alertpanel()s so that their icon match
17979                 their real type
17980
17981 2004-07-28 [paul]       0.9.12cvs37.2
17982
17983         * src/addr_compl.c
17984         * src/addressbook.c
17985         * src/alertpanel.c
17986         * src/compose.c
17987         * src/export.c
17988         * src/foldersel.c
17989         * src/folderview.c
17990         * src/grouplistdialog.c
17991         * src/import.c
17992         * src/mainwindow.c
17993         * src/message_search.c
17994         * src/messageview.c
17995         * src/passphrase.c
17996         * src/prefs_actions.c
17997         * src/prefs_common.c
17998         * src/prefs_customheader.c
17999         * src/prefs_display_header.c
18000         * src/prefs_filtering.c
18001         * src/prefs_filtering_action.c
18002         * src/prefs_gtk.c
18003         * src/prefs_matcher.c
18004         * src/prefs_msg_colors.c
18005         * src/prefs_summary_column.c
18006         * src/prefs_template.c
18007         * src/sourcewindow.c
18008         * src/ssl_manager.c
18009         * src/summary_search.c
18010         * src/gtk/colorsel.c
18011         * src/gtk/description_window.c
18012         * src/gtk/gtkaspell.c
18013         * src/gtk/inputdialog.c
18014         * src/gtk/logwindow.c
18015         * src/gtk/prefswindow.c
18016         * src/gtk/progressdialog.c
18017                 replace deprecated gtk_window_set_policy
18018
18019 2004-07-27 [colin]      0.9.12cvs37.1
18020
18021         * src/msgcache.c
18022                 More fixes (synced for head again)
18023
18024 2004-07-27 [colin]      0.9.12cvs35.3
18025
18026         * src/msgcache.c
18027                 Fix wrong test
18028
18029 2004-07-27 [colin]      0.9.12cvs35.2
18030
18031         * src/mimeview.c
18032                 Fix width a bit (by Paul)
18033         * src/alertpanel.c
18034         * src/alertpanel.h
18035                 Specialize icons, make alertpanel_message()
18036                 private
18037         * src/message_search.c
18038         * src/sgpgme.c
18039         * src/summary_search.c
18040                 Suit alertpanel changes
18041
18042 2004-07-27 [colin]      0.9.12cvs35.1
18043
18044         * src/alertpanel.c
18045                 Add an icon
18046         * src/passphrase.c
18047                 Add debug output - maybe someone will
18048                 want to look at the problem with Grab
18049                 Input :)
18050         Bump version as we're synced with HEAD
18051
18052 2004-07-26 [colin]      0.9.12cvs33.26
18053
18054         * src/pop.c
18055                 Fix uidl-file parsing when not in new
18056                 format
18057
18058 2004-07-26 [colin]      0.9.12cvs33.25
18059
18060         * src/gtk/menu.c
18061                 Move popup menu up if necessary (fixes 
18062                 account selector)
18063         * src/mainwindow.c
18064                 Set account selector's button height to
18065                 minimum
18066
18067 2004-07-26 [colin]      0.9.12cvs33.24
18068
18069         * src/alertpanel.c
18070                 Maybe fix 551 (Truncated font in alert window)
18071
18072 2004-07-26 [colin]      0.9.12cvs33.23
18073
18074         * po/de.po
18075         * po/es.po
18076         * po/fr.po
18077         * po/it.po
18078         * po/ja.po
18079         * po/pl.po
18080         * po/ru.po
18081         * po/sk.po
18082         * po/sr.po
18083         * po/zh_CN.po
18084                 Sync po files with HEAD
18085
18086 2004-07-26 [paul]       0.9.12cvs33.22
18087
18088         * src/compose.c
18089                 fix Bug 556 'Organisation-header is sent even if empty'
18090
18091 2004-07-24 [colin]      0.9.12cvs33.21
18092
18093         * src/compose.c
18094         * src/gtk/gtkaspell.c
18095         * src/gtk/gtkaspell.h
18096                 Fix speller accelerators (require hack)
18097
18098 2004-07-24 [colin]      0.9.12cvs33.20
18099
18100         * src/gtk/gtkaspell.c
18101                 Fix over-eager code deletion breaking
18102                 Check while typing
18103
18104 2004-07-24 [colin]      0.9.12cvs33.19
18105
18106         * src/browseldap.c
18107         * src/ldapctrl.c
18108         * src/ldapctrl.h
18109         * src/ldapserver.h
18110                 Sync ldap with HEAD
18111         (Fixes 546 LDAP completely broken)
18112
18113 2004-07-24 [colin]      0.9.12cvs33.18
18114
18115         * src/prefs_msg_colors.c
18116                 Fix prototype mismatch
18117         (Fixes 547 void function cannot return value)
18118
18119 2004-07-24 [colin]      0.9.12cvs33.17
18120
18121         * src/mainwindow.c
18122                 Fix sort going back to previous sort key
18123                 when changing sort direction
18124
18125 2004-07-24 [colin]      0.9.12cvs33.16
18126
18127         * src/compose.c
18128                 Fix space insertion when re-wrapping at 
18129                 cursor point
18130
18131 2004-07-24 [colin]      0.9.12cvs33.15
18132
18133         * src/gtk/gtkaspell.c
18134                 Don't change cursor position in insert-text
18135                 callback
18136         (Fixes 539 Word wrapping on input transposes letters)
18137
18138 2004-07-24 [colin]      0.9.12cvs33.14
18139
18140         * src/gtk/gtkaspell.c
18141                 Reencode non-ascii chars to dictionary's
18142                 encoding
18143         (Fixes 544 Spell check broken non english locale)
18144
18145 2004-07-24 [colin]      0.9.12cvs33.13
18146
18147         * src/summaryview.c
18148                 Fix Shift+Down, add Home/End/PgUp/PgDown
18149
18150 2004-07-21 [colin]      0.9.12cvs33.12
18151
18152         * src/prefs_common.c
18153                 Fix a gtk warning (Patch by Andrej Kacian)
18154
18155 2004-07-21 [colin]      0.9.12cvs33.11
18156
18157         * src/gtk/filesel.c
18158                 More check
18159
18160 2004-07-21 [colin]      0.9.12cvs33.10
18161
18162         * src/compose.c
18163         * src/crash.c
18164         * src/export.c
18165         * src/import.c
18166         * src/messageview.c
18167         * src/mimeview.c
18168         * src/prefs_spelling.c
18169         * src/prefs_themes.c
18170         * src/summaryview.c
18171         * src/gtk/filesel.c
18172         * src/gtk/filesel.h
18173         * src/gtk/pluginwindow.c
18174                 Untwist open/save mode guessing logic, make
18175                 it explicit
18176
18177 2004-07-20 [colin]      0.9.12cvs33.9
18178
18179         * src/codeconv.c
18180                 conv_encode_header: src_charset is UTF-8 on
18181                 gtk2
18182         * src/compose.c
18183                 Remove double encoding of the headers
18184
18185 2004-07-20 [colin]      0.9.12cvs33.8
18186
18187         * src/codeconv.c
18188                 Fix typo
18189
18190 2004-07-20 [colin]      0.9.12cvs33.7
18191
18192         * src/mainwindow.c
18193                 Set the separated messageview to the saved
18194                 size of Claws' messageview (Patch by Alfons)
18195                 Fix a callback prototype (me)
18196
18197 2004-07-20 [colin]      0.9.12cvs33.6
18198
18199         * src/codeconv.h
18200                 Forgot one hunk in 0.9.12cvs33.4
18201
18202 2004-07-19 [colin]      0.9.12cvs33.5
18203
18204         * src/action.c
18205                 Action output fix
18206                 Patch by Alfons
18207
18208 2004-07-19 [colin]      0.9.12cvs33.4
18209
18210         * src/compose.c
18211                 Fix outgoing charset bug in headers
18212         * src/codeconv.c
18213                 Clean for glib2 - Patch by Alfons
18214
18215 2004-07-19 [colin]      0.9.12cvs33.3
18216
18217         * src/statusbar.c
18218                 Remove grip from the statusbar
18219                 Patch by Alfons
18220
18221 2004-07-19 [colin]      0.9.12cvs33.2
18222
18223         * src/messageview.c
18224         * src/textview.c
18225                 Fix messageview remembering the previous
18226                 scroll position when loading a new message
18227                 Patch by Alfons
18228
18229 2004-07-19 [colin]      0.9.12cvs33.1
18230
18231         * src/folder.h
18232         * src/folderview.c
18233         * src/summaryview.c
18234                 Sync with HEAD
18235
18236 2004-07-18 [colin]      0.9.12cvs32.7
18237
18238         * configure.ac
18239                 Remove useless check for XIM - noticed
18240                 by Alfons
18241
18242 2004-07-18 [colin]      0.9.12cvs32.6
18243
18244         * src/summaryview.c
18245                 Remove non-modified and shift-modified
18246                 accelerators in summaryview's popup
18247                 menu, as that doesn't get catched by
18248                 the accel-activate signal catcher...
18249
18250 2004-07-18 [colin]      0.9.12cvs32.5
18251
18252         * src/prefs_common.c
18253                 Define sensible default prefs for 
18254                 wrapping
18255
18256 2004-07-18 [colin]      0.9.12cvs32.4
18257
18258         * src/compose.c
18259         * src/prefs_common.c
18260         * src/prefs_common.h
18261         * src/prefs_wrapping.c
18262                 Remove Smart Wrapping pref, which does
18263                 nothing on gtk2 branch
18264
18265 2004-07-18 [colin]      0.9.12cvs32.3
18266
18267         * src/sourcewindow.c
18268                 Proper utf8
18269
18270 2004-07-18 [colin]      0.9.12cvs32.2
18271
18272         * src/compose.c
18273                 Save attachment status when drafting
18274
18275 2004-07-18 [colin]      0.9.12cvs32.1
18276
18277         * src/gtk/filesel.c
18278                 Fix erratic folder selection in open mode
18279
18280 2004-07-18 [colin]      0.9.12cvs31.11
18281
18282         * src/pop.c
18283                 Don't let partial messages get deleted
18284                 even with "dowload all"
18285                 (0.9.12cvs31.8 fix extension)
18286 2004-07-18 [colin]      0.9.12cvs31.10
18287
18288         * src/gtk/logwindow.c
18289                 Fix log scrolling
18290
18291 2004-07-18 [colin]      0.9.12cvs31.9
18292
18293         * src/common/utils.c
18294                 Fix non-utf8 strings coming from commands
18295                 and files
18296
18297 2004-07-18 [colin]      0.9.12cvs31.8
18298
18299         * src/pop.c
18300                 Fix partial download bug with Download all
18301                 messages option
18302
18303 2004-07-18 [colin]      0.9.12cvs31.7
18304
18305         * src/textview.c
18306                 Fix bug introduced in 0.9.12cvs31.2
18307                 (blocked in select mode after double click)
18308
18309 2004-07-18 [colin]      0.9.12cvs31.6
18310
18311         * src/compose.c
18312         * src/gtk/menu.c
18313                 More glib-warning fixes
18314
18315 2004-07-18 [colin]      0.9.12cvs31.5
18316
18317         * src/compose.c
18318                 Fix trashing the primary clipboard when moving 
18319                 around with tab
18320         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18321
18322 2004-07-18 [colin]      0.9.12cvs31.4
18323
18324         * src/codeconv.c
18325                 convert unencoded iso headers to utf8
18326         (Fix Bug 538 Unencoded local characters in subject make it 
18327          disappear)
18328
18329 2004-07-18 [colin]      0.9.12cvs31.3
18330
18331         * src/compose.c
18332                 Fix tab char handling in wrapping
18333         (Fix Bug 537 Line wrap problem - TAB character treated as 
18334          one character instead of 8)
18335
18336 2004-07-18 [colin]      0.9.12cvs31.2
18337
18338         * src/textview.c
18339                 return FALSE on GDK_MOTION_NOTIFY
18340         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18341          (unable to highlight))
18342
18343 2004-07-18 [colin]      0.9.12cvs31.1
18344
18345         * src/folderview.c
18346                 Sync with 0.9.12cvs31
18347
18348 2004-07-18 [colin]      0.9.12cvs30.4
18349
18350         * src/compose.c
18351                 Also block text_inserted when inserting a file
18352
18353 2004-07-18 [colin]      0.9.12cvs30.3
18354
18355         * src/compose.c
18356                 Fix smart wrapping (block text_inserted handler
18357                 while putting quotation to avoid wrap on input,
18358                 don't join lines if next is sig separator)
18359
18360 2004-07-17 [colin]      0.9.12cvs30.2
18361
18362         * src/folderview.c
18363         * src/mainwindow.c
18364         * src/mimeview.c
18365         * src/summaryview.c
18366         * src/gtk/quicksearch.c
18367         * src/gtk/quicksearch.h
18368                 Block key events handlers *and* accels while
18369                 quicksearch is focused
18370         (Fixes Bug 534 quick-search bar not accepting certain letters)
18371
18372 2004-07-17 [colin]      0.9.12cvs30.1
18373
18374         * src/folder.h
18375         * src/folderview.c
18376         * src/summaryview.c
18377                 Sync with 0.9.12cvs30
18378
18379 2004-07-17 [colin]      0.9.12cvs28.2
18380
18381         * src/mimeview.c
18382         * src/procmime.c
18383         * src/summaryview.c
18384         * src/gtk/menu.c
18385                 Squash some compile and glib warnings
18386
18387 2004-07-17 [paul]       0.9.12cvs28.1
18388
18389         * src/mimeview.c
18390                 sync with 0.9.12cvs28 HEAD
18391
18392 2004-07-16 [paul]       0.9.12cvs26.1
18393         
18394         * src/gtk/quicksearch.c
18395         * src/account.c
18396         * src/account.h
18397         * src/compose.c
18398         * src/customheader.c
18399         * src/folder_item_prefs.c
18400         * src/main.c
18401         * src/mainwindow.c
18402         * src/messageview.c
18403         * src/mimeview.c
18404         * src/news.c
18405         * src/pgpmime.c
18406         * src/pop.c
18407         * src/pop.h
18408         * src/prefs_account.c
18409         * src/prefs_account.h
18410         * src/prefs_common.c
18411         * src/prefs_common.h
18412         * src/prefs_display_header.c
18413         * src/prefs_gtk.c
18414         * src/prefs_gtk.h
18415         * src/procheader.c
18416         * src/procmime.c
18417                 sync with 0.9.12cvs26 HEAD      
18418
18419 2004-07-15 [colin]      0.9.12cvs18.14
18420
18421         * src/folder.c
18422                 Disable GPG signature check during
18423                 folder move and scan
18424         (Closes Bug 521 Signature checking slows down Folder-Move)
18425
18426 2004-07-14 [colin]      0.9.12cvs18.13
18427
18428         * src/common/partial_download.c
18429                 update includes
18430
18431 2004-07-14 [colin]      0.9.12cvs18.12
18432
18433         * src/common/partial_download.c
18434         * src/common/partial_download.h
18435                 Move doc at top, add correct copyright
18436
18437 2004-07-14 [colin]      0.9.12cvs18.11
18438
18439         * src/folder.c
18440         * src/messageview.c
18441         * src/pop.c
18442         * src/pop.h
18443         * src/procmsg.c
18444         * src/summaryview.c
18445         * src/common/Makefile.am
18446         * src/common/partial_download.c ** NEW FILES **
18447         * src/common/partial_download.h ** NEW FILES **
18448                 Move partial-download related stuff to its
18449                 own file
18450
18451 2004-07-14 [colin]      0.9.12cvs18.10
18452
18453         * src/send_message.c
18454                 Fix smtp auth when user is null or empty
18455
18456 2004-07-13 [colin]      0.9.12cvs18.9
18457
18458         * src/gtk/quicksearch.c
18459                 Use alphabetic order
18460
18461 2004-07-13 [colin]      0.9.12cvs18.8
18462
18463         * src/pop.c
18464                 Be paranoid on the checks
18465
18466 2004-07-13 [colin]      0.9.12cvs18.7
18467
18468         * src/gtk/quicksearch.c
18469                 Fix Engrish once again
18470
18471 2004-07-13 [colin]      0.9.12cvs18.6
18472
18473         * src/procmsg.c
18474         * src/summaryview.c
18475                 Mark messages for deletion when they are about to
18476                 be removed from trash
18477
18478 2004-07-13 [colin]      0.9.12cvs18.5
18479
18480         * src/matcher.c
18481         * src/matcher.h
18482         * src/matcher_parser_parse.y
18483         * src/prefs_matcher.c
18484         * src/gtk/quicksearch.c
18485                 Add 'partial' ('p') match string to find partially
18486                 downloaded messages
18487
18488 2004-07-13 [colin]      0.9.12cvs18.4
18489
18490         * src/pop.c
18491                 Fix misplaced block
18492
18493 2004-07-13 [colin]      0.9.12cvs18.3
18494
18495         * src/pop.c
18496         * src/pop.h
18497         * src/messageview.c
18498                 Refactor API (to avoid passing 5+ params and code
18499                 duplication)
18500         * src/folder.c
18501         * src/msgcache.c
18502         * src/procheader.c
18503         * src/common/defs.h
18504                 Add planned_download to cache
18505                 Don't mess uidl file when moving partially downloaded
18506                 mails (they change folder, we should change it in the
18507                 uidl list too or we'll remove an incorrect message)
18508                 (this also helps removing hacks when changing 
18509                 planned_download in messageview.c)
18510
18511 2004-07-12 [colin]      0.9.12cvs18.2
18512
18513         * src/gtk/quicksearch.c
18514                 Fix missing status update in quicksearch
18515
18516 2004-07-12 [paul]       0.9.12cvs18.1
18517
18518         * po/POTFILES.in
18519         * src/Makefile.am
18520         * src/account.c
18521         * src/codeconv.c
18522         * src/compose.c
18523         * src/inc.c
18524         * src/main.c
18525         * src/prefs_common.c
18526         * src/procmsg.h
18527         * src/toolbar.c
18528         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18529         * src/prefs_wrapping.[ch]       ** NEW FILES **
18530         * src/common/intl.h
18531         * src/common/utils.[ch]
18532         * src/gtk/quicksearch.[ch]
18533                 sync with 0.9.12cvs18 HEAD
18534
18535 2004-07-12 [colin]      0.9.11cvs17.25
18536
18537         * src/folder.c
18538         * src/folder.h
18539                 Remove unused function added by me in 0.9.11cvs17.10
18540
18541 2004-07-11 [colin]      0.9.11cvs17.24
18542
18543         * src/inc.c
18544         * src/messageview.c
18545         * src/pop.c
18546         * src/pop.h
18547                 Use folderitem and msgnum instead of filename to
18548                 know which mail to delete
18549                 Move old partial mail deletion to pop.c
18550
18551 2004-07-10 [colin]      0.9.11cvs17.23
18552
18553         * src/inc.c
18554                 Add debug
18555         * src/pop.c
18556         * src/pop.h
18557                 Don't re-use same enums for unrelated stuff: it's 
18558                 completely misleading !
18559                 Document a bit
18560
18561 2004-07-09 [colin]      0.9.11cvs17.22
18562
18563         * src/inc.c
18564                 Remove folder-type check and do
18565                 more tests to be sure everything's
18566                 ok
18567         * src/messageview.c
18568                 Punctuation update, remove useless
18569                 code, fix two warnings
18570         * src/noticeview.c
18571                 Layout cleaning, reset 2nd button
18572                 when specifying one
18573
18574 2004-07-09 [colin]      0.9.11cvs17.21
18575
18576         * src/messageview.c
18577         * src/pop.c
18578         * src/pop.h
18579                 Allow user to change his mind
18580                 and postpone decision (by
18581                 unmarking the mail)
18582
18583 2004-07-09 [colin]      0.9.11cvs17.20
18584
18585         * src/messageview.c
18586                 Fix bug with delete state
18587         * src/pop.c
18588         * src/pop.h
18589                 Fix buffer leak (fread doesn't 
18590                 terminate buffers with \0)
18591                 Refactoring (remove magic 
18592                 numbers)
18593
18594 2004-07-09 [colin]      0.9.11cvs17.19
18595
18596         * src/pop.c
18597                 Don't log "Skipping message" if 
18598                 we're going to TOP it two lines
18599                 later
18600
18601 2004-07-09 [colin]      0.9.11cvs17.18
18602
18603         * src/messageview.c
18604                 Fix Engrish
18605
18606 2004-07-09 [colin]      0.9.11cvs17.17
18607
18608         * src/pop.c
18609                 strlen checking...
18610         * src/messageview.c
18611                 refactoring a bit
18612
18613 2004-07-08 [colin]      0.9.11cvs17.16
18614
18615         * src/noticeview.c
18616         * src/noticeview.h
18617                 Add an optional second button
18618         * src/messageview.c
18619         * src/pop.c
18620         * src/pop.h
18621                 Don't delete partially received mails after a certain
18622                 time; rather, let the user decide.
18623
18624 2004-07-08 [colin]      0.9.11cvs17.15
18625
18626         * src/common/smtp.h
18627                 Sync with HEAD
18628
18629 2004-07-08 [colin]      0.9.11cvs17.14
18630
18631         * src/messageview.c
18632         * src/common/smtp.c
18633                 Use to_human_readable() for sizes
18634
18635 2004-07-08 [colin]      0.9.11cvs17.13
18636
18637         * src/inc.c
18638         * src/messageview.c
18639         * src/pop.c
18640         * src/pop.h
18641         * src/procmsg.c
18642                 Fix partial-downloading issues:
18643                         catch unsupported TOP
18644                         don't delete partially downloaded mails before 5 days
18645                         don't update existing with non-MH folders; that'll
18646                         make dups, but it's better than trashing the folder
18647                         free new msginfo parts
18648                 Fix indentation ;-)
18649
18650 2004-07-08 [colin]      0.9.11cvs17.12
18651
18652         * src/common/smtp.c
18653         * src/common/smtp.h
18654                 Sync smtp size verification with HEAD
18655
18656 2004-07-08 [colin]      0.9.11cvs17.11
18657
18658         * src/summaryview.c
18659         * src/prefs_common.c
18660         * src/prefs_common.h
18661         * src/gtk/quicksearch.c
18662         * src/gtk/quicksearch.h
18663                 Sync sticky pref with HEAD
18664
18665 2004-07-08 [colin]      0.9.11cvs17.10
18666
18667         * src/folder.c [1.213.2.6]
18668         * src/folder.h [1.87.2.6]
18669         * src/inc.c [1.149.2.7]
18670         * src/messageview.c [1.94.2.8]
18671         * src/procheader.c [1.47.2.6]
18672         * src/procmsg.c [1.150.2.4]
18673         * src/procmsg.h [1.60.2.5]
18674         * src/pop.c [1.56.2.4]
18675         * src/pop.h [1.17.2.3]
18676                 Let too big messages get downloaded, but truncated
18677                 Add a button to download them completely
18678                 
18679 2004-07-06 [colin]      0.9.11cvs17.9
18680
18681         * src/gtk/quicksearch.c [1.1.2.3]
18682                 Add a Clear button
18683         * commitHelper
18684         * PATCHSETS
18685                 Add a script to help with cvs
18686
18687 2004-07-03 [colin]      0.9.11cvs17.8
18688
18689         * src/plugins/imageviewer/viewer.c
18690                 fix imageviewer (which was staying on the first
18691                 displayed image)
18692
18693 2004-07-03 [colin]      0.9.11cvs17.7
18694
18695         Removed FIXME_GTK2 warnings
18696         * src/gtk/gtkutils.c
18697                 useless #warnings
18698         * src/gtk/menu.c
18699                 useless #warnings (no need to mess with menu rc)
18700         * src/gtk/menu.h
18701                 unused functions
18702         
18703
18704 2004-07-03 [colin]      0.9.11cvs17.6
18705
18706         Removed FIXME_GTK2 warnings
18707         * src/codeconv.c
18708                 useless #warnings (rewrite needed)
18709         * src/compose.c
18710                 useless #warnings (rewrite needed)
18711                 useless #warnings (gtk2 is like that)
18712                 useless #warnings (previously fixed)
18713         * src/main.c
18714                 useless #warnings (previously fixed)
18715         * src/message_search.c
18716                 useless #warnings (gtk2 is like that)
18717                 Made apparent that search is case-sensitive
18718         * src/mimeview.c
18719                 useless #warnings (rewrite needed)
18720                 useless #warnings (gtk2 is like that)
18721                 reimplemented real warnings
18722         * src/prefs_common.c
18723                 Removed block cursor option (not it gtk2)
18724         * src/prefs_gtk.c
18725                 useless #warnings (rewrite needed)
18726         * src/procheader.c
18727                 useless #warnings (rewrite needed)
18728         * src/sourcewindow.c
18729                 useless #warnings (incorrect placing)
18730         * src/summary_search.c
18731                 useless #warnings (gtk2 is like that)
18732                 Made apparent that search is case-sensitive
18733         * src/action.c
18734                 useless #warnings (gtk2 is like that)
18735         * src/textview.c
18736                 useless #warnings (rewrite needed)
18737         * src/toolbar.c
18738                 useless #warnings (rewrite needed)
18739
18740 2004-07-03 [colin]      0.9.11cvs17.5
18741
18742         * src/textview.c
18743                 Fix mismerge which broke URI opening
18744                 
18745 2004-07-01 [colin]      0.9.11cvs17.4
18746
18747         * src/gtk/filesel.c
18748                 Fill filename when saving
18749                 
18750 2004-06-27 [colin]      0.9.11cvs17.3
18751
18752         * src/gtk/filesel.[ch]
18753                 Use the new GTK file selector
18754                 Update prototype to match the reality: multiple file
18755                 selection is open-only          
18756         * src/compose.c
18757                 Match the new prototypes        
18758         * configure.ac
18759                 Match the new requirements (gtk 2.4.0)
18760                         
18761 2004-06-26 [colin]      0.9.11cvs17.2
18762
18763         * src/plugins/trayicon/trayicon.c
18764                 Remove useless signal handler on resize, which causes
18765                 an infinite "loop"
18766         
18767 2004-06-26 [colin]      0.9.11cvs17.1
18768         
18769         * tools/Makefile.am
18770                 remove launch_firebird and add nautilus2sylpheed.sh
18771         * src/quicksearch.c
18772           src/summaryview.c
18773                 Fix show/hide "Extended symbols" button problem
18774                 Fix apparition at startup
18775                 Fix const warnings
18776         * src/plugins/image_viewer/Makefile.am
18777                 Fix configure 
18778         * common/ssl.c
18779                 Re-enable certificate check, as it doesn't seem to
18780                 cause Xlib errors anymore
18781
18782 2004-06-25 [paul]       0.9.11cvs17
18783
18784         * sync with 0.9.11cvs17 HEAD
18785         
18786         NOTE: QuickSearch is broken
18787
18788 2004-06-07 [colin]      0.9.10claws67.10
18789         * src/plugins/trayicon/trayicon.c
18790           src/plugins/trayicon/libeggtrayicon/Makefile.am
18791           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18792                 Fix gettextization in trayicon plugin
18793
18794 2004-06-07 [colin]      0.9.10claws67.9
18795         
18796         * src/summaryview.c
18797           src/gtk/gtksctree.[ch]
18798                 Let Shift+{Up,Down} work in summaryview
18799                 (well, Down "works" and Up works)
18800                 Let the list scroll when using these keys
18801
18802 2004-06-06 [colin]      0.9.10claws67.8
18803
18804         * src/plugins/trayicon/trayicon.c
18805                 Fix pixmap update
18806
18807 2004-06-06 [colin]      0.9.10claws67.7
18808
18809         * src/addressbook.c
18810                 Fix signal handling causing system-wide focus grab
18811
18812 2004-05-25 [paul]       0.9.10claws67.6
18813
18814         * Makefile.am
18815           src/Makefile.am
18816                 clean up
18817
18818 2004-05-25 [paul]       0.9.10claws67.5
18819
18820         * replace deprecated gtk_signal... functions
18821
18822 2004-05-23 [colin]      0.9.10claws67.4
18823
18824         * src/compose.c
18825                 Fix wrapping
18826
18827 2004-05-22 [colin]      0.9.10claws67.3
18828
18829         * src/compose.c
18830                 Re-fix [Edited] in compose.c::compose_reedit()
18831
18832 2004-05-22 [colin]      0.9.10claws67.2
18833
18834         * src/procmime.c
18835                 Fix parsing of multiparts mails
18836
18837 2004-05-22 [colin]      0.9.10claws67.1
18838
18839         * src/summaryview.c
18840                 Fix quicksearch
18841
18842 2004-05-22 [paul]       0.9.10claws67
18843
18844         * sync with 0.9.10claws67 HEAD
18845
18846 2004-05-14 [alfons]
18847
18848         * src/procmime.h
18849                 add forgotton prototype
18850
18851 2004-05-10 [paul]       0.9.10claws57
18852
18853         * sync with 0.9.10claws57 HEAD
18854
18855 2004-05-05 [paul]       0.9.9.claws1
18856
18857         * ChangeLog-gtk2        ** REMOVED **
18858           ChangeLog-gtk2.claws  ** ADDED **
18859                 rename and adopt the normal claws format
18860                 
18861         * configure.ac
18862                 require gtkmathview >= 0.5
18863
18864         * ac/*                          ** REMOVED **
18865           ac/                           ** REMOVED **
18866           intl/Makefile.in              ** REMOVED **
18867           m4/                           ** ADDED **
18868           m4/missing                    ** ADDED **
18869           m4/missing/gdk-pixbuf.m4      ** ADDED **
18870           m4/missing/gettext.m4         ** ADDED **
18871           m4/missing/gpgme.m4           ** ADDED **
18872           m4/missing/imlib.m4           ** ADDED **
18873           m4/.cvsignore                 ** ADDED **
18874           m4/Makefile.am                ** ADDED **
18875           m4/README                     ** ADDED **
18876           m4/aclocal-include.m4         ** ADDED **
18877           m4/aspell.m4                  ** ADDED **
18878           m4/check-type.m4              ** ADDED **
18879           m4/gnupg-check-typedef.m4     ** ADDED **
18880           m4/openssl.m4                 ** ADDED **
18881           m4/spamassassin.m4            ** ADDED **
18882           po/ChangeLog                  ** REMOVED **
18883           po/Makefile.in.in             ** REMOVED **
18884           po/Rules-quot                 ** REMOVED **
18885           po/boldquot.sed               ** REMOVED **
18886           po/en@boldquot.header         ** REMOVED **
18887           po/en@quot.header             ** REMOVED **
18888           po/insert-header.sin          ** REMOVED **
18889           po/quot.sed                   ** REMOVED **
18890           po/remove-potcdate.sed        ** REMOVED **
18891           po/remove-potcdate.sin        ** REMOVED **
18892           po/stamp-po                   ** REMOVED **
18893           Makefile.am
18894           autogen.sh
18895           configure.ac
18896                 enable building with automake 1.8.x
18897                 add 'autopoint --force' to autogen.sh and remove all
18898                 auto-generated files, remove ac/ directory and use
18899                 m4/ directory instead
18900                 
18901         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18902                 fix gettextization
18903
18904 2004-02-28 Colin Leroy <colin@colino.net>
18905         * src/prefs_matcher.c
18906           src/prefs_filtering.c
18907           src/prefs_filtering_action.c
18908                 Fix non-editable GtkEntries
18909
18910 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18911         * src/prefs_themes.c
18912                 utf8 conversion for theme info
18913
18914 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18915         * sync 0.9.9claws
18916
18917 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18918         * src/grouplistdialog.c
18919                 allow multiple selections without ctrl key
18920
18921 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18922         * src/main.c
18923                 enable customizable accelerators
18924
18925 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18926         * src/prefs_common.c
18927                 re-enable different font settings for gtk1/2
18928         * src/prefs_folder_item.c
18929                 fix folder prefs displayed wrong
18930         * src/textview.c
18931                 set 'sunken' shadow type
18932
18933 2004-02-07 Colin Leroy <colin@colino.net>
18934         * src/compose.c
18935                 Fix message being always [Edited]
18936                 Encode headers correctly (utf8 buf)
18937
18938 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18939         * src/socket.c
18940                 remove double g_source_attach()
18941                 (Thanks to Colin Leroy)
18942
18943 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18944         * src/gtk/gtksctree.c
18945                 Fix SSL certificate list not shown
18946         * src/mimeview.c
18947                 Fix clicks in mime tree
18948
18949 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18950         * src/common/socket.c
18951                 Fix SSL receive
18952         * src/compose.c
18953                 Fix clipboard menu hotkeys
18954
18955 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18956         * src/gtk/gtkaspell.[ch]
18957           src/compose.c
18958                 reimplement spellchecker
18959
18960 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18961         * src/gtk/filesel.c
18962                 crash when inserting file in compose window
18963                 (TODO: keep old selection on clicks)
18964         * src/main.c
18965                 use gtkrc-2.0 instead of gtkrc
18966
18967 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18968         * src/messageview.c
18969                 remove orphaned mimeview unref()
18970
18971 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18972         * src/grouplistdialog.c
18973                 expand nodes containing subscribed groups
18974
18975 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18976         * src/textview.c
18977                 textview: hide cursor, restore old click behaviour
18978
18979 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18980         * src/textview.c
18981                 variable names messed up
18982
18983 2004-01-17 Colin Leroy <colin@colino.net>
18984         * src/addr_compl.c
18985                 Fix completion address too thin
18986         * src/compose.c
18987                 Fix tab-to-subject behaviour
18988         * src/summaryview.c
18989                 Implement key up & down in summaryview
18990
18991 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18992
18993         * sync 098claws
18994
18995 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18996         * configure.ac
18997           Makefile.am
18998           doc/.cvsignore
18999           doc/Makefile.am
19000                 faq, man, manual moved to doc/
19001         * ac/aspell.m4
19002           ac/check-type.m4
19003           ac/gnupg-check-typedef.m4
19004           ac/openssl.m4
19005           ac/spamassassin.m4
19006           ac/missing/gdk-pixbuf.m4
19007           ac/missing/gpgme.m4
19008           ac/missing/imlib.m4
19009                 fix automake warnings
19010
19011 2003-12-06 Colin Leroy <colin@colino.net>
19012         * src/summaryview.c
19013                 Fix quicksearch
19014
19015 2003-12-05 Colin Leroy <colin@colino.net>
19016         * src/summaryview.c
19017                 Fix going to next unread folder
19018
19019 2003-12-05 Colin Leroy <colin@colino.net>
19020         * src/crash.c
19021                 Fix gtk2 compilation
19022         * src/session.c
19023                 Remove iotag source handler at disconnection
19024         * src/socket.[ch] 
19025                 Remove source handler when closing socket 
19026                 (fixes another seg)
19027
19028 2003-12-04 Colin Leroy <colin@colino.net>
19029         * src/compose.c
19030           src/prefs_account.c
19031           src/prefs_common.c
19032                 Fix some dropdown menus
19033
19034 2003-12-04 Colin Leroy <colin@colino.net>
19035         * src/compose.c
19036                 Fix event handlers on header fields
19037         * src/common/socket.c
19038           src/common/session.c
19039                 Fix segfault with callback (SSL)
19040                 Fix end of session 
19041
19042 2003-10-06 Thorsten Maerz <torte@netztorte.de>
19043
19044         * Fix compile bug in src/compose.c
19045         * removed src/gtk/gtkstext.[ch]
19046
19047 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
19048
19049         * Convert character set and escape "text" attributes in toolbar setting
19050         files.
19051         * Fixed bug in button-press-event handling.
19052
19053 2003-09-16 Thorsten Maerz <torte@netztorte.de>
19054
19055         * Fixed bug in key-press-event handling.
19056
19057 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
19058
19059         * Enabled to compile tray-icon plugin (Ad-hoc).
19060         * Avoid hang up bug of icon list in mime view (Ad-hoc).
19061
19062 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
19063
19064         * Enabled to compile on sylpheed-claws.
19065         (tray-icon plugin still cannot compile yet.)
19066
19067 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
19068
19069         * Updated to 0.9.5.
19070
19071 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
19072
19073         * Updated to 0.9.4.
19074         * Ported monitoring SSL mechanism to GSource of GLib2
19075         (I don't confirm it)
19076         * Added _gtk2 suffix to key name of font preference to avoid
19077         ovverwriting preference of Gtk+-1.2 version.
19078
19079 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
19080
19081         * Updated to 0.9.2.
19082
19083 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
19084
19085         * Updated to 0.9.1.
19086         * Translate po files into UTF-8 when execute autogen.sh.
19087
19088 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
19089
19090         * Updated to 0.9.0.
19091
19092 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
19093
19094         * Plugged GError related memory leaks.
19095
19096 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
19097
19098         * Changed default size of fonts.
19099         * Enabled to set titile font size of warning dialog.
19100
19101 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
19102
19103         * Embed a sylpheed icon into executable binary on Windows.
19104
19105 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
19106
19107         * I forgot to traslate character set of element string in src/xml.c.
19108
19109 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
19110
19111         * Fixed detecting bind_textdomain_codeset in configure.in.
19112         * The bug in which "Example" of "Date fromat" preference isn't displayed
19113         correctly has been fixed.
19114
19115 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
19116
19117         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
19118           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
19119           glib-gettextize
19120           Removed intl directory.
19121           Translated po files into UTF-8.
19122           (Thanks! Ryuji Abe)
19123
19124 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
19125
19126         * The bug which doesn't unscape string in xml.c has been fixed.
19127
19128 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
19129
19130         * The bug which is failed to translate encoding of file name thorough
19131         file dialog has been fixed.
19132
19133 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
19134
19135         * Modified to translate file names which is used in inporting/expoting
19136         mbox feature and "Save as" feature into locale encoding.
19137         * Translate file names into locale encoding when "Attache file" and
19138         "Insert file".
19139         * Force set G_BROKEN_FILENAMES environment variable.
19140         * Other minor fixes.
19141
19142 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
19143
19144         * Modified to treat MH folder's name as locale encoding.
19145
19146 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
19147
19148         * The bug which clash on switching candidates of auto completion of
19149         addresses, cannot use auto completion in Japanesse is fixed
19150         (Thanks! Tokunaga-san)¡¥
19151
19152 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19153
19154         * The bug which cannot switch key accelerator preference has been fixed
19155         (Thanks! smbd-san)¡¥
19156
19157 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19158
19159         * version 0.8.11-gtk2-20030314
19160
19161 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
19162
19163         * The bug in which character set conversion of filtering messages has
19164         been fixed.(Thanks! COCOA-san).
19165
19166 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
19167
19168         * Revived "Leave space on head" preference in "Message" category.
19169         * A bug which clash when put the cursor to end of buffer and execute
19170         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
19171
19172 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19173
19174         * version 0.8.11-gtk2-20030312
19175
19176 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
19177
19178         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
19179         * Modified to use Pango's API directly for font preference.
19180         * Integrated GtkTextView of textview to one widget.
19181         * Set fonts of header title in textview by "header_title" tag.
19182         * Removed some deprecated codes.
19183
19184 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
19185
19186         * Updated to 0.8.11.
19187         * Merged cygwin patch(Thanks! Sakai-san).
19188
19189 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
19190
19191         * version 0.8.10-gtk2-20030309