2006-10-06 [colin] 2.5.3cvs12
[claws.git] / ChangeLog
1 2006-10-06 [colin]      2.5.3cvs12
2
3         * src/summaryview.c
4         * src/gtk/quicksearch.c
5                 Update display every 5k mails on fast searches
6
7 2006-10-06 [colin]      2.5.3cvs11
8
9         * src/textview.c
10                 Don't do quote folding on HTML or ERTF.
11                 May fix the Cygwin issues if they were
12                 happening with HTML mails?
13
14 2006-10-05 [colin]      2.5.3cvs10
15
16         * src/prefs_gtk.c
17                 Oops, forgot one
18
19 2006-10-05 [colin]      2.5.3cvs9
20
21         * src/prefs_gtk.c
22                 Use unlocked_stdio here too
23
24 2006-10-05 [colin]      2.5.3cvs8
25
26         * src/folderview.c
27                 Fix go to next * after preferences apply
28         * src/msgcache.c
29                 Do the fd lock/unlock ourselves instead of
30                 letting the libc do it at each write 
31
32 2006-10-05 [colin]      2.5.3cvs7
33
34         * src/common/utils.c
35                 Faster division, thanks to Jean Diraison
36
37 2006-10-05 [paul]       2.5.3cvs6
38
39         * src/common/utils.c
40                 fix building with --disable-nls
41
42 2006-10-04 [colin]      2.5.3cvs5
43
44         * src/folder.c
45                 Maybe fix a segfault
46
47 2006-10-04 [wwp]        2.5.3cvs4
48
49         * src/prefs_folder_item.c
50                 Fine-tune layouts in folder item prefs. Suggested by
51                 Fabien Vantard <fzzzzz@gmail.com>.
52
53 2006-10-04 [wwp]        2.5.3cvs3
54
55         * src/prefs_folder_item.c
56                 Kill the clandestine passengers. You didn't see anything.
57
58 2006-10-04 [wwp]        2.5.3cvs2
59
60         * src/prefs_folder_item.c
61                 Add a way to test the subject simplify regexp in
62                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
63                 w/ few layout changes.
64
65 2006-20-04 [paul]       2.5.3cvs1
66
67         * NEWS
68         * README
69         * configure.ac
70                 Update version number following
71                 stable release
72
73 2006-10-04 [colin]      2.5.2cvs42
74
75         * src/folder.c
76         * src/folder.h
77         * src/summaryview.c
78                 Provide a way for folder classes to set their sort
79                 type and key
80
81 2006-10-03 [colin]      2.5.2cvs41
82
83         * src/mh.c
84                 Don't use strlen() to know if the
85                 string's empty
86
87 2006-10-03 [colin]      2.5.2cvs40
88
89         * src/mh.c
90                 Fix "check for new folders" with accentued folders
91
92 2006-10-03 [ticho]      2.5.2cvs39
93
94         * src/filtering.c
95         * src/folder.c
96         * src/inc.c
97         * src/mbox.c
98                 Colin's fix for "copy" filtering rules.
99
100 2006-10-02 [colin]      2.5.2cvs38
101
102         * src/folderview.c
103                 Fix for double-click too
104
105 2006-10-02 [colin]      2.5.2cvs37
106
107         * src/folderview.c
108                 correct fix for cvs36
109
110 2006-10-02 [colin]      2.5.2cvs36
111
112         * src/folderview.c
113                 Fix 'goto next unread' after collapsing/expanding 
114                 a node.
115
116 2006-10-02 [colin]      2.5.2cvs35
117
118         * src/summaryview.c
119                 Fix double freeze/thaw
120         * src/common/utils.c
121         * src/common/utils.h
122                 Reimplement strftime
123         * src/procheader.c
124                 Use it
125
126
127 2006-10-02 [colin]      2.5.2cvs34
128
129         * src/mh.c
130                 Time mh_write_sequences() - it's fast
131         * src/summaryview.c
132                 Init a variable to shut up gcc
133
134 2006-10-01 [colin]      2.5.2cvs33
135
136         * src/folder.c
137         * src/mh.c
138         * src/mh.h
139         * src/msgcache.c
140                 Add helper mh_set_mtime(), and set mtime to stat()'s result
141                 Add fsync but disable it, it's slow as hell
142
143 2006-10-01 [colin]      2.5.2cvs32
144
145         * src/mh.c
146         * src/msgcache.c
147                 fflush() caches and mh_sequences before
148                 fclose()ing
149
150 2006-10-01 [colin]      2.5.2cvs31
151
152         * src/msgcache.c
153                 Don't ftruncate when not using mmap
154
155 2006-09-30 [colin]      2.5.2cvs30
156
157         * src/main.c
158                 Write folder list *after* saving caches
159
160 2006-09-30 [colin]      2.5.2cvs29
161
162         * src/folder.c
163         * src/mh.c
164                 Debug forced mtime changes
165
166 2006-09-30 [colin]      2.5.2cvs28
167
168         * src/folder.c
169         * src/main.c
170                 Remove useless debug_print()s (code
171                 well-tested)
172
173 2006-09-30 [colin]      2.5.2cvs27
174
175         * src/mh.c
176                 Do stuff faster when writing mh_sequences
177
178 2006-09-30 [colin]      2.5.2cvs26
179
180         * src/mh.c
181                 Don't let the writing of .mh_sequences, which
182                 can change the folder's mtime, let us think
183                 we need to scan.
184
185 2006-09-30 [colin]      2.5.2cvs25
186
187         * src/folder.c
188                 Move a debug_print where it belongs 
189                 (processing)
190         * src/summaryview.c
191                 Don't mess with a huge slow subject
192                 table if we're not threading by
193                 subject
194
195 2006-09-30 [colin]      2.5.2cvs24
196
197         * src/msgcache.c
198                 Reenable mmaped reads (*not* writes!)
199         * src/procmsg.c
200                 Don't destroy and recreate hashtables just
201                 for fun
202         * src/common/utils.c
203                 Remove useless reply prefixes (it's case
204                 unsensitive)
205
206 2006-09-30 [wwp]        2.5.2cvs23
207
208         * tools/fix_date.sh
209                 Fixed a minor bug in date value extraction, added a switch
210                 to replace non RFC-compliant Date: value, added a switch
211                 to use strict RFC matching patterns for dates.
212
213 2006-09-29 [colin]      2.5.2cvs22
214
215         * src/matcher_parser.h
216         * src/matcher_parser_parse.y
217         * src/prefs_filtering.c
218         * src/statusbar.c
219         * src/summary_search.c
220         * src/summaryview.c
221         * src/gtk/quicksearch.c
222         * src/gtk/quicksearch.h
223                 Optimise searches by setting different
224                 refresh intervals (depending if the 
225                 search is fast or not)
226
227 2006-09-29 [colin]      2.5.2cvs21
228
229         * src/codeconv.c
230                 Optimise by reusing the last iconv converter
231                 if possible
232         * src/textview.c
233                 Optimise a bit (the foldable quotes feature
234                 still has an awful O(n^2) algo
235
236 2006-09-29 [colin]      2.5.2cvs20
237
238         * src/gtk/gtksctree.c
239         * src/gtk/gtksctree.h
240                 Optimise de-selection via up/down or
241                 another key
242
243 2006-09-28 [colin]      2.5.2cvs19
244
245         * src/action.c
246         * src/compose.c
247         * src/folderview.c
248         * src/mainwindow.c
249         * src/messageview.c
250         * src/summary_search.c
251         * src/toolbar.c
252                 Avoid using summaryview->ctree directly
253
254 2006-09-28 [colin]      2.5.2cvs18
255
256         * src/summaryview.c
257         * src/summaryview.h
258                 Add helpers to freeze/thaw/grab_focus
259                 Factorize calls to freeze/thaw/grab_focus
260                 
261
262 2006-09-28 [colin]      2.5.2cvs17
263
264         * src/main.c
265                 More guards for the session management
266
267 2006-09-28 [colin]      2.5.2cvs16
268
269         * src/folderview.c
270         * src/gtk/gtksctree.c
271         * src/gtk/gtksctree.h
272                 Make expanding not recursive in folderview
273
274 2006-09-28 [colin]      2.5.2cvs15
275
276         * src/addressbook.c
277                 If nothing is selected in the list (right part)
278                 and a group is selected in the tree (left part),
279                 mail this group.
280
281 2006-09-28 [colin]      2.5.2cvs14
282
283         * src/Makefile.am
284                 Actually use SM_LIBS
285
286 2006-09-28 [ticho]      2.5.2cvs13
287
288         * src/export.c
289         * src/messageview.c
290         * src/mimeview.c
291         * src/news.c
292         * src/pop.c
293         * src/prefs_themes.c
294         * src/procmsg.c
295                 Small i18n string optimization.
296         * src/send_message.c
297         * src/summaryview.c
298         * src/common/session.c
299         * src/common/smtp.c
300         * src/common/ssl_certificate.c
301         * src/common/utils.c
302                 Use "Couldn't" instead of "Can't" in UI messages,
303                 where appropriate.
304
305 2006-09-28 [colin]      2.5.2cvs12
306
307         * configure.ac
308                 Possibly fix link errors
309
310 2006-09-27 [wwp]        2.5.2cvs11
311
312         * src/gtk/authors.h
313         * doc/man/sylpheed-claws.1
314         * manual/ack.xml
315         * manual/es/ack.xml
316         * manual/fr/ack.xml
317         * manual/pl/ack.xml
318                 Updated authors info (me, myself and I).
319
320 2006-09-27 [colin]      2.5.2cvs10
321
322         * src/addressbook.c
323                 Remove useless printf
324
325 2006-09-27 [wwp]        2.5.2cvs9
326
327         * src/editgroup.c
328         * src/send_message.c
329         * src/inc.c
330         * src/prefs_common.c
331         * src/prefs_common.h
332         * src/gtk/progressdialog.c
333                 remember more windows' sizes (send dialog, received dialog,
334                 edit group in addressbook).
335
336 2006-09-27 [colin]      2.5.2cvs8
337
338         * configure.ac
339         * src/main.c
340         * src/mainwindow.h
341                 Use libSM to communicate with the session
342                 manager, so that we can know when the 
343                 session ends, save our caches, and draft
344                 our compose windows.
345
346 2006-09-27 [colin]      2.5.2cvs7
347
348         * src/addressbook.c
349                 Fix issues:
350                 o Allow Book and Group creation from the tree's
351                   contextual menu
352                 o Do not actually delete the contacts when 
353                   deleting groups from the tree (duh!)
354
355 2006-09-27 [colin]      2.5.2cvs6
356
357         * src/compose.c
358         * src/compose.h
359         * src/mainwindow.c
360         * src/textview.c
361         * src/toolbar.c
362                 o Allow passing an email address to 
363                   compose_new_with_folderitem
364                 o Update callers
365                 o Use current folderitem when clicking
366                   on a TextView mailto: link
367                 o Fix a possible leak in TextView
368
369 2006-09-27 [colin]      2.5.2cvs5
370
371         * src/html.c
372                 Use UTF-8 chars to replace HTML entities
373
374 2006-09-27 [colin]      2.5.2cvs4
375
376         * AUTHORS
377         * src/prefs_account.c
378         * src/gtk/authors.h
379                 Fix bug #1024 (Array index out of
380                 range in sylpheed-claws-2.5.2)
381                 Patch by Ales Nosek <anosek@suse.cz>
382
383 2006-09-27 [colin]      2.5.2cvs3
384
385         * src/addr_compl.c
386                 Actually do the test
387
388 2006-09-27 [colin]      2.5.2cvs2
389
390         * src/addr_compl.c
391         * src/addr_compl.h
392                 Allow completing with comma (in certain cases: vCalendar
393                 for example doesn't support that)
394                 Patch by Fabien Vantard
395
396 2006-09-26 [colin]      2.5.2cvs1
397
398         * src/Makefile.am
399         * src/addr_compl.c
400         * src/addr_compl.h
401         * src/addrbook.c
402         * src/addrbook.h
403         * src/addressbook.c
404         * src/addrindex.c
405         * src/addrindex.h
406         * src/compose.c
407         * src/prefs_common.c
408         * src/prefs_filtering_action.c
409         * src/prefs_folder_item.c
410         * src/prefs_template.c
411         * src/stock_pixmap.c
412         * src/stock_pixmap.h
413         * src/pixmaps/addr_one.xpm
414         * src/pixmaps/addr_two.xpm
415                 Add auto-completion on groups
416
417 2006-09-26 [colin]      2.5.2
418
419         * NEWS
420         * README
421         * RELEASE_NOTES
422                 2.5.2 released
423
424 2006-09-26 [colin]      2.5.1cvs5
425
426         * src/matcher.c
427                 Fix condition
428
429 2006-09-26 [colin]      2.5.1cvs4
430
431         * src/mbox.c
432                 Revert cvs1 (useless as the message is printed 
433                 every 500 mails)
434
435 2006-09-26 [colin]      2.5.1cvs3
436
437         * src/partial_download.c
438                 Fix crasher found by Alexsandar Urosevic
439
440 2006-09-26 [colin]      2.5.1cvs2
441
442         * src/summaryview.c
443                 Fix bug #1023 (Sylpheed deletes too much messages)
444
445 2006-09-26 [ticho]      2.5.1cvs1
446
447         * src/mbox.c
448                 Make use of gettext's multiple plurals for statusbar
449                 progress message.
450
451 2006-09-25 [paul]       2.5.1
452
453         * NEWS
454         * README
455         * RELEASE_NOTES
456                 2.5.1 released
457
458 2006-09-25 [colin]      2.5.0cvs3
459
460         * src/plugins/bogofilter/bogofilter.c
461         * src/plugins/clamav/clamav_plugin.c
462         * src/plugins/spamassassin/spamassassin.c
463                 BogoFilter, Spamassassin: Fix double hook registering after
464                 visiting preferences
465                 Spamassassin, Clamav: Just set the mails to move instead of
466                 doing the move - caller will move the things at once.
467
468 2006-09-25 [colin]      2.5.0cvs2
469
470         * src/imap.c
471         * src/etpan/imap-thread.c
472                 Use UID SEARCH ALL instead of UID 1:*
473                 (braindead servers can't figure out that's
474                 the same...)
475
476 2006-09-25 [wwp]        2.5.0cvs1
477
478         * src/message_search.c
479                 Added the ability to stop a running search (in message body).
480
481 2006-09-25 [paul]       2.5.0
482
483         * NEWS
484         * README
485         * RELEASE_NOTES
486                 2.5.0 released
487
488 2006-09-25 [paul]       2.4.0cvs214
489
490         * po/cs.po
491         * po/de.po
492         * po/fi.po
493         * po/fr.po
494         * po/nl.po
495         * po/pt_BR.po
496         * po/sk.po
497         * po/sr.po
498         * po/zh_CN.po
499                 updated by Tim, Stephan Sachse, Flammie Pirinen,
500                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
501                 Ticho, Aleksander Urosevic, Ralgh Young
502
503 2006-09-24 [mones]      2.4.0cvs213
504
505         * po/es.po
506                 Updated for release
507
508 2006-09-23 [colin]      2.4.0cvs212
509
510         * src/gtk/inputdialog.c
511                 Fix [ ] remember this appearing in normal
512                 input dialogs after it's been used by
513                 mimeview.
514         * src/folder.c
515         * src/folderview.c
516         * src/msgcache.c
517         * src/procmsg.c
518         * src/summaryview.c
519         * src/textview.c
520         * src/common/timing.h
521                 Enable timings in debug mode and make it
522                 look prettier.
523
524 2006-09-22 [colin]      2.4.0cvs211
525
526         * README
527                 Revert test change
528         * commitHelper
529                 ping the correct URI
530
531 2006-09-22 [colin]      2.4.0cvs210
532
533         * README
534                 Let's see if bug #1022 is fixed
535
536 2006-09-21 [colin]      2.4.0cvs209
537
538         * src/wizard.c
539         * src/common/plugin.c
540                 Prepare infra to load predefined plugins when
541                 no configuration existed. Don't actually load
542                 anything yet (feat. freeze)
543
544 2006-09-21 [wwp]        2.4.0cvs208
545
546         * manual/fr/faq.xml
547                 Partial sync w/ 2.4.0cvs72:
548                 wrap file and minor updates.
549
550 2006-09-21 [wwp]        2.4.0cvs207
551
552         * tools/fix_date.sh
553                 several fixes and enhancements. A new --force switch has been
554                 added to prevent overriding by default Date: header when
555                 already existing.
556
557 2006-09-21 [paul]       2.4.0cvs206
558
559         * src/common/utils.c
560                 add Chinese UTF8 Re prefix
561
562 2006-09-21 [wwp]        2.4.0cvs205
563
564         * tools/Makefile.am
565                 Fics alfabettical order.
566
567 2006-09-21 [wwp]        2.4.0cvs204
568
569         * tools/fix_date.sh
570         * tools/Makefile.am
571                 Added an action tool to fix missing Date field in emails.
572                 Updated Makefile.am to reflect those last two additions.
573
574 2006-09-21 [wwp]        2.4.0cvs203
575
576         * tools/uuooffice
577                 Added a action tool to open uuencoded docs w/
578                 OpenOffice (based on uudec method).
579
580 2006-09-21 [colin]      2.4.0cvs202
581
582         * src/compose.c
583         * src/textview.c
584                 Workaround possible GTK crash: remove selection 
585                 clipboard before destroying widget, or GTK+-2.10
586                 dies. Thanks to Hiro.
587
588 2006-09-20 [colin]      2.4.0cvs201
589
590         * src/compose.c
591                 Fix free-after-use in some cases (when 
592                 procmime_encode_content() frees mimeinfo->data.mem
593                 and turns it to a temp file)
594
595 2006-09-20 [colin]      2.4.0cvs200
596
597         * src/folderview.c
598         * src/summaryview.c
599         * src/gtk/gtksctree.c
600         * src/gtk/gtksctree.h
601                 Add tooltips in the folderview and summaryview
602                 (Doesn't break string freeze as they already
603                 exist)
604         * src/toolbar.c
605                 Put the spam button in the default configuration
606                 if compiled with bogo plugin too
607
608 2006-09-19 [colin]      2.4.0cvs199
609
610         * src/summaryview.c
611         * src/summaryview.h
612                 Update folder name label on folder rename
613         * src/prefs_matcher.c
614         * src/gtk/logwindow.h
615                 Fix warnings
616                 Patches by Fabien
617
618 2006-09-19 [wwp]        2.4.0cvs198
619
620         * src/summary_search.c
621                 fix can't click forward/backward buttons in the
622                 search messages.
623
624 2006-09-18 [paul]       2.4.0cvs197
625
626         * src/wizard.c
627                 add missing bracket, capitalise the A of
628                 'SpamAssassin'
629
630 2006-09-18 [paul]       2.4.0cvs196
631
632         * src/compose.c
633                 fix bug 1012 'crashed upon sending mail
634                 from compose window'
635                 Thanks to Colin
636
637 2006-09-16 [colin]      2.4.0cvs195
638
639         * src/folderview.c
640                 Fix "real-time" sorting by freezing/thawing
641
642 2006-09-16 [colin]      2.4.0cvs194
643
644         * manual/faq.xml
645                 Fix the anti-spam entry a bit
646
647 2006-09-16 [colin]      2.4.0cvs193
648
649         * src/wizard.c
650                 Make sure reviewers have no excuse when stating
651                 Sylpheed-Claws doesn't have antispam capabilities.
652
653 2006-09-16 [colin]      2.4.0cvs192
654
655         * src/main.c
656                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
657                 as if the SIGPIPE comes from etpan's thread we could
658                 trigger a GUI update from this thread.
659
660 2006-09-16 [colin]      2.4.0cvs191
661
662         * src/summaryview.c
663                 Init all members of the struct
664
665 2006-09-16 [paul]       2.4.0cvs190
666
667         * src/account.c
668                 improvements to the English
669
670 2006-09-15 [colin]      2.4.0cvs189
671
672         * src/summaryview.c
673                 HIG order on dialog
674
675 2006-09-14 [colin]      2.4.0cvs188
676
677         * src/common/socket.c
678         * src/common/socket.h
679         * src/common/ssl.c
680         * src/common/ssl_certificate.c
681         * src/common/ssl_certificate.h
682         * src/etpan/imap-thread.c
683                 the get_fqdn() call done to get canonical name when
684                 checking an SSL certificate is blocking, which is
685                 sad as we just did a non-blocking lookup to connect.
686                 Fix that by letting the fqdn available to the SockInfo,
687                 and use that in ssl_certificate_check(). For IMAP,
688                 we don't do it as the lookup's done by libetpan, but
689                 it's less annoying as IMAP connections as much more
690                 rare than POP3 connections.
691
692 2006-09-14 [paul]       2.4.0cvs187
693
694         * manual/advanced.xml
695                 improvements to the English,
696                 properly place the new hidden options
697                 within the alphabetical order
698         * src/gtk/pluginwindow.c
699                 improvements to the English
700
701 2006-09-14 [colin]      2.4.0cvs186
702
703         * src/prefs_common.c
704         * src/prefs_common.h
705         * src/gtk/gtksctree.c
706         * manual/advanced.xml
707                 New hidden pref, stripes_color_offset, to change
708                 the value added/substracted to normal bgcolor to
709                 create the stripes in summaries
710
711 2006-09-13 [colin]      2.4.0cvs185
712
713         * src/gedit-print.c
714         * src/messageview.c
715         * src/messageview.h
716         * src/summaryview.c
717         * src/textview.c
718                 Fix misc. printing issues: 
719                 - Bad font for linkified headers
720                 - Different font if the mail was displayed or not
721                 - Factorize the thing
722
723 2006-09-13 [colin]      2.4.0cvs184
724
725         * src/common/ssl_certificate.c
726                 Only get FQDN once when checking certificate
727
728 2006-09-13 [colin]      2.4.0cvs183
729
730         * src/account.c
731         * src/gtk/pluginwindow.c
732                 Misc. GUI fixes by Fabien
733
734 2006-09-13 [wwp]        2.4.0cvs182
735
736         * configure.ac
737         * src/common/utils.h
738         * src/common/utils.c
739                 get rid of unused wide-char functions.
740
741 2006-09-13 [wwp]        2.4.0cvs181
742
743         * src/plugins/pgpinline/sylpheed.def
744         * src/textview.c
745                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
746                 add privacy_reset_error to the .def file,
747                 do not fork for an external textviewer.
748
749 2006-09-13 [wwp]        2.4.0cvs180
750
751         * src/prefs_common.c
752                 fix broken font entry in prefs (patch issued by the gpg4win team,
753                 probably by Marcus Brinkmann <marcus@g10code.de>).
754
755 2006-09-13 [colin]      2.4.0cvs179
756
757         * src/folder.h
758                 Fix a warning in summaryview.c
759         * src/mainwindow.c
760         * src/summaryview.c
761         * src/summaryview.h
762                 Add missing Mark/* elements in the
763                 main menu
764
765 2006-09-12 [colin]      2.4.0cvs178
766
767         * src/prefs_actions.c
768         * src/prefs_filtering_action.c
769         * src/prefs_matcher.c
770                 Use (New) instead of New everywhere
771
772 2006-09-12 [wwp]        2.4.0cvs177
773
774         * manual/fr/addrbook.xml
775         * manual/fr/handling.xml
776                 updated some quotes in the fr manual to match the fr translation.
777
778 2006-09-12 [wwp]        2.4.0cvs176
779
780         * src/prefs_matcher.c
781                 don't store translated string elements in matcher expressions.
782                 Also fixed a misused of Q_().
783
784 2006-09-11 [wwp]        2.4.0cvs175
785
786         * src/plugins//bogofilter/bogofilter.c
787         * src/plugins//clamav/clamav_plugin.c
788         * src/plugins//demo/demo.c
789         * src/plugins//dillo_viewer/dillo_viewer.c
790         * src/plugins//pgpcore/plugin.c
791         * src/plugins//pgpinline/plugin.c
792         * src/plugins//pgpmime/plugin.c
793         * src/plugins//spamassassin/spamassassin.c
794                 gettext-ize more strings (mostly plugin error messages).
795
796 2006-09-11 [colin]      2.4.0cvs174
797
798         * src/alertpanel.c
799                 Make maximum buffer size bigger to avoid
800                 truncating translated messages. Patch by
801                 Fabien
802
803 2006-09-11 [colin]      2.4.0cvs173
804
805         * src/etpan/imap-thread.c
806                 Fix compilation on OpenBSD, thanks to 
807                 Landry
808
809 2006-09-10 [wwp]        2.4.0cvs172
810
811         * manual/account.xml
812         * manual/addrbook.xml
813         * manual/handling.xml
814         * manual/es/handling.xml
815         * manual/fr/account.xml
816         * manual/fr/addrbook.xml
817         * manual/fr/handling.xml
818                 documented addressbook matching (condition configuration):
819                   addrbook.xml, en fr
820                 documented per-account filtering rules (handling/filtering
821                   section, account section):
822                   account.xml, handling.xml, en fr
823                 slightly updated the handling/searching section to tell few
824                   words about the extended search ability:
825                   handling.xml, en fr
826                 added missing <quote></quotes> to Quick Search:
827                   handling.xml, en fr es
828                 fixed a typo (auomatically):
829                   handling.xml, en
830                 changes revisited by Paul.
831
832 2006-09-10 [paul]       2.4.0cvs171
833
834         * src/prefs_actions.c
835         * src/prefs_filtering.c
836         * src/prefs_template.c
837                 adjustments to the gui
838                 Patch by Fabien Vantard (slightly modified)
839
840 2006-09-10 [colin]      2.4.0cvs170
841
842         * src/summaryview.c
843                 Check folderitem/summaryview consistency
844                 (basically automates Update summary). Fixes
845                 #1011 (wrong (negative) count on unread 
846                 messages)
847
848 2006-09-10 [colin]      2.4.0cvs169
849
850         * src/gtk/gtksctree.c
851                 Fix recursive expansion via mouse
852         * src/plugins/bogofilter/bogofilter.c
853                 Use normal filtering way of moving
854                 messages (batching), possibly fixing
855                 bug #1015 (Bogofilter plugin doubles 
856                 new messages)
857
858 2006-09-09 [wwp]        2.4.0cvs168
859
860         * src/prefs_filtering.c
861                 better place for this fix.
862
863 2006-09-09 [wwp]        2.4.0cvs167
864
865         * src/prefs_filtering.c
866                 fix a minor bug when the enabled status of a filtering/processing
867                 rule always got set to TRUE when replacing this rule. That still
868                 make sense when adding a new rule, but now when replacing, we
869                 don't override the value of 'enabled'.
870                 Also renamed the func prefs_filtering_list_view_get_rule_name()
871                 to prefs_filtering_list_view_get_info() as this function not only
872                 returns the name, but also the account_id and the enabled status.
873
874 2006-09-09 [mones]      2.4.0cvs166
875
876         * manual/glossary.xml
877         * manual/plugins.xml
878                 Minor format corrections
879         * manual/gpl.xml
880                 Fix misplaced NO WARRANTY section
881         * manual/es/advanced.xml
882         * manual/es/faq.xml
883         * manual/es/glossary.xml
884         * manual/es/gpl.xml
885         * manual/es/handling.xml
886         * manual/es/plugins.xml
887         * manual/es/starting.xml
888                 Incorporate changes from English version
889         * manual/fr/ack.xml
890         * manual/pl/ack.xml
891         * manual/es/ack.xml
892                 Fix address, (add translation credits in es version)
893         * po/es.po
894                 Updated translation
895
896 2006-09-09 [wwp]        2.4.0cvs165
897
898         * src/prefs_filtering.c
899                 fix a crash when opening filtering prefs, if matcherrc file contains
900                 broken data (non-existing account id, which is theoretically not
901                 possible).
902
903 2006-09-08 [colin]      2.4.0cvs164
904
905         * src/folder.c
906                 Wrong assert, make it an if()
907         * src/gtk/gtksctree.c
908                 Fix bug #1013 (expand selected thread 
909                 tree) - expanding is now recursive
910
911 2006-09-07 [wwp]        2.4.0cvs163
912
913         * src/prefs_matcher.c
914                 make better sentences about addressbook matching in the
915                 matcher prefs. This should make translators' work easier
916                 too.
917
918 2006-09-07 [wwp]        2.4.0cvs162
919
920         * src/prefs_filtering.c
921                 code simplification (get rid of dup var. assignment).
922
923 2006-09-07 [wwp]        2.4.0cvs161
924
925         * src/summaryview.c
926                 use GTK_STOCK icons when possible, patch by Fabien Vantard
927                 <fzzzzz@gmail.com>.
928
929 2006-09-07 [paul]       2.4.0cvs160
930
931         * src/mimeview.c
932                 fix compilation warnings
933                 Thanks to Colin
934
935 2006-09-07 [paul]       2.4.0cvs159
936
937         * src/mimeview.c
938                 select the mimepart icon when
939                 displaying as text
940                 Thanks to Colin
941
942 2006-09-06 [paul]       2.4.0cvs158
943
944         * src/prefs_filtering.c
945                 fix labels and table element spacing
946                 Patch by Fabien Vantard
947
948 2006-09-06 [paul]
949
950         2.5.0-rc3 released
951
952 2006-09-06 [paul]       2.4.0cvs157
953
954         * manual/es/advanced.xml
955                 fix typo
956
957 2006-09-06 [wwp]        2.4.0cvs156
958
959         * src/mainwindow.c
960                 fix an dup launch issue when iconified, thanks to Colin.
961
962 2006-09-06 [wwp]        2.4.0cvs155
963
964         * src/gtk//gtksctree.h
965                 oops, forgot that one!
966
967 2006-09-06 [wwp]        2.4.0cvs154
968
969         * manual/pl/advanced.xml
970         * manual/advanced.xml
971         * manual/es/advanced.xml
972         * manual/fr/advanced.xml
973         * src/prefs_customheader.c
974         * src/prefs_filtering_action.c
975         * src/foldersel.c
976         * src/prefs_summaries.c
977         * src/prefs_filtering.c
978         * src/account.c
979         * src/compose.c
980         * src/prefs_summary_column.c
981         * src/addr_compl.c
982         * src/prefs_actions.c
983         * src/prefs_folder_column.c
984         * src/ssl_manager.c
985         * src/prefs_template.c
986         * src/prefs_display_header.c
987         * src/prefs_common.h
988         * src/prefs_matcher.c
989         * src/prefs_common.c
990         * src/prefs_toolbar.c
991         * src/summaryview.c
992         * src/folderview.c
993         * src/gtk/gtksctree.c
994         * src/gtk/pluginwindow.c
995         * src/gtk/progressdialog.c
996         * src/gtk/prefswindow.c
997                 renamed hidden option enable_rules_hint to use_stripes_everywhere
998                 to make its meaning more obvious (all versions of the manual reflect
999                 the change).
1000                 added an extra hidden option use_stripes_in_summary to allow
1001                 discarding these stripes in mainwindow's folder and message lists;
1002                 en and fr manuals only are OK towards this.
1003
1004 2006-09-06 [colin]      2.4.0cvs153
1005
1006         * src/textview.c
1007                 Hide Sylpheed-Claws' internal queue headers
1008                 when showing all headers. They'll be present
1009                 only in Source window.
1010
1011 2006-09-05 [colin]      2.4.0cvs152
1012
1013         * src/plugins/trayicon/trayicon.c
1014                 Fix crash at exit - we have to disconnect
1015                 our handlers
1016         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1017                 Update eggtrayicon - patch adapted from a
1018                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
1019                 on Sylpheed's ML
1020
1021 2006-09-05 [colin]      2.4.0cvs151
1022
1023         * src/mainwindow.c
1024         * src/gtk/logwindow.c
1025                 Fix race condition when something writes
1026                 to the log too soon during init. Thanks
1027                 to Fabien Vantard
1028
1029 2006-09-05 [colin]      2.4.0cvs150
1030
1031         * src/mimeview.c
1032                 Don't select part on right-click either
1033
1034 2006-09-05 [paul]       2.4.0cvs149
1035
1036         * src/mimeview.c
1037                 completion of previous commit
1038                 Thanks to Colin
1039
1040 2006-09-05 [colin]      2.4.0cvs148
1041
1042         * src/mimeview.c
1043                 Don't force selection on middle-click, just open
1044
1045 2006-09-04 [colin]      2.4.0cvs147
1046
1047         * src/mimeview.c
1048                 Looks like gtk_notebook_set_current_page()
1049                 sometimes steals focus, and this annoys us
1050                 in MimeViewers as it renders navigation
1051                 keys useless. Take back focus after switching
1052                 pages.
1053
1054 2006-09-04 [colin]      2.4.0cvs146
1055
1056         * src/messageview.c
1057                 Set stop_loading when clicking on Next
1058                 during load. Don't add a callback to 
1059                 avoid over-complicating things.
1060
1061 2006-09-04 [colin]      2.4.0cvs145
1062
1063         * src/mimeview.c
1064         * src/messageview.c
1065                 Fix multiple loads in separate messageview
1066
1067 2006-09-04 [colin]      2.4.0cvs144
1068
1069         * src/summaryview.c
1070                 Let navigation keys be handled during 
1071                 load
1072
1073 2006-09-04 [colin]      2.4.0cvs143
1074
1075         * src/messageview.c
1076         * src/summaryview.c
1077         * src/textview.c
1078         * src/textview.h
1079                 Make loading of huge mails (lots of text and/or
1080                 images) cancellable, so the GUI doesn't block 
1081
1082 2006-09-04 [colin]      2.4.0cvs142
1083
1084         * src/plugins/trayicon/trayicon.c
1085                 Fix annoyance when removing a folder with 
1086                 unread mails: trayicon didn't update
1087
1088 2006-09-04 [paul]       2.4.0cvs141
1089
1090         * src/gtk/icon_legend.c
1091                 straighten up columns
1092                 Patch by Fabien Vantard
1093
1094 2006-09-04 [wwp]        2.4.0cvs140
1095
1096         * src/prefs_filtering.c
1097                 fix new line's account name in filtering prefs:
1098                 was "All", is now "(New)".
1099
1100 2006-09-04 [paul]       2.4.0cvs139
1101
1102         * tools/make.themes.project
1103                 use "AUTOMAKE_OPTIONS = dist-bzip2"
1104                 instead of homebrewed "make release"
1105
1106 2006-09-03 [colin]      2.4.0cvs138
1107
1108         * src/folderview.c
1109                 Fix bug #1007 (Wrong folder highlighted)
1110
1111 2006-09-03 [colin]      2.4.0cvs137
1112
1113         * src/compose.c
1114                 Don't set Newsgroup: header to a mail folder
1115                 path
1116
1117 2006-09-03 [paul]       2.4.0cvs136
1118
1119         * src/prefs_other.c
1120         * src/prefs_spelling.c
1121                 unify the gui
1122
1123 2006-09-03 [paul]       2.4.0cvs135
1124
1125         * src/prefs_summaries.c
1126                 correct menu item text in prefs_keybind_apply_clicked()
1127
1128 2006-09-03 [paul]       2.4.0cvs134
1129
1130         * manual/advanced.xml
1131                 some improvements to the descriptions
1132         * src/mainwindow.c
1133         * src/messageview.c
1134         * src/summaryview.c
1135         * src/gtk/menu.c
1136                 fix menu sensitivity issues
1137         * src/prefs_message.c
1138                 drop the useless word 'short'
1139         * src/prefs_other.c
1140                 add the word 'lines' indicating log length
1141                 is a measure of lines
1142         * src/textview.c
1143                 fix compilation warnings
1144
1145 2006-09-02 [colin]      2.4.0cvs133
1146
1147         * src/messageview.c
1148                 Display a special return-receipt message
1149                 if the message is from the user
1150         * src/summaryview.c
1151                 Fix missing freeze of the list when marking
1152                 all read and unthreading for exec. Thanks
1153                 to Stephan Sachse.
1154
1155 2006-09-02 [paul]       2.4.0cvs132
1156
1157         * src/mainwindow.c
1158         * src/prefs_message.c
1159         * src/summaryview.c
1160                 fix some english
1161
1162 2006-09-02 [wwp]        2.4.0cvs131
1163
1164         * src/prefs_filtering.c
1165                 added an account name column to the filtering rules
1166                 dialog.
1167
1168 2006-09-02 [colin]      2.4.0cvs130
1169
1170         * src/gtk/logwindow.c
1171         * src/gtk/logwindow.h
1172                 Block scrolling if we're not at the end
1173                 of the log
1174
1175 2006-09-02 [colin]      2.4.0cvs129
1176
1177         * src/folder.c
1178                 Make sure account-specific rules can't
1179                 be used in {pre-,post-,}processing
1180         * src/mainwindow.c
1181         * src/gtk/logwindow.c
1182         * src/gtk/logwindow.h
1183                 Jump to last error when clicking on the
1184                 warning icon
1185
1186 2006-09-02 [colin]      2.4.0cvs128
1187
1188         * src/imap.c
1189         * src/import.c
1190         * src/mainwindow.c
1191         * src/mainwindow.h
1192                 Fix warning icon
1193         * src/inc.c
1194         * src/mbox.c
1195         * src/mbox.h
1196                 Let proc_mbox know its account, for
1197                 account-specific rules
1198
1199 2006-09-01 [colin]      2.4.0cvs127
1200
1201         * src/codeconv.c
1202                 Don't uselessly use iconv to convert from
1203                 us-ascii
1204         * src/alertpanel.c
1205         * src/mainwindow.c
1206         * src/mainwindow.h
1207         * src/inc.c
1208                 Fix certain log cases, disable warning icon
1209                 for now, the correct way to display it when
1210                 necessary and only when necessary is probably
1211                 to do it manually rather than use error logs
1212         * src/etpan/imap-thread.c
1213                 Clean up UID logging a bit
1214         * src/gtk/logwindow.c
1215         * src/gtk/logwindow.h
1216                 Make logging faster when the window's closed
1217
1218 2006-09-01 [wwp]        2.4.0cvs126
1219
1220         * manual/fr/account.xml
1221                 reflect changes to the ref. manual (parts of cvs72):
1222                 fix tabnames and quotes.
1223
1224 2006-09-01 [wwp]        2.4.0cvs125
1225
1226         * manual/fr/plugins.xml
1227                 reflect changes to the reference manual (cvs42):
1228                 update IRC channel info.
1229
1230 2006-09-01 [wwp]        2.4.0cvs124
1231
1232         * commitHelper
1233                 use CVSEDITOR env. var. if set, according to `man cvs`.
1234
1235 2006-09-01 [wwp]        2.4.0cvs123
1236
1237         * manual/advanced.xml
1238                 better sentence again (thanks to Paul).
1239
1240 2006-09-01 [wwp]        2.4.0cvs122
1241
1242         * manual/advanced.xml
1243         fix definition of toolbar_detachable and rework a bit the one of
1244         enable_dotted_lines.
1245
1246 2006-09-01 [mones]      2.4.0cvs121
1247
1248         * manual/advanced.xml
1249                 Document enable_dotted_lines
1250
1251 2006-09-01 [paul]       2.4.0cvs120
1252
1253         * src/folderview.c
1254         * src/folderview.h
1255         * src/imap.c
1256         * src/mainwindow.c
1257         * src/summaryview.c
1258                 obey the 'When entering folder...' option
1259                 when using the /View/Go to/... menu items
1260                 Thanks to Colin
1261
1262 2006-08-31 [colin]      2.4.0cvs119
1263
1264         * src/folderview.c
1265                 Revert 2.4.0cvs116, wrong fix.
1266
1267 2006-08-31 [colin]      2.4.0cvs118
1268
1269         * src/gtk/gtksctree.c
1270                 Better state the various copyrights
1271
1272 2006-08-31 [colin]      2.4.0cvs117
1273
1274         * src/prefs_common.c
1275                 fix enable_dotted_lines
1276
1277 2006-08-31 [colin]      2.4.0cvs116
1278
1279         * src/folderview.c
1280                 Use pref "Always open on select" when going
1281                 to next unread folder
1282         * src/gtk/gtksctree.c
1283                 Fix link failure to _gtk_clist_create_cell_layout
1284                 on certain computers. (Why not mine, I wonder)
1285
1286 2006-08-31 [colin]      2.4.0cvs115
1287
1288         * src/procmsg.c
1289         * src/textview.c
1290         * src/plugins/bogofilter/bogofilter.c
1291         * src/plugins/spamassassin/spamassassin.c
1292                 Requalify some "errors" to warnings
1293         * src/mainwindow.c
1294         * src/mainwindow.h
1295         * src/statusbar.c
1296                 Add an icon in the statusbar to notify
1297                 of errors
1298         * src/gtk/gtksctree.c
1299         * src/folderview.c
1300         * src/summaryview.c
1301                 Make the GtkSCTree look more modern by
1302                 alternating background lines
1303         * src/prefs_common.c
1304         * src/prefs_common.h
1305                 Add a pref to let people have the old
1306                 way if they prefer
1307
1308
1309 2006-08-30 [colin]      2.4.0cvs114
1310
1311         * src/procmsg.c
1312         * src/procmsg.h
1313                 Provide a way to filter a list of
1314                 messages in an optimised manner, and
1315                 add a list-filtering hook
1316         * src/folder.c
1317         * src/inc.c
1318         * src/mbox.c
1319                 Use the list filtering
1320         * src/plugins/bogofilter/bogofilter.c
1321                 Use the list-filtering hook
1322                 Use -b (bulk) mode for more speed
1323                 when learning and filtering
1324         * src/etpan/imap-thread.c
1325                 Make log output shorter in UID SEARCH
1326
1327
1328 2006-08-30 [colin]      2.4.0cvs113
1329
1330         * src/plugins/bogofilter/bogofilter.c
1331                 Really fast mass learning - thanks to David
1332                 Relson for the options explanations :)
1333
1334 2006-08-30 [colin]      2.4.0cvs112
1335
1336         * src/msgcache.c
1337                 Fix compilation on FreeBSD. Thanks
1338                 to Michael Hugues
1339
1340 2006-08-29 [colin]      2.4.0cvs111
1341
1342         * src/folderview.c
1343                 Handle "popup_menu" signal (for popping the 
1344                 menu via the keyboard)
1345         * src/mimeview.c
1346         * src/mimeview.h
1347         * src/summaryview.c
1348         * src/textview.c
1349         * src/gtk/gtkutils.c
1350         * src/gtk/gtkutils.h
1351                 Factorize scrolling code, and add an API 
1352                 for MimeViewers to handle scroll orders
1353
1354 2006-08-29 [wwp]        2.4.0cvs110
1355
1356         * src/plugins//bogofilter/bogofilter.c
1357         * src/plugins//spamassassin/spamassassin.c
1358                 make the bogofilter/spamassassin filtering error dialogs at
1359         incorporation obey to the "don't popup error dialog on
1360         receive error" option. If disabled, feed the log window w/
1361         the error message.
1362
1363 2006-08-29 [paul]
1364
1365         2.5.0-rc2 released
1366
1367 2006-08-29 [paul]       2.4.0cvs109
1368
1369         * Makefile.am
1370                 remove 'make release', it's not needed
1371                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
1372
1373 2006-08-29 [paul]       2.4.0cvs108
1374
1375         * src/foldersel.c
1376         * src/summary_search.c
1377         * src/gtk/progressdialog.c
1378         * src/plugins/pgpcore/passphrase.c
1379                 replace deprecated gtk_window_set_policy()
1380
1381 2006-08-29 [colin]      2.4.0cvs107
1382
1383         * src/folder.c
1384                 Fix data loss when copy fails during a move:
1385                 only use fast remove_msgs if everything was
1386                 copied OK; else use slow remove_msg on the
1387                 mails that got copied only.
1388
1389 2006-08-28 [paul]       2.4.0cvs106
1390
1391         * src/mh.c
1392                 revert change in 2.4.0cvs104, it breaks
1393                 stuff
1394
1395 2006-08-28 [paul]       2.4.0cvs105
1396
1397         * src/plugins/spamassassin/spamassassin.c
1398                 english fix
1399
1400 2006-08-28 [paul]       2.4.0cvs104
1401
1402         * src/mh.c
1403                 fix data loss when moving to another
1404                 mailbox fails
1405         * src/prefs_spelling.c
1406                 improve the english
1407         * src/gtk/pluginwindow.c
1408                 improve the layout of the dialog text
1409         All thanks to Colin
1410
1411 2006-08-28 [paul]       2.4.0cvs103
1412
1413         * src/plugins/bogofilter/bogofilter.c
1414         * src/plugins/bogofilter/bogofilter_gtk.c
1415                 fix english up a bit, innit
1416
1417 2006-08-28 [paul]       2.4.0cvs102
1418
1419         * configure.ac
1420         * po/Makefile.in.in
1421         * po/Makevars
1422                 require autoconf 2.60, enabling building
1423                 with gettext 0.15 (gettext 0.14.x build still
1424                 possible). Replace Makefiles with versions
1425                 from gettext 0.15.
1426                 Remove configure options --with-localedir and
1427                 --with-mandir. The options that are provided
1428                 directly by autoconf 2.60 can be used instead:
1429                 --mandir --localedir
1430
1431 2006-08-27 [colin]      2.4.0cvs101
1432
1433         * src/plugins/bogofilter/Makefile.am
1434                 Fix make dist (no README)
1435
1436 2006-08-27 [colin]      2.4.0cvs100
1437
1438         * src/folder.c
1439                 Don't use F_UNKNOWN folders for any default
1440                 outbox/trash/etc
1441         * src/plugins/bogofilter/bogofilter.c
1442         * src/plugins/bogofilter/bogofilter.h
1443         * src/plugins/bogofilter/bogofilter_gtk.c
1444                 Add an option to specify the path to bogofilter
1445                 Use single-quotes to be able to learn in folders
1446                 with spaces in their names
1447                 Verify learning status
1448
1449 2006-08-27 [colin]      2.4.0cvs99
1450
1451         * manual/faq.xml
1452         * manual/plugins.xml
1453                 Document Bogofilter plugin
1454
1455 2006-08-27 [colin]      2.4.0cvs98
1456
1457         * src/compose.c
1458         * src/messageview.c
1459         * src/procmsg.c
1460         * src/procmsg.h
1461                 When possible, copy the queued mail to sent folder
1462                 instead of re-adding. Much faster on IMAP.
1463
1464 2006-08-27 [colin]      2.4.0cvs97
1465
1466         * src/msgcache.c
1467                 Disable mmaped caches - huge metadata loss
1468                 here after a power failure.
1469         * src/summaryview.c
1470                 Add quicksearch timing
1471         * src/common/plugin.c
1472         * src/common/plugin.h
1473                 Implement an interface to tell what plugins
1474                 provide. Prevent loading of similar plugins.
1475         * src/plugins/clamav/clamav_plugin.c
1476         * src/plugins/demo/demo.c
1477         * src/plugins/dillo_viewer/dillo_viewer.c
1478         * src/plugins/pgpcore/plugin.c
1479         * src/plugins/pgpinline/pgpinline.c
1480         * src/plugins/pgpmime/pgpmime.c
1481         * src/plugins/spamassassin/spamassassin.c
1482         * src/plugins/trayicon/trayicon.c
1483                 Implement plugin_provides()
1484
1485 2006-08-27 [colin]      2.4.0cvs96
1486
1487         * configure.ac
1488         * src/plugins/Makefile.am
1489         * src/plugins/bogofilter/.cvsignore
1490         * src/plugins/bogofilter/Makefile.am
1491         * src/plugins/bogofilter/bogofilter.c
1492         * src/plugins/bogofilter/bogofilter.h
1493         * src/plugins/bogofilter/bogofilter_gtk.c
1494                 New Bogofilter plugin, provides filtering and
1495                 learning. Spamassassin will go to extra plugins.
1496
1497 2006-08-26 [mones]      2.4.0cvs95
1498
1499         * manual/handling.xml
1500                 Fix subfolder path in the example (thanks to Paul) 
1501
1502 2006-08-26 [mones]      2.4.0cvs94
1503
1504         * manual/glossary.xml
1505                 2.2. + add ISP to the glossary
1506                 7.5. + Add UIDL to glossary
1507                 7.7. + Add TCP to glossary
1508         * manual/handling.xml
1509                 7.1. + Mentions GNU/Linux distribution, what about the non...
1510                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1511                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1512                 7.4. = Use appropriate quotation for commands
1513                 7.6. = change "" to <quote></quote>
1514         * manual/plugins.xml
1515                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1516         * manual/starting.xml
1517                 2.1. + local mbox file: some examples of mbox file locations...
1518                 Also reformatted files requiring it
1519
1520 2006-08-26 [wwp]        2.4.0cvs93
1521
1522         * src/summary_search.c
1523                 disable find buttons while summary search is running.
1524
1525 2006-08-25 [colin]      2.4.0cvs92
1526
1527         * src/folder.c
1528         * src/folderutils.c
1529         * src/mh.c
1530         * src/procmsg.h
1531         * src/summaryview.c
1532                 Speed up MH moving, and add progressbar
1533                 for MH deletion
1534         * src/msgcache.c
1535                 Write cache files using mmap() too
1536
1537 2006-08-25 [wwp]        2.4.0cvs91
1538
1539         * src/summaryview.c
1540                 switch spam<->ham button when a message has been marked as spam or ham
1541                 and is still selected. Thanks to Colin.
1542
1543 2006-08-25 [paul]       2.4.0cvs90
1544
1545         * src/Makefile.am
1546         * src/stock_pixmap.c
1547         * src/stock_pixmap.h
1548         * src/summaryview.c
1549         * src/gtk/icon_legend.c
1550         * src/pixmaps/copied.xpm
1551         * src/pixmaps/moved.xpm
1552                 add icons for delayed execution marked for
1553                 copying, marked for moving
1554
1555 2006-08-25 [mones]      2.4.0cvs89
1556
1557         * manual/glossary.xml
1558                 Fix the other glossary items:
1559                 5.1. = Inmmediate execution -> <quote>immediate execution...
1560                 5.2. = Fix MBOX capitalization -> Mbox
1561                 5.3. + Improve Plugins def. w/ tech. ref.
1562                 5.4. = Quotation -> replace '>' by <quote>></quote>
1563                 5.5. - SMTP Server. -> remove dot
1564         * po/es.po
1565                 Updated translation
1566
1567 2006-08-25 [mones]      2.4.0cvs88
1568
1569         * manual/ack.xml
1570                 Reformatted, changed email address
1571         * manual/glossary.xml
1572                 Reformatted, fixed MANUAL-TODO items:
1573                 8.2. + add ROT-13 to glossary
1574                 8.4. + add URL to glossary
1575         * manual/es/advanced.xml
1576                 Fixed <literal>s
1577
1578 2006-08-25 [paul]       2.4.0cvs87
1579
1580         * src/gtk/icon_legend.c
1581                 add 'marked for deletion' icon
1582                 arrange icons by containing column
1583                 wrap long label text
1584
1585 2006-08-25 [colin]      2.4.0cvs86
1586
1587         * src/common/utils.c
1588         * src/common/utils.h
1589                 Add the sc_g_*list_bigger functions in
1590                 a place everyone can use it
1591         * src/summaryview.c
1592                 Only freeze/thaw the list when working
1593                 on the selection, if it's bigger than 1
1594         * src/gtk/gtksctree.c
1595                 Only freeze/thaw the list when unselec-
1596                 ting 'all' if ('all' != 1)
1597                 This avoids some flickering
1598
1599 2006-08-24 [colin]      2.4.0cvs85
1600
1601         * src/addressbook.c
1602                 Fix strange list selection
1603                 Fix random seg (Invalid read of freed memory)
1604
1605 2006-08-24 [colin]      2.4.0cvs84
1606
1607         * src/alertpanel.c
1608         * src/gtk/inputdialog.c
1609         * src/plugins/pgpcore/passphrase.c
1610                 Revert minimal width patch of 2.4.0cvs67,
1611                 as it is also a maximal width. Use 
1612                 gtk_window_set_default_size instead.
1613
1614 2006-08-24 [colin]      2.4.0cvs83
1615
1616         * src/msgcache.c
1617                 Write cache/mark to temp files before
1618                 overwriting old ones (avoids metadata
1619                 loss if writing the new files fail).
1620                 Use mmap() to read cache/mark file, as
1621                 this makes cache reading faster. Dis-
1622                 abled for big-endian machines until it
1623                 can be tested. (Big-endian users: set
1624                 msgcache_use_mmap = TRUE in the relevant
1625                 #if).
1626         * src/procmsg.h
1627                 Move rarely used fields of MsgInfo in 
1628                 another structure, which will only be
1629                 allocated if needed. Face, X-Face,
1630                 Return receipt headers and List-*
1631                 headers are moved. Mails having none
1632                 of these occupy 52 bytes less with
1633                 this patch, which makes 2.5MB of RAM
1634                 saved on a 50k folder).
1635         * src/headerview.c
1636         * src/mainwindow.c
1637         * src/messageview.c
1638         * src/partial_download.c
1639         * src/procheader.c
1640         * src/procmsg.c
1641         * src/textview.c
1642                 Follow this structure change.
1643
1644 2006-08-24 [wwp]        2.4.0cvs82
1645
1646         * manual/es/.cvsignore
1647         * manual/es/dist/.cvsignore
1648         * manual/es/dist/html/.cvsignore
1649         * manual/es/dist/pdf/.cvsignore
1650         * manual/es/dist/ps/.cvsignore
1651         * manual/es/dist/txt/.cvsignore
1652                 more (generated) files to ignore.
1653
1654 2006-08-24 [colin]      2.4.0cvs81
1655
1656         * src/folder.c
1657         * src/mh.c
1658                 Fix possible problems with local delivery. Check the folder doesn't
1659                 need scan before setting its mtime when saving cache (which can be
1660                 done long after the folder's been modified by an external process);
1661                 Check that the stored item's mtime didn't change in mh functions.
1662
1663 2006-08-24 [mones]      2.4.0cvs80
1664
1665         * manual/advanced.xml
1666                 Rewrapping, some fixes and MANUAL-TODO items:
1667                 8.1. = change "" to <quote></quote>
1668                 8.3. = quote menu items
1669                 8.5. - deploying -> new user ... ideally a new user (redundant)
1670
1671 2006-08-23 [colin]      2.4.0cvs79
1672
1673         * src/gtk/gtksctree.c
1674                 When selecting or deselecting range, only
1675                 freeze/thaw when selection is bigger than 10
1676
1677 2006-08-23 [colin]      2.4.0cvs78
1678
1679         * src/messageview.c
1680         * src/mimeview.c
1681         * src/mimeview.h
1682         * src/plugins/dillo_viewer/dillo_viewer.c
1683                 Provide an API for MimeViewer plugins to
1684                 return a text selection for replying
1685
1686 2006-08-23 [colin]      2.4.0cvs77
1687
1688         * src/image_viewer.c
1689         * src/textview.c
1690                 Use gtk_pixbuf_new_from_file_at_scale(), which
1691                 is faster than getting the pixbuf then resizing
1692                 it.
1693
1694 2006-08-23 [colin]      2.4.0cvs76
1695
1696         * src/procmime.c
1697                 UTF-8 should be sent Quoted-printable
1698
1699 2006-08-22 [colin]      2.4.0cvs75
1700
1701         * src/mh.c
1702                 Check if scan is required before touching
1703                 the folder (or it'll be required every time)
1704
1705 2006-08-22 [colin]      2.4.0cvs74
1706
1707         * configure.ac
1708                 Require libetpan 0.46 (crasher fix when built
1709                 against gnutls)
1710
1711 2006-08-22 [colin]      2.4.0cvs73
1712
1713         * src/folder.c
1714                 Set folder's mtime after writing its
1715                 cache
1716         * src/folderview.c
1717                 Add some timing
1718         * src/procmsg.c
1719                 Don't do useless stuff if we don't 
1720                 thread by subject
1721         * src/summaryview.c
1722                 Add some timing, don't deselect prior
1723                 to selecting (gtksctree does it itself),
1724                 remove crash avoidance hacks as it's been
1725                 properly fixed since a while
1726         * src/common/utils.c
1727                 Optimize to_human_readable(): _() is slow,
1728                 do it only once, and avoid %f format for KB
1729                 (the most common in a summaryview)
1730         * src/gtk/gtksctree.c
1731                 Don't uselessly freeze/thaw (fixes flicker
1732                 on next unread and friends), reduce number
1733                 of g_list_nth/g_list_position where possible
1734         * src/gtk/gtkutils.c
1735         * src/gtk/gtkutils.h
1736                 Reduce number of g_list_nth/g_list_position
1737                 where possible.
1738                 All of this makes loading as 70k folder 2.1
1739                 seconds instead of 3.2 (with hot FS caches).
1740                 (1.3 seconds without Date and Size columns...)
1741
1742 2006-08-22 [paul]       2.4.0cvs72
1743
1744         wrap documents and do some items from mones' MANUAL-TODO:
1745
1746         * manual/account.xml
1747                 4.1. = fix tabname references to <quote>tabname</quote>
1748                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1749         * manual/faq.xml
1750                 1.1. = mentioned options don't match UI
1751                 Add information about the 'Never send Return Receipts'
1752                 option
1753         * manual/handling.xml
1754                 6.2. = Mentions Extended symbols button, but now is
1755                 named Information
1756                 6.3. = Mentions ... button, which is now Edit
1757
1758 2006-08-22 [colin]      2.4.0cvs71
1759
1760         * src/gtk/pluginwindow.c
1761                 Fix layout in verbose translations (such
1762                 as french)
1763
1764 2006-08-22 [paul]       2.4.0cvs70
1765
1766         * manual/Makefile.am
1767                 build manuals in alphabetical order
1768         * src/addressbook.c
1769         * src/prefs_themes.c
1770                 replace/remove deprecated symbols
1771         * src/gtk/gtkutils.c
1772                 fix a warning
1773         * src/gtk/pluginwindow.c
1774                 replace deprecated symbol
1775                 replace label text and move it
1776         * src/plugins/pgpcore/prefs_gpg.c
1777                 move the 'Generate...' button out of the
1778                 Sign Key frame, replace the English used
1779         * src/plugins/pgpcore/sgpgme.c
1780                 fixes to the English
1781
1782 2006-08-21 [colin]      2.4.0cvs69
1783
1784         * src/plugins/trayicon/trayicon.c
1785                 Add more strings for translation; patch
1786                 by Pawel
1787
1788 2006-08-21 [colin]      2.4.0cvs68
1789
1790         * src/compose.c
1791                 fix replied flag not set after drafting
1792         * src/matcher.c
1793                 fix body quicksearch in non-encoded bodies
1794                 containing '='
1795         * src/msgcache.c
1796                 Get rid of the g_malloc workaround for
1797                 corrupted caches, use g_try_malloc
1798
1799 2006-08-21 [colin]      2.4.0cvs67
1800
1801         * src/alertpanel.c
1802         * src/gtk/inputdialog.c
1803         * src/plugins/pgpcore/passphrase.c
1804                 Set minimal width to 375
1805         * src/mainwindow.c
1806                 Fix switching to offline, asking if it 
1807                 should be overriden for synchronising
1808         * src/mimeview.c
1809                 Don't offer to remember command on Open 
1810                 with for text parts, as the browser or 
1811                 text editor command isn't changed from 
1812                 there
1813
1814 2006-08-20 [paul]       2.4.0cvs66
1815
1816         * po/ko.po
1817         * po/zh_CN.po
1818                 fix plural form errors. revealed by stricter
1819                 checking of gettext 0.15
1820
1821 2006-08-18 [paul]       2.4.0cvs65
1822
1823         * src/stock_pixmap.c
1824                 fix the fix of 2.4.0cvs64
1825                 Thanks to Colin
1826
1827 2006-08-18 [paul]       2.4.0cvs64
1828
1829         * src/stock_pixmap.c
1830                 fix leaks
1831                 Thanks to Colin
1832
1833 2006-08-18 [paul]       2.4.0cvs63
1834
1835         * src/compose.c
1836         * src/procmsg.c
1837                 fix occasional IMAP bug where large msgs
1838                 were left in the queue folder after sending
1839                 Thanks to Colin
1840
1841 2006-08-18 [paul]       2.4.0cvs62
1842
1843         * src/folderview.c
1844                 freeze the summaryview while quicksearch results
1845                 are displayed
1846                 (fixes bug 456 'current message is hidden when the
1847                 view is refreshed and extended search is "unread 
1848                 messages"')
1849                 Thanks to Colin
1850         * src/textview.c
1851                 add missing #include "inputdialog.h"
1852         * src/common/utils.h
1853                 add missing mailcap_update_default() and improve
1854                 readability
1855
1856 2006-08-17 [colin]      2.4.0cvs61
1857
1858         * src/plugins/pgpcore/select-keys.c
1859                 Fix warnings :)
1860
1861 2006-08-17 [colin]      2.4.0cvs60
1862
1863         * src/compose.c
1864                 Don't continue queuing if Cancel is clicked
1865                 in select-keys
1866
1867 2006-08-17 [colin]      2.4.0cvs59
1868
1869         * src/plugins/pgpcore/select-keys.c
1870                 When encrypting, if only one key matches and it 
1871                 matches exactly, automatically use it.
1872
1873 2006-08-17 [colin]      2.4.0cvs58
1874
1875         * src/mimeview.c
1876         * src/prefs_common.c
1877         * src/prefs_common.h
1878         * src/prefs_ext_prog.c
1879         * src/textview.c
1880                 Fix issues with previous patch (text/html)
1881                 Remove outdated prefs
1882
1883 2006-08-17 [colin]      2.4.0cvs57
1884
1885         * src/imap.c
1886                 Add View Log button on auth error
1887         * src/procmsg.c
1888                 Fix encrypted mail marked as new when
1889                 saved in normal folders
1890         * src/plugins/pgpinline/pgpinline.c
1891                 Fix encrypt bug on IMAP
1892         * src/mimeview.c
1893         * src/common/utils.c
1894         * src/common/utils.h
1895         * src/gtk/inputdialog.c
1896         * src/gtk/inputdialog.h
1897                 Get rid of metamail stuff, simplify
1898                 opening, and allow remembering of user's
1899                 choices (by updating ~/.mailcap). There's
1900                 still to drop "Audio player" and "Image
1901                 viewer" preferences.
1902
1903 2006-08-17 [mones]      2.4.0cvs56
1904
1905         * manual/es/sylpheed-claws-manual.xml
1906                 fix DTD path
1907
1908 2006-08-17 [mones]      2.4.0cvs55
1909
1910         * configure.ac
1911         * manual/Makefile.am
1912         * manual/es/Makefile.am
1913         * manual/es/account.xml
1914         * manual/es/ack.xml
1915         * manual/es/addrbook.xml
1916         * manual/es/advanced.xml
1917         * manual/es/faq.xml
1918         * manual/es/glossary.xml
1919         * manual/es/gpl.xml
1920         * manual/es/handling.xml
1921         * manual/es/intro.xml
1922         * manual/es/keyboard.xml
1923         * manual/es/plugins.xml
1924         * manual/es/starting.xml
1925         * manual/es/sylpheed-claws-manual.xml
1926         * manual/es/dist/Makefile.am
1927         * manual/es/dist/html/Makefile.am
1928         * manual/es/dist/pdf/Makefile.am
1929         * manual/es/dist/ps/Makefile.am
1930         * manual/es/dist/txt/Makefile.am
1931                 Spanish translation for the manual
1932
1933 2006-08-16 [colin]      2.4.0cvs54
1934
1935         * src/compose.c
1936         * src/main.c
1937         * src/mainwindow.c
1938                 Fix send button sensitivity at startup
1939                 Set send menu sensitivity (patch by Fabien)
1940         * src/ssl_manager.c
1941                 Enable closing with esc (patch by Fabien)
1942         * src/gtk/foldersort.c
1943                 Enable closing with esc (patch by Fabien)
1944         * src/procmime.c
1945                 Optimisation (no need to copy to tempfile to
1946                 "decode" 7bit and 8bit)
1947         * src/summaryview.c
1948                 Fix cruft in swap_from case
1949         * src/textview.c
1950                 Fix missing last line in some mail cases 
1951                 (Fixes debian #381872)
1952         * src/plugins/pgpcore/prefs_gpg.c
1953         * src/plugins/pgpcore/sgpgme.c
1954         * src/plugins/pgpcore/sgpgme.h
1955                 Don't show "no key found" when user explicitely
1956                 wants to create a key
1957
1958 2006-08-16 [paul]       2.4.0cvs53
1959
1960         * configure.ac
1961         * src/account.c
1962         * src/addressbook.c
1963         * src/headerview.c
1964         * src/prefs_account.c
1965         * src/prefs_message.c
1966         * src/gtk/gtkutils.c
1967                 bump up minimum required versions of GTK+ and
1968                 GLIB to 2.6.0
1969
1970 2006-08-16 [paul]       2.4.0cvs52
1971
1972         * src/toolbar.c
1973                 workaround GTK+ Bug 351600 - 'Can't re-click
1974                 on button after sensitivity update'
1975                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1976                 Thanks to Colin
1977
1978 2006-08-15 [colin]      2.4.0cvs51
1979
1980         * src/plugins/pgpcore/prefs_gpg.c
1981                 Set options sensitivity according to
1982                 key existence
1983         * src/plugins/pgpcore/sgpgme.c
1984                 Allow to create key with no passphrase
1985
1986 2006-08-14 [cleroy]     2.4.0cvs50
1987
1988         * src/gtk/pluginwindow.c
1989                 New layout (maybe to be changed?)
1990         * src/gtk/gtkutils.c
1991                 Fix a bit label_window
1992         * src/plugins/pgpcore/passphrase.c
1993         * src/plugins/pgpcore/passphrase.h
1994         * src/plugins/pgpcore/plugin.c
1995         * src/plugins/pgpcore/prefs_gpg.c
1996         * src/plugins/pgpcore/prefs_gpg.h
1997         * src/plugins/pgpcore/sgpgme.c
1998         * src/plugins/pgpcore/sgpgme.h
1999                 Allow to create a PGP private key via the GUI
2000
2001 2006-08-14 [wwp]        2.4.0cvs49
2002
2003         * src/addressbook_foldersel.c
2004                 fix strict ISO C90 compliance.
2005
2006 2006-08-14 [paul]       2.4.0cvs48
2007
2008         * src/gtk/prefswindow.c
2009                 re-set scrolled window on opening
2010                 Patch by Ticho
2011
2012 2006-08-14 [paul]
2013
2014         2.5.0-rc1 released
2015
2016 2006-08-14 [paul]       2.4.0cvs47
2017
2018         * src/prefs_display_header.c
2019                 re-enable user-defined Displayed Headers
2020
2021 2006-08-14 [paul]       2.4.0cvs46
2022
2023         * src/prefs_account.c
2024                 use GTK_STOCK_EDIT
2025
2026 2006-08-13 [colin]      2.4.0cvs45
2027
2028         * src/common/utils.c
2029                 Fix "a" in quote when the original message is empty,
2030                 by using \0 instead of 'a' to test writability of
2031                 temp files.
2032
2033 2006-08-13 [wwp]        2.4.0cvs44
2034
2035         * src/plugins/spamassassin/spamassassin.c
2036                 fix capitalization of "SpamAssassin" in some debug, log and
2037                 dialog messages.
2038
2039 2006-08-13 [paul]       2.4.0cvs43
2040
2041         * src/editldap.c
2042                 fix overlapping widgets
2043         * src/prefs_account.c
2044                 fix translation of protocol_names[]
2045                 fix label disappearing off the edge of the
2046                 visible area
2047
2048 2006-08-12 [paul]       2.4.0cvs42
2049
2050         * manual/plugins.xml
2051                 update IRC channel info before it gets forgotten
2052                 about
2053
2054 2006-08-11 [colin]      2.4.0cvs41
2055
2056         * src/compose.c
2057         * src/mainwindow.c
2058         * src/mainwindow.h
2059         * src/procmsg.c
2060         * src/procmsg.h
2061         * src/summaryview.c
2062         * src/toolbar.c
2063                 Grey out the Send button if
2064                 - Queue folders are empty, or
2065                 - We're sending already
2066
2067 2006-08-11 [wwp]        2.4.0cvs40
2068
2069         * src/main.c
2070                 fix a logic issue when quitting while a compose window is
2071                 still open, thanks to Colin.
2072
2073 2006-08-10 [colin]      2.4.0cvs39
2074
2075         * src/main.c
2076                 Fix default font size setting after wizard run
2077         * src/imap.c
2078         * src/etpan/imap-thread.c
2079         * src/etpan/imap-thread.h
2080                 Fix bug #999 (Timing out on TSL cert validation 
2081                 dialog makes ugly things happen). Also, STARTTLS
2082                 unconditionnaly if initial capabilities contain
2083                 LOGINDISABLED and STARTTLS.
2084
2085 2006-08-09 [colin]      2.4.0cvs38
2086
2087         * src/mainwindow.c
2088         * src/mainwindow.h
2089                 Fix Tools/Actions sensitivity when there are
2090                 no actions
2091
2092 2006-08-09 [colin]      2.4.0cvs37
2093
2094         * src/prefs_filtering.c
2095                 Warning fix, patch by Paul
2096         * src/messageview.c
2097         * src/prefs_actions.c
2098         * src/prefs_filtering_action.c
2099         * src/prefs_matcher.c
2100                 Uniformisation of "Info ..." to "Info..." (for
2101                 old gtk), patch by Fabien
2102         * src/plugins/clamav/clamav_plugin_gtk.c
2103                 Sensitivity fix by Fabien
2104
2105 2006-08-09 [colin]      2.4.0cvs36
2106
2107         * src/main.c
2108         * src/main.h
2109                 Add a function to know whether we're exiting
2110         * src/plugins/trayicon/trayicon.c
2111                 If exiting, don't do anything. Faster, and
2112                 avoids gtk_main_iteration reentracy causing
2113                 segfaults at exit
2114
2115 2006-08-09 [colin]      2.4.0cvs35
2116
2117         * src/messageview.c
2118         * src/mimeview.c
2119         * src/mimeview.h
2120                 Fix lack of part selection when automatically 
2121                 jumping to a specific part
2122         * src/msgcache.c
2123                 Little optimisation in cache reading
2124
2125 2006-08-09 [colin]      2.4.0cvs34
2126
2127         * src/compose.c
2128                 Fix crash setting the priority on reedit
2129                 (Accessing compose before creating it!)
2130
2131 2006-08-08 [colin]      2.4.0cvs33
2132
2133         * src/procmime.c
2134                 Fix bug #998 (last attachment is not accessible)
2135                 Bad RFC interpretation on multipart close-delimiters
2136         * src/mimeview.c
2137         * src/mimeview.h
2138         * src/gtk/gtkvscrollbutton.c
2139         * src/gtk/gtkvscrollbutton.h
2140                 Make attachments list wheel-scrollable
2141
2142 2006-08-07 [colin]      2.4.0cvs32
2143
2144         * src/gtk/gtkaspell.c
2145                 Fix bug #973 (Unicode punctation characters 
2146                 are not recognized as separators by the
2147                 spell checker); fix unsigned stuff
2148
2149 2006-08-07 [colin]      2.4.0cvs31
2150
2151         * src/compose.c
2152                 Fix bug #956 (DnD text with accents in compose 
2153                 text entry); fix gccc's signed/unsigned fuss
2154
2155 2006-08-06 [colin]      2.4.0cvs30
2156
2157         * src/main.c
2158                 Fix bug #979 (Plugin crashes when exiting 
2159                 sylpheed-claws) : handle exit request only 
2160                 once
2161
2162 2006-08-05 [colin]      2.4.0cvs29
2163
2164         * src/news.c
2165                 Just make sure we have a msgid.
2166
2167 2006-08-05 [colin]      2.4.0cvs28
2168
2169         * src/news.c
2170         * src/summaryview.c
2171                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
2172                 by reimplementing it
2173         * src/textview.c
2174                 Fix bug when hiding quotes with level > 3 and quote
2175                 colors are recycled
2176
2177 2006-08-04 [colin]      2.4.0cvs27
2178
2179         * src/compose.c
2180         * src/undo.c
2181         * src/undo.h
2182                 Fix a bit replace-by-pasting undo
2183         * src/mainwindow.c
2184         * src/messageview.c
2185                 Fix Fold quotes menu synchro in
2186                 mainwindow when it changes in 
2187                 messageview
2188         * src/textview.c
2189                 Fix right-click on quotes blocks
2190         * src/common/utils.c
2191                 Verify that the file created by
2192                 my_tmpfile() is writable. Fixes
2193                 bug #988 (very specific filesystem
2194                 issue)
2195         * src/plugins/pgpcore/sgpgme.c
2196                 Fix file descriptor leak
2197         * src/plugins/spamassassin/spamassassin.c
2198                 Warn once if spamd isn't reachable
2199
2200 2006-08-04 [colin]      2.4.0cvs26
2201
2202         * src/toolbar.c
2203                 i18n context patch by Fabien
2204
2205 2006-08-03 [colin]      2.4.0cvs25
2206
2207         * src/mainwindow.c
2208         * src/messageview.c
2209                 Rename "Hide quotes" to "Fold quotes"
2210         * src/textview.c
2211                 Don't use hand cursor on quotes. "all 
2212                 the bonuses of the feature and none of 
2213                 unwelcome side-effects"
2214
2215 2006-08-03 [colin]      2.4.0cvs24
2216
2217         * AUTHORS
2218         * sylpheed-claws.desktop
2219         * src/gtk/authors.h
2220                 Bring the desktop file to XDG compliance
2221                 Patch by Charles A. Edwards
2222
2223 2006-08-03 [colin]      2.4.0cvs23
2224
2225         * src/textview.c
2226                 Fix links offset when they are preceded
2227                 by accentued chars (g_utf8_strlen!)
2228         * src/mainwindow.c
2229                 Fix wrong status when starting offline
2230
2231
2232 2006-08-03 [wwp]        2.4.0cvs22
2233
2234         * src/prefs_common.h
2235                 ask what to do w/ filtering rules that belong to an account when
2236                 applying filtering rules manually from the main window (skip,
2237                 apply regardless of the account, use current account). This dialog
2238                 can be skipped and the last reply used.
2239                 (forgot that file)
2240
2241 2006-08-03 [wwp]        2.4.0cvs21
2242
2243         * src/filtering.c
2244         * src/filtering.h
2245         * src/prefs_common.c
2246         * src/summaryview.c
2247         * src/alertpanel.c
2248         * src/alertpanel.h
2249         * src/messageview.c
2250                 ask what to do w/ filtering rules that belong to an account when
2251                 applying filtering rules manually from the main window (skip,
2252                 apply regardless of the account, use current account). This dialog
2253                 can be skipped and the last reply used.
2254
2255
2256 2006-08-03 [colin]      2.4.0cvs20
2257
2258         * src/textview.c
2259                 Optimize previous patch
2260
2261 2006-08-03 [cleroy]     2.4.0cvs19
2262
2263         * src/textview.c
2264                 Fix quotes getting toggled back when the
2265                 mail has an even number of text parts
2266
2267 2006-08-02 [colin]      2.4.0cvs18
2268
2269         * src/messageview.c
2270                 Add Hide quotes menu
2271
2272 2006-08-02 [colin]      2.4.0cvs17
2273
2274         * src/mainwindow.c
2275         * src/prefs_common.c
2276         * src/textview.c
2277         * src/textview.h
2278         * src/gtk/about.c
2279                 Allow per-level quote hiding,
2280                 Allow toggling quotes by double-clicking them
2281                 Rename RemoteURI to ClickableText to reflect
2282                 the fact it's used for a variety of things
2283
2284 2006-08-02 [wwp]        2.4.0cvs16
2285
2286         * src/mainwindow.c
2287                 fix "View/Hide quotes" menu item status initialization.
2288
2289 2006-08-02 [wwp]        2.4.0cvs15
2290
2291         * src/matcher_parser_parse.y
2292                 remove a debug trace.
2293
2294 2006-08-02 [paul]       2.4.0cvs14
2295
2296         * src/plugins/pgpcore/passphrase.c
2297                 don't set initial dialog size
2298                 make it resizable
2299
2300 2006-08-02 [paul]       2.4.0cvs13
2301
2302         * src/noticeview.c
2303                 remove the rogue '/' character
2304
2305 2006-08-02 [paul]       2.4.0cvs12
2306
2307         * src/noticeview.c
2308                 allow buttons to resize as necessary
2309
2310 2006-08-01 [wwp]        2.4.0cvs11
2311
2312         * src/mbox.c
2313                 fix strict ISO C90 compliance.
2314
2315 2006-08-01 [wwp]        2.4.0cvs10
2316
2317         * tools/update-po
2318                 updated update-po tool to work w/ context-dependent translations.
2319                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2320
2321 2006-08-01 [wwp]        2.4.0cvs9
2322
2323         * src/matcher.c
2324         * src/prefs_filtering.c
2325         * src/prefs_matcher.c
2326                 allow context-dependent translations for "All",
2327                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2328
2329 2006-07-31 [colin]      2.4.0cvs8
2330
2331         * AUTHORS
2332         * src/gtk/authors.h
2333                 Add Rafal to authors
2334
2335 2006-07-31 [colin]      2.4.0cvs7
2336
2337         * src/compose.c
2338         * src/mainwindow.c
2339         * src/messageview.h
2340         * src/prefs_common.c
2341         * src/prefs_common.h
2342         * src/textview.c
2343                 Add 'View/Hide quotes'. Patch based on a patch
2344                 by Rafal Weglarz
2345
2346 2006-07-31 [colin]      2.4.0cvs6
2347
2348         * src/action.c
2349                 Fix problem with "> stuff >" actions
2350
2351 2006-07-31 [paul]       2.4.0cvs5
2352
2353         * po/nb.po
2354                 updated by Geir Helland
2355
2356 2006-07-31 [wwp]        2.4.0cvs4
2357
2358         * src/mainwindow.c
2359         * src/summaryview.c
2360         * src/summaryview.h
2361                 add "View/Go to/Parent message" and "View/Go to/Last read message",
2362                 thanks to Colin.
2363
2364 2006-07-31 [wwp]        2.4.0cvs3
2365
2366         * src/Makefile.am
2367         * src/addr_compl.c
2368         * src/addr_compl.h
2369         * src/addressbook.c
2370         * src/addressbook.h
2371         * src/addressbook_foldersel.c
2372         * src/addressbook_foldersel.h
2373         * src/addrindex.c
2374         * src/addrindex.h
2375         * src/matcher.c
2376         * src/matcher.h
2377         * src/matcher_parser_lex.l
2378         * src/matcher_parser_parse.y
2379         * src/prefs_common.c
2380         * src/prefs_common.h
2381         * src/prefs_filtering.c
2382         * src/prefs_matcher.c
2383         * src/prefs_matcher.h
2384         * src/summaryview.c
2385                 introduce filtering against the address book. It's now possible to add
2386                 matched conditions to determine if any email address in a message matches
2387                 or doesn't match any or all books or folders in the address book.
2388
2389 2006-07-31 [wwp]        2.4.0cvs2
2390
2391         * src/account.c
2392         * src/filtering.c
2393         * src/filtering.h
2394         * src/folder.c
2395         * src/folderview.c
2396         * src/inc.c
2397         * src/mainwindow.c
2398         * src/matcher.c
2399         * src/matcher_parser_lex.l
2400         * src/matcher_parser_parse.y
2401         * src/mbox.c
2402         * src/prefs_filtering.c
2403         * src/prefs_filtering.h
2404         * src/procmsg.c
2405         * src/procmsg.h
2406         * src/summaryview.c
2407                 introduce per-account filtering rules. Each filtering rule can now be assigned
2408                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
2409                 when applying filtering rules manually, as all rules will apply - even the ones
2410                 assigned to an account. This issue will be addressed soon.
2411  
2412
2413
2414 2006-07-31 [wwp]        2.4.0cvs1
2415
2416         * src/quote_fmt.c
2417                 make more strings translatable.
2418
2419 2006-07-31 [paul]       2.4.0
2420
2421         2.4.0 released
2422
2423 2006-07-31 [paul]       2.3.1cvs91
2424
2425         * po/ca.po
2426                 updated by Miquel Oliete
2427
2428 2006-07-31 [paul]       2.3.1cvs90
2429
2430         * po/de.po
2431         * po/el.po
2432         * po/fr.po
2433         * po/it.po
2434         * po/pl.po
2435         * po/pt_BR.po
2436         * po/sr.po
2437         * po/zh_CN.po
2438                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
2439                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
2440                 Aleksandar Urosevic, and Ralgh Young
2441
2442 2006-07-31 [paul]       2.3.1cvs89
2443
2444         * src/account.c
2445         * src/main.c
2446         * src/mainwindow.c
2447         * src/mainwindow.h
2448                 Fix a race condition when, after an SC crash, rescanning
2449                 folders took more than 0.5 seconds
2450                 Thanks to Colin
2451
2452 2006-07-31 [paul]       2.3.1cvs88
2453
2454         * src/folderview.c
2455                 don't translate separator strings
2456
2457 2006-07-30 [mones]      2.3.1cvs87
2458
2459         * doc/man/sylpheed-claws.1
2460                 Fixed non-ASCII chars in Hoa's name
2461         * po/es.po
2462                 Updated for release
2463
2464 2006-07-27 [colin]      2.3.1cvs86
2465
2466         * src/textview.c
2467                 Don't include the leading \n in links
2468                 Patch by Fabien
2469
2470 2006-07-25 [colin]      2.3.1cvs85
2471
2472         * src/mainwindow.c
2473         * src/common/socket.h
2474         * src/etpan/imap-thread.c
2475                 Refresh resolvers before connecting
2476                 to IMAP servers, and after switching
2477                 to online. Thanks to Paul.
2478
2479 2006-07-18 [colin]
2480
2481         * 2.4.0-rc4 released
2482
2483 2006-07-17 [colin]      2.3.1cvs84
2484
2485         * src/inc.c
2486                 Show connection attempt in statusbar before
2487                 connecting (previously first message was
2488                 "Retrieving messages from ..." after the
2489                 connection succeeded.
2490
2491 2006-07-16 [wwp]        2.3.1cvs83
2492
2493         * sylpheed-claws.ico
2494                 Added .ico file (windows multi-size icon file, generated).
2495
2496 2006-07-12 [wwp]        2.3.1cvs82
2497
2498         * src/messageview.c
2499                 remove Message/Re-edit menu entry from messageview window,
2500                 as sent/draft/queued messages are opened in compose window when
2501                 re-edited and it's not possible to re-edit other msgs.
2502
2503 2006-07-12 [paul]       2.3.1cvs81
2504
2505         * AUTHORS
2506         * src/mainwindow.c
2507         * src/gtk/authors.h
2508                 check online state before resetting
2509                 mailcheck timer. Useful if some program
2510                 verifies connection state and updates
2511                 Claws.
2512                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2513
2514 2006-07-12 [paul]       2.3.1cvs80
2515
2516         * sylpheed-claws-128x128.png
2517         * sylpheed-claws-64x64.png
2518         * sylpheed-claws.png
2519         * src/Makefile.am
2520         * src/main.c
2521         * src/prefs_toolbar.c
2522         * src/stock_pixmap.c
2523         * src/stock_pixmap.h
2524         * src/wizard.c
2525         * src/gtk/about.c
2526         * src/gtk/gtkutils.c
2527         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2528         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2529         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2530         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2531         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2532         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2533                 updated and renamed logo/icon files and related
2534                 logo by Jesper Schultz
2535
2536 2006-07-11 [paul]       2.3.1cvs79
2537
2538         * src/main.c
2539                 fix the labels a smidgin
2540
2541 2006-07-09 [colin]      2.3.1cvs78
2542
2543         * src/textview.c
2544                 Show errors in textviewer's command
2545                 Patch by H. Merijn Brand
2546
2547 2006-07-09 [colin]      2.3.1cvs77
2548
2549         * src/compose.c
2550                 Save FMID in drafts too
2551
2552 2006-07-08 [colin]      2.3.1cvs76
2553
2554         * src/compose.c
2555                 Svae RMID in drafted mails too
2556                 Save quote_fmt vars for whole mails,
2557                 don't reset at each quote_fmt_init:
2558                 allows to use the same |i{var} in
2559                 various template fields
2560         * src/prefs_template.c
2561         * src/quote_fmt.h
2562         * src/quote_fmt_parse.y
2563                 Same
2564
2565 2006-07-08 [colin]      2.3.1cvs75
2566
2567         * src/textview.c
2568                 Fix highlighting of attached parts URIs
2569
2570 2006-07-08 [colin]      2.3.1cvs74
2571
2572         * src/main.c
2573                 Prevent bug #981 (sc 2.3.1 segfaults with 
2574                 gtk+ 2.10) from being reported again:
2575                 if Sylpheed-Claws has been compiled against
2576                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2577                 of if Sylpheed-Claws has been compiled against
2578                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2579                 error out.
2580
2581 2006-07-07 [colin]      2.3.1cvs73
2582
2583         * src/prefs_actions.c
2584                 Fix label
2585
2586 2006-07-07 [colin]      2.3.1cvs72
2587
2588         * src/prefs_actions.c
2589                 Fix compile on gtk < 2.8. argh :)
2590
2591 2006-07-07 [paul]       2.3.1cvs71
2592
2593         * src/common/defs.h
2594                 update DONATE_URI
2595
2596 2006-07-07 [colin]      2.3.1cvs70
2597
2598         * po/POTFILES.in
2599         * src/quote_fmt.c
2600         * src/quote_fmt_lex.l
2601         * src/quote_fmt_parse.y
2602                 Add |i{var}, a way to insert user-entered
2603                 text in a template
2604
2605 2006-07-07 [colin]
2606
2607         * 2.4.0-rc3 released
2608
2609 2006-07-07 [colin]      2.3.1cvs69
2610
2611         * src/folder.c
2612                 Don't consider inboxes of UNKNOWN folder 
2613                 classes to be useable as default inboxes
2614
2615 2006-07-07 [paul]       2.3.1cvs68
2616
2617         * src/textview.c
2618                 add missing #include <errno.h>
2619                 Thanks to René J. Blokland
2620
2621 2006-07-07 [paul]       2.3.1cvs67
2622
2623         * src/action.c
2624                 Return now Closes dialog
2625         * src/mimeview.c
2626         * src/mimeview.h
2627         * src/textview.c
2628                 add contextual menu to mime parts listed
2629                 in the textview
2630                 Thanks to Colin
2631         * src/common/utils.c
2632                 reversal: ' is a valid character in URLs
2633
2634 2006-07-06 [colin]      2.3.1cvs66
2635
2636         * src/remotefolder.h
2637                 Forgotten in previous commit
2638
2639 2006-07-06 [colin]      2.3.1cvs65
2640
2641         * src/folder.c
2642                 Set summary update flag whenever
2643                 totals changed
2644         * src/imap.c
2645         * src/prefs_account.c
2646         * src/common/utils.h
2647         * src/etpan/imap-thread.c
2648                 Fix warnings, thanks to Fabien and
2649                 Ricardo
2650
2651 2006-07-06 [wwp]        2.3.1cvs64
2652
2653         * src/gtk/gtkutils.c
2654                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2655
2656 2006-07-06 [wwp]        2.3.1cvs63
2657
2658         * src/account.c
2659         * src/addressbook.c
2660         * src/addressitem.h
2661         * src/folderview.c
2662         * src/mainwindow.c
2663         * src/manual.c
2664         * src/manual.h
2665         * src/message_search.c
2666         * src/prefs_actions.c
2667         * src/prefs_filtering.c
2668         * src/prefs_filtering.h
2669         * src/prefs_template.c
2670         * src/summary_search.c
2671         * src/summaryview.c
2672         * src/gtk/gtkutils.c
2673         * src/gtk/gtkutils.h
2674         * src/gtk/pluginwindow.c
2675                 add help buttons to some dialogs. Clicking such buttons opens a
2676                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2677
2678 2006-07-06 [paul]       2.3.1cvs62
2679
2680         * src/textview.c
2681                 fix attachments contextual menu
2682                 Thanks to Colin
2683
2684 2006-07-05 [colin]      2.3.1cvs61
2685
2686         * src/textview.c
2687         * src/compose.c
2688                 Handle sftp:// links
2689
2690 2006-07-05 [paul]       2.3.1cvs60
2691
2692         * src/gtk/filesel.c
2693                 grab save button by default
2694                 Thanks to Colin
2695
2696 2006-07-05 [wwp]        2.3.1cvs59
2697
2698         * manual/xml2pdf
2699                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2700
2701 2006-07-04 [colin]      2.3.1cvs58
2702
2703         * src/mimeview.c
2704         * src/textview.c
2705                 Use left click to select, middle click to open
2706                 on mimeparts links
2707         * src/common/utils.c
2708                 Fix segfault
2709
2710 2006-07-04 [colin]      2.3.1cvs57
2711
2712         * src/mainwindow.c
2713         * src/news.c
2714                 Warning fixes, thanks to Fabien
2715
2716 2006-07-04 [colin]      2.3.1cvs56
2717
2718         * src/mimeview.c
2719         * src/mimeview.h
2720         * src/textview.c
2721                 Allow parts to be selected via their text label
2722                 in textview
2723
2724 2006-07-04 [colin]      2.3.1cvs55
2725
2726         * src/folderview.c
2727                 Feedback when closing (for big folders)
2728         * src/prefs_actions.c
2729         * src/prefs_filtering.c
2730         * src/prefs_matcher.c
2731         * src/prefs_template.c
2732                 Fix default button when closing without
2733                 having saved
2734
2735 2006-07-04 [colin]      2.3.1cvs54
2736
2737         * src/news.c
2738                 Delete local file on deletion
2739
2740 2006-07-03 [colin]      2.3.1cvs53
2741
2742         * src/folderview.c
2743         * src/main.c
2744                 Don't freeze when rescanning after crash
2745
2746 2006-07-03 [wwp]        2.3.1cvs52
2747
2748         * src/compose.c
2749         * src/privacy.c
2750         * src/privacy.h
2751         * src/plugins/pgpinline/pgpinline.c
2752         * src/plugins/pgpmime/pgpmime.c
2753                 don't report an error when the user cancels the passphrase dialog.
2754
2755 2006-07-02 [colin]      2.3.1cvs51
2756
2757         * src/folderview.c
2758                 Open message when crossing folders with Space,
2759                 goto next unread and friends
2760
2761 2006-07-01 [colin]      2.3.1cvs50
2762
2763         * src/prefs_account.c
2764                 Typographic rules varying from language
2765                 to language (in french "Protocole :"),
2766                 we have to do that :)
2767
2768 2006-07-01 [ticho]      2.3.1cvs49
2769
2770         * src/prefs_account.c
2771                 Only use one temporary gchar* variable in
2772                 prefs_account_protocol_set_optmenu().
2773
2774 2006-07-01 [ticho]      2.3.1cvs48
2775
2776         * src/prefs_account.c
2777         * src/prefs_account.h
2778                 Use GtkLabel for existing account protocol name.
2779                 Created an array for protocol names and populate the
2780                 combobox from it in a for() cycle.
2781
2782 2006-06-30 [colin]      2.3.1cvs47
2783
2784         * src/compose.c
2785                 Block undo when changing signature (by changing
2786                 account)
2787
2788 2006-06-30 [paul]       2.3.1cvs46
2789
2790         * src/send_message.c
2791                 when editing From in the Compose window, use that address
2792                 in the Return-Path: header
2793                 Thanks to Colin
2794
2795 2006-06-30 [colin]      2.3.1cvs45
2796
2797         * src/compose.c
2798                 Fix signature replacement:
2799                 - when no newline before separator
2800                 - when reediting
2801
2802 2006-06-29 [colin]      2.3.1cvs44
2803
2804         * src/folderview.c
2805         * src/folderview.h
2806         * src/mainwindow.c
2807         * src/summaryview.c
2808                 Let 'View/Go to/Next marked' work like
2809                 Next new & Next unread: across folders
2810                 Change the select_on_entry pref to do
2811                 what we want when changing folder
2812         * src/common/utils.c
2813                 Fix single-quoted links 
2814
2815 2006-06-29 [colin]      2.3.1cvs43
2816
2817         * src/gtk/gtkaspell.c
2818                 "Sylpheed" and "Sylpheed-Claws" do exist !
2819
2820 2006-06-29 [colin]      2.3.1cvs42
2821
2822         * src/imap.c
2823                 Forgot to remove debug
2824
2825 2006-06-29 [colin]      2.3.1cvs41
2826
2827         * src/imap.c
2828         * src/imap.h
2829         * src/mainwindow.c
2830                 Disconnect from IMAP servers when going
2831                 offline. Fixes bug #978 (going to offline-mode 
2832                 won't close connections)
2833
2834 2006-06-29 [colin]      2.3.1cvs40
2835
2836         * src/main.c
2837                 Fix transient setting on failing plugins
2838                 Patch by Fabien
2839         * src/plugins/pgpcore/sgpgme.c
2840                 Only warn for OpenPGP. Most people don't
2841                 have CMS available.
2842
2843 2006-06-29 [colin]      2.3.1cvs39
2844
2845         * src/compose.c
2846                 Fix Spelling menu (discrepancy between context menu
2847                 and top menu when folder's dictionary isn't the 
2848                 default one)
2849         * src/plugins/pgpcore/sgpgme.c
2850                 More error reporting about why gpgme can fail
2851
2852 2006-06-29 [wwp]        2.3.1cvs38
2853
2854         * src/mainwindow.c
2855                 honor the display-header-pane setting even when the message view
2856                 is a separate window.
2857
2858 2006-06-29 [wwp]        2.3.1cvs37
2859
2860         * src/prefs_actions.c
2861                 forgot to commit that one (use of GTK_STOCK_INFO).
2862
2863 2006-06-29 [colin]      2.3.1cvs36
2864
2865         * src/imap.c
2866                 Better handling of login errors (ask the password
2867                 again once), alert in case of error. Fix three
2868                 signedness warnings.
2869
2870 2006-06-28 [wwp]        2.3.1cvs35
2871
2872         * src/prefs_template.c
2873         * src/prefs_matcher.c
2874         * src/prefs_filtering_action.c
2875         * src/prefs_quote.c
2876                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2877                 patch by Fabien Vantard, slightly modified.
2878
2879 2006-06-28 [paul]
2880
2881         2.4.0-rc2 released
2882
2883 2006-06-28 [colin]      2.3.1cvs34
2884
2885         * src/prefs_account.c
2886                 Fix bug #977 (Can't add or edit imap accounts)
2887
2888 2006-06-28 [colin]      2.3.1cvs33
2889
2890         * src/mimeview.c
2891                 Fix previous
2892
2893 2006-06-28 [colin]      2.3.1cvs32
2894
2895         * src/mimeview.c
2896                 Save named inlined attachments with "Save all"
2897         * src/main.c
2898         * src/mbox.c
2899         * src/common/plugin.c
2900         * src/common/plugin.h
2901         * src/common/sylpheed.c
2902         * src/common/utils.c
2903         * src/plugins/pgpcore/sylpheed.def
2904         * src/plugins/pgpinline/sylpheed.def
2905         * src/plugins/pgpmime/sylpheed.def
2906                 Win32 compatibility patch, by
2907                 Werner Koch
2908
2909 2006-06-28 [wwp]        2.3.1cvs31
2910
2911         * src/imap.c
2912         * src/prefs_folder_item.c
2913                 less compilation warnings (thanks to Fabien Vantard), less typos.
2914
2915 2006-06-28 [paul]       2.3.1cvs30
2916
2917         * src/gtk/gtkutils.c
2918                 gtk_combo_box_set_focus_on_click() is only
2919                 available since gtk 2.6.0
2920
2921 2006-06-28 [paul]       2.3.1cvs29
2922
2923         * src/prefs_ext_prog.c
2924                 fix engrish and add a tooltip for the
2925                 'command for 'Display as text' option
2926
2927 2006-06-28 [paul]
2928
2929         2.4.0-rc1 released
2930
2931 2006-06-28 [paul]       2.3.1cvs28
2932
2933         * ChangeLog
2934         * tools/Makefile.am
2935                 include textviewer.pl in releases
2936
2937 2006-06-28 [paul]       2.3.1cvs27
2938
2939         * src/prefs_ext_prog.c
2940                 hide Print command option if libgnomeprint
2941                 support is present
2942
2943 2006-06-27 [colin]      2.3.1cvs26
2944
2945         * src/compose.c
2946                 Fix Esc handling in insert/attach dialog
2947                 Don't show this dialog if dragging something
2948                 else than text/uri-list
2949                 Thanks to Fabien Vantard
2950         * tools/textviewer.pl
2951                 Filter script to display stuff as text
2952                 by H. Merijn Brand
2953
2954 2006-06-27 [wwp]        2.3.1cvs25
2955
2956         * src/messageview.c
2957                 use the exact product name (message view title), patch
2958                 by Fabien Vantard.
2959
2960 2006-06-27 [ticho]      2.3.1cvs24
2961
2962         * src/prefs_account.c
2963         * src/prefs_common.c
2964         * src/prefs_common.h
2965         * src/prefs_ext_prog.c
2966         * src/textview.c
2967                 Add a preference (Preferences/External programs)
2968                 to allow "Display as text" to be done via a script
2969                 (patch by H.Merijn Brand).
2970                 Use GtkComboBox for protocol selection in account
2971                 preferences.
2972                 Only include current choice for existing accounts, and
2973                 insensitivize the combobox.
2974
2975 2006-06-27 [paul]       2.3.1cvs23
2976
2977         * src/mbox.c
2978                 fix crasher introduced in cvs21.
2979                 Thanks to Colin
2980
2981 2006-06-26 [colin]      2.3.1cvs22
2982
2983         * src/mbox.c
2984                 Fix double-frees when leaving folders
2985                 after exporting to mbox
2986
2987 2006-06-26 [colin]      2.3.1cvs21
2988
2989         * src/mbox.c
2990                 More feedback (and optimisation)
2991                 on import/export
2992         * src/common/utils.c
2993                 Fix case when looking for mail addresses
2994         * src/gtk/gtkutils.c
2995                 Extra check for (X-)Face
2996
2997 2006-06-25 [ticho]      2.3.1cvs20
2998
2999         * src/compose.c
3000         * src/exphtmldlg.c
3001         * src/gtk/gtkutils.c
3002         * src/gtk/gtkutils.h
3003                 Added second argument to gtkut_sc_combobox_create() to
3004                 control focus-on-click for the widget.
3005                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
3006
3007 2006-06-25 [ticho]      2.3.1cvs19
3008
3009         * src/compose.c
3010         * src/gtk/Makefile.am
3011         * src/gtk/combobox.c
3012         * src/gtk/combobox.h
3013         * src/gtk/gtkutils.c
3014         * src/gtk/gtkutils.h
3015                 Use GtkComboBox instead of deprecated GtkOptionMenu
3016                 for account selector in compose window and for encoding
3017                 selector in attachment properties.
3018                 Also factorise working with the new GtkComboBox somewhat.
3019
3020 2006-06-24 [paul]       2.3.1cvs18
3021
3022         * src/prefs_common.c
3023                 use the correct default value
3024
3025 2006-06-24 [paul]       2.3.1cvs17
3026
3027         * src/compose.c
3028         * src/prefs_common.c
3029         * src/prefs_common.h
3030         * src/prefs_compose_writing.c
3031                 enable setting of default action when
3032                 dnd'ing files in the compose window.
3033                 (Collaborative effort with wwp)
3034
3035 2006-06-23 [wwp]        2.3.1cvs16
3036
3037         * src/compose.c
3038                 i18n fix (thanks to Fabien Vantard)
3039
3040 2006-06-22 [colin]      2.3.1cvs15
3041
3042         * src/prefs_customheader.c
3043                 Don't use filters in custom headers' file 
3044                 selector. Remember, extensions mean nothing :)
3045
3046 2006-06-22 [paul]       2.3.1cvs14
3047
3048         * configure.ac
3049                 allow setting of man directory location
3050
3051 2006-06-22 [colin]      2.3.1cvs13
3052
3053         * src/mainwindow.c
3054                 Add 'View/Go to/Next unread folder'.
3055                 I missed that :)
3056
3057 2006-06-22 [colin]      2.3.1cvs12
3058
3059         * src/common/utils.c
3060                 Add some subject prefixes
3061                 Patch by Bjorn T Johansen <btj@havleik.no>
3062
3063 2006-06-22 [colin]      2.3.1cvs11
3064
3065         * manual/advanced.xml
3066                 Forgotten hidden pref
3067
3068 2006-06-21 [paul]       2.3.1cvs10
3069
3070         * src/prefs_account.c
3071                 complete the removal of 'Add date header' option
3072
3073 2006-06-21 [paul]       2.3.1cvs9
3074
3075         * src/account.c
3076         * src/compose.c
3077         * src/prefs_account.c
3078         * src/prefs_account.h
3079                 remove option to add date header - always
3080                 add date header
3081         * src/etpan/imap-thread.c
3082                 fix warnings (Thanks to Colin)
3083
3084 2006-06-21 [wwp]        2.3.1cvs8
3085
3086         * src/folder.c
3087                 set the attachment flag when inline text part are (file)named. This is more convenient
3088                 when receiving (for instance) inline source files or patches sent using thunderbird.
3089
3090 2006-06-21 [paul]       2.3.1cvs7
3091
3092         * src/inc.c
3093                 fix off-by-one count of current msg in
3094                 statusbar filtering progressbar
3095
3096 2006-06-21 [paul]       2.3.1cvs6
3097
3098         * src/folder.c
3099                 Show attachment icon even if the part is 'inline'
3100                 if the following conditions are met:
3101                 - content-type != 'text/plain'
3102                 - content-type != '*/pgp-signature'
3103                 - either 'name' or 'filename' parameter is not NULL
3104                 
3105                 Thanks to Colin
3106
3107 2006-06-21 [paul]       2.3.1cvs5
3108
3109         * src/messageview.c
3110         * src/prefs_common.c
3111         * src/prefs_common.h
3112         * src/prefs_other.c
3113                 add an option to 'Never send Return
3114                 Receipts'
3115                 Thanks to Colin
3116
3117 2006-06-20 [mones]      2.3.1cvs4
3118
3119         * po/es.po
3120                 updated
3121         * src/compose.c
3122                 typo fixed (space after comma)
3123         * tools/make.themes.project
3124                 remove exec mode from tarball files
3125
3126 2006-06-20 [colin]      2.3.1cvs3
3127
3128         * src/news.c
3129         * src/procheader.c
3130         * src/unmime.c
3131                 Better fix for \n's in headers (don't 
3132                 break Received: and others)
3133
3134 2006-06-20 [paul]       2.3.1cvs2
3135
3136         * src/alertpanel.c
3137         * src/textview.c
3138                 improve legibility of phishing attempt
3139                 dialog
3140
3141 2006-06-20 [paul]       2.3.1cvs1
3142
3143         * NEWS
3144         * README
3145         * configure.ac
3146                 Update version number following
3147                 stable release
3148
3149 2006-06-20 [colin]      2.3.0cvs26
3150
3151         * src/compose.c
3152                 When dragging a file to the text of the compose
3153                 window, ask whether we want to insert or attach
3154                 (I know lots of people who do that to attach)
3155
3156 2006-06-20 [colin]      2.3.0cvs25
3157
3158         * src/etpan/imap-thread.c
3159                 Fix threshold (the append command is often > 32 bytes)
3160
3161 2006-06-19 [colin]      2.3.0cvs24
3162
3163         * src/imap.c
3164         * src/etpan/imap-thread.c
3165                 Workaround Rockliffe IMAP server bug: replace
3166                 "x UID SEARCH (ANSWERED UID 1:*)" with
3167                 "x UID SEARCH ANSWERED"
3168                 (Rockliffe doesn't handle the parenthesis)
3169
3170 2006-06-19 [colin]      2.3.0cvs23
3171
3172         * src/compose.c
3173         * src/imap.c
3174         * src/etpan/imap-thread.c
3175                 Probably fix bug #972 (Freezes when adding 
3176                 an attachment to the message)
3177         * src/common/defs.h
3178                 Modernize Firefox cmd
3179
3180
3181 2006-06-18 [colin]      2.3.0cvs22
3182
3183         * src/prefs_customheader.c
3184                 Only allow correct filenames for various
3185                 custom headers
3186
3187 2006-06-18 [colin]      2.3.0cvs21
3188
3189         * src/prefs_customheader.c
3190                 Add a 'From File...' button in custom headers prefs, which
3191                 try to do the right thing: 
3192                 for normal headers, use file as plaintext,
3193                 for X-Face, calls compface,
3194                 for Face, encode to b64.
3195
3196 2006-06-17 [colin]      2.3.0cvs20
3197
3198         * src/mh.c
3199                 Warning fix
3200
3201 2006-06-16 [colin]      2.3.0cvs19
3202
3203         * src/summaryview.c
3204                 Recursive quicksearch: show message list
3205                 in current folder, *then* search children
3206                 in the background.
3207
3208 2006-06-16 [colin]      2.3.0cvs18
3209
3210         * src/main.c
3211                 Instead of ignoring SIGPIPE, save caches
3212                 when getting one. Will fix the fact that
3213                 hot caches are out-of-date when logging 
3214                 out of Xorg.
3215         * src/compose.c
3216         * src/prefs_compose_writing.c
3217                 Only save text (not attachments) when 
3218                 auto-saving to drafts
3219         * src/unmime.c
3220                 Always replace \n, \r and \t with spaces
3221                 in headers
3222         * manual/dist/html/Makefile.am
3223         * manual/dist/pdf/Makefile.am
3224         * manual/dist/ps/Makefile.am
3225         * manual/dist/txt/Makefile.am
3226         * manual/fr/dist/html/Makefile.am
3227         * manual/fr/dist/pdf/Makefile.am
3228         * manual/fr/dist/ps/Makefile.am
3229         * manual/fr/dist/txt/Makefile.am
3230         * manual/pl/dist/html/Makefile.am
3231         * manual/pl/dist/pdf/Makefile.am
3232         * manual/pl/dist/ps/Makefile.am
3233         * manual/pl/dist/txt/Makefile.am
3234                 Fix make clean removing pregenerated manuals
3235
3236
3237 2006-06-16 [colin]      2.3.0cvs17
3238
3239         * src/plugins/pgpcore/sgpgme.c
3240         * src/plugins/pgpmime/pgpmime.c
3241         * src/plugins/pgpinline/pgpinline.c
3242                 Better error reporting in setup_signers.
3243                 Don't fallback to default key if specified
3244                 key isn't found.
3245                 Don't allow signing if more than one secret
3246                 key matches the one specified in prefs.
3247
3248 2006-06-15 [colin]      2.3.0cvs16
3249
3250         * src/folderview.c
3251                 Add "Send queue" in the folder's contextual
3252                 menu
3253         * src/compose.c
3254         * src/messageview.c
3255         * src/privacy.c
3256         * src/privacy.h
3257         * src/procmime.c
3258         * src/procmsg.c
3259         * src/plugins/pgpcore/passphrase.c
3260         * src/plugins/pgpcore/sgpgme.c
3261         * src/plugins/pgpinline/pgpinline.c
3262         * src/plugins/pgpmime/pgpmime.c
3263                 Better error reporting
3264         * src/mbox.c
3265                 Probably fix bug #971 (2.2.3 cannot read mail 
3266                 from local mbox)
3267
3268
3269 2006-06-15 [mones]      2.3.0cvs15
3270
3271         * tools/make.themes.project
3272                 creates the themes project from the web page
3273
3274 2006-06-15 [colin]      2.3.0cvs14
3275
3276         * src/folder.c
3277                 Better fix (avoid losing the folder if scan_tree 
3278                 fails)
3279
3280 2006-06-15 [cleroy]     2.3.0cvs13
3281
3282         * src/folder.c
3283                 Probably fix Bug #969 (crash on rebuilding 
3284                 imap folder)
3285
3286 2006-06-14 [colin]      2.3.0cvs12
3287
3288         * manual/dtd/manual.xsl
3289         * manual/sylpheed-claws-manual.xml
3290         * manual/fr/sylpheed-claws-manual.xml
3291         * manual/pl/sylpheed-claws-manual.xml
3292                 Insert pagebreaks between sections
3293
3294 2006-06-14 [paul]       2.3.0cvs11
3295
3296         * configure.ac
3297                 better fix than 2.3.0cvs10
3298
3299 2006-06-14 [paul]       2.3.0cvs10
3300
3301         * configure.ac
3302                 fix setting of PACKAGE_DATA_DIR with newer autoconf
3303                 (backwards compatible)
3304
3305 2006-06-13 [colin]      2.3.0cvs9
3306
3307         * src/messageview.c
3308                 Fix sending of return receipt with the new queue folders
3309
3310 2006-06-13 [wwp]        2.3.0cvs8
3311
3312         * src/quote_fmt_lex.l
3313                 fix wrong tokens returned in quote_fmt lexer, query not().
3314
3315 2006-06-13 [wwp]        2.3.0cvs7
3316
3317         * src/folder.c
3318         * src/prefs_folder_item.c
3319                 allow changing folder type even when folder is not a top-level one,
3320                 thanks to Colin.
3321
3322 2006-06-12 [colin]      2.3.0cvs6
3323
3324         * src/folderview.c
3325                 Fix double-ask of "Do you want to mark all
3326                 as read"
3327
3328 2006-06-12 [colin]      2.3.0cvs5
3329
3330         * src/compose.c
3331         * src/compose.h
3332         * src/folder.c
3333         * src/folder.h
3334         * src/imap.c
3335         * src/inc.c
3336         * src/main.c
3337         * src/messageview.c
3338         * src/mh.c
3339         * src/prefs_folder_item.c
3340         * src/procheader.c
3341         * src/procmime.c
3342         * src/procmsg.c
3343         * src/procmsg.h
3344         * src/send_message.c
3345         * src/summaryview.c
3346         * src/toolbar.c
3347                 Apply bug #964's patch (Queue and drafts aren't normal)
3348                 The Drafts and Queue folder now contain RFC-822 files,
3349                 allowing to move and copy mails from and to these 
3350                 folders. Moving from Drafts to Queue will prepare the
3351                 mail for sending (PGP signature, encryption, etc).
3352                 This patch also rework sending errors handling to try
3353                 to be more helpful.
3354                 Also, allow redefining folder types via the GUI 
3355                 (Folder type in its Properties)
3356
3357 2006-06-12 [colin]      2.3.0cvs4
3358
3359         * src/summaryview.c
3360         * src/prefs_common.c
3361         * src/prefs_common.h
3362         * src/gedit-print.c
3363                 Allow to define a specific print font - patch
3364                 by Bernhard Walle <bernhard.walle@gmx.de>
3365         * src/prefs_fonts.c
3366         * manual/advanced.xml
3367         * manual/fr/advanced.xml
3368                 Add a hidden pref to allow deletion without
3369                 confirmation
3370
3371 2006-06-12 [wwp]        2.3.0cvs3
3372
3373         * .cvsignore
3374                 more files to ignore.
3375
3376 2006-06-12 [wwp]        2.3.0cvs2
3377
3378         * src/quote_fmt.c
3379         * src/quote_fmt_lex.l
3380         * src/quote_fmt_parse.y
3381                 extend the quote_fmt parser (templates and quotes):
3382                 - allow limited sub-expressions in |p{} and |f{} expressions,
3383                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
3384                 - implemented/fixed missing implementation of query_references and show_references,
3385                 - completed, fixed contents and format of the symbols help dialog,
3386                 - fix some compilation warnings.
3387
3388 2006-06-12 [wwp]        2.3.0cvs1
3389
3390         * manual/advanced.xml
3391         * manual/fr/advanced.xml
3392                 updates in the "templates" section of the manual (eng/fr):
3393                  - be more precise (both versions)
3394                  - completed to match the english reference (fr version)
3395                  - touchups (both versions)
3396
3397 2006-06-12 [paul]       2.3.0
3398
3399         2.3.0 released
3400
3401 2006-06-12 [paul]       2.2.3cvs14
3402
3403         * po/ca.po
3404         * po/cs.po
3405         * po/de.po
3406         * po/el.po
3407         * po/fr.po
3408         * po/it.po
3409         * po/pt_BR.po
3410         * po/sr.po
3411         * po/zh_CN.po
3412                 updated by Miquel Oliete, Tim, Stephan Sachse,
3413                 Stavros Giannouris, Fabien Vantard, Andrea
3414                 Spadaccini, Frederico Goncalves Guimaraes,
3415                 Aleksandar Urosevic, and Ralgh Young
3416
3417 2006-06-12 [colin]      2.2.3cvs13
3418
3419         * src/mbox.c
3420                 Add missing header
3421
3422 2006-06-11 [colin]      2.2.3cvs12
3423
3424         * src/msgcache.c
3425                 Verify that g_malloc() succeeded
3426
3427 2006-06-11 [colin]      2.2.3cvs11
3428
3429         * src/wizard.c
3430                 Add Face header to welcome mail
3431
3432 2006-06-10 [colin]      2.2.3cvs10
3433
3434         * src/textview.c
3435                 Revert previous (Forgot it changes the
3436                 margin on the whole mail)
3437
3438 2006-06-10 [colin]      2.2.3cvs9
3439
3440         * src/textview.c
3441                 Don't overlap long headers under (X-)Face
3442
3443 2006-06-10 [mones]      2.2.3cvs8
3444
3445         * manual/xml2pdf
3446                 allow generation of manual on systems lacking saxon binary
3447                 but with java and the saxon library installed
3448
3449         * po/es.po
3450                 updated for release
3451
3452 2006-06-09 [colin]      2.2.3cvs7
3453
3454         * src/summaryview.c
3455                 Fix leak when using Display Sender using Addressbook
3456
3457 2006-06-09 [colin]      2.2.3cvs6
3458
3459         * src/compose.c
3460         * src/folder.c
3461         * src/folderview.c
3462         * src/mimeview.c
3463         * src/summaryview.c
3464                 More leaks fixes
3465
3466 2006-06-09 [paul]       2.2.3cvs5
3467
3468         * AUTHORS
3469         * src/gtk/authors.h
3470         * tools/claws.i18n.status.pl
3471                 updated with new info
3472
3473 2006-06-09 [paul]       2.2.3cvs4
3474
3475         * README
3476                 updated
3477         * manual/ack.xml
3478                 add wwp to authors list
3479         * src/gtk/authors.h
3480                 update mine and Colin's addresses
3481
3482 2006-06-08 [colin]      2.2.3cvs3
3483
3484         * src/etpan/imap-thread.c
3485                 Fix leak on SSL cert check
3486
3487 2006-06-08 [colin]      2.2.3cvs2
3488
3489         * src/common/utils.c
3490                 Fix leak
3491
3492 2006-06-08 [paul]       2.2.3cvs1
3493
3494         * configure.ac
3495                 Update version number following
3496                 stable release
3497
3498 2006-06-07 [colin]      2.2.2cvs3
3499
3500         * src/msgcache.c
3501                 Fix catching cache read errors (guint instead of gint)
3502                 Prevent malloc'ing more than 8MB (means cache corruption)
3503
3504 2006-06-07 [paul]       2.2.2cvs2
3505
3506         * src/exporthtml.c
3507         * src/exportldif.c
3508         * src/mh.c
3509         * src/mutt.c
3510         * src/pine.c
3511         * src/common/utils.c
3512                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3513                 obey $HOME'
3514                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3515                 Thanks to Colin
3516
3517 2006-06-06 [paul]       2.2.2cvs1
3518
3519         * configure.ac
3520                 Update version number following
3521                 stable release
3522
3523 2006-06-06 [paul]       2.2.1cvs6
3524
3525         * src/matcher.c
3526                 fix  implicit declaration of
3527                 sylpheed_do_idle()
3528                 Patch by Fabien Vantard
3529
3530 2006-06-06 [paul]       2.2.1cvs5
3531
3532         * src/matcher.c
3533                 fix age_greater and age_lower so that they
3534                 mean what say and not '...or equal to'
3535                 Thanks to Colin
3536
3537 2006-06-06 [paul]       2.2.1cvs4
3538
3539         * src/textview.c
3540         * src/common/utils.c
3541                 fix URI check
3542                 Thanks to Colin
3543
3544 2006-06-05 [wwp]        2.2.1cvs3
3545
3546         * manual/fr/account.xml
3547                 minor language fixes (thanks to Fabien Vantard).
3548
3549 2006-06-05 [colin]      2.2.1cvs2
3550
3551         * src/prefs_folder_item.c
3552         * src/folderview.c
3553                 Allow recursive setting of properties 
3554                 for whole mailboxes
3555         * src/matcher.c
3556                 Don't freeze on 'test' filtering rule
3557
3558 2006-06-05 [colin]      2.2.1cvs1
3559
3560         * configure.ac
3561                 Update version number following
3562                 stable release
3563
3564 2006-06-04 [wwp]        2.2.0cvs82
3565
3566         * manual/glossary.xml
3567         * manual/account.xml
3568         * manual/fr/glossary.xml
3569         * manual/fr/account.xml
3570                 added glossary section and references/links related to the Face custom header.
3571
3572 2006-06-04 [colin]      2.2.0cvs81
3573
3574         * src/summaryview.c
3575                 Skip to next message on move with no
3576                 immediate execution
3577
3578 2006-06-04 [wwp]        2.2.0cvs80
3579
3580         * manual/xml2pdf
3581                 added sanity checks, exit when needed.
3582
3583 2006-06-03 [paul]       2.2.0cvs79
3584
3585         * src/prefs_receive.c
3586                 page name is now 'Receiving'
3587         * src/prefs_send.c
3588                 page name is now 'Sending'
3589
3590 2006-06-03 [colin]      2.2.0cvs78
3591
3592         * src/plugins/spamassassin/spamassassin_gtk.c
3593                 Autoswitch to Localhost if transport was previously
3594                 disabled. Else people had to check [] Enable, then
3595                 *reselect* transport.
3596
3597 2006-06-03 [colin]      2.2.0cvs77
3598
3599         * src/plugins/pgpinline/pgpinline.c
3600         * src/plugins/pgpmime/pgpmime.c
3601                 Check that gpg_data_release_and_get_mem 
3602                 didn't fail (now, why this happens...)
3603
3604 2006-06-03 [colin]      2.2.0cvs76
3605
3606         * src/mbox.c
3607                 Fix bug #962 (Manual and/or UI should 
3608                 warn about incompatible locking 
3609                 causing dataloss)
3610
3611 2006-06-02 [cleroy]     2.2.0cvs75
3612
3613         * src/filtering.c
3614         * src/folder.c
3615         * src/procmsg.c
3616         * src/summaryview.c
3617                 Fix a few leaks
3618
3619 2006-06-02 [colin]      2.2.0cvs74
3620
3621         * src/main.c
3622                 On exit, free caches after writing them
3623                 Shuts up some valgrind false positives
3624         * src/procmsg.c
3625         * src/send_message.c
3626                 Fix races when reusing existing SMTP connections
3627                 Fix inexistant session timeout
3628         * src/toolbar.c
3629                 Display alertpanel after all queues have
3630                 been processed, not after each
3631
3632 2006-06-02 [wwp]        2.2.0cvs73
3633
3634         * manual/fr/glossary.xml
3635         * manual/fr/ack.xml
3636         * manual/ack.xml
3637                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3638
3639 2006-06-02 [wwp]        2.2.0cvs72
3640
3641         * manual/xml2pdf
3642         * manual/dist/pdf/Makefile.am
3643         * manual/dtd/manual.xsl
3644         * manual/fr/dist/pdf/Makefile.am
3645         * manual/pl/dist/pdf/Makefile.am
3646                 we changed the procedure to generate the .pdf version of the manual.
3647                 The procedure is more modern and the .pdf we get now has a valid index.
3648                 Here are the new pre-requisites:
3649
3650                 - JRE 1.x (1.4 here): there must be one from your distro
3651                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3652                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3653                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3654
3655                 See my posts for further info about the installation of this toolchain:
3656
3657                 Date: Fri, 19 May 2006 19:40:06 +0200
3658                 From: wwp <subscript@free.fr>
3659                 To: sylpheed-claws-devel@lists.sourceforge.net
3660                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3661
3662                 and
3663
3664                 Date: Wed, 24 May 2006 12:58:49 +0200
3665                 From: wwp <subscript@free.fr>
3666                 To: sylpheed-claws-devel@lists.sourceforge.net
3667                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3668
3669 2006-06-01 [colin]      2.2.0cvs71
3670
3671         * src/compose.c
3672                 Better guards against IMAP races
3673         * src/main.c
3674         * src/prefs_common.c
3675         * src/prefs_common.h
3676         * src/common/ssl_certificate.c
3677         * src/etpan/imap-thread.c
3678         * src/etpan/imap-thread.h
3679         * src/gtk/sslcertwindow.c
3680                 New hidden option ssl_skip_cert_check to 
3681                 avoid dups of bug #959 (libetpan linked
3682                 against gnutls and gnutls buggy on 64bit)
3683                 Present expired warning only once per
3684                 session/server.
3685         * manual/advanced.xml
3686         * manual/fr/advanced.xml
3687                 Document new option
3688
3689 2006-06-01 [wwp]        2.2.0cvs70
3690
3691         * src/messageview.c
3692                 fix for bug #961 (return receipt dialog 
3693                 complains incorrectly about return-path 
3694                 email adress being different), thanks 
3695                 to Colin.
3696
3697 2006-05-31 [cleroy]     2.2.0cvs69
3698
3699         * src/common/ssl.c
3700                 Guard against NULLs, although this
3701                 should never be an issue
3702
3703 2006-05-31 [colin]      2.2.0cvs68
3704
3705         * src/filtering.c
3706                 Use g_slist_prepend
3707         * src/imap.c
3708                 Don't remove caches when destroying folder, it
3709                 could (should) be done at exit
3710         * src/inc.c
3711                 free processing cache after incorporation
3712         * src/etpan/imap-thread.c
3713                 Maybe fix bug #959 (Crash on moving to emails 
3714                 to a imap account per ssl with a expired 
3715                 certificate.)
3716
3717 2006-05-30 [colin]      2.2.0cvs67
3718
3719         * src/summaryview.c
3720                 Put back event flush when displaying message
3721                 It avoids reading a bunch of messages just
3722                 by hitting shift-n for too long ;)
3723
3724 2006-05-29 [colin]      2.2.0cvs66
3725
3726         * src/summaryview.c
3727                 Remove useless g_warnings
3728
3729 2006-05-29 [colin]      2.2.0cvs65
3730
3731         * src/imap.c
3732                 Fix g_slist_append()s for performance
3733
3734 2006-05-29 [colin]      2.2.0cvs64
3735
3736         * src/compose.c
3737         * src/common/utils.c
3738                 Fix extraneous tab at start of addresses
3739         * src/mainwindow.c
3740                 Fix warnings (thanks to Fabien)
3741                 Fix crash at exit when composing messages 
3742                 exist
3743         * src/pop.c
3744                 Fix progress bar when deleting expired mails
3745                 Thanks to Hiro
3746         * src/summaryview.c
3747         * src/gtk/gtksctree.c
3748                 Fix re-sorting slowness
3749
3750 2006-05-29 [paul]       2.2.0cvs63
3751
3752         * src/mh.c
3753                 fetch full message when moving mails
3754                 from another mailbox, (fixed data loss
3755                 when filtering from IMAP to MH, introduced
3756                 in 2.2.0cvs57).
3757                 Thanks to Colin
3758
3759 2006-05-29 [mones]      2.2.0cvs62
3760
3761         * src/gtk/gtksctree.c
3762                 Unselect faster (patch by Colin)        
3763
3764 2006-05-26 [colin]      2.2.0cvs61
3765
3766         * src/summaryview.c
3767                 Unplug MSGINFO_UPDATE callback on delete too.
3768
3769 2006-05-26 [colin]      2.2.0cvs60
3770
3771         * src/foldersel.c
3772                 Fix bold in folder selection window with glib2.10
3773                 thanks Hiro
3774
3775 2006-05-26 [colin]      2.2.0cvs59
3776
3777         * src/procheader.c
3778                 Convert date only if necessary (and don't
3779                 try to convert from utf8 to utf8, too)
3780         * src/summaryview.c
3781                 Only set column's text if the column's 
3782                 displayed
3783
3784 2006-05-26 [colin]      2.2.0cvs58
3785
3786         * src/summaryview.c
3787         * src/gtk/gtkutils.c
3788                 Fix useless warning
3789
3790 2006-05-26 [colin]      2.2.0cvs57
3791
3792         * src/mainwindow.c
3793                 Make summaryview selectable as long as 
3794                 no message has focus
3795         * src/mh.c
3796                 Faster deletion (by implementing mh_remove_msgs)
3797                 Faster copy (avoid using mh_fetch_msg just to get
3798                 the filename)
3799                 Faster move (using move_file instead of copy_file
3800                 if MSG_IS_MOVE)
3801                 No progressbar if total number of mails to cp/mv 
3802                 is less than 100
3803         * src/summaryview.c
3804                 Fix removal from subject_table when mail gets moved
3805                 Faster deletion (g_slist_prepend instead of append)
3806         * src/gtk/gtksctree.c
3807                 Remove useless code
3808
3809 2006-05-25 [colin]      2.2.0cvs56
3810
3811         * src/common/ssl_certificate.c
3812                 Fix leak in expired cert check
3813
3814 2006-05-25 [colin]      2.2.0cvs55
3815
3816         * src/mh.c
3817                 Disable flags syncing on .mh_sequences - it
3818                 is buggy and marks mails read under unknown
3819                 conditions.
3820
3821 2006-05-25 [paul]
3822
3823         * 2.3.0-rc4 released
3824
3825 2006-05-24 [colin]      2.2.0cvs54
3826
3827         attention cvs users: if you manage to crash
3828         Sylpheed-Claws while moving, copying or deleting
3829         mails, we *are* interested in stack traces and
3830         valgrind logs. It looks stable, but one never
3831         knows...
3832
3833         * src/folder.c
3834                 Add progressbar for cache updates
3835         * src/folderutils.c
3836                 Optimize Mark all read in the current
3837                 folder
3838         * src/mh.c
3839                 Add progressbar for copy/move
3840         * src/procmsg.c
3841                 Optimize O(n^2) in copy/move
3842         * src/summaryview.c
3843         * src/gtk/gtksctree.c
3844                 Optimize O(n^2) algos
3845         * src/common/timing.h
3846                 Display ms instead of us
3847
3848 2006-05-24 [wwp]        2.2.0cvs53
3849
3850         * manual/fr/advanced.xml
3851                 updates to the French manual.
3852
3853 2006-05-24 [wwp]        2.2.0cvs52
3854
3855         * src/common/utils.c
3856                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3857
3858 2006-05-24 [wwp]        2.2.0cvs51
3859
3860         * src/folderutils.c
3861                 fixed "mark all read" in MH folders (thanks to Colin).
3862
3863 2006-05-24 [paul]       2.2.0cvs50
3864
3865         * doc/man/sylpheed-claws.1
3866                 updated the man page
3867
3868 2006-05-23 [colin]      2.2.0cvs49
3869
3870         * src/folderview.c
3871         * src/imap.c
3872         * src/inc.c
3873         * src/mbox.c
3874         * src/messageview.c
3875         * src/news.c
3876         * src/send_message.c
3877         * src/summaryview.c
3878         * src/gtk/sslcertwindow.c
3879                 alertpanel fixes, by Fabien
3880
3881 2006-05-23 [colin]      2.2.0cvs48
3882
3883         * src/folder.c
3884         * src/folderview.c
3885         * src/msgcache.c
3886         * src/summaryview.c
3887         * src/gtk/gtksctree.c
3888         * src/gtk/gtksctree.h
3889                 More timings
3890                 Fix slow loading problem, which was caused by the
3891                 use of some gtk_ctree funcs and their use of
3892                 g_list_position while gtk_ctree_(un)link'ing.
3893                 Reap more functions from gtkctree.c to be sure we
3894                 use our (fast) version instead of theirs.
3895         * src/mh.c
3896                 Fix copy of unread mails
3897
3898
3899 2006-05-22 [wwp]        2.2.0cvs47
3900
3901         * manual/fr/advanced.xml
3902                 updated.
3903
3904 2006-05-22 [colin]      2.2.0cvs46
3905
3906         * src/filtering.c
3907                 Fix possible infinite loop. 'copy' is not a 
3908                 final action, so when encountering a 'copy',
3909                 we have to check if a previous one was set
3910                 and do it. In the same way, if we encounter
3911                 a 'move' we have to perform a possibly 
3912                 pending 'copy'. This will slow down filtering
3913                 on IMAP if move+copy or multiple copy actions
3914                 are to be done, but handling it via the batch
3915                 would be really too convoluted.
3916
3917 2006-05-22 [wwp]        2.2.0cvs45
3918
3919         * manual/fr/advanced.xml
3920         * manual/fr/faq.xml
3921         * manual/fr/glossary.xml
3922         * manual/fr/handling.xml
3923         * manual/fr/intro.xml
3924         * manual/fr/plugins.xml
3925         * manual/fr/sylpheed-claws-manual.xml
3926                 sync w/ the english manual: updates URIs, documented mailing-list
3927                 support, better explanation about the enabled/disabled feature
3928                 in filtering/processing rules by Paul.
3929
3930 2006-05-21 [colin]      2.2.0cvs44
3931
3932         * src/summaryview.c
3933                 Don't expand after building threads, but during
3934
3935 2006-05-21 [colin]      2.2.0cvs43
3936
3937         * src/procmsg.c
3938         * src/summaryview.c
3939                 More timing possibilities... For next time I have 
3940                 to find out how the hell some 3GHz computer takes
3941                 one minute to open a 30k folder...
3942
3943 2006-05-21 [colin]      2.2.0cvs42
3944
3945         * manual/pl/advanced.xml
3946         * manual/pl/faq.xml
3947         * manual/pl/glossary.xml
3948         * manual/pl/handling.xml
3949         * manual/pl/intro.xml
3950         * manual/pl/plugins.xml
3951         * manual/pl/sylpheed-claws-manual.xml
3952                 Polish manual updated by Pawel
3953
3954 2006-05-20 [colin]
3955
3956         * 2.3.0-rc3 released
3957
3958 2006-05-20 [colin]      2.2.0cvs41
3959
3960         * src/imap.c
3961                 Fix -rc2 problems:
3962                 - remove cache of moved messages from original folder
3963                 - apply new flags to messages even if they aren't appliable
3964                   via IMAP.
3965
3966 2006-05-20 [colin]
3967
3968         * 2.3.0-rc2 released
3969
3970 2006-05-19 [colin]      2.2.0cvs40
3971
3972         * src/imap.c
3973                 Don't issue SELECT in imap_change_flags
3974                 before having checked that we indeed have
3975                 some flags to change. MSG_POSTFILTERED for
3976                 example can't be used on IMAP.
3977                 Fixes bug #955 (copying messages between 
3978                 imap folders is extremely slow), which was
3979                 a regression.
3980
3981 2006-05-19 [colin]      2.2.0cvs39
3982
3983         * src/folder.c
3984         * src/folder.h
3985         * src/folderview.c
3986                 Try to fix bug #830 (Some unread messages 
3987                 get marked read in IMAP inbox):
3988                 - Prevent scanning a folder if it's being 
3989                   opened via the GUI
3990                 - Postpone opening via the GUI of a folder
3991                   currently scanned.
3992
3993
3994 2006-05-19 [wwp]        2.2.0cvs38
3995
3996         * manual/advanced.xml
3997                 fix English+typo (thanks to Paul).
3998
3999 2006-05-19 [wwp]        2.2.0cvs37
4000
4001         * manual/advanced.xml
4002         * manual/fr/advanced.xml
4003         * src/gtk/logwindow.c
4004         * src/prefs_common.c
4005         * src/prefs_common.h
4006                 added hidden prefs to allow customization of colors used in
4007                 protocol log window (useful for dark gtk+ themes).
4008
4009 2006-05-19 [wwp]        2.2.0cvs36
4010
4011         * ChangeLog
4012                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
4013
4014 2006-05-19 [paul]       2.2.0cvs35
4015
4016         * src/textview.c
4017                 make Reply-To fully clickable
4018         * src/gtk/logwindow.c
4019                 more colouring (SMTP ESMTP)
4020         Both patches by Pawel Pekala
4021
4022 2006-05-19 [cleroy]     2.2.0cvs34
4023
4024         * src/mh.c
4025                 Don't update flags from current folder
4026                 Probably fixes bug #935 (Read Messages 
4027                 Revert to Being Marked as Unread)
4028
4029 2006-05-18 [colin]      2.2.0cvs33
4030
4031         * src/imap.c
4032                 Warning fix
4033         * src/compose.c
4034         * src/mainwindow.c
4035         * src/summaryview.c
4036         * src/toolbar.c
4037                 Allow replying to multiple emails
4038                 in multiple windows
4039         * src/mimeview.c
4040         * src/etpan/imap-thread.c
4041                 Leak fixes
4042
4043 2006-05-18 [paul]       2.2.0cvs32
4044
4045         * src/summaryview.c
4046                 keep Mailing-List menu refreshed
4047                 Thanks to Colin
4048
4049 2006-05-18 [paul]       2.2.0cvs31
4050
4051         * manual/advanced.xml
4052         * manual/faq.xml
4053         * manual/glossary.xml
4054         * manual/handling.xml
4055         * manual/intro.xml
4056         * manual/plugins.xml
4057         * manual/sylpheed-claws-manual.xml
4058                 update URLs
4059                 add info about mailing-list support
4060                 edit filtering info
4061         * src/wizard.c
4062         * src/common/defs.h
4063         * src/gtk/about.c
4064         * src/plugins/dillo_viewer/README
4065                 update URLs
4066
4067 2006-05-17 [wwp]        2.2.0cvs30
4068
4069         * manual/handling.xml
4070         * manual/fr/handling.xml
4071                 documented the ability to enabled/disable filtering/processing rules.
4072
4073 2006-05-17 [colin]      2.2.0cvs29
4074
4075         * src/main.c
4076                 Don't initialize g_thread subsystem if it's 
4077                 already done (thanks to Hiro)
4078         * src/mimeview.c
4079                 Fix saving of parts when there name can't be
4080                 converted from UTF-8.
4081
4082 2006-05-17 [paul]       2.2.0cvs28
4083
4084         * po/Makefile.in.in
4085                 fix config.status warning with autoconf 2.60
4086
4087 2006-05-17 [paul]       2.2.0cvs27
4088
4089         * po/POTFILES.in
4090                 add src/mbox.c
4091
4092 2006-05-17 [wwp]        2.2.0cvs26
4093
4094         * src/mainwindow.c
4095                 fix useless and potentially dangerous buffer walking (thanks to Colin).
4096
4097 2006-05-17 [wwp]        2.2.0cvs25
4098
4099         * src/plugins/demo/demo.c
4100                 updated product name in plugin demo (many plugins need to be
4101                 sync'ed w/ that change).
4102
4103 2006-05-17 [colin]      2.2.0cvs24
4104
4105         * src/mh.c
4106                 Fix leak
4107
4108 2006-05-16 [colin]      2.2.0cvs23
4109
4110         * src/mainwindow.c
4111                 Stupid me hit again. Fix cvs22.
4112
4113 2006-05-16 [colin]      2.2.0cvs22
4114
4115         * src/mainwindow.c
4116                 Fix bug #922 (sylpheed-claws crashed after 
4117                 pushing on Inbox folder)
4118
4119 2006-05-16 [colin]      2.2.0cvs21
4120
4121         * src/compose.c
4122                 Make From header be copy/paste/select-able
4123
4124 2006-05-16 [wwp]        2.2.0cvs20
4125
4126         * src/export.c
4127         * src/matcher.c
4128         * src/summaryview.c
4129         * src/etpan/imap-thread.c
4130                 fix some compiler warnings (thanks to Colin).
4131
4132 2006-05-16 [wwp]        2.2.0cvs19
4133
4134         * src/action.c
4135         * src/gedit-print.c
4136         * src/inc.c
4137         * src/mainwindow.c
4138         * src/mh.c
4139         * src/statusbar.c
4140         * src/send_message.c
4141         * src/summaryview.c
4142                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
4143
4144 2006-05-15 [colin]      2.2.0cvs18
4145
4146         * src/procmsg.c
4147                 Fix automatic rule creation with List-Post
4148
4149 2006-05-15 [paul]       2.2.0cvs17
4150
4151         * tools/filter_conv_new.pl
4152                 updated for rule enabling/disabling
4153                 claws version >= 2.3.x required
4154
4155 2006-05-15 [cleroy]     2.2.0cvs16
4156
4157         * src/main.c
4158                 Revert test
4159
4160 2006-05-15 [cleroy]     2.2.0cvs15
4161
4162         * src/main.c
4163                 test
4164
4165 2006-05-15 [wwp]        2.2.0cvs14
4166
4167         * manual/pl/.cvsignore
4168                 ignore generated files.
4169
4170 2006-05-14 [wwp]        2.3.0-rc1
4171
4172         * 2.3.0-rc1 released
4173
4174 2006-05-13 [wwp]        2.2.0cvs13
4175
4176         * src/filtering.c
4177         * src/filtering.h
4178         * src/matcher.c
4179         * src/matcher_parser_lex.l
4180         * src/matcher_parser_parse.y
4181         * src/prefs_filtering.c
4182                 new feature: provide the ability to disable filtering and processing
4183                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
4184                 adaptations.
4185
4186 2006-05-13 [colin]      2.2.0cvs12
4187
4188         * src/compose.c
4189                 Remove useless if (a) b; else b;
4190                 Thanks to wwp
4191
4192 2006-05-13 [wwp]        2.2.0cvs11
4193
4194         * src/export.c
4195         * src/import.c
4196         * src/mainwindow.c
4197         * src/mbox.c
4198         * src/summaryview.c
4199         * src/summaryview.h
4200                 no more silent failures (or at least less ones) when importing
4201                 or exporting from/to mbox. Also start importing/exporting if
4202                 the necessary info is set.
4203
4204 2006-05-13 [wwp]        2.2.0cvs10
4205
4206         * RELEASE_NOTES
4207                 restored up-to-date release notes.
4208
4209 2006-05-13 [paul]       2.2.0cvs9
4210
4211         * po/nl.po
4212         * po/ru.po
4213                 updated by Tim Dijkstra and Pavlo Bohmat
4214
4215 2006-05-12 [colin]      2.2.0cvs8
4216
4217         * src/gtk/quicksearch.c
4218                 Add "k" as shortcut for "colorlabel". Patch
4219                 by ath42@users.sf.net.
4220
4221 2006-05-12 [paul]       2.2.0cvs7
4222
4223         * src/prefs_common.h
4224         * src/prefs_summaries.c
4225         * src/summaryview.c
4226                 when entering a folder also allow
4227                 going directly to first Marked message
4228
4229 2006-05-12 [paul]       2.2.0cvs6
4230
4231         * src/summaryview.c
4232                 always obey 'confirm before marking all
4233                 mails read' option
4234
4235 2006-05-12 [paul]       2.2.0cvs5
4236
4237         * src/textview.c
4238                 make Sender fully clickable
4239
4240 2006-05-12 [colin]      2.2.0cvs4
4241
4242         * src/compose.c
4243         * src/compose.h
4244                 Let From be editable
4245         * src/main.c
4246         * src/mh.c
4247                 Full support of .mh_sequences' Unseen seq
4248
4249 2006-05-12 [colin]      2.2.0cvs3
4250
4251         * src/folder.c
4252         * src/mainwindow.c
4253         * src/mainwindow.h
4254         * src/messageview.c
4255         * src/prefs_spelling.c
4256         * src/procheader.c
4257         * src/procmsg.c
4258         * src/procmsg.h
4259         * src/summaryview.c
4260         * src/toolbar.c
4261         * src/toolbar.h
4262                 Add contextual menu on Compose toolbar
4263                 button. Fixes bug #944 (Automatic
4264                 addresses not applied when changing account
4265                 from compose window)
4266                 add Mailing List support
4267                 based on the old 0.6.5claws25 patch by
4268                 Melvin Hadasht, with finishing touches
4269                 by Colin
4270                 Fix "ignore thread" when mails are threaded by
4271                 subject (and weren't ignored although appearing
4272                 in the thread).
4273                 GUI rework.
4274                 Both patches by Pawel.
4275
4276 2006-05-08 [paul]       2.2.0cvs2
4277
4278         * src/mainwindow.c
4279         * src/mainwindow.h
4280         * src/messageview.c
4281         * src/procheader.c
4282         * src/procmsg.c
4283         * src/procmsg.h
4284         * src/summaryview.c
4285                 add Mailing List support
4286                 based on the old 0.6.5claws25 patch by 
4287                 Melvin Hadasht, with finishing touches
4288                 by Colin
4289
4290 2006-05-08 [colin]      2.2.0cvs1
4291
4292         * src/mainwindow.c
4293         * src/toolbar.c
4294         * src/toolbar.h
4295                 Add contextual menu on Compose toolbar 
4296                 button. Fixes bug #944 (Automatic 
4297                 addresses not applied when changing account 
4298                 from compose window)
4299
4300 2006-05-08 [paul]       2.2.0
4301
4302         2.2.0 released
4303
4304 2006-05-08 [paul]       2.1.1cvs51
4305
4306         * po/cs.po
4307         * po/de.po
4308         * po/en_GB.po
4309         * po/fi.po
4310         * po/fr.po
4311         * po/pt_BR.po
4312         * po/sr.po
4313         * po/zh_CN.po
4314                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4315                 Fabien Vantard, Frederico Goncalves Guimaraes,
4316                 Aleksandar Urosevic, and Ralgh Young
4317
4318 2006-05-12 [colin]      2.1.1cvs50
4319
4320         * po/cs.po
4321         * po/de.po
4322         * po/en_GB.po
4323         * po/es.po
4324         * po/fi.po
4325         * po/fr.po
4326         * po/pt_BR.po
4327         * po/sr.po
4328         * po/zh_CN.po
4329                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
4330                 Fabien Vantard, Frederico Goncalves Guimaraes,
4331                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
4332
4333 2006-05-05 [colin]      2.1.1cvs49
4334
4335         * manual/Makefile.am
4336         * manual/pl/Makefile.am
4337         * manual/pl/account.xml
4338         * manual/pl/ack.xml
4339         * manual/pl/addrbook.xml
4340         * manual/pl/advanced.xml
4341         * manual/pl/faq.xml
4342         * manual/pl/glossary.xml
4343         * manual/pl/gpl.xml
4344         * manual/pl/handling.xml
4345         * manual/pl/intro.xml
4346         * manual/pl/keyboard.xml
4347         * manual/pl/plugins.xml
4348         * manual/pl/starting.xml
4349         * manual/pl/sylpheed-claws-manual.xml
4350         * manual/pl/dist/.cvsignore
4351         * manual/pl/dist/Makefile.am
4352         * manual/pl/dist/html/.cvsignore
4353         * manual/pl/dist/html/Makefile.am
4354         * manual/pl/dist/pdf/.cvsignore
4355         * manual/pl/dist/pdf/Makefile.am
4356         * manual/pl/dist/ps/.cvsignore
4357         * manual/pl/dist/ps/Makefile.am
4358         * manual/pl/dist/txt/.cvsignore
4359         * manual/pl/dist/txt/Makefile.am
4360                 Add the polish translation of the manual,
4361                 Authored by Pawel Pekala.
4362
4363 2006-05-05 [cleroy]     2.1.1cvs48
4364
4365         * src/main.c
4366                 Re-read matcherrc after loading plugins 
4367                 if some of them add folders.
4368
4369 2006-05-03 [colin]      2.1.1cvs47
4370
4371         * src/imap.c
4372                 I'm idiot
4373
4374 2006-05-03 [colin]      2.1.1cvs46
4375
4376         * src/imap.c
4377                 Be sure to have a session when
4378                 getting separator
4379
4380 2006-05-03 [colin]      2.1.1cvs45
4381
4382         * src/imap.c
4383         * src/imap.h
4384         * src/imap_gtk.c
4385                 Fix preventing renaming with namespace 
4386                 separator.
4387
4388 2006-05-01 [colin]      2.1.1cvs44
4389
4390         * src/action.c
4391                 Don't reload messageview when result of
4392                 action is piped.
4393
4394 2006-04-29 [colin]      2.1.1cvs43
4395
4396         * src/prefs_receive.c
4397         * src/plugins/spamassassin/spamassassin_gtk.c
4398         * src/plugins/clamav/clamav_plugin_gtk.c
4399                 GUI fixes by Pawel
4400
4401 2006-04-29 [colin]      2.1.1cvs42
4402
4403         * src/prefs_compose_writing.c
4404         * src/prefs_quote.c
4405                 Cleanups. Patch by Pawel
4406
4407 2006-04-28 [paul]       2.1.1cvs41
4408
4409         * src/matcher.c
4410                 fix returned quick search results when search
4411                 term contains an underscore.
4412                 Thanks to Colin
4413
4414 2006-04-28 [paul]       2.1.1cvs40
4415
4416         * src/prefs_message.c
4417         * src/prefs_receive.c
4418                 GUI cleanups
4419                 Patches by Pawel Pekala
4420
4421 2006-04-27 [colin]      2.1.1cvs39
4422
4423         * src/wizard.c
4424                 Differentiate subject Welcome from
4425                 window's title Welcome
4426
4427 2006-04-27 [paul]
4428
4429         2.2.0-rc1 released
4430
4431 2006-04-27 [paul]       2.1.1cvs38
4432
4433         * manual/advanced.xml
4434         * manual/fr/advanced.xml
4435                 add info about compose_no_markup hidden pref
4436
4437 2006-04-27 [paul]       2.1.1cvs37
4438
4439         * src/prefs_account.c
4440                 improve privacy labels
4441         * src/prefs_msg_colors.c
4442                 change some strings for translators' convenience
4443         * src/gtk/gtkutils.c
4444                 don't underline the link button text
4445
4446 2006-04-25 [colin]      2.1.1cvs36
4447
4448         * src/folder.c
4449                 Complete 2.1.1cvs33 (once more ;)
4450
4451 2006-04-25 [colin]      2.1.1cvs35
4452
4453         * src/editldap.c
4454                 Fix tooltip
4455
4456 2006-04-25 [cleroy]     2.1.1cvs34
4457
4458         * src/compose.c
4459         * src/gtk/gtkaspell.c
4460                 Fix crash on redirect (related to the return 
4461                 of the aspell menu in compose's toolbar)
4462         * src/prefs_msg_colors.c
4463                 Fix sensitivity widgets
4464         * src/image_viewer.c
4465         * src/gtk/pluginwindow.c
4466         * src/gtk/prefswindow.c
4467                 Change released signals to clicked (Fabien)
4468         * po/POTFILES.in
4469         * src/common/socket.c
4470         * src/plugins/spamassassin/spamassassin.c
4471                 Translate strings (Fabien)
4472
4473 2006-04-25 [paul]       2.1.1cvs33
4474
4475         * src/folder.c
4476         * src/folder.h
4477         * src/folderview.c
4478                 complete the fix of bug #912
4479                 Thanks to Colin
4480
4481 2006-04-25 [colin]      2.1.1cvs32
4482
4483         * src/news.c
4484                 Better progress bar
4485         * src/mimeview.c
4486         * src/summaryview.c
4487         * src/summaryview.h
4488                 Fix focus chain
4489                 Patches by Pawel Pekala
4490
4491 2006-04-24 [colin]      2.1.1cvs31
4492
4493         * src/compose.c
4494                 Fix compilation warnings (Fabien)
4495
4496 2006-04-24 [colin]      2.1.1cvs30
4497
4498         * src/addrindex.c
4499         * src/editldap.c
4500         * src/editldap_basedn.c
4501         * src/editldap_basedn.h
4502         * src/ldapctrl.c
4503         * src/ldapctrl.h
4504         * src/ldapquery.c
4505         * src/ldaputil.c
4506         * src/ldaputil.h
4507                 Fix bug #901 (LDAPS support)
4508
4509 2006-04-24 [colin]      2.1.1cvs29
4510
4511         * src/compose.c
4512                 Fix logic on error with send dialog on
4513         * src/imap.c
4514                 Fix compilation without libetpan, thanks
4515                 to Fabien
4516         * src/summaryview.c
4517                 Fix 'context-menu' key
4518
4519 2006-04-23 [colin]      2.1.1cvs28
4520
4521         * src/folder.c
4522                 Never free current's cache to free up 
4523                 memory. Fixes bug #912 (new count 
4524                 randomly set to message count)
4525
4526 2006-04-23 [colin]      2.1.1cvs27
4527
4528         * src/gtk/quicksearch.c
4529                 And remove printf...
4530
4531 2006-04-23 [colin]      2.1.1cvs26
4532
4533         * src/gtk/quicksearch.c
4534                 Fix replacing in quicksearch, and fix inserting
4535                 in the middle of the string. (introduced at 2.1.0cvs22)
4536
4537 2006-04-23 [colin]      2.1.1cvs25
4538
4539         * src/imap.c
4540                 Make sure uidnext is initialized in get_num_list
4541                 (not for stable, related to 2.1.1cvs8 and friends)
4542
4543 2006-04-23 [colin]      2.1.1cvs24
4544
4545         * src/imap.c
4546                 Output something when login is successful
4547                 too
4548
4549 2006-04-23 [colin]      2.1.1cvs23
4550
4551         * src/etpan/imap-thread.c
4552                 Better logging (line-per-line, hide data in fetch)
4553                 Fix a const warning
4554         * src/gtk/logwindow.c
4555         * src/gtk/logwindow.h
4556                 Better logging (color for input/output)
4557
4558 2006-04-21 [colin]      2.1.1cvs22
4559
4560         * src/gtk/quicksearch.c
4561                 On gtk+-2.8, use stock buttons in quicksearch
4562                 Based on a patch by Fabien and a design by Paul
4563
4564 2006-04-21 [colin]      2.1.1cvs21
4565
4566         * src/folderview.c
4567         * src/mainwindow.c
4568                 Fix occasional flicker in folderview
4569         * src/common/utils.c
4570                 Fix bug #943 (Incorrectly parsed email address 
4571                 list in short headers on message view and in 
4572                 printouts)
4573
4574 2006-04-20 [colin]      2.1.1cvs20
4575
4576         * src/imap.c
4577         * src/imap.h
4578         * src/prefs_account.c
4579                 Add ANONYMOUS auth for IMAP
4580
4581 2006-04-20 [paul]       2.1.1cvs19
4582
4583         * src/main.c
4584                 proper fix for 2.1.1cvs18
4585                 Thanks to Colin
4586
4587 2006-04-20 [paul]       2.1.1cvs18
4588
4589         * src/main.c
4590                 fix build warnings
4591
4592 2006-04-20 [paul]       2.1.1cvs17
4593
4594         * src/gtk/quicksearch.c
4595                 fix standard, non-extended Quick search,
4596                 was broken in 2.1.1cvs15.
4597                 Thanks to Colin.
4598
4599 2006-04-20 [colin]      2.1.1cvs16
4600
4601         * src/prefs_matcher.c
4602                 Fix values when reselecting a ~test
4603                 rule
4604
4605 2006-04-19 [colin]      2.1.1cvs15
4606
4607         * src/compose.c
4608         * src/compose.h
4609         * src/gtk/gtkaspell.c
4610         * src/gtk/gtkaspell.h
4611                 Put back Options menu in Spelling/
4612         * src/gtk/quicksearch.c
4613                 Don't search, and show error, if the
4614                 advanced search has a syntax error
4615
4616 2006-04-18 [colin]      2.1.1cvs14
4617
4618         * src/textview.c
4619                 Fix gdk warnings on set_cursor when textview
4620                 isn't visible
4621
4622 2006-04-18 [colin]      2.1.1cvs13
4623
4624         * src/gtk/gtksctree.c
4625                 Remove seemingly useless refresh that causes
4626                 flicker - watch this commit in case of 
4627                 problems before planned backport to stable
4628
4629 2006-04-18 [colin]      2.1.1cvs12
4630
4631         * src/imap.c
4632                 Factorize get/set_xml code
4633         * src/compose.c
4634         * src/prefs_account.c
4635         * src/prefs_account.h
4636         * src/procmsg.c
4637                 Add Encrypt to self option
4638
4639 2006-04-17 [colin]      2.1.1cvs11
4640
4641         * configure.ac
4642                 Fix search on encrpyt function on dragonfly
4643                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4644
4645 2006-04-17 [colin]      2.1.1cvs10
4646
4647         * src/prefs_account.c
4648                 Be safe by default: remove mails from POP3
4649                 after 7 days, not immediately
4650
4651 2006-04-17 [colin]      2.1.1cvs9
4652
4653         * src/etpan/imap-thread.c
4654                 Fix build on DragonFly - patch by 
4655                 Jonathan Buschmann <jonthn@agmact.com>
4656
4657 2006-04-17 [colin]      2.1.1cvs8
4658
4659         * src/imap.c
4660                 Save uidnext between sessions
4661
4662 2006-04-17 [colin]      2.1.1cvs7
4663
4664         * src/imap.c
4665                 scan is required when uid validity changes
4666
4667 2006-04-17 [colin]      2.1.1cvs6
4668
4669         * src/folderview.c
4670                 Don't scan if not necessary, apart in current
4671                 folder and INBOX to fetch flags.
4672         * src/imap.c
4673                 Scan is necessary if unread count changes
4674
4675 2006-04-17 [colin]      2.1.1cvs5
4676
4677         * src/imap.c
4678                 ...But always fetch ANSWERED and DELETED flags for
4679                 INBOX, as filtering can happen on these flags.
4680
4681 2006-04-17 [colin]      2.1.1cvs4
4682
4683         * src/imap.c
4684                 Don't fetch REPLIED and DELETED flags when synchronising
4685                 flags with a closed folder. We only need UNSEEN and FLAGGED
4686                 to update the folderview.
4687
4688 2006-04-17 [colin]      2.1.1cvs3
4689
4690         * src/imap.c
4691                 Faster flag search when there are new mails 
4692                 in a folder. We can do a full search if the 
4693                 folder contains less messages than the new
4694                 list.
4695
4696 2006-04-17 [colin]      2.1.1cvs2
4697
4698         * po/cs.po
4699         * po/de.po
4700         * po/fr.po
4701         * po/nl.po
4702         * po/pt_BR.po
4703                 Update translations from stable branch
4704
4705 2006-04-17 [colin]      2.1.1cvs1
4706
4707         * configure.ac
4708                 Bump version to follow stable release
4709
4710 2006-04-16 [mones]      2.1.0cvs50
4711
4712         * po/es.po
4713                 Updated for release
4714
4715 2006-04-16 [colin]      2.1.0cvs49
4716
4717         * src/textview.c
4718                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4719                 with gtk < 2.8. Thanks to Fabien Vantard.
4720
4721 2006-04-15 [colin]      2.1.0cvs48
4722
4723         * src/etpan/imap-thread.c
4724                 Fix bug #919 (libetpan: SEGV when connecting 
4725                 using command)
4726
4727 2006-04-14 [colin]      2.1.0cvs47
4728
4729         * src/main.c
4730                 Fix race on --select (should be done better)
4731
4732 2006-04-14 [wwp]        2.1.0cvs46
4733
4734         * src/send_message.c
4735                 enforce a check for domain in account prefs (a sending
4736                 error could be faced if domain was checked but no value set),
4737                 thanks to Colin.
4738
4739 2006-04-14 [colin]      2.1.0cvs45
4740
4741         * src/codeconv.c
4742                 when converting from unknown to unknown, if the
4743                 string is UTF8, don't convert it to the locale
4744                 (which breaks it)
4745
4746 2006-04-14 [colin]      2.1.0cvs44
4747
4748         * src/compose.c
4749                 Don't try to use ASCII for converting headers
4750                 (as done in body)
4751
4752 2006-04-14 [paul]       2.1.0cvs43
4753
4754         * src/crash.c
4755                 add locale/charset info to crash report
4756         * src/gtk/about.c
4757                 add wwp to doc team
4758                 replace 'e-mail' with preferred 'email'
4759         * src/gtk/authors.h
4760                 ensure contributors list is in alphabetical
4761                 order
4762
4763 2006-04-13 [colin]      2.1.0cvs42
4764
4765         * src/textview.c
4766                 Prevent gdk warnings
4767
4768 2006-04-13 [colin]      2.1.0cvs41
4769
4770         * src/common/ssl_certificate.c
4771         * src/common/ssl_certificate.h
4772         * src/gtk/sslcertwindow.c
4773                 Warn on expired certs, and display the expiration date
4774
4775 2006-04-13 [colin]      2.1.0cvs40
4776
4777         * src/plugins/spamassassin/spamassassin_gtk.c
4778                 Fix missing set_text on unix socket
4779
4780 2006-04-13 [wwp]        2.1.0cvs39
4781
4782         * manual/fr/advanced.xml
4783         * manual/fr/glossary.xml
4784                 applied new spam/ham/email lexicon (pourriel, courriel)
4785
4786 2006-04-13 [paul]       2.1.0cvs38
4787
4788         * src/plugins/pgpmime/plugin.c
4789                 remove the mention of S/MIME from the
4790                 description. This is now handled by the
4791                 S/MIME plugin.
4792
4793 2006-04-13 [paul]       2.1.0cvs37
4794
4795         * src/prefs_msg_colors.c
4796                 rework dialog
4797         * src/prefs_folder_item.c
4798         * src/prefs_spelling.c
4799                 add a tooltip to the colour selector buttons
4800
4801 2006-04-13 [wwp]        2.1.0cvs36
4802
4803         * manual/advanced.xml
4804         * manual/glossary.xml
4805         * manual/handling.xml
4806         * manual/keyboard.xml
4807         * manual/plugins.xml
4808         * manual/starting.xml
4809         * manual/fr/account.xml
4810         * manual/fr/ack.xml
4811         * manual/fr/addrbook.xml
4812         * manual/fr/advanced.xml
4813         * manual/fr/faq.xml
4814         * manual/fr/glossary.xml
4815         * manual/fr/gpl.xml
4816         * manual/fr/handling.xml
4817         * manual/fr/intro.xml
4818         * manual/fr/keyboard.xml
4819         * manual/fr/plugins.xml
4820         * manual/fr/starting.xml
4821         * manual/fr/sylpheed-claws-manual.xml
4822                 fixes to the manuals:
4823                  - summaryview -> Message List (same in French)
4824                  - translate key names
4825                  - fix French punctuation, use non-breakable spaces when
4826                    necessary, don't use &thinsp; which is not portable
4827                  - tell what maildir and mbox formats we support
4828
4829 2006-04-12 [wwp]        2.1.0cvs35
4830
4831         * src/prefs_toolbar.c
4832                 unified a replace button more,
4833                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4834
4835 2006-04-12 [wwp]        2.1.0cvs34
4836
4837         * src/prefs_common.c
4838         * src/prefs_msg_colors.c
4839                 make default color labels translatable,
4840                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4841                 thanks to Tim <timbrain@post.cz> for reporting.
4842
4843 2006-04-12 [wwp]        2.1.0cvs33
4844
4845         * manual/glossary.xml
4846         * manual/intro.xml
4847         * manual/plugins.xml
4848         * manual/starting.xml
4849         * manual/sylpheed-claws-manual.xml
4850         * manual/fr/.cvsignore
4851         * manual/fr/account.xml
4852         * manual/fr/ack.xml
4853         * manual/fr/addrbook.xml
4854         * manual/fr/advanced.xml
4855         * manual/fr/faq.xml
4856         * manual/fr/glossary.xml
4857         * manual/fr/handling.xml
4858         * manual/fr/intro.xml
4859         * manual/fr/keyboard.xml
4860         * manual/fr/plugins.xml
4861         * manual/fr/starting.xml
4862         * manual/fr/sylpheed-claws-manual.xml
4863                 various fixes: typos, missing .fr translations, punctuation,
4864                 capitalization, links, accents and some bad French more.
4865
4866 2006-04-12 [wwp]        2.1.0cvs32
4867
4868         * src/prefs_gtk.c
4869                 fix for bug #935: always store prefs files in UTF-8 (thanks
4870                 to Colin).
4871
4872 2006-04-11 [colin]      2.1.0cvs31
4873
4874         * src/compose.c
4875                 Fix inserting files not in utf8 when locale is utf8
4876
4877 2006-04-11 [colin]      2.1.0cvs30
4878
4879         * src/inc.c
4880                 Don't show error dialog when cancelling connection
4881                 Patch by Pawel
4882
4883 2006-04-11 [cleroy]     2.1.0cvs29
4884
4885         * src/compose.c
4886                 Implement multiple quote levels
4887         * src/prefs_common.c
4888                 Change a little bit the quote bgcolor for 2nd level
4889
4890 2006-04-11 [colin]      2.1.0cvs28
4891
4892         * src/gtk/about.c
4893                 Add locale and charset in the label
4894
4895 2006-04-10 [colin]      2.1.0cvs27
4896
4897         * src/compose.c
4898         * src/prefs_common.c
4899         * src/prefs_common.h
4900         * src/prefs_msg_colors.c
4901         * src/textview.c
4902                 Allow optional background color in quotes
4903                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4904                 GTK+-2.8.x feature
4905
4906 2006-04-10 [colin]      2.1.0cvs26
4907
4908         * src/main.c
4909         * src/mainwindow.c
4910         * src/mainwindow.h
4911                 Implement --select
4912
4913 2006-04-10 [colin]      2.1.0cvs25
4914
4915         * manual/plugins.xml
4916         * manual/fr/plugins.xml
4917                 Document libcurl's proxy variables
4918
4919 2006-04-09 [colin]      2.1.0cvs24
4920
4921         * src/prefs_common.c
4922                 gettext() returns statically allocated stuff. We have
4923                 to strdup it in order to be able to free it.
4924
4925 2006-04-09 [colin]      2.1.0cvs23
4926
4927         * AUTHORS
4928         * src/gtk/authors.h
4929                 Add Alexei
4930
4931 2006-04-09 [colin]      2.1.0cvs22
4932
4933         * src/mainwindow.c
4934         * src/gtk/quicksearch.c
4935                 Fix bug #859 (problems with cyrilic input in 
4936                 search panel) - Patch by Alexey Illarionov 
4937                 <littlesavage@rambler.ru>
4938
4939 2006-04-09 [colin]      2.1.0cvs21
4940
4941         * src/prefs_customheader.c
4942                 I prefer removing then freeing rather than the contrary
4943                 (even if it doesn't change anything ;-)
4944         * src/prefs_account.c
4945                 Fix bug #933 (Crash re-entering the custom headers list 
4946                 dialog in accounts prefs)
4947                 The problem happened when cancelling the Account 
4948                 Preferences' dialogs - in which case we didn't do 
4949                 anything to the PrefsAccount * struct. In case of applying,
4950                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4951                 working with in this dialog. The problem is that 
4952                 prefs_customheader.c, working on this tmp_ac_prefs, always
4953                 changes the ->customhdr_list pointer, even when cancelled. 
4954                 So in case of cancelling the prefs_account dialog, we still
4955                 have to update ->customhdr_list in the real account.
4956
4957 2006-04-08 [colin]      2.1.0cvs20
4958
4959         * manual/fr/glossary.xml
4960         * manual/fr/keyboard.xml
4961                 Forgot some headers :)
4962
4963 2006-04-08 [colin]      2.1.0cvs19
4964
4965         * manual/Makefile.am
4966         * manual/fr/Makefile.am
4967         * manual/fr/account.xml
4968         * manual/fr/ack.xml
4969         * manual/fr/addrbook.xml
4970         * manual/fr/advanced.xml
4971         * manual/fr/faq.xml
4972         * manual/fr/glossary.xml
4973         * manual/fr/gpl.xml
4974         * manual/fr/handling.xml
4975         * manual/fr/intro.xml
4976         * manual/fr/keyboard.xml
4977         * manual/fr/plugins.xml
4978         * manual/fr/starting.xml
4979         * manual/fr/sylpheed-claws-manual.xml
4980         * manual/fr/dist/.cvsignore
4981         * manual/fr/dist/Makefile.am
4982         * manual/fr/dist/html/.cvsignore
4983         * manual/fr/dist/html/Makefile.am
4984         * manual/fr/dist/pdf/.cvsignore
4985         * manual/fr/dist/pdf/Makefile.am
4986         * manual/fr/dist/ps/.cvsignore
4987         * manual/fr/dist/ps/Makefile.am
4988         * manual/fr/dist/txt/.cvsignore
4989         * manual/fr/dist/txt/Makefile.am
4990                 Add the french translation of the manual. Thanks to
4991                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4992                 account.xml, ack.xml, addrbook.xml and advanced.xml
4993
4994 2006-04-08 [colin]      2.1.0cvs18
4995
4996         * manual/plugins.xml
4997         * manual/starting.xml
4998                 More fixes
4999
5000 2006-04-07 [colin]      2.1.0cvs17
5001
5002         * manual/faq.xml
5003         * manual/intro.xml
5004         * manual/keyboard.xml
5005                 Little fixes
5006
5007 2006-04-07 [colin]      2.1.0cvs16
5008
5009         * README
5010         * src/compose.c
5011         * src/prefs_common.c
5012         * src/prefs_common.h
5013                 Add hidden compose_no_markup pref
5014
5015 2006-04-07 [wwp]        2.1.0cvs15
5016
5017         * src/summary_search.c
5018         * .cvsignore
5019                 Bugfix: stop button was sticky when searching in an empty folder.
5020                 Applied curly brackets code style to the whole file (summary_search.c).
5021                 More files to ignore.
5022
5023 2006-04-07 [wwp]        2.1.0cvs14
5024
5025         * src/message_search.c
5026         * src/summary_search.c
5027                 changed default button when search bumps at file/folder
5028                 beginning or end, for convenience (thanks to Colin).
5029
5030 2006-04-07 [paul]       2.1.0cvs13
5031
5032         * src/plugins/dillo_viewer/dillo_prefs.c
5033                 avoid future potential for namespace collision
5034                 Patch by Colin
5035
5036 2006-04-06 [wwp]        2.1.0cvs12
5037
5038         * src/summary_search.c
5039                 Unify extended/advanced searches names (and thus factorize labels),
5040                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5041
5042 2006-04-06 [wwp]        2.1.0cvs11
5043
5044         * src/folderview.c
5045         * src/prefs_themes.c
5046         * src/summaryview.c
5047                 Fixed some compilation warnings.
5048
5049 2006-04-06 [colin]      2.1.0cvs10
5050
5051         * manual/advanced.xml
5052                 Document the wizard template and how to deploy
5053                 Sylpheed-Claws effectively
5054
5055 2006-04-06 [colin]      2.1.0cvs9
5056
5057         * src/folderview.c
5058                 gettext patch to tell translators about _("#"),
5059                 by Maxim Britov
5060
5061 2006-04-06 [colin]      2.1.0cvs8
5062
5063         * src/textview.c
5064                 Fix invalid GtkTextBIter after clicking "Display as text"
5065
5066 2006-04-06 [mones]      2.1.0cvs7
5067
5068         * src/addr_compl.c
5069         * src/addrindex.c
5070         * src/addritem.c
5071         * src/codeconv.c
5072         * src/compose.c
5073         * src/filtering.c
5074         * src/folder.c
5075         * src/folder_item_prefs.c
5076         * src/folderview.c
5077         * src/localfolder.c
5078         * src/matcher.c
5079         * src/mimeview.c
5080         * src/prefs_msg_colors.c
5081         * src/prefs_spelling.c
5082         * src/prefs_themes.c
5083         * src/procmime.c
5084         * src/procmsg.c
5085         * src/stock_pixmap.c
5086         * src/summaryview.c
5087         * src/textview.c
5088         * src/toolbar.c
5089         * src/common/mgutils.c
5090         * src/common/prefs.c
5091         * src/common/ssl_certificate.c
5092         * src/gtk/colorlabel.c
5093         * src/gtk/quicksearch.c
5094         * src/plugins/pgpmime/pgpmime.c
5095         * src/plugins/spamassassin/spamassassin.c
5096                 Removed redundant NULL checks for g_free() calls.
5097                 Patch by Pawel Pekala.
5098
5099 2006-04-06 [mones]      2.1.0cvs6
5100
5101         * src/prefs_actions.c
5102         * src/prefs_filtering.c
5103         * src/prefs_filtering_action.c
5104         * src/prefs_matcher.c
5105         * src/prefs_template.c
5106         * src/gtk/gtkutils.c
5107         * src/gtk/gtkutils.h
5108                 Have a nice replace button. Patch by Pawel Pekala
5109
5110 2006-04-06 [colin]      2.1.0cvs5
5111
5112         * src/addressbook.c
5113                 Fix crash with empty columns
5114
5115 2006-04-05 [colin]      2.1.0cvs4
5116
5117         * src/wizard.c
5118         * src/prefs_gtk.c
5119                 Allow wizard customization with pre-filled values
5120
5121 2006-04-05 [colin]      2.1.0cvs3
5122
5123         * src/textview.c
5124         * src/mimeview.c
5125         * src/mimeview.h
5126                 Nicer messages in mimeview
5127
5128 2006-04-05 [colin]      2.1.0cvs2
5129
5130         * src/addressbook.c
5131         * src/prefs_summaries.c
5132                 i18n fix
5133
5134 2006-04-05 [colin]      2.1.0cvs1
5135
5136         * src/plugins/pgpcore/plugin.c
5137         * src/plugins/pgpcore/select-keys.c
5138         * src/plugins/pgpcore/select-keys.h
5139         * src/plugins/pgpcore/sgpgme.c
5140         * src/plugins/pgpcore/sgpgme.h
5141         * src/plugins/pgpinline/pgpinline.c
5142         * src/plugins/pgpinline/plugin.c
5143         * src/plugins/pgpmime/pgpmime.c
5144         * src/plugins/pgpmime/plugin.c
5145                 Factorize and generalize a bit 
5146                 Drop S/MIME signature verification from PGP/MIME
5147                 (adding it as another, more complete plugin)
5148
5149 2006-04-05 [paul]       2.1.0
5150
5151         2.1.0 released
5152
5153 2006-04-05 [paul]       2.0.0cvs186
5154
5155         * manual/advanced.xml
5156                 add info on colour labels
5157
5158 2006-04-05 [paul]       2.0.0cvs185
5159
5160         * po/bg.po
5161         * po/cs.po
5162         * po/de.po
5163         * po/el.po
5164         * po/en_GB.po
5165         * po/fi.po
5166         * po/fr.po
5167         * po/it.po
5168         * po/nl.po
5169         * po/pl.po
5170         * po/pt_BR.po
5171         * po/sr.po
5172         * po/zh_CN.po
5173                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
5174                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
5175                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
5176                 Guimaraes, Aleksandar Urosevic, Ralgh Young
5177         * src/gtk/authors.h
5178         * tools/claws.i18n.status.pl
5179                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
5180                 and new Czech translator, Tim <timbrain@post.cz>
5181
5182 2006-04-05 [mones]      2.0.0cvs184
5183
5184         * po/es.po
5185                 Updated translation
5186
5187 2006-04-05 [colin]      2.0.0cvs183
5188
5189         * src/gtk/quicksearch.c
5190                 Fix bug #929 (unnecessary reload in quick search bar)
5191
5192 2006-04-05 [colin]      2.0.0cvs182
5193
5194         * src/compose.c
5195                 Fix crash on Reply with no From:
5196                 Show signature and conversion error on queuing 
5197                 (but not sending)
5198         * src/mainwindow.c
5199         * src/summaryview.c
5200         * src/summaryview.h
5201                 Factorize threading code and make sure msginfo 
5202                 is not null when it comes from a GtkCTreeRow's 
5203                 data
5204         * src/gtk/gtkaspell.c
5205                 Check for necessary things
5206         * src/gtk/gtksctree.c
5207         * src/gtk/gtksctree.h
5208                 Reset anchor if necessary when removing node
5209
5210 2006-03-29 [colin]      2.0.0cvs181
5211
5212         * src/folderview.c
5213                 Warn for disabled IMAP accounts (due to lack of
5214                 libetpan). Breaks string-freeze - sorry - but it
5215                 is kind of important ;)
5216
5217 2006-03-28 [colin]      2.0.0cvs180
5218
5219         * src/gtk/gtkutils.c
5220         * src/gtk/gtkutils.h
5221                 Add a gtkut_get_link_btn() function that
5222                 creates a button which acts like an URI
5223         * src/prefs_themes.c
5224         * src/gtk/about.c
5225                 Use this function (factorizes codes)
5226         * src/common/defs.h
5227         * src/gtk/pluginwindow.c
5228                 Add a "Get more..." in the plugins window
5229
5230 2006-03-28 [colin]      2.0.0cvs179
5231
5232         * src/common/smtp.c
5233         * src/common/passcrypt.c
5234         * src/undo.c
5235                 Warning fixes. Patch by Pawel Pekala
5236
5237 2006-03-27 [colin]      2.0.0cvs178
5238
5239         * src/undo.c
5240                 Fix undoing by blocks with spaces
5241
5242 2006-03-27 [colin]      2.0.0cvs177
5243
5244         * src/textview.c
5245                 Set margin to 3px for headers
5246
5247 2006-03-27 [paul]
5248
5249         2.1.0-rc2 released
5250
5251 2006-03-27 [wwp]        2.0.0cvs176
5252
5253         * src/summaryview.c
5254                 don't reset quicksearch when updating the message list.
5255                 Thanks to Colin.
5256
5257 2006-03-26 [wwp]        2.0.0cvs175
5258
5259         * src/compose.c
5260                 use a unified border width ('other' tab in the compose window,
5261                 patch by Pawel Pekala).
5262
5263
5264 2006-03-26 [wwp]        2.0.0cvs174
5265
5266         * src/common/quoted-printable.c
5267         * src/addressbook.c
5268                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
5269
5270 2006-03-26 [colin]      2.0.0cvs173
5271
5272         * src/quote_fmt_parse.y
5273                 Fix non-UTF8 date formats messing up the whole quote a 
5274                 little bit
5275
5276 2006-03-26 [colin]      2.0.0cvs172
5277
5278         * src/procheader.c
5279                 Make sure the date is UTF8 valid, or try to make it
5280                 so. IncrediMail is really IncrediStupid.
5281         * src/compose.c
5282                 Fix possible conversions. 
5283                 
5284
5285 2006-03-26 [colin]      2.0.0cvs171
5286
5287         * src/matcher.c
5288                 Fix corner cases in body search. This is still a
5289                 hack... It seems impossible to make it good and 
5290                 reasonably fast at the same time.
5291
5292 2006-03-26 [colin]      2.0.0cvs170
5293
5294         * src/summaryview.c
5295                 I think I killed the twilight zone bug!
5296                 summary_select_node() flushes GTK events in order
5297                 to be able to center the view. But this also 
5298                 flushes keypresses like Ctrl-Alt-U, so this can
5299                 call summary_show from summary_select_node (itself
5300                 called from summary_show, etc.). And the summaryview
5301                 has to be unlocked in this function. So just locking
5302                 while processing GTK events, and bailing if locked, 
5303                 should fix it.
5304                 Fixes bug #927 (SIGSEGV during Update Summary)
5305
5306 2006-03-25 [colin]      2.0.0cvs169
5307
5308         * src/matcher.c
5309                 Fix search in QP-encoded bodies
5310                 Fix utf-8 searches in bodies encoded in the
5311                 locale's encoding
5312         * src/common/quoted-printable.c
5313         * src/common/quoted-printable.h
5314                 Add a decode function that doesn't overwrite
5315                 the original pointer
5316                 
5317
5318 2006-03-24 [colin]      2.0.0cvs168
5319
5320         * src/action.c
5321         * src/summaryview.c
5322         * src/summaryview.h
5323                 Update message cache after action
5324                 Patch by H. Merijn Brand
5325         * src/prefs_msg_colors.c
5326                 Factorize label 
5327                 Patch by Fabien Vantard
5328         * src/plugins/spamassassin/spamassassin_gtk.c
5329                 Remove useless translation
5330                 Patch by Fabien Vantard
5331
5332 2006-03-23 [colin]      2.0.0cvs167
5333
5334         * src/common/ssl.c
5335                 Let 30 seconds to SSL_connect
5336
5337 2006-03-23 [wwp]        2.0.0cvs166
5338
5339         * src/summaryview.c
5340         * src/gtk/description_window.c
5341                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
5342                 and headers are translated; adjust description windows' width to fit their
5343                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
5344
5345 2006-03-23 [paul]       2.0.0cvs165
5346
5347         * src/common/utils.c
5348                 fix highlighting of URIs containing "()"
5349                 (2.0.0cvs164's reversal fixed)
5350                 Thanks to Colin.
5351
5352 2006-03-23 [paul]       2.0.0cvs164
5353
5354         * src/common/utils.c
5355                 revert patch, (postponing a fix), at 2.0.0cvs120
5356                 as it breaks more URIs than it fixes.
5357                 Allow '-' to be a terminating character in a URI
5358
5359 2006-03-22 [colin]      2.0.0cvs163
5360
5361         * configure.ac
5362                 Require libetpan 0.45
5363                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
5364
5365 2006-03-22 [paul]       2.0.0cvs162
5366
5367         * src/editgroup.c
5368                 replace '<-' and '->' buttons with GTK_STOCK graphical
5369                 buttons
5370         * src/summary_search.c
5371                 don't offer '...' for translation
5372                 add a tooltip to advanced search '...' button
5373         * src/gtk/quicksearch.c
5374                 don't offer '...' for translation
5375
5376 2006-03-21 [colin]      2.0.0cvs161
5377
5378         * src/compose.c
5379                 Fix middle-click pasting (insert at click
5380                 position instead of cursor position, don't
5381                 remove existing selection and allow pasting
5382                 our own selection)
5383         * src/addressbook.c
5384                 "LDAP Server" -> "LDAP servers"
5385
5386 2006-03-21 [wwp]        2.0.0cvs160
5387
5388         * src/etpan/imap-thread.c
5389                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
5390
5391 2006-03-20 [colin]      2.0.0cvs159
5392
5393         * src/summaryview.c
5394                 Don't reload summaryview after an execute with no
5395                 move action
5396
5397 2006-03-19 [colin]      2.0.0cvs158
5398
5399         * src/addressbook.c
5400                 and put groups at the top, always
5401
5402 2006-03-19 [colin]      2.0.0cvs157
5403
5404         * src/addressbook.c
5405                 Order groups before names, as previously
5406
5407 2006-03-19 [colin]      2.0.0cvs156
5408
5409         * src/addressbook.c
5410                 - Sort case-unsensitive
5411                 - Put the sort arrow at opening too
5412
5413 2006-03-19 [wwp]        2.0.0cvs155
5414
5415         * src/addressbook.c
5416                 allow sorting by name/email/remarks, ensure that right-pane's contents
5417                 matches the left-pane selection (cleared when appropriate).
5418                 Patch by Pawel Pekala <c0rn@o2.pl>.
5419
5420 2006-03-18 [colin]      2.0.0cvs154
5421
5422         * src/textview.c
5423                 Fix text cursor ;)
5424
5425 2006-03-18 [colin]      2.0.0cvs153
5426
5427         * src/gtk/filesel.c
5428                 Make sure we hide the preview if we didn't get
5429                 a filename
5430
5431 2006-03-18 [colin]      2.0.0cvs152
5432
5433         * src/summaryview.c
5434                 Set cursor to watch for execution (fixes lack
5435                 of watch-cursor when dnd'ing hundreds of mails)
5436         * src/gtk/filesel.c
5437                 Check that mime type is 'image/*' before updating
5438                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
5439
5440 2006-03-18 [colin]      2.0.0cvs151
5441
5442         * src/mainwindow.c
5443         * src/textview.c
5444         * src/textview.h
5445                 Put a watch cursor in textview too when the mainwindow's
5446                 cursor in a watch
5447
5448 2006-03-18 [colin]      2.0.0cvs150
5449
5450         * src/folder.c
5451                 Change wrong asserts to simple tests
5452
5453 2006-03-17 [colin]      2.0.0cvs149
5454
5455         * src/mainwindow.c
5456         * src/mainwindow.h
5457         * src/prefs_msg_colors.c
5458         * src/summaryview.c
5459         * src/summaryview.h
5460         * src/gtk/colorlabel.c
5461         * src/gtk/colorlabel.h
5462                 Add a color label menu in the main menubar
5463                 Add (fixed) accels Ctrl-{0-7} to change the color
5464                 They have to be fixed because the menu's dynamic,
5465                 the items are complex widgets, hence we can't use
5466                 a GtkItemFactory.
5467
5468
5469 2006-03-17 [wwp]        2.0.0cvs148
5470
5471         * src/compose.c
5472                 rollback few lines from my previous commit (those lines come from
5473                 a pending patch, accidentally commited, even if neutral as they are
5474                 commented out).
5475
5476 2006-03-17 [wwp]        2.0.0cvs147
5477
5478         * src/compose.c
5479                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5480                 applied code style/indentation to the modified function.
5481
5482 2006-03-17 [wwp]        2.0.0cvs146
5483
5484         * src/procmsg.c
5485         * src/compose.c
5486                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5487
5488 2006-03-17 [paul]
5489
5490         2.1.0-rc1 released
5491
5492 2006-03-17 [paul]       2.0.0cvs145
5493
5494         * src/main.c
5495                 addressbook_read_file() was called twice
5496         * src/textview.c
5497                 X-Mailer highlighting
5498
5499 2006-03-16 [colin]      2.0.0cvs144
5500
5501         * src/sourcewindow.c
5502         * src/sourcewindow.h
5503                 And the last one, in source window.
5504
5505 2006-03-16 [colin]      2.0.0cvs143
5506
5507         * src/compose.c
5508         * src/compose.h
5509                 Fix the same stuff in compose
5510
5511 2006-03-16 [colin]      2.0.0cvs142
5512
5513         * src/messageview.c
5514                 Complete the previous messageview crash fix
5515
5516 2006-03-16 [colin]      2.0.0cvs141
5517
5518         * src/procmsg.h
5519         * src/procmsg.c
5520         * src/folder.c
5521                 Fix POSTPROCESSING hook
5522                 Patch by H. Merijn Brand
5523
5524         * src/procmime.c
5525         * src/procmime.h
5526                 Parse Content-Location
5527
5528         * src/toolbar.c
5529         * src/messageview.c
5530         * src/messageview.h
5531                 Don't crash when a top-level MessageView has
5532                 been closed on us. Same problematic than
5533                 yesterday's quicksearch issue.
5534
5535 2006-03-15 [colin]      2.0.0cvs140
5536
5537         * src/gtk/quicksearch.c
5538                 Fix a bitchy race we didn't think about when we
5539                 added quicksearch cancellation:
5540                 If the search is not on cached fields, for example
5541                 body_part matchcase "stuff"
5542                 the matcher code has to get the whole message. If
5543                 we're on IMAP, that can be slow, and in order to
5544                 be non-blocking, the IMAP code idle loop processes
5545                 gtk events too. So it is possible to cancel a
5546                 quicksearch while the matcher is getting the mail's
5547                 body. After matcher got its body, it will start to
5548                 iterate over the matcher list that the Quicksearch's
5549                 clear_search_cb() just freed via prepare_matcher().
5550                 SIGSEGV ensues.
5551                 The fix consists of guarding the matcherlist_match()
5552                 call with a boolean 'matching'. If we reset the
5553                 quicksearch while matching is TRUE, we don't free
5554                 the matcherlist anymore like we did, but we set
5555                 another new flag, deferred_free, to TRUE. Then,
5556                 in quicksearch_match(), just after returning from
5557                 matcherlist_match() and unsetting the matching flag,
5558                 we check the deferred_free flag and do the
5559                 prepare_matcher() (which does the matcherlist_free)
5560                 for real, so we free the matcherlist once it's not
5561                 used anymore.
5562                 As all of this runs via the glib main loop, we
5563                 luckily don't need a mutex.
5564         * src/summaryview.c
5565                 Also, show progress while searching.
5566
5567
5568 2006-03-14 [colin]      2.0.0cvs139
5569
5570         * src/alertpanel.c
5571                 Make alertpanel_is_open non-static
5572
5573 2006-03-14 [colin]      2.0.0cvs138
5574
5575         * src/prefs_spelling.c
5576                 Cleanups - Fabien Vantard
5577
5578 2006-03-14 [wwp]        2.0.0cvs137
5579
5580         * src/main.c
5581                 code style normalization (curly braces, indentation).
5582
5583 2006-03-14 [wwp]        2.0.0cvs137
5584
5585         * src/main.c
5586                 code style (braces, indentation)
5587
5588 2006-03-12 [paul]       2.0.0cvs136
5589
5590         * src/prefs_common.c
5591                 trans_hdr defaults to FALSE to be RFC-savvy
5592         * src/prefs_summaries.c
5593                 add a tooltip to the trans_hdr option
5594                 
5595
5596 2006-03-12 [paul]       2.0.0cvs135
5597
5598         * src/prefs_matcher.c
5599                 give a little more width to the combos
5600         * src/prefs_display_header.c
5601         * src/textview.c
5602                 translate headers if prefs_common.trans_hdr
5603                 is TRUE
5604
5605         Patches by Pawel Pekala
5606
5607 2006-03-12 [paul]       2.0.0cvs134
5608
5609         * src/plugins/clamav/clamav_plugin.c
5610         * src/plugins/dillo_viewer/dillo_viewer.c
5611         * src/plugins/pgpcore/plugin.c
5612         * src/plugins/pgpinline/plugin.c
5613         * src/plugins/pgpmime/plugin.c
5614         * src/plugins/spamassassin/spamassassin.c
5615                 update/add to descriptions
5616         * src/plugins/spamassassin/spamassassin_gtk.c
5617                 fixes to the english, remove superfluous
5618                 tooltips, clean up a little
5619
5620 2006-03-12 [paul]       2.0.0cvs133
5621
5622         * src/compose.c
5623                 fix Bug 924, 'Account combo box shows up wrong 
5624                 if & is in account name'
5625
5626 2006-03-11 [colin]      2.0.0cvs132
5627
5628         * src/summaryview.c
5629                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5630                 messed up shift-selection because is slows down
5631                 moving around summaryview. thanks -users
5632
5633 2006-03-10 [colin]      2.0.0cvs131
5634
5635         * src/plugins/spamassassin/spamassassin_gtk.c
5636                 Put back Paul's engrish fixes
5637
5638 2006-03-10 [colin]      2.0.0cvs130
5639
5640         * src/plugins/spamassassin/spamassassin.c
5641         * src/plugins/spamassassin/spamassassin.h
5642         * src/plugins/spamassassin/spamassassin_gtk.c
5643                 Cleanup SA prefs page (more)
5644                 Patch by Fabien Vantard
5645
5646 2006-03-10 [paul]       2.0.0cvs129
5647
5648         * src/prefs_msg_colors.c
5649         * src/prefs_spelling.c
5650                 widget sensitivity
5651
5652 2006-03-09 [mones]      2.0.0cvs128
5653
5654         * po/es.po
5655                 Update for next RC
5656
5657 2006-03-09 [wwp]        2.0.0cvs127
5658
5659         * configure.ac
5660                 revert accidental commit (requirement for libetpan 0.43), this time
5661                 not in HEAD.
5662
5663 2006-03-09 [wwp]        2.0.0cvs125
5664
5665         * configure.ac
5666                 revert accidental commit (requirement for libetpan 0.43)
5667
5668 2006-03-09 [paul]       2.0.0cvs126
5669
5670         * src/prefs_receive.c
5671                 remove useless frame
5672                 replace 'incorporation' with 'receiving'
5673         * src/plugins/clamav/clamav_plugin_gtk.c
5674         * src/plugins/spamassassin/spamassassin_gtk.c
5675                 improve widget sensitivity
5676                 fix a bit his engrish
5677
5678 2006-03-09 [wwp]        2.0.0cvs125
5679
5680         * src/addressadd.c
5681         * src/foldersel.c
5682         * src/prefs_common.c
5683         * src/prefs_common.h
5684                 remember some more windows' sizes (add to addressbook and
5685                 select folder).
5686
5687 2006-03-09 [paul]       2.0.0cvs124
5688
5689         * src/plugins/pgpcore/prefs_gpg.c
5690                 normalise construction of dialogue
5691
5692 2006-03-09 [paul]       2.0.0cvs123
5693
5694         * src/plugins/trayicon/Makefile.am
5695                 add missing slash
5696
5697 2006-03-08 [colin]      2.0.0cvs122
5698
5699         * src/plugins/trayicon/Makefile.am
5700                 Fix build in separate dir 
5701                 Patch by Bamanzi <bamanzi@gmail.com>
5702
5703 2006-03-08 [colin]      2.0.0cvs121
5704
5705         * src/procmsg.c
5706                 Batch move and copies from summaryview with delayed execution
5707                 too
5708
5709 2006-03-07 [paul]       2.0.0cvs120
5710
5711         * src/common/utils.c
5712                 fix highlighting of URIs containing "()"
5713                 Patch by Pawel Pekala
5714
5715 2006-03-07 [paul]       2.0.0cvs119
5716
5717         * src/folder.c
5718         * src/folder.h
5719         * src/folderview.c
5720                 immediately do alphabetical resort when
5721                 changing a folder's name
5722                 Patch by Pawel Pekala
5723
5724 2006-03-07 [paul]       2.0.0cvs118
5725
5726         * src/news.c
5727         * src/news_gtk.c
5728                 when unsubscribing a newsgroup, remove the
5729                 folder and msgs in .sylpheed-claws/newscache
5730                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5731
5732 2006-03-07 [paul]       2.0.0cvs117
5733
5734         * src/textview.c
5735                 fix wrong Fake URL Warning
5736                 Thanks to Hiro
5737
5738 2006-03-07 [colin]      2.0.0cvs116
5739
5740         * src/imap.c
5741                 Return immediately when password dialog was
5742                 cancelled
5743         * src/gtk/inputdialog.c
5744                 Allow empty strings for passwords
5745
5746
5747 2006-03-06 [colin]      2.0.0cvs115
5748
5749         * src/imap.c
5750                 Prevent double-timeouts when connection fails
5751
5752 2006-03-06 [colin]
5753
5754         2.0.1-rc1 released
5755
5756 2006-03-06 [colin]      2.0.0cvs114
5757
5758         * src/imap.c
5759                 Refresh session during potentially long
5760                 operations
5761
5762 2006-03-06 [wwp]        2.0.0cvs113
5763
5764         * src/prefs_msg_colors.h
5765                 forgot that one (custom color labels).
5766
5767 2006-03-06 [wwp]        2.0.0cvs112
5768
5769         * src/prefs_common.c
5770         * src/prefs_common.h
5771         * src/prefs_msg_colors.c
5772         * src/summaryview.c
5773         * src/summaryview.h
5774         * src/gtk/colorlabel.c
5775         * src/gtk/colorlabel.h
5776                 colors in messages list are now customizable. Color values and names can
5777                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5778                 Thanks to Paul and Colin for their help with this longstanding patch!
5779
5780 2006-03-06 [wwp]        2.0.0cvs111
5781
5782         * src/textview.c
5783                 don't crash if (x)face is bad.
5784
5785 2006-03-05 [paul]       2.0.0cvs110
5786
5787         * AUTHORS
5788         * configure.ac
5789         * src/Makefile.am
5790         * src/common/Makefile.am
5791         * src/common/utils.h
5792         * src/etpan/imap-thread.c
5793         * src/gtk/authors.h
5794         * src/plugins/clamav/Makefile.am
5795         * src/plugins/demo/Makefile.am
5796         * src/plugins/dillo_viewer/Makefile.am
5797         * src/plugins/pgpcore/Makefile.am
5798         * src/plugins/pgpcore/passphrase.c
5799         * src/plugins/pgpinline/Makefile.am
5800         * src/plugins/pgpmime/Makefile.am
5801         * src/plugins/spamassassin/Makefile.am
5802         * src/plugins/trayicon/Makefile.am
5803                 fix builiding on cygwin
5804                 Patch by Ralgh Young <bamanzi@gmail.com>
5805
5806 2006-03-04 [wwp]        2.0.0cvs109
5807
5808         * manual/keyboard.xml
5809                 fix mixed up/down keys.
5810
5811 2006-03-04 [wwp]        2.0.0cvs108
5812
5813         * README
5814         * INSTALL
5815                 updated links to SpamAssassin.
5816
5817 2006-03-04 [wwp]        2.0.0cvs107
5818
5819         * manual/plugins.xml
5820         * src/plugins/spamassassin/README
5821                 updated SpamAssassin plugin docs to reflect new functional additions
5822                 (also fix/update/documents few technical stuff more, see the README).
5823
5824 2006-03-04 [wwp]        2.0.0cvs106
5825
5826         * src/prefs_message.c
5827                 normalized capitalization of message-prefs paths.
5828
5829 2006-03-04 [wwp]        2.0.0cvs105
5830
5831         * manual/advanced.xml
5832                 typo.
5833
5834 2006-03-03 [colin]      2.0.0cvs104
5835
5836         * src/plugins/clamav/clamav_plugin_gtk.c
5837                 Rework prefs page, patch by Fabien 
5838
5839 2006-03-03 [colin]      2.0.0cvs103
5840
5841         * src/plugins/clamav/clamav_plugin.c
5842                 Set error on all errors
5843
5844 2006-03-03 [colin]      2.0.0cvs102
5845
5846         * src/common/plugin.c
5847                 Initialize error to avoid crashing when a plugin fails
5848                 without setting error
5849
5850 2006-03-02 [wwp]        2.0.0cvs101
5851
5852         * configure.ac
5853                 fixed linker flags for libetpan support on Cygwin
5854                 (thanks to H.Merijn Brand).
5855
5856 2006-03-02 [wwp]        2.0.0cvs100
5857
5858         * src/addressbook.c
5859                 fix some AB error messages: one for punctuation and
5860                 one wrongly duplicate (thanks, maxbritov).
5861
5862 2006-03-02 [wwp]        2.0.0cvs99
5863
5864         * src/plugins/spamassassin/spamassassin.c
5865                 make sync calls to sa-learn/spamc to prevent
5866                 system (whatever local or client/server) overload.
5867
5868 2006-03-02 [colin]      2.0.0cvs98
5869
5870         * src/summaryview.c
5871                 Put the spam icon in the status column instead of the
5872                 mark one
5873
5874 2006-03-01 [colin]      2.0.0cvs97
5875
5876         * src/plugins/spamassassin/spamassassin.c
5877                 Fix segfault (g_file_set_contents fails for some 
5878                 reason and err==0x2f. Can't find out why with
5879                 valgrind, using working function :-)
5880
5881 2006-03-01 [colin]      2.0.0cvs96
5882
5883         * src/inc.c
5884                 Offline overriding: let 'No' be cached only 3 seconds
5885
5886 2006-03-01 [colin]      2.0.0cvs95
5887
5888         * src/addr_compl.c
5889         * src/addrbook.c
5890         * src/addressbook.c
5891         * src/addrindex.c
5892         * src/folder_item_prefs.c
5893         * src/headerview.c
5894         * src/imap.c
5895         * src/inc.c
5896         * src/ldif.c
5897         * src/mainwindow.c
5898         * src/mh.c
5899         * src/msgcache.c
5900         * src/prefs_common.h
5901         * src/prefs_msg_colors.c
5902         * src/procheader.c
5903         * src/procheader.h
5904         * src/procmime.c
5905         * src/procmsg.c
5906         * src/procmsg.h
5907         * src/send_message.h
5908         * src/simple-gettext.c
5909         * src/summaryview.c
5910         * src/summaryview.h
5911         * src/syldap.c
5912         * src/textview.c
5913         * src/undo.c
5914         * src/common/ssl_certificate.c
5915         * src/common/utils.c
5916         * src/gtk/colorsel.c
5917         * src/gtk/gtksctree.c
5918         * src/gtk/gtkshruler.c
5919         * src/plugins/trayicon/trayicon.c
5920                 #if 0 goes to /dev/null
5921
5922 2006-03-01 [colin]      2.0.0cvs94
5923
5924         * src/compose.c
5925         * src/imap.c
5926         * src/inc.c
5927         * src/inc.h
5928         * src/messageview.c
5929         * src/news.c
5930         * src/plugins/spamassassin/spamassassin.c
5931                 Allow to add information in the "working offline"
5932                 window
5933
5934 2006-03-01 [wwp]        2.0.0cvs93
5935
5936         * src/plugins/spamassassin/spamassassin.c
5937                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5938                 'cause it seems that calling `spamc ... < inputfile` with
5939                 g_spawn_(a)sync simply.. erm doesn't work :-).
5940
5941 2006-03-01 [wwp]        2.0.0cvs92
5942
5943         * src/toolbar.c
5944         * src/toolbar.h
5945                 simplify the adding of spam/ham button to the messageview toolbar
5946                 (it gets more clear now that the same button will be "Mark as spam"
5947                 or "Mark as ham" according to the current message status,
5948                 thanks to Colin).
5949
5950 2006-03-01 [wwp]        2.0.0cvs91
5951
5952         * src/messageview.c
5953         * src/procmsg.c
5954         * src/procmsg.h
5955         * src/summaryview.c
5956         * src/plugins/spamassassin/spamassassin.c
5957         * src/plugins/spamassassin/spamassassin.h
5958                 make learner callbacks return a status (0 for ok),
5959                 handle it in main code to avoid setting flags when learning failed,
5960                 don't learn on TCP if offline in spamassassin,
5961                 thanks to Colin.
5962
5963                 
5964
5965 2006-03-01 [wwp]        2.0.0cvs90
5966
5967         * src/compose.c
5968                 some work around the compose window's account menu,
5969                 patch by Fabien Vantard.
5970
5971 2006-03-01 [wwp]        2.0.0cvs89
5972
5973         * src/plugins/spamassassin/spamassassin.c
5974                 fixed bad logics, was using spamc in local mode and sa-learn
5975                 in remote mode (thanks, Colin).
5976
5977 2006-03-01 [wwp]        2.0.0cvs88
5978
5979         * src/plugins/spamassassin/spamassassin.c
5980         * src/plugins/spamassassin/spamassassin.h
5981         * src/plugins/spamassassin/spamassassin_gtk.c
5982                 made processing of emails w/ sa-plugin an option (default is TRUE),
5983                 fixed Engrish some tooltips, capitalization of some debug messages
5984                 and warnings. The spamassassin plugin now provides two separate
5985                 services: process emails upon incorporation and spamd training.
5986                 Both services (un)register independently but use some common
5987                 plugin settings (transport settings, spam storage location).
5988
5989 2006-02-28 [wwp]        2.0.0cvs87
5990
5991         * src/plugins/spamassassin/spamassassin.c
5992                 fix async flag to spamc cmdline execution (batch exec should
5993                 be asynchronous).
5994
5995 2006-02-27 [wwp]        2.0.0cvs86
5996
5997         * src/plugins/spamassassin/spamassassin.c
5998         * src/plugins/spamassassin/spamassassin.h
5999         * src/plugins/spamassassin/spamassassin_gtk.c
6000                 - added the ability to learn a remote spamassassin server (spamd),
6001                 using spamc.
6002                 - added the spamassassin option 'username', that applies to all
6003                 spamassassin operations (filtering, learning, local or remote).
6004                 The default username is the current unix user (if left blank
6005                 from gtk prefs or config file).
6006                 - commented out some unused code (notebook widget), removed unused
6007                 layout (hbox1).
6008                 - make more widgets sensitive to the transport type.
6009
6010 2006-02-27 [colin]      2.0.0cvs85
6011
6012         * src/plugins/spamassassin/spamassassin.c
6013                 Fix sa-learn call when offline
6014
6015 2006-02-27 [colin]      2.0.0cvs84
6016
6017         * configure.ac
6018         * src/Makefile.am
6019         * src/mainwindow.c
6020         * src/mainwindow.h
6021         * src/messageview.c
6022         * src/messageview.h
6023         * src/prefs_toolbar.c
6024         * src/procmsg.c
6025         * src/stock_pixmap.c
6026         * src/stock_pixmap.h
6027         * src/summaryview.c
6028         * src/toolbar.c
6029         * src/toolbar.h
6030         * src/pixmaps/ham_btn.xpm
6031         * src/pixmaps/spam.xpm
6032         * src/pixmaps/spam_btn.xpm
6033         * src/plugins/spamassassin/spamassassin.c
6034                 Add button in toolbar for spam learning
6035                 Fix a few bugs from the last related commit
6036                 Revert 1.9.6cvs23 which messed up shift-selection
6037
6038 2006-02-24 [colin]      2.0.0cvs83
6039
6040         * src/procmsg.c
6041         * src/summaryview.c
6042         * src/summaryview.h
6043         * src/plugins/spamassassin/spamassassin.c
6044         * src/plugins/spamassassin/spamassassin.h
6045         * src/plugins/spamassassin/spamassassin_gtk.c
6046                 Unregister learner when spamassassin is either
6047                 disabled or over tcp
6048
6049 2006-02-24 [colin]      2.0.0cvs82
6050
6051         * src/Makefile.am
6052         * src/mainwindow.c
6053         * src/mainwindow.h
6054         * src/procmsg.c
6055         * src/procmsg.h
6056         * src/stock_pixmap.c
6057         * src/stock_pixmap.h
6058         * src/summaryview.c
6059         * src/summaryview.h
6060         * src/gtk/icon_legend.c
6061         * src/pixmaps/spam.xpm  ** NEW FILE **
6062         * src/plugins/spamassassin/spamassassin.c
6063         * src/plugins/spamassassin/spamassassin_gtk.c
6064                 Add spam learning interface (Mark/Mark as 
6065                 (spam|ham) menus)
6066
6067 2006-02-24 [wwp]        2.0.0cvs81
6068
6069         * src/compose.c
6070         * src/compose.h
6071         * src/filtering.c
6072                 hide compose window when sending message in batch mode
6073                 (filtering: forward and redirect). Also fixed a wrong
6074                 value returned when sending failed, neutral anyway.
6075                 (Colin, me) 
6076
6077 2006-02-24 [wwp]        2.0.0cvs80
6078
6079         * src/mainwindow.c
6080                 use GTK+'s stock quit button. Patch by Fabien Vantard.
6081
6082 2006-02-24 [paul]       2.0.0cvs79
6083
6084         * src/news.c
6085         * src/news.h
6086         * src/news_gtk.c
6087                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
6088                 Thanks to Colin
6089
6090 2006-02-23 [colin]      2.0.0cvs78
6091
6092         * src/alertpanel.c
6093                 Change OK to Close in alertpanel with View log
6094                 button; add accel to View log. Patch by Fabien
6095                 Vantard
6096
6097 2006-02-23 [wwp]        2.0.0cvs77
6098
6099         * src/compose.c
6100                 silly me, there were much more tests to perform, since toolbars can
6101                 really have down to 1 element only.
6102
6103 2006-02-23 [wwp]        2.0.0cvs76
6104
6105         * commitHelper
6106                 fixed indentation from my previous commit. Fallback to VISUAL if
6107                 EDITOR is not set (and to vi, at last resort).
6108
6109 2006-02-23 [wwp]        2.0.0cvs75
6110
6111         * commitHelper
6112                 improved error detection (Colin, me).
6113
6114 2006-02-23 [wwp]        2.0.0cvs74
6115
6116         * src/prefs_toolbar.c
6117                 simplify and fix prefs/toolbars layouting. Combos' contents can
6118                 now be really displayed.
6119
6120 2006-02-23 [wwp]        2.0.0cvs73
6121         simplifies and fix prefs/toolbars layouting. Combos' contents can now
6122         be really displayed.
6123
6124 2006-02-22 [wwp]        2.0.0cvs72
6125
6126         * src/compose.c
6127                 fix a typo in my previous commit (sorry!).
6128
6129 2006-02-22 [wwp]        2.0.0cvs71
6130
6131         * src/prefs_toolbar.c
6132                 fix a crash when adding separators to toolbars,
6133                 also fix some separator item information.
6134
6135 2006-02-22 [wwp]        2.0.0cvs70
6136
6137         * src/compose.c
6138                 fix a crash when redirecting (for instance) when compose window's
6139                 toolbar contents has been customized (when some buttons have been
6140                 removed in fact).
6141
6142 2006-02-21 [wwp]        2.0.0cvs69
6143
6144         * src/summaryview.c
6145         * src/gtk/pluginwindow.c
6146         * src/plugins/pgpcore/prefs_gpg.c
6147                 fix some compilation warnings (feat. remains of removed code).
6148
6149 2006-02-21 [wwp]        2.0.0cvs68
6150
6151         * src/gtk/gtkutils.c
6152                 fix two compilation issues, thanks to Stephan Sachse.
6153
6154 2006-02-20 [colin]      2.0.0cvs67
6155
6156         * src/mainwindow.c
6157                 Don't reselect displayed mail on refocus
6158                 This fixes actions misbehaving 
6159
6160 2006-02-20 [wwp]        2.0.0cvs66
6161
6162         * src/summaryview.c
6163         * src/gtk/gtksctree.c
6164         * src/gtk/gtkshruler.c
6165                 changed more runtime typecast checks.
6166
6167 2006-02-20 [wwp]        2.0.0cvs65
6168
6169         * src/summary_search.c
6170                 find all - summaryview refresh issue fixed, thanks to Colin.
6171
6172 2006-02-20 [wwp]        2.0.0cvs64
6173
6174         * src/gtk/gtkutils.c
6175                 better runtime typecast checks.
6176
6177 2006-02-20 [wwp]        2.0.0cvs63
6178
6179         * src/summary_search.c
6180                 enhancements to the summary search:
6181                         - add the ability to stop the running search
6182                           (upon ESC-key press, new Stop button or when Clear button is pressed)
6183                         - don't search if no criteria (From/To/Subject/Body) is set
6184                         - ensure that a busy mouse pointer is always shown when searching,
6185                           show it even a bit earlier
6186
6187 2006-02-19 [colin]      2.0.0cvs62
6188
6189         * src/compose.c
6190         * src/imap.c
6191         * src/etpan/imap-thread.c
6192         * src/etpan/imap-thread.h
6193                 (Future) IMAP speed improvement on sending
6194                 Will require a libetpan update
6195         * src/summaryview.c
6196         * src/gtk/quicksearch.c
6197                 Make quicksearch clearable while running.
6198
6199 2006-02-17 [colin]      2.0.0cvs61
6200
6201         * src/imap.c
6202         * src/etpan/imap-thread.c
6203         * src/etpan/imap-thread.h
6204                 Check for IMAP certificates
6205                 ** Requires libetpan-0.42-cvs4 
6206                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
6207
6208 2006-02-17 [colin]      2.0.0cvs60
6209
6210         * src/messageview.c
6211         * src/prefs_common.c
6212         * src/prefs_common.h
6213         * src/prefs_message.c
6214                 Add pref to display HTML-only mails with plugin, 
6215                 if possible (defaulting to FALSE of course).
6216
6217 2006-02-16 [colin]      2.0.0cvs59
6218
6219         * src/main.c
6220         * src/common/plugin.c
6221         * src/common/plugin.h
6222         * src/gtk/pluginwindow.c
6223                 Keep track of requested (but unloaded) plugins
6224                 in some error cases.
6225
6226 2006-02-16 [wwp]        2.0.0cvs58
6227
6228         * src/gtk/gtkaspell.c
6229         * src/gtk/gtkaspell.h
6230         * src/prefs_spelling.c
6231         * src/compose.c
6232         * src/prefs_common.c
6233         * src/prefs_common.h
6234                 implemented new optional spellchecker behaviour: re-check message when
6235                 dictionary got changed (from compose-window/context-menu/Change dictionary).
6236
6237 2006-02-16 [wwp]        2.0.0cvs57
6238
6239         * src/quote_fmt_parse.y
6240                 pclose popen'ed pipe.
6241
6242 2006-02-15 [colin]      2.0.0cvs56
6243
6244         * src/mimeview.c
6245         * src/mimeview.h
6246                 Let MimeViewers know which MimeView they
6247                 depend of.
6248         * src/summaryview.c
6249                 Swap From/To columns in Sent/Queue/Drafts
6250                 folders
6251         * src/etpan/imap-thread.c
6252                 Use mailstream_low_tls_open() for STARTTLS
6253                 instead of mailstream_low_ssl_open()
6254                 ** REQUIRES libetpan 0.42cvs3 **
6255
6256 2006-02-15 [wwp]        2.0.0cvs55
6257
6258         * src/compose.c
6259         * src/compose.h
6260         * src/message_search.c
6261         * src/message_search.h
6262         * src/textview.c
6263         * src/gtk/gtkutils.c
6264         * src/gtk/gtkutils.h
6265                 added the ability to Find text in the compose window (and a bit
6266                 of code factorization).
6267
6268 2006-02-15 [wwp]        2.0.0cvs54
6269
6270         * src/prefs_gtk.c
6271                 yet another one file was missing (fix for some widgets' sensitivity).
6272                 Thanks Colin!
6273
6274 2006-02-15 [wwp]        2.0.0cvs53
6275
6276         * src/prefs_gtk.h
6277                 oops forgot that file (fix for some widgets' sensitivity).
6278
6279 2006-02-15 [wwp]        2.0.0cvs52
6280
6281         * src/summary_search.c
6282                 implemented advanced summary search options (added the ability
6283                 to use matcher conditions in an advanced search mode).
6284
6285 2006-02-15 [wwp]        2.0.0cvs51
6286
6287         * src/plugins/pgpcore/prefs_gpg.c
6288         * src/prefs_account.c
6289                 fix some widget sensitivity, mostly around some labels in
6290                 account prefs.
6291
6292 2006-02-15 [paul]       2.0.0cvs50
6293
6294         * manual/advanced.xml
6295                 improve Templates info
6296                 written by wwp
6297
6298 2006-02-14 [colin]      2.0.0cvs49
6299
6300         * src/pixmaps/address_book.xpm
6301         * src/pixmaps/preferences.xpm
6302         * src/pixmaps/properties.xpm
6303                 Fix pixmap size - patch by Fabien Vantard
6304
6305 2006-02-13 [colin]      2.0.0cvs48
6306
6307         * src/procmime.c
6308                 Add missing fclose()s on error
6309         * src/textview.c
6310                 Remove unused code
6311         * src/common/utils.c
6312                 Fix temp files not being deleted on windows
6313         Patches by Thomas Gilgin
6314
6315 2006-02-13 [colin]      2.0.0cvs47
6316
6317         * src/mainwindow.c
6318                 Fix exit crash
6319
6320 2006-02-13 [wwp]        2.0.0cvs46
6321
6322         * src/plugins/pgpcore/prefs_gpg.c
6323                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
6324
6325 2006-02-12 [colin]      2.0.0cvs45
6326
6327         * src/folderview.c
6328         * src/main.c
6329         * src/mainwindow.c
6330                 Fix "stuff" when quitting
6331
6332 2006-02-12 [wwp]        2.0.0cvs44
6333
6334         * src/prefs_themes.c
6335                 fix typos in debug messages.
6336
6337 2006-02-11 [colin]      2.0.0cvs43
6338
6339         * src/summaryview.c
6340                 don't allow drag/drop from ourself
6341
6342 2006-02-10 [wwp]        2.0.0cvs42
6343
6344         * src/exporthtml.c
6345         * src/html.c
6346         * src/html.h
6347         * src/procmime.c
6348         * src/textview.c
6349                 renamed html_ prefixed functions and data structures to avoid
6350                 namespace clashes w/ other software (gtkhtml2 for instance).
6351                 Closes bug #907.
6352
6353
6354 2006-02-09 [colin]      2.0.0cvs41
6355
6356         * src/summaryview.c
6357                 Fix shitty logic messed up. Thanks Ticho for the hint!
6358
6359 2006-02-09 [wwp]        2.0.0cvs40
6360
6361         * src/gtk/about.c
6362         * src/compose.c
6363         * src/prefs_account.c
6364         * src/prefs_gtk.h
6365         * src/editaddress.c
6366                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
6367                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
6368                 Browse buttons in accounts prefs.
6369
6370 2006-02-09 [colin]      2.0.0cvs39
6371
6372         * src/matcher.c
6373                 Check for pointer before using its members
6374         * src/gtk/gtksourceprintjob.c
6375                 Fix a wrong warning
6376
6377 2006-02-09 [wwp]        2.0.0cvs38
6378
6379         * src/gtk/filesel.c
6380                 fix few compiler warnings (type mismatch).
6381
6382 2006-02-09 [paul]       2.0.0cvs37
6383
6384         * po/fr.po
6385                 updated by Fabien Vantard
6386
6387 2006-02-08 [colin]      2.0.0cvs36
6388
6389         * src/prefs_common.c
6390         * src/common/defs.h
6391         * src/common/plugin.c
6392                 allow windows and linux configurations to coexist
6393                 patch by Thomas Gilgin
6394
6395 2006-02-08 [colin]      2.0.0cvs35
6396
6397         * src/filtering.c
6398         * src/matcher.c
6399         * src/matcher.h
6400         * src/matcher_parser_parse.y
6401         * src/prefs_filtering_action.c
6402         * src/prefs_matcher.c
6403                 Add the "Ignore thread" filtering
6404                 action
6405
6406 2006-02-08 [colin]      2.0.0cvs34
6407
6408         * src/compose.c
6409         * src/procmime.c
6410         * src/procmime.h
6411                 Fix bug #905 (damaged attachment)
6412                 text files with raw \0's aren't really text files
6413         FOR_STABLE
6414
6415 2006-02-08 [colin]      2.0.0cvs33
6416
6417         * src/summaryview.c
6418                 Fix crasher introduced yesterday
6419
6420 2006-02-08 [wwp]        2.0.0cvs32
6421
6422         * src/compose.c
6423         * src/compose.h
6424                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
6425
6426 2006-02-08 [wwp]        2.0.0cvs31
6427
6428         * src/prefs_template.c
6429                 templates enhancement: allow address completion for Cc and Bcc fields
6430                 (it was currently possible for the To field only)
6431
6432 2006-02-08 [colin]      2.0.0cvs30
6433
6434         * src/compose.c
6435                 Don't unblock if not blocked
6436         FOR_STABLE
6437
6438 2006-02-07 [colin]      2.0.0cvs29
6439
6440         * src/action.c
6441                 Forgot to refresh summaryview
6442
6443 2006-02-07 [colin]      2.0.0cvs28
6444
6445         * src/action.c
6446                 Freeze/thaw message list and folder list while
6447                 processing %as{} actions 
6448         * src/compose.c
6449                 Fix auto-wrap disabling after a middle-click
6450                 paste - FOR_STABLE
6451
6452 2006-02-07 [paul]       2.0.0cvs27
6453
6454         * src/folder.c
6455                 fix freeing of uninitialised pointers
6456                 Thanks to Colin
6457
6458 2006-02-06 [colin]      2.0.0cvs26
6459
6460         * src/folder.c
6461                 Use g_slist_prepend in potentially big list
6462
6463 2006-02-06 [colin]      2.0.0cvs25
6464
6465         * src/folder.c
6466                 Completely skip processing if it doesn't 
6467                 exist (faster!)
6468
6469 2006-02-06 [colin]      2.0.0cvs24
6470
6471         * src/folder.c
6472         * src/summaryview.c
6473                 Batch filtering in summaryview (from Tools menu)
6474                 and pre/post//-processing too
6475
6476 2006-02-06 [colin]      2.0.0cvs23
6477
6478         * src/procmsg.h
6479         * src/filtering.c
6480                 Use a special field for batch filtering instead
6481                 of stepping on deferred execution's toes
6482
6483 2006-02-06 [colin]      2.0.0cvs22
6484
6485         * src/action.c
6486         * src/filtering.c
6487         * src/filtering.h
6488         * src/folder.c
6489         * src/summaryview.c
6490                 Fix filtering via menus and actions
6491
6492 2006-02-06 [colin]      2.0.0cvs21
6493
6494         * src/imap.c
6495                 Put the added file directly to cache if possible (will work
6496                 with next libetpan)
6497         * src/filtering.c
6498         * src/filtering.h
6499         * src/inc.c
6500         * src/folder.c
6501         * src/mbox.c
6502         * src/procmsg.h
6503                 Move and copy filtered messages by batches instead of one
6504                 by one - faster on IMAP
6505         * src/procmsg.c
6506                 Add a function that'll possibly be useful later
6507
6508 2006-02-06 [colin]      2.0.0cvs20
6509
6510         * src/addressbook.c
6511                 Use internal mime-type instead of text/plain for d'n'd
6512         * src/compose.c
6513                 Allow attaching files from mimeview's icon list via d'n'd
6514         * src/folderview.c
6515         * src/folderview.h
6516                 Use internal mime-type instead of text/plain for d'n'd
6517                 Don't try to selected opened folder if none is
6518                 Factorize d'n'd from other apps code
6519         * src/headerview.c
6520         * src/textview.c
6521         * src/gtk/gtkutils.c
6522         * src/gtk/gtkutils.h
6523                 Factorize Face/X-Face stuff
6524         * src/mimeview.c
6525                 Fix d'n'd to other apps
6526         * src/prefs_message.c
6527                 Let the XFace pref be usable without libcompface as it also
6528                 applies to Face
6529         * src/summaryview.c
6530                 Fix d'n'd to other apps
6531                 Factorize d'n'd from other apps code
6532
6533 2006-02-06 [wwp]        2.0.0cvs19
6534
6535         * po/it.po
6536                 Italian translation fixes by Andrea Spadaccini (no more confusion
6537                 between filtering and processing, and few changes in the About
6538                 dialog).
6539
6540
6541 2006-02-06 [mones]      2.0.0cvs18
6542
6543         * src/gtk/icon_legend.c
6544                 Improved descriptions allowing better translations
6545
6546 2006-02-05 [colin]      2.0.0cvs17
6547
6548         * src/imap.c
6549                 Add the f*cking missing expunge that caused imap_fetch_env
6550                 to fail after an add_msgs ! :-///
6551         * src/etpan/imap-thread.c
6552                 Add a bit of debug
6553         FOR_STABLE
6554
6555 2006-02-05 [colin]      2.0.0cvs16
6556
6557         * src/common/utils.c
6558                 Don't check for return-path (or we can't put
6559                 back non-sent mails)
6560
6561 2006-02-05 [colin]      2.0.0cvs15
6562
6563         * src/textview.c
6564                 Don't try to display Face header in textview
6565                 when teh headerview's active
6566
6567 2006-02-05 [colin]      2.0.0cvs14
6568
6569         * tools/tbird2syl.py
6570         * tools/Makefile.am
6571                 Add script to import Thunderbird mails
6572
6573 2006-02-05 [colin]      2.0.0cvs13
6574
6575         * src/headerview.c
6576         * src/procheader.c
6577         * src/procmsg.c
6578         * src/procmsg.h
6579         * src/textview.c
6580                 Show Face headers - patch partially by Klaus Flittner
6581
6582 2006-02-05 [colin]      2.0.0cvs12
6583
6584         * src/folderview.c
6585         * src/summaryview.c
6586         * src/common/utils.c
6587         * src/common/utils.h
6588                 Let dnd work from mime icons to summaryview
6589                 and to folderview too
6590                 Add a crude test to avoid trying to add files
6591                 drag'n'dropped when they're not mails
6592
6593 2006-02-04 [colin]      2.0.0cvs11
6594
6595         * src/summaryview.c
6596         * src/mimeview.c
6597                 Fix utf8 conversion
6598
6599 2006-02-04 [colin]      2.0.0cvs10
6600
6601         * src/compose.c
6602         * src/folderview.c
6603         * src/mimeview.c
6604         * src/summaryview.c
6605         * src/summaryview.h
6606                 Added various drag and drop capas:
6607                 From                    To
6608                 summaryview             other apps
6609                 mimeview icons          other apps
6610                 other apps              summaryview
6611                 other apps              folderview
6612
6613                 This shouldn't have broken the existing:
6614                 From                    To
6615                 summaryview             folderview
6616                 folderview              folderview
6617                 summaryview             compose's attachments
6618
6619         Tests welcomed.
6620
6621 2006-02-02 [paul]       2.0.0cvs9
6622
6623         * src/mainwindow.c
6624                 move global option 'Set displayed columns...' out
6625                 of folder option grouping.
6626                 fix sensitivity of 'harvest addresses'
6627         FOR_STABLE
6628
6629 2006-02-01 [colin]      2.0.0cvs8
6630
6631         * src/mimeview.c
6632                 Revert the alertpanel patch, it sucks (intrusive
6633                 and gets in the way of "open")
6634
6635 2006-02-01 [colin]      2.0.0cvs7
6636
6637         * src/compose.c
6638         * src/prefs_account.c
6639         * src/prefs_common.c
6640         * src/common/defs.h
6641         * src/common/utils.c
6642         * src/common/utils.h
6643                 Add ability to edit the signature file
6644                 from the account preferences, and use
6645                 a default for the text editor.
6646                 Patch by Fabien Vantard
6647
6648 2006-02-01 [colin]      2.0.0cvs6
6649
6650         * src/mimeview.c
6651                 Try to get mime type by extension if it is
6652                 application/octet-stream
6653                 Display a window with possible choices when
6654                 encountering unknown mime types
6655         * src/gtk/filesel.c
6656         * src/gtk/filesel.h
6657                 Add preview
6658                 Allow multiple selection in filtered filesel
6659                 (patch by Fabien Vantard)
6660         * src/gtk/pluginwindow.c
6661                 Use it (patch by Fabien Vantard)
6662
6663 2006-02-01 [paul]       2.0.0cvs5
6664
6665         * src/jpilot.c
6666                 fix crash on creating jpilot address book
6667                 Thanks to Colin - FOR_STABLE
6668         * src/prefs_summaries.c
6669         * src/prefs_wrapping.c
6670         * src/gtk/icon_legend.c
6671         * src/gtk/quicksearch.c
6672                 string fixes and additions
6673
6674 2006-02-01 [paul]       2.0.0cvs4
6675
6676         * src/compose.c
6677         * src/mainwindow.c
6678         * src/messageview.c
6679         * src/prefs_send.c
6680                 add Arabic encoding option
6681                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6682
6683 2006-01-31 [colin]      2.0.0cvs3
6684
6685         * src/plugins/pgpcore/passphrase.c
6686                 Convert passphrase to locale encoding
6687         * src/compose.c
6688                 Fix drafting on IMAP. Crappy bug sneaked in
6689                 the release :-/
6690         FOR_STABLE
6691
6692 2006-01-30 [paul]       2.0.0cvs2
6693
6694         * src/gtk/icon_legend.c
6695                 show the new entries
6696
6697 2006-01-30 [colin]      2.0.0cvs1
6698
6699         * src/manual.c
6700                 Check for the file to be present before 
6701                 enabling the menu - FOR_STABLE
6702         * src/gtk/icon_legend.c
6703                 Add folders icons (not all of them, there
6704                 are too much, but the most intriguing ones)
6705
6706 2006-01-30 [paul]       2.0.0
6707
6708         version 2.0.0 released
6709
6710 2006-01-30 [paul]       1.9.100cvs200
6711
6712         * manual/faq.xml
6713         * manual/gpl.xml
6714         * manual/intro.xml
6715         * manual/starting.xml
6716         * manual/sylpheed-claws-manual.xml
6717                 fixes, additions
6718
6719 2006-01-29 [mones]      1.9.100cvs199
6720
6721         * manual/account.xml
6722         * manual/advanced.xml
6723         * manual/glossary.xml
6724                 Some typos fixed, added LDIF term to glossary
6725         * po/es.po
6726                 Fixed leading plus symbol
6727
6728 2006-01-29 [paul]       1.9.100cvs198
6729
6730         * po/fi.po
6731         * po/sk.po
6732                 updated by Tommi Pirinen and Andrej Kacian
6733
6734 2006-01-29 [paul]       1.9.100cvs197
6735
6736         * src/gtk/authors.h
6737                 remove duplicates
6738
6739 2006-01-29 [paul]       1.9.100cvs196
6740
6741         * AUTHORS
6742         * po/nl.po
6743         * src/gtk/authors.h
6744         * tools/claws.i18n.status.pl
6745                 nl translation updated by Tim Dijkstra
6746
6747 2006-01-29 [paul]       1.9.100cvs195
6748
6749         * po/sr.po
6750         * po/sv.po
6751                 updated by Aleksandar Urosevic and Anders Troback
6752
6753 2006-01-28 [colin]      1.9.100cvs194
6754
6755         * src/gtk/gtksourceprintjob.c
6756                 Don't fiddle with PangoLayout when we
6757                 have an image
6758
6759 2006-01-28 [paul]       1.9.100cvs193
6760
6761         * AUTHORS
6762         * po/el.po
6763         * po/zh_CN.po
6764         * src/gtk/authors.h
6765         * tools/claws.i18n.status.pl
6766                 updated translations submitted by Stavros Giannouris
6767                 and Ralgh Young
6768
6769 2006-01-27 [colin]      1.9.100cvs192
6770
6771         * src/summaryview.c
6772         * src/gtk/gtksourceprintjob.c
6773                 Add image printing 
6774                 (libgnomeprint only, of course)
6775
6776 2006-01-27 [paul]       1.9.100cvs191
6777
6778         * po/fr.po
6779         * po/it.po
6780                 updated by Fabien Vantard and Andrea Spadaccini
6781
6782 2006-01-26 [colin]      1.9.100cvs190
6783
6784         * manual/Makefile.am
6785         * configure.ac
6786                 Make building the manual optional 
6787                 (--disable-manual)
6788
6789 2006-01-26 [paul]       1.9.100cvs189
6790
6791         * manual/glossary.xml
6792         * manual/plugins.xml
6793                 edited
6794         * po/en_GB.po
6795                 updated
6796
6797 2006-01-26 [paul]       1.9.100cvs188
6798
6799         * src/prefs_display_header.c
6800         * src/prefs_folder_column.c
6801         * src/prefs_msg_colors.c
6802         * src/prefs_summaries.c
6803         * src/prefs_summary_column.c
6804                 HIGify
6805
6806 2006-01-25 [colin]      1.9.100cvs187
6807
6808         * src/imap.c
6809                 Don't allow moving/copying mails between
6810                 queue/drafts and non-queue/drafts folders
6811                 Fixes bug #897 (message header is resetted 
6812                 if one is copied to Drafts)
6813
6814 2006-01-25 [colin]      1.9.100cvs186
6815
6816         * src/folder.c
6817         * src/mainwindow.c
6818                 Fix subscribed folders not found
6819         * src/compose.c
6820                 Don't try to encode as original mail's charset
6821                 if it's ascii 
6822
6823 2006-01-25 [paul]       1.9.100cvs185
6824
6825         * AUTHORS
6826         * po/Makevars
6827                 updated
6828         * po/de.po
6829         * po/pl.po
6830         * po/pt_BR.po
6831         * po/sr.po
6832                 updates submitted by Stephan Sachse, Emilian Nowak
6833                 and Quar, Frederico Goncalves Guimaraes, and
6834                 Aleksandar Urosevic
6835                 Fix Bug 896, 'PT_BR locale broken'.
6836         * src/gtk/authors.h
6837                 updated
6838
6839 2006-01-24 [mones]      1.9.100cvs184
6840
6841         * manual/glossary.xml
6842                 All current terms finished. Reviewers welcome ;-)
6843         * manual/keyboard.xml
6844                 Fixed column width for pdf output.
6845         * po/es.po
6846                 Updated
6847
6848 2006-01-24 [paul]       1.9.100cvs183
6849
6850         * manual/glossary.xml
6851                 fix id name
6852         * manual/dist/html/Makefile.am
6853         * manual/dist/pdf/Makefile.am
6854         * manual/dist/ps/Makefile.am
6855         * manual/dist/txt/Makefile.am
6856                 fix make deps
6857                 Thanks to Colin
6858
6859 2006-01-24 [mones]      1.9.100cvs182
6860
6861         * manual/glossary.xml
6862                 Nearly finished, some terms missing.
6863
6864 2006-01-23 [paul]       1.9.100cvs181
6865
6866         * manual/dist/html/Makefile.am
6867         * manual/dist/pdf/Makefile.am
6868         * manual/dist/ps/Makefile.am
6869         * manual/dist/txt/Makefile.am
6870         * src/mainwindow.c
6871                 re-enable manual
6872                 Thanks to Colin
6873
6874 2006-01-22 [colin]      1.9.100cvs180
6875
6876         * src/compose.c
6877         * src/gtk/gtkaspell.c
6878                 Don't deselect stuff before right-clicking, with aspell.
6879                 (This prevented right-click Copy, for example).
6880                 Thanks to Clo!
6881
6882 2006-01-22 [paul]       1.9.100cvs179
6883
6884         * src/summary_search.c
6885                 don't fix the widget size as it causes problems
6886                 under localisation.
6887                 Thanks to Emilian Nowak
6888
6889 2006-01-21 [paul]       1.9.100cvs178
6890
6891         * src/prefs_themes.c
6892                 fix broken underlining of label text
6893                 with some translations
6894
6895 2006-01-21 [colin]      1.9.100cvs177
6896
6897         * po/fr.po
6898                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6899
6900 2006-01-20 [colin]      1.9.100cvs176
6901
6902         * configure.ac
6903         * Makefile.am
6904         * manual/Makefile
6905         * manual/dist/html/.cvsignore
6906         * manual/dist/html/Makefile.am
6907         * manual/dist/pdf/.cvsignore
6908         * manual/dist/pdf/Makefile.am
6909         * manual/dist/ps/.cvsignore
6910         * manual/dist/ps/Makefile.am
6911         * manual/dist/txt/.cvsignore
6912         * manual/dist/txt/Makefile.am
6913                 Autotool-ize manual
6914
6915 2006-01-20 [paul]       1.9.100cvs175
6916
6917         * manual/handling.xml
6918                 make Filtering and Searching entries easier to find
6919         * manual/keyboard.xml
6920                 add the remaining default keybinds
6921         * src/prefs_summaries.c
6922                 update the default keybinds
6923
6924 2006-01-20 [paul]       1.9.100cvs174
6925
6926         * src/addressbook.c
6927         * src/addrgather.c
6928         * src/addrharvest.c
6929         * src/editaddress.c
6930         * src/editgroup.c
6931         * src/exphtmldlg.c
6932         * src/expldifdlg.c
6933         * src/exporthtml.c
6934         * src/exportldif.c
6935         * src/ldif.c
6936                 replace 'e-mail' with 'email'
6937         * src/summary_search.c
6938                 add mnemonic to "Find all" button
6939
6940 2006-01-20 [wwp]        1.9.100cvs173
6941
6942         * src/export.c
6943         * src/import.c
6944                 touched mbox import/export buttons for HIG-compliance
6945
6946 2006-01-19 [paul]       1.9.100cvs172
6947
6948         * manual/account.xml
6949         * manual/addrbook.xml
6950         * manual/advanced.xml
6951         * manual/faq.xml
6952         * manual/handling.xml
6953         * manual/intro.xml
6954         * manual/plugins.xml
6955         * manual/starting.xml
6956                 more editing
6957
6958 2006-01-19 [paul]       1.9.100cvs171
6959
6960         * src/toolbar.c
6961                 allow use of trash button while receiving
6962                 Thanks to Colin
6963
6964 2006-01-19 [wwp]        1.9.100cvs170
6965
6966         * src/gtk/quicksearch.c
6967         * src/compose.c
6968                 force text color to black when yellow background is set
6969
6970 2006-01-19 [colin]      1.9.100cvs169
6971
6972         * src/plugins/trayicon/trayicon.c
6973                 Gray out Get Mail when already getting mail
6974
6975 2006-01-18 [paul]       1.9.100cvs168
6976
6977         * src/compose.c
6978                 give widget yellow background was To is
6979                 set via folder prefs
6980         * src/gtk/quicksearch.c
6981                 give widget yellow background when quick
6982                 search is active.
6983                 Thanks to Colin
6984
6985 2006-01-18 [paul]       1.9.100cvs167
6986
6987         * doc/man/sylpheed-claws.1
6988                 add --subscribe option
6989
6990 2006-01-18 [paul]       1.9.100cvs166
6991
6992         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6993         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6994                 use %U instead of %F (%F is broken for user installed
6995                 files in kde 3.5)
6996
6997 2006-01-18 [colin]      1.9.100cvs165
6998
6999         * src/summaryview.c
7000                 Default to Yes in "No more * messages" dialogs
7001
7002 2006-01-17 [colin]      1.9.100cvs164
7003
7004         * src/compose.c
7005                 Possibly fix an invalid iterator causing
7006                 crash
7007
7008 2006-01-17 [colin]      1.9.100cvs163
7009
7010         * src/mimeview.c
7011                 Fix crash when the image disappears under the
7012                 image viewer
7013
7014 2006-01-16 [colin]      1.9.100cvs162
7015
7016         * src/compose.c
7017                 Fix reenabling autowrap
7018
7019 2006-01-16 [colin]      1.9.100cvs161
7020
7021         * src/compose.c
7022                 reset quote_len before getting quote_str
7023
7024 2006-01-16 [colin]      1.9.100cvs160
7025
7026         * src/account.c
7027         * src/account.h
7028         * src/folder.c
7029         * src/imap_gtk.c
7030         * src/mh_gtk.c
7031                 Fix bug #883 (default inbox does not track folder move)
7032
7033 2006-01-16 [colin]      1.9.100cvs159
7034
7035         * src/compose.c
7036         * src/plugins/pgpcore/passphrase.c
7037                 More buttons fixes
7038
7039 2006-01-16 [paul]       1.9.100cvs158
7040
7041         * src/prefs_actions.c
7042         * src/prefs_filtering_action.c
7043         * src/prefs_matcher.c
7044         * src/quote_fmt.c
7045         * src/gtk/description_window.c
7046         * src/gtk/description_window.h
7047         * src/gtk/quicksearch.c
7048                 description window cleanups
7049
7050 2006-01-15 [colin]      1.9.100cvs157
7051
7052         * src/addressbook.c
7053         * src/prefs_filtering.c
7054                 Same here
7055
7056 2006-01-15 [colin]      1.9.100cvs156
7057
7058         * src/folderview.c
7059         * src/mainwindow.c
7060                 Same for "Empty trash"
7061
7062 2006-01-15 [colin]      1.9.100cvs155
7063
7064         * src/inc.c
7065                 Override offline dialog had Yes by default
7066
7067 2006-01-15 [colin]      1.9.100cvs154
7068
7069         * src/summaryview.c
7070                 Delete selected messages? previously had Yes the default
7071
7072 2006-01-15 [colin]      1.9.100cvs153
7073
7074         * src/folder.c
7075         * src/folder.h
7076         * src/main.c
7077                 Check if a mailbox is loaded after all
7078                 plugins are loaded.
7079
7080 2006-01-15 [colin]      1.9.100cvs152
7081
7082         * src/folder.c
7083                 Don't start wizard when there are unloaded folders (will help
7084                 people with only mbox or maildir mailboxes)
7085
7086 2006-01-14 [colin]      1.9.100cvs151
7087
7088         * src/addressbook.c
7089         * src/expldifdlg.c
7090         * src/importldif.c
7091         * src/importmutt.c
7092         * src/importpine.c
7093         * src/mh_gtk.c
7094                 More HIG compliance and fixes
7095
7096 2006-01-14 [colin]      1.9.100cvs150
7097
7098         * src/prefs_filtering_action.c
7099         * src/foldersel.c
7100                 Two forgotten button order changes
7101
7102 2006-01-14 [colin]      1.9.100cvs149
7103
7104         * src/account.c
7105         * src/addressbook.c
7106         * src/compose.c
7107         * src/folderview.c
7108         * src/imap_gtk.c
7109         * src/mainwindow.c
7110         * src/mh_gtk.c
7111         * src/news_gtk.c
7112         * src/prefs_actions.c
7113         * src/prefs_customheader.c
7114         * src/prefs_filtering.c
7115         * src/prefs_matcher.c
7116         * src/prefs_template.c
7117         * src/ssl_manager.c
7118         * src/summaryview.c
7119         * src/textview.c
7120         * src/toolbar.c
7121                 All deletion confirmations are now "Cancel, Delete" 
7122                 instead of "No, Yes"
7123                 Clarified most of the other "No, Yes" to 
7124                 "Cancel, Descriptive_action"
7125                 Rechanged the "Entry not saved" alerts to have 
7126                 "Close, Continue editing"
7127
7128
7129 2006-01-14 [paul]
7130
7131         * 2.0.0-rc4 released
7132
7133 2006-01-14 [paul]       1.9.100cvs148
7134
7135         * src/account.c
7136         * src/addressadd.c
7137         * src/addressbook.c
7138         * src/compose.c
7139         * src/editaddress.c
7140         * src/editbook.c
7141         * src/editgroup.c
7142         * src/editjpilot.c
7143         * src/editldap.c
7144         * src/editvcard.c
7145         * src/exphtmldlg.c
7146         * src/expldifdlg.c
7147         * src/folderview.c
7148         * src/grouplistdialog.c
7149         * src/imap_gtk.c
7150         * src/importmutt.c
7151         * src/importpine.c
7152         * src/inc.c
7153         * src/main.c
7154         * src/mainwindow.c
7155         * src/message_search.c
7156         * src/messageview.c
7157         * src/mh_gtk.c
7158         * src/mimeview.c
7159         * src/news_gtk.c
7160         * src/prefs_actions.c
7161         * src/prefs_customheader.c
7162         * src/prefs_filtering.c
7163         * src/prefs_matcher.c
7164         * src/prefs_template.c
7165         * src/prefs_themes.c
7166         * src/ssl_manager.c
7167         * src/summary_search.c
7168         * src/summaryview.c
7169         * src/textview.c
7170         * src/toolbar.c
7171         * src/gtk/foldersort.c
7172         * src/gtk/gtkaspell.c
7173         * src/gtk/inputdialog.c
7174         * src/gtk/prefswindow.c
7175         * src/plugins/pgpcore/select-keys.c
7176         * src/plugins/trayicon/trayicon.c
7177                 HIG compliant button order
7178
7179 2006-01-14 [mones]      1.9.100cvs147
7180
7181         * po/es.po
7182                 Updated translation
7183
7184 2006-01-13 [paul]       1.9.100cvs146
7185
7186         * AUTHORS
7187         * ChangeLog
7188         * src/gtk/authors.h
7189                 add Joshua M. Kwan to contributors list
7190
7191 2006-01-13 [colin]      1.9.100cvs145
7192
7193         * src/gtk/quicksearch.c
7194                 Don't refocus quick search after executing (Esc or Enter)
7195                 Allows to '/'search something then move up/down in 
7196                 summaryview, and to Esc a search and be back in the 
7197                 summaryview
7198
7199 2006-01-13 [paul]       1.9.100cvs144
7200
7201         * src/plugins/pgpinline/pgpinline.c
7202                 support Content-Type 'application/pgp'
7203                 patch by Joshua M. Kwan <joshuak@users.sf.net>
7204
7205 2006-01-13 [paul]       1.9.100cvs143
7206
7207         * manual/account.xml
7208                 make mention of partial retrieval
7209                 thanks to Colin
7210
7211 2006-01-13 [paul]       1.9.100cvs142
7212
7213         * src/account.c
7214         * src/account.h
7215         * src/action.c
7216         * src/action.h
7217         * src/adbookbase.h
7218         * src/addr_compl.c
7219         * src/addr_compl.h
7220         * src/addrbook.c
7221         * src/addrcache.c
7222         * src/addrcache.h
7223         * src/addrcindex.c
7224         * src/addrcindex.h
7225         * src/addrclip.c
7226         * src/addrclip.h
7227         * src/addrdefs.h
7228         * src/addressadd.c
7229         * src/addressadd.h
7230         * src/addressbook.c
7231         * src/addressbook.h
7232         * src/addrgather.c
7233         * src/addrgather.h
7234         * src/addrharvest.c
7235         * src/addrharvest.h
7236         * src/addrindex.c
7237         * src/addrindex.h
7238         * src/addritem.c
7239         * src/addritem.h
7240         * src/addrquery.c
7241         * src/addrquery.h
7242         * src/addrselect.c
7243         * src/addrselect.h
7244         * src/alertpanel.c
7245         * src/alertpanel.h
7246         * src/browseldap.c
7247         * src/browseldap.h
7248         * src/codeconv.c
7249         * src/codeconv.h
7250         * src/compose.c
7251         * src/compose.h
7252         * src/customheader.c
7253         * src/customheader.h
7254         * src/displayheader.c
7255         * src/displayheader.h
7256         * src/editaddress.c
7257         * src/editaddress.h
7258         * src/editbook.c
7259         * src/editbook.h
7260         * src/editgroup.c
7261         * src/editgroup.h
7262         * src/editjpilot.c
7263         * src/editjpilot.h
7264         * src/editldap.c
7265         * src/editldap.h
7266         * src/editldap_basedn.c
7267         * src/editldap_basedn.h
7268         * src/editvcard.c
7269         * src/editvcard.h
7270         * src/exphtmldlg.c
7271         * src/exphtmldlg.h
7272         * src/expldifdlg.c
7273         * src/expldifdlg.h
7274         * src/export.h
7275         * src/exporthtml.c
7276         * src/exporthtml.h
7277         * src/exportldif.c
7278         * src/exportldif.h
7279         * src/filtering.c
7280         * src/filtering.h
7281         * src/folder.c
7282         * src/folder.h
7283         * src/folder_item_prefs.c
7284         * src/folder_item_prefs.h
7285         * src/foldersel.c
7286         * src/foldersel.h
7287         * src/folderutils.c
7288         * src/folderutils.h
7289         * src/folderview.c
7290         * src/folderview.h
7291         * src/grouplistdialog.c
7292         * src/grouplistdialog.h
7293         * src/headerview.c
7294         * src/html.c
7295         * src/html.h
7296         * src/image_viewer.c
7297         * src/image_viewer.h
7298         * src/imap.c
7299         * src/imap.h
7300         * src/imap_gtk.c
7301         * src/imap_gtk.h
7302         * src/import.h
7303         * src/importldif.c
7304         * src/importldif.h
7305         * src/importmutt.c
7306         * src/importmutt.h
7307         * src/importpine.c
7308         * src/importpine.h
7309         * src/inc.c
7310         * src/inc.h
7311         * src/jpilot.c
7312         * src/jpilot.h
7313         * src/ldapctrl.c
7314         * src/ldapctrl.h
7315         * src/ldaplocate.c
7316         * src/ldaplocate.h
7317         * src/ldapquery.c
7318         * src/ldapquery.h
7319         * src/ldapserver.c
7320         * src/ldapserver.h
7321         * src/ldaputil.c
7322         * src/ldaputil.h
7323         * src/ldif.c
7324         * src/ldif.h
7325         * src/main.c
7326         * src/main.h
7327         * src/mainwindow.c
7328         * src/mainwindow.h
7329         * src/manual.c
7330         * src/manual.h
7331         * src/mbox.c
7332         * src/mbox.h
7333         * src/message_search.c
7334         * src/message_search.h
7335         * src/messageview.c
7336         * src/messageview.h
7337         * src/mh.c
7338         * src/mh.h
7339         * src/mh_gtk.c
7340         * src/mh_gtk.h
7341         * src/mimeview.c
7342         * src/mimeview.h
7343         * src/msgcache.c
7344         * src/msgcache.h
7345         * src/mutt.c
7346         * src/mutt.h
7347         * src/news.c
7348         * src/news.h
7349         * src/news_gtk.c
7350         * src/news_gtk.h
7351         * src/partial_download.c
7352         * src/partial_download.h
7353         * src/pine.c
7354         * src/pine.h
7355         * src/pop.c
7356         * src/pop.h
7357         * src/prefs_account.c
7358         * src/prefs_account.h
7359         * src/prefs_actions.c
7360         * src/prefs_actions.h
7361         * src/prefs_common.c
7362         * src/prefs_common.h
7363         * src/prefs_compose_writing.c
7364         * src/prefs_compose_writing.h
7365         * src/prefs_customheader.c
7366         * src/prefs_customheader.h
7367         * src/prefs_display_header.c
7368         * src/prefs_display_header.h
7369         * src/prefs_filtering.c
7370         * src/prefs_filtering.h
7371         * src/prefs_filtering_action.c
7372         * src/prefs_filtering_action.h
7373         * src/prefs_folder_column.c
7374         * src/prefs_folder_column.h
7375         * src/prefs_folder_item.c
7376         * src/prefs_folder_item.h
7377         * src/prefs_fonts.c
7378         * src/prefs_fonts.h
7379         * src/prefs_gtk.c
7380         * src/prefs_gtk.h
7381         * src/prefs_image_viewer.c
7382         * src/prefs_image_viewer.h
7383         * src/prefs_matcher.c
7384         * src/prefs_matcher.h
7385         * src/prefs_message.c
7386         * src/prefs_msg_colors.c
7387         * src/prefs_msg_colors.h
7388         * src/prefs_other.c
7389         * src/prefs_quote.c
7390         * src/prefs_receive.c
7391         * src/prefs_send.c
7392         * src/prefs_spelling.c
7393         * src/prefs_spelling.h
7394         * src/prefs_summaries.c
7395         * src/prefs_summaries.h
7396         * src/prefs_summary_column.c
7397         * src/prefs_summary_column.h
7398         * src/prefs_template.c
7399         * src/prefs_template.h
7400         * src/prefs_themes.c
7401         * src/prefs_themes.h
7402         * src/prefs_toolbar.c
7403         * src/prefs_toolbar.h
7404         * src/prefs_wrapping.c
7405         * src/prefs_wrapping.h
7406         * src/privacy.c
7407         * src/privacy.h
7408         * src/procheader.c
7409         * src/procheader.h
7410         * src/procmime.c
7411         * src/procmime.h
7412         * src/procmsg.c
7413         * src/procmsg.h
7414         * src/quote_fmt.c
7415         * src/quote_fmt_parse.y
7416         * src/recv.c
7417         * src/recv.h
7418         * src/remotefolder.c
7419         * src/remotefolder.h
7420         * src/send_message.c
7421         * src/send_message.h
7422         * src/setup.c
7423         * src/setup.h
7424         * src/sourcewindow.c
7425         * src/sourcewindow.h
7426         * src/ssl_manager.c
7427         * src/ssl_manager.h
7428         * src/statusbar.c
7429         * src/statusbar.h
7430         * src/stock_pixmap.c
7431         * src/stock_pixmap.h
7432         * src/summary_search.c
7433         * src/summary_search.h
7434         * src/summaryview.c
7435         * src/summaryview.h
7436         * src/syldap.c
7437         * src/syldap.h
7438         * src/textview.c
7439         * src/textview.h
7440         * src/toolbar.c
7441         * src/toolbar.h
7442         * src/undo.c
7443         * src/undo.h
7444         * src/unmime.c
7445         * src/unmime.h
7446         * src/vcard.c
7447         * src/vcard.h
7448         * src/wizard.c
7449         * src/wizard.h
7450         * src/common/base64.c
7451         * src/common/base64.h
7452         * src/common/defs.h
7453         * src/common/hooks.c
7454         * src/common/hooks.h
7455         * src/common/log.c
7456         * src/common/log.h
7457         * src/common/mgutils.c
7458         * src/common/mgutils.h
7459         * src/common/nntp.c
7460         * src/common/nntp.h
7461         * src/common/passcrypt.c
7462         * src/common/passcrypt.h.in
7463         * src/common/plugin.c
7464         * src/common/plugin.h
7465         * src/common/prefs.c
7466         * src/common/prefs.h
7467         * src/common/progressindicator.c
7468         * src/common/progressindicator.h
7469         * src/common/quoted-printable.c
7470         * src/common/quoted-printable.h
7471         * src/common/session.c
7472         * src/common/session.h
7473         * src/common/smtp.c
7474         * src/common/smtp.h
7475         * src/common/socket.c
7476         * src/common/socket.h
7477         * src/common/ssl.c
7478         * src/common/ssl.h
7479         * src/common/ssl_certificate.c
7480         * src/common/ssl_certificate.h
7481         * src/common/stringtable.c
7482         * src/common/stringtable.h
7483         * src/common/sylpheed.c
7484         * src/common/sylpheed.h
7485         * src/common/template.c
7486         * src/common/template.h
7487         * src/common/timing.h
7488         * src/common/utils.c
7489         * src/common/utils.h
7490         * src/common/version.h.in
7491         * src/common/xml.c
7492         * src/common/xml.h
7493         * src/common/xmlprops.c
7494         * src/common/xmlprops.h
7495         * src/gtk/colorlabel.c
7496         * src/gtk/colorsel.c
7497         * src/gtk/colorsel.h
7498         * src/gtk/description_window.c
7499         * src/gtk/description_window.h
7500         * src/gtk/filesel.c
7501         * src/gtk/filesel.h
7502         * src/gtk/foldersort.c
7503         * src/gtk/foldersort.h
7504         * src/gtk/gtkutils.c
7505         * src/gtk/gtkutils.h
7506         * src/gtk/inputdialog.c
7507         * src/gtk/inputdialog.h
7508         * src/gtk/logwindow.c
7509         * src/gtk/logwindow.h
7510         * src/gtk/manage_window.c
7511         * src/gtk/manage_window.h
7512         * src/gtk/menu.c
7513         * src/gtk/menu.h
7514         * src/gtk/pluginwindow.c
7515         * src/gtk/pluginwindow.h
7516         * src/gtk/prefswindow.c
7517         * src/gtk/prefswindow.h
7518         * src/gtk/progressdialog.c
7519         * src/gtk/progressdialog.h
7520         * src/gtk/sslcertwindow.c
7521         * src/gtk/sslcertwindow.h
7522         * src/plugins/clamav/clamav_plugin.c
7523         * src/plugins/clamav/clamav_plugin.h
7524         * src/plugins/clamav/clamav_plugin_gtk.c
7525         * src/plugins/demo/demo.c
7526         * src/plugins/dillo_viewer/dillo_prefs.c
7527         * src/plugins/dillo_viewer/dillo_prefs.h
7528         * src/plugins/dillo_viewer/dillo_viewer.c
7529         * src/plugins/pgpcore/passphrase.c
7530         * src/plugins/pgpcore/passphrase.h
7531         * src/plugins/pgpcore/plugin.c
7532         * src/plugins/pgpcore/select-keys.c
7533         * src/plugins/pgpcore/select-keys.h
7534         * src/plugins/pgpcore/sgpgme.c
7535         * src/plugins/pgpcore/sgpgme.h
7536         * src/plugins/pgpinline/pgpinline.c
7537         * src/plugins/pgpinline/pgpinline.h
7538         * src/plugins/pgpinline/plugin.c
7539         * src/plugins/pgpmime/pgpmime.c
7540         * src/plugins/pgpmime/pgpmime.h
7541         * src/plugins/pgpmime/plugin.c
7542         * src/plugins/spamassassin/spamassassin.c
7543         * src/plugins/spamassassin/spamassassin.h
7544         * src/plugins/spamassassin/spamassassin_gtk.c
7545         * src/plugins/trayicon/trayicon.c
7546                 update copyright header
7547
7548 2006-01-13 [paul]       1.9.100cvs141
7549
7550         * src/account.c
7551         * src/export.c
7552         * src/import.c
7553         * src/mainwindow.c
7554         * src/prefs_account.c
7555         * src/prefs_display_header.c
7556         * src/prefs_receive.c
7557         * src/prefs_send.c
7558         * src/prefs_summaries.c
7559         * src/prefs_themes.c
7560         * src/prefs_toolbar.c
7561         * src/gtk/about.c
7562                 various cleanups
7563
7564 2006-01-12 [colin]      1.9.100cvs140
7565
7566         * src/folder.c
7567         * src/folder.h
7568         * src/main.c
7569                 Add --subscribe option
7570                 Let sylpheed-claws email@domain.com equivalent to --compose
7571                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7572
7573 2006-01-12 [paul]       1.9.100cvs139
7574
7575         * src/mainwindow.c
7576                 append 'Change folder order' label with '...'
7577         * src/prefs_actions.c
7578                 allow reordering of actions list by dnd
7579         * src/gtk/foldersort.c
7580                 make the dialog nicer
7581
7582 2006-01-11 [colin]      1.9.100cvs138
7583
7584         * src/compose.c
7585                 Allow templates without text
7586
7587 2006-01-11 [paul]       1.9.100cvs137
7588
7589         * tools/README
7590         * tools/filter_conv_new.pl
7591                 add info to README
7592                 also check .sylpheed for filter.xml
7593                 be a bit informative to the user
7594
7595 2006-01-11 [colin]      1.9.100cvs136
7596
7597         * src/textview.c
7598                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7599
7600 2006-01-10 [paul]       1.9.100cvs135
7601
7602         * tools/Makefile.am
7603         * tools/filter_conv_new.pl
7604                 add script to convert new style Sylpheed
7605                 filter rules (Sylpheed >= 0.9.99) to
7606                 Claws filtering rules
7607
7608 2006-01-10 [colin]      1.9.100cvs134
7609
7610         * src/compose.c
7611                 Fix broken line joins in certain conditions
7612                 (between two quoted lines: <enter><enter><up>
7613                  <type a wrapped sentence><go in the first line>
7614                  <insert more text><watch as line joining failed>)
7615
7616 2006-01-10 [paul]       1.9.100cvs133
7617
7618         * src/compose.c
7619                 don't report success in error dialog
7620                 thanks to Colin
7621         * src/common/utils.c
7622                 include some trailing punctuations as URI
7623                 thanks to Hiro
7624
7625 2006-01-10 [paul]       1.9.100cvs132
7626
7627         * src/mimeview.c
7628                 fix incompatible pointer type
7629                 warning
7630
7631 2006-01-10 [paul]       1.9.100cvs131
7632
7633         * src/compose.c
7634                 change Subject in window title
7635                 instantaneously
7636
7637 2006-01-09 [colin]      1.9.100cvs130
7638
7639         * src/addressbook.c
7640         * src/headerview.c
7641         * src/mainwindow.c
7642         * src/messageview.c
7643         * src/mimeview.c
7644         * src/noticeview.c
7645         * src/summaryview.c
7646                 Fix possible crashes on exit and in addressbook
7647
7648 2006-01-09 [paul]       1.9.100cvs129
7649
7650         * src/prefs_msg_colors.c
7651                 some cleanups that I forgot last time
7652
7653 2006-01-09 [paul]       1.9.100cvs128
7654
7655         * README
7656         * src/folderview.c
7657         * src/prefs_msg_colors.c
7658                 add previously hidden option, color_new, to
7659                 the gui
7660                 move the page to Display/
7661                 rework the gui
7662
7663 2006-01-09 [wwp]        1.9.100cvs127
7664
7665         * src/prefs_themes.c
7666                 made the prefs/display/themes layouts spacing less condensed
7667                 (and so they match other prefs/pages' look).
7668
7669 2006-01-09 [paul]       1.9.100cvs126
7670
7671         * src/compose.c
7672         * src/prefs_common.c
7673         * src/prefs_common.h
7674         * src/prefs_wrapping.c
7675                 remove 'wrap at send' option
7676
7677 2006-01-06 [colin]      1.9.100cvs125
7678
7679         * src/compose.c
7680                 Just make completely sure we don't insert "manual line breaks" 
7681                 when wrapping... 
7682
7683 2006-01-04 [paul]
7684
7685         * 2.0.0-rc3 released
7686
7687 2006-01-04 [paul]       1.9.100cvs124
7688
7689         * src/folderview.c
7690                 fix bug 882, 'quick scroll in folder list
7691                 displays wrong folder contents'
7692
7693 2006-01-04 [paul]       1.9.100cvs123
7694
7695         * src/plugins/pgpmime/pgpmime.c
7696                 better debug information when signing
7697                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7698
7699 2006-01-03 [colin]      1.9.100cvs122
7700
7701         * configure.ac
7702                 We need to recheck for gpgme 1.0.0 after checking
7703                 for 1.1.1, because if 1.1.1 isn't available, 
7704                 GPGME_LIBS and friends are blanked out by the 
7705                 second check.
7706
7707 2006-01-03 [colin]      1.9.100cvs121
7708
7709         * src/common/prefs.c
7710                 Windows unlink-before rename fix
7711         * src/plugins/pgpcore/sgpgme.c
7712                 Add support for PKA info if available
7713                 Both patches by Werner Koch
7714
7715 2006-01-03 [paul]       1.9.100cvs120
7716
7717         * src/messageview.c
7718                 fix bug 884, 'Send receipt' button visible in queue
7719                 Thanks to Colin
7720
7721 2006-01-02 [colin]      1.9.100cvs119
7722
7723         * src/compose.c
7724         * src/imap.c
7725                 Fix autosave on IMAP and more generally try to
7726                 return the correct ID on a newly added IMAP message
7727
7728 2006-01-02 [paul]       1.9.100cvs118
7729
7730         * manual/keyboard.xml
7731                 edited
7732
7733 2006-01-01 [paul]       1.9.100cvs117
7734
7735         * src/gtk/authors.h
7736                 alphabetical order
7737
7738 2005-12-30 [colin]      1.9.100cvs116
7739
7740         * manual/advanced.xml
7741                 Explain Pre/Post-processing differences.
7742
7743 2005-12-30 [colin]      1.9.100cvs115
7744
7745         * src/mh.c
7746                 Implement copy_msgs for a little optimization
7747         * src/imap.c
7748                 Finish yesterday's fix
7749
7750 2005-12-29 [colin]      1.9.100cvs114
7751
7752         * src/imap.c
7753                 Fix occasional failure in fetching a mail over
7754                 IMAP
7755
7756 2005-12-29 [colin]      1.9.100cvs113
7757
7758         * src/compose.c
7759                 Don't remove a draft when sending it, if it is 
7760                 locked.
7761
7762 2005-12-28 [colin]      1.9.100cvs112
7763
7764         * src/summaryview.c
7765                 Fix leak for real
7766
7767 2005-12-28 [wwp]        1.9.100cvs111
7768
7769         * doc/faq/.cvsignore
7770         * doc/faq/de/.cvsignore
7771         * doc/faq/en/.cvsignore
7772         * doc/faq/es/.cvsignore
7773         * doc/faq/fr/.cvsignore
7774         * doc/faq/it/.cvsignore
7775         * doc/manual/.cvsignore
7776         * doc/manual/de/.cvsignore
7777         * doc/manual/en/.cvsignore
7778         * doc/manual/es/.cvsignore
7779         * doc/manual/fr/.cvsignore
7780         * doc/manual/ja/.cvsignore
7781         * src/plugins/mathml_viewer/.cvsignore
7782                 rollback revival of those files (my bad, sorry for the noise).
7783
7784 2005-12-28 [wwp]        1.9.100cvs110
7785
7786         * src/compose.c
7787                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7788
7789 2005-12-28 [wwp]        1.9.100cvs109
7790
7791         * doc/faq/.cvsignore
7792         * doc/faq/de/.cvsignore
7793         * doc/faq/en/.cvsignore
7794         * doc/faq/es/.cvsignore
7795         * doc/faq/fr/.cvsignore
7796         * doc/faq/it/.cvsignore
7797         * doc/manual/.cvsignore
7798         * doc/manual/de/.cvsignore
7799         * doc/manual/en/.cvsignore
7800         * doc/manual/es/.cvsignore
7801         * doc/manual/fr/.cvsignore
7802         * doc/manual/ja/.cvsignore
7803         * src/plugins/mathml_viewer/.cvsignore
7804         * po/.cvsignore
7805                 more files to ignore.
7806
7807 2005-12-24 [colin]      1.9.100cvs108
7808
7809         * AUTHORS
7810         * src/gtk/authors.h
7811                 Update for Werner
7812
7813 2005-12-24 [colin]      1.9.100cvs107
7814
7815         * src/procmsg.c
7816                 Allow NULL src_msginfo in 
7817                 procmsg_msginfo_new_from_mimeinfo
7818
7819 2005-12-23 [paul]       1.9.100cvs106
7820
7821         * src/plugins/pgpinline/mypgpcore.def
7822                 add this forgotten file
7823
7824 2005-12-23 [colin]      1.9.100cvs105
7825
7826         * src/mainwindow.c
7827                 Fix missing break
7828
7829 2005-12-23 [colin]      1.9.100cvs104
7830
7831         * autogen.sh
7832         * src/folder.c
7833         * src/mh.c
7834         * src/common/plugin.c
7835         * src/common/socket.c
7836         * src/common/socket.h
7837         * src/common/utils.c
7838         * src/common/utils.h
7839         * src/gtk/pluginwindow.c
7840         * src/plugins/pgpcore/plugin.def
7841         * src/plugins/pgpcore/sylpheed.def
7842         * src/plugins/pgpinline/Makefile.am
7843         * src/plugins/pgpinline/plugin.def
7844         * src/plugins/pgpinline/sylpheed.def
7845         * src/plugins/pgpmime/plugin.def
7846         * src/plugins/pgpmime/sylpheed.def
7847                 Various w32 fixes by Werner Koch
7848
7849 2005-12-22 [paul]       1.9.100cvs103
7850
7851         * src/wizard.c
7852                 don't offer IMAP as 'server type' if
7853                 libetpan isn't built in
7854
7855 2005-12-22 [paul]       1.9.100cvs102
7856
7857         * AUTHORS
7858         * src/mainwindow.c
7859         * src/mainwindow.h
7860         * src/toolbar.c
7861         * src/gtk/authors.h
7862                 support GTK_TOOLBAR_BOTH_HORIZ (text
7863                 next to icon) Patch by Marien Zwart
7864                 marienz@users.sf.net
7865                 Also reword the text
7866
7867 2005-12-21 [colin]      1.9.100cvs101
7868
7869         * configure.ac
7870                 Fix DATADIRNAME
7871         * COPYING
7872                 Fix missing section and explicit the exception better
7873         * src/compose.c
7874                 Prevent mail from being lost without notice when an
7875                 SMTP error happens on trying to send an unmodified
7876                 drafted mail.
7877         * src/send_message.c
7878         * src/common/smtp.c
7879                 Fix password remembering when wrong, and add return
7880                 value checks where they should have been
7881         * src/plugins/pgpcore/sylpheed.def
7882         * src/plugins/pgpinline/sylpheed.def
7883         * src/plugins/pgpmime/sylpheed.def
7884                 Add a few symbols needed
7885
7886 2005-12-21 [paul]       1.9.100cvs100
7887
7888         * m4/codeset.m4
7889         * m4/glibc21.m4
7890         * m4/intdiv0.m4
7891         * m4/inttypes-pri.m4
7892         * m4/inttypes.m4
7893         * m4/inttypes_h.m4
7894         * m4/isc-posix.m4
7895         * m4/lcmessage.m4
7896         * m4/stdint_h.m4
7897         * m4/uintmax_t.m4
7898                 gettextization
7899                 thanks to Colin
7900
7901 2005-12-21 [paul]       1.9.100cvs99
7902
7903         * po/sv.po
7904                 fixed by Colin
7905
7906 2005-12-20 [paul]       1.9.100cvs98
7907
7908         * po/sv.po
7909                 updated by Anders Trobäck
7910
7911 2005-12-20 [colin]      1.9.100cvs97
7912
7913         * ABOUT-NLS
7914         * Makefile.am
7915         * autogen.sh
7916         * configure.ac
7917         * config/config.rpath
7918         * config/mkinstalldirs
7919         * m4/Makefile.am
7920         * m4/glibc2.m4
7921         * m4/gnupg.m4
7922         * m4/gpgme.m4
7923         * m4/intmax.m4
7924         * m4/longdouble.m4
7925         * m4/longlong.m4
7926         * m4/printf-posix.m4
7927         * m4/signed.m4
7928         * m4/size_max.m4
7929         * m4/ulonglong.m4
7930         * m4/wchar_t.m4
7931         * m4/wint_t.m4
7932         * m4/xsize.m4
7933         * po/Makefile.in.in
7934         * po/Makevars
7935         * po/bg.po
7936         * po/ca.po
7937         * po/cs.po
7938         * po/de.po
7939         * po/el.po
7940         * po/en_GB.po
7941         * po/es.po
7942         * po/fi.po
7943         * po/fr.po
7944         * po/hr.po
7945         * po/hu.po
7946         * po/it.po
7947         * po/ja.po
7948         * po/ko.po
7949         * po/nb.po
7950         * po/nl.po
7951         * po/pl.po
7952         * po/pt_BR.po
7953         * po/ru.po
7954         * po/sk.po
7955         * po/sr.po
7956         * po/stamp-po
7957         * po/sv.po
7958         * po/zh_CN.po
7959         * po/zh_TW.po
7960         * src/Makefile.am
7961         * src/codeconv.c
7962         * src/compose.c
7963         * src/exporthtml.c
7964         * src/exportldif.c
7965         * src/folder.c
7966         * src/main.c
7967         * src/manual.c
7968         * src/mh.c
7969         * src/mimeview.c
7970         * src/send_message.c
7971         * src/common/Makefile.am
7972         * src/common/fnmatch.c
7973         * src/common/fnmatch.h
7974         * src/common/fnmatch_loop.c
7975         * src/common/nntp.c
7976         * src/common/plugin.c
7977         * src/common/smtp.c
7978         * src/common/socket.c
7979         * src/common/string_match.c
7980         * src/common/sylpheed.c
7981         * src/common/utils.c
7982         * src/common/utils.h
7983         * src/common/w32_dirent.c
7984         * src/common/w32_reg.c
7985         * src/common/w32_signal.c
7986         * src/common/w32_stat.c
7987         * src/common/w32_stdio.c
7988         * src/common/w32_stdlib.c
7989         * src/common/w32_string.c
7990         * src/common/w32_time.c
7991         * src/common/w32_unistd.c
7992         * src/common/w32_wait.c
7993         * src/common/w32lib.h
7994         * src/etpan/Makefile.am
7995         * src/gtk/Makefile.am
7996         * src/plugins/clamav/Makefile.am
7997         * src/plugins/demo/Makefile.am
7998         * src/plugins/dillo_viewer/Makefile.am
7999         * src/plugins/pgpcore/Makefile.am
8000         * src/plugins/pgpcore/passphrase.c
8001         * src/plugins/pgpcore/plugin.def
8002         * src/plugins/pgpcore/sgpgme.c
8003         * src/plugins/pgpcore/sylpheed.def
8004         * src/plugins/pgpcore/version.rc
8005         * src/plugins/pgpinline/Makefile.am
8006         * src/plugins/pgpinline/plugin.def
8007         * src/plugins/pgpinline/sylpheed.def
8008         * src/plugins/pgpinline/version.rc
8009         * src/plugins/pgpmime/Makefile.am
8010         * src/plugins/pgpmime/mypgpcore.def
8011         * src/plugins/pgpmime/plugin.def
8012         * src/plugins/pgpmime/sylpheed.def
8013         * src/plugins/pgpmime/version.rc
8014         * src/plugins/spamassassin/Makefile.am
8015                 Very little ;-) patch from Werner Koch, providing
8016                 infrastructure for cross-compiling to Win32
8017
8018 2005-12-20 [paul]       1.9.100cvs96
8019
8020         * src/account.c
8021         * src/account.h
8022         * src/mainwindow.c
8023         * src/mainwindow.h
8024         * src/toolbar.c
8025         * src/toolbar.h
8026                 add a combo to the Get All button, allowing
8027                 quick retrieval from any account
8028                 Patch by Fabien Vantard, slightly modified
8029                 by Colin
8030         * src/gtk/about.c
8031                 i18n fix. Patch by Fabien Vantard
8032
8033 2005-12-19 [colin]      1.9.100cvs95
8034
8035         * src/compose.c
8036         * src/compose.h
8037                 Don't automatically join lines when they've 
8038                 been separated by the user and not automatically
8039
8040 2005-12-19 [paul]       1.9.100cvs94
8041
8042         * src/gtk/pluginwindow.c
8043                 i18n fix.
8044                 Patch by Fabien Vantard
8045
8046 2005-12-15 [paul]       1.9.100cvs93
8047
8048         * src/common/plugin.c
8049         * src/common/plugin.h
8050         * src/gtk/pluginwindow.c
8051         * src/plugins/clamav/clamav_plugin.c
8052         * src/plugins/demo/demo.c
8053         * src/plugins/dillo_viewer/dillo_viewer.c
8054         * src/plugins/pgpcore/plugin.c
8055         * src/plugins/pgpinline/plugin.c
8056         * src/plugins/pgpmime/plugin.c
8057         * src/plugins/spamassassin/spamassassin.c
8058         * src/plugins/trayicon/trayicon.c
8059                 add plugin_version()
8060
8061 2005-12-15 [colin]      1.9.100cvs92
8062
8063         * src/compose.c
8064                 Further fix bug #875
8065
8066 2005-12-15 [paul]       1.9.100cvs91
8067
8068         * src/gtk/filesel.c
8069                 fix attach_load_dir getting set to
8070                 PLUGINDIR on plugin load
8071
8072 2005-12-14 [mones]      1.9.100cvs90
8073
8074         * manual/ack.xml
8075         * manual/keyboard.xml
8076                 Initial draft and some shortcuts added
8077                 
8078         * po/es.po
8079                 Updated translation
8080
8081 2005-12-14 [colin]      1.9.100cvs89
8082
8083         * src/compose.c
8084         * src/imap.c
8085         * src/summaryview.c
8086         * src/gtk/gtkaspell.c
8087                 More leaks fixed
8088         * src/prefs_folder_item.c
8089                 Fix recursive prefs apply
8090
8091
8092 2005-12-14 [colin]      1.9.100cvs88
8093
8094         * src/compose.c
8095                 Fix bug #875 (Freeze On Inline Forward of 
8096                 Large Message)
8097
8098 2005-12-13 [colin]      1.9.100cvs87
8099
8100         * src/compose.c
8101                 Uniq-ify and sort the mimetypes list
8102                 Patch by Fabien Vantard
8103
8104 2005-12-13 [colin]      1.9.100cvs86
8105
8106         * src/imap.c
8107         * src/etpan/imap-thread.c
8108                 Fix leaks (patch by Hoa)
8109         * src/news.c
8110         * src/common/plugin.c
8111                 Fix leaks
8112
8113 2005-12-12 [colin]
8114
8115         * 2.0.0-rc2 released
8116
8117 2005-12-12 [colin]      1.9.100cvs85
8118
8119         * src/matcher.c
8120                 Fix a leak
8121
8122 2005-12-12 [wwp]        1.9.100cvs84
8123
8124         * src/gtk/icon_legend.c
8125                 fix misbehaviour and crash when closing the legend window
8126         using the Esc key (patch by Fabien Vantard).
8127
8128 2005-12-12 [paul]       1.9.100cvs83
8129
8130         * src/browseldap.c
8131         * src/foldersel.c
8132         * src/prefs_actions.c
8133         * src/prefs_filtering.c
8134         * src/prefs_matcher.c
8135         * src/prefs_spelling.glade      ** REMOVED **
8136         * src/prefs_template.c
8137         * src/gtk/foldersort.glade      ** REMOVED **
8138         * src/gtk/pluginwindow.c
8139         * src/gtk/pluginwindow.glade    ** REMOVED **
8140         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
8141                 cleanups
8142
8143 2005-12-11 [paul]       1.9.100cvs82
8144
8145         * src/gtk/filesel.c
8146                 fix attach_load_dir crasher (double free)
8147
8148 2005-12-09 [paul]       1.9.100cvs81
8149
8150         * po/POTFILES.in
8151         * src/mainwindow.c
8152         * src/gtk/Makefile.am
8153         * src/gtk/icon_legend.c
8154         * src/gtk/icon_legend.h
8155                 add icon legend
8156         * src/manual.c
8157                 cleanup
8158
8159 2005-12-09 [paul]       1.9.100cvs80
8160
8161         * src/plugins/pgpcore/passphrase.c
8162                 wrap the label in the dialog
8163
8164 2005-12-09 [colin]      1.9.100cvs79
8165
8166         * src/plugins/pgpcore/sgpgme.c
8167                 Display (untrusted) on not trusted signatures
8168                 Patch by Michal Èihaø <michal@cihar.com>
8169                 Closes bug #867 (Report also key trust)
8170
8171 2005-12-09 [colin]      1.9.100cvs78
8172
8173         * src/common/plugin.c
8174                 Update licence check, following Eben Moglen's advice
8175
8176 2005-12-08 [colin]      1.9.100cvs77
8177
8178         * src/folder.c
8179                 Fix the occasionnal item->cache != NULL 
8180                 assertion failure. 
8181
8182 2005-12-08 [colin]      1.9.100cvs76
8183
8184         * src/mimeview.c
8185         * src/plugins/pgpcore/sgpgme.c
8186                 Print key id when unable to check it
8187                 Closes bug #866 (Show key id when missing)
8188
8189 2005-12-08 [paul]       1.9.100cvs75
8190
8191         * src/prefs_common.c
8192         * src/prefs_common.h
8193         * src/gtk/filesel.c
8194                 remember load attachment dir
8195
8196 2005-12-07 [colin]      1.9.100cvs74
8197
8198         * src/prefs_toolbar.c
8199                 Gtk fixes, patch by Fabien Vantard
8200
8201 2005-12-07 [colin]      1.9.100cvs73
8202
8203         * src/action.c
8204         * src/compose.c
8205         * src/compose.h
8206                 Fix bug #839 (Quoted text isn't colored after 
8207                 executing an action)
8208         * src/common/plugin.c
8209                 Require plugins to declare their licence in plugin_licence()
8210                 Refuse to load non-GPL plugins as they'd be illegal (as 
8211                 derived works of Sylpheed-Claws, they must be GPL).
8212         * src/plugins/clamav/clamav_plugin.c
8213         * src/plugins/demo/demo.c
8214         * src/plugins/dillo_viewer/dillo_viewer.c
8215         * src/plugins/pgpcore/plugin.c
8216         * src/plugins/pgpinline/plugin.c
8217         * src/plugins/pgpmime/plugin.c
8218         * src/plugins/spamassassin/spamassassin.c
8219         * src/plugins/trayicon/trayicon.c
8220                 Add plugin_licence()
8221
8222 2005-12-07 [paul]       1.9.100cvs72
8223
8224         * configure.ac
8225         * src/mainwindow.c
8226         * src/manual.c
8227         * src/manual.h
8228         * src/common/defs.h
8229                 clean up after local FAQ removal and
8230                 temporary manual removal
8231
8232 2005-12-06 [colin]      1.9.100cvs71
8233
8234         * configure.ac
8235         * doc/Makefile.am
8236         * doc/faq/.cvsignore
8237         * doc/faq/Makefile.am
8238         * doc/faq/de/.cvsignore
8239         * doc/faq/de/Makefile.am
8240         * doc/faq/de/sylpheed-faq-1.html
8241         * doc/faq/de/sylpheed-faq-2.html
8242         * doc/faq/de/sylpheed-faq-3.html
8243         * doc/faq/de/sylpheed-faq.html
8244         * doc/faq/en/.cvsignore
8245         * doc/faq/en/Makefile.am
8246         * doc/faq/en/sylpheed-faq-1.html
8247         * doc/faq/en/sylpheed-faq-2.html
8248         * doc/faq/en/sylpheed-faq-3.html
8249         * doc/faq/en/sylpheed-faq-4.html
8250         * doc/faq/en/sylpheed-faq.html
8251         * doc/faq/es/.cvsignore
8252         * doc/faq/es/Makefile.am
8253         * doc/faq/es/sylpheed-faq-1.html
8254         * doc/faq/es/sylpheed-faq-2.html
8255         * doc/faq/es/sylpheed-faq-3.html
8256         * doc/faq/es/sylpheed-faq-4.html
8257         * doc/faq/es/sylpheed-faq.html
8258         * doc/faq/fr/.cvsignore
8259         * doc/faq/fr/Makefile.am
8260         * doc/faq/fr/sylpheed-faq-1.html
8261         * doc/faq/fr/sylpheed-faq-2.html
8262         * doc/faq/fr/sylpheed-faq-3.html
8263         * doc/faq/fr/sylpheed-faq.html
8264         * doc/faq/it/.cvsignore
8265         * doc/faq/it/Makefile.am
8266         * doc/faq/it/sylpheed-faq-1.html
8267         * doc/faq/it/sylpheed-faq-2.html
8268         * doc/faq/it/sylpheed-faq-3.html
8269         * doc/faq/it/sylpheed-faq.html
8270         * doc/manual/.cvsignore
8271         * doc/manual/Makefile.am
8272         * doc/manual/de/.cvsignore
8273         * doc/manual/de/Makefile.am
8274         * doc/manual/de/sylpheed-1.html
8275         * doc/manual/de/sylpheed-10.html
8276         * doc/manual/de/sylpheed-11.html
8277         * doc/manual/de/sylpheed-12.html
8278         * doc/manual/de/sylpheed-13.html
8279         * doc/manual/de/sylpheed-14.html
8280         * doc/manual/de/sylpheed-15.html
8281         * doc/manual/de/sylpheed-16.html
8282         * doc/manual/de/sylpheed-17.html
8283         * doc/manual/de/sylpheed-18.html
8284         * doc/manual/de/sylpheed-19.html
8285         * doc/manual/de/sylpheed-2.html
8286         * doc/manual/de/sylpheed-20.html
8287         * doc/manual/de/sylpheed-3.html
8288         * doc/manual/de/sylpheed-4.html
8289         * doc/manual/de/sylpheed-5.html
8290         * doc/manual/de/sylpheed-6.html
8291         * doc/manual/de/sylpheed-7.html
8292         * doc/manual/de/sylpheed-8.html
8293         * doc/manual/de/sylpheed-9.html
8294         * doc/manual/de/sylpheed.html
8295         * doc/manual/en/.cvsignore
8296         * doc/manual/en/Makefile.am
8297         * doc/manual/en/sylpheed-1.html
8298         * doc/manual/en/sylpheed-10.html
8299         * doc/manual/en/sylpheed-11.html
8300         * doc/manual/en/sylpheed-12.html
8301         * doc/manual/en/sylpheed-13.html
8302         * doc/manual/en/sylpheed-14.html
8303         * doc/manual/en/sylpheed-15.html
8304         * doc/manual/en/sylpheed-16.html
8305         * doc/manual/en/sylpheed-17.html
8306         * doc/manual/en/sylpheed-18.html
8307         * doc/manual/en/sylpheed-19.html
8308         * doc/manual/en/sylpheed-2.html
8309         * doc/manual/en/sylpheed-20.html
8310         * doc/manual/en/sylpheed-21.html
8311         * doc/manual/en/sylpheed-22.html
8312         * doc/manual/en/sylpheed-3.html
8313         * doc/manual/en/sylpheed-4.html
8314         * doc/manual/en/sylpheed-5.html
8315         * doc/manual/en/sylpheed-6.html
8316         * doc/manual/en/sylpheed-7.html
8317         * doc/manual/en/sylpheed-8.html
8318         * doc/manual/en/sylpheed-9.html
8319         * doc/manual/en/sylpheed.html
8320         * doc/manual/es/.cvsignore
8321         * doc/manual/es/Makefile.am
8322         * doc/manual/es/sylpheed-1.html
8323         * doc/manual/es/sylpheed-10.html
8324         * doc/manual/es/sylpheed-11.html
8325         * doc/manual/es/sylpheed-12.html
8326         * doc/manual/es/sylpheed-13.html
8327         * doc/manual/es/sylpheed-14.html
8328         * doc/manual/es/sylpheed-15.html
8329         * doc/manual/es/sylpheed-16.html
8330         * doc/manual/es/sylpheed-17.html
8331         * doc/manual/es/sylpheed-18.html
8332         * doc/manual/es/sylpheed-19.html
8333         * doc/manual/es/sylpheed-2.html
8334         * doc/manual/es/sylpheed-20.html
8335         * doc/manual/es/sylpheed-3.html
8336         * doc/manual/es/sylpheed-4.html
8337         * doc/manual/es/sylpheed-5.html
8338         * doc/manual/es/sylpheed-6.html
8339         * doc/manual/es/sylpheed-7.html
8340         * doc/manual/es/sylpheed-8.html
8341         * doc/manual/es/sylpheed-9.html
8342         * doc/manual/es/sylpheed.html
8343         * doc/manual/fr/.cvsignore
8344         * doc/manual/fr/Makefile.am
8345         * doc/manual/fr/sylpheed-1.html
8346         * doc/manual/fr/sylpheed-10.html
8347         * doc/manual/fr/sylpheed-11.html
8348         * doc/manual/fr/sylpheed-12.html
8349         * doc/manual/fr/sylpheed-13.html
8350         * doc/manual/fr/sylpheed-14.html
8351         * doc/manual/fr/sylpheed-15.html
8352         * doc/manual/fr/sylpheed-16.html
8353         * doc/manual/fr/sylpheed-17.html
8354         * doc/manual/fr/sylpheed-18.html
8355         * doc/manual/fr/sylpheed-19.html
8356         * doc/manual/fr/sylpheed-2.html
8357         * doc/manual/fr/sylpheed-20.html
8358         * doc/manual/fr/sylpheed-3.html
8359         * doc/manual/fr/sylpheed-4.html
8360         * doc/manual/fr/sylpheed-5.html
8361         * doc/manual/fr/sylpheed-6.html
8362         * doc/manual/fr/sylpheed-7.html
8363         * doc/manual/fr/sylpheed-8.html
8364         * doc/manual/fr/sylpheed-9.html
8365         * doc/manual/fr/sylpheed.html
8366         * doc/manual/ja/.cvsignore
8367         * doc/manual/ja/Makefile.am
8368         * doc/manual/ja/sylpheed-1.html
8369         * doc/manual/ja/sylpheed-10.html
8370         * doc/manual/ja/sylpheed-11.html
8371         * doc/manual/ja/sylpheed-12.html
8372         * doc/manual/ja/sylpheed-13.html
8373         * doc/manual/ja/sylpheed-14.html
8374         * doc/manual/ja/sylpheed-15.html
8375         * doc/manual/ja/sylpheed-16.html
8376         * doc/manual/ja/sylpheed-17.html
8377         * doc/manual/ja/sylpheed-18.html
8378         * doc/manual/ja/sylpheed-19.html
8379         * doc/manual/ja/sylpheed-2.html
8380         * doc/manual/ja/sylpheed-20.html
8381         * doc/manual/ja/sylpheed-3.html
8382         * doc/manual/ja/sylpheed-4.html
8383         * doc/manual/ja/sylpheed-5.html
8384         * doc/manual/ja/sylpheed-6.html
8385         * doc/manual/ja/sylpheed-7.html
8386         * doc/manual/ja/sylpheed-8.html
8387         * doc/manual/ja/sylpheed-9.html
8388         * doc/manual/ja/sylpheed.html
8389         * doc/manual/ja/sylpheed.sgml
8390         * src/mainwindow.c
8391                 Remove outdated manual and faq. Noisy, eh?
8392
8393 2005-12-06 [colin]      1.9.100cvs70
8394
8395         * src/compose.c
8396         * src/quote_fmt_parse.y
8397         * src/undo.c
8398         * src/undo.h
8399                 Allow %X to position cursor at 0 
8400                 (no %X = before signature)
8401                 Fix paste as quotation putting the cursor at 0
8402                 Fix undo offsets when pasting
8403                 Insert the quote_fmt at once instead of line 
8404                 by line
8405                 Fix [Edited] when starting to reply/forward
8406
8407 2005-12-06 [paul]       1.9.100cvs69
8408
8409         * src/plugins/clamav/clamav_plugin_gtk.c
8410                 add another tooltip
8411         * src/plugins/spamassassin/spamassassin_gtk.c
8412                 rework spamassassin_create_widget_func()
8413
8414 2005-12-05 [colin]      1.9.100cvs68
8415
8416         * po/POTFILES.in
8417                 Fix make release ;-)
8418
8419 2005-12-05 [colin]      1.9.100cvs67
8420
8421         * src/compose.c
8422         * src/compose.h
8423                 Fix cursor positioning (not obeying %X)
8424
8425 2005-12-05 [paul]       1.9.100cvs66
8426
8427         * src/plugins/dillo_viewer/dillo_prefs.c
8428                 fix compilation warning
8429
8430 2005-12-05 [paul]       1.9.100cvs65
8431
8432         * src/prefs_spelling.c
8433         * src/plugins/trayicon/trayicon.c
8434                 cleanups - remove unused stuff
8435
8436 2005-12-05 [paul]       1.9.100cvs64
8437
8438         * README
8439         * manual/plugins.xml
8440                 remove info about removed mathml_viewer plugin
8441
8442 2005-12-05 [paul]       1.9.100cvs63
8443
8444         * configure.ac
8445         * src/plugins/Makefile.am
8446         * src/plugins/mathml_viewer/.cvsignore
8447         * src/plugins/mathml_viewer/Makefile.am
8448         * src/plugins/mathml_viewer/mathml_viewer.c
8449                 remove unmaintained mathml_viewer plugin
8450
8451 2005-12-05 [paul]       1.9.100cvs62
8452
8453         * src/summaryview.c
8454                 obey prefs_common.always_show_msg when
8455                 moving a msg
8456                 Thanks to Colin
8457
8458 2005-12-05 [paul]       1.9.100cvs61
8459
8460         * src/compose.c
8461         * src/prefs_account.c
8462         * src/prefs_filtering.c
8463         * src/prefs_quote.c
8464         * src/prefs_spelling.c
8465         * src/prefs_toolbar.c
8466         * src/summaryview.c
8467         * src/gtk/gtkutils.c
8468         * src/gtk/quicksearch.c
8469         * src/plugins/dillo_viewer/dillo_prefs.c
8470                 dialog cleanups
8471
8472 2005-12-04 [paul]       1.9.100cvs60
8473
8474         * src/inc.c
8475         * src/prefs_account.c
8476         * src/prefs_account.h
8477                 allow a Local account to specify a
8478                 default inbox
8479                 (closes bug 843 'Inbox cannot be changed for local
8480                  mailboxes')
8481
8482 2005-12-04 [colin]      1.9.100cvs59
8483
8484         * src/plugins/trayicon/trayicon.c
8485                 Remove Get, rename Get All to Get Mail in order to
8486                 be consistent with the default main toolbar
8487
8488 2005-12-03 [colin]      1.9.100cvs58
8489
8490         * manual/gpl.xml
8491         * manual/sylpheed-claws-manual.xml
8492                 Add GPL appendix
8493
8494 2005-12-03 [paul]       1.9.100cvs57
8495
8496         * AUTHORS
8497         * po/sv.po
8498         * src/gtk/authors.h
8499                 new (partially complete) Swedish translation
8500                 by Anders Troback <sylpheed@troback.com>
8501
8502 2005-12-02 [paul]       1.9.100cvs56
8503
8504         * configure.ac
8505                 libetpan 0.41 required
8506
8507 2005-12-02 [paul]       1.9.100cvs55
8508
8509         * src/plugins/clamav/clamav_plugin.c
8510         * src/plugins/clamav/clamav_plugin.h
8511         * src/plugins/clamav/clamav_plugin_gtk.c
8512         * src/plugins/spamassassin/spamassassin.c
8513         * src/plugins/spamassassin/spamassassin.h
8514         * src/plugins/spamassassin/spamassassin_gtk.c
8515                 unregister prefs pages on unloading, thus
8516                 preventing a crash
8517                 (thanks to Colin for the hint)
8518
8519 2005-12-02 [wwp]        1.9.100cvs54
8520
8521         * src/quote_fmt.h
8522         * src/quote_fmt_parse.y
8523                 fix misuse of gboolean*, use gboolean instead
8524                 (thanks to Paul, Colin, for pointing out that scaring one)
8525
8526 2005-12-02 [paul]       1.9.100cvs53
8527
8528         * src/plugins/clamav/clamav_plugin.c
8529                 int no --> unsigned int no
8530         * src/plugins/clamav/clamav_plugin_gtk.c
8531                 rework config page
8532
8533 2005-12-02 [wwp]        1.9.100cvs52
8534
8535         * src/compose.c
8536         * src/prefs_template.c
8537         * src/quote_fmt.h
8538         * src/quote_fmt_parse.y
8539                 prevent from executing |f and |p templates commands when
8540                 adding or replacing templates in prefs (avoids annoying and
8541                 potentially dangerous behaviours)
8542
8543 2005-12-02 [paul]       1.9.100cvs51
8544
8545         * src/prefs_common.c
8546                 allow translation of some default values
8547                 Patch by Fabien Vantard
8548
8549 2005-12-02 [paul]       1.9.100cvs50
8550
8551         * src/codeconv.c
8552         * src/codeconv.h
8553         * src/prefs_common.c
8554         * src/prefs_common.h
8555         * src/prefs_message.c
8556         * src/textview.c
8557                 remove obsolete 'convert_mb_alnum' option
8558                 and related stuff
8559         * src/gtk/about.c
8560                 remove unused 'about_textview_visibility_notify'
8561
8562 2005-12-02 [paul]       1.9.100cvs49
8563
8564         * src/prefs_account.c
8565         * src/prefs_compose_writing.c
8566         * src/prefs_fonts.c
8567         * src/prefs_gtk.h
8568         * src/prefs_image_viewer.c
8569         * src/prefs_message.c
8570         * src/prefs_other.c
8571         * src/prefs_receive.c
8572         * src/prefs_send.c
8573         * src/prefs_spelling.c
8574         * src/prefs_summaries.c
8575         * src/prefs_wrapping.c
8576         * src/plugins/dillo_viewer/dillo_prefs.c
8577         * src/plugins/pgpcore/prefs_gpg.c
8578                 several cleanups to the prefs dialogs
8579                 (slightly modified) patch by Fabien Vantard
8580
8581 2005-12-02 [paul]       1.9.100cvs48
8582
8583         * src/main.c
8584                 --exit means exit
8585         * src/send_message.c
8586                 fix crash on send when connection fails
8587
8588         Thanks to Colin
8589
8590 2005-12-01 [colin]      1.9.100cvs47
8591
8592         * src/html.c
8593                 Translate &hellip; to "..."
8594
8595 2005-11-30 [colin]      1.9.100cvs46
8596
8597         * src/matcher.c
8598         * src/matcher.h
8599                 Optimize back yesterday's fix.
8600
8601 2005-11-30 [paul]       1.9.100cvs45
8602
8603         * manual/faq.xml
8604                 standardised
8605         * manual/intro.xml
8606                 written by Colin, edited by me
8607
8608 2005-11-29 [colin]      1.9.100cvs44
8609
8610         * src/matcher.c
8611                 Skip headers unconditionnaly in match_body if the
8612                 rule is not message or ~message
8613
8614 2005-11-29 [colin]      1.9.100cvs43
8615
8616         * src/matcher.c
8617                 Fix body_part and such, not skipping headers 
8618                 if the matchcriteria wasn't the first in the rule
8619
8620 2005-11-29 [colin]      1.9.100cvs42
8621
8622         * src/compose.c
8623                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8624                 option missing from message view window)
8625                 Fix double text D'n'D with gtk-2.8
8626         * src/matcher.c
8627                 Fix ~message, ~headers_part, ~body_part rules
8628         * src/messageview.c
8629                 Add Windows-1252 (Closes bug #863)
8630                 Fix accels
8631         * src/gtk/gtkaspell.c
8632                 Properly destroy accels in all menus
8633
8634 2005-11-29 [mones]      1.9.100cvs41
8635
8636         * po/es.po
8637                 Updated.
8638
8639 2005-11-27 [colin]      1.9.100cvs40
8640
8641         * src/mh_gtk.c
8642                 "/Remove mailbox" -> "/Remove mailbox..."
8643
8644 2005-11-27 [paul]       1.9.100cvs39
8645
8646         * AUTHORS
8647         * po/de.po
8648         * src/gtk/authors.h
8649                 updated by new maintainer, Stephan Sachse
8650
8651 2005-11-27 [paul]       1.9.100cvs38
8652
8653         * manual/faq.xml
8654                 written by Colin, edited by me
8655
8656 2005-11-27 [paul]       1.9.100cvs37
8657
8658         * src/prefs_common.c
8659         * src/prefs_common.h
8660         * src/prefs_receive.c
8661         * src/prefs_summaries.c
8662                 move 'go to inbox after receiving new mail'
8663                 option from display/sumamaries to mail
8664                 handling/receive, and rework prefs_summaries
8665                 dialog a little
8666
8667 2005-11-25 [martin]     1.9.100cvs36
8668
8669         * po/de.po
8670             fixed windows-1252 translation;
8671             translated some new and fuzzy strings
8672
8673 2005-11-25 [paul]       1.9.100cvs35
8674
8675         * src/plugins/clamav/clamav_plugin.c
8676                 complete the update done in cvs34
8677
8678 2005-11-25 [paul]       1.9.100cvs34
8679
8680         * src/plugins/clamav/clamav_plugin.c
8681                 reflect upstream changes
8682
8683 2005-11-25 [paul]       1.9.100cvs33
8684
8685         * manual/ack.xml
8686         * manual/plugins.xml
8687         * manual/sylpheed-claws-manual.xml
8688                 written/updated by Colin, edited by me
8689         * tools/acroread2sylpheed.pl
8690                 update binary name
8691
8692 2005-11-24 [colin]      1.9.100cvs32
8693
8694         * src/compose.c
8695                 Fix bug #856 (reediting messages forgets Request
8696                 Return Receipt)
8697
8698 2005-11-24 [paul]       1.9.100cvs31
8699
8700         * manual/addrbook.xml
8701         * manual/starting.xml
8702                 written by Colin, proofread, edited, adapted by me
8703         * manual/advanced.xml
8704                 add some Actions examples
8705         * src/importldif.c
8706                 use a Save button instead of a Close button
8707         * src/wizard.c
8708                 indicate mandatory fields
8709                 fix page display
8710                 Thanks to Colin
8711
8712 2005-11-23 [colin]      1.9.100cvs30
8713
8714         * src/addressbook.c
8715                 Rename menu item, fix possible crash after
8716                 deletion of books
8717         * src/addrindex.c
8718                 Allow searching for '*' in ldap
8719         * src/browseldap.c
8720                 Fix "Browse Entry" (did anyone use it?)
8721         * src/wizard.c
8722                 Add guards for mandatory information
8723
8724 2005-11-23 [paul]       1.9.100cvs29
8725
8726         * manual/advanced.xml
8727                 corrections to the English
8728
8729 2005-11-23 [colin]      1.9.100cvs28
8730
8731         * src/mimeview.c
8732                 Fix possible crash at exit. After the call to
8733                 gtk_container_remove(), the Viewer's widget has no
8734                 more parent so gtk+ automatically frees it and its
8735                 sons. If destroy_viewer() then try to access it,
8736                 problems ensue.
8737
8738 2005-11-22 [colin]      1.9.100cvs27
8739
8740         * src/compose.c
8741         * src/gtk/gtkaspell.c
8742                 Fix right-clicking on a misspelled word
8743                 Fix More... in suggestions menu
8744
8745 2005-11-22 [wwp]        1.9.100cvs26
8746
8747         * src/prefs_template.c
8748                 templates works: re-sort templates list when adding or replacing,
8749                 prevent from adding or replacing when the template name is empty
8750
8751 2005-11-21 [colin]      1.9.100cvs25
8752
8753         * src/addressbook.c
8754                 Fix some addressbook suckage (dnd, select all)
8755         * src/compose.c
8756         * src/gtk/gtkaspell.c
8757         * src/gtk/gtkaspell.h
8758                 Make the spellchecker menu work with the 
8759                 GtkTextView one instead of overriding it
8760
8761 2005-11-20 [paul]       1.9.100cvs24
8762
8763         * manual/handling.xml
8764                 proofread and corrected
8765
8766 2005-11-20 [paul]       1.9.100cvs23
8767
8768         * manual/Makefile
8769                 generate html as one file
8770         * manual/advanced.xml
8771                 fix output generation
8772                 reformat hidden options list
8773         * manual/manual.xml     ** REMOVED **
8774         * manual/sylpheed-claws-manual.xml      ** ADDED **
8775                 renamed
8776
8777 2005-11-18 [colin]      1.9.100cvs22
8778
8779         * src/prefs_account.c
8780                 Fix layout in news and mbox accounts
8781         * manual/account.xml
8782         * manual/advanced.xml
8783                 New contents for Paul to check :)
8784
8785 2005-11-18 [wwp]        1.9.100cvs21
8786
8787         * src/gtk/quicksearch.c
8788                 don't update extended quicksearch buttons twice
8789
8790 2005-11-18 [paul]       1.9.100cvs20
8791
8792         * src/textview.c
8793                 complete 1.9.100cvs19
8794
8795 2005-11-18 [paul]       1.9.100cvs19
8796
8797         * src/compose.c
8798                 cosmetic improvements
8799         * src/textview.c
8800                 also list text/* attachments
8801
8802 2005-11-18 [colin]      1.9.100cvs18
8803
8804         * src/summaryview.c
8805                 Use column 0 instead of -1 in 
8806                 gtk_ctree_node_moveto, in a naive
8807                 hope it'll fix the gtk-related crashes
8808
8809 2005-11-18 [colin]      1.9.100cvs17
8810
8811         * src/gtk/inputdialog.c
8812                 Fix icon staying the first one
8813
8814 2005-11-17 [wwp]        1.9.100cvs16
8815                 fix possible problem showing some quicksearch buttons, and a bad
8816                 call to g_return_if_fail in a function that returns a value (both
8817                 fixes by Fabien Vantard)
8818
8819 2005-11-15 [wwp]        1.9.100cvs15
8820
8821         * src/gtk/quicksearch.c
8822                 added a tooltip to that obscure ... quicksearch button
8823
8824 2005-11-15 [wwp]        1.9.100cvs14
8825
8826         * src/gtk/quicksearch.c
8827                 add a quicksearch helper to filtering expression users: the ... button
8828                 raises the condition expr window. condition expressions set up w/ this
8829                 window are used by the quicksearch if the user closes it pressing OK.
8830
8831 2005-11-14 [paul]       1.9.100cvs13
8832
8833         * src/plugins/clamav/clamav_plugin.c
8834         * src/plugins/spamassassin/spamassassin.c
8835                 change plugin type following recent merging
8836
8837 2005-11-14 [wwp]        1.9.100cvs12
8838
8839         * src/folder.c
8840                 prevent from crashing when copying/moving message(s) from and
8841                 to the same folder
8842
8843 2005-11-14 [paul]       1.9.100cvs11
8844
8845         * src/plugins/clamav/Makefile.am
8846         * src/plugins/clamav/clamav_plugin.c
8847         * src/plugins/clamav/clamav_plugin.h
8848         * src/plugins/clamav/clamav_plugin_gtk.c
8849                 also merge clamav and clamav_gtk plugins
8850
8851 2005-11-13 [colin]      1.9.100cvs10
8852
8853         * configure.ac
8854         * src/plugins/spamassassin/Makefile.am
8855         * src/plugins/spamassassin/spamassassin.c
8856         * src/plugins/spamassassin/spamassassin.h
8857         * src/plugins/spamassassin/spamassassin_gtk.c
8858                 Merge spamassassin and spamassassin_gtk plugins,
8859                 and build it by default.
8860
8861 2005-11-12 [colin]      1.9.100cvs9
8862
8863         * src/etpan/imap-thread.c
8864                 Fix gcc warning
8865
8866 2005-11-12 [colin]      1.9.100cvs8
8867
8868         * src/procmime.c
8869                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8870
8871 2005-11-10 [colin]      1.9.100cvs7
8872
8873         * src/main.c
8874                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8875                 minimised state)
8876
8877 2005-11-10 [wwp]        1.9.100cvs6
8878
8879         * src/gtk/description_window.c
8880                 fix a crash when closing description windows using the WM's [X] button
8881
8882 2005-11-09 [colin]      1.9.100cvs5
8883
8884         * src/common/ssl.c
8885                 Update libetpan call to follow upstream
8886                 (yes, this requires libetpan-0.40cvs3)
8887
8888 2005-11-08 [colin]      1.9.100cvs4
8889
8890         * src/compose.c
8891         * src/textview.c
8892         * src/common/utils.c
8893         * src/common/utils.h
8894                 Enhance the email parser
8895
8896 2005-11-08 [colin]      1.9.100cvs3
8897
8898         * src/procmime.c
8899                 Fix what looks like an off-by-one (fixes 
8900                 attachments from the Bat)
8901
8902 2005-11-08 [wwp]        1.9.100cvs2
8903
8904         * src/main.c
8905                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8906
8907 2005-11-08 [wwp]        1.9.100cvs1
8908
8909         * src/main.c
8910                 allow exiting Sylpheed-Claws from command-line
8911
8912 2005-11-08 [paul]       1.9.100
8913
8914         1.9.100 released
8915
8916 2005-11-07 [colin]      1.9.99cvs17
8917
8918         * src/addritem.c
8919         * src/ldif.c
8920                 Fix import of base-64 encoded items
8921
8922 2005-11-07 [colin]      1.9.99cvs16
8923
8924         * src/send_message.c
8925                 Fix bug #314 (Queue does not empty under certain 
8926                 circumstances)
8927
8928 2005-11-07 [paul]       1.9.99cvs15
8929
8930         * src/mutt.c
8931         * src/pine.c
8932                 fix buffer overflows
8933                 Thanks to Colin
8934
8935 2005-11-07 [paul]       1.9.99cvs14
8936
8937         * doc/man/Makefile.am
8938         * doc/man/sylpheed-claws.1      ** ADDED **
8939         * doc/man/sylpheed.1            ** DELETED **
8940                 rename and update the man file
8941
8942 2005-11-06 [colin]      1.9.99cvs13
8943
8944         * src/ldif.c
8945                 Fix ldif_get_line() that returned empty strings
8946                 (Didn't understand why). Also fix a possible
8947                 buffer overflow.
8948
8949 2005-11-06 [wwp]        1.9.99cvs12
8950
8951         * src/textview.c
8952         * src/gtk/about.c
8953         * src/gtk/gtkutils.c
8954         * src/gtk/gtkutils.h
8955                 fix a compilation warning,
8956                 make links sensitive in the about dialog
8957
8958 2005-11-04 [wwp]        1.9.99cvs11
8959
8960         * src/gtk/about.c
8961                 don't wrap or translate URIs, and a bit text format cleanup
8962
8963 2005-11-04 [wwp]        1.9.99cvs10
8964
8965         * src/gtk/about.c
8966                 better textview tagging implementation (no more use of marks for
8967                 postponed tagging)
8968
8969 2005-11-02 [colin]      1.9.99cvs9
8970
8971         * src/common/ssl.c
8972                 Forgot an ifdef
8973
8974 2005-11-02 [colin]      1.9.99cvs8
8975
8976         * configure.ac
8977                 Require libetpan-0.40 due to upstream fix
8978         * src/common/ssl.c
8979                 Tell libetpan not to call SSL_Library_Init,
8980                 as we do it ourselves.
8981
8982 2005-11-02 [colin]      1.9.99cvs7
8983
8984         * po/POTFILES.in
8985                 Add missing files (thanks to Fabien Vantard)
8986
8987 2005-11-02 [colin]      1.9.99cvs6
8988
8989         * src/summaryview.c
8990                 Fix totals when read messages are hidden or quicksearch
8991                 is on
8992         * src/ssl_manager.c
8993         * src/ssl_manager.h
8994         * src/common/ssl_certificate.c
8995         * src/common/ssl_certificate.h
8996         * src/gtk/sslcertwindow.c
8997         * src/gtk/sslcertwindow.h
8998                 Fix copyright on my stuff
8999
9000 2005-11-02 [wwp]        1.9.99cvs5
9001
9002         * src/prefs_themes.c
9003                 fix directory name checking (theme installation/removal),
9004                 made related error a bit more verbose
9005
9006 2005-11-02 [colin]      1.9.99cvs4
9007
9008         * src/summaryview.c
9009                 Fix typo (probably fixes bug #841 (Sort by the From 
9010                 field doesn't work)
9011
9012 2005-11-02 [paul]       1.9.99cvs3
9013
9014         * po/ko.po
9015         * po/nb.po
9016                 updated by SungHyun Nam, Geir Helland
9017         * src/wizard.c
9018                 fix typo in welcome message. spotted by
9019                 Andrea Spadaccini
9020
9021 2005-11-01 [colin]      1.9.99cvs2
9022
9023         * src/compose.c
9024                 Fix replying to ml wen confirming subscription
9025         * src/messageview.c
9026         * src/mimeview.c
9027         * src/mimeview.h
9028         * src/privacy.h
9029         * src/summaryview.c
9030                 Make key check non blocking
9031
9032 2005-10-31 [paul]       1.9.99cvs1
9033
9034         * tools/claws.i18n.status.pl
9035                 updated for ChangeLog
9036
9037 2005-10-31 [paul]       1.9.99
9038
9039         1.9.99 released
9040
9041 2005-10-31 [paul]       1.9.15cvs131
9042
9043         * .cvsignore
9044         * ChangeLog
9045         * ChangeLog.claws       ** REMOVED **
9046         * ChangeLog-gtk2.claws  ** REMOVED **
9047         * ChangeLog.gtk1        ** ADDED **
9048         * INSTALL
9049         * Makefile.am
9050         * NEWS
9051         * README
9052         * README.claws          ** REMOVED **
9053         * README.jp             ** REMOVED **
9054         * RELEASE_NOTES         ** ADDED **
9055         * RELEASE_NOTES.claws   ** REMOVED **
9056         * commitHelper
9057         * configure.ac
9058         * sylpheed.spec.in      ** REMOVED **
9059                 tidy up and update the default docs:
9060                 ChangeLog.claws is renamed ChangeLog.gtk1
9061                 ChangeLog-gtk2.claws is renamed ChangeLog
9062                 README.claws is renamed README
9063                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
9064
9065 2005-10-31 [paul]       1.9.15cvs130
9066
9067         * po/it.po
9068                 fix errors
9069
9070 2005-10-31 [paul]       1.9.15cvs129
9071
9072         * po/ca.po
9073         * po/de.po
9074         * po/en_GB.po
9075         * po/fr.po
9076         * po/it.po
9077         * po/pt_BR.po
9078         * po/sk.po
9079         * po/sr.po
9080         * po/zh_CN.po
9081                 updated by Miquel Oliete, Stephan Sachse and
9082                 Thomas Gilgin, me, Fabien Vantard, Andrea
9083                 Spadaccini, Frederico Goncalves Guimaraes,
9084                 Andrej Kacian, Aleksandar Urosevic, and
9085                 Ralgh Young.
9086
9087 2005-10-31 [mones]      1.9.15cvs128
9088
9089         * manual/faq.xml
9090                 More questions.
9091         
9092         * po/es.po
9093                 Updated for release.
9094
9095 2005-10-30 [colin]      1.9.15cvs127
9096
9097         * src/compose.c
9098                 Place cursor before rewrapping (fixes cursor
9099                 pos if quotation gets rewrapped)
9100
9101 2005-10-29 [paul]       1.9.15cvs126
9102
9103         * src/crash.c
9104         * src/foldersel.c
9105         * src/main.c
9106         * src/messageview.c
9107         * src/toolbar.c
9108         * src/gtk/authors.h
9109                 corrections to text items
9110
9111 2005-10-28 [colin]      1.9.15cvs125
9112
9113         * src/messageview.c
9114                 Make "hit 'C' to check sig" work from extern 
9115                 messageviews
9116
9117 2005-10-27 [colin]      1.9.15cvs124
9118
9119         * src/summaryview.c
9120                 Add a hack to avoid segfaulting when hammering 
9121                 on gtk's events
9122
9123 2005-10-27 [wwp]        1.9.15cvs123
9124
9125         * src/prefs_themes.c
9126                 sort list of themes names in themes prefs
9127
9128 2005-10-27 [paul]       1.9.15cvs122
9129
9130         * src/folder.c
9131         * src/prefs_account.c
9132                 fix building on Solaris
9133                 Patch by Alex Moore
9134
9135 2005-10-27 [wwp]        1.9.15cvs121
9136
9137         * src/summaryview.c
9138         * src/gtk/gtksctree.c
9139                 speed up unselecting messages in summary view (thanks to Colin)
9140
9141 2005-10-27 [paul]       1.9.15cvs120
9142
9143         * src/mainwindow.c
9144                 fix a compilation warning
9145         * src/summaryview.c
9146                 fix updating of 'n items selected' count
9147                 when deselecting
9148
9149 2005-10-27 [martin]     1.9.15cvs119
9150
9151         * src/action.c
9152                 ignore actions with a leading '/' in the action menu name
9153                 fixes a crash on menu creation
9154         * src/prefs_actions.c
9155                 do not allow a leading '/' in the action menu name
9156
9157 2005-10-27 [paul]       1.9.15cvs118
9158
9159         * src/main.c
9160                 fix compilation warning
9161
9162 2005-10-27 [paul]       1.9.15cvs117
9163
9164         * src/procmime.c
9165                 add #if HAVE_LOCALE_H
9166
9167 2005-10-27 [paul]       1.9.15cvs116
9168
9169         * src/plugins/clamav/clamav_plugin.c
9170         * src/plugins/dillo_viewer/dillo_viewer.c
9171         * src/plugins/mathml_viewer/mathml_viewer.c
9172         * src/plugins/pgpcore/plugin.c
9173         * src/plugins/pgpinline/plugin.c
9174         * src/plugins/pgpmime/plugin.c
9175         * src/plugins/spamassassin/spamassassin.c
9176         * src/plugins/trayicon/trayicon.c
9177                 plugin_init() : make error messages more
9178                 informative
9179
9180 2005-10-26 [wwp]        1.9.15cvs115
9181
9182         * src/prefs_matcher.c
9183                 enlarge boolean op widget width a bit (wasn't always showing text contents)
9184
9185 2005-10-26 [wwp]        1.9.15cvs114
9186
9187         * src/procmime.c
9188         * src/gtk/gtksctree.c
9189         * src/plugins/spamassassin/libspamc.c
9190         * src/plugins/spamassassin/spamassassin.c
9191                 fix some compilation warnings more
9192
9193 2005-10-26 [mones]      1.9.15cvs113
9194
9195         * po/es.po
9196                 Updated translation
9197
9198 2005-10-26 [paul]       1.9.15cvs112
9199
9200         * src/prefs_message.c
9201                 give all display_xface stuff the
9202                 #if HAVE_LIBCOMPFACE treatment, thus
9203                 preventing a crash
9204                 (Thanks to Wolfgang Enderlein)
9205
9206 2005-10-26 [colin]      1.9.15cvs111
9207
9208         * src/gedit-print.c
9209                 Fix date format
9210         * src/imap_gtk.c
9211         * src/news_gtk.c
9212                 Remove context menu items that should not be there
9213         * src/jpilot.c
9214                 Fix encoding
9215         * src/main.c
9216         * src/mainwindow.c
9217                 Don't show the mainwindow too soon
9218
9219 2005-10-26 [wwp]        1.9.15cvs110
9220
9221         * src/folder.c
9222         * src/manual.c
9223         * src/summaryview.c
9224                 fix uninitialized pointers in the folder updating hook
9225                 (thanks to Colin)
9226
9227 2005-10-25 [mones]      1.9.15cvs109
9228
9229         * manual/faq.xml
9230                 General information subsection completed. 
9231                 Removed archaic references.
9232                 
9233         * manual/Makefile
9234         * manual/dtd/manual.dsl
9235                 Added customization stylesheet for getting paragraphs
9236                 fully justified in PDF output (as suggested by Colin).
9237
9238 2005-10-25 [colin]      1.9.15cvs108
9239
9240         * src/compose.c
9241                 Fix a second leak
9242
9243 2005-10-25 [colin]      1.9.15cvs107
9244
9245         * src/addrbook.c
9246         * src/addrindex.c
9247                 Fix leak (xml_get_element() allocates memory)
9248         * src/compose.c
9249                 Fix leak + dead code (shame!)
9250         * src/procmime.c
9251                 Fix leak
9252
9253 2005-10-25 [colin]      1.9.15cvs106
9254
9255         * src/mimeview.c
9256                 Fix encoding issue in Save all and in 
9257                 overwrite-confirmation alertpanel
9258
9259 2005-10-25 [colin]      1.9.15cvs105
9260
9261         * src/common/socket.c
9262                 Fix a leak - Thanks to Christopher Aillon
9263                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
9264
9265 2005-10-25 [paul]       1.9.15cvs104
9266
9267         * src/wizard.c
9268                 Always guess servers from the right-hand
9269                 email part and guess username from the
9270                 left-hand part. (Thanks to Colin)
9271                 add an X-Face to the welcome message
9272
9273 2005-10-25 [paul]       1.9.15cvs103
9274
9275         * manual/handling.xml
9276                 written by Colin, edited by me
9277
9278 2005-10-25 [wwp]        1.9.15cvs102
9279
9280         * src/folderview.c
9281         * src/grouplistdialog.c
9282         * src/imap.c
9283         * src/noticeview.c
9284                 fix some compilation warnings
9285
9286 2005-10-24 [paul]
9287
9288         1.9.99-rc3 released
9289
9290 2005-10-24 [paul]       1.9.15cvs101
9291
9292         * src/gtk/about.c
9293                 fix window sizing
9294
9295 2005-10-24 [paul]       1.9.15cvs100
9296
9297         * src/pixmaps/offline.xpm
9298         * src/pixmaps/online.xpm
9299                 replace with last default versions
9300
9301 2005-10-24 [colin]      1.9.15cvs99
9302
9303         * src/imap.c
9304                 Fix bug when moving a folder
9305         * src/imap_gtk.c
9306         * src/mh_gtk.c
9307                 "Delete folder" pops up a window, so it 
9308                 should be suffixed with "..."
9309         * src/plugins/pgpcore/sgpgme.c
9310                 Include locale.h
9311
9312 2005-10-24 [mones]      1.9.15cvs98
9313
9314         * manual/Makefile
9315         * manual/account.xml
9316         * manual/ack.xml
9317         * manual/addrbook.xml
9318         * manual/advanced.xml
9319         * manual/faq.xml
9320         * manual/glossary.xml
9321         * manual/gpl.xml
9322         * manual/handling.xml
9323         * manual/intro.xml
9324         * manual/keyboard.xml
9325         * manual/manual.xml
9326         * manual/plugins.xml
9327         * manual/starting.xml
9328         * manual/dtd/sdocbook.dtd
9329                 Initial manual structure and some content.
9330
9331 2005-10-23 [wwp]        1.9.15cvs97
9332
9333         * src/gtk/about.c
9334                 fix a typo
9335
9336 2005-10-23 [wwp]        1.9.15cvs96
9337
9338         * src/gtk/about.c
9339         * src/gtk/authors.h
9340                 rework of the about window (main work by Paul), also featuring a few
9341                 fixes for typos and duplicate names
9342
9343 2005-10-23 [wwp]        1.9.15cvs95
9344
9345         * src/.cvsignore
9346                 Ignore the right binary name (sylpheed-claws now)
9347
9348 2005-10-23 [paul]       1.9.15cvs94
9349
9350         * src/compose.c
9351                 when using Folder Pref 'Default To for
9352                 replies' make the entry in the Compose
9353                 window bold
9354                 Patch by Fabien Vantard
9355
9356 2005-10-22 [colin]      1.9.15cvs93
9357
9358         * src/codeconv.c
9359                 Fix leak
9360
9361 2005-10-22 [colin]      1.9.15cvs92
9362
9363         * src/codeconv.c
9364                 try to convert using locale (apart utf8) if necessary
9365
9366 2005-10-22 [colin]      1.9.15cvs91
9367
9368         * src/pixmaps/new.xpm
9369         * src/pixmaps/unread.xpm
9370                 Make the unread envelope blue again and
9371                 saturate the new one a bit more.
9372
9373 2005-10-22 [colin]      1.9.15cvs90
9374
9375         * src/compose.c
9376                 When replying to a mail sent by one of our accounts,
9377                 use the original list of recipients. Let 'Reply All'
9378                 and 'Reply to sender' work like previously.
9379
9380 2005-10-21 [colin]      1.9.15cvs89
9381
9382         * src/prefs_filtering.c
9383                 Clear fields after add and replace
9384         * src/textview.c
9385                 Display xface differently (better)
9386         * src/plugins/pgpinline/pgpinline.c
9387                 Fix crappy encodings/recodings
9388
9389 2005-10-21 [paul]       1.9.15cvs88
9390
9391         * src/compose.c
9392         * src/prefs_folder_item.c
9393         * src/toolbar.c
9394                 fix news folder Folder Properties
9395                 (thanks to Colin)
9396         * src/folderview.c
9397                 update folderview after Themes change
9398                 keep selected folder selected
9399                 (thanks to Colin)
9400
9401 2005-10-21 [paul]       1.9.15cvs87
9402
9403         * tools/Makefile.am
9404         * tools/OOo2sylpheed.pl
9405         * tools/README
9406         * tools/README.sylprint
9407         * tools/asus_mailled.sh         ** REMOVED **
9408         * tools/filter_conv.pl
9409         * tools/freshmeat_search.pl
9410         * tools/google_search.pl
9411         * tools/gpg-sign-syl            ** REMOVED **
9412         * tools/kmail2sylpheed.pl
9413         * tools/kmail2sylpheed_v2.pl
9414         * tools/multiwebsearch.pl
9415         * tools/nautilus2sylpheed.sh
9416         * tools/newscache_clean.pl
9417         * tools/outlook2sylpheed.pl
9418         * tools/sylpheed-switcher       ** REMOVED **
9419         * tools/sylprint.pl
9420         * tools/sylprint.rc
9421         * tools/tb2sylpheed
9422         * tools/vcard2xml.py
9423         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9424                 update default config dir
9425                 update binary name (thanks to Fabien Vantard)
9426                 remove obsolete scripts
9427
9428 2005-10-21 [colin]      1.9.15cvs86
9429
9430         * src/inc.c
9431                 Fix possible leak and units. Based on a patch by
9432                 Fabien Vantard.
9433
9434 2005-10-20 [colin]      1.9.15cvs85
9435
9436         * src/textview.c
9437                 Clear xface when clearing textview
9438
9439 2005-10-20 [colin]      1.9.15cvs84
9440
9441         * configure.ac
9442         * src/folderview.c
9443         * src/headerview.c
9444         * src/main.c
9445         * src/prefs_common.c
9446         * src/prefs_common.h
9447         * src/prefs_message.c
9448         * src/textview.c
9449         * src/textview.h
9450         * src/common/defs.h
9451         * src/common/utils.c
9452         * src/common/utils.h
9453         * src/gtk/gtkutils.c
9454         * src/gtk/gtkutils.h
9455                 Migrate config to .sylpheed-claws (Automatically)
9456                 Add a way to get the Xface in the TextView
9457
9458 2005-10-20 [colin]      1.9.15cvs83
9459
9460         * src/gtk/Makefile.am
9461         * src/gtk/about.c
9462         * src/gtk/authors.h
9463                 Make the about dialog *grooovy*
9464
9465 2005-10-20 [colin]      1.9.15cvs82
9466
9467         * src/mimeview.c
9468                 Use "Open with" on double click if no command
9469                 was found
9470
9471 2005-10-20 [colin]      1.9.15cvs81
9472
9473         * src/imap.c
9474         * src/etpan/imap-thread.c
9475                 Fix possible crash.
9476
9477 2005-10-20 [paul]       1.9.15cvs80
9478
9479         * src/folder.c
9480                 don't show clipkey icon if the only
9481                 attachment is the signature
9482                 Patch by Colin
9483
9484 2005-10-20 [paul]       1.9.15cvs79
9485
9486         * AUTHORS
9487         * src/plugins/pgpmime/pgpmime.c
9488                 name the PGP/MIME signature 'signature.asc'
9489                 Patch by Andrew Nelson <freeandy@gmail.com>
9490
9491 2005-10-19 [colin]      1.9.15cvs78
9492
9493         * src/plugins/pgpmime/pgpmime.c
9494                 Oops, no need to double-check though
9495
9496 2005-10-19 [colin]      1.9.15cvs77
9497
9498         * src/plugins/pgpinline/pgpinline.c
9499         * src/plugins/pgpmime/pgpmime.c
9500                 Check that my_tmpfile() doesn't 
9501                 return NULL
9502
9503 2005-10-19 [colin]      1.9.15cvs76
9504
9505         * src/common/utils.c
9506                 Use shorter mime boundaries to avoid having
9507                 MTAs rewrapping our headers, breaking the
9508                 PGP signature in the process 
9509         * src/compose.c
9510         * src/plugins/pgpmime/pgpmime.c
9511                 Check for boundary uniqueness to be sure
9512                 it won't happen, instead of hoping for the
9513                 best
9514
9515 2005-10-19 [colin]      1.9.15cvs75
9516
9517         * sylpheed-claws.desktop
9518         * src/Makefile.am
9519         * src/main.c
9520                 Ship a sylpheed-claws binary instead
9521                 of a sylpheed one. Change the socket
9522                 name, too
9523         * src/folderview.c
9524                 Update folder only if it changed
9525         * src/wizard.c
9526                 Fix i18n in welcome mail, patch by
9527                 Fabien Vantard
9528
9529 2005-10-19 [paul]
9530
9531         1.9.99-rc2 released
9532
9533 2005-10-19 [paul]       1.9.15cvs74
9534
9535         * src/folder.c
9536         * src/folderview.c
9537                 fix summaryview update
9538                 Patch by Colin
9539
9540 2005-10-18 [colin]      1.9.15cvs73
9541
9542         * src/plugins/pgpcore/passphrase.c
9543                 Don't XGrabServer, and try a bit more to 
9544                 sync everything before grabbing mouse/keyboard
9545
9546 2005-10-18 [colin]      1.9.15cvs72
9547
9548         * src/Makefile.am
9549         * src/addressadd.c
9550         * src/addressbook.c
9551         * src/folderview.c
9552         * src/grouplistdialog.c
9553         * src/mimeview.c
9554         * src/stock_pixmap.c
9555         * src/stock_pixmap.h
9556         * src/summaryview.c
9557         * src/gtk/gtksctree.c
9558         * src/gtk/gtksctree.h
9559         * src/pixmaps/empty.xpm
9560                 Implement a wrapper call for gtk_ctree_set_node_info
9561                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9562                 pixmap instead of a NULL one. This works around some
9563                 memory problems deep inside gtk, revealed by valgrind,
9564                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9565                 as locked crashes sylpheed.), as well as, probably, 
9566                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9567
9568 2005-10-17 [colin]      1.9.15cvs71
9569
9570         * src/mimeview.c
9571                 Provide visual feedback when checking
9572                 signature
9573
9574 2005-10-17 [colin]      1.9.15cvs70
9575
9576         * src/main.c
9577                 Keep the folder list frozen while checking caches...
9578
9579 2005-10-17 [colin]      1.9.15cvs69
9580
9581         * src/addr_compl.c
9582                 Fi bug #833 (Autocompleting from addressbook 
9583                 fails with extended chars)
9584         * src/imap.c
9585                 Fix 'adding messages' staying in statusbar
9586                 after an error
9587
9588 2005-10-17 [wwp]        1.9.15cvs68
9589
9590         * src/ssl_manager.c
9591                 Fix buttons' layout resizing when window size changes
9592
9593 2005-10-17 [wwp]        1.9.15cvs67
9594
9595         * src/account.c
9596         * src/prefs_account.c
9597         * src/prefs_common.c
9598         * src/prefs_common.h
9599         * src/prefs_folder_item.c
9600         * src/prefs_gtk.c
9601         * src/gtk/logwindow.c
9602         * src/gtk/pluginwindow.c
9603         * src/gtk/prefswindow.c
9604         * src/gtk/prefswindow.h
9605                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9606
9607 2005-10-17 [paul]       1.9.15cvs66
9608
9609         * configure.ac
9610                 fix missing libetpan message
9611         * po/en_GB.po
9612                 updated
9613         * src/crash.c
9614         * src/manual.c
9615         * src/prefs_themes.c
9616         * src/common/defs.h
9617                 add some new URI defines, change some
9618                 others
9619         * src/wizard.c
9620                 make welcome message translatable
9621                 small improvements to english
9622                 other tweaks
9623         * src/gtk/menu.c
9624                 fix warnings
9625
9626 2005-10-17 [paul]       1.9.15cvs65
9627
9628         * src/summaryview.c
9629                 fix column titles
9630
9631 2005-10-16 [mones]      1.9.15cvs64
9632
9633         * po/es.po
9634                 Updated translation
9635
9636 2005-10-16 [colin]
9637
9638         1.9.99-rc1 released
9639
9640 2005-10-16 [colin]      1.9.15cvs63
9641
9642         * src/wizard.c
9643                 Fix whitespace
9644
9645 2005-10-16 [colin]      1.9.15cvs62
9646
9647         * src/toolbar.c
9648                 s/Get All/Get Mail/
9649         * src/wizard.c
9650                 Real welcome mail text, thanks Paul
9651
9652 2005-10-16 [colin]      1.9.15cvs61
9653
9654         * src/editldap.c
9655         * src/exporthtml.c
9656         * src/main.c
9657         * src/mainwindow.c
9658         * src/prefs_themes.c
9659         * src/prefs_toolbar.c
9660         * src/plugins/demo/demo.c
9661         * src/plugins/trayicon/trayicon.c
9662                 s/Sylpheed/Sylpheed-Claws/
9663
9664 2005-10-16 [colin]      1.9.15cvs60
9665
9666         * src/wizard.c
9667                 Add a welcome email in the first empty mailbox
9668         * src/prefs_common.c
9669                 Change one more default
9670
9671 2005-10-16 [colin]      1.9.15cvs59
9672
9673         * src/wizard.c
9674                 Remove printf
9675
9676 2005-10-16 [colin]      1.9.15cvs58
9677
9678         * src/toolbar.c
9679         * src/prefs_common.c
9680                 Change some defaults
9681
9682 2005-10-16 [colin]      1.9.15cvs57
9683
9684         * src/toolbar.c
9685         * src/prefs_common.c
9686                 Change some defaults
9687
9688 2005-10-16 [colin]      1.9.15cvs56
9689
9690         * src/wizard.c
9691                 By default, initialize fonts to have
9692                 the same size as normal GtkWidgets
9693
9694 2005-10-16 [colin]      1.9.15cvs55
9695
9696         * src/mimeview.c
9697                 Fix message a bit more
9698
9699 2005-10-16 [colin]      1.9.15cvs54
9700
9701         * src/addressbook.c
9702                 Second attempt at flicker fixing
9703
9704 2005-10-16 [colin]      1.9.15cvs53
9705
9706         * src/addressbook.c
9707                 Fix flicker
9708
9709 2005-10-16 [wwp]        1.9.15cvs52
9710
9711         * src/addressbook.c
9712         * src/editaddress.c
9713         * src/prefs_common.c
9714         * src/prefs_common.h
9715                 Remember window sizes (address book)
9716
9717 2005-10-16 [wwp]        1.9.15cvs51
9718
9719         * src/plugins/clamav/clamav_plugin_gtk.c
9720         * src/plugins/spamassassin/spamassassin_gtk.c
9721                 Fix compilation warnings (missing #include).
9722
9723 2005-10-16 [colin]      1.9.15cvs50
9724
9725         * src/mimeview.c
9726         * src/summaryview.c
9727         * src/textview.c
9728                 Make 'c' check signature, and forward
9729                 c, l, y, t from summaryview to mimeview
9730
9731 2005-10-16 [colin]      1.9.15cvs49
9732
9733         * src/addressbook.c
9734                 Put border around buttons
9735         * src/mainwindow.c
9736         * src/summaryview.c
9737                 Rework menus (Patch based on a patch
9738                 by Paul)
9739
9740 2005-10-15 [wwp]        1.9.15cvs48
9741
9742         * src/editjpilot.c
9743         * src/editldap.c
9744         * src/editvcard.c
9745         * src/exphtmldlg.c
9746         * src/expldifdlg.c
9747         * src/export.c
9748         * src/import.c
9749         * src/importldif.c
9750         * src/importmutt.c
9751         * src/importpine.c
9752         * src/prefs_account.c
9753         * src/prefs_spelling.c
9754         * src/gtk/gtkutils.c
9755         * src/gtk/gtkutils.h
9756         * src/plugins/clamav/clamav_plugin_gtk.c
9757         * src/plugins/spamassassin/spamassassin_gtk.c
9758                 use nicer browse-for-file/dir buttons than the "..." ones,
9759                 code factorizing more.
9760
9761 2005-10-14 [colin]      1.9.15cvs47
9762
9763         * src/mainwindow.c
9764                 set relief on the account switcher so that people see it
9765                 grey out Create processing rules when no message is selected
9766         * src/prefs_filtering.c
9767                 ask before closing if the rule has not been modified, even if
9768                 it's not valid
9769         * src/prefs_matcher.c
9770                 fix sensitivity when entering the dialog
9771         * src/gtk/inputdialog.c
9772                 display a better icon on password ask
9773         * src/plugins/pgpcore/passphrase.c
9774                 make the dialog look better
9775
9776 2005-10-14 [paul]       1.9.15cvs46
9777
9778         * src/folderview.c
9779                 indicate presense of marked msgs in
9780                 unexpanded subfolders
9781
9782 2005-10-14 [paul]       1.9.15cvs45
9783
9784         * src/prefs_actions.c
9785         * src/prefs_common.c
9786         * src/prefs_common.h
9787         * src/prefs_filtering_action.c
9788         * src/prefs_matcher.c
9789         * src/prefs_template.c
9790                 remember window sizes
9791                 fix Info button size
9792
9793         Patches by wwp
9794
9795 2005-10-13 [colin]      1.9.15cvs44
9796
9797         * src/mimeview.c
9798         * src/noticeview.c
9799         * src/noticeview.h
9800                 Add a tooltip on the icon (optional) 
9801                 Get rid of the signature buttons and only
9802                 use the icon+tooltip
9803
9804 2005-10-13 [colin]      1.9.15cvs43
9805
9806         * src/noticeview.c
9807         * src/noticeview.h
9808                 Add hand cursor for hovering over icon
9809
9810 2005-10-13 [colin]      1.9.15cvs42
9811
9812         * src/summaryview.c
9813                 Fix crash when quicksearch's hidden 
9814                 at startup
9815
9816 2005-10-13 [colin]      1.9.15cvs41
9817
9818         * src/compose.c
9819                 Set subject when forwarding multiple mails
9820                 Check that other recipient than the default Cc or Bcc
9821                 have been set before sending.
9822
9823 2005-10-13 [colin]      1.9.15cvs40
9824
9825         * src/imap.c
9826                 Batch per-folder
9827                 Introduce locking, but don't use it yet
9828
9829 2005-10-13 [colin]      1.9.15cvs39
9830
9831         * src/gtk/quicksearch.c
9832                 Reset quicksearch when hiding it
9833                 Make sticky a real pref
9834
9835 2005-10-13 [colin]      1.9.15cvs38
9836
9837         * src/summaryview.c
9838                 Faster prefs apply
9839
9840 2005-10-13 [colin]      1.9.15cvs37
9841
9842         * src/mimeview.c
9843         * src/noticeview.c
9844         * src/noticeview.h
9845         * src/plugins/pgpcore/sgpgme.c
9846                 Make privacy icon clickable
9847                 Move Trust field in Full info
9848                 When trust is less than full, don't display
9849                 a warning icon
9850
9851 2005-10-13 [colin]      1.9.15cvs36
9852
9853         * src/folder.c
9854                 Batch on flags sync
9855         * src/folderview.c
9856                 Revert speed hack which is dangerous in fact
9857                 Apply prefs faster
9858
9859 2005-10-13 [colin]      1.9.15cvs35
9860
9861         * src/folder_item_prefs.c
9862                 Fix pref corruption on folder move. Patch
9863                 by wwp
9864
9865 2005-10-13 [paul]       1.9.15cvs34
9866
9867         * src/export.c
9868         * src/import.c
9869                 fix typos in g_warnings
9870         * src/prefs_account.c
9871                 add a file selector for Signature file
9872
9873         Patches by wwp
9874
9875 2005-10-12 [colin]      1.9.15cvs33
9876
9877         * src/mimeview.c
9878                 Provide a quick way to go back from a
9879                 signature's full info to the email part
9880
9881 2005-10-12 [colin]      1.9.15cvs32
9882
9883         * src/compose.c
9884                 Remove old hack of encoding signed mails with base64.
9885                 QP works equally well.
9886
9887 2005-10-12 [colin]      1.9.15cvs31
9888
9889         * src/crash.c
9890                 Replace deprecated GtkText with GtkTextView
9891         * src/imap.c
9892                 Fix a logic bug about counts in imap_select
9893                 (previously un-triggered)
9894         * src/mainwindow.c
9895         * src/summaryview.c
9896         * src/news.c
9897                 Allow local deletion of news posts
9898         * src/mimeview.c
9899                 Show GPG noticeview on the message/rfc822 part
9900                 in addition to the text/plain one
9901         * src/prefs_image_viewer.c
9902           src/plugins/pgpcore/prefs_gpg.c
9903                 Polish (set the label as part of the checkbox)
9904         * src/wizard.c
9905                 Don't sit there doing nothing after destroying
9906                 the window - return err
9907
9908 2005-10-11 [colin]      1.9.15cvs30
9909
9910         * src/folderview.c
9911                 Apply processing rules before showing folders.
9912                 Early folder show (before flags sync) will only
9913                 be done when there are no processing rules (nor
9914                 pre- or post- ones)
9915         * src/imap.c
9916                 Fix stuff related to mail subdir, creation and 
9917                 deletion of folders 
9918         * src/imap_gtk.c
9919                 Don't allow creation of folders in NoInferior
9920                 folders, as it won't work
9921
9922 2005-10-10 [colin]      1.9.15cvs29
9923
9924         * src/compose.c
9925                 Reselect "None" Privacy system when selecting an
9926                 account with no privacy system defined
9927
9928 2005-10-10 [colin]      1.9.15cvs28
9929
9930         * src/mainwindow.c
9931                 Add Windows-1252 encoding
9932         * src/prefs_common.c
9933                 Rework some defaults:
9934                 - autosave to draft by default
9935                 - don't show header pane (it's already in the textview)
9936                 - Select first new or unread mail on entry
9937                 - Assume 'Yes' to change folder when there's no more
9938                   unread message
9939         * src/prefs_matcher.c
9940                 Fix a gtk assertion failure
9941         * src/gtk/colorlabel.c
9942                 Workaround bad repainting on selection
9943         * src/main.c
9944                 Freeze/thaw (a bit faster on ssh -X)
9945         * src/msgcache.c
9946                 Get rid of StrdupConverter that just adds an
9947                 extra strdup/free 
9948         * src/etpan/imap_thread.c
9949                 memset buf to 0
9950
9951 2005-10-10 [colin]      1.9.15cvs27
9952
9953         * src/export.c
9954         * src/import.c
9955                 Fix compile on gtk 2.4. Patch by wwp
9956
9957 2005-10-09 [colin]      1.9.15cvs26
9958
9959         * src/mainwindow.c
9960         * src/messageview.c
9961         * src/summaryview.c
9962                 Clarify forward menus. Patch by wwp
9963
9964 2005-10-09 [colin]      1.9.15cvs25
9965
9966         * src/compose.c
9967         * src/compose.h
9968                 Fix bug #829 (Non-working "Encrypt message by 
9969                 default when replying to an encrypted message")
9970
9971 2005-10-08 [colin]      1.9.15cvs24
9972
9973         * src/wizard.c
9974                 Fix bug #827 ("Welcome" setup wizard after a 
9975                 permission error gives up & forgets itself.)
9976
9977 2005-10-08 [colin]      1.9.15cvs23
9978
9979         * src/procmime.c
9980                 Fix bug #828 (Ignoring headers with spaces around = sign)
9981
9982 2005-10-08 [colin]      1.9.15cvs22
9983
9984         * src/export.c
9985                 Warning fix by wwp
9986
9987 2005-10-08 [colin]      1.9.15cvs21
9988
9989         * src/folder.c
9990         * src/folder.h
9991                 Add a processing_pending indicator, set on 
9992                 folder_item_open and cleared after 
9993                 folder_item_process_open
9994         * src/folderview.c
9995         * src/summaryview.c
9996                 wrap procmsg_msginfo_*_flags, and in the
9997                 wrapper check that there's no folder processing 
9998                 pending. If there is, defer the flags change until 
9999                 processing is done to avoid stepping over each
10000                 other's toes.
10001                 Freeze during processing, but not during scanning.
10002
10003 2005-10-07 [colin]      1.9.15cvs20
10004
10005         * src/plugins/pgpcore/passphrase.c
10006                 Fix bug #826 (X-Server hangs when 
10007                 right-clicking a PGP encrypted message)
10008
10009 2005-10-07 [paul]       1.9.15cvs19
10010
10011         * src/compose.c
10012                 fix compose_entries[]
10013                 patch by Fabien Vantard
10014
10015 2005-10-06 [colin]      1.9.15cvs18
10016
10017         * src/pixmaps/address.xpm
10018         * src/pixmaps/address_book.xpm
10019         * src/pixmaps/book.xpm
10020         * src/pixmaps/check_spelling.xpm
10021         * src/pixmaps/checkbox_off.xpm
10022         * src/pixmaps/checkbox_on.xpm
10023         * src/pixmaps/close.xpm
10024         * src/pixmaps/complete.xpm
10025         * src/pixmaps/continue.xpm
10026         * src/pixmaps/deleted.xpm
10027         * src/pixmaps/down_arrow.xpm
10028         * src/pixmaps/exec.xpm
10029         * src/pixmaps/forwarded.xpm
10030         * src/pixmaps/group.xpm
10031         * src/pixmaps/ignorethread.xpm
10032         * src/pixmaps/interface.xpm
10033         * src/pixmaps/jpilot.xpm
10034         * src/pixmaps/ldap.xpm
10035         * src/pixmaps/linewrap.xpm
10036         * src/pixmaps/linewrapcurrent.xpm
10037         * src/pixmaps/mail.xpm
10038         * src/pixmaps/mail_attach.xpm
10039         * src/pixmaps/mail_compose.xpm
10040         * src/pixmaps/mail_forward.xpm
10041         * src/pixmaps/mail_receive.xpm
10042         * src/pixmaps/mail_receive_all.xpm
10043         * src/pixmaps/mail_reply.xpm
10044         * src/pixmaps/mail_reply_to_all.xpm
10045         * src/pixmaps/mail_reply_to_author.xpm
10046         * src/pixmaps/mail_send.xpm
10047         * src/pixmaps/mail_send_queue.xpm
10048         * src/pixmaps/mime_application.xpm
10049         * src/pixmaps/mime_audio.xpm
10050         * src/pixmaps/mime_image.xpm
10051         * src/pixmaps/mime_message.xpm
10052         * src/pixmaps/mime_text_enriched.xpm
10053         * src/pixmaps/mime_text_html.xpm
10054         * src/pixmaps/mime_text_plain.xpm
10055         * src/pixmaps/mime_unknown.xpm
10056         * src/pixmaps/new.xpm
10057         * src/pixmaps/news_compose.xpm
10058         * src/pixmaps/offline.xpm
10059         * src/pixmaps/online.xpm
10060         * src/pixmaps/paste.xpm
10061         * src/pixmaps/preferences.xpm
10062         * src/pixmaps/privacy_emblem_encrypted.xpm
10063         * src/pixmaps/privacy_expired.xpm
10064         * src/pixmaps/privacy_failed.xpm
10065         * src/pixmaps/privacy_passed.xpm
10066         * src/pixmaps/privacy_signed.xpm
10067         * src/pixmaps/privacy_unknown.xpm
10068         * src/pixmaps/privacy_warn.xpm
10069         * src/pixmaps/properties.xpm
10070         * src/pixmaps/replied.xpm
10071         * src/pixmaps/search.xpm
10072         * src/pixmaps/unread.xpm
10073         * src/pixmaps/up_arrow.xpm
10074         * src/pixmaps/vcard.xpm
10075                 Modernize internal theme, with icons from the 
10076                 Gnomaws theme. Keep some of the old ones where
10077                 they were better.
10078
10079 2005-10-06 [colin]      1.9.15cvs17
10080
10081         * src/summaryview.c
10082                 Little optimisations + bugfix
10083         * src/toolbar.c
10084                 Remove default useless items - useless being defined
10085                 by the default relevant prefs
10086         * src/wizard.c
10087                 include config.h to make gettext work
10088         * src/prefs_themes.c
10089                 Fix selection of current theme in prefs
10090
10091 2005-10-06 [colin]      1.9.15cvs16
10092
10093         * src/prefs_common.c
10094         * src/prefs_common.h
10095         * src/prefs_summaries.c
10096         * src/folderview.c
10097                 Add a warning dialog on Mark all read 
10098                 (with pref to get rid of it)
10099
10100 2005-10-06 [paul]       1.9.15cvs15
10101
10102         * po/nb.po
10103         * po/pt_BR.po
10104                 updated by Geir Helland and Frederico
10105                 Goncalves Guimaraes
10106
10107 2005-10-05 [colin]      1.9.15cvs14
10108
10109         * src/folder.c
10110         * src/folder.h
10111         * src/folderview.c
10112         * src/folderview.h
10113         * src/imap_gtk.c
10114         * src/mh_gtk.c
10115         * src/mainwindow.c
10116         * src/setup.c
10117                 add a way to rescan without rebuilding
10118                 make moving a bit faster (less folders changes)
10119                 don't lock the tree on Get 
10120         * src/imap.c
10121                 Don't re-delete deleted messages before expunging
10122         * src/summaryview.c
10123                 Set batch mode when deleting mails
10124
10125 2005-10-05 [paul]       1.9.15cvs13
10126
10127         * src/mainwindow.c
10128         * src/mainwindow.h
10129                 fix disabled Execute menu item
10130         * src/toolbar.c
10131                 match the change in 1.9.15cvs10: use Compose
10132                 instead of News by default
10133
10134 2005-10-04 [colin]      1.9.15cvs12
10135
10136         * src/compose.c
10137                 When replying to an ML post with Reply-To set
10138                 to the poster's email, honor it (as before),
10139                 but also honor our user's request to reply to
10140                 the mailing list: set the ML address in the To
10141                 field and the Reply-To address in the Cc: 
10142                 field.
10143
10144 2005-10-04 [colin]      1.9.15cvs11
10145
10146         * src/plugins/trayicon/trayicon.c
10147                 Finish cosmetic change - thanks to wwp
10148
10149 2005-10-04 [colin]      1.9.15cvs10
10150
10151         * src/toolbar.c
10152                 Use Compose instead of Email by default.
10153                 Spotted by wwp.
10154
10155 2005-10-04 [colin]      1.9.15cvs9
10156
10157         * src/folder.c
10158         * src/folder.h
10159         * src/folderview.c
10160         * src/imap.c
10161         * src/etpan/imap-thread.c
10162         * src/etpan/imap-thread.h
10163                 Try to make IMAP faster, by simplifying SEARCH
10164                 commands, avoiding sending two STATUS in a row,
10165                 and deferring flags sync and processing just
10166                 after displaying the folder. 
10167                 This will update the SummaryView in certain
10168                 cases (new mails not already fetched, flags
10169                 changed from another client) but in a non-
10170                 blocking manner.
10171
10172 2005-10-04 [colin]      1.9.15cvs8
10173
10174         * src/plugins/trayicon/trayicon.c
10175                 Relabel "Offline" to "Work offline"
10176
10177 2005-10-04 [colin]      1.9.15cvs7
10178
10179         * src/export.c
10180         * src/import.c
10181         * src/mbox.c
10182                 Fix mbox import/export buglets
10183                 Patch by wwp
10184         * src/plugins/trayicon/trayicon.c
10185                 Add offline swithc
10186                 Patch by wwp
10187
10188 2005-10-04 [colin]      1.9.15cvs6
10189
10190         * src/folder.c
10191         * src/folderview.c
10192         * src/summaryview.c
10193                 Better fix (don't break mark all read) for cvs2
10194
10195 2005-10-03 [colin]      1.9.15cvs5
10196
10197         * src/folder.c
10198                 Use a sane sort by default
10199
10200 2005-10-03 [colin]      1.9.15cvs4
10201
10202         * src/inc.c
10203                 Add a 'Only once' button for overriding offline mode
10204         * src/prefs_account.c
10205         * src/wizard.c
10206                 Add Local mbox to the wizard
10207                 Add IMAP subdir to the wizard (or the wizard is useless
10208                 for such accounts, or even worse than useless)
10209                 Move IMAP subdir from Advanced to Receive tab, as it's
10210                 not that uncommon
10211
10212 2005-10-03 [colin]      1.9.15cvs3
10213
10214         * src/send_message.c
10215                 Forgot this one in cvs1
10216
10217 2005-10-03 [colin]      1.9.15cvs2
10218
10219         * src/folder.c
10220                 Faster close when leaving a folder with lots
10221                 of new mails. Idea by David Relson.
10222
10223 2005-10-03 [colin]      1.9.15cvs1
10224
10225         * src/compose.c
10226         * src/imap.c
10227         * src/inc.c
10228         * src/main.c
10229         * src/messageview.c
10230         * src/news.c
10231         * src/summaryview.c
10232         * src/gtk/sslcertwindow.c
10233         * src/plugins/trayicon/trayicon.c
10234                 Add accels to every AlertPanel. Patch by Fabien 
10235                 Vantard
10236
10237 2005-10-03 [paul]       1.9.15
10238
10239         1.9.15 released
10240
10241 2005-10-03 [paul]       1.9.14cvs68
10242
10243         * po/ca.po
10244         * po/de.po
10245         * po/es.po
10246         * po/fi.po
10247         * po/fr.po
10248         * po/sk.po
10249         * po/sr.po
10250         * po/zh_CN.po
10251                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10252                 Mones Lastra, Tommi Pirinen, Fabien vantard,
10253                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
10254
10255 2005-10-03 [paul]       1.9.14cvs67
10256
10257         * src/send_message.c
10258                 prevent hang on Cancel
10259                 patch by Colin
10260
10261 2005-10-03 [paul]       1.9.14cvs66
10262
10263         * src/main.c
10264                 fix crash in IMAP caused by discrepancy
10265                 between check_at_startup and offline mode
10266                 Patch by Colin
10267
10268 2005-10-01 [paul]       1.9.14cvs65
10269
10270         * src/inc.c
10271                 fix engrish
10272
10273 2005-10-01 [paul]       1.9.14cvs64
10274         * src/export.c
10275         * src/import.c
10276                 synchronise import_mbox() and export_mbox()
10277         * src/mbox.c
10278                 proc_mbox(): add alert if file cannot be opened
10279                 export_list_to_mbox(): test if dest file exists,
10280                 prompt user to overwrite if it does. add alert
10281                 if file cannot be created
10282                                                                 
10283         Patch by wwp
10284                                                                                                                 
10285
10286 2005-09-30 [paul]       1.9.14cvs63
10287
10288         * src/addressbook.c
10289                 Fix sensitivity of a menu
10290         * src/codeconv.c
10291                 Respect hidden pref for mails with no encoding
10292         * src/common/xml.c
10293                 Fix memory corruption
10294         * src/plugins/pgpcore/sgpgme.c
10295                 Fix segfault on incomplete sigs, and display
10296                 of S/Mime UIDs
10297
10298         Patches by Colin
10299
10300 2005-09-30 [colin]      1.9.14cvs62
10301
10302         * src/partial_download.c
10303                 Little logic fix in almost-dead code
10304         * src/pop.c
10305                 Fix partial download when there's no new mail
10306
10307 2005-09-29 [paul]       1.9.14cvs61
10308
10309         * src/plugins/pgpinline/pgpinline.c
10310                 fix bug 819, 'crash accessing sign message'
10311                 Patch by Colin
10312
10313 2005-09-28 [martin]     1.9.14cvs60
10314
10315         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10316                 fix bug #790 (Crash when restarting window manager (fluxbox))
10317
10318 2005-09-28 [paul]       1.9.14cvs59
10319
10320         * src/gtk/gtkaspell.c
10321                 fix off-by-one typo
10322
10323 2005-09-27 [colin]      1.9.14cvs58
10324
10325         * src/plugins/pgpcore/sgpgme.c
10326                 Report error when there's one, instead of
10327                 "Signature unchecked" 
10328
10329 2005-09-27 [colin]      1.9.14cvs57
10330
10331         * src/prefs_quote.c
10332                 Fix bug #816 (Weird quotation with spaces)
10333
10334 2005-09-27 [colin]      1.9.14cvs56
10335
10336         * src/codeconv.c
10337         * src/compose.c
10338         * src/compose.h
10339                 Put subject in compose's title
10340                 Fix Automatic encoding so that it's really automatic:
10341                 first try default locale's charset, then charset of the replied mail, 
10342                 then utf-8
10343                 Fix encoding of headers (must be in strict mode too)
10344
10345 2005-09-26 [colin]      1.9.14cvs55
10346
10347         * src/gtk/gtkaspell.c
10348                 Fix previous patch - don't color the space,
10349                 just uncolor it :)
10350
10351 2005-09-26 [colin]      1.9.14cvs54
10352
10353         * src/gtk/gtkaspell.c
10354                 Unmark space if possible
10355
10356 2005-09-26 [colin]      1.9.14cvs53
10357
10358         * src/imap.c
10359                 log_error instead of alertpanel according to the pref
10360         * src/etpan/imap-thread.c
10361                 Print connect status, copy only necessary size to 
10362                 logger
10363         * src/plugins/pgpmime/pgpmime.c
10364                 Handle S/Mime signatures (verification only). Patch based
10365                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
10366
10367 2005-09-26 [paul]       1.9.14cvs52
10368
10369         * src/common/passcrypt.c
10370                 this 'workaround' not necessary on NetBSD.
10371                 Thanks to Daniel Gustafson
10372
10373 2005-09-26 [paul]
10374
10375         1.9.15-rc4 released
10376
10377 2005-09-26 [paul]       1.9.14cvs51
10378
10379         * src/summaryview.c
10380                 Skip currently selected message when
10381                 looking for next new or unread message
10382                 in current folder. Patch by Colin
10383         * src/common/passcrypt.c
10384                 eliminate warnings on *BSD. Patch by
10385                 Daniel Gustafson
10386
10387 2005-09-26 [colin]      1.9.14cvs50
10388
10389         * src/procmsg.c
10390                 Call postfiltering hook anyway
10391
10392 2005-09-22 [colin]      1.9.14cvs49
10393
10394         * src/codeconv.c
10395         * src/codeconv.h
10396                 Add a strict mode that doesn't replace with _
10397         * src/compose.c
10398         * src/compose.h
10399                 Use strict conversion while sending
10400                 Fix race when drafting while sending (happens
10401                 on IMAP)
10402                 Fix d'n'd of messages from summaryview
10403         * src/prefs_common.c
10404         * src/prefs_common.h
10405                 add hidden utf8_instead_of_locale_for_broken_mail 
10406                 pref for people that preferred the default charset 
10407                 to be utf8 for broken mails
10408         * src/quote_fmt_parse.y
10409                 fix bug #815 (No quote insert if "From:" fied 
10410                 contained Russian letters)
10411         * src/summaryview.c
10412                 Fix d'n'd of messages to compose
10413
10414 2005-09-22 [paul]       1.9.14cvs48
10415
10416         * src/compose.c
10417                 fix bug where attachments Name entry
10418                 would display Path instead
10419
10420 2005-09-21 [paul]       1.9.14cvs47
10421
10422         * README
10423         * README.jp
10424         * configure.ac
10425         * config/config.rpath
10426         * doc/manual/en/sylpheed-20.html
10427         * doc/manual/es/sylpheed-20.html
10428         * po/bg.po
10429         * po/ca.po
10430         * po/de.po
10431         * po/es.po
10432         * po/fr.po
10433         * po/it.po
10434         * po/pt_BR.po
10435         * po/sk.po
10436         * po/zh_TW.po
10437         * src/account.c
10438         * src/account.h
10439         * src/action.c
10440         * src/action.h
10441         * src/adbookbase.h
10442         * src/addr_compl.c
10443         * src/addr_compl.h
10444         * src/addrbook.c
10445         * src/addrbook.h
10446         * src/addrcache.c
10447         * src/addrcache.h
10448         * src/addrcindex.c
10449         * src/addrcindex.h
10450         * src/addrclip.c
10451         * src/addrclip.h
10452         * src/addrdefs.h
10453         * src/addressadd.c
10454         * src/addressadd.h
10455         * src/addressbook.c
10456         * src/addressbook.h
10457         * src/addressitem.h
10458         * src/addrgather.c
10459         * src/addrgather.h
10460         * src/addrharvest.c
10461         * src/addrharvest.h
10462         * src/addrindex.c
10463         * src/addrindex.h
10464         * src/addritem.c
10465         * src/addritem.h
10466         * src/addrquery.c
10467         * src/addrquery.h
10468         * src/addrselect.c
10469         * src/addrselect.h
10470         * src/alertpanel.c
10471         * src/alertpanel.h
10472         * src/browseldap.c
10473         * src/browseldap.h
10474         * src/codeconv.c
10475         * src/codeconv.h
10476         * src/compose.c
10477         * src/compose.h
10478         * src/crash.c
10479         * src/crash.h
10480         * src/customheader.c
10481         * src/customheader.h
10482         * src/displayheader.c
10483         * src/displayheader.h
10484         * src/editaddress.c
10485         * src/editaddress.h
10486         * src/editbook.c
10487         * src/editbook.h
10488         * src/editgroup.c
10489         * src/editgroup.h
10490         * src/editjpilot.c
10491         * src/editjpilot.h
10492         * src/editldap.c
10493         * src/editldap.h
10494         * src/editldap_basedn.c
10495         * src/editldap_basedn.h
10496         * src/editvcard.c
10497         * src/editvcard.h
10498         * src/enriched.c
10499         * src/enriched.h
10500         * src/exphtmldlg.c
10501         * src/exphtmldlg.h
10502         * src/expldifdlg.c
10503         * src/expldifdlg.h
10504         * src/export.c
10505         * src/export.h
10506         * src/exporthtml.c
10507         * src/exporthtml.h
10508         * src/exportldif.c
10509         * src/exportldif.h
10510         * src/filtering.c
10511         * src/filtering.h
10512         * src/folder.c
10513         * src/folder.h
10514         * src/folder_item_prefs.c
10515         * src/folder_item_prefs.h
10516         * src/foldersel.c
10517         * src/foldersel.h
10518         * src/folderutils.c
10519         * src/folderutils.h
10520         * src/folderview.c
10521         * src/folderview.h
10522         * src/grouplistdialog.c
10523         * src/grouplistdialog.h
10524         * src/headerview.c
10525         * src/headerview.h
10526         * src/html.c
10527         * src/html.h
10528         * src/image_viewer.c
10529         * src/image_viewer.h
10530         * src/imap.c
10531         * src/imap.h
10532         * src/imap_gtk.c
10533         * src/imap_gtk.h
10534         * src/import.c
10535         * src/import.h
10536         * src/importldif.c
10537         * src/importldif.h
10538         * src/importmutt.c
10539         * src/importmutt.h
10540         * src/importpine.c
10541         * src/importpine.h
10542         * src/inc.c
10543         * src/inc.h
10544         * src/jpilot.c
10545         * src/jpilot.h
10546         * src/ldapctrl.c
10547         * src/ldapctrl.h
10548         * src/ldaplocate.c
10549         * src/ldaplocate.h
10550         * src/ldapquery.c
10551         * src/ldapquery.h
10552         * src/ldapserver.c
10553         * src/ldapserver.h
10554         * src/ldaputil.c
10555         * src/ldaputil.h
10556         * src/ldif.c
10557         * src/ldif.h
10558         * src/localfolder.c
10559         * src/localfolder.h
10560         * src/main.c
10561         * src/main.h
10562         * src/mainwindow.c
10563         * src/mainwindow.h
10564         * src/manual.c
10565         * src/manual.h
10566         * src/matcher.c
10567         * src/matcher.h
10568         * src/matcher_parser.h
10569         * src/matcher_parser_lex.l
10570         * src/matcher_parser_parse.y
10571         * src/mbox.c
10572         * src/mbox.h
10573         * src/message_search.c
10574         * src/message_search.h
10575         * src/messageview.c
10576         * src/messageview.h
10577         * src/mh.c
10578         * src/mh.h
10579         * src/mh_gtk.c
10580         * src/mh_gtk.h
10581         * src/mimeview.c
10582         * src/mimeview.h
10583         * src/msgcache.c
10584         * src/msgcache.h
10585         * src/mutt.c
10586         * src/mutt.h
10587         * src/news.c
10588         * src/news.h
10589         * src/news_gtk.c
10590         * src/news_gtk.h
10591         * src/noticeview.c
10592         * src/noticeview.h
10593         * src/partial_download.c
10594         * src/partial_download.h
10595         * src/pine.c
10596         * src/pine.h
10597         * src/pop.c
10598         * src/pop.h
10599         * src/prefs_account.c
10600         * src/prefs_account.h
10601         * src/prefs_actions.c
10602         * src/prefs_actions.h
10603         * src/prefs_common.c
10604         * src/prefs_common.h
10605         * src/prefs_compose_writing.c
10606         * src/prefs_compose_writing.h
10607         * src/prefs_customheader.c
10608         * src/prefs_customheader.h
10609         * src/prefs_display_header.c
10610         * src/prefs_display_header.h
10611         * src/prefs_ext_prog.c
10612         * src/prefs_ext_prog.h
10613         * src/prefs_filtering.c
10614         * src/prefs_filtering.h
10615         * src/prefs_filtering_action.c
10616         * src/prefs_filtering_action.h
10617         * src/prefs_folder_column.c
10618         * src/prefs_folder_column.h
10619         * src/prefs_folder_item.c
10620         * src/prefs_folder_item.h
10621         * src/prefs_fonts.c
10622         * src/prefs_fonts.h
10623         * src/prefs_gtk.c
10624         * src/prefs_gtk.h
10625         * src/prefs_image_viewer.c
10626         * src/prefs_image_viewer.h
10627         * src/prefs_matcher.c
10628         * src/prefs_matcher.h
10629         * src/prefs_message.c
10630         * src/prefs_message.h
10631         * src/prefs_msg_colors.c
10632         * src/prefs_msg_colors.h
10633         * src/prefs_other.c
10634         * src/prefs_other.h
10635         * src/prefs_quote.c
10636         * src/prefs_quote.h
10637         * src/prefs_receive.c
10638         * src/prefs_receive.h
10639         * src/prefs_send.c
10640         * src/prefs_send.h
10641         * src/prefs_spelling.c
10642         * src/prefs_spelling.h
10643         * src/prefs_summaries.c
10644         * src/prefs_summaries.h
10645         * src/prefs_summary_column.c
10646         * src/prefs_summary_column.h
10647         * src/prefs_template.c
10648         * src/prefs_template.h
10649         * src/prefs_themes.c
10650         * src/prefs_themes.h
10651         * src/prefs_toolbar.c
10652         * src/prefs_toolbar.h
10653         * src/prefs_wrapping.c
10654         * src/prefs_wrapping.h
10655         * src/privacy.c
10656         * src/privacy.h
10657         * src/procheader.c
10658         * src/procheader.h
10659         * src/procmime.c
10660         * src/procmime.h
10661         * src/procmsg.c
10662         * src/procmsg.h
10663         * src/quote_fmt.c
10664         * src/quote_fmt_parse.y
10665         * src/recv.c
10666         * src/recv.h
10667         * src/remotefolder.c
10668         * src/remotefolder.h
10669         * src/send_message.c
10670         * src/send_message.h
10671         * src/setup.c
10672         * src/setup.h
10673         * src/simple-gettext.c
10674         * src/sourcewindow.c
10675         * src/sourcewindow.h
10676         * src/ssl_manager.c
10677         * src/ssl_manager.h
10678         * src/statusbar.c
10679         * src/statusbar.h
10680         * src/stock_pixmap.c
10681         * src/stock_pixmap.h
10682         * src/summary_search.c
10683         * src/summary_search.h
10684         * src/summaryview.c
10685         * src/summaryview.h
10686         * src/syldap.c
10687         * src/syldap.h
10688         * src/textview.c
10689         * src/textview.h
10690         * src/toolbar.c
10691         * src/toolbar.h
10692         * src/undo.c
10693         * src/undo.h
10694         * src/unmime.c
10695         * src/unmime.h
10696         * src/vcard.c
10697         * src/vcard.h
10698         * src/wizard.c
10699         * src/wizard.h
10700         * src/common/base64.c
10701         * src/common/base64.h
10702         * src/common/defs.h
10703         * src/common/hooks.c
10704         * src/common/hooks.h
10705         * src/common/log.c
10706         * src/common/log.h
10707         * src/common/md5.c
10708         * src/common/md5.h
10709         * src/common/mgutils.c
10710         * src/common/mgutils.h
10711         * src/common/nntp.c
10712         * src/common/nntp.h
10713         * src/common/passcrypt.c
10714         * src/common/passcrypt.h.in
10715         * src/common/plugin.c
10716         * src/common/plugin.h
10717         * src/common/prefs.c
10718         * src/common/prefs.h
10719         * src/common/progressindicator.c
10720         * src/common/progressindicator.h
10721         * src/common/quoted-printable.c
10722         * src/common/quoted-printable.h
10723         * src/common/session.c
10724         * src/common/session.h
10725         * src/common/smtp.c
10726         * src/common/smtp.h
10727         * src/common/socket.c
10728         * src/common/socket.h
10729         * src/common/ssl.c
10730         * src/common/ssl.h
10731         * src/common/ssl_certificate.c
10732         * src/common/ssl_certificate.h
10733         * src/common/string_match.c
10734         * src/common/string_match.h
10735         * src/common/stringtable.c
10736         * src/common/sylpheed.c
10737         * src/common/sylpheed.h
10738         * src/common/template.c
10739         * src/common/template.h
10740         * src/common/timing.h
10741         * src/common/utils.c
10742         * src/common/utils.h
10743         * src/common/uuencode.c
10744         * src/common/uuencode.h
10745         * src/common/version.h.in
10746         * src/common/xml.c
10747         * src/common/xml.h
10748         * src/common/xmlprops.c
10749         * src/common/xmlprops.h
10750         * src/gtk/about.c
10751         * src/gtk/about.h
10752         * src/gtk/colorlabel.c
10753         * src/gtk/colorlabel.h
10754         * src/gtk/colorsel.c
10755         * src/gtk/colorsel.h
10756         * src/gtk/description_window.c
10757         * src/gtk/description_window.h
10758         * src/gtk/filesel.c
10759         * src/gtk/filesel.h
10760         * src/gtk/foldersort.c
10761         * src/gtk/foldersort.h
10762         * src/gtk/gtkutils.c
10763         * src/gtk/gtkutils.h
10764         * src/gtk/inputdialog.c
10765         * src/gtk/inputdialog.h
10766         * src/gtk/logwindow.c
10767         * src/gtk/logwindow.h
10768         * src/gtk/manage_window.c
10769         * src/gtk/manage_window.h
10770         * src/gtk/menu.c
10771         * src/gtk/menu.h
10772         * src/gtk/pluginwindow.c
10773         * src/gtk/pluginwindow.h
10774         * src/gtk/prefswindow.c
10775         * src/gtk/prefswindow.h
10776         * src/gtk/progressdialog.c
10777         * src/gtk/progressdialog.h
10778         * src/gtk/quicksearch.c
10779         * src/gtk/quicksearch.h
10780         * src/gtk/sslcertwindow.c
10781         * src/gtk/sslcertwindow.h
10782         * src/plugins/clamav/clamav_plugin.c
10783         * src/plugins/clamav/clamav_plugin.h
10784         * src/plugins/clamav/clamav_plugin_gtk.c
10785         * src/plugins/demo/demo.c
10786         * src/plugins/dillo_viewer/dillo_prefs.c
10787         * src/plugins/dillo_viewer/dillo_prefs.h
10788         * src/plugins/dillo_viewer/dillo_viewer.c
10789         * src/plugins/mathml_viewer/mathml_viewer.c
10790         * src/plugins/pgpcore/passphrase.c
10791         * src/plugins/pgpcore/passphrase.h
10792         * src/plugins/pgpcore/plugin.c
10793         * src/plugins/pgpcore/prefs_gpg.c
10794         * src/plugins/pgpcore/prefs_gpg.h
10795         * src/plugins/pgpcore/select-keys.c
10796         * src/plugins/pgpcore/select-keys.h
10797         * src/plugins/pgpcore/sgpgme.c
10798         * src/plugins/pgpcore/sgpgme.h
10799         * src/plugins/pgpinline/pgpinline.c
10800         * src/plugins/pgpinline/pgpinline.h
10801         * src/plugins/pgpinline/plugin.c
10802         * src/plugins/pgpmime/pgpmime.c
10803         * src/plugins/pgpmime/pgpmime.h
10804         * src/plugins/pgpmime/plugin.c
10805         * src/plugins/spamassassin/spamassassin.c
10806         * src/plugins/spamassassin/spamassassin.h
10807         * src/plugins/spamassassin/spamassassin_gtk.c
10808         * src/plugins/trayicon/trayicon.c
10809         * tools/OOo2sylpheed.pl
10810         * tools/acroread2sylpheed.pl
10811         * tools/asus_mailled.sh
10812         * tools/filter_conv.pl
10813         * tools/freshmeat_search.pl
10814         * tools/google_search.pl
10815         * tools/kmail2sylpheed.pl
10816         * tools/kmail2sylpheed_v2.pl
10817         * tools/maildir2sylpheed.pl
10818         * tools/multiwebsearch.pl
10819         * tools/newscache_clean.pl
10820         * tools/outlook2sylpheed.pl
10821         * tools/sylpheed-switcher
10822         * tools/update-po
10823         * tools/vcard2xml.py
10824         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10825                 update FSF address
10826
10827 2005-09-21 [colin]      1.9.14cvs46
10828
10829         * src/gedit-print.c
10830         * src/procmsg.c
10831         * src/procmsg.h
10832         * src/textview.c
10833         * src/summaryview.c
10834                 Remove some printing hacks (deselection/reselection),
10835                 which by the way fix printing the currently 
10836                 displayed mime part (still only text)
10837                 Plus a little optimisation of summary_show
10838
10839
10840 2005-09-20 [colin]      1.9.14cvs45
10841
10842         * src/mainwindow.c
10843         * src/messageview.c
10844                 GUI fixups: add accels, set message
10845                 view title to displayed mail's subject
10846         * src/prefs_spelling.c
10847         * src/gtk/gtkaspell.c
10848                 GUI fixups: allow underlining misspelled
10849                 words instead of coloring them (a11y!)
10850
10851 2005-09-19 [colin]
10852
10853         1.9.15rc3 released
10854
10855 2005-09-19 [colin]      1.9.14cvs44
10856
10857         * src/compose.c
10858                 Fix draft message
10859         * src/gtk/gtkaspell.c
10860                 Fix wrong test ;-)
10861
10862 2005-09-19 [colin]      1.9.14cvs43
10863
10864         * src/addressbook.c
10865                 Fix sensitivity of Delete button
10866         * src/compose.c
10867                 Warn if the requested Privacy system
10868                 is not available
10869         * src/exphtmldlg.c
10870         * src/expldifdlg.c
10871         * src/importldif.c
10872         * src/importmutt.c
10873         * src/importpine.c
10874                 Fix crappy UI
10875         * src/
10876         * src/ssl.h
10877         * src/prefs_account.h
10878         * src/prefs_account.c
10879                 Save SSL prefs even in builds that have
10880                 SSL support disable
10881         * src/imap.c
10882         * src/inc.c
10883         * src/news.c
10884         * src/send_message.c
10885                 Warn if connection should be secure, but
10886                 SSL support isn't compiled in
10887         * src/gtkaspell.c
10888                 Fix word separation on UTF-8 systems
10889                 Fixes bug #812 (Strange inline spellchecking)
10890         * src/compose.c
10891                 Warn if the requested Privacy system
10892                 is not available
10893                 Factorize offline warning
10894         * src/imap.c
10895         * src/imap_gtk.c
10896         * src/imap_gtk.h
10897         * src/inc.h
10898         * src/news_gtk.c
10899         * src/news_gtk.h
10900         * src/messageview.c
10901                 Factorize offline warning
10902
10903 2005-09-19 [paul]
10904
10905         1.9.15-rc2 released
10906
10907 2005-09-18 [colin]      1.9.14cvs42
10908
10909         * src/codeconv.c
10910         * src/codeconv.h
10911         * src/procmime.c
10912                 Add a way to get locale's charset ignoring utf-8,
10913                 and use that as default encoding for broken mails
10914
10915 2005-09-18 [colin]      1.9.14cvs41
10916
10917         * src/gtk/logwindow.c
10918                 Translate string. Patch by Fabien Vantard
10919
10920 2005-09-18 [colin]      1.9.14cvs40
10921
10922         * configure.ac
10923                 Fix bug #803 (IMAP/SSL support breaks with 
10924                 GnuTLS libetpan 0.38)
10925
10926 2005-09-18 [colin]      1.9.14cvs39
10927
10928         * src/codeconv.c
10929         * src/compose.c
10930         * src/procmime.c
10931                 More charsets fixes. Fixes bug #806 (non
10932                 ascii characters in subject line)
10933
10934 2005-09-17 [paul]       1.9.14cvs38
10935
10936         * src/folderview.c
10937         * src/mainwindow.c
10938                 fix gcc-2.95 issues
10939                 Patch by Pawel Pekala
10940
10941 2005-09-17 [colin]      1.9.14cvs37
10942
10943         * src/addrindex.c
10944                 bugfix for NO-USE LDAP compilation, patch 
10945                 by Fabien Vantard
10946
10947 2005-09-17 [colin]      1.9.14cvs36
10948
10949         * src/prefs_actions.c
10950         * src/prefs_customheader.c
10951         * src/prefs_display_header.c
10952         * src/prefs_filtering_action.c
10953         * src/prefs_matcher.c
10954         * src/prefs_toolbar.c
10955                 Fix strange casts (less elegant but
10956                 works better)
10957
10958 2005-09-16 [colin]      1.9.14cvs35
10959
10960         * src/jpilot.c
10961                 Missed that one
10962
10963 2005-09-16 [colin]      1.9.14cvs34
10964
10965         * configure.ac
10966         * src/Makefile.am
10967         * src/addr_compl.c
10968         * src/addrindex.c
10969         * src/browseldap.c
10970         * src/editldap.c
10971         * src/ldaplocate.c
10972         * src/ldapquery.c
10973         * src/ldapquery.h
10974         * src/ldapserver.c
10975         * src/ldapserver.h
10976         * src/main.c
10977         * src/matcher_parser_parse.y
10978         * src/prefs_themes.c
10979         * src/etpan/Makefile.am
10980         * src/gtk/description_window.c
10981         * src/plugins/clamav/Makefile.am
10982         * src/plugins/clamav/clamav_plugin.c
10983         * src/plugins/dillo_viewer/Makefile.am
10984         * src/plugins/pgpcore/Makefile.am
10985         * src/plugins/pgpinline/Makefile.am
10986         * src/plugins/pgpmime/Makefile.am
10987         * src/plugins/trayicon/Makefile.am
10988                 Fix 100% cpu usage in address completion list
10989                 Fix little bugs (return with no values etc)
10990                 Fix all warnings (with common CFLAGS)
10991
10992 2005-09-15 [colin]      1.9.14cvs33
10993
10994         * src/addressbook.c
10995                 Fix bug where sometimes a group's email list is empty,
10996                 force its refresh (probably fixes "Re: how to create a 
10997                 distribution list")
10998         * src/ldapquery.c
10999                 Don't return to the callback in the main thread from the
11000                 fetch thread (or face segs!)
11001
11002 2005-09-15 [paul]       1.9.14cvs32
11003
11004         * src/prefs_matcher.c
11005                 forgotten in last commit
11006
11007 2005-09-15 [paul]       1.9.14cvs31
11008
11009         * src/prefs_actions.c
11010         * src/prefs_filtering_action.c
11011         * src/prefs_quote.c
11012         * src/quote_fmt.c
11013         * src/summaryview.c
11014         * src/gtk/description_window.c
11015         * src/gtk/description_window.h
11016         * src/gtk/quicksearch.c
11017                 allow interaction with the called
11018                 description window
11019                 Patch by Anders Hammar
11020
11021 2005-09-14 [paul]       1.9.14cvs30
11022
11023         * src/compose.c
11024                 fix a little annoyance when pasting with 3rd button 
11025                 with wrap_pastes=0 and wrap_input=1
11026                 Patch by Colin
11027
11028 2005-09-14 [paul]       1.9.14cvs29
11029
11030         * src/prefs_account.c
11031                 disable 'Filter messages on receiving' for
11032                 SMTP-only accounts
11033                 Patch  by Anders Hammar
11034
11035 2005-09-14 [paul]       1.9.14cvs28
11036
11037         * po/sk.po
11038                 fix crash
11039                 updated by Andrej Kacian
11040
11041 2005-09-14 [paul]
11042
11043         1.9.15-rc1 released
11044
11045 2005-09-14 [paul]       1.9.14cvs27
11046
11047         * po/es.po
11048                 updated by Ricardo Mones Lastra
11049         * src/compose.c
11050         * src/compose.h
11051                 associate no_wrap_tags to Compose windows
11052                 instead of using a static one
11053                 Patch by Colin
11054         * src/mbox.c
11055                 fix proc_mbox()
11056                 Patch by wwp
11057         * src/textview.c
11058                 remove unneeded printf()
11059
11060 2005-09-14 [paul]       1.9.14cvs26
11061
11062         * src/addrcache.c
11063         * src/codeconv.h
11064         * src/folder.h
11065         * src/mainwindow.h
11066         * src/mh.c
11067         * src/mimeview.h
11068         * src/partial_download.c
11069         * src/pop.c
11070         * src/prefs_account.c
11071         * src/prefs_account.h
11072         * src/prefs_actions.c
11073         * src/prefs_customheader.c
11074         * src/prefs_display_header.c
11075         * src/prefs_filtering_action.c
11076         * src/prefs_matcher.c
11077         * src/prefs_toolbar.c
11078         * src/privacy.h
11079         * src/procmime.c
11080         * src/procmime.h
11081         * src/procmsg.h
11082         * src/textview.c
11083         * src/undo.h
11084         * src/common/plugin.c
11085         * src/common/session.h
11086         * src/common/socket.c
11087         * src/common/socket.h
11088         * src/common/template.c
11089         * src/gtk/gtkaspell.c
11090         * src/gtk/quicksearch.h
11091         * src/plugins/pgpcore/passphrase.c
11092         * src/plugins/pgpcore/prefs_gpg.h
11093         * src/plugins/pgpcore/select-keys.c
11094         * src/plugins/pgpcore/select-keys.h
11095         * src/plugins/pgpcore/sgpgme.c
11096         * src/plugins/pgpinline/pgpinline.c
11097         * src/plugins/pgpmime/pgpmime.c
11098         * src/plugins/trayicon/trayicon.c
11099                 fix compilation warnings
11100                 Patch by Daniel Gustafson
11101
11102 2005-09-14 [paul]       1.9.14cvs25
11103
11104         * src/addressbook.c
11105                 add missing column header, and other small
11106                 bug fixes
11107                 Patch by Anders Hammar
11108
11109 2005-09-13 [colin]      1.9.14cvs24
11110
11111         * src/gtk/gtkaspell.c
11112                 Fix non-utf8 in menu
11113                 Fix little leaks
11114                 Nullify struct members after free()s
11115
11116 2005-09-13 [colin]      1.9.14cvs23
11117
11118         * src/compose.c
11119                 Test utf8 compliance before inserting to 
11120                 buffer, and try to convert if necessary
11121         * src/procmime.c
11122                 If no charset is present, use the locale 
11123                 one instead of us-ascii
11124         * src/procmsg.c
11125                 Add Sender, List-Post and To in the checked 
11126                 headers for automatic rules creation 
11127                 (thanks to wwp)
11128         * src/prefs_themes.c
11129         * src/gtk/gtkaspell.c
11130                 Remove deprecated functions. 
11131                 patch by Daniel Gustafson
11132
11133 2005-09-12 [colin]      1.9.14cvs22
11134
11135         * src/compose.c
11136                 Fix bug #448 (Scrolling/Redraw issue with 
11137                 address-fields in Header)
11138         * src/mainwindow.c
11139         * src/summaryview.c
11140         * src/summaryview.h
11141                 Fix loss of MSG_MARKED on move/copy
11142                 Fix bug #804 (Quicksearch togglebutton doesn't 
11143                 get depressed after '/' key is pressed)
11144
11145 2005-09-12 [paul]       1.9.14cvs21
11146
11147         * AUTHORS
11148         * src/gtk/logwindow.c
11149                 add 'Clear Log' to popup menu
11150                 Patch by Anders Hammar <anders.hammar@telia.com>
11151
11152 2005-09-12 [paul]       1.9.14cvs20
11153
11154         * src/compose.c
11155                 set correct sensitivity on attachments
11156                 popup menu
11157         * src/folder.c
11158                 fix typo
11159         * src/prefs_spelling.c
11160                 fix crash when no LANG env is set
11161         * src/common/xml.c
11162                 fix crash in wizard
11163                 don't use memeory after free
11164
11165         All patches by Daniel Gustafson
11166
11167 2005-09-12 [paul]       1.9.14cvs19
11168
11169         * src/prefs_themes.c
11170                 make theme info selectable
11171         * src/gtk/description_window.c
11172                 make window non-modal
11173         * tools/README
11174                 add details of asus_mailed.sh
11175         * tools/claws.i18n.status.pl
11176                 update for new zh_TW translator
11177                 widen the output
11178                 create alternate coloured lines
11179                 improve readability
11180
11181 2005-09-10 [colin]      1.9.14cvs18
11182
11183         * src/plugins/pgpcore/select-keys.c
11184                 Better order for the buttons
11185
11186 2005-09-10 [colin]      1.9.14cvs17
11187
11188         * src/compose.c
11189         * src/plugins/pgpcore/select-keys.c
11190         * src/plugins/pgpcore/select-keys.h
11191         * src/plugins/pgpcore/sgpgme.c
11192                 Add a "Don't encrypt" button to the key
11193                 selection dialog. Fixes bug #177 (There should be a 
11194                 'Don't encrypt button in the Select Keys dialog)
11195
11196 2005-09-10 [colin]      1.9.14cvs16
11197
11198         * src/compose.c
11199                 Fix bug #572 (%X option does not work with templates)
11200
11201 2005-09-10 [colin]      1.9.14cvs15
11202
11203         * src/toolbar.c 
11204                 Remove g_print
11205
11206 2005-09-10 [colin]      1.9.14cvs14
11207
11208         * src/imap.c
11209                 Fix a possible crash
11210
11211 2005-09-09 [colin]      1.9.14cvs13
11212
11213         * src/imap.c
11214         * src/etpan/imap-thread.c
11215         * src/etpan/imap-thread.h
11216                 Fix moving from queue or drafts to normal folders
11217                 Fix bug #794 (No way to delete without expunging)
11218                 Take flags unset by other mailers into account
11219                 Take deleted flag set by other mailers into account
11220                 Fix unsetting REPLIED flag
11221                 Fix crash when capabilities can't be retrieved
11222         * src/mainwindow.c
11223         * src/mainwindow.h
11224                 Add M_DELAYED_FLAGS condition, and let the user use
11225                 Execute in order to be able to expunge deleted mails,
11226                 even if he's not in delayed execute mode
11227         * src/prefs_spelling.c
11228                 Use 'en' dictionary by default if LANG is POSIX or C
11229         * src/gtk/prefswindow.c
11230                 Fix bug #767 (Preferences windows expanding) by making
11231                 the window a bit larger when the resolution is greater
11232                 than 640x480, and by putting the prefs in a
11233                 GtkScrolledWindow.
11234
11235 2005-09-09 [paul]       1.9.14cvs12
11236
11237         * AUTHORS
11238         * configure.ac
11239         * po/zh_TW.Big5.po      ** REMOVED **
11240         * po/zh_TW.po           ** ADDED **
11241                 updated by Wei-Lun Chao
11242
11243 2005-09-09 [paul]       1.9.14cvs11
11244
11245         * src/mainwindow.c
11246                 fix asserts
11247         * src/common/xml.c
11248                 delay memory allocation until file is
11249                 opened successfully
11250                 Patch by Daniel Gustafson
11251
11252 2005-09-09 [colin]      1.9.14cvs10
11253
11254         * src/imap.c
11255                 Add guards
11256
11257 2005-09-08 [colin]      1.9.14cvs9
11258
11259         * src/compose.c
11260                 Alert when we can't save draft
11261                 Fix various wrap/color issues
11262                 Add mid-click pasting respecting wrap_paste option
11263         * src/folder.c
11264         * src/folder.h
11265         * src/folder_item_prefs.c
11266         * src/folder_item_prefs.h
11267         * src/imap.c
11268         * src/imap_gtk.c
11269         * src/imap_gtk.h
11270         * src/main.c
11271         * src/mainwindow.c
11272         * src/mainwindow.h
11273         * src/news.c
11274         * src/news_gtk.c
11275         * src/news_gtk.h
11276         * src/prefs_folder_item.c
11277                 Fix the impossibility to synchronise folders for
11278                 offline use (IMAP and NNTP are concerned)
11279
11280 2005-09-08 [colin]      1.9.14cvs8
11281
11282         * configure.ac
11283                 Build LDAP and JPilot by default if available
11284         * src/textview.c
11285                 Fix use after free
11286
11287 2005-09-08 [paul]       1.9.14cvs7
11288
11289         * doc/manual/en/sylpheed-1.html
11290         * doc/manual/en/sylpheed-18.html
11291         * doc/manual/en/sylpheed-19.html
11292         * doc/manual/en/sylpheed-4.html
11293         * doc/manual/en/sylpheed-6.html
11294         * doc/manual/en/sylpheed.html
11295                 a few minor updates, plus include some
11296                 details about plugins and their requirements
11297         * src/mainwindow.c
11298                 minor changes to English in /View/Sort
11299
11300 2005-09-07 [colin]      1.9.14cvs6
11301
11302         * doc/manual/en/sylpheed-1.html
11303         * doc/manual/en/sylpheed-10.html
11304         * doc/manual/en/sylpheed-11.html
11305         * doc/manual/en/sylpheed-12.html
11306         * doc/manual/en/sylpheed-13.html
11307         * doc/manual/en/sylpheed-14.html
11308         * doc/manual/en/sylpheed-15.html
11309         * doc/manual/en/sylpheed-16.html
11310         * doc/manual/en/sylpheed-17.html
11311         * doc/manual/en/sylpheed-18.html
11312         * doc/manual/en/sylpheed-19.html
11313         * doc/manual/en/sylpheed-2.html
11314         * doc/manual/en/sylpheed-20.html
11315         * doc/manual/en/sylpheed-21.html
11316         * doc/manual/en/sylpheed-22.html
11317         * doc/manual/en/sylpheed-3.html
11318         * doc/manual/en/sylpheed-4.html
11319         * doc/manual/en/sylpheed-5.html
11320         * doc/manual/en/sylpheed-6.html
11321         * doc/manual/en/sylpheed-7.html
11322         * doc/manual/en/sylpheed-8.html
11323         * doc/manual/en/sylpheed-9.html
11324         * doc/manual/en/sylpheed.html
11325                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
11326
11327 2005-09-07 [colin]      1.9.14cvs5
11328
11329         * src/mainwindow.c
11330                 Make labels more to-the-point
11331
11332 2005-09-07 [colin]      1.9.14cvs4
11333
11334         * doc/manual/en/sylpheed-1.html
11335         * doc/manual/en/sylpheed-12.html
11336         * doc/manual/en/sylpheed-13.html
11337         * doc/manual/en/sylpheed-14.html
11338         * doc/manual/en/sylpheed-15.html
11339         * doc/manual/en/sylpheed-16.html
11340         * doc/manual/en/sylpheed-17.html
11341         * doc/manual/en/sylpheed-18.html
11342         * doc/manual/en/sylpheed-19.html
11343         * doc/manual/en/sylpheed-2.html
11344         * doc/manual/en/sylpheed-20.html
11345         * doc/manual/en/sylpheed-21.html
11346         * doc/manual/en/sylpheed-22.html
11347         * doc/manual/en/sylpheed-4.html
11348         * doc/manual/en/sylpheed-5.html
11349         * doc/manual/en/sylpheed-6.html
11350         * doc/manual/en/sylpheed-7.html
11351         * doc/manual/en/sylpheed-8.html
11352         * doc/manual/en/sylpheed-9.html
11353         * doc/manual/en/sylpheed.html
11354                 Update manual
11355
11356 2005-09-07 [colin]      1.9.14cvs3
11357
11358         * doc/faq/en/sylpheed-faq-1.html
11359         * doc/faq/en/sylpheed-faq-2.html
11360         * doc/faq/en/sylpheed-faq-3.html
11361         * doc/faq/en/sylpheed-faq.html
11362                 Update FAQ
11363
11364 2005-09-07 [colin]      1.9.14cvs2
11365
11366         * src/folderview.c
11367         * src/procmsg.c
11368         * src/summaryview.c
11369         * src/toolbar.c
11370                 Fix special subfolders:
11371                 - Inherit parent's icon
11372                 - sent contents of queues subfolders
11373                 - empty subfolders of trashes
11374         * src/mainwindow.c
11375                 Remove outdated manual and faq entries
11376         * src/common/utils.c
11377                 Add quotes around %s coming from mailcap
11378
11379 2005-09-07 [colin]      1.9.14cvs1
11380
11381         * src/compose.c
11382                 After saving draft, set modified to FALSE
11383         * src/mimeview.c
11384         * src/common/utils.c
11385         * src/common/utils.h
11386                 Try to open mime parts using what is 
11387                 indicated in ~/.mailcap or /etc/mailcap,
11388                 if possible.
11389
11390 2005-09-05 [paul]       1.9.14
11391
11392         1.9.14 released
11393
11394         * po/sk.po
11395                 updated by Andrej Kacian
11396
11397 2005-09-05 [paul]       1.9.13cvs83
11398
11399         * po/de.po
11400         * po/es.po
11401         * po/fi.po
11402         * po/fr.po
11403         * po/nb.po
11404         * po/pt_BR.po
11405         * po/sr.po
11406                 updated translations by Thomas Gilgin, Ricardo Mones
11407                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
11408                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
11409
11410 2005-09-04 [paul]       1.9.13cvs82
11411
11412         * src/compose.c
11413                 only warn about exceeded line length limit
11414                 on send
11415
11416 2005-09-04 [paul]       1.9.13cvs81
11417
11418         * src/compose.c
11419                 fix crash in 'line length exceeded' dialogue
11420
11421 2005-09-02 [paul]       1.9.13cvs80
11422
11423         * src/imap.c
11424                 fix bug 795, 'Connection lost IMAP'
11425                 and add statusbar prints
11426                 Patch by Colin
11427
11428 2005-09-02 [paul]       1.9.13cvs79
11429
11430         * src/compose.c
11431                 compose_wrap_paragraph() becomes
11432                 compose_beautify_paragraph()
11433                 Patch by Colin
11434
11435 2005-09-02 [colin]      1.9.13cvs78
11436
11437         * src/folderview.c
11438                 Micro-fix
11439
11440 2005-09-01 [colin]      1.9.13cvs77
11441
11442         * src/imap.c
11443                 Maybe fix bug #795 (Connection lost IMAP)
11444                 Don't try to send logout when we're disconnected.
11445         * src/summaryview.c
11446                 Include locked and marked emails in HRM
11447                 view. Fixes bug #800 (Locked messages no longer 
11448                 show up when hide read messages is used)
11449
11450 2005-09-01 [paul]       1.9.13cvs76
11451
11452         * src/prefs_common.c
11453                 fix bad cutting
11454
11455 2005-08-31 [colin]      1.9.13cvs75
11456
11457         * src/folderview.c
11458         * src/folderview.h
11459         * src/prefs_summaries.c
11460         * src/summaryview.c
11461                 Fix "go to next new", fix preference
11462                 (Open unread/next swapped)
11463
11464 2005-08-31 [paul]       1.9.13cvs74
11465
11466         * src/compose.c
11467         * src/folderview.c
11468         * src/headerview.c
11469         * src/headerview.h
11470         * src/mainwindow.c
11471         * src/prefs_common.c
11472         * src/prefs_common.h
11473         * src/prefs_fonts.c
11474         * src/summaryview.c
11475         * src/textview.c
11476         * src/common/defs.h
11477                 remove obsolete BOLD_FONT setting
11478                 fix font update in headerview and textview
11479                 headers after prefs change
11480                 Patch By Colin
11481
11482 2005-08-31 [paul]
11483
11484         1.9.14-rc4 released
11485
11486 2005-08-30 [colin]      1.9.13cvs73
11487
11488         * src/summaryview.c
11489                 When Hide read messages is selected and we
11490                 refresh the summaryview, don't remove the 
11491                 currently displayed message. Fixes bug #797
11492                 (Summary view reloads when new mail is 
11493                 downloaded in 1.9.14 rc)
11494
11495 2005-08-30 [colin]      1.9.13cvs72
11496
11497         * src/folderview.c
11498                 Fix flickering
11499         * src/mainwindow.c
11500                 Remove useless callback
11501         * src/mimeview.c
11502         * src/gtk/filesel.c
11503         * src/gtk/filesel.h
11504                 Add a filesel_select_file_save_folder() - used by Save All
11505
11506 2005-08-29 [paul]       1.9.13cvs71
11507
11508         * AUTHORS
11509         * src/matcher_parser_parse.y
11510         * src/etpan/imap-thread.c
11511                 fix building on FreeBSD
11512                 Patch by Daniel Gustafson <daniel@hobbit.se>
11513
11514 2005-08-29 [paul]       1.9.13cvs70
11515
11516         * src/plugins/pgpinline/pgpinline.c
11517                 only initialise sig result if it's been handled
11518                 Patch by Colin
11519
11520 2005-08-29 [paul]       1.9.13cvs69
11521         
11522         Patches by Colin:
11523
11524         * src/imap.c
11525         * src/common.utils.c
11526         * src/common/utils.h
11527                 optimisation
11528         * src/stock_pixmap.h
11529                 fix wrong icon reference
11530         * src/pixmaps/trash_btn.xpm
11531                 replace with nicer image
11532
11533 2005-08-28 [colin]      1.9.13cvs68
11534
11535         * src/Makefile.am
11536         * src/stock_pixmap.c
11537         * src/stock_pixmap.h
11538         * src/toolbar.c
11539         * src/pixmaps/trash_btn.xpm
11540                 Add a specific trash xpm for the button
11541
11542 2005-08-28 [colin]      1.9.13cvs67
11543
11544         * src/imap.c
11545                 Fix leak
11546
11547 2005-08-27 [colin]      1.9.13cvs66
11548
11549         * src/imap.c
11550         * src/procmime.c
11551                 Correctly fix "Problem with replies", fixes
11552                 pgpmime encryption too. 
11553
11554 2005-08-27 [colin]      1.9.13cvs65
11555
11556         * src/folder.c
11557         * src/procmsg.c
11558         * src/procmsg.h
11559         * src/summaryview.c
11560                 Fix bug #517 (messages removed from summaryview 
11561                 when moving fails)
11562
11563 2005-08-27 [colin]      1.9.13cvs64
11564
11565         * tools/Makefile.am
11566         * tools/asus_mailled.sh
11567                 Add a script to blink ASUS laptops' mail LED where there
11568                 is unread mail.
11569
11570 2005-08-27 [colin]      1.9.13cvs63
11571
11572         * src/imap.c
11573         * src/etpan/imap-thread.c
11574         * src/etpan/imap-thread.h
11575                 Implement automatic choosing of login method
11576                 Fixes bug #791
11577         * src/gtk/.cvsignore
11578                 Add sylpheed-marshal.[ch]
11579
11580 2005-08-27 [colin]      1.9.13cvs62
11581
11582         * src/common/utils.c
11583                 Fix confusing perror
11584
11585 2005-08-27 [colin]      1.9.13cvs61
11586
11587         * src/toolbar.c
11588         * src/toolbar.h
11589                 Remove A_DELETE, replace it with 
11590                 A_TRASH and A_DELETE_REAL. Automatically
11591                 rewrite config files to replace A_DELETE
11592                 with A_TRASH (no functionality change).
11593                 Fixes half of #794
11594
11595 2005-08-26 [colin]      1.9.13cvs60
11596
11597         * src/procmime.c
11598                 Previous "Problem with replies" fix brought other
11599                 problems, fixing them
11600
11601 2005-08-26 [colin]      1.9.13cvs59
11602
11603         * src/procmime.c
11604                 Fix "Problem with replies". This happened only
11605                 on IMAP...
11606         * src/procmsg.c
11607                 Factorize code a bit
11608         * src/compose.c
11609                 Speed improvement on very long messages (wrapping)
11610                 Fix signature color on Reedit and Redirect
11611                 On Reedit, don't attach pgp-signatures parts, but
11612                 set signing to On.
11613
11614 2005-08-24 [paul]       1.9.13cvs58
11615
11616         * src/compose.c
11617                 don't claim success when clicking
11618                 Cancel on the passphrase box.
11619                 Patch by Colin
11620
11621 2005-08-24 [paul]       1.9.13cvs57
11622
11623         * src/main.c
11624                 fix misplaced sylpheed.log
11625         * src/common/defs.h
11626                 define UIDL_DIR
11627
11628 2005-08-24 [paul]       1.9.13cvs56
11629
11630         * src/imap.c
11631         * src/etpan/imap-thread.c
11632         * src/etpan/imap-thread.h
11633                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11634                 Patch by Colin
11635         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11636         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11637                 remove autogenerated files
11638         * tools/kdeservicemenu/README
11639         * tools/kdeservicemenu/install.sh
11640         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11641         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11642                 use Claws icon, use 'Sylpheed-Claws' in menu,
11643                 use kdialog, and other cleanups
11644
11645 2005-08-23 [paul]       1.9.13cvs55
11646
11647         * src/compose.c
11648                 fix paste/wrap crash
11649                 Patch by Colin
11650
11651 2005-08-23 [paul]       1.9.13cvs54
11652
11653         * src/main.c
11654                 fix crash recovery
11655                 Patch by Colin
11656
11657 2005-08-23 [paul]       1.9.13cvs53
11658
11659         * src/addressbook.c
11660         * src/editaddress.c
11661                 view all data of LDAP contacts
11662                 Patch by Colin
11663
11664 2005-08-23 [paul]       1.9.13cvs52
11665
11666         * src/addressbook.c
11667                 fix issues with the Search field
11668                 Patch by Colin
11669
11670 2005-08-22 [paul]       1.9.13cvs51
11671
11672         * src/folderview.c
11673                 put name of folder in processing dialog
11674                 title
11675         * src/prefs_folder_item.c
11676                 improve english usage
11677
11678 2005-08-22 [paul]       1.9.13cvs50
11679
11680         * src/filtering.c
11681         * src/filtering.h
11682         * src/matcher.c
11683         * src/matcher_parser_lex.l
11684         * src/matcher_parser_parse.y
11685         * src/prefs_filtering.c
11686                 add Filtering/Processing rule names feature.
11687                 (the incompatible old matcherrc is saved as
11688                 matcherrc.pre_names).
11689                 Patch by Colin
11690
11691 2005-08-22 [paul]       1.9.13cvs49
11692
11693         * src/procmsg.c
11694                 fix colour labelling
11695                 Patch by Colin
11696
11697 2005-08-22 [paul]       1.9.13cvs48
11698
11699         * src/textview.c
11700                 fix open_image_cb()
11701
11702 2005-08-22 [paul]       1.9.13cvs47
11703
11704         * src/imap.c
11705                 fix bug 789, 'SC crashes with imap (CVS ver)'
11706                 Patch by Colin
11707
11708 2005-08-22 [paul]       1.9.13cvs46
11709
11710         * src/mimeview.c
11711         * src/prefs_common.c
11712         * src/common/defs.h
11713                 define reused defaults in defs.h
11714         * src/textview.c
11715                 add 'Open image' to image popup menu
11716
11717 2005-08-21 [colin]      1.9.13cvs45
11718
11719         * src/summaryview.c
11720                 Fix bug #788 (Bogus "From" address displayed)
11721
11722 2005-08-20 [colin]      1.9.13cvs44
11723
11724         * src/folder.c
11725                 Fix buf #787 (multilevel delete causes SIGSEGV)
11726
11727 2005-08-19 [colin]      1.9.13cvs43
11728
11729         * src/inc.c
11730         * src/prefs_common.c
11731         * src/prefs_common.h
11732                 Add an hidden pref to allow modifying the
11733                 update stepping in incorporation.
11734                 Patch by wwp.
11735
11736 2005-08-19 [colin]      1.9.13cvs42
11737
11738         * src/compose.c
11739         * src/procmime.c
11740                 Workaround for broken MUAs: encode 
11741                 Content-type: name: as ASCII and 
11742                 Content-Disposition: filename: as
11743                 per rfc2231
11744         * src/prefs_account.c
11745                 Fix invisible-ness of SMTP SSL prefs
11746                 in NNTP accounts
11747
11748 2005-08-19 [paul]       1.9.13cvs41
11749
11750         * src/compose.c
11751         * src/prefs_common.c
11752         * src/prefs_common.h
11753         * src/prefs_wrapping.c
11754                 paste with or without wrapping.
11755                 patch by Colin
11756
11757 2005-08-19 [paul]       1.9.13cvs40
11758
11759         * src/prefs_common.c
11760         * src/prefs_common.h
11761         * src/summaryview.c
11762                 reintroduce enable_swap_from as a
11763                 hidden pref. patch by Colin
11764         * src/quote_fmt_parse.y
11765         * src/plugins/clamav/clamav_plugin.c
11766         * src/plugins/dillo_viewer/dillo_viewer.c
11767         * src/plugins/mathml_viewer/mathml_viewer.c
11768         * src/plugins/pgpcore/sgpgme.c
11769         * src/plugins/pgpinline/pgpinline.c
11770         * src/plugins/pgpmime/pgpmime.c
11771                 tidy up. patch by Colin
11772
11773 2005-08-19 [paul]       1.9.13cvs39
11774
11775         * configure.ac
11776                 complete cvs38's sync
11777         * src/editaddress.c
11778         * src/gedit-print.c
11779         * src/mutt.c
11780         * src/etpan/etpan-log.c
11781         * src/etpan/imap-thread.c
11782         * src/gtk/gtksourceprintjob.c
11783                 fix compilation warnings
11784                 (patch by Colin)
11785
11786 2005-08-19 [paul]       1.9.13cvs38
11787
11788         sync with main:
11789
11790         * src/account.c
11791         * src/action.c
11792         * src/addrbook.c
11793         * src/addrcache.c
11794         * src/addrharvest.c
11795         * src/addrindex.c
11796         * src/codeconv.c
11797         * src/compose.c
11798         * src/crash.c
11799         * src/exporthtml.c
11800         * src/exportldif.c
11801         * src/folder.c
11802         * src/image_viewer.c
11803         * src/inc.c
11804         * src/inc.h
11805         * src/jpilot.c
11806         * src/ldif.c
11807         * src/main.c
11808         * src/matcher.c
11809         * src/mbox.c
11810         * src/messageview.c
11811         * src/mh.c
11812         * src/mimeview.c
11813         * src/msgcache.c
11814         * src/mutt.c
11815         * src/news.c
11816         * src/partial_download.c
11817         * src/pine.c
11818         * src/pop.c
11819         * src/prefs_actions.c
11820         * src/prefs_common.c
11821         * src/prefs_customheader.c
11822         * src/prefs_display_header.c
11823         * src/prefs_gtk.c
11824         * src/prefs_themes.c
11825         * src/procheader.c
11826         * src/procmime.c
11827         * src/procmsg.c
11828         * src/recv.c
11829         * src/send_message.c
11830         * src/simple-gettext.c
11831         * src/sourcewindow.c
11832         * src/textview.c
11833         * src/vcard.c
11834         * src/common/defs.h
11835         * src/common/log.c
11836         * src/common/plugin.c
11837         * src/common/prefs.c
11838         * src/common/session.c
11839         * src/common/session.h
11840         * src/common/socket.c
11841         * src/common/socket.h
11842         * src/common/ssl_certificate.c
11843         * src/common/template.c
11844         * src/common/utils.c
11845         * src/common/utils.h
11846         * src/common/xml.c
11847         * src/gtk/about.c
11848         added wrappers for C library function that
11849                 take pathname arguments.
11850                 enabled compilation with MinGW.
11851                 use GDir instead of directly using opendir().
11852                 added rename_force().
11853
11854 2005-08-19 [paul]       1.9.13cvs37
11855         
11856         patches by Colin:
11857         * src/compose.c
11858                 fix privacy settings on re-editing
11859                 a sent message
11860         * src/jpilot.c
11861                 fix encoding bug
11862         * src/folder.c
11863         * src/procmsg.c
11864         * src/procmsg.h
11865         * src/summaryview.c
11866                 flag changing optimisation
11867
11868 2005-08-18 [martin]     1.9.13cvs36
11869
11870         * commitHelper
11871             added my login
11872         * src/addrcache.c
11873         * src/addrharvest.c
11874         * src/addrindex.c
11875         * src/compose.c
11876         * src/grouplistdialog.c
11877         * src/main.c
11878         * src/mainwindow.c
11879         * src/msgcache.c
11880         * src/mutt.c
11881         * src/pine.c
11882         * src/prefs_account.c
11883         * src/prefs_themes.c
11884         * src/stock_pixmap.c
11885         * src/summaryview.c
11886         * src/gtk/about.c
11887         * src/gtk/logwindow.c
11888             removed deprecated glib and gdk stuff
11889         * src/plugins/pgpcore/select-keys.c
11890             convert attributes from locale to utf8
11891
11892 2005-08-17 [paul]       1.9.13cvs35
11893
11894         * src/account.c
11895         * src/addressbook.c
11896                 use new GTK_STOCK_ icons if available
11897         * src/summaryview.c
11898         * src/gtk/gtksctree.c
11899         * src/gtk/gtksctree.h
11900                 faster range select. patch by Colin
11901
11902 2005-08-17 [paul]       1.9.13cvs34
11903
11904         patches by colin:
11905         * src/addressbook.c
11906         * src/addressitem.h
11907                 Add an edit button for contacts, fix selections
11908                 of gtksctree items
11909         * src/editaddress.c
11910                 Change labels, let Save be always possible in the
11911                 email and user atributes tabs
11912         * src/folderview.c
11913                 fix sort issues
11914         * src/summaryview.c
11915                 select next item instead of the displayed one
11916                 after deletion
11917
11918         * src/gtk/progressdialog.c
11919                 use prefs_common.enable_rules_hint
11920
11921 2005-08-13 [hoa]        1.9.13cvs33
11922
11923         * src/etpan/imap-thread.c
11924                 fixed build on Solaris.
11925
11926 2005-08-10 [colin]      1.9.13cvs32
11927
11928         * src/procmsg.c
11929                 Fix cvs31 (missing fclose before reading
11930                 the file)
11931
11932 2005-08-10 [colin]      1.9.13cvs31
11933
11934         * src/procmsg.c
11935                 Fix procmsg_msginfo_new_from_mimeinfo() when
11936                 the MimeInfo isn't stored in memory. This fixes
11937                 replying to an attached message.
11938
11939 2005-08-10 [colin]      1.9.13cvs30
11940
11941         * src/mainwindow.c
11942                 Fix slowness in account changing
11943
11944 2005-08-10 [colin]      1.9.13cvs29
11945
11946         * src/folder.c
11947         * src/folderutils.c
11948         * src/folderview.c
11949         * src/imap_gtk.c
11950         * src/mainwindow.c
11951         * src/mh_gtk.c
11952         * src/procmsg.c
11953         * src/summaryview.c
11954                 Optimize folder_has_parent_of_type
11955                 Prevent moving special sub-folders from contextual menus
11956                 Rework message a bit ("Empty all messages" -> "Delete all
11957                 messages")
11958                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11959                 and "Deleted Items" folders)
11960
11961 2005-08-08 [colin]      1.9.13cvs28
11962
11963         * src/summaryview.c
11964         * src/prefs_summaries.c
11965                 Make "Select first unread|new" more flexible
11966                 (just prioritize new or unread)
11967
11968 2005-08-08 [colin]      1.9.13cvs27
11969
11970         * src/summaryview.c
11971                 If "select first new" is selected and there only
11972                 are unread messages, fallback to "select first
11973                 unread".
11974
11975 2005-08-08 [colin]      1.9.13cvs26
11976
11977         * src/folder.c
11978                 Fix shameful bugs (and bug #779)
11979
11980 2005-08-08 [colin]      1.9.13cvs25
11981
11982         * src/folder.c
11983         * src/folder.h
11984                 Cache parents' type to make folder_has_parent_of_type
11985                 faster
11986         * src/folderview.c
11987                 Forbid DnD of special sub-folders
11988         * src/procmsg.c
11989         * src/procmsg.h
11990                 Add MAIL_POSTFILTERING_HOOK
11991         * src/summaryview.c
11992                 Revert over-zealous deletion of the use_addr_book 
11993                 code
11994
11995 2005-08-07 [colin]      1.9.13cvs24
11996
11997         * src/folder.c
11998                 Fix big mistake (passing MsgInfo instead 
11999                 of FolderItem)
12000
12001 2005-08-07 [colin]      1.9.13cvs23
12002
12003         * src/compose.c
12004         * src/folder.c
12005         * src/folder.h
12006         * src/foldersel.c
12007         * src/folderutils.c
12008         * src/folderview.c
12009         * src/imap.c
12010         * src/mainwindow.c
12011         * src/messageview.c
12012         * src/mh.c
12013         * src/msgcache.c
12014         * src/procmime.c
12015         * src/summaryview.c
12016                 Make subfolders of Drafts, Queue, Outbox, Trash
12017                 work like their parents. 
12018                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
12019
12020 2005-08-07 [colin]      1.9.13cvs22
12021
12022         * src/addressbook.c
12023                 Fix bug #771 (Dragged contacts not saved)
12024
12025 2005-08-07 [paul]       1.9.13cvs21
12026
12027         * src/summaryview.c
12028                 fix bug 32 'Search Doesn't display results
12029                 if "Hide Read Messages" is chosen'
12030                 be more literal in interpreting 'Hide read
12031                 messages'
12032
12033 2005-08-07 [colin]      1.9.13cvs20
12034
12035         * src/folderview.c
12036                 Add debug
12037         * src/summaryview.c
12038                 Faster 'unthread_for_execution'
12039
12040 2005-08-06 [paul]       1.9.13cvs19
12041
12042         * src/mainwindow.c
12043                 add mnemonics to Set displayed columns
12044                 fix bug where msgview_visible option was
12045                 overwritten as TRUE on startup
12046
12047 2005-08-06 [paul]       1.9.13cvs18
12048
12049         * src/mainwindow.c
12050                 refer to 'displayed columns in folder/message
12051                 list' not 'displayed items in summary/message view'
12052         * src/prefs_display_header.c
12053                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
12054                 be consistent with similar dialogues
12055         * src/prefs_folder_column.c
12056         * src/prefs_summary_column.c
12057                 'columns' not 'items', and folder and message lists,
12058                 instead of folder and summary views;
12059                 Use 'Hidden columns' as list heading not 'Available
12060                 items';
12061                 move the 'Remove' button to the right hand side;
12062                 top-align the buttons;
12063                 remove unneeded vbox
12064         * src/prefs_summaries.c
12065                 put the 2 column prefs buttons in a frame to reduce
12066                 overall width; refer to columns not items &c.
12067
12068 2005-08-05 [colin]      1.9.13cvs17
12069
12070         * src/prefs_common.c
12071         * src/prefs_common.h
12072         * src/mainwindow.c
12073         * src/compose.c
12074         * src/messageview.c
12075                 Add an hidden toolbar_detachable pref, so
12076                 that I can get rid of these painful handles
12077                 in the toolbars. Defaults to TRUE to avoid
12078                 changing the GUI on unsuspecting people...
12079
12080 2005-08-05 [colin]      1.9.13cvs16
12081
12082         * src/Makefile.am
12083         * src/prefs_folder_column.c
12084         * src/prefs_folder_column.h
12085                 Add prefs for folder columns
12086         * src/folderview.c
12087         * src/folderview.h
12088         * src/mainwindow.c
12089         * src/mainwindow.h
12090         * src/prefs_common.c
12091         * src/prefs_common.h
12092         * src/prefs_summaries.c
12093                 Use them
12094         * src/prefs_summary_column.c
12095         * src/summaryview.c
12096         * src/summaryview.h
12097                 Add a To column
12098         * src/textview.c
12099         * src/common/utils.c
12100         * src/common/utils.h
12101                 Move uri colourisation functions
12102                 to utils
12103         * src/compose.c
12104                 Colourise URIs
12105         * src/imap.c
12106                 Fix bug with LIST where we'd try
12107                 to get Folder//////[...]/// 
12108
12109 2005-08-05 [paul]       1.9.13cvs15
12110
12111         * src/prefs_summaries.c
12112                 improve the English usage
12113         * src/summaryview.c
12114                 set font on column change
12115                 thanks to Colin
12116
12117 2005-08-05 [paul]       1.9.13cvs14
12118
12119         * src/prefs_common.c
12120         * src/prefs_common.h
12121         * src/prefs_summaries.c
12122         * src/summaryview.c
12123                 replace 'open_unread_on_enter' option with
12124                 'select_on_entry' option. opening/not opening
12125                 is now exclusively controlled by 'always_show_msg'
12126
12127 2005-08-04 [colin]      1.9.13cvs13
12128
12129         * src/compose.c
12130                 Remove dead code
12131                 Add colourisation of quotes and signatures
12132         * src/folderview.c
12133                 Fix possible crashes
12134         * src/messageview.c
12135                 Change an assert that is no problem
12136         * src/news.c
12137         * src/news_gtk.c
12138         * src/news_gtk.h
12139                 Fix offline mode
12140         * src/gtk/quicksearch.c
12141                 Fix a possible crash
12142
12143 2005-08-03 [colin]      1.9.13cvs12
12144
12145         * src/prefs_account.c
12146                 Fix bug #777 (Sylpheed crash in account configuration)
12147
12148 2005-08-03 [colin]      1.9.13cvs11
12149
12150         * src/addressbook.c
12151         * src/editaddress.c
12152         * src/editgroup.c
12153                 Fixing addressbook, round 2
12154         * src/textview.c
12155                 Fix emphasis color on rechecking 'Colorize messages'
12156
12157 2005-08-03 [paul]       1.9.13cvs10
12158
12159         sync with main
12160
12161         * src/addr_compl.c
12162         * src/compose.c
12163         * src/main.c
12164         * src/pop.c
12165         * src/prefs_account.c
12166         * src/procmime.c
12167         * src/procmsg.c
12168         * src/quote_fmt_parse.y
12169         * src/textview.c
12170         * src/common/quoted-printable.c
12171         * src/common/utils.c
12172         * src/common/utils.h
12173         * src/common/xml.c
12174                 replaced incorrect locale-independent
12175                 ctype functions with GLib's. Corrected
12176                 signedness mismatch.
12177         * src/headerview.c
12178                 headerview_create(): added spacing for vbox.
12179         * src/gtk/about.c
12180                 set focus to the OK button.
12181
12182 2005-08-03 [colin]      1.9.13cvs9
12183
12184         * src/folderview.c
12185                 Fix possible crash
12186
12187 2005-08-02 [colin]      1.9.13cvs8
12188
12189         * src/mainwindow.c
12190                 Fix cast
12191         * src/addressbook.c
12192         * src/addressitem.h
12193                 Fix a cast and more generally, try to make the
12194                 GUI more intuitive and consistent (round 1)
12195
12196 2005-08-02 [paul]       1.9.13cvs7
12197
12198         * src/folder.h
12199                 missing in 1.9.13cvs6
12200
12201 2005-08-02 [colin]      1.9.13cvs6
12202
12203         * src/folder.c
12204                 Fix one more leak
12205
12206 2005-08-02 [colin]      1.9.13cvs5
12207
12208         * src/folder.c
12209         * src/folderview.c
12210         * src/imap.c
12211         * src/main.c
12212         * src/mbox.c
12213         * src/procmsg.c
12214         * src/summaryview.c
12215                 Fix a number of folder_item_get_msg_list()-related
12216                 leaks (missing procmsg_msginfo_free()s)
12217
12218 2005-08-01 [colin]      1.9.13cvs4
12219
12220         * src/folderview.c
12221         * src/folderview.h
12222         * src/mainwindow.c
12223         * src/prefs_fonts.c
12224         * src/prefs_summaries.c
12225         * src/prefs_themes.c
12226         * src/summaryview.c
12227         * src/summaryview.h
12228         * src/textview.c
12229         * src/textview.h
12230                 Fix instant-apply of summary and folderview-related prefs
12231                 Fix erroneous g_free and alertpanels in prefs_theme
12232                 Add instant-apply for fonts
12233                 Defer applying of prefs a little bit so it's done only
12234                 once even if requested by multiples prefs pages
12235
12236 2005-08-01 [paul]       1.9.13cvs3
12237
12238         * src/main.c
12239                 fix bug 776 'S.C. crashes on close'
12240                 thanks to Colin
12241         * src/etpan/etpan-thread-manager-types.h
12242                 add missing include
12243                 thanks to Hoa
12244
12245 2005-07-25 [paul]       1.9.13cvs2
12246
12247         * src/summaryview.c
12248                 fix typos. spotted by Fabien Vantard
12249
12250 2005-07-24 [paul]       1.9.13cvs1
12251
12252         * doc/man/sylpheed.1
12253                 update man page, incorporating fix of
12254                 bug 769 'Typo in manpage'
12255         * src/etpan/imap-thread.c
12256                 fix NetBSD openssl dependencies. patch by
12257                 George Michaelson <ggm@apnic.net>
12258         * po/pt_BR.po
12259                 updated by Frederico Goncalves Guimaraes
12260
12261 2005-07-22 [paul]       1.9.13
12262
12263         1.9.13 release
12264
12265 2005-07-22 [paul]       1.9.12cvs91
12266
12267         * AUTHORS
12268         * INSTALL
12269         * README.claws
12270         * RELEASE_NOTES.claws
12271                 updated for release
12272         * configure.ac
12273         * po/nb.po
12274         * tools/claws.i18n.status.pl
12275                 add Norwegian translation. submiited by
12276                 Geir Helland <pjallabais@users.sourceforge.net>
12277         * po/ca.po
12278         * po/de.po
12279         * po/es.po
12280         * po/fi.po
12281         * po/fr.po
12282         * po/it.po
12283         * po/sk.po
12284         * po/sr.po
12285         * po/zh_CN.po
12286                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12287                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
12288                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
12289                 Yang Guilong
12290         * src/plugins/clamav/clamav_plugin_gtk.c
12291         * src/plugins/spamassassin/spamassassin_gtk.c
12292                 replace outdated description strings
12293
12294 2005-07-21 [colin]      1.9.12cvs90
12295
12296         * src/folder.c
12297                 Set folder to batch mode when scanning it. Makes deletion
12298                 of unread mails on IMAP much faster (due to the UNREAD 
12299                 flag unsetting)
12300
12301 2005-07-21 [darko]      1.9.12cvs89
12302
12303         * configure.ac
12304                 link against libresolv if necessary (patch by Paul)
12305         * src/msgcache.c
12306                 use glib's portable macros to determine endianness
12307
12308 2005-07-21 [paul]       1.9.12cvs88
12309
12310         * src/crash.c
12311         * src/gtk/about.c
12312                 update compiled-in features list
12313
12314 2005-07-20 [colin]      1.9.12cvs87
12315
12316         * src/folder.c
12317         * src/textview.c
12318                 Gcc 2.9x compilation fixes, thanks to Darko
12319         * src/plugins/clamav/clamav_plugin.c
12320                 Little optimisation: load virus database only once
12321         * src/plugins/spamassassin/spamassassin.c
12322                 Big optimisation: filtering one mail took at least 1 second,
12323                 now it takes at least 50ms. Doesn't speed up spamassassin 
12324                 itself, but should already be much more tolerable.
12325
12326 2005-07-20 [colin]      1.9.12cvs86
12327
12328         * src/summaryview.c
12329                 Fix performance issue
12330
12331 2005-07-19 [colin]      1.9.12cvs85
12332
12333         * src/plugins/pgpinline/plugin.c
12334                 Fix warning
12335
12336 2005-07-19 [colin]      1.9.12cvs84
12337
12338         * configure.ac
12339         * src/plugins/Makefile.am
12340         * src/plugins/pgpinline/.cvsignore
12341         * src/plugins/pgpinline/Makefile.am
12342         * src/plugins/pgpinline/pgpinline.c
12343         * src/plugins/pgpinline/pgpinline.deps
12344         * src/plugins/pgpinline/pgpinline.h
12345         * src/plugins/pgpinline/plugin.c
12346                 Put pgpinline in the main tree
12347
12348 2005-07-19 [paul]       1.9.12cvs83
12349
12350         * src/prefs_actions.c
12351                 prevent '//' in menu names, which cause a crash
12352                 thanks to Colin
12353
12354 2005-07-19 [paul]       1.9.12cvs82
12355
12356         * configure.ac
12357                 be generally more informative in configure output.
12358                 OpenSSL: correction: '[ --enable-openssl ...' -> 
12359                 '[ --disable-openssl ...', as --enable-openssl is default
12360                 PGP/MIME: don't check for GPGME again, check for
12361                 pgpcore instead. Therefore prevent the possibility of
12362                 attempting to build pgpmime if pgpcore dependencies are
12363                 not met
12364                 ClamAV: use pkgconfig to check for lib
12365                 libgnomeprint: revert logic on inner test to match
12366                 everything else
12367         * src/plugins/pgpcore/sgpgme.c
12368                 add missing include
12369
12370 2005-07-19 [colin]      1.9.12cvs81
12371
12372         * src/summaryview.c
12373                 Fix slow thread rebuilding in particular
12374                 cases
12375
12376 2005-07-19 [paul]       1.9.12cvs80
12377
12378         * sylpheed-claws.desktop
12379                 fix typo, spotted by Stephan Sachse
12380         * src/account.c
12381                 replace GTK_STOCK_ADD with
12382                 GTK_STOCK_NEW button
12383
12384 2005-07-18 [colin]      1.9.12cvs79
12385
12386         * src/etpan/imap-thread.c
12387                 Fix return value (Thanks Hoa)
12388
12389 2005-07-18 [colin]      1.9.12cvs78
12390
12391         * src/imap.c
12392                 Allow empty passwords
12393                 Create drafts/queue/outbox if necessary
12394         * src/summaryview.c
12395                 Remove old code
12396         * src/etpan/imap-thread.c
12397                 Fix STARTTLS (Thanks to Hoa)
12398
12399 2005-07-18 [paul]       1.9.12cvs77
12400
12401         * ChangeLog-gtk2.jp
12402         * ChangeLog.jp
12403                 removed
12404         * Makefile.am
12405                 updated to reflect additions and removals
12406         * TODO
12407                 updated to be claws-specific
12408         * TODO-gtk2
12409         * TODO-gtk2.jp
12410         * TODO.jp
12411         * sylpheed-128x128.png
12412         * sylpheed-64x64.png
12413                 removed
12414         * sylpheed-claws-128x128.png
12415         * sylpheed-claws-64x64.png
12416         * sylpheed-claws.desktop
12417         * sylpheed-claws.png
12418                 added
12419         * sylpheed.desktop
12420         * sylpheed.png
12421                 removed
12422
12423 2005-07-17 [paul]       1.9.12cvs76
12424
12425         * src/account.c
12426         * src/addressbook.c
12427         * src/alertpanel.c
12428         * src/alertpanel.h
12429         * src/compose.c
12430         * src/exphtmldlg.c
12431         * src/expldifdlg.c
12432         * src/folderview.c
12433         * src/imap_gtk.c
12434         * src/inc.c
12435         * src/message_search.c
12436         * src/messageview.c
12437         * src/mh_gtk.c
12438         * src/news_gtk.c
12439         * src/prefs_actions.c
12440         * src/prefs_filtering.c
12441         * src/prefs_matcher.c
12442         * src/prefs_template.c
12443         * src/prefs_themes.c
12444         * src/ssl_manager.c
12445         * src/summary_search.c
12446         * src/textview.c
12447         * src/toolbar.c
12448         * src/gtk/sslcertwindow.c
12449         * src/plugins/pgpcore/sgpgme.c
12450                 rework alertpanels
12451
12452 2005-07-17 [colin]      1.9.12cvs75
12453
12454         * src/privacy.c
12455                 add a PrivacySystem accessor that checks that
12456                 the system cached in a MimeInfo's privacydata
12457                 is still registered. Use this accessor instead
12458                 of directly using data->system. Fixes crashes
12459                 after unloading pgp plugins.
12460
12461 2005-07-17 [colin]      1.9.12cvs74
12462
12463         * src/alertpanel.c
12464                 Change geometry hints to a simple default size.
12465                 Fixes the certs dialogs.
12466
12467 2005-07-17 [colin]      1.9.12cvs73
12468
12469         * src/gtk/sslcertwindow.c
12470                 Use a gtkExpander
12471
12472 2005-07-17 [colin]      1.9.12cvs72
12473
12474         * src/plugins/pgpcore/Makefile.am
12475         * src/plugins/pgpmime/Makefile.am
12476                 Add gpgme libs
12477
12478 2005-07-17 [paul]       1.9.12cvs71
12479
12480         * configure.ac
12481                 add --disable-gnomeprint option
12482                 modified version of patch by Marius Mauch
12483
12484 2005-07-17 [paul]       1.9.12cvs70
12485
12486         * src/common/defs.h
12487                 update urls
12488         * src/account.c
12489         * src/action.c
12490         * src/addressbook.c
12491         * src/compose.c
12492         * src/foldersel.c
12493         * src/folderview.c
12494         * src/html.c
12495         * src/imap_gtk.c
12496         * src/main.c
12497         * src/mainwindow.c
12498         * src/messageview.c
12499         * src/mh_gtk.c
12500         * src/mimeview.c
12501         * src/news_gtk.c
12502         * src/prefs_account.c
12503         * src/prefs_send.c
12504         * src/prefs_summaries.c
12505         * src/procmsg.c
12506         * src/summaryview.c
12507         * src/common/utils.c
12508         * src/common/xml.c
12509         * src/plugins/pgpcore/passphrase.c
12510         * src/plugins/pgpcore/select-keys.c
12511                 replace inappropriately used backticks
12512                 with single quotes
12513
12514 2005-07-16 [colin]      1.9.12cvs69
12515
12516         * src/image_viewer.c
12517                 Add extra paranoid checks
12518
12519 2005-07-16 [colin]      1.9.12cvs68
12520
12521         * src/plugins/pgpcore/prefs_gpg.c
12522                 Don't auto-check sigs by default, as it
12523                 can be really slow.
12524
12525 2005-07-16 [colin]      1.9.12cvs67
12526
12527         * src/plugins/pgpcore/sgpgme.c
12528                 Make messages a bit better.
12529
12530 2005-07-16 [colin]      1.9.12cvs66
12531
12532         * src/imap.c
12533                 Remove pseudo-log
12534         * src/etpan/imap-thread.c
12535                 Add real log
12536
12537 2005-07-16 [colin]      1.9.12cvs65
12538
12539         * src/main.c
12540         * src/prefs_other.c
12541                 And now, fix build with libetpan :-/
12542
12543 2005-07-15 [colin]      1.9.12cvs64
12544
12545         * src/prefs_other.c
12546                 Continue fixing build without libetpan.
12547
12548 2005-07-15 [colin]      1.9.12cvs63
12549
12550         * src/main.c
12551                 Fix build with --disable-libetpan
12552
12553 2005-07-15 [colin]      1.9.12cvs62
12554
12555         * configure.ac
12556                 Bump libetpan's version
12557
12558 2005-07-15 [colin]      1.9.12cvs61
12559
12560         * src/etpan/imap-thread.c
12561                 Actually stop logging :)
12562
12563 2005-07-15 [colin]      1.9.12cvs60
12564
12565         * src/addressbook.c
12566                 Fix dnd of multiple addresses.
12567
12568 2005-07-15 [hoa]        1.9.12cvs59
12569
12570         * src/etpan/imap-thread.c
12571             disable login of IMAP password in libetpan log file.
12572
12573 2005-07-15 [paul]       1.9.12cvs58
12574
12575         * src/account.c
12576                 don't automatically sort
12577                 do allow drag n drop
12578
12579 2005-07-15 [paul]       1.9.12cvs57
12580
12581         * src/account.c
12582         * src/ssl_manager.c
12583                 alphabetical listing
12584
12585 2005-07-15 [paul]       1.9.12cvs56
12586
12587         * src/gtk/pluginwindow.c
12588                 sort plugin list alphabetically
12589
12590 2005-07-15 [paul]       1.9.12cvs55
12591
12592         * src/prefs_spelling.c
12593         * src/prefs_wrapping.c
12594                 unify English usage
12595
12596 2005-07-15 [colin]      1.9.12cvs54
12597
12598         * src/wizard.c
12599                 Typo fix
12600
12601 2005-07-15 [paul]       1.9.12cvs53
12602
12603         * src/prefs_message.c
12604                 make 'show cursor' a hidden option
12605
12606 2005-07-14 [colin]      1.9.12cvs52
12607
12608         * src/plugins/spamassassin/Makefile.am
12609         * src/plugins/clamav/Makefile.am
12610                 Fix double EXTRA_DISTs
12611
12612 2005-07-14 [colin]      1.9.12cvs51
12613
12614         * src/plugins/clamav/Makefile.am
12615         * src/plugins/clamav/clamav_plugin_gtk.deps
12616         * src/plugins/spamassassin/Makefile.am
12617         * src/plugins/spamassassin/spamassassin_gtk.deps
12618                 Make $plugin_gtk depend on $plugin
12619
12620 2005-07-14 [hoa]        1.9.12cvs50
12621
12622         * src/etpan/imap-thread.c
12623                 enable debug log of libetpan when running with --debug
12624
12625 2005-07-14 [colin]      1.9.12cvs49
12626
12627         * configure.ac
12628         * src/common/Makefile.am
12629         * src/common/plugin.c
12630         * src/common/plugin.h
12631                 Add a little plugin dependancy system.
12632                 Plugins can ship a $plugin_name.deps file
12633                 (near them in PLUGINDIR) so that their
12634                 dependancies are loaded if possible.
12635         * src/plugins/Makefile.am
12636         * src/plugins/pgpcore/Makefile.am
12637         * src/plugins/pgpcore/passphrase.c
12638         * src/plugins/pgpcore/passphrase.h
12639         * src/plugins/pgpcore/plugin.c
12640         * src/plugins/pgpcore/prefs_gpg.c
12641         * src/plugins/pgpcore/prefs_gpg.h
12642         * src/plugins/pgpcore/select-keys.c
12643         * src/plugins/pgpcore/select-keys.h
12644         * src/plugins/pgpcore/sgpgme.c
12645         * src/plugins/pgpcore/sgpgme.h
12646                 Introduce pgpcore, used by pgpmime and
12647                 pgpinline
12648         * src/plugins/pgpmime/Makefile.am
12649         * src/plugins/pgpmime/passphrase.c
12650         * src/plugins/pgpmime/passphrase.h
12651         * src/plugins/pgpmime/pgpmime.c
12652         * src/plugins/pgpmime/pgpmime.deps
12653         * src/plugins/pgpmime/plugin.c
12654         * src/plugins/pgpmime/prefs_gpg.c
12655         * src/plugins/pgpmime/prefs_gpg.h
12656         * src/plugins/pgpmime/select-keys.c
12657         * src/plugins/pgpmime/select-keys.h
12658         * src/plugins/pgpmime/sgpgme.c
12659         * src/plugins/pgpmime/sgpgme.h
12660                 Remove the core from pgpmime and add the
12661                 dependancy to pgpcore.
12662
12663 2005-07-14 [paul]       1.9.12cvs48
12664
12665         * src/stock_pixmap.c
12666                 forgot this in last commit
12667
12668 2005-07-14 [paul]       1.9.12cvs47
12669
12670         * src/account.c
12671         * src/addressbook.c
12672                 add accelerators for the buttons (sync with main)
12673         * src/compose.c
12674         * src/compose.h
12675                 add accelerators for the buttons.
12676                 fix editing with external editor.
12677                 replace gdk_input_*() with GIOChannel;
12678                 (sync with main)
12679         * src/foldersel.c
12680                 display folder names with new/unread
12681                 representation (sync with main)
12682         * src/main.c
12683                 specify default window icon (sync with main)
12684         * src/prefs_common.c
12685                 use_addr_book default to FALSE
12686         * src/summaryview.c
12687         * src/textview.c
12688                 add accelerators for the buttons (sync with main)
12689         * src/gtk/menu.c
12690                 fix typos
12691         * src/pixmaps/sylpheed_icon.xpm
12692                 updated
12693
12694 2005-07-13 [paul]       1.9.12cvs46
12695
12696         * src/plugins/pgpmime/pgpmime.c
12697         * src/plugins/pgpmime/sgpgme.c
12698                 (temporarily) use deprecated gpgme_data_rewind()
12699                 while largefile support is not present
12700                 (as suggested by Colin)
12701
12702 2005-07-13 [paul]       1.9.12cvs45
12703
12704         * configure.ac
12705                 remove large file support (for now):
12706                 it breaks too many things
12707
12708 2005-07-13 [paul]       1.9.12cvs44
12709
12710         * configure.ac
12711                 add large file support
12712         * src/html.c
12713                 fix bug #763 where href attribute was not
12714                 the very first attribute of a link
12715                 patch by Thomas Gilgin
12716
12717 2005-07-13 [colin]      1.9.12cvs43
12718
12719         * src/gtk/pluginwindow.c
12720                 Little portability fix
12721
12722 2005-07-13 [colin]      1.9.12cvs42
12723
12724         * src/plugins/pgpmime/sgpgme.c
12725                 Fix crasher.
12726
12727 2005-07-13 [colin]      1.9.12cvs41
12728
12729         * src/plugins/pgpmime/pgpmime.c
12730         * src/plugins/pgpmime/sgpgme.c
12731                 Use gpgme_data_release_and_get_mem instead
12732                 of gpgme_data_read.
12733
12734 2005-07-13 [colin]      1.9.12cvs40
12735
12736         * configure.ac
12737         * src/plugins/pgpmime/passphrase.c
12738         * src/plugins/pgpmime/passphrase.h
12739         * src/plugins/pgpmime/pgpmime.c
12740         * src/plugins/pgpmime/plugin.c
12741         * src/plugins/pgpmime/select-keys.c
12742         * src/plugins/pgpmime/select-keys.h
12743         * src/plugins/pgpmime/sgpgme.c
12744         * src/plugins/pgpmime/sgpgme.h
12745                 Port pgpmime to gpgme-1.0.
12746
12747 2005-07-12 [paul]       1.9.12cvs39
12748
12749         * AUTHORS
12750         * src/toolbar.c
12751         * src/toolbar.h
12752                 add a 'Go to Prev' button to the toolbar.
12753                 correct tooltip text of go to buttons.
12754                 based on patch by Yang Guilong <bamanzi@gmail.com>
12755
12756 2005-07-12 [colin]      1.9.12cvs38
12757
12758         * src/statusbar.c
12759                 Fix progress bar showing stuff at startup.
12760
12761 2005-07-12 [paul]       1.9.12cvs37
12762
12763         * src/editjpilot.c
12764                 fix building with jpilot support
12765
12766 2005-07-11 [colin]      1.9.12cvs36
12767
12768         * src/inc.c
12769                 Add visual indication that filtering is running
12770         * src/textview.c
12771                 Make {}[] uri delimiters
12772         * src/summaryview.c
12773                 Remove useless (and slow) calls
12774
12775 2005-07-11 [paul]       1.9.12cvs35
12776
12777         * src/plugins/clamav/clamav_plugin_gtk.c
12778         * src/plugins/dillo_viewer/dillo_prefs.c
12779         * src/plugins/pgpmime/prefs_gpg.c
12780         * src/plugins/spamassassin/spamassassin_gtk.c
12781                 gather plugins prefs together under their
12782                 own 'Plugins' heading
12783
12784 2005-07-11 [paul]       1.9.12cvs34
12785
12786         sync with main
12787
12788         * src/account.c
12789                 account_delete(): modified alert dialog
12790         * src/editjpilot.c
12791         * src/editvcard.c
12792                 fixed a crash when cancelling file selection
12793                 dialog by Escape key. Made non-ascii filename
12794                 selectable.
12795         * src/prefs_template.c
12796                 prefs_template_window_create(): make scrolled
12797                 window policy AUTOMATIC
12798
12799 2005-07-10 [hoa]        1.9.12cvs33
12800
12801         * src/etpan/imap-thread.c
12802                 workaround for old Courier IMAP servers.
12803
12804 2005-07-10 [colin]      1.9.12cvs32
12805
12806         * src/folder.c
12807         * src/statusbar.c
12808         * src/statusbar.h
12809                 Add visual progress indicator on filtering/processing
12810                 Factorize the progress bar code
12811         * src/imap.c
12812         * src/imap.h
12813         * src/etpan/imap-thread.c
12814                 Add a reference counter to avoid destroying the Folder
12815                 while it's in use by another callback.
12816
12817 2005-07-09 [hoa]        1.9.12cvs31
12818
12819         * src/imap.c
12820         * src/etpan/imap-thread.c
12821                 fixed deadlock when removing IMAP account.
12822
12823 2005-07-08 [colin]      1.9.12cvs30
12824
12825         * src/textview.c
12826         * src/unmime.c
12827                 Fix again problems decoding broken headers
12828         * src/gtk/inputdialog.c
12829                 Fix local variable shadowing a global one
12830
12831 2005-07-08 [colin]      1.9.12cvs29
12832
12833         * src/msgcache.c
12834                 Make the cache/mark files platform-agnostic by writing
12835                 them in little-endian format. Reading them is also done
12836                 in little-endian format, of course; however, in order
12837                 to avoid trashing mark data on big-endian machines, the
12838                 files are, at first, read from the native format if the
12839                 little-endian one doesn't exist. This is easy to deter-
12840                 mine by trying to open a file with a swapped data_ver
12841                 and seeing if it's the wanted version.
12842                 Little-endian using users should see absolutely no
12843                 difference, Big-endian users may get a very little
12844                 performance drop due to byte-swapping.
12845                 Tested on i386 and ppc32. 
12846                 Fixes bug #159 (The index file, in the mailboxes, is 
12847                 hardware depending).
12848
12849                 To have the cache/mark files updated to the new little-
12850                 endian format, "Check for new messages" or even
12851                 "Rebuild folder tree" aren't enough. Files will be
12852                 updated as soon as a folder has been opened/closed.
12853                 To update everything, just select all folders by
12854                 selecting them one by one.
12855
12856 2005-07-07 [colin]      1.9.12cvs28
12857
12858         * src/imap.c
12859                 Remember the folder separator per IMAPFolder
12860                 instead of globally.
12861                 Revive the Session on noop; fixes bug #761
12862                 (mark a bunch of unread messages as read takes 
12863                 forever)
12864
12865 2005-07-07 [darko]      1.9.12cvs27
12866
12867         * src/common/template.c
12868                 Sort templates alphabetically
12869
12870 2005-07-06 [colin]      1.9.12cvs26
12871
12872         * src/imap.c
12873                 Try to use the correct separator in
12874                 most cases. Possibly fixes bug #759
12875                 (only creates the INBOX folder when 
12876                 setting up new IMAP account) and 
12877                 bug #760 (Can't retrieve messages)
12878
12879 2005-07-06 [colin]      1.9.12cvs25
12880
12881         * src/imap.c
12882                 Use real_path in status command. This will
12883                 help later, when namespaces will be used.
12884
12885 2005-07-06 [colin]      1.9.12cvs24
12886
12887         * configure.ac
12888         * src/account.c
12889         * src/folder.c
12890         * src/imap.c
12891         * src/etpan/etpan-log.c
12892         * src/etpan/etpan-thread-manager.c
12893         * src/etpan/imap-thread.c
12894                 Add a --disable-libetpan parameter. With this,
12895                 users that don't want IMAP4 support can avoid
12896                 the new dependancy (and have no IMAP support).
12897                 Users that have IMAP4 accounts and use this
12898                 parameter won't lose their configuration, their
12899                 IMAP accounts will just be invisible and not
12900                 used.
12901         * src/textview.c
12902                 Make the "Copy ..." contextual menu items 
12903                 copy to both the X clipboard and the gtk 
12904                 clipboard - as most other apps do.
12905         * src/gtk/about.c
12906                 Add a notice about OpenSSL usage, in order to
12907                 comply with OpenSSL's license (point 6):
12908                 http://www.openssl.org/source/license.html
12909
12910 2005-07-06 [colin]      1.9.12cvs23
12911
12912         * src/alertpanel.c
12913                 Fix a minimum size for alertpanels
12914         * src/compose.c
12915                 Show 'No space left on device' type errors
12916                 when queuing/sending
12917         * src/imap_gtk.c
12918         * src/mh_gtk.c
12919                 Rework folder's deletion message (remove 
12920                 extra \n)
12921
12922 2005-07-05 [colin]      1.9.12cvs22
12923
12924         * src/imap.c
12925                 Add an alertpanel on auth error
12926                 Add pseudo-log
12927                 Remove pthread-related stuff
12928
12929 2005-07-05 [colin]      1.9.12cvs21
12930
12931         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12932                 Fix crash on plugin reloading (with a hack)
12933
12934 2005-07-05 [colin]      1.9.12cvs20
12935
12936         * src/prefs_account.c
12937         * src/prefs_account.h
12938                 Fix typo
12939         * src/gtk/filesel.c
12940         * src/gtk/filesel.h
12941                 Add a way to filter the view
12942         * src/gtk/pluginwindow.c
12943                 Filter loadable stuff
12944         * src/plugins/pgpmime/prefs_gpg.c
12945                 Fix missing unregistration
12946         * .cvsignore
12947         * src/etpan/.cvsignore
12948         * src/plugins/spamassassin/.cvsignore
12949                 Add more stuff to cvs ignored files
12950
12951 2005-07-04 [colin]      1.9.12cvs19
12952
12953         * src/imap.c
12954                 Fix scan_required returning FALSE when it
12955                 shouldn't. Maybe fix #760 (Can't retrieve
12956                 messages)
12957
12958 2005-07-04 [colin]      1.9.12cvs18
12959
12960         * src/summaryview.c
12961                 Fix always_show_msg pref
12962
12963 2005-07-04 [paul]       1.9.12cvs17
12964
12965         sync with main (forgotten in last commit)
12966         
12967         * src/common/utils.c
12968         * src/common/utils.h
12969                 check_line_length(): new.
12970                 is_dir_exist()
12971                 is_file_entry_exist()
12972                 dirent_is_regular_file()
12973                 dirent_is_directory(): use g_file_test() instead of stat().
12974
12975 2005-07-04 [paul]       1.9.12cvs16
12976
12977         sync with main:
12978
12979         * src/compose.c
12980                 compose_write_to_file(): check for line
12981                 length limit and display warning if exceeds
12982         * src/jpilot.c
12983                 use get_home_dir() instead of g_get_home_dir()
12984         * src/procheader.c
12985                 removed warning about invalid date
12986         * src/vcard.c
12987                 use get_home_dir() instead of g_get_home_dir()
12988
12989 2005-07-04 [paul]       1.9.12cvs15
12990
12991         * src/stock_pixmap.c
12992                 fix new pixmap naming errors
12993                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12994
12995 2005-07-04 [colin]      1.9.12cvs14
12996
12997         * src/imap.c
12998                 Fix debugging string with a warning
12999
13000 2005-07-04 [colin]      1.9.12cvs13
13001
13002         * configure.ac
13003                 Add a check for libetpan's version (>= 0.37)
13004
13005 2005-07-04 [hoa]        1.9.12cvs12
13006
13007         * commitHelper
13008         * src/imap.c
13009         * src/etpan/imap-thread.c
13010         * src/etpan/imap-thread.h
13011                 fixed IMAP implementation of check of mails.
13012
13013 2005-07-03 [hoa]        1.9.12cvs11
13014
13015         * src/etpan/Makefile.am
13016         * src/etpan/etpan-errors.h
13017         * src/etpan/etpan-log.[ch]
13018         * src/etpan/etpan-thread-manager-types.h
13019         * src/etpan/etpan-thread-manager.[ch]
13020         * src/etpan/imap-thread.[ch]
13021         * src/Makefile.am
13022         * src/imap.c
13023         * src/main.c
13024         * src/prefs_other.c
13025         * configure.ac
13026             merged imap branch.
13027             dependency on libetpan 0.37 is now added.
13028
13029 2005-07-01 [colin]      1.9.12cvs10
13030
13031         * src/Makefile.am
13032         * src/folder.c
13033         * src/folder.h
13034         * src/folderview.c
13035         * src/stock_pixmap.c
13036         * src/stock_pixmap.h
13037         * src/plugins/trayicon/trayicon.c
13038                 Add marked symbol on folders containing
13039                 marked messages
13040         * src/procmsg.c
13041         * src/procmsg.h
13042         * src/toolbar.c
13043         * src/prefs_common.c
13044         * src/prefs_common.h
13045         * src/prefs_send.c
13046                 Add an optional confirmation dialog on queue
13047                 sending. Patch by wwp.
13048         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
13049         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
13050         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
13051         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
13052         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
13053         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
13054         * src/pixmaps/inbox_mark.xpm            ** ADDED **
13055         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
13056         * src/pixmaps/outbox_mark.xpm           ** ADDED **
13057         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
13058         * src/pixmaps/trash_mark.xpm            ** ADDED **
13059                 New pixmaps
13060
13061 2005-07-01 [colin]      1.9.12cvs9
13062
13063         * src/summaryview.c
13064                 Fix a little threading bug
13065         * src/addrgather.c
13066         * src/mainwindow.c
13067                 A little bit of HIG normality never hurts
13068
13069 2005-07-01 [colin]      1.9.12cvs8
13070
13071         * src/compose.c
13072         * src/msgcache.c
13073         * src/pop.c
13074         * src/procmime.c
13075         * src/recv.c
13076         * src/common/log.c
13077         * src/common/template.c
13078         * src/common/utils.c
13079         * src/common/utils.h
13080                 Reverted the fwrite_atomic stuff. In fact
13081                 it is already atomic.
13082
13083 2005-06-30 [colin]      1.9.12cvs7
13084
13085         * src/common/utils.c
13086         * src/common/utils.h
13087                 Add an fwrite_atomic() function to make
13088                 sure we write everything: fwrite can make
13089                 short writes.
13090         * src/compose.c
13091         * src/msgcache.c
13092         * src/pop.c
13093         * src/procmime.c
13094         * src/recv.c
13095         * src/common/log.c
13096         * src/common/template.c
13097                 Use that (and fix swapping of size and nmemb).
13098                 Thanks to Rich Coe for the heads up.
13099
13100 2005-06-30 [colin]      1.9.12cvs6
13101
13102         * src/addressbook.c
13103                 Optimize addressbook opening 
13104
13105 2005-06-30 [colin]      1.9.12cvs5
13106
13107         * src/summaryview.c
13108                 Remove calls to summary_step after move/copy
13109
13110 2005-06-28 [paul]       1.9.12cvs4
13111
13112         * src/alertpanel.c
13113                 wrap and make the error msg selectable
13114
13115 2005-06-28 [paul]       1.9.12cvs3
13116
13117         * src/ssl_manager.c
13118                 replace the OK button with a Close button
13119         * src/gtk/foldersort.c
13120                 use GTK_STOCK_ icons/buttons
13121
13122 2005-06-28 [colin]      1.9.12cvs2
13123
13124         * src/gedit-print.c             ** ADDED **
13125         * src/gedit-print.h             ** ADDED **
13126         * src/gtk/gtksourceprintjob.c   ** ADDED **
13127         * src/gtk/gtksourceprintjob.h   ** ADDED **
13128                 I can't believe no one had enough time to tell
13129                 me I forgot the `cvs add`
13130
13131 2005-06-27 [colin]      1.9.12cvs1
13132
13133         * src/Makefile.am
13134         * src/gtk/Makefile.am
13135         * src/messageview.c
13136         * src/procmsg.c
13137         * src/summaryview.c
13138         * configure.ac
13139                 Add optional libgnomeprint-based printing
13140         * src/mainwindow.c
13141         * src/gtk/quicksearch.c
13142                 Add an Edit/Quick search menu item to show
13143                 and focus the quicksearch
13144
13145 2005-06-27 [paul]       1.9.12
13146
13147         1.9.12 release
13148
13149         * po/ca.po
13150         * po/de.po
13151         * po/es.po
13152         * po/fr.po
13153         * po/it.po
13154         * po/ko.po
13155         * po/pt_BR.po
13156         * po/sk.po
13157         * po/zh_CN.po
13158                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
13159                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
13160                 SungHyun Nam, Frederico Goncalves Guimaraes,
13161                 Andrej Kacian, and Yang Guilong
13162 2005-06-26 [colin]      1.9.11cvs106
13163
13164         * src/imap_gtk.c
13165                 Forgot one file for previous fix
13166
13167 2005-06-26 [colin]      1.9.11cvs105
13168
13169         * src/folder.c
13170         * src/imap.c
13171                 Fix problems with folder operations in no_select
13172                 imap folders. it applies only to mails, and 
13173                 creation/deletion/move/renaming of folders 
13174                 should be possible
13175
13176 2005-06-26 [paul]       1.9.11cvs104
13177
13178         * src/prefs_filtering.c
13179                 replace one more GTK_STOCK_REMOVE
13180                 with GTK_STOCK_DELETE
13181
13182 2005-06-25 [colin]      1.9.11cvs103
13183
13184         * src/imap.c
13185                 Optimize get_seq_set_from_seq_list
13186                 (Patch by Ricardo) 
13187
13188 2005-06-25 [colin]      1.9.11cvs102
13189
13190         * src/mh.c
13191                 If the directory exists, but not in the
13192                 correct encoding, rename it. This should
13193                 handle old-versions-induced bugs.
13194
13195 2005-06-25 [colin]      1.9.11cvs101
13196
13197         * src/mh.c
13198                 Fix path access with extended dir names
13199                 Fixes bug #589 (SC segfaults with wrong locale
13200                 settings)
13201
13202 2005-06-25 [colin]      1.9.11cvs100
13203
13204         * src/prefs_account.c
13205         * src/prefs_account.h
13206         * src/compose.c
13207                 Add an option to encrypt replies to
13208                 encrypted messages
13209
13210 2005-06-25 [colin]      1.9.11cvs99
13211
13212         * src/compose.c
13213         * src/quote_fmt_parse.y
13214                 ... And make it work with pgpinline.
13215
13216 2005-06-25 [colin]      1.9.11cvs98
13217
13218         * src/compose.c
13219         * src/procmime.c
13220         * src/procmime.h
13221         * src/quote_fmt_parse.y
13222                 o Make reedition of encrypted messages possible
13223                   (as long as it is encrypted to self too, no
13224                    magic there)
13225                 o Make replying with quote (and without selecting
13226                   text) possible for encrypted messages.
13227                 Closes bug #550 (Not possible to "reply with quote"
13228                 to gnupg encrypted messages)
13229
13230 2005-06-24 [paul]       1.9.11cvs97
13231
13232         * src/imap.c
13233                 add missing include
13234
13235 2005-06-24 [paul]       1.9.11cvs96
13236
13237         * src/editldap.c
13238                 made bind password entry invisible
13239                 (sync with main)
13240         * src/send_message.c
13241                 send_message_local(): check exit status
13242                 to detect errors (sync with main)
13243         * src/textview.c
13244                 use main's less ambiguous popup menu
13245                 wording
13246
13247 2005-06-24 [paul]       1.9.11cvs95
13248
13249         * src/prefs_actions.c
13250         * src/prefs_customheader.c
13251         * src/prefs_display_header.c
13252         * src/prefs_filtering_action.c
13253         * src/prefs_matcher.c
13254         * src/prefs_template.c
13255         * src/prefs_toolbar.c
13256                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
13257         * src/gtk/description_window.c
13258                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
13259
13260 2005-06-23 [colin]      1.9.11cvs94
13261
13262         * src/summaryview.c
13263                 Fix rough edges (be sure to call status_show whenever
13264                 necessary).
13265
13266 2005-06-23 [colin]      1.9.11cvs93
13267
13268         * src/summaryview.c
13269                 Optimize Select All
13270                 Before, in a 5K mails folder: 11s
13271                 After, in the same folder: 58000µs
13272                 The joys of locking... gtk_clist_select_all() fires a 
13273                 tree-select-row event for each selected row, which in 
13274                 summaryview, callbacks summary_selected which in turn,
13275                 calls summary_status_show, which walks the selected
13276                 rows. Hence, calling gtk_clist_select_all was 
13277                 exponential. Locking the summaryview makes 
13278                 summary_selected return early.
13279
13280 2005-06-23 [colin]      1.9.11cvs92
13281
13282         * src/imap.c
13283                 Move mutex at the important place to avoid
13284                 deadlocks
13285         * src/summaryview.c
13286                 Fix Del key deleting directly instead of
13287                 moving to trash
13288
13289 2005-06-22 [colin]      1.9.11cvs91
13290
13291         * src/plugins/spamassassin/libspamc.c
13292                 As we do spagetti code with assignations in multiple
13293                 places (see _message_read_raw where out = msg = raw),
13294                 let's be sure we don't free the same pointer twice.
13295                 Should fix bug #683 (Crash in libpam at 
13296                 message_cleanup).
13297
13298 2005-06-22 [colin]      1.9.11cvs90
13299
13300         * src/compose.c
13301         * src/messageview.c
13302         * src/toolbar.c
13303                 Make toolbar's delete use the move to trash stuff;
13304                 Add gtk_widget_realize to be sure pixmaps can get
13305                 created (that may fix an old worksforme bug which
13306                 I can't find back...)
13307
13308 2005-06-22 [colin]      1.9.11cvs89
13309
13310         * src/summaryview.c
13311         * src/summaryview.h
13312         * src/mainwindow.c
13313                 Rename "Message/Delete" to "Message/Move to trash"
13314                 Add "Message/Delete..." that directly destroys the
13315                 selected messages after asking for a confirmation.
13316
13317 2005-06-22 [colin]      1.9.11cvs88
13318
13319         * src/imap.c
13320                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
13321                 o Fix a deadlock (thanks Darko)
13322
13323 2005-06-22 [colin]      1.9.11cvs87
13324
13325         * src/gtk/foldersort.c
13326                 Add missing include for the i18n;
13327                 patch by Fabien Vantard
13328
13329 2005-06-21 [colin]      1.9.11cvs86
13330
13331         * src/folder.c
13332         * src/folderview.c
13333                 Respect the no_select flag
13334         * src/imap.c
13335                 Fix recursive deletion
13336         * src/imap_gtk.c
13337         * src/mh_gtk.c
13338                 Make the folder deletion's warning
13339                 more explicit
13340
13341 2005-06-21 [colin]      1.9.11cvs85
13342
13343         * src/textview.c
13344                 Prevent email addresses from spanning accross
13345                 lines - fixes bug # 646 (newline-chars in 
13346                 email addresses)
13347
13348 2005-06-20 [colin]      1.9.11cvs84
13349
13350         * src/folder.c
13351                 Be sure not to remove source if copy failed
13352
13353 2005-06-20 [colin]      1.9.11cvs83
13354
13355         * src/folderview.c
13356         * src/imap_gtk.c
13357                 remove summaryview's lock
13358         * src/imap.c
13359                 introduce threads to avoid problems when foreground tasks
13360                 interfere with background tasks
13361         * src/mh.c
13362                 prevent moving to drafts/queue
13363         * src/mimeview.c
13364                 fix leak
13365
13366 2005-06-19 [colin]      1.9.11cvs82
13367
13368         * src/imap_gtk.c
13369                 Remember that the user doesn't want to override
13370                 offline mode, for 3 seconds. It avoid presenting
13371                 him with N popups in a really short time.
13372
13373 2005-06-17 [colin]      1.9.11cvs81
13374
13375         * src/imap.c
13376                 Fix IMAP breaking on folders containing '('
13377                 (Probably won't be enough)
13378
13379 2005-06-17 [colin]      1.9.11cvs80
13380
13381         Forgotten files on 1.9.11cvs79
13382         * src/summaryview.c
13383                 Fix stepping when not immediately executing
13384         * src/imap.c
13385                 Really prevent UID FETCH 0
13386         * src/codeconv.c
13387                 Fix outgoing charset never set to utf-8
13388         * src/mh.c
13389                 Fix leak
13390
13391 2005-06-16 [colin]      1.9.11cvs79
13392
13393         * src/compose.c
13394                 Fix bug #707 (Dash splits rows)
13395                 Only wrap if we're on a line break position and
13396                 the previous one was a "white" (space) char.
13397                 Pango stuff is weird.
13398
13399 2005-06-16 [colin]      1.9.11cvs78
13400
13401         * src/imap_gtk.c
13402                 Lock summaryview while downloading messages
13403                 on user demand
13404         * src/procheader.c
13405         * src/unmime.c
13406         * src/common/utils.c
13407         * src/common/utils.h
13408                 Replace \r and \n with spaces in From and
13409                 Subject headers
13410
13411 2005-06-16 [paul]       1.9.11cvs77
13412
13413         * src/procmime.c
13414                 liberalise the mime parser
13415         * src/gtk/about.c
13416                 add text wrapping
13417
13418 2005-06-16 [paul]       1.9.11cvs76
13419
13420         * src/gtk/about.c
13421                 reworked
13422
13423 2005-06-15 [colin]      1.9.11cvs75
13424
13425         * src/compose.c
13426                 Finish header encoding fix
13427         * src/summaryview.c
13428                 Fix segfault
13429         * src/headerview.c
13430                 Fix compilation (Thanks Stephan
13431                 Sachse)
13432
13433 2005-06-15 [colin]      1.9.11cvs74
13434
13435         * Makefile.am
13436                 Install gnome2 stuff rather than gnome1, 
13437                 if both are present
13438         * src/codeconv.c
13439         * src/codeconv.h
13440         * src/compose.c
13441                 Fix headers encoding
13442         * src/folder.c
13443                 Visual progress when fetching all messages
13444         * src/folderview.c
13445         * src/summaryview.c
13446         * src/summaryview.h
13447                 Prevent changing current message while
13448                 incorporating
13449
13450 2005-06-15 [paul]       1.9.11cvs73
13451
13452         * src/gtk/gtkaspell.c
13453         * src/gtk/gtkaspell.h
13454                 fix build warnings
13455
13456 2005-06-15 [paul]       1.9.11cvs72
13457
13458         * src/prefs_filtering.c
13459                 allow reordering of filter rules by
13460                 drag n drop
13461
13462 2005-06-15 [paul]       1.9.11cvs71
13463
13464         * COPYING
13465                 updated
13466         * src/codeconv.c
13467                 replace deprecated function
13468         * src/inc.c
13469         * src/send_message.c
13470         * src/gtk/progressdialog.c
13471         * src/gtk/progressdialog.h
13472                 salvage and reuse parts of reverted sync
13473
13474 2005-06-15 [paul]       1.9.11cvs70
13475
13476         * src/inc.c
13477         * src/send_message.c
13478         * src/gtk/progressdialog.c
13479         * src/gtk/progressdialog.h
13480                 revert yesterday's sync with main
13481                 it contains deprecated functions
13482
13483 2005-06-15 [colin]      1.9.11cvs69
13484
13485         * src/headerview.c
13486                 Fix bug #670 (multi user to: will corrupt message 
13487                 headers display)
13488
13489 2005-06-15 [colin]      1.9.11cvs68
13490
13491         * src/compose.c
13492                 Fix bug #421 (Fix undo on wrapping)
13493
13494 2005-06-15 [colin]      1.9.11cvs67
13495
13496         * src/folder.c
13497                 Provide visual feedback while processing
13498                 folder's rules.
13499         * src/imap.c
13500                 Provide visual feedback while getting
13501                 short headers (for uncached messages)
13502
13503
13504 2005-06-14 [paul]       1.9.11cvs66
13505
13506         * src/account.c
13507                 change a couple stock icons
13508         * src/inc.c
13509         * src/send_message.c
13510         * src/gtk/progressdialog.c
13511         * src/gtk/progressdialog.h
13512                 sync main's GtkTreeView implementation
13513
13514 2005-06-14 [colin]      1.9.11cvs65
13515
13516         * src/imap.c
13517                 Various little fixes, mainly on error paths
13518
13519 2005-06-13 [colin]      1.9.11cvs64
13520
13521         * matcher.c
13522         * procmsg.c
13523         * procmsg.h
13524                 Add a way to fetch only headers. This speeds
13525                 up filtering on headers for IMAP. Fixes:
13526                 bug #481 extraneous imap commands slow down 
13527                         imap filtering
13528                 bug #522 Sylpheed downloads all messages 
13529                         when opening mailbox (IMAP)
13530                 bug #677 IMAP fetch is soooooooooooooo slow
13531         * src/folder.c
13532         * src/folder.h
13533                 Add a folder set_batch method so that
13534                 implementations can speed up flags changes
13535         * src/folderutils.c
13536         * src/summaryview.c
13537                 Use that in mark as (un)read and mark all read
13538                 Refix bug #679
13539         * src/imap.c
13540                 Implement set_batch - brings back deferred
13541                 flags in a less buggy manner. Fixes:
13542                 bug #729 IMAP immediate expunge of deleted messages
13543                 bug #191 remove list of messages with one command
13544                 Fix login with strange chars
13545                 Implement fetch_msg_full
13546                 Fix copy (wrong counts)
13547
13548 2005-06-12 [colin]      1.9.11cvs63
13549
13550         * src/folder.c
13551                 lock incorporation during long operations.
13552                 Avoids fucking up the IMAP socket.
13553
13554 2005-06-12 [colin]      1.9.11cvs62
13555
13556         * src/imap.c
13557                 Fix harmful typo
13558                 Factorize remove_all_msg
13559                 Thread-ize expunge
13560         * src/summaryview.c
13561                 Don't update partial-download status if unnecessary
13562         * src/folder.c
13563                 Use remove_msgs everywhere possible
13564
13565 2005-06-12 [colin]      1.9.11cvs61
13566
13567         * src/folder.c
13568         * src/folder.h
13569                 Add a remove_msgs function to remove a 
13570                 list of messages
13571         * src/imap.c
13572                 Implement that.
13573
13574 2005-06-12 [colin]      1.9.11cvs60
13575
13576         * src/imap.c
13577                 Remove flags-processing deferring... Too hard
13578                 to get it to work in all cases.
13579
13580 2005-06-11 [colin]      1.9.11cvs59
13581
13582         * src/imap.c
13583                 printf -> debug_print
13584
13585 2005-06-11 [colin]      1.9.11cvs58
13586
13587         * src/imap.c
13588                 o Fix build without USE_PTHREAD
13589                 o Factorize imap_open
13590                 o Alertpanel in case of impossible connection
13591                 o Alertpanel in case of impossible login
13592                 o Fix deferred flags processing to force a 
13593                   flush before adding some more flags to process,
13594                   but in another folder.
13595
13596 2005-06-10 [colin]      1.9.11cvs57
13597
13598         * src/imap.c
13599                 o Fix a format string error
13600                 o init ssl socket outside of the thread 
13601                   (it possibly invokes gtk calls)
13602         * src/procmime.c
13603                 o Put back the buffer to its necessary size
13604                 o Fix changing a file pointer without keeping
13605                   track of it (thanks Valgrind)
13606         * src/common/smtp.c
13607                 o Fix automatic STARTTLS if login should be done
13608                   and the server only allows it after starting TLS
13609         * src/gtk/gtkinputdialog.c
13610                 o Eat GDK_Return so that the combo popup doesn't 
13611                   appear when we press Enter to validate the combo
13612                   input dialog (as seen in the Open with... dialog)
13613
13614 2005-06-10 [colin]      1.9.11cvs56
13615
13616         * src/imap.c
13617                 o A bit less debug
13618                 o Fix a crash on deletion
13619                 o Threadize imap_select (it's called outside of 
13620                   threads)
13621                 o Defer treatment of DELETED flags
13622
13623
13624 2005-06-09 [colin]      1.9.11cvs55
13625
13626         * src/imap.c
13627                 Make sure we check imap_gtk_should_override(), which
13628                 potentially calls gtk stuff, before creating thread.
13629                 That way it should't be called via imap_get_session()
13630                 inside a thread.
13631
13632 2005-06-09 [colin]      1.9.11cvs54
13633
13634         * src/imap.c
13635                 o add a bit of status output
13636                 o remove some dead code
13637                 o threadize get_list_of_uids
13638                 o threadize imap_get_flags
13639                 o defer flag changing by 500ms so that they
13640                   can be batched
13641
13642
13643 2005-06-08 [colin]      1.9.11cvs53
13644
13645         * src/imap.c
13646                 Thread-ize imap_cmd_fetch
13647
13648 2005-06-08 [colin]      1.9.11cvs52
13649
13650         * src/main.c
13651                 Mmh, that broke POP3...
13652
13653 2005-06-08 [colin]      1.9.11cvs51
13654
13655         * src/main.c
13656                 Stabilize IMAP patch (thanks to Hoa)
13657
13658 2005-06-08 [colin]      1.9.11cvs50
13659
13660         * src/imap.c
13661                 Test patch to speed up imap. 
13662
13663 2005-06-08 [colin]      1.9.11cvs49
13664
13665         * src/imap_gtk.c
13666                 Warning fix
13667         * src/procmime.c
13668                 Apply patch from gentoo to use /usr/share/mime/globs if 
13669                 available, after un-breaking it
13670         * src/common/log.c
13671         * src/common/log.h
13672                 Use g_timeout for invoking hooks that possibly use gtk
13673                 calls. This should leave gtk calls in the main thread.
13674
13675 2005-06-08 [paul]       1.9.11cvs48
13676
13677         * src/codeconv.c
13678                 conv_get_outgoing_charset_str(): don't
13679                 use prefs_common setting
13680         * src/compose.c
13681         * src/compose.h
13682                 add /Options/Character encoding/... to
13683                 temporarily change the outgoing encoding
13684
13685         (belated sync with main)
13686
13687 2005-06-08 [paul]       1.9.11cvs47
13688
13689         * src/compose.c
13690                 correction to/completion of last
13691                 sync with main
13692
13693 2005-06-08 [paul]       1.9.11cvs46
13694
13695         sync with main:
13696         
13697         * src/codeconv.c
13698         * src/codeconv.h
13699                 always enabled Japanese auto-detection
13700                 if the first letters of locale string
13701                 is "ja"
13702         * src/compose.c
13703                 don't use "destroy" signal to destroy
13704                 Compose object (fix rare crashes on discard?)
13705         * src/mainwindow.c
13706         * src/messageview.c
13707         * src/prefs_send.c
13708                 added Hebrew encodings
13709         * src/sourcewindow.c
13710                 don't use "destroy" signal to destroy
13711                 objects
13712
13713 2005-06-07 [colin]      1.9.11cvs45
13714
13715         * src/summaryview.c
13716                 Add missing unlocks/locks
13717
13718 2005-06-07 [paul]       1.9.11cvs44
13719
13720         * src/summaryview.c
13721                 restore bug #749 fix
13722
13723 2005-06-06 [colin]      1.9.11cvs43
13724
13725         * src/summaryview.c
13726                 Fix selection bug when prefs_common.open_unread 
13727                 is FALSE
13728
13729 2005-06-06 [colin]      1.9.11cvs42
13730
13731         * src/common/md5.c
13732                 Fix a warning
13733         * src/summaryview.c
13734         * src/folderview.c
13735                 Factorize long operations beginning and end
13736                 (locking, freezing/thawing, cursor, ...)
13737                 Check selection->data member in selection-
13738                 related loops; this avoids dying an awful
13739                 death if the selection changes on us while
13740                 we're marking a whole IMAP folder unread, 
13741                 for example.
13742
13743 2005-06-06 [paul]       1.9.11cvs41
13744
13745         * src/textview.c
13746                 don't g_free() a static gchar buffer
13747
13748 2005-06-05 [colin]      1.9.11cvs40
13749
13750         * src/mainwindow.c
13751         * src/messageview.c
13752         * src/summaryview.c
13753                 Fix bug #749 (Show all headers should be
13754                 sticky as the GUI suggests)
13755
13756 2005-06-03 [paul]       1.9.11cvs39
13757
13758         * src/compose.c
13759                 don't allow editing of mail while sending.
13760                 patch by Colin
13761
13762 2005-06-03 [paul]       1.9.11cvs38
13763
13764         * src/folderview.c
13765                 add a freeze/thaw to speed up 'mark all read'
13766
13767 2005-06-03 [paul]       1.9.11cvs37
13768
13769         * src/prefs_message.c
13770                 reflect changes immediately
13771
13772 2005-06-02 [colin]      1.9.11cvs36
13773
13774         * po/POTFILES.in
13775                 Patch by Fabien Vantard.
13776
13777 2005-06-02 [colin]      1.9.11cvs35
13778
13779         * src/imap.c
13780                 Use a non-blocking imap_getline() if possible.
13781                 This should completely prevent the interface
13782                 from freezin on imap operations, although it
13783                 may do strange stuff in case of folder switching
13784                 while a big imap operation is taking place...
13785
13786                 In addition, fix a leak in the case thread
13787                 creation fails on connection.
13788
13789 2005-06-02 [colin]      1.9.11cvs34
13790
13791         * src/crash.c
13792         * src/prefs_common.h
13793                 Fix build (prefs_common_init() doesn't exist
13794                 anymore)
13795
13796 2005-06-02 [colin]      1.9.11cvs33
13797
13798         * src/prefs_account.c
13799                 Fix bug #245 (filtering rules broken when
13800                 renaming a remote account (imap4 or nntp)
13801
13802 2005-06-02 [colin]      1.9.11cvs32
13803
13804         * src/imap.c
13805                 Try to fix IMAP shortcomings: 
13806                 o Multithread imap_open()
13807                 o allow offline-mode overriding instead of
13808                   just returning NULL
13809         * src/imap_gtk.c
13810         * src/imap_gtk.h
13811                 Add a function to ask whether we want to
13812                 override offline-mode for 10 minutes (one-shot
13813                 asking was painful)
13814         * src/procheader.c
13815                 Fix segfault when imap parser isn't happy about
13816                 a missing {
13817
13818 2005-06-01 [colin]      1.9.11cvs31
13819
13820         * src/addrharvest.c
13821         * src/compose.c
13822         * src/mbox.c
13823         * src/mbox.h
13824         * src/mh.c
13825         * src/msgcache.c
13826         * src/send_message.c
13827         * src/setup.c
13828         * src/undo.c
13829         * src/common/hooks.c
13830         * src/common/prefs.c
13831         * src/common/template.c
13832         * src/common/utils.c
13833         * src/gtk/gtkutils.c
13834         * src/gtk/inputdialog.c
13835         * src/gtk/menu.c
13836         * src/gtk/pluginwindow.c
13837         * src/gtk/prefswindow.c
13838         * src/plugins/pgpmime/passphrase.c
13839         * src/plugins/pgpmime/prefs_gpg.c
13840                 More -Wall fixes
13841
13842         * src/common/Makefile.am
13843         * src/common/timing.h
13844                 Add basic timing code
13845
13846         * src/summaryview.c
13847                 Fix a bug with unread messages when 
13848                 re-sorting folders, and by the way
13849                 fix a big performance hit when 
13850                 re-sorting (10k mails: before 5s,
13851                 after .5s)
13852
13853         * src/prefs_compose_writing.c
13854         * src/prefs_compose_writing.h
13855         * src/prefs_message.c
13856         * src/prefs_message.h
13857         * src/prefs_other.c
13858         * src/prefs_other.h
13859         * src/prefs_quote.c
13860         * src/prefs_quote.h
13861         * src/prefs_receive.c
13862         * src/prefs_receive.h
13863         * src/prefs_send.c
13864         * src/prefs_send.h
13865         * src/prefs_summaries.c
13866         * src/prefs_summaries.h
13867                 Fix copyright banner
13868
13869 2005-06-01 [paul]       1.9.11cvs30
13870
13871         * po/fi.po
13872                 updated by Flammie Pirinen
13873         * src/procmime.c
13874                 fix 'Bad BASE64 content' output
13875
13876 2005-05-31 [colin]      1.9.11cvs29
13877
13878         * src/procmime.c
13879                 Oops, where did my hunk go.
13880
13881 2005-05-31 [colin]      1.9.11cvs28
13882
13883         * src/Makefile.am
13884         * src/account.c
13885         * src/action.c
13886         * src/addr_compl.c
13887         * src/addressbook.c
13888         * src/codeconv.c
13889         * src/compose.c
13890         * src/export.c
13891         * src/folder.c
13892         * src/folderview.c
13893         * src/image_viewer.c
13894         * src/main.c
13895         * src/mainwindow.c
13896         * src/messageview.c
13897         * src/mimeview.c
13898         * src/msgcache.c
13899         * src/prefs_account.c
13900         * src/prefs_actions.c
13901         * src/prefs_common.c
13902         * src/prefs_compose_writing.c
13903         * src/prefs_customheader.c
13904         * src/prefs_ext_prog.c
13905         * src/prefs_filtering.c
13906         * src/prefs_filtering_action.c
13907         * src/prefs_fonts.c
13908         * src/prefs_image_viewer.c
13909         * src/prefs_message.c
13910         * src/prefs_message.h
13911         * src/prefs_msg_colors.c
13912         * src/prefs_other.c
13913         * src/prefs_other.h
13914         * src/prefs_quote.c
13915         * src/prefs_receive.c
13916         * src/prefs_receive.h
13917         * src/prefs_send.c
13918         * src/prefs_send.h
13919         * src/prefs_spelling.c
13920         * src/prefs_summaries.c
13921         * src/prefs_summary_column.c
13922         * src/prefs_template.c
13923         * src/prefs_themes.c
13924         * src/prefs_toolbar.c
13925         * src/prefs_wrapping.c
13926         * src/procmime.c
13927         * src/procmsg.c
13928         * src/send_message.h
13929         * src/ssl_manager.c
13930         * src/summary_search.c
13931         * src/summaryview.c
13932         * src/textview.c
13933         * src/wizard.c
13934         * src/common/smtp.c
13935         * src/common/smtp.h
13936         * src/gtk/gtkutils.h
13937                 o Move the rest of Common prefs to new style
13938                 o Lots of -Wall warning fixes
13939                 o fix FIXME in cache memusage calculation
13940                 o Let return receipts be sent from any account
13941                 o Little cache optimisation (read)
13942                 o Fix bug #746 (don't treat commas as separators
13943                   when inside a quoted string)
13944
13945 2005-05-31 [paul]       1.9.11cvs27
13946
13947         * src/prefs_common.c
13948                 fix 'off-by-one' typo
13949
13950 2005-05-31 [paul]       1.9.11cvs26
13951
13952         * src/account.c
13953         * src/addr_compl.c
13954         * src/compose.c
13955         * src/foldersel.c
13956         * src/prefs_actions.c
13957         * src/prefs_common.c
13958         * src/prefs_common.h
13959         * src/prefs_customheader.c
13960         * src/prefs_display_header.c
13961         * src/prefs_filtering.c
13962         * src/prefs_filtering_action.c
13963         * src/prefs_matcher.c
13964         * src/prefs_summaries.c
13965         * src/prefs_summary_column.c
13966         * src/prefs_template.c
13967         * src/prefs_toolbar.c
13968         * src/ssl_manager.c
13969         * src/gtk/pluginwindow.c
13970         * src/gtk/prefswindow.c
13971         * src/gtk/progressdialog.c
13972                 add hidden prefs 'enable_rules_hint'
13973                 for gtk_tree_view_set_rules_hint()
13974                 (sync with main)
13975                 
13976
13977 2005-05-31 [colin]      1.9.11cvs25
13978
13979         * src/Makefile.am
13980         * src/main.c
13981         * src/prefs_common.c
13982         * src/prefs_summaries.c ** ADDED **
13983         * src/prefs_summaries.h ** ADDED **
13984                 Common/Display -> Display/Summaries
13985
13986 2005-05-31 [colin]      1.9.11cvs24
13987
13988         * src/Makefile.am
13989         * src/main.c
13990         * src/prefs_quote.c ** ADDED **
13991         * src/prefs_quote.h ** ADDED **
13992                 Move Common/Quote to Compose/Quoting
13993         * src/prefs_common.c
13994         * src/prefs_common.h
13995                 Remove old quote stuff, add
13996                 convenience functions for GtkTextView prefs
13997         * src/gtk/prefswindow.c
13998                 Set default height higher
13999
14000 2005-05-30 [colin]      1.9.11cvs23
14001
14002         * src/Makefile.am
14003         * src/main.c
14004         * src/prefs_common.c
14005         * src/prefs_compose_writing.c ** ADDED **
14006         * src/prefs_compose_writing.h ** ADDED **
14007                 Move Common/Compose prefs to Compose/Writing
14008
14009 2005-05-30 [colin]      1.9.11cvs22
14010
14011         * src/common/utils.c
14012                 Fix bug #651 (Confused Attract by Subject)
14013                 Patch by M. Benkmann <haferfrost@web.de>
14014         * AUTHORS
14015
14016 2005-05-30 [colin]      1.9.11cvs21
14017
14018         * src/compose.c
14019                 Fix concatenation of different headers of
14020                 the same type (bug #645)
14021         * src/prefs_folder_item.c
14022                 Fix bug #699 (setting color to black doesn't
14023                 work immediately)
14024         * src/procmime.c
14025                 Print out decoding error only once per
14026                 block
14027
14028 2005-05-30 [paul]       1.9.11cvs20
14029
14030         * src/common/template.c
14031                 fix Bcc
14032
14033 2005-05-30 [paul]       1.9.11cvs19
14034
14035         * doc/src/rfc2368.txt   **NEW FILE**
14036         * src/compose.c
14037                 compose_entries_set(): don't interpret Bcc
14038                 header field (conform to RFC 2368)
14039                 (sync with main)
14040
14041 2005-05-29 [colin]      1.9.11cvs18
14042
14043         * src/prefs_common.c
14044                 Let the default reply format respect
14045                 netiquette by cutting the signature.
14046
14047 2005-05-29 [colin]      1.9.11cvs17
14048
14049         * src/summaryview.c
14050                 Don't let always_show_msg override
14051                 open_unread_on_enter when opening a new
14052                 directory.
14053
14054 2005-05-27 [paul]       1.9.11cvs16
14055
14056         sync with main:
14057
14058         * src/main.c
14059                 app_will_exit(): cleanup tmp directory when exit
14060         * src/message_search.c
14061                 improved the interface and made code cleanup.
14062                 removed Clear button
14063         * src/send_message.c
14064                 send_message_local(): use GSpawn, and detect errors
14065         * src/summary_search.c
14066                 improved the interface and made code cleanup
14067         * src/textview.c
14068                 textview_write_link(): also skip non-ascii space
14069                  at the head of link strings (phishing check
14070                  didn't work at the case)
14071         * src/common/utils.c
14072                 get_command_output(): use g_spawn_command_line_sync()
14073                 instead of popen()
14074
14075 2005-05-26 [colin]      1.9.11cvs15
14076
14077         * src/folder.c
14078                 remove printf
14079
14080 2005-05-26 [colin]      1.9.11cvs14
14081
14082         * src/common/nntp.c
14083                 Fix nntp mode reader (bug #611)
14084                 Patch by Florian Mickler <florian@mickler.org>
14085
14086 2005-05-26 [colin]      1.9.11cvs13
14087
14088         * src/plugins/pgpmime/passphrase.c
14089                 Fix mouse grabbing (bug #557)
14090
14091 2005-05-26 [colin]      1.9.11cvs12
14092
14093         * src/prefs_themes.c
14094                 Fix g_warning (bug #541)
14095
14096 2005-05-26 [colin]      1.9.11cvs11
14097
14098         * src/prefs_actions.c
14099         * src/prefs_template.c
14100                 Fix bug #506 (no warning if action/template
14101                 is not saved)
14102         * src/common/template.c
14103                 Fix a possible crash
14104
14105 2005-05-26 [colin]      1.9.11cvs10
14106
14107         * src/folder.c
14108         * src/folderview.c
14109         * src/procmsg.c
14110         * src/summaryview.c
14111                 Forbid locked messages to be moved or
14112                 deleted. Locked messages in trashes 
14113                 still get deleted, for performance
14114                 reason (mh.c::mh_remove_all_msgs)
14115
14116 2005-05-25 [colin]      1.9.11cvs9
14117
14118         * src/procmime.c
14119                 Use correct encoding when sending mails
14120                 with attachments that have accentued 
14121                 chars in their name
14122
14123 2005-05-24 [colin]      1.9.11cvs8
14124
14125         * src/summaryview.c
14126                 Fix bug #688 f) read/unread marker not
14127                 changed on first click
14128                 Also, optimize summary_status_show()
14129                 calls
14130         * src/folder.c
14131         * src/inc.c
14132         * src/procmime.c
14133                 Fix bug #688 b) and c) wrt message
14134                 attachments and signature
14135         * src/stock_pixmap.c
14136         * src/stock_pixmap.h
14137         * src/stock_pixmap.c
14138         * src/stock_pixmap.h
14139         * src/Makefile.am
14140         * src/pixmaps/clip_gpg_signed.xpm
14141                 Add clip/signed icon
14142
14143 2005-05-24 [colin]      1.9.11cvs7
14144
14145         * src/folder_item_prefs.c
14146                 whitespace fix
14147
14148 2005-05-24 [colin]      1.9.11cvs6
14149
14150         * src/folderview.c
14151         * src/prefs_common.c
14152         * src/prefs_common.h
14153                 Add a confirmation to folder drag and drop
14154                 fixes bug #156
14155         * src/alertpanel.c
14156         * src/alertpanel.h
14157                 fix _with_disable parameters so that
14158                 the buttons labels are specifiable too
14159         * src/plugins/pgpmime/sgpgme.c
14160                 reflect said change
14161                 
14162
14163 2005-05-24 [colin]      1.9.11cvs5
14164
14165         * src/folderview.c
14166                 Uncollapse/collapse folders on double-click
14167                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
14168                 closes bug #108
14169
14170 2005-05-23 [colin]      1.9.11cvs4
14171
14172         * src/common/socket.c
14173                 Check another special SSL_peek() error.
14174                 Should help wrt bug #728
14175
14176 2005-05-23 [colin]      1.9.11cvs3
14177
14178         * src/plugins/pgpmime/pgpmime.c
14179                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
14180                 breaking menu accelerators and stuff. Users will have to
14181                 reselect "PGP MIME" instead of "PGP/MIME" in their 
14182                 account's privacy preferences if needed.
14183
14184 2005-05-22 [paul]
14185
14186         * tools/kdeservicemenu/install.sh
14187                 use kdesu to prompt for root password if doing
14188                 global install/uninstall
14189
14190 2005-05-20 [colin]      1.9.11cvs2
14191
14192         * src/procmsg.c
14193                 Fix another compilation error with gcc-2.9x
14194                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
14195         * src/send_message.c
14196                 Don't send QUIT if we aren't connected
14197
14198 2005-05-19 [colin]      1.9.11cvs1
14199
14200         * src/procmsg.c
14201                 Fix compilation with gcc 2.9x
14202
14203 2005-05-19 [paul]       1.9.11
14204
14205         1.9.11 released
14206
14207 2005-05-19 [paul]       1.9.9cvs14
14208
14209         * src/gtk/inputdialog.c
14210                 prevent gettext warning
14211
14212 2005-05-19 [paul]       1.9.9cvs13
14213
14214         * src/mainwindow.c
14215         * src/prefs_common.c
14216         * src/prefs_common.h
14217         * src/textview.c
14218         * src/textview.h
14219                 add an option to toggle cursor in message
14220                 view (sync with main)
14221
14222 2005-05-18 [colin]      1.9.9cvs12
14223
14224         * src/compose.c
14225                 Dereference freed pointer
14226         * src/gtk/gtkaspell.c
14227                 Fix duplication of dictionaries (is it an aspell issue?)
14228
14229 2005-05-18 [colin]      1.9.9cvs11
14230
14231         * src/gtk/inputdialog.c
14232         * src/gtk/gtkaspell.c
14233                 HIGuify dialogs
14234         * src/alertpanel.c
14235                 Remove a double call
14236
14237 2005-05-17 [colin]      1.9.9cvs10
14238
14239         * src/gtk/gtkaspell.c
14240                 Fix dialogs, Ctrl-Enter accel
14241
14242 2005-05-17 [colin]      1.9.9cvs9
14243
14244         * src/gtk/gtkaspell.c
14245                 Fix some accelerators, escape in replace-window
14246
14247 2005-05-16 [colin]      1.9.9cvs8
14248
14249         * src/gtk/gtkaspell.c
14250                 Revert last commit, it was a mistake.
14251
14252 2005-05-16 [colin]      1.9.9cvs7
14253
14254         * src/gtk/gtkaspell.c
14255                 Remove buggy code while we're at it. It's a 
14256                 dead code path anyway.
14257
14258 2005-05-16 [colin]      1.9.9cvs6
14259
14260         * src/gtk/gtkaspell.c
14261                 Missed some gtk_menu_popup where deactivate
14262                 signal should be handled. Should fix bug
14263                 #629 a bit more.
14264
14265 2005-05-16 [colin]      1.9.9cvs5
14266
14267         * src/gtk/gtkaspell.c
14268                 Remove debug printf()s
14269
14270 2005-05-16 [colin]      1.9.9cvs4
14271
14272         * src/gtk/gtkaspell.c
14273                 Fix a bit aspell problems
14274                 (see bug #629)
14275
14276 2005-05-13 [colin]      1.9.9cvs3
14277
14278         * src/folderview.c
14279                 Fix the + appearing even when no subfolders
14280                 have unread messages. Thanks to wwp for the
14281                 bug report.
14282
14283 2005-05-11 [paul]       1.9.9cvs2
14284
14285         * src/folderview.c
14286                 correction to 1.9.9cvs1, only colour folders that
14287                 have new msgs (not unread msgs)
14288
14289 2005-05-10 [colin]      1.9.9cvs1
14290
14291         * src/folderview.c
14292         * src/summaryview.c
14293                 Try to fix bolding bugs again.
14294
14295 2005-05-09 [paul]
14296
14297         * tools/claws.i18n.status.pl
14298                 add Ricardo Mones Lastra's script that has been providing
14299                 the i18n status page for many months
14300
14301 2005-05-09 [paul]       1.9.9
14302
14303         1.9.9 release
14304
14305 2005-05-09 [paul]       1.9.6cvs58
14306
14307         * AUTHORS
14308         * INSTALL
14309         * README.claws
14310                 updated
14311         * Makefile.am 
14312         * RELEASE_NOTES.claws
14313                 add release notes to cvs to simplify release
14314                 procedure
14315         * configure.ac
14316                 add ca and fi to ALL_LINGUAS
14317         * po/Makefile.in.in
14318                 workaround for missing Makevars
14319         * po/ca.po
14320         * po/fi.po
14321                 add new Catalan and Finnish translations
14322                 submitted by Miquel Oliete and Flammie Pirinen
14323         * po/de.po
14324         * po/es.po
14325         * po/fr.po
14326         * po/it.po
14327         * po/pl.po
14328         * po/ru.po
14329         * po/sk.po
14330         * po/sr.po
14331         * po/zh_CN.po
14332                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
14333                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
14334                 Urke MMI, and Hansom Young
14335         * src/main.c
14336                 Fix drafting when quitting. compose_draft() closes the
14337                 compose windows, which modifies the compose_list GSList.
14338                 We have to refresh this list after echo drafting to avoid a
14339                 segfault
14340         * src/partial_download.c
14341                 fix segfault on exit
14342
14343 2005-05-06 [paul]       1.9.6cvs57
14344
14345         * src/grouplistdialog.c
14346                 quick fix/workaround for unresizeable newsgroup
14347                 name column 
14348
14349 2005-05-06 [paul]       1.9.6cvs56
14350
14351         * src/inc.c
14352         * src/mainwindow.c
14353                 use gettext plural forms
14354         * src/imap_gtk.c
14355         * src/mh_gtk.c
14356         * src/toolbar.c
14357                 small improvement to english usage
14358
14359 2005-05-05 [thorsten]   1.9.6cvs55
14360
14361         * src/folder.c
14362                 fix possible crash
14363
14364 2005-05-05 [paul]       1.9.6cvs54
14365         
14366         sync with HEAD
14367
14368         * AUTHORS
14369         * src/compose.c
14370                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
14371                 patch by Tim Mann
14372
14373 2005-05-05 [paul]       1.9.6cvs53
14374
14375         * src/mainwindow.c
14376                 fix resizing of separate message and
14377                 folder views
14378
14379 2005-05-05 [paul]       1.9.6cvs52
14380
14381         * src/account.c
14382         * src/addrgather.c
14383         * src/browseldap.c
14384         * src/exphtmldlg.c
14385         * src/expldifdlg.c
14386         * src/importmutt.c
14387         * src/importpine.c
14388         * src/main.c
14389         * src/mainwindow.c
14390         * src/noticeview.c
14391         * src/prefs_filtering.c
14392         * src/prefs_filtering_action.c
14393         * src/prefs_matcher.c
14394         * src/prefs_spelling.c
14395         * src/prefs_toolbar.c
14396         * src/toolbar.c
14397         * src/wizard.c
14398         * src/gtk/description_window.c
14399         * src/gtk/gtkvscrollbutton.c
14400         * src/gtk/progressdialog.c
14401         * src/gtk/quicksearch.c
14402         * src/plugins/pgpmime/prefs_gpg.c
14403         * src/plugins/spamassassin/spamassassin_gtk.c
14404                 replace deprecated gtk_widget_set_usize
14405
14406 2005-05-04 [colin]      1.9.6cvs51
14407
14408         * src/common/utils.c
14409                 Fix crash when subst_for_filename is called
14410                 with a NULL parameter
14411
14412 2005-05-04 [colin]      1.9.6cvs50
14413
14414         * src/partial_download.c
14415         * src/pop.c
14416                 Escape login when writing uidl file
14417                 fixes bug #736
14418
14419 2005-05-03 [colin]      1.9.6cvs49
14420
14421         * src/procmime.c
14422                 Fix possible DOS in mime parser
14423                 (see bug #634)
14424
14425 2005-05-02 [colin]      1.9.6cvs48
14426
14427         * src/compose.c
14428                 Try to fix the copy/paste mess once again.
14429
14430
14431 2005-04-30 [colin]      1.9.6cvs47
14432
14433         * src/prefs_account.h
14434         * src/procmsg.c
14435         * src/send_message.c
14436         * src/common/smtp.c
14437         * src/common/smtp.h
14438                 Try to batch sending mails (per account) instead of
14439                 reconnecting to server every time.
14440
14441 2005-04-29 [colin]      1.9.6cvs46
14442
14443         * src/messageview.c
14444                 Fix window resizing that refused to size down
14445         * src/prefs_common.c
14446         * src/prefs_common.h
14447         * src/prefs_filtering.c
14448                 Save Filtering's window size
14449
14450 2005-04-21 [paul]       1.9.6cvs45
14451
14452         * ChangeLog-gtk2.claws
14453         * src/setup.c
14454                 correction to sync
14455
14456 2005-04-21 [paul]       1.9.6cvs44
14457
14458         sync with main:
14459
14460         * src/setup.c
14461         * src/statusbar.c
14462         * src/statusbar.h
14463                 use gtkut_widget_draw_now(). Improved performance
14464                 of the update of statusbar
14465         * src/textview.c
14466                 textview_smooth_scroll_do(): redraw it after scroll
14467                 is done (fixed incorrect display when a part of the
14468                 view is hidden).
14469         * src/gtk/gtkutils.c
14470         * src/gtk/gtkutils.h
14471                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14472                 to force update of widgets.
14473                 Removed gtkut_widget_wait_for_draw() which had a big
14474                 overhead  because of waiting for all events processed 
14475
14476 2005-04-20 [paul]       1.9.6cvs43
14477
14478         * src/codeconv.c
14479                 complete 1.9.6cvs42's sync:
14480                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14481
14482 2005-04-19 [paul]       1.9.6cvs42
14483
14484         sync with main:
14485
14486         * src/action.c
14487                 catch_output(): correctly select the insert text
14488                 (fix invalid iterator warnings).
14489         * src/codeconv.c
14490         * src/codeconv.h
14491         * src/mainwindow.c
14492         * src/messageview.c
14493         * src/prefs_common.c
14494                 support GBK encoding.
14495         * src/common/session.c
14496         * src/common/session.h
14497                 use separate buffer for large data to be sent,
14498                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14499
14500 2005-04-18 [paul]       1.9.6cvs41
14501
14502         * src/jpilot.c
14503                 convert unsigned long into guint32
14504                 patch by Paul LeoNerd Evans 
14505
14506 2005-04-17 [colin]      1.9.6cvs40
14507
14508         * src/compose.c
14509                 Fix 'Request return receipt' from folder
14510                 properties (bug #708)
14511
14512 2005-04-17 [colin]      1.9.6cvs39
14513
14514         * src/mainwindow.c
14515                 Fix duplicate hotkeys in Mainwindow's menu
14516
14517 2005-04-17 [colin]      1.9.6cvs38
14518
14519         * src/folderview.c
14520                 Fix duplicate hotkeys in Folderview's contextual
14521                 menu
14522
14523 2005-04-15 [colin]      1.9.6cvs37
14524
14525         * src/summaryview.c
14526                 Fix 'Save as...' with non-ascii filenames
14527
14528 2005-04-15 [colin]      1.9.6cvs36
14529
14530         * src/plugins/pgpmime/pgpmime.c
14531                 Fix bus error on 64bit. Spotted by 
14532                 macallan1888@gmail.com
14533
14534 2005-04-15 [colin]      1.9.6cvs35
14535
14536         * src/prefs_account.c
14537                 Fix cvs34.
14538
14539 2005-04-12 [colin]      1.9.6cvs34
14540
14541         * src/prefs_account.c
14542                 Fix smtp auth type off-by-one. We forgot to
14543                 add PLAIN in the prefs-to-gui setter func and
14544                 as a result, the selected auth when opening
14545                 account prefs was not the correct one.
14546
14547 2005-04-12 [paul]       1.9.6cvs33
14548
14549         * src/inc.c
14550                 if the recv dialog is visible, Cancel only
14551                 cancels the current account
14552
14553
14554 2005-04-10 [colin]      1.9.6cvs32
14555
14556         * src/filtering.c
14557                 Copy score when copying FilteringActions
14558                 Fix bug #674
14559
14560 2005-04-10 [colin]      1.9.6cvs31
14561
14562         * src/inc.c
14563                 Make Message -> Receive -> Cancel cancel 
14564                 incorporation on all accounts. Fixes
14565                 bug #693
14566
14567 2005-04-10 [colin]      1.9.6cvs30
14568
14569         * src/prefs_account.c
14570                 Update Privacy checkbuttons status based
14571                 on the selected privacy system
14572         * src/compose.c
14573                 Always connect the "None" privacy system; the
14574                 static boolean was probably there to avoid
14575                 reconnecting twice in the same compose window,
14576                 but as the parent function is only called once
14577                 per compose, it's only a bug - as a static is
14578                 initialized once per application instance.
14579                 Also, don't uncheck Sign and Encrypt when
14580                 selecting None as privacy system; just ignore
14581                 them when sending/queuing.
14582                 Should fix bug #695
14583
14584 2005-04-08 [colin]      1.9.6cvs29
14585
14586         * src/account.c
14587         * src/prefs_account.c
14588         * src/prefs_account.h
14589                 Add account preference to queue message in a certain
14590                 folder.
14591
14592 2005-04-06 [colin]      1.9.6cvs28
14593
14594         * src/prefs_account.c
14595                 Update old inbox path syntax
14596
14597 2005-04-06 [paul]       1.9.6cvs27
14598
14599         sync with main:
14600
14601         * configure.ac
14602                 changed -traditional-cpp to -no-cpp-precomp for newer
14603                 Mac OS X support
14604         * src/foldersel.c
14605                 made column resize automatically
14606         * src/send_message.c
14607                 send_message_smtp(): consider EOF right after QUIT
14608                 successful (workaround for Gmail SMTP server)
14609         * src/common/socket.c
14610                 ssl_read(), ssl_peek(): check EOF which violates the
14611                 SSL protocol
14612         * src/gtk/colorlabel.c
14613                 removed warnings when displaying colorlabel menu
14614                 (don't use GtkAlignment)
14615
14616 2005-04-05 [paul]       1.9.6cvs26
14617
14618         * src/plugins/trayicon/trayicon.c
14619                 fix clipping of icon under KDE3 
14620
14621 2005-04-05 [paul]       1.9.6cvs25
14622
14623         * src/summaryview.c
14624                 hide display of threading
14625                 patch by Alfons
14626
14627 2005-04-04 [thorsten]   1.9.6cvs24
14628
14629         * src/mh.c
14630                 marks lost on filesystems with different stat() results on
14631                 summer-/wintertime
14632
14633 2005-04-03 [colin]      1.9.6cvs23
14634
14635         * src/summaryview.c
14636                 Don't handle up/down. Patch by Alfons
14637
14638 2005-04-02 [colin]      1.9.6cvs22
14639
14640         * src/summaryview.c
14641                 Make scrolling faster. Patch by Alfons.
14642
14643 2005-04-01 [colin]      1.9.6cvs21
14644
14645         * src/Makefile.am
14646         * src/stock_pixmap.c
14647         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14648         * src/pixmaps/dir_noselect.xpm ** ADDED **
14649                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14650
14651 2005-04-01 [colin]      1.9.6cvs20
14652
14653         * src/image_viewer.c
14654         * src/image_viewer.h
14655         * src/procmime.c
14656         * src/procmime.h
14657         * src/textview.c
14658         * src/textview.h
14659                 Implement inline image resizing and right-clicking
14660
14661 2005-04-01 [paul]       1.9.6cvs19
14662
14663         * AUTHORS
14664         * Makefile.am
14665         * configure.ac
14666                 check for gnome2
14667                 patch by Luca Cavalli <loopback<AT>slackit.org>
14668         * po/ru.po
14669                 updated by Pavlo Bohmat
14670
14671 2005-03-31 [colin]      1.9.6cvs18
14672
14673         * src/news.c
14674                 Fix parsing references
14675         * src/msgcache.c
14676                 don't put nulls in the references list
14677         * src/procheader.c
14678                 commit that forgotten file in 1.9.6cvs14
14679
14680 2005-03-31 [colin]      1.9.6cvs17
14681
14682         * src/compose.c
14683                 Fix joining of signature separator again. 
14684                 Maybe Hiro could put it in main too...
14685
14686 2005-03-31 [colin]      1.9.6cvs16
14687
14688         * src/Makefile.am
14689         * src/foldersel.c
14690         * src/stock_pixmap.c
14691         * src/stock_pixmap.h
14692         * src/pixmaps/dir-noselect.xpm
14693                 Update foldersel.c (sync from main, patch by Alfons)
14694
14695 2005-03-30 [colin]      1.9.6cvs15
14696
14697         * src/imap.c
14698                 Fix handling of imap folders containing [] in 
14699                 their name. Thanks to Nahuel Angelinetti for
14700                 the detailed bugreport.
14701
14702 2005-03-30 [colin]      1.9.6cvs14
14703
14704         * src/common/utils.h
14705         * src/common/utils.c
14706         * src/common/defs.h
14707         * src/matcher.c
14708         * src/msgcache.c
14709         * src/news.c
14710         * src/procmsg.c
14711         * src/procmsg.h
14712         * src/quote_fmt_parse.y
14713         * src/summaryview.c
14714                 Update references system. Patch by Alfons
14715
14716 2005-03-30 [colin]      1.9.6cvs13
14717
14718         * src/common/socket.c
14719                 Force the glibc to read resolv.conf again when 
14720                 it has changed. Should fix issues when changing
14721                 networks on a laptop and not restarting sylpheed. 
14722
14723 2005-03-30 [paul]       1.9.6cvs12
14724
14725         partial sync with main:
14726
14727         * src/action.c
14728                 create_io_dialog(): use user-defined text font
14729                 (thanks to Alfons), and modified its appearance.
14730         * src/addrgather.c
14731         * src/addrharvest.c
14732         * src/browseldap.c
14733                 replace old code
14734         * src/compose.c
14735                 don't join (presumably) itemized lines on line-wrapping
14736                 fixed wrapping of quote when auto-wrapping is enabled
14737                 compose_destroy(): destroy paned only if it's not
14738                 attached to window. Fixed memory leak of popup menu.
14739         * src/exphtmldlg.c
14740         * src/expldifdlg.c
14741                 replace old code
14742         * src/html.c
14743         * src/html.h
14744         * src/importmutt.c
14745         * src/importpine.c
14746                 replace old code
14747         * src/main.c
14748                 removed redundant code
14749         * src/mainwindow.c
14750                 changed 'Code set' (which is rather incorrect)
14751                 in the menu to 'Character encoding'
14752                 main_window_set_widgets(): request size first
14753                 to prevent window size becoming wrong
14754                 fixed remembering of the state of the visibility
14755                 of MessageView
14756         * src/messageview.c
14757                 changed 'Code set' (which is rather incorrect)
14758                 in the menu to 'Character encoding'
14759         * src/prefs_common.c
14760         * src/prefs_common.h
14761                 added an option whether to render HTML as text or not
14762                 added separators to outgoing encoding menu
14763         * src/procheader.c
14764                 procheader_scan_date_string(): support header
14765                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14766         * src/summaryview.c
14767         * src/summaryview.h
14768                 minor code cleanup
14769         * src/textview.c
14770                 textview_show_html(): force output of newline
14771                 added an option whether to render HTML as text or not
14772         * src/common/utils.c
14773                 strncpy2(): optimized based on Alfons' code
14774         * src/gtk/gtkutils.c
14775         * src/gtk/gtkutils.h
14776                 removed non-used code
14777         * src/plugins/pgpmime/passphrase.c
14778                 partially fixed grab input of passphrase dialog
14779                 Confine pointer to window
14780
14781 2005-03-30 [colin]      1.9.6cvs11
14782
14783         * src/msgcache.c
14784         * src/msgcache.h
14785                 Read/write 32bit ints from cache & marks
14786                 From main.
14787
14788 2005-03-29 [paul]       1.9.6cvs10
14789
14790         * AUTHORS
14791         * ChangeLog.claws
14792         * src/compose.c
14793         * src/gtk/gtkaspell.c
14794                 sync with HEAD (don't pass NULL pointers) 
14795
14796 2005-03-24 [paul]
14797
14798         * tools/Makefile.am
14799         * tools/README
14800         * tools/acroread2sylpheed.pl
14801                 sync with HEAD (add script to send pdfs as
14802                 attachments from Adobe Reader 7)
14803
14804 2005-03-21 [paul]       1.9.6cvs9
14805
14806         * configure.ac
14807         * po/POTFILES.in
14808         * src/Makefile.am
14809         * src/crash.c
14810         * src/image_viewer.c ** ADDED **
14811         * src/image_viewer.h ** ADDED **
14812         * src/main.c
14813         * src/prefs_common.c
14814         * src/prefs_common.h
14815         * src/prefs_image_viewer.c ** ADDED **
14816         * src/prefs_image_viewer.h ** ADDED **
14817         * src/textview.c
14818         * src/gtk/about.c
14819         * src/pixmaps/sylpheed_logo.xpm
14820         * src/plugins/Makefile.am
14821         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14822         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14823         * src/plugins/image_viewer/plugin.c ** REMOVED **
14824         * src/plugins/image_viewer/viewer.c ** REMOVED **
14825         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14826         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14827         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14828         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14829         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14830                 as gdk-pixbuf is now built-in
14831                 remove image_viewer plugin and put code back into
14832                 main codebase
14833                 implement inline image display (sync with main)
14834
14835                 replace logo with newer, nicer, larger version  
14836
14837 2005-03-21 [paul]       1.9.6cvs8
14838
14839         * src/gtk/about.c
14840                 cosmetic improvement
14841
14842 2005-03-21 [holger]     1.9.6cvs7
14843
14844         * src/plugins/spamassassin/spamassassin.c
14845                 Sync with HEAD
14846                 (unregister hook on failed plugin init)
14847
14848 2005-03-20 [colin]      1.9.6cvs6
14849
14850         * src/common/plugin.c
14851                 Check that plugin isn't already loaded
14852                 Patch by Alfons
14853
14854 2005-03-20 [thorsten]   1.9.6cvs5
14855
14856         * src/compose.c
14857                 use a more compatible syntax
14858
14859 2005-03-20 [thorsten]   1.9.6cvs4
14860
14861         * src/prefs_toolbar.c
14862                 fix crash when selecting toolbar item (uninitialized pointer)
14863
14864 2005-03-20 [thorsten]   1.9.6cvs3
14865
14866         * src/procmime.c
14867                 fix mimetype detection (referenced free()d string)
14868
14869 2005-03-20 [paul]       1.9.6cvs2
14870
14871         * src/compose.c
14872                 sync with HEAD (1.0.3cvs5)
14873                 neglect Reply-To header if empty
14874                 Patch by Alfons 
14875
14876 2005-03-19 [holger]     1.9.6cvs1
14877
14878         * src/summaryview.c
14879         * src/summaryview.h
14880                 Sync with HEAD
14881
14882 2005-03-18 [paul]       1.9.6
14883
14884         initial GTK2 release
14885
14886 2005-03-18 [paul]       1.0.3cvs3.1
14887
14888         * AUTHORS
14889         * ChangeLog.claws
14890         * configure.ac
14891         * src/gtk/about.c
14892         * src/pixmaps/sylpheed_logo.xpm
14893                 sync with HEAD
14894
14895 2005-03-18 [colin]      1.0.3cvs2.6
14896
14897         * src/summaryview.c
14898                 Remove call to summary_step in summary_copy_selected_to
14899                 Can't see its purpose, and this causes bug when copying
14900                 a message if the next one is unread: it reads it.
14901
14902 2005-03-18 [paul]       1.0.3cvs2.5
14903
14904         * src/foldersel.c
14905                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14906
14907 2005-03-18 [paul]       1.0.3cvs2.4
14908
14909         * src/addrharvest.c
14910         * src/codeconv.c
14911         * src/codeconv.h
14912         * src/compose.c
14913         * src/news.c
14914         * src/procheader.c
14915         * src/procmime.c
14916         * src/unmime.c
14917         * src/unmime.h
14918                 fix buffer overflow, CAN-2005-0667, see
14919                 http://secunia.com/advisories/14491/
14920                 Patch by Alfons
14921
14922 2005-03-17 [colin]      1.0.3cvs2.3
14923
14924         * src/prefs_fonts.c
14925         * src/summaryview.c
14926                 Fix font bugs (both lists now officialy share 
14927                 the same font)
14928                 
14929
14930 2005-03-17 [paul]       1.0.3cvs2.2
14931
14932         * src/gtk/pluginwindow.c
14933                 make plugin descriptions uneditable
14934
14935 2005-03-11 [paul]       1.0.3cvs2.1
14936
14937         * ChangeLog.claws
14938         * configure.ac
14939         * po/POTFILES.in
14940         * src/plugins/trayicon/trayicon.c
14941                 sync with HEAD
14942                 add src/wizard.c to POTFILES.in
14943
14944 2005-03-11 [paul]       1.0.3cvs1.1
14945
14946         * ChangeLog
14947         * ChangeLog.claws
14948         * configure.ac
14949         * po/de.po
14950         * po/es.po
14951         * po/fr.po
14952         * po/it.po
14953         * po/pt_BR.po
14954         * po/ru.po
14955         * po/sk.po
14956         * po/sr.po
14957         * po/zh_CN.po
14958                 sync with HEAD
14959
14960 2005-03-04 [colin]      1.0.1cvs22.2
14961
14962         * src/compose.c
14963                 Fix signatures with accentued chars in it
14964
14965 2005-03-04 [colin]      1.0.1cvs22.1
14966
14967         * src/common/smtp.c
14968         * src/common/smtp.h
14969                 Don't use SIZE param in MAIL FROM: if server 
14970                 doesn't support it. Patch by Eugen Freiter
14971                 <eugen_f@users.sf.net>
14972
14973 2005-02-27 [paul]       1.0.1cvs20.1
14974
14975         * ChangeLog.claws
14976         * configure.ac
14977         * src/messageview.c
14978                 sync with HEAD
14979
14980 2005-02-27 [colin]      1.0.1cvs19.4
14981
14982         * src/procheader.c
14983         * src/procheader.h
14984                 Fix prototypes. Patch by Alfons
14985
14986 2005-02-27 [colin]      1.0.1cvs19.3
14987
14988         * src/compose.c
14989                 Don't auto-join the signature separator.
14990
14991 2005-02-26 [colin]      1.0.1cvs19.2
14992
14993         * src/summaryview.c
14994                 Fix 'mark all read' with collapsed threads.
14995                 Patch by Alfons.
14996
14997 2005-02-25 [paul]       1.0.1cvs19.1
14998
14999         * ChangeLog.claws
15000         * configure.ac
15001         * src/prefs_account.c
15002         * src/prefs_folder_item.c
15003         * src/gtk/prefswindow.c
15004         * src/gtk/prefswindow.h
15005                 sync with HEAD
15006
15007 2005-02-25 [paul]       1.0.1cvs15.12
15008
15009         * src/alertpanel.c
15010         * src/codeconv.c
15011         * src/compose.c
15012         * src/textview.c
15013         * src/gtk/gtkutils.c
15014         * src/gtk/gtkutils.h
15015         * src/gtk/logwindow.c
15016         * src/gtk/progressdialog.c
15017                 sync with main (revision 127)
15018                 and fix logwindow clipping
15019
15020 2005-02-24 [colin]      1.0.1cvs15.11
15021
15022         * src/plugins/pgpmime/passphrase.c
15023                 Disable input grabbing; it doesn't work yet.
15024
15025 2005-02-24 [colin]      1.0.1cvs15.10
15026
15027         * src/messageview.c
15028                 Don't send out receipts if offline. Ask.
15029
15030 2005-02-23 [colin]      1.0.1cvs15.9
15031
15032         * src/summaryview.c     
15033                 Fix expanding
15034
15035 2005-02-23 [colin]      1.0.1cvs15.8
15036
15037         * src/summaryview.c
15038                 Really fix Bug 568 by removing useless
15039                 calls. summary_thread_init() now called
15040                 in summary_sort(). This should please
15041                 Alfons as it should be faster than 
15042                 previously.
15043
15044 2005-02-23 [colin]      1.0.1cvs15.7
15045
15046         * src/compose.c
15047                 Encode parts as QP or B64 if signing
15048
15049 2005-02-23 [colin]      1.0.1cvs15.6
15050
15051         * src/compose.c
15052                 Fix Mimeinfo leakage (including tmp files)
15053         * src/procmsg.c
15054                 Fix tmp file leakage (spotted by Ivan Rayner)
15055
15056 2005-02-22 [colin]      1.0.1cvs15.5
15057
15058         * src/expldifdlg.c
15059                 Fix keyboard input. Patch by Alfons.
15060
15061 2005-02-21 [colin]      1.0.1cvs15.4
15062
15063         * src/compose.c
15064                 Fix Sign/Encrypt when unselecting privacy
15065                 system
15066         * src/prefs_common.c
15067                 Change default message font to Monospace
15068         * src/summaryview.c
15069                 More freezing during potentially large operations
15070
15071 2005-02-21 [paul]       1.0.1cvs15.3
15072
15073         * src/main.c
15074                 fix --help output
15075
15076 2005-02-21 [paul]       1.0.1cvs15.2
15077
15078         * po/Makefile.in.in
15079         * src/compose.c
15080         * src/summaryview.c
15081         * src/textview.c
15082         * src/common/utils.c
15083         * src/common/utils.h
15084                 sync with main (revision 117)
15085
15086 2005-02-20 [colin]      1.0.1cvs15.1
15087
15088         * src/common/defs.h
15089                 Change cache file to .sylpheed_claws_cache, as
15090                 suggested by Alfons. Allows people to switch
15091                 between Sylpheed and Sylpheed-Claws. it is
15092                 a good idea to "Check for new messages" at next
15093                 startup.
15094
15095
15096 2005-02-18 [colin]      1.0.1cvs14.1
15097
15098         * src/quote_fmt_lex.l
15099         * src/quote_fmt_parse.y
15100                 Fix parser initialisation. Patch by Ivan.
15101
15102 2005-02-18 [colin]      1.0.1cvs11.6
15103
15104         * src/folderview.c
15105                 Fix scrolldown (bug 662)
15106
15107 2005-02-17 [colin]      1.0.1cvs11.5
15108
15109         * src/codeconv.c
15110                 conv_filename_to_utf8: return clean 7bit instead
15111                 of broken utf8 if needed
15112         * src/mimeview.c
15113                 Fix display of parts with unclean 8bit names
15114
15115 2005-02-17 [paul]       1.0.1cvs11.4
15116
15117         * src/compose.c
15118         * src/exportldif.c
15119         * src/matcher_parser_parse.y
15120         * src/procmime.c
15121         * src/sourcewindow.c
15122         * src/common/Makefile.am
15123         * src/common/intl.h             ** REMOVED **
15124         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15125                 sync with main (revision 109)
15126                 and clean up
15127
15128 2005-02-16 [colin]      1.0.1cvs11.3
15129
15130         * src/summaryview.c
15131                 Fix collapsed thread not highlighting when new
15132                 messages in it (Bug 568) Patch by Stephan Sachse.
15133                 Fix messed up selection when reaching bounds (Bug 632)
15134         * src/prefs_themes.c
15135                 Fix theme installing (Bug 684)
15136
15137 2005-02-16 [colin]      1.0.1cvs11.2
15138
15139         * src/messageview.c
15140                 Fix messageview_select_all
15141
15142 2005-02-16 [colin]      1.0.1cvs11.1
15143
15144         * src/mh.c
15145                 Sync with HEAD (MH scan required function)
15146
15147 2005-02-15 [colin]      1.0.1cvs8.1
15148
15149         * src/mimeview.c
15150         * src/common/utils.c
15151                 Sync with HEAD (filename chars substitution)
15152
15153 2005-02-15 [colin]      1.0.1cvs7.3
15154
15155         * src/gtk/pluginwindow.c
15156                 Fix button spacing
15157
15158 2005-02-15 [colin]      1.0.1cvs7.2
15159
15160         * src/mimeview.c
15161                 Fix mime icons not reset across message when
15162                 scrolled down
15163
15164 2005-02-15 [colin]      1.0.1cvs7.1
15165
15166         * src/compose.c
15167         * src/procmime.c
15168                 Sync with HEAD (optimisation of cvs6)
15169
15170 2005-02-14 [colin]      1.0.1cvs6.1
15171
15172         * src/compose.c
15173         * src/procmime.c
15174                 Sync with HEAD (encode "From " at line beginning)
15175
15176 2005-02-14 [colin]      1.0.1cvs5.3
15177
15178         * src/compose.c
15179                 Fix wrapping with accentued chars.
15180
15181 2005-02-13 [colin]      1.0.1cvs5.2
15182
15183         * src/textview.c
15184                 Fix email informative part parsing with
15185                 accentued chars in it. ispunct() returns
15186                 true for them in utf8...
15187
15188 2005-02-12 [colin]      1.0.1cvs5.1
15189
15190         * src/filtering.c
15191                 Sync with HEAD (remove wrong use of compose after send)
15192
15193 2005-02-12 [paul]       1.0.1cvs4.5
15194
15195         * src/textview.c
15196                 remove unnecessary code (thanks to Alfons)
15197
15198 2005-02-12 [paul]       1.0.1cvs4.4
15199
15200         * src/textview.c
15201                 add 'Copy' to contextual menu on emails
15202
15203 2005-02-11 [colin]      1.0.1cvs4.3
15204
15205         * src/compose.c
15206                 revert 1.0.0cvs28.2, it doesn't work that well.
15207
15208 2005-02-11 [paul]       1.0.1cvs4.2
15209
15210         * po/Makefile.in.in
15211                 fix 'make release'
15212
15213 2005-02-10 [paul]       1.0.1cvs4.1
15214
15215         * ChangeLog
15216         * ChangeLog.claws
15217         * ChangeLog.jp
15218         * configure.ac
15219         * src/compose.c
15220                 sync with HEAD (sync with main)
15221
15222 2005-02-10 [paul]       1.0.1cvs3.2
15223
15224         * AUTHORS
15225         * Makefile.am
15226         * autogen.sh
15227         * configure.ac
15228         * config/mkinstalldirs
15229         * intl/.cvsignore
15230         * intl/ChangeLog
15231         * intl/VERSION
15232         * intl/bindtextdom.c
15233         * intl/config.charset
15234         * intl/dcgettext.c
15235         * intl/dcigettext.c
15236         * intl/dcngettext.c
15237         * intl/dgettext.c
15238         * intl/dngettext.c
15239         * intl/eval-plural.h
15240         * intl/explodename.c
15241         * intl/finddomain.c
15242         * intl/gettext.c
15243         * intl/gettextP.h
15244         * intl/gmo.h
15245         * intl/hash-string.h
15246         * intl/intl-compat.c
15247         * intl/l10nflist.c
15248         * intl/libgnuintl.h.in
15249         * intl/loadinfo.h
15250         * intl/loadmsgcat.c
15251         * intl/localcharset.c
15252         * intl/localcharset.h
15253         * intl/locale.alias
15254         * intl/localealias.c
15255         * intl/localename.c
15256         * intl/log.c
15257         * intl/ngettext.c
15258         * intl/os2compat.c
15259         * intl/os2compat.h
15260         * intl/osdep.c
15261         * intl/plural-exp.c
15262         * intl/plural-exp.h
15263         * intl/plural.c
15264         * intl/plural.y
15265         * intl/ref-add.sin
15266         * intl/ref-del.sin
15267         * intl/relocatable.c
15268         * intl/relocatable.h
15269         * intl/textdomain.c
15270         * m4/Makefile.am
15271         * po/Makefile.in.in
15272         * src/Makefile.am
15273         * src/account.c
15274         * src/action.c
15275         * src/addr_compl.c
15276         * src/addressadd.c
15277         * src/addressbook.c
15278         * src/addrgather.c
15279         * src/addrindex.c
15280         * src/alertpanel.c
15281         * src/browseldap.c
15282         * src/codeconv.c
15283         * src/codeconv.h
15284         * src/compose.c
15285         * src/compose.h
15286         * src/crash.c
15287         * src/editaddress.c
15288         * src/editbook.c
15289         * src/editgroup.c
15290         * src/editjpilot.c
15291         * src/editldap.c
15292         * src/editldap_basedn.c
15293         * src/editvcard.c
15294         * src/exphtmldlg.c
15295         * src/expldifdlg.c
15296         * src/export.c
15297         * src/exporthtml.c
15298         * src/filtering.c
15299         * src/folder.c
15300         * src/folder_item_prefs.c
15301         * src/foldersel.c
15302         * src/folderview.c
15303         * src/grouplistdialog.c
15304         * src/headerview.c
15305         * src/imap.c
15306         * src/imap_gtk.c
15307         * src/import.c
15308         * src/importldif.c
15309         * src/importmutt.c
15310         * src/importpine.c
15311         * src/inc.c
15312         * src/ldif.c
15313         * src/main.c
15314         * src/mainwindow.c
15315         * src/matcher.c
15316         * src/mbox.c
15317         * src/message_search.c
15318         * src/messageview.c
15319         * src/mh.c
15320         * src/mh_gtk.c
15321         * src/mimeview.c
15322         * src/msgcache.c
15323         * src/news.c
15324         * src/news_gtk.c
15325         * src/noticeview.c
15326         * src/partial_download.c
15327         * src/pop.c
15328         * src/prefs_account.c
15329         * src/prefs_actions.c
15330         * src/prefs_common.c
15331         * src/prefs_customheader.c
15332         * src/prefs_display_header.c
15333         * src/prefs_ext_prog.c
15334         * src/prefs_filtering.c
15335         * src/prefs_filtering_action.c
15336         * src/prefs_folder_item.c
15337         * src/prefs_fonts.c
15338         * src/prefs_gtk.c
15339         * src/prefs_matcher.c
15340         * src/prefs_msg_colors.c
15341         * src/prefs_spelling.c
15342         * src/prefs_summary_column.c
15343         * src/prefs_template.c
15344         * src/prefs_themes.c
15345         * src/prefs_toolbar.c
15346         * src/prefs_wrapping.c
15347         * src/privacy.c
15348         * src/procheader.c
15349         * src/procmime.c
15350         * src/procmsg.c
15351         * src/quote_fmt.c
15352         * src/recv.c
15353         * src/send_message.c
15354         * src/setup.c
15355         * src/sourcewindow.c
15356         * src/ssl_manager.c
15357         * src/statusbar.c
15358         * src/summary_search.c
15359         * src/summaryview.c
15360         * src/textview.c
15361         * src/toolbar.c
15362         * src/wizard.c
15363         * src/common/nntp.c
15364         * src/common/plugin.c
15365         * src/common/smtp.c
15366         * src/common/ssl.c
15367         * src/common/ssl_certificate.c
15368         * src/common/string_match.c
15369         * src/common/sylpheed.c
15370         * src/common/template.c
15371         * src/common/utils.c
15372         * src/gtk/about.c
15373         * src/gtk/colorlabel.c
15374         * src/gtk/description_window.c
15375         * src/gtk/filesel.c
15376         * src/gtk/foldersort.c
15377         * src/gtk/gtkaspell.c
15378         * src/gtk/gtkutils.c
15379         * src/gtk/inputdialog.c
15380         * src/gtk/logwindow.c
15381         * src/gtk/menu.c
15382         * src/gtk/pluginwindow.c
15383         * src/gtk/prefswindow.c
15384         * src/gtk/progressdialog.c
15385         * src/gtk/quicksearch.c
15386         * src/gtk/sslcertwindow.c
15387         * src/plugins/clamav/clamav_plugin.c
15388         * src/plugins/clamav/clamav_plugin_gtk.c
15389         * src/plugins/demo/demo.c
15390         * src/plugins/dillo_viewer/dillo_prefs.c
15391         * src/plugins/dillo_viewer/dillo_viewer.c
15392         * src/plugins/image_viewer/plugin.c
15393         * src/plugins/image_viewer/viewer.c
15394         * src/plugins/image_viewer/viewerprefs.c
15395         * src/plugins/mathml_viewer/mathml_viewer.c
15396         * src/plugins/pgpmime/passphrase.c
15397         * src/plugins/pgpmime/plugin.c
15398         * src/plugins/pgpmime/prefs_gpg.c
15399         * src/plugins/pgpmime/select-keys.c
15400         * src/plugins/pgpmime/sgpgme.c
15401         * src/plugins/spamassassin/spamassassin.c
15402         * src/plugins/spamassassin/spamassassin_gtk.c
15403         * src/plugins/trayicon/trayicon.c
15404                 sync with main (revision 104)
15405
15406 2005-02-10 [colin]      1.0.1cvs3.1
15407
15408         * src/mainwindow.c
15409                 Sync with HEAD (fix occasional crasher)
15410
15411 2005-02-10 [colin]      1.0.1cvs2.1
15412
15413         * src/messageview.c
15414                 Synw with HEAD (don't automatically display html)
15415
15416 2005-02-09 [colin]      1.0.1cvs1.3
15417
15418         * src/textview.c
15419         * src/textview.h
15420                 Add contextual menu on emails
15421
15422 2005-02-09 [colin]      1.0.1cvs1.2
15423
15424         * src/codeconv.c
15425                 Fix converting from broken headers and 
15426                 put back the _ in missing places
15427                 (feature broke with cvs24.2 sync, main 
15428                  possibly affected?)
15429
15430 2005-02-09 [colin]      1.0.1cvs1.1
15431
15432         * src/messageview.c
15433         * src/mimeview.c
15434         * src/mimeview.h
15435                 Sync with HEAD (display non text/plain mails with plugin)
15436
15437 2005-02-08 [colin]      1.0.1.1
15438
15439         * ChangeLog.claws
15440         * po/pt_BR.po
15441                 Sync with HEAD
15442         * configure.ac
15443                 Make default configuration directory 
15444                 be .sylpheed-gtk2
15445
15446 2005-02-08 [colin]      1.0.0cvs29.1
15447
15448         * po/de.po
15449         * po/es.po
15450         * po/fr.po
15451         * po/it.po
15452         * po/sk.po
15453         * po/sr.po
15454                 Sync translations with HEAD
15455
15456 2005-02-06 [colin]      1.0.0cvs28.3
15457
15458         * src/compose.c
15459                 Make compose a bit faster - patch by Alfons.
15460
15461 2005-02-06 [colin]      1.0.0cvs28.2
15462
15463         * src/compose.c
15464                 Make pasting via middle-click more reliable
15465
15466 2005-02-05 [paul]       1.0.0cvs28.1
15467
15468         * ChangeLog
15469         * ChangeLog.claws
15470         * ChangeLog.jp
15471         * configure.ac
15472         * src/compose.c
15473                 sync with HEAD
15474                 (fix bug 682 'redirect is broken'
15475
15476 2005-02-05 [torte]      1.0.0cvs27.1
15477
15478         * ChangeLog.claws
15479         * configure.ac
15480         * src/partial_download.c
15481                 Sync with HEAD (fix buf overflow)
15482
15483 2005-02-03 [colin]      1.0.0cvs26.1
15484
15485         * src/common/plugin.c
15486                 Sync with HEAD (avoid plugin mismatches)
15487
15488 2005-02-03 [paul]       1.0.0cvs25.3
15489
15490         * src/folderview.c
15491         * src/headerview.c
15492         * src/summaryview.c
15493         * src/textview.c
15494         * src/gtk/colorlabel.c
15495                 third and final part of initial sync with main-gtk2
15496
15497 2005-02-03 [paul]       1.0.0cvs25.2
15498
15499         * src/jpilot.c
15500                 fix building with jpilot support
15501
15502 2005-02-02 [colin]      1.0.0cvs25.1
15503
15504         * src/messageview.c
15505                 Sync with HEAD (fix dangerous typo)
15506
15507 2005-02-01 [colin]      1.0.0cvs24.3
15508
15509         * src/common/xml.c
15510                 Write file as advertised (UTF-8)
15511
15512 2005-02-01 [paul]       1.0.0cvs24.2
15513
15514         * src/addrbook.c
15515         * src/addrindex.c
15516         * src/alertpanel.h
15517         * src/codeconv.c
15518         * src/codeconv.h
15519         * src/compose.c
15520         * src/export.c
15521         * src/folder_item_prefs.c
15522         * src/html.c
15523         * src/imap.c
15524         * src/import.c
15525         * src/jpilot.c
15526         * src/mainwindow.c
15527         * src/matcher_parser_lex.l
15528         * src/messageview.c
15529         * src/mh.c
15530         * src/prefs_account.c
15531         * src/prefs_actions.c
15532         * src/prefs_common.c
15533         * src/prefs_gtk.c
15534         * src/prefs_gtk.h
15535         * src/prefs_themes.c
15536         * src/procheader.c
15537         * src/procmime.c
15538         * src/sourcewindow.c
15539         * src/statusbar.c
15540         * src/summaryview.c
15541         * src/textview.c
15542         * src/toolbar.c
15543         * src/unmime.c
15544         * src/common/template.c
15545         * src/common/utils.c
15546         * src/common/xml.c
15547         * src/common/xml.h
15548         * src/gtk/gtkaspell.c
15549         * src/plugins/clamav/clamav_plugin.c
15550         * src/plugins/dillo_viewer/dillo_prefs.c
15551         * src/plugins/image_viewer/viewerprefs.c
15552         * src/plugins/pgpmime/passphrase.c
15553         * src/plugins/pgpmime/prefs_gpg.c
15554         * src/plugins/pgpmime/select-keys.c
15555         * src/plugins/spamassassin/spamassassin.c
15556                 second part of initial sync with main-gtk2
15557                 (more to follow)
15558
15559 2005-01-31 [colin]      1.0.0cvs24.1
15560
15561         * src/compose.c
15562                 Sync with HEAD
15563
15564 2005-01-29 [paul]       1.0.0cvs23.2
15565
15566         * src/account.c
15567         * src/action.c
15568         * src/addressadd.c
15569         * src/addressbook.c
15570         * src/alertpanel.c
15571         * src/compose.c
15572         * src/editaddress.c
15573         * src/editbook.c
15574         * src/editgroup.c
15575         * src/editjpilot.c
15576         * src/editldap.c
15577         * src/editldap_basedn.c
15578         * src/editvcard.c
15579         * src/export.c
15580         * src/foldersel.c
15581         * src/grouplistdialog.c
15582         * src/import.c
15583         * src/importldif.c
15584         * src/inc.c
15585         * src/main.c
15586         * src/mainwindow.c
15587         * src/message_search.c
15588         * src/messageview.c
15589         * src/mimeview.c
15590         * src/prefs_actions.c
15591         * src/prefs_common.c
15592         * src/prefs_common.h
15593         * src/prefs_customheader.c
15594         * src/prefs_display_header.c
15595         * src/prefs_filtering.c
15596         * src/prefs_filtering_action.c
15597         * src/prefs_gtk.c
15598         * src/prefs_matcher.c
15599         * src/prefs_summary_column.c
15600         * src/prefs_template.c
15601         * src/sourcewindow.c
15602         * src/summary_search.c
15603         * src/summaryview.c
15604         * src/textview.c
15605         * src/gtk/about.c
15606         * src/gtk/description_window.c
15607         * src/gtk/gtkshruler.c
15608         * src/gtk/gtkutils.c
15609         * src/gtk/gtkutils.h
15610         * src/gtk/inputdialog.c
15611         * src/gtk/logwindow.c
15612         * src/gtk/prefswindow.c
15613         * src/gtk/progressdialog.c
15614         * src/gtk/progressdialog.h
15615                 first part of initial sync with main-gtk2
15616                 (more to follow)
15617
15618 2005-01-28 [colin]      1.0.0cvs23.1
15619
15620         * src/folderview.c
15621                 Sync with HEAD
15622
15623 2005-01-27 [colin]      1.0.0cvs21.1
15624
15625         * src/folder.c
15626         * src/folderview.c
15627                 Sync with HEAD
15628
15629 2005-01-27 [colin]      1.0.0cvs19.1
15630
15631         * src/procmime.c
15632                 Sync with HEAD
15633
15634 2005-01-27 [colin]      1.0.0cvs18.1
15635
15636         * src/messageview.c
15637         * src/summaryview.c
15638         * src/mainwindow.c
15639         * src/compose.c
15640         * src/compose.h
15641         * src/procmsg.c
15642         * src/procmsg.h
15643         * src/toolbar.c
15644                 Sync with HEAD
15645
15646 2005-01-26 [paul]       1.0.0cvs15.2
15647
15648         * src/compose.c
15649                 compose_entries_set(): convert subject and body to
15650                 utf8 if necessary. patch by Felix Eckhofer
15651
15652 2005-01-26 [paul]       1.0.0cvs15.1
15653
15654         * configure.ac
15655         * src/common/template.c
15656                 sync with HEAD (fix memory leak)
15657
15658 2005-01-25 [paul]       1.0.0cvs14.1
15659
15660         * configure.ac
15661         * src/compose.c
15662                 sync with HEAD
15663
15664 2005-01-24 [colin]      1.0.0cvs13.1
15665
15666         * src/summaryview.c
15667                 Sync with HEAD
15668
15669 2005-01-24 [paul]       1.0.0cvs12.1
15670
15671         * configure.ac
15672         * src/messageview.c
15673         * src/mh.c
15674         * src/common/utils.c
15675                 sync with HEAD
15676
15677 2005-01-24 [colin]      1.0.0cvs11.1
15678
15679         * src/procheader.c
15680                 Sync with HEAD
15681
15682 2005-01-24 [colin]      1.0.0cvs10.1
15683
15684         * src/folderview.c
15685                 Sync with HEAD
15686
15687 2005-01-23 [colin]      1.0.0cvs9.1
15688
15689         * src/crash.c
15690                 Sync with HEAD
15691
15692 2005-01-22 [colin]      1.0.0cvs8.1
15693
15694         * src/summaryview.c
15695         * src/gtk/quicksearch.c
15696                 Sync with HEAD
15697
15698 2005-01-21 [colin]      1.0.0cvs7.1
15699
15700         * src/summaryview.c
15701                 Sync with HEAD
15702
15703 2005-01-21 [colin]      1.0.0cvs6.1
15704
15705         * src/summaryview.c
15706                 Sync with HEAD
15707
15708 2005-01-21 [colin]      1.0.0cvs5.1
15709
15710         * src/gtk/quicksearch.c
15711         * src/prefs_common.c
15712         * src/prefs_common.h
15713                 Sync with HEAD (recurse option)
15714
15715 2005-01-21 [colin]      1.0.0cvs4.1
15716
15717         * src/folder.h
15718         * src/folderview.c
15719         * src/folderview.h
15720         * src/summaryview.c
15721         * src/gtk/quicksearch.c
15722         * src/gtk/quicksearch.h
15723                 Sync with HEAD (recursive quicksearch)
15724
15725 2005-01-20 [colin]      1.0.0cvs3.4
15726
15727         * src/ssl_manager.c
15728                 Remove useless code
15729
15730 2005-01-20 [colin]      1.0.0cvs3.3
15731
15732         * src/ssl_manager.c
15733                 Fix leak, thanks to Alfons.
15734
15735 2005-01-20 [colin]      1.0.0cvs3.2
15736
15737         * src/ssl_manager.c
15738                 Port SSL certificate window to GTK2.
15739
15740 2005-01-20 [paul]       1.0.0cvs3.1
15741
15742         * ChangeLog.claws
15743         * configure.ac
15744         * src/addrindex.c
15745         * src/addrindex.h
15746                 sync with HEAD
15747
15748 2005-01-19 [colin]      1.0.0cvs2.2
15749
15750         * src/plugins/trayicon/trayicon.c
15751                 Fix freeze with gtk-2.6, the easy way
15752                 (signal blocking helpless there...)
15753                 Closes bug #668.
15754
15755 2005-01-19 [colin]      1.0.0cvs2.1
15756
15757         * src/mbox.c
15758         * src/mbox.h
15759         * src/mainwindow.c
15760         * src/summaryview.c
15761         * src/summaryview.h
15762                 Sync with HEAD
15763
15764 2005-01-19 [paul]       1.0.0cvs1.1
15765
15766         * configure.ac
15767         * po/de.po
15768         * po/es.po
15769         * po/fr.po
15770         * po/hr.po
15771         * po/it.po
15772         * po/ja.po
15773         * po/ko.po
15774         * po/pt_BR.po
15775         * po/ru.po
15776         * po/sk.po
15777         * po/sr.po
15778                 sync with HEAD (update translations)
15779
15780 2005-01-18 [colin]      1.0.0cvs0.1
15781
15782         * src/foldersel.c
15783                 Specify search column - patch by Alfons
15784
15785 2005-01-18 [colin]      0.9.13cvs36.3
15786
15787         * src/prefs_toolbar.c
15788                 Change Delete to Remove
15789         * src/prefs_fonts.c
15790                 GTK2 version and leak fixes
15791         * src/prefs_actions.c
15792                 Add stock buttons.
15793                 All patches by Alfons
15794
15795 2005-01-17 [colin]      0.9.13cvs36.2
15796
15797         * src/compose.c
15798                 Fix DnD inserting twice. While at it,
15799                 add DnD support for text/plain in the
15800                 body, and add support in the headers.
15801
15802 2005-01-16 [colin]      0.9.13cvs36.1
15803
15804         * ChangeLog
15805         * ChangeLog.jp
15806         * ChangeLog.claws
15807                 Sync with HEAD (nothing applicable)
15808
15809 2005-01-16 [colin]      0.9.13cvs33.2
15810
15811         * src/prefs_toolbar.c
15812                 GTK2ize prefs_toolbar, by Alfons.
15813
15814 2005-01-14 [colin]      0.9.13cvs33.1
15815
15816         * src/html.c
15817         * src/msgcache.c
15818                 Sync with HEAD
15819
15820 2005-01-14 [colin]      0.9.13cvs32.1
15821
15822         * src/html.c
15823         * src/html.h
15824         * src/msgcache.c
15825         * AUTHORS
15826         * tools/calypso_convert.pl
15827                 Sync with HEAD
15828
15829 2005-01-08 [colin]      0.9.13cvs29.2
15830
15831         * src/prefs_filtering_action.c
15832         * src/prefs_filtering.c
15833                 2 more gtk2 patches by Alfons
15834
15835 2005-01-07 [paul]       0.9.13cvs29.1
15836
15837         * ChangeLog
15838         * ChangeLog.claws
15839         * ChangeLog.jp
15840         * configure.ac
15841         * src/pop.c
15842         * src/pop.h
15843                 sync with HEAD
15844
15845 2005-01-07 [colin]      0.9.13cvs28.3
15846
15847         * src/gtk/progressdialog.c
15848         * src/gtk/progressdialog.h
15849         * src/inc.c
15850         * src/send_message.c
15851                 GTK2 for the incorporation dialog. The CList isn't dead
15852                 yet, for a more smooth migration. Patch by Alfons.
15853
15854 2005-01-06 [colin]      0.9.13cvs28.2
15855
15856         * src/prefs_display_header.c
15857                 GTK2 conversion by Alfons
15858         * src/prefs_actions.c
15859         * src/prefs_matcher.c
15860                 Fix 2 leaks - patch by Alfons
15861
15862 2005-01-06 [colin]      0.9.13cvs28.1
15863
15864         * src/prefs_matcher.c
15865                 Sync with HEAD
15866
15867 2005-01-06 [colin]      0.9.13cvs27.4
15868
15869         * src/prefs_matcher.c
15870                 Fix double-free. Patch by Alfons
15871
15872 2005-01-06 [colin]      0.9.13cvs27.3
15873
15874         * src/prefs_matcher.c
15875                 GTK2 widgets + memleak
15876                 Patch by Alfons
15877
15878 2005-01-05 [colin]      0.9.13cvs27.2
15879
15880         * src/account.c
15881         * src/addr_compl.c
15882         * src/foldersel.c
15883         * src/stock_pixmap.c
15884         * src/stock_pixmap.h
15885                 3 more GTK2 patches by Alfons.
15886
15887 2005-01-04 [colin]      0.9.13cvs27.1
15888
15889         * src/folderview.c
15890         * src/imap_gtk.c
15891         * src/news_gtk.c
15892                 Sync with HEAD
15893
15894 2005-01-04 [colin]      0.9.13cvs25.9
15895
15896         * src/compose.c
15897                 Fix Show Ruler menuitem
15898         * src/prefs_template.c
15899                 Convert to GTK2
15900         * src/common/utils.c
15901                 Make auto pointer stuff handles NULLs
15902                 Patches by Alfons.
15903
15904 2005-01-04 [colin]      0.9.13cvs25.8
15905
15906         * src/compose.c
15907                 Move the attachment list to gtk2
15908                 Patch by Alfons.
15909
15910 2005-01-04 [colin]      0.9.13cvs25.7
15911
15912         * src/textview.c
15913                 Make some keys work again
15914                 Patch by SungHyun Nam <namsh@kldp.org>
15915
15916 2005-01-04 [colin]      0.9.13cvs25.6
15917
15918         * src/gtk/gtkshruler.c
15919                 Move the ruler to GTK2
15920                 Patch by Alfons
15921
15922 2005-01-03 [colin]      0.9.13cvs25.5
15923
15924         * src/compose.c
15925                 Fix my broken patch apply 
15926
15927 2005-01-03 [colin]      0.9.13cvs25.4
15928
15929         * src/common/utils.c
15930         * src/common/utils.h
15931         * src/gtk/prefswindow.c
15932                 Move auto pointer stuff to utils.c
15933                 Patch by Alfons again :)
15934
15935 2005-01-03 [colin]      0.9.13cvs25.3
15936
15937         * src/compose.c
15938         * src/prefs_gtk.c
15939         * src/prefs_template.c
15940         * src/textview.c
15941                 Empty text widgets with empty strings, not NULL char
15942                 Patch by SungHyun Nam <namsh@kldp_org>
15943
15944 2005-01-03 [colin]      0.9.13cvs25.2
15945
15946         * src/main.c
15947         * AUTHORS
15948                 Sync with HEAD
15949
15950 2005-01-03 [colin]      0.9.13cvs25.1
15951
15952         * src/pop.c
15953         * src/pop.h
15954                 Sync with HEAD
15955
15956 2005-01-03 [colin]      0.9.13cvs24.3
15957
15958         * src/account.c
15959                 Two patches from Alfons and Alex S Moore:
15960                 fix images, fix return value.
15961
15962 2005-01-01 [colin]      0.9.13cvs24.2
15963
15964         * src/prefs_actions.c
15965                 Fix over-zealous assertion. Patch by Alfons
15966
15967 2005-01-01 [colin]      0.9.13cvs24.1
15968
15969         * src/procmime.c
15970                 Sync with HEAD (leak fix)
15971
15972 2004-12-31 [colin]      0.9.13cvs23.2
15973
15974         * src/prefs_common.c
15975                 GTK2 widgets + stock buttons - patch by Alfons
15976
15977 2004-12-31 [paul]       0.9.13cvs23.1
15978
15979         * configure.ac
15980                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15981         * src/gtk/pluginwindow.c
15982                 use GTK2 widgets and plug memory leaks,
15983                 patches by Alfons
15984
15985 2004-12-30 [colin]      0.9.13cvs22.4
15986
15987         * src/account.c
15988         * src/action.c
15989         * src/export.c
15990         * src/foldersel.c
15991         * src/import.c
15992         * src/message_search.c
15993         * src/prefs_actions.c
15994         * src/prefs_common.c
15995         * src/prefs_customheader.c
15996         * src/prefs_filtering.c
15997         * src/prefs_summary_column.c
15998         * src/summary_search.c
15999         * src/gtk/about.c
16000         * src/gtk/description_window.c
16001         * src/gtk/gtkutils.c
16002         * src/gtk/gtkutils.h
16003         * src/gtk/inputdialog.c
16004         * src/gtk/prefswindow.c
16005                 Use GTK2 stock buttons. Patches by Alfons.
16006
16007 2004-12-30 [colin]      0.9.13cvs22.3
16008
16009         * src/account.c
16010                 Sync with HEAD
16011         * src/prefs_actions.c
16012         * src/prefs_customheader.c
16013         * src/prefs_filtering.c
16014         * src/prefs_msg_colors.c
16015         * src/prefs_summary_column.c
16016         * src/gtk/prefswindow.c
16017                 Use GtkTreeView instead of deprecated 
16018                 widgets. Patches by Alfons.
16019
16020 2004-12-30 [paul]       0.9.13cvs22.2
16021
16022         * src/foldersel.c
16023                 use GTK 2 Tree View
16024                 patch by Alfons, with root folder sorting fix
16025                 by Stephan Sachse
16026
16027 2004-12-30 [paul]       0.9.13cvs22.1
16028
16029         * ChangeLog
16030         * ChangeLog.claws
16031         * ChangeLog.jp
16032         * NEWS
16033         * configure.ac
16034         * src/account.c
16035                 sync with HEAD
16036
16037 2004-12-22 [martin]     0.9.13cvs21.2
16038
16039         * src/action.c
16040                 free the command line after its use
16041
16042 2004-12-18 [paul]       0.9.13cvs21.1
16043
16044         * AUTHORS
16045         * ChangeLog
16046         * ChangeLog.claws
16047         * ChangeLog.jp
16048         * NEWS
16049         * configure.ac
16050         * src/action.c
16051         * src/compose.c
16052         * src/syldap.c
16053                 sync with HEAD
16054
16055 2004-12-17 [martin]     0.9.13cvs17.2
16056
16057         * src/action.c
16058                 convert actions input to locale
16059         * src/inc.c
16060                 convert notification command to locale
16061         * src/plugins/pgpmime/select-keys.c
16062                 convert attributes to utf8
16063
16064 2004-12-14 [colin]      0.9.13cvs17.1
16065
16066         * ChangeLog
16067         * ChangeLog.jp
16068         * ChangeLog.claws
16069         * src/action.c
16070         * src/common/utils.c
16071         * src/gtk/prefswindow.c
16072         * src/gtk/gtkutils.c
16073         * src/gtk/gtkutils.h
16074         * src/plugins/spamassassin/libspamc.c
16075                 Sync with HEAD
16076
16077 2004-12-13 [colin]      0.9.13cvs14.1
16078
16079         * src/quote_fmt_parse.y
16080                 Sync with HEAD
16081
16082 2004-12-10 [colin]      0.9.13cvs12.1
16083
16084         * src/prefs_themes.c
16085         * src/mainwindow.c
16086         * src/messageview.c
16087                 Sync with HEAD
16088
16089 2004-12-09 [colin]      0.9.13cvs10.1
16090
16091         * src/procmime.c
16092                 Sync with HEAD (fix B64 encoding from memory)
16093
16094 2004-12-08 [colin]      0.9.13cvs9.1
16095
16096         * src/gtk/colorlabel.c
16097                 Sync with HEAD
16098
16099 2004-12-08 [paul]       0.9.13cvs8.2
16100
16101         * src/gtk/pluginwindow.c
16102                 fix window resizing oddities
16103
16104 2004-12-08 [colin]      0.9.13cvs8.1
16105
16106         * src/quote_fmt_parse.y
16107                 Sync with HEAD
16108
16109 2004-12-08 [colin]      0.9.13cvs7.1
16110
16111         * src/matcher_parser_parse.y
16112         * src/msgcache.c
16113         * src/prefs_matcher.c
16114         * src/procheader.c
16115         * src/matcher.c
16116         * src/common/defs.h
16117         * po/sr.po
16118                 Sync with HEAD
16119
16120 2004-12-08 [colin]      0.9.13cvs6.1
16121
16122         * src/quote_fmt_parse.y
16123         * src/textview.c
16124                 Sync with HEAD
16125         * src/gtk/prefswindow.c
16126         * src/gtk/pluginwindow.c
16127                 Fix G_CALLBACKS protos (thanks to Alfons)
16128
16129 2004-12-07 [torte]      0.9.13cvs2.2
16130
16131         * src/procmime.c
16132                 [Bug 650] reply button causes crash
16133                 Thanks to David Relson and Christoph
16134
16135 2004-12-07 [colin]      0.9.13cvs2.1
16136
16137         * ChangeLog.claws
16138         * AUTHORS
16139         * po/sk.po
16140         * src/procmime.c
16141         * src/prefs_account.c
16142         * src/common/smtp.c
16143         * src/common/smtp.h
16144                 Sync with HEAD
16145
16146 2004-12-06 [colin]      0.9.12cvs187.1
16147
16148         * ChangeLog.claws
16149         * INSTALL
16150         * Makefile.am
16151         * README.claws
16152         * TODO.claws
16153         * configure.ac
16154         * po/bg.po
16155         * po/cs.po
16156         * po/el.po
16157         * po/en_GB.po
16158         * po/es.po
16159         * po/fr.po
16160         * po/hr.po
16161         * po/hu.po
16162         * po/it.po
16163         * po/ja.po
16164         * po/ko.po
16165         * po/nl.po
16166         * po/pl.po
16167         * po/pt_BR.po
16168         * po/ru.po
16169         * po/sk.po
16170         * po/sr.po
16171         * po/sv.po
16172         * po/zh_CN.po
16173         * po/zh_TW.Big5.po
16174         * src/compose.c
16175         * tools/Makefile.am
16176         * tools/README
16177         * tools/filter_conv.pl
16178         * tools/kdeservicemenu/README
16179         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16180         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16181                 Sync with HEAD
16182
16183 2004-12-04 [colin]      0.9.12cvs183.1
16184
16185         * src/compose.c
16186                 Sync with HEAD (compose window position saving)
16187
16188 2004-12-04 [paul]       0.9.12cvs182.3
16189
16190         * src/messageview.c
16191         * src/mimeview.c
16192         * src/prefs_customheader.c
16193         * src/gtk/quicksearch.c
16194                 replace some forgotten GTK_SIGNAL_FUNCs
16195
16196 2004-12-04 [paul]       0.9.12cvs182.2
16197
16198         * src/Makefile.am
16199                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
16200                 committed in error      
16201
16202 2004-12-04 [paul]       0.9.12cvs182.1
16203
16204         * ChangeLog
16205         * ChangeLog.claws
16206         * ChangeLog.jp
16207         * INSTALL
16208         * NEWS
16209         * README
16210         * README.jp
16211         * configure.ac
16212         * doc/manual/ja/Makefile.am
16213         * doc/manual/ja/sylpheed-1.html
16214         * doc/manual/ja/sylpheed-10.html
16215         * doc/manual/ja/sylpheed-11.html
16216         * doc/manual/ja/sylpheed-12.html
16217         * doc/manual/ja/sylpheed-13.html
16218         * doc/manual/ja/sylpheed-14.html
16219         * doc/manual/ja/sylpheed-15.html
16220         * doc/manual/ja/sylpheed-16.html
16221         * doc/manual/ja/sylpheed-17.html
16222         * doc/manual/ja/sylpheed-18.html
16223         * doc/manual/ja/sylpheed-19.html
16224         * doc/manual/ja/sylpheed-2.html
16225         * doc/manual/ja/sylpheed-20.html
16226         * doc/manual/ja/sylpheed-3.html
16227         * doc/manual/ja/sylpheed-4.html
16228         * doc/manual/ja/sylpheed-5.html
16229         * doc/manual/ja/sylpheed-6.html
16230         * doc/manual/ja/sylpheed-7.html
16231         * doc/manual/ja/sylpheed-8.html
16232         * doc/manual/ja/sylpheed-9.html
16233         * doc/manual/ja/sylpheed.html
16234         * doc/manual/ja/sylpheed.sgml
16235         * po/de.po
16236         * src/Makefile.am
16237         * src/compose.c
16238         * src/procmime.c
16239         * src/pixmaps/regular.xpm **REMOVED**
16240         * src/plugins/pgpmime/pgpmime.c
16241         * src/plugins/pgpmime/plugin.c
16242         * src/plugins/pgpmime/prefs_gpg.c
16243                 sync with HEAD
16244
16245 2004-12-03 [paul]       0.9.12cvs180.1
16246
16247         * ChangeLog
16248         * ChangeLog.claws
16249         * ChangeLog.jp
16250         * configure.ac
16251         * src/Makefile.am
16252         * src/pop.c
16253         * src/common/utils.c
16254         * src/common/utils.h
16255         * src/pixmaps/continue.xpm
16256         * src/pixmaps/dir_close.xpm
16257         * src/pixmaps/dir_open.xpm
16258         * src/pixmaps/drafts_close.xpm
16259         * src/pixmaps/drafts_open.xpm
16260         * src/pixmaps/folder.xpm **REMOVED**
16261         * src/pixmaps/group.xpm
16262         * src/pixmaps/unread.xpm
16263                 sync with HEAD
16264
16265 2004-12-02 [colin]      0.9.12cvs179.1
16266
16267         * src/compose.c
16268                 Sync with HEAD (non-duplicated reedition)
16269
16270 2004-12-02 [colin]      0.9.12cvs178.1
16271
16272         * src/compose.c
16273                 Sync with HEAD (linewrap_quote fix)
16274
16275 2004-12-01 [colin]      0.9.12cvs177.3
16276
16277         * src/addrharvest.c
16278                 Replace sizeof with strlen
16279
16280 2004-12-01 [paul]       0.9.12cvs177.2
16281
16282         * src/addrharvest.c
16283                 fix 'harvest addresses'
16284
16285 2004-11-30 [colin]      0.9.12cvs177.1
16286
16287         * src/gtk/prefswindow.c
16288         * src/gtk/pluginwindow.c
16289                 Sync with HEAD
16290
16291 2004-11-29 [colin]      0.9.12cvs176.1
16292
16293         * src/folderview.c
16294                 sync with HEAD (Fix disappearing separators in folderview's popup)
16295
16296 2004-11-29 [colin]      0.9.12cvs175.1
16297
16298         * src/procmime.c
16299                 Sync with head (another format fix)
16300
16301 2004-11-29 [colin]      0.9.12cvs174.1
16302
16303         * src/pop.c
16304                 Sync with HEAD (format string fix)
16305
16306 2004-11-26 [colin]      0.9.12cvs173.1
16307
16308         * src/common/smtp.c
16309         * src/common/smtp.h
16310                 Sync with HEAD
16311
16312 2004-11-24 [colin]      0.9.12cvs172.1
16313
16314         * src/plugins/pgpmime/pgpmime.c
16315                 Sync with HEAD
16316
16317 2004-11-24 [colin]      0.9.12cvs171.1
16318
16319         * src/plugins/pgpmime/pgpmime.c
16320                 Sync with head (gpgmectx leaks)
16321
16322 2004-11-24 [colin]      0.9.12cvs169.1
16323
16324         * src/plugins/pgpmime/plugin.c
16325         * src/plugins/trayicon/Makefile.am
16326         * src/plugins/trayicon/newmarkedmail.xpm
16327         * src/plugins/trayicon/trayicon.c
16328         * src/plugins/trayicon/unreadmarkedmail.xpm
16329                 Sync with HEAD
16330
16331 2004-11-23 [colin]      0.9.12cvs168.1
16332
16333         * src/partial_download.c
16334         * src/partial_download.h
16335         * src/plugins/pgpmime/plugin.c
16336                 Sync with HEAD
16337
16338 2004-11-23 [colin]      0.9.12cvs166.1
16339
16340         * src/Makefile.am
16341         * src/codeconv.c
16342         * src/compose.c
16343         * src/folderview.c
16344         * src/main.c
16345         * src/partial_download.c
16346         * src/partial_download.h
16347         * src/prefs_account.c
16348         * src/prefs_account.h
16349         * src/privacy.c
16350         * src/privacy.h
16351         * src/procmime.c
16352         * src/common/Makefile.am
16353         * src/common/base64.h
16354         * src/common/partial_download.c
16355         * src/common/partial_download.h
16356         * src/gtk/prefswindow.c
16357         * src/gtk/prefswindow.h
16358         * src/plugins/pgpmime/pgpmime.c
16359         * src/plugins/pgpmime/prefs_gpg.c
16360         * src/plugins/pgpmime/prefs_gpg.h
16361         * src/plugins/pgpmime/sgpgme.c
16362         * src/plugins/pgpmime/sgpgme.h
16363                 Sync with HEAD
16364
16365 2004-11-23 [colin]      0.9.12cvs163.1
16366
16367         * src/main.c
16368                 Sync with HEAD (cursor optimization)
16369
16370 2004-11-23 [colin]      0.9.12cvs162.1
16371
16372         * src/prefs_common.c
16373         * src/prefs_themes.c
16374         * src/procmsg.c
16375                 Sync with HEAD
16376
16377 2004-11-23 [colin]      0.9.12cvs158.9
16378
16379         * src/compose.c
16380                 Fix double-free when forwarding
16381         * src/msgcache.c
16382                 Fix leak on error path
16383                 
16384
16385 2004-11-23 [colin]      0.9.12cvs158.8
16386
16387         * src/compose.c
16388                 Fix possible double-free
16389                 Spotted by Alfons
16390
16391 2004-11-23 [colin]      0.9.12cvs158.7
16392
16393         * src/compose.c
16394                 Fix some signal handlers' prototypes
16395                 Spotted by Alfons
16396
16397 2004-11-22 [colin]      0.9.12cvs158.6
16398
16399         * src/compose.c
16400                 Remove unneeded code and duplicated
16401                 wrapping - patch by Alfons
16402
16403 2004-11-22 [colin]      0.9.12cvs158.5
16404
16405         * src/prefs_themes.c
16406                 Fix oversized selector
16407
16408 2004-11-22 [colin]      0.9.12cvs158.4
16409
16410         * src/compose.c
16411                 fix dump_text()
16412                 patch by Alfons
16413
16414 2004-11-19 [colin]      0.9.12cvs158.3
16415
16416         * src/textview.c
16417                 Add a context menu on links (open, copy)
16418
16419 2004-11-18 [paul]       0.9.12cvs158.2
16420
16421         * src/addrgather.c
16422         * src/exphtmldlg.c
16423         * src/expldifdlg.c
16424         * src/mimeview.c
16425         * src/prefs_common.c
16426         * src/plugins/image_viewer/viewer.c
16427         * src/plugins/spamassassin/spamassassin_gtk.c
16428                 replace deprecated gtk_notebook_set_page
16429                 and gtk_notebook_current_page
16430
16431 2004-11-18 [paul]       0.9.12cvs158.1
16432
16433         * configure.ac
16434         * src/compose.c
16435         * src/mainwindow.c
16436         * src/messageview.c
16437         * src/prefs_common.c
16438         * src/common/utils.c
16439         * src/common/utils.h
16440                 sync with HEAD
16441
16442 2004-11-17 [colin]      0.9.12cvs156.1
16443
16444         * src/prefs_account.c
16445         * src/prefs_account.h
16446         * src/procmsg.c
16447                 Sync with HEAD (add pref to store encrypted mails encrypted)
16448
16449 2004-11-17 [paul]       0.9.12cvs155.1
16450
16451         * ChangeLog
16452         * ChangeLog.claws
16453         * ChangeLog.jp
16454         * NEWS
16455         * configure.ac
16456         * src/compose.c
16457         * src/jpilot.c
16458         * src/privacy.c
16459         * src/procmime.c
16460         * src/procmime.h
16461         * src/procmsg.c
16462         * src/toolbar.c
16463         * src/pixmaps/error.xpm
16464                 sync with HEAD
16465
16466 2004-11-17 [colin]      0.9.12cvs151.1
16467
16468         * src/plugins/pgpmime/pgpmime.c
16469                 Sync with HEAD (remove debug printf)
16470
16471 2004-11-17 [colin]      0.9.12cvs150.1
16472
16473         * src/plugins/pgpmime/pgpmime.c
16474                 Sync with HEAD (off-by-one fix)
16475
16476 2004-11-17 [colin]      0.9.12cvs149.1
16477
16478         * src/procmsg.c
16479                 Sync with HEAD (coding style fixes)
16480
16481 2004-11-16 [colin]      0.9.12cvs148.1
16482
16483         * src/procmsg.c
16484                 Sync with head (Fix the fix)
16485
16486 2004-11-16 [colin]      0.9.12cvs147.1
16487
16488         * src/procmsg.c
16489                 Sync with Main (leak fix)
16490
16491 2004-11-16 [colin]      0.9.12cvs146.14
16492
16493         * src/compose.c
16494                 Remove useless chunk of code
16495                 Patch by Alfons
16496
16497 2004-11-15 [colin]      0.9.12cvs146.13
16498
16499         * src/compose.c
16500                 Fix drafting after insertion
16501                 Patch by Alfons
16502
16503 2004-11-15 [colin]      0.9.12cvs146.12
16504
16505         * src/compose.c
16506         * src/prefs_filtering.c
16507         * src/prefs_filtering_action.c
16508         * src/prefs_toolbar.c
16509                 Fix some const-correctness
16510
16511 2004-11-15 [colin]      0.9.12cvs146.11
16512
16513         * src/summaryview.c
16514         * src/prefs_themes.c
16515         * src/messageview.c
16516                 Fix some leaks
16517
16518 2004-11-15 [colin]      0.9.12cvs146.10
16519
16520         * src/codeconv.c
16521                 More unreadable locale fixes
16522
16523 2004-11-14 [colin]      0.9.12cvs146.9
16524
16525         * src/textview.c
16526                 Fix uri_security_check
16527                 Patch by Alfons
16528
16529 2004-11-13 [paul]       0.9.12cvs146.8
16530
16531         * src/folder.c
16532         * src/procmime.c
16533                 fix 2 bugs introduced in last commit
16534
16535 2004-11-13 [paul]       0.9.12cvs146.7
16536
16537         * src/compose.c
16538         * src/exporthtml.c
16539         * src/exportldif.c
16540         * src/folder.c
16541         * src/imap.c
16542         * src/imap_gtk.c
16543         * src/main.c
16544         * src/mainwindow.c
16545         * src/messageview.c
16546         * src/mh_gtk.c
16547         * src/prefs_themes.c
16548         * src/procmime.c
16549         * src/setup.c
16550         * src/summaryview.c
16551                 replace deprecated g_basename
16552
16553 2004-11-13 [paul]       0.9.12cvs146.6
16554
16555         * src/compose.c
16556         * src/imap.c
16557         * src/matcher_parser.h
16558         * src/matcher_parser_parse.y
16559         * src/prefs_filtering.c
16560         * src/prefs_filtering_action.c
16561         * src/prefs_themes.c
16562         * src/prefs_toolbar.c
16563         * src/common/utils.c
16564                 various small fixes/cleanups
16565
16566 2004-11-12 [colin]      0.9.12cvs146.5
16567
16568         * src/textview.c
16569                 Validate event's origin on visibility notify
16570                 Patch by Alfons.
16571
16572 2004-11-12 [paul]       0.9.12cvs146.4
16573
16574         * src/exporthtml.c
16575         * src/exportldif.c
16576         * src/imap.c
16577         * src/mh.c
16578         * src/mimeview.c
16579         * src/prefs_spelling.c
16580         * src/prefs_themes.c
16581                 replace deprecated g_dirname    
16582
16583 2004-11-12 [colin]      0.9.12cvs146.3
16584
16585         * src/textview.c
16586                 Some coding style fixes
16587
16588 2004-11-12 [colin]      0.9.12cvs146.2
16589
16590         * src/codeconv.c
16591                 We want to replace _all_ extended chars in
16592                 conv_unreadable_*, because any string containing
16593                 extended chars not parsing as UTF8 is 
16594                 undisplayed on gtk2.
16595
16596 2004-11-12 [paul]       0.9.12cvs146.1
16597
16598         * ChangeLog
16599         * ChangeLog.claws
16600         * ChangeLog.jp
16601         * NEWS
16602         * configure.ac
16603         * src/account.c
16604         * src/folderview.c
16605         * src/folderview.h
16606         * src/imap.c
16607         * src/imap_gtk.c
16608         * src/inc.c
16609         * src/mainwindow.c
16610         * src/mh_gtk.c
16611         * src/news_gtk.c
16612         * src/pop.c
16613         * src/prefs_account.c
16614         * src/prefs_account.h
16615         * src/prefs_ext_prog.c
16616         * src/procmime.c
16617         * src/procmime.h
16618         * src/procmsg.c
16619         * src/procmsg.h
16620         * src/summary_search.c
16621         * src/summaryview.c
16622         * src/textview.c
16623         * src/common/defs.h
16624         * src/common/utils.c
16625         * src/common/utils.h
16626         * src/gtk/menu.c
16627         * src/gtk/menu.h
16628                 sync with HEAD
16629
16630 2004-11-11 [colin]      0.9.12cvs144.2
16631
16632         * src/textview.c
16633                 Fix URI range selection (patch by Alfons)
16634
16635 2004-11-09 [colin]      0.9.12cvs144.1
16636
16637         * ChangeLog.claws
16638         * src/compose.c
16639         * src/folder.c
16640         * src/folder_item_prefs.c
16641         * src/prefs_account.c
16642         * src/prefs_account.h
16643         * src/plugins/pgpmime/pgpmime.c
16644                 Sync with HEAD
16645
16646 2004-11-08 [colin]      0.9.12cvs143.1
16647
16648         * src/summaryview.c
16649                 Sync with HEAD (optimize quicksearch)
16650
16651 2004-11-08 [colin]      0.9.12cvs142.2
16652
16653         * src/compose.c
16654                 Don't wrap when Edit/Auto wrapping is disabled
16655
16656 2004-11-08 [colin]      0.9.12cvs142.1
16657
16658         * src/textview.c
16659                 Sync with HEAD
16660
16661 2004-11-08 [colin]      0.9.12cvs141.1
16662
16663         * src/textview.c
16664                 Sync with HEAD (fix some mail URIs)
16665
16666 2004-11-08 [colin]      0.9.12cvs140.3
16667
16668         * src/textview.c
16669                 o Use text cursor instead of arrow when
16670                   not on a link
16671                 o Fix handling of contiguous links (as in
16672                   "colin@colino.net" <colin@colino.net>)
16673                   This one unveils a bug in get_email_part()
16674
16675 2004-11-07 [colin]      0.9.12cvs140.2
16676
16677         * src/textview.c
16678                 Fix memleak. Patch by Alfons.
16679
16680 2004-11-06 [colin]      0.9.12cvs140.1
16681
16682         * src/compose.c
16683                 Sync with HEAD (don't ask passphrase
16684                 when drafting)
16685
16686 2004-11-06 [paul]       0.9.12cvs139.2
16687
16688         * AUTHORS
16689         * src/textview.c
16690         * src/textview.h
16691                 textview URI handling. hovering over a 
16692                 link displays it in the status bar,
16693                 and changes the mouse pointer to a hand 
16694                 cursor. a link is activated with a single 
16695                 click. (Modified from the) patch by Jean-Yves 
16696                 Lefort <jylefort@users.sourceforge.net>
16697                 
16698
16699 2004-11-05 [colin]      0.9.12cvs139.1
16700
16701         * src/compose.c
16702         * src/procmime.c
16703                 Sync with HEAD again ^^
16704
16705 2004-11-05 [colin]      0.9.12cvs139.1
16706
16707         * src/compose.c
16708         * src/procmime.c
16709                 Sync with HEAD
16710
16711 2004-11-03 [paul]       0.9.12cvs138.1
16712
16713         * ChangeLog.claws
16714         * configure.ac
16715         * po/POTFILES.in
16716         * src/prefs_ext_prog.c
16717         * src/procmime.c
16718         * tools/kdeservicemenu/README
16719         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16720         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16721                 sync with HEAD
16722
16723 2004-11-01 [christoph]  0.9.12cvs136.2
16724
16725         * src/procmime.c
16726                 convert MIME parameters to UTF-8
16727
16728 2004-10-29 [colin]      0.9.12cvs136.1
16729
16730         * src/common/utils.c
16731                 Sync with HEAD (don't use '=' in mime boundary)
16732
16733 2004-10-29 [paul]       0.9.12cvs135.1
16734
16735         * configure.ac
16736         * doc/src/rfc2231.txt
16737         * src/procmime.c
16738         * src/common/quoted-printable.c
16739         * src/common/utils.c
16740         * src/common/utils.h
16741                 sync with HEAD
16742
16743 2004-10-27 [paul]       0.9.12cvs134.1
16744
16745         * configure.ac
16746         * src/main.c
16747         * src/procmime.c
16748         * src/plugins/pgpmime/pgpmime.c
16749                 sync with HEAD
16750
16751 2004-10-26 [paul]       0.9.12cvs132.3
16752
16753         * src/account.c
16754         * src/addressbook.c
16755         * src/addrgather.c
16756         * src/addrharvest.c
16757         * src/codeconv.c
16758         * src/compose.c
16759         * src/customheader.c
16760         * src/editaddress.c
16761         * src/editgroup.c
16762         * src/enriched.c
16763         * src/expldifdlg.c
16764         * src/exporthtml.c
16765         * src/exportldif.c
16766         * src/folder.c
16767         * src/foldersel.c
16768         * src/folderview.c
16769         * src/grouplistdialog.c
16770         * src/html.c
16771         * src/imap.c
16772         * src/jpilot.c
16773         * src/ldapserver.c
16774         * src/ldif.c
16775         * src/mimeview.c
16776         * src/news.c
16777         * src/news_gtk.c
16778         * src/pop.c
16779         * src/prefs_display_header.c
16780         * src/prefs_gtk.c
16781         * src/prefs_msg_colors.c
16782         * src/prefs_toolbar.c
16783         * src/procheader.c
16784         * src/procmime.c
16785         * src/summaryview.c
16786         * src/textview.c
16787         * src/toolbar.c
16788         * src/vcard.c
16789         * src/common/mgutils.c
16790         * src/common/nntp.c
16791         * src/common/smtp.c
16792         * src/common/template.c
16793         * src/common/utils.c
16794         * src/common/xmlprops.c
16795         * src/plugins/pgpmime/pgpmime.c
16796         * src/plugins/pgpmime/select-keys.c
16797         * src/plugins/pgpmime/sgpgme.c
16798                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16799                 g_string_sprintfa(), gtk_notebook_current_page()
16800
16801 2004-10-26 [colin]      0.9.12cvs132.2
16802
16803         * src/prefs_folder_item.c
16804                 Fix default-account selection
16805
16806 2004-10-21 [colin]      0.9.12cvs133
16807
16808         * src/compose.c
16809                 Sync with HEAD (Remove extra separator in compose's Options)
16810         * src/textview.c
16811                 Set wrapping to char
16812
16813 2004-10-21 [paul]       0.9.12cvs131.2
16814
16815         * src/compose.c
16816         * src/sourcewindow.c
16817                 fix wrapping
16818                 fix window shrinking 
16819
16820 2004-10-21 [colin]      0.9.12cvs131.1
16821
16822         * ChangeLog.claws
16823         * src/compose.c
16824                 Sync with HEAD
16825
16826 2004-10-21 [paul]       0.9.12cvs130.2
16827
16828         * src/prefs_folder_item.c
16829                 sync with HEAD (Apply to subfolders)
16830
16831 2004-10-19 [colin]      0.9.12cvs130.1
16832
16833         * ChangeLog.claws
16834         * src/compose.c
16835         * src/common/utils.c
16836         * src/gtk/menu.c
16837                 Sync with HEAD
16838
16839 2004-10-19 [colin]      0.9.12cvs128.1
16840
16841         * src/addrbook.c
16842         * src/addrcache.c
16843         * src/addressbook.c
16844         * src/codeconv.c
16845         * src/compose.c
16846         * src/customheader.c
16847         * src/editaddress.c
16848         * src/editgroup.c
16849         * src/exporthtml.c
16850         * src/folder.c
16851         * src/folderview.c
16852         * src/imap.c
16853         * src/jpilot.c
16854         * src/main.c
16855         * src/matcher_parser_parse.y
16856         * src/mbox.c
16857         * src/pop.c
16858         * src/prefs_account.c
16859         * src/prefs_gtk.c
16860         * src/prefs_msg_colors.c
16861         * src/procheader.c
16862         * src/procmime.c
16863         * src/procmime.h
16864         * src/procmsg.c
16865         * src/summaryview.c
16866         * src/textview.c
16867         * src/common/base64.c
16868         * src/common/partial_download.c
16869         * src/common/socket.c
16870         * src/common/sylpheed.c
16871         * src/common/utils.c
16872         * src/common/utils.h
16873         * src/gtk/pluginwindow.c
16874         * src/gtk/quicksearch.c
16875         * src/plugins/clamav/clamav_plugin.c
16876         * src/plugins/clamav/clamav_plugin.h
16877         * src/plugins/clamav/clamav_plugin_gtk.c
16878         * src/plugins/pgpmime/passphrase.c
16879         * src/plugins/pgpmime/pgpmime.c
16880         * src/plugins/pgpmime/plugin.c
16881         * src/plugins/pgpmime/prefs_gpg.c
16882         * src/plugins/pgpmime/prefs_gpg.h
16883         * src/plugins/pgpmime/select-keys.c
16884         * src/plugins/pgpmime/sgpgme.c
16885         * src/plugins/spamassassin/libspamc.c
16886         * src/plugins/spamassassin/spamassassin.c
16887         * src/plugins/spamassassin/spamassassin.h
16888         * src/plugins/spamassassin/spamassassin_gtk.c
16889         * src/plugins/trayicon/trayicon.c
16890         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16891                 Sync with HEAD
16892
16893 2004-10-14 [colin]      0.9.12cvs126.2
16894
16895         * src/codeconv.c
16896         * src/textview.c
16897                 Fix conv_unreadable_locale
16898
16899 2004-10-13 [colin]      0.9.12cvs126.1
16900
16901         * src/compose.c
16902                 Sync with HEAD (don't convert charset for 
16903                 drafted messages, minor cleanup)
16904
16905 2004-10-13 [colin]      0.9.12cvs125.1
16906
16907         * po/POTFILES.in
16908                 Sync with HEAD (POTFILES fix)
16909
16910 2004-10-12 [colin]      0.9.12cvs124.3
16911
16912         * src/compose.c
16913                 Fix encoding bug from latest sync
16914
16915 2004-10-12 [paul]       0.9.12cvs124.2
16916
16917         * src/plugins/pgpmime/prefs_gpg.c
16918         * src/plugins/pgpmime/prefs_gpg.h
16919                 forgotten in last commit        
16920
16921 2004-10-12 [paul]       0.9.12cvs124.1
16922
16923         * ChangeLog.claws
16924         * configure.ac
16925         * m4/spamassassin.m4
16926         * src/Makefile.am
16927         * src/account.c
16928         * src/compose.c
16929         * src/compose.h
16930         * src/crash.c
16931         * src/main.c
16932         * src/mimeview.c
16933         * src/passphrase.c
16934         * src/passphrase.h
16935         * src/prefs_account.c
16936         * src/prefs_account.h
16937         * src/prefs_common.c
16938         * src/privacy.c
16939         * src/privacy.h
16940         * src/procmime.c
16941         * src/procmime.h
16942         * src/procmsg.c
16943         * src/rfc2015.c
16944         * src/rfc2015.h
16945         * src/select-keys.c
16946         * src/select-keys.h
16947         * src/textview.c
16948         * src/common/utils.c
16949         * src/common/utils.h
16950         * src/gtk/about.c
16951         * src/plugins/pgpmime/Makefile.am
16952         * src/plugins/pgpmime/passphrase.c
16953         * src/plugins/pgpmime/passphrase.h
16954         * src/plugins/pgpmime/pgpmime.c
16955         * src/plugins/pgpmime/plugin.c
16956         * src/plugins/pgpmime/select-keys.c
16957         * src/plugins/pgpmime/select-keys.h
16958         * src/plugins/pgpmime/sgpgme.c
16959         * src/plugins/pgpmime/sgpgme.h
16960                 sync with HEAD
16961
16962 2004-10-04 [colin]      0.9.12cvs122.1
16963
16964         * src/mainwindow.c
16965         * src/messageview.c
16966         * src/messageview.h
16967         * src/textview.c
16968                 Sync with HEAD
16969
16970 2004-10-04 [colin]      0.9.12cvs121.1
16971
16972         * src/summaryview.c
16973                 Sync with HEAD
16974
16975 2004-10-04 [paul]       0.9.12cvs120.1
16976
16977         * configure.ac
16978                 sync with HEAD [don't try to build 
16979                 pgpmime plugin when gpgme is disabled]
16980
16981 2004-10-03 [colin]      0.9.12cvs119.3
16982
16983         * src/gtk/gtksctree.c
16984                 Lots of side effects. Put back as before 117.2.
16985         * src/summaryview.c
16986                 Fix bug #602
16987
16988 2004-10-03 [colin]      0.9.12cvs119.2
16989
16990         * src/gtk/gtksctree.c
16991                 Revert 608 fix that doesn't work that good
16992
16993 2004-10-02 [colin]      0.9.12cvs119.1
16994
16995         * src/mainwindow.c
16996         * src/messageview.c
16997         * src/prefs_common.h
16998         * src/procmime.c
16999         * src/procmime.h
17000         * src/textview.c
17001                 Sync with HEAD
17002         * src/gtk/gtksctree.c
17003                 Close bug #608
17004
17005 2004-10-01 [colin]      0.9.12cvs118.1
17006
17007         * src/mimeview.c
17008                 Sync with HEAD (better Save All fix)
17009
17010 2004-10-01 [colin]      0.9.12cvs117.2
17011
17012         * src/gtk/gtksctree.c
17013                 Faster on selection
17014
17015 2004-10-01 [colin]      0.9.12cvs117.1
17016
17017         * src/mimeview.c
17018                 Sync with HEAD (Save All: only attachments)
17019
17020 2004-10-01 [paul]       0.9.12cvs116.1
17021
17022         * ChangeLog.claws
17023         * configure.ac
17024         * src/account.c
17025         * src/prefs_common.c
17026         * src/gtk/colorlabel.c
17027                 sync with HEAD
17028
17029 2004-09-30 [colin]      0.9.12cvs115.1
17030
17031         * src/stock_pixmap.c
17032         * src/stock_pixmap.h
17033         * src/folderview.c
17034         * src/Makefile.am
17035         * src/pixmaps/read.xpm
17036                 Sync with HEAD (new pixmap)
17037
17038 2004-09-29 [colin]      0.9.12cvs114.1
17039
17040         * src/compose.c
17041                 Sync with HEAD
17042                 Fix focus handling in headers
17043
17044 2004-09-29 [paul]       0.9.12cvs113.1
17045
17046         * src/quote_fmt_parse.y
17047                 sync with HEAD
17048  
17049
17050 2004-09-28 [colin]      0.9.12cvs112.1
17051
17052         * src/folderview.c
17053         * src/mainwindow.c
17054                 Sync with HEAD
17055
17056 2004-09-28 [colin]      0.9.12cvs110.1
17057
17058         * src/folderview.c
17059                 Sync with HEAD (Contextual Empty trash menu)
17060
17061 2004-09-28 [colin]      0.9.12cvs108.1
17062
17063         * src/addressbook.c
17064                 Sync with HEAD (addressbook edit on double-click)
17065
17066 2004-09-28 [colin]      0.9.12cvs106.1
17067
17068         * src/inc.c
17069                 Sync with HEAD (folder_item freeze on inc)
17070
17071 2004-09-27 [colin]      0.9.12cvs105.1
17072
17073         * src/folderview.c
17074                 Sync with HEAD (right-align new and unread column)
17075
17076 2004-09-27 [colin]      0.9.12cvs104.1
17077
17078         * src/main.c
17079                 Sync with HEAD (revert 0.9.12cvs101)
17080
17081 2004-09-24 [colin]      0.9.12cvs103.2
17082
17083         * src/wizard.c
17084                 Fix gtk warnings and use domain part of the email address 
17085                 when domain detection fails (no dot in domain name)
17086
17087 2004-09-23 [colin]      0.9.12cvs103.1
17088
17089         * src/plugins/spamassassin/libspamc.c
17090         * src/plugins/spamassassin/libspamc.h
17091         * src/plugins/spamassassin/utils.c
17092         * src/plugins/spamassassin/utils.h
17093                 Sync with HEAD (Update spamassassin to 3.0)
17094
17095 2004-09-21 [colin]      0.9.12cvs102.3
17096
17097         * src/action.c
17098                 Add horizontal scrollbar in action io dialog as needed
17099                 Patch by Alfons.
17100
17101 2004-09-20 [colin]      0.9.12cvs102.2
17102
17103         * src/plugins/image_viewer/viewer.c
17104                 Remove imlib stuff
17105                 use gtk_pixmap_set when clearing
17106                 (would be better to use gtkImages, but causes size-allocate 
17107                 signals storm)
17108
17109 2004-09-17 [paul]       0.9.12cvs102.1
17110
17111         * ChangeLog
17112         * ChangeLog.claws
17113         * ChangeLog.jp
17114         * configure.ac
17115         * src/inc.c
17116                 sync with HEAD
17117
17118
17119 2004-09-17 [colin]      0.9.12cvs101.1
17120
17121         * ChangeLog.claws
17122         * src/main.c
17123                 Sync with HEAD (fix segs at exit)
17124
17125 2004-09-14 [colin]      0.9.12cvs99.5
17126
17127         * src/common/socket.c
17128         * AUTHORS
17129                 Fix send error on 64bit platforms
17130                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
17131
17132 2004-09-14 [colin]      0.9.12cvs99.4
17133
17134         * src/action.c
17135                 Fix action output with utf8 
17136                 Patch by Alfons.
17137
17138 2004-09-14 [colin]      0.9.12cvs99.3
17139
17140         * ChangeLog.claws
17141         * src/folder.c
17142                 Sync with HEAD
17143
17144 2004-09-09 [colin]      0.9.12cvs99.2
17145
17146         * src/action.c
17147                 Fix progress bar (displaying "Completed %v/%u")
17148                 Patch by Alfons.
17149
17150 2004-09-08 [colin]      0.9.12cvs99.1
17151
17152         * src/account.c
17153         * src/folder.c
17154         * src/procmsg.c
17155         * src/procmsg.h
17156         * src/plugins/pgpmime/pgpmime.c
17157                 Sync with HEAD
17158
17159 2004-09-08 [colin]      0.9.12cvs97.2
17160
17161         * src/summaryview.c
17162                 Don't select mails in collapsed threads 
17163                 when navigating with up/down
17164
17165 2004-09-07 [colin]      0.9.12cvs97.1
17166
17167         * src/inc.c
17168                 Sync with HEAD (meaningful error messages)
17169
17170 2004-09-06 [colin]      0.9.12cvs96.1
17171
17172         * src/toolbar.c
17173                 Sync with HEAD (fix Redirect graying out)
17174
17175 2004-09-06 [colin]      0.9.12cvs95.1
17176
17177         * src/summaryview.c
17178         * src/mimeview.c
17179                 Sync with HEAD (fix dropped URIs)
17180
17181 2004-09-06 [colin]      0.9.12cvs94.1
17182
17183         * src/addressbook.c
17184         * src/addressitem.h
17185         * src/addritem.c
17186         * src/addritem.h
17187                 Sync with HEAD (addressbook DnD)
17188
17189 2004-09-03 [colin]      0.9.12cvs93.1
17190
17191         * src/summaryview.c
17192                 Sync with HEAD (next/prev unread)
17193
17194 2004-09-03 [colin]      0.9.12cvs92.1
17195
17196         * src/prefs_common.c
17197         * src/prefs_common.h
17198         * src/summaryview.c
17199                 Sync with HEAD ('mark_as_read_delay' pref)
17200
17201 2004-09-02 [colin]      0.9.12cvs91.2
17202
17203         * src/common/xml.c
17204                 Fix leak
17205
17206 2004-09-02 [colin]      0.9.12cvs91.1
17207
17208         * src/gtk/menu.c
17209                 Sync with HEAD (menu accel don't work, but whatever)
17210
17211 2004-09-02 [colin]      0.9.12cvs90.1
17212
17213         * src/account.c
17214                 Sync with HEAD (fix bug 582)
17215
17216 2004-09-02 [colin]      0.9.12cvs89.1
17217
17218         * src/addrindex.c
17219                 Sync with HEAD (free deleted queries)
17220
17221 2004-09-02 [colin]      0.9.12cvs88.1
17222
17223         * src/ldapquery.c
17224                 Sync with HEAD (fix LDAP freezes)
17225
17226 2004-09-02 [colin]      0.9.12cvs87.1
17227
17228         * src/prefs_spelling.c
17229                 Sync with HEAD (add default dictionary)
17230
17231 2004-09-01 [colin]      0.9.12cvs86.1
17232
17233         * src/filtering.c
17234         * src/folderview.c
17235         * src/imap.c
17236         * src/prefs_matcher.c
17237         * src/stock_pixmap.c
17238         * src/summary_search.c
17239         * src/summaryview.c
17240         * src/wizard.c
17241         * src/wizard.h
17242                 Sync with HEAD (uninitialized vars fixes)
17243                 + gtk2 specific warning fixes
17244
17245 2004-08-31 [colin]      0.9.12cvs85.1
17246
17247         * src/folder.c
17248                 Sync with HEAD (Fix memory corruption due to 
17249                 uninitialized var)
17250
17251 2004-08-31 [colin]      0.9.12cvs84.4
17252
17253         * src/summary_search.c
17254                 Fix segfaults when searching in folders with broken headers
17255
17256 2004-08-31 [colin]      0.9.12cvs84.3
17257
17258         * src/compose.c
17259         * src/textview.c
17260                 Fix some more encoding/decoding issues
17261
17262 2004-08-30 [colin]      0.9.12cvs84.2
17263
17264         * src/mimeview.c
17265         * src/prefs_themes.c
17266         * src/gtk/filesel.c
17267         * src/gtk/filesel.h
17268                 Add a folder-mode selection (fixes mimeview's "Save all")
17269
17270 2004-08-29 [colin]      0.9.12cvs84.1
17271
17272         * src/mimeview.c
17273                 Sync with HEAD (don't escape saved filenames)
17274
17275 2004-08-27 [colin]      0.9.12cvs83.1
17276
17277         * ChangeLog
17278         * ChangeLog.claws
17279         * ChangeLog.jp
17280         * src/mh.c
17281         * src/procheader.c
17282         * src/procmsg.c
17283         * src/procmsg.h
17284         * src/common/utils.c
17285         * src/gtk/menu.h
17286         * po/
17287                 Sync with HEAD 0.9.12cvs83 (sync with main)
17288
17289 2004-08-26 [colin]      0.9.12cvs82.4
17290
17291         * src/codeconv.c
17292                 Fix strange stack corruption
17293                 Convert to utf8 after unmime, not before
17294
17295 2004-08-26 [colin]      0.9.12cvs82.3
17296
17297         * src/main.c
17298         * src/wizard.c
17299                 Fix account folders duplication
17300
17301 2004-08-25 [colin]      0.9.12cvs82.2
17302
17303         * src/wizard.c
17304                 Remove ports
17305                 Add SSL selection
17306                 Use login@server as account name
17307
17308 2004-08-25 [colin]      0.9.12cvs82.1
17309
17310         * src/plugins/pgpmime/pgpmime.c
17311                 Sync with HEAD (leak fix).
17312
17313 2004-08-25 [colin]      0.9.12cvs81.1
17314
17315         * src/plugins/pgpmime/pgpmime.c
17316         * src/plugins/pgpmime/sgpgme.c
17317         * src/plugins/pgpmime/sgpgme.h
17318                 Sync with HEAD (Handle combined messages).
17319
17320 2004-08-24 [colin]      0.9.12cvs80.3
17321
17322         * src/wizard.c
17323                 Fix full name, ports, and imap
17324
17325 2004-08-24 [colin]      0.9.12cvs80.2
17326
17327         * src/Makefile.am
17328         * src/main.c
17329         * src/setup.c
17330         * src/setup.h
17331         * src/stock_pixmap.c
17332         * src/stock_pixmap.h
17333         * src/wizard.c ** ADDED **
17334         * src/wizard.h ** ADDED ** 
17335         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
17336                 Add a setup wizard 
17337
17338 2004-08-24 [colin]      0.9.12cvs80.1
17339
17340         * src/folder.c
17341                 Sync with HEAD (set mimeflags on all messages)
17342
17343 2004-08-24 [colin]      0.9.12cvs79.3
17344
17345         * src/matcher_parser_lex.l
17346                 Fix 8bits strings not in utf8
17347
17348 2004-08-24 [colin]      0.9.12cvs79.2
17349
17350         * src/compose.c
17351                 Check conversion result before replacing buffer
17352
17353 2004-08-23 [colin]      0.9.12cvs79.1
17354
17355         * src/compose.c
17356                 Sync with HEAD (create message header in memory)
17357
17358 2004-08-23 [colin]      0.9.12cvs78.1
17359
17360         * src/rfc2015.c
17361         * src/rfc2015.h
17362                 Sync with HEAD (fix bug 197 again)
17363
17364 2004-08-23 [colin]      0.9.12cvs77.3
17365
17366         * src/compose.c
17367                 Fix again inline gpg signing (which outputs utf8
17368                 in gtk2). Not syncing this fix to HEAD as this 
17369                 code is meant to die.
17370
17371 2004-08-23 [colin]      0.9.12cvs77.2
17372
17373         * src/prefs_account.h
17374                 Remove useless include
17375
17376 2004-08-23 [colin]      0.9.12cvs77.1
17377
17378         * src/imap.c
17379         * po/es.po
17380         * po/fr.po
17381         * po/it.po
17382         * po/pl.po
17383         * po/pt_BR.po
17384         * po/sk.po
17385         * po/sr.po
17386                 Sync with HEAD (fix bug 577)
17387
17388 2004-08-22 [colin]      0.9.12cvs76.1
17389
17390         * src/plugins/trayicon/trayicon.c
17391                 Sync with HEAD (fix formatting bug)
17392
17393 2004-08-21 [colin]      0.9.12cvs74.2
17394
17395         * src/gtk/colorsel.c
17396                 Fix bug 564 (Folder color selection window exits on any
17397                 keypress)
17398
17399 2004-08-21 [colin]      0.9.12cvs74.1
17400
17401         * ChangeLog.claws
17402         * src/compose.c
17403         * src/summaryview.c
17404         * src/toolbar.c
17405                 Sync with HEAD (fix bug 576)
17406
17407 2004-08-21 [colin]      0.9.12cvs70.1
17408
17409         * src/compose.c
17410         * src/mainwindow.c
17411                 Sync with HEAD
17412                 
17413
17414 2004-08-21 [paul]       0.9.12cvs66.4
17415
17416         * src/mainwindow.c
17417         * src/messageview.c
17418         * src/gtk/menu.c
17419         * src/plugins/spamassassin/spamassassin_gtk.c
17420                 remove some deprecated gtk1 functions
17421
17422
17423 2004-08-21 [colin]      0.9.12cvs66.3
17424
17425         * src/compose.c
17426         * src/codeconv.c
17427                 Fix warnings
17428                 Remove encoding hacks
17429                 Fix bug 575 (Strange character messes up message)
17430                 Don't display conversion error when drafting
17431
17432 2004-08-21 [paul]       0.9.12cvs66.2
17433
17434         * src/prefs_account.c
17435                 fix GnuPG mode bugs
17436
17437
17438 2004-08-20 [colin]      0.9.12cvs66.1
17439
17440         * src/codeconv.c
17441                 Sync with HEAD 0.9.12cvs66
17442
17443 2004-08-20 [paul]
17444
17445         * src/plugins/pgpmime/plugin.c
17446                 modify PGP/MIME plugin's description
17447
17448 2004-08-17 [colin]      0.9.12cvs65.1
17449
17450         * src/common/ssl.c
17451         * src/plugins/pgpmime/plugin.c
17452                 Sync with HEAD
17453
17454 2004-08-14 [colin]      0.9.12cvs60.3
17455
17456         * src/plugins/trayicon/trayicon.c
17457                 Put back resize callback, on size-request signal
17458                 rather than size-allocate to avoid infinite 
17459                 callback loop
17460
17461 2004-08-13 [colin]      0.9.12cvs60.2
17462
17463         * src/common/defs.h
17464                 Cache versions have been fixed
17465
17466 2004-08-13 [colin]      0.9.12cvs60.1
17467
17468         * src/folderutils.c
17469                 Sync with HEAD
17470
17471 2004-08-12 [colin]      0.9.12cvs59.1
17472
17473         * src/plugins/trayicon/trayicon.c
17474                 Sync with HEAD
17475
17476 2004-08-12 [colin]      0.9.12cvs57.5
17477
17478         * sylpheed.desktop
17479         * configure.ac
17480         * src/Makefile.am
17481         * src/main.c
17482                 Add support for Freedesktop.org's startup notification
17483
17484 2004-08-11 [colin]      0.9.12cvs57.4
17485
17486         * src/textview.c
17487                 Fix off-by-one
17488
17489 2004-08-11 [colin]      0.9.12cvs57.3
17490
17491         * src/message_search.c
17492         * src/summary_search.c
17493                 Make searches case insensitive by default
17494         * src/textview.c
17495                 Fix case-insensitive search in message
17496
17497 2004-08-11 [colin]      0.9.12cvs57.2
17498
17499         * src/summary_search.c
17500                 Let case-sensitive be specified
17501
17502 2004-08-10 [colin]      0.9.12cvs55.4
17503
17504         * src/common/socket.c
17505                 Fix the possible race condition
17506
17507 2004-08-09 [paul]       0.9.12cvs55.3
17508
17509         * configure.ac
17510         * src/Makefile.am
17511         * src/common/Makefile.am
17512                 sync with HEAD
17513
17514
17515 2004-08-09 [paul]       0.9.12cvs55.2
17516
17517         * autogen.sh
17518         * po/poconv.sh
17519                 remove unneeded script
17520
17521         * configure.ac
17522                 add forgotten USE_LDAP_TLS (sync with HEAD)
17523
17524
17525 2004-08-09 [colin]      0.9.12cvs55.1
17526
17527         * src/main.c
17528         * src/common/ssl.c
17529         * src/common/sylpheed.c
17530         * src/common/sylpheed.h
17531                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17532
17533 2004-08-09 [paul]       0.9.12cvs54.1
17534
17535         * ChangeLog
17536         * ChangeLog.claws
17537         * ChangeLog.jp
17538         * configure.ac
17539         * po/POTFILES.in
17540         * src/Makefile.am
17541         * src/folderutils.c
17542         * src/main.c
17543         * src/pgpmime.c
17544         * src/pgpmime.h
17545         * src/sgpgme.c
17546         * src/sgpgme.h
17547         * src/plugins/Makefile.am
17548         * src/plugins/pgpmime/.cvsignore
17549         * src/plugins/pgpmime/Makefile.am
17550         * src/plugins/pgpmime/pgpmime.c
17551         * src/plugins/pgpmime/pgpmime.h
17552         * src/plugins/pgpmime/plugin.c
17553         * src/plugins/pgpmime/sgpgme.c
17554         * src/plugins/pgpmime/sgpgme.h
17555                 sync with HEAD
17556
17557 2004-08-08 [paul]       0.9.12cvs51.1
17558
17559         * configure.ac
17560         * src/folder.c
17561                 sync with HEAD
17562
17563 2004-08-07 [colin]      0.9.12cvs50.1
17564
17565         * src/pop.c
17566         * src/common/partial_download.c
17567                 fix warnings (sync from HEAD)
17568
17569 2004-08-07 [colin]      0.9.12cvs48.1
17570
17571         * src/prefs_folder_item.c
17572                 sync with HEAD 0.9.12cvs48
17573
17574 2004-08-06 [colin]      0.9.12cvs47.1
17575
17576         * src/compose.c
17577                 Sync with HEAD
17578
17579 2004-08-06 [christoph]  0.9.12cvs46.2
17580
17581         * src/main.c
17582         * src/plugins/clamav/clamav_plugin_gtk.c
17583         * src/plugins/dillo_viewer/dillo_viewer.c
17584         * src/plugins/image_viewer/plugin.c
17585         * src/plugins/mathml_viewer/mathml_viewer.c
17586         * src/plugins/spamassassin/spamassassin_gtk.c
17587         * src/plugins/trayicon/trayicon.c
17588                 don't mix GTK1.2 plugin with GTK2 plugins
17589
17590 2004-08-06 [colin]      0.9.12cvs46.1
17591
17592         * ChangeLog
17593         * ChangeLog.claws
17594         * ChangeLog.jp
17595         * configure.ac
17596         * sylpheed-claws.pc.in
17597         * src/folder.c
17598         * src/imap.c
17599         * src/localfolder.c
17600         * src/messageview.c
17601         * src/mimeview.c
17602         * src/mimeview.h
17603         * src/msgcache.c
17604         * src/news.c
17605         * src/prefs_ext_prog.c
17606         * src/prefs_folder_item.c
17607         * src/prefs_fonts.c
17608         * src/prefs_msg_colors.c
17609         * src/prefs_spelling.c
17610         * src/prefs_themes.c
17611         * src/prefs_toolbar.c
17612         * src/prefs_wrapping.c
17613         * src/procmime.h
17614         * src/common/defs.h
17615         * src/common/nntp.c
17616         * src/common/session.c
17617         * src/common/session.h
17618         * src/common/socket.c
17619         * src/common/utils.h
17620         * src/common/xml.c
17621         * src/common/xml.h
17622         * src/gtk/prefswindow.c
17623         * src/gtk/prefswindow.h
17624         * src/plugins/clamav/clamav_plugin_gtk.c
17625         * src/plugins/dillo_viewer/dillo_prefs.c
17626         * src/plugins/image_viewer/viewerprefs.c
17627         * src/plugins/spamassassin/spamassassin_gtk.c
17628         * m4/openssl.m4 *** REMOVED ***
17629                 Sync with HEAD 0.9.12cvs46
17630
17631 2004-08-03 [paul]       0.9.12cvs40.2
17632
17633         * src/action.c
17634         * src/addressadd.c
17635         * src/addressbook.c
17636         * src/addrgather.c
17637         * src/browseldap.c
17638         * src/compose.c
17639         * src/crash.c
17640         * src/editaddress.c
17641         * src/editgroup.c
17642         * src/editldap_basedn.c
17643         * src/foldersel.c
17644         * src/importldif.c
17645         * src/mimeview.c
17646         * src/prefs_common.c
17647         * src/prefs_template.c
17648         * src/sourcewindow.c
17649         * src/summaryview.c
17650         * src/gtk/about.c
17651         * src/gtk/foldersort.c
17652         * src/gtk/logwindow.c
17653         * src/gtk/pluginwindow.c
17654         * src/gtk/prefswindow.c
17655                 change all gtk_scrolled_window_set_policy from 
17656                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17657
17658 2004-08-02 [paul]       0.9.12cvs40.1
17659
17660         * AUTHORS
17661                 update translation team section
17662         * po/pt_BR.po
17663                 updated by Frederico Goncalves Guimaraes
17664                 <fggdebian@yahoo.com.br>
17665
17666 2004-07-31 [colin]      0.9.12cvs39.9
17667
17668         * src/exphtmldlg.c
17669                 Fix compilation
17670
17671 2004-07-31 [colin]      0.9.12cvs39.8
17672
17673         * src/exphtmldlg.c
17674                 Fix an alertpanel type
17675
17676 2004-07-30 [colin]      0.9.12cvs39.7
17677
17678         * src/alertpanel.c
17679                 Fix alertpanel_error_log's icon
17680
17681 2004-07-30 [colin]      0.9.12cvs39.6
17682
17683         * src/pop.c
17684                 Two of them should still be warnings
17685
17686 2004-07-30 [colin]      0.9.12cvs39.5
17687
17688         * src/pop.c
17689                 More warning -> error
17690 2004-07-29 [colin]      0.9.12cvs39.4
17691
17692         * src/pop.c
17693                 Warning -> error
17694
17695 2004-07-29 [colin]      0.9.12cvs39.3
17696
17697         * src/prefs_matcher.c
17698                 Fix segfault
17699
17700 2004-07-29 [colin]      0.9.12cvs39.2
17701
17702         * src/alertpanel.c
17703                 More nice-looking alertpanels
17704
17705 2004-07-29 [colin]      0.9.12cvs39.1
17706
17707         * src/messageview.c
17708                 sync with head
17709                 (inform user when partial mail is deleted on server)
17710
17711 2004-07-29 [colin]      0.9.12cvs38.1
17712
17713         * src/messageview.c
17714                 sync with head
17715
17716 2004-07-28 [paul]       0.9.12cvs37.7
17717
17718         * src/mainwindow.c
17719                 complete the replacement of deprecated gtk_progress_*
17720
17721 2004-07-28 [paul]       0.9.12cvs37.6
17722
17723         * src/action.c
17724         * src/inc.c
17725         * src/mainwindow.c
17726         * src/send_message.c
17727         * src/gtk/progressdialog.c
17728         * src/gtk/progressdialog.h
17729                 replace deprecated gtk_progress_*
17730
17731 2004-07-28 [paul]       0.9.12cvs37.5
17732
17733         * src/gtk/filesel.c
17734                 remove gtk_window_set_wmclass()
17735 2004-07-28 [paul]       0.9.12cvs37.4
17736
17737         * src/addressbook.c
17738         * src/compose.c
17739         * src/foldersel.c
17740         * src/mainwindow.c
17741         * src/messageview.c
17742         * src/sourcewindow.c
17743         * src/gtk/logwindow.c
17744                 remove gtk_window_set_wmclass()
17745                 
17746         * src/prefs_filtering.c
17747         * src/prefs_filtering_action.c
17748         * src/prefs_fonts.c
17749         * src/prefs_gtk.c
17750         * src/prefs_matcher.c
17751         * src/ssl_manager.c
17752         * src/gtk/prefswindow.c
17753                 replace gtk_window_position()
17754
17755 2004-07-28 [colin]      0.9.12cvs37.3
17756
17757         * src/alertpanel.c
17758         * src/alertpanel.h
17759                 Add a way to specify panel type for specific
17760                 panels (alertpanel())
17761         * src/account.c
17762         * src/addressbook.c
17763         * src/compose.c
17764         * src/expldifdlg.c
17765         * src/main.c
17766         * src/messageview.c
17767         * src/summaryview.c
17768         * src/textview.c
17769         * src/gtk/sslcertwindow.c
17770                 Fix alertpanel()s so that their icon match
17771                 their real type
17772
17773 2004-07-28 [paul]       0.9.12cvs37.2
17774
17775         * src/addr_compl.c
17776         * src/addressbook.c
17777         * src/alertpanel.c
17778         * src/compose.c
17779         * src/export.c
17780         * src/foldersel.c
17781         * src/folderview.c
17782         * src/grouplistdialog.c
17783         * src/import.c
17784         * src/mainwindow.c
17785         * src/message_search.c
17786         * src/messageview.c
17787         * src/passphrase.c
17788         * src/prefs_actions.c
17789         * src/prefs_common.c
17790         * src/prefs_customheader.c
17791         * src/prefs_display_header.c
17792         * src/prefs_filtering.c
17793         * src/prefs_filtering_action.c
17794         * src/prefs_gtk.c
17795         * src/prefs_matcher.c
17796         * src/prefs_msg_colors.c
17797         * src/prefs_summary_column.c
17798         * src/prefs_template.c
17799         * src/sourcewindow.c
17800         * src/ssl_manager.c
17801         * src/summary_search.c
17802         * src/gtk/colorsel.c
17803         * src/gtk/description_window.c
17804         * src/gtk/gtkaspell.c
17805         * src/gtk/inputdialog.c
17806         * src/gtk/logwindow.c
17807         * src/gtk/prefswindow.c
17808         * src/gtk/progressdialog.c
17809                 replace deprecated gtk_window_set_policy
17810
17811 2004-07-27 [colin]      0.9.12cvs37.1
17812
17813         * src/msgcache.c
17814                 More fixes (synced for head again)
17815
17816 2004-07-27 [colin]      0.9.12cvs35.3
17817
17818         * src/msgcache.c
17819                 Fix wrong test
17820
17821 2004-07-27 [colin]      0.9.12cvs35.2
17822
17823         * src/mimeview.c
17824                 Fix width a bit (by Paul)
17825         * src/alertpanel.c
17826         * src/alertpanel.h
17827                 Specialize icons, make alertpanel_message()
17828                 private
17829         * src/message_search.c
17830         * src/sgpgme.c
17831         * src/summary_search.c
17832                 Suit alertpanel changes
17833
17834 2004-07-27 [colin]      0.9.12cvs35.1
17835
17836         * src/alertpanel.c
17837                 Add an icon
17838         * src/passphrase.c
17839                 Add debug output - maybe someone will
17840                 want to look at the problem with Grab
17841                 Input :)
17842         Bump version as we're synced with HEAD
17843
17844 2004-07-26 [colin]      0.9.12cvs33.26
17845
17846         * src/pop.c
17847                 Fix uidl-file parsing when not in new
17848                 format
17849
17850 2004-07-26 [colin]      0.9.12cvs33.25
17851
17852         * src/gtk/menu.c
17853                 Move popup menu up if necessary (fixes 
17854                 account selector)
17855         * src/mainwindow.c
17856                 Set account selector's button height to
17857                 minimum
17858
17859 2004-07-26 [colin]      0.9.12cvs33.24
17860
17861         * src/alertpanel.c
17862                 Maybe fix 551 (Truncated font in alert window)
17863
17864 2004-07-26 [colin]      0.9.12cvs33.23
17865
17866         * po/de.po
17867         * po/es.po
17868         * po/fr.po
17869         * po/it.po
17870         * po/ja.po
17871         * po/pl.po
17872         * po/ru.po
17873         * po/sk.po
17874         * po/sr.po
17875         * po/zh_CN.po
17876                 Sync po files with HEAD
17877
17878 2004-07-26 [paul]       0.9.12cvs33.22
17879
17880         * src/compose.c
17881                 fix Bug 556 'Organisation-header is sent even if empty'
17882
17883 2004-07-24 [colin]      0.9.12cvs33.21
17884
17885         * src/compose.c
17886         * src/gtk/gtkaspell.c
17887         * src/gtk/gtkaspell.h
17888                 Fix speller accelerators (require hack)
17889
17890 2004-07-24 [colin]      0.9.12cvs33.20
17891
17892         * src/gtk/gtkaspell.c
17893                 Fix over-eager code deletion breaking
17894                 Check while typing
17895
17896 2004-07-24 [colin]      0.9.12cvs33.19
17897
17898         * src/browseldap.c
17899         * src/ldapctrl.c
17900         * src/ldapctrl.h
17901         * src/ldapserver.h
17902                 Sync ldap with HEAD
17903         (Fixes 546 LDAP completely broken)
17904
17905 2004-07-24 [colin]      0.9.12cvs33.18
17906
17907         * src/prefs_msg_colors.c
17908                 Fix prototype mismatch
17909         (Fixes 547 void function cannot return value)
17910
17911 2004-07-24 [colin]      0.9.12cvs33.17
17912
17913         * src/mainwindow.c
17914                 Fix sort going back to previous sort key
17915                 when changing sort direction
17916
17917 2004-07-24 [colin]      0.9.12cvs33.16
17918
17919         * src/compose.c
17920                 Fix space insertion when re-wrapping at 
17921                 cursor point
17922
17923 2004-07-24 [colin]      0.9.12cvs33.15
17924
17925         * src/gtk/gtkaspell.c
17926                 Don't change cursor position in insert-text
17927                 callback
17928         (Fixes 539 Word wrapping on input transposes letters)
17929
17930 2004-07-24 [colin]      0.9.12cvs33.14
17931
17932         * src/gtk/gtkaspell.c
17933                 Reencode non-ascii chars to dictionary's
17934                 encoding
17935         (Fixes 544 Spell check broken non english locale)
17936
17937 2004-07-24 [colin]      0.9.12cvs33.13
17938
17939         * src/summaryview.c
17940                 Fix Shift+Down, add Home/End/PgUp/PgDown
17941
17942 2004-07-21 [colin]      0.9.12cvs33.12
17943
17944         * src/prefs_common.c
17945                 Fix a gtk warning (Patch by Andrej Kacian)
17946
17947 2004-07-21 [colin]      0.9.12cvs33.11
17948
17949         * src/gtk/filesel.c
17950                 More check
17951
17952 2004-07-21 [colin]      0.9.12cvs33.10
17953
17954         * src/compose.c
17955         * src/crash.c
17956         * src/export.c
17957         * src/import.c
17958         * src/messageview.c
17959         * src/mimeview.c
17960         * src/prefs_spelling.c
17961         * src/prefs_themes.c
17962         * src/summaryview.c
17963         * src/gtk/filesel.c
17964         * src/gtk/filesel.h
17965         * src/gtk/pluginwindow.c
17966                 Untwist open/save mode guessing logic, make
17967                 it explicit
17968
17969 2004-07-20 [colin]      0.9.12cvs33.9
17970
17971         * src/codeconv.c
17972                 conv_encode_header: src_charset is UTF-8 on
17973                 gtk2
17974         * src/compose.c
17975                 Remove double encoding of the headers
17976
17977 2004-07-20 [colin]      0.9.12cvs33.8
17978
17979         * src/codeconv.c
17980                 Fix typo
17981
17982 2004-07-20 [colin]      0.9.12cvs33.7
17983
17984         * src/mainwindow.c
17985                 Set the separated messageview to the saved
17986                 size of Claws' messageview (Patch by Alfons)
17987                 Fix a callback prototype (me)
17988
17989 2004-07-20 [colin]      0.9.12cvs33.6
17990
17991         * src/codeconv.h
17992                 Forgot one hunk in 0.9.12cvs33.4
17993
17994 2004-07-19 [colin]      0.9.12cvs33.5
17995
17996         * src/action.c
17997                 Action output fix
17998                 Patch by Alfons
17999
18000 2004-07-19 [colin]      0.9.12cvs33.4
18001
18002         * src/compose.c
18003                 Fix outgoing charset bug in headers
18004         * src/codeconv.c
18005                 Clean for glib2 - Patch by Alfons
18006
18007 2004-07-19 [colin]      0.9.12cvs33.3
18008
18009         * src/statusbar.c
18010                 Remove grip from the statusbar
18011                 Patch by Alfons
18012
18013 2004-07-19 [colin]      0.9.12cvs33.2
18014
18015         * src/messageview.c
18016         * src/textview.c
18017                 Fix messageview remembering the previous
18018                 scroll position when loading a new message
18019                 Patch by Alfons
18020
18021 2004-07-19 [colin]      0.9.12cvs33.1
18022
18023         * src/folder.h
18024         * src/folderview.c
18025         * src/summaryview.c
18026                 Sync with HEAD
18027
18028 2004-07-18 [colin]      0.9.12cvs32.7
18029
18030         * configure.ac
18031                 Remove useless check for XIM - noticed
18032                 by Alfons
18033
18034 2004-07-18 [colin]      0.9.12cvs32.6
18035
18036         * src/summaryview.c
18037                 Remove non-modified and shift-modified
18038                 accelerators in summaryview's popup
18039                 menu, as that doesn't get catched by
18040                 the accel-activate signal catcher...
18041
18042 2004-07-18 [colin]      0.9.12cvs32.5
18043
18044         * src/prefs_common.c
18045                 Define sensible default prefs for 
18046                 wrapping
18047
18048 2004-07-18 [colin]      0.9.12cvs32.4
18049
18050         * src/compose.c
18051         * src/prefs_common.c
18052         * src/prefs_common.h
18053         * src/prefs_wrapping.c
18054                 Remove Smart Wrapping pref, which does
18055                 nothing on gtk2 branch
18056
18057 2004-07-18 [colin]      0.9.12cvs32.3
18058
18059         * src/sourcewindow.c
18060                 Proper utf8
18061
18062 2004-07-18 [colin]      0.9.12cvs32.2
18063
18064         * src/compose.c
18065                 Save attachment status when drafting
18066
18067 2004-07-18 [colin]      0.9.12cvs32.1
18068
18069         * src/gtk/filesel.c
18070                 Fix erratic folder selection in open mode
18071
18072 2004-07-18 [colin]      0.9.12cvs31.11
18073
18074         * src/pop.c
18075                 Don't let partial messages get deleted
18076                 even with "dowload all"
18077                 (0.9.12cvs31.8 fix extension)
18078 2004-07-18 [colin]      0.9.12cvs31.10
18079
18080         * src/gtk/logwindow.c
18081                 Fix log scrolling
18082
18083 2004-07-18 [colin]      0.9.12cvs31.9
18084
18085         * src/common/utils.c
18086                 Fix non-utf8 strings coming from commands
18087                 and files
18088
18089 2004-07-18 [colin]      0.9.12cvs31.8
18090
18091         * src/pop.c
18092                 Fix partial download bug with Download all
18093                 messages option
18094
18095 2004-07-18 [colin]      0.9.12cvs31.7
18096
18097         * src/textview.c
18098                 Fix bug introduced in 0.9.12cvs31.2
18099                 (blocked in select mode after double click)
18100
18101 2004-07-18 [colin]      0.9.12cvs31.6
18102
18103         * src/compose.c
18104         * src/gtk/menu.c
18105                 More glib-warning fixes
18106
18107 2004-07-18 [colin]      0.9.12cvs31.5
18108
18109         * src/compose.c
18110                 Fix trashing the primary clipboard when moving 
18111                 around with tab
18112         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
18113
18114 2004-07-18 [colin]      0.9.12cvs31.4
18115
18116         * src/codeconv.c
18117                 convert unencoded iso headers to utf8
18118         (Fix Bug 538 Unencoded local characters in subject make it 
18119          disappear)
18120
18121 2004-07-18 [colin]      0.9.12cvs31.3
18122
18123         * src/compose.c
18124                 Fix tab char handling in wrapping
18125         (Fix Bug 537 Line wrap problem - TAB character treated as 
18126          one character instead of 8)
18127
18128 2004-07-18 [colin]      0.9.12cvs31.2
18129
18130         * src/textview.c
18131                 return FALSE on GDK_MOTION_NOTIFY
18132         (Fix Bug 535 Hyperlinks/addresses are not selectable 
18133          (unable to highlight))
18134
18135 2004-07-18 [colin]      0.9.12cvs31.1
18136
18137         * src/folderview.c
18138                 Sync with 0.9.12cvs31
18139
18140 2004-07-18 [colin]      0.9.12cvs30.4
18141
18142         * src/compose.c
18143                 Also block text_inserted when inserting a file
18144
18145 2004-07-18 [colin]      0.9.12cvs30.3
18146
18147         * src/compose.c
18148                 Fix smart wrapping (block text_inserted handler
18149                 while putting quotation to avoid wrap on input,
18150                 don't join lines if next is sig separator)
18151
18152 2004-07-17 [colin]      0.9.12cvs30.2
18153
18154         * src/folderview.c
18155         * src/mainwindow.c
18156         * src/mimeview.c
18157         * src/summaryview.c
18158         * src/gtk/quicksearch.c
18159         * src/gtk/quicksearch.h
18160                 Block key events handlers *and* accels while
18161                 quicksearch is focused
18162         (Fixes Bug 534 quick-search bar not accepting certain letters)
18163
18164 2004-07-17 [colin]      0.9.12cvs30.1
18165
18166         * src/folder.h
18167         * src/folderview.c
18168         * src/summaryview.c
18169                 Sync with 0.9.12cvs30
18170
18171 2004-07-17 [colin]      0.9.12cvs28.2
18172
18173         * src/mimeview.c
18174         * src/procmime.c
18175         * src/summaryview.c
18176         * src/gtk/menu.c
18177                 Squash some compile and glib warnings
18178
18179 2004-07-17 [paul]       0.9.12cvs28.1
18180
18181         * src/mimeview.c
18182                 sync with 0.9.12cvs28 HEAD
18183
18184 2004-07-16 [paul]       0.9.12cvs26.1
18185         
18186         * src/gtk/quicksearch.c
18187         * src/account.c
18188         * src/account.h
18189         * src/compose.c
18190         * src/customheader.c
18191         * src/folder_item_prefs.c
18192         * src/main.c
18193         * src/mainwindow.c
18194         * src/messageview.c
18195         * src/mimeview.c
18196         * src/news.c
18197         * src/pgpmime.c
18198         * src/pop.c
18199         * src/pop.h
18200         * src/prefs_account.c
18201         * src/prefs_account.h
18202         * src/prefs_common.c
18203         * src/prefs_common.h
18204         * src/prefs_display_header.c
18205         * src/prefs_gtk.c
18206         * src/prefs_gtk.h
18207         * src/procheader.c
18208         * src/procmime.c
18209                 sync with 0.9.12cvs26 HEAD      
18210
18211 2004-07-15 [colin]      0.9.12cvs18.14
18212
18213         * src/folder.c
18214                 Disable GPG signature check during
18215                 folder move and scan
18216         (Closes Bug 521 Signature checking slows down Folder-Move)
18217
18218 2004-07-14 [colin]      0.9.12cvs18.13
18219
18220         * src/common/partial_download.c
18221                 update includes
18222
18223 2004-07-14 [colin]      0.9.12cvs18.12
18224
18225         * src/common/partial_download.c
18226         * src/common/partial_download.h
18227                 Move doc at top, add correct copyright
18228
18229 2004-07-14 [colin]      0.9.12cvs18.11
18230
18231         * src/folder.c
18232         * src/messageview.c
18233         * src/pop.c
18234         * src/pop.h
18235         * src/procmsg.c
18236         * src/summaryview.c
18237         * src/common/Makefile.am
18238         * src/common/partial_download.c ** NEW FILES **
18239         * src/common/partial_download.h ** NEW FILES **
18240                 Move partial-download related stuff to its
18241                 own file
18242
18243 2004-07-14 [colin]      0.9.12cvs18.10
18244
18245         * src/send_message.c
18246                 Fix smtp auth when user is null or empty
18247
18248 2004-07-13 [colin]      0.9.12cvs18.9
18249
18250         * src/gtk/quicksearch.c
18251                 Use alphabetic order
18252
18253 2004-07-13 [colin]      0.9.12cvs18.8
18254
18255         * src/pop.c
18256                 Be paranoid on the checks
18257
18258 2004-07-13 [colin]      0.9.12cvs18.7
18259
18260         * src/gtk/quicksearch.c
18261                 Fix Engrish once again
18262
18263 2004-07-13 [colin]      0.9.12cvs18.6
18264
18265         * src/procmsg.c
18266         * src/summaryview.c
18267                 Mark messages for deletion when they are about to
18268                 be removed from trash
18269
18270 2004-07-13 [colin]      0.9.12cvs18.5
18271
18272         * src/matcher.c
18273         * src/matcher.h
18274         * src/matcher_parser_parse.y
18275         * src/prefs_matcher.c
18276         * src/gtk/quicksearch.c
18277                 Add 'partial' ('p') match string to find partially
18278                 downloaded messages
18279
18280 2004-07-13 [colin]      0.9.12cvs18.4
18281
18282         * src/pop.c
18283                 Fix misplaced block
18284
18285 2004-07-13 [colin]      0.9.12cvs18.3
18286
18287         * src/pop.c
18288         * src/pop.h
18289         * src/messageview.c
18290                 Refactor API (to avoid passing 5+ params and code
18291                 duplication)
18292         * src/folder.c
18293         * src/msgcache.c
18294         * src/procheader.c
18295         * src/common/defs.h
18296                 Add planned_download to cache
18297                 Don't mess uidl file when moving partially downloaded
18298                 mails (they change folder, we should change it in the
18299                 uidl list too or we'll remove an incorrect message)
18300                 (this also helps removing hacks when changing 
18301                 planned_download in messageview.c)
18302
18303 2004-07-12 [colin]      0.9.12cvs18.2
18304
18305         * src/gtk/quicksearch.c
18306                 Fix missing status update in quicksearch
18307
18308 2004-07-12 [paul]       0.9.12cvs18.1
18309
18310         * po/POTFILES.in
18311         * src/Makefile.am
18312         * src/account.c
18313         * src/codeconv.c
18314         * src/compose.c
18315         * src/inc.c
18316         * src/main.c
18317         * src/prefs_common.c
18318         * src/procmsg.h
18319         * src/toolbar.c
18320         * src/prefs_msg_colors.[ch]     ** NEW FILES **
18321         * src/prefs_wrapping.[ch]       ** NEW FILES **
18322         * src/common/intl.h
18323         * src/common/utils.[ch]
18324         * src/gtk/quicksearch.[ch]
18325                 sync with 0.9.12cvs18 HEAD
18326
18327 2004-07-12 [colin]      0.9.11cvs17.25
18328
18329         * src/folder.c
18330         * src/folder.h
18331                 Remove unused function added by me in 0.9.11cvs17.10
18332
18333 2004-07-11 [colin]      0.9.11cvs17.24
18334
18335         * src/inc.c
18336         * src/messageview.c
18337         * src/pop.c
18338         * src/pop.h
18339                 Use folderitem and msgnum instead of filename to
18340                 know which mail to delete
18341                 Move old partial mail deletion to pop.c
18342
18343 2004-07-10 [colin]      0.9.11cvs17.23
18344
18345         * src/inc.c
18346                 Add debug
18347         * src/pop.c
18348         * src/pop.h
18349                 Don't re-use same enums for unrelated stuff: it's 
18350                 completely misleading !
18351                 Document a bit
18352
18353 2004-07-09 [colin]      0.9.11cvs17.22
18354
18355         * src/inc.c
18356                 Remove folder-type check and do
18357                 more tests to be sure everything's
18358                 ok
18359         * src/messageview.c
18360                 Punctuation update, remove useless
18361                 code, fix two warnings
18362         * src/noticeview.c
18363                 Layout cleaning, reset 2nd button
18364                 when specifying one
18365
18366 2004-07-09 [colin]      0.9.11cvs17.21
18367
18368         * src/messageview.c
18369         * src/pop.c
18370         * src/pop.h
18371                 Allow user to change his mind
18372                 and postpone decision (by
18373                 unmarking the mail)
18374
18375 2004-07-09 [colin]      0.9.11cvs17.20
18376
18377         * src/messageview.c
18378                 Fix bug with delete state
18379         * src/pop.c
18380         * src/pop.h
18381                 Fix buffer leak (fread doesn't 
18382                 terminate buffers with \0)
18383                 Refactoring (remove magic 
18384                 numbers)
18385
18386 2004-07-09 [colin]      0.9.11cvs17.19
18387
18388         * src/pop.c
18389                 Don't log "Skipping message" if 
18390                 we're going to TOP it two lines
18391                 later
18392
18393 2004-07-09 [colin]      0.9.11cvs17.18
18394
18395         * src/messageview.c
18396                 Fix Engrish
18397
18398 2004-07-09 [colin]      0.9.11cvs17.17
18399
18400         * src/pop.c
18401                 strlen checking...
18402         * src/messageview.c
18403                 refactoring a bit
18404
18405 2004-07-08 [colin]      0.9.11cvs17.16
18406
18407         * src/noticeview.c
18408         * src/noticeview.h
18409                 Add an optional second button
18410         * src/messageview.c
18411         * src/pop.c
18412         * src/pop.h
18413                 Don't delete partially received mails after a certain
18414                 time; rather, let the user decide.
18415
18416 2004-07-08 [colin]      0.9.11cvs17.15
18417
18418         * src/common/smtp.h
18419                 Sync with HEAD
18420
18421 2004-07-08 [colin]      0.9.11cvs17.14
18422
18423         * src/messageview.c
18424         * src/common/smtp.c
18425                 Use to_human_readable() for sizes
18426
18427 2004-07-08 [colin]      0.9.11cvs17.13
18428
18429         * src/inc.c
18430         * src/messageview.c
18431         * src/pop.c
18432         * src/pop.h
18433         * src/procmsg.c
18434                 Fix partial-downloading issues:
18435                         catch unsupported TOP
18436                         don't delete partially downloaded mails before 5 days
18437                         don't update existing with non-MH folders; that'll
18438                         make dups, but it's better than trashing the folder
18439                         free new msginfo parts
18440                 Fix indentation ;-)
18441
18442 2004-07-08 [colin]      0.9.11cvs17.12
18443
18444         * src/common/smtp.c
18445         * src/common/smtp.h
18446                 Sync smtp size verification with HEAD
18447
18448 2004-07-08 [colin]      0.9.11cvs17.11
18449
18450         * src/summaryview.c
18451         * src/prefs_common.c
18452         * src/prefs_common.h
18453         * src/gtk/quicksearch.c
18454         * src/gtk/quicksearch.h
18455                 Sync sticky pref with HEAD
18456
18457 2004-07-08 [colin]      0.9.11cvs17.10
18458
18459         * src/folder.c [1.213.2.6]
18460         * src/folder.h [1.87.2.6]
18461         * src/inc.c [1.149.2.7]
18462         * src/messageview.c [1.94.2.8]
18463         * src/procheader.c [1.47.2.6]
18464         * src/procmsg.c [1.150.2.4]
18465         * src/procmsg.h [1.60.2.5]
18466         * src/pop.c [1.56.2.4]
18467         * src/pop.h [1.17.2.3]
18468                 Let too big messages get downloaded, but truncated
18469                 Add a button to download them completely
18470                 
18471 2004-07-06 [colin]      0.9.11cvs17.9
18472
18473         * src/gtk/quicksearch.c [1.1.2.3]
18474                 Add a Clear button
18475         * commitHelper
18476         * PATCHSETS
18477                 Add a script to help with cvs
18478
18479 2004-07-03 [colin]      0.9.11cvs17.8
18480
18481         * src/plugins/imageviewer/viewer.c
18482                 fix imageviewer (which was staying on the first
18483                 displayed image)
18484
18485 2004-07-03 [colin]      0.9.11cvs17.7
18486
18487         Removed FIXME_GTK2 warnings
18488         * src/gtk/gtkutils.c
18489                 useless #warnings
18490         * src/gtk/menu.c
18491                 useless #warnings (no need to mess with menu rc)
18492         * src/gtk/menu.h
18493                 unused functions
18494         
18495
18496 2004-07-03 [colin]      0.9.11cvs17.6
18497
18498         Removed FIXME_GTK2 warnings
18499         * src/codeconv.c
18500                 useless #warnings (rewrite needed)
18501         * src/compose.c
18502                 useless #warnings (rewrite needed)
18503                 useless #warnings (gtk2 is like that)
18504                 useless #warnings (previously fixed)
18505         * src/main.c
18506                 useless #warnings (previously fixed)
18507         * src/message_search.c
18508                 useless #warnings (gtk2 is like that)
18509                 Made apparent that search is case-sensitive
18510         * src/mimeview.c
18511                 useless #warnings (rewrite needed)
18512                 useless #warnings (gtk2 is like that)
18513                 reimplemented real warnings
18514         * src/prefs_common.c
18515                 Removed block cursor option (not it gtk2)
18516         * src/prefs_gtk.c
18517                 useless #warnings (rewrite needed)
18518         * src/procheader.c
18519                 useless #warnings (rewrite needed)
18520         * src/sourcewindow.c
18521                 useless #warnings (incorrect placing)
18522         * src/summary_search.c
18523                 useless #warnings (gtk2 is like that)
18524                 Made apparent that search is case-sensitive
18525         * src/action.c
18526                 useless #warnings (gtk2 is like that)
18527         * src/textview.c
18528                 useless #warnings (rewrite needed)
18529         * src/toolbar.c
18530                 useless #warnings (rewrite needed)
18531
18532 2004-07-03 [colin]      0.9.11cvs17.5
18533
18534         * src/textview.c
18535                 Fix mismerge which broke URI opening
18536                 
18537 2004-07-01 [colin]      0.9.11cvs17.4
18538
18539         * src/gtk/filesel.c
18540                 Fill filename when saving
18541                 
18542 2004-06-27 [colin]      0.9.11cvs17.3
18543
18544         * src/gtk/filesel.[ch]
18545                 Use the new GTK file selector
18546                 Update prototype to match the reality: multiple file
18547                 selection is open-only          
18548         * src/compose.c
18549                 Match the new prototypes        
18550         * configure.ac
18551                 Match the new requirements (gtk 2.4.0)
18552                         
18553 2004-06-26 [colin]      0.9.11cvs17.2
18554
18555         * src/plugins/trayicon/trayicon.c
18556                 Remove useless signal handler on resize, which causes
18557                 an infinite "loop"
18558         
18559 2004-06-26 [colin]      0.9.11cvs17.1
18560         
18561         * tools/Makefile.am
18562                 remove launch_firebird and add nautilus2sylpheed.sh
18563         * src/quicksearch.c
18564           src/summaryview.c
18565                 Fix show/hide "Extended symbols" button problem
18566                 Fix apparition at startup
18567                 Fix const warnings
18568         * src/plugins/image_viewer/Makefile.am
18569                 Fix configure 
18570         * common/ssl.c
18571                 Re-enable certificate check, as it doesn't seem to
18572                 cause Xlib errors anymore
18573
18574 2004-06-25 [paul]       0.9.11cvs17
18575
18576         * sync with 0.9.11cvs17 HEAD
18577         
18578         NOTE: QuickSearch is broken
18579
18580 2004-06-07 [colin]      0.9.10claws67.10
18581         * src/plugins/trayicon/trayicon.c
18582           src/plugins/trayicon/libeggtrayicon/Makefile.am
18583           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18584                 Fix gettextization in trayicon plugin
18585
18586 2004-06-07 [colin]      0.9.10claws67.9
18587         
18588         * src/summaryview.c
18589           src/gtk/gtksctree.[ch]
18590                 Let Shift+{Up,Down} work in summaryview
18591                 (well, Down "works" and Up works)
18592                 Let the list scroll when using these keys
18593
18594 2004-06-06 [colin]      0.9.10claws67.8
18595
18596         * src/plugins/trayicon/trayicon.c
18597                 Fix pixmap update
18598
18599 2004-06-06 [colin]      0.9.10claws67.7
18600
18601         * src/addressbook.c
18602                 Fix signal handling causing system-wide focus grab
18603
18604 2004-05-25 [paul]       0.9.10claws67.6
18605
18606         * Makefile.am
18607           src/Makefile.am
18608                 clean up
18609
18610 2004-05-25 [paul]       0.9.10claws67.5
18611
18612         * replace deprecated gtk_signal... functions
18613
18614 2004-05-23 [colin]      0.9.10claws67.4
18615
18616         * src/compose.c
18617                 Fix wrapping
18618
18619 2004-05-22 [colin]      0.9.10claws67.3
18620
18621         * src/compose.c
18622                 Re-fix [Edited] in compose.c::compose_reedit()
18623
18624 2004-05-22 [colin]      0.9.10claws67.2
18625
18626         * src/procmime.c
18627                 Fix parsing of multiparts mails
18628
18629 2004-05-22 [colin]      0.9.10claws67.1
18630
18631         * src/summaryview.c
18632                 Fix quicksearch
18633
18634 2004-05-22 [paul]       0.9.10claws67
18635
18636         * sync with 0.9.10claws67 HEAD
18637
18638 2004-05-14 [alfons]
18639
18640         * src/procmime.h
18641                 add forgotton prototype
18642
18643 2004-05-10 [paul]       0.9.10claws57
18644
18645         * sync with 0.9.10claws57 HEAD
18646
18647 2004-05-05 [paul]       0.9.9.claws1
18648
18649         * ChangeLog-gtk2        ** REMOVED **
18650           ChangeLog-gtk2.claws  ** ADDED **
18651                 rename and adopt the normal claws format
18652                 
18653         * configure.ac
18654                 require gtkmathview >= 0.5
18655
18656         * ac/*                          ** REMOVED **
18657           ac/                           ** REMOVED **
18658           intl/Makefile.in              ** REMOVED **
18659           m4/                           ** ADDED **
18660           m4/missing                    ** ADDED **
18661           m4/missing/gdk-pixbuf.m4      ** ADDED **
18662           m4/missing/gettext.m4         ** ADDED **
18663           m4/missing/gpgme.m4           ** ADDED **
18664           m4/missing/imlib.m4           ** ADDED **
18665           m4/.cvsignore                 ** ADDED **
18666           m4/Makefile.am                ** ADDED **
18667           m4/README                     ** ADDED **
18668           m4/aclocal-include.m4         ** ADDED **
18669           m4/aspell.m4                  ** ADDED **
18670           m4/check-type.m4              ** ADDED **
18671           m4/gnupg-check-typedef.m4     ** ADDED **
18672           m4/openssl.m4                 ** ADDED **
18673           m4/spamassassin.m4            ** ADDED **
18674           po/ChangeLog                  ** REMOVED **
18675           po/Makefile.in.in             ** REMOVED **
18676           po/Rules-quot                 ** REMOVED **
18677           po/boldquot.sed               ** REMOVED **
18678           po/en@boldquot.header         ** REMOVED **
18679           po/en@quot.header             ** REMOVED **
18680           po/insert-header.sin          ** REMOVED **
18681           po/quot.sed                   ** REMOVED **
18682           po/remove-potcdate.sed        ** REMOVED **
18683           po/remove-potcdate.sin        ** REMOVED **
18684           po/stamp-po                   ** REMOVED **
18685           Makefile.am
18686           autogen.sh
18687           configure.ac
18688                 enable building with automake 1.8.x
18689                 add 'autopoint --force' to autogen.sh and remove all
18690                 auto-generated files, remove ac/ directory and use
18691                 m4/ directory instead
18692                 
18693         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18694                 fix gettextization
18695
18696 2004-02-28 Colin Leroy <colin@colino.net>
18697         * src/prefs_matcher.c
18698           src/prefs_filtering.c
18699           src/prefs_filtering_action.c
18700                 Fix non-editable GtkEntries
18701
18702 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18703         * src/prefs_themes.c
18704                 utf8 conversion for theme info
18705
18706 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18707         * sync 0.9.9claws
18708
18709 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18710         * src/grouplistdialog.c
18711                 allow multiple selections without ctrl key
18712
18713 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18714         * src/main.c
18715                 enable customizable accelerators
18716
18717 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18718         * src/prefs_common.c
18719                 re-enable different font settings for gtk1/2
18720         * src/prefs_folder_item.c
18721                 fix folder prefs displayed wrong
18722         * src/textview.c
18723                 set 'sunken' shadow type
18724
18725 2004-02-07 Colin Leroy <colin@colino.net>
18726         * src/compose.c
18727                 Fix message being always [Edited]
18728                 Encode headers correctly (utf8 buf)
18729
18730 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18731         * src/socket.c
18732                 remove double g_source_attach()
18733                 (Thanks to Colin Leroy)
18734
18735 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18736         * src/gtk/gtksctree.c
18737                 Fix SSL certificate list not shown
18738         * src/mimeview.c
18739                 Fix clicks in mime tree
18740
18741 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18742         * src/common/socket.c
18743                 Fix SSL receive
18744         * src/compose.c
18745                 Fix clipboard menu hotkeys
18746
18747 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18748         * src/gtk/gtkaspell.[ch]
18749           src/compose.c
18750                 reimplement spellchecker
18751
18752 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18753         * src/gtk/filesel.c
18754                 crash when inserting file in compose window
18755                 (TODO: keep old selection on clicks)
18756         * src/main.c
18757                 use gtkrc-2.0 instead of gtkrc
18758
18759 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18760         * src/messageview.c
18761                 remove orphaned mimeview unref()
18762
18763 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18764         * src/grouplistdialog.c
18765                 expand nodes containing subscribed groups
18766
18767 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18768         * src/textview.c
18769                 textview: hide cursor, restore old click behaviour
18770
18771 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18772         * src/textview.c
18773                 variable names messed up
18774
18775 2004-01-17 Colin Leroy <colin@colino.net>
18776         * src/addr_compl.c
18777                 Fix completion address too thin
18778         * src/compose.c
18779                 Fix tab-to-subject behaviour
18780         * src/summaryview.c
18781                 Implement key up & down in summaryview
18782
18783 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18784
18785         * sync 098claws
18786
18787 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18788         * configure.ac
18789           Makefile.am
18790           doc/.cvsignore
18791           doc/Makefile.am
18792                 faq, man, manual moved to doc/
18793         * ac/aspell.m4
18794           ac/check-type.m4
18795           ac/gnupg-check-typedef.m4
18796           ac/openssl.m4
18797           ac/spamassassin.m4
18798           ac/missing/gdk-pixbuf.m4
18799           ac/missing/gpgme.m4
18800           ac/missing/imlib.m4
18801                 fix automake warnings
18802
18803 2003-12-06 Colin Leroy <colin@colino.net>
18804         * src/summaryview.c
18805                 Fix quicksearch
18806
18807 2003-12-05 Colin Leroy <colin@colino.net>
18808         * src/summaryview.c
18809                 Fix going to next unread folder
18810
18811 2003-12-05 Colin Leroy <colin@colino.net>
18812         * src/crash.c
18813                 Fix gtk2 compilation
18814         * src/session.c
18815                 Remove iotag source handler at disconnection
18816         * src/socket.[ch] 
18817                 Remove source handler when closing socket 
18818                 (fixes another seg)
18819
18820 2003-12-04 Colin Leroy <colin@colino.net>
18821         * src/compose.c
18822           src/prefs_account.c
18823           src/prefs_common.c
18824                 Fix some dropdown menus
18825
18826 2003-12-04 Colin Leroy <colin@colino.net>
18827         * src/compose.c
18828                 Fix event handlers on header fields
18829         * src/common/socket.c
18830           src/common/session.c
18831                 Fix segfault with callback (SSL)
18832                 Fix end of session 
18833
18834 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18835
18836         * Fix compile bug in src/compose.c
18837         * removed src/gtk/gtkstext.[ch]
18838
18839 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18840
18841         * Convert character set and escape "text" attributes in toolbar setting
18842         files.
18843         * Fixed bug in button-press-event handling.
18844
18845 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18846
18847         * Fixed bug in key-press-event handling.
18848
18849 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18850
18851         * Enabled to compile tray-icon plugin (Ad-hoc).
18852         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18853
18854 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18855
18856         * Enabled to compile on sylpheed-claws.
18857         (tray-icon plugin still cannot compile yet.)
18858
18859 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18860
18861         * Updated to 0.9.5.
18862
18863 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18864
18865         * Updated to 0.9.4.
18866         * Ported monitoring SSL mechanism to GSource of GLib2
18867         (I don't confirm it)
18868         * Added _gtk2 suffix to key name of font preference to avoid
18869         ovverwriting preference of Gtk+-1.2 version.
18870
18871 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18872
18873         * Updated to 0.9.2.
18874
18875 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18876
18877         * Updated to 0.9.1.
18878         * Translate po files into UTF-8 when execute autogen.sh.
18879
18880 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18881
18882         * Updated to 0.9.0.
18883
18884 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18885
18886         * Plugged GError related memory leaks.
18887
18888 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18889
18890         * Changed default size of fonts.
18891         * Enabled to set titile font size of warning dialog.
18892
18893 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18894
18895         * Embed a sylpheed icon into executable binary on Windows.
18896
18897 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18898
18899         * I forgot to traslate character set of element string in src/xml.c.
18900
18901 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18902
18903         * Fixed detecting bind_textdomain_codeset in configure.in.
18904         * The bug in which "Example" of "Date fromat" preference isn't displayed
18905         correctly has been fixed.
18906
18907 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18908
18909         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18910           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18911           glib-gettextize
18912           Removed intl directory.
18913           Translated po files into UTF-8.
18914           (Thanks! Ryuji Abe)
18915
18916 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18917
18918         * The bug which doesn't unscape string in xml.c has been fixed.
18919
18920 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18921
18922         * The bug which is failed to translate encoding of file name thorough
18923         file dialog has been fixed.
18924
18925 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18926
18927         * Modified to translate file names which is used in inporting/expoting
18928         mbox feature and "Save as" feature into locale encoding.
18929         * Translate file names into locale encoding when "Attache file" and
18930         "Insert file".
18931         * Force set G_BROKEN_FILENAMES environment variable.
18932         * Other minor fixes.
18933
18934 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18935
18936         * Modified to treat MH folder's name as locale encoding.
18937
18938 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18939
18940         * The bug which clash on switching candidates of auto completion of
18941         addresses, cannot use auto completion in Japanesse is fixed
18942         (Thanks! Tokunaga-san)¡¥
18943
18944 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18945
18946         * The bug which cannot switch key accelerator preference has been fixed
18947         (Thanks! smbd-san)¡¥
18948
18949 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18950
18951         * version 0.8.11-gtk2-20030314
18952
18953 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18954
18955         * The bug in which character set conversion of filtering messages has
18956         been fixed.(Thanks! COCOA-san).
18957
18958 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18959
18960         * Revived "Leave space on head" preference in "Message" category.
18961         * A bug which clash when put the cursor to end of buffer and execute
18962         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18963
18964 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18965
18966         * version 0.8.11-gtk2-20030312
18967
18968 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18969
18970         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18971         * Modified to use Pango's API directly for font preference.
18972         * Integrated GtkTextView of textview to one widget.
18973         * Set fonts of header title in textview by "header_title" tag.
18974         * Removed some deprecated codes.
18975
18976 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18977
18978         * Updated to 0.8.11.
18979         * Merged cygwin patch(Thanks! Sakai-san).
18980
18981 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18982
18983         * version 0.8.10-gtk2-20030309