c67b76c1fdfac4080420af7aff9219e823d2d200
[claws.git] / ChangeLog
1 2006-05-23 [colin]      2.2.0cvs49
2
3         * src/folderview.c
4         * src/imap.c
5         * src/inc.c
6         * src/mbox.c
7         * src/messageview.c
8         * src/news.c
9         * src/send_message.c
10         * src/summaryview.c
11         * src/gtk/sslcertwindow.c
12                 alertpanel fixes, by Fabien
13
14 2006-05-23 [colin]      2.2.0cvs48
15
16         * src/folder.c
17         * src/folderview.c
18         * src/msgcache.c
19         * src/summaryview.c
20         * src/gtk/gtksctree.c
21         * src/gtk/gtksctree.h
22                 More timings
23                 Fix slow loading problem, which was caused by the
24                 use of some gtk_ctree funcs and their use of
25                 g_list_position while gtk_ctree_(un)link'ing.
26                 Reap more functions from gtkctree.c to be sure we
27                 use our (fast) version instead of theirs.
28         * src/mh.c
29                 Fix copy of unread mails
30
31
32 2006-05-22 [wwp]        2.2.0cvs47
33
34         * manual/fr/advanced.xml
35                 updated.
36
37 2006-05-22 [colin]      2.2.0cvs46
38
39         * src/filtering.c
40                 Fix possible infinite loop. 'copy' is not a 
41                 final action, so when encountering a 'copy',
42                 we have to check if a previous one was set
43                 and do it. In the same way, if we encounter
44                 a 'move' we have to perform a possibly 
45                 pending 'copy'. This will slow down filtering
46                 on IMAP if move+copy or multiple copy actions
47                 are to be done, but handling it via the batch
48                 would be really too convoluted.
49
50 2006-05-22 [wwp]        2.2.0cvs45
51
52         * manual/fr/advanced.xml
53         * manual/fr/faq.xml
54         * manual/fr/glossary.xml
55         * manual/fr/handling.xml
56         * manual/fr/intro.xml
57         * manual/fr/plugins.xml
58         * manual/fr/sylpheed-claws-manual.xml
59                 sync w/ the english manual: updates URIs, documented mailing-list
60                 support, better explanation about the enabled/disabled feature
61                 in filtering/processing rules by Paul.
62
63 2006-05-21 [colin]      2.2.0cvs44
64
65         * src/summaryview.c
66                 Don't expand after building threads, but during
67
68 2006-05-21 [colin]      2.2.0cvs43
69
70         * src/procmsg.c
71         * src/summaryview.c
72                 More timing possibilities... For next time I have 
73                 to find out how the hell some 3GHz computer takes
74                 one minute to open a 30k folder...
75
76 2006-05-21 [colin]      2.2.0cvs42
77
78         * manual/pl/advanced.xml
79         * manual/pl/faq.xml
80         * manual/pl/glossary.xml
81         * manual/pl/handling.xml
82         * manual/pl/intro.xml
83         * manual/pl/plugins.xml
84         * manual/pl/sylpheed-claws-manual.xml
85                 Polish manual updated by Pawel
86
87 2006-05-20 [colin]
88
89         * 2.3.0-rc3 released
90
91 2006-05-20 [colin]      2.2.0cvs41
92
93         * src/imap.c
94                 Fix -rc2 problems:
95                 - remove cache of moved messages from original folder
96                 - apply new flags to messages even if they aren't appliable
97                   via IMAP.
98
99 2006-05-20 [colin]
100
101         * 2.3.0-rc2 released
102
103 2006-05-19 [colin]      2.2.0cvs40
104
105         * src/imap.c
106                 Don't issue SELECT in imap_change_flags
107                 before having checked that we indeed have
108                 some flags to change. MSG_POSTFILTERED for
109                 example can't be used on IMAP.
110                 Fixes bug #955 (copying messages between 
111                 imap folders is extremely slow), which was
112                 a regression.
113
114 2006-05-19 [colin]      2.2.0cvs39
115
116         * src/folder.c
117         * src/folder.h
118         * src/folderview.c
119                 Try to fix bug #830 (Some unread messages 
120                 get marked read in IMAP inbox):
121                 - Prevent scanning a folder if it's being 
122                   opened via the GUI
123                 - Postpone opening via the GUI of a folder
124                   currently scanned.
125
126
127 2006-05-19 [wwp]        2.2.0cvs38
128
129         * manual/advanced.xml
130                 fix English+typo (thanks to Paul).
131
132 2006-05-19 [wwp]        2.2.0cvs37
133
134         * manual/advanced.xml
135         * manual/fr/advanced.xml
136         * src/gtk/logwindow.c
137         * src/prefs_common.c
138         * src/prefs_common.h
139                 added hidden prefs to allow customization of colors used in
140                 protocol log window (useful for dark gtk+ themes).
141
142 2006-05-19 [wwp]        2.2.0cvs36
143
144         * ChangeLog
145                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
146
147 2006-05-19 [paul]       2.2.0cvs35
148
149         * src/textview.c
150                 make Reply-To fully clickable
151         * src/gtk/logwindow.c
152                 more colouring (SMTP ESMTP)
153         Both patches by Pawel Pekala
154
155 2006-05-19 [cleroy]     2.2.0cvs34
156
157         * src/mh.c
158                 Don't update flags from current folder
159                 Probably fixes bug #935 (Read Messages 
160                 Revert to Being Marked as Unread)
161
162 2006-05-18 [colin]      2.2.0cvs33
163
164         * src/imap.c
165                 Warning fix
166         * src/compose.c
167         * src/mainwindow.c
168         * src/summaryview.c
169         * src/toolbar.c
170                 Allow replying to multiple emails
171                 in multiple windows
172         * src/mimeview.c
173         * src/etpan/imap-thread.c
174                 Leak fixes
175
176 2006-05-18 [paul]       2.2.0cvs32
177
178         * src/summaryview.c
179                 keep Mailing-List menu refreshed
180                 Thanks to Colin
181
182 2006-05-18 [paul]       2.2.0cvs31
183
184         * manual/advanced.xml
185         * manual/faq.xml
186         * manual/glossary.xml
187         * manual/handling.xml
188         * manual/intro.xml
189         * manual/plugins.xml
190         * manual/sylpheed-claws-manual.xml
191                 update URLs
192                 add info about mailing-list support
193                 edit filtering info
194         * src/wizard.c
195         * src/common/defs.h
196         * src/gtk/about.c
197         * src/plugins/dillo_viewer/README
198                 update URLs
199
200 2006-05-17 [wwp]        2.2.0cvs30
201
202         * manual/handling.xml
203         * manual/fr/handling.xml
204                 documented the ability to enabled/disable filtering/processing rules.
205
206 2006-05-17 [colin]      2.2.0cvs29
207
208         * src/main.c
209                 Don't initialize g_thread subsystem if it's 
210                 already done (thanks to Hiro)
211         * src/mimeview.c
212                 Fix saving of parts when there name can't be
213                 converted from UTF-8.
214
215 2006-05-17 [paul]       2.2.0cvs28
216
217         * po/Makefile.in.in
218                 fix config.status warning with autoconf 2.60
219
220 2006-05-17 [paul]       2.2.0cvs27
221
222         * po/POTFILES.in
223                 add src/mbox.c
224
225 2006-05-17 [wwp]        2.2.0cvs26
226
227         * src/mainwindow.c
228                 fix useless and potentially dangerous buffer walking (thanks to Colin).
229
230 2006-05-17 [wwp]        2.2.0cvs25
231
232         * src/plugins/demo/demo.c
233                 updated product name in plugin demo (many plugins need to be
234                 sync'ed w/ that change).
235
236 2006-05-17 [colin]      2.2.0cvs24
237
238         * src/mh.c
239                 Fix leak
240
241 2006-05-16 [colin]      2.2.0cvs23
242
243         * src/mainwindow.c
244                 Stupid me hit again. Fix cvs22.
245
246 2006-05-16 [colin]      2.2.0cvs22
247
248         * src/mainwindow.c
249                 Fix bug #922 (sylpheed-claws crashed after 
250                 pushing on Inbox folder)
251
252 2006-05-16 [colin]      2.2.0cvs21
253
254         * src/compose.c
255                 Make From header be copy/paste/select-able
256
257 2006-05-16 [wwp]        2.2.0cvs20
258
259         * src/export.c
260         * src/matcher.c
261         * src/summaryview.c
262         * src/etpan/imap-thread.c
263                 fix some compiler warnings (thanks to Colin).
264
265 2006-05-16 [wwp]        2.2.0cvs19
266
267         * src/action.c
268         * src/gedit-print.c
269         * src/inc.c
270         * src/mainwindow.c
271         * src/mh.c
272         * src/statusbar.c
273         * src/send_message.c
274         * src/summaryview.c
275                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
276
277 2006-05-15 [colin]      2.2.0cvs18
278
279         * src/procmsg.c
280                 Fix automatic rule creation with List-Post
281
282 2006-05-15 [paul]       2.2.0cvs17
283
284         * tools/filter_conv_new.pl
285                 updated for rule enabling/disabling
286                 claws version >= 2.3.x required
287
288 2006-05-15 [cleroy]     2.2.0cvs16
289
290         * src/main.c
291                 Revert test
292
293 2006-05-15 [cleroy]     2.2.0cvs15
294
295         * src/main.c
296                 test
297
298 2006-05-15 [wwp]        2.2.0cvs14
299
300         * manual/pl/.cvsignore
301                 ignore generated files.
302
303 2006-05-14 [wwp]        2.3.0-rc1
304
305         * 2.3.0-rc1 released
306
307 2006-05-13 [wwp]        2.2.0cvs13
308
309         * src/filtering.c
310         * src/filtering.h
311         * src/matcher.c
312         * src/matcher_parser_lex.l
313         * src/matcher_parser_parse.y
314         * src/prefs_filtering.c
315                 new feature: provide the ability to disable filtering and processing
316                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
317                 adaptations.
318
319 2006-05-13 [colin]      2.2.0cvs12
320
321         * src/compose.c
322                 Remove useless if (a) b; else b;
323                 Thanks to wwp
324
325 2006-05-13 [wwp]        2.2.0cvs11
326
327         * src/export.c
328         * src/import.c
329         * src/mainwindow.c
330         * src/mbox.c
331         * src/summaryview.c
332         * src/summaryview.h
333                 no more silent failures (or at least less ones) when importing
334                 or exporting from/to mbox. Also start importing/exporting if
335                 the necessary info is set.
336
337 2006-05-13 [wwp]        2.2.0cvs10
338
339         * RELEASE_NOTES
340                 restored up-to-date release notes.
341
342 2006-05-13 [paul]       2.2.0cvs9
343
344         * po/nl.po
345         * po/ru.po
346                 updated by Tim Dijkstra and Pavlo Bohmat
347
348 2006-05-12 [colin]      2.2.0cvs8
349
350         * src/gtk/quicksearch.c
351                 Add "k" as shortcut for "colorlabel". Patch
352                 by ath42@users.sf.net.
353
354 2006-05-12 [paul]       2.2.0cvs7
355
356         * src/prefs_common.h
357         * src/prefs_summaries.c
358         * src/summaryview.c
359                 when entering a folder also allow
360                 going directly to first Marked message
361
362 2006-05-12 [paul]       2.2.0cvs6
363
364         * src/summaryview.c
365                 always obey 'confirm before marking all
366                 mails read' option
367
368 2006-05-12 [paul]       2.2.0cvs5
369
370         * src/textview.c
371                 make Sender fully clickable
372
373 2006-05-12 [colin]      2.2.0cvs4
374
375         * src/compose.c
376         * src/compose.h
377                 Let From be editable
378         * src/main.c
379         * src/mh.c
380                 Full support of .mh_sequences' Unseen seq
381
382 2006-05-12 [colin]      2.2.0cvs3
383
384         * src/folder.c
385         * src/mainwindow.c
386         * src/mainwindow.h
387         * src/messageview.c
388         * src/prefs_spelling.c
389         * src/procheader.c
390         * src/procmsg.c
391         * src/procmsg.h
392         * src/summaryview.c
393         * src/toolbar.c
394         * src/toolbar.h
395                 Add contextual menu on Compose toolbar
396                 button. Fixes bug #944 (Automatic
397                 addresses not applied when changing account
398                 from compose window)
399                 add Mailing List support
400                 based on the old 0.6.5claws25 patch by
401                 Melvin Hadasht, with finishing touches
402                 by Colin
403                 Fix "ignore thread" when mails are threaded by
404                 subject (and weren't ignored although appearing
405                 in the thread).
406                 GUI rework.
407                 Both patches by Pawel.
408
409 2006-05-08 [paul]       2.2.0cvs2
410
411         * src/mainwindow.c
412         * src/mainwindow.h
413         * src/messageview.c
414         * src/procheader.c
415         * src/procmsg.c
416         * src/procmsg.h
417         * src/summaryview.c
418                 add Mailing List support
419                 based on the old 0.6.5claws25 patch by 
420                 Melvin Hadasht, with finishing touches
421                 by Colin
422
423 2006-05-08 [colin]      2.2.0cvs1
424
425         * src/mainwindow.c
426         * src/toolbar.c
427         * src/toolbar.h
428                 Add contextual menu on Compose toolbar 
429                 button. Fixes bug #944 (Automatic 
430                 addresses not applied when changing account 
431                 from compose window)
432
433 2006-05-08 [paul]       2.2.0
434
435         2.2.0 released
436
437 2006-05-08 [paul]       2.1.1cvs51
438
439         * po/cs.po
440         * po/de.po
441         * po/en_GB.po
442         * po/fi.po
443         * po/fr.po
444         * po/pt_BR.po
445         * po/sr.po
446         * po/zh_CN.po
447                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
448                 Fabien Vantard, Frederico Goncalves Guimaraes,
449                 Aleksandar Urosevic, and Ralgh Young
450
451 2006-05-12 [colin]      2.1.1cvs50
452
453         * po/cs.po
454         * po/de.po
455         * po/en_GB.po
456         * po/es.po
457         * po/fi.po
458         * po/fr.po
459         * po/pt_BR.po
460         * po/sr.po
461         * po/zh_CN.po
462                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
463                 Fabien Vantard, Frederico Goncalves Guimaraes,
464                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
465
466 2006-05-05 [colin]      2.1.1cvs49
467
468         * manual/Makefile.am
469         * manual/pl/Makefile.am
470         * manual/pl/account.xml
471         * manual/pl/ack.xml
472         * manual/pl/addrbook.xml
473         * manual/pl/advanced.xml
474         * manual/pl/faq.xml
475         * manual/pl/glossary.xml
476         * manual/pl/gpl.xml
477         * manual/pl/handling.xml
478         * manual/pl/intro.xml
479         * manual/pl/keyboard.xml
480         * manual/pl/plugins.xml
481         * manual/pl/starting.xml
482         * manual/pl/sylpheed-claws-manual.xml
483         * manual/pl/dist/.cvsignore
484         * manual/pl/dist/Makefile.am
485         * manual/pl/dist/html/.cvsignore
486         * manual/pl/dist/html/Makefile.am
487         * manual/pl/dist/pdf/.cvsignore
488         * manual/pl/dist/pdf/Makefile.am
489         * manual/pl/dist/ps/.cvsignore
490         * manual/pl/dist/ps/Makefile.am
491         * manual/pl/dist/txt/.cvsignore
492         * manual/pl/dist/txt/Makefile.am
493                 Add the polish translation of the manual,
494                 Authored by Pawel Pekala.
495
496 2006-05-05 [cleroy]     2.1.1cvs48
497
498         * src/main.c
499                 Re-read matcherrc after loading plugins 
500                 if some of them add folders.
501
502 2006-05-03 [colin]      2.1.1cvs47
503
504         * src/imap.c
505                 I'm idiot
506
507 2006-05-03 [colin]      2.1.1cvs46
508
509         * src/imap.c
510                 Be sure to have a session when
511                 getting separator
512
513 2006-05-03 [colin]      2.1.1cvs45
514
515         * src/imap.c
516         * src/imap.h
517         * src/imap_gtk.c
518                 Fix preventing renaming with namespace 
519                 separator.
520
521 2006-05-01 [colin]      2.1.1cvs44
522
523         * src/action.c
524                 Don't reload messageview when result of
525                 action is piped.
526
527 2006-04-29 [colin]      2.1.1cvs43
528
529         * src/prefs_receive.c
530         * src/plugins/spamassassin/spamassassin_gtk.c
531         * src/plugins/clamav/clamav_plugin_gtk.c
532                 GUI fixes by Pawel
533
534 2006-04-29 [colin]      2.1.1cvs42
535
536         * src/prefs_compose_writing.c
537         * src/prefs_quote.c
538                 Cleanups. Patch by Pawel
539
540 2006-04-28 [paul]       2.1.1cvs41
541
542         * src/matcher.c
543                 fix returned quick search results when search
544                 term contains an underscore.
545                 Thanks to Colin
546
547 2006-04-28 [paul]       2.1.1cvs40
548
549         * src/prefs_message.c
550         * src/prefs_receive.c
551                 GUI cleanups
552                 Patches by Pawel Pekala
553
554 2006-04-27 [colin]      2.1.1cvs39
555
556         * src/wizard.c
557                 Differentiate subject Welcome from
558                 window's title Welcome
559
560 2006-04-27 [paul]
561
562         2.2.0-rc1 released
563
564 2006-04-27 [paul]       2.1.1cvs38
565
566         * manual/advanced.xml
567         * manual/fr/advanced.xml
568                 add info about compose_no_markup hidden pref
569
570 2006-04-27 [paul]       2.1.1cvs37
571
572         * src/prefs_account.c
573                 improve privacy labels
574         * src/prefs_msg_colors.c
575                 change some strings for translators' convenience
576         * src/gtk/gtkutils.c
577                 don't underline the link button text
578
579 2006-04-25 [colin]      2.1.1cvs36
580
581         * src/folder.c
582                 Complete 2.1.1cvs33 (once more ;)
583
584 2006-04-25 [colin]      2.1.1cvs35
585
586         * src/editldap.c
587                 Fix tooltip
588
589 2006-04-25 [cleroy]     2.1.1cvs34
590
591         * src/compose.c
592         * src/gtk/gtkaspell.c
593                 Fix crash on redirect (related to the return 
594                 of the aspell menu in compose's toolbar)
595         * src/prefs_msg_colors.c
596                 Fix sensitivity widgets
597         * src/image_viewer.c
598         * src/gtk/pluginwindow.c
599         * src/gtk/prefswindow.c
600                 Change released signals to clicked (Fabien)
601         * po/POTFILES.in
602         * src/common/socket.c
603         * src/plugins/spamassassin/spamassassin.c
604                 Translate strings (Fabien)
605
606 2006-04-25 [paul]       2.1.1cvs33
607
608         * src/folder.c
609         * src/folder.h
610         * src/folderview.c
611                 complete the fix of bug #912
612                 Thanks to Colin
613
614 2006-04-25 [colin]      2.1.1cvs32
615
616         * src/news.c
617                 Better progress bar
618         * src/mimeview.c
619         * src/summaryview.c
620         * src/summaryview.h
621                 Fix focus chain
622                 Patches by Pawel Pekala
623
624 2006-04-24 [colin]      2.1.1cvs31
625
626         * src/compose.c
627                 Fix compilation warnings (Fabien)
628
629 2006-04-24 [colin]      2.1.1cvs30
630
631         * src/addrindex.c
632         * src/editldap.c
633         * src/editldap_basedn.c
634         * src/editldap_basedn.h
635         * src/ldapctrl.c
636         * src/ldapctrl.h
637         * src/ldapquery.c
638         * src/ldaputil.c
639         * src/ldaputil.h
640                 Fix bug #901 (LDAPS support)
641
642 2006-04-24 [colin]      2.1.1cvs29
643
644         * src/compose.c
645                 Fix logic on error with send dialog on
646         * src/imap.c
647                 Fix compilation without libetpan, thanks
648                 to Fabien
649         * src/summaryview.c
650                 Fix 'context-menu' key
651
652 2006-04-23 [colin]      2.1.1cvs28
653
654         * src/folder.c
655                 Never free current's cache to free up 
656                 memory. Fixes bug #912 (new count 
657                 randomly set to message count)
658
659 2006-04-23 [colin]      2.1.1cvs27
660
661         * src/gtk/quicksearch.c
662                 And remove printf...
663
664 2006-04-23 [colin]      2.1.1cvs26
665
666         * src/gtk/quicksearch.c
667                 Fix replacing in quicksearch, and fix inserting
668                 in the middle of the string. (introduced at 2.1.0cvs22)
669
670 2006-04-23 [colin]      2.1.1cvs25
671
672         * src/imap.c
673                 Make sure uidnext is initialized in get_num_list
674                 (not for stable, related to 2.1.1cvs8 and friends)
675
676 2006-04-23 [colin]      2.1.1cvs24
677
678         * src/imap.c
679                 Output something when login is successful
680                 too
681
682 2006-04-23 [colin]      2.1.1cvs23
683
684         * src/etpan/imap-thread.c
685                 Better logging (line-per-line, hide data in fetch)
686                 Fix a const warning
687         * src/gtk/logwindow.c
688         * src/gtk/logwindow.h
689                 Better logging (color for input/output)
690
691 2006-04-21 [colin]      2.1.1cvs22
692
693         * src/gtk/quicksearch.c
694                 On gtk+-2.8, use stock buttons in quicksearch
695                 Based on a patch by Fabien and a design by Paul
696
697 2006-04-21 [colin]      2.1.1cvs21
698
699         * src/folderview.c
700         * src/mainwindow.c
701                 Fix occasional flicker in folderview
702         * src/common/utils.c
703                 Fix bug #943 (Incorrectly parsed email address 
704                 list in short headers on message view and in 
705                 printouts)
706
707 2006-04-20 [colin]      2.1.1cvs20
708
709         * src/imap.c
710         * src/imap.h
711         * src/prefs_account.c
712                 Add ANONYMOUS auth for IMAP
713
714 2006-04-20 [paul]       2.1.1cvs19
715
716         * src/main.c
717                 proper fix for 2.1.1cvs18
718                 Thanks to Colin
719
720 2006-04-20 [paul]       2.1.1cvs18
721
722         * src/main.c
723                 fix build warnings
724
725 2006-04-20 [paul]       2.1.1cvs17
726
727         * src/gtk/quicksearch.c
728                 fix standard, non-extended Quick search,
729                 was broken in 2.1.1cvs15.
730                 Thanks to Colin.
731
732 2006-04-20 [colin]      2.1.1cvs16
733
734         * src/prefs_matcher.c
735                 Fix values when reselecting a ~test
736                 rule
737
738 2006-04-19 [colin]      2.1.1cvs15
739
740         * src/compose.c
741         * src/compose.h
742         * src/gtk/gtkaspell.c
743         * src/gtk/gtkaspell.h
744                 Put back Options menu in Spelling/
745         * src/gtk/quicksearch.c
746                 Don't search, and show error, if the
747                 advanced search has a syntax error
748
749 2006-04-18 [colin]      2.1.1cvs14
750
751         * src/textview.c
752                 Fix gdk warnings on set_cursor when textview
753                 isn't visible
754
755 2006-04-18 [colin]      2.1.1cvs13
756
757         * src/gtk/gtksctree.c
758                 Remove seemingly useless refresh that causes
759                 flicker - watch this commit in case of 
760                 problems before planned backport to stable
761
762 2006-04-18 [colin]      2.1.1cvs12
763
764         * src/imap.c
765                 Factorize get/set_xml code
766         * src/compose.c
767         * src/prefs_account.c
768         * src/prefs_account.h
769         * src/procmsg.c
770                 Add Encrypt to self option
771
772 2006-04-17 [colin]      2.1.1cvs11
773
774         * configure.ac
775                 Fix search on encrpyt function on dragonfly
776                 Patch by Jonathan Buschmann <jonthn@agmact.com>
777
778 2006-04-17 [colin]      2.1.1cvs10
779
780         * src/prefs_account.c
781                 Be safe by default: remove mails from POP3
782                 after 7 days, not immediately
783
784 2006-04-17 [colin]      2.1.1cvs9
785
786         * src/etpan/imap-thread.c
787                 Fix build on DragonFly - patch by 
788                 Jonathan Buschmann <jonthn@agmact.com>
789
790 2006-04-17 [colin]      2.1.1cvs8
791
792         * src/imap.c
793                 Save uidnext between sessions
794
795 2006-04-17 [colin]      2.1.1cvs7
796
797         * src/imap.c
798                 scan is required when uid validity changes
799
800 2006-04-17 [colin]      2.1.1cvs6
801
802         * src/folderview.c
803                 Don't scan if not necessary, apart in current
804                 folder and INBOX to fetch flags.
805         * src/imap.c
806                 Scan is necessary if unread count changes
807
808 2006-04-17 [colin]      2.1.1cvs5
809
810         * src/imap.c
811                 ...But always fetch ANSWERED and DELETED flags for
812                 INBOX, as filtering can happen on these flags.
813
814 2006-04-17 [colin]      2.1.1cvs4
815
816         * src/imap.c
817                 Don't fetch REPLIED and DELETED flags when synchronising
818                 flags with a closed folder. We only need UNSEEN and FLAGGED
819                 to update the folderview.
820
821 2006-04-17 [colin]      2.1.1cvs3
822
823         * src/imap.c
824                 Faster flag search when there are new mails 
825                 in a folder. We can do a full search if the 
826                 folder contains less messages than the new
827                 list.
828
829 2006-04-17 [colin]      2.1.1cvs2
830
831         * po/cs.po
832         * po/de.po
833         * po/fr.po
834         * po/nl.po
835         * po/pt_BR.po
836                 Update translations from stable branch
837
838 2006-04-17 [colin]      2.1.1cvs1
839
840         * configure.ac
841                 Bump version to follow stable release
842
843 2006-04-16 [mones]      2.1.0cvs50
844
845         * po/es.po
846                 Updated for release
847
848 2006-04-16 [colin]      2.1.0cvs49
849
850         * src/textview.c
851                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
852                 with gtk < 2.8. Thanks to Fabien Vantard.
853
854 2006-04-15 [colin]      2.1.0cvs48
855
856         * src/etpan/imap-thread.c
857                 Fix bug #919 (libetpan: SEGV when connecting 
858                 using command)
859
860 2006-04-14 [colin]      2.1.0cvs47
861
862         * src/main.c
863                 Fix race on --select (should be done better)
864
865 2006-04-14 [wwp]        2.1.0cvs46
866
867         * src/send_message.c
868                 enforce a check for domain in account prefs (a sending
869                 error could be faced if domain was checked but no value set),
870                 thanks to Colin.
871
872 2006-04-14 [colin]      2.1.0cvs45
873
874         * src/codeconv.c
875                 when converting from unknown to unknown, if the
876                 string is UTF8, don't convert it to the locale
877                 (which breaks it)
878
879 2006-04-14 [colin]      2.1.0cvs44
880
881         * src/compose.c
882                 Don't try to use ASCII for converting headers
883                 (as done in body)
884
885 2006-04-14 [paul]       2.1.0cvs43
886
887         * src/crash.c
888                 add locale/charset info to crash report
889         * src/gtk/about.c
890                 add wwp to doc team
891                 replace 'e-mail' with preferred 'email'
892         * src/gtk/authors.h
893                 ensure contributors list is in alphabetical
894                 order
895
896 2006-04-13 [colin]      2.1.0cvs42
897
898         * src/textview.c
899                 Prevent gdk warnings
900
901 2006-04-13 [colin]      2.1.0cvs41
902
903         * src/common/ssl_certificate.c
904         * src/common/ssl_certificate.h
905         * src/gtk/sslcertwindow.c
906                 Warn on expired certs, and display the expiration date
907
908 2006-04-13 [colin]      2.1.0cvs40
909
910         * src/plugins/spamassassin/spamassassin_gtk.c
911                 Fix missing set_text on unix socket
912
913 2006-04-13 [wwp]        2.1.0cvs39
914
915         * manual/fr/advanced.xml
916         * manual/fr/glossary.xml
917                 applied new spam/ham/email lexicon (pourriel, courriel)
918
919 2006-04-13 [paul]       2.1.0cvs38
920
921         * src/plugins/pgpmime/plugin.c
922                 remove the mention of S/MIME from the
923                 description. This is now handled by the
924                 S/MIME plugin.
925
926 2006-04-13 [paul]       2.1.0cvs37
927
928         * src/prefs_msg_colors.c
929                 rework dialog
930         * src/prefs_folder_item.c
931         * src/prefs_spelling.c
932                 add a tooltip to the colour selector buttons
933
934 2006-04-13 [wwp]        2.1.0cvs36
935
936         * manual/advanced.xml
937         * manual/glossary.xml
938         * manual/handling.xml
939         * manual/keyboard.xml
940         * manual/plugins.xml
941         * manual/starting.xml
942         * manual/fr/account.xml
943         * manual/fr/ack.xml
944         * manual/fr/addrbook.xml
945         * manual/fr/advanced.xml
946         * manual/fr/faq.xml
947         * manual/fr/glossary.xml
948         * manual/fr/gpl.xml
949         * manual/fr/handling.xml
950         * manual/fr/intro.xml
951         * manual/fr/keyboard.xml
952         * manual/fr/plugins.xml
953         * manual/fr/starting.xml
954         * manual/fr/sylpheed-claws-manual.xml
955                 fixes to the manuals:
956                  - summaryview -> Message List (same in French)
957                  - translate key names
958                  - fix French punctuation, use non-breakable spaces when
959                    necessary, don't use &thinsp; which is not portable
960                  - tell what maildir and mbox formats we support
961
962 2006-04-12 [wwp]        2.1.0cvs35
963
964         * src/prefs_toolbar.c
965                 unified a replace button more,
966                 patch by Fabien Vantard <fzzzzz@gmail.com>.
967
968 2006-04-12 [wwp]        2.1.0cvs34
969
970         * src/prefs_common.c
971         * src/prefs_msg_colors.c
972                 make default color labels translatable,
973                 patch from Fabien Vantard <fzzzzz@gmail.com>,
974                 thanks to Tim <timbrain@post.cz> for reporting.
975
976 2006-04-12 [wwp]        2.1.0cvs33
977
978         * manual/glossary.xml
979         * manual/intro.xml
980         * manual/plugins.xml
981         * manual/starting.xml
982         * manual/sylpheed-claws-manual.xml
983         * manual/fr/.cvsignore
984         * manual/fr/account.xml
985         * manual/fr/ack.xml
986         * manual/fr/addrbook.xml
987         * manual/fr/advanced.xml
988         * manual/fr/faq.xml
989         * manual/fr/glossary.xml
990         * manual/fr/handling.xml
991         * manual/fr/intro.xml
992         * manual/fr/keyboard.xml
993         * manual/fr/plugins.xml
994         * manual/fr/starting.xml
995         * manual/fr/sylpheed-claws-manual.xml
996                 various fixes: typos, missing .fr translations, punctuation,
997                 capitalization, links, accents and some bad French more.
998
999 2006-04-12 [wwp]        2.1.0cvs32
1000
1001         * src/prefs_gtk.c
1002                 fix for bug #935: always store prefs files in UTF-8 (thanks
1003                 to Colin).
1004
1005 2006-04-11 [colin]      2.1.0cvs31
1006
1007         * src/compose.c
1008                 Fix inserting files not in utf8 when locale is utf8
1009
1010 2006-04-11 [colin]      2.1.0cvs30
1011
1012         * src/inc.c
1013                 Don't show error dialog when cancelling connection
1014                 Patch by Pawel
1015
1016 2006-04-11 [cleroy]     2.1.0cvs29
1017
1018         * src/compose.c
1019                 Implement multiple quote levels
1020         * src/prefs_common.c
1021                 Change a little bit the quote bgcolor for 2nd level
1022
1023 2006-04-11 [colin]      2.1.0cvs28
1024
1025         * src/gtk/about.c
1026                 Add locale and charset in the label
1027
1028 2006-04-10 [colin]      2.1.0cvs27
1029
1030         * src/compose.c
1031         * src/prefs_common.c
1032         * src/prefs_common.h
1033         * src/prefs_msg_colors.c
1034         * src/textview.c
1035                 Allow optional background color in quotes
1036                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1037                 GTK+-2.8.x feature
1038
1039 2006-04-10 [colin]      2.1.0cvs26
1040
1041         * src/main.c
1042         * src/mainwindow.c
1043         * src/mainwindow.h
1044                 Implement --select
1045
1046 2006-04-10 [colin]      2.1.0cvs25
1047
1048         * manual/plugins.xml
1049         * manual/fr/plugins.xml
1050                 Document libcurl's proxy variables
1051
1052 2006-04-09 [colin]      2.1.0cvs24
1053
1054         * src/prefs_common.c
1055                 gettext() returns statically allocated stuff. We have
1056                 to strdup it in order to be able to free it.
1057
1058 2006-04-09 [colin]      2.1.0cvs23
1059
1060         * AUTHORS
1061         * src/gtk/authors.h
1062                 Add Alexei
1063
1064 2006-04-09 [colin]      2.1.0cvs22
1065
1066         * src/mainwindow.c
1067         * src/gtk/quicksearch.c
1068                 Fix bug #859 (problems with cyrilic input in 
1069                 search panel) - Patch by Alexey Illarionov 
1070                 <littlesavage@rambler.ru>
1071
1072 2006-04-09 [colin]      2.1.0cvs21
1073
1074         * src/prefs_customheader.c
1075                 I prefer removing then freeing rather than the contrary
1076                 (even if it doesn't change anything ;-)
1077         * src/prefs_account.c
1078                 Fix bug #933 (Crash re-entering the custom headers list 
1079                 dialog in accounts prefs)
1080                 The problem happened when cancelling the Account 
1081                 Preferences' dialogs - in which case we didn't do 
1082                 anything to the PrefsAccount * struct. In case of applying,
1083                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1084                 working with in this dialog. The problem is that 
1085                 prefs_customheader.c, working on this tmp_ac_prefs, always
1086                 changes the ->customhdr_list pointer, even when cancelled. 
1087                 So in case of cancelling the prefs_account dialog, we still
1088                 have to update ->customhdr_list in the real account.
1089
1090 2006-04-08 [colin]      2.1.0cvs20
1091
1092         * manual/fr/glossary.xml
1093         * manual/fr/keyboard.xml
1094                 Forgot some headers :)
1095
1096 2006-04-08 [colin]      2.1.0cvs19
1097
1098         * manual/Makefile.am
1099         * manual/fr/Makefile.am
1100         * manual/fr/account.xml
1101         * manual/fr/ack.xml
1102         * manual/fr/addrbook.xml
1103         * manual/fr/advanced.xml
1104         * manual/fr/faq.xml
1105         * manual/fr/glossary.xml
1106         * manual/fr/gpl.xml
1107         * manual/fr/handling.xml
1108         * manual/fr/intro.xml
1109         * manual/fr/keyboard.xml
1110         * manual/fr/plugins.xml
1111         * manual/fr/starting.xml
1112         * manual/fr/sylpheed-claws-manual.xml
1113         * manual/fr/dist/.cvsignore
1114         * manual/fr/dist/Makefile.am
1115         * manual/fr/dist/html/.cvsignore
1116         * manual/fr/dist/html/Makefile.am
1117         * manual/fr/dist/pdf/.cvsignore
1118         * manual/fr/dist/pdf/Makefile.am
1119         * manual/fr/dist/ps/.cvsignore
1120         * manual/fr/dist/ps/Makefile.am
1121         * manual/fr/dist/txt/.cvsignore
1122         * manual/fr/dist/txt/Makefile.am
1123                 Add the french translation of the manual. Thanks to
1124                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1125                 account.xml, ack.xml, addrbook.xml and advanced.xml
1126
1127 2006-04-08 [colin]      2.1.0cvs18
1128
1129         * manual/plugins.xml
1130         * manual/starting.xml
1131                 More fixes
1132
1133 2006-04-07 [colin]      2.1.0cvs17
1134
1135         * manual/faq.xml
1136         * manual/intro.xml
1137         * manual/keyboard.xml
1138                 Little fixes
1139
1140 2006-04-07 [colin]      2.1.0cvs16
1141
1142         * README
1143         * src/compose.c
1144         * src/prefs_common.c
1145         * src/prefs_common.h
1146                 Add hidden compose_no_markup pref
1147
1148 2006-04-07 [wwp]        2.1.0cvs15
1149
1150         * src/summary_search.c
1151         * .cvsignore
1152                 Bugfix: stop button was sticky when searching in an empty folder.
1153                 Applied curly brackets code style to the whole file (summary_search.c).
1154                 More files to ignore.
1155
1156 2006-04-07 [wwp]        2.1.0cvs14
1157
1158         * src/message_search.c
1159         * src/summary_search.c
1160                 changed default button when search bumps at file/folder
1161                 beginning or end, for convenience (thanks to Colin).
1162
1163 2006-04-07 [paul]       2.1.0cvs13
1164
1165         * src/plugins/dillo_viewer/dillo_prefs.c
1166                 avoid future potential for namespace collision
1167                 Patch by Colin
1168
1169 2006-04-06 [wwp]        2.1.0cvs12
1170
1171         * src/summary_search.c
1172                 Unify extended/advanced searches names (and thus factorize labels),
1173                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1174
1175 2006-04-06 [wwp]        2.1.0cvs11
1176
1177         * src/folderview.c
1178         * src/prefs_themes.c
1179         * src/summaryview.c
1180                 Fixed some compilation warnings.
1181
1182 2006-04-06 [colin]      2.1.0cvs10
1183
1184         * manual/advanced.xml
1185                 Document the wizard template and how to deploy
1186                 Sylpheed-Claws effectively
1187
1188 2006-04-06 [colin]      2.1.0cvs9
1189
1190         * src/folderview.c
1191                 gettext patch to tell translators about _("#"),
1192                 by Maxim Britov
1193
1194 2006-04-06 [colin]      2.1.0cvs8
1195
1196         * src/textview.c
1197                 Fix invalid GtkTextBIter after clicking "Display as text"
1198
1199 2006-04-06 [mones]      2.1.0cvs7
1200
1201         * src/addr_compl.c
1202         * src/addrindex.c
1203         * src/addritem.c
1204         * src/codeconv.c
1205         * src/compose.c
1206         * src/filtering.c
1207         * src/folder.c
1208         * src/folder_item_prefs.c
1209         * src/folderview.c
1210         * src/localfolder.c
1211         * src/matcher.c
1212         * src/mimeview.c
1213         * src/prefs_msg_colors.c
1214         * src/prefs_spelling.c
1215         * src/prefs_themes.c
1216         * src/procmime.c
1217         * src/procmsg.c
1218         * src/stock_pixmap.c
1219         * src/summaryview.c
1220         * src/textview.c
1221         * src/toolbar.c
1222         * src/common/mgutils.c
1223         * src/common/prefs.c
1224         * src/common/ssl_certificate.c
1225         * src/gtk/colorlabel.c
1226         * src/gtk/quicksearch.c
1227         * src/plugins/pgpmime/pgpmime.c
1228         * src/plugins/spamassassin/spamassassin.c
1229                 Removed redundant NULL checks for g_free() calls.
1230                 Patch by Pawel Pekala.
1231
1232 2006-04-06 [mones]      2.1.0cvs6
1233
1234         * src/prefs_actions.c
1235         * src/prefs_filtering.c
1236         * src/prefs_filtering_action.c
1237         * src/prefs_matcher.c
1238         * src/prefs_template.c
1239         * src/gtk/gtkutils.c
1240         * src/gtk/gtkutils.h
1241                 Have a nice replace button. Patch by Pawel Pekala
1242
1243 2006-04-06 [colin]      2.1.0cvs5
1244
1245         * src/addressbook.c
1246                 Fix crash with empty columns
1247
1248 2006-04-05 [colin]      2.1.0cvs4
1249
1250         * src/wizard.c
1251         * src/prefs_gtk.c
1252                 Allow wizard customization with pre-filled values
1253
1254 2006-04-05 [colin]      2.1.0cvs3
1255
1256         * src/textview.c
1257         * src/mimeview.c
1258         * src/mimeview.h
1259                 Nicer messages in mimeview
1260
1261 2006-04-05 [colin]      2.1.0cvs2
1262
1263         * src/addressbook.c
1264         * src/prefs_summaries.c
1265                 i18n fix
1266
1267 2006-04-05 [colin]      2.1.0cvs1
1268
1269         * src/plugins/pgpcore/plugin.c
1270         * src/plugins/pgpcore/select-keys.c
1271         * src/plugins/pgpcore/select-keys.h
1272         * src/plugins/pgpcore/sgpgme.c
1273         * src/plugins/pgpcore/sgpgme.h
1274         * src/plugins/pgpinline/pgpinline.c
1275         * src/plugins/pgpinline/plugin.c
1276         * src/plugins/pgpmime/pgpmime.c
1277         * src/plugins/pgpmime/plugin.c
1278                 Factorize and generalize a bit 
1279                 Drop S/MIME signature verification from PGP/MIME
1280                 (adding it as another, more complete plugin)
1281
1282 2006-04-05 [paul]       2.1.0
1283
1284         2.1.0 released
1285
1286 2006-04-05 [paul]       2.0.0cvs186
1287
1288         * manual/advanced.xml
1289                 add info on colour labels
1290
1291 2006-04-05 [paul]       2.0.0cvs185
1292
1293         * po/bg.po
1294         * po/cs.po
1295         * po/de.po
1296         * po/el.po
1297         * po/en_GB.po
1298         * po/fi.po
1299         * po/fr.po
1300         * po/it.po
1301         * po/nl.po
1302         * po/pl.po
1303         * po/pt_BR.po
1304         * po/sr.po
1305         * po/zh_CN.po
1306                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1307                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1308                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1309                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1310         * src/gtk/authors.h
1311         * tools/claws.i18n.status.pl
1312                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1313                 and new Czech translator, Tim <timbrain@post.cz>
1314
1315 2006-04-05 [mones]      2.0.0cvs184
1316
1317         * po/es.po
1318                 Updated translation
1319
1320 2006-04-05 [colin]      2.0.0cvs183
1321
1322         * src/gtk/quicksearch.c
1323                 Fix bug #929 (unnecessary reload in quick search bar)
1324
1325 2006-04-05 [colin]      2.0.0cvs182
1326
1327         * src/compose.c
1328                 Fix crash on Reply with no From:
1329                 Show signature and conversion error on queuing 
1330                 (but not sending)
1331         * src/mainwindow.c
1332         * src/summaryview.c
1333         * src/summaryview.h
1334                 Factorize threading code and make sure msginfo 
1335                 is not null when it comes from a GtkCTreeRow's 
1336                 data
1337         * src/gtk/gtkaspell.c
1338                 Check for necessary things
1339         * src/gtk/gtksctree.c
1340         * src/gtk/gtksctree.h
1341                 Reset anchor if necessary when removing node
1342
1343 2006-03-29 [colin]      2.0.0cvs181
1344
1345         * src/folderview.c
1346                 Warn for disabled IMAP accounts (due to lack of
1347                 libetpan). Breaks string-freeze - sorry - but it
1348                 is kind of important ;)
1349
1350 2006-03-28 [colin]      2.0.0cvs180
1351
1352         * src/gtk/gtkutils.c
1353         * src/gtk/gtkutils.h
1354                 Add a gtkut_get_link_btn() function that
1355                 creates a button which acts like an URI
1356         * src/prefs_themes.c
1357         * src/gtk/about.c
1358                 Use this function (factorizes codes)
1359         * src/common/defs.h
1360         * src/gtk/pluginwindow.c
1361                 Add a "Get more..." in the plugins window
1362
1363 2006-03-28 [colin]      2.0.0cvs179
1364
1365         * src/common/smtp.c
1366         * src/common/passcrypt.c
1367         * src/undo.c
1368                 Warning fixes. Patch by Pawel Pekala
1369
1370 2006-03-27 [colin]      2.0.0cvs178
1371
1372         * src/undo.c
1373                 Fix undoing by blocks with spaces
1374
1375 2006-03-27 [colin]      2.0.0cvs177
1376
1377         * src/textview.c
1378                 Set margin to 3px for headers
1379
1380 2006-03-27 [paul]
1381
1382         2.1.0-rc2 released
1383
1384 2006-03-27 [wwp]        2.0.0cvs176
1385
1386         * src/summaryview.c
1387                 don't reset quicksearch when updating the message list.
1388                 Thanks to Colin.
1389
1390 2006-03-26 [wwp]        2.0.0cvs175
1391
1392         * src/compose.c
1393                 use a unified border width ('other' tab in the compose window,
1394                 patch by Pawel Pekala).
1395
1396
1397 2006-03-26 [wwp]        2.0.0cvs174
1398
1399         * src/common/quoted-printable.c
1400         * src/addressbook.c
1401                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1402
1403 2006-03-26 [colin]      2.0.0cvs173
1404
1405         * src/quote_fmt_parse.y
1406                 Fix non-UTF8 date formats messing up the whole quote a 
1407                 little bit
1408
1409 2006-03-26 [colin]      2.0.0cvs172
1410
1411         * src/procheader.c
1412                 Make sure the date is UTF8 valid, or try to make it
1413                 so. IncrediMail is really IncrediStupid.
1414         * src/compose.c
1415                 Fix possible conversions. 
1416                 
1417
1418 2006-03-26 [colin]      2.0.0cvs171
1419
1420         * src/matcher.c
1421                 Fix corner cases in body search. This is still a
1422                 hack... It seems impossible to make it good and 
1423                 reasonably fast at the same time.
1424
1425 2006-03-26 [colin]      2.0.0cvs170
1426
1427         * src/summaryview.c
1428                 I think I killed the twilight zone bug!
1429                 summary_select_node() flushes GTK events in order
1430                 to be able to center the view. But this also 
1431                 flushes keypresses like Ctrl-Alt-U, so this can
1432                 call summary_show from summary_select_node (itself
1433                 called from summary_show, etc.). And the summaryview
1434                 has to be unlocked in this function. So just locking
1435                 while processing GTK events, and bailing if locked, 
1436                 should fix it.
1437                 Fixes bug #927 (SIGSEGV during Update Summary)
1438
1439 2006-03-25 [colin]      2.0.0cvs169
1440
1441         * src/matcher.c
1442                 Fix search in QP-encoded bodies
1443                 Fix utf-8 searches in bodies encoded in the
1444                 locale's encoding
1445         * src/common/quoted-printable.c
1446         * src/common/quoted-printable.h
1447                 Add a decode function that doesn't overwrite
1448                 the original pointer
1449                 
1450
1451 2006-03-24 [colin]      2.0.0cvs168
1452
1453         * src/action.c
1454         * src/summaryview.c
1455         * src/summaryview.h
1456                 Update message cache after action
1457                 Patch by H. Merijn Brand
1458         * src/prefs_msg_colors.c
1459                 Factorize label 
1460                 Patch by Fabien Vantard
1461         * src/plugins/spamassassin/spamassassin_gtk.c
1462                 Remove useless translation
1463                 Patch by Fabien Vantard
1464
1465 2006-03-23 [colin]      2.0.0cvs167
1466
1467         * src/common/ssl.c
1468                 Let 30 seconds to SSL_connect
1469
1470 2006-03-23 [wwp]        2.0.0cvs166
1471
1472         * src/summaryview.c
1473         * src/gtk/description_window.c
1474                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1475                 and headers are translated; adjust description windows' width to fit their
1476                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1477
1478 2006-03-23 [paul]       2.0.0cvs165
1479
1480         * src/common/utils.c
1481                 fix highlighting of URIs containing "()"
1482                 (2.0.0cvs164's reversal fixed)
1483                 Thanks to Colin.
1484
1485 2006-03-23 [paul]       2.0.0cvs164
1486
1487         * src/common/utils.c
1488                 revert patch, (postponing a fix), at 2.0.0cvs120
1489                 as it breaks more URIs than it fixes.
1490                 Allow '-' to be a terminating character in a URI
1491
1492 2006-03-22 [colin]      2.0.0cvs163
1493
1494         * configure.ac
1495                 Require libetpan 0.45
1496                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1497
1498 2006-03-22 [paul]       2.0.0cvs162
1499
1500         * src/editgroup.c
1501                 replace '<-' and '->' buttons with GTK_STOCK graphical
1502                 buttons
1503         * src/summary_search.c
1504                 don't offer '...' for translation
1505                 add a tooltip to advanced search '...' button
1506         * src/gtk/quicksearch.c
1507                 don't offer '...' for translation
1508
1509 2006-03-21 [colin]      2.0.0cvs161
1510
1511         * src/compose.c
1512                 Fix middle-click pasting (insert at click
1513                 position instead of cursor position, don't
1514                 remove existing selection and allow pasting
1515                 our own selection)
1516         * src/addressbook.c
1517                 "LDAP Server" -> "LDAP servers"
1518
1519 2006-03-21 [wwp]        2.0.0cvs160
1520
1521         * src/etpan/imap-thread.c
1522                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1523
1524 2006-03-20 [colin]      2.0.0cvs159
1525
1526         * src/summaryview.c
1527                 Don't reload summaryview after an execute with no
1528                 move action
1529
1530 2006-03-19 [colin]      2.0.0cvs158
1531
1532         * src/addressbook.c
1533                 and put groups at the top, always
1534
1535 2006-03-19 [colin]      2.0.0cvs157
1536
1537         * src/addressbook.c
1538                 Order groups before names, as previously
1539
1540 2006-03-19 [colin]      2.0.0cvs156
1541
1542         * src/addressbook.c
1543                 - Sort case-unsensitive
1544                 - Put the sort arrow at opening too
1545
1546 2006-03-19 [wwp]        2.0.0cvs155
1547
1548         * src/addressbook.c
1549                 allow sorting by name/email/remarks, ensure that right-pane's contents
1550                 matches the left-pane selection (cleared when appropriate).
1551                 Patch by Pawel Pekala <c0rn@o2.pl>.
1552
1553 2006-03-18 [colin]      2.0.0cvs154
1554
1555         * src/textview.c
1556                 Fix text cursor ;)
1557
1558 2006-03-18 [colin]      2.0.0cvs153
1559
1560         * src/gtk/filesel.c
1561                 Make sure we hide the preview if we didn't get
1562                 a filename
1563
1564 2006-03-18 [colin]      2.0.0cvs152
1565
1566         * src/summaryview.c
1567                 Set cursor to watch for execution (fixes lack
1568                 of watch-cursor when dnd'ing hundreds of mails)
1569         * src/gtk/filesel.c
1570                 Check that mime type is 'image/*' before updating
1571                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1572
1573 2006-03-18 [colin]      2.0.0cvs151
1574
1575         * src/mainwindow.c
1576         * src/textview.c
1577         * src/textview.h
1578                 Put a watch cursor in textview too when the mainwindow's
1579                 cursor in a watch
1580
1581 2006-03-18 [colin]      2.0.0cvs150
1582
1583         * src/folder.c
1584                 Change wrong asserts to simple tests
1585
1586 2006-03-17 [colin]      2.0.0cvs149
1587
1588         * src/mainwindow.c
1589         * src/mainwindow.h
1590         * src/prefs_msg_colors.c
1591         * src/summaryview.c
1592         * src/summaryview.h
1593         * src/gtk/colorlabel.c
1594         * src/gtk/colorlabel.h
1595                 Add a color label menu in the main menubar
1596                 Add (fixed) accels Ctrl-{0-7} to change the color
1597                 They have to be fixed because the menu's dynamic,
1598                 the items are complex widgets, hence we can't use
1599                 a GtkItemFactory.
1600
1601
1602 2006-03-17 [wwp]        2.0.0cvs148
1603
1604         * src/compose.c
1605                 rollback few lines from my previous commit (those lines come from
1606                 a pending patch, accidentally commited, even if neutral as they are
1607                 commented out).
1608
1609 2006-03-17 [wwp]        2.0.0cvs147
1610
1611         * src/compose.c
1612                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1613                 applied code style/indentation to the modified function.
1614
1615 2006-03-17 [wwp]        2.0.0cvs146
1616
1617         * src/procmsg.c
1618         * src/compose.c
1619                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1620
1621 2006-03-17 [paul]
1622
1623         2.1.0-rc1 released
1624
1625 2006-03-17 [paul]       2.0.0cvs145
1626
1627         * src/main.c
1628                 addressbook_read_file() was called twice
1629         * src/textview.c
1630                 X-Mailer highlighting
1631
1632 2006-03-16 [colin]      2.0.0cvs144
1633
1634         * src/sourcewindow.c
1635         * src/sourcewindow.h
1636                 And the last one, in source window.
1637
1638 2006-03-16 [colin]      2.0.0cvs143
1639
1640         * src/compose.c
1641         * src/compose.h
1642                 Fix the same stuff in compose
1643
1644 2006-03-16 [colin]      2.0.0cvs142
1645
1646         * src/messageview.c
1647                 Complete the previous messageview crash fix
1648
1649 2006-03-16 [colin]      2.0.0cvs141
1650
1651         * src/procmsg.h
1652         * src/procmsg.c
1653         * src/folder.c
1654                 Fix POSTPROCESSING hook
1655                 Patch by H. Merijn Brand
1656
1657         * src/procmime.c
1658         * src/procmime.h
1659                 Parse Content-Location
1660
1661         * src/toolbar.c
1662         * src/messageview.c
1663         * src/messageview.h
1664                 Don't crash when a top-level MessageView has
1665                 been closed on us. Same problematic than
1666                 yesterday's quicksearch issue.
1667
1668 2006-03-15 [colin]      2.0.0cvs140
1669
1670         * src/gtk/quicksearch.c
1671                 Fix a bitchy race we didn't think about when we
1672                 added quicksearch cancellation:
1673                 If the search is not on cached fields, for example
1674                 body_part matchcase "stuff"
1675                 the matcher code has to get the whole message. If
1676                 we're on IMAP, that can be slow, and in order to
1677                 be non-blocking, the IMAP code idle loop processes
1678                 gtk events too. So it is possible to cancel a
1679                 quicksearch while the matcher is getting the mail's
1680                 body. After matcher got its body, it will start to
1681                 iterate over the matcher list that the Quicksearch's
1682                 clear_search_cb() just freed via prepare_matcher().
1683                 SIGSEGV ensues.
1684                 The fix consists of guarding the matcherlist_match()
1685                 call with a boolean 'matching'. If we reset the
1686                 quicksearch while matching is TRUE, we don't free
1687                 the matcherlist anymore like we did, but we set
1688                 another new flag, deferred_free, to TRUE. Then,
1689                 in quicksearch_match(), just after returning from
1690                 matcherlist_match() and unsetting the matching flag,
1691                 we check the deferred_free flag and do the
1692                 prepare_matcher() (which does the matcherlist_free)
1693                 for real, so we free the matcherlist once it's not
1694                 used anymore.
1695                 As all of this runs via the glib main loop, we
1696                 luckily don't need a mutex.
1697         * src/summaryview.c
1698                 Also, show progress while searching.
1699
1700
1701 2006-03-14 [colin]      2.0.0cvs139
1702
1703         * src/alertpanel.c
1704                 Make alertpanel_is_open non-static
1705
1706 2006-03-14 [colin]      2.0.0cvs138
1707
1708         * src/prefs_spelling.c
1709                 Cleanups - Fabien Vantard
1710
1711 2006-03-14 [wwp]        2.0.0cvs137
1712
1713         * src/main.c
1714                 code style normalization (curly braces, indentation).
1715
1716 2006-03-14 [wwp]        2.0.0cvs137
1717
1718         * src/main.c
1719                 code style (braces, indentation)
1720
1721 2006-03-12 [paul]       2.0.0cvs136
1722
1723         * src/prefs_common.c
1724                 trans_hdr defaults to FALSE to be RFC-savvy
1725         * src/prefs_summaries.c
1726                 add a tooltip to the trans_hdr option
1727                 
1728
1729 2006-03-12 [paul]       2.0.0cvs135
1730
1731         * src/prefs_matcher.c
1732                 give a little more width to the combos
1733         * src/prefs_display_header.c
1734         * src/textview.c
1735                 translate headers if prefs_common.trans_hdr
1736                 is TRUE
1737
1738         Patches by Pawel Pekala
1739
1740 2006-03-12 [paul]       2.0.0cvs134
1741
1742         * src/plugins/clamav/clamav_plugin.c
1743         * src/plugins/dillo_viewer/dillo_viewer.c
1744         * src/plugins/pgpcore/plugin.c
1745         * src/plugins/pgpinline/plugin.c
1746         * src/plugins/pgpmime/plugin.c
1747         * src/plugins/spamassassin/spamassassin.c
1748                 update/add to descriptions
1749         * src/plugins/spamassassin/spamassassin_gtk.c
1750                 fixes to the english, remove superfluous
1751                 tooltips, clean up a little
1752
1753 2006-03-12 [paul]       2.0.0cvs133
1754
1755         * src/compose.c
1756                 fix Bug 924, 'Account combo box shows up wrong 
1757                 if & is in account name'
1758
1759 2006-03-11 [colin]      2.0.0cvs132
1760
1761         * src/summaryview.c
1762                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
1763                 messed up shift-selection because is slows down
1764                 moving around summaryview. thanks -users
1765
1766 2006-03-10 [colin]      2.0.0cvs131
1767
1768         * src/plugins/spamassassin/spamassassin_gtk.c
1769                 Put back Paul's engrish fixes
1770
1771 2006-03-10 [colin]      2.0.0cvs130
1772
1773         * src/plugins/spamassassin/spamassassin.c
1774         * src/plugins/spamassassin/spamassassin.h
1775         * src/plugins/spamassassin/spamassassin_gtk.c
1776                 Cleanup SA prefs page (more)
1777                 Patch by Fabien Vantard
1778
1779 2006-03-10 [paul]       2.0.0cvs129
1780
1781         * src/prefs_msg_colors.c
1782         * src/prefs_spelling.c
1783                 widget sensitivity
1784
1785 2006-03-09 [mones]      2.0.0cvs128
1786
1787         * po/es.po
1788                 Update for next RC
1789
1790 2006-03-09 [wwp]        2.0.0cvs127
1791
1792         * configure.ac
1793                 revert accidental commit (requirement for libetpan 0.43), this time
1794                 not in HEAD.
1795
1796 2006-03-09 [wwp]        2.0.0cvs125
1797
1798         * configure.ac
1799                 revert accidental commit (requirement for libetpan 0.43)
1800
1801 2006-03-09 [paul]       2.0.0cvs126
1802
1803         * src/prefs_receive.c
1804                 remove useless frame
1805                 replace 'incorporation' with 'receiving'
1806         * src/plugins/clamav/clamav_plugin_gtk.c
1807         * src/plugins/spamassassin/spamassassin_gtk.c
1808                 improve widget sensitivity
1809                 fix a bit his engrish
1810
1811 2006-03-09 [wwp]        2.0.0cvs125
1812
1813         * src/addressadd.c
1814         * src/foldersel.c
1815         * src/prefs_common.c
1816         * src/prefs_common.h
1817                 remember some more windows' sizes (add to addressbook and
1818                 select folder).
1819
1820 2006-03-09 [paul]       2.0.0cvs124
1821
1822         * src/plugins/pgpcore/prefs_gpg.c
1823                 normalise construction of dialogue
1824
1825 2006-03-09 [paul]       2.0.0cvs123
1826
1827         * src/plugins/trayicon/Makefile.am
1828                 add missing slash
1829
1830 2006-03-08 [colin]      2.0.0cvs122
1831
1832         * src/plugins/trayicon/Makefile.am
1833                 Fix build in separate dir 
1834                 Patch by Bamanzi <bamanzi@gmail.com>
1835
1836 2006-03-08 [colin]      2.0.0cvs121
1837
1838         * src/procmsg.c
1839                 Batch move and copies from summaryview with delayed execution
1840                 too
1841
1842 2006-03-07 [paul]       2.0.0cvs120
1843
1844         * src/common/utils.c
1845                 fix highlighting of URIs containing "()"
1846                 Patch by Pawel Pekala
1847
1848 2006-03-07 [paul]       2.0.0cvs119
1849
1850         * src/folder.c
1851         * src/folder.h
1852         * src/folderview.c
1853                 immediately do alphabetical resort when
1854                 changing a folder's name
1855                 Patch by Pawel Pekala
1856
1857 2006-03-07 [paul]       2.0.0cvs118
1858
1859         * src/news.c
1860         * src/news_gtk.c
1861                 when unsubscribing a newsgroup, remove the
1862                 folder and msgs in .sylpheed-claws/newscache
1863                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1864
1865 2006-03-07 [paul]       2.0.0cvs117
1866
1867         * src/textview.c
1868                 fix wrong Fake URL Warning
1869                 Thanks to Hiro
1870
1871 2006-03-07 [colin]      2.0.0cvs116
1872
1873         * src/imap.c
1874                 Return immediately when password dialog was
1875                 cancelled
1876         * src/gtk/inputdialog.c
1877                 Allow empty strings for passwords
1878
1879
1880 2006-03-06 [colin]      2.0.0cvs115
1881
1882         * src/imap.c
1883                 Prevent double-timeouts when connection fails
1884
1885 2006-03-06 [colin]
1886
1887         2.0.1-rc1 released
1888
1889 2006-03-06 [colin]      2.0.0cvs114
1890
1891         * src/imap.c
1892                 Refresh session during potentially long
1893                 operations
1894
1895 2006-03-06 [wwp]        2.0.0cvs113
1896
1897         * src/prefs_msg_colors.h
1898                 forgot that one (custom color labels).
1899
1900 2006-03-06 [wwp]        2.0.0cvs112
1901
1902         * src/prefs_common.c
1903         * src/prefs_common.h
1904         * src/prefs_msg_colors.c
1905         * src/summaryview.c
1906         * src/summaryview.h
1907         * src/gtk/colorlabel.c
1908         * src/gtk/colorlabel.h
1909                 colors in messages list are now customizable. Color values and names can
1910                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
1911                 Thanks to Paul and Colin for their help with this longstanding patch!
1912
1913 2006-03-06 [wwp]        2.0.0cvs111
1914
1915         * src/textview.c
1916                 don't crash if (x)face is bad.
1917
1918 2006-03-05 [paul]       2.0.0cvs110
1919
1920         * AUTHORS
1921         * configure.ac
1922         * src/Makefile.am
1923         * src/common/Makefile.am
1924         * src/common/utils.h
1925         * src/etpan/imap-thread.c
1926         * src/gtk/authors.h
1927         * src/plugins/clamav/Makefile.am
1928         * src/plugins/demo/Makefile.am
1929         * src/plugins/dillo_viewer/Makefile.am
1930         * src/plugins/pgpcore/Makefile.am
1931         * src/plugins/pgpcore/passphrase.c
1932         * src/plugins/pgpinline/Makefile.am
1933         * src/plugins/pgpmime/Makefile.am
1934         * src/plugins/spamassassin/Makefile.am
1935         * src/plugins/trayicon/Makefile.am
1936                 fix builiding on cygwin
1937                 Patch by Ralgh Young <bamanzi@gmail.com>
1938
1939 2006-03-04 [wwp]        2.0.0cvs109
1940
1941         * manual/keyboard.xml
1942                 fix mixed up/down keys.
1943
1944 2006-03-04 [wwp]        2.0.0cvs108
1945
1946         * README
1947         * INSTALL
1948                 updated links to SpamAssassin.
1949
1950 2006-03-04 [wwp]        2.0.0cvs107
1951
1952         * manual/plugins.xml
1953         * src/plugins/spamassassin/README
1954                 updated SpamAssassin plugin docs to reflect new functional additions
1955                 (also fix/update/documents few technical stuff more, see the README).
1956
1957 2006-03-04 [wwp]        2.0.0cvs106
1958
1959         * src/prefs_message.c
1960                 normalized capitalization of message-prefs paths.
1961
1962 2006-03-04 [wwp]        2.0.0cvs105
1963
1964         * manual/advanced.xml
1965                 typo.
1966
1967 2006-03-03 [colin]      2.0.0cvs104
1968
1969         * src/plugins/clamav/clamav_plugin_gtk.c
1970                 Rework prefs page, patch by Fabien 
1971
1972 2006-03-03 [colin]      2.0.0cvs103
1973
1974         * src/plugins/clamav/clamav_plugin.c
1975                 Set error on all errors
1976
1977 2006-03-03 [colin]      2.0.0cvs102
1978
1979         * src/common/plugin.c
1980                 Initialize error to avoid crashing when a plugin fails
1981                 without setting error
1982
1983 2006-03-02 [wwp]        2.0.0cvs101
1984
1985         * configure.ac
1986                 fixed linker flags for libetpan support on Cygwin
1987                 (thanks to H.Merijn Brand).
1988
1989 2006-03-02 [wwp]        2.0.0cvs100
1990
1991         * src/addressbook.c
1992                 fix some AB error messages: one for punctuation and
1993                 one wrongly duplicate (thanks, maxbritov).
1994
1995 2006-03-02 [wwp]        2.0.0cvs99
1996
1997         * src/plugins/spamassassin/spamassassin.c
1998                 make sync calls to sa-learn/spamc to prevent
1999                 system (whatever local or client/server) overload.
2000
2001 2006-03-02 [colin]      2.0.0cvs98
2002
2003         * src/summaryview.c
2004                 Put the spam icon in the status column instead of the
2005                 mark one
2006
2007 2006-03-01 [colin]      2.0.0cvs97
2008
2009         * src/plugins/spamassassin/spamassassin.c
2010                 Fix segfault (g_file_set_contents fails for some 
2011                 reason and err==0x2f. Can't find out why with
2012                 valgrind, using working function :-)
2013
2014 2006-03-01 [colin]      2.0.0cvs96
2015
2016         * src/inc.c
2017                 Offline overriding: let 'No' be cached only 3 seconds
2018
2019 2006-03-01 [colin]      2.0.0cvs95
2020
2021         * src/addr_compl.c
2022         * src/addrbook.c
2023         * src/addressbook.c
2024         * src/addrindex.c
2025         * src/folder_item_prefs.c
2026         * src/headerview.c
2027         * src/imap.c
2028         * src/inc.c
2029         * src/ldif.c
2030         * src/mainwindow.c
2031         * src/mh.c
2032         * src/msgcache.c
2033         * src/prefs_common.h
2034         * src/prefs_msg_colors.c
2035         * src/procheader.c
2036         * src/procheader.h
2037         * src/procmime.c
2038         * src/procmsg.c
2039         * src/procmsg.h
2040         * src/send_message.h
2041         * src/simple-gettext.c
2042         * src/summaryview.c
2043         * src/summaryview.h
2044         * src/syldap.c
2045         * src/textview.c
2046         * src/undo.c
2047         * src/common/ssl_certificate.c
2048         * src/common/utils.c
2049         * src/gtk/colorsel.c
2050         * src/gtk/gtksctree.c
2051         * src/gtk/gtkshruler.c
2052         * src/plugins/trayicon/trayicon.c
2053                 #if 0 goes to /dev/null
2054
2055 2006-03-01 [colin]      2.0.0cvs94
2056
2057         * src/compose.c
2058         * src/imap.c
2059         * src/inc.c
2060         * src/inc.h
2061         * src/messageview.c
2062         * src/news.c
2063         * src/plugins/spamassassin/spamassassin.c
2064                 Allow to add information in the "working offline"
2065                 window
2066
2067 2006-03-01 [wwp]        2.0.0cvs93
2068
2069         * src/plugins/spamassassin/spamassassin.c
2070                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2071                 'cause it seems that calling `spamc ... < inputfile` with
2072                 g_spawn_(a)sync simply.. erm doesn't work :-).
2073
2074 2006-03-01 [wwp]        2.0.0cvs92
2075
2076         * src/toolbar.c
2077         * src/toolbar.h
2078                 simplify the adding of spam/ham button to the messageview toolbar
2079                 (it gets more clear now that the same button will be "Mark as spam"
2080                 or "Mark as ham" according to the current message status,
2081                 thanks to Colin).
2082
2083 2006-03-01 [wwp]        2.0.0cvs91
2084
2085         * src/messageview.c
2086         * src/procmsg.c
2087         * src/procmsg.h
2088         * src/summaryview.c
2089         * src/plugins/spamassassin/spamassassin.c
2090         * src/plugins/spamassassin/spamassassin.h
2091                 make learner callbacks return a status (0 for ok),
2092                 handle it in main code to avoid setting flags when learning failed,
2093                 don't learn on TCP if offline in spamassassin,
2094                 thanks to Colin.
2095
2096                 
2097
2098 2006-03-01 [wwp]        2.0.0cvs90
2099
2100         * src/compose.c
2101                 some work around the compose window's account menu,
2102                 patch by Fabien Vantard.
2103
2104 2006-03-01 [wwp]        2.0.0cvs89
2105
2106         * src/plugins/spamassassin/spamassassin.c
2107                 fixed bad logics, was using spamc in local mode and sa-learn
2108                 in remote mode (thanks, Colin).
2109
2110 2006-03-01 [wwp]        2.0.0cvs88
2111
2112         * src/plugins/spamassassin/spamassassin.c
2113         * src/plugins/spamassassin/spamassassin.h
2114         * src/plugins/spamassassin/spamassassin_gtk.c
2115                 made processing of emails w/ sa-plugin an option (default is TRUE),
2116                 fixed Engrish some tooltips, capitalization of some debug messages
2117                 and warnings. The spamassassin plugin now provides two separate
2118                 services: process emails upon incorporation and spamd training.
2119                 Both services (un)register independently but use some common
2120                 plugin settings (transport settings, spam storage location).
2121
2122 2006-02-28 [wwp]        2.0.0cvs87
2123
2124         * src/plugins/spamassassin/spamassassin.c
2125                 fix async flag to spamc cmdline execution (batch exec should
2126                 be asynchronous).
2127
2128 2006-02-27 [wwp]        2.0.0cvs86
2129
2130         * src/plugins/spamassassin/spamassassin.c
2131         * src/plugins/spamassassin/spamassassin.h
2132         * src/plugins/spamassassin/spamassassin_gtk.c
2133                 - added the ability to learn a remote spamassassin server (spamd),
2134                 using spamc.
2135                 - added the spamassassin option 'username', that applies to all
2136                 spamassassin operations (filtering, learning, local or remote).
2137                 The default username is the current unix user (if left blank
2138                 from gtk prefs or config file).
2139                 - commented out some unused code (notebook widget), removed unused
2140                 layout (hbox1).
2141                 - make more widgets sensitive to the transport type.
2142
2143 2006-02-27 [colin]      2.0.0cvs85
2144
2145         * src/plugins/spamassassin/spamassassin.c
2146                 Fix sa-learn call when offline
2147
2148 2006-02-27 [colin]      2.0.0cvs84
2149
2150         * configure.ac
2151         * src/Makefile.am
2152         * src/mainwindow.c
2153         * src/mainwindow.h
2154         * src/messageview.c
2155         * src/messageview.h
2156         * src/prefs_toolbar.c
2157         * src/procmsg.c
2158         * src/stock_pixmap.c
2159         * src/stock_pixmap.h
2160         * src/summaryview.c
2161         * src/toolbar.c
2162         * src/toolbar.h
2163         * src/pixmaps/ham_btn.xpm
2164         * src/pixmaps/spam.xpm
2165         * src/pixmaps/spam_btn.xpm
2166         * src/plugins/spamassassin/spamassassin.c
2167                 Add button in toolbar for spam learning
2168                 Fix a few bugs from the last related commit
2169                 Revert 1.9.6cvs23 which messed up shift-selection
2170
2171 2006-02-24 [colin]      2.0.0cvs83
2172
2173         * src/procmsg.c
2174         * src/summaryview.c
2175         * src/summaryview.h
2176         * src/plugins/spamassassin/spamassassin.c
2177         * src/plugins/spamassassin/spamassassin.h
2178         * src/plugins/spamassassin/spamassassin_gtk.c
2179                 Unregister learner when spamassassin is either
2180                 disabled or over tcp
2181
2182 2006-02-24 [colin]      2.0.0cvs82
2183
2184         * src/Makefile.am
2185         * src/mainwindow.c
2186         * src/mainwindow.h
2187         * src/procmsg.c
2188         * src/procmsg.h
2189         * src/stock_pixmap.c
2190         * src/stock_pixmap.h
2191         * src/summaryview.c
2192         * src/summaryview.h
2193         * src/gtk/icon_legend.c
2194         * src/pixmaps/spam.xpm  ** NEW FILE **
2195         * src/plugins/spamassassin/spamassassin.c
2196         * src/plugins/spamassassin/spamassassin_gtk.c
2197                 Add spam learning interface (Mark/Mark as 
2198                 (spam|ham) menus)
2199
2200 2006-02-24 [wwp]        2.0.0cvs81
2201
2202         * src/compose.c
2203         * src/compose.h
2204         * src/filtering.c
2205                 hide compose window when sending message in batch mode
2206                 (filtering: forward and redirect). Also fixed a wrong
2207                 value returned when sending failed, neutral anyway.
2208                 (Colin, me) 
2209
2210 2006-02-24 [wwp]        2.0.0cvs80
2211
2212         * src/mainwindow.c
2213                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2214
2215 2006-02-24 [paul]       2.0.0cvs79
2216
2217         * src/news.c
2218         * src/news.h
2219         * src/news_gtk.c
2220                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2221                 Thanks to Colin
2222
2223 2006-02-23 [colin]      2.0.0cvs78
2224
2225         * src/alertpanel.c
2226                 Change OK to Close in alertpanel with View log
2227                 button; add accel to View log. Patch by Fabien
2228                 Vantard
2229
2230 2006-02-23 [wwp]        2.0.0cvs77
2231
2232         * src/compose.c
2233                 silly me, there were much more tests to perform, since toolbars can
2234                 really have down to 1 element only.
2235
2236 2006-02-23 [wwp]        2.0.0cvs76
2237
2238         * commitHelper
2239                 fixed indentation from my previous commit. Fallback to VISUAL if
2240                 EDITOR is not set (and to vi, at last resort).
2241
2242 2006-02-23 [wwp]        2.0.0cvs75
2243
2244         * commitHelper
2245                 improved error detection (Colin, me).
2246
2247 2006-02-23 [wwp]        2.0.0cvs74
2248
2249         * src/prefs_toolbar.c
2250                 simplify and fix prefs/toolbars layouting. Combos' contents can
2251                 now be really displayed.
2252
2253 2006-02-23 [wwp]        2.0.0cvs73
2254         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2255         be really displayed.
2256
2257 2006-02-22 [wwp]        2.0.0cvs72
2258
2259         * src/compose.c
2260                 fix a typo in my previous commit (sorry!).
2261
2262 2006-02-22 [wwp]        2.0.0cvs71
2263
2264         * src/prefs_toolbar.c
2265                 fix a crash when adding separators to toolbars,
2266                 also fix some separator item information.
2267
2268 2006-02-22 [wwp]        2.0.0cvs70
2269
2270         * src/compose.c
2271                 fix a crash when redirecting (for instance) when compose window's
2272                 toolbar contents has been customized (when some buttons have been
2273                 removed in fact).
2274
2275 2006-02-21 [wwp]        2.0.0cvs69
2276
2277         * src/summaryview.c
2278         * src/gtk/pluginwindow.c
2279         * src/plugins/pgpcore/prefs_gpg.c
2280                 fix some compilation warnings (feat. remains of removed code).
2281
2282 2006-02-21 [wwp]        2.0.0cvs68
2283
2284         * src/gtk/gtkutils.c
2285                 fix two compilation issues, thanks to Stephan Sachse.
2286
2287 2006-02-20 [colin]      2.0.0cvs67
2288
2289         * src/mainwindow.c
2290                 Don't reselect displayed mail on refocus
2291                 This fixes actions misbehaving 
2292
2293 2006-02-20 [wwp]        2.0.0cvs66
2294
2295         * src/summaryview.c
2296         * src/gtk/gtksctree.c
2297         * src/gtk/gtkshruler.c
2298                 changed more runtime typecast checks.
2299
2300 2006-02-20 [wwp]        2.0.0cvs65
2301
2302         * src/summary_search.c
2303                 find all - summaryview refresh issue fixed, thanks to Colin.
2304
2305 2006-02-20 [wwp]        2.0.0cvs64
2306
2307         * src/gtk/gtkutils.c
2308                 better runtime typecast checks.
2309
2310 2006-02-20 [wwp]        2.0.0cvs63
2311
2312         * src/summary_search.c
2313                 enhancements to the summary search:
2314                         - add the ability to stop the running search
2315                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2316                         - don't search if no criteria (From/To/Subject/Body) is set
2317                         - ensure that a busy mouse pointer is always shown when searching,
2318                           show it even a bit earlier
2319
2320 2006-02-19 [colin]      2.0.0cvs62
2321
2322         * src/compose.c
2323         * src/imap.c
2324         * src/etpan/imap-thread.c
2325         * src/etpan/imap-thread.h
2326                 (Future) IMAP speed improvement on sending
2327                 Will require a libetpan update
2328         * src/summaryview.c
2329         * src/gtk/quicksearch.c
2330                 Make quicksearch clearable while running.
2331
2332 2006-02-17 [colin]      2.0.0cvs61
2333
2334         * src/imap.c
2335         * src/etpan/imap-thread.c
2336         * src/etpan/imap-thread.h
2337                 Check for IMAP certificates
2338                 ** Requires libetpan-0.42-cvs4 
2339                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2340
2341 2006-02-17 [colin]      2.0.0cvs60
2342
2343         * src/messageview.c
2344         * src/prefs_common.c
2345         * src/prefs_common.h
2346         * src/prefs_message.c
2347                 Add pref to display HTML-only mails with plugin, 
2348                 if possible (defaulting to FALSE of course).
2349
2350 2006-02-16 [colin]      2.0.0cvs59
2351
2352         * src/main.c
2353         * src/common/plugin.c
2354         * src/common/plugin.h
2355         * src/gtk/pluginwindow.c
2356                 Keep track of requested (but unloaded) plugins
2357                 in some error cases.
2358
2359 2006-02-16 [wwp]        2.0.0cvs58
2360
2361         * src/gtk/gtkaspell.c
2362         * src/gtk/gtkaspell.h
2363         * src/prefs_spelling.c
2364         * src/compose.c
2365         * src/prefs_common.c
2366         * src/prefs_common.h
2367                 implemented new optional spellchecker behaviour: re-check message when
2368                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2369
2370 2006-02-16 [wwp]        2.0.0cvs57
2371
2372         * src/quote_fmt_parse.y
2373                 pclose popen'ed pipe.
2374
2375 2006-02-15 [colin]      2.0.0cvs56
2376
2377         * src/mimeview.c
2378         * src/mimeview.h
2379                 Let MimeViewers know which MimeView they
2380                 depend of.
2381         * src/summaryview.c
2382                 Swap From/To columns in Sent/Queue/Drafts
2383                 folders
2384         * src/etpan/imap-thread.c
2385                 Use mailstream_low_tls_open() for STARTTLS
2386                 instead of mailstream_low_ssl_open()
2387                 ** REQUIRES libetpan 0.42cvs3 **
2388
2389 2006-02-15 [wwp]        2.0.0cvs55
2390
2391         * src/compose.c
2392         * src/compose.h
2393         * src/message_search.c
2394         * src/message_search.h
2395         * src/textview.c
2396         * src/gtk/gtkutils.c
2397         * src/gtk/gtkutils.h
2398                 added the ability to Find text in the compose window (and a bit
2399                 of code factorization).
2400
2401 2006-02-15 [wwp]        2.0.0cvs54
2402
2403         * src/prefs_gtk.c
2404                 yet another one file was missing (fix for some widgets' sensitivity).
2405                 Thanks Colin!
2406
2407 2006-02-15 [wwp]        2.0.0cvs53
2408
2409         * src/prefs_gtk.h
2410                 oops forgot that file (fix for some widgets' sensitivity).
2411
2412 2006-02-15 [wwp]        2.0.0cvs52
2413
2414         * src/summary_search.c
2415                 implemented advanced summary search options (added the ability
2416                 to use matcher conditions in an advanced search mode).
2417
2418 2006-02-15 [wwp]        2.0.0cvs51
2419
2420         * src/plugins/pgpcore/prefs_gpg.c
2421         * src/prefs_account.c
2422                 fix some widget sensitivity, mostly around some labels in
2423                 account prefs.
2424
2425 2006-02-15 [paul]       2.0.0cvs50
2426
2427         * manual/advanced.xml
2428                 improve Templates info
2429                 written by wwp
2430
2431 2006-02-14 [colin]      2.0.0cvs49
2432
2433         * src/pixmaps/address_book.xpm
2434         * src/pixmaps/preferences.xpm
2435         * src/pixmaps/properties.xpm
2436                 Fix pixmap size - patch by Fabien Vantard
2437
2438 2006-02-13 [colin]      2.0.0cvs48
2439
2440         * src/procmime.c
2441                 Add missing fclose()s on error
2442         * src/textview.c
2443                 Remove unused code
2444         * src/common/utils.c
2445                 Fix temp files not being deleted on windows
2446         Patches by Thomas Gilgin
2447
2448 2006-02-13 [colin]      2.0.0cvs47
2449
2450         * src/mainwindow.c
2451                 Fix exit crash
2452
2453 2006-02-13 [wwp]        2.0.0cvs46
2454
2455         * src/plugins/pgpcore/prefs_gpg.c
2456                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2457
2458 2006-02-12 [colin]      2.0.0cvs45
2459
2460         * src/folderview.c
2461         * src/main.c
2462         * src/mainwindow.c
2463                 Fix "stuff" when quitting
2464
2465 2006-02-12 [wwp]        2.0.0cvs44
2466
2467         * src/prefs_themes.c
2468                 fix typos in debug messages.
2469
2470 2006-02-11 [colin]      2.0.0cvs43
2471
2472         * src/summaryview.c
2473                 don't allow drag/drop from ourself
2474
2475 2006-02-10 [wwp]        2.0.0cvs42
2476
2477         * src/exporthtml.c
2478         * src/html.c
2479         * src/html.h
2480         * src/procmime.c
2481         * src/textview.c
2482                 renamed html_ prefixed functions and data structures to avoid
2483                 namespace clashes w/ other software (gtkhtml2 for instance).
2484                 Closes bug #907.
2485
2486
2487 2006-02-09 [colin]      2.0.0cvs41
2488
2489         * src/summaryview.c
2490                 Fix shitty logic messed up. Thanks Ticho for the hint!
2491
2492 2006-02-09 [wwp]        2.0.0cvs40
2493
2494         * src/gtk/about.c
2495         * src/compose.c
2496         * src/prefs_account.c
2497         * src/prefs_gtk.h
2498         * src/editaddress.c
2499                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2500                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2501                 Browse buttons in accounts prefs.
2502
2503 2006-02-09 [colin]      2.0.0cvs39
2504
2505         * src/matcher.c
2506                 Check for pointer before using its members
2507         * src/gtk/gtksourceprintjob.c
2508                 Fix a wrong warning
2509
2510 2006-02-09 [wwp]        2.0.0cvs38
2511
2512         * src/gtk/filesel.c
2513                 fix few compiler warnings (type mismatch).
2514
2515 2006-02-09 [paul]       2.0.0cvs37
2516
2517         * po/fr.po
2518                 updated by Fabien Vantard
2519
2520 2006-02-08 [colin]      2.0.0cvs36
2521
2522         * src/prefs_common.c
2523         * src/common/defs.h
2524         * src/common/plugin.c
2525                 allow windows and linux configurations to coexist
2526                 patch by Thomas Gilgin
2527
2528 2006-02-08 [colin]      2.0.0cvs35
2529
2530         * src/filtering.c
2531         * src/matcher.c
2532         * src/matcher.h
2533         * src/matcher_parser_parse.y
2534         * src/prefs_filtering_action.c
2535         * src/prefs_matcher.c
2536                 Add the "Ignore thread" filtering
2537                 action
2538
2539 2006-02-08 [colin]      2.0.0cvs34
2540
2541         * src/compose.c
2542         * src/procmime.c
2543         * src/procmime.h
2544                 Fix bug #905 (damaged attachment)
2545                 text files with raw \0's aren't really text files
2546         FOR_STABLE
2547
2548 2006-02-08 [colin]      2.0.0cvs33
2549
2550         * src/summaryview.c
2551                 Fix crasher introduced yesterday
2552
2553 2006-02-08 [wwp]        2.0.0cvs32
2554
2555         * src/compose.c
2556         * src/compose.h
2557                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2558
2559 2006-02-08 [wwp]        2.0.0cvs31
2560
2561         * src/prefs_template.c
2562                 templates enhancement: allow address completion for Cc and Bcc fields
2563                 (it was currently possible for the To field only)
2564
2565 2006-02-08 [colin]      2.0.0cvs30
2566
2567         * src/compose.c
2568                 Don't unblock if not blocked
2569         FOR_STABLE
2570
2571 2006-02-07 [colin]      2.0.0cvs29
2572
2573         * src/action.c
2574                 Forgot to refresh summaryview
2575
2576 2006-02-07 [colin]      2.0.0cvs28
2577
2578         * src/action.c
2579                 Freeze/thaw message list and folder list while
2580                 processing %as{} actions 
2581         * src/compose.c
2582                 Fix auto-wrap disabling after a middle-click
2583                 paste - FOR_STABLE
2584
2585 2006-02-07 [paul]       2.0.0cvs27
2586
2587         * src/folder.c
2588                 fix freeing of uninitialised pointers
2589                 Thanks to Colin
2590
2591 2006-02-06 [colin]      2.0.0cvs26
2592
2593         * src/folder.c
2594                 Use g_slist_prepend in potentially big list
2595
2596 2006-02-06 [colin]      2.0.0cvs25
2597
2598         * src/folder.c
2599                 Completely skip processing if it doesn't 
2600                 exist (faster!)
2601
2602 2006-02-06 [colin]      2.0.0cvs24
2603
2604         * src/folder.c
2605         * src/summaryview.c
2606                 Batch filtering in summaryview (from Tools menu)
2607                 and pre/post//-processing too
2608
2609 2006-02-06 [colin]      2.0.0cvs23
2610
2611         * src/procmsg.h
2612         * src/filtering.c
2613                 Use a special field for batch filtering instead
2614                 of stepping on deferred execution's toes
2615
2616 2006-02-06 [colin]      2.0.0cvs22
2617
2618         * src/action.c
2619         * src/filtering.c
2620         * src/filtering.h
2621         * src/folder.c
2622         * src/summaryview.c
2623                 Fix filtering via menus and actions
2624
2625 2006-02-06 [colin]      2.0.0cvs21
2626
2627         * src/imap.c
2628                 Put the added file directly to cache if possible (will work
2629                 with next libetpan)
2630         * src/filtering.c
2631         * src/filtering.h
2632         * src/inc.c
2633         * src/folder.c
2634         * src/mbox.c
2635         * src/procmsg.h
2636                 Move and copy filtered messages by batches instead of one
2637                 by one - faster on IMAP
2638         * src/procmsg.c
2639                 Add a function that'll possibly be useful later
2640
2641 2006-02-06 [colin]      2.0.0cvs20
2642
2643         * src/addressbook.c
2644                 Use internal mime-type instead of text/plain for d'n'd
2645         * src/compose.c
2646                 Allow attaching files from mimeview's icon list via d'n'd
2647         * src/folderview.c
2648         * src/folderview.h
2649                 Use internal mime-type instead of text/plain for d'n'd
2650                 Don't try to selected opened folder if none is
2651                 Factorize d'n'd from other apps code
2652         * src/headerview.c
2653         * src/textview.c
2654         * src/gtk/gtkutils.c
2655         * src/gtk/gtkutils.h
2656                 Factorize Face/X-Face stuff
2657         * src/mimeview.c
2658                 Fix d'n'd to other apps
2659         * src/prefs_message.c
2660                 Let the XFace pref be usable without libcompface as it also
2661                 applies to Face
2662         * src/summaryview.c
2663                 Fix d'n'd to other apps
2664                 Factorize d'n'd from other apps code
2665
2666 2006-02-06 [wwp]        2.0.0cvs19
2667
2668         * po/it.po
2669                 Italian translation fixes by Andrea Spadaccini (no more confusion
2670                 between filtering and processing, and few changes in the About
2671                 dialog).
2672
2673
2674 2006-02-06 [mones]      2.0.0cvs18
2675
2676         * src/gtk/icon_legend.c
2677                 Improved descriptions allowing better translations
2678
2679 2006-02-05 [colin]      2.0.0cvs17
2680
2681         * src/imap.c
2682                 Add the f*cking missing expunge that caused imap_fetch_env
2683                 to fail after an add_msgs ! :-///
2684         * src/etpan/imap-thread.c
2685                 Add a bit of debug
2686         FOR_STABLE
2687
2688 2006-02-05 [colin]      2.0.0cvs16
2689
2690         * src/common/utils.c
2691                 Don't check for return-path (or we can't put
2692                 back non-sent mails)
2693
2694 2006-02-05 [colin]      2.0.0cvs15
2695
2696         * src/textview.c
2697                 Don't try to display Face header in textview
2698                 when teh headerview's active
2699
2700 2006-02-05 [colin]      2.0.0cvs14
2701
2702         * tools/tbird2syl.py
2703         * tools/Makefile.am
2704                 Add script to import Thunderbird mails
2705
2706 2006-02-05 [colin]      2.0.0cvs13
2707
2708         * src/headerview.c
2709         * src/procheader.c
2710         * src/procmsg.c
2711         * src/procmsg.h
2712         * src/textview.c
2713                 Show Face headers - patch partially by Klaus Flittner
2714
2715 2006-02-05 [colin]      2.0.0cvs12
2716
2717         * src/folderview.c
2718         * src/summaryview.c
2719         * src/common/utils.c
2720         * src/common/utils.h
2721                 Let dnd work from mime icons to summaryview
2722                 and to folderview too
2723                 Add a crude test to avoid trying to add files
2724                 drag'n'dropped when they're not mails
2725
2726 2006-02-04 [colin]      2.0.0cvs11
2727
2728         * src/summaryview.c
2729         * src/mimeview.c
2730                 Fix utf8 conversion
2731
2732 2006-02-04 [colin]      2.0.0cvs10
2733
2734         * src/compose.c
2735         * src/folderview.c
2736         * src/mimeview.c
2737         * src/summaryview.c
2738         * src/summaryview.h
2739                 Added various drag and drop capas:
2740                 From                    To
2741                 summaryview             other apps
2742                 mimeview icons          other apps
2743                 other apps              summaryview
2744                 other apps              folderview
2745
2746                 This shouldn't have broken the existing:
2747                 From                    To
2748                 summaryview             folderview
2749                 folderview              folderview
2750                 summaryview             compose's attachments
2751
2752         Tests welcomed.
2753
2754 2006-02-02 [paul]       2.0.0cvs9
2755
2756         * src/mainwindow.c
2757                 move global option 'Set displayed columns...' out
2758                 of folder option grouping.
2759                 fix sensitivity of 'harvest addresses'
2760         FOR_STABLE
2761
2762 2006-02-01 [colin]      2.0.0cvs8
2763
2764         * src/mimeview.c
2765                 Revert the alertpanel patch, it sucks (intrusive
2766                 and gets in the way of "open")
2767
2768 2006-02-01 [colin]      2.0.0cvs7
2769
2770         * src/compose.c
2771         * src/prefs_account.c
2772         * src/prefs_common.c
2773         * src/common/defs.h
2774         * src/common/utils.c
2775         * src/common/utils.h
2776                 Add ability to edit the signature file
2777                 from the account preferences, and use
2778                 a default for the text editor.
2779                 Patch by Fabien Vantard
2780
2781 2006-02-01 [colin]      2.0.0cvs6
2782
2783         * src/mimeview.c
2784                 Try to get mime type by extension if it is
2785                 application/octet-stream
2786                 Display a window with possible choices when
2787                 encountering unknown mime types
2788         * src/gtk/filesel.c
2789         * src/gtk/filesel.h
2790                 Add preview
2791                 Allow multiple selection in filtered filesel
2792                 (patch by Fabien Vantard)
2793         * src/gtk/pluginwindow.c
2794                 Use it (patch by Fabien Vantard)
2795
2796 2006-02-01 [paul]       2.0.0cvs5
2797
2798         * src/jpilot.c
2799                 fix crash on creating jpilot address book
2800                 Thanks to Colin - FOR_STABLE
2801         * src/prefs_summaries.c
2802         * src/prefs_wrapping.c
2803         * src/gtk/icon_legend.c
2804         * src/gtk/quicksearch.c
2805                 string fixes and additions
2806
2807 2006-02-01 [paul]       2.0.0cvs4
2808
2809         * src/compose.c
2810         * src/mainwindow.c
2811         * src/messageview.c
2812         * src/prefs_send.c
2813                 add Arabic encoding option
2814                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2815
2816 2006-01-31 [colin]      2.0.0cvs3
2817
2818         * src/plugins/pgpcore/passphrase.c
2819                 Convert passphrase to locale encoding
2820         * src/compose.c
2821                 Fix drafting on IMAP. Crappy bug sneaked in
2822                 the release :-/
2823         FOR_STABLE
2824
2825 2006-01-30 [paul]       2.0.0cvs2
2826
2827         * src/gtk/icon_legend.c
2828                 show the new entries
2829
2830 2006-01-30 [colin]      2.0.0cvs1
2831
2832         * src/manual.c
2833                 Check for the file to be present before 
2834                 enabling the menu - FOR_STABLE
2835         * src/gtk/icon_legend.c
2836                 Add folders icons (not all of them, there
2837                 are too much, but the most intriguing ones)
2838
2839 2006-01-30 [paul]       2.0.0
2840
2841         version 2.0.0 released
2842
2843 2006-01-30 [paul]       1.9.100cvs200
2844
2845         * manual/faq.xml
2846         * manual/gpl.xml
2847         * manual/intro.xml
2848         * manual/starting.xml
2849         * manual/sylpheed-claws-manual.xml
2850                 fixes, additions
2851
2852 2006-01-29 [mones]      1.9.100cvs199
2853
2854         * manual/account.xml
2855         * manual/advanced.xml
2856         * manual/glossary.xml
2857                 Some typos fixed, added LDIF term to glossary
2858         * po/es.po
2859                 Fixed leading plus symbol
2860
2861 2006-01-29 [paul]       1.9.100cvs198
2862
2863         * po/fi.po
2864         * po/sk.po
2865                 updated by Tommi Pirinen and Andrej Kacian
2866
2867 2006-01-29 [paul]       1.9.100cvs197
2868
2869         * src/gtk/authors.h
2870                 remove duplicates
2871
2872 2006-01-29 [paul]       1.9.100cvs196
2873
2874         * AUTHORS
2875         * po/nl.po
2876         * src/gtk/authors.h
2877         * tools/claws.i18n.status.pl
2878                 nl translation updated by Tim Dijkstra
2879
2880 2006-01-29 [paul]       1.9.100cvs195
2881
2882         * po/sr.po
2883         * po/sv.po
2884                 updated by Aleksandar Urosevic and Anders Troback
2885
2886 2006-01-28 [colin]      1.9.100cvs194
2887
2888         * src/gtk/gtksourceprintjob.c
2889                 Don't fiddle with PangoLayout when we
2890                 have an image
2891
2892 2006-01-28 [paul]       1.9.100cvs193
2893
2894         * AUTHORS
2895         * po/el.po
2896         * po/zh_CN.po
2897         * src/gtk/authors.h
2898         * tools/claws.i18n.status.pl
2899                 updated translations submitted by Stavros Giannouris
2900                 and Ralgh Young
2901
2902 2006-01-27 [colin]      1.9.100cvs192
2903
2904         * src/summaryview.c
2905         * src/gtk/gtksourceprintjob.c
2906                 Add image printing 
2907                 (libgnomeprint only, of course)
2908
2909 2006-01-27 [paul]       1.9.100cvs191
2910
2911         * po/fr.po
2912         * po/it.po
2913                 updated by Fabien Vantard and Andrea Spadaccini
2914
2915 2006-01-26 [colin]      1.9.100cvs190
2916
2917         * manual/Makefile.am
2918         * configure.ac
2919                 Make building the manual optional 
2920                 (--disable-manual)
2921
2922 2006-01-26 [paul]       1.9.100cvs189
2923
2924         * manual/glossary.xml
2925         * manual/plugins.xml
2926                 edited
2927         * po/en_GB.po
2928                 updated
2929
2930 2006-01-26 [paul]       1.9.100cvs188
2931
2932         * src/prefs_display_header.c
2933         * src/prefs_folder_column.c
2934         * src/prefs_msg_colors.c
2935         * src/prefs_summaries.c
2936         * src/prefs_summary_column.c
2937                 HIGify
2938
2939 2006-01-25 [colin]      1.9.100cvs187
2940
2941         * src/imap.c
2942                 Don't allow moving/copying mails between
2943                 queue/drafts and non-queue/drafts folders
2944                 Fixes bug #897 (message header is resetted 
2945                 if one is copied to Drafts)
2946
2947 2006-01-25 [colin]      1.9.100cvs186
2948
2949         * src/folder.c
2950         * src/mainwindow.c
2951                 Fix subscribed folders not found
2952         * src/compose.c
2953                 Don't try to encode as original mail's charset
2954                 if it's ascii 
2955
2956 2006-01-25 [paul]       1.9.100cvs185
2957
2958         * AUTHORS
2959         * po/Makevars
2960                 updated
2961         * po/de.po
2962         * po/pl.po
2963         * po/pt_BR.po
2964         * po/sr.po
2965                 updates submitted by Stephan Sachse, Emilian Nowak
2966                 and Quar, Frederico Goncalves Guimaraes, and
2967                 Aleksandar Urosevic
2968                 Fix Bug 896, 'PT_BR locale broken'.
2969         * src/gtk/authors.h
2970                 updated
2971
2972 2006-01-24 [mones]      1.9.100cvs184
2973
2974         * manual/glossary.xml
2975                 All current terms finished. Reviewers welcome ;-)
2976         * manual/keyboard.xml
2977                 Fixed column width for pdf output.
2978         * po/es.po
2979                 Updated
2980
2981 2006-01-24 [paul]       1.9.100cvs183
2982
2983         * manual/glossary.xml
2984                 fix id name
2985         * manual/dist/html/Makefile.am
2986         * manual/dist/pdf/Makefile.am
2987         * manual/dist/ps/Makefile.am
2988         * manual/dist/txt/Makefile.am
2989                 fix make deps
2990                 Thanks to Colin
2991
2992 2006-01-24 [mones]      1.9.100cvs182
2993
2994         * manual/glossary.xml
2995                 Nearly finished, some terms missing.
2996
2997 2006-01-23 [paul]       1.9.100cvs181
2998
2999         * manual/dist/html/Makefile.am
3000         * manual/dist/pdf/Makefile.am
3001         * manual/dist/ps/Makefile.am
3002         * manual/dist/txt/Makefile.am
3003         * src/mainwindow.c
3004                 re-enable manual
3005                 Thanks to Colin
3006
3007 2006-01-22 [colin]      1.9.100cvs180
3008
3009         * src/compose.c
3010         * src/gtk/gtkaspell.c
3011                 Don't deselect stuff before right-clicking, with aspell.
3012                 (This prevented right-click Copy, for example).
3013                 Thanks to Clo!
3014
3015 2006-01-22 [paul]       1.9.100cvs179
3016
3017         * src/summary_search.c
3018                 don't fix the widget size as it causes problems
3019                 under localisation.
3020                 Thanks to Emilian Nowak
3021
3022 2006-01-21 [paul]       1.9.100cvs178
3023
3024         * src/prefs_themes.c
3025                 fix broken underlining of label text
3026                 with some translations
3027
3028 2006-01-21 [colin]      1.9.100cvs177
3029
3030         * po/fr.po
3031                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3032
3033 2006-01-20 [colin]      1.9.100cvs176
3034
3035         * configure.ac
3036         * Makefile.am
3037         * manual/Makefile
3038         * manual/dist/html/.cvsignore
3039         * manual/dist/html/Makefile.am
3040         * manual/dist/pdf/.cvsignore
3041         * manual/dist/pdf/Makefile.am
3042         * manual/dist/ps/.cvsignore
3043         * manual/dist/ps/Makefile.am
3044         * manual/dist/txt/.cvsignore
3045         * manual/dist/txt/Makefile.am
3046                 Autotool-ize manual
3047
3048 2006-01-20 [paul]       1.9.100cvs175
3049
3050         * manual/handling.xml
3051                 make Filtering and Searching entries easier to find
3052         * manual/keyboard.xml
3053                 add the remaining default keybinds
3054         * src/prefs_summaries.c
3055                 update the default keybinds
3056
3057 2006-01-20 [paul]       1.9.100cvs174
3058
3059         * src/addressbook.c
3060         * src/addrgather.c
3061         * src/addrharvest.c
3062         * src/editaddress.c
3063         * src/editgroup.c
3064         * src/exphtmldlg.c
3065         * src/expldifdlg.c
3066         * src/exporthtml.c
3067         * src/exportldif.c
3068         * src/ldif.c
3069                 replace 'e-mail' with 'email'
3070         * src/summary_search.c
3071                 add mnemonic to "Find all" button
3072
3073 2006-01-20 [wwp]        1.9.100cvs173
3074
3075         * src/export.c
3076         * src/import.c
3077                 touched mbox import/export buttons for HIG-compliance
3078
3079 2006-01-19 [paul]       1.9.100cvs172
3080
3081         * manual/account.xml
3082         * manual/addrbook.xml
3083         * manual/advanced.xml
3084         * manual/faq.xml
3085         * manual/handling.xml
3086         * manual/intro.xml
3087         * manual/plugins.xml
3088         * manual/starting.xml
3089                 more editing
3090
3091 2006-01-19 [paul]       1.9.100cvs171
3092
3093         * src/toolbar.c
3094                 allow use of trash button while receiving
3095                 Thanks to Colin
3096
3097 2006-01-19 [wwp]        1.9.100cvs170
3098
3099         * src/gtk/quicksearch.c
3100         * src/compose.c
3101                 force text color to black when yellow background is set
3102
3103 2006-01-19 [colin]      1.9.100cvs169
3104
3105         * src/plugins/trayicon/trayicon.c
3106                 Gray out Get Mail when already getting mail
3107
3108 2006-01-18 [paul]       1.9.100cvs168
3109
3110         * src/compose.c
3111                 give widget yellow background was To is
3112                 set via folder prefs
3113         * src/gtk/quicksearch.c
3114                 give widget yellow background when quick
3115                 search is active.
3116                 Thanks to Colin
3117
3118 2006-01-18 [paul]       1.9.100cvs167
3119
3120         * doc/man/sylpheed-claws.1
3121                 add --subscribe option
3122
3123 2006-01-18 [paul]       1.9.100cvs166
3124
3125         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3126         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3127                 use %U instead of %F (%F is broken for user installed
3128                 files in kde 3.5)
3129
3130 2006-01-18 [colin]      1.9.100cvs165
3131
3132         * src/summaryview.c
3133                 Default to Yes in "No more * messages" dialogs
3134
3135 2006-01-17 [colin]      1.9.100cvs164
3136
3137         * src/compose.c
3138                 Possibly fix an invalid iterator causing
3139                 crash
3140
3141 2006-01-17 [colin]      1.9.100cvs163
3142
3143         * src/mimeview.c
3144                 Fix crash when the image disappears under the
3145                 image viewer
3146
3147 2006-01-16 [colin]      1.9.100cvs162
3148
3149         * src/compose.c
3150                 Fix reenabling autowrap
3151
3152 2006-01-16 [colin]      1.9.100cvs161
3153
3154         * src/compose.c
3155                 reset quote_len before getting quote_str
3156
3157 2006-01-16 [colin]      1.9.100cvs160
3158
3159         * src/account.c
3160         * src/account.h
3161         * src/folder.c
3162         * src/imap_gtk.c
3163         * src/mh_gtk.c
3164                 Fix bug #883 (default inbox does not track folder move)
3165
3166 2006-01-16 [colin]      1.9.100cvs159
3167
3168         * src/compose.c
3169         * src/plugins/pgpcore/passphrase.c
3170                 More buttons fixes
3171
3172 2006-01-16 [paul]       1.9.100cvs158
3173
3174         * src/prefs_actions.c
3175         * src/prefs_filtering_action.c
3176         * src/prefs_matcher.c
3177         * src/quote_fmt.c
3178         * src/gtk/description_window.c
3179         * src/gtk/description_window.h
3180         * src/gtk/quicksearch.c
3181                 description window cleanups
3182
3183 2006-01-15 [colin]      1.9.100cvs157
3184
3185         * src/addressbook.c
3186         * src/prefs_filtering.c
3187                 Same here
3188
3189 2006-01-15 [colin]      1.9.100cvs156
3190
3191         * src/folderview.c
3192         * src/mainwindow.c
3193                 Same for "Empty trash"
3194
3195 2006-01-15 [colin]      1.9.100cvs155
3196
3197         * src/inc.c
3198                 Override offline dialog had Yes by default
3199
3200 2006-01-15 [colin]      1.9.100cvs154
3201
3202         * src/summaryview.c
3203                 Delete selected messages? previously had Yes the default
3204
3205 2006-01-15 [colin]      1.9.100cvs153
3206
3207         * src/folder.c
3208         * src/folder.h
3209         * src/main.c
3210                 Check if a mailbox is loaded after all
3211                 plugins are loaded.
3212
3213 2006-01-15 [colin]      1.9.100cvs152
3214
3215         * src/folder.c
3216                 Don't start wizard when there are unloaded folders (will help
3217                 people with only mbox or maildir mailboxes)
3218
3219 2006-01-14 [colin]      1.9.100cvs151
3220
3221         * src/addressbook.c
3222         * src/expldifdlg.c
3223         * src/importldif.c
3224         * src/importmutt.c
3225         * src/importpine.c
3226         * src/mh_gtk.c
3227                 More HIG compliance and fixes
3228
3229 2006-01-14 [colin]      1.9.100cvs150
3230
3231         * src/prefs_filtering_action.c
3232         * src/foldersel.c
3233                 Two forgotten button order changes
3234
3235 2006-01-14 [colin]      1.9.100cvs149
3236
3237         * src/account.c
3238         * src/addressbook.c
3239         * src/compose.c
3240         * src/folderview.c
3241         * src/imap_gtk.c
3242         * src/mainwindow.c
3243         * src/mh_gtk.c
3244         * src/news_gtk.c
3245         * src/prefs_actions.c
3246         * src/prefs_customheader.c
3247         * src/prefs_filtering.c
3248         * src/prefs_matcher.c
3249         * src/prefs_template.c
3250         * src/ssl_manager.c
3251         * src/summaryview.c
3252         * src/textview.c
3253         * src/toolbar.c
3254                 All deletion confirmations are now "Cancel, Delete" 
3255                 instead of "No, Yes"
3256                 Clarified most of the other "No, Yes" to 
3257                 "Cancel, Descriptive_action"
3258                 Rechanged the "Entry not saved" alerts to have 
3259                 "Close, Continue editing"
3260
3261
3262 2006-01-14 [paul]
3263
3264         * 2.0.0-rc4 released
3265
3266 2006-01-14 [paul]       1.9.100cvs148
3267
3268         * src/account.c
3269         * src/addressadd.c
3270         * src/addressbook.c
3271         * src/compose.c
3272         * src/editaddress.c
3273         * src/editbook.c
3274         * src/editgroup.c
3275         * src/editjpilot.c
3276         * src/editldap.c
3277         * src/editvcard.c
3278         * src/exphtmldlg.c
3279         * src/expldifdlg.c
3280         * src/folderview.c
3281         * src/grouplistdialog.c
3282         * src/imap_gtk.c
3283         * src/importmutt.c
3284         * src/importpine.c
3285         * src/inc.c
3286         * src/main.c
3287         * src/mainwindow.c
3288         * src/message_search.c
3289         * src/messageview.c
3290         * src/mh_gtk.c
3291         * src/mimeview.c
3292         * src/news_gtk.c
3293         * src/prefs_actions.c
3294         * src/prefs_customheader.c
3295         * src/prefs_filtering.c
3296         * src/prefs_matcher.c
3297         * src/prefs_template.c
3298         * src/prefs_themes.c
3299         * src/ssl_manager.c
3300         * src/summary_search.c
3301         * src/summaryview.c
3302         * src/textview.c
3303         * src/toolbar.c
3304         * src/gtk/foldersort.c
3305         * src/gtk/gtkaspell.c
3306         * src/gtk/inputdialog.c
3307         * src/gtk/prefswindow.c
3308         * src/plugins/pgpcore/select-keys.c
3309         * src/plugins/trayicon/trayicon.c
3310                 HIG compliant button order
3311
3312 2006-01-14 [mones]      1.9.100cvs147
3313
3314         * po/es.po
3315                 Updated translation
3316
3317 2006-01-13 [paul]       1.9.100cvs146
3318
3319         * AUTHORS
3320         * ChangeLog
3321         * src/gtk/authors.h
3322                 add Joshua M. Kwan to contributors list
3323
3324 2006-01-13 [colin]      1.9.100cvs145
3325
3326         * src/gtk/quicksearch.c
3327                 Don't refocus quick search after executing (Esc or Enter)
3328                 Allows to '/'search something then move up/down in 
3329                 summaryview, and to Esc a search and be back in the 
3330                 summaryview
3331
3332 2006-01-13 [paul]       1.9.100cvs144
3333
3334         * src/plugins/pgpinline/pgpinline.c
3335                 support Content-Type 'application/pgp'
3336                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3337
3338 2006-01-13 [paul]       1.9.100cvs143
3339
3340         * manual/account.xml
3341                 make mention of partial retrieval
3342                 thanks to Colin
3343
3344 2006-01-13 [paul]       1.9.100cvs142
3345
3346         * src/account.c
3347         * src/account.h
3348         * src/action.c
3349         * src/action.h
3350         * src/adbookbase.h
3351         * src/addr_compl.c
3352         * src/addr_compl.h
3353         * src/addrbook.c
3354         * src/addrcache.c
3355         * src/addrcache.h
3356         * src/addrcindex.c
3357         * src/addrcindex.h
3358         * src/addrclip.c
3359         * src/addrclip.h
3360         * src/addrdefs.h
3361         * src/addressadd.c
3362         * src/addressadd.h
3363         * src/addressbook.c
3364         * src/addressbook.h
3365         * src/addrgather.c
3366         * src/addrgather.h
3367         * src/addrharvest.c
3368         * src/addrharvest.h
3369         * src/addrindex.c
3370         * src/addrindex.h
3371         * src/addritem.c
3372         * src/addritem.h
3373         * src/addrquery.c
3374         * src/addrquery.h
3375         * src/addrselect.c
3376         * src/addrselect.h
3377         * src/alertpanel.c
3378         * src/alertpanel.h
3379         * src/browseldap.c
3380         * src/browseldap.h
3381         * src/codeconv.c
3382         * src/codeconv.h
3383         * src/compose.c
3384         * src/compose.h
3385         * src/customheader.c
3386         * src/customheader.h
3387         * src/displayheader.c
3388         * src/displayheader.h
3389         * src/editaddress.c
3390         * src/editaddress.h
3391         * src/editbook.c
3392         * src/editbook.h
3393         * src/editgroup.c
3394         * src/editgroup.h
3395         * src/editjpilot.c
3396         * src/editjpilot.h
3397         * src/editldap.c
3398         * src/editldap.h
3399         * src/editldap_basedn.c
3400         * src/editldap_basedn.h
3401         * src/editvcard.c
3402         * src/editvcard.h
3403         * src/exphtmldlg.c
3404         * src/exphtmldlg.h
3405         * src/expldifdlg.c
3406         * src/expldifdlg.h
3407         * src/export.h
3408         * src/exporthtml.c
3409         * src/exporthtml.h
3410         * src/exportldif.c
3411         * src/exportldif.h
3412         * src/filtering.c
3413         * src/filtering.h
3414         * src/folder.c
3415         * src/folder.h
3416         * src/folder_item_prefs.c
3417         * src/folder_item_prefs.h
3418         * src/foldersel.c
3419         * src/foldersel.h
3420         * src/folderutils.c
3421         * src/folderutils.h
3422         * src/folderview.c
3423         * src/folderview.h
3424         * src/grouplistdialog.c
3425         * src/grouplistdialog.h
3426         * src/headerview.c
3427         * src/html.c
3428         * src/html.h
3429         * src/image_viewer.c
3430         * src/image_viewer.h
3431         * src/imap.c
3432         * src/imap.h
3433         * src/imap_gtk.c
3434         * src/imap_gtk.h
3435         * src/import.h
3436         * src/importldif.c
3437         * src/importldif.h
3438         * src/importmutt.c
3439         * src/importmutt.h
3440         * src/importpine.c
3441         * src/importpine.h
3442         * src/inc.c
3443         * src/inc.h
3444         * src/jpilot.c
3445         * src/jpilot.h
3446         * src/ldapctrl.c
3447         * src/ldapctrl.h
3448         * src/ldaplocate.c
3449         * src/ldaplocate.h
3450         * src/ldapquery.c
3451         * src/ldapquery.h
3452         * src/ldapserver.c
3453         * src/ldapserver.h
3454         * src/ldaputil.c
3455         * src/ldaputil.h
3456         * src/ldif.c
3457         * src/ldif.h
3458         * src/main.c
3459         * src/main.h
3460         * src/mainwindow.c
3461         * src/mainwindow.h
3462         * src/manual.c
3463         * src/manual.h
3464         * src/mbox.c
3465         * src/mbox.h
3466         * src/message_search.c
3467         * src/message_search.h
3468         * src/messageview.c
3469         * src/messageview.h
3470         * src/mh.c
3471         * src/mh.h
3472         * src/mh_gtk.c
3473         * src/mh_gtk.h
3474         * src/mimeview.c
3475         * src/mimeview.h
3476         * src/msgcache.c
3477         * src/msgcache.h
3478         * src/mutt.c
3479         * src/mutt.h
3480         * src/news.c
3481         * src/news.h
3482         * src/news_gtk.c
3483         * src/news_gtk.h
3484         * src/partial_download.c
3485         * src/partial_download.h
3486         * src/pine.c
3487         * src/pine.h
3488         * src/pop.c
3489         * src/pop.h
3490         * src/prefs_account.c
3491         * src/prefs_account.h
3492         * src/prefs_actions.c
3493         * src/prefs_actions.h
3494         * src/prefs_common.c
3495         * src/prefs_common.h
3496         * src/prefs_compose_writing.c
3497         * src/prefs_compose_writing.h
3498         * src/prefs_customheader.c
3499         * src/prefs_customheader.h
3500         * src/prefs_display_header.c
3501         * src/prefs_display_header.h
3502         * src/prefs_filtering.c
3503         * src/prefs_filtering.h
3504         * src/prefs_filtering_action.c
3505         * src/prefs_filtering_action.h
3506         * src/prefs_folder_column.c
3507         * src/prefs_folder_column.h
3508         * src/prefs_folder_item.c
3509         * src/prefs_folder_item.h
3510         * src/prefs_fonts.c
3511         * src/prefs_fonts.h
3512         * src/prefs_gtk.c
3513         * src/prefs_gtk.h
3514         * src/prefs_image_viewer.c
3515         * src/prefs_image_viewer.h
3516         * src/prefs_matcher.c
3517         * src/prefs_matcher.h
3518         * src/prefs_message.c
3519         * src/prefs_msg_colors.c
3520         * src/prefs_msg_colors.h
3521         * src/prefs_other.c
3522         * src/prefs_quote.c
3523         * src/prefs_receive.c
3524         * src/prefs_send.c
3525         * src/prefs_spelling.c
3526         * src/prefs_spelling.h
3527         * src/prefs_summaries.c
3528         * src/prefs_summaries.h
3529         * src/prefs_summary_column.c
3530         * src/prefs_summary_column.h
3531         * src/prefs_template.c
3532         * src/prefs_template.h
3533         * src/prefs_themes.c
3534         * src/prefs_themes.h
3535         * src/prefs_toolbar.c
3536         * src/prefs_toolbar.h
3537         * src/prefs_wrapping.c
3538         * src/prefs_wrapping.h
3539         * src/privacy.c
3540         * src/privacy.h
3541         * src/procheader.c
3542         * src/procheader.h
3543         * src/procmime.c
3544         * src/procmime.h
3545         * src/procmsg.c
3546         * src/procmsg.h
3547         * src/quote_fmt.c
3548         * src/quote_fmt_parse.y
3549         * src/recv.c
3550         * src/recv.h
3551         * src/remotefolder.c
3552         * src/remotefolder.h
3553         * src/send_message.c
3554         * src/send_message.h
3555         * src/setup.c
3556         * src/setup.h
3557         * src/sourcewindow.c
3558         * src/sourcewindow.h
3559         * src/ssl_manager.c
3560         * src/ssl_manager.h
3561         * src/statusbar.c
3562         * src/statusbar.h
3563         * src/stock_pixmap.c
3564         * src/stock_pixmap.h
3565         * src/summary_search.c
3566         * src/summary_search.h
3567         * src/summaryview.c
3568         * src/summaryview.h
3569         * src/syldap.c
3570         * src/syldap.h
3571         * src/textview.c
3572         * src/textview.h
3573         * src/toolbar.c
3574         * src/toolbar.h
3575         * src/undo.c
3576         * src/undo.h
3577         * src/unmime.c
3578         * src/unmime.h
3579         * src/vcard.c
3580         * src/vcard.h
3581         * src/wizard.c
3582         * src/wizard.h
3583         * src/common/base64.c
3584         * src/common/base64.h
3585         * src/common/defs.h
3586         * src/common/hooks.c
3587         * src/common/hooks.h
3588         * src/common/log.c
3589         * src/common/log.h
3590         * src/common/mgutils.c
3591         * src/common/mgutils.h
3592         * src/common/nntp.c
3593         * src/common/nntp.h
3594         * src/common/passcrypt.c
3595         * src/common/passcrypt.h.in
3596         * src/common/plugin.c
3597         * src/common/plugin.h
3598         * src/common/prefs.c
3599         * src/common/prefs.h
3600         * src/common/progressindicator.c
3601         * src/common/progressindicator.h
3602         * src/common/quoted-printable.c
3603         * src/common/quoted-printable.h
3604         * src/common/session.c
3605         * src/common/session.h
3606         * src/common/smtp.c
3607         * src/common/smtp.h
3608         * src/common/socket.c
3609         * src/common/socket.h
3610         * src/common/ssl.c
3611         * src/common/ssl.h
3612         * src/common/ssl_certificate.c
3613         * src/common/ssl_certificate.h
3614         * src/common/stringtable.c
3615         * src/common/stringtable.h
3616         * src/common/sylpheed.c
3617         * src/common/sylpheed.h
3618         * src/common/template.c
3619         * src/common/template.h
3620         * src/common/timing.h
3621         * src/common/utils.c
3622         * src/common/utils.h
3623         * src/common/version.h.in
3624         * src/common/xml.c
3625         * src/common/xml.h
3626         * src/common/xmlprops.c
3627         * src/common/xmlprops.h
3628         * src/gtk/colorlabel.c
3629         * src/gtk/colorsel.c
3630         * src/gtk/colorsel.h
3631         * src/gtk/description_window.c
3632         * src/gtk/description_window.h
3633         * src/gtk/filesel.c
3634         * src/gtk/filesel.h
3635         * src/gtk/foldersort.c
3636         * src/gtk/foldersort.h
3637         * src/gtk/gtkutils.c
3638         * src/gtk/gtkutils.h
3639         * src/gtk/inputdialog.c
3640         * src/gtk/inputdialog.h
3641         * src/gtk/logwindow.c
3642         * src/gtk/logwindow.h
3643         * src/gtk/manage_window.c
3644         * src/gtk/manage_window.h
3645         * src/gtk/menu.c
3646         * src/gtk/menu.h
3647         * src/gtk/pluginwindow.c
3648         * src/gtk/pluginwindow.h
3649         * src/gtk/prefswindow.c
3650         * src/gtk/prefswindow.h
3651         * src/gtk/progressdialog.c
3652         * src/gtk/progressdialog.h
3653         * src/gtk/sslcertwindow.c
3654         * src/gtk/sslcertwindow.h
3655         * src/plugins/clamav/clamav_plugin.c
3656         * src/plugins/clamav/clamav_plugin.h
3657         * src/plugins/clamav/clamav_plugin_gtk.c
3658         * src/plugins/demo/demo.c
3659         * src/plugins/dillo_viewer/dillo_prefs.c
3660         * src/plugins/dillo_viewer/dillo_prefs.h
3661         * src/plugins/dillo_viewer/dillo_viewer.c
3662         * src/plugins/pgpcore/passphrase.c
3663         * src/plugins/pgpcore/passphrase.h
3664         * src/plugins/pgpcore/plugin.c
3665         * src/plugins/pgpcore/select-keys.c
3666         * src/plugins/pgpcore/select-keys.h
3667         * src/plugins/pgpcore/sgpgme.c
3668         * src/plugins/pgpcore/sgpgme.h
3669         * src/plugins/pgpinline/pgpinline.c
3670         * src/plugins/pgpinline/pgpinline.h
3671         * src/plugins/pgpinline/plugin.c
3672         * src/plugins/pgpmime/pgpmime.c
3673         * src/plugins/pgpmime/pgpmime.h
3674         * src/plugins/pgpmime/plugin.c
3675         * src/plugins/spamassassin/spamassassin.c
3676         * src/plugins/spamassassin/spamassassin.h
3677         * src/plugins/spamassassin/spamassassin_gtk.c
3678         * src/plugins/trayicon/trayicon.c
3679                 update copyright header
3680
3681 2006-01-13 [paul]       1.9.100cvs141
3682
3683         * src/account.c
3684         * src/export.c
3685         * src/import.c
3686         * src/mainwindow.c
3687         * src/prefs_account.c
3688         * src/prefs_display_header.c
3689         * src/prefs_receive.c
3690         * src/prefs_send.c
3691         * src/prefs_summaries.c
3692         * src/prefs_themes.c
3693         * src/prefs_toolbar.c
3694         * src/gtk/about.c
3695                 various cleanups
3696
3697 2006-01-12 [colin]      1.9.100cvs140
3698
3699         * src/folder.c
3700         * src/folder.h
3701         * src/main.c
3702                 Add --subscribe option
3703                 Let sylpheed-claws email@domain.com equivalent to --compose
3704                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3705
3706 2006-01-12 [paul]       1.9.100cvs139
3707
3708         * src/mainwindow.c
3709                 append 'Change folder order' label with '...'
3710         * src/prefs_actions.c
3711                 allow reordering of actions list by dnd
3712         * src/gtk/foldersort.c
3713                 make the dialog nicer
3714
3715 2006-01-11 [colin]      1.9.100cvs138
3716
3717         * src/compose.c
3718                 Allow templates without text
3719
3720 2006-01-11 [paul]       1.9.100cvs137
3721
3722         * tools/README
3723         * tools/filter_conv_new.pl
3724                 add info to README
3725                 also check .sylpheed for filter.xml
3726                 be a bit informative to the user
3727
3728 2006-01-11 [colin]      1.9.100cvs136
3729
3730         * src/textview.c
3731                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3732
3733 2006-01-10 [paul]       1.9.100cvs135
3734
3735         * tools/Makefile.am
3736         * tools/filter_conv_new.pl
3737                 add script to convert new style Sylpheed
3738                 filter rules (Sylpheed >= 0.9.99) to
3739                 Claws filtering rules
3740
3741 2006-01-10 [colin]      1.9.100cvs134
3742
3743         * src/compose.c
3744                 Fix broken line joins in certain conditions
3745                 (between two quoted lines: <enter><enter><up>
3746                  <type a wrapped sentence><go in the first line>
3747                  <insert more text><watch as line joining failed>)
3748
3749 2006-01-10 [paul]       1.9.100cvs133
3750
3751         * src/compose.c
3752                 don't report success in error dialog
3753                 thanks to Colin
3754         * src/common/utils.c
3755                 include some trailing punctuations as URI
3756                 thanks to Hiro
3757
3758 2006-01-10 [paul]       1.9.100cvs132
3759
3760         * src/mimeview.c
3761                 fix incompatible pointer type
3762                 warning
3763
3764 2006-01-10 [paul]       1.9.100cvs131
3765
3766         * src/compose.c
3767                 change Subject in window title
3768                 instantaneously
3769
3770 2006-01-09 [colin]      1.9.100cvs130
3771
3772         * src/addressbook.c
3773         * src/headerview.c
3774         * src/mainwindow.c
3775         * src/messageview.c
3776         * src/mimeview.c
3777         * src/noticeview.c
3778         * src/summaryview.c
3779                 Fix possible crashes on exit and in addressbook
3780
3781 2006-01-09 [paul]       1.9.100cvs129
3782
3783         * src/prefs_msg_colors.c
3784                 some cleanups that I forgot last time
3785
3786 2006-01-09 [paul]       1.9.100cvs128
3787
3788         * README
3789         * src/folderview.c
3790         * src/prefs_msg_colors.c
3791                 add previously hidden option, color_new, to
3792                 the gui
3793                 move the page to Display/
3794                 rework the gui
3795
3796 2006-01-09 [wwp]        1.9.100cvs127
3797
3798         * src/prefs_themes.c
3799                 made the prefs/display/themes layouts spacing less condensed
3800                 (and so they match other prefs/pages' look).
3801
3802 2006-01-09 [paul]       1.9.100cvs126
3803
3804         * src/compose.c
3805         * src/prefs_common.c
3806         * src/prefs_common.h
3807         * src/prefs_wrapping.c
3808                 remove 'wrap at send' option
3809
3810 2006-01-06 [colin]      1.9.100cvs125
3811
3812         * src/compose.c
3813                 Just make completely sure we don't insert "manual line breaks" 
3814                 when wrapping... 
3815
3816 2006-01-04 [paul]
3817
3818         * 2.0.0-rc3 released
3819
3820 2006-01-04 [paul]       1.9.100cvs124
3821
3822         * src/folderview.c
3823                 fix bug 882, 'quick scroll in folder list
3824                 displays wrong folder contents'
3825
3826 2006-01-04 [paul]       1.9.100cvs123
3827
3828         * src/plugins/pgpmime/pgpmime.c
3829                 better debug information when signing
3830                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3831
3832 2006-01-03 [colin]      1.9.100cvs122
3833
3834         * configure.ac
3835                 We need to recheck for gpgme 1.0.0 after checking
3836                 for 1.1.1, because if 1.1.1 isn't available, 
3837                 GPGME_LIBS and friends are blanked out by the 
3838                 second check.
3839
3840 2006-01-03 [colin]      1.9.100cvs121
3841
3842         * src/common/prefs.c
3843                 Windows unlink-before rename fix
3844         * src/plugins/pgpcore/sgpgme.c
3845                 Add support for PKA info if available
3846                 Both patches by Werner Koch
3847
3848 2006-01-03 [paul]       1.9.100cvs120
3849
3850         * src/messageview.c
3851                 fix bug 884, 'Send receipt' button visible in queue
3852                 Thanks to Colin
3853
3854 2006-01-02 [colin]      1.9.100cvs119
3855
3856         * src/compose.c
3857         * src/imap.c
3858                 Fix autosave on IMAP and more generally try to
3859                 return the correct ID on a newly added IMAP message
3860
3861 2006-01-02 [paul]       1.9.100cvs118
3862
3863         * manual/keyboard.xml
3864                 edited
3865
3866 2006-01-01 [paul]       1.9.100cvs117
3867
3868         * src/gtk/authors.h
3869                 alphabetical order
3870
3871 2005-12-30 [colin]      1.9.100cvs116
3872
3873         * manual/advanced.xml
3874                 Explain Pre/Post-processing differences.
3875
3876 2005-12-30 [colin]      1.9.100cvs115
3877
3878         * src/mh.c
3879                 Implement copy_msgs for a little optimization
3880         * src/imap.c
3881                 Finish yesterday's fix
3882
3883 2005-12-29 [colin]      1.9.100cvs114
3884
3885         * src/imap.c
3886                 Fix occasional failure in fetching a mail over
3887                 IMAP
3888
3889 2005-12-29 [colin]      1.9.100cvs113
3890
3891         * src/compose.c
3892                 Don't remove a draft when sending it, if it is 
3893                 locked.
3894
3895 2005-12-28 [colin]      1.9.100cvs112
3896
3897         * src/summaryview.c
3898                 Fix leak for real
3899
3900 2005-12-28 [wwp]        1.9.100cvs111
3901
3902         * doc/faq/.cvsignore
3903         * doc/faq/de/.cvsignore
3904         * doc/faq/en/.cvsignore
3905         * doc/faq/es/.cvsignore
3906         * doc/faq/fr/.cvsignore
3907         * doc/faq/it/.cvsignore
3908         * doc/manual/.cvsignore
3909         * doc/manual/de/.cvsignore
3910         * doc/manual/en/.cvsignore
3911         * doc/manual/es/.cvsignore
3912         * doc/manual/fr/.cvsignore
3913         * doc/manual/ja/.cvsignore
3914         * src/plugins/mathml_viewer/.cvsignore
3915                 rollback revival of those files (my bad, sorry for the noise).
3916
3917 2005-12-28 [wwp]        1.9.100cvs110
3918
3919         * src/compose.c
3920                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
3921
3922 2005-12-28 [wwp]        1.9.100cvs109
3923
3924         * doc/faq/.cvsignore
3925         * doc/faq/de/.cvsignore
3926         * doc/faq/en/.cvsignore
3927         * doc/faq/es/.cvsignore
3928         * doc/faq/fr/.cvsignore
3929         * doc/faq/it/.cvsignore
3930         * doc/manual/.cvsignore
3931         * doc/manual/de/.cvsignore
3932         * doc/manual/en/.cvsignore
3933         * doc/manual/es/.cvsignore
3934         * doc/manual/fr/.cvsignore
3935         * doc/manual/ja/.cvsignore
3936         * src/plugins/mathml_viewer/.cvsignore
3937         * po/.cvsignore
3938                 more files to ignore.
3939
3940 2005-12-24 [colin]      1.9.100cvs108
3941
3942         * AUTHORS
3943         * src/gtk/authors.h
3944                 Update for Werner
3945
3946 2005-12-24 [colin]      1.9.100cvs107
3947
3948         * src/procmsg.c
3949                 Allow NULL src_msginfo in 
3950                 procmsg_msginfo_new_from_mimeinfo
3951
3952 2005-12-23 [paul]       1.9.100cvs106
3953
3954         * src/plugins/pgpinline/mypgpcore.def
3955                 add this forgotten file
3956
3957 2005-12-23 [colin]      1.9.100cvs105
3958
3959         * src/mainwindow.c
3960                 Fix missing break
3961
3962 2005-12-23 [colin]      1.9.100cvs104
3963
3964         * autogen.sh
3965         * src/folder.c
3966         * src/mh.c
3967         * src/common/plugin.c
3968         * src/common/socket.c
3969         * src/common/socket.h
3970         * src/common/utils.c
3971         * src/common/utils.h
3972         * src/gtk/pluginwindow.c
3973         * src/plugins/pgpcore/plugin.def
3974         * src/plugins/pgpcore/sylpheed.def
3975         * src/plugins/pgpinline/Makefile.am
3976         * src/plugins/pgpinline/plugin.def
3977         * src/plugins/pgpinline/sylpheed.def
3978         * src/plugins/pgpmime/plugin.def
3979         * src/plugins/pgpmime/sylpheed.def
3980                 Various w32 fixes by Werner Koch
3981
3982 2005-12-22 [paul]       1.9.100cvs103
3983
3984         * src/wizard.c
3985                 don't offer IMAP as 'server type' if
3986                 libetpan isn't built in
3987
3988 2005-12-22 [paul]       1.9.100cvs102
3989
3990         * AUTHORS
3991         * src/mainwindow.c
3992         * src/mainwindow.h
3993         * src/toolbar.c
3994         * src/gtk/authors.h
3995                 support GTK_TOOLBAR_BOTH_HORIZ (text
3996                 next to icon) Patch by Marien Zwart
3997                 marienz@users.sf.net
3998                 Also reword the text
3999
4000 2005-12-21 [colin]      1.9.100cvs101
4001
4002         * configure.ac
4003                 Fix DATADIRNAME
4004         * COPYING
4005                 Fix missing section and explicit the exception better
4006         * src/compose.c
4007                 Prevent mail from being lost without notice when an
4008                 SMTP error happens on trying to send an unmodified
4009                 drafted mail.
4010         * src/send_message.c
4011         * src/common/smtp.c
4012                 Fix password remembering when wrong, and add return
4013                 value checks where they should have been
4014         * src/plugins/pgpcore/sylpheed.def
4015         * src/plugins/pgpinline/sylpheed.def
4016         * src/plugins/pgpmime/sylpheed.def
4017                 Add a few symbols needed
4018
4019 2005-12-21 [paul]       1.9.100cvs100
4020
4021         * m4/codeset.m4
4022         * m4/glibc21.m4
4023         * m4/intdiv0.m4
4024         * m4/inttypes-pri.m4
4025         * m4/inttypes.m4
4026         * m4/inttypes_h.m4
4027         * m4/isc-posix.m4
4028         * m4/lcmessage.m4
4029         * m4/stdint_h.m4
4030         * m4/uintmax_t.m4
4031                 gettextization
4032                 thanks to Colin
4033
4034 2005-12-21 [paul]       1.9.100cvs99
4035
4036         * po/sv.po
4037                 fixed by Colin
4038
4039 2005-12-20 [paul]       1.9.100cvs98
4040
4041         * po/sv.po
4042                 updated by Anders Trobäck
4043
4044 2005-12-20 [colin]      1.9.100cvs97
4045
4046         * ABOUT-NLS
4047         * Makefile.am
4048         * autogen.sh
4049         * configure.ac
4050         * config/config.rpath
4051         * config/mkinstalldirs
4052         * m4/Makefile.am
4053         * m4/glibc2.m4
4054         * m4/gnupg.m4
4055         * m4/gpgme.m4
4056         * m4/intmax.m4
4057         * m4/longdouble.m4
4058         * m4/longlong.m4
4059         * m4/printf-posix.m4
4060         * m4/signed.m4
4061         * m4/size_max.m4
4062         * m4/ulonglong.m4
4063         * m4/wchar_t.m4
4064         * m4/wint_t.m4
4065         * m4/xsize.m4
4066         * po/Makefile.in.in
4067         * po/Makevars
4068         * po/bg.po
4069         * po/ca.po
4070         * po/cs.po
4071         * po/de.po
4072         * po/el.po
4073         * po/en_GB.po
4074         * po/es.po
4075         * po/fi.po
4076         * po/fr.po
4077         * po/hr.po
4078         * po/hu.po
4079         * po/it.po
4080         * po/ja.po
4081         * po/ko.po
4082         * po/nb.po
4083         * po/nl.po
4084         * po/pl.po
4085         * po/pt_BR.po
4086         * po/ru.po
4087         * po/sk.po
4088         * po/sr.po
4089         * po/stamp-po
4090         * po/sv.po
4091         * po/zh_CN.po
4092         * po/zh_TW.po
4093         * src/Makefile.am
4094         * src/codeconv.c
4095         * src/compose.c
4096         * src/exporthtml.c
4097         * src/exportldif.c
4098         * src/folder.c
4099         * src/main.c
4100         * src/manual.c
4101         * src/mh.c
4102         * src/mimeview.c
4103         * src/send_message.c
4104         * src/common/Makefile.am
4105         * src/common/fnmatch.c
4106         * src/common/fnmatch.h
4107         * src/common/fnmatch_loop.c
4108         * src/common/nntp.c
4109         * src/common/plugin.c
4110         * src/common/smtp.c
4111         * src/common/socket.c
4112         * src/common/string_match.c
4113         * src/common/sylpheed.c
4114         * src/common/utils.c
4115         * src/common/utils.h
4116         * src/common/w32_dirent.c
4117         * src/common/w32_reg.c
4118         * src/common/w32_signal.c
4119         * src/common/w32_stat.c
4120         * src/common/w32_stdio.c
4121         * src/common/w32_stdlib.c
4122         * src/common/w32_string.c
4123         * src/common/w32_time.c
4124         * src/common/w32_unistd.c
4125         * src/common/w32_wait.c
4126         * src/common/w32lib.h
4127         * src/etpan/Makefile.am
4128         * src/gtk/Makefile.am
4129         * src/plugins/clamav/Makefile.am
4130         * src/plugins/demo/Makefile.am
4131         * src/plugins/dillo_viewer/Makefile.am
4132         * src/plugins/pgpcore/Makefile.am
4133         * src/plugins/pgpcore/passphrase.c
4134         * src/plugins/pgpcore/plugin.def
4135         * src/plugins/pgpcore/sgpgme.c
4136         * src/plugins/pgpcore/sylpheed.def
4137         * src/plugins/pgpcore/version.rc
4138         * src/plugins/pgpinline/Makefile.am
4139         * src/plugins/pgpinline/plugin.def
4140         * src/plugins/pgpinline/sylpheed.def
4141         * src/plugins/pgpinline/version.rc
4142         * src/plugins/pgpmime/Makefile.am
4143         * src/plugins/pgpmime/mypgpcore.def
4144         * src/plugins/pgpmime/plugin.def
4145         * src/plugins/pgpmime/sylpheed.def
4146         * src/plugins/pgpmime/version.rc
4147         * src/plugins/spamassassin/Makefile.am
4148                 Very little ;-) patch from Werner Koch, providing
4149                 infrastructure for cross-compiling to Win32
4150
4151 2005-12-20 [paul]       1.9.100cvs96
4152
4153         * src/account.c
4154         * src/account.h
4155         * src/mainwindow.c
4156         * src/mainwindow.h
4157         * src/toolbar.c
4158         * src/toolbar.h
4159                 add a combo to the Get All button, allowing
4160                 quick retrieval from any account
4161                 Patch by Fabien Vantard, slightly modified
4162                 by Colin
4163         * src/gtk/about.c
4164                 i18n fix. Patch by Fabien Vantard
4165
4166 2005-12-19 [colin]      1.9.100cvs95
4167
4168         * src/compose.c
4169         * src/compose.h
4170                 Don't automatically join lines when they've 
4171                 been separated by the user and not automatically
4172
4173 2005-12-19 [paul]       1.9.100cvs94
4174
4175         * src/gtk/pluginwindow.c
4176                 i18n fix.
4177                 Patch by Fabien Vantard
4178
4179 2005-12-15 [paul]       1.9.100cvs93
4180
4181         * src/common/plugin.c
4182         * src/common/plugin.h
4183         * src/gtk/pluginwindow.c
4184         * src/plugins/clamav/clamav_plugin.c
4185         * src/plugins/demo/demo.c
4186         * src/plugins/dillo_viewer/dillo_viewer.c
4187         * src/plugins/pgpcore/plugin.c
4188         * src/plugins/pgpinline/plugin.c
4189         * src/plugins/pgpmime/plugin.c
4190         * src/plugins/spamassassin/spamassassin.c
4191         * src/plugins/trayicon/trayicon.c
4192                 add plugin_version()
4193
4194 2005-12-15 [colin]      1.9.100cvs92
4195
4196         * src/compose.c
4197                 Further fix bug #875
4198
4199 2005-12-15 [paul]       1.9.100cvs91
4200
4201         * src/gtk/filesel.c
4202                 fix attach_load_dir getting set to
4203                 PLUGINDIR on plugin load
4204
4205 2005-12-14 [mones]      1.9.100cvs90
4206
4207         * manual/ack.xml
4208         * manual/keyboard.xml
4209                 Initial draft and some shortcuts added
4210                 
4211         * po/es.po
4212                 Updated translation
4213
4214 2005-12-14 [colin]      1.9.100cvs89
4215
4216         * src/compose.c
4217         * src/imap.c
4218         * src/summaryview.c
4219         * src/gtk/gtkaspell.c
4220                 More leaks fixed
4221         * src/prefs_folder_item.c
4222                 Fix recursive prefs apply
4223
4224
4225 2005-12-14 [colin]      1.9.100cvs88
4226
4227         * src/compose.c
4228                 Fix bug #875 (Freeze On Inline Forward of 
4229                 Large Message)
4230
4231 2005-12-13 [colin]      1.9.100cvs87
4232
4233         * src/compose.c
4234                 Uniq-ify and sort the mimetypes list
4235                 Patch by Fabien Vantard
4236
4237 2005-12-13 [colin]      1.9.100cvs86
4238
4239         * src/imap.c
4240         * src/etpan/imap-thread.c
4241                 Fix leaks (patch by Hoa)
4242         * src/news.c
4243         * src/common/plugin.c
4244                 Fix leaks
4245
4246 2005-12-12 [colin]
4247
4248         * 2.0.0-rc2 released
4249
4250 2005-12-12 [colin]      1.9.100cvs85
4251
4252         * src/matcher.c
4253                 Fix a leak
4254
4255 2005-12-12 [wwp]        1.9.100cvs84
4256
4257         * src/gtk/icon_legend.c
4258                 fix misbehaviour and crash when closing the legend window
4259         using the Esc key (patch by Fabien Vantard).
4260
4261 2005-12-12 [paul]       1.9.100cvs83
4262
4263         * src/browseldap.c
4264         * src/foldersel.c
4265         * src/prefs_actions.c
4266         * src/prefs_filtering.c
4267         * src/prefs_matcher.c
4268         * src/prefs_spelling.glade      ** REMOVED **
4269         * src/prefs_template.c
4270         * src/gtk/foldersort.glade      ** REMOVED **
4271         * src/gtk/pluginwindow.c
4272         * src/gtk/pluginwindow.glade    ** REMOVED **
4273         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4274                 cleanups
4275
4276 2005-12-11 [paul]       1.9.100cvs82
4277
4278         * src/gtk/filesel.c
4279                 fix attach_load_dir crasher (double free)
4280
4281 2005-12-09 [paul]       1.9.100cvs81
4282
4283         * po/POTFILES.in
4284         * src/mainwindow.c
4285         * src/gtk/Makefile.am
4286         * src/gtk/icon_legend.c
4287         * src/gtk/icon_legend.h
4288                 add icon legend
4289         * src/manual.c
4290                 cleanup
4291
4292 2005-12-09 [paul]       1.9.100cvs80
4293
4294         * src/plugins/pgpcore/passphrase.c
4295                 wrap the label in the dialog
4296
4297 2005-12-09 [colin]      1.9.100cvs79
4298
4299         * src/plugins/pgpcore/sgpgme.c
4300                 Display (untrusted) on not trusted signatures
4301                 Patch by Michal Èihaø <michal@cihar.com>
4302                 Closes bug #867 (Report also key trust)
4303
4304 2005-12-09 [colin]      1.9.100cvs78
4305
4306         * src/common/plugin.c
4307                 Update licence check, following Eben Moglen's advice
4308
4309 2005-12-08 [colin]      1.9.100cvs77
4310
4311         * src/folder.c
4312                 Fix the occasionnal item->cache != NULL 
4313                 assertion failure. 
4314
4315 2005-12-08 [colin]      1.9.100cvs76
4316
4317         * src/mimeview.c
4318         * src/plugins/pgpcore/sgpgme.c
4319                 Print key id when unable to check it
4320                 Closes bug #866 (Show key id when missing)
4321
4322 2005-12-08 [paul]       1.9.100cvs75
4323
4324         * src/prefs_common.c
4325         * src/prefs_common.h
4326         * src/gtk/filesel.c
4327                 remember load attachment dir
4328
4329 2005-12-07 [colin]      1.9.100cvs74
4330
4331         * src/prefs_toolbar.c
4332                 Gtk fixes, patch by Fabien Vantard
4333
4334 2005-12-07 [colin]      1.9.100cvs73
4335
4336         * src/action.c
4337         * src/compose.c
4338         * src/compose.h
4339                 Fix bug #839 (Quoted text isn't colored after 
4340                 executing an action)
4341         * src/common/plugin.c
4342                 Require plugins to declare their licence in plugin_licence()
4343                 Refuse to load non-GPL plugins as they'd be illegal (as 
4344                 derived works of Sylpheed-Claws, they must be GPL).
4345         * src/plugins/clamav/clamav_plugin.c
4346         * src/plugins/demo/demo.c
4347         * src/plugins/dillo_viewer/dillo_viewer.c
4348         * src/plugins/pgpcore/plugin.c
4349         * src/plugins/pgpinline/plugin.c
4350         * src/plugins/pgpmime/plugin.c
4351         * src/plugins/spamassassin/spamassassin.c
4352         * src/plugins/trayicon/trayicon.c
4353                 Add plugin_licence()
4354
4355 2005-12-07 [paul]       1.9.100cvs72
4356
4357         * configure.ac
4358         * src/mainwindow.c
4359         * src/manual.c
4360         * src/manual.h
4361         * src/common/defs.h
4362                 clean up after local FAQ removal and
4363                 temporary manual removal
4364
4365 2005-12-06 [colin]      1.9.100cvs71
4366
4367         * configure.ac
4368         * doc/Makefile.am
4369         * doc/faq/.cvsignore
4370         * doc/faq/Makefile.am
4371         * doc/faq/de/.cvsignore
4372         * doc/faq/de/Makefile.am
4373         * doc/faq/de/sylpheed-faq-1.html
4374         * doc/faq/de/sylpheed-faq-2.html
4375         * doc/faq/de/sylpheed-faq-3.html
4376         * doc/faq/de/sylpheed-faq.html
4377         * doc/faq/en/.cvsignore
4378         * doc/faq/en/Makefile.am
4379         * doc/faq/en/sylpheed-faq-1.html
4380         * doc/faq/en/sylpheed-faq-2.html
4381         * doc/faq/en/sylpheed-faq-3.html
4382         * doc/faq/en/sylpheed-faq-4.html
4383         * doc/faq/en/sylpheed-faq.html
4384         * doc/faq/es/.cvsignore
4385         * doc/faq/es/Makefile.am
4386         * doc/faq/es/sylpheed-faq-1.html
4387         * doc/faq/es/sylpheed-faq-2.html
4388         * doc/faq/es/sylpheed-faq-3.html
4389         * doc/faq/es/sylpheed-faq-4.html
4390         * doc/faq/es/sylpheed-faq.html
4391         * doc/faq/fr/.cvsignore
4392         * doc/faq/fr/Makefile.am
4393         * doc/faq/fr/sylpheed-faq-1.html
4394         * doc/faq/fr/sylpheed-faq-2.html
4395         * doc/faq/fr/sylpheed-faq-3.html
4396         * doc/faq/fr/sylpheed-faq.html
4397         * doc/faq/it/.cvsignore
4398         * doc/faq/it/Makefile.am
4399         * doc/faq/it/sylpheed-faq-1.html
4400         * doc/faq/it/sylpheed-faq-2.html
4401         * doc/faq/it/sylpheed-faq-3.html
4402         * doc/faq/it/sylpheed-faq.html
4403         * doc/manual/.cvsignore
4404         * doc/manual/Makefile.am
4405         * doc/manual/de/.cvsignore
4406         * doc/manual/de/Makefile.am
4407         * doc/manual/de/sylpheed-1.html
4408         * doc/manual/de/sylpheed-10.html
4409         * doc/manual/de/sylpheed-11.html
4410         * doc/manual/de/sylpheed-12.html
4411         * doc/manual/de/sylpheed-13.html
4412         * doc/manual/de/sylpheed-14.html
4413         * doc/manual/de/sylpheed-15.html
4414         * doc/manual/de/sylpheed-16.html
4415         * doc/manual/de/sylpheed-17.html
4416         * doc/manual/de/sylpheed-18.html
4417         * doc/manual/de/sylpheed-19.html
4418         * doc/manual/de/sylpheed-2.html
4419         * doc/manual/de/sylpheed-20.html
4420         * doc/manual/de/sylpheed-3.html
4421         * doc/manual/de/sylpheed-4.html
4422         * doc/manual/de/sylpheed-5.html
4423         * doc/manual/de/sylpheed-6.html
4424         * doc/manual/de/sylpheed-7.html
4425         * doc/manual/de/sylpheed-8.html
4426         * doc/manual/de/sylpheed-9.html
4427         * doc/manual/de/sylpheed.html
4428         * doc/manual/en/.cvsignore
4429         * doc/manual/en/Makefile.am
4430         * doc/manual/en/sylpheed-1.html
4431         * doc/manual/en/sylpheed-10.html
4432         * doc/manual/en/sylpheed-11.html
4433         * doc/manual/en/sylpheed-12.html
4434         * doc/manual/en/sylpheed-13.html
4435         * doc/manual/en/sylpheed-14.html
4436         * doc/manual/en/sylpheed-15.html
4437         * doc/manual/en/sylpheed-16.html
4438         * doc/manual/en/sylpheed-17.html
4439         * doc/manual/en/sylpheed-18.html
4440         * doc/manual/en/sylpheed-19.html
4441         * doc/manual/en/sylpheed-2.html
4442         * doc/manual/en/sylpheed-20.html
4443         * doc/manual/en/sylpheed-21.html
4444         * doc/manual/en/sylpheed-22.html
4445         * doc/manual/en/sylpheed-3.html
4446         * doc/manual/en/sylpheed-4.html
4447         * doc/manual/en/sylpheed-5.html
4448         * doc/manual/en/sylpheed-6.html
4449         * doc/manual/en/sylpheed-7.html
4450         * doc/manual/en/sylpheed-8.html
4451         * doc/manual/en/sylpheed-9.html
4452         * doc/manual/en/sylpheed.html
4453         * doc/manual/es/.cvsignore
4454         * doc/manual/es/Makefile.am
4455         * doc/manual/es/sylpheed-1.html
4456         * doc/manual/es/sylpheed-10.html
4457         * doc/manual/es/sylpheed-11.html
4458         * doc/manual/es/sylpheed-12.html
4459         * doc/manual/es/sylpheed-13.html
4460         * doc/manual/es/sylpheed-14.html
4461         * doc/manual/es/sylpheed-15.html
4462         * doc/manual/es/sylpheed-16.html
4463         * doc/manual/es/sylpheed-17.html
4464         * doc/manual/es/sylpheed-18.html
4465         * doc/manual/es/sylpheed-19.html
4466         * doc/manual/es/sylpheed-2.html
4467         * doc/manual/es/sylpheed-20.html
4468         * doc/manual/es/sylpheed-3.html
4469         * doc/manual/es/sylpheed-4.html
4470         * doc/manual/es/sylpheed-5.html
4471         * doc/manual/es/sylpheed-6.html
4472         * doc/manual/es/sylpheed-7.html
4473         * doc/manual/es/sylpheed-8.html
4474         * doc/manual/es/sylpheed-9.html
4475         * doc/manual/es/sylpheed.html
4476         * doc/manual/fr/.cvsignore
4477         * doc/manual/fr/Makefile.am
4478         * doc/manual/fr/sylpheed-1.html
4479         * doc/manual/fr/sylpheed-10.html
4480         * doc/manual/fr/sylpheed-11.html
4481         * doc/manual/fr/sylpheed-12.html
4482         * doc/manual/fr/sylpheed-13.html
4483         * doc/manual/fr/sylpheed-14.html
4484         * doc/manual/fr/sylpheed-15.html
4485         * doc/manual/fr/sylpheed-16.html
4486         * doc/manual/fr/sylpheed-17.html
4487         * doc/manual/fr/sylpheed-18.html
4488         * doc/manual/fr/sylpheed-19.html
4489         * doc/manual/fr/sylpheed-2.html
4490         * doc/manual/fr/sylpheed-20.html
4491         * doc/manual/fr/sylpheed-3.html
4492         * doc/manual/fr/sylpheed-4.html
4493         * doc/manual/fr/sylpheed-5.html
4494         * doc/manual/fr/sylpheed-6.html
4495         * doc/manual/fr/sylpheed-7.html
4496         * doc/manual/fr/sylpheed-8.html
4497         * doc/manual/fr/sylpheed-9.html
4498         * doc/manual/fr/sylpheed.html
4499         * doc/manual/ja/.cvsignore
4500         * doc/manual/ja/Makefile.am
4501         * doc/manual/ja/sylpheed-1.html
4502         * doc/manual/ja/sylpheed-10.html
4503         * doc/manual/ja/sylpheed-11.html
4504         * doc/manual/ja/sylpheed-12.html
4505         * doc/manual/ja/sylpheed-13.html
4506         * doc/manual/ja/sylpheed-14.html
4507         * doc/manual/ja/sylpheed-15.html
4508         * doc/manual/ja/sylpheed-16.html
4509         * doc/manual/ja/sylpheed-17.html
4510         * doc/manual/ja/sylpheed-18.html
4511         * doc/manual/ja/sylpheed-19.html
4512         * doc/manual/ja/sylpheed-2.html
4513         * doc/manual/ja/sylpheed-20.html
4514         * doc/manual/ja/sylpheed-3.html
4515         * doc/manual/ja/sylpheed-4.html
4516         * doc/manual/ja/sylpheed-5.html
4517         * doc/manual/ja/sylpheed-6.html
4518         * doc/manual/ja/sylpheed-7.html
4519         * doc/manual/ja/sylpheed-8.html
4520         * doc/manual/ja/sylpheed-9.html
4521         * doc/manual/ja/sylpheed.html
4522         * doc/manual/ja/sylpheed.sgml
4523         * src/mainwindow.c
4524                 Remove outdated manual and faq. Noisy, eh?
4525
4526 2005-12-06 [colin]      1.9.100cvs70
4527
4528         * src/compose.c
4529         * src/quote_fmt_parse.y
4530         * src/undo.c
4531         * src/undo.h
4532                 Allow %X to position cursor at 0 
4533                 (no %X = before signature)
4534                 Fix paste as quotation putting the cursor at 0
4535                 Fix undo offsets when pasting
4536                 Insert the quote_fmt at once instead of line 
4537                 by line
4538                 Fix [Edited] when starting to reply/forward
4539
4540 2005-12-06 [paul]       1.9.100cvs69
4541
4542         * src/plugins/clamav/clamav_plugin_gtk.c
4543                 add another tooltip
4544         * src/plugins/spamassassin/spamassassin_gtk.c
4545                 rework spamassassin_create_widget_func()
4546
4547 2005-12-05 [colin]      1.9.100cvs68
4548
4549         * po/POTFILES.in
4550                 Fix make release ;-)
4551
4552 2005-12-05 [colin]      1.9.100cvs67
4553
4554         * src/compose.c
4555         * src/compose.h
4556                 Fix cursor positioning (not obeying %X)
4557
4558 2005-12-05 [paul]       1.9.100cvs66
4559
4560         * src/plugins/dillo_viewer/dillo_prefs.c
4561                 fix compilation warning
4562
4563 2005-12-05 [paul]       1.9.100cvs65
4564
4565         * src/prefs_spelling.c
4566         * src/plugins/trayicon/trayicon.c
4567                 cleanups - remove unused stuff
4568
4569 2005-12-05 [paul]       1.9.100cvs64
4570
4571         * README
4572         * manual/plugins.xml
4573                 remove info about removed mathml_viewer plugin
4574
4575 2005-12-05 [paul]       1.9.100cvs63
4576
4577         * configure.ac
4578         * src/plugins/Makefile.am
4579         * src/plugins/mathml_viewer/.cvsignore
4580         * src/plugins/mathml_viewer/Makefile.am
4581         * src/plugins/mathml_viewer/mathml_viewer.c
4582                 remove unmaintained mathml_viewer plugin
4583
4584 2005-12-05 [paul]       1.9.100cvs62
4585
4586         * src/summaryview.c
4587                 obey prefs_common.always_show_msg when
4588                 moving a msg
4589                 Thanks to Colin
4590
4591 2005-12-05 [paul]       1.9.100cvs61
4592
4593         * src/compose.c
4594         * src/prefs_account.c
4595         * src/prefs_filtering.c
4596         * src/prefs_quote.c
4597         * src/prefs_spelling.c
4598         * src/prefs_toolbar.c
4599         * src/summaryview.c
4600         * src/gtk/gtkutils.c
4601         * src/gtk/quicksearch.c
4602         * src/plugins/dillo_viewer/dillo_prefs.c
4603                 dialog cleanups
4604
4605 2005-12-04 [paul]       1.9.100cvs60
4606
4607         * src/inc.c
4608         * src/prefs_account.c
4609         * src/prefs_account.h
4610                 allow a Local account to specify a
4611                 default inbox
4612                 (closes bug 843 'Inbox cannot be changed for local
4613                  mailboxes')
4614
4615 2005-12-04 [colin]      1.9.100cvs59
4616
4617         * src/plugins/trayicon/trayicon.c
4618                 Remove Get, rename Get All to Get Mail in order to
4619                 be consistent with the default main toolbar
4620
4621 2005-12-03 [colin]      1.9.100cvs58
4622
4623         * manual/gpl.xml
4624         * manual/sylpheed-claws-manual.xml
4625                 Add GPL appendix
4626
4627 2005-12-03 [paul]       1.9.100cvs57
4628
4629         * AUTHORS
4630         * po/sv.po
4631         * src/gtk/authors.h
4632                 new (partially complete) Swedish translation
4633                 by Anders Troback <sylpheed@troback.com>
4634
4635 2005-12-02 [paul]       1.9.100cvs56
4636
4637         * configure.ac
4638                 libetpan 0.41 required
4639
4640 2005-12-02 [paul]       1.9.100cvs55
4641
4642         * src/plugins/clamav/clamav_plugin.c
4643         * src/plugins/clamav/clamav_plugin.h
4644         * src/plugins/clamav/clamav_plugin_gtk.c
4645         * src/plugins/spamassassin/spamassassin.c
4646         * src/plugins/spamassassin/spamassassin.h
4647         * src/plugins/spamassassin/spamassassin_gtk.c
4648                 unregister prefs pages on unloading, thus
4649                 preventing a crash
4650                 (thanks to Colin for the hint)
4651
4652 2005-12-02 [wwp]        1.9.100cvs54
4653
4654         * src/quote_fmt.h
4655         * src/quote_fmt_parse.y
4656                 fix misuse of gboolean*, use gboolean instead
4657                 (thanks to Paul, Colin, for pointing out that scaring one)
4658
4659 2005-12-02 [paul]       1.9.100cvs53
4660
4661         * src/plugins/clamav/clamav_plugin.c
4662                 int no --> unsigned int no
4663         * src/plugins/clamav/clamav_plugin_gtk.c
4664                 rework config page
4665
4666 2005-12-02 [wwp]        1.9.100cvs52
4667
4668         * src/compose.c
4669         * src/prefs_template.c
4670         * src/quote_fmt.h
4671         * src/quote_fmt_parse.y
4672                 prevent from executing |f and |p templates commands when
4673                 adding or replacing templates in prefs (avoids annoying and
4674                 potentially dangerous behaviours)
4675
4676 2005-12-02 [paul]       1.9.100cvs51
4677
4678         * src/prefs_common.c
4679                 allow translation of some default values
4680                 Patch by Fabien Vantard
4681
4682 2005-12-02 [paul]       1.9.100cvs50
4683
4684         * src/codeconv.c
4685         * src/codeconv.h
4686         * src/prefs_common.c
4687         * src/prefs_common.h
4688         * src/prefs_message.c
4689         * src/textview.c
4690                 remove obsolete 'convert_mb_alnum' option
4691                 and related stuff
4692         * src/gtk/about.c
4693                 remove unused 'about_textview_visibility_notify'
4694
4695 2005-12-02 [paul]       1.9.100cvs49
4696
4697         * src/prefs_account.c
4698         * src/prefs_compose_writing.c
4699         * src/prefs_fonts.c
4700         * src/prefs_gtk.h
4701         * src/prefs_image_viewer.c
4702         * src/prefs_message.c
4703         * src/prefs_other.c
4704         * src/prefs_receive.c
4705         * src/prefs_send.c
4706         * src/prefs_spelling.c
4707         * src/prefs_summaries.c
4708         * src/prefs_wrapping.c
4709         * src/plugins/dillo_viewer/dillo_prefs.c
4710         * src/plugins/pgpcore/prefs_gpg.c
4711                 several cleanups to the prefs dialogs
4712                 (slightly modified) patch by Fabien Vantard
4713
4714 2005-12-02 [paul]       1.9.100cvs48
4715
4716         * src/main.c
4717                 --exit means exit
4718         * src/send_message.c
4719                 fix crash on send when connection fails
4720
4721         Thanks to Colin
4722
4723 2005-12-01 [colin]      1.9.100cvs47
4724
4725         * src/html.c
4726                 Translate &hellip; to "..."
4727
4728 2005-11-30 [colin]      1.9.100cvs46
4729
4730         * src/matcher.c
4731         * src/matcher.h
4732                 Optimize back yesterday's fix.
4733
4734 2005-11-30 [paul]       1.9.100cvs45
4735
4736         * manual/faq.xml
4737                 standardised
4738         * manual/intro.xml
4739                 written by Colin, edited by me
4740
4741 2005-11-29 [colin]      1.9.100cvs44
4742
4743         * src/matcher.c
4744                 Skip headers unconditionnaly in match_body if the
4745                 rule is not message or ~message
4746
4747 2005-11-29 [colin]      1.9.100cvs43
4748
4749         * src/matcher.c
4750                 Fix body_part and such, not skipping headers 
4751                 if the matchcriteria wasn't the first in the rule
4752
4753 2005-11-29 [colin]      1.9.100cvs42
4754
4755         * src/compose.c
4756                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
4757                 option missing from message view window)
4758                 Fix double text D'n'D with gtk-2.8
4759         * src/matcher.c
4760                 Fix ~message, ~headers_part, ~body_part rules
4761         * src/messageview.c
4762                 Add Windows-1252 (Closes bug #863)
4763                 Fix accels
4764         * src/gtk/gtkaspell.c
4765                 Properly destroy accels in all menus
4766
4767 2005-11-29 [mones]      1.9.100cvs41
4768
4769         * po/es.po
4770                 Updated.
4771
4772 2005-11-27 [colin]      1.9.100cvs40
4773
4774         * src/mh_gtk.c
4775                 "/Remove mailbox" -> "/Remove mailbox..."
4776
4777 2005-11-27 [paul]       1.9.100cvs39
4778
4779         * AUTHORS
4780         * po/de.po
4781         * src/gtk/authors.h
4782                 updated by new maintainer, Stephan Sachse
4783
4784 2005-11-27 [paul]       1.9.100cvs38
4785
4786         * manual/faq.xml
4787                 written by Colin, edited by me
4788
4789 2005-11-27 [paul]       1.9.100cvs37
4790
4791         * src/prefs_common.c
4792         * src/prefs_common.h
4793         * src/prefs_receive.c
4794         * src/prefs_summaries.c
4795                 move 'go to inbox after receiving new mail'
4796                 option from display/sumamaries to mail
4797                 handling/receive, and rework prefs_summaries
4798                 dialog a little
4799
4800 2005-11-25 [martin]     1.9.100cvs36
4801
4802         * po/de.po
4803             fixed windows-1252 translation;
4804             translated some new and fuzzy strings
4805
4806 2005-11-25 [paul]       1.9.100cvs35
4807
4808         * src/plugins/clamav/clamav_plugin.c
4809                 complete the update done in cvs34
4810
4811 2005-11-25 [paul]       1.9.100cvs34
4812
4813         * src/plugins/clamav/clamav_plugin.c
4814                 reflect upstream changes
4815
4816 2005-11-25 [paul]       1.9.100cvs33
4817
4818         * manual/ack.xml
4819         * manual/plugins.xml
4820         * manual/sylpheed-claws-manual.xml
4821                 written/updated by Colin, edited by me
4822         * tools/acroread2sylpheed.pl
4823                 update binary name
4824
4825 2005-11-24 [colin]      1.9.100cvs32
4826
4827         * src/compose.c
4828                 Fix bug #856 (reediting messages forgets Request
4829                 Return Receipt)
4830
4831 2005-11-24 [paul]       1.9.100cvs31
4832
4833         * manual/addrbook.xml
4834         * manual/starting.xml
4835                 written by Colin, proofread, edited, adapted by me
4836         * manual/advanced.xml
4837                 add some Actions examples
4838         * src/importldif.c
4839                 use a Save button instead of a Close button
4840         * src/wizard.c
4841                 indicate mandatory fields
4842                 fix page display
4843                 Thanks to Colin
4844
4845 2005-11-23 [colin]      1.9.100cvs30
4846
4847         * src/addressbook.c
4848                 Rename menu item, fix possible crash after
4849                 deletion of books
4850         * src/addrindex.c
4851                 Allow searching for '*' in ldap
4852         * src/browseldap.c
4853                 Fix "Browse Entry" (did anyone use it?)
4854         * src/wizard.c
4855                 Add guards for mandatory information
4856
4857 2005-11-23 [paul]       1.9.100cvs29
4858
4859         * manual/advanced.xml
4860                 corrections to the English
4861
4862 2005-11-23 [colin]      1.9.100cvs28
4863
4864         * src/mimeview.c
4865                 Fix possible crash at exit. After the call to
4866                 gtk_container_remove(), the Viewer's widget has no
4867                 more parent so gtk+ automatically frees it and its
4868                 sons. If destroy_viewer() then try to access it,
4869                 problems ensue.
4870
4871 2005-11-22 [colin]      1.9.100cvs27
4872
4873         * src/compose.c
4874         * src/gtk/gtkaspell.c
4875                 Fix right-clicking on a misspelled word
4876                 Fix More... in suggestions menu
4877
4878 2005-11-22 [wwp]        1.9.100cvs26
4879
4880         * src/prefs_template.c
4881                 templates works: re-sort templates list when adding or replacing,
4882                 prevent from adding or replacing when the template name is empty
4883
4884 2005-11-21 [colin]      1.9.100cvs25
4885
4886         * src/addressbook.c
4887                 Fix some addressbook suckage (dnd, select all)
4888         * src/compose.c
4889         * src/gtk/gtkaspell.c
4890         * src/gtk/gtkaspell.h
4891                 Make the spellchecker menu work with the 
4892                 GtkTextView one instead of overriding it
4893
4894 2005-11-20 [paul]       1.9.100cvs24
4895
4896         * manual/handling.xml
4897                 proofread and corrected
4898
4899 2005-11-20 [paul]       1.9.100cvs23
4900
4901         * manual/Makefile
4902                 generate html as one file
4903         * manual/advanced.xml
4904                 fix output generation
4905                 reformat hidden options list
4906         * manual/manual.xml     ** REMOVED **
4907         * manual/sylpheed-claws-manual.xml      ** ADDED **
4908                 renamed
4909
4910 2005-11-18 [colin]      1.9.100cvs22
4911
4912         * src/prefs_account.c
4913                 Fix layout in news and mbox accounts
4914         * manual/account.xml
4915         * manual/advanced.xml
4916                 New contents for Paul to check :)
4917
4918 2005-11-18 [wwp]        1.9.100cvs21
4919
4920         * src/gtk/quicksearch.c
4921                 don't update extended quicksearch buttons twice
4922
4923 2005-11-18 [paul]       1.9.100cvs20
4924
4925         * src/textview.c
4926                 complete 1.9.100cvs19
4927
4928 2005-11-18 [paul]       1.9.100cvs19
4929
4930         * src/compose.c
4931                 cosmetic improvements
4932         * src/textview.c
4933                 also list text/* attachments
4934
4935 2005-11-18 [colin]      1.9.100cvs18
4936
4937         * src/summaryview.c
4938                 Use column 0 instead of -1 in 
4939                 gtk_ctree_node_moveto, in a naive
4940                 hope it'll fix the gtk-related crashes
4941
4942 2005-11-18 [colin]      1.9.100cvs17
4943
4944         * src/gtk/inputdialog.c
4945                 Fix icon staying the first one
4946
4947 2005-11-17 [wwp]        1.9.100cvs16
4948                 fix possible problem showing some quicksearch buttons, and a bad
4949                 call to g_return_if_fail in a function that returns a value (both
4950                 fixes by Fabien Vantard)
4951
4952 2005-11-15 [wwp]        1.9.100cvs15
4953
4954         * src/gtk/quicksearch.c
4955                 added a tooltip to that obscure ... quicksearch button
4956
4957 2005-11-15 [wwp]        1.9.100cvs14
4958
4959         * src/gtk/quicksearch.c
4960                 add a quicksearch helper to filtering expression users: the ... button
4961                 raises the condition expr window. condition expressions set up w/ this
4962                 window are used by the quicksearch if the user closes it pressing OK.
4963
4964 2005-11-14 [paul]       1.9.100cvs13
4965
4966         * src/plugins/clamav/clamav_plugin.c
4967         * src/plugins/spamassassin/spamassassin.c
4968                 change plugin type following recent merging
4969
4970 2005-11-14 [wwp]        1.9.100cvs12
4971
4972         * src/folder.c
4973                 prevent from crashing when copying/moving message(s) from and
4974                 to the same folder
4975
4976 2005-11-14 [paul]       1.9.100cvs11
4977
4978         * src/plugins/clamav/Makefile.am
4979         * src/plugins/clamav/clamav_plugin.c
4980         * src/plugins/clamav/clamav_plugin.h
4981         * src/plugins/clamav/clamav_plugin_gtk.c
4982                 also merge clamav and clamav_gtk plugins
4983
4984 2005-11-13 [colin]      1.9.100cvs10
4985
4986         * configure.ac
4987         * src/plugins/spamassassin/Makefile.am
4988         * src/plugins/spamassassin/spamassassin.c
4989         * src/plugins/spamassassin/spamassassin.h
4990         * src/plugins/spamassassin/spamassassin_gtk.c
4991                 Merge spamassassin and spamassassin_gtk plugins,
4992                 and build it by default.
4993
4994 2005-11-12 [colin]      1.9.100cvs9
4995
4996         * src/etpan/imap-thread.c
4997                 Fix gcc warning
4998
4999 2005-11-12 [colin]      1.9.100cvs8
5000
5001         * src/procmime.c
5002                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5003
5004 2005-11-10 [colin]      1.9.100cvs7
5005
5006         * src/main.c
5007                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5008                 minimised state)
5009
5010 2005-11-10 [wwp]        1.9.100cvs6
5011
5012         * src/gtk/description_window.c
5013                 fix a crash when closing description windows using the WM's [X] button
5014
5015 2005-11-09 [colin]      1.9.100cvs5
5016
5017         * src/common/ssl.c
5018                 Update libetpan call to follow upstream
5019                 (yes, this requires libetpan-0.40cvs3)
5020
5021 2005-11-08 [colin]      1.9.100cvs4
5022
5023         * src/compose.c
5024         * src/textview.c
5025         * src/common/utils.c
5026         * src/common/utils.h
5027                 Enhance the email parser
5028
5029 2005-11-08 [colin]      1.9.100cvs3
5030
5031         * src/procmime.c
5032                 Fix what looks like an off-by-one (fixes 
5033                 attachments from the Bat)
5034
5035 2005-11-08 [wwp]        1.9.100cvs2
5036
5037         * src/main.c
5038                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5039
5040 2005-11-08 [wwp]        1.9.100cvs1
5041
5042         * src/main.c
5043                 allow exiting Sylpheed-Claws from command-line
5044
5045 2005-11-08 [paul]       1.9.100
5046
5047         1.9.100 released
5048
5049 2005-11-07 [colin]      1.9.99cvs17
5050
5051         * src/addritem.c
5052         * src/ldif.c
5053                 Fix import of base-64 encoded items
5054
5055 2005-11-07 [colin]      1.9.99cvs16
5056
5057         * src/send_message.c
5058                 Fix bug #314 (Queue does not empty under certain 
5059                 circumstances)
5060
5061 2005-11-07 [paul]       1.9.99cvs15
5062
5063         * src/mutt.c
5064         * src/pine.c
5065                 fix buffer overflows
5066                 Thanks to Colin
5067
5068 2005-11-07 [paul]       1.9.99cvs14
5069
5070         * doc/man/Makefile.am
5071         * doc/man/sylpheed-claws.1      ** ADDED **
5072         * doc/man/sylpheed.1            ** DELETED **
5073                 rename and update the man file
5074
5075 2005-11-06 [colin]      1.9.99cvs13
5076
5077         * src/ldif.c
5078                 Fix ldif_get_line() that returned empty strings
5079                 (Didn't understand why). Also fix a possible
5080                 buffer overflow.
5081
5082 2005-11-06 [wwp]        1.9.99cvs12
5083
5084         * src/textview.c
5085         * src/gtk/about.c
5086         * src/gtk/gtkutils.c
5087         * src/gtk/gtkutils.h
5088                 fix a compilation warning,
5089                 make links sensitive in the about dialog
5090
5091 2005-11-04 [wwp]        1.9.99cvs11
5092
5093         * src/gtk/about.c
5094                 don't wrap or translate URIs, and a bit text format cleanup
5095
5096 2005-11-04 [wwp]        1.9.99cvs10
5097
5098         * src/gtk/about.c
5099                 better textview tagging implementation (no more use of marks for
5100                 postponed tagging)
5101
5102 2005-11-02 [colin]      1.9.99cvs9
5103
5104         * src/common/ssl.c
5105                 Forgot an ifdef
5106
5107 2005-11-02 [colin]      1.9.99cvs8
5108
5109         * configure.ac
5110                 Require libetpan-0.40 due to upstream fix
5111         * src/common/ssl.c
5112                 Tell libetpan not to call SSL_Library_Init,
5113                 as we do it ourselves.
5114
5115 2005-11-02 [colin]      1.9.99cvs7
5116
5117         * po/POTFILES.in
5118                 Add missing files (thanks to Fabien Vantard)
5119
5120 2005-11-02 [colin]      1.9.99cvs6
5121
5122         * src/summaryview.c
5123                 Fix totals when read messages are hidden or quicksearch
5124                 is on
5125         * src/ssl_manager.c
5126         * src/ssl_manager.h
5127         * src/common/ssl_certificate.c
5128         * src/common/ssl_certificate.h
5129         * src/gtk/sslcertwindow.c
5130         * src/gtk/sslcertwindow.h
5131                 Fix copyright on my stuff
5132
5133 2005-11-02 [wwp]        1.9.99cvs5
5134
5135         * src/prefs_themes.c
5136                 fix directory name checking (theme installation/removal),
5137                 made related error a bit more verbose
5138
5139 2005-11-02 [colin]      1.9.99cvs4
5140
5141         * src/summaryview.c
5142                 Fix typo (probably fixes bug #841 (Sort by the From 
5143                 field doesn't work)
5144
5145 2005-11-02 [paul]       1.9.99cvs3
5146
5147         * po/ko.po
5148         * po/nb.po
5149                 updated by SungHyun Nam, Geir Helland
5150         * src/wizard.c
5151                 fix typo in welcome message. spotted by
5152                 Andrea Spadaccini
5153
5154 2005-11-01 [colin]      1.9.99cvs2
5155
5156         * src/compose.c
5157                 Fix replying to ml wen confirming subscription
5158         * src/messageview.c
5159         * src/mimeview.c
5160         * src/mimeview.h
5161         * src/privacy.h
5162         * src/summaryview.c
5163                 Make key check non blocking
5164
5165 2005-10-31 [paul]       1.9.99cvs1
5166
5167         * tools/claws.i18n.status.pl
5168                 updated for ChangeLog
5169
5170 2005-10-31 [paul]       1.9.99
5171
5172         1.9.99 released
5173
5174 2005-10-31 [paul]       1.9.15cvs131
5175
5176         * .cvsignore
5177         * ChangeLog
5178         * ChangeLog.claws       ** REMOVED **
5179         * ChangeLog-gtk2.claws  ** REMOVED **
5180         * ChangeLog.gtk1        ** ADDED **
5181         * INSTALL
5182         * Makefile.am
5183         * NEWS
5184         * README
5185         * README.claws          ** REMOVED **
5186         * README.jp             ** REMOVED **
5187         * RELEASE_NOTES         ** ADDED **
5188         * RELEASE_NOTES.claws   ** REMOVED **
5189         * commitHelper
5190         * configure.ac
5191         * sylpheed.spec.in      ** REMOVED **
5192                 tidy up and update the default docs:
5193                 ChangeLog.claws is renamed ChangeLog.gtk1
5194                 ChangeLog-gtk2.claws is renamed ChangeLog
5195                 README.claws is renamed README
5196                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5197
5198 2005-10-31 [paul]       1.9.15cvs130
5199
5200         * po/it.po
5201                 fix errors
5202
5203 2005-10-31 [paul]       1.9.15cvs129
5204
5205         * po/ca.po
5206         * po/de.po
5207         * po/en_GB.po
5208         * po/fr.po
5209         * po/it.po
5210         * po/pt_BR.po
5211         * po/sk.po
5212         * po/sr.po
5213         * po/zh_CN.po
5214                 updated by Miquel Oliete, Stephan Sachse and
5215                 Thomas Gilgin, me, Fabien Vantard, Andrea
5216                 Spadaccini, Frederico Goncalves Guimaraes,
5217                 Andrej Kacian, Aleksandar Urosevic, and
5218                 Ralgh Young.
5219
5220 2005-10-31 [mones]      1.9.15cvs128
5221
5222         * manual/faq.xml
5223                 More questions.
5224         
5225         * po/es.po
5226                 Updated for release.
5227
5228 2005-10-30 [colin]      1.9.15cvs127
5229
5230         * src/compose.c
5231                 Place cursor before rewrapping (fixes cursor
5232                 pos if quotation gets rewrapped)
5233
5234 2005-10-29 [paul]       1.9.15cvs126
5235
5236         * src/crash.c
5237         * src/foldersel.c
5238         * src/main.c
5239         * src/messageview.c
5240         * src/toolbar.c
5241         * src/gtk/authors.h
5242                 corrections to text items
5243
5244 2005-10-28 [colin]      1.9.15cvs125
5245
5246         * src/messageview.c
5247                 Make "hit 'C' to check sig" work from extern 
5248                 messageviews
5249
5250 2005-10-27 [colin]      1.9.15cvs124
5251
5252         * src/summaryview.c
5253                 Add a hack to avoid segfaulting when hammering 
5254                 on gtk's events
5255
5256 2005-10-27 [wwp]        1.9.15cvs123
5257
5258         * src/prefs_themes.c
5259                 sort list of themes names in themes prefs
5260
5261 2005-10-27 [paul]       1.9.15cvs122
5262
5263         * src/folder.c
5264         * src/prefs_account.c
5265                 fix building on Solaris
5266                 Patch by Alex Moore
5267
5268 2005-10-27 [wwp]        1.9.15cvs121
5269
5270         * src/summaryview.c
5271         * src/gtk/gtksctree.c
5272                 speed up unselecting messages in summary view (thanks to Colin)
5273
5274 2005-10-27 [paul]       1.9.15cvs120
5275
5276         * src/mainwindow.c
5277                 fix a compilation warning
5278         * src/summaryview.c
5279                 fix updating of 'n items selected' count
5280                 when deselecting
5281
5282 2005-10-27 [martin]     1.9.15cvs119
5283
5284         * src/action.c
5285                 ignore actions with a leading '/' in the action menu name
5286                 fixes a crash on menu creation
5287         * src/prefs_actions.c
5288                 do not allow a leading '/' in the action menu name
5289
5290 2005-10-27 [paul]       1.9.15cvs118
5291
5292         * src/main.c
5293                 fix compilation warning
5294
5295 2005-10-27 [paul]       1.9.15cvs117
5296
5297         * src/procmime.c
5298                 add #if HAVE_LOCALE_H
5299
5300 2005-10-27 [paul]       1.9.15cvs116
5301
5302         * src/plugins/clamav/clamav_plugin.c
5303         * src/plugins/dillo_viewer/dillo_viewer.c
5304         * src/plugins/mathml_viewer/mathml_viewer.c
5305         * src/plugins/pgpcore/plugin.c
5306         * src/plugins/pgpinline/plugin.c
5307         * src/plugins/pgpmime/plugin.c
5308         * src/plugins/spamassassin/spamassassin.c
5309         * src/plugins/trayicon/trayicon.c
5310                 plugin_init() : make error messages more
5311                 informative
5312
5313 2005-10-26 [wwp]        1.9.15cvs115
5314
5315         * src/prefs_matcher.c
5316                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5317
5318 2005-10-26 [wwp]        1.9.15cvs114
5319
5320         * src/procmime.c
5321         * src/gtk/gtksctree.c
5322         * src/plugins/spamassassin/libspamc.c
5323         * src/plugins/spamassassin/spamassassin.c
5324                 fix some compilation warnings more
5325
5326 2005-10-26 [mones]      1.9.15cvs113
5327
5328         * po/es.po
5329                 Updated translation
5330
5331 2005-10-26 [paul]       1.9.15cvs112
5332
5333         * src/prefs_message.c
5334                 give all display_xface stuff the
5335                 #if HAVE_LIBCOMPFACE treatment, thus
5336                 preventing a crash
5337                 (Thanks to Wolfgang Enderlein)
5338
5339 2005-10-26 [colin]      1.9.15cvs111
5340
5341         * src/gedit-print.c
5342                 Fix date format
5343         * src/imap_gtk.c
5344         * src/news_gtk.c
5345                 Remove context menu items that should not be there
5346         * src/jpilot.c
5347                 Fix encoding
5348         * src/main.c
5349         * src/mainwindow.c
5350                 Don't show the mainwindow too soon
5351
5352 2005-10-26 [wwp]        1.9.15cvs110
5353
5354         * src/folder.c
5355         * src/manual.c
5356         * src/summaryview.c
5357                 fix uninitialized pointers in the folder updating hook
5358                 (thanks to Colin)
5359
5360 2005-10-25 [mones]      1.9.15cvs109
5361
5362         * manual/faq.xml
5363                 General information subsection completed. 
5364                 Removed archaic references.
5365                 
5366         * manual/Makefile
5367         * manual/dtd/manual.dsl
5368                 Added customization stylesheet for getting paragraphs
5369                 fully justified in PDF output (as suggested by Colin).
5370
5371 2005-10-25 [colin]      1.9.15cvs108
5372
5373         * src/compose.c
5374                 Fix a second leak
5375
5376 2005-10-25 [colin]      1.9.15cvs107
5377
5378         * src/addrbook.c
5379         * src/addrindex.c
5380                 Fix leak (xml_get_element() allocates memory)
5381         * src/compose.c
5382                 Fix leak + dead code (shame!)
5383         * src/procmime.c
5384                 Fix leak
5385
5386 2005-10-25 [colin]      1.9.15cvs106
5387
5388         * src/mimeview.c
5389                 Fix encoding issue in Save all and in 
5390                 overwrite-confirmation alertpanel
5391
5392 2005-10-25 [colin]      1.9.15cvs105
5393
5394         * src/common/socket.c
5395                 Fix a leak - Thanks to Christopher Aillon
5396                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5397
5398 2005-10-25 [paul]       1.9.15cvs104
5399
5400         * src/wizard.c
5401                 Always guess servers from the right-hand
5402                 email part and guess username from the
5403                 left-hand part. (Thanks to Colin)
5404                 add an X-Face to the welcome message
5405
5406 2005-10-25 [paul]       1.9.15cvs103
5407
5408         * manual/handling.xml
5409                 written by Colin, edited by me
5410
5411 2005-10-25 [wwp]        1.9.15cvs102
5412
5413         * src/folderview.c
5414         * src/grouplistdialog.c
5415         * src/imap.c
5416         * src/noticeview.c
5417                 fix some compilation warnings
5418
5419 2005-10-24 [paul]
5420
5421         1.9.99-rc3 released
5422
5423 2005-10-24 [paul]       1.9.15cvs101
5424
5425         * src/gtk/about.c
5426                 fix window sizing
5427
5428 2005-10-24 [paul]       1.9.15cvs100
5429
5430         * src/pixmaps/offline.xpm
5431         * src/pixmaps/online.xpm
5432                 replace with last default versions
5433
5434 2005-10-24 [colin]      1.9.15cvs99
5435
5436         * src/imap.c
5437                 Fix bug when moving a folder
5438         * src/imap_gtk.c
5439         * src/mh_gtk.c
5440                 "Delete folder" pops up a window, so it 
5441                 should be suffixed with "..."
5442         * src/plugins/pgpcore/sgpgme.c
5443                 Include locale.h
5444
5445 2005-10-24 [mones]      1.9.15cvs98
5446
5447         * manual/Makefile
5448         * manual/account.xml
5449         * manual/ack.xml
5450         * manual/addrbook.xml
5451         * manual/advanced.xml
5452         * manual/faq.xml
5453         * manual/glossary.xml
5454         * manual/gpl.xml
5455         * manual/handling.xml
5456         * manual/intro.xml
5457         * manual/keyboard.xml
5458         * manual/manual.xml
5459         * manual/plugins.xml
5460         * manual/starting.xml
5461         * manual/dtd/sdocbook.dtd
5462                 Initial manual structure and some content.
5463
5464 2005-10-23 [wwp]        1.9.15cvs97
5465
5466         * src/gtk/about.c
5467                 fix a typo
5468
5469 2005-10-23 [wwp]        1.9.15cvs96
5470
5471         * src/gtk/about.c
5472         * src/gtk/authors.h
5473                 rework of the about window (main work by Paul), also featuring a few
5474                 fixes for typos and duplicate names
5475
5476 2005-10-23 [wwp]        1.9.15cvs95
5477
5478         * src/.cvsignore
5479                 Ignore the right binary name (sylpheed-claws now)
5480
5481 2005-10-23 [paul]       1.9.15cvs94
5482
5483         * src/compose.c
5484                 when using Folder Pref 'Default To for
5485                 replies' make the entry in the Compose
5486                 window bold
5487                 Patch by Fabien Vantard
5488
5489 2005-10-22 [colin]      1.9.15cvs93
5490
5491         * src/codeconv.c
5492                 Fix leak
5493
5494 2005-10-22 [colin]      1.9.15cvs92
5495
5496         * src/codeconv.c
5497                 try to convert using locale (apart utf8) if necessary
5498
5499 2005-10-22 [colin]      1.9.15cvs91
5500
5501         * src/pixmaps/new.xpm
5502         * src/pixmaps/unread.xpm
5503                 Make the unread envelope blue again and
5504                 saturate the new one a bit more.
5505
5506 2005-10-22 [colin]      1.9.15cvs90
5507
5508         * src/compose.c
5509                 When replying to a mail sent by one of our accounts,
5510                 use the original list of recipients. Let 'Reply All'
5511                 and 'Reply to sender' work like previously.
5512
5513 2005-10-21 [colin]      1.9.15cvs89
5514
5515         * src/prefs_filtering.c
5516                 Clear fields after add and replace
5517         * src/textview.c
5518                 Display xface differently (better)
5519         * src/plugins/pgpinline/pgpinline.c
5520                 Fix crappy encodings/recodings
5521
5522 2005-10-21 [paul]       1.9.15cvs88
5523
5524         * src/compose.c
5525         * src/prefs_folder_item.c
5526         * src/toolbar.c
5527                 fix news folder Folder Properties
5528                 (thanks to Colin)
5529         * src/folderview.c
5530                 update folderview after Themes change
5531                 keep selected folder selected
5532                 (thanks to Colin)
5533
5534 2005-10-21 [paul]       1.9.15cvs87
5535
5536         * tools/Makefile.am
5537         * tools/OOo2sylpheed.pl
5538         * tools/README
5539         * tools/README.sylprint
5540         * tools/asus_mailled.sh         ** REMOVED **
5541         * tools/filter_conv.pl
5542         * tools/freshmeat_search.pl
5543         * tools/google_search.pl
5544         * tools/gpg-sign-syl            ** REMOVED **
5545         * tools/kmail2sylpheed.pl
5546         * tools/kmail2sylpheed_v2.pl
5547         * tools/multiwebsearch.pl
5548         * tools/nautilus2sylpheed.sh
5549         * tools/newscache_clean.pl
5550         * tools/outlook2sylpheed.pl
5551         * tools/sylpheed-switcher       ** REMOVED **
5552         * tools/sylprint.pl
5553         * tools/sylprint.rc
5554         * tools/tb2sylpheed
5555         * tools/vcard2xml.py
5556         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5557                 update default config dir
5558                 update binary name (thanks to Fabien Vantard)
5559                 remove obsolete scripts
5560
5561 2005-10-21 [colin]      1.9.15cvs86
5562
5563         * src/inc.c
5564                 Fix possible leak and units. Based on a patch by
5565                 Fabien Vantard.
5566
5567 2005-10-20 [colin]      1.9.15cvs85
5568
5569         * src/textview.c
5570                 Clear xface when clearing textview
5571
5572 2005-10-20 [colin]      1.9.15cvs84
5573
5574         * configure.ac
5575         * src/folderview.c
5576         * src/headerview.c
5577         * src/main.c
5578         * src/prefs_common.c
5579         * src/prefs_common.h
5580         * src/prefs_message.c
5581         * src/textview.c
5582         * src/textview.h
5583         * src/common/defs.h
5584         * src/common/utils.c
5585         * src/common/utils.h
5586         * src/gtk/gtkutils.c
5587         * src/gtk/gtkutils.h
5588                 Migrate config to .sylpheed-claws (Automatically)
5589                 Add a way to get the Xface in the TextView
5590
5591 2005-10-20 [colin]      1.9.15cvs83
5592
5593         * src/gtk/Makefile.am
5594         * src/gtk/about.c
5595         * src/gtk/authors.h
5596                 Make the about dialog *grooovy*
5597
5598 2005-10-20 [colin]      1.9.15cvs82
5599
5600         * src/mimeview.c
5601                 Use "Open with" on double click if no command
5602                 was found
5603
5604 2005-10-20 [colin]      1.9.15cvs81
5605
5606         * src/imap.c
5607         * src/etpan/imap-thread.c
5608                 Fix possible crash.
5609
5610 2005-10-20 [paul]       1.9.15cvs80
5611
5612         * src/folder.c
5613                 don't show clipkey icon if the only
5614                 attachment is the signature
5615                 Patch by Colin
5616
5617 2005-10-20 [paul]       1.9.15cvs79
5618
5619         * AUTHORS
5620         * src/plugins/pgpmime/pgpmime.c
5621                 name the PGP/MIME signature 'signature.asc'
5622                 Patch by Andrew Nelson <freeandy@gmail.com>
5623
5624 2005-10-19 [colin]      1.9.15cvs78
5625
5626         * src/plugins/pgpmime/pgpmime.c
5627                 Oops, no need to double-check though
5628
5629 2005-10-19 [colin]      1.9.15cvs77
5630
5631         * src/plugins/pgpinline/pgpinline.c
5632         * src/plugins/pgpmime/pgpmime.c
5633                 Check that my_tmpfile() doesn't 
5634                 return NULL
5635
5636 2005-10-19 [colin]      1.9.15cvs76
5637
5638         * src/common/utils.c
5639                 Use shorter mime boundaries to avoid having
5640                 MTAs rewrapping our headers, breaking the
5641                 PGP signature in the process 
5642         * src/compose.c
5643         * src/plugins/pgpmime/pgpmime.c
5644                 Check for boundary uniqueness to be sure
5645                 it won't happen, instead of hoping for the
5646                 best
5647
5648 2005-10-19 [colin]      1.9.15cvs75
5649
5650         * sylpheed-claws.desktop
5651         * src/Makefile.am
5652         * src/main.c
5653                 Ship a sylpheed-claws binary instead
5654                 of a sylpheed one. Change the socket
5655                 name, too
5656         * src/folderview.c
5657                 Update folder only if it changed
5658         * src/wizard.c
5659                 Fix i18n in welcome mail, patch by
5660                 Fabien Vantard
5661
5662 2005-10-19 [paul]
5663
5664         1.9.99-rc2 released
5665
5666 2005-10-19 [paul]       1.9.15cvs74
5667
5668         * src/folder.c
5669         * src/folderview.c
5670                 fix summaryview update
5671                 Patch by Colin
5672
5673 2005-10-18 [colin]      1.9.15cvs73
5674
5675         * src/plugins/pgpcore/passphrase.c
5676                 Don't XGrabServer, and try a bit more to 
5677                 sync everything before grabbing mouse/keyboard
5678
5679 2005-10-18 [colin]      1.9.15cvs72
5680
5681         * src/Makefile.am
5682         * src/addressadd.c
5683         * src/addressbook.c
5684         * src/folderview.c
5685         * src/grouplistdialog.c
5686         * src/mimeview.c
5687         * src/stock_pixmap.c
5688         * src/stock_pixmap.h
5689         * src/summaryview.c
5690         * src/gtk/gtksctree.c
5691         * src/gtk/gtksctree.h
5692         * src/pixmaps/empty.xpm
5693                 Implement a wrapper call for gtk_ctree_set_node_info
5694                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5695                 pixmap instead of a NULL one. This works around some
5696                 memory problems deep inside gtk, revealed by valgrind,
5697                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5698                 as locked crashes sylpheed.), as well as, probably, 
5699                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5700
5701 2005-10-17 [colin]      1.9.15cvs71
5702
5703         * src/mimeview.c
5704                 Provide visual feedback when checking
5705                 signature
5706
5707 2005-10-17 [colin]      1.9.15cvs70
5708
5709         * src/main.c
5710                 Keep the folder list frozen while checking caches...
5711
5712 2005-10-17 [colin]      1.9.15cvs69
5713
5714         * src/addr_compl.c
5715                 Fi bug #833 (Autocompleting from addressbook 
5716                 fails with extended chars)
5717         * src/imap.c
5718                 Fix 'adding messages' staying in statusbar
5719                 after an error
5720
5721 2005-10-17 [wwp]        1.9.15cvs68
5722
5723         * src/ssl_manager.c
5724                 Fix buttons' layout resizing when window size changes
5725
5726 2005-10-17 [wwp]        1.9.15cvs67
5727
5728         * src/account.c
5729         * src/prefs_account.c
5730         * src/prefs_common.c
5731         * src/prefs_common.h
5732         * src/prefs_folder_item.c
5733         * src/prefs_gtk.c
5734         * src/gtk/logwindow.c
5735         * src/gtk/pluginwindow.c
5736         * src/gtk/prefswindow.c
5737         * src/gtk/prefswindow.h
5738                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5739
5740 2005-10-17 [paul]       1.9.15cvs66
5741
5742         * configure.ac
5743                 fix missing libetpan message
5744         * po/en_GB.po
5745                 updated
5746         * src/crash.c
5747         * src/manual.c
5748         * src/prefs_themes.c
5749         * src/common/defs.h
5750                 add some new URI defines, change some
5751                 others
5752         * src/wizard.c
5753                 make welcome message translatable
5754                 small improvements to english
5755                 other tweaks
5756         * src/gtk/menu.c
5757                 fix warnings
5758
5759 2005-10-17 [paul]       1.9.15cvs65
5760
5761         * src/summaryview.c
5762                 fix column titles
5763
5764 2005-10-16 [mones]      1.9.15cvs64
5765
5766         * po/es.po
5767                 Updated translation
5768
5769 2005-10-16 [colin]
5770
5771         1.9.99-rc1 released
5772
5773 2005-10-16 [colin]      1.9.15cvs63
5774
5775         * src/wizard.c
5776                 Fix whitespace
5777
5778 2005-10-16 [colin]      1.9.15cvs62
5779
5780         * src/toolbar.c
5781                 s/Get All/Get Mail/
5782         * src/wizard.c
5783                 Real welcome mail text, thanks Paul
5784
5785 2005-10-16 [colin]      1.9.15cvs61
5786
5787         * src/editldap.c
5788         * src/exporthtml.c
5789         * src/main.c
5790         * src/mainwindow.c
5791         * src/prefs_themes.c
5792         * src/prefs_toolbar.c
5793         * src/plugins/demo/demo.c
5794         * src/plugins/trayicon/trayicon.c
5795                 s/Sylpheed/Sylpheed-Claws/
5796
5797 2005-10-16 [colin]      1.9.15cvs60
5798
5799         * src/wizard.c
5800                 Add a welcome email in the first empty mailbox
5801         * src/prefs_common.c
5802                 Change one more default
5803
5804 2005-10-16 [colin]      1.9.15cvs59
5805
5806         * src/wizard.c
5807                 Remove printf
5808
5809 2005-10-16 [colin]      1.9.15cvs58
5810
5811         * src/toolbar.c
5812         * src/prefs_common.c
5813                 Change some defaults
5814
5815 2005-10-16 [colin]      1.9.15cvs57
5816
5817         * src/toolbar.c
5818         * src/prefs_common.c
5819                 Change some defaults
5820
5821 2005-10-16 [colin]      1.9.15cvs56
5822
5823         * src/wizard.c
5824                 By default, initialize fonts to have
5825                 the same size as normal GtkWidgets
5826
5827 2005-10-16 [colin]      1.9.15cvs55
5828
5829         * src/mimeview.c
5830                 Fix message a bit more
5831
5832 2005-10-16 [colin]      1.9.15cvs54
5833
5834         * src/addressbook.c
5835                 Second attempt at flicker fixing
5836
5837 2005-10-16 [colin]      1.9.15cvs53
5838
5839         * src/addressbook.c
5840                 Fix flicker
5841
5842 2005-10-16 [wwp]        1.9.15cvs52
5843
5844         * src/addressbook.c
5845         * src/editaddress.c
5846         * src/prefs_common.c
5847         * src/prefs_common.h
5848                 Remember window sizes (address book)
5849
5850 2005-10-16 [wwp]        1.9.15cvs51
5851
5852         * src/plugins/clamav/clamav_plugin_gtk.c
5853         * src/plugins/spamassassin/spamassassin_gtk.c
5854                 Fix compilation warnings (missing #include).
5855
5856 2005-10-16 [colin]      1.9.15cvs50
5857
5858         * src/mimeview.c
5859         * src/summaryview.c
5860         * src/textview.c
5861                 Make 'c' check signature, and forward
5862                 c, l, y, t from summaryview to mimeview
5863
5864 2005-10-16 [colin]      1.9.15cvs49
5865
5866         * src/addressbook.c
5867                 Put border around buttons
5868         * src/mainwindow.c
5869         * src/summaryview.c
5870                 Rework menus (Patch based on a patch
5871                 by Paul)
5872
5873 2005-10-15 [wwp]        1.9.15cvs48
5874
5875         * src/editjpilot.c
5876         * src/editldap.c
5877         * src/editvcard.c
5878         * src/exphtmldlg.c
5879         * src/expldifdlg.c
5880         * src/export.c
5881         * src/import.c
5882         * src/importldif.c
5883         * src/importmutt.c
5884         * src/importpine.c
5885         * src/prefs_account.c
5886         * src/prefs_spelling.c
5887         * src/gtk/gtkutils.c
5888         * src/gtk/gtkutils.h
5889         * src/plugins/clamav/clamav_plugin_gtk.c
5890         * src/plugins/spamassassin/spamassassin_gtk.c
5891                 use nicer browse-for-file/dir buttons than the "..." ones,
5892                 code factorizing more.
5893
5894 2005-10-14 [colin]      1.9.15cvs47
5895
5896         * src/mainwindow.c
5897                 set relief on the account switcher so that people see it
5898                 grey out Create processing rules when no message is selected
5899         * src/prefs_filtering.c
5900                 ask before closing if the rule has not been modified, even if
5901                 it's not valid
5902         * src/prefs_matcher.c
5903                 fix sensitivity when entering the dialog
5904         * src/gtk/inputdialog.c
5905                 display a better icon on password ask
5906         * src/plugins/pgpcore/passphrase.c
5907                 make the dialog look better
5908
5909 2005-10-14 [paul]       1.9.15cvs46
5910
5911         * src/folderview.c
5912                 indicate presense of marked msgs in
5913                 unexpanded subfolders
5914
5915 2005-10-14 [paul]       1.9.15cvs45
5916
5917         * src/prefs_actions.c
5918         * src/prefs_common.c
5919         * src/prefs_common.h
5920         * src/prefs_filtering_action.c
5921         * src/prefs_matcher.c
5922         * src/prefs_template.c
5923                 remember window sizes
5924                 fix Info button size
5925
5926         Patches by wwp
5927
5928 2005-10-13 [colin]      1.9.15cvs44
5929
5930         * src/mimeview.c
5931         * src/noticeview.c
5932         * src/noticeview.h
5933                 Add a tooltip on the icon (optional) 
5934                 Get rid of the signature buttons and only
5935                 use the icon+tooltip
5936
5937 2005-10-13 [colin]      1.9.15cvs43
5938
5939         * src/noticeview.c
5940         * src/noticeview.h
5941                 Add hand cursor for hovering over icon
5942
5943 2005-10-13 [colin]      1.9.15cvs42
5944
5945         * src/summaryview.c
5946                 Fix crash when quicksearch's hidden 
5947                 at startup
5948
5949 2005-10-13 [colin]      1.9.15cvs41
5950
5951         * src/compose.c
5952                 Set subject when forwarding multiple mails
5953                 Check that other recipient than the default Cc or Bcc
5954                 have been set before sending.
5955
5956 2005-10-13 [colin]      1.9.15cvs40
5957
5958         * src/imap.c
5959                 Batch per-folder
5960                 Introduce locking, but don't use it yet
5961
5962 2005-10-13 [colin]      1.9.15cvs39
5963
5964         * src/gtk/quicksearch.c
5965                 Reset quicksearch when hiding it
5966                 Make sticky a real pref
5967
5968 2005-10-13 [colin]      1.9.15cvs38
5969
5970         * src/summaryview.c
5971                 Faster prefs apply
5972
5973 2005-10-13 [colin]      1.9.15cvs37
5974
5975         * src/mimeview.c
5976         * src/noticeview.c
5977         * src/noticeview.h
5978         * src/plugins/pgpcore/sgpgme.c
5979                 Make privacy icon clickable
5980                 Move Trust field in Full info
5981                 When trust is less than full, don't display
5982                 a warning icon
5983
5984 2005-10-13 [colin]      1.9.15cvs36
5985
5986         * src/folder.c
5987                 Batch on flags sync
5988         * src/folderview.c
5989                 Revert speed hack which is dangerous in fact
5990                 Apply prefs faster
5991
5992 2005-10-13 [colin]      1.9.15cvs35
5993
5994         * src/folder_item_prefs.c
5995                 Fix pref corruption on folder move. Patch
5996                 by wwp
5997
5998 2005-10-13 [paul]       1.9.15cvs34
5999
6000         * src/export.c
6001         * src/import.c
6002                 fix typos in g_warnings
6003         * src/prefs_account.c
6004                 add a file selector for Signature file
6005
6006         Patches by wwp
6007
6008 2005-10-12 [colin]      1.9.15cvs33
6009
6010         * src/mimeview.c
6011                 Provide a quick way to go back from a
6012                 signature's full info to the email part
6013
6014 2005-10-12 [colin]      1.9.15cvs32
6015
6016         * src/compose.c
6017                 Remove old hack of encoding signed mails with base64.
6018                 QP works equally well.
6019
6020 2005-10-12 [colin]      1.9.15cvs31
6021
6022         * src/crash.c
6023                 Replace deprecated GtkText with GtkTextView
6024         * src/imap.c
6025                 Fix a logic bug about counts in imap_select
6026                 (previously un-triggered)
6027         * src/mainwindow.c
6028         * src/summaryview.c
6029         * src/news.c
6030                 Allow local deletion of news posts
6031         * src/mimeview.c
6032                 Show GPG noticeview on the message/rfc822 part
6033                 in addition to the text/plain one
6034         * src/prefs_image_viewer.c
6035           src/plugins/pgpcore/prefs_gpg.c
6036                 Polish (set the label as part of the checkbox)
6037         * src/wizard.c
6038                 Don't sit there doing nothing after destroying
6039                 the window - return err
6040
6041 2005-10-11 [colin]      1.9.15cvs30
6042
6043         * src/folderview.c
6044                 Apply processing rules before showing folders.
6045                 Early folder show (before flags sync) will only
6046                 be done when there are no processing rules (nor
6047                 pre- or post- ones)
6048         * src/imap.c
6049                 Fix stuff related to mail subdir, creation and 
6050                 deletion of folders 
6051         * src/imap_gtk.c
6052                 Don't allow creation of folders in NoInferior
6053                 folders, as it won't work
6054
6055 2005-10-10 [colin]      1.9.15cvs29
6056
6057         * src/compose.c
6058                 Reselect "None" Privacy system when selecting an
6059                 account with no privacy system defined
6060
6061 2005-10-10 [colin]      1.9.15cvs28
6062
6063         * src/mainwindow.c
6064                 Add Windows-1252 encoding
6065         * src/prefs_common.c
6066                 Rework some defaults:
6067                 - autosave to draft by default
6068                 - don't show header pane (it's already in the textview)
6069                 - Select first new or unread mail on entry
6070                 - Assume 'Yes' to change folder when there's no more
6071                   unread message
6072         * src/prefs_matcher.c
6073                 Fix a gtk assertion failure
6074         * src/gtk/colorlabel.c
6075                 Workaround bad repainting on selection
6076         * src/main.c
6077                 Freeze/thaw (a bit faster on ssh -X)
6078         * src/msgcache.c
6079                 Get rid of StrdupConverter that just adds an
6080                 extra strdup/free 
6081         * src/etpan/imap_thread.c
6082                 memset buf to 0
6083
6084 2005-10-10 [colin]      1.9.15cvs27
6085
6086         * src/export.c
6087         * src/import.c
6088                 Fix compile on gtk 2.4. Patch by wwp
6089
6090 2005-10-09 [colin]      1.9.15cvs26
6091
6092         * src/mainwindow.c
6093         * src/messageview.c
6094         * src/summaryview.c
6095                 Clarify forward menus. Patch by wwp
6096
6097 2005-10-09 [colin]      1.9.15cvs25
6098
6099         * src/compose.c
6100         * src/compose.h
6101                 Fix bug #829 (Non-working "Encrypt message by 
6102                 default when replying to an encrypted message")
6103
6104 2005-10-08 [colin]      1.9.15cvs24
6105
6106         * src/wizard.c
6107                 Fix bug #827 ("Welcome" setup wizard after a 
6108                 permission error gives up & forgets itself.)
6109
6110 2005-10-08 [colin]      1.9.15cvs23
6111
6112         * src/procmime.c
6113                 Fix bug #828 (Ignoring headers with spaces around = sign)
6114
6115 2005-10-08 [colin]      1.9.15cvs22
6116
6117         * src/export.c
6118                 Warning fix by wwp
6119
6120 2005-10-08 [colin]      1.9.15cvs21
6121
6122         * src/folder.c
6123         * src/folder.h
6124                 Add a processing_pending indicator, set on 
6125                 folder_item_open and cleared after 
6126                 folder_item_process_open
6127         * src/folderview.c
6128         * src/summaryview.c
6129                 wrap procmsg_msginfo_*_flags, and in the
6130                 wrapper check that there's no folder processing 
6131                 pending. If there is, defer the flags change until 
6132                 processing is done to avoid stepping over each
6133                 other's toes.
6134                 Freeze during processing, but not during scanning.
6135
6136 2005-10-07 [colin]      1.9.15cvs20
6137
6138         * src/plugins/pgpcore/passphrase.c
6139                 Fix bug #826 (X-Server hangs when 
6140                 right-clicking a PGP encrypted message)
6141
6142 2005-10-07 [paul]       1.9.15cvs19
6143
6144         * src/compose.c
6145                 fix compose_entries[]
6146                 patch by Fabien Vantard
6147
6148 2005-10-06 [colin]      1.9.15cvs18
6149
6150         * src/pixmaps/address.xpm
6151         * src/pixmaps/address_book.xpm
6152         * src/pixmaps/book.xpm
6153         * src/pixmaps/check_spelling.xpm
6154         * src/pixmaps/checkbox_off.xpm
6155         * src/pixmaps/checkbox_on.xpm
6156         * src/pixmaps/close.xpm
6157         * src/pixmaps/complete.xpm
6158         * src/pixmaps/continue.xpm
6159         * src/pixmaps/deleted.xpm
6160         * src/pixmaps/down_arrow.xpm
6161         * src/pixmaps/exec.xpm
6162         * src/pixmaps/forwarded.xpm
6163         * src/pixmaps/group.xpm
6164         * src/pixmaps/ignorethread.xpm
6165         * src/pixmaps/interface.xpm
6166         * src/pixmaps/jpilot.xpm
6167         * src/pixmaps/ldap.xpm
6168         * src/pixmaps/linewrap.xpm
6169         * src/pixmaps/linewrapcurrent.xpm
6170         * src/pixmaps/mail.xpm
6171         * src/pixmaps/mail_attach.xpm
6172         * src/pixmaps/mail_compose.xpm
6173         * src/pixmaps/mail_forward.xpm
6174         * src/pixmaps/mail_receive.xpm
6175         * src/pixmaps/mail_receive_all.xpm
6176         * src/pixmaps/mail_reply.xpm
6177         * src/pixmaps/mail_reply_to_all.xpm
6178         * src/pixmaps/mail_reply_to_author.xpm
6179         * src/pixmaps/mail_send.xpm
6180         * src/pixmaps/mail_send_queue.xpm
6181         * src/pixmaps/mime_application.xpm
6182         * src/pixmaps/mime_audio.xpm
6183         * src/pixmaps/mime_image.xpm
6184         * src/pixmaps/mime_message.xpm
6185         * src/pixmaps/mime_text_enriched.xpm
6186         * src/pixmaps/mime_text_html.xpm
6187         * src/pixmaps/mime_text_plain.xpm
6188         * src/pixmaps/mime_unknown.xpm
6189         * src/pixmaps/new.xpm
6190         * src/pixmaps/news_compose.xpm
6191         * src/pixmaps/offline.xpm
6192         * src/pixmaps/online.xpm
6193         * src/pixmaps/paste.xpm
6194         * src/pixmaps/preferences.xpm
6195         * src/pixmaps/privacy_emblem_encrypted.xpm
6196         * src/pixmaps/privacy_expired.xpm
6197         * src/pixmaps/privacy_failed.xpm
6198         * src/pixmaps/privacy_passed.xpm
6199         * src/pixmaps/privacy_signed.xpm
6200         * src/pixmaps/privacy_unknown.xpm
6201         * src/pixmaps/privacy_warn.xpm
6202         * src/pixmaps/properties.xpm
6203         * src/pixmaps/replied.xpm
6204         * src/pixmaps/search.xpm
6205         * src/pixmaps/unread.xpm
6206         * src/pixmaps/up_arrow.xpm
6207         * src/pixmaps/vcard.xpm
6208                 Modernize internal theme, with icons from the 
6209                 Gnomaws theme. Keep some of the old ones where
6210                 they were better.
6211
6212 2005-10-06 [colin]      1.9.15cvs17
6213
6214         * src/summaryview.c
6215                 Little optimisations + bugfix
6216         * src/toolbar.c
6217                 Remove default useless items - useless being defined
6218                 by the default relevant prefs
6219         * src/wizard.c
6220                 include config.h to make gettext work
6221         * src/prefs_themes.c
6222                 Fix selection of current theme in prefs
6223
6224 2005-10-06 [colin]      1.9.15cvs16
6225
6226         * src/prefs_common.c
6227         * src/prefs_common.h
6228         * src/prefs_summaries.c
6229         * src/folderview.c
6230                 Add a warning dialog on Mark all read 
6231                 (with pref to get rid of it)
6232
6233 2005-10-06 [paul]       1.9.15cvs15
6234
6235         * po/nb.po
6236         * po/pt_BR.po
6237                 updated by Geir Helland and Frederico
6238                 Goncalves Guimaraes
6239
6240 2005-10-05 [colin]      1.9.15cvs14
6241
6242         * src/folder.c
6243         * src/folder.h
6244         * src/folderview.c
6245         * src/folderview.h
6246         * src/imap_gtk.c
6247         * src/mh_gtk.c
6248         * src/mainwindow.c
6249         * src/setup.c
6250                 add a way to rescan without rebuilding
6251                 make moving a bit faster (less folders changes)
6252                 don't lock the tree on Get 
6253         * src/imap.c
6254                 Don't re-delete deleted messages before expunging
6255         * src/summaryview.c
6256                 Set batch mode when deleting mails
6257
6258 2005-10-05 [paul]       1.9.15cvs13
6259
6260         * src/mainwindow.c
6261         * src/mainwindow.h
6262                 fix disabled Execute menu item
6263         * src/toolbar.c
6264                 match the change in 1.9.15cvs10: use Compose
6265                 instead of News by default
6266
6267 2005-10-04 [colin]      1.9.15cvs12
6268
6269         * src/compose.c
6270                 When replying to an ML post with Reply-To set
6271                 to the poster's email, honor it (as before),
6272                 but also honor our user's request to reply to
6273                 the mailing list: set the ML address in the To
6274                 field and the Reply-To address in the Cc: 
6275                 field.
6276
6277 2005-10-04 [colin]      1.9.15cvs11
6278
6279         * src/plugins/trayicon/trayicon.c
6280                 Finish cosmetic change - thanks to wwp
6281
6282 2005-10-04 [colin]      1.9.15cvs10
6283
6284         * src/toolbar.c
6285                 Use Compose instead of Email by default.
6286                 Spotted by wwp.
6287
6288 2005-10-04 [colin]      1.9.15cvs9
6289
6290         * src/folder.c
6291         * src/folder.h
6292         * src/folderview.c
6293         * src/imap.c
6294         * src/etpan/imap-thread.c
6295         * src/etpan/imap-thread.h
6296                 Try to make IMAP faster, by simplifying SEARCH
6297                 commands, avoiding sending two STATUS in a row,
6298                 and deferring flags sync and processing just
6299                 after displaying the folder. 
6300                 This will update the SummaryView in certain
6301                 cases (new mails not already fetched, flags
6302                 changed from another client) but in a non-
6303                 blocking manner.
6304
6305 2005-10-04 [colin]      1.9.15cvs8
6306
6307         * src/plugins/trayicon/trayicon.c
6308                 Relabel "Offline" to "Work offline"
6309
6310 2005-10-04 [colin]      1.9.15cvs7
6311
6312         * src/export.c
6313         * src/import.c
6314         * src/mbox.c
6315                 Fix mbox import/export buglets
6316                 Patch by wwp
6317         * src/plugins/trayicon/trayicon.c
6318                 Add offline swithc
6319                 Patch by wwp
6320
6321 2005-10-04 [colin]      1.9.15cvs6
6322
6323         * src/folder.c
6324         * src/folderview.c
6325         * src/summaryview.c
6326                 Better fix (don't break mark all read) for cvs2
6327
6328 2005-10-03 [colin]      1.9.15cvs5
6329
6330         * src/folder.c
6331                 Use a sane sort by default
6332
6333 2005-10-03 [colin]      1.9.15cvs4
6334
6335         * src/inc.c
6336                 Add a 'Only once' button for overriding offline mode
6337         * src/prefs_account.c
6338         * src/wizard.c
6339                 Add Local mbox to the wizard
6340                 Add IMAP subdir to the wizard (or the wizard is useless
6341                 for such accounts, or even worse than useless)
6342                 Move IMAP subdir from Advanced to Receive tab, as it's
6343                 not that uncommon
6344
6345 2005-10-03 [colin]      1.9.15cvs3
6346
6347         * src/send_message.c
6348                 Forgot this one in cvs1
6349
6350 2005-10-03 [colin]      1.9.15cvs2
6351
6352         * src/folder.c
6353                 Faster close when leaving a folder with lots
6354                 of new mails. Idea by David Relson.
6355
6356 2005-10-03 [colin]      1.9.15cvs1
6357
6358         * src/compose.c
6359         * src/imap.c
6360         * src/inc.c
6361         * src/main.c
6362         * src/messageview.c
6363         * src/news.c
6364         * src/summaryview.c
6365         * src/gtk/sslcertwindow.c
6366         * src/plugins/trayicon/trayicon.c
6367                 Add accels to every AlertPanel. Patch by Fabien 
6368                 Vantard
6369
6370 2005-10-03 [paul]       1.9.15
6371
6372         1.9.15 released
6373
6374 2005-10-03 [paul]       1.9.14cvs68
6375
6376         * po/ca.po
6377         * po/de.po
6378         * po/es.po
6379         * po/fi.po
6380         * po/fr.po
6381         * po/sk.po
6382         * po/sr.po
6383         * po/zh_CN.po
6384                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6385                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6386                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6387
6388 2005-10-03 [paul]       1.9.14cvs67
6389
6390         * src/send_message.c
6391                 prevent hang on Cancel
6392                 patch by Colin
6393
6394 2005-10-03 [paul]       1.9.14cvs66
6395
6396         * src/main.c
6397                 fix crash in IMAP caused by discrepancy
6398                 between check_at_startup and offline mode
6399                 Patch by Colin
6400
6401 2005-10-01 [paul]       1.9.14cvs65
6402
6403         * src/inc.c
6404                 fix engrish
6405
6406 2005-10-01 [paul]       1.9.14cvs64
6407         * src/export.c
6408         * src/import.c
6409                 synchronise import_mbox() and export_mbox()
6410         * src/mbox.c
6411                 proc_mbox(): add alert if file cannot be opened
6412                 export_list_to_mbox(): test if dest file exists,
6413                 prompt user to overwrite if it does. add alert
6414                 if file cannot be created
6415                                                                 
6416         Patch by wwp
6417                                                                                                                 
6418
6419 2005-09-30 [paul]       1.9.14cvs63
6420
6421         * src/addressbook.c
6422                 Fix sensitivity of a menu
6423         * src/codeconv.c
6424                 Respect hidden pref for mails with no encoding
6425         * src/common/xml.c
6426                 Fix memory corruption
6427         * src/plugins/pgpcore/sgpgme.c
6428                 Fix segfault on incomplete sigs, and display
6429                 of S/Mime UIDs
6430
6431         Patches by Colin
6432
6433 2005-09-30 [colin]      1.9.14cvs62
6434
6435         * src/partial_download.c
6436                 Little logic fix in almost-dead code
6437         * src/pop.c
6438                 Fix partial download when there's no new mail
6439
6440 2005-09-29 [paul]       1.9.14cvs61
6441
6442         * src/plugins/pgpinline/pgpinline.c
6443                 fix bug 819, 'crash accessing sign message'
6444                 Patch by Colin
6445
6446 2005-09-28 [martin]     1.9.14cvs60
6447
6448         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6449                 fix bug #790 (Crash when restarting window manager (fluxbox))
6450
6451 2005-09-28 [paul]       1.9.14cvs59
6452
6453         * src/gtk/gtkaspell.c
6454                 fix off-by-one typo
6455
6456 2005-09-27 [colin]      1.9.14cvs58
6457
6458         * src/plugins/pgpcore/sgpgme.c
6459                 Report error when there's one, instead of
6460                 "Signature unchecked" 
6461
6462 2005-09-27 [colin]      1.9.14cvs57
6463
6464         * src/prefs_quote.c
6465                 Fix bug #816 (Weird quotation with spaces)
6466
6467 2005-09-27 [colin]      1.9.14cvs56
6468
6469         * src/codeconv.c
6470         * src/compose.c
6471         * src/compose.h
6472                 Put subject in compose's title
6473                 Fix Automatic encoding so that it's really automatic:
6474                 first try default locale's charset, then charset of the replied mail, 
6475                 then utf-8
6476                 Fix encoding of headers (must be in strict mode too)
6477
6478 2005-09-26 [colin]      1.9.14cvs55
6479
6480         * src/gtk/gtkaspell.c
6481                 Fix previous patch - don't color the space,
6482                 just uncolor it :)
6483
6484 2005-09-26 [colin]      1.9.14cvs54
6485
6486         * src/gtk/gtkaspell.c
6487                 Unmark space if possible
6488
6489 2005-09-26 [colin]      1.9.14cvs53
6490
6491         * src/imap.c
6492                 log_error instead of alertpanel according to the pref
6493         * src/etpan/imap-thread.c
6494                 Print connect status, copy only necessary size to 
6495                 logger
6496         * src/plugins/pgpmime/pgpmime.c
6497                 Handle S/Mime signatures (verification only). Patch based
6498                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6499
6500 2005-09-26 [paul]       1.9.14cvs52
6501
6502         * src/common/passcrypt.c
6503                 this 'workaround' not necessary on NetBSD.
6504                 Thanks to Daniel Gustafson
6505
6506 2005-09-26 [paul]
6507
6508         1.9.15-rc4 released
6509
6510 2005-09-26 [paul]       1.9.14cvs51
6511
6512         * src/summaryview.c
6513                 Skip currently selected message when
6514                 looking for next new or unread message
6515                 in current folder. Patch by Colin
6516         * src/common/passcrypt.c
6517                 eliminate warnings on *BSD. Patch by
6518                 Daniel Gustafson
6519
6520 2005-09-26 [colin]      1.9.14cvs50
6521
6522         * src/procmsg.c
6523                 Call postfiltering hook anyway
6524
6525 2005-09-22 [colin]      1.9.14cvs49
6526
6527         * src/codeconv.c
6528         * src/codeconv.h
6529                 Add a strict mode that doesn't replace with _
6530         * src/compose.c
6531         * src/compose.h
6532                 Use strict conversion while sending
6533                 Fix race when drafting while sending (happens
6534                 on IMAP)
6535                 Fix d'n'd of messages from summaryview
6536         * src/prefs_common.c
6537         * src/prefs_common.h
6538                 add hidden utf8_instead_of_locale_for_broken_mail 
6539                 pref for people that preferred the default charset 
6540                 to be utf8 for broken mails
6541         * src/quote_fmt_parse.y
6542                 fix bug #815 (No quote insert if "From:" fied 
6543                 contained Russian letters)
6544         * src/summaryview.c
6545                 Fix d'n'd of messages to compose
6546
6547 2005-09-22 [paul]       1.9.14cvs48
6548
6549         * src/compose.c
6550                 fix bug where attachments Name entry
6551                 would display Path instead
6552
6553 2005-09-21 [paul]       1.9.14cvs47
6554
6555         * README
6556         * README.jp
6557         * configure.ac
6558         * config/config.rpath
6559         * doc/manual/en/sylpheed-20.html
6560         * doc/manual/es/sylpheed-20.html
6561         * po/bg.po
6562         * po/ca.po
6563         * po/de.po
6564         * po/es.po
6565         * po/fr.po
6566         * po/it.po
6567         * po/pt_BR.po
6568         * po/sk.po
6569         * po/zh_TW.po
6570         * src/account.c
6571         * src/account.h
6572         * src/action.c
6573         * src/action.h
6574         * src/adbookbase.h
6575         * src/addr_compl.c
6576         * src/addr_compl.h
6577         * src/addrbook.c
6578         * src/addrbook.h
6579         * src/addrcache.c
6580         * src/addrcache.h
6581         * src/addrcindex.c
6582         * src/addrcindex.h
6583         * src/addrclip.c
6584         * src/addrclip.h
6585         * src/addrdefs.h
6586         * src/addressadd.c
6587         * src/addressadd.h
6588         * src/addressbook.c
6589         * src/addressbook.h
6590         * src/addressitem.h
6591         * src/addrgather.c
6592         * src/addrgather.h
6593         * src/addrharvest.c
6594         * src/addrharvest.h
6595         * src/addrindex.c
6596         * src/addrindex.h
6597         * src/addritem.c
6598         * src/addritem.h
6599         * src/addrquery.c
6600         * src/addrquery.h
6601         * src/addrselect.c
6602         * src/addrselect.h
6603         * src/alertpanel.c
6604         * src/alertpanel.h
6605         * src/browseldap.c
6606         * src/browseldap.h
6607         * src/codeconv.c
6608         * src/codeconv.h
6609         * src/compose.c
6610         * src/compose.h
6611         * src/crash.c
6612         * src/crash.h
6613         * src/customheader.c
6614         * src/customheader.h
6615         * src/displayheader.c
6616         * src/displayheader.h
6617         * src/editaddress.c
6618         * src/editaddress.h
6619         * src/editbook.c
6620         * src/editbook.h
6621         * src/editgroup.c
6622         * src/editgroup.h
6623         * src/editjpilot.c
6624         * src/editjpilot.h
6625         * src/editldap.c
6626         * src/editldap.h
6627         * src/editldap_basedn.c
6628         * src/editldap_basedn.h
6629         * src/editvcard.c
6630         * src/editvcard.h
6631         * src/enriched.c
6632         * src/enriched.h
6633         * src/exphtmldlg.c
6634         * src/exphtmldlg.h
6635         * src/expldifdlg.c
6636         * src/expldifdlg.h
6637         * src/export.c
6638         * src/export.h
6639         * src/exporthtml.c
6640         * src/exporthtml.h
6641         * src/exportldif.c
6642         * src/exportldif.h
6643         * src/filtering.c
6644         * src/filtering.h
6645         * src/folder.c
6646         * src/folder.h
6647         * src/folder_item_prefs.c
6648         * src/folder_item_prefs.h
6649         * src/foldersel.c
6650         * src/foldersel.h
6651         * src/folderutils.c
6652         * src/folderutils.h
6653         * src/folderview.c
6654         * src/folderview.h
6655         * src/grouplistdialog.c
6656         * src/grouplistdialog.h
6657         * src/headerview.c
6658         * src/headerview.h
6659         * src/html.c
6660         * src/html.h
6661         * src/image_viewer.c
6662         * src/image_viewer.h
6663         * src/imap.c
6664         * src/imap.h
6665         * src/imap_gtk.c
6666         * src/imap_gtk.h
6667         * src/import.c
6668         * src/import.h
6669         * src/importldif.c
6670         * src/importldif.h
6671         * src/importmutt.c
6672         * src/importmutt.h
6673         * src/importpine.c
6674         * src/importpine.h
6675         * src/inc.c
6676         * src/inc.h
6677         * src/jpilot.c
6678         * src/jpilot.h
6679         * src/ldapctrl.c
6680         * src/ldapctrl.h
6681         * src/ldaplocate.c
6682         * src/ldaplocate.h
6683         * src/ldapquery.c
6684         * src/ldapquery.h
6685         * src/ldapserver.c
6686         * src/ldapserver.h
6687         * src/ldaputil.c
6688         * src/ldaputil.h
6689         * src/ldif.c
6690         * src/ldif.h
6691         * src/localfolder.c
6692         * src/localfolder.h
6693         * src/main.c
6694         * src/main.h
6695         * src/mainwindow.c
6696         * src/mainwindow.h
6697         * src/manual.c
6698         * src/manual.h
6699         * src/matcher.c
6700         * src/matcher.h
6701         * src/matcher_parser.h
6702         * src/matcher_parser_lex.l
6703         * src/matcher_parser_parse.y
6704         * src/mbox.c
6705         * src/mbox.h
6706         * src/message_search.c
6707         * src/message_search.h
6708         * src/messageview.c
6709         * src/messageview.h
6710         * src/mh.c
6711         * src/mh.h
6712         * src/mh_gtk.c
6713         * src/mh_gtk.h
6714         * src/mimeview.c
6715         * src/mimeview.h
6716         * src/msgcache.c
6717         * src/msgcache.h
6718         * src/mutt.c
6719         * src/mutt.h
6720         * src/news.c
6721         * src/news.h
6722         * src/news_gtk.c
6723         * src/news_gtk.h
6724         * src/noticeview.c
6725         * src/noticeview.h
6726         * src/partial_download.c
6727         * src/partial_download.h
6728         * src/pine.c
6729         * src/pine.h
6730         * src/pop.c
6731         * src/pop.h
6732         * src/prefs_account.c
6733         * src/prefs_account.h
6734         * src/prefs_actions.c
6735         * src/prefs_actions.h
6736         * src/prefs_common.c
6737         * src/prefs_common.h
6738         * src/prefs_compose_writing.c
6739         * src/prefs_compose_writing.h
6740         * src/prefs_customheader.c
6741         * src/prefs_customheader.h
6742         * src/prefs_display_header.c
6743         * src/prefs_display_header.h
6744         * src/prefs_ext_prog.c
6745         * src/prefs_ext_prog.h
6746         * src/prefs_filtering.c
6747         * src/prefs_filtering.h
6748         * src/prefs_filtering_action.c
6749         * src/prefs_filtering_action.h
6750         * src/prefs_folder_column.c
6751         * src/prefs_folder_column.h
6752         * src/prefs_folder_item.c
6753         * src/prefs_folder_item.h
6754         * src/prefs_fonts.c
6755         * src/prefs_fonts.h
6756         * src/prefs_gtk.c
6757         * src/prefs_gtk.h
6758         * src/prefs_image_viewer.c
6759         * src/prefs_image_viewer.h
6760         * src/prefs_matcher.c
6761         * src/prefs_matcher.h
6762         * src/prefs_message.c
6763         * src/prefs_message.h
6764         * src/prefs_msg_colors.c
6765         * src/prefs_msg_colors.h
6766         * src/prefs_other.c
6767         * src/prefs_other.h
6768         * src/prefs_quote.c
6769         * src/prefs_quote.h
6770         * src/prefs_receive.c
6771         * src/prefs_receive.h
6772         * src/prefs_send.c
6773         * src/prefs_send.h
6774         * src/prefs_spelling.c
6775         * src/prefs_spelling.h
6776         * src/prefs_summaries.c
6777         * src/prefs_summaries.h
6778         * src/prefs_summary_column.c
6779         * src/prefs_summary_column.h
6780         * src/prefs_template.c
6781         * src/prefs_template.h
6782         * src/prefs_themes.c
6783         * src/prefs_themes.h
6784         * src/prefs_toolbar.c
6785         * src/prefs_toolbar.h
6786         * src/prefs_wrapping.c
6787         * src/prefs_wrapping.h
6788         * src/privacy.c
6789         * src/privacy.h
6790         * src/procheader.c
6791         * src/procheader.h
6792         * src/procmime.c
6793         * src/procmime.h
6794         * src/procmsg.c
6795         * src/procmsg.h
6796         * src/quote_fmt.c
6797         * src/quote_fmt_parse.y
6798         * src/recv.c
6799         * src/recv.h
6800         * src/remotefolder.c
6801         * src/remotefolder.h
6802         * src/send_message.c
6803         * src/send_message.h
6804         * src/setup.c
6805         * src/setup.h
6806         * src/simple-gettext.c
6807         * src/sourcewindow.c
6808         * src/sourcewindow.h
6809         * src/ssl_manager.c
6810         * src/ssl_manager.h
6811         * src/statusbar.c
6812         * src/statusbar.h
6813         * src/stock_pixmap.c
6814         * src/stock_pixmap.h
6815         * src/summary_search.c
6816         * src/summary_search.h
6817         * src/summaryview.c
6818         * src/summaryview.h
6819         * src/syldap.c
6820         * src/syldap.h
6821         * src/textview.c
6822         * src/textview.h
6823         * src/toolbar.c
6824         * src/toolbar.h
6825         * src/undo.c
6826         * src/undo.h
6827         * src/unmime.c
6828         * src/unmime.h
6829         * src/vcard.c
6830         * src/vcard.h
6831         * src/wizard.c
6832         * src/wizard.h
6833         * src/common/base64.c
6834         * src/common/base64.h
6835         * src/common/defs.h
6836         * src/common/hooks.c
6837         * src/common/hooks.h
6838         * src/common/log.c
6839         * src/common/log.h
6840         * src/common/md5.c
6841         * src/common/md5.h
6842         * src/common/mgutils.c
6843         * src/common/mgutils.h
6844         * src/common/nntp.c
6845         * src/common/nntp.h
6846         * src/common/passcrypt.c
6847         * src/common/passcrypt.h.in
6848         * src/common/plugin.c
6849         * src/common/plugin.h
6850         * src/common/prefs.c
6851         * src/common/prefs.h
6852         * src/common/progressindicator.c
6853         * src/common/progressindicator.h
6854         * src/common/quoted-printable.c
6855         * src/common/quoted-printable.h
6856         * src/common/session.c
6857         * src/common/session.h
6858         * src/common/smtp.c
6859         * src/common/smtp.h
6860         * src/common/socket.c
6861         * src/common/socket.h
6862         * src/common/ssl.c
6863         * src/common/ssl.h
6864         * src/common/ssl_certificate.c
6865         * src/common/ssl_certificate.h
6866         * src/common/string_match.c
6867         * src/common/string_match.h
6868         * src/common/stringtable.c
6869         * src/common/sylpheed.c
6870         * src/common/sylpheed.h
6871         * src/common/template.c
6872         * src/common/template.h
6873         * src/common/timing.h
6874         * src/common/utils.c
6875         * src/common/utils.h
6876         * src/common/uuencode.c
6877         * src/common/uuencode.h
6878         * src/common/version.h.in
6879         * src/common/xml.c
6880         * src/common/xml.h
6881         * src/common/xmlprops.c
6882         * src/common/xmlprops.h
6883         * src/gtk/about.c
6884         * src/gtk/about.h
6885         * src/gtk/colorlabel.c
6886         * src/gtk/colorlabel.h
6887         * src/gtk/colorsel.c
6888         * src/gtk/colorsel.h
6889         * src/gtk/description_window.c
6890         * src/gtk/description_window.h
6891         * src/gtk/filesel.c
6892         * src/gtk/filesel.h
6893         * src/gtk/foldersort.c
6894         * src/gtk/foldersort.h
6895         * src/gtk/gtkutils.c
6896         * src/gtk/gtkutils.h
6897         * src/gtk/inputdialog.c
6898         * src/gtk/inputdialog.h
6899         * src/gtk/logwindow.c
6900         * src/gtk/logwindow.h
6901         * src/gtk/manage_window.c
6902         * src/gtk/manage_window.h
6903         * src/gtk/menu.c
6904         * src/gtk/menu.h
6905         * src/gtk/pluginwindow.c
6906         * src/gtk/pluginwindow.h
6907         * src/gtk/prefswindow.c
6908         * src/gtk/prefswindow.h
6909         * src/gtk/progressdialog.c
6910         * src/gtk/progressdialog.h
6911         * src/gtk/quicksearch.c
6912         * src/gtk/quicksearch.h
6913         * src/gtk/sslcertwindow.c
6914         * src/gtk/sslcertwindow.h
6915         * src/plugins/clamav/clamav_plugin.c
6916         * src/plugins/clamav/clamav_plugin.h
6917         * src/plugins/clamav/clamav_plugin_gtk.c
6918         * src/plugins/demo/demo.c
6919         * src/plugins/dillo_viewer/dillo_prefs.c
6920         * src/plugins/dillo_viewer/dillo_prefs.h
6921         * src/plugins/dillo_viewer/dillo_viewer.c
6922         * src/plugins/mathml_viewer/mathml_viewer.c
6923         * src/plugins/pgpcore/passphrase.c
6924         * src/plugins/pgpcore/passphrase.h
6925         * src/plugins/pgpcore/plugin.c
6926         * src/plugins/pgpcore/prefs_gpg.c
6927         * src/plugins/pgpcore/prefs_gpg.h
6928         * src/plugins/pgpcore/select-keys.c
6929         * src/plugins/pgpcore/select-keys.h
6930         * src/plugins/pgpcore/sgpgme.c
6931         * src/plugins/pgpcore/sgpgme.h
6932         * src/plugins/pgpinline/pgpinline.c
6933         * src/plugins/pgpinline/pgpinline.h
6934         * src/plugins/pgpinline/plugin.c
6935         * src/plugins/pgpmime/pgpmime.c
6936         * src/plugins/pgpmime/pgpmime.h
6937         * src/plugins/pgpmime/plugin.c
6938         * src/plugins/spamassassin/spamassassin.c
6939         * src/plugins/spamassassin/spamassassin.h
6940         * src/plugins/spamassassin/spamassassin_gtk.c
6941         * src/plugins/trayicon/trayicon.c
6942         * tools/OOo2sylpheed.pl
6943         * tools/acroread2sylpheed.pl
6944         * tools/asus_mailled.sh
6945         * tools/filter_conv.pl
6946         * tools/freshmeat_search.pl
6947         * tools/google_search.pl
6948         * tools/kmail2sylpheed.pl
6949         * tools/kmail2sylpheed_v2.pl
6950         * tools/maildir2sylpheed.pl
6951         * tools/multiwebsearch.pl
6952         * tools/newscache_clean.pl
6953         * tools/outlook2sylpheed.pl
6954         * tools/sylpheed-switcher
6955         * tools/update-po
6956         * tools/vcard2xml.py
6957         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6958                 update FSF address
6959
6960 2005-09-21 [colin]      1.9.14cvs46
6961
6962         * src/gedit-print.c
6963         * src/procmsg.c
6964         * src/procmsg.h
6965         * src/textview.c
6966         * src/summaryview.c
6967                 Remove some printing hacks (deselection/reselection),
6968                 which by the way fix printing the currently 
6969                 displayed mime part (still only text)
6970                 Plus a little optimisation of summary_show
6971
6972
6973 2005-09-20 [colin]      1.9.14cvs45
6974
6975         * src/mainwindow.c
6976         * src/messageview.c
6977                 GUI fixups: add accels, set message
6978                 view title to displayed mail's subject
6979         * src/prefs_spelling.c
6980         * src/gtk/gtkaspell.c
6981                 GUI fixups: allow underlining misspelled
6982                 words instead of coloring them (a11y!)
6983
6984 2005-09-19 [colin]
6985
6986         1.9.15rc3 released
6987
6988 2005-09-19 [colin]      1.9.14cvs44
6989
6990         * src/compose.c
6991                 Fix draft message
6992         * src/gtk/gtkaspell.c
6993                 Fix wrong test ;-)
6994
6995 2005-09-19 [colin]      1.9.14cvs43
6996
6997         * src/addressbook.c
6998                 Fix sensitivity of Delete button
6999         * src/compose.c
7000                 Warn if the requested Privacy system
7001                 is not available
7002         * src/exphtmldlg.c
7003         * src/expldifdlg.c
7004         * src/importldif.c
7005         * src/importmutt.c
7006         * src/importpine.c
7007                 Fix crappy UI
7008         * src/
7009         * src/ssl.h
7010         * src/prefs_account.h
7011         * src/prefs_account.c
7012                 Save SSL prefs even in builds that have
7013                 SSL support disable
7014         * src/imap.c
7015         * src/inc.c
7016         * src/news.c
7017         * src/send_message.c
7018                 Warn if connection should be secure, but
7019                 SSL support isn't compiled in
7020         * src/gtkaspell.c
7021                 Fix word separation on UTF-8 systems
7022                 Fixes bug #812 (Strange inline spellchecking)
7023         * src/compose.c
7024                 Warn if the requested Privacy system
7025                 is not available
7026                 Factorize offline warning
7027         * src/imap.c
7028         * src/imap_gtk.c
7029         * src/imap_gtk.h
7030         * src/inc.h
7031         * src/news_gtk.c
7032         * src/news_gtk.h
7033         * src/messageview.c
7034                 Factorize offline warning
7035
7036 2005-09-19 [paul]
7037
7038         1.9.15-rc2 released
7039
7040 2005-09-18 [colin]      1.9.14cvs42
7041
7042         * src/codeconv.c
7043         * src/codeconv.h
7044         * src/procmime.c
7045                 Add a way to get locale's charset ignoring utf-8,
7046                 and use that as default encoding for broken mails
7047
7048 2005-09-18 [colin]      1.9.14cvs41
7049
7050         * src/gtk/logwindow.c
7051                 Translate string. Patch by Fabien Vantard
7052
7053 2005-09-18 [colin]      1.9.14cvs40
7054
7055         * configure.ac
7056                 Fix bug #803 (IMAP/SSL support breaks with 
7057                 GnuTLS libetpan 0.38)
7058
7059 2005-09-18 [colin]      1.9.14cvs39
7060
7061         * src/codeconv.c
7062         * src/compose.c
7063         * src/procmime.c
7064                 More charsets fixes. Fixes bug #806 (non
7065                 ascii characters in subject line)
7066
7067 2005-09-17 [paul]       1.9.14cvs38
7068
7069         * src/folderview.c
7070         * src/mainwindow.c
7071                 fix gcc-2.95 issues
7072                 Patch by Pawel Pekala
7073
7074 2005-09-17 [colin]      1.9.14cvs37
7075
7076         * src/addrindex.c
7077                 bugfix for NO-USE LDAP compilation, patch 
7078                 by Fabien Vantard
7079
7080 2005-09-17 [colin]      1.9.14cvs36
7081
7082         * src/prefs_actions.c
7083         * src/prefs_customheader.c
7084         * src/prefs_display_header.c
7085         * src/prefs_filtering_action.c
7086         * src/prefs_matcher.c
7087         * src/prefs_toolbar.c
7088                 Fix strange casts (less elegant but
7089                 works better)
7090
7091 2005-09-16 [colin]      1.9.14cvs35
7092
7093         * src/jpilot.c
7094                 Missed that one
7095
7096 2005-09-16 [colin]      1.9.14cvs34
7097
7098         * configure.ac
7099         * src/Makefile.am
7100         * src/addr_compl.c
7101         * src/addrindex.c
7102         * src/browseldap.c
7103         * src/editldap.c
7104         * src/ldaplocate.c
7105         * src/ldapquery.c
7106         * src/ldapquery.h
7107         * src/ldapserver.c
7108         * src/ldapserver.h
7109         * src/main.c
7110         * src/matcher_parser_parse.y
7111         * src/prefs_themes.c
7112         * src/etpan/Makefile.am
7113         * src/gtk/description_window.c
7114         * src/plugins/clamav/Makefile.am
7115         * src/plugins/clamav/clamav_plugin.c
7116         * src/plugins/dillo_viewer/Makefile.am
7117         * src/plugins/pgpcore/Makefile.am
7118         * src/plugins/pgpinline/Makefile.am
7119         * src/plugins/pgpmime/Makefile.am
7120         * src/plugins/trayicon/Makefile.am
7121                 Fix 100% cpu usage in address completion list
7122                 Fix little bugs (return with no values etc)
7123                 Fix all warnings (with common CFLAGS)
7124
7125 2005-09-15 [colin]      1.9.14cvs33
7126
7127         * src/addressbook.c
7128                 Fix bug where sometimes a group's email list is empty,
7129                 force its refresh (probably fixes "Re: how to create a 
7130                 distribution list")
7131         * src/ldapquery.c
7132                 Don't return to the callback in the main thread from the
7133                 fetch thread (or face segs!)
7134
7135 2005-09-15 [paul]       1.9.14cvs32
7136
7137         * src/prefs_matcher.c
7138                 forgotten in last commit
7139
7140 2005-09-15 [paul]       1.9.14cvs31
7141
7142         * src/prefs_actions.c
7143         * src/prefs_filtering_action.c
7144         * src/prefs_quote.c
7145         * src/quote_fmt.c
7146         * src/summaryview.c
7147         * src/gtk/description_window.c
7148         * src/gtk/description_window.h
7149         * src/gtk/quicksearch.c
7150                 allow interaction with the called
7151                 description window
7152                 Patch by Anders Hammar
7153
7154 2005-09-14 [paul]       1.9.14cvs30
7155
7156         * src/compose.c
7157                 fix a little annoyance when pasting with 3rd button 
7158                 with wrap_pastes=0 and wrap_input=1
7159                 Patch by Colin
7160
7161 2005-09-14 [paul]       1.9.14cvs29
7162
7163         * src/prefs_account.c
7164                 disable 'Filter messages on receiving' for
7165                 SMTP-only accounts
7166                 Patch  by Anders Hammar
7167
7168 2005-09-14 [paul]       1.9.14cvs28
7169
7170         * po/sk.po
7171                 fix crash
7172                 updated by Andrej Kacian
7173
7174 2005-09-14 [paul]
7175
7176         1.9.15-rc1 released
7177
7178 2005-09-14 [paul]       1.9.14cvs27
7179
7180         * po/es.po
7181                 updated by Ricardo Mones Lastra
7182         * src/compose.c
7183         * src/compose.h
7184                 associate no_wrap_tags to Compose windows
7185                 instead of using a static one
7186                 Patch by Colin
7187         * src/mbox.c
7188                 fix proc_mbox()
7189                 Patch by wwp
7190         * src/textview.c
7191                 remove unneeded printf()
7192
7193 2005-09-14 [paul]       1.9.14cvs26
7194
7195         * src/addrcache.c
7196         * src/codeconv.h
7197         * src/folder.h
7198         * src/mainwindow.h
7199         * src/mh.c
7200         * src/mimeview.h
7201         * src/partial_download.c
7202         * src/pop.c
7203         * src/prefs_account.c
7204         * src/prefs_account.h
7205         * src/prefs_actions.c
7206         * src/prefs_customheader.c
7207         * src/prefs_display_header.c
7208         * src/prefs_filtering_action.c
7209         * src/prefs_matcher.c
7210         * src/prefs_toolbar.c
7211         * src/privacy.h
7212         * src/procmime.c
7213         * src/procmime.h
7214         * src/procmsg.h
7215         * src/textview.c
7216         * src/undo.h
7217         * src/common/plugin.c
7218         * src/common/session.h
7219         * src/common/socket.c
7220         * src/common/socket.h
7221         * src/common/template.c
7222         * src/gtk/gtkaspell.c
7223         * src/gtk/quicksearch.h
7224         * src/plugins/pgpcore/passphrase.c
7225         * src/plugins/pgpcore/prefs_gpg.h
7226         * src/plugins/pgpcore/select-keys.c
7227         * src/plugins/pgpcore/select-keys.h
7228         * src/plugins/pgpcore/sgpgme.c
7229         * src/plugins/pgpinline/pgpinline.c
7230         * src/plugins/pgpmime/pgpmime.c
7231         * src/plugins/trayicon/trayicon.c
7232                 fix compilation warnings
7233                 Patch by Daniel Gustafson
7234
7235 2005-09-14 [paul]       1.9.14cvs25
7236
7237         * src/addressbook.c
7238                 add missing column header, and other small
7239                 bug fixes
7240                 Patch by Anders Hammar
7241
7242 2005-09-13 [colin]      1.9.14cvs24
7243
7244         * src/gtk/gtkaspell.c
7245                 Fix non-utf8 in menu
7246                 Fix little leaks
7247                 Nullify struct members after free()s
7248
7249 2005-09-13 [colin]      1.9.14cvs23
7250
7251         * src/compose.c
7252                 Test utf8 compliance before inserting to 
7253                 buffer, and try to convert if necessary
7254         * src/procmime.c
7255                 If no charset is present, use the locale 
7256                 one instead of us-ascii
7257         * src/procmsg.c
7258                 Add Sender, List-Post and To in the checked 
7259                 headers for automatic rules creation 
7260                 (thanks to wwp)
7261         * src/prefs_themes.c
7262         * src/gtk/gtkaspell.c
7263                 Remove deprecated functions. 
7264                 patch by Daniel Gustafson
7265
7266 2005-09-12 [colin]      1.9.14cvs22
7267
7268         * src/compose.c
7269                 Fix bug #448 (Scrolling/Redraw issue with 
7270                 address-fields in Header)
7271         * src/mainwindow.c
7272         * src/summaryview.c
7273         * src/summaryview.h
7274                 Fix loss of MSG_MARKED on move/copy
7275                 Fix bug #804 (Quicksearch togglebutton doesn't 
7276                 get depressed after '/' key is pressed)
7277
7278 2005-09-12 [paul]       1.9.14cvs21
7279
7280         * AUTHORS
7281         * src/gtk/logwindow.c
7282                 add 'Clear Log' to popup menu
7283                 Patch by Anders Hammar <anders.hammar@telia.com>
7284
7285 2005-09-12 [paul]       1.9.14cvs20
7286
7287         * src/compose.c
7288                 set correct sensitivity on attachments
7289                 popup menu
7290         * src/folder.c
7291                 fix typo
7292         * src/prefs_spelling.c
7293                 fix crash when no LANG env is set
7294         * src/common/xml.c
7295                 fix crash in wizard
7296                 don't use memeory after free
7297
7298         All patches by Daniel Gustafson
7299
7300 2005-09-12 [paul]       1.9.14cvs19
7301
7302         * src/prefs_themes.c
7303                 make theme info selectable
7304         * src/gtk/description_window.c
7305                 make window non-modal
7306         * tools/README
7307                 add details of asus_mailed.sh
7308         * tools/claws.i18n.status.pl
7309                 update for new zh_TW translator
7310                 widen the output
7311                 create alternate coloured lines
7312                 improve readability
7313
7314 2005-09-10 [colin]      1.9.14cvs18
7315
7316         * src/plugins/pgpcore/select-keys.c
7317                 Better order for the buttons
7318
7319 2005-09-10 [colin]      1.9.14cvs17
7320
7321         * src/compose.c
7322         * src/plugins/pgpcore/select-keys.c
7323         * src/plugins/pgpcore/select-keys.h
7324         * src/plugins/pgpcore/sgpgme.c
7325                 Add a "Don't encrypt" button to the key
7326                 selection dialog. Fixes bug #177 (There should be a 
7327                 'Don't encrypt button in the Select Keys dialog)
7328
7329 2005-09-10 [colin]      1.9.14cvs16
7330
7331         * src/compose.c
7332                 Fix bug #572 (%X option does not work with templates)
7333
7334 2005-09-10 [colin]      1.9.14cvs15
7335
7336         * src/toolbar.c 
7337                 Remove g_print
7338
7339 2005-09-10 [colin]      1.9.14cvs14
7340
7341         * src/imap.c
7342                 Fix a possible crash
7343
7344 2005-09-09 [colin]      1.9.14cvs13
7345
7346         * src/imap.c
7347         * src/etpan/imap-thread.c
7348         * src/etpan/imap-thread.h
7349                 Fix moving from queue or drafts to normal folders
7350                 Fix bug #794 (No way to delete without expunging)
7351                 Take flags unset by other mailers into account
7352                 Take deleted flag set by other mailers into account
7353                 Fix unsetting REPLIED flag
7354                 Fix crash when capabilities can't be retrieved
7355         * src/mainwindow.c
7356         * src/mainwindow.h
7357                 Add M_DELAYED_FLAGS condition, and let the user use
7358                 Execute in order to be able to expunge deleted mails,
7359                 even if he's not in delayed execute mode
7360         * src/prefs_spelling.c
7361                 Use 'en' dictionary by default if LANG is POSIX or C
7362         * src/gtk/prefswindow.c
7363                 Fix bug #767 (Preferences windows expanding) by making
7364                 the window a bit larger when the resolution is greater
7365                 than 640x480, and by putting the prefs in a
7366                 GtkScrolledWindow.
7367
7368 2005-09-09 [paul]       1.9.14cvs12
7369
7370         * AUTHORS
7371         * configure.ac
7372         * po/zh_TW.Big5.po      ** REMOVED **
7373         * po/zh_TW.po           ** ADDED **
7374                 updated by Wei-Lun Chao
7375
7376 2005-09-09 [paul]       1.9.14cvs11
7377
7378         * src/mainwindow.c
7379                 fix asserts
7380         * src/common/xml.c
7381                 delay memory allocation until file is
7382                 opened successfully
7383                 Patch by Daniel Gustafson
7384
7385 2005-09-09 [colin]      1.9.14cvs10
7386
7387         * src/imap.c
7388                 Add guards
7389
7390 2005-09-08 [colin]      1.9.14cvs9
7391
7392         * src/compose.c
7393                 Alert when we can't save draft
7394                 Fix various wrap/color issues
7395                 Add mid-click pasting respecting wrap_paste option
7396         * src/folder.c
7397         * src/folder.h
7398         * src/folder_item_prefs.c
7399         * src/folder_item_prefs.h
7400         * src/imap.c
7401         * src/imap_gtk.c
7402         * src/imap_gtk.h
7403         * src/main.c
7404         * src/mainwindow.c
7405         * src/mainwindow.h
7406         * src/news.c
7407         * src/news_gtk.c
7408         * src/news_gtk.h
7409         * src/prefs_folder_item.c
7410                 Fix the impossibility to synchronise folders for
7411                 offline use (IMAP and NNTP are concerned)
7412
7413 2005-09-08 [colin]      1.9.14cvs8
7414
7415         * configure.ac
7416                 Build LDAP and JPilot by default if available
7417         * src/textview.c
7418                 Fix use after free
7419
7420 2005-09-08 [paul]       1.9.14cvs7
7421
7422         * doc/manual/en/sylpheed-1.html
7423         * doc/manual/en/sylpheed-18.html
7424         * doc/manual/en/sylpheed-19.html
7425         * doc/manual/en/sylpheed-4.html
7426         * doc/manual/en/sylpheed-6.html
7427         * doc/manual/en/sylpheed.html
7428                 a few minor updates, plus include some
7429                 details about plugins and their requirements
7430         * src/mainwindow.c
7431                 minor changes to English in /View/Sort
7432
7433 2005-09-07 [colin]      1.9.14cvs6
7434
7435         * doc/manual/en/sylpheed-1.html
7436         * doc/manual/en/sylpheed-10.html
7437         * doc/manual/en/sylpheed-11.html
7438         * doc/manual/en/sylpheed-12.html
7439         * doc/manual/en/sylpheed-13.html
7440         * doc/manual/en/sylpheed-14.html
7441         * doc/manual/en/sylpheed-15.html
7442         * doc/manual/en/sylpheed-16.html
7443         * doc/manual/en/sylpheed-17.html
7444         * doc/manual/en/sylpheed-18.html
7445         * doc/manual/en/sylpheed-19.html
7446         * doc/manual/en/sylpheed-2.html
7447         * doc/manual/en/sylpheed-20.html
7448         * doc/manual/en/sylpheed-21.html
7449         * doc/manual/en/sylpheed-22.html
7450         * doc/manual/en/sylpheed-3.html
7451         * doc/manual/en/sylpheed-4.html
7452         * doc/manual/en/sylpheed-5.html
7453         * doc/manual/en/sylpheed-6.html
7454         * doc/manual/en/sylpheed-7.html
7455         * doc/manual/en/sylpheed-8.html
7456         * doc/manual/en/sylpheed-9.html
7457         * doc/manual/en/sylpheed.html
7458                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7459
7460 2005-09-07 [colin]      1.9.14cvs5
7461
7462         * src/mainwindow.c
7463                 Make labels more to-the-point
7464
7465 2005-09-07 [colin]      1.9.14cvs4
7466
7467         * doc/manual/en/sylpheed-1.html
7468         * doc/manual/en/sylpheed-12.html
7469         * doc/manual/en/sylpheed-13.html
7470         * doc/manual/en/sylpheed-14.html
7471         * doc/manual/en/sylpheed-15.html
7472         * doc/manual/en/sylpheed-16.html
7473         * doc/manual/en/sylpheed-17.html
7474         * doc/manual/en/sylpheed-18.html
7475         * doc/manual/en/sylpheed-19.html
7476         * doc/manual/en/sylpheed-2.html
7477         * doc/manual/en/sylpheed-20.html
7478         * doc/manual/en/sylpheed-21.html
7479         * doc/manual/en/sylpheed-22.html
7480         * doc/manual/en/sylpheed-4.html
7481         * doc/manual/en/sylpheed-5.html
7482         * doc/manual/en/sylpheed-6.html
7483         * doc/manual/en/sylpheed-7.html
7484         * doc/manual/en/sylpheed-8.html
7485         * doc/manual/en/sylpheed-9.html
7486         * doc/manual/en/sylpheed.html
7487                 Update manual
7488
7489 2005-09-07 [colin]      1.9.14cvs3
7490
7491         * doc/faq/en/sylpheed-faq-1.html
7492         * doc/faq/en/sylpheed-faq-2.html
7493         * doc/faq/en/sylpheed-faq-3.html
7494         * doc/faq/en/sylpheed-faq.html
7495                 Update FAQ
7496
7497 2005-09-07 [colin]      1.9.14cvs2
7498
7499         * src/folderview.c
7500         * src/procmsg.c
7501         * src/summaryview.c
7502         * src/toolbar.c
7503                 Fix special subfolders:
7504                 - Inherit parent's icon
7505                 - sent contents of queues subfolders
7506                 - empty subfolders of trashes
7507         * src/mainwindow.c
7508                 Remove outdated manual and faq entries
7509         * src/common/utils.c
7510                 Add quotes around %s coming from mailcap
7511
7512 2005-09-07 [colin]      1.9.14cvs1
7513
7514         * src/compose.c
7515                 After saving draft, set modified to FALSE
7516         * src/mimeview.c
7517         * src/common/utils.c
7518         * src/common/utils.h
7519                 Try to open mime parts using what is 
7520                 indicated in ~/.mailcap or /etc/mailcap,
7521                 if possible.
7522
7523 2005-09-05 [paul]       1.9.14
7524
7525         1.9.14 released
7526
7527         * po/sk.po
7528                 updated by Andrej Kacian
7529
7530 2005-09-05 [paul]       1.9.13cvs83
7531
7532         * po/de.po
7533         * po/es.po
7534         * po/fi.po
7535         * po/fr.po
7536         * po/nb.po
7537         * po/pt_BR.po
7538         * po/sr.po
7539                 updated translations by Thomas Gilgin, Ricardo Mones
7540                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7541                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7542
7543 2005-09-04 [paul]       1.9.13cvs82
7544
7545         * src/compose.c
7546                 only warn about exceeded line length limit
7547                 on send
7548
7549 2005-09-04 [paul]       1.9.13cvs81
7550
7551         * src/compose.c
7552                 fix crash in 'line length exceeded' dialogue
7553
7554 2005-09-02 [paul]       1.9.13cvs80
7555
7556         * src/imap.c
7557                 fix bug 795, 'Connection lost IMAP'
7558                 and add statusbar prints
7559                 Patch by Colin
7560
7561 2005-09-02 [paul]       1.9.13cvs79
7562
7563         * src/compose.c
7564                 compose_wrap_paragraph() becomes
7565                 compose_beautify_paragraph()
7566                 Patch by Colin
7567
7568 2005-09-02 [colin]      1.9.13cvs78
7569
7570         * src/folderview.c
7571                 Micro-fix
7572
7573 2005-09-01 [colin]      1.9.13cvs77
7574
7575         * src/imap.c
7576                 Maybe fix bug #795 (Connection lost IMAP)
7577                 Don't try to send logout when we're disconnected.
7578         * src/summaryview.c
7579                 Include locked and marked emails in HRM
7580                 view. Fixes bug #800 (Locked messages no longer 
7581                 show up when hide read messages is used)
7582
7583 2005-09-01 [paul]       1.9.13cvs76
7584
7585         * src/prefs_common.c
7586                 fix bad cutting
7587
7588 2005-08-31 [colin]      1.9.13cvs75
7589
7590         * src/folderview.c
7591         * src/folderview.h
7592         * src/prefs_summaries.c
7593         * src/summaryview.c
7594                 Fix "go to next new", fix preference
7595                 (Open unread/next swapped)
7596
7597 2005-08-31 [paul]       1.9.13cvs74
7598
7599         * src/compose.c
7600         * src/folderview.c
7601         * src/headerview.c
7602         * src/headerview.h
7603         * src/mainwindow.c
7604         * src/prefs_common.c
7605         * src/prefs_common.h
7606         * src/prefs_fonts.c
7607         * src/summaryview.c
7608         * src/textview.c
7609         * src/common/defs.h
7610                 remove obsolete BOLD_FONT setting
7611                 fix font update in headerview and textview
7612                 headers after prefs change
7613                 Patch By Colin
7614
7615 2005-08-31 [paul]
7616
7617         1.9.14-rc4 released
7618
7619 2005-08-30 [colin]      1.9.13cvs73
7620
7621         * src/summaryview.c
7622                 When Hide read messages is selected and we
7623                 refresh the summaryview, don't remove the 
7624                 currently displayed message. Fixes bug #797
7625                 (Summary view reloads when new mail is 
7626                 downloaded in 1.9.14 rc)
7627
7628 2005-08-30 [colin]      1.9.13cvs72
7629
7630         * src/folderview.c
7631                 Fix flickering
7632         * src/mainwindow.c
7633                 Remove useless callback
7634         * src/mimeview.c
7635         * src/gtk/filesel.c
7636         * src/gtk/filesel.h
7637                 Add a filesel_select_file_save_folder() - used by Save All
7638
7639 2005-08-29 [paul]       1.9.13cvs71
7640
7641         * AUTHORS
7642         * src/matcher_parser_parse.y
7643         * src/etpan/imap-thread.c
7644                 fix building on FreeBSD
7645                 Patch by Daniel Gustafson <daniel@hobbit.se>
7646
7647 2005-08-29 [paul]       1.9.13cvs70
7648
7649         * src/plugins/pgpinline/pgpinline.c
7650                 only initialise sig result if it's been handled
7651                 Patch by Colin
7652
7653 2005-08-29 [paul]       1.9.13cvs69
7654         
7655         Patches by Colin:
7656
7657         * src/imap.c
7658         * src/common.utils.c
7659         * src/common/utils.h
7660                 optimisation
7661         * src/stock_pixmap.h
7662                 fix wrong icon reference
7663         * src/pixmaps/trash_btn.xpm
7664                 replace with nicer image
7665
7666 2005-08-28 [colin]      1.9.13cvs68
7667
7668         * src/Makefile.am
7669         * src/stock_pixmap.c
7670         * src/stock_pixmap.h
7671         * src/toolbar.c
7672         * src/pixmaps/trash_btn.xpm
7673                 Add a specific trash xpm for the button
7674
7675 2005-08-28 [colin]      1.9.13cvs67
7676
7677         * src/imap.c
7678                 Fix leak
7679
7680 2005-08-27 [colin]      1.9.13cvs66
7681
7682         * src/imap.c
7683         * src/procmime.c
7684                 Correctly fix "Problem with replies", fixes
7685                 pgpmime encryption too. 
7686
7687 2005-08-27 [colin]      1.9.13cvs65
7688
7689         * src/folder.c
7690         * src/procmsg.c
7691         * src/procmsg.h
7692         * src/summaryview.c
7693                 Fix bug #517 (messages removed from summaryview 
7694                 when moving fails)
7695
7696 2005-08-27 [colin]      1.9.13cvs64
7697
7698         * tools/Makefile.am
7699         * tools/asus_mailled.sh
7700                 Add a script to blink ASUS laptops' mail LED where there
7701                 is unread mail.
7702
7703 2005-08-27 [colin]      1.9.13cvs63
7704
7705         * src/imap.c
7706         * src/etpan/imap-thread.c
7707         * src/etpan/imap-thread.h
7708                 Implement automatic choosing of login method
7709                 Fixes bug #791
7710         * src/gtk/.cvsignore
7711                 Add sylpheed-marshal.[ch]
7712
7713 2005-08-27 [colin]      1.9.13cvs62
7714
7715         * src/common/utils.c
7716                 Fix confusing perror
7717
7718 2005-08-27 [colin]      1.9.13cvs61
7719
7720         * src/toolbar.c
7721         * src/toolbar.h
7722                 Remove A_DELETE, replace it with 
7723                 A_TRASH and A_DELETE_REAL. Automatically
7724                 rewrite config files to replace A_DELETE
7725                 with A_TRASH (no functionality change).
7726                 Fixes half of #794
7727
7728 2005-08-26 [colin]      1.9.13cvs60
7729
7730         * src/procmime.c
7731                 Previous "Problem with replies" fix brought other
7732                 problems, fixing them
7733
7734 2005-08-26 [colin]      1.9.13cvs59
7735
7736         * src/procmime.c
7737                 Fix "Problem with replies". This happened only
7738                 on IMAP...
7739         * src/procmsg.c
7740                 Factorize code a bit
7741         * src/compose.c
7742                 Speed improvement on very long messages (wrapping)
7743                 Fix signature color on Reedit and Redirect
7744                 On Reedit, don't attach pgp-signatures parts, but
7745                 set signing to On.
7746
7747 2005-08-24 [paul]       1.9.13cvs58
7748
7749         * src/compose.c
7750                 don't claim success when clicking
7751                 Cancel on the passphrase box.
7752                 Patch by Colin
7753
7754 2005-08-24 [paul]       1.9.13cvs57
7755
7756         * src/main.c
7757                 fix misplaced sylpheed.log
7758         * src/common/defs.h
7759                 define UIDL_DIR
7760
7761 2005-08-24 [paul]       1.9.13cvs56
7762
7763         * src/imap.c
7764         * src/etpan/imap-thread.c
7765         * src/etpan/imap-thread.h
7766                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
7767                 Patch by Colin
7768         * src/gtk/sylpheed-marshal.c    ** REMOVED **
7769         * src/gtk/sylpheed-marshal.h    ** REMOVED **
7770                 remove autogenerated files
7771         * tools/kdeservicemenu/README
7772         * tools/kdeservicemenu/install.sh
7773         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7774         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7775                 use Claws icon, use 'Sylpheed-Claws' in menu,
7776                 use kdialog, and other cleanups
7777
7778 2005-08-23 [paul]       1.9.13cvs55
7779
7780         * src/compose.c
7781                 fix paste/wrap crash
7782                 Patch by Colin
7783
7784 2005-08-23 [paul]       1.9.13cvs54
7785
7786         * src/main.c
7787                 fix crash recovery
7788                 Patch by Colin
7789
7790 2005-08-23 [paul]       1.9.13cvs53
7791
7792         * src/addressbook.c
7793         * src/editaddress.c
7794                 view all data of LDAP contacts
7795                 Patch by Colin
7796
7797 2005-08-23 [paul]       1.9.13cvs52
7798
7799         * src/addressbook.c
7800                 fix issues with the Search field
7801                 Patch by Colin
7802
7803 2005-08-22 [paul]       1.9.13cvs51
7804
7805         * src/folderview.c
7806                 put name of folder in processing dialog
7807                 title
7808         * src/prefs_folder_item.c
7809                 improve english usage
7810
7811 2005-08-22 [paul]       1.9.13cvs50
7812
7813         * src/filtering.c
7814         * src/filtering.h
7815         * src/matcher.c
7816         * src/matcher_parser_lex.l
7817         * src/matcher_parser_parse.y
7818         * src/prefs_filtering.c
7819                 add Filtering/Processing rule names feature.
7820                 (the incompatible old matcherrc is saved as
7821                 matcherrc.pre_names).
7822                 Patch by Colin
7823
7824 2005-08-22 [paul]       1.9.13cvs49
7825
7826         * src/procmsg.c
7827                 fix colour labelling
7828                 Patch by Colin
7829
7830 2005-08-22 [paul]       1.9.13cvs48
7831
7832         * src/textview.c
7833                 fix open_image_cb()
7834
7835 2005-08-22 [paul]       1.9.13cvs47
7836
7837         * src/imap.c
7838                 fix bug 789, 'SC crashes with imap (CVS ver)'
7839                 Patch by Colin
7840
7841 2005-08-22 [paul]       1.9.13cvs46
7842
7843         * src/mimeview.c
7844         * src/prefs_common.c
7845         * src/common/defs.h
7846                 define reused defaults in defs.h
7847         * src/textview.c
7848                 add 'Open image' to image popup menu
7849
7850 2005-08-21 [colin]      1.9.13cvs45
7851
7852         * src/summaryview.c
7853                 Fix bug #788 (Bogus "From" address displayed)
7854
7855 2005-08-20 [colin]      1.9.13cvs44
7856
7857         * src/folder.c
7858                 Fix buf #787 (multilevel delete causes SIGSEGV)
7859
7860 2005-08-19 [colin]      1.9.13cvs43
7861
7862         * src/inc.c
7863         * src/prefs_common.c
7864         * src/prefs_common.h
7865                 Add an hidden pref to allow modifying the
7866                 update stepping in incorporation.
7867                 Patch by wwp.
7868
7869 2005-08-19 [colin]      1.9.13cvs42
7870
7871         * src/compose.c
7872         * src/procmime.c
7873                 Workaround for broken MUAs: encode 
7874                 Content-type: name: as ASCII and 
7875                 Content-Disposition: filename: as
7876                 per rfc2231
7877         * src/prefs_account.c
7878                 Fix invisible-ness of SMTP SSL prefs
7879                 in NNTP accounts
7880
7881 2005-08-19 [paul]       1.9.13cvs41
7882
7883         * src/compose.c
7884         * src/prefs_common.c
7885         * src/prefs_common.h
7886         * src/prefs_wrapping.c
7887                 paste with or without wrapping.
7888                 patch by Colin
7889
7890 2005-08-19 [paul]       1.9.13cvs40
7891
7892         * src/prefs_common.c
7893         * src/prefs_common.h
7894         * src/summaryview.c
7895                 reintroduce enable_swap_from as a
7896                 hidden pref. patch by Colin
7897         * src/quote_fmt_parse.y
7898         * src/plugins/clamav/clamav_plugin.c
7899         * src/plugins/dillo_viewer/dillo_viewer.c
7900         * src/plugins/mathml_viewer/mathml_viewer.c
7901         * src/plugins/pgpcore/sgpgme.c
7902         * src/plugins/pgpinline/pgpinline.c
7903         * src/plugins/pgpmime/pgpmime.c
7904                 tidy up. patch by Colin
7905
7906 2005-08-19 [paul]       1.9.13cvs39
7907
7908         * configure.ac
7909                 complete cvs38's sync
7910         * src/editaddress.c
7911         * src/gedit-print.c
7912         * src/mutt.c
7913         * src/etpan/etpan-log.c
7914         * src/etpan/imap-thread.c
7915         * src/gtk/gtksourceprintjob.c
7916                 fix compilation warnings
7917                 (patch by Colin)
7918
7919 2005-08-19 [paul]       1.9.13cvs38
7920
7921         sync with main:
7922
7923         * src/account.c
7924         * src/action.c
7925         * src/addrbook.c
7926         * src/addrcache.c
7927         * src/addrharvest.c
7928         * src/addrindex.c
7929         * src/codeconv.c
7930         * src/compose.c
7931         * src/crash.c
7932         * src/exporthtml.c
7933         * src/exportldif.c
7934         * src/folder.c
7935         * src/image_viewer.c
7936         * src/inc.c
7937         * src/inc.h
7938         * src/jpilot.c
7939         * src/ldif.c
7940         * src/main.c
7941         * src/matcher.c
7942         * src/mbox.c
7943         * src/messageview.c
7944         * src/mh.c
7945         * src/mimeview.c
7946         * src/msgcache.c
7947         * src/mutt.c
7948         * src/news.c
7949         * src/partial_download.c
7950         * src/pine.c
7951         * src/pop.c
7952         * src/prefs_actions.c
7953         * src/prefs_common.c
7954         * src/prefs_customheader.c
7955         * src/prefs_display_header.c
7956         * src/prefs_gtk.c
7957         * src/prefs_themes.c
7958         * src/procheader.c
7959         * src/procmime.c
7960         * src/procmsg.c
7961         * src/recv.c
7962         * src/send_message.c
7963         * src/simple-gettext.c
7964         * src/sourcewindow.c
7965         * src/textview.c
7966         * src/vcard.c
7967         * src/common/defs.h
7968         * src/common/log.c
7969         * src/common/plugin.c
7970         * src/common/prefs.c
7971         * src/common/session.c
7972         * src/common/session.h
7973         * src/common/socket.c
7974         * src/common/socket.h
7975         * src/common/ssl_certificate.c
7976         * src/common/template.c
7977         * src/common/utils.c
7978         * src/common/utils.h
7979         * src/common/xml.c
7980         * src/gtk/about.c
7981         added wrappers for C library function that
7982                 take pathname arguments.
7983                 enabled compilation with MinGW.
7984                 use GDir instead of directly using opendir().
7985                 added rename_force().
7986
7987 2005-08-19 [paul]       1.9.13cvs37
7988         
7989         patches by Colin:
7990         * src/compose.c
7991                 fix privacy settings on re-editing
7992                 a sent message
7993         * src/jpilot.c
7994                 fix encoding bug
7995         * src/folder.c
7996         * src/procmsg.c
7997         * src/procmsg.h
7998         * src/summaryview.c
7999                 flag changing optimisation
8000
8001 2005-08-18 [martin]     1.9.13cvs36
8002
8003         * commitHelper
8004             added my login
8005         * src/addrcache.c
8006         * src/addrharvest.c
8007         * src/addrindex.c
8008         * src/compose.c
8009         * src/grouplistdialog.c
8010         * src/main.c
8011         * src/mainwindow.c
8012         * src/msgcache.c
8013         * src/mutt.c
8014         * src/pine.c
8015         * src/prefs_account.c
8016         * src/prefs_themes.c
8017         * src/stock_pixmap.c
8018         * src/summaryview.c
8019         * src/gtk/about.c
8020         * src/gtk/logwindow.c
8021             removed deprecated glib and gdk stuff
8022         * src/plugins/pgpcore/select-keys.c
8023             convert attributes from locale to utf8
8024
8025 2005-08-17 [paul]       1.9.13cvs35
8026
8027         * src/account.c
8028         * src/addressbook.c
8029                 use new GTK_STOCK_ icons if available
8030         * src/summaryview.c
8031         * src/gtk/gtksctree.c
8032         * src/gtk/gtksctree.h
8033                 faster range select. patch by Colin
8034
8035 2005-08-17 [paul]       1.9.13cvs34
8036
8037         patches by colin:
8038         * src/addressbook.c
8039         * src/addressitem.h
8040                 Add an edit button for contacts, fix selections
8041                 of gtksctree items
8042         * src/editaddress.c
8043                 Change labels, let Save be always possible in the
8044                 email and user atributes tabs
8045         * src/folderview.c
8046                 fix sort issues
8047         * src/summaryview.c
8048                 select next item instead of the displayed one
8049                 after deletion
8050
8051         * src/gtk/progressdialog.c
8052                 use prefs_common.enable_rules_hint
8053
8054 2005-08-13 [hoa]        1.9.13cvs33
8055
8056         * src/etpan/imap-thread.c
8057                 fixed build on Solaris.
8058
8059 2005-08-10 [colin]      1.9.13cvs32
8060
8061         * src/procmsg.c
8062                 Fix cvs31 (missing fclose before reading
8063                 the file)
8064
8065 2005-08-10 [colin]      1.9.13cvs31
8066
8067         * src/procmsg.c
8068                 Fix procmsg_msginfo_new_from_mimeinfo() when
8069                 the MimeInfo isn't stored in memory. This fixes
8070                 replying to an attached message.
8071
8072 2005-08-10 [colin]      1.9.13cvs30
8073
8074         * src/mainwindow.c
8075                 Fix slowness in account changing
8076
8077 2005-08-10 [colin]      1.9.13cvs29
8078
8079         * src/folder.c
8080         * src/folderutils.c
8081         * src/folderview.c
8082         * src/imap_gtk.c
8083         * src/mainwindow.c
8084         * src/mh_gtk.c
8085         * src/procmsg.c
8086         * src/summaryview.c
8087                 Optimize folder_has_parent_of_type
8088                 Prevent moving special sub-folders from contextual menus
8089                 Rework message a bit ("Empty all messages" -> "Delete all
8090                 messages")
8091                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8092                 and "Deleted Items" folders)
8093
8094 2005-08-08 [colin]      1.9.13cvs28
8095
8096         * src/summaryview.c
8097         * src/prefs_summaries.c
8098                 Make "Select first unread|new" more flexible
8099                 (just prioritize new or unread)
8100
8101 2005-08-08 [colin]      1.9.13cvs27
8102
8103         * src/summaryview.c
8104                 If "select first new" is selected and there only
8105                 are unread messages, fallback to "select first
8106                 unread".
8107
8108 2005-08-08 [colin]      1.9.13cvs26
8109
8110         * src/folder.c
8111                 Fix shameful bugs (and bug #779)
8112
8113 2005-08-08 [colin]      1.9.13cvs25
8114
8115         * src/folder.c
8116         * src/folder.h
8117                 Cache parents' type to make folder_has_parent_of_type
8118                 faster
8119         * src/folderview.c
8120                 Forbid DnD of special sub-folders
8121         * src/procmsg.c
8122         * src/procmsg.h
8123                 Add MAIL_POSTFILTERING_HOOK
8124         * src/summaryview.c
8125                 Revert over-zealous deletion of the use_addr_book 
8126                 code
8127
8128 2005-08-07 [colin]      1.9.13cvs24
8129
8130         * src/folder.c
8131                 Fix big mistake (passing MsgInfo instead 
8132                 of FolderItem)
8133
8134 2005-08-07 [colin]      1.9.13cvs23
8135
8136         * src/compose.c
8137         * src/folder.c
8138         * src/folder.h
8139         * src/foldersel.c
8140         * src/folderutils.c
8141         * src/folderview.c
8142         * src/imap.c
8143         * src/mainwindow.c
8144         * src/messageview.c
8145         * src/mh.c
8146         * src/msgcache.c
8147         * src/procmime.c
8148         * src/summaryview.c
8149                 Make subfolders of Drafts, Queue, Outbox, Trash
8150                 work like their parents. 
8151                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8152
8153 2005-08-07 [colin]      1.9.13cvs22
8154
8155         * src/addressbook.c
8156                 Fix bug #771 (Dragged contacts not saved)
8157
8158 2005-08-07 [paul]       1.9.13cvs21
8159
8160         * src/summaryview.c
8161                 fix bug 32 'Search Doesn't display results
8162                 if "Hide Read Messages" is chosen'
8163                 be more literal in interpreting 'Hide read
8164                 messages'
8165
8166 2005-08-07 [colin]      1.9.13cvs20
8167
8168         * src/folderview.c
8169                 Add debug
8170         * src/summaryview.c
8171                 Faster 'unthread_for_execution'
8172
8173 2005-08-06 [paul]       1.9.13cvs19
8174
8175         * src/mainwindow.c
8176                 add mnemonics to Set displayed columns
8177                 fix bug where msgview_visible option was
8178                 overwritten as TRUE on startup
8179
8180 2005-08-06 [paul]       1.9.13cvs18
8181
8182         * src/mainwindow.c
8183                 refer to 'displayed columns in folder/message
8184                 list' not 'displayed items in summary/message view'
8185         * src/prefs_display_header.c
8186                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8187                 be consistent with similar dialogues
8188         * src/prefs_folder_column.c
8189         * src/prefs_summary_column.c
8190                 'columns' not 'items', and folder and message lists,
8191                 instead of folder and summary views;
8192                 Use 'Hidden columns' as list heading not 'Available
8193                 items';
8194                 move the 'Remove' button to the right hand side;
8195                 top-align the buttons;
8196                 remove unneeded vbox
8197         * src/prefs_summaries.c
8198                 put the 2 column prefs buttons in a frame to reduce
8199                 overall width; refer to columns not items &c.
8200
8201 2005-08-05 [colin]      1.9.13cvs17
8202
8203         * src/prefs_common.c
8204         * src/prefs_common.h
8205         * src/mainwindow.c
8206         * src/compose.c
8207         * src/messageview.c
8208                 Add an hidden toolbar_detachable pref, so
8209                 that I can get rid of these painful handles
8210                 in the toolbars. Defaults to TRUE to avoid
8211                 changing the GUI on unsuspecting people...
8212
8213 2005-08-05 [colin]      1.9.13cvs16
8214
8215         * src/Makefile.am
8216         * src/prefs_folder_column.c
8217         * src/prefs_folder_column.h
8218                 Add prefs for folder columns
8219         * src/folderview.c
8220         * src/folderview.h
8221         * src/mainwindow.c
8222         * src/mainwindow.h
8223         * src/prefs_common.c
8224         * src/prefs_common.h
8225         * src/prefs_summaries.c
8226                 Use them
8227         * src/prefs_summary_column.c
8228         * src/summaryview.c
8229         * src/summaryview.h
8230                 Add a To column
8231         * src/textview.c
8232         * src/common/utils.c
8233         * src/common/utils.h
8234                 Move uri colourisation functions
8235                 to utils
8236         * src/compose.c
8237                 Colourise URIs
8238         * src/imap.c
8239                 Fix bug with LIST where we'd try
8240                 to get Folder//////[...]/// 
8241
8242 2005-08-05 [paul]       1.9.13cvs15
8243
8244         * src/prefs_summaries.c
8245                 improve the English usage
8246         * src/summaryview.c
8247                 set font on column change
8248                 thanks to Colin
8249
8250 2005-08-05 [paul]       1.9.13cvs14
8251
8252         * src/prefs_common.c
8253         * src/prefs_common.h
8254         * src/prefs_summaries.c
8255         * src/summaryview.c
8256                 replace 'open_unread_on_enter' option with
8257                 'select_on_entry' option. opening/not opening
8258                 is now exclusively controlled by 'always_show_msg'
8259
8260 2005-08-04 [colin]      1.9.13cvs13
8261
8262         * src/compose.c
8263                 Remove dead code
8264                 Add colourisation of quotes and signatures
8265         * src/folderview.c
8266                 Fix possible crashes
8267         * src/messageview.c
8268                 Change an assert that is no problem
8269         * src/news.c
8270         * src/news_gtk.c
8271         * src/news_gtk.h
8272                 Fix offline mode
8273         * src/gtk/quicksearch.c
8274                 Fix a possible crash
8275
8276 2005-08-03 [colin]      1.9.13cvs12
8277
8278         * src/prefs_account.c
8279                 Fix bug #777 (Sylpheed crash in account configuration)
8280
8281 2005-08-03 [colin]      1.9.13cvs11
8282
8283         * src/addressbook.c
8284         * src/editaddress.c
8285         * src/editgroup.c
8286                 Fixing addressbook, round 2
8287         * src/textview.c
8288                 Fix emphasis color on rechecking 'Colorize messages'
8289
8290 2005-08-03 [paul]       1.9.13cvs10
8291
8292         sync with main
8293
8294         * src/addr_compl.c
8295         * src/compose.c
8296         * src/main.c
8297         * src/pop.c
8298         * src/prefs_account.c
8299         * src/procmime.c
8300         * src/procmsg.c
8301         * src/quote_fmt_parse.y
8302         * src/textview.c
8303         * src/common/quoted-printable.c
8304         * src/common/utils.c
8305         * src/common/utils.h
8306         * src/common/xml.c
8307                 replaced incorrect locale-independent
8308                 ctype functions with GLib's. Corrected
8309                 signedness mismatch.
8310         * src/headerview.c
8311                 headerview_create(): added spacing for vbox.
8312         * src/gtk/about.c
8313                 set focus to the OK button.
8314
8315 2005-08-03 [colin]      1.9.13cvs9
8316
8317         * src/folderview.c
8318                 Fix possible crash
8319
8320 2005-08-02 [colin]      1.9.13cvs8
8321
8322         * src/mainwindow.c
8323                 Fix cast
8324         * src/addressbook.c
8325         * src/addressitem.h
8326                 Fix a cast and more generally, try to make the
8327                 GUI more intuitive and consistent (round 1)
8328
8329 2005-08-02 [paul]       1.9.13cvs7
8330
8331         * src/folder.h
8332                 missing in 1.9.13cvs6
8333
8334 2005-08-02 [colin]      1.9.13cvs6
8335
8336         * src/folder.c
8337                 Fix one more leak
8338
8339 2005-08-02 [colin]      1.9.13cvs5
8340
8341         * src/folder.c
8342         * src/folderview.c
8343         * src/imap.c
8344         * src/main.c
8345         * src/mbox.c
8346         * src/procmsg.c
8347         * src/summaryview.c
8348                 Fix a number of folder_item_get_msg_list()-related
8349                 leaks (missing procmsg_msginfo_free()s)
8350
8351 2005-08-01 [colin]      1.9.13cvs4
8352
8353         * src/folderview.c
8354         * src/folderview.h
8355         * src/mainwindow.c
8356         * src/prefs_fonts.c
8357         * src/prefs_summaries.c
8358         * src/prefs_themes.c
8359         * src/summaryview.c
8360         * src/summaryview.h
8361         * src/textview.c
8362         * src/textview.h
8363                 Fix instant-apply of summary and folderview-related prefs
8364                 Fix erroneous g_free and alertpanels in prefs_theme
8365                 Add instant-apply for fonts
8366                 Defer applying of prefs a little bit so it's done only
8367                 once even if requested by multiples prefs pages
8368
8369 2005-08-01 [paul]       1.9.13cvs3
8370
8371         * src/main.c
8372                 fix bug 776 'S.C. crashes on close'
8373                 thanks to Colin
8374         * src/etpan/etpan-thread-manager-types.h
8375                 add missing include
8376                 thanks to Hoa
8377
8378 2005-07-25 [paul]       1.9.13cvs2
8379
8380         * src/summaryview.c
8381                 fix typos. spotted by Fabien Vantard
8382
8383 2005-07-24 [paul]       1.9.13cvs1
8384
8385         * doc/man/sylpheed.1
8386                 update man page, incorporating fix of
8387                 bug 769 'Typo in manpage'
8388         * src/etpan/imap-thread.c
8389                 fix NetBSD openssl dependencies. patch by
8390                 George Michaelson <ggm@apnic.net>
8391         * po/pt_BR.po
8392                 updated by Frederico Goncalves Guimaraes
8393
8394 2005-07-22 [paul]       1.9.13
8395
8396         1.9.13 release
8397
8398 2005-07-22 [paul]       1.9.12cvs91
8399
8400         * AUTHORS
8401         * INSTALL
8402         * README.claws
8403         * RELEASE_NOTES.claws
8404                 updated for release
8405         * configure.ac
8406         * po/nb.po
8407         * tools/claws.i18n.status.pl
8408                 add Norwegian translation. submiited by
8409                 Geir Helland <pjallabais@users.sourceforge.net>
8410         * po/ca.po
8411         * po/de.po
8412         * po/es.po
8413         * po/fi.po
8414         * po/fr.po
8415         * po/it.po
8416         * po/sk.po
8417         * po/sr.po
8418         * po/zh_CN.po
8419                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8420                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8421                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8422                 Yang Guilong
8423         * src/plugins/clamav/clamav_plugin_gtk.c
8424         * src/plugins/spamassassin/spamassassin_gtk.c
8425                 replace outdated description strings
8426
8427 2005-07-21 [colin]      1.9.12cvs90
8428
8429         * src/folder.c
8430                 Set folder to batch mode when scanning it. Makes deletion
8431                 of unread mails on IMAP much faster (due to the UNREAD 
8432                 flag unsetting)
8433
8434 2005-07-21 [darko]      1.9.12cvs89
8435
8436         * configure.ac
8437                 link against libresolv if necessary (patch by Paul)
8438         * src/msgcache.c
8439                 use glib's portable macros to determine endianness
8440
8441 2005-07-21 [paul]       1.9.12cvs88
8442
8443         * src/crash.c
8444         * src/gtk/about.c
8445                 update compiled-in features list
8446
8447 2005-07-20 [colin]      1.9.12cvs87
8448
8449         * src/folder.c
8450         * src/textview.c
8451                 Gcc 2.9x compilation fixes, thanks to Darko
8452         * src/plugins/clamav/clamav_plugin.c
8453                 Little optimisation: load virus database only once
8454         * src/plugins/spamassassin/spamassassin.c
8455                 Big optimisation: filtering one mail took at least 1 second,
8456                 now it takes at least 50ms. Doesn't speed up spamassassin 
8457                 itself, but should already be much more tolerable.
8458
8459 2005-07-20 [colin]      1.9.12cvs86
8460
8461         * src/summaryview.c
8462                 Fix performance issue
8463
8464 2005-07-19 [colin]      1.9.12cvs85
8465
8466         * src/plugins/pgpinline/plugin.c
8467                 Fix warning
8468
8469 2005-07-19 [colin]      1.9.12cvs84
8470
8471         * configure.ac
8472         * src/plugins/Makefile.am
8473         * src/plugins/pgpinline/.cvsignore
8474         * src/plugins/pgpinline/Makefile.am
8475         * src/plugins/pgpinline/pgpinline.c
8476         * src/plugins/pgpinline/pgpinline.deps
8477         * src/plugins/pgpinline/pgpinline.h
8478         * src/plugins/pgpinline/plugin.c
8479                 Put pgpinline in the main tree
8480
8481 2005-07-19 [paul]       1.9.12cvs83
8482
8483         * src/prefs_actions.c
8484                 prevent '//' in menu names, which cause a crash
8485                 thanks to Colin
8486
8487 2005-07-19 [paul]       1.9.12cvs82
8488
8489         * configure.ac
8490                 be generally more informative in configure output.
8491                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8492                 '[ --disable-openssl ...', as --enable-openssl is default
8493                 PGP/MIME: don't check for GPGME again, check for
8494                 pgpcore instead. Therefore prevent the possibility of
8495                 attempting to build pgpmime if pgpcore dependencies are
8496                 not met
8497                 ClamAV: use pkgconfig to check for lib
8498                 libgnomeprint: revert logic on inner test to match
8499                 everything else
8500         * src/plugins/pgpcore/sgpgme.c
8501                 add missing include
8502
8503 2005-07-19 [colin]      1.9.12cvs81
8504
8505         * src/summaryview.c
8506                 Fix slow thread rebuilding in particular
8507                 cases
8508
8509 2005-07-19 [paul]       1.9.12cvs80
8510
8511         * sylpheed-claws.desktop
8512                 fix typo, spotted by Stephan Sachse
8513         * src/account.c
8514                 replace GTK_STOCK_ADD with
8515                 GTK_STOCK_NEW button
8516
8517 2005-07-18 [colin]      1.9.12cvs79
8518
8519         * src/etpan/imap-thread.c
8520                 Fix return value (Thanks Hoa)
8521
8522 2005-07-18 [colin]      1.9.12cvs78
8523
8524         * src/imap.c
8525                 Allow empty passwords
8526                 Create drafts/queue/outbox if necessary
8527         * src/summaryview.c
8528                 Remove old code
8529         * src/etpan/imap-thread.c
8530                 Fix STARTTLS (Thanks to Hoa)
8531
8532 2005-07-18 [paul]       1.9.12cvs77
8533
8534         * ChangeLog-gtk2.jp
8535         * ChangeLog.jp
8536                 removed
8537         * Makefile.am
8538                 updated to reflect additions and removals
8539         * TODO
8540                 updated to be claws-specific
8541         * TODO-gtk2
8542         * TODO-gtk2.jp
8543         * TODO.jp
8544         * sylpheed-128x128.png
8545         * sylpheed-64x64.png
8546                 removed
8547         * sylpheed-claws-128x128.png
8548         * sylpheed-claws-64x64.png
8549         * sylpheed-claws.desktop
8550         * sylpheed-claws.png
8551                 added
8552         * sylpheed.desktop
8553         * sylpheed.png
8554                 removed
8555
8556 2005-07-17 [paul]       1.9.12cvs76
8557
8558         * src/account.c
8559         * src/addressbook.c
8560         * src/alertpanel.c
8561         * src/alertpanel.h
8562         * src/compose.c
8563         * src/exphtmldlg.c
8564         * src/expldifdlg.c
8565         * src/folderview.c
8566         * src/imap_gtk.c
8567         * src/inc.c
8568         * src/message_search.c
8569         * src/messageview.c
8570         * src/mh_gtk.c
8571         * src/news_gtk.c
8572         * src/prefs_actions.c
8573         * src/prefs_filtering.c
8574         * src/prefs_matcher.c
8575         * src/prefs_template.c
8576         * src/prefs_themes.c
8577         * src/ssl_manager.c
8578         * src/summary_search.c
8579         * src/textview.c
8580         * src/toolbar.c
8581         * src/gtk/sslcertwindow.c
8582         * src/plugins/pgpcore/sgpgme.c
8583                 rework alertpanels
8584
8585 2005-07-17 [colin]      1.9.12cvs75
8586
8587         * src/privacy.c
8588                 add a PrivacySystem accessor that checks that
8589                 the system cached in a MimeInfo's privacydata
8590                 is still registered. Use this accessor instead
8591                 of directly using data->system. Fixes crashes
8592                 after unloading pgp plugins.
8593
8594 2005-07-17 [colin]      1.9.12cvs74
8595
8596         * src/alertpanel.c
8597                 Change geometry hints to a simple default size.
8598                 Fixes the certs dialogs.
8599
8600 2005-07-17 [colin]      1.9.12cvs73
8601
8602         * src/gtk/sslcertwindow.c
8603                 Use a gtkExpander
8604
8605 2005-07-17 [colin]      1.9.12cvs72
8606
8607         * src/plugins/pgpcore/Makefile.am
8608         * src/plugins/pgpmime/Makefile.am
8609                 Add gpgme libs
8610
8611 2005-07-17 [paul]       1.9.12cvs71
8612
8613         * configure.ac
8614                 add --disable-gnomeprint option
8615                 modified version of patch by Marius Mauch
8616
8617 2005-07-17 [paul]       1.9.12cvs70
8618
8619         * src/common/defs.h
8620                 update urls
8621         * src/account.c
8622         * src/action.c
8623         * src/addressbook.c
8624         * src/compose.c
8625         * src/foldersel.c
8626         * src/folderview.c
8627         * src/html.c
8628         * src/imap_gtk.c
8629         * src/main.c
8630         * src/mainwindow.c
8631         * src/messageview.c
8632         * src/mh_gtk.c
8633         * src/mimeview.c
8634         * src/news_gtk.c
8635         * src/prefs_account.c
8636         * src/prefs_send.c
8637         * src/prefs_summaries.c
8638         * src/procmsg.c
8639         * src/summaryview.c
8640         * src/common/utils.c
8641         * src/common/xml.c
8642         * src/plugins/pgpcore/passphrase.c
8643         * src/plugins/pgpcore/select-keys.c
8644                 replace inappropriately used backticks
8645                 with single quotes
8646
8647 2005-07-16 [colin]      1.9.12cvs69
8648
8649         * src/image_viewer.c
8650                 Add extra paranoid checks
8651
8652 2005-07-16 [colin]      1.9.12cvs68
8653
8654         * src/plugins/pgpcore/prefs_gpg.c
8655                 Don't auto-check sigs by default, as it
8656                 can be really slow.
8657
8658 2005-07-16 [colin]      1.9.12cvs67
8659
8660         * src/plugins/pgpcore/sgpgme.c
8661                 Make messages a bit better.
8662
8663 2005-07-16 [colin]      1.9.12cvs66
8664
8665         * src/imap.c
8666                 Remove pseudo-log
8667         * src/etpan/imap-thread.c
8668                 Add real log
8669
8670 2005-07-16 [colin]      1.9.12cvs65
8671
8672         * src/main.c
8673         * src/prefs_other.c
8674                 And now, fix build with libetpan :-/
8675
8676 2005-07-15 [colin]      1.9.12cvs64
8677
8678         * src/prefs_other.c
8679                 Continue fixing build without libetpan.
8680
8681 2005-07-15 [colin]      1.9.12cvs63
8682
8683         * src/main.c
8684                 Fix build with --disable-libetpan
8685
8686 2005-07-15 [colin]      1.9.12cvs62
8687
8688         * configure.ac
8689                 Bump libetpan's version
8690
8691 2005-07-15 [colin]      1.9.12cvs61
8692
8693         * src/etpan/imap-thread.c
8694                 Actually stop logging :)
8695
8696 2005-07-15 [colin]      1.9.12cvs60
8697
8698         * src/addressbook.c
8699                 Fix dnd of multiple addresses.
8700
8701 2005-07-15 [hoa]        1.9.12cvs59
8702
8703         * src/etpan/imap-thread.c
8704             disable login of IMAP password in libetpan log file.
8705
8706 2005-07-15 [paul]       1.9.12cvs58
8707
8708         * src/account.c
8709                 don't automatically sort
8710                 do allow drag n drop
8711
8712 2005-07-15 [paul]       1.9.12cvs57
8713
8714         * src/account.c
8715         * src/ssl_manager.c
8716                 alphabetical listing
8717
8718 2005-07-15 [paul]       1.9.12cvs56
8719
8720         * src/gtk/pluginwindow.c
8721                 sort plugin list alphabetically
8722
8723 2005-07-15 [paul]       1.9.12cvs55
8724
8725         * src/prefs_spelling.c
8726         * src/prefs_wrapping.c
8727                 unify English usage
8728
8729 2005-07-15 [colin]      1.9.12cvs54
8730
8731         * src/wizard.c
8732                 Typo fix
8733
8734 2005-07-15 [paul]       1.9.12cvs53
8735
8736         * src/prefs_message.c
8737                 make 'show cursor' a hidden option
8738
8739 2005-07-14 [colin]      1.9.12cvs52
8740
8741         * src/plugins/spamassassin/Makefile.am
8742         * src/plugins/clamav/Makefile.am
8743                 Fix double EXTRA_DISTs
8744
8745 2005-07-14 [colin]      1.9.12cvs51
8746
8747         * src/plugins/clamav/Makefile.am
8748         * src/plugins/clamav/clamav_plugin_gtk.deps
8749         * src/plugins/spamassassin/Makefile.am
8750         * src/plugins/spamassassin/spamassassin_gtk.deps
8751                 Make $plugin_gtk depend on $plugin
8752
8753 2005-07-14 [hoa]        1.9.12cvs50
8754
8755         * src/etpan/imap-thread.c
8756                 enable debug log of libetpan when running with --debug
8757
8758 2005-07-14 [colin]      1.9.12cvs49
8759
8760         * configure.ac
8761         * src/common/Makefile.am
8762         * src/common/plugin.c
8763         * src/common/plugin.h
8764                 Add a little plugin dependancy system.
8765                 Plugins can ship a $plugin_name.deps file
8766                 (near them in PLUGINDIR) so that their
8767                 dependancies are loaded if possible.
8768         * src/plugins/Makefile.am
8769         * src/plugins/pgpcore/Makefile.am
8770         * src/plugins/pgpcore/passphrase.c
8771         * src/plugins/pgpcore/passphrase.h
8772         * src/plugins/pgpcore/plugin.c
8773         * src/plugins/pgpcore/prefs_gpg.c
8774         * src/plugins/pgpcore/prefs_gpg.h
8775         * src/plugins/pgpcore/select-keys.c
8776         * src/plugins/pgpcore/select-keys.h
8777         * src/plugins/pgpcore/sgpgme.c
8778         * src/plugins/pgpcore/sgpgme.h
8779                 Introduce pgpcore, used by pgpmime and
8780                 pgpinline
8781         * src/plugins/pgpmime/Makefile.am
8782         * src/plugins/pgpmime/passphrase.c
8783         * src/plugins/pgpmime/passphrase.h
8784         * src/plugins/pgpmime/pgpmime.c
8785         * src/plugins/pgpmime/pgpmime.deps
8786         * src/plugins/pgpmime/plugin.c
8787         * src/plugins/pgpmime/prefs_gpg.c
8788         * src/plugins/pgpmime/prefs_gpg.h
8789         * src/plugins/pgpmime/select-keys.c
8790         * src/plugins/pgpmime/select-keys.h
8791         * src/plugins/pgpmime/sgpgme.c
8792         * src/plugins/pgpmime/sgpgme.h
8793                 Remove the core from pgpmime and add the
8794                 dependancy to pgpcore.
8795
8796 2005-07-14 [paul]       1.9.12cvs48
8797
8798         * src/stock_pixmap.c
8799                 forgot this in last commit
8800
8801 2005-07-14 [paul]       1.9.12cvs47
8802
8803         * src/account.c
8804         * src/addressbook.c
8805                 add accelerators for the buttons (sync with main)
8806         * src/compose.c
8807         * src/compose.h
8808                 add accelerators for the buttons.
8809                 fix editing with external editor.
8810                 replace gdk_input_*() with GIOChannel;
8811                 (sync with main)
8812         * src/foldersel.c
8813                 display folder names with new/unread
8814                 representation (sync with main)
8815         * src/main.c
8816                 specify default window icon (sync with main)
8817         * src/prefs_common.c
8818                 use_addr_book default to FALSE
8819         * src/summaryview.c
8820         * src/textview.c
8821                 add accelerators for the buttons (sync with main)
8822         * src/gtk/menu.c
8823                 fix typos
8824         * src/pixmaps/sylpheed_icon.xpm
8825                 updated
8826
8827 2005-07-13 [paul]       1.9.12cvs46
8828
8829         * src/plugins/pgpmime/pgpmime.c
8830         * src/plugins/pgpmime/sgpgme.c
8831                 (temporarily) use deprecated gpgme_data_rewind()
8832                 while largefile support is not present
8833                 (as suggested by Colin)
8834
8835 2005-07-13 [paul]       1.9.12cvs45
8836
8837         * configure.ac
8838                 remove large file support (for now):
8839                 it breaks too many things
8840
8841 2005-07-13 [paul]       1.9.12cvs44
8842
8843         * configure.ac
8844                 add large file support
8845         * src/html.c
8846                 fix bug #763 where href attribute was not
8847                 the very first attribute of a link
8848                 patch by Thomas Gilgin
8849
8850 2005-07-13 [colin]      1.9.12cvs43
8851
8852         * src/gtk/pluginwindow.c
8853                 Little portability fix
8854
8855 2005-07-13 [colin]      1.9.12cvs42
8856
8857         * src/plugins/pgpmime/sgpgme.c
8858                 Fix crasher.
8859
8860 2005-07-13 [colin]      1.9.12cvs41
8861
8862         * src/plugins/pgpmime/pgpmime.c
8863         * src/plugins/pgpmime/sgpgme.c
8864                 Use gpgme_data_release_and_get_mem instead
8865                 of gpgme_data_read.
8866
8867 2005-07-13 [colin]      1.9.12cvs40
8868
8869         * configure.ac
8870         * src/plugins/pgpmime/passphrase.c
8871         * src/plugins/pgpmime/passphrase.h
8872         * src/plugins/pgpmime/pgpmime.c
8873         * src/plugins/pgpmime/plugin.c
8874         * src/plugins/pgpmime/select-keys.c
8875         * src/plugins/pgpmime/select-keys.h
8876         * src/plugins/pgpmime/sgpgme.c
8877         * src/plugins/pgpmime/sgpgme.h
8878                 Port pgpmime to gpgme-1.0.
8879
8880 2005-07-12 [paul]       1.9.12cvs39
8881
8882         * AUTHORS
8883         * src/toolbar.c
8884         * src/toolbar.h
8885                 add a 'Go to Prev' button to the toolbar.
8886                 correct tooltip text of go to buttons.
8887                 based on patch by Yang Guilong <bamanzi@gmail.com>
8888
8889 2005-07-12 [colin]      1.9.12cvs38
8890
8891         * src/statusbar.c
8892                 Fix progress bar showing stuff at startup.
8893
8894 2005-07-12 [paul]       1.9.12cvs37
8895
8896         * src/editjpilot.c
8897                 fix building with jpilot support
8898
8899 2005-07-11 [colin]      1.9.12cvs36
8900
8901         * src/inc.c
8902                 Add visual indication that filtering is running
8903         * src/textview.c
8904                 Make {}[] uri delimiters
8905         * src/summaryview.c
8906                 Remove useless (and slow) calls
8907
8908 2005-07-11 [paul]       1.9.12cvs35
8909
8910         * src/plugins/clamav/clamav_plugin_gtk.c
8911         * src/plugins/dillo_viewer/dillo_prefs.c
8912         * src/plugins/pgpmime/prefs_gpg.c
8913         * src/plugins/spamassassin/spamassassin_gtk.c
8914                 gather plugins prefs together under their
8915                 own 'Plugins' heading
8916
8917 2005-07-11 [paul]       1.9.12cvs34
8918
8919         sync with main
8920
8921         * src/account.c
8922                 account_delete(): modified alert dialog
8923         * src/editjpilot.c
8924         * src/editvcard.c
8925                 fixed a crash when cancelling file selection
8926                 dialog by Escape key. Made non-ascii filename
8927                 selectable.
8928         * src/prefs_template.c
8929                 prefs_template_window_create(): make scrolled
8930                 window policy AUTOMATIC
8931
8932 2005-07-10 [hoa]        1.9.12cvs33
8933
8934         * src/etpan/imap-thread.c
8935                 workaround for old Courier IMAP servers.
8936
8937 2005-07-10 [colin]      1.9.12cvs32
8938
8939         * src/folder.c
8940         * src/statusbar.c
8941         * src/statusbar.h
8942                 Add visual progress indicator on filtering/processing
8943                 Factorize the progress bar code
8944         * src/imap.c
8945         * src/imap.h
8946         * src/etpan/imap-thread.c
8947                 Add a reference counter to avoid destroying the Folder
8948                 while it's in use by another callback.
8949
8950 2005-07-09 [hoa]        1.9.12cvs31
8951
8952         * src/imap.c
8953         * src/etpan/imap-thread.c
8954                 fixed deadlock when removing IMAP account.
8955
8956 2005-07-08 [colin]      1.9.12cvs30
8957
8958         * src/textview.c
8959         * src/unmime.c
8960                 Fix again problems decoding broken headers
8961         * src/gtk/inputdialog.c
8962                 Fix local variable shadowing a global one
8963
8964 2005-07-08 [colin]      1.9.12cvs29
8965
8966         * src/msgcache.c
8967                 Make the cache/mark files platform-agnostic by writing
8968                 them in little-endian format. Reading them is also done
8969                 in little-endian format, of course; however, in order
8970                 to avoid trashing mark data on big-endian machines, the
8971                 files are, at first, read from the native format if the
8972                 little-endian one doesn't exist. This is easy to deter-
8973                 mine by trying to open a file with a swapped data_ver
8974                 and seeing if it's the wanted version.
8975                 Little-endian using users should see absolutely no
8976                 difference, Big-endian users may get a very little
8977                 performance drop due to byte-swapping.
8978                 Tested on i386 and ppc32. 
8979                 Fixes bug #159 (The index file, in the mailboxes, is 
8980                 hardware depending).
8981
8982                 To have the cache/mark files updated to the new little-
8983                 endian format, "Check for new messages" or even
8984                 "Rebuild folder tree" aren't enough. Files will be
8985                 updated as soon as a folder has been opened/closed.
8986                 To update everything, just select all folders by
8987                 selecting them one by one.
8988
8989 2005-07-07 [colin]      1.9.12cvs28
8990
8991         * src/imap.c
8992                 Remember the folder separator per IMAPFolder
8993                 instead of globally.
8994                 Revive the Session on noop; fixes bug #761
8995                 (mark a bunch of unread messages as read takes 
8996                 forever)
8997
8998 2005-07-07 [darko]      1.9.12cvs27
8999
9000         * src/common/template.c
9001                 Sort templates alphabetically
9002
9003 2005-07-06 [colin]      1.9.12cvs26
9004
9005         * src/imap.c
9006                 Try to use the correct separator in
9007                 most cases. Possibly fixes bug #759
9008                 (only creates the INBOX folder when 
9009                 setting up new IMAP account) and 
9010                 bug #760 (Can't retrieve messages)
9011
9012 2005-07-06 [colin]      1.9.12cvs25
9013
9014         * src/imap.c
9015                 Use real_path in status command. This will
9016                 help later, when namespaces will be used.
9017
9018 2005-07-06 [colin]      1.9.12cvs24
9019
9020         * configure.ac
9021         * src/account.c
9022         * src/folder.c
9023         * src/imap.c
9024         * src/etpan/etpan-log.c
9025         * src/etpan/etpan-thread-manager.c
9026         * src/etpan/imap-thread.c
9027                 Add a --disable-libetpan parameter. With this,
9028                 users that don't want IMAP4 support can avoid
9029                 the new dependancy (and have no IMAP support).
9030                 Users that have IMAP4 accounts and use this
9031                 parameter won't lose their configuration, their
9032                 IMAP accounts will just be invisible and not
9033                 used.
9034         * src/textview.c
9035                 Make the "Copy ..." contextual menu items 
9036                 copy to both the X clipboard and the gtk 
9037                 clipboard - as most other apps do.
9038         * src/gtk/about.c
9039                 Add a notice about OpenSSL usage, in order to
9040                 comply with OpenSSL's license (point 6):
9041                 http://www.openssl.org/source/license.html
9042
9043 2005-07-06 [colin]      1.9.12cvs23
9044
9045         * src/alertpanel.c
9046                 Fix a minimum size for alertpanels
9047         * src/compose.c
9048                 Show 'No space left on device' type errors
9049                 when queuing/sending
9050         * src/imap_gtk.c
9051         * src/mh_gtk.c
9052                 Rework folder's deletion message (remove 
9053                 extra \n)
9054
9055 2005-07-05 [colin]      1.9.12cvs22
9056
9057         * src/imap.c
9058                 Add an alertpanel on auth error
9059                 Add pseudo-log
9060                 Remove pthread-related stuff
9061
9062 2005-07-05 [colin]      1.9.12cvs21
9063
9064         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9065                 Fix crash on plugin reloading (with a hack)
9066
9067 2005-07-05 [colin]      1.9.12cvs20
9068
9069         * src/prefs_account.c
9070         * src/prefs_account.h
9071                 Fix typo
9072         * src/gtk/filesel.c
9073         * src/gtk/filesel.h
9074                 Add a way to filter the view
9075         * src/gtk/pluginwindow.c
9076                 Filter loadable stuff
9077         * src/plugins/pgpmime/prefs_gpg.c
9078                 Fix missing unregistration
9079         * .cvsignore
9080         * src/etpan/.cvsignore
9081         * src/plugins/spamassassin/.cvsignore
9082                 Add more stuff to cvs ignored files
9083
9084 2005-07-04 [colin]      1.9.12cvs19
9085
9086         * src/imap.c
9087                 Fix scan_required returning FALSE when it
9088                 shouldn't. Maybe fix #760 (Can't retrieve
9089                 messages)
9090
9091 2005-07-04 [colin]      1.9.12cvs18
9092
9093         * src/summaryview.c
9094                 Fix always_show_msg pref
9095
9096 2005-07-04 [paul]       1.9.12cvs17
9097
9098         sync with main (forgotten in last commit)
9099         
9100         * src/common/utils.c
9101         * src/common/utils.h
9102                 check_line_length(): new.
9103                 is_dir_exist()
9104                 is_file_entry_exist()
9105                 dirent_is_regular_file()
9106                 dirent_is_directory(): use g_file_test() instead of stat().
9107
9108 2005-07-04 [paul]       1.9.12cvs16
9109
9110         sync with main:
9111
9112         * src/compose.c
9113                 compose_write_to_file(): check for line
9114                 length limit and display warning if exceeds
9115         * src/jpilot.c
9116                 use get_home_dir() instead of g_get_home_dir()
9117         * src/procheader.c
9118                 removed warning about invalid date
9119         * src/vcard.c
9120                 use get_home_dir() instead of g_get_home_dir()
9121
9122 2005-07-04 [paul]       1.9.12cvs15
9123
9124         * src/stock_pixmap.c
9125                 fix new pixmap naming errors
9126                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9127
9128 2005-07-04 [colin]      1.9.12cvs14
9129
9130         * src/imap.c
9131                 Fix debugging string with a warning
9132
9133 2005-07-04 [colin]      1.9.12cvs13
9134
9135         * configure.ac
9136                 Add a check for libetpan's version (>= 0.37)
9137
9138 2005-07-04 [hoa]        1.9.12cvs12
9139
9140         * commitHelper
9141         * src/imap.c
9142         * src/etpan/imap-thread.c
9143         * src/etpan/imap-thread.h
9144                 fixed IMAP implementation of check of mails.
9145
9146 2005-07-03 [hoa]        1.9.12cvs11
9147
9148         * src/etpan/Makefile.am
9149         * src/etpan/etpan-errors.h
9150         * src/etpan/etpan-log.[ch]
9151         * src/etpan/etpan-thread-manager-types.h
9152         * src/etpan/etpan-thread-manager.[ch]
9153         * src/etpan/imap-thread.[ch]
9154         * src/Makefile.am
9155         * src/imap.c
9156         * src/main.c
9157         * src/prefs_other.c
9158         * configure.ac
9159             merged imap branch.
9160             dependency on libetpan 0.37 is now added.
9161
9162 2005-07-01 [colin]      1.9.12cvs10
9163
9164         * src/Makefile.am
9165         * src/folder.c
9166         * src/folder.h
9167         * src/folderview.c
9168         * src/stock_pixmap.c
9169         * src/stock_pixmap.h
9170         * src/plugins/trayicon/trayicon.c
9171                 Add marked symbol on folders containing
9172                 marked messages
9173         * src/procmsg.c
9174         * src/procmsg.h
9175         * src/toolbar.c
9176         * src/prefs_common.c
9177         * src/prefs_common.h
9178         * src/prefs_send.c
9179                 Add an optional confirmation dialog on queue
9180                 sending. Patch by wwp.
9181         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9182         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9183         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9184         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9185         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9186         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9187         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9188         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9189         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9190         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9191         * src/pixmaps/trash_mark.xpm            ** ADDED **
9192                 New pixmaps
9193
9194 2005-07-01 [colin]      1.9.12cvs9
9195
9196         * src/summaryview.c
9197                 Fix a little threading bug
9198         * src/addrgather.c
9199         * src/mainwindow.c
9200                 A little bit of HIG normality never hurts
9201
9202 2005-07-01 [colin]      1.9.12cvs8
9203
9204         * src/compose.c
9205         * src/msgcache.c
9206         * src/pop.c
9207         * src/procmime.c
9208         * src/recv.c
9209         * src/common/log.c
9210         * src/common/template.c
9211         * src/common/utils.c
9212         * src/common/utils.h
9213                 Reverted the fwrite_atomic stuff. In fact
9214                 it is already atomic.
9215
9216 2005-06-30 [colin]      1.9.12cvs7
9217
9218         * src/common/utils.c
9219         * src/common/utils.h
9220                 Add an fwrite_atomic() function to make
9221                 sure we write everything: fwrite can make
9222                 short writes.
9223         * src/compose.c
9224         * src/msgcache.c
9225         * src/pop.c
9226         * src/procmime.c
9227         * src/recv.c
9228         * src/common/log.c
9229         * src/common/template.c
9230                 Use that (and fix swapping of size and nmemb).
9231                 Thanks to Rich Coe for the heads up.
9232
9233 2005-06-30 [colin]      1.9.12cvs6
9234
9235         * src/addressbook.c
9236                 Optimize addressbook opening 
9237
9238 2005-06-30 [colin]      1.9.12cvs5
9239
9240         * src/summaryview.c
9241                 Remove calls to summary_step after move/copy
9242
9243 2005-06-28 [paul]       1.9.12cvs4
9244
9245         * src/alertpanel.c
9246                 wrap and make the error msg selectable
9247
9248 2005-06-28 [paul]       1.9.12cvs3
9249
9250         * src/ssl_manager.c
9251                 replace the OK button with a Close button
9252         * src/gtk/foldersort.c
9253                 use GTK_STOCK_ icons/buttons
9254
9255 2005-06-28 [colin]      1.9.12cvs2
9256
9257         * src/gedit-print.c             ** ADDED **
9258         * src/gedit-print.h             ** ADDED **
9259         * src/gtk/gtksourceprintjob.c   ** ADDED **
9260         * src/gtk/gtksourceprintjob.h   ** ADDED **
9261                 I can't believe no one had enough time to tell
9262                 me I forgot the `cvs add`
9263
9264 2005-06-27 [colin]      1.9.12cvs1
9265
9266         * src/Makefile.am
9267         * src/gtk/Makefile.am
9268         * src/messageview.c
9269         * src/procmsg.c
9270         * src/summaryview.c
9271         * configure.ac
9272                 Add optional libgnomeprint-based printing
9273         * src/mainwindow.c
9274         * src/gtk/quicksearch.c
9275                 Add an Edit/Quick search menu item to show
9276                 and focus the quicksearch
9277
9278 2005-06-27 [paul]       1.9.12
9279
9280         1.9.12 release
9281
9282         * po/ca.po
9283         * po/de.po
9284         * po/es.po
9285         * po/fr.po
9286         * po/it.po
9287         * po/ko.po
9288         * po/pt_BR.po
9289         * po/sk.po
9290         * po/zh_CN.po
9291                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9292                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9293                 SungHyun Nam, Frederico Goncalves Guimaraes,
9294                 Andrej Kacian, and Yang Guilong
9295 2005-06-26 [colin]      1.9.11cvs106
9296
9297         * src/imap_gtk.c
9298                 Forgot one file for previous fix
9299
9300 2005-06-26 [colin]      1.9.11cvs105
9301
9302         * src/folder.c
9303         * src/imap.c
9304                 Fix problems with folder operations in no_select
9305                 imap folders. it applies only to mails, and 
9306                 creation/deletion/move/renaming of folders 
9307                 should be possible
9308
9309 2005-06-26 [paul]       1.9.11cvs104
9310
9311         * src/prefs_filtering.c
9312                 replace one more GTK_STOCK_REMOVE
9313                 with GTK_STOCK_DELETE
9314
9315 2005-06-25 [colin]      1.9.11cvs103
9316
9317         * src/imap.c
9318                 Optimize get_seq_set_from_seq_list
9319                 (Patch by Ricardo) 
9320
9321 2005-06-25 [colin]      1.9.11cvs102
9322
9323         * src/mh.c
9324                 If the directory exists, but not in the
9325                 correct encoding, rename it. This should
9326                 handle old-versions-induced bugs.
9327
9328 2005-06-25 [colin]      1.9.11cvs101
9329
9330         * src/mh.c
9331                 Fix path access with extended dir names
9332                 Fixes bug #589 (SC segfaults with wrong locale
9333                 settings)
9334
9335 2005-06-25 [colin]      1.9.11cvs100
9336
9337         * src/prefs_account.c
9338         * src/prefs_account.h
9339         * src/compose.c
9340                 Add an option to encrypt replies to
9341                 encrypted messages
9342
9343 2005-06-25 [colin]      1.9.11cvs99
9344
9345         * src/compose.c
9346         * src/quote_fmt_parse.y
9347                 ... And make it work with pgpinline.
9348
9349 2005-06-25 [colin]      1.9.11cvs98
9350
9351         * src/compose.c
9352         * src/procmime.c
9353         * src/procmime.h
9354         * src/quote_fmt_parse.y
9355                 o Make reedition of encrypted messages possible
9356                   (as long as it is encrypted to self too, no
9357                    magic there)
9358                 o Make replying with quote (and without selecting
9359                   text) possible for encrypted messages.
9360                 Closes bug #550 (Not possible to "reply with quote"
9361                 to gnupg encrypted messages)
9362
9363 2005-06-24 [paul]       1.9.11cvs97
9364
9365         * src/imap.c
9366                 add missing include
9367
9368 2005-06-24 [paul]       1.9.11cvs96
9369
9370         * src/editldap.c
9371                 made bind password entry invisible
9372                 (sync with main)
9373         * src/send_message.c
9374                 send_message_local(): check exit status
9375                 to detect errors (sync with main)
9376         * src/textview.c
9377                 use main's less ambiguous popup menu
9378                 wording
9379
9380 2005-06-24 [paul]       1.9.11cvs95
9381
9382         * src/prefs_actions.c
9383         * src/prefs_customheader.c
9384         * src/prefs_display_header.c
9385         * src/prefs_filtering_action.c
9386         * src/prefs_matcher.c
9387         * src/prefs_template.c
9388         * src/prefs_toolbar.c
9389                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9390         * src/gtk/description_window.c
9391                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9392
9393 2005-06-23 [colin]      1.9.11cvs94
9394
9395         * src/summaryview.c
9396                 Fix rough edges (be sure to call status_show whenever
9397                 necessary).
9398
9399 2005-06-23 [colin]      1.9.11cvs93
9400
9401         * src/summaryview.c
9402                 Optimize Select All
9403                 Before, in a 5K mails folder: 11s
9404                 After, in the same folder: 58000µs
9405                 The joys of locking... gtk_clist_select_all() fires a 
9406                 tree-select-row event for each selected row, which in 
9407                 summaryview, callbacks summary_selected which in turn,
9408                 calls summary_status_show, which walks the selected
9409                 rows. Hence, calling gtk_clist_select_all was 
9410                 exponential. Locking the summaryview makes 
9411                 summary_selected return early.
9412
9413 2005-06-23 [colin]      1.9.11cvs92
9414
9415         * src/imap.c
9416                 Move mutex at the important place to avoid
9417                 deadlocks
9418         * src/summaryview.c
9419                 Fix Del key deleting directly instead of
9420                 moving to trash
9421
9422 2005-06-22 [colin]      1.9.11cvs91
9423
9424         * src/plugins/spamassassin/libspamc.c
9425                 As we do spagetti code with assignations in multiple
9426                 places (see _message_read_raw where out = msg = raw),
9427                 let's be sure we don't free the same pointer twice.
9428                 Should fix bug #683 (Crash in libpam at 
9429                 message_cleanup).
9430
9431 2005-06-22 [colin]      1.9.11cvs90
9432
9433         * src/compose.c
9434         * src/messageview.c
9435         * src/toolbar.c
9436                 Make toolbar's delete use the move to trash stuff;
9437                 Add gtk_widget_realize to be sure pixmaps can get
9438                 created (that may fix an old worksforme bug which
9439                 I can't find back...)
9440
9441 2005-06-22 [colin]      1.9.11cvs89
9442
9443         * src/summaryview.c
9444         * src/summaryview.h
9445         * src/mainwindow.c
9446                 Rename "Message/Delete" to "Message/Move to trash"
9447                 Add "Message/Delete..." that directly destroys the
9448                 selected messages after asking for a confirmation.
9449
9450 2005-06-22 [colin]      1.9.11cvs88
9451
9452         * src/imap.c
9453                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9454                 o Fix a deadlock (thanks Darko)
9455
9456 2005-06-22 [colin]      1.9.11cvs87
9457
9458         * src/gtk/foldersort.c
9459                 Add missing include for the i18n;
9460                 patch by Fabien Vantard
9461
9462 2005-06-21 [colin]      1.9.11cvs86
9463
9464         * src/folder.c
9465         * src/folderview.c
9466                 Respect the no_select flag
9467         * src/imap.c
9468                 Fix recursive deletion
9469         * src/imap_gtk.c
9470         * src/mh_gtk.c
9471                 Make the folder deletion's warning
9472                 more explicit
9473
9474 2005-06-21 [colin]      1.9.11cvs85
9475
9476         * src/textview.c
9477                 Prevent email addresses from spanning accross
9478                 lines - fixes bug # 646 (newline-chars in 
9479                 email addresses)
9480
9481 2005-06-20 [colin]      1.9.11cvs84
9482
9483         * src/folder.c
9484                 Be sure not to remove source if copy failed
9485
9486 2005-06-20 [colin]      1.9.11cvs83
9487
9488         * src/folderview.c
9489         * src/imap_gtk.c
9490                 remove summaryview's lock
9491         * src/imap.c
9492                 introduce threads to avoid problems when foreground tasks
9493                 interfere with background tasks
9494         * src/mh.c
9495                 prevent moving to drafts/queue
9496         * src/mimeview.c
9497                 fix leak
9498
9499 2005-06-19 [colin]      1.9.11cvs82
9500
9501         * src/imap_gtk.c
9502                 Remember that the user doesn't want to override
9503                 offline mode, for 3 seconds. It avoid presenting
9504                 him with N popups in a really short time.
9505
9506 2005-06-17 [colin]      1.9.11cvs81
9507
9508         * src/imap.c
9509                 Fix IMAP breaking on folders containing '('
9510                 (Probably won't be enough)
9511
9512 2005-06-17 [colin]      1.9.11cvs80
9513
9514         Forgotten files on 1.9.11cvs79
9515         * src/summaryview.c
9516                 Fix stepping when not immediately executing
9517         * src/imap.c
9518                 Really prevent UID FETCH 0
9519         * src/codeconv.c
9520                 Fix outgoing charset never set to utf-8
9521         * src/mh.c
9522                 Fix leak
9523
9524 2005-06-16 [colin]      1.9.11cvs79
9525
9526         * src/compose.c
9527                 Fix bug #707 (Dash splits rows)
9528                 Only wrap if we're on a line break position and
9529                 the previous one was a "white" (space) char.
9530                 Pango stuff is weird.
9531
9532 2005-06-16 [colin]      1.9.11cvs78
9533
9534         * src/imap_gtk.c
9535                 Lock summaryview while downloading messages
9536                 on user demand
9537         * src/procheader.c
9538         * src/unmime.c
9539         * src/common/utils.c
9540         * src/common/utils.h
9541                 Replace \r and \n with spaces in From and
9542                 Subject headers
9543
9544 2005-06-16 [paul]       1.9.11cvs77
9545
9546         * src/procmime.c
9547                 liberalise the mime parser
9548         * src/gtk/about.c
9549                 add text wrapping
9550
9551 2005-06-16 [paul]       1.9.11cvs76
9552
9553         * src/gtk/about.c
9554                 reworked
9555
9556 2005-06-15 [colin]      1.9.11cvs75
9557
9558         * src/compose.c
9559                 Finish header encoding fix
9560         * src/summaryview.c
9561                 Fix segfault
9562         * src/headerview.c
9563                 Fix compilation (Thanks Stephan
9564                 Sachse)
9565
9566 2005-06-15 [colin]      1.9.11cvs74
9567
9568         * Makefile.am
9569                 Install gnome2 stuff rather than gnome1, 
9570                 if both are present
9571         * src/codeconv.c
9572         * src/codeconv.h
9573         * src/compose.c
9574                 Fix headers encoding
9575         * src/folder.c
9576                 Visual progress when fetching all messages
9577         * src/folderview.c
9578         * src/summaryview.c
9579         * src/summaryview.h
9580                 Prevent changing current message while
9581                 incorporating
9582
9583 2005-06-15 [paul]       1.9.11cvs73
9584
9585         * src/gtk/gtkaspell.c
9586         * src/gtk/gtkaspell.h
9587                 fix build warnings
9588
9589 2005-06-15 [paul]       1.9.11cvs72
9590
9591         * src/prefs_filtering.c
9592                 allow reordering of filter rules by
9593                 drag n drop
9594
9595 2005-06-15 [paul]       1.9.11cvs71
9596
9597         * COPYING
9598                 updated
9599         * src/codeconv.c
9600                 replace deprecated function
9601         * src/inc.c
9602         * src/send_message.c
9603         * src/gtk/progressdialog.c
9604         * src/gtk/progressdialog.h
9605                 salvage and reuse parts of reverted sync
9606
9607 2005-06-15 [paul]       1.9.11cvs70
9608
9609         * src/inc.c
9610         * src/send_message.c
9611         * src/gtk/progressdialog.c
9612         * src/gtk/progressdialog.h
9613                 revert yesterday's sync with main
9614                 it contains deprecated functions
9615
9616 2005-06-15 [colin]      1.9.11cvs69
9617
9618         * src/headerview.c
9619                 Fix bug #670 (multi user to: will corrupt message 
9620                 headers display)
9621
9622 2005-06-15 [colin]      1.9.11cvs68
9623
9624         * src/compose.c
9625                 Fix bug #421 (Fix undo on wrapping)
9626
9627 2005-06-15 [colin]      1.9.11cvs67
9628
9629         * src/folder.c
9630                 Provide visual feedback while processing
9631                 folder's rules.
9632         * src/imap.c
9633                 Provide visual feedback while getting
9634                 short headers (for uncached messages)
9635
9636
9637 2005-06-14 [paul]       1.9.11cvs66
9638
9639         * src/account.c
9640                 change a couple stock icons
9641         * src/inc.c
9642         * src/send_message.c
9643         * src/gtk/progressdialog.c
9644         * src/gtk/progressdialog.h
9645                 sync main's GtkTreeView implementation
9646
9647 2005-06-14 [colin]      1.9.11cvs65
9648
9649         * src/imap.c
9650                 Various little fixes, mainly on error paths
9651
9652 2005-06-13 [colin]      1.9.11cvs64
9653
9654         * matcher.c
9655         * procmsg.c
9656         * procmsg.h
9657                 Add a way to fetch only headers. This speeds
9658                 up filtering on headers for IMAP. Fixes:
9659                 bug #481 extraneous imap commands slow down 
9660                         imap filtering
9661                 bug #522 Sylpheed downloads all messages 
9662                         when opening mailbox (IMAP)
9663                 bug #677 IMAP fetch is soooooooooooooo slow
9664         * src/folder.c
9665         * src/folder.h
9666                 Add a folder set_batch method so that
9667                 implementations can speed up flags changes
9668         * src/folderutils.c
9669         * src/summaryview.c
9670                 Use that in mark as (un)read and mark all read
9671                 Refix bug #679
9672         * src/imap.c
9673                 Implement set_batch - brings back deferred
9674                 flags in a less buggy manner. Fixes:
9675                 bug #729 IMAP immediate expunge of deleted messages
9676                 bug #191 remove list of messages with one command
9677                 Fix login with strange chars
9678                 Implement fetch_msg_full
9679                 Fix copy (wrong counts)
9680
9681 2005-06-12 [colin]      1.9.11cvs63
9682
9683         * src/folder.c
9684                 lock incorporation during long operations.
9685                 Avoids fucking up the IMAP socket.
9686
9687 2005-06-12 [colin]      1.9.11cvs62
9688
9689         * src/imap.c
9690                 Fix harmful typo
9691                 Factorize remove_all_msg
9692                 Thread-ize expunge
9693         * src/summaryview.c
9694                 Don't update partial-download status if unnecessary
9695         * src/folder.c
9696                 Use remove_msgs everywhere possible
9697
9698 2005-06-12 [colin]      1.9.11cvs61
9699
9700         * src/folder.c
9701         * src/folder.h
9702                 Add a remove_msgs function to remove a 
9703                 list of messages
9704         * src/imap.c
9705                 Implement that.
9706
9707 2005-06-12 [colin]      1.9.11cvs60
9708
9709         * src/imap.c
9710                 Remove flags-processing deferring... Too hard
9711                 to get it to work in all cases.
9712
9713 2005-06-11 [colin]      1.9.11cvs59
9714
9715         * src/imap.c
9716                 printf -> debug_print
9717
9718 2005-06-11 [colin]      1.9.11cvs58
9719
9720         * src/imap.c
9721                 o Fix build without USE_PTHREAD
9722                 o Factorize imap_open
9723                 o Alertpanel in case of impossible connection
9724                 o Alertpanel in case of impossible login
9725                 o Fix deferred flags processing to force a 
9726                   flush before adding some more flags to process,
9727                   but in another folder.
9728
9729 2005-06-10 [colin]      1.9.11cvs57
9730
9731         * src/imap.c
9732                 o Fix a format string error
9733                 o init ssl socket outside of the thread 
9734                   (it possibly invokes gtk calls)
9735         * src/procmime.c
9736                 o Put back the buffer to its necessary size
9737                 o Fix changing a file pointer without keeping
9738                   track of it (thanks Valgrind)
9739         * src/common/smtp.c
9740                 o Fix automatic STARTTLS if login should be done
9741                   and the server only allows it after starting TLS
9742         * src/gtk/gtkinputdialog.c
9743                 o Eat GDK_Return so that the combo popup doesn't 
9744                   appear when we press Enter to validate the combo
9745                   input dialog (as seen in the Open with... dialog)
9746
9747 2005-06-10 [colin]      1.9.11cvs56
9748
9749         * src/imap.c
9750                 o A bit less debug
9751                 o Fix a crash on deletion
9752                 o Threadize imap_select (it's called outside of 
9753                   threads)
9754                 o Defer treatment of DELETED flags
9755
9756
9757 2005-06-09 [colin]      1.9.11cvs55
9758
9759         * src/imap.c
9760                 Make sure we check imap_gtk_should_override(), which
9761                 potentially calls gtk stuff, before creating thread.
9762                 That way it should't be called via imap_get_session()
9763                 inside a thread.
9764
9765 2005-06-09 [colin]      1.9.11cvs54
9766
9767         * src/imap.c
9768                 o add a bit of status output
9769                 o remove some dead code
9770                 o threadize get_list_of_uids
9771                 o threadize imap_get_flags
9772                 o defer flag changing by 500ms so that they
9773                   can be batched
9774
9775
9776 2005-06-08 [colin]      1.9.11cvs53
9777
9778         * src/imap.c
9779                 Thread-ize imap_cmd_fetch
9780
9781 2005-06-08 [colin]      1.9.11cvs52
9782
9783         * src/main.c
9784                 Mmh, that broke POP3...
9785
9786 2005-06-08 [colin]      1.9.11cvs51
9787
9788         * src/main.c
9789                 Stabilize IMAP patch (thanks to Hoa)
9790
9791 2005-06-08 [colin]      1.9.11cvs50
9792
9793         * src/imap.c
9794                 Test patch to speed up imap. 
9795
9796 2005-06-08 [colin]      1.9.11cvs49
9797
9798         * src/imap_gtk.c
9799                 Warning fix
9800         * src/procmime.c
9801                 Apply patch from gentoo to use /usr/share/mime/globs if 
9802                 available, after un-breaking it
9803         * src/common/log.c
9804         * src/common/log.h
9805                 Use g_timeout for invoking hooks that possibly use gtk
9806                 calls. This should leave gtk calls in the main thread.
9807
9808 2005-06-08 [paul]       1.9.11cvs48
9809
9810         * src/codeconv.c
9811                 conv_get_outgoing_charset_str(): don't
9812                 use prefs_common setting
9813         * src/compose.c
9814         * src/compose.h
9815                 add /Options/Character encoding/... to
9816                 temporarily change the outgoing encoding
9817
9818         (belated sync with main)
9819
9820 2005-06-08 [paul]       1.9.11cvs47
9821
9822         * src/compose.c
9823                 correction to/completion of last
9824                 sync with main
9825
9826 2005-06-08 [paul]       1.9.11cvs46
9827
9828         sync with main:
9829         
9830         * src/codeconv.c
9831         * src/codeconv.h
9832                 always enabled Japanese auto-detection
9833                 if the first letters of locale string
9834                 is "ja"
9835         * src/compose.c
9836                 don't use "destroy" signal to destroy
9837                 Compose object (fix rare crashes on discard?)
9838         * src/mainwindow.c
9839         * src/messageview.c
9840         * src/prefs_send.c
9841                 added Hebrew encodings
9842         * src/sourcewindow.c
9843                 don't use "destroy" signal to destroy
9844                 objects
9845
9846 2005-06-07 [colin]      1.9.11cvs45
9847
9848         * src/summaryview.c
9849                 Add missing unlocks/locks
9850
9851 2005-06-07 [paul]       1.9.11cvs44
9852
9853         * src/summaryview.c
9854                 restore bug #749 fix
9855
9856 2005-06-06 [colin]      1.9.11cvs43
9857
9858         * src/summaryview.c
9859                 Fix selection bug when prefs_common.open_unread 
9860                 is FALSE
9861
9862 2005-06-06 [colin]      1.9.11cvs42
9863
9864         * src/common/md5.c
9865                 Fix a warning
9866         * src/summaryview.c
9867         * src/folderview.c
9868                 Factorize long operations beginning and end
9869                 (locking, freezing/thawing, cursor, ...)
9870                 Check selection->data member in selection-
9871                 related loops; this avoids dying an awful
9872                 death if the selection changes on us while
9873                 we're marking a whole IMAP folder unread, 
9874                 for example.
9875
9876 2005-06-06 [paul]       1.9.11cvs41
9877
9878         * src/textview.c
9879                 don't g_free() a static gchar buffer
9880
9881 2005-06-05 [colin]      1.9.11cvs40
9882
9883         * src/mainwindow.c
9884         * src/messageview.c
9885         * src/summaryview.c
9886                 Fix bug #749 (Show all headers should be
9887                 sticky as the GUI suggests)
9888
9889 2005-06-03 [paul]       1.9.11cvs39
9890
9891         * src/compose.c
9892                 don't allow editing of mail while sending.
9893                 patch by Colin
9894
9895 2005-06-03 [paul]       1.9.11cvs38
9896
9897         * src/folderview.c
9898                 add a freeze/thaw to speed up 'mark all read'
9899
9900 2005-06-03 [paul]       1.9.11cvs37
9901
9902         * src/prefs_message.c
9903                 reflect changes immediately
9904
9905 2005-06-02 [colin]      1.9.11cvs36
9906
9907         * po/POTFILES.in
9908                 Patch by Fabien Vantard.
9909
9910 2005-06-02 [colin]      1.9.11cvs35
9911
9912         * src/imap.c
9913                 Use a non-blocking imap_getline() if possible.
9914                 This should completely prevent the interface
9915                 from freezin on imap operations, although it
9916                 may do strange stuff in case of folder switching
9917                 while a big imap operation is taking place...
9918
9919                 In addition, fix a leak in the case thread
9920                 creation fails on connection.
9921
9922 2005-06-02 [colin]      1.9.11cvs34
9923
9924         * src/crash.c
9925         * src/prefs_common.h
9926                 Fix build (prefs_common_init() doesn't exist
9927                 anymore)
9928
9929 2005-06-02 [colin]      1.9.11cvs33
9930
9931         * src/prefs_account.c
9932                 Fix bug #245 (filtering rules broken when
9933                 renaming a remote account (imap4 or nntp)
9934
9935 2005-06-02 [colin]      1.9.11cvs32
9936
9937         * src/imap.c
9938                 Try to fix IMAP shortcomings: 
9939                 o Multithread imap_open()
9940                 o allow offline-mode overriding instead of
9941                   just returning NULL
9942         * src/imap_gtk.c
9943         * src/imap_gtk.h
9944                 Add a function to ask whether we want to
9945                 override offline-mode for 10 minutes (one-shot
9946                 asking was painful)
9947         * src/procheader.c
9948                 Fix segfault when imap parser isn't happy about
9949                 a missing {
9950
9951 2005-06-01 [colin]      1.9.11cvs31
9952
9953         * src/addrharvest.c
9954         * src/compose.c
9955         * src/mbox.c
9956         * src/mbox.h
9957         * src/mh.c
9958         * src/msgcache.c
9959         * src/send_message.c
9960         * src/setup.c
9961         * src/undo.c
9962         * src/common/hooks.c
9963         * src/common/prefs.c
9964         * src/common/template.c
9965         * src/common/utils.c
9966         * src/gtk/gtkutils.c
9967         * src/gtk/inputdialog.c
9968         * src/gtk/menu.c
9969         * src/gtk/pluginwindow.c
9970         * src/gtk/prefswindow.c
9971         * src/plugins/pgpmime/passphrase.c
9972         * src/plugins/pgpmime/prefs_gpg.c
9973                 More -Wall fixes
9974
9975         * src/common/Makefile.am
9976         * src/common/timing.h
9977                 Add basic timing code
9978
9979         * src/summaryview.c
9980                 Fix a bug with unread messages when 
9981                 re-sorting folders, and by the way
9982                 fix a big performance hit when 
9983                 re-sorting (10k mails: before 5s,
9984                 after .5s)
9985
9986         * src/prefs_compose_writing.c
9987         * src/prefs_compose_writing.h
9988         * src/prefs_message.c
9989         * src/prefs_message.h
9990         * src/prefs_other.c
9991         * src/prefs_other.h
9992         * src/prefs_quote.c
9993         * src/prefs_quote.h
9994         * src/prefs_receive.c
9995         * src/prefs_receive.h
9996         * src/prefs_send.c
9997         * src/prefs_send.h
9998         * src/prefs_summaries.c
9999         * src/prefs_summaries.h
10000                 Fix copyright banner
10001
10002 2005-06-01 [paul]       1.9.11cvs30
10003
10004         * po/fi.po
10005                 updated by Flammie Pirinen
10006         * src/procmime.c
10007                 fix 'Bad BASE64 content' output
10008
10009 2005-05-31 [colin]      1.9.11cvs29
10010
10011         * src/procmime.c
10012                 Oops, where did my hunk go.
10013
10014 2005-05-31 [colin]      1.9.11cvs28
10015
10016         * src/Makefile.am
10017         * src/account.c
10018         * src/action.c
10019         * src/addr_compl.c
10020         * src/addressbook.c
10021         * src/codeconv.c
10022         * src/compose.c
10023         * src/export.c
10024         * src/folder.c
10025         * src/folderview.c
10026         * src/image_viewer.c
10027         * src/main.c
10028         * src/mainwindow.c
10029         * src/messageview.c
10030         * src/mimeview.c
10031         * src/msgcache.c
10032         * src/prefs_account.c
10033         * src/prefs_actions.c
10034         * src/prefs_common.c
10035         * src/prefs_compose_writing.c
10036         * src/prefs_customheader.c
10037         * src/prefs_ext_prog.c
10038         * src/prefs_filtering.c
10039         * src/prefs_filtering_action.c
10040         * src/prefs_fonts.c
10041         * src/prefs_image_viewer.c
10042         * src/prefs_message.c
10043         * src/prefs_message.h
10044         * src/prefs_msg_colors.c
10045         * src/prefs_other.c
10046         * src/prefs_other.h
10047         * src/prefs_quote.c
10048         * src/prefs_receive.c
10049         * src/prefs_receive.h
10050         * src/prefs_send.c
10051         * src/prefs_send.h
10052         * src/prefs_spelling.c
10053         * src/prefs_summaries.c
10054         * src/prefs_summary_column.c
10055         * src/prefs_template.c
10056         * src/prefs_themes.c
10057         * src/prefs_toolbar.c
10058         * src/prefs_wrapping.c
10059         * src/procmime.c
10060         * src/procmsg.c
10061         * src/send_message.h
10062         * src/ssl_manager.c
10063         * src/summary_search.c
10064         * src/summaryview.c
10065         * src/textview.c
10066         * src/wizard.c
10067         * src/common/smtp.c
10068         * src/common/smtp.h
10069         * src/gtk/gtkutils.h
10070                 o Move the rest of Common prefs to new style
10071                 o Lots of -Wall warning fixes
10072                 o fix FIXME in cache memusage calculation
10073                 o Let return receipts be sent from any account
10074                 o Little cache optimisation (read)
10075                 o Fix bug #746 (don't treat commas as separators
10076                   when inside a quoted string)
10077
10078 2005-05-31 [paul]       1.9.11cvs27
10079
10080         * src/prefs_common.c
10081                 fix 'off-by-one' typo
10082
10083 2005-05-31 [paul]       1.9.11cvs26
10084
10085         * src/account.c
10086         * src/addr_compl.c
10087         * src/compose.c
10088         * src/foldersel.c
10089         * src/prefs_actions.c
10090         * src/prefs_common.c
10091         * src/prefs_common.h
10092         * src/prefs_customheader.c
10093         * src/prefs_display_header.c
10094         * src/prefs_filtering.c
10095         * src/prefs_filtering_action.c
10096         * src/prefs_matcher.c
10097         * src/prefs_summaries.c
10098         * src/prefs_summary_column.c
10099         * src/prefs_template.c
10100         * src/prefs_toolbar.c
10101         * src/ssl_manager.c
10102         * src/gtk/pluginwindow.c
10103         * src/gtk/prefswindow.c
10104         * src/gtk/progressdialog.c
10105                 add hidden prefs 'enable_rules_hint'
10106                 for gtk_tree_view_set_rules_hint()
10107                 (sync with main)
10108                 
10109
10110 2005-05-31 [colin]      1.9.11cvs25
10111
10112         * src/Makefile.am
10113         * src/main.c
10114         * src/prefs_common.c
10115         * src/prefs_summaries.c ** ADDED **
10116         * src/prefs_summaries.h ** ADDED **
10117                 Common/Display -> Display/Summaries
10118
10119 2005-05-31 [colin]      1.9.11cvs24
10120
10121         * src/Makefile.am
10122         * src/main.c
10123         * src/prefs_quote.c ** ADDED **
10124         * src/prefs_quote.h ** ADDED **
10125                 Move Common/Quote to Compose/Quoting
10126         * src/prefs_common.c
10127         * src/prefs_common.h
10128                 Remove old quote stuff, add
10129                 convenience functions for GtkTextView prefs
10130         * src/gtk/prefswindow.c
10131                 Set default height higher
10132
10133 2005-05-30 [colin]      1.9.11cvs23
10134
10135         * src/Makefile.am
10136         * src/main.c
10137         * src/prefs_common.c
10138         * src/prefs_compose_writing.c ** ADDED **
10139         * src/prefs_compose_writing.h ** ADDED **
10140                 Move Common/Compose prefs to Compose/Writing
10141
10142 2005-05-30 [colin]      1.9.11cvs22
10143
10144         * src/common/utils.c
10145                 Fix bug #651 (Confused Attract by Subject)
10146                 Patch by M. Benkmann <haferfrost@web.de>
10147         * AUTHORS
10148
10149 2005-05-30 [colin]      1.9.11cvs21
10150
10151         * src/compose.c
10152                 Fix concatenation of different headers of
10153                 the same type (bug #645)
10154         * src/prefs_folder_item.c
10155                 Fix bug #699 (setting color to black doesn't
10156                 work immediately)
10157         * src/procmime.c
10158                 Print out decoding error only once per
10159                 block
10160
10161 2005-05-30 [paul]       1.9.11cvs20
10162
10163         * src/common/template.c
10164                 fix Bcc
10165
10166 2005-05-30 [paul]       1.9.11cvs19
10167
10168         * doc/src/rfc2368.txt   **NEW FILE**
10169         * src/compose.c
10170                 compose_entries_set(): don't interpret Bcc
10171                 header field (conform to RFC 2368)
10172                 (sync with main)
10173
10174 2005-05-29 [colin]      1.9.11cvs18
10175
10176         * src/prefs_common.c
10177                 Let the default reply format respect
10178                 netiquette by cutting the signature.
10179
10180 2005-05-29 [colin]      1.9.11cvs17
10181
10182         * src/summaryview.c
10183                 Don't let always_show_msg override
10184                 open_unread_on_enter when opening a new
10185                 directory.
10186
10187 2005-05-27 [paul]       1.9.11cvs16
10188
10189         sync with main:
10190
10191         * src/main.c
10192                 app_will_exit(): cleanup tmp directory when exit
10193         * src/message_search.c
10194                 improved the interface and made code cleanup.
10195                 removed Clear button
10196         * src/send_message.c
10197                 send_message_local(): use GSpawn, and detect errors
10198         * src/summary_search.c
10199                 improved the interface and made code cleanup
10200         * src/textview.c
10201                 textview_write_link(): also skip non-ascii space
10202                  at the head of link strings (phishing check
10203                  didn't work at the case)
10204         * src/common/utils.c
10205                 get_command_output(): use g_spawn_command_line_sync()
10206                 instead of popen()
10207
10208 2005-05-26 [colin]      1.9.11cvs15
10209
10210         * src/folder.c
10211                 remove printf
10212
10213 2005-05-26 [colin]      1.9.11cvs14
10214
10215         * src/common/nntp.c
10216                 Fix nntp mode reader (bug #611)
10217                 Patch by Florian Mickler <florian@mickler.org>
10218
10219 2005-05-26 [colin]      1.9.11cvs13
10220
10221         * src/plugins/pgpmime/passphrase.c
10222                 Fix mouse grabbing (bug #557)
10223
10224 2005-05-26 [colin]      1.9.11cvs12
10225
10226         * src/prefs_themes.c
10227                 Fix g_warning (bug #541)
10228
10229 2005-05-26 [colin]      1.9.11cvs11
10230
10231         * src/prefs_actions.c
10232         * src/prefs_template.c
10233                 Fix bug #506 (no warning if action/template
10234                 is not saved)
10235         * src/common/template.c
10236                 Fix a possible crash
10237
10238 2005-05-26 [colin]      1.9.11cvs10
10239
10240         * src/folder.c
10241         * src/folderview.c
10242         * src/procmsg.c
10243         * src/summaryview.c
10244                 Forbid locked messages to be moved or
10245                 deleted. Locked messages in trashes 
10246                 still get deleted, for performance
10247                 reason (mh.c::mh_remove_all_msgs)
10248
10249 2005-05-25 [colin]      1.9.11cvs9
10250
10251         * src/procmime.c
10252                 Use correct encoding when sending mails
10253                 with attachments that have accentued 
10254                 chars in their name
10255
10256 2005-05-24 [colin]      1.9.11cvs8
10257
10258         * src/summaryview.c
10259                 Fix bug #688 f) read/unread marker not
10260                 changed on first click
10261                 Also, optimize summary_status_show()
10262                 calls
10263         * src/folder.c
10264         * src/inc.c
10265         * src/procmime.c
10266                 Fix bug #688 b) and c) wrt message
10267                 attachments and signature
10268         * src/stock_pixmap.c
10269         * src/stock_pixmap.h
10270         * src/stock_pixmap.c
10271         * src/stock_pixmap.h
10272         * src/Makefile.am
10273         * src/pixmaps/clip_gpg_signed.xpm
10274                 Add clip/signed icon
10275
10276 2005-05-24 [colin]      1.9.11cvs7
10277
10278         * src/folder_item_prefs.c
10279                 whitespace fix
10280
10281 2005-05-24 [colin]      1.9.11cvs6
10282
10283         * src/folderview.c
10284         * src/prefs_common.c
10285         * src/prefs_common.h
10286                 Add a confirmation to folder drag and drop
10287                 fixes bug #156
10288         * src/alertpanel.c
10289         * src/alertpanel.h
10290                 fix _with_disable parameters so that
10291                 the buttons labels are specifiable too
10292         * src/plugins/pgpmime/sgpgme.c
10293                 reflect said change
10294                 
10295
10296 2005-05-24 [colin]      1.9.11cvs5
10297
10298         * src/folderview.c
10299                 Uncollapse/collapse folders on double-click
10300                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10301                 closes bug #108
10302
10303 2005-05-23 [colin]      1.9.11cvs4
10304
10305         * src/common/socket.c
10306                 Check another special SSL_peek() error.
10307                 Should help wrt bug #728
10308
10309 2005-05-23 [colin]      1.9.11cvs3
10310
10311         * src/plugins/pgpmime/pgpmime.c
10312                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10313                 breaking menu accelerators and stuff. Users will have to
10314                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10315                 account's privacy preferences if needed.
10316
10317 2005-05-22 [paul]
10318
10319         * tools/kdeservicemenu/install.sh
10320                 use kdesu to prompt for root password if doing
10321                 global install/uninstall
10322
10323 2005-05-20 [colin]      1.9.11cvs2
10324
10325         * src/procmsg.c
10326                 Fix another compilation error with gcc-2.9x
10327                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10328         * src/send_message.c
10329                 Don't send QUIT if we aren't connected
10330
10331 2005-05-19 [colin]      1.9.11cvs1
10332
10333         * src/procmsg.c
10334                 Fix compilation with gcc 2.9x
10335
10336 2005-05-19 [paul]       1.9.11
10337
10338         1.9.11 released
10339
10340 2005-05-19 [paul]       1.9.9cvs14
10341
10342         * src/gtk/inputdialog.c
10343                 prevent gettext warning
10344
10345 2005-05-19 [paul]       1.9.9cvs13
10346
10347         * src/mainwindow.c
10348         * src/prefs_common.c
10349         * src/prefs_common.h
10350         * src/textview.c
10351         * src/textview.h
10352                 add an option to toggle cursor in message
10353                 view (sync with main)
10354
10355 2005-05-18 [colin]      1.9.9cvs12
10356
10357         * src/compose.c
10358                 Dereference freed pointer
10359         * src/gtk/gtkaspell.c
10360                 Fix duplication of dictionaries (is it an aspell issue?)
10361
10362 2005-05-18 [colin]      1.9.9cvs11
10363
10364         * src/gtk/inputdialog.c
10365         * src/gtk/gtkaspell.c
10366                 HIGuify dialogs
10367         * src/alertpanel.c
10368                 Remove a double call
10369
10370 2005-05-17 [colin]      1.9.9cvs10
10371
10372         * src/gtk/gtkaspell.c
10373                 Fix dialogs, Ctrl-Enter accel
10374
10375 2005-05-17 [colin]      1.9.9cvs9
10376
10377         * src/gtk/gtkaspell.c
10378                 Fix some accelerators, escape in replace-window
10379
10380 2005-05-16 [colin]      1.9.9cvs8
10381
10382         * src/gtk/gtkaspell.c
10383                 Revert last commit, it was a mistake.
10384
10385 2005-05-16 [colin]      1.9.9cvs7
10386
10387         * src/gtk/gtkaspell.c
10388                 Remove buggy code while we're at it. It's a 
10389                 dead code path anyway.
10390
10391 2005-05-16 [colin]      1.9.9cvs6
10392
10393         * src/gtk/gtkaspell.c
10394                 Missed some gtk_menu_popup where deactivate
10395                 signal should be handled. Should fix bug
10396                 #629 a bit more.
10397
10398 2005-05-16 [colin]      1.9.9cvs5
10399
10400         * src/gtk/gtkaspell.c
10401                 Remove debug printf()s
10402
10403 2005-05-16 [colin]      1.9.9cvs4
10404
10405         * src/gtk/gtkaspell.c
10406                 Fix a bit aspell problems
10407                 (see bug #629)
10408
10409 2005-05-13 [colin]      1.9.9cvs3
10410
10411         * src/folderview.c
10412                 Fix the + appearing even when no subfolders
10413                 have unread messages. Thanks to wwp for the
10414                 bug report.
10415
10416 2005-05-11 [paul]       1.9.9cvs2
10417
10418         * src/folderview.c
10419                 correction to 1.9.9cvs1, only colour folders that
10420                 have new msgs (not unread msgs)
10421
10422 2005-05-10 [colin]      1.9.9cvs1
10423
10424         * src/folderview.c
10425         * src/summaryview.c
10426                 Try to fix bolding bugs again.
10427
10428 2005-05-09 [paul]
10429
10430         * tools/claws.i18n.status.pl
10431                 add Ricardo Mones Lastra's script that has been providing
10432                 the i18n status page for many months
10433
10434 2005-05-09 [paul]       1.9.9
10435
10436         1.9.9 release
10437
10438 2005-05-09 [paul]       1.9.6cvs58
10439
10440         * AUTHORS
10441         * INSTALL
10442         * README.claws
10443                 updated
10444         * Makefile.am 
10445         * RELEASE_NOTES.claws
10446                 add release notes to cvs to simplify release
10447                 procedure
10448         * configure.ac
10449                 add ca and fi to ALL_LINGUAS
10450         * po/Makefile.in.in
10451                 workaround for missing Makevars
10452         * po/ca.po
10453         * po/fi.po
10454                 add new Catalan and Finnish translations
10455                 submitted by Miquel Oliete and Flammie Pirinen
10456         * po/de.po
10457         * po/es.po
10458         * po/fr.po
10459         * po/it.po
10460         * po/pl.po
10461         * po/ru.po
10462         * po/sk.po
10463         * po/sr.po
10464         * po/zh_CN.po
10465                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10466                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10467                 Urke MMI, and Hansom Young
10468         * src/main.c
10469                 Fix drafting when quitting. compose_draft() closes the
10470                 compose windows, which modifies the compose_list GSList.
10471                 We have to refresh this list after echo drafting to avoid a
10472                 segfault
10473         * src/partial_download.c
10474                 fix segfault on exit
10475
10476 2005-05-06 [paul]       1.9.6cvs57
10477
10478         * src/grouplistdialog.c
10479                 quick fix/workaround for unresizeable newsgroup
10480                 name column 
10481
10482 2005-05-06 [paul]       1.9.6cvs56
10483
10484         * src/inc.c
10485         * src/mainwindow.c
10486                 use gettext plural forms
10487         * src/imap_gtk.c
10488         * src/mh_gtk.c
10489         * src/toolbar.c
10490                 small improvement to english usage
10491
10492 2005-05-05 [thorsten]   1.9.6cvs55
10493
10494         * src/folder.c
10495                 fix possible crash
10496
10497 2005-05-05 [paul]       1.9.6cvs54
10498         
10499         sync with HEAD
10500
10501         * AUTHORS
10502         * src/compose.c
10503                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10504                 patch by Tim Mann
10505
10506 2005-05-05 [paul]       1.9.6cvs53
10507
10508         * src/mainwindow.c
10509                 fix resizing of separate message and
10510                 folder views
10511
10512 2005-05-05 [paul]       1.9.6cvs52
10513
10514         * src/account.c
10515         * src/addrgather.c
10516         * src/browseldap.c
10517         * src/exphtmldlg.c
10518         * src/expldifdlg.c
10519         * src/importmutt.c
10520         * src/importpine.c
10521         * src/main.c
10522         * src/mainwindow.c
10523         * src/noticeview.c
10524         * src/prefs_filtering.c
10525         * src/prefs_filtering_action.c
10526         * src/prefs_matcher.c
10527         * src/prefs_spelling.c
10528         * src/prefs_toolbar.c
10529         * src/toolbar.c
10530         * src/wizard.c
10531         * src/gtk/description_window.c
10532         * src/gtk/gtkvscrollbutton.c
10533         * src/gtk/progressdialog.c
10534         * src/gtk/quicksearch.c
10535         * src/plugins/pgpmime/prefs_gpg.c
10536         * src/plugins/spamassassin/spamassassin_gtk.c
10537                 replace deprecated gtk_widget_set_usize
10538
10539 2005-05-04 [colin]      1.9.6cvs51
10540
10541         * src/common/utils.c
10542                 Fix crash when subst_for_filename is called
10543                 with a NULL parameter
10544
10545 2005-05-04 [colin]      1.9.6cvs50
10546
10547         * src/partial_download.c
10548         * src/pop.c
10549                 Escape login when writing uidl file
10550                 fixes bug #736
10551
10552 2005-05-03 [colin]      1.9.6cvs49
10553
10554         * src/procmime.c
10555                 Fix possible DOS in mime parser
10556                 (see bug #634)
10557
10558 2005-05-02 [colin]      1.9.6cvs48
10559
10560         * src/compose.c
10561                 Try to fix the copy/paste mess once again.
10562
10563
10564 2005-04-30 [colin]      1.9.6cvs47
10565
10566         * src/prefs_account.h
10567         * src/procmsg.c
10568         * src/send_message.c
10569         * src/common/smtp.c
10570         * src/common/smtp.h
10571                 Try to batch sending mails (per account) instead of
10572                 reconnecting to server every time.
10573
10574 2005-04-29 [colin]      1.9.6cvs46
10575
10576         * src/messageview.c
10577                 Fix window resizing that refused to size down
10578         * src/prefs_common.c
10579         * src/prefs_common.h
10580         * src/prefs_filtering.c
10581                 Save Filtering's window size
10582
10583 2005-04-21 [paul]       1.9.6cvs45
10584
10585         * ChangeLog-gtk2.claws
10586         * src/setup.c
10587                 correction to sync
10588
10589 2005-04-21 [paul]       1.9.6cvs44
10590
10591         sync with main:
10592
10593         * src/setup.c
10594         * src/statusbar.c
10595         * src/statusbar.h
10596                 use gtkut_widget_draw_now(). Improved performance
10597                 of the update of statusbar
10598         * src/textview.c
10599                 textview_smooth_scroll_do(): redraw it after scroll
10600                 is done (fixed incorrect display when a part of the
10601                 view is hidden).
10602         * src/gtk/gtkutils.c
10603         * src/gtk/gtkutils.h
10604                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10605                 to force update of widgets.
10606                 Removed gtkut_widget_wait_for_draw() which had a big
10607                 overhead  because of waiting for all events processed 
10608
10609 2005-04-20 [paul]       1.9.6cvs43
10610
10611         * src/codeconv.c
10612                 complete 1.9.6cvs42's sync:
10613                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10614
10615 2005-04-19 [paul]       1.9.6cvs42
10616
10617         sync with main:
10618
10619         * src/action.c
10620                 catch_output(): correctly select the insert text
10621                 (fix invalid iterator warnings).
10622         * src/codeconv.c
10623         * src/codeconv.h
10624         * src/mainwindow.c
10625         * src/messageview.c
10626         * src/prefs_common.c
10627                 support GBK encoding.
10628         * src/common/session.c
10629         * src/common/session.h
10630                 use separate buffer for large data to be sent,
10631                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10632
10633 2005-04-18 [paul]       1.9.6cvs41
10634
10635         * src/jpilot.c
10636                 convert unsigned long into guint32
10637                 patch by Paul LeoNerd Evans 
10638
10639 2005-04-17 [colin]      1.9.6cvs40
10640
10641         * src/compose.c
10642                 Fix 'Request return receipt' from folder
10643                 properties (bug #708)
10644
10645 2005-04-17 [colin]      1.9.6cvs39
10646
10647         * src/mainwindow.c
10648                 Fix duplicate hotkeys in Mainwindow's menu
10649
10650 2005-04-17 [colin]      1.9.6cvs38
10651
10652         * src/folderview.c
10653                 Fix duplicate hotkeys in Folderview's contextual
10654                 menu
10655
10656 2005-04-15 [colin]      1.9.6cvs37
10657
10658         * src/summaryview.c
10659                 Fix 'Save as...' with non-ascii filenames
10660
10661 2005-04-15 [colin]      1.9.6cvs36
10662
10663         * src/plugins/pgpmime/pgpmime.c
10664                 Fix bus error on 64bit. Spotted by 
10665                 macallan1888@gmail.com
10666
10667 2005-04-15 [colin]      1.9.6cvs35
10668
10669         * src/prefs_account.c
10670                 Fix cvs34.
10671
10672 2005-04-12 [colin]      1.9.6cvs34
10673
10674         * src/prefs_account.c
10675                 Fix smtp auth type off-by-one. We forgot to
10676                 add PLAIN in the prefs-to-gui setter func and
10677                 as a result, the selected auth when opening
10678                 account prefs was not the correct one.
10679
10680 2005-04-12 [paul]       1.9.6cvs33
10681
10682         * src/inc.c
10683                 if the recv dialog is visible, Cancel only
10684                 cancels the current account
10685
10686
10687 2005-04-10 [colin]      1.9.6cvs32
10688
10689         * src/filtering.c
10690                 Copy score when copying FilteringActions
10691                 Fix bug #674
10692
10693 2005-04-10 [colin]      1.9.6cvs31
10694
10695         * src/inc.c
10696                 Make Message -> Receive -> Cancel cancel 
10697                 incorporation on all accounts. Fixes
10698                 bug #693
10699
10700 2005-04-10 [colin]      1.9.6cvs30
10701
10702         * src/prefs_account.c
10703                 Update Privacy checkbuttons status based
10704                 on the selected privacy system
10705         * src/compose.c
10706                 Always connect the "None" privacy system; the
10707                 static boolean was probably there to avoid
10708                 reconnecting twice in the same compose window,
10709                 but as the parent function is only called once
10710                 per compose, it's only a bug - as a static is
10711                 initialized once per application instance.
10712                 Also, don't uncheck Sign and Encrypt when
10713                 selecting None as privacy system; just ignore
10714                 them when sending/queuing.
10715                 Should fix bug #695
10716
10717 2005-04-08 [colin]      1.9.6cvs29
10718
10719         * src/account.c
10720         * src/prefs_account.c
10721         * src/prefs_account.h
10722                 Add account preference to queue message in a certain
10723                 folder.
10724
10725 2005-04-06 [colin]      1.9.6cvs28
10726
10727         * src/prefs_account.c
10728                 Update old inbox path syntax
10729
10730 2005-04-06 [paul]       1.9.6cvs27
10731
10732         sync with main:
10733
10734         * configure.ac
10735                 changed -traditional-cpp to -no-cpp-precomp for newer
10736                 Mac OS X support
10737         * src/foldersel.c
10738                 made column resize automatically
10739         * src/send_message.c
10740                 send_message_smtp(): consider EOF right after QUIT
10741                 successful (workaround for Gmail SMTP server)
10742         * src/common/socket.c
10743                 ssl_read(), ssl_peek(): check EOF which violates the
10744                 SSL protocol
10745         * src/gtk/colorlabel.c
10746                 removed warnings when displaying colorlabel menu
10747                 (don't use GtkAlignment)
10748
10749 2005-04-05 [paul]       1.9.6cvs26
10750
10751         * src/plugins/trayicon/trayicon.c
10752                 fix clipping of icon under KDE3 
10753
10754 2005-04-05 [paul]       1.9.6cvs25
10755
10756         * src/summaryview.c
10757                 hide display of threading
10758                 patch by Alfons
10759
10760 2005-04-04 [thorsten]   1.9.6cvs24
10761
10762         * src/mh.c
10763                 marks lost on filesystems with different stat() results on
10764                 summer-/wintertime
10765
10766 2005-04-03 [colin]      1.9.6cvs23
10767
10768         * src/summaryview.c
10769                 Don't handle up/down. Patch by Alfons
10770
10771 2005-04-02 [colin]      1.9.6cvs22
10772
10773         * src/summaryview.c
10774                 Make scrolling faster. Patch by Alfons.
10775
10776 2005-04-01 [colin]      1.9.6cvs21
10777
10778         * src/Makefile.am
10779         * src/stock_pixmap.c
10780         * src/pixmaps/dir-noselect.xpm ** REMOVED **
10781         * src/pixmaps/dir_noselect.xpm ** ADDED **
10782                 Fix pixmap name mismatch (Thanks Stephan Sachse)
10783
10784 2005-04-01 [colin]      1.9.6cvs20
10785
10786         * src/image_viewer.c
10787         * src/image_viewer.h
10788         * src/procmime.c
10789         * src/procmime.h
10790         * src/textview.c
10791         * src/textview.h
10792                 Implement inline image resizing and right-clicking
10793
10794 2005-04-01 [paul]       1.9.6cvs19
10795
10796         * AUTHORS
10797         * Makefile.am
10798         * configure.ac
10799                 check for gnome2
10800                 patch by Luca Cavalli <loopback<AT>slackit.org>
10801         * po/ru.po
10802                 updated by Pavlo Bohmat
10803
10804 2005-03-31 [colin]      1.9.6cvs18
10805
10806         * src/news.c
10807                 Fix parsing references
10808         * src/msgcache.c
10809                 don't put nulls in the references list
10810         * src/procheader.c
10811                 commit that forgotten file in 1.9.6cvs14
10812
10813 2005-03-31 [colin]      1.9.6cvs17
10814
10815         * src/compose.c
10816                 Fix joining of signature separator again. 
10817                 Maybe Hiro could put it in main too...
10818
10819 2005-03-31 [colin]      1.9.6cvs16
10820
10821         * src/Makefile.am
10822         * src/foldersel.c
10823         * src/stock_pixmap.c
10824         * src/stock_pixmap.h
10825         * src/pixmaps/dir-noselect.xpm
10826                 Update foldersel.c (sync from main, patch by Alfons)
10827
10828 2005-03-30 [colin]      1.9.6cvs15
10829
10830         * src/imap.c
10831                 Fix handling of imap folders containing [] in 
10832                 their name. Thanks to Nahuel Angelinetti for
10833                 the detailed bugreport.
10834
10835 2005-03-30 [colin]      1.9.6cvs14
10836
10837         * src/common/utils.h
10838         * src/common/utils.c
10839         * src/common/defs.h
10840         * src/matcher.c
10841         * src/msgcache.c
10842         * src/news.c
10843         * src/procmsg.c
10844         * src/procmsg.h
10845         * src/quote_fmt_parse.y
10846         * src/summaryview.c
10847                 Update references system. Patch by Alfons
10848
10849 2005-03-30 [colin]      1.9.6cvs13
10850
10851         * src/common/socket.c
10852                 Force the glibc to read resolv.conf again when 
10853                 it has changed. Should fix issues when changing
10854                 networks on a laptop and not restarting sylpheed. 
10855
10856 2005-03-30 [paul]       1.9.6cvs12
10857
10858         partial sync with main:
10859
10860         * src/action.c
10861                 create_io_dialog(): use user-defined text font
10862                 (thanks to Alfons), and modified its appearance.
10863         * src/addrgather.c
10864         * src/addrharvest.c
10865         * src/browseldap.c
10866                 replace old code
10867         * src/compose.c
10868                 don't join (presumably) itemized lines on line-wrapping
10869                 fixed wrapping of quote when auto-wrapping is enabled
10870                 compose_destroy(): destroy paned only if it's not
10871                 attached to window. Fixed memory leak of popup menu.
10872         * src/exphtmldlg.c
10873         * src/expldifdlg.c
10874                 replace old code
10875         * src/html.c
10876         * src/html.h
10877         * src/importmutt.c
10878         * src/importpine.c
10879                 replace old code
10880         * src/main.c
10881                 removed redundant code
10882         * src/mainwindow.c
10883                 changed 'Code set' (which is rather incorrect)
10884                 in the menu to 'Character encoding'
10885                 main_window_set_widgets(): request size first
10886                 to prevent window size becoming wrong
10887                 fixed remembering of the state of the visibility
10888                 of MessageView
10889         * src/messageview.c
10890                 changed 'Code set' (which is rather incorrect)
10891                 in the menu to 'Character encoding'
10892         * src/prefs_common.c
10893         * src/prefs_common.h
10894                 added an option whether to render HTML as text or not
10895                 added separators to outgoing encoding menu
10896         * src/procheader.c
10897                 procheader_scan_date_string(): support header
10898                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
10899         * src/summaryview.c
10900         * src/summaryview.h
10901                 minor code cleanup
10902         * src/textview.c
10903                 textview_show_html(): force output of newline
10904                 added an option whether to render HTML as text or not
10905         * src/common/utils.c
10906                 strncpy2(): optimized based on Alfons' code
10907         * src/gtk/gtkutils.c
10908         * src/gtk/gtkutils.h
10909                 removed non-used code
10910         * src/plugins/pgpmime/passphrase.c
10911                 partially fixed grab input of passphrase dialog
10912                 Confine pointer to window
10913
10914 2005-03-30 [colin]      1.9.6cvs11
10915
10916         * src/msgcache.c
10917         * src/msgcache.h
10918                 Read/write 32bit ints from cache & marks
10919                 From main.
10920
10921 2005-03-29 [paul]       1.9.6cvs10
10922
10923         * AUTHORS
10924         * ChangeLog.claws
10925         * src/compose.c
10926         * src/gtk/gtkaspell.c
10927                 sync with HEAD (don't pass NULL pointers) 
10928
10929 2005-03-24 [paul]
10930
10931         * tools/Makefile.am
10932         * tools/README
10933         * tools/acroread2sylpheed.pl
10934                 sync with HEAD (add script to send pdfs as
10935                 attachments from Adobe Reader 7)
10936
10937 2005-03-21 [paul]       1.9.6cvs9
10938
10939         * configure.ac
10940         * po/POTFILES.in
10941         * src/Makefile.am
10942         * src/crash.c
10943         * src/image_viewer.c ** ADDED **
10944         * src/image_viewer.h ** ADDED **
10945         * src/main.c
10946         * src/prefs_common.c
10947         * src/prefs_common.h
10948         * src/prefs_image_viewer.c ** ADDED **
10949         * src/prefs_image_viewer.h ** ADDED **
10950         * src/textview.c
10951         * src/gtk/about.c
10952         * src/pixmaps/sylpheed_logo.xpm
10953         * src/plugins/Makefile.am
10954         * src/plugins/image_viewer/.cvsignore ** REMOVED **
10955         * src/plugins/image_viewer/Makefile.am ** REMOVED **
10956         * src/plugins/image_viewer/plugin.c ** REMOVED **
10957         * src/plugins/image_viewer/viewer.c ** REMOVED **
10958         * src/plugins/image_viewer/viewer.glade ** REMOVED **
10959         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
10960         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
10961         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
10962         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
10963                 as gdk-pixbuf is now built-in
10964                 remove image_viewer plugin and put code back into
10965                 main codebase
10966                 implement inline image display (sync with main)
10967
10968                 replace logo with newer, nicer, larger version  
10969
10970 2005-03-21 [paul]       1.9.6cvs8
10971
10972         * src/gtk/about.c
10973                 cosmetic improvement
10974
10975 2005-03-21 [holger]     1.9.6cvs7
10976
10977         * src/plugins/spamassassin/spamassassin.c
10978                 Sync with HEAD
10979                 (unregister hook on failed plugin init)
10980
10981 2005-03-20 [colin]      1.9.6cvs6
10982
10983         * src/common/plugin.c
10984                 Check that plugin isn't already loaded
10985                 Patch by Alfons
10986
10987 2005-03-20 [thorsten]   1.9.6cvs5
10988
10989         * src/compose.c
10990                 use a more compatible syntax
10991
10992 2005-03-20 [thorsten]   1.9.6cvs4
10993
10994         * src/prefs_toolbar.c
10995                 fix crash when selecting toolbar item (uninitialized pointer)
10996
10997 2005-03-20 [thorsten]   1.9.6cvs3
10998
10999         * src/procmime.c
11000                 fix mimetype detection (referenced free()d string)
11001
11002 2005-03-20 [paul]       1.9.6cvs2
11003
11004         * src/compose.c
11005                 sync with HEAD (1.0.3cvs5)
11006                 neglect Reply-To header if empty
11007                 Patch by Alfons 
11008
11009 2005-03-19 [holger]     1.9.6cvs1
11010
11011         * src/summaryview.c
11012         * src/summaryview.h
11013                 Sync with HEAD
11014
11015 2005-03-18 [paul]       1.9.6
11016
11017         initial GTK2 release
11018
11019 2005-03-18 [paul]       1.0.3cvs3.1
11020
11021         * AUTHORS
11022         * ChangeLog.claws
11023         * configure.ac
11024         * src/gtk/about.c
11025         * src/pixmaps/sylpheed_logo.xpm
11026                 sync with HEAD
11027
11028 2005-03-18 [colin]      1.0.3cvs2.6
11029
11030         * src/summaryview.c
11031                 Remove call to summary_step in summary_copy_selected_to
11032                 Can't see its purpose, and this causes bug when copying
11033                 a message if the next one is unread: it reads it.
11034
11035 2005-03-18 [paul]       1.0.3cvs2.5
11036
11037         * src/foldersel.c
11038                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11039
11040 2005-03-18 [paul]       1.0.3cvs2.4
11041
11042         * src/addrharvest.c
11043         * src/codeconv.c
11044         * src/codeconv.h
11045         * src/compose.c
11046         * src/news.c
11047         * src/procheader.c
11048         * src/procmime.c
11049         * src/unmime.c
11050         * src/unmime.h
11051                 fix buffer overflow, CAN-2005-0667, see
11052                 http://secunia.com/advisories/14491/
11053                 Patch by Alfons
11054
11055 2005-03-17 [colin]      1.0.3cvs2.3
11056
11057         * src/prefs_fonts.c
11058         * src/summaryview.c
11059                 Fix font bugs (both lists now officialy share 
11060                 the same font)
11061                 
11062
11063 2005-03-17 [paul]       1.0.3cvs2.2
11064
11065         * src/gtk/pluginwindow.c
11066                 make plugin descriptions uneditable
11067
11068 2005-03-11 [paul]       1.0.3cvs2.1
11069
11070         * ChangeLog.claws
11071         * configure.ac
11072         * po/POTFILES.in
11073         * src/plugins/trayicon/trayicon.c
11074                 sync with HEAD
11075                 add src/wizard.c to POTFILES.in
11076
11077 2005-03-11 [paul]       1.0.3cvs1.1
11078
11079         * ChangeLog
11080         * ChangeLog.claws
11081         * configure.ac
11082         * po/de.po
11083         * po/es.po
11084         * po/fr.po
11085         * po/it.po
11086         * po/pt_BR.po
11087         * po/ru.po
11088         * po/sk.po
11089         * po/sr.po
11090         * po/zh_CN.po
11091                 sync with HEAD
11092
11093 2005-03-04 [colin]      1.0.1cvs22.2
11094
11095         * src/compose.c
11096                 Fix signatures with accentued chars in it
11097
11098 2005-03-04 [colin]      1.0.1cvs22.1
11099
11100         * src/common/smtp.c
11101         * src/common/smtp.h
11102                 Don't use SIZE param in MAIL FROM: if server 
11103                 doesn't support it. Patch by Eugen Freiter
11104                 <eugen_f@users.sf.net>
11105
11106 2005-02-27 [paul]       1.0.1cvs20.1
11107
11108         * ChangeLog.claws
11109         * configure.ac
11110         * src/messageview.c
11111                 sync with HEAD
11112
11113 2005-02-27 [colin]      1.0.1cvs19.4
11114
11115         * src/procheader.c
11116         * src/procheader.h
11117                 Fix prototypes. Patch by Alfons
11118
11119 2005-02-27 [colin]      1.0.1cvs19.3
11120
11121         * src/compose.c
11122                 Don't auto-join the signature separator.
11123
11124 2005-02-26 [colin]      1.0.1cvs19.2
11125
11126         * src/summaryview.c
11127                 Fix 'mark all read' with collapsed threads.
11128                 Patch by Alfons.
11129
11130 2005-02-25 [paul]       1.0.1cvs19.1
11131
11132         * ChangeLog.claws
11133         * configure.ac
11134         * src/prefs_account.c
11135         * src/prefs_folder_item.c
11136         * src/gtk/prefswindow.c
11137         * src/gtk/prefswindow.h
11138                 sync with HEAD
11139
11140 2005-02-25 [paul]       1.0.1cvs15.12
11141
11142         * src/alertpanel.c
11143         * src/codeconv.c
11144         * src/compose.c
11145         * src/textview.c
11146         * src/gtk/gtkutils.c
11147         * src/gtk/gtkutils.h
11148         * src/gtk/logwindow.c
11149         * src/gtk/progressdialog.c
11150                 sync with main (revision 127)
11151                 and fix logwindow clipping
11152
11153 2005-02-24 [colin]      1.0.1cvs15.11
11154
11155         * src/plugins/pgpmime/passphrase.c
11156                 Disable input grabbing; it doesn't work yet.
11157
11158 2005-02-24 [colin]      1.0.1cvs15.10
11159
11160         * src/messageview.c
11161                 Don't send out receipts if offline. Ask.
11162
11163 2005-02-23 [colin]      1.0.1cvs15.9
11164
11165         * src/summaryview.c     
11166                 Fix expanding
11167
11168 2005-02-23 [colin]      1.0.1cvs15.8
11169
11170         * src/summaryview.c
11171                 Really fix Bug 568 by removing useless
11172                 calls. summary_thread_init() now called
11173                 in summary_sort(). This should please
11174                 Alfons as it should be faster than 
11175                 previously.
11176
11177 2005-02-23 [colin]      1.0.1cvs15.7
11178
11179         * src/compose.c
11180                 Encode parts as QP or B64 if signing
11181
11182 2005-02-23 [colin]      1.0.1cvs15.6
11183
11184         * src/compose.c
11185                 Fix Mimeinfo leakage (including tmp files)
11186         * src/procmsg.c
11187                 Fix tmp file leakage (spotted by Ivan Rayner)
11188
11189 2005-02-22 [colin]      1.0.1cvs15.5
11190
11191         * src/expldifdlg.c
11192                 Fix keyboard input. Patch by Alfons.
11193
11194 2005-02-21 [colin]      1.0.1cvs15.4
11195
11196         * src/compose.c
11197                 Fix Sign/Encrypt when unselecting privacy
11198                 system
11199         * src/prefs_common.c
11200                 Change default message font to Monospace
11201         * src/summaryview.c
11202                 More freezing during potentially large operations
11203
11204 2005-02-21 [paul]       1.0.1cvs15.3
11205
11206         * src/main.c
11207                 fix --help output
11208
11209 2005-02-21 [paul]       1.0.1cvs15.2
11210
11211         * po/Makefile.in.in
11212         * src/compose.c
11213         * src/summaryview.c
11214         * src/textview.c
11215         * src/common/utils.c
11216         * src/common/utils.h
11217                 sync with main (revision 117)
11218
11219 2005-02-20 [colin]      1.0.1cvs15.1
11220
11221         * src/common/defs.h
11222                 Change cache file to .sylpheed_claws_cache, as
11223                 suggested by Alfons. Allows people to switch
11224                 between Sylpheed and Sylpheed-Claws. it is
11225                 a good idea to "Check for new messages" at next
11226                 startup.
11227
11228
11229 2005-02-18 [colin]      1.0.1cvs14.1
11230
11231         * src/quote_fmt_lex.l
11232         * src/quote_fmt_parse.y
11233                 Fix parser initialisation. Patch by Ivan.
11234
11235 2005-02-18 [colin]      1.0.1cvs11.6
11236
11237         * src/folderview.c
11238                 Fix scrolldown (bug 662)
11239
11240 2005-02-17 [colin]      1.0.1cvs11.5
11241
11242         * src/codeconv.c
11243                 conv_filename_to_utf8: return clean 7bit instead
11244                 of broken utf8 if needed
11245         * src/mimeview.c
11246                 Fix display of parts with unclean 8bit names
11247
11248 2005-02-17 [paul]       1.0.1cvs11.4
11249
11250         * src/compose.c
11251         * src/exportldif.c
11252         * src/matcher_parser_parse.y
11253         * src/procmime.c
11254         * src/sourcewindow.c
11255         * src/common/Makefile.am
11256         * src/common/intl.h             ** REMOVED **
11257         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11258                 sync with main (revision 109)
11259                 and clean up
11260
11261 2005-02-16 [colin]      1.0.1cvs11.3
11262
11263         * src/summaryview.c
11264                 Fix collapsed thread not highlighting when new
11265                 messages in it (Bug 568) Patch by Stephan Sachse.
11266                 Fix messed up selection when reaching bounds (Bug 632)
11267         * src/prefs_themes.c
11268                 Fix theme installing (Bug 684)
11269
11270 2005-02-16 [colin]      1.0.1cvs11.2
11271
11272         * src/messageview.c
11273                 Fix messageview_select_all
11274
11275 2005-02-16 [colin]      1.0.1cvs11.1
11276
11277         * src/mh.c
11278                 Sync with HEAD (MH scan required function)
11279
11280 2005-02-15 [colin]      1.0.1cvs8.1
11281
11282         * src/mimeview.c
11283         * src/common/utils.c
11284                 Sync with HEAD (filename chars substitution)
11285
11286 2005-02-15 [colin]      1.0.1cvs7.3
11287
11288         * src/gtk/pluginwindow.c
11289                 Fix button spacing
11290
11291 2005-02-15 [colin]      1.0.1cvs7.2
11292
11293         * src/mimeview.c
11294                 Fix mime icons not reset across message when
11295                 scrolled down
11296
11297 2005-02-15 [colin]      1.0.1cvs7.1
11298
11299         * src/compose.c
11300         * src/procmime.c
11301                 Sync with HEAD (optimisation of cvs6)
11302
11303 2005-02-14 [colin]      1.0.1cvs6.1
11304
11305         * src/compose.c
11306         * src/procmime.c
11307                 Sync with HEAD (encode "From " at line beginning)
11308
11309 2005-02-14 [colin]      1.0.1cvs5.3
11310
11311         * src/compose.c
11312                 Fix wrapping with accentued chars.
11313
11314 2005-02-13 [colin]      1.0.1cvs5.2
11315
11316         * src/textview.c
11317                 Fix email informative part parsing with
11318                 accentued chars in it. ispunct() returns
11319                 true for them in utf8...
11320
11321 2005-02-12 [colin]      1.0.1cvs5.1
11322
11323         * src/filtering.c
11324                 Sync with HEAD (remove wrong use of compose after send)
11325
11326 2005-02-12 [paul]       1.0.1cvs4.5
11327
11328         * src/textview.c
11329                 remove unnecessary code (thanks to Alfons)
11330
11331 2005-02-12 [paul]       1.0.1cvs4.4
11332
11333         * src/textview.c
11334                 add 'Copy' to contextual menu on emails
11335
11336 2005-02-11 [colin]      1.0.1cvs4.3
11337
11338         * src/compose.c
11339                 revert 1.0.0cvs28.2, it doesn't work that well.
11340
11341 2005-02-11 [paul]       1.0.1cvs4.2
11342
11343         * po/Makefile.in.in
11344                 fix 'make release'
11345
11346 2005-02-10 [paul]       1.0.1cvs4.1
11347
11348         * ChangeLog
11349         * ChangeLog.claws
11350         * ChangeLog.jp
11351         * configure.ac
11352         * src/compose.c
11353                 sync with HEAD (sync with main)
11354
11355 2005-02-10 [paul]       1.0.1cvs3.2
11356
11357         * AUTHORS
11358         * Makefile.am
11359         * autogen.sh
11360         * configure.ac
11361         * config/mkinstalldirs
11362         * intl/.cvsignore
11363         * intl/ChangeLog
11364         * intl/VERSION
11365         * intl/bindtextdom.c
11366         * intl/config.charset
11367         * intl/dcgettext.c
11368         * intl/dcigettext.c
11369         * intl/dcngettext.c
11370         * intl/dgettext.c
11371         * intl/dngettext.c
11372         * intl/eval-plural.h
11373         * intl/explodename.c
11374         * intl/finddomain.c
11375         * intl/gettext.c
11376         * intl/gettextP.h
11377         * intl/gmo.h
11378         * intl/hash-string.h
11379         * intl/intl-compat.c
11380         * intl/l10nflist.c
11381         * intl/libgnuintl.h.in
11382         * intl/loadinfo.h
11383         * intl/loadmsgcat.c
11384         * intl/localcharset.c
11385         * intl/localcharset.h
11386         * intl/locale.alias
11387         * intl/localealias.c
11388         * intl/localename.c
11389         * intl/log.c
11390         * intl/ngettext.c
11391         * intl/os2compat.c
11392         * intl/os2compat.h
11393         * intl/osdep.c
11394         * intl/plural-exp.c
11395         * intl/plural-exp.h
11396         * intl/plural.c
11397         * intl/plural.y
11398         * intl/ref-add.sin
11399         * intl/ref-del.sin
11400         * intl/relocatable.c
11401         * intl/relocatable.h
11402         * intl/textdomain.c
11403         * m4/Makefile.am
11404         * po/Makefile.in.in
11405         * src/Makefile.am
11406         * src/account.c
11407         * src/action.c
11408         * src/addr_compl.c
11409         * src/addressadd.c
11410         * src/addressbook.c
11411         * src/addrgather.c
11412         * src/addrindex.c
11413         * src/alertpanel.c
11414         * src/browseldap.c
11415         * src/codeconv.c
11416         * src/codeconv.h
11417         * src/compose.c
11418         * src/compose.h
11419         * src/crash.c
11420         * src/editaddress.c
11421         * src/editbook.c
11422         * src/editgroup.c
11423         * src/editjpilot.c
11424         * src/editldap.c
11425         * src/editldap_basedn.c
11426         * src/editvcard.c
11427         * src/exphtmldlg.c
11428         * src/expldifdlg.c
11429         * src/export.c
11430         * src/exporthtml.c
11431         * src/filtering.c
11432         * src/folder.c
11433         * src/folder_item_prefs.c
11434         * src/foldersel.c
11435         * src/folderview.c
11436         * src/grouplistdialog.c
11437         * src/headerview.c
11438         * src/imap.c
11439         * src/imap_gtk.c
11440         * src/import.c
11441         * src/importldif.c
11442         * src/importmutt.c
11443         * src/importpine.c
11444         * src/inc.c
11445         * src/ldif.c
11446         * src/main.c
11447         * src/mainwindow.c
11448         * src/matcher.c
11449         * src/mbox.c
11450         * src/message_search.c
11451         * src/messageview.c
11452         * src/mh.c
11453         * src/mh_gtk.c
11454         * src/mimeview.c
11455         * src/msgcache.c
11456         * src/news.c
11457         * src/news_gtk.c
11458         * src/noticeview.c
11459         * src/partial_download.c
11460         * src/pop.c
11461         * src/prefs_account.c
11462         * src/prefs_actions.c
11463         * src/prefs_common.c
11464         * src/prefs_customheader.c
11465         * src/prefs_display_header.c
11466         * src/prefs_ext_prog.c
11467         * src/prefs_filtering.c
11468         * src/prefs_filtering_action.c
11469         * src/prefs_folder_item.c
11470         * src/prefs_fonts.c
11471         * src/prefs_gtk.c
11472         * src/prefs_matcher.c
11473         * src/prefs_msg_colors.c
11474         * src/prefs_spelling.c
11475         * src/prefs_summary_column.c
11476         * src/prefs_template.c
11477         * src/prefs_themes.c
11478         * src/prefs_toolbar.c
11479         * src/prefs_wrapping.c
11480         * src/privacy.c
11481         * src/procheader.c
11482         * src/procmime.c
11483         * src/procmsg.c
11484         * src/quote_fmt.c
11485         * src/recv.c
11486         * src/send_message.c
11487         * src/setup.c
11488         * src/sourcewindow.c
11489         * src/ssl_manager.c
11490         * src/statusbar.c
11491         * src/summary_search.c
11492         * src/summaryview.c
11493         * src/textview.c
11494         * src/toolbar.c
11495         * src/wizard.c
11496         * src/common/nntp.c
11497         * src/common/plugin.c
11498         * src/common/smtp.c
11499         * src/common/ssl.c
11500         * src/common/ssl_certificate.c
11501         * src/common/string_match.c
11502         * src/common/sylpheed.c
11503         * src/common/template.c
11504         * src/common/utils.c
11505         * src/gtk/about.c
11506         * src/gtk/colorlabel.c
11507         * src/gtk/description_window.c
11508         * src/gtk/filesel.c
11509         * src/gtk/foldersort.c
11510         * src/gtk/gtkaspell.c
11511         * src/gtk/gtkutils.c
11512         * src/gtk/inputdialog.c
11513         * src/gtk/logwindow.c
11514         * src/gtk/menu.c
11515         * src/gtk/pluginwindow.c
11516         * src/gtk/prefswindow.c
11517         * src/gtk/progressdialog.c
11518         * src/gtk/quicksearch.c
11519         * src/gtk/sslcertwindow.c
11520         * src/plugins/clamav/clamav_plugin.c
11521         * src/plugins/clamav/clamav_plugin_gtk.c
11522         * src/plugins/demo/demo.c
11523         * src/plugins/dillo_viewer/dillo_prefs.c
11524         * src/plugins/dillo_viewer/dillo_viewer.c
11525         * src/plugins/image_viewer/plugin.c
11526         * src/plugins/image_viewer/viewer.c
11527         * src/plugins/image_viewer/viewerprefs.c
11528         * src/plugins/mathml_viewer/mathml_viewer.c
11529         * src/plugins/pgpmime/passphrase.c
11530         * src/plugins/pgpmime/plugin.c
11531         * src/plugins/pgpmime/prefs_gpg.c
11532         * src/plugins/pgpmime/select-keys.c
11533         * src/plugins/pgpmime/sgpgme.c
11534         * src/plugins/spamassassin/spamassassin.c
11535         * src/plugins/spamassassin/spamassassin_gtk.c
11536         * src/plugins/trayicon/trayicon.c
11537                 sync with main (revision 104)
11538
11539 2005-02-10 [colin]      1.0.1cvs3.1
11540
11541         * src/mainwindow.c
11542                 Sync with HEAD (fix occasional crasher)
11543
11544 2005-02-10 [colin]      1.0.1cvs2.1
11545
11546         * src/messageview.c
11547                 Synw with HEAD (don't automatically display html)
11548
11549 2005-02-09 [colin]      1.0.1cvs1.3
11550
11551         * src/textview.c
11552         * src/textview.h
11553                 Add contextual menu on emails
11554
11555 2005-02-09 [colin]      1.0.1cvs1.2
11556
11557         * src/codeconv.c
11558                 Fix converting from broken headers and 
11559                 put back the _ in missing places
11560                 (feature broke with cvs24.2 sync, main 
11561                  possibly affected?)
11562
11563 2005-02-09 [colin]      1.0.1cvs1.1
11564
11565         * src/messageview.c
11566         * src/mimeview.c
11567         * src/mimeview.h
11568                 Sync with HEAD (display non text/plain mails with plugin)
11569
11570 2005-02-08 [colin]      1.0.1.1
11571
11572         * ChangeLog.claws
11573         * po/pt_BR.po
11574                 Sync with HEAD
11575         * configure.ac
11576                 Make default configuration directory 
11577                 be .sylpheed-gtk2
11578
11579 2005-02-08 [colin]      1.0.0cvs29.1
11580
11581         * po/de.po
11582         * po/es.po
11583         * po/fr.po
11584         * po/it.po
11585         * po/sk.po
11586         * po/sr.po
11587                 Sync translations with HEAD
11588
11589 2005-02-06 [colin]      1.0.0cvs28.3
11590
11591         * src/compose.c
11592                 Make compose a bit faster - patch by Alfons.
11593
11594 2005-02-06 [colin]      1.0.0cvs28.2
11595
11596         * src/compose.c
11597                 Make pasting via middle-click more reliable
11598
11599 2005-02-05 [paul]       1.0.0cvs28.1
11600
11601         * ChangeLog
11602         * ChangeLog.claws
11603         * ChangeLog.jp
11604         * configure.ac
11605         * src/compose.c
11606                 sync with HEAD
11607                 (fix bug 682 'redirect is broken'
11608
11609 2005-02-05 [torte]      1.0.0cvs27.1
11610
11611         * ChangeLog.claws
11612         * configure.ac
11613         * src/partial_download.c
11614                 Sync with HEAD (fix buf overflow)
11615
11616 2005-02-03 [colin]      1.0.0cvs26.1
11617
11618         * src/common/plugin.c
11619                 Sync with HEAD (avoid plugin mismatches)
11620
11621 2005-02-03 [paul]       1.0.0cvs25.3
11622
11623         * src/folderview.c
11624         * src/headerview.c
11625         * src/summaryview.c
11626         * src/textview.c
11627         * src/gtk/colorlabel.c
11628                 third and final part of initial sync with main-gtk2
11629
11630 2005-02-03 [paul]       1.0.0cvs25.2
11631
11632         * src/jpilot.c
11633                 fix building with jpilot support
11634
11635 2005-02-02 [colin]      1.0.0cvs25.1
11636
11637         * src/messageview.c
11638                 Sync with HEAD (fix dangerous typo)
11639
11640 2005-02-01 [colin]      1.0.0cvs24.3
11641
11642         * src/common/xml.c
11643                 Write file as advertised (UTF-8)
11644
11645 2005-02-01 [paul]       1.0.0cvs24.2
11646
11647         * src/addrbook.c
11648         * src/addrindex.c
11649         * src/alertpanel.h
11650         * src/codeconv.c
11651         * src/codeconv.h
11652         * src/compose.c
11653         * src/export.c
11654         * src/folder_item_prefs.c
11655         * src/html.c
11656         * src/imap.c
11657         * src/import.c
11658         * src/jpilot.c
11659         * src/mainwindow.c
11660         * src/matcher_parser_lex.l
11661         * src/messageview.c
11662         * src/mh.c
11663         * src/prefs_account.c
11664         * src/prefs_actions.c
11665         * src/prefs_common.c
11666         * src/prefs_gtk.c
11667         * src/prefs_gtk.h
11668         * src/prefs_themes.c
11669         * src/procheader.c
11670         * src/procmime.c
11671         * src/sourcewindow.c
11672         * src/statusbar.c
11673         * src/summaryview.c
11674         * src/textview.c
11675         * src/toolbar.c
11676         * src/unmime.c
11677         * src/common/template.c
11678         * src/common/utils.c
11679         * src/common/xml.c
11680         * src/common/xml.h
11681         * src/gtk/gtkaspell.c
11682         * src/plugins/clamav/clamav_plugin.c
11683         * src/plugins/dillo_viewer/dillo_prefs.c
11684         * src/plugins/image_viewer/viewerprefs.c
11685         * src/plugins/pgpmime/passphrase.c
11686         * src/plugins/pgpmime/prefs_gpg.c
11687         * src/plugins/pgpmime/select-keys.c
11688         * src/plugins/spamassassin/spamassassin.c
11689                 second part of initial sync with main-gtk2
11690                 (more to follow)
11691
11692 2005-01-31 [colin]      1.0.0cvs24.1
11693
11694         * src/compose.c
11695                 Sync with HEAD
11696
11697 2005-01-29 [paul]       1.0.0cvs23.2
11698
11699         * src/account.c
11700         * src/action.c
11701         * src/addressadd.c
11702         * src/addressbook.c
11703         * src/alertpanel.c
11704         * src/compose.c
11705         * src/editaddress.c
11706         * src/editbook.c
11707         * src/editgroup.c
11708         * src/editjpilot.c
11709         * src/editldap.c
11710         * src/editldap_basedn.c
11711         * src/editvcard.c
11712         * src/export.c
11713         * src/foldersel.c
11714         * src/grouplistdialog.c
11715         * src/import.c
11716         * src/importldif.c
11717         * src/inc.c
11718         * src/main.c
11719         * src/mainwindow.c
11720         * src/message_search.c
11721         * src/messageview.c
11722         * src/mimeview.c
11723         * src/prefs_actions.c
11724         * src/prefs_common.c
11725         * src/prefs_common.h
11726         * src/prefs_customheader.c
11727         * src/prefs_display_header.c
11728         * src/prefs_filtering.c
11729         * src/prefs_filtering_action.c
11730         * src/prefs_gtk.c
11731         * src/prefs_matcher.c
11732         * src/prefs_summary_column.c
11733         * src/prefs_template.c
11734         * src/sourcewindow.c
11735         * src/summary_search.c
11736         * src/summaryview.c
11737         * src/textview.c
11738         * src/gtk/about.c
11739         * src/gtk/description_window.c
11740         * src/gtk/gtkshruler.c
11741         * src/gtk/gtkutils.c
11742         * src/gtk/gtkutils.h
11743         * src/gtk/inputdialog.c
11744         * src/gtk/logwindow.c
11745         * src/gtk/prefswindow.c
11746         * src/gtk/progressdialog.c
11747         * src/gtk/progressdialog.h
11748                 first part of initial sync with main-gtk2
11749                 (more to follow)
11750
11751 2005-01-28 [colin]      1.0.0cvs23.1
11752
11753         * src/folderview.c
11754                 Sync with HEAD
11755
11756 2005-01-27 [colin]      1.0.0cvs21.1
11757
11758         * src/folder.c
11759         * src/folderview.c
11760                 Sync with HEAD
11761
11762 2005-01-27 [colin]      1.0.0cvs19.1
11763
11764         * src/procmime.c
11765                 Sync with HEAD
11766
11767 2005-01-27 [colin]      1.0.0cvs18.1
11768
11769         * src/messageview.c
11770         * src/summaryview.c
11771         * src/mainwindow.c
11772         * src/compose.c
11773         * src/compose.h
11774         * src/procmsg.c
11775         * src/procmsg.h
11776         * src/toolbar.c
11777                 Sync with HEAD
11778
11779 2005-01-26 [paul]       1.0.0cvs15.2
11780
11781         * src/compose.c
11782                 compose_entries_set(): convert subject and body to
11783                 utf8 if necessary. patch by Felix Eckhofer
11784
11785 2005-01-26 [paul]       1.0.0cvs15.1
11786
11787         * configure.ac
11788         * src/common/template.c
11789                 sync with HEAD (fix memory leak)
11790
11791 2005-01-25 [paul]       1.0.0cvs14.1
11792
11793         * configure.ac
11794         * src/compose.c
11795                 sync with HEAD
11796
11797 2005-01-24 [colin]      1.0.0cvs13.1
11798
11799         * src/summaryview.c
11800                 Sync with HEAD
11801
11802 2005-01-24 [paul]       1.0.0cvs12.1
11803
11804         * configure.ac
11805         * src/messageview.c
11806         * src/mh.c
11807         * src/common/utils.c
11808                 sync with HEAD
11809
11810 2005-01-24 [colin]      1.0.0cvs11.1
11811
11812         * src/procheader.c
11813                 Sync with HEAD
11814
11815 2005-01-24 [colin]      1.0.0cvs10.1
11816
11817         * src/folderview.c
11818                 Sync with HEAD
11819
11820 2005-01-23 [colin]      1.0.0cvs9.1
11821
11822         * src/crash.c
11823                 Sync with HEAD
11824
11825 2005-01-22 [colin]      1.0.0cvs8.1
11826
11827         * src/summaryview.c
11828         * src/gtk/quicksearch.c
11829                 Sync with HEAD
11830
11831 2005-01-21 [colin]      1.0.0cvs7.1
11832
11833         * src/summaryview.c
11834                 Sync with HEAD
11835
11836 2005-01-21 [colin]      1.0.0cvs6.1
11837
11838         * src/summaryview.c
11839                 Sync with HEAD
11840
11841 2005-01-21 [colin]      1.0.0cvs5.1
11842
11843         * src/gtk/quicksearch.c
11844         * src/prefs_common.c
11845         * src/prefs_common.h
11846                 Sync with HEAD (recurse option)
11847
11848 2005-01-21 [colin]      1.0.0cvs4.1
11849
11850         * src/folder.h
11851         * src/folderview.c
11852         * src/folderview.h
11853         * src/summaryview.c
11854         * src/gtk/quicksearch.c
11855         * src/gtk/quicksearch.h
11856                 Sync with HEAD (recursive quicksearch)
11857
11858 2005-01-20 [colin]      1.0.0cvs3.4
11859
11860         * src/ssl_manager.c
11861                 Remove useless code
11862
11863 2005-01-20 [colin]      1.0.0cvs3.3
11864
11865         * src/ssl_manager.c
11866                 Fix leak, thanks to Alfons.
11867
11868 2005-01-20 [colin]      1.0.0cvs3.2
11869
11870         * src/ssl_manager.c
11871                 Port SSL certificate window to GTK2.
11872
11873 2005-01-20 [paul]       1.0.0cvs3.1
11874
11875         * ChangeLog.claws
11876         * configure.ac
11877         * src/addrindex.c
11878         * src/addrindex.h
11879                 sync with HEAD
11880
11881 2005-01-19 [colin]      1.0.0cvs2.2
11882
11883         * src/plugins/trayicon/trayicon.c
11884                 Fix freeze with gtk-2.6, the easy way
11885                 (signal blocking helpless there...)
11886                 Closes bug #668.
11887
11888 2005-01-19 [colin]      1.0.0cvs2.1
11889
11890         * src/mbox.c
11891         * src/mbox.h
11892         * src/mainwindow.c
11893         * src/summaryview.c
11894         * src/summaryview.h
11895                 Sync with HEAD
11896
11897 2005-01-19 [paul]       1.0.0cvs1.1
11898
11899         * configure.ac
11900         * po/de.po
11901         * po/es.po
11902         * po/fr.po
11903         * po/hr.po
11904         * po/it.po
11905         * po/ja.po
11906         * po/ko.po
11907         * po/pt_BR.po
11908         * po/ru.po
11909         * po/sk.po
11910         * po/sr.po
11911                 sync with HEAD (update translations)
11912
11913 2005-01-18 [colin]      1.0.0cvs0.1
11914
11915         * src/foldersel.c
11916                 Specify search column - patch by Alfons
11917
11918 2005-01-18 [colin]      0.9.13cvs36.3
11919
11920         * src/prefs_toolbar.c
11921                 Change Delete to Remove
11922         * src/prefs_fonts.c
11923                 GTK2 version and leak fixes
11924         * src/prefs_actions.c
11925                 Add stock buttons.
11926                 All patches by Alfons
11927
11928 2005-01-17 [colin]      0.9.13cvs36.2
11929
11930         * src/compose.c
11931                 Fix DnD inserting twice. While at it,
11932                 add DnD support for text/plain in the
11933                 body, and add support in the headers.
11934
11935 2005-01-16 [colin]      0.9.13cvs36.1
11936
11937         * ChangeLog
11938         * ChangeLog.jp
11939         * ChangeLog.claws
11940                 Sync with HEAD (nothing applicable)
11941
11942 2005-01-16 [colin]      0.9.13cvs33.2
11943
11944         * src/prefs_toolbar.c
11945                 GTK2ize prefs_toolbar, by Alfons.
11946
11947 2005-01-14 [colin]      0.9.13cvs33.1
11948
11949         * src/html.c
11950         * src/msgcache.c
11951                 Sync with HEAD
11952
11953 2005-01-14 [colin]      0.9.13cvs32.1
11954
11955         * src/html.c
11956         * src/html.h
11957         * src/msgcache.c
11958         * AUTHORS
11959         * tools/calypso_convert.pl
11960                 Sync with HEAD
11961
11962 2005-01-08 [colin]      0.9.13cvs29.2
11963
11964         * src/prefs_filtering_action.c
11965         * src/prefs_filtering.c
11966                 2 more gtk2 patches by Alfons
11967
11968 2005-01-07 [paul]       0.9.13cvs29.1
11969
11970         * ChangeLog
11971         * ChangeLog.claws
11972         * ChangeLog.jp
11973         * configure.ac
11974         * src/pop.c
11975         * src/pop.h
11976                 sync with HEAD
11977
11978 2005-01-07 [colin]      0.9.13cvs28.3
11979
11980         * src/gtk/progressdialog.c
11981         * src/gtk/progressdialog.h
11982         * src/inc.c
11983         * src/send_message.c
11984                 GTK2 for the incorporation dialog. The CList isn't dead
11985                 yet, for a more smooth migration. Patch by Alfons.
11986
11987 2005-01-06 [colin]      0.9.13cvs28.2
11988
11989         * src/prefs_display_header.c
11990                 GTK2 conversion by Alfons
11991         * src/prefs_actions.c
11992         * src/prefs_matcher.c
11993                 Fix 2 leaks - patch by Alfons
11994
11995 2005-01-06 [colin]      0.9.13cvs28.1
11996
11997         * src/prefs_matcher.c
11998                 Sync with HEAD
11999
12000 2005-01-06 [colin]      0.9.13cvs27.4
12001
12002         * src/prefs_matcher.c
12003                 Fix double-free. Patch by Alfons
12004
12005 2005-01-06 [colin]      0.9.13cvs27.3
12006
12007         * src/prefs_matcher.c
12008                 GTK2 widgets + memleak
12009                 Patch by Alfons
12010
12011 2005-01-05 [colin]      0.9.13cvs27.2
12012
12013         * src/account.c
12014         * src/addr_compl.c
12015         * src/foldersel.c
12016         * src/stock_pixmap.c
12017         * src/stock_pixmap.h
12018                 3 more GTK2 patches by Alfons.
12019
12020 2005-01-04 [colin]      0.9.13cvs27.1
12021
12022         * src/folderview.c
12023         * src/imap_gtk.c
12024         * src/news_gtk.c
12025                 Sync with HEAD
12026
12027 2005-01-04 [colin]      0.9.13cvs25.9
12028
12029         * src/compose.c
12030                 Fix Show Ruler menuitem
12031         * src/prefs_template.c
12032                 Convert to GTK2
12033         * src/common/utils.c
12034                 Make auto pointer stuff handles NULLs
12035                 Patches by Alfons.
12036
12037 2005-01-04 [colin]      0.9.13cvs25.8
12038
12039         * src/compose.c
12040                 Move the attachment list to gtk2
12041                 Patch by Alfons.
12042
12043 2005-01-04 [colin]      0.9.13cvs25.7
12044
12045         * src/textview.c
12046                 Make some keys work again
12047                 Patch by SungHyun Nam <namsh@kldp.org>
12048
12049 2005-01-04 [colin]      0.9.13cvs25.6
12050
12051         * src/gtk/gtkshruler.c
12052                 Move the ruler to GTK2
12053                 Patch by Alfons
12054
12055 2005-01-03 [colin]      0.9.13cvs25.5
12056
12057         * src/compose.c
12058                 Fix my broken patch apply 
12059
12060 2005-01-03 [colin]      0.9.13cvs25.4
12061
12062         * src/common/utils.c
12063         * src/common/utils.h
12064         * src/gtk/prefswindow.c
12065                 Move auto pointer stuff to utils.c
12066                 Patch by Alfons again :)
12067
12068 2005-01-03 [colin]      0.9.13cvs25.3
12069
12070         * src/compose.c
12071         * src/prefs_gtk.c
12072         * src/prefs_template.c
12073         * src/textview.c
12074                 Empty text widgets with empty strings, not NULL char
12075                 Patch by SungHyun Nam <namsh@kldp_org>
12076
12077 2005-01-03 [colin]      0.9.13cvs25.2
12078
12079         * src/main.c
12080         * AUTHORS
12081                 Sync with HEAD
12082
12083 2005-01-03 [colin]      0.9.13cvs25.1
12084
12085         * src/pop.c
12086         * src/pop.h
12087                 Sync with HEAD
12088
12089 2005-01-03 [colin]      0.9.13cvs24.3
12090
12091         * src/account.c
12092                 Two patches from Alfons and Alex S Moore:
12093                 fix images, fix return value.
12094
12095 2005-01-01 [colin]      0.9.13cvs24.2
12096
12097         * src/prefs_actions.c
12098                 Fix over-zealous assertion. Patch by Alfons
12099
12100 2005-01-01 [colin]      0.9.13cvs24.1
12101
12102         * src/procmime.c
12103                 Sync with HEAD (leak fix)
12104
12105 2004-12-31 [colin]      0.9.13cvs23.2
12106
12107         * src/prefs_common.c
12108                 GTK2 widgets + stock buttons - patch by Alfons
12109
12110 2004-12-31 [paul]       0.9.13cvs23.1
12111
12112         * configure.ac
12113                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12114         * src/gtk/pluginwindow.c
12115                 use GTK2 widgets and plug memory leaks,
12116                 patches by Alfons
12117
12118 2004-12-30 [colin]      0.9.13cvs22.4
12119
12120         * src/account.c
12121         * src/action.c
12122         * src/export.c
12123         * src/foldersel.c
12124         * src/import.c
12125         * src/message_search.c
12126         * src/prefs_actions.c
12127         * src/prefs_common.c
12128         * src/prefs_customheader.c
12129         * src/prefs_filtering.c
12130         * src/prefs_summary_column.c
12131         * src/summary_search.c
12132         * src/gtk/about.c
12133         * src/gtk/description_window.c
12134         * src/gtk/gtkutils.c
12135         * src/gtk/gtkutils.h
12136         * src/gtk/inputdialog.c
12137         * src/gtk/prefswindow.c
12138                 Use GTK2 stock buttons. Patches by Alfons.
12139
12140 2004-12-30 [colin]      0.9.13cvs22.3
12141
12142         * src/account.c
12143                 Sync with HEAD
12144         * src/prefs_actions.c
12145         * src/prefs_customheader.c
12146         * src/prefs_filtering.c
12147         * src/prefs_msg_colors.c
12148         * src/prefs_summary_column.c
12149         * src/gtk/prefswindow.c
12150                 Use GtkTreeView instead of deprecated 
12151                 widgets. Patches by Alfons.
12152
12153 2004-12-30 [paul]       0.9.13cvs22.2
12154
12155         * src/foldersel.c
12156                 use GTK 2 Tree View
12157                 patch by Alfons, with root folder sorting fix
12158                 by Stephan Sachse
12159
12160 2004-12-30 [paul]       0.9.13cvs22.1
12161
12162         * ChangeLog
12163         * ChangeLog.claws
12164         * ChangeLog.jp
12165         * NEWS
12166         * configure.ac
12167         * src/account.c
12168                 sync with HEAD
12169
12170 2004-12-22 [martin]     0.9.13cvs21.2
12171
12172         * src/action.c
12173                 free the command line after its use
12174
12175 2004-12-18 [paul]       0.9.13cvs21.1
12176
12177         * AUTHORS
12178         * ChangeLog
12179         * ChangeLog.claws
12180         * ChangeLog.jp
12181         * NEWS
12182         * configure.ac
12183         * src/action.c
12184         * src/compose.c
12185         * src/syldap.c
12186                 sync with HEAD
12187
12188 2004-12-17 [martin]     0.9.13cvs17.2
12189
12190         * src/action.c
12191                 convert actions input to locale
12192         * src/inc.c
12193                 convert notification command to locale
12194         * src/plugins/pgpmime/select-keys.c
12195                 convert attributes to utf8
12196
12197 2004-12-14 [colin]      0.9.13cvs17.1
12198
12199         * ChangeLog
12200         * ChangeLog.jp
12201         * ChangeLog.claws
12202         * src/action.c
12203         * src/common/utils.c
12204         * src/gtk/prefswindow.c
12205         * src/gtk/gtkutils.c
12206         * src/gtk/gtkutils.h
12207         * src/plugins/spamassassin/libspamc.c
12208                 Sync with HEAD
12209
12210 2004-12-13 [colin]      0.9.13cvs14.1
12211
12212         * src/quote_fmt_parse.y
12213                 Sync with HEAD
12214
12215 2004-12-10 [colin]      0.9.13cvs12.1
12216
12217         * src/prefs_themes.c
12218         * src/mainwindow.c
12219         * src/messageview.c
12220                 Sync with HEAD
12221
12222 2004-12-09 [colin]      0.9.13cvs10.1
12223
12224         * src/procmime.c
12225                 Sync with HEAD (fix B64 encoding from memory)
12226
12227 2004-12-08 [colin]      0.9.13cvs9.1
12228
12229         * src/gtk/colorlabel.c
12230                 Sync with HEAD
12231
12232 2004-12-08 [paul]       0.9.13cvs8.2
12233
12234         * src/gtk/pluginwindow.c
12235                 fix window resizing oddities
12236
12237 2004-12-08 [colin]      0.9.13cvs8.1
12238
12239         * src/quote_fmt_parse.y
12240                 Sync with HEAD
12241
12242 2004-12-08 [colin]      0.9.13cvs7.1
12243
12244         * src/matcher_parser_parse.y
12245         * src/msgcache.c
12246         * src/prefs_matcher.c
12247         * src/procheader.c
12248         * src/matcher.c
12249         * src/common/defs.h
12250         * po/sr.po
12251                 Sync with HEAD
12252
12253 2004-12-08 [colin]      0.9.13cvs6.1
12254
12255         * src/quote_fmt_parse.y
12256         * src/textview.c
12257                 Sync with HEAD
12258         * src/gtk/prefswindow.c
12259         * src/gtk/pluginwindow.c
12260                 Fix G_CALLBACKS protos (thanks to Alfons)
12261
12262 2004-12-07 [torte]      0.9.13cvs2.2
12263
12264         * src/procmime.c
12265                 [Bug 650] reply button causes crash
12266                 Thanks to David Relson and Christoph
12267
12268 2004-12-07 [colin]      0.9.13cvs2.1
12269
12270         * ChangeLog.claws
12271         * AUTHORS
12272         * po/sk.po
12273         * src/procmime.c
12274         * src/prefs_account.c
12275         * src/common/smtp.c
12276         * src/common/smtp.h
12277                 Sync with HEAD
12278
12279 2004-12-06 [colin]      0.9.12cvs187.1
12280
12281         * ChangeLog.claws
12282         * INSTALL
12283         * Makefile.am
12284         * README.claws
12285         * TODO.claws
12286         * configure.ac
12287         * po/bg.po
12288         * po/cs.po
12289         * po/el.po
12290         * po/en_GB.po
12291         * po/es.po
12292         * po/fr.po
12293         * po/hr.po
12294         * po/hu.po
12295         * po/it.po
12296         * po/ja.po
12297         * po/ko.po
12298         * po/nl.po
12299         * po/pl.po
12300         * po/pt_BR.po
12301         * po/ru.po
12302         * po/sk.po
12303         * po/sr.po
12304         * po/sv.po
12305         * po/zh_CN.po
12306         * po/zh_TW.Big5.po
12307         * src/compose.c
12308         * tools/Makefile.am
12309         * tools/README
12310         * tools/filter_conv.pl
12311         * tools/kdeservicemenu/README
12312         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12313         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12314                 Sync with HEAD
12315
12316 2004-12-04 [colin]      0.9.12cvs183.1
12317
12318         * src/compose.c
12319                 Sync with HEAD (compose window position saving)
12320
12321 2004-12-04 [paul]       0.9.12cvs182.3
12322
12323         * src/messageview.c
12324         * src/mimeview.c
12325         * src/prefs_customheader.c
12326         * src/gtk/quicksearch.c
12327                 replace some forgotten GTK_SIGNAL_FUNCs
12328
12329 2004-12-04 [paul]       0.9.12cvs182.2
12330
12331         * src/Makefile.am
12332                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12333                 committed in error      
12334
12335 2004-12-04 [paul]       0.9.12cvs182.1
12336
12337         * ChangeLog
12338         * ChangeLog.claws
12339         * ChangeLog.jp
12340         * INSTALL
12341         * NEWS
12342         * README
12343         * README.jp
12344         * configure.ac
12345         * doc/manual/ja/Makefile.am
12346         * doc/manual/ja/sylpheed-1.html
12347         * doc/manual/ja/sylpheed-10.html
12348         * doc/manual/ja/sylpheed-11.html
12349         * doc/manual/ja/sylpheed-12.html
12350         * doc/manual/ja/sylpheed-13.html
12351         * doc/manual/ja/sylpheed-14.html
12352         * doc/manual/ja/sylpheed-15.html
12353         * doc/manual/ja/sylpheed-16.html
12354         * doc/manual/ja/sylpheed-17.html
12355         * doc/manual/ja/sylpheed-18.html
12356         * doc/manual/ja/sylpheed-19.html
12357         * doc/manual/ja/sylpheed-2.html
12358         * doc/manual/ja/sylpheed-20.html
12359         * doc/manual/ja/sylpheed-3.html
12360         * doc/manual/ja/sylpheed-4.html
12361         * doc/manual/ja/sylpheed-5.html
12362         * doc/manual/ja/sylpheed-6.html
12363         * doc/manual/ja/sylpheed-7.html
12364         * doc/manual/ja/sylpheed-8.html
12365         * doc/manual/ja/sylpheed-9.html
12366         * doc/manual/ja/sylpheed.html
12367         * doc/manual/ja/sylpheed.sgml
12368         * po/de.po
12369         * src/Makefile.am
12370         * src/compose.c
12371         * src/procmime.c
12372         * src/pixmaps/regular.xpm **REMOVED**
12373         * src/plugins/pgpmime/pgpmime.c
12374         * src/plugins/pgpmime/plugin.c
12375         * src/plugins/pgpmime/prefs_gpg.c
12376                 sync with HEAD
12377
12378 2004-12-03 [paul]       0.9.12cvs180.1
12379
12380         * ChangeLog
12381         * ChangeLog.claws
12382         * ChangeLog.jp
12383         * configure.ac
12384         * src/Makefile.am
12385         * src/pop.c
12386         * src/common/utils.c
12387         * src/common/utils.h
12388         * src/pixmaps/continue.xpm
12389         * src/pixmaps/dir_close.xpm
12390         * src/pixmaps/dir_open.xpm
12391         * src/pixmaps/drafts_close.xpm
12392         * src/pixmaps/drafts_open.xpm
12393         * src/pixmaps/folder.xpm **REMOVED**
12394         * src/pixmaps/group.xpm
12395         * src/pixmaps/unread.xpm
12396                 sync with HEAD
12397
12398 2004-12-02 [colin]      0.9.12cvs179.1
12399
12400         * src/compose.c
12401                 Sync with HEAD (non-duplicated reedition)
12402
12403 2004-12-02 [colin]      0.9.12cvs178.1
12404
12405         * src/compose.c
12406                 Sync with HEAD (linewrap_quote fix)
12407
12408 2004-12-01 [colin]      0.9.12cvs177.3
12409
12410         * src/addrharvest.c
12411                 Replace sizeof with strlen
12412
12413 2004-12-01 [paul]       0.9.12cvs177.2
12414
12415         * src/addrharvest.c
12416                 fix 'harvest addresses'
12417
12418 2004-11-30 [colin]      0.9.12cvs177.1
12419
12420         * src/gtk/prefswindow.c
12421         * src/gtk/pluginwindow.c
12422                 Sync with HEAD
12423
12424 2004-11-29 [colin]      0.9.12cvs176.1
12425
12426         * src/folderview.c
12427                 sync with HEAD (Fix disappearing separators in folderview's popup)
12428
12429 2004-11-29 [colin]      0.9.12cvs175.1
12430
12431         * src/procmime.c
12432                 Sync with head (another format fix)
12433
12434 2004-11-29 [colin]      0.9.12cvs174.1
12435
12436         * src/pop.c
12437                 Sync with HEAD (format string fix)
12438
12439 2004-11-26 [colin]      0.9.12cvs173.1
12440
12441         * src/common/smtp.c
12442         * src/common/smtp.h
12443                 Sync with HEAD
12444
12445 2004-11-24 [colin]      0.9.12cvs172.1
12446
12447         * src/plugins/pgpmime/pgpmime.c
12448                 Sync with HEAD
12449
12450 2004-11-24 [colin]      0.9.12cvs171.1
12451
12452         * src/plugins/pgpmime/pgpmime.c
12453                 Sync with head (gpgmectx leaks)
12454
12455 2004-11-24 [colin]      0.9.12cvs169.1
12456
12457         * src/plugins/pgpmime/plugin.c
12458         * src/plugins/trayicon/Makefile.am
12459         * src/plugins/trayicon/newmarkedmail.xpm
12460         * src/plugins/trayicon/trayicon.c
12461         * src/plugins/trayicon/unreadmarkedmail.xpm
12462                 Sync with HEAD
12463
12464 2004-11-23 [colin]      0.9.12cvs168.1
12465
12466         * src/partial_download.c
12467         * src/partial_download.h
12468         * src/plugins/pgpmime/plugin.c
12469                 Sync with HEAD
12470
12471 2004-11-23 [colin]      0.9.12cvs166.1
12472
12473         * src/Makefile.am
12474         * src/codeconv.c
12475         * src/compose.c
12476         * src/folderview.c
12477         * src/main.c
12478         * src/partial_download.c
12479         * src/partial_download.h
12480         * src/prefs_account.c
12481         * src/prefs_account.h
12482         * src/privacy.c
12483         * src/privacy.h
12484         * src/procmime.c
12485         * src/common/Makefile.am
12486         * src/common/base64.h
12487         * src/common/partial_download.c
12488         * src/common/partial_download.h
12489         * src/gtk/prefswindow.c
12490         * src/gtk/prefswindow.h
12491         * src/plugins/pgpmime/pgpmime.c
12492         * src/plugins/pgpmime/prefs_gpg.c
12493         * src/plugins/pgpmime/prefs_gpg.h
12494         * src/plugins/pgpmime/sgpgme.c
12495         * src/plugins/pgpmime/sgpgme.h
12496                 Sync with HEAD
12497
12498 2004-11-23 [colin]      0.9.12cvs163.1
12499
12500         * src/main.c
12501                 Sync with HEAD (cursor optimization)
12502
12503 2004-11-23 [colin]      0.9.12cvs162.1
12504
12505         * src/prefs_common.c
12506         * src/prefs_themes.c
12507         * src/procmsg.c
12508                 Sync with HEAD
12509
12510 2004-11-23 [colin]      0.9.12cvs158.9
12511
12512         * src/compose.c
12513                 Fix double-free when forwarding
12514         * src/msgcache.c
12515                 Fix leak on error path
12516                 
12517
12518 2004-11-23 [colin]      0.9.12cvs158.8
12519
12520         * src/compose.c
12521                 Fix possible double-free
12522                 Spotted by Alfons
12523
12524 2004-11-23 [colin]      0.9.12cvs158.7
12525
12526         * src/compose.c
12527                 Fix some signal handlers' prototypes
12528                 Spotted by Alfons
12529
12530 2004-11-22 [colin]      0.9.12cvs158.6
12531
12532         * src/compose.c
12533                 Remove unneeded code and duplicated
12534                 wrapping - patch by Alfons
12535
12536 2004-11-22 [colin]      0.9.12cvs158.5
12537
12538         * src/prefs_themes.c
12539                 Fix oversized selector
12540
12541 2004-11-22 [colin]      0.9.12cvs158.4
12542
12543         * src/compose.c
12544                 fix dump_text()
12545                 patch by Alfons
12546
12547 2004-11-19 [colin]      0.9.12cvs158.3
12548
12549         * src/textview.c
12550                 Add a context menu on links (open, copy)
12551
12552 2004-11-18 [paul]       0.9.12cvs158.2
12553
12554         * src/addrgather.c
12555         * src/exphtmldlg.c
12556         * src/expldifdlg.c
12557         * src/mimeview.c
12558         * src/prefs_common.c
12559         * src/plugins/image_viewer/viewer.c
12560         * src/plugins/spamassassin/spamassassin_gtk.c
12561                 replace deprecated gtk_notebook_set_page
12562                 and gtk_notebook_current_page
12563
12564 2004-11-18 [paul]       0.9.12cvs158.1
12565
12566         * configure.ac
12567         * src/compose.c
12568         * src/mainwindow.c
12569         * src/messageview.c
12570         * src/prefs_common.c
12571         * src/common/utils.c
12572         * src/common/utils.h
12573                 sync with HEAD
12574
12575 2004-11-17 [colin]      0.9.12cvs156.1
12576
12577         * src/prefs_account.c
12578         * src/prefs_account.h
12579         * src/procmsg.c
12580                 Sync with HEAD (add pref to store encrypted mails encrypted)
12581
12582 2004-11-17 [paul]       0.9.12cvs155.1
12583
12584         * ChangeLog
12585         * ChangeLog.claws
12586         * ChangeLog.jp
12587         * NEWS
12588         * configure.ac
12589         * src/compose.c
12590         * src/jpilot.c
12591         * src/privacy.c
12592         * src/procmime.c
12593         * src/procmime.h
12594         * src/procmsg.c
12595         * src/toolbar.c
12596         * src/pixmaps/error.xpm
12597                 sync with HEAD
12598
12599 2004-11-17 [colin]      0.9.12cvs151.1
12600
12601         * src/plugins/pgpmime/pgpmime.c
12602                 Sync with HEAD (remove debug printf)
12603
12604 2004-11-17 [colin]      0.9.12cvs150.1
12605
12606         * src/plugins/pgpmime/pgpmime.c
12607                 Sync with HEAD (off-by-one fix)
12608
12609 2004-11-17 [colin]      0.9.12cvs149.1
12610
12611         * src/procmsg.c
12612                 Sync with HEAD (coding style fixes)
12613
12614 2004-11-16 [colin]      0.9.12cvs148.1
12615
12616         * src/procmsg.c
12617                 Sync with head (Fix the fix)
12618
12619 2004-11-16 [colin]      0.9.12cvs147.1
12620
12621         * src/procmsg.c
12622                 Sync with Main (leak fix)
12623
12624 2004-11-16 [colin]      0.9.12cvs146.14
12625
12626         * src/compose.c
12627                 Remove useless chunk of code
12628                 Patch by Alfons
12629
12630 2004-11-15 [colin]      0.9.12cvs146.13
12631
12632         * src/compose.c
12633                 Fix drafting after insertion
12634                 Patch by Alfons
12635
12636 2004-11-15 [colin]      0.9.12cvs146.12
12637
12638         * src/compose.c
12639         * src/prefs_filtering.c
12640         * src/prefs_filtering_action.c
12641         * src/prefs_toolbar.c
12642                 Fix some const-correctness
12643
12644 2004-11-15 [colin]      0.9.12cvs146.11
12645
12646         * src/summaryview.c
12647         * src/prefs_themes.c
12648         * src/messageview.c
12649                 Fix some leaks
12650
12651 2004-11-15 [colin]      0.9.12cvs146.10
12652
12653         * src/codeconv.c
12654                 More unreadable locale fixes
12655
12656 2004-11-14 [colin]      0.9.12cvs146.9
12657
12658         * src/textview.c
12659                 Fix uri_security_check
12660                 Patch by Alfons
12661
12662 2004-11-13 [paul]       0.9.12cvs146.8
12663
12664         * src/folder.c
12665         * src/procmime.c
12666                 fix 2 bugs introduced in last commit
12667
12668 2004-11-13 [paul]       0.9.12cvs146.7
12669
12670         * src/compose.c
12671         * src/exporthtml.c
12672         * src/exportldif.c
12673         * src/folder.c
12674         * src/imap.c
12675         * src/imap_gtk.c
12676         * src/main.c
12677         * src/mainwindow.c
12678         * src/messageview.c
12679         * src/mh_gtk.c
12680         * src/prefs_themes.c
12681         * src/procmime.c
12682         * src/setup.c
12683         * src/summaryview.c
12684                 replace deprecated g_basename
12685
12686 2004-11-13 [paul]       0.9.12cvs146.6
12687
12688         * src/compose.c
12689         * src/imap.c
12690         * src/matcher_parser.h
12691         * src/matcher_parser_parse.y
12692         * src/prefs_filtering.c
12693         * src/prefs_filtering_action.c
12694         * src/prefs_themes.c
12695         * src/prefs_toolbar.c
12696         * src/common/utils.c
12697                 various small fixes/cleanups
12698
12699 2004-11-12 [colin]      0.9.12cvs146.5
12700
12701         * src/textview.c
12702                 Validate event's origin on visibility notify
12703                 Patch by Alfons.
12704
12705 2004-11-12 [paul]       0.9.12cvs146.4
12706
12707         * src/exporthtml.c
12708         * src/exportldif.c
12709         * src/imap.c
12710         * src/mh.c
12711         * src/mimeview.c
12712         * src/prefs_spelling.c
12713         * src/prefs_themes.c
12714                 replace deprecated g_dirname    
12715
12716 2004-11-12 [colin]      0.9.12cvs146.3
12717
12718         * src/textview.c
12719                 Some coding style fixes
12720
12721 2004-11-12 [colin]      0.9.12cvs146.2
12722
12723         * src/codeconv.c
12724                 We want to replace _all_ extended chars in
12725                 conv_unreadable_*, because any string containing
12726                 extended chars not parsing as UTF8 is 
12727                 undisplayed on gtk2.
12728
12729 2004-11-12 [paul]       0.9.12cvs146.1
12730
12731         * ChangeLog
12732         * ChangeLog.claws
12733         * ChangeLog.jp
12734         * NEWS
12735         * configure.ac
12736         * src/account.c
12737         * src/folderview.c
12738         * src/folderview.h
12739         * src/imap.c
12740         * src/imap_gtk.c
12741         * src/inc.c
12742         * src/mainwindow.c
12743         * src/mh_gtk.c
12744         * src/news_gtk.c
12745         * src/pop.c
12746         * src/prefs_account.c
12747         * src/prefs_account.h
12748         * src/prefs_ext_prog.c
12749         * src/procmime.c
12750         * src/procmime.h
12751         * src/procmsg.c
12752         * src/procmsg.h
12753         * src/summary_search.c
12754         * src/summaryview.c
12755         * src/textview.c
12756         * src/common/defs.h
12757         * src/common/utils.c
12758         * src/common/utils.h
12759         * src/gtk/menu.c
12760         * src/gtk/menu.h
12761                 sync with HEAD
12762
12763 2004-11-11 [colin]      0.9.12cvs144.2
12764
12765         * src/textview.c
12766                 Fix URI range selection (patch by Alfons)
12767
12768 2004-11-09 [colin]      0.9.12cvs144.1
12769
12770         * ChangeLog.claws
12771         * src/compose.c
12772         * src/folder.c
12773         * src/folder_item_prefs.c
12774         * src/prefs_account.c
12775         * src/prefs_account.h
12776         * src/plugins/pgpmime/pgpmime.c
12777                 Sync with HEAD
12778
12779 2004-11-08 [colin]      0.9.12cvs143.1
12780
12781         * src/summaryview.c
12782                 Sync with HEAD (optimize quicksearch)
12783
12784 2004-11-08 [colin]      0.9.12cvs142.2
12785
12786         * src/compose.c
12787                 Don't wrap when Edit/Auto wrapping is disabled
12788
12789 2004-11-08 [colin]      0.9.12cvs142.1
12790
12791         * src/textview.c
12792                 Sync with HEAD
12793
12794 2004-11-08 [colin]      0.9.12cvs141.1
12795
12796         * src/textview.c
12797                 Sync with HEAD (fix some mail URIs)
12798
12799 2004-11-08 [colin]      0.9.12cvs140.3
12800
12801         * src/textview.c
12802                 o Use text cursor instead of arrow when
12803                   not on a link
12804                 o Fix handling of contiguous links (as in
12805                   "colin@colino.net" <colin@colino.net>)
12806                   This one unveils a bug in get_email_part()
12807
12808 2004-11-07 [colin]      0.9.12cvs140.2
12809
12810         * src/textview.c
12811                 Fix memleak. Patch by Alfons.
12812
12813 2004-11-06 [colin]      0.9.12cvs140.1
12814
12815         * src/compose.c
12816                 Sync with HEAD (don't ask passphrase
12817                 when drafting)
12818
12819 2004-11-06 [paul]       0.9.12cvs139.2
12820
12821         * AUTHORS
12822         * src/textview.c
12823         * src/textview.h
12824                 textview URI handling. hovering over a 
12825                 link displays it in the status bar,
12826                 and changes the mouse pointer to a hand 
12827                 cursor. a link is activated with a single 
12828                 click. (Modified from the) patch by Jean-Yves 
12829                 Lefort <jylefort@users.sourceforge.net>
12830                 
12831
12832 2004-11-05 [colin]      0.9.12cvs139.1
12833
12834         * src/compose.c
12835         * src/procmime.c
12836                 Sync with HEAD again ^^
12837
12838 2004-11-05 [colin]      0.9.12cvs139.1
12839
12840         * src/compose.c
12841         * src/procmime.c
12842                 Sync with HEAD
12843
12844 2004-11-03 [paul]       0.9.12cvs138.1
12845
12846         * ChangeLog.claws
12847         * configure.ac
12848         * po/POTFILES.in
12849         * src/prefs_ext_prog.c
12850         * src/procmime.c
12851         * tools/kdeservicemenu/README
12852         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12853         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12854                 sync with HEAD
12855
12856 2004-11-01 [christoph]  0.9.12cvs136.2
12857
12858         * src/procmime.c
12859                 convert MIME parameters to UTF-8
12860
12861 2004-10-29 [colin]      0.9.12cvs136.1
12862
12863         * src/common/utils.c
12864                 Sync with HEAD (don't use '=' in mime boundary)
12865
12866 2004-10-29 [paul]       0.9.12cvs135.1
12867
12868         * configure.ac
12869         * doc/src/rfc2231.txt
12870         * src/procmime.c
12871         * src/common/quoted-printable.c
12872         * src/common/utils.c
12873         * src/common/utils.h
12874                 sync with HEAD
12875
12876 2004-10-27 [paul]       0.9.12cvs134.1
12877
12878         * configure.ac
12879         * src/main.c
12880         * src/procmime.c
12881         * src/plugins/pgpmime/pgpmime.c
12882                 sync with HEAD
12883
12884 2004-10-26 [paul]       0.9.12cvs132.3
12885
12886         * src/account.c
12887         * src/addressbook.c
12888         * src/addrgather.c
12889         * src/addrharvest.c
12890         * src/codeconv.c
12891         * src/compose.c
12892         * src/customheader.c
12893         * src/editaddress.c
12894         * src/editgroup.c
12895         * src/enriched.c
12896         * src/expldifdlg.c
12897         * src/exporthtml.c
12898         * src/exportldif.c
12899         * src/folder.c
12900         * src/foldersel.c
12901         * src/folderview.c
12902         * src/grouplistdialog.c
12903         * src/html.c
12904         * src/imap.c
12905         * src/jpilot.c
12906         * src/ldapserver.c
12907         * src/ldif.c
12908         * src/mimeview.c
12909         * src/news.c
12910         * src/news_gtk.c
12911         * src/pop.c
12912         * src/prefs_display_header.c
12913         * src/prefs_gtk.c
12914         * src/prefs_msg_colors.c
12915         * src/prefs_toolbar.c
12916         * src/procheader.c
12917         * src/procmime.c
12918         * src/summaryview.c
12919         * src/textview.c
12920         * src/toolbar.c
12921         * src/vcard.c
12922         * src/common/mgutils.c
12923         * src/common/nntp.c
12924         * src/common/smtp.c
12925         * src/common/template.c
12926         * src/common/utils.c
12927         * src/common/xmlprops.c
12928         * src/plugins/pgpmime/pgpmime.c
12929         * src/plugins/pgpmime/select-keys.c
12930         * src/plugins/pgpmime/sgpgme.c
12931                 replace deprecated g_strcasecmp(), g_strncasecmp(),
12932                 g_string_sprintfa(), gtk_notebook_current_page()
12933
12934 2004-10-26 [colin]      0.9.12cvs132.2
12935
12936         * src/prefs_folder_item.c
12937                 Fix default-account selection
12938
12939 2004-10-21 [colin]      0.9.12cvs133
12940
12941         * src/compose.c
12942                 Sync with HEAD (Remove extra separator in compose's Options)
12943         * src/textview.c
12944                 Set wrapping to char
12945
12946 2004-10-21 [paul]       0.9.12cvs131.2
12947
12948         * src/compose.c
12949         * src/sourcewindow.c
12950                 fix wrapping
12951                 fix window shrinking 
12952
12953 2004-10-21 [colin]      0.9.12cvs131.1
12954
12955         * ChangeLog.claws
12956         * src/compose.c
12957                 Sync with HEAD
12958
12959 2004-10-21 [paul]       0.9.12cvs130.2
12960
12961         * src/prefs_folder_item.c
12962                 sync with HEAD (Apply to subfolders)
12963
12964 2004-10-19 [colin]      0.9.12cvs130.1
12965
12966         * ChangeLog.claws
12967         * src/compose.c
12968         * src/common/utils.c
12969         * src/gtk/menu.c
12970                 Sync with HEAD
12971
12972 2004-10-19 [colin]      0.9.12cvs128.1
12973
12974         * src/addrbook.c
12975         * src/addrcache.c
12976         * src/addressbook.c
12977         * src/codeconv.c
12978         * src/compose.c
12979         * src/customheader.c
12980         * src/editaddress.c
12981         * src/editgroup.c
12982         * src/exporthtml.c
12983         * src/folder.c
12984         * src/folderview.c
12985         * src/imap.c
12986         * src/jpilot.c
12987         * src/main.c
12988         * src/matcher_parser_parse.y
12989         * src/mbox.c
12990         * src/pop.c
12991         * src/prefs_account.c
12992         * src/prefs_gtk.c
12993         * src/prefs_msg_colors.c
12994         * src/procheader.c
12995         * src/procmime.c
12996         * src/procmime.h
12997         * src/procmsg.c
12998         * src/summaryview.c
12999         * src/textview.c
13000         * src/common/base64.c
13001         * src/common/partial_download.c
13002         * src/common/socket.c
13003         * src/common/sylpheed.c
13004         * src/common/utils.c
13005         * src/common/utils.h
13006         * src/gtk/pluginwindow.c
13007         * src/gtk/quicksearch.c
13008         * src/plugins/clamav/clamav_plugin.c
13009         * src/plugins/clamav/clamav_plugin.h
13010         * src/plugins/clamav/clamav_plugin_gtk.c
13011         * src/plugins/pgpmime/passphrase.c
13012         * src/plugins/pgpmime/pgpmime.c
13013         * src/plugins/pgpmime/plugin.c
13014         * src/plugins/pgpmime/prefs_gpg.c
13015         * src/plugins/pgpmime/prefs_gpg.h
13016         * src/plugins/pgpmime/select-keys.c
13017         * src/plugins/pgpmime/sgpgme.c
13018         * src/plugins/spamassassin/libspamc.c
13019         * src/plugins/spamassassin/spamassassin.c
13020         * src/plugins/spamassassin/spamassassin.h
13021         * src/plugins/spamassassin/spamassassin_gtk.c
13022         * src/plugins/trayicon/trayicon.c
13023         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13024                 Sync with HEAD
13025
13026 2004-10-14 [colin]      0.9.12cvs126.2
13027
13028         * src/codeconv.c
13029         * src/textview.c
13030                 Fix conv_unreadable_locale
13031
13032 2004-10-13 [colin]      0.9.12cvs126.1
13033
13034         * src/compose.c
13035                 Sync with HEAD (don't convert charset for 
13036                 drafted messages, minor cleanup)
13037
13038 2004-10-13 [colin]      0.9.12cvs125.1
13039
13040         * po/POTFILES.in
13041                 Sync with HEAD (POTFILES fix)
13042
13043 2004-10-12 [colin]      0.9.12cvs124.3
13044
13045         * src/compose.c
13046                 Fix encoding bug from latest sync
13047
13048 2004-10-12 [paul]       0.9.12cvs124.2
13049
13050         * src/plugins/pgpmime/prefs_gpg.c
13051         * src/plugins/pgpmime/prefs_gpg.h
13052                 forgotten in last commit        
13053
13054 2004-10-12 [paul]       0.9.12cvs124.1
13055
13056         * ChangeLog.claws
13057         * configure.ac
13058         * m4/spamassassin.m4
13059         * src/Makefile.am
13060         * src/account.c
13061         * src/compose.c
13062         * src/compose.h
13063         * src/crash.c
13064         * src/main.c
13065         * src/mimeview.c
13066         * src/passphrase.c
13067         * src/passphrase.h
13068         * src/prefs_account.c
13069         * src/prefs_account.h
13070         * src/prefs_common.c
13071         * src/privacy.c
13072         * src/privacy.h
13073         * src/procmime.c
13074         * src/procmime.h
13075         * src/procmsg.c
13076         * src/rfc2015.c
13077         * src/rfc2015.h
13078         * src/select-keys.c
13079         * src/select-keys.h
13080         * src/textview.c
13081         * src/common/utils.c
13082         * src/common/utils.h
13083         * src/gtk/about.c
13084         * src/plugins/pgpmime/Makefile.am
13085         * src/plugins/pgpmime/passphrase.c
13086         * src/plugins/pgpmime/passphrase.h
13087         * src/plugins/pgpmime/pgpmime.c
13088         * src/plugins/pgpmime/plugin.c
13089         * src/plugins/pgpmime/select-keys.c
13090         * src/plugins/pgpmime/select-keys.h
13091         * src/plugins/pgpmime/sgpgme.c
13092         * src/plugins/pgpmime/sgpgme.h
13093                 sync with HEAD
13094
13095 2004-10-04 [colin]      0.9.12cvs122.1
13096
13097         * src/mainwindow.c
13098         * src/messageview.c
13099         * src/messageview.h
13100         * src/textview.c
13101                 Sync with HEAD
13102
13103 2004-10-04 [colin]      0.9.12cvs121.1
13104
13105         * src/summaryview.c
13106                 Sync with HEAD
13107
13108 2004-10-04 [paul]       0.9.12cvs120.1
13109
13110         * configure.ac
13111                 sync with HEAD [don't try to build 
13112                 pgpmime plugin when gpgme is disabled]
13113
13114 2004-10-03 [colin]      0.9.12cvs119.3
13115
13116         * src/gtk/gtksctree.c
13117                 Lots of side effects. Put back as before 117.2.
13118         * src/summaryview.c
13119                 Fix bug #602
13120
13121 2004-10-03 [colin]      0.9.12cvs119.2
13122
13123         * src/gtk/gtksctree.c
13124                 Revert 608 fix that doesn't work that good
13125
13126 2004-10-02 [colin]      0.9.12cvs119.1
13127
13128         * src/mainwindow.c
13129         * src/messageview.c
13130         * src/prefs_common.h
13131         * src/procmime.c
13132         * src/procmime.h
13133         * src/textview.c
13134                 Sync with HEAD
13135         * src/gtk/gtksctree.c
13136                 Close bug #608
13137
13138 2004-10-01 [colin]      0.9.12cvs118.1
13139
13140         * src/mimeview.c
13141                 Sync with HEAD (better Save All fix)
13142
13143 2004-10-01 [colin]      0.9.12cvs117.2
13144
13145         * src/gtk/gtksctree.c
13146                 Faster on selection
13147
13148 2004-10-01 [colin]      0.9.12cvs117.1
13149
13150         * src/mimeview.c
13151                 Sync with HEAD (Save All: only attachments)
13152
13153 2004-10-01 [paul]       0.9.12cvs116.1
13154
13155         * ChangeLog.claws
13156         * configure.ac
13157         * src/account.c
13158         * src/prefs_common.c
13159         * src/gtk/colorlabel.c
13160                 sync with HEAD
13161
13162 2004-09-30 [colin]      0.9.12cvs115.1
13163
13164         * src/stock_pixmap.c
13165         * src/stock_pixmap.h
13166         * src/folderview.c
13167         * src/Makefile.am
13168         * src/pixmaps/read.xpm
13169                 Sync with HEAD (new pixmap)
13170
13171 2004-09-29 [colin]      0.9.12cvs114.1
13172
13173         * src/compose.c
13174                 Sync with HEAD
13175                 Fix focus handling in headers
13176
13177 2004-09-29 [paul]       0.9.12cvs113.1
13178
13179         * src/quote_fmt_parse.y
13180                 sync with HEAD
13181  
13182
13183 2004-09-28 [colin]      0.9.12cvs112.1
13184
13185         * src/folderview.c
13186         * src/mainwindow.c
13187                 Sync with HEAD
13188
13189 2004-09-28 [colin]      0.9.12cvs110.1
13190
13191         * src/folderview.c
13192                 Sync with HEAD (Contextual Empty trash menu)
13193
13194 2004-09-28 [colin]      0.9.12cvs108.1
13195
13196         * src/addressbook.c
13197                 Sync with HEAD (addressbook edit on double-click)
13198
13199 2004-09-28 [colin]      0.9.12cvs106.1
13200
13201         * src/inc.c
13202                 Sync with HEAD (folder_item freeze on inc)
13203
13204 2004-09-27 [colin]      0.9.12cvs105.1
13205
13206         * src/folderview.c
13207                 Sync with HEAD (right-align new and unread column)
13208
13209 2004-09-27 [colin]      0.9.12cvs104.1
13210
13211         * src/main.c
13212                 Sync with HEAD (revert 0.9.12cvs101)
13213
13214 2004-09-24 [colin]      0.9.12cvs103.2
13215
13216         * src/wizard.c
13217                 Fix gtk warnings and use domain part of the email address 
13218                 when domain detection fails (no dot in domain name)
13219
13220 2004-09-23 [colin]      0.9.12cvs103.1
13221
13222         * src/plugins/spamassassin/libspamc.c
13223         * src/plugins/spamassassin/libspamc.h
13224         * src/plugins/spamassassin/utils.c
13225         * src/plugins/spamassassin/utils.h
13226                 Sync with HEAD (Update spamassassin to 3.0)
13227
13228 2004-09-21 [colin]      0.9.12cvs102.3
13229
13230         * src/action.c
13231                 Add horizontal scrollbar in action io dialog as needed
13232                 Patch by Alfons.
13233
13234 2004-09-20 [colin]      0.9.12cvs102.2
13235
13236         * src/plugins/image_viewer/viewer.c
13237                 Remove imlib stuff
13238                 use gtk_pixmap_set when clearing
13239                 (would be better to use gtkImages, but causes size-allocate 
13240                 signals storm)
13241
13242 2004-09-17 [paul]       0.9.12cvs102.1
13243
13244         * ChangeLog
13245         * ChangeLog.claws
13246         * ChangeLog.jp
13247         * configure.ac
13248         * src/inc.c
13249                 sync with HEAD
13250
13251
13252 2004-09-17 [colin]      0.9.12cvs101.1
13253
13254         * ChangeLog.claws
13255         * src/main.c
13256                 Sync with HEAD (fix segs at exit)
13257
13258 2004-09-14 [colin]      0.9.12cvs99.5
13259
13260         * src/common/socket.c
13261         * AUTHORS
13262                 Fix send error on 64bit platforms
13263                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13264
13265 2004-09-14 [colin]      0.9.12cvs99.4
13266
13267         * src/action.c
13268                 Fix action output with utf8 
13269                 Patch by Alfons.
13270
13271 2004-09-14 [colin]      0.9.12cvs99.3
13272
13273         * ChangeLog.claws
13274         * src/folder.c
13275                 Sync with HEAD
13276
13277 2004-09-09 [colin]      0.9.12cvs99.2
13278
13279         * src/action.c
13280                 Fix progress bar (displaying "Completed %v/%u")
13281                 Patch by Alfons.
13282
13283 2004-09-08 [colin]      0.9.12cvs99.1
13284
13285         * src/account.c
13286         * src/folder.c
13287         * src/procmsg.c
13288         * src/procmsg.h
13289         * src/plugins/pgpmime/pgpmime.c
13290                 Sync with HEAD
13291
13292 2004-09-08 [colin]      0.9.12cvs97.2
13293
13294         * src/summaryview.c
13295                 Don't select mails in collapsed threads 
13296                 when navigating with up/down
13297
13298 2004-09-07 [colin]      0.9.12cvs97.1
13299
13300         * src/inc.c
13301                 Sync with HEAD (meaningful error messages)
13302
13303 2004-09-06 [colin]      0.9.12cvs96.1
13304
13305         * src/toolbar.c
13306                 Sync with HEAD (fix Redirect graying out)
13307
13308 2004-09-06 [colin]      0.9.12cvs95.1
13309
13310         * src/summaryview.c
13311         * src/mimeview.c
13312                 Sync with HEAD (fix dropped URIs)
13313
13314 2004-09-06 [colin]      0.9.12cvs94.1
13315
13316         * src/addressbook.c
13317         * src/addressitem.h
13318         * src/addritem.c
13319         * src/addritem.h
13320                 Sync with HEAD (addressbook DnD)
13321
13322 2004-09-03 [colin]      0.9.12cvs93.1
13323
13324         * src/summaryview.c
13325                 Sync with HEAD (next/prev unread)
13326
13327 2004-09-03 [colin]      0.9.12cvs92.1
13328
13329         * src/prefs_common.c
13330         * src/prefs_common.h
13331         * src/summaryview.c
13332                 Sync with HEAD ('mark_as_read_delay' pref)
13333
13334 2004-09-02 [colin]      0.9.12cvs91.2
13335
13336         * src/common/xml.c
13337                 Fix leak
13338
13339 2004-09-02 [colin]      0.9.12cvs91.1
13340
13341         * src/gtk/menu.c
13342                 Sync with HEAD (menu accel don't work, but whatever)
13343
13344 2004-09-02 [colin]      0.9.12cvs90.1
13345
13346         * src/account.c
13347                 Sync with HEAD (fix bug 582)
13348
13349 2004-09-02 [colin]      0.9.12cvs89.1
13350
13351         * src/addrindex.c
13352                 Sync with HEAD (free deleted queries)
13353
13354 2004-09-02 [colin]      0.9.12cvs88.1
13355
13356         * src/ldapquery.c
13357                 Sync with HEAD (fix LDAP freezes)
13358
13359 2004-09-02 [colin]      0.9.12cvs87.1
13360
13361         * src/prefs_spelling.c
13362                 Sync with HEAD (add default dictionary)
13363
13364 2004-09-01 [colin]      0.9.12cvs86.1
13365
13366         * src/filtering.c
13367         * src/folderview.c
13368         * src/imap.c
13369         * src/prefs_matcher.c
13370         * src/stock_pixmap.c
13371         * src/summary_search.c
13372         * src/summaryview.c
13373         * src/wizard.c
13374         * src/wizard.h
13375                 Sync with HEAD (uninitialized vars fixes)
13376                 + gtk2 specific warning fixes
13377
13378 2004-08-31 [colin]      0.9.12cvs85.1
13379
13380         * src/folder.c
13381                 Sync with HEAD (Fix memory corruption due to 
13382                 uninitialized var)
13383
13384 2004-08-31 [colin]      0.9.12cvs84.4
13385
13386         * src/summary_search.c
13387                 Fix segfaults when searching in folders with broken headers
13388
13389 2004-08-31 [colin]      0.9.12cvs84.3
13390
13391         * src/compose.c
13392         * src/textview.c
13393                 Fix some more encoding/decoding issues
13394
13395 2004-08-30 [colin]      0.9.12cvs84.2
13396
13397         * src/mimeview.c
13398         * src/prefs_themes.c
13399         * src/gtk/filesel.c
13400         * src/gtk/filesel.h
13401                 Add a folder-mode selection (fixes mimeview's "Save all")
13402
13403 2004-08-29 [colin]      0.9.12cvs84.1
13404
13405         * src/mimeview.c
13406                 Sync with HEAD (don't escape saved filenames)
13407
13408 2004-08-27 [colin]      0.9.12cvs83.1
13409
13410         * ChangeLog
13411         * ChangeLog.claws
13412         * ChangeLog.jp
13413         * src/mh.c
13414         * src/procheader.c
13415         * src/procmsg.c
13416         * src/procmsg.h
13417         * src/common/utils.c
13418         * src/gtk/menu.h
13419         * po/
13420                 Sync with HEAD 0.9.12cvs83 (sync with main)
13421
13422 2004-08-26 [colin]      0.9.12cvs82.4
13423
13424         * src/codeconv.c
13425                 Fix strange stack corruption
13426                 Convert to utf8 after unmime, not before
13427
13428 2004-08-26 [colin]      0.9.12cvs82.3
13429
13430         * src/main.c
13431         * src/wizard.c
13432                 Fix account folders duplication
13433
13434 2004-08-25 [colin]      0.9.12cvs82.2
13435
13436         * src/wizard.c
13437                 Remove ports
13438                 Add SSL selection
13439                 Use login@server as account name
13440
13441 2004-08-25 [colin]      0.9.12cvs82.1
13442
13443         * src/plugins/pgpmime/pgpmime.c
13444                 Sync with HEAD (leak fix).
13445
13446 2004-08-25 [colin]      0.9.12cvs81.1
13447
13448         * src/plugins/pgpmime/pgpmime.c
13449         * src/plugins/pgpmime/sgpgme.c
13450         * src/plugins/pgpmime/sgpgme.h
13451                 Sync with HEAD (Handle combined messages).
13452
13453 2004-08-24 [colin]      0.9.12cvs80.3
13454
13455         * src/wizard.c
13456                 Fix full name, ports, and imap
13457
13458 2004-08-24 [colin]      0.9.12cvs80.2
13459
13460         * src/Makefile.am
13461         * src/main.c
13462         * src/setup.c
13463         * src/setup.h
13464         * src/stock_pixmap.c
13465         * src/stock_pixmap.h
13466         * src/wizard.c ** ADDED **
13467         * src/wizard.h ** ADDED ** 
13468         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13469                 Add a setup wizard 
13470
13471 2004-08-24 [colin]      0.9.12cvs80.1
13472
13473         * src/folder.c
13474                 Sync with HEAD (set mimeflags on all messages)
13475
13476 2004-08-24 [colin]      0.9.12cvs79.3
13477
13478         * src/matcher_parser_lex.l
13479                 Fix 8bits strings not in utf8
13480
13481 2004-08-24 [colin]      0.9.12cvs79.2
13482
13483         * src/compose.c
13484                 Check conversion result before replacing buffer
13485
13486 2004-08-23 [colin]      0.9.12cvs79.1
13487
13488         * src/compose.c
13489                 Sync with HEAD (create message header in memory)
13490
13491 2004-08-23 [colin]      0.9.12cvs78.1
13492
13493         * src/rfc2015.c
13494         * src/rfc2015.h
13495                 Sync with HEAD (fix bug 197 again)
13496
13497 2004-08-23 [colin]      0.9.12cvs77.3
13498
13499         * src/compose.c
13500                 Fix again inline gpg signing (which outputs utf8
13501                 in gtk2). Not syncing this fix to HEAD as this 
13502                 code is meant to die.
13503
13504 2004-08-23 [colin]      0.9.12cvs77.2
13505
13506         * src/prefs_account.h
13507                 Remove useless include
13508
13509 2004-08-23 [colin]      0.9.12cvs77.1
13510
13511         * src/imap.c
13512         * po/es.po
13513         * po/fr.po
13514         * po/it.po
13515         * po/pl.po
13516         * po/pt_BR.po
13517         * po/sk.po
13518         * po/sr.po
13519                 Sync with HEAD (fix bug 577)
13520
13521 2004-08-22 [colin]      0.9.12cvs76.1
13522
13523         * src/plugins/trayicon/trayicon.c
13524                 Sync with HEAD (fix formatting bug)
13525
13526 2004-08-21 [colin]      0.9.12cvs74.2
13527
13528         * src/gtk/colorsel.c
13529                 Fix bug 564 (Folder color selection window exits on any
13530                 keypress)
13531
13532 2004-08-21 [colin]      0.9.12cvs74.1
13533
13534         * ChangeLog.claws
13535         * src/compose.c
13536         * src/summaryview.c
13537         * src/toolbar.c
13538                 Sync with HEAD (fix bug 576)
13539
13540 2004-08-21 [colin]      0.9.12cvs70.1
13541
13542         * src/compose.c
13543         * src/mainwindow.c
13544                 Sync with HEAD
13545                 
13546
13547 2004-08-21 [paul]       0.9.12cvs66.4
13548
13549         * src/mainwindow.c
13550         * src/messageview.c
13551         * src/gtk/menu.c
13552         * src/plugins/spamassassin/spamassassin_gtk.c
13553                 remove some deprecated gtk1 functions
13554
13555
13556 2004-08-21 [colin]      0.9.12cvs66.3
13557
13558         * src/compose.c
13559         * src/codeconv.c
13560                 Fix warnings
13561                 Remove encoding hacks
13562                 Fix bug 575 (Strange character messes up message)
13563                 Don't display conversion error when drafting
13564
13565 2004-08-21 [paul]       0.9.12cvs66.2
13566
13567         * src/prefs_account.c
13568                 fix GnuPG mode bugs
13569
13570
13571 2004-08-20 [colin]      0.9.12cvs66.1
13572
13573         * src/codeconv.c
13574                 Sync with HEAD 0.9.12cvs66
13575
13576 2004-08-20 [paul]
13577
13578         * src/plugins/pgpmime/plugin.c
13579                 modify PGP/MIME plugin's description
13580
13581 2004-08-17 [colin]      0.9.12cvs65.1
13582
13583         * src/common/ssl.c
13584         * src/plugins/pgpmime/plugin.c
13585                 Sync with HEAD
13586
13587 2004-08-14 [colin]      0.9.12cvs60.3
13588
13589         * src/plugins/trayicon/trayicon.c
13590                 Put back resize callback, on size-request signal
13591                 rather than size-allocate to avoid infinite 
13592                 callback loop
13593
13594 2004-08-13 [colin]      0.9.12cvs60.2
13595
13596         * src/common/defs.h
13597                 Cache versions have been fixed
13598
13599 2004-08-13 [colin]      0.9.12cvs60.1
13600
13601         * src/folderutils.c
13602                 Sync with HEAD
13603
13604 2004-08-12 [colin]      0.9.12cvs59.1
13605
13606         * src/plugins/trayicon/trayicon.c
13607                 Sync with HEAD
13608
13609 2004-08-12 [colin]      0.9.12cvs57.5
13610
13611         * sylpheed.desktop
13612         * configure.ac
13613         * src/Makefile.am
13614         * src/main.c
13615                 Add support for Freedesktop.org's startup notification
13616
13617 2004-08-11 [colin]      0.9.12cvs57.4
13618
13619         * src/textview.c
13620                 Fix off-by-one
13621
13622 2004-08-11 [colin]      0.9.12cvs57.3
13623
13624         * src/message_search.c
13625         * src/summary_search.c
13626                 Make searches case insensitive by default
13627         * src/textview.c
13628                 Fix case-insensitive search in message
13629
13630 2004-08-11 [colin]      0.9.12cvs57.2
13631
13632         * src/summary_search.c
13633                 Let case-sensitive be specified
13634
13635 2004-08-10 [colin]      0.9.12cvs55.4
13636
13637         * src/common/socket.c
13638                 Fix the possible race condition
13639
13640 2004-08-09 [paul]       0.9.12cvs55.3
13641
13642         * configure.ac
13643         * src/Makefile.am
13644         * src/common/Makefile.am
13645                 sync with HEAD
13646
13647
13648 2004-08-09 [paul]       0.9.12cvs55.2
13649
13650         * autogen.sh
13651         * po/poconv.sh
13652                 remove unneeded script
13653
13654         * configure.ac
13655                 add forgotten USE_LDAP_TLS (sync with HEAD)
13656
13657
13658 2004-08-09 [colin]      0.9.12cvs55.1
13659
13660         * src/main.c
13661         * src/common/ssl.c
13662         * src/common/sylpheed.c
13663         * src/common/sylpheed.h
13664                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13665
13666 2004-08-09 [paul]       0.9.12cvs54.1
13667
13668         * ChangeLog
13669         * ChangeLog.claws
13670         * ChangeLog.jp
13671         * configure.ac
13672         * po/POTFILES.in
13673         * src/Makefile.am
13674         * src/folderutils.c
13675         * src/main.c
13676         * src/pgpmime.c
13677         * src/pgpmime.h
13678         * src/sgpgme.c
13679         * src/sgpgme.h
13680         * src/plugins/Makefile.am
13681         * src/plugins/pgpmime/.cvsignore
13682         * src/plugins/pgpmime/Makefile.am
13683         * src/plugins/pgpmime/pgpmime.c
13684         * src/plugins/pgpmime/pgpmime.h
13685         * src/plugins/pgpmime/plugin.c
13686         * src/plugins/pgpmime/sgpgme.c
13687         * src/plugins/pgpmime/sgpgme.h
13688                 sync with HEAD
13689
13690 2004-08-08 [paul]       0.9.12cvs51.1
13691
13692         * configure.ac
13693         * src/folder.c
13694                 sync with HEAD
13695
13696 2004-08-07 [colin]      0.9.12cvs50.1
13697
13698         * src/pop.c
13699         * src/common/partial_download.c
13700                 fix warnings (sync from HEAD)
13701
13702 2004-08-07 [colin]      0.9.12cvs48.1
13703
13704         * src/prefs_folder_item.c
13705                 sync with HEAD 0.9.12cvs48
13706
13707 2004-08-06 [colin]      0.9.12cvs47.1
13708
13709         * src/compose.c
13710                 Sync with HEAD
13711
13712 2004-08-06 [christoph]  0.9.12cvs46.2
13713
13714         * src/main.c
13715         * src/plugins/clamav/clamav_plugin_gtk.c
13716         * src/plugins/dillo_viewer/dillo_viewer.c
13717         * src/plugins/image_viewer/plugin.c
13718         * src/plugins/mathml_viewer/mathml_viewer.c
13719         * src/plugins/spamassassin/spamassassin_gtk.c
13720         * src/plugins/trayicon/trayicon.c
13721                 don't mix GTK1.2 plugin with GTK2 plugins
13722
13723 2004-08-06 [colin]      0.9.12cvs46.1
13724
13725         * ChangeLog
13726         * ChangeLog.claws
13727         * ChangeLog.jp
13728         * configure.ac
13729         * sylpheed-claws.pc.in
13730         * src/folder.c
13731         * src/imap.c
13732         * src/localfolder.c
13733         * src/messageview.c
13734         * src/mimeview.c
13735         * src/mimeview.h
13736         * src/msgcache.c
13737         * src/news.c
13738         * src/prefs_ext_prog.c
13739         * src/prefs_folder_item.c
13740         * src/prefs_fonts.c
13741         * src/prefs_msg_colors.c
13742         * src/prefs_spelling.c
13743         * src/prefs_themes.c
13744         * src/prefs_toolbar.c
13745         * src/prefs_wrapping.c
13746         * src/procmime.h
13747         * src/common/defs.h
13748         * src/common/nntp.c
13749         * src/common/session.c
13750         * src/common/session.h
13751         * src/common/socket.c
13752         * src/common/utils.h
13753         * src/common/xml.c
13754         * src/common/xml.h
13755         * src/gtk/prefswindow.c
13756         * src/gtk/prefswindow.h
13757         * src/plugins/clamav/clamav_plugin_gtk.c
13758         * src/plugins/dillo_viewer/dillo_prefs.c
13759         * src/plugins/image_viewer/viewerprefs.c
13760         * src/plugins/spamassassin/spamassassin_gtk.c
13761         * m4/openssl.m4 *** REMOVED ***
13762                 Sync with HEAD 0.9.12cvs46
13763
13764 2004-08-03 [paul]       0.9.12cvs40.2
13765
13766         * src/action.c
13767         * src/addressadd.c
13768         * src/addressbook.c
13769         * src/addrgather.c
13770         * src/browseldap.c
13771         * src/compose.c
13772         * src/crash.c
13773         * src/editaddress.c
13774         * src/editgroup.c
13775         * src/editldap_basedn.c
13776         * src/foldersel.c
13777         * src/importldif.c
13778         * src/mimeview.c
13779         * src/prefs_common.c
13780         * src/prefs_template.c
13781         * src/sourcewindow.c
13782         * src/summaryview.c
13783         * src/gtk/about.c
13784         * src/gtk/foldersort.c
13785         * src/gtk/logwindow.c
13786         * src/gtk/pluginwindow.c
13787         * src/gtk/prefswindow.c
13788                 change all gtk_scrolled_window_set_policy from 
13789                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13790
13791 2004-08-02 [paul]       0.9.12cvs40.1
13792
13793         * AUTHORS
13794                 update translation team section
13795         * po/pt_BR.po
13796                 updated by Frederico Goncalves Guimaraes
13797                 <fggdebian@yahoo.com.br>
13798
13799 2004-07-31 [colin]      0.9.12cvs39.9
13800
13801         * src/exphtmldlg.c
13802                 Fix compilation
13803
13804 2004-07-31 [colin]      0.9.12cvs39.8
13805
13806         * src/exphtmldlg.c
13807                 Fix an alertpanel type
13808
13809 2004-07-30 [colin]      0.9.12cvs39.7
13810
13811         * src/alertpanel.c
13812                 Fix alertpanel_error_log's icon
13813
13814 2004-07-30 [colin]      0.9.12cvs39.6
13815
13816         * src/pop.c
13817                 Two of them should still be warnings
13818
13819 2004-07-30 [colin]      0.9.12cvs39.5
13820
13821         * src/pop.c
13822                 More warning -> error
13823 2004-07-29 [colin]      0.9.12cvs39.4
13824
13825         * src/pop.c
13826                 Warning -> error
13827
13828 2004-07-29 [colin]      0.9.12cvs39.3
13829
13830         * src/prefs_matcher.c
13831                 Fix segfault
13832
13833 2004-07-29 [colin]      0.9.12cvs39.2
13834
13835         * src/alertpanel.c
13836                 More nice-looking alertpanels
13837
13838 2004-07-29 [colin]      0.9.12cvs39.1
13839
13840         * src/messageview.c
13841                 sync with head
13842                 (inform user when partial mail is deleted on server)
13843
13844 2004-07-29 [colin]      0.9.12cvs38.1
13845
13846         * src/messageview.c
13847                 sync with head
13848
13849 2004-07-28 [paul]       0.9.12cvs37.7
13850
13851         * src/mainwindow.c
13852                 complete the replacement of deprecated gtk_progress_*
13853
13854 2004-07-28 [paul]       0.9.12cvs37.6
13855
13856         * src/action.c
13857         * src/inc.c
13858         * src/mainwindow.c
13859         * src/send_message.c
13860         * src/gtk/progressdialog.c
13861         * src/gtk/progressdialog.h
13862                 replace deprecated gtk_progress_*
13863
13864 2004-07-28 [paul]       0.9.12cvs37.5
13865
13866         * src/gtk/filesel.c
13867                 remove gtk_window_set_wmclass()
13868 2004-07-28 [paul]       0.9.12cvs37.4
13869
13870         * src/addressbook.c
13871         * src/compose.c
13872         * src/foldersel.c
13873         * src/mainwindow.c
13874         * src/messageview.c
13875         * src/sourcewindow.c
13876         * src/gtk/logwindow.c
13877                 remove gtk_window_set_wmclass()
13878                 
13879         * src/prefs_filtering.c
13880         * src/prefs_filtering_action.c
13881         * src/prefs_fonts.c
13882         * src/prefs_gtk.c
13883         * src/prefs_matcher.c
13884         * src/ssl_manager.c
13885         * src/gtk/prefswindow.c
13886                 replace gtk_window_position()
13887
13888 2004-07-28 [colin]      0.9.12cvs37.3
13889
13890         * src/alertpanel.c
13891         * src/alertpanel.h
13892                 Add a way to specify panel type for specific
13893                 panels (alertpanel())
13894         * src/account.c
13895         * src/addressbook.c
13896         * src/compose.c
13897         * src/expldifdlg.c
13898         * src/main.c
13899         * src/messageview.c
13900         * src/summaryview.c
13901         * src/textview.c
13902         * src/gtk/sslcertwindow.c
13903                 Fix alertpanel()s so that their icon match
13904                 their real type
13905
13906 2004-07-28 [paul]       0.9.12cvs37.2
13907
13908         * src/addr_compl.c
13909         * src/addressbook.c
13910         * src/alertpanel.c
13911         * src/compose.c
13912         * src/export.c
13913         * src/foldersel.c
13914         * src/folderview.c
13915         * src/grouplistdialog.c
13916         * src/import.c
13917         * src/mainwindow.c
13918         * src/message_search.c
13919         * src/messageview.c
13920         * src/passphrase.c
13921         * src/prefs_actions.c
13922         * src/prefs_common.c
13923         * src/prefs_customheader.c
13924         * src/prefs_display_header.c
13925         * src/prefs_filtering.c
13926         * src/prefs_filtering_action.c
13927         * src/prefs_gtk.c
13928         * src/prefs_matcher.c
13929         * src/prefs_msg_colors.c
13930         * src/prefs_summary_column.c
13931         * src/prefs_template.c
13932         * src/sourcewindow.c
13933         * src/ssl_manager.c
13934         * src/summary_search.c
13935         * src/gtk/colorsel.c
13936         * src/gtk/description_window.c
13937         * src/gtk/gtkaspell.c
13938         * src/gtk/inputdialog.c
13939         * src/gtk/logwindow.c
13940         * src/gtk/prefswindow.c
13941         * src/gtk/progressdialog.c
13942                 replace deprecated gtk_window_set_policy
13943
13944 2004-07-27 [colin]      0.9.12cvs37.1
13945
13946         * src/msgcache.c
13947                 More fixes (synced for head again)
13948
13949 2004-07-27 [colin]      0.9.12cvs35.3
13950
13951         * src/msgcache.c
13952                 Fix wrong test
13953
13954 2004-07-27 [colin]      0.9.12cvs35.2
13955
13956         * src/mimeview.c
13957                 Fix width a bit (by Paul)
13958         * src/alertpanel.c
13959         * src/alertpanel.h
13960                 Specialize icons, make alertpanel_message()
13961                 private
13962         * src/message_search.c
13963         * src/sgpgme.c
13964         * src/summary_search.c
13965                 Suit alertpanel changes
13966
13967 2004-07-27 [colin]      0.9.12cvs35.1
13968
13969         * src/alertpanel.c
13970                 Add an icon
13971         * src/passphrase.c
13972                 Add debug output - maybe someone will
13973                 want to look at the problem with Grab
13974                 Input :)
13975         Bump version as we're synced with HEAD
13976
13977 2004-07-26 [colin]      0.9.12cvs33.26
13978
13979         * src/pop.c
13980                 Fix uidl-file parsing when not in new
13981                 format
13982
13983 2004-07-26 [colin]      0.9.12cvs33.25
13984
13985         * src/gtk/menu.c
13986                 Move popup menu up if necessary (fixes 
13987                 account selector)
13988         * src/mainwindow.c
13989                 Set account selector's button height to
13990                 minimum
13991
13992 2004-07-26 [colin]      0.9.12cvs33.24
13993
13994         * src/alertpanel.c
13995                 Maybe fix 551 (Truncated font in alert window)
13996
13997 2004-07-26 [colin]      0.9.12cvs33.23
13998
13999         * po/de.po
14000         * po/es.po
14001         * po/fr.po
14002         * po/it.po
14003         * po/ja.po
14004         * po/pl.po
14005         * po/ru.po
14006         * po/sk.po
14007         * po/sr.po
14008         * po/zh_CN.po
14009                 Sync po files with HEAD
14010
14011 2004-07-26 [paul]       0.9.12cvs33.22
14012
14013         * src/compose.c
14014                 fix Bug 556 'Organisation-header is sent even if empty'
14015
14016 2004-07-24 [colin]      0.9.12cvs33.21
14017
14018         * src/compose.c
14019         * src/gtk/gtkaspell.c
14020         * src/gtk/gtkaspell.h
14021                 Fix speller accelerators (require hack)
14022
14023 2004-07-24 [colin]      0.9.12cvs33.20
14024
14025         * src/gtk/gtkaspell.c
14026                 Fix over-eager code deletion breaking
14027                 Check while typing
14028
14029 2004-07-24 [colin]      0.9.12cvs33.19
14030
14031         * src/browseldap.c
14032         * src/ldapctrl.c
14033         * src/ldapctrl.h
14034         * src/ldapserver.h
14035                 Sync ldap with HEAD
14036         (Fixes 546 LDAP completely broken)
14037
14038 2004-07-24 [colin]      0.9.12cvs33.18
14039
14040         * src/prefs_msg_colors.c
14041                 Fix prototype mismatch
14042         (Fixes 547 void function cannot return value)
14043
14044 2004-07-24 [colin]      0.9.12cvs33.17
14045
14046         * src/mainwindow.c
14047                 Fix sort going back to previous sort key
14048                 when changing sort direction
14049
14050 2004-07-24 [colin]      0.9.12cvs33.16
14051
14052         * src/compose.c
14053                 Fix space insertion when re-wrapping at 
14054                 cursor point
14055
14056 2004-07-24 [colin]      0.9.12cvs33.15
14057
14058         * src/gtk/gtkaspell.c
14059                 Don't change cursor position in insert-text
14060                 callback
14061         (Fixes 539 Word wrapping on input transposes letters)
14062
14063 2004-07-24 [colin]      0.9.12cvs33.14
14064
14065         * src/gtk/gtkaspell.c
14066                 Reencode non-ascii chars to dictionary's
14067                 encoding
14068         (Fixes 544 Spell check broken non english locale)
14069
14070 2004-07-24 [colin]      0.9.12cvs33.13
14071
14072         * src/summaryview.c
14073                 Fix Shift+Down, add Home/End/PgUp/PgDown
14074
14075 2004-07-21 [colin]      0.9.12cvs33.12
14076
14077         * src/prefs_common.c
14078                 Fix a gtk warning (Patch by Andrej Kacian)
14079
14080 2004-07-21 [colin]      0.9.12cvs33.11
14081
14082         * src/gtk/filesel.c
14083                 More check
14084
14085 2004-07-21 [colin]      0.9.12cvs33.10
14086
14087         * src/compose.c
14088         * src/crash.c
14089         * src/export.c
14090         * src/import.c
14091         * src/messageview.c
14092         * src/mimeview.c
14093         * src/prefs_spelling.c
14094         * src/prefs_themes.c
14095         * src/summaryview.c
14096         * src/gtk/filesel.c
14097         * src/gtk/filesel.h
14098         * src/gtk/pluginwindow.c
14099                 Untwist open/save mode guessing logic, make
14100                 it explicit
14101
14102 2004-07-20 [colin]      0.9.12cvs33.9
14103
14104         * src/codeconv.c
14105                 conv_encode_header: src_charset is UTF-8 on
14106                 gtk2
14107         * src/compose.c
14108                 Remove double encoding of the headers
14109
14110 2004-07-20 [colin]      0.9.12cvs33.8
14111
14112         * src/codeconv.c
14113                 Fix typo
14114
14115 2004-07-20 [colin]      0.9.12cvs33.7
14116
14117         * src/mainwindow.c
14118                 Set the separated messageview to the saved
14119                 size of Claws' messageview (Patch by Alfons)
14120                 Fix a callback prototype (me)
14121
14122 2004-07-20 [colin]      0.9.12cvs33.6
14123
14124         * src/codeconv.h
14125                 Forgot one hunk in 0.9.12cvs33.4
14126
14127 2004-07-19 [colin]      0.9.12cvs33.5
14128
14129         * src/action.c
14130                 Action output fix
14131                 Patch by Alfons
14132
14133 2004-07-19 [colin]      0.9.12cvs33.4
14134
14135         * src/compose.c
14136                 Fix outgoing charset bug in headers
14137         * src/codeconv.c
14138                 Clean for glib2 - Patch by Alfons
14139
14140 2004-07-19 [colin]      0.9.12cvs33.3
14141
14142         * src/statusbar.c
14143                 Remove grip from the statusbar
14144                 Patch by Alfons
14145
14146 2004-07-19 [colin]      0.9.12cvs33.2
14147
14148         * src/messageview.c
14149         * src/textview.c
14150                 Fix messageview remembering the previous
14151                 scroll position when loading a new message
14152                 Patch by Alfons
14153
14154 2004-07-19 [colin]      0.9.12cvs33.1
14155
14156         * src/folder.h
14157         * src/folderview.c
14158         * src/summaryview.c
14159                 Sync with HEAD
14160
14161 2004-07-18 [colin]      0.9.12cvs32.7
14162
14163         * configure.ac
14164                 Remove useless check for XIM - noticed
14165                 by Alfons
14166
14167 2004-07-18 [colin]      0.9.12cvs32.6
14168
14169         * src/summaryview.c
14170                 Remove non-modified and shift-modified
14171                 accelerators in summaryview's popup
14172                 menu, as that doesn't get catched by
14173                 the accel-activate signal catcher...
14174
14175 2004-07-18 [colin]      0.9.12cvs32.5
14176
14177         * src/prefs_common.c
14178                 Define sensible default prefs for 
14179                 wrapping
14180
14181 2004-07-18 [colin]      0.9.12cvs32.4
14182
14183         * src/compose.c
14184         * src/prefs_common.c
14185         * src/prefs_common.h
14186         * src/prefs_wrapping.c
14187                 Remove Smart Wrapping pref, which does
14188                 nothing on gtk2 branch
14189
14190 2004-07-18 [colin]      0.9.12cvs32.3
14191
14192         * src/sourcewindow.c
14193                 Proper utf8
14194
14195 2004-07-18 [colin]      0.9.12cvs32.2
14196
14197         * src/compose.c
14198                 Save attachment status when drafting
14199
14200 2004-07-18 [colin]      0.9.12cvs32.1
14201
14202         * src/gtk/filesel.c
14203                 Fix erratic folder selection in open mode
14204
14205 2004-07-18 [colin]      0.9.12cvs31.11
14206
14207         * src/pop.c
14208                 Don't let partial messages get deleted
14209                 even with "dowload all"
14210                 (0.9.12cvs31.8 fix extension)
14211 2004-07-18 [colin]      0.9.12cvs31.10
14212
14213         * src/gtk/logwindow.c
14214                 Fix log scrolling
14215
14216 2004-07-18 [colin]      0.9.12cvs31.9
14217
14218         * src/common/utils.c
14219                 Fix non-utf8 strings coming from commands
14220                 and files
14221
14222 2004-07-18 [colin]      0.9.12cvs31.8
14223
14224         * src/pop.c
14225                 Fix partial download bug with Download all
14226                 messages option
14227
14228 2004-07-18 [colin]      0.9.12cvs31.7
14229
14230         * src/textview.c
14231                 Fix bug introduced in 0.9.12cvs31.2
14232                 (blocked in select mode after double click)
14233
14234 2004-07-18 [colin]      0.9.12cvs31.6
14235
14236         * src/compose.c
14237         * src/gtk/menu.c
14238                 More glib-warning fixes
14239
14240 2004-07-18 [colin]      0.9.12cvs31.5
14241
14242         * src/compose.c
14243                 Fix trashing the primary clipboard when moving 
14244                 around with tab
14245         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14246
14247 2004-07-18 [colin]      0.9.12cvs31.4
14248
14249         * src/codeconv.c
14250                 convert unencoded iso headers to utf8
14251         (Fix Bug 538 Unencoded local characters in subject make it 
14252          disappear)
14253
14254 2004-07-18 [colin]      0.9.12cvs31.3
14255
14256         * src/compose.c
14257                 Fix tab char handling in wrapping
14258         (Fix Bug 537 Line wrap problem - TAB character treated as 
14259          one character instead of 8)
14260
14261 2004-07-18 [colin]      0.9.12cvs31.2
14262
14263         * src/textview.c
14264                 return FALSE on GDK_MOTION_NOTIFY
14265         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14266          (unable to highlight))
14267
14268 2004-07-18 [colin]      0.9.12cvs31.1
14269
14270         * src/folderview.c
14271                 Sync with 0.9.12cvs31
14272
14273 2004-07-18 [colin]      0.9.12cvs30.4
14274
14275         * src/compose.c
14276                 Also block text_inserted when inserting a file
14277
14278 2004-07-18 [colin]      0.9.12cvs30.3
14279
14280         * src/compose.c
14281                 Fix smart wrapping (block text_inserted handler
14282                 while putting quotation to avoid wrap on input,
14283                 don't join lines if next is sig separator)
14284
14285 2004-07-17 [colin]      0.9.12cvs30.2
14286
14287         * src/folderview.c
14288         * src/mainwindow.c
14289         * src/mimeview.c
14290         * src/summaryview.c
14291         * src/gtk/quicksearch.c
14292         * src/gtk/quicksearch.h
14293                 Block key events handlers *and* accels while
14294                 quicksearch is focused
14295         (Fixes Bug 534 quick-search bar not accepting certain letters)
14296
14297 2004-07-17 [colin]      0.9.12cvs30.1
14298
14299         * src/folder.h
14300         * src/folderview.c
14301         * src/summaryview.c
14302                 Sync with 0.9.12cvs30
14303
14304 2004-07-17 [colin]      0.9.12cvs28.2
14305
14306         * src/mimeview.c
14307         * src/procmime.c
14308         * src/summaryview.c
14309         * src/gtk/menu.c
14310                 Squash some compile and glib warnings
14311
14312 2004-07-17 [paul]       0.9.12cvs28.1
14313
14314         * src/mimeview.c
14315                 sync with 0.9.12cvs28 HEAD
14316
14317 2004-07-16 [paul]       0.9.12cvs26.1
14318         
14319         * src/gtk/quicksearch.c
14320         * src/account.c
14321         * src/account.h
14322         * src/compose.c
14323         * src/customheader.c
14324         * src/folder_item_prefs.c
14325         * src/main.c
14326         * src/mainwindow.c
14327         * src/messageview.c
14328         * src/mimeview.c
14329         * src/news.c
14330         * src/pgpmime.c
14331         * src/pop.c
14332         * src/pop.h
14333         * src/prefs_account.c
14334         * src/prefs_account.h
14335         * src/prefs_common.c
14336         * src/prefs_common.h
14337         * src/prefs_display_header.c
14338         * src/prefs_gtk.c
14339         * src/prefs_gtk.h
14340         * src/procheader.c
14341         * src/procmime.c
14342                 sync with 0.9.12cvs26 HEAD      
14343
14344 2004-07-15 [colin]      0.9.12cvs18.14
14345
14346         * src/folder.c
14347                 Disable GPG signature check during
14348                 folder move and scan
14349         (Closes Bug 521 Signature checking slows down Folder-Move)
14350
14351 2004-07-14 [colin]      0.9.12cvs18.13
14352
14353         * src/common/partial_download.c
14354                 update includes
14355
14356 2004-07-14 [colin]      0.9.12cvs18.12
14357
14358         * src/common/partial_download.c
14359         * src/common/partial_download.h
14360                 Move doc at top, add correct copyright
14361
14362 2004-07-14 [colin]      0.9.12cvs18.11
14363
14364         * src/folder.c
14365         * src/messageview.c
14366         * src/pop.c
14367         * src/pop.h
14368         * src/procmsg.c
14369         * src/summaryview.c
14370         * src/common/Makefile.am
14371         * src/common/partial_download.c ** NEW FILES **
14372         * src/common/partial_download.h ** NEW FILES **
14373                 Move partial-download related stuff to its
14374                 own file
14375
14376 2004-07-14 [colin]      0.9.12cvs18.10
14377
14378         * src/send_message.c
14379                 Fix smtp auth when user is null or empty
14380
14381 2004-07-13 [colin]      0.9.12cvs18.9
14382
14383         * src/gtk/quicksearch.c
14384                 Use alphabetic order
14385
14386 2004-07-13 [colin]      0.9.12cvs18.8
14387
14388         * src/pop.c
14389                 Be paranoid on the checks
14390
14391 2004-07-13 [colin]      0.9.12cvs18.7
14392
14393         * src/gtk/quicksearch.c
14394                 Fix Engrish once again
14395
14396 2004-07-13 [colin]      0.9.12cvs18.6
14397
14398         * src/procmsg.c
14399         * src/summaryview.c
14400                 Mark messages for deletion when they are about to
14401                 be removed from trash
14402
14403 2004-07-13 [colin]      0.9.12cvs18.5
14404
14405         * src/matcher.c
14406         * src/matcher.h
14407         * src/matcher_parser_parse.y
14408         * src/prefs_matcher.c
14409         * src/gtk/quicksearch.c
14410                 Add 'partial' ('p') match string to find partially
14411                 downloaded messages
14412
14413 2004-07-13 [colin]      0.9.12cvs18.4
14414
14415         * src/pop.c
14416                 Fix misplaced block
14417
14418 2004-07-13 [colin]      0.9.12cvs18.3
14419
14420         * src/pop.c
14421         * src/pop.h
14422         * src/messageview.c
14423                 Refactor API (to avoid passing 5+ params and code
14424                 duplication)
14425         * src/folder.c
14426         * src/msgcache.c
14427         * src/procheader.c
14428         * src/common/defs.h
14429                 Add planned_download to cache
14430                 Don't mess uidl file when moving partially downloaded
14431                 mails (they change folder, we should change it in the
14432                 uidl list too or we'll remove an incorrect message)
14433                 (this also helps removing hacks when changing 
14434                 planned_download in messageview.c)
14435
14436 2004-07-12 [colin]      0.9.12cvs18.2
14437
14438         * src/gtk/quicksearch.c
14439                 Fix missing status update in quicksearch
14440
14441 2004-07-12 [paul]       0.9.12cvs18.1
14442
14443         * po/POTFILES.in
14444         * src/Makefile.am
14445         * src/account.c
14446         * src/codeconv.c
14447         * src/compose.c
14448         * src/inc.c
14449         * src/main.c
14450         * src/prefs_common.c
14451         * src/procmsg.h
14452         * src/toolbar.c
14453         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14454         * src/prefs_wrapping.[ch]       ** NEW FILES **
14455         * src/common/intl.h
14456         * src/common/utils.[ch]
14457         * src/gtk/quicksearch.[ch]
14458                 sync with 0.9.12cvs18 HEAD
14459
14460 2004-07-12 [colin]      0.9.11cvs17.25
14461
14462         * src/folder.c
14463         * src/folder.h
14464                 Remove unused function added by me in 0.9.11cvs17.10
14465
14466 2004-07-11 [colin]      0.9.11cvs17.24
14467
14468         * src/inc.c
14469         * src/messageview.c
14470         * src/pop.c
14471         * src/pop.h
14472                 Use folderitem and msgnum instead of filename to
14473                 know which mail to delete
14474                 Move old partial mail deletion to pop.c
14475
14476 2004-07-10 [colin]      0.9.11cvs17.23
14477
14478         * src/inc.c
14479                 Add debug
14480         * src/pop.c
14481         * src/pop.h
14482                 Don't re-use same enums for unrelated stuff: it's 
14483                 completely misleading !
14484                 Document a bit
14485
14486 2004-07-09 [colin]      0.9.11cvs17.22
14487
14488         * src/inc.c
14489                 Remove folder-type check and do
14490                 more tests to be sure everything's
14491                 ok
14492         * src/messageview.c
14493                 Punctuation update, remove useless
14494                 code, fix two warnings
14495         * src/noticeview.c
14496                 Layout cleaning, reset 2nd button
14497                 when specifying one
14498
14499 2004-07-09 [colin]      0.9.11cvs17.21
14500
14501         * src/messageview.c
14502         * src/pop.c
14503         * src/pop.h
14504                 Allow user to change his mind
14505                 and postpone decision (by
14506                 unmarking the mail)
14507
14508 2004-07-09 [colin]      0.9.11cvs17.20
14509
14510         * src/messageview.c
14511                 Fix bug with delete state
14512         * src/pop.c
14513         * src/pop.h
14514                 Fix buffer leak (fread doesn't 
14515                 terminate buffers with \0)
14516                 Refactoring (remove magic 
14517                 numbers)
14518
14519 2004-07-09 [colin]      0.9.11cvs17.19
14520
14521         * src/pop.c
14522                 Don't log "Skipping message" if 
14523                 we're going to TOP it two lines
14524                 later
14525
14526 2004-07-09 [colin]      0.9.11cvs17.18
14527
14528         * src/messageview.c
14529                 Fix Engrish
14530
14531 2004-07-09 [colin]      0.9.11cvs17.17
14532
14533         * src/pop.c
14534                 strlen checking...
14535         * src/messageview.c
14536                 refactoring a bit
14537
14538 2004-07-08 [colin]      0.9.11cvs17.16
14539
14540         * src/noticeview.c
14541         * src/noticeview.h
14542                 Add an optional second button
14543         * src/messageview.c
14544         * src/pop.c
14545         * src/pop.h
14546                 Don't delete partially received mails after a certain
14547                 time; rather, let the user decide.
14548
14549 2004-07-08 [colin]      0.9.11cvs17.15
14550
14551         * src/common/smtp.h
14552                 Sync with HEAD
14553
14554 2004-07-08 [colin]      0.9.11cvs17.14
14555
14556         * src/messageview.c
14557         * src/common/smtp.c
14558                 Use to_human_readable() for sizes
14559
14560 2004-07-08 [colin]      0.9.11cvs17.13
14561
14562         * src/inc.c
14563         * src/messageview.c
14564         * src/pop.c
14565         * src/pop.h
14566         * src/procmsg.c
14567                 Fix partial-downloading issues:
14568                         catch unsupported TOP
14569                         don't delete partially downloaded mails before 5 days
14570                         don't update existing with non-MH folders; that'll
14571                         make dups, but it's better than trashing the folder
14572                         free new msginfo parts
14573                 Fix indentation ;-)
14574
14575 2004-07-08 [colin]      0.9.11cvs17.12
14576
14577         * src/common/smtp.c
14578         * src/common/smtp.h
14579                 Sync smtp size verification with HEAD
14580
14581 2004-07-08 [colin]      0.9.11cvs17.11
14582
14583         * src/summaryview.c
14584         * src/prefs_common.c
14585         * src/prefs_common.h
14586         * src/gtk/quicksearch.c
14587         * src/gtk/quicksearch.h
14588                 Sync sticky pref with HEAD
14589
14590 2004-07-08 [colin]      0.9.11cvs17.10
14591
14592         * src/folder.c [1.213.2.6]
14593         * src/folder.h [1.87.2.6]
14594         * src/inc.c [1.149.2.7]
14595         * src/messageview.c [1.94.2.8]
14596         * src/procheader.c [1.47.2.6]
14597         * src/procmsg.c [1.150.2.4]
14598         * src/procmsg.h [1.60.2.5]
14599         * src/pop.c [1.56.2.4]
14600         * src/pop.h [1.17.2.3]
14601                 Let too big messages get downloaded, but truncated
14602                 Add a button to download them completely
14603                 
14604 2004-07-06 [colin]      0.9.11cvs17.9
14605
14606         * src/gtk/quicksearch.c [1.1.2.3]
14607                 Add a Clear button
14608         * commitHelper
14609         * PATCHSETS
14610                 Add a script to help with cvs
14611
14612 2004-07-03 [colin]      0.9.11cvs17.8
14613
14614         * src/plugins/imageviewer/viewer.c
14615                 fix imageviewer (which was staying on the first
14616                 displayed image)
14617
14618 2004-07-03 [colin]      0.9.11cvs17.7
14619
14620         Removed FIXME_GTK2 warnings
14621         * src/gtk/gtkutils.c
14622                 useless #warnings
14623         * src/gtk/menu.c
14624                 useless #warnings (no need to mess with menu rc)
14625         * src/gtk/menu.h
14626                 unused functions
14627         
14628
14629 2004-07-03 [colin]      0.9.11cvs17.6
14630
14631         Removed FIXME_GTK2 warnings
14632         * src/codeconv.c
14633                 useless #warnings (rewrite needed)
14634         * src/compose.c
14635                 useless #warnings (rewrite needed)
14636                 useless #warnings (gtk2 is like that)
14637                 useless #warnings (previously fixed)
14638         * src/main.c
14639                 useless #warnings (previously fixed)
14640         * src/message_search.c
14641                 useless #warnings (gtk2 is like that)
14642                 Made apparent that search is case-sensitive
14643         * src/mimeview.c
14644                 useless #warnings (rewrite needed)
14645                 useless #warnings (gtk2 is like that)
14646                 reimplemented real warnings
14647         * src/prefs_common.c
14648                 Removed block cursor option (not it gtk2)
14649         * src/prefs_gtk.c
14650                 useless #warnings (rewrite needed)
14651         * src/procheader.c
14652                 useless #warnings (rewrite needed)
14653         * src/sourcewindow.c
14654                 useless #warnings (incorrect placing)
14655         * src/summary_search.c
14656                 useless #warnings (gtk2 is like that)
14657                 Made apparent that search is case-sensitive
14658         * src/action.c
14659                 useless #warnings (gtk2 is like that)
14660         * src/textview.c
14661                 useless #warnings (rewrite needed)
14662         * src/toolbar.c
14663                 useless #warnings (rewrite needed)
14664
14665 2004-07-03 [colin]      0.9.11cvs17.5
14666
14667         * src/textview.c
14668                 Fix mismerge which broke URI opening
14669                 
14670 2004-07-01 [colin]      0.9.11cvs17.4
14671
14672         * src/gtk/filesel.c
14673                 Fill filename when saving
14674                 
14675 2004-06-27 [colin]      0.9.11cvs17.3
14676
14677         * src/gtk/filesel.[ch]
14678                 Use the new GTK file selector
14679                 Update prototype to match the reality: multiple file
14680                 selection is open-only          
14681         * src/compose.c
14682                 Match the new prototypes        
14683         * configure.ac
14684                 Match the new requirements (gtk 2.4.0)
14685                         
14686 2004-06-26 [colin]      0.9.11cvs17.2
14687
14688         * src/plugins/trayicon/trayicon.c
14689                 Remove useless signal handler on resize, which causes
14690                 an infinite "loop"
14691         
14692 2004-06-26 [colin]      0.9.11cvs17.1
14693         
14694         * tools/Makefile.am
14695                 remove launch_firebird and add nautilus2sylpheed.sh
14696         * src/quicksearch.c
14697           src/summaryview.c
14698                 Fix show/hide "Extended symbols" button problem
14699                 Fix apparition at startup
14700                 Fix const warnings
14701         * src/plugins/image_viewer/Makefile.am
14702                 Fix configure 
14703         * common/ssl.c
14704                 Re-enable certificate check, as it doesn't seem to
14705                 cause Xlib errors anymore
14706
14707 2004-06-25 [paul]       0.9.11cvs17
14708
14709         * sync with 0.9.11cvs17 HEAD
14710         
14711         NOTE: QuickSearch is broken
14712
14713 2004-06-07 [colin]      0.9.10claws67.10
14714         * src/plugins/trayicon/trayicon.c
14715           src/plugins/trayicon/libeggtrayicon/Makefile.am
14716           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14717                 Fix gettextization in trayicon plugin
14718
14719 2004-06-07 [colin]      0.9.10claws67.9
14720         
14721         * src/summaryview.c
14722           src/gtk/gtksctree.[ch]
14723                 Let Shift+{Up,Down} work in summaryview
14724                 (well, Down "works" and Up works)
14725                 Let the list scroll when using these keys
14726
14727 2004-06-06 [colin]      0.9.10claws67.8
14728
14729         * src/plugins/trayicon/trayicon.c
14730                 Fix pixmap update
14731
14732 2004-06-06 [colin]      0.9.10claws67.7
14733
14734         * src/addressbook.c
14735                 Fix signal handling causing system-wide focus grab
14736
14737 2004-05-25 [paul]       0.9.10claws67.6
14738
14739         * Makefile.am
14740           src/Makefile.am
14741                 clean up
14742
14743 2004-05-25 [paul]       0.9.10claws67.5
14744
14745         * replace deprecated gtk_signal... functions
14746
14747 2004-05-23 [colin]      0.9.10claws67.4
14748
14749         * src/compose.c
14750                 Fix wrapping
14751
14752 2004-05-22 [colin]      0.9.10claws67.3
14753
14754         * src/compose.c
14755                 Re-fix [Edited] in compose.c::compose_reedit()
14756
14757 2004-05-22 [colin]      0.9.10claws67.2
14758
14759         * src/procmime.c
14760                 Fix parsing of multiparts mails
14761
14762 2004-05-22 [colin]      0.9.10claws67.1
14763
14764         * src/summaryview.c
14765                 Fix quicksearch
14766
14767 2004-05-22 [paul]       0.9.10claws67
14768
14769         * sync with 0.9.10claws67 HEAD
14770
14771 2004-05-14 [alfons]
14772
14773         * src/procmime.h
14774                 add forgotton prototype
14775
14776 2004-05-10 [paul]       0.9.10claws57
14777
14778         * sync with 0.9.10claws57 HEAD
14779
14780 2004-05-05 [paul]       0.9.9.claws1
14781
14782         * ChangeLog-gtk2        ** REMOVED **
14783           ChangeLog-gtk2.claws  ** ADDED **
14784                 rename and adopt the normal claws format
14785                 
14786         * configure.ac
14787                 require gtkmathview >= 0.5
14788
14789         * ac/*                          ** REMOVED **
14790           ac/                           ** REMOVED **
14791           intl/Makefile.in              ** REMOVED **
14792           m4/                           ** ADDED **
14793           m4/missing                    ** ADDED **
14794           m4/missing/gdk-pixbuf.m4      ** ADDED **
14795           m4/missing/gettext.m4         ** ADDED **
14796           m4/missing/gpgme.m4           ** ADDED **
14797           m4/missing/imlib.m4           ** ADDED **
14798           m4/.cvsignore                 ** ADDED **
14799           m4/Makefile.am                ** ADDED **
14800           m4/README                     ** ADDED **
14801           m4/aclocal-include.m4         ** ADDED **
14802           m4/aspell.m4                  ** ADDED **
14803           m4/check-type.m4              ** ADDED **
14804           m4/gnupg-check-typedef.m4     ** ADDED **
14805           m4/openssl.m4                 ** ADDED **
14806           m4/spamassassin.m4            ** ADDED **
14807           po/ChangeLog                  ** REMOVED **
14808           po/Makefile.in.in             ** REMOVED **
14809           po/Rules-quot                 ** REMOVED **
14810           po/boldquot.sed               ** REMOVED **
14811           po/en@boldquot.header         ** REMOVED **
14812           po/en@quot.header             ** REMOVED **
14813           po/insert-header.sin          ** REMOVED **
14814           po/quot.sed                   ** REMOVED **
14815           po/remove-potcdate.sed        ** REMOVED **
14816           po/remove-potcdate.sin        ** REMOVED **
14817           po/stamp-po                   ** REMOVED **
14818           Makefile.am
14819           autogen.sh
14820           configure.ac
14821                 enable building with automake 1.8.x
14822                 add 'autopoint --force' to autogen.sh and remove all
14823                 auto-generated files, remove ac/ directory and use
14824                 m4/ directory instead
14825                 
14826         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14827                 fix gettextization
14828
14829 2004-02-28 Colin Leroy <colin@colino.net>
14830         * src/prefs_matcher.c
14831           src/prefs_filtering.c
14832           src/prefs_filtering_action.c
14833                 Fix non-editable GtkEntries
14834
14835 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14836         * src/prefs_themes.c
14837                 utf8 conversion for theme info
14838
14839 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14840         * sync 0.9.9claws
14841
14842 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14843         * src/grouplistdialog.c
14844                 allow multiple selections without ctrl key
14845
14846 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14847         * src/main.c
14848                 enable customizable accelerators
14849
14850 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14851         * src/prefs_common.c
14852                 re-enable different font settings for gtk1/2
14853         * src/prefs_folder_item.c
14854                 fix folder prefs displayed wrong
14855         * src/textview.c
14856                 set 'sunken' shadow type
14857
14858 2004-02-07 Colin Leroy <colin@colino.net>
14859         * src/compose.c
14860                 Fix message being always [Edited]
14861                 Encode headers correctly (utf8 buf)
14862
14863 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14864         * src/socket.c
14865                 remove double g_source_attach()
14866                 (Thanks to Colin Leroy)
14867
14868 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14869         * src/gtk/gtksctree.c
14870                 Fix SSL certificate list not shown
14871         * src/mimeview.c
14872                 Fix clicks in mime tree
14873
14874 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14875         * src/common/socket.c
14876                 Fix SSL receive
14877         * src/compose.c
14878                 Fix clipboard menu hotkeys
14879
14880 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14881         * src/gtk/gtkaspell.[ch]
14882           src/compose.c
14883                 reimplement spellchecker
14884
14885 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14886         * src/gtk/filesel.c
14887                 crash when inserting file in compose window
14888                 (TODO: keep old selection on clicks)
14889         * src/main.c
14890                 use gtkrc-2.0 instead of gtkrc
14891
14892 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14893         * src/messageview.c
14894                 remove orphaned mimeview unref()
14895
14896 2004-01-20 Thorsten Maerz <torte@netztorte.de>
14897         * src/grouplistdialog.c
14898                 expand nodes containing subscribed groups
14899
14900 2004-01-19 Thorsten Maerz <torte@netztorte.de>
14901         * src/textview.c
14902                 textview: hide cursor, restore old click behaviour
14903
14904 2004-01-18 Thorsten Maerz <torte@netztorte.de>
14905         * src/textview.c
14906                 variable names messed up
14907
14908 2004-01-17 Colin Leroy <colin@colino.net>
14909         * src/addr_compl.c
14910                 Fix completion address too thin
14911         * src/compose.c
14912                 Fix tab-to-subject behaviour
14913         * src/summaryview.c
14914                 Implement key up & down in summaryview
14915
14916 2004-01-12 Thorsten Maerz <torte@netztorte.de>
14917
14918         * sync 098claws
14919
14920 2004-01-08 Thorsten Maerz <torte@netztorte.de>
14921         * configure.ac
14922           Makefile.am
14923           doc/.cvsignore
14924           doc/Makefile.am
14925                 faq, man, manual moved to doc/
14926         * ac/aspell.m4
14927           ac/check-type.m4
14928           ac/gnupg-check-typedef.m4
14929           ac/openssl.m4
14930           ac/spamassassin.m4
14931           ac/missing/gdk-pixbuf.m4
14932           ac/missing/gpgme.m4
14933           ac/missing/imlib.m4
14934                 fix automake warnings
14935
14936 2003-12-06 Colin Leroy <colin@colino.net>
14937         * src/summaryview.c
14938                 Fix quicksearch
14939
14940 2003-12-05 Colin Leroy <colin@colino.net>
14941         * src/summaryview.c
14942                 Fix going to next unread folder
14943
14944 2003-12-05 Colin Leroy <colin@colino.net>
14945         * src/crash.c
14946                 Fix gtk2 compilation
14947         * src/session.c
14948                 Remove iotag source handler at disconnection
14949         * src/socket.[ch] 
14950                 Remove source handler when closing socket 
14951                 (fixes another seg)
14952
14953 2003-12-04 Colin Leroy <colin@colino.net>
14954         * src/compose.c
14955           src/prefs_account.c
14956           src/prefs_common.c
14957                 Fix some dropdown menus
14958
14959 2003-12-04 Colin Leroy <colin@colino.net>
14960         * src/compose.c
14961                 Fix event handlers on header fields
14962         * src/common/socket.c
14963           src/common/session.c
14964                 Fix segfault with callback (SSL)
14965                 Fix end of session 
14966
14967 2003-10-06 Thorsten Maerz <torte@netztorte.de>
14968
14969         * Fix compile bug in src/compose.c
14970         * removed src/gtk/gtkstext.[ch]
14971
14972 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
14973
14974         * Convert character set and escape "text" attributes in toolbar setting
14975         files.
14976         * Fixed bug in button-press-event handling.
14977
14978 2003-09-16 Thorsten Maerz <torte@netztorte.de>
14979
14980         * Fixed bug in key-press-event handling.
14981
14982 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
14983
14984         * Enabled to compile tray-icon plugin (Ad-hoc).
14985         * Avoid hang up bug of icon list in mime view (Ad-hoc).
14986
14987 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
14988
14989         * Enabled to compile on sylpheed-claws.
14990         (tray-icon plugin still cannot compile yet.)
14991
14992 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
14993
14994         * Updated to 0.9.5.
14995
14996 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
14997
14998         * Updated to 0.9.4.
14999         * Ported monitoring SSL mechanism to GSource of GLib2
15000         (I don't confirm it)
15001         * Added _gtk2 suffix to key name of font preference to avoid
15002         ovverwriting preference of Gtk+-1.2 version.
15003
15004 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15005
15006         * Updated to 0.9.2.
15007
15008 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15009
15010         * Updated to 0.9.1.
15011         * Translate po files into UTF-8 when execute autogen.sh.
15012
15013 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15014
15015         * Updated to 0.9.0.
15016
15017 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15018
15019         * Plugged GError related memory leaks.
15020
15021 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15022
15023         * Changed default size of fonts.
15024         * Enabled to set titile font size of warning dialog.
15025
15026 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15027
15028         * Embed a sylpheed icon into executable binary on Windows.
15029
15030 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15031
15032         * I forgot to traslate character set of element string in src/xml.c.
15033
15034 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15035
15036         * Fixed detecting bind_textdomain_codeset in configure.in.
15037         * The bug in which "Example" of "Date fromat" preference isn't displayed
15038         correctly has been fixed.
15039
15040 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15041
15042         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15043           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15044           glib-gettextize
15045           Removed intl directory.
15046           Translated po files into UTF-8.
15047           (Thanks! Ryuji Abe)
15048
15049 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15050
15051         * The bug which doesn't unscape string in xml.c has been fixed.
15052
15053 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15054
15055         * The bug which is failed to translate encoding of file name thorough
15056         file dialog has been fixed.
15057
15058 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15059
15060         * Modified to translate file names which is used in inporting/expoting
15061         mbox feature and "Save as" feature into locale encoding.
15062         * Translate file names into locale encoding when "Attache file" and
15063         "Insert file".
15064         * Force set G_BROKEN_FILENAMES environment variable.
15065         * Other minor fixes.
15066
15067 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15068
15069         * Modified to treat MH folder's name as locale encoding.
15070
15071 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15072
15073         * The bug which clash on switching candidates of auto completion of
15074         addresses, cannot use auto completion in Japanesse is fixed
15075         (Thanks! Tokunaga-san)¡¥
15076
15077 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15078
15079         * The bug which cannot switch key accelerator preference has been fixed
15080         (Thanks! smbd-san)¡¥
15081
15082 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15083
15084         * version 0.8.11-gtk2-20030314
15085
15086 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15087
15088         * The bug in which character set conversion of filtering messages has
15089         been fixed.(Thanks! COCOA-san).
15090
15091 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15092
15093         * Revived "Leave space on head" preference in "Message" category.
15094         * A bug which clash when put the cursor to end of buffer and execute
15095         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15096
15097 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15098
15099         * version 0.8.11-gtk2-20030312
15100
15101 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15102
15103         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15104         * Modified to use Pango's API directly for font preference.
15105         * Integrated GtkTextView of textview to one widget.
15106         * Set fonts of header title in textview by "header_title" tag.
15107         * Removed some deprecated codes.
15108
15109 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15110
15111         * Updated to 0.8.11.
15112         * Merged cygwin patch(Thanks! Sakai-san).
15113
15114 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15115
15116         * version 0.8.10-gtk2-20030309