2006-05-24 [wwp] 2.2.0cvs51
[claws.git] / ChangeLog
1 2006-05-24 [wwp]        2.2.0cvs51
2
3         * src/folderutils.c
4                 fixed "mark all read" in MH folders (thanks to Colin).
5
6 2006-05-24 [paul]       2.2.0cvs50
7
8         * doc/man/sylpheed-claws.1
9                 updated the man page
10
11 2006-05-23 [colin]      2.2.0cvs49
12
13         * src/folderview.c
14         * src/imap.c
15         * src/inc.c
16         * src/mbox.c
17         * src/messageview.c
18         * src/news.c
19         * src/send_message.c
20         * src/summaryview.c
21         * src/gtk/sslcertwindow.c
22                 alertpanel fixes, by Fabien
23
24 2006-05-23 [colin]      2.2.0cvs48
25
26         * src/folder.c
27         * src/folderview.c
28         * src/msgcache.c
29         * src/summaryview.c
30         * src/gtk/gtksctree.c
31         * src/gtk/gtksctree.h
32                 More timings
33                 Fix slow loading problem, which was caused by the
34                 use of some gtk_ctree funcs and their use of
35                 g_list_position while gtk_ctree_(un)link'ing.
36                 Reap more functions from gtkctree.c to be sure we
37                 use our (fast) version instead of theirs.
38         * src/mh.c
39                 Fix copy of unread mails
40
41
42 2006-05-22 [wwp]        2.2.0cvs47
43
44         * manual/fr/advanced.xml
45                 updated.
46
47 2006-05-22 [colin]      2.2.0cvs46
48
49         * src/filtering.c
50                 Fix possible infinite loop. 'copy' is not a 
51                 final action, so when encountering a 'copy',
52                 we have to check if a previous one was set
53                 and do it. In the same way, if we encounter
54                 a 'move' we have to perform a possibly 
55                 pending 'copy'. This will slow down filtering
56                 on IMAP if move+copy or multiple copy actions
57                 are to be done, but handling it via the batch
58                 would be really too convoluted.
59
60 2006-05-22 [wwp]        2.2.0cvs45
61
62         * manual/fr/advanced.xml
63         * manual/fr/faq.xml
64         * manual/fr/glossary.xml
65         * manual/fr/handling.xml
66         * manual/fr/intro.xml
67         * manual/fr/plugins.xml
68         * manual/fr/sylpheed-claws-manual.xml
69                 sync w/ the english manual: updates URIs, documented mailing-list
70                 support, better explanation about the enabled/disabled feature
71                 in filtering/processing rules by Paul.
72
73 2006-05-21 [colin]      2.2.0cvs44
74
75         * src/summaryview.c
76                 Don't expand after building threads, but during
77
78 2006-05-21 [colin]      2.2.0cvs43
79
80         * src/procmsg.c
81         * src/summaryview.c
82                 More timing possibilities... For next time I have 
83                 to find out how the hell some 3GHz computer takes
84                 one minute to open a 30k folder...
85
86 2006-05-21 [colin]      2.2.0cvs42
87
88         * manual/pl/advanced.xml
89         * manual/pl/faq.xml
90         * manual/pl/glossary.xml
91         * manual/pl/handling.xml
92         * manual/pl/intro.xml
93         * manual/pl/plugins.xml
94         * manual/pl/sylpheed-claws-manual.xml
95                 Polish manual updated by Pawel
96
97 2006-05-20 [colin]
98
99         * 2.3.0-rc3 released
100
101 2006-05-20 [colin]      2.2.0cvs41
102
103         * src/imap.c
104                 Fix -rc2 problems:
105                 - remove cache of moved messages from original folder
106                 - apply new flags to messages even if they aren't appliable
107                   via IMAP.
108
109 2006-05-20 [colin]
110
111         * 2.3.0-rc2 released
112
113 2006-05-19 [colin]      2.2.0cvs40
114
115         * src/imap.c
116                 Don't issue SELECT in imap_change_flags
117                 before having checked that we indeed have
118                 some flags to change. MSG_POSTFILTERED for
119                 example can't be used on IMAP.
120                 Fixes bug #955 (copying messages between 
121                 imap folders is extremely slow), which was
122                 a regression.
123
124 2006-05-19 [colin]      2.2.0cvs39
125
126         * src/folder.c
127         * src/folder.h
128         * src/folderview.c
129                 Try to fix bug #830 (Some unread messages 
130                 get marked read in IMAP inbox):
131                 - Prevent scanning a folder if it's being 
132                   opened via the GUI
133                 - Postpone opening via the GUI of a folder
134                   currently scanned.
135
136
137 2006-05-19 [wwp]        2.2.0cvs38
138
139         * manual/advanced.xml
140                 fix English+typo (thanks to Paul).
141
142 2006-05-19 [wwp]        2.2.0cvs37
143
144         * manual/advanced.xml
145         * manual/fr/advanced.xml
146         * src/gtk/logwindow.c
147         * src/prefs_common.c
148         * src/prefs_common.h
149                 added hidden prefs to allow customization of colors used in
150                 protocol log window (useful for dark gtk+ themes).
151
152 2006-05-19 [wwp]        2.2.0cvs36
153
154         * ChangeLog
155                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
156
157 2006-05-19 [paul]       2.2.0cvs35
158
159         * src/textview.c
160                 make Reply-To fully clickable
161         * src/gtk/logwindow.c
162                 more colouring (SMTP ESMTP)
163         Both patches by Pawel Pekala
164
165 2006-05-19 [cleroy]     2.2.0cvs34
166
167         * src/mh.c
168                 Don't update flags from current folder
169                 Probably fixes bug #935 (Read Messages 
170                 Revert to Being Marked as Unread)
171
172 2006-05-18 [colin]      2.2.0cvs33
173
174         * src/imap.c
175                 Warning fix
176         * src/compose.c
177         * src/mainwindow.c
178         * src/summaryview.c
179         * src/toolbar.c
180                 Allow replying to multiple emails
181                 in multiple windows
182         * src/mimeview.c
183         * src/etpan/imap-thread.c
184                 Leak fixes
185
186 2006-05-18 [paul]       2.2.0cvs32
187
188         * src/summaryview.c
189                 keep Mailing-List menu refreshed
190                 Thanks to Colin
191
192 2006-05-18 [paul]       2.2.0cvs31
193
194         * manual/advanced.xml
195         * manual/faq.xml
196         * manual/glossary.xml
197         * manual/handling.xml
198         * manual/intro.xml
199         * manual/plugins.xml
200         * manual/sylpheed-claws-manual.xml
201                 update URLs
202                 add info about mailing-list support
203                 edit filtering info
204         * src/wizard.c
205         * src/common/defs.h
206         * src/gtk/about.c
207         * src/plugins/dillo_viewer/README
208                 update URLs
209
210 2006-05-17 [wwp]        2.2.0cvs30
211
212         * manual/handling.xml
213         * manual/fr/handling.xml
214                 documented the ability to enabled/disable filtering/processing rules.
215
216 2006-05-17 [colin]      2.2.0cvs29
217
218         * src/main.c
219                 Don't initialize g_thread subsystem if it's 
220                 already done (thanks to Hiro)
221         * src/mimeview.c
222                 Fix saving of parts when there name can't be
223                 converted from UTF-8.
224
225 2006-05-17 [paul]       2.2.0cvs28
226
227         * po/Makefile.in.in
228                 fix config.status warning with autoconf 2.60
229
230 2006-05-17 [paul]       2.2.0cvs27
231
232         * po/POTFILES.in
233                 add src/mbox.c
234
235 2006-05-17 [wwp]        2.2.0cvs26
236
237         * src/mainwindow.c
238                 fix useless and potentially dangerous buffer walking (thanks to Colin).
239
240 2006-05-17 [wwp]        2.2.0cvs25
241
242         * src/plugins/demo/demo.c
243                 updated product name in plugin demo (many plugins need to be
244                 sync'ed w/ that change).
245
246 2006-05-17 [colin]      2.2.0cvs24
247
248         * src/mh.c
249                 Fix leak
250
251 2006-05-16 [colin]      2.2.0cvs23
252
253         * src/mainwindow.c
254                 Stupid me hit again. Fix cvs22.
255
256 2006-05-16 [colin]      2.2.0cvs22
257
258         * src/mainwindow.c
259                 Fix bug #922 (sylpheed-claws crashed after 
260                 pushing on Inbox folder)
261
262 2006-05-16 [colin]      2.2.0cvs21
263
264         * src/compose.c
265                 Make From header be copy/paste/select-able
266
267 2006-05-16 [wwp]        2.2.0cvs20
268
269         * src/export.c
270         * src/matcher.c
271         * src/summaryview.c
272         * src/etpan/imap-thread.c
273                 fix some compiler warnings (thanks to Colin).
274
275 2006-05-16 [wwp]        2.2.0cvs19
276
277         * src/action.c
278         * src/gedit-print.c
279         * src/inc.c
280         * src/mainwindow.c
281         * src/mh.c
282         * src/statusbar.c
283         * src/send_message.c
284         * src/summaryview.c
285                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
286
287 2006-05-15 [colin]      2.2.0cvs18
288
289         * src/procmsg.c
290                 Fix automatic rule creation with List-Post
291
292 2006-05-15 [paul]       2.2.0cvs17
293
294         * tools/filter_conv_new.pl
295                 updated for rule enabling/disabling
296                 claws version >= 2.3.x required
297
298 2006-05-15 [cleroy]     2.2.0cvs16
299
300         * src/main.c
301                 Revert test
302
303 2006-05-15 [cleroy]     2.2.0cvs15
304
305         * src/main.c
306                 test
307
308 2006-05-15 [wwp]        2.2.0cvs14
309
310         * manual/pl/.cvsignore
311                 ignore generated files.
312
313 2006-05-14 [wwp]        2.3.0-rc1
314
315         * 2.3.0-rc1 released
316
317 2006-05-13 [wwp]        2.2.0cvs13
318
319         * src/filtering.c
320         * src/filtering.h
321         * src/matcher.c
322         * src/matcher_parser_lex.l
323         * src/matcher_parser_parse.y
324         * src/prefs_filtering.c
325                 new feature: provide the ability to disable filtering and processing
326                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
327                 adaptations.
328
329 2006-05-13 [colin]      2.2.0cvs12
330
331         * src/compose.c
332                 Remove useless if (a) b; else b;
333                 Thanks to wwp
334
335 2006-05-13 [wwp]        2.2.0cvs11
336
337         * src/export.c
338         * src/import.c
339         * src/mainwindow.c
340         * src/mbox.c
341         * src/summaryview.c
342         * src/summaryview.h
343                 no more silent failures (or at least less ones) when importing
344                 or exporting from/to mbox. Also start importing/exporting if
345                 the necessary info is set.
346
347 2006-05-13 [wwp]        2.2.0cvs10
348
349         * RELEASE_NOTES
350                 restored up-to-date release notes.
351
352 2006-05-13 [paul]       2.2.0cvs9
353
354         * po/nl.po
355         * po/ru.po
356                 updated by Tim Dijkstra and Pavlo Bohmat
357
358 2006-05-12 [colin]      2.2.0cvs8
359
360         * src/gtk/quicksearch.c
361                 Add "k" as shortcut for "colorlabel". Patch
362                 by ath42@users.sf.net.
363
364 2006-05-12 [paul]       2.2.0cvs7
365
366         * src/prefs_common.h
367         * src/prefs_summaries.c
368         * src/summaryview.c
369                 when entering a folder also allow
370                 going directly to first Marked message
371
372 2006-05-12 [paul]       2.2.0cvs6
373
374         * src/summaryview.c
375                 always obey 'confirm before marking all
376                 mails read' option
377
378 2006-05-12 [paul]       2.2.0cvs5
379
380         * src/textview.c
381                 make Sender fully clickable
382
383 2006-05-12 [colin]      2.2.0cvs4
384
385         * src/compose.c
386         * src/compose.h
387                 Let From be editable
388         * src/main.c
389         * src/mh.c
390                 Full support of .mh_sequences' Unseen seq
391
392 2006-05-12 [colin]      2.2.0cvs3
393
394         * src/folder.c
395         * src/mainwindow.c
396         * src/mainwindow.h
397         * src/messageview.c
398         * src/prefs_spelling.c
399         * src/procheader.c
400         * src/procmsg.c
401         * src/procmsg.h
402         * src/summaryview.c
403         * src/toolbar.c
404         * src/toolbar.h
405                 Add contextual menu on Compose toolbar
406                 button. Fixes bug #944 (Automatic
407                 addresses not applied when changing account
408                 from compose window)
409                 add Mailing List support
410                 based on the old 0.6.5claws25 patch by
411                 Melvin Hadasht, with finishing touches
412                 by Colin
413                 Fix "ignore thread" when mails are threaded by
414                 subject (and weren't ignored although appearing
415                 in the thread).
416                 GUI rework.
417                 Both patches by Pawel.
418
419 2006-05-08 [paul]       2.2.0cvs2
420
421         * src/mainwindow.c
422         * src/mainwindow.h
423         * src/messageview.c
424         * src/procheader.c
425         * src/procmsg.c
426         * src/procmsg.h
427         * src/summaryview.c
428                 add Mailing List support
429                 based on the old 0.6.5claws25 patch by 
430                 Melvin Hadasht, with finishing touches
431                 by Colin
432
433 2006-05-08 [colin]      2.2.0cvs1
434
435         * src/mainwindow.c
436         * src/toolbar.c
437         * src/toolbar.h
438                 Add contextual menu on Compose toolbar 
439                 button. Fixes bug #944 (Automatic 
440                 addresses not applied when changing account 
441                 from compose window)
442
443 2006-05-08 [paul]       2.2.0
444
445         2.2.0 released
446
447 2006-05-08 [paul]       2.1.1cvs51
448
449         * po/cs.po
450         * po/de.po
451         * po/en_GB.po
452         * po/fi.po
453         * po/fr.po
454         * po/pt_BR.po
455         * po/sr.po
456         * po/zh_CN.po
457                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
458                 Fabien Vantard, Frederico Goncalves Guimaraes,
459                 Aleksandar Urosevic, and Ralgh Young
460
461 2006-05-12 [colin]      2.1.1cvs50
462
463         * po/cs.po
464         * po/de.po
465         * po/en_GB.po
466         * po/es.po
467         * po/fi.po
468         * po/fr.po
469         * po/pt_BR.po
470         * po/sr.po
471         * po/zh_CN.po
472                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
473                 Fabien Vantard, Frederico Goncalves Guimaraes,
474                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
475
476 2006-05-05 [colin]      2.1.1cvs49
477
478         * manual/Makefile.am
479         * manual/pl/Makefile.am
480         * manual/pl/account.xml
481         * manual/pl/ack.xml
482         * manual/pl/addrbook.xml
483         * manual/pl/advanced.xml
484         * manual/pl/faq.xml
485         * manual/pl/glossary.xml
486         * manual/pl/gpl.xml
487         * manual/pl/handling.xml
488         * manual/pl/intro.xml
489         * manual/pl/keyboard.xml
490         * manual/pl/plugins.xml
491         * manual/pl/starting.xml
492         * manual/pl/sylpheed-claws-manual.xml
493         * manual/pl/dist/.cvsignore
494         * manual/pl/dist/Makefile.am
495         * manual/pl/dist/html/.cvsignore
496         * manual/pl/dist/html/Makefile.am
497         * manual/pl/dist/pdf/.cvsignore
498         * manual/pl/dist/pdf/Makefile.am
499         * manual/pl/dist/ps/.cvsignore
500         * manual/pl/dist/ps/Makefile.am
501         * manual/pl/dist/txt/.cvsignore
502         * manual/pl/dist/txt/Makefile.am
503                 Add the polish translation of the manual,
504                 Authored by Pawel Pekala.
505
506 2006-05-05 [cleroy]     2.1.1cvs48
507
508         * src/main.c
509                 Re-read matcherrc after loading plugins 
510                 if some of them add folders.
511
512 2006-05-03 [colin]      2.1.1cvs47
513
514         * src/imap.c
515                 I'm idiot
516
517 2006-05-03 [colin]      2.1.1cvs46
518
519         * src/imap.c
520                 Be sure to have a session when
521                 getting separator
522
523 2006-05-03 [colin]      2.1.1cvs45
524
525         * src/imap.c
526         * src/imap.h
527         * src/imap_gtk.c
528                 Fix preventing renaming with namespace 
529                 separator.
530
531 2006-05-01 [colin]      2.1.1cvs44
532
533         * src/action.c
534                 Don't reload messageview when result of
535                 action is piped.
536
537 2006-04-29 [colin]      2.1.1cvs43
538
539         * src/prefs_receive.c
540         * src/plugins/spamassassin/spamassassin_gtk.c
541         * src/plugins/clamav/clamav_plugin_gtk.c
542                 GUI fixes by Pawel
543
544 2006-04-29 [colin]      2.1.1cvs42
545
546         * src/prefs_compose_writing.c
547         * src/prefs_quote.c
548                 Cleanups. Patch by Pawel
549
550 2006-04-28 [paul]       2.1.1cvs41
551
552         * src/matcher.c
553                 fix returned quick search results when search
554                 term contains an underscore.
555                 Thanks to Colin
556
557 2006-04-28 [paul]       2.1.1cvs40
558
559         * src/prefs_message.c
560         * src/prefs_receive.c
561                 GUI cleanups
562                 Patches by Pawel Pekala
563
564 2006-04-27 [colin]      2.1.1cvs39
565
566         * src/wizard.c
567                 Differentiate subject Welcome from
568                 window's title Welcome
569
570 2006-04-27 [paul]
571
572         2.2.0-rc1 released
573
574 2006-04-27 [paul]       2.1.1cvs38
575
576         * manual/advanced.xml
577         * manual/fr/advanced.xml
578                 add info about compose_no_markup hidden pref
579
580 2006-04-27 [paul]       2.1.1cvs37
581
582         * src/prefs_account.c
583                 improve privacy labels
584         * src/prefs_msg_colors.c
585                 change some strings for translators' convenience
586         * src/gtk/gtkutils.c
587                 don't underline the link button text
588
589 2006-04-25 [colin]      2.1.1cvs36
590
591         * src/folder.c
592                 Complete 2.1.1cvs33 (once more ;)
593
594 2006-04-25 [colin]      2.1.1cvs35
595
596         * src/editldap.c
597                 Fix tooltip
598
599 2006-04-25 [cleroy]     2.1.1cvs34
600
601         * src/compose.c
602         * src/gtk/gtkaspell.c
603                 Fix crash on redirect (related to the return 
604                 of the aspell menu in compose's toolbar)
605         * src/prefs_msg_colors.c
606                 Fix sensitivity widgets
607         * src/image_viewer.c
608         * src/gtk/pluginwindow.c
609         * src/gtk/prefswindow.c
610                 Change released signals to clicked (Fabien)
611         * po/POTFILES.in
612         * src/common/socket.c
613         * src/plugins/spamassassin/spamassassin.c
614                 Translate strings (Fabien)
615
616 2006-04-25 [paul]       2.1.1cvs33
617
618         * src/folder.c
619         * src/folder.h
620         * src/folderview.c
621                 complete the fix of bug #912
622                 Thanks to Colin
623
624 2006-04-25 [colin]      2.1.1cvs32
625
626         * src/news.c
627                 Better progress bar
628         * src/mimeview.c
629         * src/summaryview.c
630         * src/summaryview.h
631                 Fix focus chain
632                 Patches by Pawel Pekala
633
634 2006-04-24 [colin]      2.1.1cvs31
635
636         * src/compose.c
637                 Fix compilation warnings (Fabien)
638
639 2006-04-24 [colin]      2.1.1cvs30
640
641         * src/addrindex.c
642         * src/editldap.c
643         * src/editldap_basedn.c
644         * src/editldap_basedn.h
645         * src/ldapctrl.c
646         * src/ldapctrl.h
647         * src/ldapquery.c
648         * src/ldaputil.c
649         * src/ldaputil.h
650                 Fix bug #901 (LDAPS support)
651
652 2006-04-24 [colin]      2.1.1cvs29
653
654         * src/compose.c
655                 Fix logic on error with send dialog on
656         * src/imap.c
657                 Fix compilation without libetpan, thanks
658                 to Fabien
659         * src/summaryview.c
660                 Fix 'context-menu' key
661
662 2006-04-23 [colin]      2.1.1cvs28
663
664         * src/folder.c
665                 Never free current's cache to free up 
666                 memory. Fixes bug #912 (new count 
667                 randomly set to message count)
668
669 2006-04-23 [colin]      2.1.1cvs27
670
671         * src/gtk/quicksearch.c
672                 And remove printf...
673
674 2006-04-23 [colin]      2.1.1cvs26
675
676         * src/gtk/quicksearch.c
677                 Fix replacing in quicksearch, and fix inserting
678                 in the middle of the string. (introduced at 2.1.0cvs22)
679
680 2006-04-23 [colin]      2.1.1cvs25
681
682         * src/imap.c
683                 Make sure uidnext is initialized in get_num_list
684                 (not for stable, related to 2.1.1cvs8 and friends)
685
686 2006-04-23 [colin]      2.1.1cvs24
687
688         * src/imap.c
689                 Output something when login is successful
690                 too
691
692 2006-04-23 [colin]      2.1.1cvs23
693
694         * src/etpan/imap-thread.c
695                 Better logging (line-per-line, hide data in fetch)
696                 Fix a const warning
697         * src/gtk/logwindow.c
698         * src/gtk/logwindow.h
699                 Better logging (color for input/output)
700
701 2006-04-21 [colin]      2.1.1cvs22
702
703         * src/gtk/quicksearch.c
704                 On gtk+-2.8, use stock buttons in quicksearch
705                 Based on a patch by Fabien and a design by Paul
706
707 2006-04-21 [colin]      2.1.1cvs21
708
709         * src/folderview.c
710         * src/mainwindow.c
711                 Fix occasional flicker in folderview
712         * src/common/utils.c
713                 Fix bug #943 (Incorrectly parsed email address 
714                 list in short headers on message view and in 
715                 printouts)
716
717 2006-04-20 [colin]      2.1.1cvs20
718
719         * src/imap.c
720         * src/imap.h
721         * src/prefs_account.c
722                 Add ANONYMOUS auth for IMAP
723
724 2006-04-20 [paul]       2.1.1cvs19
725
726         * src/main.c
727                 proper fix for 2.1.1cvs18
728                 Thanks to Colin
729
730 2006-04-20 [paul]       2.1.1cvs18
731
732         * src/main.c
733                 fix build warnings
734
735 2006-04-20 [paul]       2.1.1cvs17
736
737         * src/gtk/quicksearch.c
738                 fix standard, non-extended Quick search,
739                 was broken in 2.1.1cvs15.
740                 Thanks to Colin.
741
742 2006-04-20 [colin]      2.1.1cvs16
743
744         * src/prefs_matcher.c
745                 Fix values when reselecting a ~test
746                 rule
747
748 2006-04-19 [colin]      2.1.1cvs15
749
750         * src/compose.c
751         * src/compose.h
752         * src/gtk/gtkaspell.c
753         * src/gtk/gtkaspell.h
754                 Put back Options menu in Spelling/
755         * src/gtk/quicksearch.c
756                 Don't search, and show error, if the
757                 advanced search has a syntax error
758
759 2006-04-18 [colin]      2.1.1cvs14
760
761         * src/textview.c
762                 Fix gdk warnings on set_cursor when textview
763                 isn't visible
764
765 2006-04-18 [colin]      2.1.1cvs13
766
767         * src/gtk/gtksctree.c
768                 Remove seemingly useless refresh that causes
769                 flicker - watch this commit in case of 
770                 problems before planned backport to stable
771
772 2006-04-18 [colin]      2.1.1cvs12
773
774         * src/imap.c
775                 Factorize get/set_xml code
776         * src/compose.c
777         * src/prefs_account.c
778         * src/prefs_account.h
779         * src/procmsg.c
780                 Add Encrypt to self option
781
782 2006-04-17 [colin]      2.1.1cvs11
783
784         * configure.ac
785                 Fix search on encrpyt function on dragonfly
786                 Patch by Jonathan Buschmann <jonthn@agmact.com>
787
788 2006-04-17 [colin]      2.1.1cvs10
789
790         * src/prefs_account.c
791                 Be safe by default: remove mails from POP3
792                 after 7 days, not immediately
793
794 2006-04-17 [colin]      2.1.1cvs9
795
796         * src/etpan/imap-thread.c
797                 Fix build on DragonFly - patch by 
798                 Jonathan Buschmann <jonthn@agmact.com>
799
800 2006-04-17 [colin]      2.1.1cvs8
801
802         * src/imap.c
803                 Save uidnext between sessions
804
805 2006-04-17 [colin]      2.1.1cvs7
806
807         * src/imap.c
808                 scan is required when uid validity changes
809
810 2006-04-17 [colin]      2.1.1cvs6
811
812         * src/folderview.c
813                 Don't scan if not necessary, apart in current
814                 folder and INBOX to fetch flags.
815         * src/imap.c
816                 Scan is necessary if unread count changes
817
818 2006-04-17 [colin]      2.1.1cvs5
819
820         * src/imap.c
821                 ...But always fetch ANSWERED and DELETED flags for
822                 INBOX, as filtering can happen on these flags.
823
824 2006-04-17 [colin]      2.1.1cvs4
825
826         * src/imap.c
827                 Don't fetch REPLIED and DELETED flags when synchronising
828                 flags with a closed folder. We only need UNSEEN and FLAGGED
829                 to update the folderview.
830
831 2006-04-17 [colin]      2.1.1cvs3
832
833         * src/imap.c
834                 Faster flag search when there are new mails 
835                 in a folder. We can do a full search if the 
836                 folder contains less messages than the new
837                 list.
838
839 2006-04-17 [colin]      2.1.1cvs2
840
841         * po/cs.po
842         * po/de.po
843         * po/fr.po
844         * po/nl.po
845         * po/pt_BR.po
846                 Update translations from stable branch
847
848 2006-04-17 [colin]      2.1.1cvs1
849
850         * configure.ac
851                 Bump version to follow stable release
852
853 2006-04-16 [mones]      2.1.0cvs50
854
855         * po/es.po
856                 Updated for release
857
858 2006-04-16 [colin]      2.1.0cvs49
859
860         * src/textview.c
861                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
862                 with gtk < 2.8. Thanks to Fabien Vantard.
863
864 2006-04-15 [colin]      2.1.0cvs48
865
866         * src/etpan/imap-thread.c
867                 Fix bug #919 (libetpan: SEGV when connecting 
868                 using command)
869
870 2006-04-14 [colin]      2.1.0cvs47
871
872         * src/main.c
873                 Fix race on --select (should be done better)
874
875 2006-04-14 [wwp]        2.1.0cvs46
876
877         * src/send_message.c
878                 enforce a check for domain in account prefs (a sending
879                 error could be faced if domain was checked but no value set),
880                 thanks to Colin.
881
882 2006-04-14 [colin]      2.1.0cvs45
883
884         * src/codeconv.c
885                 when converting from unknown to unknown, if the
886                 string is UTF8, don't convert it to the locale
887                 (which breaks it)
888
889 2006-04-14 [colin]      2.1.0cvs44
890
891         * src/compose.c
892                 Don't try to use ASCII for converting headers
893                 (as done in body)
894
895 2006-04-14 [paul]       2.1.0cvs43
896
897         * src/crash.c
898                 add locale/charset info to crash report
899         * src/gtk/about.c
900                 add wwp to doc team
901                 replace 'e-mail' with preferred 'email'
902         * src/gtk/authors.h
903                 ensure contributors list is in alphabetical
904                 order
905
906 2006-04-13 [colin]      2.1.0cvs42
907
908         * src/textview.c
909                 Prevent gdk warnings
910
911 2006-04-13 [colin]      2.1.0cvs41
912
913         * src/common/ssl_certificate.c
914         * src/common/ssl_certificate.h
915         * src/gtk/sslcertwindow.c
916                 Warn on expired certs, and display the expiration date
917
918 2006-04-13 [colin]      2.1.0cvs40
919
920         * src/plugins/spamassassin/spamassassin_gtk.c
921                 Fix missing set_text on unix socket
922
923 2006-04-13 [wwp]        2.1.0cvs39
924
925         * manual/fr/advanced.xml
926         * manual/fr/glossary.xml
927                 applied new spam/ham/email lexicon (pourriel, courriel)
928
929 2006-04-13 [paul]       2.1.0cvs38
930
931         * src/plugins/pgpmime/plugin.c
932                 remove the mention of S/MIME from the
933                 description. This is now handled by the
934                 S/MIME plugin.
935
936 2006-04-13 [paul]       2.1.0cvs37
937
938         * src/prefs_msg_colors.c
939                 rework dialog
940         * src/prefs_folder_item.c
941         * src/prefs_spelling.c
942                 add a tooltip to the colour selector buttons
943
944 2006-04-13 [wwp]        2.1.0cvs36
945
946         * manual/advanced.xml
947         * manual/glossary.xml
948         * manual/handling.xml
949         * manual/keyboard.xml
950         * manual/plugins.xml
951         * manual/starting.xml
952         * manual/fr/account.xml
953         * manual/fr/ack.xml
954         * manual/fr/addrbook.xml
955         * manual/fr/advanced.xml
956         * manual/fr/faq.xml
957         * manual/fr/glossary.xml
958         * manual/fr/gpl.xml
959         * manual/fr/handling.xml
960         * manual/fr/intro.xml
961         * manual/fr/keyboard.xml
962         * manual/fr/plugins.xml
963         * manual/fr/starting.xml
964         * manual/fr/sylpheed-claws-manual.xml
965                 fixes to the manuals:
966                  - summaryview -> Message List (same in French)
967                  - translate key names
968                  - fix French punctuation, use non-breakable spaces when
969                    necessary, don't use &thinsp; which is not portable
970                  - tell what maildir and mbox formats we support
971
972 2006-04-12 [wwp]        2.1.0cvs35
973
974         * src/prefs_toolbar.c
975                 unified a replace button more,
976                 patch by Fabien Vantard <fzzzzz@gmail.com>.
977
978 2006-04-12 [wwp]        2.1.0cvs34
979
980         * src/prefs_common.c
981         * src/prefs_msg_colors.c
982                 make default color labels translatable,
983                 patch from Fabien Vantard <fzzzzz@gmail.com>,
984                 thanks to Tim <timbrain@post.cz> for reporting.
985
986 2006-04-12 [wwp]        2.1.0cvs33
987
988         * manual/glossary.xml
989         * manual/intro.xml
990         * manual/plugins.xml
991         * manual/starting.xml
992         * manual/sylpheed-claws-manual.xml
993         * manual/fr/.cvsignore
994         * manual/fr/account.xml
995         * manual/fr/ack.xml
996         * manual/fr/addrbook.xml
997         * manual/fr/advanced.xml
998         * manual/fr/faq.xml
999         * manual/fr/glossary.xml
1000         * manual/fr/handling.xml
1001         * manual/fr/intro.xml
1002         * manual/fr/keyboard.xml
1003         * manual/fr/plugins.xml
1004         * manual/fr/starting.xml
1005         * manual/fr/sylpheed-claws-manual.xml
1006                 various fixes: typos, missing .fr translations, punctuation,
1007                 capitalization, links, accents and some bad French more.
1008
1009 2006-04-12 [wwp]        2.1.0cvs32
1010
1011         * src/prefs_gtk.c
1012                 fix for bug #935: always store prefs files in UTF-8 (thanks
1013                 to Colin).
1014
1015 2006-04-11 [colin]      2.1.0cvs31
1016
1017         * src/compose.c
1018                 Fix inserting files not in utf8 when locale is utf8
1019
1020 2006-04-11 [colin]      2.1.0cvs30
1021
1022         * src/inc.c
1023                 Don't show error dialog when cancelling connection
1024                 Patch by Pawel
1025
1026 2006-04-11 [cleroy]     2.1.0cvs29
1027
1028         * src/compose.c
1029                 Implement multiple quote levels
1030         * src/prefs_common.c
1031                 Change a little bit the quote bgcolor for 2nd level
1032
1033 2006-04-11 [colin]      2.1.0cvs28
1034
1035         * src/gtk/about.c
1036                 Add locale and charset in the label
1037
1038 2006-04-10 [colin]      2.1.0cvs27
1039
1040         * src/compose.c
1041         * src/prefs_common.c
1042         * src/prefs_common.h
1043         * src/prefs_msg_colors.c
1044         * src/textview.c
1045                 Allow optional background color in quotes
1046                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
1047                 GTK+-2.8.x feature
1048
1049 2006-04-10 [colin]      2.1.0cvs26
1050
1051         * src/main.c
1052         * src/mainwindow.c
1053         * src/mainwindow.h
1054                 Implement --select
1055
1056 2006-04-10 [colin]      2.1.0cvs25
1057
1058         * manual/plugins.xml
1059         * manual/fr/plugins.xml
1060                 Document libcurl's proxy variables
1061
1062 2006-04-09 [colin]      2.1.0cvs24
1063
1064         * src/prefs_common.c
1065                 gettext() returns statically allocated stuff. We have
1066                 to strdup it in order to be able to free it.
1067
1068 2006-04-09 [colin]      2.1.0cvs23
1069
1070         * AUTHORS
1071         * src/gtk/authors.h
1072                 Add Alexei
1073
1074 2006-04-09 [colin]      2.1.0cvs22
1075
1076         * src/mainwindow.c
1077         * src/gtk/quicksearch.c
1078                 Fix bug #859 (problems with cyrilic input in 
1079                 search panel) - Patch by Alexey Illarionov 
1080                 <littlesavage@rambler.ru>
1081
1082 2006-04-09 [colin]      2.1.0cvs21
1083
1084         * src/prefs_customheader.c
1085                 I prefer removing then freeing rather than the contrary
1086                 (even if it doesn't change anything ;-)
1087         * src/prefs_account.c
1088                 Fix bug #933 (Crash re-entering the custom headers list 
1089                 dialog in accounts prefs)
1090                 The problem happened when cancelling the Account 
1091                 Preferences' dialogs - in which case we didn't do 
1092                 anything to the PrefsAccount * struct. In case of applying,
1093                 the old ac_prefs was replaced with the tmp_ac_prefs we were
1094                 working with in this dialog. The problem is that 
1095                 prefs_customheader.c, working on this tmp_ac_prefs, always
1096                 changes the ->customhdr_list pointer, even when cancelled. 
1097                 So in case of cancelling the prefs_account dialog, we still
1098                 have to update ->customhdr_list in the real account.
1099
1100 2006-04-08 [colin]      2.1.0cvs20
1101
1102         * manual/fr/glossary.xml
1103         * manual/fr/keyboard.xml
1104                 Forgot some headers :)
1105
1106 2006-04-08 [colin]      2.1.0cvs19
1107
1108         * manual/Makefile.am
1109         * manual/fr/Makefile.am
1110         * manual/fr/account.xml
1111         * manual/fr/ack.xml
1112         * manual/fr/addrbook.xml
1113         * manual/fr/advanced.xml
1114         * manual/fr/faq.xml
1115         * manual/fr/glossary.xml
1116         * manual/fr/gpl.xml
1117         * manual/fr/handling.xml
1118         * manual/fr/intro.xml
1119         * manual/fr/keyboard.xml
1120         * manual/fr/plugins.xml
1121         * manual/fr/starting.xml
1122         * manual/fr/sylpheed-claws-manual.xml
1123         * manual/fr/dist/.cvsignore
1124         * manual/fr/dist/Makefile.am
1125         * manual/fr/dist/html/.cvsignore
1126         * manual/fr/dist/html/Makefile.am
1127         * manual/fr/dist/pdf/.cvsignore
1128         * manual/fr/dist/pdf/Makefile.am
1129         * manual/fr/dist/ps/.cvsignore
1130         * manual/fr/dist/ps/Makefile.am
1131         * manual/fr/dist/txt/.cvsignore
1132         * manual/fr/dist/txt/Makefile.am
1133                 Add the french translation of the manual. Thanks to
1134                 Olivier Delhomme <olivier.delhomme@free.fr> for 
1135                 account.xml, ack.xml, addrbook.xml and advanced.xml
1136
1137 2006-04-08 [colin]      2.1.0cvs18
1138
1139         * manual/plugins.xml
1140         * manual/starting.xml
1141                 More fixes
1142
1143 2006-04-07 [colin]      2.1.0cvs17
1144
1145         * manual/faq.xml
1146         * manual/intro.xml
1147         * manual/keyboard.xml
1148                 Little fixes
1149
1150 2006-04-07 [colin]      2.1.0cvs16
1151
1152         * README
1153         * src/compose.c
1154         * src/prefs_common.c
1155         * src/prefs_common.h
1156                 Add hidden compose_no_markup pref
1157
1158 2006-04-07 [wwp]        2.1.0cvs15
1159
1160         * src/summary_search.c
1161         * .cvsignore
1162                 Bugfix: stop button was sticky when searching in an empty folder.
1163                 Applied curly brackets code style to the whole file (summary_search.c).
1164                 More files to ignore.
1165
1166 2006-04-07 [wwp]        2.1.0cvs14
1167
1168         * src/message_search.c
1169         * src/summary_search.c
1170                 changed default button when search bumps at file/folder
1171                 beginning or end, for convenience (thanks to Colin).
1172
1173 2006-04-07 [paul]       2.1.0cvs13
1174
1175         * src/plugins/dillo_viewer/dillo_prefs.c
1176                 avoid future potential for namespace collision
1177                 Patch by Colin
1178
1179 2006-04-06 [wwp]        2.1.0cvs12
1180
1181         * src/summary_search.c
1182                 Unify extended/advanced searches names (and thus factorize labels),
1183                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1184
1185 2006-04-06 [wwp]        2.1.0cvs11
1186
1187         * src/folderview.c
1188         * src/prefs_themes.c
1189         * src/summaryview.c
1190                 Fixed some compilation warnings.
1191
1192 2006-04-06 [colin]      2.1.0cvs10
1193
1194         * manual/advanced.xml
1195                 Document the wizard template and how to deploy
1196                 Sylpheed-Claws effectively
1197
1198 2006-04-06 [colin]      2.1.0cvs9
1199
1200         * src/folderview.c
1201                 gettext patch to tell translators about _("#"),
1202                 by Maxim Britov
1203
1204 2006-04-06 [colin]      2.1.0cvs8
1205
1206         * src/textview.c
1207                 Fix invalid GtkTextBIter after clicking "Display as text"
1208
1209 2006-04-06 [mones]      2.1.0cvs7
1210
1211         * src/addr_compl.c
1212         * src/addrindex.c
1213         * src/addritem.c
1214         * src/codeconv.c
1215         * src/compose.c
1216         * src/filtering.c
1217         * src/folder.c
1218         * src/folder_item_prefs.c
1219         * src/folderview.c
1220         * src/localfolder.c
1221         * src/matcher.c
1222         * src/mimeview.c
1223         * src/prefs_msg_colors.c
1224         * src/prefs_spelling.c
1225         * src/prefs_themes.c
1226         * src/procmime.c
1227         * src/procmsg.c
1228         * src/stock_pixmap.c
1229         * src/summaryview.c
1230         * src/textview.c
1231         * src/toolbar.c
1232         * src/common/mgutils.c
1233         * src/common/prefs.c
1234         * src/common/ssl_certificate.c
1235         * src/gtk/colorlabel.c
1236         * src/gtk/quicksearch.c
1237         * src/plugins/pgpmime/pgpmime.c
1238         * src/plugins/spamassassin/spamassassin.c
1239                 Removed redundant NULL checks for g_free() calls.
1240                 Patch by Pawel Pekala.
1241
1242 2006-04-06 [mones]      2.1.0cvs6
1243
1244         * src/prefs_actions.c
1245         * src/prefs_filtering.c
1246         * src/prefs_filtering_action.c
1247         * src/prefs_matcher.c
1248         * src/prefs_template.c
1249         * src/gtk/gtkutils.c
1250         * src/gtk/gtkutils.h
1251                 Have a nice replace button. Patch by Pawel Pekala
1252
1253 2006-04-06 [colin]      2.1.0cvs5
1254
1255         * src/addressbook.c
1256                 Fix crash with empty columns
1257
1258 2006-04-05 [colin]      2.1.0cvs4
1259
1260         * src/wizard.c
1261         * src/prefs_gtk.c
1262                 Allow wizard customization with pre-filled values
1263
1264 2006-04-05 [colin]      2.1.0cvs3
1265
1266         * src/textview.c
1267         * src/mimeview.c
1268         * src/mimeview.h
1269                 Nicer messages in mimeview
1270
1271 2006-04-05 [colin]      2.1.0cvs2
1272
1273         * src/addressbook.c
1274         * src/prefs_summaries.c
1275                 i18n fix
1276
1277 2006-04-05 [colin]      2.1.0cvs1
1278
1279         * src/plugins/pgpcore/plugin.c
1280         * src/plugins/pgpcore/select-keys.c
1281         * src/plugins/pgpcore/select-keys.h
1282         * src/plugins/pgpcore/sgpgme.c
1283         * src/plugins/pgpcore/sgpgme.h
1284         * src/plugins/pgpinline/pgpinline.c
1285         * src/plugins/pgpinline/plugin.c
1286         * src/plugins/pgpmime/pgpmime.c
1287         * src/plugins/pgpmime/plugin.c
1288                 Factorize and generalize a bit 
1289                 Drop S/MIME signature verification from PGP/MIME
1290                 (adding it as another, more complete plugin)
1291
1292 2006-04-05 [paul]       2.1.0
1293
1294         2.1.0 released
1295
1296 2006-04-05 [paul]       2.0.0cvs186
1297
1298         * manual/advanced.xml
1299                 add info on colour labels
1300
1301 2006-04-05 [paul]       2.0.0cvs185
1302
1303         * po/bg.po
1304         * po/cs.po
1305         * po/de.po
1306         * po/el.po
1307         * po/en_GB.po
1308         * po/fi.po
1309         * po/fr.po
1310         * po/it.po
1311         * po/nl.po
1312         * po/pl.po
1313         * po/pt_BR.po
1314         * po/sr.po
1315         * po/zh_CN.po
1316                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
1317                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
1318                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
1319                 Guimaraes, Aleksandar Urosevic, Ralgh Young
1320         * src/gtk/authors.h
1321         * tools/claws.i18n.status.pl
1322                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
1323                 and new Czech translator, Tim <timbrain@post.cz>
1324
1325 2006-04-05 [mones]      2.0.0cvs184
1326
1327         * po/es.po
1328                 Updated translation
1329
1330 2006-04-05 [colin]      2.0.0cvs183
1331
1332         * src/gtk/quicksearch.c
1333                 Fix bug #929 (unnecessary reload in quick search bar)
1334
1335 2006-04-05 [colin]      2.0.0cvs182
1336
1337         * src/compose.c
1338                 Fix crash on Reply with no From:
1339                 Show signature and conversion error on queuing 
1340                 (but not sending)
1341         * src/mainwindow.c
1342         * src/summaryview.c
1343         * src/summaryview.h
1344                 Factorize threading code and make sure msginfo 
1345                 is not null when it comes from a GtkCTreeRow's 
1346                 data
1347         * src/gtk/gtkaspell.c
1348                 Check for necessary things
1349         * src/gtk/gtksctree.c
1350         * src/gtk/gtksctree.h
1351                 Reset anchor if necessary when removing node
1352
1353 2006-03-29 [colin]      2.0.0cvs181
1354
1355         * src/folderview.c
1356                 Warn for disabled IMAP accounts (due to lack of
1357                 libetpan). Breaks string-freeze - sorry - but it
1358                 is kind of important ;)
1359
1360 2006-03-28 [colin]      2.0.0cvs180
1361
1362         * src/gtk/gtkutils.c
1363         * src/gtk/gtkutils.h
1364                 Add a gtkut_get_link_btn() function that
1365                 creates a button which acts like an URI
1366         * src/prefs_themes.c
1367         * src/gtk/about.c
1368                 Use this function (factorizes codes)
1369         * src/common/defs.h
1370         * src/gtk/pluginwindow.c
1371                 Add a "Get more..." in the plugins window
1372
1373 2006-03-28 [colin]      2.0.0cvs179
1374
1375         * src/common/smtp.c
1376         * src/common/passcrypt.c
1377         * src/undo.c
1378                 Warning fixes. Patch by Pawel Pekala
1379
1380 2006-03-27 [colin]      2.0.0cvs178
1381
1382         * src/undo.c
1383                 Fix undoing by blocks with spaces
1384
1385 2006-03-27 [colin]      2.0.0cvs177
1386
1387         * src/textview.c
1388                 Set margin to 3px for headers
1389
1390 2006-03-27 [paul]
1391
1392         2.1.0-rc2 released
1393
1394 2006-03-27 [wwp]        2.0.0cvs176
1395
1396         * src/summaryview.c
1397                 don't reset quicksearch when updating the message list.
1398                 Thanks to Colin.
1399
1400 2006-03-26 [wwp]        2.0.0cvs175
1401
1402         * src/compose.c
1403                 use a unified border width ('other' tab in the compose window,
1404                 patch by Pawel Pekala).
1405
1406
1407 2006-03-26 [wwp]        2.0.0cvs174
1408
1409         * src/common/quoted-printable.c
1410         * src/addressbook.c
1411                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
1412
1413 2006-03-26 [colin]      2.0.0cvs173
1414
1415         * src/quote_fmt_parse.y
1416                 Fix non-UTF8 date formats messing up the whole quote a 
1417                 little bit
1418
1419 2006-03-26 [colin]      2.0.0cvs172
1420
1421         * src/procheader.c
1422                 Make sure the date is UTF8 valid, or try to make it
1423                 so. IncrediMail is really IncrediStupid.
1424         * src/compose.c
1425                 Fix possible conversions. 
1426                 
1427
1428 2006-03-26 [colin]      2.0.0cvs171
1429
1430         * src/matcher.c
1431                 Fix corner cases in body search. This is still a
1432                 hack... It seems impossible to make it good and 
1433                 reasonably fast at the same time.
1434
1435 2006-03-26 [colin]      2.0.0cvs170
1436
1437         * src/summaryview.c
1438                 I think I killed the twilight zone bug!
1439                 summary_select_node() flushes GTK events in order
1440                 to be able to center the view. But this also 
1441                 flushes keypresses like Ctrl-Alt-U, so this can
1442                 call summary_show from summary_select_node (itself
1443                 called from summary_show, etc.). And the summaryview
1444                 has to be unlocked in this function. So just locking
1445                 while processing GTK events, and bailing if locked, 
1446                 should fix it.
1447                 Fixes bug #927 (SIGSEGV during Update Summary)
1448
1449 2006-03-25 [colin]      2.0.0cvs169
1450
1451         * src/matcher.c
1452                 Fix search in QP-encoded bodies
1453                 Fix utf-8 searches in bodies encoded in the
1454                 locale's encoding
1455         * src/common/quoted-printable.c
1456         * src/common/quoted-printable.h
1457                 Add a decode function that doesn't overwrite
1458                 the original pointer
1459                 
1460
1461 2006-03-24 [colin]      2.0.0cvs168
1462
1463         * src/action.c
1464         * src/summaryview.c
1465         * src/summaryview.h
1466                 Update message cache after action
1467                 Patch by H. Merijn Brand
1468         * src/prefs_msg_colors.c
1469                 Factorize label 
1470                 Patch by Fabien Vantard
1471         * src/plugins/spamassassin/spamassassin_gtk.c
1472                 Remove useless translation
1473                 Patch by Fabien Vantard
1474
1475 2006-03-23 [colin]      2.0.0cvs167
1476
1477         * src/common/ssl.c
1478                 Let 30 seconds to SSL_connect
1479
1480 2006-03-23 [wwp]        2.0.0cvs166
1481
1482         * src/summaryview.c
1483         * src/gtk/description_window.c
1484                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
1485                 and headers are translated; adjust description windows' width to fit their
1486                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
1487
1488 2006-03-23 [paul]       2.0.0cvs165
1489
1490         * src/common/utils.c
1491                 fix highlighting of URIs containing "()"
1492                 (2.0.0cvs164's reversal fixed)
1493                 Thanks to Colin.
1494
1495 2006-03-23 [paul]       2.0.0cvs164
1496
1497         * src/common/utils.c
1498                 revert patch, (postponing a fix), at 2.0.0cvs120
1499                 as it breaks more URIs than it fixes.
1500                 Allow '-' to be a terminating character in a URI
1501
1502 2006-03-22 [colin]      2.0.0cvs163
1503
1504         * configure.ac
1505                 Require libetpan 0.45
1506                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
1507
1508 2006-03-22 [paul]       2.0.0cvs162
1509
1510         * src/editgroup.c
1511                 replace '<-' and '->' buttons with GTK_STOCK graphical
1512                 buttons
1513         * src/summary_search.c
1514                 don't offer '...' for translation
1515                 add a tooltip to advanced search '...' button
1516         * src/gtk/quicksearch.c
1517                 don't offer '...' for translation
1518
1519 2006-03-21 [colin]      2.0.0cvs161
1520
1521         * src/compose.c
1522                 Fix middle-click pasting (insert at click
1523                 position instead of cursor position, don't
1524                 remove existing selection and allow pasting
1525                 our own selection)
1526         * src/addressbook.c
1527                 "LDAP Server" -> "LDAP servers"
1528
1529 2006-03-21 [wwp]        2.0.0cvs160
1530
1531         * src/etpan/imap-thread.c
1532                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
1533
1534 2006-03-20 [colin]      2.0.0cvs159
1535
1536         * src/summaryview.c
1537                 Don't reload summaryview after an execute with no
1538                 move action
1539
1540 2006-03-19 [colin]      2.0.0cvs158
1541
1542         * src/addressbook.c
1543                 and put groups at the top, always
1544
1545 2006-03-19 [colin]      2.0.0cvs157
1546
1547         * src/addressbook.c
1548                 Order groups before names, as previously
1549
1550 2006-03-19 [colin]      2.0.0cvs156
1551
1552         * src/addressbook.c
1553                 - Sort case-unsensitive
1554                 - Put the sort arrow at opening too
1555
1556 2006-03-19 [wwp]        2.0.0cvs155
1557
1558         * src/addressbook.c
1559                 allow sorting by name/email/remarks, ensure that right-pane's contents
1560                 matches the left-pane selection (cleared when appropriate).
1561                 Patch by Pawel Pekala <c0rn@o2.pl>.
1562
1563 2006-03-18 [colin]      2.0.0cvs154
1564
1565         * src/textview.c
1566                 Fix text cursor ;)
1567
1568 2006-03-18 [colin]      2.0.0cvs153
1569
1570         * src/gtk/filesel.c
1571                 Make sure we hide the preview if we didn't get
1572                 a filename
1573
1574 2006-03-18 [colin]      2.0.0cvs152
1575
1576         * src/summaryview.c
1577                 Set cursor to watch for execution (fixes lack
1578                 of watch-cursor when dnd'ing hundreds of mails)
1579         * src/gtk/filesel.c
1580                 Check that mime type is 'image/*' before updating
1581                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
1582
1583 2006-03-18 [colin]      2.0.0cvs151
1584
1585         * src/mainwindow.c
1586         * src/textview.c
1587         * src/textview.h
1588                 Put a watch cursor in textview too when the mainwindow's
1589                 cursor in a watch
1590
1591 2006-03-18 [colin]      2.0.0cvs150
1592
1593         * src/folder.c
1594                 Change wrong asserts to simple tests
1595
1596 2006-03-17 [colin]      2.0.0cvs149
1597
1598         * src/mainwindow.c
1599         * src/mainwindow.h
1600         * src/prefs_msg_colors.c
1601         * src/summaryview.c
1602         * src/summaryview.h
1603         * src/gtk/colorlabel.c
1604         * src/gtk/colorlabel.h
1605                 Add a color label menu in the main menubar
1606                 Add (fixed) accels Ctrl-{0-7} to change the color
1607                 They have to be fixed because the menu's dynamic,
1608                 the items are complex widgets, hence we can't use
1609                 a GtkItemFactory.
1610
1611
1612 2006-03-17 [wwp]        2.0.0cvs148
1613
1614         * src/compose.c
1615                 rollback few lines from my previous commit (those lines come from
1616                 a pending patch, accidentally commited, even if neutral as they are
1617                 commented out).
1618
1619 2006-03-17 [wwp]        2.0.0cvs147
1620
1621         * src/compose.c
1622                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
1623                 applied code style/indentation to the modified function.
1624
1625 2006-03-17 [wwp]        2.0.0cvs146
1626
1627         * src/procmsg.c
1628         * src/compose.c
1629                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
1630
1631 2006-03-17 [paul]
1632
1633         2.1.0-rc1 released
1634
1635 2006-03-17 [paul]       2.0.0cvs145
1636
1637         * src/main.c
1638                 addressbook_read_file() was called twice
1639         * src/textview.c
1640                 X-Mailer highlighting
1641
1642 2006-03-16 [colin]      2.0.0cvs144
1643
1644         * src/sourcewindow.c
1645         * src/sourcewindow.h
1646                 And the last one, in source window.
1647
1648 2006-03-16 [colin]      2.0.0cvs143
1649
1650         * src/compose.c
1651         * src/compose.h
1652                 Fix the same stuff in compose
1653
1654 2006-03-16 [colin]      2.0.0cvs142
1655
1656         * src/messageview.c
1657                 Complete the previous messageview crash fix
1658
1659 2006-03-16 [colin]      2.0.0cvs141
1660
1661         * src/procmsg.h
1662         * src/procmsg.c
1663         * src/folder.c
1664                 Fix POSTPROCESSING hook
1665                 Patch by H. Merijn Brand
1666
1667         * src/procmime.c
1668         * src/procmime.h
1669                 Parse Content-Location
1670
1671         * src/toolbar.c
1672         * src/messageview.c
1673         * src/messageview.h
1674                 Don't crash when a top-level MessageView has
1675                 been closed on us. Same problematic than
1676                 yesterday's quicksearch issue.
1677
1678 2006-03-15 [colin]      2.0.0cvs140
1679
1680         * src/gtk/quicksearch.c
1681                 Fix a bitchy race we didn't think about when we
1682                 added quicksearch cancellation:
1683                 If the search is not on cached fields, for example
1684                 body_part matchcase "stuff"
1685                 the matcher code has to get the whole message. If
1686                 we're on IMAP, that can be slow, and in order to
1687                 be non-blocking, the IMAP code idle loop processes
1688                 gtk events too. So it is possible to cancel a
1689                 quicksearch while the matcher is getting the mail's
1690                 body. After matcher got its body, it will start to
1691                 iterate over the matcher list that the Quicksearch's
1692                 clear_search_cb() just freed via prepare_matcher().
1693                 SIGSEGV ensues.
1694                 The fix consists of guarding the matcherlist_match()
1695                 call with a boolean 'matching'. If we reset the
1696                 quicksearch while matching is TRUE, we don't free
1697                 the matcherlist anymore like we did, but we set
1698                 another new flag, deferred_free, to TRUE. Then,
1699                 in quicksearch_match(), just after returning from
1700                 matcherlist_match() and unsetting the matching flag,
1701                 we check the deferred_free flag and do the
1702                 prepare_matcher() (which does the matcherlist_free)
1703                 for real, so we free the matcherlist once it's not
1704                 used anymore.
1705                 As all of this runs via the glib main loop, we
1706                 luckily don't need a mutex.
1707         * src/summaryview.c
1708                 Also, show progress while searching.
1709
1710
1711 2006-03-14 [colin]      2.0.0cvs139
1712
1713         * src/alertpanel.c
1714                 Make alertpanel_is_open non-static
1715
1716 2006-03-14 [colin]      2.0.0cvs138
1717
1718         * src/prefs_spelling.c
1719                 Cleanups - Fabien Vantard
1720
1721 2006-03-14 [wwp]        2.0.0cvs137
1722
1723         * src/main.c
1724                 code style normalization (curly braces, indentation).
1725
1726 2006-03-14 [wwp]        2.0.0cvs137
1727
1728         * src/main.c
1729                 code style (braces, indentation)
1730
1731 2006-03-12 [paul]       2.0.0cvs136
1732
1733         * src/prefs_common.c
1734                 trans_hdr defaults to FALSE to be RFC-savvy
1735         * src/prefs_summaries.c
1736                 add a tooltip to the trans_hdr option
1737                 
1738
1739 2006-03-12 [paul]       2.0.0cvs135
1740
1741         * src/prefs_matcher.c
1742                 give a little more width to the combos
1743         * src/prefs_display_header.c
1744         * src/textview.c
1745                 translate headers if prefs_common.trans_hdr
1746                 is TRUE
1747
1748         Patches by Pawel Pekala
1749
1750 2006-03-12 [paul]       2.0.0cvs134
1751
1752         * src/plugins/clamav/clamav_plugin.c
1753         * src/plugins/dillo_viewer/dillo_viewer.c
1754         * src/plugins/pgpcore/plugin.c
1755         * src/plugins/pgpinline/plugin.c
1756         * src/plugins/pgpmime/plugin.c
1757         * src/plugins/spamassassin/spamassassin.c
1758                 update/add to descriptions
1759         * src/plugins/spamassassin/spamassassin_gtk.c
1760                 fixes to the english, remove superfluous
1761                 tooltips, clean up a little
1762
1763 2006-03-12 [paul]       2.0.0cvs133
1764
1765         * src/compose.c
1766                 fix Bug 924, 'Account combo box shows up wrong 
1767                 if & is in account name'
1768
1769 2006-03-11 [colin]      2.0.0cvs132
1770
1771         * src/summaryview.c
1772                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
1773                 messed up shift-selection because is slows down
1774                 moving around summaryview. thanks -users
1775
1776 2006-03-10 [colin]      2.0.0cvs131
1777
1778         * src/plugins/spamassassin/spamassassin_gtk.c
1779                 Put back Paul's engrish fixes
1780
1781 2006-03-10 [colin]      2.0.0cvs130
1782
1783         * src/plugins/spamassassin/spamassassin.c
1784         * src/plugins/spamassassin/spamassassin.h
1785         * src/plugins/spamassassin/spamassassin_gtk.c
1786                 Cleanup SA prefs page (more)
1787                 Patch by Fabien Vantard
1788
1789 2006-03-10 [paul]       2.0.0cvs129
1790
1791         * src/prefs_msg_colors.c
1792         * src/prefs_spelling.c
1793                 widget sensitivity
1794
1795 2006-03-09 [mones]      2.0.0cvs128
1796
1797         * po/es.po
1798                 Update for next RC
1799
1800 2006-03-09 [wwp]        2.0.0cvs127
1801
1802         * configure.ac
1803                 revert accidental commit (requirement for libetpan 0.43), this time
1804                 not in HEAD.
1805
1806 2006-03-09 [wwp]        2.0.0cvs125
1807
1808         * configure.ac
1809                 revert accidental commit (requirement for libetpan 0.43)
1810
1811 2006-03-09 [paul]       2.0.0cvs126
1812
1813         * src/prefs_receive.c
1814                 remove useless frame
1815                 replace 'incorporation' with 'receiving'
1816         * src/plugins/clamav/clamav_plugin_gtk.c
1817         * src/plugins/spamassassin/spamassassin_gtk.c
1818                 improve widget sensitivity
1819                 fix a bit his engrish
1820
1821 2006-03-09 [wwp]        2.0.0cvs125
1822
1823         * src/addressadd.c
1824         * src/foldersel.c
1825         * src/prefs_common.c
1826         * src/prefs_common.h
1827                 remember some more windows' sizes (add to addressbook and
1828                 select folder).
1829
1830 2006-03-09 [paul]       2.0.0cvs124
1831
1832         * src/plugins/pgpcore/prefs_gpg.c
1833                 normalise construction of dialogue
1834
1835 2006-03-09 [paul]       2.0.0cvs123
1836
1837         * src/plugins/trayicon/Makefile.am
1838                 add missing slash
1839
1840 2006-03-08 [colin]      2.0.0cvs122
1841
1842         * src/plugins/trayicon/Makefile.am
1843                 Fix build in separate dir 
1844                 Patch by Bamanzi <bamanzi@gmail.com>
1845
1846 2006-03-08 [colin]      2.0.0cvs121
1847
1848         * src/procmsg.c
1849                 Batch move and copies from summaryview with delayed execution
1850                 too
1851
1852 2006-03-07 [paul]       2.0.0cvs120
1853
1854         * src/common/utils.c
1855                 fix highlighting of URIs containing "()"
1856                 Patch by Pawel Pekala
1857
1858 2006-03-07 [paul]       2.0.0cvs119
1859
1860         * src/folder.c
1861         * src/folder.h
1862         * src/folderview.c
1863                 immediately do alphabetical resort when
1864                 changing a folder's name
1865                 Patch by Pawel Pekala
1866
1867 2006-03-07 [paul]       2.0.0cvs118
1868
1869         * src/news.c
1870         * src/news_gtk.c
1871                 when unsubscribing a newsgroup, remove the
1872                 folder and msgs in .sylpheed-claws/newscache
1873                 Patch by Pawel Pekala <c0rn@gazeta.pl>
1874
1875 2006-03-07 [paul]       2.0.0cvs117
1876
1877         * src/textview.c
1878                 fix wrong Fake URL Warning
1879                 Thanks to Hiro
1880
1881 2006-03-07 [colin]      2.0.0cvs116
1882
1883         * src/imap.c
1884                 Return immediately when password dialog was
1885                 cancelled
1886         * src/gtk/inputdialog.c
1887                 Allow empty strings for passwords
1888
1889
1890 2006-03-06 [colin]      2.0.0cvs115
1891
1892         * src/imap.c
1893                 Prevent double-timeouts when connection fails
1894
1895 2006-03-06 [colin]
1896
1897         2.0.1-rc1 released
1898
1899 2006-03-06 [colin]      2.0.0cvs114
1900
1901         * src/imap.c
1902                 Refresh session during potentially long
1903                 operations
1904
1905 2006-03-06 [wwp]        2.0.0cvs113
1906
1907         * src/prefs_msg_colors.h
1908                 forgot that one (custom color labels).
1909
1910 2006-03-06 [wwp]        2.0.0cvs112
1911
1912         * src/prefs_common.c
1913         * src/prefs_common.h
1914         * src/prefs_msg_colors.c
1915         * src/summaryview.c
1916         * src/summaryview.h
1917         * src/gtk/colorlabel.c
1918         * src/gtk/colorlabel.h
1919                 colors in messages list are now customizable. Color values and names can
1920                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
1921                 Thanks to Paul and Colin for their help with this longstanding patch!
1922
1923 2006-03-06 [wwp]        2.0.0cvs111
1924
1925         * src/textview.c
1926                 don't crash if (x)face is bad.
1927
1928 2006-03-05 [paul]       2.0.0cvs110
1929
1930         * AUTHORS
1931         * configure.ac
1932         * src/Makefile.am
1933         * src/common/Makefile.am
1934         * src/common/utils.h
1935         * src/etpan/imap-thread.c
1936         * src/gtk/authors.h
1937         * src/plugins/clamav/Makefile.am
1938         * src/plugins/demo/Makefile.am
1939         * src/plugins/dillo_viewer/Makefile.am
1940         * src/plugins/pgpcore/Makefile.am
1941         * src/plugins/pgpcore/passphrase.c
1942         * src/plugins/pgpinline/Makefile.am
1943         * src/plugins/pgpmime/Makefile.am
1944         * src/plugins/spamassassin/Makefile.am
1945         * src/plugins/trayicon/Makefile.am
1946                 fix builiding on cygwin
1947                 Patch by Ralgh Young <bamanzi@gmail.com>
1948
1949 2006-03-04 [wwp]        2.0.0cvs109
1950
1951         * manual/keyboard.xml
1952                 fix mixed up/down keys.
1953
1954 2006-03-04 [wwp]        2.0.0cvs108
1955
1956         * README
1957         * INSTALL
1958                 updated links to SpamAssassin.
1959
1960 2006-03-04 [wwp]        2.0.0cvs107
1961
1962         * manual/plugins.xml
1963         * src/plugins/spamassassin/README
1964                 updated SpamAssassin plugin docs to reflect new functional additions
1965                 (also fix/update/documents few technical stuff more, see the README).
1966
1967 2006-03-04 [wwp]        2.0.0cvs106
1968
1969         * src/prefs_message.c
1970                 normalized capitalization of message-prefs paths.
1971
1972 2006-03-04 [wwp]        2.0.0cvs105
1973
1974         * manual/advanced.xml
1975                 typo.
1976
1977 2006-03-03 [colin]      2.0.0cvs104
1978
1979         * src/plugins/clamav/clamav_plugin_gtk.c
1980                 Rework prefs page, patch by Fabien 
1981
1982 2006-03-03 [colin]      2.0.0cvs103
1983
1984         * src/plugins/clamav/clamav_plugin.c
1985                 Set error on all errors
1986
1987 2006-03-03 [colin]      2.0.0cvs102
1988
1989         * src/common/plugin.c
1990                 Initialize error to avoid crashing when a plugin fails
1991                 without setting error
1992
1993 2006-03-02 [wwp]        2.0.0cvs101
1994
1995         * configure.ac
1996                 fixed linker flags for libetpan support on Cygwin
1997                 (thanks to H.Merijn Brand).
1998
1999 2006-03-02 [wwp]        2.0.0cvs100
2000
2001         * src/addressbook.c
2002                 fix some AB error messages: one for punctuation and
2003                 one wrongly duplicate (thanks, maxbritov).
2004
2005 2006-03-02 [wwp]        2.0.0cvs99
2006
2007         * src/plugins/spamassassin/spamassassin.c
2008                 make sync calls to sa-learn/spamc to prevent
2009                 system (whatever local or client/server) overload.
2010
2011 2006-03-02 [colin]      2.0.0cvs98
2012
2013         * src/summaryview.c
2014                 Put the spam icon in the status column instead of the
2015                 mark one
2016
2017 2006-03-01 [colin]      2.0.0cvs97
2018
2019         * src/plugins/spamassassin/spamassassin.c
2020                 Fix segfault (g_file_set_contents fails for some 
2021                 reason and err==0x2f. Can't find out why with
2022                 valgrind, using working function :-)
2023
2024 2006-03-01 [colin]      2.0.0cvs96
2025
2026         * src/inc.c
2027                 Offline overriding: let 'No' be cached only 3 seconds
2028
2029 2006-03-01 [colin]      2.0.0cvs95
2030
2031         * src/addr_compl.c
2032         * src/addrbook.c
2033         * src/addressbook.c
2034         * src/addrindex.c
2035         * src/folder_item_prefs.c
2036         * src/headerview.c
2037         * src/imap.c
2038         * src/inc.c
2039         * src/ldif.c
2040         * src/mainwindow.c
2041         * src/mh.c
2042         * src/msgcache.c
2043         * src/prefs_common.h
2044         * src/prefs_msg_colors.c
2045         * src/procheader.c
2046         * src/procheader.h
2047         * src/procmime.c
2048         * src/procmsg.c
2049         * src/procmsg.h
2050         * src/send_message.h
2051         * src/simple-gettext.c
2052         * src/summaryview.c
2053         * src/summaryview.h
2054         * src/syldap.c
2055         * src/textview.c
2056         * src/undo.c
2057         * src/common/ssl_certificate.c
2058         * src/common/utils.c
2059         * src/gtk/colorsel.c
2060         * src/gtk/gtksctree.c
2061         * src/gtk/gtkshruler.c
2062         * src/plugins/trayicon/trayicon.c
2063                 #if 0 goes to /dev/null
2064
2065 2006-03-01 [colin]      2.0.0cvs94
2066
2067         * src/compose.c
2068         * src/imap.c
2069         * src/inc.c
2070         * src/inc.h
2071         * src/messageview.c
2072         * src/news.c
2073         * src/plugins/spamassassin/spamassassin.c
2074                 Allow to add information in the "working offline"
2075                 window
2076
2077 2006-03-01 [wwp]        2.0.0cvs93
2078
2079         * src/plugins/spamassassin/spamassassin.c
2080                 fixed spamc invocation: use a tricky temporary mini shell wrapper
2081                 'cause it seems that calling `spamc ... < inputfile` with
2082                 g_spawn_(a)sync simply.. erm doesn't work :-).
2083
2084 2006-03-01 [wwp]        2.0.0cvs92
2085
2086         * src/toolbar.c
2087         * src/toolbar.h
2088                 simplify the adding of spam/ham button to the messageview toolbar
2089                 (it gets more clear now that the same button will be "Mark as spam"
2090                 or "Mark as ham" according to the current message status,
2091                 thanks to Colin).
2092
2093 2006-03-01 [wwp]        2.0.0cvs91
2094
2095         * src/messageview.c
2096         * src/procmsg.c
2097         * src/procmsg.h
2098         * src/summaryview.c
2099         * src/plugins/spamassassin/spamassassin.c
2100         * src/plugins/spamassassin/spamassassin.h
2101                 make learner callbacks return a status (0 for ok),
2102                 handle it in main code to avoid setting flags when learning failed,
2103                 don't learn on TCP if offline in spamassassin,
2104                 thanks to Colin.
2105
2106                 
2107
2108 2006-03-01 [wwp]        2.0.0cvs90
2109
2110         * src/compose.c
2111                 some work around the compose window's account menu,
2112                 patch by Fabien Vantard.
2113
2114 2006-03-01 [wwp]        2.0.0cvs89
2115
2116         * src/plugins/spamassassin/spamassassin.c
2117                 fixed bad logics, was using spamc in local mode and sa-learn
2118                 in remote mode (thanks, Colin).
2119
2120 2006-03-01 [wwp]        2.0.0cvs88
2121
2122         * src/plugins/spamassassin/spamassassin.c
2123         * src/plugins/spamassassin/spamassassin.h
2124         * src/plugins/spamassassin/spamassassin_gtk.c
2125                 made processing of emails w/ sa-plugin an option (default is TRUE),
2126                 fixed Engrish some tooltips, capitalization of some debug messages
2127                 and warnings. The spamassassin plugin now provides two separate
2128                 services: process emails upon incorporation and spamd training.
2129                 Both services (un)register independently but use some common
2130                 plugin settings (transport settings, spam storage location).
2131
2132 2006-02-28 [wwp]        2.0.0cvs87
2133
2134         * src/plugins/spamassassin/spamassassin.c
2135                 fix async flag to spamc cmdline execution (batch exec should
2136                 be asynchronous).
2137
2138 2006-02-27 [wwp]        2.0.0cvs86
2139
2140         * src/plugins/spamassassin/spamassassin.c
2141         * src/plugins/spamassassin/spamassassin.h
2142         * src/plugins/spamassassin/spamassassin_gtk.c
2143                 - added the ability to learn a remote spamassassin server (spamd),
2144                 using spamc.
2145                 - added the spamassassin option 'username', that applies to all
2146                 spamassassin operations (filtering, learning, local or remote).
2147                 The default username is the current unix user (if left blank
2148                 from gtk prefs or config file).
2149                 - commented out some unused code (notebook widget), removed unused
2150                 layout (hbox1).
2151                 - make more widgets sensitive to the transport type.
2152
2153 2006-02-27 [colin]      2.0.0cvs85
2154
2155         * src/plugins/spamassassin/spamassassin.c
2156                 Fix sa-learn call when offline
2157
2158 2006-02-27 [colin]      2.0.0cvs84
2159
2160         * configure.ac
2161         * src/Makefile.am
2162         * src/mainwindow.c
2163         * src/mainwindow.h
2164         * src/messageview.c
2165         * src/messageview.h
2166         * src/prefs_toolbar.c
2167         * src/procmsg.c
2168         * src/stock_pixmap.c
2169         * src/stock_pixmap.h
2170         * src/summaryview.c
2171         * src/toolbar.c
2172         * src/toolbar.h
2173         * src/pixmaps/ham_btn.xpm
2174         * src/pixmaps/spam.xpm
2175         * src/pixmaps/spam_btn.xpm
2176         * src/plugins/spamassassin/spamassassin.c
2177                 Add button in toolbar for spam learning
2178                 Fix a few bugs from the last related commit
2179                 Revert 1.9.6cvs23 which messed up shift-selection
2180
2181 2006-02-24 [colin]      2.0.0cvs83
2182
2183         * src/procmsg.c
2184         * src/summaryview.c
2185         * src/summaryview.h
2186         * src/plugins/spamassassin/spamassassin.c
2187         * src/plugins/spamassassin/spamassassin.h
2188         * src/plugins/spamassassin/spamassassin_gtk.c
2189                 Unregister learner when spamassassin is either
2190                 disabled or over tcp
2191
2192 2006-02-24 [colin]      2.0.0cvs82
2193
2194         * src/Makefile.am
2195         * src/mainwindow.c
2196         * src/mainwindow.h
2197         * src/procmsg.c
2198         * src/procmsg.h
2199         * src/stock_pixmap.c
2200         * src/stock_pixmap.h
2201         * src/summaryview.c
2202         * src/summaryview.h
2203         * src/gtk/icon_legend.c
2204         * src/pixmaps/spam.xpm  ** NEW FILE **
2205         * src/plugins/spamassassin/spamassassin.c
2206         * src/plugins/spamassassin/spamassassin_gtk.c
2207                 Add spam learning interface (Mark/Mark as 
2208                 (spam|ham) menus)
2209
2210 2006-02-24 [wwp]        2.0.0cvs81
2211
2212         * src/compose.c
2213         * src/compose.h
2214         * src/filtering.c
2215                 hide compose window when sending message in batch mode
2216                 (filtering: forward and redirect). Also fixed a wrong
2217                 value returned when sending failed, neutral anyway.
2218                 (Colin, me) 
2219
2220 2006-02-24 [wwp]        2.0.0cvs80
2221
2222         * src/mainwindow.c
2223                 use GTK+'s stock quit button. Patch by Fabien Vantard.
2224
2225 2006-02-24 [paul]       2.0.0cvs79
2226
2227         * src/news.c
2228         * src/news.h
2229         * src/news_gtk.c
2230                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
2231                 Thanks to Colin
2232
2233 2006-02-23 [colin]      2.0.0cvs78
2234
2235         * src/alertpanel.c
2236                 Change OK to Close in alertpanel with View log
2237                 button; add accel to View log. Patch by Fabien
2238                 Vantard
2239
2240 2006-02-23 [wwp]        2.0.0cvs77
2241
2242         * src/compose.c
2243                 silly me, there were much more tests to perform, since toolbars can
2244                 really have down to 1 element only.
2245
2246 2006-02-23 [wwp]        2.0.0cvs76
2247
2248         * commitHelper
2249                 fixed indentation from my previous commit. Fallback to VISUAL if
2250                 EDITOR is not set (and to vi, at last resort).
2251
2252 2006-02-23 [wwp]        2.0.0cvs75
2253
2254         * commitHelper
2255                 improved error detection (Colin, me).
2256
2257 2006-02-23 [wwp]        2.0.0cvs74
2258
2259         * src/prefs_toolbar.c
2260                 simplify and fix prefs/toolbars layouting. Combos' contents can
2261                 now be really displayed.
2262
2263 2006-02-23 [wwp]        2.0.0cvs73
2264         simplifies and fix prefs/toolbars layouting. Combos' contents can now
2265         be really displayed.
2266
2267 2006-02-22 [wwp]        2.0.0cvs72
2268
2269         * src/compose.c
2270                 fix a typo in my previous commit (sorry!).
2271
2272 2006-02-22 [wwp]        2.0.0cvs71
2273
2274         * src/prefs_toolbar.c
2275                 fix a crash when adding separators to toolbars,
2276                 also fix some separator item information.
2277
2278 2006-02-22 [wwp]        2.0.0cvs70
2279
2280         * src/compose.c
2281                 fix a crash when redirecting (for instance) when compose window's
2282                 toolbar contents has been customized (when some buttons have been
2283                 removed in fact).
2284
2285 2006-02-21 [wwp]        2.0.0cvs69
2286
2287         * src/summaryview.c
2288         * src/gtk/pluginwindow.c
2289         * src/plugins/pgpcore/prefs_gpg.c
2290                 fix some compilation warnings (feat. remains of removed code).
2291
2292 2006-02-21 [wwp]        2.0.0cvs68
2293
2294         * src/gtk/gtkutils.c
2295                 fix two compilation issues, thanks to Stephan Sachse.
2296
2297 2006-02-20 [colin]      2.0.0cvs67
2298
2299         * src/mainwindow.c
2300                 Don't reselect displayed mail on refocus
2301                 This fixes actions misbehaving 
2302
2303 2006-02-20 [wwp]        2.0.0cvs66
2304
2305         * src/summaryview.c
2306         * src/gtk/gtksctree.c
2307         * src/gtk/gtkshruler.c
2308                 changed more runtime typecast checks.
2309
2310 2006-02-20 [wwp]        2.0.0cvs65
2311
2312         * src/summary_search.c
2313                 find all - summaryview refresh issue fixed, thanks to Colin.
2314
2315 2006-02-20 [wwp]        2.0.0cvs64
2316
2317         * src/gtk/gtkutils.c
2318                 better runtime typecast checks.
2319
2320 2006-02-20 [wwp]        2.0.0cvs63
2321
2322         * src/summary_search.c
2323                 enhancements to the summary search:
2324                         - add the ability to stop the running search
2325                           (upon ESC-key press, new Stop button or when Clear button is pressed)
2326                         - don't search if no criteria (From/To/Subject/Body) is set
2327                         - ensure that a busy mouse pointer is always shown when searching,
2328                           show it even a bit earlier
2329
2330 2006-02-19 [colin]      2.0.0cvs62
2331
2332         * src/compose.c
2333         * src/imap.c
2334         * src/etpan/imap-thread.c
2335         * src/etpan/imap-thread.h
2336                 (Future) IMAP speed improvement on sending
2337                 Will require a libetpan update
2338         * src/summaryview.c
2339         * src/gtk/quicksearch.c
2340                 Make quicksearch clearable while running.
2341
2342 2006-02-17 [colin]      2.0.0cvs61
2343
2344         * src/imap.c
2345         * src/etpan/imap-thread.c
2346         * src/etpan/imap-thread.h
2347                 Check for IMAP certificates
2348                 ** Requires libetpan-0.42-cvs4 
2349                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2350
2351 2006-02-17 [colin]      2.0.0cvs60
2352
2353         * src/messageview.c
2354         * src/prefs_common.c
2355         * src/prefs_common.h
2356         * src/prefs_message.c
2357                 Add pref to display HTML-only mails with plugin, 
2358                 if possible (defaulting to FALSE of course).
2359
2360 2006-02-16 [colin]      2.0.0cvs59
2361
2362         * src/main.c
2363         * src/common/plugin.c
2364         * src/common/plugin.h
2365         * src/gtk/pluginwindow.c
2366                 Keep track of requested (but unloaded) plugins
2367                 in some error cases.
2368
2369 2006-02-16 [wwp]        2.0.0cvs58
2370
2371         * src/gtk/gtkaspell.c
2372         * src/gtk/gtkaspell.h
2373         * src/prefs_spelling.c
2374         * src/compose.c
2375         * src/prefs_common.c
2376         * src/prefs_common.h
2377                 implemented new optional spellchecker behaviour: re-check message when
2378                 dictionary got changed (from compose-window/context-menu/Change dictionary).
2379
2380 2006-02-16 [wwp]        2.0.0cvs57
2381
2382         * src/quote_fmt_parse.y
2383                 pclose popen'ed pipe.
2384
2385 2006-02-15 [colin]      2.0.0cvs56
2386
2387         * src/mimeview.c
2388         * src/mimeview.h
2389                 Let MimeViewers know which MimeView they
2390                 depend of.
2391         * src/summaryview.c
2392                 Swap From/To columns in Sent/Queue/Drafts
2393                 folders
2394         * src/etpan/imap-thread.c
2395                 Use mailstream_low_tls_open() for STARTTLS
2396                 instead of mailstream_low_ssl_open()
2397                 ** REQUIRES libetpan 0.42cvs3 **
2398
2399 2006-02-15 [wwp]        2.0.0cvs55
2400
2401         * src/compose.c
2402         * src/compose.h
2403         * src/message_search.c
2404         * src/message_search.h
2405         * src/textview.c
2406         * src/gtk/gtkutils.c
2407         * src/gtk/gtkutils.h
2408                 added the ability to Find text in the compose window (and a bit
2409                 of code factorization).
2410
2411 2006-02-15 [wwp]        2.0.0cvs54
2412
2413         * src/prefs_gtk.c
2414                 yet another one file was missing (fix for some widgets' sensitivity).
2415                 Thanks Colin!
2416
2417 2006-02-15 [wwp]        2.0.0cvs53
2418
2419         * src/prefs_gtk.h
2420                 oops forgot that file (fix for some widgets' sensitivity).
2421
2422 2006-02-15 [wwp]        2.0.0cvs52
2423
2424         * src/summary_search.c
2425                 implemented advanced summary search options (added the ability
2426                 to use matcher conditions in an advanced search mode).
2427
2428 2006-02-15 [wwp]        2.0.0cvs51
2429
2430         * src/plugins/pgpcore/prefs_gpg.c
2431         * src/prefs_account.c
2432                 fix some widget sensitivity, mostly around some labels in
2433                 account prefs.
2434
2435 2006-02-15 [paul]       2.0.0cvs50
2436
2437         * manual/advanced.xml
2438                 improve Templates info
2439                 written by wwp
2440
2441 2006-02-14 [colin]      2.0.0cvs49
2442
2443         * src/pixmaps/address_book.xpm
2444         * src/pixmaps/preferences.xpm
2445         * src/pixmaps/properties.xpm
2446                 Fix pixmap size - patch by Fabien Vantard
2447
2448 2006-02-13 [colin]      2.0.0cvs48
2449
2450         * src/procmime.c
2451                 Add missing fclose()s on error
2452         * src/textview.c
2453                 Remove unused code
2454         * src/common/utils.c
2455                 Fix temp files not being deleted on windows
2456         Patches by Thomas Gilgin
2457
2458 2006-02-13 [colin]      2.0.0cvs47
2459
2460         * src/mainwindow.c
2461                 Fix exit crash
2462
2463 2006-02-13 [wwp]        2.0.0cvs46
2464
2465         * src/plugins/pgpcore/prefs_gpg.c
2466                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2467
2468 2006-02-12 [colin]      2.0.0cvs45
2469
2470         * src/folderview.c
2471         * src/main.c
2472         * src/mainwindow.c
2473                 Fix "stuff" when quitting
2474
2475 2006-02-12 [wwp]        2.0.0cvs44
2476
2477         * src/prefs_themes.c
2478                 fix typos in debug messages.
2479
2480 2006-02-11 [colin]      2.0.0cvs43
2481
2482         * src/summaryview.c
2483                 don't allow drag/drop from ourself
2484
2485 2006-02-10 [wwp]        2.0.0cvs42
2486
2487         * src/exporthtml.c
2488         * src/html.c
2489         * src/html.h
2490         * src/procmime.c
2491         * src/textview.c
2492                 renamed html_ prefixed functions and data structures to avoid
2493                 namespace clashes w/ other software (gtkhtml2 for instance).
2494                 Closes bug #907.
2495
2496
2497 2006-02-09 [colin]      2.0.0cvs41
2498
2499         * src/summaryview.c
2500                 Fix shitty logic messed up. Thanks Ticho for the hint!
2501
2502 2006-02-09 [wwp]        2.0.0cvs40
2503
2504         * src/gtk/about.c
2505         * src/compose.c
2506         * src/prefs_account.c
2507         * src/prefs_gtk.h
2508         * src/editaddress.c
2509                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
2510                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
2511                 Browse buttons in accounts prefs.
2512
2513 2006-02-09 [colin]      2.0.0cvs39
2514
2515         * src/matcher.c
2516                 Check for pointer before using its members
2517         * src/gtk/gtksourceprintjob.c
2518                 Fix a wrong warning
2519
2520 2006-02-09 [wwp]        2.0.0cvs38
2521
2522         * src/gtk/filesel.c
2523                 fix few compiler warnings (type mismatch).
2524
2525 2006-02-09 [paul]       2.0.0cvs37
2526
2527         * po/fr.po
2528                 updated by Fabien Vantard
2529
2530 2006-02-08 [colin]      2.0.0cvs36
2531
2532         * src/prefs_common.c
2533         * src/common/defs.h
2534         * src/common/plugin.c
2535                 allow windows and linux configurations to coexist
2536                 patch by Thomas Gilgin
2537
2538 2006-02-08 [colin]      2.0.0cvs35
2539
2540         * src/filtering.c
2541         * src/matcher.c
2542         * src/matcher.h
2543         * src/matcher_parser_parse.y
2544         * src/prefs_filtering_action.c
2545         * src/prefs_matcher.c
2546                 Add the "Ignore thread" filtering
2547                 action
2548
2549 2006-02-08 [colin]      2.0.0cvs34
2550
2551         * src/compose.c
2552         * src/procmime.c
2553         * src/procmime.h
2554                 Fix bug #905 (damaged attachment)
2555                 text files with raw \0's aren't really text files
2556         FOR_STABLE
2557
2558 2006-02-08 [colin]      2.0.0cvs33
2559
2560         * src/summaryview.c
2561                 Fix crasher introduced yesterday
2562
2563 2006-02-08 [wwp]        2.0.0cvs32
2564
2565         * src/compose.c
2566         * src/compose.h
2567                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2568
2569 2006-02-08 [wwp]        2.0.0cvs31
2570
2571         * src/prefs_template.c
2572                 templates enhancement: allow address completion for Cc and Bcc fields
2573                 (it was currently possible for the To field only)
2574
2575 2006-02-08 [colin]      2.0.0cvs30
2576
2577         * src/compose.c
2578                 Don't unblock if not blocked
2579         FOR_STABLE
2580
2581 2006-02-07 [colin]      2.0.0cvs29
2582
2583         * src/action.c
2584                 Forgot to refresh summaryview
2585
2586 2006-02-07 [colin]      2.0.0cvs28
2587
2588         * src/action.c
2589                 Freeze/thaw message list and folder list while
2590                 processing %as{} actions 
2591         * src/compose.c
2592                 Fix auto-wrap disabling after a middle-click
2593                 paste - FOR_STABLE
2594
2595 2006-02-07 [paul]       2.0.0cvs27
2596
2597         * src/folder.c
2598                 fix freeing of uninitialised pointers
2599                 Thanks to Colin
2600
2601 2006-02-06 [colin]      2.0.0cvs26
2602
2603         * src/folder.c
2604                 Use g_slist_prepend in potentially big list
2605
2606 2006-02-06 [colin]      2.0.0cvs25
2607
2608         * src/folder.c
2609                 Completely skip processing if it doesn't 
2610                 exist (faster!)
2611
2612 2006-02-06 [colin]      2.0.0cvs24
2613
2614         * src/folder.c
2615         * src/summaryview.c
2616                 Batch filtering in summaryview (from Tools menu)
2617                 and pre/post//-processing too
2618
2619 2006-02-06 [colin]      2.0.0cvs23
2620
2621         * src/procmsg.h
2622         * src/filtering.c
2623                 Use a special field for batch filtering instead
2624                 of stepping on deferred execution's toes
2625
2626 2006-02-06 [colin]      2.0.0cvs22
2627
2628         * src/action.c
2629         * src/filtering.c
2630         * src/filtering.h
2631         * src/folder.c
2632         * src/summaryview.c
2633                 Fix filtering via menus and actions
2634
2635 2006-02-06 [colin]      2.0.0cvs21
2636
2637         * src/imap.c
2638                 Put the added file directly to cache if possible (will work
2639                 with next libetpan)
2640         * src/filtering.c
2641         * src/filtering.h
2642         * src/inc.c
2643         * src/folder.c
2644         * src/mbox.c
2645         * src/procmsg.h
2646                 Move and copy filtered messages by batches instead of one
2647                 by one - faster on IMAP
2648         * src/procmsg.c
2649                 Add a function that'll possibly be useful later
2650
2651 2006-02-06 [colin]      2.0.0cvs20
2652
2653         * src/addressbook.c
2654                 Use internal mime-type instead of text/plain for d'n'd
2655         * src/compose.c
2656                 Allow attaching files from mimeview's icon list via d'n'd
2657         * src/folderview.c
2658         * src/folderview.h
2659                 Use internal mime-type instead of text/plain for d'n'd
2660                 Don't try to selected opened folder if none is
2661                 Factorize d'n'd from other apps code
2662         * src/headerview.c
2663         * src/textview.c
2664         * src/gtk/gtkutils.c
2665         * src/gtk/gtkutils.h
2666                 Factorize Face/X-Face stuff
2667         * src/mimeview.c
2668                 Fix d'n'd to other apps
2669         * src/prefs_message.c
2670                 Let the XFace pref be usable without libcompface as it also
2671                 applies to Face
2672         * src/summaryview.c
2673                 Fix d'n'd to other apps
2674                 Factorize d'n'd from other apps code
2675
2676 2006-02-06 [wwp]        2.0.0cvs19
2677
2678         * po/it.po
2679                 Italian translation fixes by Andrea Spadaccini (no more confusion
2680                 between filtering and processing, and few changes in the About
2681                 dialog).
2682
2683
2684 2006-02-06 [mones]      2.0.0cvs18
2685
2686         * src/gtk/icon_legend.c
2687                 Improved descriptions allowing better translations
2688
2689 2006-02-05 [colin]      2.0.0cvs17
2690
2691         * src/imap.c
2692                 Add the f*cking missing expunge that caused imap_fetch_env
2693                 to fail after an add_msgs ! :-///
2694         * src/etpan/imap-thread.c
2695                 Add a bit of debug
2696         FOR_STABLE
2697
2698 2006-02-05 [colin]      2.0.0cvs16
2699
2700         * src/common/utils.c
2701                 Don't check for return-path (or we can't put
2702                 back non-sent mails)
2703
2704 2006-02-05 [colin]      2.0.0cvs15
2705
2706         * src/textview.c
2707                 Don't try to display Face header in textview
2708                 when teh headerview's active
2709
2710 2006-02-05 [colin]      2.0.0cvs14
2711
2712         * tools/tbird2syl.py
2713         * tools/Makefile.am
2714                 Add script to import Thunderbird mails
2715
2716 2006-02-05 [colin]      2.0.0cvs13
2717
2718         * src/headerview.c
2719         * src/procheader.c
2720         * src/procmsg.c
2721         * src/procmsg.h
2722         * src/textview.c
2723                 Show Face headers - patch partially by Klaus Flittner
2724
2725 2006-02-05 [colin]      2.0.0cvs12
2726
2727         * src/folderview.c
2728         * src/summaryview.c
2729         * src/common/utils.c
2730         * src/common/utils.h
2731                 Let dnd work from mime icons to summaryview
2732                 and to folderview too
2733                 Add a crude test to avoid trying to add files
2734                 drag'n'dropped when they're not mails
2735
2736 2006-02-04 [colin]      2.0.0cvs11
2737
2738         * src/summaryview.c
2739         * src/mimeview.c
2740                 Fix utf8 conversion
2741
2742 2006-02-04 [colin]      2.0.0cvs10
2743
2744         * src/compose.c
2745         * src/folderview.c
2746         * src/mimeview.c
2747         * src/summaryview.c
2748         * src/summaryview.h
2749                 Added various drag and drop capas:
2750                 From                    To
2751                 summaryview             other apps
2752                 mimeview icons          other apps
2753                 other apps              summaryview
2754                 other apps              folderview
2755
2756                 This shouldn't have broken the existing:
2757                 From                    To
2758                 summaryview             folderview
2759                 folderview              folderview
2760                 summaryview             compose's attachments
2761
2762         Tests welcomed.
2763
2764 2006-02-02 [paul]       2.0.0cvs9
2765
2766         * src/mainwindow.c
2767                 move global option 'Set displayed columns...' out
2768                 of folder option grouping.
2769                 fix sensitivity of 'harvest addresses'
2770         FOR_STABLE
2771
2772 2006-02-01 [colin]      2.0.0cvs8
2773
2774         * src/mimeview.c
2775                 Revert the alertpanel patch, it sucks (intrusive
2776                 and gets in the way of "open")
2777
2778 2006-02-01 [colin]      2.0.0cvs7
2779
2780         * src/compose.c
2781         * src/prefs_account.c
2782         * src/prefs_common.c
2783         * src/common/defs.h
2784         * src/common/utils.c
2785         * src/common/utils.h
2786                 Add ability to edit the signature file
2787                 from the account preferences, and use
2788                 a default for the text editor.
2789                 Patch by Fabien Vantard
2790
2791 2006-02-01 [colin]      2.0.0cvs6
2792
2793         * src/mimeview.c
2794                 Try to get mime type by extension if it is
2795                 application/octet-stream
2796                 Display a window with possible choices when
2797                 encountering unknown mime types
2798         * src/gtk/filesel.c
2799         * src/gtk/filesel.h
2800                 Add preview
2801                 Allow multiple selection in filtered filesel
2802                 (patch by Fabien Vantard)
2803         * src/gtk/pluginwindow.c
2804                 Use it (patch by Fabien Vantard)
2805
2806 2006-02-01 [paul]       2.0.0cvs5
2807
2808         * src/jpilot.c
2809                 fix crash on creating jpilot address book
2810                 Thanks to Colin - FOR_STABLE
2811         * src/prefs_summaries.c
2812         * src/prefs_wrapping.c
2813         * src/gtk/icon_legend.c
2814         * src/gtk/quicksearch.c
2815                 string fixes and additions
2816
2817 2006-02-01 [paul]       2.0.0cvs4
2818
2819         * src/compose.c
2820         * src/mainwindow.c
2821         * src/messageview.c
2822         * src/prefs_send.c
2823                 add Arabic encoding option
2824                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2825
2826 2006-01-31 [colin]      2.0.0cvs3
2827
2828         * src/plugins/pgpcore/passphrase.c
2829                 Convert passphrase to locale encoding
2830         * src/compose.c
2831                 Fix drafting on IMAP. Crappy bug sneaked in
2832                 the release :-/
2833         FOR_STABLE
2834
2835 2006-01-30 [paul]       2.0.0cvs2
2836
2837         * src/gtk/icon_legend.c
2838                 show the new entries
2839
2840 2006-01-30 [colin]      2.0.0cvs1
2841
2842         * src/manual.c
2843                 Check for the file to be present before 
2844                 enabling the menu - FOR_STABLE
2845         * src/gtk/icon_legend.c
2846                 Add folders icons (not all of them, there
2847                 are too much, but the most intriguing ones)
2848
2849 2006-01-30 [paul]       2.0.0
2850
2851         version 2.0.0 released
2852
2853 2006-01-30 [paul]       1.9.100cvs200
2854
2855         * manual/faq.xml
2856         * manual/gpl.xml
2857         * manual/intro.xml
2858         * manual/starting.xml
2859         * manual/sylpheed-claws-manual.xml
2860                 fixes, additions
2861
2862 2006-01-29 [mones]      1.9.100cvs199
2863
2864         * manual/account.xml
2865         * manual/advanced.xml
2866         * manual/glossary.xml
2867                 Some typos fixed, added LDIF term to glossary
2868         * po/es.po
2869                 Fixed leading plus symbol
2870
2871 2006-01-29 [paul]       1.9.100cvs198
2872
2873         * po/fi.po
2874         * po/sk.po
2875                 updated by Tommi Pirinen and Andrej Kacian
2876
2877 2006-01-29 [paul]       1.9.100cvs197
2878
2879         * src/gtk/authors.h
2880                 remove duplicates
2881
2882 2006-01-29 [paul]       1.9.100cvs196
2883
2884         * AUTHORS
2885         * po/nl.po
2886         * src/gtk/authors.h
2887         * tools/claws.i18n.status.pl
2888                 nl translation updated by Tim Dijkstra
2889
2890 2006-01-29 [paul]       1.9.100cvs195
2891
2892         * po/sr.po
2893         * po/sv.po
2894                 updated by Aleksandar Urosevic and Anders Troback
2895
2896 2006-01-28 [colin]      1.9.100cvs194
2897
2898         * src/gtk/gtksourceprintjob.c
2899                 Don't fiddle with PangoLayout when we
2900                 have an image
2901
2902 2006-01-28 [paul]       1.9.100cvs193
2903
2904         * AUTHORS
2905         * po/el.po
2906         * po/zh_CN.po
2907         * src/gtk/authors.h
2908         * tools/claws.i18n.status.pl
2909                 updated translations submitted by Stavros Giannouris
2910                 and Ralgh Young
2911
2912 2006-01-27 [colin]      1.9.100cvs192
2913
2914         * src/summaryview.c
2915         * src/gtk/gtksourceprintjob.c
2916                 Add image printing 
2917                 (libgnomeprint only, of course)
2918
2919 2006-01-27 [paul]       1.9.100cvs191
2920
2921         * po/fr.po
2922         * po/it.po
2923                 updated by Fabien Vantard and Andrea Spadaccini
2924
2925 2006-01-26 [colin]      1.9.100cvs190
2926
2927         * manual/Makefile.am
2928         * configure.ac
2929                 Make building the manual optional 
2930                 (--disable-manual)
2931
2932 2006-01-26 [paul]       1.9.100cvs189
2933
2934         * manual/glossary.xml
2935         * manual/plugins.xml
2936                 edited
2937         * po/en_GB.po
2938                 updated
2939
2940 2006-01-26 [paul]       1.9.100cvs188
2941
2942         * src/prefs_display_header.c
2943         * src/prefs_folder_column.c
2944         * src/prefs_msg_colors.c
2945         * src/prefs_summaries.c
2946         * src/prefs_summary_column.c
2947                 HIGify
2948
2949 2006-01-25 [colin]      1.9.100cvs187
2950
2951         * src/imap.c
2952                 Don't allow moving/copying mails between
2953                 queue/drafts and non-queue/drafts folders
2954                 Fixes bug #897 (message header is resetted 
2955                 if one is copied to Drafts)
2956
2957 2006-01-25 [colin]      1.9.100cvs186
2958
2959         * src/folder.c
2960         * src/mainwindow.c
2961                 Fix subscribed folders not found
2962         * src/compose.c
2963                 Don't try to encode as original mail's charset
2964                 if it's ascii 
2965
2966 2006-01-25 [paul]       1.9.100cvs185
2967
2968         * AUTHORS
2969         * po/Makevars
2970                 updated
2971         * po/de.po
2972         * po/pl.po
2973         * po/pt_BR.po
2974         * po/sr.po
2975                 updates submitted by Stephan Sachse, Emilian Nowak
2976                 and Quar, Frederico Goncalves Guimaraes, and
2977                 Aleksandar Urosevic
2978                 Fix Bug 896, 'PT_BR locale broken'.
2979         * src/gtk/authors.h
2980                 updated
2981
2982 2006-01-24 [mones]      1.9.100cvs184
2983
2984         * manual/glossary.xml
2985                 All current terms finished. Reviewers welcome ;-)
2986         * manual/keyboard.xml
2987                 Fixed column width for pdf output.
2988         * po/es.po
2989                 Updated
2990
2991 2006-01-24 [paul]       1.9.100cvs183
2992
2993         * manual/glossary.xml
2994                 fix id name
2995         * manual/dist/html/Makefile.am
2996         * manual/dist/pdf/Makefile.am
2997         * manual/dist/ps/Makefile.am
2998         * manual/dist/txt/Makefile.am
2999                 fix make deps
3000                 Thanks to Colin
3001
3002 2006-01-24 [mones]      1.9.100cvs182
3003
3004         * manual/glossary.xml
3005                 Nearly finished, some terms missing.
3006
3007 2006-01-23 [paul]       1.9.100cvs181
3008
3009         * manual/dist/html/Makefile.am
3010         * manual/dist/pdf/Makefile.am
3011         * manual/dist/ps/Makefile.am
3012         * manual/dist/txt/Makefile.am
3013         * src/mainwindow.c
3014                 re-enable manual
3015                 Thanks to Colin
3016
3017 2006-01-22 [colin]      1.9.100cvs180
3018
3019         * src/compose.c
3020         * src/gtk/gtkaspell.c
3021                 Don't deselect stuff before right-clicking, with aspell.
3022                 (This prevented right-click Copy, for example).
3023                 Thanks to Clo!
3024
3025 2006-01-22 [paul]       1.9.100cvs179
3026
3027         * src/summary_search.c
3028                 don't fix the widget size as it causes problems
3029                 under localisation.
3030                 Thanks to Emilian Nowak
3031
3032 2006-01-21 [paul]       1.9.100cvs178
3033
3034         * src/prefs_themes.c
3035                 fix broken underlining of label text
3036                 with some translations
3037
3038 2006-01-21 [colin]      1.9.100cvs177
3039
3040         * po/fr.po
3041                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
3042
3043 2006-01-20 [colin]      1.9.100cvs176
3044
3045         * configure.ac
3046         * Makefile.am
3047         * manual/Makefile
3048         * manual/dist/html/.cvsignore
3049         * manual/dist/html/Makefile.am
3050         * manual/dist/pdf/.cvsignore
3051         * manual/dist/pdf/Makefile.am
3052         * manual/dist/ps/.cvsignore
3053         * manual/dist/ps/Makefile.am
3054         * manual/dist/txt/.cvsignore
3055         * manual/dist/txt/Makefile.am
3056                 Autotool-ize manual
3057
3058 2006-01-20 [paul]       1.9.100cvs175
3059
3060         * manual/handling.xml
3061                 make Filtering and Searching entries easier to find
3062         * manual/keyboard.xml
3063                 add the remaining default keybinds
3064         * src/prefs_summaries.c
3065                 update the default keybinds
3066
3067 2006-01-20 [paul]       1.9.100cvs174
3068
3069         * src/addressbook.c
3070         * src/addrgather.c
3071         * src/addrharvest.c
3072         * src/editaddress.c
3073         * src/editgroup.c
3074         * src/exphtmldlg.c
3075         * src/expldifdlg.c
3076         * src/exporthtml.c
3077         * src/exportldif.c
3078         * src/ldif.c
3079                 replace 'e-mail' with 'email'
3080         * src/summary_search.c
3081                 add mnemonic to "Find all" button
3082
3083 2006-01-20 [wwp]        1.9.100cvs173
3084
3085         * src/export.c
3086         * src/import.c
3087                 touched mbox import/export buttons for HIG-compliance
3088
3089 2006-01-19 [paul]       1.9.100cvs172
3090
3091         * manual/account.xml
3092         * manual/addrbook.xml
3093         * manual/advanced.xml
3094         * manual/faq.xml
3095         * manual/handling.xml
3096         * manual/intro.xml
3097         * manual/plugins.xml
3098         * manual/starting.xml
3099                 more editing
3100
3101 2006-01-19 [paul]       1.9.100cvs171
3102
3103         * src/toolbar.c
3104                 allow use of trash button while receiving
3105                 Thanks to Colin
3106
3107 2006-01-19 [wwp]        1.9.100cvs170
3108
3109         * src/gtk/quicksearch.c
3110         * src/compose.c
3111                 force text color to black when yellow background is set
3112
3113 2006-01-19 [colin]      1.9.100cvs169
3114
3115         * src/plugins/trayicon/trayicon.c
3116                 Gray out Get Mail when already getting mail
3117
3118 2006-01-18 [paul]       1.9.100cvs168
3119
3120         * src/compose.c
3121                 give widget yellow background was To is
3122                 set via folder prefs
3123         * src/gtk/quicksearch.c
3124                 give widget yellow background when quick
3125                 search is active.
3126                 Thanks to Colin
3127
3128 2006-01-18 [paul]       1.9.100cvs167
3129
3130         * doc/man/sylpheed-claws.1
3131                 add --subscribe option
3132
3133 2006-01-18 [paul]       1.9.100cvs166
3134
3135         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3136         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3137                 use %U instead of %F (%F is broken for user installed
3138                 files in kde 3.5)
3139
3140 2006-01-18 [colin]      1.9.100cvs165
3141
3142         * src/summaryview.c
3143                 Default to Yes in "No more * messages" dialogs
3144
3145 2006-01-17 [colin]      1.9.100cvs164
3146
3147         * src/compose.c
3148                 Possibly fix an invalid iterator causing
3149                 crash
3150
3151 2006-01-17 [colin]      1.9.100cvs163
3152
3153         * src/mimeview.c
3154                 Fix crash when the image disappears under the
3155                 image viewer
3156
3157 2006-01-16 [colin]      1.9.100cvs162
3158
3159         * src/compose.c
3160                 Fix reenabling autowrap
3161
3162 2006-01-16 [colin]      1.9.100cvs161
3163
3164         * src/compose.c
3165                 reset quote_len before getting quote_str
3166
3167 2006-01-16 [colin]      1.9.100cvs160
3168
3169         * src/account.c
3170         * src/account.h
3171         * src/folder.c
3172         * src/imap_gtk.c
3173         * src/mh_gtk.c
3174                 Fix bug #883 (default inbox does not track folder move)
3175
3176 2006-01-16 [colin]      1.9.100cvs159
3177
3178         * src/compose.c
3179         * src/plugins/pgpcore/passphrase.c
3180                 More buttons fixes
3181
3182 2006-01-16 [paul]       1.9.100cvs158
3183
3184         * src/prefs_actions.c
3185         * src/prefs_filtering_action.c
3186         * src/prefs_matcher.c
3187         * src/quote_fmt.c
3188         * src/gtk/description_window.c
3189         * src/gtk/description_window.h
3190         * src/gtk/quicksearch.c
3191                 description window cleanups
3192
3193 2006-01-15 [colin]      1.9.100cvs157
3194
3195         * src/addressbook.c
3196         * src/prefs_filtering.c
3197                 Same here
3198
3199 2006-01-15 [colin]      1.9.100cvs156
3200
3201         * src/folderview.c
3202         * src/mainwindow.c
3203                 Same for "Empty trash"
3204
3205 2006-01-15 [colin]      1.9.100cvs155
3206
3207         * src/inc.c
3208                 Override offline dialog had Yes by default
3209
3210 2006-01-15 [colin]      1.9.100cvs154
3211
3212         * src/summaryview.c
3213                 Delete selected messages? previously had Yes the default
3214
3215 2006-01-15 [colin]      1.9.100cvs153
3216
3217         * src/folder.c
3218         * src/folder.h
3219         * src/main.c
3220                 Check if a mailbox is loaded after all
3221                 plugins are loaded.
3222
3223 2006-01-15 [colin]      1.9.100cvs152
3224
3225         * src/folder.c
3226                 Don't start wizard when there are unloaded folders (will help
3227                 people with only mbox or maildir mailboxes)
3228
3229 2006-01-14 [colin]      1.9.100cvs151
3230
3231         * src/addressbook.c
3232         * src/expldifdlg.c
3233         * src/importldif.c
3234         * src/importmutt.c
3235         * src/importpine.c
3236         * src/mh_gtk.c
3237                 More HIG compliance and fixes
3238
3239 2006-01-14 [colin]      1.9.100cvs150
3240
3241         * src/prefs_filtering_action.c
3242         * src/foldersel.c
3243                 Two forgotten button order changes
3244
3245 2006-01-14 [colin]      1.9.100cvs149
3246
3247         * src/account.c
3248         * src/addressbook.c
3249         * src/compose.c
3250         * src/folderview.c
3251         * src/imap_gtk.c
3252         * src/mainwindow.c
3253         * src/mh_gtk.c
3254         * src/news_gtk.c
3255         * src/prefs_actions.c
3256         * src/prefs_customheader.c
3257         * src/prefs_filtering.c
3258         * src/prefs_matcher.c
3259         * src/prefs_template.c
3260         * src/ssl_manager.c
3261         * src/summaryview.c
3262         * src/textview.c
3263         * src/toolbar.c
3264                 All deletion confirmations are now "Cancel, Delete" 
3265                 instead of "No, Yes"
3266                 Clarified most of the other "No, Yes" to 
3267                 "Cancel, Descriptive_action"
3268                 Rechanged the "Entry not saved" alerts to have 
3269                 "Close, Continue editing"
3270
3271
3272 2006-01-14 [paul]
3273
3274         * 2.0.0-rc4 released
3275
3276 2006-01-14 [paul]       1.9.100cvs148
3277
3278         * src/account.c
3279         * src/addressadd.c
3280         * src/addressbook.c
3281         * src/compose.c
3282         * src/editaddress.c
3283         * src/editbook.c
3284         * src/editgroup.c
3285         * src/editjpilot.c
3286         * src/editldap.c
3287         * src/editvcard.c
3288         * src/exphtmldlg.c
3289         * src/expldifdlg.c
3290         * src/folderview.c
3291         * src/grouplistdialog.c
3292         * src/imap_gtk.c
3293         * src/importmutt.c
3294         * src/importpine.c
3295         * src/inc.c
3296         * src/main.c
3297         * src/mainwindow.c
3298         * src/message_search.c
3299         * src/messageview.c
3300         * src/mh_gtk.c
3301         * src/mimeview.c
3302         * src/news_gtk.c
3303         * src/prefs_actions.c
3304         * src/prefs_customheader.c
3305         * src/prefs_filtering.c
3306         * src/prefs_matcher.c
3307         * src/prefs_template.c
3308         * src/prefs_themes.c
3309         * src/ssl_manager.c
3310         * src/summary_search.c
3311         * src/summaryview.c
3312         * src/textview.c
3313         * src/toolbar.c
3314         * src/gtk/foldersort.c
3315         * src/gtk/gtkaspell.c
3316         * src/gtk/inputdialog.c
3317         * src/gtk/prefswindow.c
3318         * src/plugins/pgpcore/select-keys.c
3319         * src/plugins/trayicon/trayicon.c
3320                 HIG compliant button order
3321
3322 2006-01-14 [mones]      1.9.100cvs147
3323
3324         * po/es.po
3325                 Updated translation
3326
3327 2006-01-13 [paul]       1.9.100cvs146
3328
3329         * AUTHORS
3330         * ChangeLog
3331         * src/gtk/authors.h
3332                 add Joshua M. Kwan to contributors list
3333
3334 2006-01-13 [colin]      1.9.100cvs145
3335
3336         * src/gtk/quicksearch.c
3337                 Don't refocus quick search after executing (Esc or Enter)
3338                 Allows to '/'search something then move up/down in 
3339                 summaryview, and to Esc a search and be back in the 
3340                 summaryview
3341
3342 2006-01-13 [paul]       1.9.100cvs144
3343
3344         * src/plugins/pgpinline/pgpinline.c
3345                 support Content-Type 'application/pgp'
3346                 patch by Joshua M. Kwan <joshuak@users.sf.net>
3347
3348 2006-01-13 [paul]       1.9.100cvs143
3349
3350         * manual/account.xml
3351                 make mention of partial retrieval
3352                 thanks to Colin
3353
3354 2006-01-13 [paul]       1.9.100cvs142
3355
3356         * src/account.c
3357         * src/account.h
3358         * src/action.c
3359         * src/action.h
3360         * src/adbookbase.h
3361         * src/addr_compl.c
3362         * src/addr_compl.h
3363         * src/addrbook.c
3364         * src/addrcache.c
3365         * src/addrcache.h
3366         * src/addrcindex.c
3367         * src/addrcindex.h
3368         * src/addrclip.c
3369         * src/addrclip.h
3370         * src/addrdefs.h
3371         * src/addressadd.c
3372         * src/addressadd.h
3373         * src/addressbook.c
3374         * src/addressbook.h
3375         * src/addrgather.c
3376         * src/addrgather.h
3377         * src/addrharvest.c
3378         * src/addrharvest.h
3379         * src/addrindex.c
3380         * src/addrindex.h
3381         * src/addritem.c
3382         * src/addritem.h
3383         * src/addrquery.c
3384         * src/addrquery.h
3385         * src/addrselect.c
3386         * src/addrselect.h
3387         * src/alertpanel.c
3388         * src/alertpanel.h
3389         * src/browseldap.c
3390         * src/browseldap.h
3391         * src/codeconv.c
3392         * src/codeconv.h
3393         * src/compose.c
3394         * src/compose.h
3395         * src/customheader.c
3396         * src/customheader.h
3397         * src/displayheader.c
3398         * src/displayheader.h
3399         * src/editaddress.c
3400         * src/editaddress.h
3401         * src/editbook.c
3402         * src/editbook.h
3403         * src/editgroup.c
3404         * src/editgroup.h
3405         * src/editjpilot.c
3406         * src/editjpilot.h
3407         * src/editldap.c
3408         * src/editldap.h
3409         * src/editldap_basedn.c
3410         * src/editldap_basedn.h
3411         * src/editvcard.c
3412         * src/editvcard.h
3413         * src/exphtmldlg.c
3414         * src/exphtmldlg.h
3415         * src/expldifdlg.c
3416         * src/expldifdlg.h
3417         * src/export.h
3418         * src/exporthtml.c
3419         * src/exporthtml.h
3420         * src/exportldif.c
3421         * src/exportldif.h
3422         * src/filtering.c
3423         * src/filtering.h
3424         * src/folder.c
3425         * src/folder.h
3426         * src/folder_item_prefs.c
3427         * src/folder_item_prefs.h
3428         * src/foldersel.c
3429         * src/foldersel.h
3430         * src/folderutils.c
3431         * src/folderutils.h
3432         * src/folderview.c
3433         * src/folderview.h
3434         * src/grouplistdialog.c
3435         * src/grouplistdialog.h
3436         * src/headerview.c
3437         * src/html.c
3438         * src/html.h
3439         * src/image_viewer.c
3440         * src/image_viewer.h
3441         * src/imap.c
3442         * src/imap.h
3443         * src/imap_gtk.c
3444         * src/imap_gtk.h
3445         * src/import.h
3446         * src/importldif.c
3447         * src/importldif.h
3448         * src/importmutt.c
3449         * src/importmutt.h
3450         * src/importpine.c
3451         * src/importpine.h
3452         * src/inc.c
3453         * src/inc.h
3454         * src/jpilot.c
3455         * src/jpilot.h
3456         * src/ldapctrl.c
3457         * src/ldapctrl.h
3458         * src/ldaplocate.c
3459         * src/ldaplocate.h
3460         * src/ldapquery.c
3461         * src/ldapquery.h
3462         * src/ldapserver.c
3463         * src/ldapserver.h
3464         * src/ldaputil.c
3465         * src/ldaputil.h
3466         * src/ldif.c
3467         * src/ldif.h
3468         * src/main.c
3469         * src/main.h
3470         * src/mainwindow.c
3471         * src/mainwindow.h
3472         * src/manual.c
3473         * src/manual.h
3474         * src/mbox.c
3475         * src/mbox.h
3476         * src/message_search.c
3477         * src/message_search.h
3478         * src/messageview.c
3479         * src/messageview.h
3480         * src/mh.c
3481         * src/mh.h
3482         * src/mh_gtk.c
3483         * src/mh_gtk.h
3484         * src/mimeview.c
3485         * src/mimeview.h
3486         * src/msgcache.c
3487         * src/msgcache.h
3488         * src/mutt.c
3489         * src/mutt.h
3490         * src/news.c
3491         * src/news.h
3492         * src/news_gtk.c
3493         * src/news_gtk.h
3494         * src/partial_download.c
3495         * src/partial_download.h
3496         * src/pine.c
3497         * src/pine.h
3498         * src/pop.c
3499         * src/pop.h
3500         * src/prefs_account.c
3501         * src/prefs_account.h
3502         * src/prefs_actions.c
3503         * src/prefs_actions.h
3504         * src/prefs_common.c
3505         * src/prefs_common.h
3506         * src/prefs_compose_writing.c
3507         * src/prefs_compose_writing.h
3508         * src/prefs_customheader.c
3509         * src/prefs_customheader.h
3510         * src/prefs_display_header.c
3511         * src/prefs_display_header.h
3512         * src/prefs_filtering.c
3513         * src/prefs_filtering.h
3514         * src/prefs_filtering_action.c
3515         * src/prefs_filtering_action.h
3516         * src/prefs_folder_column.c
3517         * src/prefs_folder_column.h
3518         * src/prefs_folder_item.c
3519         * src/prefs_folder_item.h
3520         * src/prefs_fonts.c
3521         * src/prefs_fonts.h
3522         * src/prefs_gtk.c
3523         * src/prefs_gtk.h
3524         * src/prefs_image_viewer.c
3525         * src/prefs_image_viewer.h
3526         * src/prefs_matcher.c
3527         * src/prefs_matcher.h
3528         * src/prefs_message.c
3529         * src/prefs_msg_colors.c
3530         * src/prefs_msg_colors.h
3531         * src/prefs_other.c
3532         * src/prefs_quote.c
3533         * src/prefs_receive.c
3534         * src/prefs_send.c
3535         * src/prefs_spelling.c
3536         * src/prefs_spelling.h
3537         * src/prefs_summaries.c
3538         * src/prefs_summaries.h
3539         * src/prefs_summary_column.c
3540         * src/prefs_summary_column.h
3541         * src/prefs_template.c
3542         * src/prefs_template.h
3543         * src/prefs_themes.c
3544         * src/prefs_themes.h
3545         * src/prefs_toolbar.c
3546         * src/prefs_toolbar.h
3547         * src/prefs_wrapping.c
3548         * src/prefs_wrapping.h
3549         * src/privacy.c
3550         * src/privacy.h
3551         * src/procheader.c
3552         * src/procheader.h
3553         * src/procmime.c
3554         * src/procmime.h
3555         * src/procmsg.c
3556         * src/procmsg.h
3557         * src/quote_fmt.c
3558         * src/quote_fmt_parse.y
3559         * src/recv.c
3560         * src/recv.h
3561         * src/remotefolder.c
3562         * src/remotefolder.h
3563         * src/send_message.c
3564         * src/send_message.h
3565         * src/setup.c
3566         * src/setup.h
3567         * src/sourcewindow.c
3568         * src/sourcewindow.h
3569         * src/ssl_manager.c
3570         * src/ssl_manager.h
3571         * src/statusbar.c
3572         * src/statusbar.h
3573         * src/stock_pixmap.c
3574         * src/stock_pixmap.h
3575         * src/summary_search.c
3576         * src/summary_search.h
3577         * src/summaryview.c
3578         * src/summaryview.h
3579         * src/syldap.c
3580         * src/syldap.h
3581         * src/textview.c
3582         * src/textview.h
3583         * src/toolbar.c
3584         * src/toolbar.h
3585         * src/undo.c
3586         * src/undo.h
3587         * src/unmime.c
3588         * src/unmime.h
3589         * src/vcard.c
3590         * src/vcard.h
3591         * src/wizard.c
3592         * src/wizard.h
3593         * src/common/base64.c
3594         * src/common/base64.h
3595         * src/common/defs.h
3596         * src/common/hooks.c
3597         * src/common/hooks.h
3598         * src/common/log.c
3599         * src/common/log.h
3600         * src/common/mgutils.c
3601         * src/common/mgutils.h
3602         * src/common/nntp.c
3603         * src/common/nntp.h
3604         * src/common/passcrypt.c
3605         * src/common/passcrypt.h.in
3606         * src/common/plugin.c
3607         * src/common/plugin.h
3608         * src/common/prefs.c
3609         * src/common/prefs.h
3610         * src/common/progressindicator.c
3611         * src/common/progressindicator.h
3612         * src/common/quoted-printable.c
3613         * src/common/quoted-printable.h
3614         * src/common/session.c
3615         * src/common/session.h
3616         * src/common/smtp.c
3617         * src/common/smtp.h
3618         * src/common/socket.c
3619         * src/common/socket.h
3620         * src/common/ssl.c
3621         * src/common/ssl.h
3622         * src/common/ssl_certificate.c
3623         * src/common/ssl_certificate.h
3624         * src/common/stringtable.c
3625         * src/common/stringtable.h
3626         * src/common/sylpheed.c
3627         * src/common/sylpheed.h
3628         * src/common/template.c
3629         * src/common/template.h
3630         * src/common/timing.h
3631         * src/common/utils.c
3632         * src/common/utils.h
3633         * src/common/version.h.in
3634         * src/common/xml.c
3635         * src/common/xml.h
3636         * src/common/xmlprops.c
3637         * src/common/xmlprops.h
3638         * src/gtk/colorlabel.c
3639         * src/gtk/colorsel.c
3640         * src/gtk/colorsel.h
3641         * src/gtk/description_window.c
3642         * src/gtk/description_window.h
3643         * src/gtk/filesel.c
3644         * src/gtk/filesel.h
3645         * src/gtk/foldersort.c
3646         * src/gtk/foldersort.h
3647         * src/gtk/gtkutils.c
3648         * src/gtk/gtkutils.h
3649         * src/gtk/inputdialog.c
3650         * src/gtk/inputdialog.h
3651         * src/gtk/logwindow.c
3652         * src/gtk/logwindow.h
3653         * src/gtk/manage_window.c
3654         * src/gtk/manage_window.h
3655         * src/gtk/menu.c
3656         * src/gtk/menu.h
3657         * src/gtk/pluginwindow.c
3658         * src/gtk/pluginwindow.h
3659         * src/gtk/prefswindow.c
3660         * src/gtk/prefswindow.h
3661         * src/gtk/progressdialog.c
3662         * src/gtk/progressdialog.h
3663         * src/gtk/sslcertwindow.c
3664         * src/gtk/sslcertwindow.h
3665         * src/plugins/clamav/clamav_plugin.c
3666         * src/plugins/clamav/clamav_plugin.h
3667         * src/plugins/clamav/clamav_plugin_gtk.c
3668         * src/plugins/demo/demo.c
3669         * src/plugins/dillo_viewer/dillo_prefs.c
3670         * src/plugins/dillo_viewer/dillo_prefs.h
3671         * src/plugins/dillo_viewer/dillo_viewer.c
3672         * src/plugins/pgpcore/passphrase.c
3673         * src/plugins/pgpcore/passphrase.h
3674         * src/plugins/pgpcore/plugin.c
3675         * src/plugins/pgpcore/select-keys.c
3676         * src/plugins/pgpcore/select-keys.h
3677         * src/plugins/pgpcore/sgpgme.c
3678         * src/plugins/pgpcore/sgpgme.h
3679         * src/plugins/pgpinline/pgpinline.c
3680         * src/plugins/pgpinline/pgpinline.h
3681         * src/plugins/pgpinline/plugin.c
3682         * src/plugins/pgpmime/pgpmime.c
3683         * src/plugins/pgpmime/pgpmime.h
3684         * src/plugins/pgpmime/plugin.c
3685         * src/plugins/spamassassin/spamassassin.c
3686         * src/plugins/spamassassin/spamassassin.h
3687         * src/plugins/spamassassin/spamassassin_gtk.c
3688         * src/plugins/trayicon/trayicon.c
3689                 update copyright header
3690
3691 2006-01-13 [paul]       1.9.100cvs141
3692
3693         * src/account.c
3694         * src/export.c
3695         * src/import.c
3696         * src/mainwindow.c
3697         * src/prefs_account.c
3698         * src/prefs_display_header.c
3699         * src/prefs_receive.c
3700         * src/prefs_send.c
3701         * src/prefs_summaries.c
3702         * src/prefs_themes.c
3703         * src/prefs_toolbar.c
3704         * src/gtk/about.c
3705                 various cleanups
3706
3707 2006-01-12 [colin]      1.9.100cvs140
3708
3709         * src/folder.c
3710         * src/folder.h
3711         * src/main.c
3712                 Add --subscribe option
3713                 Let sylpheed-claws email@domain.com equivalent to --compose
3714                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
3715
3716 2006-01-12 [paul]       1.9.100cvs139
3717
3718         * src/mainwindow.c
3719                 append 'Change folder order' label with '...'
3720         * src/prefs_actions.c
3721                 allow reordering of actions list by dnd
3722         * src/gtk/foldersort.c
3723                 make the dialog nicer
3724
3725 2006-01-11 [colin]      1.9.100cvs138
3726
3727         * src/compose.c
3728                 Allow templates without text
3729
3730 2006-01-11 [paul]       1.9.100cvs137
3731
3732         * tools/README
3733         * tools/filter_conv_new.pl
3734                 add info to README
3735                 also check .sylpheed for filter.xml
3736                 be a bit informative to the user
3737
3738 2006-01-11 [colin]      1.9.100cvs136
3739
3740         * src/textview.c
3741                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
3742
3743 2006-01-10 [paul]       1.9.100cvs135
3744
3745         * tools/Makefile.am
3746         * tools/filter_conv_new.pl
3747                 add script to convert new style Sylpheed
3748                 filter rules (Sylpheed >= 0.9.99) to
3749                 Claws filtering rules
3750
3751 2006-01-10 [colin]      1.9.100cvs134
3752
3753         * src/compose.c
3754                 Fix broken line joins in certain conditions
3755                 (between two quoted lines: <enter><enter><up>
3756                  <type a wrapped sentence><go in the first line>
3757                  <insert more text><watch as line joining failed>)
3758
3759 2006-01-10 [paul]       1.9.100cvs133
3760
3761         * src/compose.c
3762                 don't report success in error dialog
3763                 thanks to Colin
3764         * src/common/utils.c
3765                 include some trailing punctuations as URI
3766                 thanks to Hiro
3767
3768 2006-01-10 [paul]       1.9.100cvs132
3769
3770         * src/mimeview.c
3771                 fix incompatible pointer type
3772                 warning
3773
3774 2006-01-10 [paul]       1.9.100cvs131
3775
3776         * src/compose.c
3777                 change Subject in window title
3778                 instantaneously
3779
3780 2006-01-09 [colin]      1.9.100cvs130
3781
3782         * src/addressbook.c
3783         * src/headerview.c
3784         * src/mainwindow.c
3785         * src/messageview.c
3786         * src/mimeview.c
3787         * src/noticeview.c
3788         * src/summaryview.c
3789                 Fix possible crashes on exit and in addressbook
3790
3791 2006-01-09 [paul]       1.9.100cvs129
3792
3793         * src/prefs_msg_colors.c
3794                 some cleanups that I forgot last time
3795
3796 2006-01-09 [paul]       1.9.100cvs128
3797
3798         * README
3799         * src/folderview.c
3800         * src/prefs_msg_colors.c
3801                 add previously hidden option, color_new, to
3802                 the gui
3803                 move the page to Display/
3804                 rework the gui
3805
3806 2006-01-09 [wwp]        1.9.100cvs127
3807
3808         * src/prefs_themes.c
3809                 made the prefs/display/themes layouts spacing less condensed
3810                 (and so they match other prefs/pages' look).
3811
3812 2006-01-09 [paul]       1.9.100cvs126
3813
3814         * src/compose.c
3815         * src/prefs_common.c
3816         * src/prefs_common.h
3817         * src/prefs_wrapping.c
3818                 remove 'wrap at send' option
3819
3820 2006-01-06 [colin]      1.9.100cvs125
3821
3822         * src/compose.c
3823                 Just make completely sure we don't insert "manual line breaks" 
3824                 when wrapping... 
3825
3826 2006-01-04 [paul]
3827
3828         * 2.0.0-rc3 released
3829
3830 2006-01-04 [paul]       1.9.100cvs124
3831
3832         * src/folderview.c
3833                 fix bug 882, 'quick scroll in folder list
3834                 displays wrong folder contents'
3835
3836 2006-01-04 [paul]       1.9.100cvs123
3837
3838         * src/plugins/pgpmime/pgpmime.c
3839                 better debug information when signing
3840                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3841
3842 2006-01-03 [colin]      1.9.100cvs122
3843
3844         * configure.ac
3845                 We need to recheck for gpgme 1.0.0 after checking
3846                 for 1.1.1, because if 1.1.1 isn't available, 
3847                 GPGME_LIBS and friends are blanked out by the 
3848                 second check.
3849
3850 2006-01-03 [colin]      1.9.100cvs121
3851
3852         * src/common/prefs.c
3853                 Windows unlink-before rename fix
3854         * src/plugins/pgpcore/sgpgme.c
3855                 Add support for PKA info if available
3856                 Both patches by Werner Koch
3857
3858 2006-01-03 [paul]       1.9.100cvs120
3859
3860         * src/messageview.c
3861                 fix bug 884, 'Send receipt' button visible in queue
3862                 Thanks to Colin
3863
3864 2006-01-02 [colin]      1.9.100cvs119
3865
3866         * src/compose.c
3867         * src/imap.c
3868                 Fix autosave on IMAP and more generally try to
3869                 return the correct ID on a newly added IMAP message
3870
3871 2006-01-02 [paul]       1.9.100cvs118
3872
3873         * manual/keyboard.xml
3874                 edited
3875
3876 2006-01-01 [paul]       1.9.100cvs117
3877
3878         * src/gtk/authors.h
3879                 alphabetical order
3880
3881 2005-12-30 [colin]      1.9.100cvs116
3882
3883         * manual/advanced.xml
3884                 Explain Pre/Post-processing differences.
3885
3886 2005-12-30 [colin]      1.9.100cvs115
3887
3888         * src/mh.c
3889                 Implement copy_msgs for a little optimization
3890         * src/imap.c
3891                 Finish yesterday's fix
3892
3893 2005-12-29 [colin]      1.9.100cvs114
3894
3895         * src/imap.c
3896                 Fix occasional failure in fetching a mail over
3897                 IMAP
3898
3899 2005-12-29 [colin]      1.9.100cvs113
3900
3901         * src/compose.c
3902                 Don't remove a draft when sending it, if it is 
3903                 locked.
3904
3905 2005-12-28 [colin]      1.9.100cvs112
3906
3907         * src/summaryview.c
3908                 Fix leak for real
3909
3910 2005-12-28 [wwp]        1.9.100cvs111
3911
3912         * doc/faq/.cvsignore
3913         * doc/faq/de/.cvsignore
3914         * doc/faq/en/.cvsignore
3915         * doc/faq/es/.cvsignore
3916         * doc/faq/fr/.cvsignore
3917         * doc/faq/it/.cvsignore
3918         * doc/manual/.cvsignore
3919         * doc/manual/de/.cvsignore
3920         * doc/manual/en/.cvsignore
3921         * doc/manual/es/.cvsignore
3922         * doc/manual/fr/.cvsignore
3923         * doc/manual/ja/.cvsignore
3924         * src/plugins/mathml_viewer/.cvsignore
3925                 rollback revival of those files (my bad, sorry for the noise).
3926
3927 2005-12-28 [wwp]        1.9.100cvs110
3928
3929         * src/compose.c
3930                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
3931
3932 2005-12-28 [wwp]        1.9.100cvs109
3933
3934         * doc/faq/.cvsignore
3935         * doc/faq/de/.cvsignore
3936         * doc/faq/en/.cvsignore
3937         * doc/faq/es/.cvsignore
3938         * doc/faq/fr/.cvsignore
3939         * doc/faq/it/.cvsignore
3940         * doc/manual/.cvsignore
3941         * doc/manual/de/.cvsignore
3942         * doc/manual/en/.cvsignore
3943         * doc/manual/es/.cvsignore
3944         * doc/manual/fr/.cvsignore
3945         * doc/manual/ja/.cvsignore
3946         * src/plugins/mathml_viewer/.cvsignore
3947         * po/.cvsignore
3948                 more files to ignore.
3949
3950 2005-12-24 [colin]      1.9.100cvs108
3951
3952         * AUTHORS
3953         * src/gtk/authors.h
3954                 Update for Werner
3955
3956 2005-12-24 [colin]      1.9.100cvs107
3957
3958         * src/procmsg.c
3959                 Allow NULL src_msginfo in 
3960                 procmsg_msginfo_new_from_mimeinfo
3961
3962 2005-12-23 [paul]       1.9.100cvs106
3963
3964         * src/plugins/pgpinline/mypgpcore.def
3965                 add this forgotten file
3966
3967 2005-12-23 [colin]      1.9.100cvs105
3968
3969         * src/mainwindow.c
3970                 Fix missing break
3971
3972 2005-12-23 [colin]      1.9.100cvs104
3973
3974         * autogen.sh
3975         * src/folder.c
3976         * src/mh.c
3977         * src/common/plugin.c
3978         * src/common/socket.c
3979         * src/common/socket.h
3980         * src/common/utils.c
3981         * src/common/utils.h
3982         * src/gtk/pluginwindow.c
3983         * src/plugins/pgpcore/plugin.def
3984         * src/plugins/pgpcore/sylpheed.def
3985         * src/plugins/pgpinline/Makefile.am
3986         * src/plugins/pgpinline/plugin.def
3987         * src/plugins/pgpinline/sylpheed.def
3988         * src/plugins/pgpmime/plugin.def
3989         * src/plugins/pgpmime/sylpheed.def
3990                 Various w32 fixes by Werner Koch
3991
3992 2005-12-22 [paul]       1.9.100cvs103
3993
3994         * src/wizard.c
3995                 don't offer IMAP as 'server type' if
3996                 libetpan isn't built in
3997
3998 2005-12-22 [paul]       1.9.100cvs102
3999
4000         * AUTHORS
4001         * src/mainwindow.c
4002         * src/mainwindow.h
4003         * src/toolbar.c
4004         * src/gtk/authors.h
4005                 support GTK_TOOLBAR_BOTH_HORIZ (text
4006                 next to icon) Patch by Marien Zwart
4007                 marienz@users.sf.net
4008                 Also reword the text
4009
4010 2005-12-21 [colin]      1.9.100cvs101
4011
4012         * configure.ac
4013                 Fix DATADIRNAME
4014         * COPYING
4015                 Fix missing section and explicit the exception better
4016         * src/compose.c
4017                 Prevent mail from being lost without notice when an
4018                 SMTP error happens on trying to send an unmodified
4019                 drafted mail.
4020         * src/send_message.c
4021         * src/common/smtp.c
4022                 Fix password remembering when wrong, and add return
4023                 value checks where they should have been
4024         * src/plugins/pgpcore/sylpheed.def
4025         * src/plugins/pgpinline/sylpheed.def
4026         * src/plugins/pgpmime/sylpheed.def
4027                 Add a few symbols needed
4028
4029 2005-12-21 [paul]       1.9.100cvs100
4030
4031         * m4/codeset.m4
4032         * m4/glibc21.m4
4033         * m4/intdiv0.m4
4034         * m4/inttypes-pri.m4
4035         * m4/inttypes.m4
4036         * m4/inttypes_h.m4
4037         * m4/isc-posix.m4
4038         * m4/lcmessage.m4
4039         * m4/stdint_h.m4
4040         * m4/uintmax_t.m4
4041                 gettextization
4042                 thanks to Colin
4043
4044 2005-12-21 [paul]       1.9.100cvs99
4045
4046         * po/sv.po
4047                 fixed by Colin
4048
4049 2005-12-20 [paul]       1.9.100cvs98
4050
4051         * po/sv.po
4052                 updated by Anders Trobäck
4053
4054 2005-12-20 [colin]      1.9.100cvs97
4055
4056         * ABOUT-NLS
4057         * Makefile.am
4058         * autogen.sh
4059         * configure.ac
4060         * config/config.rpath
4061         * config/mkinstalldirs
4062         * m4/Makefile.am
4063         * m4/glibc2.m4
4064         * m4/gnupg.m4
4065         * m4/gpgme.m4
4066         * m4/intmax.m4
4067         * m4/longdouble.m4
4068         * m4/longlong.m4
4069         * m4/printf-posix.m4
4070         * m4/signed.m4
4071         * m4/size_max.m4
4072         * m4/ulonglong.m4
4073         * m4/wchar_t.m4
4074         * m4/wint_t.m4
4075         * m4/xsize.m4
4076         * po/Makefile.in.in
4077         * po/Makevars
4078         * po/bg.po
4079         * po/ca.po
4080         * po/cs.po
4081         * po/de.po
4082         * po/el.po
4083         * po/en_GB.po
4084         * po/es.po
4085         * po/fi.po
4086         * po/fr.po
4087         * po/hr.po
4088         * po/hu.po
4089         * po/it.po
4090         * po/ja.po
4091         * po/ko.po
4092         * po/nb.po
4093         * po/nl.po
4094         * po/pl.po
4095         * po/pt_BR.po
4096         * po/ru.po
4097         * po/sk.po
4098         * po/sr.po
4099         * po/stamp-po
4100         * po/sv.po
4101         * po/zh_CN.po
4102         * po/zh_TW.po
4103         * src/Makefile.am
4104         * src/codeconv.c
4105         * src/compose.c
4106         * src/exporthtml.c
4107         * src/exportldif.c
4108         * src/folder.c
4109         * src/main.c
4110         * src/manual.c
4111         * src/mh.c
4112         * src/mimeview.c
4113         * src/send_message.c
4114         * src/common/Makefile.am
4115         * src/common/fnmatch.c
4116         * src/common/fnmatch.h
4117         * src/common/fnmatch_loop.c
4118         * src/common/nntp.c
4119         * src/common/plugin.c
4120         * src/common/smtp.c
4121         * src/common/socket.c
4122         * src/common/string_match.c
4123         * src/common/sylpheed.c
4124         * src/common/utils.c
4125         * src/common/utils.h
4126         * src/common/w32_dirent.c
4127         * src/common/w32_reg.c
4128         * src/common/w32_signal.c
4129         * src/common/w32_stat.c
4130         * src/common/w32_stdio.c
4131         * src/common/w32_stdlib.c
4132         * src/common/w32_string.c
4133         * src/common/w32_time.c
4134         * src/common/w32_unistd.c
4135         * src/common/w32_wait.c
4136         * src/common/w32lib.h
4137         * src/etpan/Makefile.am
4138         * src/gtk/Makefile.am
4139         * src/plugins/clamav/Makefile.am
4140         * src/plugins/demo/Makefile.am
4141         * src/plugins/dillo_viewer/Makefile.am
4142         * src/plugins/pgpcore/Makefile.am
4143         * src/plugins/pgpcore/passphrase.c
4144         * src/plugins/pgpcore/plugin.def
4145         * src/plugins/pgpcore/sgpgme.c
4146         * src/plugins/pgpcore/sylpheed.def
4147         * src/plugins/pgpcore/version.rc
4148         * src/plugins/pgpinline/Makefile.am
4149         * src/plugins/pgpinline/plugin.def
4150         * src/plugins/pgpinline/sylpheed.def
4151         * src/plugins/pgpinline/version.rc
4152         * src/plugins/pgpmime/Makefile.am
4153         * src/plugins/pgpmime/mypgpcore.def
4154         * src/plugins/pgpmime/plugin.def
4155         * src/plugins/pgpmime/sylpheed.def
4156         * src/plugins/pgpmime/version.rc
4157         * src/plugins/spamassassin/Makefile.am
4158                 Very little ;-) patch from Werner Koch, providing
4159                 infrastructure for cross-compiling to Win32
4160
4161 2005-12-20 [paul]       1.9.100cvs96
4162
4163         * src/account.c
4164         * src/account.h
4165         * src/mainwindow.c
4166         * src/mainwindow.h
4167         * src/toolbar.c
4168         * src/toolbar.h
4169                 add a combo to the Get All button, allowing
4170                 quick retrieval from any account
4171                 Patch by Fabien Vantard, slightly modified
4172                 by Colin
4173         * src/gtk/about.c
4174                 i18n fix. Patch by Fabien Vantard
4175
4176 2005-12-19 [colin]      1.9.100cvs95
4177
4178         * src/compose.c
4179         * src/compose.h
4180                 Don't automatically join lines when they've 
4181                 been separated by the user and not automatically
4182
4183 2005-12-19 [paul]       1.9.100cvs94
4184
4185         * src/gtk/pluginwindow.c
4186                 i18n fix.
4187                 Patch by Fabien Vantard
4188
4189 2005-12-15 [paul]       1.9.100cvs93
4190
4191         * src/common/plugin.c
4192         * src/common/plugin.h
4193         * src/gtk/pluginwindow.c
4194         * src/plugins/clamav/clamav_plugin.c
4195         * src/plugins/demo/demo.c
4196         * src/plugins/dillo_viewer/dillo_viewer.c
4197         * src/plugins/pgpcore/plugin.c
4198         * src/plugins/pgpinline/plugin.c
4199         * src/plugins/pgpmime/plugin.c
4200         * src/plugins/spamassassin/spamassassin.c
4201         * src/plugins/trayicon/trayicon.c
4202                 add plugin_version()
4203
4204 2005-12-15 [colin]      1.9.100cvs92
4205
4206         * src/compose.c
4207                 Further fix bug #875
4208
4209 2005-12-15 [paul]       1.9.100cvs91
4210
4211         * src/gtk/filesel.c
4212                 fix attach_load_dir getting set to
4213                 PLUGINDIR on plugin load
4214
4215 2005-12-14 [mones]      1.9.100cvs90
4216
4217         * manual/ack.xml
4218         * manual/keyboard.xml
4219                 Initial draft and some shortcuts added
4220                 
4221         * po/es.po
4222                 Updated translation
4223
4224 2005-12-14 [colin]      1.9.100cvs89
4225
4226         * src/compose.c
4227         * src/imap.c
4228         * src/summaryview.c
4229         * src/gtk/gtkaspell.c
4230                 More leaks fixed
4231         * src/prefs_folder_item.c
4232                 Fix recursive prefs apply
4233
4234
4235 2005-12-14 [colin]      1.9.100cvs88
4236
4237         * src/compose.c
4238                 Fix bug #875 (Freeze On Inline Forward of 
4239                 Large Message)
4240
4241 2005-12-13 [colin]      1.9.100cvs87
4242
4243         * src/compose.c
4244                 Uniq-ify and sort the mimetypes list
4245                 Patch by Fabien Vantard
4246
4247 2005-12-13 [colin]      1.9.100cvs86
4248
4249         * src/imap.c
4250         * src/etpan/imap-thread.c
4251                 Fix leaks (patch by Hoa)
4252         * src/news.c
4253         * src/common/plugin.c
4254                 Fix leaks
4255
4256 2005-12-12 [colin]
4257
4258         * 2.0.0-rc2 released
4259
4260 2005-12-12 [colin]      1.9.100cvs85
4261
4262         * src/matcher.c
4263                 Fix a leak
4264
4265 2005-12-12 [wwp]        1.9.100cvs84
4266
4267         * src/gtk/icon_legend.c
4268                 fix misbehaviour and crash when closing the legend window
4269         using the Esc key (patch by Fabien Vantard).
4270
4271 2005-12-12 [paul]       1.9.100cvs83
4272
4273         * src/browseldap.c
4274         * src/foldersel.c
4275         * src/prefs_actions.c
4276         * src/prefs_filtering.c
4277         * src/prefs_matcher.c
4278         * src/prefs_spelling.glade      ** REMOVED **
4279         * src/prefs_template.c
4280         * src/gtk/foldersort.glade      ** REMOVED **
4281         * src/gtk/pluginwindow.c
4282         * src/gtk/pluginwindow.glade    ** REMOVED **
4283         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
4284                 cleanups
4285
4286 2005-12-11 [paul]       1.9.100cvs82
4287
4288         * src/gtk/filesel.c
4289                 fix attach_load_dir crasher (double free)
4290
4291 2005-12-09 [paul]       1.9.100cvs81
4292
4293         * po/POTFILES.in
4294         * src/mainwindow.c
4295         * src/gtk/Makefile.am
4296         * src/gtk/icon_legend.c
4297         * src/gtk/icon_legend.h
4298                 add icon legend
4299         * src/manual.c
4300                 cleanup
4301
4302 2005-12-09 [paul]       1.9.100cvs80
4303
4304         * src/plugins/pgpcore/passphrase.c
4305                 wrap the label in the dialog
4306
4307 2005-12-09 [colin]      1.9.100cvs79
4308
4309         * src/plugins/pgpcore/sgpgme.c
4310                 Display (untrusted) on not trusted signatures
4311                 Patch by Michal Èihaø <michal@cihar.com>
4312                 Closes bug #867 (Report also key trust)
4313
4314 2005-12-09 [colin]      1.9.100cvs78
4315
4316         * src/common/plugin.c
4317                 Update licence check, following Eben Moglen's advice
4318
4319 2005-12-08 [colin]      1.9.100cvs77
4320
4321         * src/folder.c
4322                 Fix the occasionnal item->cache != NULL 
4323                 assertion failure. 
4324
4325 2005-12-08 [colin]      1.9.100cvs76
4326
4327         * src/mimeview.c
4328         * src/plugins/pgpcore/sgpgme.c
4329                 Print key id when unable to check it
4330                 Closes bug #866 (Show key id when missing)
4331
4332 2005-12-08 [paul]       1.9.100cvs75
4333
4334         * src/prefs_common.c
4335         * src/prefs_common.h
4336         * src/gtk/filesel.c
4337                 remember load attachment dir
4338
4339 2005-12-07 [colin]      1.9.100cvs74
4340
4341         * src/prefs_toolbar.c
4342                 Gtk fixes, patch by Fabien Vantard
4343
4344 2005-12-07 [colin]      1.9.100cvs73
4345
4346         * src/action.c
4347         * src/compose.c
4348         * src/compose.h
4349                 Fix bug #839 (Quoted text isn't colored after 
4350                 executing an action)
4351         * src/common/plugin.c
4352                 Require plugins to declare their licence in plugin_licence()
4353                 Refuse to load non-GPL plugins as they'd be illegal (as 
4354                 derived works of Sylpheed-Claws, they must be GPL).
4355         * src/plugins/clamav/clamav_plugin.c
4356         * src/plugins/demo/demo.c
4357         * src/plugins/dillo_viewer/dillo_viewer.c
4358         * src/plugins/pgpcore/plugin.c
4359         * src/plugins/pgpinline/plugin.c
4360         * src/plugins/pgpmime/plugin.c
4361         * src/plugins/spamassassin/spamassassin.c
4362         * src/plugins/trayicon/trayicon.c
4363                 Add plugin_licence()
4364
4365 2005-12-07 [paul]       1.9.100cvs72
4366
4367         * configure.ac
4368         * src/mainwindow.c
4369         * src/manual.c
4370         * src/manual.h
4371         * src/common/defs.h
4372                 clean up after local FAQ removal and
4373                 temporary manual removal
4374
4375 2005-12-06 [colin]      1.9.100cvs71
4376
4377         * configure.ac
4378         * doc/Makefile.am
4379         * doc/faq/.cvsignore
4380         * doc/faq/Makefile.am
4381         * doc/faq/de/.cvsignore
4382         * doc/faq/de/Makefile.am
4383         * doc/faq/de/sylpheed-faq-1.html
4384         * doc/faq/de/sylpheed-faq-2.html
4385         * doc/faq/de/sylpheed-faq-3.html
4386         * doc/faq/de/sylpheed-faq.html
4387         * doc/faq/en/.cvsignore
4388         * doc/faq/en/Makefile.am
4389         * doc/faq/en/sylpheed-faq-1.html
4390         * doc/faq/en/sylpheed-faq-2.html
4391         * doc/faq/en/sylpheed-faq-3.html
4392         * doc/faq/en/sylpheed-faq-4.html
4393         * doc/faq/en/sylpheed-faq.html
4394         * doc/faq/es/.cvsignore
4395         * doc/faq/es/Makefile.am
4396         * doc/faq/es/sylpheed-faq-1.html
4397         * doc/faq/es/sylpheed-faq-2.html
4398         * doc/faq/es/sylpheed-faq-3.html
4399         * doc/faq/es/sylpheed-faq-4.html
4400         * doc/faq/es/sylpheed-faq.html
4401         * doc/faq/fr/.cvsignore
4402         * doc/faq/fr/Makefile.am
4403         * doc/faq/fr/sylpheed-faq-1.html
4404         * doc/faq/fr/sylpheed-faq-2.html
4405         * doc/faq/fr/sylpheed-faq-3.html
4406         * doc/faq/fr/sylpheed-faq.html
4407         * doc/faq/it/.cvsignore
4408         * doc/faq/it/Makefile.am
4409         * doc/faq/it/sylpheed-faq-1.html
4410         * doc/faq/it/sylpheed-faq-2.html
4411         * doc/faq/it/sylpheed-faq-3.html
4412         * doc/faq/it/sylpheed-faq.html
4413         * doc/manual/.cvsignore
4414         * doc/manual/Makefile.am
4415         * doc/manual/de/.cvsignore
4416         * doc/manual/de/Makefile.am
4417         * doc/manual/de/sylpheed-1.html
4418         * doc/manual/de/sylpheed-10.html
4419         * doc/manual/de/sylpheed-11.html
4420         * doc/manual/de/sylpheed-12.html
4421         * doc/manual/de/sylpheed-13.html
4422         * doc/manual/de/sylpheed-14.html
4423         * doc/manual/de/sylpheed-15.html
4424         * doc/manual/de/sylpheed-16.html
4425         * doc/manual/de/sylpheed-17.html
4426         * doc/manual/de/sylpheed-18.html
4427         * doc/manual/de/sylpheed-19.html
4428         * doc/manual/de/sylpheed-2.html
4429         * doc/manual/de/sylpheed-20.html
4430         * doc/manual/de/sylpheed-3.html
4431         * doc/manual/de/sylpheed-4.html
4432         * doc/manual/de/sylpheed-5.html
4433         * doc/manual/de/sylpheed-6.html
4434         * doc/manual/de/sylpheed-7.html
4435         * doc/manual/de/sylpheed-8.html
4436         * doc/manual/de/sylpheed-9.html
4437         * doc/manual/de/sylpheed.html
4438         * doc/manual/en/.cvsignore
4439         * doc/manual/en/Makefile.am
4440         * doc/manual/en/sylpheed-1.html
4441         * doc/manual/en/sylpheed-10.html
4442         * doc/manual/en/sylpheed-11.html
4443         * doc/manual/en/sylpheed-12.html
4444         * doc/manual/en/sylpheed-13.html
4445         * doc/manual/en/sylpheed-14.html
4446         * doc/manual/en/sylpheed-15.html
4447         * doc/manual/en/sylpheed-16.html
4448         * doc/manual/en/sylpheed-17.html
4449         * doc/manual/en/sylpheed-18.html
4450         * doc/manual/en/sylpheed-19.html
4451         * doc/manual/en/sylpheed-2.html
4452         * doc/manual/en/sylpheed-20.html
4453         * doc/manual/en/sylpheed-21.html
4454         * doc/manual/en/sylpheed-22.html
4455         * doc/manual/en/sylpheed-3.html
4456         * doc/manual/en/sylpheed-4.html
4457         * doc/manual/en/sylpheed-5.html
4458         * doc/manual/en/sylpheed-6.html
4459         * doc/manual/en/sylpheed-7.html
4460         * doc/manual/en/sylpheed-8.html
4461         * doc/manual/en/sylpheed-9.html
4462         * doc/manual/en/sylpheed.html
4463         * doc/manual/es/.cvsignore
4464         * doc/manual/es/Makefile.am
4465         * doc/manual/es/sylpheed-1.html
4466         * doc/manual/es/sylpheed-10.html
4467         * doc/manual/es/sylpheed-11.html
4468         * doc/manual/es/sylpheed-12.html
4469         * doc/manual/es/sylpheed-13.html
4470         * doc/manual/es/sylpheed-14.html
4471         * doc/manual/es/sylpheed-15.html
4472         * doc/manual/es/sylpheed-16.html
4473         * doc/manual/es/sylpheed-17.html
4474         * doc/manual/es/sylpheed-18.html
4475         * doc/manual/es/sylpheed-19.html
4476         * doc/manual/es/sylpheed-2.html
4477         * doc/manual/es/sylpheed-20.html
4478         * doc/manual/es/sylpheed-3.html
4479         * doc/manual/es/sylpheed-4.html
4480         * doc/manual/es/sylpheed-5.html
4481         * doc/manual/es/sylpheed-6.html
4482         * doc/manual/es/sylpheed-7.html
4483         * doc/manual/es/sylpheed-8.html
4484         * doc/manual/es/sylpheed-9.html
4485         * doc/manual/es/sylpheed.html
4486         * doc/manual/fr/.cvsignore
4487         * doc/manual/fr/Makefile.am
4488         * doc/manual/fr/sylpheed-1.html
4489         * doc/manual/fr/sylpheed-10.html
4490         * doc/manual/fr/sylpheed-11.html
4491         * doc/manual/fr/sylpheed-12.html
4492         * doc/manual/fr/sylpheed-13.html
4493         * doc/manual/fr/sylpheed-14.html
4494         * doc/manual/fr/sylpheed-15.html
4495         * doc/manual/fr/sylpheed-16.html
4496         * doc/manual/fr/sylpheed-17.html
4497         * doc/manual/fr/sylpheed-18.html
4498         * doc/manual/fr/sylpheed-19.html
4499         * doc/manual/fr/sylpheed-2.html
4500         * doc/manual/fr/sylpheed-20.html
4501         * doc/manual/fr/sylpheed-3.html
4502         * doc/manual/fr/sylpheed-4.html
4503         * doc/manual/fr/sylpheed-5.html
4504         * doc/manual/fr/sylpheed-6.html
4505         * doc/manual/fr/sylpheed-7.html
4506         * doc/manual/fr/sylpheed-8.html
4507         * doc/manual/fr/sylpheed-9.html
4508         * doc/manual/fr/sylpheed.html
4509         * doc/manual/ja/.cvsignore
4510         * doc/manual/ja/Makefile.am
4511         * doc/manual/ja/sylpheed-1.html
4512         * doc/manual/ja/sylpheed-10.html
4513         * doc/manual/ja/sylpheed-11.html
4514         * doc/manual/ja/sylpheed-12.html
4515         * doc/manual/ja/sylpheed-13.html
4516         * doc/manual/ja/sylpheed-14.html
4517         * doc/manual/ja/sylpheed-15.html
4518         * doc/manual/ja/sylpheed-16.html
4519         * doc/manual/ja/sylpheed-17.html
4520         * doc/manual/ja/sylpheed-18.html
4521         * doc/manual/ja/sylpheed-19.html
4522         * doc/manual/ja/sylpheed-2.html
4523         * doc/manual/ja/sylpheed-20.html
4524         * doc/manual/ja/sylpheed-3.html
4525         * doc/manual/ja/sylpheed-4.html
4526         * doc/manual/ja/sylpheed-5.html
4527         * doc/manual/ja/sylpheed-6.html
4528         * doc/manual/ja/sylpheed-7.html
4529         * doc/manual/ja/sylpheed-8.html
4530         * doc/manual/ja/sylpheed-9.html
4531         * doc/manual/ja/sylpheed.html
4532         * doc/manual/ja/sylpheed.sgml
4533         * src/mainwindow.c
4534                 Remove outdated manual and faq. Noisy, eh?
4535
4536 2005-12-06 [colin]      1.9.100cvs70
4537
4538         * src/compose.c
4539         * src/quote_fmt_parse.y
4540         * src/undo.c
4541         * src/undo.h
4542                 Allow %X to position cursor at 0 
4543                 (no %X = before signature)
4544                 Fix paste as quotation putting the cursor at 0
4545                 Fix undo offsets when pasting
4546                 Insert the quote_fmt at once instead of line 
4547                 by line
4548                 Fix [Edited] when starting to reply/forward
4549
4550 2005-12-06 [paul]       1.9.100cvs69
4551
4552         * src/plugins/clamav/clamav_plugin_gtk.c
4553                 add another tooltip
4554         * src/plugins/spamassassin/spamassassin_gtk.c
4555                 rework spamassassin_create_widget_func()
4556
4557 2005-12-05 [colin]      1.9.100cvs68
4558
4559         * po/POTFILES.in
4560                 Fix make release ;-)
4561
4562 2005-12-05 [colin]      1.9.100cvs67
4563
4564         * src/compose.c
4565         * src/compose.h
4566                 Fix cursor positioning (not obeying %X)
4567
4568 2005-12-05 [paul]       1.9.100cvs66
4569
4570         * src/plugins/dillo_viewer/dillo_prefs.c
4571                 fix compilation warning
4572
4573 2005-12-05 [paul]       1.9.100cvs65
4574
4575         * src/prefs_spelling.c
4576         * src/plugins/trayicon/trayicon.c
4577                 cleanups - remove unused stuff
4578
4579 2005-12-05 [paul]       1.9.100cvs64
4580
4581         * README
4582         * manual/plugins.xml
4583                 remove info about removed mathml_viewer plugin
4584
4585 2005-12-05 [paul]       1.9.100cvs63
4586
4587         * configure.ac
4588         * src/plugins/Makefile.am
4589         * src/plugins/mathml_viewer/.cvsignore
4590         * src/plugins/mathml_viewer/Makefile.am
4591         * src/plugins/mathml_viewer/mathml_viewer.c
4592                 remove unmaintained mathml_viewer plugin
4593
4594 2005-12-05 [paul]       1.9.100cvs62
4595
4596         * src/summaryview.c
4597                 obey prefs_common.always_show_msg when
4598                 moving a msg
4599                 Thanks to Colin
4600
4601 2005-12-05 [paul]       1.9.100cvs61
4602
4603         * src/compose.c
4604         * src/prefs_account.c
4605         * src/prefs_filtering.c
4606         * src/prefs_quote.c
4607         * src/prefs_spelling.c
4608         * src/prefs_toolbar.c
4609         * src/summaryview.c
4610         * src/gtk/gtkutils.c
4611         * src/gtk/quicksearch.c
4612         * src/plugins/dillo_viewer/dillo_prefs.c
4613                 dialog cleanups
4614
4615 2005-12-04 [paul]       1.9.100cvs60
4616
4617         * src/inc.c
4618         * src/prefs_account.c
4619         * src/prefs_account.h
4620                 allow a Local account to specify a
4621                 default inbox
4622                 (closes bug 843 'Inbox cannot be changed for local
4623                  mailboxes')
4624
4625 2005-12-04 [colin]      1.9.100cvs59
4626
4627         * src/plugins/trayicon/trayicon.c
4628                 Remove Get, rename Get All to Get Mail in order to
4629                 be consistent with the default main toolbar
4630
4631 2005-12-03 [colin]      1.9.100cvs58
4632
4633         * manual/gpl.xml
4634         * manual/sylpheed-claws-manual.xml
4635                 Add GPL appendix
4636
4637 2005-12-03 [paul]       1.9.100cvs57
4638
4639         * AUTHORS
4640         * po/sv.po
4641         * src/gtk/authors.h
4642                 new (partially complete) Swedish translation
4643                 by Anders Troback <sylpheed@troback.com>
4644
4645 2005-12-02 [paul]       1.9.100cvs56
4646
4647         * configure.ac
4648                 libetpan 0.41 required
4649
4650 2005-12-02 [paul]       1.9.100cvs55
4651
4652         * src/plugins/clamav/clamav_plugin.c
4653         * src/plugins/clamav/clamav_plugin.h
4654         * src/plugins/clamav/clamav_plugin_gtk.c
4655         * src/plugins/spamassassin/spamassassin.c
4656         * src/plugins/spamassassin/spamassassin.h
4657         * src/plugins/spamassassin/spamassassin_gtk.c
4658                 unregister prefs pages on unloading, thus
4659                 preventing a crash
4660                 (thanks to Colin for the hint)
4661
4662 2005-12-02 [wwp]        1.9.100cvs54
4663
4664         * src/quote_fmt.h
4665         * src/quote_fmt_parse.y
4666                 fix misuse of gboolean*, use gboolean instead
4667                 (thanks to Paul, Colin, for pointing out that scaring one)
4668
4669 2005-12-02 [paul]       1.9.100cvs53
4670
4671         * src/plugins/clamav/clamav_plugin.c
4672                 int no --> unsigned int no
4673         * src/plugins/clamav/clamav_plugin_gtk.c
4674                 rework config page
4675
4676 2005-12-02 [wwp]        1.9.100cvs52
4677
4678         * src/compose.c
4679         * src/prefs_template.c
4680         * src/quote_fmt.h
4681         * src/quote_fmt_parse.y
4682                 prevent from executing |f and |p templates commands when
4683                 adding or replacing templates in prefs (avoids annoying and
4684                 potentially dangerous behaviours)
4685
4686 2005-12-02 [paul]       1.9.100cvs51
4687
4688         * src/prefs_common.c
4689                 allow translation of some default values
4690                 Patch by Fabien Vantard
4691
4692 2005-12-02 [paul]       1.9.100cvs50
4693
4694         * src/codeconv.c
4695         * src/codeconv.h
4696         * src/prefs_common.c
4697         * src/prefs_common.h
4698         * src/prefs_message.c
4699         * src/textview.c
4700                 remove obsolete 'convert_mb_alnum' option
4701                 and related stuff
4702         * src/gtk/about.c
4703                 remove unused 'about_textview_visibility_notify'
4704
4705 2005-12-02 [paul]       1.9.100cvs49
4706
4707         * src/prefs_account.c
4708         * src/prefs_compose_writing.c
4709         * src/prefs_fonts.c
4710         * src/prefs_gtk.h
4711         * src/prefs_image_viewer.c
4712         * src/prefs_message.c
4713         * src/prefs_other.c
4714         * src/prefs_receive.c
4715         * src/prefs_send.c
4716         * src/prefs_spelling.c
4717         * src/prefs_summaries.c
4718         * src/prefs_wrapping.c
4719         * src/plugins/dillo_viewer/dillo_prefs.c
4720         * src/plugins/pgpcore/prefs_gpg.c
4721                 several cleanups to the prefs dialogs
4722                 (slightly modified) patch by Fabien Vantard
4723
4724 2005-12-02 [paul]       1.9.100cvs48
4725
4726         * src/main.c
4727                 --exit means exit
4728         * src/send_message.c
4729                 fix crash on send when connection fails
4730
4731         Thanks to Colin
4732
4733 2005-12-01 [colin]      1.9.100cvs47
4734
4735         * src/html.c
4736                 Translate &hellip; to "..."
4737
4738 2005-11-30 [colin]      1.9.100cvs46
4739
4740         * src/matcher.c
4741         * src/matcher.h
4742                 Optimize back yesterday's fix.
4743
4744 2005-11-30 [paul]       1.9.100cvs45
4745
4746         * manual/faq.xml
4747                 standardised
4748         * manual/intro.xml
4749                 written by Colin, edited by me
4750
4751 2005-11-29 [colin]      1.9.100cvs44
4752
4753         * src/matcher.c
4754                 Skip headers unconditionnaly in match_body if the
4755                 rule is not message or ~message
4756
4757 2005-11-29 [colin]      1.9.100cvs43
4758
4759         * src/matcher.c
4760                 Fix body_part and such, not skipping headers 
4761                 if the matchcriteria wasn't the first in the rule
4762
4763 2005-11-29 [colin]      1.9.100cvs42
4764
4765         * src/compose.c
4766                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
4767                 option missing from message view window)
4768                 Fix double text D'n'D with gtk-2.8
4769         * src/matcher.c
4770                 Fix ~message, ~headers_part, ~body_part rules
4771         * src/messageview.c
4772                 Add Windows-1252 (Closes bug #863)
4773                 Fix accels
4774         * src/gtk/gtkaspell.c
4775                 Properly destroy accels in all menus
4776
4777 2005-11-29 [mones]      1.9.100cvs41
4778
4779         * po/es.po
4780                 Updated.
4781
4782 2005-11-27 [colin]      1.9.100cvs40
4783
4784         * src/mh_gtk.c
4785                 "/Remove mailbox" -> "/Remove mailbox..."
4786
4787 2005-11-27 [paul]       1.9.100cvs39
4788
4789         * AUTHORS
4790         * po/de.po
4791         * src/gtk/authors.h
4792                 updated by new maintainer, Stephan Sachse
4793
4794 2005-11-27 [paul]       1.9.100cvs38
4795
4796         * manual/faq.xml
4797                 written by Colin, edited by me
4798
4799 2005-11-27 [paul]       1.9.100cvs37
4800
4801         * src/prefs_common.c
4802         * src/prefs_common.h
4803         * src/prefs_receive.c
4804         * src/prefs_summaries.c
4805                 move 'go to inbox after receiving new mail'
4806                 option from display/sumamaries to mail
4807                 handling/receive, and rework prefs_summaries
4808                 dialog a little
4809
4810 2005-11-25 [martin]     1.9.100cvs36
4811
4812         * po/de.po
4813             fixed windows-1252 translation;
4814             translated some new and fuzzy strings
4815
4816 2005-11-25 [paul]       1.9.100cvs35
4817
4818         * src/plugins/clamav/clamav_plugin.c
4819                 complete the update done in cvs34
4820
4821 2005-11-25 [paul]       1.9.100cvs34
4822
4823         * src/plugins/clamav/clamav_plugin.c
4824                 reflect upstream changes
4825
4826 2005-11-25 [paul]       1.9.100cvs33
4827
4828         * manual/ack.xml
4829         * manual/plugins.xml
4830         * manual/sylpheed-claws-manual.xml
4831                 written/updated by Colin, edited by me
4832         * tools/acroread2sylpheed.pl
4833                 update binary name
4834
4835 2005-11-24 [colin]      1.9.100cvs32
4836
4837         * src/compose.c
4838                 Fix bug #856 (reediting messages forgets Request
4839                 Return Receipt)
4840
4841 2005-11-24 [paul]       1.9.100cvs31
4842
4843         * manual/addrbook.xml
4844         * manual/starting.xml
4845                 written by Colin, proofread, edited, adapted by me
4846         * manual/advanced.xml
4847                 add some Actions examples
4848         * src/importldif.c
4849                 use a Save button instead of a Close button
4850         * src/wizard.c
4851                 indicate mandatory fields
4852                 fix page display
4853                 Thanks to Colin
4854
4855 2005-11-23 [colin]      1.9.100cvs30
4856
4857         * src/addressbook.c
4858                 Rename menu item, fix possible crash after
4859                 deletion of books
4860         * src/addrindex.c
4861                 Allow searching for '*' in ldap
4862         * src/browseldap.c
4863                 Fix "Browse Entry" (did anyone use it?)
4864         * src/wizard.c
4865                 Add guards for mandatory information
4866
4867 2005-11-23 [paul]       1.9.100cvs29
4868
4869         * manual/advanced.xml
4870                 corrections to the English
4871
4872 2005-11-23 [colin]      1.9.100cvs28
4873
4874         * src/mimeview.c
4875                 Fix possible crash at exit. After the call to
4876                 gtk_container_remove(), the Viewer's widget has no
4877                 more parent so gtk+ automatically frees it and its
4878                 sons. If destroy_viewer() then try to access it,
4879                 problems ensue.
4880
4881 2005-11-22 [colin]      1.9.100cvs27
4882
4883         * src/compose.c
4884         * src/gtk/gtkaspell.c
4885                 Fix right-clicking on a misspelled word
4886                 Fix More... in suggestions menu
4887
4888 2005-11-22 [wwp]        1.9.100cvs26
4889
4890         * src/prefs_template.c
4891                 templates works: re-sort templates list when adding or replacing,
4892                 prevent from adding or replacing when the template name is empty
4893
4894 2005-11-21 [colin]      1.9.100cvs25
4895
4896         * src/addressbook.c
4897                 Fix some addressbook suckage (dnd, select all)
4898         * src/compose.c
4899         * src/gtk/gtkaspell.c
4900         * src/gtk/gtkaspell.h
4901                 Make the spellchecker menu work with the 
4902                 GtkTextView one instead of overriding it
4903
4904 2005-11-20 [paul]       1.9.100cvs24
4905
4906         * manual/handling.xml
4907                 proofread and corrected
4908
4909 2005-11-20 [paul]       1.9.100cvs23
4910
4911         * manual/Makefile
4912                 generate html as one file
4913         * manual/advanced.xml
4914                 fix output generation
4915                 reformat hidden options list
4916         * manual/manual.xml     ** REMOVED **
4917         * manual/sylpheed-claws-manual.xml      ** ADDED **
4918                 renamed
4919
4920 2005-11-18 [colin]      1.9.100cvs22
4921
4922         * src/prefs_account.c
4923                 Fix layout in news and mbox accounts
4924         * manual/account.xml
4925         * manual/advanced.xml
4926                 New contents for Paul to check :)
4927
4928 2005-11-18 [wwp]        1.9.100cvs21
4929
4930         * src/gtk/quicksearch.c
4931                 don't update extended quicksearch buttons twice
4932
4933 2005-11-18 [paul]       1.9.100cvs20
4934
4935         * src/textview.c
4936                 complete 1.9.100cvs19
4937
4938 2005-11-18 [paul]       1.9.100cvs19
4939
4940         * src/compose.c
4941                 cosmetic improvements
4942         * src/textview.c
4943                 also list text/* attachments
4944
4945 2005-11-18 [colin]      1.9.100cvs18
4946
4947         * src/summaryview.c
4948                 Use column 0 instead of -1 in 
4949                 gtk_ctree_node_moveto, in a naive
4950                 hope it'll fix the gtk-related crashes
4951
4952 2005-11-18 [colin]      1.9.100cvs17
4953
4954         * src/gtk/inputdialog.c
4955                 Fix icon staying the first one
4956
4957 2005-11-17 [wwp]        1.9.100cvs16
4958                 fix possible problem showing some quicksearch buttons, and a bad
4959                 call to g_return_if_fail in a function that returns a value (both
4960                 fixes by Fabien Vantard)
4961
4962 2005-11-15 [wwp]        1.9.100cvs15
4963
4964         * src/gtk/quicksearch.c
4965                 added a tooltip to that obscure ... quicksearch button
4966
4967 2005-11-15 [wwp]        1.9.100cvs14
4968
4969         * src/gtk/quicksearch.c
4970                 add a quicksearch helper to filtering expression users: the ... button
4971                 raises the condition expr window. condition expressions set up w/ this
4972                 window are used by the quicksearch if the user closes it pressing OK.
4973
4974 2005-11-14 [paul]       1.9.100cvs13
4975
4976         * src/plugins/clamav/clamav_plugin.c
4977         * src/plugins/spamassassin/spamassassin.c
4978                 change plugin type following recent merging
4979
4980 2005-11-14 [wwp]        1.9.100cvs12
4981
4982         * src/folder.c
4983                 prevent from crashing when copying/moving message(s) from and
4984                 to the same folder
4985
4986 2005-11-14 [paul]       1.9.100cvs11
4987
4988         * src/plugins/clamav/Makefile.am
4989         * src/plugins/clamav/clamav_plugin.c
4990         * src/plugins/clamav/clamav_plugin.h
4991         * src/plugins/clamav/clamav_plugin_gtk.c
4992                 also merge clamav and clamav_gtk plugins
4993
4994 2005-11-13 [colin]      1.9.100cvs10
4995
4996         * configure.ac
4997         * src/plugins/spamassassin/Makefile.am
4998         * src/plugins/spamassassin/spamassassin.c
4999         * src/plugins/spamassassin/spamassassin.h
5000         * src/plugins/spamassassin/spamassassin_gtk.c
5001                 Merge spamassassin and spamassassin_gtk plugins,
5002                 and build it by default.
5003
5004 2005-11-12 [colin]      1.9.100cvs9
5005
5006         * src/etpan/imap-thread.c
5007                 Fix gcc warning
5008
5009 2005-11-12 [colin]      1.9.100cvs8
5010
5011         * src/procmime.c
5012                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
5013
5014 2005-11-10 [colin]      1.9.100cvs7
5015
5016         * src/main.c
5017                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
5018                 minimised state)
5019
5020 2005-11-10 [wwp]        1.9.100cvs6
5021
5022         * src/gtk/description_window.c
5023                 fix a crash when closing description windows using the WM's [X] button
5024
5025 2005-11-09 [colin]      1.9.100cvs5
5026
5027         * src/common/ssl.c
5028                 Update libetpan call to follow upstream
5029                 (yes, this requires libetpan-0.40cvs3)
5030
5031 2005-11-08 [colin]      1.9.100cvs4
5032
5033         * src/compose.c
5034         * src/textview.c
5035         * src/common/utils.c
5036         * src/common/utils.h
5037                 Enhance the email parser
5038
5039 2005-11-08 [colin]      1.9.100cvs3
5040
5041         * src/procmime.c
5042                 Fix what looks like an off-by-one (fixes 
5043                 attachments from the Bat)
5044
5045 2005-11-08 [wwp]        1.9.100cvs2
5046
5047         * src/main.c
5048                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
5049
5050 2005-11-08 [wwp]        1.9.100cvs1
5051
5052         * src/main.c
5053                 allow exiting Sylpheed-Claws from command-line
5054
5055 2005-11-08 [paul]       1.9.100
5056
5057         1.9.100 released
5058
5059 2005-11-07 [colin]      1.9.99cvs17
5060
5061         * src/addritem.c
5062         * src/ldif.c
5063                 Fix import of base-64 encoded items
5064
5065 2005-11-07 [colin]      1.9.99cvs16
5066
5067         * src/send_message.c
5068                 Fix bug #314 (Queue does not empty under certain 
5069                 circumstances)
5070
5071 2005-11-07 [paul]       1.9.99cvs15
5072
5073         * src/mutt.c
5074         * src/pine.c
5075                 fix buffer overflows
5076                 Thanks to Colin
5077
5078 2005-11-07 [paul]       1.9.99cvs14
5079
5080         * doc/man/Makefile.am
5081         * doc/man/sylpheed-claws.1      ** ADDED **
5082         * doc/man/sylpheed.1            ** DELETED **
5083                 rename and update the man file
5084
5085 2005-11-06 [colin]      1.9.99cvs13
5086
5087         * src/ldif.c
5088                 Fix ldif_get_line() that returned empty strings
5089                 (Didn't understand why). Also fix a possible
5090                 buffer overflow.
5091
5092 2005-11-06 [wwp]        1.9.99cvs12
5093
5094         * src/textview.c
5095         * src/gtk/about.c
5096         * src/gtk/gtkutils.c
5097         * src/gtk/gtkutils.h
5098                 fix a compilation warning,
5099                 make links sensitive in the about dialog
5100
5101 2005-11-04 [wwp]        1.9.99cvs11
5102
5103         * src/gtk/about.c
5104                 don't wrap or translate URIs, and a bit text format cleanup
5105
5106 2005-11-04 [wwp]        1.9.99cvs10
5107
5108         * src/gtk/about.c
5109                 better textview tagging implementation (no more use of marks for
5110                 postponed tagging)
5111
5112 2005-11-02 [colin]      1.9.99cvs9
5113
5114         * src/common/ssl.c
5115                 Forgot an ifdef
5116
5117 2005-11-02 [colin]      1.9.99cvs8
5118
5119         * configure.ac
5120                 Require libetpan-0.40 due to upstream fix
5121         * src/common/ssl.c
5122                 Tell libetpan not to call SSL_Library_Init,
5123                 as we do it ourselves.
5124
5125 2005-11-02 [colin]      1.9.99cvs7
5126
5127         * po/POTFILES.in
5128                 Add missing files (thanks to Fabien Vantard)
5129
5130 2005-11-02 [colin]      1.9.99cvs6
5131
5132         * src/summaryview.c
5133                 Fix totals when read messages are hidden or quicksearch
5134                 is on
5135         * src/ssl_manager.c
5136         * src/ssl_manager.h
5137         * src/common/ssl_certificate.c
5138         * src/common/ssl_certificate.h
5139         * src/gtk/sslcertwindow.c
5140         * src/gtk/sslcertwindow.h
5141                 Fix copyright on my stuff
5142
5143 2005-11-02 [wwp]        1.9.99cvs5
5144
5145         * src/prefs_themes.c
5146                 fix directory name checking (theme installation/removal),
5147                 made related error a bit more verbose
5148
5149 2005-11-02 [colin]      1.9.99cvs4
5150
5151         * src/summaryview.c
5152                 Fix typo (probably fixes bug #841 (Sort by the From 
5153                 field doesn't work)
5154
5155 2005-11-02 [paul]       1.9.99cvs3
5156
5157         * po/ko.po
5158         * po/nb.po
5159                 updated by SungHyun Nam, Geir Helland
5160         * src/wizard.c
5161                 fix typo in welcome message. spotted by
5162                 Andrea Spadaccini
5163
5164 2005-11-01 [colin]      1.9.99cvs2
5165
5166         * src/compose.c
5167                 Fix replying to ml wen confirming subscription
5168         * src/messageview.c
5169         * src/mimeview.c
5170         * src/mimeview.h
5171         * src/privacy.h
5172         * src/summaryview.c
5173                 Make key check non blocking
5174
5175 2005-10-31 [paul]       1.9.99cvs1
5176
5177         * tools/claws.i18n.status.pl
5178                 updated for ChangeLog
5179
5180 2005-10-31 [paul]       1.9.99
5181
5182         1.9.99 released
5183
5184 2005-10-31 [paul]       1.9.15cvs131
5185
5186         * .cvsignore
5187         * ChangeLog
5188         * ChangeLog.claws       ** REMOVED **
5189         * ChangeLog-gtk2.claws  ** REMOVED **
5190         * ChangeLog.gtk1        ** ADDED **
5191         * INSTALL
5192         * Makefile.am
5193         * NEWS
5194         * README
5195         * README.claws          ** REMOVED **
5196         * README.jp             ** REMOVED **
5197         * RELEASE_NOTES         ** ADDED **
5198         * RELEASE_NOTES.claws   ** REMOVED **
5199         * commitHelper
5200         * configure.ac
5201         * sylpheed.spec.in      ** REMOVED **
5202                 tidy up and update the default docs:
5203                 ChangeLog.claws is renamed ChangeLog.gtk1
5204                 ChangeLog-gtk2.claws is renamed ChangeLog
5205                 README.claws is renamed README
5206                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
5207
5208 2005-10-31 [paul]       1.9.15cvs130
5209
5210         * po/it.po
5211                 fix errors
5212
5213 2005-10-31 [paul]       1.9.15cvs129
5214
5215         * po/ca.po
5216         * po/de.po
5217         * po/en_GB.po
5218         * po/fr.po
5219         * po/it.po
5220         * po/pt_BR.po
5221         * po/sk.po
5222         * po/sr.po
5223         * po/zh_CN.po
5224                 updated by Miquel Oliete, Stephan Sachse and
5225                 Thomas Gilgin, me, Fabien Vantard, Andrea
5226                 Spadaccini, Frederico Goncalves Guimaraes,
5227                 Andrej Kacian, Aleksandar Urosevic, and
5228                 Ralgh Young.
5229
5230 2005-10-31 [mones]      1.9.15cvs128
5231
5232         * manual/faq.xml
5233                 More questions.
5234         
5235         * po/es.po
5236                 Updated for release.
5237
5238 2005-10-30 [colin]      1.9.15cvs127
5239
5240         * src/compose.c
5241                 Place cursor before rewrapping (fixes cursor
5242                 pos if quotation gets rewrapped)
5243
5244 2005-10-29 [paul]       1.9.15cvs126
5245
5246         * src/crash.c
5247         * src/foldersel.c
5248         * src/main.c
5249         * src/messageview.c
5250         * src/toolbar.c
5251         * src/gtk/authors.h
5252                 corrections to text items
5253
5254 2005-10-28 [colin]      1.9.15cvs125
5255
5256         * src/messageview.c
5257                 Make "hit 'C' to check sig" work from extern 
5258                 messageviews
5259
5260 2005-10-27 [colin]      1.9.15cvs124
5261
5262         * src/summaryview.c
5263                 Add a hack to avoid segfaulting when hammering 
5264                 on gtk's events
5265
5266 2005-10-27 [wwp]        1.9.15cvs123
5267
5268         * src/prefs_themes.c
5269                 sort list of themes names in themes prefs
5270
5271 2005-10-27 [paul]       1.9.15cvs122
5272
5273         * src/folder.c
5274         * src/prefs_account.c
5275                 fix building on Solaris
5276                 Patch by Alex Moore
5277
5278 2005-10-27 [wwp]        1.9.15cvs121
5279
5280         * src/summaryview.c
5281         * src/gtk/gtksctree.c
5282                 speed up unselecting messages in summary view (thanks to Colin)
5283
5284 2005-10-27 [paul]       1.9.15cvs120
5285
5286         * src/mainwindow.c
5287                 fix a compilation warning
5288         * src/summaryview.c
5289                 fix updating of 'n items selected' count
5290                 when deselecting
5291
5292 2005-10-27 [martin]     1.9.15cvs119
5293
5294         * src/action.c
5295                 ignore actions with a leading '/' in the action menu name
5296                 fixes a crash on menu creation
5297         * src/prefs_actions.c
5298                 do not allow a leading '/' in the action menu name
5299
5300 2005-10-27 [paul]       1.9.15cvs118
5301
5302         * src/main.c
5303                 fix compilation warning
5304
5305 2005-10-27 [paul]       1.9.15cvs117
5306
5307         * src/procmime.c
5308                 add #if HAVE_LOCALE_H
5309
5310 2005-10-27 [paul]       1.9.15cvs116
5311
5312         * src/plugins/clamav/clamav_plugin.c
5313         * src/plugins/dillo_viewer/dillo_viewer.c
5314         * src/plugins/mathml_viewer/mathml_viewer.c
5315         * src/plugins/pgpcore/plugin.c
5316         * src/plugins/pgpinline/plugin.c
5317         * src/plugins/pgpmime/plugin.c
5318         * src/plugins/spamassassin/spamassassin.c
5319         * src/plugins/trayicon/trayicon.c
5320                 plugin_init() : make error messages more
5321                 informative
5322
5323 2005-10-26 [wwp]        1.9.15cvs115
5324
5325         * src/prefs_matcher.c
5326                 enlarge boolean op widget width a bit (wasn't always showing text contents)
5327
5328 2005-10-26 [wwp]        1.9.15cvs114
5329
5330         * src/procmime.c
5331         * src/gtk/gtksctree.c
5332         * src/plugins/spamassassin/libspamc.c
5333         * src/plugins/spamassassin/spamassassin.c
5334                 fix some compilation warnings more
5335
5336 2005-10-26 [mones]      1.9.15cvs113
5337
5338         * po/es.po
5339                 Updated translation
5340
5341 2005-10-26 [paul]       1.9.15cvs112
5342
5343         * src/prefs_message.c
5344                 give all display_xface stuff the
5345                 #if HAVE_LIBCOMPFACE treatment, thus
5346                 preventing a crash
5347                 (Thanks to Wolfgang Enderlein)
5348
5349 2005-10-26 [colin]      1.9.15cvs111
5350
5351         * src/gedit-print.c
5352                 Fix date format
5353         * src/imap_gtk.c
5354         * src/news_gtk.c
5355                 Remove context menu items that should not be there
5356         * src/jpilot.c
5357                 Fix encoding
5358         * src/main.c
5359         * src/mainwindow.c
5360                 Don't show the mainwindow too soon
5361
5362 2005-10-26 [wwp]        1.9.15cvs110
5363
5364         * src/folder.c
5365         * src/manual.c
5366         * src/summaryview.c
5367                 fix uninitialized pointers in the folder updating hook
5368                 (thanks to Colin)
5369
5370 2005-10-25 [mones]      1.9.15cvs109
5371
5372         * manual/faq.xml
5373                 General information subsection completed. 
5374                 Removed archaic references.
5375                 
5376         * manual/Makefile
5377         * manual/dtd/manual.dsl
5378                 Added customization stylesheet for getting paragraphs
5379                 fully justified in PDF output (as suggested by Colin).
5380
5381 2005-10-25 [colin]      1.9.15cvs108
5382
5383         * src/compose.c
5384                 Fix a second leak
5385
5386 2005-10-25 [colin]      1.9.15cvs107
5387
5388         * src/addrbook.c
5389         * src/addrindex.c
5390                 Fix leak (xml_get_element() allocates memory)
5391         * src/compose.c
5392                 Fix leak + dead code (shame!)
5393         * src/procmime.c
5394                 Fix leak
5395
5396 2005-10-25 [colin]      1.9.15cvs106
5397
5398         * src/mimeview.c
5399                 Fix encoding issue in Save all and in 
5400                 overwrite-confirmation alertpanel
5401
5402 2005-10-25 [colin]      1.9.15cvs105
5403
5404         * src/common/socket.c
5405                 Fix a leak - Thanks to Christopher Aillon
5406                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
5407
5408 2005-10-25 [paul]       1.9.15cvs104
5409
5410         * src/wizard.c
5411                 Always guess servers from the right-hand
5412                 email part and guess username from the
5413                 left-hand part. (Thanks to Colin)
5414                 add an X-Face to the welcome message
5415
5416 2005-10-25 [paul]       1.9.15cvs103
5417
5418         * manual/handling.xml
5419                 written by Colin, edited by me
5420
5421 2005-10-25 [wwp]        1.9.15cvs102
5422
5423         * src/folderview.c
5424         * src/grouplistdialog.c
5425         * src/imap.c
5426         * src/noticeview.c
5427                 fix some compilation warnings
5428
5429 2005-10-24 [paul]
5430
5431         1.9.99-rc3 released
5432
5433 2005-10-24 [paul]       1.9.15cvs101
5434
5435         * src/gtk/about.c
5436                 fix window sizing
5437
5438 2005-10-24 [paul]       1.9.15cvs100
5439
5440         * src/pixmaps/offline.xpm
5441         * src/pixmaps/online.xpm
5442                 replace with last default versions
5443
5444 2005-10-24 [colin]      1.9.15cvs99
5445
5446         * src/imap.c
5447                 Fix bug when moving a folder
5448         * src/imap_gtk.c
5449         * src/mh_gtk.c
5450                 "Delete folder" pops up a window, so it 
5451                 should be suffixed with "..."
5452         * src/plugins/pgpcore/sgpgme.c
5453                 Include locale.h
5454
5455 2005-10-24 [mones]      1.9.15cvs98
5456
5457         * manual/Makefile
5458         * manual/account.xml
5459         * manual/ack.xml
5460         * manual/addrbook.xml
5461         * manual/advanced.xml
5462         * manual/faq.xml
5463         * manual/glossary.xml
5464         * manual/gpl.xml
5465         * manual/handling.xml
5466         * manual/intro.xml
5467         * manual/keyboard.xml
5468         * manual/manual.xml
5469         * manual/plugins.xml
5470         * manual/starting.xml
5471         * manual/dtd/sdocbook.dtd
5472                 Initial manual structure and some content.
5473
5474 2005-10-23 [wwp]        1.9.15cvs97
5475
5476         * src/gtk/about.c
5477                 fix a typo
5478
5479 2005-10-23 [wwp]        1.9.15cvs96
5480
5481         * src/gtk/about.c
5482         * src/gtk/authors.h
5483                 rework of the about window (main work by Paul), also featuring a few
5484                 fixes for typos and duplicate names
5485
5486 2005-10-23 [wwp]        1.9.15cvs95
5487
5488         * src/.cvsignore
5489                 Ignore the right binary name (sylpheed-claws now)
5490
5491 2005-10-23 [paul]       1.9.15cvs94
5492
5493         * src/compose.c
5494                 when using Folder Pref 'Default To for
5495                 replies' make the entry in the Compose
5496                 window bold
5497                 Patch by Fabien Vantard
5498
5499 2005-10-22 [colin]      1.9.15cvs93
5500
5501         * src/codeconv.c
5502                 Fix leak
5503
5504 2005-10-22 [colin]      1.9.15cvs92
5505
5506         * src/codeconv.c
5507                 try to convert using locale (apart utf8) if necessary
5508
5509 2005-10-22 [colin]      1.9.15cvs91
5510
5511         * src/pixmaps/new.xpm
5512         * src/pixmaps/unread.xpm
5513                 Make the unread envelope blue again and
5514                 saturate the new one a bit more.
5515
5516 2005-10-22 [colin]      1.9.15cvs90
5517
5518         * src/compose.c
5519                 When replying to a mail sent by one of our accounts,
5520                 use the original list of recipients. Let 'Reply All'
5521                 and 'Reply to sender' work like previously.
5522
5523 2005-10-21 [colin]      1.9.15cvs89
5524
5525         * src/prefs_filtering.c
5526                 Clear fields after add and replace
5527         * src/textview.c
5528                 Display xface differently (better)
5529         * src/plugins/pgpinline/pgpinline.c
5530                 Fix crappy encodings/recodings
5531
5532 2005-10-21 [paul]       1.9.15cvs88
5533
5534         * src/compose.c
5535         * src/prefs_folder_item.c
5536         * src/toolbar.c
5537                 fix news folder Folder Properties
5538                 (thanks to Colin)
5539         * src/folderview.c
5540                 update folderview after Themes change
5541                 keep selected folder selected
5542                 (thanks to Colin)
5543
5544 2005-10-21 [paul]       1.9.15cvs87
5545
5546         * tools/Makefile.am
5547         * tools/OOo2sylpheed.pl
5548         * tools/README
5549         * tools/README.sylprint
5550         * tools/asus_mailled.sh         ** REMOVED **
5551         * tools/filter_conv.pl
5552         * tools/freshmeat_search.pl
5553         * tools/google_search.pl
5554         * tools/gpg-sign-syl            ** REMOVED **
5555         * tools/kmail2sylpheed.pl
5556         * tools/kmail2sylpheed_v2.pl
5557         * tools/multiwebsearch.pl
5558         * tools/nautilus2sylpheed.sh
5559         * tools/newscache_clean.pl
5560         * tools/outlook2sylpheed.pl
5561         * tools/sylpheed-switcher       ** REMOVED **
5562         * tools/sylprint.pl
5563         * tools/sylprint.rc
5564         * tools/tb2sylpheed
5565         * tools/vcard2xml.py
5566         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
5567                 update default config dir
5568                 update binary name (thanks to Fabien Vantard)
5569                 remove obsolete scripts
5570
5571 2005-10-21 [colin]      1.9.15cvs86
5572
5573         * src/inc.c
5574                 Fix possible leak and units. Based on a patch by
5575                 Fabien Vantard.
5576
5577 2005-10-20 [colin]      1.9.15cvs85
5578
5579         * src/textview.c
5580                 Clear xface when clearing textview
5581
5582 2005-10-20 [colin]      1.9.15cvs84
5583
5584         * configure.ac
5585         * src/folderview.c
5586         * src/headerview.c
5587         * src/main.c
5588         * src/prefs_common.c
5589         * src/prefs_common.h
5590         * src/prefs_message.c
5591         * src/textview.c
5592         * src/textview.h
5593         * src/common/defs.h
5594         * src/common/utils.c
5595         * src/common/utils.h
5596         * src/gtk/gtkutils.c
5597         * src/gtk/gtkutils.h
5598                 Migrate config to .sylpheed-claws (Automatically)
5599                 Add a way to get the Xface in the TextView
5600
5601 2005-10-20 [colin]      1.9.15cvs83
5602
5603         * src/gtk/Makefile.am
5604         * src/gtk/about.c
5605         * src/gtk/authors.h
5606                 Make the about dialog *grooovy*
5607
5608 2005-10-20 [colin]      1.9.15cvs82
5609
5610         * src/mimeview.c
5611                 Use "Open with" on double click if no command
5612                 was found
5613
5614 2005-10-20 [colin]      1.9.15cvs81
5615
5616         * src/imap.c
5617         * src/etpan/imap-thread.c
5618                 Fix possible crash.
5619
5620 2005-10-20 [paul]       1.9.15cvs80
5621
5622         * src/folder.c
5623                 don't show clipkey icon if the only
5624                 attachment is the signature
5625                 Patch by Colin
5626
5627 2005-10-20 [paul]       1.9.15cvs79
5628
5629         * AUTHORS
5630         * src/plugins/pgpmime/pgpmime.c
5631                 name the PGP/MIME signature 'signature.asc'
5632                 Patch by Andrew Nelson <freeandy@gmail.com>
5633
5634 2005-10-19 [colin]      1.9.15cvs78
5635
5636         * src/plugins/pgpmime/pgpmime.c
5637                 Oops, no need to double-check though
5638
5639 2005-10-19 [colin]      1.9.15cvs77
5640
5641         * src/plugins/pgpinline/pgpinline.c
5642         * src/plugins/pgpmime/pgpmime.c
5643                 Check that my_tmpfile() doesn't 
5644                 return NULL
5645
5646 2005-10-19 [colin]      1.9.15cvs76
5647
5648         * src/common/utils.c
5649                 Use shorter mime boundaries to avoid having
5650                 MTAs rewrapping our headers, breaking the
5651                 PGP signature in the process 
5652         * src/compose.c
5653         * src/plugins/pgpmime/pgpmime.c
5654                 Check for boundary uniqueness to be sure
5655                 it won't happen, instead of hoping for the
5656                 best
5657
5658 2005-10-19 [colin]      1.9.15cvs75
5659
5660         * sylpheed-claws.desktop
5661         * src/Makefile.am
5662         * src/main.c
5663                 Ship a sylpheed-claws binary instead
5664                 of a sylpheed one. Change the socket
5665                 name, too
5666         * src/folderview.c
5667                 Update folder only if it changed
5668         * src/wizard.c
5669                 Fix i18n in welcome mail, patch by
5670                 Fabien Vantard
5671
5672 2005-10-19 [paul]
5673
5674         1.9.99-rc2 released
5675
5676 2005-10-19 [paul]       1.9.15cvs74
5677
5678         * src/folder.c
5679         * src/folderview.c
5680                 fix summaryview update
5681                 Patch by Colin
5682
5683 2005-10-18 [colin]      1.9.15cvs73
5684
5685         * src/plugins/pgpcore/passphrase.c
5686                 Don't XGrabServer, and try a bit more to 
5687                 sync everything before grabbing mouse/keyboard
5688
5689 2005-10-18 [colin]      1.9.15cvs72
5690
5691         * src/Makefile.am
5692         * src/addressadd.c
5693         * src/addressbook.c
5694         * src/folderview.c
5695         * src/grouplistdialog.c
5696         * src/mimeview.c
5697         * src/stock_pixmap.c
5698         * src/stock_pixmap.h
5699         * src/summaryview.c
5700         * src/gtk/gtksctree.c
5701         * src/gtk/gtksctree.h
5702         * src/pixmaps/empty.xpm
5703                 Implement a wrapper call for gtk_ctree_set_node_info
5704                 and gtk_ctree_insert_node, that uses a 1x1 transparent
5705                 pixmap instead of a NULL one. This works around some
5706                 memory problems deep inside gtk, revealed by valgrind,
5707                 and fixes bug #834 (Pressing CTRl-D on a message marked 
5708                 as locked crashes sylpheed.), as well as, probably, 
5709                 wwp's 4th dimension problems that happen in gtk_ctree_*.
5710
5711 2005-10-17 [colin]      1.9.15cvs71
5712
5713         * src/mimeview.c
5714                 Provide visual feedback when checking
5715                 signature
5716
5717 2005-10-17 [colin]      1.9.15cvs70
5718
5719         * src/main.c
5720                 Keep the folder list frozen while checking caches...
5721
5722 2005-10-17 [colin]      1.9.15cvs69
5723
5724         * src/addr_compl.c
5725                 Fi bug #833 (Autocompleting from addressbook 
5726                 fails with extended chars)
5727         * src/imap.c
5728                 Fix 'adding messages' staying in statusbar
5729                 after an error
5730
5731 2005-10-17 [wwp]        1.9.15cvs68
5732
5733         * src/ssl_manager.c
5734                 Fix buttons' layout resizing when window size changes
5735
5736 2005-10-17 [wwp]        1.9.15cvs67
5737
5738         * src/account.c
5739         * src/prefs_account.c
5740         * src/prefs_common.c
5741         * src/prefs_common.h
5742         * src/prefs_folder_item.c
5743         * src/prefs_gtk.c
5744         * src/gtk/logwindow.c
5745         * src/gtk/pluginwindow.c
5746         * src/gtk/prefswindow.c
5747         * src/gtk/prefswindow.h
5748                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
5749
5750 2005-10-17 [paul]       1.9.15cvs66
5751
5752         * configure.ac
5753                 fix missing libetpan message
5754         * po/en_GB.po
5755                 updated
5756         * src/crash.c
5757         * src/manual.c
5758         * src/prefs_themes.c
5759         * src/common/defs.h
5760                 add some new URI defines, change some
5761                 others
5762         * src/wizard.c
5763                 make welcome message translatable
5764                 small improvements to english
5765                 other tweaks
5766         * src/gtk/menu.c
5767                 fix warnings
5768
5769 2005-10-17 [paul]       1.9.15cvs65
5770
5771         * src/summaryview.c
5772                 fix column titles
5773
5774 2005-10-16 [mones]      1.9.15cvs64
5775
5776         * po/es.po
5777                 Updated translation
5778
5779 2005-10-16 [colin]
5780
5781         1.9.99-rc1 released
5782
5783 2005-10-16 [colin]      1.9.15cvs63
5784
5785         * src/wizard.c
5786                 Fix whitespace
5787
5788 2005-10-16 [colin]      1.9.15cvs62
5789
5790         * src/toolbar.c
5791                 s/Get All/Get Mail/
5792         * src/wizard.c
5793                 Real welcome mail text, thanks Paul
5794
5795 2005-10-16 [colin]      1.9.15cvs61
5796
5797         * src/editldap.c
5798         * src/exporthtml.c
5799         * src/main.c
5800         * src/mainwindow.c
5801         * src/prefs_themes.c
5802         * src/prefs_toolbar.c
5803         * src/plugins/demo/demo.c
5804         * src/plugins/trayicon/trayicon.c
5805                 s/Sylpheed/Sylpheed-Claws/
5806
5807 2005-10-16 [colin]      1.9.15cvs60
5808
5809         * src/wizard.c
5810                 Add a welcome email in the first empty mailbox
5811         * src/prefs_common.c
5812                 Change one more default
5813
5814 2005-10-16 [colin]      1.9.15cvs59
5815
5816         * src/wizard.c
5817                 Remove printf
5818
5819 2005-10-16 [colin]      1.9.15cvs58
5820
5821         * src/toolbar.c
5822         * src/prefs_common.c
5823                 Change some defaults
5824
5825 2005-10-16 [colin]      1.9.15cvs57
5826
5827         * src/toolbar.c
5828         * src/prefs_common.c
5829                 Change some defaults
5830
5831 2005-10-16 [colin]      1.9.15cvs56
5832
5833         * src/wizard.c
5834                 By default, initialize fonts to have
5835                 the same size as normal GtkWidgets
5836
5837 2005-10-16 [colin]      1.9.15cvs55
5838
5839         * src/mimeview.c
5840                 Fix message a bit more
5841
5842 2005-10-16 [colin]      1.9.15cvs54
5843
5844         * src/addressbook.c
5845                 Second attempt at flicker fixing
5846
5847 2005-10-16 [colin]      1.9.15cvs53
5848
5849         * src/addressbook.c
5850                 Fix flicker
5851
5852 2005-10-16 [wwp]        1.9.15cvs52
5853
5854         * src/addressbook.c
5855         * src/editaddress.c
5856         * src/prefs_common.c
5857         * src/prefs_common.h
5858                 Remember window sizes (address book)
5859
5860 2005-10-16 [wwp]        1.9.15cvs51
5861
5862         * src/plugins/clamav/clamav_plugin_gtk.c
5863         * src/plugins/spamassassin/spamassassin_gtk.c
5864                 Fix compilation warnings (missing #include).
5865
5866 2005-10-16 [colin]      1.9.15cvs50
5867
5868         * src/mimeview.c
5869         * src/summaryview.c
5870         * src/textview.c
5871                 Make 'c' check signature, and forward
5872                 c, l, y, t from summaryview to mimeview
5873
5874 2005-10-16 [colin]      1.9.15cvs49
5875
5876         * src/addressbook.c
5877                 Put border around buttons
5878         * src/mainwindow.c
5879         * src/summaryview.c
5880                 Rework menus (Patch based on a patch
5881                 by Paul)
5882
5883 2005-10-15 [wwp]        1.9.15cvs48
5884
5885         * src/editjpilot.c
5886         * src/editldap.c
5887         * src/editvcard.c
5888         * src/exphtmldlg.c
5889         * src/expldifdlg.c
5890         * src/export.c
5891         * src/import.c
5892         * src/importldif.c
5893         * src/importmutt.c
5894         * src/importpine.c
5895         * src/prefs_account.c
5896         * src/prefs_spelling.c
5897         * src/gtk/gtkutils.c
5898         * src/gtk/gtkutils.h
5899         * src/plugins/clamav/clamav_plugin_gtk.c
5900         * src/plugins/spamassassin/spamassassin_gtk.c
5901                 use nicer browse-for-file/dir buttons than the "..." ones,
5902                 code factorizing more.
5903
5904 2005-10-14 [colin]      1.9.15cvs47
5905
5906         * src/mainwindow.c
5907                 set relief on the account switcher so that people see it
5908                 grey out Create processing rules when no message is selected
5909         * src/prefs_filtering.c
5910                 ask before closing if the rule has not been modified, even if
5911                 it's not valid
5912         * src/prefs_matcher.c
5913                 fix sensitivity when entering the dialog
5914         * src/gtk/inputdialog.c
5915                 display a better icon on password ask
5916         * src/plugins/pgpcore/passphrase.c
5917                 make the dialog look better
5918
5919 2005-10-14 [paul]       1.9.15cvs46
5920
5921         * src/folderview.c
5922                 indicate presense of marked msgs in
5923                 unexpanded subfolders
5924
5925 2005-10-14 [paul]       1.9.15cvs45
5926
5927         * src/prefs_actions.c
5928         * src/prefs_common.c
5929         * src/prefs_common.h
5930         * src/prefs_filtering_action.c
5931         * src/prefs_matcher.c
5932         * src/prefs_template.c
5933                 remember window sizes
5934                 fix Info button size
5935
5936         Patches by wwp
5937
5938 2005-10-13 [colin]      1.9.15cvs44
5939
5940         * src/mimeview.c
5941         * src/noticeview.c
5942         * src/noticeview.h
5943                 Add a tooltip on the icon (optional) 
5944                 Get rid of the signature buttons and only
5945                 use the icon+tooltip
5946
5947 2005-10-13 [colin]      1.9.15cvs43
5948
5949         * src/noticeview.c
5950         * src/noticeview.h
5951                 Add hand cursor for hovering over icon
5952
5953 2005-10-13 [colin]      1.9.15cvs42
5954
5955         * src/summaryview.c
5956                 Fix crash when quicksearch's hidden 
5957                 at startup
5958
5959 2005-10-13 [colin]      1.9.15cvs41
5960
5961         * src/compose.c
5962                 Set subject when forwarding multiple mails
5963                 Check that other recipient than the default Cc or Bcc
5964                 have been set before sending.
5965
5966 2005-10-13 [colin]      1.9.15cvs40
5967
5968         * src/imap.c
5969                 Batch per-folder
5970                 Introduce locking, but don't use it yet
5971
5972 2005-10-13 [colin]      1.9.15cvs39
5973
5974         * src/gtk/quicksearch.c
5975                 Reset quicksearch when hiding it
5976                 Make sticky a real pref
5977
5978 2005-10-13 [colin]      1.9.15cvs38
5979
5980         * src/summaryview.c
5981                 Faster prefs apply
5982
5983 2005-10-13 [colin]      1.9.15cvs37
5984
5985         * src/mimeview.c
5986         * src/noticeview.c
5987         * src/noticeview.h
5988         * src/plugins/pgpcore/sgpgme.c
5989                 Make privacy icon clickable
5990                 Move Trust field in Full info
5991                 When trust is less than full, don't display
5992                 a warning icon
5993
5994 2005-10-13 [colin]      1.9.15cvs36
5995
5996         * src/folder.c
5997                 Batch on flags sync
5998         * src/folderview.c
5999                 Revert speed hack which is dangerous in fact
6000                 Apply prefs faster
6001
6002 2005-10-13 [colin]      1.9.15cvs35
6003
6004         * src/folder_item_prefs.c
6005                 Fix pref corruption on folder move. Patch
6006                 by wwp
6007
6008 2005-10-13 [paul]       1.9.15cvs34
6009
6010         * src/export.c
6011         * src/import.c
6012                 fix typos in g_warnings
6013         * src/prefs_account.c
6014                 add a file selector for Signature file
6015
6016         Patches by wwp
6017
6018 2005-10-12 [colin]      1.9.15cvs33
6019
6020         * src/mimeview.c
6021                 Provide a quick way to go back from a
6022                 signature's full info to the email part
6023
6024 2005-10-12 [colin]      1.9.15cvs32
6025
6026         * src/compose.c
6027                 Remove old hack of encoding signed mails with base64.
6028                 QP works equally well.
6029
6030 2005-10-12 [colin]      1.9.15cvs31
6031
6032         * src/crash.c
6033                 Replace deprecated GtkText with GtkTextView
6034         * src/imap.c
6035                 Fix a logic bug about counts in imap_select
6036                 (previously un-triggered)
6037         * src/mainwindow.c
6038         * src/summaryview.c
6039         * src/news.c
6040                 Allow local deletion of news posts
6041         * src/mimeview.c
6042                 Show GPG noticeview on the message/rfc822 part
6043                 in addition to the text/plain one
6044         * src/prefs_image_viewer.c
6045           src/plugins/pgpcore/prefs_gpg.c
6046                 Polish (set the label as part of the checkbox)
6047         * src/wizard.c
6048                 Don't sit there doing nothing after destroying
6049                 the window - return err
6050
6051 2005-10-11 [colin]      1.9.15cvs30
6052
6053         * src/folderview.c
6054                 Apply processing rules before showing folders.
6055                 Early folder show (before flags sync) will only
6056                 be done when there are no processing rules (nor
6057                 pre- or post- ones)
6058         * src/imap.c
6059                 Fix stuff related to mail subdir, creation and 
6060                 deletion of folders 
6061         * src/imap_gtk.c
6062                 Don't allow creation of folders in NoInferior
6063                 folders, as it won't work
6064
6065 2005-10-10 [colin]      1.9.15cvs29
6066
6067         * src/compose.c
6068                 Reselect "None" Privacy system when selecting an
6069                 account with no privacy system defined
6070
6071 2005-10-10 [colin]      1.9.15cvs28
6072
6073         * src/mainwindow.c
6074                 Add Windows-1252 encoding
6075         * src/prefs_common.c
6076                 Rework some defaults:
6077                 - autosave to draft by default
6078                 - don't show header pane (it's already in the textview)
6079                 - Select first new or unread mail on entry
6080                 - Assume 'Yes' to change folder when there's no more
6081                   unread message
6082         * src/prefs_matcher.c
6083                 Fix a gtk assertion failure
6084         * src/gtk/colorlabel.c
6085                 Workaround bad repainting on selection
6086         * src/main.c
6087                 Freeze/thaw (a bit faster on ssh -X)
6088         * src/msgcache.c
6089                 Get rid of StrdupConverter that just adds an
6090                 extra strdup/free 
6091         * src/etpan/imap_thread.c
6092                 memset buf to 0
6093
6094 2005-10-10 [colin]      1.9.15cvs27
6095
6096         * src/export.c
6097         * src/import.c
6098                 Fix compile on gtk 2.4. Patch by wwp
6099
6100 2005-10-09 [colin]      1.9.15cvs26
6101
6102         * src/mainwindow.c
6103         * src/messageview.c
6104         * src/summaryview.c
6105                 Clarify forward menus. Patch by wwp
6106
6107 2005-10-09 [colin]      1.9.15cvs25
6108
6109         * src/compose.c
6110         * src/compose.h
6111                 Fix bug #829 (Non-working "Encrypt message by 
6112                 default when replying to an encrypted message")
6113
6114 2005-10-08 [colin]      1.9.15cvs24
6115
6116         * src/wizard.c
6117                 Fix bug #827 ("Welcome" setup wizard after a 
6118                 permission error gives up & forgets itself.)
6119
6120 2005-10-08 [colin]      1.9.15cvs23
6121
6122         * src/procmime.c
6123                 Fix bug #828 (Ignoring headers with spaces around = sign)
6124
6125 2005-10-08 [colin]      1.9.15cvs22
6126
6127         * src/export.c
6128                 Warning fix by wwp
6129
6130 2005-10-08 [colin]      1.9.15cvs21
6131
6132         * src/folder.c
6133         * src/folder.h
6134                 Add a processing_pending indicator, set on 
6135                 folder_item_open and cleared after 
6136                 folder_item_process_open
6137         * src/folderview.c
6138         * src/summaryview.c
6139                 wrap procmsg_msginfo_*_flags, and in the
6140                 wrapper check that there's no folder processing 
6141                 pending. If there is, defer the flags change until 
6142                 processing is done to avoid stepping over each
6143                 other's toes.
6144                 Freeze during processing, but not during scanning.
6145
6146 2005-10-07 [colin]      1.9.15cvs20
6147
6148         * src/plugins/pgpcore/passphrase.c
6149                 Fix bug #826 (X-Server hangs when 
6150                 right-clicking a PGP encrypted message)
6151
6152 2005-10-07 [paul]       1.9.15cvs19
6153
6154         * src/compose.c
6155                 fix compose_entries[]
6156                 patch by Fabien Vantard
6157
6158 2005-10-06 [colin]      1.9.15cvs18
6159
6160         * src/pixmaps/address.xpm
6161         * src/pixmaps/address_book.xpm
6162         * src/pixmaps/book.xpm
6163         * src/pixmaps/check_spelling.xpm
6164         * src/pixmaps/checkbox_off.xpm
6165         * src/pixmaps/checkbox_on.xpm
6166         * src/pixmaps/close.xpm
6167         * src/pixmaps/complete.xpm
6168         * src/pixmaps/continue.xpm
6169         * src/pixmaps/deleted.xpm
6170         * src/pixmaps/down_arrow.xpm
6171         * src/pixmaps/exec.xpm
6172         * src/pixmaps/forwarded.xpm
6173         * src/pixmaps/group.xpm
6174         * src/pixmaps/ignorethread.xpm
6175         * src/pixmaps/interface.xpm
6176         * src/pixmaps/jpilot.xpm
6177         * src/pixmaps/ldap.xpm
6178         * src/pixmaps/linewrap.xpm
6179         * src/pixmaps/linewrapcurrent.xpm
6180         * src/pixmaps/mail.xpm
6181         * src/pixmaps/mail_attach.xpm
6182         * src/pixmaps/mail_compose.xpm
6183         * src/pixmaps/mail_forward.xpm
6184         * src/pixmaps/mail_receive.xpm
6185         * src/pixmaps/mail_receive_all.xpm
6186         * src/pixmaps/mail_reply.xpm
6187         * src/pixmaps/mail_reply_to_all.xpm
6188         * src/pixmaps/mail_reply_to_author.xpm
6189         * src/pixmaps/mail_send.xpm
6190         * src/pixmaps/mail_send_queue.xpm
6191         * src/pixmaps/mime_application.xpm
6192         * src/pixmaps/mime_audio.xpm
6193         * src/pixmaps/mime_image.xpm
6194         * src/pixmaps/mime_message.xpm
6195         * src/pixmaps/mime_text_enriched.xpm
6196         * src/pixmaps/mime_text_html.xpm
6197         * src/pixmaps/mime_text_plain.xpm
6198         * src/pixmaps/mime_unknown.xpm
6199         * src/pixmaps/new.xpm
6200         * src/pixmaps/news_compose.xpm
6201         * src/pixmaps/offline.xpm
6202         * src/pixmaps/online.xpm
6203         * src/pixmaps/paste.xpm
6204         * src/pixmaps/preferences.xpm
6205         * src/pixmaps/privacy_emblem_encrypted.xpm
6206         * src/pixmaps/privacy_expired.xpm
6207         * src/pixmaps/privacy_failed.xpm
6208         * src/pixmaps/privacy_passed.xpm
6209         * src/pixmaps/privacy_signed.xpm
6210         * src/pixmaps/privacy_unknown.xpm
6211         * src/pixmaps/privacy_warn.xpm
6212         * src/pixmaps/properties.xpm
6213         * src/pixmaps/replied.xpm
6214         * src/pixmaps/search.xpm
6215         * src/pixmaps/unread.xpm
6216         * src/pixmaps/up_arrow.xpm
6217         * src/pixmaps/vcard.xpm
6218                 Modernize internal theme, with icons from the 
6219                 Gnomaws theme. Keep some of the old ones where
6220                 they were better.
6221
6222 2005-10-06 [colin]      1.9.15cvs17
6223
6224         * src/summaryview.c
6225                 Little optimisations + bugfix
6226         * src/toolbar.c
6227                 Remove default useless items - useless being defined
6228                 by the default relevant prefs
6229         * src/wizard.c
6230                 include config.h to make gettext work
6231         * src/prefs_themes.c
6232                 Fix selection of current theme in prefs
6233
6234 2005-10-06 [colin]      1.9.15cvs16
6235
6236         * src/prefs_common.c
6237         * src/prefs_common.h
6238         * src/prefs_summaries.c
6239         * src/folderview.c
6240                 Add a warning dialog on Mark all read 
6241                 (with pref to get rid of it)
6242
6243 2005-10-06 [paul]       1.9.15cvs15
6244
6245         * po/nb.po
6246         * po/pt_BR.po
6247                 updated by Geir Helland and Frederico
6248                 Goncalves Guimaraes
6249
6250 2005-10-05 [colin]      1.9.15cvs14
6251
6252         * src/folder.c
6253         * src/folder.h
6254         * src/folderview.c
6255         * src/folderview.h
6256         * src/imap_gtk.c
6257         * src/mh_gtk.c
6258         * src/mainwindow.c
6259         * src/setup.c
6260                 add a way to rescan without rebuilding
6261                 make moving a bit faster (less folders changes)
6262                 don't lock the tree on Get 
6263         * src/imap.c
6264                 Don't re-delete deleted messages before expunging
6265         * src/summaryview.c
6266                 Set batch mode when deleting mails
6267
6268 2005-10-05 [paul]       1.9.15cvs13
6269
6270         * src/mainwindow.c
6271         * src/mainwindow.h
6272                 fix disabled Execute menu item
6273         * src/toolbar.c
6274                 match the change in 1.9.15cvs10: use Compose
6275                 instead of News by default
6276
6277 2005-10-04 [colin]      1.9.15cvs12
6278
6279         * src/compose.c
6280                 When replying to an ML post with Reply-To set
6281                 to the poster's email, honor it (as before),
6282                 but also honor our user's request to reply to
6283                 the mailing list: set the ML address in the To
6284                 field and the Reply-To address in the Cc: 
6285                 field.
6286
6287 2005-10-04 [colin]      1.9.15cvs11
6288
6289         * src/plugins/trayicon/trayicon.c
6290                 Finish cosmetic change - thanks to wwp
6291
6292 2005-10-04 [colin]      1.9.15cvs10
6293
6294         * src/toolbar.c
6295                 Use Compose instead of Email by default.
6296                 Spotted by wwp.
6297
6298 2005-10-04 [colin]      1.9.15cvs9
6299
6300         * src/folder.c
6301         * src/folder.h
6302         * src/folderview.c
6303         * src/imap.c
6304         * src/etpan/imap-thread.c
6305         * src/etpan/imap-thread.h
6306                 Try to make IMAP faster, by simplifying SEARCH
6307                 commands, avoiding sending two STATUS in a row,
6308                 and deferring flags sync and processing just
6309                 after displaying the folder. 
6310                 This will update the SummaryView in certain
6311                 cases (new mails not already fetched, flags
6312                 changed from another client) but in a non-
6313                 blocking manner.
6314
6315 2005-10-04 [colin]      1.9.15cvs8
6316
6317         * src/plugins/trayicon/trayicon.c
6318                 Relabel "Offline" to "Work offline"
6319
6320 2005-10-04 [colin]      1.9.15cvs7
6321
6322         * src/export.c
6323         * src/import.c
6324         * src/mbox.c
6325                 Fix mbox import/export buglets
6326                 Patch by wwp
6327         * src/plugins/trayicon/trayicon.c
6328                 Add offline swithc
6329                 Patch by wwp
6330
6331 2005-10-04 [colin]      1.9.15cvs6
6332
6333         * src/folder.c
6334         * src/folderview.c
6335         * src/summaryview.c
6336                 Better fix (don't break mark all read) for cvs2
6337
6338 2005-10-03 [colin]      1.9.15cvs5
6339
6340         * src/folder.c
6341                 Use a sane sort by default
6342
6343 2005-10-03 [colin]      1.9.15cvs4
6344
6345         * src/inc.c
6346                 Add a 'Only once' button for overriding offline mode
6347         * src/prefs_account.c
6348         * src/wizard.c
6349                 Add Local mbox to the wizard
6350                 Add IMAP subdir to the wizard (or the wizard is useless
6351                 for such accounts, or even worse than useless)
6352                 Move IMAP subdir from Advanced to Receive tab, as it's
6353                 not that uncommon
6354
6355 2005-10-03 [colin]      1.9.15cvs3
6356
6357         * src/send_message.c
6358                 Forgot this one in cvs1
6359
6360 2005-10-03 [colin]      1.9.15cvs2
6361
6362         * src/folder.c
6363                 Faster close when leaving a folder with lots
6364                 of new mails. Idea by David Relson.
6365
6366 2005-10-03 [colin]      1.9.15cvs1
6367
6368         * src/compose.c
6369         * src/imap.c
6370         * src/inc.c
6371         * src/main.c
6372         * src/messageview.c
6373         * src/news.c
6374         * src/summaryview.c
6375         * src/gtk/sslcertwindow.c
6376         * src/plugins/trayicon/trayicon.c
6377                 Add accels to every AlertPanel. Patch by Fabien 
6378                 Vantard
6379
6380 2005-10-03 [paul]       1.9.15
6381
6382         1.9.15 released
6383
6384 2005-10-03 [paul]       1.9.14cvs68
6385
6386         * po/ca.po
6387         * po/de.po
6388         * po/es.po
6389         * po/fi.po
6390         * po/fr.po
6391         * po/sk.po
6392         * po/sr.po
6393         * po/zh_CN.po
6394                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6395                 Mones Lastra, Tommi Pirinen, Fabien vantard,
6396                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
6397
6398 2005-10-03 [paul]       1.9.14cvs67
6399
6400         * src/send_message.c
6401                 prevent hang on Cancel
6402                 patch by Colin
6403
6404 2005-10-03 [paul]       1.9.14cvs66
6405
6406         * src/main.c
6407                 fix crash in IMAP caused by discrepancy
6408                 between check_at_startup and offline mode
6409                 Patch by Colin
6410
6411 2005-10-01 [paul]       1.9.14cvs65
6412
6413         * src/inc.c
6414                 fix engrish
6415
6416 2005-10-01 [paul]       1.9.14cvs64
6417         * src/export.c
6418         * src/import.c
6419                 synchronise import_mbox() and export_mbox()
6420         * src/mbox.c
6421                 proc_mbox(): add alert if file cannot be opened
6422                 export_list_to_mbox(): test if dest file exists,
6423                 prompt user to overwrite if it does. add alert
6424                 if file cannot be created
6425                                                                 
6426         Patch by wwp
6427                                                                                                                 
6428
6429 2005-09-30 [paul]       1.9.14cvs63
6430
6431         * src/addressbook.c
6432                 Fix sensitivity of a menu
6433         * src/codeconv.c
6434                 Respect hidden pref for mails with no encoding
6435         * src/common/xml.c
6436                 Fix memory corruption
6437         * src/plugins/pgpcore/sgpgme.c
6438                 Fix segfault on incomplete sigs, and display
6439                 of S/Mime UIDs
6440
6441         Patches by Colin
6442
6443 2005-09-30 [colin]      1.9.14cvs62
6444
6445         * src/partial_download.c
6446                 Little logic fix in almost-dead code
6447         * src/pop.c
6448                 Fix partial download when there's no new mail
6449
6450 2005-09-29 [paul]       1.9.14cvs61
6451
6452         * src/plugins/pgpinline/pgpinline.c
6453                 fix bug 819, 'crash accessing sign message'
6454                 Patch by Colin
6455
6456 2005-09-28 [martin]     1.9.14cvs60
6457
6458         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6459                 fix bug #790 (Crash when restarting window manager (fluxbox))
6460
6461 2005-09-28 [paul]       1.9.14cvs59
6462
6463         * src/gtk/gtkaspell.c
6464                 fix off-by-one typo
6465
6466 2005-09-27 [colin]      1.9.14cvs58
6467
6468         * src/plugins/pgpcore/sgpgme.c
6469                 Report error when there's one, instead of
6470                 "Signature unchecked" 
6471
6472 2005-09-27 [colin]      1.9.14cvs57
6473
6474         * src/prefs_quote.c
6475                 Fix bug #816 (Weird quotation with spaces)
6476
6477 2005-09-27 [colin]      1.9.14cvs56
6478
6479         * src/codeconv.c
6480         * src/compose.c
6481         * src/compose.h
6482                 Put subject in compose's title
6483                 Fix Automatic encoding so that it's really automatic:
6484                 first try default locale's charset, then charset of the replied mail, 
6485                 then utf-8
6486                 Fix encoding of headers (must be in strict mode too)
6487
6488 2005-09-26 [colin]      1.9.14cvs55
6489
6490         * src/gtk/gtkaspell.c
6491                 Fix previous patch - don't color the space,
6492                 just uncolor it :)
6493
6494 2005-09-26 [colin]      1.9.14cvs54
6495
6496         * src/gtk/gtkaspell.c
6497                 Unmark space if possible
6498
6499 2005-09-26 [colin]      1.9.14cvs53
6500
6501         * src/imap.c
6502                 log_error instead of alertpanel according to the pref
6503         * src/etpan/imap-thread.c
6504                 Print connect status, copy only necessary size to 
6505                 logger
6506         * src/plugins/pgpmime/pgpmime.c
6507                 Handle S/Mime signatures (verification only). Patch based
6508                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
6509
6510 2005-09-26 [paul]       1.9.14cvs52
6511
6512         * src/common/passcrypt.c
6513                 this 'workaround' not necessary on NetBSD.
6514                 Thanks to Daniel Gustafson
6515
6516 2005-09-26 [paul]
6517
6518         1.9.15-rc4 released
6519
6520 2005-09-26 [paul]       1.9.14cvs51
6521
6522         * src/summaryview.c
6523                 Skip currently selected message when
6524                 looking for next new or unread message
6525                 in current folder. Patch by Colin
6526         * src/common/passcrypt.c
6527                 eliminate warnings on *BSD. Patch by
6528                 Daniel Gustafson
6529
6530 2005-09-26 [colin]      1.9.14cvs50
6531
6532         * src/procmsg.c
6533                 Call postfiltering hook anyway
6534
6535 2005-09-22 [colin]      1.9.14cvs49
6536
6537         * src/codeconv.c
6538         * src/codeconv.h
6539                 Add a strict mode that doesn't replace with _
6540         * src/compose.c
6541         * src/compose.h
6542                 Use strict conversion while sending
6543                 Fix race when drafting while sending (happens
6544                 on IMAP)
6545                 Fix d'n'd of messages from summaryview
6546         * src/prefs_common.c
6547         * src/prefs_common.h
6548                 add hidden utf8_instead_of_locale_for_broken_mail 
6549                 pref for people that preferred the default charset 
6550                 to be utf8 for broken mails
6551         * src/quote_fmt_parse.y
6552                 fix bug #815 (No quote insert if "From:" fied 
6553                 contained Russian letters)
6554         * src/summaryview.c
6555                 Fix d'n'd of messages to compose
6556
6557 2005-09-22 [paul]       1.9.14cvs48
6558
6559         * src/compose.c
6560                 fix bug where attachments Name entry
6561                 would display Path instead
6562
6563 2005-09-21 [paul]       1.9.14cvs47
6564
6565         * README
6566         * README.jp
6567         * configure.ac
6568         * config/config.rpath
6569         * doc/manual/en/sylpheed-20.html
6570         * doc/manual/es/sylpheed-20.html
6571         * po/bg.po
6572         * po/ca.po
6573         * po/de.po
6574         * po/es.po
6575         * po/fr.po
6576         * po/it.po
6577         * po/pt_BR.po
6578         * po/sk.po
6579         * po/zh_TW.po
6580         * src/account.c
6581         * src/account.h
6582         * src/action.c
6583         * src/action.h
6584         * src/adbookbase.h
6585         * src/addr_compl.c
6586         * src/addr_compl.h
6587         * src/addrbook.c
6588         * src/addrbook.h
6589         * src/addrcache.c
6590         * src/addrcache.h
6591         * src/addrcindex.c
6592         * src/addrcindex.h
6593         * src/addrclip.c
6594         * src/addrclip.h
6595         * src/addrdefs.h
6596         * src/addressadd.c
6597         * src/addressadd.h
6598         * src/addressbook.c
6599         * src/addressbook.h
6600         * src/addressitem.h
6601         * src/addrgather.c
6602         * src/addrgather.h
6603         * src/addrharvest.c
6604         * src/addrharvest.h
6605         * src/addrindex.c
6606         * src/addrindex.h
6607         * src/addritem.c
6608         * src/addritem.h
6609         * src/addrquery.c
6610         * src/addrquery.h
6611         * src/addrselect.c
6612         * src/addrselect.h
6613         * src/alertpanel.c
6614         * src/alertpanel.h
6615         * src/browseldap.c
6616         * src/browseldap.h
6617         * src/codeconv.c
6618         * src/codeconv.h
6619         * src/compose.c
6620         * src/compose.h
6621         * src/crash.c
6622         * src/crash.h
6623         * src/customheader.c
6624         * src/customheader.h
6625         * src/displayheader.c
6626         * src/displayheader.h
6627         * src/editaddress.c
6628         * src/editaddress.h
6629         * src/editbook.c
6630         * src/editbook.h
6631         * src/editgroup.c
6632         * src/editgroup.h
6633         * src/editjpilot.c
6634         * src/editjpilot.h
6635         * src/editldap.c
6636         * src/editldap.h
6637         * src/editldap_basedn.c
6638         * src/editldap_basedn.h
6639         * src/editvcard.c
6640         * src/editvcard.h
6641         * src/enriched.c
6642         * src/enriched.h
6643         * src/exphtmldlg.c
6644         * src/exphtmldlg.h
6645         * src/expldifdlg.c
6646         * src/expldifdlg.h
6647         * src/export.c
6648         * src/export.h
6649         * src/exporthtml.c
6650         * src/exporthtml.h
6651         * src/exportldif.c
6652         * src/exportldif.h
6653         * src/filtering.c
6654         * src/filtering.h
6655         * src/folder.c
6656         * src/folder.h
6657         * src/folder_item_prefs.c
6658         * src/folder_item_prefs.h
6659         * src/foldersel.c
6660         * src/foldersel.h
6661         * src/folderutils.c
6662         * src/folderutils.h
6663         * src/folderview.c
6664         * src/folderview.h
6665         * src/grouplistdialog.c
6666         * src/grouplistdialog.h
6667         * src/headerview.c
6668         * src/headerview.h
6669         * src/html.c
6670         * src/html.h
6671         * src/image_viewer.c
6672         * src/image_viewer.h
6673         * src/imap.c
6674         * src/imap.h
6675         * src/imap_gtk.c
6676         * src/imap_gtk.h
6677         * src/import.c
6678         * src/import.h
6679         * src/importldif.c
6680         * src/importldif.h
6681         * src/importmutt.c
6682         * src/importmutt.h
6683         * src/importpine.c
6684         * src/importpine.h
6685         * src/inc.c
6686         * src/inc.h
6687         * src/jpilot.c
6688         * src/jpilot.h
6689         * src/ldapctrl.c
6690         * src/ldapctrl.h
6691         * src/ldaplocate.c
6692         * src/ldaplocate.h
6693         * src/ldapquery.c
6694         * src/ldapquery.h
6695         * src/ldapserver.c
6696         * src/ldapserver.h
6697         * src/ldaputil.c
6698         * src/ldaputil.h
6699         * src/ldif.c
6700         * src/ldif.h
6701         * src/localfolder.c
6702         * src/localfolder.h
6703         * src/main.c
6704         * src/main.h
6705         * src/mainwindow.c
6706         * src/mainwindow.h
6707         * src/manual.c
6708         * src/manual.h
6709         * src/matcher.c
6710         * src/matcher.h
6711         * src/matcher_parser.h
6712         * src/matcher_parser_lex.l
6713         * src/matcher_parser_parse.y
6714         * src/mbox.c
6715         * src/mbox.h
6716         * src/message_search.c
6717         * src/message_search.h
6718         * src/messageview.c
6719         * src/messageview.h
6720         * src/mh.c
6721         * src/mh.h
6722         * src/mh_gtk.c
6723         * src/mh_gtk.h
6724         * src/mimeview.c
6725         * src/mimeview.h
6726         * src/msgcache.c
6727         * src/msgcache.h
6728         * src/mutt.c
6729         * src/mutt.h
6730         * src/news.c
6731         * src/news.h
6732         * src/news_gtk.c
6733         * src/news_gtk.h
6734         * src/noticeview.c
6735         * src/noticeview.h
6736         * src/partial_download.c
6737         * src/partial_download.h
6738         * src/pine.c
6739         * src/pine.h
6740         * src/pop.c
6741         * src/pop.h
6742         * src/prefs_account.c
6743         * src/prefs_account.h
6744         * src/prefs_actions.c
6745         * src/prefs_actions.h
6746         * src/prefs_common.c
6747         * src/prefs_common.h
6748         * src/prefs_compose_writing.c
6749         * src/prefs_compose_writing.h
6750         * src/prefs_customheader.c
6751         * src/prefs_customheader.h
6752         * src/prefs_display_header.c
6753         * src/prefs_display_header.h
6754         * src/prefs_ext_prog.c
6755         * src/prefs_ext_prog.h
6756         * src/prefs_filtering.c
6757         * src/prefs_filtering.h
6758         * src/prefs_filtering_action.c
6759         * src/prefs_filtering_action.h
6760         * src/prefs_folder_column.c
6761         * src/prefs_folder_column.h
6762         * src/prefs_folder_item.c
6763         * src/prefs_folder_item.h
6764         * src/prefs_fonts.c
6765         * src/prefs_fonts.h
6766         * src/prefs_gtk.c
6767         * src/prefs_gtk.h
6768         * src/prefs_image_viewer.c
6769         * src/prefs_image_viewer.h
6770         * src/prefs_matcher.c
6771         * src/prefs_matcher.h
6772         * src/prefs_message.c
6773         * src/prefs_message.h
6774         * src/prefs_msg_colors.c
6775         * src/prefs_msg_colors.h
6776         * src/prefs_other.c
6777         * src/prefs_other.h
6778         * src/prefs_quote.c
6779         * src/prefs_quote.h
6780         * src/prefs_receive.c
6781         * src/prefs_receive.h
6782         * src/prefs_send.c
6783         * src/prefs_send.h
6784         * src/prefs_spelling.c
6785         * src/prefs_spelling.h
6786         * src/prefs_summaries.c
6787         * src/prefs_summaries.h
6788         * src/prefs_summary_column.c
6789         * src/prefs_summary_column.h
6790         * src/prefs_template.c
6791         * src/prefs_template.h
6792         * src/prefs_themes.c
6793         * src/prefs_themes.h
6794         * src/prefs_toolbar.c
6795         * src/prefs_toolbar.h
6796         * src/prefs_wrapping.c
6797         * src/prefs_wrapping.h
6798         * src/privacy.c
6799         * src/privacy.h
6800         * src/procheader.c
6801         * src/procheader.h
6802         * src/procmime.c
6803         * src/procmime.h
6804         * src/procmsg.c
6805         * src/procmsg.h
6806         * src/quote_fmt.c
6807         * src/quote_fmt_parse.y
6808         * src/recv.c
6809         * src/recv.h
6810         * src/remotefolder.c
6811         * src/remotefolder.h
6812         * src/send_message.c
6813         * src/send_message.h
6814         * src/setup.c
6815         * src/setup.h
6816         * src/simple-gettext.c
6817         * src/sourcewindow.c
6818         * src/sourcewindow.h
6819         * src/ssl_manager.c
6820         * src/ssl_manager.h
6821         * src/statusbar.c
6822         * src/statusbar.h
6823         * src/stock_pixmap.c
6824         * src/stock_pixmap.h
6825         * src/summary_search.c
6826         * src/summary_search.h
6827         * src/summaryview.c
6828         * src/summaryview.h
6829         * src/syldap.c
6830         * src/syldap.h
6831         * src/textview.c
6832         * src/textview.h
6833         * src/toolbar.c
6834         * src/toolbar.h
6835         * src/undo.c
6836         * src/undo.h
6837         * src/unmime.c
6838         * src/unmime.h
6839         * src/vcard.c
6840         * src/vcard.h
6841         * src/wizard.c
6842         * src/wizard.h
6843         * src/common/base64.c
6844         * src/common/base64.h
6845         * src/common/defs.h
6846         * src/common/hooks.c
6847         * src/common/hooks.h
6848         * src/common/log.c
6849         * src/common/log.h
6850         * src/common/md5.c
6851         * src/common/md5.h
6852         * src/common/mgutils.c
6853         * src/common/mgutils.h
6854         * src/common/nntp.c
6855         * src/common/nntp.h
6856         * src/common/passcrypt.c
6857         * src/common/passcrypt.h.in
6858         * src/common/plugin.c
6859         * src/common/plugin.h
6860         * src/common/prefs.c
6861         * src/common/prefs.h
6862         * src/common/progressindicator.c
6863         * src/common/progressindicator.h
6864         * src/common/quoted-printable.c
6865         * src/common/quoted-printable.h
6866         * src/common/session.c
6867         * src/common/session.h
6868         * src/common/smtp.c
6869         * src/common/smtp.h
6870         * src/common/socket.c
6871         * src/common/socket.h
6872         * src/common/ssl.c
6873         * src/common/ssl.h
6874         * src/common/ssl_certificate.c
6875         * src/common/ssl_certificate.h
6876         * src/common/string_match.c
6877         * src/common/string_match.h
6878         * src/common/stringtable.c
6879         * src/common/sylpheed.c
6880         * src/common/sylpheed.h
6881         * src/common/template.c
6882         * src/common/template.h
6883         * src/common/timing.h
6884         * src/common/utils.c
6885         * src/common/utils.h
6886         * src/common/uuencode.c
6887         * src/common/uuencode.h
6888         * src/common/version.h.in
6889         * src/common/xml.c
6890         * src/common/xml.h
6891         * src/common/xmlprops.c
6892         * src/common/xmlprops.h
6893         * src/gtk/about.c
6894         * src/gtk/about.h
6895         * src/gtk/colorlabel.c
6896         * src/gtk/colorlabel.h
6897         * src/gtk/colorsel.c
6898         * src/gtk/colorsel.h
6899         * src/gtk/description_window.c
6900         * src/gtk/description_window.h
6901         * src/gtk/filesel.c
6902         * src/gtk/filesel.h
6903         * src/gtk/foldersort.c
6904         * src/gtk/foldersort.h
6905         * src/gtk/gtkutils.c
6906         * src/gtk/gtkutils.h
6907         * src/gtk/inputdialog.c
6908         * src/gtk/inputdialog.h
6909         * src/gtk/logwindow.c
6910         * src/gtk/logwindow.h
6911         * src/gtk/manage_window.c
6912         * src/gtk/manage_window.h
6913         * src/gtk/menu.c
6914         * src/gtk/menu.h
6915         * src/gtk/pluginwindow.c
6916         * src/gtk/pluginwindow.h
6917         * src/gtk/prefswindow.c
6918         * src/gtk/prefswindow.h
6919         * src/gtk/progressdialog.c
6920         * src/gtk/progressdialog.h
6921         * src/gtk/quicksearch.c
6922         * src/gtk/quicksearch.h
6923         * src/gtk/sslcertwindow.c
6924         * src/gtk/sslcertwindow.h
6925         * src/plugins/clamav/clamav_plugin.c
6926         * src/plugins/clamav/clamav_plugin.h
6927         * src/plugins/clamav/clamav_plugin_gtk.c
6928         * src/plugins/demo/demo.c
6929         * src/plugins/dillo_viewer/dillo_prefs.c
6930         * src/plugins/dillo_viewer/dillo_prefs.h
6931         * src/plugins/dillo_viewer/dillo_viewer.c
6932         * src/plugins/mathml_viewer/mathml_viewer.c
6933         * src/plugins/pgpcore/passphrase.c
6934         * src/plugins/pgpcore/passphrase.h
6935         * src/plugins/pgpcore/plugin.c
6936         * src/plugins/pgpcore/prefs_gpg.c
6937         * src/plugins/pgpcore/prefs_gpg.h
6938         * src/plugins/pgpcore/select-keys.c
6939         * src/plugins/pgpcore/select-keys.h
6940         * src/plugins/pgpcore/sgpgme.c
6941         * src/plugins/pgpcore/sgpgme.h
6942         * src/plugins/pgpinline/pgpinline.c
6943         * src/plugins/pgpinline/pgpinline.h
6944         * src/plugins/pgpinline/plugin.c
6945         * src/plugins/pgpmime/pgpmime.c
6946         * src/plugins/pgpmime/pgpmime.h
6947         * src/plugins/pgpmime/plugin.c
6948         * src/plugins/spamassassin/spamassassin.c
6949         * src/plugins/spamassassin/spamassassin.h
6950         * src/plugins/spamassassin/spamassassin_gtk.c
6951         * src/plugins/trayicon/trayicon.c
6952         * tools/OOo2sylpheed.pl
6953         * tools/acroread2sylpheed.pl
6954         * tools/asus_mailled.sh
6955         * tools/filter_conv.pl
6956         * tools/freshmeat_search.pl
6957         * tools/google_search.pl
6958         * tools/kmail2sylpheed.pl
6959         * tools/kmail2sylpheed_v2.pl
6960         * tools/maildir2sylpheed.pl
6961         * tools/multiwebsearch.pl
6962         * tools/newscache_clean.pl
6963         * tools/outlook2sylpheed.pl
6964         * tools/sylpheed-switcher
6965         * tools/update-po
6966         * tools/vcard2xml.py
6967         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6968                 update FSF address
6969
6970 2005-09-21 [colin]      1.9.14cvs46
6971
6972         * src/gedit-print.c
6973         * src/procmsg.c
6974         * src/procmsg.h
6975         * src/textview.c
6976         * src/summaryview.c
6977                 Remove some printing hacks (deselection/reselection),
6978                 which by the way fix printing the currently 
6979                 displayed mime part (still only text)
6980                 Plus a little optimisation of summary_show
6981
6982
6983 2005-09-20 [colin]      1.9.14cvs45
6984
6985         * src/mainwindow.c
6986         * src/messageview.c
6987                 GUI fixups: add accels, set message
6988                 view title to displayed mail's subject
6989         * src/prefs_spelling.c
6990         * src/gtk/gtkaspell.c
6991                 GUI fixups: allow underlining misspelled
6992                 words instead of coloring them (a11y!)
6993
6994 2005-09-19 [colin]
6995
6996         1.9.15rc3 released
6997
6998 2005-09-19 [colin]      1.9.14cvs44
6999
7000         * src/compose.c
7001                 Fix draft message
7002         * src/gtk/gtkaspell.c
7003                 Fix wrong test ;-)
7004
7005 2005-09-19 [colin]      1.9.14cvs43
7006
7007         * src/addressbook.c
7008                 Fix sensitivity of Delete button
7009         * src/compose.c
7010                 Warn if the requested Privacy system
7011                 is not available
7012         * src/exphtmldlg.c
7013         * src/expldifdlg.c
7014         * src/importldif.c
7015         * src/importmutt.c
7016         * src/importpine.c
7017                 Fix crappy UI
7018         * src/
7019         * src/ssl.h
7020         * src/prefs_account.h
7021         * src/prefs_account.c
7022                 Save SSL prefs even in builds that have
7023                 SSL support disable
7024         * src/imap.c
7025         * src/inc.c
7026         * src/news.c
7027         * src/send_message.c
7028                 Warn if connection should be secure, but
7029                 SSL support isn't compiled in
7030         * src/gtkaspell.c
7031                 Fix word separation on UTF-8 systems
7032                 Fixes bug #812 (Strange inline spellchecking)
7033         * src/compose.c
7034                 Warn if the requested Privacy system
7035                 is not available
7036                 Factorize offline warning
7037         * src/imap.c
7038         * src/imap_gtk.c
7039         * src/imap_gtk.h
7040         * src/inc.h
7041         * src/news_gtk.c
7042         * src/news_gtk.h
7043         * src/messageview.c
7044                 Factorize offline warning
7045
7046 2005-09-19 [paul]
7047
7048         1.9.15-rc2 released
7049
7050 2005-09-18 [colin]      1.9.14cvs42
7051
7052         * src/codeconv.c
7053         * src/codeconv.h
7054         * src/procmime.c
7055                 Add a way to get locale's charset ignoring utf-8,
7056                 and use that as default encoding for broken mails
7057
7058 2005-09-18 [colin]      1.9.14cvs41
7059
7060         * src/gtk/logwindow.c
7061                 Translate string. Patch by Fabien Vantard
7062
7063 2005-09-18 [colin]      1.9.14cvs40
7064
7065         * configure.ac
7066                 Fix bug #803 (IMAP/SSL support breaks with 
7067                 GnuTLS libetpan 0.38)
7068
7069 2005-09-18 [colin]      1.9.14cvs39
7070
7071         * src/codeconv.c
7072         * src/compose.c
7073         * src/procmime.c
7074                 More charsets fixes. Fixes bug #806 (non
7075                 ascii characters in subject line)
7076
7077 2005-09-17 [paul]       1.9.14cvs38
7078
7079         * src/folderview.c
7080         * src/mainwindow.c
7081                 fix gcc-2.95 issues
7082                 Patch by Pawel Pekala
7083
7084 2005-09-17 [colin]      1.9.14cvs37
7085
7086         * src/addrindex.c
7087                 bugfix for NO-USE LDAP compilation, patch 
7088                 by Fabien Vantard
7089
7090 2005-09-17 [colin]      1.9.14cvs36
7091
7092         * src/prefs_actions.c
7093         * src/prefs_customheader.c
7094         * src/prefs_display_header.c
7095         * src/prefs_filtering_action.c
7096         * src/prefs_matcher.c
7097         * src/prefs_toolbar.c
7098                 Fix strange casts (less elegant but
7099                 works better)
7100
7101 2005-09-16 [colin]      1.9.14cvs35
7102
7103         * src/jpilot.c
7104                 Missed that one
7105
7106 2005-09-16 [colin]      1.9.14cvs34
7107
7108         * configure.ac
7109         * src/Makefile.am
7110         * src/addr_compl.c
7111         * src/addrindex.c
7112         * src/browseldap.c
7113         * src/editldap.c
7114         * src/ldaplocate.c
7115         * src/ldapquery.c
7116         * src/ldapquery.h
7117         * src/ldapserver.c
7118         * src/ldapserver.h
7119         * src/main.c
7120         * src/matcher_parser_parse.y
7121         * src/prefs_themes.c
7122         * src/etpan/Makefile.am
7123         * src/gtk/description_window.c
7124         * src/plugins/clamav/Makefile.am
7125         * src/plugins/clamav/clamav_plugin.c
7126         * src/plugins/dillo_viewer/Makefile.am
7127         * src/plugins/pgpcore/Makefile.am
7128         * src/plugins/pgpinline/Makefile.am
7129         * src/plugins/pgpmime/Makefile.am
7130         * src/plugins/trayicon/Makefile.am
7131                 Fix 100% cpu usage in address completion list
7132                 Fix little bugs (return with no values etc)
7133                 Fix all warnings (with common CFLAGS)
7134
7135 2005-09-15 [colin]      1.9.14cvs33
7136
7137         * src/addressbook.c
7138                 Fix bug where sometimes a group's email list is empty,
7139                 force its refresh (probably fixes "Re: how to create a 
7140                 distribution list")
7141         * src/ldapquery.c
7142                 Don't return to the callback in the main thread from the
7143                 fetch thread (or face segs!)
7144
7145 2005-09-15 [paul]       1.9.14cvs32
7146
7147         * src/prefs_matcher.c
7148                 forgotten in last commit
7149
7150 2005-09-15 [paul]       1.9.14cvs31
7151
7152         * src/prefs_actions.c
7153         * src/prefs_filtering_action.c
7154         * src/prefs_quote.c
7155         * src/quote_fmt.c
7156         * src/summaryview.c
7157         * src/gtk/description_window.c
7158         * src/gtk/description_window.h
7159         * src/gtk/quicksearch.c
7160                 allow interaction with the called
7161                 description window
7162                 Patch by Anders Hammar
7163
7164 2005-09-14 [paul]       1.9.14cvs30
7165
7166         * src/compose.c
7167                 fix a little annoyance when pasting with 3rd button 
7168                 with wrap_pastes=0 and wrap_input=1
7169                 Patch by Colin
7170
7171 2005-09-14 [paul]       1.9.14cvs29
7172
7173         * src/prefs_account.c
7174                 disable 'Filter messages on receiving' for
7175                 SMTP-only accounts
7176                 Patch  by Anders Hammar
7177
7178 2005-09-14 [paul]       1.9.14cvs28
7179
7180         * po/sk.po
7181                 fix crash
7182                 updated by Andrej Kacian
7183
7184 2005-09-14 [paul]
7185
7186         1.9.15-rc1 released
7187
7188 2005-09-14 [paul]       1.9.14cvs27
7189
7190         * po/es.po
7191                 updated by Ricardo Mones Lastra
7192         * src/compose.c
7193         * src/compose.h
7194                 associate no_wrap_tags to Compose windows
7195                 instead of using a static one
7196                 Patch by Colin
7197         * src/mbox.c
7198                 fix proc_mbox()
7199                 Patch by wwp
7200         * src/textview.c
7201                 remove unneeded printf()
7202
7203 2005-09-14 [paul]       1.9.14cvs26
7204
7205         * src/addrcache.c
7206         * src/codeconv.h
7207         * src/folder.h
7208         * src/mainwindow.h
7209         * src/mh.c
7210         * src/mimeview.h
7211         * src/partial_download.c
7212         * src/pop.c
7213         * src/prefs_account.c
7214         * src/prefs_account.h
7215         * src/prefs_actions.c
7216         * src/prefs_customheader.c
7217         * src/prefs_display_header.c
7218         * src/prefs_filtering_action.c
7219         * src/prefs_matcher.c
7220         * src/prefs_toolbar.c
7221         * src/privacy.h
7222         * src/procmime.c
7223         * src/procmime.h
7224         * src/procmsg.h
7225         * src/textview.c
7226         * src/undo.h
7227         * src/common/plugin.c
7228         * src/common/session.h
7229         * src/common/socket.c
7230         * src/common/socket.h
7231         * src/common/template.c
7232         * src/gtk/gtkaspell.c
7233         * src/gtk/quicksearch.h
7234         * src/plugins/pgpcore/passphrase.c
7235         * src/plugins/pgpcore/prefs_gpg.h
7236         * src/plugins/pgpcore/select-keys.c
7237         * src/plugins/pgpcore/select-keys.h
7238         * src/plugins/pgpcore/sgpgme.c
7239         * src/plugins/pgpinline/pgpinline.c
7240         * src/plugins/pgpmime/pgpmime.c
7241         * src/plugins/trayicon/trayicon.c
7242                 fix compilation warnings
7243                 Patch by Daniel Gustafson
7244
7245 2005-09-14 [paul]       1.9.14cvs25
7246
7247         * src/addressbook.c
7248                 add missing column header, and other small
7249                 bug fixes
7250                 Patch by Anders Hammar
7251
7252 2005-09-13 [colin]      1.9.14cvs24
7253
7254         * src/gtk/gtkaspell.c
7255                 Fix non-utf8 in menu
7256                 Fix little leaks
7257                 Nullify struct members after free()s
7258
7259 2005-09-13 [colin]      1.9.14cvs23
7260
7261         * src/compose.c
7262                 Test utf8 compliance before inserting to 
7263                 buffer, and try to convert if necessary
7264         * src/procmime.c
7265                 If no charset is present, use the locale 
7266                 one instead of us-ascii
7267         * src/procmsg.c
7268                 Add Sender, List-Post and To in the checked 
7269                 headers for automatic rules creation 
7270                 (thanks to wwp)
7271         * src/prefs_themes.c
7272         * src/gtk/gtkaspell.c
7273                 Remove deprecated functions. 
7274                 patch by Daniel Gustafson
7275
7276 2005-09-12 [colin]      1.9.14cvs22
7277
7278         * src/compose.c
7279                 Fix bug #448 (Scrolling/Redraw issue with 
7280                 address-fields in Header)
7281         * src/mainwindow.c
7282         * src/summaryview.c
7283         * src/summaryview.h
7284                 Fix loss of MSG_MARKED on move/copy
7285                 Fix bug #804 (Quicksearch togglebutton doesn't 
7286                 get depressed after '/' key is pressed)
7287
7288 2005-09-12 [paul]       1.9.14cvs21
7289
7290         * AUTHORS
7291         * src/gtk/logwindow.c
7292                 add 'Clear Log' to popup menu
7293                 Patch by Anders Hammar <anders.hammar@telia.com>
7294
7295 2005-09-12 [paul]       1.9.14cvs20
7296
7297         * src/compose.c
7298                 set correct sensitivity on attachments
7299                 popup menu
7300         * src/folder.c
7301                 fix typo
7302         * src/prefs_spelling.c
7303                 fix crash when no LANG env is set
7304         * src/common/xml.c
7305                 fix crash in wizard
7306                 don't use memeory after free
7307
7308         All patches by Daniel Gustafson
7309
7310 2005-09-12 [paul]       1.9.14cvs19
7311
7312         * src/prefs_themes.c
7313                 make theme info selectable
7314         * src/gtk/description_window.c
7315                 make window non-modal
7316         * tools/README
7317                 add details of asus_mailed.sh
7318         * tools/claws.i18n.status.pl
7319                 update for new zh_TW translator
7320                 widen the output
7321                 create alternate coloured lines
7322                 improve readability
7323
7324 2005-09-10 [colin]      1.9.14cvs18
7325
7326         * src/plugins/pgpcore/select-keys.c
7327                 Better order for the buttons
7328
7329 2005-09-10 [colin]      1.9.14cvs17
7330
7331         * src/compose.c
7332         * src/plugins/pgpcore/select-keys.c
7333         * src/plugins/pgpcore/select-keys.h
7334         * src/plugins/pgpcore/sgpgme.c
7335                 Add a "Don't encrypt" button to the key
7336                 selection dialog. Fixes bug #177 (There should be a 
7337                 'Don't encrypt button in the Select Keys dialog)
7338
7339 2005-09-10 [colin]      1.9.14cvs16
7340
7341         * src/compose.c
7342                 Fix bug #572 (%X option does not work with templates)
7343
7344 2005-09-10 [colin]      1.9.14cvs15
7345
7346         * src/toolbar.c 
7347                 Remove g_print
7348
7349 2005-09-10 [colin]      1.9.14cvs14
7350
7351         * src/imap.c
7352                 Fix a possible crash
7353
7354 2005-09-09 [colin]      1.9.14cvs13
7355
7356         * src/imap.c
7357         * src/etpan/imap-thread.c
7358         * src/etpan/imap-thread.h
7359                 Fix moving from queue or drafts to normal folders
7360                 Fix bug #794 (No way to delete without expunging)
7361                 Take flags unset by other mailers into account
7362                 Take deleted flag set by other mailers into account
7363                 Fix unsetting REPLIED flag
7364                 Fix crash when capabilities can't be retrieved
7365         * src/mainwindow.c
7366         * src/mainwindow.h
7367                 Add M_DELAYED_FLAGS condition, and let the user use
7368                 Execute in order to be able to expunge deleted mails,
7369                 even if he's not in delayed execute mode
7370         * src/prefs_spelling.c
7371                 Use 'en' dictionary by default if LANG is POSIX or C
7372         * src/gtk/prefswindow.c
7373                 Fix bug #767 (Preferences windows expanding) by making
7374                 the window a bit larger when the resolution is greater
7375                 than 640x480, and by putting the prefs in a
7376                 GtkScrolledWindow.
7377
7378 2005-09-09 [paul]       1.9.14cvs12
7379
7380         * AUTHORS
7381         * configure.ac
7382         * po/zh_TW.Big5.po      ** REMOVED **
7383         * po/zh_TW.po           ** ADDED **
7384                 updated by Wei-Lun Chao
7385
7386 2005-09-09 [paul]       1.9.14cvs11
7387
7388         * src/mainwindow.c
7389                 fix asserts
7390         * src/common/xml.c
7391                 delay memory allocation until file is
7392                 opened successfully
7393                 Patch by Daniel Gustafson
7394
7395 2005-09-09 [colin]      1.9.14cvs10
7396
7397         * src/imap.c
7398                 Add guards
7399
7400 2005-09-08 [colin]      1.9.14cvs9
7401
7402         * src/compose.c
7403                 Alert when we can't save draft
7404                 Fix various wrap/color issues
7405                 Add mid-click pasting respecting wrap_paste option
7406         * src/folder.c
7407         * src/folder.h
7408         * src/folder_item_prefs.c
7409         * src/folder_item_prefs.h
7410         * src/imap.c
7411         * src/imap_gtk.c
7412         * src/imap_gtk.h
7413         * src/main.c
7414         * src/mainwindow.c
7415         * src/mainwindow.h
7416         * src/news.c
7417         * src/news_gtk.c
7418         * src/news_gtk.h
7419         * src/prefs_folder_item.c
7420                 Fix the impossibility to synchronise folders for
7421                 offline use (IMAP and NNTP are concerned)
7422
7423 2005-09-08 [colin]      1.9.14cvs8
7424
7425         * configure.ac
7426                 Build LDAP and JPilot by default if available
7427         * src/textview.c
7428                 Fix use after free
7429
7430 2005-09-08 [paul]       1.9.14cvs7
7431
7432         * doc/manual/en/sylpheed-1.html
7433         * doc/manual/en/sylpheed-18.html
7434         * doc/manual/en/sylpheed-19.html
7435         * doc/manual/en/sylpheed-4.html
7436         * doc/manual/en/sylpheed-6.html
7437         * doc/manual/en/sylpheed.html
7438                 a few minor updates, plus include some
7439                 details about plugins and their requirements
7440         * src/mainwindow.c
7441                 minor changes to English in /View/Sort
7442
7443 2005-09-07 [colin]      1.9.14cvs6
7444
7445         * doc/manual/en/sylpheed-1.html
7446         * doc/manual/en/sylpheed-10.html
7447         * doc/manual/en/sylpheed-11.html
7448         * doc/manual/en/sylpheed-12.html
7449         * doc/manual/en/sylpheed-13.html
7450         * doc/manual/en/sylpheed-14.html
7451         * doc/manual/en/sylpheed-15.html
7452         * doc/manual/en/sylpheed-16.html
7453         * doc/manual/en/sylpheed-17.html
7454         * doc/manual/en/sylpheed-18.html
7455         * doc/manual/en/sylpheed-19.html
7456         * doc/manual/en/sylpheed-2.html
7457         * doc/manual/en/sylpheed-20.html
7458         * doc/manual/en/sylpheed-21.html
7459         * doc/manual/en/sylpheed-22.html
7460         * doc/manual/en/sylpheed-3.html
7461         * doc/manual/en/sylpheed-4.html
7462         * doc/manual/en/sylpheed-5.html
7463         * doc/manual/en/sylpheed-6.html
7464         * doc/manual/en/sylpheed-7.html
7465         * doc/manual/en/sylpheed-8.html
7466         * doc/manual/en/sylpheed-9.html
7467         * doc/manual/en/sylpheed.html
7468                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
7469
7470 2005-09-07 [colin]      1.9.14cvs5
7471
7472         * src/mainwindow.c
7473                 Make labels more to-the-point
7474
7475 2005-09-07 [colin]      1.9.14cvs4
7476
7477         * doc/manual/en/sylpheed-1.html
7478         * doc/manual/en/sylpheed-12.html
7479         * doc/manual/en/sylpheed-13.html
7480         * doc/manual/en/sylpheed-14.html
7481         * doc/manual/en/sylpheed-15.html
7482         * doc/manual/en/sylpheed-16.html
7483         * doc/manual/en/sylpheed-17.html
7484         * doc/manual/en/sylpheed-18.html
7485         * doc/manual/en/sylpheed-19.html
7486         * doc/manual/en/sylpheed-2.html
7487         * doc/manual/en/sylpheed-20.html
7488         * doc/manual/en/sylpheed-21.html
7489         * doc/manual/en/sylpheed-22.html
7490         * doc/manual/en/sylpheed-4.html
7491         * doc/manual/en/sylpheed-5.html
7492         * doc/manual/en/sylpheed-6.html
7493         * doc/manual/en/sylpheed-7.html
7494         * doc/manual/en/sylpheed-8.html
7495         * doc/manual/en/sylpheed-9.html
7496         * doc/manual/en/sylpheed.html
7497                 Update manual
7498
7499 2005-09-07 [colin]      1.9.14cvs3
7500
7501         * doc/faq/en/sylpheed-faq-1.html
7502         * doc/faq/en/sylpheed-faq-2.html
7503         * doc/faq/en/sylpheed-faq-3.html
7504         * doc/faq/en/sylpheed-faq.html
7505                 Update FAQ
7506
7507 2005-09-07 [colin]      1.9.14cvs2
7508
7509         * src/folderview.c
7510         * src/procmsg.c
7511         * src/summaryview.c
7512         * src/toolbar.c
7513                 Fix special subfolders:
7514                 - Inherit parent's icon
7515                 - sent contents of queues subfolders
7516                 - empty subfolders of trashes
7517         * src/mainwindow.c
7518                 Remove outdated manual and faq entries
7519         * src/common/utils.c
7520                 Add quotes around %s coming from mailcap
7521
7522 2005-09-07 [colin]      1.9.14cvs1
7523
7524         * src/compose.c
7525                 After saving draft, set modified to FALSE
7526         * src/mimeview.c
7527         * src/common/utils.c
7528         * src/common/utils.h
7529                 Try to open mime parts using what is 
7530                 indicated in ~/.mailcap or /etc/mailcap,
7531                 if possible.
7532
7533 2005-09-05 [paul]       1.9.14
7534
7535         1.9.14 released
7536
7537         * po/sk.po
7538                 updated by Andrej Kacian
7539
7540 2005-09-05 [paul]       1.9.13cvs83
7541
7542         * po/de.po
7543         * po/es.po
7544         * po/fi.po
7545         * po/fr.po
7546         * po/nb.po
7547         * po/pt_BR.po
7548         * po/sr.po
7549                 updated translations by Thomas Gilgin, Ricardo Mones
7550                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
7551                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
7552
7553 2005-09-04 [paul]       1.9.13cvs82
7554
7555         * src/compose.c
7556                 only warn about exceeded line length limit
7557                 on send
7558
7559 2005-09-04 [paul]       1.9.13cvs81
7560
7561         * src/compose.c
7562                 fix crash in 'line length exceeded' dialogue
7563
7564 2005-09-02 [paul]       1.9.13cvs80
7565
7566         * src/imap.c
7567                 fix bug 795, 'Connection lost IMAP'
7568                 and add statusbar prints
7569                 Patch by Colin
7570
7571 2005-09-02 [paul]       1.9.13cvs79
7572
7573         * src/compose.c
7574                 compose_wrap_paragraph() becomes
7575                 compose_beautify_paragraph()
7576                 Patch by Colin
7577
7578 2005-09-02 [colin]      1.9.13cvs78
7579
7580         * src/folderview.c
7581                 Micro-fix
7582
7583 2005-09-01 [colin]      1.9.13cvs77
7584
7585         * src/imap.c
7586                 Maybe fix bug #795 (Connection lost IMAP)
7587                 Don't try to send logout when we're disconnected.
7588         * src/summaryview.c
7589                 Include locked and marked emails in HRM
7590                 view. Fixes bug #800 (Locked messages no longer 
7591                 show up when hide read messages is used)
7592
7593 2005-09-01 [paul]       1.9.13cvs76
7594
7595         * src/prefs_common.c
7596                 fix bad cutting
7597
7598 2005-08-31 [colin]      1.9.13cvs75
7599
7600         * src/folderview.c
7601         * src/folderview.h
7602         * src/prefs_summaries.c
7603         * src/summaryview.c
7604                 Fix "go to next new", fix preference
7605                 (Open unread/next swapped)
7606
7607 2005-08-31 [paul]       1.9.13cvs74
7608
7609         * src/compose.c
7610         * src/folderview.c
7611         * src/headerview.c
7612         * src/headerview.h
7613         * src/mainwindow.c
7614         * src/prefs_common.c
7615         * src/prefs_common.h
7616         * src/prefs_fonts.c
7617         * src/summaryview.c
7618         * src/textview.c
7619         * src/common/defs.h
7620                 remove obsolete BOLD_FONT setting
7621                 fix font update in headerview and textview
7622                 headers after prefs change
7623                 Patch By Colin
7624
7625 2005-08-31 [paul]
7626
7627         1.9.14-rc4 released
7628
7629 2005-08-30 [colin]      1.9.13cvs73
7630
7631         * src/summaryview.c
7632                 When Hide read messages is selected and we
7633                 refresh the summaryview, don't remove the 
7634                 currently displayed message. Fixes bug #797
7635                 (Summary view reloads when new mail is 
7636                 downloaded in 1.9.14 rc)
7637
7638 2005-08-30 [colin]      1.9.13cvs72
7639
7640         * src/folderview.c
7641                 Fix flickering
7642         * src/mainwindow.c
7643                 Remove useless callback
7644         * src/mimeview.c
7645         * src/gtk/filesel.c
7646         * src/gtk/filesel.h
7647                 Add a filesel_select_file_save_folder() - used by Save All
7648
7649 2005-08-29 [paul]       1.9.13cvs71
7650
7651         * AUTHORS
7652         * src/matcher_parser_parse.y
7653         * src/etpan/imap-thread.c
7654                 fix building on FreeBSD
7655                 Patch by Daniel Gustafson <daniel@hobbit.se>
7656
7657 2005-08-29 [paul]       1.9.13cvs70
7658
7659         * src/plugins/pgpinline/pgpinline.c
7660                 only initialise sig result if it's been handled
7661                 Patch by Colin
7662
7663 2005-08-29 [paul]       1.9.13cvs69
7664         
7665         Patches by Colin:
7666
7667         * src/imap.c
7668         * src/common.utils.c
7669         * src/common/utils.h
7670                 optimisation
7671         * src/stock_pixmap.h
7672                 fix wrong icon reference
7673         * src/pixmaps/trash_btn.xpm
7674                 replace with nicer image
7675
7676 2005-08-28 [colin]      1.9.13cvs68
7677
7678         * src/Makefile.am
7679         * src/stock_pixmap.c
7680         * src/stock_pixmap.h
7681         * src/toolbar.c
7682         * src/pixmaps/trash_btn.xpm
7683                 Add a specific trash xpm for the button
7684
7685 2005-08-28 [colin]      1.9.13cvs67
7686
7687         * src/imap.c
7688                 Fix leak
7689
7690 2005-08-27 [colin]      1.9.13cvs66
7691
7692         * src/imap.c
7693         * src/procmime.c
7694                 Correctly fix "Problem with replies", fixes
7695                 pgpmime encryption too. 
7696
7697 2005-08-27 [colin]      1.9.13cvs65
7698
7699         * src/folder.c
7700         * src/procmsg.c
7701         * src/procmsg.h
7702         * src/summaryview.c
7703                 Fix bug #517 (messages removed from summaryview 
7704                 when moving fails)
7705
7706 2005-08-27 [colin]      1.9.13cvs64
7707
7708         * tools/Makefile.am
7709         * tools/asus_mailled.sh
7710                 Add a script to blink ASUS laptops' mail LED where there
7711                 is unread mail.
7712
7713 2005-08-27 [colin]      1.9.13cvs63
7714
7715         * src/imap.c
7716         * src/etpan/imap-thread.c
7717         * src/etpan/imap-thread.h
7718                 Implement automatic choosing of login method
7719                 Fixes bug #791
7720         * src/gtk/.cvsignore
7721                 Add sylpheed-marshal.[ch]
7722
7723 2005-08-27 [colin]      1.9.13cvs62
7724
7725         * src/common/utils.c
7726                 Fix confusing perror
7727
7728 2005-08-27 [colin]      1.9.13cvs61
7729
7730         * src/toolbar.c
7731         * src/toolbar.h
7732                 Remove A_DELETE, replace it with 
7733                 A_TRASH and A_DELETE_REAL. Automatically
7734                 rewrite config files to replace A_DELETE
7735                 with A_TRASH (no functionality change).
7736                 Fixes half of #794
7737
7738 2005-08-26 [colin]      1.9.13cvs60
7739
7740         * src/procmime.c
7741                 Previous "Problem with replies" fix brought other
7742                 problems, fixing them
7743
7744 2005-08-26 [colin]      1.9.13cvs59
7745
7746         * src/procmime.c
7747                 Fix "Problem with replies". This happened only
7748                 on IMAP...
7749         * src/procmsg.c
7750                 Factorize code a bit
7751         * src/compose.c
7752                 Speed improvement on very long messages (wrapping)
7753                 Fix signature color on Reedit and Redirect
7754                 On Reedit, don't attach pgp-signatures parts, but
7755                 set signing to On.
7756
7757 2005-08-24 [paul]       1.9.13cvs58
7758
7759         * src/compose.c
7760                 don't claim success when clicking
7761                 Cancel on the passphrase box.
7762                 Patch by Colin
7763
7764 2005-08-24 [paul]       1.9.13cvs57
7765
7766         * src/main.c
7767                 fix misplaced sylpheed.log
7768         * src/common/defs.h
7769                 define UIDL_DIR
7770
7771 2005-08-24 [paul]       1.9.13cvs56
7772
7773         * src/imap.c
7774         * src/etpan/imap-thread.c
7775         * src/etpan/imap-thread.h
7776                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
7777                 Patch by Colin
7778         * src/gtk/sylpheed-marshal.c    ** REMOVED **
7779         * src/gtk/sylpheed-marshal.h    ** REMOVED **
7780                 remove autogenerated files
7781         * tools/kdeservicemenu/README
7782         * tools/kdeservicemenu/install.sh
7783         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7784         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7785                 use Claws icon, use 'Sylpheed-Claws' in menu,
7786                 use kdialog, and other cleanups
7787
7788 2005-08-23 [paul]       1.9.13cvs55
7789
7790         * src/compose.c
7791                 fix paste/wrap crash
7792                 Patch by Colin
7793
7794 2005-08-23 [paul]       1.9.13cvs54
7795
7796         * src/main.c
7797                 fix crash recovery
7798                 Patch by Colin
7799
7800 2005-08-23 [paul]       1.9.13cvs53
7801
7802         * src/addressbook.c
7803         * src/editaddress.c
7804                 view all data of LDAP contacts
7805                 Patch by Colin
7806
7807 2005-08-23 [paul]       1.9.13cvs52
7808
7809         * src/addressbook.c
7810                 fix issues with the Search field
7811                 Patch by Colin
7812
7813 2005-08-22 [paul]       1.9.13cvs51
7814
7815         * src/folderview.c
7816                 put name of folder in processing dialog
7817                 title
7818         * src/prefs_folder_item.c
7819                 improve english usage
7820
7821 2005-08-22 [paul]       1.9.13cvs50
7822
7823         * src/filtering.c
7824         * src/filtering.h
7825         * src/matcher.c
7826         * src/matcher_parser_lex.l
7827         * src/matcher_parser_parse.y
7828         * src/prefs_filtering.c
7829                 add Filtering/Processing rule names feature.
7830                 (the incompatible old matcherrc is saved as
7831                 matcherrc.pre_names).
7832                 Patch by Colin
7833
7834 2005-08-22 [paul]       1.9.13cvs49
7835
7836         * src/procmsg.c
7837                 fix colour labelling
7838                 Patch by Colin
7839
7840 2005-08-22 [paul]       1.9.13cvs48
7841
7842         * src/textview.c
7843                 fix open_image_cb()
7844
7845 2005-08-22 [paul]       1.9.13cvs47
7846
7847         * src/imap.c
7848                 fix bug 789, 'SC crashes with imap (CVS ver)'
7849                 Patch by Colin
7850
7851 2005-08-22 [paul]       1.9.13cvs46
7852
7853         * src/mimeview.c
7854         * src/prefs_common.c
7855         * src/common/defs.h
7856                 define reused defaults in defs.h
7857         * src/textview.c
7858                 add 'Open image' to image popup menu
7859
7860 2005-08-21 [colin]      1.9.13cvs45
7861
7862         * src/summaryview.c
7863                 Fix bug #788 (Bogus "From" address displayed)
7864
7865 2005-08-20 [colin]      1.9.13cvs44
7866
7867         * src/folder.c
7868                 Fix buf #787 (multilevel delete causes SIGSEGV)
7869
7870 2005-08-19 [colin]      1.9.13cvs43
7871
7872         * src/inc.c
7873         * src/prefs_common.c
7874         * src/prefs_common.h
7875                 Add an hidden pref to allow modifying the
7876                 update stepping in incorporation.
7877                 Patch by wwp.
7878
7879 2005-08-19 [colin]      1.9.13cvs42
7880
7881         * src/compose.c
7882         * src/procmime.c
7883                 Workaround for broken MUAs: encode 
7884                 Content-type: name: as ASCII and 
7885                 Content-Disposition: filename: as
7886                 per rfc2231
7887         * src/prefs_account.c
7888                 Fix invisible-ness of SMTP SSL prefs
7889                 in NNTP accounts
7890
7891 2005-08-19 [paul]       1.9.13cvs41
7892
7893         * src/compose.c
7894         * src/prefs_common.c
7895         * src/prefs_common.h
7896         * src/prefs_wrapping.c
7897                 paste with or without wrapping.
7898                 patch by Colin
7899
7900 2005-08-19 [paul]       1.9.13cvs40
7901
7902         * src/prefs_common.c
7903         * src/prefs_common.h
7904         * src/summaryview.c
7905                 reintroduce enable_swap_from as a
7906                 hidden pref. patch by Colin
7907         * src/quote_fmt_parse.y
7908         * src/plugins/clamav/clamav_plugin.c
7909         * src/plugins/dillo_viewer/dillo_viewer.c
7910         * src/plugins/mathml_viewer/mathml_viewer.c
7911         * src/plugins/pgpcore/sgpgme.c
7912         * src/plugins/pgpinline/pgpinline.c
7913         * src/plugins/pgpmime/pgpmime.c
7914                 tidy up. patch by Colin
7915
7916 2005-08-19 [paul]       1.9.13cvs39
7917
7918         * configure.ac
7919                 complete cvs38's sync
7920         * src/editaddress.c
7921         * src/gedit-print.c
7922         * src/mutt.c
7923         * src/etpan/etpan-log.c
7924         * src/etpan/imap-thread.c
7925         * src/gtk/gtksourceprintjob.c
7926                 fix compilation warnings
7927                 (patch by Colin)
7928
7929 2005-08-19 [paul]       1.9.13cvs38
7930
7931         sync with main:
7932
7933         * src/account.c
7934         * src/action.c
7935         * src/addrbook.c
7936         * src/addrcache.c
7937         * src/addrharvest.c
7938         * src/addrindex.c
7939         * src/codeconv.c
7940         * src/compose.c
7941         * src/crash.c
7942         * src/exporthtml.c
7943         * src/exportldif.c
7944         * src/folder.c
7945         * src/image_viewer.c
7946         * src/inc.c
7947         * src/inc.h
7948         * src/jpilot.c
7949         * src/ldif.c
7950         * src/main.c
7951         * src/matcher.c
7952         * src/mbox.c
7953         * src/messageview.c
7954         * src/mh.c
7955         * src/mimeview.c
7956         * src/msgcache.c
7957         * src/mutt.c
7958         * src/news.c
7959         * src/partial_download.c
7960         * src/pine.c
7961         * src/pop.c
7962         * src/prefs_actions.c
7963         * src/prefs_common.c
7964         * src/prefs_customheader.c
7965         * src/prefs_display_header.c
7966         * src/prefs_gtk.c
7967         * src/prefs_themes.c
7968         * src/procheader.c
7969         * src/procmime.c
7970         * src/procmsg.c
7971         * src/recv.c
7972         * src/send_message.c
7973         * src/simple-gettext.c
7974         * src/sourcewindow.c
7975         * src/textview.c
7976         * src/vcard.c
7977         * src/common/defs.h
7978         * src/common/log.c
7979         * src/common/plugin.c
7980         * src/common/prefs.c
7981         * src/common/session.c
7982         * src/common/session.h
7983         * src/common/socket.c
7984         * src/common/socket.h
7985         * src/common/ssl_certificate.c
7986         * src/common/template.c
7987         * src/common/utils.c
7988         * src/common/utils.h
7989         * src/common/xml.c
7990         * src/gtk/about.c
7991         added wrappers for C library function that
7992                 take pathname arguments.
7993                 enabled compilation with MinGW.
7994                 use GDir instead of directly using opendir().
7995                 added rename_force().
7996
7997 2005-08-19 [paul]       1.9.13cvs37
7998         
7999         patches by Colin:
8000         * src/compose.c
8001                 fix privacy settings on re-editing
8002                 a sent message
8003         * src/jpilot.c
8004                 fix encoding bug
8005         * src/folder.c
8006         * src/procmsg.c
8007         * src/procmsg.h
8008         * src/summaryview.c
8009                 flag changing optimisation
8010
8011 2005-08-18 [martin]     1.9.13cvs36
8012
8013         * commitHelper
8014             added my login
8015         * src/addrcache.c
8016         * src/addrharvest.c
8017         * src/addrindex.c
8018         * src/compose.c
8019         * src/grouplistdialog.c
8020         * src/main.c
8021         * src/mainwindow.c
8022         * src/msgcache.c
8023         * src/mutt.c
8024         * src/pine.c
8025         * src/prefs_account.c
8026         * src/prefs_themes.c
8027         * src/stock_pixmap.c
8028         * src/summaryview.c
8029         * src/gtk/about.c
8030         * src/gtk/logwindow.c
8031             removed deprecated glib and gdk stuff
8032         * src/plugins/pgpcore/select-keys.c
8033             convert attributes from locale to utf8
8034
8035 2005-08-17 [paul]       1.9.13cvs35
8036
8037         * src/account.c
8038         * src/addressbook.c
8039                 use new GTK_STOCK_ icons if available
8040         * src/summaryview.c
8041         * src/gtk/gtksctree.c
8042         * src/gtk/gtksctree.h
8043                 faster range select. patch by Colin
8044
8045 2005-08-17 [paul]       1.9.13cvs34
8046
8047         patches by colin:
8048         * src/addressbook.c
8049         * src/addressitem.h
8050                 Add an edit button for contacts, fix selections
8051                 of gtksctree items
8052         * src/editaddress.c
8053                 Change labels, let Save be always possible in the
8054                 email and user atributes tabs
8055         * src/folderview.c
8056                 fix sort issues
8057         * src/summaryview.c
8058                 select next item instead of the displayed one
8059                 after deletion
8060
8061         * src/gtk/progressdialog.c
8062                 use prefs_common.enable_rules_hint
8063
8064 2005-08-13 [hoa]        1.9.13cvs33
8065
8066         * src/etpan/imap-thread.c
8067                 fixed build on Solaris.
8068
8069 2005-08-10 [colin]      1.9.13cvs32
8070
8071         * src/procmsg.c
8072                 Fix cvs31 (missing fclose before reading
8073                 the file)
8074
8075 2005-08-10 [colin]      1.9.13cvs31
8076
8077         * src/procmsg.c
8078                 Fix procmsg_msginfo_new_from_mimeinfo() when
8079                 the MimeInfo isn't stored in memory. This fixes
8080                 replying to an attached message.
8081
8082 2005-08-10 [colin]      1.9.13cvs30
8083
8084         * src/mainwindow.c
8085                 Fix slowness in account changing
8086
8087 2005-08-10 [colin]      1.9.13cvs29
8088
8089         * src/folder.c
8090         * src/folderutils.c
8091         * src/folderview.c
8092         * src/imap_gtk.c
8093         * src/mainwindow.c
8094         * src/mh_gtk.c
8095         * src/procmsg.c
8096         * src/summaryview.c
8097                 Optimize folder_has_parent_of_type
8098                 Prevent moving special sub-folders from contextual menus
8099                 Rework message a bit ("Empty all messages" -> "Delete all
8100                 messages")
8101                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
8102                 and "Deleted Items" folders)
8103
8104 2005-08-08 [colin]      1.9.13cvs28
8105
8106         * src/summaryview.c
8107         * src/prefs_summaries.c
8108                 Make "Select first unread|new" more flexible
8109                 (just prioritize new or unread)
8110
8111 2005-08-08 [colin]      1.9.13cvs27
8112
8113         * src/summaryview.c
8114                 If "select first new" is selected and there only
8115                 are unread messages, fallback to "select first
8116                 unread".
8117
8118 2005-08-08 [colin]      1.9.13cvs26
8119
8120         * src/folder.c
8121                 Fix shameful bugs (and bug #779)
8122
8123 2005-08-08 [colin]      1.9.13cvs25
8124
8125         * src/folder.c
8126         * src/folder.h
8127                 Cache parents' type to make folder_has_parent_of_type
8128                 faster
8129         * src/folderview.c
8130                 Forbid DnD of special sub-folders
8131         * src/procmsg.c
8132         * src/procmsg.h
8133                 Add MAIL_POSTFILTERING_HOOK
8134         * src/summaryview.c
8135                 Revert over-zealous deletion of the use_addr_book 
8136                 code
8137
8138 2005-08-07 [colin]      1.9.13cvs24
8139
8140         * src/folder.c
8141                 Fix big mistake (passing MsgInfo instead 
8142                 of FolderItem)
8143
8144 2005-08-07 [colin]      1.9.13cvs23
8145
8146         * src/compose.c
8147         * src/folder.c
8148         * src/folder.h
8149         * src/foldersel.c
8150         * src/folderutils.c
8151         * src/folderview.c
8152         * src/imap.c
8153         * src/mainwindow.c
8154         * src/messageview.c
8155         * src/mh.c
8156         * src/msgcache.c
8157         * src/procmime.c
8158         * src/summaryview.c
8159                 Make subfolders of Drafts, Queue, Outbox, Trash
8160                 work like their parents. 
8161                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
8162
8163 2005-08-07 [colin]      1.9.13cvs22
8164
8165         * src/addressbook.c
8166                 Fix bug #771 (Dragged contacts not saved)
8167
8168 2005-08-07 [paul]       1.9.13cvs21
8169
8170         * src/summaryview.c
8171                 fix bug 32 'Search Doesn't display results
8172                 if "Hide Read Messages" is chosen'
8173                 be more literal in interpreting 'Hide read
8174                 messages'
8175
8176 2005-08-07 [colin]      1.9.13cvs20
8177
8178         * src/folderview.c
8179                 Add debug
8180         * src/summaryview.c
8181                 Faster 'unthread_for_execution'
8182
8183 2005-08-06 [paul]       1.9.13cvs19
8184
8185         * src/mainwindow.c
8186                 add mnemonics to Set displayed columns
8187                 fix bug where msgview_visible option was
8188                 overwritten as TRUE on startup
8189
8190 2005-08-06 [paul]       1.9.13cvs18
8191
8192         * src/mainwindow.c
8193                 refer to 'displayed columns in folder/message
8194                 list' not 'displayed items in summary/message view'
8195         * src/prefs_display_header.c
8196                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
8197                 be consistent with similar dialogues
8198         * src/prefs_folder_column.c
8199         * src/prefs_summary_column.c
8200                 'columns' not 'items', and folder and message lists,
8201                 instead of folder and summary views;
8202                 Use 'Hidden columns' as list heading not 'Available
8203                 items';
8204                 move the 'Remove' button to the right hand side;
8205                 top-align the buttons;
8206                 remove unneeded vbox
8207         * src/prefs_summaries.c
8208                 put the 2 column prefs buttons in a frame to reduce
8209                 overall width; refer to columns not items &c.
8210
8211 2005-08-05 [colin]      1.9.13cvs17
8212
8213         * src/prefs_common.c
8214         * src/prefs_common.h
8215         * src/mainwindow.c
8216         * src/compose.c
8217         * src/messageview.c
8218                 Add an hidden toolbar_detachable pref, so
8219                 that I can get rid of these painful handles
8220                 in the toolbars. Defaults to TRUE to avoid
8221                 changing the GUI on unsuspecting people...
8222
8223 2005-08-05 [colin]      1.9.13cvs16
8224
8225         * src/Makefile.am
8226         * src/prefs_folder_column.c
8227         * src/prefs_folder_column.h
8228                 Add prefs for folder columns
8229         * src/folderview.c
8230         * src/folderview.h
8231         * src/mainwindow.c
8232         * src/mainwindow.h
8233         * src/prefs_common.c
8234         * src/prefs_common.h
8235         * src/prefs_summaries.c
8236                 Use them
8237         * src/prefs_summary_column.c
8238         * src/summaryview.c
8239         * src/summaryview.h
8240                 Add a To column
8241         * src/textview.c
8242         * src/common/utils.c
8243         * src/common/utils.h
8244                 Move uri colourisation functions
8245                 to utils
8246         * src/compose.c
8247                 Colourise URIs
8248         * src/imap.c
8249                 Fix bug with LIST where we'd try
8250                 to get Folder//////[...]/// 
8251
8252 2005-08-05 [paul]       1.9.13cvs15
8253
8254         * src/prefs_summaries.c
8255                 improve the English usage
8256         * src/summaryview.c
8257                 set font on column change
8258                 thanks to Colin
8259
8260 2005-08-05 [paul]       1.9.13cvs14
8261
8262         * src/prefs_common.c
8263         * src/prefs_common.h
8264         * src/prefs_summaries.c
8265         * src/summaryview.c
8266                 replace 'open_unread_on_enter' option with
8267                 'select_on_entry' option. opening/not opening
8268                 is now exclusively controlled by 'always_show_msg'
8269
8270 2005-08-04 [colin]      1.9.13cvs13
8271
8272         * src/compose.c
8273                 Remove dead code
8274                 Add colourisation of quotes and signatures
8275         * src/folderview.c
8276                 Fix possible crashes
8277         * src/messageview.c
8278                 Change an assert that is no problem
8279         * src/news.c
8280         * src/news_gtk.c
8281         * src/news_gtk.h
8282                 Fix offline mode
8283         * src/gtk/quicksearch.c
8284                 Fix a possible crash
8285
8286 2005-08-03 [colin]      1.9.13cvs12
8287
8288         * src/prefs_account.c
8289                 Fix bug #777 (Sylpheed crash in account configuration)
8290
8291 2005-08-03 [colin]      1.9.13cvs11
8292
8293         * src/addressbook.c
8294         * src/editaddress.c
8295         * src/editgroup.c
8296                 Fixing addressbook, round 2
8297         * src/textview.c
8298                 Fix emphasis color on rechecking 'Colorize messages'
8299
8300 2005-08-03 [paul]       1.9.13cvs10
8301
8302         sync with main
8303
8304         * src/addr_compl.c
8305         * src/compose.c
8306         * src/main.c
8307         * src/pop.c
8308         * src/prefs_account.c
8309         * src/procmime.c
8310         * src/procmsg.c
8311         * src/quote_fmt_parse.y
8312         * src/textview.c
8313         * src/common/quoted-printable.c
8314         * src/common/utils.c
8315         * src/common/utils.h
8316         * src/common/xml.c
8317                 replaced incorrect locale-independent
8318                 ctype functions with GLib's. Corrected
8319                 signedness mismatch.
8320         * src/headerview.c
8321                 headerview_create(): added spacing for vbox.
8322         * src/gtk/about.c
8323                 set focus to the OK button.
8324
8325 2005-08-03 [colin]      1.9.13cvs9
8326
8327         * src/folderview.c
8328                 Fix possible crash
8329
8330 2005-08-02 [colin]      1.9.13cvs8
8331
8332         * src/mainwindow.c
8333                 Fix cast
8334         * src/addressbook.c
8335         * src/addressitem.h
8336                 Fix a cast and more generally, try to make the
8337                 GUI more intuitive and consistent (round 1)
8338
8339 2005-08-02 [paul]       1.9.13cvs7
8340
8341         * src/folder.h
8342                 missing in 1.9.13cvs6
8343
8344 2005-08-02 [colin]      1.9.13cvs6
8345
8346         * src/folder.c
8347                 Fix one more leak
8348
8349 2005-08-02 [colin]      1.9.13cvs5
8350
8351         * src/folder.c
8352         * src/folderview.c
8353         * src/imap.c
8354         * src/main.c
8355         * src/mbox.c
8356         * src/procmsg.c
8357         * src/summaryview.c
8358                 Fix a number of folder_item_get_msg_list()-related
8359                 leaks (missing procmsg_msginfo_free()s)
8360
8361 2005-08-01 [colin]      1.9.13cvs4
8362
8363         * src/folderview.c
8364         * src/folderview.h
8365         * src/mainwindow.c
8366         * src/prefs_fonts.c
8367         * src/prefs_summaries.c
8368         * src/prefs_themes.c
8369         * src/summaryview.c
8370         * src/summaryview.h
8371         * src/textview.c
8372         * src/textview.h
8373                 Fix instant-apply of summary and folderview-related prefs
8374                 Fix erroneous g_free and alertpanels in prefs_theme
8375                 Add instant-apply for fonts
8376                 Defer applying of prefs a little bit so it's done only
8377                 once even if requested by multiples prefs pages
8378
8379 2005-08-01 [paul]       1.9.13cvs3
8380
8381         * src/main.c
8382                 fix bug 776 'S.C. crashes on close'
8383                 thanks to Colin
8384         * src/etpan/etpan-thread-manager-types.h
8385                 add missing include
8386                 thanks to Hoa
8387
8388 2005-07-25 [paul]       1.9.13cvs2
8389
8390         * src/summaryview.c
8391                 fix typos. spotted by Fabien Vantard
8392
8393 2005-07-24 [paul]       1.9.13cvs1
8394
8395         * doc/man/sylpheed.1
8396                 update man page, incorporating fix of
8397                 bug 769 'Typo in manpage'
8398         * src/etpan/imap-thread.c
8399                 fix NetBSD openssl dependencies. patch by
8400                 George Michaelson <ggm@apnic.net>
8401         * po/pt_BR.po
8402                 updated by Frederico Goncalves Guimaraes
8403
8404 2005-07-22 [paul]       1.9.13
8405
8406         1.9.13 release
8407
8408 2005-07-22 [paul]       1.9.12cvs91
8409
8410         * AUTHORS
8411         * INSTALL
8412         * README.claws
8413         * RELEASE_NOTES.claws
8414                 updated for release
8415         * configure.ac
8416         * po/nb.po
8417         * tools/claws.i18n.status.pl
8418                 add Norwegian translation. submiited by
8419                 Geir Helland <pjallabais@users.sourceforge.net>
8420         * po/ca.po
8421         * po/de.po
8422         * po/es.po
8423         * po/fi.po
8424         * po/fr.po
8425         * po/it.po
8426         * po/sk.po
8427         * po/sr.po
8428         * po/zh_CN.po
8429                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8430                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
8431                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
8432                 Yang Guilong
8433         * src/plugins/clamav/clamav_plugin_gtk.c
8434         * src/plugins/spamassassin/spamassassin_gtk.c
8435                 replace outdated description strings
8436
8437 2005-07-21 [colin]      1.9.12cvs90
8438
8439         * src/folder.c
8440                 Set folder to batch mode when scanning it. Makes deletion
8441                 of unread mails on IMAP much faster (due to the UNREAD 
8442                 flag unsetting)
8443
8444 2005-07-21 [darko]      1.9.12cvs89
8445
8446         * configure.ac
8447                 link against libresolv if necessary (patch by Paul)
8448         * src/msgcache.c
8449                 use glib's portable macros to determine endianness
8450
8451 2005-07-21 [paul]       1.9.12cvs88
8452
8453         * src/crash.c
8454         * src/gtk/about.c
8455                 update compiled-in features list
8456
8457 2005-07-20 [colin]      1.9.12cvs87
8458
8459         * src/folder.c
8460         * src/textview.c
8461                 Gcc 2.9x compilation fixes, thanks to Darko
8462         * src/plugins/clamav/clamav_plugin.c
8463                 Little optimisation: load virus database only once
8464         * src/plugins/spamassassin/spamassassin.c
8465                 Big optimisation: filtering one mail took at least 1 second,
8466                 now it takes at least 50ms. Doesn't speed up spamassassin 
8467                 itself, but should already be much more tolerable.
8468
8469 2005-07-20 [colin]      1.9.12cvs86
8470
8471         * src/summaryview.c
8472                 Fix performance issue
8473
8474 2005-07-19 [colin]      1.9.12cvs85
8475
8476         * src/plugins/pgpinline/plugin.c
8477                 Fix warning
8478
8479 2005-07-19 [colin]      1.9.12cvs84
8480
8481         * configure.ac
8482         * src/plugins/Makefile.am
8483         * src/plugins/pgpinline/.cvsignore
8484         * src/plugins/pgpinline/Makefile.am
8485         * src/plugins/pgpinline/pgpinline.c
8486         * src/plugins/pgpinline/pgpinline.deps
8487         * src/plugins/pgpinline/pgpinline.h
8488         * src/plugins/pgpinline/plugin.c
8489                 Put pgpinline in the main tree
8490
8491 2005-07-19 [paul]       1.9.12cvs83
8492
8493         * src/prefs_actions.c
8494                 prevent '//' in menu names, which cause a crash
8495                 thanks to Colin
8496
8497 2005-07-19 [paul]       1.9.12cvs82
8498
8499         * configure.ac
8500                 be generally more informative in configure output.
8501                 OpenSSL: correction: '[ --enable-openssl ...' -> 
8502                 '[ --disable-openssl ...', as --enable-openssl is default
8503                 PGP/MIME: don't check for GPGME again, check for
8504                 pgpcore instead. Therefore prevent the possibility of
8505                 attempting to build pgpmime if pgpcore dependencies are
8506                 not met
8507                 ClamAV: use pkgconfig to check for lib
8508                 libgnomeprint: revert logic on inner test to match
8509                 everything else
8510         * src/plugins/pgpcore/sgpgme.c
8511                 add missing include
8512
8513 2005-07-19 [colin]      1.9.12cvs81
8514
8515         * src/summaryview.c
8516                 Fix slow thread rebuilding in particular
8517                 cases
8518
8519 2005-07-19 [paul]       1.9.12cvs80
8520
8521         * sylpheed-claws.desktop
8522                 fix typo, spotted by Stephan Sachse
8523         * src/account.c
8524                 replace GTK_STOCK_ADD with
8525                 GTK_STOCK_NEW button
8526
8527 2005-07-18 [colin]      1.9.12cvs79
8528
8529         * src/etpan/imap-thread.c
8530                 Fix return value (Thanks Hoa)
8531
8532 2005-07-18 [colin]      1.9.12cvs78
8533
8534         * src/imap.c
8535                 Allow empty passwords
8536                 Create drafts/queue/outbox if necessary
8537         * src/summaryview.c
8538                 Remove old code
8539         * src/etpan/imap-thread.c
8540                 Fix STARTTLS (Thanks to Hoa)
8541
8542 2005-07-18 [paul]       1.9.12cvs77
8543
8544         * ChangeLog-gtk2.jp
8545         * ChangeLog.jp
8546                 removed
8547         * Makefile.am
8548                 updated to reflect additions and removals
8549         * TODO
8550                 updated to be claws-specific
8551         * TODO-gtk2
8552         * TODO-gtk2.jp
8553         * TODO.jp
8554         * sylpheed-128x128.png
8555         * sylpheed-64x64.png
8556                 removed
8557         * sylpheed-claws-128x128.png
8558         * sylpheed-claws-64x64.png
8559         * sylpheed-claws.desktop
8560         * sylpheed-claws.png
8561                 added
8562         * sylpheed.desktop
8563         * sylpheed.png
8564                 removed
8565
8566 2005-07-17 [paul]       1.9.12cvs76
8567
8568         * src/account.c
8569         * src/addressbook.c
8570         * src/alertpanel.c
8571         * src/alertpanel.h
8572         * src/compose.c
8573         * src/exphtmldlg.c
8574         * src/expldifdlg.c
8575         * src/folderview.c
8576         * src/imap_gtk.c
8577         * src/inc.c
8578         * src/message_search.c
8579         * src/messageview.c
8580         * src/mh_gtk.c
8581         * src/news_gtk.c
8582         * src/prefs_actions.c
8583         * src/prefs_filtering.c
8584         * src/prefs_matcher.c
8585         * src/prefs_template.c
8586         * src/prefs_themes.c
8587         * src/ssl_manager.c
8588         * src/summary_search.c
8589         * src/textview.c
8590         * src/toolbar.c
8591         * src/gtk/sslcertwindow.c
8592         * src/plugins/pgpcore/sgpgme.c
8593                 rework alertpanels
8594
8595 2005-07-17 [colin]      1.9.12cvs75
8596
8597         * src/privacy.c
8598                 add a PrivacySystem accessor that checks that
8599                 the system cached in a MimeInfo's privacydata
8600                 is still registered. Use this accessor instead
8601                 of directly using data->system. Fixes crashes
8602                 after unloading pgp plugins.
8603
8604 2005-07-17 [colin]      1.9.12cvs74
8605
8606         * src/alertpanel.c
8607                 Change geometry hints to a simple default size.
8608                 Fixes the certs dialogs.
8609
8610 2005-07-17 [colin]      1.9.12cvs73
8611
8612         * src/gtk/sslcertwindow.c
8613                 Use a gtkExpander
8614
8615 2005-07-17 [colin]      1.9.12cvs72
8616
8617         * src/plugins/pgpcore/Makefile.am
8618         * src/plugins/pgpmime/Makefile.am
8619                 Add gpgme libs
8620
8621 2005-07-17 [paul]       1.9.12cvs71
8622
8623         * configure.ac
8624                 add --disable-gnomeprint option
8625                 modified version of patch by Marius Mauch
8626
8627 2005-07-17 [paul]       1.9.12cvs70
8628
8629         * src/common/defs.h
8630                 update urls
8631         * src/account.c
8632         * src/action.c
8633         * src/addressbook.c
8634         * src/compose.c
8635         * src/foldersel.c
8636         * src/folderview.c
8637         * src/html.c
8638         * src/imap_gtk.c
8639         * src/main.c
8640         * src/mainwindow.c
8641         * src/messageview.c
8642         * src/mh_gtk.c
8643         * src/mimeview.c
8644         * src/news_gtk.c
8645         * src/prefs_account.c
8646         * src/prefs_send.c
8647         * src/prefs_summaries.c
8648         * src/procmsg.c
8649         * src/summaryview.c
8650         * src/common/utils.c
8651         * src/common/xml.c
8652         * src/plugins/pgpcore/passphrase.c
8653         * src/plugins/pgpcore/select-keys.c
8654                 replace inappropriately used backticks
8655                 with single quotes
8656
8657 2005-07-16 [colin]      1.9.12cvs69
8658
8659         * src/image_viewer.c
8660                 Add extra paranoid checks
8661
8662 2005-07-16 [colin]      1.9.12cvs68
8663
8664         * src/plugins/pgpcore/prefs_gpg.c
8665                 Don't auto-check sigs by default, as it
8666                 can be really slow.
8667
8668 2005-07-16 [colin]      1.9.12cvs67
8669
8670         * src/plugins/pgpcore/sgpgme.c
8671                 Make messages a bit better.
8672
8673 2005-07-16 [colin]      1.9.12cvs66
8674
8675         * src/imap.c
8676                 Remove pseudo-log
8677         * src/etpan/imap-thread.c
8678                 Add real log
8679
8680 2005-07-16 [colin]      1.9.12cvs65
8681
8682         * src/main.c
8683         * src/prefs_other.c
8684                 And now, fix build with libetpan :-/
8685
8686 2005-07-15 [colin]      1.9.12cvs64
8687
8688         * src/prefs_other.c
8689                 Continue fixing build without libetpan.
8690
8691 2005-07-15 [colin]      1.9.12cvs63
8692
8693         * src/main.c
8694                 Fix build with --disable-libetpan
8695
8696 2005-07-15 [colin]      1.9.12cvs62
8697
8698         * configure.ac
8699                 Bump libetpan's version
8700
8701 2005-07-15 [colin]      1.9.12cvs61
8702
8703         * src/etpan/imap-thread.c
8704                 Actually stop logging :)
8705
8706 2005-07-15 [colin]      1.9.12cvs60
8707
8708         * src/addressbook.c
8709                 Fix dnd of multiple addresses.
8710
8711 2005-07-15 [hoa]        1.9.12cvs59
8712
8713         * src/etpan/imap-thread.c
8714             disable login of IMAP password in libetpan log file.
8715
8716 2005-07-15 [paul]       1.9.12cvs58
8717
8718         * src/account.c
8719                 don't automatically sort
8720                 do allow drag n drop
8721
8722 2005-07-15 [paul]       1.9.12cvs57
8723
8724         * src/account.c
8725         * src/ssl_manager.c
8726                 alphabetical listing
8727
8728 2005-07-15 [paul]       1.9.12cvs56
8729
8730         * src/gtk/pluginwindow.c
8731                 sort plugin list alphabetically
8732
8733 2005-07-15 [paul]       1.9.12cvs55
8734
8735         * src/prefs_spelling.c
8736         * src/prefs_wrapping.c
8737                 unify English usage
8738
8739 2005-07-15 [colin]      1.9.12cvs54
8740
8741         * src/wizard.c
8742                 Typo fix
8743
8744 2005-07-15 [paul]       1.9.12cvs53
8745
8746         * src/prefs_message.c
8747                 make 'show cursor' a hidden option
8748
8749 2005-07-14 [colin]      1.9.12cvs52
8750
8751         * src/plugins/spamassassin/Makefile.am
8752         * src/plugins/clamav/Makefile.am
8753                 Fix double EXTRA_DISTs
8754
8755 2005-07-14 [colin]      1.9.12cvs51
8756
8757         * src/plugins/clamav/Makefile.am
8758         * src/plugins/clamav/clamav_plugin_gtk.deps
8759         * src/plugins/spamassassin/Makefile.am
8760         * src/plugins/spamassassin/spamassassin_gtk.deps
8761                 Make $plugin_gtk depend on $plugin
8762
8763 2005-07-14 [hoa]        1.9.12cvs50
8764
8765         * src/etpan/imap-thread.c
8766                 enable debug log of libetpan when running with --debug
8767
8768 2005-07-14 [colin]      1.9.12cvs49
8769
8770         * configure.ac
8771         * src/common/Makefile.am
8772         * src/common/plugin.c
8773         * src/common/plugin.h
8774                 Add a little plugin dependancy system.
8775                 Plugins can ship a $plugin_name.deps file
8776                 (near them in PLUGINDIR) so that their
8777                 dependancies are loaded if possible.
8778         * src/plugins/Makefile.am
8779         * src/plugins/pgpcore/Makefile.am
8780         * src/plugins/pgpcore/passphrase.c
8781         * src/plugins/pgpcore/passphrase.h
8782         * src/plugins/pgpcore/plugin.c
8783         * src/plugins/pgpcore/prefs_gpg.c
8784         * src/plugins/pgpcore/prefs_gpg.h
8785         * src/plugins/pgpcore/select-keys.c
8786         * src/plugins/pgpcore/select-keys.h
8787         * src/plugins/pgpcore/sgpgme.c
8788         * src/plugins/pgpcore/sgpgme.h
8789                 Introduce pgpcore, used by pgpmime and
8790                 pgpinline
8791         * src/plugins/pgpmime/Makefile.am
8792         * src/plugins/pgpmime/passphrase.c
8793         * src/plugins/pgpmime/passphrase.h
8794         * src/plugins/pgpmime/pgpmime.c
8795         * src/plugins/pgpmime/pgpmime.deps
8796         * src/plugins/pgpmime/plugin.c
8797         * src/plugins/pgpmime/prefs_gpg.c
8798         * src/plugins/pgpmime/prefs_gpg.h
8799         * src/plugins/pgpmime/select-keys.c
8800         * src/plugins/pgpmime/select-keys.h
8801         * src/plugins/pgpmime/sgpgme.c
8802         * src/plugins/pgpmime/sgpgme.h
8803                 Remove the core from pgpmime and add the
8804                 dependancy to pgpcore.
8805
8806 2005-07-14 [paul]       1.9.12cvs48
8807
8808         * src/stock_pixmap.c
8809                 forgot this in last commit
8810
8811 2005-07-14 [paul]       1.9.12cvs47
8812
8813         * src/account.c
8814         * src/addressbook.c
8815                 add accelerators for the buttons (sync with main)
8816         * src/compose.c
8817         * src/compose.h
8818                 add accelerators for the buttons.
8819                 fix editing with external editor.
8820                 replace gdk_input_*() with GIOChannel;
8821                 (sync with main)
8822         * src/foldersel.c
8823                 display folder names with new/unread
8824                 representation (sync with main)
8825         * src/main.c
8826                 specify default window icon (sync with main)
8827         * src/prefs_common.c
8828                 use_addr_book default to FALSE
8829         * src/summaryview.c
8830         * src/textview.c
8831                 add accelerators for the buttons (sync with main)
8832         * src/gtk/menu.c
8833                 fix typos
8834         * src/pixmaps/sylpheed_icon.xpm
8835                 updated
8836
8837 2005-07-13 [paul]       1.9.12cvs46
8838
8839         * src/plugins/pgpmime/pgpmime.c
8840         * src/plugins/pgpmime/sgpgme.c
8841                 (temporarily) use deprecated gpgme_data_rewind()
8842                 while largefile support is not present
8843                 (as suggested by Colin)
8844
8845 2005-07-13 [paul]       1.9.12cvs45
8846
8847         * configure.ac
8848                 remove large file support (for now):
8849                 it breaks too many things
8850
8851 2005-07-13 [paul]       1.9.12cvs44
8852
8853         * configure.ac
8854                 add large file support
8855         * src/html.c
8856                 fix bug #763 where href attribute was not
8857                 the very first attribute of a link
8858                 patch by Thomas Gilgin
8859
8860 2005-07-13 [colin]      1.9.12cvs43
8861
8862         * src/gtk/pluginwindow.c
8863                 Little portability fix
8864
8865 2005-07-13 [colin]      1.9.12cvs42
8866
8867         * src/plugins/pgpmime/sgpgme.c
8868                 Fix crasher.
8869
8870 2005-07-13 [colin]      1.9.12cvs41
8871
8872         * src/plugins/pgpmime/pgpmime.c
8873         * src/plugins/pgpmime/sgpgme.c
8874                 Use gpgme_data_release_and_get_mem instead
8875                 of gpgme_data_read.
8876
8877 2005-07-13 [colin]      1.9.12cvs40
8878
8879         * configure.ac
8880         * src/plugins/pgpmime/passphrase.c
8881         * src/plugins/pgpmime/passphrase.h
8882         * src/plugins/pgpmime/pgpmime.c
8883         * src/plugins/pgpmime/plugin.c
8884         * src/plugins/pgpmime/select-keys.c
8885         * src/plugins/pgpmime/select-keys.h
8886         * src/plugins/pgpmime/sgpgme.c
8887         * src/plugins/pgpmime/sgpgme.h
8888                 Port pgpmime to gpgme-1.0.
8889
8890 2005-07-12 [paul]       1.9.12cvs39
8891
8892         * AUTHORS
8893         * src/toolbar.c
8894         * src/toolbar.h
8895                 add a 'Go to Prev' button to the toolbar.
8896                 correct tooltip text of go to buttons.
8897                 based on patch by Yang Guilong <bamanzi@gmail.com>
8898
8899 2005-07-12 [colin]      1.9.12cvs38
8900
8901         * src/statusbar.c
8902                 Fix progress bar showing stuff at startup.
8903
8904 2005-07-12 [paul]       1.9.12cvs37
8905
8906         * src/editjpilot.c
8907                 fix building with jpilot support
8908
8909 2005-07-11 [colin]      1.9.12cvs36
8910
8911         * src/inc.c
8912                 Add visual indication that filtering is running
8913         * src/textview.c
8914                 Make {}[] uri delimiters
8915         * src/summaryview.c
8916                 Remove useless (and slow) calls
8917
8918 2005-07-11 [paul]       1.9.12cvs35
8919
8920         * src/plugins/clamav/clamav_plugin_gtk.c
8921         * src/plugins/dillo_viewer/dillo_prefs.c
8922         * src/plugins/pgpmime/prefs_gpg.c
8923         * src/plugins/spamassassin/spamassassin_gtk.c
8924                 gather plugins prefs together under their
8925                 own 'Plugins' heading
8926
8927 2005-07-11 [paul]       1.9.12cvs34
8928
8929         sync with main
8930
8931         * src/account.c
8932                 account_delete(): modified alert dialog
8933         * src/editjpilot.c
8934         * src/editvcard.c
8935                 fixed a crash when cancelling file selection
8936                 dialog by Escape key. Made non-ascii filename
8937                 selectable.
8938         * src/prefs_template.c
8939                 prefs_template_window_create(): make scrolled
8940                 window policy AUTOMATIC
8941
8942 2005-07-10 [hoa]        1.9.12cvs33
8943
8944         * src/etpan/imap-thread.c
8945                 workaround for old Courier IMAP servers.
8946
8947 2005-07-10 [colin]      1.9.12cvs32
8948
8949         * src/folder.c
8950         * src/statusbar.c
8951         * src/statusbar.h
8952                 Add visual progress indicator on filtering/processing
8953                 Factorize the progress bar code
8954         * src/imap.c
8955         * src/imap.h
8956         * src/etpan/imap-thread.c
8957                 Add a reference counter to avoid destroying the Folder
8958                 while it's in use by another callback.
8959
8960 2005-07-09 [hoa]        1.9.12cvs31
8961
8962         * src/imap.c
8963         * src/etpan/imap-thread.c
8964                 fixed deadlock when removing IMAP account.
8965
8966 2005-07-08 [colin]      1.9.12cvs30
8967
8968         * src/textview.c
8969         * src/unmime.c
8970                 Fix again problems decoding broken headers
8971         * src/gtk/inputdialog.c
8972                 Fix local variable shadowing a global one
8973
8974 2005-07-08 [colin]      1.9.12cvs29
8975
8976         * src/msgcache.c
8977                 Make the cache/mark files platform-agnostic by writing
8978                 them in little-endian format. Reading them is also done
8979                 in little-endian format, of course; however, in order
8980                 to avoid trashing mark data on big-endian machines, the
8981                 files are, at first, read from the native format if the
8982                 little-endian one doesn't exist. This is easy to deter-
8983                 mine by trying to open a file with a swapped data_ver
8984                 and seeing if it's the wanted version.
8985                 Little-endian using users should see absolutely no
8986                 difference, Big-endian users may get a very little
8987                 performance drop due to byte-swapping.
8988                 Tested on i386 and ppc32. 
8989                 Fixes bug #159 (The index file, in the mailboxes, is 
8990                 hardware depending).
8991
8992                 To have the cache/mark files updated to the new little-
8993                 endian format, "Check for new messages" or even
8994                 "Rebuild folder tree" aren't enough. Files will be
8995                 updated as soon as a folder has been opened/closed.
8996                 To update everything, just select all folders by
8997                 selecting them one by one.
8998
8999 2005-07-07 [colin]      1.9.12cvs28
9000
9001         * src/imap.c
9002                 Remember the folder separator per IMAPFolder
9003                 instead of globally.
9004                 Revive the Session on noop; fixes bug #761
9005                 (mark a bunch of unread messages as read takes 
9006                 forever)
9007
9008 2005-07-07 [darko]      1.9.12cvs27
9009
9010         * src/common/template.c
9011                 Sort templates alphabetically
9012
9013 2005-07-06 [colin]      1.9.12cvs26
9014
9015         * src/imap.c
9016                 Try to use the correct separator in
9017                 most cases. Possibly fixes bug #759
9018                 (only creates the INBOX folder when 
9019                 setting up new IMAP account) and 
9020                 bug #760 (Can't retrieve messages)
9021
9022 2005-07-06 [colin]      1.9.12cvs25
9023
9024         * src/imap.c
9025                 Use real_path in status command. This will
9026                 help later, when namespaces will be used.
9027
9028 2005-07-06 [colin]      1.9.12cvs24
9029
9030         * configure.ac
9031         * src/account.c
9032         * src/folder.c
9033         * src/imap.c
9034         * src/etpan/etpan-log.c
9035         * src/etpan/etpan-thread-manager.c
9036         * src/etpan/imap-thread.c
9037                 Add a --disable-libetpan parameter. With this,
9038                 users that don't want IMAP4 support can avoid
9039                 the new dependancy (and have no IMAP support).
9040                 Users that have IMAP4 accounts and use this
9041                 parameter won't lose their configuration, their
9042                 IMAP accounts will just be invisible and not
9043                 used.
9044         * src/textview.c
9045                 Make the "Copy ..." contextual menu items 
9046                 copy to both the X clipboard and the gtk 
9047                 clipboard - as most other apps do.
9048         * src/gtk/about.c
9049                 Add a notice about OpenSSL usage, in order to
9050                 comply with OpenSSL's license (point 6):
9051                 http://www.openssl.org/source/license.html
9052
9053 2005-07-06 [colin]      1.9.12cvs23
9054
9055         * src/alertpanel.c
9056                 Fix a minimum size for alertpanels
9057         * src/compose.c
9058                 Show 'No space left on device' type errors
9059                 when queuing/sending
9060         * src/imap_gtk.c
9061         * src/mh_gtk.c
9062                 Rework folder's deletion message (remove 
9063                 extra \n)
9064
9065 2005-07-05 [colin]      1.9.12cvs22
9066
9067         * src/imap.c
9068                 Add an alertpanel on auth error
9069                 Add pseudo-log
9070                 Remove pthread-related stuff
9071
9072 2005-07-05 [colin]      1.9.12cvs21
9073
9074         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9075                 Fix crash on plugin reloading (with a hack)
9076
9077 2005-07-05 [colin]      1.9.12cvs20
9078
9079         * src/prefs_account.c
9080         * src/prefs_account.h
9081                 Fix typo
9082         * src/gtk/filesel.c
9083         * src/gtk/filesel.h
9084                 Add a way to filter the view
9085         * src/gtk/pluginwindow.c
9086                 Filter loadable stuff
9087         * src/plugins/pgpmime/prefs_gpg.c
9088                 Fix missing unregistration
9089         * .cvsignore
9090         * src/etpan/.cvsignore
9091         * src/plugins/spamassassin/.cvsignore
9092                 Add more stuff to cvs ignored files
9093
9094 2005-07-04 [colin]      1.9.12cvs19
9095
9096         * src/imap.c
9097                 Fix scan_required returning FALSE when it
9098                 shouldn't. Maybe fix #760 (Can't retrieve
9099                 messages)
9100
9101 2005-07-04 [colin]      1.9.12cvs18
9102
9103         * src/summaryview.c
9104                 Fix always_show_msg pref
9105
9106 2005-07-04 [paul]       1.9.12cvs17
9107
9108         sync with main (forgotten in last commit)
9109         
9110         * src/common/utils.c
9111         * src/common/utils.h
9112                 check_line_length(): new.
9113                 is_dir_exist()
9114                 is_file_entry_exist()
9115                 dirent_is_regular_file()
9116                 dirent_is_directory(): use g_file_test() instead of stat().
9117
9118 2005-07-04 [paul]       1.9.12cvs16
9119
9120         sync with main:
9121
9122         * src/compose.c
9123                 compose_write_to_file(): check for line
9124                 length limit and display warning if exceeds
9125         * src/jpilot.c
9126                 use get_home_dir() instead of g_get_home_dir()
9127         * src/procheader.c
9128                 removed warning about invalid date
9129         * src/vcard.c
9130                 use get_home_dir() instead of g_get_home_dir()
9131
9132 2005-07-04 [paul]       1.9.12cvs15
9133
9134         * src/stock_pixmap.c
9135                 fix new pixmap naming errors
9136                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
9137
9138 2005-07-04 [colin]      1.9.12cvs14
9139
9140         * src/imap.c
9141                 Fix debugging string with a warning
9142
9143 2005-07-04 [colin]      1.9.12cvs13
9144
9145         * configure.ac
9146                 Add a check for libetpan's version (>= 0.37)
9147
9148 2005-07-04 [hoa]        1.9.12cvs12
9149
9150         * commitHelper
9151         * src/imap.c
9152         * src/etpan/imap-thread.c
9153         * src/etpan/imap-thread.h
9154                 fixed IMAP implementation of check of mails.
9155
9156 2005-07-03 [hoa]        1.9.12cvs11
9157
9158         * src/etpan/Makefile.am
9159         * src/etpan/etpan-errors.h
9160         * src/etpan/etpan-log.[ch]
9161         * src/etpan/etpan-thread-manager-types.h
9162         * src/etpan/etpan-thread-manager.[ch]
9163         * src/etpan/imap-thread.[ch]
9164         * src/Makefile.am
9165         * src/imap.c
9166         * src/main.c
9167         * src/prefs_other.c
9168         * configure.ac
9169             merged imap branch.
9170             dependency on libetpan 0.37 is now added.
9171
9172 2005-07-01 [colin]      1.9.12cvs10
9173
9174         * src/Makefile.am
9175         * src/folder.c
9176         * src/folder.h
9177         * src/folderview.c
9178         * src/stock_pixmap.c
9179         * src/stock_pixmap.h
9180         * src/plugins/trayicon/trayicon.c
9181                 Add marked symbol on folders containing
9182                 marked messages
9183         * src/procmsg.c
9184         * src/procmsg.h
9185         * src/toolbar.c
9186         * src/prefs_common.c
9187         * src/prefs_common.h
9188         * src/prefs_send.c
9189                 Add an optional confirmation dialog on queue
9190                 sending. Patch by wwp.
9191         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
9192         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
9193         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
9194         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
9195         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
9196         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
9197         * src/pixmaps/inbox_mark.xpm            ** ADDED **
9198         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
9199         * src/pixmaps/outbox_mark.xpm           ** ADDED **
9200         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
9201         * src/pixmaps/trash_mark.xpm            ** ADDED **
9202                 New pixmaps
9203
9204 2005-07-01 [colin]      1.9.12cvs9
9205
9206         * src/summaryview.c
9207                 Fix a little threading bug
9208         * src/addrgather.c
9209         * src/mainwindow.c
9210                 A little bit of HIG normality never hurts
9211
9212 2005-07-01 [colin]      1.9.12cvs8
9213
9214         * src/compose.c
9215         * src/msgcache.c
9216         * src/pop.c
9217         * src/procmime.c
9218         * src/recv.c
9219         * src/common/log.c
9220         * src/common/template.c
9221         * src/common/utils.c
9222         * src/common/utils.h
9223                 Reverted the fwrite_atomic stuff. In fact
9224                 it is already atomic.
9225
9226 2005-06-30 [colin]      1.9.12cvs7
9227
9228         * src/common/utils.c
9229         * src/common/utils.h
9230                 Add an fwrite_atomic() function to make
9231                 sure we write everything: fwrite can make
9232                 short writes.
9233         * src/compose.c
9234         * src/msgcache.c
9235         * src/pop.c
9236         * src/procmime.c
9237         * src/recv.c
9238         * src/common/log.c
9239         * src/common/template.c
9240                 Use that (and fix swapping of size and nmemb).
9241                 Thanks to Rich Coe for the heads up.
9242
9243 2005-06-30 [colin]      1.9.12cvs6
9244
9245         * src/addressbook.c
9246                 Optimize addressbook opening 
9247
9248 2005-06-30 [colin]      1.9.12cvs5
9249
9250         * src/summaryview.c
9251                 Remove calls to summary_step after move/copy
9252
9253 2005-06-28 [paul]       1.9.12cvs4
9254
9255         * src/alertpanel.c
9256                 wrap and make the error msg selectable
9257
9258 2005-06-28 [paul]       1.9.12cvs3
9259
9260         * src/ssl_manager.c
9261                 replace the OK button with a Close button
9262         * src/gtk/foldersort.c
9263                 use GTK_STOCK_ icons/buttons
9264
9265 2005-06-28 [colin]      1.9.12cvs2
9266
9267         * src/gedit-print.c             ** ADDED **
9268         * src/gedit-print.h             ** ADDED **
9269         * src/gtk/gtksourceprintjob.c   ** ADDED **
9270         * src/gtk/gtksourceprintjob.h   ** ADDED **
9271                 I can't believe no one had enough time to tell
9272                 me I forgot the `cvs add`
9273
9274 2005-06-27 [colin]      1.9.12cvs1
9275
9276         * src/Makefile.am
9277         * src/gtk/Makefile.am
9278         * src/messageview.c
9279         * src/procmsg.c
9280         * src/summaryview.c
9281         * configure.ac
9282                 Add optional libgnomeprint-based printing
9283         * src/mainwindow.c
9284         * src/gtk/quicksearch.c
9285                 Add an Edit/Quick search menu item to show
9286                 and focus the quicksearch
9287
9288 2005-06-27 [paul]       1.9.12
9289
9290         1.9.12 release
9291
9292         * po/ca.po
9293         * po/de.po
9294         * po/es.po
9295         * po/fr.po
9296         * po/it.po
9297         * po/ko.po
9298         * po/pt_BR.po
9299         * po/sk.po
9300         * po/zh_CN.po
9301                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9302                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
9303                 SungHyun Nam, Frederico Goncalves Guimaraes,
9304                 Andrej Kacian, and Yang Guilong
9305 2005-06-26 [colin]      1.9.11cvs106
9306
9307         * src/imap_gtk.c
9308                 Forgot one file for previous fix
9309
9310 2005-06-26 [colin]      1.9.11cvs105
9311
9312         * src/folder.c
9313         * src/imap.c
9314                 Fix problems with folder operations in no_select
9315                 imap folders. it applies only to mails, and 
9316                 creation/deletion/move/renaming of folders 
9317                 should be possible
9318
9319 2005-06-26 [paul]       1.9.11cvs104
9320
9321         * src/prefs_filtering.c
9322                 replace one more GTK_STOCK_REMOVE
9323                 with GTK_STOCK_DELETE
9324
9325 2005-06-25 [colin]      1.9.11cvs103
9326
9327         * src/imap.c
9328                 Optimize get_seq_set_from_seq_list
9329                 (Patch by Ricardo) 
9330
9331 2005-06-25 [colin]      1.9.11cvs102
9332
9333         * src/mh.c
9334                 If the directory exists, but not in the
9335                 correct encoding, rename it. This should
9336                 handle old-versions-induced bugs.
9337
9338 2005-06-25 [colin]      1.9.11cvs101
9339
9340         * src/mh.c
9341                 Fix path access with extended dir names
9342                 Fixes bug #589 (SC segfaults with wrong locale
9343                 settings)
9344
9345 2005-06-25 [colin]      1.9.11cvs100
9346
9347         * src/prefs_account.c
9348         * src/prefs_account.h
9349         * src/compose.c
9350                 Add an option to encrypt replies to
9351                 encrypted messages
9352
9353 2005-06-25 [colin]      1.9.11cvs99
9354
9355         * src/compose.c
9356         * src/quote_fmt_parse.y
9357                 ... And make it work with pgpinline.
9358
9359 2005-06-25 [colin]      1.9.11cvs98
9360
9361         * src/compose.c
9362         * src/procmime.c
9363         * src/procmime.h
9364         * src/quote_fmt_parse.y
9365                 o Make reedition of encrypted messages possible
9366                   (as long as it is encrypted to self too, no
9367                    magic there)
9368                 o Make replying with quote (and without selecting
9369                   text) possible for encrypted messages.
9370                 Closes bug #550 (Not possible to "reply with quote"
9371                 to gnupg encrypted messages)
9372
9373 2005-06-24 [paul]       1.9.11cvs97
9374
9375         * src/imap.c
9376                 add missing include
9377
9378 2005-06-24 [paul]       1.9.11cvs96
9379
9380         * src/editldap.c
9381                 made bind password entry invisible
9382                 (sync with main)
9383         * src/send_message.c
9384                 send_message_local(): check exit status
9385                 to detect errors (sync with main)
9386         * src/textview.c
9387                 use main's less ambiguous popup menu
9388                 wording
9389
9390 2005-06-24 [paul]       1.9.11cvs95
9391
9392         * src/prefs_actions.c
9393         * src/prefs_customheader.c
9394         * src/prefs_display_header.c
9395         * src/prefs_filtering_action.c
9396         * src/prefs_matcher.c
9397         * src/prefs_template.c
9398         * src/prefs_toolbar.c
9399                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
9400         * src/gtk/description_window.c
9401                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
9402
9403 2005-06-23 [colin]      1.9.11cvs94
9404
9405         * src/summaryview.c
9406                 Fix rough edges (be sure to call status_show whenever
9407                 necessary).
9408
9409 2005-06-23 [colin]      1.9.11cvs93
9410
9411         * src/summaryview.c
9412                 Optimize Select All
9413                 Before, in a 5K mails folder: 11s
9414                 After, in the same folder: 58000µs
9415                 The joys of locking... gtk_clist_select_all() fires a 
9416                 tree-select-row event for each selected row, which in 
9417                 summaryview, callbacks summary_selected which in turn,
9418                 calls summary_status_show, which walks the selected
9419                 rows. Hence, calling gtk_clist_select_all was 
9420                 exponential. Locking the summaryview makes 
9421                 summary_selected return early.
9422
9423 2005-06-23 [colin]      1.9.11cvs92
9424
9425         * src/imap.c
9426                 Move mutex at the important place to avoid
9427                 deadlocks
9428         * src/summaryview.c
9429                 Fix Del key deleting directly instead of
9430                 moving to trash
9431
9432 2005-06-22 [colin]      1.9.11cvs91
9433
9434         * src/plugins/spamassassin/libspamc.c
9435                 As we do spagetti code with assignations in multiple
9436                 places (see _message_read_raw where out = msg = raw),
9437                 let's be sure we don't free the same pointer twice.
9438                 Should fix bug #683 (Crash in libpam at 
9439                 message_cleanup).
9440
9441 2005-06-22 [colin]      1.9.11cvs90
9442
9443         * src/compose.c
9444         * src/messageview.c
9445         * src/toolbar.c
9446                 Make toolbar's delete use the move to trash stuff;
9447                 Add gtk_widget_realize to be sure pixmaps can get
9448                 created (that may fix an old worksforme bug which
9449                 I can't find back...)
9450
9451 2005-06-22 [colin]      1.9.11cvs89
9452
9453         * src/summaryview.c
9454         * src/summaryview.h
9455         * src/mainwindow.c
9456                 Rename "Message/Delete" to "Message/Move to trash"
9457                 Add "Message/Delete..." that directly destroys the
9458                 selected messages after asking for a confirmation.
9459
9460 2005-06-22 [colin]      1.9.11cvs88
9461
9462         * src/imap.c
9463                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
9464                 o Fix a deadlock (thanks Darko)
9465
9466 2005-06-22 [colin]      1.9.11cvs87
9467
9468         * src/gtk/foldersort.c
9469                 Add missing include for the i18n;
9470                 patch by Fabien Vantard
9471
9472 2005-06-21 [colin]      1.9.11cvs86
9473
9474         * src/folder.c
9475         * src/folderview.c
9476                 Respect the no_select flag
9477         * src/imap.c
9478                 Fix recursive deletion
9479         * src/imap_gtk.c
9480         * src/mh_gtk.c
9481                 Make the folder deletion's warning
9482                 more explicit
9483
9484 2005-06-21 [colin]      1.9.11cvs85
9485
9486         * src/textview.c
9487                 Prevent email addresses from spanning accross
9488                 lines - fixes bug # 646 (newline-chars in 
9489                 email addresses)
9490
9491 2005-06-20 [colin]      1.9.11cvs84
9492
9493         * src/folder.c
9494                 Be sure not to remove source if copy failed
9495
9496 2005-06-20 [colin]      1.9.11cvs83
9497
9498         * src/folderview.c
9499         * src/imap_gtk.c
9500                 remove summaryview's lock
9501         * src/imap.c
9502                 introduce threads to avoid problems when foreground tasks
9503                 interfere with background tasks
9504         * src/mh.c
9505                 prevent moving to drafts/queue
9506         * src/mimeview.c
9507                 fix leak
9508
9509 2005-06-19 [colin]      1.9.11cvs82
9510
9511         * src/imap_gtk.c
9512                 Remember that the user doesn't want to override
9513                 offline mode, for 3 seconds. It avoid presenting
9514                 him with N popups in a really short time.
9515
9516 2005-06-17 [colin]      1.9.11cvs81
9517
9518         * src/imap.c
9519                 Fix IMAP breaking on folders containing '('
9520                 (Probably won't be enough)
9521
9522 2005-06-17 [colin]      1.9.11cvs80
9523
9524         Forgotten files on 1.9.11cvs79
9525         * src/summaryview.c
9526                 Fix stepping when not immediately executing
9527         * src/imap.c
9528                 Really prevent UID FETCH 0
9529         * src/codeconv.c
9530                 Fix outgoing charset never set to utf-8
9531         * src/mh.c
9532                 Fix leak
9533
9534 2005-06-16 [colin]      1.9.11cvs79
9535
9536         * src/compose.c
9537                 Fix bug #707 (Dash splits rows)
9538                 Only wrap if we're on a line break position and
9539                 the previous one was a "white" (space) char.
9540                 Pango stuff is weird.
9541
9542 2005-06-16 [colin]      1.9.11cvs78
9543
9544         * src/imap_gtk.c
9545                 Lock summaryview while downloading messages
9546                 on user demand
9547         * src/procheader.c
9548         * src/unmime.c
9549         * src/common/utils.c
9550         * src/common/utils.h
9551                 Replace \r and \n with spaces in From and
9552                 Subject headers
9553
9554 2005-06-16 [paul]       1.9.11cvs77
9555
9556         * src/procmime.c
9557                 liberalise the mime parser
9558         * src/gtk/about.c
9559                 add text wrapping
9560
9561 2005-06-16 [paul]       1.9.11cvs76
9562
9563         * src/gtk/about.c
9564                 reworked
9565
9566 2005-06-15 [colin]      1.9.11cvs75
9567
9568         * src/compose.c
9569                 Finish header encoding fix
9570         * src/summaryview.c
9571                 Fix segfault
9572         * src/headerview.c
9573                 Fix compilation (Thanks Stephan
9574                 Sachse)
9575
9576 2005-06-15 [colin]      1.9.11cvs74
9577
9578         * Makefile.am
9579                 Install gnome2 stuff rather than gnome1, 
9580                 if both are present
9581         * src/codeconv.c
9582         * src/codeconv.h
9583         * src/compose.c
9584                 Fix headers encoding
9585         * src/folder.c
9586                 Visual progress when fetching all messages
9587         * src/folderview.c
9588         * src/summaryview.c
9589         * src/summaryview.h
9590                 Prevent changing current message while
9591                 incorporating
9592
9593 2005-06-15 [paul]       1.9.11cvs73
9594
9595         * src/gtk/gtkaspell.c
9596         * src/gtk/gtkaspell.h
9597                 fix build warnings
9598
9599 2005-06-15 [paul]       1.9.11cvs72
9600
9601         * src/prefs_filtering.c
9602                 allow reordering of filter rules by
9603                 drag n drop
9604
9605 2005-06-15 [paul]       1.9.11cvs71
9606
9607         * COPYING
9608                 updated
9609         * src/codeconv.c
9610                 replace deprecated function
9611         * src/inc.c
9612         * src/send_message.c
9613         * src/gtk/progressdialog.c
9614         * src/gtk/progressdialog.h
9615                 salvage and reuse parts of reverted sync
9616
9617 2005-06-15 [paul]       1.9.11cvs70
9618
9619         * src/inc.c
9620         * src/send_message.c
9621         * src/gtk/progressdialog.c
9622         * src/gtk/progressdialog.h
9623                 revert yesterday's sync with main
9624                 it contains deprecated functions
9625
9626 2005-06-15 [colin]      1.9.11cvs69
9627
9628         * src/headerview.c
9629                 Fix bug #670 (multi user to: will corrupt message 
9630                 headers display)
9631
9632 2005-06-15 [colin]      1.9.11cvs68
9633
9634         * src/compose.c
9635                 Fix bug #421 (Fix undo on wrapping)
9636
9637 2005-06-15 [colin]      1.9.11cvs67
9638
9639         * src/folder.c
9640                 Provide visual feedback while processing
9641                 folder's rules.
9642         * src/imap.c
9643                 Provide visual feedback while getting
9644                 short headers (for uncached messages)
9645
9646
9647 2005-06-14 [paul]       1.9.11cvs66
9648
9649         * src/account.c
9650                 change a couple stock icons
9651         * src/inc.c
9652         * src/send_message.c
9653         * src/gtk/progressdialog.c
9654         * src/gtk/progressdialog.h
9655                 sync main's GtkTreeView implementation
9656
9657 2005-06-14 [colin]      1.9.11cvs65
9658
9659         * src/imap.c
9660                 Various little fixes, mainly on error paths
9661
9662 2005-06-13 [colin]      1.9.11cvs64
9663
9664         * matcher.c
9665         * procmsg.c
9666         * procmsg.h
9667                 Add a way to fetch only headers. This speeds
9668                 up filtering on headers for IMAP. Fixes:
9669                 bug #481 extraneous imap commands slow down 
9670                         imap filtering
9671                 bug #522 Sylpheed downloads all messages 
9672                         when opening mailbox (IMAP)
9673                 bug #677 IMAP fetch is soooooooooooooo slow
9674         * src/folder.c
9675         * src/folder.h
9676                 Add a folder set_batch method so that
9677                 implementations can speed up flags changes
9678         * src/folderutils.c
9679         * src/summaryview.c
9680                 Use that in mark as (un)read and mark all read
9681                 Refix bug #679
9682         * src/imap.c
9683                 Implement set_batch - brings back deferred
9684                 flags in a less buggy manner. Fixes:
9685                 bug #729 IMAP immediate expunge of deleted messages
9686                 bug #191 remove list of messages with one command
9687                 Fix login with strange chars
9688                 Implement fetch_msg_full
9689                 Fix copy (wrong counts)
9690
9691 2005-06-12 [colin]      1.9.11cvs63
9692
9693         * src/folder.c
9694                 lock incorporation during long operations.
9695                 Avoids fucking up the IMAP socket.
9696
9697 2005-06-12 [colin]      1.9.11cvs62
9698
9699         * src/imap.c
9700                 Fix harmful typo
9701                 Factorize remove_all_msg
9702                 Thread-ize expunge
9703         * src/summaryview.c
9704                 Don't update partial-download status if unnecessary
9705         * src/folder.c
9706                 Use remove_msgs everywhere possible
9707
9708 2005-06-12 [colin]      1.9.11cvs61
9709
9710         * src/folder.c
9711         * src/folder.h
9712                 Add a remove_msgs function to remove a 
9713                 list of messages
9714         * src/imap.c
9715                 Implement that.
9716
9717 2005-06-12 [colin]      1.9.11cvs60
9718
9719         * src/imap.c
9720                 Remove flags-processing deferring... Too hard
9721                 to get it to work in all cases.
9722
9723 2005-06-11 [colin]      1.9.11cvs59
9724
9725         * src/imap.c
9726                 printf -> debug_print
9727
9728 2005-06-11 [colin]      1.9.11cvs58
9729
9730         * src/imap.c
9731                 o Fix build without USE_PTHREAD
9732                 o Factorize imap_open
9733                 o Alertpanel in case of impossible connection
9734                 o Alertpanel in case of impossible login
9735                 o Fix deferred flags processing to force a 
9736                   flush before adding some more flags to process,
9737                   but in another folder.
9738
9739 2005-06-10 [colin]      1.9.11cvs57
9740
9741         * src/imap.c
9742                 o Fix a format string error
9743                 o init ssl socket outside of the thread 
9744                   (it possibly invokes gtk calls)
9745         * src/procmime.c
9746                 o Put back the buffer to its necessary size
9747                 o Fix changing a file pointer without keeping
9748                   track of it (thanks Valgrind)
9749         * src/common/smtp.c
9750                 o Fix automatic STARTTLS if login should be done
9751                   and the server only allows it after starting TLS
9752         * src/gtk/gtkinputdialog.c
9753                 o Eat GDK_Return so that the combo popup doesn't 
9754                   appear when we press Enter to validate the combo
9755                   input dialog (as seen in the Open with... dialog)
9756
9757 2005-06-10 [colin]      1.9.11cvs56
9758
9759         * src/imap.c
9760                 o A bit less debug
9761                 o Fix a crash on deletion
9762                 o Threadize imap_select (it's called outside of 
9763                   threads)
9764                 o Defer treatment of DELETED flags
9765
9766
9767 2005-06-09 [colin]      1.9.11cvs55
9768
9769         * src/imap.c
9770                 Make sure we check imap_gtk_should_override(), which
9771                 potentially calls gtk stuff, before creating thread.
9772                 That way it should't be called via imap_get_session()
9773                 inside a thread.
9774
9775 2005-06-09 [colin]      1.9.11cvs54
9776
9777         * src/imap.c
9778                 o add a bit of status output
9779                 o remove some dead code
9780                 o threadize get_list_of_uids
9781                 o threadize imap_get_flags
9782                 o defer flag changing by 500ms so that they
9783                   can be batched
9784
9785
9786 2005-06-08 [colin]      1.9.11cvs53
9787
9788         * src/imap.c
9789                 Thread-ize imap_cmd_fetch
9790
9791 2005-06-08 [colin]      1.9.11cvs52
9792
9793         * src/main.c
9794                 Mmh, that broke POP3...
9795
9796 2005-06-08 [colin]      1.9.11cvs51
9797
9798         * src/main.c
9799                 Stabilize IMAP patch (thanks to Hoa)
9800
9801 2005-06-08 [colin]      1.9.11cvs50
9802
9803         * src/imap.c
9804                 Test patch to speed up imap. 
9805
9806 2005-06-08 [colin]      1.9.11cvs49
9807
9808         * src/imap_gtk.c
9809                 Warning fix
9810         * src/procmime.c
9811                 Apply patch from gentoo to use /usr/share/mime/globs if 
9812                 available, after un-breaking it
9813         * src/common/log.c
9814         * src/common/log.h
9815                 Use g_timeout for invoking hooks that possibly use gtk
9816                 calls. This should leave gtk calls in the main thread.
9817
9818 2005-06-08 [paul]       1.9.11cvs48
9819
9820         * src/codeconv.c
9821                 conv_get_outgoing_charset_str(): don't
9822                 use prefs_common setting
9823         * src/compose.c
9824         * src/compose.h
9825                 add /Options/Character encoding/... to
9826                 temporarily change the outgoing encoding
9827
9828         (belated sync with main)
9829
9830 2005-06-08 [paul]       1.9.11cvs47
9831
9832         * src/compose.c
9833                 correction to/completion of last
9834                 sync with main
9835
9836 2005-06-08 [paul]       1.9.11cvs46
9837
9838         sync with main:
9839         
9840         * src/codeconv.c
9841         * src/codeconv.h
9842                 always enabled Japanese auto-detection
9843                 if the first letters of locale string
9844                 is "ja"
9845         * src/compose.c
9846                 don't use "destroy" signal to destroy
9847                 Compose object (fix rare crashes on discard?)
9848         * src/mainwindow.c
9849         * src/messageview.c
9850         * src/prefs_send.c
9851                 added Hebrew encodings
9852         * src/sourcewindow.c
9853                 don't use "destroy" signal to destroy
9854                 objects
9855
9856 2005-06-07 [colin]      1.9.11cvs45
9857
9858         * src/summaryview.c
9859                 Add missing unlocks/locks
9860
9861 2005-06-07 [paul]       1.9.11cvs44
9862
9863         * src/summaryview.c
9864                 restore bug #749 fix
9865
9866 2005-06-06 [colin]      1.9.11cvs43
9867
9868         * src/summaryview.c
9869                 Fix selection bug when prefs_common.open_unread 
9870                 is FALSE
9871
9872 2005-06-06 [colin]      1.9.11cvs42
9873
9874         * src/common/md5.c
9875                 Fix a warning
9876         * src/summaryview.c
9877         * src/folderview.c
9878                 Factorize long operations beginning and end
9879                 (locking, freezing/thawing, cursor, ...)
9880                 Check selection->data member in selection-
9881                 related loops; this avoids dying an awful
9882                 death if the selection changes on us while
9883                 we're marking a whole IMAP folder unread, 
9884                 for example.
9885
9886 2005-06-06 [paul]       1.9.11cvs41
9887
9888         * src/textview.c
9889                 don't g_free() a static gchar buffer
9890
9891 2005-06-05 [colin]      1.9.11cvs40
9892
9893         * src/mainwindow.c
9894         * src/messageview.c
9895         * src/summaryview.c
9896                 Fix bug #749 (Show all headers should be
9897                 sticky as the GUI suggests)
9898
9899 2005-06-03 [paul]       1.9.11cvs39
9900
9901         * src/compose.c
9902                 don't allow editing of mail while sending.
9903                 patch by Colin
9904
9905 2005-06-03 [paul]       1.9.11cvs38
9906
9907         * src/folderview.c
9908                 add a freeze/thaw to speed up 'mark all read'
9909
9910 2005-06-03 [paul]       1.9.11cvs37
9911
9912         * src/prefs_message.c
9913                 reflect changes immediately
9914
9915 2005-06-02 [colin]      1.9.11cvs36
9916
9917         * po/POTFILES.in
9918                 Patch by Fabien Vantard.
9919
9920 2005-06-02 [colin]      1.9.11cvs35
9921
9922         * src/imap.c
9923                 Use a non-blocking imap_getline() if possible.
9924                 This should completely prevent the interface
9925                 from freezin on imap operations, although it
9926                 may do strange stuff in case of folder switching
9927                 while a big imap operation is taking place...
9928
9929                 In addition, fix a leak in the case thread
9930                 creation fails on connection.
9931
9932 2005-06-02 [colin]      1.9.11cvs34
9933
9934         * src/crash.c
9935         * src/prefs_common.h
9936                 Fix build (prefs_common_init() doesn't exist
9937                 anymore)
9938
9939 2005-06-02 [colin]      1.9.11cvs33
9940
9941         * src/prefs_account.c
9942                 Fix bug #245 (filtering rules broken when
9943                 renaming a remote account (imap4 or nntp)
9944
9945 2005-06-02 [colin]      1.9.11cvs32
9946
9947         * src/imap.c
9948                 Try to fix IMAP shortcomings: 
9949                 o Multithread imap_open()
9950                 o allow offline-mode overriding instead of
9951                   just returning NULL
9952         * src/imap_gtk.c
9953         * src/imap_gtk.h
9954                 Add a function to ask whether we want to
9955                 override offline-mode for 10 minutes (one-shot
9956                 asking was painful)
9957         * src/procheader.c
9958                 Fix segfault when imap parser isn't happy about
9959                 a missing {
9960
9961 2005-06-01 [colin]      1.9.11cvs31
9962
9963         * src/addrharvest.c
9964         * src/compose.c
9965         * src/mbox.c
9966         * src/mbox.h
9967         * src/mh.c
9968         * src/msgcache.c
9969         * src/send_message.c
9970         * src/setup.c
9971         * src/undo.c
9972         * src/common/hooks.c
9973         * src/common/prefs.c
9974         * src/common/template.c
9975         * src/common/utils.c
9976         * src/gtk/gtkutils.c
9977         * src/gtk/inputdialog.c
9978         * src/gtk/menu.c
9979         * src/gtk/pluginwindow.c
9980         * src/gtk/prefswindow.c
9981         * src/plugins/pgpmime/passphrase.c
9982         * src/plugins/pgpmime/prefs_gpg.c
9983                 More -Wall fixes
9984
9985         * src/common/Makefile.am
9986         * src/common/timing.h
9987                 Add basic timing code
9988
9989         * src/summaryview.c
9990                 Fix a bug with unread messages when 
9991                 re-sorting folders, and by the way
9992                 fix a big performance hit when 
9993                 re-sorting (10k mails: before 5s,
9994                 after .5s)
9995
9996         * src/prefs_compose_writing.c
9997         * src/prefs_compose_writing.h
9998         * src/prefs_message.c
9999         * src/prefs_message.h
10000         * src/prefs_other.c
10001         * src/prefs_other.h
10002         * src/prefs_quote.c
10003         * src/prefs_quote.h
10004         * src/prefs_receive.c
10005         * src/prefs_receive.h
10006         * src/prefs_send.c
10007         * src/prefs_send.h
10008         * src/prefs_summaries.c
10009         * src/prefs_summaries.h
10010                 Fix copyright banner
10011
10012 2005-06-01 [paul]       1.9.11cvs30
10013
10014         * po/fi.po
10015                 updated by Flammie Pirinen
10016         * src/procmime.c
10017                 fix 'Bad BASE64 content' output
10018
10019 2005-05-31 [colin]      1.9.11cvs29
10020
10021         * src/procmime.c
10022                 Oops, where did my hunk go.
10023
10024 2005-05-31 [colin]      1.9.11cvs28
10025
10026         * src/Makefile.am
10027         * src/account.c
10028         * src/action.c
10029         * src/addr_compl.c
10030         * src/addressbook.c
10031         * src/codeconv.c
10032         * src/compose.c
10033         * src/export.c
10034         * src/folder.c
10035         * src/folderview.c
10036         * src/image_viewer.c
10037         * src/main.c
10038         * src/mainwindow.c
10039         * src/messageview.c
10040         * src/mimeview.c
10041         * src/msgcache.c
10042         * src/prefs_account.c
10043         * src/prefs_actions.c
10044         * src/prefs_common.c
10045         * src/prefs_compose_writing.c
10046         * src/prefs_customheader.c
10047         * src/prefs_ext_prog.c
10048         * src/prefs_filtering.c
10049         * src/prefs_filtering_action.c
10050         * src/prefs_fonts.c
10051         * src/prefs_image_viewer.c
10052         * src/prefs_message.c
10053         * src/prefs_message.h
10054         * src/prefs_msg_colors.c
10055         * src/prefs_other.c
10056         * src/prefs_other.h
10057         * src/prefs_quote.c
10058         * src/prefs_receive.c
10059         * src/prefs_receive.h
10060         * src/prefs_send.c
10061         * src/prefs_send.h
10062         * src/prefs_spelling.c
10063         * src/prefs_summaries.c
10064         * src/prefs_summary_column.c
10065         * src/prefs_template.c
10066         * src/prefs_themes.c
10067         * src/prefs_toolbar.c
10068         * src/prefs_wrapping.c
10069         * src/procmime.c
10070         * src/procmsg.c
10071         * src/send_message.h
10072         * src/ssl_manager.c
10073         * src/summary_search.c
10074         * src/summaryview.c
10075         * src/textview.c
10076         * src/wizard.c
10077         * src/common/smtp.c
10078         * src/common/smtp.h
10079         * src/gtk/gtkutils.h
10080                 o Move the rest of Common prefs to new style
10081                 o Lots of -Wall warning fixes
10082                 o fix FIXME in cache memusage calculation
10083                 o Let return receipts be sent from any account
10084                 o Little cache optimisation (read)
10085                 o Fix bug #746 (don't treat commas as separators
10086                   when inside a quoted string)
10087
10088 2005-05-31 [paul]       1.9.11cvs27
10089
10090         * src/prefs_common.c
10091                 fix 'off-by-one' typo
10092
10093 2005-05-31 [paul]       1.9.11cvs26
10094
10095         * src/account.c
10096         * src/addr_compl.c
10097         * src/compose.c
10098         * src/foldersel.c
10099         * src/prefs_actions.c
10100         * src/prefs_common.c
10101         * src/prefs_common.h
10102         * src/prefs_customheader.c
10103         * src/prefs_display_header.c
10104         * src/prefs_filtering.c
10105         * src/prefs_filtering_action.c
10106         * src/prefs_matcher.c
10107         * src/prefs_summaries.c
10108         * src/prefs_summary_column.c
10109         * src/prefs_template.c
10110         * src/prefs_toolbar.c
10111         * src/ssl_manager.c
10112         * src/gtk/pluginwindow.c
10113         * src/gtk/prefswindow.c
10114         * src/gtk/progressdialog.c
10115                 add hidden prefs 'enable_rules_hint'
10116                 for gtk_tree_view_set_rules_hint()
10117                 (sync with main)
10118                 
10119
10120 2005-05-31 [colin]      1.9.11cvs25
10121
10122         * src/Makefile.am
10123         * src/main.c
10124         * src/prefs_common.c
10125         * src/prefs_summaries.c ** ADDED **
10126         * src/prefs_summaries.h ** ADDED **
10127                 Common/Display -> Display/Summaries
10128
10129 2005-05-31 [colin]      1.9.11cvs24
10130
10131         * src/Makefile.am
10132         * src/main.c
10133         * src/prefs_quote.c ** ADDED **
10134         * src/prefs_quote.h ** ADDED **
10135                 Move Common/Quote to Compose/Quoting
10136         * src/prefs_common.c
10137         * src/prefs_common.h
10138                 Remove old quote stuff, add
10139                 convenience functions for GtkTextView prefs
10140         * src/gtk/prefswindow.c
10141                 Set default height higher
10142
10143 2005-05-30 [colin]      1.9.11cvs23
10144
10145         * src/Makefile.am
10146         * src/main.c
10147         * src/prefs_common.c
10148         * src/prefs_compose_writing.c ** ADDED **
10149         * src/prefs_compose_writing.h ** ADDED **
10150                 Move Common/Compose prefs to Compose/Writing
10151
10152 2005-05-30 [colin]      1.9.11cvs22
10153
10154         * src/common/utils.c
10155                 Fix bug #651 (Confused Attract by Subject)
10156                 Patch by M. Benkmann <haferfrost@web.de>
10157         * AUTHORS
10158
10159 2005-05-30 [colin]      1.9.11cvs21
10160
10161         * src/compose.c
10162                 Fix concatenation of different headers of
10163                 the same type (bug #645)
10164         * src/prefs_folder_item.c
10165                 Fix bug #699 (setting color to black doesn't
10166                 work immediately)
10167         * src/procmime.c
10168                 Print out decoding error only once per
10169                 block
10170
10171 2005-05-30 [paul]       1.9.11cvs20
10172
10173         * src/common/template.c
10174                 fix Bcc
10175
10176 2005-05-30 [paul]       1.9.11cvs19
10177
10178         * doc/src/rfc2368.txt   **NEW FILE**
10179         * src/compose.c
10180                 compose_entries_set(): don't interpret Bcc
10181                 header field (conform to RFC 2368)
10182                 (sync with main)
10183
10184 2005-05-29 [colin]      1.9.11cvs18
10185
10186         * src/prefs_common.c
10187                 Let the default reply format respect
10188                 netiquette by cutting the signature.
10189
10190 2005-05-29 [colin]      1.9.11cvs17
10191
10192         * src/summaryview.c
10193                 Don't let always_show_msg override
10194                 open_unread_on_enter when opening a new
10195                 directory.
10196
10197 2005-05-27 [paul]       1.9.11cvs16
10198
10199         sync with main:
10200
10201         * src/main.c
10202                 app_will_exit(): cleanup tmp directory when exit
10203         * src/message_search.c
10204                 improved the interface and made code cleanup.
10205                 removed Clear button
10206         * src/send_message.c
10207                 send_message_local(): use GSpawn, and detect errors
10208         * src/summary_search.c
10209                 improved the interface and made code cleanup
10210         * src/textview.c
10211                 textview_write_link(): also skip non-ascii space
10212                  at the head of link strings (phishing check
10213                  didn't work at the case)
10214         * src/common/utils.c
10215                 get_command_output(): use g_spawn_command_line_sync()
10216                 instead of popen()
10217
10218 2005-05-26 [colin]      1.9.11cvs15
10219
10220         * src/folder.c
10221                 remove printf
10222
10223 2005-05-26 [colin]      1.9.11cvs14
10224
10225         * src/common/nntp.c
10226                 Fix nntp mode reader (bug #611)
10227                 Patch by Florian Mickler <florian@mickler.org>
10228
10229 2005-05-26 [colin]      1.9.11cvs13
10230
10231         * src/plugins/pgpmime/passphrase.c
10232                 Fix mouse grabbing (bug #557)
10233
10234 2005-05-26 [colin]      1.9.11cvs12
10235
10236         * src/prefs_themes.c
10237                 Fix g_warning (bug #541)
10238
10239 2005-05-26 [colin]      1.9.11cvs11
10240
10241         * src/prefs_actions.c
10242         * src/prefs_template.c
10243                 Fix bug #506 (no warning if action/template
10244                 is not saved)
10245         * src/common/template.c
10246                 Fix a possible crash
10247
10248 2005-05-26 [colin]      1.9.11cvs10
10249
10250         * src/folder.c
10251         * src/folderview.c
10252         * src/procmsg.c
10253         * src/summaryview.c
10254                 Forbid locked messages to be moved or
10255                 deleted. Locked messages in trashes 
10256                 still get deleted, for performance
10257                 reason (mh.c::mh_remove_all_msgs)
10258
10259 2005-05-25 [colin]      1.9.11cvs9
10260
10261         * src/procmime.c
10262                 Use correct encoding when sending mails
10263                 with attachments that have accentued 
10264                 chars in their name
10265
10266 2005-05-24 [colin]      1.9.11cvs8
10267
10268         * src/summaryview.c
10269                 Fix bug #688 f) read/unread marker not
10270                 changed on first click
10271                 Also, optimize summary_status_show()
10272                 calls
10273         * src/folder.c
10274         * src/inc.c
10275         * src/procmime.c
10276                 Fix bug #688 b) and c) wrt message
10277                 attachments and signature
10278         * src/stock_pixmap.c
10279         * src/stock_pixmap.h
10280         * src/stock_pixmap.c
10281         * src/stock_pixmap.h
10282         * src/Makefile.am
10283         * src/pixmaps/clip_gpg_signed.xpm
10284                 Add clip/signed icon
10285
10286 2005-05-24 [colin]      1.9.11cvs7
10287
10288         * src/folder_item_prefs.c
10289                 whitespace fix
10290
10291 2005-05-24 [colin]      1.9.11cvs6
10292
10293         * src/folderview.c
10294         * src/prefs_common.c
10295         * src/prefs_common.h
10296                 Add a confirmation to folder drag and drop
10297                 fixes bug #156
10298         * src/alertpanel.c
10299         * src/alertpanel.h
10300                 fix _with_disable parameters so that
10301                 the buttons labels are specifiable too
10302         * src/plugins/pgpmime/sgpgme.c
10303                 reflect said change
10304                 
10305
10306 2005-05-24 [colin]      1.9.11cvs5
10307
10308         * src/folderview.c
10309                 Uncollapse/collapse folders on double-click
10310                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
10311                 closes bug #108
10312
10313 2005-05-23 [colin]      1.9.11cvs4
10314
10315         * src/common/socket.c
10316                 Check another special SSL_peek() error.
10317                 Should help wrt bug #728
10318
10319 2005-05-23 [colin]      1.9.11cvs3
10320
10321         * src/plugins/pgpmime/pgpmime.c
10322                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
10323                 breaking menu accelerators and stuff. Users will have to
10324                 reselect "PGP MIME" instead of "PGP/MIME" in their 
10325                 account's privacy preferences if needed.
10326
10327 2005-05-22 [paul]
10328
10329         * tools/kdeservicemenu/install.sh
10330                 use kdesu to prompt for root password if doing
10331                 global install/uninstall
10332
10333 2005-05-20 [colin]      1.9.11cvs2
10334
10335         * src/procmsg.c
10336                 Fix another compilation error with gcc-2.9x
10337                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
10338         * src/send_message.c
10339                 Don't send QUIT if we aren't connected
10340
10341 2005-05-19 [colin]      1.9.11cvs1
10342
10343         * src/procmsg.c
10344                 Fix compilation with gcc 2.9x
10345
10346 2005-05-19 [paul]       1.9.11
10347
10348         1.9.11 released
10349
10350 2005-05-19 [paul]       1.9.9cvs14
10351
10352         * src/gtk/inputdialog.c
10353                 prevent gettext warning
10354
10355 2005-05-19 [paul]       1.9.9cvs13
10356
10357         * src/mainwindow.c
10358         * src/prefs_common.c
10359         * src/prefs_common.h
10360         * src/textview.c
10361         * src/textview.h
10362                 add an option to toggle cursor in message
10363                 view (sync with main)
10364
10365 2005-05-18 [colin]      1.9.9cvs12
10366
10367         * src/compose.c
10368                 Dereference freed pointer
10369         * src/gtk/gtkaspell.c
10370                 Fix duplication of dictionaries (is it an aspell issue?)
10371
10372 2005-05-18 [colin]      1.9.9cvs11
10373
10374         * src/gtk/inputdialog.c
10375         * src/gtk/gtkaspell.c
10376                 HIGuify dialogs
10377         * src/alertpanel.c
10378                 Remove a double call
10379
10380 2005-05-17 [colin]      1.9.9cvs10
10381
10382         * src/gtk/gtkaspell.c
10383                 Fix dialogs, Ctrl-Enter accel
10384
10385 2005-05-17 [colin]      1.9.9cvs9
10386
10387         * src/gtk/gtkaspell.c
10388                 Fix some accelerators, escape in replace-window
10389
10390 2005-05-16 [colin]      1.9.9cvs8
10391
10392         * src/gtk/gtkaspell.c
10393                 Revert last commit, it was a mistake.
10394
10395 2005-05-16 [colin]      1.9.9cvs7
10396
10397         * src/gtk/gtkaspell.c
10398                 Remove buggy code while we're at it. It's a 
10399                 dead code path anyway.
10400
10401 2005-05-16 [colin]      1.9.9cvs6
10402
10403         * src/gtk/gtkaspell.c
10404                 Missed some gtk_menu_popup where deactivate
10405                 signal should be handled. Should fix bug
10406                 #629 a bit more.
10407
10408 2005-05-16 [colin]      1.9.9cvs5
10409
10410         * src/gtk/gtkaspell.c
10411                 Remove debug printf()s
10412
10413 2005-05-16 [colin]      1.9.9cvs4
10414
10415         * src/gtk/gtkaspell.c
10416                 Fix a bit aspell problems
10417                 (see bug #629)
10418
10419 2005-05-13 [colin]      1.9.9cvs3
10420
10421         * src/folderview.c
10422                 Fix the + appearing even when no subfolders
10423                 have unread messages. Thanks to wwp for the
10424                 bug report.
10425
10426 2005-05-11 [paul]       1.9.9cvs2
10427
10428         * src/folderview.c
10429                 correction to 1.9.9cvs1, only colour folders that
10430                 have new msgs (not unread msgs)
10431
10432 2005-05-10 [colin]      1.9.9cvs1
10433
10434         * src/folderview.c
10435         * src/summaryview.c
10436                 Try to fix bolding bugs again.
10437
10438 2005-05-09 [paul]
10439
10440         * tools/claws.i18n.status.pl
10441                 add Ricardo Mones Lastra's script that has been providing
10442                 the i18n status page for many months
10443
10444 2005-05-09 [paul]       1.9.9
10445
10446         1.9.9 release
10447
10448 2005-05-09 [paul]       1.9.6cvs58
10449
10450         * AUTHORS
10451         * INSTALL
10452         * README.claws
10453                 updated
10454         * Makefile.am 
10455         * RELEASE_NOTES.claws
10456                 add release notes to cvs to simplify release
10457                 procedure
10458         * configure.ac
10459                 add ca and fi to ALL_LINGUAS
10460         * po/Makefile.in.in
10461                 workaround for missing Makevars
10462         * po/ca.po
10463         * po/fi.po
10464                 add new Catalan and Finnish translations
10465                 submitted by Miquel Oliete and Flammie Pirinen
10466         * po/de.po
10467         * po/es.po
10468         * po/fr.po
10469         * po/it.po
10470         * po/pl.po
10471         * po/ru.po
10472         * po/sk.po
10473         * po/sr.po
10474         * po/zh_CN.po
10475                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
10476                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
10477                 Urke MMI, and Hansom Young
10478         * src/main.c
10479                 Fix drafting when quitting. compose_draft() closes the
10480                 compose windows, which modifies the compose_list GSList.
10481                 We have to refresh this list after echo drafting to avoid a
10482                 segfault
10483         * src/partial_download.c
10484                 fix segfault on exit
10485
10486 2005-05-06 [paul]       1.9.6cvs57
10487
10488         * src/grouplistdialog.c
10489                 quick fix/workaround for unresizeable newsgroup
10490                 name column 
10491
10492 2005-05-06 [paul]       1.9.6cvs56
10493
10494         * src/inc.c
10495         * src/mainwindow.c
10496                 use gettext plural forms
10497         * src/imap_gtk.c
10498         * src/mh_gtk.c
10499         * src/toolbar.c
10500                 small improvement to english usage
10501
10502 2005-05-05 [thorsten]   1.9.6cvs55
10503
10504         * src/folder.c
10505                 fix possible crash
10506
10507 2005-05-05 [paul]       1.9.6cvs54
10508         
10509         sync with HEAD
10510
10511         * AUTHORS
10512         * src/compose.c
10513                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
10514                 patch by Tim Mann
10515
10516 2005-05-05 [paul]       1.9.6cvs53
10517
10518         * src/mainwindow.c
10519                 fix resizing of separate message and
10520                 folder views
10521
10522 2005-05-05 [paul]       1.9.6cvs52
10523
10524         * src/account.c
10525         * src/addrgather.c
10526         * src/browseldap.c
10527         * src/exphtmldlg.c
10528         * src/expldifdlg.c
10529         * src/importmutt.c
10530         * src/importpine.c
10531         * src/main.c
10532         * src/mainwindow.c
10533         * src/noticeview.c
10534         * src/prefs_filtering.c
10535         * src/prefs_filtering_action.c
10536         * src/prefs_matcher.c
10537         * src/prefs_spelling.c
10538         * src/prefs_toolbar.c
10539         * src/toolbar.c
10540         * src/wizard.c
10541         * src/gtk/description_window.c
10542         * src/gtk/gtkvscrollbutton.c
10543         * src/gtk/progressdialog.c
10544         * src/gtk/quicksearch.c
10545         * src/plugins/pgpmime/prefs_gpg.c
10546         * src/plugins/spamassassin/spamassassin_gtk.c
10547                 replace deprecated gtk_widget_set_usize
10548
10549 2005-05-04 [colin]      1.9.6cvs51
10550
10551         * src/common/utils.c
10552                 Fix crash when subst_for_filename is called
10553                 with a NULL parameter
10554
10555 2005-05-04 [colin]      1.9.6cvs50
10556
10557         * src/partial_download.c
10558         * src/pop.c
10559                 Escape login when writing uidl file
10560                 fixes bug #736
10561
10562 2005-05-03 [colin]      1.9.6cvs49
10563
10564         * src/procmime.c
10565                 Fix possible DOS in mime parser
10566                 (see bug #634)
10567
10568 2005-05-02 [colin]      1.9.6cvs48
10569
10570         * src/compose.c
10571                 Try to fix the copy/paste mess once again.
10572
10573
10574 2005-04-30 [colin]      1.9.6cvs47
10575
10576         * src/prefs_account.h
10577         * src/procmsg.c
10578         * src/send_message.c
10579         * src/common/smtp.c
10580         * src/common/smtp.h
10581                 Try to batch sending mails (per account) instead of
10582                 reconnecting to server every time.
10583
10584 2005-04-29 [colin]      1.9.6cvs46
10585
10586         * src/messageview.c
10587                 Fix window resizing that refused to size down
10588         * src/prefs_common.c
10589         * src/prefs_common.h
10590         * src/prefs_filtering.c
10591                 Save Filtering's window size
10592
10593 2005-04-21 [paul]       1.9.6cvs45
10594
10595         * ChangeLog-gtk2.claws
10596         * src/setup.c
10597                 correction to sync
10598
10599 2005-04-21 [paul]       1.9.6cvs44
10600
10601         sync with main:
10602
10603         * src/setup.c
10604         * src/statusbar.c
10605         * src/statusbar.h
10606                 use gtkut_widget_draw_now(). Improved performance
10607                 of the update of statusbar
10608         * src/textview.c
10609                 textview_smooth_scroll_do(): redraw it after scroll
10610                 is done (fixed incorrect display when a part of the
10611                 view is hidden).
10612         * src/gtk/gtkutils.c
10613         * src/gtk/gtkutils.h
10614                 gtkut_widget_draw_now(): use gdk_window_process_updates()
10615                 to force update of widgets.
10616                 Removed gtkut_widget_wait_for_draw() which had a big
10617                 overhead  because of waiting for all events processed 
10618
10619 2005-04-20 [paul]       1.9.6cvs43
10620
10621         * src/codeconv.c
10622                 complete 1.9.6cvs42's sync:
10623                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
10624
10625 2005-04-19 [paul]       1.9.6cvs42
10626
10627         sync with main:
10628
10629         * src/action.c
10630                 catch_output(): correctly select the insert text
10631                 (fix invalid iterator warnings).
10632         * src/codeconv.c
10633         * src/codeconv.h
10634         * src/mainwindow.c
10635         * src/messageview.c
10636         * src/prefs_common.c
10637                 support GBK encoding.
10638         * src/common/session.c
10639         * src/common/session.h
10640                 use separate buffer for large data to be sent,
10641                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
10642
10643 2005-04-18 [paul]       1.9.6cvs41
10644
10645         * src/jpilot.c
10646                 convert unsigned long into guint32
10647                 patch by Paul LeoNerd Evans 
10648
10649 2005-04-17 [colin]      1.9.6cvs40
10650
10651         * src/compose.c
10652                 Fix 'Request return receipt' from folder
10653                 properties (bug #708)
10654
10655 2005-04-17 [colin]      1.9.6cvs39
10656
10657         * src/mainwindow.c
10658                 Fix duplicate hotkeys in Mainwindow's menu
10659
10660 2005-04-17 [colin]      1.9.6cvs38
10661
10662         * src/folderview.c
10663                 Fix duplicate hotkeys in Folderview's contextual
10664                 menu
10665
10666 2005-04-15 [colin]      1.9.6cvs37
10667
10668         * src/summaryview.c
10669                 Fix 'Save as...' with non-ascii filenames
10670
10671 2005-04-15 [colin]      1.9.6cvs36
10672
10673         * src/plugins/pgpmime/pgpmime.c
10674                 Fix bus error on 64bit. Spotted by 
10675                 macallan1888@gmail.com
10676
10677 2005-04-15 [colin]      1.9.6cvs35
10678
10679         * src/prefs_account.c
10680                 Fix cvs34.
10681
10682 2005-04-12 [colin]      1.9.6cvs34
10683
10684         * src/prefs_account.c
10685                 Fix smtp auth type off-by-one. We forgot to
10686                 add PLAIN in the prefs-to-gui setter func and
10687                 as a result, the selected auth when opening
10688                 account prefs was not the correct one.
10689
10690 2005-04-12 [paul]       1.9.6cvs33
10691
10692         * src/inc.c
10693                 if the recv dialog is visible, Cancel only
10694                 cancels the current account
10695
10696
10697 2005-04-10 [colin]      1.9.6cvs32
10698
10699         * src/filtering.c
10700                 Copy score when copying FilteringActions
10701                 Fix bug #674
10702
10703 2005-04-10 [colin]      1.9.6cvs31
10704
10705         * src/inc.c
10706                 Make Message -> Receive -> Cancel cancel 
10707                 incorporation on all accounts. Fixes
10708                 bug #693
10709
10710 2005-04-10 [colin]      1.9.6cvs30
10711
10712         * src/prefs_account.c
10713                 Update Privacy checkbuttons status based
10714                 on the selected privacy system
10715         * src/compose.c
10716                 Always connect the "None" privacy system; the
10717                 static boolean was probably there to avoid
10718                 reconnecting twice in the same compose window,
10719                 but as the parent function is only called once
10720                 per compose, it's only a bug - as a static is
10721                 initialized once per application instance.
10722                 Also, don't uncheck Sign and Encrypt when
10723                 selecting None as privacy system; just ignore
10724                 them when sending/queuing.
10725                 Should fix bug #695
10726
10727 2005-04-08 [colin]      1.9.6cvs29
10728
10729         * src/account.c
10730         * src/prefs_account.c
10731         * src/prefs_account.h
10732                 Add account preference to queue message in a certain
10733                 folder.
10734
10735 2005-04-06 [colin]      1.9.6cvs28
10736
10737         * src/prefs_account.c
10738                 Update old inbox path syntax
10739
10740 2005-04-06 [paul]       1.9.6cvs27
10741
10742         sync with main:
10743
10744         * configure.ac
10745                 changed -traditional-cpp to -no-cpp-precomp for newer
10746                 Mac OS X support
10747         * src/foldersel.c
10748                 made column resize automatically
10749         * src/send_message.c
10750                 send_message_smtp(): consider EOF right after QUIT
10751                 successful (workaround for Gmail SMTP server)
10752         * src/common/socket.c
10753                 ssl_read(), ssl_peek(): check EOF which violates the
10754                 SSL protocol
10755         * src/gtk/colorlabel.c
10756                 removed warnings when displaying colorlabel menu
10757                 (don't use GtkAlignment)
10758
10759 2005-04-05 [paul]       1.9.6cvs26
10760
10761         * src/plugins/trayicon/trayicon.c
10762                 fix clipping of icon under KDE3 
10763
10764 2005-04-05 [paul]       1.9.6cvs25
10765
10766         * src/summaryview.c
10767                 hide display of threading
10768                 patch by Alfons
10769
10770 2005-04-04 [thorsten]   1.9.6cvs24
10771
10772         * src/mh.c
10773                 marks lost on filesystems with different stat() results on
10774                 summer-/wintertime
10775
10776 2005-04-03 [colin]      1.9.6cvs23
10777
10778         * src/summaryview.c
10779                 Don't handle up/down. Patch by Alfons
10780
10781 2005-04-02 [colin]      1.9.6cvs22
10782
10783         * src/summaryview.c
10784                 Make scrolling faster. Patch by Alfons.
10785
10786 2005-04-01 [colin]      1.9.6cvs21
10787
10788         * src/Makefile.am
10789         * src/stock_pixmap.c
10790         * src/pixmaps/dir-noselect.xpm ** REMOVED **
10791         * src/pixmaps/dir_noselect.xpm ** ADDED **
10792                 Fix pixmap name mismatch (Thanks Stephan Sachse)
10793
10794 2005-04-01 [colin]      1.9.6cvs20
10795
10796         * src/image_viewer.c
10797         * src/image_viewer.h
10798         * src/procmime.c
10799         * src/procmime.h
10800         * src/textview.c
10801         * src/textview.h
10802                 Implement inline image resizing and right-clicking
10803
10804 2005-04-01 [paul]       1.9.6cvs19
10805
10806         * AUTHORS
10807         * Makefile.am
10808         * configure.ac
10809                 check for gnome2
10810                 patch by Luca Cavalli <loopback<AT>slackit.org>
10811         * po/ru.po
10812                 updated by Pavlo Bohmat
10813
10814 2005-03-31 [colin]      1.9.6cvs18
10815
10816         * src/news.c
10817                 Fix parsing references
10818         * src/msgcache.c
10819                 don't put nulls in the references list
10820         * src/procheader.c
10821                 commit that forgotten file in 1.9.6cvs14
10822
10823 2005-03-31 [colin]      1.9.6cvs17
10824
10825         * src/compose.c
10826                 Fix joining of signature separator again. 
10827                 Maybe Hiro could put it in main too...
10828
10829 2005-03-31 [colin]      1.9.6cvs16
10830
10831         * src/Makefile.am
10832         * src/foldersel.c
10833         * src/stock_pixmap.c
10834         * src/stock_pixmap.h
10835         * src/pixmaps/dir-noselect.xpm
10836                 Update foldersel.c (sync from main, patch by Alfons)
10837
10838 2005-03-30 [colin]      1.9.6cvs15
10839
10840         * src/imap.c
10841                 Fix handling of imap folders containing [] in 
10842                 their name. Thanks to Nahuel Angelinetti for
10843                 the detailed bugreport.
10844
10845 2005-03-30 [colin]      1.9.6cvs14
10846
10847         * src/common/utils.h
10848         * src/common/utils.c
10849         * src/common/defs.h
10850         * src/matcher.c
10851         * src/msgcache.c
10852         * src/news.c
10853         * src/procmsg.c
10854         * src/procmsg.h
10855         * src/quote_fmt_parse.y
10856         * src/summaryview.c
10857                 Update references system. Patch by Alfons
10858
10859 2005-03-30 [colin]      1.9.6cvs13
10860
10861         * src/common/socket.c
10862                 Force the glibc to read resolv.conf again when 
10863                 it has changed. Should fix issues when changing
10864                 networks on a laptop and not restarting sylpheed. 
10865
10866 2005-03-30 [paul]       1.9.6cvs12
10867
10868         partial sync with main:
10869
10870         * src/action.c
10871                 create_io_dialog(): use user-defined text font
10872                 (thanks to Alfons), and modified its appearance.
10873         * src/addrgather.c
10874         * src/addrharvest.c
10875         * src/browseldap.c
10876                 replace old code
10877         * src/compose.c
10878                 don't join (presumably) itemized lines on line-wrapping
10879                 fixed wrapping of quote when auto-wrapping is enabled
10880                 compose_destroy(): destroy paned only if it's not
10881                 attached to window. Fixed memory leak of popup menu.
10882         * src/exphtmldlg.c
10883         * src/expldifdlg.c
10884                 replace old code
10885         * src/html.c
10886         * src/html.h
10887         * src/importmutt.c
10888         * src/importpine.c
10889                 replace old code
10890         * src/main.c
10891                 removed redundant code
10892         * src/mainwindow.c
10893                 changed 'Code set' (which is rather incorrect)
10894                 in the menu to 'Character encoding'
10895                 main_window_set_widgets(): request size first
10896                 to prevent window size becoming wrong
10897                 fixed remembering of the state of the visibility
10898                 of MessageView
10899         * src/messageview.c
10900                 changed 'Code set' (which is rather incorrect)
10901                 in the menu to 'Character encoding'
10902         * src/prefs_common.c
10903         * src/prefs_common.h
10904                 added an option whether to render HTML as text or not
10905                 added separators to outgoing encoding menu
10906         * src/procheader.c
10907                 procheader_scan_date_string(): support header
10908                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
10909         * src/summaryview.c
10910         * src/summaryview.h
10911                 minor code cleanup
10912         * src/textview.c
10913                 textview_show_html(): force output of newline
10914                 added an option whether to render HTML as text or not
10915         * src/common/utils.c
10916                 strncpy2(): optimized based on Alfons' code
10917         * src/gtk/gtkutils.c
10918         * src/gtk/gtkutils.h
10919                 removed non-used code
10920         * src/plugins/pgpmime/passphrase.c
10921                 partially fixed grab input of passphrase dialog
10922                 Confine pointer to window
10923
10924 2005-03-30 [colin]      1.9.6cvs11
10925
10926         * src/msgcache.c
10927         * src/msgcache.h
10928                 Read/write 32bit ints from cache & marks
10929                 From main.
10930
10931 2005-03-29 [paul]       1.9.6cvs10
10932
10933         * AUTHORS
10934         * ChangeLog.claws
10935         * src/compose.c
10936         * src/gtk/gtkaspell.c
10937                 sync with HEAD (don't pass NULL pointers) 
10938
10939 2005-03-24 [paul]
10940
10941         * tools/Makefile.am
10942         * tools/README
10943         * tools/acroread2sylpheed.pl
10944                 sync with HEAD (add script to send pdfs as
10945                 attachments from Adobe Reader 7)
10946
10947 2005-03-21 [paul]       1.9.6cvs9
10948
10949         * configure.ac
10950         * po/POTFILES.in
10951         * src/Makefile.am
10952         * src/crash.c
10953         * src/image_viewer.c ** ADDED **
10954         * src/image_viewer.h ** ADDED **
10955         * src/main.c
10956         * src/prefs_common.c
10957         * src/prefs_common.h
10958         * src/prefs_image_viewer.c ** ADDED **
10959         * src/prefs_image_viewer.h ** ADDED **
10960         * src/textview.c
10961         * src/gtk/about.c
10962         * src/pixmaps/sylpheed_logo.xpm
10963         * src/plugins/Makefile.am
10964         * src/plugins/image_viewer/.cvsignore ** REMOVED **
10965         * src/plugins/image_viewer/Makefile.am ** REMOVED **
10966         * src/plugins/image_viewer/plugin.c ** REMOVED **
10967         * src/plugins/image_viewer/viewer.c ** REMOVED **
10968         * src/plugins/image_viewer/viewer.glade ** REMOVED **
10969         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
10970         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
10971         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
10972         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
10973                 as gdk-pixbuf is now built-in
10974                 remove image_viewer plugin and put code back into
10975                 main codebase
10976                 implement inline image display (sync with main)
10977
10978                 replace logo with newer, nicer, larger version  
10979
10980 2005-03-21 [paul]       1.9.6cvs8
10981
10982         * src/gtk/about.c
10983                 cosmetic improvement
10984
10985 2005-03-21 [holger]     1.9.6cvs7
10986
10987         * src/plugins/spamassassin/spamassassin.c
10988                 Sync with HEAD
10989                 (unregister hook on failed plugin init)
10990
10991 2005-03-20 [colin]      1.9.6cvs6
10992
10993         * src/common/plugin.c
10994                 Check that plugin isn't already loaded
10995                 Patch by Alfons
10996
10997 2005-03-20 [thorsten]   1.9.6cvs5
10998
10999         * src/compose.c
11000                 use a more compatible syntax
11001
11002 2005-03-20 [thorsten]   1.9.6cvs4
11003
11004         * src/prefs_toolbar.c
11005                 fix crash when selecting toolbar item (uninitialized pointer)
11006
11007 2005-03-20 [thorsten]   1.9.6cvs3
11008
11009         * src/procmime.c
11010                 fix mimetype detection (referenced free()d string)
11011
11012 2005-03-20 [paul]       1.9.6cvs2
11013
11014         * src/compose.c
11015                 sync with HEAD (1.0.3cvs5)
11016                 neglect Reply-To header if empty
11017                 Patch by Alfons 
11018
11019 2005-03-19 [holger]     1.9.6cvs1
11020
11021         * src/summaryview.c
11022         * src/summaryview.h
11023                 Sync with HEAD
11024
11025 2005-03-18 [paul]       1.9.6
11026
11027         initial GTK2 release
11028
11029 2005-03-18 [paul]       1.0.3cvs3.1
11030
11031         * AUTHORS
11032         * ChangeLog.claws
11033         * configure.ac
11034         * src/gtk/about.c
11035         * src/pixmaps/sylpheed_logo.xpm
11036                 sync with HEAD
11037
11038 2005-03-18 [colin]      1.0.3cvs2.6
11039
11040         * src/summaryview.c
11041                 Remove call to summary_step in summary_copy_selected_to
11042                 Can't see its purpose, and this causes bug when copying
11043                 a message if the next one is unread: it reads it.
11044
11045 2005-03-18 [paul]       1.0.3cvs2.5
11046
11047         * src/foldersel.c
11048                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
11049
11050 2005-03-18 [paul]       1.0.3cvs2.4
11051
11052         * src/addrharvest.c
11053         * src/codeconv.c
11054         * src/codeconv.h
11055         * src/compose.c
11056         * src/news.c
11057         * src/procheader.c
11058         * src/procmime.c
11059         * src/unmime.c
11060         * src/unmime.h
11061                 fix buffer overflow, CAN-2005-0667, see
11062                 http://secunia.com/advisories/14491/
11063                 Patch by Alfons
11064
11065 2005-03-17 [colin]      1.0.3cvs2.3
11066
11067         * src/prefs_fonts.c
11068         * src/summaryview.c
11069                 Fix font bugs (both lists now officialy share 
11070                 the same font)
11071                 
11072
11073 2005-03-17 [paul]       1.0.3cvs2.2
11074
11075         * src/gtk/pluginwindow.c
11076                 make plugin descriptions uneditable
11077
11078 2005-03-11 [paul]       1.0.3cvs2.1
11079
11080         * ChangeLog.claws
11081         * configure.ac
11082         * po/POTFILES.in
11083         * src/plugins/trayicon/trayicon.c
11084                 sync with HEAD
11085                 add src/wizard.c to POTFILES.in
11086
11087 2005-03-11 [paul]       1.0.3cvs1.1
11088
11089         * ChangeLog
11090         * ChangeLog.claws
11091         * configure.ac
11092         * po/de.po
11093         * po/es.po
11094         * po/fr.po
11095         * po/it.po
11096         * po/pt_BR.po
11097         * po/ru.po
11098         * po/sk.po
11099         * po/sr.po
11100         * po/zh_CN.po
11101                 sync with HEAD
11102
11103 2005-03-04 [colin]      1.0.1cvs22.2
11104
11105         * src/compose.c
11106                 Fix signatures with accentued chars in it
11107
11108 2005-03-04 [colin]      1.0.1cvs22.1
11109
11110         * src/common/smtp.c
11111         * src/common/smtp.h
11112                 Don't use SIZE param in MAIL FROM: if server 
11113                 doesn't support it. Patch by Eugen Freiter
11114                 <eugen_f@users.sf.net>
11115
11116 2005-02-27 [paul]       1.0.1cvs20.1
11117
11118         * ChangeLog.claws
11119         * configure.ac
11120         * src/messageview.c
11121                 sync with HEAD
11122
11123 2005-02-27 [colin]      1.0.1cvs19.4
11124
11125         * src/procheader.c
11126         * src/procheader.h
11127                 Fix prototypes. Patch by Alfons
11128
11129 2005-02-27 [colin]      1.0.1cvs19.3
11130
11131         * src/compose.c
11132                 Don't auto-join the signature separator.
11133
11134 2005-02-26 [colin]      1.0.1cvs19.2
11135
11136         * src/summaryview.c
11137                 Fix 'mark all read' with collapsed threads.
11138                 Patch by Alfons.
11139
11140 2005-02-25 [paul]       1.0.1cvs19.1
11141
11142         * ChangeLog.claws
11143         * configure.ac
11144         * src/prefs_account.c
11145         * src/prefs_folder_item.c
11146         * src/gtk/prefswindow.c
11147         * src/gtk/prefswindow.h
11148                 sync with HEAD
11149
11150 2005-02-25 [paul]       1.0.1cvs15.12
11151
11152         * src/alertpanel.c
11153         * src/codeconv.c
11154         * src/compose.c
11155         * src/textview.c
11156         * src/gtk/gtkutils.c
11157         * src/gtk/gtkutils.h
11158         * src/gtk/logwindow.c
11159         * src/gtk/progressdialog.c
11160                 sync with main (revision 127)
11161                 and fix logwindow clipping
11162
11163 2005-02-24 [colin]      1.0.1cvs15.11
11164
11165         * src/plugins/pgpmime/passphrase.c
11166                 Disable input grabbing; it doesn't work yet.
11167
11168 2005-02-24 [colin]      1.0.1cvs15.10
11169
11170         * src/messageview.c
11171                 Don't send out receipts if offline. Ask.
11172
11173 2005-02-23 [colin]      1.0.1cvs15.9
11174
11175         * src/summaryview.c     
11176                 Fix expanding
11177
11178 2005-02-23 [colin]      1.0.1cvs15.8
11179
11180         * src/summaryview.c
11181                 Really fix Bug 568 by removing useless
11182                 calls. summary_thread_init() now called
11183                 in summary_sort(). This should please
11184                 Alfons as it should be faster than 
11185                 previously.
11186
11187 2005-02-23 [colin]      1.0.1cvs15.7
11188
11189         * src/compose.c
11190                 Encode parts as QP or B64 if signing
11191
11192 2005-02-23 [colin]      1.0.1cvs15.6
11193
11194         * src/compose.c
11195                 Fix Mimeinfo leakage (including tmp files)
11196         * src/procmsg.c
11197                 Fix tmp file leakage (spotted by Ivan Rayner)
11198
11199 2005-02-22 [colin]      1.0.1cvs15.5
11200
11201         * src/expldifdlg.c
11202                 Fix keyboard input. Patch by Alfons.
11203
11204 2005-02-21 [colin]      1.0.1cvs15.4
11205
11206         * src/compose.c
11207                 Fix Sign/Encrypt when unselecting privacy
11208                 system
11209         * src/prefs_common.c
11210                 Change default message font to Monospace
11211         * src/summaryview.c
11212                 More freezing during potentially large operations
11213
11214 2005-02-21 [paul]       1.0.1cvs15.3
11215
11216         * src/main.c
11217                 fix --help output
11218
11219 2005-02-21 [paul]       1.0.1cvs15.2
11220
11221         * po/Makefile.in.in
11222         * src/compose.c
11223         * src/summaryview.c
11224         * src/textview.c
11225         * src/common/utils.c
11226         * src/common/utils.h
11227                 sync with main (revision 117)
11228
11229 2005-02-20 [colin]      1.0.1cvs15.1
11230
11231         * src/common/defs.h
11232                 Change cache file to .sylpheed_claws_cache, as
11233                 suggested by Alfons. Allows people to switch
11234                 between Sylpheed and Sylpheed-Claws. it is
11235                 a good idea to "Check for new messages" at next
11236                 startup.
11237
11238
11239 2005-02-18 [colin]      1.0.1cvs14.1
11240
11241         * src/quote_fmt_lex.l
11242         * src/quote_fmt_parse.y
11243                 Fix parser initialisation. Patch by Ivan.
11244
11245 2005-02-18 [colin]      1.0.1cvs11.6
11246
11247         * src/folderview.c
11248                 Fix scrolldown (bug 662)
11249
11250 2005-02-17 [colin]      1.0.1cvs11.5
11251
11252         * src/codeconv.c
11253                 conv_filename_to_utf8: return clean 7bit instead
11254                 of broken utf8 if needed
11255         * src/mimeview.c
11256                 Fix display of parts with unclean 8bit names
11257
11258 2005-02-17 [paul]       1.0.1cvs11.4
11259
11260         * src/compose.c
11261         * src/exportldif.c
11262         * src/matcher_parser_parse.y
11263         * src/procmime.c
11264         * src/sourcewindow.c
11265         * src/common/Makefile.am
11266         * src/common/intl.h             ** REMOVED **
11267         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11268                 sync with main (revision 109)
11269                 and clean up
11270
11271 2005-02-16 [colin]      1.0.1cvs11.3
11272
11273         * src/summaryview.c
11274                 Fix collapsed thread not highlighting when new
11275                 messages in it (Bug 568) Patch by Stephan Sachse.
11276                 Fix messed up selection when reaching bounds (Bug 632)
11277         * src/prefs_themes.c
11278                 Fix theme installing (Bug 684)
11279
11280 2005-02-16 [colin]      1.0.1cvs11.2
11281
11282         * src/messageview.c
11283                 Fix messageview_select_all
11284
11285 2005-02-16 [colin]      1.0.1cvs11.1
11286
11287         * src/mh.c
11288                 Sync with HEAD (MH scan required function)
11289
11290 2005-02-15 [colin]      1.0.1cvs8.1
11291
11292         * src/mimeview.c
11293         * src/common/utils.c
11294                 Sync with HEAD (filename chars substitution)
11295
11296 2005-02-15 [colin]      1.0.1cvs7.3
11297
11298         * src/gtk/pluginwindow.c
11299                 Fix button spacing
11300
11301 2005-02-15 [colin]      1.0.1cvs7.2
11302
11303         * src/mimeview.c
11304                 Fix mime icons not reset across message when
11305                 scrolled down
11306
11307 2005-02-15 [colin]      1.0.1cvs7.1
11308
11309         * src/compose.c
11310         * src/procmime.c
11311                 Sync with HEAD (optimisation of cvs6)
11312
11313 2005-02-14 [colin]      1.0.1cvs6.1
11314
11315         * src/compose.c
11316         * src/procmime.c
11317                 Sync with HEAD (encode "From " at line beginning)
11318
11319 2005-02-14 [colin]      1.0.1cvs5.3
11320
11321         * src/compose.c
11322                 Fix wrapping with accentued chars.
11323
11324 2005-02-13 [colin]      1.0.1cvs5.2
11325
11326         * src/textview.c
11327                 Fix email informative part parsing with
11328                 accentued chars in it. ispunct() returns
11329                 true for them in utf8...
11330
11331 2005-02-12 [colin]      1.0.1cvs5.1
11332
11333         * src/filtering.c
11334                 Sync with HEAD (remove wrong use of compose after send)
11335
11336 2005-02-12 [paul]       1.0.1cvs4.5
11337
11338         * src/textview.c
11339                 remove unnecessary code (thanks to Alfons)
11340
11341 2005-02-12 [paul]       1.0.1cvs4.4
11342
11343         * src/textview.c
11344                 add 'Copy' to contextual menu on emails
11345
11346 2005-02-11 [colin]      1.0.1cvs4.3
11347
11348         * src/compose.c
11349                 revert 1.0.0cvs28.2, it doesn't work that well.
11350
11351 2005-02-11 [paul]       1.0.1cvs4.2
11352
11353         * po/Makefile.in.in
11354                 fix 'make release'
11355
11356 2005-02-10 [paul]       1.0.1cvs4.1
11357
11358         * ChangeLog
11359         * ChangeLog.claws
11360         * ChangeLog.jp
11361         * configure.ac
11362         * src/compose.c
11363                 sync with HEAD (sync with main)
11364
11365 2005-02-10 [paul]       1.0.1cvs3.2
11366
11367         * AUTHORS
11368         * Makefile.am
11369         * autogen.sh
11370         * configure.ac
11371         * config/mkinstalldirs
11372         * intl/.cvsignore
11373         * intl/ChangeLog
11374         * intl/VERSION
11375         * intl/bindtextdom.c
11376         * intl/config.charset
11377         * intl/dcgettext.c
11378         * intl/dcigettext.c
11379         * intl/dcngettext.c
11380         * intl/dgettext.c
11381         * intl/dngettext.c
11382         * intl/eval-plural.h
11383         * intl/explodename.c
11384         * intl/finddomain.c
11385         * intl/gettext.c
11386         * intl/gettextP.h
11387         * intl/gmo.h
11388         * intl/hash-string.h
11389         * intl/intl-compat.c
11390         * intl/l10nflist.c
11391         * intl/libgnuintl.h.in
11392         * intl/loadinfo.h
11393         * intl/loadmsgcat.c
11394         * intl/localcharset.c
11395         * intl/localcharset.h
11396         * intl/locale.alias
11397         * intl/localealias.c
11398         * intl/localename.c
11399         * intl/log.c
11400         * intl/ngettext.c
11401         * intl/os2compat.c
11402         * intl/os2compat.h
11403         * intl/osdep.c
11404         * intl/plural-exp.c
11405         * intl/plural-exp.h
11406         * intl/plural.c
11407         * intl/plural.y
11408         * intl/ref-add.sin
11409         * intl/ref-del.sin
11410         * intl/relocatable.c
11411         * intl/relocatable.h
11412         * intl/textdomain.c
11413         * m4/Makefile.am
11414         * po/Makefile.in.in
11415         * src/Makefile.am
11416         * src/account.c
11417         * src/action.c
11418         * src/addr_compl.c
11419         * src/addressadd.c
11420         * src/addressbook.c
11421         * src/addrgather.c
11422         * src/addrindex.c
11423         * src/alertpanel.c
11424         * src/browseldap.c
11425         * src/codeconv.c
11426         * src/codeconv.h
11427         * src/compose.c
11428         * src/compose.h
11429         * src/crash.c
11430         * src/editaddress.c
11431         * src/editbook.c
11432         * src/editgroup.c
11433         * src/editjpilot.c
11434         * src/editldap.c
11435         * src/editldap_basedn.c
11436         * src/editvcard.c
11437         * src/exphtmldlg.c
11438         * src/expldifdlg.c
11439         * src/export.c
11440         * src/exporthtml.c
11441         * src/filtering.c
11442         * src/folder.c
11443         * src/folder_item_prefs.c
11444         * src/foldersel.c
11445         * src/folderview.c
11446         * src/grouplistdialog.c
11447         * src/headerview.c
11448         * src/imap.c
11449         * src/imap_gtk.c
11450         * src/import.c
11451         * src/importldif.c
11452         * src/importmutt.c
11453         * src/importpine.c
11454         * src/inc.c
11455         * src/ldif.c
11456         * src/main.c
11457         * src/mainwindow.c
11458         * src/matcher.c
11459         * src/mbox.c
11460         * src/message_search.c
11461         * src/messageview.c
11462         * src/mh.c
11463         * src/mh_gtk.c
11464         * src/mimeview.c
11465         * src/msgcache.c
11466         * src/news.c
11467         * src/news_gtk.c
11468         * src/noticeview.c
11469         * src/partial_download.c
11470         * src/pop.c
11471         * src/prefs_account.c
11472         * src/prefs_actions.c
11473         * src/prefs_common.c
11474         * src/prefs_customheader.c
11475         * src/prefs_display_header.c
11476         * src/prefs_ext_prog.c
11477         * src/prefs_filtering.c
11478         * src/prefs_filtering_action.c
11479         * src/prefs_folder_item.c
11480         * src/prefs_fonts.c
11481         * src/prefs_gtk.c
11482         * src/prefs_matcher.c
11483         * src/prefs_msg_colors.c
11484         * src/prefs_spelling.c
11485         * src/prefs_summary_column.c
11486         * src/prefs_template.c
11487         * src/prefs_themes.c
11488         * src/prefs_toolbar.c
11489         * src/prefs_wrapping.c
11490         * src/privacy.c
11491         * src/procheader.c
11492         * src/procmime.c
11493         * src/procmsg.c
11494         * src/quote_fmt.c
11495         * src/recv.c
11496         * src/send_message.c
11497         * src/setup.c
11498         * src/sourcewindow.c
11499         * src/ssl_manager.c
11500         * src/statusbar.c
11501         * src/summary_search.c
11502         * src/summaryview.c
11503         * src/textview.c
11504         * src/toolbar.c
11505         * src/wizard.c
11506         * src/common/nntp.c
11507         * src/common/plugin.c
11508         * src/common/smtp.c
11509         * src/common/ssl.c
11510         * src/common/ssl_certificate.c
11511         * src/common/string_match.c
11512         * src/common/sylpheed.c
11513         * src/common/template.c
11514         * src/common/utils.c
11515         * src/gtk/about.c
11516         * src/gtk/colorlabel.c
11517         * src/gtk/description_window.c
11518         * src/gtk/filesel.c
11519         * src/gtk/foldersort.c
11520         * src/gtk/gtkaspell.c
11521         * src/gtk/gtkutils.c
11522         * src/gtk/inputdialog.c
11523         * src/gtk/logwindow.c
11524         * src/gtk/menu.c
11525         * src/gtk/pluginwindow.c
11526         * src/gtk/prefswindow.c
11527         * src/gtk/progressdialog.c
11528         * src/gtk/quicksearch.c
11529         * src/gtk/sslcertwindow.c
11530         * src/plugins/clamav/clamav_plugin.c
11531         * src/plugins/clamav/clamav_plugin_gtk.c
11532         * src/plugins/demo/demo.c
11533         * src/plugins/dillo_viewer/dillo_prefs.c
11534         * src/plugins/dillo_viewer/dillo_viewer.c
11535         * src/plugins/image_viewer/plugin.c
11536         * src/plugins/image_viewer/viewer.c
11537         * src/plugins/image_viewer/viewerprefs.c
11538         * src/plugins/mathml_viewer/mathml_viewer.c
11539         * src/plugins/pgpmime/passphrase.c
11540         * src/plugins/pgpmime/plugin.c
11541         * src/plugins/pgpmime/prefs_gpg.c
11542         * src/plugins/pgpmime/select-keys.c
11543         * src/plugins/pgpmime/sgpgme.c
11544         * src/plugins/spamassassin/spamassassin.c
11545         * src/plugins/spamassassin/spamassassin_gtk.c
11546         * src/plugins/trayicon/trayicon.c
11547                 sync with main (revision 104)
11548
11549 2005-02-10 [colin]      1.0.1cvs3.1
11550
11551         * src/mainwindow.c
11552                 Sync with HEAD (fix occasional crasher)
11553
11554 2005-02-10 [colin]      1.0.1cvs2.1
11555
11556         * src/messageview.c
11557                 Synw with HEAD (don't automatically display html)
11558
11559 2005-02-09 [colin]      1.0.1cvs1.3
11560
11561         * src/textview.c
11562         * src/textview.h
11563                 Add contextual menu on emails
11564
11565 2005-02-09 [colin]      1.0.1cvs1.2
11566
11567         * src/codeconv.c
11568                 Fix converting from broken headers and 
11569                 put back the _ in missing places
11570                 (feature broke with cvs24.2 sync, main 
11571                  possibly affected?)
11572
11573 2005-02-09 [colin]      1.0.1cvs1.1
11574
11575         * src/messageview.c
11576         * src/mimeview.c
11577         * src/mimeview.h
11578                 Sync with HEAD (display non text/plain mails with plugin)
11579
11580 2005-02-08 [colin]      1.0.1.1
11581
11582         * ChangeLog.claws
11583         * po/pt_BR.po
11584                 Sync with HEAD
11585         * configure.ac
11586                 Make default configuration directory 
11587                 be .sylpheed-gtk2
11588
11589 2005-02-08 [colin]      1.0.0cvs29.1
11590
11591         * po/de.po
11592         * po/es.po
11593         * po/fr.po
11594         * po/it.po
11595         * po/sk.po
11596         * po/sr.po
11597                 Sync translations with HEAD
11598
11599 2005-02-06 [colin]      1.0.0cvs28.3
11600
11601         * src/compose.c
11602                 Make compose a bit faster - patch by Alfons.
11603
11604 2005-02-06 [colin]      1.0.0cvs28.2
11605
11606         * src/compose.c
11607                 Make pasting via middle-click more reliable
11608
11609 2005-02-05 [paul]       1.0.0cvs28.1
11610
11611         * ChangeLog
11612         * ChangeLog.claws
11613         * ChangeLog.jp
11614         * configure.ac
11615         * src/compose.c
11616                 sync with HEAD
11617                 (fix bug 682 'redirect is broken'
11618
11619 2005-02-05 [torte]      1.0.0cvs27.1
11620
11621         * ChangeLog.claws
11622         * configure.ac
11623         * src/partial_download.c
11624                 Sync with HEAD (fix buf overflow)
11625
11626 2005-02-03 [colin]      1.0.0cvs26.1
11627
11628         * src/common/plugin.c
11629                 Sync with HEAD (avoid plugin mismatches)
11630
11631 2005-02-03 [paul]       1.0.0cvs25.3
11632
11633         * src/folderview.c
11634         * src/headerview.c
11635         * src/summaryview.c
11636         * src/textview.c
11637         * src/gtk/colorlabel.c
11638                 third and final part of initial sync with main-gtk2
11639
11640 2005-02-03 [paul]       1.0.0cvs25.2
11641
11642         * src/jpilot.c
11643                 fix building with jpilot support
11644
11645 2005-02-02 [colin]      1.0.0cvs25.1
11646
11647         * src/messageview.c
11648                 Sync with HEAD (fix dangerous typo)
11649
11650 2005-02-01 [colin]      1.0.0cvs24.3
11651
11652         * src/common/xml.c
11653                 Write file as advertised (UTF-8)
11654
11655 2005-02-01 [paul]       1.0.0cvs24.2
11656
11657         * src/addrbook.c
11658         * src/addrindex.c
11659         * src/alertpanel.h
11660         * src/codeconv.c
11661         * src/codeconv.h
11662         * src/compose.c
11663         * src/export.c
11664         * src/folder_item_prefs.c
11665         * src/html.c
11666         * src/imap.c
11667         * src/import.c
11668         * src/jpilot.c
11669         * src/mainwindow.c
11670         * src/matcher_parser_lex.l
11671         * src/messageview.c
11672         * src/mh.c
11673         * src/prefs_account.c
11674         * src/prefs_actions.c
11675         * src/prefs_common.c
11676         * src/prefs_gtk.c
11677         * src/prefs_gtk.h
11678         * src/prefs_themes.c
11679         * src/procheader.c
11680         * src/procmime.c
11681         * src/sourcewindow.c
11682         * src/statusbar.c
11683         * src/summaryview.c
11684         * src/textview.c
11685         * src/toolbar.c
11686         * src/unmime.c
11687         * src/common/template.c
11688         * src/common/utils.c
11689         * src/common/xml.c
11690         * src/common/xml.h
11691         * src/gtk/gtkaspell.c
11692         * src/plugins/clamav/clamav_plugin.c
11693         * src/plugins/dillo_viewer/dillo_prefs.c
11694         * src/plugins/image_viewer/viewerprefs.c
11695         * src/plugins/pgpmime/passphrase.c
11696         * src/plugins/pgpmime/prefs_gpg.c
11697         * src/plugins/pgpmime/select-keys.c
11698         * src/plugins/spamassassin/spamassassin.c
11699                 second part of initial sync with main-gtk2
11700                 (more to follow)
11701
11702 2005-01-31 [colin]      1.0.0cvs24.1
11703
11704         * src/compose.c
11705                 Sync with HEAD
11706
11707 2005-01-29 [paul]       1.0.0cvs23.2
11708
11709         * src/account.c
11710         * src/action.c
11711         * src/addressadd.c
11712         * src/addressbook.c
11713         * src/alertpanel.c
11714         * src/compose.c
11715         * src/editaddress.c
11716         * src/editbook.c
11717         * src/editgroup.c
11718         * src/editjpilot.c
11719         * src/editldap.c
11720         * src/editldap_basedn.c
11721         * src/editvcard.c
11722         * src/export.c
11723         * src/foldersel.c
11724         * src/grouplistdialog.c
11725         * src/import.c
11726         * src/importldif.c
11727         * src/inc.c
11728         * src/main.c
11729         * src/mainwindow.c
11730         * src/message_search.c
11731         * src/messageview.c
11732         * src/mimeview.c
11733         * src/prefs_actions.c
11734         * src/prefs_common.c
11735         * src/prefs_common.h
11736         * src/prefs_customheader.c
11737         * src/prefs_display_header.c
11738         * src/prefs_filtering.c
11739         * src/prefs_filtering_action.c
11740         * src/prefs_gtk.c
11741         * src/prefs_matcher.c
11742         * src/prefs_summary_column.c
11743         * src/prefs_template.c
11744         * src/sourcewindow.c
11745         * src/summary_search.c
11746         * src/summaryview.c
11747         * src/textview.c
11748         * src/gtk/about.c
11749         * src/gtk/description_window.c
11750         * src/gtk/gtkshruler.c
11751         * src/gtk/gtkutils.c
11752         * src/gtk/gtkutils.h
11753         * src/gtk/inputdialog.c
11754         * src/gtk/logwindow.c
11755         * src/gtk/prefswindow.c
11756         * src/gtk/progressdialog.c
11757         * src/gtk/progressdialog.h
11758                 first part of initial sync with main-gtk2
11759                 (more to follow)
11760
11761 2005-01-28 [colin]      1.0.0cvs23.1
11762
11763         * src/folderview.c
11764                 Sync with HEAD
11765
11766 2005-01-27 [colin]      1.0.0cvs21.1
11767
11768         * src/folder.c
11769         * src/folderview.c
11770                 Sync with HEAD
11771
11772 2005-01-27 [colin]      1.0.0cvs19.1
11773
11774         * src/procmime.c
11775                 Sync with HEAD
11776
11777 2005-01-27 [colin]      1.0.0cvs18.1
11778
11779         * src/messageview.c
11780         * src/summaryview.c
11781         * src/mainwindow.c
11782         * src/compose.c
11783         * src/compose.h
11784         * src/procmsg.c
11785         * src/procmsg.h
11786         * src/toolbar.c
11787                 Sync with HEAD
11788
11789 2005-01-26 [paul]       1.0.0cvs15.2
11790
11791         * src/compose.c
11792                 compose_entries_set(): convert subject and body to
11793                 utf8 if necessary. patch by Felix Eckhofer
11794
11795 2005-01-26 [paul]       1.0.0cvs15.1
11796
11797         * configure.ac
11798         * src/common/template.c
11799                 sync with HEAD (fix memory leak)
11800
11801 2005-01-25 [paul]       1.0.0cvs14.1
11802
11803         * configure.ac
11804         * src/compose.c
11805                 sync with HEAD
11806
11807 2005-01-24 [colin]      1.0.0cvs13.1
11808
11809         * src/summaryview.c
11810                 Sync with HEAD
11811
11812 2005-01-24 [paul]       1.0.0cvs12.1
11813
11814         * configure.ac
11815         * src/messageview.c
11816         * src/mh.c
11817         * src/common/utils.c
11818                 sync with HEAD
11819
11820 2005-01-24 [colin]      1.0.0cvs11.1
11821
11822         * src/procheader.c
11823                 Sync with HEAD
11824
11825 2005-01-24 [colin]      1.0.0cvs10.1
11826
11827         * src/folderview.c
11828                 Sync with HEAD
11829
11830 2005-01-23 [colin]      1.0.0cvs9.1
11831
11832         * src/crash.c
11833                 Sync with HEAD
11834
11835 2005-01-22 [colin]      1.0.0cvs8.1
11836
11837         * src/summaryview.c
11838         * src/gtk/quicksearch.c
11839                 Sync with HEAD
11840
11841 2005-01-21 [colin]      1.0.0cvs7.1
11842
11843         * src/summaryview.c
11844                 Sync with HEAD
11845
11846 2005-01-21 [colin]      1.0.0cvs6.1
11847
11848         * src/summaryview.c
11849                 Sync with HEAD
11850
11851 2005-01-21 [colin]      1.0.0cvs5.1
11852
11853         * src/gtk/quicksearch.c
11854         * src/prefs_common.c
11855         * src/prefs_common.h
11856                 Sync with HEAD (recurse option)
11857
11858 2005-01-21 [colin]      1.0.0cvs4.1
11859
11860         * src/folder.h
11861         * src/folderview.c
11862         * src/folderview.h
11863         * src/summaryview.c
11864         * src/gtk/quicksearch.c
11865         * src/gtk/quicksearch.h
11866                 Sync with HEAD (recursive quicksearch)
11867
11868 2005-01-20 [colin]      1.0.0cvs3.4
11869
11870         * src/ssl_manager.c
11871                 Remove useless code
11872
11873 2005-01-20 [colin]      1.0.0cvs3.3
11874
11875         * src/ssl_manager.c
11876                 Fix leak, thanks to Alfons.
11877
11878 2005-01-20 [colin]      1.0.0cvs3.2
11879
11880         * src/ssl_manager.c
11881                 Port SSL certificate window to GTK2.
11882
11883 2005-01-20 [paul]       1.0.0cvs3.1
11884
11885         * ChangeLog.claws
11886         * configure.ac
11887         * src/addrindex.c
11888         * src/addrindex.h
11889                 sync with HEAD
11890
11891 2005-01-19 [colin]      1.0.0cvs2.2
11892
11893         * src/plugins/trayicon/trayicon.c
11894                 Fix freeze with gtk-2.6, the easy way
11895                 (signal blocking helpless there...)
11896                 Closes bug #668.
11897
11898 2005-01-19 [colin]      1.0.0cvs2.1
11899
11900         * src/mbox.c
11901         * src/mbox.h
11902         * src/mainwindow.c
11903         * src/summaryview.c
11904         * src/summaryview.h
11905                 Sync with HEAD
11906
11907 2005-01-19 [paul]       1.0.0cvs1.1
11908
11909         * configure.ac
11910         * po/de.po
11911         * po/es.po
11912         * po/fr.po
11913         * po/hr.po
11914         * po/it.po
11915         * po/ja.po
11916         * po/ko.po
11917         * po/pt_BR.po
11918         * po/ru.po
11919         * po/sk.po
11920         * po/sr.po
11921                 sync with HEAD (update translations)
11922
11923 2005-01-18 [colin]      1.0.0cvs0.1
11924
11925         * src/foldersel.c
11926                 Specify search column - patch by Alfons
11927
11928 2005-01-18 [colin]      0.9.13cvs36.3
11929
11930         * src/prefs_toolbar.c
11931                 Change Delete to Remove
11932         * src/prefs_fonts.c
11933                 GTK2 version and leak fixes
11934         * src/prefs_actions.c
11935                 Add stock buttons.
11936                 All patches by Alfons
11937
11938 2005-01-17 [colin]      0.9.13cvs36.2
11939
11940         * src/compose.c
11941                 Fix DnD inserting twice. While at it,
11942                 add DnD support for text/plain in the
11943                 body, and add support in the headers.
11944
11945 2005-01-16 [colin]      0.9.13cvs36.1
11946
11947         * ChangeLog
11948         * ChangeLog.jp
11949         * ChangeLog.claws
11950                 Sync with HEAD (nothing applicable)
11951
11952 2005-01-16 [colin]      0.9.13cvs33.2
11953
11954         * src/prefs_toolbar.c
11955                 GTK2ize prefs_toolbar, by Alfons.
11956
11957 2005-01-14 [colin]      0.9.13cvs33.1
11958
11959         * src/html.c
11960         * src/msgcache.c
11961                 Sync with HEAD
11962
11963 2005-01-14 [colin]      0.9.13cvs32.1
11964
11965         * src/html.c
11966         * src/html.h
11967         * src/msgcache.c
11968         * AUTHORS
11969         * tools/calypso_convert.pl
11970                 Sync with HEAD
11971
11972 2005-01-08 [colin]      0.9.13cvs29.2
11973
11974         * src/prefs_filtering_action.c
11975         * src/prefs_filtering.c
11976                 2 more gtk2 patches by Alfons
11977
11978 2005-01-07 [paul]       0.9.13cvs29.1
11979
11980         * ChangeLog
11981         * ChangeLog.claws
11982         * ChangeLog.jp
11983         * configure.ac
11984         * src/pop.c
11985         * src/pop.h
11986                 sync with HEAD
11987
11988 2005-01-07 [colin]      0.9.13cvs28.3
11989
11990         * src/gtk/progressdialog.c
11991         * src/gtk/progressdialog.h
11992         * src/inc.c
11993         * src/send_message.c
11994                 GTK2 for the incorporation dialog. The CList isn't dead
11995                 yet, for a more smooth migration. Patch by Alfons.
11996
11997 2005-01-06 [colin]      0.9.13cvs28.2
11998
11999         * src/prefs_display_header.c
12000                 GTK2 conversion by Alfons
12001         * src/prefs_actions.c
12002         * src/prefs_matcher.c
12003                 Fix 2 leaks - patch by Alfons
12004
12005 2005-01-06 [colin]      0.9.13cvs28.1
12006
12007         * src/prefs_matcher.c
12008                 Sync with HEAD
12009
12010 2005-01-06 [colin]      0.9.13cvs27.4
12011
12012         * src/prefs_matcher.c
12013                 Fix double-free. Patch by Alfons
12014
12015 2005-01-06 [colin]      0.9.13cvs27.3
12016
12017         * src/prefs_matcher.c
12018                 GTK2 widgets + memleak
12019                 Patch by Alfons
12020
12021 2005-01-05 [colin]      0.9.13cvs27.2
12022
12023         * src/account.c
12024         * src/addr_compl.c
12025         * src/foldersel.c
12026         * src/stock_pixmap.c
12027         * src/stock_pixmap.h
12028                 3 more GTK2 patches by Alfons.
12029
12030 2005-01-04 [colin]      0.9.13cvs27.1
12031
12032         * src/folderview.c
12033         * src/imap_gtk.c
12034         * src/news_gtk.c
12035                 Sync with HEAD
12036
12037 2005-01-04 [colin]      0.9.13cvs25.9
12038
12039         * src/compose.c
12040                 Fix Show Ruler menuitem
12041         * src/prefs_template.c
12042                 Convert to GTK2
12043         * src/common/utils.c
12044                 Make auto pointer stuff handles NULLs
12045                 Patches by Alfons.
12046
12047 2005-01-04 [colin]      0.9.13cvs25.8
12048
12049         * src/compose.c
12050                 Move the attachment list to gtk2
12051                 Patch by Alfons.
12052
12053 2005-01-04 [colin]      0.9.13cvs25.7
12054
12055         * src/textview.c
12056                 Make some keys work again
12057                 Patch by SungHyun Nam <namsh@kldp.org>
12058
12059 2005-01-04 [colin]      0.9.13cvs25.6
12060
12061         * src/gtk/gtkshruler.c
12062                 Move the ruler to GTK2
12063                 Patch by Alfons
12064
12065 2005-01-03 [colin]      0.9.13cvs25.5
12066
12067         * src/compose.c
12068                 Fix my broken patch apply 
12069
12070 2005-01-03 [colin]      0.9.13cvs25.4
12071
12072         * src/common/utils.c
12073         * src/common/utils.h
12074         * src/gtk/prefswindow.c
12075                 Move auto pointer stuff to utils.c
12076                 Patch by Alfons again :)
12077
12078 2005-01-03 [colin]      0.9.13cvs25.3
12079
12080         * src/compose.c
12081         * src/prefs_gtk.c
12082         * src/prefs_template.c
12083         * src/textview.c
12084                 Empty text widgets with empty strings, not NULL char
12085                 Patch by SungHyun Nam <namsh@kldp_org>
12086
12087 2005-01-03 [colin]      0.9.13cvs25.2
12088
12089         * src/main.c
12090         * AUTHORS
12091                 Sync with HEAD
12092
12093 2005-01-03 [colin]      0.9.13cvs25.1
12094
12095         * src/pop.c
12096         * src/pop.h
12097                 Sync with HEAD
12098
12099 2005-01-03 [colin]      0.9.13cvs24.3
12100
12101         * src/account.c
12102                 Two patches from Alfons and Alex S Moore:
12103                 fix images, fix return value.
12104
12105 2005-01-01 [colin]      0.9.13cvs24.2
12106
12107         * src/prefs_actions.c
12108                 Fix over-zealous assertion. Patch by Alfons
12109
12110 2005-01-01 [colin]      0.9.13cvs24.1
12111
12112         * src/procmime.c
12113                 Sync with HEAD (leak fix)
12114
12115 2004-12-31 [colin]      0.9.13cvs23.2
12116
12117         * src/prefs_common.c
12118                 GTK2 widgets + stock buttons - patch by Alfons
12119
12120 2004-12-31 [paul]       0.9.13cvs23.1
12121
12122         * configure.ac
12123                 bump up EXTRA_VERSION to match (sync'ed) HEAD
12124         * src/gtk/pluginwindow.c
12125                 use GTK2 widgets and plug memory leaks,
12126                 patches by Alfons
12127
12128 2004-12-30 [colin]      0.9.13cvs22.4
12129
12130         * src/account.c
12131         * src/action.c
12132         * src/export.c
12133         * src/foldersel.c
12134         * src/import.c
12135         * src/message_search.c
12136         * src/prefs_actions.c
12137         * src/prefs_common.c
12138         * src/prefs_customheader.c
12139         * src/prefs_filtering.c
12140         * src/prefs_summary_column.c
12141         * src/summary_search.c
12142         * src/gtk/about.c
12143         * src/gtk/description_window.c
12144         * src/gtk/gtkutils.c
12145         * src/gtk/gtkutils.h
12146         * src/gtk/inputdialog.c
12147         * src/gtk/prefswindow.c
12148                 Use GTK2 stock buttons. Patches by Alfons.
12149
12150 2004-12-30 [colin]      0.9.13cvs22.3
12151
12152         * src/account.c
12153                 Sync with HEAD
12154         * src/prefs_actions.c
12155         * src/prefs_customheader.c
12156         * src/prefs_filtering.c
12157         * src/prefs_msg_colors.c
12158         * src/prefs_summary_column.c
12159         * src/gtk/prefswindow.c
12160                 Use GtkTreeView instead of deprecated 
12161                 widgets. Patches by Alfons.
12162
12163 2004-12-30 [paul]       0.9.13cvs22.2
12164
12165         * src/foldersel.c
12166                 use GTK 2 Tree View
12167                 patch by Alfons, with root folder sorting fix
12168                 by Stephan Sachse
12169
12170 2004-12-30 [paul]       0.9.13cvs22.1
12171
12172         * ChangeLog
12173         * ChangeLog.claws
12174         * ChangeLog.jp
12175         * NEWS
12176         * configure.ac
12177         * src/account.c
12178                 sync with HEAD
12179
12180 2004-12-22 [martin]     0.9.13cvs21.2
12181
12182         * src/action.c
12183                 free the command line after its use
12184
12185 2004-12-18 [paul]       0.9.13cvs21.1
12186
12187         * AUTHORS
12188         * ChangeLog
12189         * ChangeLog.claws
12190         * ChangeLog.jp
12191         * NEWS
12192         * configure.ac
12193         * src/action.c
12194         * src/compose.c
12195         * src/syldap.c
12196                 sync with HEAD
12197
12198 2004-12-17 [martin]     0.9.13cvs17.2
12199
12200         * src/action.c
12201                 convert actions input to locale
12202         * src/inc.c
12203                 convert notification command to locale
12204         * src/plugins/pgpmime/select-keys.c
12205                 convert attributes to utf8
12206
12207 2004-12-14 [colin]      0.9.13cvs17.1
12208
12209         * ChangeLog
12210         * ChangeLog.jp
12211         * ChangeLog.claws
12212         * src/action.c
12213         * src/common/utils.c
12214         * src/gtk/prefswindow.c
12215         * src/gtk/gtkutils.c
12216         * src/gtk/gtkutils.h
12217         * src/plugins/spamassassin/libspamc.c
12218                 Sync with HEAD
12219
12220 2004-12-13 [colin]      0.9.13cvs14.1
12221
12222         * src/quote_fmt_parse.y
12223                 Sync with HEAD
12224
12225 2004-12-10 [colin]      0.9.13cvs12.1
12226
12227         * src/prefs_themes.c
12228         * src/mainwindow.c
12229         * src/messageview.c
12230                 Sync with HEAD
12231
12232 2004-12-09 [colin]      0.9.13cvs10.1
12233
12234         * src/procmime.c
12235                 Sync with HEAD (fix B64 encoding from memory)
12236
12237 2004-12-08 [colin]      0.9.13cvs9.1
12238
12239         * src/gtk/colorlabel.c
12240                 Sync with HEAD
12241
12242 2004-12-08 [paul]       0.9.13cvs8.2
12243
12244         * src/gtk/pluginwindow.c
12245                 fix window resizing oddities
12246
12247 2004-12-08 [colin]      0.9.13cvs8.1
12248
12249         * src/quote_fmt_parse.y
12250                 Sync with HEAD
12251
12252 2004-12-08 [colin]      0.9.13cvs7.1
12253
12254         * src/matcher_parser_parse.y
12255         * src/msgcache.c
12256         * src/prefs_matcher.c
12257         * src/procheader.c
12258         * src/matcher.c
12259         * src/common/defs.h
12260         * po/sr.po
12261                 Sync with HEAD
12262
12263 2004-12-08 [colin]      0.9.13cvs6.1
12264
12265         * src/quote_fmt_parse.y
12266         * src/textview.c
12267                 Sync with HEAD
12268         * src/gtk/prefswindow.c
12269         * src/gtk/pluginwindow.c
12270                 Fix G_CALLBACKS protos (thanks to Alfons)
12271
12272 2004-12-07 [torte]      0.9.13cvs2.2
12273
12274         * src/procmime.c
12275                 [Bug 650] reply button causes crash
12276                 Thanks to David Relson and Christoph
12277
12278 2004-12-07 [colin]      0.9.13cvs2.1
12279
12280         * ChangeLog.claws
12281         * AUTHORS
12282         * po/sk.po
12283         * src/procmime.c
12284         * src/prefs_account.c
12285         * src/common/smtp.c
12286         * src/common/smtp.h
12287                 Sync with HEAD
12288
12289 2004-12-06 [colin]      0.9.12cvs187.1
12290
12291         * ChangeLog.claws
12292         * INSTALL
12293         * Makefile.am
12294         * README.claws
12295         * TODO.claws
12296         * configure.ac
12297         * po/bg.po
12298         * po/cs.po
12299         * po/el.po
12300         * po/en_GB.po
12301         * po/es.po
12302         * po/fr.po
12303         * po/hr.po
12304         * po/hu.po
12305         * po/it.po
12306         * po/ja.po
12307         * po/ko.po
12308         * po/nl.po
12309         * po/pl.po
12310         * po/pt_BR.po
12311         * po/ru.po
12312         * po/sk.po
12313         * po/sr.po
12314         * po/sv.po
12315         * po/zh_CN.po
12316         * po/zh_TW.Big5.po
12317         * src/compose.c
12318         * tools/Makefile.am
12319         * tools/README
12320         * tools/filter_conv.pl
12321         * tools/kdeservicemenu/README
12322         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12323         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12324                 Sync with HEAD
12325
12326 2004-12-04 [colin]      0.9.12cvs183.1
12327
12328         * src/compose.c
12329                 Sync with HEAD (compose window position saving)
12330
12331 2004-12-04 [paul]       0.9.12cvs182.3
12332
12333         * src/messageview.c
12334         * src/mimeview.c
12335         * src/prefs_customheader.c
12336         * src/gtk/quicksearch.c
12337                 replace some forgotten GTK_SIGNAL_FUNCs
12338
12339 2004-12-04 [paul]       0.9.12cvs182.2
12340
12341         * src/Makefile.am
12342                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
12343                 committed in error      
12344
12345 2004-12-04 [paul]       0.9.12cvs182.1
12346
12347         * ChangeLog
12348         * ChangeLog.claws
12349         * ChangeLog.jp
12350         * INSTALL
12351         * NEWS
12352         * README
12353         * README.jp
12354         * configure.ac
12355         * doc/manual/ja/Makefile.am
12356         * doc/manual/ja/sylpheed-1.html
12357         * doc/manual/ja/sylpheed-10.html
12358         * doc/manual/ja/sylpheed-11.html
12359         * doc/manual/ja/sylpheed-12.html
12360         * doc/manual/ja/sylpheed-13.html
12361         * doc/manual/ja/sylpheed-14.html
12362         * doc/manual/ja/sylpheed-15.html
12363         * doc/manual/ja/sylpheed-16.html
12364         * doc/manual/ja/sylpheed-17.html
12365         * doc/manual/ja/sylpheed-18.html
12366         * doc/manual/ja/sylpheed-19.html
12367         * doc/manual/ja/sylpheed-2.html
12368         * doc/manual/ja/sylpheed-20.html
12369         * doc/manual/ja/sylpheed-3.html
12370         * doc/manual/ja/sylpheed-4.html
12371         * doc/manual/ja/sylpheed-5.html
12372         * doc/manual/ja/sylpheed-6.html
12373         * doc/manual/ja/sylpheed-7.html
12374         * doc/manual/ja/sylpheed-8.html
12375         * doc/manual/ja/sylpheed-9.html
12376         * doc/manual/ja/sylpheed.html
12377         * doc/manual/ja/sylpheed.sgml
12378         * po/de.po
12379         * src/Makefile.am
12380         * src/compose.c
12381         * src/procmime.c
12382         * src/pixmaps/regular.xpm **REMOVED**
12383         * src/plugins/pgpmime/pgpmime.c
12384         * src/plugins/pgpmime/plugin.c
12385         * src/plugins/pgpmime/prefs_gpg.c
12386                 sync with HEAD
12387
12388 2004-12-03 [paul]       0.9.12cvs180.1
12389
12390         * ChangeLog
12391         * ChangeLog.claws
12392         * ChangeLog.jp
12393         * configure.ac
12394         * src/Makefile.am
12395         * src/pop.c
12396         * src/common/utils.c
12397         * src/common/utils.h
12398         * src/pixmaps/continue.xpm
12399         * src/pixmaps/dir_close.xpm
12400         * src/pixmaps/dir_open.xpm
12401         * src/pixmaps/drafts_close.xpm
12402         * src/pixmaps/drafts_open.xpm
12403         * src/pixmaps/folder.xpm **REMOVED**
12404         * src/pixmaps/group.xpm
12405         * src/pixmaps/unread.xpm
12406                 sync with HEAD
12407
12408 2004-12-02 [colin]      0.9.12cvs179.1
12409
12410         * src/compose.c
12411                 Sync with HEAD (non-duplicated reedition)
12412
12413 2004-12-02 [colin]      0.9.12cvs178.1
12414
12415         * src/compose.c
12416                 Sync with HEAD (linewrap_quote fix)
12417
12418 2004-12-01 [colin]      0.9.12cvs177.3
12419
12420         * src/addrharvest.c
12421                 Replace sizeof with strlen
12422
12423 2004-12-01 [paul]       0.9.12cvs177.2
12424
12425         * src/addrharvest.c
12426                 fix 'harvest addresses'
12427
12428 2004-11-30 [colin]      0.9.12cvs177.1
12429
12430         * src/gtk/prefswindow.c
12431         * src/gtk/pluginwindow.c
12432                 Sync with HEAD
12433
12434 2004-11-29 [colin]      0.9.12cvs176.1
12435
12436         * src/folderview.c
12437                 sync with HEAD (Fix disappearing separators in folderview's popup)
12438
12439 2004-11-29 [colin]      0.9.12cvs175.1
12440
12441         * src/procmime.c
12442                 Sync with head (another format fix)
12443
12444 2004-11-29 [colin]      0.9.12cvs174.1
12445
12446         * src/pop.c
12447                 Sync with HEAD (format string fix)
12448
12449 2004-11-26 [colin]      0.9.12cvs173.1
12450
12451         * src/common/smtp.c
12452         * src/common/smtp.h
12453                 Sync with HEAD
12454
12455 2004-11-24 [colin]      0.9.12cvs172.1
12456
12457         * src/plugins/pgpmime/pgpmime.c
12458                 Sync with HEAD
12459
12460 2004-11-24 [colin]      0.9.12cvs171.1
12461
12462         * src/plugins/pgpmime/pgpmime.c
12463                 Sync with head (gpgmectx leaks)
12464
12465 2004-11-24 [colin]      0.9.12cvs169.1
12466
12467         * src/plugins/pgpmime/plugin.c
12468         * src/plugins/trayicon/Makefile.am
12469         * src/plugins/trayicon/newmarkedmail.xpm
12470         * src/plugins/trayicon/trayicon.c
12471         * src/plugins/trayicon/unreadmarkedmail.xpm
12472                 Sync with HEAD
12473
12474 2004-11-23 [colin]      0.9.12cvs168.1
12475
12476         * src/partial_download.c
12477         * src/partial_download.h
12478         * src/plugins/pgpmime/plugin.c
12479                 Sync with HEAD
12480
12481 2004-11-23 [colin]      0.9.12cvs166.1
12482
12483         * src/Makefile.am
12484         * src/codeconv.c
12485         * src/compose.c
12486         * src/folderview.c
12487         * src/main.c
12488         * src/partial_download.c
12489         * src/partial_download.h
12490         * src/prefs_account.c
12491         * src/prefs_account.h
12492         * src/privacy.c
12493         * src/privacy.h
12494         * src/procmime.c
12495         * src/common/Makefile.am
12496         * src/common/base64.h
12497         * src/common/partial_download.c
12498         * src/common/partial_download.h
12499         * src/gtk/prefswindow.c
12500         * src/gtk/prefswindow.h
12501         * src/plugins/pgpmime/pgpmime.c
12502         * src/plugins/pgpmime/prefs_gpg.c
12503         * src/plugins/pgpmime/prefs_gpg.h
12504         * src/plugins/pgpmime/sgpgme.c
12505         * src/plugins/pgpmime/sgpgme.h
12506                 Sync with HEAD
12507
12508 2004-11-23 [colin]      0.9.12cvs163.1
12509
12510         * src/main.c
12511                 Sync with HEAD (cursor optimization)
12512
12513 2004-11-23 [colin]      0.9.12cvs162.1
12514
12515         * src/prefs_common.c
12516         * src/prefs_themes.c
12517         * src/procmsg.c
12518                 Sync with HEAD
12519
12520 2004-11-23 [colin]      0.9.12cvs158.9
12521
12522         * src/compose.c
12523                 Fix double-free when forwarding
12524         * src/msgcache.c
12525                 Fix leak on error path
12526                 
12527
12528 2004-11-23 [colin]      0.9.12cvs158.8
12529
12530         * src/compose.c
12531                 Fix possible double-free
12532                 Spotted by Alfons
12533
12534 2004-11-23 [colin]      0.9.12cvs158.7
12535
12536         * src/compose.c
12537                 Fix some signal handlers' prototypes
12538                 Spotted by Alfons
12539
12540 2004-11-22 [colin]      0.9.12cvs158.6
12541
12542         * src/compose.c
12543                 Remove unneeded code and duplicated
12544                 wrapping - patch by Alfons
12545
12546 2004-11-22 [colin]      0.9.12cvs158.5
12547
12548         * src/prefs_themes.c
12549                 Fix oversized selector
12550
12551 2004-11-22 [colin]      0.9.12cvs158.4
12552
12553         * src/compose.c
12554                 fix dump_text()
12555                 patch by Alfons
12556
12557 2004-11-19 [colin]      0.9.12cvs158.3
12558
12559         * src/textview.c
12560                 Add a context menu on links (open, copy)
12561
12562 2004-11-18 [paul]       0.9.12cvs158.2
12563
12564         * src/addrgather.c
12565         * src/exphtmldlg.c
12566         * src/expldifdlg.c
12567         * src/mimeview.c
12568         * src/prefs_common.c
12569         * src/plugins/image_viewer/viewer.c
12570         * src/plugins/spamassassin/spamassassin_gtk.c
12571                 replace deprecated gtk_notebook_set_page
12572                 and gtk_notebook_current_page
12573
12574 2004-11-18 [paul]       0.9.12cvs158.1
12575
12576         * configure.ac
12577         * src/compose.c
12578         * src/mainwindow.c
12579         * src/messageview.c
12580         * src/prefs_common.c
12581         * src/common/utils.c
12582         * src/common/utils.h
12583                 sync with HEAD
12584
12585 2004-11-17 [colin]      0.9.12cvs156.1
12586
12587         * src/prefs_account.c
12588         * src/prefs_account.h
12589         * src/procmsg.c
12590                 Sync with HEAD (add pref to store encrypted mails encrypted)
12591
12592 2004-11-17 [paul]       0.9.12cvs155.1
12593
12594         * ChangeLog
12595         * ChangeLog.claws
12596         * ChangeLog.jp
12597         * NEWS
12598         * configure.ac
12599         * src/compose.c
12600         * src/jpilot.c
12601         * src/privacy.c
12602         * src/procmime.c
12603         * src/procmime.h
12604         * src/procmsg.c
12605         * src/toolbar.c
12606         * src/pixmaps/error.xpm
12607                 sync with HEAD
12608
12609 2004-11-17 [colin]      0.9.12cvs151.1
12610
12611         * src/plugins/pgpmime/pgpmime.c
12612                 Sync with HEAD (remove debug printf)
12613
12614 2004-11-17 [colin]      0.9.12cvs150.1
12615
12616         * src/plugins/pgpmime/pgpmime.c
12617                 Sync with HEAD (off-by-one fix)
12618
12619 2004-11-17 [colin]      0.9.12cvs149.1
12620
12621         * src/procmsg.c
12622                 Sync with HEAD (coding style fixes)
12623
12624 2004-11-16 [colin]      0.9.12cvs148.1
12625
12626         * src/procmsg.c
12627                 Sync with head (Fix the fix)
12628
12629 2004-11-16 [colin]      0.9.12cvs147.1
12630
12631         * src/procmsg.c
12632                 Sync with Main (leak fix)
12633
12634 2004-11-16 [colin]      0.9.12cvs146.14
12635
12636         * src/compose.c
12637                 Remove useless chunk of code
12638                 Patch by Alfons
12639
12640 2004-11-15 [colin]      0.9.12cvs146.13
12641
12642         * src/compose.c
12643                 Fix drafting after insertion
12644                 Patch by Alfons
12645
12646 2004-11-15 [colin]      0.9.12cvs146.12
12647
12648         * src/compose.c
12649         * src/prefs_filtering.c
12650         * src/prefs_filtering_action.c
12651         * src/prefs_toolbar.c
12652                 Fix some const-correctness
12653
12654 2004-11-15 [colin]      0.9.12cvs146.11
12655
12656         * src/summaryview.c
12657         * src/prefs_themes.c
12658         * src/messageview.c
12659                 Fix some leaks
12660
12661 2004-11-15 [colin]      0.9.12cvs146.10
12662
12663         * src/codeconv.c
12664                 More unreadable locale fixes
12665
12666 2004-11-14 [colin]      0.9.12cvs146.9
12667
12668         * src/textview.c
12669                 Fix uri_security_check
12670                 Patch by Alfons
12671
12672 2004-11-13 [paul]       0.9.12cvs146.8
12673
12674         * src/folder.c
12675         * src/procmime.c
12676                 fix 2 bugs introduced in last commit
12677
12678 2004-11-13 [paul]       0.9.12cvs146.7
12679
12680         * src/compose.c
12681         * src/exporthtml.c
12682         * src/exportldif.c
12683         * src/folder.c
12684         * src/imap.c
12685         * src/imap_gtk.c
12686         * src/main.c
12687         * src/mainwindow.c
12688         * src/messageview.c
12689         * src/mh_gtk.c
12690         * src/prefs_themes.c
12691         * src/procmime.c
12692         * src/setup.c
12693         * src/summaryview.c
12694                 replace deprecated g_basename
12695
12696 2004-11-13 [paul]       0.9.12cvs146.6
12697
12698         * src/compose.c
12699         * src/imap.c
12700         * src/matcher_parser.h
12701         * src/matcher_parser_parse.y
12702         * src/prefs_filtering.c
12703         * src/prefs_filtering_action.c
12704         * src/prefs_themes.c
12705         * src/prefs_toolbar.c
12706         * src/common/utils.c
12707                 various small fixes/cleanups
12708
12709 2004-11-12 [colin]      0.9.12cvs146.5
12710
12711         * src/textview.c
12712                 Validate event's origin on visibility notify
12713                 Patch by Alfons.
12714
12715 2004-11-12 [paul]       0.9.12cvs146.4
12716
12717         * src/exporthtml.c
12718         * src/exportldif.c
12719         * src/imap.c
12720         * src/mh.c
12721         * src/mimeview.c
12722         * src/prefs_spelling.c
12723         * src/prefs_themes.c
12724                 replace deprecated g_dirname    
12725
12726 2004-11-12 [colin]      0.9.12cvs146.3
12727
12728         * src/textview.c
12729                 Some coding style fixes
12730
12731 2004-11-12 [colin]      0.9.12cvs146.2
12732
12733         * src/codeconv.c
12734                 We want to replace _all_ extended chars in
12735                 conv_unreadable_*, because any string containing
12736                 extended chars not parsing as UTF8 is 
12737                 undisplayed on gtk2.
12738
12739 2004-11-12 [paul]       0.9.12cvs146.1
12740
12741         * ChangeLog
12742         * ChangeLog.claws
12743         * ChangeLog.jp
12744         * NEWS
12745         * configure.ac
12746         * src/account.c
12747         * src/folderview.c
12748         * src/folderview.h
12749         * src/imap.c
12750         * src/imap_gtk.c
12751         * src/inc.c
12752         * src/mainwindow.c
12753         * src/mh_gtk.c
12754         * src/news_gtk.c
12755         * src/pop.c
12756         * src/prefs_account.c
12757         * src/prefs_account.h
12758         * src/prefs_ext_prog.c
12759         * src/procmime.c
12760         * src/procmime.h
12761         * src/procmsg.c
12762         * src/procmsg.h
12763         * src/summary_search.c
12764         * src/summaryview.c
12765         * src/textview.c
12766         * src/common/defs.h
12767         * src/common/utils.c
12768         * src/common/utils.h
12769         * src/gtk/menu.c
12770         * src/gtk/menu.h
12771                 sync with HEAD
12772
12773 2004-11-11 [colin]      0.9.12cvs144.2
12774
12775         * src/textview.c
12776                 Fix URI range selection (patch by Alfons)
12777
12778 2004-11-09 [colin]      0.9.12cvs144.1
12779
12780         * ChangeLog.claws
12781         * src/compose.c
12782         * src/folder.c
12783         * src/folder_item_prefs.c
12784         * src/prefs_account.c
12785         * src/prefs_account.h
12786         * src/plugins/pgpmime/pgpmime.c
12787                 Sync with HEAD
12788
12789 2004-11-08 [colin]      0.9.12cvs143.1
12790
12791         * src/summaryview.c
12792                 Sync with HEAD (optimize quicksearch)
12793
12794 2004-11-08 [colin]      0.9.12cvs142.2
12795
12796         * src/compose.c
12797                 Don't wrap when Edit/Auto wrapping is disabled
12798
12799 2004-11-08 [colin]      0.9.12cvs142.1
12800
12801         * src/textview.c
12802                 Sync with HEAD
12803
12804 2004-11-08 [colin]      0.9.12cvs141.1
12805
12806         * src/textview.c
12807                 Sync with HEAD (fix some mail URIs)
12808
12809 2004-11-08 [colin]      0.9.12cvs140.3
12810
12811         * src/textview.c
12812                 o Use text cursor instead of arrow when
12813                   not on a link
12814                 o Fix handling of contiguous links (as in
12815                   "colin@colino.net" <colin@colino.net>)
12816                   This one unveils a bug in get_email_part()
12817
12818 2004-11-07 [colin]      0.9.12cvs140.2
12819
12820         * src/textview.c
12821                 Fix memleak. Patch by Alfons.
12822
12823 2004-11-06 [colin]      0.9.12cvs140.1
12824
12825         * src/compose.c
12826                 Sync with HEAD (don't ask passphrase
12827                 when drafting)
12828
12829 2004-11-06 [paul]       0.9.12cvs139.2
12830
12831         * AUTHORS
12832         * src/textview.c
12833         * src/textview.h
12834                 textview URI handling. hovering over a 
12835                 link displays it in the status bar,
12836                 and changes the mouse pointer to a hand 
12837                 cursor. a link is activated with a single 
12838                 click. (Modified from the) patch by Jean-Yves 
12839                 Lefort <jylefort@users.sourceforge.net>
12840                 
12841
12842 2004-11-05 [colin]      0.9.12cvs139.1
12843
12844         * src/compose.c
12845         * src/procmime.c
12846                 Sync with HEAD again ^^
12847
12848 2004-11-05 [colin]      0.9.12cvs139.1
12849
12850         * src/compose.c
12851         * src/procmime.c
12852                 Sync with HEAD
12853
12854 2004-11-03 [paul]       0.9.12cvs138.1
12855
12856         * ChangeLog.claws
12857         * configure.ac
12858         * po/POTFILES.in
12859         * src/prefs_ext_prog.c
12860         * src/procmime.c
12861         * tools/kdeservicemenu/README
12862         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
12863         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
12864                 sync with HEAD
12865
12866 2004-11-01 [christoph]  0.9.12cvs136.2
12867
12868         * src/procmime.c
12869                 convert MIME parameters to UTF-8
12870
12871 2004-10-29 [colin]      0.9.12cvs136.1
12872
12873         * src/common/utils.c
12874                 Sync with HEAD (don't use '=' in mime boundary)
12875
12876 2004-10-29 [paul]       0.9.12cvs135.1
12877
12878         * configure.ac
12879         * doc/src/rfc2231.txt
12880         * src/procmime.c
12881         * src/common/quoted-printable.c
12882         * src/common/utils.c
12883         * src/common/utils.h
12884                 sync with HEAD
12885
12886 2004-10-27 [paul]       0.9.12cvs134.1
12887
12888         * configure.ac
12889         * src/main.c
12890         * src/procmime.c
12891         * src/plugins/pgpmime/pgpmime.c
12892                 sync with HEAD
12893
12894 2004-10-26 [paul]       0.9.12cvs132.3
12895
12896         * src/account.c
12897         * src/addressbook.c
12898         * src/addrgather.c
12899         * src/addrharvest.c
12900         * src/codeconv.c
12901         * src/compose.c
12902         * src/customheader.c
12903         * src/editaddress.c
12904         * src/editgroup.c
12905         * src/enriched.c
12906         * src/expldifdlg.c
12907         * src/exporthtml.c
12908         * src/exportldif.c
12909         * src/folder.c
12910         * src/foldersel.c
12911         * src/folderview.c
12912         * src/grouplistdialog.c
12913         * src/html.c
12914         * src/imap.c
12915         * src/jpilot.c
12916         * src/ldapserver.c
12917         * src/ldif.c
12918         * src/mimeview.c
12919         * src/news.c
12920         * src/news_gtk.c
12921         * src/pop.c
12922         * src/prefs_display_header.c
12923         * src/prefs_gtk.c
12924         * src/prefs_msg_colors.c
12925         * src/prefs_toolbar.c
12926         * src/procheader.c
12927         * src/procmime.c
12928         * src/summaryview.c
12929         * src/textview.c
12930         * src/toolbar.c
12931         * src/vcard.c
12932         * src/common/mgutils.c
12933         * src/common/nntp.c
12934         * src/common/smtp.c
12935         * src/common/template.c
12936         * src/common/utils.c
12937         * src/common/xmlprops.c
12938         * src/plugins/pgpmime/pgpmime.c
12939         * src/plugins/pgpmime/select-keys.c
12940         * src/plugins/pgpmime/sgpgme.c
12941                 replace deprecated g_strcasecmp(), g_strncasecmp(),
12942                 g_string_sprintfa(), gtk_notebook_current_page()
12943
12944 2004-10-26 [colin]      0.9.12cvs132.2
12945
12946         * src/prefs_folder_item.c
12947                 Fix default-account selection
12948
12949 2004-10-21 [colin]      0.9.12cvs133
12950
12951         * src/compose.c
12952                 Sync with HEAD (Remove extra separator in compose's Options)
12953         * src/textview.c
12954                 Set wrapping to char
12955
12956 2004-10-21 [paul]       0.9.12cvs131.2
12957
12958         * src/compose.c
12959         * src/sourcewindow.c
12960                 fix wrapping
12961                 fix window shrinking 
12962
12963 2004-10-21 [colin]      0.9.12cvs131.1
12964
12965         * ChangeLog.claws
12966         * src/compose.c
12967                 Sync with HEAD
12968
12969 2004-10-21 [paul]       0.9.12cvs130.2
12970
12971         * src/prefs_folder_item.c
12972                 sync with HEAD (Apply to subfolders)
12973
12974 2004-10-19 [colin]      0.9.12cvs130.1
12975
12976         * ChangeLog.claws
12977         * src/compose.c
12978         * src/common/utils.c
12979         * src/gtk/menu.c
12980                 Sync with HEAD
12981
12982 2004-10-19 [colin]      0.9.12cvs128.1
12983
12984         * src/addrbook.c
12985         * src/addrcache.c
12986         * src/addressbook.c
12987         * src/codeconv.c
12988         * src/compose.c
12989         * src/customheader.c
12990         * src/editaddress.c
12991         * src/editgroup.c
12992         * src/exporthtml.c
12993         * src/folder.c
12994         * src/folderview.c
12995         * src/imap.c
12996         * src/jpilot.c
12997         * src/main.c
12998         * src/matcher_parser_parse.y
12999         * src/mbox.c
13000         * src/pop.c
13001         * src/prefs_account.c
13002         * src/prefs_gtk.c
13003         * src/prefs_msg_colors.c
13004         * src/procheader.c
13005         * src/procmime.c
13006         * src/procmime.h
13007         * src/procmsg.c
13008         * src/summaryview.c
13009         * src/textview.c
13010         * src/common/base64.c
13011         * src/common/partial_download.c
13012         * src/common/socket.c
13013         * src/common/sylpheed.c
13014         * src/common/utils.c
13015         * src/common/utils.h
13016         * src/gtk/pluginwindow.c
13017         * src/gtk/quicksearch.c
13018         * src/plugins/clamav/clamav_plugin.c
13019         * src/plugins/clamav/clamav_plugin.h
13020         * src/plugins/clamav/clamav_plugin_gtk.c
13021         * src/plugins/pgpmime/passphrase.c
13022         * src/plugins/pgpmime/pgpmime.c
13023         * src/plugins/pgpmime/plugin.c
13024         * src/plugins/pgpmime/prefs_gpg.c
13025         * src/plugins/pgpmime/prefs_gpg.h
13026         * src/plugins/pgpmime/select-keys.c
13027         * src/plugins/pgpmime/sgpgme.c
13028         * src/plugins/spamassassin/libspamc.c
13029         * src/plugins/spamassassin/spamassassin.c
13030         * src/plugins/spamassassin/spamassassin.h
13031         * src/plugins/spamassassin/spamassassin_gtk.c
13032         * src/plugins/trayicon/trayicon.c
13033         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
13034                 Sync with HEAD
13035
13036 2004-10-14 [colin]      0.9.12cvs126.2
13037
13038         * src/codeconv.c
13039         * src/textview.c
13040                 Fix conv_unreadable_locale
13041
13042 2004-10-13 [colin]      0.9.12cvs126.1
13043
13044         * src/compose.c
13045                 Sync with HEAD (don't convert charset for 
13046                 drafted messages, minor cleanup)
13047
13048 2004-10-13 [colin]      0.9.12cvs125.1
13049
13050         * po/POTFILES.in
13051                 Sync with HEAD (POTFILES fix)
13052
13053 2004-10-12 [colin]      0.9.12cvs124.3
13054
13055         * src/compose.c
13056                 Fix encoding bug from latest sync
13057
13058 2004-10-12 [paul]       0.9.12cvs124.2
13059
13060         * src/plugins/pgpmime/prefs_gpg.c
13061         * src/plugins/pgpmime/prefs_gpg.h
13062                 forgotten in last commit        
13063
13064 2004-10-12 [paul]       0.9.12cvs124.1
13065
13066         * ChangeLog.claws
13067         * configure.ac
13068         * m4/spamassassin.m4
13069         * src/Makefile.am
13070         * src/account.c
13071         * src/compose.c
13072         * src/compose.h
13073         * src/crash.c
13074         * src/main.c
13075         * src/mimeview.c
13076         * src/passphrase.c
13077         * src/passphrase.h
13078         * src/prefs_account.c
13079         * src/prefs_account.h
13080         * src/prefs_common.c
13081         * src/privacy.c
13082         * src/privacy.h
13083         * src/procmime.c
13084         * src/procmime.h
13085         * src/procmsg.c
13086         * src/rfc2015.c
13087         * src/rfc2015.h
13088         * src/select-keys.c
13089         * src/select-keys.h
13090         * src/textview.c
13091         * src/common/utils.c
13092         * src/common/utils.h
13093         * src/gtk/about.c
13094         * src/plugins/pgpmime/Makefile.am
13095         * src/plugins/pgpmime/passphrase.c
13096         * src/plugins/pgpmime/passphrase.h
13097         * src/plugins/pgpmime/pgpmime.c
13098         * src/plugins/pgpmime/plugin.c
13099         * src/plugins/pgpmime/select-keys.c
13100         * src/plugins/pgpmime/select-keys.h
13101         * src/plugins/pgpmime/sgpgme.c
13102         * src/plugins/pgpmime/sgpgme.h
13103                 sync with HEAD
13104
13105 2004-10-04 [colin]      0.9.12cvs122.1
13106
13107         * src/mainwindow.c
13108         * src/messageview.c
13109         * src/messageview.h
13110         * src/textview.c
13111                 Sync with HEAD
13112
13113 2004-10-04 [colin]      0.9.12cvs121.1
13114
13115         * src/summaryview.c
13116                 Sync with HEAD
13117
13118 2004-10-04 [paul]       0.9.12cvs120.1
13119
13120         * configure.ac
13121                 sync with HEAD [don't try to build 
13122                 pgpmime plugin when gpgme is disabled]
13123
13124 2004-10-03 [colin]      0.9.12cvs119.3
13125
13126         * src/gtk/gtksctree.c
13127                 Lots of side effects. Put back as before 117.2.
13128         * src/summaryview.c
13129                 Fix bug #602
13130
13131 2004-10-03 [colin]      0.9.12cvs119.2
13132
13133         * src/gtk/gtksctree.c
13134                 Revert 608 fix that doesn't work that good
13135
13136 2004-10-02 [colin]      0.9.12cvs119.1
13137
13138         * src/mainwindow.c
13139         * src/messageview.c
13140         * src/prefs_common.h
13141         * src/procmime.c
13142         * src/procmime.h
13143         * src/textview.c
13144                 Sync with HEAD
13145         * src/gtk/gtksctree.c
13146                 Close bug #608
13147
13148 2004-10-01 [colin]      0.9.12cvs118.1
13149
13150         * src/mimeview.c
13151                 Sync with HEAD (better Save All fix)
13152
13153 2004-10-01 [colin]      0.9.12cvs117.2
13154
13155         * src/gtk/gtksctree.c
13156                 Faster on selection
13157
13158 2004-10-01 [colin]      0.9.12cvs117.1
13159
13160         * src/mimeview.c
13161                 Sync with HEAD (Save All: only attachments)
13162
13163 2004-10-01 [paul]       0.9.12cvs116.1
13164
13165         * ChangeLog.claws
13166         * configure.ac
13167         * src/account.c
13168         * src/prefs_common.c
13169         * src/gtk/colorlabel.c
13170                 sync with HEAD
13171
13172 2004-09-30 [colin]      0.9.12cvs115.1
13173
13174         * src/stock_pixmap.c
13175         * src/stock_pixmap.h
13176         * src/folderview.c
13177         * src/Makefile.am
13178         * src/pixmaps/read.xpm
13179                 Sync with HEAD (new pixmap)
13180
13181 2004-09-29 [colin]      0.9.12cvs114.1
13182
13183         * src/compose.c
13184                 Sync with HEAD
13185                 Fix focus handling in headers
13186
13187 2004-09-29 [paul]       0.9.12cvs113.1
13188
13189         * src/quote_fmt_parse.y
13190                 sync with HEAD
13191  
13192
13193 2004-09-28 [colin]      0.9.12cvs112.1
13194
13195         * src/folderview.c
13196         * src/mainwindow.c
13197                 Sync with HEAD
13198
13199 2004-09-28 [colin]      0.9.12cvs110.1
13200
13201         * src/folderview.c
13202                 Sync with HEAD (Contextual Empty trash menu)
13203
13204 2004-09-28 [colin]      0.9.12cvs108.1
13205
13206         * src/addressbook.c
13207                 Sync with HEAD (addressbook edit on double-click)
13208
13209 2004-09-28 [colin]      0.9.12cvs106.1
13210
13211         * src/inc.c
13212                 Sync with HEAD (folder_item freeze on inc)
13213
13214 2004-09-27 [colin]      0.9.12cvs105.1
13215
13216         * src/folderview.c
13217                 Sync with HEAD (right-align new and unread column)
13218
13219 2004-09-27 [colin]      0.9.12cvs104.1
13220
13221         * src/main.c
13222                 Sync with HEAD (revert 0.9.12cvs101)
13223
13224 2004-09-24 [colin]      0.9.12cvs103.2
13225
13226         * src/wizard.c
13227                 Fix gtk warnings and use domain part of the email address 
13228                 when domain detection fails (no dot in domain name)
13229
13230 2004-09-23 [colin]      0.9.12cvs103.1
13231
13232         * src/plugins/spamassassin/libspamc.c
13233         * src/plugins/spamassassin/libspamc.h
13234         * src/plugins/spamassassin/utils.c
13235         * src/plugins/spamassassin/utils.h
13236                 Sync with HEAD (Update spamassassin to 3.0)
13237
13238 2004-09-21 [colin]      0.9.12cvs102.3
13239
13240         * src/action.c
13241                 Add horizontal scrollbar in action io dialog as needed
13242                 Patch by Alfons.
13243
13244 2004-09-20 [colin]      0.9.12cvs102.2
13245
13246         * src/plugins/image_viewer/viewer.c
13247                 Remove imlib stuff
13248                 use gtk_pixmap_set when clearing
13249                 (would be better to use gtkImages, but causes size-allocate 
13250                 signals storm)
13251
13252 2004-09-17 [paul]       0.9.12cvs102.1
13253
13254         * ChangeLog
13255         * ChangeLog.claws
13256         * ChangeLog.jp
13257         * configure.ac
13258         * src/inc.c
13259                 sync with HEAD
13260
13261
13262 2004-09-17 [colin]      0.9.12cvs101.1
13263
13264         * ChangeLog.claws
13265         * src/main.c
13266                 Sync with HEAD (fix segs at exit)
13267
13268 2004-09-14 [colin]      0.9.12cvs99.5
13269
13270         * src/common/socket.c
13271         * AUTHORS
13272                 Fix send error on 64bit platforms
13273                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
13274
13275 2004-09-14 [colin]      0.9.12cvs99.4
13276
13277         * src/action.c
13278                 Fix action output with utf8 
13279                 Patch by Alfons.
13280
13281 2004-09-14 [colin]      0.9.12cvs99.3
13282
13283         * ChangeLog.claws
13284         * src/folder.c
13285                 Sync with HEAD
13286
13287 2004-09-09 [colin]      0.9.12cvs99.2
13288
13289         * src/action.c
13290                 Fix progress bar (displaying "Completed %v/%u")
13291                 Patch by Alfons.
13292
13293 2004-09-08 [colin]      0.9.12cvs99.1
13294
13295         * src/account.c
13296         * src/folder.c
13297         * src/procmsg.c
13298         * src/procmsg.h
13299         * src/plugins/pgpmime/pgpmime.c
13300                 Sync with HEAD
13301
13302 2004-09-08 [colin]      0.9.12cvs97.2
13303
13304         * src/summaryview.c
13305                 Don't select mails in collapsed threads 
13306                 when navigating with up/down
13307
13308 2004-09-07 [colin]      0.9.12cvs97.1
13309
13310         * src/inc.c
13311                 Sync with HEAD (meaningful error messages)
13312
13313 2004-09-06 [colin]      0.9.12cvs96.1
13314
13315         * src/toolbar.c
13316                 Sync with HEAD (fix Redirect graying out)
13317
13318 2004-09-06 [colin]      0.9.12cvs95.1
13319
13320         * src/summaryview.c
13321         * src/mimeview.c
13322                 Sync with HEAD (fix dropped URIs)
13323
13324 2004-09-06 [colin]      0.9.12cvs94.1
13325
13326         * src/addressbook.c
13327         * src/addressitem.h
13328         * src/addritem.c
13329         * src/addritem.h
13330                 Sync with HEAD (addressbook DnD)
13331
13332 2004-09-03 [colin]      0.9.12cvs93.1
13333
13334         * src/summaryview.c
13335                 Sync with HEAD (next/prev unread)
13336
13337 2004-09-03 [colin]      0.9.12cvs92.1
13338
13339         * src/prefs_common.c
13340         * src/prefs_common.h
13341         * src/summaryview.c
13342                 Sync with HEAD ('mark_as_read_delay' pref)
13343
13344 2004-09-02 [colin]      0.9.12cvs91.2
13345
13346         * src/common/xml.c
13347                 Fix leak
13348
13349 2004-09-02 [colin]      0.9.12cvs91.1
13350
13351         * src/gtk/menu.c
13352                 Sync with HEAD (menu accel don't work, but whatever)
13353
13354 2004-09-02 [colin]      0.9.12cvs90.1
13355
13356         * src/account.c
13357                 Sync with HEAD (fix bug 582)
13358
13359 2004-09-02 [colin]      0.9.12cvs89.1
13360
13361         * src/addrindex.c
13362                 Sync with HEAD (free deleted queries)
13363
13364 2004-09-02 [colin]      0.9.12cvs88.1
13365
13366         * src/ldapquery.c
13367                 Sync with HEAD (fix LDAP freezes)
13368
13369 2004-09-02 [colin]      0.9.12cvs87.1
13370
13371         * src/prefs_spelling.c
13372                 Sync with HEAD (add default dictionary)
13373
13374 2004-09-01 [colin]      0.9.12cvs86.1
13375
13376         * src/filtering.c
13377         * src/folderview.c
13378         * src/imap.c
13379         * src/prefs_matcher.c
13380         * src/stock_pixmap.c
13381         * src/summary_search.c
13382         * src/summaryview.c
13383         * src/wizard.c
13384         * src/wizard.h
13385                 Sync with HEAD (uninitialized vars fixes)
13386                 + gtk2 specific warning fixes
13387
13388 2004-08-31 [colin]      0.9.12cvs85.1
13389
13390         * src/folder.c
13391                 Sync with HEAD (Fix memory corruption due to 
13392                 uninitialized var)
13393
13394 2004-08-31 [colin]      0.9.12cvs84.4
13395
13396         * src/summary_search.c
13397                 Fix segfaults when searching in folders with broken headers
13398
13399 2004-08-31 [colin]      0.9.12cvs84.3
13400
13401         * src/compose.c
13402         * src/textview.c
13403                 Fix some more encoding/decoding issues
13404
13405 2004-08-30 [colin]      0.9.12cvs84.2
13406
13407         * src/mimeview.c
13408         * src/prefs_themes.c
13409         * src/gtk/filesel.c
13410         * src/gtk/filesel.h
13411                 Add a folder-mode selection (fixes mimeview's "Save all")
13412
13413 2004-08-29 [colin]      0.9.12cvs84.1
13414
13415         * src/mimeview.c
13416                 Sync with HEAD (don't escape saved filenames)
13417
13418 2004-08-27 [colin]      0.9.12cvs83.1
13419
13420         * ChangeLog
13421         * ChangeLog.claws
13422         * ChangeLog.jp
13423         * src/mh.c
13424         * src/procheader.c
13425         * src/procmsg.c
13426         * src/procmsg.h
13427         * src/common/utils.c
13428         * src/gtk/menu.h
13429         * po/
13430                 Sync with HEAD 0.9.12cvs83 (sync with main)
13431
13432 2004-08-26 [colin]      0.9.12cvs82.4
13433
13434         * src/codeconv.c
13435                 Fix strange stack corruption
13436                 Convert to utf8 after unmime, not before
13437
13438 2004-08-26 [colin]      0.9.12cvs82.3
13439
13440         * src/main.c
13441         * src/wizard.c
13442                 Fix account folders duplication
13443
13444 2004-08-25 [colin]      0.9.12cvs82.2
13445
13446         * src/wizard.c
13447                 Remove ports
13448                 Add SSL selection
13449                 Use login@server as account name
13450
13451 2004-08-25 [colin]      0.9.12cvs82.1
13452
13453         * src/plugins/pgpmime/pgpmime.c
13454                 Sync with HEAD (leak fix).
13455
13456 2004-08-25 [colin]      0.9.12cvs81.1
13457
13458         * src/plugins/pgpmime/pgpmime.c
13459         * src/plugins/pgpmime/sgpgme.c
13460         * src/plugins/pgpmime/sgpgme.h
13461                 Sync with HEAD (Handle combined messages).
13462
13463 2004-08-24 [colin]      0.9.12cvs80.3
13464
13465         * src/wizard.c
13466                 Fix full name, ports, and imap
13467
13468 2004-08-24 [colin]      0.9.12cvs80.2
13469
13470         * src/Makefile.am
13471         * src/main.c
13472         * src/setup.c
13473         * src/setup.h
13474         * src/stock_pixmap.c
13475         * src/stock_pixmap.h
13476         * src/wizard.c ** ADDED **
13477         * src/wizard.h ** ADDED ** 
13478         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
13479                 Add a setup wizard 
13480
13481 2004-08-24 [colin]      0.9.12cvs80.1
13482
13483         * src/folder.c
13484                 Sync with HEAD (set mimeflags on all messages)
13485
13486 2004-08-24 [colin]      0.9.12cvs79.3
13487
13488         * src/matcher_parser_lex.l
13489                 Fix 8bits strings not in utf8
13490
13491 2004-08-24 [colin]      0.9.12cvs79.2
13492
13493         * src/compose.c
13494                 Check conversion result before replacing buffer
13495
13496 2004-08-23 [colin]      0.9.12cvs79.1
13497
13498         * src/compose.c
13499                 Sync with HEAD (create message header in memory)
13500
13501 2004-08-23 [colin]      0.9.12cvs78.1
13502
13503         * src/rfc2015.c
13504         * src/rfc2015.h
13505                 Sync with HEAD (fix bug 197 again)
13506
13507 2004-08-23 [colin]      0.9.12cvs77.3
13508
13509         * src/compose.c
13510                 Fix again inline gpg signing (which outputs utf8
13511                 in gtk2). Not syncing this fix to HEAD as this 
13512                 code is meant to die.
13513
13514 2004-08-23 [colin]      0.9.12cvs77.2
13515
13516         * src/prefs_account.h
13517                 Remove useless include
13518
13519 2004-08-23 [colin]      0.9.12cvs77.1
13520
13521         * src/imap.c
13522         * po/es.po
13523         * po/fr.po
13524         * po/it.po
13525         * po/pl.po
13526         * po/pt_BR.po
13527         * po/sk.po
13528         * po/sr.po
13529                 Sync with HEAD (fix bug 577)
13530
13531 2004-08-22 [colin]      0.9.12cvs76.1
13532
13533         * src/plugins/trayicon/trayicon.c
13534                 Sync with HEAD (fix formatting bug)
13535
13536 2004-08-21 [colin]      0.9.12cvs74.2
13537
13538         * src/gtk/colorsel.c
13539                 Fix bug 564 (Folder color selection window exits on any
13540                 keypress)
13541
13542 2004-08-21 [colin]      0.9.12cvs74.1
13543
13544         * ChangeLog.claws
13545         * src/compose.c
13546         * src/summaryview.c
13547         * src/toolbar.c
13548                 Sync with HEAD (fix bug 576)
13549
13550 2004-08-21 [colin]      0.9.12cvs70.1
13551
13552         * src/compose.c
13553         * src/mainwindow.c
13554                 Sync with HEAD
13555                 
13556
13557 2004-08-21 [paul]       0.9.12cvs66.4
13558
13559         * src/mainwindow.c
13560         * src/messageview.c
13561         * src/gtk/menu.c
13562         * src/plugins/spamassassin/spamassassin_gtk.c
13563                 remove some deprecated gtk1 functions
13564
13565
13566 2004-08-21 [colin]      0.9.12cvs66.3
13567
13568         * src/compose.c
13569         * src/codeconv.c
13570                 Fix warnings
13571                 Remove encoding hacks
13572                 Fix bug 575 (Strange character messes up message)
13573                 Don't display conversion error when drafting
13574
13575 2004-08-21 [paul]       0.9.12cvs66.2
13576
13577         * src/prefs_account.c
13578                 fix GnuPG mode bugs
13579
13580
13581 2004-08-20 [colin]      0.9.12cvs66.1
13582
13583         * src/codeconv.c
13584                 Sync with HEAD 0.9.12cvs66
13585
13586 2004-08-20 [paul]
13587
13588         * src/plugins/pgpmime/plugin.c
13589                 modify PGP/MIME plugin's description
13590
13591 2004-08-17 [colin]      0.9.12cvs65.1
13592
13593         * src/common/ssl.c
13594         * src/plugins/pgpmime/plugin.c
13595                 Sync with HEAD
13596
13597 2004-08-14 [colin]      0.9.12cvs60.3
13598
13599         * src/plugins/trayicon/trayicon.c
13600                 Put back resize callback, on size-request signal
13601                 rather than size-allocate to avoid infinite 
13602                 callback loop
13603
13604 2004-08-13 [colin]      0.9.12cvs60.2
13605
13606         * src/common/defs.h
13607                 Cache versions have been fixed
13608
13609 2004-08-13 [colin]      0.9.12cvs60.1
13610
13611         * src/folderutils.c
13612                 Sync with HEAD
13613
13614 2004-08-12 [colin]      0.9.12cvs59.1
13615
13616         * src/plugins/trayicon/trayicon.c
13617                 Sync with HEAD
13618
13619 2004-08-12 [colin]      0.9.12cvs57.5
13620
13621         * sylpheed.desktop
13622         * configure.ac
13623         * src/Makefile.am
13624         * src/main.c
13625                 Add support for Freedesktop.org's startup notification
13626
13627 2004-08-11 [colin]      0.9.12cvs57.4
13628
13629         * src/textview.c
13630                 Fix off-by-one
13631
13632 2004-08-11 [colin]      0.9.12cvs57.3
13633
13634         * src/message_search.c
13635         * src/summary_search.c
13636                 Make searches case insensitive by default
13637         * src/textview.c
13638                 Fix case-insensitive search in message
13639
13640 2004-08-11 [colin]      0.9.12cvs57.2
13641
13642         * src/summary_search.c
13643                 Let case-sensitive be specified
13644
13645 2004-08-10 [colin]      0.9.12cvs55.4
13646
13647         * src/common/socket.c
13648                 Fix the possible race condition
13649
13650 2004-08-09 [paul]       0.9.12cvs55.3
13651
13652         * configure.ac
13653         * src/Makefile.am
13654         * src/common/Makefile.am
13655                 sync with HEAD
13656
13657
13658 2004-08-09 [paul]       0.9.12cvs55.2
13659
13660         * autogen.sh
13661         * po/poconv.sh
13662                 remove unneeded script
13663
13664         * configure.ac
13665                 add forgotten USE_LDAP_TLS (sync with HEAD)
13666
13667
13668 2004-08-09 [colin]      0.9.12cvs55.1
13669
13670         * src/main.c
13671         * src/common/ssl.c
13672         * src/common/sylpheed.c
13673         * src/common/sylpheed.h
13674                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
13675
13676 2004-08-09 [paul]       0.9.12cvs54.1
13677
13678         * ChangeLog
13679         * ChangeLog.claws
13680         * ChangeLog.jp
13681         * configure.ac
13682         * po/POTFILES.in
13683         * src/Makefile.am
13684         * src/folderutils.c
13685         * src/main.c
13686         * src/pgpmime.c
13687         * src/pgpmime.h
13688         * src/sgpgme.c
13689         * src/sgpgme.h
13690         * src/plugins/Makefile.am
13691         * src/plugins/pgpmime/.cvsignore
13692         * src/plugins/pgpmime/Makefile.am
13693         * src/plugins/pgpmime/pgpmime.c
13694         * src/plugins/pgpmime/pgpmime.h
13695         * src/plugins/pgpmime/plugin.c
13696         * src/plugins/pgpmime/sgpgme.c
13697         * src/plugins/pgpmime/sgpgme.h
13698                 sync with HEAD
13699
13700 2004-08-08 [paul]       0.9.12cvs51.1
13701
13702         * configure.ac
13703         * src/folder.c
13704                 sync with HEAD
13705
13706 2004-08-07 [colin]      0.9.12cvs50.1
13707
13708         * src/pop.c
13709         * src/common/partial_download.c
13710                 fix warnings (sync from HEAD)
13711
13712 2004-08-07 [colin]      0.9.12cvs48.1
13713
13714         * src/prefs_folder_item.c
13715                 sync with HEAD 0.9.12cvs48
13716
13717 2004-08-06 [colin]      0.9.12cvs47.1
13718
13719         * src/compose.c
13720                 Sync with HEAD
13721
13722 2004-08-06 [christoph]  0.9.12cvs46.2
13723
13724         * src/main.c
13725         * src/plugins/clamav/clamav_plugin_gtk.c
13726         * src/plugins/dillo_viewer/dillo_viewer.c
13727         * src/plugins/image_viewer/plugin.c
13728         * src/plugins/mathml_viewer/mathml_viewer.c
13729         * src/plugins/spamassassin/spamassassin_gtk.c
13730         * src/plugins/trayicon/trayicon.c
13731                 don't mix GTK1.2 plugin with GTK2 plugins
13732
13733 2004-08-06 [colin]      0.9.12cvs46.1
13734
13735         * ChangeLog
13736         * ChangeLog.claws
13737         * ChangeLog.jp
13738         * configure.ac
13739         * sylpheed-claws.pc.in
13740         * src/folder.c
13741         * src/imap.c
13742         * src/localfolder.c
13743         * src/messageview.c
13744         * src/mimeview.c
13745         * src/mimeview.h
13746         * src/msgcache.c
13747         * src/news.c
13748         * src/prefs_ext_prog.c
13749         * src/prefs_folder_item.c
13750         * src/prefs_fonts.c
13751         * src/prefs_msg_colors.c
13752         * src/prefs_spelling.c
13753         * src/prefs_themes.c
13754         * src/prefs_toolbar.c
13755         * src/prefs_wrapping.c
13756         * src/procmime.h
13757         * src/common/defs.h
13758         * src/common/nntp.c
13759         * src/common/session.c
13760         * src/common/session.h
13761         * src/common/socket.c
13762         * src/common/utils.h
13763         * src/common/xml.c
13764         * src/common/xml.h
13765         * src/gtk/prefswindow.c
13766         * src/gtk/prefswindow.h
13767         * src/plugins/clamav/clamav_plugin_gtk.c
13768         * src/plugins/dillo_viewer/dillo_prefs.c
13769         * src/plugins/image_viewer/viewerprefs.c
13770         * src/plugins/spamassassin/spamassassin_gtk.c
13771         * m4/openssl.m4 *** REMOVED ***
13772                 Sync with HEAD 0.9.12cvs46
13773
13774 2004-08-03 [paul]       0.9.12cvs40.2
13775
13776         * src/action.c
13777         * src/addressadd.c
13778         * src/addressbook.c
13779         * src/addrgather.c
13780         * src/browseldap.c
13781         * src/compose.c
13782         * src/crash.c
13783         * src/editaddress.c
13784         * src/editgroup.c
13785         * src/editldap_basedn.c
13786         * src/foldersel.c
13787         * src/importldif.c
13788         * src/mimeview.c
13789         * src/prefs_common.c
13790         * src/prefs_template.c
13791         * src/sourcewindow.c
13792         * src/summaryview.c
13793         * src/gtk/about.c
13794         * src/gtk/foldersort.c
13795         * src/gtk/logwindow.c
13796         * src/gtk/pluginwindow.c
13797         * src/gtk/prefswindow.c
13798                 change all gtk_scrolled_window_set_policy from 
13799                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
13800
13801 2004-08-02 [paul]       0.9.12cvs40.1
13802
13803         * AUTHORS
13804                 update translation team section
13805         * po/pt_BR.po
13806                 updated by Frederico Goncalves Guimaraes
13807                 <fggdebian@yahoo.com.br>
13808
13809 2004-07-31 [colin]      0.9.12cvs39.9
13810
13811         * src/exphtmldlg.c
13812                 Fix compilation
13813
13814 2004-07-31 [colin]      0.9.12cvs39.8
13815
13816         * src/exphtmldlg.c
13817                 Fix an alertpanel type
13818
13819 2004-07-30 [colin]      0.9.12cvs39.7
13820
13821         * src/alertpanel.c
13822                 Fix alertpanel_error_log's icon
13823
13824 2004-07-30 [colin]      0.9.12cvs39.6
13825
13826         * src/pop.c
13827                 Two of them should still be warnings
13828
13829 2004-07-30 [colin]      0.9.12cvs39.5
13830
13831         * src/pop.c
13832                 More warning -> error
13833 2004-07-29 [colin]      0.9.12cvs39.4
13834
13835         * src/pop.c
13836                 Warning -> error
13837
13838 2004-07-29 [colin]      0.9.12cvs39.3
13839
13840         * src/prefs_matcher.c
13841                 Fix segfault
13842
13843 2004-07-29 [colin]      0.9.12cvs39.2
13844
13845         * src/alertpanel.c
13846                 More nice-looking alertpanels
13847
13848 2004-07-29 [colin]      0.9.12cvs39.1
13849
13850         * src/messageview.c
13851                 sync with head
13852                 (inform user when partial mail is deleted on server)
13853
13854 2004-07-29 [colin]      0.9.12cvs38.1
13855
13856         * src/messageview.c
13857                 sync with head
13858
13859 2004-07-28 [paul]       0.9.12cvs37.7
13860
13861         * src/mainwindow.c
13862                 complete the replacement of deprecated gtk_progress_*
13863
13864 2004-07-28 [paul]       0.9.12cvs37.6
13865
13866         * src/action.c
13867         * src/inc.c
13868         * src/mainwindow.c
13869         * src/send_message.c
13870         * src/gtk/progressdialog.c
13871         * src/gtk/progressdialog.h
13872                 replace deprecated gtk_progress_*
13873
13874 2004-07-28 [paul]       0.9.12cvs37.5
13875
13876         * src/gtk/filesel.c
13877                 remove gtk_window_set_wmclass()
13878 2004-07-28 [paul]       0.9.12cvs37.4
13879
13880         * src/addressbook.c
13881         * src/compose.c
13882         * src/foldersel.c
13883         * src/mainwindow.c
13884         * src/messageview.c
13885         * src/sourcewindow.c
13886         * src/gtk/logwindow.c
13887                 remove gtk_window_set_wmclass()
13888                 
13889         * src/prefs_filtering.c
13890         * src/prefs_filtering_action.c
13891         * src/prefs_fonts.c
13892         * src/prefs_gtk.c
13893         * src/prefs_matcher.c
13894         * src/ssl_manager.c
13895         * src/gtk/prefswindow.c
13896                 replace gtk_window_position()
13897
13898 2004-07-28 [colin]      0.9.12cvs37.3
13899
13900         * src/alertpanel.c
13901         * src/alertpanel.h
13902                 Add a way to specify panel type for specific
13903                 panels (alertpanel())
13904         * src/account.c
13905         * src/addressbook.c
13906         * src/compose.c
13907         * src/expldifdlg.c
13908         * src/main.c
13909         * src/messageview.c
13910         * src/summaryview.c
13911         * src/textview.c
13912         * src/gtk/sslcertwindow.c
13913                 Fix alertpanel()s so that their icon match
13914                 their real type
13915
13916 2004-07-28 [paul]       0.9.12cvs37.2
13917
13918         * src/addr_compl.c
13919         * src/addressbook.c
13920         * src/alertpanel.c
13921         * src/compose.c
13922         * src/export.c
13923         * src/foldersel.c
13924         * src/folderview.c
13925         * src/grouplistdialog.c
13926         * src/import.c
13927         * src/mainwindow.c
13928         * src/message_search.c
13929         * src/messageview.c
13930         * src/passphrase.c
13931         * src/prefs_actions.c
13932         * src/prefs_common.c
13933         * src/prefs_customheader.c
13934         * src/prefs_display_header.c
13935         * src/prefs_filtering.c
13936         * src/prefs_filtering_action.c
13937         * src/prefs_gtk.c
13938         * src/prefs_matcher.c
13939         * src/prefs_msg_colors.c
13940         * src/prefs_summary_column.c
13941         * src/prefs_template.c
13942         * src/sourcewindow.c
13943         * src/ssl_manager.c
13944         * src/summary_search.c
13945         * src/gtk/colorsel.c
13946         * src/gtk/description_window.c
13947         * src/gtk/gtkaspell.c
13948         * src/gtk/inputdialog.c
13949         * src/gtk/logwindow.c
13950         * src/gtk/prefswindow.c
13951         * src/gtk/progressdialog.c
13952                 replace deprecated gtk_window_set_policy
13953
13954 2004-07-27 [colin]      0.9.12cvs37.1
13955
13956         * src/msgcache.c
13957                 More fixes (synced for head again)
13958
13959 2004-07-27 [colin]      0.9.12cvs35.3
13960
13961         * src/msgcache.c
13962                 Fix wrong test
13963
13964 2004-07-27 [colin]      0.9.12cvs35.2
13965
13966         * src/mimeview.c
13967                 Fix width a bit (by Paul)
13968         * src/alertpanel.c
13969         * src/alertpanel.h
13970                 Specialize icons, make alertpanel_message()
13971                 private
13972         * src/message_search.c
13973         * src/sgpgme.c
13974         * src/summary_search.c
13975                 Suit alertpanel changes
13976
13977 2004-07-27 [colin]      0.9.12cvs35.1
13978
13979         * src/alertpanel.c
13980                 Add an icon
13981         * src/passphrase.c
13982                 Add debug output - maybe someone will
13983                 want to look at the problem with Grab
13984                 Input :)
13985         Bump version as we're synced with HEAD
13986
13987 2004-07-26 [colin]      0.9.12cvs33.26
13988
13989         * src/pop.c
13990                 Fix uidl-file parsing when not in new
13991                 format
13992
13993 2004-07-26 [colin]      0.9.12cvs33.25
13994
13995         * src/gtk/menu.c
13996                 Move popup menu up if necessary (fixes 
13997                 account selector)
13998         * src/mainwindow.c
13999                 Set account selector's button height to
14000                 minimum
14001
14002 2004-07-26 [colin]      0.9.12cvs33.24
14003
14004         * src/alertpanel.c
14005                 Maybe fix 551 (Truncated font in alert window)
14006
14007 2004-07-26 [colin]      0.9.12cvs33.23
14008
14009         * po/de.po
14010         * po/es.po
14011         * po/fr.po
14012         * po/it.po
14013         * po/ja.po
14014         * po/pl.po
14015         * po/ru.po
14016         * po/sk.po
14017         * po/sr.po
14018         * po/zh_CN.po
14019                 Sync po files with HEAD
14020
14021 2004-07-26 [paul]       0.9.12cvs33.22
14022
14023         * src/compose.c
14024                 fix Bug 556 'Organisation-header is sent even if empty'
14025
14026 2004-07-24 [colin]      0.9.12cvs33.21
14027
14028         * src/compose.c
14029         * src/gtk/gtkaspell.c
14030         * src/gtk/gtkaspell.h
14031                 Fix speller accelerators (require hack)
14032
14033 2004-07-24 [colin]      0.9.12cvs33.20
14034
14035         * src/gtk/gtkaspell.c
14036                 Fix over-eager code deletion breaking
14037                 Check while typing
14038
14039 2004-07-24 [colin]      0.9.12cvs33.19
14040
14041         * src/browseldap.c
14042         * src/ldapctrl.c
14043         * src/ldapctrl.h
14044         * src/ldapserver.h
14045                 Sync ldap with HEAD
14046         (Fixes 546 LDAP completely broken)
14047
14048 2004-07-24 [colin]      0.9.12cvs33.18
14049
14050         * src/prefs_msg_colors.c
14051                 Fix prototype mismatch
14052         (Fixes 547 void function cannot return value)
14053
14054 2004-07-24 [colin]      0.9.12cvs33.17
14055
14056         * src/mainwindow.c
14057                 Fix sort going back to previous sort key
14058                 when changing sort direction
14059
14060 2004-07-24 [colin]      0.9.12cvs33.16
14061
14062         * src/compose.c
14063                 Fix space insertion when re-wrapping at 
14064                 cursor point
14065
14066 2004-07-24 [colin]      0.9.12cvs33.15
14067
14068         * src/gtk/gtkaspell.c
14069                 Don't change cursor position in insert-text
14070                 callback
14071         (Fixes 539 Word wrapping on input transposes letters)
14072
14073 2004-07-24 [colin]      0.9.12cvs33.14
14074
14075         * src/gtk/gtkaspell.c
14076                 Reencode non-ascii chars to dictionary's
14077                 encoding
14078         (Fixes 544 Spell check broken non english locale)
14079
14080 2004-07-24 [colin]      0.9.12cvs33.13
14081
14082         * src/summaryview.c
14083                 Fix Shift+Down, add Home/End/PgUp/PgDown
14084
14085 2004-07-21 [colin]      0.9.12cvs33.12
14086
14087         * src/prefs_common.c
14088                 Fix a gtk warning (Patch by Andrej Kacian)
14089
14090 2004-07-21 [colin]      0.9.12cvs33.11
14091
14092         * src/gtk/filesel.c
14093                 More check
14094
14095 2004-07-21 [colin]      0.9.12cvs33.10
14096
14097         * src/compose.c
14098         * src/crash.c
14099         * src/export.c
14100         * src/import.c
14101         * src/messageview.c
14102         * src/mimeview.c
14103         * src/prefs_spelling.c
14104         * src/prefs_themes.c
14105         * src/summaryview.c
14106         * src/gtk/filesel.c
14107         * src/gtk/filesel.h
14108         * src/gtk/pluginwindow.c
14109                 Untwist open/save mode guessing logic, make
14110                 it explicit
14111
14112 2004-07-20 [colin]      0.9.12cvs33.9
14113
14114         * src/codeconv.c
14115                 conv_encode_header: src_charset is UTF-8 on
14116                 gtk2
14117         * src/compose.c
14118                 Remove double encoding of the headers
14119
14120 2004-07-20 [colin]      0.9.12cvs33.8
14121
14122         * src/codeconv.c
14123                 Fix typo
14124
14125 2004-07-20 [colin]      0.9.12cvs33.7
14126
14127         * src/mainwindow.c
14128                 Set the separated messageview to the saved
14129                 size of Claws' messageview (Patch by Alfons)
14130                 Fix a callback prototype (me)
14131
14132 2004-07-20 [colin]      0.9.12cvs33.6
14133
14134         * src/codeconv.h
14135                 Forgot one hunk in 0.9.12cvs33.4
14136
14137 2004-07-19 [colin]      0.9.12cvs33.5
14138
14139         * src/action.c
14140                 Action output fix
14141                 Patch by Alfons
14142
14143 2004-07-19 [colin]      0.9.12cvs33.4
14144
14145         * src/compose.c
14146                 Fix outgoing charset bug in headers
14147         * src/codeconv.c
14148                 Clean for glib2 - Patch by Alfons
14149
14150 2004-07-19 [colin]      0.9.12cvs33.3
14151
14152         * src/statusbar.c
14153                 Remove grip from the statusbar
14154                 Patch by Alfons
14155
14156 2004-07-19 [colin]      0.9.12cvs33.2
14157
14158         * src/messageview.c
14159         * src/textview.c
14160                 Fix messageview remembering the previous
14161                 scroll position when loading a new message
14162                 Patch by Alfons
14163
14164 2004-07-19 [colin]      0.9.12cvs33.1
14165
14166         * src/folder.h
14167         * src/folderview.c
14168         * src/summaryview.c
14169                 Sync with HEAD
14170
14171 2004-07-18 [colin]      0.9.12cvs32.7
14172
14173         * configure.ac
14174                 Remove useless check for XIM - noticed
14175                 by Alfons
14176
14177 2004-07-18 [colin]      0.9.12cvs32.6
14178
14179         * src/summaryview.c
14180                 Remove non-modified and shift-modified
14181                 accelerators in summaryview's popup
14182                 menu, as that doesn't get catched by
14183                 the accel-activate signal catcher...
14184
14185 2004-07-18 [colin]      0.9.12cvs32.5
14186
14187         * src/prefs_common.c
14188                 Define sensible default prefs for 
14189                 wrapping
14190
14191 2004-07-18 [colin]      0.9.12cvs32.4
14192
14193         * src/compose.c
14194         * src/prefs_common.c
14195         * src/prefs_common.h
14196         * src/prefs_wrapping.c
14197                 Remove Smart Wrapping pref, which does
14198                 nothing on gtk2 branch
14199
14200 2004-07-18 [colin]      0.9.12cvs32.3
14201
14202         * src/sourcewindow.c
14203                 Proper utf8
14204
14205 2004-07-18 [colin]      0.9.12cvs32.2
14206
14207         * src/compose.c
14208                 Save attachment status when drafting
14209
14210 2004-07-18 [colin]      0.9.12cvs32.1
14211
14212         * src/gtk/filesel.c
14213                 Fix erratic folder selection in open mode
14214
14215 2004-07-18 [colin]      0.9.12cvs31.11
14216
14217         * src/pop.c
14218                 Don't let partial messages get deleted
14219                 even with "dowload all"
14220                 (0.9.12cvs31.8 fix extension)
14221 2004-07-18 [colin]      0.9.12cvs31.10
14222
14223         * src/gtk/logwindow.c
14224                 Fix log scrolling
14225
14226 2004-07-18 [colin]      0.9.12cvs31.9
14227
14228         * src/common/utils.c
14229                 Fix non-utf8 strings coming from commands
14230                 and files
14231
14232 2004-07-18 [colin]      0.9.12cvs31.8
14233
14234         * src/pop.c
14235                 Fix partial download bug with Download all
14236                 messages option
14237
14238 2004-07-18 [colin]      0.9.12cvs31.7
14239
14240         * src/textview.c
14241                 Fix bug introduced in 0.9.12cvs31.2
14242                 (blocked in select mode after double click)
14243
14244 2004-07-18 [colin]      0.9.12cvs31.6
14245
14246         * src/compose.c
14247         * src/gtk/menu.c
14248                 More glib-warning fixes
14249
14250 2004-07-18 [colin]      0.9.12cvs31.5
14251
14252         * src/compose.c
14253                 Fix trashing the primary clipboard when moving 
14254                 around with tab
14255         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
14256
14257 2004-07-18 [colin]      0.9.12cvs31.4
14258
14259         * src/codeconv.c
14260                 convert unencoded iso headers to utf8
14261         (Fix Bug 538 Unencoded local characters in subject make it 
14262          disappear)
14263
14264 2004-07-18 [colin]      0.9.12cvs31.3
14265
14266         * src/compose.c
14267                 Fix tab char handling in wrapping
14268         (Fix Bug 537 Line wrap problem - TAB character treated as 
14269          one character instead of 8)
14270
14271 2004-07-18 [colin]      0.9.12cvs31.2
14272
14273         * src/textview.c
14274                 return FALSE on GDK_MOTION_NOTIFY
14275         (Fix Bug 535 Hyperlinks/addresses are not selectable 
14276          (unable to highlight))
14277
14278 2004-07-18 [colin]      0.9.12cvs31.1
14279
14280         * src/folderview.c
14281                 Sync with 0.9.12cvs31
14282
14283 2004-07-18 [colin]      0.9.12cvs30.4
14284
14285         * src/compose.c
14286                 Also block text_inserted when inserting a file
14287
14288 2004-07-18 [colin]      0.9.12cvs30.3
14289
14290         * src/compose.c
14291                 Fix smart wrapping (block text_inserted handler
14292                 while putting quotation to avoid wrap on input,
14293                 don't join lines if next is sig separator)
14294
14295 2004-07-17 [colin]      0.9.12cvs30.2
14296
14297         * src/folderview.c
14298         * src/mainwindow.c
14299         * src/mimeview.c
14300         * src/summaryview.c
14301         * src/gtk/quicksearch.c
14302         * src/gtk/quicksearch.h
14303                 Block key events handlers *and* accels while
14304                 quicksearch is focused
14305         (Fixes Bug 534 quick-search bar not accepting certain letters)
14306
14307 2004-07-17 [colin]      0.9.12cvs30.1
14308
14309         * src/folder.h
14310         * src/folderview.c
14311         * src/summaryview.c
14312                 Sync with 0.9.12cvs30
14313
14314 2004-07-17 [colin]      0.9.12cvs28.2
14315
14316         * src/mimeview.c
14317         * src/procmime.c
14318         * src/summaryview.c
14319         * src/gtk/menu.c
14320                 Squash some compile and glib warnings
14321
14322 2004-07-17 [paul]       0.9.12cvs28.1
14323
14324         * src/mimeview.c
14325                 sync with 0.9.12cvs28 HEAD
14326
14327 2004-07-16 [paul]       0.9.12cvs26.1
14328         
14329         * src/gtk/quicksearch.c
14330         * src/account.c
14331         * src/account.h
14332         * src/compose.c
14333         * src/customheader.c
14334         * src/folder_item_prefs.c
14335         * src/main.c
14336         * src/mainwindow.c
14337         * src/messageview.c
14338         * src/mimeview.c
14339         * src/news.c
14340         * src/pgpmime.c
14341         * src/pop.c
14342         * src/pop.h
14343         * src/prefs_account.c
14344         * src/prefs_account.h
14345         * src/prefs_common.c
14346         * src/prefs_common.h
14347         * src/prefs_display_header.c
14348         * src/prefs_gtk.c
14349         * src/prefs_gtk.h
14350         * src/procheader.c
14351         * src/procmime.c
14352                 sync with 0.9.12cvs26 HEAD      
14353
14354 2004-07-15 [colin]      0.9.12cvs18.14
14355
14356         * src/folder.c
14357                 Disable GPG signature check during
14358                 folder move and scan
14359         (Closes Bug 521 Signature checking slows down Folder-Move)
14360
14361 2004-07-14 [colin]      0.9.12cvs18.13
14362
14363         * src/common/partial_download.c
14364                 update includes
14365
14366 2004-07-14 [colin]      0.9.12cvs18.12
14367
14368         * src/common/partial_download.c
14369         * src/common/partial_download.h
14370                 Move doc at top, add correct copyright
14371
14372 2004-07-14 [colin]      0.9.12cvs18.11
14373
14374         * src/folder.c
14375         * src/messageview.c
14376         * src/pop.c
14377         * src/pop.h
14378         * src/procmsg.c
14379         * src/summaryview.c
14380         * src/common/Makefile.am
14381         * src/common/partial_download.c ** NEW FILES **
14382         * src/common/partial_download.h ** NEW FILES **
14383                 Move partial-download related stuff to its
14384                 own file
14385
14386 2004-07-14 [colin]      0.9.12cvs18.10
14387
14388         * src/send_message.c
14389                 Fix smtp auth when user is null or empty
14390
14391 2004-07-13 [colin]      0.9.12cvs18.9
14392
14393         * src/gtk/quicksearch.c
14394                 Use alphabetic order
14395
14396 2004-07-13 [colin]      0.9.12cvs18.8
14397
14398         * src/pop.c
14399                 Be paranoid on the checks
14400
14401 2004-07-13 [colin]      0.9.12cvs18.7
14402
14403         * src/gtk/quicksearch.c
14404                 Fix Engrish once again
14405
14406 2004-07-13 [colin]      0.9.12cvs18.6
14407
14408         * src/procmsg.c
14409         * src/summaryview.c
14410                 Mark messages for deletion when they are about to
14411                 be removed from trash
14412
14413 2004-07-13 [colin]      0.9.12cvs18.5
14414
14415         * src/matcher.c
14416         * src/matcher.h
14417         * src/matcher_parser_parse.y
14418         * src/prefs_matcher.c
14419         * src/gtk/quicksearch.c
14420                 Add 'partial' ('p') match string to find partially
14421                 downloaded messages
14422
14423 2004-07-13 [colin]      0.9.12cvs18.4
14424
14425         * src/pop.c
14426                 Fix misplaced block
14427
14428 2004-07-13 [colin]      0.9.12cvs18.3
14429
14430         * src/pop.c
14431         * src/pop.h
14432         * src/messageview.c
14433                 Refactor API (to avoid passing 5+ params and code
14434                 duplication)
14435         * src/folder.c
14436         * src/msgcache.c
14437         * src/procheader.c
14438         * src/common/defs.h
14439                 Add planned_download to cache
14440                 Don't mess uidl file when moving partially downloaded
14441                 mails (they change folder, we should change it in the
14442                 uidl list too or we'll remove an incorrect message)
14443                 (this also helps removing hacks when changing 
14444                 planned_download in messageview.c)
14445
14446 2004-07-12 [colin]      0.9.12cvs18.2
14447
14448         * src/gtk/quicksearch.c
14449                 Fix missing status update in quicksearch
14450
14451 2004-07-12 [paul]       0.9.12cvs18.1
14452
14453         * po/POTFILES.in
14454         * src/Makefile.am
14455         * src/account.c
14456         * src/codeconv.c
14457         * src/compose.c
14458         * src/inc.c
14459         * src/main.c
14460         * src/prefs_common.c
14461         * src/procmsg.h
14462         * src/toolbar.c
14463         * src/prefs_msg_colors.[ch]     ** NEW FILES **
14464         * src/prefs_wrapping.[ch]       ** NEW FILES **
14465         * src/common/intl.h
14466         * src/common/utils.[ch]
14467         * src/gtk/quicksearch.[ch]
14468                 sync with 0.9.12cvs18 HEAD
14469
14470 2004-07-12 [colin]      0.9.11cvs17.25
14471
14472         * src/folder.c
14473         * src/folder.h
14474                 Remove unused function added by me in 0.9.11cvs17.10
14475
14476 2004-07-11 [colin]      0.9.11cvs17.24
14477
14478         * src/inc.c
14479         * src/messageview.c
14480         * src/pop.c
14481         * src/pop.h
14482                 Use folderitem and msgnum instead of filename to
14483                 know which mail to delete
14484                 Move old partial mail deletion to pop.c
14485
14486 2004-07-10 [colin]      0.9.11cvs17.23
14487
14488         * src/inc.c
14489                 Add debug
14490         * src/pop.c
14491         * src/pop.h
14492                 Don't re-use same enums for unrelated stuff: it's 
14493                 completely misleading !
14494                 Document a bit
14495
14496 2004-07-09 [colin]      0.9.11cvs17.22
14497
14498         * src/inc.c
14499                 Remove folder-type check and do
14500                 more tests to be sure everything's
14501                 ok
14502         * src/messageview.c
14503                 Punctuation update, remove useless
14504                 code, fix two warnings
14505         * src/noticeview.c
14506                 Layout cleaning, reset 2nd button
14507                 when specifying one
14508
14509 2004-07-09 [colin]      0.9.11cvs17.21
14510
14511         * src/messageview.c
14512         * src/pop.c
14513         * src/pop.h
14514                 Allow user to change his mind
14515                 and postpone decision (by
14516                 unmarking the mail)
14517
14518 2004-07-09 [colin]      0.9.11cvs17.20
14519
14520         * src/messageview.c
14521                 Fix bug with delete state
14522         * src/pop.c
14523         * src/pop.h
14524                 Fix buffer leak (fread doesn't 
14525                 terminate buffers with \0)
14526                 Refactoring (remove magic 
14527                 numbers)
14528
14529 2004-07-09 [colin]      0.9.11cvs17.19
14530
14531         * src/pop.c
14532                 Don't log "Skipping message" if 
14533                 we're going to TOP it two lines
14534                 later
14535
14536 2004-07-09 [colin]      0.9.11cvs17.18
14537
14538         * src/messageview.c
14539                 Fix Engrish
14540
14541 2004-07-09 [colin]      0.9.11cvs17.17
14542
14543         * src/pop.c
14544                 strlen checking...
14545         * src/messageview.c
14546                 refactoring a bit
14547
14548 2004-07-08 [colin]      0.9.11cvs17.16
14549
14550         * src/noticeview.c
14551         * src/noticeview.h
14552                 Add an optional second button
14553         * src/messageview.c
14554         * src/pop.c
14555         * src/pop.h
14556                 Don't delete partially received mails after a certain
14557                 time; rather, let the user decide.
14558
14559 2004-07-08 [colin]      0.9.11cvs17.15
14560
14561         * src/common/smtp.h
14562                 Sync with HEAD
14563
14564 2004-07-08 [colin]      0.9.11cvs17.14
14565
14566         * src/messageview.c
14567         * src/common/smtp.c
14568                 Use to_human_readable() for sizes
14569
14570 2004-07-08 [colin]      0.9.11cvs17.13
14571
14572         * src/inc.c
14573         * src/messageview.c
14574         * src/pop.c
14575         * src/pop.h
14576         * src/procmsg.c
14577                 Fix partial-downloading issues:
14578                         catch unsupported TOP
14579                         don't delete partially downloaded mails before 5 days
14580                         don't update existing with non-MH folders; that'll
14581                         make dups, but it's better than trashing the folder
14582                         free new msginfo parts
14583                 Fix indentation ;-)
14584
14585 2004-07-08 [colin]      0.9.11cvs17.12
14586
14587         * src/common/smtp.c
14588         * src/common/smtp.h
14589                 Sync smtp size verification with HEAD
14590
14591 2004-07-08 [colin]      0.9.11cvs17.11
14592
14593         * src/summaryview.c
14594         * src/prefs_common.c
14595         * src/prefs_common.h
14596         * src/gtk/quicksearch.c
14597         * src/gtk/quicksearch.h
14598                 Sync sticky pref with HEAD
14599
14600 2004-07-08 [colin]      0.9.11cvs17.10
14601
14602         * src/folder.c [1.213.2.6]
14603         * src/folder.h [1.87.2.6]
14604         * src/inc.c [1.149.2.7]
14605         * src/messageview.c [1.94.2.8]
14606         * src/procheader.c [1.47.2.6]
14607         * src/procmsg.c [1.150.2.4]
14608         * src/procmsg.h [1.60.2.5]
14609         * src/pop.c [1.56.2.4]
14610         * src/pop.h [1.17.2.3]
14611                 Let too big messages get downloaded, but truncated
14612                 Add a button to download them completely
14613                 
14614 2004-07-06 [colin]      0.9.11cvs17.9
14615
14616         * src/gtk/quicksearch.c [1.1.2.3]
14617                 Add a Clear button
14618         * commitHelper
14619         * PATCHSETS
14620                 Add a script to help with cvs
14621
14622 2004-07-03 [colin]      0.9.11cvs17.8
14623
14624         * src/plugins/imageviewer/viewer.c
14625                 fix imageviewer (which was staying on the first
14626                 displayed image)
14627
14628 2004-07-03 [colin]      0.9.11cvs17.7
14629
14630         Removed FIXME_GTK2 warnings
14631         * src/gtk/gtkutils.c
14632                 useless #warnings
14633         * src/gtk/menu.c
14634                 useless #warnings (no need to mess with menu rc)
14635         * src/gtk/menu.h
14636                 unused functions
14637         
14638
14639 2004-07-03 [colin]      0.9.11cvs17.6
14640
14641         Removed FIXME_GTK2 warnings
14642         * src/codeconv.c
14643                 useless #warnings (rewrite needed)
14644         * src/compose.c
14645                 useless #warnings (rewrite needed)
14646                 useless #warnings (gtk2 is like that)
14647                 useless #warnings (previously fixed)
14648         * src/main.c
14649                 useless #warnings (previously fixed)
14650         * src/message_search.c
14651                 useless #warnings (gtk2 is like that)
14652                 Made apparent that search is case-sensitive
14653         * src/mimeview.c
14654                 useless #warnings (rewrite needed)
14655                 useless #warnings (gtk2 is like that)
14656                 reimplemented real warnings
14657         * src/prefs_common.c
14658                 Removed block cursor option (not it gtk2)
14659         * src/prefs_gtk.c
14660                 useless #warnings (rewrite needed)
14661         * src/procheader.c
14662                 useless #warnings (rewrite needed)
14663         * src/sourcewindow.c
14664                 useless #warnings (incorrect placing)
14665         * src/summary_search.c
14666                 useless #warnings (gtk2 is like that)
14667                 Made apparent that search is case-sensitive
14668         * src/action.c
14669                 useless #warnings (gtk2 is like that)
14670         * src/textview.c
14671                 useless #warnings (rewrite needed)
14672         * src/toolbar.c
14673                 useless #warnings (rewrite needed)
14674
14675 2004-07-03 [colin]      0.9.11cvs17.5
14676
14677         * src/textview.c
14678                 Fix mismerge which broke URI opening
14679                 
14680 2004-07-01 [colin]      0.9.11cvs17.4
14681
14682         * src/gtk/filesel.c
14683                 Fill filename when saving
14684                 
14685 2004-06-27 [colin]      0.9.11cvs17.3
14686
14687         * src/gtk/filesel.[ch]
14688                 Use the new GTK file selector
14689                 Update prototype to match the reality: multiple file
14690                 selection is open-only          
14691         * src/compose.c
14692                 Match the new prototypes        
14693         * configure.ac
14694                 Match the new requirements (gtk 2.4.0)
14695                         
14696 2004-06-26 [colin]      0.9.11cvs17.2
14697
14698         * src/plugins/trayicon/trayicon.c
14699                 Remove useless signal handler on resize, which causes
14700                 an infinite "loop"
14701         
14702 2004-06-26 [colin]      0.9.11cvs17.1
14703         
14704         * tools/Makefile.am
14705                 remove launch_firebird and add nautilus2sylpheed.sh
14706         * src/quicksearch.c
14707           src/summaryview.c
14708                 Fix show/hide "Extended symbols" button problem
14709                 Fix apparition at startup
14710                 Fix const warnings
14711         * src/plugins/image_viewer/Makefile.am
14712                 Fix configure 
14713         * common/ssl.c
14714                 Re-enable certificate check, as it doesn't seem to
14715                 cause Xlib errors anymore
14716
14717 2004-06-25 [paul]       0.9.11cvs17
14718
14719         * sync with 0.9.11cvs17 HEAD
14720         
14721         NOTE: QuickSearch is broken
14722
14723 2004-06-07 [colin]      0.9.10claws67.10
14724         * src/plugins/trayicon/trayicon.c
14725           src/plugins/trayicon/libeggtrayicon/Makefile.am
14726           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14727                 Fix gettextization in trayicon plugin
14728
14729 2004-06-07 [colin]      0.9.10claws67.9
14730         
14731         * src/summaryview.c
14732           src/gtk/gtksctree.[ch]
14733                 Let Shift+{Up,Down} work in summaryview
14734                 (well, Down "works" and Up works)
14735                 Let the list scroll when using these keys
14736
14737 2004-06-06 [colin]      0.9.10claws67.8
14738
14739         * src/plugins/trayicon/trayicon.c
14740                 Fix pixmap update
14741
14742 2004-06-06 [colin]      0.9.10claws67.7
14743
14744         * src/addressbook.c
14745                 Fix signal handling causing system-wide focus grab
14746
14747 2004-05-25 [paul]       0.9.10claws67.6
14748
14749         * Makefile.am
14750           src/Makefile.am
14751                 clean up
14752
14753 2004-05-25 [paul]       0.9.10claws67.5
14754
14755         * replace deprecated gtk_signal... functions
14756
14757 2004-05-23 [colin]      0.9.10claws67.4
14758
14759         * src/compose.c
14760                 Fix wrapping
14761
14762 2004-05-22 [colin]      0.9.10claws67.3
14763
14764         * src/compose.c
14765                 Re-fix [Edited] in compose.c::compose_reedit()
14766
14767 2004-05-22 [colin]      0.9.10claws67.2
14768
14769         * src/procmime.c
14770                 Fix parsing of multiparts mails
14771
14772 2004-05-22 [colin]      0.9.10claws67.1
14773
14774         * src/summaryview.c
14775                 Fix quicksearch
14776
14777 2004-05-22 [paul]       0.9.10claws67
14778
14779         * sync with 0.9.10claws67 HEAD
14780
14781 2004-05-14 [alfons]
14782
14783         * src/procmime.h
14784                 add forgotton prototype
14785
14786 2004-05-10 [paul]       0.9.10claws57
14787
14788         * sync with 0.9.10claws57 HEAD
14789
14790 2004-05-05 [paul]       0.9.9.claws1
14791
14792         * ChangeLog-gtk2        ** REMOVED **
14793           ChangeLog-gtk2.claws  ** ADDED **
14794                 rename and adopt the normal claws format
14795                 
14796         * configure.ac
14797                 require gtkmathview >= 0.5
14798
14799         * ac/*                          ** REMOVED **
14800           ac/                           ** REMOVED **
14801           intl/Makefile.in              ** REMOVED **
14802           m4/                           ** ADDED **
14803           m4/missing                    ** ADDED **
14804           m4/missing/gdk-pixbuf.m4      ** ADDED **
14805           m4/missing/gettext.m4         ** ADDED **
14806           m4/missing/gpgme.m4           ** ADDED **
14807           m4/missing/imlib.m4           ** ADDED **
14808           m4/.cvsignore                 ** ADDED **
14809           m4/Makefile.am                ** ADDED **
14810           m4/README                     ** ADDED **
14811           m4/aclocal-include.m4         ** ADDED **
14812           m4/aspell.m4                  ** ADDED **
14813           m4/check-type.m4              ** ADDED **
14814           m4/gnupg-check-typedef.m4     ** ADDED **
14815           m4/openssl.m4                 ** ADDED **
14816           m4/spamassassin.m4            ** ADDED **
14817           po/ChangeLog                  ** REMOVED **
14818           po/Makefile.in.in             ** REMOVED **
14819           po/Rules-quot                 ** REMOVED **
14820           po/boldquot.sed               ** REMOVED **
14821           po/en@boldquot.header         ** REMOVED **
14822           po/en@quot.header             ** REMOVED **
14823           po/insert-header.sin          ** REMOVED **
14824           po/quot.sed                   ** REMOVED **
14825           po/remove-potcdate.sed        ** REMOVED **
14826           po/remove-potcdate.sin        ** REMOVED **
14827           po/stamp-po                   ** REMOVED **
14828           Makefile.am
14829           autogen.sh
14830           configure.ac
14831                 enable building with automake 1.8.x
14832                 add 'autopoint --force' to autogen.sh and remove all
14833                 auto-generated files, remove ac/ directory and use
14834                 m4/ directory instead
14835                 
14836         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14837                 fix gettextization
14838
14839 2004-02-28 Colin Leroy <colin@colino.net>
14840         * src/prefs_matcher.c
14841           src/prefs_filtering.c
14842           src/prefs_filtering_action.c
14843                 Fix non-editable GtkEntries
14844
14845 2004-02-22 Thorsten Maerz <torte@netztorte.de>
14846         * src/prefs_themes.c
14847                 utf8 conversion for theme info
14848
14849 2004-02-21 Thorsten Maerz <torte@netztorte.de>
14850         * sync 0.9.9claws
14851
14852 2004-02-14 Thorsten Maerz <torte@netztorte.de>
14853         * src/grouplistdialog.c
14854                 allow multiple selections without ctrl key
14855
14856 2004-02-09 Thorsten Maerz <torte@netztorte.de>
14857         * src/main.c
14858                 enable customizable accelerators
14859
14860 2004-02-08 Thorsten Maerz <torte@netztorte.de>
14861         * src/prefs_common.c
14862                 re-enable different font settings for gtk1/2
14863         * src/prefs_folder_item.c
14864                 fix folder prefs displayed wrong
14865         * src/textview.c
14866                 set 'sunken' shadow type
14867
14868 2004-02-07 Colin Leroy <colin@colino.net>
14869         * src/compose.c
14870                 Fix message being always [Edited]
14871                 Encode headers correctly (utf8 buf)
14872
14873 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14874         * src/socket.c
14875                 remove double g_source_attach()
14876                 (Thanks to Colin Leroy)
14877
14878 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14879         * src/gtk/gtksctree.c
14880                 Fix SSL certificate list not shown
14881         * src/mimeview.c
14882                 Fix clicks in mime tree
14883
14884 2004-01-27 Thorsten Maerz <torte@netztorte.de>
14885         * src/common/socket.c
14886                 Fix SSL receive
14887         * src/compose.c
14888                 Fix clipboard menu hotkeys
14889
14890 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14891         * src/gtk/gtkaspell.[ch]
14892           src/compose.c
14893                 reimplement spellchecker
14894
14895 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14896         * src/gtk/filesel.c
14897                 crash when inserting file in compose window
14898                 (TODO: keep old selection on clicks)
14899         * src/main.c
14900                 use gtkrc-2.0 instead of gtkrc
14901
14902 2004-01-25 Thorsten Maerz <torte@netztorte.de>
14903         * src/messageview.c
14904                 remove orphaned mimeview unref()
14905
14906 2004-01-20 Thorsten Maerz <torte@netztorte.de>
14907         * src/grouplistdialog.c
14908                 expand nodes containing subscribed groups
14909
14910 2004-01-19 Thorsten Maerz <torte@netztorte.de>
14911         * src/textview.c
14912                 textview: hide cursor, restore old click behaviour
14913
14914 2004-01-18 Thorsten Maerz <torte@netztorte.de>
14915         * src/textview.c
14916                 variable names messed up
14917
14918 2004-01-17 Colin Leroy <colin@colino.net>
14919         * src/addr_compl.c
14920                 Fix completion address too thin
14921         * src/compose.c
14922                 Fix tab-to-subject behaviour
14923         * src/summaryview.c
14924                 Implement key up & down in summaryview
14925
14926 2004-01-12 Thorsten Maerz <torte@netztorte.de>
14927
14928         * sync 098claws
14929
14930 2004-01-08 Thorsten Maerz <torte@netztorte.de>
14931         * configure.ac
14932           Makefile.am
14933           doc/.cvsignore
14934           doc/Makefile.am
14935                 faq, man, manual moved to doc/
14936         * ac/aspell.m4
14937           ac/check-type.m4
14938           ac/gnupg-check-typedef.m4
14939           ac/openssl.m4
14940           ac/spamassassin.m4
14941           ac/missing/gdk-pixbuf.m4
14942           ac/missing/gpgme.m4
14943           ac/missing/imlib.m4
14944                 fix automake warnings
14945
14946 2003-12-06 Colin Leroy <colin@colino.net>
14947         * src/summaryview.c
14948                 Fix quicksearch
14949
14950 2003-12-05 Colin Leroy <colin@colino.net>
14951         * src/summaryview.c
14952                 Fix going to next unread folder
14953
14954 2003-12-05 Colin Leroy <colin@colino.net>
14955         * src/crash.c
14956                 Fix gtk2 compilation
14957         * src/session.c
14958                 Remove iotag source handler at disconnection
14959         * src/socket.[ch] 
14960                 Remove source handler when closing socket 
14961                 (fixes another seg)
14962
14963 2003-12-04 Colin Leroy <colin@colino.net>
14964         * src/compose.c
14965           src/prefs_account.c
14966           src/prefs_common.c
14967                 Fix some dropdown menus
14968
14969 2003-12-04 Colin Leroy <colin@colino.net>
14970         * src/compose.c
14971                 Fix event handlers on header fields
14972         * src/common/socket.c
14973           src/common/session.c
14974                 Fix segfault with callback (SSL)
14975                 Fix end of session 
14976
14977 2003-10-06 Thorsten Maerz <torte@netztorte.de>
14978
14979         * Fix compile bug in src/compose.c
14980         * removed src/gtk/gtkstext.[ch]
14981
14982 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
14983
14984         * Convert character set and escape "text" attributes in toolbar setting
14985         files.
14986         * Fixed bug in button-press-event handling.
14987
14988 2003-09-16 Thorsten Maerz <torte@netztorte.de>
14989
14990         * Fixed bug in key-press-event handling.
14991
14992 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
14993
14994         * Enabled to compile tray-icon plugin (Ad-hoc).
14995         * Avoid hang up bug of icon list in mime view (Ad-hoc).
14996
14997 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
14998
14999         * Enabled to compile on sylpheed-claws.
15000         (tray-icon plugin still cannot compile yet.)
15001
15002 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
15003
15004         * Updated to 0.9.5.
15005
15006 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
15007
15008         * Updated to 0.9.4.
15009         * Ported monitoring SSL mechanism to GSource of GLib2
15010         (I don't confirm it)
15011         * Added _gtk2 suffix to key name of font preference to avoid
15012         ovverwriting preference of Gtk+-1.2 version.
15013
15014 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
15015
15016         * Updated to 0.9.2.
15017
15018 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
15019
15020         * Updated to 0.9.1.
15021         * Translate po files into UTF-8 when execute autogen.sh.
15022
15023 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
15024
15025         * Updated to 0.9.0.
15026
15027 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
15028
15029         * Plugged GError related memory leaks.
15030
15031 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
15032
15033         * Changed default size of fonts.
15034         * Enabled to set titile font size of warning dialog.
15035
15036 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
15037
15038         * Embed a sylpheed icon into executable binary on Windows.
15039
15040 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
15041
15042         * I forgot to traslate character set of element string in src/xml.c.
15043
15044 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
15045
15046         * Fixed detecting bind_textdomain_codeset in configure.in.
15047         * The bug in which "Example" of "Date fromat" preference isn't displayed
15048         correctly has been fixed.
15049
15050 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
15051
15052         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
15053           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
15054           glib-gettextize
15055           Removed intl directory.
15056           Translated po files into UTF-8.
15057           (Thanks! Ryuji Abe)
15058
15059 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
15060
15061         * The bug which doesn't unscape string in xml.c has been fixed.
15062
15063 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
15064
15065         * The bug which is failed to translate encoding of file name thorough
15066         file dialog has been fixed.
15067
15068 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
15069
15070         * Modified to translate file names which is used in inporting/expoting
15071         mbox feature and "Save as" feature into locale encoding.
15072         * Translate file names into locale encoding when "Attache file" and
15073         "Insert file".
15074         * Force set G_BROKEN_FILENAMES environment variable.
15075         * Other minor fixes.
15076
15077 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
15078
15079         * Modified to treat MH folder's name as locale encoding.
15080
15081 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
15082
15083         * The bug which clash on switching candidates of auto completion of
15084         addresses, cannot use auto completion in Japanesse is fixed
15085         (Thanks! Tokunaga-san)¡¥
15086
15087 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15088
15089         * The bug which cannot switch key accelerator preference has been fixed
15090         (Thanks! smbd-san)¡¥
15091
15092 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15093
15094         * version 0.8.11-gtk2-20030314
15095
15096 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
15097
15098         * The bug in which character set conversion of filtering messages has
15099         been fixed.(Thanks! COCOA-san).
15100
15101 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
15102
15103         * Revived "Leave space on head" preference in "Message" category.
15104         * A bug which clash when put the cursor to end of buffer and execute
15105         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
15106
15107 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15108
15109         * version 0.8.11-gtk2-20030312
15110
15111 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
15112
15113         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
15114         * Modified to use Pango's API directly for font preference.
15115         * Integrated GtkTextView of textview to one widget.
15116         * Set fonts of header title in textview by "header_title" tag.
15117         * Removed some deprecated codes.
15118
15119 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
15120
15121         * Updated to 0.8.11.
15122         * Merged cygwin patch(Thanks! Sakai-san).
15123
15124 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
15125
15126         * version 0.8.10-gtk2-20030309